@font-face {
  font-family: 'Aptos';
  src: url("../fonts/Aptos.woff2") format("woff2"), url("../fonts/Aptos.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aptos';
  src: url("../fonts/Aptos-Black.woff2") format("woff2"), url("../fonts/Aptos-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aptos';
  src: url("../fonts/Aptos-Bold.woff2") format("woff2"), url("../fonts/Aptos-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Minion Pro';
  src: url("../fonts/MinionPro-Regular.woff2") format("woff2"), url("../fonts/MinionPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aptos';
  src: url("../fonts/Aptos-SemiBold.woff2") format("woff2"), url("../fonts/Aptos-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aptos';
  src: url("../fonts/Aptos-ExtraBold.woff2") format("woff2"), url("../fonts/Aptos-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quanta Grotesk Pro';
  src: url("../fonts/QuantaGroteskPro-Bold.woff2") format("woff2"), url("../fonts/QuantaGroteskPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
[data-sal] {
  transition-duration: 1s;
  transition-delay: 0.15s;
  transition-duration: var(--sal-duration, 1s);
  transition-delay: var(--sal-delay, 0.15s);
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration='200'] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration='250'] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration='300'] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration='350'] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration='400'] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration='450'] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration='500'] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration='550'] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration='600'] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration='650'] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration='700'] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration='750'] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration='800'] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration='850'] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration='900'] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration='950'] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration='1000'] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration='1050'] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration='1100'] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration='1150'] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration='1200'] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration='1250'] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration='1300'] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration='1350'] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration='1400'] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration='1450'] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration='1500'] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration='1550'] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration='1600'] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration='1650'] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration='1700'] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration='1750'] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration='1800'] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration='1850'] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration='1900'] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration='1950'] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration='2000'] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay='50'] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay='100'] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay='150'] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay='200'] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay='250'] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay='300'] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay='350'] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay='400'] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay='450'] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay='500'] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay='550'] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay='600'] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay='650'] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay='700'] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay='750'] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay='800'] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay='850'] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay='900'] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay='950'] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay='1000'] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing='linear'] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing='ease'] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing='ease-in'] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing='ease-out'] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing='ease-in-out'] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing='ease-in-cubic'] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing='ease-out-cubic'] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing='ease-in-out-cubic'] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing='ease-in-circ'] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing='ease-out-circ'] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing='ease-in-out-circ'] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing='ease-in-expo'] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing='ease-out-expo'] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing='ease-in-out-expo'] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing='ease-in-quad'] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing='ease-out-quad'] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing='ease-in-out-quad'] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing='ease-in-quart'] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing='ease-out-quart'] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing='ease-in-out-quart'] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing='ease-in-quint'] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing='ease-out-quint'] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing='ease-in-out-quint'] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing='ease-in-sine'] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing='ease-out-sine'] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing='ease-in-out-sine'] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing='ease-in-back'] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing='ease-out-back'] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing='ease-in-out-back'] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
  * Animations
  */
[data-sal|='fade'] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|='fade'].sal-animate,
body.sal-disabled [data-sal|='fade'] {
  opacity: 1;
}

[data-sal|='slide'] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal='slide-up'] {
  transform: translateY(30px);
}

[data-sal='slide-down'] {
  transform: translateY(-30px);
}

[data-sal='slide-left'] {
  transform: translateX(30px);
}

[data-sal='slide-right'] {
  transform: translateX(-30px);
}

[data-sal|='slide'].sal-animate,
body.sal-disabled [data-sal|='slide'] {
  opacity: 1;
  transform: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    display: block;
  }
  100% {
    display: none;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
html.js {
  margin-top: 0 !important;
}

body {
  scroll-behavior: smooth;
  background: #ffffff;
  counter-reset: item;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

a, a:active, a:focus, button, button:focus, input, input:focus {
  outline: none !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  height: 46px;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
  color: #ffffff;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

select {
  position: relative;
}

sup {
  vertical-align: super;
  font-size: 13px;
}

select {
  outline: none;
}

.hiding {
  filter: alpha(opacity=0);
  opacity: 0;
}

.visible {
  opacity: 1;
}

@media (max-width: 834px) {
  .no-scroll_js {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

#main-wrapper {
  padding-top: 96px;
}

@media (max-width: 490px) {
  #main-wrapper {
    padding-top: 73px;
  }
}

.container-max {
  width: 100%;
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 834px) {
  .container-max {
    padding: 0 32px;
  }
}

@media (max-width: 490px) {
  .container-max {
    padding: 0 16px;
  }
}

body.animate #preloader {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 999;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

#preloader .preloader-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader .preloader-wrap .loading {
  font-family: "Aptos", sans-serif;
  text-transform: uppercase;
  width: 150px;
  text-align: center;
  line-height: 50px;
  margin: auto;
}

#preloader .preloader-wrap .loading span {
  position: relative;
  top: 2px;
  z-index: 999;
  font-weight: 500;
  color: #590475;
}

#preloader .preloader-wrap .loading:before {
  content: '';
  background: #46E600;
  width: 128px;
  height: 36px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: 2s loadingBefore infinite ease-in-out;
}

@keyframes loadingBefore {
  0% {
    transform: translateX(-14px);
  }
  50% {
    transform: translateX(14px);
  }
  100% {
    transform: translateX(-14px);
  }
}

#preloader .preloader-wrap .loading:after {
  content: '';
  background: #ffffff;
  width: 14px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: .5;
  animation: 2s loadingAfter infinite ease-in-out;
}

@keyframes loadingAfter {
  0% {
    transform: translateX(-50px);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(-50px);
  }
}

.btn-wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  height: 56px;
  line-height: 27px;
  border-radius: 38px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-wrap .btn-outline {
  color: #46E600;
  border: 1px solid #46E600;
  -webkit-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 834px) {
  .btn-wrap .btn-outline:hover {
    background: rgba(38, 255, 135, 0.2);
  }
}

.btn-wrap .btn-blue {
  color: #0B4A6F;
  background: #7CD4FD;
  border: 1px solid #7CD4FD;
}

.btn-wrap .btn-primary {
  background-color: #590475;
  border: 1px solid #590475;
  color: #fff;
}

.btn-wrap .btn-light-green {
  background-color: #46E600;
  border: 1px solid #46E600;
  color: #590475;
}

.btn-wrap .btn-light-green:hover {
  background-color: #6b2383;
  border-color: #6b2383;
  color: #ffffff;
}

.btn-wrap .btn-lightblue {
  color: #0B4A6F;
  background: #46E600;
  padding-top: 2px;
  border: 1px solid #46E600;
  -webkit-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 834px) {
  .btn-wrap .btn-lightblue:hover {
    background: #0BA5EC;
  }
}

.icon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid #46E600;
  border-radius: 50%;
}

.icon-btn img {
  display: block;
}

.forminator-edit-module {
  display: none !important;
}

@media (max-width: 834px) {
  [data-sal|='slide'], [data-sal|='fade'], [data-sal|='slide-up'] {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

body, html {
  font-family: "Aptos", sans-serif;
  font-weight: 400;
}

p {
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
}

@media (max-width: 490px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 72px;
  font-weight: 700;
  color: #ffffff;
  line-height: 90px;
  letter-spacing: -0.2px;
}

@media (max-width: 834px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (max-width: 490px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

h2 {
  font-size: 60px;
  font-weight: 500;
  color: #46E600;
  line-height: 72px;
  letter-spacing: -0.2px;
}

@media (max-width: 834px) {
  h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 490px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

h3 {
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  line-height: 60px;
  letter-spacing: -0.2px;
}

h4 {
  font-size: 36px;
  font-weight: 700;
  color: #46E600;
  line-height: 44px;
  letter-spacing: -0.2px;
}

@media (max-width: 490px) {
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

h5 {
  font-size: 30px;
  font-weight: 600;
  color: #0B4A6F;
  line-height: 38px;
}

@media (max-width: 490px) {
  h5 {
    font-size: 24px;
    line-height: 32px;
  }
}

h6 {
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  line-height: 24px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #590475;
  padding: 19px 0;
  z-index: 9;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 490px) {
  .header .logo img {
    width: 100px;
    height: auto;
  }
}

.header .menu {
  display: flex;
  position: relative;
  align-items: center;
}

@media (max-width: 490px) {
  .header .menu .nav {
    display: none;
  }
}

.header .menu .nav ul > .menu-btn > a {
  padding: 6px 14px;
  border-radius: 30px;
  background-color: #46E600;
  border-color: #46E600;
  transition: color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-weight: 700;
  color: #590475 !important;
  transition: color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.header .menu .nav ul > .menu-btn > a:hover {
  background-color: #6b2383 !important;
  border-color: #6b2383 !important;
  color: #ffffff !important;
}

.header .menu .nav ul {
  display: flex;
  align-items: center;
}

.header .menu .nav ul li {
  margin: 0 26px;
}

@media (max-width: 834px) {
  .header .menu .nav ul li {
    margin: 0 25px;
  }
}

.header .menu .nav ul li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  white-space: nowrap;
}

.header .menu .nav ul li a:hover {
  color: #46E600;
}

.header .menu-hamburger {
  position: relative;
  width: 27px;
  height: 21px;
  background: transparent;
  padding: 9px 0;
  margin-left: 38px;
  outline: none;
  cursor: pointer;
  z-index: 11;
}

@media (max-width: 834px) {
  .header .menu-hamburger {
    margin-left: 37px;
  }
}

@media (max-width: 490px) {
  .header .menu-hamburger {
    width: 18px;
  }
}

.header .menu-hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ffffff;
  z-index: 9999;
}

@media (max-width: 490px) {
  .header .menu-hamburger span {
    height: 2px;
  }
}

.header .menu-hamburger span:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
  border-radius: 6px;
}

@media (max-width: 490px) {
  .header .menu-hamburger span:before {
    top: -6px;
    height: 2px;
    border-radius: 4px;
  }
}

.header .menu-hamburger span:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
  border-radius: 6px;
  -webkit-transition: top 0.2s 0.2s ease-in-out, width 1s 1s ease-in-out, transform 0.2s ease-in-out, background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: top 0.2s 0.2s ease-in-out, width 1s 1s ease-in-out, transform 0.2s ease-in-out, background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: top 0.2s 0.2s ease-in-out, width 1s 1s ease-in-out, transform 0.2s ease-in-out, background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 0.2s 0.2s ease-in-out, width 1s 1s ease-in-out, transform 0.2s ease-in-out, background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.2s 0.2s ease-in-out, width 1s 1s ease-in-out, transform 0.2s ease-in-out, background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 490px) {
  .header .menu-hamburger span:after {
    top: 6px;
    height: 2px;
    border-radius: 4px;
  }
}

.header .menu-hamburger span, .header .menu-hamburger span:after, .header .menu-hamburger span:before {
  content: '';
  -webkit-transition: top 0.2s 0.2s ease-in-out, transform 0.2s ease-in-out, background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: top 0.2s 0.2s ease-in-out, transform 0.2s ease-in-out, background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: top 0.2s 0.2s ease-in-out, transform 0.2s ease-in-out, background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 0.2s 0.2s ease-in-out, transform 0.2s ease-in-out, background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.2s 0.2s ease-in-out, transform 0.2s ease-in-out, background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.header .navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #590475;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), visibility 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), visibility 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), visibility 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), visibility 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), visibility 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 490px) {
  .header .navigation {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 142px;
    min-height: 100%;
    height: 100%;
  }
}

.header .navigation .container-max {
  height: 1020px;
  padding-top: 260px;
}

@media (max-width: 490px) {
  .header .navigation .container-max {
    height: 1075px;
    padding: 20px 24px 50px;
  }
}

.header .navigation a {
  -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.header .navigation ul {
  display: block;
}

.header .navigation ul li {
  position: relative;
}

@media (max-width: 490px) {
  .header .navigation ul li {
    margin-bottom: 13px;
  }
}

.header .navigation ul li.mobile-menu {
  display: none;
}

@media (max-width: 490px) {
  .header .navigation ul li.mobile-menu {
    display: block;
  }
}

.header .navigation ul li a {
  font-size: 72px;
  font-weight: 700;
  color: #ffffff;
  padding: 9px 0;
  text-align: left;
  line-height: 90px;
}

@media (max-width: 490px) {
  .header .navigation ul li a {
    font-size: 48px;
    line-height: 60px;
  }
}

.header .navigation ul li .sub-menu li a:hover {
  color: #46E600;
}

.header .navigation ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header .navigation .menu > li > a::after {
  content: '.';
  color: #46E600;
}

.header .navigation .sub-menu {
  position: absolute;
  top: 50%;
  left: 468px;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), visibility 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), visibility 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), visibility 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), visibility 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), visibility 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 834px) {
  .header .navigation .sub-menu {
    display: none;
  }
}

.header .navigation .sub-menu a {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  padding: 9px 0;
  text-align: left;
  line-height: 32px;
}

.header .navigation .address {
  display: flex;
  justify-content: flex-start;
  margin-top: 210px;
}

@media (max-width: 834px) {
  .header .navigation .address {
    flex-wrap: wrap;
  }
}

@media (max-width: 490px) {
  .header .navigation .address {
    margin-top: 117px;
  }
}

