/**
 * Add this function to your javascript, and call it on load and on resize events
 * function calculateVH() {
 *    "use strict";
 *
 *    // First we get the viewport height and we multiple it by 1% to get a value for a vh unit
 *    var vh = window.innerHeight * 0.01;
 *    // Then we set the value in the --vh custom property to the root of the document
 *    document.documentElement.style.setProperty('--vh', `${vh}px`);
 * }
 */
/**
 * @include scrollbars(.5em, slategray);
 */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/*@mixin font-size($sizeValue: 1.6, $lineHeight: 2.4) {
  font-size: ($sizeValue * 10) + px;
  font-size: $sizeValue + rem;
  line-height: ($lineHeight * 10) + px;
}*/
/**
 * font-size
 *
 * @param $min      - font-size
 * @param $max      - optional maximum font size
 * @param $lock-min - optional minimum viewport width
 * @param $lock-max - optional maximum viewport width
 */
/**
 * line-height
 *
 * @param $min      - font-size
 * @param $max      - optional maximum font size
 * @param $lock-min - optional minimum viewport width
 * @param $lock-max - optional maximum viewport width
 */
.animate {
  opacity: 0;
  transition: all 800ms ease-in-out;
  transform: translate3d(0, 15%, 0); }
  .animate.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.scroll-disable {
  overflow-y: hidden; }

.plus1 {
  top: 6.506173%;
  left: 54.699029%; }

.sec1_15_popup1 {
  margin: 0 0 0 -135px;
  top: 2.3%;
  left: 54.7%; }

.plus2 {
  top: 16.654321%;
  left: 90.291262%; }

.sec1_15_popup2 {
  margin: 0 0 0 -135px;
  top: 12.5%;
  left: 90.2%; }

.plus3 {
  top: 33.506173%;
  left: 95.699029%; }

.sec1_15_popup3 {
  margin: 0 0 0 -135px;
  top: 29.3%;
  left: 95.7%; }

.plus4 {
  top: 45.96914%;
  left: 93.291262%; }

.sec1_15_popup4 {
  margin: 0 0 0 -135px;
  top: 41.8%;
  left: 93.2%; }

.plus5 {
  top: 61%;
  left: 83%; }

.sec1_15_popup5 {
  margin: 0 0 0 -135px;
  top: 56.8%;
  left: 83%; }

.plus6 {
  top: 50%;
  left: 48%; }

.sec1_15_popup6 {
  margin: 0 0 0 -135px;
  top: 46%;
  left: 48%; }

.bg-intro-img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat; }

.mobile-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  padding: 12px 15px 14px;
  box-shadow: 0 1px 3px 0 rgba(22, 121, 148, 0.1);
  display: none;
  align-items: center;
  justify-content: space-between; }
  .mobile-header .logo-side a {
    display: block; }
    .mobile-header .logo-side a img {
      width: auto;
      height: 36px; }
  .mobile-header .menu-toggle-side .mobile_menu {
    position: relative;
    top: unset;
    left: unset;
    background: none;
    width: 58px;
    color: #222328;
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center; }
    .mobile-header .menu-toggle-side .mobile_menu .svg {
      margin-left: 8px; }
  @media (max-width: 1170px) {
    .mobile-header {
      display: flex; } }

