.not-found{flex:1;justify-content:center;align-items:center;padding:80px 0;display:flex}.not-found__container{text-align:center;flex-direction:column;align-items:center;gap:20px;display:flex}.not-found__code{font-family:var(--font-primary);letter-spacing:-4px;background:var(--gradient-primary);-webkit-text-fill-color:#0000;opacity:.15;-webkit-user-select:none;user-select:none;-webkit-background-clip:text;background-clip:text;margin-bottom:-60px;font-size:160px;font-weight:800;line-height:1}.not-found__icon{z-index:1;position:relative}.not-found__title{margin:8px 0 0}.not-found__desc{color:var(--greyDark);max-width:440px;line-height:1.6}.not-found__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex}.not-found__btn{border-radius:var(--border-radius);font-family:var(--font-secondary);transition:opacity var(--transition),transform var(--transition);white-space:nowrap;justify-content:center;align-items:center;padding:14px 28px;font-size:15px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.not-found__btn:hover{opacity:.85;transform:translateY(-1px)}.not-found__btn--primary{background:var(--gradient-primary);color:var(--white)}.not-found__btn--secondary{background:var(--greyLight);color:var(--blue)}@media (max-width:600px){.not-found{padding:60px 0}.not-found__code{margin-bottom:-44px;font-size:120px}.not-found__actions{flex-direction:column;width:100%}.not-found__actions .not-found__btn{width:100%}}@media (max-width:400px){.not-found__code{margin-bottom:-32px;font-size:90px}}
