/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
*::-webkit-scrollbar {
  width: 7px;
}
*::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
*::-webkit-scrollbar-thumb {
  background: #B8B8B8;
  border-radius: 4px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #B8B8B8;
}

body {
  color: #ffffff;
  background-color: #000000;
  font-family: "Inter";
  font-size: 16px;
}

a {
  color: inherit;
}

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

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

::selection {
  background-color: #003F37;
  color: #ffffff;
}

a,
button,
input,
label,
textarea {
  transition: 350ms ease;
  cursor: pointer;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 350ms ease;
  width: 100%;
  z-index: 999;
  padding: 40px 60px;
}
@media (max-width: 767px) {
  .site-header {
    flex-wrap: wrap;
    padding: 30px 15px;
  }
  .site-header-left {
    text-align: center;
    width: 100%;
  }
  .site-header-middle {
    margin: 25px auto 0;
  }
  .site-header-right {
    position: absolute;
    top: 40px;
    right: 15px;
  }
}
.site-header-right {
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .site-header-right {
    display: none;
  }
}
.site-header-right .lang-switch-wrapper {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 10px;
  position: relative;
}
.site-header-right .lang-switch-wrapper:first-of-type {
  color: #FF365A;
}
.site-header-right .lang-switch-wrapper:last-of-type::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 1px;
  background-color: #ffffff;
  height: 100%;
}
.site-header-right-mobile {
  display: none;
}
@media (max-width: 767px) {
  .site-header-right-mobile {
    display: none;
    position: absolute;
    top: 45px;
    right: 15px;
    transition: 350ms ease;
    text-align: right;
  }
  .site-header-right-mobile .icon-angle-left {
    transform: rotate(-90deg);
    display: inline-block;
    transition: 350ms ease;
    margin-left: 5px;
  }
  .site-header-right-mobile .icon-angle-left.active {
    transform: rotate(90deg);
  }
  .site-header-right-mobile .wpml-ls-legacy-list-horizontal {
    opacity: 0;
    visibility: hidden;
    padding-right: 0;
  }
  .site-header-right-mobile .wpml-ls-legacy-list-horizontal.active {
    opacity: 1;
    visibility: visible;
  }
}
.site-header-sticky {
  padding: 20px 60px;
}
@media (max-width: 767px) {
  .site-header-sticky {
    padding: 15px 15px;
  }
  .site-header-sticky .site-header-right-mobile {
    top: 25px;
  }
}

.wpml-ls-legacy-list-horizontal ul {
  display: flex;
  align-items: center;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  margin-right: 16px;
  position: relative;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item:last-of-type {
  margin-right: 0;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item:last-of-type::before {
  display: none;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 7px);
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item a {
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language a {
  color: #C32217;
}

.main-navigation {
  margin: 0;
  padding: 0;
}
.main-navigation li a {
  position: relative;
  display: flex;
  align-items: center;
}
.main-navigation li a:hover {
  background-color: #EAFFB8;
}
.main-navigation li a:hover .text {
  transform: translateX(6px);
}
.main-navigation li a:hover .icon {
  opacity: 1;
}
.main-navigation li a .text {
  transform: translateX(-6px);
  display: inline-block;
  transition: 0.6s ease;
}
.main-navigation li a .icon {
  display: inline-flex;
  line-height: 1;
  transform: translateY(2px);
  opacity: 0;
  transition: 0.6s ease;
  font-size: 16px;
  height: auto;
}

.site-footer {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  .site-footer {
    padding: 0 15px;
  }
}
.site-footer .back-to-top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -500px;
  right: 50px;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 0.6s ease;
  cursor: pointer;
  z-index: 510;
}
@media (max-width: 767px) {
  .site-footer .back-to-top {
    right: 15px;
  }
}
.site-footer .back-to-top.active {
  bottom: 50px;
}
.site-footer .back-to-top:hover {
  background-color: #EAFFB8;
}
.site-footer-right {
  max-width: 250px;
  width: 100%;
}
@media (max-width: 991px) {
  .site-footer-right {
    text-align: center;
    max-width: 100%;
  }
}
.site-footer-right .site-footer-col-3-link,
.site-footer-right .site-footer-col-3-phone {
  display: none;
}
.site-footer-right p {
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  margin: 0 0 20px;
}
.site-footer-right p a {
  color: #003F37;
}
.site-footer-right-contact {
  margin-bottom: 20px;
}
.site-footer-right-contact p {
  margin: 0;
}
.site-footer-left img {
  margin-bottom: 30px;
}
.site-footer-left ul li {
  margin-bottom: 15px;
}
.site-footer-left ul li:last-of-type {
  margin-bottom: 0;
}
.site-footer-left ul li a {
  color: #292929;
}
.site-footer-left .site-footer-col-3-soc {
  margin: 15px 0 0;
  display: none;
}
@media (max-width: 767px) {
  .site-footer-left {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
}
.site-footer-center {
  text-align: center;
}
@media (max-width: 991px) {
  .site-footer-center {
    width: 100%;
  }
}
.site-footer-center img {
  margin-bottom: 30px;
}

.site-footer-middle {
  border: 40px solid #ffffff;
  border-radius: 24px;
  background-color: #EAFFB8;
  color: #000000;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 47px 60px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .site-footer-middle {
    flex-direction: column;
    padding: 30px 15px 80px;
  }
  .site-footer-middle .site-footer-image,
  .site-footer-middle .site-footer-left {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .site-footer-middle {
    border: 20px solid #ffffff;
  }
}

.footer-navigation {
  padding: 0;
  margin: 16px 0 0;
}
.footer-navigation li {
  list-style: none;
  margin-bottom: 16px;
}
.footer-navigation li:last-of-type {
  margin-bottom: 0;
}
.footer-navigation li a:hover {
  color: #FF365A;
}

.site-footer-download {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .site-footer-download {
    justify-content: center;
  }
}
.site-footer-download span {
  width: 100%;
  color: #292929;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .site-footer-download span {
    text-align: center;
  }
}
.site-footer-download a {
  margin-right: 8px;
  color: #292929;
}
@media (max-width: 991px) {
  .site-footer-download a {
    margin: 0 5px;
  }
}
.site-footer-download a span {
  color: #292929;
  transition: 350ms ease;
}
.site-footer-download a:hover span {
  color: #FF365A;
}

.site-footer-col-3-link {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .site-footer-col-3-link {
    text-align: center;
  }
}
.site-footer-col-3-link a:hover {
  color: #FF365A;
}

.site-footer-col-3-phone {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .site-footer-col-3-phone {
    text-align: center;
  }
}
.site-footer-col-3-phone a {
  color: #292929;
}
.site-footer-col-3-phone a:hover {
  color: #FF365A;
}

.site-footer-col-3-soc {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .site-footer-col-3-soc {
    justify-content: center;
  }
}
.site-footer-col-3-soc a {
  margin-right: 16px;
  color: #292929;
}
.site-footer-col-3-soc a:hover span {
  color: #FF365A;
}
.site-footer-col-3-soc a:last-of-type {
  margin-right: 0;
}
.site-footer-col-3-soc span {
  display: inline-flex;
  line-height: 1;
  font-size: 24px;
  color: #292929;
  transition: 350ms ease;
}

.site-footer-copyright {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .site-footer-copyright {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .site-footer-copyright {
    bottom: 35px;
  }
}
.site-footer-copyright p {
  margin: 0;
  color: #292929;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .site-footer-copyright p {
    text-align: center;
  }
}
.site-footer-copyright p a {
  color: #B8B8B8;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .site-footer-copyright p a {
    display: block;
  }
}
.site-footer-copyright p a:hover {
  color: #FF365A;
}

.error404 .error-block {
  position: relative;
  background-color: #181818;
  overflow: hidden;
}
.error404 .error-block::after {
  content: "404";
  font-size: 700px;
  font-weight: 900;
  font-family: "Inter";
  position: absolute;
  bottom: -400px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .error404 .error-block::after {
    font-size: 250px;
    bottom: -100px;
  }
}
.error404 .error-block::before {
  content: "404";
  font-size: 700px;
  font-weight: 900;
  font-family: "Inter";
  position: absolute;
  top: -400px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .error404 .error-block::before {
    font-size: 250px;
    top: -100px;
  }
}
.error404 .error-block-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  position: relative;
  z-index: 20;
}
.error404 .error-block-inner img,
.error404 .error-block-inner p {
  margin-bottom: 45px;
}
.error404 .site-header,
.error404 .site-footer {
  display: none;
}

