<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero-wrapper{height:100svh;overflow:hidden;position:relative;}
.hero-meta{position:absolute;left:0;height:100dvh;width:100%;color:var(--button-text);z-index:1;display:flex;align-items:center;gap:24px;}
@media(min-width:992px){
  .hero-meta{top:0;justify-content:space-between;padding:24px;}
}
@media(min-width:1200px){
  .hero-media-wrap video{width:125vw;height:125vh;}
}
@media(min-width:1500px){
  .hero-media-wrap video{width:135vw;height:135vh;}
}
@media(max-width:991px){
  .hero-meta{bottom:0;flex-direction:column;justify-content:flex-end;padding:24px 12px;text-align:center;}
}</pre></body></html>