.heroContainer{width:100%;padding-top:90px;position:relative}.heroHasWidget{min-height:650px}.heroBlank{min-height:90px}.heroTextContainer{min-height:25vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;background-color:var(--alternate-bg)}.heroImageBg,.jpHeroImageBg{height:100%;width:100%;position:absolute;top:0;left:0;overflow:hidden;transform:translateY(0)}@supports (animation-timeline:scroll()){.heroImageBg{will-change:transform;animation:heroParallax linear forwards;animation-timeline:scroll(root);animation-range:0 100vh}}.heroImageBg:before,.jpHeroImageBg:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(27,27,27,.9),transparent)}.heroContentContainer{height:100%;display:flex;justify-content:center;flex-flow:column nowrap;align-items:flex-start;gap:1rem;color:var(--primary-hero-text-color);padding:20px 40px;z-index:1}.heroContentContainer h1{margin-bottom:5px}.heroContentContainer>div>span{font-size:clamp(1.2rem,-2rem + 8vw,2rem)}.heroTextContent{display:flex;justify-content:center;color:var(--primary-hero-text-color);padding:1rem}.heroSubCopy{font-weight:200;margin-top:15px}.heroHeaderBg{background-color:var(--sticky-header-bg);height:80px;width:100%;position:fixed;top:0;left:0;z-index:2}.heroBanner{max-width:95%;position:absolute;left:0;bottom:2px;font-size:1.2rem;font-weight:700;background-color:var(--primary-btn);-webkit-clip-path:polygon(0 0,100% 0,96% 100%,0 100%);clip-path:polygon(0 0,100% 0,96% 100%,0 100%);color:var(--primary-btn-text);padding:1rem 2rem 1rem 5vw}@media screen and (min-width:576px){.heroContentContainer>h1,.heroSubCopy{width:60%}.jpHeroContent{padding-bottom:3rem}.jpHeroContent>h1{width:100%}}@media screen and (min-width:992px) and (min-height:800px){.heroContentContainer>h1,.heroSubCopy{width:50%}.jpHeroContent>h1{width:100%}}@media screen and (min-width:2400px) and (min-height:900px){.heroBanner{bottom:-30px;z-index:2;font-size:1.3rem;padding:1.2rem 3rem 1.2rem 10vw}}@keyframes heroParallax{0%{transform:translateY(0)}to{transform:translateY(120%)}}