@font-face {
  font-family: "font-icons";
  src: url("../assets/fonts/font-icons/font-icons.woff2") format("woff2"), url("../assets/fonts/font-icons/font-icons.woff") format("woff"), url("../assets/fonts/font-icons/font-icons.ttf") format("truetype");
}
.icon-zoom:before, .icon-x:before, .icon-volume-on:before, .icon-volume-off:before, .icon-twitter:before, .icon-question:before, .icon-playstore:before, .icon-play:before, .icon-pin:before, .icon-person:before, .icon-linkedin:before, .icon-link:before, .icon-instagram:before, .icon-globe:before, .icon-fb:before, .icon-facebook:before, .icon-envelope:before, .icon-clock:before, .icon-calendar:before, .icon-arrow-right:before, .icon-arrow-left:before, .icon-appstore:before, .icon-angle-right:before, .icon-angle-left:before {
  font-family: "font-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-display: swap;
}

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

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

.icon-appstore:before {
  content: "\e003";
}

.icon-arrow-left:before {
  content: "\e004";
}

.icon-arrow-right:before {
  content: "\e005";
}

.icon-calendar:before {
  content: "\e006";
}

.icon-clock:before {
  content: "\e007";
}

.icon-envelope:before {
  content: "\e008";
}

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

.icon-fb:before {
  content: "\e00a";
}

.icon-globe:before {
  content: "\e00b";
}

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

.icon-link:before {
  content: "\e00d";
}

.icon-linkedin:before {
  content: "\e00e";
}

.icon-person:before {
  content: "\e00f";
}

.icon-pin:before {
  content: "\e010";
}

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

.icon-playstore:before {
  content: "\e012";
}

.icon-question:before {
  content: "\e013";
}

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

.icon-volume-off:before {
  content: "\e015";
}

.icon-volume-on:before {
  content: "\e016";
}

.icon-x:before {
  content: "\e017";
}

.icon-zoom:before {
  content: "\e018";
}

.btn-main {
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 50px;
}
.btn-main:hover {
  background-color: #003F37;
  color: #ffffff;
}

.btn-icon {
  background-color: #FF365A;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 14px;
  border-radius: 30px;
  padding: 15px 30px;
}
.btn-icon span {
  margin-left: 10px;
}

.main-navigation {
  display: flex;
  align-items: center;
  padding: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .main-navigation {
    padding: 5px;
  }
}
.main-navigation::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ffffff;
  opacity: 0.7;
  border-radius: 100px;
  z-index: 5;
}
.main-navigation li {
  list-style: none;
  margin: 0 5px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  z-index: 10;
  min-width: 125px;
}
@media (max-width: 767px) {
  .main-navigation li {
    min-width: auto;
  }
}
.main-navigation li a {
  color: #292929;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  padding: 15px;
  border-radius: 100px;
  display: inline-block;
}
@media (max-width: 767px) {
  .main-navigation li a {
    padding: 10px;
  }
}

.section-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 67px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 40px;
    line-height: 48px;
  }
}
.section-title-green {
  color: #003F37;
}

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

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

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

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

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

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

.banner-section {
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  .banner-section {
    height: 200px;
    margin-top: 185px;
  }
}
.banner-section img,
.banner-section video {
  object-fit: cover;
  object-position: center center;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 30px;
  aspect-ratio: 16/9;
}
.banner-section .banner-section-video-desktop {
  display: block;
}
@media (max-width: 767px) {
  .banner-section .banner-section-video-desktop {
    display: none;
  }
}
.banner-section .banner-section-video-mobile {
  display: none;
}
@media (max-width: 767px) {
  .banner-section .banner-section-video-mobile {
    display: block;
  }
}
.banner-section .video-volume-box {
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .banner-section .video-volume-box {
    bottom: 15px;
    right: 15px;
  }
}
.banner-section .video-volume-box span {
  color: #ffffff;
  font-size: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 350ms ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .banner-section .video-volume-box span {
    font-size: 24px;
  }
}
.banner-section .video-volume-box span:first-of-type {
  left: 20px;
  opacity: 1;
  visibility: visible;
}
.banner-section .video-volume-box span:last-of-type {
  opacity: 0;
  visibility: hidden;
}
.banner-section .video-volume-box span:hover {
  color: #EAFFB8;
}

