@charset "UTF-8";

/*!
Theme Name: advi
Author: Anonymous
Author URI:
Version: 1
Description: advi theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: advi
Tags: one-column, two-columns
Theme URI:
*/
:root{
--sapphire: #145A70;
--aqua: #40DBBF;
--lightblue: #41abdb;
--mediumgray: #868588;
--darkgray: #333; 
}



@font-face {
  font-family: "icomoon";
  src: url(fonts/icomoon.eot?91xs1y);
  src: url(fonts/icomoon.eot?91xs1y#iefix) format("embedded-opentype"),
    url(fonts/icomoon.ttf?91xs1y) format("truetype"),
    url(fonts/icomoon.woff?91xs1y) format("woff"),
    url(fonts/icomoon.svg?91xs1y#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class*=" icon-"],
[class^="icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

.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: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:after,
.slick-track:before {
  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;
}

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

.lightbox-demo {
  padding: 5px;
  width: 90%;
  max-width: 600px;
}

.lightbox-demo video {
  display: block;
  width: 100%;
  height: auto;
}

.lightbox-demo h2 {
  margin: 0 0 10px;
}

.lightbox-demo p {
  margin: 0;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s, visibility 0.25s;
  transition: opacity 0.25s, visibility 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s, visibility;
  transition: opacity 0.25s, visibility;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0/100% 100% no-repeat;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: 0;
}

.fancybox-button.fancybox-focus {
  outline: dotted 1px;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.85)),
    color-stop(50%, rgba(0, 0, 0, 0.3)),
    color-stop(65%, rgba(0, 0, 0, 0.15)),
    color-stop(75.5%, rgba(0, 0, 0, 0.075)),
    color-stop(82.85%, rgba(0, 0, 0, 0.037)),
    color-stop(88%, rgba(0, 0, 0, 0.019)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: 1s linear infinite fancybox-rotate;
  animation: 1s linear infinite fancybox-rotate;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.mejs__container {
  background: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Helvetica", Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}

.mejs__container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}

.mejs__fill-container {
  background: 0 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.mejs__container:focus {
  outline: 0;
}

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}

.mejs__embed,
.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.mejs__fullscreen {
  overflow: hidden !important;
}

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}

.mejs__background {
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

:root .mejs__poster-img {
  display: none;
}

.mejs__poster-img {
  border: 0;
  padding: 0;
}

.mejs__overlay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__layer {
  z-index: 1;
}

.mejs__overlay-play {
  cursor: pointer;
}

.mejs__overlay-button {
  background: url(../images/mejs-controls.svg) 0 -39px no-repeat;
  height: 80px;
  width: 80px;
}

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px;
}

.mejs__overlay-loading {
  height: 80px;
  width: 80px;
}

.mejs__overlay-loading-bg-img {
  -webkit-animation: 1s linear infinite mejs__loading-spinner;
  animation: 1s linear infinite mejs__loading-spinner;
  background: url(../images/mejs-controls.svg) -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}

@-webkit-keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.mejs__controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.35))
  );
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}

.mejs__button > button {
  background: url(../images/mejs-controls.svg);
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}

.mejs__button > button:focus {
  outline: #999 dotted 1px;
}

.mejs__container-keyboard-inactive [role="slider"],
.mejs__container-keyboard-inactive [role="slider"]:focus,
.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus {
  outline: 0;
}

.mejs__time {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}

.mejs__play > button {
  background-position: 0 0;
}

.mejs__pause > button {
  background-position: -20px 0;
}

.mejs__replay > button {
  background-position: -160px 0;
}

.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}

.mejs__time-buffering,
.mejs__time-current,
.mejs__time-float,
.mejs__time-float-corner,
.mejs__time-float-current,
.mejs__time-hovered,
.mejs__time-loaded,
.mejs__time-marker,
.mejs__time-total {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
}

.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%;
}

.mejs__time-buffering {
  -webkit-animation: 2s linear infinite buffering-stripes;
  animation: 2s linear infinite buffering-stripes;
  background: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.4) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.4) 75%,
    transparent 75%,
    transparent
  );
  background-size: 15px 15px;
  width: 100%;
}

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 30px 0;
  }
}

@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 30px 0;
  }
}

.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3);
}

.mejs__time-current,
.mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9);
}

.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}

.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}

.mejs__time-buffering,
.mejs__time-current,
.mejs__time-hovered,
.mejs__time-loaded {
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
  width: 100%;
}

.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}

.mejs__time-handle,
.mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}

.mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 10px;
}

.mejs__time-rail .mejs__time-handle-content:active,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail:hover .mejs__time-handle-content {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mejs__time-float {
  background: #eee;
  border: 1px solid #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
}

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}

.mejs__time-float-corner {
  border: 5px solid #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px;
}

.mejs__long-video .mejs__time-float-current {
  width: 60px;
}

.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}

.mejs__fullscreen-button > button {
  background-position: -80px 0;
}

.mejs__unfullscreen > button {
  background-position: -100px 0;
}

.mejs__mute > button {
  background-position: -60px 0;
}

.mejs__unmute > button {
  background-position: -40px 0;
}

.mejs__volume-button {
  position: relative;
}

.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}

.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}

.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
}

.mejs__volume-current {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}

.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 50px;
}

.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mejs__horizontal-volume-handle {
  display: none;
}

.mejs__captions-button,
.mejs__chapters-button {
  position: relative;
}

.mejs__captions-button > button {
  background-position: -140px 0;
}

.mejs__chapters-button > button {
  background-position: -180px 0;
}

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: 1px solid transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}

.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px;
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%;
}

.mejs__captions-selected,
.mejs__chapters-selected {
  color: #21f8f8;
}

.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}

.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}

.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs__captions-layer[lang="ar"] {
  font-size: 20px;
  font-weight: normal;
}

.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}

.mejs__captions-position-hover {
  bottom: 35px;
}

.mejs__captions-text,
.mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  -webkit-box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5),
    -5px 0 0 rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}

.mejs__overlay-error {
  position: relative;
}

.mejs__overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.mejs__cannotplay,
.mejs__cannotplay a {
  color: #fff;
  font-size: 0.8em;
}

.mejs__cannotplay {
  position: relative;
}