.nav10 {
  position: fixed;
  background-color: white;
  top: 0;
  padding-top: 30px;
  padding-bottom: 24px;
  height: 115px;
  transition: transform 0.4s ease-out, background 0.4s ease-out; }
  .nav10 .nav5_logo img {
    width: auto;
    height: 60px; }
  .nav10 .right {
    padding-top: 0px; }
    @media (max-width: 1170px) {
      .nav10 .right {
        display: flex;
        flex-direction: column-reverse; } }
    .nav10 .right .top {
      display: flex;
      justify-content: flex-end;
      margin-top: -16px;
      margin-bottom: 16px; }
      @media (max-width: 1170px) {
        .nav10 .right .top {
          margin-top: 16px;
          margin-bottom: 0;
          justify-content: flex-start; } }
      .nav10 .right .top .social-networks {
        display: flex;
        align-items: center; }
        .nav10 .right .top .social-networks .socials {
          float: none;
          margin: 0; }
          @media (max-width: 1170px) {
            .nav10 .right .top .social-networks .socials {
              height: auto;
              line-height: initial;
              margin-right: 12px; } }
          .nav10 .right .top .social-networks .socials a {
            color: #167994;
            margin: 0;
            width: 24px;
            height: 24px;
            font-size: 16px;
            background: unset; }
  .nav10 a {
    color: #FFFFFF;
    font-size: 14px;
    color: #222328;
    line-height: 24px;
    border-bottom: 1px solid transparent; }
    .nav10 a .svg {
      margin-left: 6px; }
    .nav10 a, .nav10 a:focus {
      margin-right: 16px; }
      @media (min-width: 1171px) and (max-width: 1240px) {
        .nav10 a, .nav10 a:focus {
          margin-right: 12px; } }
      .nav10 a:last-child, .nav10 a:focus:last-child {
        margin-right: 0; }
    .nav10 a.active {
      border-color: #222328; }
  .nav10.fade-in, .nav10.fade-out {
    background: #FFFFFF; }
  .nav10.fade-in {
    transform: none; }
  .nav10.fade-out {
    transform: translateY(-100%); }
  .nav10 .languages-menu > .btn {
    background: #FFFFFF;
    color: #222328;
    border: 0;
    text-transform: uppercase;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    padding: 0;
    display: flex;
    align-items: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    @media (max-width: 1170px) {
      .nav10 .languages-menu > .btn {
        margin-top: 0 !important;
        line-height: 24px !important;
        height: auto !important;
        color: #222328 !important;
        opacity: 1 !important; } }
    .nav10 .languages-menu > .btn .globe {
      margin-right: 12px; }
    .nav10 .languages-menu > .btn .flag {
      max-width: 20px;
      margin-right: 4px; }
    .nav10 .languages-menu > .btn .arrow {
      width: auto;
      height: 7px;
      margin-left: 6px;
      transform: rotate(180deg); }
      .nav10 .languages-menu > .btn .arrow path {
        fill: #222328; }
  .nav10 .languages-menu .dropdown-menu > li > a {
    margin: 0;
    color: #222328;
    font-weight: 300;
    display: flex;
    align-items: center; }
    .nav10 .languages-menu .dropdown-menu > li > a > img {
      margin-right: 10px;
      max-width: 22px; }
  .nav10 .languages-menu.open {
    /*.dropdown-menu {
        & > li {
            & > a {
                margin: 0;
                color: $text_color;
                font-weight: 300;
                display: block;
            }
        }
    }*/ }
    .nav10 .languages-menu.open > .dropdown-toggle, .nav10 .languages-menu.open > .dropdown-toggle:active {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .nav10 .languages-menu.open > .dropdown-toggle:focus,
    .nav10 .languages-menu.open > .dropdown-toggle :hover {
      background-color: #FFFFFF;
      color: #222328; }
  @media (max-width: 1170px) {
    .nav10 {
      background: #FFFFFF;
      top: 66px;
      width: 100%;
      max-width: 320px;
      padding-left: 60px;
      padding-right: 20px;
      height: 100%;
      transform: translateX(-100%); }
      .nav10.opened {
        transform: translateX(0); } }

.mobile_menu_close,
.desktop_menu_close {
  background: url(../images/mobile_menu_close_black.png) no-repeat 50% 50%; }

.header9 {
  padding-top: 282px; }
  .header9 h1 {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 300;
    font-size: 62px;
    letter-spacing: -1px;
    line-height: 72px; }
  .header9 .posttitle {
    margin-top: 28px;
    color: rgba(34, 35, 40, 0.5);
    font-size: 28px;
    font-weight: 300;
    line-height: 28px; }
  .header9 .sec3_5_btn {
    margin-top: 105px;
    text-transform: unset;
    line-height: 18px;
    font-weight: 300;
    height: auto;
    padding: 21px 15px;
    width: 100%;
    max-width: 270px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
    .header9 .sec3_5_btn, .header9 .sec3_5_btn:focus {
      background: #167994; }
    .header9 .sec3_5_btn:hover {
      background: rgba(22, 121, 148, 0.9); }

.header11 {
  z-index: 1; }
  .header11 .header11_pretitle,
  .header11 h2 {
    color: #222328;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 62px;
    letter-spacing: -1.19px;
    line-height: 72px;
    font-weight: 300; }
    .header11 .header11_pretitle.white,
    .header11 h2.white {
      color: #FFFFFF; }
  .header11 .header11_pretitle {
    background: none;
    border-radius: 0;
    padding: 0; }
  .header11 h2 {
    margin-top: 0; }
  .header11 .header11_text {
    color: #222328;
    margin-top: 36px;
    margin-bottom: 53px; }
    .header11 .header11_text.white {
      color: #FFFFFF; }
  .header11 .sec1_6_block_btn, .header11 .sec1_6_block_btn:focus {
    background: #167994;
    font-weight: 300; }
  .header11 .sec1_6_block_btn:hover {
    background: rgba(22, 121, 148, 0.9); }
  .header11 li {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100vh; }
    .header11 li .focuspoint {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .header11 li .container {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%; }
  .header11 .bx-wrapper .bx-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px; }
  .header11 .bx-wrapper .bx-pager {
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    z-index: 50;
    bottom: unset; }
    .header11 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
      width: 10px;
      height: 10px; }
      .header11 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item + .bx-pager-item {
        margin-left: 10px; }
      .header11 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a, .header11 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a:focus {
        width: 10px;
        height: 10px;
        display: block;
        border: 2px solid #167994;
        opacity: 0.4;
        text-indent: -999999px;
        border-radius: 50%;
        margin: 0; }
      .header11 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a:hover {
        border: 2px solid #167994;
        background: #FFFFFF;
        opacity: 1; }
      .header11 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active {
        border: 2px solid #167994;
        background: #167994;
        opacity: 1; }
@media (orientation: landscape) and (max-height: 720px) {
  .header11 {
    padding-top: 75px; }
    .header11 li {
      height: calc(100vh - 75px); }
    .header11 .header11_pretitle,
    .header11 h2 {
      font-size: 40px;
      line-height: 50px; }
    .header11 .header11_text {
      font-size: 16px;
      line-height: 26px; }
    .header11 .sec1_6_block_btn, .header11 .sec1_6_block_btn:focus {
      height: 50px;
      line-height: 50px; } }

  @media (max-width: 1170px) {
    .header11 {
      padding-top: 66px; }
      .header11 li {
        height: calc(100vh - 66px); } }
  @media (max-width: 767px) {
    .header11 .header11_pretitle,
    .header11 h2 {
      font-size: 42px;
      letter-spacing: -0.68px;
      line-height: 42px;
      text-align: center;
      display: block; }
    .header11 .header11_text {
      font-size: 22px;
      line-height: 28px;
      text-align: center;
      margin-top: 35px;
      margin-bottom: 32px; }
    .header11 li {
      text-align: center; }
      .header11 li .container {
        justify-content: flex-start; }
    .header11 .bx-wrapper .bx-pager {
      justify-content: center; } }

.tp-fullwidth-forcer {
  height: calc(100vh - 115px) !important;
  /*@include media-query(767px) {
        height: calc(87vh - 66px) !important;
    }*/ }
  @media (max-width: 1170px) {
    .tp-fullwidth-forcer {
      height: calc(100vh - 66px) !important; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .tp-fullwidth-forcer {
      height: calc(50vh - 66px) !important; } }

.banner {
  margin-top: 115px;
  display: block;
  background-color: #111517;
  height: calc(100vh - 115px) !important;
  /*@include media-query(767px) {
        height: calc(87vh - 66px) !important;
    }*/ }
  @media (max-width: 1170px) {
    .banner {
      margin-top: 66px;
      height: calc(100vh - 66px) !important; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .banner {
      height: calc(50vh - 66px) !important; } }
  .banner .rev_slider .tp-caption,
  .banner .rev_slider .caption {
    max-width: 650px !important;
    white-space: normal !important; }
  .banner .rev_slider .slotholder {
    /*&:after {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        background: rgba(0, 0, 0, 0.5);
      }*/ }
  .banner .rev_slider li.tp-revslider-slidesli:not(.active-revslide) {
    visibility: hidden;
    opacity: 0; }
  .banner .rev_slider .main_banner_title {
    color: #222328;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 62px;
    letter-spacing: 0;
    line-height: 72px;
    font-weight: 300;
    text-transform: unset; }
    @media (max-width: 767px) {
      .banner .rev_slider .main_banner_title {
        font-size: 42px !important;
        line-height: 42px !important; } }
  .banner .rev_slider .main_banner_desc {
    font-family: Montserrat, Arial, sans-serif;
    color: #222328;
    color: rgba(34, 35, 40, 0.8);
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 50px; }
    @media (max-width: 767px) {
      .banner .rev_slider .main_banner_desc {
        font-size: 22px !important;
        font-weight: 300 !important;
        letter-spacing: 0 !important;
        line-height: 28px !important; } }
  .banner .rev_slider .main_banner_btn {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    line-height: 18px !important;
    text-align: center !important;
    border-radius: 30px;
    font-weight: 300 !important;
    background-color: #167994;
    display: inline-block;
    padding: 15px 30px !important;
    margin-top: 22px !important; }
  .banner .rev_slider .main_banner_text.white .main_banner_title {
    color: #FFFFFF; }
  .banner .rev_slider .main_banner_text.white .main_banner_desc {
    color: rgba(255, 255, 255, 0.8); }
  .banner .rev_slider .tp-static-layers {
    position: absolute;
    z-index: 101;
    top: 0px;
    left: 0px;
    /* pointer-events: none; */ }
  .banner .rev_slider .tp-bullets .tp-bullet {
    height: 10px;
    width: 10px;
    background: transparent;
    border: 2px solid #ffffff;
    opacity: 0.4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .banner .rev_slider .tp-bullets .tp-bullet.selected {
      background: #FFFFFF;
      opacity: 1; }
  @media screen and (min-width: 768px) {
    .banner .rev_slider .tp-bullets {
      width: 750px !important;
      left: 50% !important;
      transform: translate(-50%, -55px) !important;
      text-align: left; }
      .banner .rev_slider .tp-bullets .tp-bullet {
        position: relative !important;
        display: inline-block;
        left: unset !important;
        top: unset !important;
        margin-left: 10px; } }
  @media screen and (min-width: 992px) {
    .banner .rev_slider .tp-bullets {
      width: 970px !important; } }
  @media screen and (min-width: 1200px) {
    .banner .rev_slider .tp-bullets {
      width: 1170px !important; } }

.forcefullwidth_wrapper_tp_banner {
  overflow: hidden; }

.rev_slider .rev_column {
  vertical-align: middle !important; }
  .rev_slider .rev_column:nth-child(2) {
    text-align: right; }

.rev_row_zone {
  z-index: 2; }

/*.slotholder:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 31;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}*/
.tp-bannertimer {
  display: none !important; }

.rev_slider .tp-caption,
.rev_slider .caption {
  visibility: visible !important;
  transition: unset !important; }
  @media (max-width: 767px) {
    .rev_slider .tp-caption,
    .rev_slider .caption {
      text-align: center !important; } }

@media (min-width: 1000px) {
  .rev_row_zone_middle {
    max-width: 1150px;
    left: 50%;
    transform: translate(-50%, -50%); } }
@media (min-width: 768px) and (max-width: 991px) {
  .banner .rev_slider .main_banner_title,
  .banner .rev_slider .main_banner_desc {
    padding-left: 15px !important; } }
@media (max-width: 767px) {
  .banner .rev_slider .tp-caption.rev_row {
    display: block; }
  .banner .rev_slider .rev_column {
    width: 100% !important;
    display: block !important;
    padding-left: 15px !important;
    padding-right: 15px !important; }
    .banner .rev_slider .rev_column:nth-child(2) {
      text-align: right; } }
.sec5_10_link .left .title {
  font-weight: 300; }

.sec2_15 {
  background-color: rgba(22, 121, 148, 0.15);
  padding-top: 141px;
  padding-bottom: 141px; }
  @media (max-width: 770px) {
    .sec2_15 .container {
      padding-left: 15px;
      padding-right: 15px; } }
  .sec2_15 .pretitle {
    letter-spacing: 1.31px;
    font-weight: 300; }
  .sec2_15 h2 {
    letter-spacing: -1px;
    font-weight: 300; }
  .sec2_15#project {
    background-color: #c0dee6;
    background-image: url(../images/background-ngg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center; }
    .sec2_15#project .pretitle {
      letter-spacing: 1px; }
    .sec2_15#project h2 {
      color: #222328;
      font-family: Montserrat, Arial, sans-serif;
      font-size: 38px;
      letter-spacing: -1px;
      line-height: 52px; }
      .sec2_15#project h2 strong {
        font-weight: 500; }
      @media (max-width: 767px) {
        .sec2_15#project h2 {
          font-size: 22px;
          letter-spacing: -0.52px;
          line-height: 34px; } }
@media (orientation: landscape) and (max-height: 720px) {
  .sec2_15 h2 {
    font-size: 32px;
    line-height: 42px; } }

  @media (max-width: 767px) {
    .sec2_15 {
      padding-top: 80px;
      padding-bottom: 80px; }
      .sec2_15 .pretitle {
        font-size: 12px; }
      .sec2_15 h2 {
        font-size: 22px;
        letter-spacing: -0.52px;
        line-height: 34px; } }

.sec3_7 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #FFFFFF; }
  .sec3_7 .sec3_7_block {
    background: #167994;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 70px 50px 40px; }
    .sec3_7 .sec3_7_block .pretitle {
      letter-spacing: 1.29px;
      line-height: 15px;
      font-weight: 300; }
      .sec3_7 .sec3_7_block .pretitle span {
        padding-right: 4px; }
    .sec3_7 .sec3_7_block h3 {
      letter-spacing: -1px;
      font-weight: 300;
      margin: 12px 0 0 0; }
    .sec3_7 .sec3_7_block .text {
      font-weight: 300; }
    .sec3_7 .sec3_7_block .text-message {
      margin-top: 32px;
      font-family: Montserrat;
      font-size: 18px;
      font-weight: 200;
      letter-spacing: 0;
      line-height: 28px; }
    .sec3_7 .sec3_7_block .text-right {
      color: rgba(255, 255, 255, 0.5);
      margin-top: 32px;
      flex: 1; }
      .sec3_7 .sec3_7_block .text-right i {
        font-family: "Droid Serif"; }
    .sec3_7 .sec3_7_block .sec3_5_btn {
      position: unset;
      padding: 16px 32px;
      left: 0;
      bottom: 0;
      background: #FFFFFF;
      text-transform: unset;
      font-weight: 300;
      color: #167994;
      line-height: 18px;
      height: auto;
      margin-top: 42px; }
    .sec3_7 .sec3_7_block.white {
      background: rgba(22, 121, 148, 0.1);
      color: #222328;
      -webkit-box-shadow: none;
      box-shadow: none;
      -moz-box-shadow: none; }
      .sec3_7 .sec3_7_block.white .text {
        color: #8c8f94; }
      .sec3_7 .sec3_7_block.white .sec3_5_btn {
        color: #FFFFFF; }
        .sec3_7 .sec3_7_block.white .sec3_5_btn, .sec3_7 .sec3_7_block.white .sec3_5_btn:focus {
          background: #167994; }
        .sec3_7 .sec3_7_block.white .sec3_5_btn:hover {
          background: rgba(22, 121, 148, 0.9); }
    .sec3_7 .sec3_7_block .sec3_7_block_slide .facts-footer {
      margin-top: 14px;
      display: flex;
      align-items: center; }
      .sec3_7 .sec3_7_block .sec3_7_block_slide .facts-footer .sec3_5_btn {
        margin-top: 0; }
      .sec3_7 .sec3_7_block .sec3_7_block_slide .facts-footer .owl-dots {
        flex: 1;
        text-align: right; }
      .sec3_7 .sec3_7_block .sec3_7_block_slide .facts-footer button.owl-dot {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit; }
        .sec3_7 .sec3_7_block .sec3_7_block_slide .facts-footer button.owl-dot span {
          width: 9px;
          height: 9px;
          border: 1px solid #167994;
          display: inline-block;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }
        .sec3_7 .sec3_7_block .sec3_7_block_slide .facts-footer button.owl-dot.active span, .sec3_7 .sec3_7_block .sec3_7_block_slide .facts-footer button.owl-dot:hover span {
          background-color: #167994; }
        .sec3_7 .sec3_7_block .sec3_7_block_slide .facts-footer button.owl-dot + button.owl-dot {
          margin-left: 7px; }
@media (orientation: landscape) and (max-height: 720px) {
  .sec3_7 .sec3_7_block h3 {
    font-size: 32px;
    line-height: 38px; }
  .sec3_7 .sec3_7_block .text {
    font-size: 16px;
    line-height: 23px; } }

  @media (max-width: 767px) {
    .sec3_7 {
      padding-top: 56px;
      padding-bottom: 56px; }
      .sec3_7 .sec3_7_block {
        padding: 50px 30px 40px;
        margin: 0 auto 20px auto;
        text-align: left; }
        .sec3_7 .sec3_7_block h3 {
          text-align: left;
          letter-spacing: -0.76px; }
        .sec3_7 .sec3_7_block .text {
          font-size: 15px; }
        .sec3_7 .sec3_7_block .item .text {
          font-size: 16px;
          line-height: 24px; }
        .sec3_7 .sec3_7_block .sec3_5_btn {
          margin-top: 40px; } }

.sec1_15 {
  padding-bottom: 120px; }
  .sec1_15 h2 {
    letter-spacing: -1px;
    font-weight: 300; }
  @media (max-width: 770px) {
    .sec1_15 .container {
      padding-left: 15px;
      padding-right: 15px; } }
@media (orientation: landscape) and (max-height: 720px) {
  .sec1_15 h2 {
    font-size: 32px;
    line-height: 42px; }
  .sec1_15 .sec1_13_text {
    margin: 20px auto 30px; } }

  @media (max-width: 767px) {
    .sec1_15 {
      padding-top: 56px;
      padding-bottom: 100px; }
      .sec1_15 h2 {
        letter-spacing: 1px; }
      .sec1_15 .sec1_13_text {
        line-height: 24px;
        margin: 24px auto 24px; } }

.sec1_15_holder .plus {
  background: none;
  width: 40px;
  height: 40px;
  margin-left: -20px; }
  .sec1_15_holder .plus.plus1 {
    margin-left: -153px;
    margin-top: 0; }
  .sec1_15_holder .plus.plus2 {
    margin-top: -82px;
    margin-left: -150px; }
  .sec1_15_holder .plus.plus3 {
    margin-top: -110px;
    margin-left: -104px; }
  .sec1_15_holder .plus.plus4 {
    margin-top: -75px;
    margin-left: -50px; }
  @media (max-width: 767px) {
    .sec1_15_holder .plus.plus1 {
      margin-left: -85px; }
    .sec1_15_holder .plus.plus2 {
      margin-top: -50px;
      margin-left: -90px; }
    .sec1_15_holder .plus.plus3 {
      margin-top: -64px;
      margin-left: -63px; }
    .sec1_15_holder .plus.plus4 {
      margin-top: -49px;
      margin-left: -38px; } }
  @media (max-width: 374px) {
    .sec1_15_holder .plus.plus1 {
      margin-left: -73px; }
    .sec1_15_holder .plus.plus2 {
      margin-left: -70px; }
    .sec1_15_holder .plus.plus3 {
      margin-left: -55px;
      margin-top: -55px; }
    .sec1_15_holder .plus.plus4 {
      margin-top: -39px; } }
  @media screen and (min-width: 771px) {
    .sec1_15_holder .plus {
      width: 80px;
      height: 80px;
      margin-left: -40px;
      margin-top: -40px; }
      .sec1_15_holder .plus.plus1 {
        margin-left: -221px;
        margin-top: -1px; }
      .sec1_15_holder .plus.plus2 {
        margin-left: -231px;
        margin-top: -116px; }
      .sec1_15_holder .plus.plus3 {
        margin-left: -160px;
        margin-top: -165px; }
      .sec1_15_holder .plus.plus4 {
        margin-left: -85px;
        margin-top: -114px; } }

.sec1_15_popup {
  box-shadow: 25px 50px 50px rgba(0, 0, 0, 0.15);
  letter-spacing: -1px;
  padding-bottom: 24px; }
  .sec1_15_popup .close {
    background: none;
    width: 60px;
    height: 60px;
    opacity: 1;
    top: 0;
    margin-left: -30px; }
    .sec1_15_popup .close:hover {
      opacity: 1; }
  @media (max-width: 767px) {
    .sec1_15_popup {
      font-size: 11px;
      letter-spacing: -0.5px;
      line-height: 16px; } }

.sec5_10 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: rgba(22, 121, 148, 0.1); }
  .sec5_10 .container {
    max-width: unset; }
  .sec5_10 .pretitle {
    font-weight: 300;
    color: #3a3d4b;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase; }
  .sec5_10 h2 {
    letter-spacing: -1px;
    margin-top: 35px;
    font-weight: 300; }
  .sec5_10 .text {
    margin-top: 48px; }
  .sec5_10 .header4_video {
    float: left;
    width: 50%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none; }
    .sec5_10 .header4_video,
    .sec5_10 .header4_video video {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
    .sec5_10 .header4_video img {
      display: block;
      max-width: 100%; }
  .sec5_10 .sec5_10_menu {
    float: left;
    width: 50%; }
@media (orientation: landscape) and (max-height: 720px) {
  .sec5_10 h2 {
    font-size: 32px;
    line-height: 42px;
    margin-top: 25px; }
  .sec5_10 .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 25px; } }

  @media (max-width: 767px) {
    .sec5_10 {
      padding-top: 56px;
      padding-bottom: 56px; }
      .sec5_10 h2 {
        margin-top: 16px;
        letter-spacing: -0.76px;
        font-weight: 300; }
      .sec5_10 .text {
        margin-top: 24px;
        font-size: 16px;
        line-height: 24px; }
      .sec5_10 .sec5_10_mobile {
        margin-top: 32px; }
        .sec5_10 .sec5_10_mobile .title {
          margin-top: 40px;
          color: #3a3d4b;
          font-family: Montserrat, Arial, sans-serif;
          font-weight: 300;
          font-size: 14px;
          line-height: 18px;
          text-align: center; }
        .sec5_10 .sec5_10_mobile .bx-wrapper .bx-pager {
          padding-top: 24px; }
          .sec5_10 .sec5_10_mobile .bx-wrapper .bx-pager.bx-default-pager a {
            width: 8px;
            height: 8px;
            border: 1px solid #167994;
            background: transparent;
            margin: 0 4px; }
            .sec5_10 .sec5_10_mobile .bx-wrapper .bx-pager.bx-default-pager a:hover, .sec5_10 .sec5_10_mobile .bx-wrapper .bx-pager.bx-default-pager a.active {
              background: #167994; } }

.with-intro-bg > .container {
  position: relative;
  z-index: 1; }

.sec2_11 {
  background: #FFFFFF;
  padding-top: 150px;
  padding-bottom: 120px; }
  .sec2_11 .admin-editable-file {
    right: 45px; }
  .sec2_11 > .container {
    position: relative;
    z-index: 1; }
  .sec2_11 .bg-intro-img {
    background-position: bottom right;
    background-size: contain; }
  .sec2_11 .sec2_11_pretitle {
    line-height: 26px;
    opacity: 1;
    color: #3a3d4b;
    font-weight: 300; }
  .sec2_11 h2 {
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 52px;
    font-weight: 300;
    margin-top: 15px; }
  .sec2_11 .sec5_10_link {
    margin-top: 55px; }
  @media screen and (min-width: 1200px) {
    .sec2_11 .inner {
      max-width: unset;
      width: 50%; }
    .sec2_11 .sec2_11_text {
      max-width: unset; }
    .sec2_11 h2 {
      max-width: 470px;
      margin-left: 0; } }
@media (orientation: landscape) and (max-height: 720px) {
  .sec2_11 h2 {
    font-size: 32px;
    line-height: 42px; }
  .sec2_11 .sec2_11_text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px; }
  .sec2_11 .sec5_10_link {
    margin-top: 25px; } }

  @media (max-width: 767px) {
    .sec2_11 {
      padding-top: 56px;
      padding-bottom: 56px; }
      .sec2_11 .sec2_11_pretitle {
        text-align: center; }
      .sec2_11 h2 {
        font-size: 32px;
        letter-spacing: -0.76px;
        line-height: 42px;
        text-align: center; }
      .sec2_11 .sec2_11_text {
        margin-top: 40px;
        text-align: center;
        font-size: 16px;
        line-height: 24px; }
      .sec2_11 .sec5_10_link {
        display: block; }
      .sec2_11 .bg-intro-img {
        opacity: 0.5;
        background-size: auto 64%;
        background-position: 79% bottom; } }

.sec2_8 {
  background: transparent;
  padding-top: 265px;
  padding-bottom: 260px; }
  .sec2_8 .bg-intro-img {
    background-size: cover;
    background-position: left center; }
  .sec2_8 .right {
    margin-top: 0; }
    .sec2_8 .right h3 {
      font-size: 42px;
      letter-spacing: -1px;
      line-height: 52px;
      font-weight: 300; }
  .sec2_8 .sec3_5_btn {
    margin-top: 50px;
    height: auto;
    padding: 16px 32px;
    text-transform: unset;
    line-height: 18px;
    font-weight: 300; }
    .sec2_8 .sec3_5_btn, .sec2_8 .sec3_5_btn:focus {
      background-color: #167994;
      color: #FFFFFF; }
    .sec2_8 .sec3_5_btn:hover {
      background: rgba(22, 121, 148, 0.9); }
  .sec2_8#worldwide .right h3,
  .sec2_8#worldwide .right .text {
    color: #FFFFFF; }
@media (orientation: landscape) and (max-height: 720px) {
  .sec2_8 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: contain; } }

  @media (max-width: 767px) {
    .sec2_8 {
      padding-top: 56px;
      padding-bottom: 56px;
      background-position: right 0 !important;
      background-size: 100% auto !important;
      background-repeat: no-repeat;
      background-color: #0b1b3a; }
      .sec2_8 .right h3 {
        font-size: 32px;
        letter-spacing: -0.76px;
        line-height: 42px; }
      .sec2_8 .right .text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
        padding-top: 300px; }
      .sec2_8 .sec3_5_btn, .sec2_8 .sec3_5_btn:focus {
        margin-top: 0; } }

.sec2_19 {
  padding-top: 80px;
  padding-bottom: 100px; }
  .sec2_19 .sec2_11_pretitle {
    color: #3a3d4b;
    opacity: 1;
    font-weight: 300; }
  .sec2_19 h2 {
    font-weight: 300;
    margin-top: 15px; }
  .sec2_19 .flex-container {
    display: flex;
    flex-wrap: wrap; }
    .sec2_19 .flex-container .blocks {
      margin-right: 0;
      width: 100%;
      flex: 1;
      display: flex;
      flex-wrap: wrap; }
      .sec2_19 .flex-container .blocks .sec1_19_block {
        padding-top: 80px;
        margin: 0; }
        .sec2_19 .flex-container .blocks .sec1_19_block:nth-child(odd) {
          margin-right: 130px; }
          @media (max-width: 1170px) {
            .sec2_19 .flex-container .blocks .sec1_19_block:nth-child(odd) {
              margin-right: 30px; } }
        @media (max-width: 991px) {
          .sec2_19 .flex-container .blocks .sec1_19_block {
            width: calc(50% - 15px); } }
        @media (max-width: 767px) {
          .sec2_19 .flex-container .blocks .sec1_19_block {
            width: 100%; }
            .sec2_19 .flex-container .blocks .sec1_19_block:nth-child(odd) {
              margin-right: 0; } }
  @media screen and (min-width: 1171px) {
    .sec2_19 .inner {
      max-width: 400px;
      margin-right: 100px; } }
  .sec2_19 .sec1_13_text {
    margin-top: 37px; }
    .sec2_19 .sec1_13_text p:last-child {
      margin-bottom: 0; }
  .sec2_19 .sec4_5_btn {
    text-transform: unset;
    height: auto;
    padding: 16px 32px;
    line-height: 18px; }
    .sec2_19 .sec4_5_btn, .sec2_19 .sec4_5_btn:focus {
      border-color: #009d9f;
      color: #009d9f; }
  .sec2_19 .sec1_19_block img {
    max-width: 70px; }
  .sec2_19 .sec1_19_block .title {
    line-height: 19px;
    margin-top: 16px;
    font-weight: 300; }
  .sec2_19 .sec1_19_block .text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 26px; }
    .sec2_19 .sec1_19_block .text a {
      color: #167994;
      text-decoration: underline; }
  @media (max-width: 1170px) {
    .sec2_19 .inner {
      float: left;
      margin-right: 30px; }
    .sec2_19 .blocks {
      margin-right: 30px; } }
  @media (max-width: 991px) {
    .sec2_19 .inner {
      float: none;
      margin-right: 0;
      width: 100%;
      max-width: unset; }
    .sec2_19 .blocks:not(.last) {
      margin-left: 0; } }
@media (orientation: landscape) and (max-height: 720px) {
  .sec2_19 {
    padding-top: 100px;
    padding-bottom: 100px; }
    .sec2_19 h2 {
      font-size: 32px;
      line-height: 42px; }
    .sec2_19 .sec1_13_text {
      font-size: 16px;
      line-height: 26px;
      margin-top: 20px; }
    .sec2_19 .sec1_19_block {
      margin-bottom: 40px; }
      .sec2_19 .sec1_19_block .text {
        margin-top: 15px;
        font-size: 16px;
        line-height: 26px; } }

  @media (max-width: 767px) {
    .sec2_19 {
      padding-top: 56px;
      padding-bottom: 56px; }
      .sec2_19 .container {
        padding-left: 15px;
        padding-right: 15px; }
      .sec2_19 .inner {
        max-width: unset;
        width: 100%; }
      .sec2_19 .sec2_11_pretitle {
        line-height: 26px; }
      .sec2_19 h2 {
        letter-spacing: -0.76px; }
      .sec2_19 .sec1_13_text {
        font-size: 16px;
        line-height: 24px; }
      .sec2_19 .blocks {
        display: block; }
        .sec2_19 .blocks, .sec2_19 .blocks.last {
          margin-right: 15px; }
      .sec2_19 .sec1_19_block {
        width: 100%; }
        .sec2_19 .sec1_19_block .text {
          margin-top: 26px;
          font-size: 16px;
          line-height: 19px;
          letter-spacing: 1.5px; } }

.video-btn-wrapper {
  position: relative; }
  .video-btn-wrapper a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 25px;
    background: #3b55e6;
    margin-top: 20px; }
    .video-btn-wrapper a, .video-btn-wrapper a:focus {
      background: #167994;
      font-weight: 300;
      text-transform: unset; }
    .video-btn-wrapper a:hover {
      background: rgba(22, 121, 148, 0.9); }

.sec4_6_text {
  margin-bottom: 60px; }

.sec4_6 {
  padding-top: 80px; }
  .sec4_6 .container {
    max-width: unset;
    padding-left: 15px;
    padding-right: 15px; }
    .sec4_6 .container .row:before, .sec4_6 .container .row:after {
      display: none; }
    .sec4_6 .container .row > [class^="col-"] {
      float: none; }
  .sec4_6 .pretitle {
    color: #3a3d4b;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 16px;
    text-transform: uppercase; }
  .sec4_6 h2 {
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 32px; }
  .sec4_6 .switch {
    width: -moz-max-content;
    /* Firefox/Gecko */
    width: -webkit-max-content;
    width: fit-content;
    border: 2px solid rgba(34, 35, 40, 0.1); }
    .sec4_6 .switch a,
    .sec4_6 .switch a:focus {
      letter-spacing: 1px;
      font-weight: 300; }
    @media (max-width: 1199px) {
      .sec4_6 .switch a,
      .sec4_6 .switch a:focus {
        padding: 0 20px; } }
    @media (max-width: 1023px) {
      .sec4_6 .switch a,
      .sec4_6 .switch a:focus {
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .sec4_6 .switch {
        margin: 0 auto 35px;
        display: block; } }
  .sec4_6 .sec4_6_text_slider {
    color: rgba(58, 61, 75, 0.7);
    font-family: Montserrat, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px; }
    .sec4_6 .sec4_6_text_slider .row {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    .sec4_6 .sec4_6_text_slider .text-side {
      color: rgba(58, 61, 75, 0.7);
      font-family: Montserrat, Arial, sans-serif;
      font-size: 18px;
      font-weight: 300;
      line-height: 28px; }
      @media (max-width: 991px) {
        .sec4_6 .sec4_6_text_slider .text-side {
          padding-bottom: 20px; } }
      .sec4_6 .sec4_6_text_slider .text-side ul {
        list-style: inside; }
        .sec4_6 .sec4_6_text_slider .text-side ul + p {
          margin-top: 15px; }
      .sec4_6 .sec4_6_text_slider .text-side p:last-child {
        margin-bottom: 0; }
      .sec4_6 .sec4_6_text_slider .text-side .sec5_10_link {
        margin-top: 30px; }
    .sec4_6 .sec4_6_text_slider .logo-side {
      text-align: center; }
      .sec4_6 .sec4_6_text_slider .logo-side img {
        max-width: 100%;
        display: block;
        margin: 0 auto; }
  .sec4_6#gloves {
    background: rgba(22, 121, 148, 0.1); }
    @media screen and (min-width: 1200px) {
      .sec4_6#gloves .sec4_6_text {
        max-width: unset;
        width: 58.33333333%; } }
    .sec4_6#gloves .sec4_6_text_slider .text-side {
      opacity: 1;
      color: #222328;
      font-family: Montserrat, Arial, sans-serif;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 24px; }
      .sec4_6#gloves .sec4_6_text_slider .text-side .glove-name {
        color: #222328;
        font-family: Montserrat, Arial, sans-serif;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 19px;
        font-weight: 300;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 14px; }
  .sec4_6#brands {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #dcebf0 url(../images/background-brands.jpg) no-repeat right bottom;
    background-size: contain; }
@media (orientation: landscape) and (max-height: 720px) {
  .sec4_6 {
    padding-top: 100px; }
    .sec4_6 h2 {
      font-size: 32px;
      line-height: 42px; }
    .sec4_6 .sec4_6_text {
      font-size: 16px;
      line-height: 26px; }
    .sec4_6 .sec4_6_text_slider {
      font-size: 16px;
      line-height: 26px; } }

  @media (max-width: 767px) {
    .sec4_6 {
      padding-top: 56px;
      padding-bottom: 56px; }
      .sec4_6 .pretitle {
        text-align: center;
        margin-bottom: 35px; }
      .sec4_6 h2 {
        text-align: center;
        letter-spacing: -0.76px;
        margin-bottom: 24px; }
      .sec4_6 .sec4_6_text {
        font-size: 16px;
        line-height: 24px;
        color: #8c8f94;
        opacity: 1;
        text-align: center;
        max-width: unset;
        margin-bottom: 40px; }
      .sec4_6 .switch {
        height: auto;
        border: 1px solid rgba(34, 35, 40, 0.1);
        text-align: center; }
        .sec4_6 .switch a {
          float: none; }
          .sec4_6 .switch a, .sec4_6 .switch a:focus {
            letter-spacing: 1.1px;
            line-height: 37px;
            height: 37px;
            padding: 0 21px; }
      .sec4_6 .sec4_6_text_slider {
        /*.row {
                  flex-direction: column-reverse;
              }*/ }
        .sec4_6 .sec4_6_text_slider .text-side {
          font-size: 14px !important;
          line-height: 24px !important;
          text-align: center !important;
        /*ul {
                    padding-left: 16px;

                    li {
                        list-style-position: initial;
                    }
                }*/ }
          .sec4_6 .sec4_6_text_slider .text-side .glove-name {
            text-align: center !important; }
          .sec4_6 .sec4_6_text_slider .text-side img {
            margin: 0 auto !important; }
        .sec4_6 .sec4_6_text_slider .logo-side {
          margin-bottom: 52px; } }

.sec6_13 {
  padding-top: 80px;
  padding-bottom: 120px; }
  .sec6_13 h2 {
    letter-spacing: -1px;
    font-weight: 300; }
@media (orientation: landscape) and (max-height: 720px) {
  .sec6_13 h2 {
    font-size: 42px;
    line-height: 52px; } }

  @media (max-width: 767px) {
    .sec6_13 {
      padding: 56px 0; }
      .sec6_13 h2 {
        font-size: 32px;
        letter-spacing: -0.62px;
        line-height: 42px; }
      .sec6_13 .flex {
        margin-top: 40px; }
      .sec6_13 .sec6_13_block .title {
        line-height: 28px; }
      .sec6_13 .sec6_13_block .info {
        letter-spacing: 1.5px; }
      .sec6_13 .sec6_13_block_big {
        margin-bottom: 0; }
        .sec6_13 .sec6_13_block_big .title {
          font-size: 32px;
          letter-spacing: -0.76px;
          line-height: 42px;
          padding: 41px 48px 0; }
        .sec6_13 .sec6_13_block_big.full {
          width: 100%; } }

.sec6_13_block.cursor-default {
  pointer-events: none; }
.sec6_13_block img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
.sec6_13_block .photo {
  width: 61px;
  height: 61px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .sec6_13_block .photo img {
    float: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
.sec6_13_block .info {
  font-weight: 300; }

.sec6_13_block_big .title {
  font-weight: 300;
  letter-spacing: -1px; }
@media (orientation: landscape) and (max-height: 720px) {
  .sec6_13_block_big .title {
    font-size: 32px;
    line-height: 42px; } }

.sec6_13_3_more .sec3_5_btn.red {
  height: auto;
  padding: 16px 32px;
  text-transform: unset;
  line-height: 18px;
  font-weight: 300; }
  .sec6_13_3_more .sec3_5_btn.red, .sec6_13_3_more .sec3_5_btn.red:focus {
    background-color: #167994;
    color: #FFFFFF; }
  .sec6_13_3_more .sec3_5_btn.red:hover {
    background: rgba(22, 121, 148, 0.9); }

.documents-title {
  font-family: Montserrat, Arial, sans-serif;
  color: #222328;
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 52px;
  margin-bottom: 40px; }

.documents-subtitle {
  color: #8c8f94;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px; }

.documents-list {
  padding-top: 30px; }
  @media screen and (min-width: 768px) {
    .documents-list {
      display: flex;
      flex-wrap: wrap; }
      .documents-list:before, .documents-list::after {
        display: none; } }
  .documents-list .document-item {
    border: 1px solid #e8f2f4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    padding: 50px 20px 38px;
    display: flex;
    margin-top: 30px; }
    .documents-list .document-item .document-text {
      flex: 1;
      padding-right: 30px; }
      .documents-list .document-item .document-text .document-title {
        color: #222328;
        font-family: Montserrat, Arial, sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 18px;
        text-align: left; }
      .documents-list .document-item .document-text .document-description {
        color: #8c8f94;
        font-family: Montserrat, Arial, sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 18px;
        margin-top: 8px;
        margin-bottom: 0;
        font-weight: 300; }
    .documents-list .document-item .icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #222328 url(../images/download_white.png) no-repeat 50% 50%; }
    .documents-list .document-item:hover, .documents-list .document-item:focus {
      outline: 0;
      text-decoration: none; }
    .documents-list .document-item:hover {
      border-color: #167994;
      background-color: #167994;
      box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.05); }
      .documents-list .document-item:hover .document-text .document-title {
        color: #FFFFFF; }
      .documents-list .document-item:hover .document-text .document-description {
        color: rgba(255, 255, 255, 0.6); }
      .documents-list .document-item:hover .icon {
        background: #ffffff url(../images/download_dark.png) no-repeat 50% 50%; }

.popup-edit-btn {
  display: block;
  border: 0;
  margin-bottom: 10px; }
  .popup-edit-btn .admin-editable {
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    text-align: right !important;
    padding: 5px;
    height: auto !important; }

.sec2_14 {
  background: rgba(22, 121, 148, 0.15); }
  .sec2_14 h2 {
    font-weight: 300;
    letter-spacing: -0.5px; }
  .sec2_14 .left {
    max-width: 560px; }
  .sec2_14 .sec5_10_link {
    float: right;
    margin-top: 110px;
    display: unset;
    position: relative;
    overflow: hidden; }
  @media (max-width: 991px) {
    .sec2_14 .left {
      max-width: unset; }
    .sec2_14 .sec5_10_link {
      float: none;
      display: block;
      text-align: center; }
      .sec2_14 .sec5_10_link .icon {
        float: none;
        margin: 0 auto 15px; } }
  @media (max-width: 767px) {
    .sec2_14 {
      padding: 56px 0; }
      .sec2_14 h2 {
        letter-spacing: -0.38px; }
      .sec2_14 .sec2_14_text {
        margin-top: 40px; }
      .sec2_14 .sec5_10_link {
        margin-top: 56px;
        float: none;
        display: block; } }

.sec7_14 {
  padding-top: 100px;
  padding-bottom: 126px; }
  .sec7_14#media {
    padding-top: 80px;
    padding-bottom: 100px; }
  .sec7_14 h2 {
    letter-spacing: -1px;
    font-weight: 300; }
  .sec7_14 .news-latest {
    margin-top: 55px; }
    .sec7_14 .news-latest a {
      display: block;
      padding-top: 15px;
      text-align: left; }
      .sec7_14 .news-latest a img {
        width: 100%;
        margin-bottom: 30px;
        border-radius: 10px; }
      .sec7_14 .news-latest a .title {
        color: #222328;
        font-family: "Droid Serif";
        font-size: 32px;
        font-style: italic;
        line-height: 42px; }
      .sec7_14 .news-latest a .sec3_4_link {
        background: none;
        margin-top: 20px;
        color: #8c8f94;
        font-family: Montserrat, Arial, sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 22px;
        font-weight: 300; }
  .sec7_14 .sec4_5_btn.blue, .sec7_14 .sec4_5_btn.blue:focus {
    border: 1px solid #167994;
    color: #167994;
    text-transform: unset;
    margin-top: 60px;
    font-weight: 300; }
  .sec7_14 .sec4_5_btn.blue:hover {
    background-color: #167994;
    color: white; }
  @media (max-width: 991px) {
    .sec7_14 .news-latest {
      overflow-y: auto;
      white-space: nowrap;
      padding-bottom: 10px; }
      .sec7_14 .news-latest .row {
        width: max-content; }
      .sec7_14 .news-latest a {
        width: 100%;
        max-width: 340px;
        float: left;
        white-space: normal; } }
  @media (max-width: 767px) {
    .sec7_14 {
      padding: 56px 0; }
      .sec7_14 h2 {
        letter-spacing: -0.76px; }
      .sec7_14 .news-latest {
        margin-top: 40px; }
        .sec7_14 .news-latest a .title {
          font-size: 28px;
          line-height: 37px; }
        .sec7_14 .news-latest a .sec3_4_link {
          margin-top: 18px;
          font-size: 11px;
          line-height: 20px;
          letter-spacing: 0.9px; }
      .sec7_14 .sec4_5_btn.blue, .sec7_14 .sec4_5_btn.blue:focus {
        margin-top: 20px; } }

.sec9_8 {
  padding-top: 0;
  padding-bottom: 40px; }
  .sec9_8 .line {
    margin-top: 0; }
  .sec9_8 .nav5_logo img {
    max-width: 170px; }
  .sec9_8 .col270 .title {
    font-weight: 300; }
    .sec9_8 .col270 .title a, .sec9_8 .col270 .title a:focus {
      color: #222328;
      margin-left: 5px; }
  .sec9_8 .col270 .text a, .sec9_8 .col270 .text a:focus {
    color: #222328; }
  .sec9_8 .sec3_5_btn, .sec9_8 .sec3_5_btn:focus {
    background: #167994;
    font-weight: 300;
    text-transform: unset; }
  .sec9_8 .sec3_5_btn:hover {
    background: rgba(22, 121, 148, 0.9); }
  @media (max-width: 770px) {
    .sec9_8 {
      padding: 64px 0 60px; }
      .sec9_8 .col270 {
        margin-bottom: 40px; }
        .sec9_8 .col270:last-child {
          margin-bottom: 0; } }

.sec9_12 {
  background: #313e48;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.footer12 {
  background: #313e48;
  padding-top: 5px; }
  .footer12 .col .title,
  .footer12 .col a {
    font-weight: 300; }
  .footer12 .col .socials a {
    color: #FFFFFF;
    background: none;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  @media screen and (min-width: 1200px) {
    .footer12 .col.col-full-2-cols {
      width: 340px; } }
  @media (max-width: 767px) {
    .footer12 .col {
      margin-bottom: 40px; }
      .footer12 .col.col-full-2-cols {
        width: unset;
        margin-left: -20px;
        margin-right: -20px; }
        .footer12 .col.col-full-2-cols .title {
          width: 100%;
          display: block;
          padding-left: 20px;
          padding-right: 20px; }
        .footer12 .col.col-full-2-cols a {
          float: left;
          width: 50%;
          padding-left: 20px;
          padding-right: 20px; }
      .footer12 .col.col.col-half {
        width: 50%;
        float: left;
        margin-right: 0; }
        .footer12 .col.col.col-half + .col-half {
          padding-left: 20px; }
        .footer12 .col.col.col-half .title,
        .footer12 .col.col.col-half a {
          display: block; }
      .footer12 .col.social-networks {
        width: unset;
        margin-left: -20px;
        margin-right: -20px; }
        .footer12 .col.social-networks .title {
          padding-left: 20px;
          padding-right: 20px; }
        .footer12 .col.social-networks .socials {
          padding-left: 20px;
          padding-right: 20px; }
      .footer12 .col:empty {
        display: none; } }

.footer12_pt2020 {
  padding-top: 35px;
  text-align: center; }
  .footer12_pt2020 .container {
    position: relative; }
  .footer12_pt2020 a {
    display: inline-block; }
  .footer12_pt2020 img {
    width: 100%;
    max-width: 400px; }
  @media (max-width: 770px) {
    .footer12_pt2020 {
      padding-bottom: 50px; } }

.footer12_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .footer12_bottom .right a {
    font-weight: 300;
    line-height: 24px; }
    @media (max-width: 770px) {
      .footer12_bottom .right a {
        position: relative;
        margin-left: 0;
        margin-top: 10px; }
        .footer12_bottom .right a:before {
          content: "";
          display: block;
          width: calc(100vw - 60px);
          height: 1px; } }
  .footer12_bottom .languages-menu > .btn {
    background: #313e48;
    color: #FFFFFF;
    border: 0;
    text-transform: uppercase;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    padding: 0;
    display: flex;
    align-items: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .footer12_bottom .languages-menu > .btn .globe {
      margin-right: 12px; }
    .footer12_bottom .languages-menu > .btn .flag {
      max-width: 20px;
      margin-right: 12px; }
    .footer12_bottom .languages-menu > .btn .arrow {
      width: auto;
      height: 12px;
      margin-left: 17px; }
      .footer12_bottom .languages-menu > .btn .arrow path {
        fill: #FFFFFF; }
  .footer12_bottom .languages-menu .dropdown-menu > li > a {
    margin: 0;
    color: #222328;
    font-weight: 300;
    display: flex;
    align-items: center; }
    .footer12_bottom .languages-menu .dropdown-menu > li > a > img {
      margin-right: 10px;
      max-width: 22px; }
  .footer12_bottom .languages-menu.open {
    /*.dropdown-menu {
              & > li {
                  & > a {
                      margin: 0;
                      color: $text_color;
                      font-weight: 300;
                      display: block;
                  }
              }
          }*/ }
    .footer12_bottom .languages-menu.open > .dropdown-toggle:focus,
    .footer12_bottom .languages-menu.open > .dropdown-toggle :hover {
      background-color: #313e48;
      color: white; }

.page-content-wrapper {
  padding-top: 211px;
  padding-bottom: 160px; }
  @media (max-width: 991px) {
    .page-content-wrapper {
      padding-top: 140px;
      padding-bottom: 80px; } }
  .page-content-wrapper h1 {
    color: #222328;
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 52px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 38px; }
  .page-content-wrapper .text {
    color: #8c8f94;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px; }
    .page-content-wrapper .text h2,
    .page-content-wrapper .text h3,
    .page-content-wrapper .text h4,
    .page-content-wrapper .text h5,
    .page-content-wrapper .text h6 {
      text-align: unset;
      color: #222328;
      font-size: 24px;
      letter-spacing: -0.57px;
      line-height: 29px;
      font-weight: 300;
      margin-bottom: 15px; }
    .page-content-wrapper .text a {
      color: #167994; }
      .page-content-wrapper .text a:hover {
        text-decoration: underline; }
  .page-content-wrapper .page-title {
    color: #222328;
    font-family: Montserrat;
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 0; }
  .page-content-wrapper .page-subtitle {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #8c8f94;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center; }
  .page-content-wrapper .page-subtitle.bottom {
    margin-top: 40px;
    margin-bottom: 0;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto; }

.facts-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .facts-wrapper:before, .facts-wrapper:after {
    display: none; }
  .facts-wrapper > div {
    margin-top: 40px; }

.fact-container {
  border-radius: 10px;
  background-color: rgba(22, 121, 148, 0.1);
  padding: 80px 50px;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  .fact-container .pretitle {
    color: #222328;
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: 1.29px;
    line-height: 15px;
    font-weight: 300; }
    .fact-container .pretitle span {
      text-transform: uppercase;
      padding-right: 4px; }
  .fact-container h2 {
    color: #222328;
    font-family: Montserrat;
    font-size: 32px;
    letter-spacing: -0.76px;
    line-height: 40px;
    margin: 22px 0 16px;
    text-align: left;
    font-weight: 300; }
  .fact-container .text {
    color: #8c8f94;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px; }
  .fact-container:hover {
    background-color: rgba(22, 121, 148, 0.12);
    box-shadow: 0 50px 90px 0 rgba(0, 0, 0, 0.18); }

.cms-privacy-policy .sec9_8 {
  display: none; }

#contacts-cta {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #f9f9f9;
  overflow: hidden; }
  #contacts-cta .cta-title {
    text-align: left;
    color: #222328;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 300;
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 72px; }
    @media (max-width: 767px) {
      #contacts-cta .cta-title {
        font-size: 32px;
        line-height: 42px;
        text-align: center; } }
  #contacts-cta .cta-msg {
    color: rgba(58, 61, 75, 0.7);
    font-family: Montserrat, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 12px; }
    @media (max-width: 767px) {
      #contacts-cta .cta-msg {
        font-size: 16px;
        line-height: 24px; } }
  #contacts-cta .cta-link {
    display: inline-block;
    margin-top: 20px;
    border-radius: 30px;
    background-color: #167994;
    color: #ffffff;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: center;
    padding: 15px 50px; }
  #contacts-cta .bg-intro-img {
    background-position: left bottom;
    background-size: 100% auto; }
  @media (max-width: 767px) {
    #contacts-cta .cta-side {
      text-align: center !important; }
    #contacts-cta .bg-intro-img {
      background-size: auto 270px;
      background-position: -20% bottom; } }

.form-status-modal {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none; }
  .form-status-modal .form-status-modal-outer {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .form-status-modal .form-status-modal-inner {
    height: 100%;
    width: 100%;
    max-height: 542px;
    max-width: 886px;
    border-radius: 8px;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 30px; }
  .form-status-modal .timer-wrapper {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: right; }
  .form-status-modal .form-status-modal-symbol {
    width: 150px;
    height: 150px;
    background: #D8AD4F;
    color: #FFFFFF;
    font-size: 95px;
    text-align: center;
    margin: 60px auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .form-status-modal .form-status-modal-symbol .svg {
      max-width: 48px;
      height: auto; }
      .form-status-modal .form-status-modal-symbol .svg path {
        fill: #FFFFFF; }
  .form-status-modal .form-status-modal-title {
    color: #0b0b0a;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 9px;
    line-height: 59px;
    text-align: center;
    text-transform: uppercase; }
  .form-status-modal .form-status-modal-msg {
    color: #666666;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
    text-align: center; }
    .form-status-modal .form-status-modal-msg p:last-child {
      margin-bottom: 0; }
    .form-status-modal .form-status-modal-msg ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
      -webkit-margin-before: 0;
      -webkit-margin-after: 0;
      -webkit-margin-start: 0;
      -webkit-margin-end: 0;
      -webkit-padding-start: 0; }
      .form-status-modal .form-status-modal-msg ul li {
        list-style: none;
        line-height: initial; }
  .form-status-modal.success .timer-wrapper {
    background: rgba(255, 204, 51, 0.3); }
  .form-status-modal.error .timer-wrapper {
    background: rgba(255, 0, 0, 0.3); }
  .form-status-modal.error .form-status-modal-symbol {
    background: red; }

.cms-contacts-index .nav10:not(.fade-in):not(.fade-out) {
  background: linear-gradient(0deg, rgba(233, 233, 233, 0.1) 0%, white 40%); }
  .cms-contacts-index .nav10:not(.fade-in):not(.fade-out) .languages-menu > .btn, .cms-contacts-index .nav10:not(.fade-in):not(.fade-out) .languages-menu.open > .dropdown-toggle:focus, .cms-contacts-index .nav10:not(.fade-in):not(.fade-out) .languages-menu.open > .dropdown-toggle:hover {
    background: transparent; }
.cms-contacts-index #map {
  height: 80vh;
  background: #f2f1f0; }
  .cms-contacts-index #map .gm-style .gm-style-iw-t::after {
    display: none; }
  .cms-contacts-index #map .gm-style .gm-style-iw-c {
    color: #8c8f94;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 26px;
    left: auto;
    padding: 48px 40px !important; }
    @media (min-width: 992px) {
      .cms-contacts-index #map .gm-style .gm-style-iw-c {
        transform: translate(calc(100% - 90px), -50%); } }
    .cms-contacts-index #map .gm-style .gm-style-iw-c strong {
      color: #007b97;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 1px;
      line-height: 24px;
      text-transform: uppercase; }
    .cms-contacts-index #map .gm-style .gm-style-iw-c button {
      display: none !important; }
    @media screen and (min-width: 1200px) {
      .cms-contacts-index #map .gm-style .gm-style-iw-c {
        min-width: 371px !important;
        transform: translate(44%, -50%); } }
@media (max-width: 1366px) and (orientation: landscape) {
  .cms-contacts-index #map .gm-style .gm-style-iw-c {
    padding: 15px !important;
    font-size: 14px;
    line-height: 15px; }
    .cms-contacts-index #map .gm-style .gm-style-iw-c strong + br {
      display: none; } }

  @media (max-width: 767px) {
    .cms-contacts-index #map {
      height: 50vh;
      margin-top: 66px; } }
.cms-contacts-index .contact-us-form {
  padding-top: 120px;
  padding-bottom: 125px; }
  .cms-contacts-index .contact-us-form .page-title {
    color: #222328;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 52px;
    text-align: center;
    font-weight: 300; }
    @media (max-width: 767px) {
      .cms-contacts-index .contact-us-form .page-title {
        font-size: 35px;
        line-height: 45px; } }
  .cms-contacts-index .contact-us-form .page-subtitle {
    color: #8c8f94;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    margin-top: 26px; }
  .cms-contacts-index .contact-us-form form {
    padding-top: 65px; }
    .cms-contacts-index .contact-us-form form label {
      color: #b4b7bb;
      font-family: Montserrat, Arial, sans-serif;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 18px;
      text-transform: uppercase;
      font-weight: 300;
      margin-bottom: 16px;
      padding-left: 28px; }
      .cms-contacts-index .contact-us-form form label span.require {
        color: #167994; }
    .cms-contacts-index .contact-us-form form [class^="col-"] .form-group {
      margin-bottom: 45px; }
    .cms-contacts-index .contact-us-form form .form-control {
      height: 50px;
      border: 1px solid rgba(34, 35, 40, 0.1);
      border-radius: 25px;
      background-color: #ffffff;
      text-align: left;
      box-shadow: none;
      color: #222328;
      font-family: Montserrat, Arial, sans-serif;
      font-weight: 300;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 26px;
      padding: 10px 25px; }
      .cms-contacts-index .contact-us-form form .form-control:focus {
        outline: 0;
        border-color: white;
        box-shadow: 0 20px 50px 0 rgba(34, 35, 40, 0.5); }
    .cms-contacts-index .contact-us-form form textarea.form-control {
      height: 150px; }
    .cms-contacts-index .contact-us-form form .btn-wrapper {
      text-align: right; }
      .cms-contacts-index .contact-us-form form .btn-wrapper button[type="submit"] {
        color: #ffffff;
        font-family: Montserrat, Arial, sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 18px;
        text-align: center;
        border-radius: 25px;
        background-color: #167994;
        padding: 16px 95px; }
        .cms-contacts-index .contact-us-form form .btn-wrapper button[type="submit"]:hover {
          background-color: rgba(22, 121, 148, 0.9); }
        @media (max-width: 767px) {
          .cms-contacts-index .contact-us-form form .btn-wrapper button[type="submit"] {
            width: 100%; } }
    .cms-contacts-index .contact-us-form form span.has-error.help-block {
      font-size: 12px; }
@media (max-width: 1366px) and (orientation: landscape) {
  .cms-contacts-index .contact-us-form {
    padding-top: 70px; } }

.media-articles-list {
  padding-top: 210px;
  padding-bottom: 185px; }
  .media-articles-list .page-title {
    color: #222328;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 52px;
    text-align: center; }
  .media-articles-list .list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 55px; }
    .media-articles-list .list:before, .media-articles-list .list:after {
      display: none; }
    .media-articles-list .list a {
      display: block;
      padding-top: 15px;
      text-align: left;
      float: none; }
      .media-articles-list .list a img {
        width: 100%;
        margin-bottom: 30px;
        border-radius: 10px; }
      .media-articles-list .list a .title {
        color: #222328;
        font-family: "Droid Serif";
        font-size: 32px;
        font-style: italic;
        line-height: 42px; }
      .media-articles-list .list a .sec3_4_link, .media-articles-list .list a .sec3_4_link:focus {
        display: inline-block;
        background: none;
        margin-top: 20px;
        color: #8c8f94;
        font-family: Montserrat, Arial, sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 22px;
        font-weight: 300;
        padding-right: 20px; }
        .media-articles-list .list a .sec3_4_link:hover, .media-articles-list .list a .sec3_4_link:focus:hover {
          opacity: 0.8; }
  .media-articles-list .pagination-wrapper {
    display: flex;
    padding-top: 80px;
    justify-content: center;
    align-items: center; }
    .media-articles-list .pagination-wrapper a,
    .media-articles-list .pagination-wrapper span {
      display: inline-flex;
      width: 30px;
      height: 30px;
      align-items: center;
      justify-content: center;
      border-radius: 2px; }
    .media-articles-list .pagination-wrapper a, .media-articles-list .pagination-wrapper a:focus {
      border: 1px solid rgba(0, 0, 0, 0.1);
      background-color: #313e48;
      color: white; }
    .media-articles-list .pagination-wrapper a.disabled, .media-articles-list .pagination-wrapper a.disabled:focus {
      background-color: rgba(0, 0, 0, 0.1);
      cursor: default; }
    .media-articles-list .pagination-wrapper a:not(.disabled):hover {
      background-color: #167994;
      color: white; }
    .media-articles-list .pagination-wrapper a + a, .media-articles-list .pagination-wrapper a + span {
      margin-left: 8px; }
    .media-articles-list .pagination-wrapper span {
      border: 1px solid #c0dee6;
      background-color: #c0dee6;
      color: #222328; }
      .media-articles-list .pagination-wrapper span + a {
        margin-left: 8px; }
  @media (max-width: 1170px) {
    .media-articles-list {
      padding-top: 150px; } }
  @media (max-width: 770px) {
    .media-articles-list .container {
      padding-left: 15px;
      padding-right: 15px; } }

.cms-media-article-view .media-article-page {
  padding-top: 210px;
  padding-bottom: 150px; }
  .cms-media-article-view .media-article-page header h1 {
    text-align: left;
    color: #222328;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 52px;
    font-weight: 300;
    margin-bottom: 8px; }
    @media (max-width: 767px) {
      .cms-media-article-view .media-article-page header h1 {
        font-size: 32px;
        line-height: 42px; } }
  .cms-media-article-view .media-article-page header time {
    display: block;
    color: #8c8f94;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px; }
    .cms-media-article-view .media-article-page header time strong {
      text-transform: capitalize; }
  .cms-media-article-view .media-article-page main {
    padding-top: 32px; }
    .cms-media-article-view .media-article-page main .abstract {
      color: #8c8f94;
      font-family: Montserrat, Arial, sans-serif;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 26px; }
    .cms-media-article-view .media-article-page main figure {
      margin: 1em 0; }
      .cms-media-article-view .media-article-page main figure picture {
        display: block; }
        .cms-media-article-view .media-article-page main figure picture img {
          max-width: 100%; }
      .cms-media-article-view .media-article-page main figure.article-meta-image {
        margin: 87px 0 61px; }
    .cms-media-article-view .media-article-page main .text {
      color: #8c8f94;
      font-family: Montserrat, Arial, sans-serif;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 26px;
      margin-top: 0;
      padding-bottom: 42px; }
      .cms-media-article-view .media-article-page main .text h1,
      .cms-media-article-view .media-article-page main .text h2,
      .cms-media-article-view .media-article-page main .text h3,
      .cms-media-article-view .media-article-page main .text h4,
      .cms-media-article-view .media-article-page main .text h5,
      .cms-media-article-view .media-article-page main .text h6 {
        text-align: left; }
      .cms-media-article-view .media-article-page main .text ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
        margin-bottom: 10px; }
      .cms-media-article-view .media-article-page main .text a {
        color: #167994; }
        .cms-media-article-view .media-article-page main .text a:hover {
          text-decoration: underline; }
  .cms-media-article-view .media-article-page footer {
    border-top: 1px solid #d8d8d8;
    padding-top: 17px;
    text-align: center; }
    .cms-media-article-view .media-article-page footer .share li {
      display: inline-block; }
      .cms-media-article-view .media-article-page footer .share li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        color: #8c8f94; }
  @media (max-width: 1170px) {
    .cms-media-article-view .media-article-page {
      padding-top: 150px; } }
.cms-media-article-view .related-articles {
  padding-bottom: 150px; }
  .cms-media-article-view .related-articles .section-title {
    color: #222328;
    font-family: "Droid Serif";
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 52px;
    text-align: center; }
  .cms-media-article-view .related-articles .list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px; }
    .cms-media-article-view .related-articles .list a {
      display: block;
      padding-top: 15px;
      text-align: left; }
      .cms-media-article-view .related-articles .list a img {
        width: 100%;
        margin-bottom: 30px;
        border-radius: 10px; }
      .cms-media-article-view .related-articles .list a .title {
        color: #222328;
        font-family: "Droid Serif";
        font-size: 32px;
        font-style: italic;
        line-height: 42px; }
      .cms-media-article-view .related-articles .list a .sec3_4_link, .cms-media-article-view .related-articles .list a .sec3_4_link:focus {
        display: inline-block;
        background: none;
        margin-top: 20px;
        color: #8c8f94;
        font-family: Montserrat, Arial, sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 22px;
        font-weight: 300;
        padding-right: 20px; }
        .cms-media-article-view .related-articles .list a .sec3_4_link:hover, .cms-media-article-view .related-articles .list a .sec3_4_link:focus:hover {
          opacity: 0.8; }

.cms-careers .careers-page {
  padding-top: 210px;
  padding-bottom: 100px; }
  .cms-careers .careers-page .container {
    position: relative; }
  .cms-careers .careers-page .page-title {
    color: #222328;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 52px;
    text-align: left;
    font-weight: 300; }
  .cms-careers .careers-page .text {
    margin-top: 55px;
    color: #8c8f94;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px; }
  .cms-careers .careers-page .page-subtitle {
    color: #8c8f94;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 44px;
    text-align: left; }
  .cms-careers .careers-page form {
    padding-top: 110px; }
    .cms-careers .careers-page form fieldset {
      border: 0;
      padding: 0;
      margin: 0; }
      .cms-careers .careers-page form fieldset + fieldset {
        margin-top: 44px; }
    .cms-careers .careers-page form legend {
      color: #222328;
      font-family: Montserrat, Arial, sans-serif;
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 22px;
      font-weight: 300;
      text-transform: uppercase;
      padding-bottom: 8px;
      border-bottom: 1px solid rgba(22, 121, 148, 0.2);
      margin-bottom: 30px; }
    .cms-careers .careers-page form label {
      color: #b4b7bb;
      font-family: Montserrat, Arial, sans-serif;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 18px;
      text-transform: uppercase;
      font-weight: 300;
      margin-bottom: 16px;
      padding-left: 28px; }
      .cms-careers .careers-page form label span.require {
        color: #167994; }
    .cms-careers .careers-page form [class^="col-"] .form-group {
      margin-bottom: 45px; }
    .cms-careers .careers-page form .form-control {
      height: 50px;
      border: 1px solid rgba(34, 35, 40, 0.1);
      border-radius: 25px;
      background-color: #ffffff;
      text-align: left;
      box-shadow: none;
      color: #222328;
      font-family: Montserrat, Arial, sans-serif;
      font-weight: 300;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 26px;
      padding: 10px 25px; }
      .cms-careers .careers-page form .form-control#CareerBirthdate {
        background: #fff url(../images/calendar.svg) no-repeat 92% center;
        padding-right: 45px; }
      .cms-careers .careers-page form .form-control:focus {
        outline: 0;
        border-color: white;
        box-shadow: 0 20px 50px 0 rgba(34, 35, 40, 0.5); }
    .cms-careers .careers-page form textarea.form-control {
      height: 150px; }
    .cms-careers .careers-page form .input-file-wrapper {
      position: relative; }
      .cms-careers .careers-page form .input-file-wrapper .input-file-btn {
        height: 50px;
        border: 1px solid rgba(34, 35, 40, 0.1);
        border-radius: 25px;
        background-color: #ffffff;
        text-align: left;
        box-shadow: none;
        color: #222328;
        font-family: Montserrat, Arial, sans-serif;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 26px;
        padding: 10px 25px;
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer; }
      .cms-careers .careers-page form .input-file-wrapper .form-control {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0; }
    .cms-careers .careers-page form .checkbox-wrapper {
      display: flex;
      flex-wrap: wrap; }
      .cms-careers .careers-page form .checkbox-wrapper input[type="checkbox"] {
        height: 18px;
        width: 18px;
        border: 2px solid rgba(58, 61, 75, 0.7);
        border-radius: 4px;
        background-color: #ffffff;
        cursor: pointer; }
      .cms-careers .careers-page form .checkbox-wrapper label {
        flex: 1;
        color: rgba(58, 61, 75, 0.7);
        font-family: Montserrat, Arial, sans-serif;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 18px;
        text-transform: unset !important;
        padding-left: 10px; }
        .cms-careers .careers-page form .checkbox-wrapper label a {
          color: rgba(58, 61, 75, 0.7);
          text-decoration: underline; }
      .cms-careers .careers-page form .checkbox-wrapper span.has-error.help-block {
        width: 100%; }
    .cms-careers .careers-page form .btn-wrapper button[type="submit"] {
      color: #ffffff;
      font-family: Montserrat, Arial, sans-serif;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 18px;
      text-align: center;
      border-radius: 25px;
      background-color: #167994;
      padding: 16px 95px; }
      .cms-careers .careers-page form .btn-wrapper button[type="submit"]:hover {
        background-color: rgba(22, 121, 148, 0.9); }
      @media (max-width: 767px) {
        .cms-careers .careers-page form .btn-wrapper button[type="submit"] {
          width: 100%; } }
    .cms-careers .careers-page form span.has-error.help-block {
      font-size: 12px; }
  .cms-careers .careers-page .sticky-img {
    position: fixed;
    z-index: -1;
    right: 0;
    bottom: 0;
    max-height: calc(100vh - 115px);
    max-width: 50%; }
    @media (max-width: 991px) {
      .cms-careers .careers-page .sticky-img {
        display: none; } }
  @media (max-width: 1170px) {
    .cms-careers .careers-page {
      padding-top: 150px; } }

[data-processing="true"]:before {
  position: fixed;
  top: calc(50% - 30px);
  left: 50%;
  z-index: 10000000000;
  background: rgba(255, 255, 255, 0.95) url(../images/loading.gif) no-repeat 14px center;
  padding: 12px 24px 12px 42px;
  content: attr(data-msg);
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  background-size: 20px 20px;
  color: #333;
  transform: translateX(-50%) translateY(-50%); }
[data-processing="true"]:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  background-size: 33px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000000000; }

.contacts-btn {
  height: 60px;
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 10;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 31px;
  transition: all 0.5s;
  padding: 10px;
  width: auto;
  min-width: 60px; }
  .contacts-btn:hover {
    display: flex;
    width: auto;
    padding: 10px; }
    .contacts-btn:hover .svg {
      transform: rotate(-90deg); }
    .contacts-btn:hover span {
      max-width: 500px;
      opacity: 1;
      margin-left: 8px; }
  .contacts-btn .svg {
    width: 36px;
    height: auto;
    transition: all 0.5s ease; }
  .contacts-btn span {
    max-width: 0;
    opacity: 0;
    margin-left: 0;
    color: #167392;
    transition: all 0.5s ease;
    overflow: hidden;
    white-space: nowrap; }
  @media (max-width: 991px) {
    .contacts-btn {
      right: 15px;
      bottom: 20px; } }

.datetimepicker thead th,
.datetimepicker tfoot th {
  font-weight: 500; }

@media screen and (min-width: 768px) and (max-width: 1050px) {
  .col.col-full-2-cols:nth-child(5) {
    display: none; }

  section#worldwide {
    background-position: 35% 50% !important;
    height: 600px;
    padding-top: 100px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  #contacts-cta .bg-intro-img {
    margin-left: 100px; }

  section#worldwide {
    background-size: 100% auto !important;
    background-position: top center !important;
    background-repeat: no-repeat;
    background-color: #0b1b3a;
    padding-top: 800px;
    padding-bottom: 100px;
    height: unset; }

  .sec2_8 .right,
  .sec2_8 .right h3 {
    margin-left: 0;
    text-align: center; } }
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  #ceo-message-popup .inner {
    max-height: 90vh !important; }

  #ceo-message-popup img.focuspoint-img {
    top: -35px !important; } }
@media (max-width: 767px) {
  #company-value-popup .inner {
    max-height: 90vh !important; }

  #team-member-popup .inner {
    max-height: 90vh !important; }

  #ceo-message-popup .inner {
    max-height: 90vh !important; } }
.form-control {
  -webkit-appearance: unset; }

.rev_row_zone.rev_row_zone_middle {
  opacity: 0;
  transition: all 0.3s; }

.active-revslide .rev_row_zone.rev_row_zone_middle {
  opacity: 1; }

@media (max-width: 767px) {
  .cms-projects-index .page-content-wrapper {
    padding-top: 130px;
    padding-bottom: 20px; }
  .cms-projects-index .documents-list {
    padding-top: 0; }

  .cms-documents-index .page-content-wrapper {
    padding-top: 130px;
    padding-bottom: 20px; } }
@media (max-width: 1170px) {
  .nav10.opened {
    width: 100%;
    padding-left: 20px;
    background: #ffffff !important; }
  .nav10 .bottom a {
    margin-bottom: 14px;
    text-transform: none;
    width: fit-content;
    font-weight: 400; }
  .nav10 .container {
    padding-top: 60px; }
  .nav10 .languages-menu .dropdown-menu-right {
    right: auto;
    left: 0; } }
#ceo-message-popup .inner .image-side img {
  width: 100%;
  object-fit: fill;
  left: 0 !important;
  bottom: 0 !important;
  height: 100%;
  top: 0 !important; }

@media (min-width: 1171px) and (max-width: 1200px) {
  .sec3_7 .sec3_7_block.white {
    width: 470px;
    margin-left: 30px; } }
#ceo-message-popup .inner .text-side .text {
  font-weight: 300;
  line-height: 32px !important; }

#ceo-message-popup .inner .text-side .text p {
  margin-bottom: 0; }

