:root {
  --font-primary: "DM Sans", sans-serif;
  --font-secondary: "DM Sans", sans-serif;
  --main-color: #44f2a7;
  --main-light-color: #dafced;
  --main-color-hover: #227953;
  --secondary-color: #002010;
  --secondary-color-hover: #00180c;
  --neutral-800: #002010;
  --neutral-700: #4e4b66;
  --neutral-600: #6e7191;
  --neutral-500: #a0a3bd;
  --neutral-400: #d9dbe9;
  --neutral-300: #eff0f6;
  --neutral-200: #d9dbe9;
  --neutral-100: #ffffff;
  --navBgColor: #ffffff;
  --navTextColor: #002010;
  --navTextColorHoover: #01cd67;
  --navTextColorActive: #01cd67;
  --navDetailColor: #002010;
  --navMarginColor: #002010;
  --navBgColorScrolled: #ffffff;
  --navTextColorScrolled: #002010;
  --navDetailColorScrolled: #002010;
  --navMarginColorScrolled: #002010;
  --nav-height: 60px;
  --langBgColor: #fff;
  --langTextColor: #002010;
  --langHoverColor: #00180c;
  --fullmenuBgColor: #fff;
  --fullmenuTextColor: #002010;
  --fullmenuLinksColor: #002010;
  --footerBgColor: #002010;
  --footerTextColor: #fff;
  --footerLinkColor: #fff;
  --footerLogoAspectRatio: 3/1;
  --footerLogoHeight: 53px;
  --footerLogoMargin: 0 0 35px 0;
  --footerPadding: 108px 0 108px;
  --footerColumnGutter: 0;
  --footerTopSectionMargin: 0 0 80px 0;
  --footerTextSize: 12px;
  --footerTitleSize: 16px;
  --footerMarginDivider: 60px 0 0 0;
  --ctaPrimaryColor: #44f2a7;
  --ctaPrimaryColorHover: #227953;
  --ctaTextPrimaryColor: #002010;
  --ctaTextPrimaryColorHover: #fff;
  --ctaSecondaryColor: #002010;
  --ctaSecondaryColorHover: #00180c;
  --ctaTextSecondaryColor: #ffffff;
  --ctaTextSecondaryColorHover: #ffffff;
  --ctaBorderPrimaryColor: #44f2a7;
  --ctaBorderPrimaryColor: #44f2a7;
  --ctaSvgPrimaryColor: #44f2a7;
  --ctaSvgPrimaryColorHover: #44f2a7;
  --ctaSvgSecondaryColor: #ffffff;
  --ctaSvgSecondaryColorHover: #ffffff;
  --ctaFontSizeSmall: 14px;
  --ctaFontSizeMedium: 16px;
  --ctaFontSizeLarge: 18px;
  --ctaPaddingSmall: 10px 20px;
  --ctaPaddingMedium: 10px 25px;
  --ctaPaddingLarge: 12px 34px;
  --ctaSquareRound: 12px;
  --ctaRound: 50px;
  --small-size: 10px;
  --medium-size: 20px;
  --large-size: 30px;
  --extra-lare-size: 40px;
}

@media only screen and (max-width: 991px) {
  :root {
    --nav-height: 64px;
    --footerLogoHeight: 50px;
    --footerPadding: 63px 0 63px;
    --footerTopSectionMargin: 0 0 50px 0;
    --footerTitleSize: 14px;
    --footerCopyrightMargin: 0 0 38px 0;
    --footerColumnGutter: 6rem;
    --footerLogoMargin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --footerPadding: 42px 0 42px;
  }
}
@media only screen and (max-width: 575px) {
  :root {
    --nav-height: 54px;
    --footerLogoHeight: 53px;
    --footerTitleSize: 16px;
    --footerCopyrightMargin: 38px 0;
  }
}
/* General and Bootstrap-like classes */
:root {
  /*
  By doing this bootstrap margins and paddings (expressed in rem) will be 2.5px 5px 10px 15px 30px.
  So it is coherent with columns horizontal margins.
  */
  font-size: 62.5%;
}

/* Top and bottom margin proportional to bootstrap columns */
.mt-col-0,
.my-col-0 {
  margin-top: 0vw;
}

.mb-col-0,
.my-col-0 {
  margin-bottom: 0vw;
}

/* Top and bottom padding proportional to bootstrap columns */
.pt-col-0,
.py-col-0 {
  padding-top: 0vw;
}

.pb-col-0,
.py-col-0 {
  padding-bottom: 0vw;
}

/* Top and bottom margin proportional to bootstrap columns */
.mt-col-1,
.my-col-1 {
  margin-top: 8.3333333333vw;
}

.mb-col-1,
.my-col-1 {
  margin-bottom: 8.3333333333vw;
}

/* Top and bottom padding proportional to bootstrap columns */
.pt-col-1,
.py-col-1 {
  padding-top: 8.3333333333vw;
}

.pb-col-1,
.py-col-1 {
  padding-bottom: 8.3333333333vw;
}

/* Top and bottom margin proportional to bootstrap columns */
.mt-col-2,
.my-col-2 {
  margin-top: 16.6666666667vw;
}

.mb-col-2,
.my-col-2 {
  margin-bottom: 16.6666666667vw;
}

/* Top and bottom padding proportional to bootstrap columns */
.pt-col-2,
.py-col-2 {
  padding-top: 16.6666666667vw;
}

.pb-col-2,
.py-col-2 {
  padding-bottom: 16.6666666667vw;
}

/* Top and bottom margin proportional to bootstrap columns */
.mt-col-3,
.my-col-3 {
  margin-top: 25vw;
}

.mb-col-3,
.my-col-3 {
  margin-bottom: 25vw;
}

/* Top and bottom padding proportional to bootstrap columns */
.pt-col-3,
.py-col-3 {
  padding-top: 25vw;
}

.pb-col-3,
.py-col-3 {
  padding-bottom: 25vw;
}

/* Top and bottom margin equal to half column */
.mt-half-col,
.my-half-col {
  margin-top: 4.166667vw;
}

.mb-half-col,
.my-half-col {
  margin-bottom: 4.166667vw;
}

/* Top and bottom padding equal to half column */
.pt-half-col,
.py-half-col {
  padding-top: 4.166667vw;
}

.pb-half-col,
.py-half-col {
  padding-bottom: 4.166667vw;
}

/* Left and right margin equal to half column */
.ml-half-col,
.mx-half-col {
  margin-left: 4.166667vw;
}

.mr-half-col,
.mx-half-col {
  margin-right: 4.166667vw;
}

/* Left and right padding equal to half column */
.pl-half-col,
.px-half-col {
  padding-left: 4.166667vw;
}

.pr-half-col,
.px-half-col {
  padding-right: 4.166667vw;
}

