/* The supplied film fragment stays clear of the home-page copy. */
.hero-video-banner{height:auto;min-height:0;max-height:none;background:var(--ink)}
.hero-video-stage{position:relative;overflow:hidden;min-height:650px}
.hero-video-banner .hero-poster,.hero-video-banner .hero-video{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:35% center}
.hero-video-banner .hero-video[hidden]{display:none}
.hero-video-banner .hero-shade{height:auto;inset:0;background:linear-gradient(90deg,transparent 15%,rgba(10,14,11,.08) 40%,rgba(10,14,11,.76) 66%,rgba(10,14,11,.9) 100%);pointer-events:none}
.hero-video-banner .hero-content{margin-left:52%;padding:50px var(--gutter) 68px 24px;min-height:650px;height:auto;gap:30px}
.hero-video-banner h1{font-size:var(--type-title);max-width:650px;line-height:1.035}
.hero-video-banner h1 span{display:inline}
.hero-video-banner .hero-description{max-width:600px}
.hero-video-banner .hero-description p{font-size:var(--type-body);line-height:1.5}
.hero-video-banner .hero-actions{flex-wrap:wrap;gap:14px 26px;margin-top:26px}
.hero-video-banner .hero-actions a{min-height:44px}
.hero-video-banner>.hero-facts{position:relative;display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:0;margin:0;padding:22px var(--gutter) 26px;border-top:1px solid #f5f5f144}
@media(max-width:1100px) and (min-width:768px){.hero-video-banner .hero-content{margin-left:49%;padding-left:22px}.hero-video-banner h1{font-size:var(--type-heading)}.hero-video-stage,.hero-video-banner .hero-content{min-height:590px}}
@media(max-width:767px){
 .hero-video-stage{min-height:0}
 .hero-video-banner .hero-poster,.hero-video-banner .hero-video{height:56.25vw;object-fit:contain;object-position:center}
 .hero-video-banner .hero-shade{height:56.25vw;bottom:auto;background:linear-gradient(180deg,transparent 78%,rgba(20,21,18,.65) 100%)}
 .hero-video-banner .hero-content{margin-left:0;min-height:0;padding:calc(56.25vw + 28px) var(--gutter) 28px;gap:24px}
 .hero-video-banner h1{font-size:var(--type-title);line-height:1.05}
 .hero-video-banner>.hero-facts{grid-template-columns:1fr;padding:0 var(--gutter) 28px;border-top:0}
 .hero-video-banner>.hero-facts li{padding:12px 0;border-top:1px solid #f5f5f144}
 .hero-video-banner>.hero-facts li+li{border-left:0;padding-left:0}
}