#ceo-message-popup .inner .text-side .text p + p {
  margin-top: 15px; }

@media (max-width: 991px) {
  .sec4_6 .sec4_6_text_slider .logo-side {
    width: 100%; } }
#map .info-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 8px;
  grid-row-gap: 16px; }
  #map .info-content a {
    color: #8c8f94;
    transition: all 0.5s; }
  #map .info-content a:hover {
    opacity: 0.5; }

.cms-contacts-index .contacts-btn .svg {
  transform: rotate(180deg); }
.cms-contacts-index .contacts-btn:hover .svg {
  transform: rotate(270deg); }

@media (max-width: 991px) {
  .sec9_8 .flex {
    display: block;
    text-align: center; }
    .sec9_8 .flex > .col270 {
      margin: 0 auto; }
      .sec9_8 .flex > .col270 .sec3_5_btn {
        float: none; } }
.sec9_8 .grid-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  width: 100%;
  padding: 0 20px; }
  @media (max-width: 991px) {
    .sec9_8 .grid-content {
      grid-template-columns: 1fr;
      padding: 20px 0; } }
  .sec9_8 .grid-content .col270 {
    width: auto; }
    @media (max-width: 991px) {
      .sec9_8 .grid-content .col270 {
        margin: 0; } }
    .sec9_8 .grid-content .col270 .text {
      margin-top: 0; }
      .sec9_8 .grid-content .col270 .text a {
        color: #8c8f94;
        transition: all 0.5s; }
      .sec9_8 .grid-content .col270 .text a:hover {
        opacity: 0.5; }
    .sec9_8 .grid-content .col270 .col270 {
      margin-top: 25px; }