.mejs__cannotplay a,
.mejs__cannotplay p {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  margin: 0 7px 7px 0;
  width: 100%;
  height: 54px;
  font-size: 14px;
  line-height: 56px;
  padding: 0 30px 0 14px;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

@media (min-width: 480px) {
  .jcf-select {
    width: 200px;
    height: 54px;
  }
}

@media (min-width: 768px) {
  .jcf-select {
    width: 220px;
    height: 80px;
    margin: 0 16px 16px 0;
    padding: 0 30px 0 17px;
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  .jcf-select {
    width: 286px;
    padding: 0 30px;
  }
}

@media (min-width: 1200px) {
  .jcf-select {
    width: 368px;
  }
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-family: "Morn", sans-serif;
  font-size: 18px;
  line-height: 64px;
  font-weight: 500;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 40px;
  bottom: 0;
  right: 0;
  top: 0;
  background-image: url(images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-color: #fff;
}

.jcf-select-drop-content {
  margin-top: 2px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3888888889;
  color: #333;
}

@media (min-width: 1024px) {
  .jcf-select-drop-content {
    font-size: 18px;
  }
}

.jcf-list-content ul {
  list-style: none;
  padding: 8px 0;
  margin: 0;
  overflow-y: scroll;
  text-transform: capitalize;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.jcf-list-content ul::-webkit-scrollbar {
  display: none;
}

.jcf-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 14px;
}

@media (min-width: 768px) {
  .jcf-option {
    padding: 6px 17px;
  }
}

@media (min-width: 1024px) {
  .jcf-option {
    min-height: 60px;
    padding: 6px 30px;
  }
}

.jcf-option:hover {
  background-color: #41abdb;
  color: #fff;
}

.jcf-selected {
  background-color: #41abdb;
}

.jcf-select-drop-content .jcf-option[data-index="0"] {
  display: none;
}

.jcf-select-drop-content .jcf-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.jcf-select.jcf-select-alt-mod .jcf-select-text {
  white-space: normal;
}

.jcf-select-drop.jcf-select-alt-mod.jcf-select-jcf-hidden.jcf-unselectable {
  z-index: 2;
}

.jcf-file {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: 0 0;
}

.jcf-file .jcf-real-element {
  position: absolute;
  height: 62px;
  margin: 0;
  right: 0;
  top: 0;
}

.jcf-fake-input {
  display: none;
  font-size: 14px;
  color: #fff;
  background: none;
}

.jcf-file.jcf-extension-jpg .jcf-fake-input,
.jcf-file.jcf-extension-mp4 .jcf-fake-input,
.jcf-file.jcf-extension-pdf .jcf-fake-input,
.jcf-file.jcf-extension-png .jcf-fake-input,
.jcf-file.jcf-extension-svg .jcf-fake-input {
  display: block;
  color: #fff;
  background: none;
}

.jcf-file .jcf-upload-button {
  display: block;
  border: 2px solid #fff;
  margin: 0;
  padding: 15px 10px;
  line-height: 28px;
  height: 62px;
  width: 164px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #f5f5f5;
  background: 0 0;
}

@font-face {
  font-family: "Morn Hairline";
  src: url(fonts/Morn-HairlineOblique.eot);
  src: url(fonts/Morn-HairlineOblique.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-HairlineOblique.woff2) format("woff2"),
    url(fonts/Morn-HairlineOblique.woff) format("woff"),
    url(fonts/Morn-HairlineOblique.ttf) format("truetype"),
    url(fonts/Morn-HairlineOblique.svg#Morn-HairlineOblique) format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Morn Hairline";
  src: url(fonts/Morn-Hairline.eot);
  src: url(fonts/Morn-Hairline.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-Hairline.woff2) format("woff2"),
    url(fonts/Morn-Hairline.woff) format("woff"),
    url(fonts/Morn-Hairline.ttf) format("truetype"),
    url(fonts/Morn-Hairline.svg#Morn-Hairline) format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Morn";
  src: url(fonts/Morn-Bold.eot);
  src: url(fonts/Morn-Bold.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-Bold.woff2) format("woff2"),
    url(fonts/Morn-Bold.woff) format("woff"),
    url(fonts/Morn-Bold.ttf) format("truetype"),
    url(fonts/Morn-Bold.svg#Morn-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Morn";
  src: url(fonts/Morn-MediumOblique.eot);
  src: url(fonts/Morn-MediumOblique.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-MediumOblique.woff2) format("woff2"),
    url(fonts/Morn-MediumOblique.woff) format("woff"),
    url(fonts/Morn-MediumOblique.ttf) format("truetype"),
    url(fonts/Morn-MediumOblique.svg#Morn-MediumOblique) format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Morn";
  src: url(fonts/Morn-DemiBoldOblique.eot);
  src: url(fonts/Morn-DemiBoldOblique.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-DemiBoldOblique.woff2) format("woff2"),
    url(fonts/Morn-DemiBoldOblique.woff) format("woff"),
    url(fonts/Morn-DemiBoldOblique.ttf) format("truetype"),
    url(fonts/Morn-DemiBoldOblique.svg#Morn-DemiBoldOblique) format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Morn";
  src: url(fonts/Morn-Light.eot);
  src: url(fonts/Morn-Light.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-Light.woff2) format("woff2"),
    url(fonts/Morn-Light.woff) format("woff"),
    url(fonts/Morn-Light.ttf) format("truetype"),
    url(fonts/Morn-Light.svg#Morn-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Morn";
  src: url(fonts/Morn-RegularOblique.eot);
  src: url(fonts/Morn-RegularOblique.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-RegularOblique.woff2) format("woff2"),
    url(fonts/Morn-RegularOblique.woff) format("woff"),
    url(fonts/Morn-RegularOblique.ttf) format("truetype"),
    url(fonts/Morn-RegularOblique.svg#Morn-RegularOblique) format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Morn";
  src: url(fonts/Morn-ExtraBold.eot);
  src: url(fonts/Morn-ExtraBold.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-ExtraBold.woff2) format("woff2"),
    url(fonts/Morn-ExtraBold.woff) format("woff"),
    url(fonts/Morn-ExtraBold.ttf) format("truetype"),
    url(fonts/Morn-ExtraBold.svg#Morn-ExtraBold) format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Morn";
  src: url(fonts/Morn-BlackOblique.eot);
  src: url(fonts/Morn-BlackOblique.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-BlackOblique.woff2) format("woff2"),
    url(fonts/Morn-BlackOblique.woff) format("woff"),
    url(fonts/Morn-BlackOblique.ttf) format("truetype"),
    url(fonts/Morn-BlackOblique.svg#Morn-BlackOblique) format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Morn";
  src: url(fonts/Morn-BoldOblique.eot);
  src: url(fonts/Morn-BoldOblique.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-BoldOblique.woff2) format("woff2"),
    url(fonts/Morn-BoldOblique.woff) format("woff"),
    url(fonts/Morn-BoldOblique.ttf) format("truetype"),
    url(fonts/Morn-BoldOblique.svg#Morn-BoldOblique) format("svg");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Morn";
  src: url(fonts/Morn-ThinOblique.eot);
  src: url(fonts/Morn-ThinOblique.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-ThinOblique.woff2) format("woff2"),
    url(fonts/Morn-ThinOblique.woff) format("woff"),
    url(fonts/Morn-ThinOblique.ttf) format("truetype"),
    url(fonts/Morn-ThinOblique.svg#Morn-ThinOblique) format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Morn";
  src: url(fonts/Morn-ExtraBoldOblique.eot);
  src: url(fonts/Morn-ExtraBoldOblique.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-ExtraBoldOblique.woff2) format("woff2"),
    url(fonts/Morn-ExtraBoldOblique.woff) format("woff"),
    url(fonts/Morn-ExtraBoldOblique.ttf) format("truetype"),
    url(fonts/Morn-ExtraBoldOblique.svg#Morn-ExtraBoldOblique) format("svg");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Morn";
  src: url(fonts/Morn-LightOblique.eot);
  src: url(fonts/Morn-LightOblique.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-LightOblique.woff2) format("woff2"),
    url(fonts/Morn-LightOblique.woff) format("woff"),
    url(fonts/Morn-LightOblique.ttf) format("truetype"),
    url(fonts/Morn-LightOblique.svg#Morn-LightOblique) format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Morn";
  src: url(fonts/Morn-Medium.eot);
  src: url(fonts/Morn-Medium.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-Medium.woff2) format("woff2"),
    url(fonts/Morn-Medium.woff) format("woff"),
    url(fonts/Morn-Medium.ttf) format("truetype"),
    url(fonts/Morn-Medium.svg#Morn-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Morn";
  src: url(fonts/Morn-DemiBold.eot);
  src: url(fonts/Morn-DemiBold.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-DemiBold.woff2) format("woff2"),
    url(fonts/Morn-DemiBold.woff) format("woff"),
    url(fonts/Morn-DemiBold.ttf) format("truetype"),
    url(fonts/Morn-DemiBold.svg#Morn-DemiBold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Morn";
  src: url(fonts/Morn-ExtraLight.eot);
  src: url(fonts/Morn-ExtraLight.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-ExtraLight.woff2) format("woff2"),
    url(fonts/Morn-ExtraLight.woff) format("woff"),
    url(fonts/Morn-ExtraLight.ttf) format("truetype"),
    url(fonts/Morn-ExtraLight.svg#Morn-ExtraLight) format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Morn";
  src: url(fonts/Morn-Thin.eot);
  src: url(fonts/Morn-Thin.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-Thin.woff2) format("woff2"),
    url(fonts/Morn-Thin.woff) format("woff"),
    url(fonts/Morn-Thin.ttf) format("truetype"),
    url(fonts/Morn-Thin.svg#Morn-Thin) format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Morn";
  src: url(fonts/Morn-ExtraLightOblique.eot);
  src: url(fonts/Morn-ExtraLightOblique.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-ExtraLightOblique.woff2) format("woff2"),
    url(fonts/Morn-ExtraLightOblique.woff) format("woff"),
    url(fonts/Morn-ExtraLightOblique.ttf) format("truetype"),
    url(fonts/Morn-ExtraLightOblique.svg#Morn-ExtraLightOblique) format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Morn";
  src: url(fonts/Morn-Regular.eot);
  src: url(fonts/Morn-Regular.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-Regular.woff2) format("woff2"),
    url(fonts/Morn-Regular.woff) format("woff"),
    url(fonts/Morn-Regular.ttf) format("truetype"),
    url(fonts/Morn-Regular.svg#Morn-Regular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Morn";
  src: url(fonts/Morn-Black.eot);
  src: url(fonts/Morn-Black.eot?#iefix) format("embedded-opentype"),
    url(fonts/Morn-Black.woff2) format("woff2"),
    url(fonts/Morn-Black.woff) format("woff"),
    url(fonts/Morn-Black.ttf) format("truetype"),
    url(fonts/Morn-Black.svg#Morn-Black) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.nav-drop ul,
.tagcloud {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
.post-password-form p:after,
.post-password-form:after,
.search-form p:after,
.search-form:after,
.widget:after,
[id="nav"]:after,
dl:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.df-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 480px) {
  .df-row.df-rr-ph {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 480px) {
  .df-row.df-aic-ph {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .df-row.df-rr-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .df-row.df-aic-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .df-row.df-rr-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1024px) {
  .df-row.df-aic-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-4 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-6 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-7 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-8 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-9 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-11 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-12 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-row .col-sm-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) {
  .df-row .col-sm-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) {
  .df-row .col-sm-3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) {
  .df-row .col-sm-4 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) {
  .df-row .col-sm-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) {
  .df-row .col-sm-6 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) {
  .df-row .col-sm-7 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) {
  .df-row .col-sm-8 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) {
  .df-row .col-sm-9 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) {
  .df-row .col-sm-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) {
  .df-row .col-sm-11 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-row .col-sm-12 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-sm-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-sm-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1024px) {
  .df-row .col-md-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1024px) {
  .df-row .col-md-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1024px) {
  .df-row .col-md-3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1024px) {
  .df-row .col-md-4 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1024px) {
  .df-row .col-md-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1024px) {
  .df-row .col-md-6 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1024px) {
  .df-row .col-md-7 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1024px) {
  .df-row .col-md-8 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1024px) {
  .df-row .col-md-9 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1024px) {
  .df-row .col-md-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1024px) {
  .df-row .col-md-11 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1024px) {
  .df-row .col-md-12 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-md-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-md-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-row {
    margin: 0 -30px;
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth
}

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  color: #333;
  background: #fff;
  font: 16px/1.2 "Morn", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.2;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block;
}

.gm-style img {
  max-width: none;
}

@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }
}

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

address,
applet,
blockquote,
dl,
embed,
form,
frameset,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
object,
ol,
p,
table,
ul {
  margin: 0 0 20px;
}

blockquote {
  border-left: 4px solid #ddd;
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

td,
th {
  border: 1px solid #ddd;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ol,
ul {
  padding-left: 20px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

fieldset,
form {
  margin: 0;
  padding: 0;
  border-style: none;
}

form input[type="email"],
form input[type="password"],
form input[type="search"],
form input[type="tel"],
form input[type="text"],
form input[type="url"],
form textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 18px;
  font-family: "Morn", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 0;
}

form input[type="email"]:not(textarea),
form input[type="password"]:not(textarea),
form input[type="search"]:not(textarea),
form input[type="tel"]:not(textarea),
form input[type="text"]:not(textarea),
form input[type="url"]:not(textarea),
form textarea:not(textarea) {
  height: 40px;
}

form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="text"]:focus,
form input[type="url"]:focus,
form textarea:focus {
  outline: 0;
  border-color: #000;
}

form input[type="email"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="text"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #ddd;
}

form input[type="email"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="search"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="text"]::-moz-placeholder,
form input[type="url"]::-moz-placeholder,
form textarea::-moz-placeholder {
  opacity: 1;
  color: #ddd;
}

form input[type="email"]:-moz-placeholder,
form input[type="password"]:-moz-placeholder,
form input[type="search"]:-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form input[type="text"]:-moz-placeholder,
form input[type="url"]:-moz-placeholder,
form textarea:-moz-placeholder {
  color: #ddd;
}

form input[type="email"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="text"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #ddd;
}

form input[type="email"].placeholder,
form input[type="password"].placeholder,
form input[type="search"].placeholder,
form input[type="tel"].placeholder,
form input[type="text"].placeholder,
form input[type="url"].placeholder,
form textarea.placeholder {
  color: #ddd;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  overflow: auto;
}

form button,
form input[type="button"],
form input[type="file"],
form input[type="reset"],
form input[type="submit"] {
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 40px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  outline: 0;
  cursor: pointer;
  border: #000;
  border-radius: 0;
  background: #000;
}

form button:hover,
form input[type="button"]:hover,
form input[type="file"]:hover,
form input[type="reset"]:hover,
form input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

.gform_wrapper.gform_wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gform_wrapper.gform_wrapper form .gform-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.gform_wrapper.gform_wrapper form .gform_footer {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .gform_wrapper.gform_wrapper form .gform_footer {
    padding: 0 0 0 16px;
  }
}

.gform_wrapper.gform_wrapper form input[type="email"] {
  height: 40px;
  border: 0;
  padding: 12px 30px;
  font-size: 13px;
  line-height: 16px;
  color: #333;
  font-weight: 500;
}

@media (min-width: 768px) {
  .gform_wrapper.gform_wrapper form input[type="email"] {
    height: 60px;
    padding: 22px 30px;
  }
}

@media (min-width: 1024px) {
  .gform_wrapper.gform_wrapper form input[type="email"] {
    height: 80px;
    padding: 30px;
    font-size: 18px;
    line-height: 20px;
  }
}

.gform_wrapper.gform_wrapper
  form
  input[type="email"]::-webkit-input-placeholder {
  color: #333;
}

.gform_wrapper.gform_wrapper form input[type="email"]::-moz-placeholder {
  color: #333;
}

.gform_wrapper.gform_wrapper form input[type="email"]:-ms-input-placeholder {
  color: #333;
}

.gform_wrapper.gform_wrapper form input[type="email"]::-ms-input-placeholder {
  color: #333;
}

.gform_wrapper.gform_wrapper form input[type="email"]::placeholder {
  color: #333;
}

.gform_wrapper.gform_wrapper form .btn {
  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;
  position: relative;
  height: 40px;
  width: 40px;
  min-width: 40px;
  padding: 0;
}

@media (min-width: 768px) {
  .gform_wrapper.gform_wrapper form .btn {
    height: 60px;
    width: 165px;
  }
}

@media (min-width: 1024px) {
  .gform_wrapper.gform_wrapper form .btn {
    height: 80px;
    width: 176px;
  }
}

@media (max-width: 767px) {
  .gform_wrapper.gform_wrapper form .btn span {
    display: none;
  }
}

.gform_wrapper.gform_wrapper form .btn:before {
  display: block;
  font-size: 20px;
  line-height: 1;
  content: "\e903";
  font-family: "icomoon";
}

@media (min-width: 768px) {
  .gform_wrapper.gform_wrapper form .btn:before {
    display: none;
  }
}

.gform_wrapper.gform_wrapper form .gform_ajax_spinner {
  width: 40px;
  height: 40px;
  position: absolute;
}

@media (min-width: 768px) {
  .gform_wrapper.gform_wrapper form .gform_ajax_spinner {
    width: 165px;
    height: 60px;
  }
}

@media (min-width: 1024px) {
  .gform_wrapper.gform_wrapper form .gform_ajax_spinner {
    height: 80px;
    width: 176px;
  }
}

.nav-links,
.navigation,
.navigation-comments,
.navigation-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-single .next a,
.navigation-single .prev a {
  background: #000;
  color: #fff;
  border: #000;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 17px;
}

.nav-links .next:hover,
.nav-links .prev:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.navigation-single .next a:hover,
.navigation-single .prev a:hover {
  background: #000;
  color: #fff;
}

@media (min-width: 768px) {
  [id="twocolumns"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

[id="content"] {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  [id="content"] {
    width: 70%;
  }
}

[id="content"]:only-child {
  width: 100%;
}

[id="sidebar"] {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  [id="sidebar"] {
    width: 30%;
    padding-left: 30px;
  }
}

.widget {
  margin-bottom: 20px;
}

.widget select {
  min-width: 150px;
  width: 100%;
}

.post-password-form,
.search-form {
  margin-bottom: 10px;
}

.post-password-form label,
.search-form label {
  display: block;
}

.post-password-form input,
.search-form input {
  float: left;
  margin-right: 5px;
}

@media (min-width: 768px) {
  [id="sidebar"] .post-password-form input,
  [id="sidebar"] .search-form input {
    width: 100%;
    margin: 0 0 5px;
  }
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin: 0;
}

.nav-links,
.navigation,
.navigation-comments {
  width: 100%;
  position: relative;
}

.nav-links .screen-reader-text,
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.nav-links .page-numbers,
.navigation .page-numbers,
.navigation-comments .page-numbers {
  margin: 0 3px;
}

.nav-links .page-numbers:first-child,
.navigation .page-numbers:first-child,
.navigation-comments .page-numbers:first-child {
  margin-left: 0;
}

.nav-links .page-numbers:last-child,
.navigation .page-numbers:last-child,
.navigation-comments .page-numbers:last-child {
  margin-right: 0;
}

.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
  max-width: 49%;
}

@media (max-width: 767px) {
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    font-size: 0;
  }

  .nav-links .next:after,
  .nav-links .prev:after,
  .navigation .next:after,
  .navigation .prev:after,
  .navigation-comments .next:after,
  .navigation-comments .prev:after {
    content: "»";
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .nav-links .prev:after,
  .navigation .prev:after,
  .navigation-comments .prev:after {
    content: "«";
  }
}

.navigation-single {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.navigation-single .next,
.navigation-single .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  max-width: 49%;
  border: 0;
}

.navigation-single .next a,
.navigation-single .prev a {
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
  display: block;
  padding: 10px 20px;
  border: #000;
}

@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    font-size: 0;
  }

  .navigation-single .next a:after,
  .navigation-single .prev a:after {
    content: "»";
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .navigation-single .prev a:after {
    content: "«";
  }
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form input,
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 100%;
}

@media (min-width: 768px) {
  .comment-form input,
  .comment-form textarea {
    max-width: 300px;
  }
}

.comment-form input[type="submit"],
.comment-form textarea[type="submit"] {
  display: block;
  width: auto;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.commentlist {
  margin: 0 0 1.2em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item + .commentlist-item,
.commentlist-item .commentlist-item {
  padding-top: 20px;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

.widget_calendar #prev {
  text-align: left;
}

.widget_calendar #next {
  text-align: right;
}

#wp-calendar {
  width: 100%;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: #000;
  padding: 4px;
  margin-bottom: 20px;
  text-align: center;
}

.wp-caption img {
  margin-bottom: 4px;
}

.wp-caption p {
  margin: 0;
}

.aligncenter {
  margin: 0 auto 20px;
}

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

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 20px;
}

.alignnone,
.bypostauthor,
.gallery,
.gallery-caption,
.sticky,
.wp-caption-text {
  height: auto;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.gallery .gallery-item {
  margin: 0;
  padding: 0 10px 10px;
}

.gallery .gallery-item dt {
  float: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  width: 33.33%;
}

.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comment-list .comment-body {
  margin-bottom: 20px;
}

.comment-author img {
  margin-right: 10px;
}

.h1,
h1 {
  font-size: 28px;
}

.h2,
.h3,
h2,
h3 {
  font-size: 26px;
}

.h4,
h4 {
  font-size: 14px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  font-size: 14px;
}

@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 44px;
  }

  .h2,
  h2 {
    font-size: 26px;
  }

  .h3,
  h3 {
    font-size: 42px;
  }

  .h4,
  h4 {
    font-size: 26px;
  }

  .h5,
  h5 {
    font-size: 24px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .h1,
  h1 {
    font-size: 80px;
  }

  .h2,
  h2 {
    font-size: 46px;
  }

  .h3,
  h3 {
    font-size: 42px;
  }

  .h4,
  h4 {
    font-size: 32px;
  }

  .h5,
  h5 {
    font-size: 24px;
  }

  .h6,
  h6 {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 80px;
  }

  .h2,
  h2 {
    font-size: 46px;
  }

  .h3,
  h3 {
    font-size: 42px;
  }

  .h4,
  h4 {
    font-size: 32px;
  }

  .h5,
  h5 {
    font-size: 24px;
  }

  .h6,
  h6 {
    font-size: 20px;
  }
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Morn", sans-serif;
  color: inherit;
  font-weight: 500;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .h,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 20px;
  }
}

p {
  margin: 0 0 20px;
}

a {
  color: #145A70;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
a:hover {
  color: #000;
  text-decoration: none;
}

a[href*="mailto:"] {
  word-wrap: break-word;
}

[id="header"] {
  z-index: 999;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.header-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 50px 0 0;
}

@media (max-width: 1024px) {
  .nav-wraper {
    padding: 0;
  }
}

.nav-wraper .btn-holder {
  padding-left: 36px;
}

@media (max-width: 767px) {
  .nav-wraper .btn-holder {
    display: none;
  }
}

.nav-wraper .btn-holder.mobile {
  display: block;
}

@media (min-width: 768px) {
  .nav-wraper .btn-holder.mobile {
    display: none;
  }
}

.nav-wraper .btn-holder .btn {
  font-weight: 500;
}

@media (max-width: 1023px) {
  .nav-wraper .btn-holder .btn {
    font-size: 11px;
    min-width: 124px;
    padding: 12px;
  }
}

.dark .nav-wraper .btn-holder .btn,
.search-results .nav-wraper .btn-holder .btn,
.page-template-template-video .nav-wraper .btn-holder .btn,
.news-template-template-video .nav-wraper .btn-holder .btn {
  background-color: #333;
  color: #fff;
}

.dark .nav-wraper .btn-holder .btn:hover,
.search-results .nav-wraper .btn-holder .btn:hover,
.page-template-template-video .nav-wraper .btn-holder .btn:hover,
.news-template-template-video .nav-wraper .btn-holder .btn:hover {
  border: 1px solid transparent;
  background-color: #504d4d;
}

.logo {
  width: 110px;
  min-width: 110px;
  height: 110px;
  margin-right: 20px;
  background-color: #fff;
}

@media (max-width: 1023px) {
  .logo {
    width: 84px;
    min-width: 84px;
    height: 84px;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 54px;
    min-width: 54px;
    height: 54px;
  }
}

[id="nav"] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1023px) {
  [id="nav"] {
    padding-top: 36px;
  }
}

@media (max-width: 767px) {
  [id="nav"] {
    padding-top: 22px;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .nav-drop > ul > li:last-of-type {
    display: none;
  }
}

.nav-drop {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  color: #000;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
}

@media (min-width: 768px) {
  .nav-drop {
    top: calc(100% + 32px);
  }
}

@media (min-width: 1024px) {
  .nav-drop {
    padding: 0;
    position: static;
    opacity: 1;
    visibility: visible;
    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;
    background-color: transparent;
  }
}

.nav-active .nav-drop {
  opacity: 1;
  visibility: visible;
}

.nav-drop ul a {
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .nav-drop ul a {
    color: #686c75;
    font-size: 23px;
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 29px 0;
  }
}

.nav-drop ul a i {
  margin-left: 15px;
  font-size: 20px;
}

.nav-drop ul ul a {
  padding: 15px 0;
}

@media (min-width: 1024px) {
  .nav-drop > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.nav-drop li {
  position: relative;
  list-style: none;
}

@media (max-width: 1023px) {
  .nav-drop li {
    border-bottom: 1px solid #686c75;
  }
}

@media (min-width: 1024px) {
  .nav-drop li + li {
    padding-left: 31px;
  }
}

.nav-drop li.active > a,
.nav-drop li.hover > a{
  color: #40DBBF;
}


.nav-drop li.active.menu-item-has-children li.hover > a,
.nav-drop li.menu-item-has-children li.hover > a
{
  color: #333;
}



.nav-drop li.hover > ul {
  display: block;
}

.nav-drop li > ul {
  background: #868588;
  display: none;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
}

@media (min-width: 1024px) {
  .nav-drop li > ul {
    padding: 0;
    width: 150px;
    position: absolute;
  }
}

@media (min-width: 1024px) {
  .nav-drop li > ul ul {
    padding-top: 0;
    position: absolute;
    left: 100%;
    top: 0;
    width: 120px;
  }
}

.nav-drop li > ul li {
  padding: 0;
}

@media (min-width: 1024px) {
  .nav-drop li > ul li a {
    display: block;
    padding: 10px;
    font-size: 13px;
  }
}

.nav-opener {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #fff;
  font-size: 0;
  line-height: 0;
  float: right;
  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;
  margin-left: 36px;
}

@media (min-width: 1024px) {
  .nav-opener {
    display: none;
  }
}

.nav-opener span,
.nav-opener:after,
.nav-opener:before {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  background: #fff;
  position: absolute;
  top: 16px;
  left: 15%;
  right: 15%;
  height: 3px;
  margin-top: 1px;
}

.nav-opener:after,
.nav-opener:before {
  content: "";
  top: 9px;
}

.nav-opener:after {
  top: 24px;
}

.nav-opener:hover {
  opacity: 0.9;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  left: 15%;
  right: 15%;
}

.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.resize-active .nav-drop,
.resize-active .nav-drop > ul {
  -webkit-transition: none !important;
  transition: none !important;
}

.archive:not(.post-type-archive-people) .nav-drop ul li a,
.blog .nav-drop ul li a,
.error404 .nav-drop ul li a,
.page-template-template-insights .nav-drop ul li a {
  color: #686c75;
}

.archive:not(.post-type-archive-people) .nav-drop ul li li a,
.blog .nav-drop ul li li a,
.error404 .nav-drop ul li li a,
.page-template-template-insights .nav-drop ul li li a {
  color: #fff;
}

.archive:not(.post-type-archive-people) .nav-drop ul li a:hover,
.blog .nav-drop ul li a:hover,
.error404 .nav-drop ul li a:hover,
.page-template-template-insights .nav-drop ul li a:hover {
  color: #333;
  opacity: 0.8;
}

.archive:not(.post-type-archive-people) .nav-drop ul li.active > a,
.blog .nav-drop ul li.active > a,
.error404 .nav-drop ul li.active > a,
.page-template-template-insights .nav-drop ul li.active > a {
  color: #333;
}

.blog .nav-opener,
.post-type-archive-case_study .nav-opener,
.post-type-archive-event .nav-opener,
body.page-template-template-insights .nav-opener {
  border: 1px solid #868588;
}

.blog .nav-opener span,
.blog .nav-opener::after,
.blog .nav-opener::before,
.post-type-archive-case_study .nav-opener span,
.post-type-archive-case_study .nav-opener::after,
.post-type-archive-case_study .nav-opener::before,
.post-type-archive-event .nav-opener span,
.post-type-archive-event .nav-opener::after,
.post-type-archive-event .nav-opener::before,
body.page-template-template-insights .nav-opener span,
body.page-template-template-insights .nav-opener::after,
body.page-template-template-insights .nav-opener::before {
  background: #868588;
}

.btn {
  background: #000;
  border: 1px solid transparent;
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  padding: 20px;
  vertical-align: top;
  text-align: center;
  color: #fff;
  min-width: 165px;
  font-weight: 500;
  font-family: "Morn", sans-serif;
}

.btn-default,
.btn-default:hover,
.btn:hover {
  background: #000;
  color: #fff;
  border: #000;
}

.btn-primary {
  background-color: #145A70;
  color: #fff;
}

.btn-primary:hover {
  border: 1px solid transparent;
  background-color: #28769a;
}

.btn-secondary {
  background-color: #145a70;
  color: #fff;
}

.btn-secondary:hover {
  border: 1px solid transparent;
  background-color: #504d4d;
}

.btn-warning {
  background: #ffc107;
  color: #fff;
  border: #ffc107;
}

.btn-warning:hover {
  background: #d39e00;
  color: #fff;
  border: #d39e00;
}

.btn-sm {
  border-radius: 0;
  padding: 4px 10px;
}

.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation.pagination .nav-links .page-numbers.next,
.navigation.pagination .nav-links .page-numbers.prev {
  min-width: 70px;
  width: 70px;
  height: 40px;
  padding: 10px;
  text-align: center;
  background-color: #145a70;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .navigation.pagination .nav-links .page-numbers.next,
  .navigation.pagination .nav-links .page-numbers.prev {
    min-width: 110px;
    width: 110px;
    padding: 5px 10px;
    height: 27px;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    font-family: "Morn", sans-serif;
    font-weight: 500;
  }
}

@media (min-width: 1024px) {
  .navigation.pagination .nav-links .page-numbers.next,
  .navigation.pagination .nav-links .page-numbers.prev {
    height: 40px;
    padding: 10px;
  }
}

.navigation.pagination .nav-links .page-numbers.next:hover,
.navigation.pagination .nav-links .page-numbers.prev:hover {
  background-color: #504d4d;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-group > .btn + .btn {
  border-left: 0;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-wrap .btn {
  margin: 0 0 10px;
  max-width: 50%;
}

.btn-wrap .btn + .btn {
  margin-left: 20px;
}

.section-banner {
  position: relative;
  z-index: 0;
  padding: 112px 0 130px;
}

@media (max-width: 1024px) {
  .section-banner {
    padding: 54px 0 26px;
  }
}

.section-banner .title {
  text-align: center;
  color: #fff;
}

.section-banner .title .h1 {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
  font-size: 120px;
  display: block;
}

@media (max-width: 1024px) {
  .section-banner .title .h1 {
    font-size: 83px;
  }
}

@media (max-width: 767px) {
  .section-banner .title .h1 {
    font-size: 61px;
    padding: 0 20px;
  }
}

.section-banner .title .h1::after,
.section-banner .title .h1::before {
  content: "";
  width: 9999px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}

.section-banner .title .h1::before {
  left: -9999px;
}

.section-banner .title .h1::after {
  right: -9999px;
}

.section-cards {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .section-cards {
    padding: 40px 0;
  }
}

.section-cards .card-img {
  text-align: center;
  margin-bottom: 10px;
}

.section-cards .card-title {
  margin-bottom: 10px;
}

.section-cards .btn-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-hero {
  min-height: 973px;
  z-index: 0;
  position: relative;
  padding-bottom: 80px;
}

@media (max-width: 1023px) {
  .section-hero {
    min-height: 540px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .section-hero {
    min-height: 380px;
  }
}

.section-hero .container {
  min-height: 973px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1023px) {
  .section-hero .container {
    min-height: 540px;
  }
}

@media (max-width: 767px) {
  .section-hero .container {
    min-height: 380px;
  }
}

.section-hero .container .text-holder {
  position: relative;
  padding-left: 55px;
}

@media (max-width: 1023px) {
  .section-hero .container .text-holder {
    padding-left: 30px;
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .section-hero .container .text-holder {
    margin-bottom: 33px;
  }
}

.section-hero .container .text-holder::before {
  content: "";
  width: 15px;
  height: 274px;
  background-color: #41abdb;
  display: block;
  position: absolute;
  left: 0;
  top: 46%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1023px) {
  .section-hero .container .text-holder::before {
    height: 146px;
    width: 7px;
  }
}

@media (max-width: 767px) {
  .section-hero .container .text-holder::before {
    width: 5.5px;
    height: 112px;
  }
}

@media (max-width: 479px) {
  .section-hero .container .text-holder::before {
    height: 100px;
  }
}

@media (max-width: 379px) {
  .section-hero .container .text-holder::before {
    height: 95px;
  }
}

.section-hero .container .text-holder h1 {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 80px;
  line-height: 91px;
}

@media (max-width: 1023px) {
  .section-hero .container .text-holder h1 {
    font-size: 44px;
    line-height: 43px;
    font-weight: 500;
    margin-bottom: 13px;
  }
}

@media (max-width: 767px) {
  .section-hero .container .text-holder h1 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .section-hero .container .text-holder h1 {
    font-size: 6.4vw;
    line-height: 28px;
  }
}

@media (max-width: 399px) {
  .section-hero .container .text-holder h1 {
    font-size: 6.2vw;
    line-height: 22px;
  }
}

.bg-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.inner-page {
  position: relative;
  min-height: 935px;
  padding-bottom: 0;
}

@media (max-width: 1023px) {
  .inner-page {
    min-height: 503px;
  }
}

@media (max-width: 767px) {
  .inner-page {
    min-height: 367px;
    padding-bottom: 5px;
  }
}

.inner-page::after {
  content: "";
  display: none;
  background-image: url(images/decor-layer.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  pointer-events: none;
  fill: #fff;
}

@media (min-width: 1024px) {
  .inner-page::after {
    display: block;
    height: 337px;
  }
}

.inner-page .container {
  min-height: 367px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 118px;
}

@media (min-width: 768px) {
  .inner-page .container {
    min-height: 490px;
    padding-top: 100px;
  }
}

@media (min-width: 1024px) {
  .inner-page .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 935px;
  }
}

.inner-page .title {
  max-width: 500px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .inner-page .title {
    max-width: 345px;
  }
}

@media (min-width: 1024px) {
  .inner-page .title {
    max-width: 500px;
  }
}

.inner-page h1 {
  font-size: 56px;
  line-height: 58px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .inner-page h1 {
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .inner-page h1 {
    font-size: 94px;
    line-height: 92px;
  }
}

.inner-page .text {
  position: relative;
  max-width: 200px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 18px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .inner-page .text {
    color: #333;
  }
}

@media (min-width: 1024px) {
  .inner-page .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    max-width: 450px;
  }
}

.inner-page .text p {
  position: relative;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .inner-page .text p {
    margin-bottom: 10px;
  }
}

.inner-page .text p::after {
  content: "";
  width: 43px;
  height: 3px;
  background-color: #41abdb;
  position: absolute;
  left: 0;
  bottom: -9px;
}

@media (min-width: 768px) {
  .inner-page .text p::after {
    display: none;
  }
}

.inner-page .soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

.inner-page .soc-list :not(:last-child) {
  margin-right: 15px;
}

.inner-page .soc-list a {
  display: block;
  color: #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.inner-page .soc-list a:hover {
  color: #fff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.section-media {
  z-index: 0;
  position: relative;
}

.section-media::before {
  content: "";
  background-image: url(images/decor-layer.svg);
  width: 100%;
  height: 337px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

@media (max-width: 1023px) {
  .section-media .bg-image {
    background-position: 75% 100%;
  }
}

.section-media .df-row {
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 0;
  z-index: 2;
  position: relative;
}

@media (max-width: 767px) {
  .section-media .df-row {
    padding: 38px 0 18px;
  }
}

.section-media .df-row .col {
  width: 50%;
}

.section-media .df-row .col:last-child {
  text-align: right;
}

@media (max-width: 1023px) {
  .section-media .df-row .col:last-child {
    text-align: center;
  }
}

.section-media blockquote {
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
  border: none;
  color: #fff;
  max-width: 560px;
  margin: 15px 20px 15px 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .section-media blockquote {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
  }
}

.section-media a svg {
  margin-right: 15px;
}

@media (max-width: 1023px) {
  .section-media a svg {
    width: 207px;
    margin-right: 9px;
  }
}

@media (max-width: 767px) {
  .section-media a svg {
    width: 137px;
    height: 137px;
    margin: 0 0 16px;
  }
}

.section-media a:hover svg #circle {
  fill: #333;
}

.section-media a:hover svg #triangle {
  fill: #fff;
}

.section-media a path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#wrapper + .section-text-column {
  padding: 0;
}

.section-text-column {
  position: relative;
  padding: 178px 0;
  background-color: #f5f5f5;
}

@media (max-width: 1023px) {
  .section-text-column {
    padding: 108px 0 146px;
  }
}

@media (max-width: 767px) {
  .section-text-column {
    padding: 73px 0 110px;
  }
}

.section-text-column .df-row {
  margin: 0;
}

.section-text-column .df-row .col {
  width: 100%;
}

.section-text-column .text-holder {
  max-width: 465px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

@media (max-width: 1023px) {
  .section-text-column .text-holder {
    max-width: 100%;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 91px;
  }
}

@media (max-width: 767px) {
  .section-text-column .text-holder {
    margin-bottom: 178px;
  }
}

.section-text-column .text-holder .title {
  position: relative;
  line-height: 57px;
  margin: 7px 0 6px;
}

.section-text-column .text-holder .title::before {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #41abdb;
  position: absolute;
  left: 0;
  top: -32px;
}

.section-text-column .text-holder .title h3 {
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .section-text-column .text-holder .title h3 {
    line-height: 37px;
    margin-bottom: 18px;
  }
}

@media (max-width: 1023px) {
  .section-text-column .text-holder p {
    margin-bottom: 25px;
  }
}

.section-text-column .text-holder span {
  display: block;
}

.section-text-column .items-holder {
  padding: 10px 0 0 30px;
}

@media (max-width: 1023px) {
  .section-text-column .items-holder {
    padding: 0;
  }
}

.section-text-column .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 53px;
  padding-left: 30px;
}

@media (max-width: 1023px) {
  .section-text-column .item {
    margin-bottom: 64px;
  }
}

.section-text-column .item:nth-child(1) .icon img {
  left: -19px;
  top: 18px;
  width: 50px;
}

.section-text-column .item:nth-child(2) .icon img {
  left: -27px;
  top: 17px;
  max-width: 63px;
}

.section-text-column .item:nth-child(3) .icon img {
  left: -22px;
  top: 12px;
  max-width: 64px;
}

.section-text-column .item:nth-child(4) .icon img {
  left: -22px;
  top: 23px;
  max-width: 65px;
}

.section-text-column .item:last-child {
  margin-bottom: 0;
}

.section-text-column .item:last-child .icon img {
  left: -22px;
  top: 16px;
  max-width: 62px;
}

.section-text-column .item .icon {
  width: 60px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
}

@media (max-width: 1023px) {
  .section-text-column .item .icon {
    margin-right: 18px;
  }
}

.section-text-column .item .icon span {
  width: 58px;
  height: 58px;
  border-radius: 59px;
  background-color: #fff;
  display: block;
}

.section-text-column .item .icon img {
  position: absolute;
}

.section-text-column .item p {
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 26px;
}

.section-text-column .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #333;
}

.section-text-column .item a:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.section-text-column .item a i {
  margin-left: 22px;
  color: #41abdb;
}

.section-text-column .item h5 {
  margin-bottom: 19px;
}

@media (max-width: 1023px) {
  .section-text-column .item h5 {
    margin-bottom: 13px;
  }
}

@media (max-width: 767px) {
  .section-text-column .item h5 {
    margin-bottom: 23px;
  }
}

.section-text-column .side-popup.visible {
  display: block;
}

.section-text-column .side-popup.unactive {
  display: none;
}

.section-text-column .side-popup {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 50%;
  right: 0;
  width: 116px;
  height: 253px;
  padding: 28px 20px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  color: #fff;
  background-color: #145A70;
  background-image: url(images/bg-popup.png); 
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-blend-mode: multiply; 
}

/* @media (min-width: 1024px) {
  .section-text-column .side-popup {
    width: 510px;
    min-height: 326px;
    padding: 50px 60px;
  }
} */
.section-text-column .side-popup button {
  position: absolute;
  top: 11px;
  right: -2px;
  width: 40px;
  height: 50px;
  padding: 0;
  font-size: 13px;
  color: #f5f5f5;
  background: 0 0;
  border: none;
  cursor: pointer;
}

/* @media (min-width: 1024px) {
  .section-text-column .side-popup button {
    top: 15px;
    right: 17px;
    width: 40px;
    height: 50px;
    padding: 0;
    font-size: 20px;
  }
} */
.section-text-column .side-popup button:hover {
  color: #333;
}

.section-text-column .side-popup .text-hold {
  max-width: 250px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 17px;
  font-weight: 300;
}

/* @media (min-width: 1024px) {
  .section-text-column .side-popup .text-hold {
    max-width: 250px;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
  }
} */
.section-text-column .side-popup .text-hold h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
  font-weight: 500;
}

/* @media (min-width: 1024px) {
  .section-text-column .side-popup .text-hold h3 {
    font-size: 32px;
    line-height: 64px;
  }
} */
.section-text-column .side-popup .text-hold p {
  margin: 0;
}

.section-text-column .side-popup .btn {
  min-width: 84px;
  width: 84px;
  height: 36px;
  font-size: 11px;
  line-height: 14px;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  font-weight: 500;
}

/* @media (min-width: 1024px) {
  .section-text-column .side-popup .btn {
    min-width: 165px;
    height: 60px;
    padding: 20px;
    font-size: 16px;
    line-height: 19px;
  }
} */
.section-text-column .side-popup .btn:hover {
  color: #333;
  background-color: #fff;
}

.section-insights {
  padding: 184px 0;
}

@media (max-width: 1023px) {
  .section-insights {
    padding: 117px 0 47px;
  }
}

.section-insights .df-row {
  margin: 0;
}

@media (max-width: 1023px) {
  .section-insights .df-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.section-insights .text-holder {
  padding-top: 57px;
}

@media (max-width: 1023px) {
  .section-insights .text-holder {
    padding-top: 0;
  }
}

.section-insights .text-holder h6 {
  max-width: 330px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 22px;
}

@media (max-width: 1023px) {
  .section-insights .text-holder h6 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
  }
}

.section-insights .text-holder h6 a {
  color: #333;
}

.section-insights .text-holder span {
  font-weight: 600;
  color: #41abdb;
  line-height: 27px;
  margin-bottom: 39px;
  display: block;
}

@media (max-width: 1023px) {
  .section-insights .text-holder span {
    margin-bottom: 20px;
  }
}

.section-insights .text-holder a time {
  font-weight: 600;
  color: #41abdb;
  line-height: 27px;
  margin-bottom: 39px;
  display: block;
}

.section-insights .text-holder a time:hover {
  color: #41abdb;
}

@media (max-width: 1023px) {
  .section-insights .text-holder a time {
    margin-bottom: 20px;
  }
}

.section-insights .text-holder h4 {
  line-height: 58px;
  max-width: 505px;
  margin-bottom: 68px;
}

@media (max-width: 1023px) {
  .section-insights .text-holder h4 {
    max-width: 100%;
    margin-bottom: 20px;
    line-height: 37px;
  }
}

@media (max-width: 1023px) {
  .section-insights .text-holder h4 {
    margin-bottom: 14px;
    line-height: 25px;
  }
}

.section-insights .text-holder h4 a {
  color: #333;
}

.section-insights .text-holder h4 a:hover {
  color: #41abdb;
}

@media (max-width: 1023px) {
  .section-insights .img-holder {
    height: 550px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .section-insights .img-holder img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}

@media (max-width: 479px) {
  .section-insights .img-holder {
    height: 263px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

.section-insights .slick-slide {
  position: relative;
}

.section-insights .slick-slide:first-child .slick-prev,
.section-insights .slick-slide:last-child .slick-next {
  pointer-events: none;
  opacity: 0.3;
}

.section-insights .slick-arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.section-insights .slider-with-controls {
  position: relative;
  margin-right: -30px;
  margin-left: -30px;
}

@media (min-width: 480px) {
  .section-insights .slider-with-controls {
    margin: 0;
  }
}

.section-insights .slider-with-controls img {
  width: 100%;
  height: 100%;
}

.section-insights .slider-with-controls .text-holder {
  padding: 0 30px;
}

@media (min-width: 480px) {
  .section-insights .slider-with-controls .text-holder {
    padding: 0;
  }
}

.section-insights .dots {
  position: absolute;
  right: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1023px) {
  .section-insights .dots {
    display: none;
  }
}

.section-insights .dots .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.section-insights .dots li.slick-active button {
  width: 40px;
  background-color: #41abdb;
}

.section-insights .dots li button {
  font-family: "slick";
  font-size: 0;
  background-color: #cde2e5;
  border: none;
  width: 20px;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.section-blockquote {
  position: relative;
  z-index: 0;
  padding: 204px 0 77px;
}

@media (max-width: 1023px) {
  .section-blockquote {
    padding: 106px 0 60px;
  }
}

@media (max-width: 767px) {
  .section-blockquote {
    padding: 97px 0 71px;
  }
}

.section-blockquote blockquote {
  font-family: "Morn";
  border: none;
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.22px;
  line-height: 56px;
  color: #fff;
  text-align: center;
  padding: 0;
  position: relative;
}

@media (max-width: 1023px) {
  .section-blockquote blockquote {
    max-width: 560px;
    margin: 0 auto;
    font-size: 21px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .section-blockquote blockquote {
    font-size: 18px;
    margin: 0 auto;
  }
}

.section-blockquote blockquote::before {
  content: "";
  background-image: url(images/blockquote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 66px;
  height: 53px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -101px;
}

@media (max-width: 1023px) {
  .section-blockquote blockquote::before {
    top: -67px;
    width: 30px;
    height: 21px;
  }
}

@media (max-width: 767px) {
  .section-blockquote blockquote::before {
    top: -57px;
  }
}

.section-blockquote blockquote p {
  margin-bottom: 29px;
}

@media (max-width: 1023px) {
  .section-blockquote blockquote p {
    margin-bottom: 17px;
  }
}

@media (max-width: 767px) {
  .section-blockquote blockquote p {
    margin-bottom: 52px;
  }
}

.section-blockquote blockquote cite {
  display: block;
  font-weight: 700;
  color: #cde2e5;
  font-style: normal;
  font-size: 16px;
  line-height: 27px;
}

@media (max-width: 1023px) {
  .section-blockquote blockquote cite {
    font-size: 10px;
    line-height: 15px;
  }
}

.section-slide-work {
  padding: 151px 0 271px;
  background-color: #f5f5f5;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .section-slide-work {
    padding: 118px 0 271px;
  }
}

@media (max-width: 767px) {
  .section-slide-work {
    padding: 82px 0 3px;
  }
}

.section-slide-work .text-holder {
  max-width: 945px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1023px) {
  .section-slide-work .text-holder {
    font-size: 14px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .section-slide-work .text-holder {
    padding: 0;
  }
}

.section-slide-work .text-holder h4 {
  font-size: 20px;
  line-height: 37px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .section-slide-work .text-holder h4 {
    font-size: 26px;
    margin-bottom: 8px;
  }
}

.section-slide-work .title-header {
  margin: 0 auto 9px;
  max-width: 300px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 480px) {
  .section-slide-work .title-header {
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .section-slide-work .title-header {
    margin: 0 0 50px;
  }
}

@media (max-width: 767px) {
  .section-slide-work .title-header h2 {
    line-height: 37px;
  }
}

.section-slide-work .title-header h2::before {
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-slide-work .slick-list {
  overflow: visible;
}

.section-slide-work .container-arrow {
  max-width: 1166px;
  padding: 0 15px;
}

.section-slide-work .slick-slide.slick-current .text-holder {
  opacity: 1;
  visibility: visible;
}

.section-slide-work .slick-arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  color: #41abdb;
  top: 135px;
  font-size: 8px;
  z-index: 22;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .section-slide-work .slick-arrow {
    width: 44px;
    height: 44px;
    top: 50%;
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .section-slide-work .slick-arrow {
    width: 80px;
    height: 80px;
    font-size: 24px;
  }
}

.section-slide-work .slick-arrow:hover {
  background-color: #41abdb;
  color: #fff;
  border: 1px solid #fff;
}

.section-slide-work .slick-arrow.slick-prev {
  left: 24px;
}

@media (min-width: 768px) {
  .section-slide-work .slick-arrow.slick-prev {
    left: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: calc((100vw - 515px) / 2);
  }
}

@media (min-width: 1024px) {
  .section-slide-work .slick-arrow.slick-prev {
    left: calc((100vw - 830px) / 2);
  }
}

@media (min-width: 1200px) {
  .section-slide-work .slick-arrow.slick-prev {
    left: calc((100vw - 1140px) / 2);
  }
}

.section-slide-work .slick-arrow.slick-next {
  right: 24px;
}

@media (min-width: 768px) {
  .section-slide-work .slick-arrow.slick-next {
    right: 50px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    right: calc((100vw - 515px) / 2);
  }
}

@media (min-width: 1024px) {
  .section-slide-work .slick-arrow.slick-next {
    right: calc((100vw - 830px) / 2);
  }
}

@media (min-width: 1200px) {
  .section-slide-work .slick-arrow.slick-next {
    right: calc((100vw - 1140px) / 2);
  }
}

.section-slide-work .img-holder {
  margin-bottom: 43px;
  -webkit-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
}

@media (max-width: 1023px) {
  .section-slide-work .img-holder {
    margin-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .section-slide-work .img-holder {
    margin-bottom: 35px;
  }
}

.section-slide-work .custom-slider.variable-width .slide {
  width: 818px;
}

@media (max-width: 1199px) {
  .section-slide-work .custom-slider.variable-width .slide {
    width: 368px;
  }
}

@media (max-width: 767px) {
  .section-slide-work .custom-slider.variable-width .slide {
    width: 100%;
  }
}

.section-slide-work .custom-slider.variable-width .slide .slide-card {
  width: 1140px;
  height: 658px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-slide-work .custom-slider.variable-width .slide .slide-card img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 1140px;
  height: 658px;
}

@media (max-width: 1199px) {
  .section-slide-work .custom-slider.variable-width .slide .slide-card {
    width: 830px;
    height: 460px;
  }

  .section-slide-work .custom-slider.variable-width .slide .slide-card img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 830px;
    height: 100%;
  }
}

@media (max-width: 1023px) {
  .section-slide-work .custom-slider.variable-width .slide .slide-card {
    width: 515px;
    height: 297px;
  }
}

@media (max-width: 767px) {
  .section-slide-work .custom-slider.variable-width .slide .slide-card {
    width: 100%;
    height: auto;
  }

  .section-slide-work
    .custom-slider.variable-width
    .slide
    .slide-card
    .img-holder {
    overflow: hidden;
    margin-left: -30px;
    margin-right: -30px;
    height: 281px;
  }

  .section-slide-work .custom-slider.variable-width .slide .slide-card img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
  }
}

.section-slide-work .custom-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}

.section-slide-work .custom-slider .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  outline: 0 !important;
}

@media (min-width: 768px) {
  .section-slide-work .custom-slider .slide {
    padding: 5px;
  }
}

.section-slide-work .custom-slider .slide .slide-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.section-slide-work .custom-slider .slide .card-bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 80%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.section-slide-work .custom-slider .slide .card-content {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.section-slide-work .custom-slider .slide.slick-active,
.section-slide-work .custom-slider .slide.slick-center .slide-card {
  z-index: 1;
}

.section-slide-work .custom-slider .slide.slick-center:not(.slick-cloned),
.section-slide-work .custom-slider .slide.slick-current,
.section-slide-work .custom-slider .slide.tmp-center {
  z-index: 3;
}

.section-slide-work
  .custom-slider
  .slide.slick-center:not(.slick-cloned)
  .slide-card,
.section-slide-work .custom-slider .slide.slick-current .slide-card,
.section-slide-work .custom-slider .slide.tmp-center .slide-card {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.section-slide-work
  .custom-slider
  .slide.slick-center:not(.slick-cloned)
  .card-bg,
.section-slide-work .custom-slider .slide.slick-current .card-bg,
.section-slide-work .custom-slider .slide.tmp-center .card-bg {
  height: 100%;
}

.section-slide-work
  .custom-slider
  .slide.slick-center:not(.slick-cloned)
  .card-content,
.section-slide-work .custom-slider .slide.slick-current .card-content,
.section-slide-work .custom-slider .slide.tmp-center .card-content {
  opacity: 1;
}

.section-slide-work .custom-slider .slide.tmp-inactive {
  z-index: 2;
}

.section-slide-work .custom-slider .slide.tmp-inactive .slide-card {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.section-slide-work .custom-slider .slide.tmp-inactive .card-bg {
  height: 80%;
}

.section-slide-work .custom-slider .slide.tmp-inactive .card-content {
  opacity: 0;
}

.section-slide-work .custom-slider .slide.no-anim .slide-card,
.section-slide-work .custom-slider .slide.no-anim .slide-card * {
  -webkit-transition: none;
  transition: none;
}

.section-slide-work .custom-slider.slides-count-3 {
  max-width: 100%;
  margin: 0 auto;
}

.section-slide-work .custom-slider.slides-count-1,
.section-slide-work .custom-slider.slides-count-2 {
  max-width: 420px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .section-slide-work .custom-slider.slides-count-1,
  .section-slide-work .custom-slider.slides-count-2 {
    max-width: 368px;
  }
}

.section-slide-work
  .custom-slider.non-variable-width.slides-count-3
  .slide
  .slide-card,
.section-slide-work .custom-slider.slides-count-1 .slide .slide-card,
.section-slide-work .custom-slider.slides-count-2 .slide .slide-card {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.section-banner-min {
  position: relative;
}

@media (max-width: 768px) {
  .section-banner-min {
    background-color: #f5f5f5;
  }
}

@media (max-width: 1024px) {
  .section-banner-min .container {
    padding: 0;
    max-width: 100%;
  }
}

.section-banner-min .text-holder {
  background-color: #f5f5f5;
  text-align: center;
  padding: 86px;
  margin: -75px 0 93px;
  position: relative;
}

@media (max-width: 1024px) {
  .section-banner-min .text-holder {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .section-banner-min .text-holder {
    padding: 80px 40px;
  }
}

@media (max-width: 768px) {
  .section-banner-min .text-holder {
    margin: 0 auto;
    max-width: 560px;
  }
}

.section-banner-min .text-holder::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #4b97bb;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

@media (max-width: 1024px) {
  .section-banner-min .text-holder::before {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 22px solid #539fc1;
  }
}

.section-banner-min .text-holder .title {
  position: relative;
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
}

.section-banner-min .text-holder .title:after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #41abdb;
  display: block;
  margin: 0 auto 50px;
}

.section-banner-min .text-holder .title h4 {
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 48px;
  margin-bottom: 38px;
}

@media (max-width: 1024px) {
  .section-banner-min .text-holder .title h4 {
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 37px;
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .section-banner-min .text-holder .title h4 {
    padding: 0;
  }
}

.section-banner-min .btn-holder .btn {
  font-weight: 500;
}

.section-opportunity {
  background-color: #f5f5f5;
  padding: 178px 0;
}

@media (max-width: 1024px) {
  .section-opportunity {
    padding: 98px 0 85px;
    background-color: #fff;
  }
}

.section-opportunity .title-header {
  text-align: center;
  margin-bottom: 90px;
  padding: 0 15px;
}

@media (max-width: 1024px) {
  .section-opportunity .title-header {
    text-align: center;
    margin-bottom: 40px;
  }
}

.section-opportunity .title-header h2 {
  position: relative;
}

.section-opportunity .title-header h2::before {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #41abdb;
  position: absolute;
  left: 50%;
  top: -34px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .section-opportunity .title-header h2::before {
    width: 43px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.section-opportunity .df-row {
  margin: 0 -8px;
}

@media (max-width: 767px) {
  .section-opportunity .df-row {
    max-width: 210px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .section-opportunity .df-row .col {
    margin-bottom: 60px;
  }
}

.section-opportunity .item {
  padding: 0 8px;
}

@media (max-width: 480px) {
  .section-opportunity .item {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .section-opportunity .item h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
  }
}

.section-opportunity .item .img-holder {
  position: relative;
  display: block;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 19px;
}

.section-opportunity .item .img-holder:hover span,
.section-opportunity .item .img-holder:hover::after,
.section-opportunity .item .img-holder:hover::before {
  visibility: visible;
}

.section-opportunity .item .img-holder:hover span i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section-opportunity .item .img-holder::before {
  content: "";
  width: 10px;
  height: 57px;
  background-color: #41abdb;
  position: absolute;
  left: 0;
  top: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  z-index: 1;
}

@media (max-width: 1024px) {
  .section-opportunity .item .img-holder::before {
    width: 5px;
    height: 33px;
    top: 32px;
  }
}

.section-opportunity .item .img-holder::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  z-index: 0;
}

.section-opportunity .item .img-holder img {
  width: 100%;
}

.section-opportunity .item .img-holder span {
  position: absolute;
  width: 57px;
  height: 57px;
  border: 1px solid #fff;
  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;
  color: #fff;
  visibility: hidden;
  z-index: 1;
  top: 60px;
  left: 40px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .section-opportunity .item .img-holder span {
    width: 32px;
    height: 32px;
    top: 32px;
    left: 24px;
  }
}

.section-opportunity .item .img-holder span i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.section-opportunity .item span {
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}

@media (max-width: 1024px) {
  .section-opportunity .item span {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
  }
}

.custom-popup.fancybox-content {
  width: 548px;
  padding-top: 50px;
  vertical-align: middle;
  background-color: transparent;
  color: #fff;
  cursor: auto;
}

.custom-popup.fancybox-content h2 {
  position: relative;
  color: #fff;
  font-size: 26px;
  padding-right: 65px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .custom-popup.fancybox-content h2 {
    padding-right: 80px;
    margin-bottom: 85px;
    font-size: 36px;
  }
}

.custom-popup.fancybox-content h2::before {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #41abdb;
  position: absolute;
  left: 0;
  top: -34px;
}

.custom-popup.fancybox-content .form-wrap {
  margin-bottom: 28px;
}

.custom-popup.fancybox-content .ginput_container {
  margin-bottom: 5px;
}

.custom-popup.fancybox-content .gform_wrapper.gravity-theme input[type="email"],
.custom-popup.fancybox-content .gform_wrapper.gravity-theme input[type="text"] {
  height: 62px;
  padding: 10px 30px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}

.custom-popup.fancybox-content
  .gform_wrapper.gravity-theme
  .gfield
  textarea.large::-webkit-input-placeholder,
.custom-popup.fancybox-content
  .gform_wrapper.gravity-theme
  input[type="email"]::-webkit-input-placeholder,
.custom-popup.fancybox-content
  .gform_wrapper.gravity-theme
  input[type="text"]::-webkit-input-placeholder {
  font-size: 13px;
  color: #333;
  font-weight: 500;
}

.custom-popup.fancybox-content
  .gform_wrapper.gravity-theme
  .gfield
  textarea.large::-moz-placeholder,
.custom-popup.fancybox-content
  .gform_wrapper.gravity-theme
  input[type="email"]::-moz-placeholder,
.custom-popup.fancybox-content
  .gform_wrapper.gravity-theme
  input[type="text"]::-moz-placeholder {
  font-size: 13px;
  color: #333;
  font-weight: 500;
}

.custom-popup.fancybox-content
  .gform_wrapper.gravity-theme
  .gfield
  textarea.large:-ms-input-placeholder,
.custom-popup.fancybox-content
  .gform_wrapper.gravity-theme
  input[type="email"]:-ms-input-placeholder,
.custom-popup.fancybox-content
  .gform_wrapper.gravity-theme
  input[type="text"]:-ms-input-placeholder {
  font-size: 13px;
  color: #333;
  font-weight: 500;
}

.custom-popup.fancybox-content
  .gform_wrapper.gravity-theme
  .gfield
  textarea.large::-ms-input-placeholder,
.custom-popup.fancybox-content
  .gform_wrapper.gravity-theme
  input[type="email"]::-ms-input-placeholder,
.custom-popup.fancybox-content
  .gform_wrapper.gravity-theme
  input[type="text"]::-ms-input-placeholder {
  font-size: 13px;
  color: #333;
  font-weight: 500;
}

.custom-popup.fancybox-content
  .gform_wrapper.gravity-theme
  .gfield
  textarea.large::placeholder,
.custom-popup.fancybox-content
  .gform_wrapper.gravity-theme
  input[type="email"]::placeholder,
.custom-popup.fancybox-content
  .gform_wrapper.gravity-theme
  input[type="text"]::placeholder {
  font-size: 13px;
  color: #333;
  font-weight: 500;
}

.custom-popup.fancybox-content
  .gform_wrapper.gravity-theme
  .gfield
  textarea.large {
  height: 157px;
  padding: 10px 30px;
  font-size: 13px;
}

.custom-popup.fancybox-content
  .gform_wrapper.gravity-theme
  .gform_footer
  button {
  height: 62px;
  width: 70px;
  font-size: 13px;
}

@media (min-width: 768px) {
  .custom-popup.fancybox-content
    .gform_wrapper.gravity-theme
    .gform_footer
    button {
    width: 164px;
  }
}

.custom-popup.fancybox-content .form input[type="file"] {
  font-size: 13px;
}

#gform_fields_6 {
  grid-template-areas: "i i i i i i i i i i i i" "t t t t t t t t t t t t";
}

#field_6_2 {
  grid-area: t;
}

#field_6_1 {
  grid-area: i;
}

#popup3.fancybox-content p {
  font-size: 12px;
  font-weight: 300;
  margin-right: -16%;
}

@media (min-width: 768px) {
  #popup3.fancybox-content p {
    margin-right: -50%;
  }
}

#popup2.fancybox-content form {
  display: block;
}

#popup2.fancybox-content .gform_heading {
  margin-bottom: 52px;
}

#popup2.fancybox-content h2,
#popup2.fancybox-content p {
  margin-bottom: 25px;
}

#popup2.fancybox-content span {
  font-size: 22px;
  color: #f5f5f5;
}

#popup2.fancybox-content .btn span,
#popup2.fancybox-content .jcf-button-content {
  font-size: 13px;
}

#popup2 .gform_wrapper.gform_wrapper form .gform_footer {
  padding: 0;
}

#field_7_6 .gfield_label,
#gfield_upload_rules_7_6 {
  display: none;
}

#gform_confirmation_message_7.gform_confirmation_message_7 h2 {
  margin-bottom: 0;
}

#gform_confirmation_message_6.gform_confirmation_message_6 p {
  margin-right: 0;
  font-size: 22px;
}

#gform_confirmation_message_6 h2,
#gform_confirmation_message_7 h2 {
  margin-bottom: 0;
  text-transform: capitalize;
}

#gform_confirmation_message_6 p,
#gform_confirmation_message_7 p {
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  margin-right: 0;
}

#gform_6_validation_container,
#gform_7_validation_container {
  margin-bottom: 53px;
}

#gform_6_validation_container h2 span {
  display: none;
}

#validation_message_6_1,
#validation_message_7_1,
#validation_message_7_3,
#validation_message_7_4,
.gform_wrapper .gform_validation_errors > h2 {
  font-size: 13px;
}

.section-opportunity-white-bg {
  background-color: #fff;
}

.section-banner-twitter {
  background-color: #41abdb;
  position: relative;
  padding: 117px 0;
  z-index: 0;
}

@media (max-width: 1024px) {
  .section-banner-twitter {
    padding: 86px 0 59px;
  }
}

@media (max-width: 767px) {
  .section-banner-twitter {
    padding: 52px 0 59px;
  }
}

.section-banner-twitter::before {
  content: "";
  background-image: url(images/decor-layer.svg);
  width: 100%;
  height: 337px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

@media (max-width: 1024px) {
  .section-banner-twitter .text-holder {
    padding-right: 35px;
  }
}

@media (max-width: 767px) {
  .section-banner-twitter .text-holder {
    font-size: 18px;
    line-height: 34px;
    font-weight: 300;
    padding-right: 0;
    padding-left: 10px;
  }
}

.section-banner-twitter .twitter-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: 300;
  line-height: 34px;
  position: relative;
}

@media (max-width: 767px) {
  .section-banner-twitter .twitter-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.section-banner-twitter .twitter-holder a {
  color: #fff;
  text-decoration: underline;
}

.section-banner-twitter .twitter-holder p {
  margin-bottom: 0;
}

.section-banner-twitter .twitter-holder .img-holder {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 27px;
}

@media (max-width: 767px) {
  .section-banner-twitter .twitter-holder .img-holder {
    margin-right: 0;
    margin-bottom: 36px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .section-banner-twitter .twitter-holder .img-holder img {
    max-width: none;
    width: 70px;
  }
}

.section-banner-twitter .twitter-holder .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 18px 0 0;
  list-style-type: none;
  font-size: 16px;
}

.section-banner-twitter .twitter-holder .list li {
  margin-right: 42px;
}

.section-banner-twitter .twitter-holder .list li a {
  text-decoration: none;
}

.js-members-items-carousel {
  position: relative;
}

.js-members-items-carousel .slick-track {
  margin-bottom: 100px;
}

@media (min-width: 480px) {
  .js-members-items-carousel .slick-track {
    margin-bottom: 114px;
  }
}

@media (min-width: 768px) {
  .js-members-items-carousel .slick-track {
    max-width: 100%;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    margin-bottom: 125px;
  }
}

@media (min-width: 1024px) {
  .js-members-items-carousel .slick-track {
    margin-bottom: 252px;
  }
}

.js-members-items-carousel .slick-arrow {
  position: absolute;
  bottom: 74px;
  z-index: 3;
}

@media (min-width: 768px) {
  .js-members-items-carousel .slick-arrow {
    display: none !important;
  }
}

.js-members-items-carousel .slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 400px) {
  .js-members-items-carousel .slick-prev {
    left: 10%;
  }
}

.js-members-items-carousel .slick-next {
  right: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

@media (min-width: 400px) {
  .js-members-items-carousel .slick-next {
    right: 10%;
  }
}

.js-members-items-carousel .slick-next.slick-disabled,
.js-members-items-carousel .slick-prev.slick-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.js-members-items-carousel .slick-slide {
  position: relative;
}

.js-members-items-carousel .slick-arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.js-members-items-carousel .js-member {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 480px) {
  .js-members-items-carousel .js-member {
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .js-members-items-carousel .js-member {
    max-width: 25%;
  }
}

.js-members-container {
  max-width: 1750px;
  padding: 0 30px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .js-members-items.container {
    max-width: 1748px;
  }
}

.js-members-filters {
  max-width: 382px;
  margin: 0 auto 150px;
}

@media (min-width: 480px) {
  .js-members-filters {
    max-width: 440px;
  }
}

@media (min-width: 768px) {
  .js-members-filters {
    max-width: 704px;
    margin: 0 auto 69px;
  }
}

@media (min-width: 1024px) {
  .js-members-filters {
    max-width: 992px;
    margin: 0 auto 150px;
  }
}

@media (min-width: 1200px) {
  .js-members-filters {
    max-width: 1154px;
  }
}

.section-people {
  padding: 80px 0 0;
  background-color: #f5f5f5;
}

.section-people .mr {
  margin-right: 7px;
}

@media (min-width: 768px) {
  .section-people .mr {
    margin-right: 16px;
  }
}

.section-people .btn {
  font-family: "Morn", sans-serif;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  height: 42px;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 7px;
}

@media (min-width: 480px) {
  .section-people .btn {
    width: 200px;
    height: 42px;
  }
}

@media (min-width: 768px) {
  .section-people .btn {
    width: 100px;
    min-width: 100px;
    height: 80px;
    font-size: 15px;
    padding: 20px;
  }
}

@media (min-width: 1024px) {
  .section-people .btn {
    width: 164px;
    height: 80px;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .section-people .btn {
    width: 176px;
    height: 80px;
    font-size: 18px;
  }
}

.section-people .title-header {
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .section-people .title-header {
    margin-bottom: 52px;
  }
}

@media (min-width: 1024px) {
  .section-people .title-header {
    margin-bottom: 88px;
  }
}

.section-people .title-header h2::before {
  left: 50%;
  top: -34px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-people .item {
  position: relative;
  margin: 0 7px;
}

@media (min-width: 1024px) {
  .section-people .item {
    margin: 0 11px;
  }
}

.section-people .item .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 26px;
  z-index: 0;
}

@media (min-width: 1024px) {
  .section-people .item .img-holder {
    margin-bottom: 22px;
  }
}

.section-people .item .img-holder:hover span,
.section-people .item .img-holder:hover::after,
.section-people .item .img-holder:hover::before {
  visibility: visible;
}

.section-people .item .img-holder:hover span i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section-people .item .img-holder::before {
  content: "";
  width: 10px;
  height: 57px;
  background-color: #41abdb;
  position: absolute;
  left: 0;
  top: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  z-index: 1;
}

@media (max-width: 1024px) {
  .section-people .item .img-holder::before {
    width: 5px;
    height: 33px;
    top: 32px;
  }
}

.section-people .item .img-holder::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  z-index: 0;
}

.section-people .item .img-holder img {
  width: 100%;
}

.section-people .item .img-holder .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.4))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 20;
}

.section-people .item .img-holder span {
  position: absolute;
  width: 57px;
  height: 57px;
  border: 1px solid #fff;
  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;
  color: #fff;
  visibility: hidden;
  z-index: 1;
  top: 60px;
  left: 40px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .section-people .item .img-holder span {
    width: 32px;
    height: 32px;
    top: 32px;
    left: 24px;
  }
}

.section-people .item .img-holder span i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.section-people .item span {
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}

@media (max-width: 1024px) {
  .section-people .item span {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
  }
}

.section-people .item .img-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 320px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}

@media (min-width: 480px) {
  .section-people .item .img-text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 768px) {
  .section-people .item .img-text {
    bottom: 30px;
    left: 30px;
  }
}

@media (min-width: 1024px) {
  .section-people .item .img-text {
    bottom: 30px;
    left: 20px;
  }
}

@media (min-width: 1300px) {
  .section-people .item .img-text {
    bottom: 37px;
    left: 40px;
  }
}

.section-people .item .img-text h5 {
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 125%;
  line-height: 29px;
}

@media (min-width: 480px) {
  .section-people .item .img-text h5 {
    font-size: 48px;
    line-height: 56px;
  }
}

@media (min-width: 768px) {
  .section-people .item .img-text h5 {
    font-size: 48px;
    line-height: 56px;
  }
}

@media (min-width: 1024px) {
  .section-people .item .img-text h5 {
    margin-bottom: 4px;
    font-size: 25px;
    line-height: 30px;
  }
}

@media (min-width: 1200px) {
  .section-people .item .img-text h5 {
    font-size: 2.5vw;
    line-height: 45px;
  }
}

@media (min-width: 2000px) {
  .section-people .item .img-text h5 {
    font-size: 48px;
    line-height: 56px;
  }
}

.section-people .item .img-text span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #cde2e5;
  font-style: normal;
  text-transform: uppercase;
  max-width: 80%;
}

@media (min-width: 480px) {
  .section-people .item .img-text span {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 768px) {
  .section-people .item .img-text span {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1024px) {
  .section-people .item .img-text span {
    padding-right: 100px;
    font-size: 14px;
    line-height: 22px;
  }
}

@media (min-width: 1200px) {
  .section-people .item .img-text span {
    font-size: 18px;
    line-height: 26px;
  }
}

.section-people .item .img-text mark {
  color: #41abdb;
  background: none;
}

.mejs-player {
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 56.25% 0 0;
  background: 50% 50% / cover #000;
}

.mejs-player .mejs__container,
.mejs-player .mejs__overlay-play,
.mejs-player .mejs__poster,
.mejs-player iframe,
.mejs-player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100% !important;
}

.mejs-player .mejs__overlay {
  width: 100%;
  height: 100%;
}

.mejs-player .mejs__controls {
  visibility: hidden;
}

.mejs-player.show-controls .mejs__controls {
  visibility: visible;
}

.mejs-player.hide-custom-controls .mejs__controls {
  display: none !important;
}

.mejs__container-fullscreen {
  position: fixed !important;
}

.section-hero-inner {
  position: relative;
  background-color: #145A70;
  min-height: 0;
  padding: 116px 0 45px;
  z-index: 2;
}

@media (min-width: 768px) {
  .section-hero-inner {
    padding: 266px 0 26px;
  }
}

@media (min-width: 1024px) {
  .section-hero-inner {
    padding: 260px 0 50px;
  }
}

.section-hero-inner::before {
  content: "";
  display: none;
  background-image: url(images/decor-layer.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

@media (min-width: 768px) {
  .section-hero-inner::before {
    display: block;
    height: 300px;
  }
}

@media (min-width: 1024px) {
  .section-hero-inner::before {
    height: 337px;
  }
}

.section-hero-inner .container {
  min-height: 0;
  padding-bottom: 0;
}

.section-hero-inner .container .text-holder {
  padding-left: 0;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-style: normal;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .section-hero-inner .container .text-holder {
    font-size: 22px;
    line-height: 36px;
  }
}

.section-hero-inner .container .text-holder::before {
  display: none;
}

.section-hero-inner .container .text-holder h1 {
  font-size: 37px;
  line-height: 43px;
  font-weight: 500;
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .section-hero-inner .container .text-holder h1 {
    font-size: 56px;
    line-height: 75px;
  }
}

@media (min-width: 1024px) {
  .section-hero-inner .container .text-holder h1 {
    font-size: 120px;
    line-height: 127px;
    margin-bottom: 45px;
  }
}

@media (min-width: 1024px) {
  .section-hero-inner .container .text-holder p {
    margin-bottom: 38px;
  }
}

@media (min-width: 1024px) {
  .section-hero-inner .container .text-holder p:last-child {
    margin-bottom: -20px;
  }
}

.section-hero-inner .container .text-holder p strong {
  font-weight: 500;
}

.section-hero-light {
  background-color: #f5f5f5;
}

.section-hero-light .text-holder,
.section-hero-light .text-holder h1 {
  color: #333;
}

.without-margin .container .text-holder h1 {
  font-size: 37px;
  line-height: 43px;
  font-weight: 500;
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .without-margin .container .text-holder h1 {
    font-size: 56px;
    line-height: 75px;
  }
}

@media (min-width: 1024px) {
  .without-margin .container .text-holder h1 {
    font-size: 120px;
    line-height: 127px;
    margin-bottom: 84px;
  }
}

.section-text-two-columns {
  padding: 77px 0 0;
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .section-text-two-columns {
    padding: 44px 0 32px;
  }
}

@media (min-width: 1024px) {
  .section-text-two-columns {
    padding: 140px 0 134px;
  }
}

.section-text-two-columns .df-row {
  margin: 0;
}

.section-text-two-columns .text-holder {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 15px;
}

.section-text-two-columns .title {
  position: relative;
}

@media (min-width: 768px) {
  .section-text-two-columns .title {
    margin: 32px 0 6px;
  }
}

@media (min-width: 1024px) {
  .section-text-two-columns .title {
    margin: 32px 0 6px;
  }
}

.section-text-two-columns .title::before {
  content: "";
  width: 44px;
  height: 3px;
  background-color: #41abdb;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .section-text-two-columns .title::before {
    top: -26px;
  }
}

@media (min-width: 1024px) {
  .section-text-two-columns .title::before {
    top: -35px;
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 60px;
    height: 4px;
  }
}

.section-text-two-columns .title h3 {
  margin-bottom: 52px;
  font-size: 26px;
  line-height: 37px;
}

@media (min-width: 768px) {
  .section-text-two-columns .title h3 {
    margin-bottom: 67px;
  }
}

@media (min-width: 1024px) {
  .section-text-two-columns .title h3 {
    font-size: 46px;
    line-height: 64px;
  }
}

.section-text-two-columns .text {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .section-text-two-columns .text {
    margin-bottom: 40px;
    padding-top: 9px;
  }
}

.section-text-two-columns .text p {
  margin-bottom: 43px;
}

.section-text-two-columns .text img {
  width: 100vw;
  max-width: none;
  margin-top: 35px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 14px;
}

@media (min-width: 1024px) {
  .section-text-two-columns .text img {
    width: 100%;
    margin-left: 0;
  }
}

.center {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .center {
    margin: 0;
  }
}

.section-media-inner {
  min-height: 465px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .section-media-inner {
    min-height: 662px;
  }
}

@media (min-width: 1024px) {
  .section-media-inner {
    min-height: 1050px;
  }
}

.section-media-inner a svg {
  width: 300px;
  height: 300px;
}

@media (max-width: 1023px) {
  .section-media-inner a svg {
    width: 190px;
    height: 190px;
  }
}

@media (max-width: 767px) {
  .section-media-inner a svg {
    width: 187px;
    height: 187px;
  }
}

.section-media-inner a:hover svg #circle {
  fill: #333;
}

.section-media-inner a:hover svg #triangle {
  fill: #fff;
}

.section-media-inner a path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section-stats {
  position: relative;
  padding: 35px 0 108px;
  background-color: #f5f5f5;
  z-index: 1;
}

@media (min-width: 768px) {
  .section-stats {
    padding: 79px 0 60px;
  }
}

@media (min-width: 1024px) {
  .section-stats {
    padding: 162px 0 172px;
  }
}

.section-stats .df-row {
  margin: 0 -30px;
}

@media (min-width: 480px) {
  .section-stats .df-row {
    margin: 0 -58px;
  }
}

.section-stats .df-row .col {
  width: 100%;
}

@media (min-width: 768px) {
  .section-stats .df-row .col {
    padding-left: 58px;
    padding-right: 58px;
  }
}

.section-stats .stat-card {
  position: relative;
  width: 100%;
  min-height: 242px;
  padding: 74px 28px 30px;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  line-height: 57px;
  color: #333;
  font-weight: 500;
}

@media (min-width: 480px) {
  .section-stats .stat-card {
    font-size: 42px;
  }
}

@media (min-width: 1024px) {
  .section-stats .stat-card {
    min-height: 265px;
    padding: 81px 28px 30px;
  }
}

.section-stats .stat-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 32px;
  top: 86px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  z-index: -1;
}

@media (min-width: 1024px) {
  .section-stats .stat-card::before {
    top: 94px;
  }
}

.section-stats .stat-card h2 {
  font-size: 92px;
  color: #145A70;
  margin-bottom: 30px;
}

.section-stats .circle::after {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  border: 5px solid #41abdb;
  border-radius: 50%;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.section-stats .circle p:first-of-type {
  margin-bottom: 0;
  font-weight: 600;
}

.section-stats .circle h2 {
  color: #145A70;
}

.section-what {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .section-what {
    padding: 30px 0;
  }
}

@media (min-width: 1024px) {
  .section-what {
    padding: 188px 0 90px;
  }
}

.section-what .df-row {
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-what .item {
  margin-bottom: 127px;
}

@media (min-width: 768px) {
  .section-what .item {
    margin-bottom: 143px;
  }
}

@media (min-width: 1024px) {
  .section-what .item {
    margin-bottom: 106px;
  }
}

.section-what .img-holder {
  margin-bottom: 25px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (min-width: 481px) {
  .section-what .img-holder {
    margin-bottom: 39px;
  }
}

@media (min-width: 1024px) {
  .section-what .img-holder {
    position: static;
    width: 100%;
    margin: 0 0 25px;
  }
}

.section-what .img-holder img {
  width: 100%;
}

.section-what .text-holder {
  padding-top: 28px;
}

.section-what .text {
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  padding: 0 24px;
}

@media (min-width: 480px) {
  .section-what .text {
    padding: 0 56px;
  }
}

@media (min-width: 769px) {
  .section-what .text {
    padding: 0;
  }
}

.section-what .text h5 {
  position: relative;
  line-height: 42px;
  padding-left: 20px;
  margin-bottom: 0;
}

.section-what .text h5::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 8px;
  height: 19px;
  background-color: #41abdb;
}

.section-what .title {
  position: relative;
  line-height: 57px;
  margin: 18px 0 50px;
  text-align: center;
}

@media (min-width: 768px) {
  .section-what .title {
    margin: 66px 0;
  }
}

@media (min-width: 1024px) {
  .section-what .title {
    text-align: left;
    max-width: 290px;
    margin: 7px 0 6px;
  }
}

.section-what .title::before {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #41abdb;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -32px;
}

@media (min-width: 1024px) {
  .section-what .title::before {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}

.section-what .title h3 {
  font-size: 26px;
  line-height: 37px;
}

@media (min-width: 1024px) {
  .section-what .title h3 {
    font-size: 46px;
    line-height: 64px;
  }
}

.section-care {
  padding: 180px 0 60px;
  background-color: #f5f5f5;
}

@media (min-width: 480px) {
  .section-care {
    padding: 0 0 80px;
  }
}

@media (min-width: 768px) {
  .section-care {
    padding: 0 0 128px;
  }
}

.section-care .pre-section {
  position: relative;
  width: 100%;
  min-height: 0;
  height: 0;
  background-color: #fff;
  z-index: 0;
}

@media (min-width: 480px) {
  .section-care .pre-section {
    min-height: 110px;
  }
}

@media (min-width: 768px) {
  .section-care .pre-section {
    min-height: 180px;
  }
}

@media (min-width: 1024px) {
  .section-care .pre-section {
    min-height: 300px;
  }
}

.section-care .pre-section::before {
  content: "";
  display: none;
  background-image: url(images/decor-layer-2.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: -1;
}

@media (min-width: 1024px) {
  .section-care .pre-section::before {
    display: block;
    height: 337px;
  }
}

.section-care .img-holder {
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}

@media (max-width: 479px) {
  .section-care .img-holder {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

.section-care .text {
  max-width: 306px;
  margin: -68px auto 40px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  color: #333;
}

@media (min-width: 480px) {
  .section-care .text {
    margin-top: -100px;
    padding: 0 50px;
    margin-bottom: 60px;
    max-width: none;
  }
}

@media (min-width: 600px) {
  .section-care .text {
    margin-top: -119px;
    padding: 0 111px;
  }
}

@media (min-width: 769px) {
  .section-care .text {
    margin-top: -80px;
    margin-bottom: 80px;
    font-size: 26px;
    line-height: 56px;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .section-care .text {
    margin-top: -224px;
    margin-bottom: 80px;
    font-size: 26px;
    line-height: 56px;
    padding: 0;
  }
}

.section-care .text p:last-of-type {
  font-weight: 600;
}

.section-care .btn-holder {
  text-align: center;
}

.section-care .btn-holder .btn {
  font-size: 10px;
  line-height: 13px;
  font-weight: 500;
  min-width: 123px;
  height: 50px;
  padding: 18px;
}

@media (min-width: 1024px) {
  .section-care .btn-holder .btn {
    min-width: 180px;
    height: 80px;
    padding: 30px;
    font-size: 18px;
    line-height: 22px;
  }
}

.section-only-text-columns {
  position: relative;
  background-color: #145A70;
  padding: 53px 0 10px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .section-only-text-columns {
    padding: 73px 0 53px;
  }
}

@media (min-width: 1024px) {
  .section-only-text-columns {
    padding: 116px 0 84px;
    font-size: 20px;
    line-height: 34px;
  }
}

.section-only-text-columns::before {
  content: "";
  display: none;
  background-image: url(images/decor-layer.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 0;
}

@media (min-width: 1024px) {
  .section-only-text-columns::before {
    display: block;
    height: 337px;
  }
}

.section-only-text-columns .df-row {
  margin: 0;
}

.section-only-text-columns h3 {
  font-size: 26px;
  line-height: 37px;
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .section-only-text-columns h3 {
    margin-top: 6px;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}

.section-only-text-columns .text {
  padding-bottom: 25px;
}

@media (min-width: 1024px) {
  .section-only-text-columns .text {
    padding-bottom: 32px;
  }
}

.section-only-text-columns p {
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  .section-only-text-columns p {
    margin-bottom: 31px;
  }
}

@media (min-width: 1024px) {
  .section-only-text-columns p {
    margin-bottom: 52px;
  }
}

.section-email {
  position: relative;
  min-height: 450px;
  padding: 110px 0 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 0;
}

.section-email::before {
  content: "";
  background-image: url(images/decor-layer.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: 337px;
}

@media (min-width: 1024px) {
  .section-email::before {
    display: none;
  }
}

@media (max-width: 1023px) {
  .section-email {
    background-image: none !important;
  }
}

@media (min-width: 768px) {
  .section-email {
    padding: 110px 0 92px;
  }
}

@media (min-width: 1024px) {
  .section-email {
    padding: 186px 0 100px;
  }
}

.section-email::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px) brightness(30%) opacity(90%);
  -webkit-backdrop-filter: blur(10px) brightness(30%) opacity(90%);
  z-index: -1;
  background-color: #333;
  opacity: 0.9;
}

@media (min-width: 1024px) {
  .section-email::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px) brightness(30%) opacity(90%);
    -webkit-backdrop-filter: blur(10px) brightness(30%) opacity(90%);
    z-index: -1;
  }
}

.section-email .title-header {
  color: #fff;
  font-size: 46px;
  line-height: 64px;
  text-align: left;
  padding: 0;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .section-email .title-header {
    margin-bottom: 56px;
  }
}

.section-email .title-header h2 {
  font-size: 30px;
  line-height: 39px;
}

@media (min-width: 768px) {
  .section-email .title-header h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (min-width: 1024px) {
  .section-email .title-header h2 {
    font-size: 46px;
    line-height: 64px;
  }
}

.section-email .title-header h2::before {
  left: 0;
  -webkit-transform: none;
  transform: none;
}

@media (min-width: 1024px) {
  .section-email .title-header h2::before {
    background-color: #fff;
  }
}

.section-email .img-holder {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 46px;
}

@media (min-width: 480px) {
  .section-email .img-holder {
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .section-email .img-holder {
    display: none;
  }
}

.section-email .img-holder .text-holder {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-size: 13px;
  color: #333;
}

@media (min-width: 480px) {
  .section-email .img-holder .text-holder {
    left: 20px;
  }
}

.section-email .img-holder .text-holder h5 {
  margin: 0;
  font-size: 20px;
  color: #fff;
}

@media (min-width: 768px) {
  .section-email .img-holder .text-holder h5 {
    font-size: 26px;
    line-height: 56px;
  }
}

.section-email .img-holder .text-holder p {
  margin: 0;
  letter-spacing: 0.65px;
}

.section-email .wrapp-input-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .section-email .wrapp-input-control {
    height: 60px;
  }
}

@media (min-width: 1024px) {
  .section-email .wrapp-input-control {
    height: 80px;
  }
}

.section-email .wrapp-input-control input {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  margin: 0;
  border: none;
}

.section-email .wrapp-input-control input::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 64px;
  color: #333;
  font-weight: 500;
  opacity: 1;
}

.section-email .wrapp-input-control input::-moz-placeholder {
  font-size: 13px;
  line-height: 64px;
  color: #333;
  font-weight: 500;
  opacity: 1;
}

.section-email .wrapp-input-control input:-ms-input-placeholder {
  font-size: 13px;
  line-height: 64px;
  color: #333;
  font-weight: 500;
  opacity: 1;
}

.section-email .wrapp-input-control input::-ms-input-placeholder {
  font-size: 13px;
  line-height: 64px;
  color: #333;
  font-weight: 500;
  opacity: 1;
}

.section-email .wrapp-input-control input::placeholder {
  font-size: 13px;
  line-height: 64px;
  color: #333;
  font-weight: 500;
  opacity: 1;
}

@media (min-width: 768px) {
  .section-email .wrapp-input-control input::-webkit-input-placeholder {
    font-size: 13px;
  }

  .section-email .wrapp-input-control input::-moz-placeholder {
    font-size: 13px;
  }

  .section-email .wrapp-input-control input:-ms-input-placeholder {
    font-size: 13px;
  }

  .section-email .wrapp-input-control input::-ms-input-placeholder {
    font-size: 13px;
  }

  .section-email .wrapp-input-control input::placeholder {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .section-email .wrapp-input-control input::-webkit-input-placeholder {
    font-size: 18px;
  }

  .section-email .wrapp-input-control input::-moz-placeholder {
    font-size: 18px;
  }

  .section-email .wrapp-input-control input:-ms-input-placeholder {
    font-size: 18px;
  }

  .section-email .wrapp-input-control input::-ms-input-placeholder {
    font-size: 18px;
  }

  .section-email .wrapp-input-control input::placeholder {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .section-email .wrapp-input-control input {
    margin-right: 10px;
  }
}

.section-email .wrapp-input-control .btn {
  position: relative;
  min-width: 42px;
  height: 100%;
  padding: 0;
}

.section-email .wrapp-input-control .btn::after {
  position: absolute;
  content: "";
  top: 1px;
  left: 2px;
  width: 100%;
  height: 100%;
  background-image: url(images/button-arrow.svg);
  background-position: center;
}

@media (min-width: 768px) {
  .section-email .wrapp-input-control .btn {
    min-width: 164px;
    padding: 20px;
  }

  .section-email .wrapp-input-control .btn::after {
    display: none;
  }
}

@media (min-width: 1024px) {
  .section-email .wrapp-input-control .btn {
    min-width: 176px;
  }
}

.section-email .wrapp-input-control .btn span {
  display: none;
}

@media (min-width: 768px) {
  .section-email .wrapp-input-control .btn span {
    display: block;
  }
}

.section-email .text {
  display: none;
}

@media (min-width: 1024px) {
  .section-email .text {
    display: block;
    font-size: 20px;
    line-height: 34px;
    font-weight: normal;
    color: #fff;
  }
}

.section-members {
  padding: 84px 0 81px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .section-members {
    padding: 120px 0 100px;
  }
}

@media (min-width: 1024px) {
  .section-members {
    padding: 170px 0;
  }
}

.section-members .team-slider {
  position: relative;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0;
}

@media (min-width: 480px) {
  .section-members .team-slider {
    padding: 0 65px;
  }
}

.section-members .team-slider .slick-arrow {
  position: absolute;
  cursor: pointer;
  bottom: -13px;
  width: 112px;
  height: 20px;
  border: none;
  background-color: unset;
  background-image: url(images/arrow-large.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-members .team-slider .slick-arrow:hover {
  opacity: 0.5;
}

@media (min-width: 480px) {
  .section-members .team-slider .slick-arrow {
    width: 50px;
    height: 50px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: none;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #41abdb;
  }
}

@media (min-width: 576px) {
  .section-members .team-slider .slick-arrow {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 480px) {
  .section-members .team-slider .slick-arrow::after {
    content: "";
    border: 2px solid #41abdb;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    color: #41abdb;
  }
}

.section-members .team-slider .slick-arrow::after:hover {
  background-color: #41abdb;
}

.section-members .team-slider .slick-arrow::after:hover::after {
  border-color: #fff;
}

.section-members .team-slider .slick-prev {
  left: 0;
  z-index: 5;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 400px) {
  .section-members .team-slider .slick-prev {
    left: 15%;
  }
}

@media (min-width: 480px) {
  .section-members .team-slider .slick-prev {
    left: -15px;
    -webkit-transform: none;
    transform: none;
  }
}

.section-members .team-slider .slick-prev::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.section-members .team-slider .slick-next {
  right: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

@media (min-width: 400px) {
  .section-members .team-slider .slick-next {
    right: 15%;
  }
}

@media (min-width: 480px) {
  .section-members .team-slider .slick-next {
    right: -15px;
    -webkit-transform: none;
    transform: none;
  }
}

.section-members .team-slider .slick-next::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section-members .title-header {
  margin: 0 auto 50px;
  max-width: 1248px;
  padding: 0;
}

@media (min-width: 768px) {
  .section-members .title-header {
    margin: 0 auto 60px;
  }
}

@media (min-width: 1024px) {
  .section-members .title-header {
    text-align: left;
    margin: 0 auto 91px;
  }

  .section-members .title-header h2::before {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}

.section-members .item .img-text {
  left: 10px;
  bottom: 10px;
  padding-right: 20px;
}

@media (min-width: 414px) {
  .section-members .item .img-text {
    bottom: 30px;
    left: 30px;
  }
}

@media (min-width: 768px) {
  .section-members .item .img-text {
    bottom: 37px;
    left: 37px;
  }
}

.section-members .item .img-text h5 {
  font-size: 30px;
  line-height: 36px;
}

@media (min-width: 414px) {
  .section-members .item .img-text h5 {
    font-size: 45px;
    line-height: 56px;
  }
}

@media (min-width: 768px) {
  .section-members .item .img-text h5 {
    font-size: 45px;
    line-height: 56px;
  }
}

@media (min-width: 1024px) {
  .section-members .item .img-text h5 {
    font-size: 36px;
    line-height: 34px;
  }
}

@media (min-width: 1200px) {
  .section-members .item .img-text h5 {
    font-size: 45px;
    line-height: 56px;
  }
}

.section-filters {
  padding: 0px 0 65px;
  margin-top: 0px;
  overflow: hidden;
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .section-filters {
    margin-top: 0;
    padding: 0px 0 56px;
  }
}

@media (min-width: 1024px) {
  .section-filters {
    padding: 60px 0 64px;
    background-color: transparent;
  }
}

.section-filters .filters-form-wrap {
  background-color: #f5f5f5;
}

.section-filters .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1520px;
  padding: 20px;
  margin: 0 auto 26px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .section-filters .filters {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 40px;
    margin-bottom: 63px;
  }
}

@media (min-width: 1024px) {
  .section-filters .filters {
    margin-bottom: 120px;
  }
}

.section-filters .filters .btn {
  min-width: calc(50% - 4px);
  height: 42px;
  line-height: 2px;
  margin-bottom: 7px;
}

@media (min-width: 480px) {
  .section-filters .filters .btn {
    height: 80px;
    line-height: 36px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .section-filters .filters .btn {
    min-width: 50px;
    width: 12%;
    font-size: 18px;
    padding: 5px;
    line-height: 64px;
  }
}

.section-filters .jcf-select {
  width: 100%;
  border: none;
  margin: 0 0 7px;
}

@media (min-width: 480px) {
  .section-filters .jcf-select {
    width: calc(33.3333% - 4.6666px);
  }
}

@media (min-width: 768px) {
  .section-filters .jcf-select {
    min-width: 100px;
    max-width: 24%;
    height: 80px;
    margin: 0 16px 0 0;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-filters .jcf-select:not(:last-of-type) {
    margin: 0 7px 7px 0;
  }
}

.section-filters .jcf-select-text {
  font-size: 15px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .section-filters .jcf-select-text {
    font-size: 18px;
    line-height: 25px;
  }
}

.section-filters .mr {
  margin-right: 7px;
}

@media (min-width: 768px) {
  .section-filters .mr {
    margin-right: 16px;
  }
}

.section-filters mark {
  color: #41abdb;
  background: none;
}

.section-filters .text-holder p {
  display: inline;
}

.section-filters .text-holder p a {
  color: #333;
}

.section-filters .text-holder p a:hover {
  color: #41abdb;
}

.section-filters .text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .section-filters .text {
    margin-bottom: 24px;
  }
}

@media (min-width: 1024px) {
  .section-filters .text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
}

.section-filters .title {
  margin-bottom: 37px;
}

@media (min-width: 768px) {
  .section-filters .title {
    font-size: 26px;
    line-height: 37px;
    margin-bottom: 34px;
  }
}

@media (min-width: 1024px) {
  .section-filters .title {
    font-size: 46px;
    line-height: 64px;
    margin-bottom: 32px;
  }
}

.section-filters .title h2 {
  font-size: 27px;
  line-height: 37px;
}

@media (min-width: 1024px) {
  .section-filters .title h2 {
    font-size: 46px;
    line-height: 64px;
  }
}

.section-filters .title h2 a {
  color: #333;
}

.section-filters .title h2 a:hover {
  color: #41abdb;
}

.section-filters .img-holder {
  position: relative;
  max-width: 1136px;
  margin: 0 auto 26px;
  z-index: 1;
}

@media (min-width: 1024px) {
  .section-filters .img-holder {
    margin-bottom: 31px;
  }
}

@media (min-width: 1024px) {
  .section-filters .img-holder:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 100vw;
    height: 100vw;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #f5f5f5;
    z-index: -1;
  }
}

.section-filters .img-holder .img-text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 17px;
  left: 17px;
  font-size: 10px;
  line-height: 15px;
  padding: 6px 10px;
  font-weight: 500;
  background-color: #fff;
}

@media (min-width: 768px) {
  .section-filters .img-holder .img-text {
    top: 34px;
    left: 27px;
    font-size: 18px;
    line-height: 21px;
    padding: 14px 19px;
  }
}

@media (min-width: 1024px) {
  .section-filters .img-holder .img-text {
    top: 20px;
    left: 21px;
  }
}

.section-filters .img-holder .img-text p {
  margin: 0;
}

.section-filters .btn-holder {
  text-align: center;
}

@media (min-width: 1024px) {
  .section-filters .btn-holder {
    text-align: left;
  }
}

.section-filters .btn-holder .btn {
  min-width: 123px;
  height: 50px;
  padding: 15px;
}

@media (min-width: 1024px) {
  .section-filters .btn-holder .btn {
    min-width: 202px;
    height: 80px;
    padding: 30px;
    font-size: 18px;
  }
}

.section-two-columns {
  padding: 102px 0 76px;
}

@media (min-width: 768px) {
  .section-two-columns {
    padding: 77px 0 132px;
  }
}

@media (min-width: 1024px) {
  .section-two-columns {
    padding: 85px 0 196px;
  }
}

.section-two-columns .df-row {
  margin: 0;
}

.section-two-columns .title {
  position: relative;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .section-two-columns .title {
    margin: 22px 0 6px;
  }
}

@media (min-width: 1024px) {
  .section-two-columns .title {
    margin-top: 35px;
  }
}

.section-two-columns .title::before {
  content: "";
  width: 44px;
  height: 3px;
  background-color: #41abdb;
  position: absolute;
  top: -20px;
  left: 0;
}

@media (min-width: 768px) {
  .section-two-columns .title::before {
    top: -23px;
  }
}

@media (min-width: 1024px) {
  .section-two-columns .title::before {
    top: -35px;
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 60px;
    height: 4px;
  }
}

.section-two-columns .title h3 {
  margin-bottom: 64px;
  font-size: 26px;
  line-height: 37px;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .section-two-columns .title h3 {
    margin-bottom: 44px;
  }
}

@media (min-width: 1024px) {
  .section-two-columns .title h3 {
    font-size: 46px;
    line-height: 64px;
  }
}

.section-two-columns .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  font-size: 9px;
  line-height: 11px;
  color: #686c75;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .section-two-columns .desc {
    font-size: 11px;
    line-height: 17px;
  }
}

@media (min-width: 1024px) {
  .section-two-columns .desc {
    font-size: 16px;
    line-height: 24px;
  }
}

.section-two-columns .desc p {
  margin: 0 10px 0 0;
}

.section-two-columns mark {
  background: none;
  color: #145A70;
}

.section-two-columns .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.4))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 20;
}

.section-two-columns .item {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .section-two-columns .item {
    margin-bottom: 59px;
  }
}

@media (min-width: 1024px) {
  .section-two-columns .item {
    margin-bottom: 54px;
  }
}

.section-two-columns .item .title-link {
  color: #333;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 480px) {
  .section-two-columns .item .title-link {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  .section-two-columns .item .title-link {
    font-size: 24px;
    line-height: 36px;
  }
}

.section-two-columns .item .title-link:hover {
  color: #28769a;
}

.section-two-columns .item .img-holder {
  position: relative;
  display: block;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 10px;
  margin-left: -30px;
  margin-right: -30px;
}

@media (min-width: 768px) {
  .section-two-columns .item .img-holder {
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .section-two-columns .item .img-holder {
    margin-bottom: 24px;
  }
}

.section-two-columns .item .img-holder:hover span,
.section-two-columns .item .img-holder:hover::after,
.section-two-columns .item .img-holder:hover::before {
  visibility: visible;
}

.section-two-columns .item .img-holder:hover span i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section-two-columns .item .img-holder:before {
  content: "";
  width: 10px;
  height: 57px;
  background-color: #41abdb;
  position: absolute;
  left: 0;
  top: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  z-index: 1;
}

@media (max-width: 1024px) {
  .section-two-columns .item .img-holder:before {
    width: 5px;
    height: 33px;
    top: 32px;
  }
}

.section-two-columns .item .img-holder::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  z-index: 0;
}

.section-two-columns .item .img-holder img {
  width: 100%;
}

.section-two-columns .item .img-holder span {
  position: absolute;
  width: 57px;
  height: 57px;
  border: 1px solid #fff;
  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;
  color: #fff;
  visibility: hidden;
  z-index: 1;
  top: 60px;
  left: 40px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .section-two-columns .item .img-holder span {
    width: 32px;
    height: 32px;
    top: 32px;
    left: 24px;
  }
}

.section-two-columns .item .img-holder span i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.section-two-columns .btn-holder {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .section-two-columns .btn-holder {
    padding-top: 0;
    margin-top: -15px;
  }
}

@media (min-width: 1024px) {
  .section-two-columns .btn-holder {
    padding-top: 16px;
    margin-top: 0;
    float: right;
  }
}

.section-two-columns .btn-holder .btn {
  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;
  min-width: 90px;
  width: 90px;
  height: 35px;
  padding: 5px;
  font-size: 10px;
  line-height: 13px;
  font-weight: 500;
}

@media (min-width: 480px) {
  .section-two-columns .btn-holder .btn {
    min-width: 125px;
    width: 125px;
    height: 50px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1024px) {
  .section-two-columns .btn-holder .btn {
    width: 202px;
    height: 80px;
  }
}

.section-case {
  background-color: #f5f5f5;
  padding: 78px 0 75px;
}

@media (min-width: 480px) {
  .section-case {
    padding: 52px 0 82px;
  }
}

@media (min-width: 1024px) {
  .section-case {
    padding: 147px 0 74px;
  }
}

.section-case .items-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 78px;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (min-width: 480px) {
  .section-case .items-holder {
    position: static;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .section-case .items-holder {
    margin-bottom: 130px;
    gap: 16px;
  }
}

.section-case .items-holder.mb {
  margin-bottom: 0;
}

.section-case .item {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 136px;
  z-index: 1;
}

@media (min-width: 1024px) {
  .section-case .item {
    width: calc(50% - 8px);
    min-height: 204px;
  }
}

.section-case .item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #41abdb;
  opacity: 0.5;
}

.section-case .item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0;
}

.section-case .item:hover::after {
  opacity: 0.68;
}

@media (min-width: 1024px) {
  .section-case .item {
    max-width: 566px;
  }
}

.section-case .text-holder {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .section-case .text-holder {
    margin-bottom: 43px;
  }
}

.section-case .text-holder h3 {
  font-size: 26px;
}

@media (min-width: 1024px) {
  .section-case .text-holder h3 {
    font-size: 46px;
  }
}

.section-case .text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
  max-width: 100%;
  min-width: 100%;
  padding-right: 70px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  z-index: 2;
}

@media (min-width: 400px) {
  .section-case .text {
    font-size: 21px;
    line-height: 34px;
  }
}

@media (min-width: 1024px) {
  .section-case .text {
    max-width: 516px;
    min-width: 100px;
    padding-right: 40px;
    bottom: 20px;
    -webkit-transform: none;
    transform: none;
    font-size: 24px;
    line-height: 36px;
  }
}

.section-case .text p {
  margin: 0;
}

.section-case .arrow {
  width: 15px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  margin: 0 10px 10px 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 5;
}

@media (min-width: 1024px) {
  .section-case .arrow {
    right: 50px;
  }
}

.section-case .title {
  position: relative;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .section-case .title {
    margin: 47px 0 6px;
  }
}

.section-case .title::before {
  content: "";
  width: 44px;
  height: 3px;
  background-color: #41abdb;
  position: absolute;
  top: -26px;
  left: 0;
}

@media (min-width: 1024px) {
  .section-case .title::before {
    top: -50px;
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 60px;
    height: 4px;
  }
}

.section-case img {
  width: 100%;
  height: 136px;
}

@media (min-width: 1024px) {
  .section-case img {
    height: 204px;
  }
}

.section-case .btn-holder {
  text-align: center;
}

.section-case .btn-holder .btn {
  min-width: 123px;
  height: 50px;
  padding: 15px;
  font-size: 10px;
}

@media (min-width: 1024px) {
  .section-case .btn-holder .btn {
    min-width: 180px;
    height: 80px;
    padding: 25px;
    font-size: 18px;
    line-height: 24px;
  }
}

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

.section-ivents {
  padding: 160px 0 130px;
}

@media (max-width: 1023px) {
  .section-ivents {
    padding: 153px 0 85px;
  }
}

@media (max-width: 767px) {
  .section-ivents {
    padding: 129px 0 85px;
  }
}

@media (max-width: 767px) {
  .section-ivents .df-row {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .section-ivents .df-row {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .section-ivents .df-row {
    margin: 0 -8px;
  }
}

@media (max-width: 767px) {
  .section-ivents .df-row .col {
    margin-bottom: 30px;
  }
}

.section-ivents .df-row .col-md-4 {
  width: 100%;
}

@media (min-width: 1024px) {
  .section-ivents .df-row .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.section-ivents .title-header {
  text-align: center;
}

@media (min-width: 1024px) {
  .section-ivents .title-header {
    margin-bottom: 56px;
  }
}

.section-ivents .title-header h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-ivents .item {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .section-ivents .item {
    max-width: 368px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 61px;
  }
}

@media (min-width: 1024px) {
  .section-ivents .item {
    margin-bottom: 54px;
    max-width: none;
  }
}

.section-ivents .item .title-link {
  display: block;
  color: #333;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  margin-top: 20px;
}

@media (min-width: 480px) {
  .section-ivents .item .title-link {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  .section-ivents .item .title-link {
    font-size: 24px;
    line-height: 36px;
  }
}

.section-ivents .item .title-link:hover {
  color: #28769a;
}

.section-ivents .item .img-holder {
  position: relative;
  display: block;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 24px;
}

.section-ivents .item .img-holder:hover span,
.section-ivents .item .img-holder:hover::after,
.section-ivents .item .img-holder:hover::before {
  visibility: visible;
}

.section-ivents .item .img-holder:hover span i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section-ivents .item .img-holder::before {
  content: "";
  width: 10px;
  height: 57px;
  background-color: #41abdb;
  position: absolute;
  left: 0;
  top: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  z-index: 1;
}

@media (max-width: 1024px) {
  .section-ivents .item .img-holder::before {
    width: 5px;
    height: 33px;
    top: 32px;
  }
}

.section-ivents .item .img-holder::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  z-index: 0;
}

.section-ivents .item .img-holder img {
  width: 100%;
}

.section-ivents .item .img-holder span {
  position: absolute;
  width: 57px;
  height: 57px;
  border: 1px solid #fff;
  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;
  color: #fff;
  visibility: hidden;
  z-index: 1;
  top: 60px;
  left: 40px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .section-ivents .item .img-holder span {
    width: 32px;
    height: 32px;
    top: 32px;
    left: 24px;
  }
}

.section-ivents .item .img-holder span i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.section-ivents .item span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #145a70;
}

.section-ivents .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 0 0;
}

@media (min-width: 768px) {
  .section-ivents .btn-holder {
    padding: 67px 0 0;
  }
}

@media (min-width: 1024px) {
  .section-ivents .btn-holder {
    padding: 21px 0 0;
  }
}

.section-ivents .btn-holder .btn {
  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;
  min-width: 123px;
  padding: 18px 20px;
  font-size: 10px;
  line-height: 13px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .section-ivents .btn-holder .btn {
    min-width: 125px;
    font-size: 18px;
    line-height: 24px;
    width: 202px;
    height: 80px;
  }
}

.bg-gray {
  background-color: #f5f5f5;
}

.section-email2 {
  position: relative;
  min-height: 450px;
  padding: 110px 0 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 0;
}

@media (min-width: 768px) {
  .section-email2 {
    padding: 110px 0 92px;
  }
}

@media (min-width: 1024px) {
  .section-email2 {
    padding: 196px 0 100px;
  }
}

.section-email2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px) brightness(30%) opacity(90%);
  -webkit-backdrop-filter: blur(10px) brightness(30%) opacity(90%);
  z-index: -1;
}

.section-email2 .title-header {
  color: #fff;
  font-size: 46px;
  line-height: 64px;
  text-align: left;
  padding: 0;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .section-email2 .title-header {
    margin-bottom: 56px;
  }
}

.section-email2 .title-header h2 {
  font-size: 30px;
  line-height: 39px;
}

@media (min-width: 768px) {
  .section-email2 .title-header h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (min-width: 1024px) {
  .section-email2 .title-header h2 {
    font-size: 46px;
    line-height: 64px;
  }
}

.section-email2 .title-header h2::before {
  left: 0;
  -webkit-transform: none;
  transform: none;
}

@media (min-width: 1024px) {
  .section-email2 .title-header h2::before {
    background-color: #fff;
  }
}

.section-email2 .gform_wrapper .gform_validation_errors,
.section-email2 .gform_wrapper .validation_message,
.section-email2 .wrapp-input-control .gform_validation_errors,
.section-email2 .wrapp-input-control .validation_message {
  padding: 0;
  margin: 0;
  background: 0 0;
  border: none;
}

.section-email2 .gform_wrapper .gform_validation_errors,
.section-email2 .wrapp-input-control .gform_validation_errors {
  padding: 0 0 12px;
}

.section-email2 .gform_wrapper .gform_validation_errors h2,
.section-email2 .wrapp-input-control .gform_validation_errors h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-email2 .gform_wrapper .gform_validation_errors .gform-icon,
.section-email2 .wrapp-input-control .gform_validation_errors .gform-icon {
  position: static;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}

.section-email2 .gform_wrapper form,
.section-email2 .wrapp-input-control form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 12px;
}

.section-email2 .gform_wrapper form .gform_body,
.section-email2 .wrapp-input-control form .gform_body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .section-email2 .gform_wrapper form .gform_body,
  .section-email2 .wrapp-input-control form .gform_body {
    margin-right: 10px;
  }
}

.section-email2 .gform_wrapper form .gform_footer,
.section-email2 .wrapp-input-control form .gform_footer {
  margin: 0;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.section-email2 .gform_wrapper form div.ginput_container input,
.section-email2 .wrapp-input-control form div.ginput_container input {
  width: 100%;
  height: 40px;
  padding: 0 30px;
  margin: 0;
  border: none;
}

@media (min-width: 768px) {
  .section-email2 .gform_wrapper form div.ginput_container input,
  .section-email2 .wrapp-input-control form div.ginput_container input {
    height: 60px;
  }
}

@media (min-width: 1024px) {
  .section-email2 .gform_wrapper form div.ginput_container input,
  .section-email2 .wrapp-input-control form div.ginput_container input {
    height: 80px;
  }
}

.section-email2
  .gform_wrapper
  form
  div.ginput_container
  input::-webkit-input-placeholder,
.section-email2
  .wrapp-input-control
  form
  div.ginput_container
  input::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 64px;
  color: #333;
  font-weight: 500;
  opacity: 1;
}

.section-email2
  .gform_wrapper
  form
  div.ginput_container
  input::-moz-placeholder,
.section-email2
  .wrapp-input-control
  form
  div.ginput_container
  input::-moz-placeholder {
  font-size: 13px;
  line-height: 64px;
  color: #333;
  font-weight: 500;
  opacity: 1;
}

.section-email2
  .gform_wrapper
  form
  div.ginput_container
  input:-ms-input-placeholder,
.section-email2
  .wrapp-input-control
  form
  div.ginput_container
  input:-ms-input-placeholder {
  font-size: 13px;
  line-height: 64px;
  color: #333;
  font-weight: 500;
  opacity: 1;
}

.section-email2
  .gform_wrapper
  form
  div.ginput_container
  input::-ms-input-placeholder,
.section-email2
  .wrapp-input-control
  form
  div.ginput_container
  input::-ms-input-placeholder {
  font-size: 13px;
  line-height: 64px;
  color: #333;
  font-weight: 500;
  opacity: 1;
}

.section-email2 .gform_wrapper form div.ginput_container input::placeholder,
.section-email2
  .wrapp-input-control
  form
  div.ginput_container
  input::placeholder {
  font-size: 13px;
  line-height: 64px;
  color: #333;
  font-weight: 500;
  opacity: 1;
}

@media (min-width: 768px) {
  .section-email2
    .gform_wrapper
    form
    div.ginput_container
    input::-webkit-input-placeholder,
  .section-email2
    .wrapp-input-control
    form
    div.ginput_container
    input::-webkit-input-placeholder {
    font-size: 13px;
  }

  .section-email2
    .gform_wrapper
    form
    div.ginput_container
    input::-moz-placeholder,
  .section-email2
    .wrapp-input-control
    form
    div.ginput_container
    input::-moz-placeholder {
    font-size: 13px;
  }

  .section-email2
    .gform_wrapper
    form
    div.ginput_container
    input:-ms-input-placeholder,
  .section-email2
    .wrapp-input-control
    form
    div.ginput_container
    input:-ms-input-placeholder {
    font-size: 13px;
  }

  .section-email2
    .gform_wrapper
    form
    div.ginput_container
    input::-ms-input-placeholder,
  .section-email2
    .wrapp-input-control
    form
    div.ginput_container
    input::-ms-input-placeholder {
    font-size: 13px;
  }

  .section-email2 .gform_wrapper form div.ginput_container input::placeholder,
  .section-email2
    .wrapp-input-control
    form
    div.ginput_container
    input::placeholder {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .section-email2
    .gform_wrapper
    form
    div.ginput_container
    input::-webkit-input-placeholder,
  .section-email2
    .wrapp-input-control
    form
    div.ginput_container
    input::-webkit-input-placeholder {
    font-size: 18px;
  }

  .section-email2
    .gform_wrapper
    form
    div.ginput_container
    input::-moz-placeholder,
  .section-email2
    .wrapp-input-control
    form
    div.ginput_container
    input::-moz-placeholder {
    font-size: 18px;
  }

  .section-email2
    .gform_wrapper
    form
    div.ginput_container
    input:-ms-input-placeholder,
  .section-email2
    .wrapp-input-control
    form
    div.ginput_container
    input:-ms-input-placeholder {
    font-size: 18px;
  }

  .section-email2
    .gform_wrapper
    form
    div.ginput_container
    input::-ms-input-placeholder,
  .section-email2
    .wrapp-input-control
    form
    div.ginput_container
    input::-ms-input-placeholder {
    font-size: 18px;
  }

  .section-email2 .gform_wrapper form div.ginput_container input::placeholder,
  .section-email2
    .wrapp-input-control
    form
    div.ginput_container
    input::placeholder {
    font-size: 18px;
  }
}

.section-email2 .gform_wrapper .gform_anchor,
.section-email2 .wrapp-input-control .gform_anchor {
  display: none;
}

.section-email2 .gform_wrapper #gform_submit_button_2,
.section-email2 .gform_wrapper .btn,
.section-email2 .wrapp-input-control #gform_submit_button_2,
.section-email2 .wrapp-input-control .btn {
  position: relative;
  min-width: 42px;
  height: 40px;
  padding: 0;
  font-size: 13px;
  line-height: 64px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .section-email2 .gform_wrapper #gform_submit_button_2,
  .section-email2 .gform_wrapper .btn,
  .section-email2 .wrapp-input-control #gform_submit_button_2,
  .section-email2 .wrapp-input-control .btn {
    height: 60px;
  }
}

@media (min-width: 1024px) {
  .section-email2 .gform_wrapper #gform_submit_button_2,
  .section-email2 .gform_wrapper .btn,
  .section-email2 .wrapp-input-control #gform_submit_button_2,
  .section-email2 .wrapp-input-control .btn {
    min-width: 164px;
    height: 60px;
    font-size: 18px;
  }

  .section-email2 .gform_wrapper #gform_submit_button_2::after,
  .section-email2 .gform_wrapper .btn::after,
  .section-email2 .wrapp-input-control #gform_submit_button_2::after,
  .section-email2 .wrapp-input-control .btn::after {
    display: none;
  }
}

@media (min-width: 1024px) {
  .section-email2 .gform_wrapper #gform_submit_button_2,
  .section-email2 .gform_wrapper .btn,
  .section-email2 .wrapp-input-control #gform_submit_button_2,
  .section-email2 .wrapp-input-control .btn {
    min-width: 176px;
    height: 80px;
    padding: 10px;
  }
}

.section-email2 .gform_wrapper #gform_submit_button_2 span,
.section-email2 .gform_wrapper .btn span,
.section-email2 .wrapp-input-control #gform_submit_button_2 span,
.section-email2 .wrapp-input-control .btn span {
  display: none;
}

@media (min-width: 768px) {
  .section-email2 .gform_wrapper #gform_submit_button_2 span,
  .section-email2 .gform_wrapper .btn span,
  .section-email2 .wrapp-input-control #gform_submit_button_2 span,
  .section-email2 .wrapp-input-control .btn span {
    display: block;
  }
}

.section-email2 .text {
  display: none;
}

@media (min-width: 768px) {
  .section-email2 .text {
    display: block;
    font-size: 12px;
    line-height: 34px;
    font-weight: 300;
    color: #fff;
  }
}

@media (min-width: 1024px) {
  .section-email2 .text {
    font-size: 20px;
  }
}

.section-hero-2 {
  min-height: 380px;
  z-index: 0;
  position: relative;
  background: #495057;
}

@media (min-width: 768px) {
  .section-hero-2 {
    min-height: 540px;
  }
}

@media (min-width: 1024px) {
  .section-hero-2 {
    min-height: 973px;
  }
}

.section-hero-2 .container {
  min-height: 380px;
  padding-bottom: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .section-hero-2 .container {
    min-height: 540px;
  }
}

@media (min-width: 1024px) {
  .section-hero-2 .container {
    min-height: 973px;
    padding-bottom: 80px;
  }
}

.section-release + .section-slide-work {
  background: #fff;
}

@media (min-width: 768px) {
  .section-release {
    padding: 0 0 118px;
    background-color: #f5f5f5;
  }
}

.section-release .container {
  position: relative;
  background-color: #fff;
}

@media (min-width: 768px) {
  .section-release .container {
    margin-top: -150px;
    max-width: 80%;
  }
}

@media (min-width: 1024px) {
  .section-release .container {
    margin-top: -250px;
    max-width: 1200px;
  }
}

.section-release .text-holder {
  padding: 31px 0 30px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .section-release .text-holder {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .section-release .text-holder {
    padding: 52px 192px 30px;
    font-size: 20px;
    line-height: 34px;
  }
}

.section-release .text-holder .g-container {
  padding: 0;
}

.section-release .text-holder p a,
.section-release .text-holder p span {
  text-decoration: underline;
}

.section-release .text-holder .btn-holder {
  margin-bottom: 52px;
}

@media (min-width: 768px) {
  .section-release .text-holder .btn-holder {
    margin-bottom: 58px;
  }
}

@media (min-width: 1024px) {
  .section-release .text-holder .btn-holder {
    margin-bottom: 48px;
  }
}

.section-release .text-holder .btn-holder:last-child {
  text-align: center;
  margin-bottom: 65px;
  padding-top: 24px;
}

@media (min-width: 768px) {
  .section-release .text-holder .btn-holder:last-child {
    margin-bottom: 44px;
    padding-top: 44px;
  }
}

@media (min-width: 1024px) {
  .section-release .text-holder .btn-holder:last-child {
    text-align: left;
    padding-top: 46px;
    margin-bottom: 47px;
  }
}

.section-release .text-holder .btn-holder:last-child .btn {
  min-width: 123px;
  width: 123px;
  height: 49px;
  padding: 17px;
}

@media (min-width: 1024px) {
  .section-release .text-holder .btn-holder:last-child .btn {
    width: 236px;
    height: 38px;
    padding: 6px;
    font-size: 18px;
    line-height: 24px;
  }
}

.section-release .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 32px;
}

@media (min-width: 768px) {
  .section-release .text {
    margin-bottom: 22px;
  }
}

@media (min-width: 1024px) {
  .section-release .text {
    font-size: 16px;
  }
}

.section-release .text mark {
  background: none;
  color: #145a70;
  margin-right: 15px;
}

.section-release .text p {
  display: inline;
  margin: 0;
}
.section-release .text p.author{
  width: 100%;
}

.section-release .text p a {
  text-decoration: none;
  color: #145a70;
  font-weight: bolder;
}
.section-release .text p a:hover {
  text-decoration: underline;
}

.section-release .text p a time:hover {
  color: #41abdb;
}

.section-release .title h2 {
  font-size: 26px;
  line-height: 37px;
}

@media (min-width: 768px) {
  .section-release .title h2 {
    margin-bottom: 12px;
  }
}

@media (min-width: 1024px) {
  .section-release .title h2 {
    font-size: 46px;
    line-height: 64px;
    margin-bottom: 16px;
  }
}

.section-release .btn {
  width: 175px;
  height: 33px;
  padding: 9px;
  font-size: 10px;
  line-height: 13px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .section-release .btn {
    width: 236px;
    height: 38px;
    padding: 6px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1024px) {
  .section-release p + ul {
    padding-top: 27px;
    margin-bottom: 64px;
  }
}

.section-release ul:not([class]) {
  padding-left: 28px;
}

.section-release ul:not([class]) li {
  position: relative;
  list-style: none;
  margin-bottom: 20px;
}

.section-release ul:not([class]) li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: -10px;
  width: 5px;
  height: 5px;
  border: 2px solid #41abdb;
  background-color: #41abdb;
}

@media (min-width: 1024px) {
  .section-release ul:not([class]) li::before {
    top: 13px;
    left: -23px;
    width: 7px;
    height: 7px;
  }
}

@media (min-width: 1024px) {
  .section-release ul:not([class]) li ul:not([class]) {
    padding-top: 48px;
  }
}

.section-release ul:not([class]) li ul:not([class]) li::before {
  background: none;
}

.section-bottom {
  position: relative;
  min-height: 450px;
  padding: 115px 0 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 0;
}

@media (min-width: 768px) {
  .section-bottom {
    padding: 117px 0 110px;
  }
}

@media (min-width: 1024px) {
  .section-bottom {
    padding: 200px 0;
  }
}

.section-bottom::before {
  position: absolute;
  content: "";
  background-image: url(images/bg-form.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: -345px;
  z-index: 0;
  pointer-events: none;
}

@media (min-width: 480px) {
  .section-bottom::before {
    bottom: 0;
  }
}

.section-bottom::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.9;
  backdrop-filter: blur(10px) brightness(30%) opacity(90%);
  -webkit-backdrop-filter: blur(10px) brightness(30%) opacity(90%);
  z-index: -1;
}

.section-bottom .container {
  position: relative;
  z-index: 2;
}

.section-bottom .df-row {
  margin: 0;
}

.section-bottom .df-row .col {
  width: 100%;
}

.section-bottom .text {
  color: #fff;
  font-size: 17px;
  line-height: 34px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .section-bottom .text {
    font-size: 20px;
  }
}

.section-bottom .text p {
  margin: 0 0 9px;
}

.section-bottom .title-header {
  color: #fff;
  font-size: 46px;
  line-height: 64px;
  text-align: left;
  padding: 0;
  margin-bottom: 27px;
}

@media (min-width: 768px) {
  .section-bottom .title-header {
    margin-bottom: 65px;
  }
}

@media (min-width: 1024px) {
  .section-bottom .title-header {
    padding-right: 60px;
  }
}

.section-bottom .title-header h2 {
  font-size: 30px;
  line-height: 39px;
}

@media (min-width: 768px) {
  .section-bottom .title-header h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (min-width: 1024px) {
  .section-bottom .title-header h2 {
    font-size: 46px;
    line-height: 64px;
  }
}

.section-bottom .title-header h2::before {
  left: 0;
  -webkit-transform: none;
  transform: none;
  width: 60px;
  top: -32px;
}

.section-bottom .img-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 163px;
  margin-bottom: 51px;
  margin-left: -30px;
  margin-right: -30px;
}

@media (min-width: 480px) {
  .section-bottom .img-holder {
    width: 100%;
    min-height: 27vw;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .section-bottom .img-holder {
    margin-bottom: 46px;
  }
}

@media (min-width: 1024px) {
  .section-bottom .img-holder {
    min-height: 560px;
    margin-bottom: 16px;
  }
}

.section-bottom .img-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
}

@media (min-width: 1024px) {
  .section-bottom .img-holder img {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}

@media (min-width: 1024px) {
  .section-bottom .img-holder .img-sm {
    display: none;
  }
}

.section-bottom .img-holder .img-lg {
  display: none;
}

@media (min-width: 1024px) {
  .section-bottom .img-holder .img-lg {
    display: block;
  }
}

.section-bottom .img-holder .text-holder {
  position: relative;
  max-width: 60%;
  padding: 15px 0 47px 20px;
  font-size: 13px;
  line-height: 1.2;
  color: #333;
}

@media (min-width: 768px) {
  .section-bottom .img-holder .text-holder {
    padding: 15px 0 19px 20px;
  }
}

@media (min-width: 1024px) {
  .section-bottom .img-holder .text-holder {
    max-width: 90%;
    padding: 0 0 24px 40px;
    font-size: 18px;
    line-height: 26px;
    color: #145a70;
  }
}

.section-bottom .img-holder .text-holder h5 {
  margin: 0 0 2px;
  font-size: 26px;
  line-height: 1.2;
  color: #fff;
}

@media (min-width: 768px) {
  .section-bottom .img-holder .text-holder h5 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (min-width: 1024px) {
  .section-bottom .img-holder .text-holder h5 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 5px;
  }
}

.section-bottom .img-holder .text-holder p {
  margin: 0;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.section-bottom .wrapp-input-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .section-bottom .wrapp-input-control {
    height: 60px;
  }
}

@media (min-width: 1024px) {
  .section-bottom .wrapp-input-control {
    height: 80px;
  }
}

.section-bottom .wrapp-input-control input {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  margin: 0;
  border: none;
}

.section-bottom .wrapp-input-control input::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 64px;
  color: #333;
  font-weight: 500;
  opacity: 1;
}

.section-bottom .wrapp-input-control input::-moz-placeholder {
  font-size: 13px;
  line-height: 64px;
  color: #333;
  font-weight: 500;
  opacity: 1;
}

.section-bottom .wrapp-input-control input:-ms-input-placeholder {
  font-size: 13px;
  line-height: 64px;
  color: #333;
  font-weight: 500;
  opacity: 1;
}

.section-bottom .wrapp-input-control input::-ms-input-placeholder {
  font-size: 13px;
  line-height: 64px;
  color: #333;
  font-weight: 500;
  opacity: 1;
}

.section-bottom .wrapp-input-control input::placeholder {
  font-size: 13px;
  line-height: 64px;
  color: #333;
  font-weight: 500;
  opacity: 1;
}

@media (min-width: 768px) {
  .section-bottom .wrapp-input-control input::-webkit-input-placeholder {
    font-size: 13px;
  }

  .section-bottom .wrapp-input-control input::-moz-placeholder {
    font-size: 13px;
  }

  .section-bottom .wrapp-input-control input:-ms-input-placeholder {
    font-size: 13px;
  }

  .section-bottom .wrapp-input-control input::-ms-input-placeholder {
    font-size: 13px;
  }

  .section-bottom .wrapp-input-control input::placeholder {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .section-bottom .wrapp-input-control input::-webkit-input-placeholder {
    font-size: 18px;
  }

  .section-bottom .wrapp-input-control input::-moz-placeholder {
    font-size: 18px;
  }

  .section-bottom .wrapp-input-control input:-ms-input-placeholder {
    font-size: 18px;
  }

  .section-bottom .wrapp-input-control input::-ms-input-placeholder {
    font-size: 18px;
  }

  .section-bottom .wrapp-input-control input::placeholder {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .section-bottom .wrapp-input-control input {
    margin-right: 10px;
  }
}

.section-bottom .wrapp-input-control .btn {
  position: relative;
  min-width: 42px;
  height: 100%;
  padding: 0;
}

.section-bottom .wrapp-input-control .btn::after {
  position: absolute;
  content: "";
  top: 1px;
  left: 2px;
  width: 100%;
  height: 100%;
  background-image: url(images/button-arrow.svg);
  background-position: center;
}

@media (min-width: 768px) {
  .section-bottom .wrapp-input-control .btn {
    min-width: 164px;
    padding: 20px;
  }

  .section-bottom .wrapp-input-control .btn::after {
    display: none;
  }
}

@media (min-width: 1024px) {
  .section-bottom .wrapp-input-control .btn {
    min-width: 176px;
  }
}

.section-bottom .wrapp-input-control .btn span {
  display: none;
}

@media (min-width: 768px) {
  .section-bottom .wrapp-input-control .btn span {
    display: block;
  }
}

.section-hero-3 .bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(134, 133, 136, 0.5);
}

.section-hero-3 {
  position: relative;
  min-height: 377px;
  z-index: 0;
}

@media (min-width: 768px) {
  .section-hero-3 {
    min-height: 440px;
  }
}

@media (min-width: 1024px) {
  .section-hero-3 {
    min-height: 776px;
  }
}

.section-hero-3::before {
  content: "";
  display: none;
  background-image: url(images/decor-layer-1.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

@media (min-width: 1024px) {
  .section-hero-3::before {
    display: block;
    height: 337px;
  }
}

.section-hero-3 .container {
  min-height: 776px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 145px;
  padding-bottom: 115px;
}

@media (max-width: 1023px) {
  .section-hero-3 .container {
    min-height: 440px;
    padding-bottom: 59px;
    padding-top: 115px;
  }
}

@media (max-width: 767px) {
  .section-hero-3 .container {
    min-height: 377px;
    padding-bottom: 38px;
    padding-top: 80px;
  }
}

.section-hero-3 .container .text-holder {
  position: relative;
}

.section-hero-3 .container .text-holder h1 {
  display: block;
  font-weight: 500;
  color: #fff;
  font-size: 56px;
  line-height: 57px;
  margin-bottom: 0;
  font-size: clamp(44px, 4vw, 56px);
  line-height: clamp(46px, 4vw, 57px);
}

@media (min-width: 768px) {
  .section-hero-3 .container .text-holder h1 {
    font-size: 56px;
    line-height: 48px;
  }
}

@media (min-width: 1024px) {
  .section-hero-3 .container .text-holder h1 {
    font-size: 120px;
    line-height: 100px;
    font-size: clamp(56px, 4vw, 120px);
    line-height: clamp(48px, 4vw, 100px);
  }
}

.section-hero-3 .container .text {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .section-hero-3 .container .text {
    padding-left: 80px;
    font-size: 30px;
    line-height: 64px;
  }

  .section-hero-3 .container .text p::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 25px;
    width: 20px;
    height: 20px;
    background-color: #fff;
  }
}

.section-register {
  padding: 50px 0 115px;
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .section-register {
    padding: 75px 0 95px;
  }
}

@media (min-width: 1024px) {
  .section-register {
    padding: 141px 0 110px;
  }
}

@media (min-width: 1024px) {
  .section-register .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .section-register .reg-wrap {
    max-width: 544px;
    margin-right: 20px;
  }
}

.section-register .reg-wrap .btn {
  display: none;
}

@media (min-width: 1024px) {
  .section-register .reg-wrap .btn {
    display: block;
  }
}

@media (min-width: 1024px) {
  .section-register .sp-wrap {
    max-width: 436px;
  }
}

.section-register .sp-wrap .btn {
  min-width: 123px;
  height: 48px;
  padding: 15px;
}

@media (min-width: 1024px) {
  .section-register .sp-wrap .btn {
    display: none;
  }
}

.section-register .sp-wrap .img-text {
  font-size: 13px;
  line-height: 24px;
  color: #41abdb;
}

@media (min-width: 1024px) {
  .section-register .sp-wrap .img-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.section-register .sp-wrap .img-text h5 {
  color: #333;
  margin-bottom: -10px;
  font-size: 18px;
  line-height: 36px;
}

@media (min-width: 1024px) {
  .section-register .sp-wrap .img-text h5 {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.section-register .sp-wrap .img-text P {
  text-transform: uppercase;
}

.section-register .text-holder {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .section-register .text-holder {
    font-size: 24px;
    line-height: 34px;
  }
}

.section-register .text-holder h4 {
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .section-register .text-holder h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
  }
}

.section-register .text-holder p {
  margin-bottom: 24px;
}

.section-register .items-holder {
  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: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 576px) {
  .section-register .items-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .section-register .items-holder {
    display: block;
  }
}

.section-register .item {
  margin-bottom: 30px;
  max-width: 250px;
}

@media (min-width: 768px) {
  .section-register .item {
    max-width: 277px;
    margin-bottom: 21px;
  }
}

@media (min-width: 1024px) {
  .section-register .item {
    max-width: 435px;
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) {
  .section-register .mr {
    margin-right: 16px;
  }
}

@media (min-width: 1024px) {
  .section-register .mr {
    margin-right: 0;
  }
}

.section-register .img-holder {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .section-register .img-holder {
    margin-bottom: 8px;
  }
}

.section-register .btn-holder {
  margin-top: 58px;
  text-align: center;
}

@media (min-width: 768px) {
  .section-register .btn-holder {
    margin-top: 24px;
  }
}

@media (min-width: 1024px) {
  .section-register .btn-holder {
    margin-top: 45px;
    text-align: left;
  }
}

.section-register .btn {
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
}

@media (min-width: 768px) {
  .section-register .btn {
    font-size: 10px;
    line-height: 13px;
  }
}

@media (min-width: 1024px) {
  .section-register .btn {
    width: 202px;
    height: 80px;
    padding: 28px;
    font-size: 18px;
    line-height: 24px;
  }
}

.section-further-resourses {
  padding: 80px 0;
}

@media (min-width: 768px) {
  .section-further-resourses {
    padding: 48px 0 132px;
  }
}

@media (min-width: 1024px) {
  .section-further-resourses {
    padding: 152px 0 196px;
  }
}

.section-further-resourses .df-row {
  margin: 0;
}

@media (min-width: 1024px) {
  .section-further-resourses .col {
    padding: 0 8px;
  }
}

.section-further-resourses .img-holder {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (min-width: 768px) {
  .section-further-resourses .img-holder {
    position: static;
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
}

.section-further-resourses .title {
  position: relative;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .section-further-resourses .title {
    margin: 32px 0 6px;
  }
}

@media (min-width: 1024px) {
  .section-further-resourses .title {
    padding-left: 8px;
  }
}

.section-further-resourses .title::before {
  content: "";
  width: 44px;
  height: 3px;
  background-color: #41abdb;
  position: absolute;
  top: -20px;
  left: 0;
}

@media (min-width: 768px) {
  .section-further-resourses .title::before {
    top: -26px;
  }
}

@media (min-width: 1024px) {
  .section-further-resourses .title::before {
    top: -35px;
    left: 8px;
    -webkit-transform: none;
    transform: none;
    width: 60px;
    height: 4px;
  }
}

.section-further-resourses .title h3 {
  margin-bottom: 77px;
  font-size: 26px;
  line-height: 37px;
}

@media (min-width: 768px) {
  .section-further-resourses .title h3 {
    margin-bottom: 47px;
  }
}

@media (min-width: 1024px) {
  .section-further-resourses .title h3 {
    font-size: 46px;
    line-height: 64px;
    margin-bottom: 38px;
  }
}

.section-further-resourses .simple-title {
  margin-bottom: 88px;
}

@media (min-width: 768px) {
  .section-further-resourses .simple-title {
    margin-bottom: 86px;
  }
}

@media (min-width: 1024px) {
  .section-further-resourses .simple-title {
    margin-bottom: 157px;
  }
}

.section-further-resourses .simple-title::before {
  display: none;
}

.section-further-resourses .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  font-size: 9px;
  line-height: 11px;
  color: #686c75;
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  .section-further-resourses .desc {
    font-size: 11px;
    line-height: 17px;
    margin-bottom: 14px;
  }
}

@media (min-width: 1024px) {
  .section-further-resourses .desc {
    margin-bottom: 20px;
  }
}

.section-further-resourses .desc p {
  margin: 0 10px 0 0;
}

.section-further-resourses .desc p a time {
  color: #686c75;
}

.section-further-resourses .desc p a time:hover {
  color: #41abdb;
}

.section-further-resourses mark {
  background: none;
  color: #41abdb;
}

.section-further-resourses .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.4))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 20;
}

.section-further-resourses .item {
  margin-bottom: 21px;
}

@media (min-width: 768px) {
  .section-further-resourses .item {
    margin-bottom: 34px;
  }
}

@media (min-width: 1024px) {
  .section-further-resourses .item {
    margin-bottom: 66px;
  }
}

.section-further-resourses .item .title-link {
  color: #333;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 480px) {
  .section-further-resourses .item .title-link {
    font-size: 24px;
    line-height: 36px;
  }
}

.section-further-resourses .item .title-link:hover {
  color: #28769a;
}

.section-further-resourses .item .img-holder {
  position: relative;
  display: block;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .section-further-resourses .item .img-holder {
    margin-bottom: 18px;
  }
}

@media (min-width: 1024px) {
  .section-further-resourses .item .img-holder {
    margin-bottom: 24px;
  }
}

.section-further-resourses .item .img-holder:hover span,
.section-further-resourses .item .img-holder:hover::after,
.section-further-resourses .item .img-holder:hover::before {
  visibility: visible;
}

.section-further-resourses .item .img-holder:hover span i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section-further-resourses .item .img-holder::before {
  content: "";
  width: 10px;
  height: 57px;
  background-color: #41abdb;
  position: absolute;
  left: 0;
  top: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  z-index: 1;
}

@media (max-width: 1024px) {
  .section-further-resourses .item .img-holder::before {
    width: 5px;
    height: 33px;
    top: 32px;
  }
}

.section-further-resourses .item .img-holder::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  z-index: 0;
}

.section-further-resourses .item .img-holder img {
  width: 100%;
}

.section-further-resourses .item .img-holder span {
  position: absolute;
  width: 57px;
  height: 57px;
  border: 1px solid #fff;
  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;
  color: #fff;
  visibility: hidden;
  z-index: 1;
  top: 60px;
  left: 40px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .section-further-resourses .item .img-holder span {
    width: 32px;
    height: 32px;
    top: 32px;
    left: 24px;
  }
}

.section-further-resourses .item .img-holder span i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.section-further-resourses .btn-holder {
  padding-top: 20px 0;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .section-further-resourses .btn-holder {
    float: left;
  }
}

.section-further-resourses .btn-holder .btn {
  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;
  min-width: 90px;
  width: 90px;
  height: 35px;
  padding: 5px;
  font-size: 6px;
  line-height: 8px;
  font-weight: 500;
}

@media (min-width: 480px) {
  .section-further-resourses .btn-holder .btn {
    min-width: 123px;
    width: 123px;
    height: 49px;
    font-size: 10px;
    line-height: 13px;
  }
}

@media (min-width: 1024px) {
  .section-further-resourses .btn-holder .btn {
    width: 195px;
    height: 80px;
    font-size: 17px;
    line-height: 23px;
  }
}

.section-hero-4 {
  position: relative;
  min-height: 368px;
  z-index: 0;
}

@media (min-width: 768px) {
  .section-hero-4 {
    min-height: 478px;
  }
}

@media (min-width: 1024px) {
  .section-hero-4 {
    min-height: 942px;
  }
}

.section-hero-4::before {
  content: "";
  display: none;
  background-image: url(images/decor-layer-1.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

@media (min-width: 1024px) {
  .section-hero-4::before {
    display: block;
    height: 337px;
  }
}

.section-hero-4 .bg-image::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, #000 0, rgba(0, 0, 0, 0) 70%);
  opacity: 0.7;
}

.section-hero-4 .container {
  min-height: 942px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 76px;
}

@media (max-width: 1023px) {
  .section-hero-4 .container {
    min-height: 478px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .section-hero-4 .container {
    min-height: 368px;
    padding-bottom: 24px;
  }
}

.section-hero-4 .container .text-holder {
  position: relative;
}

.section-hero-4 .container .text-holder h1 {
  display: block;
  font-weight: 500;
  color: #fff;
  font-size: 37px;
  line-height: 43px;
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  .section-hero-4 .container .text-holder h1 {
    font-size: 56px;
    line-height: 75px;
  }
}

@media (min-width: 1024px) {
  .section-hero-4 .container .text-holder h1 {
    font-size: 120px;
    line-height: 110px;
    margin-bottom: 33px;
  }
}

.section-hero-4 .container .text {
  position: relative;
  max-width: 848px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .section-hero-4 .container .text {
    font-size: 22px;
    line-height: 36px;
  }
}

.section-contact {
  padding: 54px 0 37px;
}

@media (min-width: 768px) {
  .section-contact {
    padding: 65px 0 76px;
  }
}

@media (min-width: 1024px) {
  .section-contact {
    padding: 150px 0 193px;
  }
}

.section-contact .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 1024px) {
  .section-contact .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.section-contact .items-holder {
  padding-top: 11px;
}

@media (min-width: 768px) {
  .section-contact .items-holder {
    padding-top: 13px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}

@media (min-width: 1024px) {
  .section-contact .items-holder {
    padding-top: 0;
    max-width: 368px;
    display: block;
  }
}

.section-contact .item {
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .section-contact .item {
    margin-bottom: 11px;
  }
}

@media (min-width: 1024px) {
  .section-contact .item {
    margin-bottom: 71px;
  }
}

@media (min-width: 768px) {
  .section-contact .item:first-child {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}

.section-contact .item .title h5 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .section-contact .item .title h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 18px;
  }
}

@media (min-width: 1024px) {
  .section-contact .item .title h5 {
    font-size: 24px;
    line-height: 36px;
  }
}

.section-contact .text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 3px;
}

@media (min-width: 768px) {
  .section-contact .text {
    margin-bottom: 4px;
  }
}

@media (min-width: 1024px) {
  .section-contact .text {
    font-size: 22px;
    line-height: 36px;
  }
}

.section-contact .text p {
  margin: 0;
}

.section-contact .text a {
  font-weight: 300;
  text-decoration: underline;
}

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

.section-contact .text .email {
  color: #145A70;
}

.section-contact .text .link,
.section-contact .text .phone {
  color: #333;
}

.section-contact .form-wrap {
  width: 100%;
}

@media (min-width: 1024px) {
  .section-contact .form-wrap {
    width: 656px;
  }
}

.section-contact .form-wrap .gform_wrapper input[type="color"],
.section-contact .form-wrap .gform_wrapper input[type="date"],
.section-contact .form-wrap .gform_wrapper input[type="datetime-local"],
.section-contact .form-wrap .gform_wrapper input[type="datetime"],
.section-contact .form-wrap .gform_wrapper input[type="email"],
.section-contact .form-wrap .gform_wrapper input[type="month"],
.section-contact .form-wrap .gform_wrapper input[type="number"],
.section-contact .form-wrap .gform_wrapper input[type="password"],
.section-contact .form-wrap .gform_wrapper input[type="search"],
.section-contact .form-wrap .gform_wrapper input[type="tel"],
.section-contact .form-wrap .gform_wrapper input[type="text"],
.section-contact .form-wrap .gform_wrapper input[type="time"],
.section-contact .form-wrap .gform_wrapper input[type="url"],
.section-contact .form-wrap .gform_wrapper input[type="week"],
.section-contact .form-wrap .gform_wrapper select,
.section-contact .form-wrap .gform_wrapper textarea {
  height: 48px;
  padding: 15px 24px;
  font-size: 14px;
  line-height: 18px;
  border: 0;
  background: #f5f5f5;
  font-weight: 300;
  color: #333;
}

@media (min-width: 1024px) {
  .section-contact .form-wrap .gform_wrapper input[type="color"],
  .section-contact .form-wrap .gform_wrapper input[type="date"],
  .section-contact .form-wrap .gform_wrapper input[type="datetime-local"],
  .section-contact .form-wrap .gform_wrapper input[type="datetime"],
  .section-contact .form-wrap .gform_wrapper input[type="email"],
  .section-contact .form-wrap .gform_wrapper input[type="month"],
  .section-contact .form-wrap .gform_wrapper input[type="number"],
  .section-contact .form-wrap .gform_wrapper input[type="password"],
  .section-contact .form-wrap .gform_wrapper input[type="search"],
  .section-contact .form-wrap .gform_wrapper input[type="tel"],
  .section-contact .form-wrap .gform_wrapper input[type="text"],
  .section-contact .form-wrap .gform_wrapper input[type="time"],
  .section-contact .form-wrap .gform_wrapper input[type="url"],
  .section-contact .form-wrap .gform_wrapper input[type="week"],
  .section-contact .form-wrap .gform_wrapper select,
  .section-contact .form-wrap .gform_wrapper textarea {
    height: 80px;
    padding: 28px 24px;
    font-size: 20px;
    line-height: 24px;
  }
}

.section-contact
  .form-wrap
  .gform_wrapper
  input[type="color"]::-webkit-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="date"]::-webkit-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="datetime-local"]::-webkit-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="datetime"]::-webkit-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="email"]::-webkit-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="month"]::-webkit-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="number"]::-webkit-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="password"]::-webkit-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="search"]::-webkit-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="tel"]::-webkit-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="text"]::-webkit-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="time"]::-webkit-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="url"]::-webkit-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="week"]::-webkit-input-placeholder,
.section-contact .form-wrap .gform_wrapper select::-webkit-input-placeholder,
.section-contact .form-wrap .gform_wrapper textarea::-webkit-input-placeholder {
  color: #333;
}

.section-contact
  .form-wrap
  .gform_wrapper
  input[type="color"]::-moz-placeholder,
.section-contact .form-wrap .gform_wrapper input[type="date"]::-moz-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="datetime-local"]::-moz-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="datetime"]::-moz-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="email"]::-moz-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="month"]::-moz-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="number"]::-moz-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="password"]::-moz-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="search"]::-moz-placeholder,
.section-contact .form-wrap .gform_wrapper input[type="tel"]::-moz-placeholder,
.section-contact .form-wrap .gform_wrapper input[type="text"]::-moz-placeholder,
.section-contact .form-wrap .gform_wrapper input[type="time"]::-moz-placeholder,
.section-contact .form-wrap .gform_wrapper input[type="url"]::-moz-placeholder,
.section-contact .form-wrap .gform_wrapper input[type="week"]::-moz-placeholder,
.section-contact .form-wrap .gform_wrapper select::-moz-placeholder,
.section-contact .form-wrap .gform_wrapper textarea::-moz-placeholder {
  color: #333;
}

.section-contact
  .form-wrap
  .gform_wrapper
  input[type="color"]:-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="date"]:-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="datetime-local"]:-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="datetime"]:-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="email"]:-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="month"]:-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="number"]:-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="password"]:-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="search"]:-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="tel"]:-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="text"]:-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="time"]:-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="url"]:-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="week"]:-ms-input-placeholder,
