@font-face {
  font-family: "MarketPro";
  src: url("../fonts/market-pro/MarketPro-Bold.eot");
  src: url("../fonts/market-pro/MarketPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/market-pro/MarketPro-Bold.woff") format("woff"), url("../fonts/market-pro/MarketPro-Bold.ttf") format("truetype"), url("../fonts/market-pro/MarketPro-Bold.svg#MarketPro-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "peggs-pro";
  src: url("../fonts/peggs-pro/peggs-medium-pro.eot");
  src: url("../fonts/peggs-pro/peggs-medium-pro.eot?#iefix") format("embedded-opentype"), url("../fonts/peggs-pro/peggs-medium-pro.woff2") format("woff2"), url("../fonts/peggs-pro/peggs-medium-pro.woff") format("woff"), url("../fonts/peggs-pro/peggs-medium-pro.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "sharp-sans";
  src: url("../fonts/sharp-sans/SharpSans-Bold.eot");
  src: url("../fonts/sharp-sans/SharpSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/sharp-sans/SharpSans-Bold.woff2") format("woff2"), url("../fonts/sharp-sans/SharpSans-Bold.woff") format("woff"), url("../fonts/sharp-sans/SharpSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "sharp-sans";
  src: url("../fonts/sharp-sans/SharpSans-Medium.eot");
  src: url("../fonts/sharp-sans/SharpSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/sharp-sans/SharpSans-Medium.woff2") format("woff2"), url("../fonts/sharp-sans/SharpSans-Medium.woff") format("woff"), url("../fonts/sharp-sans/SharpSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "sharp-sans";
  src: url("../fonts/sharp-sans/SharpSans-Semibold.eot");
  src: url("../fonts/sharp-sans/SharpSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/sharp-sans/SharpSans-Semibold.woff2") format("woff2"), url("../fonts/sharp-sans/SharpSans-Semibold.woff") format("woff"), url("../fonts/sharp-sans/SharpSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.headings-font {
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}

.body-font {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?62ykav");
  src: url("../fonts/icomoon.eot?62ykav#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?62ykav") format("truetype"), url("../fonts/icomoon.woff?62ykav") format("woff"), url("../fonts/icomoon.svg?62ykav#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
  content: "\e900";
}

.icon-play:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-lock:before {
  content: "\e905";
}

.icon-chevron-left:before {
  content: "\e906";
}

.icon-chevron-right:before {
  content: "\e907";
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0f1d42;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000002;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 767px) {
  .mfp-wrap {
    overflow-y: scroll !important;
  }
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 50px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .mfp-container {
    padding: 24px 8px;
  }
}

.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: 1000000004;
}
@media (max-width: 767px) {
  .mfp-content {
    max-height: 95%;
  }
  .mfp-content .lightbox-content-inner {
    overflow-y: scroll;
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

body.home .mfp-iframe-holder .mfp-content {
  max-width: 1200px;
}

/*
@media (max-width: 767px) {

	.mfp-content {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    display: block;
	    z-index: 999999999999999;
	}
}
*/
.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: -webkit-zoom-out;
  cursor: zoom-out;
}

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

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

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      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: 1000000003;
}
.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 {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1000000005;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  opacity: 1;
  background-image: url(../img/close.svg) !important;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 40px;
  height: 40px;
  font-size: 0;
  position: absolute;
  right: -56px;
  top: -54px;
}
@media (max-width: 1200px) {
  button.mfp-close {
    right: 5px;
  }
}
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1000000005;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  opacity: 1;
}
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-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  text-align: right;
}

.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: rgba(0, 0, 0, 0);
}
.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: 1200px;
}

.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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  max-height: 700px !important;
}

/* The shadow behind the image */
.mfp-figure {
  position: relative;
  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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-top: 5px;
  padding-right: 36px;
}

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

.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;
    -webkit-box-sizing: border-box;
            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 {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* start state */
.my-mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.4);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

label {
  color: #191919;
  font-weight: normal;
}

input[type=text],
input[type=search],
input[type=password],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=file],
textarea,
select {
  background: #e9ecef;
  color: #495057;
  border: 1px solid #f8f9fa;
  border-radius: 3px;
  line-height: normal;
  display: block;
  width: 100%;
  padding: 15px 26px 14px 26px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=file]:focus,
textarea:focus,
select:focus {
  border-color: #385efc;
  outline: none;
}

select {
  border-radius: 0;
  height: 50px !important;
  -webkit-appearance: none;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  -moz-appearance: none;
  background-image: url(../img/select-green-blue.svg);
  background-position: 95% center;
  background-repeat: no-repeat;
  outline: none;
}

textarea.medium {
  height: 170px !important;
}

.list-section.gray input[type=text],
.list-section.gray input[type=search],
.list-section.gray input[type=password],
.list-section.gray input[type=number],
.list-section.gray input[type=email],
.list-section.gray input[type=url],
.list-section.gray input[type=tel],
.list-section.gray input[type=file],
.list-section.gray textarea,
.list-section.gray select {
  background-color: #fff;
  color: #495057;
  border: 1px solid #fff;
}

.contact-form .gform_wrapper {
  margin-top: 20px;
}
.contact-form .gform_wrapper ul li.gfield {
  margin-top: 0;
}
.contact-form .col-lg-6,
.contact-form .col-12 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.contact-form input[type=text],
.contact-form input[type=search],
.contact-form input[type=password],
.contact-form input[type=number],
.contact-form input[type=email],
.contact-form input[type=url],
.contact-form input[type=tel],
.contact-form input[type=file],
.contact-form textarea,
.contact-form select {
  background-color: #fff;
  color: #495057;
  border: 1px solid #fff;
  padding: 19px 26px 18px 26px !important;
  margin-bottom: 0 !important;
}
.contact-form select {
  height: 60px !important;
}

.gform_wrapper .percentbar_blue {
  background: #385efc !important;
}

.gform_wrapper .ginput_container_date {
  max-width: 100px !important;
  width: 100px !important;
  margin-top: 4px !important;
}
.gform_wrapper .ginput_container_date .gfield_date_day {
  width: 60px;
}
.gform_wrapper .ginput_container_date .gfield_date_month {
  width: 60px;
}
.gform_wrapper .ginput_container_date .gfield_date_year {
  width: 110px;
}
.gform_wrapper .ginput_container_date .gfield_date_year input {
  width: 10rem;
}
.gform_wrapper .ginput_container_date input {
  min-width: 80px;
}
.gform_wrapper form {
  position: relative;
}
.gform_wrapper #field_12_66 li {
  width: 100% !important;
}
.gform_wrapper#gform_wrapper_5 .privacy-push-right .ginput_container_consent label:before {
  top: 7px;
  left: 8px;
}
.gform_wrapper#gform_wrapper_5 .privacy-push-right .ginput_container_consent label:after {
  top: 20px;
}
.name_first,
.name_middle,
.name_last {
  width: 100% !important;
  float: none !important;
}

form .ginput_container_checkbox ul,
form .ginput_container_consent ul {
  width: 100% !important;
}
form .ginput_container_checkbox ul li,
form .ginput_container_consent ul li {
  width: auto !important;
  margin: 20px 30px 10px 0 !important;
  position: relative;
  text-align: left;
}
form .ginput_container_checkbox label,
form .ginput_container_consent label {
  cursor: pointer;
  width: 100%;
  min-height: 36px;
  padding-right: 0;
  padding-left: 56px;
  font-weight: 300 !important;
  max-width: 100% !important;
  display: block !important;
  font-size: 16px;
  line-height: 26px;
  float: left !important;
  padding-left: 50px !important;
  padding-top: 7px !important;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
  form .ginput_container_checkbox label,
  form .ginput_container_consent label {
    font-size: 16px;
    min-height: 26px;
  }
}
form .ginput_container_checkbox label:before,
form .ginput_container_consent label:before {
  content: "";
  background-color: #fff;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  display: block;
}
@media (max-width: 767px) {
  form .ginput_container_checkbox label:before,
  form .ginput_container_consent label:before {
    top: 10px;
  }
}
form .ginput_container_checkbox label:after,
form .ginput_container_consent label:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  background: transparent;
  top: 12px;
  left: 11px;
  border: 3px solid #385efc;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  form .ginput_container_checkbox label:after,
  form .ginput_container_consent label:after {
    top: 22px;
  }
}
form .ginput_container_checkbox label:hover::after,
form .ginput_container_consent label:hover::after {
  opacity: 0;
}
form .ginput_container_checkbox input,
form .ginput_container_consent input {
  visibility: hidden;
  position: absolute;
  top: 6px;
  left: 0;
  display: none;
}
form .ginput_container_checkbox input[type=checkbox]:checked + label:after,
form .ginput_container_consent input[type=checkbox]:checked + label:after {
  opacity: 1;
}
form .ginput_container_radio ul {
  width: 100% !important;
}
form .ginput_container_radio ul li {
  width: auto;
  display: inline-block;
  margin: 0 30px 10px 0 !important;
  position: relative;
  text-align: left;
}
form .ginput_container_radio label {
  position: relative;
  cursor: pointer;
  width: 100%;
  min-height: 36px;
  padding-right: 0;
  padding-left: 56px;
  padding-top: 4px;
  font-weight: 300 !important;
  max-width: 100%;
  display: block !important;
  font-size: 16px;
  line-height: 26px;
  float: left !important;
  padding-left: 46px !important;
  padding-top: 7px !important;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
  form .ginput_container_radio label {
    font-size: 16px;
    min-height: 26px;
  }
}
form .ginput_container_radio label:before {
  content: "";
  background-color: #fff;
  border: 2px solid #e9ecef;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  display: block;
}
@media (max-width: 767px) {
  form .ginput_container_radio label:before {
    top: 10px;
  }
}
form .ginput_container_radio label:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: transparent;
  top: 4px;
  left: 4px;
  background: #385efc;
}
@media (max-width: 767px) {
  form .ginput_container_radio label:after {
    top: 22px;
  }
}
form .ginput_container_radio label:hover::after {
  opacity: 0;
}
form .ginput_container_radio input {
  visibility: hidden;
  position: absolute;
  top: 6px;
  left: 0;
  display: none;
}
form .ginput_container_radio input[type=radio]:checked + label:after {
  opacity: 1;
}
form .ginput_container_consent label {
  float: none !important;
  font-size: 14px;
  line-height: 20px;
}
form .ginput_container_consent label:before {
  top: auto;
  bottom: 0;
}
form .ginput_container_consent label:after {
  top: auto;
  bottom: 15px;
}

form input::-webkit-input-placeholder {
  color: #0f1d42;
  text-transform: none;
}

form input::-moz-placeholder {
  color: #0f1d42;
  text-transform: none;
}

form input:-moz-placeholder {
  color: #0f1d42;
  text-transform: none;
}

form input:-ms-input-placeholder {
  color: #0f1d42;
  text-transform: none;
}

form textarea::-webkit-input-placeholder {
  color: #0f1d42;
  text-transform: none;
}

form textarea::-moz-placeholder {
  color: #0f1d42;
  text-transform: none;
}

form textarea:-moz-placeholder {
  color: #0f1d42;
  text-transform: none;
}

form textarea:-ms-input-placeholder {
  color: #0f1d42;
  text-transform: none;
}

form select::-webkit-input-placeholder {
  color: #0f1d42;
  text-transform: none;
}

form select::-moz-placeholder {
  color: #0f1d42;
  text-transform: none;
}

form select:-moz-placeholder {
  color: #0f1d42;
  text-transform: none;
}

form select:-ms-input-placeholder {
  color: #0f1d42;
  text-transform: none;
}

input[type=file]:hover {
  cursor: pointer;
}

input[type=search] {
  width: auto;
  display: inline-block;
}

.gform_confirmation_message {
  border: solid 4px #eb3395 !important;
  color: #0f1d42 !important;
  border-radius: 1.5rem !important;
}

#gform_confirmation_message_27 {
  border: none !important;
  color: white !important;
}
#gform_confirmation_message_27 .download-link {
  display: inline-block;
  vertical-align: top;
  padding: 1.2rem 2.7rem;
  border-radius: 3rem;
  font-size: 1.3rem;
  line-height: 1.769;
  font-weight: 600;
  min-width: 17.9rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 1.8rem 2.7rem;
  background: #eb3395;
  border-color: #eb3395;
  color: #fff !important;
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#gform_confirmation_message_27 .download-link:hover {
  opacity: 0.85;
}

select {
  height: 46px;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  display: inline-block;
}

input[type=submit],
input[type=button] {
  border: none;
  background: #385efc;
  border-color: #385efc;
  color: #fff;
  padding: 14px 31px;
  min-width: 150px;
  outline: none;
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  width: auto !important;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline: none !important;
}
input[type=submit]:hover,
input[type=button]:hover {
  background: #1240fb;
  border-color: #1240fb;
}

input[type=submit],
input[type=reset],
input[type=button] {
  margin: 0;
}

input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ginput_complex::after,
.clear-multi::after,
.ginput_full::after,
.gf_list_2col::after,
.gf_list_3col::after,
.gf_list_4col::after,
.gf_list_5col::after,
.gf_list_inline::after,
.gf_page_steps::after,
.ui-datepicker-header::after {
  clear: both;
  content: "";
  display: table;
}

.gform_wrapper form {
  margin-top: 30px;
  margin-top: 1.7647058824rem;
  margin-bottom: 30px;
  margin-bottom: 1.7647058824rem;
}

.gform_heading {
  margin-bottom: 25.5px;
  margin-bottom: 1.5rem;
  padding-bottom: 12.75px;
  padding-bottom: 0.75rem;
}
.gform_heading .gform_title {
  margin-bottom: 12.75px;
  margin-bottom: 0.75rem;
}

.gform_wrapper label {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  color: #1d1e2a;
}

.bg-dark-grey .gform_wrapper label {
  color: white;
}

.gf_progressbar_wrapper span {
  display: inline !important;
}

.gsection {
  margin-bottom: 12.75px;
  margin-bottom: 0.75rem;
  padding-bottom: 12.75px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #858585;
}
.gsection .gsection_title {
  margin-bottom: 12.75px;
  margin-bottom: 0.75rem;
}

.gfield_required {
  color: #f00;
  padding-left: 2px;
}

.ginput_complex label {
  font-weight: normal;
}

.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gfield {
  margin-bottom: 20px;
  margin-bottom: 1.1764705882rem;
  position: relative;
}

.gfield_description {
  font-size: 14px;
  font-size: 0.8235294118rem;
  font-style: italic;
}

.validation_message {
  font-style: normal;
  margin-top: 20px;
  color: #ca3c3c;
}

.gfield_checkbox,
.gfield_radio {
  list-style: none;
  margin: 0;
}
.gfield_checkbox input,
.gfield_radio input {
  margin-right: 4px;
  margin-right: 0.2352941176rem;
}

.gfield_radio input[type=text] {
  width: auto;
  display: inline-block;
}

.ginput_complex .ginput_left {
  width: 49%;
  float: left;
  clear: left;
}
.ginput_complex .ginput_right {
  width: 49%;
  float: right;
  clear: right;
}

.name_prefix {
  width: 10%;
  float: left;
  margin-right: 1%;
}

.name_first {
  width: 39%;
  float: left;
  margin-right: 1%;
}

.name_last {
  width: 39%;
  float: left;
  margin-right: 1%;
}

.name_suffix {
  width: 9%;
  float: right;
}

input.datepicker_with_icon {
  margin-right: 12.75px;
  margin-right: 0.75rem;
  display: inline-block;
  width: auto;
}

.gfield_date_month,
.gfield_date_dropdown_month {
  display: inline-block;
  width: auto;
  margin-right: 1%;
}

.gfield_date_day,
.gfield_date_dropdown_day {
  display: inline-block;
  width: auto;
  margin-right: 1%;
}

.gfield_date_year,
.gfield_date_dropdown_year {
  display: inline-block;
  width: auto;
}

.gfield_time_hour {
  float: left;
  margin-right: 1%;
}
.gfield_time_hour input {
  width: inherit;
  display: inline-block;
}
.gfield_time_hour label {
  display: block;
}

.gfield_time_minute {
  width: 30%;
  float: left;
  margin-right: 1%;
}

.gfield_time_ampm {
  width: 20%;
  float: left;
  margin-right: 1%;
}

.gfield,
.gform_footer {
  clear: both;
}

.gform_footer {
  margin: 20px 0 50px;
}

@media (min-width: 1024px) {
  .gf_left_half {
    width: 49%;
    float: left;
    clear: left;
  }
  .gf_right_half {
    width: 49%;
    float: right;
    clear: right;
  }
  .gf_left_third {
    clear: none;
    width: 32.5%;
    float: left;
    margin-right: 1.25%;
  }
  .gf_middle_third {
    clear: none;
    width: 32.5%;
    float: left;
  }
  .gf_right_third {
    clear: none;
    width: 32.5%;
    float: right;
  }
}
.gf_inline {
  width: auto;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
}

.gf_list_2col li {
  width: 50%;
  float: left;
}

.gf_list_3col li {
  width: 33%;
  float: left;
}

.gf_list_4col li {
  width: 25%;
  float: left;
}

.gf_list_5col li {
  width: 20%;
  float: left;
}

.gf_list_inline li {
  display: inline-block;
  margin-right: 1%;
}

.gf_list_height_25 li {
  height: 25px;
}

.gf_list_height_50 li {
  height: 50px;
}

.gf_list_height_75 li {
  height: 75px;
}

.gf_list_height_100 li {
  height: 100px;
}

.gf_list_height_125 li {
  height: 125px;
}

.gf_list_height_150 li {
  height: 150px;
}

.gfield_list {
  margin: 0;
}

.gfield_list > tbody > tr:nth-child(odd) > td,
.gfield_list > tbody > tr:nth-child(odd) > th {
  padding-right: 12.75px;
  padding-right: 0.75rem;
  background: none;
  line-height: normal;
  padding: 0;
  border: 0;
}

.gfield_list > thead > tr > th {
  border: 0;
}

.gf_scroll_text {
  padding: 12px;
  border: 1px solid #cecece;
  height: 180px;
  overflow: auto;
}
.gf_scroll_text p:last-of-type {
  margin-bottom: 0;
}

.gf_hide_ampm .gfield_time_ampm {
  display: none;
}

.gf_hide_charleft .charleft {
  display: none;
}

.gf_page_steps {
  margin-bottom: 12.75px;
  margin-bottom: 0.75rem;
  line-height: 1;
}

.gf_step {
  display: inline-block;
  opacity: 0.2;
  margin-right: 1%;
}
.gf_step:last-of-type {
  margin-right: 0;
}

.gf_step_active {
  opacity: 1;
}

.gf_step_number {
  font-weight: bold;
  font-size: 150%;
}

.gfield_error {
  padding: 12.75px;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-left-color: #d9534f;
}
.gfield_error > label,
.gfield_error .validation_message {
  color: #ca3c3c;
}
.gfield_error input,
.gfield_error textarea,
.gfield_error select {
  border: none;
  background: white;
}
.gfield_error input:focus,
.gfield_error textarea:focus,
.gfield_error select:focus {
  border-color: #a62d2d;
}

.gform_validation_container {
  display: none;
  position: absolute;
  left: -9000px;
}

.ui-datepicker {
  background: #fff;
  border: 1px solid #aaa;
}

.ui-datepicker-prev {
  width: 20%;
  float: left;
}

.ui-datepicker-next {
  width: 20%;
  float: right;
}

.ui-datepicker-title {
  width: 60%;
  float: left;
}
.ui-datepicker-title select {
  width: auto;
  display: inline-block;
}

.gform_confirmation_message,
.validation_error {
  font-size: 22px;
}

.gform_confirmation_message {
  border: solid 4px green;
  padding: 30px;
  margin: 20px 0;
}

.gfield_description.validation_message {
  margin-top: 15px;
}

.validation_error {
  margin-bottom: 30px;
  color: #d9534f;
}

.gform_heading {
  margin-bottom: 0px;
}

.gform_footer {
  margin-bottom: 0;
}

.gfield_checkbox,
.gfield_radio {
  margin-top: 18px;
}
.gfield_checkbox > li,
.gfield_radio > li {
  display: inline-block;
  margin-left: 20px;
}
.gfield_checkbox > li input,
.gfield_radio > li input {
  float: left;
}
.gfield_checkbox > li label,
.gfield_radio > li label {
  float: right;
  padding-left: 10px;
}
.gfield_checkbox > li:first-child,
.gfield_radio > li:first-child {
  margin-left: 0 !important;
}
.gfield_checkbox > li:before,
.gfield_radio > li:before {
  display: none;
}

.gform_wrapper div.validation_error {
  text-align: left;
  border: none;
  padding: 0;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none;
  border: none;
}

.gform_wrapper div.validation_error {
  font-size: 18.7px;
}

.contact__form .gform_wrapper form .gform_body .gform_fields .gfield.form__input .ginput_container input,
.contact__form .gform_wrapper form .gform_body .gform_fields .gfield.form__textarea .ginput_container textarea {
  font-size: 20px;
}

.contact__form .gform_wrapper form .gform_body .form__textarea .gfield_description {
  margin-bottom: 20px;
}

.gfield_error, .gfield_error.gfield_contains_required {
  background-color: transparent !important;
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.gfield_error .ginput_container, .gfield_error.gfield_contains_required .ginput_container {
  margin-top: 8px !important;
}
.gfield_error .validation_message, .gfield_error.gfield_contains_required .validation_message {
  padding: 6px 1px;
  margin: 0;
  font-weight: 400;
  line-height: 1.75;
}

.gform_validation_errors {
  border: 0 !important;
  padding: 0 !important;
}
.gform_validation_errors h2, .gform_validation_errors .gform_submission_error {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
}

#validation_message_5_7 {
  padding-top: 0;
  margin: -10px 0 30px 0;
}

.item-anchor {
  z-index: 300;
  text-indent: -5000em;
}

