/* * { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
* * * * * * * { background-color: rgba(255,0,0,.2); }
* * * * * * * * { background-color: rgba(0,255,0,.2); }
* * * * * * * * * { background-color: rgba(0,0,255,.2); } */
/* 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;
}

.z-index-0 {
  z-index: 0;
}

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

.overflow-hidden {
  overflow-y: hidden;
  overflow-x: 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 */
}

/* 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);
}

/* Custom CSS Loader */
#loading-css {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999999;
}

.lds-ring {
  display: inline-block;
  position: fixed;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Needs to be inside an element with position relative + overflow hidden */
.sticky-side-title {
  position: sticky;
  top: 30%;
  padding: 30px 0;
}
.sticky-side-title p {
  transform: rotate(180deg);
  transform-origin: center;
  writing-mode: vertical-rl;
  line-height: calc(8.333333vw - 30px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Display elements inline with auto width */
.wrapper-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.wrapper-container .wrapper-box {
  /* Each box will take as much space as possible and every box in the same line will have the same width */
  display: table-cell;
  width: auto;
  text-align: center;
}

/* Center block vertically */
.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  /* Whatever width you want */
}

/* Autofill */
.bg-black input:-webkit-autofill,
.bg-black input:-webkit-autofill:hover,
.bg-black input:-webkit-autofill:focus,
.bg-black input:-webkit-autofill:active {
  /* Background color */
  box-shadow: 0 0 0 30px #000 inset;
}

.bg-black input:-webkit-autofill {
  /* Text color */
  -webkit-text-fill-color: #fff;
}

.bg-white input:-webkit-autofill,
.bg-white input:-webkit-autofill:hover,
.bg-white input:-webkit-autofill:focus,
.bg-white input:-webkit-autofill:active {
  /* Background color */
  box-shadow: 0 0 0 30px #fff inset;
}

.bg-white input:-webkit-autofill {
  /* Text color */
  -webkit-text-fill-color: #000;
}

/* General */
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;
}

/* Youtube modal */
#container-yt-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

#container-yt-video.open {
  opacity: 1;
}

#video-cont {
  display: block;
  transform: translateY(-50%);
}

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

/* Vimeo modal */
#container-vimeo-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

#container-vimeo-video.open {
  opacity: 1;
}

#close-vimeo-video {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 10;
}

#container-vimeo-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1090;
}
#container-vimeo-video iframe {
  height: 90vh !important;
  width: 90% !important;
  top: 4% !important;
}

.player {
  height: 90% !important;
}

.cursor-pointer {
  cursor: pointer;
}

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

.search-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.search-icon .s-i-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.search-icon .s-i-container .lens, .search-icon .s-i-container .handle, .search-icon .s-i-container .bar-left, .search-icon .s-i-container .bar-right {
  transition: all 0.35s ease-out;
}
.search-icon .s-i-container .lens {
  border: 2px solid #000;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(0%, 0%);
  height: 16px;
  width: 16px;
  background-color: transparent;
  border-radius: 50%;
}
.search-icon .s-i-container .handle {
  background-color: #000;
  position: absolute;
  width: 9px;
  height: 2px;
  bottom: 2px;
  right: 0px;
  transform: rotate(45deg);
}
.search-icon .s-i-container .bar-left, .search-icon .s-i-container .bar-right {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 2px;
  background-color: #000;
}
.search-icon .s-i-container .bar-left {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search-icon .s-i-container .bar-right {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close.search-icon .s-i-container .lens {
  width: 0px;
  height: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid transparent;
}
.close.search-icon .s-i-container .handle {
  transform: rotate(45deg) scale(0);
}
.close.search-icon .s-i-container .bar-left, .close.search-icon .s-i-container .bar-right {
  opacity: 1 !important;
  width: 21.21px;
}

/*
	useful to override colors
.search-icon{
	.s-i-container{
		.lens{
			border:2px solid #000;
		}
		.handle{
			background-color:#000;
		}
		.bar-left, .bar-right{
			background-color:#000;
		}
	}
} 
*/
:root {
  --bs-gutter-x: 16px;
}

.dropdown-toggle,
.dropdown-toggle:hover {
  all: unset;
  cursor: pointer;
}

.dropdown-menu {
  font-size: 16px;
}

.title {
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .title {
    font-size: 50px;
  }
}

.subtitle {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 46px;
}
@media (min-width: 768px) {
  .subtitle {
    margin-bottom: 32px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .subtitle {
    margin-bottom: 58px;
    font-size: 48px;
  }
}

.intro-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .intro-title {
    margin-bottom: 14px;
  }
}

nav {
  height: 75px;
  z-index: 1000 !important;
  transition: 0.35s;
  background-color: transparent;
  color: #fff;
  border-bottom: 0;
  padding: 0 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
nav .nav-left-section {
  height: 100%;
  width: 17%;
  display: flex;
  align-items: center;
  position: relative;
}
nav .nav-left-section a:has(.brand-logo) {
  position: absolute;
  left: 0;
}
nav .nav-left-section .brand-logo {
  height: 51px;
}
nav .nav-left-section .brand-logo-white {
  display: block;
  transition: 0.35s;
}
nav .nav-left-section .brand-logo-blue {
  display: none;
  transition: 0.35s;
}
nav .nav-center-section {
  display: flex;
  align-items: center;
  transition: 0.35s;
}
nav .nav-center-section ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  -moz-column-gap: 50px;
       column-gap: 50px;
  list-style: none;
  padding: 0;
}
nav .nav-center-section ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
nav .nav-center-section ul li svg {
  position: absolute;
  top: 17px;
  width: 36px;
}
nav .nav-center-section ul li a {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}
nav .nav-center-section ul li a:hover {
  color: #fff;
  text-decoration: none;
}
nav .nav-right-section {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
nav .nav-right-section .hmbrgr-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 40px;
  cursor: pointer;
}
nav .nav-right-section .hmbrgr-container .hmbrgr {
  height: 9px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  transition: 0.35s;
}
nav .nav-right-section .hmbrgr-container .hmbrgr .line-top {
  width: 23px;
  height: 2px;
  background-color: #fff;
  transition: 0.35s;
}
nav .nav-right-section .hmbrgr-container .hmbrgr .line-bottom {
  width: 50%;
  height: 2px;
  background-color: #fff;
  transition: 0.35s;
}
nav .nav-right-section .hmbrgr-container.active .hmbrgr {
  transition: 0.35s;
}
nav .nav-right-section .hmbrgr-container.active .hmbrgr .line-top {
  transform: rotate(45deg) translateY(0px) translateX(3px);
  transition: 0.35s;
}
nav .nav-right-section .hmbrgr-container.active .hmbrgr .line-bottom {
  transform: rotate(-45deg) translateY(-2px) translateX(5px);
  transition: 0.35s;
  width: 23px;
}
nav .nav-right-section .language-menu .lang-chevron-down g g {
  transition: 0.15s;
  stroke: #fff;
}
nav .nav-right-section .vertical-divider {
  width: 2px;
  height: 25px;
  background-color: #fff;
  margin: 0 10px 0 7px;
  transition: 0.35s;
}
nav.scrolled, nav.scrolled-fixed {
  transition: 0.35s;
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
}
nav.scrolled .nav-left-section .brand-logo-white, nav.scrolled-fixed .nav-left-section .brand-logo-white {
  display: none;
  transition: 0.35s;
}
nav.scrolled .nav-left-section .brand-logo-blue, nav.scrolled-fixed .nav-left-section .brand-logo-blue {
  display: block;
  transition: 0.35s;
}
nav.scrolled .nav-center-section ul li svg path, nav.scrolled-fixed .nav-center-section ul li svg path {
  stroke: #000;
}
nav.scrolled .nav-center-section ul li a, nav.scrolled-fixed .nav-center-section ul li a {
  color: #000;
  transition: 0.35s;
}
nav.scrolled .nav-right-section .hmbrgr-container .hmbrgr, nav.scrolled-fixed .nav-right-section .hmbrgr-container .hmbrgr {
  transition: 0.35s;
}
nav.scrolled .nav-right-section .hmbrgr-container .hmbrgr .line-top, nav.scrolled-fixed .nav-right-section .hmbrgr-container .hmbrgr .line-top {
  background-color: #000;
  transition: 0.35s;
}
nav.scrolled .nav-right-section .hmbrgr-container .hmbrgr .line-bottom, nav.scrolled-fixed .nav-right-section .hmbrgr-container .hmbrgr .line-bottom {
  background-color: #000;
  transition: 0.35s;
}
nav.scrolled .nav-right-section .language-menu .lang-chevron-down g g, nav.scrolled-fixed .nav-right-section .language-menu .lang-chevron-down g g {
  transition: 0.15s;
  stroke: #000;
}
nav.scrolled .nav-right-section .vertical-divider, nav.scrolled-fixed .nav-right-section .vertical-divider {
  background-color: #000;
  transition: 0.35s;
}
nav.menu-is-open {
  background-color: #126490;
  transition: 0.35s;
  border: 0;
}
nav.menu-is-open .nav-right-section {
  transition: 0.35s;
  color: #fff;
}
nav.menu-is-open .nav-center-section {
  transition: 0.35s;
  display: none;
}
nav.menu-is-open .nav-left-section .brand-logo-white {
  display: block;
  transition: 0.35s;
}
nav.menu-is-open .nav-left-section .brand-logo-blue {
  display: none;
  transition: 0.35s;
}
nav.scrolled.menu-is-open .nav-left-section .brand-logo-white, nav.scrolled-fixed.menu-is-open .nav-left-section .brand-logo-white {
  display: block;
  transition: 0.35s;
}
nav.scrolled.menu-is-open .nav-left-section .brand-logo-blue, nav.scrolled-fixed.menu-is-open .nav-left-section .brand-logo-blue {
  display: none;
  transition: 0.35s;
}
nav.scrolled.menu-is-open .nav-center-section ul li svg path, nav.scrolled-fixed.menu-is-open .nav-center-section ul li svg path {
  stroke: #fff;
}
nav.scrolled.menu-is-open .nav-center-section ul li a, nav.scrolled-fixed.menu-is-open .nav-center-section ul li a {
  color: #fff;
}
nav.scrolled.menu-is-open .nav-center-section ul li a:hover, nav.scrolled-fixed.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, nav.scrolled-fixed.menu-is-open .nav-right-section .hmbrgr-container .hmbrgr .line-top {
  background-color: #fff;
  transition: 0.35s;
}
nav.scrolled.menu-is-open .nav-right-section .hmbrgr-container .hmbrgr .line-bottom, nav.scrolled-fixed.menu-is-open .nav-right-section .hmbrgr-container .hmbrgr .line-bottom {
  background-color: #fff;
  transition: 0.35s;
}
nav.scrolled.menu-is-open .nav-right-section .language-menu .lang-chevron-down g g, nav.scrolled-fixed.menu-is-open .nav-right-section .language-menu .lang-chevron-down g g {
  transition: 0.15s;
  stroke: #fff;
}
nav.scrolled.menu-is-open .nav-right-section .vertical-divider, nav.scrolled-fixed.menu-is-open .nav-right-section .vertical-divider {
  background-color: #fff;
  transition: 0.35s;
}

form.nav-search {
  background-color: #ededed;
  width: 100%;
  display: flex;
  padding-left: 23px;
  border-radius: 10px;
}
form.nav-search input {
  width: 100%;
  background-color: #ededed;
  color: #949494;
  border: none;
  font-size: 13px;
  outline: none !important;
  padding: 13px 23px 13px 30px;
  border-radius: 10px;
}

.btnSearchBar {
  background-color: transparent;
  border: 0px solid #fff;
  padding: 0px;
}
.btnSearchBar img {
  height: 19px;
}

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

.available-langs-list {
  border-radius: 0;
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8.333vw;
  position: absolute;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
}

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

.available-langs-list {
  position: absolute;
  top: calc(75px / 2.5);
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  border: unset;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.available-langs-list .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;
}

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

@media only screen and (max-width: 991px) {
  nav {
    height: 75px;
  }
  nav .nav-left-section img {
    height: 43px;
  }
  nav .nav-center-section {
    display: none;
  }
  nav .nav-right-section {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  nav .nav-right-section a.cta {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  nav {
    height: 60px;
    padding: 0 2.5rem !important;
  }
  nav .nav-left-section .brand-logo {
    height: 38px;
  }
  nav .nav-right-section {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.nav-search {
  top: 75px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
  border-radius: 100px;
  width: 100%;
}
.nav-search form {
  width: 100%;
}
.nav-search input {
  width: 100%;
  background-color: #2288bf;
  color: #fff;
  border: none;
  font-size: 20px;
  outline: none !important;
  border-radius: 100px;
  padding: 15px 25px;
}
.nav-search ::-moz-placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.nav-search ::placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.nav-search.result-page {
  position: relative;
  top: unset;
  border-radius: 100px;
}
.nav-search.result-page button {
  right: 2%;
}
.nav-search.result-page input {
  width: 98%;
  left: 0.5%;
  position: relative;
}
.nav-search.scrolled.result-page {
  position: relative;
  top: unset;
  border-radius: 100px;
}
.nav-search.scrolled.result-page button {
  right: 2%;
}
.nav-search.scrolled.result-page input {
  width: 98%;
  left: 0.5%;
  position: relative;
}

.btnSearchBar {
  position: absolute;
  background-color: transparent;
  border: 0px solid #fff;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px;
}
.btnSearchBar img {
  height: 20px;
}

.noresult-gradient-bg {
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(227, 0, 0) 100%);
}

.result-main-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.result-main-section .ptdc-block {
  padding-bottom: 0;
  padding-top: 40px;
}
.result-main-section .ptdc-block .ptdc-pretitle {
  opacity: 0.6;
  margin-bottom: 15px;
}
.result-main-section .ptdc-block .ptdc-block-title {
  margin-bottom: 20px;
}
.result-main-section .results-page .category-cta {
  height: 50px;
  border-radius: 24px;
  border: solid 1px #fff;
  text-align: center;
  width: 280px;
  display: block;
}
.result-main-section .results-page .category-cta a {
  text-decoration: none;
  color: #fff;
}
.result-main-section .results-page .category-cta a p {
  line-height: 49px;
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.69px;
}
.result-main-section .results-page .category-cta a img {
  width: 40px;
  margin-left: 10px;
  transition: transform 0.25s ease-in-out;
  padding: 0;
}
.result-main-section .results-page .category-cta a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.result-main-section .results-page .category-cta a:hover img {
  transform: translateX(3px);
}

@media only screen and (max-width: 991px) {
  .nav-search {
    top: 75px;
  }
}
@media only screen and (max-width: 575px) {
  .nav-search {
    top: 75px;
  }
  .nav-search input {
    font-size: 17px;
    padding: 10px 20px;
  }
  .nav-search ::-moz-placeholder {
    font-size: 17px;
  }
  .nav-search ::placeholder {
    font-size: 17px;
  }
  .search-logo-container {
    justify-content: flex-end;
  }
  .result-main-section {
    padding-top: 105px;
    padding-bottom: 80px;
  }
  .result-main-section #back-to-referrer {
    margin-left: 1.5rem !important;
  }
  .result-main-section .ptdc-block .ptdc-block-title {
    font-size: 60px;
  }
  .search-result a h2 {
    font-size: 30px;
  }
  .search-result p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .search-result .read-search-result {
    font-size: 14px;
  }
  .search-result .search-info-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 375px) {
  .result-main-section .ptdc-block .ptdc-block-title {
    font-size: 45px;
  }
}
#full-page-menu {
  background-color: #126490;
  color: #ffffff;
  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 .marketing-label {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
#full-page-menu .marketing-label a {
  text-decoration: none;
  color: #fdf475;
}
#full-page-menu .page-titles {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
#full-page-menu .page-titles a {
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
#full-page-menu .page-titles .page-title {
  font-weight: 600;
  font-size: 2.865vw;
  color: #fff;
  line-height: 0.8;
}
#full-page-menu .page-titles .page-prod-serv {
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
#full-page-menu .page-titles .page-prod-serv.active {
  font-weight: 600;
}
#full-page-menu .page-titles .accordion-item {
  background-color: transparent;
  border: 0;
}
#full-page-menu .page-titles .accordion-item .accordion-header {
  width: -moz-fit-content;
  width: fit-content;
}
#full-page-menu .page-titles .accordion-item .accordion-button {
  background-color: transparent;
  padding: 0;
  font-weight: 400;
  font-size: 35px;
  color: #000;
  box-shadow: none;
  display: flex;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