.section-contact .form-wrap .gform_wrapper select:-ms-input-placeholder,
.section-contact .form-wrap .gform_wrapper textarea:-ms-input-placeholder {
  color: #333;
}

.section-contact
  .form-wrap
  .gform_wrapper
  input[type="color"]::-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="date"]::-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="datetime-local"]::-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="datetime"]::-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="email"]::-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="month"]::-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="number"]::-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="password"]::-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="search"]::-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="tel"]::-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="text"]::-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="time"]::-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="url"]::-ms-input-placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="week"]::-ms-input-placeholder,
.section-contact .form-wrap .gform_wrapper select::-ms-input-placeholder,
.section-contact .form-wrap .gform_wrapper textarea::-ms-input-placeholder {
  color: #333;
}

.section-contact .form-wrap .gform_wrapper input[type="color"]::placeholder,
.section-contact .form-wrap .gform_wrapper input[type="date"]::placeholder,
.section-contact
  .form-wrap
  .gform_wrapper
  input[type="datetime-local"]::placeholder,
.section-contact .form-wrap .gform_wrapper input[type="datetime"]::placeholder,
.section-contact .form-wrap .gform_wrapper input[type="email"]::placeholder,
.section-contact .form-wrap .gform_wrapper input[type="month"]::placeholder,
.section-contact .form-wrap .gform_wrapper input[type="number"]::placeholder,
.section-contact .form-wrap .gform_wrapper input[type="password"]::placeholder,
.section-contact .form-wrap .gform_wrapper input[type="search"]::placeholder,
.section-contact .form-wrap .gform_wrapper input[type="tel"]::placeholder,
.section-contact .form-wrap .gform_wrapper input[type="text"]::placeholder,
.section-contact .form-wrap .gform_wrapper input[type="time"]::placeholder,
.section-contact .form-wrap .gform_wrapper input[type="url"]::placeholder,
.section-contact .form-wrap .gform_wrapper input[type="week"]::placeholder,
.section-contact .form-wrap .gform_wrapper select::placeholder,
.section-contact .form-wrap .gform_wrapper textarea::placeholder {
  color: #333;
}

