.dnd-section:has(.video-hero),.dnd-section:has(.video-hero) .dnd-column,.dnd-section:has(.video-hero)>.row-fluid{max-width:100%;padding:0}.video-hero{--vh-c-primary:#0960f6;--vh-c-text:#fff;--vh-c-overlay-from:#011840;--vh-c-overlay-to:rgba(1,24,64,.4);--vh-c-modal-scrim:rgba(0,0,0,.85);--vh-pad-x:24px;--vh-pad-y:64px;--vh-max-w:1312px;--vh-gap:32px;--vh-text-gap:24px;--vh-cta-gap:16px;--vh-h-size:40px;--vh-h-lh:50px;--vh-h-ls:-0.4px;--vh-body-size:16px;--vh-body-lh:24px;--vh-btn-radius:980px;--vh-modal-max-w:900px;background-color:var(--vh-c-overlay-from);color:var(--vh-c-text);display:flex;flex-direction:column;justify-content:flex-end;min-height:640px;overflow:hidden;padding:var(--vh-pad-y) var(--vh-pad-x);position:relative;@media (min-width:768px){--vh-pad-x:48px;--vh-pad-y:80px;--vh-gap:48px;--vh-h-size:64px;--vh-h-lh:72px;--vh-h-ls:-0.64px;--vh-body-size:18px;--vh-body-lh:27px;min-height:720px}}.video-hero__poster{height:100%;inset:0;object-fit:cover;object-position:var(--vh-focal-x,50%) var(--vh-focal-y,50%);position:absolute;width:100%}.video-hero__video{display:block;height:100%;left:0;object-fit:cover;object-position:var(--vh-focal-x,50%) var(--vh-focal-y,0);position:absolute;top:0;width:100%;@media (prefers-reduced-motion:reduce){display:none}}.video-hero__overlay{background:linear-gradient(to bottom,var(--vh-c-overlay-from),var(--vh-c-overlay-to) 15%);inset:0;position:absolute}.video-hero__container{display:flex;flex-direction:column;gap:var(--vh-gap);margin:0 auto;max-width:var(--vh-max-w);position:relative;width:100%;z-index:1}.video-hero__text{display:flex;flex-direction:column;gap:var(--vh-text-gap)}.video-hero__heading{animation:videoHeroSlideUp .7s cubic-bezier(.22,1,.36,1) both;color:inherit;font-size:var(--vh-h-size);font-weight:800;letter-spacing:var(--vh-h-ls);line-height:var(--vh-h-lh);margin:0}.video-hero__sub{animation:videoHeroFadeUp .8s cubic-bezier(.22,1,.36,1) .55s forwards;color:inherit;font-size:var(--vh-body-size);font-weight:400;line-height:var(--vh-body-lh);margin:0;opacity:0;transform:translateY(20px)}.video-hero__ctas{align-items:stretch;animation:videoHeroFadeUp .7s cubic-bezier(.22,1,.36,1) .75s forwards;display:flex;flex-direction:column;flex-wrap:wrap;gap:var(--vh-cta-gap);opacity:0;transform:translateY(16px);@media (min-width:768px){align-items:center;flex-direction:row}}.video-hero__btn{align-items:center;border:2px solid transparent;border-radius:var(--vh-btn-radius);cursor:pointer;display:inline-flex;font-family:inherit;font-size:16px;font-weight:600;gap:8px;justify-content:center;line-height:24px;padding:8px 24px;text-decoration:none;transition:opacity .15s ease,background-color .15s ease,border-color .15s ease;white-space:nowrap;width:100%;@media (min-width:768px){width:auto}&:hover{opacity:.85}&.video-hero__btn--primary{background-color:var(--vh-c-primary);border-color:var(--vh-c-primary);color:#fff;height:40px;&:hover{background-color:#053d9e;border-color:#053d9e;opacity:1}}&.video-hero__btn--watch{background-color:var(--vh-c-primary);border-color:var(--vh-c-primary);color:#fff;height:40px;padding-left:24px;padding-right:16px;&:hover{background-color:#053d9e;border-color:#053d9e;opacity:1}}& .video-hero__play-icon{flex-shrink:0}}.video-hero__modal{align-items:center;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999;&[hidden]{display:none}& .video-hero__modal-backdrop{background:var(--vh-c-modal-scrim);cursor:pointer;inset:0;position:absolute}& .video-hero__modal-dialog{background:#000;max-width:var(--vh-modal-max-w);position:relative;width:95vw;z-index:1;@media (min-width:768px){width:90vw}}& .video-hero__modal-close{background:transparent;border:none;color:#fff;cursor:pointer;line-height:0;padding:4px;position:absolute;right:0;top:-40px}& .video-hero__modal-video{height:0;overflow:hidden;padding-bottom:56.25%;position:relative;& .wistia_embed{height:100%!important;inset:0!important;position:absolute!important;width:100%!important}& .video-hero__end-cta{align-items:center;background:#011840;display:flex;flex-direction:column;gap:20px;inset:0;justify-content:center;position:absolute;z-index:2;&[hidden]{display:none}}& .video-hero__end-cta-msg{color:#fff;font-size:22px;font-weight:700;margin:0;padding:0 32px;text-align:center}& .video-hero__end-cta-actions{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center}& .video-hero__end-cta-replay{background:transparent;border:none;color:hsla(0,0%,100%,.65);cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;padding:4px 8px;transition:color .15s ease;&:hover{color:#fff}}}}@keyframes videoHeroSlideUp{0%{transform:translateY(24px)}to{transform:translateY(0)}}@keyframes videoHeroFadeUp{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.video-hero__ctas,.video-hero__heading,.video-hero__sub{animation:none;opacity:1;transform:none}}