@keyframes hu-chevronFlow{0%{transform:translate(-50%,0) rotate(45deg);opacity:.25}50%{transform:translate(-50%,10px) rotate(45deg);opacity:1}to{transform:translate(-50%,20px) rotate(45deg);opacity:.15}}.hero,.hero-overlay{width:100%;display:flex}.hero{height:var(--hero-height, 60vh);min-height:280px;align-items:stretch;justify-content:center;overflow:hidden;background-size:cover;background-position:center center;background-repeat:no-repeat;will-change:background-position}.hero-overlay{position:relative;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,var(--hero-overlay-opacity, 0.4)),rgba(0,0,0,calc(var(--hero-overlay-opacity, 0.4) + .1)));align-items:center}.hero-inner{max-width:960px;text-align:center}.hero-title{margin:0 0 .35em;font-size:clamp(2rem,3vw + 1.2rem,3rem);font-weight:400;line-height:1.1;color:#fff}.hero-subtitle{margin:0 0 1.25rem;font-size:clamp(1rem,.7vw + .9rem,1.2rem);line-height:1.4;color:rgba(255,255,255,.9)}.hero .btn.btn-light{background:0 0!important;border:2px solid #fff!important;color:#fff!important;border-radius:999px;padding:.85rem 1.4rem}.hero .btn.btn-light:hover{background:rgba(255,255,255,.4)!important}.chevrons{position:absolute;left:50%;bottom:calc(1.8rem + env(safe-area-inset-bottom,0));transform:translateX(-50%);width:28px;height:48px;z-index:2;text-decoration:none;color:#fff;touch-action:manipulation}.chevrons::after,.chevrons::before{content:"";position:absolute;left:50%;width:20px;height:20px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateX(-50%) rotate(45deg);opacity:.3;animation:hu-chevronFlow 1.6s infinite}.chevrons::after{animation-delay:.3s}.hero+*{margin-top:0}:where([id]){scroll-margin-top:calc(var(--headerH, 100px) + 30px)}.hero{position:relative}.hero-anchor{position:absolute;left:0;right:0;bottom:0;height:0}body.has-hero:not(.past-hero){--header-fg:#fff}