.dl_default_link {
  color: #074b78;
  text-decoration: none;
  cursor: pointer;
}
.dl_default_link:hover, .dl_default_link:focus {
  text-decoration: underline;
  color: #0F2B46;
}
.dl--keyboard_focus .dl_default_link:focus {
  text-decoration: none;
  box-shadow: inset 0 0 0px 1px rgba(0, 129, 189, 0.5), 0 0 0 2px rgba(0, 129, 189, 0.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: 0.25em;
  opacity: 0.5;
}
[href^=http].dl_default_link:hover::after, [href^=http].dl_default_link:focus::after {
  opacity: 1;
}

.dl_body--redesign {
  font-weight: 300;
  font-size: 16px;
  background-color: #f1f1f1 !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 .dl_pro_features, .dl_body--redesign .dl_pro_header {
  max-width: 1200px;
  margin: 0 auto;
}
.dl_body--redesign .dl_pro_top {
  position: relative;
}
.dl_body--redesign .dl_pro_header {
  height: 480px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 760px) {
  .dl_body--redesign .dl_pro_header {
    width: auto;
    height: 400px;
  }
}
.dl_body--redesign .dl_pro_header__moto {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .dl_body--redesign .dl_pro_header__moto {
    width: auto;
    justify-content: flex-start;
    margin-top: 30px;
    max-width: 450px;
  }
}
.dl_body--redesign .dl_pro_header__bg {
  width: 100%;
  overflow: hidden;
  min-height: 100%;
  position: absolute;
  /*

  $l = $('<div></div>').css({border:"1px solid red", "position":"fixed","height":"100vh",top:0,left:"1600px","z-index":"100000"}).appendTo('body')
  */
}
.dl_body--redesign .dl_pro_header__bg::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background: transparent url(/img/pro/illu-pro-green-v2.svg) no-repeat;
  background-size: contain;
  background-position: 100% 100%;
  top: 0;
  width: 65%;
  height: 512px;
  left: 47%;
  max-width: 700px;
}
@media screen and (max-width: 760px) {
  .dl_body--redesign .dl_pro_header__bg::after {
    z-index: -1;
    width: 70%;
    right: -15%;
    top: 0;
    left: auto;
    height: 450px;
  }
}
.dl_body--redesign .dl_pro_moto__title1,
.dl_body--redesign .dl_pro_moto__title2 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 50px;
}
@media screen and (max-width: 760px) {
  .dl_body--redesign .dl_pro_moto__title1,
.dl_body--redesign .dl_pro_moto__title2 {
    z-index: -1;
    position: relative;
    background-position: center;
    font-size: 32px;
    line-height: 110%;
  }
}
.dl_body--redesign .dl_pro_moto__title1 {
  font-weight: 300;
}
.dl_body--redesign .dl_pro_moto__title2 {
  font-weight: 600;
}
.dl_body--redesign .dl_pro_moto__desc {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin-top: 25px;
}
@media screen and (max-width: 760px) {
  .dl_body--redesign .dl_pro_moto__desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 140%;
  }
}
.dl_body--redesign .dl_pro_moto__cta {
  margin-top: 50px;
}
@media screen and (max-width: 760px) {
  .dl_body--redesign .dl_pro_moto__cta {
    margin-top: 30px;
  }
}
.dl_body--redesign .dl_pro_features {
  box-shadow: 0px 32px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  background-color: #ffffff;
  padding: 50px;
  box-sizing: content-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .dl_body--redesign .dl_pro_features {
    flex-wrap: wrap;
    padding: 15px;
  }
}
.dl_body--redesign .dl_pro_features__item {
  width: 25%;
}
@media screen and (min-width: 1201px) {
  .dl_body--redesign .dl_pro_features__item:not(:last-child) {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .dl_body--redesign .dl_pro_features__item {
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_pro_features__item {
    width: 100%;
  }
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_pro_features__item .dl_feature_card__title {
    margin: 0 0 1rem 0;
  }
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_pro_features__item .dl_feature_card__icon img {
    max-width: 65px;
  }
}
.dl_body--redesign .dl_pro_pricing__container {
  width: 100%;
}
.dl_body--redesign .dl_pro_article_style {
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
  border: 0;
  box-shadow: none;
  background: none;
  background-color: #ffffff;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_pro_article_style {
    padding-top: 50px;
    padding-bottom: 0;
    min-height: auto;
  }
  .dl_body--redesign .dl_pro_article_style:last-of-type {
    padding-bottom: 50px;
  }
}
.dl_body--redesign .dl_pro_article_style .dl_section__inner {
  width: 50%;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_pro_article_style .dl_section__inner {
    width: 100%;
  }
}
.dl_body--redesign .dl_pro_article_style .dl_section {
  padding-left: 0;
  padding-right: 0;
  background: none;
  max-width: 1200px;
  display: flex;
  align-items: center;
}
.dl_body--redesign .dl_pro_article_style .dl_section::before {
  display: none;
}
.dl_body--redesign .dl_pro_article_style .dl_section::after {
  content: "";
  width: 50%;
  background-size: 90% !important;
  min-height: 400px;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_pro_article_style .dl_section::after {
    display: none;
  }
}
.dl_body--redesign .dl_pro_article_style .dl_section h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 1.1em;
  margin: 0 0 40px 0;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_pro_article_style .dl_section h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.dl_body--redesign .dl_pro_article_style .dl_section p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.dl_body--redesign .dl_pro_article_style .dl_section p:last-of-type {
  margin-bottom: 2.5em;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_pro_article_style .dl_section p:last-of-type {
    margin-bottom: 1.25em;
  }
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_pro_article_style .dl_section p {
    position: relative;
    z-index: 1;
  }
}
.dl_body--redesign .dl_pro_article_style .dl_section .dl_details_link {
  font-size: initial;
}
.dl_body--redesign .dl_pro_article_style .dl_section .dl_details_link:not(:first-child) {
  margin-top: 0.4em;
}
.dl_body--redesign .dl_pro_article_style .dl_section .dl_details_link a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.dl_body--redesign .dl_pro_article_style .dl_section .dl_details_link a::after {
  border: 0;
  transform: none;
}
.dl--keyboard_focus .dl_body--redesign .dl_pro_article_style .dl_section .dl_details_link a:focus {
  box-shadow: inset 0 0 0px 1px rgba(0, 129, 189, 0.5), 0 0 0 2px rgba(0, 129, 189, 0.5);
}
.dl_body--redesign .dl_pro_article_style--left .dl_section {
  flex-direction: row-reverse;
}
.dl_body--redesign .dl_pro_article_style--left .dl_section::after {
  background-position: -20px center !important;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_pro_article_style--left .dl_section__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.dl_body--redesign .dl_pro_article_style--right .dl_section {
  flex-direction: row;
}
.dl_body--redesign .dl_pro_article_style--right .dl_section::after {
  background-position: 50px center !important;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_pro_article_style--right .dl_section__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.dl_body--redesign .dl_pro_article_style--quality .dl_section::after {
  background: transparent url("/img/pro/illu-trans-v2.svg") no-repeat center;
}
.dl_body--redesign .dl_pro_article_style--privacy .dl_section::after {
  background: transparent url("/img/pro/illu-sec-v2.svg") no-repeat center;
}
.dl_body--redesign .dl_pro_article_style--doc .dl_section::after {
  background: transparent url("/img/pro/illu-docs-v2.svg") no-repeat center;
}
.dl_body--redesign .dl_pro_article_style--api .dl_section::after {
  background: transparent url("/img/pro/illu-api-v2.svg") no-repeat center;
}
.dl_body--redesign .dl_pro_article_style--tools .dl_section::after {
  background: transparent url("/img/pro/illu-cat-v2.svg") no-repeat center;
}
.dl_body--redesign .dl_pro_article_style__pricing {
  background-color: #EDF6FB;
  padding-bottom: 25px;
}
.dl_body--redesign .dl_pro_pricing_article {
  height: 440px;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  top: -90px;
  left: 0;
  width: 100%;
  padding-top: 170px;
}
.dl_body--redesign .dl_pro_pricing_article::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -36px;
  left: calc(50% - 45px);
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_pro_pricing_article {
    height: 400px;
    padding-top: 150px;
  }
}
.dl_body--redesign .dl_pro_pricing_article__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.dl_body--redesign .dl_pro_pricing_article__title {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_pro_pricing_article__title {
    font-size: 32px;
  }
}
.dl_body--redesign .dl_pro_pricing__usertype_container {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.dl_body--redesign .dl_pro_pricing__usertype_container button {
  background-position: center 30px !important;
  background-color: #ffffff !important;
  width: calc(33% - 15px);
  margin: 0;
  border-radius: 3px;
  color: #006494;
  padding-bottom: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 0;
  padding-right: 0;
  transition: background-color 200ms ease-out, color 75ms ease-out;
}
@media screen and (max-width: 760px) {
  .dl_body--redesign .dl_pro_pricing__usertype_container button {
    width: calc(33% - 5px);
    padding-bottom: 10px;
  }
}
.dl_body--redesign .dl_pro_pricing__usertype_container button:active {
  outline: none;
}
.dl_body--redesign .dl_pro_pricing__usertype_container button:focus {
  outline: none;
}
.dl--keyboard_focus .dl_body--redesign .dl_pro_pricing__usertype_container button:focus .dl_pro_pricing__usertype_btn_inner {
  box-shadow: inset 0 0 0px 1px rgba(0, 129, 189, 0.5), 0 0 0 2px rgba(0, 129, 189, 0.5);
}
.dl_body--redesign .dl_pro_pricing__usertype_container button:not(.dl_pro_pricing__usertype_tab--active):hover .dl_pro_pricing__usertype_btn_inner {
  border: 1px solid #0F2B46;
}
.dl_body--redesign .dl_pro_pricing__usertype_container button .dl_pro_pricing__usertype_btn_inner {
  background-position: center 20px !important;
  height: 130px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-size: 150px !important;
  border: 1px solid rgba(15, 43, 70, 0.2);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  padding: 1.4em 1.4em 1.4em 0.5em;
  border-radius: 10px;
  white-space: normal;
  transition: border 200ms ease-out;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_pro_pricing__usertype_container button .dl_pro_pricing__usertype_btn_inner {
    padding: 0.5em;
    background-size: 90px !important;
    height: 140px;
  }
}
@media screen and (max-width: 1000px) {
  .dl_body--redesign .dl_pro_pricing__usertype_container button .dl_pro_pricing__usertype_btn_inner {
    font-size: 18px;
    padding: 0.7em 0.7em 0.7em 0.3em;
  }
}
@media screen and (max-width: 760px) {
  .dl_body--redesign .dl_pro_pricing__usertype_container button .dl_pro_pricing__usertype_btn_inner {
    font-size: 14px;
    line-height: 18px;
    flex-direction: column;
    height: 130px;
    justify-content: space-evenly;
    word-break: break-word;
  }
}
.dl_body--redesign .dl_pro_pricing__usertype_container button .dl_pro_pricing__usertype_btn_inner .dl_pro_pricing__usertype_header {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.dl_body--redesign .dl_pro_pricing__usertype_container button .dl_pro_pricing__usertype_btn_inner .dl_pro_pricing__usertype_img {
  margin-right: 0.5em;
  position: relative;
  width: 40%;
  min-width: 75px;
  max-width: 125px;
}
@media screen and (max-width: 1000px) {
  .dl_body--redesign .dl_pro_pricing__usertype_container button .dl_pro_pricing__usertype_btn_inner .dl_pro_pricing__usertype_img {
    width: 32%;
  }
}
@media screen and (max-width: 760px) {
  .dl_body--redesign .dl_pro_pricing__usertype_container button .dl_pro_pricing__usertype_btn_inner .dl_pro_pricing__usertype_img {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.dl_body--redesign .dl_pro_pricing__usertype_container button:hover {
  color: #0F2B46;
}
.dl_body--redesign .dl_pro_pricing__usertype_container .dl_pro_pricing__usertype_tab--active {
  border-bottom: none;
  background-color: #EDF6FB !important;
  color: #0F2B46;
  outline: 0;
}
.dl_body--redesign .dl_pro_pricing__usertype_container .dl_pro_pricing__usertype_tab--active .dl_pro_pricing__usertype_btn_inner {
  border-color: transparent;
  box-shadow: none;
}
.dl_body--redesign .dl_pro_floating_subscribe_button {
  display: none !important;
}
.dl_body--redesign .dl_products_flex_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media screen and (min-width: 1201px) {
  .dl_body--redesign .dl_products_flex_container {
    justify-content: space-between;
  }
}
.dl_body--redesign .dl_products_flex_container > .dl_product {
  max-width: 478px;
  width: auto;
  margin-top: 0;
  flex: initial;
}
@media screen and (min-width: 651px) {
  .dl_body--redesign .dl_products_flex_container > .dl_product:first-child {
    margin-right: 1.5%;
  }
}
@media screen and (min-width: 1201px) {
  .dl_body--redesign .dl_products_flex_container > .dl_product {
    width: 32%;
  }
  .dl_body--redesign .dl_products_flex_container > .dl_product:not(:last-child) {
    margin-right: 1.5%;
  }
}
.dl_body--redesign .dl_products_flex_container.dl_products_flex_container--api {
  justify-content: center;
}
.dl_body--redesign .dl_pro_pricing__subscription_period_container {
  margin-bottom: 30px;
  margin-top: 316px;
  height: 55px;
  text-align: initial;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 840px) {
  .dl_body--redesign .dl_pro_pricing__subscription_period_container {
    margin-bottom: 105px;
    margin-top: 300px;
  }
}
.dl_body--redesign .dl_pro_pricing__subscription_period_container .dl_pro_pricing__subscription_period {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 40px;
  height: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 24px;
  margin: 0 !important;
  cursor: pointer;
  border: 1px solid #0F2B46;
  background-color: #ffffff;
  color: #0F2B46;
}
.dl_body--redesign .dl_pro_pricing__subscription_period_container .dl_pro_pricing__subscription_period:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.dl_body--redesign .dl_pro_pricing__subscription_period_container .dl_pro_pricing__subscription_period:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dl_body--redesign .dl_pro_pricing__subscription_period_container .dl_pro_pricing__subscription_period:hover {
  background-color: #006494;
  color: #ffffff;
}
.dl_body--redesign .dl_pro_pricing__subscription_period_container .dl_pro_pricing__subscription_period:focus {
  outline: none;
}
.dl--keyboard_focus .dl_body--redesign .dl_pro_pricing__subscription_period_container .dl_pro_pricing__subscription_period:focus {
  box-shadow: inset 0 0 0px 1px rgba(0, 129, 189, 0.5), 0 0 0 2px rgba(0, 129, 189, 0.5);
}
@media screen and (max-width: 840px) {
  .dl_body--redesign .dl_pro_pricing--single .dl_pro_pricing__subscription_period_container {
    margin-bottom: 15px;
  }
}
.dl_body--redesign .dl_pro_pricing--api .dl_pro_pricing__subscription_period_container {
  margin-top: 250px;
  margin-bottom: 0;
}
.dl_body--redesign .dl_pro_pricing__subscription_period___switch {
  display: none !important;
}
.dl_body--redesign .dl_pro_pricing_configurator__period {
  width: 50%;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_pro_pricing_configurator__period {
    width: 100%;
  }
}
.dl_body--redesign .dl_pro_pricing__subscription_period_chooser {
  display: flex;
}
@media screen and (min-width: 651px) {
  .dl_body--redesign .dl_pro_pricing__subscription_period_chooser {
    max-width: 440px;
  }
}
.dl_body--redesign .dl_pro_pricing__subscription_period--yearly {
  position: relative;
}
.dl_body--redesign .dl_pro_pricing__subscription_period--yearly::before {
  content: "%";
  position: absolute;
  top: -10px;
  right: 8px;
  width: 24px;
  height: 34px;
  background: transparent url(/img/icons/discount_ribbon.svg) no-repeat center;
  background-size: contain;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_pro_pricing__subscription_period--yearly::before {
    right: 2px;
  }
}
.dl_body--redesign .dl_pro_pricing__subscription_period--enabled {
  background-color: #0F2B46 !important;
  color: #ffffff !important;
}
.dl_body--redesign .dl_pro_pricing_configurator__teamsize {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 50%;
}
@media screen and (max-width: 840px) {
  .dl_body--redesign .dl_pro_pricing_configurator__teamsize {
    margin-top: 10px;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
  }
}
.dl_body--redesign .dl_pro_pricing_configurator__teamsize_title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-right: 20px;
  font-weight: 500;
  padding-top: 3px;
  height: 40px;
  display: flex;
  align-items: center;
}
.dl_body--redesign .dl_pro_pricing_configurator__teamsize_options {
  display: flex;
}
@media screen and (min-width: 1000px) {
  .dl_body--redesign .dl_pro_pricing_configurator__teamsize_options {
    width: calc(100% - 270px);
  }
}
@media screen and (min-width: 840px) {
  .dl_body--redesign .dl_pro_pricing_configurator__teamsize_options {
    justify-content: flex-end;
  }
}
.dl_body--redesign .dl_pro_pricing_configurator__teamsize_option {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  width: 25%;
  min-width: 50px;
  height: 40px;
  border: 1px solid #0F2B46;
  background-color: #ffffff;
}
.dl_body--redesign .dl_pro_pricing_configurator__teamsize_option:not(:last-child) {
  border-right: none;
}
.dl_body--redesign .dl_pro_pricing_configurator__teamsize_option:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.dl_body--redesign .dl_pro_pricing_configurator__teamsize_option:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dl_body--redesign .dl_pro_pricing_configurator__teamsize_option:hover {
  background-color: #006494;
  color: #ffffff;
}
@media screen and (min-width: 651px) {
  .dl_body--redesign .dl_pro_pricing_configurator__teamsize_option {
    max-width: 80px;
  }
}
@media screen and (max-width: 840px) {
  .dl_body--redesign .dl_pro_pricing_configurator__teamsize_option {
    min-width: auto;
  }
}
.dl_body--redesign .dl_pro_pricing_configurator__teamsize_option:focus {
  outline: none;
}
.dl--keyboard_focus .dl_body--redesign .dl_pro_pricing_configurator__teamsize_option:focus {
  box-shadow: inset 0 0 0px 1px rgba(0, 129, 189, 0.5), 0 0 0 2px rgba(0, 129, 189, 0.5);
}
.dl_body--redesign .dl_pro_pricing_configurator__teamsize_option--active {
  height: 50px;
  border-radius: 5px;
  position: relative;
  top: -5px;
  left: 1px;
}
.dl_body--redesign .dl_pro_pricing_configurator__teamsize_option--active, .dl_body--redesign .dl_pro_pricing_configurator__teamsize_option--active:hover {
  background-color: #0F2B46;
  color: #ffffff;
}
.dl_body--redesign .dl_product {
  box-shadow: 0px 32px 40px rgba(0, 0, 0, 0.08) !important;
  border: none !important;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_product {
    padding: 1.25em;
  }
}
.dl_body--redesign .dl_product--recommended::before {
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  top: -18px;
  right: 20px;
  background-color: #006494;
  color: #ffffff;
  padding: 0.5em 1em;
  border-radius: 5px;
}
.dl_body--redesign .dl_product__name_header {
  background: none;
  color: black;
  outline: none;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.dl_body--redesign .dl_product__main_section {
  padding: 0 !important;
  text-align: left;
}
.dl_body--redesign .dl_product__details_section {
  padding-bottom: 1em;
}
.dl_body--redesign .dl_product_price {
  margin-top: 20px;
}
.dl_body--redesign .dl_product_price__big,
.dl_body--redesign .dl_product_price__big .dl_price_smaller {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 50px !important;
  line-height: 54px;
}
.dl_body--redesign .dl_product_price__info {
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #707070;
}
.dl_body--redesign .dl_product_price__info_footer {
  margin-top: 1em;
}
.dl_body--redesign .dl_product_price__info_footer::before {
  content: "* ";
}
.dl_body--redesign .dl_product__main_section__volume_discounts {
  display: none !important;
}
.dl_body--redesign .dl_product__details_section__header::before {
  content: " ";
  position: absolute;
  background: transparent url("/img/icons/icon_check_ok_v2.svg") center no-repeat;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
}
.dl_body--redesign .dl_product__details_section__header--limitations::before {
  content: " ";
  position: absolute;
  background: transparent url("/img/icons/icon_check_nok_v2.svg") center no-repeat;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
}
.dl_body--redesign .dl_product_price__subscribe_btn {
  width: 100%;
  margin: 2rem 0 1.5rem 0;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_product_price__subscribe_btn {
    margin: 1.5rem 0 1rem 0;
  }
}
.dl_body--redesign .dl_pro_pricing__hr__container {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_pro_pricing__hr__container {
    display: none;
  }
}
.dl_body--redesign .dl_pro_pricing__hr {
  max-width: 500px;
  width: 50%;
  margin: 0 auto;
  height: 1px;
  border: 0;
  background-color: #C4C4C4;
  position: absolute;
  z-index: 1;
}
.dl_body--redesign .dl_product__contact_sales_inner {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 20px;
}
.dl_body--redesign .dl_product__contact_sales_inner p {
  margin-bottom: 5px;
}
.dl--keyboard_focus .dl_body--redesign .dl_product__contact_sales_inner a:focus {
  box-shadow: inset 0 0 0px 1px rgba(0, 129, 189, 0.5), 0 0 0 2px rgba(0, 129, 189, 0.5);
}
#dl_pro .dl_body--redesign .dl_footer {
  padding-top: 0;
  margin-top: 0;
}
.dl_body--redesign .dl_pricing__upgrade__classic_header {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 40px 0;
  padding-top: 20px;
  text-align: center;
}
.dl_body--redesign .dl_pricing__upgrade_classic__container {
  position: relative;
  background-color: white;
}
.dl_body--redesign .dl_pricing__upgrade_classic__container .dl_pro_pricing_article__title {
  display: none;
}
.dl_body--redesign .dl_pricing__upgrade_classic__container .dl_top_element--wide {
  padding-left: 20px;
  padding-right: 20px;
}
.dl_body--redesign .dl_pricing__upgrade_classic__container .dl_pro_pricing_article {
  position: static;
  top: 0;
  height: auto;
  padding-top: 0;
}
.dl_body--redesign .dl_pricing__upgrade_classic__container .dl_pro_pricing__usertype_container button.dl_pro_pricing__usertype_tab--active {
  background-color: white !important;
}
.dl_body--redesign .dl_pricing__upgrade_classic__container .dl_pro_pricing__usertype_container button.dl_pro_pricing__usertype_tab--active div {
  border-radius: 10px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(15, 43, 70, 0.2);
  background-color: #EDF6FB;
}
.dl_body--redesign .dl_pricing__upgrade_classic__container .dl_pro_pricing__subscription_period_container {
  margin-top: 20px;
}
.dl_body--redesign .dl_pricing__upgrade_classic__container .dl_pro_pricing_configurator__teamsize_options {
  width: calc(100% - 170px);
}
.dl_body--redesign .dl_pricing__upgrade_classic__container .dl_pro_pricing__see_faqs_row {
  padding-bottom: 10px;
}
.dl_body--redesign .lmt__edit_text_popup {
  overflow-x: hidden;
  scrollbar-width: thin;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  outline: none;
}
.dl_body--redesign .lmt__edit_text_popup::-webkit-scrollbar {
  width: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out, width 0.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-thumb {
  background-color: darkgrey;
}
.dl_body--redesign .lmt__edit_text_popup__bg {
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 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: 0px 2px 10px rgba(0, 0, 0, 0.15);
  background: white;
  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: 0px 2px 10px rgba(0, 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;
  overflow: visible !important;
}
.dl_body--redesign .lmt--web .lmt__language_select--target .lmt__language_select--open strong {
  margin-left: 27px;
}
.dl_body--redesign .lmt--web .lmt__language_select--target .lmt__language_select__menu {
  left: 110px;
}
.dl_body--redesign .lmt--web .lmt__language_select__active {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  background-color: transparent !important;
  color: #000 !important;
  padding: 0 20px;
}
.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 {
  display: none !important;
}
.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: scale3d(1, 1.1, 1) rotate(180deg);
  left: -5px;
  top: 267px;
}
.dl_body--redesign .lmt--web .lmt__textarea_container {
  box-shadow: 0px 14px 16px rgba(0, 0, 0, 0.06) !important;
  border: 2px solid transparent !important;
  background-color: #fff;
}
.dl_body--redesign .lmt--web .lmt__textarea_container.lmt__textarea_container--focus {
  border: 2px solid #0F2B46 !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") center 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: scale3d(1, 1.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: initial;
}
.dl_body--redesign .lmt--web .lmt__source_textarea__length_marker {
  color: #000000;
  font-size: 14px;
  bottom: 14px;
  right: 30px;
  font-family: "Open Sans", sans-serif;
}
.dl_body--redesign .lmt--web .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 0;
  background: none;
  min-height: 280px;
  box-sizing: border-box;
}
.dl_body--redesign .lmt--web .lmt__source_textarea__proAd .dl_hr_with_arrow::before {
  left: initial;
  right: 50px;
}
.dl_body--redesign .lmt--web .lmt__source_textarea__proAd .lmt__source_textarea__proAd__text1 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 1.2em;
  margin-right: 0;
}
@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 0;
}
@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__sides_container {
  position: relative;
}
.dl_body--redesign .docTrans_container .lmt__textarea_separator {
  height: calc(100% - 30px);
}
.dl_body--redesign .lmt__textarea_separator {
  position: absolute;
  top: 54px;
  left: calc(50% - 5px);
  height: calc(100% - 55px);
}
.docTrans_container .dl_body--redesign .lmt__textarea_separator {
  height: calc(100% - 35px);
}
@media (max-device-width: 650px) {
  .dl_body--redesign .lmt__textarea_separator {
    display: none;
  }
}
.dl_body--redesign .lmt__textarea_separator .lmt__textarea_separator__vertical_line {
  display: block;
  position: absolute;
  width: 6px;
  height: calc(100% + 4px);
  background-color: #e7e7e7;
  right: -8px;
  top: -2px;
  z-index: 11;
  background-color: #f1f1f1;
}
.dl_body--redesign .lmt__textarea_separator .lmt__textarea_separator__arrow {
  display: block;
  position: absolute;
  border-top: 2px solid #0F2B46;
  border-right: 2px solid #0F2B46;
  transform: scaley(1.1) rotate(45deg);
  border-radius: 0;
  right: -8px;
  top: calc(50% - 4px);
  width: 6px;
  height: 6px;
  z-index: 12;
}
.dl_body--redesign .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 #f1f1f1;
  box-sizing: border-box;
  border-radius: 16px;
}
.dl_body--redesign .lmt__textarea_separator .lmt__textarea_separator__border_outer {
  content: " ";
  display: none;
  position: absolute;
  right: -22px;
  top: calc(50% - 26px);
  width: 34px;
  height: 52px;
  z-index: 10;
  border: 2px solid #0F2B46;
  box-sizing: border-box;
  border-radius: 16px;
  background-color: #e7e7e7;
}
.dl_body--redesign .lmt__textarea_separator .lmt__textarea_separator__border_outer::before {
  content: " ";
  display: block;
  position: absolute;
  right: -6px;
  top: calc(50% - 26px);
  width: 18px;
  height: 52px;
  z-index: 9;
  box-sizing: border-box;
  background-color: #fff;
}
.dl_body--redesign .lmt__textarea_separator .lmt__textarea_separator__busy {
  display: block;
  position: absolute;
  right: -13px;
  top: calc(50% - 9px);
  z-index: 12;
  width: 16px;
  height: 16px;
  background-color: white;
  transition: opacity 100ms ease-out;
  opacity: 0;
}
.dl_body--redesign .lmt__textarea_separator .lmt__textarea_separator__busy::before {
  content: " ";
  display: block;
  background: transparent url("/img/icons/icon_circle_blue_v2.png") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  animation: lmt__textarea_separator__busy_spin_animation 1s 1 linear;
}
@keyframes lmt__textarea_separator__busy_spin_animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.lmt--active_translation_request .lmt__textarea_separator .lmt__textarea_separator__busy {
  opacity: 1;
  transition: opacity 75ms 300ms ease-out;
}
.lmt--active_translation_request .lmt__textarea_separator .lmt__textarea_separator__busy::before {
  animation-iteration-count: infinite;
}

.dl_body--redesign .lmt__sides_container--focus_source .lmt__textarea_separator__border_outer,
.dl_body--redesign .lmt__sides_container--focus_target .lmt__textarea_separator__border_outer,
.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--focus_target .lmt__textarea_separator__border_outer::before {
  right: 14px;
}
.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;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .lmt__mobile_share_container--inactive {
    height: 0;
  }
}
.dl_body--redesign .dl_footer {
  background-color: #f1f1f1 !important;
  box-shadow: none;
  margin-top: 60px;
  z-index: 0;
}
.dl_body--redesign .dl_footer .dl_footer__container {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 30px 0 !important;
  max-width: initial !important;
  border-top: 1px solid lightgrey;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_footer .dl_footer__container {
    flex-direction: column;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_footer .dl_footer__nav {
    flex-direction: column;
  }
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_footer .dl_footer__socials {
    margin-top: 15px !important;
  }
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_footer .dl_menu_items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: -10px;
    position: static;
  }
}
.dl_body--redesign .dl_footer .dl_menu_item {
  border: none;
  padding: 5px 10px;
  margin: 0;
  margin-right: 15px;
}
.dl_body--redesign .dl_footer .dl_menu_item, .dl_body--redesign .dl_footer .dl_menu_item.dl_footer__langselect select {
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #6E6E6E;
}
.dl_body--redesign .dl_footer .dl_menu_item:focus, .dl_body--redesign .dl_footer .dl_menu_item.dl_footer__langselect select:focus {
  text-decoration: none;
  outline: none;
}
.dl--keyboard_focus .dl_body--redesign .dl_footer .dl_menu_item:focus, .dl--keyboard_focus .dl_body--redesign .dl_footer .dl_menu_item.dl_footer__langselect select:focus {
  box-shadow: inset 0 0 0px 1px rgba(0, 129, 189, 0.5), 0 0 0 2px rgba(0, 129, 189, 0.5);
}
.dl_body--redesign .dl_footer .dl_footer__langselect {
  position: relative;
  left: -20px;
  margin-right: 0;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_footer .dl_footer__langselect {
    position: absolute;
    bottom: 18px;
    right: -15px;
    left: initial;
  }
}
.dl_body--redesign .dl_footer .dl_footer__langselect select {
  text-align-last: left;
  padding: 5px 10px;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_footer .dl_footer__langselect select {
    text-align-last: right;
  }
}
.dl_body--redesign .dl_footer .dl_footer__langselect select:focus {
  outline: 1px solid orange;
}
.dl_body--redesign .dl_footer .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_body--redesign .dl_footer .dl_footer__langselect::before {
    display: none;
  }
}
.dl_body--redesign .dl_footer .dl_footer__langselect::after {
  left: -15px;
}
.dl_body--redesign .dl_footer .dl_footer__social {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 3px;
  border-radius: 50%;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_footer .dl_footer__social {
    width: 32px;
    height: 32px;
  }
}
.dl--keyboard_focus .dl_body--redesign .dl_footer .dl_footer__social:focus {
  box-shadow: inset 0 0 0px 1px rgba(0, 129, 189, 0.5), 0 0 0 2px rgba(0, 129, 189, 0.5);
}
.dl_body--redesign .dl_footer .dl_footer__social--twitter {
  background: #C4C4C4 url("/img/icons/icon_twitter_v2.svg") no-repeat center;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_footer .dl_footer__social--twitter {
    background-size: 16px;
  }
}
.dl_body--redesign .dl_footer .dl_footer__social--twitter:hover, .dl_body--redesign .dl_footer .dl_footer__social--twitter:focus {
  background-color: #339FED;
}
.dl_body--redesign .dl_footer .dl_footer__social--facebook {
  background: #C4C4C4 url("/img/icons/icon_fb_v2.svg") no-repeat center;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_footer .dl_footer__social--facebook {
    background-size: 9px;
  }
}
.dl_body--redesign .dl_footer .dl_footer__social--facebook:hover, .dl_body--redesign .dl_footer .dl_footer__social--facebook:focus {
  background-color: #4766AD;
}
.dl_body--redesign .dl_footer .dl_footer__social--linkedin {
  background: #C4C4C4 url("/img/icons/icon_linkedin_v2.svg") no-repeat center;
}
@media (max-device-width: 650px) {
  .dl_body--redesign .dl_footer .dl_footer__social--linkedin {
    background-size: 15px;
    background-position: 50% 45%;
  }
}
.dl_body--redesign .dl_footer .dl_footer__social--linkedin:hover, .dl_body--redesign .dl_footer .dl_footer__social--linkedin:focus {
  background-color: #1E76B0;
}
.dl_checkout .dl_footer__langselect {
  display: none;
}

/*# sourceMappingURL=deepl-redesign.css.map */