.section-contact .form-wrap .gform_wrapper textarea {
  height: 136px !important;
}

@media (min-width: 1024px) {
  .section-contact .form-wrap .gform_wrapper textarea {
    height: 286px !important;
  }
}

.section-contact .form-wrap .gform_wrapper form {
  display: block;
}

.section-contact .form-wrap .gform_wrapper .gform_footer {
  padding: 31px 0 0;
}

@media (min-width: 768px) {
  .section-contact .form-wrap .gform_wrapper .gform_footer {
    padding: 52px 0 0;
  }
}

@media (min-width: 1024px) {
  .section-contact .form-wrap .gform_wrapper .gform_footer {
    padding: 24px 0 0;
  }
}

.section-contact .form-wrap .gform_wrapper .gform_fields {
  grid-row-gap: 21px;
}

@media (min-width: 768px) {
  .section-contact .form-wrap .gform_wrapper .gform_fields {
    grid-row-gap: 27px;
  }
}

@media (min-width: 1024px) {
  .section-contact .form-wrap .gform_wrapper .gform_fields {
    grid-row-gap: 24px;
  }
}

.section-contact .form-wrap .gform_wrapper .btn {
  font-family: "Morn", sans-serif;
  width: 123px;
  height: 48px;
  font-size: 10px;
}

