.not-found{background:#0e0e0e;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:80px 24px 40px;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.not-found{padding:80px 64px}}@media (min-width:1024px){.not-found{padding:88px 128px}}.not-found:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0e0e0e 40%,#0e0e0e00 100%);height:50%;position:absolute;top:0;left:0;right:0}@media (min-width:1024px){.not-found:before{background:linear-gradient(#0e0e0e 20%,#0e0e0e00 100%)}}.not-found:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0e0e0e00 0%,#0e0e0e 60%);height:50%;position:absolute;bottom:0;left:0;right:0}.not-found__radar,.not-found__sweep,.not-found__crosshair{pointer-events:none;-webkit-user-select:none;user-select:none;object-fit:contain;z-index:0;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.not-found__radar,.not-found__crosshair,.not-found__sweep{width:1080px;max-width:none}@media (min-width:1024px){.not-found__radar,.not-found__crosshair,.not-found__sweep{width:1440px}}.not-found__sweep{transform-origin:50%;animation:5s linear infinite not-found-sweep}@keyframes not-found-sweep{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.not-found__content{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:12px;margin-bottom:30px;display:flex;position:relative}@media (min-width:768px){.not-found__content{margin-bottom:-7px}}@media (min-width:1024px){.not-found__content{margin-bottom:0}}.not-found__tag{font-family:var(--font-manrope),"Manrope",sans-serif;text-transform:uppercase;letter-spacing:2px;color:#fff200;font-size:10px;font-weight:700;line-height:1.4}.not-found__title{font-family:var(--font-manrope),"Manrope",sans-serif;letter-spacing:-4px;color:#fff;gap:40px;margin:0;font-size:100px;font-weight:100;line-height:1;display:flex}@media (min-width:768px){.not-found__title{gap:48px}}@media (min-width:1024px){.not-found__title{letter-spacing:-5px;gap:75px;font-size:160px}}.not-found__title span{text-shadow:0 0 40px #fff3,0 0 80px #ffffff14;display:inline-block}.not-found__cta{margin-top:24px}