@media (max-width: 991px) {
  .footer12 .languages-menu .dropdown-menu li a:before {
    display: none; } }

.footer-menu {
  display: flex;
  transition: all 0.5s; }
  @media (max-width: 991px) {
    .footer-menu {
      flex-direction: column;
      padding-top: 20px; } }
  .footer-menu li {
    padding: 38px 0 39px; }
    @media (max-width: 991px) {
      .footer-menu li {
        padding: 20px 0 10px; } }
    .footer-menu li a {
      line-height: 24px; }
    .footer-menu li > a {
      text-transform: uppercase;
      font-size: 12px;
      margin-right: 24px;
      font-weight: 300; }
      @media (min-width: 992px) and (max-width: 1200px) {
        .footer-menu li > a {
          margin-right: 16px; } }
  .footer-menu .has-childrens {
    transition: all 0.5s; }
    .footer-menu .has-childrens .sub-menu-children {
      display: none;
      transition: all 0.5s;
      overflow: hidden; }
      @media (max-width: 991px) {
        .footer-menu .has-childrens .sub-menu-children {
          display: flex;
          max-height: 0; } }
      @media (max-width: 991px) {
        .footer-menu .has-childrens .sub-menu-children .menu {
          display: flex;
          flex-direction: column; } }
      .footer-menu .has-childrens .sub-menu-children .menu a {
        line-height: 40px;
        color: #8c8f94;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 300; }
      @media (max-width: 767px) {
        .footer-menu .has-childrens .sub-menu-children .menu + .menu {
          margin-top: 20px;
          margin-left: 0; } }
    .footer-menu .has-childrens .sub-menu-children.active {
      display: flex; }
      @media (min-width: 992px) {
        .footer-menu .has-childrens .sub-menu-children.active {
          display: none; } }
      @media (max-width: 991px) {
        .footer-menu .has-childrens .sub-menu-children.active {
          max-height: 800px; } }
      @media (max-width: 767px) {
        .footer-menu .has-childrens .sub-menu-children.active {
          flex-direction: column; } }

.sec9_12 .container > .content {
  display: flex; }
  @media (max-width: 991px) {
    .sec9_12 .container > .content {
      flex-direction: column; } }
  .sec9_12 .container > .content .footer-social-networks {
    display: flex;
    padding: 38px 0 39px;
    align-items: flex-start;
    margin-left: auto; }
    @media (max-width: 991px) {
      .sec9_12 .container > .content .footer-social-networks {
        padding: 20px 0 20px;
        margin-left: 0; } }
    .sec9_12 .container > .content .footer-social-networks .title {
      color: #ffffff;
      font-family: Montserrat;
      font-size: 12px;
      letter-spacing: 0;
      line-height: 24px;
      margin-right: 12px;
      font-weight: 300; }
    .sec9_12 .container > .content .footer-social-networks a {
      margin-right: 4px;
      line-height: 24px;
      color: #8c8f94; }
    .sec9_12 .container > .content .footer-social-networks .socials {
      display: flex;
      align-items: flex-start; }
@media (max-width: 991px) {
  .sec9_12 .container .items-content {
    display: none; } }
.sec9_12 .container .items-content .child-content {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden; }
  @media (max-width: 991px) {
    .sec9_12 .container .items-content .child-content > .container {
      padding: 0; } }
  .sec9_12 .container .items-content .child-content .container > .content {
    padding-bottom: 20px; }
    .sec9_12 .container .items-content .child-content .container > .content .menu {
      display: flex;
      flex-direction: column;
      max-width: 230px;
      width: 100%; }
      .sec9_12 .container .items-content .child-content .container > .content .menu a {
        line-height: 40px;
        color: #8c8f94;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 300;
        text-transform: uppercase; }
    .sec9_12 .container .items-content .child-content .container > .content .menu + .menu {
      margin-left: 15px; }
      @media (max-width: 991px) {
        .sec9_12 .container .items-content .child-content .container > .content .menu + .menu {
          margin-top: 20px;
          margin-left: 0; } }
.sec9_12 .container .items-content .child-content.active {
  max-height: 800px; }

.cms-careers .careers-page .text ul {
  list-style: disc;
  list-style-position: inside; }
  .cms-careers .careers-page .text ul li {
    padding-left: 12px; }
  .cms-careers .careers-page .text ul li::marker {
    font-size: 8px;
    color: #8c8f94; }
.cms-careers .careers-page .text strong {
  font-weight: 400; }
.cms-careers .careers-page .statistics-content {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  max-width: 540px; }
  @media (max-width: 540px) {
    .cms-careers .careers-page .statistics-content {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 20px; } }
  .cms-careers .careers-page .statistics-content .content {
    align-items: center;
    display: flex;
    flex-direction: column; }
    .cms-careers .careers-page .statistics-content .content .number {
      color: #167994;
      font-family: Montserrat;
      font-size: 42px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 52px;
      margin-bottom: 12px; }
    .cms-careers .careers-page .statistics-content .content .label {
      color: #222328;
      font-family: Montserrat;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 18px;
      font-weight: 300;
      text-align: center;
      padding: 0; }

.rev_slider li.tp-revslider-slidesli > .slotholder:nth-child(2) {
  display: none; }

@media (max-width: 767px) {
  .rev_slider li.tp-revslider-slidesli > .slotholder:nth-child(1) {
    display: none; }

  .rev_slider li.tp-revslider-slidesli > .slotholder:nth-child(2) {
    display: block; } }
.cms-media-article-view .subtitle-content {
  display: flex; }

.cms-media-article-view .subtitle-content a {
  margin-left: 12px;
  text-decoration: underline;
  font-family: Montserrat,Arial,sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  color: #167994; }

.cms-media-article-view .subtitle-content a:hover {
  opacity: 0.5; }

.cms-media-article-view .media-article-page main .abstract a {
  color: #167994;
  transition: opacity 0.5s; }

.cms-media-article-view .media-article-page main .abstract a:hover {
  opacity: 0.5; }

.sec7_14 .news-latest a.article-link {
  text-decoration: underline;
  font-family: Montserrat,Arial,sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  color: #167994;
  transition: all 0.5s;
  padding-top: 8px; }

.sec7_14 .news-latest a.article-link:hover {
  opacity: 0.5; }

#cookie-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background-color: rgba(17, 28, 35, 0.5); }
  #cookie-bg #cookie-bar {
    position: absolute;
    bottom: 30px;
    left: 50px;
    background: #FFFFFF;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 12px 13px -10px rgba(0, 0, 0, 0.1);
    padding: 40px 30px 32px 24px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
    #cookie-bg #cookie-bar .cookie-bar-title {
      color: #222328;
      font-size: 16px;
      letter-spacing: 1.5px;
      line-height: 19px;
      font-weight: 300;
      text-transform: uppercase;
      margin-bottom: 16px; }
    #cookie-bg #cookie-bar .cookie-bar-msg {
      color: #8C8F94;
      font-size: 16px;
      font-weight: 300;
      line-height: 26px; }
    #cookie-bg #cookie-bar .cookie-bar-read-link {
      margin-bottom: 23px; }
      #cookie-bg #cookie-bar .cookie-bar-read-link a {
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
        text-decoration: underline;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
        #cookie-bg #cookie-bar .cookie-bar-read-link a, #cookie-bg #cookie-bar .cookie-bar-read-link a:focus {
          color: #8C8F94; }
        #cookie-bg #cookie-bar .cookie-bar-read-link a:hover {
          color: #167994; }
    #cookie-bg #cookie-bar .cookie-bar-accept-btn #cookie-accept {
      display: inline-block;
      padding: 0 50px;
      font-size: 14px;
      letter-spacing: 1.5px;
      height: 50px;
      line-height: 50px;
      font-weight: 300;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -o-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px; }
      #cookie-bg #cookie-bar .cookie-bar-accept-btn #cookie-accept, #cookie-bg #cookie-bar .cookie-bar-accept-btn #cookie-accept:focus {
        color: #FFFFFF;
        background: #167994; }
      #cookie-bg #cookie-bar .cookie-bar-accept-btn #cookie-accept:hover {
        background: rgba(22, 121, 148, 0.9); }
    @media (max-width: 767px) {
      #cookie-bg #cookie-bar {
        left: 15px;
        right: 15px;
        width: auto; } }

