.flow-hero-video{position:relative;width:100%;overflow:hidden;margin:0}.flow-hero-video__video-container{position:relative;width:100%;height:var(--video-height-desktop,100vh);overflow:hidden}@media (max-width:991px){.flow-hero-video__video-container{height:var(--video-height-tablet,70vh)}}@media (max-width:767px){.flow-hero-video__video-container{height:var(--video-height-mobile,60vh)}}.flow-hero-video__click-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;cursor:pointer;text-decoration:none}.flow-hero-video__click-overlay:hover{text-decoration:none}.flow-hero-video__player{object-fit:cover;object-position:center;z-index:1;background-color:#000}.flow-hero-video__overlay,.flow-hero-video__player{width:100%;height:100%;position:absolute;top:0;left:0}.flow-hero-video__overlay{display:-ms-flexbox;display:flex;z-index:3;transition:background-color .3s ease;padding:60px;pointer-events:none}@media (max-width:991px){.flow-hero-video__overlay{padding:40px}}@media (max-width:767px){.flow-hero-video__overlay{padding:20px}}.flow-hero-video__content{max-width:1200px;padding:0 20px;z-index:1;pointer-events:none}@media (max-width:767px){.flow-hero-video__content{padding:0 10px}}.flow-hero-video__content-wrapper{width:fit-content;max-width:100%;pointer-events:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2rem}@media (max-width:767px){.flow-hero-video__content-wrapper{gap:1.5rem}}.flow-hero-video__ctas,.flow-hero-video__text{pointer-events:auto;width:100%}.flow-hero-video__ctas{display:-ms-flexbox;display:flex}.flow-hero-video__ctas .CTA{-ms-flex-pack:var(--cta-position,center);justify-content:var(--cta-position,center);pointer-events:auto}@media print{.flow-hero-video__player{display:none}.flow-hero-video__overlay{background-color:transparent!important}}@media (prefers-reduced-motion:reduce){.flow-hero-video .btn,.flow-hero-video__overlay{transition:none}}