.video-hero{position:relative;overflow:hidden;display:flex}.video-hero__heading strong{font-weight:400 !important}.video-hero__heading,.video-hero__text,.video-hero__caption,.video-hero__disclaimer,.video-hero__rating,.video-hero__feature{width:-moz-fit-content;width:fit-content}.video-hero__heading h1,.video-hero__heading h2,.video-hero__heading h3,.video-hero__heading h4,.video-hero__heading h5,.video-hero__heading h6,.video-hero__heading p,.video-hero__heading ul,.video-hero__heading ol,.video-hero__text h1,.video-hero__text h2,.video-hero__text h3,.video-hero__text h4,.video-hero__text h5,.video-hero__text h6,.video-hero__text p,.video-hero__text ul,.video-hero__text ol,.video-hero__caption h1,.video-hero__caption h2,.video-hero__caption h3,.video-hero__caption h4,.video-hero__caption h5,.video-hero__caption h6,.video-hero__caption p,.video-hero__caption ul,.video-hero__caption ol,.video-hero__disclaimer h1,.video-hero__disclaimer h2,.video-hero__disclaimer h3,.video-hero__disclaimer h4,.video-hero__disclaimer h5,.video-hero__disclaimer h6,.video-hero__disclaimer p,.video-hero__disclaimer ul,.video-hero__disclaimer ol,.video-hero__rating h1,.video-hero__rating h2,.video-hero__rating h3,.video-hero__rating h4,.video-hero__rating h5,.video-hero__rating h6,.video-hero__rating p,.video-hero__rating ul,.video-hero__rating ol,.video-hero__feature h1,.video-hero__feature h2,.video-hero__feature h3,.video-hero__feature h4,.video-hero__feature h5,.video-hero__feature h6,.video-hero__feature p,.video-hero__feature ul,.video-hero__feature ol{color:inherit}.video-hero__caption>*,.video-hero__disclaimer>*,.video-hero__disclaimer-text>*,.video-hero__feature-text>*,.video-hero__rating-text>*{margin:0}.video-hero__heading>*:first-child,.video-hero__text>*:first-child{margin-top:0}.video-hero__heading h1,.video-hero__heading h2,.video-hero__heading h3,.video-hero__heading h4,.video-hero__heading h5,.video-hero__heading h6,.video-hero__text h1,.video-hero__text h2,.video-hero__text h3,.video-hero__text h4,.video-hero__text h5,.video-hero__text h6{margin:0}.video-hero__disclaimer img,.video-hero__disclaimer svg{margin-right:8px;height:auto;-o-object-fit:contain;object-fit:contain}.video-hero__features-row{display:flex;align-items:center;flex-wrap:wrap}.video-hero__feature img,.video-hero__feature svg{margin-right:8px;height:auto;-o-object-fit:contain;object-fit:contain}.video-hero__rating{display:flex;align-items:center;gap:8px}.video-hero__rating-wrapper{display:flex;justify-content:center}.video-hero__stars-wrapper{display:flex}.video-hero__bg-image{position:absolute;inset:0;width:100%;height:100%}.video-hero__bg-image:after{content:"";position:absolute;left:0;top:0;bottom:0;right:0}.video-hero__bg-image img{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.video-hero__bg-video{position:absolute;inset:0;width:100%;height:100%}.video-hero__bg-video:after{content:"";position:absolute;left:0;top:0;bottom:0;right:0}.video-hero__bg-video video{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.video-hero__wrapper{position:relative}@keyframes videoPulse{0%{transform:scale(1)}50%{transform:scale(1.08)}100%{transform:scale(1)}}.video-hero__popup-trigger{text-decoration:none;cursor:pointer;transition:transform .25s ease}.video-hero__popup-trigger:hover svg{animation:videoPulse 1.2s ease-in-out infinite}.video-hero__popup-trigger svg{margin-right:16px;transition:transform .25s ease}.video-hero__popup{visibility:hidden;opacity:0;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:9999;transition:visibility 0s linear .3s,opacity .3s ease-in-out}.video-hero__popup.show{visibility:visible;opacity:1;transition-delay:0s}.video-hero__popup-content{position:relative;margin:5% auto;padding:32px 28px 28px 28px;width:-moz-fit-content;width:fit-content;max-width:90%;background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);transform:translateY(-20px);transition:transform .3s ease-in-out}@media screen and (max-width: 749.98px){.video-hero__popup-content{max-width:90%;margin:7% auto;width:-moz-fit-content;width:fit-content;height:auto;max-height:90vh;padding:32px 12px 12px 12px}}.video-hero .video-hero__popup.show .video-hero__popup-content{transform:translateY(0)}.video-hero__popup-close{position:absolute;top:5px;right:0px;background:none;border:none;font-size:1.5rem;cursor:pointer}@media screen and (max-width: 749.98px){.video-hero__popup-close{top:5px;right:0}}.video-hero__popup-body{max-height:70vh;overflow-y:auto}@media screen and (max-width: 749.98px){.video-hero__popup-body{height:100%}}.video-hero__popup-body--iframe{max-height:unset}.video-hero__popup-body--iframe .video-hero__popup-video{--gap: 24px;width:min(80vw - var(--gap)*2,(80vh - var(--gap)*2)*var(--ratio));aspect-ratio:var(--ratio);max-width:calc(80dvw - var(--gap)*2);max-height:calc(80dvh - var(--gap)*2);overflow:hidden;border-radius:12px;background:#000}.video-hero__popup-body--iframe .video-hero__popup-video iframe{display:block;width:100%;height:100%;border:0}.video-hero__popup-video{display:flex;justify-content:center}.video-hero__popup-video video{width:100%;-o-object-fit:contain;object-fit:contain;height:auto;max-height:70vh}