#full-page-menu .page-titles .accordion-item .accordion-button:focus {
  border: 0;
  box-shadow: none;
}
#full-page-menu .page-titles .accordion-item .accordion-button::after {
  background-image: url("/assets/img/svg/chevron_down_black.svg");
  width: 17px;
  height: 11px;
  background-size: 17px;
}
#full-page-menu .page-titles .accordion-item .accordion-body {
  padding-bottom: 0;
}
#full-page-menu .page-titles .accordion-item .accordion-body h4 {
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  color: #000;
}
#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(75px + 50px);
}

@media only screen and (max-width: 1499px) {
  #full-page-menu {
    padding-bottom: 70px;
  }
  #full-page-menu.open {
    padding-top: calc(75px + 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 .page-titles {
    row-gap: 20px;
  }
  #full-page-menu .page-titles .page-title {
    font-size: 30px;
  }
  #full-page-menu .page-titles .accordion-item .accordion-button {
    font-size: 27px;
  }
  #full-page-menu .page-titles .accordion-item .accordion-body h4 {
    font-size: 24px;
  }
  #full-page-menu .page-titles .page-prod-serv {
    font-size: 25px;
  }
  #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.open {
    padding-top: calc(75px + 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 .page-titles {
    row-gap: 15px;
  }
  #full-page-menu .page-titles .page-title {
    font-size: 25px;
  }
  #full-page-menu .page-titles .accordion-item .accordion-button {
    font-size: 23px;
  }
  #full-page-menu .page-titles .accordion-item .accordion-body h4 {
    font-size: 21px;
  }
  #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: 70px;
    font-size: 15px;
  }
}
footer {
  background-color: #f8f8f8;
  padding: 110px 0 50px;
  color: #4a494a;
}
footer .top-section {
  color: #4a494a;
  margin-bottom: 80px;
}
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: 12px;
  color: #4a494a;
  text-decoration: none;
}
footer .top-section .footer-link-container li.title {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
footer .top-section .footer-link-container li a {
  font-weight: 400;
  font-size: 12px;
  color: #4a494a;
  text-decoration: none;
}
footer .top-section .footer-link-container li.title a {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
footer .top-section .contacts h5 {
  font-size: 12px;
  color: #4a494a;
  font-weight: 600;
  text-transform: uppercase;
}
footer .top-section .contacts p,
footer .top-section .contacts a {
  font-weight: 400;
  color: #4a494a;
  font-size: 12px;
  margin-bottom: 12px;
}
footer .top-section .contacts .social-icons {
  list-style: none;
  display: flex;
  padding-left: 0;
  align-items: center;
}
footer .top-section .disclaimer p {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
}
footer .top-section .disclaimer p a {
  color: #4a494a;
}
footer .bottom-section p {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.4;
}
footer .bottom-section p a {
  color: #4a494a;
}
footer hr {
  display: none;
}

@media only screen and (max-width: 991px) {
  footer {
    padding: 80px 0 70px;
    text-align: center;
  }
  footer .top-section {
    row-gap: 50px;
  }
  footer .top-section .contacts .social-icons {
    justify-content: center;
  }
  footer hr {
    display: block;
    width: 83.3333333vw !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  footer hr {
    width: 99.99999996vw;
  }
}
/* Newsletter element */
.newsletter-outer-container {
  margin: 100px 0;
  color: #000;
  width: 100%;
  position: relative;
}
.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: #fff;
  margin-bottom: 0;
}
.newsletter-outer-container .newsletter-privacy a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.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: #9b9b9b;
  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;
}
.newsletter-outer-container .newsletter-form-container .newsletter-input::-moz-placeholder {
  color: rgba(155, 155, 155, 0.6);
  font-weight: bold;
  font-size: 18px;
}
.newsletter-outer-container .newsletter-form-container .newsletter-input::placeholder {
  color: rgba(155, 155, 155, 0.6);
  font-weight: bold;
  font-size: 18px;
}
.newsletter-outer-container .newsletter-form-container .newsletter-input:not(:-moz-placeholder-shown) {
  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: #939393;
  color: #fff;
  border: 0;
  padding-left: 30px;
  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: #848484;
  color: #fff;
  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;
}

.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;
}
.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: #d8d8d8;
  border-radius: 5px;
  border: none;
  transition: 0.3s ease-in-out;
}
.contact-checkmark:after {
  color: #000000;
  content: "";
  display: none;
}

