@charset "UTF-8";

@font-face {
  font-family: 'Helvetica LT Std';
  src: url("../fonts/HelveticaLTStd-Cond.eot");
  src: url("../fonts/HelveticaLTStd-Cond.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaLTStd-Cond.woff2") format("woff2"), url("../fonts/HelveticaLTStd-Cond.woff") format("woff"), url("../fonts/HelveticaLTStd-Cond.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica LT Std';
  src: url("../fonts/HelveticaLTStd-BlkCond.eot");
  src: url("../fonts/HelveticaLTStd-BlkCond.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaLTStd-BlkCond.woff2") format("woff2"), url("../fonts/HelveticaLTStd-BlkCond.woff") format("woff"), url("../fonts/HelveticaLTStd-BlkCond.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica LT Std';
  src: url("../fonts/HelveticaLTStd-BoldCond.eot");
  src: url("../fonts/HelveticaLTStd-BoldCond.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaLTStd-BoldCond.woff2") format("woff2"), url("../fonts/HelveticaLTStd-BoldCond.woff") format("woff"), url("../fonts/HelveticaLTStd-BoldCond.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=55f35a60-aca2-4418-9cee-6cc0af97f1af&fontids=6149645,6149660,6383960");

@font-face {
  font-family: "Avenir Next LT W01 Bold";
  src: url("../fonts/6149645/b56355b0-7729-42a7-9f65-62c7211d078c.woff2") format("woff2"), url("../fonts/6149645/05537afc-e923-4df9-b365-71798fbd220d.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next LT W01 Regular";
  src: url("../fonts/6149660/c4691e94-080d-4452-8f9f-8b3db6b68d55.woff2") format("woff2"), url("../fonts/6149660/a1adabe6-efe5-40b7-b619-48111c8ff883.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next LT W01 Heavy";
  src: url("../fonts/6383960/4c12ed83-b51a-4aa2-933e-91b51a349858.woff2") format("woff2"), url("../fonts/6383960/174318b4-133a-4af1-b728-f45b53180bfc.woff") format("woff");
}



/*
    Variables
*/
/*
    Animations, Mixins etc.
*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.w100p {
  width: 100%;
}

.h-100p {
  height: 100%;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.bg-white {
  background-color: #fff !important;
}

.bg-blue-dark {
  background-color: #003c81 !important;
}

.bg-blue {
  background-color: #008bfe !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-black-80 {
  background-color: rgba(0, 0, 0, .8) !important;
}

.bg-grey-2 {
  background-color: #f8f8f8 !important;
}

.c-white {
  color: #fff;
}

.c-blue {
  color: #008bfe;
}

.c-blue-dark {
  color: #003c81;
}

.links-blue a {
  color: #008bfe;
}

.links-grey-1 a {
  color: #fcfcfe;
}

.links-grey-1 a:hover {
  color: #008bfe;
}

.links-white a {
  color: #fff;
}

.c-grey-1 {
  color: #fcfcfe;
}

.c-grey-vdark {
  color: #000307;
}

.posr {
  position: relative;
}

.z-item {
  z-index: 10;
}

.last {
  margin-bottom: 0;
}

.lc> :last-child {
  margin-bottom: 0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 15;
}

.z-item {
  z-index: 20;
}

.container-right {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .container-right {
    margin-right: 0;
    margin-left: calc(50vw - 375px);
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-right {
    margin-right: 0;
    max-width: 100%;
    margin-left: calc(50vw - 485px);
  }
}

@media (min-width: 1200px) {
  .container-right {
    margin-right: 0;
    margin-left: calc(50vw - 585px);
  }
}

@media (min-width: 1600px) {
  .container-right {
    margin-right: 0;
    margin-left: calc(50vw - 705px);
  }
}

.btn {
  -webkit-appearance: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  padding: 11px 12px;
  line-height: 1.714;
  cursor: pointer;
  transition: 0.2s all;
  border: 0;
  font-family: "Avenir Next", Arial, sans-serif;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 0.24px;
}

@media (min-width: 576px) {
  .btn {
    width: auto;
  }
}

.btn-blue {
  color: #f8f8f8;
  background: #008bfe;
}

.btn-blue:hover {
  background-color: #003c81;
}

.btn-ab {
  margin-top: 10px;
  white-space: nowrap;
  font-size: 15px;
  padding: 10px 44px 6px;
}

@media (min-width: 1200px) {
  .btn-ab {
    margin-left: 27px;
    margin-top: 0;
  }
}

.btn-ab:hover {
  background-color: rgba(0, 139, 254, 0.7);
}

.btn-contact {
  margin-top: 25px;
  font-size: 22px;
  padding: 14px 44px 8px;
}

.btn-cta {
  font-size: 22px;
  padding: 11px 55px 6px;
}

.btn-banner {
  font-size: 24px;
  letter-spacing: 0.24px;
  padding: 12px 15px 6px;
}

.btn-banner.extra_space {
  margin-top: 30px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.menu-header li {
  margin: 0 18px;
}

.menu-header a {
  font-size: 11px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.2px;
}

.menu-footer {
  flex-direction: column;
  line-height: 1.8;
  font-size: 20px;
}

.menu-footer-contacts {
  margin-bottom: 20px;
}

.menu-footer-contacts li {
  margin-bottom: 10px;
}

#wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a,
.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a,
.wpmm-menu-cart .cart-icon .fa-shopping-cart,
.wp-megamenu-wrap .form .submit,
.wpmm-menu-cart span.cart-icon i,
#wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a,
#wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a,
#wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li.active>a {
  color: #003c81;
  font-family: "Avenir Next", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  padding-left: 3px;
  padding-right: 3px;
}

@media (min-width: 1200px) {

  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a,
  .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a,
  .wpmm-menu-cart .cart-icon .fa-shopping-cart,
  .wp-megamenu-wrap .form .submit,
  .wpmm-menu-cart span.cart-icon i,
  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a,
  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a,
  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li.active>a {
    color: #fff;
  }
}

@media (min-width: 1240px) {

  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a,
  .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a,
  .wpmm-menu-cart .cart-icon .fa-shopping-cart,
  .wp-megamenu-wrap .form .submit,
  .wpmm-menu-cart span.cart-icon i,
  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a,
  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a,
  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li.active>a {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 1600px) {

  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a,
  .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a,
  .wpmm-menu-cart .cart-icon .fa-shopping-cart,
  .wp-megamenu-wrap .form .submit,
  .wpmm-menu-cart span.cart-icon i,
  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a,
  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a,
  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li.active>a {
    font-size: 18px;
    padding-left: 8px;
    padding-right: 8px;
  }

  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a,
  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a,
  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a,
  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li.active>a {
    font-size: 15px;
  }
}

@media (min-width: 1740px) {

  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a,
  .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a,
  .wpmm-menu-cart .cart-icon .fa-shopping-cart,
  .wp-megamenu-wrap .form .submit,
  .wpmm-menu-cart span.cart-icon i,
  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a,
  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a,
  #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li.active>a {
    font-size: 17px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a {
  color: #008bfe;
}

#wp-megamenu-header-menu {
  background-color: transparent;
}

body #wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu {
  width: 260px !important;
}

#wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a,
#wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li,
#wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu h1,
#wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu h2,
#wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu h3,
#wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu h4,
#wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu h5,
#wp-megamenu-header-menu>.wpmm-nav-wrap ul.wp-megamenu h6 {
  font-family: "Avenir Next", Arial, sans-serif !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
  border-radius: 10px;
  padding: 10px 0;
}

#wp-megamenu-header-menu .wpmm-nav-wrap ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li a,
#wp-megamenu-header-menu .wpmm-nav-wrap ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li {
  font-size: 15px;
  font-weight: 400;
  word-wrap: inherit;
  word-break: inherit;
}

.wpmm-social-link {
  display: none !important;
}

.wp-megamenu-wrap,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap {
  position: static;
}

.wpmm_mobile_menu_btn {
  background-color: #003c81;
}

.wpmm_mobile_menu_btn:hover {
  background-color: #008bfe;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  min-height: 100vh;
}

@media (min-width: 1440px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1654px;
  }
}

body {
  font-family: "Avenir Next", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #000307;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 16px;
  line-height: 1.666;
  letter-spacing: 0.18px;
  font-weight: 500;
}

@media (min-width: 1600px) {
  body {
    font-size: 18px;
  }
}

a {
  transition: 0.2s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

main {
  flex: 1;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

p {
  margin: 0 0 1em;
}

@media (min-width: 1200px) {
  p {
    margin: 0 0 20px;
  }
}

p img {
  display: inline-block;
}

.text> :first-child {
  margin-top: 0;
}

.text ol,
.text ul {
  line-height: inherit;
  line-height: 1.75;
  padding-left: 20px;
}

.text li:last-child {
  margin-bottom: 0;
}

.text a {
  text-decoration: underline;
  color: inherit;
}

.text a:hover {
  text-decoration: none;
}

.text-bigger {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

@media (min-width: 1600px) {
  .text-bigger {
    font-size: 18px;
  }
}

.text-small {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.16px;
}

.text-big {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.24px;
}

@media (min-width: 1600px) {
  .text-big {
    font-size: 24px;
  }
}

b,
strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  font-weight: 900;
}

h1 {
  font-size: 40px;
  letter-spacing: 0.67px;
  margin-bottom: 0;
  line-height: normal;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 42px;
    letter-spacing: 1.27px;
  }
}

@media (min-width: 1600px) {
  h1 {
    font-size: 56px;
    letter-spacing: 1.67px;
  }
}
@media (max-width: 767px) {
	.single-post h1 {font-size: 32px;}
}
@media (max-width: 575px) {
	.single-post h1 {font-size: 26px;}
}

h2 {
  color: #003c81;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  h2 {
    font-size: 36px;
    letter-spacing: 0.3px;
    line-height: 1.5;
  }
}

@media (min-width: 1600px) {
  h2 {
    font-size: 40px;
    letter-spacing: 0.4px;
    line-height: 1.8;
  }
}

h3 {
  font-size: 26px;
  letter-spacing: 0.33px;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  h3 {
    font-size: 28px;
    line-height: 1.444;
  }
}

@media (min-width: 1600px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 20px;
  letter-spacing: 0.24px;
}

@media (min-width: 1200px) {
  h4 {
    font-size: 22px;
  }
}

@media (min-width: 1600px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  h5 {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media (min-width: 1600px) {
  h5 {
    font-size: 20px;
    line-height: 1.8;
  }
}

.socials {
  margin-left: -4px;
  margin-right: -4px;
}

@media (min-width: 1600px) {
  .socials {
    margin-left: -7px;
    margin-right: -7px;
  }
}

.socials>a {
  margin-left: 4px;
  margin-right: 4px;
  color: #fff;
  font-size: 24px;
}

.socials>a:hover {
  color: #008bfe;
}

@media (min-width: 1600px) {
  .socials>a {
    margin-left: 7px;
    margin-right: 7px;
  }
}

.global-shim {
  position: fixed;
  z-index: 30;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  transition: 0.2s all;
  pointer-events: none;
}

.shim-active {
  overflow: hidden;
}

.shim-active .global-shim {
  background: rgba(0, 0, 0, 0.6);
  pointer-events: all;
}

.s-404 {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media (min-width: 1400px) {
  .d-xll-flex {
    display: flex !important;
  }
}

.side-menu {
  width: 100vw;
  position: fixed;
  pointer-events: none;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 750;
  transition: all ease-in-out 0.4s;
  transform: translateX(110%);
}

.side-menu .inner {
  background: #fff;
  height: calc(100vh - 72px);
  padding: 20px 48px 30px 0;
  overflow: auto;
  width: 100vw;
  padding-right: 48px;
}

@media screen and (min-width: 576px) {
  .side-menu .inner {
    padding: 50px 80px 24px 0;
    width: 410px;
  }
}

.opened .side-menu {
  transform: translateX(0);
  pointer-events: all;
}

.menu-opener {
  z-index: 50;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid #fff;
  margin-left: auto;
}

@media (min-width: 992px) {
  .menu-opener {
    margin-left: 0;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
  }
}

.menu-opener:before,
.menu-opener:after {
  content: '';
  backface-visibility: hidden;
  transition: all 0.4s;
  background: #fff;
  height: 1px;
  left: 9px;
  right: 9px;
  top: 13px;
  position: absolute;
}

@media (min-width: 992px) {

  .menu-opener:before,
  .menu-opener:after {
    left: 12px;
    right: 12px;
    top: 15px;
  }
}

.menu-opener:before {
  box-shadow: 0 13px 0 0 #fff;
}

@media (min-width: 992px) {
  .menu-opener:before {
    box-shadow: 0 12px 0 0 #fff;
  }
}

.menu-opener:after {
  top: 19px;
}

@media (min-width: 992px) {
  .menu-opener:after {
    top: 21px;
  }
}

.opened .menu-opener:before {
  box-shadow: 0 0 0 0 transparent;
  transform: rotate(225deg);
  top: 19px;
}

@media (min-width: 992px) {
  .opened .menu-opener:before {
    top: 22px;
  }
}

.opened .menu-opener:after {
  transform: rotate(315deg);
  top: 19px;
}

@media (min-width: 992px) {
  .opened .menu-opener:after {
    top: 22px;
  }
}

header {
  margin-bottom: -92px;
}

@media (min-width: 992px) {
  header {
    margin-bottom: -92px;
  }
}

@media (min-width: 1200px) {
  header {
    margin-bottom: -100px;
  }
}

@media (min-width: 1400px) {
  header {
    margin-bottom: -116px;
  }
}

@media (min-width: 1600px) {
  header {
    margin-bottom: -122px;
  }
}

.ab-holder {
  padding: 10px 0;
}

@media (min-width: 1600px) {
  .ab-holder {
    padding: 10px 0;
  }
}

.ab-holder .text {
  font-size: 14px;
  flex: 0 0 100%;
  width: 100%;
  position: relative;
  top: 3px;
}

@media (min-width: 1200px) {
  .ab-holder .text {
    font-size: 18px;
    flex: 1;
    width: auto;
  }
}

@media (min-width: 1600px) {
  .ab-holder .text {
    font-size: 18px;
  }
}

.contacts-bar {
  padding: 12px 0;
}

.contacts-bar .c-link {
  margin-right: 15px;
}

.contacts-bar i {
  font-size: 24px;
  color: #003c81;
  position: relative;
  top: -3px;
  margin-right: 10px;
}

.contacts-bar a:last-child:not(.c-link) {
  margin-left: 25px;
}

.contacts-bar span {
  margin-right: 22px;
}

.contacts-bar .text-bigger {
  font-size: 16px;
}

.contacts-bar a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.contacts-bar a:hover {
  color: #003c81;
}

.header-nav {
  padding: 10px 12px;
  background-color: rgba(0, 3, 7, 0.78);
  position: relative;
  z-index: 30;
}

@media (min-width: 1600px) {
  .header-nav {
    padding: 0 60px 10px;
  }
}

.logo-img {
  width: 186px;
}

@media (min-width: 1200px) {
  .logo-img {
    width: 209px;
  }
}

@media (min-width: 1400px) {
  .logo-img {
    width: 249px;
  }
}

@media (min-width: 1600px) {
  .logo-img {
    width: 291px;
  }
}

@media (min-width: 1740px) {
  .logo-img {
    width: 291px;
  }
}

footer {
  margin-top: 80px;
}

footer .inner {
  padding: 20px 12px;
}

@media (min-width: 1200px) {
  footer .inner {
    padding: 40px 45px 20px;
  }
}

footer .f-1 {
  order: 0;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  footer .f-1 {
    order: 3;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  footer .f-1 {
    order: unset;
  }
}

footer .f-2 {
  margin-bottom: 30px;
  flex: 0 0 100%;
  width: 100%;
}

@media (min-width: 768px) {
  footer .f-2 {
    margin-right: 24px;
    margin-bottom: 0;
    width: auto;
    flex: 0 0 auto;
  }
}

@media (min-width: 1400px) {
  footer .f-2 {
    margin-right: 100px;
  }
}

footer .f-3 {
  margin-bottom: 30px;
  flex: 0 0 100%;
  width: 100%;
}

@media (min-width: 768px) {
  footer .f-3 {
    margin-right: 24px;
    margin-bottom: 0;
    width: auto;
    flex: 0 0 auto;
  }
}

@media (min-width: 1400px) {
  footer .f-3 {
    margin-right: 100px;
  }
}

footer .f-4 {
  margin-bottom: 30px;
  flex: 0 0 100%;
  width: 100%;
}

@media (min-width: 768px) {
  footer .f-4 {
    margin-bottom: 0;
    width: auto;
    flex: 0 0 auto;
  }
}

footer .f-5 {
  order: 3;
}

@media (min-width: 1200px) {
  footer .f-5 {
    order: unset;
  }
}

footer .f-menus {
  order: 1;
  flex: 0 0 100%;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  footer .f-menus {
    flex: 0 0 auto;
    width: auto;
    margin: 0 30px;
    order: unset;
    justify-content: flex-start;
  }
}

footer .socials {
  margin-top: 20px;
}

textarea,
input[type='text'],
input[type='email'] {
  border: 0;
  display: block;
  width: 100%;
  font-size: 18px;
  border-radius: 0;
  height: 40px;
  padding: 0 0 0 26px;
  font-family: "Avenir Next", Arial, sans-serif;
  font-weight: 500;
  color: #959a9e;
}

textarea:focus,
input[type='text']:focus,
input[type='email']:focus {
  outline: none;
}

textarea {
  height: 88px;
  resize: none;
  padding-top: 8px;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

select {
  -webkit-appearance: none;
  background: transparent url("../images/ch-d.svg") no-repeat 100% 50%;
  font-size: 16px;
  font-family: "Avenir Next", Arial, sans-serif;
  padding-right: 15px;
  border: 0;
}

select:focus {
  outline: none;
}

@media (min-width: 1200px) {
  .home-pusher {
    height: 180px;
    position: relative;
    margin-bottom: -180px;
  }

  .home-pusher:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -2px;
    width: 4px;
    background: #003c81;
    top: 0;
    bottom: 0;
  }
}

.s-banner {
  position: relative;
}

.s-banner.type-image-small,
.s-banner.type-image-standard {
  height: 400px;
}

@media (min-width: 1200px) {

  .s-banner.type-image-small,
  .s-banner.type-image-standard {
    height: 690px;
  }
}

.s-banner.type-image-small {
  height: auto;
  min-height: 400px;
  background-image: linear-gradient(-181deg, #080808 0%, #003c81 100%);
  padding-top: 160px;
}

.s-banner.type-image-small.sg-content-position-left {
  text-align: left;
}

.s-banner.type-image-small.sg-content-position-right {
  text-align: right;
}

@media (min-width: 1200px) {
  .s-banner.type-image-small {
    height: 460px;
    padding-top: 0;
  }
}

@media (min-width: 1600px) {
  .s-banner.type-image-small {
    height: 580px;
  }
}

.s-banner.type-image-small .text {
  font-size: 28px;
}

@media (min-width: 1200px) {
  .s-banner.type-image-small .text {
    font-size: 32px;
  }
}

@media (min-width: 1600px) {
  .s-banner.type-image-small .text {
    font-size: 36px;
  }
}

.s-banner.type-image-small .inner {
  padding-bottom: 60px;
  align-items: flex-end !important;
}

@media (min-width: 1200px) {
  .s-banner.type-image-small .inner {
    padding-bottom: 80px;
  }
}

@media (min-width: 1600px) {
  .s-banner.type-image-small .inner {
    padding-bottom: 140px;
  }
}

.s-banner.type-image-full-height {
  height: calc(100vh - 150px);
}

.s-banner.type-image-home {
  min-height: calc(100vh - 150px);
}

.s-banner.content-position-bottom {
  text-align: center;
}

.s-banner.content-position-bottom .inner {
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .s-banner.content-position-bottom .inner {
    padding-bottom: 180px;
  }
}

@media (min-width: 1600px) {
  .s-banner.content-position-bottom .inner {
    padding-bottom: 220px;
  }
}

.s-banner.content-position-right .inner {
  padding-top: 200px;
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  .s-banner.content-position-right .inner {
    padding-top: 260px;
  }
}

@media (min-width: 1600px) {
  .s-banner.content-position-right .inner {
    padding-top: 300px;
    padding-bottom: 30px;
  }
}

.s-banner.content-position-right .inner h1 {
  margin-bottom: 8px;
}

.s-banner.content-position-right .inner h1,
.s-banner.content-position-right .inner .text {
  max-width: 690px;
  margin-left: auto;
}

.s-banner.content-position-right .inner .text {
  font-size: 18px;
}

@media (min-width: 1200px) {
  .s-banner.content-position-right .inner .text {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .s-banner.content-position-right .inner .text {
    font-size: 22px;
  }
}

.s-banner.type-image-home {
  padding-top: 220px;
  overflow: hidden;
}

.s-banner.type-image-home h1 {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .s-banner.type-image-home h1 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1600px) {
  .s-banner.type-image-home h1 {
    margin-bottom: 60px;
  }
}

.s-banner.type-image-home p {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.36px;
  line-height: 1.33;
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .s-banner.type-image-home p {
    font-size: 32px;
  }
}

/*
@media (min-width: 1600px) {
  .s-banner.type-image-home p {
    font-size: 36px;
  }
}
*/

.s-banner.type-image-home .items {
  position: relative;
}

@media (min-width: 992px) {
  .s-banner.type-image-home .items:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -2px;
    width: 4px;
    background: #003c81;
    top: 0;
    bottom: -500px;
  }
}

.s-banner.type-image-home .il {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

@media (min-width: 992px) {
  .s-banner.type-image-home .il {
    border-top: 4px solid #003c81;
    padding-top: 140px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .s-banner.type-image-home .il:before {
    content: '';
    position: absolute;
    top: 0;
    height: 4px;
    background: #003c81;
    right: 100%;
    width: 1000px;
    top: -4px;
  }
}

.s-banner.type-image-home .il p {
  max-width: 375px;
}

.s-banner.type-image-home .ir {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (min-width: 992px) {
  .s-banner.type-image-home .ir {
    border-top: 4px solid #003c81;
    padding-bottom: 70px;
    margin-top: 280px;
    padding-top: 50px;
    padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .s-banner.type-image-home .ir:after {
    content: '';
    position: absolute;
    top: 0;
    height: 4px;
    background: #003c81;
    left: 100%;
    width: 1000px;
    top: -4px;
  }
}

.s-banner.type-image-home .ir p {
  max-width: 500px;
}

.s-banner.content-position-center {
  text-align: center;
}

.s-banner.content-position-right {
  text-align: right;
}

.s-banner.content-position-center .inner {
  align-items: center;
  justify-content: center;
}

.s-banner.default-shim:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.47;
  z-index: 18;
}

.s-banner.home-shim:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000307;
  opacity: 0.42;
  z-index: 18;
}

.s-banner.right-shim:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-268deg, rgba(7, 7, 7, 0) 0%, rgba(0, 60, 129, 0.46) 46%, #003c81 100%);
  opacity: 0.42;
  z-index: 18;
}

.s-banner .text {
  letter-spacing: 0.45px;
}

.s-contacts {
  padding: 80px 0;
}

.s-contacts .items {
  padding-top: 80px;
}

.s-contacts .col-lg-4 {
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .s-contacts .col-lg-4 {
    margin-bottom: 0;
  }
}

.s-contacts .col-lg-4 .btn-contact {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .s-contacts .col-lg-4 .btn-contact {
    margin-bottom: 0;
  }
}

.s-contacts .img-item {
  margin-bottom: 35px;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #008bfe;
  color: #fff;
  width: 70px;
  height: 70px;
}

.s-contacts .img-holder {
  margin-bottom: 35px;
}

.s-contacts h3 {
  margin-bottom: 20px;
}

.s-contacts strong {
  font-weight: 900;
}

.s-contacts .item {
  margin-bottom: 15px;
}

.s-contacts .item span {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.24px;
  margin-right: 6px;
}

.s-contacts a:not(.btn) {
  color: #000;
}

.s-contacts h4 {
  margin-bottom: 0;
}

.s-contacts .text-small {
  max-width: 280px;
}

.s-contact_form {
  padding: 80px 0 125px;
}

.s-contact_form.style-blue {
  box-shadow: 0 15px 21px 1px rgba(0, 0, 0, 0.15);
  background: rgba(0, 60, 129, 0.98);
}

.s-contact_form.style-blue .form-holder {
  background: #fff;
}

.s-contact_form.style-blue .text-intro h2,
.s-contact_form.style-blue .text-intro {
  color: #fff;
}

.s-contact_form.style-white .inner-holder {
  padding-top: 80px;
  box-shadow: 3px 12px 27px 1px rgba(0, 0, 0, 0.11);
}

.s-contact_form.style-white .text-intro {
  color: #003c81;
}

.s-contact_form.style-centered-image {
  padding-bottom: 150px;
}

@media (min-width: 1200px) {
  .s-contact_form.style-centered-image {
    padding-bottom: 350px;
  }
}

.s-contact_form.style-centered-image .inner-holder {
  border-radius: 10px;
  background-color: #003c81;
  box-shadow: 0 15px 21px 1px rgba(0, 0, 0, 0.15);
  padding: 36px 24px;
}

@media (min-width: 1200px) {
  .s-contact_form.style-centered-image .inner-holder {
    padding: 90px;
  }
}

.s-contact_form.style-centered-image .text-intro h2,
.s-contact_form.style-centered-image .text-intro {
  color: #fff;
}

.s-contact_form.style-centered-image .form-holder {
  background: #fff;
  padding: 60px 40px;
}

.s-contact_form .inner {
  padding: 80px 12px;
}

.s-contact_form .intro-text {
  margin-bottom: 40px;
}

.s-contact_form .cf-image {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  pointer-events: none;
  height: 60%;
  object-fit: cover;
}

.news-carousel .item {
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .news-carousel .item {
    margin-bottom: 0;
  }
}

.s-nb_carousel {
  overflow: hidden;
  padding: 60px 0 80px;
}

.s-nb_carousel h4 {
  font-weight: 400;
}

@media (min-width: 992px) {
  .s-nb_carousel .container-right {
    padding-left: 280px;
  }
}

.s-nb_carousel .intro-text {
  margin-bottom: 70px;
}

.s-nb_carousel .intro-text .text {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.24px;
  max-width: 520px;
  margin-bottom: 28px;
}

@media (min-width: 1200px) {
  .s-nb_carousel .intro-text .text {
    font-size: 22px;
  }
}

@media (min-width: 1600px) {
  .s-nb_carousel .intro-text .text {
    font-size: 24px;
  }
}

.s-nb_carousel .image-holder {
  margin-bottom: 20px;
}

.s-nb_carousel .excerpt {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.24px;
}

.s-nb_carousel .title {
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .s-nb_carousel .title {
    font-size: 26px;

    letter-spacing: 1px;
    margin-bottom: 12px;
  }
}

@media (min-width: 1600px) {
  .s-nb_carousel .title {
    letter-spacing: 1.5px;
    margin-bottom: 26px;
  }
}

.s-nb_carousel .tns-controls button {
  position: absolute;
  top: 155px;
  background: no-repeat 50% 50%;
  background-size: contain;
  width: 100px;
  height: 18px;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
}

.s-nb_carousel .tns-controls button[data-controls='prev'] {
  left: 0;
}

.s-nb_carousel .tns-controls button[data-controls='prev']:before {
  content: '\f060';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  transition: 0.2s all;
}

.s-nb_carousel .tns-controls button[data-controls='prev']:hover:before {
  color: #008bfe;
}

.s-nb_carousel .tns-controls button[data-controls='next'] {
  left: 85px;
}

.s-nb_carousel .tns-controls button[data-controls='next']:before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  transition: 0.2s all;
}

.s-nb_carousel .tns-controls button[data-controls='next']:hover:before {
  color: #008bfe;
}

.s-side_by_side {
  margin: 40px 0;
}

@media (min-width: 1200px) {
  .s-side_by_side {
    margin: 80px 0;
  }
}

.s-side_by_side .text> :last-child {
  margin-bottom: 0;
}

.s-side_by_side a:not(.btn) {
  color: #008bfe;
  text-decoration: underline;
}

.s-side_by_side a:not(.btn):hover {
  text-decoration: none;
}

.s-side_by_side.lines-line-middle .row-main {
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
}

@media (min-width: 1200px) {
  .s-side_by_side.lines-line-middle .row-main:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #003c81;
    margin-left: -2px;
    z-index: 20;
  }
}

.s-side_by_side.lines-line-middle-smaller .row-main {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1200px) {
  .s-side_by_side.lines-line-middle-smaller .row-main:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100px;
    bottom: 100px;
    width: 4px;
    background: #003c81;
    margin-left: -2px;
    z-index: 20;
  }
}

.s-side_by_side.lines-middle-overlap-top {
  padding-top: 40px;
  margin-top: 30px;
}

.s-side_by_side.lines-middle-overlap-top .row-main {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .s-side_by_side.lines-middle-overlap-top {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .s-side_by_side.lines-middle-overlap-top .row-main:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -150px;
    bottom: 0;
    width: 4px;
    background: #003c81;
    margin-left: -2px;
    z-index: 20;
  }
}

.s-side_by_side .icon {
  margin-bottom: 16px;
  margin-top: 24px;
}

.s-side_by_side .img-1:not(:last-child) {
  margin-bottom: 30px;
  border-radius: 30px;
}

.s-side_by_side .img-1.remove_round:not(:last-child) {
  border-radius: 0;
}

@media (min-width: 1200px) {
  .s-side_by_side .img-1:not(:last-child) {
    margin-bottom: 80px;
  }
}

.s-side_by_side .video-url {
  position: relative;
  margin-bottom: 50px;
}

.s-side_by_side .video-url img {
  border-radius: 30px;
}

.s-side_by_side .video-url .img-1 {
  margin-bottom: 0;
}

.s-side_by_side .video-url:before {
  content: url("../images/play.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  z-index: 20;
}

@media (min-width: 1200px) {
  .s-side_by_side .video-url:before {
    transform: translate(-50%, -50%);
  }
}

.s-side_by_side .video-url.has-caption:before {
  margin-top: -30px;
}

.s-side_by_side .video-url.has-caption .caption {
  position: absolute;
  top: 50%;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.48px;
  left: 12px;
  right: 12px;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .s-side_by_side .video-url.has-caption .caption {
    font-size: 36px;
    margin-top: 50px;
  }
}

@media (min-width: 1600px) {
  .s-side_by_side .video-url.has-caption .caption {
    font-size: 48px;
  }
}

.s-side_by_side .video-url:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background-color: #000000;
  opacity: 0.39;
}

.s-side_by_side .offset-xl-2 {
  margin-top: 50px;
}

@media (min-width: 1200px) {
  .s-side_by_side .offset-xl-2 {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .s-side_by_side .pusher {
    height: 200px;
  }
}

.s-side_by_side .btn-cta {
  margin-top: 30px;
}

.s-side_by_side .btn-cta+.btn-cta {
  margin-top: 25px;
}

.s-side_by_side .row-tct {
  margin-top: 50px;
}

.numbers-row {
  margin-bottom: 20px;
  margin-top: 40px;
}

.s-centered_text.numbers-row {
  margin-top: 20px;
}

.numbers-row .item {
  font-weight: 700;
  color: #63809e;
  margin-bottom: 20px;
}

.numbers-row .number-holder {
  justify-content: center;
  font-size: 38px;
  letter-spacing: 0.6px;
  line-height: 1;
}

@media (min-width: 1200px) {
  .numbers-row .number-holder {
    font-size: 42px;
  }
}

@media (min-width: 1600px) {
  .numbers-row .number-holder {
    font-size: 56px;
  }
}

.numbers-row .n-caption {
  font-size: 18px;
  letter-spacing: 0.24px;
}

@media (min-width: 1200px) {
  .numbers-row .n-caption {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .numbers-row .n-caption {
    font-size: 22px;
  }
}

.video-url:before {
  transition: 0.2s all;
}

.video-url:hover:before {
  opacity: 0.85;
}

.s-gtwv .video-url {
  position: relative;
  margin-bottom: 50px;
}

.s-gtwv .video-url .img-1 {
  margin-bottom: 0;
}

.s-gtwv .video-url:before {
  content: url("../images/play.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.s-gtwv .video-url.has-caption:before {
  margin-top: -30px;
}

.s-gtwv .video-url.has-caption .caption {
  position: absolute;
  top: 50%;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.48px;
  left: 12px;
  right: 12px;
  text-align: center;
  margin-top: 50px;
}

@media (min-width: 1200px) {
  .s-gtwv .video-url.has-caption .caption {
    font-size: 38px;
  }
}

@media (min-width: 1600px) {
  .s-gtwv .video-url.has-caption .caption {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .s-gtwv .il {
    text-align: right;
    padding-right: 24px;
  }
}

@media (min-width: 992px) {
  .s-gtwv .ir {
    padding-left: 24px;
  }
}

.s-gtwv img {
  margin-bottom: 26px;
}

.s-steps {
  padding: 80px 0;
}

.s-steps .image-holder {
  margin-bottom: 70px;
}

.s-steps .image-holder img {
  border-radius: 30px;
}

.steps-holder .item {
  margin-bottom: 20px;
}

.steps-holder .item:last-child {
  margin-bottom: 0;
}

.steps-holder p {
  margin-bottom: 0;
}

.step-num {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin-right: 24px;
  flex: 0 0 52px;
  padding-top: 4px;
}

@media (min-width: 1200px) {
  .step-num {
    font-size: 32px;
    margin-right: 32px;
  }
}

@media (min-width: 1600px) {
  .step-num {
    font-size: 36px;
    margin-right: 54px;
  }
}

.s-centered_text {
  margin: 60px 0 40px;
}

@media (min-width: 1200px) {
  .s-centered_text .text {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.s-centered_text .cta-holder:not(:only-child) {
  margin-top: 30px;
}

.s-centered_text .img {
  margin-bottom: 20px;
}

.s-centered_text .img.rounded_image {
  border-radius: 30px;
}

.s-centered_text h2 {
  line-height: 1.5;
}

.s-steps-bg {
  padding: 30px 0;
}

@media (min-width: 1400px) {
  .s-steps-bg {
    padding: 30px 0 70px;
  }
}

.s-steps-bg .img {
  margin-bottom: 20px;
}

.s-steps-bg .item {
  margin-bottom: 50px;
}

@media (min-width: 1400px) {
  .s-steps-bg .item {
    padding-right: 50px;
    margin-bottom: 100px;
  }
}

.s-steps-bg .items {
  margin-top: 80px;
}

.s-steps-bg .bg-image {
  opacity: 0.45;
}

.s-steps-bg.is-dark .bg-image {
  opacity: 1;
}


.s-steps-bg .step-num {
  margin-right: 24px;
  padding-top: 4px;
}

@media (min-width: 1200px) {
  .s-steps-bg .step-num {
    margin-right: 34px;
  }
}




.s-rotating_logos {
  padding: 40px 0 60px;
}

.s-rotating_logos .intro {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .logo-items {
    padding-left: 140px;
    padding-right: 140px;
  }
}

.logo-items img {
  margin: auto;
}

.logo-items .tns-controls button {
  top: 100%;
  margin-top: 30px;
  position: absolute;
  background: no-repeat 50% 50%;
  background-size: contain;
  width: 100px;
  height: 18px;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
}

@media (min-width: 768px) {
  .logo-items .tns-controls button {
    top: 50%;
    margin-top: -9px;
  }
}

.logo-items .tns-controls button[data-controls='prev'] {
  left: 0;
}

.logo-items .tns-controls button[data-controls='prev']:before {
  content: '\f060';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  transition: 0.2s all;
}

.logo-items .tns-controls button[data-controls='prev']:hover:before {
  color: #008bfe;
}

.logo-items .tns-controls button[data-controls='next'] {
  right: 0;
}

.logo-items .tns-controls button[data-controls='next']:before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  transition: 0.2s all;
}

.logo-items .tns-controls button[data-controls='next']:hover:before {
  color: #008bfe;
}

.s-stacked_logos {
  padding: 40px 0 40px;
}

.s-stacked_logos .container {
  max-width: 1400px;
}

.logo_stack {
  margin-top: 0;
}

.logo_stack .item {
  margin-bottom: 60px;
}

.logo_stack .item img {
  margin: 0 auto;
  max-width: 200px;
}

@media (max-width: 767px) {
  .logo_stack .item img {
    width: 85%;
  }
}

.s-faq {
  margin: 60px 0;
}

.s-faq .intro-top {
  margin-bottom: 40px;
}

.s-faq .faq-item {
  box-shadow: 0 3px 7px 2px rgba(131, 129, 129, 0.18);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 26px 0;
  margin-bottom: 50px;
}

.s-faq .faq-item.active .faq-opener:after {
  content: '-';
}

.s-faq .answer {
  display: none;
  padding-top: 20px;
  padding-right: 24px;
}

.s-faq .faq-opener {
  font-size: 24px;
  color: #003c81;
  letter-spacing: 0.35px;
}

@media (min-width: 1200px) {
  .s-faq .faq-opener {
    font-size: 28px;
  }
}

@media (min-width: 1600px) {
  .s-faq .faq-opener {
    font-size: 35px;
  }
}

.s-faq .faq-opener:after {
  content: '+';
  position: absolute;
  top: 26px;
  right: 186px;
  font-size: 48px;
  font-weight: 900;
  line-height: 0;
  width: 25px;
  text-align: center;
}

.s-faq.faq-style-default .answer {
  padding-left: 24px;
}

@media (min-width: 992px) {
  .s-faq.faq-style-default .answer {
    padding-left: 0;
  }
}

.s-faq.faq-style-default .faq-opener {
  padding-right: 40px;
  padding-left: 24px;
}

@media (min-width: 992px) {
  .s-faq.faq-style-default .faq-opener {
    padding-left: 0;
  }
}

.s-faq.faq-style-default .faq-opener:after {
  right: 12px;
  font-size: 30px;
  top: 16px;
}

@media (min-width: 992px) {
  .s-faq.faq-style-default .faq-opener:after {
    right: 0;
  }
}

@media (min-width: 1200px) {
  .s-faq.faq-style-default .faq-opener:after {
    font-size: 36px;
    top: 20px;
  }
}

@media (min-width: 1600px) {
  .s-faq.faq-style-default .faq-opener:after {
    font-size: 48px;
    top: 26px;
  }
}

.s-faq .question {
  cursor: pointer;
}

.s-faq.faq-style-blue .faq-opener {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.24px;
  padding-right: 60px;
}

@media (min-width: 1200px) {
  .s-faq.faq-style-blue .faq-opener {
    font-size: 22px;
  }
}

@media (min-width: 1600px) {
  .s-faq.faq-style-blue .faq-opener {
    padding-right: 110px;
    font-size: 24px;
  }
}

.s-faq.faq-style-blue .faq-opener:after {
  font-size: 36px;
  top: 20px;
  right: 24px;
}

@media (min-width: 1200px) {
  .s-faq.faq-style-blue .faq-opener:after {
    font-size: 32px;
  }
}

@media (min-width: 1600px) {
  .s-faq.faq-style-blue .faq-opener:after {
    font-size: 36px;
    right: 75px;
  }
}

.s-faq.faq-style-blue .faq-item {
  background-color: #003c81;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 26px;
  color: #fff;
  padding: 16px 0 16px 16px;
}

@media (min-width: 1200px) {
  .s-faq.faq-style-blue .faq-item {
    padding: 18px 0 18px 36px;
  }
}

.s-gtwv {
  margin: 80px 0 0;
}

.s-gtwv img {
  border-radius: 30px;
}

.leadership-close {
  color: #003c81;
  padding: 5px;
  font-size: 35px;
  position: absolute;
  right: 15px;
  top: 15px;
  background: none;
  border: 0;
  cursor: pointer;
  height: 40px;
}

.modal-body {
  display: none;
  background: #fff;
  position: fixed;
  top: 5vh;
  left: 5vw;
  right: 5vw;
  max-height: 70vh;
  overflow: auto;
  z-index: 300;
  padding: 40px 24px 24px;
  opacity: 0;
  transform: translateY(-5vh);
  transition: 0.2s all;
}

@media (min-width: 768px) {
  .modal-body {
    top: 20vh;
    left: 10vw;
    right: 10vw;
    padding: 40px 60px 24px;
  }
}

.modal-body a {
  color: #008bfe;
}

.modal-body.active {
  display: block;
  transform: translateY(0);
  opacity: 1;
}

.meta-info {
  background-color: Rgba(0, 0, 0, .5);
  padding: 15px 80px 15px 15px;
}

.meta-info .last {
  line-height: 1.2;
}

.bio-name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.3px;
}

@media (min-width: 1200px) {
  .bio-name {
    font-size: 24px;
  }
}

.s-members {
  margin: 40px 0;
}

@media (min-width: 1200px) {
  .s-members {
    margin: 80px 0;
  }
}

.s-members .item {
  height: 600px;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 35px;
  padding: 18px 0 0 0;
}

@media (min-width: 576px) {
  .s-members .item {
    width: 390px;
    margin-bottom: 65px;
  }
}

.s-members .item-holder {
  width: 100%;
}

@media (min-width: 576px) {
  .s-members .item-holder {
    width: auto;
  }
}

.s-members .cols-3 .inner {
  margin: 0 -12px;
}

@media (min-width: 576px) {
  .s-members .cols-3 .inner {
    margin: 0 -24px;
  }
}

@media (min-width: 768px) {
  .s-members .cols-3 .inner {
    margin: 0 -48px;
  }
}

.s-members .cols-3 .item-holder {
  padding: 0 12px;
}

@media (min-width: 576px) {
  .s-members .cols-3 .item-holder {
    padding: 0 24px;
  }
}

@media (min-width: 768px) {
  .s-members .cols-3 .item-holder {
    padding: 0 48px;
  }
}

.s-members .cols-4 .inner {
  margin: 0 -12px;
}

@media (min-width: 576px) {
  .s-members .cols-4 .inner {
    margin: 0 -15px;
  }
}

.s-members .cols-4 .item-holder {
  padding: 0 12px;
}

@media (min-width: 576px) {
  .s-members .cols-4 .item-holder {
    padding: 0 15px;
  }
}

.s-members .intro {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .s-members .intro {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .s-members .cols-4 .item-holder {
    width: 25%;
  }

  .s-members .cols-4 .item {
    width: 100%;
    height: 450px;
  }
}

@media (min-width: 1480px) {
  .s-members .cols-4 .item {
    height: 550px;
  }
}

.s-members .bio-opener {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #008bfe;
  width: 72px;
  height: 72px;
  text-align: center;
  line-height: 1.1;
  font-weight: 900;
  font-size: 36px;
  cursor: pointer;
  line-height: 72px;
  transition: 0.2s all;
}

.s-members .bio-opener:hover {
  background-color: #003c81;
}

@media (min-width: 1200px) {
  .s-members .bio-opener {
    font-size: 48px;
  }
}

@media (min-width: 1600px) {
  .s-members .bio-opener {
    font-size: 60px;
  }
}

.s-members .inner {
  padding-bottom: 20px;
}

@media (min-width: 1200px) {
  .s-members .inner {
    padding-bottom: 60px;
  }
}

@media (min-width: 1600px) {
  .s-members .inner {
    padding-bottom: 90px;
  }
}

.s-members .bg-type-blue:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 75px;
  background: #003c81;
}

.s-resources {
  margin: 80px 0 40px;
}

.s-resources .intro-top {
  margin-bottom: 40px;
}

.s-resources .row {
  margin-left: -20px;
  margin-right: -20px;
}

.s-resources .row [class*='col'] {
  padding-left: 20px;
  padding-right: 20px;
}

.s-resources .item {
  padding: 18px 72px 18px 24px;
  font-size: 20px;
  letter-spacing: 0.24px;
  margin-bottom: 27px;
  line-height: 1.3;
  position: relative;
}

.s-resources .item:before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  transition: 0.2s all;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}

.s-resources .item:hover {
  background-color: #008bfe !important;
}

@media (min-width: 1200px) {
  .s-resources .item {
    font-size: 22px;
    padding: 18px 72px 18px 30px;
  }
}

@media (min-width: 1600px) {
  .s-resources .item {
    padding: 18px 72px 18px 40px;
    font-size: 24px;
    line-height: 1.5;
  }
}

.s-csc {
  margin: 80px 0;
}

.s-csc .intro-top {
  margin-bottom: 35px;
}

.s-csc .caption {
  font-size: 16px;
}

.s-csc .title {
  font-size: 20px;
}

@media (min-width: 1200px) {
  .s-csc .title {
    font-size: 22px;
  }
}

@media (min-width: 1600px) {
  .s-csc .title {
    font-size: 24px;
  }
}

.s-csc .excerpt {
  height: 150px;
}

.s-csc .more {
  font-size: 16px;
  transition: 0.2s all;
}

.s-csc .item {
  height: 460px;
  padding: 0 55px 30px 24px;
}

@media (min-width: 1200px) {
  .s-csc .item {
    height: 500px;
  }
}

@media (min-width: 1600px) {
  .s-csc .item {
    height: 600px;
  }
}

.s-csc .item:hover:before {
  opacity: 0.5;
}

.s-csc .item:hover .more {
  color: #008bfe;
}

.s-csc .item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-image: linear-gradient(to top, #000000 0%, rgba(223, 222, 222, 0) 100%);
  pointer-events: none;
  z-index: 17;
  transition: 0.2s all;
}

@media (min-width: 768px) {
  .s-csc .items {
    padding: 0 175px;
  }
}

.s-csc .tns-controls button {
  position: absolute;
  top: 100%;
  margin-top: 30px;
  background: no-repeat 50% 50%;
  background-size: contain;
  width: 100px;
  height: 24px;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
}

@media (min-width: 768px) {
  .s-csc .tns-controls button {
    top: 50%;
    margin-top: -9px;
  }
}

.s-csc .tns-controls button[data-controls='prev'] {
  left: 0;
}

.s-csc .tns-controls button[data-controls='prev']:before {
  content: '\f060';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  transition: 0.2s all;
}

.s-csc .tns-controls button[data-controls='prev']:hover:before {
  color: #008bfe;
}

.s-csc .tns-controls button[data-controls='next'] {
  right: 0;
}

.s-csc .tns-controls button[data-controls='next']:before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  transition: 0.2s all;
}

.s-csc .tns-controls button[data-controls='next']:hover:before {
  color: #008bfe;
}

.s-tccc {
  margin: 30px 0;
}

@media (min-width: 1200px) {
  .s-tccc {
    margin: 80px 0;
  }
}

.s-fwi_content {
  padding: 90px 0;
}

@media (min-width: 1200px) {
  .s-fwi_content {
    height: 890px;
  }
}

.s-fwi_content:before {
  content: '';
  position: absolute;
  opacity: 0.62;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 18;
}

.s-fwi_content.cp-left:before {
  background-image: linear-gradient(-268deg, #003c81 0%, rgba(0, 60, 129, 0.65) 46%, rgba(7, 7, 7, 0.23) 100%);
}

.s-fwi_content.cp-right:before {
  background-image: linear-gradient(-268deg, rgba(7, 7, 7, 0.23) 0%, rgba(0, 60, 129, 0.58) 46%, #003c81 100%);
}

.s-fwi_content .text {
  line-height: 2;
}

.s-fwi_content h2 {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.48px;
}

@media (min-width: 1200px) {
  .s-fwi_content h2 {
    font-size: 36px;
  }
}

@media (min-width: 1600px) {
  .s-fwi_content h2 {
    font-size: 48px;
  }
}

.s-fwi_content p {
  margin-bottom: 10px;
}

.s-timeline {
  margin-top: 80px;
  overflow: hidden;
}

.s-timeline .intro-top {
  margin-bottom: 50px;
}

.s-timeline .tl-heading {
  font-size: 24px;
  letter-spacing: 0.36px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .s-timeline .tl-heading {
    margin-bottom: 110px;
  }
}

@media (min-width: 1600px) {
  .s-timeline .tl-heading {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .s-timeline .tl-heading:before {
    content: '';
    position: absolute;
    height: 60px;
    width: 4px;
    margin-left: -2px;
    margin-top: 2px;
    left: 50%;
    top: 100%;
    background: #003c81;
  }
}

@media (min-width: 992px) {
  .s-timeline .tl-heading:after {
    content: '';
    position: absolute;
    height: 4px;
    left: 0;
    right: 0;
    background: #003c81;
    top: calc(100% + 60px);
  }
}

.s-timeline .tl-row {
  margin-bottom: 60px;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .s-timeline .tl-row {
    flex-wrap: nowrap;
  }
}

.s-timeline .tl-top {
  padding: 35px 24px 30px 24px;
}

@media (min-width: 768px) {
  .s-timeline .tl-top {
    padding: 35px 50px 30px 35px;
  }
}

.s-timeline .tl-top .img {
  margin-right: 28px;
}

.s-timeline .tl-top .ir {
  font-size: 20px;
  line-height: normal;
}

@media (min-width: 1200px) {
  .s-timeline .tl-top .ir {
    font-size: 24px;
  }
}

@media (min-width: 1600px) {
  .s-timeline .tl-top .ir {
    font-size: 30px;
  }
}

.s-timeline .text-inner {
  padding: 0 24px;
  margin-bottom: 50px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .s-timeline .text-inner {
    padding: 0 50px 0 35px;
  }
}

.s-timeline .tl-meta {
  font-size: 20px;
  letter-spacing: 0.29px;
  padding: 0 24px 35px;
  line-height: normal;
  list-style: none;
  margin: 0;
}

@media (min-width: 768px) {
  .s-timeline .tl-meta {
    padding: 0 50px 35px 35px;
  }
}

@media (min-width: 1200px) {
  .s-timeline .tl-meta {
    font-size: 22px;
  }
}

@media (min-width: 1600px) {
  .s-timeline .tl-meta {
    font-size: 24px;
  }
}

.s-timeline .tl-meta li {
  margin-bottom: 10px;
}

.s-timeline .tl-meta li:last-child {
  margin-bottom: 0;
}

.s-timeline .tl-link {
  line-height: 1.83;
  font-size: 20px;
  letter-spacing: 0.24px;
  font-weight: 900;
  padding-top: 8px;
}

@media (min-width: 1200px) {
  .s-timeline .tl-link {
    font-size: 22px;
  }
}

@media (min-width: 1600px) {
  .s-timeline .tl-link {
    font-size: 24px;
  }
}

.s-timeline .tl-item {
  box-shadow: 0 11px 21px 1px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .s-timeline .tl-item {
    min-height: 580px;
    width: 530px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .s-timeline .tl-item:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 4px;
    height: 48px;
    margin-left: -2px;
    background: #003c81;
    top: -48px;
  }
}

.s-timeline .tl-item.bg-type-white {
  background-color: #ffffff;
}

.s-timeline .tl-item.bg-type-white .tl-meta,
.s-timeline .tl-item.bg-type-white .ir {
  color: #003c81;
}

.s-timeline .tl-item.bg-type-white .tl-link {
  color: #fff;
  background: #003c81;
}

.s-timeline .tl-item.bg-type-white .tl-link:hover {
  background-color: #008bfe;
}

.s-timeline .tl-item.bg-type-blue {
  background-color: #003c81;
  color: #fff;
}

.s-timeline .tl-item.bg-type-blue .tl-link {
  color: #003c81;
  background: #fff;
}

.s-timeline .tl-item.bg-type-blue .tl-link:hover {
  background-color: #008bfe;
  color: #fff;
}

@media (min-width: 992px) {
  .s-timeline .tl-size-2 .tl-item:first-child {
    margin-right: 90px;
  }
}

@media (min-width: 992px) {
  .s-timeline .tl-size-2 .tl-item:first-child:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 1000px;
    left: calc(-1000px + 50% - 2px);
    top: -58px;
    height: 20px;
    z-index: 50;
  }
}

@media (min-width: 992px) {
  .s-timeline .tl-size-2 .tl-item:last-child:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 1000px;
    top: -10px;
    height: 20px;
    right: calc(-1000px + 50% - 2px);
    top: -58px;
    height: 20px;
    z-index: 50;
  }
}

@media (min-width: 992px) {
  .s-timeline .tl-size-3 .tl-item:nth-child(2) {
    margin-left: 45px;
    margin-right: 45px;
  }
}

@media (min-width: 992px) {
  .s-timeline .tl-size-3 .tl-item:first-child:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 1000px;
    left: calc(-1000px + 50% - 2px);
    top: -58px;
    height: 20px;
    z-index: 50;
  }
}

@media (min-width: 992px) {
  .s-timeline .tl-size-3 .tl-item:last-child:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 1000px;
    top: -10px;
    height: 20px;
    right: calc(-1000px + 50% - 2px);
    top: -58px;
    height: 20px;
    z-index: 50;
  }
}

.s-search_widget {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .s-search_widget {
    margin-top: 140px;
    margin-bottom: 80px;
  }
}

.s-search_widget .intro-text {
  margin-bottom: 40px;
}

.s-search_widget .map-holder {
  padding: 40px;
}

.s-search_widget .inner {
  padding: 40px;
}

.s-search_widget .sw-holder {
  overflow: hidden;
}

.s-search_widget .sw-holder.bg-blue-dark .btn-blue:hover {
  background-color: rgba(0, 139, 254, 0.3);
}

.s-search_widget .sw-holder .il {
  padding: 50px 30px 50px 0;
}

.s-search_widget .sw-holder .ir {
  padding: 0;
}

.s-search_widget .sw-holder .ir:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000px;
  width: 1000px;
  background: #fff;
}

@media (min-width: 1200px) {
  .s-search_widget .sw-holder .ir:before {
    display: none;
  }
}

.s-search_widget .sw-holder .ir:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 1000px;
  margin-left: -2px;
  background: #fff;
}

.s-boxes_with_text {
  margin: 60px 0;
}

.s-boxes_with_text .text {
  transition: 0.2s all;
  transform: translateY(100%);
  position: absolute;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px 40px 40px 20px;
  z-index: 30;
}

.s-boxes_with_text .inner {
  overflow: hidden;
}

.s-boxes_with_text .inner.active .text {
  transform: translateY(0);
}

.s-boxes_with_text .opener {
  padding: 10px 15px 3px;
  cursor: pointer;
}

.s-boxes_with_text .row-items-4 {
  margin-left: -12px;
  margin-right: -12px;
}

@media (min-width: 1400px) {
  .s-boxes_with_text .row-items-4 {
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (min-width: 1600px) {
  .s-boxes_with_text .row-items-4 {
    margin-left: -35px;
    margin-right: -35px;
  }
}

.s-boxes_with_text .row-items-4 .caption {
  font-size: 22px;
  letter-spacing: 0.75px;
}

.s-boxes_with_text .row-items-4 .caption a {
  color: #000307;
}

.s-boxes_with_text .row-items-4 .caption a:hover {
  color: #003c81;
}

.s-boxes_with_text .row-items-4 .inner {
  height: 520px;
}

@media (min-width: 992px) {
  .s-boxes_with_text .row-items-4 .inner {
    height: 484px;
  }
}

@media (min-width: 1200px) {
  .s-boxes_with_text .row-items-4 .inner {
    height: 360px;
  }
}

@media (min-width: 1400px) {
  .s-boxes_with_text .row-items-4 .inner {
    height: 400px;
  }
}

@media (min-width: 1600px) {
  .s-boxes_with_text .row-items-4 .inner {
    height: 484px;
  }
}

.s-boxes_with_text .row-items-4 .col-item {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 40px;
}

@media (min-width: 1400px) {
  .s-boxes_with_text .row-items-4 .col-item {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1600px) {
  .s-boxes_with_text .row-items-4 .col-item {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 100px;
  }
}

.s-boxes_with_text .row-items-4 .opener {
  font-size: 17px;
}

.s-boxes_with_text .row-items-3 {
  margin-left: -12px;
  margin-right: -12px;
}

@media (min-width: 1400px) {
  .s-boxes_with_text .row-items-3 {
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (min-width: 1600px) {
  .s-boxes_with_text .row-items-3 {
    margin-left: -45px;
    margin-right: -45px;
  }
}

.s-boxes_with_text .row-items-3 .caption {
  font-size: 22px;
  letter-spacing: 0.75px;
}

.s-boxes_with_text .row-items-3 .caption a {
  color: #000307;
}

.s-boxes_with_text .row-items-3 .caption a:hover {
  color: #003c81;
}

@media (min-width: 1200px) {
  .s-boxes_with_text .row-items-3 .caption {
    font-size: 26px;
  }
}

@media (min-width: 1600px) {
  .s-boxes_with_text .row-items-3 .caption {
    font-size: 30px;
  }
}

.s-boxes_with_text .row-items-3 .inner {
  height: 490px;
}

.s-boxes_with_text .row-items-3 .inner img {
  object-position: top;
}

@media (min-width: 768px) {
  .s-boxes_with_text .row-items-3 .inner {
    height: 460px;
  }
}

@media (min-width: 992px) {
  .s-boxes_with_text .row-items-3 .inner {
    height: 380px;
  }
}

@media (min-width: 1200px) {
  .s-boxes_with_text .row-items-3 .inner {
    height: 460px;
  }
}

@media (min-width: 1400px) {
  .s-boxes_with_text .row-items-3 .inner {
    height: 500px;
  }
}

@media (min-width: 1600px) {
  .s-boxes_with_text .row-items-3 .inner {
    height: 610px;
  }
}

.s-boxes_with_text .row-items-3 .col-item {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 40px;
}

@media (min-width: 1400px) {
  .s-boxes_with_text .row-items-3 .col-item {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1600px) {
  .s-boxes_with_text .row-items-3 .col-item {
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 100px;
  }
}

.s-boxes_with_text .row-items-3 .opener {
  font-size: 18px;
}

@media (min-width: 1200px) {
  .s-boxes_with_text .row-items-3 .opener {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .s-boxes_with_text .row-items-3 .opener {
    font-size: 24px;
  }
}

.s-boxes_with_text .inner-close {
  color: #fff;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .s-boxes_with_text .inner-close {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .s-boxes_with_text .inner-close {
    font-size: 24px;
  }
}

.spot-text {
  font-size: 20px;
  line-height: 1.5;
  width: 202px;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s all;
  margin-left: 35px;
  text-align: left;
}

.spot-text:before {
  position: absolute;
  content: '';
  left: -15px;
  width: 2px;
  background-color: #008bfe;
  top: 0;
  bottom: calc(100% - 60px);
}

.spot {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.spot:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 25;
  top: 0;
  left: 0;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(7, 139, 254, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(7, 139, 254, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(7, 139, 254, 0);
  }
}

.spot:last-child .spot-text {
  transform: translateX(-100%);
  margin-left: 0;
  margin-right: -5px;
}

.spot:last-child .spot-text:before {
  left: auto;
  right: -15px;
}

.spot:hover .spot-text {
  opacity: 1;
}

.spot:nth-child(odd) .spot-text {
  top: 225px;
}

@media (min-width: 1400px) {
  .spot:nth-child(odd) .spot-text {
    top: 295px;
  }
}

.spot:nth-child(odd) .spot-text:before {
  top: -185px;
}

@media (min-width: 1400px) {
  .spot:nth-child(odd) .spot-text:before {
    top: -245px;
  }
}

.spot:nth-child(even) .spot-text {
  top: 250px;
}

@media (min-width: 1400px) {
  .spot:nth-child(even) .spot-text {
    top: 250px;
  }
}

.spot:nth-child(even) .spot-text:before {
  top: -200px;
}

@media (min-width: 1400px) {
  .spot:nth-child(even) .spot-text:before {
    top: -200px;
  }
}

.s-hotspot .img-holder {
  margin-bottom: 200px;
}

.s-hotspot .img-holder>img {
  position: relative;
  z-index: 2;
}

.s-hotspot .intro-top {
  margin-bottom: 65px;
}

.s-industries {
  padding-top: 30px;
  padding-bottom: 30px;
}

.s-industries .bg-image {
  opacity: 0.45;
}

.s-industries .intro {
  margin-bottom: 50px;
}

.s-industries .img-holder {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 14px;
}

@media (min-width: 576px) {
  .s-industries .img-holder {
    height: 118px;
  }
}

.s-industries .item {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .s-industries .item {
    margin-bottom: 90px;
  }
}

.s-industries .item .text {
  color: #008bfe;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.3px;
}

@media (min-width: 768px) {
  .s-industries .item .text {
    font-size: 22px;
    line-height: 1.66;
  }
}

@media (min-width: 1200px) {
  .s-industries .item .text {
    font-size: 26px;
  }
}

@media (min-width: 1600px) {
  .s-industries .item .text {
    font-size: 30px;
  }
}

.filter-holder {
  font-size: 18px !important;
  margin: 80px 0 40px;
}

.filter-holder .facet-reset,
.filter-holder a {
  color: #fff;
  background-color: #008bfe;
  border-radius: 30px;
  padding: 6px 18px;
  display: inline-block;
  margin-right: 6px;
  white-space: nowrap;
  cursor: pointer;
}

@media (min-width: 1200px) {

  .filter-holder .facet-reset,
  .filter-holder a {
    padding: 8px 24px 5px;
    margin-right: 8px;
  }
}

.filter-holder .facetwp-counter {
  display: none;
}

.filter-holder .facetwp-facet {
  display: flex;
  flex-wrap: wrap;
}

.filter-holder .facetwp-checkbox {
  background: transparent !important;
  padding: 6px 18px;
  color: #959a9e;
  font-weight: 700;
  margin-right: 6px;
}

.filter-holder .facetwp-overflow .facetwp-checkbox {
  display: inline-block;
}

@media (min-width: 1200px) {
  .filter-holder .facetwp-checkbox {
    padding: 8px 24px 5px;
    margin-right: 8px;
  }
}

.filter-holder .facetwp-checkbox.checked {
  background-color: #008bfe !important;
  color: #fff;
  border-radius: 30px;
}

.blog-list .row {
  --bs-gutter-x: 2.5rem;
}

.blog-list .p-date {
  color: #959a9e;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 20px;
}

@media (min-width: 1200px) {
  .blog-list .p-date {
    font-size: 22px;
  }
}

@media (min-width: 1600px) {
  .blog-list .p-date {
    font-size: 24px;
  }
}

.blog-list .bp-title {
  font-weight: 900;
  color: #003c81;
  line-height: 1.3;
  font-size: 28px;
  display: inline-block;
}

@media (min-width: 768px) {
  .blog-list .bp-title {
    min-height: 3em;
  }
}

@media (min-width: 1200px) {
  .blog-list .bp-title {
    font-size: 32px;
  }
}

@media (min-width: 1600px) {
  .blog-list .bp-title {
    font-size: 36px;
  }
}

.blog-list .excerpt {
  color: #959a9e;
}

.blog-list .bp-post-item {
  margin-bottom: 50px;
}

.blog-list .bp-post-item img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.facetwp-pager {
  display: flex;
  justify-content: center;
}

.facetwp-page {
  color: #959a9e;
  border: 1px solid #959a9e;
  border-radius: 10px;
  margin: 0 6px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.facetwp-page.active {
  font-weight: 400 !important;
  background-color: #008bfe;
  color: #fff;
  border-color: #008bfe;
}

.facetwp-page.prev,
.facetwp-page.next {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.bp-bottom {
  margin-top: 100px;
  color: #959a9e;
}

.s-post-content-area {
  padding-top: 80px;
}

.s-post-content-area blockquote {
  position: relative;
}

.s-post-content-area blockquote:before {
  content: '“';
  font-size: 80px;
  line-height: 1;
  font-weight: 900;
  color: #008bfe;
  position: absolute;
  top: -40px;
  left: 0;
}

.s-post-content-area blockquote p {
  font-size: 20px;
  max-width: 750px;
  margin-top: 80px;
}

@media (min-width: 1200px) {
  .s-post-content-area blockquote p {
    font-size: 22px;
    margin-top: 100px;
  }
}

@media (min-width: 1600px) {
  .s-post-content-area blockquote p {
    font-size: 24px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s-an-donors {
  margin-top: 80px;
}

.s-an-donors h4 {
  font-weight: 400;
}

.s-an-donors .inner {
  border: 1px solid #959a9e;
  border-right: none;
  border-left: none;
  padding-top: 60px;
  padding-bottom: 20px;
}

.s-success_stories {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .s-success_stories .row {
    --bs-gutter-x: 3rem;
  }
}

.s-success_stories .s-title {
  font-weight: 900;
  color: #003c81;
  margin-bottom: 12px;
  line-height: 1.2;
  font-size: 28px;
}

@media (min-width: 1200px) {
  .s-success_stories .s-title {
    font-size: 32px;
  }
}

@media (min-width: 1600px) {
  .s-success_stories .s-title {
    font-size: 36px;
  }
}

.s-success_stories .il {
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.s-success_stories .img-holder img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}

.s-success_stories blockquote {
  position: relative;
  margin: 0;
  padding: 24px;
  padding-top: 80px;
}

.s-success_stories blockquote:before {
  content: '“';
  font-size: 80px;
  line-height: 1.1;
  font-weight: 900;
  color: #008bfe;
  position: absolute;
  top: 25px;
  left: 24px;
}

.s-success_stories blockquote p {
  margin-bottom: 0;
}

.s-success_stories .ss-more {
  font-weight: 900;
  font-size: 24px;
  margin-left: 24px;
  color: #000;
  margin-bottom: 12px;
  display: inline-block;
}

.s-success_stories .ss-more:hover {
  color: #008bfe;
}

.s-success_stories .ir {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .s-success_stories .ir {
    margin-top: 0;
  }
}

.s-success_stories .ir h2 {
  font-weight: 400;
  margin-bottom: 16px;
}

.s-success_stories .ir blockquote {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding-top: 80px;
}

.s-success_stories .ir blockquote:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 14px 0 14px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 50px;
  top: 100%;
  margin-top: -3px;
  z-index: 10;
}

.s-success_stories .ss-author-holder {
  padding-top: 40px;
  padding-left: 24px;
}

.s-success_stories .ss-author-img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.s-success_stories .ss-author {
  font-weight: 700;
  line-height: 1;
  color: #003c81;
  font-size: 20px;
}

@media (min-width: 1200px) {
  .s-success_stories .ss-author {
    font-size: 22px;
  }
}

@media (min-width: 1600px) {
  .s-success_stories .ss-author {
    font-size: 24px;
  }
}

.s-success_stories .ss-position {
  color: #008bfe;
  font-size: 18px;
}

.s-success_stories .ss-company {
  color: #959a9e;
  font-size: 16px;
}

.s-side_by_side_success_stories .ss-more {
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.more-text-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none !important;
}

.more-text-link:hover {
  color: #008bfe;
}

.facetwp-page {
  padding: 2px 4px 0 !important;
}

.facetwp-page.prev,
.facetwp-page.next {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.yt-wrap {
  margin: 0;
  width: 100%;
  /* height: 0; */
  height: 100%;
  padding-top: 56.25%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  z-index: 16;
}


@media (max-width: 1199px) {
  .yt-wrap {

    z-index: 5;
  }
}

.council {
  line-height: 1.4;
}

.s-side_by_side .s-success_stories blockquote p {
  position: relative;
  padding-bottom: 32px;
}

.s-side_by_side .s-success_stories blockquote p:after {
  content: '„';
  font-size: 80px;
  line-height: 1.1;
  font-weight: 900;
  color: #008bfe;
  position: absolute;
  bottom: 0;
  right: 24px;
}

@media (max-width: 991px) {
  .s-side_by_side .s-success_stories {
    padding: 30px 0;
  }
}