.not-found-container{background-color:var(--bg-basic);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.not-found-content{text-align:center;max-width:600px;margin:0 auto}.not-found-icon{margin-bottom:30px;animation:3s ease-in-out infinite float;display:inline-flex}.not-found-title{color:var(--dark-gray);margin:0 0 10px;font-family:Penumbra Flare Std,sans-serif;font-size:clamp(4rem,8vw,8rem);line-height:1}.not-found-subtitle{color:var(--charcoal-color);margin:0 0 20px;font-family:Penumbra Flare Std,sans-serif;font-size:clamp(1.5rem,3vw,2.5rem)}.not-found-description{color:var(--grey-color);max-width:500px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-family:Darker Grotesque,sans-serif;font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.6}.not-found-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-bottom:40px;display:flex}.not-found-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;margin-top:30px;display:flex}.not-found-link{color:var(--charcoal-color);font-family:Darker Grotesque,sans-serif;font-size:1.125rem;text-decoration:none;transition:color .3s}.not-found-link:hover{color:var(--btn-color)}.not-found-separator{color:var(--grey-color);font-size:1.125rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:600px){.not-found-container{padding:20px 10px}.not-found-icon{margin-bottom:20px}.not-found-icon svg{width:80px;height:80px}.not-found-title{margin-bottom:5px}.not-found-subtitle{margin-bottom:15px}.not-found-description{margin-bottom:30px}.not-found-actions{flex-direction:column;gap:15px;margin-bottom:30px}.not-found-actions .customBtn,.not-found-actions .customBtn-outline{width:100%;max-width:300px}.not-found-links{gap:10px;font-size:1rem}.not-found-link{font-size:1rem}}
