Skip to content

Instantly share code, notes, and snippets.

@stepbystepcode
Created February 2, 2021 05:06
Show Gist options
  • Save stepbystepcode/7174531c642939fb369d3da0ae58fd61 to your computer and use it in GitHub Desktop.
Save stepbystepcode/7174531c642939fb369d3da0ae58fd61 to your computer and use it in GitHub Desktop.
beautify-youdao
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://m.youdao.com/translate
// @grant none
// ==/UserScript==
(function() {
'use strict';
(function () {let res=document.querySelector("#translateResult").innerHTML;
let ori=document.querySelector("#inputText").value;
document.querySelector("title").innerHTML="Translation";
document.querySelector("head").innerHTML+="<style>.is3_top_level_container--box{background-color:#fff;padding:.1px 24px;box-shadow:0 14px 16px rgba(0,0,0,.06);border:none;position:relative;margin-bottom:24px;border-radius:0}.is3_top_level_container--small_center{max-width:600px;left:0;right:0;margin:0 auto}.is3_group{position:relative;margin-top:2em;margin-bottom:2em;padding:0;box-sizing:border-box}.is3_group:first-child{margin-top:20px}.is3_group>hr{margin:32px 0;border:none;border-top:1px solid;color:#ddd}.is3_group.is3_group--loading .is3_element>button,.is3_group.is3_group--loading .is3_element>p{visibility:hidden}.is3_element{color:#333;line-height:1.66;font-family:Open Sans,sans-serif;position:relative}.is3_element>h1{font-size:28px;font-weight:300;margin:16px 0}.is3_element>h2{font-weight:400;font-size:20px;line-height:1.32}.is3_element>h3{font-weight:400;font-size:18px;color:#333;margin:20px 0}.is3_element>h4{font-weight:400;font-size:16px;color:#333;margin:.5em 0;line-height:1.5}.is3_element>label{font-weight:400;color:#666;font-size:16px;vertical-align:middle}.is3_element>span{font-size:16px}.is3_element span[disabled]{opacity:.25}.is3_element>p{font-size:16px;font-weight:400;color:#666;margin:.5em auto;line-height:1.5em}.is3_element>p>em{color:#333;font-weight:500;font-style:normal}.is3_element>ul>li{font-size:16px}.is3_element>label:first-child:last-child{text-align:center;display:block}.is3_element>label:first-child:last-child>span{font-weight:500}.is3_element>label:first-child:not(:last-child){min-width:50%;display:inline-block;text-align:right;margin-right:.5em;vertical-align:middle}@media(max-width:760px){.is3_element>label:first-child:not(:last-child){min-width:40%}}@media(max-width:650px){.is3_element>label:first-child:not(:last-child){display:block;margin-top:1em;text-align:left}}.is3_element>.dl_currency,.is3_element>.dl_unit{font-size:16px;font-weight:400;vertical-align:middle;text-transform:uppercase}.is3_element>span:nth-child(2):last-child{font-weight:500;margin-left:.5em;vertical-align:middle}@media(max-width:650px){.is3_element>span:nth-child(2):last-child{margin-left:0;display:block;text-align:left}}.is3_element>label~span:nth-child(2):not(:last-child){font-weight:500;text-align:right;display:inline-block;margin-left:.5em;padding-right:.25em;box-sizing:border-box;vertical-align:middle}.is3_element>label~span:nth-child(2):not(:last-child).dl_value--small{min-width:120px}@media(max-width:650px){.is3_element>label~span:nth-child(2):not(:last-child){margin-left:0;min-width:50%}.is3_element>label~span:nth-child(2):not(:last-child).dl_value--small{min-width:50%}}.is3_element>input:nth-child(2).dl_value--small{width:120px}@media(max-width:650px){.is3_element>input:nth-child(2){margin-left:0}}.is3_element>p>input[type=checkbox]:first-child{width:1em}.is3_element>p>input[type=checkbox]:first-child+label:last-child{display:inline-block;width:calc(100% - 2em);vertical-align:top}.is3_element input[type=email],.is3_element input[type=number],.is3_element input[type=password],.is3_element input[type=text],.is3_element select{font-size:16px;font-weight:400;border:1px solid #aaa;background-color:#fafafa;border-radius:10px;line-height:1.5;padding:0 .5em;transition:background-color .1s ease-out,border-color 50ms ease-out;box-sizing:border-box;vertical-align:middle}.is3_element input[type=email][type=number],.is3_element input[type=number][type=number],.is3_element input[type=password][type=number],.is3_element input[type=text][type=number],.is3_element select[type=number]{text-align:right}.is3_element input[type=email][readonly],.is3_element input[type=number][readonly],.is3_element input[type=password][readonly],.is3_element input[type=text][readonly],.is3_element select[readonly]{border:none;background-color:transparent}.is3_element input[type=email]:active,.is3_element input[type=email]:focus,.is3_element input[type=number]:active,.is3_element input[type=number]:focus,.is3_element input[type=password]:active,.is3_element input[type=password]:focus,.is3_element input[type=text]:active,.is3_element input[type=text]:focus,.is3_element select:active,.is3_element select:focus{border-color:#faa200;outline:none}.is3_element input[type=email].dl_with_field_error,.is3_element input[type=number].dl_with_field_error,.is3_element input[type=password].dl_with_field_error,.is3_element input[type=text].dl_with_field_error,.is3_element select.dl_with_field_error{background-color:#ffecec;border:1px solid #f66;box-shadow:inset 0 0 4px rgba(255,0,0,.4)}.is3_element input[type=email]::placeholder,.is3_element input[type=number]::placeholder,.is3_element input[type=password]::placeholder,.is3_element input[type=text]::placeholder,.is3_element select::placeholder{font-size:80%;color:#999;font-style:italic;font-weight:500}.is3_element select{line-height:26px;height:26px;box-sizing:border-box}.is3_element select:after{content:'';display:block;position:absolute;width:1.5em;height:1.5em;border-top:2px solid;border-bottom:2px solid;right:0;top:0;color:red}.is3_element input[type=checkbox]{-webkit-appearance:none;appearance:none;border:1px solid #aaa;width:2em;height:2em;border-radius:5px;display:inline-block;background-color:#fafafa;cursor:pointer;margin:2px;box-sizing:border-box;vertical-align:middle}.is3_element input[type=checkbox]:after{transition:75ms ease-out;content:'L';display:none;position:absolute;top:3px;width:1em;height:1em;font-size:200%;line-height:1;text-align:center;box-sizing:border-box;color:#2b5776;font-weight:600;transform:scaleX(-1) rotate(-45deg) scale(.7);box-shadow:inset 0 0 0 0 #042e48}.is3_element input[type=checkbox]:checked:after{display:block}.is3_element input[type=checkbox]:focus{outline:none;border-color:#faa200}.is3_element input[type=checkbox].dl_with_field_error{border:1px solid red;background-color:#ffecec}.is3_element input[type=radio]{-webkit-appearance:none;appearance:none;border:1px solid #aaa;width:20px;height:20px;border-radius:100%;display:inline-block;vertical-align:middle;background-color:#fafafa;position:relative;cursor:pointer;margin:0 8px}.is3_element input[type=radio]:before{transition:75ms ease-out;content:'';display:block;position:absolute;top:1px;left:1px;width:12px;height:12px;border:8px solid;border-radius:100%;text-align:center;box-sizing:border-box;color:transparent;transform:scale(0)}.is3_element input[type=radio]:checked:before{transform:scale(.7);color:#074b78}.is3_element input[type=radio]:checked{border-color:#042e48}.is3_element input[type=radio]:focus{outline:none;box-shadow:0 0 5px rgba(0,0,0,.5)}.is3_element input[type=radio].dl_with_field_error{border:1px solid red;background-color:#ffecec}.is3_element input[type=radio]~label{max-width:calc(100% - 46px)}.is3_element input[type=radio]~label,.is3_element input~span{display:inline-block;vertical-align:middle}.is3_element input[type=radio][disabled],.is3_element input[type=radio][disabled]~label{opacity:.3}.is3_element>.dl_field_error_text{display:block;text-align:center;margin-bottom:1.3em;color:red;font-size:14.4px;overflow-wrap:break-word}.is3_element--note{margin-top:16px}.is3_element--note>p{font-size:14px;color:#888}.is3_element--note>p>em{color:#888;font-weight:500;font-style:normal}.is3_element--description{font-family:Open Sans,sans-serif;margin:16px 30px 12px}.is3_element--description>p{font-size:14px;color:#888}.is3_element--description>p>em{color:#888;font-weight:500;font-style:normal}.is3_element--data_list ul{list-style:none;margin-left:32px}.is3_element--small_checkbox>input[type=checkbox]:first-child{width:2em}.is3_element--small_checkbox>input[type=checkbox]:first-child+label:last-child{display:inline-block;width:calc(100% - 2em);vertical-align:top;font-size:14px}.is3_element--small_checkbox+div.dl_field_error_text{color:red;text-align:center;font-size:14px;margin:.5em}.is3_element--medium_checkbox>input[type=checkbox]:first-child{width:2em}.is3_element--medium_checkbox>input[type=checkbox]:first-child+label:last-child{display:inline-block;width:calc(100% - 2.5em);vertical-align:top;font-size:16px;padding-left:.25em}.is3_element--medium_checkbox+div.dl_field_error_text{color:red;text-align:center;font-size:16px;margin:.5em}.is3_element--default_input>label:not(:last-child){min-width:30%!important}.is3_element--default_input>label~input[type=email],.is3_element--default_input>label~input[type=password],.is3_element--default_input>label~input[type=text],.is3_element--default_input>label~select{margin-top:2px;margin-bottom:2px;width:40%}@media(max-width:650px){.is3_element--default_input>label~input[type=email],.is3_element--default_input>label~input[type=password],.is3_element--default_input>label~input[type=text],.is3_element--default_input>label~select{width:90%;min-width:50%;display:block;margin-right:auto}}@media(max-width:650px){.is3_element--default_input>label~input[type=checkbox]{margin-left:50%;transform:translate(-50%)}}.is3_element--default_input>label~ul{display:inline-block;list-style:none;vertical-align:top;margin-left:8px}.is3_element--default_input>input~label{vertical-align:middle;margin-left:8px}.is3_element--default_input>label~input~p{font-size:14px;color:#666;font-weight:300;margin-left:10%;margin-top:0;font-style:italic}@media(max-width:650px){.is3_element--default_input>label~input~p{margin-left:0}}@media(min-width:1000px){.is3_element--default_input:not(.is3_element--error_below)>.dl_field_error_text{display:inline-block;margin-bottom:0;padding-left:1em;vertical-align:text-top;line-height:1.1em;width:28%;box-sizing:border-box;text-align:left;font-size:12.8px}}.is3_element--error{background-color:#da5e5c;margin:1em 0;padding:.75em 1em;text-align:left;color:#fff;font-size:16px;font-weight:500;box-shadow:0 0 9px rgba(0,0,0,.1)}.is3_element--error>em{font-weight:600;font-style:normal}.is3_element--error>h1{font-size:150%}.is3_element--error:empty{margin:0;display:none}.is3_element--important_info{padding:.5em!important;text-align:center;color:#b00;font-size:16px;font-weight:400}.is3_element--important_info>em{font-weight:600;font-style:normal}.is3_element--important_info>h1{font-size:150%}.is3_element--important_info:empty{margin:0;display:none}.is3_element--action_needed{padding:1em!important;text-align:center;background-color:#f9f9f9;font-size:16px;box-shadow:0 16px 20px rgba(0,0,0,.08);border-top:3px solid #b00;border-radius:0 0 5px 5px;margin:40px 0 60px}.is3_element--action_needed>label{text-align:center!important;color:#b00;font-weight:400;display:block;margin-bottom:10px}.is3_element--action_needed .is3_element--action_failed{color:red;font-size:14px;margin-top:10px}.is3_element--action_needed .is3_element--action_failed:empty{margin-bottom:0}.is3_element--action_success{padding:1em!important;text-align:center;font-size:16px;box-shadow:0 16px 20px rgba(0,0,0,.08);font-weight:400;color:#037171;border-top:3px solid #037171;border-radius:0 0 5px 5px;margin:40px 0 60px}.is3_element--action_success img{vertical-align:middle;margin-right:10px}.is3_element--info{padding:.5em!important;text-align:center;font-size:16px;font-weight:400}.is3_element--info>em{font-weight:600;font-style:normal}.is3_element--info>h1{font-size:150%}.is3_element--info:empty{margin:0;display:none}.is3_element--center{text-align:center}.is3_element--vspace{margin:24px}.is3_element--right{text-align:right;padding-right:0}@media(max-width:512px){.is3_element--right{text-align:center;padding-right:0}}.is3_element--disabled{opacity:.3}.is3_element--radio_option{white-space:nowrap;margin-top:16px;margin-bottom:6px}.is3_element--radio_option>*{white-space:normal;line-height:1.3}.is3_element--radio_option>input[type=radio]{margin-right:16px}.is3_element--condensed_update_data_button,.is3_element--update_data_button{text-align:right;margin-top:16px;margin-bottom:32px}.is3_element--condensed_update_data_button+.is3_element--condensed_update_data_button,.is3_element--condensed_update_data_button+.is3_element--update_data_button,.is3_element--update_data_button+.is3_element--condensed_update_data_button,.is3_element--update_data_button+.is3_element--update_data_button{margin-top:-24px}.is3_element--condensed_update_data_button a,.is3_element--condensed_update_data_button button,.is3_element--update_data_button a,.is3_element--update_data_button button{border:none;background-color:transparent;font-family:Montserrat,sans-serif;color:#074b78;cursor:pointer;font-weight:400;font-size:16px}.is3_element--condensed_update_data_button a:hover,.is3_element--condensed_update_data_button button:hover,.is3_element--update_data_button a:hover,.is3_element--update_data_button button:hover{color:#042d48}.is3_element--condensed_update_data_button a:focus,.is3_element--condensed_update_data_button button:focus,.is3_element--update_data_button a:focus,.is3_element--update_data_button button:focus{outline:none;text-decoration:underline}.is3_element--condensed_update_data_button a:after,.is3_element--condensed_update_data_button button:after,.is3_element--update_data_button a:after,.is3_element--update_data_button button:after{content:' ';position:relative;width:.55em;height:.55em;text-align:right;display:inline-block;border-top:2px solid;border-right:2px solid;transform:rotate(45deg);border-radius:2px;transition:border-color 75ms ease-out;vertical-align:middle;margin-left:.3em;top:-.1em}@media(max-width:650px){.is3_element--condensed_update_data_button,.is3_element--update_data_button{margin-top:1em}}.is3_element--condensed_update_data_button{margin-top:-26px;margin-bottom:4px}@media(max-width:700px){.is3_element--condensed_update_data_button{margin-top:0}}.is3_element--center_button_row{margin:24px 0;text-align:center}.is3_clipboard_copy_button{font-size:12px;position:relative;width:1em;height:1em;vertical-align:middle;display:inline-block;border:2px solid;border-right:none;border-bottom:none;color:#ccc;border-radius:2px;box-sizing:border-box;background-color:transparent;cursor:pointer;margin-top:-4px;transition:color 75ms ease-out}.is3_clipboard_copy_button:active,.is3_clipboard_copy_button:hover{color:#666}.is3_clipboard_copy_button:focus{outline:none}.is3_clipboard_copy_button:focus:before{content:' ';display:block;position:absolute;border:1px solid rgba(0,0,0,.1);border-radius:1px;left:-4px;top:-4px;width:calc(1em + 8px);height:calc(1em + 8px);box-sizing:border-box}.is3_clipboard_copy_button:after{content:' ';display:block;position:absolute;border:2px solid;border-radius:2px;left:2px;top:2px;width:1em;height:1em;box-sizing:border-box}.is3_main_button{display:inline-block;border-radius:3px;background-color:#f46f52;font-weight:500;line-height:2;text-align:center;text-transform:none;text-decoration:none;color:#fff;cursor:pointer;transition:background-color 75ms ease-out,border-color 50ms ease-out,box-shadow 75ms ease-out,opacity 75ms ease-out;box-shadow:inset 0 0 0 0 #fff;font-family:Montserrat,sans-serif;position:relative;font-size:16px;font-weight:400;line-height:2em;padding:0 1.5em;border:0 solid #fff}.is3_main_button:focus,.is3_main_button:hover{box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.5)}.is3_main_button:focus{outline:none}.is3_main_button:active{border-color:#f46f52;background-color:#fff;color:#f46f52;outline:none}.is3_main_button[disabled]{border-color:#aaa!important;color:#aaa!important;background-color:#eee!important;cursor:default}.is3_main_button:focus{box-shadow:0 0 6px rgba(0,0,0,.2)}.is3_main_button:active{box-shadow:inset 0 0 0 3px #f46f52}.is3_main_button--submit_button{padding:0 2.5em}.is3--loading .is3_main_button--submit_button{background-color:rgba(250,162,0,.63);pointer-events:none}.is3--submitting .is3_main_button--submit_button{background-color:#f46f52;pointer-events:none}.is3--submitting .is3_main_button--submit_button:after,.is3--submitting .is3_main_button--submit_button:before{content:' ';display:block;border:2px solid #fff;height:1em;width:1em;position:absolute;top:25%;left:1em;box-sizing:border-box;border-radius:100%;transform:scale(0);transition:transform 50ms ease-out}.is3--submitting .is3_main_button--submit_button:before{animation:is3_active_request_indicator__active_animation .75s linear 0s infinite}.is3--submitting .is3_main_button--submit_button:after{animation:is3_active_request_indicator__active_animation .75s linear .25s infinite}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.is3_element input[type=checkbox]{width:18px!important;height:18px!important;border:none!important}}@supports(-ms-ime-align:auto){.is3_element input[type=checkbox]{width:18px!important;height:18px!important;border:none!important}}@keyframes is3_general_fade_in_animation{0%{opacity:0}to{opacity:1}}.is3_modal_dialog--loading .is3_modal_dialog__window:after,.is3_modal_dialog--loading .is3_modal_dialog__window:before{content:' ';display:block;border:2px solid;color:#eee;height:32px;width:32px;position:absolute;box-sizing:border-box;border-radius:100%;transform:scale(0);transition:transform 50ms ease-out;z-index:1}.is3_modal_dialog--loading .is3_modal_dialog__window:before{animation:is3_active_request_indicator__active_animation .75s linear 1s infinite}.is3_modal_dialog--loading .is3_modal_dialog__window:after{animation:is3_active_request_indicator__active_animation .75s linear 1.25s infinite}@keyframes is3_anim__popup_fade_in{0%{opacity:0;transform:translate(5px,-10px)}to{opacity:1;transform:translate(0)}}.is3_small_popup{display:inline-block;position:relative}.is3_small_popup>input{opacity:0;max-width:0;overflow:hidden}.is3_small_popup:focus{outline:none}.is3_small_popup.is3_small_popup--open{z-index:1}.is3_small_popup.is3_small_popup--open ul{display:block}.is3_small_popup button{border:none;background-color:transparent;color:#074b78;font-family:Montserrat,sans-serif;font-size:16px;font-weight:400;white-space:nowrap;cursor:pointer;margin-top:4px;padding:2px 6px;display:block;min-width:100%;text-align:left;border-radius:0;transition:background-color 75ms ease-out,box-shadow 75ms ease-out}.is3_small_popup button:hover{color:#042d48;background-color:#f8f8f8;box-shadow:0 0 2px rgba(0,0,0,.1)}.is3_small_popup button:active,.is3_small_popup button:focus{outline:1px solid #eee}.is3_small_popup ul{display:none;position:absolute;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.2);padding:2px 4px 8px;list-style:none;right:8px;animation:is3_anim__popup_fade_in .1s ease-out 0s 1;z-index:2}.is3_small_popup input:focus~label span{background-color:#f8f8f8;color:#333;box-shadow:0 0 4px rgba(0,0,0,.1)}.is3_small_popup span{font-size:26px;font-weight:900;cursor:pointer;color:#666;background-color:transparent;width:1.25em;display:inline-block;text-align:center;border-radius:100%;line-height:1.25;box-shadow:0 0 0 transparent;transition:.1s ease-out}.is3_small_popup span:hover{background-color:#f8f8f8;color:#333;box-shadow:0 0 4px rgba(0,0,0,.1)}.is3--display_none{display:none}@keyframes is3_feedback_popup__animation{0%{opacity:0;transform:scale(.7)}10%{opacity:.9;transform:scale(1)}85%{opacity:.9;transform:scale(1)}90%{opacity:0;transform:scale(.9)}to{opacity:0;transform:scale(0)}}.is3_feedback_popup{padding:4px 20px;box-shadow:0 0 4px rgba(0,0,0,.2);background-color:#666;color:#fff;font-size:14px;position:absolute;opacity:0;white-space:nowrap;right:0;top:100%;transform-origin:100% 0;z-index:1;animation:is3_feedback_popup__animation 2s ease-out 1}@keyframes is3_modal_dialog__fade_in_animation{0%{opacity:0}to{opacity:1}}.is3_modal_dialog{display:none;position:fixed;z-index:500;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(209,218,224,.6);animation:is3_modal_dialog__fade_in_animation 75ms ease-out 1}.is3_modal_dialog fieldset{border:none}.is3_modal_dialog__header{padding:16px 24px}.is3_modal_dialog__header h3{font-size:18px;font-weight:500;color:#333}.is3_modal_dialog__close_button{color:#aaa;border:none;background:transparent;position:absolute;font-size:28px;font-weight:700;top:6px;right:4px;cursor:pointer;line-height:1;width:28px;text-align:center;font-family:Montserrat,sans-serif}@media(max-width:512px){.is3_modal_dialog__close_button{margin-right:10px}}.is3_modal_dialog__close_button:focus,.is3_modal_dialog__close_button:hover{color:#888;text-decoration:none;outline:none}.is3_modal_dialog--submitting .is3_modal_dialog__close_button{pointer-events:none;color:#ccc}.is3_modal_dialog__background{position:absolute;left:0;top:0;width:100%;height:100%}.is3_modal_dialog__window{width:80vw;max-width:960px;height:80vh;position:relative;margin:5vh auto;background-color:#fff;border:1px solid #dadada;border-radius:5px;box-shadow:1px 1px 5px rgba(0,0,0,.1),1px 1px 50px rgba(0,0,0,.05)}@media(max-width:512px){.is3_modal_dialog__window{width:90vw!important;margin-top:2vh}}.is3_modal_dialog__window iframe{width:100%;height:100%;border:0}.is3_modal_dialog__window hr{border:0;border-top:1px solid #eee;padding-bottom:15px;padding-top:5px}.is3_modal_dialog--loading .is3_modal_dialog__window:after,.is3_modal_dialog--loading .is3_modal_dialog__window:before{top:40%;left:calc(50% - 16px)}.is3_modal_dialog__content{padding:24px}.is3_modal_dialog__buttons{text-align:right;padding:0 22px;margin:16px 0}.is3_modal_dialog__buttons>button{margin-right:24px}.is3_modal_dialog__buttons>button:last-child{margin-right:0}.is3_modal_dialog .is3_modal_dialog__cancel_button,.is3_modal_dialog .is3_modal_dialog__submit_button{font-family:Montserrat,sans-serif;font-weight:400;line-height:2em;border-radius:2em;font-size:16px;cursor:pointer;border:1px solid transparent;box-sizing:border-box;position:relative}.is3_modal_dialog .is3_modal_dialog__cancel_button:active,.is3_modal_dialog .is3_modal_dialog__cancel_button:focus,.is3_modal_dialog .is3_modal_dialog__submit_button:active,.is3_modal_dialog .is3_modal_dialog__submit_button:focus{outline:none;border:1px solid hsla(0,0%,50.2%,.2)}.is3_modal_dialog__submit_button{background-color:#faa200;color:#fff;box-shadow:0 0 5px rgba(0,0,0,.2);padding:0 2.5em}.is3_modal_dialog__submit_button:focus,.is3_modal_dialog__submit_button:hover{box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.2)}.is3_modal_dialog__submit_button:active{background-color:#fff;color:#faa200;box-shadow:inset 0 0 0 2px #faa200}.is3_modal_dialog--loading .is3_modal_dialog__submit_button,.is3_modal_dialog--submitting .is3_modal_dialog__submit_button{background-color:rgba(250,162,0,.63);pointer-events:none}.is3_modal_dialog--submitting .is3_modal_dialog__submit_button:after,.is3_modal_dialog--submitting .is3_modal_dialog__submit_button:before{content:' ';display:block;border:2px solid #fff;height:1em;width:1em;position:absolute;top:25%;left:1em;box-sizing:border-box;border-radius:100%;transform:scale(0);transition:transform 50ms ease-out}.is3_modal_dialog--submitting .is3_modal_dialog__submit_button:before{animation:is3_active_request_indicator__active_animation .75s linear 0s infinite}.is3_modal_dialog--submitting .is3_modal_dialog__submit_button:after{animation:is3_active_request_indicator__active_animation .75s linear .25s infinite}.is3_modal_dialog__cancel_button{color:#074b78;background-color:#fff;padding:0 1.5em}.is3_modal_dialog__cancel_button:focus,.is3_modal_dialog__cancel_button:hover{box-shadow:0 0 2px 0 rgba(0,0,0,.1)}.is3_modal_dialog__cancel_button:hover{background-color:#fafafa}.is3_modal_dialog__cancel_button:active{box-shadow:inset 0 0 0 2px rgba(0,0,0,.05);background-color:#f2f2f2}.is3_modal_dialog--loading .is3_modal_dialog__cancel_button,.is3_modal_dialog--submitting .is3_modal_dialog__cancel_button{pointer-events:none;color:#ccc}.is3_modal_dialog__window .is3_section{margin-top:0;margin-bottom:0}.is3_modal_dialog__window .is3_section .is3_element{padding-left:0}.is3_modal_dialog__window .is3_section hr{border:0;border-top:1px solid #eee;margin-top:0;margin-bottom:0}.is3_modal_dialog.is3_modal_dialog--small .is3_modal_dialog__window{width:80%;max-width:600px;height:auto;margin:20vh auto 5vh}@media(max-width:760px){.is3_modal_dialog.is3_modal_dialog--small .is3_modal_dialog__window{margin-top:15vh}}@media(max-width:650px){.is3_modal_dialog.is3_modal_dialog--small .is3_modal_dialog__window{margin-top:12vh;margin-bottom:10vh}}@media(max-width:512px){.is3_modal_dialog.is3_modal_dialog--small .is3_modal_dialog__window{margin-top:10vh;margin-bottom:10vh}}.dl_body--with_popup,body.is3_modal_dialog_opened{overflow:hidden}.dl_body--with_popup .is3_modal_dialog,body.is3_modal_dialog_opened .is3_modal_dialog{display:block}.dl_body--with_popup .dl_translator_page_container,.dl_body--with_popup>article,.dl_body--with_popup footer,.dl_body--with_popup header,.dl_body--with_popup main,body.is3_modal_dialog_opened .dl_translator_page_container,body.is3_modal_dialog_opened>article,body.is3_modal_dialog_opened footer,body.is3_modal_dialog_opened header,body.is3_modal_dialog_opened main{filter:blur(3px)}.is3--modal_dialog_opened{overflow:hidden}.is3--modal_dialog_opened>body{overflow-y:scroll}.is3--modal_dialog_opened .is3_modal_dialog{display:block}.is3--modal_dialog_opened .dl_translator_page_container,.is3--modal_dialog_opened body>article,.is3--modal_dialog_opened footer,.is3--modal_dialog_opened header,.is3--modal_dialog_opened main{filter:blur(3px)}@keyframes is3_active_request_indicator__active_animation{0%{transform:scale(.1);opacity:0}30%{transform:scale(.7);opacity:1}60%{transform:scale(1.2);opacity:0}to{transform:scale(1.2);opacity:0}}.is3_section--active_request .is3_main_button,.is3_section--active_request_with_indicator .is3_main_button{opacity:.5;cursor:progress;pointer-events:none}.is3_section--active_request .is3_active_request_indicator,.is3_section--active_request_with_indicator .is3_active_request_indicator{opacity:1!important}.is3_section--active_request .is3_active_request_indicator:before,.is3_section--active_request_with_indicator .is3_active_request_indicator:before{animation:is3_active_request_indicator__active_animation .75s linear 0s infinite}.is3_section--active_request .is3_active_request_indicator:after,.is3_section--active_request_with_indicator .is3_active_request_indicator:after{animation:is3_active_request_indicator__active_animation .75s linear .25s infinite}.is3_section--active_request .is3_element,.is3_section--active_request_with_indicator .is3_element{outline:1px solid red!important}.is3_section--active_request .is3_element>*,.is3_section--active_request_with_indicator .is3_element>*{opacity:.5}.is3_section--active_request .is3_element a,.is3_section--active_request .is3_element input,.is3_section--active_request .is3_element select,.is3_section--active_request_with_indicator .is3_element a,.is3_section--active_request_with_indicator .is3_element input,.is3_section--active_request_with_indicator .is3_element select{opacity:.6;pointer-events:none}.is3_section--active_request .is3_element label,.is3_section--active_request_with_indicator .is3_element label{opacity:.5}.is3_section--active_request:after,.is3_section--active_request_with_indicator:after{content:' ';width:100%;height:100%;z-index:1;position:absolute;top:0;left:0;background-color:hsla(0,0%,100%,.5)}@font-face{font-family:Montserrat;font-style:normal;font-weight:300;font-display:swap;src:local('Montserrat Light'),local('Montserrat-Light'),url(/fonts/montserrat-v14-latin-ext_latin_cyrillic-300.woff2) format('woff2'),url(/fonts/montserrat-v14-latin-ext_latin_cyrillic-300.woff) format('woff')}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:local('Montserrat Regular'),local('Montserrat-Regular'),url(/fonts/montserrat-v14-latin-ext_latin_cyrillic-regular.woff2) format('woff2'),url(/fonts/montserrat-v14-latin-ext_latin_cyrillic-regular.woff) format('woff')}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:local('Montserrat Medium'),local('Montserrat-Medium'),url(/fonts/montserrat-v14-latin-ext_latin_cyrillic-500.woff2) format('woff2'),url(/fonts/montserrat-v14-latin-ext_latin_cyrillic-500.woff) format('woff')}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:local('Montserrat SemiBold'),local('Montserrat-SemiBold'),url(/fonts/montserrat-v14-latin-ext_latin_cyrillic-600.woff2) format('woff2'),url(/fonts/montserrat-v14-latin-ext_latin_cyrillic-600.woff) format('woff')}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;font-display:swap;src:local('Open Sans Light'),local('OpenSans-Light'),url(/fonts/open-sans-v17-latin-ext_latin_cyrillic-300.woff2) format('woff2'),url(/fonts/open-sans-v17-latin-ext_latin_cyrillic-300.woff) format('woff')}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-display:swap;src:local('Open Sans Regular'),local('OpenSans-Regular'),url(/fonts/open-sans-v17-latin-ext_latin_cyrillic-regular.woff2) format('woff2'),url(/fonts/open-sans-v17-latin-ext_latin_cyrillic-regular.woff) format('woff')}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-display:swap;src:local(''),url(/fonts/open-sans-v18-latin-ext_latin_cyrillic-700.woff2) format('woff2'),url(/fonts/open-sans-v18-latin-ext_latin_cyrillic-700.woff) format('woff')}@font-face{font-family:Open Sans;font-style:normal;font-weight:800;font-display:swap;src:local(''),url(/fonts/open-sans-v18-latin-ext_latin_cyrillic-800.woff2) format('woff2'),url(/fonts/open-sans-v18-latin-ext_latin_cyrillic-800.woff) format('woff')}*{margin:0;padding:0;box-sizing:border-box}main{display:block}.dl_privacy__app_only,.dl_prototype,template{display:none}.dl_body,.dl_body--text_page{position:relative;margin:0;padding:0;font-weight:400;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1b1e25}.dl_body,.dl_body--text_page,.dl_body--text_page textarea,.dl_body textarea{font-family:Open Sans,sans-serif}.dl_body--text_page h1,.dl_body--text_page h2,.dl_body--text_page h3,.dl_body--text_page h4,.dl_body h1,.dl_body h2,.dl_body h3,.dl_body h4{font-family:Montserrat,sans-serif}.dl_body--text_page article,.dl_body article{clear:both}.dl_body--text_page article h1,.dl_body article h1{font-size:200%}.dl_body--text_page article form.dl_content div:not(:first-child) h2,.dl_body--text_page article form.dl_light_content div:not(:first-child) h2,.dl_body article form.dl_content div:not(:first-child) h2,.dl_body article form.dl_light_content div:not(:first-child) h2{margin-top:30px;margin-bottom:0}.dl_body--text_page article form.dl_content div.dl_comment,.dl_body--text_page article form.dl_light_content div.dl_comment,.dl_body article form.dl_content div.dl_comment,.dl_body article form.dl_light_content div.dl_comment{margin-bottom:20px}.dl_body--text_page a:link,.dl_body a:link{text-decoration:none}.dl_body--text_page br.wide,.dl_body br.wide{display:inline}.dl_body--text_page br.narrow,.dl_body br.narrow{display:none}@media(max-width:760px){.dl_body--text_page br.wide,.dl_body br.wide{display:none}.dl_body--text_page br.narrow,.dl_body br.narrow{display:inline}}@media(min-device-width:651px){.dl_body,.dl_body--text_page{min-width:600px}}@media(min-width:600px){.dl_body,.dl_body--text_page{overflow-x:hidden}}@media(max-device-width:650px){.dl_body,.dl_body--text_page{min-width:300px}}.no_montserrat_body :not(.fa){font-family:Open Sans,sans-serif!important}.no_montserrat_body .lmt__glossary_editor_glossaryName{letter-spacing:normal!important}.dl_internal_link_row{display:inline-block;position:relative;color:#0f2b46;cursor:pointer}.dl_internal_link_row:link,.dl_internal_link_row:visited{color:#0f2b46;text-decoration:none}.dl_internal_link_row:focus,.dl_internal_link_row:hover{text-decoration:none}.dl_internal_link_row:focus:before,.dl_internal_link_row:hover,.dl_internal_link_row:hover:before{color:#006494}.dl_internal_link_row:after{content:' ';position:relative;top:0;left:.2em;width:.5em;height:.5em;line-height:1em;text-align:right;display:inline-block;border-top:2px solid;border-right:2px solid;transform:rotate(45deg);border-radius:2px;transition:transform .1s ease-in-out}.dl_internal_link_row:hover:after{transform:translate(.1em) rotate(45deg);text-decoration:none}.dl_internal_link_row:active:after{transform:translate(.15em) rotate(45deg)}.dl_visible_pro_only{display:none}.dl_pro .dl_visible_pro_only{display:block;display:initial}.dl_pro .dl_visible_free_only{display:none}.dl_help-popup_assist-text{color:#888}@media(max-device-width:650px){.dl_visible_desktop_only{display:none}}@media(min-device-width:651px){.dl_visible_handheld_only{display:none}}.dl_section--flex_distribute{display:flex;display:-webkit-flex;flex-wrap:wrap;flex-direction:row;justify-content:space-around;align-items:flex-start;align-content:center}.dl_section--flex_distribute>*{flex:0 0 auto;box-sizing:border-box}.dl_section--flex_spread{display:flex;display:-webkit-flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;align-items:flex-start;align-content:center}.dl_section--flex_spread>*{flex:0 0 auto;box-sizing:border-box}@media(max-device-width:650px){.dl_hidden--mobile{display:none}}@media screen and (max-width:840px){.dl_hidden--l{display:none}}.dl_article--default_text,.dl_article--docs_text,.dl_top_element--default_spacing{margin:0 auto;max-width:1000px;position:relative;padding-left:32px;padding-right:32px;box-sizing:border-box}@media(max-width:1000px){.dl_article--default_text,.dl_article--docs_text,.dl_top_element--default_spacing{padding-left:20px;padding-right:20px}}@media(max-width:512px){.dl_article--default_text,.dl_article--docs_text,.dl_top_element--default_spacing{padding-left:10px;padding-right:10px}}.dl_top_element--narrow_spacing{margin:0 auto;max-width:760px;position:relative;padding-left:32px;padding-right:32px;box-sizing:border-box}@media(max-width:760px){.dl_top_element--narrow_spacing{padding-left:20px;padding-right:20px}}@media(max-width:512px){.dl_top_element--narrow_spacing{padding-left:10px;padding-right:10px}}.dl_default_text_section{color:#333}.dl_default_text_section:last-of-type{padding-bottom:1em}.dl_default_text_section h1{font-size:36px;margin-bottom:.5em;letter-spacing:-.5px;margin-top:.5em;padding-top:0}.dl_default_text_section h1,.dl_default_text_section h2{font-weight:300;font-family:Montserrat,sans-serif;line-height:1.32}.dl_default_text_section h2{font-size:175%;margin-top:1.5em;margin-bottom:.25em}.dl_default_text_section h3{font-weight:400;font-family:Montserrat,sans-serif;line-height:1.2;font-weight:600;margin-top:1.5em;color:rgba(0,0,0,.8666666666666667)}.dl_default_text_section h3,.dl_default_text_section p{font-size:110%;margin-bottom:.5em}.dl_default_text_section p a{font-weight:600}.dl_default_text_section hr{border:none;border-top:1px solid;color:#eee}.dl_default_text_section ul{margin:0 auto}.dl_default_text_section ul>li{font-size:110%;margin-left:2em;padding-bottom:.5em}.dl_default_text_section ul>li a{font-weight:500}.dl_default_text_section td ul>li,.dl_default_text_section ul>li>p{font-size:100%}.dl_default_text_section ol{margin:0 auto}.dl_default_text_section ol>li{font-size:110%;margin-left:2em;padding-bottom:.5em}.dl_default_text_section ol>li>p{font-size:100%}.dl_external_link_hint{top:0;width:1em;width:.8em;height:100%;display:inline-block;position:relative;background-size:contain;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTQiIHdpZHRoPSIxMiIgY2xhc3M9ImRsX2Nsb3NlZCIgdmVyc2lvbj0iMS4wIj48cGF0aCBkPSJNMTAuNjE5IDUuMzY0bC4zNDUtMy45Mi0zLjY4Mi4zNjgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjIiLz48cGF0aCBkPSJNOC40NTggNy41NDR2Mi44OTdoLTYuNXYtNi41aDMuMzA1IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtZGFzaG9mZnNldD0iNi40OTkiLz48cGF0aCBkPSJNNC43NDYgNy44M2w1LjYzNS02LjExIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS4yIi8+PC9zdmc+);background-position:50% 50%;margin-left:.5em}.dl_body--text_page{background-color:#f8f8f8}.dl_article--default_text{background-color:transparent;padding-top:.1px;padding-bottom:.1px}.dl_article--default_text:first-of-type{margin-top:30px}@media(max-height:900px){.dl_article--default_text:first-of-type{margin-top:15px}}@media(max-height:700px){.dl_article--default_text:first-of-type{margin-top:10px}}@media(max-width:1000px){.dl_article--default_text:first-of-type{margin-top:0}}.dl_article--docs_text{border-left:1px solid #aaa;padding-top:.1px;padding-bottom:.1px;max-width:900px;margin-right:100px}@media screen and (max-width:760px){.dl_article--docs_text{border:none}}.dl_article--docs_text:first-of-type{margin-top:4em}@media(max-height:900px){.dl_article--docs_text:first-of-type{margin-top:2em}}@media(max-height:700px){.dl_article--docs_text:first-of-type{margin-top:1em}}@media(max-width:1000px){.dl_article--docs_text:first-of-type{margin-top:0}}.dl_office_header{width:100%;height:220px;background:url(../img/office.jpg);background-size:cover;background-position:50%;margin-top:0}@media(max-width:500px){.dl_office_header{height:180px}}.dl_office_header+article{margin-top:0!important;padding-top:1em!important}.dl_invisible_by_default{opacity:0;transition:opacity 125ms ease-out;display:none}.dl_invisible_by_default.dl_visible{display:block!important}.dl_invisible_by_default.dl_visible_2{opacity:1}span.dl_invisible_by_default.dl_visible{display:inline-block!important}.dl_hidden{display:none}input[type=password][disabled],input[type=text][disabled]{background-color:#d1d2d4}ul#dl_errors{margin:0;list-style-type:none;max-width:none}ul#dl_errors li{font-size:220%;margin-left:0;color:#ffd88f}ul#dl_errors .dl_error{color:#ffd88f}.dl_centered_button{position:absolute;bottom:42px;right:0;left:0;text-align:center}@media(min-width:761px)and (max-width:820px){.dl_centered_button{bottom:32px}}.dl_centered_buttons{text-align:center}.dl_centered_buttons .dl_button{margin-left:5px;margin-right:5px}.dl_page_dialog .dl_centered_button{position:relative;top:auto;bottom:auto;padding-top:50px}#dl_waiting{position:absolute;top:0;bottom:0;left:0;right:0;opacity:0;background-color:#fff;display:none}#dl_waiting .dl_waiting_icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.dl_has_account,.dl_needs_account{display:none}.dl--is_visible{display:block!important}.dl_link{font-family:Montserrat,sans-serif;font-size:16px;line-height:1.25em;font-weight:600;color:#006494;transition:.2s ease-out}.dl_link:focus,.dl_link:hover{text-decoration:none;outline:none}.dl_link:hover{color:#000}.dl--keyboard_focus .dl_link:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.dl_link--inverted{font-family:Montserrat,sans-serif;font-size:16px;line-height:1.25em;font-weight:600;color:#006494;transition:.2s ease-out;color:#000}.dl_link--inverted:focus,.dl_link--inverted:hover{text-decoration:none;outline:none}.dl_link--inverted:hover{color:#000}.dl--keyboard_focus .dl_link--inverted:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.dl_link--inverted:hover{color:#006494}.dl_link--more:hover{cursor:pointer}.dl_link--more:after{content:' ';display:inline-block;background:transparent url(/img/icons/icon_arrow_right_v2.svg) no-repeat 100%;width:20px;height:12px;position:relative;top:1px;right:-15px}.dl_link--small{font-size:12px;font-weight:600;line-height:15px;color:#006494;margin-top:10px}.dl_link--small.dl_link--more:after{content:' ';background:transparent url(/img/icons/icon_arrow_right2_v2.svg) no-repeat 100%;width:18px;height:10px;right:-10px;top:0}.dl_hr_with_arrow{height:0;position:relative;overflow:visible;border-top:1px solid #d3d3d3;border-bottom:none}.dl_hr_with_arrow:before{content:' ';display:block;position:absolute;top:-11px;left:calc(50% - 10px);width:20px;height:20px;border-top:1px solid #d3d3d3;border-right:1px solid #d3d3d3;transform:rotate(315deg);background-color:#fff}.dl_feature_card__title{font-family:Montserrat,sans-serif;font-weight:600;font-size:20px;line-height:28px;margin:20px 0}.dl_feature_card__desc{font-family:Open Sans,sans-serif;font-weight:300;font-size:16px;line-height:26px}.dl_feature_card__footer{margin-top:40px}.dl_feature__loggedin{display:flex;justify-content:center;align-items:center}@media screen and (max-width:650px){.dl_feature__loggedin{flex-direction:column}}.dl_feature__loggedin__feat_img{position:relative;top:10px;left:20px;z-index:-1}@media screen and (max-width:650px){.dl_feature__loggedin__feat_img{position:static}}.dl_feature__loggedin__texts{text-align:center;font-weight:300}.dl_feature__loggedin__text1{font-family:Montserrat,sans-serif;font-size:32px}.dl_feature__loggedin__text2{font-family:Open Sans,sans-serif;font-size:18px;line-height:30px}.readMore{font-size:16px;color:#074b77}.dl_dropdown{position:relative}.dl_dropdown.dl--is_open .dl_dropdown__content{display:block!important}.dl_dropdown.dl--is_open .dl_dropdown__toggler_arrow{transform:rotate(180deg) scaleX(2);right:22px}.dl_dropdown__toggler_arrow{position:absolute;right:16px;top:0;font-size:24px;transform:scaleX(2);font-weight:700;color:#0f2b46;font-family:monospace;cursor:pointer}.dl_dropdown__toggler_arrow svg{transition:transform 75ms ease;transform-origin:50% 40%}.dl_dropdown__toggler_arrow path{transition:all 75ms ease;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke:#aaa;transition:stroke 75ms ease-out}.dl_dropdown__toggler_arrow--alt{display:inline-block}.dl--is_open .dl_dropdown__toggler_arrow--alt{transform:rotate(180deg)}.dl_dropdown__content{display:none}.dl_bold{font-weight:700}.input_row{display:flex;flex-wrap:wrap;align-items:top}.input_row>div{flex-basis:100%;flex-shrink:0}.input_row>div.checkbox_input{margin-bottom:0}@media(min-width:426px){.input_row>div{flex-shrink:1}.input_row>div:not(:last-child){margin-right:10px}.input_row>div.auto_width{flex-basis:auto;white-space:nowrap}.input_row>div.quart{flex-basis:calc(25% - 10px)}.input_row>div.third{flex-basis:33.333%}.input_row>div.half{flex-basis:calc(50% - 10px)}.input_row>div.twothird{flex-basis:66.666%}.input_row>div.threequart{flex-basis:75%}}@media(max-width:425px){.input_row>div{margin-bottom:10px}}.input_row.centered{justify-content:center}.input_row.dl_invisible_by_default{display:none}.input_row .dl_field_error_text{color:#da5e5c;margin-top:5px;margin-bottom:20px;font-weight:400}@media(max-width:425px){.input_row .dl_field_error_text{margin-top:-10px}}.input_row .on_hover_popup{position:relative;display:inline-block;width:1.25em;height:1.25em;border-radius:1em;border:none;vertical-align:middle;color:#989898;background-color:#efefef;margin-left:.25em}.input_row .on_hover_popup:before{content:'?';display:inline-block;display:inline;vertical-align:middle;width:100%;line-height:1.5em;font-weight:700;text-align:center;border-radius:100%;cursor:help;top:-1px;font-size:90%;position:absolute}.input_row .on_hover_popup span{position:absolute;display:block;z-index:-1;left:50%;bottom:calc(100% + 10px);max-width:300px;min-width:200px;white-space:normal;transform:translateX(-50%);background-color:#f8f8f8;padding:10px;border:1px solid #d1d2d4;border-radius:5px;box-shadow:0 14px 16px rgba(0,0,0,.06);opacity:0;transition:.5s}.input_row .on_hover_popup:hover{color:#006494}.input_row .on_hover_popup:hover span{z-index:1;opacity:1;color:#000}@media(max-width:425px){.input_row{flex-wrap:wrap;margin-bottom:10px}}@media(min-width:426px){.input_row{margin-bottom:20px}}.num_of_users{margin-bottom:30px}.num_of_users .number_input{flex-basis:auto}.num_of_users input{color:#006494;font-size:1.1em;text-align:right}input[type=email],input[type=number],input[type=password],input[type=text]{padding:10px 15px;border:2px solid #666;border-radius:5px;line-height:1;font-size:1em;transition:.3s;background-position:right 5px top 5px}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=text]:focus{outline:none;border-color:#006494}input[type=email]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=text]:disabled{background-color:#f8f8f8}input[type=email]:placeholder-shown[required],input[type=number]:placeholder-shown[required],input[type=password]:placeholder-shown[required],input[type=text]:placeholder-shown[required]{background-image:url(/img/icons/asterisk.svg);background-size:8px;background-repeat:no-repeat}input[type=email].dl_with_field_error,input[type=number].dl_with_field_error,input[type=password].dl_with_field_error,input[type=text].dl_with_field_error{border-color:#da5e5c}@media screen and (-ms-high-contrast:none){input[type=email],input[type=number],input[type=password],input[type=text]{background-image:url(/img/icons/asterisk.svg);background-size:8px;background-repeat:no-repeat}}label strong{font-weight:400}.text_input{position:relative}.text_input label{position:absolute;top:0;left:0;padding:15px;line-height:1;font-size:1em;color:#333;transition:.2s}.text_input label:after{content:'';position:absolute;left:0;right:0;top:22%;height:calc(28% + 3px);background-color:#fff;z-index:-1;opacity:0}.text_input input{display:block;width:100%;color:#006494;font-size:1.1em}.text_input input:focus+label,.text_input input:not(:placeholder-shown)+label{padding:5px;transform-origin:left;transform:translate(3px,-50%) scale(.8);color:#1b1e25}.text_input input:focus+label:after,.text_input input:not(:placeholder-shown)+label:after{opacity:1}@media screen and (-ms-high-contrast:none){.text_input input+label{padding:5px;transform-origin:left;transform:translate(3px,-50%) scale(.8);color:#1b1e25}.text_input input+label:after{opacity:1}}@supports not (text-justify:none){.text_input input+label{padding:5px;transform-origin:left;transform:translate(3px,-50%) scale(.8);color:#1b1e25}.text_input input+label:after{opacity:1}}@supports(-ms-ime-align:auto){.text_input input+label{padding:5px;transform-origin:left;transform:translate(3px,-50%) scale(.8);color:#1b1e25}.text_input input+label:after{opacity:1}}.number_input{position:relative}.number_input label{position:absolute;top:0;left:0;padding:5px;line-height:1;font-size:1em;transform-origin:left;transform:translate(3px,-50%) scale(.8);color:#1b1e25;transition:.2s}.number_input label:after{content:'';position:absolute;left:0;right:0;top:calc(50% - 1px);height:4px;background-color:#fff;z-index:-1}@media(max-width:425px){.number_input input{width:100%;flex-basis:100%}}.character_count_input,.price_input{text-align:right;color:#006494}.checkbox_input{position:relative;margin-bottom:20px}.checkbox_input input{position:absolute;z-index:-1;opacity:0}.checkbox_input input.dl_with_field_error+label:before{border-color:#da5e5c}.checkbox_input label{cursor:pointer;padding-left:32px;text-indent:-32px;display:block}.checkbox_input label *{text-indent:0}.checkbox_input label:before{content:'';display:inline-block;width:20px;height:20px;margin-right:10px;border:2px solid #666;border-radius:5px;vertical-align:bottom}.checkbox_input input:checked+label:before{background-image:url(/img/icons/check.svg);background-size:80%;background-repeat:no-repeat;background-position:50%}.dl--keyboard_focus .checkbox_input input:focus+label{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.selectbox_input{position:relative}.selectbox_input label{position:absolute;top:0;left:0;padding:5px;transform-origin:left;transform:translate(3px,-50%) scale(.8);line-height:1;font-size:1em;color:#1b1e25}.selectbox_input label:after{content:'';position:absolute;left:0;right:0;top:calc(50% - 1px);height:4px;background-color:#fff;z-index:-1}.selectbox_input select{border:2px solid #666;background-color:#fff;height:45px;width:100%;font-size:1em;border-radius:5px;color:#006494;font-size:1.1em;padding-left:10px;-webkit-appearance:none}.selectbox_input select:focus{outline:none}.radio_input{position:relative;margin-bottom:10px}.radio_input input{position:absolute;z-index:-1;opacity:0}.radio_input label{cursor:pointer}.radio_input label:before{content:'';display:inline-block;width:20px;height:20px;margin-right:5px;border:2px solid #0f2b46;border-radius:20px;vertical-align:middle}.radio_input input:checked+label:before{background-color:#0f2b46;box-shadow:inset 0 0 0 3px #fff}.radio_input input:disabled+label{color:#d1d2d4}.radio_input input:disabled+label:before{border-color:#d1d2d4;box-shadow:inset 0 0 0 3px #fff}hr{border-width:0;height:1px;background-color:#aaa}.dl_footer{font-family:Open Sans,sans-serif;position:relative;margin:60px 0 0;max-width:none;padding-top:80px;padding-bottom:32px;box-shadow:none;z-index:0}.dl_footer>div{box-sizing:border-box;width:100%;max-width:1000px;margin:0 auto;position:relative}.dl_footer .dl_menu_items{display:block;position:relative;right:0;text-align:right}@media(max-device-width:650px){.dl_footer .dl_menu_items{display:flex;flex-direction:column;align-items:flex-start;margin-left:-10px;position:static}}.dl_footer .dl_menu_items>*{display:inline-block;padding:0 25px;color:#042d48;font-weight:500;font-size:16px;line-height:1.5;text-decoration:none;margin-bottom:.25em}.dl_footer .dl_menu_items>:hover{text-decoration:underline}.dl_footer .dl_menu_item{border:none;padding:5px 10px;margin:0 15px 0 0}.dl_footer .dl_menu_item,.dl_footer .dl_menu_item.dl_footer__langselect select{font-size:12px;font-weight:500;font-family:Montserrat,sans-serif;color:#6e6e6e}.dl_footer .dl_menu_item.dl_footer__langselect select:focus,.dl_footer .dl_menu_item:focus{text-decoration:none;outline:none}.dl--keyboard_focus .dl_footer .dl_menu_item.dl_footer__langselect select:focus,.dl--keyboard_focus .dl_footer .dl_menu_item:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}html[lang^=es] body:not(.dl_body--translator) .dl_footer,html[lang^=fr] body:not(.dl_body--translator) .dl_footer,html[lang^=pl] body:not(.dl_body--translator) .dl_footer{padding-top:40px}html[lang^=es] body:not(.dl_body--translator) .dl_footer>div,html[lang^=fr] body:not(.dl_body--translator) .dl_footer>div,html[lang^=pl] body:not(.dl_body--translator) .dl_footer>div{padding-left:0;padding-right:0}html[lang^=es] body:not(.dl_body--translator) .dl_footer .dl_footer__inner,html[lang^=fr] body:not(.dl_body--translator) .dl_footer .dl_footer__inner,html[lang^=pl] body:not(.dl_body--translator) .dl_footer .dl_footer__inner{margin-bottom:30px}html[lang^=es] body:not(.dl_body--translator) .dl_footer .dl_footer__inner .dl_menu_items,html[lang^=fr] body:not(.dl_body--translator) .dl_footer .dl_footer__inner .dl_menu_items,html[lang^=pl] body:not(.dl_body--translator) .dl_footer .dl_footer__inner .dl_menu_items{right:unset;text-align:center}html[lang^=es] body:not(.dl_body--translator) .dl_footer .dl_footer__inner .dl_menu_items a,html[lang^=fr] body:not(.dl_body--translator) .dl_footer .dl_footer__inner .dl_menu_items a,html[lang^=pl] body:not(.dl_body--translator) .dl_footer .dl_footer__inner .dl_menu_items a{padding:0 10px}html[lang^=es] body:not(.dl_body--translator) .dl_footer .dl_footer__inner .dl_menu_items .dl_footer__langselect,html[lang^=fr] body:not(.dl_body--translator) .dl_footer .dl_footer__inner .dl_menu_items .dl_footer__langselect,html[lang^=pl] body:not(.dl_body--translator) .dl_footer .dl_footer__inner .dl_menu_items .dl_footer__langselect{padding:0 5px}html[lang^=es] body:not(.dl_body--translator) .dl_footer .dl_footer__social,html[lang^=fr] body:not(.dl_body--translator) .dl_footer .dl_footer__social,html[lang^=pl] body:not(.dl_body--translator) .dl_footer .dl_footer__social{position:relative;text-align:center}html[lang=ru] .dl_footer{padding-top:40px}html[lang=ru] .dl_footer>div{padding-left:0;padding-right:0}html[lang=ru] .dl_footer .dl_footer__inner{margin-bottom:30px}html[lang=ru] .dl_footer .dl_footer__inner .dl_menu_items{right:unset;text-align:center}html[lang=ru] .dl_footer .dl_footer__inner .dl_menu_items a{padding:0 10px}html[lang=ru] .dl_footer .dl_footer__inner .dl_menu_items .dl_footer__langselect{padding:0 5px}html[lang=ru] .dl_footer .dl_footer__social{position:relative;text-align:center}html[lang^=pt] .dl_footer{padding-top:40px}html[lang^=pt] .dl_footer>div{padding-left:0;padding-right:0}html[lang^=pt] .dl_footer .dl_footer__inner{margin-bottom:30px}html[lang^=pt] .dl_footer .dl_footer__inner .dl_menu_items{right:unset;text-align:center}html[lang^=pt] .dl_footer .dl_footer__inner .dl_menu_items a{padding:0 10px}html[lang^=pt] .dl_footer .dl_footer__inner .dl_menu_items .dl_footer__langselect{padding:0 5px}html[lang^=pt] .dl_footer .dl_footer__social{position:relative;text-align:center}@media(max-width:1200px){html[lang^=es] .dl_footer,html[lang^=fr] .dl_footer,html[lang^=pl] .dl_footer{padding-top:40px}html[lang^=es] .dl_footer>div,html[lang^=fr] .dl_footer>div,html[lang^=pl] .dl_footer>div{padding-left:0;padding-right:0}html[lang^=es] .dl_footer .dl_footer__inner,html[lang^=fr] .dl_footer .dl_footer__inner,html[lang^=pl] .dl_footer .dl_footer__inner{margin-bottom:30px}html[lang^=es] .dl_footer .dl_footer__inner .dl_menu_items,html[lang^=fr] .dl_footer .dl_footer__inner .dl_menu_items,html[lang^=pl] .dl_footer .dl_footer__inner .dl_menu_items{right:unset;text-align:center}html[lang^=es] .dl_footer .dl_footer__inner .dl_menu_items a,html[lang^=fr] .dl_footer .dl_footer__inner .dl_menu_items a,html[lang^=pl] .dl_footer .dl_footer__inner .dl_menu_items a{padding:0 10px}html[lang^=es] .dl_footer .dl_footer__inner .dl_menu_items .dl_footer__langselect,html[lang^=fr] .dl_footer .dl_footer__inner .dl_menu_items .dl_footer__langselect,html[lang^=pl] .dl_footer .dl_footer__inner .dl_menu_items .dl_footer__langselect{padding:0 5px}html[lang^=es] .dl_footer .dl_footer__social,html[lang^=fr] .dl_footer .dl_footer__social,html[lang^=pl] .dl_footer .dl_footer__social{position:relative;text-align:center}}@media(max-width:1000px){.dl_footer{padding-top:40px}.dl_footer>div{padding-left:0;padding-right:0}.dl_footer .dl_footer__inner{margin-bottom:30px}.dl_footer .dl_footer__inner .dl_menu_items{right:unset;text-align:center}.dl_footer .dl_footer__inner .dl_menu_items a{padding:0 10px}.dl_footer .dl_footer__inner .dl_menu_items .dl_footer__langselect{padding:0 5px}.dl_footer .dl_footer__social{position:relative;text-align:center}}.dl_footer__container{display:flex;justify-content:space-between;padding:10px 0 30px!important;max-width:none!important;border-top:1px solid #d3d3d3}@media(max-device-width:650px){.dl_footer__container{flex-direction:column;padding-top:15px!important;padding-bottom:15px!important}}@media(max-device-width:650px){.dl_footer__nav{flex-direction:column}}.dl_footer__inner{position:relative;display:block;margin:0 auto}@media(max-device-width:650px){.dl_footer__socials{margin-top:15px!important}}.dl_footer__social{font-size:16px;line-height:1.5;font-weight:500;color:#042d48;z-index:1;top:-3px;width:25px;height:25px;display:inline-block;margin:3px;border-radius:50%}@media(max-device-width:650px){.dl_footer__social{width:32px;height:32px}}.dl--keyboard_focus .dl_footer__social:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.dl_footer__social>a{position:relative;display:inline-block;width:32px;height:32px;margin-left:8px;border:1px solid;box-sizing:border-box;background-repeat:no-repeat;background-size:100% auto;cursor:pointer;vertical-align:middle}.dl_footer__social--twitter{background:#c4c4c4 url(/img/icons/icon_twitter_v2.svg) no-repeat 50%}@media(max-device-width:650px){.dl_footer__social--twitter{background-size:16px}}.dl_footer__social--twitter:focus,.dl_footer__social--twitter:hover{background-color:#339fed}.dl_footer__social--facebook{background:#c4c4c4 url(/img/icons/icon_fb_v2.svg) no-repeat 50%}@media(max-device-width:650px){.dl_footer__social--facebook{background-size:9px}}.dl_footer__social--facebook:focus,.dl_footer__social--facebook:hover{background-color:#4766ad}.dl_footer__social--linkedin{background:#c4c4c4 url(/img/icons/icon_linkedin_v2.svg) no-repeat 50%}@media(max-device-width:650px){.dl_footer__social--linkedin{background-size:15px;background-position:50% 45%}}.dl_footer__social--linkedin:focus,.dl_footer__social--linkedin:hover{background-color:#1e76b0}.dl_footer__langselect{position:relative;left:-20px;margin-right:0}@media(max-device-width:650px){.dl_footer__langselect{position:absolute;bottom:18px;right:-15px;left:auto}}.dl_footer__langselect select{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;text-align:right;text-align-last:left;box-shadow:none;background:transparent;background-image:none;color:#042d48;font-weight:500;font-family:Open Sans,sans-serif;border-radius:0;outline:0;cursor:pointer;padding:5px 10px;position:relative;font-size:16px;text-decoration:none;margin:0 0 .25em;border:none;border-right:1.25em solid transparent}@media(max-device-width:650px){.dl_footer__langselect select{text-align-last:right}}.dl_footer__langselect select:active,.dl_footer__langselect select:focus{outline:none}.dl_footer__langselect select::-ms-expand{display:none}.dl_footer__langselect:hover:after{opacity:1}.dl_footer__langselect:before{content:' ';position:absolute;display:block;top:-10px;right:-4px;width:1px;height:40px;background-color:#d9d9d9}@media(max-device-width:650px){.dl_footer__langselect:before{display:none}}.dl_footer__langselect:after{content:' ';opacity:.3;display:inline-block;position:relative;transition:opacity 75ms ease-out;width:.5em;height:.5em;top:-.25em;left:-15px;border-bottom:2px solid;border-right:2px solid;transform:rotate(45deg);vertical-align:middle;pointer-events:none}.dl_checkout .dl_footer__langselect{display:none}.dl_header{height:48px;position:relative;max-width:100%;background-color:#042d48;box-shadow:0 -100px 0 80px #042d48;z-index:400}.dl_header>div{box-sizing:border-box;width:100%;height:100%;max-width:1000px;margin:0 auto;padding-left:35px;padding-right:35px}@media(max-width:1000px){.dl_header>div{padding-left:20px;padding-right:20px}}@media(max-width:512px){.dl_header>div{padding-left:20px;padding-right:0}}.dl_pro .dl_header{box-shadow:0 0 1px rgba(0,0,0,.1);background-color:#fff}.dl_dropdown_dialog{position:absolute;padding:10px 20px 20px;background-color:#074b78;color:#fff;box-sizing:border-box;font-family:Open Sans,sans-serif;box-shadow:0 0 2px 0 hsla(0,0%,100%,.3),inset 0 18px 13px -13px rgba(0,0,0,.07);z-index:300;display:none}@media(max-width:512px){.dl_dropdown_dialog{box-shadow:0 0 10px rgba(2,2,2,.5)}}.dl_dropdown_dialog.dl_open{display:inline-block;transition:transform .1s ease-out,opacity .1s ease-out;transform:translate3d(-100%,-50%,0);opacity:0}.dl_dropdown_dialog.dl_open_2{transform:translate3d(-100%,0,0)!important;opacity:1}.dl_dropdown_dialog label{display:inline-block;font-size:16px;font-weight:500;line-height:1.5}.dl_dropdown_dialog label.dl_checkbox_label{width:auto;padding-left:4px}.dl_dropdown_dialog input{font-size:220%;margin:0}.dl_dropdown_dialog input[type=email],.dl_dropdown_dialog input[type=password],.dl_dropdown_dialog input[type=text]{width:100%;border:none;border-radius:1px;line-height:1.5;padding:0 .25em;box-sizing:border-box;font-size:16px}.dl_dropdown_dialog input[type=email]:focus,.dl_dropdown_dialog input[type=password]:focus,.dl_dropdown_dialog input[type=text]:focus{outline:none}.dl_dropdown_dialog hr{color:hsla(0,0%,100%,.4);border:none;border-top:1px solid;height:0;margin-top:8px;margin-bottom:8px}.dl_pro .dl_dropdown_dialog hr{color:#074b78}.dl_dropdown_dialog .dl_text_input{position:relative;padding-top:1em;font-size:16px}.dl_dropdown_dialog .dl_text_input>input{width:100%;background-color:transparent;border-bottom:2px solid hsla(0,0%,100%,.2);color:#fff;box-sizing:border-box;line-height:1.5;padding:0;font-size:16px;font-weight:500;z-index:1;position:relative;caret-color:#fff}.dl_dropdown_dialog .dl_text_input>input:-webkit-autofill{-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 100px #074b78 inset;box-shadow:inset 0 0 0 100px #074b78;caret-color:#fff!important;transition-delay:caret-color 999999s;border-color:#86a6bc}.dl_dropdown_dialog .dl_text_input>input:active,.dl_dropdown_dialog .dl_text_input>input:focus{border-bottom:2px solid #fff}.dl_pro .dl_dropdown_dialog .dl_text_input>input{color:#333;caret-color:#222;border-bottom:1px solid rgba(0,0,0,.2)}.dl_pro .dl_dropdown_dialog .dl_text_input>input:active,.dl_pro .dl_dropdown_dialog .dl_text_input>input:focus{border-bottom:1px solid #faa200}.dl_pro .dl_dropdown_dialog .dl_text_input>input:-webkit-autofill{-webkit-text-fill-color:#333;-webkit-box-shadow:0 0 0 100px #f8f8f8 inset;box-shadow:inset 0 0 0 100px #f8f8f8;caret-color:#222!important;transition-delay:caret-color 999999s;border-color:#f0f0f0}.dl_dropdown_dialog .dl_text_input>label{position:absolute;top:0;left:0;width:100%;font-size:16px;transition:transform .1s ease-out,opacity .1s ease-out;transform-origin:0 50%;transform:scale(.75);opacity:.6}.dl_dropdown_dialog .dl_text_input>input:active+label,.dl_dropdown_dialog .dl_text_input>input:focus+label,.dl_pro .dl_dropdown_dialog .dl_text_input>label{opacity:1}.dl_dropdown_dialog .dl_text_input>input:not(:active):not(:focus):placeholder-shown+label{transform:translateY(1em) scale(1);opacity:1}.dl_dropdown_dialog .dl_row--large_input{padding-bottom:1.75em}.dl_dropdown_dialog .dl_flat_button{display:block;line-height:2em;font-size:16px;font-weight:500;padding:0;position:relative;background:none;color:#fff;cursor:pointer;border:none}.dl_dropdown_dialog .dl_flat_button:focus{outline:2px solid hsla(0,0%,100%,.1)}.dl_dropdown_dialog .dl_flat_button--switch_right{width:calc(100% + 2px);text-align:left}.dl_dropdown_dialog .dl_flat_button--switch_right:after{content:' ';position:absolute;top:.5em;right:2px;width:.75em;height:.75em;line-height:1em;text-align:right;display:block;border-top:3px solid hsla(0,0%,100%,.3);border-right:3px solid hsla(0,0%,100%,.3);transform:rotate(45deg);border-radius:2px;transition:border-color 75ms ease-out}.dl_dropdown_dialog .dl_flat_button--switch_right:focus:after,.dl_dropdown_dialog .dl_flat_button--switch_right:hover:after{border-color:#fff}.dl_dropdown_dialog .dl_flat_button--switch_left{width:100%;text-align:left;padding-left:2em}.dl_dropdown_dialog .dl_flat_button--switch_left:after{content:' ';position:absolute;top:.5em;left:0;width:.75em;height:.75em;line-height:1em;text-align:right;display:block;border-top:3px solid hsla(0,0%,100%,.3);border-right:3px solid hsla(0,0%,100%,.3);transform:rotate(225deg);border-radius:2px;transition:border-color 75ms ease-out}.dl_dropdown_dialog .dl_flat_button--switch_left:focus:after,.dl_dropdown_dialog .dl_flat_button--switch_left:hover:after{border-color:#fff}.dl_dropdown_dialog .dl_row--buttons{font-size:16px;display:flex;display:-webkit-flex;justify-content:space-between;margin-top:.5em}.dl_dropdown_dialog .dl_row--buttons .dl_button{padding:0 1em;margin:0;font-size:16px;font-weight:500;text-transform:none;line-height:2;transition:background-color .1s ease-out,border-color 50ms ease-out,box-shadow 50ms ease-out}.dl_dropdown_dialog .dl_row--buttons .dl_button:focus{box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.5);border-color:#fff;color:#fff;outline:none}.dl_dropdown_dialog .dl_row--buttons .dl_button:active{background-color:#fff;border-color:#fff;color:#074b78;outline:none}.dl_dropdown_dialog .dl_row--buttons>div>label{line-height:calc(2em + 6px)}.dl_dropdown_dialog .dl_row{padding-bottom:1em}.dl_dropdown_dialog .dl_row:last-child{padding-bottom:0}.dl_dropdown_dialog .dl_row h3{padding:0;max-width:400px;font-size:200%;margin:0 0 .5em}.dl_dropdown_dialog .dl_row p{max-width:400px;font-size:200%;margin:0 0 .5em;line-height:1.33}.dl_dropdown_dialog a.dl_link{font-size:16px;font-weight:500;text-decoration:underline}.dl_dropdown_dialog a,.dl_dropdown_dialog a:link,.dl_dropdown_dialog a:visited{text-decoration:none;color:#fff;cursor:pointer}.dl_dropdown_dialog .dl_buttons{margin-top:10px;display:flex;display:-webkit-flex;justify-content:space-between}.dl_dropdown_dialog .dl_buttons .dl_button{padding:0 1em;margin:0;font-size:16px;font-weight:500;text-transform:none;line-height:2}.dl_dropdown_dialog.dl_dropdown_dialog--menu{padding:0 0 10px}.dl_dropdown_dialog.dl_dropdown_dialog--menu ul{margin:0;list-style-type:none}.dl_dropdown_dialog.dl_dropdown_dialog--menu li{padding-left:20px;padding-right:20px;white-space:nowrap;font-size:16px;min-width:100px;line-height:2}.dl_dropdown_dialog.dl_dropdown_dialog--menu li>button{border:none;background:transparent;font-family:Open Sans,sans-serif;cursor:pointer;width:100%;text-align:left}.dl_dropdown_dialog.dl_dropdown_dialog--menu li>a,.dl_dropdown_dialog.dl_dropdown_dialog--menu li>a:visited,.dl_dropdown_dialog.dl_dropdown_dialog--menu li>button{font-weight:500;font-size:16px;color:hsla(0,0%,100%,.8)}.dl_dropdown_dialog.dl_dropdown_dialog--menu li>a:only-child{display:inline-block;width:100%}.dl_dropdown_dialog.dl_dropdown_dialog--menu li>a .dl_external_link_hint{content:' ';height:1em!important;top:3px}.dl_pro .dl_dropdown_dialog.dl_dropdown_dialog--menu li>a .dl_external_link_hint{background-image:url(/img/external_link_hint_blue.svg)}.dl_dropdown_dialog.dl_dropdown_dialog--menu li>a:focus,.dl_dropdown_dialog.dl_dropdown_dialog--menu li>button:focus{outline:none;text-decoration:underline}.dl_dropdown_dialog.dl_dropdown_dialog--menu li>a:hover,.dl_dropdown_dialog.dl_dropdown_dialog--menu li>button:hover{color:#faa200!important}.dl_dropdown_dialog.dl_dropdown_dialog--menu li>a:hover .dl_menu_hint,.dl_dropdown_dialog.dl_dropdown_dialog--menu li>button:hover .dl_menu_hint{opacity:1}.dl_dropdown_dialog.dl_dropdown_dialog--menu li>a:hover .dl_external_link_hint,.dl_dropdown_dialog.dl_dropdown_dialog--menu li>button:hover .dl_external_link_hint{opacity:1;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTQiIHdpZHRoPSIxMiIgY2xhc3M9ImRsX2Nsb3NlZCIgdmVyc2lvbj0iMS4wIj48cGF0aCBkPSJNMTAuNjE5IDUuMzY0bC4zNDUtMy45Mi0zLjY4Mi4zNjgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZhYTIwMCIgc3Ryb2tlLXdpZHRoPSIxLjIiLz48cGF0aCBkPSJNOC40NTggNy41NDR2Mi44OTdoLTYuNXYtNi41aDMuMzA1IiBmaWxsPSJub25lIiBzdHJva2U9IiNmYWEyMDAiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtZGFzaG9mZnNldD0iNi40OTkiLz48cGF0aCBkPSJNNC43NDYgNy44M2w1LjYzNS02LjExIiBmaWxsPSJub25lIiBzdHJva2U9IiNmYWEyMDAiIHN0cm9rZS13aWR0aD0iMS4yIi8+PC9zdmc+)}.dl_dropdown_dialog.dl_dropdown_dialog--menu .dl_dropdown_dialog__header{padding-top:.5em}.dl_dropdown_dialog.dl_dropdown_dialog--menu .dl_dropdown_dialog__header>a{color:#fff;font-weight:900}.dl_dropdown_dialog.dl_dropdown_dialog--menu .dl_dropdown_dialog__header>a:hover{color:#faa200!important}.dl_dropdown_dialog.dl_dropdown_dialog--menu .dl_dropdown_dialog__header:not(:first-child){border-top:1px solid hsla(0,0%,100%,.2);padding-top:.5em;margin-top:.5em}.dl_dropdown_dialog.dl_dropdown_dialog--menu h1{font-size:16px;font-weight:500;margin-bottom:-.5em;margin-top:1em;opacity:1;color:hsla(0,0%,100%,.4)}.dl_pro .dl_dropdown_dialog{background-color:#fff;color:#074b78;box-shadow:0 2px 2px rgba(0,0,0,.2),0 3px 14px rgba(0,0,0,.05)}.dl_pro .dl_dropdown_dialog a,.dl_pro .dl_dropdown_dialog a:link,.dl_pro .dl_dropdown_dialog a:visited,.dl_pro .dl_dropdown_dialog button{color:#074b78!important}.dl_pro .dl_dropdown_dialog .dl_dropdown_dialog__header:not(:first-child){border-top:1px solid rgba(0,0,0,.2)}.dl_header_menu_v2__buttons__menu>button:focus,.dl_header_menu_v2__links__item:focus,.dl_header_menu_v2__login_button>button:focus,.dl_header_menu_v2__logo:focus,.dl_header_menu_v2__user_menu>button:focus{outline:none}.dl--keyboard_focus .dl_header_menu_v2__buttons__menu>button:focus,.dl--keyboard_focus .dl_header_menu_v2__links__item:focus,.dl--keyboard_focus .dl_header_menu_v2__login_button>button:focus,.dl--keyboard_focus .dl_header_menu_v2__logo:focus,.dl--keyboard_focus .dl_header_menu_v2__user_menu>button:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.dl_header_menu_v2__buttons__menu>button,.dl_header_menu_v2__login_button>button,.dl_header_menu_v2__user_menu>button{background-color:transparent;border:none;font-family:Montserrat,sans-serif;height:100%;cursor:pointer}.dl_header{height:60px;background-color:#fff!important;z-index:10;position:static!important}.dl_header_menu_v2{display:flex;align-items:center;height:60px}@keyframes dl_header_menu_v2__popup_animation{0%{transform:translateZ(0) scale(.9);opacity:0}to{transform:translateZ(0) scale(1);opacity:1}}.dl_header_menu_v2__user_menu{height:100%;display:none;position:relative}@media screen and (max-width:650px){.dl_header_menu_v2__user_menu{display:none!important}}.dl_header_menu_v2__user_menu>button{color:#fff;min-width:120px;max-width:200px;font-weight:600;font-size:16px;padding:0 20px;background-color:#006494;transition:background-color .1s ease-out;overflow:hidden;word-wrap:break-word}.dl_header_menu_v2__user_menu>button:hover{background-color:#0f2b46}.dl_header_menu_v2__user_menu>button>div{position:relative;width:1em;color:inherit;display:inline-block;transition:transform 75ms ease-out;margin-left:.5em}.dl_header_menu_v2__user_menu>button>div svg{display:none}.dl_header_menu_v2__user_menu>button>div:before{content:' ';display:inline-block}.dl_header_menu_v2__user_menu>button>div:after{font-size:50%;content:' ';display:block;position:absolute;border-bottom:2px solid;border-right:2px solid;transform:rotate(45deg);transform:translate(.25em,-85%) rotate(45deg) scale(1.2);width:1em;line-height:1em;height:1em;border-radius:2px;top:50%}.dl_header_menu_v2__user_menu--is_open>button>div{transform:scaleY(-1)}.dl_user_logged_in .dl_header_menu_v2__user_menu{display:block}.dl_header_menu_v2__user_menu .dl_header_menu_v2__user_menu__dropdown{display:none;animation:dl_header_menu_v2__popup_animation .1s ease-out 0s 1;transform-origin:50% -10%;position:absolute;top:100%;left:0;z-index:10;background-color:#fff;box-shadow:0 14px 16px rgba(0,0,0,.06)}.dl_header_menu_v2__user_menu--is_open .dl_header_menu_v2__user_menu__dropdown{display:block!important}.dl_header_menu_v2__user_menu .dl_header_menu_v2__user_menu__dropdown a,.dl_header_menu_v2__user_menu .dl_header_menu_v2__user_menu__dropdown button{display:block;width:100%;background:none;border:none;text-align:left;padding:.75em 2em;cursor:pointer;color:#0f2b46;font-family:Montserrat,sans-serif;font-size:16px;font-weight:500;white-space:nowrap;transition:color 75ms ease-out}.dl_header_menu_v2__user_menu .dl_header_menu_v2__user_menu__dropdown a:hover,.dl_header_menu_v2__user_menu .dl_header_menu_v2__user_menu__dropdown button:hover{color:#006494}.dl_header_menu_v2__user_menu .dl_header_menu_v2__user_menu__dropdown a:active,.dl_header_menu_v2__user_menu .dl_header_menu_v2__user_menu__dropdown a:focus,.dl_header_menu_v2__user_menu .dl_header_menu_v2__user_menu__dropdown a:hover,.dl_header_menu_v2__user_menu .dl_header_menu_v2__user_menu__dropdown button:active,.dl_header_menu_v2__user_menu .dl_header_menu_v2__user_menu__dropdown button:focus,.dl_header_menu_v2__user_menu .dl_header_menu_v2__user_menu__dropdown button:hover{text-decoration:none;outline:none}.dl_header_menu_v2__user_menu .dl_header_menu_v2__user_menu__dropdown a:last-child,.dl_header_menu_v2__user_menu .dl_header_menu_v2__user_menu__dropdown button:last-child{padding-bottom:1em}.dl_header_menu_v2__user_menu .dl_header_menu_v2__user_menu__dropdown a:first-child,.dl_header_menu_v2__user_menu .dl_header_menu_v2__user_menu__dropdown button:first-child{padding-top:1em}.dl--keyboard_focus .dl_header_menu_v2__user_menu .dl_header_menu_v2__user_menu__dropdown a:focus,.dl--keyboard_focus .dl_header_menu_v2__user_menu .dl_header_menu_v2__user_menu__dropdown button:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.dl_header_menu_v2__logo{display:flex;height:100%}.dl_header_menu_v2__logo,.dl_header_menu_v2__logo:active,.dl_header_menu_v2__logo:focus,.dl_header_menu_v2__logo:visited{text-decoration:none!important}.dl_header_menu_v2__logo>img{position:relative;top:4px;width:52px;height:66px}@media screen and (max-width:650px){.dl_header_menu_v2__logo>img{top:13px;width:30px;height:35px}}.dl_header_menu_v2__logo>span{font-family:Montserrat,sans-serif;font-weight:600;font-size:20px;color:#0f2b46;padding:20px 15px 0}@media screen and (max-width:650px){.dl_header_menu_v2__logo>span{padding:18px 4px 0 10px;font-size:18px}}.dl_header_menu_v2__separator{margin:0 30px 0 16px;border-left:2px solid #f7f7f7;height:20px}.dl_header_menu_v2__items{width:100%;justify-content:space-between}.dl_header_menu_v2__buttons,.dl_header_menu_v2__items,.dl_header_menu_v2__links{display:flex;height:100%;align-items:center}.dl_header_menu_v2__links{flex-wrap:wrap;overflow:hidden}@media screen and (max-width:650px){.dl_header_menu_v2__links{display:none}}.dl_header_menu_v2__links--mobile{display:none;z-index:1;top:3px}@media screen and (max-width:650px){.dl_header_menu_v2__links--mobile{display:block;flex-direction:column;align-items:flex-start;position:relative;background-color:#fff}.dl_header_menu_v2__links--mobile .dl_header_menu_v2__links__item{border-bottom:none!important;font-size:18px;line-height:normal;padding:4px;margin-bottom:10px}.dl_header_menu_v2__links--mobile .dl_dropdown__toggler{padding-right:30px;position:relative;top:2px}.dl_header_menu_v2__links--mobile.dl--is_open .dl_dropdown__toggler_arrow{transform:rotate(180deg) scale3d(1.7,.8,1);right:8px}.dl_header_menu_v2__links--mobile .dl_dropdown__toggler_arrow{display:block!important;top:2px;right:6px;transform:scale3d(1.7,.8,1)}.dl_header_menu_v2__links--mobile .dl_dropdown__toggler_arrow svg path{stroke:#0f2b46;stroke-width:.7px}}.dl_header_menu_v2__links--mobile .dl_dropdown__toggler_arrow{display:none}.dl_header_menu_v2__links__item{font-size:20px;height:100%;line-height:66px;box-sizing:border-box;display:inline-block;font-weight:300;white-space:nowrap}.dl_header_menu_v2__links__item,.dl_header_menu_v2__links__item:active,.dl_header_menu_v2__links__item:focus,.dl_header_menu_v2__links__item:visited{text-decoration:none!important;color:#0f2b46}.dl_header_menu_v2__links__item.is-active,.dl_header_menu_v2__links__item:hover{border-bottom:3px solid #006494;color:#006494}.dl_header_menu_v2__links__item:not(:last-of-type){margin-right:30px}@media(max-device-width:650px){.dl_header_menu_v2__login_button{display:none}}.dl_user_logged_in .dl_header_menu_v2__login_button{display:none}.dl_header_menu_v2__login_button>button{color:#0f2b46;font-size:16px;padding:4px 6px 4px 36px;position:relative;white-space:nowrap}.dl_header_menu_v2__login_button>button:hover{color:#006494}.dl_header_menu_v2__login_button>button:before{content:' ';display:block;width:7px;height:7px;position:absolute;top:5px;left:14px;border:1px solid;border-radius:100%}.dl_header_menu_v2__login_button>button:after{content:' ';display:block;width:15px;height:7px;position:absolute;top:16px;left:10px;border:1px solid;border-bottom:none;border-top-left-radius:7px;border-top-right-radius:7px}.dl_header_menu_v2__buttons__menu{color:transparent;padding:4px 10px;position:relative;right:-10px}.dl_header_menu_v2__buttons__menu>button{color:transparent;width:28px;height:22px;font-size:0;position:relative}.dl_header_menu_v2__buttons__menu>button:after,.dl_header_menu_v2__buttons__menu>button:before{content:' ';display:block;position:absolute;width:25px;height:9px;border-bottom:1px solid;box-sizing:border-box;top:2px;left:2px;color:#0f2b46}.dl_header_menu_v2__buttons__menu>button:before{border-top:1px solid}.dl_header_menu_v2__buttons__menu>button:after{top:10px}.dl_header_menu_v2__buttons__menu>button:hover:after,.dl_header_menu_v2__buttons__menu>button:hover:before{color:#006494}@media screen and (max-width:650px){.dl_header_menu_v2__buttons__menu{right:0}}.dl_admin_menu{margin-right:25px;width:60px}.dl_admin_menu .dl_dropdown__toggler{width:100%;min-width:100%;margin:0!important}.dl_admin_menu .dl_dropdown__toggler_arrow{right:8px!important;top:0}.dl_admin_menu .dl_dropdown__toggler_arrow svg{width:8px}.dl_admin_menu .dl_dropdown__content{right:0;top:55px}.dl_headerMenu__appButton{display:inline-block;border-radius:4px;background-color:#006494;color:#fff;padding:.5em 1em;font-weight:400;transition:background-color .1s ease-out;text-align:center;margin:0 10px;line-height:1em}@media(max-width:800px){.dl_headerMenu__appButton{display:none}}.dl_headerMenu__appButton>span{display:inline-block;white-space:nowrap}.dl_headerMenu__appButton>span:last-child{font-size:70%;padding-left:1em}@media(max-width:1000px){.dl_headerMenu__appButton>span:last-child{display:none}}.dl_headerMenu__appButton:hover{background-color:#0f2b46;color:#fff}.dl_headerMenu__appButton:active{outline:none}.dl_menu{box-sizing:border-box;position:fixed;width:340px;right:10px;top:12px;bottom:10px;background-color:#fff;z-index:102;border-radius:4px;padding:60px 26px 0 36px;color:#090909;display:flex;flex-direction:column;justify-content:stretch;box-shadow:0 0 16px rgba(0,0,0,.051);max-height:1200px;animation:dl_menu_open_animation .2s ease-out 0s 1;transform-origin:50% 10%;overflow:hidden}@media screen and (max-width:650px){.dl_menu{padding-top:30px}}@media(min-height:800px){.dl_menu{padding-top:120px}}@media(max-device-width:650px){.dl_menu{right:0;top:0;bottom:0;border-radius:0;max-width:calc(100vw - 20px);animation:dl_menu_open_mobile_animation .3s cubic-bezier(0,0,0,1) 0s 1;box-shadow:0 0 10px rgba(0,0,0,.3)}}@media(min-width:2000px){.dl_menu{padding-top:60px;box-shadow:0 0 26px rgba(0,0,0,.151);left:calc(50% + 370px);right:auto;bottom:auto}}.dl_menu--new_menu_navigation_2020_10{box-sizing:border-box;position:fixed;width:340px;right:10px;top:10px;bottom:10px;background-color:#fff;z-index:102;border-radius:4px;padding:15px 40px 0;color:#090909;display:flex;flex-direction:column;justify-content:stretch;box-shadow:0 0 16px rgba(0,0,0,.051);max-height:1200px;animation:dl_menu_open_animation .2s ease-out 0s 1;transform-origin:50% 10%;overflow:hidden}.dl_menu--new_menu_navigation_2020_10 a{padding:8px 0!important;font-size:20px!important}@media(max-device-width:650px){.dl_menu--new_menu_navigation_2020_10{max-width:calc(100vw - 20px);animation:dl_menu_open_mobile_animation .3s cubic-bezier(0,0,0,1) 0s 1}}@media(min-width:2000px){.dl_menu--new_menu_navigation_2020_10{box-shadow:0 0 26px rgba(0,0,0,.151);left:calc(50% + 370px);right:auto;bottom:auto}}@keyframes dl_menu_open_animation{0%{transform:scaleY(.98) scaleX(.99) translate3d(-2px,-10px,0);opacity:0}to{transform:scaleY(1) scaleX(1) translateZ(0);opacity:1}}@keyframes dl_menu_open_animation_2{0%{transform:scale(1.01) translate3d(-2px,-10px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes dl_menu_open_mobile_animation{0%{transform:translate3d(100%,0,0);box-shadow:0 0 10px transparent}to{transform:translateZ(0)}}.dl_menu__logged_out{display:flex;flex-direction:column}.dl_menu__logged_in,.dl_user_logged_in .dl_menu__logged_out{display:none}.dl_user_logged_in .dl_menu__logged_in{display:block}.dl_menu__content{height:100%}.dl_menu__content>div{display:flex;flex-direction:column;justify-content:stretch;height:100%}.dl_menu__close_button{cursor:pointer;font-size:22px;width:40px;height:40px;position:absolute;right:10px;top:10px;border:none;box-sizing:content-box;z-index:1;background:none}.dl_menu__close_button:after,.dl_menu__close_button:before{content:'';display:block;position:absolute;background-color:#0f2b46;width:1.5px;height:22px;border-radius:2px;transform-origin:50%;top:10px;left:19px;transition:background-color 75ms ease-out}.dl_menu__close_button:before{transform:rotate(45deg)}.dl_menu__close_button:after{transform:rotate(-45deg)}.dl_menu__close_button:hover:after,.dl_menu__close_button:hover:before{background-color:#006494}.dl_menu__close_button:active,.dl_menu__close_button:focus,.dl_menu__close_button:hover{outline:none}.dl--keyboard_focus .dl_menu__close_button:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.dl_menu__main_section{position:relative;flex:1 1 auto;overflow-y:auto;padding:2px 4px}.dl_menu__main_section hr{margin:10px 0;color:#f7f7f7;opacity:.2}@media(min-width:2000px){.dl_menu__main_section{padding-bottom:60px}}.dl_menu__main_section--new_menu_navigation_2020_10{position:relative;padding-bottom:20px;overflow-y:auto;overflow-x:hidden}.dl_menu__main_section--new_menu_navigation_2020_10 hr{margin:10px 0;color:#f7f7f7;opacity:.2}.dl_header_menu__nav_link{display:block;font-family:Montserrat,sans-serif;font-size:20px;color:inherit;padding:8px 0;font-weight:300}@media(max-height:720px){.dl_header_menu__nav_link{font-size:18px;padding:6px 0}}.dl_header_menu__nav_link.dl_header_menu__nav_link--translator{font-size:24px}.dl_body--translator .dl_header_menu__nav_link--translator{color:#006494}.dl_header_menu__nav_link.dl_header_menu__nav_link--linguee{font-size:24px}.dl_header_menu__nav_link:hover{color:#006494}.dl_header_menu__nav_link:active,.dl_header_menu__nav_link:focus,.dl_header_menu__nav_link:hover{text-decoration:none!important;outline:none}.dl--keyboard_focus .dl_header_menu__nav_link:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.dl_header_menu__nav_link--hidden{display:none}.dl_menu__bottom_section{position:relative;height:150px;bottom:0;display:flex;flex-direction:column;flex:0 0 auto;justify-content:center}@media(max-device-width:650px){.dl_menu__bottom_section{height:100px}}.dl_menu__bottom_section:before{content:'';display:block;height:25px;background:linear-gradient(180deg,#c4c4c4,hsla(0,0%,76.9%,0));opacity:.2;position:absolute;top:0;left:-40px;width:calc(100% + 80px)}@media(min-width:2000px){.dl_menu__bottom_section:before{border-top:1px solid #909090;background:none}}.dl_menu__bottom_section--new_menu_navigation_2020_10{position:relative;bottom:0;display:flex;flex-direction:column;flex:0 0 auto;justify-content:center;border-top:1px solid #ddd;padding:20px 0}.dl_menu__bottom_section--new_menu_navigation_2020_10 *{padding:8px 0!important}.dl_menu__bottom_section--new_menu_navigation_2020_10 .dl_menu__login__signup_link{font-size:12px!important}.dl_menu__bottom_section--new_menu_navigation_2020_10:before{content:'';display:block;opacity:.2;position:absolute;top:0;left:-40px;width:calc(100% + 80px)}@media(min-width:2000px){.dl_menu__bottom_section--new_menu_navigation_2020_10:before{background:none}}.dl_menu__login_btn,.dl_menu__signup{font-family:Montserrat,sans-serif;color:inherit;font-weight:300;line-height:24px;background-color:transparent;border:none;text-align:left;font-size:20px;padding:10px 0;position:relative;cursor:pointer}.dl_menu__login_btn:hover,.dl_menu__signup:hover{color:#006494}.dl_menu__login_btn:focus,.dl_menu__signup:focus{outline:none;text-decoration:none!important}.dl--keyboard_focus .dl_menu__login_btn:focus,.dl--keyboard_focus .dl_menu__signup:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.dl_menu__login__back_link{color:#000;max-width:220px;display:block}.dl_menu__login__back_link:focus{text-decoration:none!important;outline:none}.dl--keyboard_focus .dl_menu__login__back_link:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.dl_menu__login__banner{font-family:inherit;font-size:32px;width:200px}.dl_menu__login__form{margin-top:40px;display:flex;flex-direction:column}.dl_menu__login__form input{border:none;border-bottom:1px solid #dee2e5;border-radius:0}.dl_menu__login__form input[type=email],.dl_menu__login__form input[type=password],.dl_menu__login__form input[type=text]{font-size:16px;line-height:24px;height:28px;font-family:inherit;padding:4px;box-sizing:border-box;width:100%;color:#000;transition:border-color 75ms ease-out;font-weight:400}.dl_menu__login__form input[type=email]::placeholder,.dl_menu__login__form input[type=password]::placeholder,.dl_menu__login__form input[type=text]::placeholder{color:#000;font-family:Montserrat,sans-serif}.dl_menu__login__form input[type=email]:focus,.dl_menu__login__form input[type=password]:focus,.dl_menu__login__form input[type=text]:focus{border-bottom:1px solid #006494}.dl_menu__login__form input[type=email]:-webkit-autofill,.dl_menu__login__form input[type=email]:-webkit-autofill:focus,.dl_menu__login__form input[type=email]:-webkit-autofill:hover,.dl_menu__login__form input[type=password]:-webkit-autofill,.dl_menu__login__form input[type=password]:-webkit-autofill:focus,.dl_menu__login__form input[type=password]:-webkit-autofill:hover,.dl_menu__login__form input[type=text]:-webkit-autofill,.dl_menu__login__form input[type=text]:-webkit-autofill:focus,.dl_menu__login__form input[type=text]:-webkit-autofill:hover{border:none;border-bottom:1px solid #dee2e5;-webkit-text-fill-color:#000;-webkit-box-shadow:0 0 0 1000px #ecf3f9 inset;transition:background-color 5000s ease-in-out 0s;font-family:Open Sans,sans-serif;font-weight:400}.dl_menu__login__form input[required]:placeholder-shown{background-image:none}.dl--keyboard_focus .dl_menu__login__form__email input:focus,.dl--keyboard_focus .dl_menu__login__form__pass input:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.dl_menu__login__form__pass{position:relative;margin-top:24px}.dl_menu__login__form__pass__forgot{position:absolute;right:-4px;top:calc(100% - 4px);background-color:transparent;border:none;line-height:24px;font-size:13px;font-family:inherit;padding:4px 6px;cursor:pointer}.dl_menu__login__form__pass__forgot:hover{color:#006494}.dl_menu__login__form__pass__forgot:active,.dl_menu__login__form__pass__forgot:focus{outline:none}.dl--keyboard_focus .dl_menu__login__form__pass__forgot:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.dl_menu__login__form__submit{margin:40px 0 20px}.dl_menu__login__form__rememberme{position:relative}.dl_menu__login__form__rememberme label{position:relative;font-size:12px;line-height:24px;font-family:Montserrat,sans-serif;font-weight:500;padding:8px 8px 8px 34px;cursor:pointer}.dl_menu__login__form__rememberme input{position:absolute;opacity:0;cursor:pointer}.dl_menu__login__form__rememberme input:checked~.dl_form__checkbox:after{content:'';position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #006494;border-width:0 4px 4px 0;transform:rotate(45deg)}.dl--keyboard_focus .dl_menu__login__form__rememberme input:focus+.dl_form__checkbox{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.dl_menu__login__form__rememberme .dl_form__checkbox{position:absolute;top:2px;left:0;height:20px;width:20px;border-radius:3px;border:1px solid #dee2e5}.dl_menu__login__form__rememberme__title{position:relative;bottom:3px}.dl_menu__login__signup_text{font-size:18px;font-weight:600;font-family:inherit;margin-top:5px}.dl_menu__login__signup_link{position:relative}.dl--keyboard_focus .dl_menu__login__signup_link:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.dl_menu_overlay,.dl_overlay,.dl_overlay_popup{position:fixed;background-color:rgba(9,9,9,.3);top:0;left:0;right:0;bottom:0;z-index:100;animation:dl_menu_overlay_animation .25s ease-out 0s 1}@keyframes dl_menu_overlay_animation{0%{opacity:0}to{opacity:1}}@media(min-width:2000px){.dl_menu_overlay{background-color:transparent}}.dl_overlay_popup{background-color:rgba(9,9,9,.5)}.dl_menu__error,.dl_menu__message{padding:5px;text-align:center;border:1px solid #0f2b46;border-radius:2px;margin-top:20px}.dl_menu__error:empty,.dl_menu__message:empty{display:none}.dl_menu__error{border:1px solid #ff4500}.dl_outdated_site_popup{animation:dl_popup__fade_in_animation .25s ease-out 1;z-index:100000;border:3px solid red;border-radius:4px;position:fixed;left:0;right:0;bottom:10vh;text-align:center;background-color:rgba(0,0,0,.9);color:#fff;font-size:18px;box-shadow:0 0 16px rgba(0,0,0,.3);padding:1em;max-width:800px;margin-left:auto;margin-right:auto}.dl_session_lost_popup{position:fixed;background-color:rgba(0,0,0,.23);left:0;top:0;width:100vw;height:100vh;z-index:100000;pointer-events:none}.dl_session_lost_popup>div{animation:dl_popup__fade_in_animation .25s ease-out 1;border-radius:4px;position:fixed;left:0;right:0;top:45vh;text-align:center;background-color:hsla(0,0%,100%,.95);color:#333;font-size:18px;box-shadow:0 0 16px rgba(0,0,0,.3);padding:2.5em 1em 1.5em;max-width:800px;width:95vw;box-sizing:border-box;margin-left:auto;margin-right:auto;pointer-events:all;background-image:url(/img/logo/DeepL_Pro_LogoAndText_darkBlue.svg);background-repeat:no-repeat;background-position:11px 5px;background-size:100px auto}.dl_session_lost_popup button{margin:16px 0 0 8px}.dl_enterprise_info{position:absolute;width:100%;z-index:10;text-align:right;top:48px}.dl_enterprise_info>div>div{background:#fff;position:relative;display:inline-block;display:inline-flex;align-items:flex-end;text-align:left;padding:5px;opacity:.1;color:#333;white-space:nowrap}.dl_enterprise_info>div>div>div{display:inline-block;white-space:normal}.dl_enterprise_info>div>div>a{display:inline-block}.dl_enterprise_info.dl_enterprise_info--confirmed>div>div{opacity:1;transition:opacity 50ms ease-in;box-shadow:0 0 0 1px rgba(0,0,0,.2)}.dl_enterprise_info h2{font-weight:400}.dl_enterprise_info h2,.dl_enterprise_info p{font-family:Open Sans,sans-serif;font-size:11px}.dl_enterprise_info p{margin-top:3px;line-height:1.5;font-weight:300}.dl_enterprise_info img{max-height:24px;max-width:70px;min-width:48px;margin-left:5px}.dl_enterpise_login_popup .dl_popup__content,.dl_enterpise_logout_popup .dl_popup__content{padding-right:200px}.dl_enterpise_login_popup h2,.dl_enterpise_logout_popup h2{font-family:Open Sans,sans-serif;font-size:20px;font-weight:400}.dl_enterpise_login_popup p,.dl_enterpise_logout_popup p{margin-top:1em;line-height:1.5;font-family:Open Sans,sans-serif;font-size:18px;font-weight:300}.dl_enterpise_login_popup img,.dl_enterpise_logout_popup img{position:absolute;top:50%;right:20px;max-height:80px;max-width:180px;transform:translateY(-50%)}.dl_enterpise_logout_popup{text-align:center}.dl_session_change_to_app_user_popup{position:fixed;background-color:rgba(0,0,0,.23);left:0;top:0;width:100vw;height:100vh;z-index:100000;pointer-events:none}.dl_session_change_to_app_user_popup>div{animation:dl_popup__fade_in_animation .25s ease-out 1;border-radius:4px;position:fixed;left:0;right:0;top:45vh;text-align:center;background-color:hsla(0,0%,100%,.95);color:#333;font-size:18px;box-shadow:0 0 16px rgba(0,0,0,.3);padding:2.5em 1em 1.5em;max-width:800px;width:95vw;box-sizing:border-box;margin-left:auto;margin-right:auto;pointer-events:all;background-image:url(/img/logo/DeepL_Pro_LogoAndText_darkBlue.svg);background-repeat:no-repeat;background-position:11px 5px;background-size:100px auto}.dl_session_change_to_app_user_popup button{margin:16px 0 0 8px}.dl_body--text_page article form.dl_light_content input[readonly],.dl_body article form.dl_light_content input[readonly],.dl_content input[readonly],.dl_page_dialog .dl_content_box .dl_light_content input[readonly]{border-color:transparent;background-color:transparent;color:inherit}.dl_page_dialog .dl_content_box .dl_content input.dl_amount,.dl_page_dialog .dl_content_box .dl_light_content input.dl_amount{width:160px}.dl_page_dialog .dl_content_box .dl_content span.dl_unit,.dl_page_dialog .dl_content_box .dl_light_content span.dl_unit{display:inline-block;padding-left:10px;width:70px;text-align:left;line-height:1.5}.dl_page_dialog .dl_content_box .dl_content input.dl_number,.dl_page_dialog .dl_content_box .dl_light_content input.dl_number{width:160px}.dl_page_dialog .dl_content_box .dl_content span.dl_currency,.dl_page_dialog .dl_content_box .dl_light_content span.dl_currency{display:inline-block;padding-left:10px;width:70px;text-align:left;line-height:1.5}.dl_page_dialog .dl_content_box{margin:10px;clear:both;width:calc(100% - 20px)}.dl_page_dialog .dl_content_box .dl_content,.dl_page_dialog .dl_content_box .dl_light_content{position:relative;background-color:#074b78;padding:20px}.dl_page_dialog .dl_content_box .dl_light_content{background-color:#f8f8f8}.dl_page_dialog .dl_content_box .dl_light_content ul#dl_errors li{color:red}.dl_page_dialog .dl_content_box .dl_content label,.dl_page_dialog .dl_content_box .dl_light_content label{margin-right:20px;width:240px;display:inline-block;line-height:2}.dl_page_dialog .dl_content_box .dl_content label.dl_text,.dl_page_dialog .dl_content_box .dl_light_content label.dl_text{width:inherit}.dl_page_dialog .dl_content_box .dl_content .dl_type label,.dl_page_dialog .dl_content_box .dl_light_content .dl_type label{width:auto}.dl_required:after{content:'*';color:#faa200}.dl_page_dialog .dl_content_box .dl_content input,.dl_page_dialog .dl_content_box .dl_light_content input{line-height:1.5;width:240px}.dl_page_dialog .dl_content_box .dl_content input[name=zip],.dl_page_dialog .dl_content_box .dl_light_content input[name=zip]{width:60px}.dl_page_dialog .dl_content_box .dl_content input[name=city],.dl_page_dialog .dl_content_box .dl_light_content input[name=city]{width:175px}.dl_page_dialog .dl_content_box .dl_content input[type=checkbox],.dl_page_dialog .dl_content_box .dl_content input[type=radio],.dl_page_dialog .dl_content_box .dl_light_content input[type=checkbox],.dl_page_dialog .dl_content_box .dl_light_content input[type=radio]{padding-left:8px;margin-right:8px;width:auto}.dl_page_dialog #dl_action_register{margin-left:265px}.dl_page_dialog .dl_captcha_image{vertical-align:middle}.dl_page_dialog .dl_row button.dl_reload_captcha{padding:8px;border:none;font-size:500%;color:#fff;background-color:transparent;vertical-align:middle}.dl_page_dialog a.dl_link{padding-left:16px;font-size:220%;text-decoration:underline}.dl_page_dialog .dl_row.dl_comment{padding-top:10px;text-align:left}.dl_page_dialog .dl_row span:not(.dl_help){text-align:left}.dl_page_dialog .dl_row button:disabled{background-color:#d1d2d4}.dl_page_dialog #dl_registration_login_keep{margin-left:265px;margin-right:8px;width:auto}@media(max-width:840px){html.dl_no_scroll,html.dl_no_scroll body{overflow:hidden;max-height:100vh}}.dl_help{display:inline-block;border-radius:100%;border:2px solid #042d48;color:#042d48;width:14px;line-height:14px;text-align:center;font-weight:700;font-size:12px;margin-left:.5em;cursor:help}.dl_help>*{display:none}.dl_help:after{content:'?'}.dl_help_box{position:absolute;visibility:hidden;opacity:0;top:200px;left:200px;width:400px;padding:10px;z-index:9999}.dl_help_box .dl_help_box_background{position:absolute;top:10px;left:10px;bottom:10px;right:10px;background-color:#fafafa;z-index:-1;border-radius:20px;border:3px solid #888;box-shadow:1px 2px 7px rgba(0,0,0,.2)}.dl_help_box .dl_help_box_content{display:table-cell;padding:1em;overflow:visible;color:#000;font-size:200%;line-height:1.55}.dl_help_box .dl_help_box_top_peak{position:absolute;top:0;left:50%;transform:translate(-50%);width:0;height:0;border-color:transparent transparent #888;border-style:solid;border-width:0 6px 10.4px;display:none}.dl_help_box .dl_help_box_left_peak{left:0;border-color:transparent #888 transparent transparent;border-width:6px 10.4px 6px 0}.dl_help_box .dl_help_box_left_peak,.dl_help_box .dl_help_box_right_peak{position:absolute;top:50%;transform:translateY(-50%);width:0;height:0;border-style:solid;display:none}.dl_help_box .dl_help_box_right_peak{right:0;border-color:transparent transparent transparent #888;border-width:6px 0 6px 10.4px}.dl_help_box .dl_help_box_bottom_peak{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:0;border-color:#888 transparent transparent;border-style:solid;border-width:10.4px 6px 0;display:none}@keyframes dl_popup__fade_in_animation{0%{opacity:0}to{opacity:1}}.dl_popup{display:none;position:fixed;z-index:500;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:hsla(0,0%,50.2%,.2);animation:dl_popup__fade_in_animation 75ms ease-out 1}.dl_popup .dl_popup__close_button,.dl_popup .dl_popup_close{color:#aaa;position:absolute;font-size:28px;line-height:1em;font-weight:700;height:1em;width:1em;top:5px;right:5px;cursor:pointer;background:transparent;border:none;padding:0}@media(max-width:512px){.dl_popup .dl_popup__close_button,.dl_popup .dl_popup_close{right:0}}.dl_popup .dl_popup__close_button:focus,.dl_popup .dl_popup__close_button:hover,.dl_popup .dl_popup_close:focus,.dl_popup .dl_popup_close:hover{color:#000;text-decoration:none;outline:none}.dl_popup .dl_popup__background{position:absolute;left:0;top:0;width:100%;height:100%}.dl_popup .dl_popup__content,.dl_popup .dl_popup_content{background-color:#fff;padding:40px 0 0;width:80vw;max-width:960px;height:80vh;position:relative;margin:5vh auto auto;box-shadow:1px 1px 5px rgba(0,0,0,.1),1px 1px 50px rgba(0,0,0,.05)}.dl_popup .dl_popup__content .dl_popup_content__scroll_container,.dl_popup .dl_popup_content .dl_popup_content__scroll_container{width:100%;height:100%;-webkit-overflow-scrolling:touch;overflow-y:auto}@media(max-width:512px){.dl_popup .dl_popup__content,.dl_popup .dl_popup_content{padding-left:5px;padding-right:5px;width:90vw;margin-top:2vh;height:90vh}}.dl_popup .dl_popup__content iframe,.dl_popup .dl_popup_content iframe{width:100%;height:calc(100% - 8px);border:0}.dl_popup .dl_popup__content div.dl_row,.dl_popup .dl_popup_content div.dl_row{margin-bottom:.3em}.dl_popup .dl_popup__content hr,.dl_popup .dl_popup_content hr{border:0;border-top:1px solid #eee;padding-bottom:15px;padding-top:5px}.dl_popup .dl_popup__content p,.dl_popup .dl_popup_content p{padding-bottom:1em}.dl_popup .dl_popup__content label:first-child:not(:last-child),.dl_popup .dl_popup_content label:first-child:not(:last-child){display:inline-block;text-align:right;margin-right:.5em;min-width:33%!important}.dl_popup .dl_popup__content .dl_right_button,.dl_popup .dl_popup_content .dl_right_button{text-align:right;padding-right:20px}.dl_popup__content .dl_input_section_2,.dl_popup_content .dl_input_section_2{margin-top:0;margin-bottom:0}.dl_popup__content .dl_input_section_2 .dl_row,.dl_popup_content .dl_input_section_2 .dl_row{padding-left:0}.dl_popup__content .dl_input_section_2 hr,.dl_popup_content .dl_input_section_2 hr{border:0;border-top:1px solid #eee;margin-top:0;margin-bottom:0}.dl_popup.dl_popup--small .dl_popup__content,.dl_popup.dl_popup--small .dl_popup_content{background-color:#fff;padding:20px;border:1px solid #888;width:80%;max-width:600px;height:auto;margin:20vh auto auto}@media(max-width:760px){.dl_popup.dl_popup--small .dl_popup__content,.dl_popup.dl_popup--small .dl_popup_content{margin-top:15vh}}@media(max-width:650px){.dl_popup.dl_popup--small .dl_popup__content,.dl_popup.dl_popup--small .dl_popup_content{margin-top:12vh}}@media(max-width:512px){.dl_popup.dl_popup--small .dl_popup__content,.dl_popup.dl_popup--small .dl_popup_content{margin-top:10vh}}.dl--with_popup,.dl_body--with_popup,body.dl_popup_opened{overflow:hidden}.dl--with_popup .dl_popup,.dl_body--with_popup .dl_popup,body.dl_popup_opened .dl_popup{display:block}.dl--with_popup .dl_translator_page_container,.dl--with_popup>article,.dl--with_popup body>article,.dl--with_popup footer,.dl--with_popup header,.dl--with_popup main,.dl_body--with_popup .dl_translator_page_container,.dl_body--with_popup>article,.dl_body--with_popup body>article,.dl_body--with_popup footer,.dl_body--with_popup header,.dl_body--with_popup main,body.dl_popup_opened .dl_translator_page_container,body.dl_popup_opened>article,body.dl_popup_opened body>article,body.dl_popup_opened footer,body.dl_popup_opened header,body.dl_popup_opened main,body.dl_pricing_popup_opened footer,body.dl_pricing_popup_opened header,body.dl_pricing_popup_opened main{filter:blur(3px)}.dl--header_popup_open{overflow:hidden}.dl--header_popup_open>body{overflow-y:scroll}.dl_default_text_section ol>li,.dl_default_text_section p,.dl_default_text_section ul>li{font-family:Open Sans,sans-serif;line-height:1.6;font-weight:300}.dl_default_link,.dl_default_links>a:link,.dl_default_links>a:visited,.dl_default_text_section h2>a:link,.dl_default_text_section h2>a:visited,.dl_default_text_section ol>li>a:link,.dl_default_text_section ol>li>a:visited,.dl_default_text_section p>a:link,.dl_default_text_section p>a:visited,.dl_default_text_section ul>li>a:link,.dl_default_text_section ul>li>a:visited,.is3_element>.dl_field_error_text>a:link,.is3_element>.dl_field_error_text>a:visited{color:#074b78;text-decoration:none;cursor:pointer}.dl_default_link:focus,.dl_default_link:hover,.dl_default_links>a:focus:link,.dl_default_links>a:focus:visited,.dl_default_links>a:hover:link,.dl_default_links>a:hover:visited,.dl_default_text_section h2>a:focus:link,.dl_default_text_section h2>a:focus:visited,.dl_default_text_section h2>a:hover:link,.dl_default_text_section h2>a:hover:visited,.dl_default_text_section ol>li>a:focus:link,.dl_default_text_section ol>li>a:focus:visited,.dl_default_text_section ol>li>a:hover:link,.dl_default_text_section ol>li>a:hover:visited,.dl_default_text_section p>a:focus:link,.dl_default_text_section p>a:focus:visited,.dl_default_text_section p>a:hover:link,.dl_default_text_section p>a:hover:visited,.dl_default_text_section ul>li>a:focus:link,.dl_default_text_section ul>li>a:focus:visited,.dl_default_text_section ul>li>a:hover:link,.dl_default_text_section ul>li>a:hover:visited,.is3_element>.dl_field_error_text>a:focus:link,.is3_element>.dl_field_error_text>a:focus:visited,.is3_element>.dl_field_error_text>a:hover:link,.is3_element>.dl_field_error_text>a:hover:visited{text-decoration:underline;color:#0f2b46}.dl--keyboard_focus .dl_default_link:focus,.dl--keyboard_focus .dl_default_links>a:focus:link,.dl--keyboard_focus .dl_default_links>a:focus:visited,.dl--keyboard_focus .dl_default_text_section h2>a:focus:link,.dl--keyboard_focus .dl_default_text_section h2>a:focus:visited,.dl--keyboard_focus .dl_default_text_section ol>li>a:focus:link,.dl--keyboard_focus .dl_default_text_section ol>li>a:focus:visited,.dl--keyboard_focus .dl_default_text_section p>a:focus:link,.dl--keyboard_focus .dl_default_text_section p>a:focus:visited,.dl--keyboard_focus .dl_default_text_section ul>li>a:focus:link,.dl--keyboard_focus .dl_default_text_section ul>li>a:focus:visited,.dl--keyboard_focus .is3_element>.dl_field_error_text>a:focus:link,.dl--keyboard_focus .is3_element>.dl_field_error_text>a:focus:visited,.dl_default_text_section .dl--keyboard_focus h2>a:focus:link,.dl_default_text_section .dl--keyboard_focus h2>a:focus:visited,.dl_default_text_section .dl--keyboard_focus ol>li>a:focus:link,.dl_default_text_section .dl--keyboard_focus ol>li>a:focus:visited,.dl_default_text_section .dl--keyboard_focus p>a:focus:link,.dl_default_text_section .dl--keyboard_focus p>a:focus:visited,.dl_default_text_section .dl--keyboard_focus ul>li>a:focus:link,.dl_default_text_section .dl--keyboard_focus ul>li>a:focus:visited{text-decoration:none;box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.dl_default_links>a[href^=http]:link,.dl_default_links>a[href^=http]:visited,.dl_default_text_section h2>a[href^=http]:link,.dl_default_text_section h2>a[href^=http]:visited,.dl_default_text_section ol>li>a[href^=http]:link,.dl_default_text_section ol>li>a[href^=http]:visited,.dl_default_text_section p>a[href^=http]:link,.dl_default_text_section p>a[href^=http]:visited,.dl_default_text_section ul>li>a[href^=http]:link,.dl_default_text_section ul>li>a[href^=http]:visited,.is3_element>.dl_field_error_text>a[href^=http]:link,.is3_element>.dl_field_error_text>a[href^=http]:visited,[href^=http].dl_default_link{white-space:nowrap}.dl_default_links>a[href^=http]:link:after,.dl_default_links>a[href^=http]:visited:after,.dl_default_text_section h2>a[href^=http]:link:after,.dl_default_text_section h2>a[href^=http]:visited:after,.dl_default_text_section ol>li>a[href^=http]:link:after,.dl_default_text_section ol>li>a[href^=http]:visited:after,.dl_default_text_section p>a[href^=http]:link:after,.dl_default_text_section p>a[href^=http]:visited:after,.dl_default_text_section ul>li>a[href^=http]:link:after,.dl_default_text_section ul>li>a[href^=http]:visited:after,.is3_element>.dl_field_error_text>a[href^=http]:link:after,.is3_element>.dl_field_error_text>a[href^=http]:visited:after,[href^=http].dl_default_link:after{content:' ';background-repeat:no-repeat;background-image:url(/img/external_link_hint_blue.svg);display:inline-block;width:1em;height:1em;vertical-align:middle;margin-left:.25em;opacity:.5}.dl_default_links>a[href^=http]:focus:link:after,.dl_default_links>a[href^=http]:focus:visited:after,.dl_default_links>a[href^=http]:hover:link:after,.dl_default_links>a[href^=http]:hover:visited:after,.dl_default_text_section h2>a[href^=http]:focus:link:after,.dl_default_text_section h2>a[href^=http]:focus:visited:after,.dl_default_text_section h2>a[href^=http]:hover:link:after,.dl_default_text_section h2>a[href^=http]:hover:visited:after,.dl_default_text_section ol>li>a[href^=http]:focus:link:after,.dl_default_text_section ol>li>a[href^=http]:focus:visited:after,.dl_default_text_section ol>li>a[href^=http]:hover:link:after,.dl_default_text_section ol>li>a[href^=http]:hover:visited:after,.dl_default_text_section p>a[href^=http]:focus:link:after,.dl_default_text_section p>a[href^=http]:focus:visited:after,.dl_default_text_section p>a[href^=http]:hover:link:after,.dl_default_text_section p>a[href^=http]:hover:visited:after,.dl_default_text_section ul>li>a[href^=http]:focus:link:after,.dl_default_text_section ul>li>a[href^=http]:focus:visited:after,.dl_default_text_section ul>li>a[href^=http]:hover:link:after,.dl_default_text_section ul>li>a[href^=http]:hover:visited:after,.is3_element>.dl_field_error_text>a[href^=http]:focus:link:after,.is3_element>.dl_field_error_text>a[href^=http]:focus:visited:after,.is3_element>.dl_field_error_text>a[href^=http]:hover:link:after,.is3_element>.dl_field_error_text>a[href^=http]:hover:visited:after,[href^=http].dl_default_link:focus:after,[href^=http].dl_default_link:hover:after{opacity:1}.dl_default_button_link{color:#074b78;font-family:Open Sans,sans-serif;font-size:1em;cursor:pointer;border:none;background-color:transparent}.dl_default_button_link:focus,.dl_default_button_link:hover{text-decoration:underline}.dl_default_button_link:active,.dl_default_button_link:focus{outline:none}.dl_button,.dl_button--1,.dl_button--2,.dl_button--3,.dl_button--4{border:none;border-radius:3px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:500;line-height:1.5em;color:#fff;cursor:pointer;padding:.75em 1.5em;display:inline-block;position:relative;transition:background-color .15s ease-out,color .15s ease-out,color .15s ease-out,color .15s ease-out,border .15s ease-out,color .15s ease-out}.dl_button--1:active,.dl_button--1:focus,.dl_button--2:active,.dl_button--2:focus,.dl_button--3:active,.dl_button--3:focus,.dl_button--4:active,.dl_button--4:focus,.dl_button:active,.dl_button:focus{outline:none;text-decoration:none}.dl--keyboard_focus .dl_button--1:focus:after,.dl--keyboard_focus .dl_button--2:focus:after,.dl--keyboard_focus .dl_button--3:focus:after,.dl--keyboard_focus .dl_button--4:focus:after,.dl--keyboard_focus .dl_button:focus:after{content:' ';display:inline-block;width:auto;height:auto;top:-3px;left:-3px;right:-3px;bottom:-3px;position:absolute;box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}[disabled].dl_button,[disabled].dl_button--1,[disabled].dl_button--2,[disabled].dl_button--3,[disabled].dl_button--4{opacity:.5}.is3_modal_dialog--submitting.dl_button,.is3_modal_dialog--submitting.dl_button--1,.is3_modal_dialog--submitting.dl_button--2,.is3_modal_dialog--submitting.dl_button--3,.is3_modal_dialog--submitting.dl_button--4{pointer-events:none;padding-left:2.7em;opacity:.4}.is3_modal_dialog--submitting.dl_button--1:after,.is3_modal_dialog--submitting.dl_button--1:before,.is3_modal_dialog--submitting.dl_button--2:after,.is3_modal_dialog--submitting.dl_button--2:before,.is3_modal_dialog--submitting.dl_button--3:after,.is3_modal_dialog--submitting.dl_button--3:before,.is3_modal_dialog--submitting.dl_button--4:after,.is3_modal_dialog--submitting.dl_button--4:before,.is3_modal_dialog--submitting.dl_button:after,.is3_modal_dialog--submitting.dl_button:before{content:' ';display:block;border:2px solid #fff;height:1em;width:1em;position:absolute;top:32%;left:1em;box-sizing:border-box;border-radius:100%;transform:scale(0);transition:transform 50ms ease-out}.is3_modal_dialog--submitting.dl_button--1:before,.is3_modal_dialog--submitting.dl_button--2:before,.is3_modal_dialog--submitting.dl_button--3:before,.is3_modal_dialog--submitting.dl_button--4:before,.is3_modal_dialog--submitting.dl_button:before{animation:is3_active_request_indicator__active_animation .75s linear 0s infinite}.is3_modal_dialog--submitting.dl_button--1:after,.is3_modal_dialog--submitting.dl_button--2:after,.is3_modal_dialog--submitting.dl_button--3:after,.is3_modal_dialog--submitting.dl_button--4:after,.is3_modal_dialog--submitting.dl_button:after{animation:is3_active_request_indicator__active_animation .75s linear .25s infinite}.dl_button--1{background-color:#f46f52;box-shadow:0 4px 11px rgba(103,139,140,.08)}.dl_button--1:active,.dl_button--1:hover{background-color:#0f2b46;box-shadow:0 4px 11px rgba(103,139,140,.08)}.dl_button--2{background-color:#0f2b46}.dl_button--2:active,.dl_button--2:hover{background-color:#05668d}.dl_button--3{background-color:transparent;border:1px solid rgba(0,0,0,.1);border-radius:3px;color:#000}.dl_button--3:active,.dl_button--3:hover{color:#05668d;border:1px solid #05668d}.dl_button--4{background-color:transparent;border:none;color:#0f2b46}.dl_button--4:active,.dl_button--4:hover{color:#006494;border:none}.is3_modal_dialog--submitting.dl_button--4{pointer-events:none;padding-left:inherit;background-color:inherit;color:#999}.is3_modal_dialog--submitting.dl_button--4:after,.is3_modal_dialog--submitting.dl_button--4:before{display:none}.dl_body--redesign{font-weight:300;font-size:16px;background-color:#f7f7f7!important}.dl_body--redesign .dl_top_element--wide{margin:0 auto;padding-left:100px;padding-right:100px;max-width:1600px;min-height:auto}@media(max-width:1400px){.dl_body--redesign .dl_top_element--wide{padding-left:70px;padding-right:70px}}@media(max-width:1200px){.dl_body--redesign .dl_top_element--wide{padding-left:50px;padding-right:50px}}@media(max-width:1000px){.dl_body--redesign .dl_top_element--wide{padding-left:30px;padding-right:30px}}@media(max-width:840px){.dl_body--redesign .dl_top_element--wide{padding-left:20px;padding-right:20px}}@media(max-device-width:650px){.dl_body--redesign .dl_top_element--wide{margin-top:0;padding:0 15px}}.dl_body--redesign.dl_body_adminpage{font-weight:400}.dl_body--redesign .lmt__edit_text_popup{overflow-x:hidden;scrollbar-width:thin;box-shadow:0 2px 10px rgba(0,0,0,.15);outline:none}.dl_body--redesign .lmt__edit_text_popup::-webkit-scrollbar{width:0;opacity:0;transition:opacity .4s ease-in-out,width .4s ease-in-out}.dl_body--redesign .lmt__edit_text_popup:hover::-webkit-scrollbar{width:0;opacity:1}.dl_body--redesign .lmt__edit_text_popup:hover::-webkit-scrollbar .lmt__edit_text_popup-thumb{background-color:#a9a9a9}.dl_body--redesign .lmt__edit_text_popup__bg{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.15);width:calc(100% - 1px)}.dl_body--redesign .lmt__edit_text_popup__top_peak{content:' ';position:absolute;top:-10px;left:5px;width:20px;height:20px;box-shadow:0 2px 10px rgba(0,0,0,.15);background:#fff;transform:rotate(45deg);z-index:-1;display:none}.dl_body--redesign .lmt__message_box{box-sizing:border-box;width:180px!important;min-height:140px}.dl_body--redesign .lmt__message_box__background{box-shadow:0 2px 10px rgba(0,0,0,.15);background-color:#206e99!important;right:10px!important}.dl_body--redesign .lmt__message_box__content{padding:10px 15px!important;background-color:#206e99!important;font-family:Montserrat,sans-serif;font-size:16px!important;font-weight:400;line-height:1.5em!important}.dl_body--redesign .lmt__message_box__right_peak{display:none!important}.dl_body--redesign .lmt--web .lmt__language_select{right:auto!important;left:-20px!important;margin-right:-20px;overflow:visible!important}.dl_body--redesign .lmt--web .lmt__language_select .lmt__language_select--target .lmt__language_select--open strong{margin-left:27px}.dl_body--redesign .lmt--web .lmt__language_select .lmt__language_select--target .lmt__language_select__menu{left:110px}.dl_body--redesign .lmt--web .lmt__language_select .lmt__language_select__active{font-size:16px;font-family:Montserrat,sans-serif;background-color:transparent!important;color:#333;padding:0 20px}.dl_body--redesign .lmt--web .lmt__language_select .lmt__language_select__mobileLangSelect{position:absolute;z-index:110;width:100%;height:100%;left:0;top:0;opacity:0}.dl_body--redesign .lmt--web .lmt__side_container{width:calc(50% - 3px);padding:0!important}.dl_body--redesign .lmt--web .lmt__side_container.lmt__side_container--source .lmt__textarea_container{border-top-left-radius:3px;border-bottom-left-radius:3px}.dl_body--redesign .lmt--web .lmt__side_container.lmt__side_container--source .lmt__textarea_container:after,.dl_body--redesign .lmt--web .lmt__side_container.lmt__side_container--source:after{display:none!important}.dl_body--redesign .lmt--web .lmt__side_container.lmt__side_container--target .lmt__textarea_container{border-top-right-radius:3px;border-bottom-right-radius:3px}@media(max-device-width:650px){.dl_body--redesign .lmt--web .lmt__side_container.lmt__side_container--target .lmt__textarea_container{background-color:transparent!important;box-shadow:none!important}}.dl_body--redesign .lmt--web .lmt__side_container.lmt__side_container--target .lmt__textarea_container.lmt__textarea_container--focus .lmt__textarea_container__c_border{transform:scaleY(1.1) rotate(180deg);left:-5px;top:267px}.dl_body--redesign .lmt--web .lmt__textarea_container{border:1px solid #c6cdd5!important;box-shadow:none!important;background-color:#fff}.dl_body--redesign .lmt--web .lmt__textarea_container.lmt__textarea_container--focus{border:1px solid #006494!important}.dl_body--redesign .lmt--web .lmt__textarea_container.lmt__textarea_container--focus .lmt__textarea_container__c_border{display:block}.dl_body--redesign .lmt--web .lmt__textarea_container .lmt__textarea__c_border{display:none;background:transparent url(/img/trans-border-v2.svg) 50% no-repeat;background-size:618px 380px;background-position:-587px -154px;position:absolute;top:calc(50% - 24px);right:-6px;width:20px;height:47px;z-index:10;transform:scaleY(1.1)}.dl_body--redesign .lmt--web .lmt__textarea_proAd--visible .docTrans_translator_upload_button{color:#da5e5c;bottom:240px}html[lang=ru] .dl_body--redesign .lmt--web .lmt__textarea_proAd--visible .docTrans_translator_upload_button{bottom:250px}.dl_body--redesign .lmt--web .lmt__textarea_proAd--visible~.lmt__source_textarea__length_marker{bottom:246px}html[lang=ru] .dl_body--redesign .lmt--web .lmt__textarea_proAd--visible~.lmt__source_textarea__length_marker{bottom:256px}.dl_body--redesign .lmt--web .lmt__textarea_proAd--visible~.lmt__source_textarea__length_marker--critical:before{content:'!';display:block;position:absolute;bottom:0;left:-28px;width:16px;height:17px;text-align:center;border:1px solid red;border-radius:11px;line-height:17px;font-size:120%;padding-left:1px}.dl_body--redesign .lmt--web .docTrans_translator_upload_button{border-top:none;bottom:12px;left:4px;width:auto;right:auto}.dl_body--redesign .lmt--web .lmt__source_textarea__length_marker{color:#000;font-size:14px;bottom:21px;right:30px;font-family:Open Sans,sans-serif}.dl_body--redesign .lmt--web .lmt__source_textarea__length_marker.lmt--hidden{display:none}.dl_body--redesign .lmt--web .lmt__source_textarea__length_marker .lmt__source_textarea__length_marker--critical{color:red}.dl_body--redesign .lmt--web .lmt__source_textarea__proAd{border-top:none;text-align:center;width:calc(100% - 50px);margin:0 auto;padding:60px 0 30px;background:none;min-height:280px;box-sizing:border-box}.dl_body--redesign .lmt--web .lmt__source_textarea__proAd .dl_hr_with_arrow:before{left:auto;right:50px}.dl_body--redesign .lmt--web .lmt__source_textarea__proAd .lmt__source_textarea__proAd__text1{font-family:Open Sans,sans-serif;font-size:28px;line-height:1.2em;margin-right:0;margin-top:1em}@media screen and (max-width:1200px){.dl_body--redesign .lmt--web .lmt__source_textarea__proAd .lmt__source_textarea__proAd__text1{font-size:20px}}@media screen and (min-width:1000px)and (max-width:1500px){.dl_body--redesign .lmt--web .lmt__source_textarea__proAd .lmt__source_textarea__proAd__text1{margin-top:15px}}.dl_body--redesign .lmt--web .lmt__source_textarea__proAd .lmt__source_textarea__proAd__text2{font-family:Open Sans,sans-serif;font-size:14px;line-height:24px;margin:20px 0 15px}@media screen and (max-width:1000px){.dl_body--redesign .lmt--web .lmt__source_textarea__proAd .lmt__source_textarea__proAd__text2{margin:0}}.dl_body--redesign .lmt__target_textarea__proAd{position:absolute;box-sizing:border-box;width:100%}.dl_body--redesign .lmt__target_textarea_proAd_highlight{color:#d95e5c}.dl_body--redesign .lmt__target_textarea_proAd_link{color:inherit;text-decoration:underline}.dl_body--redesign .lmt__target_textarea_proAd_link:hover{cursor:pointer}.dl_body--redesign .lmt__target_textarea__proAd_content{margin:0 20px}.dl_body--redesign .lmt__target_textarea__proAd_text{background:#e7f3f9;text-align:left;padding:8px 14px;font-weight:400;font-size:14px;font-family:Open Sans,sans-serif}.dl_body--redesign .lmt__target_textarea__proAd_gradient{height:50px;background:linear-gradient(180deg,hsla(0,0%,100%,.2),#fff)}.dl_body--redesign .lmt--active_translation_request .lmt__target_textarea__proAd{display:none}.dl_body--redesign .lmt__sides_container{position:relative}.dl_body--redesign .lmt__sides_container.lmt--hidden{display:none}.dl_body--redesign .lmt__sides_container--docTrans_overlay .lmt__textarea_separator__border_outer,.dl_body--redesign .lmt__sides_container--docTrans_overlay_failure .lmt__textarea_separator__border_outer{display:block}.dl_body--redesign .lmt__sides_container--docTrans_overlay .lmt__textarea_separator__border_outer{border:2px dashed #4babda}.dl_body--redesign .lmt__sides_container--docTrans_overlay .lmt__textarea_separator__border_outer:before{right:-22px}.dl_body--redesign .lmt__sides_container--docTrans_overlay_failure .lmt__textarea_separator__border_outer{border:2px dashed #d7524f}.dl_body--redesign .lmt__sides_container--docTrans_overlay_failure .lmt__textarea_separator__border_outer:before{right:-22px}.dl_cookieBanner_inner>.dl_cookieBanner--intro>a,.dl_cookieBanner_innerLax>.dl_cookieBanner--introLax>a,.dl_default_link{color:#074b78;text-decoration:none;cursor:pointer}.dl_cookieBanner_inner>.dl_cookieBanner--intro>a:focus,.dl_cookieBanner_inner>.dl_cookieBanner--intro>a:hover,.dl_cookieBanner_innerLax>.dl_cookieBanner--introLax>a:focus,.dl_cookieBanner_innerLax>.dl_cookieBanner--introLax>a:hover,.dl_default_link:focus,.dl_default_link:hover{text-decoration:underline;color:#0f2b46}.dl--keyboard_focus .dl_cookieBanner_inner>.dl_cookieBanner--intro>a:focus,.dl--keyboard_focus .dl_cookieBanner_innerLax>.dl_cookieBanner--introLax>a:focus,.dl--keyboard_focus .dl_default_link:focus{text-decoration:none;box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.dl_cookieBanner_inner>.dl_cookieBanner--intro>a[href^=http],.dl_cookieBanner_innerLax>.dl_cookieBanner--introLax>a[href^=http],[href^=http].dl_default_link{white-space:nowrap}.dl_cookieBanner_inner>.dl_cookieBanner--intro>a[href^=http]:after,.dl_cookieBanner_innerLax>.dl_cookieBanner--introLax>a[href^=http]:after,[href^=http].dl_default_link:after{content:' ';background-repeat:no-repeat;background-image:url(/img/external_link_hint_blue.svg);display:inline-block;width:1em;height:1em;vertical-align:middle;margin-left:.25em;opacity:.5}.dl_cookieBanner_inner>.dl_cookieBanner--intro>a[href^=http]:focus:after,.dl_cookieBanner_inner>.dl_cookieBanner--intro>a[href^=http]:hover:after,.dl_cookieBanner_innerLax>.dl_cookieBanner--introLax>a[href^=http]:focus:after,.dl_cookieBanner_innerLax>.dl_cookieBanner--introLax>a[href^=http]:hover:after,[href^=http].dl_default_link:focus:after,[href^=http].dl_default_link:hover:after{opacity:1}.dl_cookieBanner_outer{position:relative}@media screen and (max-width:512px){.dl_cookieBanner_outer{height:400px}}@media screen and (min-width:512px)and (max-width:840px){.dl_cookieBanner_outer{height:200px}}@media screen and (min-width:840px){.dl_cookieBanner_outer{height:120px}}.dl_cookieBanner_container{position:fixed;left:0;top:100%;width:100%;max-height:80%;overflow-y:auto;overflow-x:hidden;transform:translateY(-100%);background-color:#0f2b46;box-shadow:0 -4px 4px rgba(0,0,0,.15);z-index:1000}@media screen and (max-width:512px){.dl_cookieBanner_container{max-height:100%}}.dl_cookieBanner_inner{width:100%;max-width:1400px;margin:0 auto;padding:20px 40px}.dl_cookieBanner_inner>.dl_cookieBanner--intro{margin-bottom:20px;color:#fff;font-weight:400}.dl_cookieBanner_inner>.dl_cookieBanner--intro>a{color:#fff;text-decoration:underline}.dl_cookieBanner_inner>.dl_cookieBanner--intro>a:hover{color:#006494}.dl_cookieBanner_innerLax{width:100%;max-width:1400px;margin:0 auto;padding:20px 40px;display:flex;flex-wrap:wrap}.dl_cookieBanner_innerLax>.dl_cookieBanner--introLax{align-self:center;color:#fff;font-weight:400}.dl_cookieBanner_innerLax>.dl_cookieBanner--introLax>a{color:#fff;text-decoration:underline}.dl_cookieBanner_innerLax>.dl_cookieBanner--introLax>a:hover{color:#006494}@media screen and (max-width:760px){.dl_cookieBanner_innerLax>.dl_cookieBanner--introLax{width:100%;text-align:center}}@media screen and (min-width:760px){.dl_cookieBanner_innerLax>.dl_cookieBanner--introLax{text-align:start}}.dl_cookieBanner--cta{display:flex;flex-wrap:wrap}.dl_cookieBanner--cta>.dl_cookieBanner--cta-checkboxes{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;color:#fff;font-weight:400}@media screen and (max-width:512px){.dl_cookieBanner--cta>.dl_cookieBanner--cta-checkboxes{width:100%}.dl_cookieBanner--cta>.dl_cookieBanner--cta-checkboxes>*{width:100%;margin-top:10px}}@media screen and (min-width:512px)and (max-width:1000px){.dl_cookieBanner--cta>.dl_cookieBanner--cta-checkboxes{width:100%;margin-top:10px;justify-content:space-between}}@media screen and (min-width:1000px){.dl_cookieBanner--cta>.dl_cookieBanner--cta-checkboxes{flex-grow:2}.dl_cookieBanner--cta>.dl_cookieBanner--cta-checkboxes>*{margin-left:20px}}.dl_cookieBanner--cta>.dl_cookieBanner--cta-checkboxes>div{display:flex;align-items:center}.dl_cookieBanner--cta>.dl_cookieBanner--cta-checkboxes>div>.dl_cookieBanner--checkbox{-webkit-appearance:none;appearance:none;display:inline-block;width:1.5em;height:1.5em;padding:0;transition:none;margin-right:5px;border:1px solid #c4c4c4;border-radius:5px;background-color:#0f2b46;cursor:pointer}.dl_cookieBanner--cta>.dl_cookieBanner--cta-checkboxes>div>.dl_cookieBanner--checkbox:after{display:none;position:relative;transition:75ms ease-out;content:'L';top:-3px;left:3px;font-size:150%;line-height:1;color:#0f2b46;transform:scaleX(-1) rotate(-45deg) scale(.7);box-shadow:inset 0 0 0 0 #042e48}.dl_cookieBanner--cta>.dl_cookieBanner--cta-checkboxes>div>.dl_cookieBanner--checkbox:checked:after{display:inline-block;color:#fff}.dl_cookieBanner--cta>.dl_cookieBanner--cta-checkboxes>div>.dl_cookieBanner--checkbox:focus{outline:none}.dl_cookieBanner--cta>.dl_cookieBanner--cta-checkboxes>.dl_cookieBanner--checkboxDisabled{opacity:.7}.dl_cookieBanner--cta>.dl_cookieBanner--cta-checkboxes :first-child{margin-left:0}.dl_cookieBanner--information{padding-bottom:60px}.dl_cookieBanner--information>hr{margin:20px 0;border-color:#006494;background-color:#006494}.dl_cookieBanner--information h3,.dl_cookieBanner--information p{color:#fff}.dl_cookieBanner--information>.dl_cookieBanner--information-line{display:flex;flex-wrap:wrap;justify-content:space-between}.dl_cookieBanner--information>.dl_cookieBanner--information-line>.dl_cookieBanner--information-category{width:100%;margin-bottom:20px}@media screen and (min-width:840px){.dl_cookieBanner--information>.dl_cookieBanner--information-line>.dl_cookieBanner--information-category{width:45%}}@media screen and (max-width:512px){.dl_cookieBanner--information{padding-bottom:125px}}.dl_cookieBanner--buttonMore{line-height:inherit;font-size:inherit;font-weight:inherit;padding:0;position:relative;background:none;color:inherit;cursor:pointer;border:none;color:#52bfef}.dl_cookieBanner--buttonMore:active,.dl_cookieBanner--buttonMore:hover{color:#006494;outline:none}.dl_cookieBanner--buttonMore:active .dl_cookieBanner--arrow-less,.dl_cookieBanner--buttonMore:active .dl_cookieBanner--arrow-more,.dl_cookieBanner--buttonMore:hover .dl_cookieBanner--arrow-less,.dl_cookieBanner--buttonMore:hover .dl_cookieBanner--arrow-more{border-color:#006494}.dl_cookieBanner--buttonMore:focus{color:#006494;outline:none}.dl_cookieBanner--buttonMore .dl_cookieBanner--arrow-less{width:10px;height:10px;line-height:10px;text-align:right;display:block;border-radius:2px;transform:rotate(315deg);display:inline-block;margin-left:5px;border-color:#0f2b46 #0f2b46 #52bfef #52bfef;border-right:2px solid #52bfef;border-top:2px solid #52bfef}.dl_cookieBanner--buttonMore .dl_cookieBanner--arrow-less:focus,.dl_cookieBanner--buttonMore .dl_cookieBanner--arrow-less:hover{border-color:#006494}.dl_cookieBanner--buttonMore .dl_cookieBanner--arrow-more{width:10px;height:10px;line-height:10px;text-align:right;display:block;border-radius:2px;transform:rotate(135deg);display:inline-block;margin-left:5px;margin-bottom:2px;border-color:#0f2b46 #0f2b46 #52bfef #52bfef;border-right:2px solid #52bfef;border-top:2px solid #52bfef}.dl_cookieBanner--buttonMore .dl_cookieBanner--arrow-more:focus,.dl_cookieBanner--buttonMore .dl_cookieBanner--arrow-more:hover{border-color:#006494}.dl_cookieBanner--cta-buttons-container{position:fixed;bottom:0;width:100%;padding:0 40px 20px;background:#0f2b46;box-shadow:0 4px 20px rgba(0,0,0,.2);z-index:1500}.dl_cookieBanner--cta-buttons-container>div{display:flex;flex-wrap:wrap}@media screen and (min-width:1000px){.dl_cookieBanner--cta-buttons-container{padding-top:20px}}.dl_cookieBanner--cta-buttons{display:flex;flex-wrap:wrap;align-items:center;padding:2px}@media screen and (max-width:512px){.dl_cookieBanner--cta-buttons,.dl_cookieBanner--cta-buttons>*{width:100%}.dl_cookieBanner--cta-buttons :first-child{margin-top:20px}.dl_cookieBanner--cta-buttons :nth-child(2){margin-top:10px}}@media screen and (min-width:512px)and (max-width:1000px){.dl_cookieBanner--cta-buttons{width:100%;justify-content:space-between;margin-top:20px}.dl_cookieBanner--cta-buttons>*{width:calc(50% - 5px)}}@media screen and (min-width:1000px){.dl_cookieBanner--cta-buttons{flex-grow:2;justify-content:flex-end}.dl_cookieBanner--cta-buttons>*{margin-left:5px}}.dl_cookieBanner--cta-buttonClose{display:flex;flex-wrap:wrap;padding:2px}@media screen and (max-width:512px){.dl_cookieBanner--cta-buttonClose{width:100%;justify-content:center;margin-top:20px}.dl_cookieBanner--cta-buttonClose>*{width:calc(50% - 5px)}}@media screen and (min-width:512px)and (max-width:760px){.dl_cookieBanner--cta-buttonClose{width:100%;justify-content:center;margin-top:20px}.dl_cookieBanner--cta-buttonClose>*{width:calc(30% - 5px)}}@media screen and (min-width:760px){.dl_cookieBanner--cta-buttonClose{flex-grow:2;justify-content:flex-end}}.dl_cookieBanner--buttonAll{display:inline-block;border-radius:3px;background-color:#006494;font-weight:500;line-height:2;text-align:center;text-transform:none;text-decoration:none;border:1px solid #006494;color:#006494;cursor:pointer;transition:background-color 75ms ease-out,border-color 50ms ease-out,box-shadow 75ms ease-out,opacity 75ms ease-out;box-shadow:inset 0 0 0 0 #006494;font-family:Montserrat,sans-serif;color:#fff;font-size:16px;padding:10px 20px}.dl_cookieBanner--buttonAll:focus,.dl_cookieBanner--buttonAll:hover{box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.3)}.dl_cookieBanner--buttonAll:active{border-color:#faa200;background-color:#fff;color:#faa200;outline:none}.dl_cookieBanner--buttonAll[disabled]{border-color:#aaa!important;color:#aaa!important;background-color:#eee!important;cursor:default}.dl_cookieBanner--buttonAll:active,.dl_cookieBanner--buttonAll:hover{background-color:#52bfef;border-color:#52bfef;color:#fff;box-shadow:none}.dl_cookieBanner--buttonAll:focus{background-color:#006494;border-color:#006494;color:#fff;box-shadow:none;outline:none}.dl_cookieBanner--buttonSelected{display:inline-block;border-radius:3px;background-color:#0f2b46;font-weight:500;line-height:2;text-align:center;text-transform:none;text-decoration:none;border:1px solid #52bfef;color:#52bfef;cursor:pointer;transition:background-color 75ms ease-out,border-color 50ms ease-out,box-shadow 75ms ease-out,opacity 75ms ease-out;box-shadow:inset 0 0 0 0 #52bfef;font-family:Montserrat,sans-serif;font-size:16px;padding:10px 20px}.dl_cookieBanner--buttonSelected:focus,.dl_cookieBanner--buttonSelected:hover{box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.3)}.dl_cookieBanner--buttonSelected:active{border-color:#faa200;background-color:#fff;color:#faa200;outline:none}.dl_cookieBanner--buttonSelected[disabled]{border-color:#aaa!important;color:#aaa!important;background-color:#eee!important;cursor:default}.dl_cookieBanner--buttonSelected:active,.dl_cookieBanner--buttonSelected:hover{background-color:transparent;border-color:#006494;color:#006494;box-shadow:none}.dl_cookieBanner--buttonSelected:focus{border-color:#52bfef;color:#52bfef;box-shadow:none;outline:none}.dl_cookieBanner--buttonClose{display:inline-block;border-radius:3px;background-color:#0f2b46;font-weight:500;line-height:2;text-align:center;text-transform:none;text-decoration:none;border:1px solid #52bfef;color:#52bfef;cursor:pointer;transition:background-color 75ms ease-out,border-color 50ms ease-out,box-shadow 75ms ease-out,opacity 75ms ease-out;box-shadow:inset 0 0 0 0 #52bfef;font-family:Montserrat,sans-serif;font-size:16px;padding:10px 20px}.dl_cookieBanner--buttonClose:focus,.dl_cookieBanner--buttonClose:hover{box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.3)}.dl_cookieBanner--buttonClose:active{border-color:#faa200;background-color:#fff;color:#faa200;outline:none}.dl_cookieBanner--buttonClose[disabled]{border-color:#aaa!important;color:#aaa!important;background-color:#eee!important;cursor:default}.dl_cookieBanner--buttonClose:active,.dl_cookieBanner--buttonClose:hover{border-color:#006494;color:#006494;box-shadow:none}.dl_cookieBanner--buttonClose:focus{border-color:#52bfef;color:#52bfef;box-shadow:none;outline:none}span.only_mouse{display:inline}span.only_touch{display:none}@media(max-device-width:650px){span.only_mouse{display:none}span.only_touch{display:inline}html.dl_no_scroll,html.dl_no_scroll body{overflow:hidden;max-height:100vh}}.lmt{position:relative;font-size:100%}.lmt.lmt--hidden{display:none}.lmt__side_container{position:relative}.lmt__textarea_container{position:relative;font-size:100%}@media(max-device-width:650px){.lmt__textarea_container{overflow:hidden}}.lmt__side_container--source .lmt__textarea_container:after{display:none}.lmt__inner_textarea_container{position:relative;-webkit-text-size-adjust:none}.lmt__textarea_base_style{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;font-variant-ligatures:none}.lmt__textarea{display:inline-block;-webkit-appearance:none;appearance:none;box-shadow:none;width:100%;box-sizing:border-box;overflow:hidden;border:none;background-color:transparent;background:transparent;vertical-align:top;text-align:left;font-size:100%;position:relative;resize:none}.lmt__textarea:focus{outline:none}.lmt__textarea.lmt--hidden{display:none}.lmt__textarea_placeholder_text{display:none;position:absolute;text-align:left;cursor:text;pointer-events:none}.lmt--empty_source .lmt__textarea_placeholder_text{display:block}.lmt__message_box{display:none}.lmt__clear_text_button{color:#d1d2d4;position:absolute;font-size:30px;font-weight:400;width:24px;height:24px;outline:none;border:none;background-color:transparent;z-index:10}.lmt__clear_text_button span{display:inline-block;position:absolute;top:-3px;right:-3px;height:26px;padding-right:10px}.lmt__clear_text_button :hover{cursor:pointer;color:#074b78}.lmt__side_container--source .lmt__clear_text_button{top:56px;right:6px}@media(max-device-width:650px){.lmt__side_container--source .lmt__clear_text_button{top:54px;right:2px}}.lmt--empty_source .lmt__side_container--source .lmt__clear_text_button,.lmt__clear_text_button.lmt--hidden{display:none}.lmt__edit_text_popup{text-align:left;padding:0;position:absolute;top:0;left:-6px;background:#fff;max-height:400px;min-width:100px;box-shadow:1px 1px 2px 0 rgba(0,0,0,.1);outline:.5px solid #aaa;overflow-y:auto;overflow-x:hidden;max-width:30vw;display:none;font-size:18px;z-index:99}.lmt__edit_text_popup.lmt__edit_text_popup--visible{display:block}.lmt__edit_text_popup ul{margin:0;padding:0}.lmt__edit_text_popup li{color:#333;border-bottom:1px solid rgba(0,0,0,.1);padding:4px 9px;line-height:1.2;transition:background-color .1s;cursor:pointer}.lmt__edit_text_popup li:last-child{border-bottom:none}.lmt__edit_text_popup span{cursor:pointer;border-bottom:1px solid transparent}.lmt__edit_text_popup .lmt__edit_text_popup__entry--active{background-color:#fee8c1}.lmt__edit_text_popup .lmt__edit_text_popup__waiting_indicator{padding-left:5px;padding-right:5px}@media(max-device-width:650px){.lmt__edit_text_popup{max-width:60vw;font-size:16px}}@supports(-ms-ime-align:auto){.lmt__edit_text_popup{border:1px solid #aaa;outline:none}}.lmt__edit_text_popup--alternatives li{white-space:nowrap;padding-left:30px;text-indent:-20px;padding-right:10px}.lmt__translations_as_text__main_translation{display:none}.lmt__busy_indicator{display:none;position:absolute;width:20px;height:20px;border:2px solid rgba(80,80,80,.3);border-radius:100%;opacity:0;top:10px;right:10px;pointer-events:none}.lmt__busy_indicator.lmt__busy_indicator--active{display:block;animation:lmt__busy_indicator__activAnimation .5s linear infinite}@keyframes lmt__busy_indicator__activAnimation{0%{transform:scale(.1);opacity:0}50%{transform:scale(.7);opacity:1}to{transform:scale(1.2);opacity:0}}.lmt__progress_popup{display:none;background-color:transparent;position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;z-index:800}.lmt__progress_popup.lmt__progress_popup--visible{transition:.5s ease-out;display:block}.lmt__progress_popup.lmt__progress_popup--visible>div{opacity:0;transition:.1s ease-out}.lmt__progress_popup.lmt__progress_popup--visible .lmt__progress_popup__progress>div{transition:width .5s ease}.lmt__progress_popup.lmt__progress_popup--visible_2{background-color:rgba(0,0,0,.2)}.lmt__progress_popup.lmt__progress_popup--visible_2>div{opacity:1}.lmt__progress_popup.lmt__progress_popup--stopping .lmt__progress_popup__stop_button{color:#aaa}.lmt__progress_popup.lmt__progress_popup--stopping .lmt__progress_popup__progress>div{background-color:red}.lmt__progress_popup>div{position:absolute;top:50%;left:0;right:0;margin-left:auto;margin-right:auto;display:block;width:320px;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.3);transform:translateY(-50%);padding:2em 1em;box-sizing:border-box;font-size:80%;text-align:center}.lmt__progress_popup>div .lmt__progress_popup__progress{height:10px;background-color:#f8f8f8;width:100%;position:relative;padding:.1px;border:1px solid #ccc;margin:1em 0}.lmt__progress_popup>div .lmt__progress_popup__progress>div{display:inline-block;position:absolute;left:0;width:0;height:100%;background-color:#006494}.lmt__progress_popup>div .lmt__progress_popup__stop_button{color:#074b78;cursor:pointer;font-weight:500}.lmt__progress_popup>div .lmt__progress_popup__stop_button:hover{text-decoration:underline}.lmt__ask_paste_popup{display:none;background-color:transparent;position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;z-index:100}.lmt__ask_paste_popup.lmt__ask_paste_popup--visible{transition:.5s ease-out;display:block}.lmt__ask_paste_popup.lmt__ask_paste_popup--visible>div{opacity:0;transition:.1s ease-out}.lmt__ask_paste_popup.lmt__ask_paste_popup--visible_2{background-color:rgba(0,0,0,.2)}.lmt__ask_paste_popup.lmt__ask_paste_popup--visible_2>div{opacity:1}.lmt__ask_paste_popup>div{position:absolute;top:50%;left:0;right:0;margin-left:auto;margin-right:auto;display:block;width:320px;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.3);transform:translateY(-50%);padding:2em 1em;box-sizing:border-box;font-size:80%;text-align:center}.lmt__ask_paste_popup>div p{text-align:left}.lmt__ask_paste_popup>div .lmt__ask_paste_popup__cancel_button,.lmt__ask_paste_popup>div .lmt__ask_paste_popup__continue_button{padding:.25em;display:block;color:#074b78;cursor:pointer;font-weight:500}.lmt__ask_paste_popup>div .lmt__ask_paste_popup__cancel_button:hover,.lmt__ask_paste_popup>div .lmt__ask_paste_popup__continue_button:hover{text-decoration:underline}.lmt__source_textarea_overlay{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;font-variant-ligatures:none;position:absolute;pointer-events:none;top:0;left:0}.lmt__source_textarea_overlay *{pointer-events:none}.lmt__source_textarea_overlay .lmt__source_textarea_overlay__sentence{visibility:hidden;position:absolute;background:rgba(250,166,10,.1)}.lmt__source_textarea_overlay .lmt__source_textarea_overlay__sentence--active{visibility:visible!important;position:relative}.lmt__source_textarea_overlay .lmt__source_textarea_overlay__text{visibility:hidden;background-color:#fff}.lmt__source_textarea_overlay .lmt__source_textarea_overlay__sentence_marker{display:inline;position:absolute;width:0}.lmt__translations_as_text__text_btn{font-family:Open Sans,sans-serif;font-size:20px;border:none;background:transparent;cursor:pointer;text-align:left}.lmt__translations_as_text__text_btn:focus{outline:none}.dl--keyboard_focus .lmt__translations_as_text__text_btn:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.lmt__loadingIndicator_container{position:absolute;left:50%;transform:translateX(-50%) translateY(-50%);top:50%;z-index:10}.lmt__textarea_separator{position:absolute;top:54px;left:calc(50% - 5px);height:calc(100% - 55px)}.docTrans_container .lmt__textarea_separator{height:calc(100% - 35px)}@media(max-device-width:650px){.lmt__textarea_separator{display:none}}.lmt__textarea_separator .lmt__textarea_separator__vertical_line{display:block;position:absolute;width:6px;height:calc(100% + 4px);right:-8px;top:-2px;z-index:11;background-color:#f7f7f7}.lmt__textarea_separator .lmt__textarea_separator__arrow{display:block;position:absolute;border-top:2px solid #006494;border-right:2px solid #006494;transform:scaley(1.1) rotate(45deg);border-radius:0;right:-8px;top:calc(50% - 4px);width:6px;height:6px;z-index:12}.lmt__textarea_separator .lmt__textarea_separator__border_inner{content:' ';display:block;position:absolute;right:-20px;top:calc(50% - 24px);width:30px;height:48px;background-color:#fff;z-index:11;border:5px solid #f7f7f7;box-sizing:border-box;border-radius:16px}.lmt__textarea_separator .lmt__textarea_separator__border_outer{content:' ';position:absolute;right:-22px;top:calc(50% - 24px);width:32px;height:50px;z-index:10;box-sizing:border-box;border-radius:16px}.lmt__textarea_separator .lmt__textarea_separator__border_outer:before{content:'';position:absolute;width:inherit;height:inherit;border-radius:inherit;margin:-1px;z-index:9;background-color:#c6cdd5}.lmt__textarea_separator .lmt__textarea_separator__busy{display:block;position:absolute;right:-13px;top:calc(50% - 13px);z-index:12;background-color:#fff;transition:opacity .1s ease-out}.lmt__sides_container--focus_source .lmt__textarea_separator__border_outer:before{background:linear-gradient(90deg,#006494 0,#006494 50%,#c6cdd5 51%,#c6cdd5)}.docTrans_document .lmt__textarea_separator__border_outer:before,.lmt__sides_container--focus_target .lmt__textarea_separator__border_outer:before{background:linear-gradient(90deg,#c6cdd5 0,#c6cdd5 50%,#006494 51%,#006494)}.lmt__textarea_container--text_too_long .lmt__textarea_separator__border_outer:before{background:linear-gradient(90deg,#da5e5c 0,#da5e5c 50%,#c6cdd5 51%,#c6cdd5)}.lmt__textarea_container--text_too_long .docTrans_document .lmt__textarea_separator__border_outer:before,.lmt__textarea_container--text_too_long .lmt__sides_container--focus_target .lmt__textarea_separator__border_outer:before{background:linear-gradient(90deg,#da5e5c 0,#da5e5c 50%,#006494 51%,#006494)}.lmt__system_notification_container .dl_overlay_popup{background-color:rgba(0,0,0,.3)}.lmt__notification__blocked{position:absolute;top:100px;left:0;right:0;z-index:101;margin:0 auto;max-width:820px;height:600px}@media(max-device-width:650px){.lmt__notification__blocked{top:15px}}.lmt__notification__blocked .dl_overlay_popup{z-index:101}.lmt__notification__blocked .lmt__notification__blocked_content{background-color:#fff;display:flex;flex-direction:column;border-radius:5px;justify-content:space-between;padding:170px 0 0;position:relative;z-index:102;background:#fff url(/img/illustrations/blocked_desktop.svg) no-repeat top}@media(max-device-width:650px){.lmt__notification__blocked .lmt__notification__blocked_content{background-image:url(/img/illustrations/blocked_mobile.svg);background-size:contain;padding-top:140px}}.lmt__notification__blocked .lmt__notification__blocked_title{font-family:Montserrat,sans-serif;font-weight:300;font-size:32px;line-height:38px;color:#1b1e25;padding:0 50px 25px}.lmt__notification__blocked .lmt__notification__blocked_title b{font-weight:400}@media(max-device-width:650px){.lmt__notification__blocked .lmt__notification__blocked_title b{display:block}}@media(max-device-width:650px){.lmt__notification__blocked .lmt__notification__blocked_title{padding:0 25px 20px}}.lmt__notification__blocked .lmt__notification__blocked_desc{font-family:Open Sans,sans-serif;font-weight:300;font-size:16px;line-height:24px;color:#000;padding:0 50px 30px}@media(max-device-width:650px){.lmt__notification__blocked .lmt__notification__blocked_desc{padding:0 25px 25px}}.lmt__notification__blocked .lmt__notification__blocked_hr{margin:0 50px;background-color:#d6dee9}@media(max-device-width:650px){.lmt__notification__blocked .lmt__notification__blocked_hr{margin:0 25px}}.lmt__notification__blocked .lmt__notification__blocked__pro{padding:25px 50px 35px}@media(max-device-width:650px){.lmt__notification__blocked .lmt__notification__blocked__pro{padding:20px 25px 50px}}.lmt__notification__blocked .lmt__notification__blocked__pro__header{font-weight:300;font-size:24px;color:#1b1e25;padding-bottom:20px;display:flex}@media(max-device-width:650px){.lmt__notification__blocked .lmt__notification__blocked__pro__header{flex-direction:column;font-weight:400}}@media(max-device-width:650px){.lmt__notification__blocked .lmt__notification__blocked__pro__header_p1{font-size:20px;line-height:28px}}.lmt__notification__blocked .lmt__notification__blocked__pro__header_p2{font-weight:400}@media(max-device-width:650px){.lmt__notification__blocked .lmt__notification__blocked__pro__header_p2{display:block;font-size:40px;line-height:110%}}.lmt__notification__blocked .lmt__notification__blocked__pro__header_p2 b{font-weight:400}.lmt__notification__blocked .lmt__notification__blocked__pro__feats{display:flex;padding-bottom:25px}@media(max-device-width:650px){.lmt__notification__blocked .lmt__notification__blocked__pro__feats{flex-direction:column;padding-bottom:20px}}.lmt__notification__blocked .lmt__notification__blocked__pro__feat{font-weight:300;font-size:18px;line-height:28px;color:#000;position:relative;padding-left:35px}.lmt__notification__blocked .lmt__notification__blocked__pro__feat:not(:first-of-type){margin-left:30px}@media(max-device-width:650px){.lmt__notification__blocked .lmt__notification__blocked__pro__feat:not(:first-of-type){margin-left:0;margin-top:5px}}.lmt__notification__blocked .lmt__notification__blocked__pro__feat:before{content:' ';position:absolute;background:transparent url(/img/icons/icon_check_ok_v2.svg) 50% no-repeat;left:0;top:4px;width:21px;height:20px}.lmt__notification__blocked .lmt__notification__blocked__pro__actions{display:flex}@media(max-device-width:650px){.lmt__notification__blocked .lmt__notification__blocked__pro__actions{flex-direction:column}}@media(max-device-width:650px){.lmt__notification__blocked .lmt__notification__blocked__pro__cta-2{margin-top:15px}}.lmt__notification__blocked .lmt__notification__blocked__pro__cta_sep{margin:0 20px;line-height:46px;text-align:center}@media(max-device-width:650px){.lmt__notification__blocked .lmt__notification__blocked__pro__cta_sep{display:none}}.lmt__notification__blocked .lmt__notification__blocked_footer{background-color:#edf6fb;font-family:Open Sans,sans-serif;font-weight:300;font-size:14px;line-height:24px;color:#000;padding:15px 50px}@media(max-device-width:650px){.lmt__notification__blocked .lmt__notification__blocked_footer{padding:15px 25px}}.lmt__notification__blocked .lmt__notification__blocked_footer a{color:#006494}.lmt__side_container--target .lmt__language_container{display:flex;justify-content:space-between}.lmt__targetLangMenu_extensions{display:flex;align-items:center}.lmt__language_container_sec .lmt__targetLangMenu_extensions{justify-content:flex-end}@media(max-device-width:650px){.lmt__glossaryButton_container,.lmt__glossaryButton_container_react{display:none}}.lmt__ad_charLimit{position:absolute;bottom:10px;left:-2px;width:calc(100% + 6px);z-index:10}.lmt__ad_charLimit__bg{width:100%;height:100%;background-color:rgba(0,0,0,.5);backdrop-filter:blur(3px);border-radius:5px}.lmt__ad_charLimit__content_container{display:flex;align-items:center;justify-content:center;width:100%;min-height:86px}.lmt__ad_charLimit__content{box-shadow:0 -2px 16px rgba(0,0,0,.25);position:relative;background-color:#0f2b46;border-radius:5px;max-width:420px;padding:16px;margin:12px;height:100%;width:100%;color:#fff;font-size:14px;line-height:24px}.lmt__ad_charLimit__header{font-family:Montserrat,sans-serif;font-weight:600;font-size:20px;line-height:28px;margin-bottom:10px}.lmt__ad_charLimit__body{font-family:Open Sans,sans-serif;font-weight:300;font-size:16px;line-height:24px;margin-bottom:20px}.lmt__ad_charLimit__cta{width:100%;text-align:center;text-decoration:none}.lmt__ad_charLimit__close_btn{position:absolute;right:10px;top:10px;z-index:1;cursor:pointer;width:24px;height:24px;border:none;box-sizing:content-box;background:none}.lmt__ad_charLimit__close_btn:after,.lmt__ad_charLimit__close_btn:before{content:'';display:block;position:absolute;background-color:#fff;width:1.4px;height:16.08px;border-radius:2px;transform-origin:50%;top:calc(50% - 8px);left:50%;transition:background-color 75ms ease-out}.lmt__ad_charLimit__close_btn:before{transform:rotate(45deg)}.lmt__ad_charLimit__close_btn:after{transform:rotate(-45deg)}.lmt__ad_charLimit__close_btn:hover:after,.lmt__ad_charLimit__close_btn:hover:before{background-color:#006494}.lmt__ad_charLimit__close_btn:active,.lmt__ad_charLimit__close_btn:focus,.lmt__ad_charLimit__close_btn:hover{outline:none}.dl--keyboard_focus .lmt__ad_charLimit__close_btn:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5);box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #fff}.lmt__ad_charLimit__msg{display:flex;flex-direction:column;justify-content:center;height:100%}.lmt__ad_charLimit__msg__charCountWithLimit{font-weight:700;color:#f46f52}.lmt__ad_charLimit__msg__pro_link{text-decoration:underline;cursor:pointer}.lmt__ad_charLimit__msg__pro_link:active,.lmt__ad_charLimit__msg__pro_link:focus{outline:none}.dl--keyboard_focus .lmt__ad_charLimit__msg__pro_link:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #fff}@media(min-device-width:651px){.lmt--has_glossary.lmt--has_formality .lmt__formalitySwitch_container{margin-right:5px}}.lmt__formalitySwitch{z-index:1;top:8px;right:0;display:flex;flex-direction:column;align-items:flex-end;display:none}.lmt__formalitySwitch .lmt__formalitySwitch__toggler{font-family:Montserrat,sans-serif;font-weight:500;font-size:14px;line-height:20px;border:1px solid rgba(0,0,0,.05);border-radius:3px;background-color:transparent;min-width:85px;max-width:216px;height:38px;padding:0 30px 0 10px;cursor:pointer;transition:color .15s ease-out;position:relative}.lmt__formalitySwitch .lmt__formalitySwitch__toggler:active,.lmt__formalitySwitch .lmt__formalitySwitch__toggler:focus{outline:none}.lmt__formalitySwitch .lmt__formalitySwitch__toggler:hover{color:#006494}.lmt__formalitySwitch .lmt__formalitySwitch__toggler.lmt__formalitySwitch__toggler--is-active{border:1px solid #006494}.dl--keyboard_focus .lmt__formalitySwitch .lmt__formalitySwitch__toggler:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.lmt__formalitySwitch .lmt__formalitySwitch__toggler:hover .lmt__formalitySwitch__toggler_icon{border-color:#006494}.lmt__formalitySwitch .lmt__formalitySwitch__toggler_icon{width:10px;height:10px;line-height:10px;text-align:right;display:block;border-top:2px solid #0f2b46;border-right:2px solid #0f2b46;border-radius:2px;transform:rotate(135deg);position:absolute;right:10px;top:calc(50% - 7px)}.lmt__formalitySwitch .lmt__formalitySwitch__toggler_icon:focus,.lmt__formalitySwitch .lmt__formalitySwitch__toggler_icon:hover{border-color:#0f2b46}.lmt__formalitySwitch .lmt__formalitySwitch__select,.lmt__formalitySwitch .lmt__formalitySwitch__select_toggler{font-family:Montserrat,sans-serif;font-weight:500;font-size:14px;line-height:20px;border:1px solid rgba(0,0,0,.05);border-radius:3px;background-color:transparent;min-width:85px;max-width:216px;height:38px;padding:0 30px 0 10px;cursor:pointer;transition:color .15s ease-out;width:100%;display:none}.lmt__formalitySwitch .lmt__formalitySwitch__select:active,.lmt__formalitySwitch .lmt__formalitySwitch__select:focus,.lmt__formalitySwitch .lmt__formalitySwitch__select_toggler:active,.lmt__formalitySwitch .lmt__formalitySwitch__select_toggler:focus{outline:none}.lmt__formalitySwitch .lmt__formalitySwitch__select:hover,.lmt__formalitySwitch .lmt__formalitySwitch__select_toggler:hover{color:#006494}.lmt__formalitySwitch .lmt__formalitySwitch__select.lmt__formalitySwitch__toggler--is-active,.lmt__formalitySwitch .lmt__formalitySwitch__select_toggler.lmt__formalitySwitch__toggler--is-active{border:1px solid #006494}.dl--keyboard_focus .lmt__formalitySwitch .lmt__formalitySwitch__select:focus,.dl--keyboard_focus .lmt__formalitySwitch .lmt__formalitySwitch__select_toggler:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}@media(max-device-width:650px){.lmt__formalitySwitch .lmt__formalitySwitch__select,.lmt__formalitySwitch .lmt__formalitySwitch__select_toggler{display:block}}.lmt__formalitySwitch .lmt__formalitySwitch__select{padding:0;width:100%}.lmt__formalitySwitch .lmt__formalitySwitch__select_toggler{position:absolute;right:0;pointer-events:none;background-color:#f7f7f7;display:flex;align-items:center;justify-content:center}.lmt__formalitySwitch .lmt__formalitySwitch__menu{display:none;position:absolute;z-index:1;top:38px;left:-10px;border-radius:3px;box-shadow:0 6px 6px rgba(0,0,0,.05);transition:opacity .2s ease-out 30ms,transform .15s ease-out 0ms;transform:translate3d(0,-15%,0)}.lmt__formalitySwitch .lmt__formalitySwitch__menu.lmt__formalitySwitch__menu--full .lmt__formalitySwitch__menu_items{border-radius:0 3px 3px 0}.lmt__formalitySwitch .lmt__formalitySwitch__menu_desc{white-space:normal;display:flex;font-family:Open Sans,sans-serif;font-size:14px;line-height:21px;padding:8px 10px 10px;background-color:#006494;color:#fff;border-radius:3px 0 0 3px;border:1px solid #006494;max-height:160px;min-width:180px;max-width:200px;overflow-y:auto}.lmt__formalitySwitch .lmt__formalitySwitch__menu_desc::-webkit-scrollbar{background-color:transparent;width:6px;height:5px}.lmt__formalitySwitch .lmt__formalitySwitch__menu_desc::-webkit-scrollbar-thumb{background-color:rgba(209,218,222,.8);border-radius:15px}.lmt__formalitySwitch .lmt__formalitySwitch__menu_desc:hover::-webkit-scrollbar-thumb{background-color:#d1dade}@media screen and (max-width:760px){.lmt__formalitySwitch .lmt__formalitySwitch__menu_desc{width:100%}}.lmt__formalitySwitch .lmt__formalitySwitch__menu_desc.dl_invisible_by_default{display:none}.lmt__formalitySwitch .lmt__formalitySwitch__menu_items{display:none;z-index:200;background-color:#074b78;transform:translateZ(0);padding:10px 0;left:-4px;box-shadow:0 4px 20px rgba(0,0,0,.1);border-radius:2px;background-color:#fff;display:flex;flex-direction:column;border-radius:3px}@media(max-device-width:650px){.lmt__formalitySwitch .lmt__formalitySwitch__menu_items{left:22px}}.lmt__formalitySwitch .lmt__formalitySwitch__menu_items .lmt__dropdown_item,.lmt__formalitySwitch .lmt__formalitySwitch__menu_items .lmt__language_select__menu>button,.lmt__formalitySwitch .lmt__formalitySwitch__menu_items>button{border:none;font-weight:400;font-family:inherit;padding:1px 20px;min-width:194px;width:100%;font-size:16px;line-height:2;cursor:pointer;text-align:left;background:transparent;display:block;color:#333}.lmt__formalitySwitch .lmt__formalitySwitch__menu_items .lmt__dropdown_item:active,.lmt__formalitySwitch .lmt__formalitySwitch__menu_items .lmt__language_select__menu>button:active,.lmt__formalitySwitch .lmt__formalitySwitch__menu_items>button:active{background-color:hsla(0,0%,100%,.05);outline:none}.lmt__formalitySwitch .lmt__formalitySwitch__menu_items .lmt__dropdown_item:focus,.lmt__formalitySwitch .lmt__formalitySwitch__menu_items .lmt__language_select__menu>button:focus,.lmt__formalitySwitch .lmt__formalitySwitch__menu_items>button:focus{outline:1px solid hsla(0,0%,100%,.1)}.lmt__formalitySwitch .lmt__formalitySwitch__menu_items .lmt__dropdown_item:hover,.lmt__formalitySwitch .lmt__formalitySwitch__menu_items .lmt__language_select__menu>button:hover,.lmt__formalitySwitch .lmt__formalitySwitch__menu_items>button:hover{background-color:rgba(255,200,87,.3)}.dl--keyboard_focus .lmt__formalitySwitch .lmt__formalitySwitch__menu_items .lmt__dropdown_item:focus,.dl--keyboard_focus .lmt__formalitySwitch .lmt__formalitySwitch__menu_items .lmt__language_select__menu>button:focus,.dl--keyboard_focus .lmt__formalitySwitch .lmt__formalitySwitch__menu_items>button:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}@media screen and (max-width:760px){.lmt__formalitySwitch .lmt__formalitySwitch__menu_items{width:100%}}.lmt__formalitySwitch.lmt__formalitySwitch--is-open_0 .lmt__formalitySwitch__menu{display:flex;opacity:0}.lmt__formalitySwitch.lmt__formalitySwitch--is-open .lmt__formalitySwitch__menu{transform:translateZ(0);opacity:1}.lmt__formalitySwitch.lmt__formalitySwitch--is-open .lmt__formalitySwitch__toggler_icon{transform:rotate(315deg);top:calc(50% - 3px)}.lmt__formalitySwitch.dl_invisible_by_default.dl_visible{display:flex!important}.lmt__formalitySwitch_ad{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}@media(max-device-width:650px){.lmt__formalitySwitch_ad{z-index:101}}.lmt__formalitySwitch_ad__bg{width:100%;height:100%;background-color:rgba(0,0,0,.5)}.lmt__formalitySwitch_ad__content_container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:flex-start}.lmt__formalitySwitch_ad__content{background:#fff url(/img/illustrations/illu_formalitySwitch.svg) no-repeat -2px 0;background-size:90%;max-width:440px;border-radius:5px;padding:80px 25px 25px;margin:calc(22% - 10px) 20px 0;position:relative}@media screen and (min-width:1600px){.lmt__formalitySwitch_ad__content{margin-top:140px}}@media screen and (max-height:800px){.lmt__formalitySwitch_ad__content{margin-top:20px}}.lmt__formalitySwitch_ad_container_mobile .lmt__formalitySwitch_ad__content{margin:45px 20px 0}.lmt__formalitySwitch_ad__header{font-family:Montserrat,sans-serif;font-weight:600;font-size:20px;line-height:28px;margin-bottom:6px}.lmt__formalitySwitch_ad__body{font-family:Open Sans,sans-serif;font-weight:300;font-size:16px;line-height:24px;margin-bottom:20px}.lmt__formalitySwitch_ad__body b{font-weight:400}.lmt__formalitySwitch_ad__cta{width:100%;text-align:center;text-decoration:none}.lmt__formalitySwitch_ad__close_btn,.lmt__formalitySwitch_feedback__close_btn{position:absolute;right:10px;top:10px;z-index:1;cursor:pointer;width:40px;height:40px;border:none;box-sizing:content-box;background:none}.lmt__formalitySwitch_ad__close_btn:after,.lmt__formalitySwitch_ad__close_btn:before,.lmt__formalitySwitch_feedback__close_btn:after,.lmt__formalitySwitch_feedback__close_btn:before{content:'';display:block;position:absolute;background-color:#000;width:1.4px;height:20.1px;border-radius:2px;transform-origin:50%;top:calc(50% - 10px);left:50%;transition:background-color 75ms ease-out}.lmt__formalitySwitch_ad__close_btn:before,.lmt__formalitySwitch_feedback__close_btn:before{transform:rotate(45deg)}.lmt__formalitySwitch_ad__close_btn:after,.lmt__formalitySwitch_feedback__close_btn:after{transform:rotate(-45deg)}.lmt__formalitySwitch_ad__close_btn:hover:after,.lmt__formalitySwitch_ad__close_btn:hover:before,.lmt__formalitySwitch_feedback__close_btn:hover:after,.lmt__formalitySwitch_feedback__close_btn:hover:before{background-color:#006494}.lmt__formalitySwitch_ad__close_btn:active,.lmt__formalitySwitch_ad__close_btn:focus,.lmt__formalitySwitch_ad__close_btn:hover,.lmt__formalitySwitch_feedback__close_btn:active,.lmt__formalitySwitch_feedback__close_btn:focus,.lmt__formalitySwitch_feedback__close_btn:hover{outline:none}.dl--keyboard_focus .lmt__formalitySwitch_ad__close_btn:focus,.dl--keyboard_focus .lmt__formalitySwitch_feedback__close_btn:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.lmt__formalitySwitch__desktop{position:relative}@media(max-device-width:650px){.lmt__formalitySwitch__desktop{visibility:hidden;height:0;pointer-events:none}}.lmt__formalitySwitch__mobile{display:none}@media(max-device-width:650px){.lmt__formalitySwitch__mobile{display:block;position:relative;width:100%}}.lmt__formalitySwitch_feedback_busy{width:16px;height:16px;width:20px;height:20px;display:flex;position:absolute;bottom:14px;right:20px}.lmt__formalitySwitch_feedback_busy:before{content:' ';display:block;background:transparent url(/img/icons/icon_circle_blue_v2.png) no-repeat 50%;background-size:cover;width:100%;height:100%;animation:dl_loadingSpinner 1s linear infinite}.lmt__formalitySwitch_feedback{position:absolute;z-index:12;bottom:0;right:0;max-width:400px;max-height:420px}@media(max-device-width:650px){.lmt__formalitySwitch_feedback{display:none}}.lmt__formalitySwitch_feedback::nth-of-type(n+1){display:none}.lmt__formalitySwitch_feedback_content{display:flex;align-items:center}.lmt__formalitySwitch_feedback__score{bottom:-70px;padding:40px 20px;border:1px solid #006494;border-radius:5px 0 0 5px}.lmt__formalitySwitch_feedback__explanation,.lmt__formalitySwitch_feedback__score{position:relative;right:-40px;background-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.1)}.lmt__formalitySwitch_feedback__explanation{bottom:-200px;padding:30px 20px;border-radius:5px 0 0 5px}.lmt__formalitySwitch_feedback__done{position:relative;bottom:-40px;right:-40px;width:240px;height:100px;background:#037171;box-shadow:0 4px 20px rgba(0,0,0,.1);border-radius:5px 0 0 5px;font-family:Montserrat,sans-serif;font-weight:500;font-size:20px;line-height:24px;display:flex;align-items:center;justify-content:center;color:#fff}.lmt__formalitySwitch_feedback__done.dl_invisible_by_default.dl_visible{display:flex!important;transition:opacity 1s ease}.lmt__formalitySwitch_feedback__done.lmt__formalitySwitch_feedback__done--fadeout{transition:opacity 1s ease}.lmt__formalitySwitch_feedback__close_btn{top:0;right:0}.lmt__formalitySwitch_feedback__score_title{font-family:Montserrat,sans-serif;font-size:18px;line-height:24px;text-align:center;margin-bottom:40px}.lmt__formalitySwitch_feedback__score_btns{display:flex;justify-content:space-between;margin-bottom:10px}.lmt__formalitySwitch_feedback__score_btn{background:#fff;border:1px solid #006494;box-sizing:border-box;box-shadow:0 4px 20px rgba(0,0,0,.1);border-radius:5px;width:40px;height:40px;font-weight:500;font-size:18px;line-height:22px;font-family:Montserrat,sans-serif;text-align:center;cursor:pointer}.lmt__formalitySwitch_feedback__score_desc{display:flex;justify-content:space-between}.lmt__formalitySwitch_feedback__score_desc_label{font-family:Montserrat,sans-serif;font-size:14px;line-height:18px}.lmt__formalitySwitch_feedback__explanation_title{font-family:Montserrat,sans-serif;font-weight:500;font-size:18px;line-height:22px;text-align:center;margin-bottom:20px}.lmt__formalitySwitch_feedback__explanation_input_el{width:100%;height:200px;padding:8px 15px;font-family:Open Sans,sans-serif;font-weight:300!important;font-size:16px;line-height:24px;border:1px solid #999;border-radius:5px}.lmt__formalitySwitch_feedback__explanation_actions{display:flex;justify-content:flex-end}.lmt__formalitySwitch_feedback__explanation_action_send{position:relative}.lmt__formalitySwitch_feedback__explanation_action_send .lmt__formalitySwitch_feedback_busy{bottom:13px;right:6px;width:18px;height:18px;right:calc(100% + 12px)}.lmt__formalitySwitch_feedback__send_btn{position:relative;font-weight:500!important;font-size:16px!important;line-height:20px!important;margin-top:20px;padding:12px 24px!important}.lmt__glossary_editor{display:flex;flex-direction:column;z-index:100;position:absolute;max-width:600px;min-width:450px;width:100%;height:505px;background-color:#fff;color:#333;text-align:left;font-size:16px;font-weight:300;font-family:Open Sans,sans-serif;box-shadow:0 4px 10px rgba(0,0,0,.1),0 30px 20px rgba(0,0,0,.02);border:1px solid #006494;border-radius:3px}.lmt__glossary_editor.lmt__glossary_editor_react{top:7px;right:0}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple{padding:8px 15px;background-color:#f2f2f2;display:flex;align-items:center;position:relative}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelect{display:flex;align-items:center}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelect .lmt__glossary_editor_glossaryNameWrapper{display:flex;align-items:center;justify-content:center;height:28px}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelect .lmt__glossary_editor_glossaryNameWrapper .lmt__glossary_editor_glossaryName{font-family:Montserrat,sans-serif;font-style:normal;font-weight:600;font-size:16px;line-height:14px;letter-spacing:-.01em;color:#1b1e25;padding-right:5px;user-select:none}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelect .lmt__glossary_editor_glossaryNameWrapper .lmt__glossary_editor_glossaryName.no_overflow{max-width:200px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:18px}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelect .lmt__glossary_editor_glossaryNameWrapper .lmt__glossary_editor_glossarySelectChevron{user-select:none;margin-right:5px}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelect .lmt__glossary_editor_glossaryNameWrapper .lmt__glossary_editor_glossarySelectChevron.lmt__glossary_arrowDown{display:inline-block;width:9px;height:9px;border-bottom:2px solid #0f2b46;border-right:2px solid #0f2b46;margin-left:5px;transform:translateY(-2px) rotate(45deg)}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelect .lmt__glossary_editor_glossaryNameWrapper .lmt__glossary_editor_glossarySelectChevron.lmt__glossary_arrowUp{display:inline-block;width:9px;height:9px;border-bottom:2px solid #006494;border-right:2px solid #006494;margin-left:5px;transform:translateY(2px) rotate(225deg)}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelect:hover{cursor:pointer}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelect:hover .lmt__glossary_editor_glossaryName{color:#006494}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelect:hover .lmt__glossary_editor_glossarySelectChevron.lmt__glossary_arrowDown{border-bottom:2px solid #006494;border-right:2px solid #006494}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossaryAddNewWrapper{position:relative;user-select:none;padding-left:15px;margin-left:15px;border-left:1px solid #dcdcdc}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossaryAddNewWrapper.lmt__glossary_dialog--arrow.lmt__glossary_dialog--arrow-up:before{display:none}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossaryAddNewWrapper.lmt__glossary_dialog--arrow.lmt__glossary_dialog--arrow-up:after{right:50%;top:13px}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossaryAddNewWrapper .lmt__glossary_editor_glossaryAddNew{font-family:Montserrat,sans-serif;font-style:normal;font-weight:600;font-size:12px;line-height:15px;letter-spacing:-.01em;color:#006494;cursor:pointer}@keyframes lmt__glossary_editor_addNewGlossaryOpenAnimation{0%{transform:translate3d(0,-15%,0);opacity:0;display:block;pointer-events:none}to{transform:translateZ(0);opacity:1;display:block;pointer-events:auto}}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossaryAddNewWrapper .lmt__glossary_editor_glossaryAddNewDialogWrapper{position:absolute;top:25px;z-index:100}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossaryAddNewWrapper .lmt__glossary_editor_glossaryAddNewDialogWrapper .lmt__glossary_editor_glossaryAddNewDialog{box-shadow:0 4px 20px rgba(0,0,0,.1);border-radius:2px;background-color:#fff;height:50px;padding:9px;display:none;opacity:0}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossaryAddNewWrapper .lmt__glossary_editor_glossaryAddNewDialogWrapper .lmt__glossary_editor_glossaryAddNewDialog.visible{animation:lmt__glossary_editor_addNewGlossaryOpenAnimation 40ms ease-out 0s 1;opacity:1;display:flex;align-items:center;justify-content:space-between}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossaryAddNewWrapper .lmt__glossary_editor_glossaryAddNewDialogWrapper .lmt__glossary_editor_glossaryAddNewDialog input{width:220px;height:32px;border:1px solid #c8d1dc;font-family:Montserrat,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:24px}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossaryAddNewWrapper .lmt__glossary_editor_glossaryAddNewDialogWrapper .lmt__glossary_editor_glossaryAddNewDialog input::placeholder{color:#a9a9a9}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossaryAddNewWrapper .lmt__glossary_editor_glossaryAddNewDialogWrapper .lmt__glossary_editor_glossaryAddNewDialog input.error,.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossaryAddNewWrapper .lmt__glossary_editor_glossaryAddNewDialogWrapper .lmt__glossary_editor_glossaryAddNewDialog input:focus.error{border:1px solid #da5e5c}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossaryAddNewWrapper .lmt__glossary_editor_glossaryAddNewDialogWrapper .lmt__glossary_editor_glossaryAddNewDialog .lmt__glossary_editor_glossaryAddNewDialog_addButton{height:32px;display:inline-block;border-radius:4px;background-color:#f46f52;color:#fff;padding:.5em 1em;font-weight:400;transition:background-color .1s ease-out;text-align:center;margin-left:9px;line-height:1em;border:0;outline:0;cursor:pointer}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossaryAddNewWrapper .lmt__glossary_editor_glossaryAddNewDialogWrapper .lmt__glossary_editor_glossaryAddNewDialog .lmt__glossary_editor_glossaryAddNewDialog_addButton.error,.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossaryAddNewWrapper .lmt__glossary_editor_glossaryAddNewDialogWrapper .lmt__glossary_editor_glossaryAddNewDialog .lmt__glossary_editor_glossaryAddNewDialog_addButton.error:hover{background-color:rgba(244,111,82,.5)}@keyframes lmt__glossary_editor_selectGlossaryMenuOpenAnimation{0%{transform:translate3d(0,-15%,0);opacity:0;display:block;pointer-events:none}to{transform:translateZ(0);opacity:1;display:block;pointer-events:auto}}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelectionWrapper{position:absolute;z-index:100;top:42px;left:15px;min-width:300px;max-width:500px;background-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.1);border-radius:2px;user-select:none;display:none;opacity:0;overflow-y:auto}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelectionWrapper.visible{animation:lmt__glossary_editor_selectGlossaryMenuOpenAnimation 80ms ease-out 0s 1;opacity:1;display:flex;flex-direction:column}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelectionWrapper .lmt__glossary_editor_glossarySelectionWrapperInner{max-height:412px}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelectionWrapper input{width:100%;height:32px;border:1px solid #c8d1dc;font-family:Montserrat,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:24px;margin-right:10px}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelectionWrapper input::placeholder{color:#a9a9a9}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelectionWrapper input.error,.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelectionWrapper input:focus.error{border:1px solid #da5e5c}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelectionWrapper .lmt__glossary_editor_glossarySelectionItem{display:flex;justify-content:space-between;align-items:center;padding:0 15px;height:28px}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelectionWrapper .lmt__glossary_editor_glossarySelectionItem:first-child{margin-top:10px}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelectionWrapper .lmt__glossary_editor_glossarySelectionItem:last-child{margin-bottom:10px}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelectionWrapper .lmt__glossary_editor_glossarySelectionItem .lmt__glossary_editor_glossarySelectionName{font-family:Open Sans,sans-serif;font-size:14px;font-weight:300;line-height:28px;display:block;text-align:left;color:#1b1e25;background-color:transparent;outline:0;border:0;width:100%;cursor:pointer;width:250px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-right:10px}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelectionWrapper .lmt__glossary_editor_glossarySelectionItem .iconButton{font-weight:400;width:28px;height:28px;flex-grow:0;padding-top:3px;padding-right:4px;background:none;border:0;cursor:pointer;outline:none;user-select:none;fill:#333;stroke:none}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelectionWrapper .lmt__glossary_editor_glossarySelectionItem:hover{background-color:rgba(255,200,87,.3);color:#1b1e25}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelectionWrapper .lmt__glossary_editor_glossaryNameEdit{display:flex;justify-content:end;align-items:center;padding-left:10px;padding-right:15px;height:28px}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelectionWrapper .lmt__glossary_editor_glossaryNameEdit .lmt__glossary_editName_input{width:255px;height:30px;font-size:14px;color:#333;line-height:18px;border:1px solid #d1d2d4;border-radius:4px;padding:5px 5px 7px;transition:none;margin-right:15px}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelectionWrapper .lmt__glossary_editor_glossaryNameEdit:first-child{margin-top:10px}.lmt__glossary_editor .lmt__glossary_editor_glossaryMultiple .lmt__glossary_editor_glossarySelectionWrapper .lmt__glossary_editor_glossaryNameEdit:last-child{margin-bottom:10px}.lmt__glossary_editor_uiBlocker{display:none;z-index:100;width:100%;height:100%;position:absolute;background-color:hsla(0,0%,100%,.6)}.lmt__glossary_editor_uiBlocker.visible{display:block}.lmt__glossary_editor_loadingSpinner{display:block;position:absolute;top:55%;left:50%;background-color:transparent;width:32px;height:32px}.lmt__glossary_editor_loadingSpinner:before{content:' ';display:block;background:transparent url(/img/icons/icon_circle_blue_v2.png) no-repeat 50%;background-size:cover;width:100%;height:100%;animation:dl_loadingSpinner 1s linear infinite}.lmt__glossary_editor_mainBar{height:34px;min-height:34px;background-color:#006494;color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;line-height:20px;padding:5px 15px;outline:none;user-select:none;display:flex;justify-content:space-between;align-items:center}.lmt__glossary_editor_mainBar .lmt__glossary_editorLabel{flex-grow:1;padding-left:8px}.lmt__glossary_editor_mainBar .lmt__glossary_editorClose{font-size:20px;cursor:pointer}.lmt__glossary_editor_tooltip_disabled_on_off_switch{display:none;position:absolute;top:-35px;left:13px}.lmt__glossary_editor_tooltip_disabled_on_off_switch.inButton{left:auto;right:0;top:-29px}.lmt__glossary_dialog--arrow-2.inButton{display:none}.lmt__glossary_dialog--arrow-2:before{left:18px}.lmt__glossary_dialog--arrow-2.inButton:before{left:28px;top:-3px}.lmt__glossary_dialog--arrow-2:after{left:19px}.lmt__glossary_dialog--arrow-2.inButton:after{left:29px;top:-4px}.lmt__glossary_onOffSwitchLabel{z-index:99;position:absolute;top:7px;left:38px;font-weight:700;font-size:9px;line-height:20px;cursor:pointer;user-select:none}.lmt__glossary_onOffSwitchLabel.inButton{left:33px;line-height:22px;color:#fff;background-color:transparent}.lmt__glossary_onOffSwitchLabel.on{left:23px}.lmt__glossary_onOffSwitchLabel.inButton.on{left:20px;color:#fff}.lmt__glossary_onOffSwitchLabel.disabled{color:#99adbf}.lmt__glossary_onOffSwitch{cursor:pointer;display:flex;align-items:center}.lmt__glossary_onOffSwitch.inButton,.lmt__glossary_onOffSwitch.noPadLeft{padding-left:0;padding-right:8px}.lmt__glossary_onOffSwitch .switch{cursor:pointer;position:relative;display:inline-block;width:48px;height:22px;background-color:#006494;box-shadow:inset 1px 1px 2px rgba(0,0,0,.2);border:1px solid #99adbf;border-radius:100px;transition:all .3s}.lmt__glossary_onOffSwitch .switch:after{content:'';position:absolute;top:2px;left:3px;width:16px;height:16px;border-radius:50%;background-color:#fff;box-shadow:0 4px 4px rgba(0,0,0,.2);transition:all .3s}.lmt__glossary_onOffSwitch .disabled+.switch{background-color:transparent}.lmt__glossary_onOffSwitch .checkbox.isChecked+.switch:after{left:28px;background-color:#fff}.lmt__glossary_onOffSwitch .checkbox.isChecked+.switch{background-color:#00942f}.lmt__glossary_onOffSwitch .checkbox.disabled+.switch:after{background-color:#99adbf}.lmt__glossary_onOffSwitch .checkbox{display:none}.lmt__glossaryButton{display:flex;flex-direction:column;align-items:flex-end}.lmt__glossaryButton__desktop{position:relative}.lmt__glossary_button{display:flex;align-items:center;position:relative;height:38px;line-height:20px;color:#1b1e25;transition:color .1s ease-out;font-size:14px;font-family:Montserrat,sans-serif;font-weight:500;border:1px solid rgba(0,0,0,.05);border-radius:3px;background-color:transparent;outline:none;user-select:none;padding:0 10px}.lmt__glossary_button .lmt__glossary_onOffSwitch_label{height:24px;line-height:22px;background-color:transparent;border:0;font-family:inherit;font-size:inherit;font-weight:inherit;cursor:pointer;color:inherit;transition:color .1s ease-out}.lmt__glossary_button .lmt__glossary_onOffSwitch_label:hover{color:#006494;transition:color .1s ease-out}.lmt__glossary_button .lmt__glossary_onOffSwitch_label:active,.lmt__glossary_button .lmt__glossary_onOffSwitch_label:focus{outline:none}.dl--keyboard_focus .lmt__glossary_button .lmt__glossary_onOffSwitch_label:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.lmt__glossary_button.switchedOn{border-color:#006494}.lmt__glossary_button.active.dialog,.lmt__glossary_button.dialog{transition:color .1s ease-out;color:#fff;border-color:#006494;background-color:#006494}.lmt--web .lmt__glossary_button.dialog .lmt__glossary_onOffSwitch_label:hover{color:#fff}.dl--keyboard_focus .lmt__glossary_button:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.lmt__glossaryButton:not(.ready){pointer-events:none}.lmt__glossaryButton:not(.ready) .lmt__glossary_button.active{color:rgba(0,0,0,.2);border-color:rgba(0,0,0,.2)}.lmt__glossaryButton:not(.ready) .inButton,.lmt__glossaryButton:not(.ready) .lmt__glossary_onOffSwitch_label{color:rgba(0,0,0,.2)}.lmt__glossaryButton:not(.ready) .switch{background-color:transparent;border-color:rgba(0,0,0,.2);box-shadow:none}.lmt__glossaryButton:not(.ready) .switch:after{background-color:rgba(0,0,0,.2);box-shadow:none}.lmt__glossaryButton:not(.ready) .lmt__glossary_onOffSwitch .checkbox.isChecked+.switch{background-color:transparent}.lmt__glossaryButton:not(.ready) .checkbox.isChecked+.switch:after{background-color:rgba(0,0,0,.2)}.lmt__glossary_editorSubtext,.lmt__glossary_editorTitle{padding:0 15px;font-size:14px;font-family:Open Sans,sans-serif;color:#1b1e25;background-color:#f2f2f2}.lmt__glossary_editorTitle{font-size:18px;font-weight:500;padding:10px 10px 5px}.lmt__glossary_editorSubtext{font-weight:400;padding-top:15px;padding-bottom:15px;white-space:normal}.lmt__glossary_textInput_editEntry_notes,.lmt__glossary_textInput_newEntry_notes{display:none}.lmt__glossary_textInput--error{font-size:12px;font-weight:400;color:#da5e5c;padding-top:5px}.lmt__glossary_newEntry{padding:0 15px 15px;background-color:#f2f2f2;border-bottom:1px solid #d1d2d4}.lmt__glossary_newEntry_inputs{display:flex;align-items:center;justify-content:space-between}.lmt__glossary_newEntry_inputs input{width:37%;height:30px;font-size:14px;color:#333;line-height:18px;border:1px solid #d1d2d4;border-radius:4px;padding:5px 5px 7px}.lmt__glossary_newEntry_inputs input.error,.lmt__glossary_newEntry_inputs input:focus.error{border:1px solid #da5e5c}.lmt__glossary_newEntry_inputs input::-webkit-input-placeholder,.lmt__glossary_newEntry_inputs input::placeholder{font-size:14px;color:#a9a9a9}.lmt__glossary_newEntry_inputs input:focus{border-color:#006494}.lmt__glossary_newEntry_inputTarget{margin:0 5px 0 2px}.lmt__glossary_newEntry_langButton{width:87px;min-width:87px;height:30px;line-height:16px;font-size:14px;font-weight:700;font-family:Open Sans,sans-serif;color:#1b1e25;background-color:#f8f8f8;border:1px solid #d1d2d4;border-radius:4px;padding:5px;cursor:pointer;outline:none;display:flex;align-items:center;justify-content:space-evenly;margin:0 3px 0 5px}.lmt__glossary_newEntry_langButton .lmt__glossary_arrowDown{display:inline-block;width:7px;height:7px;border-bottom:2px solid #0f2b46;border-right:2px solid #0f2b46;transform:translateY(-1px) rotate(45deg)}.lmt__glossary_newEntry_langButton:hover{color:#006494}.lmt__glossary_newEntry_langButton:hover .lmt__glossary_arrowRight{color:#006494;stroke:#006494}.lmt__glossary_newEntry_langButton:hover .lmt__glossary_arrowDown{border-bottom:2px solid #006494;border-right:2px solid #006494}.lmt__glossary_newEntry_sourceLangValue,.lmt__glossary_newEntry_targetLangValue{-webkit-user-select:none;user-select:none;width:22px}.lmt__glossary_newEntry_langDropdown.lmt__language_select__menu{padding:10px 0;display:none;position:absolute;top:0;left:calc(50% - 29px);transform:translate3d(-50%,0,0)}.lmt__glossary_newEntry_langDropdown.lmt__language_select__menu button{display:flex;align-items:center;user-select:none;font-size:14px;font-family:inherit;font-weight:inherit;color:#1b1e25}.lmt__glossary_newEntry_langDropdown.lmt__language_select__menu button:hover{background-color:rgba(255,200,87,.3);color:#1b1e25}.lmt__glossary_newEntry_langDropdown.lmt__language_select__menu button>*{display:block;float:left}.lmt__glossary_newEntry_langDropdown.lmt__language_select__menu button .langName.source{padding-right:5px;text-align:right}.lmt__glossary_newEntry_langDropdown.lmt__language_select__menu button .langName.target{padding-left:5px}.lmt__glossary_newEntry_langDropdown.lmt__language_select__menu button .lmt__glossary_arrowRightWrapper{padding:0 0 0 3px}.lmt__glossary_newEntry_langDropdown.lmt__language_select__menu button .langCodePair{width:70px;color:#6e6e6e;font-size:14px;line-height:28px;display:flex;align-items:center;justify-content:space-around}.lmt__glossary_newEntry_langDropdown.lmt__language_select__menu button .langCodePair .lmt__glossary_arrowRight{stroke:#666;margin:0 2px}.lmt__glossary_newEntry_langDropdown.lmt__language_select__menu button .langCodePair .langCode{width:22px;font-weight:700;color:#666}.lmt__glossary_newEntry_langDropdown.lmt__language_select__menu button .langCodePair .langCode.source{padding-right:5px;text-align:right}.lmt__glossary_newEntryForm .lmt__glossary_arrowRight{height:11px;padding:0;margin-right:3px;color:#0f2b46;stroke:#0f2b46}.lmt__glossary_newEntryForm.lmt__glossary_newEntry_langMenu--open .lmt__glossary_arrowDown{transform:translate(1px) rotate(-135deg)}.lmt__glossary_newEntryForm.lmt__glossary_newEntry_langMenu--open .lmt__glossary_newEntry_dropdown .lmt__glossary_newEntry_langDropdown{animation:lmt__glossary_editor_langMenuOpenAnimation 80ms ease-out 0s 1;opacity:1;display:block}.lmt__glossary_newEntry_dropdown{position:relative}@keyframes lmt__glossary_editor_langMenuOpenAnimation{0%{transform:translate3d(-50%,-15%,0);opacity:0;display:block;pointer-events:none}to{transform:translate3d(-50%,0,0);opacity:1;display:block;pointer-events:auto}}.lmt__glossary_editor_checkmark{display:inline-block;width:11px;height:17px;border-bottom:2px solid #fff;border-right:2px solid #fff;transform:translateY(-1px) rotate(45deg)}.lmt__glossary_acceptButton{width:44px;height:28px;padding:4px;border:0;border-radius:3px;background-color:#0f2b46;outline:none;user-select:none;cursor:pointer}.lmt__glossary_acceptButton:hover{background-color:#05668d}.lmt__glossary_acceptButton.lmt__glossary_acceptButton--disabled,.lmt__glossary_acceptButton.lmt__glossary_acceptButton--disabled:hover{background-color:rgba(0,100,148,.5)}.lmt__glossary_arrowRightWrapper{padding:0 15px}.lmt__glossary_arrowRightWrapper .lmt__glossary_arrowRight{display:inline-block;width:8px;height:8px;border-bottom:3px solid #c4c4c4;border-right:3px solid #c4c4c4;transform:translateY(-1px) rotate(-45deg)}.lmt__glossary_explanation{display:none;padding:15px;font-size:14px;font-weight:300;white-space:normal}.lmt__glossary_explanation.visible{display:block}.lmt__glossary_explanation_headline{font-size:20px;font-weight:400;padding-bottom:30px}.lmt__glossary_explanation_subtext{padding-bottom:15px}.lmt__glossary_explanation_example{padding-bottom:30px}.lmt__glossary_explanation_image{width:360px;max-width:100%}.lmt__glossary_explanation_image.ende{width:480px}.lmt__glossary_editorRowsWrapper{width:100%;height:100%;padding:0 15px;margin-bottom:5px;overflow-y:scroll;scrollbar-width:thin}.lmt__glossary_editorRowsWrapper::-webkit-scrollbar{background-color:transparent;width:6px;height:5px}.lmt__glossary_editorRowsWrapper::-webkit-scrollbar-thumb{background-color:rgba(209,218,222,.8)}.lmt__glossary_editorRowsWrapper:hover::-webkit-scrollbar-thumb{background-color:#d1dade}.lmt__glossary_editorRowsWrapper .lmt__glossary_editorRows{position:relative}.lmt__glossary_editorRowsWrapper::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:15px}.lmt__glossary_editorRowsWrapper:hover::-webkit-scrollbar-thumb{background-color:#a6a6a6;border-radius:15px}.lmt__glossary_editorRowsWrapper>div:first-child{margin-top:15px}.lmt__glossary_editorRowsWrapper>div:last-child{margin-bottom:15px}.lmt__glossary_editor_langPairHeadline{width:100%;color:#6f6f6f;font-family:Montserrat,sans-serif;font-size:12px;font-weight:400;border-bottom:1px solid #d1d2d4;padding-top:10px;padding-bottom:5px;margin-bottom:5px;display:flex;align-items:center;justify-content:start;user-select:none}.lmt__glossary_editor_langPairHeadline .lmt__glossary_arrowRightWrapper{padding:0 10px;color:#888;stroke:#888}.lmt__glossary_editorRow{padding-top:2px;min-height:32px;color:#1b1e25;font-size:14px;display:flex;justify-content:space-between;align-items:flex-start}.lmt__glossary_editorRow .columnSourceWrapper,.lmt__glossary_editorRow .columnTargetWrapper{display:inline-block;width:50%;line-height:20px;padding-top:5px;margin-left:6px}.lmt__glossary_editorRow .columnSourceWrapper .columnSource,.lmt__glossary_editorRow .columnSourceWrapper .columnTarget,.lmt__glossary_editorRow .columnTargetWrapper .columnSource,.lmt__glossary_editorRow .columnTargetWrapper .columnTarget{cursor:text;overflow:hidden;display:inline-block;text-overflow:ellipsis}.lmt__glossary_editorRow .columnSourceWrapper .columnSource,.lmt__glossary_editorRow .columnTargetWrapper .columnSource{max-width:230px}.lmt__glossary_editorRow .columnSourceWrapper .columnTarget,.lmt__glossary_editorRow .columnTargetWrapper .columnTarget{max-width:220px}.lmt__glossary_editorRow .columnTargetWrapper{padding-left:5px}.lmt__glossary_editorRow .lmt__glossary_arrowRightWrapper{padding-right:5px;padding-left:15px;padding-top:6px}.lmt__glossary_editorRow .iconButton{flex-grow:0;padding-top:3px;padding-right:4px;background:none;border:0;cursor:pointer;outline:none;user-select:none;fill:#333;stroke:none}.lmt__glossary_editorRow .iconButton img,.lmt__glossary_editorRow .iconButton svg{width:24px;height:24px;color:#333;opacity:1}.lmt__glossary_editorRow:hover img,.lmt__glossary_editorRow:hover img:hover{opacity:1}.lmt__glossary_editorRow_editMode{width:100%;display:flex;justify-content:space-between;align-items:flex-start}.lmt__glossary_editorRow_editMode .lmt__glossary_arrowRightWrapper{padding-right:10px;padding-left:10px}.lmt__glossary_editorRow_editMode .editInput{width:50%;height:30px;font-size:14px;font-weight:300;font-family:Open Sans,sans-serif;line-height:18px;border:1px solid #d1d2d4;border-radius:4px;padding:5px 5px 6px;color:#1b1e25}.lmt__glossary_editorRow_editMode .editInput.error,.lmt__glossary_editorRow_editMode .editInput:focus.error{border:1px solid #da5e5c}.lmt__glossary_editorRow_editMode .lmt__glossary_acceptButton{margin:0 4px}@keyframes lmt__glossary_dialog_open_animation{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes lmt__glossary_dialog_close_animation{0%{opacity:1}to{opacity:0}}@keyframes lmt__glossary_dialog_show_more_suggestions_2{0%{height:22px}to{height:58px}}@keyframes lmt__glossary_dialog_show_more_suggestions_3{0%{height:22px}to{height:70px}}.lmt__glossary_dialog--wrapper{z-index:100;position:fixed;transform-origin:100% 120%}.lmt__glossary_dialog--open{animation:lmt__glossary_dialog_open_animation 80ms ease-out 0s 1;opacity:1}.lmt__glossary_dialog--closed{animation:lmt__glossary_dialog_close_animation 80ms ease-out 0s 1;opacity:0}.lmt__glossary_dialog{background-color:#fff;color:#1b1e25;font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;line-height:22px;box-shadow:0 2px 10px rgba(0,0,0,.13);user-select:none;border:1px solid #dcdcdc;border-radius:4px;overflow:hidden;max-height:70px;padding:5px}.lmt__glossary_dialog.twoSuggestions{max-height:58px;padding:5px}.lmt__glossary_dialog.threeSuggestions{padding:0}.lmt__glossary_dialog__rows{overflow:hidden;height:22px}.lmt__glossary_dialog--showMore-2,.showMore-2{animation:lmt__glossary_dialog_show_more_suggestions_2 .15s ease-out 0s 1}.lmt__glossary_dialog__rows.lmt__glossary_dialog--showMore-2,.lmt__glossary_dialog__rows.showMore-2{height:58px}.lmt__glossary_dialog--showMore-3,.showMore-3{animation:lmt__glossary_dialog_show_more_suggestions_3 .15s ease-out 0s 1}.lmt__glossary_dialog__rows.lmt__glossary_dialog--showMore-3,.lmt__glossary_dialog__rows.showMore-3{height:76px}.lmt__glossary_dialog__line{display:flex;justify-content:space-between;align-items:flex-start;padding:0 8px}.lmt__glossary_dialog__line .translate{display:flex}.lmt__glossary_dialog__line .translate .word{white-space:nowrap;max-width:40vw;text-overflow:ellipsis;font-weight:700;display:inline-block;overflow:hidden}.lmt__glossary_dialog__line .translate .word.source{padding-left:6px;padding-right:6px}.lmt__glossary_dialog__line .translate .word.target{padding-left:6px}.lmt__glossary_dialog__line .translate .word.target.padRight{padding-right:6px}.lmt__glossary_dialog__line .choice .option{display:inline;min-width:40px;font-weight:600;text-align:right;color:#006494;padding-left:8px;cursor:pointer}.lmt__glossary_dialog__line--suggestions{display:none;padding:0 8px;width:100%;text-align:left;font-size:14px;font-weight:400;color:#006494;float:left;height:24px;line-height:26px}.lmt__glossary_dialog__line--suggestions .moreSuggestions{padding:0;cursor:pointer}.lmt__glossary_dialog__line--suggestions.visible{display:block}.lmt__glossary_dialog--wrapper.blue .lmt__glossary_dialog{background-color:#006494;color:#fff;border:1px solid #fff}.lmt__glossary_dialog--wrapper.blue .lmt__glossary_dialog .lmt__glossary_dialog__line--suggestions,.lmt__glossary_dialog--wrapper.blue .lmt__glossary_dialog .option{color:#fff}.lmt__glossary_dialog--arrow-right:after,.lmt__glossary_dialog--arrow-right:before,.lmt__glossary_dialog--arrow:after,.lmt__glossary_dialog--arrow:before{content:'';display:block;position:absolute;width:0;height:0;border-style:solid;z-index:801}.lmt__glossary_dialog--arrow:before{right:10px;border-color:#dcdcdc transparent transparent;border-width:7px;bottom:-14px}.lmt__glossary_dialog--arrow:after{right:11px;border-color:#fff transparent transparent;border-width:6px;bottom:-11px}.lmt__glossary_dialog--arrow-right:before{right:-14px;border-color:transparent transparent transparent #dcdcdc;border-width:7px}.lmt__glossary_dialog--arrow-right:after{right:-11px;border-color:transparent transparent transparent #fff;border-width:6px}.lmt__glossary_dialog--arrow-right.one:before{bottom:10px}.lmt__glossary_dialog--arrow-right.one:after{bottom:11px}.lmt__glossary_dialog--arrow-right.two:before{bottom:20px}.lmt__glossary_dialog--arrow-right.two:after{bottom:21px}.lmt__glossary_dialog--arrow-right.three:before{bottom:27px}.lmt__glossary_dialog--arrow-right.three:after{bottom:28px}.lmt__glossary_dialog--arrow-up:before{right:150px;top:-14px;border-color:transparent transparent #dcdcdc;border-width:7px}.lmt__glossary_dialog--arrow-up:after{right:150px;top:-12px;border-color:transparent transparent #fff;border-width:6px}.lmt__glossary_tooltip{display:none;user-select:none;pointer-events:none;z-index:10000;position:absolute;left:0;top:0;padding:4px 8px;background-color:#006494;color:#fff;font-family:Montserrat,sans-serif;font-weight:400;font-size:12px;box-shadow:0 2px 10px rgba(0,0,0,.15);max-width:200px}.lmt__glossary_tooltip span:last-child{margin-left:-2px}.lmt__glossary_tooltip .columnSource,.lmt__glossary_tooltip .columnTarget{font-weight:700}.lmt__glossary_tooltip .columnSource.padRight,.lmt__glossary_tooltip .columnTarget.padRight{padding-right:3px}.lmt__textarea_base_style,.lmt__textarea_overlay--inner{letter-spacing:.001px}.lmt__textarea.lmt__target_textarea.lmt__textarea_base_style.transparentText{color:transparent}.lmt__textarea_overlay--outer{position:absolute;top:0;left:0;overflow:hidden;pointer-events:none;width:100%;height:100%}.lmt__textarea_overlay--inner{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;font-variant-ligatures:none}.lmt__textarea_overlay--inner mark{background-color:transparent;margin:0;padding:0;line-height:inherit}.lmt__glossary_highlight{visibility:visible;color:#006494;font-weight:500}.lmt__glossary_ad{position:fixed;background-color:rgba(9,9,9,.3);top:0;left:0;right:0;bottom:0;z-index:1000;display:none}.lmt__glossary_ad.visible{display:block}.lmt__glossary_ad_column{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.lmt__glossary_ad_wrapper{width:650px;background:#fff url(/img/glossary/pro-ad-background-min.jpeg) 100% 0 no-repeat;background-size:contain;border-radius:3px;padding:160px 30px 30px;font-family:Open Sans,sans-serif;user-select:none}.lmt__glossary_ad_headline{font-family:Montserrat,sans-serif;font-size:28px;padding-bottom:30px;white-space:normal}.lmt__glossary_ad_subtext{font-size:16px;padding-bottom:40px;white-space:normal}.lmt__glossary_ad_bulletPoints{display:flex;align-items:flex-start;flex-wrap:wrap}.lmt__glossary_ad_bulletPoint{margin-right:35px;margin-bottom:15px}.lmt__glossary_ad_bulletPoint:nth-of-type(2){margin-right:0}.lmt__glossary_ad_checkmark{display:inline-block;width:11px;height:17px;border-bottom:2px solid #170;border-right:2px solid #170;transform:translateY(-1px) rotate(45deg);margin-right:15px;margin-left:40px}.lmt__glossary_ad_checkmark:first-child{margin-left:10px}.lmt__glossary_ad_text{font-size:18px;line-height:20px}.lmt__glossary_ad_bulletPoint{display:flex}.lmt__glossary_ad_buttons{padding-top:25px;display:flex;align-items:center}.lmt__glossary_ad_buttons__sep,.lmt__glossary_ad_cta{margin-right:15px}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry{position:absolute;top:0;right:0;z-index:100;box-shadow:0 8px 16px rgba(0,0,0,.15),0 30px 20px rgba(0,0,0,.02);border:0;border-radius:3px;width:640px;max-width:640px;height:auto;background-color:#fff;background-image:url(/img/glossary/first-entry.svg);background-position:25px 10px;background-repeat:no-repeat;background-origin:content-box;display:flex;flex-direction:column}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-close{width:12px;height:12px;background-image:url(/img/glossary/close-x.svg);position:absolute;top:20px;right:20px;cursor:pointer}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content{margin:25px 25px 25px 140px;width:480px;font-family:Montserrat,sans-serif;font-style:normal;font-weight:600;font-size:16px;color:#1b1e25;user-select:none}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt_firstEntry-headline{width:460px;display:inline-block;white-space:normal}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt_firstEntry-fieldWidth{width:188px;margin-top:8px;margin-right:8px;border-radius:3px}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt_firstEntry-inputs,.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt_firstEntry-labels{display:flex;flex-direction:row;font-weight:400;font-size:14px}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt_firstEntry-labels{margin-bottom:4px}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt_firstEntry-labels .lmt_firstEntry-labelSource.error,.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt_firstEntry-labels .lmt_firstEntry-labelTarget.error{color:#da5e5c}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt_firstEntry-inputs{margin-bottom:4px}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt_firstEntry-inputs .lmt__glossary_newEntry_inputSource,.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt_firstEntry-inputs .lmt__glossary_newEntry_inputTarget{font-family:Montserrat,sans-serif;font-size:14px;color:#1b1e25;width:190px;height:32px;padding:4px 8px;margin-right:8px;border:1px solid #c4c4c4;border-radius:3px}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt_firstEntry-inputs .lmt__glossary_newEntry_inputSource:focus,.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt_firstEntry-inputs .lmt__glossary_newEntry_inputTarget:focus{border-color:#006494}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt_firstEntry-inputs .lmt__glossary_newEntry_inputSource.error,.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt_firstEntry-inputs .lmt__glossary_newEntry_inputTarget.error{border-color:#da5e5c}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt_firstEntry-inputs .lmt_firstEntry-langMenu{margin-top:8px;cursor:pointer}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt__glossary_newEntry_langButton{height:32px;border:1px solid #c4c4c4;border-radius:3px;margin:0;background-color:#fff}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt__glossary_newEntry_langButton .lmt__glossary_arrowRight{color:#c4c4c4;stroke:#c4c4c4}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt__glossary_newEntry_langButton .lmt__glossary_arrowDown{border-bottom:2px solid #c4c4c4;border-right:2px solid #c4c4c4}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt__glossary_newEntry_dropdown{width:0;height:0;margin-top:32px}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt__glossary_textInput--error,.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt__glossary_textInput--fill-both-words-error{color:#da5e5c;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;padding:0;margin:0}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt__glossary_acceptButton{font-family:Montserrat,sans-serif;font-size:16px;font-weight:500;color:#fff;text-align:center;width:184px;height:32px;margin-top:8px;outline:none;border:none;cursor:pointer}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt_firstEntry-content .lmt__glossary_newEntry_langDropdown.lmt__language_select__menu{left:0;transform:translate3d(-100%,0,0)}.lmt__glossary_ABTestEmptyGlossaryRedesignVariantB .lmt_glossary-first-entry .lmt__glossary_newEntry_langMenu--open .lmt__glossary_newEntry_dropdown .lmt__glossary_newEntry_langDropdown{animation:lmt__firstEntry_langMenuOpenAnimation 80ms ease-out 0s 1;opacity:1;display:block}@keyframes lmt__firstEntry_langMenuOpenAnimation{0%{transform:translate3d(-100%,-15%,0);opacity:0;display:block;pointer-events:none}to{transform:translate3d(-100%,0,0);opacity:1;display:block;pointer-events:auto}}@media(max-device-width:650px){.lmt__dict{padding-left:16px;padding-right:16px;padding-top:20px}}.dl_top_element--wide{margin:0 auto;padding-left:100px;padding-right:100px;max-width:1600px}@media(max-width:1400px){.dl_top_element--wide{padding-left:70px;padding-right:70px}}@media(max-width:1200px){.dl_top_element--wide{padding-left:50px;padding-right:50px}}@media(max-width:1000px){.dl_top_element--wide{padding-left:30px;padding-right:30px}}@media(max-width:840px){.dl_top_element--wide{padding-left:20px;padding-right:20px}}@media(max-device-width:650px){.dl_top_element--wide{margin-top:0;padding:0 15px}}.dl_translator_page_container{min-height:calc(100vh - 130px)}.dl_body--translator{overflow-y:scroll}@media(max-device-width:650px){.dl_body--translator{-webkit-text-size-adjust:100%}}.dl_body--translator .dl_footer{padding-top:20px}.dl_body--translator .dl_footer>div{max-width:1800px}.dl_pro .dl_body--translator{background-color:#f8f8f8}.dl_pro .dl_body--translator .lmt__textarea_container{background-color:#fff}.dl_pro .dl_body--translator .dl_header{box-shadow:0 0 1px rgba(0,0,0,.05)}.lmt--web{margin-left:auto;margin-right:auto;padding-top:25px;font-size:20px;font-family:Open Sans,sans-serif;z-index:1}.lmt--web button,.lmt--web select,.lmt--web textarea{font-weight:400}@media(max-device-width:650px){.lmt--web{min-height:80vh}}.dl_ep .lmt--web{margin-top:20px}.lmt--web .lmt__side_container{display:inline-block;width:calc(50% - 32px);line-height:1.5;position:relative}.lmt--web .lmt__side_container.lmt__side_container--source{padding-bottom:15px}@media(max-device-width:650px){.lmt__stickyMenubar .lmt--web .lmt__side_container.lmt__side_container--source .lmt__textarea_container{margin-top:3px}}.lmt--web .lmt__side_container.lmt__side_container--source:after{content:' ';display:block;position:absolute;right:-35px;top:calc(50% - 10px);width:16px;height:16px;border-top:3px solid #faa200;border-right:3px solid #faa200;transform:scaley(1.1) rotate(45deg);border-radius:3px}@media(max-width:840px){.lmt--web .lmt__side_container.lmt__side_container--source:after{right:-26px}}@media(max-device-width:650px){.lmt--web .lmt__side_container.lmt__side_container--source:after{display:none}}.lmt--web .lmt__side_container.lmt__side_container--target{float:right}@media(max-device-width:650px){.lmt--web .lmt__side_container{margin-top:0;font-size:20px}.lmt--web .lmt__side_container.lmt__side_container--source{display:block;width:100%}.lmt--web .lmt__side_container.lmt__side_container--target{float:none;display:block;width:100%}}@media(max-width:840px){.lmt--web .lmt__side_container{width:calc(50% - 20px)}}.lmt--web .lmt__textarea_container{border:1px solid #c6cdd5;transition:border 75ms ease-out,min-height 50ms ease-out}@media(min-device-width:651px){.lmt--web .lmt__textarea_container{min-height:50vh;min-height:min(max(50vh,250px),478px)}.lmt--web .lmt__textarea_container.halfViewHeight{min-height:50vh;min-height:max(50vh,250px)}}.lmt--web .lmt__textarea_container.dl_disabled{background-color:#f5f5f5}.lmt--web .lmt__textarea_container.lmt__textarea_container--focus,.lmt--web .lmt__textarea_container:focus{outline:none!important;border:1px solid #faa200}.lmt--web .lmt__textarea_container.lmt__textarea_container--focus.lmt__textarea_container--text_too_long,.lmt--web .lmt__textarea_container.lmt__textarea_container--text_too_long,.lmt--web .lmt__textarea_container:focus.lmt__textarea_container--text_too_long{border:1px solid #da5e5c!important}.lmt--web .lmt__side_container--source div.lmt__textarea_container{border:1px solid #c6cdd5}.mouse_device .lmt--web .lmt__side_container--source div.lmt__textarea_container:hover{box-shadow:inset 0 0 0 1px rgba(250,162,2,.25)}.mouse_device .lmt--web .lmt__side_container--source div.lmt__textarea_container.lmt__textarea_container--focus{border:1px solid #faa200}.mouse_device .lmt--empty_source .lmt--web .lmt__side_container--source div.lmt__textarea_container.lmt__textarea_container--focus{border:1px solid #c6cdd5}@media(max-device-width:650px){.lmt--web .lmt__side_container--source div.lmt__textarea_container{margin-bottom:10px;border-radius:3px}}.dl_pro .lmt--web .lmt__side_container--source div.lmt__textarea_container:after{content:' You are logged in to DeepL Pro; your text are never stored.';display:block;position:absolute;background-image:url(/img/pro/icon_shield_black.svg);background-repeat:no-repeat;background-size:contain;background-position:0 0;opacity:1;left:2px;bottom:-24px;width:100%;height:1.5em;max-width:2em;opacity:.1;font-size:12px;white-space:nowrap;overflow:hidden;line-height:1.5em;padding-left:2em;color:transparent;box-sizing:border-box;transition:color .25s ease-out,max-width 1.5s ease-in-out,transform 1s ease;transform:translate(-2px)}@media(max-width:840px){.dl_pro .lmt--web .lmt__side_container--source div.lmt__textarea_container:after{font-size:10px}}.dl_pro--invalid .lmt--web .lmt__side_container--source div.lmt__textarea_container:after{opacity:0}.dl_pro--confirmed .lmt--web .lmt__side_container--source div.lmt__textarea_container:after{left:2px;bottom:-24px;width:100%;height:1.5em;opacity:.3;color:#000;max-width:100%;transform:translate(0)}.dl_pro--confirmed .lmt--empty_source .lmt--web .lmt__side_container--source div.lmt__textarea_container:after{color:#000}.lmt--web .lmt__side_container--source div.lmt__textarea_container .lmt__speaker{position:absolute;bottom:0}.lmt--web .dl_pro--invalid .lmt__sides_container{opacity:.3}.mouse_device .lmt--web .lmt__side_container--target div.lmt__textarea_container:hover{box-shadow:inset 0 0 0 1px rgba(250,162,2,.5)}.mouse_device .lmt--empty_source .lmt--web .lmt__side_container--target div.lmt__textarea_container:hover{box-shadow:inset 0 0 0 0 rgba(250,162,2,.5)}@keyframes lmt__inner_textarea_container__busy_animation_2{0%{box-shadow:inset 0 0 0 0 rgba(0,0,128,.1)}10%{box-shadow:inset 0 0 0 3px rgba(0,0,128,.2)}20%{box-shadow:inset 0 0 0 5px rgba(0,0,128,0)}25%{box-shadow:inset 0 0 0 0 rgba(0,0,128,0)}45%{box-shadow:inset 0 0 0 5px rgba(0,0,128,.2)}55%{box-shadow:inset 0 0 0 10px rgba(0,0,128,.1)}65%{box-shadow:inset 0 0 0 15px rgba(0,0,128,0)}}@keyframes lmt__inner_textarea_container__busy_animation_3{0%{box-shadow:inset 0 0 0 0 #fff,inset 0 0 0 0 rgba(14,43,70,0)}30%{box-shadow:inset 0 0 0 1px #fff,inset 0 0 0 2px rgba(14,43,70,.2)}50%{box-shadow:inset 0 0 1px 3px #fff,inset 0 0 1px 5px rgba(14,43,70,.1)}90%{box-shadow:inset 0 0 1px 7px #fff,inset 0 0 1px 7px rgba(14,43,70,0)}}@keyframes lmt__inner_textarea_container__busy_animation{0%{box-shadow:inset 0 0 0 0 #fff,inset 0 0 0 0 rgba(14,43,70,0)}10%{box-shadow:inset 0 0 0 1px #fff,inset 0 0 0 2px rgba(14,43,70,.5)}20%{box-shadow:inset 0 0 1px 3px #fff,inset 0 0 1px 4px rgba(14,43,70,.5)}40%{box-shadow:inset 0 0 1px 8px #fff,inset 0 0 1px 8px rgba(14,43,70,.3)}}.lmt--active_translation_request .lmt__side_container--target .lmt__inner_textarea_container{animation:lmt__inner_textarea_container__busy_animation 1.5s linear 2.5s infinite;box-shadow:inset 0 0 1px 14px #fff,inset 0 0 0 transparent}.lmt--web .lmt__textarea{padding:16px 32px 60px 24px;color:#333;line-height:1.5;min-height:300px;font-family:Open Sans,sans-serif;font-weight:400}.lmt--web .lmt__textarea.lmt__textarea--inactive{color:#999!important}@media(max-device-width:650px){.lmt--web .lmt__textarea{padding:15px 20px 30px;box-shadow:none;min-width:0;min-height:25vh;line-height:1.3}}@media(min-height:800px){.lmt--web .lmt__textarea{min-height:50vh}.dl_pro .lmt--web .lmt__textarea{min-height:400px}}@media(min-height:1000px){.dl_pro .lmt--web .lmt__textarea{min-height:450px}}@media(max-width:840px){.lmt--web .lmt__textarea{padding-left:20px;padding-right:20px}}.lmt--short_text .lmt__textarea{font-size:24px}@media(min-width:1000px){.lmt--short_text .lmt__textarea{font-size:26px}}.lmt--medium_text .lmt__textarea{font-size:22px}.lmt--long_text .lmt__textarea{font-size:20px}.lmt--very_long_text .lmt__textarea{font-size:16px}.lmt__source_textarea_overlay .lmt__source_textarea_overlay__sentence--active{color:#0f2b46;background-color:#fff}.lmt--web .lmt__source_textarea,.lmt--web .lmt__target_textarea{transition:height .1s linear,min-height .1s linear;padding-bottom:100px}@media(max-device-width:650px){.lmt--web .lmt__target_textarea{font-size:16px}}.lmt__targetLangMenu_extension{margin-left:6px}@keyframes stickyMenubar_show_animation{0%{background-color:#f7f7f7;box-shadow:0 4px 10px transparent,0 30px 20px transparent}to{background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.1),0 30px 20px rgba(0,0,0,.02)}}@keyframes stickyMenubar_hide_animation{0%{background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.1),0 30px 20px rgba(0,0,0,.02)}to{background-color:#f7f7f7;box-shadow:0 4px 10px transparent,0 30px 20px transparent}}.lmt__stickyMenubar .dl_header--sticky{position:sticky!important;top:0;width:100vw}.lmt__stickyMenubar .lmt__stickyMenubar_whiteBackground{position:fixed;z-index:100;width:100vw;height:55px;left:0;top:60px;border-top:1px solid #f7f7f7}.lmt__stickyMenubar_whiteBackground--show{animation:stickyMenubar_show_animation 80ms ease-out 0s 1;box-shadow:0 4px 10px rgba(0,0,0,.1),0 30px 20px rgba(0,0,0,.02);background-color:#fff}.lmt__stickyMenubar_whiteBackground--hide{animation:stickyMenubar_hide_animation 80ms ease-out 0s 1;z-index:inherit!important}.lmt__stickyMenubar .lmt--web .lmt__language_container{position:sticky;z-index:100}@media(max-device-width:650px){.lmt__stickyMenubar .lmt--web .lmt__side_container--target .lmt__language_container{position:static}}.lmt__stickyMenubar .dl_translator_page_container .lmt__sides_container{overflow:visible!important}@media(min-device-width:651px){.lmt--has_cm .lmt__stickyMenubar_whiteBackground{height:90px}}.lmt--web .lmt__docTrans-tab-container{padding:10px 0;position:sticky;z-index:110}.lmt--web .lmt__docTrans-tab-container:empty:after{content:'';display:block;height:40px}@media(max-device-width:650px){.lmt--web .lmt__docTrans-tab-container{display:none}}.lmt--web .docTrans_document__source_block,.lmt--web .docTrans_document__target_block{background-color:#fff}.lmt--web .lmt__language_container{font-size:20px;white-space:nowrap;text-align:left;height:52px;position:relative;display:flex;align-items:center}@media(max-device-width:650px){.lmt--web .lmt__language_container{margin:0 auto}}.lmt--web .lmt__language_container.lmt--hidden{height:30px}.lmt--web .lmt__language_container.lmt--hidden>*{display:none}@media(max-device-width:650px){.lmt__side_container--source .lmt--web .lmt__language_container{right:auto;left:0;top:0;height:40px}}@media(max-device-width:650px){.lmt__side_container--target .lmt--web .lmt__language_container{height:40px;top:0;left:0}}@media(max-width:840px){.lmt__side_container--target .lmt--web .lmt__language_container{left:-3px}}.lmt--web .lmt__language_select{width:auto;display:inline-block;text-align:left;position:relative}.lmt--web .lmt__language_select.lmt__language_select--open{color:#fff;overflow:hidden}.lmt--web .lmt__language_select>button{position:relative;display:inline-block;border:none;height:52px;font-size:20px;line-height:56px;padding:0 46px 0 26px;cursor:pointer;transition:background-color 75ms ease-out,color 75ms ease-out;background-color:transparent;margin:0;min-width:100%;text-align:left}.lmt--web .lmt__language_select>button strong{font-weight:700;color:#0f2b46;display:inline-block;transition:color 75ms ease-out}.lmt--web .lmt__language_select>button:active,.lmt--web .lmt__language_select>button:focus{outline:none}.lmt--web .lmt__language_select>button:hover .lmt__language_select__opener,.lmt--web .lmt__language_select>button:hover strong{color:#006494}.dl--keyboard_focus .lmt--web .lmt__language_select>button:focus strong:after{content:' ';display:inline-block;width:auto;height:auto;top:3px;left:10px;right:10px;bottom:3px;position:absolute;box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.lmt--web .lmt__language_select.lmt__language_select--open>button{background-color:transparent;display:block;z-index:201;position:relative}.lmt__language_select__menu{display:none;z-index:200;background-color:#074b78;transform:translateZ(0);padding:10px 0;left:-4px;box-shadow:0 4px 20px rgba(0,0,0,.1);border-radius:2px;background-color:#fff;position:absolute;top:45px}@media(max-device-width:650px){.lmt__language_select__menu{left:22px}}.lmt__formalitySwitch .lmt__language_select__menu .lmt__formalitySwitch__menu_items>button,.lmt__language_select__menu .lmt__dropdown_item,.lmt__language_select__menu .lmt__formalitySwitch .lmt__formalitySwitch__menu_items>button,.lmt__language_select__menu>button{border:none;font-weight:400;font-family:inherit;padding:1px 20px;min-width:194px;width:100%;font-size:16px;line-height:2;cursor:pointer;text-align:left;background:transparent;display:block;color:#333}.lmt__formalitySwitch .lmt__language_select__menu .lmt__formalitySwitch__menu_items>button:active,.lmt__language_select__menu .lmt__dropdown_item:active,.lmt__language_select__menu .lmt__formalitySwitch .lmt__formalitySwitch__menu_items>button:active,.lmt__language_select__menu>button:active{background-color:hsla(0,0%,100%,.05);outline:none}.lmt__formalitySwitch .lmt__language_select__menu .lmt__formalitySwitch__menu_items>button:focus,.lmt__language_select__menu .lmt__dropdown_item:focus,.lmt__language_select__menu .lmt__formalitySwitch .lmt__formalitySwitch__menu_items>button:focus,.lmt__language_select__menu>button:focus{outline:1px solid hsla(0,0%,100%,.1)}.lmt__formalitySwitch .lmt__language_select__menu .lmt__formalitySwitch__menu_items>button:hover,.lmt__language_select__menu .lmt__dropdown_item:hover,.lmt__language_select__menu .lmt__formalitySwitch .lmt__formalitySwitch__menu_items>button:hover,.lmt__language_select__menu>button:hover{background-color:rgba(255,200,87,.3)}.dl--keyboard_focus .lmt__language_select__menu .lmt__dropdown_item:focus,.dl--keyboard_focus .lmt__language_select__menu .lmt__formalitySwitch .lmt__formalitySwitch__menu_items>button:focus,.dl--keyboard_focus .lmt__language_select__menu>button:focus,.lmt__formalitySwitch .dl--keyboard_focus .lmt__language_select__menu .lmt__formalitySwitch__menu_items>button:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.lmt__language_select--open .lmt__language_select__menu{display:block;transition:opacity .2s ease-out 30ms,transform .15s ease-out 0ms;transform:translate3d(0,-15%,0);opacity:0}.lmt__language_select--open_2 .lmt__language_select__menu{transform:translateZ(0);opacity:1}.lmt__language_select__opener{position:relative;width:1em;color:inherit;display:inline-block;margin-left:.25em;transition:transform 75ms ease-out;transition:color 75ms ease-out}.lmt__language_select__opener svg{display:none}.lmt__language_select__opener:before{content:' ';display:inline-block}.lmt__language_select__opener:after{font-size:50%;content:' ';display:block;position:absolute;border-bottom:2px solid;border-right:2px solid;transform:rotate(45deg);transform:translate(.25em,-85%) rotate(45deg) scale(1.2);width:1em;line-height:1em;height:1em;border-radius:2px;top:50%}.lmt--web .lmt__language_select.lmt__language_select--open .lmt__language_select__opener{transform:scaleY(-1)}@media(min-device-width:651px){.lmt--web .lmt__language_select.lmt__language_select--source{right:0}.lmt--web .lmt__language_select.lmt__language_select--source label{text-align:right}.lmt--web .lmt__language_select.lmt__language_select--target{left:0}}@media(max-device-width:650px){.lmt--web .lmt__language_select{margin-left:0;right:0}.lmt--web .lmt__language_select label,.lmt--web .lmt__language_select li{height:40px;line-height:40px;font-size:16px}.lmt--web .lmt__language_select li{padding-left:10px}}@media(max-device-width:650px){.lmt__language_select--source.lmt__language_select--open{min-width:290px}.lmt__language_select--target li{padding-left:26px}}.lmt--web .lmt__textarea_placeholder_text{top:20px;left:30px;right:30px;color:#959595;top:16px;left:24px;font-family:Open Sans,sans-serif;font-weight:300;font-size:inherit;line-height:inherit;font-size:24px;max-height:calc(100% - 40px);overflow-y:hidden}.lmt--web .lmt__textarea_placeholder_text>span{font-size:16px;line-height:150%;top:.4em;position:relative;display:block}.lmt--web .lmt__textarea_placeholder_text>div:not(:first-child){font-size:16px;line-height:1.25;margin-top:.5em;position:relative;display:block}.lmt--web .lmt__textarea_placeholder_text>div:first-child{line-height:1.25;top:0;position:relative;display:block}@media(min-width:1000px){.lmt--web .lmt__textarea_placeholder_text{font-size:26px}}@media(max-width:840px){.lmt--web .lmt__textarea_placeholder_text{left:20px;right:20px}}@media(max-device-width:650px){.lmt--web .lmt__textarea_placeholder_text{top:22px;line-height:20px;border-left:none;padding-right:0;font-size:20px}.lmt--web .lmt__textarea_placeholder_text>span{font-size:16px}}.lmt__textarea--iOSTextareaFix{padding-left:17px!important}.lmt__textarea--iOSTextareaFix~.lmt__textarea_placeholder_text{left:20px}.lmt__dict .lmt__busy_indicator--active{right:auto;left:0;top:auto}.lmt__source_textarea__length_marker{position:absolute;bottom:0;right:5px;font-size:13px;color:#d1d2d4;-webkit-touch-user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;z-index:1}.lmt__source_textarea__length_marker.lmt__source_textarea__length_marker--critical{color:red}@media(max-device-width:650px){.lmt__source_textarea__length_marker{right:3px;font-size:11px}}.lmt__target_toolbar{position:absolute;bottom:5px;left:0;right:0;width:100%;height:32px;line-height:22px;opacity:0;transition:opacity .25s ease-in-out;padding:5px 20px;box-sizing:border-box;text-align:right}.lmt__target_toolbar>div{position:relative;display:inline-block;margin-left:5px;margin-right:5px}.lmt__target_toolbar .lmt__target_toolbar__copy>button,.lmt__target_toolbar .lmt__target_toolbar__generic>button,.lmt__target_toolbar .lmt__target_toolbar__save>button,.lmt__target_toolbar .lmt__target_toolbar__share>button{background-size:contain;background-repeat:no-repeat;width:22px;height:22px;background-color:transparent;color:#0f2b46;stroke:#0f2b46;position:relative;border:none;transition:opacity .3s ease-in-out,background-color .25s ease-out;float:left;font-size:20px;line-height:20px}.lmt__target_toolbar .lmt__target_toolbar__copy>button:active,.lmt__target_toolbar .lmt__target_toolbar__copy>button:focus,.lmt__target_toolbar .lmt__target_toolbar__generic>button:active,.lmt__target_toolbar .lmt__target_toolbar__generic>button:focus,.lmt__target_toolbar .lmt__target_toolbar__save>button:active,.lmt__target_toolbar .lmt__target_toolbar__save>button:focus,.lmt__target_toolbar .lmt__target_toolbar__share>button:active,.lmt__target_toolbar .lmt__target_toolbar__share>button:focus{outline:none}.dl--keyboard_focus .lmt__target_toolbar .lmt__target_toolbar__copy>button:focus:after,.dl--keyboard_focus .lmt__target_toolbar .lmt__target_toolbar__generic>button:focus:after,.dl--keyboard_focus .lmt__target_toolbar .lmt__target_toolbar__save>button:focus:after,.dl--keyboard_focus .lmt__target_toolbar .lmt__target_toolbar__share>button:focus:after{content:' ';display:inline-block;width:auto;height:auto;top:-3px;left:-3px;right:-3px;bottom:-3px;position:absolute;box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.lmt__target_toolbar .lmt__rating,.lmt__target_toolbar .lmt__speaker{float:left}.lmt__target_toolbar .lmt__target_toolbar__share>div{display:none;position:absolute;background-color:#fff;color:#000;width:200px;z-index:10000;padding:10px;box-sizing:border-box;right:0;top:100%;text-align:left;font-size:16px;box-shadow:0 0 20px rgba(0,0,0,.1),0 0 3px rgba(0,0,0,.2)}.lmt__target_toolbar .lmt__target_toolbar__share>div h2{font-weight:900;font-size:100%;margin-top:.5em}.lmt__target_toolbar .lmt__target_toolbar__share>div label{font-size:80%;margin-top:.5em;display:block}.lmt__target_toolbar .lmt__target_toolbar__share>div input{font-size:80%;margin-top:.25em;padding-bottom:.25em;display:block;background:none;color:#000;width:100%;border:none;border-bottom:1px solid rgba(0,0,0,.5)}.lmt__target_toolbar .lmt__target_toolbar__share>div input:focus{outline:none}.lmt__target_toolbar .lmt__target_toolbar__share>div .lmt__target_toolbar__share_shortened_hint{font-size:80%;color:#faa200;margin-top:.5em;margin-bottom:.5em}.lmt__target_toolbar .lmt__target_toolbar__share_buttons ul{display:flex;justify-content:space-around;margin-top:1em;margin-bottom:.5em;font-size:140%}.lmt__target_toolbar .lmt__target_toolbar__share_buttons li{display:inline-block;flex:0 0 auto;margin-left:2px;margin-right:2px}.lmt__target_toolbar .lmt__target_toolbar__share_buttons a{color:#0f2b46}.lmt__target_toolbar .lmt__target_toolbar__share_buttons .share_text{display:none}.lmt__target_toolbar .lmt__target_toolbar__copy_link{text-align:right}.lmt__target_toolbar .lmt__target_toolbar__copy_link>button{border:none;background:none;color:#0f2b46;font-weight:900;font-size:80%;cursor:pointer}.lmt__target_toolbar .lmt__target_toolbar__copy_link>button:hover{color:#006494}.lmt__target_toolbar .lmt__target_toolbar__copy_link>button:focus{outline:none;text-decoration:underline}.lmt__target_toolbar .lmt__target_toolbar__copy_link>button:active{outline:none}.lmt__target_toolbar .lmt__target_toolbar__save_popup{position:absolute;display:block;box-shadow:0 0 10px rgba(0,0,0,.2);background-color:#fff;top:110%;left:-100%;z-index:10000000}.lmt__target_toolbar .lmt__target_toolbar__save_popup button{border:none;background:none;text-align:left;font-size:14px;line-height:2em;padding:0 1em;cursor:pointer;width:100%}.lmt__target_toolbar--visible{opacity:1}.lmt__target_toolbar--visible>div>button{cursor:pointer}.lmt__target_toolbar--visible .lmt__target_toolbar__copy>button:hover,.lmt__target_toolbar--visible .lmt__target_toolbar__generic>button:hover,.lmt__target_toolbar--visible .lmt__target_toolbar__save>button:hover,.lmt__target_toolbar--visible .lmt__target_toolbar__share>button:hover{color:#006494;stroke:#006494}.lmt__target_toolbar--visible .lmt__target_toolbar__share--open>div{display:block}.lmt__speaker.lmt__speaker--hidden{display:none}.lmt__speaker button{background-size:contain;background-repeat:no-repeat;width:22px;height:22px;background-color:transparent;color:#0f2b46;stroke:#0f2b46;position:relative;border:none;transition:opacity .3s ease-in-out,background-color .25s ease-out;cursor:pointer}.lmt__speaker button svg{fill:#0f2b46}.lmt__speaker button:active,.lmt__speaker button:focus{outline:none}.lmt__speaker button:hover svg{color:#006494;stroke:#006494}.lmt__rating.lmt__rating-disabled{display:none}.lmt__rating button{background-size:contain;background-repeat:no-repeat;width:22px;height:22px;background-color:transparent;color:#0f2b46;stroke:#0f2b46;position:relative;border:none;transition:opacity .3s ease-in-out,background-color .25s ease-out;cursor:pointer;float:left;margin-right:2px;margin-top:1px}.lmt__rating button.lmt__rating-up{transform:translateY(-4px)}.lmt__rating button.lmt__rating-down{transform:translateY(4px)}.lmt__rating button:active,.lmt__rating button:focus{outline:none}.lmt__rating button:hover svg{color:#006494;stroke:#006494}.lmt__rating button:disabled{opacity:.3;cursor:default}.lmt__rating button:disabled:hover svg{color:#0f2b46;stroke:#0f2b46}.lmt__rating button:disabled.lmt__rating-highlighted{opacity:1%}.lmt__mobile_share_container{height:50px;display:none;margin-top:10px;text-align:right;padding-right:15px;position:relative}@media(max-device-width:650px){.lmt__mobile_share_container{display:block}.lmt__mobile_share_container.lmt--mobile-hidden{display:none!important}}.lmt__mobile_share_container>button{background-size:20px;background-repeat:no-repeat;background-position:100% 50%;width:100px;height:50px;background-color:transparent;opacity:.15;border:none;transition:opacity .3s ease-in-out .1s;background-image:url(/img/icons/toolbar_share_black.svg)}.lmt__mobile_share_container>button:active,.lmt__mobile_share_container>button:focus{outline:none}.lmt__mobile_share_container.lmt__mobile_share_container_DF-1003-test{width:22px;height:22px;margin-top:0;padding-right:0}.lmt__mobile_share_container.lmt__mobile_share_container_DF-1003-test>button{background-image:url(/img/icons/share_mobile.svg);background-size:22px;width:22px;height:22px;opacity:1;transition:none}.lmt__mobile_share_container.lmt__mobile_share_container--inactive>button{opacity:0;transition:opacity .3s ease-in-out}.lmt__mobile_share_container.lmt__mobile_share_container--open>button{opacity:.5;transition:opacity .1s ease-in-out}.lmt__mobile_share_container>div{display:none;position:absolute;background-color:#fff;color:#000;width:200px;z-index:10000;padding:10px;box-sizing:border-box;right:0;top:100%;text-align:left;font-size:16px;box-shadow:0 0 20px rgba(0,0,0,.1),0 0 3px rgba(0,0,0,.2)}.lmt__mobile_share_container>div h2{font-weight:400;font-size:100%;margin-top:.5em}.lmt__mobile_share_container>div .lmt__target_toolbar__share_shortened_hint{font-size:80%;color:#faa200;margin-top:.5em;margin-bottom:.5em}.lmt__mobile_share_container .lmt__mobile_share_container__share_buttons ul{display:flex;justify-content:space-around;margin-top:.5em;margin-bottom:.5em;font-size:150%}.lmt__mobile_share_container .lmt__mobile_share_container__share_buttons li{display:inline-block;flex:0 0 auto;margin-left:2px;margin-right:2px}.lmt__mobile_share_container .lmt__mobile_share_container__share_buttons a{color:#0f2b46}.lmt__mobile_share_container .lmt__mobile_share_container__share_buttons .share_text{display:none}.lmt__mobile_share_container.lmt__mobile_share_container--open>div{display:block}.lmt__altered_shared_text_hint{position:absolute;bottom:0;background-color:#f8f8f8;padding:.5em;box-sizing:border-box;width:100%;font-size:60%;opacity:1;transition:opacity .15s ease-in;z-index:1;font-size:14px}.lmt__altered_shared_text_hint p{color:#888;text-align:center}.lmt__altered_shared_text_hint .lmt__altered_shared_text_hint__buttons button{border:none;font-weight:900;color:#888;background-color:transparent;font-size:100%;cursor:pointer;border-radius:4px;padding:.5em;width:49.5%;text-align:center}.lmt__altered_shared_text_hint .lmt__altered_shared_text_hint__buttons button:hover{color:#666;background-color:#f0f0f0}.lmt__altered_shared_text_hint .lmt__altered_shared_text_hint__buttons button:focus{text-decoration:underline}.lmt__altered_shared_text_hint .lmt__altered_shared_text_hint__buttons button:active,.lmt__altered_shared_text_hint .lmt__altered_shared_text_hint__buttons button:focus,.lmt__altered_shared_text_hint .lmt__altered_shared_text_hint__buttons button:hover{outline:none}.lmt__mobile_altered_shared_text_hint{display:none}@media(max-device-width:650px){.lmt__mobile_altered_shared_text_hint{display:block}}.lmt__mobile_altered_shared_text_hint p{color:#888;text-align:center;font-size:16px;margin-top:16px}.lmt__mobile_altered_shared_text_hint .lmt__mobile_altered_shared_text_hint__buttons>button{border:none;font-weight:900;color:#888;background-color:#f8f8f8;font-size:100%;cursor:pointer;border-radius:4px;margin:.5em;padding:.5em;width:calc(50% - 1em);text-align:center;font-size:14px}.lmt__edit_text_popup{font-size:20px;font-family:Open Sans,sans-serif}.lmt--short_text .lmt__edit_text_popup{font-size:22px}@media(min-width:1000px){.lmt--short_text .lmt__edit_text_popup{font-size:22px}}.lmt--medium_text .lmt__edit_text_popup{font-size:22px}.lmt--long_text .lmt__edit_text_popup{font-size:20px}.lmt--very_long_text .lmt__edit_text_popup{font-size:16px}.lmt__system_notification{color:#666;padding-top:.5em;position:relative}.lmt__system_notification span{display:inline-block;width:16px;height:16px;line-height:17px;text-align:center;vertical-align:middle;background:red;color:#fff;border-radius:100%;transform:translateY(-2px);font-weight:700;margin-right:4px}.lmt__system_notification.lmt__system_notification--critical{z-index:101;color:#fff;background-color:#da5e5c;font-size:12px;font-weight:400;width:100%;left:0;padding:1em;text-align:center}.lmt__system_notification.lmt__system_notification--critical:before{content:'!';display:inline-block;line-height:1.5;border:1px solid;text-align:center;width:1.5em;border-radius:100%;font-weight:500;margin-right:.5em}.lmt__system_notification.lmt__system_notification--final{color:#000!important;padding:2em 2em 2em 3em;background-color:#fff;border:none;border-top:5px solid #da5e5c;border-radius:5px;position:fixed;min-width:300px;max-width:500px;transform:translateX(-50%);top:20vh;left:50%;z-index:300;font-size:16px;line-height:1.6}.lmt__system_notification.lmt__system_notification--final>div:first-of-type{border-top:1px solid #eee;margin-top:1em;padding-top:1em}.lmt__system_notification.lmt__system_notification--final a{font-size:14px;font-weight:500}.lmt__system_notification.lmt__system_notification--final:before{content:' ';position:absolute;height:0;border-color:transparent transparent #da5e5c;border-style:solid;border-width:0 .8em 1.4em;top:2.1em;left:.7em}.lmt__system_notification.lmt__system_notification--final:after{content:'!';position:absolute;color:#fff;font-weight:900;top:0;left:.7em;display:inline-block;width:1.6em;text-align:center;line-height:1.4em;top:2.3em}.lmt__message_box{display:block!important;position:absolute;visibility:hidden;opacity:0;top:200px;left:0;width:400px;padding:10px;z-index:9999}.lmt__message_box .lmt__message_box__background{position:absolute;top:10px;left:10px;bottom:10px;right:10px;background-color:#2760ca;z-index:-1}.lmt__message_box .lmt__message_box__content{display:table-cell;padding:20px 30px;overflow:visible;color:#fff;font-size:18px;line-height:27px}.lmt__message_box .lmt__message_box__top_peak{position:absolute;top:0;left:50%;transform:translate(-50%);width:0;height:0;border-color:transparent transparent #2760ca;border-style:solid;border-width:0 6px 10.4px;display:none}.lmt__message_box .lmt__message_box__left_peak{left:0;border-color:transparent #2760ca transparent transparent;border-width:6px 10.4px 6px 0}.lmt__message_box .lmt__message_box__left_peak,.lmt__message_box .lmt__message_box__right_peak{position:absolute;top:50%;transform:translateY(-50%);width:0;height:0;border-style:solid;display:none}.lmt__message_box .lmt__message_box__right_peak{right:0;border-color:transparent transparent transparent #2760ca;border-width:6px 0 6px 10.4px}.lmt__message_box .lmt__message_box__bottom_peak{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:0;border-color:#2760ca transparent transparent;border-style:solid;border-width:10.4px 6px 0;display:none}@keyframes lmt__message_box2_open_animation{0%{transform:translate3d(0,-20px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.lmt__message_box2{box-sizing:border-box;display:block;position:absolute;width:230px;padding-top:10px;z-index:1;animation:lmt__message_box2_open_animation .15s ease-out 0s 1}.lmt__message_box2 .lmt__message_box2__background{position:absolute;top:10px;left:10px;background-color:#206e99;z-index:-1}.lmt__message_box2 .lmt__message_box2__content{display:table-cell;overflow:visible;padding:10px 15px;background-color:#206e99;box-shadow:0 4px 15px rgba(0,0,0,.24);color:#fff;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:1.5em}.lmt__message_box2 .lmt__message_box2__top_peak{position:absolute;top:0;left:25px;width:0;height:0;border-color:transparent transparent #206e99;border-style:solid;border-width:0 6px 10.4px}.lmt__feedback_message{position:absolute;font-size:12px;display:inline-block;padding:.25em .5em;background-color:#333;color:#fff;opacity:0;transition:opacity .1s ease-in,transform .1s ease-in;transform:translate(-50%,-50%) scale(.8);border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.1),0 0 2px rgba(0,0,0,.3);z-index:100}.lmt__feedback_message.lmt__feedback_message--visible{transform:translate(-50%,-105%) scale(1);opacity:1}.lmt__feedback_message.lmt__feedback_message--fading{transform:translate(-50%,-150%) scale(.9);opacity:0}.lmt__feedback_message.lmt__feedback_message--warn{color:red;background:#fff}.lmt__tooltip{position:absolute;font-size:12px;display:inline-block;padding:.25em .5em;background-color:#eee;color:#333;opacity:0;transition:opacity .1s ease-in,transform .1s ease-in;transform:translate(-50%,.5em);border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.1),0 0 2px rgba(0,0,0,.3);z-index:10001;white-space:nowrap}.lmt__tooltip.lmt__tooltip--visible{opacity:1}.lmt__tooltip.lmt__tooltip--fading{opacity:0}.lmt--web .lmt__translations_as_text .lmt__busy_indicator{top:50px}.lmt--web .lmt__translations_as_text p{font-family:Open Sans,sans-serif;font-weight:400}.lmt__translations_as_text__copy_button{display:none}@media(min-device-width:651px){.lmt__translations_as_text{max-height:0;position:absolute;right:0;padding:0 24px;left:0;bottom:48px}}@media(min-device-width:651px)and (max-width:840px){.lmt__translations_as_text{padding:0 20px}}@media(min-device-width:651px){.lmt__translations_as_text.lmt--hidden{display:none}}@media(min-device-width:651px){.lmt--showing_alternatives .lmt__translations_as_text{max-height:600px}}@media(min-device-width:651px){.lmt__translations_as_text .lmt__translations_as_text__main_translation{display:none}}@media(min-device-width:651px){.lmt__translations_as_text h2{padding-top:1em;position:relative;font-family:Open Sans,sans-serif;font-weight:300;color:#888;font-size:16px;padding-bottom:.5em}.lmt__translations_as_text h2:before{content:' ';display:block;position:absolute;left:-8px;right:-8px;top:8px;border-top:1px solid #eee}}@media(min-device-width:651px){.lmt__translations_as_text h2,.lmt__translations_as_text p{font-size:80%}}@media(min-device-width:651px){.lmt__translations_as_text p{font-family:Open Sans,sans-serif;font-weight:400;padding-bottom:.6em}}@media(max-device-width:650px){.lmt__side_container--target .lmt__textarea_container{border:none!important}.lmt__side_container--target .lmt__inner_textarea_container,.lmt__target_toolbar{display:none!important}.lmt__translations_as_text{display:block;min-height:1em;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;padding:0}.lmt__translations_as_text h2{display:none}.lmt__translations_as_text>p{position:relative;padding-top:2px;font-family:Open Sans,sans-serif;font-weight:400}.lmt__translations_as_text>p.lmt__translations_as_text__main_translation{display:block;border-top:none!important}.lmt__translations_as_text__copy_button{position:absolute;display:inline-block;top:10px;right:20px;right:2px;border:none;background:transparent url(/img/icons/icon_copy2_v2.svg) no-repeat 50%;width:20px;height:20px;opacity:.5;transition:opacity 75ms ease-out}.lmt__translations_as_text__copy_button:focus{outline:none}.lmt__translations_as_text__copy_button.lmt__translations_as_text__copy_button--active,.lmt__translations_as_text__copy_button:active{opacity:1;outline:none}}@media(max-device-width:650px){.lmt__translations_as_text__item{background-color:#e9eaeb;padding:10px 60px 10px 20px!important;border:none;font-family:Open Sans,sans-serif;font-weight:300;font-size:16px;line-height:24px}.lmt__translations_as_text__item:not(:first-of-type){margin-top:4px}}.dl_pro .dl_account_box{text-align:right;max-width:1800px;position:relative;margin-left:auto;margin-right:auto;height:20px}.dl_pro .dl_account_box>div{display:inline-block;font-size:14px;line-height:1.5;border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top:none;position:relative;background-image:url(/img/user_white.svg);background-size:auto 50%;background-repeat:no-repeat;background-position:10px 30%;padding:.5em 1em 1em 3em;text-align:center;color:#888;opacity:1;box-sizing:border-box;opacity:0;transform:translateY(-100%);transition:transform .1s ease-out,opacity .25s ease-out;right:96px}@media(max-width:1400px){.dl_pro .dl_account_box>div{right:66px}}@media(max-width:1200px){.dl_pro .dl_account_box>div{right:46px}}@media(max-width:1000px){.dl_pro .dl_account_box>div{right:26px}}@media(max-width:840px){.dl_pro .dl_account_box>div{right:16px}}.dl_pro .dl_account_box.dl_account_box--visible>div{opacity:1;transform:translate(0)}.lmt__using_pro_notification_banner{animation:lmt__using_pro_notification_banner__blend_in_animation 1s ease-out 0s 1;justify-content:center;align-items:center;margin-top:60px;display:none}@keyframes lmt__using_pro_notification_banner__blend_in_animation{0%{opacity:0}50%{opacity:0}to{opacity:1}}.dl_pro--confirmed .lmt__using_pro_notification_banner{display:flex}@media screen and (max-width:650px){.lmt__using_pro_notification_banner{flex-direction:column;position:relative}}.lmt__using_pro_notification_banner>div:first-of-type{text-align:center;font-weight:300;position:relative;padding-left:50px}.lmt__using_pro_notification_banner>div:first-of-type:before{content:' ';display:inline-block;position:absolute;width:100px;height:100px;background-image:url(/img/icons/icon_feat_sec2_v2.svg);background-repeat:no-repeat;background-size:contain;left:-22px;top:-8px}@media screen and (max-width:760px){.lmt__using_pro_notification_banner>div:first-of-type:before{left:0}}.lmt__using_pro_notification_banner>div:first-of-type h2{position:relative;font-family:Montserrat,sans-serif;font-weight:300;font-size:32px}.lmt__using_pro_notification_banner>div:first-of-type h2>em{font-style:normal;font-weight:500}@media screen and (max-width:760px){.lmt__using_pro_notification_banner>div:first-of-type h2{margin-left:30px}}.lmt__using_pro_notification_banner>div:first-of-type p{position:relative;font-family:Montserrat,sans-serif;font-size:18px;margin-top:.25em;line-height:1.5em}@keyframes lmt_pro_background_illustration_animation{0%{opacity:0}to{opacity:1}}.lmt_pro_background_illustration{width:100%;position:relative;bottom:0;z-index:0;pointer-events:none;animation:lmt_pro_background_illustration_animation 1s ease-out 0s 1}.lmt_pro_background_illustration:after,.lmt_pro_background_illustration:before{content:' ';display:block;position:absolute;background-repeat:no-repeat;background-size:contain}.lmt_pro_background_illustration:before{background-image:url(/img/illustrations/translator_pro_bg_left.png);background-position:0 100%;width:40vw;max-width:700px;min-width:500px;height:20vw;bottom:0;left:-60px}@media(max-device-width:650px){.lmt_pro_background_illustration:before{left:-15px;width:calc(50% + 15px);min-width:auto}}.lmt_pro_background_illustration:after{background-image:url(/img/illustrations/translator_pro_bg_right.png);background-position:100% 100%;width:30vw;max-width:450px;min-width:300px;height:20vw;bottom:0;right:-60px}@media(max-device-width:650px){.lmt_pro_background_illustration:after{right:-15px;width:calc(50% + 15px);min-width:auto}}.urlGlossaryWarning{position:fixed;top:64px;left:50%;margin-left:-305px;z-index:10000;width:610px;height:30px;text-align:center;font-size:20px;line-height:26px;font-weight:500;color:#fff;background-color:#edb0af;border:2px solid #da5e5c}@keyframes lmt_devPanel_animation{0%{opacity:0}to{opacity:1}}.lmt_devPanelButton--active{outline:1px solid rgba(0,0,0,.1)!important}.lmt_devPanel{background-color:rgba(0,0,0,.01);box-shadow:inset 0 0 6px rgba(0,0,0,.2),0 0 4px hsla(0,0%,100%,.5);animation:lmt_devPanel_animation .25s ease-out 1;padding:10px;font-size:16px}.lmt_devPanel h2{font-size:20px;margin-bottom:.25em}.lmt_devPanel input-row{display:block;margin-top:.2em}.lmt_devPanel input-row label:first-child{width:30%;max-width:15em;display:inline-block}.lmt_devPanel input-row input{width:70%;display:inline-block;font-size:100%}.lmt_devPanel input-row button{border:1px solid rgba(0,0,0,.2);background:transparent;padding:.5em 2em;display:inline-block;font-size:100%;border-radius:4px;margin:5px 15px 5px 0;cursor:pointer}.lmt_devPanel section:not(:first-of-type){border-top:2px solid rgba(0,0,0,.2);margin-top:20px;padding-top:20px}.lmt_devPanel input-row textarea{width:100%;margin:10px 0;font-size:100%;font-family:monospace;height:150px}@media screen and (max-width:1000px){.lmt__formalitySwitch_ad__content{padding-top:calc(20% - 10px)}}.dl_ad_pro_container hr{border:none;border-bottom:1px solid #e0e0e0;margin:16px 0 32px}.dl_ad,.dl_ad_pro,.dl_ad_pro--beta{animation:lmt_pro_ad__blend_in_animation .75s ease-out 1;position:relative;width:100%;margin-bottom:150px;text-align:right;margin-top:calc(14vh - 60px)!important}@media(max-device-width:650px){.dl_ad,.dl_ad_pro,.dl_ad_pro--beta{margin-bottom:110px}}@media screen and (max-width:650px){.dl_ad,.dl_ad_pro,.dl_ad_pro--beta{text-align:center}}.dl_ad__bg,.dl_ad_pro__bg,.dl_ad_recruiting__bg{position:absolute;top:0;left:0;z-index:-1;width:60%;max-width:900px;height:500px;transform:translate(-10%,-10%)}@media screen and (max-width:1000px){.dl_ad__bg,.dl_ad_pro__bg,.dl_ad_recruiting__bg{max-width:58%;transform:translate(-18%,-20%)}}@media(max-width:850px){.dl_ad__bg,.dl_ad_pro__bg,.dl_ad_recruiting__bg{transform:translate(-54%,-20%)}}@media screen and (max-width:650px){.dl_ad__bg,.dl_ad_pro__bg,.dl_ad_recruiting__bg{display:none}}.dl_ad__content,.dl_ad_pro__content,.dl_ad_recruiting__content,.dl_app_popup__content .dl_app_popup__inner{display:inline-block;box-sizing:border-box;text-align:left;padding-top:2vw;position:relative;max-width:calc(50% - 4vw);overflow:hidden}@media(max-width:1000px){.dl_ad__content,.dl_ad_pro__content,.dl_ad_recruiting__content,.dl_app_popup__content .dl_app_popup__inner{max-width:50%}}@media(max-width:850px){.dl_ad__content,.dl_ad_pro__content,.dl_ad_recruiting__content,.dl_app_popup__content .dl_app_popup__inner{max-width:70%}}@media screen and (max-width:650px){.dl_ad__content,.dl_ad_pro__content,.dl_ad_recruiting__content,.dl_app_popup__content .dl_app_popup__inner{max-width:90%}}@media(max-device-width:650px){.dl_ad__content,.dl_ad_pro__content,.dl_ad_recruiting__content,.dl_app_popup__content .dl_app_popup__inner{position:static;padding:0 20px;max-width:100%!important;text-align:center}}.dl_ad__title,.dl_ad_recruiting__title,.dl_app_ad .dl_ad_app__title{font-size:36px;line-height:1.1em;font-family:Montserrat,sans-serif;font-weight:300;text-align:left;margin-bottom:20px}@media(max-device-width:650px){.dl_ad__title,.dl_ad_recruiting__title,.dl_app_ad .dl_ad_app__title{margin-bottom:20px}}@media(max-width:840px){.dl_ad__title,.dl_ad_recruiting__title,.dl_app_ad .dl_ad_app__title{font-size:32px}}.dl_ad__title em,.dl_ad_recruiting__title em,.dl_app_ad .dl_ad_app__title em{font-style:normal;font-weight:500}.dl_ad__subtitle{margin-top:6px;font-size:16px;line-height:1.5em;font-family:Montserrat,sans-serif}@media(max-width:840px){.dl_ad__subtitle{font-size:14px}}@media(min-width:1000px){.dl_ad__subtitle{font-size:18px}}.dl_ad__feat_list,.dl_ad_pro__features_list,.dl_ad_recruiting__jobs{margin-top:12px}@media screen and (max-width:650px){.dl_ad__feat_list,.dl_ad_pro__features_list,.dl_ad_recruiting__jobs{text-align:left}}@media screen and (min-width:651px){.dl_ad__feat_list,.dl_ad_pro__features_list,.dl_ad_recruiting__jobs{display:flex;flex-wrap:wrap;justify-content:space-between}}.dl_ad__feat_item,.dl_ad_pro__features_item,.dl_ad_recruiting__job{width:49%;padding-left:1.25em;margin-top:.6em;position:relative;list-style:none}@media(max-device-width:650px){.dl_ad__feat_item,.dl_ad_pro__features_item,.dl_ad_recruiting__job{width:auto}}.dl_ad__actions,.dl_ad_pro__actions{margin-top:20px}.dl_ad__actions>a,.dl_ad__actions>button,.dl_ad_pro__actions>a,.dl_ad_pro__actions>button{margin:10px 2px 4px 0}@media screen and (max-width:650px){.dl_ad__actions,.dl_ad_pro__actions{display:flex;flex-direction:column;align-items:center}}@keyframes lmt_pro_ad__blend_in_animation{0%{opacity:0}30%{opacity:0}70%{opacity:1}}.dl_ad_pro--beta{display:flex;justify-content:space-between}@media(min-device-width:651px){.dl_ad_pro__bg{background:transparent url(/img/pro/translatorProBannerBackground_2.png) 50% no-repeat;background-size:contain}}.dl_ad_pro__bg--beta{flex-basis:60%}@media screen and (max-width:768px){.dl_ad_pro__bg--beta{display:none}}.dl_ad_pro__bg--beta img{position:relative;left:-20%;width:100%}.dl_ad_pro__content--beta{flex-basis:calc(40% - 40px);text-align:left}@media screen and (max-width:768px){.dl_ad_pro__content--beta{flex-basis:100%}.dl_ad_pro__content--beta h2{font-size:1.6em;text-align:center}.dl_ad_pro__content--beta .dl_ad__actions,.dl_ad_pro__content--beta .dl_ad_pro__actions{text-align:center}}.dl_ad_pro__features_list{list-style-position:inside}.dl_ad_pro__features_item:before{content:'';width:1em;height:1em;line-height:0;background-color:#000;display:block;position:absolute;top:.25em;left:0;border-radius:1em;transform:scale(.4);transform-origin:50% 50%}.dl_ad_pro__actions--other{margin-top:30px}.dl_ad_pro__actions--other .dl_dropdown__toggler{background-color:transparent;border:none;display:inline-block;cursor:pointer}.dl_ad_pro__actions--other .dl_dropdown__content{margin-top:15px}.dl_ad_pro__actions__separator{display:inline-block;margin:8px}.dl_ad_pro__features{width:calc(100% - 290px);display:flex;justify-content:space-between;margin:0 auto}@media screen and (max-width:1600px){.dl_ad_pro__features{width:94%}}@media screen and (max-width:1200px){.dl_ad_pro__features{width:100%;flex-wrap:wrap;justify-content:space-around}}#lmt_pro_ad_article{background-color:#f0f0f0;margin-bottom:48px;position:relative;white-space:nowrap;opacity:0;transition:opacity 1s ease-out;font-family:Open Sans,sans-serif}.dl_country_without_pro_support #lmt_pro_ad_article,.dl_pro #lmt_pro_ad_article{display:none!important}.dl_country_with_pro_support #lmt_pro_ad_article{opacity:1}#lmt_pro_ad_article>div{display:flex;justify-content:space-around;align-items:center}#lmt_pro_ad_article>div>div:last-child{position:relative;display:inline-flex;align-items:center;justify-content:center}#lmt_pro_ad_article>div>div:first-child,#lmt_pro_ad_article>div>div:last-child{max-width:40%;width:40%}.dl_ad_pro__main_block{text-align:center;position:relative;white-space:normal;color:#fff}.dl_ad_pro__main_block>div:first-child{height:8em;color:transparent;background-image:url(/img/logo/DeepL_Pro_LogoAndText_darkBlue.svg);background-position:50% 0;background-repeat:no-repeat;background-size:contain;background-origin:content-box;box-sizing:content-box}.dl_ad_pro__main_block>div:nth-child(2){font-weight:400;font-size:250%;margin-top:1.5em;margin-bottom:1.5em;color:#333}.dl_ad_pro__main_block .dl_pro_subscribe_button{font-size:200%}.dl_ad_pro__features ul{list-style:none;padding:1em 0;max-width:600px}.dl_ad_pro__features li{position:relative;line-height:1.332;color:#333;padding:1em 1em 1em 1.5em;font-size:225%;font-weight:400}.dl_ad_pro__features li>div{display:inline-block;vertical-align:middle;white-space:normal}.dl_ad_pro__features li>div>span{display:block}.dl_ad_pro__features li>div>a{display:block;color:#074b77;display:inline-block;bottom:.5em;right:1em;font-size:80%;font-family:Open Sans,sans-serif;font-weight:400}.dl_ad_pro__features li>div>a:hover{text-decoration:underline}.dl_ad_pro__features li:before{content:'L';display:inline-block;background-color:#faa202;width:2em;line-height:2em;text-align:center;border-radius:100%;position:relative;font-weight:700;color:#fff;transform:scaleX(-1) rotate(-45deg);vertical-align:middle;margin-right:1em;box-shadow:0 0 5px rgba(0,0,0,.1),inset 0 0 0 0 hsla(0,0%,100%,.3)}@media(max-width:512px){.dl_ad_pro__features{display:none!important}.dl_ad_pro__main_block>div:first-child{background-position:50%}.dl_ad_pro__main_block{width:80%!important}}.dl_source_textarea__length_marker_pro_advertisement{position:relative;border-top:1px solid #c6cdd5;padding:1em;font-size:75%;background-image:url(/img/logo/DeepL_Pro_LogoAndText_darkBlue.svg);background-position:100% 0;background-repeat:no-repeat;background-size:200px;background-origin:content-box;min-height:8em;transition:.5s ease-out;opacity:0;background-color:#fff}.dl_source_textarea__length_marker_pro_advertisement--visible{opacity:1}.dl_source_textarea__length_marker_pro_advertisement h2{margin-right:200px;font-size:24px}.dl_source_textarea__length_marker_pro_advertisement p{margin-right:180px;margin-top:1em;font-size:16px}.dl_source_textarea__length_marker_pro_advertisement .dl_pro_subscribe_button{font-size:14px;position:absolute;right:3em;bottom:2em}.docTrans_body--with_ready_doc #lmt_pro_ad_article{display:none}.dl_pro__banner--card{background-color:#fff;padding:2px 20px 20px;border-radius:3px;transition:1s;transition-property:box-shadow}.dl_pro__banner--card_elevated{box-shadow:0 10px 20px 0 rgba(0,0,0,.05)}.dl_pro__banner--noPadding{padding:0}.dl_pro__banner--features{display:flex;justify-content:space-between;background-color:#fff;box-sizing:content-box;position:relative;padding:0 40px}.dl_pro__banner--feature{flex-basis:23%;padding:10px;display:flex;flex-direction:column;align-items:left;text-align:center}.dl_pro__banner--feature .dl_pro__banner--featureTitle{font-family:Montserrat,sans-serif;font-weight:600;font-size:20px;line-height:28px;margin:10px 0 20px}.dl_pro__banner--feature .dl_pro__banner--featureDesc{font-family:Open Sans,sans-serif;font-weight:300;font-size:16px;line-height:26px}@media only screen and (max-width:1200px){.dl_pro__banner--feature{flex-basis:50%;padding:20px}.dl_pro__banner--features{flex-wrap:wrap;padding:10px}}@media only screen and (max-width:760px){.dl_pro__banner--feature{flex-basis:100%;padding:20px}.dl_pro__banner--feature .dl_pro__banner--featureIcon{max-width:65px}.dl_pro__banner--feature .dl_pro__banner--featureTitle{margin:10px 0 20px}}.dl_pro__banner--slogan{display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;max-width:1200px;margin:0 auto;padding:0 40px 24px;box-sizing:border-box;text-align:center}.dl_pro__banner--slogan.dl_pro_banner--slogan-padded{padding-top:24px;padding-bottom:16px}.dl_pro__banner--slogan h1{margin:0;padding:0;box-sizing:border-box;font-weight:300;font-size:32px;line-height:50px}.dl_pro__banner--slogan h1 strong{font-weight:500}.dl_pro__banner--slogan h1.dl_pro__banner--ultra-bold-headline strong{font-weight:600}.dl_pro__banner--headerWrapper .dl_pro__banner--header{margin:20px auto 0;min-height:auto;padding:0;box-sizing:border-box;font-weight:300;font-size:16px;font-family:Open Sans,sans-serif;color:#1b1e25}.dl_pro__banner--featureWrapper{position:relative;margin:0 auto}@media only screen and (max-width:760px){.dl_pro__banner--header{background:transparent url(/img/illustrations/teaser_background_mobile.svg) no-repeat;background-size:80%;background-position:100% 100%;padding-bottom:185px}}.dl_pro__banner--mobile .dl_pro__banner--slogan{padding-left:0;padding-right:0}.dl_pro__banner--mobile .dl_pro__banner--slogan.dl_pro__banner--slogan-bottom{padding:15px 0 10px}.dl_pro__banner--mobile .dl_pro__banner--ultra-bold-headline{font-size:21px;line-height:29px;margin-top:25px}.dl_pro__banner--mobile .dl_pro__banner--features{padding:0}.dl_pro__banner--mobile .dl_pro__banner--feature{padding:0;margin:0}.dl_pro__banner--mobile .dl_pro__banner--featureTitle{font-size:16px;font-weight:500;text-align:left;padding-bottom:0;margin:0 0 12px}.dl_pro__banner--mobile .dl_pro__banner--check-icon{margin-right:10px;float:left;width:20px;height:20px;background:url(/img/icons/check.svg) no-repeat bottom;background-size:contain;filter:invert(27%) sepia(51%) saturate(2878%) hue-rotate(146deg) brightness(80%)}.dl_pro__banner--mobile .dl_pro__banner--text{display:block;margin-left:30px}.dl_app_ad{position:relative;animation:lmt__using_pro_notification_banner__blend_in_animation 1s ease-out 0s 1}.dl_app_ad .dl_ad_app__commonContent{display:flex;justify-content:space-between;padding:0 10%;margin-top:2.5rem;width:100%}.dl_app_ad .dl_app_ad__column{flex-basis:50%;padding:10px;min-height:160px}@media(max-width:1400px){.dl_app_ad .dl_ad_app__title{font-size:30px}}.dl_app_ad .dl_ad_app__title strong{font-weight:400}.dl_app_ad .dl_app_ad__benefits{display:flex;flex-flow:column;justify-content:space-around}.dl_app_ad .dl_app_ad__benefits li{list-style:none;padding:0 0 0 30px;background-image:url(/img/icons/check-green.svg);background-position:2px 2px;background-repeat:no-repeat;background-size:23px 20px;text-align:left;font-family:Montserrat;font-weight:600;line-height:125%}.dl_app_ad__bg{background-image:url(/img/illustrations/translator_bg_app_ad_left_2020-05.png);background-position:0 0;height:452px;width:515px}@media screen and (max-width:1400px){.dl_app_ad__bg{background-position:-10px -90px}}@media screen and (max-width:1200px){.dl_app_ad__bg{background-position:0 0}}@media screen and (max-width:1000px){.dl_app_ad__bg{background-position:10px 0;transform:translate(-14%,-18%);background-size:100%}}.dl_app_ad__video{width:100%;border-radius:4px}.dl_app_ad__poster{position:absolute;left:0;top:0;width:100%;transition:opacity .4s ease-out}.dl_app_popup{position:absolute;top:9%;left:0;right:0;z-index:1;height:420px;width:75%;max-width:940px;margin:0 auto}@media screen and (max-width:1200px){.dl_app_popup{width:80%}}@media screen and (max-width:1000px){.dl_app_popup{height:340px}}.dl_app_popup__content{display:flex;z-index:100;background:#f1f1f1;border-radius:5px;border:1px solid #e9e9e9;align-items:center;padding:30px;position:relative;box-shadow:0 5px 20px rgba(0,0,0,.1);height:100%}@media screen and (max-width:840px){.dl_app_popup__content{padding:15px}}@media screen and (max-width:650px){.dl_app_popup__content{flex-direction:column}}.dl_app_popup__content .dl_app_popup__inner{max-width:390px;left:2%;padding-top:0}@media screen and (max-width:1200px){.dl_app_popup__content .dl_app_popup__inner{max-width:50%;left:0}}@media screen and (max-width:1000px){.dl_app_popup__content .dl_app_popup__inner{max-width:100%;position:static}}@media screen and (max-width:650px){.dl_app_popup__content .dl_app_popup__inner{position:static;margin-top:30px}}.dl_app_popup__content .dl_app_popup__inner p{padding:0 0 0 2px}@media(max-width:840px){.dl_app_popup__content .dl_app_popup__inner p{font-size:16px}}.dl_app_popup__content .dl_app_popup__vid{max-width:41%;position:absolute;right:5%;top:25%}@media screen and (max-width:1200px){.dl_app_popup__content .dl_app_popup__vid{right:4%}}@media screen and (max-width:1000px){.dl_app_popup__content .dl_app_popup__vid{display:none}}@media screen and (max-width:650px){.dl_app_popup__content .dl_app_popup__vid{width:100%;max-width:inherit;position:static}}@media(max-device-width:650px){.dl_app_popup__content .dl_app_popup__vid{left:0;margin-bottom:30px}}.dl_app_popup__content .dl_app_popup__feat_desc{margin-top:.4em!important}.dl_app_popup__content .dl_app_popup__header{margin-bottom:.6em;font-weight:500!important}.dl_app_popup__bg{background:transparent url(/img/illustrations/translator_bg_app.png) 50% no-repeat;background-size:100%;background-position:-20px -40px;z-index:-1;height:100%;width:52%;position:absolute;top:0;right:0;transform:rotateY(180deg)}@media screen and (max-width:1400px){.dl_app_popup__bg{background-position:-20px -30px}}@media screen and (max-width:1200px){.dl_app_popup__bg{background-position:-40px -20px}}@media screen and (max-width:1000px){.dl_app_popup__bg{transform:rotateY(0);right:0;left:auto;background-position:70px -90px}}.dl_ad_recruiting__bg{background:transparent url(/img/illustrations/recruiting.svg) 50% no-repeat;background-size:contain;background-position:60% 40%;height:420px}@media screen and (min-width:1600px){.dl_ad_recruiting__bg{background-position:80% 0;height:460px}}@media screen and (min-width:1200px){.dl_ad_recruiting__content{left:-4%;max-width:calc(50% - 6vw)}}@media screen and (min-width:1600px){.dl_ad_recruiting__content{left:-5%}}@media(max-device-width:650px){.dl_ad_recruiting__content{max-width:calc(100% + 30px)!important;width:calc(100% + 30px)!important;left:-15px;position:relative}}.dl_ad_recruiting__title{font-size:32px;line-height:38px}.dl_ad_recruiting__subtitle{margin-bottom:20px}.dl_ad_recruiting__jobs{margin-bottom:30px}.dl_ad_recruiting__jobs li:before{display:none}.dl_ad_recruiting__job{padding-left:0}.dl_ad_recruiting__job_link{width:100%;background-color:#fff!important;color:#0f2b46!important}.dl_ad_recruiting__job_link:hover .dl_ad_recruiting__job_link_arrow{right:16px}.dl_ad_recruiting__job_link_arrow{width:8px;height:8px;line-height:8px;text-align:right;display:block;border-top:2px solid #f46f52;border-right:2px solid #f46f52;border-radius:2px;transform:rotate(45deg);position:absolute;top:calc(50% - 4px);right:20px;transition:all .15s ease-out}.dl_ad_recruiting__job_link_arrow:focus,.dl_ad_recruiting__job_link_arrow:hover{border-color:#f46f52}.lmt__doc{padding-top:52px;margin-bottom:30px}.lmt__doc .lmt__textarea_separator{top:0;height:100%}.docTrans_container{min-height:200px;margin-bottom:40px;position:relative;padding:0!important}.docTrans_container>div:first-child{position:relative}.dl_pro .docTrans_container{margin-bottom:0}.docTrans_document{white-space:nowrap;display:flex;justify-content:space-between;min-height:calc(50vh + 4px)}.docTrans_document__source_block,.docTrans_document__target_block{display:inline-block;position:relative;vertical-align:top;padding:.5em;font-size:16px;box-sizing:border-box;background-color:transparent;min-height:380px;transition:min-height .5s ease-in-out;margin:0;width:calc(50% - 3px);box-shadow:0 14px 16px rgba(0,0,0,.06);border:1px solid transparent;display:inline-flex;align-content:center;align-items:center;justify-content:center}.dl_pro .docTrans_document__source_block,.dl_pro .docTrans_document__target_block{min-height:420px}.docTrans_document__source_block p a,.docTrans_document__target_block p a{font-weight:500}@media(min-height:800px){.docTrans_document__source_block,.docTrans_document__target_block{min-height:420px}}@media(min-height:1000px){.docTrans_document__source_block,.docTrans_document__target_block{min-height:450px}}@media(min-height:1200px){.docTrans_document__source_block,.docTrans_document__target_block{min-height:500px}}.docTrans_document__source_block>div,.docTrans_document__target_block>div{display:inline-block;flex:0 0 auto;max-width:100%;box-sizing:border-box;white-space:normal}.docTrans_document__source_block[doc-trans-file-type=docx] .docTrans_document__file_icon,.docTrans_document__target_block[doc-trans-file-type=docx] .docTrans_document__file_icon{background-image:url(/img/icons/docTrans_file_docx.svg)}.docTrans_document__source_block[doc-trans-file-type=pptx] .docTrans_document__file_icon,.docTrans_document__target_block[doc-trans-file-type=pptx] .docTrans_document__file_icon{background-image:url(/img/icons/docTrans_file_pptx.svg)}.docTrans_document__source_block{vertical-align:middle;margin-right:0;padding:20px 0;border-top-left-radius:3px;border-bottom-left-radius:3px}.docTrans_document__source_block>div{text-align:center;width:100%}.docTrans_document__target_block{vertical-align:middle;float:right;border-top-right-radius:3px;border-bottom-right-radius:3px;border:1px solid #006494!important}.docTrans_document__target_block~.lmt__textarea_separator{top:0;height:100%}.docTrans_document__target_block~.lmt__textarea_separator .lmt__textarea_separator__border_outer{display:block}.docTrans_document__target_block~.lmt__textarea_separator .lmt__textarea_separator__border_outer:before{right:14px}.docTrans_document__target_block .docTrans_document__target_lang_select,.docTrans_document__target_block .docTrans_document__target_ready,.docTrans_document__target_block>div{text-align:center;width:100%;font-weight:300;padding:20px 0 26px}.docTrans_document__filename_label{word-break:break-all;font-size:14px;text-align:center;font-weight:400;color:#666}.docTrans_document__status_label{font-size:18px;font-size:22px;font-weight:300;color:#333}.docTrans_document__status_label em{font-style:normal;font-weight:700;font-weight:300}.docTrans_document__target_ready{padding:1em!important}.docTrans_document__document_ready_label{font-size:26px;font-weight:300;color:#333;margin-bottom:16px}.docTrans_document__document_ready_label,.docTrans_document__status_label,.docTrans_document__target_lang_select{font-family:Montserrat,sans-serif;font-weight:300;font-size:24px;line-height:1.1em}.docTrans_document__download_again_button{display:inline-block;font-size:14px;margin-top:.25em}.docTrans_document__download_again_button:hover{text-decoration:underline!important}.docTrans_document__document_ready_additional_text{margin-top:36px}.docTrans_document__document_ready_additional_text a{font-size:18px;font-weight:300;color:#333}.docTrans_document__document_ready_additional_text a:hover{color:#074b78;text-decoration:underline}.docTrans_document__doc_notes{margin:16px 0;padding-top:1px}.docTrans_document__doc_warning{display:inline-block;background-color:#eee;padding:.25em .5em .25em .25em;font-size:14px;border-radius:4px;margin:4px 4px 8px}.docTrans_document__doc_warning span:first-child{background-color:#faa200;display:inline-block;line-height:1.2em;width:1.2em;text-align:center;color:#000;font-size:16px;vertical-align:middle;border-radius:100%;color:#fff;font-weight:700;margin-right:4px}.docTrans_document__doc_warning span:last-child{display:inline-block;vertical-align:middle;color:#222}.docTrans_document__cancel_button.docTrans_document__cancel_button{position:absolute;right:16px;bottom:0;font-size:14px;font-weight:600}.docTrans_document__cancel_button.dl_invisible_by_default{display:none}.docTrans_document__source_to_target_icon{position:absolute;stroke:#faa200;left:50%;top:50%;outline:1px solid;transform:translate(-25%,50%);fill:none;stroke-width:3px}.docTrans_document__error_description{font-size:20px;margin-top:1em;color:#f60000;font-weight:400;text-align:left;padding:1em}.docTrans_document__error_description a{font-weight:500}.docTrans_document__quota_error_text{font-size:16px;color:#f60000;font-weight:400;text-align:left;padding:1em}.docTrans_document__quota_error_text a{display:block;font-weight:500}.docTrans_document__progress,.docTrans_document__upload_progress{border:1px solid #ddd;border-radius:5px;display:inline-block;position:relative;overflow:hidden;width:80%;max-width:300px;height:24px;box-sizing:border-box;background-color:#f1f1f1}@keyframes docTrans_document__progress_animation{0%{left:-50%}to{left:100%}}.docTrans_document__progress>div,.docTrans_document__upload_progress>div{animation:docTrans_document__progress_animation 1.5s ease-in-out infinite;display:inline-block;height:auto;background-color:#0f2b46;border-radius:5px;position:absolute;left:2px;box-sizing:border-box;top:2px;bottom:2px;width:50%}.docTrans_document__upload_progress{margin-top:20px}.docTrans_document__file_icon{display:inline-block;width:100px;height:100px;background-color:transparent;background-repeat:no-repeat;background-size:contain;background-image:url(/img/icons/docTrans_file.svg)}.docTrans_document__download_button__container{margin:.5em}.docTrans_document__download_button__container p{margin:.5em;line-height:1.6}.docTrans_document__download_button{padding:0 1em;border-radius:3px;background-color:#faa200;font-weight:500;line-height:2;text-align:center;text-transform:none;text-decoration:none;border:1px solid #fff;color:#fff;cursor:pointer;transition:background-color 75ms ease-out,border-color 50ms ease-out,box-shadow 75ms ease-out,opacity 75ms ease-out;box-shadow:inset 0 0 0 0 #fff;font-family:Montserrat,sans-serif;display:inline-block}.docTrans_document__download_button:focus,.docTrans_document__download_button:hover{box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.3)}.docTrans_document__download_button:focus{outline:none}.docTrans_document__download_button:active{border-color:#faa200;background-color:#fff;color:#faa200;outline:none}.docTrans_document__download_button[disabled]{border-color:#aaa!important;color:#aaa!important;background-color:#eee!important;cursor:default}.docTrans_document__download_button.dl_invisible_by_default{display:none}.docTrans_document__download_again_button{margin:.5em;color:#074b78;font-weight:500}.docTrans_document__target_lang_select h2{font-size:22px;font-weight:300;color:#333;padding-bottom:.5em}.docTrans_document__target_lang_select ul{list-style:none}.docTrans_document__target_lang_select li button.docTrans_document__target_lang_select__entry{color:#0f2b46}.docTrans_document__target_lang_select li button.docTrans_document__target_lang_select__entry:hover{color:#006494}.docTrans_document__choose_different_target_lang_target h2{font-size:22px;font-weight:300;color:#d40000;padding:0 1em .5em;line-height:1.45}.docTrans_document__choose_different_target_lang_target h2 em{font-weight:400;font-style:normal;padding-right:0 .25em}.docTrans_document__report_error_section{text-align:center;background-color:transparent;transition:.2s ease-out;padding:.5em}.docTrans_document__report_error_section h2{color:#074b78;cursor:pointer;font-size:16px;font-weight:500}.docTrans_document__report_error_section textarea{resize:none;width:100%;height:4em;font-size:16px;padding:.5em;box-sizing:border-box;margin:.5em 0}.docTrans_document__report_error_section label{margin:.5em;display:inline-block}.docTrans_document__report_error_section a{display:inline-block;padding:0 1em;border-radius:3px;background-color:#faa200;font-weight:500;line-height:2;text-align:center;text-transform:none;text-decoration:none;border:1px solid #fff;color:#fff;cursor:pointer;transition:background-color 75ms ease-out,border-color 50ms ease-out,box-shadow 75ms ease-out,opacity 75ms ease-out;box-shadow:inset 0 0 0 0 #fff;font-family:Montserrat,sans-serif;font-size:15px}.docTrans_document__report_error_section a:hover{box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.3)}.docTrans_document__report_error_section a:focus{box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.3);outline:none}.docTrans_document__report_error_section a:active{border-color:#faa200;background-color:#fff;color:#faa200;outline:none}.docTrans_document__report_error_section a[disabled]{border-color:#aaa!important;color:#aaa!important;background-color:#eee!important;cursor:default}.docTrans_document__report_error_section form{display:none}.docTrans_document__report_error_section p{margin:.5em 0}.docTrans_document__report_error_section.docTrans_document__report_error_section-open{background-color:#f8f8f8;margin-bottom:2em}.docTrans_document__report_error_section.docTrans_document__report_error_section-open form{display:block}.docTrans_document__report_error_section.docTrans_document__report_error_section-open h2{color:#333;cursor:default}.docTrans_document__report_error_section .docTrans_document__report_error_disclaimer{font-size:12px;margin-top:2em}.docTrans_document__report_error_section .docTrans_document__report_error_disclaimer a{font-size:12px;color:#fff;text-decoration:none}.docTrans_document__target_ready__footer{position:absolute;bottom:10px;right:10px}.docTrans_translator_upload_button{position:absolute;bottom:0;padding:2px 10px 2px 6px;box-sizing:border-box;display:inline-block;left:0;right:0;border-top:1px solid #f0f0f0;width:100%;line-height:0;background-color:#fff}.docTrans_translator_upload_button input{opacity:0;position:absolute;width:.1px;height:.1px}.docTrans_translator_upload_button .docTrans_translator_upload_button__inner{display:inline-block;animation-duration:.5s;animation-name:docTrans_button_anim_2}.docTrans_translator_upload_button .docTrans_translator_upload_button__inner>button{display:inline-block;border:none;cursor:pointer;-webkit-appearance:none;line-height:22px;background-color:#fff;vertical-align:bottom;position:relative;z-index:3;font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;color:#0f2b46;stroke:#0f2b46;padding:4px 6px 4px 14px;min-width:auto;transition:filter 75ms ease-out}.docTrans_translator_upload_button .docTrans_translator_upload_button__inner>button:hover{color:#006494;stroke:#006494}.dl--keyboard_focus .docTrans_translator_upload_button .docTrans_translator_upload_button__inner>button:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.docTrans_translator_upload_button .docTrans_translator_upload_button__inner>button svg{position:relative;margin-right:5px;vertical-align:middle}.docTrans_translator_upload_button .docTrans_translator_upload_button__inner>button:active,.docTrans_translator_upload_button .docTrans_translator_upload_button__inner>button:focus{outline:none}@media(max-width:800px){.docTrans_translator_upload_button .docTrans_translator_upload_button__inner>button{padding-right:1.5em;border-radius:4px;min-width:226px}}.docTrans_translator_upload_button--quota_reached button{opacity:.3;cursor:not-allowed}.docTrans_translator_upload_button.docTrans_translator_upload_button--keep_active .docTrans_translator_upload_button__lang_selector,.docTrans_translator_upload_button.docTrans_translator_upload_button--open_target_lang_menu .docTrans_translator_upload_button__lang_selector,.docTrans_translator_upload_button:active .docTrans_translator_upload_button__lang_selector,.docTrans_translator_upload_button:focus .docTrans_translator_upload_button__lang_selector,.docTrans_translator_upload_button:hover .docTrans_translator_upload_button__lang_selector{opacity:1;max-width:10em;transform:translate(0)}.docTrans_translator_upload_button.docTrans_translator_upload_button--keep_active .docTrans_translator_upload_button__help_popup,.docTrans_translator_upload_button.docTrans_translator_upload_button--open_target_lang_menu .docTrans_translator_upload_button__help_popup,.docTrans_translator_upload_button:active .docTrans_translator_upload_button__help_popup,.docTrans_translator_upload_button:focus .docTrans_translator_upload_button__help_popup,.docTrans_translator_upload_button:hover .docTrans_translator_upload_button__help_popup{display:block;opacity:1}.docTrans_translator_upload_button .docTrans_translator_upload_button__help_popup{animation-duration:1s;animation-name:docTrans_translator_upload_button__help_popup_anim;pointer-events:none;position:absolute;background-color:#f6f6f6;display:none;z-index:10;line-height:1.32;color:#666;padding:1em;font-size:14px;box-shadow:0 2px 4px rgba(0,0,0,.3);bottom:150%;max-width:90vw;width:20em;border-radius:4px;opacity:0;opacity:1}.docTrans_translator_upload_button .docTrans_translator_upload_button__help_popup>div{display:flex;justify-content:space-around;align-items:center}.docTrans_translator_upload_button .docTrans_translator_upload_button__help_popup>div img{display:inline-block;width:50px;flex:0 0 auto}.docTrans_translator_upload_button .docTrans_translator_upload_button__help_popup>p{margin-top:.5em}.docTrans_translator_upload_button .docTrans_translator_upload_button__help_popup:after{content:' ';width:10px;height:10px;display:block;top:100%;left:25%;transform:translateY(-5px) rotate(45deg);background-color:#f6f6f6;position:absolute;box-shadow:2px 2px 2px rgba(0,0,0,.15)}@media(max-device-width:650px){.docTrans_translator_upload_button{display:none}}@keyframes docTrans_translator_upload_button__help_popup_anim{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes docTrans_button_anim_1{0%{background-color:transparent;color:#042d48;stroke:#042d48}10%{background-color:transparent;color:#042d48;border-color:transparent;stroke:#042d48}19%{background-color:rgba(250,162,2,.6666666667);color:#fff;border-color:#faa200;stroke:#fff}20%{background-color:rgba(250,162,2,.6666666667);color:#fff;border-color:#faa200;stroke:#fff}25%{background-color:transparent;color:#ccc;border-color:#ccc;stroke:#ccc}39%{background-color:rgba(250,162,2,.6666666667);color:#fff;border-color:#faa200;stroke:#fff}40%{background-color:rgba(250,162,2,.6666666667);color:#fff;border-color:#faa200;stroke:#fff}to{background-color:transparent;color:#042d48;border-color:transparent;stroke:#042d48}}@keyframes docTrans_button_anim_2{0%{opacity:0}20%{opacity:0}to{opacity:1}}.docTrans_drop_target_overlay{display:block;position:absolute;width:100%;height:100%;left:0;top:0;box-shadow:0 0 0 2px #f0f0f0,0 0 0 rgba(0,0,0,.2);padding:16px;box-sizing:border-box;font-weight:300;text-align:center;animation-delay:0;animation-duration:.25s;animation-name:docTrans_overlay_blend_in;display:flex;align-items:center;justify-content:center;transition:.15s ease-out;color:#aaa;background-color:#f0f5f8;outline:2px dashed #4babda;z-index:9}@keyframes docTrans_overlay_blend_in{0%{opacity:0}to{opacity:1}}.docTrans_drop_target_overlay>div{z-index:1}.docTrans_drop_target_overlay:before{content:' ';position:absolute;left:calc(50% - 45px);top:calc(50% - 85px);width:90px;height:90px;background-image:url(/img/icons/icon_docTrans_upload_v2.svg);background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.docTrans_drop_target_overlay.docTrans_drop_target_overlay--active{box-shadow:0 0 0 2px #f0f0f0,0 0 4px rgba(0,0,0,.1);background-color:#eee;outline:2px dashed #032d48;color:#222;transition:.15s ease-out .15s}.docTrans_drop_target_overlay.docTrans_drop_target_overlay_failure{outline:2px dashed #800;color:#500;background-color:#fbb}@keyframes docTrans_usage_info__fade_in_animation{0%{opacity:0}to{opacity:1}}.docTrans_usage_info{text-align:right;position:relative}.docTrans_usage_info__entry--critical{color:red!important}.docTrans_usage_info>div{animation:docTrans_usage_info__fade_in_animation .2s ease-out 1;display:inline-block;text-align:left;max-width:600px;background-color:hsla(0,0%,100%,.95);padding:.5em;right:0;bottom:0;color:#333}.docTrans_usage_info h2{font-size:14px;font-weight:500;color:#666;margin-bottom:.5em}.docTrans_usage_info p{font-size:14px;font-weight:400;color:#666;line-height:1.75}.docTrans_usage_info p em{color:#888}.lmt--web .docTrans_drop_target_overlay_failure{background-color:#fff2f2;outline:2px dashed #d7524f;z-index:9}.lmt--web .docTrans_drop_target_overlay_failure:before{background-image:url(/img/icons/icon_docTrans_error_v2.svg)}.lmt--web .docTrans_drop_target__desc{position:relative;top:45px;color:#000;font-family:Open Sans,sans-serif;font-weight:300;font-size:18px;line-height:29px}.lmt--web .docTrans__help_popup{opacity:0;position:absolute;top:0;left:0;height:100%;width:100%;background-color:#fff;box-sizing:border-box;text-align:center;transition:opacity 0s ease-out;z-index:-1;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.lmt--web .docTrans__help_popup.docTrans__help_popup--separate-view{opacity:1;z-index:1;position:absolute!important;height:100%!important;font-size:20px;resize:none}.lmt--web .docTrans__help_popup .docTrans__help_popup__desc{margin:20px 0 10px;max-width:400px}.lmt--web .docTrans__help_popup .docTrans__help_popup__desc #docTrans__file-upload-button{pointer-events:all;padding:10px 0}.lmt--web .docTrans__help_popup .docTrans__help_popup__icons{display:flex;align-items:center;justify-content:center}.lmt--web .docTrans__help_popup .docTrans__help_popup__icons__sep{font-family:Montserrat,sans-serif;font-weight:300;font-size:40px;line-height:60px;margin:0 15px}.lmt--web .docTrans_translator_upload_button:active~.docTrans__help_popup,.lmt--web .docTrans_translator_upload_button:focus~.docTrans__help_popup,.lmt--web .docTrans_translator_upload_button:hover~.docTrans__help_popup{opacity:.9;z-index:0;transition:opacity .25s ease-out .5s}.docTrans_document .docTrans_document__target_lang_select__header{font-family:Montserrat,sans-serif;font-weight:300;font-size:24px;line-height:36px}.docTrans_document .docTrans_document__choose_different_target_lang_target_inner{display:flex;flex-direction:column}.docTrans_document .docTrans_document__choose_different_target_lang_target_inner .docTrans_document__target_lang_select__entry{margin-left:auto;margin-right:auto}.docTrans_document .docTrans_document__target_lang_select__entry{line-height:1.25em;padding:0 .5rem!important}.docTrans_document .docTrans_document__progress,.docTrans_document .docTrans_document__upload_progress{max-width:280px;height:20px;padding:0}.docTrans_document .docTrans_document__progress_image{margin:30px 0;width:100%;text-align:center}.docTrans_document .docTrans_document__remaining_time_label{margin-top:10px;font-family:Open Sans,sans-serif;font-weight:300;font-size:14px;line-height:24px}.docTrans_document .docTrans_document__download_again_button,.docTrans_document .docTrans_document__download_button{font-family:Montserrat,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:normal;background-color:transparent;color:#000;padding:6px 8px;margin-bottom:30px;border:none}.docTrans_document .docTrans_document__download_again_button:active,.docTrans_document .docTrans_document__download_button:active{border:none;background-color:transparent;color:#000;text-decoration:underline}.docTrans_document__target_ready__footer .docTrans_document .docTrans_document__done_another{padding:8px 12px}.docTrans_document .docTrans_document__filename_label{color:#000;font-family:Open Sans,sans-serif;font-weight:300;font-size:18px;line-height:30px;margin-top:30px}.docTrans_document .docTrans_document__document_ready_additional_text{margin-top:30px;margin-bottom:30px;text-align:left}.docTrans_document .docTrans_document__document_ready_additional_text a{font-family:Open Sans,sans-serif;font-weight:300;font-size:14px;line-height:24px}.docTrans_document[doc-trans-file-type=docx] .docTrans_document__file_icon{background-image:url(/img/icons/icon_docx_v2.svg)}.docTrans_document[doc-trans-file-type=pptx] .docTrans_document__file_icon{background-image:url(/img/icons/icon_pptx_v2.svg)}.dl_default_link,.docTrans_document__error_description a,.docTrans_document__quota_error_text a,.docTrans_document__source_block p a,.docTrans_document__target_block p a{color:#074b78;text-decoration:none;cursor:pointer}.dl_default_link:focus,.dl_default_link:hover,.docTrans_document__error_description a:focus,.docTrans_document__error_description a:hover,.docTrans_document__quota_error_text a:focus,.docTrans_document__quota_error_text a:hover,.docTrans_document__source_block p a:focus,.docTrans_document__source_block p a:hover,.docTrans_document__target_block p a:focus,.docTrans_document__target_block p a:hover{text-decoration:underline;color:#0f2b46}.dl--keyboard_focus .dl_default_link:focus,.dl--keyboard_focus .docTrans_document__error_description a:focus,.dl--keyboard_focus .docTrans_document__quota_error_text a:focus,.dl--keyboard_focus .docTrans_document__source_block p a:focus,.dl--keyboard_focus .docTrans_document__target_block p a:focus,.docTrans_document__error_description .dl--keyboard_focus a:focus,.docTrans_document__quota_error_text .dl--keyboard_focus a:focus,.docTrans_document__source_block p .dl--keyboard_focus a:focus,.docTrans_document__target_block p .dl--keyboard_focus a:focus{text-decoration:none;box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.docTrans_document__error_description a[href^=http],.docTrans_document__quota_error_text a[href^=http],.docTrans_document__source_block p a[href^=http],.docTrans_document__target_block p a[href^=http],[href^=http].dl_default_link{white-space:nowrap}.docTrans_document__error_description a[href^=http]:after,.docTrans_document__quota_error_text a[href^=http]:after,.docTrans_document__source_block p a[href^=http]:after,.docTrans_document__target_block p a[href^=http]:after,[href^=http].dl_default_link:after{content:' ';background-repeat:no-repeat;background-image:url(/img/external_link_hint_blue.svg);display:inline-block;width:1em;height:1em;vertical-align:middle;margin-left:.25em;opacity:.5}.docTrans_document__error_description a[href^=http]:focus:after,.docTrans_document__error_description a[href^=http]:hover:after,.docTrans_document__quota_error_text a[href^=http]:focus:after,.docTrans_document__quota_error_text a[href^=http]:hover:after,.docTrans_document__source_block p a[href^=http]:focus:after,.docTrans_document__source_block p a[href^=http]:hover:after,.docTrans_document__target_block p a[href^=http]:focus:after,.docTrans_document__target_block p a[href^=http]:hover:after,[href^=http].dl_default_link:focus:after,[href^=http].dl_default_link:hover:after{opacity:1}.lmt_quote__source a{font-family:Montserrat,sans-serif;font-size:16px;line-height:1.25em;color:#006494;transition:.2s ease-out}.lmt_quote__source a:focus,.lmt_quote__source a:hover{text-decoration:none;outline:none}.lmt_quote__source a:hover{color:#000}.dl--keyboard_focus .lmt_quote__source a:focus,.lmt_quote__source .dl--keyboard_focus a:focus{box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.dl_ad_recruiting__job_link,.docTrans_document .docTrans_document__done_another,.docTrans_document .docTrans_document__target_lang_select__entry,.docTrans_document__cancel_button,.docTrans_document__target_lang_select li button,.lmt__ad_charLimit__cta,.lmt__formalitySwitch_ad__cta,.lmt__formalitySwitch_feedback__send_btn,.lmt__notification__blocked .lmt__notification__blocked__pro__cta-1,.lmt__notification__blocked .lmt__notification__blocked__pro__cta-2{border:none;border-radius:3px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:500;line-height:1.5em;color:#fff;cursor:pointer;padding:.75em 1.5em;display:inline-block;position:relative;transition:background-color .15s ease-out,color .15s ease-out,color .15s ease-out,color .15s ease-out,border .15s ease-out,color .15s ease-out}.dl_ad_recruiting__job_link:active,.dl_ad_recruiting__job_link:focus,.docTrans_document .docTrans_document__done_another:active,.docTrans_document .docTrans_document__done_another:focus,.docTrans_document .docTrans_document__target_lang_select__entry:active,.docTrans_document .docTrans_document__target_lang_select__entry:focus,.docTrans_document__cancel_button:active,.docTrans_document__cancel_button:focus,.docTrans_document__target_lang_select li button:active,.docTrans_document__target_lang_select li button:focus,.lmt__ad_charLimit__cta:active,.lmt__ad_charLimit__cta:focus,.lmt__formalitySwitch_ad__cta:active,.lmt__formalitySwitch_ad__cta:focus,.lmt__formalitySwitch_feedback__send_btn:active,.lmt__formalitySwitch_feedback__send_btn:focus,.lmt__notification__blocked .lmt__notification__blocked__pro__cta-1:active,.lmt__notification__blocked .lmt__notification__blocked__pro__cta-1:focus,.lmt__notification__blocked .lmt__notification__blocked__pro__cta-2:active,.lmt__notification__blocked .lmt__notification__blocked__pro__cta-2:focus{outline:none;text-decoration:none}.dl--keyboard_focus .dl_ad_recruiting__job_link:focus:after,.dl--keyboard_focus .docTrans_document .docTrans_document__done_another:focus:after,.dl--keyboard_focus .docTrans_document .docTrans_document__target_lang_select__entry:focus:after,.dl--keyboard_focus .docTrans_document__cancel_button:focus:after,.dl--keyboard_focus .docTrans_document__target_lang_select li button:focus:after,.dl--keyboard_focus .lmt__ad_charLimit__cta:focus:after,.dl--keyboard_focus .lmt__formalitySwitch_ad__cta:focus:after,.dl--keyboard_focus .lmt__formalitySwitch_feedback__send_btn:focus:after,.dl--keyboard_focus .lmt__notification__blocked .lmt__notification__blocked__pro__cta-1:focus:after,.dl--keyboard_focus .lmt__notification__blocked .lmt__notification__blocked__pro__cta-2:focus:after,.docTrans_document .dl--keyboard_focus .docTrans_document__done_another:focus:after,.docTrans_document .dl--keyboard_focus .docTrans_document__target_lang_select__entry:focus:after,.docTrans_document__target_lang_select li .dl--keyboard_focus button:focus:after,.lmt__notification__blocked .dl--keyboard_focus .lmt__notification__blocked__pro__cta-1:focus:after,.lmt__notification__blocked .dl--keyboard_focus .lmt__notification__blocked__pro__cta-2:focus:after{content:' ';display:inline-block;width:auto;height:auto;top:-3px;left:-3px;right:-3px;bottom:-3px;position:absolute;box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}.docTrans_document [disabled].docTrans_document__done_another,.docTrans_document [disabled].docTrans_document__target_lang_select__entry,.docTrans_document__target_lang_select li button[disabled],.lmt__notification__blocked [disabled].lmt__notification__blocked__pro__cta-1,.lmt__notification__blocked [disabled].lmt__notification__blocked__pro__cta-2,[disabled].dl_ad_recruiting__job_link,[disabled].docTrans_document__cancel_button,[disabled].lmt__ad_charLimit__cta,[disabled].lmt__formalitySwitch_ad__cta,[disabled].lmt__formalitySwitch_feedback__send_btn{opacity:.5}.docTrans_document .is3_modal_dialog--submitting.docTrans_document__done_another,.docTrans_document .is3_modal_dialog--submitting.docTrans_document__target_lang_select__entry,.docTrans_document__target_lang_select li button.is3_modal_dialog--submitting,.is3_modal_dialog--submitting.dl_ad_recruiting__job_link,.is3_modal_dialog--submitting.docTrans_document__cancel_button,.is3_modal_dialog--submitting.lmt__ad_charLimit__cta,.is3_modal_dialog--submitting.lmt__formalitySwitch_ad__cta,.is3_modal_dialog--submitting.lmt__formalitySwitch_feedback__send_btn,.lmt__notification__blocked .is3_modal_dialog--submitting.lmt__notification__blocked__pro__cta-1,.lmt__notification__blocked .is3_modal_dialog--submitting.lmt__notification__blocked__pro__cta-2{pointer-events:none;padding-left:2.7em;opacity:.4}.docTrans_document .is3_modal_dialog--submitting.docTrans_document__done_another:after,.docTrans_document .is3_modal_dialog--submitting.docTrans_document__done_another:before,.docTrans_document .is3_modal_dialog--submitting.docTrans_document__target_lang_select__entry:after,.docTrans_document .is3_modal_dialog--submitting.docTrans_document__target_lang_select__entry:before,.docTrans_document__target_lang_select li button.is3_modal_dialog--submitting:after,.docTrans_document__target_lang_select li button.is3_modal_dialog--submitting:before,.is3_modal_dialog--submitting.dl_ad_recruiting__job_link:after,.is3_modal_dialog--submitting.dl_ad_recruiting__job_link:before,.is3_modal_dialog--submitting.docTrans_document__cancel_button:after,.is3_modal_dialog--submitting.docTrans_document__cancel_button:before,.is3_modal_dialog--submitting.lmt__ad_charLimit__cta:after,.is3_modal_dialog--submitting.lmt__ad_charLimit__cta:before,.is3_modal_dialog--submitting.lmt__formalitySwitch_ad__cta:after,.is3_modal_dialog--submitting.lmt__formalitySwitch_ad__cta:before,.is3_modal_dialog--submitting.lmt__formalitySwitch_feedback__send_btn:after,.is3_modal_dialog--submitting.lmt__formalitySwitch_feedback__send_btn:before,.lmt__notification__blocked .is3_modal_dialog--submitting.lmt__notification__blocked__pro__cta-1:after,.lmt__notification__blocked .is3_modal_dialog--submitting.lmt__notification__blocked__pro__cta-1:before,.lmt__notification__blocked .is3_modal_dialog--submitting.lmt__notification__blocked__pro__cta-2:after,.lmt__notification__blocked .is3_modal_dialog--submitting.lmt__notification__blocked__pro__cta-2:before{content:' ';display:block;border:2px solid #fff;height:1em;width:1em;position:absolute;top:32%;left:1em;box-sizing:border-box;border-radius:100%;transform:scale(0);transition:transform 50ms ease-out}.docTrans_document .is3_modal_dialog--submitting.docTrans_document__done_another:before,.docTrans_document .is3_modal_dialog--submitting.docTrans_document__target_lang_select__entry:before,.docTrans_document__target_lang_select li button.is3_modal_dialog--submitting:before,.is3_modal_dialog--submitting.dl_ad_recruiting__job_link:before,.is3_modal_dialog--submitting.docTrans_document__cancel_button:before,.is3_modal_dialog--submitting.lmt__ad_charLimit__cta:before,.is3_modal_dialog--submitting.lmt__formalitySwitch_ad__cta:before,.is3_modal_dialog--submitting.lmt__formalitySwitch_feedback__send_btn:before,.lmt__notification__blocked .is3_modal_dialog--submitting.lmt__notification__blocked__pro__cta-1:before,.lmt__notification__blocked .is3_modal_dialog--submitting.lmt__notification__blocked__pro__cta-2:before{animation:is3_active_request_indicator__active_animation .75s linear 0s infinite}.docTrans_document .is3_modal_dialog--submitting.docTrans_document__done_another:after,.docTrans_document .is3_modal_dialog--submitting.docTrans_document__target_lang_select__entry:after,.docTrans_document__target_lang_select li button.is3_modal_dialog--submitting:after,.is3_modal_dialog--submitting.dl_ad_recruiting__job_link:after,.is3_modal_dialog--submitting.docTrans_document__cancel_button:after,.is3_modal_dialog--submitting.lmt__ad_charLimit__cta:after,.is3_modal_dialog--submitting.lmt__formalitySwitch_ad__cta:after,.is3_modal_dialog--submitting.lmt__formalitySwitch_feedback__send_btn:after,.lmt__notification__blocked .is3_modal_dialog--submitting.lmt__notification__blocked__pro__cta-1:after,.lmt__notification__blocked .is3_modal_dialog--submitting.lmt__notification__blocked__pro__cta-2:after{animation:is3_active_request_indicator__active_animation .75s linear .25s infinite}.lmt__ad_charLimit__cta,.lmt__formalitySwitch_ad__cta,.lmt__formalitySwitch_feedback__send_btn,.lmt__notification__blocked .lmt__notification__blocked__pro__cta-1{background-color:#f46f52;box-shadow:0 4px 11px rgba(103,139,140,.08)}.lmt__ad_charLimit__cta:active,.lmt__ad_charLimit__cta:hover,.lmt__formalitySwitch_ad__cta:active,.lmt__formalitySwitch_ad__cta:hover,.lmt__formalitySwitch_feedback__send_btn:active,.lmt__formalitySwitch_feedback__send_btn:hover,.lmt__notification__blocked .lmt__notification__blocked__pro__cta-1:active,.lmt__notification__blocked .lmt__notification__blocked__pro__cta-1:hover{background-color:#0f2b46;box-shadow:0 4px 11px rgba(103,139,140,.08)}.dl_ad_recruiting__job_link,.lmt__notification__blocked .lmt__notification__blocked__pro__cta-2{background-color:transparent;border:1px solid rgba(0,0,0,.1);border-radius:3px;color:#000}.dl_ad_recruiting__job_link:active,.dl_ad_recruiting__job_link:hover,.lmt__notification__blocked .lmt__notification__blocked__pro__cta-2:active,.lmt__notification__blocked .lmt__notification__blocked__pro__cta-2:hover{color:#05668d;border:1px solid #05668d}.docTrans_document .docTrans_document__done_another,.docTrans_document .docTrans_document__target_lang_select__entry,.docTrans_document__cancel_button{background-color:transparent;border:none;color:#0f2b46}.docTrans_document .docTrans_document__done_another:active,.docTrans_document .docTrans_document__done_another:hover,.docTrans_document .docTrans_document__target_lang_select__entry:active,.docTrans_document .docTrans_document__target_lang_select__entry:hover,.docTrans_document__cancel_button:active,.docTrans_document__cancel_button:hover{color:#006494;border:none}.docTrans_document .is3_modal_dialog--submitting.docTrans_document__done_another,.docTrans_document .is3_modal_dialog--submitting.docTrans_document__target_lang_select__entry,.is3_modal_dialog--submitting.docTrans_document__cancel_button{pointer-events:none;padding-left:inherit;background-color:inherit;color:#999}.dl_pro #lmt_quotes_article,.docTrans_document .is3_modal_dialog--submitting.docTrans_document__done_another:after,.docTrans_document .is3_modal_dialog--submitting.docTrans_document__done_another:before,.docTrans_document .is3_modal_dialog--submitting.docTrans_document__target_lang_select__entry:after,.docTrans_document .is3_modal_dialog--submitting.docTrans_document__target_lang_select__entry:before,.is3_modal_dialog--submitting.docTrans_document__cancel_button:after,.is3_modal_dialog--submitting.docTrans_document__cancel_button:before{display:none}.dl_country_with_pro_support #lmt_quotes_article,.dl_country_without_pro_support #lmt_quotes_article{opacity:1}#lmt_quotes_article{position:relative;white-space:nowrap;padding-top:1px;opacity:0;transition:opacity 1s ease-out;margin-bottom:36px;max-width:100%;margin-top:100px;z-index:0}@media(max-device-width:650px){#lmt_quotes_article.lmt--mobile-hidden{display:none}}.lmt_quotes_header{font-size:250%;display:block;margin-top:40px;padding-left:20px;font-weight:400;color:#333;font-family:Roboto,sans-serif}.lmt_quotes{height:300px;position:relative;vertical-align:top;text-align:center}@media(max-device-width:650px){.lmt_quotes{height:400px}}@media(max-width:840px){.lmt_quotes{height:350px}}@media(max-width:760px){.lmt_quotes{height:400px}}.lmt_quotes .lmt_quotes__container{margin:0 5vw;display:inline-block;position:relative;height:100%;top:0;max-width:600px;vertical-align:middle;box-sizing:border-box;width:calc(100% - 300px)}@media(max-width:1000px){.lmt_quotes .lmt_quotes__container{width:calc(100% - 100px);margin:0 4vw}}@media(max-width:840px){.lmt_quotes .lmt_quotes__container{width:calc(100% - 50px)}}@media(max-width:760px){.lmt_quotes .lmt_quotes__container{width:calc(100% - 20px);margin:0 10px}}.lmt_quotes .lmt_quotes__next_button,.lmt_quotes .lmt_quotes__prev_button{vertical-align:middle;position:relative;display:inline-flex;width:24px;height:100%;top:0;align-items:center;opacity:.4;cursor:pointer;transition:opacity .25s ease-in-out;z-index:3}.lmt_quotes .lmt_quotes__next_button svg,.lmt_quotes .lmt_quotes__prev_button svg{stroke-width:6;fill:transparent;stroke:#aaa;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;opacity:.7}.lmt_quotes .lmt_quotes__next_button svg:hover,.lmt_quotes .lmt_quotes__prev_button svg:hover{opacity:1}@media(max-width:760px){.lmt_quotes .lmt_quotes__next_button,.lmt_quotes .lmt_quotes__prev_button{position:absolute;opacity:0}}.lmt_quotes .lmt_quotes__prev_button{left:0;justify-content:flex-end}@media(max-width:760px){.lmt_quotes .lmt_quotes__prev_button{left:-16px}}.lmt_quotes .lmt_quotes__next_button{right:0;justify-content:flex-start}@media(max-width:760px){.lmt_quotes .lmt_quotes__next_button{right:-16px}}#lmt_quotes_article:hover .lmt_quotes .lmt_quotes__next_button,#lmt_quotes_article:hover .lmt_quotes .lmt_quotes__prev_button{opacity:1}.lmt_quote{height:8em;display:none;justify-content:space-around;justify-content:space-evenly;align-items:center;flex-wrap:nowrap;opacity:0;transition:opacity .25s ease-out;width:100%;height:100%;white-space:normal;margin-left:auto;margin-right:auto;left:0;right:0}.lmt_quote:last-child{transition:opacity .35s ease-in .1s}.lmt_quote__logo_1{position:relative;display:inline-block;flex:0 0 auto;width:200px;height:100px;background-position:50% 50%;display:none}.lmt_quote__logo_1,.lmt_quote__logo_3{background-repeat:no-repeat;background-size:contain;background-origin:content-box}.lmt_quote__logo_3{position:absolute;display:inline-block;width:auto;height:60px;background-position:100% 50%;left:10px;right:20px;bottom:40px;pointer-events:none}@media(max-device-width:650px){.lmt_quote__logo_3{bottom:20px}}.lmt_quote__inner{position:relative;display:inline-block;flex:0 0 auto;width:100%;color:#333;padding:42px 30px 100px 70px;box-sizing:border-box;text-align:center;background-color:#fff;border-radius:5px;box-shadow:0 32px 40px rgba(0,0,0,.08);z-index:2}@media(max-device-width:650px){.lmt_quote__inner{padding-left:30px;padding-top:30px;padding-bottom:90px}}.lmt_quote__inner:before{content:' ';background-image:url(/img/pro/icon_quote.svg);display:block;position:absolute;width:100px;height:65px;top:-22px;left:-25px;background-repeat:no-repeat;background-size:contain}@media(max-device-width:650px){.lmt_quote__inner:before{width:60px}}.lmt_quote__text{display:inline-block;margin-left:0;font-size:20px;line-height:1.4;font-weight:400;font-family:Open Sans,sans-serif}.lmt_quote__source,.lmt_quote__text{text-align:left;white-space:normal;color:#333}.lmt_quote__source{display:block;margin-top:1.5em;font-size:16px;font-weight:300}.lmt_quote__source br{display:none}.lmt_quote__source .lmt_quote__nolink,.lmt_quote__source a{color:#0f2b46;font-weight:600}.lmt_quote__source a:after{content:', '}.lmt_quote__source a:hover{text-decoration:none;color:#006494}.lmt_quote:first-child{display:inline-flex;position:absolute}.lmt_quote:last-child{display:inline-flex;position:relative;opacity:1}.lmt_quotes_nav{display:flex;justify-content:space-around;text-align:center;position:absolute;bottom:0;right:0;left:0;margin:0 auto;width:100%;max-width:300px;opacity:0;transition:opacity .1s ease-out 1s;z-index:5}.lmt_quotes_nav:hover{opacity:1;transition:opacity .1s ease-out}.lmt_quotes_nav_entry{display:inline-block;width:10px;height:10px;border:1px solid;color:#bbb;border-radius:100%;transition:.15s ease-in-out;margin:0;cursor:pointer;box-shadow:inset 0 0 0 12px #fff}.lmt_quotes_nav_entry:hover{color:#faa202}.lmt_quotes_nav_entry--active{background-color:#faa202;color:#faa202;box-shadow:inset 0 0 0 0 #f8f8f8}#lmt_quotes_article .lmt_quotes{height:460px}@media screen and (max-width:650px){#lmt_quotes_article .lmt_quotes{height:auto;padding:20px 0 60px}}#lmt_quotes_article .lmt_quotes__container{max-width:650px}#lmt_quotes_article .lmt_quotes_nav{opacity:1}#lmt_quotes_article .lmt_quotes_nav_entry{background-color:#b9b9b9;border-color:transparent;box-shadow:none}#lmt_quotes_article .lmt_quotes_nav_entry--active{background-color:#0f2b46}#lmt_quotes_article .lmt_quotes__next_button,#lmt_quotes_article .lmt_quotes__prev_button{display:none}.dl_default_link{color:#074b78;text-decoration:none;cursor:pointer}.dl_default_link:focus,.dl_default_link:hover{text-decoration:underline;color:#0f2b46}.dl--keyboard_focus .dl_default_link:focus{text-decoration:none;box-shadow:inset 0 0 0 1px rgba(0,129,189,.5),0 0 0 2px rgba(0,129,189,.5)}[href^=http].dl_default_link{white-space:nowrap}[href^=http].dl_default_link:after{content:' ';background-repeat:no-repeat;background-image:url(/img/external_link_hint_blue.svg);display:inline-block;width:1em;height:1em;vertical-align:middle;margin-left:.25em;opacity:.5}[href^=http].dl_default_link:focus:after,[href^=http].dl_default_link:hover:after{opacity:1}@keyframes dl_loadingSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.lmt__dict{text-align:left;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;margin-bottom:15px;position:relative}.lmt__dict.lmt--hidden{display:none}.lmt__dict .othertempora,.lmt__dict .sem,.lmt__dict .semantic_field{font-style:italic;color:#999;position:relative;font-size:11px}.lmt__dict .sem,.lmt__dict .semantic_field,.lmt__dict noindex:-o-prefocus{position:static;z-index:1}.lmt__dict .placeholder{font-size:smaller}.lmt__dict #dictionary,.lmt__dict .dictionary{font-weight:400;font-style:italic;font-size:15px;color:#999;line-height:1.35em;position:relative}.lmt__dict #dictionary .inexact{font-weight:400;font-style:italic;font-size:12px;color:#999;margin-top:18px}.lmt__dict .lemma{vertical-align:top;margin:10px 0 25px}.lmt__dict .lemma.last{background:none}.lmt__dict .lemma_desc{padding:0 0 5px}.lmt__dict #dictionary h2.lemma_desc{margin:0}.lmt__dict .lemma_content{padding:0;position:relative;margin-bottom:8px}.lmt__dict .translation_group{position:relative}.lmt__dict .lemma_content .translation_group_line.with_pie{padding-left:18px;text-indent:-18px}.lmt__dict .exact .translation.featured{margin-bottom:8px;clear:both}.lmt__dict .translation_desc{padding:2px 0 0;display:inline-block}.lmt__dict h3.translation_desc{margin:0;font-weight:400}.lmt__dict #dictionary h3.translation_desc{margin-bottom:0}.lmt__dict .group_line .translation_desc{text-indent:0;display:inline;padding:2px 10px 1px 0}.lmt__dict .comment{margin:15px 0;padding:0 0 0 10px}.lmt__dict .lemma_content{padding-left:40px}.lmt__dict .meaninggroup_description_inner{margin-left:-20px;width:20px;display:inline-block}.lmt__dict .meaninggroup_descriptions{margin-left:-20px;display:inline-block}.lmt__dict .tag_t{color:#333;font-style:normal}.lmt__dict .tag_lemma,.lmt__dict .tag_s{color:#265180;font-style:normal}.lmt__dict .tag_lemma{font-size:20px;font-weight:400}.lmt__dict .tag_lemma a{color:#265180}.lmt__dict .inexact .tag_lemma{font-size:13px}.lmt__dict .tag_type,.lmt__dict .tag_wordtype{color:#999;font-weight:400;font-style:italic;font-size:13px;margin-right:2px}.lmt__dict .example_lines .tag_type,.lmt__dict .example_lines .tag_wordtype,.lmt__dict .inexact .tag_type,.lmt__dict .inexact .tag_wordtype,.lmt__dict .tag_forms .tag_wordtype{font-size:13px}.lmt__dict .tag_wordtype{font-size:15px;margin-left:0}.lmt__dict .tag_area,.lmt__dict .tag_usage{color:#999;font-weight:400;font-style:italic;font-size:13px}.lmt__dict .inexact .tag_area,.lmt__dict .inexact .tag_forms,.lmt__dict .inexact .tag_usage{font-size:10px}.lmt__dict .tag_c{color:#999;font-weight:400;font-size:15px;font-style:italic}.lmt__dict .inexact .tag_c{font-size:12px}.lmt__dict .tag_forms{font-size:12px;font-weight:400;color:#999}.lmt__dict .inexact .tag_forms{display:none}.lmt__dict .lemma_desc .tag_forms{padding-left:3px}.lmt__dict .tag_trans_src_context{color:#265180;font-style:normal;padding-right:10px;font-size:14px}.lmt__dict .tag_trans_src_context:before{content:'('}.lmt__dict .tag_trans_src_context:after{content:')'}.lmt__dict .tag_lemma_context{padding-left:5px;padding-right:5px;font-size:14px}.lmt__dict .inexact .tag_lemma_context{padding-left:5px;font-size:12px}.lmt__dict .tag_lemma_context .placeholder{font-size:inherit}.lmt__dict #dictionary .tag_forms h3{display:inline;padding-right:10px;font-size:11px;margin:0;color:#999}.lmt__dict .tag_formname{color:#999}.lmt__dict .tag_area,.lmt__dict .tag_c,.lmt__dict .tag_s,.lmt__dict .tag_t,.lmt__dict .tag_usage{font-size:13px}.lmt__dict .tag_trans{font-size:16px;color:#333;font-style:normal;display:inline-block;min-height:20px}.lmt__dict .inexact .tag_trans{font-size:13px;color:#333;font-style:normal}.lmt__dict .inexact .tag_trans a{color:#333}.lmt__dict .exact .tag_trans a.featured{line-height:24px}.lmt__dict .meaninggroup_notfirst{padding-top:8px}.lmt__dict .meaninggroup_editing.meaninggroup_notfirst{padding-top:20px}.lmt__dict .meaning_class_header{padding-left:5px;padding-top:5px}.lmt__dict .meaninggroup_outer_list{display:inline}.lmt__dict .meaninggroup_inner_list,.lmt__dict .meaninggroup_outer_list{list-style-type:none;padding:0;margin:0}.lmt__dict .meaninggroup_inner_list li{display:inline}.lmt__dict .meaninggroup_problematic .meaninggroup_description,.lmt__dict .meaninggroup_problematic .meaninggroup_description_index{color:#e00}.lmt__dict .isForeignTerm .meaninggroup_synonym,.lmt__dict .isForeignTerm .meaninggroup_valency,.lmt__dict .meaninggroup_descriptions{color:#333}.lmt__dict .isMainTerm .meaninggroup_synonym,.lmt__dict .isMainTerm .meaninggroup_valency,.lmt__dict .meaninggroup_descriptions{color:#265182}.lmt__dict .meaninggroup_preliminary,.lmt__dict .meaninggroup_synonym{font-size:15px;font-weight:400;font-style:normal}.lmt__dict .meaninggroup_preliminary{color:green}.lmt__dict .meaninggroup_descriptions,.lmt__dict .meaninggroup_valency{font-size:15px;font-weight:400;font-style:normal}.lmt__dict .meaninggroup_valency{color:#333}.lmt__dict .meaninggroup_usage{color:#999}.lmt__dict .meaninggroup_areas{color:#999;font-style:italic}.lmt__dict .meaninggroup_editing .meaninggroup_description_index,.lmt__dict .meaninggroup_editing .meaninggroup_descriptions,.lmt__dict .meaninggroup_editing .meaninggroup_preliminary,.lmt__dict .meaninggroup_editing .meaninggroup_synonym,.lmt__dict .meaninggroup_editing .meaninggroup_usage{font-weight:600}.lmt__dict .meaninggroups_remark{margin-left:-20px}.lmt__dict .inflectioninfo,.lmt__dict .inflectioninfo .tag_c{color:#265180;font-style:normal;font-size:12px}.lmt__dict .isForeignTerm .inflectioninfo,.lmt__dict .isForeignTerm .tag_lemma,.lmt__dict .isForeignTerm .tag_lemma a,.lmt__dict .isForeignTerm .tag_s,.lmt__dict .isForeignTerm .tag_s a,.lmt__dict .isForeignTerm .tag_trans_src_context{color:#333}.lmt__dict .isForeignTerm .tag_t,.lmt__dict .isForeignTerm .tag_t a,.lmt__dict .isForeignTerm .tag_trans,.lmt__dict .isForeignTerm .tag_trans a{color:#265180}.lmt__dict .spell_suggestion.isForeignTerm,.lmt__dict .spell_suggestion.isForeignTerm .corrected{color:#333}.lmt__dict .spell_suggestion,.lmt__dict .spell_suggestion .corrected{color:#265180}.lmt__dict .line .translation{display:inline-block;line-height:1em;text-indent:0}.lmt__dict .sep{font-size:11px;color:#999;padding-right:10px}.lmt__dict .tag_forms .sep{padding-left:5px}.lmt__dict .inexact .sep{font-size:9px}.lmt__dict .dash{padding-right:10px}.lmt__dict .exact .lemma_desc .dash{display:none}.lmt__dict .lemma_desc .dash{font-size:14px;font-style:normal;color:#999;padding-left:7px;padding-right:7px}.lmt__dict .inexact .lemma_desc{padding:0}.lmt__dict .inexact .lemma_content,.lmt__dict .inexact .line,.lmt__dict .inexact .translation_group,.lmt__dict .inexact .translation_lines{display:inline}.lmt__dict #dictionary .inexact h2.lemma_desc,.lmt__dict .inexact .lemma_desc{display:inline-block;padding-right:0;font-size:14px;font-weight:400;font-style:normal}.lmt__dict .inexact .lemma_content{padding-left:0}.lmt__dict .inexact .lemma{margin:1px 0 0;text-indent:-10px}.lmt__dict .inexact div.singleline{text-indent:0;padding-left:0}.lmt__dict #dictionary>.expandable>.versionShort>.example_lines{padding-bottom:15px}.lmt__dict #dictionary h3{margin-bottom:2px;font-size:15px}.lmt__dict a.audio{position:relative;cursor:pointer;top:3px;display:inline-block;width:19px;height:17px;background-position:-40px -38px;opacity:.5}.lmt__dict .ie7 a.audio,.lmt__dict .ie8 a.audio{filter:alpha(opacity=50);background-position:-120px -92px}.lmt__dict .inexact a.audio{display:none}.lmt__dict .inexact .lemma_desc a.audio,.lmt__dict .inexact .translation.contracting a.audio,.lmt__dict .inexact .translation.expanded a.audio{display:inline-block}.lmt__dict .exact .tag_lemma a.audio{top:2px}.lmt__dict .mouse_device a.audio{opacity:.45}.lmt__dict .mouse_device a.audio:hover,.lmt__dict .mouse_device a.expand_i:hover{opacity:1}.lmt__dict .grammar_info{position:relative;top:-4px;vertical-align:middle;font-size:.7em;color:#999;font-style:italic;margin-left:1px;display:inline-block;text-indent:0}.lmt__dict .exact .grammar_info{top:-5px;margin-left:2px}.lmt__dict #dictionary h2,.lmt__dict #dictionary h3{font-weight:400;color:#333}.lmt__dict #dictionary h2{font-size:20px;margin-bottom:20px}.lmt__dict #dictionary .tag_forms h2{font-size:14px}.lmt__dict .translation_row.singleline{height:20px}.lmt__dict .singleline{position:relative;padding-right:20px;height:20px;overflow:hidden}.lmt__dict .singleline>*{line-height:50px;position:relative;top:-15px}.lmt__dict .ie8 .singleline>*{top:-13px;height:22px}.lmt__dict .singleline .tag_s{white-space:nowrap}.lmt__dict .expandable{position:relative}.lmt__dict .example_lines .expandM,.lmt__dict .inexact .expandM{display:block;height:15px;padding-left:120px;opacity:.7}.lmt__dict a.expand_i{width:17px;height:17px;position:relative;top:4px;display:inline-block;background-position:-20px -36px;cursor:pointer;opacity:.55;filter:alpha(opacity=55)}.lmt__dict .translation a.expand_i{background-color:#fff}.lmt__dict .example{padding-left:45px;margin-top:8px;margin-bottom:5px}.lmt__dict .expertmode .example{padding-left:50px}.lmt__dict .example .tag_e{display:block;position:relative;max-width:700px}.lmt__dict .example .tag_s{width:47%;float:left}.lmt__dict .example .tag_t{width:50%;float:right}.lmt__dict .example .tag_e_end{display:block;clear:both}.lmt__dict #attribution.hidden,.lmt__dict #lingueecontent .hidden,.lmt__dict #soundFlags,.lmt__dict .example .dash,.lmt__dict .hidden{display:none}.lmt__dict .notascommon{display:block;padding-right:10px;font-size:16px;line-height:1.4em}.lmt__dict .tag_forms,.lmt__dict .tag_wordtype{display:inline-block}@media(max-width:400px){.lmt__dict .translation.featured .translation_desc .forms_adj-flexion{display:none}}@media only screen and (max-device-width:650px){.lmt__dict .placeholder_begin,.lmt__dict .placeholder_end,.lmt__dict .shortened_begin2,.lmt__dict .shortened_end2,.lmt__dict .usedalmostalways,.lmt__dict .usedveryoften{display:none}.lmt__dict .placeholder_begin2,.lmt__dict .placeholder_end2{display:inline}}@media(max-device-width:650px)and (max-width:450px){.lmt__dict .lemma_content{padding-left:30px}}@media(max-device-width:650px)and (max-width:320px){.lmt__dict .lemma_content{padding-left:20px}.lmt__dict .example{padding-left:21px}}.lmt__dict .translation_desc{padding-bottom:0}@media (min-resolution:192dpi),screen and (-webkit-min-device-pixel-ratio:2){.lmt__dict .exact .tag_lemma{font-weight:500}}@media(max-width:340px){.lmt__dict #expandedBitext .wrap,.lmt__dict .sentence .wrap,.lmt__dict .tag_area,.lmt__dict .tag_c,.lmt__dict .tag_forms,.lmt__dict .tag_s,.lmt__dict .tag_t,.lmt__dict .tag_usage{-moz-hyphens:auto;-o-hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media(max-width:400px){.lmt__dict .tag_area,.lmt__dict .tag_c,.lmt__dict .tag_forms,.lmt__dict .tag_s,.lmt__dict .tag_t,.lmt__dict .tag_usage{font-size:13px}}.lmt__dict .inexact .lemma_desc a.audio,.lmt__dict .inexact .translation.expanded a.audio,.lmt__dict .translation a.audio,.lmt__dict .translation a.expand_i{display:none}.lmt__dict .inexact .lemma{padding-left:20px}.lmt__dict .example_lines>.expandable>.versionshort>.expandM,.lmt__dict .source_url_spacer{margin-left:0}.lmt__dict .example{padding-left:30px}.lmt__dict .lemma_desc{margin:0}.lmt__dict .example .tag_e{line-height:1em}.lmt__dict .lemma{margin-top:0}.lmt__dict .source{font-size:24px;color:#d0d0d0}.lmt__dict .source .tag_lemma{font-size:20px;font-weight:400}.lmt__dict .lemma_content{padding-left:20px;padding-right:20px}.lmt__dict .source .formlink,.lmt__dict .source .grammar_info,.lmt__dict .source .tag_formname,.lmt__dict .source .tag_forms,.lmt__dict .source .tag_s,.lmt__dict .source .tag_usage,.lmt__dict .source .tag_wordtype{color:#999!important}.lmt__dict .translation:first-of-type h3{line-height:1}.lmt__dict .translation:first-of-type h3 .dictlink{font-size:24px}.lmt__dict .source{position:relative}.lmt__dict .sourceHint{display:none}.lmt__dict .notascommon{color:#aaa}.lmt__dict .source .formlink,.lmt__dict .source .grammar_info,.lmt__dict .source .tag_formname,.lmt__dict .source .tag_forms,.lmt__dict .source .tag_s,.lmt__dict .source .tag_usage,.lmt__dict .source .tag_wordtype,.lmt__dict .tag_c,.lmt__dict .tag_type,.lmt__dict .tag_wordtype{font-style:normal}#LMT__dict_right{margin-left:59px}@keyframes lmt__dict__appear_animation{0%{transform:scale(.99) translateY(-5px);opacity:0}to{transform:scale(1);opacity:1}}.lmt__dict{margin:30px 0 0;padding:0;border:0}@media(max-device-width:650px){.lmt__dict{margin:0}}.lmt__dict.lmt--is-dict-ready .lmt__dict__inner{padding:20px}@media(max-device-width:650px){.lmt__dict.lmt--is-dict-ready .lmt__dict__inner{padding:0}}@media(min-device-width:651px){.lmt__dict .lmt__dict__inner{background-color:hsla(0,0%,99.6%,.98);width:100%;z-index:1;box-shadow:0 14px 16px rgba(0,0,0,.06);animation:lmt__dict__appear_animation .1s ease-out 0s 1;transform-origin:50% 0}}@media(max-device-width:650px){.lmt__dict .lmt__dict__inner{background-color:#f7f7f7;padding-left:3px;padding-right:3px;position:static;box-shadow:none}}@media(max-device-width:650px){.lmt__dict .dictLink{font-size:18px}}.lmt--web.lmt--text-on-mobile .lmt__textarea{font-size:16px}.lmt--web.lmt--text-on-mobile .lmt__textarea.lmt--text-on-mobile--bigger-font{font-size:20px}.lmt--web.lmt--text-on-mobile .lmt__edit_text_popup{font-size:16px}.lmt--web .lmt__sides_container:not(.dl_hidden){display:flex}@media(max-device-width:650px){.lmt--web .lmt__sides_container{min-height:calc(100vh - 60px)!important;min-height:calc(var(--vh, 1vh)*100 - 60px)!important;flex-direction:column;flex-wrap:nowrap}.lmt--web .lmt__sides_container.lmt--with-bottom-text-hidden{min-height:auto!important}}.lmt--web .lmt__textarea_separator{flex:0 0 6px;position:relative;height:auto!important;left:auto;top:auto;margin-top:2px}.lmt--web .lmt__textarea_separator--has-top-toolbar{margin-top:52px!important}.lmt--web .lmt__textarea_separator>.lmt__textarea_separator__vertical_line{right:auto}.lmt--web .lmt__textarea_separator>.lmt__textarea_separator__arrow{right:auto;left:-1.25px}.lmt--web .lmt__textarea_separator>.lmt__textarea_separator__busy{right:auto;left:-5px}.lmt--web .lmt__textarea_separator>.lmt__textarea_separator__border_inner,.lmt--web .lmt__textarea_separator>.lmt__textarea_separator__border_outer{right:auto;left:-12px}.lmt--web .lmt__side_container{display:flex;flex-direction:column}.lmt--web .lmt__side_container--source{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 3px)}@media(max-device-width:650px){.lmt--web .lmt--mobile-redesign .lmt__side_container--source{flex:0 1 auto}.lmt--web .lmt--mobile-redesign .lmt__side_container--source .lmt__textarea_container{height:172px;min-height:0!important;overflow-y:auto;-webkit-overflow-scrolling:touch}}@media(max-device-width:650px){.lmt--web .lmt--mobile-full-width-textareas .lmt__side_container .lmt__clear_text_button{right:-5px}}@media(max-device-width:650px){.lmt--web .lmt--mobile-full-width-textareas .lmt__side_container .lmt__clear_text_button span{padding-right:0}}.lmt--web .lmt__side_container--target{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 3px)}@media(max-device-width:650px){.lmt--web .lmt--mobile-redesign .lmt__side_container--target{flex:1 0 auto}}.lmt--web .lmt--mobile-redesign .lmt__side_container--target{flex:1 1 auto}@media(max-device-width:650px){.lmt--web .lmt--mobile-full-width-textareas .lmt__textarea_container{padding:16px 32px 60px 16px;margin-left:-15px;margin-right:-15px}}.lmt--web .lmt__textarea_container{display:flex;flex-direction:column;flex-grow:1;padding:16px 32px 60px 24px}@media(max-device-width:650px){.lmt--web .lmt__textarea_container{min-height:0}.lmt--web .lmt--mobile-redesign .lmt__textarea_container{padding:16px 32px 60px 15px}}.lmt--web .lmt__textarea_container .lmt__inner_textarea_container{flex:1 1 auto;display:flex;-webkit-transform:translateZ(0)}@supports(-webkit-overflow-scrolling:touch){.lmt--web .lmt__textarea_container .lmt__inner_textarea_container{display:-webkit-box}}.lmt--web .lmt__textarea{position:absolute;top:0;min-height:100%!important;padding:0!important}.lmt--web .lmt__inner_textarea_container .lmt__textarea_dummydiv{position:static;display:block;visibility:hidden;white-space:pre-wrap;word-break:break-word;word-wrap:break-word;font-variant-ligatures:none}.lmt--web .lmt__textarea_placeholder_text{height:100%;max-height:100%;top:0;left:0;right:0}@media(max-device-width:650px){.lmt--web .lmt__textarea_placeholder_text{line-height:24px;font-size:16px}}@media(max-device-width:650px){.lmt--web .lmt--mobile-full-width-textareas .lmt__side_container--source .lmt__textarea_container{border-radius:0!important}}@media(max-device-width:650px){.lmt--web .lmt__side_container--source{flex:0 1 auto}.lmt--web .lmt__side_container--source .lmt__textarea_container{min-height:25vh!important}}@media(max-device-width:650px){.lmt--web .lmt--mobile-full-width-textareas .lmt__side_container--target .lmt__textarea_container{border-radius:0!important}}@media(max-device-width:650px){.lmt--web .lmt__side_container--target{flex:1 0 auto}.lmt--web .lmt__side_container--target .lmt__textarea_container{padding:0!important;box-shadow:none!important}.lmt--web .lmt--mobile-redesign .lmt__side_container--target .lmt__textarea_container{box-shadow:0 14px 16px rgba(0,0,0,.06)!important}.lmt--web .lmt__side_container--target .lmt__inner_textarea_container{display:none}}.lmt--web .lmt__translations_as_text{position:static;flex:0 1 auto;padding:0!important}.lmt--web .lmt__translations_as_text.lmt--text-on-mobile--bigger-font>.lmt__translations_as_text__item>.lmt__translations_as_text__text_btn{font-size:20px!important}@media(max-device-width:650px){.lmt--web .lmt__translations_as_text.lmt--mobile-hidden{display:none}.lmt--web .lmt__translations_as_text>.lmt__translations_as_text__item{background-color:transparent;padding:10px 32px 10px 24px!important}.lmt--web .lmt__translations_as_text>.lmt__translations_as_text__item>.lmt__translations_as_text__toolbar{display:flex;justify-content:flex-end}.lmt--web .lmt__translations_as_text>.lmt__translations_as_text__item>.lmt__translations_as_text__toolbar>*{top:0!important;position:relative;display:flex}.lmt--web .lmt__translations_as_text>.lmt__translations_as_text__item .lmt__translations_as_text__text_btn{font-size:16px!important;width:100%!important}.lmt--web .lmt__translations_as_text>.lmt__translations_as_text__item .lmt__translations_as_text__copy_button{height:22px;width:22px;top:10px;right:10px;border:none;background:transparent url(/img/icons/icon_copy2_v2.svg) no-repeat 50%;background-color:transparent}.lmt--web .lmt__translations_as_text>.lmt__translations_as_text__item .lmt__translations_as_text__copy_button.lmt__translations_as_text__copy_button_DF-1003-test{background:transparent url(/img/icons/icon_copy_mobile.svg) no-repeat 50%;background-size:22px;opacity:1}.lmt--web .lmt__translations_as_text>.lmt__translations_as_text__item .lmt__translations_as_text__copy_button:focus{outline:none}.lmt--web .lmt__translations_as_text>.lmt__translations_as_text__item .lmt__translations_as_text__copy_button.lmt__translations_as_text__copy_button--active,.lmt--web .lmt__translations_as_text>.lmt__translations_as_text__item .lmt__translations_as_text__copy_button:active{opacity:1;outline:none}.lmt--web .lmt--mobile-redesign .lmt__translations_as_text>.lmt__translations_as_text__item{background-color:#fff!important;padding:10px 32px 10px 15px!important}.lmt--web .lmt--mobile-redesign .lmt__translations_as_text>.lmt__translations_as_text__item.lmt__translations_as_text__item_DF-1003-test{padding-right:15px!important}}@media(max-device-width:650px){.lmt--web .lmt__bottom_text--mobile{flex:0 1 120px;margin-bottom:20px}}.lmt--web .lmt__bottom_text--mobile.lmt--hidden{display:none}.lmt--web .lmt__bottom_text--mobile>div:not(:first-child){font-size:14px;font-weight:400;color:#6e6e6e;line-height:1.5;margin-top:.5em;position:relative;display:block}.lmt--web .lmt__bottom_text--mobile>div:first-child{font-size:16px;font-weight:400;line-height:1.25;position:relative;display:block}.lmt--web .lmt__ad_charLimit_container{position:static;z-index:1}.lmt--web .lmt__side_container--source .lmt__ad_charLimit_container{flex:0 1 auto}.lmt--web .lmt__side_container--target .lmt__ad_charLimit_container{flex:1 1 100%;-webkit-flex:1000 1 auto}.lmt--web .lmt__side_container--target .lmt__ad_charLimit_container _:-ms-fullscreen,:root .lmt--web .lmt__side_container--target .lmt__ad_charLimit_container{flex:1000 1 auto}.lmt--web .lmt__ad_charLimit_container .lmt__target_textarea__proAd{position:static}.lmt--web .lmt__ad_charLimit_container .lmt__target_textarea__proAd_content{margin:-50px 0 0}@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2) format('woff2'),url(../fonts/fontawesome-webfont.woff) format('woff'),url(../fonts/fontawesome-webfont.ttf) format('truetype'),url(../fonts/fontawesome-webfont.svg#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';-webkit-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:''}.fa-music:before{content:''}.fa-search:before{content:''}.fa-envelope-o:before{content:''}.fa-heart:before{content:''}.fa-star:before{content:''}.fa-star-o:before{content:''}.fa-user:before{content:''}.fa-film:before{content:''}.fa-th-large:before{content:''}.fa-th:before{content:''}.fa-th-list:before{content:''}.fa-check:before{content:''}.fa-close:before,.fa-remove:before,.fa-times:before{content:''}.fa-search-plus:before{content:''}.fa-search-minus:before{content:''}.fa-power-off:before{content:''}.fa-signal:before{content:''}.fa-cog:before,.fa-gear:before{content:''}.fa-trash-o:before{content:''}.fa-home:before{content:''}.fa-file-o:before{content:''}.fa-clock-o:before{content:''}.fa-road:before{content:''}.fa-download:before{content:''}.fa-arrow-circle-o-down:before{content:''}.fa-arrow-circle-o-up:before{content:''}.fa-inbox:before{content:''}.fa-play-circle-o:before{content:''}.fa-repeat:before,.fa-rotate-right:before{content:''}.fa-refresh:before{content:''}.fa-list-alt:before{content:''}.fa-lock:before{content:''}.fa-flag:before{content:''}.fa-headphones:before{content:''}.fa-volume-off:before{content:''}.fa-volume-down:before{content:''}.fa-volume-up:before{content:''}.fa-qrcode:before{content:''}.fa-barcode:before{content:''}.fa-tag:before{content:''}.fa-tags:before{content:''}.fa-book:before{content:''}.fa-bookmark:before{content:''}.fa-print:before{content:''}.fa-camera:before{content:''}.fa-font:before{content:''}.fa-bold:before{content:''}.fa-italic:before{content:''}.fa-text-height:before{content:''}.fa-text-width:before{content:''}.fa-align-left:before{content:''}.fa-align-center:before{content:''}.fa-align-right:before{content:''}.fa-align-justify:before{content:''}.fa-list:before{content:''}.fa-dedent:before,.fa-outdent:before{content:''}.fa-indent:before{content:''}.fa-video-camera:before{content:''}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:''}.fa-pencil:before{content:''}.fa-map-marker:before{content:''}.fa-adjust:before{content:''}.fa-tint:before{content:''}.fa-edit:before,.fa-pencil-square-o:before{content:''}.fa-share-square-o:before{content:''}.fa-check-square-o:before{content:''}.fa-arrows:before{content:''}.fa-step-backward:before{content:''}.fa-fast-backward:before{content:''}.fa-backward:before{content:''}.fa-play:before{content:''}.fa-pause:before{content:''}.fa-stop:before{content:''}.fa-forward:before{content:''}.fa-fast-forward:before{content:''}.fa-step-forward:before{content:''}.fa-eject:before{content:''}.fa-chevron-left:before{content:''}.fa-chevron-right:before{content:''}.fa-plus-circle:before{content:''}.fa-minus-circle:before{content:''}.fa-times-circle:before{content:''}.fa-check-circle:before{content:''}.fa-question-circle:before{content:''}.fa-info-circle:before{content:''}.fa-crosshairs:before{content:''}.fa-times-circle-o:before{content:''}.fa-check-circle-o:before{content:''}.fa-ban:before{content:''}.fa-arrow-left:before{content:''}.fa-arrow-right:before{content:''}.fa-arrow-up:before{content:''}.fa-arrow-down:before{content:''}.fa-mail-forward:before,.fa-share:before{content:''}.fa-expand:before{content:''}.fa-compress:before{content:''}.fa-plus:before{content:''}.fa-minus:before{content:''}.fa-asterisk:before{content:''}.fa-exclamation-circle:before{content:''}.fa-gift:before{content:''}.fa-leaf:before{content:''}.fa-fire:before{content:''}.fa-eye:before{content:''}.fa-eye-slash:before{content:''}.fa-exclamation-triangle:before,.fa-warning:before{content:''}.fa-plane:before{content:''}.fa-calendar:before{content:''}.fa-random:before{content:''}.fa-comment:before{content:''}.fa-magnet:before{content:''}.fa-chevron-up:before{content:''}.fa-chevron-down:before{content:''}.fa-retweet:before{content:''}.fa-shopping-cart:before{content:''}.fa-folder:before{content:''}.fa-folder-open:before{content:''}.fa-arrows-v:before{content:''}.fa-arrows-h:before{content:''}.fa-bar-chart-o:before,.fa-bar-chart:before{content:''}.fa-twitter-square:before{content:''}.fa-facebook-square:before{content:''}.fa-camera-retro:before{content:''}.fa-key:before{content:''}.fa-cogs:before,.fa-gears:before{content:''}.fa-comments:before{content:''}.fa-thumbs-o-up:before{content:''}.fa-thumbs-o-down:before{content:''}.fa-star-half:before{content:''}.fa-heart-o:before{content:''}.fa-sign-out:before{content:''}.fa-linkedin-square:before{content:''}.fa-thumb-tack:before{content:''}.fa-external-link:before{content:''}.fa-sign-in:before{content:''}.fa-trophy:before{content:''}.fa-github-square:before{content:''}.fa-upload:before{content:''}.fa-lemon-o:before{content:''}.fa-phone:before{content:''}.fa-square-o:before{content:''}.fa-bookmark-o:before{content:''}.fa-phone-square:before{content:''}.fa-twitter:before{content:''}.fa-facebook-f:before,.fa-facebook:before{content:''}.fa-github:before{content:''}.fa-unlock:before{content:''}.fa-credit-card:before{content:''}.fa-feed:before,.fa-rss:before{content:''}.fa-hdd-o:before{content:''}.fa-bullhorn:before{content:''}.fa-bell:before{content:''}.fa-certificate:before{content:''}.fa-hand-o-right:before{content:''}.fa-hand-o-left:before{content:''}.fa-hand-o-up:before{content:''}.fa-hand-o-down:before{content:''}.fa-arrow-circle-left:before{content:''}.fa-arrow-circle-right:before{content:''}.fa-arrow-circle-up:before{content:''}.fa-arrow-circle-down:before{content:''}.fa-globe:before{content:''}.fa-wrench:before{content:''}.fa-tasks:before{content:''}.fa-filter:before{content:''}.fa-briefcase:before{content:''}.fa-arrows-alt:before{content:''}.fa-group:before,.fa-users:before{content:''}.fa-chain:before,.fa-link:before{content:''}.fa-cloud:before{content:''}.fa-flask:before{content:''}.fa-cut:before,.fa-scissors:before{content:''}.fa-copy:before,.fa-files-o:before{content:''}.fa-paperclip:before{content:''}.fa-floppy-o:before,.fa-save:before{content:''}.fa-square:before{content:''}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:''}.fa-list-ul:before{content:''}.fa-list-ol:before{content:''}.fa-strikethrough:before{content:''}.fa-underline:before{content:''}.fa-table:before{content:''}.fa-magic:before{content:''}.fa-truck:before{content:''}.fa-pinterest:before{content:''}.fa-pinterest-square:before{content:''}.fa-google-plus-square:before{content:''}.fa-google-plus:before{content:''}.fa-money:before{content:''}.fa-caret-down:before{content:''}.fa-caret-up:before{content:''}.fa-caret-left:before{content:''}.fa-caret-right:before{content:''}.fa-columns:before{content:''}.fa-sort:before,.fa-unsorted:before{content:''}.fa-sort-desc:before,.fa-sort-down:before{content:''}.fa-sort-asc:before,.fa-sort-up:before{content:''}.fa-envelope:before{content:''}.fa-linkedin:before{content:''}.fa-rotate-left:before,.fa-undo:before{content:''}.fa-gavel:before,.fa-legal:before{content:''}.fa-dashboard:before,.fa-tachometer:before{content:''}.fa-comment-o:before{content:''}.fa-comments-o:before{content:''}.fa-bolt:before,.fa-flash:before{content:''}.fa-sitemap:before{content:''}.fa-umbrella:before{content:''}.fa-clipboard:before,.fa-paste:before{content:''}.fa-lightbulb-o:before{content:''}.fa-exchange:before{content:''}.fa-cloud-download:before{content:''}.fa-cloud-upload:before{content:''}.fa-user-md:before{content:''}.fa-stethoscope:before{content:''}.fa-suitcase:before{content:''}.fa-bell-o:before{content:''}.fa-coffee:before{content:''}.fa-cutlery:before{content:''}.fa-file-text-o:before{content:''}.fa-building-o:before{content:''}.fa-hospital-o:before{content:''}.fa-ambulance:before{content:''}.fa-medkit:before{content:''}.fa-fighter-jet:before{content:''}.fa-beer:before{content:''}.fa-h-square:before{content:''}.fa-plus-square:before{content:''}.fa-angle-double-left:before{content:''}.fa-angle-double-right:before{content:''}.fa-angle-double-up:before{content:''}.fa-angle-double-down:before{content:''}.fa-angle-left:before{content:''}.fa-angle-right:before{content:''}.fa-angle-up:before{content:''}.fa-angle-down:before{content:''}.fa-desktop:before{content:''}.fa-laptop:before{content:''}.fa-tablet:before{content:''}.fa-mobile-phone:before,.fa-mobile:before{content:''}.fa-circle-o:before{content:''}.fa-quote-left:before{content:''}.fa-quote-right:before{content:''}.fa-spinner:before{content:''}.fa-circle:before{content:''}.fa-mail-reply:before,.fa-reply:before{content:''}.fa-github-alt:before{content:''}.fa-folder-o:before{content:''}.fa-folder-open-o:before{content:''}.fa-smile-o:before{content:''}.fa-frown-o:before{content:''}.fa-meh-o:before{content:''}.fa-gamepad:before{content:''}.fa-keyboard-o:before{content:''}.fa-flag-o:before{content:''}.fa-flag-checkered:before{content:''}.fa-terminal:before{content:''}.fa-code:before{content:''}.fa-mail-reply-all:before,.fa-reply-all:before{content:''}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:''}.fa-location-arrow:before{content:''}.fa-crop:before{content:''}.fa-code-fork:before{content:''}.fa-chain-broken:before,.fa-unlink:before{content:''}.fa-question:before{content:''}.fa-info:before{content:''}.fa-exclamation:before{content:''}.fa-superscript:before{content:''}.fa-subscript:before{content:''}.fa-eraser:before{content:''}.fa-puzzle-piece:before{content:''}.fa-microphone:before{content:''}.fa-microphone-slash:before{content:''}.fa-shield:before{content:''}.fa-calendar-o:before{content:''}.fa-fire-extinguisher:before{content:''}.fa-rocket:before{content:''}.fa-maxcdn:before{content:''}.fa-chevron-circle-left:before{content:''}.fa-chevron-circle-right:before{content:''}.fa-chevron-circle-up:before{content:''}.fa-chevron-circle-down:before{content:''}.fa-html5:before{content:''}.fa-css3:before{content:''}.fa-anchor:before{content:''}.fa-unlock-alt:before{content:''}.fa-bullseye:before{content:''}.fa-ellipsis-h:before{content:''}.fa-ellipsis-v:before{content:''}.fa-rss-square:before{content:''}.fa-play-circle:before{content:''}.fa-ticket:before{content:''}.fa-minus-square:before{content:''}.fa-minus-square-o:before{content:''}.fa-level-up:before{content:''}.fa-level-down:before{content:''}.fa-check-square:before{content:''}.fa-pencil-square:before{content:''}.fa-external-link-square:before{content:''}.fa-share-square:before{content:''}.fa-compass:before{content:''}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:''}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:''}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:''}.fa-eur:before,.fa-euro:before{content:''}.fa-gbp:before{content:''}.fa-dollar:before,.fa-usd:before{content:''}.fa-inr:before,.fa-rupee:before{content:''}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:''}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:''}.fa-krw:before,.fa-won:before{content:''}.fa-bitcoin:before,.fa-btc:before{content:''}.fa-file:before{content:''}.fa-file-text:before{content:''}.fa-sort-alpha-asc:before{content:''}.fa-sort-alpha-desc:before{content:''}.fa-sort-amount-asc:before{content:''}.fa-sort-amount-desc:before{content:''}.fa-sort-numeric-asc:before{content:''}.fa-sort-numeric-desc:before{content:''}.fa-thumbs-up:before{content:''}.fa-thumbs-down:before{content:''}.fa-youtube-square:before{content:''}.fa-youtube:before{content:''}.fa-xing:before{content:''}.fa-xing-square:before{content:''}.fa-youtube-play:before{content:''}.fa-dropbox:before{content:''}.fa-stack-overflow:before{content:''}.fa-instagram:before{content:''}.fa-flickr:before{content:''}.fa-adn:before{content:''}.fa-bitbucket:before{content:''}.fa-bitbucket-square:before{content:''}.fa-tumblr:before{content:''}.fa-tumblr-square:before{content:''}.fa-long-arrow-down:before{content:''}.fa-long-arrow-up:before{content:''}.fa-long-arrow-left:before{content:''}.fa-long-arrow-right:before{content:''}.fa-apple:before{content:''}.fa-windows:before{content:''}.fa-android:before{content:''}.fa-linux:before{content:''}.fa-dribbble:before{content:''}.fa-skype:before{content:''}.fa-foursquare:before{content:''}.fa-trello:before{content:''}.fa-female:before{content:''}.fa-male:before{content:''}.fa-gittip:before,.fa-gratipay:before{content:''}.fa-sun-o:before{content:''}.fa-moon-o:before{content:''}.fa-archive:before{content:''}.fa-bug:before{content:''}.fa-vk:before{content:''}.fa-weibo:before{content:''}.fa-renren:before{content:''}.fa-pagelines:before{content:''}.fa-stack-exchange:before{content:''}.fa-arrow-circle-o-right:before{content:''}.fa-arrow-circle-o-left:before{content:''}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:''}.fa-dot-circle-o:before{content:''}.fa-wheelchair:before{content:''}.fa-vimeo-square:before{content:''}.fa-try:before,.fa-turkish-lira:before{content:''}.fa-plus-square-o:before{content:''}.fa-space-shuttle:before{content:''}.fa-slack:before{content:''}.fa-envelope-square:before{content:''}.fa-wordpress:before{content:''}.fa-openid:before{content:''}.fa-bank:before,.fa-institution:before,.fa-university:before{content:''}.fa-graduation-cap:before,.fa-mortar-board:before{content:''}.fa-yahoo:before{content:''}.fa-google:before{content:''}.fa-reddit:before{content:''}.fa-reddit-square:before{content:''}.fa-stumbleupon-circle:before{content:''}.fa-stumbleupon:before{content:''}.fa-delicious:before{content:''}.fa-digg:before{content:''}.fa-pied-piper-pp:before{content:''}.fa-pied-piper-alt:before{content:''}.fa-drupal:before{content:''}.fa-joomla:before{content:''}.fa-language:before{content:''}.fa-fax:before{content:''}.fa-building:before{content:''}.fa-child:before{content:''}.fa-paw:before{content:''}.fa-spoon:before{content:''}.fa-cube:before{content:''}.fa-cubes:before{content:''}.fa-behance:before{content:''}.fa-behance-square:before{content:''}.fa-steam:before{content:''}.fa-steam-square:before{content:''}.fa-recycle:before{content:''}.fa-automobile:before,.fa-car:before{content:''}.fa-cab:before,.fa-taxi:before{content:''}.fa-tree:before{content:''}.fa-spotify:before{content:''}.fa-deviantart:before{content:''}.fa-soundcloud:before{content:''}.fa-database:before{content:''}.fa-file-pdf-o:before{content:''}.fa-file-word-o:before{content:''}.fa-file-excel-o:before{content:''}.fa-file-powerpoint-o:before{content:''}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:''}.fa-file-archive-o:before,.fa-file-zip-o:before{content:''}.fa-file-audio-o:before,.fa-file-sound-o:before{content:''}.fa-file-movie-o:before,.fa-file-video-o:before{content:''}.fa-file-code-o:before{content:''}.fa-vine:before{content:''}.fa-codepen:before{content:''}.fa-jsfiddle:before{content:''}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:''}.fa-circle-o-notch:before{content:''}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:''}.fa-empire:before,.fa-ge:before{content:''}.fa-git-square:before{content:''}.fa-git:before{content:''}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:''}.fa-tencent-weibo:before{content:''}.fa-qq:before{content:''}.fa-wechat:before,.fa-weixin:before{content:''}.fa-paper-plane:before,.fa-send:before{content:''}.fa-paper-plane-o:before,.fa-send-o:before{content:''}.fa-history:before{content:''}.fa-circle-thin:before{content:''}.fa-header:before{content:''}.fa-paragraph:before{content:''}.fa-sliders:before{content:''}.fa-share-alt:before{content:''}.fa-share-alt-square:before{content:''}.fa-bomb:before{content:''}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:''}.fa-tty:before{content:''}.fa-binoculars:before{content:''}.fa-plug:before{content:''}.fa-slideshare:before{content:''}.fa-twitch:before{content:''}.fa-yelp:before{content:''}.fa-newspaper-o:before{content:''}.fa-wifi:before{content:''}.fa-calculator:before{content:''}.fa-paypal:before{content:''}.fa-google-wallet:before{content:''}.fa-cc-visa:before{content:''}.fa-cc-mastercard:before{content:''}.fa-cc-discover:before{content:''}.fa-cc-amex:before{content:''}.fa-cc-paypal:before{content:''}.fa-cc-stripe:before{content:''}.fa-bell-slash:before{content:''}.fa-bell-slash-o:before{content:''}.fa-trash:before{content:''}.fa-copyright:before{content:''}.fa-at:before{content:''}.fa-eyedropper:before{content:''}.fa-paint-brush:before{content:''}.fa-birthday-cake:before{content:''}.fa-area-chart:before{content:''}.fa-pie-chart:before{content:''}.fa-line-chart:before{content:''}.fa-lastfm:before{content:''}.fa-lastfm-square:before{content:''}.fa-toggle-off:before{content:''}.fa-toggle-on:before{content:''}.fa-bicycle:before{content:''}.fa-bus:before{content:''}.fa-ioxhost:before{content:''}.fa-angellist:before{content:''}.fa-cc:before{content:''}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:''}.fa-meanpath:before{content:''}.fa-buysellads:before{content:''}.fa-connectdevelop:before{content:''}.fa-dashcube:before{content:''}.fa-forumbee:before{content:''}.fa-leanpub:before{content:''}.fa-sellsy:before{content:''}.fa-shirtsinbulk:before{content:''}.fa-simplybuilt:before{content:''}.fa-skyatlas:before{content:''}.fa-cart-plus:before{content:''}.fa-cart-arrow-down:before{content:''}.fa-diamond:before{content:''}.fa-ship:before{content:''}.fa-user-secret:before{content:''}.fa-motorcycle:before{content:''}.fa-street-view:before{content:''}.fa-heartbeat:before{content:''}.fa-venus:before{content:''}.fa-mars:before{content:''}.fa-mercury:before{content:''}.fa-intersex:before,.fa-transgender:before{content:''}.fa-transgender-alt:before{content:''}.fa-venus-double:before{content:''}.fa-mars-double:before{content:''}.fa-venus-mars:before{content:''}.fa-mars-stroke:before{content:''}.fa-mars-stroke-v:before{content:''}.fa-mars-stroke-h:before{content:''}.fa-neuter:before{content:''}.fa-genderless:before{content:''}.fa-facebook-official:before{content:''}.fa-pinterest-p:before{content:''}.fa-whatsapp:before{content:''}.fa-server:before{content:''}.fa-user-plus:before{content:''}.fa-user-times:before{content:''}.fa-bed:before,.fa-hotel:before{content:''}.fa-viacoin:before{content:''}.fa-train:before{content:''}.fa-subway:before{content:''}.fa-medium:before{content:''}.fa-y-combinator:before,.fa-yc:before{content:''}.fa-optin-monster:before{content:''}.fa-opencart:before{content:''}.fa-expeditedssl:before{content:''}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:''}.fa-battery-3:before,.fa-battery-three-quarters:before{content:''}.fa-battery-2:before,.fa-battery-half:before{content:''}.fa-battery-1:before,.fa-battery-quarter:before{content:''}.fa-battery-0:before,.fa-battery-empty:before{content:''}.fa-mouse-pointer:before{content:''}.fa-i-cursor:before{content:''}.fa-object-group:before{content:''}.fa-object-ungroup:before{content:''}.fa-sticky-note:before{content:''}.fa-sticky-note-o:before{content:''}.fa-cc-jcb:before{content:''}.fa-cc-diners-club:before{content:''}.fa-clone:before{content:''}.fa-balance-scale:before{content:''}.fa-hourglass-o:before{content:''}.fa-hourglass-1:before,.fa-hourglass-start:before{content:''}.fa-hourglass-2:before,.fa-hourglass-half:before{content:''}.fa-hourglass-3:before,.fa-hourglass-end:before{content:''}.fa-hourglass:before{content:''}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:''}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:''}.fa-hand-scissors-o:before{content:''}.fa-hand-lizard-o:before{content:''}.fa-hand-spock-o:before{content:''}.fa-hand-pointer-o:before{content:''}.fa-hand-peace-o:before{content:''}.fa-trademark:before{content:''}.fa-registered:before{content:''}.fa-creative-commons:before{content:''}.fa-gg:before{content:''}.fa-gg-circle:before{content:''}.fa-tripadvisor:before{content:''}.fa-odnoklassniki:before{content:''}.fa-odnoklassniki-square:before{content:''}.fa-get-pocket:before{content:''}.fa-wikipedia-w:before{content:''}.fa-safari:before{content:''}.fa-chrome:before{content:''}.fa-firefox:before{content:''}.fa-opera:before{content:''}.fa-internet-explorer:before{content:''}.fa-television:before,.fa-tv:before{content:''}.fa-contao:before{content:''}.fa-500px:before{content:''}.fa-amazon:before{content:''}.fa-calendar-plus-o:before{content:''}.fa-calendar-minus-o:before{content:''}.fa-calendar-times-o:before{content:''}.fa-calendar-check-o:before{content:''}.fa-industry:before{content:''}.fa-map-pin:before{content:''}.fa-map-signs:before{content:''}.fa-map-o:before{content:''}.fa-map:before{content:''}.fa-commenting:before{content:''}.fa-commenting-o:before{content:''}.fa-houzz:before{content:''}.fa-vimeo:before{content:''}.fa-black-tie:before{content:''}.fa-fonticons:before{content:''}.fa-reddit-alien:before{content:''}.fa-edge:before{content:''}.fa-credit-card-alt:before{content:''}.fa-codiepie:before{content:''}.fa-modx:before{content:''}.fa-fort-awesome:before{content:''}.fa-usb:before{content:''}.fa-product-hunt:before{content:''}.fa-mixcloud:before{content:''}.fa-scribd:before{content:''}.fa-pause-circle:before{content:''}.fa-pause-circle-o:before{content:''}.fa-stop-circle:before{content:''}.fa-stop-circle-o:before{content:''}.fa-shopping-bag:before{content:''}.fa-shopping-basket:before{content:''}.fa-hashtag:before{content:''}.fa-bluetooth:before{content:''}.fa-bluetooth-b:before{content:''}.fa-percent:before{content:''}.fa-gitlab:before{content:''}.fa-wpbeginner:before{content:''}.fa-wpforms:before{content:''}.fa-envira:before{content:''}.fa-universal-access:before{content:''}.fa-wheelchair-alt:before{content:''}.fa-question-circle-o:before{content:''}.fa-blind:before{content:''}.fa-audio-description:before{content:''}.fa-volume-control-phone:before{content:''}.fa-braille:before{content:''}.fa-assistive-listening-systems:before{content:''}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:''}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:''}.fa-glide:before{content:''}.fa-glide-g:before{content:''}.fa-sign-language:before,.fa-signing:before{content:''}.fa-low-vision:before{content:''}.fa-viadeo:before{content:''}.fa-viadeo-square:before{content:''}.fa-snapchat:before{content:''}.fa-snapchat-ghost:before{content:''}.fa-snapchat-square:before{content:''}.fa-pied-piper:before{content:''}.fa-first-order:before{content:''}.fa-yoast:before{content:''}.fa-themeisle:before{content:''}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:''}.fa-fa:before,.fa-font-awesome:before{content:''}.fa-handshake-o:before{content:''}.fa-envelope-open:before{content:''}.fa-envelope-open-o:before{content:''}.fa-linode:before{content:''}.fa-address-book:before{content:''}.fa-address-book-o:before{content:''}.fa-address-card:before,.fa-vcard:before{content:''}.fa-address-card-o:before,.fa-vcard-o:before{content:''}.fa-user-circle:before{content:''}.fa-user-circle-o:before{content:''}.fa-user-o:before{content:''}.fa-id-badge:before{content:''}.fa-drivers-license:before,.fa-id-card:before{content:''}.fa-drivers-license-o:before,.fa-id-card-o:before{content:''}.fa-quora:before{content:''}.fa-free-code-camp:before{content:''}.fa-telegram:before{content:''}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:''}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:''}.fa-thermometer-2:before,.fa-thermometer-half:before{content:''}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:''}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:''}.fa-shower:before{content:''}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:''}.fa-podcast:before{content:''}.fa-window-maximize:before{content:''}.fa-window-minimize:before{content:''}.fa-window-restore:before{content:''}.fa-times-rectangle:before,.fa-window-close:before{content:''}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:''}.fa-bandcamp:before{content:''}.fa-grav:before{content:''}.fa-etsy:before{content:''}.fa-imdb:before{content:''}.fa-ravelry:before{content:''}.fa-eercast:before{content:''}.fa-microchip:before{content:''}.fa-snowflake-o:before{content:''}.fa-superpowers:before{content:''}.fa-wpexplorer:before{content:''}.fa-meetup:before{content:''}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.shariff:after,.shariff:before{content:' ';display:table}.shariff:after{clear:both}.shariff ul{padding:0;margin:0;list-style:none}.shariff li{overflow:hidden}.shariff li,.shariff li a{height:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.shariff li a{color:#fff;position:relative;display:block;text-decoration:none}.shariff li .share_count,.shariff li .share_text{font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:35px}.shariff li .fa{width:35px;line-height:35px;text-align:center;vertical-align:middle}.shariff li .share_count{padding:0 8px;height:33px;position:absolute;top:1px;right:1px}.shariff .orientation-horizontal li{-webkit-box-flex:1}.shariff .orientation-horizontal .info{-webkit-box-flex:0}.shariff .orientation-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.shariff .orientation-horizontal li{float:left;-webkit-box-flex:0;-ms-flex:none;flex:none;width:35px;margin-right:3%;margin-bottom:10px}.shariff .orientation-horizontal li:last-child{margin-right:0}.shariff .orientation-horizontal li .share_text{display:block;text-indent:-9999px;padding-left:3px}.shariff .orientation-horizontal li .share_count{display:none}.shariff .theme-grey .shariff-button a{background-color:#b0b0b0}.shariff .theme-grey .shariff-button .share_count{background-color:#ccc;color:#333}.shariff .theme-white .shariff-button{border:1px solid #ddd}.shariff .theme-white .shariff-button a{background-color:#fff}.shariff .theme-white .shariff-button a:hover{background-color:#eee}.shariff .theme-white .shariff-button .share_count{background-color:#fff;color:#999}.shariff .orientation-vertical{min-width:110px}.shariff .orientation-vertical li{display:block;width:100%;margin:5px 0}.shariff .orientation-vertical li .share_count{width:24px;text-align:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{margin-right:1.8%;min-width:80px;width:auto;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.shariff .orientation-horizontal li .share_count{display:block}.shariff .orientation-horizontal.col-1 li,.shariff .orientation-horizontal.col-2 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-1 li .share_text,.shariff .orientation-horizontal.col-2 li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-box-flex:0;-ms-flex:none;flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.col-3 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-3 li .share_text{text-indent:0;display:inline}}@media only screen and (min-width:768px){.shariff .orientation-horizontal li{min-width:110px;max-width:160px}.shariff .orientation-horizontal li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}}@media only screen and (min-width:1024px){.shariff li,.shariff li a{height:30px}.shariff li .fa{width:30px}.shariff li .fa,.shariff li .share_count,.shariff li .share_text{line-height:30px}.shariff li .share_count{height:28px}}.shariff .addthis a{background-color:#f8694d}.shariff .addthis a:hover{background-color:#f75b44}.shariff .addthis .fa-plus{font-size:14px}.shariff .addthis .share_count{color:#f8694d;background-color:#f1b8b0}.shariff .theme-white .addthis a{color:#f8694d}@media only screen and (min-width:600px){.shariff .addthis .fa-plus{font-size:14px;position:relative;top:1px}}.shariff .diaspora a{background-color:#999}.shariff .diaspora a:hover{background-color:#b3b3b3}.shariff .diaspora .fa-times-circle{font-size:17px}.shariff .theme-white .diaspora a{color:#999}@media only screen and (min-width:600px){.shariff .diaspora .fa-times-circle{font-size:16px}}.shariff .facebook a{background-color:#3b5998}.shariff .facebook a:hover{background-color:#4273c8}.shariff .facebook .fa-facebook{font-size:22px}.shariff .facebook .share_count{color:#183a75;background-color:#99adcf}.shariff .theme-white .facebook a{color:#3b5998}@media only screen and (min-width:600px){.shariff .facebook .fa-facebook{font-size:19px}}.shariff .flattr a{background-color:#7ea352}.shariff .flattr a:hover{background-color:#f67c1a}.shariff .flattr a:hover .share_count{color:#d56308;background-color:#fab47c}.shariff .flattr .fa-money{font-size:22px}.shariff .flattr .share_count{color:#648141;background-color:#b0c893}.shariff .theme-white .flattr a{color:#f67c1a}@media only screen and (min-width:600px){.shariff .flattr .fa-money{font-size:19px}}.shariff .googleplus a{background-color:#d34836}.shariff .googleplus a:hover{background-color:#f75b44}.shariff .googleplus .fa-google-plus{font-size:22px}.shariff .googleplus .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .googleplus a{color:#d34836}@media only screen and (min-width:600px){.shariff .googleplus .fa-google-plus{font-size:19px}}.shariff .info{border:1px solid #ccc}.shariff .info a{color:#666;background-color:#fff}.shariff .info a:hover{background-color:#efefef}.shariff .info .fa-info{font-size:20px;width:33px}.shariff .info .share_text{display:block!important;text-indent:-9999px!important}.shariff .theme-grey .info a{background-color:#fff}.shariff .theme-grey .info a:hover{background-color:#efefef}.shariff .orientation-vertical .info{width:35px;float:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal .info{-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important;width:35px;min-width:35px!important}}@media only screen and (min-width:1024px){.shariff .info .fa-info{font-size:16px;width:23px}.shariff .orientation-horizontal .info{width:25px;min-width:25px!important}.shariff .orientation-vertical .info{width:25px}}.shariff .linkedin a{background-color:#0077b5}.shariff .linkedin a:hover{background-color:#0369a0}.shariff .linkedin .fa-linkedin{font-size:22px}.shariff .linkedin .share_count{color:#004785;background-color:#33aae8}.shariff .theme-white .linkedin a{color:#0077b5}@media only screen and (min-width:600px){.shariff .linkedin .fa-linkedin{font-size:19px}}.shariff .mail a{background-color:#999}.shariff .mail a:hover{background-color:#a8a8a8}.shariff .mail .fa-envelope{font-size:21px}.shariff .theme-white .mail a{color:#999}@media only screen and (min-width:600px){.shariff .mail .fa-envelope{font-size:18px}}.shariff .print a{background-color:#999}.shariff .print a:hover{background-color:#a8a8a8}.shariff .print .fa-print{font-size:21px}.shariff .theme-white .print a{color:#999}@media only screen and (min-width:600px){.shariff .print .fa-print{font-size:18px}}.shariff .pinterest a{background-color:#bd081c}.shariff .pinterest a:hover{background-color:#d50920}.shariff .pinterest .fa-pinterest-p{font-size:22px}.shariff .pinterest .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .pinterest a{color:#bd081c}@media only screen and (min-width:600px){.shariff .pinterest .fa-pinterest-p{font-size:19px;position:relative;top:1px}}.shariff .reddit a{background-color:#ff4500}.shariff .reddit a:hover{background-color:#ff6a33}.shariff .reddit .fa-reddit{font-size:17px}.shariff .theme-white .reddit a{color:#ff4500}@media only screen and (min-width:600px){.shariff .reddit .fa-reddit{font-size:16px}}.shariff .stumbleupon a{background-color:#eb4924}.shariff .stumbleupon a:hover{background-color:#ef7053}.shariff .stumbleupon .fa-stumbleupon{font-size:17px}.shariff .theme-white .stumbleupon a{color:#eb4924}@media only screen and (min-width:600px){.shariff .stumbleupon .fa-stumbleupon{font-size:16px}}.shariff .twitter a{background-color:#55acee}.shariff .twitter a:hover{background-color:#32bbf5}.shariff .twitter .fa-twitter{font-size:28px}.shariff .twitter .share_count{color:#0174a4;background-color:#96d4ee}.shariff .theme-white .twitter a{color:#55acee}@media only screen and (min-width:600px){.shariff .twitter .fa-twitter{font-size:24px}}.shariff .whatsapp a{background-color:#5cbe4a}.shariff .whatsapp a:hover{background-color:#34af23}.shariff .whatsapp .fa-whatsapp{font-size:28px}.shariff .theme-white .whatsapp a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .whatsapp .fa-whatsapp{font-size:22px}}.shariff .xing a{background-color:#126567}.shariff .xing a:hover{background-color:#29888a}.shariff .xing .fa-xing{font-size:22px}.shariff .xing .share_count{color:#15686a;background-color:#4fa5a7}.shariff .theme-white .xing a{color:#126567}@media only screen and (min-width:600px){.shariff .xing .fa-xing{font-size:19px}}.shariff .tumblr a{background-color:#36465d}.shariff .tumblr a:hover{background-color:#44546b}.shariff .tumblr .fa-tumblr{font-size:28px}.shariff .theme-white .tumblr a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .tumblr .fa-tumblr{font-size:22px}}.shariff .threema a{background-color:#333}.shariff .threema a:hover{background-color:#1f1f1f}.shariff .threema .fa-lock{font-size:28px}.shariff .theme-white .threema a{color:#333}@media only screen and (min-width:600px){.shariff .threema .fa-lock{font-size:22px}}.shariff .weibo a{background-color:#f56770}.shariff .weibo a:hover{background-color:#fa7f8a}.shariff .weibo .fa-weibo{font-size:28px}.shariff .weibo .share_count{color:#0174a4;background-color:#f56770}.shariff .theme-white .weibo a{color:#f56770}@media only screen and (min-width:600px){.shariff .weibo .fa-weibo{font-size:24px}}.shariff .tencent-weibo a{background-color:#26ace0}.shariff .tencent-weibo a:hover{background-color:#38bbeb}.shariff .tencent-weibo .fa-tencent-weibo{font-size:28px}.shariff .tencent-weibo .share_count{color:#0174a4;background-color:#26ace0}.shariff .theme-white .tencent-weibo a{color:#26ace0}@media only screen and (min-width:600px){.shariff .tencent-weibo .fa-tencent-weibo{font-size:24px}}.shariff .telegram a{background-color:#08c}.shariff .telegram a:hover{background-color:#007dbb}.shariff .telegram .fa-telegram{font-size:28px}.shariff .theme-white .telegram a{color:#08c}@media only screen and (min-width:600px){.shariff .telegram .fa-telegram{font-size:22px}}.shariff .qzone a{background-color:#2b82d9}.shariff .qzone a:hover{background-color:#398fe6}.shariff .qzone .fa-qq{font-size:28px}.shariff .qzone .share_count{color:#0174a4;background-color:#2b82d9}.shariff .theme-white .qzone a{color:#2b82d9}@media only screen and (min-width:600px){.shariff .qzone .fa-qq{font-size:24px}}.shariff .vk a{background-color:#5d7fa4}.shariff .vk a:hover{background-color:#678eb4}.shariff .vk .fa-vk{font-size:22px}.shariff .vk .share_count{color:#55677d;background-color:#fff}.shariff .theme-white .vk a{color:#3b5998}@media only screen and (min-width:600px){.shariff .vk .fa-vk{font-size:19px}}</style>";
document.querySelector("body").innerHTML+="<header class='dl_header' dl-test='dl-header' onclick='document.querySelector(&apos;form&apos;).submit()'><nav class='dl_header_menu_v2 dl_top_element--wide'><a class='dl_header_menu_v2__logo' href='/home' tabindex='10'><img src='https://static.deepl.com/img/logo/DeepL_Logo_darkBlue_v2.svg' alt='DeepL logo' /><span>DeepL</span></a><span class='dl_header_menu_v2__separator'></span><div class='dl_header_menu_v2__items'><div class='dl_header_menu_v2__links'><a class='dl_header_menu_v2__links__item dl_header_menu_v2__links__item' id='dl_menu_translator' href='/translator' tabindex='10'> Translator</a><a class='dl_header_menu_v2__links__item dl_header_menu_v2__links__item' id='dl_menu_deepl_pro' href='/pro?cta=header-pro' tabindex='10'> DeepL Pro</a><a class='dl_header_menu_v2__links__item dl_header_menu_v2__links__item' id='dl_menu_deepl_pro' href='/pro?cta=header-prices' tabindex='10'> Plans and pricing</a><a class='dl_header_menu_v2__links__item dl_header_menu_v2__links__item' id='dl_menu_deepl_pro' href='/app' tabindex='10'> Apps</a></div><div class='dl_header_menu_v2__links--mobile dl_dropdown'></div><div class='dl_header_menu_v2__buttons'><div class='dl_header_menu_v2__login_button'><button dl-attr='onClick: dlHeaderMenu.doOpenLoginMenu' class='dl_header_menu_v2__buttons__item' tabindex='10' dl-test='menu-account-out-btn'> Login</button></div><div class='dl_header_menu_v2__user_menu' dl-attr='onAnyclick{false}: $$.userMenuIsOpen, classIf{dl_header_menu_v2__user_menu--is_open}: $$.userMenuIsOpen'><button class='dl_header_menu_v2__buttons__item' dl-attr='onClick{__TOGGLE}: $$.userMenuIsOpen' dl-test='menu-account-in-btn' tabindex='10'><span dl-attr='text: userMenu.userDisplayName'></span><div></div></button><div class='dl_header_menu_v2__user_menu__dropdown'><a href='/pro-account.html' tabindex='10' dl-test='menu-account-link' autofocus='autofocus'>Account</a><button onclick='M.requireAsync([' kdeepl'],function(kdeepl){kdeepl.logout();})'='' tabindex='10' dl-test='menu-account-logout'> Log out</button></div></div><div id='notifications-container'></div><div class='dl_header_menu_v2__buttons__menu'><button class='dl_header_menu_v2__buttons__item' dl-attr='onClick: dlHeaderMenu.doOpenNavMenu' dl-test='menu-site-btn' title='Menu' tabindex='10'> Menu</button></div></div></div></nav></header><div class='dl_translator_page_container'><div id='dl_translator' class='lmt lmt--empty_source dl_top_element--wide lmt--web'><div class='lmt__docTrans-tab-container'></div><div class='lmt__stickyMenubar_whiteBackground lmt__stickyMenubar_whiteBackground--hide' dl-test='lmt__stickyMenubar_whiteBackground'></div><div class='lmt__text'><div class='lmt__progress_popup' dl-test='translator-progress-popup'><div><div class='lmt__busy_indicator lmt__busy_indicator--active'></div><p dl-text-template='%%num%% of %%total%% characters translated'>&nbsp;</p><div class='lmt__progress_popup__progress'><div></div></div><a class='lmt__progress_popup__stop_button' tabindex='0'>Stop translating remaining text</a></div></div><div class='lmt__sides_container'><div class='lmt__side_container lmt__side_container--source' dl-test='translator-source'><div class='lmt__language_container'><div class='lmt__language_select lmt__language_select--source' dl-test='translator-source-lang'><button class='lmt__language_select__active' dl-test='translator-source-lang-btn' tabindex='100'><span class='lmt__language_select__active__title'><span class='translate_from'>Original</span></span><div class='lmt__language_select__opener'></div></button></div></div><button type='button' class='lmt__clear_text_button' dl-test='translator-source-clear-button'><span>&times;</span></button><div class='lmt__textarea_container'><div class='lmt__inner_textarea_container'><form id='form' action='/translate' method='POST' name='translate'><div class='content-wrp original'><textarea id='inputText' class='lmt__textarea lmt__source_textarea lmt__textarea_base_style' data-gramm_editor='false' tabindex='110' dl-test='translator-source-input' autocomplete='off' name='inputtext' placeholder='Type to translate.'></textarea></div></form><div id='source-dummydiv' class='lmt__textarea lmt__textarea_dummydiv'></div><div dl-attr='content: docTrans.dropTargetOverlay'></div></div></div></div><div class='lmt__textarea_separator lmt__textarea_separator--left lmt__textarea_separator--has-top-toolbar'><div class='lmt__textarea_separator__vertical_line'></div><div class='lmt__textarea_separator__arrow'></div><div class='lmt__textarea_separator__border_inner'></div><div class='lmt__textarea_separator__border_outer'></div><div class='lmt__textarea_separator__busy'></div></div><div class='lmt__side_container lmt__side_container--target' dl-test='translator-target'><div class='lmt__language_container'><div class='lmt__language_container_prim'><div class='lmt__language_select lmt__language_select--target' dl-test='translator-target-lang'><button class='lmt__language_select__active' dl-test='translator-target-lang-btn' tabindex='100' ><span class='lmt__language_select__active__title'><span class='translate_to'>Translation</span></span><div class='lmt__language_select__opener'></div></button></div><div class='lmt__targetLangMenu_extensions'></div></div><div class='lmt__language_container_sec'><div class='lmt__targetLangMenu_extensions'><div class='lmt__targetLangMenu_extension'><div class='lmt__formalitySwitch_container'></div></div><div class='lmt__targetLangMenu_extension'><div class='lmt__glossaryButton_container_react'></div></div></div></div></div><div dl-attr='content: translator.targetAreaAdditions'></div><div class='lmt__textarea_container'><div class='lmt__inner_textarea_container'><textarea class='lmt__textarea lmt__target_textarea lmt__textarea_base_style dl_disabled' data-gramm_editor='false' disabled='' tabindex='110' dl-test='translator-target-input' autocomplete='off'></textarea><div id='target-dummydiv' class='lmt__textarea lmt__textarea_dummydiv'></div></div><div class='lmt__loadingIndicator_container'></div><div class='lmt__translations_as_text' dl-test='translator-target-result-as-text-container'><div class='generate'><p class='tip'>译文</p><ul id='translateResult'><li>悲伤的</li></ul></div></div><div class='lmt__formalitySwitch_ad_container_desktop'></div></div><div class='lmt__formalitySwitch_feedback_container'></div></div><div class='lmt__formalitySwitch_ad_container_mobile lmt__formalitySwitch_ad_container_app'></div></div><div id='lmt__dict' class='lmt__dict' dl-test='translator-dict'><div class='lmt__app_dict__header' style='display: none'><button class='lmt__app_dict__header_btn'><span class='lmt__app_dict__header_btn_text'>Dictionary</span><span class='lmt__app_dict__header_btn_icon'></span></button></div><div class='lmt__dict__inner'></div></div></div></div></div> ";
document.querySelector("#doc2").remove();
document.querySelector(".lmt__translations_as_text").innerHTML=res;
document.querySelector(".lmt__translations_as_text").children[0].style="position: absolute;top: 0;left: 18px;font-size: 16px;";
document.querySelectorAll("button")[4].onclick="document.querySelector('form').submit();";
document.querySelector("#inputText").value=ori;})();
})();
@Korb
Copy link

Korb commented Apr 27, 2022

What exactly does this script do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment