.errorPage{align-items:center;background:#000aff;background:var(--primary-blue,#000aff);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:24px;text-align:center}.errorPage__logo{margin-bottom:24px}.errorPage__code{color:#fff;font-family:Archivo,sans-serif;font-size:120px;font-weight:800;line-height:1}@media screen and (max-width:768px){.errorPage__code{font-size:84px}}.errorPage__title{color:#fff;font-family:Archivo,sans-serif;font-size:32px;font-weight:700;margin-top:16px;text-transform:uppercase}@media screen and (max-width:768px){.errorPage__title{font-size:22px}}.errorPage__text{color:#fff;font-family:Inter,sans-serif;font-size:17px;line-height:26px;margin-top:12px;max-width:520px;opacity:.85}.errorPage__actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:32px}.errorPage__btn{background:none;border:2px solid #fff;border-radius:100px;color:#fff;cursor:pointer;font-family:Archivo,sans-serif;font-size:14px;font-weight:600;padding:12px 32px;text-decoration:none;text-transform:uppercase}.errorPage__btn:hover{background:#fff;color:#000aff;color:var(--primary-blue,#000aff);transition:.4s}