@media (min-width: 1024px) {
  .section-contact .form-wrap .gform_wrapper .btn {
    height: 80px;
    width: 202px;
    font-size: 18px;
  }
}

.section-contact .form-wrap .gform_wrapper .btn span {
  display: block;
}

.section-contact .form-wrap .gform_wrapper .btn:before {
  display: none;
}

.section-contact form {
  width: 100%;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .section-contact form {
    margin-bottom: 52px;
  }
}

@media (min-width: 1024px) {
  .section-contact form {
    margin-bottom: 0;
  }
}

.section-contact .wrapp-input-control {
  height: 47px;
  margin-bottom: 27px;
}

@media (min-width: 768px) {
  .section-contact .wrapp-input-control {
    height: 50px;
  }
}

@media (min-width: 1024px) {
  .section-contact .wrapp-input-control {
    height: 80px;
    margin-bottom: 17px;
  }
}

.section-contact .wrapp-input-control input,
.section-contact .wrapp-input-control textarea {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  border: none;
  background-color: #f5f5f5;
}

.section-contact .wrapp-input-control input::-webkit-input-placeholder,
.section-contact .wrapp-input-control textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 64px;
  color: #333;
  font-weight: 400;
  opacity: 1;
}

.section-contact .wrapp-input-control input::-moz-placeholder,
.section-contact .wrapp-input-control textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 64px;
  color: #333;
  font-weight: 400;
  opacity: 1;
}

