.videohero{align-items:center;background-color:#0c0a2c;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;padding:2rem 1rem;position:relative}.videohero.videohero--stats{border-radius:16px 16px 0 0}.videohero__video{z-index:1}.videohero__gradient,.videohero__video{display:none;height:100%;position:absolute;width:100%}.videohero__gradient{z-index:2}.videohero__gradient--primary{background:radial-gradient(78.16% 48.04% at 70.7% 46.13%,rgba(12,10,44,.2) 0,#0c0a2c 98.56%)}.videohero__gradient--secondary{background:linear-gradient(270deg,rgba(12,10,44,0) 5.92%,rgba(12,10,44,.8) 79.19%)}.videohero__content{display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:4}.videohero__label{color:var(--brand-blue-7,#5890fe);font-size:var(--text-md-size);letter-spacing:var(--text-md-letter-spacing);line-height:var(--text-md-line-height)}.videohero__heading,.videohero__label{font-weight:var(--font-weight-semibold)}.videohero__heading{color:var(--white-color,#fff);font-size:var(--display-md-size);letter-spacing:var(--display-md-letter-spacing);line-height:var(--display-md-line-height);margin-bottom:0}.videohero__subheading{color:var(--brand-dark-blue-5,#b9c0d4);font-size:var(--text-lg-size);font-weight:var(--font-weight-regular);letter-spacing:var(--text-lg-letter-spacing);line-height:var(--text-lg-line-height)}.videohero__play{align-items:center;backdrop-filter:blur(12.5px);background-color:hsla(0,0%,100%,.3);border-radius:50%;cursor:pointer;display:none;height:100px;justify-content:center;margin:0 auto;padding:0;transition:background-color .3s ease;width:100px;z-index:5}.videohero__play:hover{background-color:hsla(0,0%,100%,.6)}.videohero__mobile-video{aspect-ratio:16/9;background:#000;border:1px solid var(--brand-dark-blue-10,#30374f);border-radius:12px;display:block;overflow:hidden;width:100%}.videohero__thumbnail-button{background:none;border:0;cursor:pointer;display:block;height:100%;margin:0;padding:0;width:100%}.videohero__thumbnail-button:active,.videohero__thumbnail-button:focus,.videohero__thumbnail-button:hover{background:none;border:0}.videohero__thumbnail{display:block;height:100%;object-fit:cover;width:100%}.videohero__mobile-iframe{border:0;display:block;height:100%;width:100%}.videohero__ctas{display:flex;flex-direction:column;gap:1rem}.videohero__cta{align-items:center;border-radius:8px;display:flex;height:fit-content;justify-content:center;padding:.625rem 1rem;text-align:center;width:100%}.videohero__cta,.videohero__cta:active,.videohero__cta:focus,.videohero__cta:hover{font-size:var(--text-md-size);font-weight:var(--font-weight-semibold);letter-spacing:var(--text-md-letter-spacing);line-height:var(--text-md-line-height);text-decoration:none}.videohero__cta--primary{background:var(--brand-green-1,#6eedc4);border:1px solid hsla(0,0%,100%,.12);box-shadow:0 1px 2px 0 rgba(10,13,18,.05);color:var(--brand-dark-blue-12,#0c0a2c)}.videohero__cta--primary:active,.videohero__cta--primary:focus,.videohero__cta--primary:hover{background-color:var(--brand-green-2,#2ad1a7);color:var(--brand-dark-blue-12,#0c0a2c)}.videohero__cta--video{align-items:center;background:var(--white-color,#fff);border:1px solid var(--brand-dark-blue-5,#b9c0d4);box-shadow:0 1px 2px 0 rgba(10,13,18,.05);color:var(--brand-dark-blue-9,#404968);display:flex;gap:.375rem}.videohero__cta--video:active,.videohero__cta--video:focus,.videohero__cta--video:hover{background-color:var(--brand-dark-blue-2,#f9f9fb);border:1px solid var(--brand-dark-blue-5,#b9c0d4);border-radius:8px;color:var(--brand-dark-blue-9,#404968)}.videohero__popup{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:rgba(13,10,50,.65);display:flex;inset:0;justify-content:center;opacity:0;padding:2rem;pointer-events:none;position:fixed;transition:opacity .25s ease,visibility .25s ease;visibility:hidden;z-index:9999}.videohero__popup.is-active{opacity:1;pointer-events:auto;visibility:visible}.videohero__popup-inner{position:relative;width:min(100%,1100px)}.videohero__popup-video{aspect-ratio:16/9;background:#000;border-radius:12px;overflow:hidden;width:100%}.videohero__popup-iframe{border:0;display:block;height:100%;width:100%}.videohero__popup-close{background:none;border:0;border-radius:50%;color:#fff;cursor:pointer;font-size:2rem;height:2.5rem;line-height:1;padding:0;position:absolute;right:0;top:-3rem;width:2.5rem;z-index:2}.videohero__popup-close:active,.videohero__popup-close:focus,.videohero__popup-close:hover{background:none;border:none}body.videohero-popup-open{overflow:hidden}.videohero__stats{background-color:#0c0a2c;border-radius:0 0 16px 16px;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);justify-content:space-between;padding:0 1rem 2rem;width:100%;z-index:5}.videohero__stat{border-left:none;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;padding-left:0;padding-top:1rem}.videohero__stat-top{color:var(--brand-dark-blue-4,#dcdfea);font-size:var(--display-sm-size);font-weight:var(--font-weight-semibold);letter-spacing:var(--display-sm-letter-spacing);line-height:var(--display-sm-line-height)}.videohero__stat-bottom{color:var(--brand-dark-blue-4,#dcdfea);font-size:var(--text-sm-size);font-weight:var(--font-weight-regular);letter-spacing:var(--text-sm-letter-spacing);line-height:var(--text-sm-line-height)}@media (min-width:728px) and (max-width:1023px){.videohero__ctas{align-items:center;flex-direction:row}.videohero__cta{width:50%}}@media (min-width:1024px){.videohero{aspect-ratio:16/9;flex-direction:row;padding:0}.videohero__heading{font-size:var(--display-xl-size);letter-spacing:var(--display-xl-letter-spacing);line-height:var(--display-xl-line-height)}.videohero__subheading{font-size:var(--text-xl-size);letter-spacing:var(--text-xl-letter-spacing);line-height:var(--text-xl-line-height)}.videohero__gradient,.videohero__video{display:block}.videohero__content{padding:0 0 0 5rem;width:50%}.videohero__mobile-video{display:none}.videohero__play{display:flex}.videohero__ctas{align-items:center;flex-direction:row}.videohero__cta{width:fit-content}.videohero__stats{display:flex;gap:8rem;justify-content:left;padding:0 5rem 5rem}.videohero__stats.videohero__stats--4{gap:2rem;justify-content:space-between}.videohero__stat{border-left:2px solid #f0f0f0;border-top:none;padding-left:1rem;padding-top:0}.videohero__stats.videohero__stats--4 .videohero__stat{max-width:25%}}