.header .navigation .address .item {
  width: 33.33%;
  max-width: 254px;
}

.header .navigation .address .item:not(:first-of-type) {
  margin-left: 158px;
}

@media (max-width: 834px) {
  .header .navigation .address .item:not(:first-of-type) {
    margin-left: 100px;
  }
}

@media (max-width: 490px) {
  .header .navigation .address .item:not(:first-of-type) {
    margin-left: 0;
  }
}

@media (max-width: 834px) {
  .header .navigation .address .item:last-of-type {
    margin-left: 0;
    margin-top: 50px;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 490px) {
  .header .navigation .address .item:last-of-type {
    text-align: center;
  }
}

@media (max-width: 490px) {
  .header .navigation .address .item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
}

.header .navigation .address .item p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}

.header .navigation .address .item p:first-child {
  padding-bottom: 8px;
}

.header .navigation .address .item p strong {
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
}

.header .navigation .address .item p a {
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.header .navigation .address .item p a:hover {
  color: #46E600;
}

.header .navigation .address .item p a img {
  display: block;
  margin-right: 9px;
}

.header .navigation .address .item p a span {
  display: block;
  margin-top: 6px;
}

.header .navigation .address .item .btn-wrap {
  width: 148px;
}

.header .navigation .address .item .btn-wrap .btn {
  color: #000000;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.header .navigation .address .item .btn-wrap .btn:hover {
  color: #ffffff;
}

@media (max-width: 490px) {
  .header .navigation .address .item .btn-wrap {
    width: 100%;
  }
}

body.active-header_js {
  position: relative;
  overflow: hidden;
}

body.active-header_js .header {
  box-shadow: none;
}

body.active-header_js .navigation {
  opacity: 1;
  visibility: visible;
}

body.active-header_js .menu-hamburger span {
  background: transparent !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

body.active-header_js .menu-hamburger span:before, body.active-header_js .menu-hamburger span:after {
  content: '';
  top: 0;
  background: #46E600;
  -webkit-transition: top 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
}

body.active-header_js .menu-hamburger span:before {
  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.active-header_js .menu-hamburger span:after {
  content: '';
  width: 100%;
  -webkit-transition: top 0.2s ease-in-out, width 0.2s 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out, width 0.2s 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out, width 0.2s 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out, width 0.2s 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, width 0.2s 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer {
  background: #590475;
}

.footer .footer-main {
  padding: 56px 0 56px;
  border-top: 1px solid #716874;
}

.footer .footer-main__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 834px) {
  .footer .footer-main__flex {
    flex-wrap: wrap;
  }
}

@media (max-width: 490px) {
  .footer .footer-main__flex {
    flex-direction: column;
  }
}

.footer .footer-main .details {
  width: 222px;
}

@media (max-width: 490px) {
  .footer .footer-main .details {
    order: 2;
    width: 100%;
  }
}

.footer .footer-main .details h5 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 14px;
  line-height: 24px;
}

.footer .footer-main .details a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
}

.footer .footer-main .details a img {
  display: block;
  margin-right: 12px;
}

.footer .footer-main .details a span {
  display: block;
  margin-top: 4px;
}

.footer .footer-main .details .office {
  margin-bottom: 22px;
}

.footer .footer-main .details .contact a {
  margin-bottom: 11px;
  -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer .footer-main .details .contact a:hover {
  color: #46E600;
}

.footer .footer-main .details .contact .btn {
  background-color: #46E600;
  border-color: #46E600;
  transition: color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer .footer-main .details .contact .btn:hover {
  background-color: #6b2383 !important;
  border-color: #6b2383 !important;
  color: #ffffff !important;
}

.footer .footer-main .details .contact .btn span {
  font-weight: 700;
  color: #590475;
  font-size: 20px;
  transition: color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer .footer-main .details .contact .btn:hover span {
  color: #ffffff !important;
}

.footer .footer-main .footer-nav {
  width: 204px;
  margin-right: 45px;
}

@media (max-width: 834px) {
  .footer .footer-main .footer-nav {
    width: 50%;
    margin-right: 0;
  }
}

@media (max-width: 490px) {
  .footer .footer-main .footer-nav {
    order: 1;
    width: 100%;
    margin-bottom: 49px;
  }
}

.footer .footer-main .footer-nav a {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 38px;
  -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 834px) {
  .footer .footer-main .footer-nav a:hover {
    color: #46E600;
  }
}

@media (max-width: 834px) {
  .footer .footer-main .footer-nav a {
    font-size: 36px;
    line-height: 44px;
  }
}

.footer .footer-main .footer-nav li:not(:last-of-type) a {
  margin-bottom: 8px;
}

.footer .footer-main .subscribe {
  width: 360px;
}

@media (max-width: 834px) {
  .footer .footer-main .subscribe {
    width: 100%;
  }
}

@media (max-width: 490px) {
  .footer .footer-main .subscribe {
    order: 3;
    width: 100%;
    margin-top: 44px;
  }
}

.footer .footer-main .subscribe h5 {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 14px;
  margin-left: 20px;
  line-height: 20px;
}

@media (max-width: 490px) {
  .footer .footer-main .subscribe h5 {
    margin-left: 0;
  }
}

.footer .footer-main .subscribe .social-icons {
  margin-left: 20px;
}

@media (max-width: 490px) {
  .footer .footer-main .subscribe .social-icons {
    margin-left: 0;
  }
}

@media (max-width: 834px) {
  .footer .footer-main .subscribe .form {
    width: 360px;
    margin-top: 15px;
  }
}

@media (max-width: 490px) {
  .footer .footer-main .subscribe .form {
    width: 100%;
  }
}

.footer .footer-main .subscribe .form form {
  position: relative;
  margin-bottom: 23px;
}

.footer .footer-main .subscribe .form form input[type=email] {
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-family: "Aptos", sans-serif;
  font-weight: 400;
  color: #ffffff;
  background: #507686 !important;
  padding: 12px 125px 9px 18px;
  border-radius: 30px;
  border: 0px;
}

.footer .footer-main .subscribe .form form input[type=email]::placeholder {
  color: #ffffff !important;
  opacity: 1;
}

.footer .footer-main .subscribe .form form input[type=email]:-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 1;
}

.footer .footer-main .subscribe .form form input[type=email]::-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 1;
}

.footer .footer-main .subscribe .form form .forminator-button-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 117px;
  height: 44px;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #0B4A6F !important;
  background: #46E600 !important;
  padding: 13px 0;
  border: 0px;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: none !important;
  -webkit-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer .footer-main .subscribe .form form .forminator-button-submit:hover {
  background: #0BA5EC !important;
}

.footer .footer-main .subscribe .form .forminator-edit-module {
  display: none;
}

.footer .footer-main .subscribe .form .forminator-response-message,
.footer .footer-main .subscribe .form .forminator-show,
.footer .footer-main .subscribe .form .forminator-loading,
.footer .footer-main .subscribe .form .forminator-success {
  position: absolute !important;
  top: 115px;
  box-shadow: none;
}

.footer .footer-main .subscribe .form .forminator-loading {
  width: 100% !important;
}

.footer .bottom-bar {
  padding: 11px 0;
  border-top: 1px solid #716874;
}

@media (max-width: 834px) {
  .footer .bottom-bar {
    padding: 19px 0;
  }
}

.footer .bottom-bar__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 834px) {
  .footer .bottom-bar__flex {
    flex-direction: column;
  }
}

.footer .bottom-bar .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 834px) {
  .footer .bottom-bar .left {
    flex-direction: column;
    margin-bottom: 13px;
  }
}

.footer .bottom-bar .left .flogo {
  margin-right: 48px;
}

@media (max-width: 834px) {
  .footer .bottom-bar .left .flogo {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.footer .bottom-bar .left .flogo img {
  display: block;
}

.footer .bottom-bar .left span {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
}

.footer .bottom-bar .right ul {
  display: flex;
  align-items: center;
}

.footer .bottom-bar .right ul a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  margin-left: 24px;
  -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer .bottom-bar .right ul a:hover {
  color: #46E600;
}

.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner .owl-item {
  position: relative;
  height: calc( 100vh - 96px);
  min-height: 900px;
}

@media (max-width: 490px) {
  .banner .owl-item {
    min-height: 300px;
  }
}

.banner .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner .owl-stage {
  transition-property: none !important;
}

.banner .trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  background: transparent;
  border-radius: 100%;
  z-index: 5;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 834px) {
  .banner .trigger {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 490px) {
  .banner .trigger {
    width: 116px;
    height: 116px;
  }
}

.banner .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  background: transparent;
  outline: 100vw solid #590475;
  box-shadow: 0px 0px 0px 100vw #590475;
  border-radius: 100%;
  z-index: 3;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 834px) {
  .banner .overlay {
    outline: 200vw solid #590475;
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 490px) {
  .banner .overlay {
    width: 116px;
    height: 116px;
  }
}

@media (min-width: 834px) {
  .banner.active .overlay {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(12);
    -moz-transform: translate3d(-50%, -50%, 0) scale(12);
    -ms-transform: translate3d(-50%, -50%, 0) scale(12);
    -o-transform: translate3d(-50%, -50%, 0) scale(12);
    transform: translate3d(-50%, -50%, 0) scale(12);
  }
  .banner.active .title {
    opacity: 50%;
  }
}

.banner.active .overlay {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(12);
  -moz-transform: translate3d(-50%, -50%, 0) scale(12);
  -ms-transform: translate3d(-50%, -50%, 0) scale(12);
  -o-transform: translate3d(-50%, -50%, 0) scale(12);
  transform: translate3d(-50%, -50%, 0) scale(12);
}

.banner.active .title {
  opacity: 50%;
}

.banner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 100%;
  max-width: 792px;
  padding: 0 10px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.banner .title h1 {
  text-align: center;
}

.works-parallax {
  position: relative;
  background: #590475;
  z-index: 2;
}

@media (max-width: 834px) {
  .works-parallax {
    display: none;
  }
}

.works-parallax .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 904px;
  height: 100vh;
  padding-top: 72px;
}

@media (max-width: 834px) {
  .works-parallax .item {
    flex-direction: column;
    align-items: flex-start;
    min-height: 1px;
    height: auto;
    padding-top: 0;
  }
}

.works-parallax .item .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  z-index: 1;
}

@media (max-width: 834px) {
  .works-parallax .item .parallax-bg {
    position: relative;
    width: 100%;
    height: 608px;
  }
}

@media (max-width: 490px) {
  .works-parallax .item .parallax-bg {
    height: 424px;
  }
}

.works-parallax .item .parallax-bg:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 520px;
  height: 100%;
  background: linear-gradient(270deg, black 0%, transparent 100%);
}

.works-parallax__flex {
  position: relative;
  display: flex;
  justify-content: flex-end;
  left: calc( 100vw - 391px);
  z-index: 3;
}

@media (max-width: 834px) {
  .works-parallax__flex {
    display: none;
    position: relative;
    justify-content: flex-start;
    width: 100%;
    padding: 40px;
    left: 0;
  }
}

@media (max-width: 490px) {
  .works-parallax__flex {
    padding: 40px 16px;
  }
}

.works-parallax .content {
  width: 280px;
}

@media (max-width: 834px) {
  .works-parallax .content {
    width: 100%;
  }
}

.works-parallax .content h4 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
  -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 490px) {
  .works-parallax .content h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

.works-parallax .content .count {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 53px;
  line-height: 20px;
}

@media (max-width: 490px) {
  .works-parallax .content .count {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 26px;
  }
}

.works-parallax .content .label {
  display: block;
  font-size: 20px;
  color: #46E600;
  line-height: 30px;
}

@media (max-width: 490px) {
  .works-parallax .content .label {
    font-size: 16px;
    line-height: 26px;
  }
}

.works-parallax .content h4 {
  font-weight: 700;
}

.works-parallax .content .icon-btn {
  -webkit-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 834px) {
  .works-parallax .content a:hover h4 {
    color: #46E600;
  }
  .works-parallax .content a:hover .icon-btn {
    background: rgba(38, 255, 135, 0.2);
  }
}

.works-parallax .work-cta {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 264px;
  background: #46E600;
  z-index: 4;
}

.works-parallax .work-cta .btn-work {
  width: 182px;
  height: 96px;
  margin: 0 auto;
}

.browser-safari .works-parallax .parallax-bg {
  background-attachment: scroll;
}

.works-carousel {
  display: none;
  position: relative;
  background: #590475;
}

@media (max-width: 834px) {
  .works-carousel {
    display: none;
  }
}

.works-carousel .default-image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 608px;
}

@media (max-width: 490px) {
  .works-carousel .default-image {
    height: 424px;
  }
}

.works-carousel .item {
  position: relative;
}

.works-carousel .item .slide-img-wrap {
  position: relative;
  overflow: hidden;
}

.works-carousel .item .slideimg {
  position: relative;
  width: 100%;
}

@media (max-width: 834px) {
  .works-carousel .item .slideimg {
    height: 608px;
  }
}

@media (max-width: 490px) {
  .works-carousel .item .slideimg {
    height: 424px;
  }
}

.works-carousel .content {
  padding: 74px 30px 86px;
  background: #590475;
}