.form-status-modal {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none; }
  .form-status-modal .form-status-modal-outer {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .form-status-modal .form-status-modal-inner {
    height: 100%;
    width: 100%;
    max-height: 542px;
    max-width: 886px;
    border-radius: 8px;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 30px; }
  .form-status-modal .timer-wrapper {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: right; }
  .form-status-modal .form-status-modal-symbol {
    width: 150px;
    height: 150px;
    background: #167994;
    color: #FFFFFF;
    font-size: 95px;
    text-align: center;
    margin: 60px auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .form-status-modal .form-status-modal-symbol .svg {
      max-width: 48px;
      height: auto; }
      .form-status-modal .form-status-modal-symbol .svg path {
        fill: #FFFFFF; }
  .form-status-modal .form-status-modal-title {
    color: #0B0B0A;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 9px;
    line-height: 59px;
    text-align: center;
    text-transform: uppercase; }
  .form-status-modal .form-status-modal-msg {
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
    text-align: center; }
    .form-status-modal .form-status-modal-msg p:last-child {
      margin-bottom: 0; }
    .form-status-modal .form-status-modal-msg ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
      -webkit-margin-before: 0;
      -webkit-margin-after: 0;
      -webkit-margin-start: 0;
      -webkit-margin-end: 0;
      -webkit-padding-start: 0; }
      .form-status-modal .form-status-modal-msg ul li {
        list-style: none;
        line-height: initial; }
  .form-status-modal.success .timer-wrapper {
    background: rgba(22, 121, 148, 0.3); }
  .form-status-modal.error .timer-wrapper {
    background: rgba(255, 0, 0, 0.3); }
  .form-status-modal.error .form-status-modal-symbol {
    background: red; }

#ceo-message-popup {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 28, 35, 0.25);
  align-items: center;
  justify-content: center; }
  #ceo-message-popup .inner {
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 50px 90px 0 rgba(34, 35, 40, 0.15);
    max-width: 1170px;
    max-height: 100vh;
    display: flex;
    flex-direction: row;
    border-radius: 20px;
    overflow: hidden; }
    #ceo-message-popup .inner .close-ceo-message-popup {
      position: absolute;
      right: 40px;
      top: 40px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #ceo-message-popup .inner .close-ceo-message-popup .svg {
        width: 18px;
        height: auto; }
        #ceo-message-popup .inner .close-ceo-message-popup .svg * {
          stroke-width: 5px;
          stroke: #BCC6C9; }
    #ceo-message-popup .inner .image-side {
      width: 510px;
      position: relative; }
      #ceo-message-popup .inner .image-side .focuspoint {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    #ceo-message-popup .inner .text-side {
      flex: 1;
      padding: 48px 70px 64px 68px;
      overflow-y: auto; }
      #ceo-message-popup .inner .text-side .pretitle {
        opacity: 0.75;
        color: #222328;
        font-family: Montserrat;
        font-size: 16px;
        letter-spacing: 1.5px;
        line-height: 19px;
        margin-bottom: 33px; }
      #ceo-message-popup .inner .text-side .text {
        color: #222328;
        font-family: Montserrat;
        font-size: 22px;
        font-style: italic;
        letter-spacing: -0.52px;
        line-height: 40px; }
        #ceo-message-popup .inner .text-side .text a {
          color: #167994; }
          #ceo-message-popup .inner .text-side .text a:hover {
            text-decoration: underline; }
        #ceo-message-popup .inner .text-side .text:last-child {
          margin-bottom: 0; }
      #ceo-message-popup .inner .text-side .signature {
        margin-top: 24px;
        opacity: 0.5;
        color: #222328;
        font-family: "Droid Serif";
        font-size: 18px;
        font-style: italic;
        letter-spacing: 0;
        line-height: 28px; }
  @media (max-width: 969px) {
    #ceo-message-popup .inner .image-side {
      width: 50%; }
    #ceo-message-popup .inner .text-side .text {
      font-size: 18px;
      line-height: 36px; } }
  @media (max-width: 1023px) {
    #ceo-message-popup .inner .image-side {
      display: none; } }

