#front-elements {
  pointer-events: none;
  color: var(--midGreen);
  z-index: 3;
}

#hc-scroll-container {
  color: var(--midGreen);
}

#video-carousel-trigger {
  --triggerSize: 100px;
  margin-top: calc(var(--sceneHeight) / 2 + 1px);
}

#video-main-text-content {
  width: 370px;
  position: absolute;
  color: var(--backgroundColor);
  top: 50%;
  transform: translateY(-50%);
}

#home-video-texts {
  position: absolute;
  left: 50%;
  bottom: 17%;
}

.video-text {
  position: absolute;
  color: var(--backgroundColor);
  text-transform: uppercase;
  font-size: var(--fs2-75);
  transform: translate(-50%, -50%);
  text-align: center;
  will-change: opacity;
}

#background-videos-cover {
  --radius: 10000px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, transparent var(--radius), var(--backgroundColor) var(--radius));
  will-change: background;
}

/* #background-videos-cover-circle {
  width: var(--circleCover);
  height: var(--circleCover);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  border-radius: 50%;
  will-change: width, height;
} */

#home-video-controls {
  pointer-events: none;
  will-change: opacity;
}

#home-video-controls .hc-carousel-stepper {
  bottom: 2.5em;
}

#video-carousel-mask {
  height: 80vh;
}

#video-carousel-mask-trigger {
  position: absolute;
  height: 80%;
}

.carousel-wrapper {
  display: flex;
  flex-direction: column;
}

.carousel-home-title {
  max-width: 640px;
  margin-top: 1.85em;
}

.carousel-top-trigger {
  position: absolute;
  top: 0;
  height: 100%;
}

.carousel-content-trigger {
  position: absolute;
  top: 0;
  height: 100%;
}

.carousel-long-trigger {
  position: absolute;
  top: 0;
  height: 100vh;
}

#home-see-more-button {
  --color: var(--midGreen);
  --secondaryColor: var(--backgroundColor);
  position: relative;
  flex: 0;
  max-width: max-content;
  margin-top: 2.94em;
  height: 437em;
  font-size: inherit;
  padding: 0.94em 2.825em;
}

#home-see-more-button a {
  width: 100%;
  height: 100%;
}

#home-see-more-button div {
  font-size: var(--fs1-6);
}

.carousel-home-content {
  position: relative;
  flex: 1;
}

.carousel-scale-container {
  position: absolute;
  left: 50%;
  top: 43%;
  width: 0;
  height: 0;
}

#carousel-1-scale-container {
  cursor: pointer;
}

#carousel-1-text-circle {
  position: absolute;
}

.carousel-1-text {
  position: absolute;
  font-size: var(--fs28);
  color: var(--fontColor);
  width: 250px;
  transform: translate(-50%, 0);
  opacity: 0;
  will-change: opacity, transform;
}

.carousel-1-text-background {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  opacity: 0.74;
}

.carousel-1-text-quote {
  position: relative;
  z-index: 1;
  direction: var(--direction);
}

.carousel-1-logo {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  will-change: opacity, transform;
}

.carousel-1-logo .inner-circle {
  opacity: 0;
}

.carousel-1-picture {
  opacity: 0;
  will-change: opacity, transform;
}

#carousel-1-logo-circle,
#carousel-1-picture-circle {
  position: absolute;
}

#carousel-2-background-circle-0 {
  position: absolute;
  right: 200px;
  top: 50%;
}

#carousel-2-stepper {
  margin-top: 2.93em;
}

.home-stepper-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.37em;
  width: min-content;
  color: var(--secondaryColor);
  border: 0.14em solid var(--secondaryColor);
  background-color: var(--backgroundColor);
  font-family: var(--fontMedium);
  font-weight: var(--fontWeightMedium);
  border-radius: 2.18em;
  padding: 0 3.125em;
  margin-bottom: 1.25em;
  cursor: pointer;
  font-size: inherit;
  will-change: color, background-color;
  white-space: nowrap;
}

