.not-found-hero{justify-content:center;align-items:center;gap:var(--spacing-space-large);min-height:70dvh;padding:var(--padding-vertical-xl)var(--spacing-space-large);text-align:center;flex-direction:column;display:flex}.not-found-hero__code{font-family:var(--font-family-secondary);color:var(--text-body);font-size:clamp(7rem,20vw,13rem);line-height:1}.not-found-hero__title{max-width:16ch;color:var(--text-body)}.not-found-hero__text{max-width:44ch;color:var(--text-muted)}a.not-found-hero__cta{padding:var(--spacing-space-small)var(--spacing-space-medium);margin-top:var(--spacing-space-medium);background-color:var(--component-link-button-bg);color:var(--component-link-button-text);border-radius:9999px;align-items:center;gap:.35em;text-decoration:none;display:inline-flex}.not-found-hero__arrow{width:1em;height:1em;transition:transform .2s}.not-found-hero__arrow svg{width:100%;height:100%;display:block}a.not-found-hero__cta:hover .not-found-hero__arrow,a.not-found-hero__cta:focus-visible .not-found-hero__arrow{transform:translate(.2rem)}
