.event-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;padding:var(--s-24) var(--s-4);position:relative}.event-hero__overlay{background-color:rgba(0,0,0,.35);inset:0;pointer-events:none;position:absolute}.event-hero__inner{margin:0 auto;max-width:1280px;position:relative;z-index:1}.event-hero__heading{color:var(--clr-white);font-family:var(--font-family-heading);font-size:var(--fs-d1);font-weight:var(--fw-bold);line-height:var(--lh-tighter);margin-bottom:var(--s-6);text-wrap:balance}.event-hero__subheading{color:var(--clr-white);font-size:var(--fs-s2);line-height:var(--lh-relaxed);margin-bottom:var(--s-8);max-width:65ch;text-wrap:pretty}.event-hero__cta{margin-top:var(--s-2)}.event-hero--split .event-hero__inner{align-items:center;display:flex;gap:var(--s-10)}.event-hero--split .event-hero__content{flex:1 1 55%;min-width:0}.event-hero__side-image{flex:0 1 40%;min-width:0}.event-hero__side-img{border-radius:var(--border-radius-lg);display:block;height:auto;width:100%}@media (max-width:767px){.event-hero{padding:var(--s-16) var(--s-4);text-align:center}.event-hero__subheading{margin-left:auto;margin-right:auto}.event-hero--split .event-hero__inner{flex-direction:column;gap:var(--s-8)}.event-hero--split .event-hero__content,.event-hero__side-image{flex-basis:100%}.event-hero__side-img{margin:0 auto;max-width:400px}}@media (prefers-reduced-motion:reduce){.event-hero{transition:none}}