.vly-video-hero{background:#222d39;color:var(--headline-color,#fff);font-family:Roboto,Arial,sans-serif;min-height:var(--hero-height-desktop,720px);overflow:hidden;position:relative;width:100%}.vly-video-hero,.vly-video-hero *{box-sizing:border-box}.vly-video-hero__fallback,.vly-video-hero__fallback img,.vly-video-hero__gradient,.vly-video-hero__media,.vly-video-hero__overlay,.vly-video-hero__video{height:100%;inset:0;position:absolute;width:100%}.vly-video-hero__media{overflow:hidden;z-index:1}.vly-video-hero__fallback{display:block;z-index:1}.vly-video-hero__fallback img{object-fit:cover;object-position:var(--video-position,center center)}.vly-video-hero__video{background:transparent;display:block;object-position:var(--video-position,center center);z-index:2}.vly-video-hero--fit-cover .vly-video-hero__fallback img,.vly-video-hero--fit-cover .vly-video-hero__video{object-fit:cover}.vly-video-hero--fit-contain .vly-video-hero__fallback img,.vly-video-hero--fit-contain .vly-video-hero__video,.vly-video-hero--scale-video .vly-video-hero__video{object-fit:contain}.vly-video-hero__video--mobile{display:none}.vly-video-hero__overlay{background:var(--overlay-color,#000);opacity:var(--overlay-opacity,.55);pointer-events:none;z-index:3}.vly-video-hero__gradient{pointer-events:none;z-index:4}.vly-video-hero__gradient--top-bottom{background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.1))}.vly-video-hero__gradient--bottom-top{background:linear-gradient(0deg,rgba(0,0,0,.55),rgba(0,0,0,.1))}.vly-video-hero__gradient--left-right{background:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.05))}.vly-video-hero__gradient--right-left{background:linear-gradient(270deg,rgba(0,0,0,.65),rgba(0,0,0,.05))}.vly-video-hero__inner{display:flex;min-height:var(--hero-height-desktop,720px);padding:var(--content-padding,40px);position:relative;width:100%;z-index:5}.vly-video-hero--position-desktop-x-left .vly-video-hero__inner{justify-content:flex-start}.vly-video-hero--position-desktop-x-center .vly-video-hero__inner{justify-content:center}.vly-video-hero--position-desktop-x-right .vly-video-hero__inner{justify-content:flex-end}.vly-video-hero--position-desktop-y-top .vly-video-hero__inner{align-items:flex-start}.vly-video-hero--position-desktop-y-center .vly-video-hero__inner{align-items:center}.vly-video-hero--position-desktop-y-bottom .vly-video-hero__inner{align-items:flex-end}.vly-video-hero__content{max-width:var(--content-max-width,720px);width:100%}.vly-video-hero__content--boxed{background:rgba(34,45,57,var(--content-bg-opacity,.75));border-radius:var(--content-bg-radius,16px);padding:var(--content-bg-padding,40px)}.vly-video-hero--text-desktop-left .vly-video-hero__content{text-align:left}.vly-video-hero--text-desktop-center .vly-video-hero__content{text-align:center}.vly-video-hero--text-desktop-right .vly-video-hero__content{text-align:right}.vly-video-hero__eyebrow{color:var(--eyebrow-color,#fbd400);font-size:18px;font-weight:700;line-height:1.4;margin:0 0 14px}.vly-video-hero__headline{color:var(--headline-color,#fff);font-size:clamp(36px,4vw,64px);font-weight:700;letter-spacing:-.03em;line-height:1.08;margin:0}.vly-video-hero__description{color:var(--description-color,#fff);font-size:18px;line-height:1.6;margin:22px 0 0}.vly-video-hero__description p{color:inherit;margin:0}.vly-video-hero__description p+p{margin-top:12px}.vly-video-hero__button-wrap{margin-top:30px}.vly-video-hero__button{align-items:center;background:var(--button-bg-color,#fbd400);border:none;border-radius:var(--button-border-radius,8px);color:var(--button-text-color,#222d39)!important;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:18px;font-weight:700;justify-content:center;line-height:1.2;min-height:52px;padding:16px 18px 14px;text-decoration:none;transition:transform .14s ease-in-out,background-color .14s ease,color .14s ease}.vly-video-hero__button:focus,.vly-video-hero__button:hover{background:var(--button-hover-bg-color,#fff);color:var(--button-hover-text-color,#222d39)!important;text-decoration:none;transform:translateY(-1px)}.vly-video-hero__button:focus-visible{outline:3px solid #fff;outline-offset:4px}@media (max-width:1139px){.vly-video-hero,.vly-video-hero__inner{min-height:var(--hero-height-tablet,600px)}.vly-video-hero__headline{font-size:clamp(32px,5vw,52px)}}@media (max-width:767px){.vly-video-hero,.vly-video-hero__inner{min-height:var(--hero-height-mobile,500px)}.vly-video-hero__inner{padding:28px 20px}.vly-video-hero__content{max-width:var(--content-max-width-mobile,100%)}.vly-video-hero__headline{font-size:clamp(30px,9vw,42px);line-height:1.12}.vly-video-hero__description{font-size:18px;line-height:1.55}.vly-video-hero__button{max-width:100%;width:auto}.vly-video-hero__video--desktop{display:none}.vly-video-hero--show-mobile-video .vly-video-hero__video--mobile{display:block}.vly-video-hero--hide-mobile-video .vly-video-hero__video--mobile{display:none}.vly-video-hero--position-mobile-x-left .vly-video-hero__inner{justify-content:flex-start}.vly-video-hero--position-mobile-x-center .vly-video-hero__inner{justify-content:center}.vly-video-hero--position-mobile-x-right .vly-video-hero__inner{justify-content:flex-end}.vly-video-hero--position-mobile-y-top .vly-video-hero__inner{align-items:flex-start}.vly-video-hero--position-mobile-y-center .vly-video-hero__inner{align-items:center}.vly-video-hero--position-mobile-y-bottom .vly-video-hero__inner{align-items:flex-end}.vly-video-hero--text-mobile-left .vly-video-hero__content{text-align:left}.vly-video-hero--text-mobile-center .vly-video-hero__content{text-align:center}.vly-video-hero--text-mobile-right .vly-video-hero__content{text-align:right}.vly-video-hero__content--boxed{padding:28px 22px}.vly-video-hero--mobile-reveal-on-scroll.vly-video-hero--mobile-content-overlay .vly-video-hero__content{opacity:0;pointer-events:none;transform:translateY(18px);transition:opacity .35s ease,transform .35s ease}.vly-video-hero--mobile-reveal-on-scroll.vly-video-hero--mobile-content-revealed .vly-video-hero__content{opacity:1;pointer-events:auto;transform:translateY(0)}.vly-video-hero--mobile-content-below,.vly-video-hero--mobile-content-split{background:#fff;display:flex;flex-direction:column;min-height:0;overflow:visible}.vly-video-hero--mobile-content-below .vly-video-hero__media,.vly-video-hero--mobile-content-split .vly-video-hero__media{height:var(--hero-height-mobile,500px);inset:auto;min-height:var(--hero-height-mobile,500px);position:relative;width:100%}.vly-video-hero--mobile-content-below .vly-video-hero__gradient,.vly-video-hero--mobile-content-below .vly-video-hero__overlay,.vly-video-hero--mobile-content-split .vly-video-hero__gradient,.vly-video-hero--mobile-content-split .vly-video-hero__overlay{height:var(--hero-height-mobile,500px);inset:0 auto auto 0;pointer-events:none;position:absolute;width:100%}.vly-video-hero--mobile-content-below .vly-video-hero__fallback,.vly-video-hero--mobile-content-below .vly-video-hero__fallback img,.vly-video-hero--mobile-content-below .vly-video-hero__video,.vly-video-hero--mobile-content-split .vly-video-hero__fallback,.vly-video-hero--mobile-content-split .vly-video-hero__fallback img,.vly-video-hero--mobile-content-split .vly-video-hero__video{height:100%;inset:0;position:absolute;width:100%}.vly-video-hero--mobile-content-below .vly-video-hero__inner,.vly-video-hero--mobile-content-split .vly-video-hero__inner{background:#fff;color:#222d39;min-height:0;padding:32px 20px 40px}.vly-video-hero--mobile-content-below .vly-video-hero__content,.vly-video-hero--mobile-content-split .vly-video-hero__content{max-width:var(--content-max-width-mobile,100%)}.vly-video-hero--mobile-content-below .vly-video-hero__description,.vly-video-hero--mobile-content-below .vly-video-hero__headline,.vly-video-hero--mobile-content-split .vly-video-hero__description,.vly-video-hero--mobile-content-split .vly-video-hero__headline{color:#222d39}.vly-video-hero--mobile-content-below .vly-video-hero__content--boxed,.vly-video-hero--mobile-content-split .vly-video-hero__content--boxed{background:transparent;border-radius:0;padding:0}.vly-video-hero--mobile-content-split .vly-video-hero__inner{padding-top:24px}.vly-video-hero--mobile-content-split .vly-video-hero__headline{font-size:clamp(28px,8vw,38px)}.vly-video-hero--mobile-content-split .vly-video-hero__description{margin-top:16px}.vly-video-hero--mobile-content-split .vly-video-hero__button-wrap{margin-top:22px}.vly-video-hero--mobile-content-below.vly-video-hero--mobile-reveal-on-scroll .vly-video-hero__content,.vly-video-hero--mobile-content-split.vly-video-hero--mobile-reveal-on-scroll .vly-video-hero__content{opacity:0;transform:translateY(18px);transition:opacity .35s ease,transform .35s ease}.vly-video-hero--mobile-content-below.vly-video-hero--mobile-content-revealed .vly-video-hero__content,.vly-video-hero--mobile-content-split.vly-video-hero--mobile-content-revealed .vly-video-hero__content{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.vly-video-hero__video{display:none!important}.vly-video-hero__button{transition:none}.vly-video-hero__button:focus,.vly-video-hero__button:hover{transform:none}.vly-video-hero--mobile-reveal-on-scroll .vly-video-hero__content{opacity:1!important;pointer-events:auto!important;transform:none!important}}