.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex}.not-found__code{color:var(--color-black);letter-spacing:-.02em;font-size:12rem;font-weight:700;line-height:1}.not-found__title{color:var(--color-black);margin-top:2.4rem;font-size:2.8rem;font-weight:700;line-height:1.3}.not-found__desc{color:var(--grey-text-tertiary);margin-top:1.2rem;font-size:1.6rem;font-weight:400;line-height:1.6}.not-found__btn{background:var(--color-black);color:var(--color-white);border-radius:.6rem;justify-content:center;align-items:center;margin-top:3.6rem;padding:1.4rem 3.2rem;font-size:1.5rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.not-found__btn:hover{background:var(--grey-text-deep)}@media (max-width:767px){.not-found{min-height:100vh;padding:3rem 2rem}.not-found__code{font-size:8rem}.not-found__title{font-size:2rem}.not-found__desc{font-size:1.4rem}.not-found__btn{padding:1.2rem 2.4rem;font-size:1.4rem}}