.contact-checkbox-container .contact-checkmark:after {
  width: 6px;
  height: 11px;
  margin-top: 4px;
  border: solid #000000;
  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-shown) {
    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;
  }
}
@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-shown) {
    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;
  }
}
.cta {
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  transition: 0.35s;
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
  border-radius: 100px;
  height: -moz-fit-content;
  height: fit-content;
  border: none;
}
.cta img {
  height: 15px;
}
.cta:hover {
  text-decoration: none;
}
.cta.cta-black {
  background-color: #000;
  color: #fff;
}
.cta.cta-black:hover {
  background-color: #292929;
  transition: 0.35s;
}
.cta.cta-white {
  background-color: #fff;
  color: #343434;
}
.cta.cta-white:hover {
  background-color: rgba(255, 255, 255, 0.7254901961);
  transition: 0.35s;
}
.cta.cta-yellow, .cta--yellow {
  background-color: #fdf475;
  color: #343434;
}
.cta.cta-yellow:hover, .cta--yellow:hover {
  color: #000;
  background-color: #e8e06a;
  transition: 0.35s;
}
.cta.cta-transparent-white {
  background-color: transparent;
  color: #fff;
  padding: 0;
}
.cta.cta-transparent-black {
  background-color: transparent;
  color: #343434;
  padding: 0;
}
.cta:has(.chevron) {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.cta:has(.chevron) img {
  height: 13px;
}
.cta:has(.cta-back) {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.cta:has(.cta-back) img {
  height: 13px;
}
.cta.cta-rounded {
  border-radius: 10px;
}
.cta--teal {
  background-color: #0AB0A3;
  color: #fff;
}
.cta--teal:hover {
  color: #fff;
  background-color: #00A89E;
}
.cta--large {
  color: #343434;
  font-weight: bold;
  text-transform: uppercase;
  padding: 18px 30px;
}
@media (min-width: 1200px) {
  .cta--large {
    font-size: 20px;
    padding: 20px 37px;
  }
}

@media only screen and (max-width: 991px) {
  .cta:not(.cta--large) {
    padding: 13px 25px;
    font-size: 15px;
  }
  .cta:not(.cta--large).cta-rounded {
    border-radius: 10px;
  }
  .cta:not(.cta--large):has(.chevron) {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .cta:not(.cta--large):has(.chevron) img {
    height: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .cta:not(.cta--large) {
    padding: 10px 25px;
    font-size: 13px;
  }
  .cta:not(.cta--large).cta-rounded {
    border-radius: 10px;
  }
  .cta:not(.cta--large):has(.chevron) {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .cta:not(.cta--large):has(.chevron) img {
    height: 13px;
  }
}
.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;
  align-items: center;
  text-align: center;
  color: #4a494a;
  position: relative;
}
.ptdc.ptdc-text-white {
  color: #fff;
}
.ptdc.ptdc-text-dark {
  color: #4a494a;
}
.ptdc h4 {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.ptdc h4 img {
  margin-top: 8px;
  margin-bottom: 10px;
  height: 5px;
}
.ptdc h3 {
  font-weight: 600;
  font-size: 2.5vw;
  line-height: 1.15;
  margin-bottom: 20px;
}
.ptdc p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.ptdc .cta {
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .ptdc h4 {
    font-size: 12px;
  }
  .ptdc h3 {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .ptdc p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .ptdc h4 {
    font-size: 12px;
  }
  .ptdc h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .ptdc p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.faq-item {
  width: 100%;
  background-color: #fff;
  border: 0px solid transparent;
  padding: 0;
}
.faq-item .collapse-title-col {
  background-color: #db5634;
  transition: all 0.25s ease-out;
  padding-top: 20px;
  padding-bottom: 20px;
}
.faq-item .collapse-title-col h2 {
  color: #f9f9f9;
  font-weight: 900;
  margin-bottom: 0;
}
.faq-item .accordion-button {
  transition: all 0.35s ease-in-out;
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  padding-left: 60px;
  padding-right: 60px;
}
.faq-item .collapsed.collapse-title-col,
.faq-item .accordion-button:not(.collapsed) {
  font-weight: 500 !important;
  font-size: 25px;
  font-weight: bold;
  background-color: #db5634;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 30px !important;
  position: relative;
  z-index: 2;
}
.faq-item .accordion-button::after {
  display: none;
}
.faq-item .accordion-button.collapsed {
  color: #fff;
  background-color: #db5634;
}
.faq-item .accordion-body {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.96px;
  color: #4a4a4a;
  background-color: #e8eeed;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.faq-item .accordion-body .cta {
  margin-top: 70px;
}
.faq-item .collapsed.collapse-title-col h2 {
  color: #db5634;
}
.faq-item .collapse-text-col {
  background-color: #f9f9f9;
  color: #3c407b;
  transition: all 0.35s ease-out;
  max-width: 100%;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faq-item .show.collapse-text-col,
.faq-item .collapsing.collapse-text-col {
  background-color: rgba(239, 243, 249, 0.2);
  color: #f9f9f9;
  transform: translateY(-25px);
  z-index: 1;
  position: relative;
}
.faq-item .accordion-header {
  background: transparent;
  transition: 0.5s;
}
.faq-item .accordion-header:has([aria-expanded=true]) {
  transition: 0.5s;
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(234, 234, 219) 50%, rgb(234, 234, 219) 100%);
}
.faq-item .collapse-status-indicator-container {
  height: 58px;
  width: 58px;
  background-color: #fdf475;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-out;
  aspect-ratio: 1;
}
.faq-item .collapsed .collapse-status-indicator-container {
  transition: all 0.25s ease-out;
  background-color: #fdf475;
}
.faq-item .collapse-status-indicator {
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  background-color: #000000;
  width: 30px;
  height: 3px;
  cursor: pointer;
}
.faq-item .collapse-status-indicator::before {
  content: "";
  display: block;
  transform: rotate(0deg);
  background-color: #000000;
  width: 30px;
  height: 3px;
  transition: all 0.35s ease-out;
}
.faq-item .collapsed .collapse-status-indicator {
  background-color: #000000;
}
.faq-item .collapsed .collapse-status-indicator::before {
  transform: rotate(90deg);
  background-color: #000000;
}

@media only screen and (max-width: 991px) {
  .faq-item .collapse-title-col {
    background-color: #db5634;
    transition: all 0.25s ease-out;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faq-item .accordion-button {
    padding-left: 30px;
    padding-right: 30px;
  }
  .faq-item .collapsed.collapse-title-col,
  .faq-item .accordion-button:not(.collapsed) {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px !important;
  }
  .faq-item .collapse-status-indicator-container {
    height: 30px;
    width: 30px;
  }
  .faq-item .collapse-status-indicator {
    width: 15px;
    height: 2px;
  }
  .faq-item .collapse-status-indicator::before {
    width: 15px;
    height: 2px;
  }
  .faq-item .accordion-body {
    font-size: 15px;
    line-height: 1.5;
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .faq-item .accordion-body .cta {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .faq-item .collapse-title-col {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .faq-item .accordion-button {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq-item .collapsed.collapse-title-col,
  .faq-item .accordion-button:not(.collapsed) {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px !important;
  }
  .faq-item .accordion-body {
    font-size: 15px;
    line-height: 1.4;
    padding-top: 15px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .faq-item .accordion-body .cta {
    margin-top: 20px;
  }
}
.main-section-container {
  background: #555555;
}

.main-section {
  height: calc(100vh - 75px);
  color: #fff;
}
.main-section .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.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 - 75px);
}
.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;
  }
}
.hero {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0AB0A3;
  color: #FDF475;
  height: 335px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 991px) {
  .hero {
    padding-top: 75px;
  }
}
.hero__title {
  margin: 0;
  font-size: 50px;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hero {
    padding-bottom: 75px;
    height: 550px;
  }
  .hero__title {
    font-size: 140px;
  }
}
@media (min-width: 1200px) {
  .hero {
    height: 550px;
  }
  .hero__title {
    font-size: 200px;
  }
}

.page-heading {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 80px;
}
.page-heading__title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 11px;
}
.page-heading__title::after {
  content: url("/assets/img/svg/curve-black.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-heading__subtitle {
  font-size: 28px;
  font-weight: bold;
}
.page-heading__content {
  margin-top: 16px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .page-heading {
    margin-bottom: 70px;
    max-width: 600px;
  }
  .page-heading__subtitle {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .page-heading {
    max-width: 800px;
    margin-bottom: 140px;
  }
  .page-heading__title {
    padding-bottom: 0;
  }
  .page-heading__title::after {
    display: none;
  }
  .page-heading__subtitle {
    font-size: 48px;
  }
}

.back-button.cta {
  padding: 10px 14px;
  -moz-column-gap: 0;
       column-gap: 0;
}
.back-button__arrow {
  width: 18px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.back-button__text {
  position: relative;
  margin-left: 20px;
}
.back-button__text::after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -10px;
  width: 1px;
  background-color: #A79E23;
}

.business-card {
  display: flex;
  align-items: center;
  gap: 14px;
}
.business-card__name {
  font-size: 20px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .business-card__name {
    font-size: 26px;
  }
}
.business-card__username {
  color: #858585;
}
@media (min-width: 1200px) {
  .business-card__username {
    font-size: 20px;
  }
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
}
.avatar__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1200px) {
  .avatar {
    width: 64px;
    height: 64px;
  }
}
.avatar--small {
  width: 30px;
  height: 30px;
}
@media (min-width: 1200px) {
  .avatar--small {
    width: 44px;
    height: 44px;
  }
}
.avatar--large {
  width: 64px;
  height: 64px;
}
@media (min-width: 768px) {
  .avatar--large {
    width: 94px;
    height: 94px;
  }
}
@media (min-width: 1200px) {
  .avatar--large {
    width: 160px;
    height: 160px;
  }
}

.separator {
  margin: 16px 0;
  height: 1px;
  width: 100%;
  background-color: #343434;
}
@media (min-width: 1200px) {
  .separator {
    margin: 24px 0;
  }
}
.separator--large {
  margin: 46px 0;
}
@media (min-width: 1200px) {
  .separator--large {
    margin: 60px 0;
  }
}

.comments__title {
  font-size: 30px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .comments__title {
    font-size: 50px;
    margin-bottom: 50px;
  }
}
.comments__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.comments__cta {
  margin-top: 46px;
  width: 100%;
  background-color: #f4f4f4;
  color: #343434;
  border: none;
  padding: 12px;
  text-align: left;
}

.comment__header {
  display: flex;
  gap: 15px;
}
.comment__username {
  flex: 1;
  align-self: center;
  font-size: 20px;
  font-weight: bold;
}
.comment__content {
  margin-top: 15px;
}

.pea-swiper {
  position: relative;
}
.pea-swiper .swiper-button-prev,
.pea-swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background-color: #FDF475;
  position: initial;
  margin-top: 0;
}
.pea-swiper .swiper-button-prev:after,
.pea-swiper .swiper-button-next:after {
  content: "";
}
@media (min-width: 768px) {
  .pea-swiper .swiper-button-prev,
  .pea-swiper .swiper-button-next {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 1200px) {
  .pea-swiper .swiper-button-prev,
  .pea-swiper .swiper-button-next {
    width: 80px;
    height: 80px;
  }
}
.pea-swiper .swiper-button-prev {
  left: 0;
}
.pea-swiper .swiper-button-next {
  right: 0;
}
.pea-swiper__navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .pea-swiper__navigation {
    position: absolute;
    z-index: 1;
    top: calc(50% - 40px);
    width: calc(100% + 180px);
    left: -90px;
    right: -90px;
  }
}

.pea-banner {
  background-color: #b3e5e2;
  padding: 40px 0;
  margin: 60px 0;
}
.pea-banner__subtitle {
  margin-bottom: 18px;
}
.pea-banner__links {
  display: grid;
  row-gap: 30px;
  margin-top: 32px;
}
.pea-banner__image {
  width: 100%;
  height: 290px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: #00A89E;
}
.pea-banner__link, .pea-banner__link:hover, .pea-banner__link:visited {
  all: unset;
  cursor: pointer;
}
.pea-banner__link-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  margin-top: 14px;
}
@media (min-width: 768px) {
  .pea-banner {
    margin-bottom: 90px;
  }
  .pea-banner__image {
    height: 250px;
  }
  .pea-banner__links {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 25px;
         column-gap: 25px;
    margin-top: 66px;
  }
  .pea-banner__text {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .pea-banner {
    background-color: transparent;
  }
  .pea-banner__content {
    padding: 40px 80px;
    background-color: #b3e5e2;
  }
  .pea-banner__image {
    height: 350px;
  }
  .pea-banner__links {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 35px;
         column-gap: 35px;
    margin-top: 35px;
  }
  .pea-banner__text {
    width: 33.33%;
  }
}

.file-uploader__container {
  position: relative;
  border: 2px dashed #0AB0A3;
  border-radius: 5px;
}
.file-uploader__input {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.file-uploader__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  position: relative;
}
.file-uploader__title {
  margin-top: 12px;
  margin-bottom: 2px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .file-uploader__title {
    font-size: 22px;
  }
}
.file-uploader__subtitle {
  margin: 0;
}
@media (min-width: 1200px) {
  .file-uploader__subtitle {
    font-size: 22px;
  }
}
.file-uploader--horizontal .file-uploader__content {
  flex-direction: row;
}
.file-uploader--horizontal .file-uploader__image {
  position: absolute;
  left: 20px;
}
.file-uploader--large .file-uploader__content {
  padding: 40px 20px;
}
@media (min-width: 1200px) {
  .file-uploader--large .file-uploader__content {
    padding: 100px 20px;
  }
}

.autocomplete__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.autocomplete__chip {
  border-radius: 60px;
  color: #0AB0A3;
  padding: 7px 11px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  align-items: center;
  gap: 10px;
}
.autocomplete__chip-value {
  margin: 0;
}
.autocomplete__chip-button {
  border: none;
  background-color: transparent;
  padding: 0;
}
.autocomplete__chip-button img {
  width: 16px;
}
.autocomplete__container {
  position: relative;
}
.autocomplete__input {
  position: relative;
  height: 35px;
  background-color: #CCDAD8;
  border-radius: 11px;
  border: none;
  padding: 8px 12px;
  width: 100%;
}
.autocomplete__input::-moz-placeholder {
  color: #343434;
}
.autocomplete__input::placeholder {
  color: #343434;
}
@media (min-width: 1200px) {
  .autocomplete__input {
    font-size: 22px;
    height: 46px;
  }
}
.autocomplete__panel {
  position: absolute;
  background-color: white;
  padding: 8px 12px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  top: 38px;
  width: 100%;
}
@media (min-width: 1200px) {
  .autocomplete__panel {
    top: 49px;
    font-size: 22px;
  }
}
.autocomplete__option {
  cursor: pointer;
  padding: 4px 0;
}
.autocomplete__option--selected {
  color: #858585;
  cursor: not-allowed;
}

.vimeo-player {
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .vimeo-player {
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .vimeo-player {
    height: 620px;
  }
}
.vimeo-player__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vimeo-player__button {
  position: absolute;
  z-index: 10;
  background-color: transparent;
  border: none;
}
.vimeo-player__button img {
  height: 38px;
}
@media (min-width: 1200px) {
  .vimeo-player__button img {
    height: 120px;
  }
}

.player {
  height: 100% !important;
}

.project-card {
  position: relative;
}
.project-card__badge {
  position: absolute;
  right: 8px;
  top: 12px;
  background-color: white;
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .project-card__badge {
    padding: 8px 12px;
  }
}
.project-card__link, .project-card__link:hover {
  display: block;
  all: unset;
  cursor: pointer;
}
.project-card__image {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.project-card__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .project-card__title {
    font-size: 28px;
  }
}
.project-card__author {
  margin-top: 2px;
}

.single-project-header__image {
  width: 100%;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1200px) {
  .single-project-header__image {
    max-height: 610px;
  }
}

.single-project-box {
  padding: 16px;
  border: 1px solid #343434;
}
.single-project-box__data {
  display: grid;
  row-gap: 16px;
  margin: 0;
}
.single-project-box__data-item {
  display: flex;
  font-weight: normal;
  gap: 16px;
}
@media (min-width: 768px) {
  .single-project-box {
    max-width: 380px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .single-project-box {
    max-width: 100%;
    padding: 24px;
    position: sticky;
    top: 90px !important;
  }
}

.project-box-support {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px;
}
.project-box-support__title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.project-box-support__counter {
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 0;
}
.project-box-support__cta {
  width: 100%;
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  border: none;
  padding: 16px 0;
  margin-top: 12px;
  text-transform: uppercase;
}

.profile-header__cover {
  height: 280px;
}
.profile-header__cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.profile-header__content {
  display: grid;
  row-gap: 27px;
  margin-top: -32px;
}
.profile-header__details {
  grid-row: 1;
}
.profile-header__social {
  grid-row: 2;
  display: flex;
  gap: 18px;
}
.profile-header__name {
  margin-top: 21px;
}
.profile-header__username {
  margin-bottom: 0;
}
.profile-header__link {
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
}
.profile-header__link--instagram {
  background: radial-gradient(circle farthest-corner at 28% 100%, #fcdf8f 0%, #fbd377 10%, #fa8e37 22%, #f73344 35%, transparent 65%), linear-gradient(145deg, #3051f1 10%, #c92bb7 70%);
}
.profile-header__link--facebook {
  background-color: #3B5998;
}
.profile-header__link img {
  height: 100%;
}
@media (min-width: 768px) {
  .profile-header__content {
    margin-top: -47px;
  }
  .profile-header__details {
    grid-column: 1;
  }
  .profile-header__social {
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .profile-header__name {
    margin-top: 37px;
  }
}
@media (min-width: 1200px) {
  .profile-header__cover {
    height: 400px;
  }
  .profile-header__content {
    margin-top: -80px;
  }
  .profile-header__name {
    margin-top: 20px;
  }
  .profile-header__link {
    width: 64px;
    height: 64px;
    padding: 12px;
  }
}

.hackathon-card {
  border: 1px solid #343434;
}
.hackathon-card__image {
  height: 160px;
  width: 100%;
  position: relative;
}
.hackathon-card__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1200px) {
  .hackathon-card__image {
    height: 200px;
  }
}
.hackathon-card__badge {
  position: absolute;
  right: 19px;
  top: 12px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: white;
  padding: 5px 12px;
  border-radius: 50px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .hackathon-card__badge {
    padding: 8px 12px;
  }
}
.hackathon-card__badge--teal {
  background-color: #0AB0A3;
  color: white;
}
.hackathon-card__dates {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
  font-size: 14px;
}
.hackathon-card__dates--end {
  font-size: 17px;
}
.hackathon-card__content {
  margin-top: 16px;
  margin-bottom: 21px;
}
.hackathon-card__content p {
  margin-bottom: 0;
}
.hackathon-card__dates, .hackathon-card__content {
  padding: 0 14px;
}
.hackathon-card__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .hackathon-card__title {
    font-size: 20px;
  }
}
.hackathon-card__sponsor {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  gap: 12px;
  background-color: #f4f4f4;
}
.hackathon-card__sponsor p {
  margin: 0;
}
.hackathon-card__cta {
  cursor: pointer;
  margin: 25px 0;
  display: flex;
  justify-content: center;
}
.hackathon-card__cta:hover {
  color: currentColor;
  cursor: pointer;
}

.sorting-dropdown {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 42px;
}
.sorting-dropdown__content {
  position: relative;
}
.sorting-dropdown__trigger {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border: none;
  gap: 4px;
  color: #343434;
}
.sorting-dropdown__panel {
  position: absolute;
  right: 0;
  background-color: white;
  padding: 20px 25px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  z-index: 1000;
  width: auto;
}
.sorting-dropdown__panel p {
  white-space: nowrap;
}
.sorting-dropdown__title {
  font-size: 13px;
}
.sorting-dropdown__value {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sorting-dropdown__active-value {
  font-size: 20px;
  font-weight: bold;
}
.sorting-dropdown__arrow {
  transition: transform 0.2s linear;
}
.sorting-dropdown__arrow--open {
  transform: rotate(180deg);
}
.sorting-dropdown__option {
  cursor: pointer;
  margin-bottom: 20px;
}
.sorting-dropdown__option--active {
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.sorting-dropdown__option--active:after {
  content: url("/assets/img/svg/curve-teal.svg");
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  overflow: hidden;
}
.sorting-dropdown__option:last-child {
  margin-bottom: 0;
}

.hackathon-cta-box {
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.1098039216);
  padding: 24px;
}
.hackathon-cta-box__title {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .hackathon-cta-box__description {
    font-size: 22px;
  }
}
.hackathon-cta-box__button {
  margin-top: 30px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #343434;
  width: 100%;
  padding: 20px 37px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .hackathon-cta-box__button {
    width: auto;
  }
}
@media (min-width: 768px) {
  .hackathon-cta-box--finished {
    grid-row: span 2;
    align-self: flex-start;
  }
}
@media (min-width: 1200px) {
  .hackathon-cta-box--finished {
    grid-row: auto;
    align-self: stretch;
  }
}

.hackathon-date-details {
  margin-top: 27px;
  padding-top: 27px;
  border-top: 1px solid #343434;
}
@media (min-width: 768px) {
  .hackathon-date-details {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .hackathon-date-details {
    margin-top: 27px;
    padding-top: 27px;
    border-top: 1px solid #343434;
  }
}
.hackathon-date-details__title {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .hackathon-date-details__title {
    margin-bottom: 8px;
  }
}
.hackathon-date-details__date {
  margin-bottom: 16px;
}
.hackathon-date-details__date--last {
  margin-bottom: 28px;
}
.hackathon-date-details__label {
  margin-bottom: 12px;
}
.hackathon-date-details__value {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.hackathon-date-details__button {
  color: #343434;
  text-transform: uppercase;
  font-weight: bold;
  padding: 17px 30px;
}
@media (min-width: 768px) {
  .hackathon-date-details__button {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .hackathon-date-details__button {
    width: auto;
  }
}
.hackathon-date-details__end-date {
  display: flex;
  align-items: center;
}
.hackathon-date-details__end-date p {
  margin-bottom: 0;
}
.hackathon-date-details__end-date-value {
  font-weight: bold;
  font-size: 20px;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .hackathon-date-details__end-date {
    align-items: flex-start;
    flex-direction: column;
  }
  .hackathon-date-details__end-date-value {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .hackathon-date-details__end-date {
    flex-direction: row;
  }
  .hackathon-date-details__end-date p {
    font-size: 22px;
  }
  .hackathon-date-details__end-date-value {
    margin-left: 8px;
  }
}

.expiration-count-down {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px 0 35px;
  gap: 6px;
}
.expiration-count-down__item {
  width: 25%;
  background-color: #f4f4f4;
  color: #0AB0A3;
  padding: 6px;
  border-radius: 8px;
  font-size: 35px;
  font-weight: 900;
  box-shadow: 0 0 8.56px 0 rgba(0, 0, 0, 0.231372549);
  display: flex;
  justify-content: center;
  align-items: center;
}
.expiration-count-down__item p {
  margin: 0;
}

.hackathon-single__participants {
  padding-top: 27px;
  margin-top: 27px;
  border-top: 1px solid #343434;
}
.hackathon-single__participants-value {
  margin-top: 15px;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .hackathon-single__participants-value {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .hackathon-single__participants--online {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hackathon-single__participants--online {
    display: block;
  }
}
@media (min-width: 768px) {
  .hackathon-single__participants--finished {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
}
@media (min-width: 1200px) {
  .hackathon-single__participants--finished {
    padding-top: 27px;
    margin-top: 27px;
    border-top: 1px solid #343434;
  }
}

.hackathon-sponsor {
  padding-top: 27px;
  margin-top: 27px;
  border-top: 1px solid #343434;
}
@media (min-width: 768px) {
  .hackathon-sponsor {
    grid-column: 2;
  }
}
@media (min-width: 1200px) {
  .hackathon-sponsor {
    grid-column: 1;
  }
}
.hackathon-sponsor__content {
  margin-top: 21px;
  gap: 25px;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .hackathon-sponsor__content {
    gap: 32px;
  }
}
.hackathon-sponsor__image {
  max-width: 60px;
}
@media (min-width: 1200px) {
  .hackathon-sponsor__image {
    max-width: 110px;
  }
}
.hackathon-sponsor__name {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .hackathon-sponsor__name {
    font-size: 25px;
  }
}

.hackathon-navbar-mobile {
  width: 100%;
  margin-top: 35px;
  background-color: #0AB0A3;
  border-radius: 14px;
  padding: 8px 14px;
  position: relative;
}
@media (min-width: 768px) {
  .hackathon-navbar-mobile {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media (min-width: 1200px) {
  .hackathon-navbar-mobile {
    margin-top: 16px;
    margin-bottom: 30px;
  }
}
.hackathon-navbar-mobile__button {
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hackathon-navbar-mobile--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.hackathon-navbar-mobile__navigation {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.hackathon-navbar-mobile__trigger {
  background-color: transparent;
  border: none;
  color: white;
}
.hackathon-navbar-mobile__trigger--main {
  flex: 1;
}
.hackathon-navbar-mobile__value {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.hackathon-navbar-mobile__panel {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #0AB0A3;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding: 8px 14px;
}
.hackathon-navbar-mobile__panel .cta {
  margin: 0 auto;
}
.hackathon-navbar-mobile__panel--enter {
  transition: max-height 2s linear;
}
.hackathon-navbar-mobile__panel--enter .cta {
  transition: opacity 0.2s;
  transition-delay: 0.5s;
}
.hackathon-navbar-mobile__panel--enter-start, .hackathon-navbar-mobile__panel--leave-end {
  max-height: 0;
}
.hackathon-navbar-mobile__panel--enter-start .cta, .hackathon-navbar-mobile__panel--leave-end .cta {
  opacity: 0;
}
.hackathon-navbar-mobile__panel--enter-end, .hackathon-navbar-mobile__panel--leave-start {
  max-height: 1000px;
}
.hackathon-navbar-mobile__panel--enter-end .cta, .hackathon-navbar-mobile__panel--leave-start .cta {
  opacity: 1;
}
.hackathon-navbar-mobile__option {
  margin-top: 15px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.7;
  cursor: pointer;
}
.hackathon-navbar-mobile__option:hover {
  opacity: 1;
}

.hackathon-navbar-desktop {
  background-color: #0AB0A3;
  border-radius: 14px;
  width: auto;
  justify-content: space-between;
  align-items: center;
  padding: 18px 13px;
  margin-bottom: 68px;
  gap: 28px;
}
.hackathon-navbar-desktop__links {
  list-style: none;
  display: flex;
  gap: 28px;
  margin-bottom: 0;
  padding: 0;
}
.hackathon-navbar-desktop__link {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.7;
}
.hackathon-navbar-desktop__link--active {
  opacity: 1;
}
.hackathon-navbar-desktop .cta {
  text-transform: uppercase;
  font-weight: bold;
}

.hackathon-single-tabs__section-title {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 6px;
  margin-bottom: 22px;
  margin-top: 35px;
  border-bottom: 1px solid #343434;
}
@media (min-width: 1200px) {
  .hackathon-single-tabs__section-title {
    font-size: 48px;
    padding-bottom: 18px;
    margin-bottom: 50px;
  }
}

.hackathon-single-tabs__section {
  margin-bottom: 22px;
}
.hackathon-single-tabs__section-subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
.hackathon-single-tabs__section-wrapper .cta {
  margin-bottom: 37px;
}
@media (min-width: 1200px) {
  .hackathon-single-tabs__section {
    margin-bottom: 40px;
  }
  .hackathon-single-tabs__section-content {
    font-size: 22px;
  }
  .hackathon-single-tabs__section-subtitle {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .hackathon-single-tabs__section-content {
    font-size: 22px;
  }
}
.hackathon-single-tabs__section-content ol {
  margin-left: 12px;
  margin-top: 12px;
}
.hackathon-single-tabs__section-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 12px 0;
}
@media (min-width: 1200px) {
  .hackathon-single-tabs__section-content h3 {
    font-size: 35px;
    margin: 20px 0;
  }
}
.hackathon-single-tabs__section-content a {
  color: #0AB0A3;
}
.hackathon-single-tabs__section-content .list-regular {
  margin-top: 20px;
}
.hackathon-single-tabs__section-content .list-regular a {
  color: #343434;
}
.hackathon-single-tabs__section-content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .hackathon-single-tabs__section-content h4 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.hackathon-single-tabs__update-dates {
  display: grid;
}
@media (min-width: 768px) {
  .hackathon-single-tabs__update-dates {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 140px;
         column-gap: 140px;
    row-gap: 17px;
  }
}

.academy-card {
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.2509803922);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.academy-card a,
.academy-card a:hover,
.academy-card a:focus {
  all: unset;
  cursor: pointer;
}
.academy-card__image {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1200px) {
  .academy-card__image {
    height: 270px;
  }
}
.academy-card__title {
  font-size: 20px;
  font-weight: bold;
}
.academy-card__content {
  padding: 10px 10px 18px 10px;
}
@media (min-width: 1200px) {
  .academy-card__content {
    padding: 16px 16px 32px 16px;
  }
}
.academy-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .academy-card__footer {
    margin-top: 48px;
  }
}
.academy-card__author {
  font-size: 18px;
}
.academy-card__author-value {
  font-weight: bold;
}

.academy-course-box {
  border-radius: 17px;
  padding: 32px 16px;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (min-width: 768px) {
  .academy-course-box {
    padding: 32px;
  }
}
@media (min-width: 1200px) {
  .academy-course-box {
    position: sticky;
    top: 90px !important;
  }
}
.academy-course-box__title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 45px;
}
.academy-course-box__author p {
  margin-bottom: 0;
}
.academy-course-box__author-value {
  font-weight: bold;
}
@media (min-width: 768px) {
  .academy-course-box__goals {
    padding: 10px 0;
  }
}
.academy-course-box__goals-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .academy-course-box__goals-title {
    margin-bottom: 26px;
  }
}
.academy-course-box__goals-list {
  list-style-image: url("/assets/img/svg/tick.svg");
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.academy-course-box__details {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}
.academy-course-box__details-item {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  gap: 10px;
}
.academy-course-box__details-item p {
  margin: 0;
}
.academy-course-box__cta {
  margin: 0 auto;
}

.courses-swiper__slide {
  padding: 0 10px 16px 10px;
}

.academy-lessons {
  margin-top: 38px;
}
@media (min-width: 768px) {
  .academy-lessons {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .academy-lessons {
    margin-top: 30px;
  }
}
.academy-lessons p {
  margin: 0;
}
.academy-lessons__chapters {
  list-style: none;
  padding: 0;
}
.academy-lessons__chapter {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .academy-lessons__chapter {
    margin-bottom: 22px;
  }
}
.academy-lessons__chapter-title {
  font-weight: bold;
  font-size: 20px;
}
.academy-lessons__chapter-content {
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1882352941);
  padding: 12px 24px;
}
.academy-lessons__chapter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.academy-lessons__arrow {
  transition: transform 0.3s ease;
}
.academy-lessons__arrow--expanded {
  transform: rotate(180deg);
}
.academy-lessons__lessons {
  background-color: #f4f4f4;
  list-style: none;
  font-size: 20px;
  padding: 0 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.academy-lessons__lesson {
  cursor: pointer;
  padding: 16px 0;
}
.academy-lessons__lesson-title {
  padding: 0 14px;
}
.academy-lessons__lesson:not(:last-child) {
  border-bottom: 1px solid #D4D4D4;
}
.academy-lessons__lesson--active {
  font-weight: bold;
}

.support-main-section {
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(180deg, #e86d4d 0%, #e86d4d 54.69%, #e46646 58.33%, #dc5633 100%);
  color: #fdf475;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.support-main-section .text-image-container,
.support-main-section .outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.support-main-section .text-image-container .text-container,
.support-main-section .outer .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(10vh);
  opacity: 0;
}
.support-main-section .text-image-container .text-container h1,
.support-main-section .outer .text-container h1 {
  font-weight: 600;
  font-size: 15.104vw;
  line-height: 0.8;
}
.support-main-section .mascotte-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
}
.support-main-section .mascotte-container .main-mascotte-test {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1400px;
  height: 100vh;
  margin: -50vh 0 0 -700px;
  opacity: 0;
  background-image: url("/assets/img/support-main-mascotte.png");
  transform: translateY(10vh);
}
.support-main-section .mascotte-container-mobile {
  display: none;
}
.support-main-section .chevron-down {
  position: absolute;
  bottom: 10%;
  height: 8px;
  transform: translateY(-2vh);
  opacity: 0;
}

.support-first-text-section {
  height: 100vh;
  background-color: #e86d4d;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.support-first-text-section .ptdc {
  width: 33.33333332vw;
}

.faqs-section {
  padding-bottom: 150px;
  color: #4a4a4a;
}
.faqs-section .faq-section-title {
  font-size: 80px;
  font-weight: 500;
  text-transform: uppercase;
}
.faqs-section .faq-section-description {
  font-size: 31px;
}
.faqs-section .collapse-title-col {
  background-color: #db5634;
  transition: all 0.25s ease-out;
  padding-top: 20px;
  padding-bottom: 20px;
}
.faqs-section .collapse-title-col h2 {
  color: #f9f9f9;
  font-weight: 900;
  margin-bottom: 0;
}
.faqs-section .accordion-button {
  transition: all 0.35s ease-in-out;
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  padding-left: 60px;
  padding-right: 60px;
}
.faqs-section .collapsed.collapse-title-col,
.faqs-section .accordion-button:not(.collapsed) {
  font-weight: 500 !important;
  font-size: 25px;
  font-weight: bold;
  background-color: #db5634;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 30px !important;
  position: relative;
  z-index: 2;
}
.faqs-section .accordion-button::after {
  display: none;
}
.faqs-section .accordion-button.collapsed {
  color: #fff;
  background-color: #db5634;
}
.faqs-section .accordion-body {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.96px;
  color: #4a4a4a;
  background-color: #e8eeed;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.faqs-section .accordion-body .cta {
  margin-top: 70px;
}
.faqs-section .collapsed.collapse-title-col h2 {
  color: #db5634;
}
.faqs-section .collapse-text-col {
  background-color: #f9f9f9;
  color: #3c407b;
  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 {
  background-color: rgba(239, 243, 249, 0.2);
  color: #f9f9f9;
  transform: translateY(-25px);
  z-index: 1;
  position: relative;
}
.faqs-section .accordion-item {
  background-color: #fff;
  border: 0px solid transparent;
  padding: 0;
}
.faqs-section .accordion-header {
  background: transparent;
  transition: 0.5s;
}
.faqs-section .accordion-header:has([aria-expanded=true]) {
  transition: 0.5s;
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(234, 234, 219) 50%, rgb(234, 234, 219) 100%);
}
.faqs-section .collapse-status-indicator-container {
  height: 58px;
  width: 58px;
  background-color: #fdf475;
  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;
  background-color: #fdf475;
}
.faqs-section .collapse-status-indicator {
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  background-color: #000000;
  width: 30px;
  height: 3px;
  cursor: pointer;
}
.faqs-section .collapse-status-indicator::before {
  content: "";
  display: block;
  transform: rotate(0deg);
  background-color: #000000;
  width: 30px;
  height: 3px;
  transition: all 0.35s ease-out;
}
.faqs-section .collapsed .collapse-status-indicator {
  background-color: #000000;
}
.faqs-section .collapsed .collapse-status-indicator::before {
  transform: rotate(90deg);
  background-color: #000000;
}

.support-form-section {
  padding-top: 200px;
  padding-bottom: 230px;
  color: #4a4a4a;
  background: #e8eeed;
}
.support-form-section .text-container h5 {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 10px;
}
.support-form-section .text-container h3 {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 30px;
  width: 60%;
  text-transform: uppercase;
  line-height: 1;
}
.support-form-section .text-container p {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.35;
}

.form-container .form-label-group {
  margin-top: 10px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.form-container .form-label-group select {
  color: #4a494a;
}
.form-container .form-label-group ::-moz-placeholder {
  color: #4a494a;
  font-size: 30px;
}
.form-container .form-label-group ::placeholder {
  color: #4a494a;
  font-size: 30px;
}
.form-container .form-label-group .reason-contact {
  width: 100%;
  background-color: #ccdad8;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 20px;
  padding: 20px 65px 20px 65px;
  padding-left: 0 !important;
  border-right: 46px solid transparent;
  border-left: 62px solid transparent;
  font-size: 30px;
  font-weight: 600;
}
.form-container .form-label-group .reason-contact:focus {
  outline: none;
  border-color: none;
  box-shadow: none;
}
.form-container .form-label-group label {
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  transform: translate(7px, -35px);
  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: #4a494a;
  caret-color: #4a494a;
}
.form-container .form-label-group input,
.form-container .form-label-group textarea {
  min-height: 30px;
  font-size: 30px;
  font-weight: 600;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background-color: #ccdad8;
  border-radius: 20px;
  caret-color: #4a494a;
  padding: 20px 65px 20px 65px;
}
.form-container .form-label-group input:focus,
.form-container .form-label-group textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 0 black;
  background-color: #ccdad8 !important;
  color: #4a494a;
  caret-color: #4a494a;
  border: 0;
}
.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-shown), .form-container .form-label-group textarea:not(:-moz-placeholder-shown) {
  outline: 0;
  box-shadow: 0 0 0 0 black;
  background-color: #ccdad8;
}
.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;
  background-color: #ccdad8;
}
.form-container .form-label-group textarea {
  overflow: hidden;
  caret-color: #4a494a;
}
.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: 0;
  -webkit-text-fill-color: #4a494a;
  box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #4a494a !important;
  caret-color: #4a494a;
  font-size: 30px;
}
.form-container .form-label-group .form-select {
  height: 35px;
  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 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 input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.form-container .form-btn {
  font-size: 25px;
  background-color: #000;
  color: #000;
  border-radius: 35px;
  border: 1px solid #000;
  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: #4a494a;
  background-color: #eeeeee;
}
.form-container .form-control:focus {
  border-bottom: 1px solid #979797;
}
.form-container .form-control:focus-visible {
  outline: none;
}
.form-container .contact-message label {
  position: absolute;
  top: 30px;
}
.form-container .contact-checkbox-container {
  position: relative;
  margin: 0px 0px 20px 0px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.form-container .contact-checkbox-container p {
  color: #4a494a;
}
.form-container .contact-checkbox-container p a {
  color: #4a494a;
  text-decoration: none;
  font-weight: 600;
}
.form-container .contact-checkbox-container a {
  text-decoration-color: #4a494a;
}
.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: #fdf475;
}
.form-container .contact-checkbox-container input:checked ~ .contact-checkmark:after {
  display: block;
}
.form-container .contact-checkmark {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 22px;
  width: 22px;
  background-color: #fdf475;
  border: 0;
}
.form-container .contact-checkmark:after {
  content: "";
  display: none;
}
.form-container .contact-checkbox-container .contact-checkmark:after {
  width: 6px;
  height: 11px;
  margin-top: 2px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background-color: #fdf475;
}

.new-file {
  font-size: 30px;
  position: relative;
}
.new-file .form-control {
  height: 60px;
  font-size: 10px;
  border: 0;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 600;
  padding-left: 65px;
  border-radius: 20px;
  background-color: #ccdad8;
}
.new-file .form-control:focus {
  box-shadow: none;
  border-bottom: 0;
}
.new-file input[type=file]::file-selector-button {
  position: absolute;
  right: 0;
  border: 0;
  font-size: 10px;
  line-height: 1;
  height: 100%;
  margin: 0;
  background: #fdf475;
  padding: 0;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  font-size: 15px;
  width: 0px;
  display: block;
}
.new-file .choose-file {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  height: 100%;
  margin: 0;
  background: #fdf475;
  padding: 10px 65px;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

@-moz-document url-prefix() {
  .new-file input[type=file]::file-selector-button {
    display: none;
  }
}
@media only screen and (max-width: 1399px) {
  .support-main-section .text-image-container .text-container h1 {
    font-size: 22vw;
  }
  .support-main-section .text-image-container .text-container h2 {
    font-size: 3.542vw;
    margin-bottom: 55px;
  }
  .support-main-section .mascotte-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
  }
  .support-main-section .mascotte-container .main-mascotte-test {
    width: 100vw;
    height: 100vh;
  }
}
@media only screen and (max-width: 991px) {
  .support-main-section {
    padding: 120px 0 120px 0;
  }
  .support-main-section h1 {
    font-size: 62px;
    margin-bottom: 18px;
  }
  .support-main-section p {
    font-size: 18px;
  }
  .support-main-section .mascotte-container {
    display: none;
  }
  .support-main-section .mascotte-container-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    pointer-events: none;
  }
  .support-main-section .mascotte-container-mobile .main-mascotte-test {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-position: center center;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    background-image: url("/assets/img/help-mascotte-test-tab.png");
    transform: translateY(10vh);
  }
  .support-first-text-section .ptdc {
    width: 66.66666664vw;
  }
  .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 {
    background-color: #db5634;
    transition: all 0.25s ease-out;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faqs-section .accordion-button {
    padding-left: 30px;
    padding-right: 30px;
  }
  .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: 2px;
  }
  .faqs-section .collapse-status-indicator::before {
    width: 15px;
    height: 2px;
  }
  .faqs-section .accordion-body {
    font-size: 15px;
    line-height: 1.5;
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .faqs-section .accordion-body .cta {
    margin-top: 40px;
  }
  .support-back-section {
    padding-top: 65px;
    padding-bottom: 100px;
  }
  .support-form-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .support-form-section .text-container h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .support-form-section .text-container h3 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .support-form-section .text-container p {
    font-size: 16px;
  }
  .form-container .form-label-group ::-moz-placeholder {
    font-size: 20px;
  }
  .form-container .form-label-group ::placeholder {
    font-size: 20px;
  }
  .form-container .form-label-group .reason-contact {
    font-size: 20px;
  }
  .form-container .form-label-group input,
  .form-container .form-label-group textarea {
    min-height: 30px;
    font-size: 20px;
    border-radius: 20px;
    padding: 20px 65px 20px 65px;
  }
  .controls {
    margin-top: 50px;
  }
  .new-file .form-control {
    font-size: 20px;
    border-radius: 15px;
    height: 57px;
    line-height: 45px;
    padding-left: 40px;
  }
  .new-file .choose-file {
    border-radius: 15px;
    padding: 10px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .support-main-section {
    padding: 60px 0 120px 0;
  }
  .support-main-section h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .support-main-section p {
    font-size: 15px;
  }
  .support-main-section .mascotte-container-mobile .main-mascotte-test {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    background-image: url("/assets/img/help-mascotte-test-mob.png");
    transform: translateY(10vh);
  }
  .support-first-text-section .ptdc {
    width: 99.99999996vw;
    padding: 0 1.5rem;
  }
  .faqs-section .faq-section-title {
    font-size: 30px;
  }
  .faqs-section .faq-section-description {
    font-size: 15px;
  }
  .faqs-section .collapse-title-col {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .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-top: 15px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .faqs-section .accordion-body .cta {
    margin-top: 20px;
  }
  .support-back-section {
    padding-top: 30px;
    padding-bottom: 120px;
  }
  .support-info-section {
    padding-bottom: 100px;
  }
  .support-info-section h3 {
    font-size: 36px;
    margin-bottom: 65px;
  }
  .support-info-section h4 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .support-info-section p {
    font-size: 15px;
    margin-bottom: 0;
  }
  .support-form-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .support-form-section .text-container h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .support-form-section .text-container h3 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .support-form-section .text-container p {
    font-size: 15px;
  }
  .form-container .form-label-group ::-moz-placeholder {
    font-size: 15px;
  }
  .form-container .form-label-group ::placeholder {
    font-size: 15px;
  }
  .form-container .form-label-group .reason-contact {
    font-size: 15px;
    line-height: 1;
    padding: 15px 65px 15px 30px;
    padding-left: 0 !important;
    border-radius: 10px;
    border-right: 25px solid transparent;
    border-left: 21px solid transparent;
  }
  .form-container .form-label-group input,
  .form-container .form-label-group textarea {
    min-height: 30px;
    font-size: 15px;
    border-radius: 10px;
    padding: 15px 65px 15px 30px;
    line-height: 1;
  }
  .controls {
    margin-top: 25px;
  }
  .new-file .form-control {
    font-size: 15px;
    border-radius: 10px;
    height: 35px;
    line-height: 28px;
    padding-left: 25px;
  }
  .new-file .choose-file {
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 13px;
  }
}
.pea-lab-list__projects-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .pea-lab-list__projects-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .pea-lab-list__projects-grid {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 44px;
    margin-bottom: 140px;
  }
}

.pea-lab-detail {
  padding-top: 60px;
}
@media only screen and (min-width: 991px) {
  .pea-lab-detail {
    padding-top: 75px;
  }
}
.pea-lab-detail__grid {
  display: grid;
  grid-template-columns: 100%;
  align-content: start;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .pea-lab-detail__grid {
    row-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .pea-lab-detail__grid {
    grid-template-columns: 2fr minmax(350px, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.pea-lab-detail__side-bar {
  grid-row: 3;
}
.pea-lab-detail__content {
  grid-row: 4;
}
@media (min-width: 1200px) {
  .pea-lab-detail__content {
    font-size: 20px;
    line-height: 24px;
  }
}
.pea-lab-detail__content p {
  margin-bottom: 16px;
}
.pea-lab-detail__content img {
  width: 100%;
  margin: 16px 0 32px 0;
}
.pea-lab-detail__comments {
  grid-row: 5;
}
.pea-lab-detail__works {
  grid-column: 1;
  grid-row: 6;
}
@media (min-width: 1200px) {
  .pea-lab-detail__title, .pea-lab-detail__cover, .pea-lab-detail__content, .pea-lab-detail__comments {
    grid-column: 1;
  }
  .pea-lab-detail__cover {
    grid-row: 2;
  }
  .pea-lab-detail__side-bar {
    grid-column: 2;
    grid-row: 2/5;
  }
  .pea-lab-detail__content {
    grid-row: 3;
  }
  .pea-lab-detail__comments {
    grid-row: 4;
  }
  .pea-lab-detail__works {
    grid-column: 1/3;
    grid-row: 5;
  }
}
.pea-lab-detail__cta {
  margin-top: 20px;
  margin-bottom: 40px;
}
.pea-lab-detail__title {
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .pea-lab-detail__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .pea-lab-detail__title {
    font-size: 50px;
  }
}

.public-profile {
  padding-top: 60px;
}
@media only screen and (min-width: 991px) {
  .public-profile {
    padding-top: 75px;
  }
}
.public-profile__projects {
  margin-top: 46px;
  display: grid;
  gap: 18px;
}
@media (min-width: 768px) {
  .public-profile__projects {
    margin-top: 64px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .public-profile__projects {
    margin-top: 80px;
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.public-profile__project-image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1200px) {
  .public-profile__project-image {
    height: 400px;
  }
}

.hackathon-single {
  padding-top: 60px;
}
@media only screen and (min-width: 991px) {
  .hackathon-single {
    padding-top: 75px;
  }
}
.hackathon-single__grid {
  display: grid;
}
@media (min-width: 1200px) {
  .hackathon-single__grid {
    grid-template-columns: minmax(350px, 1fr) 2fr;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }
}
.hackathon-single__nav-bar {
  height: auto !important;
  padding: 0 !important;
  z-index: 0 !important;
  grid-row: 2;
  justify-content: center;
}
@media (min-width: 1200px) {
  .hackathon-single__nav-bar--mobile {
    display: none;
  }
}
.hackathon-single__nav-bar--desktop {
  display: none;
}
@media (min-width: 1200px) {
  .hackathon-single__nav-bar--desktop {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .hackathon-single__nav-bar {
    grid-column: 1/3;
    grid-row: 1;
  }
}
.hackathon-single__aside {
  display: grid;
  grid-auto-rows: min-content;
}
@media (min-width: 768px) {
  .hackathon-single__aside {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
}
@media (min-width: 1200px) {
  .hackathon-single__aside {
    grid-column: 1;
  }
}
@media (min-width: 1200px) {
  .hackathon-single__content {
    grid-column: 2;
  }
}
@media (min-width: 768px) {
  .hackathon-single__cta-box {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .hackathon-single__details {
    grid-column: 2;
  }
}
@media (min-width: 1200px) {
  .hackathon-single__details {
    grid-column: 1;
    grid-row: 2;
  }
}
.hackathon-single__section-title {
  font-size: 25px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .hackathon-single__section-title {
    font-size: 28px;
  }
}
.hackathon-single__gallery-grid {
  display: grid;
  row-gap: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .hackathon-single__gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 37px;
         column-gap: 37px;
    row-gap: 24px;
  }
}
@media (min-width: 1200px) {
  .hackathon-single__gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 38px;
  }
}

.hackathon-upload {
  padding-top: 60px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 991px) {
  .hackathon-upload {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .hackathon-upload {
    margin-bottom: 44px;
  }
}
@media (min-width: 1200px) {
  .hackathon-upload {
    margin-bottom: 100px;
  }
}
.hackathon-upload__form {
  display: grid;
}
.hackathon-upload__title {
  margin-top: 30px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 14px;
  border: none;
  color: #343434;
}
.hackathon-upload__title:focus {
  outline: none;
}
.hackathon-upload__title::-moz-placeholder {
  color: #858585;
}
.hackathon-upload__title::placeholder {
  color: #858585;
}
.hackathon-upload__cover-image {
  margin-bottom: 24px;
}
.hackathon-upload__authors {
  margin-top: 36px;
  border: 1px solid #343434;
  padding: 22px 14px;
}
.hackathon-upload__authors-label {
  font-size: 20px;
  margin-bottom: 14px;
}
.hackathon-upload__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1200px) {
  .hackathon-upload__form {
    -moz-column-gap: 100px;
         column-gap: 100px;
    grid-template-columns: 2fr minmax(350px, 1fr);
  }
  .hackathon-upload__title {
    font-size: 50px;
  }
  .hackathon-upload__cover-image {
    grid-column: 1;
    grid-row: span 3;
  }
  .hackathon-upload__project-folder {
    grid-column: 2;
  }
  .hackathon-upload__authors {
    grid-column: 2;
  }
}

.academy-list__counter {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 21px;
}
.academy-list__counter-label {
  font-size: 13px;
}
.academy-list__counter-value {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .academy-list__counter {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .academy-list__counter-label {
    font-size: 16px;
  }
  .academy-list__counter-value {
    font-size: 25px;
  }
}
.academy-list__grid {
  display: grid;
  gap: 20px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .academy-list__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .academy-list__grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    margin-bottom: 110px;
  }
}

.academy-detail {
  padding-top: 60px;
}
@media only screen and (min-width: 991px) {
  .academy-detail {
    padding-top: 75px;
  }
}
.academy-detail__grid {
  display: grid;
  grid-template-columns: 100%;
  align-content: start;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .academy-detail__grid {
    row-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .academy-detail__grid {
    grid-template-columns: 2fr minmax(350px, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.academy-detail__side-bar {
  grid-row: 5;
}
.academy-detail__content {
  grid-row: 4;
}
@media (min-width: 1200px) {
  .academy-detail__content {
    font-size: 20px;
    line-height: 24px;
  }
}
.academy-detail__content p {
  margin-bottom: 16px;
}
.academy-detail__content img {
  width: 100%;
  margin: 16px 0 32px 0;
}
.academy-detail__cta-start {
  grid-row: 3;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .academy-detail__cta-start {
    display: none;
  }
}
.academy-detail__comments {
  grid-row: 6;
}
.academy-detail__works {
  grid-column: 1;
  grid-row: 6;
}
@media (min-width: 1200px) {
  .academy-detail__title, .academy-detail__cover, .academy-detail__content, .academy-detail__comments {
    grid-column: 1;
  }
  .academy-detail__side-bar {
    grid-column: 2;
    grid-row: 1/5;
  }
  .academy-detail__content {
    grid-row: 3;
  }
  .academy-detail__comments {
    grid-row: 4;
  }
  .academy-detail__works {
    grid-column: 1/3;
    grid-row: 5;
  }
}
.academy-detail__cta {
  margin-top: 20px;
  margin-bottom: 40px;
}
.academy-detail__title {
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .academy-detail__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .academy-detail__title {
    font-size: 50px;
  }
}

.academy-watch {
  padding-top: 60px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 991px) {
  .academy-watch {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .academy-watch {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .academy-watch {
    margin-bottom: 120px;
  }
}
.academy-watch__grid {
  margin-top: 22px;
  display: grid;
}
@media (min-width: 1200px) {
  .academy-watch__grid {
    grid-template-columns: 3fr minmax(350px, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .academy-watch__info {
    grid-column: 2;
  }
}
.academy-watch__title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 21px;
  margin-top: 21px;
}
@media (min-width: 768px) {
  .academy-watch__title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .academy-watch__title {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.academy-watch__author {
  padding-bottom: 12px;
  border-bottom: 1px solid #D4D4D4;
}
@media (min-width: 1200px) {
  .academy-watch__author {
    font-size: 20px;
  }
}

html {
  scroll-padding-top: 75px;
  scroll-behavior: smooth;
}

body {
  font-family: "Outfit", sans-serif;
  color: #343434;
  overscroll-behavior-y: none;
  overscroll-behavior-x: none;
  overscroll-behavior: none;
}
body.no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
body.no-scrollbar::-webkit-scrollbar {
  display: none;
}

main {
  padding: 0 0 0 0;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.swiper-container-thumbs {
  width: 100%;
}
.swiper-container-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
}
.swiper-container-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  width: 53px;
  height: 53px;
  border: 1px solid #979797;
  color: #fff;
  border-radius: 30px;
}

.swiper-button {
  cursor: pointer;
}

#container-yt-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.627);
  z-index: 1090;
}

#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;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

#wp-cookies-banner {
  position: fixed;
  bottom: 0px;
  height: 70px;
  left: 0px;
  background-color: #333;
  color: white;
  transition: all 0.35s ease-in-out;
  z-index: 1070;
}

#wp-cookies-banner.container-fluid.hide {
  transform: translateY(70px);
}

.cookies-choice-info {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.cookies-choices {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.cookies-choice {
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;
}

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

#adblockdisablealert {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1070;
  background-color: rgba(51, 51, 51, 0.45);
  color: white;
  width: 100%;
  height: 100%;
  transition: opacity 0.25s ease-in-out;
}

.adblock-popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  height: 50vh;
  background-color: #333;
  text-align: center;
}

.close-adblock-disable-alert-icon {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}

.adblock-disable-alert-title {
  margin-top: 48px;
}

.close-adblock-disable-alert-text {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0px;
  cursor: pointer;
}

.adblock-disable-alert-description {
  margin-top: 7.5vw;
  padding-left: 32px;
  padding-right: 32px;
}

.opacity-0 {
  opacity: 0 !important;
}

.gttBtn {
  height: 60px;
  width: 133px;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  right: 0px;
  transform: rotate(-90deg);
}
.gttBtn .circleGtt {
  background-color: #515151;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gttBtn .gttContentContainer {
  background-color: #ebebeb;
  height: 53px;
  width: 133px;
  border-radius: 26.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gttBtn .gttContentContainer .gttText {
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 11px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 81px;
}

#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;
}

#loadMore {
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  .play-video-img {
    width: 40px !important;
  }
  #close-yt-video {
    left: 16px;
    top: 16px;
  }
}
.error-page-container {
  display: flex;
  flex-direction: column;
  color: #000;
  padding-top: 75px;
}
.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: 600;
  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;
}

.formresult-page {
  height: calc(100vh - 75px);
  padding-top: 75px;
}

.pea-container {
  padding: 0 16px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .pea-container {
    padding: 0 24px;
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .pea-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .pea-container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .pea-container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .pea-container {
    max-width: 1536px;
  }
}
