
#rlc-hero {
  position: relative;
  overflow: hidden;
}

.hero__content {
  position: relative;
  z-index: 10;
  padding-left: 5vw;
}
#rlc-hero .rlc-padding {
	z-index: 2;
}
#rlc-hero .rlc-copygroup {
  /* font-size: clamp(8rem, 20vw, 30rem);
  font-weight: 900;
  color: #fff0b3;
  line-height: 0.8;
  letter-spacing: -0.05em; */
  text-shadow: 0 0 20px rgba(255, 240, 179, 0.3);
  filter: url(#water-distortion);
  will-change: filter;
  opacity: 0!important;
  transition: opacity 0.25s;
  /* transition-delay: 500ms; */
}
#rlc-hero video {
  transition: opacity 0.5s;
}
#rlc-hero .rlc-copygroup.rlc-loaded {
  opacity: 1!important;
}

#svg-filters {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}


@media (max-width: 768px) {
  .hero__content {
    padding-left: 6vw;
  }

  .hero__title {
    font-size: clamp(4rem, 15vw, 20rem);
  }
}