.section-contact .wrapp-input-control input:-ms-input-placeholder,
.section-contact .wrapp-input-control textarea:-ms-input-placeholder {
  font-size: 14px;
  line-height: 64px;
  color: #333;
  font-weight: 400;
  opacity: 1;
}

.section-contact .wrapp-input-control input::-ms-input-placeholder,
.section-contact .wrapp-input-control textarea::-ms-input-placeholder {
  font-size: 14px;
  line-height: 64px;
  color: #333;
  font-weight: 400;
  opacity: 1;
}

.section-contact .wrapp-input-control input::placeholder,
.section-contact .wrapp-input-control textarea::placeholder {
  font-size: 14px;
  line-height: 64px;
  color: #333;
  font-weight: 400;
  opacity: 1;
}

@media (min-width: 1024px) {
  .section-contact .wrapp-input-control input::-webkit-input-placeholder,
  .section-contact .wrapp-input-control textarea::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 64px;
  }

  .section-contact .wrapp-input-control input::-moz-placeholder,
  .section-contact .wrapp-input-control textarea::-moz-placeholder {
    font-size: 20px;
    line-height: 64px;
  }

  .section-contact .wrapp-input-control input:-ms-input-placeholder,
  .section-contact .wrapp-input-control textarea:-ms-input-placeholder {
    font-size: 20px;
    line-height: 64px;
  }

  .section-contact .wrapp-input-control input::-ms-input-placeholder,
  .section-contact .wrapp-input-control textarea::-ms-input-placeholder {
    font-size: 20px;
    line-height: 64px;
  }

  .section-contact .wrapp-input-control input::placeholder,
  .section-contact .wrapp-input-control textarea::placeholder {
    font-size: 20px;
    line-height: 64px;
  }
}

.section-contact .wrapp-textarea {
  height: 136px;
}

@media (min-width: 1024px) {
  .section-contact .wrapp-textarea {
    height: 286px;
  }
}

.section-contact textarea {
  resize: none;
}

.section-contact .social-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .section-contact .social-list {
    margin-top: -8px;
  }
}

@media (min-width: 1024px) {
  .section-contact .social-list {
    margin-top: 0;
  }
}

.section-contact .social-list li {
  width: 45px;
  height: 45px;
}

.section-contact .social-list a {
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.section-contact .social-list a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.section-contact .button-wrapper {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .section-contact .button-wrapper {
    margin-bottom: 79px;
  }
}

@media (min-width: 1024px) {
  .section-contact .button-wrapper {
    margin: 0;
  }
}

.section-contact .btn {
  min-width: 123px;
  height: 50px;
  padding: 15px;
}

@media (min-width: 1024px) {
  .section-contact .btn {
    width: 202px;
    height: 80px;
    padding: 20px;
  }
}

.section-follow-us {
  position: relative;
  min-height: 250px;
  padding: 80px 0 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 0;
}

@media (min-width: 768px) {
  .section-follow-us {
    padding: 110px 0 92px;
    min-height: 316px;
  }
}

@media (min-width: 1024px) {
  .section-follow-us {
    padding: 200px 0 40px;
    min-height: 580px;
  }
}

.section-follow-us::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px) brightness(30%) opacity(90%);
  -webkit-backdrop-filter: blur(10px) brightness(30%) opacity(90%);
  z-index: -1;
}

.section-follow-us .title-header {
  color: #fff;
  font-size: 46px;
  line-height: 64px;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .section-follow-us .title-header {
    margin-bottom: 36px;
  }
}

.section-follow-us .title-header h2 {
  font-size: 30px;
  line-height: 39px;
}

@media (min-width: 768px) {
  .section-follow-us .title-header h2 {
    font-size: 34px;
    line-height: 64px;
  }
}

@media (min-width: 1024px) {
  .section-follow-us .title-header h2 {
    font-size: 46px;
    line-height: 64px;
  }
}

.section-follow-us .title-header h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 1024px) {
  .section-follow-us .title-header h2::before {
    background-color: #fff;
  }
}

.section-follow-us .social-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  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;
}

.section-follow-us .social-list li:first-child {
  margin-right: 35px;
}

@media (min-width: 1024px) {
  .section-follow-us .social-list li:first-child {
    margin-right: 60px;
  }
}

.section-follow-us .social-list li {
  width: 46px;
  height: 43px;
  padding: 7px;
}

@media (min-width: 1024px) {
  .section-follow-us .social-list li {
    width: 60px;
    height: 60px;
  }
}

.section-follow-us .social-list img {
  width: 100%;
  height: 100%;
}

.section-img-blockquote {
  position: relative;
  z-index: 0;
  padding: 0 0 115px;
  background-color: #145A70;
}

@media (max-width: 1023px) {
  .section-img-blockquote {
    padding: 0 0 43px;
  }
}

@media (max-width: 767px) {
  .section-img-blockquote {
    padding: 0 0 43px;
  }
}

@media (min-width: 1024px) {
  .section-img-blockquote .container-bg {
    background: url(images/bg-qoute.png) 0 0/100% auto no-repeat;
  }
}

.section-img-blockquote .text-holder {
  padding-top: 48px;
}

@media (min-width: 768px) {
  .section-img-blockquote .text-holder {
    padding-top: 65px;
  }
}

@media (min-width: 1024px) {
  .section-img-blockquote .text-holder {
    padding-top: 133px;
  }
}

.section-img-blockquote .container {
  width: 100%;
}

.section-img-blockquote blockquote {
  border: none;
  font-size: 32px;
  font-weight: 400;
  line-height: 60px;
  color: #fff;
  padding: 0;
  position: relative;
}

@media (max-width: 1023px) {
  .section-img-blockquote blockquote {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -0.19px;
  }
}

.section-img-blockquote blockquote::before {
  content: "";
  background-image: url(images/blockquote-dark.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  right: 0;
  top: -194px;
  background-color: #fff;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .section-img-blockquote blockquote::before {
    top: -100px;
    width: 80px;
    height: 80px;
    background-size: 46px;
  }
}

@media (max-width: 768px) {
  .section-img-blockquote blockquote::before {
    width: 63px;
    height: 63px;
    background-size: 36px;
    top: -78px;
  }
}

.section-img-blockquote blockquote p {
  margin-bottom: 12px;
}

@media (max-width: 1024px) {
  .section-img-blockquote blockquote p {
    margin-bottom: 36px;
  }
}

.section-img-blockquote .img-holder {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 228px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .section-img-blockquote .img-holder {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 264px;
  }
}

@media (min-width: 1024px) {
  .section-img-blockquote .img-holder {
    height: 630px;
  }
}

.section-img-blockquote .img-text {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 13px;
  line-height: 25px;
}

@media (min-width: 768px) {
  .section-img-blockquote .img-text {
    padding: 0 0 35px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  .section-img-blockquote .img-text {
    padding: 0 0 27px;
    font-size: 18px;
  }
}

.section-img-blockquote .img-text h5 {
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section-img-blockquote .img-text h5 {
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  .section-img-blockquote .img-text h5 {
    font-size: 48px;
    line-height: 56px;
  }
}

.section-img-blockquote .img-text p {
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .section-img-blockquote .img-text p {
    margin-bottom: 0;
  }
}

.section-expertise {
  padding: 75px 0;
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .section-expertise {
    padding: 51px 0 100px;
  }
}

@media (min-width: 1024px) {
  .section-expertise {
    padding: 157px 0;
  }
}

.section-expertise .title h5 {
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-expertise .title h5 {
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 60px;
  }
}

.section-expertise .items-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
}

.section-expertise .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 40px 82px;
  color: #333;
  background-color: #fff;
  width: calc((100% - 28px) / 3);
}

@media (max-width: 1023px) {
  .section-expertise .item {
    padding: 22px 25px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .section-expertise .item {
    width: calc((100% - 14px) / 2);
    padding: 40px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 399px) {
  .section-expertise .item {
    width: 100%;
  }
}

.section-expertise .item:hover {
  color: #fff;
  background-color: #333;
}

.section-expertise .item:hover .icon span {
  background-color: #f5f5f5;
  opacity: 0.1;
}

.section-expertise .item:nth-child(1) .icon img {
  left: -14px;
  top: -10px;
}

@media (min-width: 1024px) {
  .section-expertise .item:nth-child(1) .icon img {
    left: -27px;
    top: -12px;
  }
}

.section-expertise .item:nth-child(2) .icon img {
  left: -8px;
  top: -8px;
}

@media (min-width: 1024px) {
  .section-expertise .item:nth-child(2) .icon img {
    left: -23px;
    top: -5px;
  }
}

.section-expertise .item:nth-child(3) .icon img {
  left: -11px;
  top: -7px;
}

@media (min-width: 1024px) {
  .section-expertise .item:nth-child(3) .icon img {
    left: -22px;
    top: -10px;
  }
}

.section-expertise .item:nth-child(4) .icon img {
  left: 7px;
  top: 10px;
  width: 45px;
}

@media (min-width: 1024px) {
  .section-expertise .item:nth-child(4) .icon img {
    width: 60px;
    left: 3px;
    top: 17px;
  }
}

.section-expertise .item:last-child {
  margin-bottom: 0;
}

.section-expertise .item:last-child .icon img {
  left: 7px;
  top: 10px;
  width: 45px;
}

@media (min-width: 1024px) {
  .section-expertise .item:last-child .icon img {
    width: 65px;
    left: 3px;
    top: 16px;
  }
}

.section-expertise .item .icon {
  width: 110px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 25px;
  margin-bottom: 70px;
}

@media (max-width: 1023px) {
  .section-expertise .item .icon {
    margin-bottom: 40px;
  }
}

.section-expertise .item .icon span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: block;
}

@media (max-width: 1023px) {
  .section-expertise .item .icon span {
    width: 40px;
    height: 40px;
  }
}

.section-expertise .item .icon img {
  position: absolute;
}

@media (max-width: 1023px) {
  .section-expertise .item .icon img {
    width: 80px;
  }
}

.section-expertise .item .text p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 26px;
  font-weight: 300;
}

@media (max-width: 1024px) {
  .section-expertise .item .text p {
    font-size: 14px;
    line-height: 21px;
  }
}

.section-expertise .item .text h5 {
  margin-bottom: 19px;
  font-size: 32px;
  line-height: 42px;
}

@media (max-width: 1023px) {
  .section-expertise .item .text h5 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .section-expertise .item .text h5 {
    margin-bottom: 23px;
  }
}

.section-expertise-list {
  padding: 100px 0;
}

@media (min-width: 1024px) {
  .section-expertise-list {
    background: url(images/bg-expertise-list.png) 0 0/100% 100% no-repeat;
  }
}

@media (min-width: 768px) {
  .section-expertise-list {
    padding: 100px 0 28px;
  }
}

@media (min-width: 1024px) {
  .section-expertise-list {
    padding: 175px 0;
  }
}

.section-expertise-list .df-row {
  margin: 0;
}

.section-expertise-list .title-header {
  text-align: left;
}

@media (min-width: 1024px) {
  .section-expertise-list .title-header {
    max-width: 400px;
  }
}

