:root{--ring-gradient:linear-gradient(180deg,#ffffff,#eaeaea 50%,#ffffff)}.not-found-hero-section .orbit-ring{position:absolute;top:50%;left:50%;border-radius:9999px;background:var(--ring-gradient);padding:2.96px;transform:translate(-50%,-50%);box-shadow:0 1px 2px rgba(0,0,0,.04)}.not-found-hero-section .orbit-ring-inner{width:100%;height:100%;border-radius:9999px;background:#fff}.not-found-hero-section .orbit-squash{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scaleY(var(--squash-y,1))}.not-found-hero-section .orbit-carrier{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);animation:spin linear infinite}.not-found-hero-section .orbit-marker{position:absolute;top:0;left:50%}.not-found-hero-section .marker-dot{width:14px;height:14px;background:#002952;border-radius:9999px;transform:translate(-50%,-50%);box-shadow:0 0 0 4px rgba(10,2,83,.12)}.not-found-hero-section .marker-square{width:12px;height:12px;background:#e24f4f;border-radius:2px;transform:translate(-50%,-50%) scaleY(var(--unsquash-y,1)) rotate(45deg);box-shadow:0 0 0 4px rgba(217,52,40,.12)}.not-found-hero-section .marker-upright{animation:spin-reverse linear infinite}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes spin-reverse{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@media(max-width:1279px){.not-found-hero-section .orbit-ring{padding:2px}.not-found-hero-section .marker-dot{width:12px;height:12px}.not-found-hero-section .marker-square{width:10px;height:10px}}@media(max-width:639px){.not-found-hero-section .orbit-ring{padding:1px}.not-found-hero-section .marker-dot{width:10px;height:10px;box-shadow:0 0 0 2px rgba(109,40,217,.12)}.not-found-hero-section .marker-square{width:8px;height:8px;box-shadow:0 0 0 2px rgba(109,40,217,.12)}}