html {
  scroll-behavior: smooth;
}
.HeroVideo1rev2-660bf218c776f .hero {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 750px;
  overflow: hidden;
}
.HeroVideo1rev2-660bf218c776f .hero {
  height: 600px;
}
@media screen and (min-width: 576px) {
  .HeroVideo1rev2-660bf218c776f .hero {
    height: calc(24.0384615385vw + 461.5384615385px);
  }
}
@media screen and (min-width: 1200px) {
  .HeroVideo1rev2-660bf218c776f .hero {
    height: 750px;
  }
}
.HeroVideo1rev2-660bf218c776f .hero__movie {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.HeroVideo1rev2-660bf218c776f .hero .movie > video {
  transition: 2s opacity ease;
  opacity: 0.6;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 1.7777777778) {
  .HeroVideo1rev2-660bf218c776f .hero .movie > video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 1.7777777778) {
  .HeroVideo1rev2-660bf218c776f .hero .movie > video {
    width: 300%;
    left: -100%;
  }
}
@supports (object-fit: cover) {
  .HeroVideo1rev2-660bf218c776f .hero .movie > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.HeroVideo1rev2-660bf218c776f .hero .movie__placeholder {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.HeroVideo1rev2-660bf218c776f .hero .movie__frame {
  position: relative;
  width: 100%;
  height: 100%;
}
.HeroVideo1rev2-660bf218c776f .hero__wave {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  right: 0;
}
.HeroVideo1rev2-660bf218c776f .hero__wave img, .HeroVideo1rev2-660bf218c776f .hero__wave svg {
  width: 100%;
}
.HeroVideo1rev2-660bf218c776f .hero__content {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.HeroVideo1rev2-660bf218c776f .hero__action {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.HeroVideo1rev2-660bf218c776f .hero .action {
  overflow: hidden;
  height: auto;
}
.HeroVideo1rev2-660bf218c776f .hero .action__btn {
  color: #fff;
  transition: all 0.3s ease-in-out;
  padding: 1.5rem 1rem;
  cursor: pointer;
}
.HeroVideo1rev2-660bf218c776f .hero .action__btn:hover {
  color: #fff;
}
.HeroVideo1rev2-660bf218c776f .hero h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
}
.HeroVideo1rev2-660bf218c776f .hero p {
  color: #fff;
  font-size: 1.5rem;
  display: inline;
}
