.image-hero-section{left:50%;margin-left:-50vw;margin-right:-50vw;min-height:20rem;overflow:hidden;position:relative;right:50%;width:100vw}.image-hero-section .background{background-position:50%;background-repeat:no-repeat;background-size:cover;inset:0;position:absolute;z-index:0}.image-hero-section .content-wrap{align-items:var(--y-align,center);display:flex;justify-content:space-around;margin-left:auto;margin-right:auto;max-width:72rem;padding:6.8rem 1.25rem;position:relative;z-index:1}.image-hero-section .panel{backdrop-filter:blur(var(--panel-blur,0));background-color:var(--panel-bg,transparent);border-radius:1.5rem;display:flex;flex-direction:column;max-width:var(--panel-max,35rem);padding:2.5rem;width:100%}.image-hero-section .panel .heading{color:var(--panel-fg,#fff);font-size:var(--heading-size,revert);line-height:1.25}.image-hero-section .panel .text{color:var(--panel-fg,#fff);font-size:1.125rem;line-height:24px}.image-hero-section .ctas{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1rem}@media (max-width:640px){.image-hero-section .content-wrap{padding:0}.image-hero-section .background{height:40vh;position:static}.image-hero-section .panel{border-radius:0;max-width:100%;padding:1.25rem}}