.hfr-home-v2 .hero-video-stage {
  background: #021a3b;
  overflow: visible;
  position: relative;
}

.hfr-home-v2 .hero-video-title {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.hfr-home-v2 .hero-video-shell {
  height: clamp(620px, 56.25vw, 860px);
  position: relative;
  width: 100%;
}

.hfr-home-v2 .hero-video {
  background: #021a3b;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.hfr-home-v2 .hero-sound {
  align-items: center;
  background: rgba(2, 26, 59, .88);
  border: 2px solid rgba(255, 255, 255, .88);
  border-radius: 999px;
  bottom: auto;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: 700 .78rem/1 Arial, sans-serif;
  gap: 8px;
  letter-spacing: .05em;
  padding: 10px 14px;
  position: absolute;
  right: max(20px, calc((100vw - 1240px) / 2));
  top: 20px;
  text-transform: uppercase;
  z-index: 4;
}

.hfr-home-v2 .hero-sound:hover,
.hfr-home-v2 .hero-sound:focus-visible {
  background: #052850;
  outline: 3px solid #ff8b00;
  outline-offset: 2px;
}

.hfr-home-v2 .hero-sound-icon {
  align-items: center;
  background: #ff8b00;
  border-radius: 50%;
  color: #052850;
  display: inline-flex;
  font-size: 1rem;
  height: 25px;
  justify-content: center;
  width: 25px;
}

@media (max-width: 720px) {
  .hfr-home-v2 .hero-video-shell {
    height: min(177.78vw, 78svh);
    min-height: 520px;
  }

  .hfr-home-v2 .hero-sound {
    bottom: auto;
    right: 14px;
    top: 14px;
  }
}

@media (max-width: 380px) {
  .hfr-home-v2 .hero-video-shell {
    min-height: 500px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hfr-home-v2 .hero-video {
    animation: none;
  }
}