#team-member-popup {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 28, 35, 0.25);
  align-items: center;
  justify-content: center; }
  #team-member-popup .inner {
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 50px 90px 0 rgba(34, 35, 40, 0.15);
    max-width: 970px;
    max-height: 100vh;
    display: flex;
    flex-direction: row;
    border-radius: 20px;
    overflow: hidden; }
    #team-member-popup .inner .close-team-member-popup {
      position: absolute;
      right: 15px;
      top: 15px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #team-member-popup .inner .close-team-member-popup .svg {
        width: 18px;
        height: auto; }
        #team-member-popup .inner .close-team-member-popup .svg * {
          stroke-width: 5px;
          stroke: #BCC6C9; }
    #team-member-popup .inner .image-side {
      width: 370px;
      position: relative; }
      #team-member-popup .inner .image-side .focuspoint {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    #team-member-popup .inner .text-side {
      flex: 1;
      padding: 80px 30px 114px;
      overflow-y: auto; }
      #team-member-popup .inner .text-side .name {
        color: #3A3D4B;
        font-family: "Droid Serif";
        font-size: 32px;
        font-style: italic;
        letter-spacing: 0;
        line-height: 42px; }
      #team-member-popup .inner .text-side .position {
        color: #8C8F94;
        font-family: Montserrat;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 32px; }
      #team-member-popup .inner .text-side .bio {
        padding-top: 33px;
        color: #8C8F94;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 26px; }
        #team-member-popup .inner .text-side .bio br {
          display: none; }
        #team-member-popup .inner .text-side .bio ul {
          list-style-type: disc;
          padding-left: 40px;
          margin-bottom: 10px; }
        #team-member-popup .inner .text-side .bio p:last-child {
          margin-bottom: 0; }
  @media (max-width: 1199px) {
    #team-member-popup .inner .image-side {
      width: 50%; }
    #team-member-popup .inner .text-side .text {
      font-size: 18px;
      line-height: 36px; } }
  @media (max-width: 1023px) {
    #team-member-popup .inner .image-side {
      display: none; } }