@media (max-width: 490px) {
  .works-carousel .content {
    padding: 36px 16px 55px;
  }
}

.works-carousel .content .heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.works-carousel .content h4 {
  color: #ffffff;
  margin-bottom: 46px;
}

@media (max-width: 490px) {
  .works-carousel .content h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

.works-carousel .content .count {
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
}

@media (max-width: 490px) {
  .works-carousel .content .count {
    font-size: 16px;
    line-height: 26px;
  }
}

.works-carousel .content .label {
  display: block;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}

@media (max-width: 490px) {
  .works-carousel .content .label {
    font-size: 16px;
    line-height: 26px;
  }
}

.works-carousel .btn-wrap {
  width: 182px;
  margin: 0 auto;
}

.works-carousel .owl-item {
  z-index: 1;
}

.works-carousel .owl-item .slideimg {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 1s linear 1s, opacity 1s linear 1s;
  -moz-transition: transform 1s linear 1s, opacity 1s linear 1s;
  -ms-transition: transform 1s linear 1s, opacity 1s linear 1s;
  -o-transition: transform 1s linear 1s, opacity 1s linear 1s;
  transition: transform 1s linear 1s, opacity 1s linear 1s;
}

.works-carousel .owl-item .owl-animated-out {
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  -o-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.works-carousel .owl-item .content {
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}

.works-carousel .owl-item.active {
  z-index: 2;
}

.works-carousel .owl-item.active .slideimg {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: transform 1s linear, opacity 1s linear;
  -moz-transition: transform 1s linear, opacity 1s linear;
  -ms-transition: transform 1s linear, opacity 1s linear;
  -o-transition: transform 1s linear, opacity 1s linear;
  transition: transform 1s linear, opacity 1s linear;
}

.works-carousel .owl-item.active .content {
  opacity: 1;
}

.work-mobile {
  display: none;
  position: relative;
  background: #590475;
}

@media (max-width: 834px) {
  .work-mobile {
    display: block;
  }
}

.work-mobile .item {
  position: relative;
}

.work-mobile .item .slide-img-wrap {
  position: relative;
  overflow: hidden;
}

.work-mobile .item .slideimg {
  position: relative;
  width: 100%;
}

@media (max-width: 834px) {
  .work-mobile .item .slideimg {
    height: 90vh;
  }
}

.work-mobile .content-wrap {
  position: sticky;
  bottom: 0;
  padding: 74px 30px 86px;
  background: #590475;
  margin-top: 23%;
}

@media (max-width: 490px) {
  .work-mobile .content-wrap {
    padding: 36px 16px 55px;
  }
}

.work-mobile .content-wrap .heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.work-mobile .content-wrap h4 {
  color: #ffffff;
  margin-bottom: 46px;
}

@media (max-width: 490px) {
  .work-mobile .content-wrap h4 {
    font-size: 20px;
    min-height: 60px;
    line-height: 30px;
  }
}

.work-mobile .content-wrap .count {
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
}

@media (max-width: 490px) {
  .work-mobile .content-wrap .count {
    font-size: 16px;
    line-height: 26px;
  }
}

.work-mobile .content-wrap .label {
  display: block;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}

@media (max-width: 490px) {
  .work-mobile .content-wrap .label {
    font-size: 16px;
    line-height: 26px;
  }
}

.work-mobile .content-wrap .item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #6b2383;
  padding: 30px 16px;
  z-index: 2;
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.work-mobile .content-wrap .item.hide {
  opacity: 0;
  visibility: hidden;
}

.work-mobile .content-wrap .item-1 {
  z-index: 4;
}

.work-mobile .content-wrap .item-2 {
  z-index: 3;
}

.work-mobile .content-wrap .item-3 {
  z-index: 2;
}

.work-mobile .content-wrap .item-4 {
  z-index: 1;
}

.work-mobile .content-wrap .item:last-of-type {
  opacity: 1;
  visibility: visible;
}

.work-mobile .btn-wrap {
  width: 182px;
  margin: 27px auto 0;
}

.center-content {
  position: relative;
  background: #590475;
  padding: 208px 0 202px 0px;
  z-index: 4;
}

@media (max-width: 834px) {
  .center-content {
    padding: 208px 0 193px 0px;
  }
}

@media (max-width: 490px) {
  .center-content {
    padding: 76px 0;
  }
}

.center-content__flex {
  max-width: 1102px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.center-content .heading {
  margin-bottom: 29px;
}

.center-content .heading h4 span {
  color: #fff;
}

.logos {
  background: #f8f4f9;
  padding: 116px 0 94px;
}

@media (max-width: 490px) {
  .logos {
    padding: 72px 0;
  }
}

.logos__flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 834px) {
  .logos__flex {
    justify-content: center;
  }
}

.logos h5 {
  margin-bottom: 49px;
  text-align: center;
  font-weight: 700;
  color: #590475;
}

.logos h5 span {
  color: #46E600;
}

.logos .item {
  width: 16.66%;
  margin-bottom: 18px;
  padding: 0 36px;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 834px) {
  .logos .item {
    width: 25%;
    padding: 0 15px;
  }
}

@media (max-width: 490px) {
  .logos .item {
    width: 50%;
  }
}

.logos .item:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}

.logos .item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  width: auto;
  max-width: 100%;
  height: auto;
}

.services {
  position: relative;
  background: #101828;
  padding: 121px 0;
}

@media (max-width: 490px) {
  .services {
    padding: 72px 0;
  }
}

.services:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/services-bg.jpg") no-repeat center;
  background-size: cover;
  opacity: .2;
  z-index: 1;
}

.services .container-max {
  position: relative;
  z-index: 2;
}

.services__content {
  max-width: 1102px;
  width: 100%;
  margin: 0 auto 118px;
  text-align: center;
}

@media (max-width: 490px) {
  .services__content {
    margin: 0 auto 77px;
  }
}

.services__content h4 {
  margin-bottom: 20px;
}

.services__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 490px) {
  .services__flex {
    flex-direction: column;
  }
}

.services .icon {
  margin-bottom: 31px;
}

.services .icon img {
  display: block;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.services .item {
  width: calc( 25% - 56px);
  margin-bottom: 64px;
}

@media (max-width: 834px) {
  .services .item {
    width: calc( 50% - 56px);
  }
}

@media (max-width: 490px) {
  .services .item {
    width: 100%;
  }
}

.services .item h6, .services .item p, .services .item span, .services .item svg {
  -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.services .item:hover h6 {
  color: #46E600;
}

@media (min-width: 834px) {
  .services .item:hover .icon img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.services .content h6 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 15px;
}

.services .content p {
  font-size: 16px;
  font-weight: 400;
  color: #E0F2FE;
  line-height: 26px;
}

.services .content .learnmore {
  display: flex;
  align-items: center;
  margin-top: 37px;
}

.services .content .learnmore span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #7CD4FD;
  margin-right: 10px;
  line-height: 24px;
}

@media (max-width: 834px) {
  .services .content .learnmore span {
    margin-right: 32px;
  }
}

@media (max-width: 490px) {
  .services .content .learnmore span {
    margin-right: 10px;
  }
}

.services .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 85px;
}

@media (max-width: 490px) {
  .services .btn-wrap {
    margin-top: 0;
  }
}

.services .btn-wrap a {
  width: 317px;
  height: 61px;
}

@media (max-width: 490px) {
  .services .btn-wrap a {
    font-size: 16px;
    width: 100%;
    max-width: 275px;
    height: 44px;
    line-height: 24px;
  }
}

.page-template-services .three-column-content {
  border-bottom: 1px solid #716874;
}

.about-us {
  display: flex;
  align-items: flex-end;
  background: #001B24;
  padding: 114px 0 124px;
}

@media (max-width: 490px) {
  .about-us {
    padding: 0 0 112px;
  }
}

.about-us .container-max {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 628px;
}

@media (max-width: 834px) {
  .about-us .container-max {
    align-items: flex-start;
    height: auto;
  }
}

@media (max-width: 490px) {
  .about-us .container-max {
    height: auto;
    padding: 0;
  }
}

@media (max-width: 834px) {
  .about-us__column {
    padding-top: 202px;
  }
}

@media (max-width: 490px) {
  .about-us__column {
    padding-top: 0;
  }
}

.about-us__column .image {
  position: absolute;
  top: -22px;
  right: 18px;
  width: 64.491%;
  height: 457px;
  border-radius: 8px;
}

@media (max-width: 834px) {
  .about-us__column .image {
    width: 459px;
    top: 0;
  }
}

@media (max-width: 490px) {
  .about-us__column .image {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
}

.about-us__column .image .featured {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: 2;
}

@media (max-width: 490px) {
  .about-us__column .image .featured {
    border-radius: 0;
  }
}

.about-us__column .image .circle {
  position: absolute;
  top: 342px;
  left: 263px;
  width: 209px;
  height: 209px;
  background: #B9E6FE;
  border-radius: 100%;
  z-index: 1;
}

@media (max-width: 1275px) {
  .about-us__column .image .circle {
    top: 29vw;
    left: 35%;
  }
}

@media (max-width: 834px) {
  .about-us__column .image .circle {
    top: 115px;
    left: 76px;
  }
}

@media (max-width: 490px) {
  .about-us__column .image .circle {
    display: none;
  }
}

.about-us__column .content {
  position: relative;
  background: #0B4A6F;
  width: 66%;
  padding: 56px 48px 57px;
  border-radius: 12px;
  z-index: 2;
}

@media (max-width: 490px) {
  .about-us__column .content {
    width: 100%;
    padding: 48px 16px;
    border-radius: 0;
  }
}

.about-us__column .content h4 {
  color: #46E600;
  margin-bottom: 28px;
}

.about-us__column .content p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}

.about-us__column .content .btn-wrap {
  margin-top: 41px;
}

.about-us__column .content .btn-wrap a {
  width: 129px;
}

.contact-strip {
  background: #6b2383;
  padding: 96px 0;
}

@media (max-width: 834px) {
  .contact-strip {
    padding: 8px 0 96px;
  }
}

@media (max-width: 834px) {
  .contact-strip .container-max {
    padding: 0 32px;
  }
}

@media (max-width: 490px) {
  .contact-strip .container-max {
    padding: 0 16px;
  }
}

.contact-strip__flex {
  display: flex;
  justify-content: space-between;
  background: #46E600;
  padding: 65px 64px;
  border-radius: 12px;
}

@media (max-width: 834px) {
  .contact-strip__flex {
    padding: 65px 32px;
    flex-direction: column;
  }
}

@media (max-width: 490px) {
  .contact-strip__flex {
    padding: 65px 19px 51px;
  }
}

.contact-strip .content h5 {
  color: #582672;
  margin-bottom: 14px;
  font-weight: 700;
}

@media (max-width: 834px) {
  .contact-strip .content h5 {
    font-size: 30px;
    line-height: 38px;
  }
}

.contact-strip .content p {
  font-size: 20px;
  font-weight: 400;
  color: #582672;
  line-height: 30px;
}

.contact-strip .btn-wrap {
  margin-top: 9px;
}

@media (max-width: 834px) {
  .contact-strip .btn-wrap {
    margin-top: 22px;
  }
}

.contact-strip .btn-wrap a {
  width: 148px;
}

@media (max-width: 490px) {
  .contact-strip .btn-wrap a {
    width: 100%;
    max-width: 308px;
    margin: 0 auto;
  }
}

.home {
  display: flex;
  flex-direction: column;
}

.home .faq-block {
  order: 11;
}

.home .contact-strip {
  order: 10;
}

.inner-banner {
  background: #590475;
  padding: 125px 0;
}

@media (max-width: 834px) {
  .inner-banner {
    padding: 100px 0 125px;
  }
}

.inner-banner .heading h1 {
  color: #fff;
  margin-bottom: 68px;
  text-align: center;
}

.inner-banner .heading h1 span {
  color: #46E600;
}

@media (max-width: 834px) {
  .inner-banner .heading h1 {
    font-size: 60px;
    line-height: 72px;
    text-align: left;
    margin-bottom: 98px;
  }
}

@media (max-width: 834px) {
  .inner-banner .heading h1 {
    font-size: 36px;
    margin-bottom: 49px;
    line-height: 44px;
  }
}

.inner-banner .img {
  position: relative;
  margin-bottom: 65px;
}

@media (max-width: 834px) {
  .inner-banner .img {
    margin-bottom: 88px;
  }
}

@media (max-width: 490px) {
  .inner-banner .img {
    margin: 0 -20px 35px;
  }
}

.inner-banner .img:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 262px;
  background: linear-gradient(180deg, #101828 0%, rgba(27, 64, 77, 0) 100%);
  border-radius: 8px;
  transform: rotate(-180deg);
}

@media (max-width: 490px) {
  .inner-banner .img:after {
    display: none;
  }
}

.inner-banner .img img {
  display: block;
  border-radius: 8px;
}

@media (max-width: 490px) {
  .inner-banner .img img {
    border-radius: 0;
  }
}

.inner-banner .content {
  width: 100%;
  max-width: 912px;
  margin: 0 auto;
  text-align: center;
}

.inner-banner .content h2 {
  color: #46E600;
  margin-bottom: 38px;
  font-weight: 700;
}

