.not_found{background:#f8fbff;justify-content:center;align-items:center;min-height:100vh;padding:5rem 1.5rem;display:flex}.not_found .not_found_wrapper{width:100%;max-width:900px}.not_found .not_found_content{text-align:center}.not_found .not_found_number{color:var(--brand-clr);margin-bottom:.5rem;font-size:10rem;font-weight:800;line-height:1;animation:4s ease-in-out infinite float}.not_found .not_found_title{color:#1e293b;margin-bottom:1rem;font-size:2.25rem;font-weight:700}.not_found .not_found_desc{color:#64748b;max-width:620px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.8}.not_found .not_found_btn{background:var(--primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;padding:.95rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.not_found .not_found_btn:hover{background:#1d4ed8;transform:translateY(-3px);box-shadow:0 12px 28px #2563eb40}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (max-width:768px){.not_found .not_found{padding:4rem 1.25rem}.not_found .not_found_svg{max-width:320px}.not_found .not_found_number{font-size:5rem}.not_found .not_found_title{font-size:1.75rem}.not_found .not_found_desc{margin-bottom:2rem;font-size:.95rem}.not_found .not_found_btn{width:100%;max-width:280px}}@media (max-width:480px){.not_found .not_found_svg{max-width:260px}.not_found .not_found_number{font-size:4rem}.not_found .not_found_title{font-size:1.5rem}.not_found .not_found_desc{font-size:.9rem}}