#company-value-popup {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 28, 35, 0.25);
  align-items: center;
  justify-content: center; }
  #company-value-popup .inner {
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 50px 90px 0 rgba(34, 35, 40, 0.15);
    max-width: 970px;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow-y: auto;
    padding: 55px 60px 85px; }
    #company-value-popup .inner .close-company-value-popup {
      position: absolute;
      right: 15px;
      top: 15px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #company-value-popup .inner .close-company-value-popup .svg {
        width: 18px;
        height: auto; }
        #company-value-popup .inner .close-company-value-popup .svg * {
          stroke-width: 5px;
          stroke: #BCC6C9; }
    #company-value-popup .inner .title-wrapper {
      display: flex;
      align-items: center; }
      #company-value-popup .inner .title-wrapper .icon {
        width: 70px;
        height: 70px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        #company-value-popup .inner .title-wrapper .icon img {
          max-width: 56px; }
      #company-value-popup .inner .title-wrapper .title {
        color: #222328;
        font-family: Montserrat;
        font-size: 28px;
        letter-spacing: 1.75px;
        font-weight: 300;
        line-height: 34px;
        text-transform: uppercase;
        padding-left: 18px; }
    #company-value-popup .inner .text {
      color: #222328;
      font-family: Montserrat;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 26px;
      margin-top: 20px; }
      #company-value-popup .inner .text br {
        display: none; }
      #company-value-popup .inner .text a {
        color: #167994; }
        #company-value-popup .inner .text a:hover {
          text-decoration: underline; }
      #company-value-popup .inner .text ul {
        list-style-type: disc;
        padding-left: 40px;
        margin-bottom: 10px; }
      #company-value-popup .inner .text p:last-child {
        margin-bottom: 0; }
  @media (max-width: 767px) {
    #company-value-popup .inner {
      padding: 55px 20px 40px; } }

/*# sourceMappingURL=custom.css.map */