@media (max-width: 834px) {
  .inner-banner .content h2 br {
    display: none;
  }
}

.inner-banner .content p {
  color: #ffffff;
}

@media (max-width: 834px) {
  .inner-banner .content p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 834px) {
  .inner-banner .content p {
    font-size: 16px;
    line-height: 26px;
  }
}

.meet-team {
  background: #ffffff;
  padding-top: 150px;
}

@media (max-width: 834px) {
  .meet-team {
    padding-top: 80px;
  }
}

@media (max-width: 490px) {
  .meet-team .container-max {
    padding: 0;
  }
}

.meet-team .heading {
  margin-bottom: 74px;
}

@media (max-width: 490px) {
  .meet-team .heading {
    margin-bottom: 38px;
  }
}

.meet-team .heading h4 {
  font-weight: 700;
  color: #590475;
  text-align: center;
}

@media (max-width: 490px) {
  .meet-team .heading h4 {
    font-size: 30px;
    line-height: 38px;
  }
}

.meet-team .heading h4 span {
  color: #46E600;
}

.meet-team .teams {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -32px;
}

@media (max-width: 834px) {
  .meet-team .teams {
    justify-content: flex-start;
    margin: 0 -23px;
  }
}

@media (max-width: 490px) {
  .meet-team .teams {
    margin: 0;
  }
}

.meet-team .teams .item {
  position: relative;
  width: calc( 25% - 32px);
  margin: 0 16px 84px;
}

@media (max-width: 834px) {
  .meet-team .teams .item {
    width: calc( 33.33% - 32px);
    margin: 0 16px 48px;
  }
}

@media (max-width: 768px) {
  .meet-team .teams .item {
    width: calc( 50% - 16px);
    padding: 0;
    margin: 0 8px 48px;
  }
}

.meet-team .teams .item:hover .hover-content {
  opacity: 1;
}

.meet-team .teams .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 296px;
  background: rgba(16, 24, 40, 0.8);
  padding: 16px;
  border-radius: 8px;
  z-index: 2;
  display: flex;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 490px) {
  .meet-team .teams .hover-content {
    height: 237px;
  }
}

.meet-team .teams .hover-content p {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}

.meet-team .teams .thumbnail {
  position: relative;
  width: 100%;
  height: 296px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 17px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f3f3f3;
}

@media (max-width: 490px) {
  .meet-team .teams .thumbnail {
    height: 237px;
  }
}

.meet-team .teams .thumbnail img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.meet-team .teams .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
}

.meet-team .teams .position {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  margin-bottom: 13px;
}

.meet-team .teams .linkedin {
  display: block;
}

.about .contact-strip {
  background: #6b2383;
  padding: 96px 0;
}

.about .contact-strip__flex {
  box-shadow: 0px 14px 16px rgba(0, 0, 0, 0.25);
}

@media (max-width: 834px) {
  .about .inner-banner .heading h1 {
    font-size: 60px;
    line-height: 72px;
  }
}

@media (max-width: 490px) {
  .about .inner-banner .heading h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

.services-list {
  background: #06232D;
}

.services-list .services {
  background: #06232D;
  padding-top: 0;
  padding-bottom: 45px;
}

@media (max-width: 490px) {
  .services-list .services {
    padding-top: 66px;
  }
}

.services-list .services:after {
  content: '';
  display: none;
}

.services-list .services:before {
  content: '';
  position: absolute;
  top: -29.3vw;
  left: 0;
  width: 100%;
  height: 50%;
  background: url("../images/ellipsis.jpg") no-repeat center top;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 834px) {
  .services-list .services:before {
    top: -37vw;
    height: 17%;
  }
}

@media (max-width: 490px) {
  .services-list .services:before {
    top: 0;
    height: 7%;
  }
}

.services-list .services__flex {
  flex-wrap: wrap;
}

@media (max-width: 490px) {
  .services-list .services__flex {
    flex-direction: column;
  }
}

.services-list .services__flex .item {
  width: calc( 33.33% - 28px);
}

@media (max-width: 834px) {
  .services-list .services__flex .item {
    width: calc( 50% - 28px);
  }
}

@media (max-width: 490px) {
  .services-list .services__flex .item {
    width: 100%;
  }
}

.services-list .inner-banner {
  padding-bottom: 0;
}

.services-list .inner-banner .heading {
  position: relative;
  z-index: 2;
}

.services-list .inner-banner .heading h1 {
  font-size: 60px;
  line-height: 72px;
}

@media (max-width: 834px) {
  .services-list .inner-banner .heading h1 {
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 67px;
  }
}

@media (max-width: 490px) {
  .services-list .inner-banner .heading h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

.services-list .inner-banner .content {
  width: 100%;
  max-width: 801px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.services-list .inner-banner .content p {
  font-size: 16px;
  line-height: 26px;
}

.services-list .inner-banner .content p:not(:last-of-type) {
  margin-bottom: 20px;
}

@media (max-width: 834px) {
  .services-list .inner-banner .content p {
    font-size: 16px;
    line-height: 26px;
  }
}

.services-list .contact-strip {
  background: #6b2383;
  padding-top: 96px !important;
}

.services-banner {
  background: #590475;
  padding: 128px 0 130px;
}

@media (max-width: 834px) {
  .services-banner {
    padding: 116px 0 80px;
  }
}

@media (max-width: 490px) {
  .services-banner {
    padding: 73px 0 72px;
  }
}

.services-banner__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.services-banner .content {
  max-width: 755px;
}

@media (max-width: 834px) {
  .services-banner .content {
    max-width: 100%;
  }
}

.services-banner .content h1 {
  color: #46E600;
  margin-bottom: 30px;
}

@media (max-width: 834px) {
  .services-banner .content h1 {
    font-size: 60px;
    margin-bottom: 22px;
    line-height: 72px;
  }
}

@media (max-width: 490px) {
  .services-banner .content h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

.services-banner .content h5 {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 28px;
}

@media (max-width: 834px) {
  .services-banner .content h5 {
    margin-bottom: 21px;
  }
}

@media (max-width: 490px) {
  .services-banner .content h5 {
    font-size: 20px;
    line-height: 30px;
  }
}

.services-banner .content p {
  font-size: 20px;
  line-height: 30px;
}

.services-banner .content p:not(:last-of-type) {
  margin-bottom: 27px;
}

@media (max-width: 834px) {
  .services-banner .content p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 490px) {
  .services-banner .content p {
    font-size: 16px;
    line-height: 26px;
  }
}

.services-banner .icon {
  margin-top: 38px;
}

@media (max-width: 834px) {
  .services-banner .icon {
    display: none;
  }
}

.helped {
  background: #590475;
  padding: 80px 0 73px;
}

@media (max-width: 834px) {
  .helped {
    padding: 45px 0 54px;
  }
}

.helped h5 {
  color: #46E600;
  margin-bottom: 45px;
}

@media (max-width: 834px) {
  .helped h5 {
    margin-bottom: 36px;
  }
}

@media (max-width: 490px) {
  .helped h5 {
    font-size: 24px;
    line-height: 32px;
  }
}

.helped__flex {
  display: flex;
  margin: 0 -16px;
}

@media (max-width: 490px) {
  .helped__flex {
    margin: 0;
  }
}

.helped .item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 198px;
  font-size: 20px;
  font-weight: 500;
  color: #B9E6FE;
  line-height: 30px;
  background: #582772;
  padding: 20px 24px;
  margin: 0 16px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 14px 24px rgba(16, 24, 40, 0.2);
}

@media (max-width: 490px) {
  .helped .item {
    font-size: 16px;
    min-height: 1px;
    padding: 20px 16px;
    line-height: 24px;
    margin: 0;
  }
}

.helped .column-2-3 {
  flex-wrap: wrap;
}

.helped .column-2-3 .item {
  width: calc( 33.33% - 32px);
  color: #E0F2FE;
  margin-bottom: 46px;
  text-align: left;
}

@media (max-width: 834px) {
  .helped .column-2-3 .item {
    width: calc( 50% - 32px);
    margin-bottom: 32px;
  }
}

@media (max-width: 490px) {
  .helped .column-2-3 .item {
    width: 100%;
    margin-bottom: 16px;
  }
}

.helped .column-2-3 .item:nth-child(1), .helped .column-2-3 .item:nth-child(2) {
  width: calc( 50% - 32px);
}

@media (max-width: 490px) {
  .helped .column-2-3 .item:nth-child(1), .helped .column-2-3 .item:nth-child(2) {
    width: 100%;
  }
}

.helped .column-3-small {
  flex-wrap: wrap;
}

.helped .column-3-small .item {
  width: calc( 33.33% - 32px);
  height: 64px;
  margin-bottom: 32px;
}

@media (max-width: 490px) {
  .helped .column-3-small .item {
    margin-bottom: 16px;
  }
}

.how-we-work {
  background: #582772;
  padding: 108px 0;
}

@media (max-width: 834px) {
  .how-we-work {
    padding: 12px 0 98px;
  }
}

@media (max-width: 490px) {
  .how-we-work {
    padding: 26px 0 72px;
  }
}

.how-we-work h5 {
  color: #46E600;
  margin-bottom: 38px;
}

@media (max-width: 834px) {
  .how-we-work h5 {
    margin-bottom: 36px;
  }
}

@media (max-width: 490px) {
  .how-we-work h5 {
    font-size: 24px;
    line-height: 32px;
  }
}

.how-we-work .list .item {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 490px) {
  .how-we-work .list .item {
    flex-direction: column;
  }
}

.how-we-work .list .item:not(:last-of-type) {
  border-bottom: 1px solid #B9E6FE;
  padding-bottom: 56px;
  margin-bottom: 56px;
}

@media (max-width: 834px) {
  .how-we-work .list .item:not(:last-of-type) {
    padding-bottom: 29px;
    margin-bottom: 28px;
  }
}

.how-we-work .list .title {
  width: 25%;
  font-size: 24px;
  font-weight: 500;
  color: #7CD4FD;
  line-height: 32px;
  border-left: 4px solid #46E600;
  padding-left: 30px;
  padding-right: 40px;
}

@media (max-width: 834px) {
  .how-we-work .list .title {
    width: 37%;
  }
}

@media (max-width: 490px) {
  .how-we-work .list .title {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.how-we-work .list .content {
  width: 75%;
}

@media (max-width: 834px) {
  .how-we-work .list .content {
    width: 58%;
  }
}

@media (max-width: 490px) {
  .how-we-work .list .content {
    width: 100%;
  }
}

.how-we-work .list .content p {
  font-size: 20px;
  color: #E0F2FE;
  line-height: 30px;
}

@media (max-width: 834px) {
  .how-we-work .list .content p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 490px) {
  .how-we-work .list .content p {
    font-size: 16px;
    line-height: 26px;
  }
}

.work-featured {
  background: #590475;
  padding: 119px 0 74px;
}

@media (max-width: 834px) {
  .work-featured {
    padding: 75px 0 74px;
  }
}

.work-featured h5 {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 834px) {
  .work-featured h5 {
    margin-bottom: 51px;
  }
}

@media (max-width: 490px) {
  .work-featured h5 {
    font-size: 24px;
    line-height: 32px;
  }
}

.work-featured__flex {
  display: flex;
  justify-content: space-between;
  margin: 0 -13px;
}

@media (max-width: 834px) {
  .work-featured__flex {
    flex-direction: column;
    margin: 0;
  }
}

.work-featured .item {
  width: 50%;
  padding: 0 13px;
}

@media (max-width: 834px) {
  .work-featured .item {
    width: 100%;
    padding: 0;
  }
  .work-featured .item:not(:last-of-type) {
    margin-bottom: 56px;
  }
}

.work-featured .item .thumbnail {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.work-featured .item .thumbnail img {
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

@media (min-width: 834px) {
  .work-featured .item .thumbnail img {
    -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .work-featured .item .thumbnail img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.work-featured .item .title {
  padding: 25px 13px;
}

.work-featured .item .title span {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 490px) {
  .work-featured .item .title span {
    font-size: 14px;
    line-height: 20px;
  }
}

.work-featured .item .title span strong {
  font-weight: 600;
}

.work-featured .item .title .seperator {
  color: #46E600;
  margin: 0 3px;
}

@media (max-width: 490px) {
  .work-featured .item .title .seperator {
    margin: 0 1px;
  }
}

.work-featured .item:hover span {
  color: #ffffff !important;
}

.work-featured .item:hover span.seperator {
  color: #ffffff !important;
}

.work-featured .item:hover span strong {
  color: #ffffff !important;
}

.work-featured .btn-wrap {
  width: 166px;
  margin: 51px auto 0;
}

@media (max-width: 490px) {
  .work-featured .btn-wrap a {
    font-size: 16px;
    line-height: 24px;
  }
}

.videos {
  background: #582772;
  padding: 90px 0 45px;
}

@media (max-width: 834px) {
  .videos {
    padding: 66px 0 45px;
  }
}

.videos h5 {
  color: #46E600;
  margin-bottom: 69px;
}

@media (max-width: 834px) {
  .videos h5 {
    margin-bottom: 36px;
  }
}

@media (max-width: 490px) {
  .videos h5 {
    font-size: 24px;
    line-height: 32px;
  }
}

.videos__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.videos .item {
  position: relative;
  width: calc(50% - 16px);
  margin-bottom: 53px;
}

@media (max-width: 834px) {
  .videos .item {
    width: 100%;
    margin-bottom: 42px;
  }
}

.videos .item .video-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.videos .item .video-wrap .placeholder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

@media (max-width: 834px) {
  .videos .item .video-wrap .placeholder {
    display: block;
  }
}

.videos .item .video-wrap .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 834px) {
  .videos .item .video-wrap .play {
    display: block;
  }
}

.videos .item video {
  display: block;
  width: 100%;
  height: 333px;
  object-fit: cover;
  background: #000000;
}

@media (max-width: 834px) {
  .videos .item video {
    height: 396px;
  }
}

@media (max-width: 490px) {
  .videos .item video {
    height: 193px;
  }
}

.videos .item .title {
  padding: 17px 13px;
}

.videos .item .title span {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}

.videos .item .title .seperator {
  color: #46E600;
  margin: 0 10px;
}

@media (max-width: 490px) {
  .videos .item .title .subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

.services-carousel {
  background: #582772;
  padding: 122px 0 115px;
}

@media (max-width: 834px) {
  .services-carousel {
    padding: 79px 0;
  }
}

.services-carousel h5 {
  color: #46E600;
  margin-bottom: 50px;
}

@media (max-width: 834px) {
  .services-carousel h5 {
    padding: 0 30px;
  }
}

@media (max-width: 834px) {
  .services-carousel .container-max {
    padding: 0;
  }
}

@media (max-width: 834px) {
  .services-carousel #sync2 {
    padding-left: 30px !important;
  }
}

@media (min-width: 834px) {
  .services-carousel #sync2 .owl-stage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100% !important;
  }
  .services-carousel #sync2 .owl-stage:after {
    content: '';
    display: none;
  }
}

@media (max-width: 490px) {
  .services-carousel #sync2 .owl-stage {
    display: flex;
  }
}

@media (min-width: 834px) {
  .services-carousel #sync2 .owl-item {
    width: calc( 33.33% - 16px) !important;
    float: none;
    clear: both;
    margin-bottom: 44px;
  }
}

.services-carousel #sync2 .owl-item.current .item {
  border: 1px solid #46E600;
}

.services-carousel #sync2 .item {
  background: #1B404D;
  padding: 17px 5px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #1B404D;
}

@media (max-width: 834px) {
  .services-carousel #sync2 .item {
    padding: 17px 20px;
  }
}

.services-carousel #sync2 .item h5 {
  font-size: 20px;
  font-weight: 500;
  color: #B9E6FE;
  line-height: 30px;
  margin-bottom: 0;
  padding: 0 !important;
  white-space: nowrap;
}