@media (max-width: 1023px) {
  .section-expertise-list .title-header {
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .section-expertise-list .title-header {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-expertise-list .title-header h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 37px;
}

@media (min-width: 1024px) {
  .section-expertise-list .title-header h2 {
    font-size: 46px;
    line-height: 64px;
  }
}

.section-expertise-list .title-header h2::before {
  left: 0;
  -webkit-transform: none;
  transform: none;
}

.section-expertise-list ul:not([class]) {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding-left: 13px;
}

@media (min-width: 768px) {
  .section-expertise-list ul:not([class]) {
    line-height: 27px;
    padding-left: 57px;
  }
}

@media (min-width: 1024px) {
  .section-expertise-list ul:not([class]) {
    font-size: 20px;
    line-height: 40px;
    padding-left: 20px;
  }
}

.section-expertise-list ul:not([class]) li {
  position: relative;
  list-style: none;
  padding-left: 10px;
}

@media (max-width: 1023px) {
  .section-expertise-list ul:not([class]) li {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .section-expertise-list ul:not([class]) li {
    margin-bottom: 21px;
  }
}

.section-expertise-list ul:not([class]) li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: -10px;
  width: 5px;
  height: 5px;
  border: 2px solid #145A70;
  background-color: #145A70;
}

@media (min-width: 1024px) {
  .section-expertise-list ul:not([class]) li::before {
    top: 17px;
    left: -15px;
    width: 7px;
    height: 7px;
  }
}

.blockquote-block {
  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;
  padding: 0;
  margin: 0 auto 40px;
  border: none;
  max-width: 1136px;
}

@media (min-width: 768px) {
  .blockquote-block {
    position: relative;
    min-height: 299px;
    z-index: 1;
    padding: 30px 0 30px 145px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .blockquote-block {
    position: relative;
    min-height: 440px;
    padding: 60px 0 30px 175px;
    margin-bottom: 96px;
  }

  .blockquote-block::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 100vw;
    height: 100vw;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #145A70;
    z-index: -1;
  }
}

.blockquote-block .entry-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: left bottom;
  z-index: -1;
}

.blockquote-block .entry-bg-img::before {
  content: "";
  position: absolute;
  background-image: url(images/blockquote.svg);
  width: 60px;
  height: 60px;
  bottom: -30px;
  left: 57px;
  background-color: #145a70;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: 2;
}

@media (min-width: 480px) {
  .blockquote-block .entry-bg-img::before {
    left: 120px;
    bottom: -30px;
  }
}

@media (min-width: 768px) {
  .blockquote-block .entry-bg-img::before {
    left: 58px;
    top: 36px;
  }
}

@media (min-width: 1024px) {
  .blockquote-block .entry-bg-img::before {
    width: 90px;
    height: 90px;
    left: 53px;
    top: 65px;
    background-size: 50px;
  }
}

.blockquote-block p {
  margin: 0;
}

.cite-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 1;
  min-height: 163px;
  padding-left: 14%;
  padding-top: 20px;
  padding-bottom: 47px;
  margin-bottom: 40px;
}

@media (min-width: 420px) {
  .cite-block {
    min-height: 38.8vw;
  }
}

@media (min-width: 480px) {
  .cite-block {
    padding-left: 120px;
    padding-top: 100px;
  }
}

@media (min-width: 768px) {
  .cite-block {
    position: static;
    min-height: auto;
    margin: 0;
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.cite-block .text {
  max-width: 58%;
  font-size: 13px;
}

@media (min-width: 1024px) {
  .cite-block .text {
    font-size: 20px;
  }
}

.cite-block .text p {
  text-transform: uppercase;
}

.cite-block .text h5 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .cite-block .text h5 {
    font-size: 26px;
    line-height: 40px;
  }
}

@media (min-width: 1024px) {
  .cite-block .text h5 {
    font-size: 36px;
    line-height: 64px;
  }
}

.quote-block {
  max-width: 300px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.64px;
  min-height: 100px;
}

@media (min-width: 480px) {
  .quote-block {
    max-width: 440px;
  }
}

@media (min-width: 768px) {
  .quote-block {
    position: relative;
    z-index: 2;
    max-width: 380px;
    min-height: 100px;
    margin: 0 0 5px;
  }
}

@media (min-width: 1024px) {
  .quote-block {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.64px;
    max-width: 550px;
  }
}

.quote-block span {
  font-weight: 600;
}

.section-blockquote-inner {
  padding: 0 0 40px;
}

@media (min-width: 768px) {
  .section-blockquote-inner {
    padding: 0 0 60px;
  }
}

@media (min-width: 1024px) {
  .section-blockquote-inner {
    padding: 0 0 77px;
  }
}

.section-blockquote-inner .btn-holder {
  text-align: center;
}

.section-blockquote-inner .btn-holder .btn {
  min-width: 123px;
  height: 49px;
  padding: 16px;
  font-size: 10px;
  line-height: 13px;
}

@media (min-width: 1024px) {
  .section-blockquote-inner .btn-holder .btn {
    min-width: 202px;
    height: 80px;
    padding: 27px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
}

.section-our-expertise {
  background-color: #f5f5f5;
  padding: 50px 0;
}

@media (min-width: 768px) {
  .section-our-expertise {
    padding: 70px 0 32px;
  }
}

@media (min-width: 1024px) {
  .section-our-expertise {
    padding: 100px 0 80px;
  }
}

.section-our-expertise .df-row {
  margin: 0;
}

.section-our-expertise .text-holder {
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
}

.section-our-expertise .text-holder span {
  font-weight: 600;
}

.section-our-expertise .text-holder span a {
  color: #000;
}

.section-our-expertise .text-holder span a:hover {
  color: #41abdb;
}

@media (min-width: 768px) {
  .section-our-expertise .text-holder {
    font-size: 14px;
    line-height: 25px;
  }
}

@media (min-width: 1024px) {
  .section-our-expertise .text-holder {
    font-size: 20px;
    line-height: 36px;
  }
}

.section-our-expertise .text-holder p {
  margin-bottom: 37px;
}

.section-our-expertise .list {
  margin-bottom: 36px;
}

.section-our-expertise ul:not([class]) {
  font-weight: 600;
  color: #000;
  list-style: none;
  margin: 0;
  padding-left: 9px;
  padding-right: 9px;
}

.section-our-expertise ul:not([class]) li {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .section-our-expertise ul:not([class]) li {
    font-size: 20px;
    line-height: 28px;
    padding: 0 23px;
    margin-bottom: 23px;
  }
}

.section-our-expertise ul:not([class]) li::before {
  position: absolute;
  content: "";
  top: 9px;
  left: -8px;
  width: 5px;
  height: 5px;
  border: 2px solid #145a70;
  background-color: #145a70;
}

@media (min-width: 1024px) {
  .section-our-expertise ul:not([class]) li::before {
    top: 9px;
    left: -4px;
    width: 8px;
    height: 8px;
  }
}

.section-our-expertise .cards {
  margin-bottom: 70px;
}

@media (max-width: 1023px) {
  .section-our-expertise .cards {
    margin-bottom: 54px;
  }
}

@media (max-width: 767px) {
  .section-our-expertise .cards {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-bottom: 50px;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

.section-our-expertise .title {
  padding-top: 23px;
}

@media (min-width: 768px) {
  .section-our-expertise .title {
    padding-top: 50px;
  }
}

@media (min-width: 1024px) {
  .section-our-expertise .title {
    padding-top: 43px;
  }
}

.section-our-expertise .title h5 {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 13px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-our-expertise .title h5 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 33px;
  }
}

.section-our-expertise .items-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
}

.section-our-expertise .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100% - 28px) / 3);
  padding: 50px 50px 40px;
  color: #fff;
  background-color: #333;
  min-height: 355px;
  cursor: default;
}

.section-our-expertise .item:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.section-our-expertise .item:active {
  pointer-events: none;
}

@media (max-width: 1023px) {
  .section-our-expertise .item {
    padding: 40px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 292px;
  }
}

@media (max-width: 767px) {
  .section-our-expertise .item {
    width: 100%;
    min-height: 140px;
    padding: 20px 30px 10px 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.section-our-expertise .item:nth-child(1) .icon img {
  max-width: 110px;
  height: auto;
  left: 0;
  top: 18px;
}

.section-our-expertise .item:nth-child(2) .icon img,
.section-our-expertise .item:nth-child(3) .icon img {
  left: 0;
  top: 18px;
  width: 52px;
}

.section-our-expertise .item .icon {
  width: 110px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 25px;
  margin-bottom: 60px;
}

.section-our-expertise .item .icon span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #f5f5f5;
  opacity: 0.1;
  display: block;
}

.section-our-expertise .item .icon img {
  position: absolute;
}

.section-our-expertise .item .text p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 26px;
  font-weight: 400;
}

@media (max-width: 1023px) {
  .section-our-expertise .item .text p {
    font-size: 14px;
    line-height: 21px;
  }
}

.section-our-expertise .item .text h5 {
  margin-bottom: 19px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .section-our-expertise .item .text h5 {
    margin-bottom: 13px;
    font-size: 19px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .section-our-expertise .item .text h5 {
    margin-bottom: 0;
  }
}

.section-bespoke-solutions {
  padding: 40px 0 57px;
}

@media (min-width: 768px) {
  .section-bespoke-solutions {
    padding: 70px 0 60px;
  }
}

@media (min-width: 1024px) {
  .section-bespoke-solutions {
    padding: 100px 0 127px;
  }
}

.section-bespoke-solutions .df-row {
  margin: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .section-bespoke-solutions .df-row .col {
    width: 100%;
  }
}

.section-bespoke-solutions .title-header {
  text-align: left;
  padding: 40px 0 0;
  margin-bottom: 30px;
}

.section-bespoke-solutions .title-header h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 37px;
}

@media (min-width: 1024px) {
  .section-bespoke-solutions .title-header h2 {
    font-size: 46px;
    line-height: 64px;
  }
}

.section-bespoke-solutions .title-header h2::before {
  left: 0;
  -webkit-transform: none;
  transform: none;
}

.section-bespoke-solutions ul:not([class]) {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section-bespoke-solutions ul:not([class]) {
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .section-bespoke-solutions ul:not([class]) {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 101px;
  }
}

.section-bespoke-solutions ul:not([class]) li {
  position: relative;
  list-style: none;
  margin-bottom: 15px;
}

.section-bespoke-solutions ul:not([class]) li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -20px;
  width: 5px;
  height: 5px;
  background-color: #145a70;
}

@media (min-width: 768px) {
  .section-bespoke-solutions ul:not([class]) li::before {
    top: 10px;
  }
}

@media (min-width: 1024px) {
  .section-bespoke-solutions ul:not([class]) li::before {
    top: 16px;
    left: -20px;
    width: 8px;
    height: 8px;
  }
}

.section-bespoke-solutions .title {
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .section-bespoke-solutions .title {
    margin-left: -50%;
  }
}

@media (min-width: 1024px) {
  .section-bespoke-solutions .title {
    margin-bottom: 6px;
    margin-left: 0;
  }
}

.section-bespoke-solutions .title h5 {
  margin: 0;
}

@media (min-width: 768px) {
  .section-bespoke-solutions .title h5 {
    font-size: 25px;
    line-height: 25px;
  }
}

@media (min-width: 1024px) {
  .section-bespoke-solutions .title h5 {
    font-size: 32px;
    line-height: 46px;
  }
}

.section-bespoke-solutions .items {
  position: relative;
  margin: 0 -30px;
}

@media (min-width: 768px) {
  .section-bespoke-solutions .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    margin: 0 -10px 0 calc(-50% - 10px);
  }
}

@media (min-width: 1024px) {
  .section-bespoke-solutions .items {
    margin: -15px;
  }
}

.section-bespoke-solutions .items .item {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 9px;
}

@media (min-width: 768px) {
  .section-bespoke-solutions .items .item {
    width: 50%;
    padding: 10px;
  }
}

@media (min-width: 1024px) {
  .section-bespoke-solutions .items .item {
    padding: 15px;
  }
}

.section-bespoke-solutions .items .item:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1450980392);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1450980392);
  border-radius: 6px;
}

.section-bespoke-solutions .items .img-holder {
  position: relative;
  width: 100%;
  margin-bottom: 9px;
}

@media (min-width: 768px) {
  .section-bespoke-solutions .items .img-holder {
    margin-bottom: 15px;
    height: 165px;
  }
}

@media (min-width: 1024px) {
  .section-bespoke-solutions .items .img-holder {
    height: 256px;
  }
}

.section-bespoke-solutions .items .img-holder img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.section-bespoke-solutions .items .img-text {
  position: absolute;
  bottom: 42px;
  padding-left: 35px;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .section-bespoke-solutions .items .img-text {
    position: static;
    padding-left: 0;
    color: #145A70;
  }
}

@media (min-width: 1024px) {
  .section-bespoke-solutions .items .img-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.section-bespoke-solutions .items .img-text h5 {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: -5px;
  color: #333;
}

@media (min-width: 768px) {
  .section-bespoke-solutions .items .img-text h5 {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .section-bespoke-solutions .items .img-text h5 {
    font-size: 24px;
    line-height: 36px;
  }
}

.section-bespoke-solutions .items .img-text p {
  margin-bottom: 0;
}

.section-complementary {
  padding: 83px 0 67px;
}

@media (min-width: 768px) {
  .section-complementary {
    padding: 100px 0 106px;
  }
}

@media (min-width: 1024px) {
  .section-complementary {
    padding: 254px 0 186px;
  }
}

.section-complementary .title-header {
  text-align: left;
  margin-bottom: 51px;
}

@media (min-width: 1024px) {
  .section-complementary .title-header {
    margin-bottom: 71px;
  }
}

.section-complementary .title-header h2::before {
  left: 0;
  -webkit-transform: none;
  transform: none;
}

@media (min-width: 768px) {
  .section-complementary .title-header {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .section-complementary .title-header {
    margin-bottom: 50px;
  }
}

.section-complementary .cards-items {
  margin: 0 -30px;
}

@media (min-width: 768px) {
  .section-complementary .cards-items {
    margin: 0;
  }
}

.section-complementary .card-item {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section-complementary .card-item {
    width: 100%;
    position: static;
    margin-bottom: 70px;
  }
}

@media (min-width: 1024px) {
  .section-complementary .card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 34px;
  }
}

.section-complementary .card-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section-complementary .card-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 40px 50px;
  min-height: 170px;
}

@media (min-width: 768px) {
  .section-complementary .card-block {
    min-height: 178px;
  }
}

@media (min-width: 1024px) {
  .section-complementary .card-block {
    width: 50%;
    min-height: 451px;
    padding: 65px;
  }
}

.section-complementary .title-block {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 50px;
}

.section-complementary .title-block::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  border-bottom: 33px solid #f5f5f5;
  border-right: 40px solid transparent;
  height: 0;
  width: 50%;
}

.section-complementary .title-block::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  border-bottom: 33px solid #f5f5f5;
  border-right: 40px solid transparent;
  height: 0;
  width: 50%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media (min-width: 768px) {
  .section-complementary .title-block {
    padding-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .section-complementary .title-block {
    padding-bottom: 65px;
  }

  .section-complementary .title-block::after,
  .section-complementary .title-block::before {
    display: none;
  }
}

.section-complementary .title-block h3 {
  position: relative;
  margin-bottom: 0;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
}

@media (min-width: 1024px) {
  .section-complementary .title-block h3 {
    font-size: 57px;
    line-height: 66px;
  }

  .section-complementary .title-block h3::after {
    content: "";
    width: 60px;
    height: 4px;
    background-color: #41abdb;
    position: absolute;
    left: 0;
    bottom: -10px;
  }
}

@media (min-width: 1024px) and (max-width: 1024px) {
  .section-complementary .title-block h3::after {
    width: 43px;
    height: 3px;
  }
}

.section-complementary .desc-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0;
  padding-top: 21px;
  padding-bottom: 61px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  background-color: #f5f5f5;
  text-align: center;
}

@media (min-width: 768px) {
  .section-complementary .desc-block {
    padding-top: 16px;
    min-height: 222px;
  }
}

@media (min-width: 1024px) {
  .section-complementary .desc-block {
    font-size: 20px;
    line-height: 34px;
    padding-top: 65px;
  }
}

.section-complementary .desc-block p {
  margin: 0;
}

.section-our-expertise-1 .item:nth-child(1) .icon img {
  left: 0;
  top: 25px;
  width: 60px;
}

.section-our-expertise-1 .item:nth-child(2) .icon img {
  left: 0;
  top: 18px;
  width: 45px;
}

.section-our-expertise-1 .item:nth-child(3) .icon img {
  left: 0;
  top: 18px;
  width: 50px;
}

.section-our-expertise-2 .item:nth-child(1) .icon img {
  left: 0;
  top: 25px;
  width: 48px;
}

.section-our-expertise-2 .item:nth-child(2) .icon img {
  left: 0;
  top: 25px;
  width: 41px;
}

.section-our-expertise-2 .item:nth-child(3) .icon img {
  left: 0;
  top: 28px;
  width: 51px;
}

.section-our-expertise-4 .item:nth-child(1) .icon img {
  left: 0;
  top: 25px;
  width: 48px;
}

.section-our-expertise-4 .item:nth-child(2) .icon img {
  left: 0;
  top: 25px;
  width: 45px;
}

.section-our-expertise-4 .item:nth-child(3) .icon img {
  left: 0;
  top: 28px;
  width: 50px;
}

.section-text-1 {
  padding: 70px 0 23px;
}

@media (min-width: 768px) {
  .section-text-1 {
    padding: 94px 46px;
  }
}

@media (min-width: 1024px) {
  .section-text-1 {
    padding: 140px 0 100px;
  }
}

.section-text-1 .title-header {
  text-align: left;
  padding-left: 0;
  margin-bottom: 40px;
}

.section-text-1 .title-header h2::before {
  left: 0;
  -webkit-transform: none;
  transform: none;
}

.section-text-1 .text {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .section-text-1 .text {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 25px;
  }
}

.section-text-1 .btn-holder {
  padding-top: 20px;
  margin-bottom: 48px;
  text-align: center;
}

@media (min-width: 768px) {
  .section-text-1 .btn-holder {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .section-text-1 .btn-holder {
    padding-top: 0;
    margin-bottom: 0;
    text-align: left;
  }
}

.section-text-1 .btn-holder .btn {
  min-width: 144px;
  height: 49px;
  padding: 17px;
  font-size: 10px;
  line-height: 13px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .section-text-1 .btn-holder .btn {
    min-width: 213px;
    height: 80px;
    font-size: 18px;
    line-height: 24px;
    padding: 25px;
  }
}

.bg-dark {
  background-color: #f5f5f5;
}

.section-banner-1 {
  background-color: #f5f5f5;
  padding: 0;
}

@media (min-width: 1024px) {
  .section-banner-1 {
    padding: 0 0 100px;
  }
}

.section-banner-1 .img-holder {
  margin-bottom: 100px;
}

.section-banner-1 .img-holder img {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}

@media (min-width: 480px) {
  .section-banner-1 .img-holder img {
    -webkit-transform: none;
    transform: none;
  }
}

.section-banner-1 .title-header {
  margin-bottom: 25px;
  padding-left: 0;
}

.section-banner-1 .title-header h2 {
  text-align: left;
}

.section-banner-1 .title-header h2::before {
  left: 0;
  -webkit-transform: none;
  transform: none;
}

.section-banner-1 .text {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .section-banner-1 .text {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 25px;
  }
}

.section-banner-1 .df-row {
  display: block;
  margin: 0;
}

@media (min-width: 768px) {
  .section-banner-1 .df-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-banner-1 .full-width-block {
  width: 100%;
  padding: 50px 0 40px;
  margin: 70px auto 0;
  background-color: #41abdb;
}

@media (min-width: 1024px) {
  .section-banner-1 .full-width-block {
    max-width: 1136px;
    padding: 100px 0 60px;
    margin-top: 100px;
  }
}

@media (min-width: 1024px) {
  .section-banner-1 .full-width-block .container {
    max-width: 782px;
  }
}

.section-banner-1 .full-width-block .img-holder {
  max-width: 170px;
  margin: 0 auto 60px;
}

@media (min-width: 768px) {
  .section-banner-1 .full-width-block .img-holder {
    padding-top: 40px;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .section-banner-1 .full-width-block .img-holder {
    max-width: 250px;
    height: auto;
    margin-right: 20px;
    padding-top: 0;
  }
}

.section-banner-1 .full-width-block .text {
  color: #fff;
  padding: 0 10px 0 0;
}

.section-banner-1 .full-width-block .text p span {
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
}

.section-banner-1 .full-width-block .btn-holder {
  text-align: center;
}

@media (min-width: 768px) {
  .section-banner-1 .full-width-block .btn-holder {
    text-align: left;
  }
}

.section-banner-1 .full-width-block .btn {
  font-size: 10px;
  line-height: 13px;
  font-weight: 500;
  min-width: 118px;
  height: 47px;
  padding: 15px;
}

@media (min-width: 1024px) {
  .section-banner-1 .full-width-block .btn {
    min-width: 175px;
    height: 60px;
    font-size: 16px;
    line-height: 19px;
    padding: 18px;
  }
}

.section-hero-5 {
  position: relative;
  min-height: 244px;
  z-index: 0;
}

@media (min-width: 768px) {
  .section-hero-5 {
    min-height: 443px;
  }
}

@media (min-width: 1024px) {
  .section-hero-5 {
    min-height: 933px;
  }
}

.section-hero-5::before {
  content: "";
  display: none;
  background-image: url(images/decor-layer-1.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

@media (min-width: 1024px) {
  .section-hero-5::before {
    display: block;
    height: 337px;
  }
}

.section-hero-5 .container {
  min-height: 681px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .section-hero-5 .container {
    min-height: 444px;
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .section-hero-5 .container {
    min-height: 244px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 15px 0;
  }
}

.section-hero-5 .container .text-holder {
  position: relative;
}

.section-hero-5 .container .text-holder h1 {
  display: block;
  font-weight: 500;
  color: #fff;
  font-size: 37px;
  line-height: 43px;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .section-hero-5 .container .text-holder h1 {
    font-size: 56px;
    line-height: 75px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .section-hero-5 .container .text-holder h1 {
    font-size: 120px;
    line-height: 110px;
  }
}

.section-hero-5 .container .text {
  position: relative;
  max-width: 848px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .section-hero-5 .container .text {
    font-size: 22px;
    line-height: 36px;
  }
}

.section-numbers {
  padding: 65px 0 74px;
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .section-numbers {
    padding: 116px 0 152px;
  }
}

@media (min-width: 1024px) {
  .section-numbers {
    padding: 110px 0 146px;
  }
}

@media (min-width: 1024px) {
  .section-numbers .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 632px;
  }
}

.section-numbers .sm-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-right: 16px;
}

.section-numbers .lg-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.section-numbers .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 146px;
  padding: 32px 20px;
  margin-bottom: 16px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .section-numbers .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 28px 56px 20px 0;
  }
}

.section-numbers .item p {
  margin: 0;
}

.section-numbers .item-top {
  padding: 20px 40px;
  font-size: 92px;
  line-height: 57px;
  font-weight: 500;
  color: #145A70;
}

.section-numbers .text {
  font-size: 28px;
  line-height: 38px;
}

@media (min-width: 768px) {
  .section-numbers .text {
    font-size: 34px;
    line-height: 49px;
  }
}

.section-join-us {
  padding: 93px 0 73px;
}

@media (min-width: 768px) {
  .section-join-us {
    padding: 105px 0 100px;
  }
}

@media (min-width: 1024px) {
  .section-join-us {
    padding: 133px 0 165px;
  }
}

.section-join-us .title-header {
  text-align: left;
  padding: 0;
  margin-bottom: 33px;
}

.section-join-us .title-header h2::before {
  left: 0;
  -webkit-transform: none;
  transform: none;
}

.section-join-us .text {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 70px;
}

@media (min-width: 1024px) {
  .section-join-us .text {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 65px;
  }
}

.section-join-us .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 30px 30px;
  color: #fff;
  background-color: #41abdb;
  margin-bottom: 43px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (min-width: 480px) {
  .section-join-us .item {
    position: static;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .section-join-us .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.section-join-us .item .text {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .section-join-us .item .text {
    padding-right: 30px;
    font-size: 20px;
    line-height: 29px;
  }
}

.section-join-us .item .text p {
  margin-bottom: 0;
}

.section-join-us .content {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .section-join-us .content {
    max-width: 600px;
    margin-bottom: 5px;
  }
}

@media (min-width: 1024px) {
  .section-join-us .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.section-join-us .title p {
  margin-top: 0;
  margin-bottom: 6px;
}

@media (min-width: 1024px) {
  .section-join-us .title p {
    margin-top: 17px;
    margin-bottom: 0;
  }
}

.section-join-us .title p span {
  font-size: 16px;
  line-height: 34px;
  color: #cde2e5;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .section-join-us .title p span {
    font-size: 20px;
    line-height: 34px;
  }
}

.section-join-us .title h5 {
  position: relative;
  margin: 0 0 30px;
}

@media (min-width: 1024px) {
  .section-join-us .title h5 {
    font-size: 32px;
    line-height: 64px;
    margin: 0 30px 30px 0;
  }
}

.section-join-us .title h5::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .section-join-us .title h5::after {
    width: 43px;
    height: 3px;
    bottom: -12px;
  }
}

.section-join-us .button-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 480px) {
  .section-join-us .button-box {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

@media (min-width: 1024px) {
  .section-join-us .button-box {
    width: calc(100% - 600px);
    padding-right: 55px;
  }
}

.section-join-us .button-box .btn {
  min-width: 118px;
  height: 47px;
  padding: 14px;
  border: 1px solid #fff;
  font-size: 10px;
  line-height: 13px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .section-join-us .button-box .btn {
    min-width: 165px;
    height: 60px;
    padding: 20px;
    font-size: 16px;
    line-height: 19px;
  }
}

.section-join-us .btn-holder {
  text-align: center;
}

.section-join-us .btn-holder .btn {
  min-width: 118px;
  height: 47px;
  padding: 16px;
  font-size: 10px;
  line-height: 13px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .section-join-us .btn-holder .btn {
    min-width: 165px;
    height: 60px;
    padding: 20px;
    font-size: 16px;
    line-height: 19px;
  }
}

.section-apply {
  position: relative;
  z-index: 1;
  padding: 100px 0 75px;
}

@media (min-width: 1024px) {
  .section-apply {
    padding: 215px 0 110px;
  }
}

.section-apply .title-header {
  text-align: center;
}

.section-apply .title-header h2::before {
  top: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 1024px) {
  .section-apply .title-header h2::before {
    top: -34px;
  }
}

.section-apply .items {
  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: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .section-apply .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}

.section-apply .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 368px;
  min-width: 300px;
  min-height: 475px;
  margin-bottom: 70px;
}

@media (min-width: 1024px) {
  .section-apply .item:not(:last-child) {
    margin-right: 16px;
  }
}

.section-apply .content {
  position: relative;
  padding: 30px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 24px;
}

.section-apply .content::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #41abdb;
  opacity: 0.72;
  backdrop-filter: blur(10px) brightness(30%) opacity(90%);
  -webkit-backdrop-filter: blur(10px) brightness(30%) opacity(90%);
  z-index: -1;
}

.section-apply .title h5 {
  position: relative;
  margin-bottom: 35px;
}

.section-apply .title h5::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #41abdb;
  left: 0;
  bottom: -15px;
}

.section-apply .text {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.section-apply .text-holder p span {
  font-size: 16px;
  line-height: 24px;
  color: #41abdb;
}

.section-apply .btn-holder {
  text-align: center;
}

.section-apply .btn {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

.section-read-more {
  padding: 0 0 89px;
}

@media (min-width: 768px) {
  .section-read-more {
    padding: 0 0 63px;
  }
}

@media (min-width: 1024px) {
  .section-read-more {
    padding: 0 0 198px;
  }
}

.section-read-more .entry-bg {
  min-height: 370px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 102px;
}

@media (min-width: 768px) {
  .section-read-more .entry-bg {
    min-height: 260px;
  }
}

@media (min-width: 1024px) {
  .section-read-more .entry-bg {
    min-height: 557px;
    margin-bottom: 173px;
  }
}

.section-read-more .text-holder {
  margin-bottom: 93px;
}

@media (min-width: 768px) {
  .section-read-more .text-holder {
    margin-bottom: 86px;
  }
}

@media (min-width: 1024px) {
  .section-read-more .text-holder {
    margin-bottom: 115px;
  }
}

.section-read-more .title-header {
  margin-bottom: 25px;
  text-align: left;
  padding: 0;
}

.section-read-more .title-header h2::before {
  left: 0;
  -webkit-transform: none;
  transform: none;
  top: -21px;
}

@media (min-width: 1024px) {
  .section-read-more .title-header h2::before {
    top: -34px;
  }
}

.section-read-more .text {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .section-read-more .text {
    font-size: 20px;
    line-height: 34px;
  }
}

.section-read-more ul:not([class]) {
  font-weight: 300;
  list-style: none;
  margin: 29px 0 94px;
}

@media (min-width: 768px) {
  .section-read-more ul:not([class]) {
    margin: 38px 0 94px;
  }
}

@media (min-width: 1024px) {
  .section-read-more ul:not([class]) {
    margin: 70px 0 170px;
  }
}

.section-read-more ul:not([class]) li {
  position: relative;
  padding-left: 59px;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .section-read-more ul:not([class]) li {
    font-size: 20px;
    line-height: 24px;
    padding: 0 23px 0 88px;
  }
}

.section-read-more ul:not([class]) li::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 31px;
  width: 5px;
  height: 5px;
  border: 2px solid #41abdb;
  background-color: #41abdb;
}

@media (min-width: 1024px) {
  .section-read-more ul:not([class]) li::before {
    top: 7px;
    left: 40px;
    width: 8px;
    height: 8px;
  }
}

.section-read-more .btn-holder {
  text-align: center;
}

.section-read-more .btn-holder .btn {
  font-size: 10px;
  line-height: 13px;
  min-width: 118px;
  height: 48px;
  padding: 17px;
}

@media (min-width: 1024px) {
  .section-read-more .btn-holder .btn {
    font-size: 16px;
    line-height: 19px;
    padding: 20px;
    min-width: 165px;
    height: 60px;
  }
}

#ctf {
  position: relative;
  z-index: 1;
  padding: 53px 0;
  background: #41abdb;
  color: #fff;
  font-weight: 300;
}

@media (min-width: 768px) {
  #ctf {
    padding: 65px 0;
  }
}

@media (min-width: 1024px) {
  #ctf {
    padding: 100px 0;
  }
}