.home-stepper-button div {
  font-size: var(--fs2-0);
}

#carousel-2-background-circle-0 .circle {
  width: 0;
  height: 0;
}

#carousel-2-background-circle-0.hc-active .circle {
  width: var(--backgroundCircleSize);
  height: var(--backgroundCircleSize);
}

#carousel-2-scale-container {
  left: 69%;
  top: 40%;
}

.circle-container {
  position: absolute;
  will-change: transform;
}

#news-grid {
  z-index: 2;
}

#news-grid-container {
  margin-top: 47px;
  margin-bottom: 200px;
}

#carousel-3-card-container {
  position: absolute;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: calc(100% - 47px);
  width: 100%;
  height: 100%;
}

#carousel-3 {
  margin-bottom: 20px;
  z-index: 1;
}

#carousel-3-content {
  --gap: 100px;
  min-height: 660px;
  perspective: 1400px;
}


#carousel-3-background-circle-0 {
  top: 0;
  left: 0;
  z-index: -1;
}


#carousel-3-title {
  pointer-events: none;
}



.hc-carousel-card {
  --pageWidth: 92.5em;
  --size: 40em;
  position: absolute;
  height: var(--size);
  width: var(--size);
  opacity: 0;
  border-radius: calc(var(--size) / 2);
  background-color: var(--neonGreen);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  will-change: width;
}

.hc-carousel-image-container {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  z-index: 1;
  background: var(--neonGreen);
}

.hc-carousel-card-image {
  position: absolute;
  width: var(--size);
  height: var(--size);
  left: 0;
  top: 0;
  border-radius: 50%;
  opacity: 0;
}

.carousel-3-card-text {
  --width: calc(var(--pageWidth) - var(--size) - 5em);
  position: absolute;
  width: var(--width);
  min-width: var(--width);
  left: calc(var(--size) + 9em);
  top: 0;
  height: 100%;
  padding-right: 14.8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--darkGreen);
}

.carousel-3-text-wrapper {
  width: 100%;
  min-width: 100%;
}

.carousel-3-text-wrapper .text-content {
  font-size: var(--fs2-44);
  direction: var(--direction);
}

.carousel-3-text-wrapper .founder-name {
  margin-top: 1.8em;
  font-size: var(--fs1-75);
  font-family: var(--fontMedium);
  font-weight: var(--fontWeightMedium);
}

.carousel-3-text-wrapper .founder-title {
  margin-top: 0.6em;
  font-size: var(--fs1-0);
}

#carousel-3-background-circle {
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
}

#carousel-3-background-circle .inner-circle {
  width: 40em;
  height: 40em;
}

@media only screen and (max-height: 930px) {
  .carousel-wrapper {
    min-height: 930px !important;
  }

  .carousel-home-title {
    margin-top: 1em;
  }
}


@media only screen and (max-width: 992px) {
  #carousel-2-stepper {
    font-size: var(--fs0-8);
  }

  .hc-carousel-stepper.hc-carousel-stepper-top {
    top: 1em !important;
  }

  #carousel-1-scale-container {
    left: 79%;
  }

  #carousel-1-text-circle {
    top: 350px;
    left: -625px;
  }

  .carousel-1-text {
    width: 720px;
    transform: none !important;
  }

  .carousel-1-text-background {
    display: none;
  }

  .carousel-3-card-text {
    position: absolute;
    display: flex;
    left: 0;
    padding-right: 0;
    padding-top: 30em;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .carousel-3-text-wrapper {
    padding: 0 3.7em;
    text-align: center;
  }
}

@media only screen and (max-width: 720px) {
  .carousel-1-text {
    font-size: var(--fs33);
  }

  #carousel-2-scale-container {
    left: 50%;
    top: 39em;
    transform: translate(-50%, -50%) scale(0.6) !important;
  }
}

@media only screen and (max-width: 490px) {
  .carousel-1-text {
    font-size: var(--fs50);
    top: 60px;
  }
}