@media (max-width: 834px) {
  .services-carousel #sync2 .item h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 834px) {
  .services-carousel #sync1 .owl-stage {
    padding-left: 30px !important;
    margin-top: 30px;
  }
}

@media (min-width: 834px) {
  .services-carousel #sync1 .owl-stage {
    padding-left: 100px !important;
  }
}

@media (min-width: 1100px) {
  .services-carousel #sync1 .owl-stage {
    padding-left: 100px !important;
  }
}

@media (min-width: 1440px) {
  .services-carousel #sync1 .owl-stage {
    padding-left: 150px !important;
  }
}

.services-carousel #sync1 .item h5 {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  line-height: 38px;
  margin: 25px 0 20px;
}

@media (max-width: 834px) {
  .services-carousel #sync1 .item h5 {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
  }
}

.services-carousel #sync1 .item p {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
}

@media (max-width: 490px) {
  .services-carousel #sync1 .item p {
    font-size: 14px;
    line-height: 20px;
  }
}

.services-carousel #sync1 .item .content {
  padding-right: 100px;
}

@media (max-width: 834px) {
  .services-carousel #sync1 .item .content {
    padding-right: 30px;
  }
}

.services-carousel #sync1 .item .carousel-img {
  width: 100%;
  height: 421px;
  border: 4px solid transparent;
  border-radius: 10px;
}

@media (max-width: 834px) {
  .services-carousel #sync1 .item .carousel-img {
    height: 327px;
  }
}

@media (max-width: 490px) {
  .services-carousel #sync1 .item .carousel-img {
    height: 172px;
  }
}

.services-carousel #sync1 .active .item .carousel-img {
  border: 4px solid #46E600;
}

.capabilities {
  background: #582772;
  padding: 122px 0 30px;
}

@media (max-width: 834px) {
  .capabilities {
    padding: 108px 0 30px;
  }
}

@media (max-width: 490px) {
  .capabilities {
    padding: 75px 0 30px;
  }
}

.capabilities h5 {
  color: #46E600;
  margin-bottom: 45px;
}

@media (max-width: 834px) {
  .capabilities h5 {
    margin-bottom: 36px;
  }
}

@media (max-width: 490px) {
  .capabilities h5 {
    font-size: 24px;
    line-height: 32px;
  }
}

.capabilities__flex {
  display: flex;
  margin: 0 -16px;
}

@media (max-width: 834px) {
  .capabilities__flex {
    flex-wrap: wrap;
  }
}

@media (max-width: 490px) {
  .capabilities__flex {
    margin: 0;
  }
}

.capabilities .item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 121px;
  font-size: 20px;
  font-weight: 500;
  color: #B9E6FE;
  line-height: 30px;
  background: #1B404D;
  padding: 20px 24px;
  margin: 0 16px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 14px 24px rgba(16, 24, 40, 0.2);
}

@media (max-width: 490px) {
  .capabilities .item {
    font-size: 16px;
    min-height: 1px;
    line-height: 24px;
    margin: 0;
  }
}

.capabilities .column-5 {
  flex-wrap: wrap;
}

.capabilities .column-5 .item {
  width: calc( 20% - 32px);
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .capabilities .column-5 .item {
    width: calc( 50% - 32px);
    margin-bottom: 32px;
  }
}

@media (max-width: 490px) {
  .capabilities .column-5 .item {
    width: 100%;
    margin-bottom: 16px;
  }
}

.capabilities .column-3 {
  flex-wrap: wrap;
}

.capabilities .column-3 .item {
  width: calc( 33.33% - 32px);
  margin-bottom: 32px;
}

@media (max-width: 834px) {
  .capabilities .column-3 .item {
    width: calc( 50% - 32px);
    margin-bottom: 32px;
  }
}

@media (max-width: 490px) {
  .capabilities .column-3 .item {
    width: 100%;
    margin-bottom: 16px;
  }
}

.capabilities .column-4 {
  flex-wrap: wrap;
}

.capabilities .column-4 .item {
  width: calc( 25% - 32px);
  margin-bottom: 32px;
}

@media (max-width: 834px) {
  .capabilities .column-4 .item {
    width: calc( 50% - 32px);
    margin-bottom: 32px;
  }
}

@media (max-width: 490px) {
  .capabilities .column-4 .item {
    width: 100%;
    margin-bottom: 16px;
  }
}

.capabilities .column-3-4 {
  flex-wrap: wrap;
}

.capabilities .column-3-4 .item {
  width: calc( 25% - 32px);
  margin-bottom: 32px;
}

@media (max-width: 834px) {
  .capabilities .column-3-4 .item {
    width: calc( 50% - 32px);
    margin-bottom: 32px;
  }
}

@media (max-width: 490px) {
  .capabilities .column-3-4 .item {
    width: 100%;
    margin-bottom: 16px;
  }
}

.capabilities .column-3-4 .item:nth-child(1), .capabilities .column-3-4 .item:nth-child(2), .capabilities .column-3-4 .item:nth-child(3) {
  width: calc( 33.33% - 32px);
}

@media (max-width: 834px) {
  .capabilities .column-3-4 .item:nth-child(1), .capabilities .column-3-4 .item:nth-child(2), .capabilities .column-3-4 .item:nth-child(3) {
    width: calc( 50% - 32px);
    margin-bottom: 32px;
  }
}

@media (max-width: 490px) {
  .capabilities .column-3-4 .item:nth-child(1), .capabilities .column-3-4 .item:nth-child(2), .capabilities .column-3-4 .item:nth-child(3) {
    width: 100%;
    margin-bottom: 16px;
  }
}

.capabilities .column-3-small {
  flex-wrap: wrap;
}

.capabilities .column-3-small .item {
  width: calc( 33.33% - 32px);
  min-height: 64px;
  margin-bottom: 32px;
}

@media (max-width: 834px) {
  .capabilities .column-3-small .item {
    width: calc( 50% - 32px);
    margin-bottom: 32px;
  }
}

@media (max-width: 490px) {
  .capabilities .column-3-small .item {
    width: 100%;
    margin-bottom: 16px;
  }
}

.single-service .services {
  background: #590475;
}

.single-service .services:after {
  content: '';
  display: none;
}

.single-service .services h4 {
  color: #B9E6FE;
  margin-bottom: 61px;
  text-align: center;
}

.single-service .services .heading h4 {
  font-weight: 500;
}

@media (max-width: 834px) {
  .single-service .services .heading h4 {
    font-size: 30px;
    line-height: 38px;
  }
}

.single-service .services__flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -40px;
}

@media (max-width: 490px) {
  .single-service .services__flex {
    flex-direction: column;
    margin: 0;
  }
}

.single-service .services__flex .item {
  width: 33.33%;
  padding: 0 40px;
}

@media (max-width: 834px) {
  .single-service .services__flex .item {
    width: calc( 50% - 28px);
  }
}

@media (max-width: 490px) {
  .single-service .services__flex .item {
    width: 100%;
    padding: 0;
  }
}

.single-service {
  background: #582772;
}

.works {
  background: #590475;
}

.works .work-featured {
  padding-bottom: 0;
}

.works .work-featured__flex {
  flex-wrap: wrap;
}

.works .work-featured .item {
  margin-bottom: 71px;
}

@media (max-width: 834px) {
  .works .work-featured .item {
    margin-bottom: 94px;
  }
}

@media (max-width: 490px) {
  .works .work-featured .item {
    margin-bottom: 16px;
  }
}

.works .work-featured .item .title {
  padding: 25px 6px;
}

.works .work-featured .item .title strong {
  color: #46E600;
}

.works .work-featured .thumbnail img {
  object-fit: cover;
}

.works .work-featured .seperator {
  margin: 0 7px;
  font-size: 0 !important;
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: #fff;
}

.works .services {
  background: #590475;
}

.works .services:after {
  display: none;
}

@media (max-width: 490px) {
  .works .services .heading {
    padding: 0;
  }
}

.works .services .heading h4 {
  font-size: 48px;
  color: #ffffff;
  line-height: 60px;
}

@media (max-width: 834px) {
  .works .services .heading h4 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 490px) {
  .works .services .heading h4 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 0;
  }
}

@media (max-width: 490px) {
  .works .services .btn-wrap a {
    width: 100%;
    max-width: 316px;
    height: 56px;
    font-size: 18px;
  }
}

.works .center-content {
  padding: 117px 0 0;
}

@media (max-width: 490px) {
  .works .center-content {
    padding: 71px 0 0;
  }
}

.works .center-content h4 {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  line-height: 90px;
  margin-bottom: 45px;
  text-align: center;
}

.works .center-content h4 span {
  color: #46E600;
}

@media (max-width: 834px) {
  .works .center-content h4 {
    font-size: 60px;
    line-height: 72px;
  }
}

@media (max-width: 490px) {
  .works .center-content h4 {
    font-size: 36px;
    line-height: 44px;
  }
}

.works .center-content .content {
  width: 100%;
  max-width: 733px;
  margin: 0 auto;
  text-align: center;
}

.works .center-content .content p {
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 490px) {
  .works .center-content .content p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 834px) {
  .works .contact-strip {
    padding: 96px 0;
  }
}

.single-works {
  background: #590475;
}

.single-works .work-featured, .single-works .contact-strip {
  background: #6b2383;
}

@media (max-width: 490px) {
  .single-works .work-featured .btn-wrap {
    width: 141px;
  }
}

@media (max-width: 490px) {
  .single-works .work-featured .btn-wrap a {
    height: 44px;
    padding: 2px 0 0;
  }
}

.heading-text {
  width: 100%;
  max-width: 820px;
  padding: 150px 0 70px;
  margin: 0 auto;
}

@media (max-width: 834px) {
  .heading-text {
    padding: 138px 0 70px;
  }
}

@media (max-width: 490px) {
  .heading-text {
    padding: 75px 0 59px;
  }
  .heading-text .container-max {
    padding: 0 16px;
  }
}

.heading-text .main-title {
  margin-bottom: 12px;
}

.heading-text .main-title h5 {
  font-size: 20px;
  font-weight: 500;
  color: #46E600;
  line-height: 30px;
}

.heading-text .crumbs {
  margin-bottom: 40px;
}

.heading-text .crumbs span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}

@media (max-width: 490px) {
  .heading-text .title h3 {
    font-size: 30px;
    line-height: 38px;
  }
}

.fullwidth-image {
  margin-top: 32px;
}

@media (max-width: 834px) {
  .fullwidth-image {
    margin-top: 19px;
  }
}

