.hero{background:#10243a;isolation:isolate}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;pointer-events:none}
.hero-shade{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(5,16,31,.88) 0%,rgba(5,16,31,.74) 32%,rgba(5,16,31,.36) 60%,rgba(5,16,31,.1) 100%)}
.hero-copy{text-align:left}
.hero-copy h1{color:#fff;text-shadow:0 2px 16px #0003}
.hero-copy h1 em{background:none;color:#b5d4ff}
.hero-copy>p{color:#e4ecf7}
.hero-copy .pill{background:#ffffff12;border-color:#ffffff30;color:#e2edff}
.hero-copy .text-link{color:#fff}
.hero-copy .hero-note{color:#d4e0f0}
.hero-copy .button{background:#fff;color:#143960}
.hero-copy .button:hover{background:#dcecff}
.video-toggle{position:absolute;right:25px;top:25px;z-index:3;border:1px solid #ffffff60;background:#0e233b9e;color:white;border-radius:24px;padding:8px 13px;font-size:10px;cursor:pointer;backdrop-filter:blur(8px)}
@media(max-width:760px){
  .hero{min-height:940px;background:#07182f}
  .hero-video{inset:0 0 auto;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;object-position:center}
  .hero-shade{background:linear-gradient(180deg,#05101f38 0%,#05101fa6 36%,#07182f 50%,#07182f 100%)}
  .hero-copy{padding:calc((100vw - 24px) * .46) 25px 34px}
  .video-toggle{top:16px;bottom:auto;right:16px}
}
@media(max-width:360px){.hero{min-height:1020px}.hero-copy{padding-top:calc((100vw - 24px) * .5)}}
