.not-found-page{--not-found-hero-height:clamp(320px,47.76vw,917px);--not-found-hero-svg-height:917;--not-found-hero-svg-top-inset:68;min-height:100vh;display:flex;flex-direction:column;color:var(--text-primary);background-color:#000;background-image:var(--home-page-gradient),url(/dist/img/images/hero.svg);background-position:bottom,center calc(var(--not-found-hero-height) * var(--not-found-hero-svg-top-inset) / var(--not-found-hero-svg-height) * -1);background-repeat:no-repeat,no-repeat;background-size:100% calc(100% - var(--not-found-hero-height)),100% var(--not-found-hero-height)}.not-found-page main{align-items:stretch;overflow:hidden;padding:48px 20px 64px}.not-found-page main,.not-found-stage{flex:1 1;display:flex;justify-content:center;position:relative}.not-found-stage{--nf-large:clamp(200px,32.73vw,360px);--nf-small:clamp(67px,10.91vw,120px);--nf-large-tl-img-left:clamp(-11px,-1.82vw,-20px);--nf-small-tr-img-top:clamp(-58px,-9.55vw,-105px);--nf-small-tr-img-right:clamp(-17px,-2.73vw,-30px);--nf-left-small-top:calc(var(--nf-large) * 0.589);--nf-right-small-bottom:calc(var(--nf-large) * 0.52);width:100%;min-height:min(520px,70vh);align-items:center}.not-found-decoration{position:absolute;pointer-events:none;z-index:0;width:0;height:0}.not-found-decoration img{position:absolute;width:var(--not-found-decoration-size,300px);height:var(--not-found-decoration-size,300px);object-fit:contain;animation:not-found-decoration-float 6s ease-in-out infinite}@media (min-width:768px){.not-found-decoration--top-right{top:38%;right:20%}.not-found-decoration--top-right img{--not-found-decoration-size:var(--nf-small);top:var(--nf-small-tr-img-top);right:12px}.not-found-decoration--top-left{top:16%;left:6%}.not-found-decoration--top-left img{--not-found-decoration-size:var(--nf-large);top:0;left:12px;animation-delay:-1.5s}.not-found-decoration--bottom-left{bottom:10%;left:2%}.not-found-decoration--bottom-left img{--not-found-decoration-size:var(--nf-small);bottom:0;left:24px;animation-delay:-4s}.not-found-decoration--bottom-right{bottom:-4%;right:4%}.not-found-decoration--bottom-right img{--not-found-decoration-size:var(--nf-large);bottom:0;right:12px;animation:not-found-decoration-float-mirrored 6s ease-in-out infinite;animation-delay:-2.5s}}@media (max-width:767px){.not-found-decoration--bottom-left,.not-found-decoration--top-left{top:0;left:0;bottom:auto;right:auto}.not-found-decoration--top-left img{--not-found-decoration-size:var(--nf-large);top:0;left:var(--nf-large-tl-img-left);animation-delay:-1.5s}.not-found-decoration--bottom-left img{--not-found-decoration-size:var(--nf-small);top:var(--nf-left-small-top);left:0;bottom:auto;animation-delay:-4s}.not-found-decoration--bottom-right,.not-found-decoration--top-right{top:auto;left:auto;bottom:0;right:0}.not-found-decoration--bottom-right img{--not-found-decoration-size:var(--nf-large);bottom:0;right:0;animation:not-found-decoration-float-mirrored 6s ease-in-out infinite;animation-delay:-2.5s}.not-found-decoration--top-right img{--not-found-decoration-size:var(--nf-small);bottom:var(--nf-right-small-bottom);right:var(--nf-small-tr-img-right);top:auto}}@keyframes not-found-decoration-float{0%,to{transform:rotate(0deg) translateY(0)}50%{transform:rotate(8deg) translateY(-14px)}}@keyframes not-found-decoration-float-mirrored{0%,to{transform:scaleX(-1) rotate(0deg) translateY(0)}50%{transform:scaleX(-1) rotate(8deg) translateY(-14px)}}@media (prefers-reduced-motion:reduce){.not-found-decoration img{animation:none}.not-found-decoration--bottom-right img{transform:scaleX(-1)}}.not-found{position:relative;z-index:1;width:100%;max-width:720px;margin:0 auto;text-align:center}.not-found__title{margin:0 0 20px;font-family:Work Sans,sans-serif;font-size:clamp(8rem,10vw,12rem);font-weight:600;line-height:1.05;letter-spacing:.02em;color:#fff}.not-found__text{margin:0 auto 32px;max-width:560px;font-size:clamp(1rem,2.4vw,1.25rem);line-height:1.6;color:var(--text-secondary)}.not-found__actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.not-found__btn{min-width:180px;border-radius:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}@media (max-width:767px){.not-found-page main{padding:32px 16px 48px}.not-found__actions{flex-direction:column;align-items:stretch}.not-found__btn{width:100%;min-width:0}}