@media (max-width: 490px) {
  .fullwidth-image {
    margin-top: 16px;
  }
}

.fullwidth-image img {
  display: block;
  border-radius: 8px;
}

.fullwidth-image video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.center-left-content {
  width: 100%;
  max-width: 820px;
  padding: 80px 0;
  margin: 0 auto;
}

@media (max-width: 490px) {
  .center-left-content {
    padding: 65px 0;
  }
  .center-left-content .container-max {
    padding: 0 16px;
  }
}

.center-left-content .heading h5 {
  color: #46E600;
  font-weight: 700;
  margin-bottom: 30px;
}

.center-left-content .content p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}

.center-left-content .content p:not(:last-of-type) {
  margin-bottom: 20px;
}

@media (max-width: 490px) {
  .center-left-content .content p {
    font-size: 16px;
    line-height: 26px;
  }
}

.center-left-content .content ul {
  list-style: disc;
  margin: 0;
  padding-left: 20px;
  margin-left: 10px;
}

.center-left-content .content ul li {
  font-size: 18px;
  font-weight: 400;
  color: #EAECF0;
  line-height: 28px;
}

.center-left-content .content ol {
  list-style: numeric;
  margin: 0;
  padding-left: 20px;
  margin-left: 10px;
}

.center-left-content .content ol li {
  font-size: 18px;
  font-weight: 400;
  color: #EAECF0;
  line-height: 28px;
}

.center-left-content .title {
  margin-top: 80px;
}

@media (max-width: 490px) {
  .center-left-content .title {
    margin-top: 39px;
  }
}

.center-left-content .title h4 {
  font-size: 36px;
  font-weight: 600;
  color: #EAECF0;
  line-height: 44px;
}

@media (max-width: 490px) {
  .center-left-content .title h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 490px) {
  .column-image .container-max {
    padding: 0 16px;
  }
}

.column-image__flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

@media (max-width: 490px) {
  .column-image__flex {
    flex-direction: column;
    margin: 0;
  }
}

.column-image .item {
  width: 50%;
  padding: 0 16px;
  margin-top: 32px;
}

@media (max-width: 834px) {
  .column-image .item {
    padding: 0 9px;
    margin-top: 19px;
  }
}

@media (max-width: 490px) {
  .column-image .item {
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }
}

.column-image .item img {
  display: block;
  border-radius: 8px;
}

.column-image .item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.blog {
  background: #590475;
}

.blog .title {
  padding: 121px 0 60px;
}

@media (max-width: 834px) {
  .blog .title {
    padding: 121px 0 36px;
  }
}

@media (max-width: 490px) {
  .blog .title {
    padding: 49px 20px 63px;
  }
}

.blog .title h1 {
  color: #fff;
}

.blog .title h1 span {
  color: #46E600;
}

@media (max-width: 834px) {
  .blog .title h1 {
    font-size: 60px;
    line-height: 72px;
  }
}

@media (max-width: 490px) {
  .blog .title h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

.featured-post {
  margin-bottom: 121px;
}

@media (max-width: 490px) {
  .featured-post {
    margin-bottom: 87px;
  }
}

.featured-post__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 834px) {
  .featured-post__flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.featured-post .thumbnail {
  position: relative;
  width: 697px;
  border-radius: 12px;
  overflow: hidden;
  border: 4px solid #46E600;
}

@media (max-width: 834px) {
  .featured-post .thumbnail {
    width: 100%;
    max-width: 581px;
    margin-bottom: 55px;
  }
}

@media (max-width: 490px) {
  .featured-post .thumbnail {
    height: 200px;
    margin-bottom: 20px;
    border-radius: 4px;
  }
}

.featured-post .thumbnail__bg {
  width: 100%;
  height: 391px;
}

@media (max-width: 834px) {
  .featured-post .thumbnail__bg {
    height: 326px;
  }
}

@media (max-width: 490px) {
  .featured-post .thumbnail__bg {
    height: 200px;
  }
}

.featured-post .thumbnail .read {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  background: rgba(38, 255, 135, 0.3);
  padding: 13px 24px;
  display: none;
}

@media (max-width: 490px) {
  .featured-post .thumbnail .read {
    padding: 9px 24px;
  }
}

.featured-post .thumbnail .read span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}

.featured-post .content {
  width: 519px;
  padding-left: 80px;
}

@media (max-width: 834px) {
  .featured-post .content {
    padding-left: 0;
    width: 100%;
    max-width: 558px;
    padding-left: 13px;
  }
}

.featured-post .content h5 {
  color: #ffffff;
  margin-bottom: 26px;
  font-weight: 700;
}

@media (max-width: 490px) {
  .featured-post .content h5 {
    font-size: 20px;
    line-height: 30px;
  }
}

.featured-post .content p {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 33px;
}

@media (max-width: 490px) {
  .featured-post .content p {
    font-size: 16px;
    line-height: 26px;
  }
}

.featured-post .content .readpost {
  font-size: 16px;
  color: #46E600 !important;
  line-height: 24px;
}

.featured-post a:hover .content h5 {
  color: #46E600 !important;
}

.listings {
  margin-bottom: 109px;
}

.listings__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -16px;
}

@media (max-width: 490px) {
  .listings__flex {
    flex-direction: column;
    margin: 0;
  }
}

.listings .item {
  width: calc( 50% - 32px);
  margin: 0 16px 64px;
  background: #582772;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

@media (max-width: 490px) {
  .listings .item {
    width: 100%;
    padding: 0;
    margin: 0 0 56px;
  }
}

.listings .item:hover h5 {
  color: #46E600;
}

.listings .box {
  background: #582772;
  border-radius: 12px;
  overflow: hidden;
}

.listings .thumbnail {
  position: relative;
}

.listings .thumbnail__bg {
  width: 100%;
  height: 332px;
}

@media (max-width: 834px) {
  .listings .thumbnail__bg {
    height: 188px;
  }
}

.listings .thumbnail .read {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  background: rgba(0, 27, 36, 0.7);
  padding: 13px 24px;
  display: none;
}

@media (max-width: 490px) {
  .listings .thumbnail .read {
    padding: 9px 24px;
  }
}

.listings .thumbnail .read span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}

.listings .content {
  padding: 35px 24px;
}

.listings .content h5 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 18px;
  font-weight: 700;
  -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 490px) {
  .listings .content h5 {
    font-size: 20px;
    line-height: 30px;
  }
}

.listings .content p {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 48px;
}

@media (max-width: 490px) {
  .listings .content p {
    font-size: 17px;
    line-height: 28px;
  }
}

.listings .content .readpost {
  font-size: 16px;
  color: #46E600;
  line-height: 24px;
  -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.listings .pagination {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.listings .pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  padding: 3px 0 0;
  line-height: 20px;
  border-radius: 100%;
  transition: color .3s ease, background-color .3s ease;
}

.listings .pagination .page-link .page-link:hover,
.listings .pagination .page-link .page-link.current:hover {
  background: rgba(38, 255, 135, 0.3);
  color: #ffffff;
}

.listings .pagination .page-link.current {
  background: #46E600;
}

.listings .pagination .prev, .listings .pagination .next {
  position: absolute;
  top: 0;
  width: 152px;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  color: #46E600;
  line-height: 24px;
  border: 1px solid #46E600;
  border-radius: 30px;
  transition: color .3s ease, background-color .3s ease;
}

@media (max-width: 490px) {
  .listings .pagination .prev, .listings .pagination .next {
    width: 64px;
    height: 48px;
  }
}

@media (max-width: 490px) {
  .listings .pagination .prev span, .listings .pagination .next span {
    display: none;
  }
}

.listings .pagination .prev {
  left: 20px;
}

.listings .pagination .prev .prev-text {
  padding-left: 27px;
}

.listings .pagination .next {
  right: 20px;
}

.listings .pagination .next .next-text {
  padding-right: 27px;
}

.single-blog {
  background: #590475;
}

.main-content {
  padding: 132px 0 81px;
}

@media (max-width: 834px) {
  .main-content {
    padding: 95px 0 81px;
  }
}

@media (max-width: 490px) {
  .main-content {
    padding: 72px 0 81px;
  }
}

.main-content .content {
  width: 100%;
  max-width: 895px;
  margin-bottom: 71px;
}

@media (max-width: 834px) {
  .main-content .content {
    margin-bottom: 43px;
  }
}

.main-content .content h1 {
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 37px;
  line-height: 60px;
  letter-spacing: -0.2px;
}

@media (max-width: 834px) {
  .main-content .content h1 {
    font-size: 30px;
    margin-bottom: 24px;
    line-height: 38px;
  }
}

@media (max-width: 490px) {
  .main-content .content h1 {
    font-size: 26px;
    margin-bottom: 24px;
    line-height: 32px;
  }
}

.main-content .content p {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}

@media (max-width: 834px) {
  .main-content .content p {
    font-size: 18px;
    line-height: 28px;
  }
}

.main-content .thumbnail img {
  display: block;
  border-radius: 12px;
}

.body-content__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 834px) {
  .body-content__flex {
    flex-direction: column;
  }
}

.body-content h5 {
  color: #ffffff;
  margin-bottom: 17px;
}

@media (max-width: 490px) {
  .body-content h5 {
    font-size: 30px;
    line-height: 38px;
  }
}

.body-content h6 {
  margin-bottom: 20px;
  line-height: 36px;
}

.body-content a {
  color: #ffffff;
  text-decoration: underline;
}

.body-content p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 28px;
}

.body-content p a {
  color: #ffffff;
  text-decoration: underline;
}

.body-content .wp-block-image {
  margin: 40px 0;
}

@media (max-width: 490px) {
  .body-content .wp-block-image img {
    border-radius: 4px !important;
  }
}

.body-content figcaption {
  display: block;
  font-size: 14px;
  color: #D0D5DD;
  margin-top: 18px !important;
  line-height: 20px;
}

.body-content .wp-block-quote {
  border-left: 3px solid #46E600;
  padding-left: 22px;
  margin: 74px 0 48px;
}

@media (max-width: 490px) {
  .body-content .wp-block-quote {
    padding-left: 11px;
  }
}

.body-content .wp-block-quote p {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  font-style: italic;
  line-height: 38px;
}

.body-content ul, .body-content ol {
  margin-left: 15px;
}

.body-content ul li, .body-content ol li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 28px;
}

.body-content ul li {
  list-style-type: disc;
}

.body-content ol li {
  list-style-type: decimal;
}

.body-content .headcontent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.body-content .headcontent .content {
  padding-bottom: 24px;
  margin-bottom: 45px;
  border-bottom: 1px solid #1B404D;
}

.body-content .headcontent .btn-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-right: 38px;
}

@media (max-width: 834px) {
  .body-content .headcontent .btn-flex {
    display: none;
  }
}

.body-content .headcontent .btn-copy {
  width: 141px;
}

.body-content .headcontent .btn-copy a {
  display: flex;
  align-items: center;
  height: 44px;
}

.body-content .headcontent .btn-copy a img, .body-content .headcontent .btn-copy a svg {
  display: inline-block;
  margin-right: 9px;
}

.body-content .headcontent .btn-copy .hide-item {
  display: none;
}

.body-content .headcontent .btn-share {
  width: 60px;
  margin-left: 15px;
}

.body-content .headcontent .btn-share a {
  height: 44px;
  border-radius: 30px;
}

.body-content .content {
  width: 100%;
  max-width: 59.1%;
  padding-right: 20px;
  max-width: unset;
}

@media (max-width: 834px) {
  .body-content .content {
    max-width: 100%;
    padding-right: 0;
  }
}

.body-content .content img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.body-content .sidebar {
  width: 384px;
  position: sticky;
  top: 117px;
  display: none !important;
}

@media (max-width: 834px) {
  .body-content .sidebar {
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 0;
  }
}

@media (max-width: 834px) {
  .body-content .sidebar.sidebar-desktop {
    display: none;
  }
}

.body-content .sidebar.sidebar-mobile {
  display: none;
}

@media (max-width: 834px) {
  .body-content .sidebar.sidebar-mobile {
    display: block;
    width: 100%;
    max-width: 456px;
    margin: 72px auto 0;
  }
}

@media (max-width: 490px) {
  .body-content .sidebar.sidebar-mobile {
    width: calc( 100% + 40px);
    margin: 72px -20px 0;
  }
}

.body-content .sidebar .form-subs {
  background: #582772;
  padding: 40px 32px;
  border-top: 4px solid #46E600;
  border-radius: 0px 0px 12px 12px;
}

.body-content .sidebar .form-subs .forminator-edit-module {
  display: none;
}

.body-content .sidebar .form-subs h5 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 11px;
}

.body-content .sidebar .form-subs .label {
  font-size: 16px;
  color: #B9E6FE;
  line-height: 24px;
}

.body-content .sidebar .form-subs .forminator-ui.forminator-custom-form[data-grid=open] .forminator-row:not(:last-child) {
  margin-bottom: 2px;
}

.body-content .sidebar .form-subs .forminator-ui#forminator-module-396.forminator-design--default .forminator-email--field {
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background: #1B404D;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
}

.body-content .sidebar .form-subs .forminator-ui#forminator-module-396.forminator-design--default .forminator-email--field::placeholder {
  color: #F2F4F7;
  opacity: 1;
}

