.video-hero{--vh-accent: var(--color-warning, #e99002);--vh-glass: rgba(0,0,0,.38);--vh-glass-2: rgba(0,0,0,.26);--vh-border: rgba(255,255,255,.14);--vh-icon-size: 52px;--vh-icon-gap: .85rem;--vh-stripe-x: 10px;--vh-panel-inner-pad: 26px}.video-hero{position:relative;overflow:hidden;width:100%;aspect-ratio:16 / 9;height:auto;min-height:360px;max-height:100svh}@media (min-width: 900px){.video-hero{aspect-ratio:auto;height:100svh;min-height:600px;max-height:none}}.video_hero{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-color:var(--black);background-position:center;background-repeat:no-repeat;background-size:cover;background-image:var(--hero-poster-640, var(--hero-poster-1600))}@supports ((background-image: -webkit-image-set(url(x) 1x,url(y) 2x)) or (background-image: image-set(url(x) 1x,url(y) 2x))){.video_hero{background-image:-webkit-image-set(var(--hero-poster-320, var(--hero-poster-1600)) 1x,var(--hero-poster-640, var(--hero-poster-1600)) 2x);background-image:image-set(var(--hero-poster-320, var(--hero-poster-1600)) 1x,var(--hero-poster-640, var(--hero-poster-1600)) 2x)}@media (min-width: 600px){.video_hero{background-image:-webkit-image-set(var(--hero-poster-640, var(--hero-poster-1600)) 1x,var(--hero-poster-1280, var(--hero-poster-1600)) 2x);background-image:image-set(var(--hero-poster-640, var(--hero-poster-1600)) 1x,var(--hero-poster-1280, var(--hero-poster-1600)) 2x)}}@media (min-width: 1024px){.video_hero{background-image:-webkit-image-set(var(--hero-poster-1600, var(--hero-poster-3200)) 1x,var(--hero-poster-3200, var(--hero-poster-4800)) 2x);background-image:image-set(var(--hero-poster-1600, var(--hero-poster-3200)) 1x,var(--hero-poster-3200, var(--hero-poster-4800)) 2x)}}}.video_hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.video_hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none}@media (prefers-reduced-motion: reduce){.video_hero__video{display:none}}.video_hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to bottom,#00000059,#00000026 45%,#0006)}.video_hero__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;gap:1.25rem;color:#fff}@media (max-width:600px){.video_hero__content{padding:1.25rem;gap:1rem}}.video_hero__content>*{max-width:900px;margin:0}.video_hero__teaser,.video_hero__teaser p{margin:0}.vh-fadeup,.vh-reveal__inner{opacity:1;transform:none}.video-hero.vh-anim .vh-fadeup{opacity:0;transform:translateY(18px);transition:transform .7s cubic-bezier(.2,.8,.2,1),opacity .7s ease;transition-delay:var(--vh-delay, 0ms);will-change:transform,opacity}.vh-reveal{overflow:hidden}.video-hero.vh-anim .vh-reveal__inner{display:inline-block;opacity:0;transform:translateY(110%);transition:transform .7s cubic-bezier(.2,.8,.2,1),opacity .7s ease;transition-delay:var(--vh-delay, 0ms);will-change:transform,opacity}.video-hero.vh-anim.is-inview .vh-fadeup,.video-hero.vh-anim.is-inview .vh-reveal__inner{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.vh-reveal__inner,.vh-fadeup{opacity:1!important;transform:none!important;transition:none!important}}.vh-rotator{position:relative;display:grid;place-items:center;min-height:1.15em;overflow:hidden;font-size:clamp(2.2rem,4.2vw,4.6rem);font-weight:900;letter-spacing:.14em;text-transform:uppercase;line-height:1.02;text-shadow:0 2px 14px rgba(0,0,0,.65),0 0 28px rgba(0,0,0,.35);padding:.12em .35em;border-radius:.35em;background:#0000002e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);outline:1px solid rgba(255,255,255,.16);box-shadow:0 10px 30px #00000059,inset 0 0 0 1px #00000038}.vh-rotator__item{grid-area:1 / 1;opacity:0;transform:translateY(110%);transition:opacity .7s ease,transform .7s ease;will-change:transform,opacity;white-space:nowrap}.vh-rotator__item.is-active{opacity:1;transform:translateY(0)}.video-hero--top-right .video_hero__content{justify-content:center;align-items:flex-end;text-align:left;padding:clamp(1.25rem,3.5vw,4rem);gap:.9rem}.video-hero--top-right .video_hero__content>*{width:100%;max-width:min(760px,52vw);margin:0}.video-hero--top-right .vh-rotator{width:100%;place-items:start;text-align:left}@media (max-width:800px){.video-hero--top-right .video_hero__content{align-items:center;text-align:center}.video-hero--top-right .video_hero__content>*{max-width:900px}.video-hero--top-right .vh-rotator{place-items:center;text-align:center}}.vh-fixed{display:grid;gap:1.15rem;width:100%}.vh-fixed__panel{position:relative;border-radius:18px;padding:1.35rem 1.45rem;background:linear-gradient(180deg,var(--vh-glass),var(--vh-glass-2));border:1px solid var(--vh-border);box-shadow:0 18px 54px #0000006b,inset 0 1px #ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);line-height:1.25}.vh-fixed__panel:before{content:"";position:absolute;left:var(--vh-stripe-x);top:12px;bottom:12px;width:3px;border-radius:999px;background:linear-gradient(180deg,var(--vh-accent),rgba(255,255,255,0));opacity:.95}.vh-fixed__panel-inner{padding-left:var(--vh-panel-inner-pad)}.vh-fixed__item{margin:0}.vh-fixed__item+.vh-fixed__item{margin-top:2.95rem}.vh-fixed__item h1,.vh-fixed__item h2,.vh-fixed__item h3,.vh-fixed__item p{margin:0}.vh-fixed__icon{width:var(--vh-icon-size);height:var(--vh-icon-size);border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 30%,#ffffff29,#fff0 55%),linear-gradient(180deg,#00000057,#0000002e);outline:1px solid rgba(255,255,255,.16);box-shadow:0 10px 26px #0000006b,inset 0 1px #ffffff24,inset 0 0 0 2px #0000001f;position:relative}.vh-fixed__icon:after{content:"";position:absolute;right:-5px;top:-5px;width:16px;height:16px;border-radius:7px;background:var(--vh-accent);box-shadow:0 10px 22px #00000059;opacity:.98}.vh-fixed__icon svg{width:26px;height:26px;stroke:var(--vh-accent);fill:none;filter:drop-shadow(0 2px 6px rgba(0,0,0,.55))}.vh-fixed__icon svg [fill]:not([fill=none]){fill:var(--vh-accent)}.vh-fixed__icon svg [stroke]{stroke:var(--vh-accent)}.vh-fixed__item--h1 h1{font-size:1.85rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;opacity:.95}.vh-fixed__item--h2 h2,.vh-fixed__item--h3 h3{font-size:1.55rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase;line-height:1.05}.vh-fixed__item--p p{font-size:1.02rem;font-weight:650;opacity:.92;line-height:1.25}.vh-fixed__item--p+.vh-fixed__item--h2,.vh-fixed__item--p+.vh-fixed__item--h3,.vh-fixed__item--text+.vh-fixed__item--h2,.vh-fixed__item--text+.vh-fixed__item--h3{margin-top:1.15rem}.vh-fixed__item--h1+.vh-fixed__item--h2{margin-top:.6rem}.region-hero--front header.video_hero__header h1.video-hero__title>span{font-style:italic!important;color:var(--color-warning)!important;text-shadow:0 2px 10px rgba(0,0,0,.65)!important}.vh-fixed__heading-grid{display:grid;grid-template-columns:var(--vh-icon-size) 1fr;grid-template-rows:auto auto;-moz-column-gap:var(--vh-icon-gap);column-gap:var(--vh-icon-gap);align-items:start}.vh-fixed__heading-grid .vh-fixed__icon{grid-column:1;grid-row:1 / span 2;align-self:start}.vh-fixed__heading-text{grid-column:2;grid-row:1;line-height:1.05}.vh-fixed__support{grid-column:2;grid-row:2;margin-top:.3rem;opacity:.92}.vh-fixed__support p{margin:0;font-size:1.02rem;font-weight:650;line-height:1.25}
