.rc-switch{position:relative;display:inline-block;box-sizing:border-box;width:44px;height:22px;line-height:20px;padding:0;vertical-align:middle;border-radius:20px 20px;border:1px solid #ccc;background-color:#ccc;cursor:pointer;transition:all .3s cubic-bezier(.35,0,.25,1);overflow:hidden}.rc-switch-inner-checked,.rc-switch-inner-unchecked{color:#fff;font-size:12px;position:absolute;top:0;transition:left .3s cubic-bezier(.35,0,.25,1)}.rc-switch-inner-checked{left:-14px}.rc-switch-inner-unchecked{left:24px}.rc-switch:after{position:absolute;width:18px;height:18px;left:2px;top:1px;border-radius:50% 50%;background-color:#fff;content:" ";cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,.26);transform:scale(1);transition:left .3s cubic-bezier(.35,0,.25,1);animation-timing-function:cubic-bezier(.35,0,.25,1);animation-duration:.3s;animation-name:rcSwitchOff}.rc-switch:hover:after{transform:scale(1.1);animation-name:rcSwitchOn}.rc-switch:focus{box-shadow:0 0 0 2px #d5f1fd;outline:none}.rc-switch-checked{border:1px solid #87d068;background-color:#87d068}.rc-switch-checked .rc-switch-inner-checked{left:6px}.rc-switch-checked .rc-switch-inner-unchecked{left:44px}.rc-switch-checked:after{left:22px}.rc-switch-disabled{cursor:no-drop;background:#ccc;border-color:#ccc}.rc-switch-disabled:after{background:#9e9e9e;animation-name:none;cursor:no-drop}.rc-switch-disabled:hover:after{transform:scale(1);animation-name:none}.rc-switch-label{display:inline-block;line-height:20px;font-size:14px;padding-left:10px;vertical-align:middle;white-space:normal;pointer-events:none;user-select:text}@keyframes rcSwitchOn{0%{transform:scale(1)}50%{transform:scale(1.25)}to{transform:scale(1.1)}}@keyframes rcSwitchOff{0%{transform:scale(1.1)}to{transform:scale(1)}}.rc-collapse-motion{transition:height .3s,opacity .3s}.rc-collapse-content-hidden{display:none}.rc-collapse{background-color:#f7f7f7;border-radius:3px;border:1px solid #d9d9d9}.rc-collapse>.rc-collapse-item{border-top:1px solid #d9d9d9}.rc-collapse>.rc-collapse-item:first-child{border-top:none}.rc-collapse>.rc-collapse-item>.rc-collapse-header{display:flex;align-items:center;line-height:22px;padding:10px 16px;color:#666;cursor:pointer}.rc-collapse>.rc-collapse-item>.rc-collapse-header .arrow{display:inline-block;content:"\20";width:0;height:0;font-size:0;line-height:0;border-top:3px solid transparent;border-bottom:3px solid transparent;border-left:4px solid #666;vertical-align:middle;margin-right:8px}.rc-collapse>.rc-collapse-item>.rc-collapse-header .rc-collapse-extra{margin:0 16px 0 auto}.rc-collapse>.rc-collapse-item .rc-collapse-header-collapsible-only{cursor:default}.rc-collapse>.rc-collapse-item .rc-collapse-header-collapsible-only .rc-collapse-expand-icon,.rc-collapse>.rc-collapse-item .rc-collapse-header-collapsible-only .rc-collapse-header-text{cursor:pointer}.rc-collapse>.rc-collapse-item .rc-collapse-icon-collapsible-only{cursor:default}.rc-collapse>.rc-collapse-item .rc-collapse-icon-collapsible-only .rc-collapse-expand-icon{cursor:pointer}.rc-collapse>.rc-collapse-item-disabled>.rc-collapse-header{cursor:not-allowed;color:#999;background-color:#f3f3f3}.rc-collapse-content{overflow:hidden;color:#666;padding:0 16px;background-color:#fff}.rc-collapse-content>.rc-collapse-content-box{margin-top:16px;margin-bottom:16px}.rc-collapse-item:last-child>.rc-collapse-content{border-radius:0 0 3px 3px}.rc-collapse>.rc-collapse-item-active>.rc-collapse-header .arrow{position:relative;top:2px;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #666;margin-right:6px}.rc-checkbox{white-space:nowrap;cursor:pointer;outline:none;display:inline-block;position:relative;line-height:1;vertical-align:middle}.rc-checkbox-input:focus+.rc-checkbox-inner,.rc-checkbox:hover .rc-checkbox-inner{border-color:#3dbcf6}.rc-checkbox-inner{position:relative;top:0;left:0;display:inline-block;width:14px;height:14px;border-radius:3px;border:1px solid #d9d9d9;background-color:#fff;transition:border-color .3s cubic-bezier(.68,-.55,.27,1.55),background-color .3s cubic-bezier(.68,-.55,.27,1.55)}.rc-checkbox-inner:after{-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:4px;top:1px;display:table;width:5px;height:8px;border:2px solid #fff;border-top:0;border-left:0;content:" ";animation-timing-function:cubic-bezier(.68,-.55,.27,1.55);animation-duration:.3s;animation-name:amCheckboxOut}.rc-checkbox-input{position:absolute;left:0;z-index:9999;cursor:pointer;opacity:0;top:0;bottom:0;right:0}.rc-checkbox-checked:hover .rc-checkbox-inner{border-color:#3dbcf6}.rc-checkbox-checked .rc-checkbox-inner{border-color:#3dbcf6;background-color:#3dbcf6}.rc-checkbox-checked .rc-checkbox-inner:after{transform:rotate(45deg);position:absolute;left:4px;top:1px;display:table;width:5px;height:8px;border:2px solid #fff;border-top:0;border-left:0;content:" ";animation-timing-function:cubic-bezier(.68,-.55,.27,1.55);animation-duration:.3s;animation-name:amCheckboxOut}@media print{.rc-checkbox-checked .rc-checkbox-inner{box-shadow:inset 0 0 0 16px #3dbcf6}}.rc-checkbox-disabled.rc-checkbox-checked:hover .rc-checkbox-inner{border-color:#d9d9d9}.rc-checkbox-disabled.rc-checkbox-checked .rc-checkbox-inner{background-color:#f3f3f3;border-color:#d9d9d9}.rc-checkbox-disabled.rc-checkbox-checked .rc-checkbox-inner:after{animation-name:none;border-color:#ccc}@media print{.rc-checkbox-disabled.rc-checkbox-checked .rc-checkbox-inner{box-shadow:inset 0 0 0 16px #f3f3f3}}.rc-checkbox-disabled:hover .rc-checkbox-inner{border-color:#d9d9d9}.rc-checkbox-disabled .rc-checkbox-inner{border-color:#d9d9d9;background-color:#f3f3f3}.rc-checkbox-disabled .rc-checkbox-inner:after{animation-name:none;border-color:#f3f3f3}.rc-checkbox-disabled .rc-checkbox-inner-input{cursor:default}@keyframes amCheckboxIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(0) rotate(45deg)}to{opacity:1;transform-origin:50% 50%;transform:scale(1) rotate(45deg)}}@keyframes amCheckboxOut{0%{opacity:1}to{opacity:0}}@font-face{font-family:ABBvoice;font-style:normal;font-weight:100;src:url(/ABBvoice_W_Lt.e5bc4469.eot);src:url(/ABBvoice_W_Lt.e5bc4469.eot?#iefix) format("embedded-opentype"),url(/ABBvoice_W_Lt.718deeff.woff) format("woff"),url(/ABBvoice_W_Lt.15279e70.woff2) format("woff2")}@font-face{font-family:ABBvoice;font-style:normal;font-weight:400;src:url(/ABBvoice_W_Rg.96076524.eot);src:url(/ABBvoice_W_Rg.96076524.eot?#iefix) format("embedded-opentype"),url(/ABBvoice_W_Rg.7d7c37d5.woff) format("woff"),url(/ABBvoice_W_Rg.0518966d.woff2) format("woff2")}@font-face{font-family:ABBvoice;font-style:normal;font-weight:500;src:url(/ABBvoice_W_Md.de06cbaf.eot);src:url(/ABBvoice_W_Md.de06cbaf.eot?#iefix) format("embedded-opentype"),url(/ABBvoice_W_Md.3eab4427.woff) format("woff"),url(/ABBvoice_W_Md.d85d569d.woff2) format("woff2")}@font-face{font-family:ABBvoice;font-style:normal;font-weight:700;src:url(/ABBvoice_W_Bd.dd262d77.eot);src:url(/ABBvoice_W_Bd.dd262d77.eot?#iefix) format("embedded-opentype"),url(/ABBvoice_W_Bd.c181cf37.woff) format("woff"),url(/ABBvoice_W_Bd.f67e92a6.woff2) format("woff2")}@font-face{font-family:ABB-UI-Icons-32x32;src:url(/ABB-UI-Icons-32x32.2504879d.eot?lel6dg);src:url(/ABB-UI-Icons-32x32.2504879d.eot?lel6dg#iefix) format("embedded-opentype"),url(/ABB-UI-Icons-32x32.a9188579.woff2?lel6dg) format("woff2"),url(/ABB-UI-Icons-32x32.2773778e.ttf?lel6dg) format("truetype"),url(/ABB-UI-Icons-32x32.36fe9046.woff?lel6dg) format("woff"),url(/ABB-UI-Icons-32x32.86c77a40.svg?lel6dg#ABB-UI-Icons-32x32) format("svg");font-weight:400;font-style:normal}.icon_abb_32{font-family:ABB-UI-Icons-32x32!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-abb_add-user_32:before{content:"\e900"}.icon-abb_alarm-bell_32:before{content:"\e901"}.icon-abb_align-bottom_32:before{content:"\e902"}.icon-abb_align-horizontal-center_32:before{content:"\e903"}.icon-abb_align-left_32:before{content:"\e904"}.icon-abb_align-right_32:before{content:"\e905"}.icon-abb_align-top_32:before{content:"\e906"}.icon-abb_align-vertical-center_32:before{content:"\e907"}.icon-abb_analyze-document_32:before{content:"\e908"}.icon-abb_anchor_32:before{content:"\e909"}.icon-abb_audio-off_32:before{content:"\e90a"}.icon-abb_audio-on_32:before{content:"\e90b"}.icon-abb_background_32:before{content:"\e90c"}.icon-abb_bar-chart_32:before{content:"\e90d"}.icon-abb_battery-charging_32:before{content:"\e90e"}.icon-abb_battery-empty_32:before{content:"\e90f"}.icon-abb_battery-full_32:before{content:"\e910"}.icon-abb_battery-half_32:before{content:"\e911"}.icon-abb_battery-high_32:before{content:"\e912"}.icon-abb_battery-low_32:before{content:"\e913"}.icon-abb_binary-data_32:before{content:"\e914"}.icon-abb_bluetooth_32:before{content:"\e915"}.icon-abb_boolean_32:before{content:"\e916"}.icon-abb_briefcase_32:before{content:"\e917"}.icon-abb_bring-to-front_32:before{content:"\e918"}.icon-abb_broadcast_32:before{content:"\e919"}.icon-abb_calculator_32:before{content:"\e91a"}.icon-abb_calendar_32:before{content:"\e91b"}.icon-abb_call_32:before{content:"\e91c"}.icon-abb_camera_32:before{content:"\e91d"}.icon-abb_cart_32:before{content:"\e91e"}.icon-abb_certificate-document-1_32:before{content:"\e91f"}.icon-abb_certificate-document-2_32:before{content:"\e920"}.icon-abb_chat_32:before{content:"\e921"}.icon-abb_check-mark_32:before{content:"\e922"}.icon-abb_check-mark-circle-1_32:before{content:"\e923"}.icon-abb_check-mark-circle-2_32:before{content:"\e924"}.icon-abb_close_32:before{content:"\e925"}.icon-abb_comment_32:before{content:"\e926"}.icon-abb_computer_32:before{content:"\e927"}.icon-abb_connect_32:before{content:"\e928"}.icon-abb_controller-cabinet_32:before{content:"\e929"}.icon-abb_controls-and-settings_32:before{content:"\e92a"}.icon-abb_copy_32:before{content:"\e92b"}.icon-abb_cut_32:before{content:"\e92c"}.icon-abb_dashboard_32:before{content:"\e92d"}.icon-abb_database_32:before{content:"\e92e"}.icon-abb_database-new_32:before{content:"\e92f"}.icon-abb_decimal_32:before{content:"\e930"}.icon-abb_devices_32:before{content:"\e931"}.icon-abb_disconnect_32:before{content:"\e932"}.icon-abb_distribution_32:before{content:"\e933"}.icon-abb_document_32:before{content:"\e934"}.icon-abb_dollar_32:before{content:"\e935"}.icon-abb_double-down_32:before{content:"\e936"}.icon-abb_double-left_32:before{content:"\e937"}.icon-abb_double-right_32:before{content:"\e938"}.icon-abb_double-up_32:before{content:"\e939"}.icon-abb_down_32:before{content:"\e93a"}.icon-abb_down-arrow_32:before{content:"\e93b"}.icon-abb_download_32:before{content:"\e93c"}.icon-abb_drive_32:before{content:"\e93d"}.icon-abb_edit_32:before{content:"\e93e"}.icon-abb_end-call_32:before{content:"\e93f"}.icon-abb_envelope_32:before{content:"\e940"}.icon-abb_error-circle-1_32:before{content:"\e941"}.icon-abb_error-circle-2_32:before{content:"\e942"}.icon-abb_euro_32:before{content:"\e943"}.icon-abb_event_32:before{content:"\e944"}.icon-abb_export_32:before{content:"\e945"}.icon-abb_factory_32:before{content:"\e946"}.icon-abb_filter_32:before{content:"\e947"}.icon-abb_folder_32:before{content:"\e948"}.icon-abb_folder-new_32:before{content:"\e949"}.icon-abb_folder-open_32:before{content:"\e94a"}.icon-abb_forward_32:before{content:"\e94b"}.icon-abb_fullscreen_32:before{content:"\e94c"}.icon-abb_gauge_32:before{content:"\e94d"}.icon-abb_gbp_32:before{content:"\e94e"}.icon-abb_globe_32:before{content:"\e94f"}.icon-abb_group_32:before{content:"\e950"}.icon-abb_help-circle-1_32:before{content:"\e951"}.icon-abb_help-circle-2_32:before{content:"\e952"}.icon-abb_hide_32:before{content:"\e953"}.icon-abb_history_32:before{content:"\e954"}.icon-abb_home_32:before{content:"\e955"}.icon-abb_hour-glass_32:before{content:"\e956"}.icon-abb_image_32:before{content:"\e957"}.icon-abb_import_32:before{content:"\e958"}.icon-abb_information-circle-1_32:before{content:"\e959"}.icon-abb_information-circle-2_32:before{content:"\e95a"}.icon-abb_key_32:before{content:"\e95b"}.icon-abb_label_32:before{content:"\e95c"}.icon-abb_left_32:before{content:"\e95d"}.icon-abb_left-arrow_32:before{content:"\e95e"}.icon-abb_level_32:before{content:"\e95f"}.icon-abb_light-bulb_32:before{content:"\e960"}.icon-abb_link_32:before{content:"\e961"}.icon-abb_list_32:before{content:"\e962"}.icon-abb_location_32:before{content:"\e963"}.icon-abb_lock-closed_32:before{content:"\e964"}.icon-abb_lock-open_32:before{content:"\e965"}.icon-abb_log-in_32:before{content:"\e966"}.icon-abb_log-out_32:before{content:"\e967"}.icon-abb_magnet_32:before{content:"\e968"}.icon-abb_make-same-height_32:before{content:"\e969"}.icon-abb_make-same-size_32:before{content:"\e96a"}.icon-abb_make-same-width_32:before{content:"\e96b"}.icon-abb_map_32:before{content:"\e96c"}.icon-abb_matrix_32:before{content:"\e96d"}.icon-abb_maximize_32:before{content:"\e96e"}.icon-abb_menu_32:before{content:"\e96f"}.icon-abb_menu-narrow_32:before{content:"\e970"}.icon-abb_microphone_32:before{content:"\e971"}.icon-abb_microphone-off_32:before{content:"\e972"}.icon-abb_minimize_32:before{content:"\e973"}.icon-abb_minus_32:before{content:"\e974"}.icon-abb_minus-in-circle_32:before{content:"\e975"}.icon-abb_missed-call_32:before{content:"\e976"}.icon-abb_moon_32:before{content:"\e977"}.icon-abb_more_32:before{content:"\e978"}.icon-abb_motor_32:before{content:"\e979"}.icon-abb_network_32:before{content:"\e97a"}.icon-abb_new-document_32:before{content:"\e97b"}.icon-abb_numericals_32:before{content:"\e97c"}.icon-abb_object_32:before{content:"\e97d"}.icon-abb_object-container-1_32:before{content:"\e97e"}.icon-abb_object-container-2_32:before{content:"\e97f"}.icon-abb_open-in-new-window_32:before{content:"\e980"}.icon-abb_panel_32:before{content:"\e981"}.icon-abb_paper-clip_32:before{content:"\e982"}.icon-abb_paste_32:before{content:"\e983"}.icon-abb_pause_32:before{content:"\e984"}.icon-abb_pie-chart_32:before{content:"\e985"}.icon-abb_pin_32:before{content:"\e986"}.icon-abb_play_32:before{content:"\e987"}.icon-abb_plugin_32:before{content:"\e988"}.icon-abb_plus_32:before{content:"\e989"}.icon-abb_plus-in-circle_32:before{content:"\e98a"}.icon-abb_pop-out-window_32:before{content:"\e98b"}.icon-abb_power-on-off_32:before{content:"\e98c"}.icon-abb_pressure_32:before{content:"\e98d"}.icon-abb_print_32:before{content:"\e98e"}.icon-abb_pump_32:before{content:"\e98f"}.icon-abb_qr-code_32:before{content:"\e990"}.icon-abb_rearrange_32:before{content:"\e991"}.icon-abb_redo_32:before{content:"\e992"}.icon-abb_refresh_32:before{content:"\e993"}.icon-abb_reports_32:before{content:"\e994"}.icon-abb_resistor_32:before{content:"\e995"}.icon-abb_rewind_32:before{content:"\e996"}.icon-abb_right_32:before{content:"\e997"}.icon-abb_right-arrow_32:before{content:"\e998"}.icon-abb_robot_32:before{content:"\e999"}.icon-abb_robot-cabinet_32:before{content:"\e99a"}.icon-abb_robot-tool_32:before{content:"\e99b"}.icon-abb_rotate-left-90_32:before{content:"\e99c"}.icon-abb_rotate-left-180_32:before{content:"\e99d"}.icon-abb_rotate-right-270_32:before{content:"\e99e"}.icon-abb_rotate-left-270_321:before{content:"\e99f"}.icon-abb_rotate-right-90_32:before{content:"\e9a0"}.icon-abb_rotate-right-180_32:before{content:"\e9a1"}.icon-abb_save_32:before{content:"\e9a2"}.icon-abb_save-as_32:before{content:"\e9a3"}.icon-abb_screen_32:before{content:"\e9a4"}.icon-abb_search_32:before{content:"\e9a5"}.icon-abb_send-to-back_32:before{content:"\e9a6"}.icon-abb_server_32:before{content:"\e9a7"}.icon-abb_settings_32:before{content:"\e9a8"}.icon-abb_share_32:before{content:"\e9a9"}.icon-abb_shortcut_32:before{content:"\e9aa"}.icon-abb_shuffle_32:before{content:"\e9ab"}.icon-abb_skip-to-end_32:before{content:"\e9ac"}.icon-abb_skip-to-start_32:before{content:"\e9ad"}.icon-abb_sld-1_32:before{content:"\e9ae"}.icon-abb_sld-2_32:before{content:"\e9af"}.icon-abb_smartphone_32:before{content:"\e9b0"}.icon-abb_sort-alphabet-down_32:before{content:"\e9b1"}.icon-abb_sort-alphabet-up_32:before{content:"\e9b2"}.icon-abb_sort-date-down-1_32:before{content:"\e9b3"}.icon-abb_sort-date-down-2_32:before{content:"\e9b4"}.icon-abb_sort-date-up-1_32:before{content:"\e9b5"}.icon-abb_sort-date-up-2_32:before{content:"\e9b6"}.icon-abb_specification_32:before{content:"\e9b7"}.icon-abb_stairs_32:before{content:"\e9b8"}.icon-abb_star_32:before{content:"\e9b9"}.icon-abb_stop_32:before{content:"\e9ba"}.icon-abb_sun_32:before{content:"\e9bb"}.icon-abb_sun-2_32:before{content:"\e9bc"}.icon-abb_synchronize_32:before{content:"\e9bd"}.icon-abb_system_32:before{content:"\e9be"}.icon-abb_table_32:before{content:"\e9bf"}.icon-abb_temperature_32:before{content:"\e9c0"}.icon-abb_temperature-celsius-1_32:before{content:"\e9c1"}.icon-abb_temperature-celsius-2_32:before{content:"\e9c2"}.icon-abb_temperature-fahrenheit-1_32:before{content:"\e9c3"}.icon-abb_temperature-fahrenheit-2_32:before{content:"\e9c4"}.icon-abb_template_32:before{content:"\e9c5"}.icon-abb_template-new_32:before{content:"\e9c6"}.icon-abb_test_32:before{content:"\e9c7"}.icon-abb_text_32:before{content:"\e9c8"}.icon-abb_time_32:before{content:"\e9c9"}.icon-abb_time-and-date_32:before{content:"\e9ca"}.icon-abb_track-1_32:before{content:"\e9cb"}.icon-abb_track-2_32:before{content:"\e9cc"}.icon-abb_transformer_32:before{content:"\e9cd"}.icon-abb_trash_32:before{content:"\e9ce"}.icon-abb_tree-view_32:before{content:"\e9cf"}.icon-abb_trend-1_32:before{content:"\e9d0"}.icon-abb_trend-2_32:before{content:"\e9d1"}.icon-abb_turbocharger_32:before{content:"\e9d2"}.icon-abb_undo_32:before{content:"\e9d3"}.icon-abb_unpin_32:before{content:"\e9d4"}.icon-abb_up_32:before{content:"\e9d5"}.icon-abb_up-arrow_32:before{content:"\e9d6"}.icon-abb_upload_32:before{content:"\e9d7"}.icon-abb_usb_32:before{content:"\e9d8"}.icon-abb_user_32:before{content:"\e9d9"}.icon-abb_user-in-circle_32:before{content:"\e9da"}.icon-abb_video-camera-off_32:before{content:"\e9db"}.icon-abb_video-camera-on_32:before{content:"\e9dc"}.icon-abb_video-chat_32:before{content:"\e9dd"}.icon-abb_view_32:before{content:"\e9de"}.icon-abb_voltage_32:before{content:"\e9df"}.icon-abb_warning-circle-1_32:before{content:"\e9e0"}.icon-abb_warning-circle-2_32:before{content:"\e9e1"}.icon-abb_warning-triangle_32:before{content:"\e9e2"}.icon-abb_wrench_32:before{content:"\e9e3"}.icon-abb_zoom-in_32:before{content:"\e9e4"}.icon-abb_zoom-out_32:before{content:"\e9e5"}.icon-abb_trend-3_32:before{content:"\e9e6"}.icon-abb_trend-scatter_32:before{content:"\e9e7"}.icon-abb_sort-ascending_32:before{content:"\e9e8"}.icon-abb_sort-descending_32:before{content:"\e9e9"}.icon-abb_advanced-settings_32:before{content:"\e9ea"}.icon-abb_align_32:before{content:"\e9eb"}.icon-abb_robot-axis_32:before{content:"\e9ec"}.icon-abb_calibration_32:before{content:"\e9ed"}.icon-abb_connection_32:before{content:"\e9ee"}.icon-abb_network-status_32:before{content:"\e9ef"}.icon-abb_create-backup_32:before{content:"\e9f0"}.icon-abb_data-editor_32:before{content:"\e9f1"}.icon-abb_execution-32:before{content:"\e9f2"}.icon-abb_hardware-devices_32:before{content:"\e9f3"}.icon-abb_io-devices_32:before{content:"\e9f4"}.icon-abb_joystick_32:before{content:"\e9f5"}.icon-abb_lead-through_32:before{content:"\e9f6"}.icon-abb_jog-linear_32:before{content:"\e9f7"}.icon-abb_document-excel_32:before{content:"\e9f8"}.icon-abb_document-pdf_32:before{content:"\e9f9"}.icon-abb_document-word_32:before{content:"\e9fa"}.icon-abb_modify-rapid-position_32:before{content:"\e9fb"}.icon-abb_software-module_32:before{content:"\e9fc"}.icon-abb_network-status-1_32:before{content:"\e9fe"}.icon-abb_network-status-2_32:before{content:"\e9ff"}.icon-abb_payload_32:before{content:"\ea00"}.icon-abb_jog-planar_32:before{content:"\ea01"}.icon-abb_software-program-and-modules_32:before{content:"\ea02"}.icon-abb_software-program-editor_32:before{content:"\ea03"}.icon-abb_software-program_32:before{content:"\ea04"}.icon-abb_program-pointer_32:before{content:"\ea05"}.icon-abb_rapid-tasks_32:before{content:"\ea06"}.icon-abb_jog-reorient_32:before{content:"\ea07"}.icon-abb_reset-user-data_32:before{content:"\ea09"}.icon-abb_restore-backup_32:before{content:"\ea0a"}.icon-abb_select_32:before{content:"\ea0b"}.icon-abb_software-routins_32:before{content:"\ea0c"}.icon-abb_network-signal-strength-level-1_32:before{content:"\ea0d"}.icon-abb_network-signal-strength-level-2_32:before{content:"\ea0e"}.icon-abb_network-signal-strength-level-3_32:before{content:"\ea0f"}.icon-abb_io-signals_32:before{content:"\ea10"}.icon-abb_software-resources_32:before{content:"\ea11"}.icon-abb_start-installer_32:before{content:"\ea12"}.icon-abb_step-in_32:before{content:"\ea13"}.icon-abb_step-out_32:before{content:"\ea14"}.icon-abb_step-over_32:before{content:"\ea15"}.icon-abb_touch_32:before{content:"\ea16"}.icon-abb_video_32:before{content:"\ea17"}.icon-abb_turn-clockwise_32:before{content:"\ea18"}.icon-abb_turn-clockwise-off-target-speed_32:before{content:"\ea19"}.icon-abb_turn-counter-clockwise-off-target-speed_32:before{content:"\ea1a"}.icon-abb_add-drives_32:before{content:"\ea1b"}.icon-abb_bearing_32:before{content:"\ea1d"}.icon-abb_cloud_32:before{content:"\ea1e"}.icon-abb_delete-drives_32:before{content:"\ea1f"}.icon-abb_download-from-cloud_32:before{content:"\ea20"}.icon-abb_drive-connected_32:before{content:"\ea21"}.icon-abb_drives-error_32:before{content:"\ea22"}.icon-abb_fieldbus_32:before{content:"\ea23"}.icon-abb_generator_32:before{content:"\ea24"}.icon-abb_maximum-value_32:before{content:"\ea26"}.icon-abb_minimum-value_32:before{content:"\ea27"}.icon-abb_not-allowed_32:before{content:"\ea28"}.icon-abb_powertrain_32:before{content:"\ea29"}.icon-abb_prevent-turning-fault_32:before{content:"\ea2a"}.icon-abb_target-value-range_32:before{content:"\ea2b"}.icon-abb_thumbnail-view_32:before{content:"\ea2c"}.icon-abb_train_32:before{content:"\ea2d"}.icon-abb_turn-counter-clockwise_32:before{content:"\ea2e"}.icon-abb_wheel_32:before{content:"\ea2f"}.icon-abb_wifi-network-disconnected_32:before{content:"\ea31"}.icon-abb_write-to-default_32:before{content:"\ea32"}.icon-abb_write-to-default-disabled_32:before{content:"\ea33"}.icon-abb_caret-down_32:before{content:"\ea08"}.icon-abb_caret-left_32:before{content:"\ea1c"}.icon-abb_caret-right_32:before{content:"\ea30"}.icon-abb_caret-up_32:before{content:"\ea34"}.icon-abb_close-light_32:before{content:"\ea35"}.icon-abb_triangle-down_32:before{content:"\ea36"}.icon-abb_triangle-left_32:before{content:"\ea37"}.icon-abb_triangle-right_32:before{content:"\ea38"}.icon-abb_triangle-up_32:before{content:"\ea39"}.icon-abb_check-mark-light_32:before{content:"\ea3a"}.icon-abb_numbered-list_32:before{content:"\ea3b"}.icon-abb_text-bold_32:before{content:"\ea3c"}.icon-abb_text-italic_32:before{content:"\ea3d"}.icon-abb_text-underline_32:before{content:"\ea3e"}.icon-abb_call-outline_32:before{content:"\e9fd"}.icon-abb_location-outline_32:before{content:"\ea25"}.icon-abb_user-outline_32:before{content:"\ea3f"}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.aspect-ratio{height:0;position:relative}.aspect-ratio--16x9{padding-bottom:56.25%}.aspect-ratio--9x16{padding-bottom:177.77%}.aspect-ratio--4x3{padding-bottom:75%}.aspect-ratio--3x4{padding-bottom:133.33%}.aspect-ratio--6x4{padding-bottom:66.6%}.aspect-ratio--4x6{padding-bottom:150%}.aspect-ratio--8x5{padding-bottom:62.5%}.aspect-ratio--5x8{padding-bottom:160%}.aspect-ratio--7x5{padding-bottom:71.42%}.aspect-ratio--5x7{padding-bottom:140%}.aspect-ratio--1x1{padding-bottom:100%}.aspect-ratio--object{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}.cover{background-size:cover!important}.contain{background-size:contain!important}.bg-center{background-position:50%}.bg-center,.bg-top{background-repeat:no-repeat}.bg-top{background-position:top}.bg-right{background-position:100%}.bg-bottom,.bg-right{background-repeat:no-repeat}.bg-bottom{background-position:bottom}.bg-left{background-repeat:no-repeat;background-position:0}.ba{border-style:solid;border-width:1px}.bt{border-top-style:solid;border-top-width:1px}.br{border-right-style:solid;border-right-width:1px}.bb{border-bottom-style:solid;border-bottom-width:1px}.bl{border-left-style:solid;border-left-width:1px}.bn{border-style:none;border-width:0}.b--blue-10{border-color:#e0f0ff}.b--blue-20{border-color:#c5e0fa}.b--blue-30{border-color:#9ebff7}.b--blue-40{border-color:#77a3fc}.b--blue-50{border-color:#4c85ff}.b--blue-60{border-color:#36f}.b--blue-70{border-color:#2a35ff}.b--blue-80{border-color:#2c20d4}.b--blue-90{border-color:#160c9c}.b--blue-100{border-color:#080261}.b--grey-00{border-color:#fff}.b--grey-10{border-color:#ebebeb}.b--grey-20{border-color:#dbdbdb}.b--grey-30{border-color:#bababa}.b--grey-40{border-color:#9f9f9f}.b--grey-50{border-color:#848484}.b--grey-60{border-color:#686868}.b--grey-70{border-color:#525252}.b--grey-80{border-color:#3d3d3d}.b--grey-90{border-color:#1f1f1f}.b--grey-100{border-color:#0f0f0f}.b--yellow{border-color:#ffd800}.b--orange{border-color:#ff7300}.b--red{border-color:#f03040}.b--red-dark{border-color:#c00}.b--magenta{border-color:#cb2bd5}.b--cyan{border-color:#14f0f0}.b--green{border-color:#0ca919}.b--blue{border-color:#0052ff}.b--transparent{border-color:transparent}.br0{border-radius:0}.br1{border-radius:.25rem}.br2{border-radius:.5rem}.br-100{border-radius:100%}.br-pill{border-radius:9999px}.br--bottom{border-top-left-radius:0;border-top-right-radius:0}.br--top{border-bottom-right-radius:0}.br--right,.br--top{border-bottom-left-radius:0}.br--right{border-top-left-radius:0}.br--left{border-top-right-radius:0;border-bottom-right-radius:0}.b--dotted{border-style:dotted}.b--dashed{border-style:dashed}.b--solid{border-style:solid}.b--none{border-style:none}.bw0{border-width:0}.bw1{border-width:.0625rem}.bw2{border-width:.125rem}.bw3{border-width:.25rem}.bt-0{border-top-width:0}.br-0{border-right-width:0}.bb-0{border-bottom-width:0}.bl-0{border-left-width:0}.shadow-1{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.shadow-5{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}.border-box,a,article,aside,blockquote,body,code,dd,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],legend,li,main,nav,ol,p,pre,section,table,td,textarea,th,tr,ul{box-sizing:border-box}.pre{overflow-x:auto;overflow-y:hidden;overflow:scroll}.pa0{padding:0}.ma0,.na0{margin:0}.pl0{padding-left:0}.ml0,.nl0{margin-left:0}.pr0{padding-right:0}.mr0,.nr0{margin-right:0}.pt0{padding-top:0}.mt0,.nt0{margin-top:0}.pb0{padding-bottom:0}.mb0,.nb0{margin-bottom:0}.pv0{padding-top:0;padding-bottom:0}.mv0,.nv0{margin-top:0;margin-bottom:0}.ph0{padding-left:0;padding-right:0}.mh0,.nh0{margin-left:0;margin-right:0}.pa1{padding:.25rem}.ma1{margin:.25rem}.na1{margin:-.25rem}.pl1{padding-left:.25rem}.ml1{margin-left:.25rem}.nl1{margin-left:-.25rem}.pr1{padding-right:.25rem}.mr1{margin-right:.25rem}.nr1{margin-right:-.25rem}.pt1{padding-top:.25rem}.mt1{margin-top:.25rem}.nt1{margin-top:-.25rem}.pb1{padding-bottom:.25rem}.mb1{margin-bottom:.25rem}.nb1{margin-bottom:-.25rem}.pv1{padding-top:.25rem;padding-bottom:.25rem}.mv1{margin-top:.25rem;margin-bottom:.25rem}.nv1{margin-top:-.25rem;margin-bottom:-.25rem}.ph1{padding-left:.25rem;padding-right:.25rem}.mh1{margin-left:.25rem;margin-right:.25rem}.nh1{margin-left:-.25rem;margin-right:-.25rem}.pa2{padding:.5rem}.ma2{margin:.5rem}.na2{margin:-.5rem}.pl2{padding-left:.5rem}.ml2{margin-left:.5rem}.nl2{margin-left:-.5rem}.pr2{padding-right:.5rem}.mr2{margin-right:.5rem}.nr2{margin-right:-.5rem}.pt2{padding-top:.5rem}.mt2{margin-top:.5rem}.nt2{margin-top:-.5rem}.pb2{padding-bottom:.5rem}.mb2{margin-bottom:.5rem}.nb2{margin-bottom:-.5rem}.pv2{padding-top:.5rem;padding-bottom:.5rem}.mv2{margin-top:.5rem;margin-bottom:.5rem}.nv2{margin-top:-.5rem;margin-bottom:-.5rem}.ph2{padding-left:.5rem;padding-right:.5rem}.mh2{margin-left:.5rem;margin-right:.5rem}.nh2{margin-left:-.5rem;margin-right:-.5rem}.pa3{padding:1rem}.ma3{margin:1rem}.na3{margin:-1rem}.pl3{padding-left:1rem}.ml3{margin-left:1rem}.nl3{margin-left:-1rem}.pr3{padding-right:1rem}.mr3{margin-right:1rem}.nr3{margin-right:-1rem}.pt3{padding-top:1rem}.mt3{margin-top:1rem}.nt3{margin-top:-1rem}.pb3{padding-bottom:1rem}.mb3{margin-bottom:1rem}.nb3{margin-bottom:-1rem}.pv3{padding-top:1rem;padding-bottom:1rem}.mv3{margin-top:1rem;margin-bottom:1rem}.nv3{margin-top:-1rem;margin-bottom:-1rem}.ph3{padding-left:1rem;padding-right:1rem}.mh3{margin-left:1rem;margin-right:1rem}.nh3{margin-left:-1rem;margin-right:-1rem}.pa4{padding:2rem}.ma4{margin:2rem}.na4{margin:-2rem}.pl4{padding-left:2rem}.ml4{margin-left:2rem}.nl4{margin-left:-2rem}.pr4{padding-right:2rem}.mr4{margin-right:2rem}.nr4{margin-right:-2rem}.pt4{padding-top:2rem}.mt4{margin-top:2rem}.nt4{margin-top:-2rem}.pb4{padding-bottom:2rem}.mb4{margin-bottom:2rem}.nb4{margin-bottom:-2rem}.pv4{padding-top:2rem;padding-bottom:2rem}.mv4{margin-top:2rem;margin-bottom:2rem}.nv4{margin-top:-2rem;margin-bottom:-2rem}.ph4{padding-left:2rem;padding-right:2rem}.mh4{margin-left:2rem;margin-right:2rem}.nh4{margin-left:-2rem;margin-right:-2rem}.pa5{padding:4rem}.ma5{margin:4rem}.na5{margin:-4rem}.pl5{padding-left:4rem}.ml5{margin-left:4rem}.nl5{margin-left:-4rem}.pr5{padding-right:4rem}.mr5{margin-right:4rem}.nr5{margin-right:-4rem}.pt5{padding-top:4rem}.mt5{margin-top:4rem}.nt5{margin-top:-4rem}.pb5{padding-bottom:4rem}.mb5{margin-bottom:4rem}.nb5{margin-bottom:-4rem}.pv5{padding-top:4rem;padding-bottom:4rem}.mv5{margin-top:4rem;margin-bottom:4rem}.nv5{margin-top:-4rem;margin-bottom:-4rem}.ph5{padding-left:4rem;padding-right:4rem}.mh5{margin-left:4rem;margin-right:4rem}.nh5{margin-left:-4rem;margin-right:-4rem}.pa6{padding:8rem}.ma6{margin:8rem}.na6{margin:-8rem}.pl6{padding-left:8rem}.ml6{margin-left:8rem}.nl6{margin-left:-8rem}.pr6{padding-right:8rem}.mr6{margin-right:8rem}.nr6{margin-right:-8rem}.pt6{padding-top:8rem}.mt6{margin-top:8rem}.nt6{margin-top:-8rem}.pb6{padding-bottom:8rem}.mb6{margin-bottom:8rem}.nb6{margin-bottom:-8rem}.pv6{padding-top:8rem;padding-bottom:8rem}.mv6{margin-top:8rem;margin-bottom:8rem}.nv6{margin-top:-8rem;margin-bottom:-8rem}.ph6{padding-left:8rem;padding-right:8rem}.mh6{margin-left:8rem;margin-right:8rem}.nh6{margin-left:-8rem;margin-right:-8rem}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.top-1{top:1rem}.right-1{right:1rem}.bottom-1{bottom:1rem}.left-1{left:1rem}.top-2{top:2rem}.right-2{right:2rem}.bottom-2{bottom:2rem}.left-2{left:2rem}.top--1{top:-1rem}.right--1{right:-1rem}.bottom--1{bottom:-1rem}.left--1{left:-1rem}.top--2{top:-2rem}.right--2{right:-2rem}.bottom--2{bottom:-2rem}.left--2{left:-2rem}.absolute--fill{top:0;right:0;bottom:0;left:0}.cf:after,.cf:before{content:" ";display:table}.cf:after{clear:both}.cf{*zoom:1}.cl{clear:left}.cr{clear:right}.cb{clear:both}.cn{clear:none}.dn{display:none}.di{display:inline}.db{display:block}.dib{display:inline-block}.dit{display:inline-table}.dt{display:table}.dtc{display:table-cell}.dt-row{display:table-row}.dt-row-group{display:table-row-group}.dt-column{display:table-column}.dt-column-group{display:table-column-group}.dt--fixed{table-layout:fixed;width:100%}.flex{display:-webkit-flex;display:flex}.inline-flex{display:-webkit-inline-flex;display:inline-flex}.flex-auto{-webkit-flex:1 1 auto;flex:1 1 auto;min-width:0;min-height:0}.flex-none{-webkit-flex:none;flex:none}.flex-column{-webkit-flex-direction:column;flex-direction:column}.flex-row{-webkit-flex-direction:row;flex-direction:row}.flex-wrap{-webkit-flex-wrap:wrap;flex-wrap:wrap}.flex-nowrap{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.flex-column-reverse{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.flex-row-reverse{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.items-start{-webkit-align-items:flex-start;align-items:flex-start}.items-end{-webkit-align-items:flex-end;align-items:flex-end}.items-center{-webkit-align-items:center;align-items:center}.items-baseline{-webkit-align-items:baseline;align-items:baseline}.items-stretch{-webkit-align-items:stretch;align-items:stretch}.self-start{-webkit-align-self:flex-start;align-self:flex-start}.self-end{-webkit-align-self:flex-end;align-self:flex-end}.self-center{-webkit-align-self:center;align-self:center}.self-baseline{-webkit-align-self:baseline;align-self:baseline}.self-stretch{-webkit-align-self:stretch;align-self:stretch}.justify-start{-webkit-justify-content:flex-start;justify-content:flex-start}.justify-end{-webkit-justify-content:flex-end;justify-content:flex-end}.justify-center{-webkit-justify-content:center;justify-content:center}.justify-between{-webkit-justify-content:space-between;justify-content:space-between}.justify-around{-webkit-justify-content:space-around;justify-content:space-around}.content-start{-webkit-align-content:flex-start;align-content:flex-start}.content-end{-webkit-align-content:flex-end;align-content:flex-end}.content-center{-webkit-align-content:center;align-content:center}.content-between{-webkit-align-content:space-between;align-content:space-between}.content-around{-webkit-align-content:space-around;align-content:space-around}.content-stretch{-webkit-align-content:stretch;align-content:stretch}.order-0{-webkit-order:0;order:0}.order-1{-webkit-order:1;order:1}.order-2{-webkit-order:2;order:2}.order-3{-webkit-order:3;order:3}.order-4{-webkit-order:4;order:4}.order-5{-webkit-order:5;order:5}.order-6{-webkit-order:6;order:6}.order-7{-webkit-order:7;order:7}.order-8{-webkit-order:8;order:8}.order-last{-webkit-order:99999;order:99999}.flex-grow-0{-webkit-flex-grow:0;flex-grow:0}.flex-grow-1{-webkit-flex-grow:1;flex-grow:1}.flex-shrink-0{-webkit-flex-shrink:0;flex-shrink:0}.flex-shrink-1{-webkit-flex-shrink:1;flex-shrink:1}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.fl{float:left}.fl,.fr{_display:inline}.fr{float:right}.fn{float:none}.sans-serif{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.serif{font-family:georgia,times,serif}.system-sans-serif{font-family:sans-serif}.system-serif{font-family:serif}.code,code{font-family:Consolas,monaco,monospace}.courier{font-family:Courier Next,courier,monospace}.helvetica{font-family:helvetica neue,helvetica,sans-serif}.avenir{font-family:avenir next,avenir,sans-serif}.athelas{font-family:athelas,georgia,serif}.georgia{font-family:georgia,serif}.times{font-family:times,serif}.bodoni{font-family:Bodoni MT,serif}.calisto{font-family:Calisto MT,serif}.garamond{font-family:garamond,serif}.baskerville{font-family:baskerville,serif}.i{font-style:italic}.fs-normal{font-style:normal}.normal{font-weight:400}.b{font-weight:700}.fw1{font-weight:100}.fw2{font-weight:200}.fw3{font-weight:300}.fw4{font-weight:400}.fw5{font-weight:500}.fw6{font-weight:600}.fw7{font-weight:700}.fw8{font-weight:800}.fw9{font-weight:900}.input-reset{-webkit-appearance:none;-moz-appearance:none}.button-reset::-moz-focus-inner,.input-reset::-moz-focus-inner{border:0;padding:0}.debug *{outline:1px solid gold}.debug-white *{outline:1px solid #fff}.debug-black *{outline:1px solid #000}.debug-grid{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFElEQVR4AWPAC97/9x0eCsAEPgwAVLshdpENIxcAAAAASUVORK5CYII=) repeat 0 0}.debug-grid-16{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII=) repeat 0 0}.debug-grid-8-solid{background:#fff url(data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw==) repeat 0 0}.debug-grid-16-solid{background:#fff url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7) repeat 0 0}.link{text-decoration:none}.link,.link:active,.link:focus,.link:hover,.link:link,.link:visited{transition:color .15s ease-in}.link:focus{outline:1px dotted currentColor}.list{list-style-type:none}.h1{height:1rem}.h2{height:2rem}.h3{height:4rem}.h4{height:8rem}.h5{height:16rem}.h-25{height:25%}.h-50{height:50%}.h-75{height:75%}.h-100{height:100%}.min-h-100{min-height:100%}.vh-25{height:25vh}.vh-50{height:50vh}.vh-75{height:75vh}.vh-100{height:100vh}.min-vh-100{min-height:100vh}.h-auto{height:auto}.h-inherit{height:inherit}.blue-10{color:#e0f0ff}.blue-20{color:#c5e0fa}.blue-30{color:#9ebff7}.blue-40{color:#77a3fc}.blue-50{color:#4c85ff}.blue-60{color:#36f}.blue-70{color:#2a35ff}.blue-80{color:#2c20d4}.blue-90{color:#160c9c}.blue-100{color:#080261}.grey-00{color:#fff}.grey-10{color:#ebebeb}.grey-20{color:#dbdbdb}.grey-30{color:#bababa}.grey-40{color:#9f9f9f}.grey-50{color:#848484}.grey-60{color:#686868}.grey-70{color:#525252}.grey-80{color:#3d3d3d}.grey-90{color:#1f1f1f}.grey-100{color:#0f0f0f}.yellow{color:#ffd800}.orange{color:#ff7300}.red{color:#f03040}.red-dark{color:#c00}.magenta{color:#cb2bd5}.cyan{color:#14f0f0}.green{color:#0ca919}.blue{color:#0052ff}.bg-blue-10{background-color:#e0f0ff}.bg-blue-20{background-color:#c5e0fa}.bg-blue-30{background-color:#9ebff7}.bg-blue-40{background-color:#77a3fc}.bg-blue-50{background-color:#4c85ff}.bg-blue-60{background-color:#36f}.bg-blue-70{background-color:#2a35ff}.bg-blue-80{background-color:#2c20d4}.bg-blue-90{background-color:#160c9c}.bg-blue-100{background-color:#080261}.bg-grey-00{background-color:#fff}.bg-grey-10{background-color:#ebebeb}.bg-grey-20{background-color:#dbdbdb}.bg-grey-30{background-color:#bababa}.bg-grey-40{background-color:#9f9f9f}.bg-grey-50{background-color:#848484}.bg-grey-60{background-color:#686868}.bg-grey-70{background-color:#525252}.bg-grey-80{background-color:#3d3d3d}.bg-grey-90{background-color:#1f1f1f}.bg-grey-100{background-color:#0f0f0f}.bg-yellow{background-color:#ffd800}.bg-orange{background-color:#ff7300}.bg-red{background-color:#f03040}.bg-red-dark{background-color:#c00}.bg-magenta{background-color:#cb2bd5}.bg-cyan{background-color:#14f0f0}.bg-green{background-color:#0ca919}.bg-blue{background-color:#0052ff}.bg-transparent{background-color:transparent}.hover-blue-10:focus,.hover-blue-10:hover{color:#e0f0ff}.hover-blue-20:focus,.hover-blue-20:hover{color:#c5e0fa}.hover-blue-30:focus,.hover-blue-30:hover{color:#9ebff7}.hover-blue-40:focus,.hover-blue-40:hover{color:#77a3fc}.hover-blue-50:focus,.hover-blue-50:hover{color:#4c85ff}.hover-blue-60:focus,.hover-blue-60:hover{color:#36f}.hover-blue-70:focus,.hover-blue-70:hover{color:#2a35ff}.hover-blue-80:focus,.hover-blue-80:hover{color:#2c20d4}.hover-blue-90:focus,.hover-blue-90:hover{color:#160c9c}.hover-blue-100:focus,.hover-blue-100:hover{color:#080261}.hover-grey-00:focus,.hover-grey-00:hover{color:#fff}.hover-grey-10:focus,.hover-grey-10:hover{color:#ebebeb}.hover-grey-20:focus,.hover-grey-20:hover{color:#dbdbdb}.hover-grey-30:focus,.hover-grey-30:hover{color:#bababa}.hover-grey-40:focus,.hover-grey-40:hover{color:#9f9f9f}.hover-grey-50:focus,.hover-grey-50:hover{color:#848484}.hover-grey-60:focus,.hover-grey-60:hover{color:#686868}.hover-grey-70:focus,.hover-grey-70:hover{color:#525252}.hover-grey-80:focus,.hover-grey-80:hover{color:#3d3d3d}.hover-grey-90:focus,.hover-grey-90:hover{color:#1f1f1f}.hover-grey-100:focus,.hover-grey-100:hover{color:#0f0f0f}.hover-yellow:focus,.hover-yellow:hover{color:#ffd800}.hover-orange:focus,.hover-orange:hover{color:#ff7300}.hover-red:focus,.hover-red:hover{color:#f03040}.hover-red-dark:focus,.hover-red-dark:hover{color:#c00}.hover-magenta:focus,.hover-magenta:hover{color:#cb2bd5}.hover-cyan:focus,.hover-cyan:hover{color:#14f0f0}.hover-green:focus,.hover-green:hover{color:#0ca919}.hover-blue:focus,.hover-blue:hover{color:#0052ff}.hover-bg-blue-10:focus,.hover-bg-blue-10:hover{background-color:#e0f0ff}.hover-bg-blue-20:focus,.hover-bg-blue-20:hover{background-color:#c5e0fa}.hover-bg-blue-30:focus,.hover-bg-blue-30:hover{background-color:#9ebff7}.hover-bg-blue-40:focus,.hover-bg-blue-40:hover{background-color:#77a3fc}.hover-bg-blue-50:focus,.hover-bg-blue-50:hover{background-color:#4c85ff}.hover-bg-blue-60:focus,.hover-bg-blue-60:hover{background-color:#36f}.hover-bg-blue-70:focus,.hover-bg-blue-70:hover{background-color:#2a35ff}.hover-bg-blue-80:focus,.hover-bg-blue-80:hover{background-color:#2c20d4}.hover-bg-blue-90:focus,.hover-bg-blue-90:hover{background-color:#160c9c}.hover-bg-blue-100:focus,.hover-bg-blue-100:hover{background-color:#080261}.hover-bg-grey-00:focus,.hover-bg-grey-00:hover{background-color:#fff}.hover-bg-grey-10:focus,.hover-bg-grey-10:hover{background-color:#ebebeb}.hover-bg-grey-20:focus,.hover-bg-grey-20:hover{background-color:#dbdbdb}.hover-bg-grey-30:focus,.hover-bg-grey-30:hover{background-color:#bababa}.hover-bg-grey-40:focus,.hover-bg-grey-40:hover{background-color:#9f9f9f}.hover-bg-grey-50:focus,.hover-bg-grey-50:hover{background-color:#848484}.hover-bg-grey-60:focus,.hover-bg-grey-60:hover{background-color:#686868}.hover-bg-grey-70:focus,.hover-bg-grey-70:hover{background-color:#525252}.hover-bg-grey-80:focus,.hover-bg-grey-80:hover{background-color:#3d3d3d}.hover-bg-grey-90:focus,.hover-bg-grey-90:hover{background-color:#1f1f1f}.hover-bg-grey-100:focus,.hover-bg-grey-100:hover{background-color:#0f0f0f}.hover-bg-yellow:focus,.hover-bg-yellow:hover{background-color:#ffd800}.hover-bg-orange:focus,.hover-bg-orange:hover{background-color:#ff7300}.hover-bg-red:focus,.hover-bg-red:hover{background-color:#f03040}.hover-bg-red-dark:focus,.hover-bg-red-dark:hover{background-color:#c00}.hover-bg-magenta:focus,.hover-bg-magenta:hover{background-color:#cb2bd5}.hover-bg-cyan:focus,.hover-bg-cyan:hover{background-color:#14f0f0}.hover-bg-green:focus,.hover-bg-green:hover{background-color:#0ca919}.hover-bg-blue:focus,.hover-bg-blue:hover{background-color:#0052ff}.hover-bg-transparent:focus,.hover-bg-transparent:hover{background-color:transparent}img{max-width:100%}.tracked{letter-spacing:.1em}.tracked-tight{letter-spacing:-.05em}.tracked-mega{letter-spacing:.25em}.lh-solid{line-height:1}.lh-title{line-height:1.25}.lh-copy{line-height:1.5}.mw1{max-width:1rem}.mw2{max-width:2rem}.mw3{max-width:4rem}.mw4{max-width:8rem}.mw5{max-width:16rem}.mw6{max-width:32rem}.mw7{max-width:48rem}.mw8{max-width:64rem}.mw9{max-width:96rem}.mw-none{max-width:none}.mw-100{max-width:100%}.dim{opacity:1}.dim,.dim:focus,.dim:hover{transition:opacity .15s ease-in}.dim:focus,.dim:hover{opacity:.5}.dim:active{opacity:.8;transition:opacity .15s ease-out}.glow,.glow:focus,.glow:hover{transition:opacity .15s ease-in}.glow:focus,.glow:hover{opacity:1}.hide-child .child{opacity:0;transition:opacity .15s ease-in}.hide-child:active .child,.hide-child:focus .child,.hide-child:hover .child{opacity:1;transition:opacity .15s ease-in}.underline-hover:focus,.underline-hover:hover{text-decoration:underline}.grow{-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.grow:focus,.grow:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.grow:active{-webkit-transform:scale(.9);transform:scale(.9)}.grow-large{-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}.grow-large:focus,.grow-large:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.grow-large:active{-webkit-transform:scale(.95);transform:scale(.95)}.pointer:hover,.shadow-hover{cursor:pointer}.shadow-hover{position:relative;transition:all .5s cubic-bezier(.165,.84,.44,1)}.shadow-hover:after{content:"";box-shadow:0 0 16px 2px rgba(0,0,0,.2);border-radius:inherit;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;transition:opacity .5s cubic-bezier(.165,.84,.44,1)}.shadow-hover:focus:after,.shadow-hover:hover:after{opacity:1}.bg-animate,.bg-animate:focus,.bg-animate:hover{transition:background-color .15s ease-in-out}.rotate-45{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rotate-135{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rotate-225{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.rotate-315{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.outline{outline:1px solid}.outline-transparent{outline:1px solid transparent}.outline-0{outline:0}.overflow-visible{overflow:visible}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-auto{overflow:auto}.overflow-x-visible{overflow-x:visible}.overflow-x-hidden{overflow-x:hidden}.overflow-x-scroll{overflow-x:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-visible{overflow-y:visible}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.overflow-y-auto{overflow-y:auto}.static{position:static}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.strike{text-decoration:line-through}.underline{text-decoration:underline}.no-underline{text-decoration:none}.tl{text-align:left}.tr{text-align:right}.tc{text-align:center}.tj{text-align:justify}.ttc{text-transform:capitalize}.ttl{text-transform:lowercase}.ttu{text-transform:uppercase}.ttn{text-transform:none}.v-base{vertical-align:baseline}.v-mid{vertical-align:middle}.v-top{vertical-align:top}.v-btm{vertical-align:bottom}.f1{font-size:2.5rem}.f2{font-size:2rem}.f3{font-size:1.5rem}.f4{font-size:1rem}.f5{font-size:.875rem}.f6{font-size:.75rem}.measure{max-width:30em}.measure-wide{max-width:34em}.measure-narrow{max-width:20em}.small-caps{font-variant:small-caps}.indent{text-indent:1em;margin-top:0;margin-bottom:0}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overflow-container{overflow-y:scroll}.center{margin-left:auto}.center,.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}.clip{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal{white-space:normal}.nowrap{white-space:nowrap}.pre{white-space:pre}.w1{width:1rem}.w2{width:2rem}.w3{width:4rem}.w4{width:8rem}.w5{width:16rem}.w-10{width:10%}.w-20{width:20%}.w-25{width:25%}.w-30{width:30%}.w-33{width:33%}.w-34{width:34%}.w-40{width:40%}.w-50{width:50%}.w-60{width:60%}.w-70{width:70%}.w-75{width:75%}.w-80{width:80%}.w-90{width:90%}.w-100{width:100%}.w-third{width:33.33333%}.w-two-thirds{width:66.66667%}.w-auto{width:auto}.z-0{z-index:0}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-5{z-index:5}.z-999{z-index:999}.z-9999{z-index:9999}.z-max{z-index:2147483647}.z-inherit{z-index:inherit}.z-initial{z-index:auto}.z-unset{z-index:unset}@media screen and (min-width:30em){.aspect-ratio-s{height:0;position:relative}.aspect-ratio--16x9-s{padding-bottom:56.25%}.aspect-ratio--9x16-s{padding-bottom:177.77%}.aspect-ratio--4x3-s{padding-bottom:75%}.aspect-ratio--3x4-s{padding-bottom:133.33%}.aspect-ratio--6x4-s{padding-bottom:66.6%}.aspect-ratio--4x6-s{padding-bottom:150%}.aspect-ratio--8x5-s{padding-bottom:62.5%}.aspect-ratio--5x8-s{padding-bottom:160%}.aspect-ratio--7x5-s{padding-bottom:71.42%}.aspect-ratio--5x7-s{padding-bottom:140%}.aspect-ratio--1x1-s{padding-bottom:100%}.aspect-ratio--object-s{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}.cover-s{background-size:cover!important}.contain-s{background-size:contain!important}.bg-center-s{background-position:50%}.bg-center-s,.bg-top-s{background-repeat:no-repeat}.bg-top-s{background-position:top}.bg-right-s{background-position:100%}.bg-bottom-s,.bg-right-s{background-repeat:no-repeat}.bg-bottom-s{background-position:bottom}.bg-left-s{background-repeat:no-repeat;background-position:0}.ba-s{border-style:solid;border-width:1px}.bt-s{border-top-style:solid;border-top-width:1px}.br-s{border-right-style:solid;border-right-width:1px}.bb-s{border-bottom-style:solid;border-bottom-width:1px}.bl-s{border-left-style:solid;border-left-width:1px}.bn-s{border-style:none;border-width:0}.br0-s{border-radius:0}.br1-s{border-radius:.25rem}.br2-s{border-radius:.5rem}.br-100-s{border-radius:100%}.br-pill-s{border-radius:9999px}.br--bottom-s{border-top-left-radius:0;border-top-right-radius:0}.br--top-s{border-bottom-right-radius:0}.br--right-s,.br--top-s{border-bottom-left-radius:0}.br--right-s{border-top-left-radius:0}.br--left-s{border-top-right-radius:0;border-bottom-right-radius:0}.b--dotted-s{border-style:dotted}.b--dashed-s{border-style:dashed}.b--solid-s{border-style:solid}.b--none-s{border-style:none}.bw0-s{border-width:0}.bw1-s{border-width:.0625rem}.bw2-s{border-width:.125rem}.bw3-s{border-width:.25rem}.bt-0-s{border-top-width:0}.br-0-s{border-right-width:0}.bb-0-s{border-bottom-width:0}.bl-0-s{border-left-width:0}.shadow-1-s{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2-s{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3-s{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4-s{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.shadow-5-s{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}.pa0-s{padding:0}.ma0-s,.na0-s{margin:0}.pl0-s{padding-left:0}.ml0-s,.nl0-s{margin-left:0}.pr0-s{padding-right:0}.mr0-s,.nr0-s{margin-right:0}.pt0-s{padding-top:0}.mt0-s,.nt0-s{margin-top:0}.pb0-s{padding-bottom:0}.mb0-s,.nb0-s{margin-bottom:0}.pv0-s{padding-top:0;padding-bottom:0}.mv0-s,.nv0-s{margin-top:0;margin-bottom:0}.ph0-s{padding-left:0;padding-right:0}.mh0-s,.nh0-s{margin-left:0;margin-right:0}.pa1-s{padding:.25rem}.ma1-s{margin:.25rem}.na1-s{margin:-.25rem}.pl1-s{padding-left:.25rem}.ml1-s{margin-left:.25rem}.nl1-s{margin-left:-.25rem}.pr1-s{padding-right:.25rem}.mr1-s{margin-right:.25rem}.nr1-s{margin-right:-.25rem}.pt1-s{padding-top:.25rem}.mt1-s{margin-top:.25rem}.nt1-s{margin-top:-.25rem}.pb1-s{padding-bottom:.25rem}.mb1-s{margin-bottom:.25rem}.nb1-s{margin-bottom:-.25rem}.pv1-s{padding-top:.25rem;padding-bottom:.25rem}.mv1-s{margin-top:.25rem;margin-bottom:.25rem}.nv1-s{margin-top:-.25rem;margin-bottom:-.25rem}.ph1-s{padding-left:.25rem;padding-right:.25rem}.mh1-s{margin-left:.25rem;margin-right:.25rem}.nh1-s{margin-left:-.25rem;margin-right:-.25rem}.pa2-s{padding:.5rem}.ma2-s{margin:.5rem}.na2-s{margin:-.5rem}.pl2-s{padding-left:.5rem}.ml2-s{margin-left:.5rem}.nl2-s{margin-left:-.5rem}.pr2-s{padding-right:.5rem}.mr2-s{margin-right:.5rem}.nr2-s{margin-right:-.5rem}.pt2-s{padding-top:.5rem}.mt2-s{margin-top:.5rem}.nt2-s{margin-top:-.5rem}.pb2-s{padding-bottom:.5rem}.mb2-s{margin-bottom:.5rem}.nb2-s{margin-bottom:-.5rem}.pv2-s{padding-top:.5rem;padding-bottom:.5rem}.mv2-s{margin-top:.5rem;margin-bottom:.5rem}.nv2-s{margin-top:-.5rem;margin-bottom:-.5rem}.ph2-s{padding-left:.5rem;padding-right:.5rem}.mh2-s{margin-left:.5rem;margin-right:.5rem}.nh2-s{margin-left:-.5rem;margin-right:-.5rem}.pa3-s{padding:1rem}.ma3-s{margin:1rem}.na3-s{margin:-1rem}.pl3-s{padding-left:1rem}.ml3-s{margin-left:1rem}.nl3-s{margin-left:-1rem}.pr3-s{padding-right:1rem}.mr3-s{margin-right:1rem}.nr3-s{margin-right:-1rem}.pt3-s{padding-top:1rem}.mt3-s{margin-top:1rem}.nt3-s{margin-top:-1rem}.pb3-s{padding-bottom:1rem}.mb3-s{margin-bottom:1rem}.nb3-s{margin-bottom:-1rem}.pv3-s{padding-top:1rem;padding-bottom:1rem}.mv3-s{margin-top:1rem;margin-bottom:1rem}.nv3-s{margin-top:-1rem;margin-bottom:-1rem}.ph3-s{padding-left:1rem;padding-right:1rem}.mh3-s{margin-left:1rem;margin-right:1rem}.nh3-s{margin-left:-1rem;margin-right:-1rem}.pa4-s{padding:2rem}.ma4-s{margin:2rem}.na4-s{margin:-2rem}.pl4-s{padding-left:2rem}.ml4-s{margin-left:2rem}.nl4-s{margin-left:-2rem}.pr4-s{padding-right:2rem}.mr4-s{margin-right:2rem}.nr4-s{margin-right:-2rem}.pt4-s{padding-top:2rem}.mt4-s{margin-top:2rem}.nt4-s{margin-top:-2rem}.pb4-s{padding-bottom:2rem}.mb4-s{margin-bottom:2rem}.nb4-s{margin-bottom:-2rem}.pv4-s{padding-top:2rem;padding-bottom:2rem}.mv4-s{margin-top:2rem;margin-bottom:2rem}.nv4-s{margin-top:-2rem;margin-bottom:-2rem}.ph4-s{padding-left:2rem;padding-right:2rem}.mh4-s{margin-left:2rem;margin-right:2rem}.nh4-s{margin-left:-2rem;margin-right:-2rem}.pa5-s{padding:4rem}.ma5-s{margin:4rem}.na5-s{margin:-4rem}.pl5-s{padding-left:4rem}.ml5-s{margin-left:4rem}.nl5-s{margin-left:-4rem}.pr5-s{padding-right:4rem}.mr5-s{margin-right:4rem}.nr5-s{margin-right:-4rem}.pt5-s{padding-top:4rem}.mt5-s{margin-top:4rem}.nt5-s{margin-top:-4rem}.pb5-s{padding-bottom:4rem}.mb5-s{margin-bottom:4rem}.nb5-s{margin-bottom:-4rem}.pv5-s{padding-top:4rem;padding-bottom:4rem}.mv5-s{margin-top:4rem;margin-bottom:4rem}.nv5-s{margin-top:-4rem;margin-bottom:-4rem}.ph5-s{padding-left:4rem;padding-right:4rem}.mh5-s{margin-left:4rem;margin-right:4rem}.nh5-s{margin-left:-4rem;margin-right:-4rem}.pa6-s{padding:8rem}.ma6-s{margin:8rem}.na6-s{margin:-8rem}.pl6-s{padding-left:8rem}.ml6-s{margin-left:8rem}.nl6-s{margin-left:-8rem}.pr6-s{padding-right:8rem}.mr6-s{margin-right:8rem}.nr6-s{margin-right:-8rem}.pt6-s{padding-top:8rem}.mt6-s{margin-top:8rem}.nt6-s{margin-top:-8rem}.pb6-s{padding-bottom:8rem}.mb6-s{margin-bottom:8rem}.nb6-s{margin-bottom:-8rem}.pv6-s{padding-top:8rem;padding-bottom:8rem}.mv6-s{margin-top:8rem;margin-bottom:8rem}.nv6-s{margin-top:-8rem;margin-bottom:-8rem}.ph6-s{padding-left:8rem;padding-right:8rem}.mh6-s{margin-left:8rem;margin-right:8rem}.nh6-s{margin-left:-8rem;margin-right:-8rem}.top-0-s{top:0}.right-0-s{right:0}.bottom-0-s{bottom:0}.left-0-s{left:0}.top-1-s{top:1rem}.right-1-s{right:1rem}.bottom-1-s{bottom:1rem}.left-1-s{left:1rem}.top-2-s{top:2rem}.right-2-s{right:2rem}.bottom-2-s{bottom:2rem}.left-2-s{left:2rem}.top--1-s{top:-1rem}.right--1-s{right:-1rem}.bottom--1-s{bottom:-1rem}.left--1-s{left:-1rem}.top--2-s{top:-2rem}.right--2-s{right:-2rem}.bottom--2-s{bottom:-2rem}.left--2-s{left:-2rem}.absolute--fill-s{top:0;right:0;bottom:0;left:0}.cf-s:after,.cf-s:before{content:" ";display:table}.cf-s:after{clear:both}.cf-s{*zoom:1}.cl-s{clear:left}.cr-s{clear:right}.cb-s{clear:both}.cn-s{clear:none}.dn-s{display:none}.di-s{display:inline}.db-s{display:block}.dib-s{display:inline-block}.dit-s{display:inline-table}.dt-s{display:table}.dtc-s{display:table-cell}.dt-row-s{display:table-row}.dt-row-group-s{display:table-row-group}.dt-column-s{display:table-column}.dt-column-group-s{display:table-column-group}.dt--fixed-s{table-layout:fixed;width:100%}.flex-s{display:-webkit-flex;display:flex}.inline-flex-s{display:-webkit-inline-flex;display:inline-flex}.flex-auto-s{-webkit-flex:1 1 auto;flex:1 1 auto;min-width:0;min-height:0}.flex-none-s{-webkit-flex:none;flex:none}.flex-column-s{-webkit-flex-direction:column;flex-direction:column}.flex-row-s{-webkit-flex-direction:row;flex-direction:row}.flex-wrap-s{-webkit-flex-wrap:wrap;flex-wrap:wrap}.flex-nowrap-s{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.flex-wrap-reverse-s{-webkit-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.flex-column-reverse-s{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.flex-row-reverse-s{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.items-start-s{-webkit-align-items:flex-start;align-items:flex-start}.items-end-s{-webkit-align-items:flex-end;align-items:flex-end}.items-center-s{-webkit-align-items:center;align-items:center}.items-baseline-s{-webkit-align-items:baseline;align-items:baseline}.items-stretch-s{-webkit-align-items:stretch;align-items:stretch}.self-start-s{-webkit-align-self:flex-start;align-self:flex-start}.self-end-s{-webkit-align-self:flex-end;align-self:flex-end}.self-center-s{-webkit-align-self:center;align-self:center}.self-baseline-s{-webkit-align-self:baseline;align-self:baseline}.self-stretch-s{-webkit-align-self:stretch;align-self:stretch}.justify-start-s{-webkit-justify-content:flex-start;justify-content:flex-start}.justify-end-s{-webkit-justify-content:flex-end;justify-content:flex-end}.justify-center-s{-webkit-justify-content:center;justify-content:center}.justify-between-s{-webkit-justify-content:space-between;justify-content:space-between}.justify-around-s{-webkit-justify-content:space-around;justify-content:space-around}.content-start-s{-webkit-align-content:flex-start;align-content:flex-start}.content-end-s{-webkit-align-content:flex-end;align-content:flex-end}.content-center-s{-webkit-align-content:center;align-content:center}.content-between-s{-webkit-align-content:space-between;align-content:space-between}.content-around-s{-webkit-align-content:space-around;align-content:space-around}.content-stretch-s{-webkit-align-content:stretch;align-content:stretch}.order-0-s{-webkit-order:0;order:0}.order-1-s{-webkit-order:1;order:1}.order-2-s{-webkit-order:2;order:2}.order-3-s{-webkit-order:3;order:3}.order-4-s{-webkit-order:4;order:4}.order-5-s{-webkit-order:5;order:5}.order-6-s{-webkit-order:6;order:6}.order-7-s{-webkit-order:7;order:7}.order-8-s{-webkit-order:8;order:8}.order-last-s{-webkit-order:99999;order:99999}.flex-grow-0-s{-webkit-flex-grow:0;flex-grow:0}.flex-grow-1-s{-webkit-flex-grow:1;flex-grow:1}.flex-shrink-0-s{-webkit-flex-shrink:0;flex-shrink:0}.flex-shrink-1-s{-webkit-flex-shrink:1;flex-shrink:1}.fl-s{float:left}.fl-s,.fr-s{_display:inline}.fr-s{float:right}.fn-s{float:none}.i-s{font-style:italic}.fs-normal-s{font-style:normal}.normal-s{font-weight:400}.b-s{font-weight:700}.fw1-s{font-weight:100}.fw2-s{font-weight:200}.fw3-s{font-weight:300}.fw4-s{font-weight:400}.fw5-s{font-weight:500}.fw6-s{font-weight:600}.fw7-s{font-weight:700}.fw8-s{font-weight:800}.fw9-s{font-weight:900}.h1-s{height:1rem}.h2-s{height:2rem}.h3-s{height:4rem}.h4-s{height:8rem}.h5-s{height:16rem}.h-25-s{height:25%}.h-50-s{height:50%}.h-75-s{height:75%}.h-100-s{height:100%}.min-h-100-s{min-height:100%}.vh-25-s{height:25vh}.vh-50-s{height:50vh}.vh-75-s{height:75vh}.vh-100-s{height:100vh}.min-vh-100-s{min-height:100vh}.h-auto-s{height:auto}.h-inherit-s{height:inherit}.tracked-s{letter-spacing:.1em}.tracked-tight-s{letter-spacing:-.05em}.tracked-mega-s{letter-spacing:.25em}.lh-solid-s{line-height:1}.lh-title-s{line-height:1.25}.lh-copy-s{line-height:1.5}.mw1-s{max-width:1rem}.mw2-s{max-width:2rem}.mw3-s{max-width:4rem}.mw4-s{max-width:8rem}.mw5-s{max-width:16rem}.mw6-s{max-width:32rem}.mw7-s{max-width:48rem}.mw8-s{max-width:64rem}.mw9-s{max-width:96rem}.mw-none-s{max-width:none}.mw-100-s{max-width:100%}.rotate-45-s{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.rotate-90-s{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rotate-135-s{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.rotate-180-s{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rotate-225-s{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.rotate-270-s{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.rotate-315-s{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.outline-s{outline:1px solid}.outline-transparent-s{outline:1px solid transparent}.outline-0-s{outline:0}.overflow-visible-s{overflow:visible}.overflow-hidden-s{overflow:hidden}.overflow-scroll-s{overflow:scroll}.overflow-auto-s{overflow:auto}.overflow-x-visible-s{overflow-x:visible}.overflow-x-hidden-s{overflow-x:hidden}.overflow-x-scroll-s{overflow-x:scroll}.overflow-x-auto-s{overflow-x:auto}.overflow-y-visible-s{overflow-y:visible}.overflow-y-hidden-s{overflow-y:hidden}.overflow-y-scroll-s{overflow-y:scroll}.overflow-y-auto-s{overflow-y:auto}.static-s{position:static}.relative-s{position:relative}.absolute-s{position:absolute}.fixed-s{position:fixed}.strike-s{text-decoration:line-through}.underline-s{text-decoration:underline}.no-underline-s{text-decoration:none}.tl-s{text-align:left}.tr-s{text-align:right}.tc-s{text-align:center}.tj-s{text-align:justify}.ttc-s{text-transform:capitalize}.ttl-s{text-transform:lowercase}.ttu-s{text-transform:uppercase}.ttn-s{text-transform:none}.f1-s{font-size:2.5rem}.f2-s{font-size:2rem}.f3-s{font-size:1.5rem}.f4-s{font-size:1rem}.f5-s{font-size:.875rem}.measure-s{max-width:30em}.measure-wide-s{max-width:34em}.measure-narrow-s{max-width:20em}.small-caps-s{font-variant:small-caps}.indent-s{text-indent:1em;margin-top:0;margin-bottom:0}.truncate-s{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clip-s{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal-s{white-space:normal}.nowrap-s{white-space:nowrap}.pre-s{white-space:pre}.w1-s{width:1rem}.w2-s{width:2rem}.w3-s{width:4rem}.w4-s{width:8rem}.w5-s{width:16rem}.w-10-s{width:10%}.w-20-s{width:20%}.w-25-s{width:25%}.w-30-s{width:30%}.w-33-s{width:33%}.w-34-s{width:34%}.w-40-s{width:40%}.w-50-s{width:50%}.w-60-s{width:60%}.w-70-s{width:70%}.w-75-s{width:75%}.w-80-s{width:80%}.w-90-s{width:90%}.w-100-s{width:100%}.w-third-s{width:33.33333%}.w-two-thirds-s{width:66.66667%}.w-auto-s{width:auto}}@media screen and (min-width:48em){.aspect-ratio-m{height:0;position:relative}.aspect-ratio--16x9-m{padding-bottom:56.25%}.aspect-ratio--9x16-m{padding-bottom:177.77%}.aspect-ratio--4x3-m{padding-bottom:75%}.aspect-ratio--3x4-m{padding-bottom:133.33%}.aspect-ratio--6x4-m{padding-bottom:66.6%}.aspect-ratio--4x6-m{padding-bottom:150%}.aspect-ratio--8x5-m{padding-bottom:62.5%}.aspect-ratio--5x8-m{padding-bottom:160%}.aspect-ratio--7x5-m{padding-bottom:71.42%}.aspect-ratio--5x7-m{padding-bottom:140%}.aspect-ratio--1x1-m{padding-bottom:100%}.aspect-ratio--object-m{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}.cover-m{background-size:cover!important}.contain-m{background-size:contain!important}.bg-center-m{background-position:50%}.bg-center-m,.bg-top-m{background-repeat:no-repeat}.bg-top-m{background-position:top}.bg-right-m{background-position:100%}.bg-bottom-m,.bg-right-m{background-repeat:no-repeat}.bg-bottom-m{background-position:bottom}.bg-left-m{background-repeat:no-repeat;background-position:0}.ba-m{border-style:solid;border-width:1px}.bt-m{border-top-style:solid;border-top-width:1px}.br-m{border-right-style:solid;border-right-width:1px}.bb-m{border-bottom-style:solid;border-bottom-width:1px}.bl-m{border-left-style:solid;border-left-width:1px}.bn-m{border-style:none;border-width:0}.br0-m{border-radius:0}.br1-m{border-radius:.25rem}.br2-m{border-radius:.5rem}.br-100-m{border-radius:100%}.br-pill-m{border-radius:9999px}.br--bottom-m{border-top-left-radius:0;border-top-right-radius:0}.br--top-m{border-bottom-right-radius:0}.br--right-m,.br--top-m{border-bottom-left-radius:0}.br--right-m{border-top-left-radius:0}.br--left-m{border-top-right-radius:0;border-bottom-right-radius:0}.b--dotted-m{border-style:dotted}.b--dashed-m{border-style:dashed}.b--solid-m{border-style:solid}.b--none-m{border-style:none}.bw0-m{border-width:0}.bw1-m{border-width:.0625rem}.bw2-m{border-width:.125rem}.bw3-m{border-width:.25rem}.bt-0-m{border-top-width:0}.br-0-m{border-right-width:0}.bb-0-m{border-bottom-width:0}.bl-0-m{border-left-width:0}.shadow-1-m{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2-m{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3-m{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4-m{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.shadow-5-m{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}.pa0-m{padding:0}.ma0-m,.na0-m{margin:0}.pl0-m{padding-left:0}.ml0-m,.nl0-m{margin-left:0}.pr0-m{padding-right:0}.mr0-m,.nr0-m{margin-right:0}.pt0-m{padding-top:0}.mt0-m,.nt0-m{margin-top:0}.pb0-m{padding-bottom:0}.mb0-m,.nb0-m{margin-bottom:0}.pv0-m{padding-top:0;padding-bottom:0}.mv0-m,.nv0-m{margin-top:0;margin-bottom:0}.ph0-m{padding-left:0;padding-right:0}.mh0-m,.nh0-m{margin-left:0;margin-right:0}.pa1-m{padding:.25rem}.ma1-m{margin:.25rem}.na1-m{margin:-.25rem}.pl1-m{padding-left:.25rem}.ml1-m{margin-left:.25rem}.nl1-m{margin-left:-.25rem}.pr1-m{padding-right:.25rem}.mr1-m{margin-right:.25rem}.nr1-m{margin-right:-.25rem}.pt1-m{padding-top:.25rem}.mt1-m{margin-top:.25rem}.nt1-m{margin-top:-.25rem}.pb1-m{padding-bottom:.25rem}.mb1-m{margin-bottom:.25rem}.nb1-m{margin-bottom:-.25rem}.pv1-m{padding-top:.25rem;padding-bottom:.25rem}.mv1-m{margin-top:.25rem;margin-bottom:.25rem}.nv1-m{margin-top:-.25rem;margin-bottom:-.25rem}.ph1-m{padding-left:.25rem;padding-right:.25rem}.mh1-m{margin-left:.25rem;margin-right:.25rem}.nh1-m{margin-left:-.25rem;margin-right:-.25rem}.pa2-m{padding:.5rem}.ma2-m{margin:.5rem}.na2-m{margin:-.5rem}.pl2-m{padding-left:.5rem}.ml2-m{margin-left:.5rem}.nl2-m{margin-left:-.5rem}.pr2-m{padding-right:.5rem}.mr2-m{margin-right:.5rem}.nr2-m{margin-right:-.5rem}.pt2-m{padding-top:.5rem}.mt2-m{margin-top:.5rem}.nt2-m{margin-top:-.5rem}.pb2-m{padding-bottom:.5rem}.mb2-m{margin-bottom:.5rem}.nb2-m{margin-bottom:-.5rem}.pv2-m{padding-top:.5rem;padding-bottom:.5rem}.mv2-m{margin-top:.5rem;margin-bottom:.5rem}.nv2-m{margin-top:-.5rem;margin-bottom:-.5rem}.ph2-m{padding-left:.5rem;padding-right:.5rem}.mh2-m{margin-left:.5rem;margin-right:.5rem}.nh2-m{margin-left:-.5rem;margin-right:-.5rem}.pa3-m{padding:1rem}.ma3-m{margin:1rem}.na3-m{margin:-1rem}.pl3-m{padding-left:1rem}.ml3-m{margin-left:1rem}.nl3-m{margin-left:-1rem}.pr3-m{padding-right:1rem}.mr3-m{margin-right:1rem}.nr3-m{margin-right:-1rem}.pt3-m{padding-top:1rem}.mt3-m{margin-top:1rem}.nt3-m{margin-top:-1rem}.pb3-m{padding-bottom:1rem}.mb3-m{margin-bottom:1rem}.nb3-m{margin-bottom:-1rem}.pv3-m{padding-top:1rem;padding-bottom:1rem}.mv3-m{margin-top:1rem;margin-bottom:1rem}.nv3-m{margin-top:-1rem;margin-bottom:-1rem}.ph3-m{padding-left:1rem;padding-right:1rem}.mh3-m{margin-left:1rem;margin-right:1rem}.nh3-m{margin-left:-1rem;margin-right:-1rem}.pa4-m{padding:2rem}.ma4-m{margin:2rem}.na4-m{margin:-2rem}.pl4-m{padding-left:2rem}.ml4-m{margin-left:2rem}.nl4-m{margin-left:-2rem}.pr4-m{padding-right:2rem}.mr4-m{margin-right:2rem}.nr4-m{margin-right:-2rem}.pt4-m{padding-top:2rem}.mt4-m{margin-top:2rem}.nt4-m{margin-top:-2rem}.pb4-m{padding-bottom:2rem}.mb4-m{margin-bottom:2rem}.nb4-m{margin-bottom:-2rem}.pv4-m{padding-top:2rem;padding-bottom:2rem}.mv4-m{margin-top:2rem;margin-bottom:2rem}.nv4-m{margin-top:-2rem;margin-bottom:-2rem}.ph4-m{padding-left:2rem;padding-right:2rem}.mh4-m{margin-left:2rem;margin-right:2rem}.nh4-m{margin-left:-2rem;margin-right:-2rem}.pa5-m{padding:4rem}.ma5-m{margin:4rem}.na5-m{margin:-4rem}.pl5-m{padding-left:4rem}.ml5-m{margin-left:4rem}.nl5-m{margin-left:-4rem}.pr5-m{padding-right:4rem}.mr5-m{margin-right:4rem}.nr5-m{margin-right:-4rem}.pt5-m{padding-top:4rem}.mt5-m{margin-top:4rem}.nt5-m{margin-top:-4rem}.pb5-m{padding-bottom:4rem}.mb5-m{margin-bottom:4rem}.nb5-m{margin-bottom:-4rem}.pv5-m{padding-top:4rem;padding-bottom:4rem}.mv5-m{margin-top:4rem;margin-bottom:4rem}.nv5-m{margin-top:-4rem;margin-bottom:-4rem}.ph5-m{padding-left:4rem;padding-right:4rem}.mh5-m{margin-left:4rem;margin-right:4rem}.nh5-m{margin-left:-4rem;margin-right:-4rem}.pa6-m{padding:8rem}.ma6-m{margin:8rem}.na6-m{margin:-8rem}.pl6-m{padding-left:8rem}.ml6-m{margin-left:8rem}.nl6-m{margin-left:-8rem}.pr6-m{padding-right:8rem}.mr6-m{margin-right:8rem}.nr6-m{margin-right:-8rem}.pt6-m{padding-top:8rem}.mt6-m{margin-top:8rem}.nt6-m{margin-top:-8rem}.pb6-m{padding-bottom:8rem}.mb6-m{margin-bottom:8rem}.nb6-m{margin-bottom:-8rem}.pv6-m{padding-top:8rem;padding-bottom:8rem}.mv6-m{margin-top:8rem;margin-bottom:8rem}.nv6-m{margin-top:-8rem;margin-bottom:-8rem}.ph6-m{padding-left:8rem;padding-right:8rem}.mh6-m{margin-left:8rem;margin-right:8rem}.nh6-m{margin-left:-8rem;margin-right:-8rem}.top-0-m{top:0}.right-0-m{right:0}.bottom-0-m{bottom:0}.left-0-m{left:0}.top-1-m{top:1rem}.right-1-m{right:1rem}.bottom-1-m{bottom:1rem}.left-1-m{left:1rem}.top-2-m{top:2rem}.right-2-m{right:2rem}.bottom-2-m{bottom:2rem}.left-2-m{left:2rem}.top--1-m{top:-1rem}.right--1-m{right:-1rem}.bottom--1-m{bottom:-1rem}.left--1-m{left:-1rem}.top--2-m{top:-2rem}.right--2-m{right:-2rem}.bottom--2-m{bottom:-2rem}.left--2-m{left:-2rem}.absolute--fill-m{top:0;right:0;bottom:0;left:0}.cf-m:after,.cf-m:before{content:" ";display:table}.cf-m:after{clear:both}.cf-m{*zoom:1}.cl-m{clear:left}.cr-m{clear:right}.cb-m{clear:both}.cn-m{clear:none}.dn-m{display:none}.di-m{display:inline}.db-m{display:block}.dib-m{display:inline-block}.dit-m{display:inline-table}.dt-m{display:table}.dtc-m{display:table-cell}.dt-row-m{display:table-row}.dt-row-group-m{display:table-row-group}.dt-column-m{display:table-column}.dt-column-group-m{display:table-column-group}.dt--fixed-m{table-layout:fixed;width:100%}.flex-m{display:-webkit-flex;display:flex}.inline-flex-m{display:-webkit-inline-flex;display:inline-flex}.flex-auto-m{-webkit-flex:1 1 auto;flex:1 1 auto;min-width:0;min-height:0}.flex-none-m{-webkit-flex:none;flex:none}.flex-column-m{-webkit-flex-direction:column;flex-direction:column}.flex-row-m{-webkit-flex-direction:row;flex-direction:row}.flex-wrap-m{-webkit-flex-wrap:wrap;flex-wrap:wrap}.flex-nowrap-m{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.flex-wrap-reverse-m{-webkit-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.flex-column-reverse-m{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.flex-row-reverse-m{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.items-start-m{-webkit-align-items:flex-start;align-items:flex-start}.items-end-m{-webkit-align-items:flex-end;align-items:flex-end}.items-center-m{-webkit-align-items:center;align-items:center}.items-baseline-m{-webkit-align-items:baseline;align-items:baseline}.items-stretch-m{-webkit-align-items:stretch;align-items:stretch}.self-start-m{-webkit-align-self:flex-start;align-self:flex-start}.self-end-m{-webkit-align-self:flex-end;align-self:flex-end}.self-center-m{-webkit-align-self:center;align-self:center}.self-baseline-m{-webkit-align-self:baseline;align-self:baseline}.self-stretch-m{-webkit-align-self:stretch;align-self:stretch}.justify-start-m{-webkit-justify-content:flex-start;justify-content:flex-start}.justify-end-m{-webkit-justify-content:flex-end;justify-content:flex-end}.justify-center-m{-webkit-justify-content:center;justify-content:center}.justify-between-m{-webkit-justify-content:space-between;justify-content:space-between}.justify-around-m{-webkit-justify-content:space-around;justify-content:space-around}.content-start-m{-webkit-align-content:flex-start;align-content:flex-start}.content-end-m{-webkit-align-content:flex-end;align-content:flex-end}.content-center-m{-webkit-align-content:center;align-content:center}.content-between-m{-webkit-align-content:space-between;align-content:space-between}.content-around-m{-webkit-align-content:space-around;align-content:space-around}.content-stretch-m{-webkit-align-content:stretch;align-content:stretch}.order-0-m{-webkit-order:0;order:0}.order-1-m{-webkit-order:1;order:1}.order-2-m{-webkit-order:2;order:2}.order-3-m{-webkit-order:3;order:3}.order-4-m{-webkit-order:4;order:4}.order-5-m{-webkit-order:5;order:5}.order-6-m{-webkit-order:6;order:6}.order-7-m{-webkit-order:7;order:7}.order-8-m{-webkit-order:8;order:8}.order-last-m{-webkit-order:99999;order:99999}.flex-grow-0-m{-webkit-flex-grow:0;flex-grow:0}.flex-grow-1-m{-webkit-flex-grow:1;flex-grow:1}.flex-shrink-0-m{-webkit-flex-shrink:0;flex-shrink:0}.flex-shrink-1-m{-webkit-flex-shrink:1;flex-shrink:1}.fl-m{float:left}.fl-m,.fr-m{_display:inline}.fr-m{float:right}.fn-m{float:none}.i-m{font-style:italic}.fs-normal-m{font-style:normal}.normal-m{font-weight:400}.b-m{font-weight:700}.fw1-m{font-weight:100}.fw2-m{font-weight:200}.fw3-m{font-weight:300}.fw4-m{font-weight:400}.fw5-m{font-weight:500}.fw6-m{font-weight:600}.fw7-m{font-weight:700}.fw8-m{font-weight:800}.fw9-m{font-weight:900}.h1-m{height:1rem}.h2-m{height:2rem}.h3-m{height:4rem}.h4-m{height:8rem}.h5-m{height:16rem}.h-25-m{height:25%}.h-50-m{height:50%}.h-75-m{height:75%}.h-100-m{height:100%}.min-h-100-m{min-height:100%}.vh-25-m{height:25vh}.vh-50-m{height:50vh}.vh-75-m{height:75vh}.vh-100-m{height:100vh}.min-vh-100-m{min-height:100vh}.h-auto-m{height:auto}.h-inherit-m{height:inherit}.tracked-m{letter-spacing:.1em}.tracked-tight-m{letter-spacing:-.05em}.tracked-mega-m{letter-spacing:.25em}.lh-solid-m{line-height:1}.lh-title-m{line-height:1.25}.lh-copy-m{line-height:1.5}.mw1-m{max-width:1rem}.mw2-m{max-width:2rem}.mw3-m{max-width:4rem}.mw4-m{max-width:8rem}.mw5-m{max-width:16rem}.mw6-m{max-width:32rem}.mw7-m{max-width:48rem}.mw8-m{max-width:64rem}.mw9-m{max-width:96rem}.mw-none-m{max-width:none}.mw-100-m{max-width:100%}.rotate-45-m{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.rotate-90-m{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rotate-135-m{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.rotate-180-m{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rotate-225-m{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.rotate-270-m{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.rotate-315-m{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.outline-m{outline:1px solid}.outline-transparent-m{outline:1px solid transparent}.outline-0-m{outline:0}.overflow-visible-m{overflow:visible}.overflow-hidden-m{overflow:hidden}.overflow-scroll-m{overflow:scroll}.overflow-auto-m{overflow:auto}.overflow-x-visible-m{overflow-x:visible}.overflow-x-hidden-m{overflow-x:hidden}.overflow-x-scroll-m{overflow-x:scroll}.overflow-x-auto-m{overflow-x:auto}.overflow-y-visible-m{overflow-y:visible}.overflow-y-hidden-m{overflow-y:hidden}.overflow-y-scroll-m{overflow-y:scroll}.overflow-y-auto-m{overflow-y:auto}.static-m{position:static}.relative-m{position:relative}.absolute-m{position:absolute}.fixed-m{position:fixed}.strike-m{text-decoration:line-through}.underline-m{text-decoration:underline}.no-underline-m{text-decoration:none}.tl-m{text-align:left}.tr-m{text-align:right}.tc-m{text-align:center}.tj-m{text-align:justify}.ttc-m{text-transform:capitalize}.ttl-m{text-transform:lowercase}.ttu-m{text-transform:uppercase}.ttn-m{text-transform:none}.f1-m{font-size:2.5rem}.f2-m{font-size:2rem}.f3-m{font-size:1.5rem}.f4-m{font-size:1rem}.f5-m{font-size:.875rem}.measure-m{max-width:30em}.measure-wide-m{max-width:34em}.measure-narrow-m{max-width:20em}.small-caps-m{font-variant:small-caps}.indent-m{text-indent:1em;margin-top:0;margin-bottom:0}.truncate-m{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clip-m{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal-m{white-space:normal}.nowrap-m{white-space:nowrap}.pre-m{white-space:pre}.w1-m{width:1rem}.w2-m{width:2rem}.w3-m{width:4rem}.w4-m{width:8rem}.w5-m{width:16rem}.w-10-m{width:10%}.w-20-m{width:20%}.w-25-m{width:25%}.w-30-m{width:30%}.w-33-m{width:33%}.w-34-m{width:34%}.w-40-m{width:40%}.w-50-m{width:50%}.w-60-m{width:60%}.w-70-m{width:70%}.w-75-m{width:75%}.w-80-m{width:80%}.w-90-m{width:90%}.w-100-m{width:100%}.w-third-m{width:33.33333%}.w-two-thirds-m{width:66.66667%}.w-auto-m{width:auto}}@media screen and (min-width:64em){.aspect-ratio-l{height:0;position:relative}.aspect-ratio--16x9-l{padding-bottom:56.25%}.aspect-ratio--9x16-l{padding-bottom:177.77%}.aspect-ratio--4x3-l{padding-bottom:75%}.aspect-ratio--3x4-l{padding-bottom:133.33%}.aspect-ratio--6x4-l{padding-bottom:66.6%}.aspect-ratio--4x6-l{padding-bottom:150%}.aspect-ratio--8x5-l{padding-bottom:62.5%}.aspect-ratio--5x8-l{padding-bottom:160%}.aspect-ratio--7x5-l{padding-bottom:71.42%}.aspect-ratio--5x7-l{padding-bottom:140%}.aspect-ratio--1x1-l{padding-bottom:100%}.aspect-ratio--object-l{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}.cover-l{background-size:cover!important}.contain-l{background-size:contain!important}.bg-center-l{background-position:50%}.bg-center-l,.bg-top-l{background-repeat:no-repeat}.bg-top-l{background-position:top}.bg-right-l{background-position:100%}.bg-bottom-l,.bg-right-l{background-repeat:no-repeat}.bg-bottom-l{background-position:bottom}.bg-left-l{background-repeat:no-repeat;background-position:0}.ba-l{border-style:solid;border-width:1px}.bt-l{border-top-style:solid;border-top-width:1px}.br-l{border-right-style:solid;border-right-width:1px}.bb-l{border-bottom-style:solid;border-bottom-width:1px}.bl-l{border-left-style:solid;border-left-width:1px}.bn-l{border-style:none;border-width:0}.br0-l{border-radius:0}.br1-l{border-radius:.25rem}.br2-l{border-radius:.5rem}.br-100-l{border-radius:100%}.br-pill-l{border-radius:9999px}.br--bottom-l{border-top-left-radius:0;border-top-right-radius:0}.br--top-l{border-bottom-right-radius:0}.br--right-l,.br--top-l{border-bottom-left-radius:0}.br--right-l{border-top-left-radius:0}.br--left-l{border-top-right-radius:0;border-bottom-right-radius:0}.b--dotted-l{border-style:dotted}.b--dashed-l{border-style:dashed}.b--solid-l{border-style:solid}.b--none-l{border-style:none}.bw0-l{border-width:0}.bw1-l{border-width:.0625rem}.bw2-l{border-width:.125rem}.bw3-l{border-width:.25rem}.bt-0-l{border-top-width:0}.br-0-l{border-right-width:0}.bb-0-l{border-bottom-width:0}.bl-0-l{border-left-width:0}.shadow-1-l{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2-l{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3-l{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4-l{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.shadow-5-l{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}.pa0-l{padding:0}.ma0-l,.na0-l{margin:0}.pl0-l{padding-left:0}.ml0-l,.nl0-l{margin-left:0}.pr0-l{padding-right:0}.mr0-l,.nr0-l{margin-right:0}.pt0-l{padding-top:0}.mt0-l,.nt0-l{margin-top:0}.pb0-l{padding-bottom:0}.mb0-l,.nb0-l{margin-bottom:0}.pv0-l{padding-top:0;padding-bottom:0}.mv0-l,.nv0-l{margin-top:0;margin-bottom:0}.ph0-l{padding-left:0;padding-right:0}.mh0-l,.nh0-l{margin-left:0;margin-right:0}.pa1-l{padding:.25rem}.ma1-l{margin:.25rem}.na1-l{margin:-.25rem}.pl1-l{padding-left:.25rem}.ml1-l{margin-left:.25rem}.nl1-l{margin-left:-.25rem}.pr1-l{padding-right:.25rem}.mr1-l{margin-right:.25rem}.nr1-l{margin-right:-.25rem}.pt1-l{padding-top:.25rem}.mt1-l{margin-top:.25rem}.nt1-l{margin-top:-.25rem}.pb1-l{padding-bottom:.25rem}.mb1-l{margin-bottom:.25rem}.nb1-l{margin-bottom:-.25rem}.pv1-l{padding-top:.25rem;padding-bottom:.25rem}.mv1-l{margin-top:.25rem;margin-bottom:.25rem}.nv1-l{margin-top:-.25rem;margin-bottom:-.25rem}.ph1-l{padding-left:.25rem;padding-right:.25rem}.mh1-l{margin-left:.25rem;margin-right:.25rem}.nh1-l{margin-left:-.25rem;margin-right:-.25rem}.pa2-l{padding:.5rem}.ma2-l{margin:.5rem}.na2-l{margin:-.5rem}.pl2-l{padding-left:.5rem}.ml2-l{margin-left:.5rem}.nl2-l{margin-left:-.5rem}.pr2-l{padding-right:.5rem}.mr2-l{margin-right:.5rem}.nr2-l{margin-right:-.5rem}.pt2-l{padding-top:.5rem}.mt2-l{margin-top:.5rem}.nt2-l{margin-top:-.5rem}.pb2-l{padding-bottom:.5rem}.mb2-l{margin-bottom:.5rem}.nb2-l{margin-bottom:-.5rem}.pv2-l{padding-top:.5rem;padding-bottom:.5rem}.mv2-l{margin-top:.5rem;margin-bottom:.5rem}.nv2-l{margin-top:-.5rem;margin-bottom:-.5rem}.ph2-l{padding-left:.5rem;padding-right:.5rem}.mh2-l{margin-left:.5rem;margin-right:.5rem}.nh2-l{margin-left:-.5rem;margin-right:-.5rem}.pa3-l{padding:1rem}.ma3-l{margin:1rem}.na3-l{margin:-1rem}.pl3-l{padding-left:1rem}.ml3-l{margin-left:1rem}.nl3-l{margin-left:-1rem}.pr3-l{padding-right:1rem}.mr3-l{margin-right:1rem}.nr3-l{margin-right:-1rem}.pt3-l{padding-top:1rem}.mt3-l{margin-top:1rem}.nt3-l{margin-top:-1rem}.pb3-l{padding-bottom:1rem}.mb3-l{margin-bottom:1rem}.nb3-l{margin-bottom:-1rem}.pv3-l{padding-top:1rem;padding-bottom:1rem}.mv3-l{margin-top:1rem;margin-bottom:1rem}.nv3-l{margin-top:-1rem;margin-bottom:-1rem}.ph3-l{padding-left:1rem;padding-right:1rem}.mh3-l{margin-left:1rem;margin-right:1rem}.nh3-l{margin-left:-1rem;margin-right:-1rem}.pa4-l{padding:2rem}.ma4-l{margin:2rem}.na4-l{margin:-2rem}.pl4-l{padding-left:2rem}.ml4-l{margin-left:2rem}.nl4-l{margin-left:-2rem}.pr4-l{padding-right:2rem}.mr4-l{margin-right:2rem}.nr4-l{margin-right:-2rem}.pt4-l{padding-top:2rem}.mt4-l{margin-top:2rem}.nt4-l{margin-top:-2rem}.pb4-l{padding-bottom:2rem}.mb4-l{margin-bottom:2rem}.nb4-l{margin-bottom:-2rem}.pv4-l{padding-top:2rem;padding-bottom:2rem}.mv4-l{margin-top:2rem;margin-bottom:2rem}.nv4-l{margin-top:-2rem;margin-bottom:-2rem}.ph4-l{padding-left:2rem;padding-right:2rem}.mh4-l{margin-left:2rem;margin-right:2rem}.nh4-l{margin-left:-2rem;margin-right:-2rem}.pa5-l{padding:4rem}.ma5-l{margin:4rem}.na5-l{margin:-4rem}.pl5-l{padding-left:4rem}.ml5-l{margin-left:4rem}.nl5-l{margin-left:-4rem}.pr5-l{padding-right:4rem}.mr5-l{margin-right:4rem}.nr5-l{margin-right:-4rem}.pt5-l{padding-top:4rem}.mt5-l{margin-top:4rem}.nt5-l{margin-top:-4rem}.pb5-l{padding-bottom:4rem}.mb5-l{margin-bottom:4rem}.nb5-l{margin-bottom:-4rem}.pv5-l{padding-top:4rem;padding-bottom:4rem}.mv5-l{margin-top:4rem;margin-bottom:4rem}.nv5-l{margin-top:-4rem;margin-bottom:-4rem}.ph5-l{padding-left:4rem;padding-right:4rem}.mh5-l{margin-left:4rem;margin-right:4rem}.nh5-l{margin-left:-4rem;margin-right:-4rem}.pa6-l{padding:8rem}.ma6-l{margin:8rem}.na6-l{margin:-8rem}.pl6-l{padding-left:8rem}.ml6-l{margin-left:8rem}.nl6-l{margin-left:-8rem}.pr6-l{padding-right:8rem}.mr6-l{margin-right:8rem}.nr6-l{margin-right:-8rem}.pt6-l{padding-top:8rem}.mt6-l{margin-top:8rem}.nt6-l{margin-top:-8rem}.pb6-l{padding-bottom:8rem}.mb6-l{margin-bottom:8rem}.nb6-l{margin-bottom:-8rem}.pv6-l{padding-top:8rem;padding-bottom:8rem}.mv6-l{margin-top:8rem;margin-bottom:8rem}.nv6-l{margin-top:-8rem;margin-bottom:-8rem}.ph6-l{padding-left:8rem;padding-right:8rem}.mh6-l{margin-left:8rem;margin-right:8rem}.nh6-l{margin-left:-8rem;margin-right:-8rem}.top-0-l{top:0}.right-0-l{right:0}.bottom-0-l{bottom:0}.left-0-l{left:0}.top-1-l{top:1rem}.right-1-l{right:1rem}.bottom-1-l{bottom:1rem}.left-1-l{left:1rem}.top-2-l{top:2rem}.right-2-l{right:2rem}.bottom-2-l{bottom:2rem}.left-2-l{left:2rem}.top--1-l{top:-1rem}.right--1-l{right:-1rem}.bottom--1-l{bottom:-1rem}.left--1-l{left:-1rem}.top--2-l{top:-2rem}.right--2-l{right:-2rem}.bottom--2-l{bottom:-2rem}.left--2-l{left:-2rem}.absolute--fill-l{top:0;right:0;bottom:0;left:0}.cf-l:after,.cf-l:before{content:" ";display:table}.cf-l:after{clear:both}.cf-l{*zoom:1}.cl-l{clear:left}.cr-l{clear:right}.cb-l{clear:both}.cn-l{clear:none}.dn-l{display:none}.di-l{display:inline}.db-l{display:block}.dib-l{display:inline-block}.dit-l{display:inline-table}.dt-l{display:table}.dtc-l{display:table-cell}.dt-row-l{display:table-row}.dt-row-group-l{display:table-row-group}.dt-column-l{display:table-column}.dt-column-group-l{display:table-column-group}.dt--fixed-l{table-layout:fixed;width:100%}.flex-l{display:-webkit-flex;display:flex}.inline-flex-l{display:-webkit-inline-flex;display:inline-flex}.flex-auto-l{-webkit-flex:1 1 auto;flex:1 1 auto;min-width:0;min-height:0}.flex-none-l{-webkit-flex:none;flex:none}.flex-column-l{-webkit-flex-direction:column;flex-direction:column}.flex-row-l{-webkit-flex-direction:row;flex-direction:row}.flex-wrap-l{-webkit-flex-wrap:wrap;flex-wrap:wrap}.flex-nowrap-l{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.flex-wrap-reverse-l{-webkit-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.flex-column-reverse-l{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.flex-row-reverse-l{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.items-start-l{-webkit-align-items:flex-start;align-items:flex-start}.items-end-l{-webkit-align-items:flex-end;align-items:flex-end}.items-center-l{-webkit-align-items:center;align-items:center}.items-baseline-l{-webkit-align-items:baseline;align-items:baseline}.items-stretch-l{-webkit-align-items:stretch;align-items:stretch}.self-start-l{-webkit-align-self:flex-start;align-self:flex-start}.self-end-l{-webkit-align-self:flex-end;align-self:flex-end}.self-center-l{-webkit-align-self:center;align-self:center}.self-baseline-l{-webkit-align-self:baseline;align-self:baseline}.self-stretch-l{-webkit-align-self:stretch;align-self:stretch}.justify-start-l{-webkit-justify-content:flex-start;justify-content:flex-start}.justify-end-l{-webkit-justify-content:flex-end;justify-content:flex-end}.justify-center-l{-webkit-justify-content:center;justify-content:center}.justify-between-l{-webkit-justify-content:space-between;justify-content:space-between}.justify-around-l{-webkit-justify-content:space-around;justify-content:space-around}.content-start-l{-webkit-align-content:flex-start;align-content:flex-start}.content-end-l{-webkit-align-content:flex-end;align-content:flex-end}.content-center-l{-webkit-align-content:center;align-content:center}.content-between-l{-webkit-align-content:space-between;align-content:space-between}.content-around-l{-webkit-align-content:space-around;align-content:space-around}.content-stretch-l{-webkit-align-content:stretch;align-content:stretch}.order-0-l{-webkit-order:0;order:0}.order-1-l{-webkit-order:1;order:1}.order-2-l{-webkit-order:2;order:2}.order-3-l{-webkit-order:3;order:3}.order-4-l{-webkit-order:4;order:4}.order-5-l{-webkit-order:5;order:5}.order-6-l{-webkit-order:6;order:6}.order-7-l{-webkit-order:7;order:7}.order-8-l{-webkit-order:8;order:8}.order-last-l{-webkit-order:99999;order:99999}.flex-grow-0-l{-webkit-flex-grow:0;flex-grow:0}.flex-grow-1-l{-webkit-flex-grow:1;flex-grow:1}.flex-shrink-0-l{-webkit-flex-shrink:0;flex-shrink:0}.flex-shrink-1-l{-webkit-flex-shrink:1;flex-shrink:1}.fl-l{float:left}.fl-l,.fr-l{_display:inline}.fr-l{float:right}.fn-l{float:none}.i-l{font-style:italic}.fs-normal-l{font-style:normal}.normal-l{font-weight:400}.b-l{font-weight:700}.fw1-l{font-weight:100}.fw2-l{font-weight:200}.fw3-l{font-weight:300}.fw4-l{font-weight:400}.fw5-l{font-weight:500}.fw6-l{font-weight:600}.fw7-l{font-weight:700}.fw8-l{font-weight:800}.fw9-l{font-weight:900}.h1-l{height:1rem}.h2-l{height:2rem}.h3-l{height:4rem}.h4-l{height:8rem}.h5-l{height:16rem}.h-25-l{height:25%}.h-50-l{height:50%}.h-75-l{height:75%}.h-100-l{height:100%}.min-h-100-l{min-height:100%}.vh-25-l{height:25vh}.vh-50-l{height:50vh}.vh-75-l{height:75vh}.vh-100-l{height:100vh}.min-vh-100-l{min-height:100vh}.h-auto-l{height:auto}.h-inherit-l{height:inherit}.tracked-l{letter-spacing:.1em}.tracked-tight-l{letter-spacing:-.05em}.tracked-mega-l{letter-spacing:.25em}.lh-solid-l{line-height:1}.lh-title-l{line-height:1.25}.lh-copy-l{line-height:1.5}.mw1-l{max-width:1rem}.mw2-l{max-width:2rem}.mw3-l{max-width:4rem}.mw4-l{max-width:8rem}.mw5-l{max-width:16rem}.mw6-l{max-width:32rem}.mw7-l{max-width:48rem}.mw8-l{max-width:64rem}.mw9-l{max-width:96rem}.mw-none-l{max-width:none}.mw-100-l{max-width:100%}.rotate-45-l{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.rotate-90-l{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rotate-135-l{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.rotate-180-l{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rotate-225-l{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.rotate-270-l{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.rotate-315-l{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.outline-l{outline:1px solid}.outline-transparent-l{outline:1px solid transparent}.outline-0-l{outline:0}.overflow-visible-l{overflow:visible}.overflow-hidden-l{overflow:hidden}.overflow-scroll-l{overflow:scroll}.overflow-auto-l{overflow:auto}.overflow-x-visible-l{overflow-x:visible}.overflow-x-hidden-l{overflow-x:hidden}.overflow-x-scroll-l{overflow-x:scroll}.overflow-x-auto-l{overflow-x:auto}.overflow-y-visible-l{overflow-y:visible}.overflow-y-hidden-l{overflow-y:hidden}.overflow-y-scroll-l{overflow-y:scroll}.overflow-y-auto-l{overflow-y:auto}.static-l{position:static}.relative-l{position:relative}.absolute-l{position:absolute}.fixed-l{position:fixed}.strike-l{text-decoration:line-through}.underline-l{text-decoration:underline}.no-underline-l{text-decoration:none}.tl-l{text-align:left}.tr-l{text-align:right}.tc-l{text-align:center}.tj-l{text-align:justify}.ttc-l{text-transform:capitalize}.ttl-l{text-transform:lowercase}.ttu-l{text-transform:uppercase}.ttn-l{text-transform:none}.f1-l{font-size:2.5rem}.f2-l{font-size:2rem}.f3-l{font-size:1.5rem}.f4-l{font-size:1rem}.f5-l{font-size:.875rem}.measure-l{max-width:30em}.measure-wide-l{max-width:34em}.measure-narrow-l{max-width:20em}.small-caps-l{font-variant:small-caps}.indent-l{text-indent:1em;margin-top:0;margin-bottom:0}.truncate-l{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clip-l{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal-l{white-space:normal}.nowrap-l{white-space:nowrap}.pre-l{white-space:pre}.w1-l{width:1rem}.w2-l{width:2rem}.w3-l{width:4rem}.w4-l{width:8rem}.w5-l{width:16rem}.w-10-l{width:10%}.w-20-l{width:20%}.w-25-l{width:25%}.w-30-l{width:30%}.w-33-l{width:33%}.w-34-l{width:34%}.w-40-l{width:40%}.w-50-l{width:50%}.w-60-l{width:60%}.w-70-l{width:70%}.w-75-l{width:75%}.w-80-l{width:80%}.w-90-l{width:90%}.w-100-l{width:100%}.w-third-l{width:33.33333%}.w-two-thirds-l{width:66.66667%}.w-auto-l{width:auto}}.ABB_CommonUX_AbbBar__root{width:100%;display:flex;justify-content:space-between;align-items:center;height:32px;font-size:12px;white-space:nowrap}.ABB_CommonUX_AbbBar__root>.ABB_CommonUX_AbbBar__logo{display:block;height:15px;margin:4px 8px;min-width:40px;position:relative}.ABB_CommonUX_AbbBar__root.ABB_CommonUX_AbbBar__customLogo>.ABB_CommonUX_AbbBar__logo>span{position:absolute;left:8px;margin:0;padding:0}.ABB_CommonUX_AbbBar__root.ABB_CommonUX_AbbBar__abbLogo>.ABB_CommonUX_AbbBar__logo>span{background:url(/ABB_logo_light-2SReK.45bf92a9.svg) no-repeat;background-size:contain;display:block;height:100%;width:40px}.ABB_CommonUX_AbbBar__root.ABB_CommonUX_AbbBar__abbLogo>.ABB_CommonUX_AbbBar__logo{height:15px}.ABB_CommonUX_AbbBar__root>.ABB_CommonUX_AbbBar__productName{font-family:ABBVoice-medium}.ABB_CommonUX_AbbBar__root>.ABB_CommonUX_AbbBar__controls{min-width:180px;display:flex;flex-direction:row;justify-content:flex-end}.ABB_CommonUX_AbbBar__root.ABB_CommonUX_AbbBar__light{color:#1f1f1f;background:#fff}.ABB_CommonUX_AbbBar__root.ABB_CommonUX_AbbBar__light.ABB_CommonUX_AbbBar__abbLogo>.ABB_CommonUX_AbbBar__logo>span{background:url(/ABB_logo_dark-1d6eg.fe9ceffc.svg) no-repeat}.ABB_CommonUX_AbbBar__root.ABB_CommonUX_AbbBar__dark{color:#dbdbdb;background:#2e2e2e}.ABB_CommonUX_AbbBar__root.ABB_CommonUX_AbbBar__dark.ABB_CommonUX_AbbBar__abbLogo>.ABB_CommonUX_AbbBar__logo>span{background:url(/ABB_logo_light-2SReK.45bf92a9.svg) no-repeat}.ABB_CommonUX_AboutBox__root{position:relative;width:868px;height:420px}.ABB_CommonUX_AboutBox__root>.ABB_CommonUX_AboutBox__header{margin-right:256px;position:relative}.ABB_CommonUX_AboutBox__root>.ABB_CommonUX_AboutBox__header>.ABB_CommonUX_AboutBox__productName{white-space:nowrap;font-size:40px;display:block;margin-top:64px;margin-bottom:16px;position:relative;font-weight:700}.ABB_CommonUX_AboutBox__root>.ABB_CommonUX_AboutBox__header>.ABB_CommonUX_AboutBox__productName:after{content:"\2014";color:#ff000f;position:absolute;top:-40px;left:0}.ABB_CommonUX_AboutBox__root>.ABB_CommonUX_AboutBox__productLogo{position:absolute;top:0;right:0;max-width:140px}.ABB_CommonUX_AboutBox__root>.ABB_CommonUX_AboutBox__productLogo>img{display:block;width:100%;height:auto}.ABB_CommonUX_AboutBox__root>.ABB_CommonUX_AboutBox__content .ABB_CommonUX_AboutBox__tabsContent,.ABB_CommonUX_AboutBox__root>.ABB_CommonUX_AboutBox__content ::ng-deep .ABB_CommonUX_AboutBox__tabsContent{height:200px}.ABB_CommonUX_AboutBox__root>.ABB_CommonUX_AboutBox__footer{text-align:right;margin-top:16px}.ABB_CommonUX_AboutBox__root>.ABB_CommonUX_AboutBox__footer>*{font-size:12px}@font-face{font-family:ABB-UI-Icons-16x16;src:url(/ABB-UI-Icons-16x16-30bWW.4d3084c5.eot);src:url(/ABB-UI-Icons-16x16-30bWW.4d3084c5.eot#iefix) format("embedded-opentype"),url(/ABB-UI-Icons-16x16-bECfw.977e5ce9.woff2) format("woff2"),url(/ABB-UI-Icons-16x16-3ftu2.6c289144.ttf) format("truetype"),url(/ABB-UI-Icons-16x16-3Nr1K.0abb6d61.woff) format("woff"),url(/ABB-UI-Icons-16x16-lFGlm.a630bf08.svg#ABB-UI-Icons-16x16) format("svg");font-weight:400;font-style:normal}.ABB_CommonUX_style__icon_abb_16{font-family:ABB-UI-Icons-16x16!important;font-size:16px;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ABB_CommonUX_style__icon-abb_add-user_16:before{content:"\e900"}.ABB_CommonUX_style__icon-abb_alarm-bell_16:before{content:"\e901"}.ABB_CommonUX_style__icon-abb_align-bottom_16:before{content:"\e902"}.ABB_CommonUX_style__icon-abb_align-horizontal-center_16:before{content:"\e903"}.ABB_CommonUX_style__icon-abb_align-left_16:before{content:"\e904"}.ABB_CommonUX_style__icon-abb_align-right_16:before{content:"\e905"}.ABB_CommonUX_style__icon-abb_align-top_16:before{content:"\e906"}.ABB_CommonUX_style__icon-abb_align-vertical-center_16:before{content:"\e907"}.ABB_CommonUX_style__icon-abb_analyze-document_16:before{content:"\e908"}.ABB_CommonUX_style__icon-abb_anchor_16:before{content:"\e909"}.ABB_CommonUX_style__icon-abb_audio-off_16:before{content:"\e90a"}.ABB_CommonUX_style__icon-abb_audio-on_16:before{content:"\e90b"}.ABB_CommonUX_style__icon-abb_background_16:before{content:"\e90c"}.ABB_CommonUX_style__icon-abb_bar-chart_16:before{content:"\e90d"}.ABB_CommonUX_style__icon-abb_battery-charging_16:before{content:"\e90e"}.ABB_CommonUX_style__icon-abb_battery-empty_16:before{content:"\e90f"}.ABB_CommonUX_style__icon-abb_battery-full_16:before{content:"\e910"}.ABB_CommonUX_style__icon-abb_battery-half_16:before{content:"\e911"}.ABB_CommonUX_style__icon-abb_battery-high_16:before{content:"\e912"}.ABB_CommonUX_style__icon-abb_battery-low_16:before{content:"\e913"}.ABB_CommonUX_style__icon-abb_binary-data_16:before{content:"\e914"}.ABB_CommonUX_style__icon-abb_bluetooth_16:before{content:"\e915"}.ABB_CommonUX_style__icon-abb_boolean_16:before{content:"\e916"}.ABB_CommonUX_style__icon-abb_briefcase_16:before{content:"\e917"}.ABB_CommonUX_style__icon-abb_bring-to-front_16:before{content:"\e918"}.ABB_CommonUX_style__icon-abb_broadcast_16:before{content:"\e919"}.ABB_CommonUX_style__icon-abb_calculator_16:before{content:"\e91a"}.ABB_CommonUX_style__icon-abb_calendar_16:before{content:"\e91b"}.ABB_CommonUX_style__icon-abb_call_16:before{content:"\e91c"}.ABB_CommonUX_style__icon-abb_camera_16:before{content:"\e91d"}.ABB_CommonUX_style__icon-abb_cart_16:before{content:"\e91e"}.ABB_CommonUX_style__icon-abb_certificate-document-1_16:before{content:"\e91f"}.ABB_CommonUX_style__icon-abb_certificate-document-2_16:before{content:"\e920"}.ABB_CommonUX_style__icon-abb_chat_16:before{content:"\e921"}.ABB_CommonUX_style__icon-abb_check-mark_16:before{content:"\e922"}.ABB_CommonUX_style__icon-abb_check-mark-circle-1_16:before{content:"\e923"}.ABB_CommonUX_style__icon-abb_check-mark-circle-2_16:before{content:"\e924"}.ABB_CommonUX_style__icon-abb_close_16:before{content:"\e925"}.ABB_CommonUX_style__icon-abb_comment_16:before{content:"\e926"}.ABB_CommonUX_style__icon-abb_computer_16:before{content:"\e927"}.ABB_CommonUX_style__icon-abb_connect_16:before{content:"\e928"}.ABB_CommonUX_style__icon-abb_controller-cabinet_16:before{content:"\e929"}.ABB_CommonUX_style__icon-abb_controls-and-settings_16:before{content:"\e92a"}.ABB_CommonUX_style__icon-abb_copy_16:before{content:"\e92b"}.ABB_CommonUX_style__icon-abb_cut_16:before{content:"\e92c"}.ABB_CommonUX_style__icon-abb_dashboard_16:before{content:"\e92d"}.ABB_CommonUX_style__icon-abb_database_16:before{content:"\e92e"}.ABB_CommonUX_style__icon-abb_database-new_16:before{content:"\e92f"}.ABB_CommonUX_style__icon-abb_decimal_16:before{content:"\e930"}.ABB_CommonUX_style__icon-abb_devices_16:before{content:"\e931"}.ABB_CommonUX_style__icon-abb_disconnect_16:before{content:"\e932"}.ABB_CommonUX_style__icon-abb_distribution_16:before{content:"\e933"}.ABB_CommonUX_style__icon-abb_document_16:before{content:"\e934"}.ABB_CommonUX_style__icon-abb_dollar_16:before{content:"\e935"}.ABB_CommonUX_style__icon-abb_double-down_16:before{content:"\e936"}.ABB_CommonUX_style__icon-abb_double-left_16:before{content:"\e937"}.ABB_CommonUX_style__icon-abb_double-right_16:before{content:"\e938"}.ABB_CommonUX_style__icon-abb_double-up_16:before{content:"\e939"}.ABB_CommonUX_style__icon-abb_down_16:before{content:"\e93a"}.ABB_CommonUX_style__icon-abb_down-arrow_16:before{content:"\e93b"}.ABB_CommonUX_style__icon-abb_download_16:before{content:"\e93c"}.ABB_CommonUX_style__icon-abb_drive_16:before{content:"\e93d"}.ABB_CommonUX_style__icon-abb_edit_16:before{content:"\e93e"}.ABB_CommonUX_style__icon-abb_end-call_16:before{content:"\e93f"}.ABB_CommonUX_style__icon-abb_envelope_16:before{content:"\e940"}.ABB_CommonUX_style__icon-abb_error-circle-1_16:before{content:"\e941"}.ABB_CommonUX_style__icon-abb_error-circle-2_16:before{content:"\e942"}.ABB_CommonUX_style__icon-abb_euro_16:before{content:"\e943"}.ABB_CommonUX_style__icon-abb_event_16:before{content:"\e944"}.ABB_CommonUX_style__icon-abb_export_16:before{content:"\e945"}.ABB_CommonUX_style__icon-abb_factory_16:before{content:"\e946"}.ABB_CommonUX_style__icon-abb_filter_16:before{content:"\e947"}.ABB_CommonUX_style__icon-abb_folder_16:before{content:"\e948"}.ABB_CommonUX_style__icon-abb_folder-new_16:before{content:"\e949"}.ABB_CommonUX_style__icon-abb_folder-open_16:before{content:"\e94a"}.ABB_CommonUX_style__icon-abb_forward_16:before{content:"\e94b"}.ABB_CommonUX_style__icon-abb_fullscreen_16:before{content:"\e94c"}.ABB_CommonUX_style__icon-abb_gauge_16:before{content:"\e94d"}.ABB_CommonUX_style__icon-abb_gbp_16:before{content:"\e94e"}.ABB_CommonUX_style__icon-abb_globe_16:before{content:"\e94f"}.ABB_CommonUX_style__icon-abb_group_16:before{content:"\e950"}.ABB_CommonUX_style__icon-abb_help-circle-1_16:before{content:"\e951"}.ABB_CommonUX_style__icon-abb_help-circle-2_16:before{content:"\e952"}.ABB_CommonUX_style__icon-abb_hide_16:before{content:"\e953"}.ABB_CommonUX_style__icon-abb_history_16:before{content:"\e954"}.ABB_CommonUX_style__icon-abb_home_16:before{content:"\e955"}.ABB_CommonUX_style__icon-abb_hour-glass_16:before{content:"\e956"}.ABB_CommonUX_style__icon-abb_image_16:before{content:"\e957"}.ABB_CommonUX_style__icon-abb_import_16:before{content:"\e958"}.ABB_CommonUX_style__icon-abb_information-circle-1_16:before{content:"\e959"}.ABB_CommonUX_style__icon-abb_information-circle-2_16:before{content:"\e95a"}.ABB_CommonUX_style__icon-abb_key_16:before{content:"\e95b"}.ABB_CommonUX_style__icon-abb_label_16:before{content:"\e95c"}.ABB_CommonUX_style__icon-abb_left_16:before{content:"\e95d"}.ABB_CommonUX_style__icon-abb_left-arrow_16:before{content:"\e95e"}.ABB_CommonUX_style__icon-abb_level_16:before{content:"\e95f"}.ABB_CommonUX_style__icon-abb_light-bulb_16:before{content:"\e960"}.ABB_CommonUX_style__icon-abb_link_16:before{content:"\e961"}.ABB_CommonUX_style__icon-abb_list_16:before{content:"\e962"}.ABB_CommonUX_style__icon-abb_location_16:before{content:"\e963"}.ABB_CommonUX_style__icon-abb_lock-closed_16:before{content:"\e964"}.ABB_CommonUX_style__icon-abb_lock-open_16:before{content:"\e965"}.ABB_CommonUX_style__icon-abb_log-in_16:before{content:"\e966"}.ABB_CommonUX_style__icon-abb_log-out_16:before{content:"\e967"}.ABB_CommonUX_style__icon-abb_magnet_16:before{content:"\e968"}.ABB_CommonUX_style__icon-abb_make-same-height_16:before{content:"\e969"}.ABB_CommonUX_style__icon-abb_make-same-size_16:before{content:"\e96a"}.ABB_CommonUX_style__icon-abb_make-same-width_16:before{content:"\e96b"}.ABB_CommonUX_style__icon-abb_map_16:before{content:"\e96c"}.ABB_CommonUX_style__icon-abb_matrix_16:before{content:"\e96d"}.ABB_CommonUX_style__icon-abb_maximize_16:before{content:"\e96e"}.ABB_CommonUX_style__icon-abb_menu_16:before{content:"\e96f"}.ABB_CommonUX_style__icon-abb_menu-narrow_16:before{content:"\e970"}.ABB_CommonUX_style__icon-abb_microphone_16:before{content:"\e971"}.ABB_CommonUX_style__icon-abb_microphone-off_16:before{content:"\e972"}.ABB_CommonUX_style__icon-abb_minimize_16:before{content:"\e973"}.ABB_CommonUX_style__icon-abb_minus_16:before{content:"\e974"}.ABB_CommonUX_style__icon-abb_minus-in-circle_16:before{content:"\e975"}.ABB_CommonUX_style__icon-abb_missed-call_16:before{content:"\e976"}.ABB_CommonUX_style__icon-abb_moon_16:before{content:"\e977"}.ABB_CommonUX_style__icon-abb_more_16:before{content:"\e978"}.ABB_CommonUX_style__icon-abb_motor_16:before{content:"\e979"}.ABB_CommonUX_style__icon-abb_network_16:before{content:"\e97a"}.ABB_CommonUX_style__icon-abb_new-document_16:before{content:"\e97b"}.ABB_CommonUX_style__icon-abb_numericals_16:before{content:"\e97c"}.ABB_CommonUX_style__icon-abb_object_16:before{content:"\e97d"}.ABB_CommonUX_style__icon-abb_object-container-1_16:before{content:"\e97e"}.ABB_CommonUX_style__icon-abb_object-container-2_16:before{content:"\e97f"}.ABB_CommonUX_style__icon-abb_open-in-new-window_16:before{content:"\e980"}.ABB_CommonUX_style__icon-abb_panel_16:before{content:"\e981"}.ABB_CommonUX_style__icon-abb_paper-clip_16:before{content:"\e982"}.ABB_CommonUX_style__icon-abb_paste_16:before{content:"\e983"}.ABB_CommonUX_style__icon-abb_pause_16:before{content:"\e984"}.ABB_CommonUX_style__icon-abb_pie-chart_16:before{content:"\e985"}.ABB_CommonUX_style__icon-abb_pin_16:before{content:"\e986"}.ABB_CommonUX_style__icon-abb_play_16:before{content:"\e987"}.ABB_CommonUX_style__icon-abb_plugin_16:before{content:"\e988"}.ABB_CommonUX_style__icon-abb_plus_16:before{content:"\e989"}.ABB_CommonUX_style__icon-abb_plus-in-circle_16:before{content:"\e98a"}.ABB_CommonUX_style__icon-abb_pop-out-window_16:before{content:"\e98b"}.ABB_CommonUX_style__icon-abb_power-on-off_16:before{content:"\e98c"}.ABB_CommonUX_style__icon-abb_pressure_16:before{content:"\e98d"}.ABB_CommonUX_style__icon-abb_print_16:before{content:"\e98e"}.ABB_CommonUX_style__icon-abb_pump_16:before{content:"\e98f"}.ABB_CommonUX_style__icon-abb_qr-code_16:before{content:"\e990"}.ABB_CommonUX_style__icon-abb_rearrange_16:before{content:"\e991"}.ABB_CommonUX_style__icon-abb_redo_16:before{content:"\e992"}.ABB_CommonUX_style__icon-abb_refresh_16:before{content:"\e993"}.ABB_CommonUX_style__icon-abb_reports_16:before{content:"\e994"}.ABB_CommonUX_style__icon-abb_resistor_16:before{content:"\e995"}.ABB_CommonUX_style__icon-abb_rewind_16:before{content:"\e996"}.ABB_CommonUX_style__icon-abb_right_16:before{content:"\e997"}.ABB_CommonUX_style__icon-abb_right-arrow_16:before{content:"\e998"}.ABB_CommonUX_style__icon-abb_robot_16:before{content:"\e999"}.ABB_CommonUX_style__icon-abb_robot-cabinet_16:before{content:"\e99a"}.ABB_CommonUX_style__icon-abb_robot-tool_16:before{content:"\e99b"}.ABB_CommonUX_style__icon-abb_rotate-left-90_16:before{content:"\e99c"}.ABB_CommonUX_style__icon-abb_rotate-left-180_16:before{content:"\e99d"}.ABB_CommonUX_style__icon-abb_rotate-right-270_16:before{content:"\e99e"}.ABB_CommonUX_style__icon-abb_rotate-left-270_16:before{content:"\e99f"}.ABB_CommonUX_style__icon-abb_rotate-right-90_16:before{content:"\e9a0"}.ABB_CommonUX_style__icon-abb_rotate-right-180_16:before{content:"\e9a1"}.ABB_CommonUX_style__icon-abb_save_16:before{content:"\e9a2"}.ABB_CommonUX_style__icon-abb_save-as_16:before{content:"\e9a3"}.ABB_CommonUX_style__icon-abb_screen_16:before{content:"\e9a4"}.ABB_CommonUX_style__icon-abb_search_16:before{content:"\e9a5"}.ABB_CommonUX_style__icon-abb_send-to-back_16:before{content:"\e9a6"}.ABB_CommonUX_style__icon-abb_server_16:before{content:"\e9a7"}.ABB_CommonUX_style__icon-abb_settings_16:before{content:"\e9a8"}.ABB_CommonUX_style__icon-abb_share_16:before{content:"\e9a9"}.ABB_CommonUX_style__icon-abb_shortcut_16:before{content:"\e9aa"}.ABB_CommonUX_style__icon-abb_shuffle_16:before{content:"\e9ab"}.ABB_CommonUX_style__icon-abb_skip-to-end_16:before{content:"\e9ac"}.ABB_CommonUX_style__icon-abb_skip-to-start_16:before{content:"\e9ad"}.ABB_CommonUX_style__icon-abb_sld-1_16:before{content:"\e9ae"}.ABB_CommonUX_style__icon-abb_sld-2_16:before{content:"\e9af"}.ABB_CommonUX_style__icon-abb_smartphone_16:before{content:"\e9b0"}.ABB_CommonUX_style__icon-abb_sort-alphabet-down_16:before{content:"\e9b1"}.ABB_CommonUX_style__icon-abb_sort-alphabet-up_16:before{content:"\e9b2"}.ABB_CommonUX_style__icon-abb_sort-date-down-1_16:before{content:"\e9b3"}.ABB_CommonUX_style__icon-abb_sort-date-down-2_16:before{content:"\e9b4"}.ABB_CommonUX_style__icon-abb_sort-date-up-1_16:before{content:"\e9b5"}.ABB_CommonUX_style__icon-abb_sort-date-up-2_16:before{content:"\e9b6"}.ABB_CommonUX_style__icon-abb_specification_16:before{content:"\e9b7"}.ABB_CommonUX_style__icon-abb_stairs_16:before{content:"\e9b8"}.ABB_CommonUX_style__icon-abb_star_16:before{content:"\e9b9"}.ABB_CommonUX_style__icon-abb_stop_16:before{content:"\e9ba"}.ABB_CommonUX_style__icon-abb_sun_16:before{content:"\e9bb"}.ABB_CommonUX_style__icon-abb_sun-2_16:before{content:"\e9bc"}.ABB_CommonUX_style__icon-abb_synchronize_16:before{content:"\e9bd"}.ABB_CommonUX_style__icon-abb_system_16:before{content:"\e9be"}.ABB_CommonUX_style__icon-abb_table_16:before{content:"\e9bf"}.ABB_CommonUX_style__icon-abb_temperature_16:before{content:"\e9c0"}.ABB_CommonUX_style__icon-abb_temperature-celsius-1_16:before{content:"\e9c1"}.ABB_CommonUX_style__icon-abb_temperature-celsius-2_16:before{content:"\e9c2"}.ABB_CommonUX_style__icon-abb_temperature-fahrenheit-1_16:before{content:"\e9c3"}.ABB_CommonUX_style__icon-abb_temperature-fahrenheit-2_16:before{content:"\e9c4"}.ABB_CommonUX_style__icon-abb_template_16:before{content:"\e9c5"}.ABB_CommonUX_style__icon-abb_template-new_16:before{content:"\e9c6"}.ABB_CommonUX_style__icon-abb_test_16:before{content:"\e9c7"}.ABB_CommonUX_style__icon-abb_text_16:before{content:"\e9c8"}.ABB_CommonUX_style__icon-abb_time_16:before{content:"\e9c9"}.ABB_CommonUX_style__icon-abb_time-and-date_16:before{content:"\e9ca"}.ABB_CommonUX_style__icon-abb_track-1_16:before{content:"\e9cb"}.ABB_CommonUX_style__icon-abb_track-2_16:before{content:"\e9cc"}.ABB_CommonUX_style__icon-abb_transformer_16:before{content:"\e9cd"}.ABB_CommonUX_style__icon-abb_trash_16:before{content:"\e9ce"}.ABB_CommonUX_style__icon-abb_tree-view_16:before{content:"\e9cf"}.ABB_CommonUX_style__icon-abb_trend-1_16:before{content:"\e9d0"}.ABB_CommonUX_style__icon-abb_trend-2_16:before{content:"\e9d1"}.ABB_CommonUX_style__icon-abb_turbocharger_16:before{content:"\e9d2"}.ABB_CommonUX_style__icon-abb_undo_16:before{content:"\e9d3"}.ABB_CommonUX_style__icon-abb_unpin_16:before{content:"\e9d4"}.ABB_CommonUX_style__icon-abb_up_16:before{content:"\e9d5"}.ABB_CommonUX_style__icon-abb_up-arrow_16:before{content:"\e9d6"}.ABB_CommonUX_style__icon-abb_upload_16:before{content:"\e9d7"}.ABB_CommonUX_style__icon-abb_usb_16:before{content:"\e9d8"}.ABB_CommonUX_style__icon-abb_user_16:before{content:"\e9d9"}.ABB_CommonUX_style__icon-abb_user-in-circle_16:before{content:"\e9da"}.ABB_CommonUX_style__icon-abb_video-camera-off_16:before{content:"\e9db"}.ABB_CommonUX_style__icon-abb_video-camera-on_16:before{content:"\e9dc"}.ABB_CommonUX_style__icon-abb_video-chat_16:before{content:"\e9dd"}.ABB_CommonUX_style__icon-abb_view_16:before{content:"\e9de"}.ABB_CommonUX_style__icon-abb_voltage_16:before{content:"\e9df"}.ABB_CommonUX_style__icon-abb_warning-circle-1_16:before{content:"\e9e0"}.ABB_CommonUX_style__icon-abb_warning-circle-2_16:before{content:"\e9e1"}.ABB_CommonUX_style__icon-abb_warning-triangle_16:before{content:"\e9e2"}.ABB_CommonUX_style__icon-abb_wrench_16:before{content:"\e9e3"}.ABB_CommonUX_style__icon-abb_zoom-in_16:before{content:"\e9e4"}.ABB_CommonUX_style__icon-abb_zoom-out_16:before{content:"\e9e5"}.ABB_CommonUX_style__icon-abb_sort-ascending_16:before{content:"\e9e8"}.ABB_CommonUX_style__icon-abb_advanced-settings_16:before{content:"\e9ea"}.ABB_CommonUX_style__icon-abb_align_16:before{content:"\e9eb"}.ABB_CommonUX_style__icon-abb_axis_16:before{content:"\e9ec"}.ABB_CommonUX_style__icon-abb_calibration-methods_16:before{content:"\e9ed"}.ABB_CommonUX_style__icon-abb_connection_16:before{content:"\e9ee"}.ABB_CommonUX_style__icon-abb_connection-status_16:before{content:"\e9ef"}.ABB_CommonUX_style__icon-abb_create-backup_16:before{content:"\e9f0"}.ABB_CommonUX_style__icon-abb_data-editor_16:before{content:"\e9f1"}.ABB_CommonUX_style__icon-abb_execution-16:before{content:"\e9f2"}.ABB_CommonUX_style__icon-abb_hardware-devices_16:before{content:"\e9f3"}.ABB_CommonUX_style__icon-abb_io-devices_16:before{content:"\e9f4"}.ABB_CommonUX_style__icon-abb_joystick-16:before{content:"\e9f5"}.ABB_CommonUX_style__icon-abb_lead-through_16:before{content:"\e9f6"}.ABB_CommonUX_style__icon-abb_jog-linear_16:before{content:"\e9f7"}.ABB_CommonUX_style__icon-abb_document-excel_16:before{content:"\e9f8"}.ABB_CommonUX_style__icon-abb_document-pdf_16:before{content:"\e9f9"}.ABB_CommonUX_style__icon-abb_document-word_16:before{content:"\e9fa"}.ABB_CommonUX_style__icon-abb_modify-rapid-position_16:before{content:"\e9fb"}.ABB_CommonUX_style__icon-abb_software-module_16:before{content:"\e9fc"}.ABB_CommonUX_style__icon-abb_network-status-1_16:before{content:"\e9fe"}.ABB_CommonUX_style__icon-abb_network-status-2_16:before{content:"\e9ff"}.ABB_CommonUX_style__icon-abb_payload_16:before{content:"\ea00"}.ABB_CommonUX_style__icon-abb_jog-planar_16:before{content:"\ea01"}.ABB_CommonUX_style__icon-abb_software-program-and-modules_16:before{content:"\ea02"}.ABB_CommonUX_style__icon-abb_software-program-editor_16:before{content:"\ea03"}.ABB_CommonUX_style__icon-abb_software-program_16:before{content:"\ea04"}.ABB_CommonUX_style__icon-abb_program-pointer_16:before{content:"\ea05"}.ABB_CommonUX_style__icon-abb_rapid-tasks_16:before{content:"\ea06"}.ABB_CommonUX_style__icon-abb_jog-reorient_16:before{content:"\ea07"}.ABB_CommonUX_style__icon-abb_reset-user-data_16:before{content:"\ea09"}.ABB_CommonUX_style__icon-abb_restore-backup_16:before{content:"\ea0a"}.ABB_CommonUX_style__icon-abb_select_16:before{content:"\ea0b"}.ABB_CommonUX_style__icon-abb_software-routins_16:before{content:"\ea0c"}.ABB_CommonUX_style__icon-abb_network-signal-strength-level-1_16:before{content:"\ea0d"}.ABB_CommonUX_style__icon-abb_network-signal-strength-level-2_16:before{content:"\ea0e"}.ABB_CommonUX_style__icon-abb_network-signal-strength-level-3_16:before{content:"\ea0f"}.ABB_CommonUX_style__icon-abb_io-signals_16:before{content:"\ea10"}.ABB_CommonUX_style__icon-abb_software-resources_16:before{content:"\ea11"}.ABB_CommonUX_style__icon-abb_start-installer_16:before{content:"\ea12"}.ABB_CommonUX_style__icon-abb_step-in_16:before{content:"\ea13"}.ABB_CommonUX_style__icon-abb_step-out_16:before{content:"\ea14"}.ABB_CommonUX_style__icon-abb_step-over_16:before{content:"\ea15"}.ABB_CommonUX_style__icon-abb_touch_16:before{content:"\ea16"}.ABB_CommonUX_style__icon-abb_video_16:before{content:"\ea17"}.ABB_CommonUX_style__icon-abb_turn-clockwise_16:before{content:"\ea18"}.ABB_CommonUX_style__icon-abb_turn-clockwise-off-target-speed_16:before{content:"\ea19"}.ABB_CommonUX_style__icon-abb_turn-counter-clockwise-off-target-speed_16:before{content:"\ea1a"}.ABB_CommonUX_style__icon-abb_add-drives_16:before{content:"\ea1b"}.ABB_CommonUX_style__icon-abb_bearing_16:before{content:"\ea1d"}.ABB_CommonUX_style__icon-abb_cloud_16:before{content:"\ea1e"}.ABB_CommonUX_style__icon-abb_delete-drives_16:before{content:"\ea1f"}.ABB_CommonUX_style__icon-abb_download-from-cloud_16:before{content:"\ea20"}.ABB_CommonUX_style__icon-abb_drive-connected_16:before{content:"\ea21"}.ABB_CommonUX_style__icon-abb_drives-error_16:before{content:"\ea22"}.ABB_CommonUX_style__icon-abb_fieldbus_16:before{content:"\ea23"}.ABB_CommonUX_style__icon-abb_generator_16:before{content:"\ea24"}.ABB_CommonUX_style__icon-abb_maximum-value_16:before{content:"\ea26"}.ABB_CommonUX_style__icon-abb_minimum-value_16:before{content:"\ea27"}.ABB_CommonUX_style__icon-abb_not-allowed_16:before{content:"\ea28"}.ABB_CommonUX_style__icon-abb_powertrain_16:before{content:"\ea29"}.ABB_CommonUX_style__icon-abb_prevent-turning-fault_16:before{content:"\ea2a"}.ABB_CommonUX_style__icon-abb_target-value-range_16:before{content:"\ea2b"}.ABB_CommonUX_style__icon-abb_thumbnail-view_16:before{content:"\ea2c"}.ABB_CommonUX_style__icon-abb_train_16:before{content:"\ea2d"}.ABB_CommonUX_style__icon-abb_turn-counter-clockwise_16:before{content:"\ea2e"}.ABB_CommonUX_style__icon-abb_wheel_16:before{content:"\ea2f"}.ABB_CommonUX_style__icon-abb_wifi-network-disconnected_16:before{content:"\ea31"}.ABB_CommonUX_style__icon-abb_write-to-default_16:before{content:"\ea32"}.ABB_CommonUX_style__icon-abb_write-to-default-disabled_16:before{content:"\ea33"}.ABB_CommonUX_style__icon-abb_caret-down_16:before{content:"\ea08"}.ABB_CommonUX_style__icon-abb_caret-left_16:before{content:"\ea1c"}.ABB_CommonUX_style__icon-abb_caret-right_16:before{content:"\ea30"}.ABB_CommonUX_style__icon-abb_caret-up_16:before{content:"\ea34"}.ABB_CommonUX_style__icon-abb_close-light_16:before{content:"\ea35"}.ABB_CommonUX_style__icon-abb-triangle-down_16:before{content:"\ea36"}.ABB_CommonUX_style__icon-abb-triangle-left_16:before{content:"\ea37"}.ABB_CommonUX_style__icon-abb-triangle-right_16:before{content:"\ea38"}.ABB_CommonUX_style__icon-abb-triangle-up_16:before{content:"\ea39"}.ABB_CommonUX_style__icon-abb_check-mark-light_16:before{content:"\ea3a"}.ABB_CommonUX_style__icon-abb_numbered-list_16:before{content:"\ea3b"}.ABB_CommonUX_style__icon-abb_text-bold_16:before{content:"\ea3c"}.ABB_CommonUX_style__icon-abb_text-italic_16:before{content:"\ea3d"}.ABB_CommonUX_style__icon-abb_text-underline_16:before{content:"\ea3e"}@font-face{font-family:ABB-UI-Icons-24x24;src:url(/ABB-UI-Icons-24x24-ywmNO.513e3451.eot);src:url(/ABB-UI-Icons-24x24-ywmNO.513e3451.eot#iefix) format("embedded-opentype"),url(/ABB-UI-Icons-24x24-1IGnG.fb6fd646.woff2) format("woff2"),url(/ABB-UI-Icons-24x24-w7N_V.e68415e8.ttf) format("truetype"),url(/ABB-UI-Icons-24x24-1gAR4.ccccc750.woff) format("woff"),url(/ABB-UI-Icons-24x24-2aE3M.83f00af5.svg#ABB-UI-Icons-24x24) format("svg");font-weight:400;font-style:normal}.ABB_CommonUX_style__icon_abb_24{font-family:ABB-UI-Icons-24x24!important;font-size:24px;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ABB_CommonUX_style__icon-abb_add-user_24:before{content:"\e900"}.ABB_CommonUX_style__icon-abb_alarm-bell_24:before{content:"\e901"}.ABB_CommonUX_style__icon-abb_align-bottom_24:before{content:"\e902"}.ABB_CommonUX_style__icon-abb_align-horizontal-center_24:before{content:"\e903"}.ABB_CommonUX_style__icon-abb_align-left_24:before{content:"\e904"}.ABB_CommonUX_style__icon-abb_align-right_24:before{content:"\e905"}.ABB_CommonUX_style__icon-abb_align-top_24:before{content:"\e906"}.ABB_CommonUX_style__icon-abb_align-vertical-center_24:before{content:"\e907"}.ABB_CommonUX_style__icon-abb_analyze-document_24:before{content:"\e908"}.ABB_CommonUX_style__icon-abb_anchor_24:before{content:"\e909"}.ABB_CommonUX_style__icon-abb_audio-off_24:before{content:"\e90a"}.ABB_CommonUX_style__icon-abb_audio-on_24:before{content:"\e90b"}.ABB_CommonUX_style__icon-abb_background_24:before{content:"\e90c"}.ABB_CommonUX_style__icon-abb_bar-chart_24:before{content:"\e90d"}.ABB_CommonUX_style__icon-abb_battery-charging_24:before{content:"\e90e"}.ABB_CommonUX_style__icon-abb_battery-empty_24:before{content:"\e90f"}.ABB_CommonUX_style__icon-abb_battery-full_24:before{content:"\e910"}.ABB_CommonUX_style__icon-abb_battery-half_24:before{content:"\e911"}.ABB_CommonUX_style__icon-abb_battery-high_24:before{content:"\e912"}.ABB_CommonUX_style__icon-abb_battery-low_24:before{content:"\e913"}.ABB_CommonUX_style__icon-abb_binary-data_24:before{content:"\e914"}.ABB_CommonUX_style__icon-abb_bluetooth_24:before{content:"\e915"}.ABB_CommonUX_style__icon-abb_boolean_24:before{content:"\e916"}.ABB_CommonUX_style__icon-abb_briefcase_24:before{content:"\e917"}.ABB_CommonUX_style__icon-abb_bring-to-front_24:before{content:"\e918"}.ABB_CommonUX_style__icon-abb_broadcast_24:before{content:"\e919"}.ABB_CommonUX_style__icon-abb_calculator_24:before{content:"\e91a"}.ABB_CommonUX_style__icon-abb_calendar_24:before{content:"\e91b"}.ABB_CommonUX_style__icon-abb_call_24:before{content:"\e91c"}.ABB_CommonUX_style__icon-abb_camera_24:before{content:"\e91d"}.ABB_CommonUX_style__icon-abb_cart_24:before{content:"\e91e"}.ABB_CommonUX_style__icon-abb_certificate-document-1_24:before{content:"\e91f"}.ABB_CommonUX_style__icon-abb_certificate-document-2_24:before{content:"\e920"}.ABB_CommonUX_style__icon-abb_chat_24:before{content:"\e921"}.ABB_CommonUX_style__icon-abb_check-mark_24:before{content:"\e922"}.ABB_CommonUX_style__icon-abb_check-mark-circle-1_24:before{content:"\e923"}.ABB_CommonUX_style__icon-abb_check-mark-circle-2_24:before{content:"\e924"}.ABB_CommonUX_style__icon-abb_close_24:before{content:"\e925"}.ABB_CommonUX_style__icon-abb_comment_24:before{content:"\e926"}.ABB_CommonUX_style__icon-abb_computer_24:before{content:"\e927"}.ABB_CommonUX_style__icon-abb_connect_24:before{content:"\e928"}.ABB_CommonUX_style__icon-abb_controller-cabinet_24:before{content:"\e929"}.ABB_CommonUX_style__icon-abb_controls-and-settings_24:before{content:"\e92a"}.ABB_CommonUX_style__icon-abb_copy_24:before{content:"\e92b"}.ABB_CommonUX_style__icon-abb_cut_24:before{content:"\e92c"}.ABB_CommonUX_style__icon-abb_dashboard_24:before{content:"\e92d"}.ABB_CommonUX_style__icon-abb_database_24:before{content:"\e92e"}.ABB_CommonUX_style__icon-abb_database-new_24:before{content:"\e92f"}.ABB_CommonUX_style__icon-abb_decimal_24:before{content:"\e930"}.ABB_CommonUX_style__icon-abb_devices_24:before{content:"\e931"}.ABB_CommonUX_style__icon-abb_disconnect_24:before{content:"\e932"}.ABB_CommonUX_style__icon-abb_distribution_24:before{content:"\e933"}.ABB_CommonUX_style__icon-abb_document_24:before{content:"\e934"}.ABB_CommonUX_style__icon-abb_dollar_24:before{content:"\e935"}.ABB_CommonUX_style__icon-abb_double-down_24:before{content:"\e936"}.ABB_CommonUX_style__icon-abb_double-left_24:before{content:"\e937"}.ABB_CommonUX_style__icon-abb_double-right_24:before{content:"\e938"}.ABB_CommonUX_style__icon-abb_double-up_24:before{content:"\e939"}.ABB_CommonUX_style__icon-abb_down_24:before{content:"\e93a"}.ABB_CommonUX_style__icon-abb_down-arrow_24:before{content:"\e93b"}.ABB_CommonUX_style__icon-abb_download_24:before{content:"\e93c"}.ABB_CommonUX_style__icon-abb_drive_24:before{content:"\e93d"}.ABB_CommonUX_style__icon-abb_edit_24:before{content:"\e93e"}.ABB_CommonUX_style__icon-abb_end-call_24:before{content:"\e93f"}.ABB_CommonUX_style__icon-abb_envelope_24:before{content:"\e940"}.ABB_CommonUX_style__icon-abb_error-circle-1_24:before{content:"\e941"}.ABB_CommonUX_style__icon-abb_error-circle-2_24:before{content:"\e942"}.ABB_CommonUX_style__icon-abb_euro_24:before{content:"\e943"}.ABB_CommonUX_style__icon-abb_event_24:before{content:"\e944"}.ABB_CommonUX_style__icon-abb_export_24:before{content:"\e945"}.ABB_CommonUX_style__icon-abb_factory_24:before{content:"\e946"}.ABB_CommonUX_style__icon-abb_filter_24:before{content:"\e947"}.ABB_CommonUX_style__icon-abb_folder_24:before{content:"\e948"}.ABB_CommonUX_style__icon-abb_folder-new_24:before{content:"\e949"}.ABB_CommonUX_style__icon-abb_folder-open_24:before{content:"\e94a"}.ABB_CommonUX_style__icon-abb_forward_24:before{content:"\e94b"}.ABB_CommonUX_style__icon-abb_fullscreen_24:before{content:"\e94c"}.ABB_CommonUX_style__icon-abb_gauge_24:before{content:"\e94d"}.ABB_CommonUX_style__icon-abb_gbp_24:before{content:"\e94e"}.ABB_CommonUX_style__icon-abb_globe_24:before{content:"\e94f"}.ABB_CommonUX_style__icon-abb_group_24:before{content:"\e950"}.ABB_CommonUX_style__icon-abb_help-circle-1_24:before{content:"\e951"}.ABB_CommonUX_style__icon-abb_help-circle-2_24:before{content:"\e952"}.ABB_CommonUX_style__icon-abb_hide_24:before{content:"\e953"}.ABB_CommonUX_style__icon-abb_history_24:before{content:"\e954"}.ABB_CommonUX_style__icon-abb_home_24:before{content:"\e955"}.ABB_CommonUX_style__icon-abb_hour-glass_24:before{content:"\e956"}.ABB_CommonUX_style__icon-abb_image_24:before{content:"\e957"}.ABB_CommonUX_style__icon-abb_import_24:before{content:"\e958"}.ABB_CommonUX_style__icon-abb_information-circle-1_24:before{content:"\e959"}.ABB_CommonUX_style__icon-abb_information-circle-2_24:before{content:"\e95a"}.ABB_CommonUX_style__icon-abb_key_24:before{content:"\e95b"}.ABB_CommonUX_style__icon-abb_label_24:before{content:"\e95c"}.ABB_CommonUX_style__icon-abb_left_24:before{content:"\e95d"}.ABB_CommonUX_style__icon-abb_left-arrow_24:before{content:"\e95e"}.ABB_CommonUX_style__icon-abb_level_24:before{content:"\e95f"}.ABB_CommonUX_style__icon-abb_light-bulb_24:before{content:"\e960"}.ABB_CommonUX_style__icon-abb_link_24:before{content:"\e961"}.ABB_CommonUX_style__icon-abb_list_24:before{content:"\e962"}.ABB_CommonUX_style__icon-abb_location_24:before{content:"\e963"}.ABB_CommonUX_style__icon-abb_lock-closed_24:before{content:"\e964"}.ABB_CommonUX_style__icon-abb_lock-open_24:before{content:"\e965"}.ABB_CommonUX_style__icon-abb_log-in_24:before{content:"\e966"}.ABB_CommonUX_style__icon-abb_log-out_24:before{content:"\e967"}.ABB_CommonUX_style__icon-abb_magnet_24:before{content:"\e968"}.ABB_CommonUX_style__icon-abb_make-same-height_24:before{content:"\e969"}.ABB_CommonUX_style__icon-abb_make-same-size_24:before{content:"\e96a"}.ABB_CommonUX_style__icon-abb_make-same-width_24:before{content:"\e96b"}.ABB_CommonUX_style__icon-abb_map_24:before{content:"\e96c"}.ABB_CommonUX_style__icon-abb_matrix_24:before{content:"\e96d"}.ABB_CommonUX_style__icon-abb_maximize_24:before{content:"\e96e"}.ABB_CommonUX_style__icon-abb_menu_24:before{content:"\e96f"}.ABB_CommonUX_style__icon-abb_menu-narrow_24:before{content:"\e970"}.ABB_CommonUX_style__icon-abb_microphone_24:before{content:"\e971"}.ABB_CommonUX_style__icon-abb_microphone-off_24:before{content:"\e972"}.ABB_CommonUX_style__icon-abb_minimize_24:before{content:"\e973"}.ABB_CommonUX_style__icon-abb_minus_24:before{content:"\e974"}.ABB_CommonUX_style__icon-abb_minus-in-circle_24:before{content:"\e975"}.ABB_CommonUX_style__icon-abb_missed-call_24:before{content:"\e976"}.ABB_CommonUX_style__icon-abb_moon_24:before{content:"\e977"}.ABB_CommonUX_style__icon-abb_more_24:before{content:"\e978"}.ABB_CommonUX_style__icon-abb_motor_24:before{content:"\e979"}.ABB_CommonUX_style__icon-abb_network_24:before{content:"\e97a"}.ABB_CommonUX_style__icon-abb_new-document_24:before{content:"\e97b"}.ABB_CommonUX_style__icon-abb_numericals_24:before{content:"\e97c"}.ABB_CommonUX_style__icon-abb_object_24:before{content:"\e97d"}.ABB_CommonUX_style__icon-abb_object-container-1_24:before{content:"\e97e"}.ABB_CommonUX_style__icon-abb_object-container-2_24:before{content:"\e97f"}.ABB_CommonUX_style__icon-abb_open-in-new-window_24:before{content:"\e980"}.ABB_CommonUX_style__icon-abb_panel_24:before{content:"\e981"}.ABB_CommonUX_style__icon-abb_paper-clip_24:before{content:"\e982"}.ABB_CommonUX_style__icon-abb_paste_24:before{content:"\e983"}.ABB_CommonUX_style__icon-abb_pause_24:before{content:"\e984"}.ABB_CommonUX_style__icon-abb_pie-chart_24:before{content:"\e985"}.ABB_CommonUX_style__icon-abb_pin_24:before{content:"\e986"}.ABB_CommonUX_style__icon-abb_play_24:before{content:"\e987"}.ABB_CommonUX_style__icon-abb_plugin_24:before{content:"\e988"}.ABB_CommonUX_style__icon-abb_plus_24:before{content:"\e989"}.ABB_CommonUX_style__icon-abb_plus-in-circle_24:before{content:"\e98a"}.ABB_CommonUX_style__icon-abb_pop-out-window_24:before{content:"\e98b"}.ABB_CommonUX_style__icon-abb_power-on-off_24:before{content:"\e98c"}.ABB_CommonUX_style__icon-abb_pressure_24:before{content:"\e98d"}.ABB_CommonUX_style__icon-abb_print_24:before{content:"\e98e"}.ABB_CommonUX_style__icon-abb_pump_24:before{content:"\e98f"}.ABB_CommonUX_style__icon-abb_qr-code_24:before{content:"\e990"}.ABB_CommonUX_style__icon-abb_rearrange_24:before{content:"\e991"}.ABB_CommonUX_style__icon-abb_redo_24:before{content:"\e992"}.ABB_CommonUX_style__icon-abb_refresh_24:before{content:"\e993"}.ABB_CommonUX_style__icon-abb_reports_24:before{content:"\e994"}.ABB_CommonUX_style__icon-abb_resistor_24:before{content:"\e995"}.ABB_CommonUX_style__icon-abb_rewind_24:before{content:"\e996"}.ABB_CommonUX_style__icon-abb_right_24:before{content:"\e997"}.ABB_CommonUX_style__icon-abb_right-arrow_24:before{content:"\e998"}.ABB_CommonUX_style__icon-abb_robot_24:before{content:"\e999"}.ABB_CommonUX_style__icon-abb_robot-cabinet_24:before{content:"\e99a"}.ABB_CommonUX_style__icon-abb_robot-tool_24:before{content:"\e99b"}.ABB_CommonUX_style__icon-abb_rotate-left-90_24:before{content:"\e99c"}.ABB_CommonUX_style__icon-abb_rotate-left-180_24:before{content:"\e99d"}.ABB_CommonUX_style__icon-abb_rotate-right-270_24:before{content:"\e99e"}.ABB_CommonUX_style__icon-abb_rotate-left-270_241:before{content:"\e99f"}.ABB_CommonUX_style__icon-abb_rotate-right-90_24:before{content:"\e9a0"}.ABB_CommonUX_style__icon-abb_rotate-right-180_24:before{content:"\e9a1"}.ABB_CommonUX_style__icon-abb_save_24:before{content:"\e9a2"}.ABB_CommonUX_style__icon-abb_save-as_24:before{content:"\e9a3"}.ABB_CommonUX_style__icon-abb_screen_24:before{content:"\e9a4"}.ABB_CommonUX_style__icon-abb_search_24:before{content:"\e9a5"}.ABB_CommonUX_style__icon-abb_send-to-back_24:before{content:"\e9a6"}.ABB_CommonUX_style__icon-abb_server_24:before{content:"\e9a7"}.ABB_CommonUX_style__icon-abb_settings_24:before{content:"\e9a8"}.ABB_CommonUX_style__icon-abb_share_24:before{content:"\e9a9"}.ABB_CommonUX_style__icon-abb_shortcut_24:before{content:"\e9aa"}.ABB_CommonUX_style__icon-abb_shuffle_24:before{content:"\e9ab"}.ABB_CommonUX_style__icon-abb_skip-to-end_24:before{content:"\e9ac"}.ABB_CommonUX_style__icon-abb_skip-to-start_24:before{content:"\e9ad"}.ABB_CommonUX_style__icon-abb_sld-1_24:before{content:"\e9ae"}.ABB_CommonUX_style__icon-abb_sld-2_24:before{content:"\e9af"}.ABB_CommonUX_style__icon-abb_smartphone_24:before{content:"\e9b0"}.ABB_CommonUX_style__icon-abb_sort-alphabet-down_24:before{content:"\e9b1"}.ABB_CommonUX_style__icon-abb_sort-alphabet-up_24:before{content:"\e9b2"}.ABB_CommonUX_style__icon-abb_sort-date-down-1_24:before{content:"\e9b3"}.ABB_CommonUX_style__icon-abb_sort-date-down-2_24:before{content:"\e9b4"}.ABB_CommonUX_style__icon-abb_sort-date-up-1_24:before{content:"\e9b5"}.ABB_CommonUX_style__icon-abb_sort-date-up-2_24:before{content:"\e9b6"}.ABB_CommonUX_style__icon-abb_specification_24:before{content:"\e9b7"}.ABB_CommonUX_style__icon-abb_stairs_24:before{content:"\e9b8"}.ABB_CommonUX_style__icon-abb_star_24:before{content:"\e9b9"}.ABB_CommonUX_style__icon-abb_stop_24:before{content:"\e9ba"}.ABB_CommonUX_style__icon-abb_sun_24:before{content:"\e9bb"}.ABB_CommonUX_style__icon-abb_sun-2_24:before{content:"\e9bc"}.ABB_CommonUX_style__icon-abb_synchronize_24:before{content:"\e9bd"}.ABB_CommonUX_style__icon-abb_system_24:before{content:"\e9be"}.ABB_CommonUX_style__icon-abb_table_24:before{content:"\e9bf"}.ABB_CommonUX_style__icon-abb_temperature_24:before{content:"\e9c0"}.ABB_CommonUX_style__icon-abb_temperature-celsius-1_24:before{content:"\e9c1"}.ABB_CommonUX_style__icon-abb_temperature-celsius-2_24:before{content:"\e9c2"}.ABB_CommonUX_style__icon-abb_temperature-fahrenheit-1_24:before{content:"\e9c3"}.ABB_CommonUX_style__icon-abb_temperature-fahrenheit-2_24:before{content:"\e9c4"}.ABB_CommonUX_style__icon-abb_template_24:before{content:"\e9c5"}.ABB_CommonUX_style__icon-abb_template-new_24:before{content:"\e9c6"}.ABB_CommonUX_style__icon-abb_test_24:before{content:"\e9c7"}.ABB_CommonUX_style__icon-abb_text_24:before{content:"\e9c8"}.ABB_CommonUX_style__icon-abb_time_24:before{content:"\e9c9"}.ABB_CommonUX_style__icon-abb_time-and-date_24:before{content:"\e9ca"}.ABB_CommonUX_style__icon-abb_track-1_24:before{content:"\e9cb"}.ABB_CommonUX_style__icon-abb_track-2_24:before{content:"\e9cc"}.ABB_CommonUX_style__icon-abb_transformer_24:before{content:"\e9cd"}.ABB_CommonUX_style__icon-abb_trash_24:before{content:"\e9ce"}.ABB_CommonUX_style__icon-abb_tree-view_24:before{content:"\e9cf"}.ABB_CommonUX_style__icon-abb_trend-1_24:before{content:"\e9d0"}.ABB_CommonUX_style__icon-abb_trend-2_24:before{content:"\e9d1"}.ABB_CommonUX_style__icon-abb_turbocharger_24:before{content:"\e9d2"}.ABB_CommonUX_style__icon-abb_undo_24:before{content:"\e9d3"}.ABB_CommonUX_style__icon-abb_unpin_24:before{content:"\e9d4"}.ABB_CommonUX_style__icon-abb_up_24:before{content:"\e9d5"}.ABB_CommonUX_style__icon-abb_up-arrow_24:before{content:"\e9d6"}.ABB_CommonUX_style__icon-abb_upload_24:before{content:"\e9d7"}.ABB_CommonUX_style__icon-abb_usb_24:before{content:"\e9d8"}.ABB_CommonUX_style__icon-abb_user_24:before{content:"\e9d9"}.ABB_CommonUX_style__icon-abb_user-in-circle_24:before{content:"\e9da"}.ABB_CommonUX_style__icon-abb_video-camera-off_24:before{content:"\e9db"}.ABB_CommonUX_style__icon-abb_video-camera-on_24:before{content:"\e9dc"}.ABB_CommonUX_style__icon-abb_video-chat_24:before{content:"\e9dd"}.ABB_CommonUX_style__icon-abb_view_24:before{content:"\e9de"}.ABB_CommonUX_style__icon-abb_voltage_24:before{content:"\e9df"}.ABB_CommonUX_style__icon-abb_warning-circle-1_24:before{content:"\e9e0"}.ABB_CommonUX_style__icon-abb_warning-circle-2_24:before{content:"\e9e1"}.ABB_CommonUX_style__icon-abb_warning-triangle_24:before{content:"\e9e2"}.ABB_CommonUX_style__icon-abb_wrench_24:before{content:"\e9e3"}.ABB_CommonUX_style__icon-abb_zoom-in_24:before{content:"\e9e4"}.ABB_CommonUX_style__icon-abb_zoom-out_24:before{content:"\e9e5"}.ABB_CommonUX_style__icon-abb_trend-3_24:before{content:"\e9e6"}.ABB_CommonUX_style__icon-abb_trend-scatter_24:before{content:"\e9e7"}.ABB_CommonUX_style__icon-abb_sort-ascending_24:before{content:"\e9e8"}.ABB_CommonUX_style__icon-abb_sort-descending_16:before{content:"\e9e9"}.ABB_CommonUX_style__icon-abb_advanced-settings_24:before{content:"\e9ea"}.ABB_CommonUX_style__icon-abb_align_24:before{content:"\e9eb"}.ABB_CommonUX_style__icon-abb_robot-axis_24:before{content:"\e9ec"}.ABB_CommonUX_style__icon-abb_calibration_24:before{content:"\e9ed"}.ABB_CommonUX_style__icon-abb_connection_24:before{content:"\e9ee"}.ABB_CommonUX_style__icon-abb_network-status_24:before{content:"\e9ef"}.ABB_CommonUX_style__icon-abb_create-backup_24:before{content:"\e9f0"}.ABB_CommonUX_style__icon-abb_data-editor_24:before{content:"\e9f1"}.ABB_CommonUX_style__icon-abb_execution-24:before{content:"\e9f2"}.ABB_CommonUX_style__icon-abb_hardware-devices_24:before{content:"\e9f3"}.ABB_CommonUX_style__icon-abb_io-devices_24:before{content:"\e9f4"}.ABB_CommonUX_style__icon-abb_joystick_24:before{content:"\e9f5"}.ABB_CommonUX_style__icon-abb_lead-through_24:before{content:"\e9f6"}.ABB_CommonUX_style__icon-abb_jog-linear_24:before{content:"\e9f7"}.ABB_CommonUX_style__icon-abb_document-excel_24:before{content:"\e9f8"}.ABB_CommonUX_style__icon-abb_document-pdf_24:before{content:"\e9f9"}.ABB_CommonUX_style__icon-abb_document-word_24:before{content:"\e9fa"}.ABB_CommonUX_style__icon-abb_modify-rapid-position_24:before{content:"\e9fb"}.ABB_CommonUX_style__icon-abb_software-module_24:before{content:"\e9fc"}.ABB_CommonUX_style__icon-abb_network-status-1_24:before{content:"\e9fe"}.ABB_CommonUX_style__icon-abb_network-status-2_24:before{content:"\e9ff"}.ABB_CommonUX_style__icon-abb_payload_24:before{content:"\ea00"}.ABB_CommonUX_style__icon-abb_jog-planar_24:before{content:"\ea01"}.ABB_CommonUX_style__icon-abb_software-program-and-modules_24:before{content:"\ea02"}.ABB_CommonUX_style__icon-abb_software-program-editor_24:before{content:"\ea03"}.ABB_CommonUX_style__icon-abb_software-program_24:before{content:"\ea04"}.ABB_CommonUX_style__icon-abb_program-pointer_24:before{content:"\ea05"}.ABB_CommonUX_style__icon-abb_rapid-tasks_24:before{content:"\ea06"}.ABB_CommonUX_style__icon-abb_jog-reorient_24:before{content:"\ea07"}.ABB_CommonUX_style__icon-abb_reset-user-data_24:before{content:"\ea09"}.ABB_CommonUX_style__icon-abb_restore-backup_24:before{content:"\ea0a"}.ABB_CommonUX_style__icon-abb_select_24:before{content:"\ea0b"}.ABB_CommonUX_style__icon-abb_software-routins_24:before{content:"\ea0c"}.ABB_CommonUX_style__icon-abb_network-signal-strength-level-1_24:before{content:"\ea0d"}.ABB_CommonUX_style__icon-abb_network-signal-strength-level-2_24_1:before{content:"\ea0e"}.ABB_CommonUX_style__icon-abb_network-signal-strength-level-3_24:before{content:"\ea0f"}.ABB_CommonUX_style__icon-abb_io-signals_24:before{content:"\ea10"}.ABB_CommonUX_style__icon-abb_software-resources_24:before{content:"\ea11"}.ABB_CommonUX_style__icon-abb_start-installer_24:before{content:"\ea12"}.ABB_CommonUX_style__icon-abb_step-in_24:before{content:"\ea13"}.ABB_CommonUX_style__icon-abb_step-out_24:before{content:"\ea14"}.ABB_CommonUX_style__icon-abb_step-over_24:before{content:"\ea15"}.ABB_CommonUX_style__icon-abb_touch_24:before{content:"\ea16"}.ABB_CommonUX_style__icon-abb_video_24:before{content:"\ea17"}.ABB_CommonUX_style__icon-abb_turn-clockwise_24:before{content:"\ea18"}.ABB_CommonUX_style__icon-abb_turn-clockwise-off-target-speed_24:before{content:"\ea19"}.ABB_CommonUX_style__icon-abb_turn-counter-clockwise-off-target-speed_24:before{content:"\ea1a"}.ABB_CommonUX_style__icon-abb_add-drives_24:before{content:"\ea1b"}.ABB_CommonUX_style__icon-abb_bearing_24:before{content:"\ea1d"}.ABB_CommonUX_style__icon-abb_cloud_24:before{content:"\ea1e"}.ABB_CommonUX_style__icon-abb_delete-drives_24:before{content:"\ea1f"}.ABB_CommonUX_style__icon-abb_download-from-cloud_24:before{content:"\ea20"}.ABB_CommonUX_style__icon-abb_drive-connected_24:before{content:"\ea21"}.ABB_CommonUX_style__icon-abb_drives-error_24:before{content:"\ea22"}.ABB_CommonUX_style__icon-abb_fieldbus_24:before{content:"\ea23"}.ABB_CommonUX_style__icon-abb_generator_24:before{content:"\ea24"}.ABB_CommonUX_style__icon-abb_maximum-value_24:before{content:"\ea26"}.ABB_CommonUX_style__icon-abb_minimum-value_24:before{content:"\ea27"}.ABB_CommonUX_style__icon-abb_not-allowed_24:before{content:"\ea28"}.ABB_CommonUX_style__icon-abb_powertrain_24:before{content:"\ea29"}.ABB_CommonUX_style__icon-abb_prevent-turning-fault_24:before{content:"\ea2a"}.ABB_CommonUX_style__icon-abb_target-value-range_24:before{content:"\ea2b"}.ABB_CommonUX_style__icon-abb_thumbnail-view_24:before{content:"\ea2c"}.ABB_CommonUX_style__icon-abb_train_24:before{content:"\ea2d"}.ABB_CommonUX_style__icon-abb_turn-counter-clockwise_24:before{content:"\ea2e"}.ABB_CommonUX_style__icon-abb_wheel_24:before{content:"\ea2f"}.ABB_CommonUX_style__icon-abb_wifi-network-disconnected_24:before{content:"\ea31"}.ABB_CommonUX_style__icon-abb_write-to-default_24:before{content:"\ea32"}.ABB_CommonUX_style__icon-abb_write-to-default-disabled_24:before{content:"\ea33"}.ABB_CommonUX_style__icon-abb_caret-down_24:before{content:"\ea1c"}.ABB_CommonUX_style__icon-abb_caret-left_24:before{content:"\ea34"}.ABB_CommonUX_style__icon-abb_caret-right_24:before{content:"\ea35"}.ABB_CommonUX_style__icon-abb_caret-up_24:before{content:"\ea36"}.ABB_CommonUX_style__icon-abb_close-light_24:before{content:"\ea37"}.ABB_CommonUX_style__icon-abb-triangle-down_24:before{content:"\ea38"}.ABB_CommonUX_style__icon-abb-triangle-left_24:before{content:"\ea39"}.ABB_CommonUX_style__icon-abb-triangle-right_24:before{content:"\ea3a"}.ABB_CommonUX_style__icon-abb-triangle-up_24:before{content:"\ea3b"}.ABB_CommonUX_style__icon-abb_check-mark-light_24:before{content:"\ea08"}.ABB_CommonUX_style__icon-abb_numbered-list_24:before{content:"\ea30"}.ABB_CommonUX_style__icon-abb_text-bold_24:before{content:"\ea3c"}.ABB_CommonUX_style__icon-abb_text-italic_24:before{content:"\ea3d"}.ABB_CommonUX_style__icon-abb_text-underline_24:before{content:"\ea3e"}@font-face{font-family:ABB-UI-Icons-32x32;src:url(/ABB-UI-Icons-32x32-1iF85.e9576caa.eot);src:url(/ABB-UI-Icons-32x32-1iF85.e9576caa.eot#iefix) format("embedded-opentype"),url(/ABB-UI-Icons-32x32-1euCU.e22cef79.woff2) format("woff2"),url(/ABB-UI-Icons-32x32-ZSFu9.df01bf42.ttf) format("truetype"),url(/ABB-UI-Icons-32x32-3BDlX.ae57881e.woff) format("woff"),url(/ABB-UI-Icons-32x32-3UUPO.192943c3.svg#ABB-UI-Icons-32x32) format("svg");font-weight:400;font-style:normal}.ABB_CommonUX_style__icon_abb_32{font-family:ABB-UI-Icons-32x32!important;font-size:32px;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ABB_CommonUX_style__icon-abb_add-user_32:before{content:"\e900"}.ABB_CommonUX_style__icon-abb_alarm-bell_32:before{content:"\e901"}.ABB_CommonUX_style__icon-abb_align-bottom_32:before{content:"\e902"}.ABB_CommonUX_style__icon-abb_align-horizontal-center_32:before{content:"\e903"}.ABB_CommonUX_style__icon-abb_align-left_32:before{content:"\e904"}.ABB_CommonUX_style__icon-abb_align-right_32:before{content:"\e905"}.ABB_CommonUX_style__icon-abb_align-top_32:before{content:"\e906"}.ABB_CommonUX_style__icon-abb_align-vertical-center_32:before{content:"\e907"}.ABB_CommonUX_style__icon-abb_analyze-document_32:before{content:"\e908"}.ABB_CommonUX_style__icon-abb_anchor_32:before{content:"\e909"}.ABB_CommonUX_style__icon-abb_audio-off_32:before{content:"\e90a"}.ABB_CommonUX_style__icon-abb_audio-on_32:before{content:"\e90b"}.ABB_CommonUX_style__icon-abb_background_32:before{content:"\e90c"}.ABB_CommonUX_style__icon-abb_bar-chart_32:before{content:"\e90d"}.ABB_CommonUX_style__icon-abb_battery-charging_32:before{content:"\e90e"}.ABB_CommonUX_style__icon-abb_battery-empty_32:before{content:"\e90f"}.ABB_CommonUX_style__icon-abb_battery-full_32:before{content:"\e910"}.ABB_CommonUX_style__icon-abb_battery-half_32:before{content:"\e911"}.ABB_CommonUX_style__icon-abb_battery-high_32:before{content:"\e912"}.ABB_CommonUX_style__icon-abb_battery-low_32:before{content:"\e913"}.ABB_CommonUX_style__icon-abb_binary-data_32:before{content:"\e914"}.ABB_CommonUX_style__icon-abb_bluetooth_32:before{content:"\e915"}.ABB_CommonUX_style__icon-abb_boolean_32:before{content:"\e916"}.ABB_CommonUX_style__icon-abb_briefcase_32:before{content:"\e917"}.ABB_CommonUX_style__icon-abb_bring-to-front_32:before{content:"\e918"}.ABB_CommonUX_style__icon-abb_broadcast_32:before{content:"\e919"}.ABB_CommonUX_style__icon-abb_calculator_32:before{content:"\e91a"}.ABB_CommonUX_style__icon-abb_calendar_32:before{content:"\e91b"}.ABB_CommonUX_style__icon-abb_call_32:before{content:"\e91c"}.ABB_CommonUX_style__icon-abb_camera_32:before{content:"\e91d"}.ABB_CommonUX_style__icon-abb_cart_32:before{content:"\e91e"}.ABB_CommonUX_style__icon-abb_certificate-document-1_32:before{content:"\e91f"}.ABB_CommonUX_style__icon-abb_certificate-document-2_32:before{content:"\e920"}.ABB_CommonUX_style__icon-abb_chat_32:before{content:"\e921"}.ABB_CommonUX_style__icon-abb_check-mark_32:before{content:"\e922"}.ABB_CommonUX_style__icon-abb_check-mark-circle-1_32:before{content:"\e923"}.ABB_CommonUX_style__icon-abb_check-mark-circle-2_32:before{content:"\e924"}.ABB_CommonUX_style__icon-abb_close_32:before{content:"\e925"}.ABB_CommonUX_style__icon-abb_comment_32:before{content:"\e926"}.ABB_CommonUX_style__icon-abb_computer_32:before{content:"\e927"}.ABB_CommonUX_style__icon-abb_connect_32:before{content:"\e928"}.ABB_CommonUX_style__icon-abb_controller-cabinet_32:before{content:"\e929"}.ABB_CommonUX_style__icon-abb_controls-and-settings_32:before{content:"\e92a"}.ABB_CommonUX_style__icon-abb_copy_32:before{content:"\e92b"}.ABB_CommonUX_style__icon-abb_cut_32:before{content:"\e92c"}.ABB_CommonUX_style__icon-abb_dashboard_32:before{content:"\e92d"}.ABB_CommonUX_style__icon-abb_database_32:before{content:"\e92e"}.ABB_CommonUX_style__icon-abb_database-new_32:before{content:"\e92f"}.ABB_CommonUX_style__icon-abb_decimal_32:before{content:"\e930"}.ABB_CommonUX_style__icon-abb_devices_32:before{content:"\e931"}.ABB_CommonUX_style__icon-abb_disconnect_32:before{content:"\e932"}.ABB_CommonUX_style__icon-abb_distribution_32:before{content:"\e933"}.ABB_CommonUX_style__icon-abb_document_32:before{content:"\e934"}.ABB_CommonUX_style__icon-abb_dollar_32:before{content:"\e935"}.ABB_CommonUX_style__icon-abb_double-down_32:before{content:"\e936"}.ABB_CommonUX_style__icon-abb_double-left_32:before{content:"\e937"}.ABB_CommonUX_style__icon-abb_double-right_32:before{content:"\e938"}.ABB_CommonUX_style__icon-abb_double-up_32:before{content:"\e939"}.ABB_CommonUX_style__icon-abb_down_32:before{content:"\e93a"}.ABB_CommonUX_style__icon-abb_down-arrow_32:before{content:"\e93b"}.ABB_CommonUX_style__icon-abb_download_32:before{content:"\e93c"}.ABB_CommonUX_style__icon-abb_drive_32:before{content:"\e93d"}.ABB_CommonUX_style__icon-abb_edit_32:before{content:"\e93e"}.ABB_CommonUX_style__icon-abb_end-call_32:before{content:"\e93f"}.ABB_CommonUX_style__icon-abb_envelope_32:before{content:"\e940"}.ABB_CommonUX_style__icon-abb_error-circle-1_32:before{content:"\e941"}.ABB_CommonUX_style__icon-abb_error-circle-2_32:before{content:"\e942"}.ABB_CommonUX_style__icon-abb_euro_32:before{content:"\e943"}.ABB_CommonUX_style__icon-abb_event_32:before{content:"\e944"}.ABB_CommonUX_style__icon-abb_export_32:before{content:"\e945"}.ABB_CommonUX_style__icon-abb_factory_32:before{content:"\e946"}.ABB_CommonUX_style__icon-abb_filter_32:before{content:"\e947"}.ABB_CommonUX_style__icon-abb_folder_32:before{content:"\e948"}.ABB_CommonUX_style__icon-abb_folder-new_32:before{content:"\e949"}.ABB_CommonUX_style__icon-abb_folder-open_32:before{content:"\e94a"}.ABB_CommonUX_style__icon-abb_forward_32:before{content:"\e94b"}.ABB_CommonUX_style__icon-abb_fullscreen_32:before{content:"\e94c"}.ABB_CommonUX_style__icon-abb_gauge_32:before{content:"\e94d"}.ABB_CommonUX_style__icon-abb_gbp_32:before{content:"\e94e"}.ABB_CommonUX_style__icon-abb_globe_32:before{content:"\e94f"}.ABB_CommonUX_style__icon-abb_group_32:before{content:"\e950"}.ABB_CommonUX_style__icon-abb_help-circle-1_32:before{content:"\e951"}.ABB_CommonUX_style__icon-abb_help-circle-2_32:before{content:"\e952"}.ABB_CommonUX_style__icon-abb_hide_32:before{content:"\e953"}.ABB_CommonUX_style__icon-abb_history_32:before{content:"\e954"}.ABB_CommonUX_style__icon-abb_home_32:before{content:"\e955"}.ABB_CommonUX_style__icon-abb_hour-glass_32:before{content:"\e956"}.ABB_CommonUX_style__icon-abb_image_32:before{content:"\e957"}.ABB_CommonUX_style__icon-abb_import_32:before{content:"\e958"}.ABB_CommonUX_style__icon-abb_information-circle-1_32:before{content:"\e959"}.ABB_CommonUX_style__icon-abb_information-circle-2_32:before{content:"\e95a"}.ABB_CommonUX_style__icon-abb_key_32:before{content:"\e95b"}.ABB_CommonUX_style__icon-abb_label_32:before{content:"\e95c"}.ABB_CommonUX_style__icon-abb_left_32:before{content:"\e95d"}.ABB_CommonUX_style__icon-abb_left-arrow_32:before{content:"\e95e"}.ABB_CommonUX_style__icon-abb_level_32:before{content:"\e95f"}.ABB_CommonUX_style__icon-abb_light-bulb_32:before{content:"\e960"}.ABB_CommonUX_style__icon-abb_link_32:before{content:"\e961"}.ABB_CommonUX_style__icon-abb_list_32:before{content:"\e962"}.ABB_CommonUX_style__icon-abb_location_32:before{content:"\e963"}.ABB_CommonUX_style__icon-abb_lock-closed_32:before{content:"\e964"}.ABB_CommonUX_style__icon-abb_lock-open_32:before{content:"\e965"}.ABB_CommonUX_style__icon-abb_log-in_32:before{content:"\e966"}.ABB_CommonUX_style__icon-abb_log-out_32:before{content:"\e967"}.ABB_CommonUX_style__icon-abb_magnet_32:before{content:"\e968"}.ABB_CommonUX_style__icon-abb_make-same-height_32:before{content:"\e969"}.ABB_CommonUX_style__icon-abb_make-same-size_32:before{content:"\e96a"}.ABB_CommonUX_style__icon-abb_make-same-width_32:before{content:"\e96b"}.ABB_CommonUX_style__icon-abb_map_32:before{content:"\e96c"}.ABB_CommonUX_style__icon-abb_matrix_32:before{content:"\e96d"}.ABB_CommonUX_style__icon-abb_maximize_32:before{content:"\e96e"}.ABB_CommonUX_style__icon-abb_menu_32:before{content:"\e96f"}.ABB_CommonUX_style__icon-abb_menu-narrow_32:before{content:"\e970"}.ABB_CommonUX_style__icon-abb_microphone_32:before{content:"\e971"}.ABB_CommonUX_style__icon-abb_microphone-off_32:before{content:"\e972"}.ABB_CommonUX_style__icon-abb_minimize_32:before{content:"\e973"}.ABB_CommonUX_style__icon-abb_minus_32:before{content:"\e974"}.ABB_CommonUX_style__icon-abb_minus-in-circle_32:before{content:"\e975"}.ABB_CommonUX_style__icon-abb_missed-call_32:before{content:"\e976"}.ABB_CommonUX_style__icon-abb_moon_32:before{content:"\e977"}.ABB_CommonUX_style__icon-abb_more_32:before{content:"\e978"}.ABB_CommonUX_style__icon-abb_motor_32:before{content:"\e979"}.ABB_CommonUX_style__icon-abb_network_32:before{content:"\e97a"}.ABB_CommonUX_style__icon-abb_new-document_32:before{content:"\e97b"}.ABB_CommonUX_style__icon-abb_numericals_32:before{content:"\e97c"}.ABB_CommonUX_style__icon-abb_object_32:before{content:"\e97d"}.ABB_CommonUX_style__icon-abb_object-container-1_32:before{content:"\e97e"}.ABB_CommonUX_style__icon-abb_object-container-2_32:before{content:"\e97f"}.ABB_CommonUX_style__icon-abb_open-in-new-window_32:before{content:"\e980"}.ABB_CommonUX_style__icon-abb_panel_32:before{content:"\e981"}.ABB_CommonUX_style__icon-abb_paper-clip_32:before{content:"\e982"}.ABB_CommonUX_style__icon-abb_paste_32:before{content:"\e983"}.ABB_CommonUX_style__icon-abb_pause_32:before{content:"\e984"}.ABB_CommonUX_style__icon-abb_pie-chart_32:before{content:"\e985"}.ABB_CommonUX_style__icon-abb_pin_32:before{content:"\e986"}.ABB_CommonUX_style__icon-abb_play_32:before{content:"\e987"}.ABB_CommonUX_style__icon-abb_plugin_32:before{content:"\e988"}.ABB_CommonUX_style__icon-abb_plus_32:before{content:"\e989"}.ABB_CommonUX_style__icon-abb_plus-in-circle_32:before{content:"\e98a"}.ABB_CommonUX_style__icon-abb_pop-out-window_32:before{content:"\e98b"}.ABB_CommonUX_style__icon-abb_power-on-off_32:before{content:"\e98c"}.ABB_CommonUX_style__icon-abb_pressure_32:before{content:"\e98d"}.ABB_CommonUX_style__icon-abb_print_32:before{content:"\e98e"}.ABB_CommonUX_style__icon-abb_pump_32:before{content:"\e98f"}.ABB_CommonUX_style__icon-abb_qr-code_32:before{content:"\e990"}.ABB_CommonUX_style__icon-abb_rearrange_32:before{content:"\e991"}.ABB_CommonUX_style__icon-abb_redo_32:before{content:"\e992"}.ABB_CommonUX_style__icon-abb_refresh_32:before{content:"\e993"}.ABB_CommonUX_style__icon-abb_reports_32:before{content:"\e994"}.ABB_CommonUX_style__icon-abb_resistor_32:before{content:"\e995"}.ABB_CommonUX_style__icon-abb_rewind_32:before{content:"\e996"}.ABB_CommonUX_style__icon-abb_right_32:before{content:"\e997"}.ABB_CommonUX_style__icon-abb_right-arrow_32:before{content:"\e998"}.ABB_CommonUX_style__icon-abb_robot_32:before{content:"\e999"}.ABB_CommonUX_style__icon-abb_robot-cabinet_32:before{content:"\e99a"}.ABB_CommonUX_style__icon-abb_robot-tool_32:before{content:"\e99b"}.ABB_CommonUX_style__icon-abb_rotate-left-90_32:before{content:"\e99c"}.ABB_CommonUX_style__icon-abb_rotate-left-180_32:before{content:"\e99d"}.ABB_CommonUX_style__icon-abb_rotate-right-270_32:before{content:"\e99e"}.ABB_CommonUX_style__icon-abb_rotate-left-270_321:before{content:"\e99f"}.ABB_CommonUX_style__icon-abb_rotate-right-90_32:before{content:"\e9a0"}.ABB_CommonUX_style__icon-abb_rotate-right-180_32:before{content:"\e9a1"}.ABB_CommonUX_style__icon-abb_save_32:before{content:"\e9a2"}.ABB_CommonUX_style__icon-abb_save-as_32:before{content:"\e9a3"}.ABB_CommonUX_style__icon-abb_screen_32:before{content:"\e9a4"}.ABB_CommonUX_style__icon-abb_search_32:before{content:"\e9a5"}.ABB_CommonUX_style__icon-abb_send-to-back_32:before{content:"\e9a6"}.ABB_CommonUX_style__icon-abb_server_32:before{content:"\e9a7"}.ABB_CommonUX_style__icon-abb_settings_32:before{content:"\e9a8"}.ABB_CommonUX_style__icon-abb_share_32:before{content:"\e9a9"}.ABB_CommonUX_style__icon-abb_shortcut_32:before{content:"\e9aa"}.ABB_CommonUX_style__icon-abb_shuffle_32:before{content:"\e9ab"}.ABB_CommonUX_style__icon-abb_skip-to-end_32:before{content:"\e9ac"}.ABB_CommonUX_style__icon-abb_skip-to-start_32:before{content:"\e9ad"}.ABB_CommonUX_style__icon-abb_sld-1_32:before{content:"\e9ae"}.ABB_CommonUX_style__icon-abb_sld-2_32:before{content:"\e9af"}.ABB_CommonUX_style__icon-abb_smartphone_32:before{content:"\e9b0"}.ABB_CommonUX_style__icon-abb_sort-alphabet-down_32:before{content:"\e9b1"}.ABB_CommonUX_style__icon-abb_sort-alphabet-up_32:before{content:"\e9b2"}.ABB_CommonUX_style__icon-abb_sort-date-down-1_32:before{content:"\e9b3"}.ABB_CommonUX_style__icon-abb_sort-date-down-2_32:before{content:"\e9b4"}.ABB_CommonUX_style__icon-abb_sort-date-up-1_32:before{content:"\e9b5"}.ABB_CommonUX_style__icon-abb_sort-date-up-2_32:before{content:"\e9b6"}.ABB_CommonUX_style__icon-abb_specification_32:before{content:"\e9b7"}.ABB_CommonUX_style__icon-abb_stairs_32:before{content:"\e9b8"}.ABB_CommonUX_style__icon-abb_star_32:before{content:"\e9b9"}.ABB_CommonUX_style__icon-abb_stop_32:before{content:"\e9ba"}.ABB_CommonUX_style__icon-abb_sun_32:before{content:"\e9bb"}.ABB_CommonUX_style__icon-abb_sun-2_32:before{content:"\e9bc"}.ABB_CommonUX_style__icon-abb_synchronize_32:before{content:"\e9bd"}.ABB_CommonUX_style__icon-abb_system_32:before{content:"\e9be"}.ABB_CommonUX_style__icon-abb_table_32:before{content:"\e9bf"}.ABB_CommonUX_style__icon-abb_temperature_32:before{content:"\e9c0"}.ABB_CommonUX_style__icon-abb_temperature-celsius-1_32:before{content:"\e9c1"}.ABB_CommonUX_style__icon-abb_temperature-celsius-2_32:before{content:"\e9c2"}.ABB_CommonUX_style__icon-abb_temperature-fahrenheit-1_32:before{content:"\e9c3"}.ABB_CommonUX_style__icon-abb_temperature-fahrenheit-2_32:before{content:"\e9c4"}.ABB_CommonUX_style__icon-abb_template_32:before{content:"\e9c5"}.ABB_CommonUX_style__icon-abb_template-new_32:before{content:"\e9c6"}.ABB_CommonUX_style__icon-abb_test_32:before{content:"\e9c7"}.ABB_CommonUX_style__icon-abb_text_32:before{content:"\e9c8"}.ABB_CommonUX_style__icon-abb_time_32:before{content:"\e9c9"}.ABB_CommonUX_style__icon-abb_time-and-date_32:before{content:"\e9ca"}.ABB_CommonUX_style__icon-abb_track-1_32:before{content:"\e9cb"}.ABB_CommonUX_style__icon-abb_track-2_32:before{content:"\e9cc"}.ABB_CommonUX_style__icon-abb_transformer_32:before{content:"\e9cd"}.ABB_CommonUX_style__icon-abb_trash_32:before{content:"\e9ce"}.ABB_CommonUX_style__icon-abb_tree-view_32:before{content:"\e9cf"}.ABB_CommonUX_style__icon-abb_trend-1_32:before{content:"\e9d0"}.ABB_CommonUX_style__icon-abb_trend-2_32:before{content:"\e9d1"}.ABB_CommonUX_style__icon-abb_turbocharger_32:before{content:"\e9d2"}.ABB_CommonUX_style__icon-abb_undo_32:before{content:"\e9d3"}.ABB_CommonUX_style__icon-abb_unpin_32:before{content:"\e9d4"}.ABB_CommonUX_style__icon-abb_up_32:before{content:"\e9d5"}.ABB_CommonUX_style__icon-abb_up-arrow_32:before{content:"\e9d6"}.ABB_CommonUX_style__icon-abb_upload_32:before{content:"\e9d7"}.ABB_CommonUX_style__icon-abb_usb_32:before{content:"\e9d8"}.ABB_CommonUX_style__icon-abb_user_32:before{content:"\e9d9"}.ABB_CommonUX_style__icon-abb_user-in-circle_32:before{content:"\e9da"}.ABB_CommonUX_style__icon-abb_video-camera-off_32:before{content:"\e9db"}.ABB_CommonUX_style__icon-abb_video-camera-on_32:before{content:"\e9dc"}.ABB_CommonUX_style__icon-abb_video-chat_32:before{content:"\e9dd"}.ABB_CommonUX_style__icon-abb_view_32:before{content:"\e9de"}.ABB_CommonUX_style__icon-abb_voltage_32:before{content:"\e9df"}.ABB_CommonUX_style__icon-abb_warning-circle-1_32:before{content:"\e9e0"}.ABB_CommonUX_style__icon-abb_warning-circle-2_32:before{content:"\e9e1"}.ABB_CommonUX_style__icon-abb_warning-triangle_32:before{content:"\e9e2"}.ABB_CommonUX_style__icon-abb_wrench_32:before{content:"\e9e3"}.ABB_CommonUX_style__icon-abb_zoom-in_32:before{content:"\e9e4"}.ABB_CommonUX_style__icon-abb_zoom-out_32:before{content:"\e9e5"}.ABB_CommonUX_style__icon-abb_trend-3_32:before{content:"\e9e6"}.ABB_CommonUX_style__icon-abb_trend-scatter_32:before{content:"\e9e7"}.ABB_CommonUX_style__icon-abb_sort-ascending_32:before{content:"\e9e8"}.ABB_CommonUX_style__icon-abb_sort-descending_32:before{content:"\e9e9"}.ABB_CommonUX_style__icon-abb_advanced-settings_32:before{content:"\e9ea"}.ABB_CommonUX_style__icon-abb_align_32:before{content:"\e9eb"}.ABB_CommonUX_style__icon-abb_robot-axis_32:before{content:"\e9ec"}.ABB_CommonUX_style__icon-abb_calibration_32:before{content:"\e9ed"}.ABB_CommonUX_style__icon-abb_connection_32:before{content:"\e9ee"}.ABB_CommonUX_style__icon-abb_network-status_32:before{content:"\e9ef"}.ABB_CommonUX_style__icon-abb_create-backup_32:before{content:"\e9f0"}.ABB_CommonUX_style__icon-abb_data-editor_32:before{content:"\e9f1"}.ABB_CommonUX_style__icon-abb_execution-32:before{content:"\e9f2"}.ABB_CommonUX_style__icon-abb_hardware-devices_32:before{content:"\e9f3"}.ABB_CommonUX_style__icon-abb_io-devices_32:before{content:"\e9f4"}.ABB_CommonUX_style__icon-abb_joystick_32:before{content:"\e9f5"}.ABB_CommonUX_style__icon-abb_lead-through_32:before{content:"\e9f6"}.ABB_CommonUX_style__icon-abb_jog-linear_32:before{content:"\e9f7"}.ABB_CommonUX_style__icon-abb_document-excel_32:before{content:"\e9f8"}.ABB_CommonUX_style__icon-abb_document-pdf_32:before{content:"\e9f9"}.ABB_CommonUX_style__icon-abb_document-word_32:before{content:"\e9fa"}.ABB_CommonUX_style__icon-abb_modify-rapid-position_32:before{content:"\e9fb"}.ABB_CommonUX_style__icon-abb_software-module_32:before{content:"\e9fc"}.ABB_CommonUX_style__icon-abb_network-status-1_32:before{content:"\e9fe"}.ABB_CommonUX_style__icon-abb_network-status-2_32:before{content:"\e9ff"}.ABB_CommonUX_style__icon-abb_payload_32:before{content:"\ea00"}.ABB_CommonUX_style__icon-abb_jog-planar_32:before{content:"\ea01"}.ABB_CommonUX_style__icon-abb_software-program-and-modules_32:before{content:"\ea02"}.ABB_CommonUX_style__icon-abb_software-program-editor_32:before{content:"\ea03"}.ABB_CommonUX_style__icon-abb_software-program_32:before{content:"\ea04"}.ABB_CommonUX_style__icon-abb_program-pointer_32:before{content:"\ea05"}.ABB_CommonUX_style__icon-abb_rapid-tasks_32:before{content:"\ea06"}.ABB_CommonUX_style__icon-abb_jog-reorient_32:before{content:"\ea07"}.ABB_CommonUX_style__icon-abb_reset-user-data_32:before{content:"\ea09"}.ABB_CommonUX_style__icon-abb_restore-backup_32:before{content:"\ea0a"}.ABB_CommonUX_style__icon-abb_select_32:before{content:"\ea0b"}.ABB_CommonUX_style__icon-abb_software-routins_32:before{content:"\ea0c"}.ABB_CommonUX_style__icon-abb_network-signal-strength-level-1_32:before{content:"\ea0d"}.ABB_CommonUX_style__icon-abb_network-signal-strength-level-2_32:before{content:"\ea0e"}.ABB_CommonUX_style__icon-abb_network-signal-strength-level-3_32:before{content:"\ea0f"}.ABB_CommonUX_style__icon-abb_io-signals_32:before{content:"\ea10"}.ABB_CommonUX_style__icon-abb_software-resources_32:before{content:"\ea11"}.ABB_CommonUX_style__icon-abb_start-installer_32:before{content:"\ea12"}.ABB_CommonUX_style__icon-abb_step-in_32:before{content:"\ea13"}.ABB_CommonUX_style__icon-abb_step-out_32:before{content:"\ea14"}.ABB_CommonUX_style__icon-abb_step-over_32:before{content:"\ea15"}.ABB_CommonUX_style__icon-abb_touch_32:before{content:"\ea16"}.ABB_CommonUX_style__icon-abb_video_32:before{content:"\ea17"}.ABB_CommonUX_style__icon-abb_turn-clockwise_32:before{content:"\ea18"}.ABB_CommonUX_style__icon-abb_turn-clockwise-off-target-speed_32:before{content:"\ea19"}.ABB_CommonUX_style__icon-abb_turn-counter-clockwise-off-target-speed_32:before{content:"\ea1a"}.ABB_CommonUX_style__icon-abb_add-drives_32:before{content:"\ea1b"}.ABB_CommonUX_style__icon-abb_bearing_32:before{content:"\ea1d"}.ABB_CommonUX_style__icon-abb_cloud_32:before{content:"\ea1e"}.ABB_CommonUX_style__icon-abb_delete-drives_32:before{content:"\ea1f"}.ABB_CommonUX_style__icon-abb_download-from-cloud_32:before{content:"\ea20"}.ABB_CommonUX_style__icon-abb_drive-connected_32:before{content:"\ea21"}.ABB_CommonUX_style__icon-abb_drives-error_32:before{content:"\ea22"}.ABB_CommonUX_style__icon-abb_fieldbus_32:before{content:"\ea23"}.ABB_CommonUX_style__icon-abb_generator_32:before{content:"\ea24"}.ABB_CommonUX_style__icon-abb_maximum-value_32:before{content:"\ea26"}.ABB_CommonUX_style__icon-abb_minimum-value_32:before{content:"\ea27"}.ABB_CommonUX_style__icon-abb_not-allowed_32:before{content:"\ea28"}.ABB_CommonUX_style__icon-abb_powertrain_32:before{content:"\ea29"}.ABB_CommonUX_style__icon-abb_prevent-turning-fault_32:before{content:"\ea2a"}.ABB_CommonUX_style__icon-abb_target-value-range_32:before{content:"\ea2b"}.ABB_CommonUX_style__icon-abb_thumbnail-view_32:before{content:"\ea2c"}.ABB_CommonUX_style__icon-abb_train_32:before{content:"\ea2d"}.ABB_CommonUX_style__icon-abb_turn-counter-clockwise_32:before{content:"\ea2e"}.ABB_CommonUX_style__icon-abb_wheel_32:before{content:"\ea2f"}.ABB_CommonUX_style__icon-abb_wifi-network-disconnected_32:before{content:"\ea31"}.ABB_CommonUX_style__icon-abb_write-to-default_32:before{content:"\ea32"}.ABB_CommonUX_style__icon-abb_write-to-default-disabled_32:before{content:"\ea33"}.ABB_CommonUX_style__icon-abb_caret-down_32:before{content:"\ea08"}.ABB_CommonUX_style__icon-abb_caret-left_32:before{content:"\ea1c"}.ABB_CommonUX_style__icon-abb_caret-right_32:before{content:"\ea30"}.ABB_CommonUX_style__icon-abb_caret-up_32:before{content:"\ea34"}.ABB_CommonUX_style__icon-abb_close-light_32:before{content:"\ea35"}.ABB_CommonUX_style__icon-abb-triangle-down_32:before{content:"\ea36"}.ABB_CommonUX_style__icon-abb-triangle-left_32:before{content:"\ea37"}.ABB_CommonUX_style__icon-abb-triangle-right_32:before{content:"\ea38"}.ABB_CommonUX_style__icon-abb-triangle-up_32:before{content:"\ea39"}.ABB_CommonUX_style__icon-abb_check-mark-light_32:before{content:"\ea3a"}.ABB_CommonUX_style__icon-abb_numbered-list_32:before{content:"\ea3b"}.ABB_CommonUX_style__icon-abb_text-bold_32:before{content:"\ea3c"}.ABB_CommonUX_style__icon-abb_text-italic_32:before{content:"\ea3d"}.ABB_CommonUX_style__icon-abb_text-underline_32:before{content:"\ea3e"}.ABB_CommonUX_Icon__root{box-sizing:border-box}.ABB_CommonUX_CloseIcon__root{line-height:16px;border-radius:50%;cursor:pointer;background-color:transparent;box-sizing:border-box}.ABB_CommonUX_CloseIcon__root.ABB_CommonUX_CloseIcon__extrasmall{padding:0;height:16px;width:16px}.ABB_CommonUX_CloseIcon__root.ABB_CommonUX_CloseIcon__small{padding:2px;height:20px;width:20px}.ABB_CommonUX_CloseIcon__root.ABB_CommonUX_CloseIcon__medium{padding:4px;height:24px;width:24px}.ABB_CommonUX_CloseIcon__root.ABB_CommonUX_CloseIcon__large{padding:4px;height:32px;width:32px}.ABB_CommonUX_CloseIcon__root.ABB_CommonUX_CloseIcon__light{color:#1f1f1f}.ABB_CommonUX_CloseIcon__root.ABB_CommonUX_CloseIcon__light:hover{background-color:hsla(0,0%,51.8%,.3)}.ABB_CommonUX_CloseIcon__root.ABB_CommonUX_CloseIcon__light:active{background-color:hsla(0,0%,51.8%,.6)}.ABB_CommonUX_CloseIcon__root.ABB_CommonUX_CloseIcon__dark{color:#dbdbdb}.ABB_CommonUX_CloseIcon__root.ABB_CommonUX_CloseIcon__dark:hover{background-color:hsla(0,0%,100%,.3)}.ABB_CommonUX_CloseIcon__root.ABB_CommonUX_CloseIcon__dark:active{background-color:hsla(0,0%,100%,.6)}.ABB_CommonUX_TabControl__root{padding:0;margin:0;display:flex;flex-direction:column;align-items:stretch}.ABB_CommonUX_TabControl__root>ul{height:32px;list-style:none;padding:0;border:none;font-size:14px;font-weight:400;font-family:ABBVoice-medium;margin:0;display:flex;flex-direction:row;box-sizing:border-box;transition:padding .3s}.ABB_CommonUX_TabControl__root>ul>li{padding:0;margin:0;position:relative;height:auto;display:inline-flex;cursor:pointer}.ABB_CommonUX_TabControl__root>ul>li>.ABB_CommonUX_TabControl__headerPadding{flex:1 1 auto;width:16px;max-width:16px;min-width:16px}.ABB_CommonUX_TabControl__root>ul>li>.ABB_CommonUX_TabControl__headerPaddingWithClose{flex:1 1 auto;max-width:32px;min-width:32px;width:32px}.ABB_CommonUX_TabControl__root>ul>li>a{flex:2 0 auto;display:inline-block;text-align:left;text-decoration:none;line-height:16px;white-space:nowrap;transition:all .3s cubic-bezier(.18,.24,.29,.96);vertical-align:top;position:relative;font-weight:400;color:#1f1f1f;padding:8px 0}.ABB_CommonUX_TabControl__root>ul>li.ABB_CommonUX_TabControl__tabAddControl{max-width:32px}.ABB_CommonUX_TabControl__root>ul>li.ABB_CommonUX_TabControl__tabAddControl>a{padding:8px}.ABB_CommonUX_TabControl__root>ul>li>span{visibility:hidden;padding:6px 4px;position:absolute;top:0;right:0}.ABB_CommonUX_TabControl__root>ul>li:hover>span{visibility:visible}.ABB_CommonUX_TabControl__root>ul>li:after{content:" ";position:absolute;left:0;right:0;top:0;height:2px;background:transparent;width:100%;transition:all .3s cubic-bezier(.18,.24,.29,.96);pointer-events:none}.ABB_CommonUX_TabControl__root>ul>li.ABB_CommonUX_TabControl__disabled>a{cursor:not-allowed}.ABB_CommonUX_TabControl__root>.ABB_CommonUX_TabControl__content{flex:2 0 auto;overflow:auto;max-height:calc(100% - 32px)}.ABB_CommonUX_TabControl__root.ABB_CommonUX_TabControl__defaultPadLeft>ul{padding-left:32px;transition:padding .3s}.ABB_CommonUX_TabControl__root.ABB_CommonUX_TabControl__primary>ul>li{margin-right:8px}.ABB_CommonUX_TabControl__root.ABB_CommonUX_TabControl__primary>ul>li:after{content:" ";position:absolute;left:0;right:0;top:0;height:2px;background:transparent;width:100%;transition:all .3s cubic-bezier(.18,.24,.29,.96)}.ABB_CommonUX_TabControl__root.ABB_CommonUX_TabControl__primary>ul>li>a{height:32px}.ABB_CommonUX_TabControl__root.ABB_CommonUX_TabControl__secondary>ul{background:transparent}.ABB_CommonUX_TabControl__root.ABB_CommonUX_TabControl__secondary>ul>li{border-top:1px solid transparent}.ABB_CommonUX_TabControl__root.ABB_CommonUX_TabControl__secondary>ul>li:after{top:-1px}.ABB_CommonUX_TabControl__root.ABB_CommonUX_TabControl__secondary>ul>li>a{height:31px}.ABB_CommonUX_TabControl__root.ABB_CommonUX_TabControl__panel>ul{background:transparent}.ABB_CommonUX_TabControl__root.ABB_CommonUX_TabControl__panel>ul>li>a{height:32px}.ABB_CommonUX_TabControl__root.ABB_CommonUX_TabControl__panel>ul>li:after,.ABB_CommonUX_TabControl__root.ABB_CommonUX_TabControl__panel>ul>li:before{height:100%;border-top:2px solid transparent;border-left:1px solid transparent;border-right:1px solid transparent}.ABB_CommonUX_TabControl__root.ABB_CommonUX_TabControl__panel>ul>li.ABB_CommonUX_TabControl__active:before{height:3px}.ABB_CommonUX_TabControl__light>ul>li:not(.ABB_CommonUX_TabControl__disabled).ABB_CommonUX_TabControl__active>a,.ABB_CommonUX_TabControl__light>ul>li:not(.ABB_CommonUX_TabControl__disabled):hover>a,.ABB_CommonUX_TabControl__light>ul>li>a{color:#1f1f1f}.ABB_CommonUX_TabControl__light>ul>li.ABB_CommonUX_TabControl__disabled{background-color:#ebebeb}.ABB_CommonUX_TabControl__light>ul>li.ABB_CommonUX_TabControl__disabled>a{color:rgba(31,31,31,.5)}.ABB_CommonUX_TabControl__light.ABB_CommonUX_TabControl__primary>ul>li{background:#dbdbdb}.ABB_CommonUX_TabControl__light.ABB_CommonUX_TabControl__primary>ul>li.ABB_CommonUX_TabControl__disabled{background-color:#ebebeb}.ABB_CommonUX_TabControl__light.ABB_CommonUX_TabControl__primary>ul>li:hover>span{color:#1f1f1f}.ABB_CommonUX_TabControl__light.ABB_CommonUX_TabControl__primary>ul>li:before{background:rgba(31,31,31,.1)}.ABB_CommonUX_TabControl__light.ABB_CommonUX_TabControl__primary>ul>li:not(.ABB_CommonUX_TabControl__disabled).ABB_CommonUX_TabControl__active{background:#fff}.ABB_CommonUX_TabControl__light.ABB_CommonUX_TabControl__primary>ul>li:not(.ABB_CommonUX_TabControl__disabled).ABB_CommonUX_TabControl__active:after{background-color:#36f}.ABB_CommonUX_TabControl__light.ABB_CommonUX_TabControl__primary>ul>li:not(.ABB_CommonUX_TabControl__disabled):hover:not(.ABB_CommonUX_TabControl__active){background-color:#bababa}.ABB_CommonUX_TabControl__light.ABB_CommonUX_TabControl__secondary>ul>li{border-top-color:#bababa}.ABB_CommonUX_TabControl__light.ABB_CommonUX_TabControl__secondary>ul>li.ABB_CommonUX_TabControl__disabled{border-top-color:#dbdbdb}.ABB_CommonUX_TabControl__light.ABB_CommonUX_TabControl__secondary>ul>li:not(.ABB_CommonUX_TabControl__disabled).ABB_CommonUX_TabControl__active{background-color:transparent}.ABB_CommonUX_TabControl__light.ABB_CommonUX_TabControl__secondary>ul>li:not(.ABB_CommonUX_TabControl__disabled).ABB_CommonUX_TabControl__active:after{background-color:#36f}.ABB_CommonUX_TabControl__light.ABB_CommonUX_TabControl__secondary>ul>li:not(.ABB_CommonUX_TabControl__disabled):hover:not(.ABB_CommonUX_TabControl__active){background-color:#ebebeb}.ABB_CommonUX_TabControl__light.ABB_CommonUX_TabControl__panel>ul>li.ABB_CommonUX_TabControl__active:before{content:" ";position:absolute;bottom:-3px;left:1px;right:1px;height:3px;background:#fff}.ABB_CommonUX_TabControl__light.ABB_CommonUX_TabControl__panel>ul>li:not(.ABB_CommonUX_TabControl__active){border-bottom-color:transparent}.ABB_CommonUX_TabControl__light.ABB_CommonUX_TabControl__panel>ul>li:not(.ABB_CommonUX_TabControl__disabled).ABB_CommonUX_TabControl__active:after{border-top-color:#848484;border-left-color:#ebebeb;border-right-color:#ebebeb}.ABB_CommonUX_TabControl__light.ABB_CommonUX_TabControl__panel>ul>li:not(.ABB_CommonUX_TabControl__disabled):hover:not(.ABB_CommonUX_TabControl__active):after{border-top-color:#686868;border-left-color:#ebebeb;border-right-color:#ebebeb}.ABB_CommonUX_TabControl__light.ABB_CommonUX_TabControl__panel>.ABB_CommonUX_TabControl__content{border-top:1px solid #ebebeb}.ABB_CommonUX_TabControl__light.ABB_CommonUX_TabControl__panel>.ABB_CommonUX_TabControl__content.ABB_CommonUX_TabControl__borderOnContent{border:1px solid #ebebeb}.ABB_CommonUX_TabControl__light>.ABB_CommonUX_TabControl__content{background-color:#fff}.ABB_CommonUX_TabControl__dark>ul>li:not(.ABB_CommonUX_TabControl__disabled).ABB_CommonUX_TabControl__active>a,.ABB_CommonUX_TabControl__dark>ul>li:not(.ABB_CommonUX_TabControl__disabled):hover>a,.ABB_CommonUX_TabControl__dark>ul>li>a{color:#dbdbdb}.ABB_CommonUX_TabControl__dark>ul>li.ABB_CommonUX_TabControl__disabled>a{opacity:.5}.ABB_CommonUX_TabControl__dark.ABB_CommonUX_TabControl__primary>ul>li{background:#3d3d3d}.ABB_CommonUX_TabControl__dark.ABB_CommonUX_TabControl__primary>ul>li.ABB_CommonUX_TabControl__disabled{background-color:#3d3d3d}.ABB_CommonUX_TabControl__dark.ABB_CommonUX_TabControl__primary>ul>li:hover>span{color:#dbdbdb}.ABB_CommonUX_TabControl__dark.ABB_CommonUX_TabControl__primary>ul>li:before{background:rgba(31,31,31,.1)}.ABB_CommonUX_TabControl__dark.ABB_CommonUX_TabControl__primary>ul>li:not(.ABB_CommonUX_TabControl__disabled).ABB_CommonUX_TabControl__active{background:#2e2e2e}.ABB_CommonUX_TabControl__dark.ABB_CommonUX_TabControl__primary>ul>li:not(.ABB_CommonUX_TabControl__disabled).ABB_CommonUX_TabControl__active:after{background:#36f}.ABB_CommonUX_TabControl__dark.ABB_CommonUX_TabControl__primary>ul>li:not(.ABB_CommonUX_TabControl__disabled):hover:not(.ABB_CommonUX_TabControl__active){background-color:#686868}.ABB_CommonUX_TabControl__dark.ABB_CommonUX_TabControl__secondary>ul>li{border-top-color:#686868}.ABB_CommonUX_TabControl__dark.ABB_CommonUX_TabControl__secondary>ul>li.ABB_CommonUX_TabControl__disabled{border-top-color:#525252;background:hsla(0,0%,85.9%,.5)}.ABB_CommonUX_TabControl__dark.ABB_CommonUX_TabControl__secondary>ul>li:not(.ABB_CommonUX_TabControl__disabled).ABB_CommonUX_TabControl__active{background-color:transparent}.ABB_CommonUX_TabControl__dark.ABB_CommonUX_TabControl__secondary>ul>li:not(.ABB_CommonUX_TabControl__disabled).ABB_CommonUX_TabControl__active:after{background:#36f}.ABB_CommonUX_TabControl__dark.ABB_CommonUX_TabControl__secondary>ul>li:not(.ABB_CommonUX_TabControl__disabled):hover:not(.ABB_CommonUX_TabControl__active){background-color:#3d3d3d;color:#dbdbdb}.ABB_CommonUX_TabControl__dark.ABB_CommonUX_TabControl__panel>ul>li.ABB_CommonUX_TabControl__active:before{content:" ";position:absolute;bottom:-3px;left:0;right:0;height:3px;background:#2e2e2e}.ABB_CommonUX_TabControl__dark.ABB_CommonUX_TabControl__panel>ul>li:not(.ABB_CommonUX_TabControl__active){border-bottom-color:transparent}.ABB_CommonUX_TabControl__dark.ABB_CommonUX_TabControl__panel>ul>li:not(.ABB_CommonUX_TabControl__disabled).ABB_CommonUX_TabControl__active:after{border-top-color:#dbdbdb;border-left-color:#686868;border-right-color:#686868}.ABB_CommonUX_TabControl__dark.ABB_CommonUX_TabControl__panel>ul>li:not(.ABB_CommonUX_TabControl__disabled):hover:not(.ABB_CommonUX_TabControl__active):after{border-top-color:#848484;border-bottom-color:#686868}.ABB_CommonUX_TabControl__dark.ABB_CommonUX_TabControl__panel>.ABB_CommonUX_TabControl__content{border-top:1px solid #1f1f1f}.ABB_CommonUX_TabControl__dark.ABB_CommonUX_TabControl__panel>.ABB_CommonUX_TabControl__content.ABB_CommonUX_TabControl__borderOnContent{border:1px solid #686868}.ABB_CommonUX_TabControl__dark>.ABB_CommonUX_TabControl__content{color:#dbdbdb;background-color:#2e2e2e}.ABB_CommonUX_TabControl__tabItemRoot{padding:16px;display:none}.ABB_CommonUX_TabControl__tabItemRoot.ABB_CommonUX_TabControl__activeContent{display:block}@font-face{font-family:ABBVoice-light;src:url(/ABBvoice_W_Lt-1rQKI.bb64fe13.eot);src:url(/ABBvoice_W_Lt-1rQKI.bb64fe13.eot?#iefix) format("embedded-opentype"),url(/ABBvoice_W_Lt-3Vcoi.04b81fc1.woff2) format("woff2"),url(/ABBvoice_W_Lt-7ibc6.db7fc7bc.woff) format("woff"),url(/ABBvoice_W_Lt-1WmEF.8d2938f4.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:ABBVoice;src:url(/ABBvoice_W_Rg-1xI08.afac0a08.eot);src:url(/ABBvoice_W_Rg-1xI08.afac0a08.eot?#iefix) format("embedded-opentype"),url(/ABBvoice_W_Rg-3gwTF.28591b33.woff2) format("woff2"),url(/ABBvoice_W_Rg-1diyD.78c9d970.woff) format("woff"),url(/ABBvoice_W_Rg-1vbU5.4ddc000d.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:ABBVoice-medium;src:url(/ABBvoice_W_Md-pDvO8.ff7fc6a1.eot);src:url(/ABBvoice_W_Md-pDvO8.ff7fc6a1.eot?#iefix) format("embedded-opentype"),url(/ABBvoice_W_Md-XAjtC.cf683a5d.woff2) format("woff2"),url(/ABBvoice_W_Md-CU7IB.8e8e5248.woff) format("woff"),url(/ABBvoice_W_Md-2DQjg.bda17c68.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:ABBVoice-bold;src:url(/ABBvoice_W_Bd-3oaOM.a606f79e.eot);src:url(/ABBvoice_W_Bd-3oaOM.a606f79e.eot?#iefix) format("embedded-opentype"),url(/ABBvoice_W_Bd-3Yy-y.83e92bc6.woff2) format("woff2"),url(/ABBvoice_W_Bd-2OstQ.45950faa.woff) format("woff"),url(/ABBvoice_W_Bd-37FVJ.67d98b1c.ttf) format("truetype");font-weight:700;font-style:normal}body{font-family:ABBvoice,sans-serif;-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}.ABB_CommonUX_AppContainer__root{display:flex;flex-direction:column;height:100vh;overflow:hidden;background:#ebebeb}.ABB_CommonUX_AppContent__root{flex:1;display:flex;flex-direction:row;width:100vw}.ABB_CommonUX_AppContent__root.ABB_CommonUX_AppContent__light{background:#ebebeb}.ABB_CommonUX_AppContent__root.ABB_CommonUX_AppContent__dark{background:#0f0f0f}.ABB_CommonUX_AppFooter__root{min-height:32px;padding:16px 24px 16px 8px;font-size:12px;line-height:16px;display:flex;flex-direction:row;box-sizing:border-box}.ABB_CommonUX_AppFooter__root>.ABB_CommonUX_AppFooter__content{flex:2}.ABB_CommonUX_AppFooter__root>.ABB_CommonUX_AppFooter__copyrightOrLogo{margin-left:80px;flex:0;white-space:nowrap}.ABB_CommonUX_AppFooter__root>.ABB_CommonUX_AppFooter__copyrightOrLogo>.ABB_CommonUX_AppFooter__copyright{font-family:ABBVoice-medium}.ABB_CommonUX_AppFooter__root>.ABB_CommonUX_AppFooter__copyrightOrLogo>.ABB_CommonUX_AppFooter__logo{background-size:contain;margin:auto;width:40px;height:15px}.ABB_CommonUX_AppFooter__root.ABB_CommonUX_AppFooter__light{background:#ebebeb;color:#686868}.ABB_CommonUX_AppFooter__root.ABB_CommonUX_AppFooter__light>.ABB_CommonUX_AppFooter__copyrightOrLogo>.ABB_CommonUX_AppFooter__copyright{color:#1f1f1f}.ABB_CommonUX_AppFooter__root.ABB_CommonUX_AppFooter__light>.ABB_CommonUX_AppFooter__copyrightOrLogo>.ABB_CommonUX_AppFooter__logo{background:url(/ABB_logo_dark-1d6eg.fe9ceffc.svg) no-repeat}.ABB_CommonUX_AppFooter__root.ABB_CommonUX_AppFooter__dark{background:#0f0f0f;color:#848484}.ABB_CommonUX_AppFooter__root.ABB_CommonUX_AppFooter__dark>.ABB_CommonUX_AppFooter__copyrightOrLogo>.ABB_CommonUX_AppFooter__copyright{color:#dbdbdb}.ABB_CommonUX_AppFooter__root.ABB_CommonUX_AppFooter__dark>.ABB_CommonUX_AppFooter__copyrightOrLogo>.ABB_CommonUX_AppFooter__logo{background:url(/ABB_logo_light-2SReK.45bf92a9.svg) no-repeat}.ABB_CommonUX_AppHeader__root{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;min-height:32px;align-items:stretch;font-size:16px;z-index:2}.ABB_CommonUX_AppHeader__root.ABB_CommonUX_AppHeader__light{background:#fff;color:#1f1f1f}.ABB_CommonUX_AppHeader__root.ABB_CommonUX_AppHeader__dark{background:#2e2e2e;color:#dbdbdb}.ABB_CommonUX_AppHeader__spacer,::ng-deep .ABB_CommonUX_AppHeader__spacer{flex:2}.ABB_CommonUX_AppLeftPane__root{display:flex;position:relative;flex-direction:column;transition:width .3s ease-in-out;box-sizing:border-box;margin-top:4px}.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__hidden{width:8px}.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__collapsed{width:48px}.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__semi{width:96px}.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__expanded{width:300px}.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__showRightBorder{border-right:1px solid #848484}.ABB_CommonUX_AppLeftPane__root>.ABB_CommonUX_AppLeftPane__leftPaneContent{overflow:hidden;flex:1;display:flex;flex-direction:column}.ABB_CommonUX_AppLeftPane__root>.ABB_CommonUX_AppLeftPane__search{height:32px;margin-right:8px}.ABB_CommonUX_AppLeftPane__root>.ABB_CommonUX_AppLeftPane__title{margin-top:36px;margin-left:8px;font-size:14px}.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__showVisibilityToggle>.ABB_CommonUX_AppLeftPane__leftPaneContent{margin-top:36px}.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__showVisibilityToggle.ABB_CommonUX_AppLeftPane__searchBelow>.ABB_CommonUX_AppLeftPane__leftPaneContent,.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__showVisibilityToggle.ABB_CommonUX_AppLeftPane__title>.ABB_CommonUX_AppLeftPane__leftPaneContent{margin-top:4px}.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__showVisibilityToggle.ABB_CommonUX_AppLeftPane__searchInline>.ABB_CommonUX_AppLeftPane__search{position:absolute;left:40px;right:0}.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__showVisibilityToggle.ABB_CommonUX_AppLeftPane__searchBelow>.ABB_CommonUX_AppLeftPane__search{margin-top:36px;margin-left:8px}.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__showVisibilityToggle.ABB_CommonUX_AppLeftPane__title.ABB_CommonUX_AppLeftPane__searchBelow>.ABB_CommonUX_AppLeftPane__search{margin-top:16px;margin-bottom:4px}.ABB_CommonUX_AppLeftPane__root:not(.ABB_CommonUX_AppLeftPane__showVisibilityToggle)>.ABB_CommonUX_AppLeftPane__search{margin-left:8px;margin-bottom:4px}.ABB_CommonUX_AppLeftPane__root:not(.ABB_CommonUX_AppLeftPane__showVisibilityToggle)>.ABB_CommonUX_AppLeftPane__title{margin-top:4px}.ABB_CommonUX_AppLeftPane__root:not(.ABB_CommonUX_AppLeftPane__showVisibilityToggle).ABB_CommonUX_AppLeftPane__title>.ABB_CommonUX_AppLeftPane__search{margin-top:16px}.ABB_CommonUX_AppLeftPane__root:not(.ABB_CommonUX_AppLeftPane__showVisibilityToggle)>.ABB_CommonUX_AppLeftPane__leftPaneContent{margin-top:4px}.ABB_CommonUX_AppLeftPane__root>.ABB_CommonUX_AppLeftPane__collapserIcon{height:32px;width:32px;position:absolute;top:4px;left:8px;z-index:1}.ABB_CommonUX_AppLeftPane__root>.ABB_CommonUX_AppLeftPane__collapserIcon:hover{color:#1b7ac2}.ABB_CommonUX_AppLeftPane__root>.ABB_CommonUX_AppLeftPane__collapserIcon>i{margin:4px}.ABB_CommonUX_AppLeftPane__root>.ABB_CommonUX_AppLeftPane__collapserIcon>span{display:inline-block;transition:all .6s ease-in-out;transform:rotateY(180deg)}.ABB_CommonUX_AppLeftPane__root:after{content:" ";position:absolute;top:0;bottom:0;left:0;right:0;opacity:0;pointer-events:none}.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__expanded:after{-webkit-animation:ABB_CommonUX_AppLeftPane__semiOpacityAnimation .3s ease-in-out 1;animation:ABB_CommonUX_AppLeftPane__semiOpacityAnimation .3s ease-in-out 1}.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__semi:after{-webkit-animation:ABB_CommonUX_AppLeftPane__expandedOpacityAnimation .3s ease-in-out 1;animation:ABB_CommonUX_AppLeftPane__expandedOpacityAnimation .3s ease-in-out 1}.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__collapsed>.ABB_CommonUX_AppLeftPane__collapserIcon>span,.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__hidden>.ABB_CommonUX_AppLeftPane__collapserIcon>span{transform:rotateY(0deg)}.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__collapsed:after{-webkit-animation:ABB_CommonUX_AppLeftPane__collapsedOpacityAnimation .3s ease-in-out 1;animation:ABB_CommonUX_AppLeftPane__collapsedOpacityAnimation .3s ease-in-out 1}.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__hidden:after{opacity:1}.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__light{background:#ebebeb;color:#1f1f1f}.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__light:after,.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__light>.ABB_CommonUX_AppLeftPane__collapserIcon{background:#ebebeb}.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__dark{background:#0f0f0f;color:#dbdbdb}.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__dark:after,.ABB_CommonUX_AppLeftPane__root.ABB_CommonUX_AppLeftPane__dark>.ABB_CommonUX_AppLeftPane__collapserIcon{background:#0f0f0f}@-webkit-keyframes ABB_CommonUX_AppLeftPane__collapsedOpacityAnimation{0%{opacity:1}50%{opacity:1}75%{opacity:.5}to{opacity:0}}@keyframes ABB_CommonUX_AppLeftPane__collapsedOpacityAnimation{0%{opacity:1}50%{opacity:1}75%{opacity:.5}to{opacity:0}}@-webkit-keyframes ABB_CommonUX_AppLeftPane__semiOpacityAnimation{0%{opacity:1}50%{opacity:1}75%{opacity:.5}to{opacity:0}}@keyframes ABB_CommonUX_AppLeftPane__semiOpacityAnimation{0%{opacity:1}50%{opacity:1}75%{opacity:.5}to{opacity:0}}@-webkit-keyframes ABB_CommonUX_AppLeftPane__expandedOpacityAnimation{0%{opacity:1}50%{opacity:1}75%{opacity:.5}to{opacity:0}}@keyframes ABB_CommonUX_AppLeftPane__expandedOpacityAnimation{0%{opacity:1}50%{opacity:1}75%{opacity:.5}to{opacity:0}}.ABB_CommonUX_Input__root{position:relative;text-align:left;display:block;font-size:14px}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__label{font-weight:400;display:block}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__label>.ABB_CommonUX_Input__requiredAsterisk{margin-right:8px}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__inputWrapper{position:relative;height:32px;display:inline-block}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__inputWrapper.ABB_CommonUX_Input__hasFixedSize{width:100%}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__inputWrapper:not(.ABB_CommonUX_Input__hasFixedSize){height:auto;width:100%;display:inline-flex}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__inputWrapper:not(.ABB_CommonUX_Input__hasFixedSize)>.ABB_CommonUX_Input__inputElement{min-height:32px}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement{box-sizing:border-box;height:100%;width:100%;vertical-align:top;padding:4px 8px;font-size:14px;font-weight:500;text-overflow:ellipsis;box-shadow:none;outline:none;border:1px solid transparent}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:not(.ABB_CommonUX_Input__resizable){resize:none}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:focus{outline:none}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:not(:disabled)::-webkit-input-placeholder{opacity:.5}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:not(:disabled)::-moz-placeholder{opacity:.5}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:not(:disabled):-ms-input-placeholder{opacity:.5}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:not(:disabled)::-ms-input-placeholder{opacity:.5}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:not(:disabled)::placeholder{opacity:.5}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement::-webkit-inner-spin-button{display:none}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement[type=number]{-moz-appearance:textfield}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__iconContainer{position:absolute;right:8px;top:0;height:100%;display:flex;flex-direction:row}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__iconContainer>.ABB_CommonUX_Input__clearIcon{margin:auto 4px;height:20px;width:20px}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__iconContainer>.ABB_CommonUX_Input__iconSeparator{height:24px;width:1px;margin:auto 0;background:#bababa}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__iconContainer>.ABB_CommonUX_Input__iconWrapper{box-sizing:border-box;margin:auto 4px;height:20px;width:20px;padding:2px}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__disabled>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__iconContainer>.ABB_CommonUX_Input__iconWrapper{opacity:.5}.ABB_CommonUX_Input__root:hover>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__iconContainer>.ABB_CommonUX_Input__iconSeparator{background:#9f9f9f}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__hasIcon>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement{padding-right:40px}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__hasClearIcon.ABB_CommonUX_Input__hasIcon>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement{padding-right:66px}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__hasClearIcon:not(.ABB_CommonUX_Input__hasIcon)>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement{padding-right:36px}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__validationIconWrapper{position:absolute;margin-left:5px;margin-top:0;padding-top:2px;height:30px}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__validationMessageContainer{height:auto}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__validationMessageContainer.ABB_CommonUX_Input__hidden{opacity:0;height:0}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__validationMessageContainer.ABB_CommonUX_Input__validationCollapsed{visibility:hidden;height:0}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__validationMessageContainer{display:flex;flex-direction:row;margin-top:3px;color:#525252}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__validationMessageContainer>.ABB_CommonUX_Input__validationIconWrapper{color:#f03040;margin-right:6px}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__validationMessageContainer>.ABB_CommonUX_Input__validationMessage{font-weight:500;font-size:12px}.ABB_CommonUX_Input__root:not(.ABB_CommonUX_Input__isTextarea)>.ABB_CommonUX_Input__inputWrapper:after{content:" ";position:absolute;bottom:0;left:0;right:0;height:2px;background:transparent;pointer-events:none}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__isValid.ABB_CommonUX_Input__showValidationResult>.ABB_CommonUX_Input__inputWrapper:after{background:#0ca919}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__hasChanged>.ABB_CommonUX_Input__inputWrapper:after{background:#36f}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__isInvalid.ABB_CommonUX_Input__showValidationResult>.ABB_CommonUX_Input__inputWrapper:after{background:#f03040}.ABB_CommonUX_Input__root>.ABB_CommonUX_Input__description{font-size:12px}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__normal>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:disabled{opacity:.5}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__discreet.ABB_CommonUX_Input__light>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement{border-bottom:1px solid #bababa}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__discreet.ABB_CommonUX_Input__dark>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement{border-bottom:1px solid #525252}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__discreet>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement{border-top-color:transparent;border-left-color:transparent;border-right-color:transparent;background:transparent}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__discreet:focus>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:after{border-color:#36f}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__light>.ABB_CommonUX_Input__description,.ABB_CommonUX_Input__root.ABB_CommonUX_Input__light>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__iconContainer,.ABB_CommonUX_Input__root.ABB_CommonUX_Input__light>.ABB_CommonUX_Input__label{color:#686868}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__light>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement{border-color:#bababa}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__light>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:hover{border-color:#9f9f9f}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__light>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:focus{border-color:#36f}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__light.ABB_CommonUX_Input__normal>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement{background:#fff;border-color:#bababa}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__light.ABB_CommonUX_Input__normal>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:disabled{background-color:#ebebeb;color:rgba(31,31,31,.5)}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__light.ABB_CommonUX_Input__normal>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:hover{background-color:#ebebeb;border-color:#9f9f9f}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__light.ABB_CommonUX_Input__normal>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:focus{background-color:#dbdbdb;border-color:#36f}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__light.ABB_CommonUX_Input__discreet>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement{border-color:transparent transparent #bababa;color:#1f1f1f}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__light.ABB_CommonUX_Input__discreet>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:disabled{color:rgba(31,31,31,.5)}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__light.ABB_CommonUX_Input__discreet>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:hover{border-bottom-color:#9f9f9f}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__light.ABB_CommonUX_Input__discreet>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:focus{border-bottom-color:#36f}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__dark>.ABB_CommonUX_Input__description,.ABB_CommonUX_Input__root.ABB_CommonUX_Input__dark>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__iconContainer,.ABB_CommonUX_Input__root.ABB_CommonUX_Input__dark>.ABB_CommonUX_Input__label{color:#848484}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__dark>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__iconContainer>.ABB_CommonUX_Input__iconSeparator{background:#686868}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__dark>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement{color:#dbdbdb;border-color:#525252}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__dark>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:hover{border-color:#686868}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__dark>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:focus{border-color:#36f}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__dark.ABB_CommonUX_Input__normal>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement{background:#2e2e2e;border-color:#525252}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__dark.ABB_CommonUX_Input__normal>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:disabled{background-color:#3d3d3d;color:hsla(0,0%,85.9%,.5)}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__dark.ABB_CommonUX_Input__normal>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:hover{background-color:#3d3d3d;border-color:#686868}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__dark.ABB_CommonUX_Input__normal>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:focus{background-color:#525252;border-color:#36f}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__dark.ABB_CommonUX_Input__discreet>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement{border-color:transparent transparent #525252}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__dark.ABB_CommonUX_Input__discreet>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:disabled{color:hsla(0,0%,85.9%,.5)}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__dark.ABB_CommonUX_Input__discreet>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:hover{border-bottom-color:#686868}.ABB_CommonUX_Input__root.ABB_CommonUX_Input__dark.ABB_CommonUX_Input__discreet>.ABB_CommonUX_Input__inputWrapper>.ABB_CommonUX_Input__inputElement:focus{border-bottom-color:#36f}.ABB_CommonUX_AppMainContent__root{flex:1;position:relative;width:100%;height:100%;display:flex;flex-direction:column}.ABB_CommonUX_AppMainContent__root.ABB_CommonUX_AppMainContent__spaceOnTop{padding-top:38px}.ABB_CommonUX_AppMainContent__root.ABB_CommonUX_AppMainContent__light{background:#ebebeb}.ABB_CommonUX_AppMainContent__root.ABB_CommonUX_AppMainContent__dark{background:#0f0f0f}.ABB_CommonUX_AppTopNavi__root{display:flex;flex-direction:row}.ABB_CommonUX_AppTopNavi__fontFix{font-size:16px}.ABB_CommonUX_AppTopNavi__item{position:relative;outline:none}.ABB_CommonUX_AppTopNavi__item:focus{outline:none}.ABB_CommonUX_AppTopNavi__item>.ABB_CommonUX_AppTopNavi__header{box-sizing:border-box;height:40px;font-size:16px;padding:0 8px 0 0;margin:0;display:flex;white-space:nowrap;cursor:pointer}.ABB_CommonUX_AppTopNavi__item>.ABB_CommonUX_AppTopNavi__header.ABB_CommonUX_AppTopNavi__iconOnly{padding-left:8px}.ABB_CommonUX_AppTopNavi__item>.ABB_CommonUX_AppTopNavi__header.ABB_CommonUX_AppTopNavi__iconOnly>div.ABB_CommonUX_AppTopNavi__icon{display:inline-block;height:100%;padding-top:8px;margin:0 8px}.ABB_CommonUX_AppTopNavi__item>.ABB_CommonUX_AppTopNavi__header.ABB_CommonUX_AppTopNavi__textOnly{padding-left:16px;justify-content:center;min-width:100px}.ABB_CommonUX_AppTopNavi__item>.ABB_CommonUX_AppTopNavi__header.ABB_CommonUX_AppTopNavi__textOnly>div.ABB_CommonUX_AppTopNavi__text{height:100%;padding-top:8px;margin-right:8px;display:inline-block}.ABB_CommonUX_AppTopNavi__item>.ABB_CommonUX_AppTopNavi__header.ABB_CommonUX_AppTopNavi__iconAndText{padding-left:8px}.ABB_CommonUX_AppTopNavi__item>.ABB_CommonUX_AppTopNavi__header.ABB_CommonUX_AppTopNavi__iconAndText>div.ABB_CommonUX_AppTopNavi__icon{display:inline-block;margin-right:8px;height:100%;padding-top:8px}.ABB_CommonUX_AppTopNavi__item>.ABB_CommonUX_AppTopNavi__header.ABB_CommonUX_AppTopNavi__iconAndText>div.ABB_CommonUX_AppTopNavi__text{height:100%;padding-top:8px;display:inline-block;vertical-align:top}.ABB_CommonUX_AppTopNavi__item>.ABB_CommonUX_AppTopNavi__header>div.ABB_CommonUX_AppTopNavi__caret{display:inline-block;padding:8px 8px 16px;height:100%}.ABB_CommonUX_AppTopNavi__item.ABB_CommonUX_AppTopNavi__active>.ABB_CommonUX_AppTopNavi__header:after{content:" ";position:absolute;bottom:0;height:2px;left:0;right:0;background:#36f}.ABB_CommonUX_AppTopNavi__item.ABB_CommonUX_AppTopNavi__disabled>.ABB_CommonUX_AppTopNavi__header{cursor:not-allowed}.ABB_CommonUX_AppTopNavi__item.ABB_CommonUX_AppTopNavi__light:not(.ABB_CommonUX_AppTopNavi__active):not(.ABB_CommonUX_AppTopNavi__disabled):hover{background:#ebebeb}.ABB_CommonUX_AppTopNavi__item.ABB_CommonUX_AppTopNavi__light.ABB_CommonUX_AppTopNavi__disabled>.ABB_CommonUX_AppTopNavi__header{color:rgba(31,31,31,.5)}.ABB_CommonUX_AppTopNavi__item.ABB_CommonUX_AppTopNavi__dark:not(.ABB_CommonUX_AppTopNavi__active):not(.ABB_CommonUX_AppTopNavi__disabled):hover{background:#3d3d3d}.ABB_CommonUX_AppTopNavi__item.ABB_CommonUX_AppTopNavi__dark.ABB_CommonUX_AppTopNavi__disabled>.ABB_CommonUX_AppTopNavi__header{color:hsla(0,0%,51.8%,.5)}.ABB_CommonUX_AppTopNavi__divider{width:1px;height:calc(100% - 8px);margin:4px;background:#9f9f9f}.ABB_CommonUX_Dropdown__root{font-size:14px}.ABB_CommonUX_Dropdown__root>.ABB_CommonUX_Dropdown__label{color:#686868;margin-bottom:8px}.ABB_CommonUX_Dropdown__root>.ABB_CommonUX_Dropdown__label>.ABB_CommonUX_Dropdown__requiredAsterisk{margin-right:8px}.ABB_CommonUX_Dropdown__root>.ABB_CommonUX_Dropdown__description{margin-top:8px;font-size:12px;color:#686868}.ABB_CommonUX_Dropdown__root>.ABB_CommonUX_Dropdown__comp{white-space:nowrap;position:relative}.ABB_CommonUX_Dropdown__root>.ABB_CommonUX_Dropdown__comp:after{content:" ";background:transparent;position:absolute;bottom:0;left:0;right:0;height:2px}.ABB_CommonUX_Dropdown__root.ABB_CommonUX_Dropdown__invalid>.ABB_CommonUX_Dropdown__comp:after{background:#f03040}.ABB_CommonUX_Dropdown__root:not(.ABB_CommonUX_Dropdown__dense).ABB_CommonUX_Dropdown__large>.ABB_CommonUX_Dropdown__comp,.ABB_CommonUX_Dropdown__root:not(.ABB_CommonUX_Dropdown__dense).ABB_CommonUX_Dropdown__medium>.ABB_CommonUX_Dropdown__comp,.ABB_CommonUX_Dropdown__root:not(.ABB_CommonUX_Dropdown__dense).ABB_CommonUX_Dropdown__small>.ABB_CommonUX_Dropdown__comp{margin:8px 0}.ABB_CommonUX_Dropdown__root.ABB_CommonUX_Dropdown__light.ABB_CommonUX_Dropdown__hasChanged>.ABB_CommonUX_Dropdown__comp:after{background:#36f}.ABB_CommonUX_Dropdown__root.ABB_CommonUX_Dropdown__light>.ABB_CommonUX_Dropdown__label,.ABB_CommonUX_Dropdown__root.ABB_CommonUX_Dropdown__light>div:first-child,.ABB_CommonUX_Dropdown__root.ABB_CommonUX_Dropdown__light>div:last-child{color:#686868}.ABB_CommonUX_Dropdown__root.ABB_CommonUX_Dropdown__dark.ABB_CommonUX_Dropdown__hasChanged>.ABB_CommonUX_Dropdown__comp:after{background:#36f}.ABB_CommonUX_Dropdown__root.ABB_CommonUX_Dropdown__dark>.ABB_CommonUX_Dropdown__label,.ABB_CommonUX_Dropdown__root.ABB_CommonUX_Dropdown__dark>div:first-child,.ABB_CommonUX_Dropdown__root.ABB_CommonUX_Dropdown__dark>div:last-child{color:#848484}.ABB_CommonUX_Link__root.ABB_CommonUX_Link__light{text-decoration:none;color:#36f}.ABB_CommonUX_Link__root.ABB_CommonUX_Link__light:hover{color:#2a35ff}.ABB_CommonUX_Link__root.ABB_CommonUX_Link__dark{text-decoration:none;color:#36f}.ABB_CommonUX_Link__root.ABB_CommonUX_Link__dark:hover{color:#2a35ff}.ABB_CommonUX_Link__root.ABB_CommonUX_Link__underline{text-decoration:underline}.ABB_CommonUX_BarChart__root{border:1px solid #000}.ABB_CommonUX_Spinner__root{display:inline-block;-webkit-animation:ABB_CommonUX_Spinner__rotation .75s linear infinite;animation:ABB_CommonUX_Spinner__rotation .75s linear infinite}.ABB_CommonUX_Spinner__root.ABB_CommonUX_Spinner__small{width:16px;height:16px}.ABB_CommonUX_Spinner__root.ABB_CommonUX_Spinner__medium{width:32px;height:32px}.ABB_CommonUX_Spinner__root.ABB_CommonUX_Spinner__large{width:64px;height:64px}.ABB_CommonUX_Spinner__root>svg{width:100%;height:100%}.ABB_CommonUX_Spinner__root>svg>circle{fill:none;stroke-width:10;stroke-dasharray:215}.ABB_CommonUX_Spinner__root.ABB_CommonUX_Spinner__grey>svg>circle{stroke:#bababa}.ABB_CommonUX_Spinner__root.ABB_CommonUX_Spinner__darkgrey>svg>circle{stroke:#848484}.ABB_CommonUX_Spinner__root.ABB_CommonUX_Spinner__blue>svg>circle{stroke:#36f}.ABB_CommonUX_Spinner__root.ABB_CommonUX_Spinner__red>svg>circle{stroke:#ff000f}.ABB_CommonUX_Spinner__root.ABB_CommonUX_Spinner__dark.ABB_CommonUX_Spinner__grey>svg>circle{stroke:#848484}@-webkit-keyframes ABB_CommonUX_Spinner__rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes ABB_CommonUX_Spinner__rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ABB_CommonUX_Button__root{display:inline-block;cursor:pointer;font-size:14px;line-height:16px;box-sizing:border-box;padding:0;white-space:nowrap;vertical-align:top}.ABB_CommonUX_Button__root>span{font-family:ABBVoice;display:inline-block}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__smallSize{height:32px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__smallSize.ABB_CommonUX_Button__empty{width:32px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__smallSize.ABB_CommonUX_Button__iconOnly>span{height:16px;line-height:16px;margin:7px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__smallSize.ABB_CommonUX_Button__textOnly{min-width:100px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__smallSize.ABB_CommonUX_Button__textOnly>span{height:16px;line-height:16px;margin:7px 15px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__smallSize.ABB_CommonUX_Button__iconAndText{padding-right:16px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__smallSize.ABB_CommonUX_Button__iconAndText>.ABB_CommonUX_Button__icon{margin:7px;height:16px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__smallSize.ABB_CommonUX_Button__iconAndText>.ABB_CommonUX_Button__text{margin:7px 0;height:16px;min-width:52px;text-align:left;vertical-align:top}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__mediumSize{height:40px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__mediumSize.ABB_CommonUX_Button__empty{width:40px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__mediumSize.ABB_CommonUX_Button__iconOnly>span{height:16px;line-height:16px;margin:11px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__mediumSize.ABB_CommonUX_Button__textOnly{min-width:100px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__mediumSize.ABB_CommonUX_Button__textOnly>span{height:16px;line-height:16px;margin:11px 23px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__mediumSize.ABB_CommonUX_Button__iconAndText{padding-right:24px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__mediumSize.ABB_CommonUX_Button__iconAndText>span:first-child{margin:11px;height:16px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__mediumSize.ABB_CommonUX_Button__iconAndText>span:last-child{margin:11px 0;height:16px;min-width:36px;text-align:left;vertical-align:top}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__largeSize{height:48px;font-size:16px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__largeSize.ABB_CommonUX_Button__empty{width:48px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__largeSize.ABB_CommonUX_Button__iconOnly>span{height:24px;line-height:20px;margin:11px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__largeSize.ABB_CommonUX_Button__textOnly{min-width:100px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__largeSize.ABB_CommonUX_Button__textOnly>span{height:16px;line-height:16px;margin:15px 31px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__largeSize.ABB_CommonUX_Button__iconAndText{min-width:100px;padding-right:32px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__largeSize.ABB_CommonUX_Button__iconAndText>.ABB_CommonUX_Button__icon{margin:11px;height:24px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__largeSize.ABB_CommonUX_Button__iconAndText>.ABB_CommonUX_Button__text{margin:15px 0;height:16px;min-width:20px;text-align:left;vertical-align:top}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__rounded{border-radius:4px;transition:border-radius .2s cubic-bezier(.18,.24,.29,.96)}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__pill>.ABB_CommonUX_Button__text{font-family:ABBVoice-medium}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__pill.ABB_CommonUX_Button__smallSize{border-radius:16px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__pill.ABB_CommonUX_Button__mediumSize{border-radius:20px}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__pill.ABB_CommonUX_Button__largeSize{border-radius:24px}.ABB_CommonUX_Button__root:focus{outline:none;box-shadow:none}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__normal{background-color:#dbdbdb;border:1px solid #9f9f9f;color:#1f1f1f}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__normal:not(.ABB_CommonUX_Button__disabled):hover{background-color:#bababa;border-color:#848484}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__normal:not(.ABB_CommonUX_Button__disabled):active,.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__normal:not(.ABB_CommonUX_Button__disabled):hover:active{background-color:#9f9f9f;border-color:#686868}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__primaryblue{background-color:#36f;border:1px solid #36f;color:#fff}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__primaryblue:not(.ABB_CommonUX_Button__disabled):hover{background-color:#2a35ff;border-color:#2a35ff}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__primaryblue:not(.ABB_CommonUX_Button__disabled):active,.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__primaryblue:not(.ABB_CommonUX_Button__disabled):hover:active{background-color:#2c20d4;border-color:#2c20d4}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__primaryblack{background-color:#0f0f0f;border:1px solid #0f0f0f;color:#fff}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__primaryblack:not(.ABB_CommonUX_Button__disabled):hover{background-color:#2e2e2e;border-color:#2e2e2e}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__primaryblack:not(.ABB_CommonUX_Button__disabled):active,.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__primaryblack:not(.ABB_CommonUX_Button__disabled):hover:active{background-color:#3d3d3d;border-color:#3d3d3d}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__primaryred{font-family:ABBVoice-medium;background-color:#ff000f;border:1px solid #ff000f;color:#fff}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__primaryred:not(.ABB_CommonUX_Button__disabled):hover{background-color:#cc0815;border-color:#cc0815}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__primaryred:not(.ABB_CommonUX_Button__disabled):active,.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__primaryred:not(.ABB_CommonUX_Button__disabled):hover:active{background-color:#a30005;border-color:#a30005}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__ghost{background-color:hsla(0,0%,100%,.05);border:2px solid #1f1f1f;color:#1f1f1f}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__ghost:not(.ABB_CommonUX_Button__disabled):hover{background-color:#f5f5f5}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__ghost:not(.ABB_CommonUX_Button__disabled):active,.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__ghost:not(.ABB_CommonUX_Button__disabled):hover:active{background-color:#ebebeb}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__discreetblue{background-color:transparent;border:1px solid transparent;color:#36f}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__discreetblue:not(.ABB_CommonUX_Button__disabled):hover{border-color:#36f}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__discreetblue:not(.ABB_CommonUX_Button__disabled):active,.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__discreetblue:not(.ABB_CommonUX_Button__disabled):hover:active{border-color:#36f;background-color:#e0f0ff}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__discreetblack{background-color:transparent;border:1px solid transparent;color:#1f1f1f}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__discreetblack:not(.ABB_CommonUX_Button__disabled):hover{border-color:#0f0f0f}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__discreetblack:not(.ABB_CommonUX_Button__disabled):active,.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__discreetblack:not(.ABB_CommonUX_Button__disabled):hover:active{border-color:#0f0f0f;background-color:#ebebeb}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__disabled{background-color:#ebebeb;border:1px solid #bababa;color:rgba(31,31,31,.5);cursor:not-allowed}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__light.ABB_CommonUX_Button__disabled.ABB_CommonUX_Button__ghost{border:2px solid #bababa}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__normal{background-color:#525252;border:1px solid #848484;color:#dbdbdb}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__normal:not(.ABB_CommonUX_Button__disabled):hover{background-color:#686868;border-color:#9f9f9f}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__normal:not(.ABB_CommonUX_Button__disabled):active,.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__normal:not(.ABB_CommonUX_Button__disabled):hover:active{background-color:#848484;border-color:#bababa}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__primaryblue{background-color:#36f;border:1px solid #36f;color:#fff}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__primaryblue:not(.ABB_CommonUX_Button__disabled):hover{border-color:#4c85ff;background-color:#4c85ff}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__primaryblue:not(.ABB_CommonUX_Button__disabled):active,.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__primaryblue:not(.ABB_CommonUX_Button__disabled):hover:active{border-color:#77a3fc;background-color:#77a3fc}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__primaryblack{background-color:#fff;border:1px solid #fff;color:#1f1f1f}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__primaryblack:not(.ABB_CommonUX_Button__disabled):hover{background-color:#ebebeb;border-color:#ebebeb}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__primaryblack:not(.ABB_CommonUX_Button__disabled):active,.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__primaryblack:not(.ABB_CommonUX_Button__disabled):hover:active{background-color:#dbdbdb;border-color:#dbdbdb}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__primaryred{background-color:#ff000f;border:1px solid #ff000f;color:#fff}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__primaryred:not(.ABB_CommonUX_Button__disabled):hover{background-color:#e12e2e;border:1px solid #e12e2e}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__primaryred:not(.ABB_CommonUX_Button__disabled):active,.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__primaryred:not(.ABB_CommonUX_Button__disabled):hover:active{background-color:#ff4754;border:1px solid #ff4754}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__ghost{background-color:rgba(15,15,15,.05);border:2px solid #fff;color:#fff}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__ghost:not(.ABB_CommonUX_Button__disabled):hover{background-color:#2e2e2e}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__ghost:not(.ABB_CommonUX_Button__disabled):active,.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__ghost:not(.ABB_CommonUX_Button__disabled):hover:active{background-color:#3d3d3d}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__discreetblue{background-color:transparent;border:1px solid transparent;color:#4c85ff}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__discreetblue:not(.ABB_CommonUX_Button__disabled):hover{border-color:#4c85ff}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__discreetblue:not(.ABB_CommonUX_Button__disabled):active,.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__discreetblue:not(.ABB_CommonUX_Button__disabled):hover:active{background-color:#3d3d3d;border-color:#4c85ff}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__discreetblack{background-color:transparent;border:1px solid transparent;color:#dbdbdb}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__discreetblack:not(.ABB_CommonUX_Button__disabled):hover{border-color:#fff}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__discreetblack:not(.ABB_CommonUX_Button__disabled):active,.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__discreetblack:not(.ABB_CommonUX_Button__disabled):hover:active{border-color:#fff;background-color:#3d3d3d}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__disabled{background-color:#3d3d3d;border:1px solid #686868;color:hsla(0,0%,85.9%,.5);cursor:not-allowed}.ABB_CommonUX_Button__root.ABB_CommonUX_Button__dark.ABB_CommonUX_Button__disabled.ABB_CommonUX_Button__ghost{border:2px solid #686868}.ABB_CommonUX_Card__container{display:flex;flex-direction:row;overflow:auto;padding:8px 0 0}.ABB_CommonUX_Card__containerColumn{flex:1;display:flex;flex-direction:column}.ABB_CommonUX_Card__containerColumn:not(:first-child){margin-left:8px}.ABB_CommonUX_Card__card{box-sizing:border-box;flex:1;padding:16px}.ABB_CommonUX_Card__card:not(:first-child){margin-top:8px}.ABB_CommonUX_Card__card.ABB_CommonUX_Card__light{color:#1f1f1f;background:#fff}.ABB_CommonUX_Card__card.ABB_CommonUX_Card__dark{color:#dbdbdb;background:#2e2e2e}.ABB_CommonUX_Card__card>.ABB_CommonUX_Card__content{height:100%}.ABB_CommonUX_Checkbox__root{font-family:ABBvoice;font-size:14px;height:32px;display:block;margin-left:8px}.ABB_CommonUX_Checkbox__root>label{cursor:pointer;padding-top:3px;display:inline-block;vertical-align:bottom;position:relative;white-space:nowrap}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__disabled>label{cursor:not-allowed;opacity:.6}.ABB_CommonUX_Checkbox__root>label:before{box-sizing:border-box;content:"";display:inline-block;position:absolute;border-radius:2px;transition:border .2s cubic-bezier(.18,.24,.29,.96),color .15s cubic-bezier(.18,.24,.29,.96) .2s;border:2px solid transparent}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__checked>label:after{display:inline-block;position:absolute;color:#fff;line-height:16px}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__indeterminate>label:after{content:" ";display:inline-block;position:absolute}.ABB_CommonUX_Checkbox__root>label>input{position:absolute;opacity:0;z-index:1;width:0;top:8px;left:12px}.ABB_CommonUX_Checkbox__root>label>span{margin-top:4px;display:inline-block}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__largeSize>label{padding-left:32px}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__largeSize>label:before{width:24px;height:24px;left:0;top:4px;margin-left:0}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__largeSize.ABB_CommonUX_Checkbox__checked>label:after{font-family:ABB-UI-Icons-24x24!important;content:"\ea08";font-size:24px;width:24px;height:24px;left:0;top:8px}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__largeSize.ABB_CommonUX_Checkbox__indeterminate>label:after{left:4px;top:14px;width:16px;height:4px}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__smallSize>label{padding-left:24px}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__smallSize>label:before{width:16px;height:16px;left:0;top:9px;margin-left:0}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__smallSize.ABB_CommonUX_Checkbox__checked>label:after{font-family:ABB-UI-Icons-16x16!important;content:"\ea3a";font-size:16px;width:16px;height:16px;left:0;top:9px}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__smallSize.ABB_CommonUX_Checkbox__indeterminate>label:after{left:3px;top:16px;width:10px;height:2px}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light{color:#1f1f1f}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light>label:before{border-color:#bababa;background-color:#fff}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light>label:hover:before{border-color:#9f9f9f;background-color:#ebebeb}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light>label:active:before{background-color:#dbdbdb;border-color:#848484}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light.ABB_CommonUX_Checkbox__disabled.ABB_CommonUX_Checkbox__checked>label:active:before,.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light.ABB_CommonUX_Checkbox__disabled.ABB_CommonUX_Checkbox__checked>label:before,.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light.ABB_CommonUX_Checkbox__disabled.ABB_CommonUX_Checkbox__checked>label:hover:before,.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light.ABB_CommonUX_Checkbox__disabled.ABB_CommonUX_Checkbox__indeterminate>label:active:after,.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light.ABB_CommonUX_Checkbox__disabled.ABB_CommonUX_Checkbox__indeterminate>label:after,.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light.ABB_CommonUX_Checkbox__disabled.ABB_CommonUX_Checkbox__indeterminate>label:hover:after{border-color:#36f;background-color:#36f}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light.ABB_CommonUX_Checkbox__disabled.ABB_CommonUX_Checkbox__indeterminate>label:active:before,.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light.ABB_CommonUX_Checkbox__disabled.ABB_CommonUX_Checkbox__indeterminate>label:hover:before,.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light.ABB_CommonUX_Checkbox__disabled>label:active:before,.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light.ABB_CommonUX_Checkbox__disabled>label:hover:before{background-color:#fff;border-color:#bababa}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light.ABB_CommonUX_Checkbox__checked>label:before{background-color:#36f;border-color:#36f}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light.ABB_CommonUX_Checkbox__checked>label:hover:before{background-color:#2a35ff;border-color:#2a35ff}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light.ABB_CommonUX_Checkbox__checked>label:active:before{background-color:#2c20d4;border-color:#2c20d4}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light.ABB_CommonUX_Checkbox__indeterminate>label:after{background-color:#36f;border-color:#36f}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light.ABB_CommonUX_Checkbox__indeterminate>label:hover:after{background-color:#2a35ff;border-color:#36f}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light.ABB_CommonUX_Checkbox__indeterminate>label:active:after{background-color:#2c20d4;border-color:#36f}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light.ABB_CommonUX_Checkbox__indeterminate>label:hover:before{background-color:#ebebeb;border-color:#9f9f9f}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__light.ABB_CommonUX_Checkbox__indeterminate>label:active:before{background-color:#dbdbdb;border-color:#848484}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark{color:#dbdbdb}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark>label:before{border-color:#525252;background-color:#1f1f1f}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark>label:hover:before{border:2px solid #686868;background-color:#3d3d3d}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark>label:active:before{background-color:#525252;border-color:#848484}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark.ABB_CommonUX_Checkbox__disabled.ABB_CommonUX_Checkbox__checked>label:active:before,.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark.ABB_CommonUX_Checkbox__disabled.ABB_CommonUX_Checkbox__checked>label:before,.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark.ABB_CommonUX_Checkbox__disabled.ABB_CommonUX_Checkbox__checked>label:hover:before,.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark.ABB_CommonUX_Checkbox__disabled.ABB_CommonUX_Checkbox__indeterminate>label:active:after,.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark.ABB_CommonUX_Checkbox__disabled.ABB_CommonUX_Checkbox__indeterminate>label:after,.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark.ABB_CommonUX_Checkbox__disabled.ABB_CommonUX_Checkbox__indeterminate>label:hover:after{border-color:#36f;background-color:#36f}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark.ABB_CommonUX_Checkbox__disabled.ABB_CommonUX_Checkbox__indeterminate>label:active:before,.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark.ABB_CommonUX_Checkbox__disabled.ABB_CommonUX_Checkbox__indeterminate>label:hover:before,.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark.ABB_CommonUX_Checkbox__disabled>label:active:before,.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark.ABB_CommonUX_Checkbox__disabled>label:hover:before{background-color:#1f1f1f;border-color:#525252}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark.ABB_CommonUX_Checkbox__checked>label:before{border-color:#36f;background-color:#36f}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark.ABB_CommonUX_Checkbox__checked>label:hover:before{background-color:#4c85ff;border-color:#4c85ff}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark.ABB_CommonUX_Checkbox__checked>label:active:before{background-color:#77a3fc;border-color:#77a3fc}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark.ABB_CommonUX_Checkbox__indeterminate>label:after{background:#36f;background-color:#36f}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark.ABB_CommonUX_Checkbox__indeterminate>label:hover:after{background-color:#4c85ff;border-color:#36f}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark.ABB_CommonUX_Checkbox__indeterminate>label:active:after{background-color:#77a3fc;border-color:#36f}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark.ABB_CommonUX_Checkbox__indeterminate>label:hover:before{background-color:#3d3d3d;border-color:#686868}.ABB_CommonUX_Checkbox__root.ABB_CommonUX_Checkbox__dark.ABB_CommonUX_Checkbox__indeterminate>label:active:before{background-color:#525252;border-color:#848484}.ABB_CommonUX_Collapsible__containerRoot{padding:0;white-space:nowrap}.ABB_CommonUX_Collapsible__root{cursor:pointer;position:relative;font-size:14px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__shouldOpenOnNextCycle{background:#36f}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__hasChildren:after{font-family:ABB-UI-Icons-16x16!important;display:inline-block;position:absolute;top:6px;right:8px;width:16px;height:16px;pointer-events:none}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__hasChildren:not(.ABB_CommonUX_Collapsible__expanderOnRight):after{left:0}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__hasChildren:not(.ABB_CommonUX_Collapsible__expanderOnRight).ABB_CommonUX_Collapsible__isClosed:after{content:"\ea30"}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__hasChildren:not(.ABB_CommonUX_Collapsible__expanderOnRight).ABB_CommonUX_Collapsible__isOpen:after{content:"\ea08"}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__hasChildren.ABB_CommonUX_Collapsible__expanderOnRight:after{right:8px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__hasChildren.ABB_CommonUX_Collapsible__expanderOnRight.ABB_CommonUX_Collapsible__isClosed:after{content:"\e989"}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__hasChildren.ABB_CommonUX_Collapsible__expanderOnRight.ABB_CommonUX_Collapsible__isOpen:after{content:"\e974"}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__alarm>.ABB_CommonUX_Collapsible__header:after,.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__warning>.ABB_CommonUX_Collapsible__header:after{content:" ";position:absolute;top:4px;bottom:4px;right:4px;width:4px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__warning>.ABB_CommonUX_Collapsible__header:after{background:#ff7300}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__alarm>.ABB_CommonUX_Collapsible__header:after{background:#f03040}.ABB_CommonUX_Collapsible__root>.ABB_CommonUX_Collapsible__header{position:relative;display:block;height:32px;vertical-align:middle;padding-left:8px}.ABB_CommonUX_Collapsible__root>.ABB_CommonUX_Collapsible__header>.ABB_CommonUX_Collapsible__icon{margin-right:8px;vertical-align:middle;margin-top:5px}.ABB_CommonUX_Collapsible__root>.ABB_CommonUX_Collapsible__header>.ABB_CommonUX_Collapsible__checkbox{display:inline-block}.ABB_CommonUX_Collapsible__root>.ABB_CommonUX_Collapsible__header>span:last-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;padding-top:5px;vertical-align:middle}.ABB_CommonUX_Collapsible__root:not(.ABB_CommonUX_Collapsible__expanderOnRight)>.ABB_CommonUX_Collapsible__header{padding-left:16px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__filtered>.ABB_CommonUX_Collapsible__header{opacity:.2}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__light>.ABB_CommonUX_Collapsible__header{color:#1f1f1f;background:#ebebeb}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__light>.ABB_CommonUX_Collapsible__header.ABB_CommonUX_Collapsible__isSelected{background:#dbdbdb}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__light>.ABB_CommonUX_Collapsible__header.ABB_CommonUX_Collapsible__isSelected:before{content:" ";position:absolute;top:0;bottom:0;left:0;width:4px;background:#36f}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__light>.ABB_CommonUX_Collapsible__header:hover{background-color:#dbdbdb}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__light>.ABB_CommonUX_Collapsible__header:active{background-color:#bababa}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__light>div>div>.ABB_CommonUX_Collapsible__customContent{background:#ebebeb}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__dark{color:#dbdbdb}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__dark>.ABB_CommonUX_Collapsible__header{background:#0f0f0f}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__dark>.ABB_CommonUX_Collapsible__header.ABB_CommonUX_Collapsible__isSelected{background:#1f1f1f}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__dark>.ABB_CommonUX_Collapsible__header.ABB_CommonUX_Collapsible__isSelected:before{content:" ";position:absolute;top:0;bottom:0;left:0;width:4px;background:#36f}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__dark>.ABB_CommonUX_Collapsible__header:hover{background-color:#1f1f1f}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__dark>.ABB_CommonUX_Collapsible__header:active{background-color:#3d3d3d}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__dark>div>div>.ABB_CommonUX_Collapsible__customContent{background:#0f0f0f}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth0:not(.ABB_CommonUX_Collapsible__expanderOnRight)>.ABB_CommonUX_Collapsible__header{padding-left:40px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth1:not(.ABB_CommonUX_Collapsible__expanderOnRight)>.ABB_CommonUX_Collapsible__header{padding-left:56px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth2:not(.ABB_CommonUX_Collapsible__expanderOnRight)>.ABB_CommonUX_Collapsible__header{padding-left:72px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth3:not(.ABB_CommonUX_Collapsible__expanderOnRight)>.ABB_CommonUX_Collapsible__header{padding-left:88px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth4:not(.ABB_CommonUX_Collapsible__expanderOnRight)>.ABB_CommonUX_Collapsible__header{padding-left:104px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth5:not(.ABB_CommonUX_Collapsible__expanderOnRight)>.ABB_CommonUX_Collapsible__header{padding-left:120px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth6:not(.ABB_CommonUX_Collapsible__expanderOnRight)>.ABB_CommonUX_Collapsible__header{padding-left:136px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth7:not(.ABB_CommonUX_Collapsible__expanderOnRight)>.ABB_CommonUX_Collapsible__header{padding-left:152px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth8:not(.ABB_CommonUX_Collapsible__expanderOnRight)>.ABB_CommonUX_Collapsible__header{padding-left:178px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth9:not(.ABB_CommonUX_Collapsible__expanderOnRight)>.ABB_CommonUX_Collapsible__header{padding-left:194px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth0>div>div>.ABB_CommonUX_Collapsible__customContent{padding:8px 0 8px 36px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth1>div>div>.ABB_CommonUX_Collapsible__customContent{padding:8px 0 8px 52px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth2>div>div>.ABB_CommonUX_Collapsible__customContent{padding:8px 0 8px 68px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth3>div>div>.ABB_CommonUX_Collapsible__customContent{padding:8px 0 8px 84px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth4>div>div>.ABB_CommonUX_Collapsible__customContent{padding:8px 0 8px 100px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth5>div>div>.ABB_CommonUX_Collapsible__customContent{padding:8px 0 8px 116px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth6>div>div>.ABB_CommonUX_Collapsible__customContent{padding:8px 0 8px 132px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth7>div>div>.ABB_CommonUX_Collapsible__customContent{padding:8px 0 8px 148px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth8>div>div>.ABB_CommonUX_Collapsible__customContent{padding:8px 0 8px 174px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth9>div>div>.ABB_CommonUX_Collapsible__customContent{padding:8px 0 8px 190px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth0:not(.ABB_CommonUX_Collapsible__expanderOnRight):after{left:16px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth1:not(.ABB_CommonUX_Collapsible__expanderOnRight):after{left:32px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth2:not(.ABB_CommonUX_Collapsible__expanderOnRight):after{left:48px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth3:not(.ABB_CommonUX_Collapsible__expanderOnRight):after{left:64px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth4:not(.ABB_CommonUX_Collapsible__expanderOnRight):after{left:70px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth5:not(.ABB_CommonUX_Collapsible__expanderOnRight):after{left:86px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth6:not(.ABB_CommonUX_Collapsible__expanderOnRight):after{left:102px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth7:not(.ABB_CommonUX_Collapsible__expanderOnRight):after{left:118px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth8:not(.ABB_CommonUX_Collapsible__expanderOnRight):after{left:134px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth9:not(.ABB_CommonUX_Collapsible__expanderOnRight):after{left:150px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth0.ABB_CommonUX_Collapsible__expanderOnRight>.ABB_CommonUX_Collapsible__header{padding-left:16px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth1.ABB_CommonUX_Collapsible__expanderOnRight>.ABB_CommonUX_Collapsible__header{padding-left:32px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth2.ABB_CommonUX_Collapsible__expanderOnRight>.ABB_CommonUX_Collapsible__header{padding-left:48px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth3.ABB_CommonUX_Collapsible__expanderOnRight>.ABB_CommonUX_Collapsible__header{padding-left:64px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth4.ABB_CommonUX_Collapsible__expanderOnRight>.ABB_CommonUX_Collapsible__header{padding-left:70px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth5.ABB_CommonUX_Collapsible__expanderOnRight>.ABB_CommonUX_Collapsible__header{padding-left:86px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth6.ABB_CommonUX_Collapsible__expanderOnRight>.ABB_CommonUX_Collapsible__header{padding-left:102px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth7.ABB_CommonUX_Collapsible__expanderOnRight>.ABB_CommonUX_Collapsible__header{padding-left:118px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth8.ABB_CommonUX_Collapsible__expanderOnRight>.ABB_CommonUX_Collapsible__header{padding-left:134px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth9.ABB_CommonUX_Collapsible__expanderOnRight>.ABB_CommonUX_Collapsible__header{padding-left:150px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth1:before{width:8px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth2:before{width:16px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth3:before{width:24px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth4:before{width:32px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth5:before{width:40px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth6:before{width:48px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth7:before{width:56px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth8:before{width:64px}.ABB_CommonUX_Collapsible__root.ABB_CommonUX_Collapsible__depth9:before{width:72px}.ABB_CommonUX_Dialog__root{margin:8px;min-width:400px}.ABB_CommonUX_Dialog__root>.ABB_CommonUX_Dialog__header{position:relative}.ABB_CommonUX_Dialog__root>.ABB_CommonUX_Dialog__header>.ABB_CommonUX_Dialog__title{display:inline-block;white-space:nowrap;margin:32px 64px 4px 0;padding-left:32px;font-size:16px;font-weight:700}.ABB_CommonUX_Dialog__root>.ABB_CommonUX_Dialog__header>.ABB_CommonUX_Dialog__closeButton{position:absolute;top:0;right:0;margin:16px}.ABB_CommonUX_Dialog__root>.ABB_CommonUX_Dialog__content{padding:16px 16px 8px 32px;overflow:auto}.ABB_CommonUX_Dialog__root.ABB_CommonUX_Dialog__withStandardButtonsOnTop>.ABB_CommonUX_Dialog__header{display:flex;border-bottom:1px solid silver}.ABB_CommonUX_Dialog__root.ABB_CommonUX_Dialog__withStandardButtonsOnTop>.ABB_CommonUX_Dialog__header>.ABB_CommonUX_Dialog__title{margin:16px 8px 16px 0;flex:1}.ABB_CommonUX_Dialog__root.ABB_CommonUX_Dialog__withStandardButtonsOnTop>.ABB_CommonUX_Dialog__header>.ABB_CommonUX_Dialog__standardButtonsOnTop{display:inline-block;margin:8px 0}.ABB_CommonUX_Dialog__root.ABB_CommonUX_Dialog__withStandardButtonsOnTop>.ABB_CommonUX_Dialog__header>.ABB_CommonUX_Dialog__standardButtonsOnTop>*{margin:0 8px}.ABB_CommonUX_Dialog__root.ABB_CommonUX_Dialog__withStandardButtonsOnTop>.ABB_CommonUX_Dialog__content{padding-bottom:48px;padding-right:64px}.ABB_CommonUX_Dialog__root>.ABB_CommonUX_Dialog__standardButtonsOnBottom{padding:8px 16px 8px 0;display:flex;flex-direction:row;justify-content:flex-end}.ABB_CommonUX_Dialog__root>.ABB_CommonUX_Dialog__standardButtonsOnBottom>*{flex:0;margin-left:16px}.ABB_CommonUX_Dialog__root.ABB_CommonUX_Dialog__light{background:#fff;color:#1f1f1f;border-top:4px solid #0f0f0f;box-shadow:0 6px 12px rgba(0,0,0,.35)}.ABB_CommonUX_Dialog__root.ABB_CommonUX_Dialog__dark{background:#2e2e2e;color:#dbdbdb;border-top:4px solid #fff;box-shadow:0 6px 18px rgba(0,0,0,.5)}.ABB_CommonUX_Dialog__dialog{margin:auto;overflow:auto;outline:none;pointer-events:all}.ABB_CommonUX_Dialog__dialog.ABB_CommonUX_Dialog__light{color:#1f1f1f}.ABB_CommonUX_Dialog__dialog.ABB_CommonUX_Dialog__dark{color:#dbdbdb}@media (max-width:900px){.ABB_CommonUX_Dialog__root{height:calc(100% - 20px);width:calc(100% - 20px);margin:10px auto}.ABB_CommonUX_Dialog__dialog{height:100%;width:100%}}.ABB_CommonUX_Dialog__overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;z-index:1000}.ABB_CommonUX_Dialog__overlay.ABB_CommonUX_Dialog__transparentBackdrop{background:transparent;pointer-events:none}.ABB_CommonUX_Dialog__overlay.ABB_CommonUX_Dialog__fullOpacityBackdrop.ABB_CommonUX_Dialog__light{background:#ebebeb}.ABB_CommonUX_Dialog__overlay.ABB_CommonUX_Dialog__fullOpacityBackdrop.ABB_CommonUX_Dialog__dark{background:#2e2e2e}.ABB_CommonUX_Dialog__overlay.ABB_CommonUX_Dialog__halfOpacityBackdrop.ABB_CommonUX_Dialog__light{background:rgba(46,46,46,.5)}.ABB_CommonUX_Dialog__overlay.ABB_CommonUX_Dialog__halfOpacityBackdrop.ABB_CommonUX_Dialog__dark{background:rgba(15,15,15,.5)}::ng-deep .ABB_CommonUX_Dialog__transparentBackdrop>.ABB_CommonUX_Dialog__modal-backdrop.ABB_CommonUX_Dialog__show{background:transparent;pointer-events:none}::ng-deep .ABB_CommonUX_Dialog__transparentBackdrop>.ABB_CommonUX_Dialog__modal.ABB_CommonUX_Dialog__show{pointer-events:none}::ng-deep .ABB_CommonUX_Dialog__fullOpacityBackdrop.ABB_CommonUX_Dialog__light>.ABB_CommonUX_Dialog__modal-backdrop.ABB_CommonUX_Dialog__show{background:#ebebeb}::ng-deep .ABB_CommonUX_Dialog__fullOpacityBackdrop.ABB_CommonUX_Dialog__dark>.ABB_CommonUX_Dialog__modal-backdrop.ABB_CommonUX_Dialog__show{background:#2e2e2e}::ng-deep .ABB_CommonUX_Dialog__halfOpacityBackdrop.ABB_CommonUX_Dialog__light>.ABB_CommonUX_Dialog__modal-backdrop.ABB_CommonUX_Dialog__show{background:rgba(46,46,46,.5)}::ng-deep .ABB_CommonUX_Dialog__halfOpacityBackdrop.ABB_CommonUX_Dialog__dark>.ABB_CommonUX_Dialog__modal-backdrop.ABB_CommonUX_Dialog__show{background:rgba(15,15,15,.5)}.ABB_CommonUX_DonutChart__root{display:flex;height:99%;width:99%}.ABB_CommonUX_DonutChart__root>.ABB_CommonUX_DonutChart__chart{flex:1 0 0%;display:inline-block}.ABB_CommonUX_DonutChart__root>.ABB_CommonUX_DonutChart__chart>svg>g{shape-rendering:geometricPrecision}.ABB_CommonUX_DonutChart__root>.ABB_CommonUX_DonutChart__chart>svg>g>path{transition:opacity .3s;stroke:#000;stroke-width:0}.ABB_CommonUX_DonutChart__root>.ABB_CommonUX_DonutChart__legend{flex:1 0 0%;display:inline-block;margin-left:32px}.ABB_CommonUX_DonutChart__root>.ABB_CommonUX_DonutChart__legend>.ABB_CommonUX_DonutChart__legendRow>span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.ABB_CommonUX_DonutChart__root>.ABB_CommonUX_DonutChart__legend>.ABB_CommonUX_DonutChart__legendRow>span.ABB_CommonUX_DonutChart__isClickable{cursor:pointer}.ABB_CommonUX_DonutChart__root>.ABB_CommonUX_DonutChart__legend>.ABB_CommonUX_DonutChart__legendRow>span>span:first-child{width:10px;height:10px;border-radius:2px;display:inline-block;margin-right:20px}.ABB_CommonUX_DonutChart__root>.ABB_CommonUX_DonutChart__legend>.ABB_CommonUX_DonutChart__legendRow>span>span:last-child>span:last-child{margin-left:10px;opacity:.6}.ABB_CommonUX_DonutChart__root>.ABB_CommonUX_DonutChart__legend>.ABB_CommonUX_DonutChart__legendRow.ABB_CommonUX_DonutChart__legendHover{font-weight:700}.ABB_CommonUX_DonutChart__root>.ABB_CommonUX_DonutChart__legend>.ABB_CommonUX_DonutChart__legendRow.ABB_CommonUX_DonutChart__hiddenValue{opacity:.2}.ABB_CommonUX_DonutChart__root>.ABB_CommonUX_DonutChart__legend>.ABB_CommonUX_DonutChart__legendRow.ABB_CommonUX_DonutChart__hiddenValue>span>span:last-child{text-decoration:line-through}.ABB_CommonUX_Expander__root{border-bottom:2px solid #1f1f1f;transition:max-height .3s ease;padding-bottom:16px;box-sizing:border-box}.ABB_CommonUX_Expander__root.ABB_CommonUX_Expander__isNested{margin-left:16px}.ABB_CommonUX_Expander__root>.ABB_CommonUX_Expander__header{display:block;cursor:pointer;font-size:14px;font-weight:700;border-bottom:1px solid transparent}.ABB_CommonUX_Expander__root>.ABB_CommonUX_Expander__header>span{box-sizing:border-box;display:inline-block}.ABB_CommonUX_Expander__root>.ABB_CommonUX_Expander__header>span:first-child>*{margin:16px;transition:all .3s}.ABB_CommonUX_Expander__root>.ABB_CommonUX_Expander__header>span:last-child{margin:0 40px 0 0;padding:16px;line-height:16px;height:48px;vertical-align:bottom}.ABB_CommonUX_Expander__root>.ABB_CommonUX_Expander__header:hover{background:silver}.ABB_CommonUX_Expander__root>.ABB_CommonUX_Expander__content{transition:opacity .3s ease}.ABB_CommonUX_Expander__root:not(.ABB_CommonUX_Expander__open){max-height:48px}.ABB_CommonUX_Expander__root:not(.ABB_CommonUX_Expander__open)>.ABB_CommonUX_Expander__content{opacity:0;pointer-events:none}.ABB_CommonUX_Expander__root.ABB_CommonUX_Expander__open{max-height:100vh}.ABB_CommonUX_Expander__root.ABB_CommonUX_Expander__open>.ABB_CommonUX_Expander__header{border-bottom-color:#bababa}.ABB_CommonUX_Expander__root.ABB_CommonUX_Expander__open>.ABB_CommonUX_Expander__header>span:first-child>*{transform:rotate(90deg)}.ABB_CommonUX_Expander__root.ABB_CommonUX_Expander__open>.ABB_CommonUX_Expander__content{opacity:1}.ABB_CommonUX_Gauge__root{height:99%;width:99%}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__header{display:flex;flex-direction:row;margin-bottom:16px;line-height:16px}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__header span{font-size:16px;font-family:ABBVoice-bold}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__header>span:first-child{flex:10}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__header>span:last-child{flex:0}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__header>span:last-child>.ABB_CommonUX_Gauge__value{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__header>span:last-child>.ABB_CommonUX_Gauge__unit{margin-left:4px}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__bar{position:relative;width:100%;height:14px}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__bar>.ABB_CommonUX_Gauge__bg{background:#dbdbdb;position:absolute;left:0;right:0;top:0;height:8px}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__bar>.ABB_CommonUX_Gauge__fg{background:orange;position:absolute;left:0;width:0;top:0;height:8px}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__bar>.ABB_CommonUX_Gauge__limits{position:absolute}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__bar>.ABB_CommonUX_Gauge__limits.ABB_CommonUX_Gauge__parallel{height:2px;bottom:0;left:0;right:0}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__bar>.ABB_CommonUX_Gauge__limits.ABB_CommonUX_Gauge__parallel>div{position:absolute;top:0;bottom:0}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__bar>.ABB_CommonUX_Gauge__limits.ABB_CommonUX_Gauge__parallel>div.ABB_CommonUX_Gauge__lowWarn{left:0;border-top:2px dashed #ff7300}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__bar>.ABB_CommonUX_Gauge__limits.ABB_CommonUX_Gauge__parallel>div.ABB_CommonUX_Gauge__lowAlarm{left:0;background:#f03040}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__bar>.ABB_CommonUX_Gauge__limits.ABB_CommonUX_Gauge__parallel>div.ABB_CommonUX_Gauge__highWarn{right:0;border-top:2px dashed #ff7300}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__bar>.ABB_CommonUX_Gauge__limits.ABB_CommonUX_Gauge__parallel>div.ABB_CommonUX_Gauge__highAlarm{right:0;background:#f03040}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__bar>.ABB_CommonUX_Gauge__limits.ABB_CommonUX_Gauge__orthogonal{top:-4px;height:16px;left:0;right:0}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__bar>.ABB_CommonUX_Gauge__limits.ABB_CommonUX_Gauge__orthogonal>div{position:absolute;height:100%;top:0;bottom:0}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__bar>.ABB_CommonUX_Gauge__limits.ABB_CommonUX_Gauge__orthogonal>div.ABB_CommonUX_Gauge__lowWarn{width:1px;border-right:1px dashed #1f1f1f}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__bar>.ABB_CommonUX_Gauge__limits.ABB_CommonUX_Gauge__orthogonal>div.ABB_CommonUX_Gauge__lowAlarm{width:2px;border-right:2px solid #1f1f1f}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__bar>.ABB_CommonUX_Gauge__limits.ABB_CommonUX_Gauge__orthogonal>div.ABB_CommonUX_Gauge__highWarn{width:1px;border-left:1px dashed #1f1f1f}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__bar>.ABB_CommonUX_Gauge__limits.ABB_CommonUX_Gauge__orthogonal>div.ABB_CommonUX_Gauge__highAlarm{width:2px;border-left:2px solid #1f1f1f}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__minMax{display:flex;flex-direction:row;justify-content:space-between;line-height:16px}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__linear>.ABB_CommonUX_Gauge__minMax>span{font-size:14px}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg{overflow:visible;width:100%;height:100%}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g{shape-rendering:geometricPrecision}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g>text.ABB_CommonUX_Gauge__label{text-anchor:middle}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g>text.ABB_CommonUX_Gauge__value{text-anchor:middle;alignment-baseline:middle;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g>text.ABB_CommonUX_Gauge__unit{text-anchor:middle;alignment-baseline:middle}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g>text.ABB_CommonUX_Gauge__min{text-anchor:start;alignment-baseline:text-before-edge}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g>text.ABB_CommonUX_Gauge__max{text-anchor:end;alignment-baseline:text-before-edge}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g>.ABB_CommonUX_Gauge__background{stroke:none;fill:#dbdbdb}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g>.ABB_CommonUX_Gauge__foreground{stroke:none}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g>.ABB_CommonUX_Gauge__parallelHighAlarmLimit,.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g>.ABB_CommonUX_Gauge__parallelHighWarningLimit,.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g>.ABB_CommonUX_Gauge__parallelLowAlarmLimit,.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g>.ABB_CommonUX_Gauge__parallelLowWarningLimit{fill:none}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g>.ABB_CommonUX_Gauge__parallelHighWarningLimit,.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g>.ABB_CommonUX_Gauge__parallelLowWarningLimit{stroke-dasharray:4;stroke-dashoffset:2}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g>.ABB_CommonUX_Gauge__orthogonallHighAlarmLimit,.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g>.ABB_CommonUX_Gauge__orthogonallHighWarningLimit,.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g>.ABB_CommonUX_Gauge__orthogonallLowAlarmLimit,.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g>.ABB_CommonUX_Gauge__orthogonallLowWarningLimit{stroke:#000;stroke-width:2px;fill:none}.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g>.ABB_CommonUX_Gauge__orthogonallHighWarningLimit,.ABB_CommonUX_Gauge__root.ABB_CommonUX_Gauge__radial>svg>g>.ABB_CommonUX_Gauge__orthogonallLowWarningLimit{stroke-dasharray:2}.ABB_CommonUX_Heading__root{position:relative;white-space:nowrap}.ABB_CommonUX_Heading__root:before{content:unset}.ABB_CommonUX_Heading__root.ABB_CommonUX_Heading__withCursor:after{position:absolute;left:0;content:"\2014";color:#ff000f;display:block}.ABB_CommonUX_Heading__root.ABB_CommonUX_Heading__light,.ABB_CommonUX_Heading__root.ABB_CommonUX_Heading__light.ABB_CommonUX_Heading__withCursor.ABB_CommonUX_Heading__blackwhite:after{color:#1f1f1f}.ABB_CommonUX_Heading__root.ABB_CommonUX_Heading__dark,.ABB_CommonUX_Heading__root.ABB_CommonUX_Heading__dark.ABB_CommonUX_Heading__withCursor.ABB_CommonUX_Heading__blackwhite:after{color:#dbdbdb}h1.ABB_CommonUX_Heading__root{font-size:72px;line-height:144px}h1.ABB_CommonUX_Heading__root:after{top:-72px}h2.ABB_CommonUX_Heading__root{font-size:36px;line-height:72px}h2.ABB_CommonUX_Heading__root:after{top:-36px}h3.ABB_CommonUX_Heading__root{font-size:24px;line-height:48px}h3.ABB_CommonUX_Heading__root:after{top:-24px}h4.ABB_CommonUX_Heading__root{font-size:18px;line-height:36px}h4.ABB_CommonUX_Heading__root:after{top:-18px}h5.ABB_CommonUX_Heading__root{font-size:14px;line-height:28px}h5.ABB_CommonUX_Heading__root:after{top:-14px}h6.ABB_CommonUX_Heading__root{font-size:12px;line-height:24px}h6.ABB_CommonUX_Heading__root:after{top:-12px}.ABB_CommonUX_LineChart__root{border:1px solid #000}.ABB_CommonUX_LoadingIndicator__root{display:block}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar{width:100%}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__texts{position:relative;height:16px;line-height:16px;font-size:14px;margin-bottom:8px;margin-top:8px}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__texts>span{position:absolute;top:0;left:0;will-change:transform}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__texts>span.ABB_CommonUX_LoadingIndicator__text{opacity:1}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__texts>span.ABB_CommonUX_LoadingIndicator__textWhenReady{opacity:0;transform:translateY(20px)}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__texts>span.ABB_CommonUX_LoadingIndicator__fadeOutToAbove{opacity:0;transition:opacity 2s,transform 1s;transform:translateY(-20px)}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__texts>span.ABB_CommonUX_LoadingIndicator__fadeInFromBelow{opacity:1;transition:opacity 2s,transform 1s;transform:translateY(0)}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container{position:relative;overflow:hidden}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back{background:transparent;width:calc(100% + 10px);height:100%;display:flex;flex-direction:row}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div{margin:0 10px 0 0;flex:1;position:relative;overflow:hidden}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div>div{position:absolute;top:0;bottom:0;left:0;right:0;will-change:transform;background:#dbdbdb;-webkit-animation:ABB_CommonUX_LoadingIndicator__barSlide 1.2s linear infinite forwards;animation:ABB_CommonUX_LoadingIndicator__barSlide 1.2s linear infinite forwards}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div>div:not(.ABB_CommonUX_LoadingIndicator__isInternetExplorer){transform:translate3d(calc(-100% - 1px),0,0)}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div>div.ABB_CommonUX_LoadingIndicator__isInternetExplorer{transform:translate3d(-100%,0,0)}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:first-child>div{-webkit-animation-delay:.2s;animation-delay:.2s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(2)>div{-webkit-animation-delay:.4s;animation-delay:.4s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(3)>div{-webkit-animation-delay:.6s;animation-delay:.6s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(4)>div{-webkit-animation-delay:.8s;animation-delay:.8s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(5)>div{-webkit-animation-delay:1s;animation-delay:1s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(6)>div{-webkit-animation-delay:1.2s;animation-delay:1.2s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(7)>div{-webkit-animation-delay:1.4s;animation-delay:1.4s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(8)>div{-webkit-animation-delay:1.6s;animation-delay:1.6s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(9)>div{-webkit-animation-delay:1.8s;animation-delay:1.8s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(10)>div{-webkit-animation-delay:2s;animation-delay:2s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(11)>div{-webkit-animation-delay:2.2s;animation-delay:2.2s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(12)>div{-webkit-animation-delay:2.4s;animation-delay:2.4s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(13)>div{-webkit-animation-delay:2.6s;animation-delay:2.6s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(14)>div{-webkit-animation-delay:2.8s;animation-delay:2.8s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(15)>div{-webkit-animation-delay:3s;animation-delay:3s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(16)>div{-webkit-animation-delay:3.2s;animation-delay:3.2s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(17)>div{-webkit-animation-delay:3.4s;animation-delay:3.4s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(18)>div{-webkit-animation-delay:3.6s;animation-delay:3.6s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(19)>div{-webkit-animation-delay:3.8s;animation-delay:3.8s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(20)>div{-webkit-animation-delay:4s;animation-delay:4s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(21)>div{-webkit-animation-delay:4.2s;animation-delay:4.2s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(22)>div{-webkit-animation-delay:4.4s;animation-delay:4.4s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(23)>div{-webkit-animation-delay:4.6s;animation-delay:4.6s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(24)>div{-webkit-animation-delay:4.8s;animation-delay:4.8s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(25)>div{-webkit-animation-delay:5s;animation-delay:5s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(26)>div{-webkit-animation-delay:5.2s;animation-delay:5.2s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(27)>div{-webkit-animation-delay:5.4s;animation-delay:5.4s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(28)>div{-webkit-animation-delay:5.6s;animation-delay:5.6s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(29)>div{-webkit-animation-delay:5.8s;animation-delay:5.8s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(30)>div{-webkit-animation-delay:6s;animation-delay:6s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(31)>div{-webkit-animation-delay:6.2s;animation-delay:6.2s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(32)>div{-webkit-animation-delay:6.4s;animation-delay:6.4s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(33)>div{-webkit-animation-delay:6.6s;animation-delay:6.6s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(34)>div{-webkit-animation-delay:6.8s;animation-delay:6.8s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(35)>div{-webkit-animation-delay:7s;animation-delay:7s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(36)>div{-webkit-animation-delay:7.2s;animation-delay:7.2s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(37)>div{-webkit-animation-delay:7.4s;animation-delay:7.4s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(38)>div{-webkit-animation-delay:7.6s;animation-delay:7.6s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(39)>div{-webkit-animation-delay:7.8s;animation-delay:7.8s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(40)>div{-webkit-animation-delay:8s;animation-delay:8s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(41)>div{-webkit-animation-delay:8.2s;animation-delay:8.2s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(42)>div{-webkit-animation-delay:8.4s;animation-delay:8.4s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(43)>div{-webkit-animation-delay:8.6s;animation-delay:8.6s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(44)>div{-webkit-animation-delay:8.8s;animation-delay:8.8s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(45)>div{-webkit-animation-delay:9s;animation-delay:9s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(46)>div{-webkit-animation-delay:9.2s;animation-delay:9.2s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(47)>div{-webkit-animation-delay:9.4s;animation-delay:9.4s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(48)>div{-webkit-animation-delay:9.6s;animation-delay:9.6s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(49)>div{-webkit-animation-delay:9.8s;animation-delay:9.8s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(50)>div{-webkit-animation-delay:10s;animation-delay:10s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(51)>div{-webkit-animation-delay:10.2s;animation-delay:10.2s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(52)>div{-webkit-animation-delay:10.4s;animation-delay:10.4s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(53)>div{-webkit-animation-delay:10.6s;animation-delay:10.6s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(54)>div{-webkit-animation-delay:10.8s;animation-delay:10.8s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(55)>div{-webkit-animation-delay:11s;animation-delay:11s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(56)>div{-webkit-animation-delay:11.2s;animation-delay:11.2s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(57)>div{-webkit-animation-delay:11.4s;animation-delay:11.4s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(58)>div{-webkit-animation-delay:11.6s;animation-delay:11.6s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(59)>div{-webkit-animation-delay:11.8s;animation-delay:11.8s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div:nth-child(60)>div{-webkit-animation-delay:12s;animation-delay:12s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__front{position:absolute;width:0;height:100%;top:0;left:0;transition:width .3s}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__front.ABB_CommonUX_LoadingIndicator__noMotion{transition:none}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar.ABB_CommonUX_LoadingIndicator__small>.ABB_CommonUX_LoadingIndicator__container{height:4px}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar.ABB_CommonUX_LoadingIndicator__small>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div{margin-right:2px}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar.ABB_CommonUX_LoadingIndicator__medium>.ABB_CommonUX_LoadingIndicator__container{height:8px}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar.ABB_CommonUX_LoadingIndicator__medium>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div{margin-right:1px}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar.ABB_CommonUX_LoadingIndicator__large>.ABB_CommonUX_LoadingIndicator__container{height:16px}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar.ABB_CommonUX_LoadingIndicator__large>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div{margin-right:1px}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar.ABB_CommonUX_LoadingIndicator__determinate.ABB_CommonUX_LoadingIndicator__red>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__front{background:#ff000f}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar.ABB_CommonUX_LoadingIndicator__determinate.ABB_CommonUX_LoadingIndicator__blue>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__front{background:#36f}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar.ABB_CommonUX_LoadingIndicator__determinate.ABB_CommonUX_LoadingIndicator__grey>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__front{background:#bababa}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar.ABB_CommonUX_LoadingIndicator__indeterminate.ABB_CommonUX_LoadingIndicator__red>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div>div{background:#ff000f}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar.ABB_CommonUX_LoadingIndicator__indeterminate.ABB_CommonUX_LoadingIndicator__blue>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div>div{background:#36f}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar.ABB_CommonUX_LoadingIndicator__indeterminate.ABB_CommonUX_LoadingIndicator__grey>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div>div{background:#dbdbdb}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar.ABB_CommonUX_LoadingIndicator__light{color:#1f1f1f}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__bar.ABB_CommonUX_LoadingIndicator__dark{color:#dbdbdb}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial{color:#1f1f1f;display:block;border-radius:100%;position:relative}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial>div{position:absolute;top:0;bottom:0;left:0;right:0}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial>div.ABB_CommonUX_LoadingIndicator__isInternetExplorer{transform-origin:center;-webkit-animation:ABB_CommonUX_LoadingIndicator__rotation 3s linear infinite;animation:ABB_CommonUX_LoadingIndicator__rotation 3s linear infinite}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial>div>svg{position:relative}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial>div>svg>g{transform-origin:center}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial>div>svg>g>circle{fill:transparent;transform-origin:center}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial>div>svg>g>circle.ABB_CommonUX_LoadingIndicator__back{stroke:#dbdbdb}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial>div>svg>.ABB_CommonUX_LoadingIndicator__front{transition:stroke-dashoffset .3s linear;transform:rotate(270deg);transform-origin:center;fill:transparent}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial>div>svg>.ABB_CommonUX_LoadingIndicator__front.ABB_CommonUX_LoadingIndicator__noMotion{transition:none}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial>.ABB_CommonUX_LoadingIndicator__value{position:absolute;display:block;left:0;top:0;width:100%;height:100%}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial>.ABB_CommonUX_LoadingIndicator__value>.ABB_CommonUX_LoadingIndicator__text,.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial>.ABB_CommonUX_LoadingIndicator__value>.ABB_CommonUX_LoadingIndicator__textWhenReady{position:absolute;width:100%;text-align:center;height:0;overflow:visible;margin-top:calc(50% - 1em)}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial>.ABB_CommonUX_LoadingIndicator__value>.ABB_CommonUX_LoadingIndicator__text{opacity:1}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial>.ABB_CommonUX_LoadingIndicator__value>.ABB_CommonUX_LoadingIndicator__textWhenReady{opacity:0;transform:translateY(20px)}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial>.ABB_CommonUX_LoadingIndicator__value>.ABB_CommonUX_LoadingIndicator__fadeOutToAbove{opacity:0;transition:opacity 2s,transform 1s;transform:translateY(-20px)}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial>.ABB_CommonUX_LoadingIndicator__value>.ABB_CommonUX_LoadingIndicator__fadeInFromBelow{opacity:1;transition:opacity 2s,transform 1s;transform:translateY(0)}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial.ABB_CommonUX_LoadingIndicator__small{height:32px;width:32px}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial.ABB_CommonUX_LoadingIndicator__small>div>svg circle{stroke-width:3px}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial.ABB_CommonUX_LoadingIndicator__medium{font-size:12px;height:64px;width:64px}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial.ABB_CommonUX_LoadingIndicator__medium>div>svg circle{stroke-width:4px}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial.ABB_CommonUX_LoadingIndicator__large{font-size:14px;height:128px;width:128px}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial.ABB_CommonUX_LoadingIndicator__large>div>svg circle{stroke-width:8px}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial.ABB_CommonUX_LoadingIndicator__determinate.ABB_CommonUX_LoadingIndicator__red>div>svg>.ABB_CommonUX_LoadingIndicator__front{stroke:#ff000f}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial.ABB_CommonUX_LoadingIndicator__determinate.ABB_CommonUX_LoadingIndicator__blue>div>svg>.ABB_CommonUX_LoadingIndicator__front{stroke:#36f}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial.ABB_CommonUX_LoadingIndicator__determinate.ABB_CommonUX_LoadingIndicator__grey>div>svg>.ABB_CommonUX_LoadingIndicator__front{stroke:#bababa}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial:not(.ABB_CommonUX_LoadingIndicator__determinate).ABB_CommonUX_LoadingIndicator__red>div>svg>g>.ABB_CommonUX_LoadingIndicator__back{stroke:#ff000f}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial:not(.ABB_CommonUX_LoadingIndicator__determinate).ABB_CommonUX_LoadingIndicator__blue>div>svg>g>.ABB_CommonUX_LoadingIndicator__back{stroke:#36f}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__radial:not(.ABB_CommonUX_LoadingIndicator__determinate).ABB_CommonUX_LoadingIndicator__grey>div>svg>g>.ABB_CommonUX_LoadingIndicator__back{stroke:#bababa}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__dark{color:#dbdbdb}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__dark.ABB_CommonUX_LoadingIndicator__radial>div>svg>g>.ABB_CommonUX_LoadingIndicator__back{stroke:#525252}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__dark.ABB_CommonUX_LoadingIndicator__radial:not(.ABB_CommonUX_LoadingIndicator__determinate).ABB_CommonUX_LoadingIndicator__grey>div>svg>g>.ABB_CommonUX_LoadingIndicator__back{stroke:#848484}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__dark.ABB_CommonUX_LoadingIndicator__bar.ABB_CommonUX_LoadingIndicator__grey>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__front{background:#848484}.ABB_CommonUX_LoadingIndicator__root.ABB_CommonUX_LoadingIndicator__dark.ABB_CommonUX_LoadingIndicator__bar>.ABB_CommonUX_LoadingIndicator__container>.ABB_CommonUX_LoadingIndicator__back>div>div{background:#525252}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes ABB_CommonUX_LoadingIndicator__rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__barSlide{0%{will-change:transform;transform:translate3d(calc(-100% - 1px),0,0)}25%{will-change:transform;transform:translateZ(0)}to{will-change:transform;transform:translate3d(100%,0,0)}}@keyframes ABB_CommonUX_LoadingIndicator__barSlide{0%{will-change:transform;transform:translate3d(calc(-100% - 1px),0,0)}25%{will-change:transform;transform:translateZ(0)}to{will-change:transform;transform:translate3d(100%,0,0)}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Small1{0.0%{transform:rotate(0deg);stroke-dashoffset:80.4}3.3%{transform:rotate(0deg);stroke-dashoffset:75.1}33.3%{transform:rotate(24deg);stroke-dashoffset:80.4}100.0%{transform:rotate(24deg);stroke-dashoffset:80.4}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Small1{0.0%{transform:rotate(0deg);stroke-dashoffset:80.4}3.3%{transform:rotate(0deg);stroke-dashoffset:75.1}33.3%{transform:rotate(24deg);stroke-dashoffset:80.4}100.0%{transform:rotate(24deg);stroke-dashoffset:80.4}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Small2{0.0%{transform:rotate(24deg);stroke-dashoffset:80.4}3.3%{transform:rotate(24deg);stroke-dashoffset:80.4}6.7%{transform:rotate(24deg);stroke-dashoffset:75.1}36.7%{transform:rotate(48deg);stroke-dashoffset:80.4}100.0%{transform:rotate(48deg);stroke-dashoffset:80.4}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Small2{0.0%{transform:rotate(24deg);stroke-dashoffset:80.4}3.3%{transform:rotate(24deg);stroke-dashoffset:80.4}6.7%{transform:rotate(24deg);stroke-dashoffset:75.1}36.7%{transform:rotate(48deg);stroke-dashoffset:80.4}100.0%{transform:rotate(48deg);stroke-dashoffset:80.4}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Small3{0.0%{transform:rotate(48deg);stroke-dashoffset:80.4}6.7%{transform:rotate(48deg);stroke-dashoffset:80.4}10.0%{transform:rotate(48deg);stroke-dashoffset:75.1}40.0%{transform:rotate(72deg);stroke-dashoffset:80.4}100.0%{transform:rotate(72deg);stroke-dashoffset:80.4}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Small3{0.0%{transform:rotate(48deg);stroke-dashoffset:80.4}6.7%{transform:rotate(48deg);stroke-dashoffset:80.4}10.0%{transform:rotate(48deg);stroke-dashoffset:75.1}40.0%{transform:rotate(72deg);stroke-dashoffset:80.4}100.0%{transform:rotate(72deg);stroke-dashoffset:80.4}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Small4{0.0%{transform:rotate(72deg);stroke-dashoffset:80.4}10.0%{transform:rotate(72deg);stroke-dashoffset:80.4}13.3%{transform:rotate(72deg);stroke-dashoffset:75.1}43.3%{transform:rotate(96deg);stroke-dashoffset:80.4}100.0%{transform:rotate(96deg);stroke-dashoffset:80.4}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Small4{0.0%{transform:rotate(72deg);stroke-dashoffset:80.4}10.0%{transform:rotate(72deg);stroke-dashoffset:80.4}13.3%{transform:rotate(72deg);stroke-dashoffset:75.1}43.3%{transform:rotate(96deg);stroke-dashoffset:80.4}100.0%{transform:rotate(96deg);stroke-dashoffset:80.4}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Small5{0.0%{transform:rotate(96deg);stroke-dashoffset:80.4}13.3%{transform:rotate(96deg);stroke-dashoffset:80.4}16.7%{transform:rotate(96deg);stroke-dashoffset:75.1}46.7%{transform:rotate(120deg);stroke-dashoffset:80.4}100.0%{transform:rotate(120deg);stroke-dashoffset:80.4}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Small5{0.0%{transform:rotate(96deg);stroke-dashoffset:80.4}13.3%{transform:rotate(96deg);stroke-dashoffset:80.4}16.7%{transform:rotate(96deg);stroke-dashoffset:75.1}46.7%{transform:rotate(120deg);stroke-dashoffset:80.4}100.0%{transform:rotate(120deg);stroke-dashoffset:80.4}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Small6{0.0%{transform:rotate(120deg);stroke-dashoffset:80.4}16.7%{transform:rotate(120deg);stroke-dashoffset:80.4}20.0%{transform:rotate(120deg);stroke-dashoffset:75.1}50.0%{transform:rotate(144deg);stroke-dashoffset:80.4}100.0%{transform:rotate(144deg);stroke-dashoffset:80.4}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Small6{0.0%{transform:rotate(120deg);stroke-dashoffset:80.4}16.7%{transform:rotate(120deg);stroke-dashoffset:80.4}20.0%{transform:rotate(120deg);stroke-dashoffset:75.1}50.0%{transform:rotate(144deg);stroke-dashoffset:80.4}100.0%{transform:rotate(144deg);stroke-dashoffset:80.4}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Small7{0.0%{transform:rotate(144deg);stroke-dashoffset:80.4}20.0%{transform:rotate(144deg);stroke-dashoffset:80.4}23.3%{transform:rotate(144deg);stroke-dashoffset:75.1}53.3%{transform:rotate(168deg);stroke-dashoffset:80.4}100.0%{transform:rotate(168deg);stroke-dashoffset:80.4}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Small7{0.0%{transform:rotate(144deg);stroke-dashoffset:80.4}20.0%{transform:rotate(144deg);stroke-dashoffset:80.4}23.3%{transform:rotate(144deg);stroke-dashoffset:75.1}53.3%{transform:rotate(168deg);stroke-dashoffset:80.4}100.0%{transform:rotate(168deg);stroke-dashoffset:80.4}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Small8{0.0%{transform:rotate(168deg);stroke-dashoffset:80.4}23.3%{transform:rotate(168deg);stroke-dashoffset:80.4}26.7%{transform:rotate(168deg);stroke-dashoffset:75.1}56.7%{transform:rotate(192deg);stroke-dashoffset:80.4}100.0%{transform:rotate(192deg);stroke-dashoffset:80.4}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Small8{0.0%{transform:rotate(168deg);stroke-dashoffset:80.4}23.3%{transform:rotate(168deg);stroke-dashoffset:80.4}26.7%{transform:rotate(168deg);stroke-dashoffset:75.1}56.7%{transform:rotate(192deg);stroke-dashoffset:80.4}100.0%{transform:rotate(192deg);stroke-dashoffset:80.4}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Small9{0.0%{transform:rotate(192deg);stroke-dashoffset:80.4}26.7%{transform:rotate(192deg);stroke-dashoffset:80.4}30.0%{transform:rotate(192deg);stroke-dashoffset:75.1}60.0%{transform:rotate(216deg);stroke-dashoffset:80.4}100.0%{transform:rotate(216deg);stroke-dashoffset:80.4}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Small9{0.0%{transform:rotate(192deg);stroke-dashoffset:80.4}26.7%{transform:rotate(192deg);stroke-dashoffset:80.4}30.0%{transform:rotate(192deg);stroke-dashoffset:75.1}60.0%{transform:rotate(216deg);stroke-dashoffset:80.4}100.0%{transform:rotate(216deg);stroke-dashoffset:80.4}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Small10{0.0%{transform:rotate(216deg);stroke-dashoffset:80.4}30.0%{transform:rotate(216deg);stroke-dashoffset:80.4}33.3%{transform:rotate(216deg);stroke-dashoffset:75.1}63.3%{transform:rotate(240deg);stroke-dashoffset:80.4}100.0%{transform:rotate(240deg);stroke-dashoffset:80.4}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Small10{0.0%{transform:rotate(216deg);stroke-dashoffset:80.4}30.0%{transform:rotate(216deg);stroke-dashoffset:80.4}33.3%{transform:rotate(216deg);stroke-dashoffset:75.1}63.3%{transform:rotate(240deg);stroke-dashoffset:80.4}100.0%{transform:rotate(240deg);stroke-dashoffset:80.4}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Small11{0.0%{transform:rotate(240deg);stroke-dashoffset:80.4}33.3%{transform:rotate(240deg);stroke-dashoffset:80.4}36.7%{transform:rotate(240deg);stroke-dashoffset:75.1}66.7%{transform:rotate(264deg);stroke-dashoffset:80.4}100.0%{transform:rotate(264deg);stroke-dashoffset:80.4}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Small11{0.0%{transform:rotate(240deg);stroke-dashoffset:80.4}33.3%{transform:rotate(240deg);stroke-dashoffset:80.4}36.7%{transform:rotate(240deg);stroke-dashoffset:75.1}66.7%{transform:rotate(264deg);stroke-dashoffset:80.4}100.0%{transform:rotate(264deg);stroke-dashoffset:80.4}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Small12{0.0%{transform:rotate(264deg);stroke-dashoffset:80.4}36.7%{transform:rotate(264deg);stroke-dashoffset:80.4}40.0%{transform:rotate(264deg);stroke-dashoffset:75.1}70.0%{transform:rotate(288deg);stroke-dashoffset:80.4}100.0%{transform:rotate(288deg);stroke-dashoffset:80.4}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Small12{0.0%{transform:rotate(264deg);stroke-dashoffset:80.4}36.7%{transform:rotate(264deg);stroke-dashoffset:80.4}40.0%{transform:rotate(264deg);stroke-dashoffset:75.1}70.0%{transform:rotate(288deg);stroke-dashoffset:80.4}100.0%{transform:rotate(288deg);stroke-dashoffset:80.4}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Small13{0.0%{transform:rotate(288deg);stroke-dashoffset:80.4}40.0%{transform:rotate(288deg);stroke-dashoffset:80.4}43.3%{transform:rotate(288deg);stroke-dashoffset:75.1}73.3%{transform:rotate(312deg);stroke-dashoffset:80.4}100.0%{transform:rotate(312deg);stroke-dashoffset:80.4}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Small13{0.0%{transform:rotate(288deg);stroke-dashoffset:80.4}40.0%{transform:rotate(288deg);stroke-dashoffset:80.4}43.3%{transform:rotate(288deg);stroke-dashoffset:75.1}73.3%{transform:rotate(312deg);stroke-dashoffset:80.4}100.0%{transform:rotate(312deg);stroke-dashoffset:80.4}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Small14{0.0%{transform:rotate(312deg);stroke-dashoffset:80.4}43.3%{transform:rotate(312deg);stroke-dashoffset:80.4}46.7%{transform:rotate(312deg);stroke-dashoffset:75.1}76.7%{transform:rotate(336deg);stroke-dashoffset:80.4}100.0%{transform:rotate(336deg);stroke-dashoffset:80.4}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Small14{0.0%{transform:rotate(312deg);stroke-dashoffset:80.4}43.3%{transform:rotate(312deg);stroke-dashoffset:80.4}46.7%{transform:rotate(312deg);stroke-dashoffset:75.1}76.7%{transform:rotate(336deg);stroke-dashoffset:80.4}100.0%{transform:rotate(336deg);stroke-dashoffset:80.4}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Small15{0.0%{transform:rotate(336deg);stroke-dashoffset:80.4}46.7%{transform:rotate(336deg);stroke-dashoffset:80.4}50.0%{transform:rotate(336deg);stroke-dashoffset:75.1}80.0%{transform:rotate(1turn);stroke-dashoffset:80.4}100.0%{transform:rotate(1turn);stroke-dashoffset:80.4}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Small15{0.0%{transform:rotate(336deg);stroke-dashoffset:80.4}46.7%{transform:rotate(336deg);stroke-dashoffset:80.4}50.0%{transform:rotate(336deg);stroke-dashoffset:75.1}80.0%{transform:rotate(1turn);stroke-dashoffset:80.4}100.0%{transform:rotate(1turn);stroke-dashoffset:80.4}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Medium1{0.0%{transform:rotate(0deg);stroke-dashoffset:160.8}3.3%{transform:rotate(0deg);stroke-dashoffset:150.1}33.3%{transform:rotate(24deg);stroke-dashoffset:160.8}100.0%{transform:rotate(24deg);stroke-dashoffset:160.8}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Medium1{0.0%{transform:rotate(0deg);stroke-dashoffset:160.8}3.3%{transform:rotate(0deg);stroke-dashoffset:150.1}33.3%{transform:rotate(24deg);stroke-dashoffset:160.8}100.0%{transform:rotate(24deg);stroke-dashoffset:160.8}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Medium2{0.0%{transform:rotate(24deg);stroke-dashoffset:160.8}3.3%{transform:rotate(24deg);stroke-dashoffset:160.8}6.7%{transform:rotate(24deg);stroke-dashoffset:150.1}36.7%{transform:rotate(48deg);stroke-dashoffset:160.8}100.0%{transform:rotate(48deg);stroke-dashoffset:160.8}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Medium2{0.0%{transform:rotate(24deg);stroke-dashoffset:160.8}3.3%{transform:rotate(24deg);stroke-dashoffset:160.8}6.7%{transform:rotate(24deg);stroke-dashoffset:150.1}36.7%{transform:rotate(48deg);stroke-dashoffset:160.8}100.0%{transform:rotate(48deg);stroke-dashoffset:160.8}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Medium3{0.0%{transform:rotate(48deg);stroke-dashoffset:160.8}6.7%{transform:rotate(48deg);stroke-dashoffset:160.8}10.0%{transform:rotate(48deg);stroke-dashoffset:150.1}40.0%{transform:rotate(72deg);stroke-dashoffset:160.8}100.0%{transform:rotate(72deg);stroke-dashoffset:160.8}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Medium3{0.0%{transform:rotate(48deg);stroke-dashoffset:160.8}6.7%{transform:rotate(48deg);stroke-dashoffset:160.8}10.0%{transform:rotate(48deg);stroke-dashoffset:150.1}40.0%{transform:rotate(72deg);stroke-dashoffset:160.8}100.0%{transform:rotate(72deg);stroke-dashoffset:160.8}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Medium4{0.0%{transform:rotate(72deg);stroke-dashoffset:160.8}10.0%{transform:rotate(72deg);stroke-dashoffset:160.8}13.3%{transform:rotate(72deg);stroke-dashoffset:150.1}43.3%{transform:rotate(96deg);stroke-dashoffset:160.8}100.0%{transform:rotate(96deg);stroke-dashoffset:160.8}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Medium4{0.0%{transform:rotate(72deg);stroke-dashoffset:160.8}10.0%{transform:rotate(72deg);stroke-dashoffset:160.8}13.3%{transform:rotate(72deg);stroke-dashoffset:150.1}43.3%{transform:rotate(96deg);stroke-dashoffset:160.8}100.0%{transform:rotate(96deg);stroke-dashoffset:160.8}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Medium5{0.0%{transform:rotate(96deg);stroke-dashoffset:160.8}13.3%{transform:rotate(96deg);stroke-dashoffset:160.8}16.7%{transform:rotate(96deg);stroke-dashoffset:150.1}46.7%{transform:rotate(120deg);stroke-dashoffset:160.8}100.0%{transform:rotate(120deg);stroke-dashoffset:160.8}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Medium5{0.0%{transform:rotate(96deg);stroke-dashoffset:160.8}13.3%{transform:rotate(96deg);stroke-dashoffset:160.8}16.7%{transform:rotate(96deg);stroke-dashoffset:150.1}46.7%{transform:rotate(120deg);stroke-dashoffset:160.8}100.0%{transform:rotate(120deg);stroke-dashoffset:160.8}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Medium6{0.0%{transform:rotate(120deg);stroke-dashoffset:160.8}16.7%{transform:rotate(120deg);stroke-dashoffset:160.8}20.0%{transform:rotate(120deg);stroke-dashoffset:150.1}50.0%{transform:rotate(144deg);stroke-dashoffset:160.8}100.0%{transform:rotate(144deg);stroke-dashoffset:160.8}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Medium6{0.0%{transform:rotate(120deg);stroke-dashoffset:160.8}16.7%{transform:rotate(120deg);stroke-dashoffset:160.8}20.0%{transform:rotate(120deg);stroke-dashoffset:150.1}50.0%{transform:rotate(144deg);stroke-dashoffset:160.8}100.0%{transform:rotate(144deg);stroke-dashoffset:160.8}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Medium7{0.0%{transform:rotate(144deg);stroke-dashoffset:160.8}20.0%{transform:rotate(144deg);stroke-dashoffset:160.8}23.3%{transform:rotate(144deg);stroke-dashoffset:150.1}53.3%{transform:rotate(168deg);stroke-dashoffset:160.8}100.0%{transform:rotate(168deg);stroke-dashoffset:160.8}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Medium7{0.0%{transform:rotate(144deg);stroke-dashoffset:160.8}20.0%{transform:rotate(144deg);stroke-dashoffset:160.8}23.3%{transform:rotate(144deg);stroke-dashoffset:150.1}53.3%{transform:rotate(168deg);stroke-dashoffset:160.8}100.0%{transform:rotate(168deg);stroke-dashoffset:160.8}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Medium8{0.0%{transform:rotate(168deg);stroke-dashoffset:160.8}23.3%{transform:rotate(168deg);stroke-dashoffset:160.8}26.7%{transform:rotate(168deg);stroke-dashoffset:150.1}56.7%{transform:rotate(192deg);stroke-dashoffset:160.8}100.0%{transform:rotate(192deg);stroke-dashoffset:160.8}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Medium8{0.0%{transform:rotate(168deg);stroke-dashoffset:160.8}23.3%{transform:rotate(168deg);stroke-dashoffset:160.8}26.7%{transform:rotate(168deg);stroke-dashoffset:150.1}56.7%{transform:rotate(192deg);stroke-dashoffset:160.8}100.0%{transform:rotate(192deg);stroke-dashoffset:160.8}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Medium9{0.0%{transform:rotate(192deg);stroke-dashoffset:160.8}26.7%{transform:rotate(192deg);stroke-dashoffset:160.8}30.0%{transform:rotate(192deg);stroke-dashoffset:150.1}60.0%{transform:rotate(216deg);stroke-dashoffset:160.8}100.0%{transform:rotate(216deg);stroke-dashoffset:160.8}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Medium9{0.0%{transform:rotate(192deg);stroke-dashoffset:160.8}26.7%{transform:rotate(192deg);stroke-dashoffset:160.8}30.0%{transform:rotate(192deg);stroke-dashoffset:150.1}60.0%{transform:rotate(216deg);stroke-dashoffset:160.8}100.0%{transform:rotate(216deg);stroke-dashoffset:160.8}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Medium10{0.0%{transform:rotate(216deg);stroke-dashoffset:160.8}30.0%{transform:rotate(216deg);stroke-dashoffset:160.8}33.3%{transform:rotate(216deg);stroke-dashoffset:150.1}63.3%{transform:rotate(240deg);stroke-dashoffset:160.8}100.0%{transform:rotate(240deg);stroke-dashoffset:160.8}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Medium10{0.0%{transform:rotate(216deg);stroke-dashoffset:160.8}30.0%{transform:rotate(216deg);stroke-dashoffset:160.8}33.3%{transform:rotate(216deg);stroke-dashoffset:150.1}63.3%{transform:rotate(240deg);stroke-dashoffset:160.8}100.0%{transform:rotate(240deg);stroke-dashoffset:160.8}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Medium11{0.0%{transform:rotate(240deg);stroke-dashoffset:160.8}33.3%{transform:rotate(240deg);stroke-dashoffset:160.8}36.7%{transform:rotate(240deg);stroke-dashoffset:150.1}66.7%{transform:rotate(264deg);stroke-dashoffset:160.8}100.0%{transform:rotate(264deg);stroke-dashoffset:160.8}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Medium11{0.0%{transform:rotate(240deg);stroke-dashoffset:160.8}33.3%{transform:rotate(240deg);stroke-dashoffset:160.8}36.7%{transform:rotate(240deg);stroke-dashoffset:150.1}66.7%{transform:rotate(264deg);stroke-dashoffset:160.8}100.0%{transform:rotate(264deg);stroke-dashoffset:160.8}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Medium12{0.0%{transform:rotate(264deg);stroke-dashoffset:160.8}36.7%{transform:rotate(264deg);stroke-dashoffset:160.8}40.0%{transform:rotate(264deg);stroke-dashoffset:150.1}70.0%{transform:rotate(288deg);stroke-dashoffset:160.8}100.0%{transform:rotate(288deg);stroke-dashoffset:160.8}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Medium12{0.0%{transform:rotate(264deg);stroke-dashoffset:160.8}36.7%{transform:rotate(264deg);stroke-dashoffset:160.8}40.0%{transform:rotate(264deg);stroke-dashoffset:150.1}70.0%{transform:rotate(288deg);stroke-dashoffset:160.8}100.0%{transform:rotate(288deg);stroke-dashoffset:160.8}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Medium13{0.0%{transform:rotate(288deg);stroke-dashoffset:160.8}40.0%{transform:rotate(288deg);stroke-dashoffset:160.8}43.3%{transform:rotate(288deg);stroke-dashoffset:150.1}73.3%{transform:rotate(312deg);stroke-dashoffset:160.8}100.0%{transform:rotate(312deg);stroke-dashoffset:160.8}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Medium13{0.0%{transform:rotate(288deg);stroke-dashoffset:160.8}40.0%{transform:rotate(288deg);stroke-dashoffset:160.8}43.3%{transform:rotate(288deg);stroke-dashoffset:150.1}73.3%{transform:rotate(312deg);stroke-dashoffset:160.8}100.0%{transform:rotate(312deg);stroke-dashoffset:160.8}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Medium14{0.0%{transform:rotate(312deg);stroke-dashoffset:160.8}43.3%{transform:rotate(312deg);stroke-dashoffset:160.8}46.7%{transform:rotate(312deg);stroke-dashoffset:150.1}76.7%{transform:rotate(336deg);stroke-dashoffset:160.8}100.0%{transform:rotate(336deg);stroke-dashoffset:160.8}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Medium14{0.0%{transform:rotate(312deg);stroke-dashoffset:160.8}43.3%{transform:rotate(312deg);stroke-dashoffset:160.8}46.7%{transform:rotate(312deg);stroke-dashoffset:150.1}76.7%{transform:rotate(336deg);stroke-dashoffset:160.8}100.0%{transform:rotate(336deg);stroke-dashoffset:160.8}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Medium15{0.0%{transform:rotate(336deg);stroke-dashoffset:160.8}46.7%{transform:rotate(336deg);stroke-dashoffset:160.8}50.0%{transform:rotate(336deg);stroke-dashoffset:150.1}80.0%{transform:rotate(1turn);stroke-dashoffset:160.8}100.0%{transform:rotate(1turn);stroke-dashoffset:160.8}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Medium15{0.0%{transform:rotate(336deg);stroke-dashoffset:160.8}46.7%{transform:rotate(336deg);stroke-dashoffset:160.8}50.0%{transform:rotate(336deg);stroke-dashoffset:150.1}80.0%{transform:rotate(1turn);stroke-dashoffset:160.8}100.0%{transform:rotate(1turn);stroke-dashoffset:160.8}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Large1{0.0%{transform:rotate(0deg);stroke-dashoffset:321.7}3.3%{transform:rotate(0deg);stroke-dashoffset:300.3}33.3%{transform:rotate(24deg);stroke-dashoffset:321.7}100.0%{transform:rotate(24deg);stroke-dashoffset:321.7}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Large1{0.0%{transform:rotate(0deg);stroke-dashoffset:321.7}3.3%{transform:rotate(0deg);stroke-dashoffset:300.3}33.3%{transform:rotate(24deg);stroke-dashoffset:321.7}100.0%{transform:rotate(24deg);stroke-dashoffset:321.7}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Large2{0.0%{transform:rotate(24deg);stroke-dashoffset:321.7}3.3%{transform:rotate(24deg);stroke-dashoffset:321.7}6.7%{transform:rotate(24deg);stroke-dashoffset:300.3}36.7%{transform:rotate(48deg);stroke-dashoffset:321.7}100.0%{transform:rotate(48deg);stroke-dashoffset:321.7}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Large2{0.0%{transform:rotate(24deg);stroke-dashoffset:321.7}3.3%{transform:rotate(24deg);stroke-dashoffset:321.7}6.7%{transform:rotate(24deg);stroke-dashoffset:300.3}36.7%{transform:rotate(48deg);stroke-dashoffset:321.7}100.0%{transform:rotate(48deg);stroke-dashoffset:321.7}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Large3{0.0%{transform:rotate(48deg);stroke-dashoffset:321.7}6.7%{transform:rotate(48deg);stroke-dashoffset:321.7}10.0%{transform:rotate(48deg);stroke-dashoffset:300.3}40.0%{transform:rotate(72deg);stroke-dashoffset:321.7}100.0%{transform:rotate(72deg);stroke-dashoffset:321.7}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Large3{0.0%{transform:rotate(48deg);stroke-dashoffset:321.7}6.7%{transform:rotate(48deg);stroke-dashoffset:321.7}10.0%{transform:rotate(48deg);stroke-dashoffset:300.3}40.0%{transform:rotate(72deg);stroke-dashoffset:321.7}100.0%{transform:rotate(72deg);stroke-dashoffset:321.7}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Large4{0.0%{transform:rotate(72deg);stroke-dashoffset:321.7}10.0%{transform:rotate(72deg);stroke-dashoffset:321.7}13.3%{transform:rotate(72deg);stroke-dashoffset:300.3}43.3%{transform:rotate(96deg);stroke-dashoffset:321.7}100.0%{transform:rotate(96deg);stroke-dashoffset:321.7}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Large4{0.0%{transform:rotate(72deg);stroke-dashoffset:321.7}10.0%{transform:rotate(72deg);stroke-dashoffset:321.7}13.3%{transform:rotate(72deg);stroke-dashoffset:300.3}43.3%{transform:rotate(96deg);stroke-dashoffset:321.7}100.0%{transform:rotate(96deg);stroke-dashoffset:321.7}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Large5{0.0%{transform:rotate(96deg);stroke-dashoffset:321.7}13.3%{transform:rotate(96deg);stroke-dashoffset:321.7}16.7%{transform:rotate(96deg);stroke-dashoffset:300.3}46.7%{transform:rotate(120deg);stroke-dashoffset:321.7}100.0%{transform:rotate(120deg);stroke-dashoffset:321.7}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Large5{0.0%{transform:rotate(96deg);stroke-dashoffset:321.7}13.3%{transform:rotate(96deg);stroke-dashoffset:321.7}16.7%{transform:rotate(96deg);stroke-dashoffset:300.3}46.7%{transform:rotate(120deg);stroke-dashoffset:321.7}100.0%{transform:rotate(120deg);stroke-dashoffset:321.7}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Large6{0.0%{transform:rotate(120deg);stroke-dashoffset:321.7}16.7%{transform:rotate(120deg);stroke-dashoffset:321.7}20.0%{transform:rotate(120deg);stroke-dashoffset:300.3}50.0%{transform:rotate(144deg);stroke-dashoffset:321.7}100.0%{transform:rotate(144deg);stroke-dashoffset:321.7}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Large6{0.0%{transform:rotate(120deg);stroke-dashoffset:321.7}16.7%{transform:rotate(120deg);stroke-dashoffset:321.7}20.0%{transform:rotate(120deg);stroke-dashoffset:300.3}50.0%{transform:rotate(144deg);stroke-dashoffset:321.7}100.0%{transform:rotate(144deg);stroke-dashoffset:321.7}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Large7{0.0%{transform:rotate(144deg);stroke-dashoffset:321.7}20.0%{transform:rotate(144deg);stroke-dashoffset:321.7}23.3%{transform:rotate(144deg);stroke-dashoffset:300.3}53.3%{transform:rotate(168deg);stroke-dashoffset:321.7}100.0%{transform:rotate(168deg);stroke-dashoffset:321.7}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Large7{0.0%{transform:rotate(144deg);stroke-dashoffset:321.7}20.0%{transform:rotate(144deg);stroke-dashoffset:321.7}23.3%{transform:rotate(144deg);stroke-dashoffset:300.3}53.3%{transform:rotate(168deg);stroke-dashoffset:321.7}100.0%{transform:rotate(168deg);stroke-dashoffset:321.7}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Large8{0.0%{transform:rotate(168deg);stroke-dashoffset:321.7}23.3%{transform:rotate(168deg);stroke-dashoffset:321.7}26.7%{transform:rotate(168deg);stroke-dashoffset:300.3}56.7%{transform:rotate(192deg);stroke-dashoffset:321.7}100.0%{transform:rotate(192deg);stroke-dashoffset:321.7}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Large8{0.0%{transform:rotate(168deg);stroke-dashoffset:321.7}23.3%{transform:rotate(168deg);stroke-dashoffset:321.7}26.7%{transform:rotate(168deg);stroke-dashoffset:300.3}56.7%{transform:rotate(192deg);stroke-dashoffset:321.7}100.0%{transform:rotate(192deg);stroke-dashoffset:321.7}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Large9{0.0%{transform:rotate(192deg);stroke-dashoffset:321.7}26.7%{transform:rotate(192deg);stroke-dashoffset:321.7}30.0%{transform:rotate(192deg);stroke-dashoffset:300.3}60.0%{transform:rotate(216deg);stroke-dashoffset:321.7}100.0%{transform:rotate(216deg);stroke-dashoffset:321.7}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Large9{0.0%{transform:rotate(192deg);stroke-dashoffset:321.7}26.7%{transform:rotate(192deg);stroke-dashoffset:321.7}30.0%{transform:rotate(192deg);stroke-dashoffset:300.3}60.0%{transform:rotate(216deg);stroke-dashoffset:321.7}100.0%{transform:rotate(216deg);stroke-dashoffset:321.7}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Large10{0.0%{transform:rotate(216deg);stroke-dashoffset:321.7}30.0%{transform:rotate(216deg);stroke-dashoffset:321.7}33.3%{transform:rotate(216deg);stroke-dashoffset:300.3}63.3%{transform:rotate(240deg);stroke-dashoffset:321.7}100.0%{transform:rotate(240deg);stroke-dashoffset:321.7}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Large10{0.0%{transform:rotate(216deg);stroke-dashoffset:321.7}30.0%{transform:rotate(216deg);stroke-dashoffset:321.7}33.3%{transform:rotate(216deg);stroke-dashoffset:300.3}63.3%{transform:rotate(240deg);stroke-dashoffset:321.7}100.0%{transform:rotate(240deg);stroke-dashoffset:321.7}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Large11{0.0%{transform:rotate(240deg);stroke-dashoffset:321.7}33.3%{transform:rotate(240deg);stroke-dashoffset:321.7}36.7%{transform:rotate(240deg);stroke-dashoffset:300.3}66.7%{transform:rotate(264deg);stroke-dashoffset:321.7}100.0%{transform:rotate(264deg);stroke-dashoffset:321.7}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Large11{0.0%{transform:rotate(240deg);stroke-dashoffset:321.7}33.3%{transform:rotate(240deg);stroke-dashoffset:321.7}36.7%{transform:rotate(240deg);stroke-dashoffset:300.3}66.7%{transform:rotate(264deg);stroke-dashoffset:321.7}100.0%{transform:rotate(264deg);stroke-dashoffset:321.7}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Large12{0.0%{transform:rotate(264deg);stroke-dashoffset:321.7}36.7%{transform:rotate(264deg);stroke-dashoffset:321.7}40.0%{transform:rotate(264deg);stroke-dashoffset:300.3}70.0%{transform:rotate(288deg);stroke-dashoffset:321.7}100.0%{transform:rotate(288deg);stroke-dashoffset:321.7}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Large12{0.0%{transform:rotate(264deg);stroke-dashoffset:321.7}36.7%{transform:rotate(264deg);stroke-dashoffset:321.7}40.0%{transform:rotate(264deg);stroke-dashoffset:300.3}70.0%{transform:rotate(288deg);stroke-dashoffset:321.7}100.0%{transform:rotate(288deg);stroke-dashoffset:321.7}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Large13{0.0%{transform:rotate(288deg);stroke-dashoffset:321.7}40.0%{transform:rotate(288deg);stroke-dashoffset:321.7}43.3%{transform:rotate(288deg);stroke-dashoffset:300.3}73.3%{transform:rotate(312deg);stroke-dashoffset:321.7}100.0%{transform:rotate(312deg);stroke-dashoffset:321.7}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Large13{0.0%{transform:rotate(288deg);stroke-dashoffset:321.7}40.0%{transform:rotate(288deg);stroke-dashoffset:321.7}43.3%{transform:rotate(288deg);stroke-dashoffset:300.3}73.3%{transform:rotate(312deg);stroke-dashoffset:321.7}100.0%{transform:rotate(312deg);stroke-dashoffset:321.7}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Large14{0.0%{transform:rotate(312deg);stroke-dashoffset:321.7}43.3%{transform:rotate(312deg);stroke-dashoffset:321.7}46.7%{transform:rotate(312deg);stroke-dashoffset:300.3}76.7%{transform:rotate(336deg);stroke-dashoffset:321.7}100.0%{transform:rotate(336deg);stroke-dashoffset:321.7}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Large14{0.0%{transform:rotate(312deg);stroke-dashoffset:321.7}43.3%{transform:rotate(312deg);stroke-dashoffset:321.7}46.7%{transform:rotate(312deg);stroke-dashoffset:300.3}76.7%{transform:rotate(336deg);stroke-dashoffset:321.7}100.0%{transform:rotate(336deg);stroke-dashoffset:321.7}}@-webkit-keyframes ABB_CommonUX_LoadingIndicator__radial15Large15{0.0%{transform:rotate(336deg);stroke-dashoffset:321.7}46.7%{transform:rotate(336deg);stroke-dashoffset:321.7}50.0%{transform:rotate(336deg);stroke-dashoffset:300.3}80.0%{transform:rotate(1turn);stroke-dashoffset:321.7}100.0%{transform:rotate(1turn);stroke-dashoffset:321.7}}@keyframes ABB_CommonUX_LoadingIndicator__radial15Large15{0.0%{transform:rotate(336deg);stroke-dashoffset:321.7}46.7%{transform:rotate(336deg);stroke-dashoffset:321.7}50.0%{transform:rotate(336deg);stroke-dashoffset:300.3}80.0%{transform:rotate(1turn);stroke-dashoffset:321.7}100.0%{transform:rotate(1turn);stroke-dashoffset:321.7}}.ABB_CommonUX_LoginScreen__root{background:#fff;width:720px;max-height:100vh;position:relative;overflow:hidden;min-height:360px;background:url(/bg-UyQe1.f4aa5377.png) no-repeat top;background-color:#fff}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__loadingIndicator{width:100%;position:absolute}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__header{display:block;height:16px;position:absolute;top:16px;width:100%;text-align:center;color:#1f1f1f}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__header>.ABB_CommonUX_LoginScreen__logo{background:url(/ABB_logo_red-1nhOP.7e8ffa9c.svg) no-repeat 0;background-size:contain;white-space:nowrap;position:absolute;height:22px;top:22px;right:32px;width:61px}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__header>.ABB_CommonUX_LoginScreen__logo>span{line-height:50px;padding:0 15px 0 100px}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__contentWrapper{position:relative;box-sizing:border-box;padding:64px 32px 0;min-height:360px}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__contentWrapper>.ABB_CommonUX_LoginScreen__content{display:flex;flex-direction:column;align-items:flex-start}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__contentWrapper>.ABB_CommonUX_LoginScreen__content>.ABB_CommonUX_LoginScreen__productName{margin:0;white-space:nowrap;font-size:32px;line-height:1;min-height:64px;font-weight:700;color:#1f1f1f;position:relative}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__contentWrapper>.ABB_CommonUX_LoginScreen__content>.ABB_CommonUX_LoginScreen__productName:before{content:"\2014";font-size:inherit;color:#ff000f;display:block}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__contentWrapper>.ABB_CommonUX_LoginScreen__content>.ABB_CommonUX_LoginScreen__productSubName{color:#1f1f1f;margin:24px 0 0;min-height:21px;font-size:14px;font-weight:500}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__contentWrapper>.ABB_CommonUX_LoginScreen__content>form{min-width:240px}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__contentWrapper>.ABB_CommonUX_LoginScreen__content>form>.ABB_CommonUX_LoginScreen__formRow{margin-top:32px}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__contentWrapper>.ABB_CommonUX_LoginScreen__content>form>.ABB_CommonUX_LoginScreen__formRow:first-child{margin-top:42px}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__contentWrapper>.ABB_CommonUX_LoginScreen__content>form>.ABB_CommonUX_LoginScreen__formRow:last-child{margin-bottom:40px}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__contentWrapper>.ABB_CommonUX_LoginScreen__content>form>.ABB_CommonUX_LoginScreen__formRow>.ABB_CommonUX_LoginScreen__password{margin-top:8px}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__contentWrapper>.ABB_CommonUX_LoginScreen__content .ABB_CommonUX_LoginScreen__bottom{display:flex;flex-direction:row;align-items:flex-end;width:100%}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__contentWrapper>.ABB_CommonUX_LoginScreen__content .ABB_CommonUX_LoginScreen__bottom>.ABB_CommonUX_LoginScreen__buttons{display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:8px}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__contentWrapper>.ABB_CommonUX_LoginScreen__content .ABB_CommonUX_LoginScreen__bottom>.ABB_CommonUX_LoginScreen__buttons>.ABB_CommonUX_LoginScreen__button{margin-bottom:8px;margin-right:16px}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__contentWrapper>.ABB_CommonUX_LoginScreen__content .ABB_CommonUX_LoginScreen__bottom>.ABB_CommonUX_LoginScreen__flexSpring{flex:10}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__contentWrapper>.ABB_CommonUX_LoginScreen__content .ABB_CommonUX_LoginScreen__bottom>.ABB_CommonUX_LoginScreen__copyright{color:#1f1f1f;font-size:12px;margin-bottom:24px;margin-right:32px;white-space:nowrap}.ABB_CommonUX_LoginScreen__root:not(.ABB_CommonUX_LoginScreen__loading){transition:all .8s ease-in-out}.ABB_CommonUX_LoginScreen__root:not(.ABB_CommonUX_LoginScreen__loading)>.ABB_CommonUX_LoginScreen__contentWrapper>.ABB_CommonUX_LoginScreen__content{transition:all .6s}.ABB_CommonUX_LoginScreen__root.ABB_CommonUX_LoginScreen__loading:not(.ABB_CommonUX_LoginScreen__noMaxHeight){max-height:360px}.ABB_CommonUX_LoginScreen__root.ABB_CommonUX_LoginScreen__loading>.ABB_CommonUX_LoginScreen__contentWrapper>.ABB_CommonUX_LoginScreen__content{transform:translateY(146px)}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__footer{color:#1f1f1f;border-top:1px solid silver;background:#fff;padding:12px 16px}.ABB_CommonUX_LoginScreen__root>.ABB_CommonUX_LoginScreen__footer>div{font-size:12px}.ABB_CommonUX_Logo__root{background-size:contain;margin:auto;width:100%;height:100%}.ABB_CommonUX_Logo__root.ABB_CommonUX_Logo__red{background:url(/ABB_logo_red-1nhOP.7e8ffa9c.svg) no-repeat}.ABB_CommonUX_Logo__root.ABB_CommonUX_Logo__light{background:url(/ABB_logo_light-2SReK.45bf92a9.svg) no-repeat}.ABB_CommonUX_Logo__root.ABB_CommonUX_Logo__dark{background:url(/ABB_logo_dark-1d6eg.fe9ceffc.svg) no-repeat}.ABB_CommonUX_Menu__root{position:absolute;padding:8px 0;font-size:14px;line-height:16px;z-index:1}.ABB_CommonUX_Menu__root.ABB_CommonUX_Menu__alignLeft{left:0}.ABB_CommonUX_Menu__root.ABB_CommonUX_Menu__alignRight{right:0}.ABB_CommonUX_Menu__root.ABB_CommonUX_Menu__light{color:#1f1f1f;background-color:#fff;box-shadow:0 6px 12px rgba(15,15,15,.35)}.ABB_CommonUX_Menu__root.ABB_CommonUX_Menu__dark{color:#dbdbdb;background-color:#1f1f1f;box-shadow:0 6px 18px rgba(15,15,15,.5);border:1px solid #686868}.ABB_CommonUX_Menu__subMenuPopup{position:absolute!important}.ABB_CommonUX_Menu__subMenuPopup.ABB_CommonUX_Menu__light{background:#fff;box-shadow:0 6px 12px rgba(15,15,15,.35)}.ABB_CommonUX_Menu__subMenuPopup.ABB_CommonUX_Menu__dark{background:#1f1f1f;box-shadow:0 6px 18px rgba(15,15,15,.5);border:1px solid #686868}.ABB_CommonUX_Menu__subMenuHeader.ABB_CommonUX_Menu__light:not(.ABB_CommonUX_Menu__disabled)>div:hover{background:#ebebeb}.ABB_CommonUX_Menu__subMenuHeader.ABB_CommonUX_Menu__light.ABB_CommonUX_Menu__disabled{color:rgba(31,31,31,.5)}.ABB_CommonUX_Menu__subMenuHeader.ABB_CommonUX_Menu__dark:not(.ABB_CommonUX_Menu__disabled)>div:hover{background:#3d3d3d}.ABB_CommonUX_Menu__subMenuHeader.ABB_CommonUX_Menu__dark.ABB_CommonUX_Menu__disabled{color:hsla(0,0%,85.9%,.5)}.ABB_CommonUX_Menu__subMenuHeader{cursor:pointer}.ABB_CommonUX_Menu__subMenuHeader.ABB_CommonUX_Menu__disabled{cursor:not-allowed}.ABB_CommonUX_Menu__subMenuHeader>div{flex-wrap:nowrap;white-space:nowrap;height:32px;display:flex;align-items:center}.ABB_CommonUX_Menu__subMenuHeader>div .ABB_CommonUX_Menu__subMenuHeaderIcon{margin:8px 0 8px 16px}.ABB_CommonUX_Menu__subMenuHeader>div .ABB_CommonUX_Menu__subMenuHeaderTitle{margin-right:8px;margin-left:16px;flex:2}.ABB_CommonUX_Menu__subMenuHeader>div .ABB_CommonUX_Menu__expandIcon{margin-right:8px}.ABB_CommonUX_Menu__menuItem{padding:0;white-space:nowrap;position:relative;width:100%;height:32px;display:flex;align-items:center;cursor:pointer}.ABB_CommonUX_Menu__menuItem.ABB_CommonUX_Menu__disabled{cursor:not-allowed}.ABB_CommonUX_Menu__menuItem.ABB_CommonUX_Menu__light:not(.ABB_CommonUX_Menu__disabled):hover{background:#ebebeb}.ABB_CommonUX_Menu__menuItem.ABB_CommonUX_Menu__light:not(.ABB_CommonUX_Menu__disabled):active{background:#dbdbdb}.ABB_CommonUX_Menu__menuItem.ABB_CommonUX_Menu__light.ABB_CommonUX_Menu__disabled{color:rgba(31,31,31,.5)}.ABB_CommonUX_Menu__menuItem.ABB_CommonUX_Menu__light.ABB_CommonUX_Menu__selected{color:#fff;background:#36f}.ABB_CommonUX_Menu__menuItem.ABB_CommonUX_Menu__light.ABB_CommonUX_Menu__selected:hover{background:#36f}.ABB_CommonUX_Menu__menuItem.ABB_CommonUX_Menu__dark:not(.ABB_CommonUX_Menu__disabled):hover{background:#3d3d3d}.ABB_CommonUX_Menu__menuItem.ABB_CommonUX_Menu__dark:not(.ABB_CommonUX_Menu__disabled):active{background:#525252}.ABB_CommonUX_Menu__menuItem.ABB_CommonUX_Menu__dark.ABB_CommonUX_Menu__disabled{color:hsla(0,0%,85.9%,.5)}.ABB_CommonUX_Menu__menuItem.ABB_CommonUX_Menu__dark.ABB_CommonUX_Menu__selected{color:#fff;background:#36f}.ABB_CommonUX_Menu__menuItem.ABB_CommonUX_Menu__dark.ABB_CommonUX_Menu__selected:hover{background:#36f}.ABB_CommonUX_Menu__menuItem>.ABB_CommonUX_Menu__menuItemIcon{margin:8px 0 8px 16px}.ABB_CommonUX_Menu__menuItem>.ABB_CommonUX_Menu__menuItemTitle{margin-right:8px;margin-left:16px;flex:2}.ABB_CommonUX_Menu__divider{height:1px;margin:8px 0;overflow:hidden;padding:0;line-height:0;background-color:#bababa}.rc-menu{list-style:none;margin:0;padding:0}.rc-menu:focus{outline:none}.rc-menu.rc-menu-hidden{display:none}.ABB_CommonUX_MessageDialog__messageDialogDimensions{min-width:440px}.ABB_CommonUX_MessageDialog__messageDialogRoot{padding-bottom:8px}.ABB_CommonUX_MessageDialog__messageDialogRoot>.ABB_CommonUX_MessageDialog__message{min-height:64px;margin-right:48px}.ABB_CommonUX_MessageDialog__messageDialogRoot>.ABB_CommonUX_MessageDialog__buttons{margin:8px 0 0 32px;text-align:right}.ABB_CommonUX_MessageDialog__messageDialogRoot>.ABB_CommonUX_MessageDialog__buttons>.ABB_CommonUX_MessageDialog__messageDialogButton{margin-left:16px;min-width:100px}.ABB_CommonUX_Notification__root{margin:.5rem;pointer-events:auto;font-size:16px;max-width:520px;transition:max-height .5s,margin .5s;overflow:hidden;max-height:200px}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__closing{max-height:0;margin-top:0;margin-bottom:0}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__banner{min-width:320px}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__banner>div:first-child{height:48px;display:flex;align-items:center;text-align:center;flex-direction:row;vertical-align:middle}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__banner>div:first-child>.ABB_CommonUX_Notification__iconContainer{margin:12px;height:24px;vertical-align:middle}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__banner>div:first-child>.ABB_CommonUX_Notification__text{flex:2}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__banner>div:first-child>.ABB_CommonUX_Notification__controls{margin-right:20px}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__banner.ABB_CommonUX_Notification__success{background:#0ca919;color:#fff}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__banner.ABB_CommonUX_Notification__info{background:#36f;color:#fff}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__banner.ABB_CommonUX_Notification__warn{background:#ff7300;color:#fff}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__banner.ABB_CommonUX_Notification__alarm{background:#f03040;color:#fff}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__banner.ABB_CommonUX_Notification__discreet{background:#fff}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__banner.ABB_CommonUX_Notification__discreet.ABB_CommonUX_Notification__success>div>.ABB_CommonUX_Notification__iconContainer{color:#0ca919}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__banner.ABB_CommonUX_Notification__discreet.ABB_CommonUX_Notification__info>div>.ABB_CommonUX_Notification__iconContainer{color:#36f}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__banner.ABB_CommonUX_Notification__discreet.ABB_CommonUX_Notification__warn>div>.ABB_CommonUX_Notification__iconContainer{color:#ff7300}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__banner.ABB_CommonUX_Notification__discreet.ABB_CommonUX_Notification__alarm>div>.ABB_CommonUX_Notification__iconContainer{color:#f03040}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__confirmation{min-width:400px;position:relative}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__confirmation>div:first-child{display:flex;flex-direction:row}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__confirmation>div:first-child>.ABB_CommonUX_Notification__iconContainer{margin:20px 20px 0 18px;height:32px}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__confirmation>div:first-child>.ABB_CommonUX_Notification__text{min-height:48px;min-width:266px;margin-right:64px;vertical-align:middle;margin-top:24px;max-height:120px;overflow-y:auto}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__confirmation:after{content:" ";position:absolute;top:0;height:4px;left:-1px;right:-1px}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__confirmation.ABB_CommonUX_Notification__success:after{background:#0ca919}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__confirmation.ABB_CommonUX_Notification__success>div>.ABB_CommonUX_Notification__iconContainer{color:#0ca919}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__confirmation.ABB_CommonUX_Notification__info:after{background:#36f}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__confirmation.ABB_CommonUX_Notification__info>div>.ABB_CommonUX_Notification__iconContainer{color:#36f}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__confirmation.ABB_CommonUX_Notification__warn:after{background:#ff7300}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__confirmation.ABB_CommonUX_Notification__warn>div>.ABB_CommonUX_Notification__iconContainer{color:#ff7300}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__confirmation.ABB_CommonUX_Notification__alarm:after{background:#f03040}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__confirmation.ABB_CommonUX_Notification__alarm>div>.ABB_CommonUX_Notification__iconContainer{color:#f03040}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__confirmation>.ABB_CommonUX_Notification__buttons{display:flex;flex-direction:row;justify-content:flex-end;padding:16px 8px 8px}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__confirmation>.ABB_CommonUX_Notification__buttons>*{margin-left:16px}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__light{box-shadow:0 6px 12px 0 rgba(15,15,15,.35)}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__light.ABB_CommonUX_Notification__discreet .ABB_CommonUX_Notification__text{color:#1f1f1f}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__light.ABB_CommonUX_Notification__confirmation{background:#fff}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__dark{box-shadow:0 6px 18px 0 rgba(15,15,15,.5)}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__dark.ABB_CommonUX_Notification__discreet .ABB_CommonUX_Notification__text{color:#dbdbdb}.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__dark.ABB_CommonUX_Notification__confirmation,.ABB_CommonUX_Notification__root.ABB_CommonUX_Notification__dark.ABB_CommonUX_Notification__discreet{background:#2e2e2e;color:#dbdbdb}.ABB_CommonUX_NotificationContainer__root{display:flex;flex-direction:column;position:absolute;pointer-events:none}.ABB_CommonUX_Popup__root{padding:16px}.ABB_CommonUX_Popup__root:focus{outline:none}.ABB_CommonUX_Popup__root>.ABB_CommonUX_Popup__header{position:absolute;top:4px;right:4px}.ABB_CommonUX_Popup__root.ABB_CommonUX_Popup__hasCloseButton{min-width:100px;padding-right:32px}.ABB_CommonUX_Popup__root.ABB_CommonUX_Popup__hasCloseButton>.ABB_CommonUX_Popup__header{width:24px;height:24px}.ABB_CommonUX_Popup__root.ABB_CommonUX_Popup__light{background:#fff;color:#1f1f1f}.ABB_CommonUX_Popup__root.ABB_CommonUX_Popup__dark{background:#2e2e2e;color:#dbdbdb}::ng-deep .ABB_CommonUX_Popup__customPopperClass.ABB_CommonUX_Popup__light{border:1px solid #dbdbdb!important;box-shadow:0 6px 12px rgba(0,0,0,.35)!important}::ng-deep .ABB_CommonUX_Popup__customPopperClass.ABB_CommonUX_Popup__dark{border:1px solid #3d3d3d!important;box-shadow:0 6px 12px rgba(0,0,0,.5)!important}::ng-deep .ABB_CommonUX_Popup__customPopperClass>.ABB_CommonUX_Popup__customPopperArrow{height:12px;width:12px;position:absolute;margin:-6px;z-index:-1;box-shadow:none;transform:rotate(45deg)}::ng-deep .ABB_CommonUX_Popup__customPopperClass>.ABB_CommonUX_Popup__customPopperArrow.ABB_CommonUX_Popup__light{background:#fff;border:1px solid #dbdbdb}::ng-deep .ABB_CommonUX_Popup__customPopperClass>.ABB_CommonUX_Popup__customPopperArrow.ABB_CommonUX_Popup__dark{background:#2e2e2e;border:1px solid #3d3d3d}::ng-deep .ABB_CommonUX_Popup__customPopperClass[x-placement^=top]>.ABB_CommonUX_Popup__customPopperArrow{bottom:-5px;left:calc(50% - 5px)}::ng-deep .ABB_CommonUX_Popup__customPopperClass[x-placement^=bottom]>.ABB_CommonUX_Popup__customPopperArrow{top:-5px;left:calc(50% - 5px)}::ng-deep .ABB_CommonUX_Popup__customPopperClass[x-placement^=left]>.ABB_CommonUX_Popup__customPopperArrow{right:-5px;top:calc(50% - 5px)}::ng-deep .ABB_CommonUX_Popup__customPopperClass[x-placement^=right]>.ABB_CommonUX_Popup__customPopperArrow{left:-5px;top:calc(50% - 5px)}.ABB_CommonUX_RadioGroup__root{font-size:14px;font-family:ABBvoice}.ABB_CommonUX_RadioGroup__root>label{display:block;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:all .15s ease-in-out;margin-left:8px}.ABB_CommonUX_RadioGroup__root>label.ABB_CommonUX_RadioGroup__disabled{opacity:.6;cursor:not-allowed}.ABB_CommonUX_RadioGroup__root>label>span:nth-child(2):before{content:" ";position:absolute;box-sizing:border-box}.ABB_CommonUX_RadioGroup__root>label>span:nth-child(2):after{content:" ";position:absolute;transform:scale(0);transition:transform .3s;box-sizing:border-box}.ABB_CommonUX_RadioGroup__root>label>input{opacity:0;position:absolute}.ABB_CommonUX_RadioGroup__root>label>input:checked+span:nth-child(2):after{transform:scale(1)}.ABB_CommonUX_RadioGroup__root>label:hover>span:nth-child(2):before{content:" "}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__smallSize>label{padding:2px 0}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__smallSize>label>span:nth-child(2):before{width:16px;height:16px;left:2px;top:4px;border-radius:8px}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__smallSize>label>span:nth-child(2):after{border-radius:5px;height:6px;width:6px;top:9px;left:7px}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__smallSize>label>span:nth-child(3){padding-left:24px}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__smallSize>label:hover>span:nth-child(2):before{width:16px;height:16px;border-radius:10px}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__largeSize>label{padding:6px 0}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__largeSize>label>input{top:6px;left:2px}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__largeSize>label>span:nth-child(2):before{width:24px;height:24px;left:0;top:4px;border-radius:12px}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__largeSize>label>span:nth-child(2):after{border-radius:8px;height:8px;width:8px;top:12px;left:8px}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__largeSize>label:hover>span:nth-child(2):before{width:24px;height:24px;border-radius:18px}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__largeSize>label>span:nth-child(3){padding-left:32px}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__horizontal{display:flex;flex-direction:row}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__light{color:#1f1f1f}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__light>label>span:nth-child(2):before{background-color:#fff;border:2px solid #bababa}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__light>label:hover>span:nth-child(2):before{background-color:#ebebeb;border:2px solid #9f9f9f}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__light>label:active>span:nth-child(2):before{background-color:#dbdbdb;border:2px solid #848484}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__light>label.ABB_CommonUX_RadioGroup__disabled>span:nth-child(2):before{background-color:#ebebeb;border:2px solid #dbdbdb}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__light>label>input:checked+span:nth-child(2):before{background-color:#36f;border:2px solid #36f}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__light>label>input:checked:hover+span:nth-child(2):before{background-color:#2a35ff;border:2px solid #2a35ff}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__light>label>input:checked:active+span:nth-child(2):before{background-color:#2c20d4;border:2px solid #2c20d4}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__light>label>span:nth-child(2):after{border:3px solid #fff;background-color:#fff}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__dark{color:#dbdbdb}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__dark>label>span:nth-child(2):before{background-color:#1f1f1f;border:2px solid #525252}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__dark>label:hover>span:nth-child(2):before{background-color:#3d3d3d;border:2px solid #686868}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__dark>label:active>span:nth-child(2):before{background-color:#525252;border:2px solid #848484}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__dark>label.ABB_CommonUX_RadioGroup__disabled>span:nth-child(2):before{background-color:#3d3d3d;border:2px solid #525252}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__dark>label>input:checked+span:nth-child(2):before{background-color:#36f;border:2px solid #36f}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__dark>label>input:checked:hover+span:nth-child(2):before{background-color:#4c85ff;border:2px solid #4c85ff}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__dark>label>input:checked:active+span:nth-child(2):before{background-color:#77a3fc;border:2px solid #77a3fc}.ABB_CommonUX_RadioGroup__root.ABB_CommonUX_RadioGroup__dark>label>span:nth-child(2):after{border:3px solid #fff;background-color:#fff}.ABB_CommonUX_SidebarNavi__root{display:flex;flex-direction:column}.ABB_CommonUX_SidebarNavi__root.ABB_CommonUX_SidebarNavi__light{background:#ebebeb}.ABB_CommonUX_SidebarNavi__root.ABB_CommonUX_SidebarNavi__dark{background:#0f0f0f}.ABB_CommonUX_SidebarNaviTile__root{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.ABB_CommonUX_SidebarNaviTile__root>p{margin:0;font-size:12px}.ABB_CommonUX_SidebarNaviTile__root.ABB_CommonUX_SidebarNaviTile__thumbs{height:48px;width:48px}.ABB_CommonUX_SidebarNaviTile__root.ABB_CommonUX_SidebarNaviTile__pictograms{height:88px;width:96px}.ABB_CommonUX_SidebarNaviTile__root:after{content:" ";position:absolute;top:0;bottom:0;left:0;width:4px;background:transparent;pointer-events:none}.ABB_CommonUX_SidebarNaviTile__root.ABB_CommonUX_SidebarNaviTile__light{background:#ebebeb}.ABB_CommonUX_SidebarNaviTile__root.ABB_CommonUX_SidebarNaviTile__light.ABB_CommonUX_SidebarNaviTile__active,.ABB_CommonUX_SidebarNaviTile__root.ABB_CommonUX_SidebarNaviTile__light.ABB_CommonUX_SidebarNaviTile__secondary{background:#dbdbdb}.ABB_CommonUX_SidebarNaviTile__root.ABB_CommonUX_SidebarNaviTile__light.ABB_CommonUX_SidebarNaviTile__active:after{background:#1b7ac2}.ABB_CommonUX_SidebarNaviTile__root.ABB_CommonUX_SidebarNaviTile__light:hover{background:#ccc}.ABB_CommonUX_SidebarNaviTile__root.ABB_CommonUX_SidebarNaviTile__light:active{background:#bababa}.ABB_CommonUX_SidebarNaviTile__root.ABB_CommonUX_SidebarNaviTile__dark{background:#0f0f0f}.ABB_CommonUX_SidebarNaviTile__root.ABB_CommonUX_SidebarNaviTile__dark.ABB_CommonUX_SidebarNaviTile__secondary{background:#3d3d3d}.ABB_CommonUX_SidebarNaviTile__root.ABB_CommonUX_SidebarNaviTile__dark.ABB_CommonUX_SidebarNaviTile__active{background:#1f1f1f}.ABB_CommonUX_SidebarNaviTile__root.ABB_CommonUX_SidebarNaviTile__dark.ABB_CommonUX_SidebarNaviTile__active:after{background:#1b7ac2}.ABB_CommonUX_SidebarNaviTile__root.ABB_CommonUX_SidebarNaviTile__dark:hover{background:#1f1f1f}.ABB_CommonUX_SidebarNaviTile__root.ABB_CommonUX_SidebarNaviTile__dark:active{background:#3d3d3d}.ABB_CommonUX_SimpleTable__root{margin:0;padding:0;border:0;font-family:ABBVoice;vertical-align:baseline;border-collapse:collapse;border-spacing:0}.ABB_CommonUX_SimpleTable__root>thead{text-transform:uppercase;border-bottom:1px solid #1f1f1f}.ABB_CommonUX_SimpleTable__root>thead>tr>th{font-family:ABBVoice-medium}.ABB_CommonUX_SimpleTable__root>thead>tr>th.ABB_CommonUX_SimpleTable__activeHeader{position:relative}.ABB_CommonUX_SimpleTable__root>thead>tr>th.ABB_CommonUX_SimpleTable__activeHeader:after{content:" ";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:transparent}.ABB_CommonUX_SimpleTable__root>tbody{border-bottom:1px solid #1f1f1f}.ABB_CommonUX_SimpleTable__root>tbody>tr>td:not(:last-child){border-right:1px solid transparent}.ABB_CommonUX_SimpleTable__root>tbody>tr:not(:last-child){border-bottom:1px solid transparent}.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__verticalGridlines>tbody>tr>td{border-right-color:#bababa}.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__horizontalGridlines>tbody>tr:not(:last-child){border-bottom-color:#bababa}.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__small td,.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__small th,.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__small tr{min-height:32px;font-size:14px;line-height:1}.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__small>thead>tr>th{font-size:12px;padding:8px 8px 8px 16px}.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__small>tbody>tr>td{padding:12px 0 4px 16px}.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__medium td,.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__medium th,.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__medium tr{min-height:40px;font-size:14px;line-height:1}.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__medium>thead>tr>th{font-size:12px;padding:12px 12px 12px 16px}.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__medium>tbody>tr>td{padding:16px 0 8px 16px}.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__large td,.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__large th,.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__large tr{min-height:48px;font-size:16px;line-height:1}.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__large>thead>tr>th{font-size:14px;padding:16px}.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__large>tbody>tr>td{padding:20px 0 12px 16px}.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__light>thead>tr>th{color:#686868}.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__light>thead>tr>th.ABB_CommonUX_SimpleTable__activeHeader:after{background:#36f}.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__light.ABB_CommonUX_SimpleTable__zebra>tbody>tr{border-bottom-color:transparent}.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__light.ABB_CommonUX_SimpleTable__zebra>tbody>tr:nth-child(2n),.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__light>tbody>tr:hover{background:#ebebeb}.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__dark>thead>tr>th{color:#9f9f9f}.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__dark>thead>tr>th.ABB_CommonUX_SimpleTable__activeHeader:after{background:#36f}.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__dark.ABB_CommonUX_SimpleTable__zebra>tbody>tr{border-bottom-color:transparent}.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__dark.ABB_CommonUX_SimpleTable__zebra>tbody>tr:nth-child(2n),.ABB_CommonUX_SimpleTable__root.ABB_CommonUX_SimpleTable__dark>tbody>tr:hover{background:#3d3d3d}.ABB_CommonUX_Slider__root{margin:10px}.ABB_CommonUX_Slider__root>.ABB_CommonUX_Slider__minMaxValues>span:last-child{float:right}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__light{color:#686868}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__light .rc-slider-track{background-color:#dbdbdb}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__light>.ABB_CommonUX_Slider__rcSliderRoot>.ABB_CommonUX_Slider__rcSliderHandle{background-color:#fff;border:2px solid #36f}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__light>.ABB_CommonUX_Slider__rcSliderRoot>.ABB_CommonUX_Slider__rcSliderHandle:active,.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__light>.ABB_CommonUX_Slider__rcSliderRoot>.ABB_CommonUX_Slider__rcSliderHandle:focus{background:#36f}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__light .rc-slider-tooltip>.rc-slider-tooltip-content>div:last-child{background-color:#fff;border:1px solid #bababa;color:#1f1f1f}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__light.ABB_CommonUX_Slider__disabled>.ABB_CommonUX_Slider__rcSliderRoot{background-color:transparent}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__light.ABB_CommonUX_Slider__disabled>.ABB_CommonUX_Slider__rcSliderRoot>.ABB_CommonUX_Slider__rcSliderHandle{border:2px solid #9f9f9f!important}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__light.ABB_CommonUX_Slider__disabled>.ABB_CommonUX_Slider__rcSliderRoot>.ABB_CommonUX_Slider__rcSliderHandle:active,.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__light.ABB_CommonUX_Slider__disabled>.ABB_CommonUX_Slider__rcSliderRoot>.ABB_CommonUX_Slider__rcSliderHandle:focus{background:#fff!important}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__light.ABB_CommonUX_Slider__double>.ABB_CommonUX_Slider__rcSliderRoot>.ABB_CommonUX_Slider__rcSliderHandle:focus{background-color:#fff}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__light .rc-slider-mark-text,.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__light .rc-slider-mark-text-active{color:#686868}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__dark{color:#848484}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__dark .rc-slider-track{background-color:#525252}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__dark>.ABB_CommonUX_Slider__rcSliderRoot>.ABB_CommonUX_Slider__rcSliderHandle{background-color:#1f1f1f;border:2px solid #36f}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__dark>.ABB_CommonUX_Slider__rcSliderRoot>.ABB_CommonUX_Slider__rcSliderHandle:active,.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__dark>.ABB_CommonUX_Slider__rcSliderRoot>.ABB_CommonUX_Slider__rcSliderHandle:focus{background:#36f}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__dark .rc-slider-tooltip>.rc-slider-tooltip-content>div:last-child{background-color:#2e2e2e;border:1px solid #525252;color:#dbdbdb}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__dark .rc-slider-tooltip>.rc-slider-tooltip-content>div:last-child:active{border:1px solid #36f}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__dark.ABB_CommonUX_Slider__disabled>.ABB_CommonUX_Slider__rcSliderRoot{background-color:transparent}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__dark.ABB_CommonUX_Slider__disabled>.ABB_CommonUX_Slider__rcSliderRoot>.ABB_CommonUX_Slider__rcSliderHandle{border:2px solid #525252!important}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__dark.ABB_CommonUX_Slider__disabled>.ABB_CommonUX_Slider__rcSliderRoot>.ABB_CommonUX_Slider__rcSliderHandle:active,.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__dark.ABB_CommonUX_Slider__disabled>.ABB_CommonUX_Slider__rcSliderRoot>.ABB_CommonUX_Slider__rcSliderHandle:focus{background:#2e2e2e!important}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__dark.ABB_CommonUX_Slider__double>.ABB_CommonUX_Slider__rcSliderRoot>.ABB_CommonUX_Slider__rcSliderHandle:focus{background-color:#1f1f1f}.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__dark .rc-slider-mark-text,.ABB_CommonUX_Slider__root.ABB_CommonUX_Slider__dark .rc-slider-mark-text-active{color:#848484}.ABB_CommonUX_Slider__root>.ABB_CommonUX_Slider__rcSliderRoot{font-size:12px}.ABB_CommonUX_Slider__root>.ABB_CommonUX_Slider__rcSliderRoot>.ABB_CommonUX_Slider__rcSliderHandle{height:16px;width:16px;margin-left:-7px;margin-top:-6px}.ABB_CommonUX_Slider__root>.ABB_CommonUX_Slider__rcSliderRoot>.ABB_CommonUX_Slider__rcSliderHandle:active,.ABB_CommonUX_Slider__root>.ABB_CommonUX_Slider__rcSliderRoot>.ABB_CommonUX_Slider__rcSliderHandle:focus{box-shadow:none}.ABB_CommonUX_Slider__root .rc-slider-tooltip,.ABB_CommonUX_Slider__root .rc-slider-tooltip *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.ABB_CommonUX_Slider__root .rc-slider-tooltip>.rc-slider-tooltip-content{padding:0;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ABB_CommonUX_Slider__root .rc-slider-tooltip>.rc-slider-tooltip-content>div:first-child{opacity:0}.ABB_CommonUX_Slider__root .rc-slider-tooltip>.rc-slider-tooltip-content>div:last-child{border-radius:0;box-shadow:none;padding:4px;font-size:14px;height:unset}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider{margin:0}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-bar{background:#dbdbdb;height:4px}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-selection{background:#36f}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-pointer{top:auto;bottom:-6px;background:#fff;border:2px solid #36f;border-radius:50%;width:16px;height:16px}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-pointer:focus{box-shadow:none;border-color:#36f;outline:none}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-pointer:active{box-shadow:none;border-color:#36f}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-pointer:after{display:none}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-bubble{bottom:14px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-bubble.ABB_CommonUX_Slider__ng5-slider-combined,.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-bubble.ABB_CommonUX_Slider__ng5-slider-model-high,.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-bubble.ABB_CommonUX_Slider__ng5-slider-model-value{background:#fff;border:1px solid #bababa;bottom:20px;color:#1f1f1f;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-tick{margin-left:0}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-tick:last-child{margin-left:6px}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-tick.ABB_CommonUX_Slider__ng5-slider-selected{background:#36f}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-tick-legend{top:15px}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider.ABB_CommonUX_Slider__showLabelsActive>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-pointer:hover.ABB_CommonUX_Slider__ng5-slider-pointer-min~.ABB_CommonUX_Slider__ng5-slider-bubble.ABB_CommonUX_Slider__ng5-slider-model-value{visibility:visible!important;opacity:1!important}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider.ABB_CommonUX_Slider__showLabelsActive>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-pointer:hover.ABB_CommonUX_Slider__ng5-slider-pointer-max~.ABB_CommonUX_Slider__ng5-slider-bubble.ABB_CommonUX_Slider__ng5-slider-model-value,.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider.ABB_CommonUX_Slider__showLabelsActive>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-pointer:hover.ABB_CommonUX_Slider__ng5-slider-pointer-min~.ABB_CommonUX_Slider__ng5-slider-bubble.ABB_CommonUX_Slider__ng5-slider-model-high{visibility:hidden!important;opacity:0!important}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider.ABB_CommonUX_Slider__showLabelsActive>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-pointer.ABB_CommonUX_Slider__ng5-slider-active.ABB_CommonUX_Slider__ng5-slider-pointer-min~.ABB_CommonUX_Slider__ng5-slider-bubble.ABB_CommonUX_Slider__ng5-slider-model-value,.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider.ABB_CommonUX_Slider__showLabelsActive>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-pointer:hover.ABB_CommonUX_Slider__ng5-slider-pointer-max~.ABB_CommonUX_Slider__ng5-slider-bubble.ABB_CommonUX_Slider__ng5-slider-model-high{opacity:1!important;visibility:visible!important}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider.ABB_CommonUX_Slider__showLabelsActive>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-pointer.ABB_CommonUX_Slider__ng5-slider-active.ABB_CommonUX_Slider__ng5-slider-pointer-min~.ABB_CommonUX_Slider__ng5-slider-bubble.ABB_CommonUX_Slider__ng5-slider-model-high:hover{visibility:hidden!important;opacity:0!important}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider.ABB_CommonUX_Slider__showLabelsActive>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-pointer.ABB_CommonUX_Slider__ng5-slider-active.ABB_CommonUX_Slider__ng5-slider-pointer-max~.ABB_CommonUX_Slider__ng5-slider-bubble.ABB_CommonUX_Slider__ng5-slider-model-high{visibility:visible!important;opacity:1!important}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider.ABB_CommonUX_Slider__showLabelsActive>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-pointer.ABB_CommonUX_Slider__ng5-slider-active.ABB_CommonUX_Slider__ng5-slider-pointer-max~.ABB_CommonUX_Slider__ng5-slider-bubble.ABB_CommonUX_Slider__ng5-slider-model-value:hover,.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider.ABB_CommonUX_Slider__showLabelsActive>.ABB_CommonUX_Slider__ng5-slider .ABB_CommonUX_Slider__ng5-slider-pointer:not(.ABB_CommonUX_Slider__ng5-slider-active)~.ABB_CommonUX_Slider__ng5-slider-bubble{visibility:hidden!important;opacity:0!important}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider.ABB_CommonUX_Slider__showLabelsAlways .ABB_CommonUX_Slider__ng5-slider-bubble{visibility:visible!important;opacity:1!important}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider.ABB_CommonUX_Slider__showLabelsNever .ABB_CommonUX_Slider__ng5-slider-bubble{visibility:hidden!important;opacity:0!important}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider .ABB_CommonUX_Slider__ng5-slider-bubble.ABB_CommonUX_Slider__ng5-slider-combined{visibility:hidden!important}.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider:not([disabled]) .ABB_CommonUX_Slider__ng5-slider-active,.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider:not([disabled]) .ABB_CommonUX_Slider__ng5-slider-pointer:active,.ABB_CommonUX_Slider__root ::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider:not([disabled]) .ABB_CommonUX_Slider__ng5-slider-pointer:hover{background:#36f}.ABB_CommonUX_Slider__root>::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider[disabled] .ABB_CommonUX_Slider__ng5-slider-selection{background:#9f9f9f}.ABB_CommonUX_Slider__root>::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider[disabled] .ABB_CommonUX_Slider__ng5-slider-pointer,.ABB_CommonUX_Slider__root>::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider[disabled] .ABB_CommonUX_Slider__ng5-slider-tick{border-color:#9f9f9f}.ABB_CommonUX_Slider__root>::ng-deep .ABB_CommonUX_Slider__custom-ng-slider>.ABB_CommonUX_Slider__ng5-slider[disabled] .ABB_CommonUX_Slider__ng5-slider-tick.ABB_CommonUX_Slider__ng5-slider-selected{background:#9f9f9f}.ABB_CommonUX_SystemControls__root{-webkit-app-region:drag}.ABB_CommonUX_SystemControls__root>.ABB_CommonUX_SystemControls__close,.ABB_CommonUX_SystemControls__root>.ABB_CommonUX_SystemControls__maximize,.ABB_CommonUX_SystemControls__root>.ABB_CommonUX_SystemControls__minimize,.ABB_CommonUX_SystemControls__root>.ABB_CommonUX_SystemControls__restore{float:left;width:45px;height:32px;line-height:30px;text-align:center;transition:background-color .2s}.ABB_CommonUX_SystemControls__root>.ABB_CommonUX_SystemControls__close>svg,.ABB_CommonUX_SystemControls__root>.ABB_CommonUX_SystemControls__maximize>svg,.ABB_CommonUX_SystemControls__root>.ABB_CommonUX_SystemControls__minimize>svg,.ABB_CommonUX_SystemControls__root>.ABB_CommonUX_SystemControls__restore>svg{width:10px;height:10px;shape-rendering:crispEdges}.ABB_CommonUX_SystemControls__root>.ABB_CommonUX_SystemControls__close>svg>polygon{transition:fill .2s}.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__light>.ABB_CommonUX_SystemControls__minimize>svg *{stroke:#1f1f1f}.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__light>.ABB_CommonUX_SystemControls__close>svg *,.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__light>.ABB_CommonUX_SystemControls__maximize>svg *,.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__light>.ABB_CommonUX_SystemControls__restore>svg *{fill:#1f1f1f}.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__light>.ABB_CommonUX_SystemControls__restore>svg>mask>rect{fill:#fff}.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__light>.ABB_CommonUX_SystemControls__restore>svg>mask>path{fill:#000}.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__light>.ABB_CommonUX_SystemControls__maximize:hover,.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__light>.ABB_CommonUX_SystemControls__minimize:hover,.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__light>.ABB_CommonUX_SystemControls__restore:hover{background-color:#ebebeb}.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__light>.ABB_CommonUX_SystemControls__close:hover{background-color:rgba(232,17,35,.9)}.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__light>.ABB_CommonUX_SystemControls__close:hover>svg>polygon{fill:#000}.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__dark>.ABB_CommonUX_SystemControls__minimize>svg *{stroke:#dbdbdb}.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__dark>.ABB_CommonUX_SystemControls__close>svg *,.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__dark>.ABB_CommonUX_SystemControls__maximize>svg *,.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__dark>.ABB_CommonUX_SystemControls__restore>svg *{fill:#dbdbdb}.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__dark>.ABB_CommonUX_SystemControls__restore>svg>mask>rect{fill:#1f1f1f}.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__dark>.ABB_CommonUX_SystemControls__restore>svg>mask>path{fill:#fff}.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__dark>.ABB_CommonUX_SystemControls__maximize:hover,.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__dark>.ABB_CommonUX_SystemControls__minimize:hover,.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__dark>.ABB_CommonUX_SystemControls__restore:hover{background-color:#3d3d3d}.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__dark>.ABB_CommonUX_SystemControls__close:hover{background-color:rgba(232,17,35,.9)}.ABB_CommonUX_SystemControls__root.ABB_CommonUX_SystemControls__dark>.ABB_CommonUX_SystemControls__close:hover>svg>polygon{fill:#000}.ABB_CommonUX_ToggleButton__root{font-size:14px;display:inline-block;margin:0;padding:0;cursor:pointer;border-right:none;border-radius:0;position:relative;vertical-align:bottom;box-sizing:border-box}.ABB_CommonUX_ToggleButton__root>label{display:block;height:100%;line-height:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.ABB_CommonUX_ToggleButton__root>label>input{visibility:hidden;position:absolute}.ABB_CommonUX_ToggleButton__root>label>span{display:inline-block}.ABB_CommonUX_ToggleButton__root>label>span.ABB_CommonUX_ToggleButton__text{line-height:16px;vertical-align:bottom;font-family:ABBVoice}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__textOnly{min-width:100px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__textOnly>label>.ABB_CommonUX_ToggleButton__text{width:100%;text-align:center}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__iconAndText{min-width:100px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__first{border-top-left-radius:4px;border-bottom-left-radius:4px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__first.ABB_CommonUX_ToggleButton__selected:after{border-radius:0 0 0 4px}.ABB_CommonUX_ToggleButton__root:not(.ABB_CommonUX_ToggleButton__first){margin-left:-1px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__last{border-top-right-radius:4px;border-bottom-right-radius:4px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__last.ABB_CommonUX_ToggleButton__selected:after{border-radius:0 0 4px 0}.ABB_CommonUX_ToggleButton__root:not(.ABB_CommonUX_ToggleButton__last):after{content:" ";position:absolute;right:-1px;top:-1px;width:1px;height:calc(100% + 2px);z-index:1}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__disabled,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__disabled>label{cursor:not-allowed}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__smallHeight{height:32px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__smallHeight.ABB_CommonUX_ToggleButton__iconOnly{width:32px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__smallHeight.ABB_CommonUX_ToggleButton__iconOnly>label>.ABB_CommonUX_ToggleButton__icon{padding:6px 7px 7px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__smallHeight.ABB_CommonUX_ToggleButton__textOnly>label{padding:7px 16px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__smallHeight.ABB_CommonUX_ToggleButton__iconAndText>label>.ABB_CommonUX_ToggleButton__icon{padding:0 8px 7px 7px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__smallHeight.ABB_CommonUX_ToggleButton__iconAndText>label>.ABB_CommonUX_ToggleButton__text{padding:7px 15px 7px 0}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__mediumHeight{height:40px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__mediumHeight.ABB_CommonUX_ToggleButton__iconOnly{width:40px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__mediumHeight.ABB_CommonUX_ToggleButton__iconOnly>label>.ABB_CommonUX_ToggleButton__icon{padding:10px 11px 11px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__mediumHeight.ABB_CommonUX_ToggleButton__textOnly>label{padding:11px 16px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__mediumHeight.ABB_CommonUX_ToggleButton__iconAndText>label>.ABB_CommonUX_ToggleButton__icon{padding:0 12px 11px 11px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__mediumHeight.ABB_CommonUX_ToggleButton__iconAndText>label>.ABB_CommonUX_ToggleButton__text{padding:11px 23px 11px 0}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__largeHeight{font-size:16px;height:48px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__largeHeight.ABB_CommonUX_ToggleButton__iconOnly{width:48px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__largeHeight.ABB_CommonUX_ToggleButton__iconOnly>label>.ABB_CommonUX_ToggleButton__icon{padding:10px 11px 11px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__largeHeight.ABB_CommonUX_ToggleButton__textOnly>label{padding:15px 32px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__largeHeight.ABB_CommonUX_ToggleButton__iconAndText>label>.ABB_CommonUX_ToggleButton__icon{padding:0 12px 11px 11px}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__largeHeight.ABB_CommonUX_ToggleButton__iconAndText>label>.ABB_CommonUX_ToggleButton__text{padding:15px 31px 15px 0}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light{color:#1f1f1f;background:#fff;border:1px solid #9f9f9f}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light:hover{background-color:#ebebeb;border:1px solid #848484}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light:active{background-color:#dbdbdb;border:1px solid #686868}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__selected{color:#fff;background-color:#36f;border-color:#36f}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__selected:after{background:#36f}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__selected:hover{background-color:#2a35ff;border-color:#2a35ff}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__selected:hover:after{background:#2a35ff}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__selected:active{background-color:#2c20d4;border-color:#2c20d4}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__selected:active:after{background:#2c20d4}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__selected.ABB_CommonUX_ToggleButton__nextIsSelected:after{background:#fff}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__black.ABB_CommonUX_ToggleButton__selected{color:#fff;background-color:#0f0f0f;border-color:#0f0f0f}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__black.ABB_CommonUX_ToggleButton__selected:hover{background-color:#0f0f0f;border-color:#0f0f0f}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__black.ABB_CommonUX_ToggleButton__selected:after,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__black.ABB_CommonUX_ToggleButton__selected:hover:after{background:#0f0f0f}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__black.ABB_CommonUX_ToggleButton__selected.ABB_CommonUX_ToggleButton__nextIsSelected:after{background:#fff}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__disabled,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__disabled:active,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__disabled:hover{color:rgba(31,31,31,.5);background-color:#ebebeb;border-color:#bababa}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__disabled.ABB_CommonUX_ToggleButton__selected,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__disabled:active.ABB_CommonUX_ToggleButton__selected,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__disabled:hover.ABB_CommonUX_ToggleButton__selected{color:rgba(31,31,31,.5);background-color:hsla(0,0%,92.2%,.5);border-color:#bababa}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__disabled.ABB_CommonUX_ToggleButton__selected.ABB_CommonUX_ToggleButton__nextIsSelected:after,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__disabled.ABB_CommonUX_ToggleButton__selected:after,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__disabled:active.ABB_CommonUX_ToggleButton__selected.ABB_CommonUX_ToggleButton__nextIsSelected:after,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__disabled:active.ABB_CommonUX_ToggleButton__selected:after,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__disabled:hover.ABB_CommonUX_ToggleButton__selected.ABB_CommonUX_ToggleButton__nextIsSelected:after,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__light.ABB_CommonUX_ToggleButton__disabled:hover.ABB_CommonUX_ToggleButton__selected:after{background:#bababa}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark{color:#dbdbdb;background:#2e2e2e;border:1px solid #525252}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark:hover{background-color:#3d3d3d;border:1px solid #686868}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark:active{background-color:#525252;border:1px solid #848484}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__selected{color:#fff;background-color:#36f;border-color:#36f}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__selected:after{background:#36f}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__selected:hover{background-color:#4580ff;border-color:#4c85ff}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__selected:hover:after{background:#4c85ff}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__selected:active{background-color:#7ea8ff;border-color:#77a3fc}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__selected:active:after{background:#77a3fc}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__selected.ABB_CommonUX_ToggleButton__nextIsSelected:after{background:#1f1f1f}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__black.ABB_CommonUX_ToggleButton__selected{color:#1f1f1f;background-color:#fff;border-color:#fff}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__black.ABB_CommonUX_ToggleButton__selected:hover{background-color:#fff;border-color:#fff}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__black.ABB_CommonUX_ToggleButton__selected:after,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__black.ABB_CommonUX_ToggleButton__selected:hover:after{background:#fff}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__black.ABB_CommonUX_ToggleButton__selected.ABB_CommonUX_ToggleButton__nextIsSelected:after{background:#1f1f1f}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__disabled,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__disabled:active,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__disabled:hover{color:hsla(0,0%,85.9%,.5);background-color:#3d3d3d;border-color:#686868}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__disabled.ABB_CommonUX_ToggleButton__selected,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__disabled:active.ABB_CommonUX_ToggleButton__selected,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__disabled:hover.ABB_CommonUX_ToggleButton__selected{color:hsla(0,0%,85.9%,.5);background-color:#525252;border-color:#848484}.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__disabled.ABB_CommonUX_ToggleButton__selected.ABB_CommonUX_ToggleButton__nextIsSelected:after,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__disabled.ABB_CommonUX_ToggleButton__selected:after,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__disabled:active.ABB_CommonUX_ToggleButton__selected.ABB_CommonUX_ToggleButton__nextIsSelected:after,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__disabled:active.ABB_CommonUX_ToggleButton__selected:after,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__disabled:hover.ABB_CommonUX_ToggleButton__selected.ABB_CommonUX_ToggleButton__nextIsSelected:after,.ABB_CommonUX_ToggleButton__root.ABB_CommonUX_ToggleButton__dark.ABB_CommonUX_ToggleButton__disabled:hover.ABB_CommonUX_ToggleButton__selected:after{background:#686868}.ABB_CommonUX_ToggleButtonGroup__container{list-style-type:none;padding:0;display:block;white-space:nowrap}.ABB_CommonUX_ToggleSwitch__root{position:relative;margin:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:14px;transition:all .5s;display:flex;flex-direction:row;cursor:pointer;white-space:nowrap}.ABB_CommonUX_ToggleSwitch__root>.ABB_CommonUX_ToggleSwitch__control{box-sizing:border-box;min-width:48px;margin-right:8px;height:24px;border-radius:12px;background-color:#bababa;border:1px solid #bababa;transition:all .3s}.ABB_CommonUX_ToggleSwitch__root>.ABB_CommonUX_ToggleSwitch__control:after{box-sizing:border-box;position:absolute;font-family:ABB-UI-Icons-16x16;left:2px;top:2px;border-radius:10px;font-size:16px;width:20px;height:20px;line-height:20px;padding-left:2px;content:" ";color:#1f1f1f;background-color:#fff;transform:translateX(0);transition:all .3s ease-in-out}.ABB_CommonUX_ToggleSwitch__root>.ABB_CommonUX_ToggleSwitch__label{color:#464646}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__switchedOn>.ABB_CommonUX_ToggleSwitch__control:after{transform:translateX(24px);background-color:#fff;border-color:#36f;color:#36f}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__disabled{cursor:not-allowed}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__disabled>.ABB_CommonUX_ToggleSwitch__control{background-color:#dbdbdb;border-color:#dbdbdb}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__disabled>.ABB_CommonUX_ToggleSwitch__control:after{color:#1f1f1f;opacity:.5}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__disabled>.ABB_CommonUX_ToggleSwitch__label{opacity:.5}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__showIcons>.ABB_CommonUX_ToggleSwitch__control:after{content:"\e925"}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__showIcons.ABB_CommonUX_ToggleSwitch__switchedOn>.ABB_CommonUX_ToggleSwitch__control:after{content:"\e922"}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__light>.ABB_CommonUX_ToggleSwitch__label{color:#1f1f1f}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__light>.ABB_CommonUX_ToggleSwitch__control{background-color:#bababa;border-color:#bababa}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__light.ABB_CommonUX_ToggleSwitch__disabled>.ABB_CommonUX_ToggleSwitch__control{background-color:#dbdbdb;border-color:#dbdbdb}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__light:not(.ABB_CommonUX_ToggleSwitch__disabled):hover>.ABB_CommonUX_ToggleSwitch__control{background-color:#9f9f9f;border-color:#9f9f9f}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__light:not(.ABB_CommonUX_ToggleSwitch__disabled):active>.ABB_CommonUX_ToggleSwitch__control{background-color:#848484;border-color:#848484}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__light.ABB_CommonUX_ToggleSwitch__switchedOn>.ABB_CommonUX_ToggleSwitch__control{background-color:#36f;border-color:#36f}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__light.ABB_CommonUX_ToggleSwitch__switchedOn:not(.ABB_CommonUX_ToggleSwitch__disabled):hover>.ABB_CommonUX_ToggleSwitch__control{background-color:#2a35ff;border-color:#2a35ff}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__light.ABB_CommonUX_ToggleSwitch__switchedOn:not(.ABB_CommonUX_ToggleSwitch__disabled):hover>.ABB_CommonUX_ToggleSwitch__control:after{color:#2a35ff}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__light.ABB_CommonUX_ToggleSwitch__switchedOn:not(.ABB_CommonUX_ToggleSwitch__disabled):active>.ABB_CommonUX_ToggleSwitch__control{background-color:#2c20d4;border-color:#2c20d4}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__light.ABB_CommonUX_ToggleSwitch__switchedOn:not(.ABB_CommonUX_ToggleSwitch__disabled):active>.ABB_CommonUX_ToggleSwitch__control:after{color:#2c20d4}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__light.ABB_CommonUX_ToggleSwitch__switchedOn.ABB_CommonUX_ToggleSwitch__disabled>.ABB_CommonUX_ToggleSwitch__control{background-color:#dbdbdb;border-color:#dbdbdb}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__dark>.ABB_CommonUX_ToggleSwitch__label{color:#dbdbdb}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__dark>.ABB_CommonUX_ToggleSwitch__control{background-color:#686868;border-color:#686868}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__dark.ABB_CommonUX_ToggleSwitch__disabled>.ABB_CommonUX_ToggleSwitch__control{background-color:#525252;border-color:#525252}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__dark:not(.ABB_CommonUX_ToggleSwitch__disabled):hover>.ABB_CommonUX_ToggleSwitch__control{background-color:#848484;border-color:#848484}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__dark:not(.ABB_CommonUX_ToggleSwitch__disabled):active>.ABB_CommonUX_ToggleSwitch__control{background-color:#9f9f9f;border-color:#9f9f9f}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__dark.ABB_CommonUX_ToggleSwitch__switchedOn>.ABB_CommonUX_ToggleSwitch__control{background-color:#36f;border-color:#36f}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__dark.ABB_CommonUX_ToggleSwitch__switchedOn.ABB_CommonUX_ToggleSwitch__disabled>.ABB_CommonUX_ToggleSwitch__control{background-color:#525252;border-color:#525252}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__dark.ABB_CommonUX_ToggleSwitch__switchedOn.ABB_CommonUX_ToggleSwitch__disabled>.ABB_CommonUX_ToggleSwitch__control:after{color:#525252}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__dark.ABB_CommonUX_ToggleSwitch__switchedOn:not(.ABB_CommonUX_ToggleSwitch__disabled):hover>.ABB_CommonUX_ToggleSwitch__control{background-color:#4c85ff;border-color:#4c85ff}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__dark.ABB_CommonUX_ToggleSwitch__switchedOn:not(.ABB_CommonUX_ToggleSwitch__disabled):hover>.ABB_CommonUX_ToggleSwitch__control:after{color:#77a3fc}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__dark.ABB_CommonUX_ToggleSwitch__switchedOn:not(.ABB_CommonUX_ToggleSwitch__disabled):active>.ABB_CommonUX_ToggleSwitch__control{background-color:#77a3fc}.ABB_CommonUX_ToggleSwitch__root.ABB_CommonUX_ToggleSwitch__dark.ABB_CommonUX_ToggleSwitch__switchedOn:not(.ABB_CommonUX_ToggleSwitch__disabled):active>.ABB_CommonUX_ToggleSwitch__control:after{color:#77a3fc}.ABB_CommonUX_Tooltip__trigger{display:inline-block}.ABB_CommonUX_Tooltip__container{font-size:14px;padding:0;pointer-events:none;transition:opacity .3s ease-out;background:transparent!important;box-shadow:none;outline:none}.ABB_CommonUX_Tooltip__container:after,.ABB_CommonUX_Tooltip__container:before{content:unset;opacity:0}.ABB_CommonUX_Tooltip__container:focus{outline:none}.ABB_CommonUX_Tooltip__container.show{opacity:1}.ABB_CommonUX_Tooltip__container>div>.ABB_CommonUX_Tooltip__content{padding:4px}.ABB_CommonUX_Tooltip__container>div>.ABB_CommonUX_Tooltip__content.ABB_CommonUX_Tooltip__clickable{pointer-events:all}.ABB_CommonUX_Tooltip__container.ABB_CommonUX_Tooltip__alignLeft>div{transform:translateX(50%)}.ABB_CommonUX_Tooltip__container:not(.ABB_CommonUX_Tooltip__alignLeft)>div>.ABB_CommonUX_Tooltip__arrow{position:absolute;height:16px;width:16px;top:-4px;left:0;z-index:-1;margin-left:calc(50% - 12px);transform:rotate(225deg);box-shadow:none}.ABB_CommonUX_Tooltip__container.ABB_CommonUX_Tooltip__light>div{background:#fff}.ABB_CommonUX_Tooltip__container.ABB_CommonUX_Tooltip__light>div>.ABB_CommonUX_Tooltip__content{color:#1f1f1f;background:#fff}.ABB_CommonUX_Tooltip__container.ABB_CommonUX_Tooltip__light.ABB_CommonUX_Tooltip__alignLeft>div>.ABB_CommonUX_Tooltip__content{border:1px solid #bababa;box-shadow:0 2px 2px rgba(0,0,0,.35)!important}.ABB_CommonUX_Tooltip__container.ABB_CommonUX_Tooltip__light:not(.ABB_CommonUX_Tooltip__alignLeft){background:#fff;border:1px solid #bababa;box-shadow:0 2px 2px rgba(0,0,0,.35)!important}.ABB_CommonUX_Tooltip__container.ABB_CommonUX_Tooltip__light:not(.ABB_CommonUX_Tooltip__alignLeft)>div>.ABB_CommonUX_Tooltip__arrow{background:#fff;border:1px solid #bababa}.ABB_CommonUX_Tooltip__container.ABB_CommonUX_Tooltip__dark>div{background:#1f1f1f}.ABB_CommonUX_Tooltip__container.ABB_CommonUX_Tooltip__dark>div>.ABB_CommonUX_Tooltip__content{color:#dbdbdb;background:#1f1f1f}.ABB_CommonUX_Tooltip__container.ABB_CommonUX_Tooltip__dark.ABB_CommonUX_Tooltip__alignLeft>div>.ABB_CommonUX_Tooltip__content{border:1px solid #3d3d3d;box-shadow:0 2px 6px rgba(0,0,0,.5)!important}.ABB_CommonUX_Tooltip__container.ABB_CommonUX_Tooltip__dark:not(.ABB_CommonUX_Tooltip__alignLeft){background:#1f1f1f;border:1px solid #3d3d3d;box-shadow:0 2px 6px rgba(0,0,0,.5)!important}.ABB_CommonUX_Tooltip__container.ABB_CommonUX_Tooltip__dark:not(.ABB_CommonUX_Tooltip__alignLeft)>div>.ABB_CommonUX_Tooltip__arrow{background:#1f1f1f;border:1px solid #3d3d3d}::ng-deep .ABB_CommonUX_Tooltip__customTooltipContainer{font-size:14px;padding:0;pointer-events:none;transition:opacity .3s ease-out;background:transparent!important;box-shadow:none;outline:none;z-index:1}::ng-deep .ABB_CommonUX_Tooltip__customTooltipContainer:focus{outline:none}::ng-deep .ABB_CommonUX_Tooltip__customTooltipContainer>.ABB_CommonUX_Tooltip__ngxp__inner .ABB_CommonUX_Tooltip__content{padding:4px}::ng-deep .ABB_CommonUX_Tooltip__customTooltipContainer>.ABB_CommonUX_Tooltip__ngxp__inner .ABB_CommonUX_Tooltip__content.ABB_CommonUX_Tooltip__clickable{pointer-events:all}::ng-deep .ABB_CommonUX_Tooltip__customTooltipContainer:not(.ABB_CommonUX_Tooltip__alignLeft)>.ABB_CommonUX_Tooltip__arrow{position:absolute;height:16px;width:16px;top:-4px!important;left:0!important;z-index:-1;margin-left:calc(50% - 12px);transform:rotate(225deg);box-shadow:none}::ng-deep .ABB_CommonUX_Tooltip__customTooltipContainer.ABB_CommonUX_Tooltip__light>.ABB_CommonUX_Tooltip__ngxp__inner{background:#fff}::ng-deep .ABB_CommonUX_Tooltip__customTooltipContainer.ABB_CommonUX_Tooltip__light>.ABB_CommonUX_Tooltip__ngxp__inner .ABB_CommonUX_Tooltip__content{color:#1f1f1f;background:#fff}::ng-deep .ABB_CommonUX_Tooltip__customTooltipContainer.ABB_CommonUX_Tooltip__light.ABB_CommonUX_Tooltip__alignLeft>.ABB_CommonUX_Tooltip__ngxp__inner .ABB_CommonUX_Tooltip__content{border:1px solid #bababa!important;box-shadow:0 2px 2px rgba(0,0,0,.35)!important}::ng-deep .ABB_CommonUX_Tooltip__customTooltipContainer.ABB_CommonUX_Tooltip__light:not(.ABB_CommonUX_Tooltip__alignLeft){background:#fff;border:1px solid #bababa!important;box-shadow:0 2px 2px rgba(0,0,0,.35)!important}::ng-deep .ABB_CommonUX_Tooltip__customTooltipContainer.ABB_CommonUX_Tooltip__light:not(.ABB_CommonUX_Tooltip__alignLeft)>.ABB_CommonUX_Tooltip__arrow{background:#fff;border:1px solid #bababa!important}::ng-deep .ABB_CommonUX_Tooltip__customTooltipContainer.ABB_CommonUX_Tooltip__dark>.ABB_CommonUX_Tooltip__ngxp__inner{background:#1f1f1f}::ng-deep .ABB_CommonUX_Tooltip__customTooltipContainer.ABB_CommonUX_Tooltip__dark>.ABB_CommonUX_Tooltip__ngxp__inner .ABB_CommonUX_Tooltip__content{color:#dbdbdb;background:#1f1f1f}::ng-deep .ABB_CommonUX_Tooltip__customTooltipContainer.ABB_CommonUX_Tooltip__dark.ABB_CommonUX_Tooltip__alignLeft>.ABB_CommonUX_Tooltip__ngxp__inner .ABB_CommonUX_Tooltip__content{border:1px solid #3d3d3d!important;box-shadow:0 2px 6px rgba(0,0,0,.5)!important}::ng-deep .ABB_CommonUX_Tooltip__customTooltipContainer.ABB_CommonUX_Tooltip__dark:not(.ABB_CommonUX_Tooltip__alignLeft){background:#1f1f1f;border:1px solid #3d3d3d!important;box-shadow:0 2px 6px rgba(0,0,0,.5)!important}::ng-deep .ABB_CommonUX_Tooltip__customTooltipContainer.ABB_CommonUX_Tooltip__dark:not(.ABB_CommonUX_Tooltip__alignLeft)>.ABB_CommonUX_Tooltip__arrow{background:#1f1f1f;border:1px solid #3d3d3d!important}@media print{.SiteLayout-wrapper{display:block}}.CategorySelection svg{fill:currentColor}.CategorySelection-Item--selected,.CategorySelection-Item:hover{color:var(--color-grey-90)}.CategorySelection-Item--selected svg,.CategorySelection-Item:hover svg{color:var(--color-red)}.CategorySelection-Item--selected{font-weight:700}.CategorySelection-Item button{color:inherit;font-family:inherit;font-weight:inherit;word-wrap:break-word}.Navigator-Item{-webkit-flex:1 1 100%;flex:1 1 100%}.Navigator-Item:not(:first-child):before,.Navigator-Item:not(:last-child):after{position:absolute;display:block;z-index:-1;width:50%;width:calc(50% + 1px);height:.125rem;top:1.4375rem;content:"";background-color:#bababa}.Navigator-Item:not(:first-child):before{left:0;right:50%}.Navigator-Item:not(:last-child):after{left:50%;right:0}.Navigator-Item--is-active:not(:first-child):before,.Navigator-Item--is-visited:not(:first-child):before,.Navigator-Item--next-is-visited:not(:last-child):after{background-color:#686868}.Navigator-Item:last-child:after{position:absolute;display:block;content:"";top:.5rem;left:-99999px;left:calc(50% - 1rem);width:1.5rem;height:1.5rem;background-color:#fff;border-radius:100%;z-index:-1;border:.25rem solid #bababa}.Navigator-Item--is-visited:last-child:after{border-color:#686868}.Navigator-Item--is-active:last-child:after{border-color:#f03040}.copied{background:url(/check.dd8125b6.svg) no-repeat;display:inline-block}.rc-collapse,.rc-collapse>.rc-collapse-item{border:0}.rc-collapse>.rc-collapse-item>.rc-collapse-header{padding-left:0;padding-right:0;color:#1f1f1f}.rc-collapse>.rc-collapse-item>.rc-collapse-header>.rc-collapse-extra{margin-right:0}.rc-collapse-content{padding:0}.accordion__plus:before{content:"\002B";font-size:1.5rem;margin-right:.5rem}.accordion__minus:before{content:"\2212";font-size:1.5rem;margin-right:.5rem}.rc-switch{width:40px;height:16px}.rc-switch:after{width:24px;height:24px;top:-4px;left:-2px}.rc-switch-checked:after{left:18px}.rc-switch:after,.rc-switch:hover:after{-webkit-animation-name:none;animation-name:none}.show-more__container{position:relative}.show-more__btn-cntr{position:absolute;bottom:0;width:100%;background-color:#fff;padding:12px 0}.show-more__btn{background:none!important;border:none;padding:0!important;text-decoration:underline;cursor:pointer;font-family:inherit;font-size:100%}.rc-checkbox-inner{border-radius:100%;border-width:2px;border-color:#bababa;background-color:transparent}.rc-checkbox-checked .rc-checkbox-inner,.rc-checkbox:hover .rc-checkbox-inner{border-color:#f03040;background-color:transparent}.rc-checkbox-checked .rc-checkbox-inner:after,.rc-checkbox-inner:after{transition:opacity .3s;background-color:#f03040;border-radius:100%;top:18%;right:18%;bottom:18%;left:18%;display:block;width:auto;height:auto;border:none;-webkit-animation:none;animation:none;-webkit-transform:none;transform:none}.rc-checkbox-inner:after{opacity:0}.rc-checkbox-checked .rc-checkbox-inner:after{opacity:1}.Table th{font-weight:500;text-align:left}.Table td,.Table th{padding:.25rem .5rem}.Markdown ul{list-style:disc;list-style-position:outside;margin-left:1rem}.Markdown p,.Markdown ul,.Markdown ul>li{margin-bottom:1rem}.Markdown p,.Markdown ul{line-height:1.5rem}.Markdown i{font-style:italic}.Markdown b{font-weight:700}.Markdown sub{vertical-align:sub;font-size:85%}.Markdown sup{vertical-align:super;font-size:85%}.Markdown a{color:var(--color-grey-90)}.typecode-clipboard__cntr{position:relative;margin-top:1rem}.typecode-clipboard__copy{position:absolute;right:0;top:0;height:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;font-size:90%;gap:8px}.typecode-clipboard__copy .abb-link{text-decoration:none}.typecode-clipboard__copy_icon{background:url(/clipboard-icon.f0c40d05.svg) no-repeat;width:14px;height:14px;margin-right:10px}@-webkit-keyframes loading-animation{10%{left:0;width:0}50%{left:0;width:100%}90%{left:100%;width:0}}@keyframes loading-animation{10%{left:0;width:0}50%{left:0;width:100%}90%{left:100%;width:0}}.Loading{position:relative}.Loading:before{display:block;content:"";position:absolute;top:0;left:0;right:0;width:0;height:2px;background-color:#f03040;-webkit-animation:loading-animation 3s ease-in-out 1s infinite;animation:loading-animation 3s ease-in-out 1s infinite}.Loading--toplevel:before{position:fixed;z-index:9999;height:4px}.NotFoundScreen{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}.NotFoundScreen-Wrapper{padding:var(--spacing-10);padding-top:var(--spacing-12);padding-bottom:37vh}.NotFoundScreen-Additional{font-family:ABBvoice;font-style:normal;font-weight:400;font-size:18px;line-height:23px;-webkit-align-items:center;align-items:center;color:#000;padding-top:var(--spacing-6)}.NotFoundScreen-LeftPane .ABB_CommonUX_Heading__root{margin-top:40px;font-size:44px;line-height:48px;font-weight:700;white-space:normal}.NotFoundScreen-LeftPane .ABB_CommonUX_Heading__root:after{top:-40px}@media (--viewport-large){.NotFoundScreen-Body{-webkit-flex-direction:column;flex-direction:column}.NotFoundScreen-LeftPane{padding:var(--spacing-4) var(--spacing-5);width:100%}.NotFoundScreen-RightPane{width:100%}.NotFoundScreen-Additional{padding:var(--spacing-4) var(--spacing-5);width:100%}}@media (max-width:659px){.NotFoundScreen-Wrapper{padding:0 0 37vh!important}}@-webkit-keyframes fadeInOut{0%,to{opacity:0}50%{opacity:1}}@keyframes fadeInOut{0%,to{opacity:0}50%{opacity:1}}.fade-in-out{opacity:0;-webkit-animation:fadeInOut 2s linear forwards;animation:fadeInOut 2s linear forwards}.ABB-ToasterDialog{background-color:#0ff;position:fixed;top:65px;right:3%;z-index:100;margin:8px;max-height:100%;min-width:400px}@media (--viewport-small){.ABB-ToasterDialog{min-width:330px;margin:0 5%;right:0;left:0}}.ABB-ToasterDialog-Contents{-webkit-justify-content:space-between;justify-content:space-between}.ABB-ToasterDialog-Contents,.ABB-ToasterDialog-Contents-Msg{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.ABB-ToasterDialog-Contents-Msg img{width:22px;height:22px;margin-right:14px}.ABB-ToasterDialog-Contents-Msg>div{max-width:223px}.ABB-ToasterDialog-Buttons{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}.ABB-ToasterDialog svg.no-net-img{margin-right:14px}.DescriptionText{margin-top:var(--spacing-1);color:var(--color-grey-60);font-size:12px}.ErrorLabel{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;height:auto;margin-top:var(--spacing-1);color:var(--color-grey-70);-webkit-align-items:center;align-items:center}.ErrorLabel-Icon{color:var(--color-status-red);margin-right:var(--spacing-1);color:red}.ErrorLabel-Message{font-weight:500;font-size:12px;margin-left:4px}.FAUX_ABB_CommonUX_Input__root>.FAUX_ABB_CommonUX_Input__wrapper{display:-webkit-flex;display:flex;-webkit-align-items:stretch;align-items:stretch;position:relative}.FAUX_ABB_CommonUX_Input__root>.FAUX_ABB_CommonUX_Input__wrapper .ABB_CommonUX_Input__root{-webkit-flex-grow:1;flex-grow:1}.FAUX_ABB_CommonUX_Input__root>.FAUX_ABB_CommonUX_Input__wrapper .ABB_CommonUX_Input__label{display:none}.FAUX_ABB_CommonUX_Input__root>.FAUX_ABB_CommonUX_Input__wrapper .ABB_CommonUX_Input__unit-label{position:absolute;top:0;right:0;bottom:0;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;padding-right:5px;color:grey}.FAUX_ABB_CommonUX_Input__root>.FAUX_ABB_CommonUX_Input__wrapper .ABB_CommonUX_Input__inputWrapper{height:100%}.FAUX_ABB_CommonUX_Input__root>.FAUX_ABB_CommonUX_Input__wrapper .ABB_CommonUX_Input__inputElement:not(:disabled):focus,.FAUX_ABB_CommonUX_Input__root>.FAUX_ABB_CommonUX_Input__wrapper .ABB_CommonUX_Input__inputElement:not(:disabled):hover{background-color:var(--color-grey-00)!important;border-color:var(--color-grey-100)!important}.FAUX_ABB_CommonUX_Input__root>.FAUX_ABB_CommonUX_Input__wrapper .ABB_CommonUX_Input__inputElement{padding-top:9px;padding-bottom:10px}.FAUX_ABB_CommonUX_Input__root .FAUX_ABB_CommonUX_Input__unit{padding:var(--spacing-2) var(--spacing-6);border:1px solid var(--color-grey-30);border-left:none;font-size:12px;color:var(--color-grey-60);background-color:var(--color-grey-10)}.FAUX_ABB_CommonUX_Input__root .FAUX_ABB_CommonUX_Input__narrowUnit{padding:var(--spacing-2) var(--spacing-3)}.FAUX_ABB_CommonUX_Input__disabled .FAUX_ABB_CommonUX_Input__unit{opacity:.5}.Label{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;color:var(--color-grey-60);margin-bottom:var(--spacing-1)}.Label-Icon{color:var(--color-status-red);margin-right:var(--spacing-1)}.Label>.Label-Label{-webkit-flex-grow:1;flex-grow:1;color:var(--color-grey-60)}.Label>.Label-Label--dark{color:var(--color-grey-90)}.Label>.Label-Tooltip>.TooltipButton{position:relative}.Label>.Label-Tooltip .ABB_CommonUX_Button__root{height:auto;color:var(--color-grey-40);border:none}.Label>.Label-Tooltip .ABB_CommonUX_Button__root:active,.Label>.Label-Tooltip .ABB_CommonUX_Button__root:focus,.Label>.Label-Tooltip .ABB_CommonUX_Button__root:hover{color:var(--color-grey-60)}.Label>.Label-Tooltip .ABB_CommonUX_Button__root .ABB_CommonUX_Button__icon{height:auto;margin:0}.modal{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;padding:8px;box-shadow:0 2px 4px rgba(0,0,0,.2);z-index:1000;border-radius:10px}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:999}.disabled{color:grey!important;cursor:not-allowed!important;pointer-events:none}.popup-content{max-width:670px;overflow-wrap:break-word}.popup-heading{color:#1f1f1f;font-size:20px;font-style:normal;font-weight:500;line-height:24px}.popup-description{color:#1f1f1f;font-size:14px;font-style:normal;font-weight:400;line-height:125%}.ReactModal__Content{border:none!important;outline:none}.cmp-abb-cta{display:-webkit-flex;display:flex;font-family:ABBvoice-Medium;color:#000}@media screen and (max-width:820px){.cmp-abb-cta{-webkit-flex-direction:column;flex-direction:column;width:100%;text-align:center}}.cmp-abb-cta__link{-webkit-text-decoration-line:none;text-decoration-line:none;padding:.75rem;border-radius:24px;display:inline-block;white-space:nowrap;font-size:1rem;line-height:1.25rem;font-family:ABBvoice-Medium;cursor:pointer}@media screen and (max-width:820px){.cmp-abb-cta__link{width:100%;margin:8px 0}}.infobox{display:none}.cmp-abb-cta__link:hover{box-shadow:none}.cmp-abb-cta__link--primary{border:0;background-color:#f01;color:#fff;border-radius:32px;padding:12px 16px;font-size:14px;line-height:14px;font-weight:500;font-style:normal}.cmp-abb-cta__link--primary:active,.cmp-abb-cta__link--primary:hover{border:0;background-color:#bb2924;color:#fff}.cmp-abb-cta__link--secondary{border:2px solid #dbdbdb;background-color:#fff;color:#1f1f1f;border-radius:32px;padding:12px 16px;font-size:14px;line-height:14px;font-weight:500;font-style:normal}.cmp-abb-cta__link--secondary:active,.cmp-abb-cta__link--secondary:hover{background-color:#ebebeb}.cmp-abb-cta__link--tertiary{border:2px solid transparent;color:#464646}.cmp-abb-cta__link--tertiary:active,.cmp-abb-cta__link--tertiary:hover{border:2px solid #d2d2d2}.cmp-abb-cta__link--discreet{border:2px solid transparent;color:#464646;font-size:16px;line-height:20px;padding:12px 24px;height:48px}.cmp-abb-cta__link--discreet:active,.cmp-abb-cta__link--discreet:hover{border:2px solid #d2d2d2}.cmp-abb-cta__link--arrow:after{font-family:ABB-icon;content:"\e90e";margin-left:.5rem;vertical-align:middle}.cmp-abb-cta__link .link-disabled{border:1px solid #d2d2d2;color:#d2d2d2!important;pointer-events:none;cursor:default}.title{color:#0f0f0f}.cookie checkboxcontainer .checkbox-advertising--item{display:none}.checkboxcontainer .checkbox-advertising--item .advertisingpopup{display:none;width:100%;margin-top:24px;font-size:14px;line-height:20px;color:#0f0f0f;background-color:#f5f5f5;padding:24px 70px 48px 16px}.checkboxcontainer .checkbox-advertising--item .advertisingpopup .InfoIcon{display:block;width:24px;height:50px;float:left;margin-right:16px}.checkboxitem{-webkit-align-items:center;align-items:center;padding-top:32px;pointer-events:none}.checkboxitem p{margin-left:36px;font-family:ABBvoice-Regular,ABBvoice,sans-serif}.checkboxitem p,.checkboxtext{font-size:14px;color:#464646;line-height:1.5rem}.checkboxtext{margin:0}.checkboxitem:first-child{padding-top:40px}.border{border:1px solid #bababa;margin-top:25px;margin-bottom:25px}.checkboxlabel{display:-webkit-flex;display:flex;font-weight:400;font-size:14px;line-height:16px;font-style:normal;color:#1f1f1f}.checkboxlabel:before{content:"";width:24px;height:24px;margin-right:8px;border:2px solid #bababa;border-radius:2px;margin-top:-4px}.checkbox:checked+label:before{background-color:#fff;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;color:#ff000f;background:url(https://new.abb.com/cdn/img/Vector.svg) no-repeat 0 0;background-size:80%;background-position:50%}.checkbox:disabled+label:before{background-color:#ccc;border-color:#999}.checkbox{cursor:pointer;opacity:0;position:absolute;width:100%;height:30px;width:30px;margin:0;pointer-events:all}.checkboxitem1 div,.checkboxitem2 div{margin-left:36px;font-size:12px;color:#696969;line-height:16px;font-weight:400}.actioncontainer{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background:#fff}@media screen and (max-width:820px){.actioncontainer{width:256px}}.button-container{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;padding-top:8px}.button-container>.cmp-abb-cta>.btn-rfs-all{margin-right:16px}.checkboxitem-subitem{margin-left:36px;margin-top:32px}.StartScreen{position:relative;z-index:1;min-height:100vh;min-height:calc(100vh - 5.125rem)}.StartScreen:after{position:absolute;content:"";top:0;right:0;bottom:0;left:0;z-index:-1;background-position:0 0;background-repeat:no-repeat;background-size:cover;opacity:.6}@media screen and (min-width:769px){.StartScreen:after{background-image:url(/start-background-white-1024.b4fc0e22.jpg)}}@media screen and (max-width:768px){.StartScreen:after{background-image:url(/start-background-white-768.e8190cd1.jpg)}}@media screen and (max-width:420px){.StartScreen:after{background-image:url(/start-background-white-420.c995056f.jpg)}}body,html{font-size:16px;background-color:#f6f6f6}.font-abb-voice{font-family:ABBvoice,Verdana,Arial,sans-serif}.abb-link{color:#1f1f1f;color:var(--color-grey-90)}.abb-link:focus,.abb-link:hover{color:#0f0f0f;color:var(--color-grey-100)}.abb-link-no-underline{color:#1f1f1f;color:var(--color-grey-90);text-decoration:none}.abb-link-no-underline:focus,.abb-link-no-underline:hover{color:#0f0f0f;color:var(--color-grey-100);text-decoration:underline}.events-auto{pointer-events:auto}.events-none{pointer-events:none}.top-100{top:100%}.h0{height:0}.w6{width:32rem}.w7{width:64rem}.w8{width:128rem}.min-w1{min-width:1rem}.min-w2{min-width:2rem}.min-w3{min-width:4rem}.min-w4{min-width:8rem}.min-w5{min-width:16rem}.min-w6{min-width:32rem}.min-w7{min-width:64rem}.min-w8{min-width:128rem}.min-w-33{min-width:33.333333%}.min-w-50{min-width:50%}.min-w-100{min-width:100%}.min-h1{min-height:1rem}.min-h2{min-height:2rem}.min-h3{min-height:4rem}.min-h4{min-height:8rem}.min-h5{min-height:16rem}.vs1>*{margin-bottom:.25rem}.vs2>*{margin-bottom:.5rem}.vs3>*{margin-bottom:1rem}.vs4>*{margin-bottom:2rem}.vs5>*{margin-bottom:4rem}.hs1>*+*{margin-left:.25rem}.hs2>*+*{margin-left:.5rem}.hs3>*+*{margin-left:1rem}.hs4>*+*{margin-left:2rem}.hs5>*+*{margin-left:4rem}.bs0{border-spacing:0}.bs1{border-spacing:.5rem}.bs2{border-spacing:1rem}.bs3{border-spacing:2rem}.bs4{border-spacing:4rem}.bsv1{border-spacing:0 .5rem}.bsv2{border-spacing:0 1rem}.bsv3{border-spacing:0 2rem}.bsv4{border-spacing:0 4rem}.bsh1{border-spacing:.5rem 0}.bsh2{border-spacing:1rem 0}.bsh3{border-spacing:2rem 0}.bsh4{border-spacing:4rem 0}@media screen and (min-width:30em){.w6-s{width:32rem}.w7-s{width:64rem}.w8-s{width:128rem}}@media screen and (min-width:48em){.w6-m{width:32rem}.w7-m{width:64rem}.w8-m{width:128rem}.min-w1-m{min-width:1rem}.min-w2-m{min-width:2rem}.min-w3-m{min-width:4rem}.min-w4-m{min-width:8rem}.min-w5-m{min-width:16rem}.min-w6-m{min-width:32rem}.min-w7-m{min-width:64rem}.min-w8-m{min-width:128rem}.min-w-33-m{min-width:33.333333%}.min-w-50-m{min-width:50%}.min-w-100-m{min-width:100%}.min-h1-m{min-height:1rem}.min-h2-m{min-height:2rem}.min-h3-m{min-height:4rem}.min-h4-m{min-height:8rem}.min-h5-m{min-height:16rem}.vs1-m>*{margin-bottom:.25rem}.vs2-m>*{margin-bottom:.5rem}.vs3-m>*{margin-bottom:1rem}.vs4-m>*{margin-bottom:2rem}.vs5-m>*{margin-bottom:4rem}.hs1-m>*+*{margin-left:.25rem}.hs2-m>*+*{margin-left:.5rem}.hs3-m>*+*{margin-left:1rem}.hs4-m>*+*{margin-left:2rem}.hs5-m>*+*{margin-left:4rem}.bs0-m{border-spacing:0}.bs1-m{border-spacing:.5rem}.bs2-m{border-spacing:1rem}.bs3-m{border-spacing:2rem}.bs4-m{border-spacing:4rem}.bsv1-m{border-spacing:0 .5rem}.bsv2-m{border-spacing:0 1rem}.bsv3-m{border-spacing:0 2rem}.bsv4-m{border-spacing:0 4rem}.bsh1-m{border-spacing:.5rem 0}.bsh2-m{border-spacing:1rem 0}.bsh3-m{border-spacing:2rem 0}.bsh4-m{border-spacing:4rem 0}}@media screen and (min-width:64em){.w6-l{width:32rem}.w7-l{width:64rem}.w8-l{width:128rem}.min-w1-l{min-width:1rem}.min-w2-l{min-width:2rem}.min-w3-l{min-width:4rem}.min-w4-l{min-width:8rem}.min-w5-l{min-width:16rem}.min-w6-l{min-width:32rem}.min-w7-l{min-width:64rem}.min-w8-l{min-width:128rem}.min-w-33-l{min-width:33.333333%}.min-w-50-l{min-width:50%}.min-w-100-l{min-width:100%}.min-h1-l{min-height:1rem}.min-h2-l{min-height:2rem}.min-h3-l{min-height:4rem}.min-h4-l{min-height:8rem}.min-h5-l{min-height:16rem}.vs1-l>*{margin-bottom:.25rem}.vs2-l>*{margin-bottom:.5rem}.vs3-l>*{margin-bottom:1rem}.vs4-l>*{margin-bottom:2rem}.vs5-l>*{margin-bottom:4rem}.hs1-l>*+*{margin-left:.25rem}.hs2-l>*+*{margin-left:.5rem}.hs3-l>*+*{margin-left:1rem}.hs4-l>*+*{margin-left:2rem}.hs5-l>*+*{margin-left:4rem}.bs0-l{border-spacing:0}.bs1-l{border-spacing:.5rem}.bs2-l{border-spacing:1rem}.bs3-l{border-spacing:2rem}.bs4-l{border-spacing:4rem}.bsv1-l{border-spacing:0 .5rem}.bsv2-l{border-spacing:0 1rem}.bsv3-l{border-spacing:0 2rem}.bsv4-l{border-spacing:0 4rem}.bsh1-l{border-spacing:.5rem 0}.bsh2-l{border-spacing:1rem 0}.bsh3-l{border-spacing:2rem 0}.bsh4-l{border-spacing:4rem 0}}.cursor-auto{cursor:cursor}.cursor-default{cursor:default}.cursor-none{cursor:none}.bullet-list{list-style:disc inside}.number-list{list-style:decimal inside}.table-auto{table-layout:auto}.table-fixed{table-layout:fixed}.border-separate{border-collapse:separate}.border-collapse{border-collapse:collapse}.break-all{word-break:break-all}.br3{border-radius:1rem}:root{--spacing-unit:4px;--spacing-1:calc(var(--spacing-unit)*1);--spacing-2:calc(var(--spacing-unit)*2);--spacing-3:calc(var(--spacing-unit)*3);--spacing-4:calc(var(--spacing-unit)*4);--spacing-5:calc(var(--spacing-unit)*5);--spacing-6:calc(var(--spacing-unit)*6);--spacing-7:calc(var(--spacing-unit)*7);--spacing-8:calc(var(--spacing-unit)*8);--spacing-9:calc(var(--spacing-unit)*9);--spacing-10:calc(var(--spacing-unit)*10);--spacing-11:calc(var(--spacing-unit)*11);--spacing-12:calc(var(--spacing-unit)*12);--spacing-13:calc(var(--spacing-unit)*13);--spacing-14:calc(var(--spacing-unit)*14);--spacing-15:calc(var(--spacing-unit)*15);--spacing-16:calc(var(--spacing-unit)*16);--color-blue-10:#e0f0ff;--color-blue-20:#c5e0fa;--color-blue-30:#9ebff7;--color-blue-40:#77a3fc;--color-blue-50:#4c85ff;--color-blue-60:#36f;--color-blue-70:#2a35ff;--color-blue-80:#2c20d4;--color-blue-90:#160c9c;--color-blue-100:#080261;--color-grey-00:#fff;--color-grey-10:#ebebeb;--color-grey-20:#dbdbdb;--color-grey-30:#bababa;--color-grey-40:#9f9f9f;--color-grey-50:#848484;--color-grey-60:#686868;--color-grey-70:#525252;--color-grey-80:#3d3d3d;--color-grey-90:#1f1f1f;--color-grey-100:#0f0f0f;--color-yellow:#ffd800;--color-orange:#ff7300;--color-red:#f03040;--color-magenta:#cb2bd5;--color-cyan:#14f0f0;--color-green:#0ca919;--color-blue:#0052ff}@media print{.no-print{display:none}a{text-decoration:underline!important}}.logo-svg{background:url(/logo.a31a5db8.svg) no-repeat}