.body-content .sidebar .form-subs .forminator-ui#forminator-module-396.forminator-design--default .forminator-email--field:-ms-input-placeholder {
  color: #F2F4F7;
  opacity: 1;
}

.body-content .sidebar .form-subs .forminator-ui#forminator-module-396.forminator-design--default .forminator-email--field::-ms-input-placeholder {
  color: #F2F4F7;
  opacity: 1;
}

.body-content .sidebar .form-subs .forminator-ui.forminator-custom-form .forminator-field.forminator-merge-tags p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.body-content .sidebar .form-subs .forminator-ui.forminator-custom-form .forminator-field.forminator-merge-tags p a {
  text-decoration: underline;
  color: #ffffff;
}

.body-content .sidebar .form-subs .forminator-ui#forminator-module-396.forminator-design--default .forminator-button-submit {
  width: 100%;
  height: 44px;
  font-size: 16px;
  color: #0B4A6F;
  background: #46E600;
  padding: 13px 0;
  border-radius: 30px;
}

.body-content .listings {
  margin-top: 145px;
}

.body-content .listings h4 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 14px;
}

.body-content .listings p {
  font-size: 20px;
  line-height: 30px;
}

.body-content .listings img {
  border-radius: 0px !important;
}

.body-content .listings__flex {
  margin-top: 62px;
}

.body-content .listings .btn-wrap {
  width: 151px;
  height: 48px;
  margin: 0 auto;
}

.body-content .listings .btn-wrap a {
  font-size: 16px;
  line-height: 28px;
}

.body-content .listings .content {
  max-width: 100%;
}

.center-banner {
  background: #590475;
  padding: 94px 0;
}

@media (max-width: 490px) {
  .center-banner {
    padding: 70px 0;
  }
}

.center-banner .date {
  font-size: 16px;
  font-weight: 600;
  color: #46E600;
  line-height: 24px;
  text-align: center;
}

.center-banner h1 {
  font-size: 48px;
  line-height: 60px;
  margin-top: 16px;
  text-align: center;
}

@media (max-width: 490px) {
  .center-banner h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

.article-content {
  padding: 26px 0 84px;
}

.article-content .container-max {
  width: 100%;
  max-width: 760px;
}

@media (max-width: 834px) {
  .article-content .container-max {
    padding: 0 32px;
  }
}

@media (max-width: 490px) {
  .article-content .container-max {
    padding: 0 16px;
  }
}

.article-content h2 {
  font-size: 30px;
  font-weight: 600;
  color: #344054;
  margin-top: 40px;
  margin-bottom: 22px;
  line-height: 38px;
}

@media (max-width: 490px) {
  .article-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.article-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #344054;
  line-height: 28px;
  margin-bottom: 16px;
}

.article-content p {
  font-size: 18px;
  color: #344054;
  margin-bottom: 16px;
  line-height: 28px;
}

.article-content ul, .article-content ol {
  margin-left: 20px;
  margin-bottom: 40px;
}

.article-content ul li, .article-content ol li {
  font-size: 18px;
  color: #344054;
  line-height: 28px;
}

.article-content ul li {
  list-style-type: disc;
}

.article-content ol li {
  list-style-type: decimal;
}

.not-found {
  background: #590475;
}

.not-found .not-found-heading {
  padding: 102px 0 0;
  text-align: center;
}

.not-found .error-text {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #46E600;
  margin-bottom: 20px;
  line-height: 24px;
}

.not-found h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 72px;
  letter-spacing: -0.2px;
}

@media (max-width: 490px) {
  .not-found h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

.not-found p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}

@media (max-width: 490px) {
  .not-found p {
    font-size: 16px;
    line-height: 26px;
  }
}

.not-found .btn-flex {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

@media (max-width: 490px) {
  .not-found .btn-flex {
    flex-direction: column;
  }
  .not-found .btn-flex .btn-home-wrap {
    order: 1;
  }
  .not-found .btn-flex .btn-back-wrap {
    order: 2;
  }
}

.not-found .btn-flex .btn-wrap {
  margin: 0 9px;
}

@media (max-width: 490px) {
  .not-found .btn-flex .btn-wrap {
    margin: 0;
  }
}

.not-found .btn-flex .btn-back {
  display: flex;
  width: 158px;
}

@media (max-width: 490px) {
  .not-found .btn-flex .btn-back {
    width: 100%;
  }
}

.not-found .btn-flex .btn-back img {
  display: block;
  margin-right: 10px;
}

.not-found .btn-flex .btn-home {
  width: 184px;
}

@media (max-width: 490px) {
  .not-found .btn-flex .btn-home {
    width: 100%;
    margin-bottom: 16px;
  }
}

.not-found .services {
  background: #590475;
  padding: 95px 0 0;
}

.not-found .services:after {
  display: none;
}

.not-found .services .item {
  width: calc( 33.33% - 32px);
  background: #6b2383;
  padding: 24px 24px 31px;
  margin-bottom: 16px;
  border-radius: 12px;
}

@media (max-width: 490px) {
  .not-found .services .item {
    width: 100%;
  }
}

.not-found .services .item .content h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.not-found .services .item a {
  display: flex;
}

.not-found .services .item span {
  color: #46E600;
}

.not-found .services .item svg {
  display: flex;
  margin-left: 10px;
  margin-top: 0px;
}

.not-found .contact-strip {
  padding-top: 90px;
}

.contacts {
  background: #590475;
  padding: 102px 0 197px;
}

@media (max-width: 490px) {
  .contacts {
    padding: 60px 0 125px;
  }
}

.contacts h1 {
  color: #fff;
  margin-bottom: 28px;
}

.contacts h1 span {
  color: #46E600;
}

@media (max-width: 834px) {
  .contacts h1 {
    font-size: 60px;
    line-height: 72px;
  }
}

@media (max-width: 490px) {
  .contacts h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

.contacts p {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  line-height: 30px;
}

.contacts__flex {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 834px) {
  .contacts__flex {
    flex-direction: column;
  }
}

.contacts .headline-mbl {
  display: none;
}

@media (max-width: 834px) {
  .contacts .headline-mbl {
    display: block;
  }
}

@media (max-width: 490px) {
  .contacts .headline-mbl br {
    display: none;
  }
}

.contacts .address {
  width: 528px;
  padding-left: 40px;
}

@media (max-width: 834px) {
  .contacts .address {
    order: 1;
    width: 100%;
    max-width: 528px;
    display: flex;
    padding-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 490px) {
  .contacts .address {
    flex-direction: column;
  }
}

.contacts .address .item {
  margin-bottom: 48px;
}

@media (max-width: 834px) {
  .contacts .address .item {
    margin-bottom: 4px;
  }
  .contacts .address .item:first-of-type {
    margin-right: 70px;
  }
}

@media (max-width: 490px) {
  .contacts .address .item {
    margin-bottom: 20px;
  }
}

.contacts .address .item p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}

.contacts .address .item p strong {
  display: block;
  font-size: 16px;
  color: #E0F2FE;
  margin-bottom: 12px;
  line-height: 24px;
}

.contacts .address .item p a {
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.contacts .address .item p a img {
  display: block;
  margin-right: 9px;
}

.contacts .address .item p a span {
  display: block;
  margin-top: 6px;
}

.contacts .contact-office > p,
.contacts .contact-office > p > strong {
  margin-bottom: 0 !important;
}

.contacts .form {
  width: 488px;
}

@media (max-width: 834px) {
  .contacts .form {
    order: 2;
    width: 100%;
    max-width: 488px;
  }
}

@media (max-width: 834px) {
  .contacts .form .headline {
    display: none;
  }
}

.contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-label {
  font-size: 14px;
  font-weight: 500;
  color: #F0F9FF;
}

.contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-label .forminator-required {
  display: none;
}

.contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-input,
.contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-textarea {
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background: #590475;
  padding: 9px 14px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
}

.contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-input::placeholder,
.contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-textarea::placeholder {
  color: #ffffff;
  opacity: 1;
}

.contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-input:-ms-input-placeholder,
.contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-textarea:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-input::-ms-input-placeholder,
.contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-textarea::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.contacts .form .forminator-ui.forminator-custom-form[data-design=default] .forminator-checkbox .forminator-checkbox-box ~ span {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}

.contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-checkbox .forminator-checkbox-box {
  border-radius: 6px;
  background-color: transparent !important;
  border-color: #fff !important;
}

.contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-description {
  display: none;
}

.contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-button-submit {
  width: 98px;
  height: auto;
  font-size: 16px;
  color: #590475;
  font-weight: 800;
  background: #46E600;
  padding: 13px 0;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: unset !important;
  border: none !important;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-button-submit:hover {
  background: #6b2383 !important;
  color: #fff !important;
}

@media (max-width: 490px) {
  .contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-button-submit {
    width: 100%;
  }
}

.contacts .form .email-icon #forminator-field-email-1 {
  background: #590475 url("../images/icon-email.png") no-repeat 14px 50% !important;
  padding-left: 41px !important;
}

.contacts .form .phone-icon #forminator-field-phone-1 {
  background: #590475 url("../images/icon-phone.png") no-repeat 14px 50% !important;
  padding-left: 41px !important;
}

@media (max-width: 490px) {
  .contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-checkbox {
    align-items: flex-start;
  }
}

.contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-error-message {
  font-size: 14px;
  font-weight: 400;
  color: #FDA29B;
  background: transparent;
  padding: 0;
}

.contacts .form .forminator-ui .forminator-field.forminator-has_error .forminator-input {
  border: 1px solid #FDA29B !important;
}

.contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-has_error .forminator-checkbox .forminator-checkbox-box {
  border: 1px solid #FDA29B !important;
}

.contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-response-message.forminator-success {
  position: relative;
  display: flex !important;
  text-align: center;
  width: 100%;
  background: #001B24 !important;
  border: 2px solid #36BFFA;
  border-radius: 12px;
  height: 561px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-response-message.forminator-success:after {
  content: '';
  position: absolute;
  top: 128px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  background: url("../images/success.png") no-repeat;
  background-size: 80px;
}

.contacts .form .forminator-ui#forminator-module-445.forminator-design--default .forminator-response-message.forminator-success p {
  font-size: 18px;
  font-weight: 400;
  color: #B9E6FE;
  line-height: 28px;
}

.page-template-careers #main-wrapper {
  padding-top: 64px;
}

@media (max-width: 834px) {
  .page-template-careers #main-wrapper {
    padding-top: 50px;
  }
}

@media (max-width: 490px) {
  .page-template-careers #main-wrapper {
    padding-top: 27px;
  }
}

.careers-wrapper .careers-banner {
  background: #001B24;
  padding: 111px 20px 83px;
}

@media (max-width: 490px) {
  .careers-wrapper .careers-banner {
    padding: 71px 0 45px;
  }
}

.careers-wrapper .careers-banner .container-max {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.careers-wrapper .careers-banner .carrers-banner-col.car-ban-left {
  max-width: 717px;
  width: 100%;
}

.careers-wrapper .careers-banner .carrers-banner-col.car-ban-left .car-title h1 {
  color: #36BFFA;
  margin-bottom: 22px;
}

@media (max-width: 834px) {
  .careers-wrapper .careers-banner .carrers-banner-col.car-ban-left {
    max-width: 100%;
  }
}

.careers-wrapper .careers-banner .careers-banner-col.car-ban-right {
  max-width: 302px;
  width: 100%;
}

@media (max-width: 834px) {
  .careers-wrapper .careers-banner .careers-banner-col.car-ban-right {
    display: none;
  }
}

.careers-wrapper .careers-image-and-text-wrap {
  padding: 111px 0 108px;
}

@media (max-width: 834px) {
  .careers-wrapper .careers-image-and-text-wrap {
    padding: 69px 0 49px;
  }
}

.careers-wrapper .careers-image-and-text .container-max {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 834px) {
  .careers-wrapper .careers-image-and-text .container-max {
    flex-direction: column-reverse;
  }
}

.careers-wrapper .careers-image-and-text .career-img {
  max-width: 696px;
  width: 100%;
}

@media (max-width: 834px) {
  .careers-wrapper .careers-image-and-text .career-img {
    margin-top: 40px;
  }
}

.careers-wrapper .careers-image-and-text .career-img img {
  width: 100%;
}

@media (max-width: 1199px) {
  .careers-wrapper .careers-image-and-text .career-img {
    max-width: 494px;
  }
}

.careers-wrapper .careers-image-and-text .careers-txt {
  max-width: 404px;
  width: 100%;
}

.careers-wrapper .careers-image-and-text .careers-txt .careers-title h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}