@media (min-width: 576px) {
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-sm-0,
  .my-col-sm-0 {
    margin-top: 0vw;
  }
  .mb-col-sm-0,
  .my-col-sm-0 {
    margin-bottom: 0vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-sm-0,
  .py-col-sm-0 {
    padding-top: 0vw;
  }
  .pb-col-sm-0,
  .py-col-sm-0 {
    padding-bottom: 0vw;
  }
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-sm-1,
  .my-col-sm-1 {
    margin-top: 8.3333333333vw;
  }
  .mb-col-sm-1,
  .my-col-sm-1 {
    margin-bottom: 8.3333333333vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-sm-1,
  .py-col-sm-1 {
    padding-top: 8.3333333333vw;
  }
  .pb-col-sm-1,
  .py-col-sm-1 {
    padding-bottom: 8.3333333333vw;
  }
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-sm-2,
  .my-col-sm-2 {
    margin-top: 16.6666666667vw;
  }
  .mb-col-sm-2,
  .my-col-sm-2 {
    margin-bottom: 16.6666666667vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-sm-2,
  .py-col-sm-2 {
    padding-top: 16.6666666667vw;
  }
  .pb-col-sm-2,
  .py-col-sm-2 {
    padding-bottom: 16.6666666667vw;
  }
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-sm-3,
  .my-col-sm-3 {
    margin-top: 25vw;
  }
  .mb-col-sm-3,
  .my-col-sm-3 {
    margin-bottom: 25vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-sm-3,
  .py-col-sm-3 {
    padding-top: 25vw;
  }
  .pb-col-sm-3,
  .py-col-sm-3 {
    padding-bottom: 25vw;
  }
  /* Top and bottom margin equal to half column */
  .mt-half-col-sm,
  .my-half-col-sm {
    margin-top: 4.166667vw;
  }
  .mb-half-col-sm,
  .my-half-col-sm {
    margin-bottom: 4.166667vw;
  }
  /* Top and bottom padding equal to half column */
  .pt-half-col-sm,
  .py-half-col-sm {
    padding-top: 4.166667vw;
  }
  .pb-half-col-sm,
  .py-half-col-sm {
    padding-bottom: 4.166667vw;
  }
  /* Left and right margin equal to half column */
  .ml-half-col-sm,
  .mx-half-col-sm {
    margin-left: 4.166667vw;
  }
  .mr-half-col-sm,
  .mx-half-col-sm {
    margin-right: 4.166667vw;
  }
  /* Left and right padding equal to half column */
  .pl-half-col-sm,
  .px-half-col-sm {
    padding-left: 4.166667vw;
  }
  .pr-half-col-sm,
  .px-half-col-sm {
    padding-right: 4.166667vw;
  }
}
@media (min-width: 768px) {
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-md-0,
  .my-col-md-0 {
    margin-top: 0vw;
  }
  .mb-col-md-0,
  .my-col-md-0 {
    margin-bottom: 0vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-md-0,
  .py-col-md-0 {
    padding-top: 0vw;
  }
  .pb-col-md-0,
  .py-col-md-0 {
    padding-bottom: 0vw;
  }
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-md-1,
  .my-col-md-1 {
    margin-top: 8.3333333333vw;
  }
  .mb-col-md-1,
  .my-col-md-1 {
    margin-bottom: 8.3333333333vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-md-1,
  .py-col-md-1 {
    padding-top: 8.3333333333vw;
  }
  .pb-col-md-1,
  .py-col-md-1 {
    padding-bottom: 8.3333333333vw;
  }
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-md-2,
  .my-col-md-2 {
    margin-top: 16.6666666667vw;
  }
  .mb-col-md-2,
  .my-col-md-2 {
    margin-bottom: 16.6666666667vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-md-2,
  .py-col-md-2 {
    padding-top: 16.6666666667vw;
  }
  .pb-col-md-2,
  .py-col-md-2 {
    padding-bottom: 16.6666666667vw;
  }
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-md-3,
  .my-col-md-3 {
    margin-top: 25vw;
  }
  .mb-col-md-3,
  .my-col-md-3 {
    margin-bottom: 25vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-md-3,
  .py-col-md-3 {
    padding-top: 25vw;
  }
  .pb-col-md-3,
  .py-col-md-3 {
    padding-bottom: 25vw;
  }
  /* Top and bottom margin equal to half column */
  .mt-half-col-md,
  .my-half-col-md {
    margin-top: 4.166667vw;
  }
  .mb-half-col-md,
  .my-half-col-md {
    margin-bottom: 4.166667vw;
  }
  /* Top and bottom padding equal to half column */
  .pt-half-col-md,
  .py-half-col-md {
    padding-top: 4.166667vw;
  }
  .pb-half-col-md,
  .py-half-col-md {
    padding-bottom: 4.166667vw;
  }
  /* Left and right margin equal to half column */
  .ml-half-col-md,
  .mx-half-col-md {
    margin-left: 4.166667vw;
  }
  .mr-half-col-md,
  .mx-half-col-md {
    margin-right: 4.166667vw;
  }
  /* Left and right padding equal to half column */
  .pl-half-col-md,
  .px-half-col-md {
    padding-left: 4.166667vw;
  }
  .pr-half-col-md,
  .px-half-col-md {
    padding-right: 4.166667vw;
  }
}
@media (min-width: 992px) {
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-lg-0,
  .my-col-lg-0 {
    margin-top: 0vw;
  }
  .mb-col-lg-0,
  .my-col-lg-0 {
    margin-bottom: 0vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-lg-0,
  .py-col-lg-0 {
    padding-top: 0vw;
  }
  .pb-col-lg-0,
  .py-col-lg-0 {
    padding-bottom: 0vw;
  }
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-lg-1,
  .my-col-lg-1 {
    margin-top: 8.3333333333vw;
  }
  .mb-col-lg-1,
  .my-col-lg-1 {
    margin-bottom: 8.3333333333vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-lg-1,
  .py-col-lg-1 {
    padding-top: 8.3333333333vw;
  }
  .pb-col-lg-1,
  .py-col-lg-1 {
    padding-bottom: 8.3333333333vw;
  }
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-lg-2,
  .my-col-lg-2 {
    margin-top: 16.6666666667vw;
  }
  .mb-col-lg-2,
  .my-col-lg-2 {
    margin-bottom: 16.6666666667vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-lg-2,
  .py-col-lg-2 {
    padding-top: 16.6666666667vw;
  }
  .pb-col-lg-2,
  .py-col-lg-2 {
    padding-bottom: 16.6666666667vw;
  }
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-lg-3,
  .my-col-lg-3 {
    margin-top: 25vw;
  }
  .mb-col-lg-3,
  .my-col-lg-3 {
    margin-bottom: 25vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-lg-3,
  .py-col-lg-3 {
    padding-top: 25vw;
  }
  .pb-col-lg-3,
  .py-col-lg-3 {
    padding-bottom: 25vw;
  }
  /* Top and bottom margin equal to half column */
  .mt-half-col-lg,
  .my-half-col-lg {
    margin-top: 4.166667vw;
  }
  .mb-half-col-lg,
  .my-half-col-lg {
    margin-bottom: 4.166667vw;
  }
  /* Top and bottom padding equal to half column */
  .pt-half-col-lg,
  .py-half-col-lg {
    padding-top: 4.166667vw;
  }
  .pb-half-col-lg,
  .py-half-col-lg {
    padding-bottom: 4.166667vw;
  }
  /* Left and right margin equal to half column */
  .ml-half-col-lg,
  .mx-half-col-lg {
    margin-left: 4.166667vw;
  }
  .mr-half-col-lg,
  .mx-half-col-lg {
    margin-right: 4.166667vw;
  }
  /* Left and right padding equal to half column */
  .pl-half-col-lg,
  .px-half-col-lg {
    padding-left: 4.166667vw;
  }
  .pr-half-col-lg,
  .px-half-col-lg {
    padding-right: 4.166667vw;
  }
}
@media (min-width: 1200px) {
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-xl-0,
  .my-col-xl-0 {
    margin-top: 0vw;
  }
  .mb-col-xl-0,
  .my-col-xl-0 {
    margin-bottom: 0vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-xl-0,
  .py-col-xl-0 {
    padding-top: 0vw;
  }
  .pb-col-xl-0,
  .py-col-xl-0 {
    padding-bottom: 0vw;
  }
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-xl-1,
  .my-col-xl-1 {
    margin-top: 8.3333333333vw;
  }
  .mb-col-xl-1,
  .my-col-xl-1 {
    margin-bottom: 8.3333333333vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-xl-1,
  .py-col-xl-1 {
    padding-top: 8.3333333333vw;
  }
  .pb-col-xl-1,
  .py-col-xl-1 {
    padding-bottom: 8.3333333333vw;
  }
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-xl-2,
  .my-col-xl-2 {
    margin-top: 16.6666666667vw;
  }
  .mb-col-xl-2,
  .my-col-xl-2 {
    margin-bottom: 16.6666666667vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-xl-2,
  .py-col-xl-2 {
    padding-top: 16.6666666667vw;
  }
  .pb-col-xl-2,
  .py-col-xl-2 {
    padding-bottom: 16.6666666667vw;
  }
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-xl-3,
  .my-col-xl-3 {
    margin-top: 25vw;
  }
  .mb-col-xl-3,
  .my-col-xl-3 {
    margin-bottom: 25vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-xl-3,
  .py-col-xl-3 {
    padding-top: 25vw;
  }
  .pb-col-xl-3,
  .py-col-xl-3 {
    padding-bottom: 25vw;
  }
  /* Top and bottom margin equal to half column */
  .mt-half-col-xl,
  .my-half-col-xl {
    margin-top: 4.166667vw;
  }
  .mb-half-col-xl,
  .my-half-col-xl {
    margin-bottom: 4.166667vw;
  }
  /* Top and bottom padding equal to half column */
  .pt-half-col-xl,
  .py-half-col-xl {
    padding-top: 4.166667vw;
  }
  .pb-half-col-xl,
  .py-half-col-xl {
    padding-bottom: 4.166667vw;
  }
  /* Left and right margin equal to half column */
  .ml-half-col-xl,
  .mx-half-col-xl {
    margin-left: 4.166667vw;
  }
  .mr-half-col-xl,
  .mx-half-col-xl {
    margin-right: 4.166667vw;
  }
  /* Left and right padding equal to half column */
  .pl-half-col-xl,
  .px-half-col-xl {
    padding-left: 4.166667vw;
  }
  .pr-half-col-xl,
  .px-half-col-xl {
    padding-right: 4.166667vw;
  }
}
@media (min-width: 1400px) {
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-xxl-0,
  .my-col-xxl-0 {
    margin-top: 0vw;
  }
  .mb-col-xxl-0,
  .my-col-xxl-0 {
    margin-bottom: 0vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-xxl-0,
  .py-col-xxl-0 {
    padding-top: 0vw;
  }
  .pb-col-xxl-0,
  .py-col-xxl-0 {
    padding-bottom: 0vw;
  }
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-xxl-1,
  .my-col-xxl-1 {
    margin-top: 8.3333333333vw;
  }
  .mb-col-xxl-1,
  .my-col-xxl-1 {
    margin-bottom: 8.3333333333vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-xxl-1,
  .py-col-xxl-1 {
    padding-top: 8.3333333333vw;
  }
  .pb-col-xxl-1,
  .py-col-xxl-1 {
    padding-bottom: 8.3333333333vw;
  }
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-xxl-2,
  .my-col-xxl-2 {
    margin-top: 16.6666666667vw;
  }
  .mb-col-xxl-2,
  .my-col-xxl-2 {
    margin-bottom: 16.6666666667vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-xxl-2,
  .py-col-xxl-2 {
    padding-top: 16.6666666667vw;
  }
  .pb-col-xxl-2,
  .py-col-xxl-2 {
    padding-bottom: 16.6666666667vw;
  }
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-xxl-3,
  .my-col-xxl-3 {
    margin-top: 25vw;
  }
  .mb-col-xxl-3,
  .my-col-xxl-3 {
    margin-bottom: 25vw;
  }
  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-xxl-3,
  .py-col-xxl-3 {
    padding-top: 25vw;
  }
  .pb-col-xxl-3,
  .py-col-xxl-3 {
    padding-bottom: 25vw;
  }
  /* Top and bottom margin equal to half column */
  .mt-half-col-xxl,
  .my-half-col-xxl {
    margin-top: 4.166667vw;
  }
  .mb-half-col-xxl,
  .my-half-col-xxl {
    margin-bottom: 4.166667vw;
  }
  /* Top and bottom padding equal to half column */
  .pt-half-col-xxl,
  .py-half-col-xxl {
    padding-top: 4.166667vw;
  }
  .pb-half-col-xxl,
  .py-half-col-xxl {
    padding-bottom: 4.166667vw;
  }
  /* Left and right margin equal to half column */
  .ml-half-col-xxl,
  .mx-half-col-xxl {
    margin-left: 4.166667vw;
  }
  .mr-half-col-xxl,
  .mx-half-col-xxl {
    margin-right: 4.166667vw;
  }
  /* Left and right padding equal to half column */
  .pl-half-col-xxl,
  .px-half-col-xxl {
    padding-left: 4.166667vw;
  }
  .pr-half-col-xxl,
  .px-half-col-xxl {
    padding-right: 4.166667vw;
  }
}
.opacity-0 {
  opacity: 0;
}

.opacity-half {
  opacity: 0.5;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-all {
  pointer-events: all;
}

.cursor-pointer {
  cursor: pointer;
}

.text-decoration-none {
  text-decoration: none;
}

.text-black,
a.text-black {
  color: #000;
}
.text-black:hover,
a.text-black:hover {
  color: #000;
}

.bg-transparent {
  background-color: transparent;
}

.filter-invert {
  filter: invert(1);
}

b,
strong {
  font-weight: 600;
}

.user-select-none {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome, Edge, Opera and Firefox */
}

.outline-none {
  outline: 0;
}
.outline-none:focus-visible {
  outline: 0;
}

/* Scale on hover, needs to be inside an element with position relative + overflow hidden */
.scale-on-hover {
  transition: transform 0.35s ease-in-out;
}
.scale-on-hover:hover {
  transform: scale(1.05);
}

.underlined-on-hover .underline-element {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  transform-origin: center left;
  transform: scaleX(0);
  transition: transform 0.35s ease-in-out;
}
.underlined-on-hover .underline-element.underline-element-white {
  background-color: rgba(255, 255, 255, 0.2);
}
.underlined-on-hover:hover .underline-element {
  transform: scaleX(1);
}

/* Zoom image effect on scroll, needs to be inside an element with position relative + overflow hidden */
.zoom-out-intro-effect {
  display: block;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: transform 0.45s ease-in-out 0.2s;
}
.zoom-out-intro-effect.zoomed {
  transform: scale(1.05);
}

/* Fade in element */
.fade-in-intro-effect {
  display: block;
  transform: scale(1);
  opacity: 1;
  transform-origin: center bottom;
  transition: transform 0.45s ease-in-out 0.2s, opacity 0.45s ease-in-out 0.2s;
}
.fade-in-intro-effect.faded {
  transform: scale(0.98);
  opacity: 0;
}

/* Zoom image on hover */
.zoom-img-on-hover {
  overflow: hidden;
}
.zoom-img-on-hover .img-to-zoom,
.zoom-img-on-hover .img-to-zoom-sm {
  transform: scale(1);
  transition: transform 0.35s ease-in-out;
}
.zoom-img-on-hover .img-to-zoom.fix-browser-margin,
.zoom-img-on-hover .img-to-zoom-sm.fix-browser-margin {
  transform: scale(1.01);
}
.zoom-img-on-hover:hover .img-to-zoom {
  transform: scale(1.055);
}
.zoom-img-on-hover:hover .img-to-zoom-sm {
  transform: scale(1.015);
}

.w-fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.h-fit-content {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.min-w-auto {
  min-width: auto !important;
}

.min-h-auto {
  min-height: auto !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.z-index-4 {
  z-index: 4 !important;
}

.z-index-5 {
  z-index: 5 !important;
}

.z-index-6 {
  z-index: 6 !important;
}

.z-index-7 {
  z-index: 7 !important;
}

.z-index-8 {
  z-index: 8 !important;
}

.z-index-9 {
  z-index: 9 !important;
}

.z-index-100 {
  z-index: 100 !important;
}

.z-index-200 {
  z-index: 200 !important;
}

.z-index-300 {
  z-index: 300 !important;
}

.z-index-400 {
  z-index: 400 !important;
}

.z-index-500 {
  z-index: 500 !important;
}

.z-index-600 {
  z-index: 600 !important;
}

.z-index-700 {
  z-index: 700 !important;
}

.z-index-800 {
  z-index: 800 !important;
}

.z-index-900 {
  z-index: 900 !important;
}

.z-index-1000 {
  z-index: 1000 !important;
}

.z-index-1100 {
  z-index: 1100 !important;
}

.row-gap-10 {
  row-gap: 10px !important;
}

.row-gap-20 {
  row-gap: 20px !important;
}

.row-gap-30 {
  row-gap: 30px !important;
}

.row-gap-40 {
  row-gap: 40px !important;
}

.row-gap-50 {
  row-gap: 50px !important;
}

.row-gap-60 {
  row-gap: 60px !important;
}

.row-gap-70 {
  row-gap: 70px !important;
}

.row-gap-80 {
  row-gap: 80px !important;
}

.row-gap-90 {
  row-gap: 90px !important;
}

.row-gap-100 {
  row-gap: 100px !important;
}

.column-gap-10 {
  -moz-column-gap: 10px !important;
       column-gap: 10px !important;
}

.column-gap-20 {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}

.column-gap-30 {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
}

.column-gap-40 {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

.column-gap-50 {
  -moz-column-gap: 50px !important;
       column-gap: 50px !important;
}

.column-gap-60 {
  -moz-column-gap: 60px !important;
       column-gap: 60px !important;
}

.column-gap-70 {
  -moz-column-gap: 70px !important;
       column-gap: 70px !important;
}

.column-gap-80 {
  -moz-column-gap: 80px !important;
       column-gap: 80px !important;
}

.column-gap-90 {
  -moz-column-gap: 90px !important;
       column-gap: 90px !important;
}

.column-gap-100 {
  -moz-column-gap: 100px !important;
       column-gap: 100px !important;
}

.hide {
  transform: translateY(-100%);
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.swiper-slide {
  height: auto;
}

.swiper-button-prev,
.swiper-button-next {
  width: 53px;
  height: 53px;
  border: 1px solid var(--neutral-400);
  color: #fff;
  border-radius: 30px;
}

.swiper-button {
  cursor: pointer;
}

.m-w-100 {
  max-width: 100% !important;
  min-width: 100% !important;
  height: auto !important;
}

#wp-contact-form input {
  color: #000;
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#wp-contact-form ::-moz-placeholder {
  color: #000;
}
#wp-contact-form ::placeholder {
  color: #000;
}

.error-page-container {
  display: flex;
  flex-direction: column;
  color: #000;
  padding-top: var(--nav-height);
}
.error-page-container .error_number {
  font-size: 156px;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-page-container .error_number span {
  font-size: 2.604vw;
  font-weight: 700;
  color: #000;
}
.error-page-container .error_number span.number {
  font-size: 17.188vw;
  line-height: 0.7;
}
.error-page-container .error_number hr {
  margin-top: 40px;
  margin-bottom: 0;
  width: 50px;
}
.error-page-container .error_title {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
}
.error-page-container .error_description {
  font-size: 20px;
  font-weight: 400;
}
.error-page-container .error_description a {
  color: #000;
}
.error-page-container .error_description a:hover {
  color: #292929;
}

.error-outer-container {
  background-color: #fff;
}

.nav-search-section {
  transform: translateY(-100%);
  transition: all 0.35s;
  position: fixed;
  width: 100%;
  z-index: 3;
  padding-top: 20px;
  padding-bottom: 20px;
  background: var(--main-color-hover);
}
.nav-search-section .search-form {
  margin-bottom: 0;
}
.nav-search-section .search-form .input-text {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.nav-search-section .search-form .input-text input {
  background-color: var(--main-color);
  color: #ffffff;
  padding: 10px;
  border: 0;
  border-radius: 100px;
  font-weight: 600;
  outline: 0;
  box-shadow: none;
}
.nav-search-section .search-form .input-text ::-moz-placeholder {
  border: 0;
  color: rgba(255, 255, 255, 0.5176470588);
}
.nav-search-section .search-form .input-text ::placeholder {
  border: 0;
  color: rgba(255, 255, 255, 0.5176470588);
}
.nav-search-section .search-form .input-text .search-button {
  background-color: var(--main-color);
  color: #ffffff;
  padding: 10px;
  border: 0;
  border-radius: 100px;
  outline: 0;
  box-shadow: none;
  aspect-ratio: 1/1;
}
.nav-search-section .search-form .input-text .search-button i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-search-section.active {
  transform: translateY(var(--nav-height));
  transition: all 0.35s;
}

@media only screen and (max-width: 991px) {
  .nav-search-section.active {
    transform: translateY(var(--nav-height));
  }
}
@media only screen and (max-width: 575px) {
  .nav-search-section.active {
    transform: translateY(var(--nav-height));
  }
}
/* Newsletter element */
.newsletter-outer-container {
  padding: 100px 0;
  color: #000;
  background-color: #e4e4e4;
}
.newsletter-outer-container h3 {
  font-size: 45px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px;
}
.newsletter-outer-container .newsletter-privacy {
  font-size: 12px;
  color: #343434;
  margin-bottom: 0;
}
.newsletter-outer-container .newsletter-privacy a {
  color: var(--main-color);
  text-decoration: none;
  font-weight: 700;
}
.newsletter-outer-container .newsletter-form-container {
  position: relative;
  margin-top: 20px;
  display: flex;
}
.newsletter-outer-container .newsletter-form-container .newsletter-input {
  background-color: #fff;
  color: #343434;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.newsletter-outer-container .newsletter-form-container .newsletter-input::-moz-placeholder {
  color: rgba(52, 52, 52, 0.6);
  font-weight: bold;
  font-size: 18px;
}
.newsletter-outer-container .newsletter-form-container .newsletter-input::placeholder {
  color: rgba(52, 52, 52, 0.6);
  font-weight: bold;
  font-size: 18px;
}
.newsletter-outer-container .newsletter-form-container .newsletter-input:not(:-moz-placeholder) {
  outline: 0;
}
.newsletter-outer-container .newsletter-form-container .newsletter-input:focus, .newsletter-outer-container .newsletter-form-container .newsletter-input:not(:placeholder-shown) {
  outline: 0;
}
.newsletter-outer-container .newsletter-form-container .newsletter-submit {
  height: 100%;
  background: var(--main-color);
  color: #fff;
  border: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}
.newsletter-outer-container .newsletter-form-container .newsletter-submit.newsletter-submit-done {
  opacity: 0;
  transform: translate(-125%, -50%);
  transition: all 0.25s ease-out;
}
.newsletter-outer-container .newsletter-form-container .newsletter-submit.newsletter-submit-done-error {
  opacity: 0;
  transform: translate(-125%, -50%);
  transition: all 0.25s ease-out;
}
.newsletter-outer-container input:-webkit-autofill,
.newsletter-outer-container input:-webkit-autofill:hover,
.newsletter-outer-container input:-webkit-autofill:focus,
.newsletter-outer-container textarea:-webkit-autofill,
.newsletter-outer-container textarea:-webkit-autofill:hover,
.newsletter-outer-container textarea:-webkit-autofill:focus,
.newsletter-outer-container select:-webkit-autofill,
.newsletter-outer-container select:-webkit-autofill:hover,
.newsletter-outer-container select:-webkit-autofill:focus {
  border-bottom: 0;
  -webkit-text-fill-color: #9b9b9b;
  box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #9b9b9b !important;
  font-weight: bold;
}
.newsletter-outer-container .newsletter-description p {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.42;
}

.newsletter-inner-container {
  padding: 80px 8.3333333vw;
  background-color: #f8f8f8;
  color: #343434;
  display: flex;
}
.newsletter-inner-container .newsletter-left {
  width: 50%;
  padding-right: 4.166666665vw;
}
.newsletter-inner-container .newsletter-right {
  width: 50%;
  padding-left: 4.166666665vw;
}
.newsletter-inner-container .newsletter-right p {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
}
.newsletter-inner-container .newsletter-right .form-label {
  font-weight: 400;
  font-size: 24px;
}

.contact-checkbox-container {
  position: relative;
  margin-top: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: 0.3s ease-in-out;
}
.contact-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact-checkbox-container input:checked ~ .contact-checkmark {
  background-color: #fff;
  border: 1px solid #343434;
}
.contact-checkbox-container input:checked ~ .contact-checkmark:after {
  display: block;
}

.contact-checkbox-container--contact {
  position: relative;
  margin-top: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.contact-checkbox-container--contact input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact-checkbox-container--contact input:checked ~ .contact-checkmark {
  background-color: none;
}
.contact-checkbox-container--contact input:checked ~ .contact-checkmark:after {
  display: block;
}

.contact-checkmark {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  transition: 0.3s ease-in-out;
  border: 1px solid #343434;
}
.contact-checkmark:after {
  color: #000000;
  content: "";
  display: none;
}

.contact-checkbox-container .contact-checkmark:after {
  width: 6px;
  height: 11px;
  margin-top: 4px;
  border: solid var(--main-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media only screen and (max-width: 991px) {
  .newsletter-outer-container h3 {
    font-size: 45px;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input {
    padding-left: 20px;
    font-size: 12px;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input::-moz-placeholder {
    color: rgba(155, 155, 155, 0.6);
    font-size: 12px;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input::placeholder {
    color: rgba(155, 155, 155, 0.6);
    font-size: 12px;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input:not(:-moz-placeholder) {
    outline: 0;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input:focus, .newsletter-outer-container .newsletter-form-container .newsletter-input:not(:placeholder-shown) {
    outline: 0;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-submit {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
  .newsletter-outer-container .contact-checkbox-container {
    margin-top: 20px;
  }
  .newsletter-outer-container .newsletter-privacy {
    font-size: 12px;
  }
  .newsletter-inner-container {
    padding: 50px 8.3333333vw;
    flex-direction: column;
  }
  .newsletter-inner-container .newsletter-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .newsletter-inner-container .newsletter-right {
    width: 100%;
    padding-left: 0;
  }
  .newsletter-inner-container .newsletter-right p {
    font-size: 16px;
  }
  .newsletter-inner-container .newsletter-right .form-label {
    font-size: 21px;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter-outer-container h3 {
    font-size: 30px;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input {
    padding-left: 20px;
    font-size: 12px;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input::-moz-placeholder {
    color: rgba(155, 155, 155, 0.6);
    font-size: 12px;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input::placeholder {
    color: rgba(155, 155, 155, 0.6);
    font-size: 12px;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input:not(:-moz-placeholder) {
    outline: 0;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input:focus, .newsletter-outer-container .newsletter-form-container .newsletter-input:not(:placeholder-shown) {
    outline: 0;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-submit {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
  .newsletter-outer-container .contact-checkbox-container {
    margin-top: 20px;
  }
  .newsletter-outer-container .newsletter-privacy {
    font-size: 12px;
  }
  .newsletter-inner-container {
    padding: 50px 8.3333333vw;
    flex-direction: column;
  }
  .newsletter-inner-container .newsletter-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .newsletter-inner-container .newsletter-right {
    width: 100%;
    padding-left: 0;
  }
  .newsletter-inner-container .newsletter-right p {
    font-size: 15px;
  }
  .newsletter-inner-container .newsletter-right .form-label {
    font-size: 18px;
  }
}
#container-yt-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.627);
  z-index: 1090;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
#container-yt-video.open {
  opacity: 1;
}

#video-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#close-yt-video {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 40px;
  cursor: pointer;
}

.play-video-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 80px;
  transition: transform 0.35s ease-in-out;
  cursor: pointer;
}

.play-video-img:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

@media only screen and (max-width: 575px) {
  #close-yt-video {
    left: 16px;
    top: 16px;
  }
}
.available-langs-list {
  border-radius: 0;
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8.333vw;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.available-langs-list.dropdown-menu {
  top: calc(var(--nav-height) / 2.5);
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  padding: 0;
  background-color: transparent;
}
.available-langs-list.dropdown-menu .lang {
  line-height: 1;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #4a494a;
  text-decoration: none;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  transition: all 0.3s ease-out;
  font-size: 1.4rem;
  font-weight: 700;
}

.language-menu {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.extra-select-lang {
  display: flex;
}
.extra-select-lang .extra-select-lang-bg-transparent {
  background-color: transparent;
  width: 70%;
  top: 0;
}
.extra-select-lang .extra-select-lang-bg-black {
  height: 15px;
  background-color: #000;
  width: 30%;
  top: 0;
}

.rectangle-menu-lang {
  background-color: #fff;
  color: transparent;
  top: -15px;
  left: -1px;
  height: 14px;
  width: 65% !important;
  text-align: center;
}

.cta {
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.35s;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--ctaTextPrimaryColor);
  border: 1px solid transparent;
  cursor: pointer;
}
.cta span {
  line-height: 1;
}
.cta:hover {
  color: var(--ctaTextPrimaryColor);
}
.cta:hover .cta-svg-primary {
  stroke: var(--ctaTextPrimaryColorHover);
}
.cta:hover .cta-svg-primary.cta-svg-large {
  fill: var(--ctaTextPrimaryColorHover);
}
.cta:hover .cta-svg-secondary {
  stroke: var(--ctaTextSecondaryColorHover);
}
.cta:hover .cta-svg-secondary.cta-svg-large {
  fill: var(--ctaTextSecondaryColorHover);
}
.cta.cta-bg-hover-primary:hover {
  background-color: var(--ctaPrimaryColorHover);
  color: var(--ctaTextPrimaryColorHover);
}
.cta.cta-bg-hover-secondary:hover {
  background-color: var(--ctaSecondaryColorHover);
  color: var(--ctaTextSecondaryColorHover);
}
.cta.cta-bg-hover-filter:hover {
  filter: grayscale(0.2);
}

.cta-bg-primary {
  background-color: var(--ctaPrimaryColor);
  color: var(--ctaTextPrimaryColor);
}
.cta-bg-primary.cta-bg-hover-custom, .cta-bg-primary.cta-bg-hover-filter {
  color: var(--ctaTextPrimaryColor);
}

.cta-bg-secondary {
  background-color: var(--ctaSecondaryColor);
  color: var(--ctaTextSecondaryColor);
}
.cta-bg-secondary.cta-bg-hover-custom, .cta-bg-secondary.cta-bg-hover-filter {
  color: var(--ctaTextSecondaryColor);
}

.cta-bg-none {
  background-color: transparent;
}
.cta-bg-none:hover {
  background-color: transparent;
}
.cta-bg-none:hover .cta-svg-primary {
  stroke: var(--ctaSvgPrimaryColor);
}
.cta-bg-none:hover .cta-svg-primary.cta-svg-large {
  fill: var(--ctaSvgPrimaryColor);
}
.cta-bg-none:hover .cta-svg-secondary {
  stroke: var(--ctaSvgSecondaryColor);
}
.cta-bg-none:hover .cta-svg-secondary.cta-svg-large {
  fill: var(--ctaSvgSecondaryColor);
}

.cta-font-regular {
  font-weight: 400;
}

.cta-font-bold {
  font-weight: 700;
}

.cta-font-underline {
  text-decoration: underline;
}

.cta-text-only {
  background-color: transparent;
  border: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cta-small {
  padding: var(--ctaPaddingSmall);
  font-size: var(--ctaFontSizeSmall);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cta-small .cta-font-underline {
  font-size: 16px;
}
.cta-small .cta-icon {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.cta-medium {
  padding: var(--ctaPaddingMedium);
  font-size: var(--ctaFontSizeMedium);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cta-medium .cta-font-underline {
  font-size: 18px;
}
.cta-medium .cta-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.cta-large {
  padding: var(--ctaPaddingLarge);
  font-size: var(--ctaFontSizeLarge);
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.cta-large .cta-font-underline {
  font-size: 20px;
}
.cta-large .cta-icon {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.cta-border-primary {
  border-color: var(--ctaBorderPrimaryColor);
}

.cta-border-secondary {
  border-color: var(--ctaBorderSecondaryColor);
}

.cta-square {
  border-radius: 0px;
}

.cta-square-round {
  border-radius: var(--ctaSquareRound);
}

.cta-round {
  border-radius: var(--ctaRound);
}

.cta-svg-white {
  stroke: #fff;
}
.cta-svg-white.cta-svg-large {
  fill: #fff;
}

.cta-svg-dark {
  stroke: var(--neutral-800);
}
.cta-svg-dark.cta-svg-large {
  fill: var(--neutral-800);
}

.cta-svg-primary {
  stroke: var(--ctaSvgPrimaryColor);
}
.cta-svg-primary.cta-svg-large {
  fill: var(--ctaSvgPrimaryColor);
}

.cta-svg-secondary {
  stroke: var(--ctaSvgSecondaryColor);
}
.cta-svg-secondary.cta-svg-large {
  fill: var(--ctaSvgSecondaryColor);
}

.main-section {
  height: 100vh;
  background: #555555;
  color: #fff;
}
.main-section .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.main-section .text-container h3 {
  font-weight: 600;
  font-size: 0.9vw;
  text-transform: uppercase;
  margin-bottom: 0;
}
.main-section .text-container h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 8vw;
  line-height: 0.9;
  margin-bottom: 15px;
}
.main-section .text-container p {
  font-size: 1.094vw;
  line-height: 1.25;
  width: 80%;
  margin-bottom: 50px;
}
.main-section.half {
  height: calc(50vh - var(--nav-height));
}
.main-section.half .text-container h1 {
  font-size: 4.5vw;
}

@media only screen and (max-width: 991px) {
  .main-section .text-container h1 {
    font-size: 14.5vw;
    margin-bottom: 15px;
  }
  .main-section .text-container p {
    font-size: 18px;
    width: 80%;
  }
  .main-section.half .text-container h1 {
    font-size: 7vw;
  }
}
@media only screen and (max-width: 575px) {
  .main-section .text-container h1 {
    font-size: 16vw;
    margin-bottom: 15px;
  }
  .main-section .text-container p {
    font-size: 15px;
    width: 90%;
  }
  .main-section.half .text-container h1 {
    font-size: 11vw;
  }
}
.ptdc-container {
  padding: 100px 0;
}
.ptdc-container.ptdc-bg-light {
  background-color: #ffffff;
}
.ptdc-container.ptdc-bg-dark {
  background-color: #555555;
}

.ptdc {
  display: flex;
  flex-direction: column;
  color: var(--neutral-800);
}
.ptdc h4 {
  font-weight: 400;
  font-size: 16px;
  color: var(--neutral-800);
}
.ptdc h3 {
  font-weight: 700;
  font-size: 1.88vw;
  margin-bottom: 20px;
  color: var(--neutral-800);
}
.ptdc .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: var(--neutral-800);
}
.ptdc.ptdc-text-white h4,
.ptdc.ptdc-text-white h3,
.ptdc.ptdc-text-white .description {
  color: var(--neutral-100);
}
.ptdc.ptdc-text-black h4,
.ptdc.ptdc-text-black h3,
.ptdc.ptdc-text-black .description {
  color: var(--neutral-800);
}
.ptdc.ptdc-align-center {
  align-items: center;
  text-align: center;
}
.ptdc.ptdc-align-right {
  align-items: flex-end;
  text-align: right;
}
.ptdc.ptdc-extra-large h4 {
  font-size: 20px;
}
.ptdc.ptdc-extra-large h3 {
  font-size: 3.75vw;
}
.ptdc.ptdc-extra-large .description {
  font-size: 20px;
}
.ptdc.ptdc-large h4 {
  font-size: 18px;
}
.ptdc.ptdc-large h3 {
  font-size: 3.13vw;
}
.ptdc.ptdc-large .description {
  font-size: 18px;
}
.ptdc.ptdc-medium h4 {
  font-size: 0.83vw;
}
.ptdc.ptdc-medium h3 {
  font-size: 1.88vw;
}
.ptdc.ptdc-medium .description {
  font-size: 0.94vw;
}
.ptdc.ptdc-small h4 {
  font-size: 14px;
}
.ptdc.ptdc-small h3 {
  font-size: 1.25vw;
}
.ptdc.ptdc-small .description {
  font-size: 16px;
}
.ptdc.ptdc-extra-small h4 {
  font-size: 12px;
}
.ptdc.ptdc-extra-small h3 {
  font-size: 0.94vw;
}
.ptdc.ptdc-extra-small .description {
  font-size: 14px;
}
.ptdc .cta {
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .ptdc.ptdc-extra-large h4 {
    font-size: 16px;
  }
  .ptdc.ptdc-extra-large h3 {
    font-size: 36px;
  }
  .ptdc.ptdc-extra-large .description {
    font-size: 18px;
  }
  .ptdc.ptdc-large h4 {
    font-weight: 400;
    font-size: 16px;
  }
  .ptdc.ptdc-large h3 {
    font-size: 30px;
  }
  .ptdc.ptdc-large .description {
    font-size: 16px;
  }
  .ptdc.ptdc-medium h4 {
    font-weight: 400;
    font-size: 14px;
  }
  .ptdc.ptdc-medium h3 {
    font-size: 24px;
  }
  .ptdc.ptdc-medium .description {
    font-size: 16px;
  }
  .ptdc.ptdc-small h4 {
    font-size: 12px;
  }
  .ptdc.ptdc-small h3 {
    font-size: 18px;
  }
  .ptdc.ptdc-small .description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .ptdc h4 {
    font-size: 12px;
  }
  .ptdc h3 {
    font-size: 18px;
  }
  .ptdc .description {
    font-size: 14px;
  }
  .ptdc.ptdc-extra-large h4 {
    font-size: 14px;
  }
  .ptdc.ptdc-extra-large h3 {
    font-size: 24px;
  }
  .ptdc.ptdc-extra-large .description {
    font-size: 16px;
  }
  .ptdc.ptdc-large h4 {
    font-size: 16px;
  }
  .ptdc.ptdc-large h3 {
    font-size: 30px;
  }
  .ptdc.ptdc-large .description {
    font-size: 16px;
  }
  .ptdc.ptdc-medium h4 {
    font-size: 14px;
  }
  .ptdc.ptdc-medium h3 {
    font-size: 24px;
  }
  .ptdc.ptdc-medium .description {
    font-size: 16px;
  }
  .ptdc.ptdc-small h4 {
    font-size: 12px;
  }
  .ptdc.ptdc-small h3 {
    font-size: 18px;
  }
  .ptdc.ptdc-small .description {
    font-size: 14px;
  }
}
.text-image-block-container {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #ebebeb 100%);
}

.text-image-block {
  display: flex;
  background: #a6a6a6;
  margin: 50px 0;
}
.text-image-block .text-container {
  width: 55%;
  padding: 0 8.333333333vw;
  display: flex;
  align-items: center;
}
.text-image-block .image-container {
  width: 45%;
}
.text-image-block .image-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}

@media only screen and (max-width: 991px) {
  .text-image-block {
    flex-direction: column;
  }
  .text-image-block .text-container {
    width: 100%;
    padding: 90px 8.333333333vw;
  }
  .text-image-block .image-container {
    width: 100%;
  }
  .text-image-block .image-container img {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
@media only screen and (max-width: 575px) {
  .text-image-block {
    flex-direction: column;
  }
  .text-image-block .text-container {
    width: 100%;
    padding: 70px 8.333333333vw;
  }
  .text-image-block .image-container {
    width: 100%;
  }
  .text-image-block .image-container img {
    width: 100%;
    aspect-ratio: 1;
  }
}
.video-block-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #ebebeb 100%);
}

.video-block-container {
  position: relative;
}
.video-block-container .video-image-container {
  position: relative;
}
.video-block-container .video-image-container .play-vid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 120px;
  width: 120px;
  z-index: 3;
}
.video-block-container .video-image-container .video-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 1;
}
.video-block-container .video-image-container .video-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(88.79deg, #000000 2.71%, rgba(0, 0, 0, 0.3) 47.54%, rgba(0, 0, 0, 0) 95.25%);
}
.video-block-container .video-ptdc-container {
  position: absolute;
  z-index: 4;
  bottom: 50px;
  left: 65px;
  width: 33.333333332vw;
}
.video-block-container .video-ptdc-container .ptdc h4 {
  text-transform: none;
  font-weight: 500;
}
.video-block-container .video-ptdc-container .ptdc h3 {
  text-transform: none;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 2.083vw;
}

@media only screen and (max-width: 991px) {
  .video-block-container .video-image-container .play-vid {
    height: 60px;
    width: 60px;
  }
  .video-block-container .video-ptdc-container {
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
  }
  .video-block-container .video-ptdc-container .ptdc {
    margin-top: 25px;
  }
  .video-block-container .video-ptdc-container .ptdc h4 {
    font-size: 15px;
    color: #343434;
  }
  .video-block-container .video-ptdc-container .ptdc h3 {
    font-size: 25px;
    color: #343434;
  }
  .video-block-container .video-ptdc-container .ptdc p {
    color: #343434;
  }
}
@media only screen and (max-width: 575px) {
  .video-block-container .video-ptdc-container .ptdc {
    margin-top: 25px;
  }
  .video-block-container .video-ptdc-container .ptdc h4 {
    font-size: 13px;
  }
  .video-block-container .video-ptdc-container .ptdc h3 {
    font-size: 20px;
  }
}
.article-preview-section {
  padding: 100px 0;
}

.article-preview-container {
  text-decoration: none;
  transition: 0.2s;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}
.article-preview-container .image-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
}
.article-preview-container .content-box {
  color: var(--neutral-800);
}
.article-preview-container .content-box .badge-box {
  position: absolute;
  top: 3.3%;
  left: 2.5%;
  width: 100%;
}
.article-preview-container .content-box .author-date {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.article-preview-container .content-box .author-date h5 {
  font-size: 12px;
  line-height: normal;
  margin-bottom: 7px;
  font-weight: 400;
}
.article-preview-container .content-box .article-preview-title {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}
.article-preview-container .content-box .article-preview-description {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
}
.article-preview-container .content-box .article-type {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  height: 22px;
  margin-bottom: 0;
  padding: 2px 8px 2px 8px;
  border-radius: 36px;
  background-color: var(--main-color);
  color: var(--neutral-800);
  font-size: 12px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  .article-preview-container .content-box .author-date {
    margin-top: 20px;
  }
  .article-preview-container .content-box .author-date h5 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .article-preview-container {
    margin: auto;
  }
  .article-preview-container .content-box .author-date h5 {
    margin-bottom: 10px;
  }
}
.video-preview-section {
  padding: 100px 0;
}

.video-preview-container {
  text-decoration: none;
}
.video-preview-container .video-preview {
  transition: 0.2s;
  background-color: #fff;
  padding: 20px;
}
.video-preview-container .video-preview:hover {
  box-shadow: 0px 0px 8px 0px rgba(52, 52, 52, 0.2784313725);
  transition: 0.2s;
  scale: 1.05;
}
.video-preview-container .video-preview .image-container {
  position: relative;
}
.video-preview-container .video-preview .image-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
}
.video-preview-container .video-preview .image-container .minutes {
  padding: 5px 10px;
  color: #343434;
  box-shadow: 0px 0px 8px 0px rgba(52, 52, 52, 0.2784313725);
  border-radius: 50px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #fff;
}
.video-preview-container .video-preview .image-container .minutes span {
  font-size: 18px;
  line-height: 1;
}
.video-preview-container .video-preview .text-container {
  margin-top: 15px;
  color: #343434;
}
.video-preview-container .video-preview .text-container h4 {
  font-size: 24px;
  font-weight: 600;
}
.video-preview-container .video-preview .text-container h4 span {
  font-size: 27px;
  color: var(--main-color);
  margin-right: 5px;
}
.video-preview-container .video-preview .text-container p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.25;
}

@media only screen and (max-width: 991px) {
  .video-preview-container .video-preview {
    padding: 10px;
  }
  .video-preview-container .video-preview .image-container img {
    aspect-ratio: 5/4;
  }
  .video-preview-container .video-preview .image-container .minutes {
    right: 10px;
    bottom: 10px;
  }
  .video-preview-container .video-preview .image-container .minutes span {
    font-size: 15px;
  }
  .video-preview-container .video-preview .text-container {
    margin-top: 10px;
  }
  .video-preview-container .video-preview .text-container h4 {
    font-size: 24px;
  }
  .video-preview-container .video-preview .text-container h4 span {
    font-size: 27px;
    color: var(--main-color);
  }
  .video-preview-container .video-preview .text-container p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .video-preview-container .video-preview {
    padding: 10px;
  }
  .video-preview-container .video-preview .image-container img {
    aspect-ratio: 5/4;
  }
  .video-preview-container .video-preview .text-container h4 {
    font-size: 18px;
  }
  .video-preview-container .video-preview .text-container h4 span {
    font-size: 21px;
    color: var(--main-color);
  }
  .video-preview-container .video-preview .text-container p {
    font-size: 13px;
  }
}
.flip-card-section {
  padding: 100px 0;
}

.case-history-block-container {
  position: relative;
  overflow: hidden;
}
.case-history-block-container .open-ch {
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 10;
  width: -moz-fit-content;
  width: fit-content;
  height: 57px;
  width: 57px;
  background-color: var(--main-color-hover);
  border: 0;
  border-radius: 50%;
  scale: 0.8;
}
.case-history-block-container .open-ch .line-1 {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #000;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  transition: all 0.35s;
}
.case-history-block-container .open-ch .line-2 {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #000;
  height: 12px;
  width: 3px;
  transition: all 0.35s;
}
.case-history-block-container .open-ch.clicked .line-1 {
  top: 17px;
  left: 28px;
  transform: translate(-50%, 0);
  height: 25px;
  width: 3px;
  border-radius: 0;
  transition: all 0.35s;
  rotate: 45deg;
}
.case-history-block-container .open-ch.clicked .line-2 {
  top: 17px;
  left: 26px;
  transform: translate(-50%, 0);
  height: 25px;
  width: 3px;
  transition: all 0.35s;
  rotate: 135deg;
}
.case-history-block-container .case-history-block {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.case-history-block-container .case-history-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(358.83deg, #000000 -35.73%, rgba(0, 0, 0, 0) 96.79%), linear-gradient(359.14deg, rgba(0, 0, 0, 0.8) 0.3%, rgba(0, 0, 0, 0) 30.07%, rgba(0, 0, 0, 0.082742) 80.53%, rgba(0, 0, 0, 0.735484) 97.18%);
}
.case-history-block-container .case-history-block img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.case-history-block-container .case-history-block .text-container {
  height: 100%;
  width: 100%;
  padding: 5.5% 8%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-history-block-container .case-history-block .text-container h4 {
  color: var(--main-color-hover);
  font-weight: 600;
  font-size: 1.98vw;
}
.case-history-block-container .case-history-block .text-container p {
  font-weight: 400;
  font-size: 0.94vw;
  line-height: 1.5;
  margin-bottom: 0;
  color: #fff;
}
.case-history-block-container .case-history-block-flipped {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: var(--main-color);
  transform: translateX(100%);
  transition: all 0.35s;
  padding-top: 110px;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 5.5%;
}
.case-history-block-container .case-history-block-flipped .case-logo {
  height: 70px;
  width: unset;
  position: absolute;
  top: 4.3%;
  left: 8.3333333333%;
}
.case-history-block-container .case-history-block-flipped .title {
  font-weight: 700;
  font-size: 1.46vw;
  color: var(--main-color-hover);
}
.case-history-block-container .case-history-block-flipped .description {
  overflow: scroll;
  height: 85%;
}
.case-history-block-container .case-history-block-flipped .description p {
  font-weight: 400;
  font-size: 0.94vw;
  line-height: 1.5;
  color: #fff;
}
.case-history-block-container .case-history-block-flipped.clicked {
  transform: translateX(0%);
  transition: all 0.35s;
}

@media only screen and (max-width: 991px) {
  .case-history-block-container .open-ch {
    scale: 0.75;
    top: 2%;
    right: 2%;
  }
  .case-history-block-container .case-history-block .text-container h4 {
    font-size: 24px;
  }
  .case-history-block-container .case-history-block .text-container p {
    font-size: 16px;
    line-height: 1.25;
  }
  .case-history-block-container .case-history-block-flipped {
    padding-top: 75px;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
  }
  .case-history-block-container .case-history-block-flipped .case-logo {
    height: 45px;
  }
  .case-history-block-container .case-history-block-flipped img {
    width: 12vw;
  }
  .case-history-block-container .case-history-block-flipped .title {
    font-size: 20px;
  }
  .case-history-block-container .case-history-block-flipped .description p {
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 575px) {
  .case-history-block-container .open-ch {
    scale: 0.65;
  }
  .case-history-block-container .case-history-block .text-container h4 {
    font-size: 20px;
  }
  .case-history-block-container .case-history-block .text-container p {
    font-size: 15px;
  }
  .case-history-block-container .case-history-block-flipped img {
    width: 16.66666vw;
  }
  .case-history-block-container .case-history-block-flipped .title {
    font-size: 20px;
  }
  .case-history-block-container .case-history-block-flipped .description {
    font-size: 14px;
    line-height: 1.25;
  }
}
.carousel-section {
  height: calc(100vh - var(--nav-height));
}

.swiper-carousel {
  height: 100%;
  position: relative;
}
.swiper-carousel .swiper-slide {
  position: relative;
}
.swiper-carousel .swiper-slide .slide-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.swiper-carousel .swiper-slide .slide-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(88.79deg, #000000 2.71%, rgba(0, 0, 0, 0.3) 47.54%, rgba(0, 0, 0, 0) 95.25%);
  padding: 15vh 0 0 8.33333333vw;
}
.swiper-carousel .swiper-slide .slide-content .text-container {
  display: flex;
  flex-direction: column;
  width: 33.33333332vw;
  color: #fff;
}
.swiper-carousel .swiper-slide .slide-content .text-container h3 {
  font-weight: 600;
  font-size: 3.646vw;
  margin-bottom: 25px;
}
.swiper-carousel .swiper-slide .slide-content .text-container p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}

.swiper {
  position: static;
  height: -moz-fit-content;
  height: fit-content;
}

.swiper-nav-container .swiper-pagination-bullets {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.swiper-nav-container .swiper-pagination-bullets .swiper-pagination-bullet {
  transition: all 0.35s;
  background: transparent;
  border: 1px solid var(--main-color-hover);
  height: 8px;
  width: 8px;
  opacity: 1 !important;
}
.swiper-nav-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-color-hover);
  height: 8px;
  width: 8px;
}
.swiper-nav-container .swiper-button-carousel-next img,
.swiper-nav-container .swiper-button-carousel-prev img {
  height: 63px;
  width: 63px;
}

@media only screen and (max-width: 991px) {
  .gallery-section {
    height: auto;
    background-color: #000;
  }
  .swiper-carousel {
    height: 100%;
    position: relative;
  }
  .swiper-carousel .swiper-slide {
    position: relative;
  }
  .swiper-carousel .swiper-slide .slide-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 65%;
    aspect-ratio: 14/9;
  }
  .swiper-carousel .swiper-slide .slide-content {
    width: 100%;
    height: 35%;
    position: relative;
    top: 0;
    left: 0;
    background: #000;
    padding: 50px 8.33333333vw;
    display: flex;
    align-items: center;
  }
  .swiper-carousel .swiper-slide .slide-content .text-container {
    display: flex;
    flex-direction: column;
    width: 83.3333333vw;
    color: #fff;
    z-index: 10;
  }
  .swiper-carousel .swiper-slide .slide-content .text-container h3 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 25px;
  }
  .swiper-carousel .swiper-slide .slide-content .text-container p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  }
  .swiper-nav-container {
    z-index: 1;
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .swiper-nav-container .swiper-button-carousel-next img,
  .swiper-nav-container .swiper-button-carousel-prev img {
    height: 63px;
    width: 63px;
  }
}
@media only screen and (max-width: 575px) {
  .gallery-section {
    height: auto;
  }
  .swiper-carousel {
    height: 100%;
    position: relative;
  }
  .swiper-carousel .swiper-slide {
    position: relative;
  }
  .swiper-carousel .swiper-slide .slide-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 50%;
    aspect-ratio: 14/9;
  }
  .swiper-carousel .swiper-slide .slide-content {
    width: 100%;
    height: 50%;
    position: relative;
    top: 0;
    left: 0;
    padding: 40px 1.5rem;
  }
  .swiper-carousel .swiper-slide .slide-content .text-container {
    width: 99.99999996vw;
  }
  .swiper-carousel .swiper-slide .slide-content .text-container h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .swiper-carousel .swiper-slide .slide-content .text-container p {
    font-size: 15px;
    line-height: 1.25;
  }
  .swiper-nav-container {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .swiper-nav-container .swiper-button-carousel-next img,
  .swiper-nav-container .swiper-button-carousel-prev img {
    height: 40px;
    width: 40px;
  }
}
.faqs-section {
  padding-bottom: 150px;
  color: var(--neutral-800);
}
.faqs-section .accordion-title,
.faqs-section .accordion-body,
.faqs-section .accordion-button {
  color: var(--neutral-800);
}
.faqs-section .accordion-title {
  font-weight: 700;
}
.faqs-section .collapse-title-col {
  transition: all 0.25s ease-out;
  padding-top: 20px;
  padding-bottom: 20px;
}
.faqs-section .collapse-title-col h2 {
  font-weight: 900;
  margin-bottom: 0;
}
.faqs-section .accordion-button {
  background: unset;
  transition: all 0.35s ease-in-out;
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.faqs-section .collapsed.collapse-title-col,
.faqs-section .accordion-button:not(.collapsed) {
  font-weight: 500 !important;
  font-size: 25px;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
}
.faqs-section .accordion-button::after {
  display: none;
}
.faqs-section .accordion-button.collapsed {
  color: var(--neutral-800);
}
.faqs-section .accordion-body {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.96px;
  padding: 25px 50px;
  margin-bottom: 0;
}
.faqs-section .accordion-body p {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.faqs-section .accordion-body .cta {
  margin-top: 15px;
}
.faqs-section .collapse-text-col {
  transition: all 0.35s ease-out;
  max-width: 100%;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faqs-section .show.collapse-text-col,
.faqs-section .collapsing.collapse-text-col {
  transform: translateY(-25px);
  z-index: 1;
  position: relative;
}
.faqs-section .accordion-item {
  border: 0px solid transparent;
  padding: 0;
  border-bottom: 1px solid var(--neutral-800);
}
.faqs-section .accordion-item.last {
  border-bottom: 1px solid transparent;
}
.faqs-section .accordion-header {
  background: transparent;
  transition: 0.5s;
}
.faqs-section .accordion-header:has([aria-expanded=true]) {
  transition: 0.5s;
}
.faqs-section .collapse-status-indicator-container {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-out;
  aspect-ratio: 1;
}
.faqs-section .collapsed .collapse-status-indicator-container {
  transition: all 0.25s ease-out;
}
.faqs-section .collapse-status-indicator {
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  background-color: var(--main-color-hover);
  width: 30px;
  height: 5px;
  border-radius: 100px;
  cursor: pointer;
}
.faqs-section .collapse-status-indicator::before {
  content: "";
  display: block;
  transform: rotate(0deg);
  background-color: var(--main-color-hover);
  width: 30px;
  height: 5px;
  border-radius: 100px;
  transition: all 0.35s ease-out;
}
.faqs-section .collapsed .collapse-status-indicator {
  background-color: var(--main-color-hover);
}
.faqs-section .collapsed .collapse-status-indicator::before {
  transform: rotate(90deg);
  background-color: var(--main-color-hover);
}

@media only screen and (max-width: 991px) {
  .faqs-section {
    padding-top: 80px;
  }
  .faqs-section .faq-section-title {
    font-size: 50px;
  }
  .faqs-section .faq-section-description {
    font-size: 21px;
  }
  .faqs-section .collapse-title-col {
    transition: all 0.25s ease-out;
  }
  .faqs-section .collapsed.collapse-title-col,
  .faqs-section .accordion-button:not(.collapsed) {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px !important;
  }
  .faqs-section .collapse-status-indicator-container {
    height: 30px;
    width: 30px;
  }
  .faqs-section .collapse-status-indicator {
    width: 15px;
    height: 3px;
  }
  .faqs-section .collapse-status-indicator::before {
    width: 15px;
    height: 3px;
  }
  .faqs-section .accordion-body {
    font-size: 15px;
    line-height: 1.5;
    padding: 20px 35px;
  }
  .faqs-section .accordion-body p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .faqs-section .faq-section-title {
    font-size: 30px;
  }
  .faqs-section .faq-section-description {
    font-size: 15px;
  }
  .faqs-section .accordion-button {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faqs-section .collapsed.collapse-title-col,
  .faqs-section .accordion-button:not(.collapsed) {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px !important;
  }
  .faqs-section .accordion-body {
    font-size: 15px;
    line-height: 1.4;
    padding: 15px;
  }
}
footer {
  background-color: var(--footerBgColor);
  padding: var(--footerPadding);
  color: var(--neutral-100);
  overflow-x: hidden;
}
footer .gy-5 {
  --bs-gutter-y: var(--footerColumnGutter);
}
footer .top-section {
  text-align: left;
  color: var(--footerTextColor);
  margin: var(--footerTopSectionMargin);
}
footer .top-section .footer-col-link-1.footer-first-col-margin {
  margin-left: 8.3333333333%;
}
footer .top-section .footer-logo {
  display: flex;
}
footer .top-section .footer-logo img {
  aspect-ratio: var(--footerLogoAspectRatio);
  height: var(--footerLogoHeight);
  margin: var(--footerLogoMargin);
}
footer .top-section .logo-position-left {
  justify-content: left;
}
footer .top-section .logo-position-center {
  justify-content: center;
}
footer .top-section .logo-position-right {
  justify-content: right;
}
footer .top-section .footer-description-left {
  margin-bottom: 15px !important;
}
footer .top-section .footer-description-right-none .footer-description-right,
footer .top-section .footer-description-right-none .footer-description-left,
footer .top-section .footer-description-left-none .footer-description-right,
footer .top-section .footer-description-left-none .footer-description-left {
  display: none;
}
footer .top-section .footer-col-link-without-margin,
footer .top-section .footer-social-right.footer-social-without-margin {
  margin-top: -10px;
}
footer .top-section .footer-link-container {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 0;
}
footer .top-section .footer-link-container li {
  font-weight: 400;
  font-size: var(--footerTextSize);
  color: var(--footerTextColor);
  text-decoration: none;
}
footer .top-section .footer-link-container li.title, footer .top-section .footer-link-container li.title a {
  font-weight: 700;
  text-decoration: none;
  font-size: var(--footerTitleSize);
}
footer .top-section .footer-link-container li a {
  font-weight: 400;
  color: var(--footerLinkColor);
  text-decoration: none;
}
footer .top-section .footer-social-right.footer-social-right-none,
footer .top-section .footer-social-left.footer-social-left-none {
  display: none;
}
footer .top-section .footer-social-right.social-icons-center .social-icons,
footer .top-section .footer-social-left.social-icons-center .social-icons {
  justify-content: center;
}
footer .top-section .social-icons {
  list-style: none;
  display: flex;
  padding-left: 0;
  align-items: center;
}
footer .top-section .social-icons img {
  height: 26px;
  width: 26px;
}
footer .top-section .social-icons li {
  margin-right: 0.8rem;
}
footer .top-section .social-icons li:last-of-type {
  margin-right: 0;
}
footer .bottom-section {
  text-align: left;
}
footer .bottom-section p {
  font-weight: 400;
  font-size: var(--footerTextSize);
  margin-bottom: 0;
  line-height: 1.4;
}
footer .bottom-section p a {
  color: var(--footerLinkColor);
}
footer .bottom-section .arrow-top-only-mobile {
  display: none !important;
}
footer .bottom-section .privacy-section p {
  margin: auto;
}
footer .row-margin {
  margin-top: 10px;
  margin-bottom: 50px;
}
footer hr.hr-divider {
  display: block;
  height: 2px;
  width: 100% !important;
  margin: 0;
}
footer .hr-divider-with-margin {
  margin: var(--footerMarginDivider);
}
footer .img-align-end {
  text-align: end;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  footer {
    padding: var(--footerPadding);
  }
  footer .top-section {
    margin: var(--footerTopSectionMargin);
  }
  footer .top-section .footer-col-link-1.footer-first-col-tablet-margin {
    margin-left: 8.3333333333%;
  }
  footer .top-section .footer-col-link-3.footer-third-col-exeption-margin,
  footer .top-section .footer-col-link-4.footer-col-exeption-margin,
  footer .top-section .footer-col-link-5.footer-col-exeption-margin {
    width: 33.3333333333% !important;
    margin-left: 0 !important;
  }
  footer .top-section .footer-col-link-3.footer-col-tp-left-exception {
    margin-left: 33.3333333333% !important;
    width: 25% !important;
  }
  footer .top-section .footer-col-link-3.footer-col-tp-center-exception {
    margin-left: 33.3333333333% !important;
    width: 33.3333333333% !important;
  }
  footer .top-section .footer-social-right.footer-social-without-margin,
  footer .top-section .footer-col-link-4.footer-col-link-without-margin,
  footer .top-section .footer-col-link-5.footer-col-link-without-margin {
    margin-top: 6rem;
  }
  footer .top-section .footer-link-container li.title {
    font-size: var(--footerTitleSize);
  }
  footer .top-section .footer-none-tablet-margin {
    margin-left: unset !important;
  }
  footer .top-section .footer-none-tablet-margin.footer-col-link-3 {
    display: flex;
    justify-content: end;
  }
  footer .top-section .footer-none-tablet-margin.footer-col-link-2 {
    display: flex;
    justify-content: center;
  }
  footer .footer-copyright {
    margin: var(--footerCopyrightMargin);
  }
  footer .bottom-section .privacy-section p {
    margin-right: 7px;
  }
  footer .bottom-section .privacy-section p:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding: var(--footerPadding);
  }
  footer .img-align-end {
    text-align: unset;
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  footer .top-section .footer-col-link-1.footer-first-col-margin,
  footer .top-section .footer-first-col-tablet-margin {
    margin-left: unset !important;
  }
  footer .top-section .footer-col-link-3.footer-third-col-exeption-margin,
  footer .top-section .footer-col-link-4.footer-col-exeption-margin,
  footer .top-section .footer-col-link-5.footer-col-exeption-margin {
    width: 100% !important;
  }
  footer .top-section .footer-col-link-3.footer-col-tp-left-exception {
    margin-left: unset !important;
    width: unset !important;
  }
  footer .top-section .footer-col-link-3.footer-col-tp-center-exception {
    margin-left: unset !important;
    width: unset !important;
  }
  footer .top-section .footer-col-link-3.footer-col-link-without-margin {
    margin-top: 6rem;
  }
  footer .top-section .footer-link-container li.title {
    font-size: var(--footerTitleSize);
  }
  footer .top-section .footer-template-left .icon-center-mobile {
    width: -moz-fit-content;
    width: fit-content;
  }
  footer .top-section .footer-none-tablet-margin.footer-col-link-3, footer .top-section .footer-none-tablet-margin.footer-col-link-2 {
    display: unset;
    justify-content: unset;
  }
  footer .footer-copyright {
    margin: var(--footerCopyrightMargin);
  }
  footer .bottom-section .arrow-top-only-mobile {
    display: flex !important;
  }
  footer .bottom-section .privacy-section p {
    margin: 0;
  }
}
nav {
  position: fixed;
  height: var(--nav-height);
  z-index: 1000 !important;
  background-color: var(--navBgColor);
  color: var(--navTextColor);
  transition: 0.35s;
  border-bottom: 0;
  padding: 0 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-bottom: 1px solid var(--navMarginColor);
  font-weight: 700;
}
nav a {
  color: initial;
  text-decoration: none;
}
nav a:hover {
  color: initial;
}
nav.scrolled {
  transition: 0.35s;
  background-color: var(--navBgColorScrolled);
  color: var(--navTextColorScrolled);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--navMarginColor);
}
nav .nav-left-section {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
nav .nav-left-section img {
  height: 26px;
  transition: 0.35s;
}
nav .nav-center-section {
  display: flex;
  align-items: center;
}
nav .nav-center-section .links-array-container {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  -moz-column-gap: 15px;
       column-gap: 15px;
  list-style: none;
  padding: 0;
}
nav .nav-center-section .links-array-container a {
  font-weight: 400;
  color: var(--navTextColor);
  text-decoration: none;
  font-size: 13px;
}
nav .nav-center-section .links-array-container a:hover, nav .nav-center-section .links-array-container a.active {
  color: var(--navTextColorHoover);
  text-decoration: none;
}
nav .nav-center-section .links-array-container .dropdown .dropdown-toggle {
  font-weight: 400;
  color: var(--navTextColor);
  text-decoration: none;
  background: transparent;
  padding: 0;
  border: 0;
  display: flex;
  -moz-column-gap: 7px;
       column-gap: 7px;
  font-size: 13px;
}
nav .nav-center-section .links-array-container .dropdown .dropdown-toggle::after {
  display: none;
}
nav .nav-center-section .links-array-container .dropdown .dropdown-menu {
  font-size: 15px;
  width: 100%;
  padding: 10px 15px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  font-weight: 700;
  border: 0;
}
nav .nav-center-section .links-array-container .dropdown .dropdown-menu.show {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
nav .nav-center-section .links-array-container .dropdown .dropdown-menu .dropdown-item {
  color: var(--navTextColor);
  padding: 0;
}
nav .nav-center-section .links-array-container .dropdown.dropdown-cards .dropdown-menu {
  padding: 15px;
  border-radius: 0px 0px 15px 15px;
  width: 700px;
  flex-wrap: wrap;
  flex-direction: row;
}
nav .nav-center-section .links-array-container .dropdown.dropdown-cards .dropdown-menu a {
  width: calc(50% - 5px);
  background-color: #dafced;
  border-radius: 5px;
  padding: 15px;
}
nav .nav-center-section .links-array-container .dropdown.dropdown-cards .dropdown-menu a li {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
nav .nav-center-section .links-array-container .dropdown.dropdown-cards .dropdown-menu a li img {
  height: auto;
  width: 40px;
}
nav .nav-center-section .links-array-container .dropdown.dropdown-cards .dropdown-menu a li h6 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}
nav .nav-center-section .links-array-container .dropdown.dropdown-cards .dropdown-menu a li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
nav .nav-center-section .links-array-container .dropdown.dropdown-cards .dropdown-menu.show {
  display: flex;
  gap: 10px;
}
nav.scrolled .nav-center-section .links-array-container a {
  color: var(--navTextColorScrolled);
  transition: 0.35s;
}
nav.scrolled .nav-center-section .links-array-container a:hover, nav.scrolled .nav-center-section .links-array-container a.active {
  color: var(--navTextColorHoover);
  text-decoration: none;
}
nav.scrolled .nav-center-section .dropdown .dropdown-toggle {
  color: var(--navTextColorScrolled);
  transition: 0.35s;
}
nav.scrolled .nav-center-section .dropdown .dropdown-menu .dropdown-item {
  transition: 0.35s;
  color: var(--navTextColor);
}
nav.scrolled .nav-center-section li svg path {
  stroke: var(--navTextColorScrolled);
  transition: 0.35s;
}
nav.scrolled .nav-center-section li a {
  color: var(--navTextColorScrolled);
  transition: 0.35s;
}
nav .nav-right-section {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: flex-end;
}
nav .nav-right-section .profile-pic-container i {
  font-size: 35px;
  display: flex;
}
nav .nav-right-section .search-icon-container {
  cursor: pointer;
}
nav .nav-right-section .search-icon-container i {
  font-size: 20px;
  display: flex;
}
nav .nav-right-section .vertical-divider {
  background-color: var(--navDetailColor);
  transition: 0.35s;
  width: 1px;
  height: 20px;
}
nav .nav-right-section .login-container {
  font-size: 12px;
  text-transform: uppercase;
}
nav .nav-right-section .hmbrgr-container {
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 40px;
}
nav .nav-right-section .hmbrgr-container .hmbrgr {
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
nav .nav-right-section .hmbrgr-container .hmbrgr .line-top {
  width: 20px;
  height: 2px;
  background-color: var(--navDetailColor);
  transition: 0.35s;
  border-radius: 10px;
}
nav .nav-right-section .hmbrgr-container .hmbrgr .line-center {
  width: 20px;
  height: 2px;
  background-color: var(--navDetailColor);
  transition: 0.35s;
  opacity: 1;
  border-radius: 10px;
}
nav .nav-right-section .hmbrgr-container .hmbrgr .line-bottom {
  width: 20px;
  height: 2px;
  background-color: var(--navDetailColor);
  transition: 0.35s;
  border-radius: 10px;
}
nav .nav-right-section .hmbrgr-container.active .hmbrgr .line-top {
  transform: rotate(45deg) translateY(1px) translateX(6px);
  transition: 0.35s;
  background-color: var(--navDetailColor);
}
nav .nav-right-section .hmbrgr-container.active .hmbrgr .line-center {
  transform: translateX(-20px);
  transition: 0.35s;
  opacity: 0;
  background-color: var(--navDetailColor);
}
nav .nav-right-section .hmbrgr-container.active .hmbrgr .line-bottom {
  transform: rotate(-45deg) translateY(-3px) translateX(7px);
  transition: 0.35s;
  background-color: var(--navDetailColor);
}
nav .nav-right-section .language-menu {
  font-size: 12px;
}
nav .nav-right-section .language-menu .lang-chevron-down g g {
  transition: 0.35s;
  stroke: var(--navTextColor);
}
nav.scrolled .nav-right-section .hmbrgr-container .hmbrgr {
  transition: 0.35s;
}
nav.scrolled .nav-right-section .hmbrgr-container .hmbrgr .line-top {
  background-color: var(--navDetailColorScrolled);
  transition: 0.35s;
}
nav.scrolled .nav-right-section .hmbrgr-container .hmbrgr .line-center {
  background-color: var(--navDetailColorScrolled);
  transition: 0.35s;
}
nav.scrolled .nav-right-section .hmbrgr-container .hmbrgr .line-bottom {
  background-color: var(--navDetailColorScrolled);
  transition: 0.35s;
}
nav.scrolled .nav-right-section .language-menu .lang-chevron-down g g {
  transition: 0.35s;
  stroke: var(--navDetailColor);
}
nav.scrolled .nav-right-section .vertical-divider {
  background-color: var(--navDetailColor);
  transition: 0.35s;
}
nav.menu-is-open {
  background-color: var(--fullmenuBgColor);
  transition: 0.35s;
  box-shadow: none;
}
nav.menu-is-open .nav-right-section {
  transition: 0.35s;
  color: varc(--navDetailColor);
}
nav.menu-is-open .nav-right-section .language-menu .lang-chevron-down g g {
  transition: 0.35s;
  stroke: var(--navDetailColor);
}
nav.menu-is-open .nav-center-section {
  transition: 0.35s;
  display: none;
}
nav.menu-is-open .cta.cta-first-color {
  background-color: var(--main-color);
  transition: 0.35s;
}
nav.scrolled.menu-is-open .nav-center-section ul li svg path {
  stroke: #fff;
}
nav.scrolled.menu-is-open .nav-center-section ul li a {
  color: #fff;
}
nav.scrolled.menu-is-open .nav-center-section ul li a:hover {
  color: #fff;
}
nav.scrolled.menu-is-open .nav-right-section .hmbrgr-container .hmbrgr .line-top {
  background-color: var(--navDetailColorScrolled);
  transition: 0.35s;
}
nav.scrolled.menu-is-open .nav-right-section .hmbrgr-container .hmbrgr .line-center {
  background-color: var(--navDetailColorScrolled);
  transition: 0.35s;
}
nav.scrolled.menu-is-open .nav-right-section .hmbrgr-container .hmbrgr .line-bottom {
  background-color: var(--navDetailColorScrolled);
  transition: 0.35s;
}
nav.scrolled.menu-is-open .nav-right-section .language-menu .lang-chevron-down g g {
  transition: 0.35s;
  stroke: #fff;
}
nav.scrolled.menu-is-open .nav-right-section .vertical-divider {
  background-color: #fff;
  transition: 0.35s;
}

@media only screen and (min-width: 1200px) {
  nav .nav-center-section .links-array-container {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  nav .nav-center-section .links-array-container a {
    font-size: 14px;
  }
  nav .nav-center-section .links-array-container .dropdown .dropdown-toggle {
    font-size: 14px;
  }
  nav .nav-right-section {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  nav {
    height: var(--nav-height);
  }
  nav .nav-left-section img {
    height: 31px;
  }
  nav .nav-center-section {
    display: none;
  }
  nav .nav-right-section {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  nav .nav-right-section .hmbrgr-container {
    display: flex;
  }
}
@media only screen and (max-width: 575px) {
  nav {
    height: var(--nav-height);
    padding: 0 1rem !important;
  }
  nav .nav-left-section img {
    height: 16px;
  }
  nav .nav-right-section {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
#full-page-menu {
  background-color: var(--fullmenuBgColor);
  color: var(--fullmenuTextColor);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 900;
  width: 100%;
  height: 100%;
  transform: translateY(-100vh);
  overflow-y: scroll;
  overflow-x: hidden;
  transition: all 0.35s ease-in-out;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#full-page-menu a {
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--fullmenuLinksColor);
}
#full-page-menu h1,
#full-page-menu h2,
#full-page-menu h3,
#full-page-menu h4,
#full-page-menu h5,
#full-page-menu h6,
#full-page-menu p,
#full-page-menu button {
  color: var(--fullmenuTextColor);
}
#full-page-menu .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#full-page-menu .marketing-label {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
#full-page-menu .marketing-label a {
  text-decoration: none;
  color: var(--fullmenuLinksColor);
}
#full-page-menu .search-cta-container {
  margin-bottom: 80px;
}
#full-page-menu .contacts {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
}
#full-page-menu .contacts h3 {
  font-weight: 400;
  font-size: 35px;
  color: #000;
}
#full-page-menu .contacts p {
  font-weight: 400;
  font-size: 19px;
  color: #000;
}
#full-page-menu .disclaimer p {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
}
#full-page-menu .disclaimer p a {
  color: #fff;
}
#full-page-menu.open {
  transform: translateY(0%);
  padding-top: calc(var(--nav-height) + 50px);
}
#full-page-menu .half-menu .page-titles {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
#full-page-menu .half-menu .page-titles .page-title {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
}
#full-page-menu .half-menu .page-titles .page-subtitle {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}
#full-page-menu .full-menu {
  row-gap: 60px;
  padding-bottom: 60px;
}
#full-page-menu .full-menu .page-title {
  font-weight: 700;
  font-size: 18px;
}
#full-page-menu .full-menu ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
#full-page-menu .full-menu ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
#full-page-menu .full-menu .accordion .accordion-item {
  background-color: transparent;
  border: 0;
}
#full-page-menu .full-menu .accordion .accordion-item .accordion-button {
  background-color: transparent;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  box-shadow: none;
  display: flex;
  -moz-column-gap: 7px;
       column-gap: 7px;
  width: -moz-fit-content;
  width: fit-content;
}
#full-page-menu .full-menu .accordion .accordion-item .accordion-button:focus {
  border: 0;
  box-shadow: none;
}
#full-page-menu .full-menu .accordion .accordion-item .accordion-button::after {
  background-image: url("/assets/img/svg/chevron_down_black.svg");
  width: 10px;
  height: 10px;
  background-size: 10px;
}
#full-page-menu .full-menu .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg) translateY(50%);
}
#full-page-menu .full-menu .accordion.dropdown-cards .list-container {
  flex-wrap: wrap;
  flex-direction: row;
  display: flex;
  padding: 0;
  justify-content: space-between;
  row-gap: 10px;
}
#full-page-menu .full-menu .accordion.dropdown-cards .list-container .dropdown-card-single {
  width: calc(50% - 5px);
  background-color: #dafced;
  border-radius: 5px;
  padding: 15px;
}
#full-page-menu .full-menu .accordion.dropdown-cards .list-container .dropdown-card-single li {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#full-page-menu .full-menu .accordion.dropdown-cards .list-container .dropdown-card-single li img {
  height: auto;
  width: 40px;
}
#full-page-menu .full-menu .accordion.dropdown-cards .list-container .dropdown-card-single li h6 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}
#full-page-menu .full-menu .accordion.dropdown-cards .list-container .dropdown-card-single li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0;
}
#full-page-menu .full-menu .accordion.dropdown-cards .list-container.show {
  display: flex;
  gap: 10px;
}

@media only screen and (max-width: 1499px) {
  #full-page-menu {
    padding-bottom: 70px;
  }
  #full-page-menu.open {
    padding-top: calc(var(--nav-height) + 40px);
  }
  .search-support-container {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  #full-page-menu {
    padding-bottom: 100px;
  }
  #full-page-menu .search-cta-container {
    display: flex;
    align-items: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-bottom: 80px;
  }
  #full-page-menu .contacts {
    margin-top: 120px;
    row-gap: 15px;
  }
  #full-page-menu .contacts h3 {
    font-size: 27px;
  }
  #full-page-menu .contacts p {
    font-size: 16px;
  }
  #full-page-menu .disclaimer p {
    font-size: 15px;
  }
  #full-page-menu .cta.cta-first-color {
    background-color: var(--main-color);
    transition: 0.35s;
  }
  #full-page-menu.open {
    padding-top: calc(var(--nav-height) + 35px);
  }
  .search-support-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 575px) {
  #full-page-menu {
    padding-bottom: 60px;
  }
  #full-page-menu .search-cta-container {
    flex-direction: column;
    align-items: flex-end;
    row-gap: 15px;
    margin-bottom: 50px;
  }
  #full-page-menu .contacts {
    row-gap: 5px;
    margin-top: 55px;
  }
  #full-page-menu .contacts h3 {
    font-size: 23px;
  }
  #full-page-menu .contacts p {
    font-size: 15px;
  }
  #full-page-menu .disclaimer p {
    font-size: 13px;
  }
  #full-page-menu .marketing-label {
    margin-top: 0px;
    margin-bottom: 60px;
    font-size: 15px;
  }
  #full-page-menu .full-menu {
    row-gap: 40px;
  }
  #full-page-menu .full-menu .accordion .accordion-item .accordion-button {
    font-size: 18px;
    font-weight: 700;
  }
  #full-page-menu .full-menu .accordion .accordion-item .accordion-button:focus {
    border: 0;
    box-shadow: none;
  }
  #full-page-menu .full-menu .accordion .accordion-item .accordion-button::after {
    background-image: url("/assets/img/svg/chevron_down_black.svg");
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
  #full-page-menu .full-menu .accordion.dropdown-cards .list-container .dropdown-card-single {
    border-radius: 5px;
    padding: 15px;
    width: 100%;
  }
  #full-page-menu .full-menu .accordion.dropdown-cards .list-container .dropdown-card-single li {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #full-page-menu .full-menu .accordion.dropdown-cards .list-container .dropdown-card-single li img {
    width: 40px;
  }
  #full-page-menu .full-menu .accordion.dropdown-cards .list-container .dropdown-card-single li h6 {
    font-size: 15px;
  }
  #full-page-menu .full-menu .accordion.dropdown-cards .list-container .dropdown-card-single li p {
    font-size: 14px;
    line-height: 1.25;
  }
  #full-page-menu .full-menu .accordion.dropdown-cards .list-container.show {
    display: flex;
    gap: 10px;
  }
}
.wp-card {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.wp-card.image {
  align-items: start;
}
.wp-card.shadow {
  box-shadow: 0px 0px 6px 0px rgba(0, 32, 16, 0.2509803922);
}
.wp-card .card-content {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.wp-card .card-content .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wp-card .card-content .content .text {
  color: var(--secondary-color);
}
.wp-card .card-content .content .text h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}
.wp-card .card-content .content .text h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wp-card .card-content .content .text .description {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-wrap: balance;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.wp-card .card-content.logo, .wp-card .card-content.text {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  padding: 25px;
}
.wp-card .card-content.logo .graphic, .wp-card .card-content.text .graphic {
  width: 16.6666666667%;
}
.wp-card .card-content.logo .graphic img, .wp-card .card-content.text .graphic img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.wp-card .card-content.logo .content, .wp-card .card-content.text .content {
  width: 100%;
  height: 100%;
}
.wp-card .card-content.image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  padding: 0;
  height: 100%;
}
.wp-card .card-content.image .graphic {
  width: 100%;
}
.wp-card .card-content.image .graphic img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wp-card .card-content.image .content {
  width: 100%;
  padding: 25px;
}

@media only screen and (max-width: 991px) {
  .wp-card .card-content .content .text h3 {
    font-size: 13px;
  }
  .wp-card .card-content .content .text h2 {
    font-size: 20px;
  }
  .wp-card .card-content .content .text .description {
    font-size: 16px;
  }
  .wp-card .card-content.logo, .wp-card .card-content.text {
    gap: 10px;
    flex-direction: column;
    align-items: start;
    padding: 15px;
  }
  .wp-card .card-content.logo .graphic, .wp-card .card-content.text .graphic {
    width: 20%;
  }
  .wp-card .card-content.image .content {
    padding: 15px;
  }
}
.job-card {
  display: flex;
  flex-direction: column;
  gap: 35px;
  justify-content: space-between;
  padding: 30px;
  border-radius: 20px;
  background: #dafced;
  height: 100%;
}
.job-card .content {
  display: flex;
  flex-direction: column;
  gap: 35px;
  height: 100%;
}
.job-card .content .role h4 {
  color: #1f4935;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.job-card .content .text h2 {
  color: var(--secondary-color);
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
.job-card .content .text .description {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
.job-card .content .info {
  display: flex;
  gap: 15px;
  height: 100%;
}
.job-card .content .info .location,
.job-card .content .info .type {
  width: calc(50% - 7.5px);
  display: flex;
  gap: 18px;
  align-items: center;
}
.job-card .content .info .location img,
.job-card .content .info .type img {
  width: 35px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.job-card .content .info .location span,
.job-card .content .info .type span {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .job-card {
    gap: 35px;
    padding: 30px;
  }
  .job-card .content {
    gap: 35px;
    height: 100%;
  }
  .job-card .content .role h4 {
    font-size: 15px;
  }
  .job-card .content .text h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .job-card .content .text .description {
    font-size: 16px;
  }
  .job-card .content .info {
    gap: 10px;
  }
  .job-card .content .info .location,
  .job-card .content .info .type {
    width: calc(50% - 7.5px);
    display: flex;
    gap: 18px;
  }
  .job-card .content .info .location img,
  .job-card .content .info .type img {
    width: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .job-card {
    padding: 20px;
  }
  .job-card .content {
    gap: 35px;
  }
  .job-card .content .info {
    flex-wrap: wrap;
    gap: 20px;
  }
  .job-card .content .info .location,
  .job-card .content .info .type {
    width: 100%;
    gap: 18px;
  }
}
.form-container .form-label-group-file {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid #d0d5d2;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.375rem 0.75rem;
}
.form-container .form-label-group-file .label-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-container .form-label-group-file label {
  border-bottom: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.form-container .form-label-group-file .upload-icon-separator {
  font-weight: 700;
  font-size: 14px;
  font-weight: 700;
  color: var(--secondary-color);
  border-radius: 50px;
  padding: 10px 20px;
  background: var(--main-color);
  cursor: pointer;
}
.form-container .form-label-group-file #file-chosen {
  white-space: wrap;
  word-wrap: break-word;
}
.form-container .form-label-group {
  margin-top: 10px;
}
.form-container .form-label-group label {
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  transform: translate(7px, -30px);
  transform-origin: left center;
  transition: transform 0.35s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  color: var(--secondary-color);
  caret-color: var(--secondary-color);
}
.form-container .form-label-group input,
.form-container .form-label-group textarea {
  min-height: 30px;
  font-size: 15px;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #d0d5d2;
  caret-color: var(--secondary-color);
}
.form-container .form-label-group input:focus,
.form-container .form-label-group textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 0 black;
  color: var(--secondary-color);
  caret-color: var(--secondary-color);
}
.form-container .form-label-group input:focus + label,
.form-container .form-label-group textarea:focus + label {
  /* color: rgba(0,0,0,.65); */
  transform: translate(7px, -60px) scale(0.8);
}
.form-container .form-label-group input:not(:-moz-placeholder), .form-container .form-label-group textarea:not(:-moz-placeholder) {
  outline: 0;
  box-shadow: 0 0 0 0 black;
  color: var(--secondary-color);
}
.form-container .form-label-group input:not(:placeholder-shown),
.form-container .form-label-group textarea:not(:placeholder-shown) {
  outline: 0;
  box-shadow: 0 0 0 0 black;
  color: var(--secondary-color);
}
.form-container .form-label-group input:not(:-moz-placeholder) + label, .form-container .form-label-group textarea:not(:-moz-placeholder) + label {
  /* color: rgba(0,0,0,.65); */
  transform: translate(7px, -60px) scale(0.8);
}
.form-container .form-label-group input:not(:placeholder-shown) + label,
.form-container .form-label-group textarea:not(:placeholder-shown) + label {
  /* color: rgba(0,0,0,.65); */
  transform: translate(7px, -60px) scale(0.8);
}
.form-container .form-label-group textarea {
  height: 30px;
  max-height: 195px;
  overflow: hidden;
  transition: 0.25s ease-in;
  caret-color: var(--secondary-color);
}
.form-container .form-label-group input:-webkit-autofill,
.form-container .form-label-group input:-webkit-autofill:hover,
.form-container .form-label-group input:-webkit-autofill:focus,
.form-container .form-label-group textarea:-webkit-autofill,
.form-container .form-label-group textarea:-webkit-autofill:hover,
.form-container .form-label-group textarea:-webkit-autofill:focus,
.form-container .form-label-group select:-webkit-autofill,
.form-container .form-label-group select:-webkit-autofill:hover,
.form-container .form-label-group select:-webkit-autofill:focus {
  border-bottom: 1px solid #979797;
  -webkit-text-fill-color: var(--secondary-color);
  box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: var(--secondary-color) !important;
  caret-color: var(--secondary-color);
}
.form-container .form-label-group .form-select {
  height: 35px;
  font-size: 15px;
  border-bottom: 1px solid #979797;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  outline: none;
  border-radius: 0;
}
.form-container .form-label-group .form-select:focus {
  outline: none;
  border-color: none;
  box-shadow: none;
}
.form-container .form-label-group {
  /* Chrome, Safari, Edge, Opera */
}
.form-container .form-label-group input::-webkit-outer-spin-button,
.form-container .form-label-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-container .form-label-group {
  /* Firefox */
}
.form-container .form-label-group input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.form-container .form-btn {
  font-size: 25px;
  background-color: var(--secondary-color);
  color: var(--secondary-color);
  border-radius: 35px;
  border: 1px solid var(--secondary-color);
  width: 280px;
  height: 52px;
  line-height: 50px;
  display: block;
}
.form-container .form-privacy {
  font-size: 15px;
  color: #4a4a4a;
  width: 600px;
}
.form-container .form-privacy a {
  color: #fff;
  text-decoration: none;
}
.form-container .form-privacy a:hover, .form-container .form-privacy a:visited {
  text-decoration: none;
  color: #fff;
}
.form-container .form-control {
  color: var(--secondary-color);
  background-color: unset;
}
.form-container .form-control:focus {
  border-bottom: 1px solid #979797;
}
.form-container .form-control:focus-visible {
  outline: none;
}
.form-container .form-label-group textarea:not(:-moz-placeholder) {
  height: 80px;
  transform: scaleY(100px);
  -moz-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.form-container .form-label-group textarea:not(:placeholder-shown),
.form-container .form-label-group textarea:focus {
  height: 80px;
  transform: scaleY(100px);
  transition: 0.25s ease-in;
}
.form-container .contact-message label {
  position: absolute;
  top: 30px;
}
.form-container .contact-checkbox-container {
  position: relative;
  margin: 0;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.form-container .contact-checkbox-container p {
  color: var(--secondary-color);
}
.form-container .contact-checkbox-container p a {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 700;
}
.form-container .contact-checkbox-container a {
  text-decoration-color: var(--secondary-color);
}
.form-container .contact-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-container .contact-checkbox-container input:checked ~ .contact-checkmark {
  background-color: transparent;
}
.form-container .contact-checkbox-container input:checked ~ .contact-checkmark:after {
  display: block;
}
.form-container .contact-checkmark {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 15px;
  width: 15px;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid var(--secondary-color);
}
.form-container .contact-checkmark:after {
  content: "";
  display: none;
}
.form-container .contact-checkbox-container .contact-checkmark:after {
  width: 6px;
  height: 11px;
  margin-top: 0;
  border: solid var(--secondary-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-select {
  height: 35px;
  font-size: 15px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  outline: none;
  border-radius: 0;
}
.form-select:focus {
  outline: none;
  border-color: none;
  box-shadow: none;
}

.search-package-form select:-webkit-autofill,
.search-package-form select:-webkit-autofill:hover,
.search-package-form select:-webkit-autofill:focus {
  box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: var(--secondary-color) !important;
  caret-color: var(--secondary-color);
}

.select-custom {
  width: 100%;
  position: relative;
}
.select-custom .select-custom-choice {
  border-bottom: 1px solid #d0d5d2;
  width: 100%;
  display: block;
  color: var(--secondary-color);
  padding: 0.375rem 0.75rem;
  line-height: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.select-custom .suggestions-list {
  position: absolute;
  width: calc(100% - var(--bs-gutter-x));
  top: 38px;
  left: calc(var(--bs-gutter-x) / 2);
  padding: 0;
  display: none;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid rgba(11, 31, 59, 0.14);
  padding-top: 15px;
  padding-bottom: 15px;
  max-height: 200px;
  overflow-y: scroll;
}
.select-custom .suggestions-list li {
  padding: 10px 15px;
  cursor: pointer;
}
.select-custom .suggestions-list li img {
  display: none;
}
.select-custom .suggestions-list li:hover {
  color: var(--secondary-color);
  background-color: var(--main-color);
}
.select-custom .suggestions-list li:hover img {
  display: block;
}
.select-custom .suggestions-list.suggestions-show {
  display: block;
}
.select-custom input {
  z-index: 4;
}
.select-custom .suggestions-list {
  z-index: 3;
}

.select2-container {
  height: 30px;
  min-height: 30px;
  max-height: 30px;
}
.select2-container .select2-search {
  display: none;
}

.select2-container--bootstrap-5 .select2-selection--single {
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid #d0d5d2;
  border-radius: 0;
  display: flex;
  align-items: center;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-size: 14px;
  color: var(--secondary-color);
  padding: 0.375rem 0.75rem;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-bottom: 1px solid #d0d5d2;
  box-shadow: none;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  padding: 10px 15px;
  cursor: pointer;
  color: var(--secondary-color);
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option:hover {
  color: var(--secondary-color);
  background-color: var(--main-color);
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option:hover img {
  display: block;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.select2-container--bootstrap-5 .select2-dropdown {
  background-color: #fff;
  border-radius: 20px !important;
  border: 2px solid rgba(11, 31, 59, 0.14);
  top: 50%;
}
.select2-container--bootstrap-5 .select2-dropdown ::-webkit-scrollbar {
  width: 6px;
}
.select2-container--bootstrap-5 .select2-dropdown ::-webkit-scrollbar-thumb {
  background: var(--neutral-500);
  border-radius: 3px;
}
.select2-container--bootstrap-5 .select2-dropdown ::-webkit-scrollbar-thumb:hover {
  background: var(--neutral-600);
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  background-color: var(--secondary-color);
  color: #fff;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  font-size: 15px;
  display: flex;
  align-items: center;
}

.select-option-image {
  height: -moz-fit-content;
  height: fit-content;
  max-height: 18px !important;
  max-width: 32px !important;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.select2-container--bootstrap-5 .select2-selection--single {
  background-image: none;
}

.search-container .search-package-form .selects-container {
  justify-content: space-around;
}

@media only screen and (max-width: 991px) {
  .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .select-custom-choice {
    font-size: 15px;
  }
  .suggestions-list li {
    font-size: 15px;
  }
  .select2-dropdown {
    width: 100% !important;
  }
  .select2-container.select2-container--bootstrap-5.select2-container--open {
    width: 85%;
    left: 8% !important;
  }
  .select2.select2-container.select2-container--bootstrap-5.select2-container--below.select2-container--focus.select2-container--open {
    left: 0 !important;
  }
  .search-container .search-package-form .selects-container .search-divider {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.main-home-section {
  max-height: 100vh;
  height: 100%;
  padding-bottom: 60px;
}
.main-home-section .ptdc {
  margin-top: 3.39vw;
}
.main-home-section .main-full-image {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.main-home-image {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.home-section {
  padding-top: 20px;
  padding-bottom: 60px;
}

.claim-block h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.claim-block p {
  font-size: 16px;
  font-weight: 400;
}
.claim-block p b,
.claim-block p strong {
  font-size: 16px;
  font-weight: 700 !important;
}

.services-section .wp-card .card-content .content .text .description {
  -webkit-line-clamp: 3;
}

.commitment-section {
  margin-bottom: 80px;
  margin-top: 40px;
}
.commitment-section .ptdc p {
  margin-bottom: 0;
}
.commitment-section .commitment-card {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--neutral-800);
}
.commitment-section .commitment-card.last {
  border-bottom: unset;
}
.commitment-section .commitment-card h3 {
  font-size: 1.56vw;
  line-height: 1.5;
  font-weight: 700;
}
.commitment-section .commitment-card .description {
  padding-left: 5%;
  font-size: 0.94vw;
  line-height: 1.5;
  font-weight: 400;
}
.commitment-section .cta {
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .main-home-section .ptdc {
    margin-top: 40px;
  }
  .home-section {
    padding-top: 20px;
    padding-bottom: 45px;
  }
  .claim-block {
    margin-top: 25px;
  }
  .claim-block h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .claim-block p {
    font-size: 16px !important;
  }
  .claim-block p b,
  .claim-block p strong {
    font-size: 16px !important;
  }
  .commitment-section {
    margin-bottom: 60px;
    margin-top: 20px;
  }
  .commitment-section .commitment-card {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .commitment-section .commitment-card h3 {
    font-size: 20px;
  }
  .commitment-section .commitment-card .description {
    font-size: 16px;
  }
  .commitment-section .cta {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .main-home-section .ptdc {
    margin-top: unset;
    margin-bottom: 15px;
  }
  .home-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.bg-secondary-color {
  background: #dafced;
}

.main-company-section {
  padding-top: 1.82vw;
  padding-bottom: 5.21vw;
}
.main-company-section .side-block-container {
  display: flex;
  flex-direction: column;
  row-gap: 2.6vw;
  padding-top: 21px;
}
.main-company-section .side-block-container .side-block h3 {
  font-size: calc(10px + 0.9vw);
  font-weight: 700;
}
.main-company-section .side-block-container .side-block p {
  font-size: calc(10px + 0.4vw);
  font-weight: 400;
  line-height: 24px;
}

.expertise_card-section {
  margin-bottom: 50px;
}

.team-heading {
  padding-top: 100px;
  padding-bottom: 80px;
}
.team-heading h4 {
  font-size: 18px;
  font-weight: 400;
}
.team-heading h3 {
  font-size: 3.13vw;
  font-weight: 700;
}
.team-heading p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 991px) {
  .main-company-section {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .main-company-section .side-block-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px !important;
    padding-top: 0;
    margin-top: 50px;
  }
  .main-company-section .side-block-container .side-block {
    width: calc(50% - 12.5px);
  }
  .main-company-section .side-block-container .side-block h3 {
    font-size: 18px;
  }
  .main-company-section .side-block-container .side-block p {
    font-size: 14px;
    line-height: 20px;
  }
  .expertise_card-section {
    margin-bottom: 40px;
  }
  .team-heading {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .team-heading h4 {
    font-size: 14px;
  }
  .team-heading h3 {
    font-size: 24px;
  }
  .team-heading p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .main-company-section {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .main-company-section .side-block-container {
    display: flex;
    flex-direction: row;
    gap: 25px !important;
    padding-top: 0;
    margin-top: 50px;
  }
  .main-company-section .side-block-container .side-block {
    width: 100%;
  }
  .main-company-section .side-block-container .side-block h3 {
    font-size: 18px;
  }
  .main-company-section .side-block-container .side-block p {
    font-size: 14px;
  }
  .expertise_card-section {
    margin-bottom: 40px;
  }
  .team-heading {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .team-heading h4 {
    font-size: 14px;
  }
  .team-heading h3 {
    font-size: 24px;
  }
  .team-heading p {
    font-size: 16px;
  }
}
.service-main-container,
.industry-main-container {
  padding-bottom: 50px;
}
.service-main-container .service-main-image,
.industry-main-container .service-main-image {
  aspect-ratio: 16/9;
  width: 100%;
}

.service-content-container {
  background-color: var(--main-light-color);
  padding-top: 90px;
  padding-bottom: 65px;
}
.service-content-container .text-container {
  margin-bottom: 70px;
}
.service-content-container .text-container h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 60px;
}
.service-content-container .text-container p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 28px;
}

.service-teachers-container .service-video {
  padding-top: 90px;
}
.service-teachers-container .teachers-box {
  padding-top: 120px;
}
.service-teachers-container .text-container {
  margin-bottom: 70px;
}
.service-teachers-container .text-container h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 60px;
}
.service-teachers-container .text-container p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 28px;
}

.teachers-cards-container {
  padding: 60px 0;
  margin-bottom: 90px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 5%, rgb(218, 252, 237) 5%, rgb(218, 252, 237) 95%, rgb(255, 255, 255) 95%);
}

@media only screen and (max-width: 991px) {
  .service-content-container {
    padding-top: 65px;
  }
  .service-content-container .text-container {
    margin-bottom: 50px;
  }
  .service-content-container .text-container h3 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 32px;
  }
  .service-content-container .text-container p {
    font-size: 16px;
    line-height: 24px;
  }
  .service-teachers-container .service-video {
    padding-top: 70px;
  }
  .service-teachers-container .teachers-box {
    padding-top: 70px;
  }
  .service-teachers-container .text-container h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .service-teachers-container .text-container p {
    font-size: 16px;
    line-height: 24px;
  }
}
.industries-list {
  padding: 100px 0;
}

.content-section {
  padding-top: 100px;
  padding-bottom: 80px;
}
.content-section h3 {
  font-size: 3.13vw;
  font-weight: 700;
}
.content-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.content-section img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.content-section .industries-image {
  margin-top: 80px;
  aspect-ratio: 1.78;
}

@media only screen and (max-width: 991px) {
  .industries-list {
    padding: 50px 0;
  }
  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content-section h3 {
    font-size: 24px;
  }
  .content-section p {
    font-size: 16px;
  }
  .content-section .industries-image {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content-section h3 {
    font-size: 24px;
  }
  .content-section p {
    font-size: 16px;
  }
}
header {
  background-color: #551d6b;
  padding-top: calc(var(--nav-height) + 150px);
  padding-bottom: 150px;
}
header h1 {
  font-weight: 800;
  font-size: 4.688vw;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 0.95;
}

.search-result-container {
  margin-top: 100px;
}
.search-result-container .search-result h2 {
  font-weight: 700;
  font-size: 60px;
  color: #000;
  margin-bottom: 20px;
}
.search-result-container .search-result p {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 45px;
  line-height: 1.1;
}

.pagination-search svg {
  height: 25px;
}
.pagination-search .flex.items-center.justify-between {
  margin: 0 auto;
}
.pagination-search .flex.justify-between.flex-1 {
  display: none;
}
.pagination-search .text-sm.text-gray-700.leading-5 {
  display: none;
}
.pagination-search span[aria-disabled=true] {
  display: none;
}

@media only screen and (max-width: 991px) {
  header {
    padding-top: calc(var(--nav-height) + 120px);
    padding-bottom: 120px;
  }
  header h1 {
    font-size: 6vw;
    line-height: 0.95;
  }
  .search-result-container {
    margin-top: 70px;
  }
  .search-result-container .search-result h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .search-result-container .search-result p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
    width: 74.9999997vw;
  }
}
@media only screen and (max-width: 575px) {
  header {
    padding-top: calc(var(--nav-height) + 100px);
    padding-bottom: 100px;
  }
  header h1 {
    font-size: 12vw;
  }
  .search-result-container {
    margin-top: 45px;
  }
  .search-result-container .search-result h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .search-result-container .search-result p {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.25;
    width: 100%;
  }
}
.main-support-section {
  background-color: var(--main-light-color);
  height: 100%;
  padding-bottom: 7vw;
}
.main-support-section .ptdc {
  margin-top: 3.39vw;
}
.main-support-section .main-card-box {
  margin-top: 3.39vw;
}
.main-support-section .main-card-box h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 20px;
}
.main-support-section .main-card-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.support-section-padding {
  padding-top: 70px;
  padding-bottom: 40px;
}

.support-faqs-section .select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.781vw 1.042vw;
  border: 1px solid var(--main-color-hover);
  border-radius: 14px;
  display: flex;
  align-items: center;
  height: auto;
  min-height: 35px;
  background-color: var(--main-color-hover);
}
.support-faqs-section .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  font-size: calc(5px + 1vw);
  line-height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #fff;
}
.support-faqs-section .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
  border-radius: 14px;
  border: 1px solid var(--main-color-hover);
}
.support-faqs-section .select2-selection__arrow {
  background-image: url("/assets/img/svg/icon-hamburger.svg");
  background-size: contain;
  -o-object-position: center;
     object-position: center;
  width: calc(5px + 1.5vw);
  height: calc(5px + 0.9vh);
  transition: all 0.35s;
}
.support-faqs-section .select2.select2-container.select2-container--bootstrap-5.select2-container--below.select2-container--focus.select2-container--open .select2-selection__arrow {
  background-image: url("/assets/img/svg/close_white.svg");
  background-size: contain;
  transform: none;
  -o-object-position: center;
     object-position: center;
  width: calc(5px + 1.4vw);
  height: calc(5px + 1.4vh);
}
.support-faqs-section .faqs-section {
  padding-bottom: 0;
}
.support-faqs-section .faqs-section .faq-item:last-child > .accordion-item {
  border-bottom: none;
}
.support-faqs-section .faqs-section .last-visible-faq > .accordion-item {
  border-bottom: none;
}

.support-form-section {
  background-color: var(--main-light-color);
  padding: 110px 0;
}

@media only screen and (min-width: 1200px) {
  .support-faqs-section .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    font-size: 20px;
    line-height: 30px;
  }
  .support-faqs-section .select2-selection__arrow {
    width: 27px;
    height: 17px;
  }
  .support-faqs-section .select2.select2-container.select2-container--bootstrap-5.select2-container--below.select2-container--focus.select2-container--open .select2-selection__arrow {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .main-support-section .ptdc {
    margin-top: 40px;
  }
  .main-support-section .main-card-box h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .main-support-section .main-card-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .support-faqs-section .select2-container--bootstrap-5 .select2-selection--single {
    padding: 15px 20px;
  }
  .support-faqs-section .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #fff;
  }
  .support-faqs-section .select2-selection__arrow {
    width: 27px;
    height: 17px;
  }
  .support-faqs-section .select2.select2-container.select2-container--bootstrap-5.select2-container--below.select2-container--focus.select2-container--open .select2-selection__arrow {
    width: 22px;
    height: 22px;
  }
  .support-faqs-section .faqs-section {
    padding-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .main-support-section .ptdc {
    margin-top: unset;
    margin-bottom: 15px;
  }
}
.tags-container {
  display: flex;
  justify-content: center;
  gap: 30px 50px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 75px;
}

.of-section {
  padding-bottom: 75px;
}
.of-section .of-small-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.of-section .article-of-block {
  position: relative;
}
.of-section .article-of-block .tag {
  position: absolute;
  top: 20px;
  left: 40px;
  border-radius: 25px;
  background: var(--main-color);
  padding: 7px 16px;
  font-size: 14px;
  color: var(--secondary-color);
  font-weight: 400;
  text-transform: uppercase;
  z-index: 2;
}
.of-section .article-of-block img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
.of-section .article-of-block .title {
  position: absolute;
  bottom: 20px;
  left: 40px;
  font-size: 1.56vw;
  font-weight: 700;
  line-height: 1.25;
  color: white;
  z-index: 2;
  width: calc(100% - 80px);
}
.of-section .article-of-block::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 32, 16, 0) 0%, rgba(0, 32, 16, 0.12) 35%, rgba(0, 32, 16, 0.2) 50%, #002010 100%);
  background-blend-mode: plus-darker;
}
.of-section .article-of-block.small .tag {
  left: 20px;
}
.of-section .article-of-block.small .title {
  left: 20px;
  font-size: 18px;
}

.pagination-container {
  border-top: 2px solid #747474;
  padding-top: 1.56vw;
  margin-top: 3.13vw;
  margin-bottom: 3.65vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination-container .prev img,
.pagination-container .next img {
  width: 2.08vw;
  height: 2.08vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.pagination-container .prev .info,
.pagination-container .next .info {
  text-align: center;
  font-size: 0.94vw;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .tags-container {
    gap: 30px;
    margin-bottom: 70px;
    justify-content: flex-start;
  }
  .news-tags-container {
    justify-content: center;
  }
  .of-section {
    padding-bottom: 55px;
  }
  .of-section .of-small-row {
    flex-direction: row;
    margin-top: 1.5rem;
  }
  .of-section .article-of-block .tag {
    top: 15px;
    left: 20px;
  }
  .of-section .article-of-block .title {
    left: 20px;
    font-size: 18px;
    width: calc(100% - 40px);
  }
  .of-section .article-of-block.small .tag {
    top: 12px;
    left: 12px;
  }
  .of-section .article-of-block.small .title {
    left: 12px;
    width: calc(100% - 24px);
    font-size: 14px;
  }
  .pagination-container {
    padding-top: 35px;
    margin-top: 70px;
    margin-bottom: 35px;
  }
  .pagination-container .prev img,
  .pagination-container .next img {
    width: 40px;
    height: 40px;
  }
  .pagination-container .prev .info,
  .pagination-container .next .info {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .tags-container {
    margin-bottom: 30px;
    margin-top: -20px;
  }
  .news-tags-container {
    justify-content: flex-start;
  }
  .of-section {
    padding-bottom: 45px;
  }
  .of-section .of-small-row {
    flex-direction: column;
    margin-top: 0;
  }
  .of-section .article-of-block {
    margin-bottom: 1.5rem;
  }
  .of-section .article-of-block .tag {
    top: 12px;
    left: 12px;
  }
  .of-section .article-of-block .title {
    left: 12px;
    font-size: 14px;
    width: calc(100% - 24px);
  }
  .pagination-container {
    padding-top: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .pagination-container .prev img,
  .pagination-container .next img {
    width: 35px;
    height: 35px;
  }
  .pagination-container .prev .info,
  .pagination-container .next .info {
    font-size: 15px;
  }
}
.jobfilter.active {
  background: var(--secondary-color);
  color: white;
}
.jobfilter.active:hover {
  background: var(--secondary-color);
  color: white;
}

.no-result-block {
  border-radius: 25.361px;
  background: #002010;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
}

.main-sustainability-section {
  background-color: var(--main-light-color);
  height: 100%;
  padding-bottom: 10vw;
}
.main-sustainability-section .ptdc {
  margin-top: 3.39vw;
}
.main-sustainability-section .main-card-box {
  display: flex;
  align-items: center;
  margin-top: 3.39vw;
}
.main-sustainability-section .main-card-box h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}
.main-sustainability-section .main-card-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.main-sustainability-section .main-card-box .main-sustainability-icon {
  width: 56px;
  height: 77px;
  margin-right: 25px;
}
.main-sustainability-section .main-card-box .main-sustainability-icon img {
  height: 100%;
  aspect-ratio: 0.73;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.sustainability-section-padding {
  padding-top: 70px;
  padding-bottom: 60px;
}

.sustainability-box-explained h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
.sustainability-box-explained p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.sustainability-esg {
  background-color: var(--main-light-color);
  padding-bottom: 110px;
}
.sustainability-esg .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  text-align: center;
}
.sustainability-esg .text-heading {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.sustainability-esg .number-description {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.sustainability-esg .number-description .number {
  font-size: 72px;
  line-height: 90px;
}

@media only screen and (max-width: 991px) {
  .main-sustainability-section .ptdc {
    margin-top: 40px;
  }
  .main-sustainability-section .main-card-box h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .main-sustainability-section .main-card-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .main-sustainability-section .main-card-box .main-sustainability-icon {
    width: 35px;
    height: 49px;
    margin-right: 15px;
  }
  .sustainability-box-explained h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .sustainability-box-explained p {
    font-size: 16px;
    line-height: 24px;
  }
  .sustainability-esg {
    padding-bottom: 90px;
  }
  .sustainability-esg .title {
    font-size: 30px;
    line-height: 38px;
  }
  .sustainability-esg .text-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .sustainability-esg .number-description {
    font-size: 16px;
    line-height: 24px;
  }
  .sustainability-esg .number-description .number {
    font-size: 48px;
    line-height: 60px;
  }
  .sustainability-section-padding {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .main-sustainability-section .ptdc {
    margin-top: unset;
    margin-bottom: 15px;
  }
  .sustainability-esg {
    padding-bottom: 70px;
  }
}
.article-container .share-social-container {
  top: 50%;
  transform: translateY(-50%);
  position: sticky;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
.article-container .share-social-container .share-social {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 14px;
  margin-bottom: 0;
}
.article-container .share-social-container .share-social li {
  list-style: none;
  background-color: var(--secondary-color);
  height: 23px;
  width: 23px;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.35s;
}
.article-container .share-social-container .share-social li img {
  width: 100%;
}
.article-container .share-social-container .share-social li:hover {
  transform: scale(1.1);
  transition: all 0.35s;
}
.article-container .social-share-transparent li {
  background-color: transparent !important;
}
.article-container .article-content-container .article-top-info {
  margin-bottom: 20px;
}
.article-container .article-content-container .article-top-info .author,
.article-container .article-content-container .article-top-info .date {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.article-container .article-content-container .article-top-section h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 18px;
}
.article-container .article-content-container .article-top-section h2 {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 35px;
}
.article-container .article-content-container .article-top-section .image-container {
  text-align: center;
  padding-right: 25px;
  padding-left: 25px;
}
.article-container .article-content-container .article-top-section .image-container img {
  aspect-ratio: 1.78;
  width: 100%;
  margin-bottom: 15px;
}
.article-container .article-content-container .article-top-section .image-container p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.article-container .article-content-container .article-top-section .swiper-article-pagination .swiper-pagination-bullet-active {
  background-color: var(--main-color);
}
.article-container .article-content-container .article-content {
  margin-top: 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.45;
  font-size: 25px;
}
.article-container .article-content-container .article-content a {
  font-size: bold;
  color: var(--secondary-color);
}
.article-container .article-content-container .article-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.article-container .article-content-container .article-content p strong {
  font-weight: 700;
}
.article-container .article-content-container .article-content h1,
.article-container .article-content-container .article-content h1 strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 20px 0;
}
.article-container .article-content-container .article-content h2,
.article-container .article-content-container .article-content h2 strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 20px 0;
}
.article-container .article-content-container .article-content h3,
.article-container .article-content-container .article-content h3 strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 20px 0;
}
.article-container .article-content-container .article-content h4,
.article-container .article-content-container .article-content h4 strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 20px 0;
}
.article-container .article-content-container .article-content h5,
.article-container .article-content-container .article-content h5 strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 20px 0;
}
.article-container .article-content-container .article-content img {
  margin-bottom: 15px;
  margin-top: 30px;
}
.article-container .article-content-container .article-content .video-responsive {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.article-container .article-content-container .article-content .video-responsive iframe {
  width: 100%;
  height: unset;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.article-container .article-content-container .article-tags-container {
  margin-top: 60px;
  margin-bottom: 120px;
}
.article-container .article-content-container .article-tags-container ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.article-container .sidebar-container {
  top: 90px;
  position: sticky;
  padding-bottom: 120px;
  padding-left: 1.5vw;
}
.article-container .sidebar-container .related-articles-container {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.article-container .sidebar-container .related-articles-container h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 35px;
}

.article-swiper-section {
  position: relative;
  margin-bottom: 50px;
}
.article-swiper-section h2 {
  font-size: 1.88vw;
  font-weight: 700;
  margin-bottom: 30px;
}
.article-swiper-section .swiper-nav-container {
  display: block;
  padding-top: 27px;
}
.article-swiper-section .swiper-nav-container .swiper-button-prev-related,
.article-swiper-section .swiper-nav-container .swiper-button-next-related {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1;
  margin-top: unset !important;
  background-color: var(--main-color);
}
.article-swiper-section .swiper-nav-container .swiper-button-prev-related img,
.article-swiper-section .swiper-nav-container .swiper-button-next-related img {
  height: 100%;
  width: 40px;
  aspect-ratio: 1;
  padding: 8px;
}
.article-swiper-section .swiper-nav-container .swiper-button-prev-related::after,
.article-swiper-section .swiper-nav-container .swiper-button-next-related::after {
  display: none !important;
}
.article-swiper-section .swiper-collections .swiper-slide {
  position: relative;
  border-radius: 20px;
}
.article-swiper-section .swiper-collections .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.article-swiper-section .swiper-collections .swiper-slide .text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.article-swiper-section .swiper-collections .swiper-slide .text .titles h5 {
  font-size: 0.83vw;
  font-weight: 400;
  color: var(--neutral-100);
  margin-bottom: 10px;
}
.article-swiper-section .swiper-collections .swiper-slide .text .titles h2 {
  font-size: 1.56vw;
  font-weight: 700;
  color: var(--neutral-100);
}

@media only screen and (min-width: 1200px) {
  .article-container .share-social-container .share-social li {
    height: 35px;
    width: 35px;
    padding: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .article-container .article-content-container {
    padding-left: 20px;
  }
  .article-container .article-content-container .article-top-section h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .article-container .article-content-container .article-top-section h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .article-container .article-content-container .article-top-section .image-container {
    padding-right: 0;
    padding-left: 0;
  }
  .article-container .article-content-container .article-top-section .image-container p {
    font-size: 12px;
    line-height: 18px;
  }
  .article-container .article-content-container .article-content {
    margin-top: 20px;
    font-size: 20px;
  }
  .article-container .article-content-container .article-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .article-container .article-content-container .article-content h1,
  .article-container .article-content-container .article-content h1 strong {
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0;
  }
  .article-container .article-content-container .article-content h2,
  .article-container .article-content-container .article-content h2 strong {
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0;
  }
  .article-container .article-content-container .article-content h3,
  .article-container .article-content-container .article-content h3 strong {
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0;
  }
  .article-container .article-content-container .article-content h4,
  .article-container .article-content-container .article-content h4 strong {
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0;
  }
  .article-container .article-content-container .article-content h5,
  .article-container .article-content-container .article-content h5 strong {
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0;
  }
  .article-container .article-content-container .article-tags-container {
    margin-top: 35px;
    margin-bottom: 45px;
  }
  .article-container .share-social-container .share-social {
    margin-left: -15px;
  }
  .article-container .sidebar-container {
    padding-left: 0;
    padding-right: 0;
  }
  .article-container .sidebar-container .related-articles-container {
    margin-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }
  .article-container .sidebar-container .related-articles-container h3 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .article-swiper-section {
    margin-bottom: 40px;
  }
  .article-swiper-section h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .article-swiper-section .swiper-nav-container {
    padding-top: 48px;
  }
  .swiper-collections .swiper-slide .text .titles h5 {
    font-size: 14px;
  }
  .swiper-collections .swiper-slide .text .titles h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .article-container .share-social-container .share-social {
    row-gap: 6px;
  }
  .article-container .article-content-container .article-top-info .author,
  .article-container .article-content-container .article-top-info .date {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .article-container .share-social-container {
    padding-top: 18px;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    position: static;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .article-container .share-social-container .share-social {
    flex-direction: row;
    row-gap: 0;
    -moz-column-gap: 12px;
         column-gap: 12px;
    margin-left: 0;
  }
  .article-container .share-social-container .share-social li {
    height: 27px;
    width: 27px;
  }
  .article-container .article-content-container {
    padding-left: 0px;
  }
  .article-container .article-content-container .article-content {
    margin-top: 20px;
  }
  .article-container .article-content-container .article-tags-container {
    margin-top: 35px;
    margin-bottom: 45px;
  }
  .article-container .sidebar-container .related-articles-container {
    margin-top: 25px;
  }
  .article-container .sidebar-container .related-articles-container h3 {
    font-size: 20px;
  }
  .article-swiper-section {
    margin-bottom: 40px;
  }
  .article-swiper-section h2 {
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 30px;
  }
  .article-swiper-section .swiper-nav-container {
    padding-top: 22px;
  }
}
.policy-page {
  margin-bottom: 90px;
  color: var(--neutral-800);
}
.policy-page h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 40px;
  padding-bottom: 30px;
}
.policy-page .content strong {
  font-weight: 700;
}
.policy-page .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.policy-page .content h1,
.policy-page .content h2,
.policy-page .content h3,
.policy-page .content h4,
.policy-page .content h5,
.policy-page .content h6 {
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  padding: 20px 0;
}

@media only screen and (max-width: 991px) {
  .policy-page h1 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .policy-page .content p {
    font-size: 14px;
    line-height: 20px;
  }
  .policy-page .content h1,
  .policy-page .content h2,
  .policy-page .content h3,
  .policy-page .content h4,
  .policy-page .content h5,
  .policy-page .content h6 {
    font-size: 20px;
    line-height: 26px;
    padding: 15px 0;
  }
}
* {
  font-family: var(--font-primary);
}

body {
  margin: 0;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  font-size: 1.6rem;
  line-height: 1.15;
}
body.no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
body.no-scrollbar::-webkit-scrollbar {
  display: none;
}

header {
  padding: 0 0 0 0;
}

main {
  padding: 0 0 0 0;
  padding-top: calc(var(--nav-height) + 30px);
}
