@font-face {
  font-family: 'Sora';
  src: url('fonts/Sora-Bold.eot');
  src: url('fonts/Sora-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Sora-Bold.woff2') format('woff2'), url('fonts/Sora-Bold.woff') format('woff'), url('fonts/Sora-Bold.ttf') format('truetype'), url('fonts/Sora-Bold.svg#Sora-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('fonts/Sora-ExtraBold.eot');
  src: url('fonts/Sora-ExtraBold.eot?#iefix') format('embedded-opentype'), url('fonts/Sora-ExtraBold.woff2') format('woff2'), url('fonts/Sora-ExtraBold.woff') format('woff'), url('fonts/Sora-ExtraBold.ttf') format('truetype'), url('fonts/Sora-ExtraBold.svg#Sora-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('fonts/Sora-Light.eot');
  src: url('fonts/Sora-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Sora-Light.woff2') format('woff2'), url('fonts/Sora-Light.woff') format('woff'), url('fonts/Sora-Light.ttf') format('truetype'), url('fonts/Sora-Light.svg#Sora-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('fonts/Sora-ExtraLight.eot');
  src: url('fonts/Sora-ExtraLight.eot?#iefix') format('embedded-opentype'), url('fonts/Sora-ExtraLight.woff2') format('woff2'), url('fonts/Sora-ExtraLight.woff') format('woff'), url('fonts/Sora-ExtraLight.ttf') format('truetype'), url('fonts/Sora-ExtraLight.svg#Sora-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('fonts/Sora-Medium.eot');
  src: url('fonts/Sora-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Sora-Medium.woff2') format('woff2'), url('fonts/Sora-Medium.woff') format('woff'), url('fonts/Sora-Medium.ttf') format('truetype'), url('fonts/Sora-Medium.svg#Sora-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('fonts/Sora-Regular.eot');
  src: url('fonts/Sora-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Sora-Regular.woff2') format('woff2'), url('fonts/Sora-Regular.woff') format('woff'), url('fonts/Sora-Regular.ttf') format('truetype'), url('fonts/Sora-Regular.svg#Sora-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('fonts/Sora-SemiBold.eot');
  src: url('fonts/Sora-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Sora-SemiBold.woff2') format('woff2'), url('fonts/Sora-SemiBold.woff') format('woff'), url('fonts/Sora-SemiBold.ttf') format('truetype'), url('fonts/Sora-SemiBold.svg#Sora-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('fonts/Sora-Thin.eot');
  src: url('fonts/Sora-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/Sora-Thin.woff2') format('woff2'), url('fonts/Sora-Thin.woff') format('woff'), url('fonts/Sora-Thin.ttf') format('truetype'), url('fonts/Sora-Thin.svg#Sora-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* PLUGINS */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
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: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.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;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  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;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  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: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .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: transparent;
  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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.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;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  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;
}
/* Navigation arrows */
.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;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  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 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.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;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  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;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@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;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.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 0;
}
.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 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  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: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  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: absolute;
  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;
  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: none;
  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;
  transition: all 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;
}
/* Styling for Small-Screen Devices */
@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);
  }
}
/* MAIN DESIGN */
/* common border radius */
/* disable text selection */
/** GENERAL STYLES **/
body {
  font-family: 'Sora', Arial, sans-serif;
  color: #4D4D4D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
/** MIXINS **/
/*** WEB DESIGN SYSTEM ***/
/** BREAKPOINTS **/
/** FONT WEIGHTS **/
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: 700;
}
strong {
  font-weight: 700;
}
/** COLORS **/
/** GRADIENTS **/
/** BACKGROUNDS **/
.bg-website-bg {
  background-color: #FFFFFF !important;
  background: #FFFFFF !important;
}
.bg-basic-gradient {
  background: url("data:image/svg+xml,%3Csvg width='1280' height='1306' viewBox='0 0 1280 1306' fill='none' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect width='1280' height='1306' fill='url(%23paint0_linear_1198_1307)' fill-opacity='0.2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1198_1307' x1='87.5' y1='-201.586' x2='471.459' y2='1019.22' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2372B1B9'/%3E%3Cstop offset='1' stop-color='%23E35D9C' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") !important;
}
.bg-highlight-gradient {
  background: linear-gradient(180deg, rgba(114, 177, 185, 0.2) 0%, rgba(227, 93, 156, 0) 100%) !important;
}
/** TYPOGRAPHY **/
body {
  font-size: 16px;
  line-height: 162%;
}
.h1 {
  font-weight: 700;
  font-size: 62px;
  line-height: 115%;
  color: #212121;
}
@media screen and (min-width: 1280px) and (max-width: 1760px) {
  .h1 {
    font-size: calc(48px + 14 * ((100vw - 1280px) / 480));
  }
}
@media screen and (min-width: 375px) and (max-width: 1280px) {
  .h1 {
    font-size: calc(32px + 16 * ((100vw - 375px) / 905));
  }
}
@media screen and (max-width: 375px) {
  .h1 {
    font-size: 32px;
  }
}
.h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #212121;
}
@media screen and (min-width: 1280px) and (max-width: 1760px) {
  .h2 {
    font-size: calc(29px + 3 * ((100vw - 1280px) / 480));
  }
}
@media screen and (min-width: 375px) and (max-width: 1280px) {
  .h2 {
    font-size: calc(25px + 4 * ((100vw - 375px) / 905));
  }
}
@media screen and (max-width: 375px) {
  .h2 {
    font-size: 25px;
  }
}
.h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  color: #212121;
}
@media screen and (min-width: 1280px) and (max-width: 1760px) {
  .h3 {
    font-size: calc(25px + 3 * ((100vw - 1280px) / 480));
  }
}
@media screen and (min-width: 375px) and (max-width: 1280px) {
  .h3 {
    font-size: calc(23px + 2 * ((100vw - 375px) / 905));
  }
}
@media screen and (max-width: 375px) {
  .h3 {
    font-size: 23px;
  }
}
.h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #212121;
}
@media screen and (min-width: 1280px) and (max-width: 1760px) {
  .h4 {
    font-size: calc(22px + 2 * ((100vw - 1280px) / 480));
  }
}
@media screen and (min-width: 375px) and (max-width: 1280px) {
  .h4 {
    font-size: calc(21px + 1 * ((100vw - 375px) / 905));
  }
}
@media screen and (max-width: 375px) {
  .h4 {
    font-size: 21px;
  }
}
.h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  color: #212121;
}
@media screen and (min-width: 1280px) and (max-width: 1760px) {
  .h5 {
    font-size: calc(20px + 2 * ((100vw - 1280px) / 480));
  }
}
@media screen and (min-width: 375px) and (max-width: 1280px) {
  .h5 {
    font-size: calc(18px + 2 * ((100vw - 375px) / 905));
  }
}
@media screen and (max-width: 375px) {
  .h5 {
    font-size: 18px;
  }
}
.h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
  color: #212121;
}
.perex {
  font-size: 32px;
  line-height: 138%;
}
@media screen and (min-width: 1280px) and (max-width: 1760px) {
  .perex {
    font-size: calc(20px + 12 * ((100vw - 1280px) / 480));
  }
}
@media screen and (max-width: 1280px) {
  .perex {
    font-size: 20px;
  }
}
.text-small {
  font-size: 16px;
  line-height: 170%;
}
@media screen and (min-width: 1280px) and (max-width: 1760px) {
  .text-small {
    font-size: calc(14px + 2 * ((100vw - 1280px) / 480));
  }
}
@media screen and (max-width: 1280px) {
  .text-small {
    font-size: 14px;
  }
}
.note {
  font-size: 14px;
  line-height: 170%;
}
@media screen and (min-width: 1280px) and (max-width: 1760px) {
  .note {
    font-size: calc(12px + 2 * ((100vw - 1280px) / 480));
  }
}
@media screen and (max-width: 1280px) {
  .note {
    font-size: 12px;
  }
}
.caption {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) and (max-width: 1760px) {
  .caption {
    font-size: calc(14px + 2 * ((100vw - 1280px) / 480));
  }
}
@media screen and (max-width: 1280px) {
  .caption {
    font-size: 14px;
  }
}
a {
  color: #00C588;
  text-decoration: underline;
  transition: 0.2s all linear;
}
a:hover {
  color: #6FABEF;
  text-decoration: underline;
}
/** SPACING **/
/* padding */
.first-block {
  padding-top: 80px;
}
.pt-0 {
  padding-top: 0px;
}
@media screen and (min-width: 1281px) {
  .pt-0-desktop {
    padding-top: 0px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-0-tablet {
    padding-top: 0px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-0-mobile {
    padding-top: 0px!important;
  }
}
.pt-4 {
  padding-top: 4px;
}
@media screen and (min-width: 1281px) {
  .pt-4-desktop {
    padding-top: 4px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-4-tablet {
    padding-top: 4px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-4-mobile {
    padding-top: 4px!important;
  }
}
.pt-8 {
  padding-top: 8px;
}
@media screen and (min-width: 1281px) {
  .pt-8-desktop {
    padding-top: 8px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-8-tablet {
    padding-top: 8px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-8-mobile {
    padding-top: 8px!important;
  }
}
.pt-12 {
  padding-top: 12px;
}
@media screen and (min-width: 1281px) {
  .pt-12-desktop {
    padding-top: 12px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-12-tablet {
    padding-top: 12px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-12-mobile {
    padding-top: 12px!important;
  }
}
.pt-16 {
  padding-top: 16px;
}
@media screen and (min-width: 1281px) {
  .pt-16-desktop {
    padding-top: 16px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-16-tablet {
    padding-top: 16px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-16-mobile {
    padding-top: 16px!important;
  }
}
.pt-24 {
  padding-top: 24px;
}
@media screen and (min-width: 1281px) {
  .pt-24-desktop {
    padding-top: 24px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-24-tablet {
    padding-top: 24px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-24-mobile {
    padding-top: 24px!important;
  }
}
.pt-32 {
  padding-top: 32px;
}
@media screen and (min-width: 1281px) {
  .pt-32-desktop {
    padding-top: 32px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-32-tablet {
    padding-top: 32px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-32-mobile {
    padding-top: 32px!important;
  }
}
.pt-40 {
  padding-top: 40px;
}
@media screen and (min-width: 1281px) {
  .pt-40-desktop {
    padding-top: 40px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-40-tablet {
    padding-top: 40px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-40-mobile {
    padding-top: 40px!important;
  }
}
.pt-48 {
  padding-top: 48px;
}
@media screen and (min-width: 1281px) {
  .pt-48-desktop {
    padding-top: 48px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-48-tablet {
    padding-top: 48px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-48-mobile {
    padding-top: 48px!important;
  }
}
.pt-64 {
  padding-top: 64px;
}
@media screen and (min-width: 1281px) {
  .pt-64-desktop {
    padding-top: 64px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-64-tablet {
    padding-top: 64px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-64-mobile {
    padding-top: 64px!important;
  }
}
.pt-80 {
  padding-top: 80px;
}
@media screen and (min-width: 1281px) {
  .pt-80-desktop {
    padding-top: 80px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-80-tablet {
    padding-top: 80px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-80-mobile {
    padding-top: 80px!important;
  }
}
.pt-96 {
  padding-top: 96px;
}
@media screen and (min-width: 1281px) {
  .pt-96-desktop {
    padding-top: 96px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-96-tablet {
    padding-top: 96px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-96-mobile {
    padding-top: 96px!important;
  }
}
.pt-128 {
  padding-top: 128px;
}
@media screen and (min-width: 1281px) {
  .pt-128-desktop {
    padding-top: 128px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-128-tablet {
    padding-top: 128px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-128-mobile {
    padding-top: 128px!important;
  }
}
.pt-160 {
  padding-top: 160px;
}
@media screen and (min-width: 1281px) {
  .pt-160-desktop {
    padding-top: 160px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-160-tablet {
    padding-top: 160px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-160-mobile {
    padding-top: 160px!important;
  }
}
.pt-192 {
  padding-top: 192px;
}
@media screen and (min-width: 1281px) {
  .pt-192-desktop {
    padding-top: 192px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pt-192-tablet {
    padding-top: 192px!important;
  }
}
@media screen and (max-width: 768px) {
  .pt-192-mobile {
    padding-top: 192px!important;
  }
}
.pb-0 {
  padding-bottom: 0px;
}
@media screen and (min-width: 1281px) {
  .pb-0-desktop {
    padding-bottom: 0px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-0-tablet {
    padding-bottom: 0px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-0-mobile {
    padding-bottom: 0px!important;
  }
}
.pb-4 {
  padding-bottom: 4px;
}
@media screen and (min-width: 1281px) {
  .pb-4-desktop {
    padding-bottom: 4px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-4-tablet {
    padding-bottom: 4px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-4-mobile {
    padding-bottom: 4px!important;
  }
}
.pb-8 {
  padding-bottom: 8px;
}
@media screen and (min-width: 1281px) {
  .pb-8-desktop {
    padding-bottom: 8px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-8-tablet {
    padding-bottom: 8px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-8-mobile {
    padding-bottom: 8px!important;
  }
}
.pb-12 {
  padding-bottom: 12px;
}
@media screen and (min-width: 1281px) {
  .pb-12-desktop {
    padding-bottom: 12px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-12-tablet {
    padding-bottom: 12px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-12-mobile {
    padding-bottom: 12px!important;
  }
}
.pb-16 {
  padding-bottom: 16px;
}
@media screen and (min-width: 1281px) {
  .pb-16-desktop {
    padding-bottom: 16px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-16-tablet {
    padding-bottom: 16px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-16-mobile {
    padding-bottom: 16px!important;
  }
}
.pb-24 {
  padding-bottom: 24px;
}
@media screen and (min-width: 1281px) {
  .pb-24-desktop {
    padding-bottom: 24px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-24-tablet {
    padding-bottom: 24px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-24-mobile {
    padding-bottom: 24px!important;
  }
}
.pb-32 {
  padding-bottom: 32px;
}
@media screen and (min-width: 1281px) {
  .pb-32-desktop {
    padding-bottom: 32px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-32-tablet {
    padding-bottom: 32px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-32-mobile {
    padding-bottom: 32px!important;
  }
}
.pb-40 {
  padding-bottom: 40px;
}
@media screen and (min-width: 1281px) {
  .pb-40-desktop {
    padding-bottom: 40px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-40-tablet {
    padding-bottom: 40px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-40-mobile {
    padding-bottom: 40px!important;
  }
}
.pb-48 {
  padding-bottom: 48px;
}
@media screen and (min-width: 1281px) {
  .pb-48-desktop {
    padding-bottom: 48px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-48-tablet {
    padding-bottom: 48px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-48-mobile {
    padding-bottom: 48px!important;
  }
}
.pb-64 {
  padding-bottom: 64px;
}
@media screen and (min-width: 1281px) {
  .pb-64-desktop {
    padding-bottom: 64px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-64-tablet {
    padding-bottom: 64px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-64-mobile {
    padding-bottom: 64px!important;
  }
}
.pb-80 {
  padding-bottom: 80px;
}
@media screen and (min-width: 1281px) {
  .pb-80-desktop {
    padding-bottom: 80px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-80-tablet {
    padding-bottom: 80px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-80-mobile {
    padding-bottom: 80px!important;
  }
}
.pb-96 {
  padding-bottom: 96px;
}
@media screen and (min-width: 1281px) {
  .pb-96-desktop {
    padding-bottom: 96px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-96-tablet {
    padding-bottom: 96px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-96-mobile {
    padding-bottom: 96px!important;
  }
}
.pb-128 {
  padding-bottom: 128px;
}
@media screen and (min-width: 1281px) {
  .pb-128-desktop {
    padding-bottom: 128px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-128-tablet {
    padding-bottom: 128px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-128-mobile {
    padding-bottom: 128px!important;
  }
}
.pb-160 {
  padding-bottom: 160px;
}
@media screen and (min-width: 1281px) {
  .pb-160-desktop {
    padding-bottom: 160px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-160-tablet {
    padding-bottom: 160px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-160-mobile {
    padding-bottom: 160px!important;
  }
}
.pb-192 {
  padding-bottom: 192px;
}
@media screen and (min-width: 1281px) {
  .pb-192-desktop {
    padding-bottom: 192px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pb-192-tablet {
    padding-bottom: 192px!important;
  }
}
@media screen and (max-width: 768px) {
  .pb-192-mobile {
    padding-bottom: 192px!important;
  }
}
/* margin */
.mt-0 {
  margin-top: 0px;
}
@media screen and (min-width: 1281px) {
  .mt-0-desktop {
    margin-top: 0px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-0-tablet {
    margin-top: 0px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-0-mobile {
    margin-top: 0px!important;
  }
}
.mt-4 {
  margin-top: 4px;
}
@media screen and (min-width: 1281px) {
  .mt-4-desktop {
    margin-top: 4px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-4-tablet {
    margin-top: 4px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-4-mobile {
    margin-top: 4px!important;
  }
}
.mt-8 {
  margin-top: 8px;
}
@media screen and (min-width: 1281px) {
  .mt-8-desktop {
    margin-top: 8px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-8-tablet {
    margin-top: 8px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-8-mobile {
    margin-top: 8px!important;
  }
}
.mt-12 {
  margin-top: 12px;
}
@media screen and (min-width: 1281px) {
  .mt-12-desktop {
    margin-top: 12px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-12-tablet {
    margin-top: 12px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-12-mobile {
    margin-top: 12px!important;
  }
}
.mt-16 {
  margin-top: 16px;
}
@media screen and (min-width: 1281px) {
  .mt-16-desktop {
    margin-top: 16px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-16-tablet {
    margin-top: 16px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-16-mobile {
    margin-top: 16px!important;
  }
}
.mt-24 {
  margin-top: 24px;
}
@media screen and (min-width: 1281px) {
  .mt-24-desktop {
    margin-top: 24px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-24-tablet {
    margin-top: 24px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-24-mobile {
    margin-top: 24px!important;
  }
}
.mt-32 {
  margin-top: 32px;
}
@media screen and (min-width: 1281px) {
  .mt-32-desktop {
    margin-top: 32px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-32-tablet {
    margin-top: 32px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-32-mobile {
    margin-top: 32px!important;
  }
}
.mt-40 {
  margin-top: 40px;
}
@media screen and (min-width: 1281px) {
  .mt-40-desktop {
    margin-top: 40px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-40-tablet {
    margin-top: 40px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-40-mobile {
    margin-top: 40px!important;
  }
}
.mt-48 {
  margin-top: 48px;
}
@media screen and (min-width: 1281px) {
  .mt-48-desktop {
    margin-top: 48px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-48-tablet {
    margin-top: 48px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-48-mobile {
    margin-top: 48px!important;
  }
}
.mt-64 {
  margin-top: 64px;
}
@media screen and (min-width: 1281px) {
  .mt-64-desktop {
    margin-top: 64px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-64-tablet {
    margin-top: 64px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-64-mobile {
    margin-top: 64px!important;
  }
}
.mt-80 {
  margin-top: 80px;
}
@media screen and (min-width: 1281px) {
  .mt-80-desktop {
    margin-top: 80px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-80-tablet {
    margin-top: 80px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-80-mobile {
    margin-top: 80px!important;
  }
}
.mt-96 {
  margin-top: 96px;
}
@media screen and (min-width: 1281px) {
  .mt-96-desktop {
    margin-top: 96px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-96-tablet {
    margin-top: 96px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-96-mobile {
    margin-top: 96px!important;
  }
}
.mt-128 {
  margin-top: 128px;
}
@media screen and (min-width: 1281px) {
  .mt-128-desktop {
    margin-top: 128px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-128-tablet {
    margin-top: 128px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-128-mobile {
    margin-top: 128px!important;
  }
}
.mt-160 {
  margin-top: 160px;
}
@media screen and (min-width: 1281px) {
  .mt-160-desktop {
    margin-top: 160px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-160-tablet {
    margin-top: 160px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-160-mobile {
    margin-top: 160px!important;
  }
}
.mt-192 {
  margin-top: 192px;
}
@media screen and (min-width: 1281px) {
  .mt-192-desktop {
    margin-top: 192px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mt-192-tablet {
    margin-top: 192px!important;
  }
}
@media screen and (max-width: 768px) {
  .mt-192-mobile {
    margin-top: 192px!important;
  }
}
.mb-0 {
  margin-bottom: 0px;
}
@media screen and (min-width: 1281px) {
  .mb-0-desktop {
    margin-bottom: 0px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-0-tablet {
    margin-bottom: 0px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-0-mobile {
    margin-bottom: 0px!important;
  }
}
.mb-4 {
  margin-bottom: 4px;
}
@media screen and (min-width: 1281px) {
  .mb-4-desktop {
    margin-bottom: 4px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-4-tablet {
    margin-bottom: 4px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-4-mobile {
    margin-bottom: 4px!important;
  }
}
.mb-8 {
  margin-bottom: 8px;
}
@media screen and (min-width: 1281px) {
  .mb-8-desktop {
    margin-bottom: 8px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-8-tablet {
    margin-bottom: 8px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-8-mobile {
    margin-bottom: 8px!important;
  }
}
.mb-12 {
  margin-bottom: 12px;
}
@media screen and (min-width: 1281px) {
  .mb-12-desktop {
    margin-bottom: 12px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-12-tablet {
    margin-bottom: 12px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-12-mobile {
    margin-bottom: 12px!important;
  }
}
.mb-16 {
  margin-bottom: 16px;
}
@media screen and (min-width: 1281px) {
  .mb-16-desktop {
    margin-bottom: 16px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-16-tablet {
    margin-bottom: 16px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-16-mobile {
    margin-bottom: 16px!important;
  }
}
.mb-24 {
  margin-bottom: 24px;
}
@media screen and (min-width: 1281px) {
  .mb-24-desktop {
    margin-bottom: 24px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-24-tablet {
    margin-bottom: 24px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-24-mobile {
    margin-bottom: 24px!important;
  }
}
.mb-32 {
  margin-bottom: 32px;
}
@media screen and (min-width: 1281px) {
  .mb-32-desktop {
    margin-bottom: 32px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-32-tablet {
    margin-bottom: 32px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-32-mobile {
    margin-bottom: 32px!important;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1281px) {
  .mb-40-desktop {
    margin-bottom: 40px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-40-tablet {
    margin-bottom: 40px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-40-mobile {
    margin-bottom: 40px!important;
  }
}
.mb-48 {
  margin-bottom: 48px;
}
@media screen and (min-width: 1281px) {
  .mb-48-desktop {
    margin-bottom: 48px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-48-tablet {
    margin-bottom: 48px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-48-mobile {
    margin-bottom: 48px!important;
  }
}
.mb-64 {
  margin-bottom: 64px;
}
@media screen and (min-width: 1281px) {
  .mb-64-desktop {
    margin-bottom: 64px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-64-tablet {
    margin-bottom: 64px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-64-mobile {
    margin-bottom: 64px!important;
  }
}
.mb-80 {
  margin-bottom: 80px;
}
@media screen and (min-width: 1281px) {
  .mb-80-desktop {
    margin-bottom: 80px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-80-tablet {
    margin-bottom: 80px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-80-mobile {
    margin-bottom: 80px!important;
  }
}
.mb-96 {
  margin-bottom: 96px;
}
@media screen and (min-width: 1281px) {
  .mb-96-desktop {
    margin-bottom: 96px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-96-tablet {
    margin-bottom: 96px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-96-mobile {
    margin-bottom: 96px!important;
  }
}
.mb-128 {
  margin-bottom: 128px;
}
@media screen and (min-width: 1281px) {
  .mb-128-desktop {
    margin-bottom: 128px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-128-tablet {
    margin-bottom: 128px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-128-mobile {
    margin-bottom: 128px!important;
  }
}
.mb-160 {
  margin-bottom: 160px;
}
@media screen and (min-width: 1281px) {
  .mb-160-desktop {
    margin-bottom: 160px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-160-tablet {
    margin-bottom: 160px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-160-mobile {
    margin-bottom: 160px!important;
  }
}
.mb-192 {
  margin-bottom: 192px;
}
@media screen and (min-width: 1281px) {
  .mb-192-desktop {
    margin-bottom: 192px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mb-192-tablet {
    margin-bottom: 192px!important;
  }
}
@media screen and (max-width: 768px) {
  .mb-192-mobile {
    margin-bottom: 192px!important;
  }
}
/** BORDER RADIUS **/
.rounded-none {
  border-radius: 0;
}
.rounded-sm {
  border-radius: 2px;
}
.rounded {
  border-radius: 4px;
}
.rounded-md {
  border-radius: 6px;
}
.rounded-lg {
  border-radius: 8px;
}
.rounded-xl {
  border-radius: 12px;
}
.rounded-2xl {
  border-radius: 16px;
}
@media screen and (max-width: 375px) {
  .rounded-2xl {
    border-radius: 8px;
  }
}
.rounded-3xl {
  border-radius: 24px;
}
@media screen and (max-width: 375px) {
  .rounded-3xl {
    border-radius: 16px;
  }
}
.rounded-full {
  border-radius: 50%;
}
/** SHADOWS **/
.shadow-96-light {
  box-shadow: 0px 104px 32px -96px rgba(52, 105, 179, 0.24);
}
.shadow-48-light {
  box-shadow: 0px 56px 32px -48px rgba(52, 105, 179, 0.24);
}
.shadow-32-light {
  box-shadow: 0px 40px 32px -32px rgba(52, 105, 179, 0.24);
}
.shadow-24-light {
  box-shadow: 0px 32px 32px -24px rgba(52, 105, 179, 0.24);
}
.shadow-96-dark {
  box-shadow: 0px 104px 32px -96px #01163C;
}
.shadow-48-dark {
  box-shadow: 0px 56px 32px -48px #01163C;
}
.shadow-32-dark {
  box-shadow: 0px 40px 32px -32px #01163C;
}
.shadow-24-dark {
  box-shadow: 0px 32px 32px -24px #01163C;
}
/** GRID **/
.container {
  max-width: calc(1140px + 20px + 20px);
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/** BUTTONS **/
.btn {
  display: inline-flex;
  border-radius: 0px;
  text-align: left;
  transition: 0.2s all linear;
  text-decoration: none;
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93457 9.83008L4.93457 5.33008L0.93457 0.830078' stroke='%23212121' stroke-width='2.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  /* sizes */
  /* designs */
}
.btn:hover {
  transition: 0.2s all linear;
  text-decoration: none;
}
.btn-simple {
  background-image: none!important;
}
.btn-lg {
  padding: 16px 60px 16px 23px;
  font-size: 16px;
  line-height: normal;
  background-position: calc(100% - 20px) center;
}
@media screen and (max-width: 1280px) {
  .btn-lg {
    padding: 12px 50px 12px 15px;
    font-size: 16px;
    line-height: normal;
    background-position: calc(100% - 15px) center;
  }
}
.btn-simple.btn-lg {
  padding: 16px 23px!important;
}
@media screen and (max-width: 1280px) {
  .btn-simple.btn-lg {
    padding: 12px 15px!important;
  }
}
.btn-sm {
  padding: 11px 52px 11px 18px;
  font-size: 16px;
  line-height: normal;
  background-position: calc(100% - 15px) center;
}
@media screen and (max-width: 1280px) {
  .btn-sm {
    padding: 9px 32px 9px 12px;
    font-size: 16px;
    line-height: normal;
    background-position: calc(100% - 12px) center;
  }
}
.btn-filled {
  background-color: #00C588;
  color: #212121;
  border: 2px solid #00C588;
}
.btn-filled:hover {
  background-color: #FFFFFF;
  color: #212121;
  border: 2px solid #00C588;
}
.btn-outlined {
  background-color: #F6F6F6;
  color: #212121;
  border: 2px solid #00C588;
}
.btn-outlined:hover {
  background-color: #FFFFFF;
  color: #212121;
  border: 2px solid #00C588;
}
.btn-blue {
  background-color: #6FABEF !important;
  border-color: #6FABEF !important;
}
.btn-blue:hover {
  background-color: #FFFFFF !important;
  border-color: #6FABEF !important;
}
.btn-full-width {
  display: block;
}
.btn-full-width .btn {
  width: 100%;
  justify-content: center;
}
/*** COMPONENTS ***/
/** BREADCRUMB **/
ul.element-breadcrumb {
  background-color: transparent;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.element-breadcrumb li {
  display: inline;
  font-size: 19px;
  line-height: 155%;
  flex: none;
  font-weight: 500;
  color: #212121;
}
@media screen and (max-width: 992px) {
  ul.element-breadcrumb li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  ul.element-breadcrumb li {
    font-size: 16px;
  }
}
ul.element-breadcrumb li a {
  color: #212121;
  line-height: 28px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  line-height: 155%;
}
ul.element-breadcrumb li a:hover {
  color: #6FABEF;
  text-decoration: underline;
}
ul.element-breadcrumb li:not(:first-child)::before {
  padding: 4px 20px 4px 20px;
  content: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L1 7' stroke='%2300C588' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 4px;
  height: 8px;
}
/*
FONT WEIGHTS:
    black:    900;
    heavy:    800;
    bold:     700;
    semiBold: 600;
    medium:   500;
    regular:  400;
    light:    300;
    thin:     100;
*/
/* #region GENERAL SETTINGS ============================================================= */
html,
body {
  background: #FFFFFF;
  color: #4D4D4D;
  font-size: 16px;
  font-family: 'Sora', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden!important;
}
@media screen and (max-width: 992px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 15px;
  }
}
html {
  overflow-y: scroll;
}
html.with-menu,
body.with-menu {
  overflow: hidden;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
  /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
}
*:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
textarea {
  resize: vertical;
}
a,
label,
input[type=button],
input[type=submit] {
  cursor: pointer;
}
.clear,
.clearfix:after {
  content: " ";
  width: 100%;
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}
.hidden {
  display: none;
}
.center {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .center {
    width: auto;
    margin: 0 30px;
  }
}
/* #endregion */
/* #region MOBILE MENU ICON ============================================================= */
.hamburger {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  margin-right: 11px;
  /* active state, i.e. menu opened */
}
.hamburger:before {
  content: " ";
  width: 40px;
  height: 40px;
  left: -11px;
  top: -11px;
  z-index: 0;
  display: block;
  background: #FFFFFF;
  border: 1px solid #332652;
  border-radius: 50%;
  position: absolute;
}
.hamburger:focus {
  outline: none;
}
.hamburger span {
  height: 3px;
  position: absolute;
  top: 9px;
  left: 0px;
  right: 0px;
  display: block;
  background: #332652;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  border-radius: 1.5px;
}
.hamburger span:before,
.hamburger span:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #332652;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  border-radius: 1.5px;
}
.hamburger span:before {
  top: -6px;
}
.hamburger span:after {
  bottom: -6px;
}
.hamburger--htx {
  background: transparent;
}
.hamburger--htx span:before,
.hamburger--htx span:after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.hamburger--htx span:before {
  transition-property: top, transform;
}
.hamburger--htx span:after {
  transition-property: bottom, transform;
}
.hamburger--htx.is-active {
  background: transparent;
}
.hamburger--htx.is-active span {
  background: none;
}
.hamburger--htx.is-active span:before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger--htx.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.hamburger--htx.is-active span:before,
.hamburger--htx.is-active span:after {
  transition-delay: 0s, 0.3s;
}
/* #endregion */
/* #region HEADER ======================================================================= */
body {
  padding-top: 0px;
}
.header {
  width: 100%;
  height: 130px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  background-color: #FFFFFF;
  box-shadow: 0 6px 42px -9px rgba(51, 38, 82, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
}
.header.scrolled {
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__top {
  border-bottom: 1px solid #D3D3D3;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 52px;
}
@media screen and (max-width: 768px) {
  .header__top {
    display: none;
  }
}
.header__top .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__top-contact {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
@media screen and (max-width: 650px) {
  .header__top-contact {
    display: none;
  }
}
.header__top-contact-icon {
  flex: none;
  margin-right: 10px;
  background-color: #D3D3D3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.header__top-contact-icon svg {
  display: block;
}
.header__top-contact-text a {
  color: #332652;
  font-size: 14px;
  text-decoration: none;
}
.header__top-contact-text a:hover {
  text-decoration: underline;
}
.header__top-languageswitcher {
  margin-left: 75px;
}
@media screen and (max-width: 992px) {
  .header__top-languageswitcher {
    margin-left: 35px;
  }
}
@media screen and (max-width: 768px) {
  .header__top-languageswitcher {
    display: none;
  }
}
.header__top-languageswitcher-item {
  font-size: 14px;
  color: #4D4D4D;
  text-decoration: none;
  margin-left: 10px;
  transition: 0.2s all linear;
  padding: 6px;
}
.header__top-languageswitcher-item--active {
  color: #332652;
  font-weight: bold;
}
.header__top-languageswitcher-item:hover {
  transition: 0.2s all linear;
  text-decoration: none;
}
.header__main {
  height: 78px;
}
@media screen and (max-width: 768px) {
  .header__main {
    height: 60px;
  }
}
.header__main .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header__main-logo svg {
  display: block;
}
.header__main-menu {
  display: block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header__main-menu {
    max-height: 0px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    overflow: hidden;
    background: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 70px 20px;
  }
}
.header__main-menu > ul {
  list-style: none;
  text-align: right;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__main-menu > ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.header__main-menu > ul > li {
  margin: 0px 12px;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .header__main-menu > ul > li {
    margin: 0px 6px;
  }
}
@media screen and (max-width: 768px) {
  .header__main-menu > ul > li {
    margin: 0px 0px;
    width: 100%;
    border-bottom: 1px solid #D3D3D3;
    height: auto;
  }
}
.header__main-menu > ul > li:last-child {
  margin-right: 0px;
}
.header__main-menu > ul > li > a {
  color: #332652;
  transition: 0.2s all linear;
  padding: 24px 10px;
  font-size: 14px;
  height: 100%;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .header__main-menu > ul > li > a {
    width: 100%;
    padding: 12px 7px;
    text-align: left;
    border-top: none;
    border-bottom: none;
    border-left: 6px solid transparent;
  }
}
.header__main-menu > ul > li > a:hover {
  transition: 0.2s all linear;
  text-decoration: none;
}
.header__main-menu > ul > li:hover > a {
  border-bottom: 6px solid #00C588;
}
@media screen and (max-width: 768px) {
  .header__main-menu > ul > li:hover > a {
    border-bottom: none;
  }
}
.header__main-menu > ul > li.current_page_item > a {
  border-bottom: 6px solid #00C588;
}
@media screen and (max-width: 768px) {
  .header__main-menu > ul > li.current_page_item > a {
    border-bottom: none;
    border-left: 6px solid #00C588;
  }
}
.header__main-menu > ul > li.menu-item-has-children > a {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.936475 0L3.985 3.09042L7.03352 0L7.97 0.951417L3.985 5L0 0.951417L0.936475 0Z' fill='%23332652'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right calc(50% - 5px);
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .header__main-menu > ul > li.menu-item-has-children > a {
    border-bottom: 1px solid #D3D3D3;
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .header__main-menu > ul > li.menu-item-has-children {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.header__main-menu > ul > li > ul.sub-menu {
  display: none;
  position: absolute;
  left: -25px;
  top: 78px;
  width: 365px;
  background-color: #FFFFFF;
  padding: 15px 35px;
  box-shadow: 0 6px 42px -9px rgba(51, 38, 82, 0.2);
}
@media screen and (max-width: 768px) {
  .header__main-menu > ul > li > ul.sub-menu {
    display: block;
    position: relative;
    left: unset;
    top: unset;
    width: unset;
    padding: 0px;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
  }
}
.header__main-menu > ul > li > ul.sub-menu > li {
  display: block;
  vertical-align: top;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 115%;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #D3D3D3;
}
@media screen and (max-width: 768px) {
  .header__main-menu > ul > li > ul.sub-menu > li {
    padding-left: 25px;
    font-weight: 400;
  }
}
.header__main-menu > ul > li > ul.sub-menu > li:last-child {
  border-bottom: none;
}
.header__main-menu > ul > li > ul.sub-menu > li > a {
  padding: 14px 0px;
  display: block;
  color: #212121;
  transition: 0.2s all linear;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .header__main-menu > ul > li > ul.sub-menu > li > a {
    padding: 12px 0px;
    color: #332652;
  }
}
.header__main-menu > ul > li > ul.sub-menu > li > a:hover {
  transition: 0.2s all linear;
  color: #00C588;
  text-decoration: none;
}
.header__main-menu > ul > li > ul.sub-menu > li.current-menu-item > a {
  color: #00C588;
}
.header__main-menu > ul > li:hover > ul.sub-menu {
  display: block;
}
.header__main-languageswitcher {
  margin-left: auto;
  margin-right: 40px;
}
@media screen and (min-width: 769px) {
  .header__main-languageswitcher {
    display: none;
  }
}
.header__main-languageswitcher-item {
  font-size: 14px;
  color: #4D4D4D;
  text-decoration: none;
  margin-left: 3px;
  transition: 0.2s all linear;
  padding: 10px 6px;
}
.header__main-languageswitcher-item--active {
  color: #332652;
  font-weight: bold;
}
.header__main-languageswitcher-item:hover {
  transition: 0.2s all linear;
  text-decoration: none;
}
.header #mobile-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .header #mobile-menu {
    display: block;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .header.with-menu .header__main-menu {
    max-height: 100vh;
    overflow: auto;
    display: block;
  }
}
/* MOBILE VERSION */
/* #endregion */
/* #region FOOTER ======================================================================= */
.footer {
  background-color: #212121;
  padding: 100px 0 60px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0 40px 0;
  }
}
.footer__main .container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__main .container {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .footer__main .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer__main .container::after {
  content: " ";
  width: calc(100% - 20px - 20px);
  height: 1px;
  bottom: 0px;
  left: 20px;
  background-color: #4D4D4D;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .footer__main .container::after {
    left: 15px;
    width: calc(100% - 15px - 15px);
  }
}
.footer__main-info-logo {
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .footer__main-info-logo {
    text-align: center;
  }
}
.footer__main-info-logo a {
  display: inline-block;
}
.footer__main-info-logo a svg {
  display: block;
}
.footer__main-info-contact {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
@media screen and (max-width: 600px) {
  .footer__main-info-contact {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .footer__main-info-contact:last-child {
    margin-bottom: 0px;
  }
}
.footer__main-info-contact-icon {
  flex: none;
  margin-right: 10px;
  width: 11px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .footer__main-info-contact-icon {
    margin-bottom: 3px;
    margin-right: 0px;
  }
}
.footer__main-info-contact-icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.footer__main-info-contact-text {
  color: #D3D3D3;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .footer__main-info-contact-text {
    text-align: center;
  }
}
.footer__main-info-contact-text a {
  color: #D3D3D3;
  font-size: 13px;
  text-decoration: none;
}
.footer__main-info-contact-text a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .footer__main-menu {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #4D4D4D;
    width: 100%;
  }
}
.footer__main-menu > ul {
  list-style: none;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .footer__main-menu > ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: -10px;
  }
}
@media screen and (max-width: 600px) {
  .footer__main-menu > ul {
    margin-right: 0px;
  }
}
.footer__main-menu > ul > li {
  margin: 0px 11px;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 992px) {
  .footer__main-menu > ul > li {
    margin: 0px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 600px) {
  .footer__main-menu > ul > li {
    text-align: center;
  }
}
.footer__main-menu > ul > li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 992px) {
  .footer__main-menu > ul > li:last-child {
    margin: 0px;
    margin-bottom: 0px;
  }
}
.footer__main-menu > ul > li > a {
  color: #D3D3D3;
  transition: 0.2s all linear;
  text-decoration: none;
  padding: 5px 10px;
}
@media screen and (max-width: 992px) {
  .footer__main-menu > ul > li > a {
    display: inline-block;
  }
}
.footer__main-menu > ul > li > a:hover {
  transition: 0.2s all linear;
  text-decoration: underline;
}
.footer__bottom .container {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__bottom .container {
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .footer__bottom .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer__bottom-link {
  display: flex;
}
@media screen and (max-width: 600px) {
  .footer__bottom-link {
    flex-direction: column;
    justify-self: center;
    align-items: center;
  }
}
.footer__bottom-link a {
  color: #D3D3D3;
  font-size: 13px;
  text-decoration: none;
}
.footer__bottom-link a:hover {
  text-decoration: underline;
}
.footer__bottom-link-separator {
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (max-width: 600px) {
  .footer__bottom-link-separator {
    display: none;
  }
}
.footer__bottom-copyright {
  color: #D3D3D3;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .footer__bottom-copyright {
    margin-top: 8px;
  }
}
/* #endregion */
/* #region MAIN =================================================================== */
main {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 60px;
  }
}
/* #endregion */
/* #region 404 =================================================================== */
.section-404 {
  padding: 130px 0 270px 0;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='621' viewBox='0 0 1920 621' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_608_1721' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1920' height='621'%3E%3Crect width='1920' height='621' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_608_1721)'%3E%3Cg filter='url(%23filter0_f_608_1721)'%3E%3Cpath d='M766.999 180.216L1884.7 1154.51L2346.89 624.295L1229.19 -350L766.999 180.216Z' fill='%2300C588' fill-opacity='0.05'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_608_1721)'%3E%3Cpath d='M384.483 -421L-503 766.805L60.4727 1187.81L947.955 0.0057038L384.483 -421Z' fill='%236FABEF' fill-opacity='0.08'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_608_1721' x='602' y='-515' width='1909.89' height='1834.51' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='82.5' result='effect1_foregroundBlur_608_1721'/%3E%3C/filter%3E%3Cfilter id='filter1_f_608_1721' x='-668' y='-586' width='1780.96' height='1938.81' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='82.5' result='effect1_foregroundBlur_608_1721'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-404 {
    padding: 90px 0 180px 0;
  }
}
@media screen and (max-width: 768px) {
  .section-404 {
    padding: 35px 0;
  }
}
.section-404__heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .section-404__heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section-404__heading {
    margin-bottom: 25px;
  }
}
.section-404__heading * {
  color: #212121;
}
.section-404__heading strong {
  color: #00C588;
}
.section-404__text {
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .section-404__text {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section-404__text {
    margin-bottom: 40px;
  }
}
.section-404__text p {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section-404__text p {
    margin-bottom: 12px;
  }
}
.section-404__text p::last-child {
  margin-bottom: 0px;
}
.section-404__cta {
  display: flex;
  flex-wrap: wrap;
}
.section-404__cta-btn {
  margin-right: 20px;
  margin-bottom: 20px;
}
/* #endregion */
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-top: 5px;
  letter-spacing: normal;
  text-transform: none;
}
.modalform {
  background-color: #FFEAB9;
  max-width: 930px;
  width: 100%;
}
.modalform br {
  display: none;
}
.modalform__heading {
  text-align: center;
  margin-bottom: 40px;
}
.modalform__form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.modalform__form-column {
  width: calc(50% - 12px);
}
.modalform__form-column label {
  display: block;
  width: 100%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.modalform__form-column label input {
  width: 100%;
  height: 50px;
  padding: 12px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.modalform__form-column label .wpcf7-form-control-wrap {
  margin-top: 8px;
  display: block;
}
.modalform__form-topics {
  margin-bottom: 10px;
}
.modalform__form-topics > p > label {
  display: block;
  width: 100%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.modalform__form-topics .wpcf7-list-item {
  width: auto;
  height: 50px;
  text-align: center;
  margin: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 50px;
  background-color: #FFFFFF;
  transition: 0.2s all linear;
  cursor: pointer;
}
.modalform__form-topics .wpcf7-list-item--selected {
  transition: 0.2s all linear;
  color: #FFFFFF;
}
.modalform__form-topics .wpcf7-list-item input[type="checkbox"] {
  display: none;
}
.modalform__form-topics .wpcf7-list-item label {
  width: 100%;
  height: 100%;
  display: flex;
}
.modalform__form-topics .wpcf7-list-item .wpcf7-list-item-label {
  padding: 12px 26px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
}
.modalform__form-topics .wpcf7-form-control-wrap {
  margin-top: 8px;
  display: block;
}
.modalform__form-message {
  display: block;
}
.modalform__form-message > p > label {
  display: block;
  width: 100%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.modalform__form-message textarea {
  margin-top: 8px;
  width: 100%;
  height: 120px;
  padding: 12px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.modalform__form-acceptance input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.modalform__form-acceptance label {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}
.modalform__form-acceptance .wpcf7-list-item {
  margin-left: 0px;
}
.modalform__form-acceptance a {
  text-decoration: underline;
}
.modalform__form-submit {
  text-align: right;
}
.fancybox-slide {
  padding: 44px 10px!important;
}
.wpcf7-spinner {
  position: absolute;
  margin: 0;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
/* COMPONENTS */
/*

*/
#wpadminbar {
  width: 52px !important;
  min-width: initial !important;
  border-radius: 0 0 50%;
  background-color: darkcyan;
}
@media (min-width: 783px) {
  #wpadminbar {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (max-width: 600px) {
  #wpadminbar {
    display: none !important;
  }
}
#wp-toolbar li {
  display: none;
}
#wp-toolbar #wp-admin-bar-wp-logo,
#wp-toolbar #wp-admin-bar-wp-logo li {
  display: block;
}
label.checkbox,
label.radio {
  padding: 0 0 0 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #5f5d69;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.icheckbox,
.iradio {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: white;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icheckbox:after,
.iradio:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.icheckbox.checked:after,
.iradio.checked:after {
  opacity: 1;
}
.icheckbox:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10.925' viewBox='0 0 13 10.925'%3E%3Cpath fill='%2347009b' d='M6717.99,5148.405h0a1.5,1.5,0,0,1-1.128-.512l-3.061-3.5a1.5,1.5,0,1,1,2.257-1.977l1.933,2.208,5.811-6.636a1.5,1.5,0,0,1,2.257,1.977l-6.939,7.925A1.5,1.5,0,0,1,6717.99,5148.405Z' transform='translate(-6713.429 -5137.48)'/%3E%3C/svg%3E");
}
.iradio:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ccircle fill='%2347009b' cx='6' cy='6' r='6'/%3E%3C/svg%3E");
}
.slick-arrow {
  width: 6.4rem;
  height: 6.4rem;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: grey;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.6rem auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(-0.162)'%3E%3Crect id='Rectangle_28' data-name='Rectangle 28' width='26' height='26' transform='translate(0.162)' fill='%23fff' opacity='0'/%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(10 5)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M2646.564,4075.4h0a3.2,3.2,0,0,1,0-4.528l3.342-3.342-3.342-3.342a3.2,3.2,0,0,1,0-4.527h0l7.87,7.869Z' transform='translate(-2645.626 -4059.663)' fill='%23121524'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-arrow:hover {
  background-color: grey;
}
.slick-arrow.prev {
  left: 0;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.slick-arrow.next {
  right: 0;
}
.slick-arrow.slick-hidden,
.slick-arrow.slick-disabled {
  display: none;
}
.slick-dots {
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  padding: 0 1.4rem;
  display: inline-block;
  vertical-align: top;
}
.slick-dots li button {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #C4C6CF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.slick-dots li button:hover {
  background: black;
}
.slick-dots li.slick-active button {
  background: black;
}
/* loading */
.loading-component {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 0px;
  z-index: 100;
  background: rgba(248, 248, 248, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/*&.loading .loading-component
{
    height: calc(100% + 1px);
    opacity: 1;
}*/
.loading-component .loading-animation {
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 50;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading-component .loading-animation span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 50%;
  animation: loading-component-animation 1.2s linear infinite;
}
.loading-component .loading-animation span:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.loading-component .loading-animation span:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.loading-component .loading-animation span:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.loading-component .loading-animation span:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.loading-component .loading-animation span:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.loading-component .loading-animation span:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.loading-component .loading-animation span:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.loading-component .loading-animation span:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.loading-component .loading-animation span:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.loading-component .loading-animation span:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.loading-component .loading-animation span:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.loading-component .loading-animation span:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes loading-component-animation {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.gt-block form,
.editor-styles-wrapper .gt-block form {
  position: relative;
}
.gt-block form label:not(.checkbox):not(.radio),
.editor-styles-wrapper .gt-block form label:not(.checkbox):not(.radio) {
  padding: 0 0 4px 10px;
  display: block;
  color: black;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.gt-block form input:not([type=hidden]):not([type=checkbox]):not([type=radio]),
.editor-styles-wrapper .gt-block form input:not([type=hidden]):not([type=checkbox]):not([type=radio]),
.gt-block form textarea,
.editor-styles-wrapper .gt-block form textarea,
.gt-block form select,
.editor-styles-wrapper .gt-block form select {
  width: 100%;
  height: 44px;
  padding: 0 34px;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #212121;
  font-size: 14px;
  letter-spacing: -0.01em;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gt-block form input:not([type=hidden]):not([type=checkbox]):not([type=radio]):hover,
.editor-styles-wrapper .gt-block form input:not([type=hidden]):not([type=checkbox]):not([type=radio]):hover,
.gt-block form textarea:hover,
.editor-styles-wrapper .gt-block form textarea:hover,
.gt-block form select:hover,
.editor-styles-wrapper .gt-block form select:hover,
.gt-block form input:not([type=hidden]):not([type=checkbox]):not([type=radio]):focus,
.editor-styles-wrapper .gt-block form input:not([type=hidden]):not([type=checkbox]):not([type=radio]):focus,
.gt-block form textarea:focus,
.editor-styles-wrapper .gt-block form textarea:focus,
.gt-block form select:focus,
.editor-styles-wrapper .gt-block form select:focus {
  -webkit-box-shadow: 0 0 0 1px #212121 inset;
  -moz-box-shadow: 0 0 0 1px #212121 inset;
  box-shadow: 0 0 0 1px #212121 inset;
}
.gt-block form input:not([type=hidden]):not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,
.editor-styles-wrapper .gt-block form input:not([type=hidden]):not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,
.gt-block form textarea::-webkit-input-placeholder,
.editor-styles-wrapper .gt-block form textarea::-webkit-input-placeholder,
.gt-block form select::-webkit-input-placeholder,
.editor-styles-wrapper .gt-block form select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8A8E91;
  opacity: 1;
}
.gt-block form input:not([type=hidden]):not([type=checkbox]):not([type=radio])::-moz-placeholder,
.editor-styles-wrapper .gt-block form input:not([type=hidden]):not([type=checkbox]):not([type=radio])::-moz-placeholder,
.gt-block form textarea::-moz-placeholder,
.editor-styles-wrapper .gt-block form textarea::-moz-placeholder,
.gt-block form select::-moz-placeholder,
.editor-styles-wrapper .gt-block form select::-moz-placeholder {
  /* Firefox 19+ */
  color: #8A8E91;
  opacity: 1;
}
.gt-block form input:not([type=hidden]):not([type=checkbox]):not([type=radio]):-ms-input-placeholder,
.editor-styles-wrapper .gt-block form input:not([type=hidden]):not([type=checkbox]):not([type=radio]):-ms-input-placeholder,
.gt-block form textarea:-ms-input-placeholder,
.editor-styles-wrapper .gt-block form textarea:-ms-input-placeholder,
.gt-block form select:-ms-input-placeholder,
.editor-styles-wrapper .gt-block form select:-ms-input-placeholder {
  /* IE 10+ */
  color: #8A8E91;
  opacity: 1;
}
.gt-block form input:not([type=hidden]):not([type=checkbox]):not([type=radio]):-moz-placeholder,
.editor-styles-wrapper .gt-block form input:not([type=hidden]):not([type=checkbox]):not([type=radio]):-moz-placeholder,
.gt-block form textarea:-moz-placeholder,
.editor-styles-wrapper .gt-block form textarea:-moz-placeholder,
.gt-block form select:-moz-placeholder,
.editor-styles-wrapper .gt-block form select:-moz-placeholder {
  /* Firefox 18- */
  color: #8A8E91;
  opacity: 1;
}
.gt-block form select,
.editor-styles-wrapper .gt-block form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 32px center;
  background-size: 13px auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.098' height='6.207' viewBox='0 0 13.098 6.207'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M11.1,5.207a1,1,0,0,1-.6-.2L5.549,1.255.6,5A1,1,0,0,1-.8,4.811,1,1,0,0,1-.6,3.41L4.945-.8a1,1,0,0,1,1.208,0L11.7,3.41a1,1,0,0,1-.6,1.8Z' transform='translate(11.098 4.207) rotate(180)' fill='%23a9acb5'/%3E%3C/g%3E%3C/svg%3E");
}
.gt-block form textarea,
.editor-styles-wrapper .gt-block form textarea {
  height: 320px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
.gt-block form div.input,
.editor-styles-wrapper .gt-block form div.input {
  padding: 0 0 10px 0;
}
.gt-block form div.inputs-row,
.editor-styles-wrapper .gt-block form div.inputs-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-flow: row;
  align-items: flex-start;
  gap: 10px;
}
.gt-block form span.error-empty,
.editor-styles-wrapper .gt-block form span.error-empty,
.gt-block form span.error-format,
.editor-styles-wrapper .gt-block form span.error-format,
.gt-block form span.error-data,
.editor-styles-wrapper .gt-block form span.error-data {
  display: block;
  overflow: hidden;
  color: red;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 0px;
  padding: 0;
  opacity: 0;
}
.gt-block form .has-error-empty span.error-empty,
.editor-styles-wrapper .gt-block form .has-error-empty span.error-empty,
.gt-block form .has-error-format span.error-format,
.editor-styles-wrapper .gt-block form .has-error-format span.error-format,
.gt-block form .has-error-data span.error-data,
.editor-styles-wrapper .gt-block form .has-error-data span.error-data {
  max-height: 40px;
  padding: 8px 0 6px 10px;
  opacity: 1;
}
.gt-block form div.inputs,
.editor-styles-wrapper .gt-block form div.inputs {
  /* clear */
}
.gt-block form div.inputs:after,
.editor-styles-wrapper .gt-block form div.inputs:after {
  content: " ";
  width: 100%;
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}
.gt-block form div.sent,
.editor-styles-wrapper .gt-block form div.sent {
  padding: 40px 0;
  color: black;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.gt-block form div.sent a,
.editor-styles-wrapper .gt-block form div.sent a {
  text-decoration: underline;
}
.gt-block form div.sent a:hover,
.editor-styles-wrapper .gt-block form div.sent a:hover {
  text-decoration: none;
}
.gt-block form .loading-component,
.editor-styles-wrapper .gt-block form .loading-component {
  background: rgba(0, 0, 0, 0);
}
.gt-block form .loading-component .loading-animation span,
.editor-styles-wrapper .gt-block form .loading-component .loading-animation span {
  background: black;
}
.gt-block form.loading *:not(.loading-component),
.editor-styles-wrapper .gt-block form.loading *:not(.loading-component) {
  opacity: 0.7;
}
.gt-block form.loading .loading-component,
.editor-styles-wrapper .gt-block form.loading .loading-component {
  height: 100%;
  opacity: 1;
}
.gt-block form.loading .loading-component *,
.editor-styles-wrapper .gt-block form.loading .loading-component * {
  opacity: 1;
}
/* PAGES (better to include direct CSS file on the page) */
/*@import url(pages/XXX.less);*/
/* BLOCKS  (better to include direct CSS file with the block) */
/*@import url(blocks/XXX.less);*/