.social--grid .column-connect-twitter:after, .social--grid .column-connect-twitter:before, .item-anchor {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.social--grid .column-connect-twitter:after, .social--grid .column-connect-twitter:before, .item-anchor {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.search-lightbox .search__form button {
  transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
}

.block--gallery--slider .gallery__item.object-fit img, .block--gallery .gallery__item.object-fit img, .vacancies--post .text--wrap, .blog--post--large .text--wrap, .blog--post--large .img-holder:before, .blog--post--large .img-holder, .blog--post--small .text--wrap, .blog--post--small .img-holder, .blog--post .text--wrap, .blog--post .img-holder, .filter .searchandfilter ul li.sf-field-search input, .filter .searchandfilter ul li.sf-option-active, .lightbox-content .lightbox-content-inner .head .profile-img, .lightbox-content, .staff--profile .text--wrap, .staff--profile .img-holder, .list-section.single .block--gallery--columns.gallery img, form img, input[type=submit],
input[type=button] {
  border-radius: 24px;
}

input[type=text],
input[type=search],
input[type=password],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=file],
textarea,
select {
  border-radius: 12px;
}

.accordion__plus, form .ginput_container_radio label:before, form .ginput_container_radio label:after {
  border-radius: 50%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
  font-weight: 500;
}

.base-theme-padding {
  padding: 100px 0;
}

.container {
  max-width: 1350px;
  padding-left: 40px;
  padding-right: 40px;
}
.container.sp {
  padding-left: 15px;
  padding-right: 15px;
}
.container.wide {
  max-width: 1400px;
}
@media (max-width: 767px) {
  .container {
    max-width: 100% !important;
    padding: 0 20px;
  }
}

body.search-results .main {
  overflow: hidden;
}

a.header--search {
  z-index: 300px;
  position: relative;
  display: block;
  cursor: pointer;
}

/* Site search */
.search-lightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 96vh;
  /* Transitions */
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  /* Border */
  /* Close button */
  /* Search form with input and description */
}
@media screen and (max-height: 820px) {
  .search-lightbox {
    min-height: 98vh;
  }
}
.search-lightbox:after {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  min-height: calc(100vh + 200px);
}
.search-lightbox .row {
  margin-right: -20px;
  margin-left: -20px;
}
@media (max-width: 430px) {
  .search-lightbox .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.search-lightbox .row .column {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 430px) {
  .search-lightbox .row .column {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.search-lightbox .container {
  max-width: 960px;
}
.search-lightbox:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  background: #0f1d42;
  z-index: 0;
  border-radius: 24px;
}
@media (max-width: 430px) {
  .search-lightbox:before {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
}
.search-lightbox #btn-search-close {
  top: 57px;
  right: 64px;
  position: absolute;
  cursor: pointer;
  z-index: 999999;
  width: 25px;
  height: 27px;
}
@media (max-width: 430px) {
  .search-lightbox #btn-search-close {
    top: 34px;
    right: 37px;
  }
}
.search-lightbox #btn-search-close:after, .search-lightbox #btn-search-close:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 28px;
  background: #fff;
}
.search-lightbox #btn-search-close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.search-lightbox #btn-search-close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 12px;
}
.search-lightbox .search-inner {
  z-index: 100;
  position: relative;
  width: 100%;
  max-width: 1070px;
}
.search-lightbox .search-inner .container {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .search-lightbox .search-inner .container {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 430px) {
  .search-lightbox .search-inner .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1100px) {
  .search-lightbox .search-inner .form-holder .form-holder-inner {
    overflow: hidden;
  }
}
.search-lightbox .h1 {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 30px;
  color: #fff;
  font-size: 70px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-height: 790px) {
  .search-lightbox .h1 {
    margin-top: 20px;
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .search-lightbox .h1 {
    font-size: 34px;
  }
}
.search-lightbox svg {
  position: absolute;
  left: -110px;
  top: 0px;
  z-index: -1;
}
@media (max-width: 1100px) {
  .search-lightbox svg {
    left: 0;
  }
}
@media (max-width: 767px) {
  .search-lightbox svg {
    width: 500px;
    top: -12px;
  }
}
.search-lightbox .search__form {
  margin: 90px auto 166px auto;
  max-width: 600px;
  position: relative;
}
@media screen and (max-height: 790px) {
  .search-lightbox .search__form {
    margin: 90px auto 166px auto;
  }
}
.search-lightbox .search__form:after {
  content: "";
  display: block;
  position: absolute;
  right: -130px;
  bottom: -100px;
  z-index: 200;
  background: #0f1d42;
  width: 150px;
  height: 150px;
}
@media (max-width: 600px) {
  .search-lightbox .search__form:after {
    display: none;
  }
}
.search-lightbox .search__form button {
  border: none;
  outline: 0;
  background: none;
  background-image: url(../img/search-lightbox-submit.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  content: "";
  width: 36px;
  height: 36px;
  right: 35px;
  bottom: 10px;
  display: block;
  position: absolute;
  text-indent: -5000em;
  opacity: 0.22;
}
@media (max-width: 768px) {
  .search-lightbox .search__form button {
    width: 36px;
    height: 36px;
    right: 0;
  }
}
@media (max-width: 430px) {
  .search-lightbox .search__form button {
    width: 26px;
    height: 26px;
    right: 0;
  }
}
.search-lightbox .search__form button:hover, .search-lightbox .search__form button:focus, .search-lightbox .search__form button:active {
  outline: 0;
  cursor: pointer;
}
.search-lightbox .search__form.form-active button {
  opacity: 1;
}
.search-lightbox .search__form .search__input {
  background: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  /*
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.4px;
  */
  border: none;
  outline: none;
  padding: 15px 60px 14px 30px !important;
  border-radius: 0;
}
@media (max-width: 1100px) {
  .search-lightbox .search__form .search__input {
    padding: 15px 60px 14px 130px !important;
  }
}
@media (max-width: 767px) {
  .search-lightbox .search__form .search__input {
    padding: 15px 60px 14px 83px !important;
    font-size: 16px;
  }
}
.search-lightbox .search__form .search__input:active, .search-lightbox .search__form .search__input:focus, .search-lightbox .search__form .search__input:hover {
  outline: none;
}
.search-lightbox .search__form .search__input::-webkit-input-placeholder {
  opacity: 0.3;
  color: #fff;
}
.search-lightbox .search__form .search__input::-moz-placeholder {
  opacity: 0.3;
  color: #fff;
}
.search-lightbox .search__form .search__input:-ms-input-placeholder {
  opacity: 0.3;
  color: #fff;
}
.search-lightbox .search__form .search__input::-webkit-search-cancel-button, .search-lightbox .search__form .search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.search-lightbox .search__form .search__input::-ms-clear {
  display: none;
}
.search-lightbox .search__form .fake-placeholder {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  opacity: 0.3;
  position: absolute;
  left: 30px;
  bottom: 18px;
  z-index: -1;
}
@media (max-width: 1100px) {
  .search-lightbox .search__form .fake-placeholder {
    left: 130px;
  }
}
@media (max-width: 767px) {
  .search-lightbox .search__form .fake-placeholder {
    font-size: 16px;
    bottom: 16px;
    left: 83px;
  }
}
.search-lightbox .h3 {
  color: #fff;
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: -0.12px;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: block;
  text-align: left;
  position: relative;
}
@media (max-width: 1350px) {
  .search-lightbox .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .search-lightbox .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 430px) {
  .search-lightbox .row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .search-lightbox .row.bottom {
    display: none;
  }
}
.search-lightbox ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.search-lightbox ul li {
  list-style: none;
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: normal;
  margin-bottom: 8px;
}
.search-lightbox ul li a {
  color: #fff;
}
.search-lightbox ul li a:hover {
  color: #fff;
}
.search-lightbox.search--open {
  pointer-events: auto;
  opacity: 1;
  z-index: 9999999;
}
.search-lightbox::before, .search-lightbox::after {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.search-lightbox::before {
  -webkit-transform: translate3d(-15px, -15px, 0);
          transform: translate3d(-15px, -15px, 0);
}
.search-lightbox::after {
  -webkit-transform: translate3d(15px, 15px, 0);
          transform: translate3d(15px, 15px, 0);
}
.search-lightbox.search--open::before, .search-lightbox.search--open::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.search-lightbox .header--search-close {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.search-lightbox.search--open .header--search-close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.search-lightbox .search__form {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.search-lightbox.search--open .search__form {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.search-lightbox .h1 {
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
          transform: translate3d(0, -30px, 0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.search-lightbox .row.bottom .column {
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
          transform: translate3d(0, -30px, 0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.search-lightbox.search--open .h1 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.search-lightbox.search--open .row.bottom .column {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.search-lightbox.search--open .row.bottom .column:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.search-lightbox.search--open .row.bottom .column:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.search--listing-header {
  position: relative;
  padding: 200px 0 170px 0;
  background: #0f1d42;
  z-index: 20;
}
@media (max-width: 767px) {
  .search--listing-header {
    padding: 150px 0 170px 0;
  }
}
.search--listing-header .container {
  max-width: 1240px;
}
.search--listing-header .column.left {
  padding-top: 60px;
}
@media (max-width: 1350px) {
  .search--listing-header .column.left {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .search--listing-header .column.left {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
    margin-bottom: 80px;
    padding-top: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .search--listing-header .column.left {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1350px) {
  .search--listing-header .column.right {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .search--listing-header .column.right {
    padding-left: 60px;
  }
}
@media (max-width: 1024px) {
  .search--listing-header .column.right {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .search--listing-header .column.right {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.search--listing-header h1 {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 72px; /* 72px */
  font-size: 7.2rem; /* 72px */
  line-height: 1.0277777778; /* 74px */
  letter-spacing: -0.72px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 1023px) {
  .search--listing-header h1 {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .search--listing-header h1 {
    font-size: 42px; /* 42px */
    font-size: 4.2rem; /* 42px */
    line-height: 1.2857142857; /* 54px */
  }
}
.search--listing-header h1 span {
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.95px;
  font-size: 22px; /* 22px */
  font-size: 2.2rem; /* 22px */
  line-height: 0.9090909091; /* 20px */
  color: #f7b32c;
  font-style: italic;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
  text-transform: none;
}
.search--listing-header p {
  color: #fff;
  font-size: 20px; /* 20px */
  font-size: 2rem; /* 20px */
  line-height: 1.45; /* 29px */
  letter-spacing: normal;
  margin-bottom: 25px;
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media (min-width: 1023px) {
  .search--listing-header p {
    padding-right: 30px;
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .search--listing-header p {
    font-size: 18px; /* 18px */
    font-size: 1.8rem; /* 18px */
    line-height: 1.5; /* 27px */
  }
}

body.search #footer {
  margin-top: 0;
}

form.search-page {
  position: relative;
  max-width: 480px;
  margin: 42px auto 0;
}
form.search-page input {
  width: 100% !important;
  color: #c3c5cf;
  padding: 30px 65px 30px 12px !important;
  background: #0f1d42;
  font-size: 19px !important;
  line-height: 19px !important;
  border: none;
  border-bottom: solid 2px #c3c5cf;
  border-radius: 0;
  font-weight: 300;
  outline: 0;
  width: 100%;
}
form.search-page input:focus {
  background: #0f1d42;
  outline: none;
  border-bottom: solid 2px #c3c5cf;
  -webkit-box-shadow: none;
          box-shadow: none;
}
form.search-page:after {
  background-image: url(../img/magnify-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  width: 24px;
  height: 30px;
  right: 16px;
  top: 16px;
  display: block;
  position: absolute;
}

.search-result .image-contain {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 30px;
  background-size: cover;
  background-position: center;
}
.search-result h2 {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #0f1d42;
  font-size: 38px; /* 38px */
  font-size: 3.8rem; /* 38px */
  line-height: 1.2105263158; /* 46px */
  font-weight: 700;
  letter-spacing: -0.87px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .search-result h2 {
    font-size: 32px; /* 32px */
    font-size: 3.2rem; /* 32px */
    line-height: 1.3125; /* 42px */
  }
}
.search-result h2 a {
  color: #0f1d42;
}

.search-type {
  text-transform: uppercase;
}

.listing.search {
  position: relative;
  background: #fff;
  margin-top: 0;
  padding: 40px 0 30px 0;
  z-index: 100;
}
@media (max-width: 1350px) {
  .listing.search {
    padding: 40px 0 10px 0;
  }
}
@media (max-width: 1024px) {
  .listing.search {
    padding: 40px 0 10px 0;
  }
}
@media (max-width: 767px) {
  .listing.search .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.listing.search:before {
  background-image: url(../img/white_curved_edge.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
  width: 4000px;
  height: 6000px;
  left: 50%;
  margin-left: -1900px;
  top: -90px;
  display: block;
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  .listing.search .listing-search-container .column {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.listing.search article {
  margin-top: 0;
  margin-bottom: 50px;
  border-bottom: solid 2px #D7D6DF;
  padding: 0 50px 50px 50px;
  font-style: normal;
}
@media (max-width: 767px) {
  .listing.search article {
    padding: 0 25px 50px 25px;
  }
}
.listing.search article p {
  font-style: normal;
  margin: 0;
}
.listing.search article .btn-holder {
  margin-top: 35px;
}
.listing.search article .btn-holder .btn-outlined {
  padding: 2.1rem 2.7rem;
}
.listing.search article [class*=wp-image-] {
  display: none;
}

#header {
  top: 0;
  left: 0;
  right: 0;
  min-width: 32rem;
  z-index: 900;
}
#header .container {
  position: relative;
}
#header .container.header-containerDIS {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1200px) {
  #header .container {
    max-width: 131rem;
  }
}
#header .container .logo-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  max-width: 85%;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
}
#header .container .menu-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
}

.logo {
  width: 13.7rem;
}
@media (min-width: 768px) {
  .logo {
    width: 20rem;
  }
}
@media (min-width: 1024px) {
  .logo {
    width: 23rem;
  }
}
@media (max-width: 767px) {
  .logo {
    margin-top: 18px;
    margin-left: 0 !important;
  }
}

.search-wrap {
  width: 40px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 80px;
  z-index: 100;
}
@media (max-width: 1100px) {
  .search-wrap {
    top: 15px;
    right: 70px;
  }
}
@media (max-width: 767px) {
  .search-wrap {
    top: 18px;
    right: 67px;
  }
}

.nav-opener {
  width: 6rem;
  height: 6rem;
  position: relative;
  z-index: 101;
}
@media (min-width: 1024px) {
  .nav-opener {
    width: 7rem;
    height: 7rem;
  }
}
.nav-active .nav-opener {
  background-color: #fff !important;
  z-index: 2 !important;
  opacity: 0 !important;
}
.nav-opener:hover .decor:before, .nav-opener:hover .decor:after,
.nav-opener:hover .decor span {
  background-color: #fff !important;
}
.nav-opener .decor {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3rem;
  height: 3.6rem;
}
.nav-opener .decor:before, .nav-opener .decor:after {
  content: "";
}
.nav-opener .decor:before, .nav-opener .decor:after,
.nav-opener .decor span {
  height: 0.2rem;
  background: #fff;
  position: absolute;
  left: 10%;
  right: 10%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.nav-active .nav-opener .decor:before, .nav-active .nav-opener .decor:after,
.nav-active .nav-opener .decor span {
  background-color: #0f1d42;
}
.nav-opener .decor:before {
  top: 30%;
}
.nav-active .nav-opener .decor:before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.nav-opener .decor span {
  top: 50%;
}
.nav-active .nav-opener .decor span {
  opacity: 0;
}
.nav-opener .decor:after {
  top: 70%;
}
.nav-active .nav-opener .decor:after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.nursery-text-white {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
  top: -4px;
}

.nav-active {
  overflow: hidden;
  height: 100%;
}
.nav-active .nursery-text-white {
  opacity: 1;
}
@media (min-width: 1024px) {
  .nav-active.safari .nav-drop .circle-decor {
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
@media (min-width: 1200px) {
  .nav-active.safari .nav-drop .circle-decor {
    -webkit-transform: translate(60%, -50%);
        -ms-transform: translate(60%, -50%);
            transform: translate(60%, -50%);
  }
}
@media (min-width: 1400px) {
  .nav-active.safari .nav-drop .circle-decor {
    -webkit-transform: translate(66%, -50%);
        -ms-transform: translate(66%, -50%);
            transform: translate(66%, -50%);
  }
}

.nav-drop {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s linear, visibility 0.6s linear;
  transition: opacity 0.6s linear, visibility 0.6s linear;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 1023px) {
  .nav-drop {
    overflow-y: auto;
  }
}
.nav-drop.yellow .btn-holder .btn {
  background: #0f1d42 !important;
  color: #fff !important;
}
.nav-drop.yellow .btn-holder .btn .text {
  color: #fff !important;
}
.nav-drop.yellow .btn-holder .btn .icon {
  color: #fff !important;
}
@media (min-width: 768px) {
  .nav-drop .circle-decor {
    z-index: -1;
    position: fixed;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    right: 15px;
    top: 50px;
    width: 7rem;
    height: 7rem;
    background: #fff;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
    pointer-events: none;
  }
}
.nav-active .nav-drop .circle-decor {
  top: 50%;
  right: 100%;
}
.nav-active .nav-drop .circle-decor.pink {
  background: #ed3497;
}
.nav-active .nav-drop .circle-decor.blue {
  background: #385efc;
}
.nav-active .nav-drop .circle-decor.yellow {
  background: #f7b32c;
}
@media (min-width: 768px) {
  .nav-active .nav-drop .circle-decor {
    width: 105rem;
    height: 105rem;
    background: #385efc;
    position: fixed;
    top: 50%;
    right: 100%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
@media (min-width: 1024px) {
  .nav-active .nav-drop .circle-decor {
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
@media (min-width: 1200px) {
  .nav-active .nav-drop .circle-decor {
    -webkit-transform: translate(60%, -50%);
        -ms-transform: translate(60%, -50%);
            transform: translate(60%, -50%);
  }
}
@media (min-width: 1400px) {
  .nav-active .nav-drop .circle-decor {
    -webkit-transform: translate(66%, -50%);
        -ms-transform: translate(66%, -50%);
            transform: translate(66%, -50%);
  }
}
@media (min-width: 1600px) {
  .nav-active .nav-drop .circle-decor {
    width: 150rem;
    height: 150rem;
  }
}
@media (min-height: 1300px) {
  .nav-active .nav-drop .circle-decor {
    width: 150rem;
    height: 150rem;
  }
}
@media (min-width: 768px) {
  .nav-active .nav-drop .circle-decor.sub-nav-active {
    -webkit-transform: translate(130%, -50%);
        -ms-transform: translate(130%, -50%);
            transform: translate(130%, -50%);
  }
}
@media (min-width: 1024px) {
  .nav-active .nav-drop .circle-decor.sub-nav-active {
    -webkit-transform: translate(140%, -50%);
        -ms-transform: translate(140%, -50%);
            transform: translate(140%, -50%);
  }
}
@media (min-width: 1200px) {
  .nav-active .nav-drop .circle-decor.sub-nav-active {
    -webkit-transform: translate(160%, -50%);
        -ms-transform: translate(160%, -50%);
            transform: translate(160%, -50%);
  }
}
@media (min-width: 1400px) {
  .nav-active .nav-drop .circle-decor.sub-nav-active {
    -webkit-transform: translate(166%, -50%);
        -ms-transform: translate(166%, -50%);
            transform: translate(166%, -50%);
  }
}
@media (min-width: 1600px) {
  .nav-active .nav-drop .circle-decor.sub-nav-active {
    -webkit-transform: translate(150%, -50%);
        -ms-transform: translate(150%, -50%);
            transform: translate(150%, -50%);
  }
}
@media (min-height: 1300px) {
  .nav-active .nav-drop .circle-decor.sub-nav-active {
    -webkit-transform: translate(120%, -50%);
        -ms-transform: translate(120%, -50%);
            transform: translate(120%, -50%);
  }
}
.nav-active .nav-drop {
  opacity: 1;
  visibility: visible;
}
.nav-drop .nav-opener {
  z-index: 2 !important;
}
.nav-drop .nav-opener:after {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.nav-active .nav-drop .nav-opener {
  opacity: 1 !important;
}
.nav-drop .nav-opener .decor {
  position: relative;
  z-index: 2;
}
.nav-drop .nav-opener .decor:before, .nav-drop .nav-opener .decor:after,
.nav-drop .nav-opener .decor span {
  background: #385efc !important;
}

.nav-active .nav-drop {
  z-index: 100;
}

.drop-body {
  position: relative;
  z-index: 101;
}

.drop-header .logo {
  position: relative;
  z-index: 101;
}
@media (min-width: 768px) {
  .drop-header .logo {
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
@media (min-width: 768px) {
  .nav-active .drop-header .logo {
    opacity: 1;
  }
}

.nav-holder {
  max-width: 120rem;
  position: relative;
  z-index: 300;
}
.nav-holder .row.align-items-center {
  position: relative;
}

.navigation {
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: -0.018rem;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .navigation {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .navigation {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .navigation {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .navigation {
    padding-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .nav-active .navigation {
    opacity: 1;
    visibility: visible;
  }
}
.navigation > li {
  margin: 0 0 1.5rem;
}
@media (min-width: 768px) {
  .navigation > li {
    margin: 0 0 2rem;
  }
}
@media (min-width: 1024px) {
  .navigation > li {
    margin: 0 0 2.5rem;
  }
}
@media (min-width: 1200px) {
  .navigation > li {
    margin: 0 0 3.2rem;
  }
}
.navigation > li.active > a.pink {
  background: #ed3497;
}
.navigation > li.active > a.blue {
  background: #385efc;
}
.navigation > li.active > a.yellow {
  background: #f7b32c;
}
.navigation > li > a {
  display: inline-block;
  vertical-align: top;
  border-radius: 1rem;
  color: #fff;
  padding: 0.2rem 0.9rem 0.1rem;
}
.navigation > li > a.pink:hover {
  background: #ed3497;
}
.navigation > li > a.blue:hover {
  background: #385efc;
}
.navigation > li > a.yellow:hover {
  background: #f7b32c;
}

.header-links {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.214;
}
@media (min-width: 768px) {
  .header-links {
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}
@media (min-width: 768px) {
  .nav-active .header-links {
    opacity: 1;
  }
}
.header-links > li {
  margin: 0 0 1.1rem;
}
.header-links > li:last-child {
  margin: 0;
}
.header-links > li > a {
  color: #fff;
}
.header-links > li > a:hover {
  text-decoration: underline;
}
.header-links > li .icon {
  display: inline-block;
  margin: 0 0 0 1.2rem;
  vertical-align: top;
}

.sub-nav-active .main-nav {
  opacity: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .sub-nav-active .main-nav {
    opacity: 1;
    z-index: 50;
  }
}
.sub-nav-active #header .container-btn-holder {
  z-index: 400;
}
.sub-nav-active #header .btn-holder {
  display: none;
}
@media (min-width: 1200px) {
  .sub-nav-active #header .btn-holder {
    margin-top: -100px;
  }
}
@media (min-width: 768px) {
  .sub-nav-active #header .btn-holder {
    display: block;
  }
}

.sub-nav-holder {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #122044;
  min-height: calc(100vh - 125px);
  max-height: calc(100vh - 125px);
  overflow: auto;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media (min-width: 768px) {
  .sub-nav-holder {
    min-height: 0;
    max-height: 100%;
    overflow: visible;
  }
}
.sub-nav-holder.active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 50;
}
@media (min-width: 768px) {
  .sub-nav-holder {
    position: relative;
    background: none;
    min-height: 0;
    max-height: none;
  }
}

.drop-down-holder {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s linear 0.2s;
  transition: all 0.1s linear 0.2s;
}
@media (min-width: 768px) {
  .drop-down-holder {
    -webkit-transition: all 0.5s linear 0.8s;
    transition: all 0.5s linear 0.8s;
  }
}
.drop-down-holder.active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1200px) {
  .drop-down-holder {
    font-size: 2.1rem;
    max-width: 39.2rem;
  }
}
@media (min-width: 1400px) {
  .drop-down-holder {
    margin-bottom: 12.8rem !important;
  }
}
.drop-down-holder .btn-back {
  position: absolute;
  left: 2px;
  top: 1px;
  z-index: 5;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .drop-down-holder .btn-back {
    display: none !important;
  }
}
.drop-down-holder .btn-back:hover {
  color: #f7b32c;
}

.drop-down {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .drop-down {
    min-height: 552px;
    padding-top: 0;
  }
}
.drop-down.active {
  position: relative;
  visibility: visible;
  top: auto;
  left: auto;
}
.drop-down .drop-down-title {
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: -0.018rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .drop-down .drop-down-title {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .drop-down .drop-down-title {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .drop-down .drop-down-title {
    font-size: 3.6rem;
  }
}
.drop-down .drop-down-list {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.238;
  text-transform: none;
}
@media (min-width: 768px) {
  .drop-down .drop-down-list {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .drop-down .drop-down-list {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .drop-down .drop-down-list {
    font-size: 2.1rem;
  }
}
.drop-down .drop-down-list > li {
  margin: 0 0 1.5rem;
}
@media (min-width: 768px) {
  .drop-down .drop-down-list > li {
    margin: 0 0 2rem;
  }
}
@media (min-width: 1024px) {
  .drop-down .drop-down-list > li {
    margin: 0 0 2.6rem;
  }
}
.drop-down .drop-down-list > li > a {
  position: relative;
  color: #fff;
}
.drop-down .drop-down-list > li > a:after {
  position: absolute;
  display: block;
  background: #fff;
  content: "";
  z-index: 1;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  opacity: 0;
}
.drop-down .drop-down-list > li > a:hover:after {
  opacity: 1;
  width: 100%;
}
.drop-down .drop-down-list > li.current_page_item a:after {
  opacity: 1;
  width: 100%;
}

#wrapper {
  font-size: 1.5rem;
  line-height: 1.733;
}
@media (min-width: 768px) {
  #wrapper {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important;
}

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

a {
  -webkit-transition: color 0.3s linear, background 0.3s linear, opacity 0.3s linear;
  transition: color 0.3s linear, background 0.3s linear, opacity 0.3s linear;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

.hide-label {
  display: none;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
  padding: 20px 20px 20px 40px !important;
}

.btn,
.block--accordion .button,
.list-section .button,
.typography-section .button {
  display: inline-block;
  vertical-align: top;
  padding: 1.2rem 2.7rem;
  border-radius: 3rem;
  font-size: 1.3rem;
  line-height: 1.769;
  font-weight: 600;
  min-width: 17.9rem;
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .btn,
  .block--accordion .button,
  .list-section .button,
  .typography-section .button {
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 1.8rem 2.7rem;
  }
}
.btn .icon,
.block--accordion .button .icon,
.list-section .button .icon,
.typography-section .button .icon {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1.2rem;
}
@media (min-width: 768px) {
  .btn .icon,
  .block--accordion .button .icon,
  .list-section .button .icon,
  .typography-section .button .icon {
    margin: 0 0 0 1.9rem;
  }
}
.btn .text,
.block--accordion .button .text,
.list-section .button .text,
.typography-section .button .text {
  color: #0f1d42;
  display: inline-block;
  vertical-align: middle;
}
.btn.btn-outlined,
.block--accordion .button.btn-outlined,
.list-section .button.btn-outlined,
.typography-section .button.btn-outlined {
  background: none;
  border: solid 1px #385efc;
  color: #385efc;
}
.btn.btn-outlined:hover,
.block--accordion .button.btn-outlined:hover,
.list-section .button.btn-outlined:hover,
.typography-section .button.btn-outlined:hover {
  background: #385efc;
  color: #fff;
}

.block--accordion .button,
.list-section .button,
.typography-section .button {
  background: #385efc;
  border-color: #385efc;
  color: #fff;
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.block--accordion .button:hover,
.list-section .button:hover,
.typography-section .button:hover {
  background: #1240fb;
  border-color: #1240fb;
  color: #fff;
}

.bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
}

.blue-bg {
  background: #0f1d42;
}

.text-blue {
  color: #0f1d42;
}

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

.share-article-top {
  margin: 40px 0 0 0;
}
.share-article-top .title {
  font-size: 12px; /* 12px */
  font-size: 1.2rem; /* 12px */
  line-height: 1.5; /* 18px */
  color: #0f1d42;
  display: block;
  margin-bottom: 15px;
}
.share-article-top ul {
  margin: 0;
  padding: 0;
}
.share-article-top ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  margin-bottom: 30px;
}

.banner-section {
  overflow: hidden;
}
.banner-section .typography-section {
  z-index: 2;
  max-width: 118.5rem;
  margin-top: -10rem;
}
@media (min-width: 768px) {
  .banner-section .typography-section {
    margin-top: -15rem;
  }
}
@media (min-width: 1024px) {
  .banner-section .typography-section {
    margin-top: -17rem;
  }
}
@media (min-width: 1200px) {
  .banner-section .typography-section {
    margin-top: -19.7rem;
  }
}
.banner-section .text-area {
  max-width: 83.4rem;
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.banner-section .text-area .big {
  font-size: 1.7rem;
  line-height: 1.789;
}
@media (min-width: 768px) {
  .banner-section .text-area .big {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .banner-section .text-area .big {
    font-size: 1.9rem;
  }
}

.svg-wrap {
  padding-top: 42.4%; /* height/width*100% */
}
.svg-wrap.style-2 {
  padding-top: 67%;
}
.svg-wrap.style-2:before {
  display: none;
}
.svg-wrap:before {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(9%, rgba(0, 0, 0, 0.98)), color-stop(17%, rgba(0, 0, 0, 0.95)), color-stop(24%, rgba(0, 0, 0, 0.88)), color-stop(31%, rgba(0, 0, 0, 0.8)), color-stop(37%, rgba(0, 0, 0, 0.71)), color-stop(44%, rgba(0, 0, 0, 0.61)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(56%, rgba(0, 0, 0, 0.39)), color-stop(63%, rgba(0, 0, 0, 0.29)), color-stop(69%, rgba(0, 0, 0, 0.2)), color-stop(76%, rgba(0, 0, 0, 0.12)), color-stop(83%, rgba(0, 0, 0, 0.05)), color-stop(91%, rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.98) 9%, rgba(0, 0, 0, 0.95) 17%, rgba(0, 0, 0, 0.88) 24%, rgba(0, 0, 0, 0.8) 31%, rgba(0, 0, 0, 0.71) 37%, rgba(0, 0, 0, 0.61) 44%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.39) 56%, rgba(0, 0, 0, 0.29) 63%, rgba(0, 0, 0, 0.2) 69%, rgba(0, 0, 0, 0.12) 76%, rgba(0, 0, 0, 0.05) 83%, rgba(0, 0, 0, 0.02) 91%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 105%;
  opacity: 0.6;
  z-index: 1;
}
.svg-wrap.no-gradient:before {
  display: none;
}
.svg-wrap .first-shape {
  top: 0;
  left: 0;
}
.svg-wrap .single-banner {
  width: calc(100% + 600px);
  margin-left: -300px;
}

h1,
.h1 {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 1.1;
  letter-spacing: -0.048rem;
}
@media (min-width: 375px) {
  h1,
  .h1 {
    font-size: 4.4rem;
  }
}
@media (min-width: 768px) {
  h1,
  .h1 {
    letter-spacing: -0.1rem;
    font-size: 7rem;
  }
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 8rem;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 9rem;
  }
}
@media (min-width: 1400px) {
  h1,
  .h1 {
    font-size: 10rem;
  }
}
h1 span,
.h1 span {
  display: inline-block;
  vertical-align: top;
  border-radius: 1rem;
  padding: 0.5rem 1.1rem 0.1rem;
}
h1 .h1-alt, h1.h1-alt,
.h1 .h1-alt,
.h1.h1-alt {
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: -0.025rem;
  line-height: 1.058;
  color: #fff;
}
@media (min-width: 375px) {
  h1 .h1-alt, h1.h1-alt,
  .h1 .h1-alt,
  .h1.h1-alt {
    font-size: 4rem;
  }
}
@media (min-width: 600px) {
  h1 .h1-alt, h1.h1-alt,
  .h1 .h1-alt,
  .h1.h1-alt {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  h1 .h1-alt, h1.h1-alt,
  .h1 .h1-alt,
  .h1.h1-alt {
    letter-spacing: -0.052rem;
    font-size: 7.4rem;
  }
}
@media (min-width: 1024px) {
  h1 .h1-alt, h1.h1-alt,
  .h1 .h1-alt,
  .h1.h1-alt {
    font-size: 8.4rem;
  }
}
@media (min-width: 1200px) {
  h1 .h1-alt, h1.h1-alt,
  .h1 .h1-alt,
  .h1.h1-alt {
    font-size: 9.4rem;
  }
}
@media (min-width: 1400px) {
  h1 .h1-alt, h1.h1-alt,
  .h1 .h1-alt,
  .h1.h1-alt {
    font-size: 10.4rem;
  }
}
h1 .h1-alt span, h1.h1-alt span,
.h1 .h1-alt span,
.h1.h1-alt span {
  background: #385efc;
}
h1 .h1-alt,
.h1 .h1-alt {
  margin-top: 10px;
}

h2,
.h2 {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  letter-spacing: -0.06rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 6rem;
  }
}
h2 span,
.h2 span {
  display: inline-block;
  vertical-align: top;
  border-radius: 0.8rem;
}
h2.h2-alt,
.h2.h2-alt {
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 3.7rem;
  font-weight: 500;
  letter-spacing: -0.052rem;
  line-height: 1.058;
  color: #fff;
}
@media (min-width: 768px) {
  h2.h2-alt,
  .h2.h2-alt {
    font-size: 4.2rem;
  }
}
@media (min-width: 1024px) {
  h2.h2-alt,
  .h2.h2-alt {
    font-size: 5.2rem;
  }
}
@media (min-width: 1200px) {
  h2.h2-alt,
  .h2.h2-alt {
    font-size: 6.2rem;
  }
}
h2.h2-alt span,
.h2.h2-alt span {
  padding: 0.5rem 1.1rem 0.1rem;
  background: #385efc;
}

p .intro, p.intro {
  font-size: 1.9rem;
  letter-spacing: normal;
  margin-bottom: 1.5rem;
}

.main-content p {
  margin-bottom: 1.5rem;
}
.main-content p a {
  color: #385efc;
}

.info-section {
  font-weight: 500;
}
@media (min-width: 768px) {
  .info-section {
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media (min-width: 1400px) {
  .info-section .container {
    max-width: 125rem;
  }
}
.info-section .info-box {
  max-width: 25.5rem;
}
.info-section .info-box img {
  height: 100px;
  width: auto;
}

.number {
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 7rem;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: -0.047rem;
}
@media (min-width: 768px) {
  .number {
    font-size: 7.5rem;
  }
}
@media (min-width: 1024px) {
  .number {
    font-size: 8rem;
  }
}
@media (min-width: 1200px) {
  .number {
    font-size: 9.4rem;
  }
}

h5,
.h5 {
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.034rem;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  h5,
  .h5 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 3.4rem;
  }
}

h3,
.h3 {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: -0.015rem;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    letter-spacing: -0.024rem;
    font-size: 3.8rem;
  }
}
@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 3.8rem;
  }
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 4.6rem;
  }
}
@media (min-width: 1400px) {
  h3,
  .h3 {
    font-size: 4.8rem;
  }
}
h3 span,
.h3 span {
  display: inline-block;
  vertical-align: top;
  border-radius: 0.8rem;
  padding: 0.8rem 1.4rem 0.8rem;
}
h3.h3-alt,
.h3.h3-alt {
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: -0.016rem;
  line-height: 1.058;
  color: #fff;
}
@media (min-width: 768px) {
  h3.h3-alt,
  .h3.h3-alt {
    letter-spacing: -0.025rem;
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  h3.h3-alt,
  .h3.h3-alt {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  h3.h3-alt,
  .h3.h3-alt {
    font-size: 4.8rem;
  }
}
@media (min-width: 1400px) {
  h3.h3-alt,
  .h3.h3-alt {
    font-size: 5rem;
  }
}
h3.h3-alt span,
.h3.h3-alt span {
  background: #385efc;
}

.img-text-section {
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .img-text-section {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.img-text-section.z-under {
  z-index: 0;
}
@media (min-width: 1400px) {
  .img-text-section .container {
    max-width: 130.2rem;
  }
}
.img-text-section .container .col-12 {
  position: static !important;
}
.img-text-section .img-holder {
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .img-text-section .img-holder {
    max-width: 35rem;
  }
}
@media (min-width: 1024px) {
  .img-text-section .img-holder {
    max-width: 55.9rem;
  }
}
.img-text-section .img-holder img {
  width: 100%;
}
@media (min-width: 1024px) {
  .img-text-section .img-holder.big {
    max-width: 65rem;
  }
}
@media (min-width: 1024px) {
  .img-text-section .text-holder {
    position: relative;
    max-width: 56.5rem;
  }
}
.img-text-section .text-holder.big {
  font-size: 1.5rem;
  line-height: 1.733;
}
@media (min-width: 768px) {
  .img-text-section .text-holder.big {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  .img-text-section .text-holder.big {
    font-size: 1.9rem;
    line-height: 1.737;
  }
}
@media (min-width: 1024px) {
  .img-text-section .text-area {
    max-width: 51.3rem;
  }
}
.img-text-section .btn {
  min-width: 16.9rem;
}
@media (min-width: 1024px) {
  .img-text-section .btn {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .img-text-section h3,
  .img-text-section .h3 {
    margin-top: 20px;
  }
  .img-text-section h3.no-bg,
  .img-text-section .h3.no-bg {
    color: #0f1d42 !important;
  }
}

@media (min-width: 1024px) {
  .quote-section .container {
    max-width: 102rem;
  }
}

.quote-block .quote-decor {
  width: 80rem;
  top: 0;
  left: -20.4rem;
}
@media (min-width: 768px) {
  .quote-block .quote-decor {
    width: 100rem;
    left: -25.5rem;
  }
}
@media (min-width: 1024px) {
  .quote-block .quote-decor {
    width: 123.2rem;
    left: -31.6rem;
  }
}
.quote-block blockquote q {
  quotes: none;
  font-size: 1.9rem;
  line-height: 1.579;
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  .quote-block blockquote q {
    line-height: 1.429;
    font-size: 2.2rem;
  }
}
@media (min-width: 1024px) {
  .quote-block blockquote q {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .quote-block blockquote q {
    font-size: 2.6rem;
  }
}
@media (min-width: 1400px) {
  .quote-block blockquote q {
    font-size: 2.8rem;
  }
}
.quote-block blockquote cite {
  font-style: normal;
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.7;
  letter-spacing: 0.095rem;
}
@media (min-width: 768px) {
  .quote-block blockquote cite {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .quote-block blockquote cite {
    font-size: 1.9rem;
  }
}
@media (min-width: 1200px) {
  .quote-block blockquote cite {
    font-size: 2rem;
  }
}

.cards-section {
  z-index: 1;
}
.cards-section:before {
  content: "";
  background: #0f1d42;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 74.5%;
}
@media (min-width: 768px) {
  .cards-section:before {
    height: 16.6rem;
  }
}
@media (min-width: 1400px) {
  .cards-section .container {
    max-width: 130.4rem;
  }
}

@media (max-width: 1023px) {
  .line-decor-block.max-width {
    max-width: 53rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .line-decor-block.max-width {
    max-width: 35.5rem;
  }
}
.line-decor-block .decor-box {
  width: 16rem;
}
@media (min-width: 768px) {
  .line-decor-block .decor-box {
    width: 23.2rem;
  }
}
@media (min-width: 1024px) {
  .line-decor-block .decor-box {
    width: 21rem;
  }
}
@media (min-width: 1200px) {
  .line-decor-block .decor-box {
    width: 23.2rem;
  }
}
@media (max-width: 767px) {
  .line-decor-block .decor-box .mb-h50 {
    height: 50px;
  }
}
.line-decor-block .decor-box .text {
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.124rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .line-decor-block .decor-box .text {
    letter-spacing: 0.181rem;
    font-size: 3.8rem;
  }
}
@media (min-width: 1024px) {
  .line-decor-block .decor-box .text {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .line-decor-block .decor-box .text {
    font-size: 3.8rem;
  }
}

.card {
  z-index: 1;
  border-radius: 1.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}
.card:hover {
  color: #fff !important;
}
.card:hover .arrow-holder {
  background: #f7b32c !important;
}
.card .card-height {
  min-height: 23rem;
  z-index: 3;
}
@media (min-width: 768px) {
  .card .card-height {
    min-height: 18.7rem;
  }
}
.card .arrow-holder {
  width: 3.1rem;
  height: 3.1rem;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
@media (min-width: 768px) {
  .card .arrow-holder {
    width: 4rem;
    height: 4rem;
  }
}
.card .arrow-holder .icon {
  top: 50%;
  left: 50%;
  line-height: 1;
  font-size: 1.4rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 0 0 0.1rem;
}
@media (min-width: 768px) {
  .card .arrow-holder .icon {
    font-size: 1.6rem;
  }
}
.card .text {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 600;
  max-width: calc(100% - 3.9rem);
}
@media (min-width: 768px) {
  .card .text {
    max-width: calc(100% - 5.3rem);
  }
}
@media (min-width: 1200px) {
  .card .text {
    font-size: 1.5rem;
  }
}
.card .text.big {
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.19;
  letter-spacing: -0.01rem;
}
@media (min-width: 1024px) {
  .card .text.big {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .card .text.big {
    font-size: 2.1rem;
  }
}

.download-section .bg-white {
  margin: 0 !important;
  background: #fff !important;
}
@media (min-width: 1400px) {
  .download-section .container {
    max-width: 128.5rem;
  }
}

.text-section {
  max-width: 70rem;
  z-index: 1;
}
.text-section a {
  text-decoration: none;
  color: inherit;
  z-index: 1;
  position: relative;
  display: inline-block;
}
.text-section a:hover:before {
  background: #385efc;
}
.text-section a:before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 4px;
  border-radius: 0.2rem;
  background: #f7b32c;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
@media (max-width: 767px) {
  .text-section a:before {
    bottom: 5px;
  }
}

h4,
.h4 {
  font-weight: 700;
  letter-spacing: -0.038rem;
  font-size: 2.6rem;
  line-height: 1.053;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 3.4rem;
  }
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 3.8rem;
  }
}

.download-list {
  padding-top: 40px;
}
.download-list .download-link {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.533;
  font-weight: 600;
  padding-left: 50px;
}
@media (min-width: 768px) {
  .download-list .download-link {
    max-width: 28rem;
  }
}
@media (min-width: 1400px) {
  .download-list .download-link {
    max-width: 30rem;
  }
}
.download-list .download-link:hover .text {
  text-decoration: underline;
}
.download-list .download-link:hover .ico-holder {
  background: #f7b32c !important;
}
.download-list .download-link .text {
  width: calc(100% - 4rem);
}
.download-list .download-link .ico-holder {
  position: absolute;
  left: 0;
  top: -8px;
  width: 4rem;
  height: 4rem;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.download-list .download-link .ico-holder .icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  table:not(.ui-datepicker-calendar) {
    table-layout: fixed;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  table:not(.ui-datepicker-calendar) {
    display: block;
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  table:not(.ui-datepicker-calendar) thead,
  table:not(.ui-datepicker-calendar) thead tr,
  table:not(.ui-datepicker-calendar) thead th {
    display: block !important;
    width: 100% !important;
  }
}
table:not(.ui-datepicker-calendar) th {
  background: #ed3497 !important;
  color: #fff !important;
}
table:not(.ui-datepicker-calendar) td, table:not(.ui-datepicker-calendar) th {
  padding: 12px !important;
}
table:not(.ui-datepicker-calendar) tr.even td {
  background: #f1f0fb !important;
}
table:not(.ui-datepicker-calendar) tr.odd td {
  background: rgba(241, 240, 251, 0.31) !important;
}
@media (min-width: 768px) {
  table:not(.ui-datepicker-calendar) thead tr {
    background: #ed3497;
  }
}
@media (min-width: 768px) {
  table:not(.ui-datepicker-calendar) thead tr th {
    text-align: left;
    padding: 1.9rem 2rem 1.9rem;
    color: #fff;
    text-transform: uppercase;
    border-right: 0.5rem solid #fff;
    font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.6rem !important;
    line-height: 1.2;
    letter-spacing: -0.018rem;
  }
}
@media (min-width: 1024px) {
  table:not(.ui-datepicker-calendar) thead tr th {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  table:not(.ui-datepicker-calendar) thead tr th.two {
    width: 22rem;
  }
}
@media (min-width: 1024px) {
  table:not(.ui-datepicker-calendar) thead tr th.two {
    width: 28rem;
  }
}
@media (min-width: 768px) {
  table:not(.ui-datepicker-calendar) thead tr th.three {
    width: 22rem;
  }
}
@media (min-width: 1024px) {
  table:not(.ui-datepicker-calendar) thead tr th.three {
    width: 22.4rem;
  }
}
@media (max-width: 767px) {
  table:not(.ui-datepicker-calendar) tbody {
    display: block;
    width: 100%;
  }
}
table:not(.ui-datepicker-calendar) tbody tr {
  background: #f1f0fb;
}
@media (max-width: 767px) {
  table:not(.ui-datepicker-calendar) tbody tr {
    width: 100%;
    display: -ms-inline-grid;
    display: inline-grid;
    width: 100%;
    padding: 26px 12px 16px;
  }
}
table:not(.ui-datepicker-calendar) tbody tr:nth-child(2n) {
  background: rgba(241, 240, 251, 0.31);
}
table:not(.ui-datepicker-calendar) tbody tr td {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
}
@media (min-width: 768px) {
  table:not(.ui-datepicker-calendar) tbody tr td {
    padding: 2.1rem 2rem 2.1rem;
    border-right: 0.5rem solid #fff;
    border-left: 0.5rem solid #fff;
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  table:not(.ui-datepicker-calendar) tbody tr td {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  table:not(.ui-datepicker-calendar) tbody tr td {
    font-size: 0;
    line-height: 0;
    font-size: 1.4rem;
    margin: 0;
    display: contents;
  }
}
@media (max-width: 767px) {
  table:not(.ui-datepicker-calendar) tbody tr td:before {
    content: attr(data-label);
    display: inline-block;
    vertical-align: middle;
    font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
    width: 14rem;
    padding: 1.2rem 1rem;
    text-transform: uppercase;
    display: none;
  }
}
@media (max-width: 767px) {
  table:not(.ui-datepicker-calendar) tbody tr td span {
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem;
    line-height: 1.2;
    width: calc(100% - 14rem);
    padding: 1.2rem 1rem;
  }
}

.video-section {
  position: relative;
  z-index: 3;
}
@media (min-width: 1400px) {
  .video-section .container {
    max-width: 129.8rem;
  }
}
.video-section .decor-text {
  position: absolute;
  top: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30rem;
  color: #f7b32c;
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 0.933;
  z-index: 9;
  letter-spacing: 0.143rem;
  text-align: center;
}
@media (min-width: 768px) {
  .video-section .decor-text {
    letter-spacing: 0.295rem;
    font-size: 4.2rem;
    line-height: 1;
    width: 60rem;
    top: 1rem;
  }
}
@media (min-width: 1024px) {
  .video-section .decor-text {
    font-size: 5.2rem;
    width: 80rem;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .video-section .decor-text {
    font-size: 6.2rem;
    width: 100rem;
  }
}

.video-block {
  z-index: 1;
  border-radius: 1.5rem;
}
.video-block .video-height {
  min-height: 26.1rem;
}
@media (min-width: 480px) {
  .video-block .video-height {
    min-height: 29.5rem;
  }
}
@media (min-width: 768px) {
  .video-block .video-height {
    min-height: 38.5rem;
  }
}
@media (min-width: 1024px) {
  .video-block .video-height {
    min-height: 49.5rem;
  }
}
@media (min-width: 1200px) {
  .video-block .video-height {
    min-height: 66.5rem;
  }
}
.video-block .play {
  width: 3.8rem;
  height: 3.8rem;
  -webkit-box-shadow: 0 0 20rem 10rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 20rem 10rem rgba(0, 0, 0, 0.6);
}
.video-block .play.no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 768px) {
  .video-block .play {
    width: 7rem;
    height: 7rem;
  }
}
@media (min-width: 1024px) {
  .video-block .play {
    width: 8.8rem;
    height: 8.8rem;
  }
}
.video-block .play:hover {
  background: #f7b32c !important;
}
.video-block .play .icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  margin: 0 0 0 0.1rem;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .video-block .play .icon {
    font-size: 1.6rem;
  }
}
.video-block .text {
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.214;
  letter-spacing: 0.133rem;
  width: 20rem;
}
@media (min-width: 768px) {
  .video-block .text {
    font-size: 2.5rem;
    width: 22rem;
  }
}
@media (min-width: 1024px) {
  .video-block .text {
    font-size: 2.8rem;
  }
}

.list-section.gray {
  background: #f1f0fb;
}
@media (min-width: 1200px) {
  .list-section .container {
    max-width: 108.2rem;
  }
}
.list-section.single .container {
  max-width: 780px;
}
.list-section.single.gallery .container {
  padding-left: 25px;
  padding-right: 25px;
}
.list-section.single .block--gallery--columns.gallery {
  margin: 60px 0 40px 0;
}
.list-section.single .block--gallery--columns.gallery .row {
  margin-left: -25px;
  margin-right: -25px;
}
@media (min-width: 1024px) {
  .list-section .text-holder.columns-two {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
@media (min-width: 1200px) {
  .list-section .text-holder.columns-two {
    -webkit-column-gap: 5.8rem;
       -moz-column-gap: 5.8rem;
            column-gap: 5.8rem;
  }
}
.list-section .text-holder iframe {
  margin-top: 30px;
  width: 100%;
}
.list-section .text {
  line-height: 2;
}

.list-section ul,
.text-list ul {
  list-style: none;
  margin: 20px 0 20px 0;
  padding: 0;
  line-height: 1.875;
}
.list-section ul li,
.text-list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1.5rem;
}
.list-section ul li:before,
.text-list ul li:before {
  content: "";
  width: 1rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background: #f7b32c;
  position: absolute;
  top: 1.3rem;
  left: 0.4rem;
  -webkit-transform: rotate(-13deg);
      -ms-transform: rotate(-13deg);
          transform: rotate(-13deg);
}

.card-slider {
  max-width: 100%;
}
@media (min-width: 768px) {
  .card-slider {
    max-width: 55rem;
  }
}
@media (min-width: 1024px) {
  .card-slider {
    max-width: 72rem;
  }
}
.card-slider .slick-list {
  overflow: visible !important;
}
.card-slider .img-holder {
  z-index: 2;
  border-radius: 1.5rem;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}
.card-slider .img-holder:hover {
  -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
}
.card-slider .img-height {
  height: 29.1rem;
}
@media (min-width: 480px) {
  .card-slider .img-height {
    height: 39.1rem;
  }
}
@media (min-width: 768px) {
  .card-slider .img-height {
    height: 49.1rem;
  }
}
@media (min-width: 1024px) {
  .card-slider .img-height {
    height: 59.1rem;
  }
}
.card-slider .img-caption {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  z-index: 1;
}
@media (min-width: 768px) {
  .card-slider .img-caption {
    font-size: 1.5rem;
  }
}
.card-slider .img-caption:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: -1;
}
.card-slider .slick-next,
.card-slider .slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: #385efc;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .card-slider .slick-next,
  .card-slider .slick-prev {
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 1024px) {
  .card-slider .slick-next,
  .card-slider .slick-prev {
    width: 6rem;
    height: 6rem;
  }
}
.card-slider .slick-next:hover,
.card-slider .slick-prev:hover {
  background: #f7b32c;
}
.card-slider .slick-next .icon,
.card-slider .slick-prev .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 1.6rem;
  margin: 0 0 0 -0.1rem;
}
@media (min-width: 768px) {
  .card-slider .slick-next .icon,
  .card-slider .slick-prev .icon {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .card-slider .slick-next .icon,
  .card-slider .slick-prev .icon {
    font-size: 2.6rem;
  }
}
.card-slider .slick-next {
  left: auto;
  right: 0;
}
.card-slider .slick-next .icon {
  margin: 0 0 0 0.1rem;
}

table.tribe-events-calendar-month .tribe-events-calendar-month__header-column {
  width: 100%;
}
table.tribe-events-calendar-month .tribe-events-calendar-month__header-column span {
  color: white;
}
table.tribe-events-calendar-month .tribe-events-calendar-month__header-column span:last-child td:last-child {
  padding-right: 20px;
}
table.tribe-events-calendar-month .tribe-events-calendar-month__header-column span:first-child {
  display: none;
}

#footer {
  border-color: #273252 !important;
  border-width: 1px !important;
}
@media (min-width: 1400px) {
  #footer .container {
    max-width: 130.5rem;
  }
}
#footer h4,
#footer .h4 {
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: -0.012rem;
}
@media (min-width: 1024px) {
  #footer h4,
  #footer .h4 {
    font-size: 2.4rem;
  }
}

.footer-info {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.857;
}
@media (min-width: 768px) {
  .footer-info {
    line-height: 2;
  }
}
.footer-info a {
  color: #fff;
}
.footer-info a:hover {
  text-decoration: underline;
}

.footer-nav {
  font-weight: 600;
}
.footer-nav > li {
  margin: 0 0 6px;
}
@media (min-width: 768px) {
  .footer-nav > li {
    margin: 0;
  }
}
.footer-nav .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1.2rem;
}

.footer-logo-wrapper {
  width: calc(33.333% - 25px);
}
.footer-logo-wrapper img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.social-network > li {
  margin: 0 0.5rem 1rem;
}
@media (min-width: 768px) {
  .social-network > li {
    margin: 0 1rem 1rem 0;
  }
}
.social-network > li a {
  width: 3.3rem;
  height: 3.3rem;
  background: #eb3395;
}
.social-network > li a:hover {
  text-decoration: none;
  background: #f7b32c;
}
.social-network > li a .icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 1.5rem;
}
.social-network > li a .icon.icon-instagram {
  font-size: 1.7rem;
}
.social-network > li a .icon.icon-facebook {
  font-size: 1.6rem;
}

.logo-box {
  width: 17rem;
}

.footer-area {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.545;
  color: rgba(255, 255, 255, 0.4);
}
.footer-area a {
  color: rgba(255, 255, 255, 0.4);
}
.footer-area a:hover {
  color: white;
}

.footer-links > li {
  margin: 0 0 7px;
}
@media (min-width: 768px) {
  .footer-links > li {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .footer-links > li:before {
    content: "|";
    display: inline-block;
    vertical-align: top;
    margin: 0 1rem 0 1.4rem;
  }
}
@media (min-width: 768px) {
  .footer-links > li:first-child:before {
    display: none;
  }
}

@media (min-width: 1024px) {
  .loader {
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .loader.loaded {
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .loader.loaded .logo,
  .loader.loaded .nav-opener {
    opacity: 1;
    top: 0;
  }
}
@media (min-width: 1024px) {
  .loader.loaded .search-wrap {
    opacity: 1;
    top: 20px;
  }
}
@media (min-width: 1024px) {
  .loader .logo,
  .loader .nav-opener,
  .loader .search-wrap {
    opacity: 0;
    top: -150px;
    -webkit-transition: top 0.5s 0.3s, opacity 0.3s 0.3s;
    transition: top 0.5s 0.3s, opacity 0.3s 0.3s;
  }
}

@media (min-width: 1024px) {
  .pre-loaded-state {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
    z-index: 999999999;
    background: #ecebf5;
    color: #fff;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
  }
}
@media (min-width: 1024px) {
  .loaded .pre-loaded-state {
    opacity: 0;
    visibility: hidden;
  }
}

.progress-bar {
  z-index: 1;
  top: 0;
  left: 0;
  height: 8px;
  width: 0;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
@media (min-width: 768px) {
  .progress-bar {
    height: 10px;
  }
}
@media (min-width: 1024px) {
  .progress-bar {
    height: 12px;
  }
}

.loading-logo {
  width: 30px;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
}
@media (min-width: 768px) {
  .loading-logo {
    width: 40px;
  }
}
@media (min-width: 1024px) {
  .loading-logo {
    width: 55px;
  }
}
@media (min-width: 1400px) {
  .loading-logo {
    bottom: 78px;
  }
}

.pre-load-text h1,
.pre-load-text .h1 {
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: -0.46px;
  font-size: 20px;
  line-height: 1.196;
  color: #385efc;
  overflow: hidden;
}
@media (min-width: 480px) {
  .pre-load-text h1,
  .pre-load-text .h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .pre-load-text h1,
  .pre-load-text .h1 {
    font-size: 45px;
  }
}
@media (min-width: 1024px) {
  .pre-load-text h1,
  .pre-load-text .h1 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .pre-load-text h1,
  .pre-load-text .h1 {
    font-size: 75px;
  }
}
@media (min-width: 1400px) {
  .pre-load-text h1,
  .pre-load-text .h1 {
    font-size: 92px;
  }
}
.pre-load-text .circle-decor {
  clip-path: circle(0% at 50% 50%);
  width: 175px;
  height: 175px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateZ(0);
          transform: translateY(-50%) translateZ(0);
  position: absolute;
  background-color: #0f1d42;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .pre-load-text .circle-decor {
    width: 225px;
    height: 225px;
  }
}
@media (min-width: 768px) {
  .pre-load-text .circle-decor {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .pre-load-text .circle-decor {
    width: 350px;
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .pre-load-text .circle-decor {
    width: 500px;
    height: 500px;
  }
}
@media (min-width: 1400px) {
  .pre-load-text .circle-decor {
    width: 550px;
    height: 550px;
  }
}
.pre-load-text .circle-decor__text {
  white-space: nowrap;
  letter-spacing: -0.77px;
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #eb3395;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
@media (min-width: 480px) {
  .pre-load-text .circle-decor__text {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .pre-load-text .circle-decor__text {
    font-size: 45px;
  }
}
@media (min-width: 1024px) {
  .pre-load-text .circle-decor__text {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .pre-load-text .circle-decor__text {
    font-size: 75px;
  }
}
@media (min-width: 1400px) {
  .pre-load-text .circle-decor__text {
    font-size: 92px;
  }
}
.pre-load-text .circle-decor__bg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #0f1d42;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .pre-load-text .circle-decor__bg {
    width: 400px;
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .pre-load-text .circle-decor__bg {
    width: 450px;
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .pre-load-text .circle-decor__bg {
    width: 600px;
    height: 600px;
  }
}
@media (min-width: 1400px) {
  .pre-load-text .circle-decor__bg {
    min-width: 650px;
    min-height: 650px;
  }
}
.pre-load-text [data-text] {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

@media (min-width: 1024px) {
  .loaded-state {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
  }
}
@media (min-width: 1024px) {
  .loaded .loaded-state {
    opacity: 1;
    visibility: visible;
  }
}

.decorated-element {
  bottom: 100%;
  right: 1.5rem;
  margin: 0 0 -12.2rem;
  z-index: -1;
  width: 9.6rem;
}
@media (min-width: 768px) {
  .decorated-element {
    width: 18rem;
    right: 14.5rem;
    margin: 0 0 -7rem;
    bottom: auto;
    top: -1%;
  }
}
@media (min-width: 1024px) {
  .decorated-element {
    right: 0;
    margin: 0 0 -7.8rem;
    width: 20.5rem;
    bottom: 100%;
    top: auto;
  }
}
@media (min-width: 1200px) {
  .decorated-element {
    margin: 0 0 -7.8rem;
    right: 2.8rem;
  }
}
@media (min-width: 1400px) {
  .decorated-element {
    margin: 0 0 -13.5rem;
    right: 4rem;
  }
}
.decorated-element .text {
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.124rem;
  font-size: 2.6rem;
  line-height: 1.077;
}
@media (min-width: 768px) {
  .decorated-element .text {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .decorated-element .text {
    letter-spacing: 0.181rem;
    font-size: 3.8rem;
    line-height: 0.895;
    margin: 0 0 1.3rem;
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .decorated-element .text {
    font-size: 3.8rem;
  }
}
.decorated-element .line {
  width: 1.8rem;
  margin: 0 0 0 4rem;
}
@media (min-width: 768px) {
  .decorated-element .line {
    width: 15.2rem;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .decorated-element .line {
    width: 12.8rem;
    margin: 0 0 0 1rem;
  }
}
@media (min-width: 1200px) {
  .decorated-element .line {
    width: 15.2rem;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .decorated-element .line {
    width: 17.2rem;
  }
}
.decorated-element .line svg {
  width: 100%;
  height: auto;
}

.bottom-decorated-line {
  z-index: -1;
  top: 100%;
  left: 6rem;
  width: 13.2rem;
}
@media (min-width: 768px) {
  .bottom-decorated-line {
    width: 14rem;
    margin: 0 0 0 -24rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .bottom-decorated-line {
    left: auto;
    right: 0;
    width: 18rem;
    margin: -0.5rem 1rem 0 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (min-width: 1200px) {
  .bottom-decorated-line {
    width: 25.2rem;
    margin: -2.2rem 6.2rem 0 0;
  }
}
.bottom-decorated-line svg {
  width: 100%;
  height: auto;
}

.decorated-line-through {
  display: none;
}
@media (min-width: 1024px) {
  .decorated-line-through {
    display: block;
    top: 50%;
    z-index: -1;
    left: 50%;
    width: 102.8rem;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (min-width: 1200px) {
  .decorated-line-through {
    width: 121rem;
    margin: 5.3rem 0 0;
  }
}
@media (min-width: 1400px) {
  .decorated-line-through {
    width: 144.8rem;
  }
}
.decorated-line-through svg {
  width: 100%;
  height: auto;
}

.left-line {
  display: none;
}
@media (min-width: 1024px) {
  .left-line {
    top: 100%;
    right: 100%;
    z-index: -1;
    margin: 0 -7.1rem -6.2rem 0;
    width: 18.25rem;
    display: block;
  }
}
@media (min-width: 1200px) {
  .left-line {
    width: 23rem;
    margin: 0 -5rem -7rem 0;
  }
}
@media (min-width: 1400px) {
  .left-line {
    width: 24rem;
    margin: 0 -1rem -7.8rem 0;
  }
}
.left-line svg {
  width: 100%;
  height: auto;
  margin-top: -42px;
}

.decorated-swirl-line {
  width: 0.3rem;
  z-index: -1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 0 -0.5rem 0.4rem;
}
@media (min-width: 768px) {
  .decorated-swirl-line {
    left: 25%;
    width: 0.4rem;
  }
}
@media (min-width: 1024px) {
  .decorated-swirl-line {
    width: 40rem;
    left: 11rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .decorated-swirl-line {
    width: 57rem;
    left: 6.3rem;
  }
}
@media (min-width: 1400px) {
  .decorated-swirl-line {
    width: 60.2rem;
  }
}
.decorated-swirl-line svg {
  width: 100%;
  height: auto;
}

.decorated-swirl-line-bottom {
  width: 3.6rem;
  z-index: -1;
  top: 100%;
  right: 6.1rem;
  margin: -5.8rem 0 0;
}
@media (min-width: 768px) {
  .decorated-swirl-line-bottom {
    width: 4.5rem;
  }
}
@media (min-width: 1024px) {
  .decorated-swirl-line-bottom {
    width: 18rem;
    margin: 0;
    left: 4.3rem;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .decorated-swirl-line-bottom {
    width: 22rem;
    margin: 1.8rem 0 0;
  }
}
@media (min-width: 1400px) {
  .decorated-swirl-line-bottom {
    width: 24.1rem;
  }
}
.decorated-swirl-line-bottom svg {
  width: 100%;
  height: auto;
}

.doodle {
  z-index: -1;
  top: 0;
  left: 0.5rem;
  width: 32.2rem;
}
@media (min-width: 375px) {
  .doodle {
    left: 2.8rem;
  }
}
@media (min-width: 768px) {
  .doodle {
    width: 38rem;
  }
}
@media (min-width: 1024px) {
  .doodle {
    right: -9rem;
    width: 112.4rem;
    left: auto;
    top: -7.7rem;
  }
}
@media (min-width: 1200px) {
  .doodle {
    width: 117.1rem;
    right: -4.4rem;
    top: 3.8rem;
  }
}
@media (min-width: 1400px) {
  .doodle {
    width: 144.5rem;
    right: -8.5rem;
    top: 7.2rem;
  }
}
.doodle svg {
  width: 100%;
  height: auto;
  position: relative;
}
@media (min-width: 1200px) {
  .doodle svg {
    top: -8.4rem;
    right: -4rem;
  }
}
@media (min-width: 1400px) {
  .doodle svg {
    top: -6.9rem;
    right: -5.1rem;
  }
}

.connector-holder {
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3rem;
  bottom: -2.1rem;
  z-index: -1;
  overflow: hidden;
}
@media (min-width: 375px) {
  .connector-holder {
    width: 35.5rem;
  }
}
@media (min-width: 768px) {
  .connector-holder {
    width: 38rem;
    bottom: -3.6rem;
  }
}
.connector-holder .connector-mobile {
  width: 0.2rem;
  position: absolute;
  top: 0;
  left: 2rem;
  bottom: 0;
}
@media (min-width: 375px) {
  .connector-holder .connector-mobile {
    width: 0.3rem;
    left: 3.2rem;
  }
}
@media (min-width: 768px) {
  .connector-holder .connector-mobile {
    width: 0.3rem;
    left: 3.3rem;
  }
}

.connector-right {
  display: none;
}
@media (min-width: 1024px) {
  .connector-right {
    display: block;
    width: 0.3rem;
    top: 50%;
    right: -1.8rem;
    bottom: -17.2rem;
    z-index: -1;
    margin: 4rem 0 0;
  }
}
@media (min-width: 1200px) {
  .connector-right {
    margin: 6.6rem 0 0;
    right: -2rem;
    bottom: -21.1rem;
  }
}
@media (min-width: 1400px) {
  .connector-right {
    right: -7.1rem;
    margin: 12.2rem 0 0;
    bottom: -28.7rem;
  }
}
.connector-right .svg-line {
  height: 100%;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .connector-right .svg-line {
    margin-left: -8px;
  }
}

.svg-line {
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
}

.stroke-top {
  z-index: -1;
  top: 0;
  left: -6rem;
  width: 32rem;
}
@media (min-width: 768px) {
  .stroke-top {
    top: 0;
    left: -15.3rem;
    width: 48.8rem;
  }
}
@media (min-width: 1024px) {
  .stroke-top {
    top: 0;
    left: -19rem;
    width: 63.8rem;
  }
}
@media (min-width: 1200px) {
  .stroke-top {
    left: -27.1rem;
    top: -4.6rem;
    width: 73.8rem;
  }
}
@media (min-width: 1400px) {
  .stroke-top {
    left: -28.9rem;
  }
}
.stroke-top svg {
  width: 100%;
  height: auto;
}

.stroke-bottom {
  z-index: -1;
  bottom: 0;
  left: 50%;
  width: 11rem;
  margin: 0 0 0 -10rem;
}
@media (min-width: 768px) {
  .stroke-bottom {
    margin: 0 0 0 -10rem;
    width: 20rem;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .stroke-bottom {
    margin: 0rem;
    width: 23.5rem;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .stroke-bottom {
    margin: 0 0 0 5rem;
    width: 26.5rem;
    bottom: -1.7rem;
  }
}
@media (min-width: 1400px) {
  .stroke-bottom {
    margin: 0 0 0 12.1rem;
  }
}
.stroke-bottom svg {
  width: 100%;
  height: auto;
}

.visual-alt-decor {
  bottom: 45px;
  left: 22px;
  z-index: 2;
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.077;
  letter-spacing: 1.24px;
}
@media (min-width: 768px) {
  .visual-alt-decor {
    line-height: 0.895;
    letter-spacing: 1.81px;
    font-size: 30px;
    bottom: 160px;
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .visual-alt-decor {
    font-size: 34px;
    bottom: 180px;
    left: 20px;
  }
}
@media (min-width: 1200px) {
  .visual-alt-decor {
    font-size: 36px;
    bottom: 211px;
    left: 0;
  }
}
@media (min-width: 1400px) {
  .visual-alt-decor {
    font-size: 38px;
    bottom: 211px;
    left: -60px;
  }
}
.visual-alt-decor .line {
  width: 93px;
  top: 100%;
  right: 100%;
  margin: 7px -24px 0 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
@media (min-width: 768px) {
  .visual-alt-decor .line {
    width: 215px;
    margin: 12px 74px 0 0;
  }
}
@media (min-width: 1024px) {
  .visual-alt-decor .line {
    width: 285px;
    margin: 5px 38px 0 0;
  }
}
.visual-alt-decor .line svg {
  width: 100%;
  height: auto;
}

.steps-decor-top {
  z-index: -1;
  top: 45px;
  left: -6px;
  right: 46px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .steps-decor-top {
    right: auto;
    width: 838px;
    top: 18px;
    left: -166px;
  }
}
@media (min-width: 1024px) {
  .steps-decor-top {
    width: 1170px;
    top: 18px;
    left: -338px;
  }
}
@media (min-width: 1200px) {
  .steps-decor-top {
    width: 1212px;
    top: 18px;
    left: -338px;
  }
}
@media (min-width: 1400px) {
  .steps-decor-top {
    width: 1336px;
    top: 18px;
    left: -338px;
  }
}
.steps-decor-top svg {
  height: auto;
}
@media (min-width: 1024px) {
  .steps-decor-top svg {
    width: 100%;
  }
}

.steps-decor-right {
  position: relative;
}
.steps-decor-right .svg__connector {
  position: absolute;
  right: -30px;
  top: -46px;
  bottom: 0;
  height: calc(100% + 38px);
  width: 3px;
}
@media (min-width: 768px) {
  .steps-decor-right .svg__connector {
    right: -92px;
    top: -56px;
    width: 4px;
    height: calc(100% + 26px);
  }
}
@media (min-width: 1024px) {
  .steps-decor-right .svg__connector {
    right: -150px;
    width: 5px;
    height: calc(100% + 16px);
  }
}

img.alignleft {
  float: left;
  margin-right: 30px;
}

img.alignright {
  float: right;
  margin-left: 30px;
}

img.logo-divider {
  max-width: 90%;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.responsive {
  width: 100%;
  height: auto;
}

.img-background {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.img-background--cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.img-background--contain {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.object-fit--cover {
  background-size: cover;
  background-position: center center;
}
.object-fit--cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fit--contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.object-fit--contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-fit--circle img {
  border-radius: 50%;
}
.object-fit.not-compatible img {
  opacity: 0;
}

.absolute-fill {
  position: relative;
}
.absolute-fill > * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bleed-right {
  width: calc(100% + 50vw - (1300px - 30px) / 2);
  max-width: none;
}

.responsive-img {
  height: 0;
  position: relative;
}
.responsive-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.head--area--simple {
  position: relative;
  margin-top: 210px;
  padding-bottom: 60px;
  z-index: 200;
}
@media (max-width: 1023px) {
  .head--area--simple {
    padding-bottom: 40px;
  }
}
.head--area--simple .container {
  max-width: 1170px;
}
.head--area--simple.tribe-archive .container {
  max-width: 1286px;
}
.head--area--simple.vacancies .container {
  max-width: 1342px;
}
.head--area--simple h1.vacancies {
  max-width: 500px;
}
.head--area--simple h1 span {
  letter-spacing: -1px;
}
@media (min-width: 375px) {
  .head--area--simple h1 span {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .head--area--simple h1 span {
    letter-spacing: -0.052rem;
    font-size: 7.4rem;
  }
}
@media (min-width: 1024px) {
  .head--area--simple h1 span {
    font-size: 8.4rem;
  }
}
@media (min-width: 1200px) {
  .head--area--simple h1 span {
    font-size: 9.4rem;
  }
}
@media (min-width: 1400px) {
  .head--area--simple h1 span {
    font-size: 10.4rem;
  }
}
.head--area--simple h1 span.bg-primary {
  letter-spacing: -0.52px;
}
@media (min-width: 375px) {
  .head--area--simple h1 span.bg-primary {
    font-size: 4.8rem;
  }
}
@media (min-width: 768px) {
  .head--area--simple h1 span.bg-primary {
    letter-spacing: -0.1rem;
    font-size: 7rem;
  }
}
@media (min-width: 1024px) {
  .head--area--simple h1 span.bg-primary {
    font-size: 8rem;
  }
}
@media (min-width: 1200px) {
  .head--area--simple h1 span.bg-primary {
    font-size: 9rem;
  }
}
@media (min-width: 1400px) {
  .head--area--simple h1 span.bg-primary {
    font-size: 10rem;
  }
}
.head--area--simple .intro--line {
  margin-top: 120px;
  max-width: 400px;
  padding-left: 15px;
}
.head--area--simple .intro--line.vacancies {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .head--area--simple .intro--line {
    margin-top: 50px;
    max-width: 500px;
  }
}
@media (max-width: 1023px) {
  .head--area--simple .intro--line {
    margin-top: 10px;
  }
}
.head--area--simple .intro--line.no-mrg {
  margin-top: 16px;
}
.head--area--simple .intro--line p {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #0f1d42;
  font-size: 19px; /* 19px */
  font-size: 1.9rem; /* 19px */
  line-height: 1.7894736842; /* 34px */
  margin-bottom: 25px;
}
.head--area--simple .intro--line p.smaller {
  font-size: 16px; /* 16px */
  font-size: 1.6rem; /* 16px */
  line-height: 1.5; /* 24px */
}
.head--area--simple.parents {
  padding-bottom: 40px;
}
.head--area--simple.parents h1 {
  max-width: 1000px;
  margin: 0 auto 40px auto;
  text-align: center;
}
.head--area--simple.parents .intro--line {
  margin-top: 30px;
  padding-left: 0;
}

.head--area--single {
  position: relative;
  margin-top: 210px;
  padding-bottom: 30px;
  z-index: 200;
}
.head--area--single.vacancies {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .head--area--single.vacancies {
    margin-top: 160px;
  }
}
.head--area--single .container {
  max-width: 1170px;
}
.head--area--single .categories {
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.95px;
  font-size: 20px; /* 20px */
  font-size: 2rem; /* 20px */
  line-height: 1; /* 20px */
  color: #f7b32c;
  font-style: italic;
  font-weight: 600;
  display: block;
  margin-bottom: 28px;
}
.head--area--single .categories.pink {
  color: #eb3395;
  margin-bottom: 16px;
}
.head--area--single h1 {
  font-size: 61px; /* 61px */
  font-size: 6.1rem; /* 61px */
  line-height: 1.0491803279; /* 64px */
  letter-spacing: -0.61px;
  color: #0f1d42;
  max-width: 540px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .head--area--single h1 {
    font-size: 50px; /* 50px */
    font-size: 5rem; /* 50px */
    line-height: 1.08; /* 54px */
  }
}
@media (max-width: 767px) {
  .head--area--single h1 {
    font-size: 40px; /* 40px */
    font-size: 4rem; /* 40px */
    line-height: 1.1; /* 44px */
  }
}
.head--area--single time {
  font-size: 15px; /* 15px */
  font-size: 1.5rem; /* 15px */
  line-height: 1; /* 15px */
  color: #0f1d42;
}
.head--area--single .intro--line {
  margin-top: 120px;
  max-width: 450px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .head--area--single .intro--line {
    padding-left: 0;
  }
}
.head--area--single .intro--line.no-mrg {
  margin-top: 0;
}
.head--area--single .intro--line p {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #0f1d42;
  font-size: 19px; /* 19px */
  font-size: 1.9rem; /* 19px */
  line-height: 1.7894736842; /* 34px */
  margin-bottom: 25px;
}

.bg-primary.bg-pink {
  background-color: #ed3497 !important;
}
.bg-primary.bg-blue {
  background-color: #385efc !important;
}
.bg-primary.bg-dark-blue {
  background-color: #0f1d42 !important;
}
.bg-primary.bg-yellow {
  background-color: #f7b32c !important;
}

.staff--profile {
  margin-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1023px) {
  .staff--profile {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .staff--profile {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.staff--profile.post-1, .staff--profile.post-3 {
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .staff--profile.post-1, .staff--profile.post-3 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .staff--profile.post-1, .staff--profile.post-3 {
    margin-top: 0;
  }
}
.staff--profile.disable-mt {
  margin-top: 0 !important;
}
.staff--profile .img-holder {
  padding-bottom: 90%;
  width: calc(100% - 60px);
  margin-left: 60px;
}
@media (max-width: 1023px) {
  .staff--profile .img-holder {
    width: calc(100% - 25px);
    margin-left: 25px;
  }
}
.staff--profile .img-holder.no-thumb {
  background: #0f1d42 !important;
}
.staff--profile .text--wrap {
  margin-top: -60px;
  background: #f1f0fb;
  width: calc(100% - 60px);
  min-width: 200px;
}
@media (max-width: 1023px) {
  .staff--profile .text--wrap {
    margin-top: -20px;
    width: calc(100% - 25px);
  }
}
.staff--profile .text--wrap .inner {
  padding: 30px;
}
.staff--profile .text--wrap .inner h3 {
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: -0.24px;
  font-size: 24px; /* 24px */
  font-size: 2.4rem; /* 24px */
  line-height: 1.1666666667; /* 28px */
  color: #0f1d42;
  text-transform: uppercase;
  max-width: 186px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .staff--profile .text--wrap .inner h3 {
    font-size: 22px; /* 22px */
    font-size: 2.2rem; /* 22px */
    line-height: 1.1818181818; /* 26px */
  }
}
.staff--profile .text--wrap .inner .position {
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.95px;
  font-size: 20px; /* 20px */
  font-size: 2rem; /* 20px */
  line-height: 1; /* 20px */
  color: #ed3497;
  font-style: italic;
  font-weight: 600;
  min-height: 60px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .staff--profile .text--wrap .inner .position {
    font-size: 18px; /* 18px */
    font-size: 1.8rem; /* 18px */
    line-height: 1; /* 18px */
  }
}
.staff--profile .text--wrap .inner .link-holder .text {
  font-size: 14px; /* 14px */
  font-size: 1.4rem; /* 14px */
  line-height: 1.2857142857; /* 18px */
}

.block--accordion.staff {
  margin: 60px 0 200px 0;
}
@media (max-width: 767px) {
  .block--accordion.staff {
    margin: 40px 0 200px 0;
  }
}
.block--accordion .accordions-wrap-head {
  max-width: 860px;
  margin: 0 auto 50px auto;
  text-align: center;
}
.block--accordion .accordions-wrap-head h2 {
  font-size: 48px; /* 48px */
  font-size: 4.8rem; /* 48px */
  line-height: 1.2083333333; /* 58px */
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .block--accordion .accordions-wrap-head h2 {
    font-size: 40px; /* 40px */
    font-size: 4rem; /* 40px */
    line-height: 1.25; /* 50px */
  }
}

.lightbox-content {
  background: #f1f0fb;
  width: 100%;
  max-width: 820px;
  min-height: 556px;
  position: relative;
  display: block;
  margin: 40px auto;
  /*
  @include media('<tablet') {
      width: 310px;
      width: calc(100% - 20px);
      height: 340px;
      margin: 70px auto 10px auto;

      &.lightbox-people {
  	    min-height: calc( 100vh - 80px );
      }
  }	
  */
}
@media (max-width: 1199px) {
  .lightbox-content {
    width: calc(100% - 40px);
  }
  .lightbox-content.lightbox-teaser {
    height: auto;
  }
}
.lightbox-content .lightbox-content-inner {
  padding: 60px 60px 50px 60px;
  overflow: hidden;
  /*
  @include media('<tablet') {
  	height: 560px;
  	overflow-x: hidden;

      &.lightbox-people {
  	    min-height: calc( 100vh - 80px );
      }			
  }
  */
}
@media (max-width: 1199px) {
  .lightbox-content .lightbox-content-inner {
    padding: 50px 40px 50px 40px;
  }
}
@media (max-width: 767px) {
  .lightbox-content .lightbox-content-inner {
    padding: 30px 20px 10px 20px;
  }
}
.lightbox-content .lightbox-content-inner.extra-padding {
  padding: 60px 60px 60px 60px;
}
@media (max-width: 1199px) {
  .lightbox-content .lightbox-content-inner.extra-padding {
    padding: 50px 40px 50px 40px;
  }
}
@media (max-width: 767px) {
  .lightbox-content .lightbox-content-inner.extra-padding {
    padding: 30px 20px 10px 20px;
  }
}
.lightbox-content .lightbox-content-inner .column {
  position: relative;
}
.lightbox-content .lightbox-content-inner .column.left {
  padding-right: 34px;
}
@media (max-width: 1199px) {
  .lightbox-content .lightbox-content-inner .column.left {
    padding-right: 20px;
  }
}
.lightbox-content .lightbox-content-inner .column.left.extra-padding {
  padding-right: 64px;
}
@media (max-width: 1199px) {
  .lightbox-content .lightbox-content-inner .column.left.extra-padding {
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .lightbox-content .lightbox-content-inner .column.left {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .lightbox-content .lightbox-content-inner .column.left {
    margin-bottom: 20px;
  }
}
.lightbox-content .lightbox-content-inner .column.left.with-border:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 500px;
  background: #DCDCDC;
}
.lightbox-content .lightbox-content-inner .column.right {
  padding-left: 34px;
  padding-right: 40px;
}
.lightbox-content .lightbox-content-inner .column.right.extra-padding {
  padding-left: 64px;
}
@media (max-width: 1199px) {
  .lightbox-content .lightbox-content-inner .column.right.extra-padding {
    padding-left: 20px;
  }
}
@media (max-width: 1023px) {
  .lightbox-content .lightbox-content-inner .column.right {
    padding-right: 20px;
    padding-right: 20px;
  }
}
.lightbox-content .lightbox-content-inner .head {
  position: relative;
  min-height: 250px;
  padding: 8px 240px 0 0px;
}
@media (max-width: 1199px) {
  .lightbox-content .lightbox-content-inner .head {
    padding: 8px 0 0 0;
  }
}
.lightbox-content .lightbox-content-inner .head.h-auto {
  min-height: 10px;
  height: auto;
}
.lightbox-content .lightbox-content-inner .head.no-img {
  padding: 8px 0 0 0;
}
.lightbox-content .lightbox-content-inner .head .profile-img {
  height: 210px;
  width: 210px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .lightbox-content .lightbox-content-inner .head .profile-img {
    position: relative;
    margin-bottom: 20px;
  }
}
.lightbox-content .lightbox-content-inner .head .lightbox-title {
  margin-top: 30px;
  font-size: 38px; /* 38px */
  font-size: 3.8rem; /* 38px */
  line-height: 1.1578947368; /* 44px */
  letter-spacing: -0.38px;
  text-transform: uppercase;
  color: #0f1d42;
  display: block;
}
.lightbox-content .lightbox-content-inner .head .lightbox-title.type2 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.lightbox-content .lightbox-content-inner .head .lightbox-title.no-uppercase {
  text-transform: none;
}
.lightbox-content .lightbox-content-inner .head .role {
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.95px;
  font-size: 24px; /* 24px */
  font-size: 2.4rem; /* 24px */
  line-height: 1.4166666667; /* 34px */
  color: #ed3497;
  font-style: italic;
  font-weight: 600;
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}
.lightbox-content .lightbox-content-inner .head .short-desc {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: normal;
  font-size: 19px; /* 19px */
  font-size: 1.9rem; /* 19px */
  line-height: 1.7894736842; /* 34px */
  color: #0f1d42;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}
.lightbox-content .lightbox-content-inner .content-holder .lightbox-title {
  font-size: 20px; /* 20px */
  font-size: 2rem; /* 20px */
  line-height: 1.45; /* 29px */
  letter-spacing: normal;
  font-weight: 600;
  text-transform: none;
  color: #0f1d42;
  display: block;
}
.lightbox-content .lightbox-content-inner .content-holder h2, .lightbox-content .lightbox-content-inner .content-holder h3 {
  font-size: 28px; /* 28px */
  font-size: 2.8rem; /* 28px */
  line-height: 1.2142857143; /* 34px */
  text-transform: uppercase;
  color: #0f1d42;
  margin-bottom: 15px;
}
.lightbox-content .lightbox-content-inner .content-holder p {
  font-size: 16px; /* 16px */
  font-size: 1.6rem; /* 16px */
  line-height: 2; /* 32px */
  letter-spacing: normal;
  text-transform: none;
  color: #0f1d42;
  display: block;
  margin-bottom: 30px;
}
.lightbox-content .lightbox-content-inner .content-holder p.intro {
  font-size: 19px; /* 19px */
  font-size: 1.9rem; /* 19px */
  line-height: 1.7894736842; /* 34px */
  font-weight: 300;
}
.lightbox-content .lightbox-content-inner .content-holder p a {
  color: #eb3395 !important;
}
.lightbox-content .lightbox-content-inner .contact-details {
  margin: 0 0 20px 0;
}
.lightbox-content .lightbox-content-inner .contact-details .lightbox-title {
  position: relative;
  font-size: 20px; /* 20px */
  font-size: 2rem; /* 20px */
  line-height: 1.45; /* 29px */
  letter-spacing: normal;
  font-weight: 600;
  text-transform: none;
  color: #6c757d;
  display: block;
  padding-bottom: 8px;
  border-bottom: solid 1px #DCDCDC;
  margin-bottom: 10px;
}
.lightbox-content .lightbox-content-inner .contact-details .item a {
  position: relative;
  font-size: 14px; /* 14px */
  font-size: 1.4rem; /* 14px */
  line-height: 2.0714285714; /* 29px */
  letter-spacing: normal;
  text-transform: none;
  color: #0f1d42;
  display: block;
}
.lightbox-content .lightbox-content-inner .publications .lightbox-title {
  position: relative;
  font-size: 20px; /* 20px */
  font-size: 2rem; /* 20px */
  line-height: 1.45; /* 29px */
  letter-spacing: normal;
  font-weight: 600;
  text-transform: none;
  color: #6c757d;
  display: block;
  padding-bottom: 8px;
  border-bottom: solid 1px #DCDCDC;
  margin-bottom: 16px;
}
.lightbox-content .lightbox-content-inner .publications p {
  font-size: 14px; /* 14px */
  font-size: 1.4rem; /* 14px */
  line-height: 1.5714285714; /* 22px */
  letter-spacing: normal;
  text-transform: none;
  color: #6c757d;
  display: block;
  margin-bottom: 12px;
}
.lightbox-content .lightbox-content-inner .download-cv {
  padding-top: 28px;
  border-top: solid 1px #DCDCDC;
}
.lightbox-content .lightbox-content-inner .lightbox--teaser--image {
  min-height: 360px;
  padding-bottom: 94%;
}
@media (max-width: 767px) {
  .lightbox-content .lightbox-content-inner .lightbox--teaser--image {
    min-height: 300px;
  }
}
.lightbox-content .lightbox-content-inner .lightbox--teaser--image.addit-img {
  margin-top: 30px;
}
.lightbox-content .lightbox-content-inner .teaser--text--content {
  padding: 30px 0;
  max-width: 420px;
}
@media (max-width: 1199px) {
  .lightbox-content .lightbox-content-inner .teaser--text--content {
    padding: 0 0 30px 0;
  }
}
.lightbox-content .lightbox-content-inner .teaser--text--content.no-top-padd {
  padding: 0 0 30px 0;
}
.lightbox-content .lightbox-content-inner .teaser--text--content .lightbox-title {
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 32px; /* 32px */
  font-size: 3.2rem; /* 32px */
  line-height: 1.40625; /* 45px */
  letter-spacing: -0.7px;
  font-weight: 500;
  text-transform: none;
  color: #0f1d42;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lightbox-content .lightbox-content-inner .teaser--text--content .lightbox-title {
    font-size: 22px; /* 22px */
    font-size: 2.2rem; /* 22px */
    line-height: 1.3636363636; /* 30px */
  }
}
@media (max-width: 767px) {
  .lightbox-content .lightbox-content-inner .teaser--text--content p {
    font-size: 15px; /* 15px */
    font-size: 1.5rem; /* 15px */
    line-height: 1.8; /* 27px */
  }
}
.lightbox-content .lightbox-content-inner .teaser--text--content p a {
  color: #0f1d42 !important;
}
@media (max-width: 767px) {
  .lightbox-content .lightbox-content-inner .teaser--text--content ul, .lightbox-content .lightbox-content-inner .teaser--text--content ol {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .lightbox-content .lightbox-content-inner .scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
  }
  .lightbox-content .lightbox-content-inner .scroll-wrapper > .scroll-content {
    border: none !important;
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow-y: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
    /*
    @include media('<tablet') {
     overflow: hidden;
    }
    */
  }
  .lightbox-content .lightbox-content-inner .scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .lightbox-content .lightbox-content-inner .scroll-wrapper .scroll-element {
    display: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .lightbox-content .lightbox-content-inner .scroll-wrapper .scroll-element div {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .lightbox-content .lightbox-content-inner .scroll-wrapper .scroll-element.scroll-x.scroll-scrollx_visible, .lightbox-content .lightbox-content-inner .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
  }
  .lightbox-content .lightbox-content-inner .scroll-wrapper .scroll-element .scroll-bar,
  .lightbox-content .lightbox-content-inner .scroll-wrapper .scroll-element .scroll-element .scroll-arrow {
    cursor: default;
  }
  .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper {
    height: 550px;
    position: relative;
    width: auto;
    /*
    @include media('<tablet') {
    height: auto;
    }
    */
  }
  .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .scrollbar-external {
    height: 480px;
    overflow-y: scroll;
    /*
       @include media('<tablet') {
       //height: auto;
       height: 510px;

       max-height: 100%!important;
       }
       */
  }
  .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_x {
    border: none;
    cursor: pointer;
    display: none;
    position: absolute;
    right: -26px;
    top: 50px;
  }
  .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_x .scroll-scrollx_visible {
    display: block;
    height: 10px;
    top: 410px;
    width: 200px;
  }
  .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_x div {
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
  }
  .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_x .scroll-bar {
    background: #0f1d42;
    z-index: 12;
    height: 100px;
  }
  .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_y {
    border: none;
    cursor: pointer;
    display: none;
    position: absolute;
    right: -26px;
    top: 50px;
  }
  .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_y .scroll-element_outer {
    background: #F5F5F5;
    border-radius: 15px;
  }
  .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_y.scroll-scrolly_visible {
    display: block;
    height: 90%;
    top: 0;
    width: 8px;
  }
  .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_y div {
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
  }
  .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_y .scroll-bar {
    background: #0f1d42;
    z-index: 12;
    height: 220px;
    border-radius: 15px;
    /*
    @include media('<tablet') {
    	height: 100px;
    }
    */
  }
}

.featured--blog--grid {
  position: relative;
  margin-top: -120px;
}
@media (max-width: 1023px) {
  .featured--blog--grid {
    margin-top: 20px;
  }
}
.featured--blog--grid .featured-thumbs-list {
  height: calc(100% - 30px);
}
@media (max-width: 1023px) {
  .featured--blog--grid .large-post-column .match-height {
    height: auto !important;
  }
}

main.single {
  margin-top: 50px;
}
main.single.no-content {
  margin-top: 20px;
}
main.single .column {
  max-width: 720px;
}
main.single.vacancies .column {
  max-width: 860px;
}

.filter {
  margin: 80px 0 40px 0;
}
@media (max-width: 1023px) {
  .filter {
    margin: 80px 0 60px 0;
  }
}
.filter .searchandfilter ul {
  margin: 0;
  padding: 0;
  /*
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     */
}
@media (max-width: 1023px) {
  .filter .searchandfilter ul {
    text-align: center;
  }
}
.filter .searchandfilter ul li {
  position: relative;
  font-size: 15px; /* 15px */
  font-size: 1.5rem; /* 15px */
  line-height: 1.8666666667; /* 28px */
  display: inline-block;
  margin-right: 25px;
  padding: 3px 18px 3px 8px;
}
@media (max-width: 1199px) {
  .filter .searchandfilter ul li {
    font-size: 14px; /* 14px */
    font-size: 1.4rem; /* 14px */
    line-height: 2; /* 28px */
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .filter .searchandfilter ul li {
    padding: 0;
    display: block;
    margin-right: 0;
  }
}
.filter .searchandfilter ul li li {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .filter .searchandfilter ul li li {
    max-width: 150px;
    margin: 0 auto 30px auto;
  }
}
.filter .searchandfilter ul li select {
  min-width: 260px;
  background-color: #f1f0fb;
  border: solid 1px #f1f0fb;
  height: 59px !important;
  background-position: 90% center;
}
@media (max-width: 1024px) {
  .filter .searchandfilter ul li select {
    min-width: 220px;
  }
}
@media (max-width: 1023px) {
  .filter .searchandfilter ul li.sf-field-category {
    margin-bottom: 50px;
  }
}
.filter .searchandfilter ul li.sf-field-category h4 {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px; /* 15px */
  font-size: 1.5rem; /* 15px */
  line-height: 1.8666666667; /* 28px */
  font-weight: 300;
}
@media (min-width: 1024px) {
  .filter .searchandfilter ul li.sf-field-category h4 {
    position: absolute;
    top: 3px;
    left: 0;
  }
}
@media (max-width: 1023px) {
  .filter .searchandfilter ul li.sf-field-category h4 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.filter .searchandfilter ul li .sf-input-radio {
  display: none;
}
.filter .searchandfilter ul li.sf-option-active {
  border: solid 1px #385efc;
}
.filter .searchandfilter ul li.sf-field-search {
  margin-right: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .filter .searchandfilter ul li.sf-field-search {
    float: right;
  }
}
@media (max-width: 1023px) {
  .filter .searchandfilter ul li.sf-field-search {
    margin-top: 40px;
  }
}
.filter .searchandfilter ul li.sf-field-search input {
  background: #f1f0fb;
  border: solid 1px #f1f0fb;
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px; /* 15px */
  font-size: 1.5rem; /* 15px */
  line-height: 1.8666666667; /* 28px */
  color: #0f1d42;
  padding: 6px 20px 5px 20px;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-appearance: none;
  background-image: url(../img/blog-search.svg);
  background-position: 93% center;
  background-repeat: no-repeat;
  outline: none;
  text-transform: none;
}
@media (max-width: 767px) {
  .filter .searchandfilter ul li.sf-field-search input {
    margin-top: 10px;
  }
}
.filter .searchandfilter ul li.sf-field-search input:focus {
  outline: none;
}

.listing .row {
  margin-left: -25px;
  margin-right: -25px;
}
.listing .row .column {
  padding-left: 25px;
  padding-right: 25px;
}

.blog--post {
  position: relative;
  margin-bottom: 70px;
}
.blog--post .img-holder {
  padding-bottom: 70%;
  width: 100%;
}
.blog--post .img-holder.no-thumb {
  background: #0f1d42 !important;
}
.blog--post .text--wrap {
  margin-top: 20px;
  width: 100%;
  min-width: 200px;
}
.blog--post .text--wrap .inner {
  padding: 0;
}
.blog--post .text--wrap .inner h3 {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: -0.28px;
  font-size: 28px; /* 28px */
  font-size: 2.8rem; /* 28px */
  line-height: 1.0714285714; /* 30px */
  color: #0f1d42;
  text-transform: uppercase;
  width: calc(100% - 30px);
  margin-bottom: 10px;
}
.blog--post .text--wrap .inner .cat-date-wrap {
  position: relative;
  margin-bottom: 30px;
}
.blog--post .text--wrap .inner .cat-date-wrap .categories {
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.95px;
  font-size: 20px; /* 20px */
  font-size: 2rem; /* 20px */
  line-height: 1; /* 20px */
  color: #f7b32c;
  font-style: italic;
  font-weight: 600;
  display: block;
}
.blog--post .text--wrap .inner .cat-date-wrap time {
  font-size: 15px; /* 15px */
  font-size: 1.5rem; /* 15px */
  line-height: 1; /* 15px */
  position: absolute;
  right: 0;
  top: 2px;
}
.blog--post .text--wrap .inner .link-holder .text {
  font-size: 14px; /* 14px */
  font-size: 1.4rem; /* 14px */
  line-height: 1.2857142857; /* 18px */
}

.blog--post--small {
  position: relative;
  margin-bottom: 30px;
}
.blog--post--small .img-holder {
  padding-bottom: 60%;
  min-height: 160px;
  width: 100%;
}
.blog--post--small .img-holder.no-thumb {
  background: #0f1d42 !important;
}
.blog--post--small .text--wrap {
  margin-top: 10px;
  width: 100%;
  min-width: 200px;
}
.blog--post--small .text--wrap .inner {
  position: relative;
  padding: 0 0 40px 0;
}
.blog--post--small .text--wrap .inner h3 {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: -0.28px;
  font-size: 24px; /* 24px */
  font-size: 2.4rem; /* 24px */
  line-height: 1.25; /* 30px */
  color: #0f1d42;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blog--post--small .text--wrap .inner .cat-wrap {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
.blog--post--small .text--wrap .inner .cat-wrap .categories {
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.95px;
  font-size: 20px; /* 20px */
  font-size: 2rem; /* 20px */
  line-height: 1; /* 20px */
  color: #f7b32c;
  font-style: italic;
  font-weight: 600;
  display: block;
}
.blog--post--small .text--wrap .inner time {
  font-size: 15px; /* 15px */
  font-size: 1.5rem; /* 15px */
  line-height: 1; /* 15px */
  position: absolute;
  left: 0;
  bottom: 3px;
}
.blog--post--small .text--wrap .inner .link-holder .text {
  font-size: 14px; /* 14px */
  font-size: 1.4rem; /* 14px */
  line-height: 1.2857142857; /* 18px */
}

.blog--post--large {
  position: relative;
  margin-bottom: 30px;
}
.blog--post--large .img-holder {
  position: relative;
  padding-bottom: 96.5%;
  width: 100%;
}
@media (max-width: 767px) {
  .blog--post--large .img-holder {
    padding-bottom: 120%;
  }
}
.blog--post--large .img-holder.no-thumb {
  background: #0f1d42 !important;
}
.blog--post--large .img-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
}
.blog--post--large .text--wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 20px;
  width: 100%;
  min-width: 200px;
}
.blog--post--large .text--wrap .inner {
  position: relative;
  padding: 50px;
}
@media (max-width: 767px) {
  .blog--post--large .text--wrap .inner {
    padding: 30px;
  }
}
.blog--post--large .text--wrap .inner h3 {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: -0.38px;
  font-size: 38px; /* 38px */
  font-size: 3.8rem; /* 38px */
  line-height: 1.1052631579; /* 42px */
  color: #fff;
  text-transform: uppercase;
  max-width: 440px;
}
@media (max-width: 767px) {
  .blog--post--large .text--wrap .inner h3 {
    font-size: 34px; /* 34px */
    font-size: 3.4rem; /* 34px */
    line-height: 1.1176470588; /* 38px */
  }
}
.blog--post--large .text--wrap .inner .cat-wrap {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
.blog--post--large .text--wrap .inner .cat-wrap .categories {
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.95px;
  font-size: 20px; /* 20px */
  font-size: 2rem; /* 20px */
  line-height: 1; /* 20px */
  color: #f7b32c;
  font-style: italic;
  font-weight: 600;
  display: block;
}
.blog--post--large .text--wrap .inner time {
  font-size: 15px; /* 15px */
  font-size: 1.5rem; /* 15px */
  line-height: 1; /* 15px */
  margin-top: 30px;
  color: #fff;
}
.blog--post--large .text--wrap .inner .link-holder .text {
  font-size: 14px; /* 14px */
  font-size: 1.4rem; /* 14px */
  line-height: 1.2857142857; /* 18px */
}

.more--blog {
  margin: 100px 0 0 0;
  background: #f1f0fb;
  padding: 80px 0 80px 0;
}
.more--blog .strip-title {
  font-size: 38px; /* 38px */
  font-size: 3.8rem; /* 38px */
  line-height: 1.0526315789; /* 40px */
  letter-spacing: -0.19px;
  color: #0f1d42;
  width: 100%;
  text-align: center;
  font-weight: bold;
  display: block;
  margin-bottom: 44px;
}
.more--blog .row {
  margin-left: -25px;
  margin-right: -25px;
}
.more--blog .row .column {
  padding-left: 25px;
  padding-right: 25px;
}
.more--blog .button-holder {
  text-align: center;
}
.more--blog .button-holder .btn {
  padding: 2rem 3.3rem;
}

.social--grid {
  position: relative;
  margin-top: 100px;
  padding-bottom: 0;
  z-index: 0;
  margin-bottom: -20px;
}
@media (max-width: 1023px) {
  .social--grid {
    padding-bottom: 0;
  }
}
.social--grid .container {
  max-width: 1304px;
}
.social--grid .row-head {
  position: relative;
  z-index: 100;
}
.social--grid .row-grid {
  margin-top: -70px;
}
.social--grid h1 span {
  letter-spacing: -1px;
}
@media (min-width: 375px) {
  .social--grid h1 span {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .social--grid h1 span {
    letter-spacing: -0.052rem;
    font-size: 7.4rem;
  }
}
@media (min-width: 1024px) {
  .social--grid h1 span {
    font-size: 8.4rem;
  }
}
@media (min-width: 1200px) {
  .social--grid h1 span {
    font-size: 9.4rem;
  }
}
@media (min-width: 1400px) {
  .social--grid h1 span {
    font-size: 10.4rem;
  }
}
.social--grid h1 span.bg-primary {
  letter-spacing: -0.52px;
}
@media (min-width: 375px) {
  .social--grid h1 span.bg-primary {
    font-size: 4.8rem;
  }
}
@media (min-width: 768px) {
  .social--grid h1 span.bg-primary {
    letter-spacing: -0.1rem;
    font-size: 7rem;
  }
}
@media (min-width: 1024px) {
  .social--grid h1 span.bg-primary {
    font-size: 8rem;
  }
}
@media (min-width: 1200px) {
  .social--grid h1 span.bg-primary {
    font-size: 9rem;
  }
}
@media (min-width: 1400px) {
  .social--grid h1 span.bg-primary {
    font-size: 10rem;
  }
}
.social--grid .social-network li {
  display: inline-block;
  margin-right: 12px;
}
.social--grid .social-network li a {
  width: 40px;
  height: 40px;
}
.social--grid .social-network li a.text-only {
  background: none !important;
  height: auto !important;
  width: auto !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  margin-top: 13px;
}
.social--grid .social-network li a.text-only:hover {
  color: #f7b32c !important;
}
.social--grid .social-network li a.text-shadow {
  text-shadow: 3px 4px 17px #000000;
}
.social--grid .social-network li .icon:before {
  color: #fff;
}
.social--grid .social-network li .icon-facebook {
  font-size: 1.9rem !important;
}
.social--grid .social-network li .icon-twitter {
  font-size: 1.7rem !important;
}
.social--grid .social-network li .icon-instagram {
  font-size: 2rem !important;
}
.social--grid .instagram-section .social-network {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.social--grid .instagram-section .social-network li {
  margin-right: 8px !important;
}
.social--grid .instagram-section .row {
  margin-left: 0;
  margin-right: 0;
}
.social--grid .instagram-section .row .insta-column {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .social--grid .instagram-section .row .insta-column.item-1 img {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
}
@media (max-width: 1199px) {
  .social--grid .instagram-section .row .insta-column.item-1 img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
@media (min-width: 1200px) {
  .social--grid .instagram-section .row .insta-column.item-3 img {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
@media (max-width: 1199px) {
  .social--grid .column-instagram {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.social--grid .column-connect-twitter {
  position: relative;
}
@media (max-width: 1199px) {
  .social--grid .column-connect-twitter {
    margin-top: 30px;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.social--grid .column-connect-twitter:before {
  content: "";
  background: #0f1d42;
  top: 100px;
  left: 15px;
  right: 15px;
  height: calc(100% - 100px);
  width: calc(100% - 30px);
  z-index: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.social--grid .column-connect-twitter:after {
  content: "";
  background: #fff;
  top: 150px;
  left: 15px;
  right: 15px;
  height: 200px;
  width: calc(100% - 30px);
  z-index: 5;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.social--grid .connect-section {
  position: relative;
  z-index: 20;
  background: #f1f0fb;
  border-radius: 12px;
  margin-bottom: 30px;
}
.social--grid .connect-section .inner {
  padding: 46px 50px 46px 50px;
}
.social--grid .connect-section .inner h3 {
  font-size: 3rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.social--grid .connect-section .inner .social-network {
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.social--grid .connect-section .inner .social-network .icon-twitter {
  font-size: 1.5rem !important;
}
.social--grid .twitter-section {
  position: relative;
  z-index: 20;
  background: #0f1d42;
  border-radius: 12px;
}
.social--grid .twitter-section .inner {
  padding: 40px 50px 40px 50px;
  min-height: 224px;
}
@media (min-width: 1024px) {
  .social--grid .twitter-section .inner {
    min-height: 324px;
    padding: 40px 50px 70px 50px;
  }
}
.social--grid .twitter-section p {
  color: #fff;
}
.social--grid .twitter-section p a {
  color: #f7b32c;
}
.social--grid .twitter-section .social-network {
  margin-bottom: 30px;
}
.social--grid .twitter-section .social-network li {
  margin-right: 8px !important;
}
.social--grid .twitter-section .social-network .icon-twitter {
  font-size: 1.3rem !important;
}

body.page-id-22 .typography-section {
  padding-bottom: 0 !important;
}

.facilities-map-wrap {
  max-width: 1400px !important;
}
.facilities-map-wrap .facilities-map {
  position: relative;
  overflow: visible;
}
@media (min-width: 1024px) {
  .facilities-map-wrap .facilities-map {
    min-height: 960px;
  }
}
.facilities-map-wrap .facilities-map img {
  width: 100%;
  height: auto;
}
.facilities-map-wrap .facilities-map .facilities-plan {
  margin-top: 30px;
  background: #f1f0fb;
  border-radius: 1rem;
  text-transform: uppercase;
  width: 100%;
  /*
  @include media('>=desktop') {
  	max-width: 442px;
  	position: absolute;
  	top: 0;
  	left: 0;
  }
  */
}
.facilities-map-wrap .facilities-map .facilities-plan h5 {
  font-size: 28px; /* 28px */
  font-size: 2.8rem; /* 28px */
  line-height: 1.1428571429; /* 32px */
  letter-spacing: -0.28px;
  color: #0f1d42;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.facilities-map-wrap .facilities-map .facilities-plan .inner {
  padding: 40px 50px 40px 50px;
}
@media (max-width: 1023px) {
  .facilities-map-wrap .facilities-map .facilities-plan .inner {
    padding: 30px 30px 30px 30px;
  }
}
.facilities-map-wrap .facilities-map .facilities-plan ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media (max-width: 767px) {
  .facilities-map-wrap .facilities-map .facilities-plan ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.facilities-map-wrap .facilities-map .facilities-plan ul li {
  position: relative;
  padding-left: 46px;
  padding-top: 3px;
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: normal;
  font-size: 17px; /* 17px */
  font-size: 1.7rem; /* 17px */
  line-height: 1.6470588235; /* 28px */
  color: #0f1d42;
  margin-bottom: 17px;
  text-transform: none;
}
.facilities-map-wrap .facilities-map .facilities-plan ul li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  border: solid 2px #eb3395;
  color: #eb3395;
  background: #fff;
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  padding-top: 1px;
  overflow: hidden;
}
.facilities-map-wrap .facilities-map .facilities-plan ul li span.yellow {
  border: solid 2px #f7b32c;
  color: #f7b32c;
}
.facilities-map-wrap .facilities-map .facilities-plan ul li span.blue {
  border: solid 2px #385efc;
  color: #385efc;
}

/*
	NOTIFICATIONS
*/
.notification.cookies-bar {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 600;
  max-width: 355px;
  background: #f1f0fb;
  padding: 40px 44px 30px 44px;
  color: #0f1d42;
  border-top-left-radius: 12px;
}
@media (max-width: 767px) {
  .notification.cookies-bar {
    border-top: solid 2px #0f1d42;
    border-left: solid 2px #0f1d42;
  }
}
.notification.cookies-bar .notification__content {
  display: block;
}
.notification.cookies-bar .notification__content .notification__text h1, .notification.cookies-bar .notification__content .notification__text h2 {
  font-size: 100px;
  color: red;
}
.notification.cookies-bar .notification__content .notification__text h3, .notification.cookies-bar .notification__content .notification__text h4, .notification.cookies-bar .notification__content .notification__text h5 {
  font-size: 25px; /* 25px */
  font-size: 2.5rem; /* 25px */
  line-height: 1.4; /* 35px */
  color: #0f1d42;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .notification.cookies-bar .notification__content .notification__text h3, .notification.cookies-bar .notification__content .notification__text h4, .notification.cookies-bar .notification__content .notification__text h5 {
    padding-right: 20px;
  }
}
.notification.cookies-bar .notification__content .notification__text p {
  color: #0f1d42;
  font-size: 15px;
  line-height: 26px;
}
@media (min-width: 1025px) {
  .notification.cookies-bar .notification__content .notification__text p {
    padding-right: 20px;
  }
}
.notification.cookies-bar .notification__content .notification__text p a {
  position: relative;
}
.notification.cookies-bar .notification__content .notification__text p a:after {
  content: "";
  background: #f7b32c;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.notification.cookies-bar .notification__content a {
  color: #eb3395;
}
.notification.cookies-bar .notification__content a:not(.button):hover, .notification.cookies-bar .notification__content a:not(.button):focus {
  text-decoration: underline;
}
.notification.cookies-bar .notification__content .buttons {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.notification.cookies-bar .notification__content .buttons .button {
  border: none;
  background: #385efc;
  border-color: #385efc;
  color: #fff;
  padding: 21px 32px;
  min-width: 150px;
  outline: none;
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  width: auto !important;
  display: inline-block;
  font-size: 15px;
}
.notification.cookies-bar .notification__content .buttons .button:hover {
  background: #1240fb;
  border-color: #1240fb;
  color: #fff;
}
.notification.cookies-bar .notification__content .buttons .button.outlined {
  background: none;
  border: solid 1px #0f1d42;
  color: #0f1d42;
}
.notification.cookies-bar .notification__content .buttons .button.outlined:hover {
  background: #0f1d42;
  color: #fff;
}
.notification.cookies-bar .notification__content .buttons .button.button-settings {
  margin-top: 10px;
}
.notification.cookies-bar .notification__content .buttons .read-more-wrap {
  padding-top: 20px;
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
  line-height: 23px;
}
@media (max-width: 991px) {
  .notification.cookies-bar .buttons {
    display: block;
    margin-top: 30px;
  }
  .notification.cookies-bar .buttons .button {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .notification.cookies-bar {
    padding: 30px 30px 5px;
  }
  .notification.cookies-bar .notification__content {
    display: block;
  }
  .notification.cookies-bar .notification__content .notification__text {
    margin-right: 0px;
  }
  .notification.cookies-bar .buttons .button {
    margin-left: 0 !important;
    margin-right: 30px;
  }
}

/*
	NOTIFICATIONS
*/
.notification_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
}

.notification.popup {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 201;
  width: 100%;
  max-width: 1024px;
  background: #f1f0fb;
  padding: 40px 44px 30px 44px;
  color: #0f1d42;
  border-radius: 12px;
}
@media (max-width: 1399px) {
  .notification.popup {
    max-width: calc(100% - 380px);
  }
}
@media (max-width: 767px) {
  .notification.popup {
    max-width: 100%;
    border-top: solid 2px #f7b32c;
  }
}
.notification.popup .notification__content {
  display: block;
}
.notification.popup .notification__content .notification__text {
  position: relative;
}
.notification.popup .notification__content .notification__text h1, .notification.popup .notification__content .notification__text h2 {
  font-size: 100px;
  color: red;
}
.notification.popup .notification__content .notification__text h3, .notification.popup .notification__content .notification__text h4, .notification.popup .notification__content .notification__text h5 {
  font-size: 25px; /* 25px */
  font-size: 2.5rem; /* 25px */
  line-height: 1.4; /* 35px */
  color: #0f1d42;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .notification.popup .notification__content .notification__text h3, .notification.popup .notification__content .notification__text h4, .notification.popup .notification__content .notification__text h5 {
    padding-right: 20px;
  }
}
.notification.popup .notification__content .notification__text p {
  color: #0f1d42;
  font-size: 14px;
  line-height: 26px;
}
@media (min-width: 1025px) {
  .notification.popup .notification__content .notification__text p {
    padding-right: 20px;
  }
}
.notification.popup .notification__content .notification__text p a {
  position: relative;
}
.notification.popup .notification__content .notification__text p a:after {
  content: "";
  background: #f7b32c;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@media (min-width: 1024px) {
  .notification.popup .notification__content .notification__text.button-present {
    padding-right: 190px;
  }
}
.notification.popup .notification__content a {
  color: #eb3395;
}
.notification.popup .notification__content a:not(.button):hover, .notification.popup .notification__content a:not(.button):focus {
  text-decoration: underline;
}
.notification.popup .notification__content .buttons {
  display: inline-block;
}
@media (min-width: 1024px) {
  .notification.popup .notification__content .buttons.push-right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
  }
}
.notification.popup .notification__content .buttons .button {
  border: none;
  background: #385efc;
  border-color: #385efc;
  color: #fff;
  padding: 21px 32px;
  min-width: 150px;
  outline: none;
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  width: auto !important;
  display: inline-block;
  font-size: 15px;
}
.notification.popup .notification__content .buttons .button.outlined {
  background: none;
  border: solid 1px #0f1d42;
  color: #0f1d42;
}
.notification.popup .notification__content .buttons .button.outlined:hover {
  background: #0f1d42;
  color: #fff;
}
.notification.popup .notification__content .buttons .button.button-settings {
  margin-top: 10px;
}
.notification.popup .notification__content .buttons .read-more-wrap {
  padding-top: 20px;
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
  line-height: 23px;
}
.notification.popup .close-button {
  position: absolute;
  right: 20px;
  top: 20px;
}
.notification.popup .close-button:hover {
  cursor: pointer;
}
@media (max-width: 991px) {
  .notification.popup .buttons {
    display: block;
    margin-top: 20px;
  }
  .notification.popup .buttons .button {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .notification.popup {
    padding: 30px 30px 5px;
  }
  .notification.popup .notification__content {
    display: block;
  }
  .notification.popup .notification__content .notification__text {
    margin-right: 0px;
  }
  .notification.popup .buttons .button {
    margin-left: 0 !important;
    margin-right: 30px;
  }
}

.form-cookies .group {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  padding-right: 70px;
}
.form-cookies .group .switch {
  position: absolute;
  top: 0px;
  right: 0;
}

.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.switch input {
  display: none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 26px;
}

input:checked + .slider {
  background-color: #66bb6a;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
          transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.pagination {
  width: 100%;
  display: block;
  margin: 30px 0;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}
.pagination__pages,
.pagination .prev,
.pagination .next {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: normal;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 10px 13px 4px;
  border: 4px solid transparent;
  margin: 5px;
  height: 35px;
  color: #0f1d42;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus, .pagination .page-numbers:active {
  color: #385efc;
}
.pagination .page-numbers.current {
  border: 1px solid #385efc;
  border-radius: 50%;
}
.pagination .prev,
.pagination .next {
  display: none !important;
}
.pagination .prev,
.pagination .next,
.pagination .placeholder {
  padding-left: 25px;
  position: relative;
  display: inline-block;
  width: 140px;
  /* &::before{
  	content: '';
  	width: 20px;
  	height: 12px;
  	background: url( '../img/arrow-prev.svg' ) no-repeat;
  	position: absolute;
  	top: 16px;
  	left: 0;
  	transform: rotate(90deg);
  } */
}
.pagination .next {
  padding-right: 25px;
  text-align: right;
  /* &::before{
  	left: auto;
  	right: 0;
  	transform: rotate(-90deg);
  } */
}
.pagination .placeholder::before {
  display: none;
}

body {
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
@media (min-width: 768px) {
  body.home {
    background-color: #0f1d42;
  }
  body.home.changeColor {
    background-color: #f1f0fb;
  }
}

@media (max-width: 767px) {
  .visual-block .img-holder:before {
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(9%, rgba(0, 0, 0, 0.98)), color-stop(17%, rgba(0, 0, 0, 0.95)), color-stop(24%, rgba(0, 0, 0, 0.88)), color-stop(31%, rgba(0, 0, 0, 0.8)), color-stop(37%, rgba(0, 0, 0, 0.71)), color-stop(44%, rgba(0, 0, 0, 0.61)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(56%, rgba(0, 0, 0, 0.39)), color-stop(63%, rgba(0, 0, 0, 0.29)), color-stop(69%, rgba(0, 0, 0, 0.2)), color-stop(76%, rgba(0, 0, 0, 0.12)), color-stop(83%, rgba(0, 0, 0, 0.05)), color-stop(91%, rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.98) 9%, rgba(0, 0, 0, 0.95) 17%, rgba(0, 0, 0, 0.88) 24%, rgba(0, 0, 0, 0.8) 31%, rgba(0, 0, 0, 0.71) 37%, rgba(0, 0, 0, 0.61) 44%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.39) 56%, rgba(0, 0, 0, 0.29) 63%, rgba(0, 0, 0, 0.2) 69%, rgba(0, 0, 0, 0.12) 76%, rgba(0, 0, 0, 0.05) 83%, rgba(0, 0, 0, 0.02) 91%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70%;
    opacity: 0.8;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .bg-holder {
    background: none !important;
  }
}

.bg-decor {
  /*
  &:before {
  	@include media('>=tablet') {
  		content:'';
  		z-index: -1;
  		position: absolute;
  		bottom: 10.4rem;
  		left: 0;
  		right: 0;
  		height: 23.1rem;
  		margin: 0 0 0.1rem;
  		background-image: linear-gradient(180deg, #0f1d42 0%, #212948 9%, #3b3f57 17%, #54576a 24%, #6c6e7e 31%, #838492 37%, #9898a6 44%, #ababb8 50%, #bcbcc8 56%, #cbcbd6 63%, #d8d7e3 69%, #e2e2ed 76%, #eae9f4 83%, #efeef9 91%, #f1f0fb 100%);
  	}
  }
  */
  /*
  &:after {
  	@include media('>=tablet') {
  		content:"";
  		position: absolute;
  		top: 0;
  		left: 0;
  		right: 0;
  		bottom: 33.5rem;
  		background: $dark-blue;
  		z-index: -1;
  	}
  }
  */
}
@media (min-width: 768px) {
  .bg-decor {
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .visual-block .container {
    max-width: 108.6rem;
  }
}
@media (max-width: 767px) {
  .visual-block h1.h1 {
    text-shadow: 0 0 0.1rem #000;
  }
}
.visual-block .img-holder {
  width: 61.3rem;
  height: 61.3rem;
  top: -17.4rem;
  left: -6.3rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .visual-block .img-holder {
    width: 73.9rem;
    height: 73.9rem;
    top: -23rem;
    right: -23rem;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .visual-block .img-holder {
    width: 93.9rem;
    height: 93.9rem;
    top: -15rem;
    right: -38rem;
  }
}
@media (min-width: 1200px) {
  .visual-block .img-holder {
    width: 113.9rem;
    height: 113.9rem;
    top: -25rem;
    right: -55rem;
  }
}
@media (min-width: 1400px) {
  .visual-block .img-holder {
    width: 133.9rem;
    height: 133.9rem;
    top: -32.2rem;
    right: -85.3rem;
  }
}
.visual-block .img-holder .bg-stretch.center {
  background-position: center center !important;
}
.visual-block .img-holder .bg-stretch.top_left {
  background-position: left top !important;
}
.visual-block .img-holder .bg-stretch.top_right {
  background-position: right top !important;
}
.visual-block .img-holder .bg-stretch.bottom_left {
  background-position: left bottom !important;
}
.visual-block .img-holder .bg-stretch.bottom_right {
  background-position: right bottom !important;
}
.visual-block .img-holder .bg-stretch:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: url(../img/mask-mobile.png);
  background-size: cover;
}
@media (min-width: 1024px) {
  .visual-block .img-holder .bg-stretch:before {
    background: url(../img/mask-desktop.png);
    background-size: cover;
  }
}
.visual-block .text-holder {
  padding: 29.3rem 1rem 3.7rem;
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  line-height: 1.733;
  color: #0f1d42;
}
@media (min-width: 768px) {
  .visual-block .text-holder {
    padding: 28.5rem 0 8rem;
    color: #fff;
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  .visual-block .text-holder {
    padding: 20rem 0 22rem;
    font-size: 1.9rem;
    line-height: 1.789;
  }
}
@media (min-width: 1200px) {
  .visual-block .text-holder {
    padding: 25rem 0;
  }
}
@media (min-width: 1400px) {
  .visual-block .text-holder {
    padding: 27.9rem 0 32.6rem;
  }
}
.visual-block .text-holder .text-area {
  padding: 0 9.3rem 0 0;
}
@media (min-width: 768px) {
  .visual-block .text-holder .text-area {
    max-width: 49.5rem;
    padding: 0;
  }
}

.more-link {
  padding: 0.7rem 4.2rem 0.7rem 0;
  pointer-events: none;
  font-size: 1.3rem;
  line-height: 1.769;
  font-weight: 600;
}
@media (min-width: 768px) {
  .more-link {
    font-size: 1.5rem;
    line-height: 1.533;
    padding: 0.9rem 5rem 0.9rem 0;
  }
}
@media (min-width: 1024px) {
  .more-link {
    padding: 1.2rem 5.5rem 1.2rem 0;
  }
}
.more-link:hover .text {
  text-decoration: underline;
}
.more-link:hover .ico-holder {
  background-color: #f7b32c !important;
}
.more-link > * {
  pointer-events: auto;
}
.more-link .ico-holder {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  height: 3.1rem;
  width: 3.1rem;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .more-link .ico-holder {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .more-link .ico-holder {
    height: 4rem;
    width: 4rem;
    font-size: 1.6rem;
  }
}

.article-section {
  z-index: 1;
}
@media (min-width: 1400px) {
  .article-section .container {
    max-width: 130.4rem;
  }
}

.article-box {
  z-index: 1;
  border-radius: 1.5rem;
}
.article-box:before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.article-box:after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.article-box .box-height {
  height: 48.2rem;
  z-index: 9;
  padding: 1.8rem 2rem 1.7rem;
}
@media (min-width: 768px) {
  .article-box .box-height {
    height: 46.5rem;
    padding: 2rem 2rem 1.6rem 2rem;
  }
}
@media (min-width: 1024px) {
  .article-box .box-height {
    height: 42rem;
  }
}
@media (min-width: 1200px) {
  .article-box .box-height {
    padding: 2.7rem 2rem 1.6rem 3.6rem;
    height: 48rem;
  }
}
@media (min-width: 1400px) {
  .article-box .box-height {
    height: 54rem;
  }
}
.article-box .title {
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 0.967;
  letter-spacing: 0.143rem;
}
@media (min-width: 768px) {
  .article-box .title {
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: 0.181rem;
  }
}
@media (min-width: 1024px) {
  .article-box .title {
    font-size: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .article-box .title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1400px) {
  .article-box .title {
    font-size: 3.8rem;
  }
}

@media (min-width: 1400px) {
  .doodle-section .container {
    max-width: 130.4rem;
  }
}

.doodle-holder {
  z-index: 1;
  padding: 13.4rem 0 28.4rem;
  font-size: 1.5rem;
  line-height: 1.733;
  max-width: 35.5rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .doodle-holder {
    font-size: 1.7rem;
    max-width: 38rem;
    padding: 14.5rem 0 29.5rem;
  }
}
@media (min-width: 1024px) {
  .doodle-holder {
    max-width: 100%;
    margin: 0;
    font-size: 1.9rem;
    line-height: 1.737;
    padding: 19.7rem 0 26rem;
  }
}
@media (min-width: 1200px) {
  .doodle-holder {
    padding: 26rem 0 26rem;
  }
}
@media (min-width: 1400px) {
  .doodle-holder {
    padding: 37.3rem 0 38.3rem;
  }
}
.doodle-holder .text-holder {
  margin: 0 auto;
  max-width: 32rem;
}
@media (min-width: 768px) {
  .doodle-holder .text-holder {
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .doodle-holder .text-holder {
    padding: 0 18rem;
  }
}
.doodle-holder .text-area {
  max-width: 50rem;
}
@media (max-width: 1023px) {
  .doodle-holder h3,
  .doodle-holder .h3 {
    line-height: 1.333;
  }
}

.text-change-dark-to-light {
  color: #0f1d42 !important;
}
@media (min-width: 768px) {
  .text-change-dark-to-light {
    color: #fff !important;
  }
}

.text-change-light-to-dark {
  color: #fff !important;
}
@media (min-width: 768px) {
  .text-change-light-to-dark {
    color: #0f1d42 !important;
  }
}

.home-intro-section {
  position: relative;
}

.home-intro-slider {
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-intro-slider .slick-list {
  overflow: visible;
}
.home-intro-slider .slick-next,
.home-intro-slider .slick-prev {
  display: none !important;
}
.home-intro-slider .slide {
  height: 100vh;
  opacity: 1 !important;
}
.home-intro-slider .slide .img-holder .bg-stretch {
  clip-path: circle(16% at 16% 150%);
}
.home-intro-slider h1 {
  overflow: hidden;
}
.home-intro-slider .text-slide {
  font-style: normal;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.5s linear 1s, -webkit-transform 0.5s linear 1s;
  transition: opacity 0.5s linear 1s, -webkit-transform 0.5s linear 1s;
  transition: transform 0.5s linear 1s, opacity 0.5s linear 1s;
  transition: transform 0.5s linear 1s, opacity 0.5s linear 1s, -webkit-transform 0.5s linear 1s;
  display: inline-block;
  vertical-align: top;
}
.home-intro-slider .text-area {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s linear 1.5s, -webkit-transform 0.5s linear 1.5s;
  transition: opacity 0.5s linear 1.5s, -webkit-transform 0.5s linear 1.5s;
  transition: transform 0.5s linear 1.5s, opacity 0.5s linear 1.5s;
  transition: transform 0.5s linear 1.5s, opacity 0.5s linear 1.5s, -webkit-transform 0.5s linear 1.5s;
}

.slide-content [data-headings] {
  overflow: hidden;
  position: relative;
}
.slide-content [data-headings] [data-heading] {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.slide-content [data-headings] [data-heading].slide-prev {
  -webkit-animation: slideUpPrev 0.5s forwards linear;
          animation: slideUpPrev 0.5s forwards linear;
}
.slide-content [data-headings] [data-heading].slide-next {
  position: relative;
  -webkit-animation: slideUpNext 0.5s forwards linear;
          animation: slideUpNext 0.5s forwards linear;
}
.slide-content [data-headings] [data-heading].active {
  position: relative;
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}
.slide-content [data-bgs] {
  overflow: hidden;
}
.slide-content [data-bgs] .text-slide {
  position: relative;
  background: none;
  overflow: hidden;
}
.slide-content [data-bgs] [data-bg] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: -3;
}
.slide-content [data-bgs] [data-bg].slide-prev {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: -2;
}
.slide-content [data-bgs] [data-bg].slide-next {
  -webkit-animation: slideUpNext 0.5s forwards;
          animation: slideUpNext 0.5s forwards;
  z-index: -1;
}
.slide-content [data-bgs] [data-bg].active {
  z-index: -1;
}
.slide-content .anim-container {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.5s 1s;
  transition: -webkit-transform 0.5s 1s;
  transition: transform 0.5s 1s;
  transition: transform 0.5s 1s, -webkit-transform 0.5s 1s;
}
.loaded .slide-content .anim-container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slide-content .text-area {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 1.5s, visibility 0.5s 1.5s;
  transition: opacity 0.5s 1.5s, visibility 0.5s 1.5s;
}
.loaded .slide-content .text-area {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes slideUpPrev {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideUpPrev {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes slideUpNext {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
}
@keyframes slideUpNext {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
}
h3.white-nowrap {
  white-space: nowrap;
}

.form-section {
  position: relative;
  z-index: 50;
}

.form-block-text {
  padding: 12.5rem 0 1rem;
  font-size: 1.7rem;
  line-height: 1.789;
}
@media (min-width: 768px) {
  .form-block-text {
    font-size: 1.8rem;
    padding: 15.5rem 0 2rem;
  }
}
@media (min-width: 1024px) {
  .form-block-text {
    font-size: 1.9rem;
    padding: 21.5rem 0 0;
  }
}
@media (min-width: 1024px) {
  .form-block-text .text-area {
    max-width: 41rem;
  }
}
.form-block-text .title {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.095rem;
  font-weight: 700;
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media (min-width: 768px) {
  .form-block-text .title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .form-block-text .container {
    max-width: 108rem;
  }
}

.contact-details {
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 500;
}
@media (min-width: 768px) {
  .contact-details {
    font-size: 1.6rem;
  }
}

.contact-list li a:hover {
  text-decoration: underline;
}

.form-block .container {
  padding-top: 13.3rem;
  padding-bottom: 13.7rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .form-block .container {
    padding-top: 20rem;
    padding-bottom: 25rem;
  }
}
@media (min-width: 1024px) {
  .form-block .container {
    max-width: 93rem;
    padding-bottom: 28.7rem;
  }
}
@media (min-width: 1200px) {
  .form-block .container {
    padding-bottom: 36.7rem;
  }
}

.contact-form {
  border-radius: 1.6rem;
}
.contact-form h2 {
  font-size: 4.8rem;
  line-height: 5.2rem;
  text-transform: uppercase;
  color: #0f1d42;
  text-align: center;
  margin-bottom: 20px;
}
.contact-form p {
  text-align: center;
  color: #0f1d42;
  max-width: 600px;
  margin: 0 auto 20px auto;
}
.contact-form .inner {
  padding: 70px 106px 50px 106px;
}
@media (max-width: 1199px) {
  .contact-form .inner {
    padding: 50px 70px 50px 70px;
  }
}
@media (max-width: 1023px) {
  .contact-form .inner {
    padding: 50px 50px 50px 50px;
  }
}
@media (max-width: 767px) {
  .contact-form .inner {
    padding: 50px 20px 50px 20px;
  }
}
.contact-form .gform_fields {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.contact-form .gform_fields .gfield_label,
.contact-form .gform_fields .gfield_required {
  display: none !important;
}
.contact-form .gform_footer {
  margin-top: 20px !important;
  text-align: center;
}
.js-tab-hidden {
  display: block !important;
  left: -999.9rem !important;
  position: absolute !important;
  top: -999.9rem !important;
}

@media (min-width: 1400px) {
  .ethos-block .container {
    max-width: 130.4rem;
  }
}
.ethos-block .big {
  font-size: 1.7rem;
  line-height: 1.789;
}
@media (min-width: 768px) {
  .ethos-block .big {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .ethos-block .big {
    font-size: 1.9rem;
  }
}

.text-intro-wrap {
  padding-top: 230px;
}
.text-intro-wrap .text-intro .text-area {
  max-width: 94rem;
}

.tab-accordion-holder {
  z-index: 1;
}
@media (min-width: 1024px) {
  .tab-accordion-holder {
    height: 80rem;
  }
}

.tabset a {
  width: 23.6rem;
  z-index: 3;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tabset a > * {
  pointer-events: auto;
}
.tabset a svg {
  max-width: 100%;
  height: auto;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.tabset a svg path {
  -webkit-transition: stroke 0.3s linear, fill 0.3s linear;
  transition: stroke 0.3s linear, fill 0.3s linear;
}
.tabset a .text {
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.417;
  letter-spacing: 0.114rem;
}
.tabset a:hover .text {
  color: white;
}
.tabset a:hover svg {
  opacity: 1 !important;
}
.tabset a.tab-active .text {
  color: #f7b32c;
}
.tabset a.tab-active svg {
  opacity: 1 !important;
}
.tabset a.tab-active svg path {
  stroke: #f7b32c !important;
}
.tabset a.tab-1 {
  top: 0;
  left: 49.2%;
}
.tabset a.tab-2 {
  top: 7%;
  left: 71%;
}
@media (min-width: 1200px) {
  .tabset a.tab-2 {
    left: 66%;
  }
}
.tabset a.tab-3 {
  top: 7.5%;
  left: 88%;
}
@media (min-width: 1200px) {
  .tabset a.tab-3 {
    left: 82.9%;
  }
}
.tabset a.tab-4 {
  top: 39%;
  left: 92%;
}
.tabset a.tab-5 {
  top: 66%;
  left: 89%;
}
@media (min-width: 1200px) {
  .tabset a.tab-5 {
    left: 86%;
  }
}
.tabset a.tab-6 {
  top: 76%;
  left: 74%;
}
@media (min-width: 1200px) {
  .tabset a.tab-6 {
    top: 73%;
    left: 71%;
  }
}
.tabset a.tab-6.tab-active svg path {
  fill: #f7b32c !important;
}
.tabset a.tab-7 {
  top: 81%;
  left: 51.3%;
}
@media (min-width: 1200px) {
  .tabset a.tab-7 {
    top: 78%;
    left: 53.3%;
  }
}
.tabset a.tab-7.tab-active svg path {
  fill: #f7b32c !important;
}
.tabset a.tab-8 {
  top: 75%;
  left: 29%;
}
@media (min-width: 1200px) {
  .tabset a.tab-8 {
    left: 33%;
    top: 74%;
  }
}
.tabset a.tab-9 {
  top: 64.6%;
  left: 10.5%;
}
@media (min-width: 1200px) {
  .tabset a.tab-9 {
    left: 15.5%;
  }
}
.tabset a.tab-10 {
  top: 39.5%;
  left: 7%;
}
@media (min-width: 1200px) {
  .tabset a.tab-10 {
    left: 10.9%;
  }
}
.tabset a.tab-11 {
  top: 11.5%;
  left: 10.7%;
}
@media (min-width: 1200px) {
  .tabset a.tab-11 {
    left: 14.7%;
  }
}
.tabset a.tab-12 {
  top: 4.5%;
  left: 29%;
}
@media (min-width: 1200px) {
  .tabset a.tab-12 {
    left: 31%;
  }
}

@media (min-width: 1024px) {
  .accordion {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
}
.accordion .accordion-row.accordion-active .accordion-opener .text {
  color: #f7b32c;
}
.accordion .accordion-row.accordion-active .accordion-opener svg {
  opacity: 1 !important;
}
.accordion .accordion-row.accordion-active .accordion-opener svg path {
  stroke: #f7b32c !important;
}
.accordion .accordion-row.accordion-active .accordion-opener.accordion-opener-6 svg path {
  fill: #f7b32c !important;
}
.accordion .accordion-row.accordion-active .accordion-opener.accordion-opener-7 svg path {
  fill: #f7b32c !important;
}
@media (min-width: 1024px) {
  .accordion .accordion-slide {
    max-width: 61.3rem;
  }
}
.accordion .accordion-opener {
  vertical-align: top;
  z-index: 3;
  pointer-events: none;
}
.accordion .accordion-opener > * {
  pointer-events: auto;
}
.accordion .accordion-opener svg {
  max-width: 100%;
  height: auto;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.accordion .accordion-opener svg path {
  -webkit-transition: stroke 0.3s linear, fill 0.3s linear;
  transition: stroke 0.3s linear, fill 0.3s linear;
}
.accordion .accordion-opener .text {
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.417;
  letter-spacing: 0.114rem;
}
.accordion .accordion-opener:hover .text {
  color: white;
}
.accordion .accordion-opener:hover svg {
  opacity: 1 !important;
}

.info-slider-section {
  z-index: 1;
}
.info-slider-section:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 257.6rem;
  height: 87.5rem;
  background: #f1f0fb;
  border-radius: 100%/87%;
}
@media (min-width: 1400px) {
  .info-slider-section .container {
    max-width: 138.2rem !important;
  }
}
.info-slider-section .text-holder {
  max-width: 80rem;
}
.info-slider-section .text-area {
  max-width: 98.5rem;
}
.info-slider-section h2,
.info-slider-section .h2 {
  font-weight: 700;
  letter-spacing: -0.06rem;
  line-height: 1.067;
  max-width: 620px;
  margin: 0 auto;
}

.info-slider {
  z-index: 1;
}
.info-slider:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: -999.9rem;
  right: -999.9rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.4rem;
  background: #f7b32c;
}
.info-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.info-slider .slick-track .slick-slide {
  height: inherit !important;
}
.info-slider .slick-list {
  overflow: visible !important;
}
.info-slider .slide-box {
  border-radius: 1.6rem;
  line-height: 1.375;
}
.info-slider .slide-box .text-hold {
  max-width: 34rem;
}
.info-slider h3,
.info-slider .h3 {
  letter-spacing: -0.034rem;
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.176;
}
@media (min-width: 768px) {
  .info-slider h3,
  .info-slider .h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .info-slider h3,
  .info-slider .h3 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .info-slider h3,
  .info-slider .h3 {
    font-size: 3rem;
  }
}
@media (min-width: 1400px) {
  .info-slider h3,
  .info-slider .h3 {
    font-size: 3.4rem;
  }
}
.info-slider h3 strong,
.info-slider .h3 strong {
  font-weight: 700;
}
.info-slider .slick-next,
.info-slider .slick-prev {
  position: absolute;
  top: 50%;
  left: -0.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  background: #385efc;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .info-slider .slick-next,
  .info-slider .slick-prev {
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 1024px) {
  .info-slider .slick-next,
  .info-slider .slick-prev {
    width: 6rem;
    height: 6rem;
  }
}
.info-slider .slick-next:hover,
.info-slider .slick-prev:hover {
  background: #f7b32c;
}
.info-slider .slick-next .icon,
.info-slider .slick-prev .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 1.6rem;
  margin: 0 0 0 -0.1rem;
}
@media (min-width: 768px) {
  .info-slider .slick-next .icon,
  .info-slider .slick-prev .icon {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .info-slider .slick-next .icon,
  .info-slider .slick-prev .icon {
    font-size: 2.6rem;
  }
}
.info-slider .slick-next {
  left: auto;
  right: -0.5rem;
}
.info-slider .slick-next .icon {
  margin: 0 0 0 0.1rem;
}

@media (max-width: 767px) {
  .admission-page {
    background: #fff !important;
  }
}

@media (min-width: 1200px) {
  .visual-alt .container {
    max-width: 108.6rem;
  }
}
.visual-alt .text-holder {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  line-height: 1.733;
  color: #0f1d42;
  padding: 298px 10px 95px 10px;
}
@media (min-width: 768px) {
  .visual-alt .text-holder {
    font-size: 1.7rem;
    padding: 370px 0 115px 220px;
  }
}
@media (min-width: 1024px) {
  .visual-alt .text-holder {
    font-size: 1.9rem;
    line-height: 1.789;
    padding: 262px 0 111px 101px;
  }
}
@media (min-width: 1200px) {
  .visual-alt .text-holder {
    padding: 212px 0 230px 81px;
  }
}
@media (min-width: 1400px) {
  .visual-alt .text-holder {
    padding: 312px 0 286px 81px;
  }
}
@media (max-width: 767px) {
  .visual-alt .text-holder .text-dark-blue {
    color: #fff !important;
    text-shadow: 1px 2px #222;
  }
}
.visual-alt .img-holder {
  width: 61.3rem;
  height: 61.3rem;
  z-index: 1;
  top: -174px;
  left: -315px;
  z-index: 1;
}
@media (min-width: 768px) {
  .visual-alt .img-holder {
    width: 73.9rem;
    height: 73.9rem;
    top: -150px;
    left: -340px;
  }
}
@media (min-width: 1024px) {
  .visual-alt .img-holder {
    width: 93.9rem;
    height: 93.9rem;
    top: -170px;
    left: -450px;
  }
}
@media (min-width: 1200px) {
  .visual-alt .img-holder {
    width: 113.9rem;
    height: 113.9rem;
    top: -300px;
    left: -600px;
  }
}
@media (min-width: 1400px) {
  .visual-alt .img-holder {
    width: 133.9rem;
    height: 133.9rem;
    top: -324px;
    left: -859px;
  }
}
@media (max-width: 767px) {
  .visual-alt .img-holder:after {
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(9%, rgba(0, 0, 0, 0.98)), color-stop(17%, rgba(0, 0, 0, 0.95)), color-stop(24%, rgba(0, 0, 0, 0.88)), color-stop(31%, rgba(0, 0, 0, 0.8)), color-stop(37%, rgba(0, 0, 0, 0.71)), color-stop(44%, rgba(0, 0, 0, 0.61)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(56%, rgba(0, 0, 0, 0.39)), color-stop(63%, rgba(0, 0, 0, 0.29)), color-stop(69%, rgba(0, 0, 0, 0.2)), color-stop(76%, rgba(0, 0, 0, 0.12)), color-stop(83%, rgba(0, 0, 0, 0.05)), color-stop(91%, rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.98) 9%, rgba(0, 0, 0, 0.95) 17%, rgba(0, 0, 0, 0.88) 24%, rgba(0, 0, 0, 0.8) 31%, rgba(0, 0, 0, 0.71) 37%, rgba(0, 0, 0, 0.61) 44%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.39) 56%, rgba(0, 0, 0, 0.29) 63%, rgba(0, 0, 0, 0.2) 69%, rgba(0, 0, 0, 0.12) 76%, rgba(0, 0, 0, 0.05) 83%, rgba(0, 0, 0, 0.02) 91%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80%;
    opacity: 0.6;
    z-index: 1;
  }
}
.visual-alt .img-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: url(../images/mask-alt-mobile.png);
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .visual-alt .img-holder:before {
    background: url(../images/mask-alt-desktop.png);
    background-size: 100% 100%;
  }
}

.steps-list-holder .container {
  padding-top: 94px;
  padding-bottom: 19px;
  padding-left: 20px;
  padding-right: 75px;
  z-index: 1;
}
@media (min-width: 768px) {
  .steps-list-holder .container {
    padding-top: 74px;
    padding-bottom: 63px;
    padding-left: 15px;
    padding-right: 140px;
  }
}
@media (min-width: 1024px) {
  .steps-list-holder .container {
    max-width: 864px;
    padding-right: 180px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .steps-list-holder .container {
    padding-bottom: 63px;
    padding-right: 140px;
  }
}
@media (min-width: 1400px) {
  .steps-list-holder .container {
    padding-right: 15px;
  }
}

.quote q {
  quotes: none;
  font-size: 19px;
  line-height: 1.579;
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  .quote q {
    font-size: 22px;
    line-height: 1.429;
  }
}
@media (min-width: 1024px) {
  .quote q {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .quote q {
    font-size: 26px;
  }
}
@media (min-width: 1400px) {
  .quote q {
    font-size: 28px;
  }
}
.quote cite {
  font-style: normal;
  letter-spacing: 0.95px;
  font-size: 17px;
  line-height: 2;
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .quote cite {
    font-size: 18px;
    line-height: 1.7;
  }
}
@media (min-width: 1024px) {
  .quote cite {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .quote cite {
    font-size: 20px;
  }
}

.steps-list > li {
  position: relative;
}
.steps-list > li:last-child {
  min-height: 260px;
}
@media (min-width: 768px) {
  .steps-list > li:last-child {
    min-height: 330px;
  }
}
@media (min-width: 1024px) {
  .steps-list > li:last-child {
    min-height: 360px;
  }
}
@media (min-width: 1200px) {
  .steps-list > li:last-child {
    min-height: 390px;
  }
}
.steps-list .step {
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 2;
}
@media (min-width: 768px) {
  .steps-list .step {
    letter-spacing: 0.95px;
    font-size: 18px;
    line-height: 1.7;
  }
}
@media (min-width: 1024px) {
  .steps-list .step {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .steps-list .step {
    font-size: 20px;
  }
}
.steps-list h3,
.steps-list .h3 {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.154;
  letter-spacing: -0.13px;
}
@media (min-width: 768px) {
  .steps-list h3,
  .steps-list .h3 {
    letter-spacing: -0.19px;
    font-size: 29px;
    line-height: 1.053;
  }
}
@media (min-width: 1024px) {
  .steps-list h3,
  .steps-list .h3 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .steps-list h3,
  .steps-list .h3 {
    font-size: 35px;
  }
}
@media (min-width: 1400px) {
  .steps-list h3,
  .steps-list .h3 {
    font-size: 38px;
  }
}
.steps-list .svg__icon {
  position: absolute;
  right: -205px;
  top: -47px;
}
.steps-list .svg__icon-mail {
  right: -54px;
  top: -53px;
  width: 53px;
}
@media (min-width: 768px) {
  .steps-list .svg__icon-mail {
    width: 90px;
    right: -134px;
    top: -51px;
  }
}
@media (min-width: 1024px) {
  .steps-list .svg__icon-mail {
    width: auto;
    right: -204px;
    top: -47px;
  }
}
.steps-list .svg__icon-mail + .svg__connector {
  height: calc(100% - 46px);
}
@media (min-width: 768px) {
  .steps-list .svg__icon-mail + .svg__connector {
    height: calc(100% - 105px);
  }
}
@media (min-width: 1024px) {
  .steps-list .svg__icon-mail + .svg__connector {
    height: calc(100% - 105px);
  }
}
.steps-list .svg__icon-home {
  right: -55px;
  top: -27px;
  width: 60px;
}
@media (min-width: 768px) {
  .steps-list .svg__icon-home {
    width: 100px;
    right: -135px;
    top: -40px;
  }
}
@media (min-width: 1024px) {
  .steps-list .svg__icon-home {
    right: -205px;
    top: -11px;
    width: auto;
  }
}
.steps-list .svg__icon-home + .svg__connector {
  top: 55px;
  height: calc(100% - 46px);
}
@media (min-width: 768px) {
  .steps-list .svg__icon-home + .svg__connector {
    top: 59px;
    height: calc(100% - 90px);
  }
}
@media (min-width: 1024px) {
  .steps-list .svg__icon-home + .svg__connector {
    top: 101px;
    height: calc(100% - 110px);
  }
}
.steps-list .svg__icon-pencil {
  right: -41px;
  top: -31px;
  width: 35px;
}
@media (min-width: 768px) {
  .steps-list .svg__icon-pencil {
    width: 59px;
    right: -110px;
    top: -50px;
  }
}
@media (min-width: 1024px) {
  .steps-list .svg__icon-pencil {
    right: -175px;
    top: -15px;
    width: auto;
  }
}
.steps-list .svg__icon-pencil + .svg__connector {
  top: 60px;
  height: calc(100% - 47px);
}
@media (min-width: 768px) {
  .steps-list .svg__icon-pencil + .svg__connector {
    top: 63px;
    height: calc(100% - 75px);
  }
}
@media (min-width: 1024px) {
  .steps-list .svg__icon-pencil + .svg__connector {
    top: 110px;
    height: calc(100% - 112px);
  }
}
.steps-list .svg__icon-balloon {
  width: 71px;
  right: -57px;
  top: -28px;
}
@media (min-width: 768px) {
  .steps-list .svg__icon-balloon {
    width: 118px;
    right: -137px;
    top: -32px;
  }
}
@media (min-width: 1024px) {
  .steps-list .svg__icon-balloon {
    right: -210px;
    top: -8px;
    width: auto;
  }
}
.steps-list .svg__icon-balloon + .svg__connector {
  top: 71px;
  height: calc(100% - 46px);
}
@media (min-width: 768px) {
  .steps-list .svg__icon-balloon + .svg__connector {
    top: 89px;
    height: calc(100% - 96px);
  }
}
@media (min-width: 1024px) {
  .steps-list .svg__icon-balloon + .svg__connector {
    top: 128px;
    height: calc(100% - 126px);
  }
}
.steps-list .svg__icon-scroll {
  width: 79px;
  right: -64px;
  top: -11px;
}
@media (min-width: 768px) {
  .steps-list .svg__icon-scroll {
    width: 127px;
    right: -146px;
    top: -24px;
  }
}
@media (min-width: 1024px) {
  .steps-list .svg__icon-scroll {
    right: -221px;
    top: -4px;
    width: auto;
  }
}
.steps-list .svg__icon-scroll + .svg__connector {
  top: 72px;
  height: calc(100% - 46px);
}
@media (min-width: 768px) {
  .steps-list .svg__icon-scroll + .svg__connector {
    top: 79px;
    height: calc(100% - 85px);
  }
}
@media (min-width: 1024px) {
  .steps-list .svg__icon-scroll + .svg__connector {
    top: 110px;
    height: calc(100% - 85px);
  }
}
.steps-list .svg__icon-tv {
  right: -51px;
  top: -10px;
  width: 55px;
}
@media (min-width: 768px) {
  .steps-list .svg__icon-tv {
    right: -126px;
    top: -22px;
    width: 88px;
  }
}
@media (min-width: 1024px) {
  .steps-list .svg__icon-tv {
    right: -195px;
    top: 20px;
    width: auto;
  }
}
.steps-list .svg__icon-tv ~ .svg__connector {
  top: 74px;
  right: -32px;
  width: auto;
}
@media (min-width: 768px) {
  .steps-list .svg__icon-tv ~ .svg__connector {
    top: 79px;
    right: -89px;
  }
}
@media (min-width: 1024px) {
  .steps-list .svg__icon-tv ~ .svg__connector {
    top: 134px;
    right: -136px;
  }
}
.steps-list .svg__connector {
  position: absolute;
  right: -30px;
  top: 54px;
  bottom: 0;
  width: 3px;
}
@media (min-width: 768px) {
  .steps-list .svg__connector {
    width: 4px;
    right: -92px;
    top: 81px;
  }
}
@media (min-width: 1024px) {
  .steps-list .svg__connector {
    right: -150px;
    top: 99px;
    width: 5px;
  }
}

div.svg__connector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
div.svg__connector svg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
div.svg__connector svg.svg-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-top: -4px;
  margin-bottom: -4px;
  margin-right: 3px;
}
div.svg__connector svg:last-child {
  margin-right: 2px;
}

.btn-list .btn {
  min-width: 1px;
  padding: 7px 22px;
}
@media (min-width: 768px) {
  .btn-list .btn {
    padding: 12px 25px;
  }
}
@media (min-width: 1024px) {
  .btn-list .btn {
    padding: 20px 31px;
  }
}

.parents--area {
  min-height: 300px;
}
.parents--area .parents-box {
  background: #0f1d42;
  text-align: center;
  border-radius: 1rem;
}
.parents--area .parents-box .inner {
  padding: 40px 30px 30px;
}
.parents--area .parents-box .ico-holder {
  min-height: 120px;
}
.parents--area .parents-box .ico-holder img {
  margin: 0 auto 20px auto;
}
.parents--area .parents-box h2 {
  font-size: 24px; /* 24px */
  font-size: 2.4rem; /* 24px */
  line-height: 1.1666666667; /* 28px */
  letter-spacing: -0.24px;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .parents--area .parents-box h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 769px) {
  .parents--area .parents-box h2 {
    min-height: 56px;
  }
}

body.page-template-tpl-vacancies {
  background: #f1f0fb;
}

body.single-vacancies {
  background: #f1f0fb;
}
body.single-vacancies .main-content {
  position: relative;
  background: #fff;
  padding: 60px 0 80px 0;
  min-height: 500px;
}
@media (max-width: 767px) {
  body.single-vacancies .main-content {
    padding: 20px 0 60px 0;
  }
}
body.single-vacancies .main-content:before {
  content: "";
  position: absolute;
  width: 100%;
  width: calc(100% + 400px);
  min-height: 400px;
  display: block;
  top: -50px;
  left: -200px;
  right: -200px;
  background: #fff;
  border-top-left-radius: 50% 25%;
  border-top-right-radius: 50% 25%;
}

#vacancies--grid {
  margin-top: 0;
}

.vacancy-details-header {
  position: relative;
  margin-top: 42px;
}
@media (min-width: 1401px) {
  .vacancy-details-header {
    padding-left: 70px;
  }
}
.vacancy-details-header .item {
  margin-bottom: 20px;
}
.vacancy-details-header .label {
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.95px;
  font-size: 20px; /* 20px */
  font-size: 2rem; /* 20px */
  line-height: 1; /* 20px */
  color: #f7b32c;
  font-style: italic;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .vacancy-details-header .label {
    font-size: 18px; /* 18px */
    font-size: 1.8rem; /* 18px */
    line-height: 1; /* 18px */
  }
}
.vacancy-details-header .value {
  font-size: 13px; /* 13px */
  font-size: 1.3rem; /* 13px */
  line-height: 1.5384615385; /* 20px */
}

.apply-here {
  margin-top: 25px;
  min-width: 158px;
  padding: 2rem 2.7rem;
}

.vacancies-text-bottom {
  margin-top: 40px;
  color: #999;
  display: block;
  font-size: 14px; /* 14px */
  font-size: 1.4rem; /* 14px */
  line-height: 2; /* 28px */
}
.vacancies-text-bottom.apply-here-present {
  margin-top: 15px;
}

.vacancies--post {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  .vacancies--post {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .vacancies--post {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.vacancies--post .text--wrap {
  background: #fff;
  min-width: 200px;
}
.vacancies--post .text--wrap .inner {
  padding: 30px;
}
.vacancies--post .text--wrap .inner .inner--head {
  min-height: 206px;
}
.vacancies--post .text--wrap .inner .inner--head h3 {
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: -0.24px;
  font-size: 24px; /* 24px */
  font-size: 2.4rem; /* 24px */
  line-height: 1.25; /* 30px */
  color: #0f1d42;
  text-transform: uppercase;
  max-width: 260px;
  margin-bottom: 20px;
}
.vacancies--post .text--wrap .inner .inner--head p {
  font-size: 16px; /* 16px */
  font-size: 1.6rem; /* 16px */
  line-height: 1.375; /* 22px */
}
.vacancies--post .text--wrap .inner .vacancy-details {
  position: relative;
  margin-top: 20px;
  padding: 30px 0 10px 0;
}
.vacancies--post .text--wrap .inner .vacancy-details:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 4px;
  width: 90%;
  width: calc(100% - 30px);
  display: block;
  background: #f7b32c;
  opacity: 0.8;
  border-radius: 6px;
}
.vacancies--post .text--wrap .inner .vacancy-details .item {
  margin-bottom: 20px;
}
.vacancies--post .text--wrap .inner .vacancy-details .label {
  font-family: "MarketPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.95px;
  font-size: 20px; /* 20px */
  font-size: 2rem; /* 20px */
  line-height: 1; /* 20px */
  color: #f7b32c;
  font-style: italic;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .vacancies--post .text--wrap .inner .vacancy-details .label {
    font-size: 18px; /* 18px */
    font-size: 1.8rem; /* 18px */
    line-height: 1; /* 18px */
  }
}
.vacancies--post .text--wrap .inner .vacancy-details .value {
  font-size: 13px; /* 13px */
  font-size: 1.3rem; /* 13px */
  line-height: 1.5384615385; /* 20px */
}
.vacancies--post .text--wrap .inner .link-holder {
  text-align: right;
}
.vacancies--post .text--wrap .inner .link-holder .text {
  font-size: 14px; /* 14px */
  font-size: 1.4rem; /* 14px */
  line-height: 1.2857142857; /* 18px */
}

.more--vacancies {
  background: #f1f0fb;
  padding: 60px 0 0 0;
}
.more--vacancies .strip-title {
  font-size: 38px; /* 38px */
  font-size: 3.8rem; /* 38px */
  line-height: 1.0526315789; /* 40px */
  letter-spacing: -0.19px;
  color: #0f1d42;
  width: 100%;
  text-align: center;
  font-weight: bold;
  display: block;
  margin-bottom: 44px;
}
.more--vacancies .row {
  margin-left: -25px;
  margin-right: -25px;
}
.more--vacancies .row .column {
  padding-left: 25px;
  padding-right: 25px;
}
.more--vacancies .button-holder {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .more--vacancies .button-holder {
    margin-left: 5px;
    text-align: left;
  }
}
.more--vacancies .button-holder .btn {
  padding: 2rem 3.3rem;
}

@media (max-width: 767px) {
  .az-page-banner .text-holder {
    padding-bottom: 40px !important;
  }
}
.az-page-banner .svg-s svg,
.az-page-banner .svg-c svg,
.az-page-banner .svg-a svg,
.az-page-banner .svg-f svg {
  width: 100%;
}
.az-page-banner .svg-s {
  position: absolute;
  top: -130px;
  right: -30px;
  z-index: 30;
  opacity: 0;
}
@media (max-width: 1500px) {
  .az-page-banner .svg-s {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .az-page-banner .svg-s {
    display: none;
  }
}
.az-page-banner .svg-c {
  position: absolute;
  top: 150px;
  right: 30px;
  z-index: 30;
  opacity: 0;
}
@media (max-width: 767px) {
  .az-page-banner .svg-c {
    top: 260px;
    right: -80px;
  }
}
.az-page-banner .svg-a {
  position: absolute;
  top: 50px;
  left: 30px;
  z-index: 30;
  opacity: 0;
}
@media (max-width: 1024px) {
  .az-page-banner .svg-a {
    left: 37%;
    width: 80px;
  }
}
@media (max-width: 767px) {
  .az-page-banner .svg-a {
    left: 75%;
    width: 50px;
    top: 85px;
  }
}
.az-page-banner .svg-f {
  position: absolute;
  bottom: 60px;
  left: 30px;
  z-index: 30;
  opacity: 0;
}
@media (max-width: 767px) {
  .az-page-banner .svg-f {
    display: none;
  }
}
@media (max-width: 767px) {
  .az-page-banner .text-area {
    margin-top: 60px;
  }
}
.az-page-banner .text-area .decorated-element {
  margin-top: 50px;
  margin-left: 50px;
  width: 500px;
}
@media (max-width: 767px) {
  .az-page-banner .text-area .decorated-element {
    width: 100%;
    margin: 30px 0 0 0;
  }
}

#alphabet-menu-outer {
  position: fixed;
  left: 0;
  bottom: 100px;
  height: 70px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  z-index: 300;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #alphabet-menu-outer {
    max-width: 90% !important;
  }
}
#alphabet-menu-outer .scrollmagic-pin-spacer {
  min-width: 50px !important;
}
#alphabet-menu-outer .menu-expand {
  position: absolute;
  z-index: 500;
  right: -52px;
  right: -37px;
  top: 0;
  width: 112px;
  height: 70px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
#alphabet-menu-outer .menu-expand span.letter-z {
  position: absolute;
  width: 72px;
  height: 70px;
  right: 90px;
  top: 0;
  padding-top: 22px;
  padding-left: 12px;
  background: white;
}
#alphabet-menu-outer .menu-expand span.open-nav {
  position: relative;
  background: #385efc;
  width: 72px;
  height: 70px;
  display: inline-block;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
#alphabet-menu-outer .menu-expand span.open-nav a {
  display: block;
  padding-bottom: 23px;
}
#alphabet-menu-outer .menu-expand img {
  width: 12px;
  height: auto;
  margin-left: 32px;
  margin-top: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#alphabet-menu-outer .menu-expand .active img {
  -webkit-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}
#alphabet-menu-outer .menu-expand.active img {
  margin-left: 27px !important;
}
#alphabet-menu-outer .alphabet-menu {
  color: #666;
  display: inline-block;
  z-index: 300;
  overflow: hidden;
  -webkit-transition: width 1s linear 0s;
  transition: width 1s linear 0s;
  width: auto;
  /*
  width: 190px;
  */
  width: 195px;
}
@media (max-width: 1023px) {
  #alphabet-menu-outer .alphabet-menu {
    max-width: 90% !important;
    overflow: scroll;
  }
}
@media (max-width: 767px) {
  #alphabet-menu-outer .alphabet-menu {
    max-width: calc(90% - 50px) !important;
  }
}
#alphabet-menu-outer .alphabet-menu ul {
  margin: 0;
  padding: 22px 0px 16px 20px;
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1023px) {
  #alphabet-menu-outer .alphabet-menu ul {
    padding: 22px 20px 16px 20px;
  }
}
#alphabet-menu-outer .alphabet-menu ul:after {
  content: "";
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 40px;
  bottom: 0;
  z-index: -1;
}
#alphabet-menu-outer .alphabet-menu ul li {
  display: inline-block;
  margin: 0 12px;
}
#alphabet-menu-outer .alphabet-menu ul li .visible {
  font-weight: bold;
  color: #385efc;
}
#alphabet-menu-outer .alphabet-menu ul li a {
  color: #666;
  padding: 0 2px;
  display: block;
}

body.page-template-tpl-az {
  background: #0f1d42;
}
body.page-template-tpl-az .accordion {
  position: relative;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}
body.page-template-tpl-az .accordion-head {
  position: relative;
  margin-top: 20px;
}
body.page-template-tpl-az .accordion-head .svg-holder {
  background: #0f1d42;
  position: absolute;
  z-index: 50;
  top: 0;
  right: -140px;
}
body.page-template-tpl-az .accordion__item {
  background: white;
  border-bottom: none;
  border-radius: 12px;
  margin-bottom: 20px;
}
body.page-template-tpl-az .accordion__trigger {
  padding: 28px 30px 26px;
}
@media (max-width: 767px) {
  body.page-template-tpl-az .accordion__trigger {
    padding: 28px 20px 26px;
  }
}
@media (max-width: 767px) {
  body.page-template-tpl-az .accordion__content {
    padding: 20px 15px 0 20px;
  }
}
body.page-template-tpl-az .accordion__trigger-icon {
  top: 23px;
}

.how-to-apply {
  border-radius: 10px;
  padding: 30px 30px;
  margin: 40px 0;
}
@media (min-width: 768px) {
  .how-to-apply {
    padding: 70px 55px;
    margin: 90px 0;
  }
}
.how-to-apply h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .how-to-apply h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.how-to-apply .btn {
  margin-top: 25px;
}
.how-to-apply .statement {
  padding: 25px 0;
  border-bottom: solid 2px #f7b32c;
  font-size: 16px;
  max-width: 820px;
}
@media (min-width: 768px) {
  .how-to-apply .statement {
    font-size: 19px;
  }
}
.how-to-apply .statement:last-child() {
  border-bottom: none;
}

.purpose-question {
  padding: 0 30px;
}
.purpose-question__icon {
  height: 90px;
  width: auto;
}
.purpose-question__title {
  font-size: 34px;
  line-height: 1;
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
}
.purpose-question p {
  line-height: 24px;
}

.session {
  padding: 30px 30px;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 768px) {
  .session {
    padding: 60px 70px;
  }
}
@media (max-width: 767px) {
  .session {
    margin-bottom: 30px;
  }
}
.session__title {
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.session__title div {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .session__title div {
    font-size: 48px;
  }
}
.session__title span {
  font-size: 38px;
  vertical-align: top;
  border-radius: 0.8rem;
  font-weight: 400;
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media (min-width: 768px) {
  .session__title span {
    font-size: 50px;
  }
}
.session__title-sm {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.25px;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .session__title-sm {
    font-size: 25px;
  }
}

.gallery-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 150vw;
}
@media (max-width: 1023px) {
  .gallery-scroll {
    gap: 20px;
    width: 250vw;
  }
}
@media (max-width: 767px) {
  .gallery-scroll {
    width: 350vw;
  }
}
.gallery-scroll img {
  aspect-ratio: 10/7;
  max-width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.arrow-link .text {
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.34px;
  text-transform: uppercase;
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.arrow-link .arrow-holder {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-id-41624 .big {
  font-size: 1.7rem;
  line-height: 1.789;
}
@media (min-width: 768px) {
  .page-id-41624 .big {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .page-id-41624 .big {
    font-size: 1.9rem;
  }
}

.family-club .banner-section {
  overflow: visible;
}
.family-club .banner-section .svg-wrap {
  background-color: #f1f0fb;
}
@media (max-width: 767px) {
  .family-club .banner-section .svg-wrap {
    background-color: white;
  }
}
.family-club .banner-section h1 {
  font-size: 120px;
}
.family-club .banner-section h1 .h1-alt {
  font-size: 60px;
}
@media (max-width: 767px) {
  .family-club .banner-section h1 {
    font-size: 60px;
  }
  .family-club .banner-section h1 .h1-alt {
    font-size: 30px;
  }
}
.family-club .img-text-section {
  background-color: #f1f0fb;
}
.family-club .typography-section {
  margin: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.family-club .banner-text-box {
  position: absolute;
  z-index: 2;
  bottom: -40px;
  right: 40px;
  max-width: 420px;
  padding: 45px;
  border-radius: 20px;
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media (max-width: 1200px) {
  .family-club .banner-text-box {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .family-club .banner-text-box {
    max-width: 800px;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .family-club .banner-text-box {
    position: initial;
  }
}

.page-template-tpl-family-club .cards-section {
  background-color: #f1f0fb;
}
.page-template-tpl-family-club .line-decor {
  display: none;
}

.accordion__title {
  padding-right: 50px;
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: -0.25px;
  font-size: 25px; /* 25px */
  font-size: 2.5rem; /* 25px */
  line-height: 1.4; /* 35px */
  color: #0f1d42;
  text-transform: uppercase;
}
.accordion__item {
  border-bottom: 4px solid #f7b32c;
}
.accordion__trigger {
  position: relative;
  padding: 25px 25px 26px;
  cursor: pointer;
}
.accordion__content--wrapper .accordion__content {
  padding: 20px 15px 0 30px;
}
.accordion__content--wrapper .accordion__content.page {
  padding: 20px 15px 30px 30px;
}
.accordion__trigger-icon {
  position: absolute;
  top: 28px;
  right: 30px;
  width: 14px;
  height: 14px;
}
.accordion__plus {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: solid 1px #0f1d42;
  /* Vertical line */
  /* horizontal line */
}
.accordion__plus:before, .accordion__plus:after {
  content: "";
  position: absolute;
  background-color: #0f1d42;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordion__plus:before {
  top: 7px;
  left: 18px;
  width: 2px;
  height: 24px;
}
.accordion__plus:after {
  top: 18px;
  left: 7px;
  width: 24px;
  height: 2px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.accordion .open .accordion__trigger-icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion .open .accordion__plus:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.block--gallery .gallery__item.object-fit img {
  width: 100%;
  height: 20vw;
  min-height: 240px;
}
.block--gallery--slider .gallery__item.object-fit img {
  height: 30vw;
  max-height: 500px;
}

@media (max-width: 767px) {
  .block--text-image__content__image {
    min-height: 250px;
  }
}
.block-cards {
  padding-bottom: 60px 0;
  background-color: #f1f0fb;
}
.block-cards h2 {
  text-transform: uppercase;
}
.block-cards__card {
  width: calc(33% - 20px);
  height: 520px;
  background-color: #0f1d42;
  border-radius: 16px;
  margin: 10px;
}
.block-cards__card:nth-child(1), .block-cards__card:nth-child(3) {
  position: absolute;
  top: 0;
  opacity: 0;
}
@media (max-width: 991px) {
  .block-cards__card:nth-child(1), .block-cards__card:nth-child(3) {
    position: initial;
    height: auto;
    opacity: 1;
  }
}
.block-cards__card:nth-child(1) {
  z-index: 1;
}
.block-cards__card:nth-child(2) {
  z-index: 3;
}
.block-cards__card:nth-child(3) {
  z-index: 2;
}
.block-cards__card .content {
  padding: 40px;
}
.block-cards__card .content h3, .block-cards__card .content p {
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.block-cards__card .content h3 {
  font-size: 36px;
  text-transform: uppercase;
}
.block-cards__card .content img {
  margin: auto;
}
@media (max-width: 767px) {
  .block-cards__card {
    width: calc(100% - 50px);
    max-width: 340px;
    margin-bottom: 40px;
  }
}

.page-template-tpl-family-club .block-cards {
  padding: 100px 0;
}

.block-form .container {
  max-width: 600px;
  position: relative;
  z-index: 2;
}
.block-form .gform_title {
  text-align: center;
  text-transform: uppercase;
}
.block-form .gform_title,
.block-form .gfield_label,
.block-form .gf_progressbar_title,
.block-form .gform_required_legend,
.block-form .gform_description,
.block-form .gfield_description,
.block-form .gform-field-label {
  color: white !important;
}
.block-form form .ginput_container_consent label::before {
  top: 10px;
}
.block-form form .ginput_container_consent label::after {
  top: 22px;
}
.block-form-img {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
}

.block-meet-the-team h2 {
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  border-radius: 8px;
  position: relative;
  top: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.block-meet-the-team .team-members-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}
.block-meet-the-team .team-members-wrapper .staff--profile {
  max-width: 420px;
}
.block-meet-the-team .team-members-wrapper .staff--profile .text--wrap .inner h3 {
  font-size: 32px;
  max-width: 100%;
}
.block-meet-the-team .team-members-wrapper .staff--profile .text--wrap .inner .position {
  font-family: "sharp-sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.block-meet-the-team .team-members-wrapper .staff--profile:nth-child(1) {
  -webkit-transform: translate(25%, 50%);
      -ms-transform: translate(25%, 50%);
          transform: translate(25%, 50%);
}
.block-meet-the-team .team-members-wrapper .staff--profile:nth-child(2) {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.block-meet-the-team .team-members-wrapper .staff--profile:nth-child(2), .block-meet-the-team .team-members-wrapper .staff--profile:nth-child(3) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
}
.block-meet-the-team .team-members-wrapper .img-background {
  height: 260px;
  width: 300px;
}
.block-meet-the-team .team-members-wrapper .text--wrap {
  width: 420px;
  -webkit-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
          transform: translateX(-25%);
}
@media (max-width: 1280px) {
  .block-meet-the-team h2 {
    top: 0;
    margin-bottom: 60px;
  }
  .block-meet-the-team .team-members-wrapper {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-meet-the-team .team-members-wrapper .staff--profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-meet-the-team .team-members-wrapper .staff--profile:nth-child(1), .block-meet-the-team .team-members-wrapper .staff--profile:nth-child(2) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .block-meet-the-team .team-members-wrapper .img-background {
    height: 210px;
    width: 250px;
  }
  .block-meet-the-team .team-members-wrapper .text--wrap {
    width: 280px;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@media (max-width: 991px) {
  .block-meet-the-team .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-meet-the-team .container h2 {
    margin: 60px auto;
  }
  .block-meet-the-team .container .team-members-wrapper .staff--profile:nth-child(2), .block-meet-the-team .container .team-members-wrapper .staff--profile:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
  }
}

.block-upcoming-sessions {
  background-color: #f1f0fb;
  padding: 100px 0;
}
.block-upcoming-sessions .upcoming-session {
  margin-bottom: 25px;
}
.block-upcoming-sessions .upcoming-session img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
}
.block-upcoming-sessions .upcoming-session .content {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 80px 40px 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6549019608)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6549019608), rgba(255, 255, 255, 0));
  height: -webkit-fill-available;
  border-radius: 16px;
}
.block-upcoming-sessions .upcoming-session .content date {
  font-size: 50px;
  line-height: 40px;
}
.block-upcoming-sessions .upcoming-session .content .session-name {
  font-family: "peggs-pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .block-upcoming-sessions .upcoming-session .content {
    padding: 40px;
  }
  .block-upcoming-sessions .upcoming-session .content date {
    font-size: 28px;
  }
  .block-upcoming-sessions .upcoming-session .content .session-name {
    font-size: 16px;
  }
}