.hero-video-block {
  position: relative;
  height: 220vh;
  margin-top: -86px;
}
.hero-video-block__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.hero-video-block__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-video-block__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.hero-video-block__embed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100vh;
  border: 0;
  pointer-events: none;
}
.hero-video-block__overlay {
  position: absolute;
  inset: 0;
}
.hero-video-block__overlay--orange {
  background-color: rgba(240, 150, 32, 0.3);
  mix-blend-mode: darken;
}
.hero-video-block__overlay--dark {
  background-color: rgba(0, 0, 0, 0.2);
}
.hero-video-block__hero-text {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  transition: opacity 0.05s linear, transform 0.05s linear;
  will-change: opacity, transform;
}
@media (max-width: 767.98px) {
  .hero-video-block__hero-text {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero-video-block__cta-group {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.hero-video-block__enquire {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.hero-video-block__hero-text h1 {
  font-family: "Integral CF", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0;
  max-width: 950px;
  margin-bottom: 0;
}
.hero-video-block__watch-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background-color: rgba(35, 31, 32, 0.9);
  border-radius: 16px;
  padding: 4px 4px 4px 16px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.hero-video-block__watch-btn:hover, .hero-video-block__watch-btn:focus {
  background-color: rgb(35, 31, 32);
  color: #fff;
}
.hero-video-block__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 31px;
  border: 1px solid #fff;
  border-radius: 13px;
  flex-shrink: 0;
}
.hero-video-block__btn-icon--dark {
  border-color: #231f20;
  background-color: #fff;
}
.hero-video-block__btn-icon svg {
  transition: transform 0.2s ease;
}
.hero-video-block__btn-icon--right svg {
  transform: rotate(0deg);
}
.hero-video-block__btn-icon--left svg {
  transform: rotate(180deg);
}
.hero-video-block__btn-icon--down svg {
  transform: rotate(90deg);
}
.hero-video-block__about {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  transition: opacity 0.05s linear, transform 0.05s linear;
  will-change: opacity, transform;
}
.hero-video-block__about.is-visible {
  pointer-events: auto;
}
.hero-video-block__about-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hero-video-block__about-row {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .hero-video-block__about-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero-video-block__about-content {
  flex: 1;
  min-width: 0;
}
.hero-video-block__about-cta {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
}
.hero-video-block__about-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.hero-video-block__about-title span {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}
.hero-video-block__about-rule {
  flex: 1;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0;
  opacity: 1;
}
.hero-video-block__about-text {
  font-family: "Integral CF", sans-serif;
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  max-width: 786px;
  margin-bottom: 0;
}
.hero-video-block__about-btn {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/*# sourceMappingURL=hero-video-block.css.map */