section.heroBlock{background:var(--purple);color:#fff;overflow:hidden;position:relative}section.heroBlock .inner{display:flex;flex-direction:column;gap:2rem;padding:2rem 1.5rem;position:relative;z-index:2}@media (min-width:1024px){section.heroBlock .inner{padding:2rem 6vw}}.heroBlock .hero-slides{aspect-ratio:3/2;overflow:hidden;position:relative;width:100%}.heroBlock .hero-slide{inset:0;opacity:0;position:absolute;transition:opacity 1.2s ease-in-out}.heroBlock .hero-slide.is-active{opacity:1}.heroBlock .hero-slide img{display:block;height:100%;object-fit:cover;width:100%}.heroBlock .hero-gradient{display:none}.heroBlock .hero-content{display:flex;flex-direction:column;gap:1.25rem;max-width:36rem}@media (min-width:1024px){.heroBlock .hero-content{margin:auto auto 3rem 0}}.heroBlock .hero-title{color:#fff;font-size:var(--font-xlarge);font-weight:700;line-height:1.1;margin:0;white-space:pre-line}.heroBlock .hero-blurb,.heroBlock .hero-blurb p{color:#fff;font-size:var(--font-body);line-height:1.5;margin:0}.heroBlock .hero-blurb p+p{margin-top:.75em}.heroBlock .buttons{display:flex;flex-wrap:wrap;gap:1rem;margin:0}.heroBlock .buttons .button{margin:0}.heroBlock .buttons .button.button--secondary{background-color:transparent;color:#fff}.heroBlock .buttons .button.button--secondary:hover{background-color:var(--orange)}.heroBlock .hero-stats{border-top:1px solid hsla(0,0%,100%,.18);display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem;padding-top:1.5rem}.heroBlock .hero-stat{align-items:center;display:flex;flex:1 1 calc(50% - 1.25rem);gap:.75rem;min-width:10rem}.heroBlock .hero-stat-icon{align-items:center;display:flex;flex:0 0 auto;height:2rem;justify-content:center;width:2rem}.heroBlock .hero-stat-icon img{filter:brightness(0) invert(1);max-height:100%;max-width:100%;object-fit:contain}.heroBlock .hero-stat-figure{color:#fff;font-size:var(--font-large);font-weight:500;line-height:1.1}.heroBlock .hero-stat-blurb{color:hsla(0,0%,100%,.85);font-size:var(--font-small);line-height:1.3;margin-top:.15em}@media (min-width:768px){section.heroBlock{align-items:stretch;display:flex;min-height:36rem}.heroBlock .hero-slides{aspect-ratio:auto;inset:0;position:absolute;z-index:0}.heroBlock .hero-gradient{display:block;inset:0;pointer-events:none;position:absolute;z-index:1}.heroBlock .hero-gradient--left{background:linear-gradient(90deg,var(--purple) 0,rgba(40,11,86,.85) 35%,rgba(40,11,86,0) 65%)}.heroBlock .hero-gradient--bottom{background:linear-gradient(0deg,rgba(40,11,86,.9),rgba(40,11,86,.55) 30%,rgba(40,11,86,0) 60%)}.heroBlock .inner{gap:3rem;justify-content:space-between;padding:4rem 6vw;width:100%}.heroBlock .hero-title{font-size:var(--font-xxlarge);max-width:32rem}.heroBlock .hero-blurb,.heroBlock .hero-blurb p{max-width:32rem}.heroBlock .hero-stats{gap:2rem 0}.heroBlock .hero-stat{flex:0 0 25%;min-width:0}.heroBlock .hero-stat-icon{height:2.5rem;width:2.5rem}.heroBlock .hero-stat-figure{font-size:var(--font-large)}}@media (prefers-reduced-motion:reduce){.heroBlock .hero-slide{transition:none}}