.content-section {
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .content-section {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .content-section {
    padding-top: 0;
  }
}
.content-section .entry-content p {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .content-section .entry-content p {
    font-size: 16px;
    line-height: 20px;
  }
}
.content-section .entry-content p strong {
  color: #EAFFB8;
}
.content-section .container {
  position: relative;
}
.content-section .container::after {
  content: "";
  width: 100%;
  height: 170px;
  background: linear-gradient(to right, #000000 0%, #000000 20%, #292929 66.6%, #292929 66.6%, #000000 100%, #000000 0%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .content-section .container::after {
    display: none;
  }
}
.content-section video {
  max-width: 100%;
}
@media (max-width: 767px) {
  .content-section video {
    margin-top: 80px;
  }
}

.scan-section {
  margin: 100px 0;
  padding: 0 24px;
  position: relative;
}
@media (max-width: 1199px) {
  .scan-section {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .scan-section {
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
.scan-section-content {
  position: relative;
  z-index: 20;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 555px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  margin: 25px auto;
}
@media (max-width: 991px) {
  .scan-section-content {
    padding: 50px 15px;
  }
}
.scan-section-content::before {
  content: "";
  background-color: #ffffff;
  opacity: 0.5;
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .scan-section-content::before {
    width: 90%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    display: none;
  }
}
.scan-section-content .scan-section-cta {
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .scan-section-content .scan-section-cta {
    flex-direction: column;
  }
}
.scan-section-content .scan-section-cta span {
  color: #ffffff;
  font-size: 20px;
  transition: 350ms ease;
}
.scan-section-content .scan-section-cta .btn-icon:hover {
  background-color: #003F37;
}
.scan-section-content .scan-section-cta .btn-icon:last-of-type {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .scan-section-content .scan-section-cta .btn-icon:last-of-type {
    margin: 20px 0 0;
  }
}
.scan-section-content img,
.scan-section-content span {
  position: relative;
  z-index: 10;
}
.scan-section-content img {
  margin-bottom: 30px;
}
.scan-section-content .section-title,
.scan-section-content span {
  color: #003F37;
  z-index: 10;
}

.scan-section-inner {
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.scan-section-inner-background {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
  height: 100%;
}
.scan-section-inner-background img {
  object-fit: cover;
  object-position: center center;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .scan-section-inner-background::before {
    content: "";
    background-color: #ffffff;
    opacity: 0.5;
    position: absolute;
    inset: 0;
    z-index: 5;
    border-radius: 24px;
    width: 90%;
    height: 95%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    filter: blur(20px);
  }
}

.contact-section {
  padding: 200px 0 140px;
}
@media (max-width: 1199px) {
  .contact-section {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .contact-section {
    padding: 40px 0;
  }
}
.contact-section .wpcf7-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.contact-section .wpcf7-form .contact-form-wrapper-left,
.contact-section .wpcf7-form .contact-form-wrapper-right {
  max-width: calc(50% - 10px);
  width: 100%;
}
@media (max-width: 991px) {
  .contact-section .wpcf7-form .contact-form-wrapper-left,
  .contact-section .wpcf7-form .contact-form-wrapper-right {
    max-width: 100%;
  }
}
.contact-section .wpcf7-form .contact-form-wrapper-left input,
.contact-section .wpcf7-form .contact-form-wrapper-left textarea,
.contact-section .wpcf7-form .contact-form-wrapper-right input,
.contact-section .wpcf7-form .contact-form-wrapper-right textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: #000000;
  color: #ffffff;
  resize: vertical;
}
.contact-section .wpcf7-form .contact-form-wrapper-left input.wpcf7-not-valid,
.contact-section .wpcf7-form .contact-form-wrapper-left textarea.wpcf7-not-valid,
.contact-section .wpcf7-form .contact-form-wrapper-right input.wpcf7-not-valid,
.contact-section .wpcf7-form .contact-form-wrapper-right textarea.wpcf7-not-valid {
  border-color: red;
}
.contact-section .wpcf7-form .contact-form-wrapper-left input,
.contact-section .wpcf7-form .contact-form-wrapper-right input {
  height: 52px;
  border: 1px solid #EAFFB8;
  border-radius: 15px;
  padding: 0 15px;
}
.contact-section .wpcf7-form .contact-form-wrapper-left textarea,
.contact-section .wpcf7-form .contact-form-wrapper-right textarea {
  height: 325px;
  border: 1px solid #EAFFB8;
  border-radius: 15px;
  padding: 15px;
}
@media (max-width: 767px) {
  .contact-section .wpcf7-form .contact-form-wrapper-left textarea,
  .contact-section .wpcf7-form .contact-form-wrapper-right textarea {
    height: 200px;
  }
}
.contact-section .wpcf7-form .contact-form-wrapper-left p,
.contact-section .wpcf7-form .contact-form-wrapper-right p {
  margin: 0 0 20px;
}
.contact-section .wpcf7-form .contact-form-wrapper-right p {
  margin: 0;
}
.contact-section .wpcf7-form .wpcf7-response-output {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid #C32217;
  border-color: #C32217 !important;
  border-radius: 5px;
  margin: 0;
}
@media (max-width: 991px) {
  .contact-section .wpcf7-form .wpcf7-response-output {
    bottom: 20px;
    font-size: 14px;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .contact-section .wpcf7-form .wpcf7-response-output {
    bottom: -30px;
    width: 100%;
    text-align: center;
  }
}
.contact-section .wpcf7-form.sent .wpcf7-response-output {
  border-color: #003F37 !important;
}

.wpcf7-form-control-wrap {
  display: block;
}

.contact-form-wrapper-inner p {
  position: relative;
}
.contact-form-wrapper-inner label {
  font-size: 14px;
  position: absolute;
  background-color: #000000;
  left: 12px;
  top: 11px;
  z-index: 1;
  padding: 0 5px;
}
.contact-form-wrapper-inner .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  font-size: 14px;
  right: 12px;
  margin-top: 2px;
}

.cf-submit.cf-submit.cf-submit.cf-submit {
  margin-top: 25px;
  background-color: #EAFFB8;
  color: #000000;
  border-radius: 40px;
  width: 100%;
  max-width: 128px;
  margin-left: auto;
  display: block;
  transition: 350ms ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cf-submit.cf-submit.cf-submit.cf-submit {
    margin: 25px auto 0;
  }
}
.cf-submit.cf-submit.cf-submit.cf-submit:hover {
  background-color: #003F37;
  border-color: #003F37;
  color: #ffffff;
}

.slider-section {
  padding: 200px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .slider-section {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .slider-section {
    padding: 20px 0 40px;
  }
}

.js-slider-big .slick-track {
  display: flex;
  align-items: center;
}

.slider-item {
  height: 400px;
  display: flex !important;
  align-items: center;
}
.slider-item:not(.slick-current) .slider-section-box {
  transform: scale(0.9);
}
@media (max-width: 767px) {
  .slider-item:not(.slick-current) .slider-section-box {
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .slider-item {
    height: auto;
    min-height: 400px;
    margin: 0 15px;
  }
}
.slider-item .slider-section-box {
  height: 400px;
  width: 740px;
  background-color: #292929;
  border-radius: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 35px;
  transition: 0.6s ease;
}
@media (max-width: 767px) {
  .slider-item .slider-section-box {
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 0;
    min-height: 400px;
  }
}
.slider-item .slider-section-box-left {
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (max-width: 767px) {
  .slider-item .slider-section-box-left {
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding: 20px 20px 0;
    width: 100%;
    height: auto;
  }
}
.slider-item .slider-section-box h3 {
  font-size: 40px;
  font-weight: 400;
  max-width: 290px;
  width: 100%;
  margin-top: auto;
}
@media (max-width: 767px) {
  .slider-item .slider-section-box h3 {
    font-size: 24px;
    margin-left: 25px;
  }
}
.slider-item .slider-section-box span {
  color: #003F37;
  font-size: 16px;
  font-weight: 500;
  padding: 15px;
  background-color: #EAFFB8;
  border: 2px solid #ffffff;
  border-radius: 16px;
  margin-bottom: auto;
  width: fit-content;
}
@media (max-width: 767px) {
  .slider-item .slider-section-box-right {
    margin: 0 auto 25px;
  }
  .slider-item .slider-section-box-right img {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
  }
}

.slider-section-arrows {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  align-items: center;
}
.slider-section-arrows .slider-left {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 8px;
  border-radius: 5px;
  transition: 0.6s ease;
}
.slider-section-arrows .slider-left:hover {
  color: #000000;
  background-color: #ffffff;
}
.slider-section-arrows .slider-right {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 8px;
  border-radius: 5px;
  transition: 0.6s ease;
}
.slider-section-arrows .slider-right:hover {
  color: #000000;
  background-color: #ffffff;
}

.mobile-section {
  overflow: hidden;
  display: flex;
  padding: 0 0 70px;
}

.mobile-section-marquee {
  display: flex;
  align-items: center;
  animation: marquee 22s linear infinite;
}

.mobile-section-box {
  position: relative;
  width: 300px;
  min-width: 300px;
  margin-right: 30px;
}
.mobile-section-box:nth-child(2n) {
  transform: translateY(70px);
}
.mobile-section-box:nth-child(2n) .mobile-section-box-small-image {
  bottom: auto;
  top: 50px;
}

.mobile-section-box-main-image {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  max-width: 269px;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mobile-section-box-small-image {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  width: 100%;
  max-width: 249px;
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.faq-section {
  padding-top: 191px;
}
@media (max-width: 1199px) {
  .faq-section {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .faq-section {
    padding-top: 30px;
  }
}

.faqs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1131px;
  margin: 0 auto;
  border: 2px solid #E8E8E8;
  border-radius: 32px;
  padding: 24px;
  position: relative;
}

.faq-questions {
  width: calc(50% - 12px);
  max-height: 400px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .faq-questions {
    width: 100%;
  }
}

.faq-answers {
  width: calc(50% - 12px);
}
@media (max-width: 767px) {
  .faq-answers {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    visibility: hidden;
  }
}

.faq-question {
  margin: 0 10px 8px 0;
  height: 43px;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  border-radius: 16px;
  transition: 0.6s ease;
  cursor: pointer;
}
.faq-question:hover, .faq-question.active {
  background-color: #ffffff;
  color: #000000;
}
.faq-question:hover span, .faq-question.active span {
  color: #000000;
}
.faq-question:last-of-type {
  margin-bottom: 0;
}
.faq-question span {
  color: #EAFFB8;
  transition: 0.6s ease;
}

.faq-answers-wrapper {
  border-radius: 16px;
  height: 400px;
  background-size: 341px auto;
  background-repeat: no-repeat;
  background-position: 41px calc(100% - 21px);
  background-color: #003F37;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .faq-answers-wrapper {
    overflow: visible;
  }
}

.faq-answers-wrapper-logo {
  position: absolute;
  right: 30px;
  top: 24px;
  pointer-events: none;
}

.faq-answer {
  position: absolute;
  inset: 0;
  background-color: #ffffff;
  z-index: 2;
  color: #000000;
  padding: 26px 40px 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s ease;
}
.faq-answer.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .faq-answer {
    top: 0;
    left: 0;
    width: 100%;
    bottom: auto;
    padding: 26px;
    border-radius: 25px;
    top: -10px;
    height: 420px;
    transform: translateX(-50%);
    width: calc(100% - 25px);
  }
  .faq-answer.active {
    left: 50%;
  }
}

.faq-answer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .faq-answer-header {
    margin-bottom: 20px;
    padding-right: 15px;
  }
}

.faq-answer-q {
  font-size: 24px;
  margin: 0;
}

.faq-answer-close {
  cursor: pointer;
  width: 14px;
  height: 14px;
  display: block;
  position: relative;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .faq-answer-close {
    position: absolute;
    top: 35px;
    right: 24px;
  }
}
.faq-answer-close::before {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #000000;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.faq-answer-close::after {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #000000;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.faq-answer-content {
  overflow-y: auto;
  height: calc(100% - 68px);
  padding-right: 10px;
}

.simple-page-content {
  padding: 200px 0 100px;
}

.page-id-245 .site-header,
.page-id-245 .site-footer {
	display: none;
}

.page-id-245 .simple-page-content {
	padding: 0;
}