#ctf:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(images/bg-tweet.png) 50% 0/100% auto no-repeat #41abdb;
  z-index: -1;
}

#ctf .ctf-item {
  padding: 0 6%;
}

#ctf .ctf-tweets {
  max-width: 574px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  #ctf .ctf-tweets {
    max-width: 764px;
  }
}

#ctf .ctf-corner-logo {
  display: none;
}

#ctf .ctf-tweet-content {
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  #ctf .ctf-tweet-content {
    margin-left: 95px !important;
  }
}

#ctf .ctf-tweet-actions {
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  #ctf .ctf-tweet-actions {
    margin-left: 95px !important;
  }
}

#ctf .ctf-tweet-actions a.ctf-like,
#ctf .ctf-tweet-actions a.ctf-reply,
#ctf .ctf-tweet-actions a.ctf-retweet {
  color: #fff;
}

@media (max-width: 767px) {
  #ctf .ctf-author-box {
    margin-left: 0 !important;
  }
}

#ctf .ctf-author-avatar {
  border-radius: 50%;
  width: 69px !important;
  height: 69px !important;
  margin-right: 27px;
  margin-top: 10px;
}

@media (min-width: 1024px) {
  #ctf .ctf-author-avatar {
    margin-top: 3px;
  }
}

@media (max-width: 767px) {
  #ctf .ctf-author-avatar {
    float: none;
    display: block;
    margin: 0 auto 32px !important;
  }
}

#ctf .ctf-author-avatar img {
  width: 69px !important;
  height: 69px !important;
}

#ctf .ctf-author-name {
  color: #fff !important;
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
}

#ctf p.ctf-tweet-text {
  line-height: 34px;
}

[id="wrapper"] {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.container,
.g-container {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}

.container .container,
.container .g-container,
.g-container .container,
.g-container .g-container {
  margin: 0;
  padding: 0;
}

.search-form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.search-form fieldset input[type="submit"] {
  text-align: center;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-form fieldset input[type="submit"]:hover {
  background-color: #504d4d;
}

#main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 100px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  #main {
    padding-top: 180px;
  }
}
.home #main,
.archive #main,
.blog #main,
.error404 #main,
.no-space #main,
.page-template-template-insights #main,
.page-template-template-video #main,
.news-template-template-video #main,
.search-results #main,
.single #main {
  padding-top: 0;
  padding-bottom: 0;
}

strong {
  font-weight: 600;
}

.title-header {
  text-align: center;
  margin-bottom: 90px;
  padding: 0 15px;
}

@media (max-width: 1024px) {
  .title-header {
    text-align: left;
    margin-bottom: 40px;
  }
}

.title-header h2 {
  position: relative;
}

.title-header h2::before {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #41abdb;
  position: absolute;
  left: 50%;
  top: -34px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .title-header h2::before {
    width: 43px;
    height: 3px;
    left: 0;
    top: -21px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bg-layer-gray {
  position: relative;
}

.bg-layer-gray::before {
  content: "";
  display: none;
  background-image: url(images/decor-layer-1.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (min-width: 1024px) {
  .bg-layer-gray::before {
    display: block;
    height: 337px;
  }
}

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

@media (min-width: 1024px) {
  .search .search > h1 {
    font-size: 70px !important;
  }
}

.grid-container.grid-container .df-row {
  margin: 0;
  display: grid;
  grid-gap: 20px;
}

@media (min-width: 480px) {
  .grid-container.grid-container .df-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .grid-container.grid-container .df-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .grid-container.grid-container .df-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid-container.grid-container .df-row > * {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

@media (min-width: 480px) {
  .grid-container.grid-container .df-row nav {
    grid-column: 1/3;
  }
}

@media (min-width: 768px) {
  .grid-container.grid-container .df-row nav {
    grid-column: 1/4;
  }
}

@media (min-width: 1024px) {
  .grid-container.grid-container .df-row nav {
    grid-column: 1/5;
  }
}

#footer {
  padding: 100px 0 54px;
  clear: both;
}

@media (max-width: 1023px) {
  #footer {
    padding: 32px 0 54px;
  }
}

#footer .container {
  max-width: 1874px;
}

#footer .top-line-content {
  max-width: 100px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}

#footer .top-line {
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  #footer .top-line {
    margin-bottom: 25px;
  }
}

#footer .top-line:before {
  content: "";
  background-color: #41abdb;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer .top-line .copy {
  color: #686c75;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 17px;
}

@media (max-width: 1023px) {
  #footer .top-line .copy {
    margin-bottom: 8px;
  }
}

#footer .top-line .logo {
  margin: 0 auto 20px;
  width: 80px;
  min-width: 80px;
  height: auto;
}

@media (max-width: 1023px) {
  #footer .top-line .logo {
    width: 52px;
    min-width: 52px;
    margin: 0 auto 3px;
  }
}

#footer .top-line .social-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer .top-line .social-list a img {
  height: 45px;
}

#footer .bottom-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-top: -22px; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  #footer .bottom-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#footer .bottom-line address {
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
}

#footer .bottom-line address a,
#footer .bottom-line address span {
  color: #333;
  display: block;
}

#footer .gform_wrapper .gform_validation_errors,
#footer .gform_wrapper .validation_message,
#footer .wrapp-input-control .gform_validation_errors,
#footer .wrapp-input-control .validation_message {
  padding: 5px 0 0 5px;
  margin: 0;
  background: 0 0;
  border: none;
  border-radius: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#footer .gform_wrapper .gform_validation_errors,
#footer .wrapp-input-control .gform_validation_errors {
  padding: 0 0 10px;
  border: none;
}

#footer .gform_wrapper .gform_validation_errors h2,
#footer .wrapp-input-control .gform_validation_errors h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer .gform_wrapper .gform_validation_errors .gform-icon,
#footer .wrapp-input-control .gform_validation_errors .gform-icon {
  position: static;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}

#footer .gform_wrapper form,
#footer .wrapp-input-control form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 12px;
  margin-top: 25px;
}

#footer .gform_wrapper form .gform_body,
#footer .wrapp-input-control form .gform_body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#footer .gform_wrapper form .gform_footer,
#footer .wrapp-input-control form .gform_footer {
  margin: 0;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#footer .gform_wrapper form div.ginput_container input,
#footer .wrapp-input-control form div.ginput_container input {
  width: 100%;
  height: 40px;
  padding: 0 30px;
  margin: 0;
  font-weight: 500;
  opacity: 1;
  border: 1px solid #686c75;
}

@media (min-width: 768px) {
  #footer .gform_wrapper form div.ginput_container input,
  #footer .wrapp-input-control form div.ginput_container input {
    height: 27px;
    padding: 5px 16px;
    font-size: 12px;
    line-height: 15px;
  }
}

@media (min-width: 1024px) {
  #footer .gform_wrapper form div.ginput_container input,
  #footer .wrapp-input-control form div.ginput_container input {
    height: 40px;
    font-size: 12px;
    padding: 10px 16px;
    line-height: 18px;
    width: 322px;
    min-width: 232px;
  }
}

#footer
  .gform_wrapper
  form
  div.ginput_container
  input::-webkit-input-placeholder,
#footer
  .wrapp-input-control
  form
  div.ginput_container
  input::-webkit-input-placeholder {
  font-size: 12px;
  color: #333;
}

#footer .gform_wrapper form div.ginput_container input::-moz-placeholder,
#footer .wrapp-input-control form div.ginput_container input::-moz-placeholder {
  font-size: 11px;
  color: #333;
}

#footer .gform_wrapper form div.ginput_container input:-ms-input-placeholder,
#footer
  .wrapp-input-control
  form
  div.ginput_container
  input:-ms-input-placeholder {
  font-size: 12px;
  color: #333;
}

#footer .gform_wrapper form div.ginput_container input::-ms-input-placeholder,
#footer
  .wrapp-input-control
  form
  div.ginput_container
  input::-ms-input-placeholder {
  font-size: 12px;
  color: #333;
}

#footer .gform_wrapper form div.ginput_container input::placeholder,
#footer .wrapp-input-control form div.ginput_container input::placeholder {
  font-size: 12px;
  color: #333;
}

#footer .gform_wrapper button,
#footer .wrapp-input-control button {
  min-width: 110px;
  width: 110px;
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 40px;
  font-family: "Morn", sans-serif;
}

@media (min-width: 768px) {
  #footer .gform_wrapper button,
  #footer .wrapp-input-control button {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 15px;
    height: 27px;
  }
}

@media (min-width: 1024px) {
  #footer .gform_wrapper button,
  #footer .wrapp-input-control button {
    height: 40px;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    min-width: 110px;
    width: 110px;
  }
}

#footer .gform_wrapper button:hover,
#footer .wrapp-input-control button:hover {
  background-color: #707070;
}

.single-people .section-hero .bg-image.no_thumbnail::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.9;
  backdrop-filter: blur(10px) brightness(30%) opacity(90%);
  -webkit-backdrop-filter: blur(10px) brightness(30%) opacity(90%);
  z-index: -1;
}

.single-people .section-hero.inner-page.no_thumbnail .text {
  color: #fff;
}

/* a.item[href="#"] {
  cursor: default;
}
a.item[href="#"]:active {
	pointer-events: none;
} */

.home #main {
  margin-top: -1px;
}

.home .section-hero {
  padding-bottom: 79px;
}

.d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

/* .single-people .bg-image {
  background-position: right;
} */





/* pullquote block */
.section-pull {
  z-index: 0;
  position: relative;
}

.section-pull::before {
  content: "";
  background-image: url(images/decor-layer.svg);
  width: 100%;
  height: 337px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

@media (max-width: 1023px) {
  .section-pull .bg-image {
    background-position: 75% 100%;
  }
}

.section-pull .df-row {
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 0;
  z-index: 2;
  position: relative;
}



.section-pull blockquote {
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
  border: none;
  color: #fff;
  margin: 15px 20px;
  padding-left: 0;
}

@media (max-width: 767px) {
  .section-pull blockquote {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
  }
}







/** Single video template  */

@media (min-width: 768px) {
  .section-video {
    padding: 0px;
  }
}

.section-video .container {
  position: relative;
  background-color: #fff;
}
  @media (min-width: 768px) {
    .section-video .container {
      margin-top: -150px;
      max-width: 80%;
    }
  }
  @media (min-width: 1024px) {
    .section-video .container {
      margin-top: -250px;
      max-width: 1200px;
    }
  }



.section-video .text-holder {
  padding: 31px 0 30px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}
  @media (min-width: 768px) {
    .section-video .text-holder {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media (min-width: 1024px) {
    .section-video .text-holder {
      padding: 52px 180px 30px;
      font-size: 20px;
      line-height: 34px;
    }
  }


.section-video .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 32px;
}
  @media (min-width: 768px) {
    .section-video .text {
      margin-bottom: 22px;
    }
  }
  @media (min-width: 1024px) {
    .section-video .text {
      font-size: 16px;
    }
  }


.section-video .text mark {
  background: none;
  color: #41abdb;
  margin-right: 15px;
}
.section-video .text p {
  display: inline;
  margin: 0;
}

.section-video .title h2 {
  font-size: 26px;
  line-height: 37px;
}
  @media (min-width: 768px) {
    .section-video .title h2 {
      margin-bottom: 12px;
    }
  }
  @media (min-width: 1024px) {
    .section-video .title h2 {
      font-size: 42px;
      line-height: 64px;
      margin-bottom: 16px;
    }
  }






/* video sectionwrap */

@media (min-width: 768px) {
  .video-template-default.single-video .sectionwrap {
    padding: 0px;
  }
}

.video-template-default.single-video .sectionwrap .container {
  position: relative;
  background-color: #fff;
}
  @media (min-width: 768px) {
    .video-template-default.single-video .sectionwrap .container {
      max-width: 80%;
    }
  }
  @media (min-width: 1024px) {
    .video-template-default.single-video .sectionwrap .container {
      max-width: 1200px;
    }
  }



.video-template-default.single-video .sectionwrap .text-holder {
  padding: 31px 0 30px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}
  @media (min-width: 768px) {
    .video-template-default.single-video .sectionwrap .text-holder {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media (min-width: 1024px) {
    .video-template-default.single-video .sectionwrap .text-holder {
      padding: 52px 180px 30px;
      font-size: 20px;
      line-height: 34px;
    }
  }


.video-template-default.single-video .sectionwrap .text {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 32px;
}
  @media (min-width: 768px) {
    .video-template-default.single-video .sectionwrap .text {
      margin-bottom: 22px;
    }
  }
  @media (min-width: 1024px) {
    .video-template-default.single-video .sectionwrap .text {
      font-size: 20px;
    }
  }


.video-template-default.single-video .sectionwrap .text mark {
  background: none;
  color: #41abdb;
  margin-right: 15px;
}
/* .video-template-default.single-video .sectionwrap .text p {
  display: inline;
  margin: 0;
} */



/*
.video-template-default.single-video .sectionwrap .text-holder{
  padding: 52px 10% 30px;
  font-size: 20px;
  line-height: 34px;
}

@media (max-width: 767px) {
  .video-template-default.single-video .sectionwrap .text-holder{
    padding-left: 20px;
    padding-right: 20px; 
  }
}



section.section-video + .sectionwrap>.container>.text-holder{
  padding-top:0;
}
section.section-video + .sectionwrap>.container>.text-holder>.text{
  margin-top:0;
}





@media (min-width: 768px) {
  .sectionwrap .container {
    max-width: 80%;
  }
  .sectionwrap .text-holder{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px){
  .section-video .container {
      margin-top: -250px;
      max-width: 1200px;
  }
}
 */

 .sectionwrap.intro{
  position: relative;
  }
  .video-template-default.single-video .sectionwrap.intro .text-holder{
    padding-top:0;
    padding-bottom:0px
  }
  


/* video wrapper */
 .text-holder .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.sectionwrap .text-holder .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* pullquote */ 

.sectionwrap.pullquote{
position: relative;
}
.video-template-default.single-video .sectionwrap.pullquote .text-holder{
  padding-top:72px;
}

.video-template-default.single-video .sectionwrap.pullquote .container{
  background-color:unset;
}
.sectionwrap.pullquote .bg-image{
  z-index: 0;
}
.sectionwrap.pullquote blockquote{
  border-left: unset;
  color: #fff;
  line-height: 32px;
}


/* panelists */
.sectionwrap.panelists .title-header{
  border-bottom: 1px solid #333;
  margin-bottom: 0px;
}
.sectionwrap.panelists .title-header h2{
margin-bottom: 30px;
}
.video-template-default.single-video .sectionwrap.panelists .text-holder{
  padding-top:72px;
  padding-bottom: 0;
}
.sectionwrap.panelists .panelist{
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
}
@media (min-width: 640px) {
  .sectionwrap.panelists .panelist{
    flex-wrap: nowrap;
  }
}
.sectionwrap.panelists .panelist img{
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .sectionwrap.panelists .panelist img{
    padding-right:20px;
    
  }
}


/* transcript */
.video-template-default.single-video .sectionwrap.transcript .text-holder{
  padding-top:72px;
}
.sectionwrap.transcript .title-header{
  margin-bottom: 60px;
}

.sectionwrap.transcript .text{
  font-size: 20px;
  line-height: 32px;
}



/* Simple Video Block */
.section-simple-video{
  padding: 50px 0;
}
.section-simple-video .title h3{
  text-align: center;
  font-size: 26px;
  margin-bottom: 50px;
}
  @media (min-width: 1024px) {
    .section-simple-video .title h3{
      font-size: 42px;
      line-height: 50px;
      margin-bottom: 50px;
    }
  }

.section-simple-video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 30px;
}
  @media (min-width: 1024px) {
    .section-simple-video .videoWrapper {
      margin-bottom: 50px;
    }
  }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.section-simple-video .btn-holder {
  text-align: center;
}

.section-simple-video .btn-holder .btn {
  min-width: 123px;
  height: 49px;
  padding: 16px;
  font-size: 10px;
  line-height: 13px;
}

@media (min-width: 1024px) {
  .section-simple-video .btn-holder .btn {
    min-width: 202px;
    height: 80px;
    padding: 27px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
}


/* transcript block */
.section-transcript{
  padding-bottom: 50px;
}
.section-transcript .title-header{
  margin-bottom:50px;
}




/* GENERAL CLASSES */

.fp-btn{
  background: #1B6483;
line-height: 60px;
color: #FFF;
text-align: center;
font-size: 18px;
display: inline-block;
width: auto;
padding: 5px 30px;
font-weight: 600;
}

.center-bar-before, .center-bar-after{
  position: relative;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}
.center-bar-before::before,
.center-bar-after::after{
  content: "";
  width: 100px;
  height: 4px;
  background-color: #41abdb;
  position: absolute;
}

.center-bar-before{
  margin-top:1.5em;
}
  .center-bar-before::before{
    left: calc(50% - 30px);
    top: -0.75em;
  }

.center-bar-after{
  margin-bottom:1.5em;
}
  .center-bar-after::after{
    left: calc(50% - 30px);
    bottom: -0.75em;
  }


.left-bar-before, 
.left-bar-after{
  position: relative;
  text-align: left;
  margin-right:auto;
}
.left-bar-before::before,
.left-bar-after::after{
  content: "";
  width: 100px;
  height: 4px;
  background-color: #41abdb;
  position: absolute;
}

.left-bar-before{
  margin-top:1.5em;
}
.left-bar-before::before{
  left: 0;
  top: -0.75em;
} 

.left-bar-after{
  margin-bottom:1.5em;
}
.left-bar-after::after{
  left: 0;
  bottom: -0.75em;
} 





/* insights, events, case studies, news header  */

  body.page-template-template-insights section.section-hero-inner,
  body.post-type-archive-case_study section.section-hero-inner,
  body.post-type-archive-news section.section-hero-inner,
  body.post-type-archive-event section.section-hero-inner{
    padding-top:210px;
  }
  /* listing section */
  body.page-template-template-insights section.section-case,
  body.post-type-archive-case_study section.section-case,
  body.post-type-archive-news section.section-case,
  body.post-type-archive-event section.section-case{
    padding-top:20px;
  }

  body.page-template-template-insights section.section-hero-inner.section-hero-light,
  body.post-type-archive-case_study section.section-hero-inner.section-hero-light,
  body.post-type-archive-news section.section-hero-inner.section-hero-light,
  body.post-type-archive-event section.section-hero-inner.section-hero-light,
  body.post-type-archive-publication section.section-hero-inner.section-hero-light{
    background-color: #f5f5f5;
    background-image: var(--bg-image);
    background-size: cover;
    background-repeat: no-repeat;
  }
  body.page-template-template-insights section.section-hero-inner.section-hero-light:before,
  body.post-type-archive-case_study section.section-hero-inner.section-hero-light:before,
  body.post-type-archive-news section.section-hero-inner.section-hero-light:before,
  body.post-type-archive-event section.section-hero-inner.section-hero-light:before,
  body.post-type-archive-publication section.section-hero-inner.section-hero-light:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    height: 100%;
    position: absolute;
    z-index: -1;
  }
  body.page-template-template-insights section.section-hero-inner.section-hero-light .text-holder h1,
  body.post-type-archive-case_study section.section-hero-inner.section-hero-light .text-holder h1,
  body.post-type-archive-news section.section-hero-inner.section-hero-light .text-holder h1,
  body.post-type-archive-event section.section-hero-inner.section-hero-light .text-holder h1,
  body.post-type-archive-publication section.section-hero-inner.section-hero-light .text-holder h1{
    color: #fff; 
    margin-bottom: 95px;
  }

  /* line above title */
  body.page-template-template-insights .section-case .title::before,
  body.post-type-archive-case_study .section-case .title::before,
  body.post-type-archive-news .section-case .title::before,
  body.post-type-archive-event .section-case .title::before
  {
    top: -20px;
    left: calc(50% - 30px);
    -webkit-transform: none;
    transform: none;
    width: 60px;
    height: 4px;
  }
  /* title alignment*/
  body.page-template-template-insights .section-case .title,
  body.post-type-archive-case_study .section-case .title,
  body.post-type-archive-news .section-case .title,
  body.post-type-archive-event .section-case .title{
    padding-right: 20px;
  }
  body.page-template-template-insights .section-case .text-holder h3,
  body.post-type-archive-case_study .section-case .text-holder h3,
  body.post-type-archive-news .section-case .text-holder h3,
  body.post-type-archive-event .section-case .text-holder h3{
    text-align: center;
  }
  /* grid for events */
  body.page-template-template-insights section.section-ivents.grid-container,
  body.post-type-archive-case_study section.section-ivents.grid-container,
  body.post-type-archive-news section.section-ivents.grid-container,
  body.post-type-archive-event section.section-ivents.grid-container{
    padding: 80px 0 130px;
  }

  /* grid wrap for publications */
  body.post-type-archive-publication section.grid-container{
    padding: 80px 0 130px;
  }


/* insight template specific filtering styles */
  .insight-filters .filters-form-wrap {
    background-color: transparent;
  }

  .insight-filters .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1520px;
    padding: 20px;
    margin: 0 auto 26px;
    position: relative;
    z-index: 2;
  }

  @media (min-width: 768px) {
    .insight-filters .filters {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding-top: 40px;
      margin-bottom: 63px;
    }
  }

  @media (min-width: 1024px) {
    .insight-filters .filters {
      margin-bottom: 20px;
    }
  }

  .insight-filters .filters .btn {
    min-width: calc(50% - 4px);
    height: 42px;
    line-height: 2px;
    margin-bottom: 7px;
  }

  @media (min-width: 480px) {
    .insight-filters .filters .btn {
      height: 80px;
      line-height: 36px;
      margin-bottom: 0;
    }
  }

  @media (min-width: 768px) {
    .insight-filters .filters .btn {
      min-width: 50px;
      width: 12%;
      font-size: 18px;
      padding: 5px;
      line-height: 64px;
    }
  }

  .insight-filters .jcf-select {
    width: 100%;
    border: none;
    margin: 0 0 7px;
  }

  @media (min-width: 480px) {
    .insight-filters .jcf-select {
      width: calc(33.3333% - 4.6666px);
    }
  }

  @media (min-width: 768px) {
    .insight-filters .jcf-select {
      min-width: 100px;
      max-width: 24%;
      height: 80px;
      margin: 0 16px 0 0;
    }
  }

  @media (min-width: 480px) and (max-width: 767px) {
    .insight-filters .jcf-select:not(:last-of-type) {
      margin: 0 7px 7px 0;
    }
  }

  .insight-filters .jcf-select-text {
    font-size: 15px;
    line-height: 20px;
  }

  @media (min-width: 768px) {
    .insight-filters .jcf-select-text {
      font-size: 18px;
      line-height: 25px;
    }
  }

  .insight-filters .mr {
    margin-right: 7px;
  }

  @media (min-width: 768px) {
    .insight-filters .mr {
      margin-right: 16px;
    }
  }








.related-content {
  padding: 160px 0 130px;
  background-color: #f5f5f5;
}

@media (max-width: 1023px) {
  .related-content {
    padding: 153px 0 85px;
  }
}

@media (max-width: 767px) {
  .related-content {
    padding: 129px 0 85px;
  }
}

@media (max-width: 767px) {
  .related-content .df-row {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .related-content .df-row {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .related-content .df-row {
    margin: 0 -8px;
  }
}

@media (max-width: 767px) {
  .related-content .df-row .col {
    margin-bottom: 30px;
  }
}

.related-content .df-row .col {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% / 12* 4);
  flex: 1 0 calc((100% / 4) - 16px);
  max-width: calc((100% / 4) - 16px);
}


.related-content .title-header {
  text-align: center;
}

@media (min-width: 1024px) {
  .related-content .title-header {
    margin-bottom: 56px;
  }
}

.related-content .title-header h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.related-content .item {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .related-content .item {
    max-width: 368px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 61px;
  }
}

@media (min-width: 1024px) {
  .related-content .item {
    margin-bottom: 54px;
    max-width: none;
  }
}

.related-content .item .title-link {
  display: block;
  color: #333;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  margin-top: 20px;
}

@media (min-width: 480px) {
  .related-content .item .title-link {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  .related-content .item .title-link {
    font-size: 24px;
    line-height: 36px;
  }
}

.related-content .item .title-link:hover {
  color: #28769a;
}

.related-content .item .img-holder {
  position: relative;
  display: block;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 24px;
}

.related-content .item .img-holder:hover span,
.related-content .item .img-holder:hover::after,
.related-content .item .img-holder:hover::before {
  visibility: visible;
}

.related-content .item .img-holder:hover span i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.related-content .item .img-holder::before {
  content: "";
  width: 10px;
  height: 57px;
  background-color: #41abdb;
  position: absolute;
  left: 0;
  top: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  z-index: 1;
}

@media (max-width: 1024px) {
  .related-content .item .img-holder::before {
    width: 5px;
    height: 33px;
    top: 32px;
  }
}

.related-content .item .img-holder::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  z-index: 0;
}

.related-content .item .img-holder img {
  width: 100%;
}

.related-content .item .img-holder span {
  position: absolute;
  width: 57px;
  height: 57px;
  border: 1px solid #fff;
  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;
  color: #fff;
  visibility: hidden;
  z-index: 1;
  top: 60px;
  left: 40px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .related-content .item .img-holder span {
    width: 32px;
    height: 32px;
    top: 32px;
    left: 24px;
  }
}

.related-content .item .img-holder span i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.related-content .item span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #145a70;
}
/* 
.related-content .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 0 0;
}

@media (min-width: 768px) {
  .related-content .btn-holder {
    padding: 67px 0 0;
  }
}

@media (min-width: 1024px) {
  .related-content .btn-holder {
    padding: 21px 0 0;
  }
}

.related-content .btn-holder .btn {
  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;
  min-width: 123px;
  padding: 18px 20px;
  font-size: 10px;
  line-height: 13px;
  font-weight: 500;
} */

/* @media (min-width: 1024px) {
  .related-content .btn-holder .btn {
    min-width: 125px;
    font-size: 18px;
    line-height: 24px;
    width: 202px;
    height: 80px;
  }
} */



/** Publication Featured Carousel **/

.featured{
  background-color: #f0ede8;
  padding: 20px 20px 40px 20px;
}
.featured h2{
  font-size: 1.25em;
  color: #444;
}

.featured-pub .pub-title {
  font-size: 1.75em;
  font-weight: 600;
  color: #444;
}
.featured-pub .pub-authors{
  padding: 5px 0;
}
.featured-pub .pub-journal{
  padding: 5px 0;
}
.featured-pub .pub-date{
  padding: 5px 0;
}
.featured-pub .pub-link{
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
  background-color: #145A70;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 0.8em;
  margin-top: 10px;
}



.featslider .slick-list{
  padding-bottom: 10px;
}

/* Dots */
.featslider .slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.featslider .slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.featslider .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.featslider .slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.featslider .slick-dots li button:hover,
.featslider .slick-dots li button:focus
{
    outline: none;
}
.featslider .slick-dots li button:hover:before,
.featslider .slick-dots li button:focus:before
{
    opacity: 1;
}
.featslider .slick-dots li button:before
{
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #444;
    border-radius: 50%;
    color: #444;
    background-color: transparent;
}
.featslider .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #444;
    background-color: currentColor;
}





