.not-found-hero{background:#0a0a0a;align-items:center;min-height:calc(100vh - 80px);padding:6rem 1.5rem;display:flex;position:relative;overflow:hidden}.not-found-hero__background{z-index:0;position:absolute;inset:0;overflow:hidden}.not-found-hero__background-image{object-fit:cover;object-position:center;opacity:.35}.not-found-hero__background-overlay{background:linear-gradient(#0a0a0a66 0%,#0a0a0a99 50%,#0a0a0a 100%);position:absolute;inset:0}.not-found-hero__container{z-index:1;text-align:center;max-width:42rem;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;position:relative}.not-found-hero__label{text-transform:uppercase;letter-spacing:.1em;color:#ff9e6b;background-color:#ff9e6b1a;border:1px solid #ff9e6b33;border-radius:9999px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-block}.not-found-hero__icon{margin-bottom:1.5rem;font-size:5rem;animation:3s ease-in-out infinite float}@media (min-width:768px){.not-found-hero__icon{font-size:6rem}}.not-found-hero__title{color:#fff;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.1}@media (min-width:768px){.not-found-hero__title{font-size:3.5rem}}@media (min-width:1024px){.not-found-hero__title{font-size:4rem}}.not-found-hero__subtitle{color:#a3a3a3;max-width:32rem;margin:0 auto 3rem;font-size:1.125rem;line-height:1.7}.not-found-hero__actions{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.not-found-hero__actions{flex-direction:row;justify-content:center}}.not-found-hero__button-primary{cursor:pointer;color:#0a0a0a;background-color:#fff;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.5rem 2rem;font-weight:500;transition:all .2s;display:inline-flex}.not-found-hero__button-primary:hover{background-color:#e5e5e5}.not-found-hero__button-primary{width:100%;padding:1rem 3rem;font-size:1rem}@media (min-width:640px){.not-found-hero__button-primary{width:auto}}.not-found-hero__button-secondary{cursor:pointer;color:#fff;background-color:#ffffff1a;border:1px solid #fff3;border-radius:9999px;justify-content:center;align-items:center;padding:.5rem 2rem;font-weight:500;transition:all .2s;display:inline-flex}.not-found-hero__button-secondary:hover{background-color:#ffffff26;border-color:#ffffff4d}.not-found-hero__button-secondary{width:100%;padding:1rem 3rem;font-size:1rem}@media (min-width:640px){.not-found-hero__button-secondary{width:auto}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}