@media (max-width: 490px) {
  .careers-wrapper .careers-image-and-text .careers-txt .careers-title h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.careers-wrapper .careers-image-and-text .careers-txt .careers-desc {
  margin: 28px 0;
}

.careers-wrapper .careers-image-and-text .careers-txt .careers-desc p {
  color: #101828;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

@media (max-width: 490px) {
  .careers-wrapper .careers-image-and-text .careers-txt .careers-desc p {
    font-size: 14px;
    line-height: 24px;
  }
}

.careers-wrapper .careers-image-and-text .careers-txt .careers-link a {
  font-weight: 600;
  font-size: 20px;
  color: #101828;
  text-decoration: underline;
}

.careers-wrapper .careers-image-and-text.careers-rotate {
  margin-top: 98px;
}

.careers-wrapper .careers-image-and-text.careers-rotate .container-max {
  flex-direction: row-reverse;
}

@media (max-width: 834px) {
  .careers-wrapper .careers-image-and-text.careers-rotate .container-max {
    flex-direction: column-reverse;
  }
}

@media (max-width: 490px) {
  .careers-wrapper .careers-image-and-text.careers-rotate {
    margin-top: 51px;
  }
}

.careers-wrapper .careers-text-with-button {
  background: #F0F9FF;
  padding: 103px 20px 87px;
}

.careers-wrapper .careers-text-with-button .careers-twb-title {
  text-align: center;
}

.careers-wrapper .careers-text-with-button .careers-twb-title h2 {
  font-size: 36px;
  color: #0BA5EC;
  font-weight: 500;
}

@media (max-width: 490px) {
  .careers-wrapper .careers-text-with-button .careers-twb-title h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.careers-wrapper .careers-text-with-button .careers-twb-inner {
  max-width: 801px;
  margin: 0 auto;
  margin-top: 50px;
}

@media (max-width: 490px) {
  .careers-wrapper .careers-text-with-button .careers-twb-inner {
    margin-top: 25px;
  }
}

.careers-wrapper .careers-text-with-button .careers-twb-inner .careers-twb-item {
  text-align: left;
  border-bottom: 1px solid #7CD4FD;
  padding-bottom: 30px;
  margin-bottom: 18px;
}

.careers-wrapper .careers-text-with-button .careers-twb-inner .careers-twb-item .careers-twb-title h3 {
  color: #000;
  margin: 0;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 490px) {
  .careers-wrapper .careers-text-with-button .careers-twb-inner .careers-twb-item .careers-twb-title h3 {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 18px;
  }
}

.careers-wrapper .careers-text-with-button .careers-twb-inner .careers-twb-item .careers-twb-desc p {
  font-size: 16px;
  font-weight: 400;
  color: #101828;
}

.careers-wrapper .careers-text-with-button .careers-twb-inner .careers-twb-item .careers-twb-btn {
  margin-top: 22px;
}

.careers-wrapper .careers-text-with-button .careers-twb-inner .careers-twb-item .careers-twb-btn a {
  max-width: 134px;
  display: block;
  background: #36BFFA;
  border-radius: 30px;
  height: 44px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  color: #0B4A6F;
  -webkit-transition: all .325s ease-in-out;
  -moz-transition: all .325s ease-in-out;
  -ms-transition: all .325s ease-in-out;
  transition: all .325s ease-in-out;
}

.careers-wrapper .careers-text-with-button .careers-twb-inner .careers-twb-item .careers-twb-btn a:hover {
  background-color: #0B4A6F;
  color: #fff;
}

.careers-wrapper .careers-role {
  background: #E0F2FE;
  padding: 70px 20px 67px;
}

@media (max-width: 490px) {
  .careers-wrapper .careers-role {
    left: 0;
  }
}

.careers-wrapper .careers-role .careers-inner {
  max-width: 719px;
  margin: 0 auto;
  position: relative;
  left: -41px;
}

@media (max-width: 834px) {
  .careers-wrapper .careers-role .careers-inner {
    left: 0;
  }
}

.careers-wrapper .careers-role .careers-inner .carrers-title h2 {
  font-size: 36px;
  color: #0BA5EC;
  font-weight: 500;
}

@media (max-width: 490px) {
  .careers-wrapper .careers-role .careers-inner .carrers-title h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 19px;
  }
}

.careers-wrapper .careers-role .careers-inner .careers-btn {
  margin-top: 35px;
}

.careers-wrapper .careers-role .careers-inner .careers-btn a {
  max-width: 188px;
  height: 44px;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  color: #0B4A6F;
  -webkit-transition: all .325s ease-in-out;
  -moz-transition: all .325s ease-in-out;
  -ms-transition: all .325s ease-in-out;
  transition: all .325s ease-in-out;
  background: #36BFFA;
  border-radius: 30px;
}

.careers-wrapper .careers-role .careers-inner .careers-btn a:hover {
  background-color: #0B4A6F;
  color: #fff;
}

.careers-wrapper .careers-role .careers-inner .careers-btn a:hover img {
  filter: invert(1) brightness(120);
}

.careers-wrapper .careers-role .careers-inner .careers-btn img {
  margin-left: 12px;
  position: relative;
  top: -1px;
  -webkit-transition: all .325s ease-in-out;
  -moz-transition: all .325s ease-in-out;
  -ms-transition: all .325s ease-in-out;
  transition: all .325s ease-in-out;
}

.careers-wrapper .careers-role .careers-inner .careers-desc p, .careers-wrapper .careers-role .careers-inner .careers-desc a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #001B24;
}

.page-template-careers-position #main-wrapper {
  padding-top: 64px;
}

@media (max-width: 834px) {
  .page-template-careers-position #main-wrapper {
    padding-top: 50px;
  }
}

@media (max-width: 490px) {
  .page-template-careers-position #main-wrapper {
    padding-top: 27px;
  }
}

.careers-pos-banner {
  background: #001B24;
  text-align: center;
  padding: 103px 20px;
}

.careers-pos-banner .careers-pos-banner-sub {
  font-size: 16px;
  font-weight: 600;
  color: #36BFFA;
}

.careers-pos-banner .careers-pos-title {
  margin: 20px 0;
}

.careers-pos-banner .careers-pos-title h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

@media (max-width: 834px) {
  .careers-pos-banner .careers-pos-title h1 {
    font-size: 26px;
  }
}

.careers-pos-banner .car-pos-date {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.careers-pos-description {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0 94px;
}

@media (max-width: 834px) {
  .careers-pos-description {
    padding: 50px 20px 94px;
  }
}

.careers-pos-description .careers-post-desc-inner h3 {
  font-size: 24px;
  font-weight: 500;
  color: #001B24;
  margin-bottom: 8px;
  margin-top: 30px;
}

.careers-pos-description .careers-post-desc-inner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #101828;
}

.careers-pos-description .careers-post-desc-inner ul {
  list-style-type: disc;
  padding-left: 15px;
}

.careers-pos-description .careers-post-desc-inner ul li {
  font-size: 16px;
  line-height: 26px;
}

.careers-role {
  background: #E0F2FE;
  padding: 70px 20px 67px;
}

@media (max-width: 490px) {
  .careers-role {
    left: 0;
  }
}

.careers-role .careers-inner {
  max-width: 719px;
  margin: 0 auto;
  position: relative;
  left: -41px;
}

@media (max-width: 834px) {
  .careers-role .careers-inner {
    left: 0;
  }
}

.careers-role .careers-inner .carrers-title h2 {
  font-size: 36px;
  color: #0BA5EC;
  font-weight: 500;
}

@media (max-width: 490px) {
  .careers-role .careers-inner .carrers-title h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 19px;
  }
}

.careers-role .careers-inner .careers-btn {
  margin-top: 35px;
}

.careers-role .careers-inner .careers-btn a {
  max-width: 188px;
  height: 44px;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  color: #0B4A6F;
  -webkit-transition: all .325s ease-in-out;
  -moz-transition: all .325s ease-in-out;
  -ms-transition: all .325s ease-in-out;
  transition: all .325s ease-in-out;
  background: #36BFFA;
  border-radius: 30px;
}

.careers-role .careers-inner .careers-btn a:hover {
  background-color: #0B4A6F;
  color: #fff;
}

.careers-role .careers-inner .careers-btn a:hover img {
  filter: invert(1) brightness(120);
}

.careers-role .careers-inner .careers-btn img {
  margin-left: 12px;
  position: relative;
  top: -1px;
  -webkit-transition: all .325s ease-in-out;
  -moz-transition: all .325s ease-in-out;
  -ms-transition: all .325s ease-in-out;
  transition: all .325s ease-in-out;
}

.careers-role .careers-inner .careers-desc p, .careers-role .careers-inner .careers-desc a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #001B24;
}

.careers-text-with-button {
  background: #F0F9FF;
  padding: 103px 20px 87px;
}

.careers-text-with-button .careers-twb-title {
  text-align: center;
}

.careers-text-with-button .careers-twb-title h2 {
  font-size: 36px;
  color: #0BA5EC;
  font-weight: 500;
}

@media (max-width: 490px) {
  .careers-text-with-button .careers-twb-title h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.careers-text-with-button .careers-twb-inner {
  max-width: 801px;
  margin: 0 auto;
  margin-top: 50px;
}

@media (max-width: 490px) {
  .careers-text-with-button .careers-twb-inner {
    margin-top: 25px;
  }
}

.careers-text-with-button .careers-twb-inner .careers-twb-item {
  text-align: left;
  border-bottom: 1px solid #7CD4FD;
  padding-bottom: 30px;
  margin-bottom: 18px;
}

.careers-text-with-button .careers-twb-inner .careers-twb-item .careers-twb-title h3 {
  color: #000;
  margin: 0;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 490px) {
  .careers-text-with-button .careers-twb-inner .careers-twb-item .careers-twb-title h3 {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 18px;
  }
}

.careers-text-with-button .careers-twb-inner .careers-twb-item .careers-twb-desc p {
  font-size: 16px;
  font-weight: 400;
  color: #101828;
}

.careers-text-with-button .careers-twb-inner .careers-twb-item .careers-twb-btn {
  margin-top: 22px;
}

.careers-text-with-button .careers-twb-inner .careers-twb-item .careers-twb-btn a {
  max-width: 134px;
  display: block;
  background: #36BFFA;
  border-radius: 30px;
  height: 44px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  color: #0B4A6F;
  -webkit-transition: all .325s ease-in-out;
  -moz-transition: all .325s ease-in-out;
  -ms-transition: all .325s ease-in-out;
  transition: all .325s ease-in-out;
}

.careers-text-with-button .careers-twb-inner .careers-twb-item .careers-twb-btn a:hover {
  background-color: #0B4A6F;
  color: #fff;
}

.faq-block {
  background: #001B24;
  padding: 96px 0;
}

.faq-block .container-max {
  display: flex;
}

.faq-block__tab {
  max-width: 50%;
  width: 100%;
}

.faq-block__tab-item {
  margin-bottom: 48px;
}

.faq-block__nav {
  max-width: 50%;
  width: 100%;
  padding-right: 32px;
}

.faq-block__nav h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #46E600;
  margin-bottom: 27px;
}

.faq-block__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  max-width: 100%;
  width: 100%;
}

.faq-block__nav ul li {
  margin-right: 12px;
}

.faq-block__nav ul li:last-child {
  margin-right: 0;
}

.faq-block__nav ul li a.btn {
  max-width: 100%;
  display: inline-flex;
  padding: 8px 12px;
  height: 36px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.faq-block__nav ul li a.btn.active {
  background-color: #36BFFA;
  color: #0B4A6F;
}

.faq-block__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
}

.faq-block__question h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  padding-right: 42px;
}

.faq-block__question.active .faq-block__icon svg.close {
  opacity: 1;
}

.faq-block__question.active .faq-block__icon svg.open {
  opacity: 0;
}

.faq-block__icon svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

.faq-block__icon svg.close {
  opacity: 0;
}

.faq-block__answer {
  cursor: pointer;
}

.faq-block__answer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #93AEB9;
}

@media screen and (max-width: 620px) {
  .faq-block {
    padding: 72px 0;
  }
  .faq-block .container-max {
    flex-wrap: wrap;
  }
  .faq-block__nav {
    max-width: 100%;
    margin-bottom: 36px;
  }
  .faq-block__nav h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .faq-block__tab {
    max-width: 100%;
  }
  .faq-block__tab-item {
    margin-bottom: 22px;
  }
}

.three-column-content {
  background-color: #590475;
}

.three-column-content__heading {
  padding: 120px 0;
}

.three-column-content__heading-inner h4 {
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 45px;
}

@media (max-width: 490px) {
  .three-column-content__heading-inner h4 {
    font-size: 36px;
  }
}

.three-column-content__heading-inner h4 span {
  color: #46E600;
}

.three-column-content__heading-content {
  text-align: center;
  max-width: 1071px;
  margin: 0 auto;
}

.three-column-content__body {
  background-color: #6b2383;
  padding: 80px 0;
}

@media (min-width: 768px) {
  .three-column-content__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}

.three-column-content__column-item {
  padding: 30px 15px;
  color: #fff;
}

@media (min-width: 768px) {
  .three-column-content__column-item {
    width: calc(100% / 3);
    padding: 40px 20px;
  }
}

.three-column-content__column-item h2 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 38px;
}

.three-column-content__column-item h3 {
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  color: #46E600;
  margin-bottom: 20px;
}

.three-column-content__column-item ul {
  list-style: disc;
  padding-left: 20px;
}

.three-column-content__column-item ul li {
  font-size: 18px;
  line-height: 23px;
}

@media (min-width: 768px) {
  .three-column-content .mt-60 {
    margin-top: 60px;
  }
}
