@import "https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500&display=swap";
.lost-in-space{min-height:100%;font-family:"Dosis", var(--font-sans), ui-sans-serif, sans-serif;-webkit-user-select:none;user-select:none;background:url(/images/404-space/bg_purple.png) 0 0/cover repeat-x;flex:1;font-weight:300;position:relative;overflow:hidden}.lost-in-space__stars{background:url(/images/404-space/overlay_stars.svg) 0 0/contain;min-height:100%;position:relative}.lost-in-space__central-body{z-index:100;text-align:center;padding:12% 5% 10%;position:relative}.lost-in-space__image-404{z-index:100;pointer-events:none;width:300px;max-width:80vw;position:relative}.lost-in-space__btn-go-home{z-index:200;color:#fff;letter-spacing:2px;text-align:center;border:1px solid #ffcb39;border-radius:100px;width:fit-content;min-width:100px;margin:15px auto 0;padding:10px 15px;font-size:11px;font-weight:400;text-decoration:none;transition:all .3s ease-in;display:block;position:relative}.lost-in-space__btn-go-home:hover{color:#fff;background-color:#ffcb39;transform:scale(1.05);box-shadow:0 20px 20px #0000001a}.lost-in-space__objects img{z-index:90;pointer-events:none}.lost-in-space__object-rocket{z-index:95;pointer-events:none;width:40px;animation:200s linear infinite both lost-in-space-rocket-movement;position:absolute;top:75%;transform:translate(-50px)}.lost-in-space__object-earth{z-index:90;width:100px;position:absolute;top:20%;left:15%}.lost-in-space__object-moon{width:80px;position:absolute;top:12%;left:25%}.lost-in-space__box-astronaut{z-index:110;will-change:transform;animation:50s linear infinite alternate lost-in-space-move-astronaut;position:absolute;top:60%;right:20%}.lost-in-space__object-astronaut{width:140px;animation:200s linear infinite alternate lost-in-space-rotate-astronaut}.lost-in-space__glowing-stars .lost-in-space__star{opacity:.3;will-change:opacity;background-color:#fff;border-radius:100%;width:3px;height:3px;position:absolute}.lost-in-space__glowing-stars .lost-in-space__star:first-child{animation:2s ease-in-out 1s infinite alternate lost-in-space-glow-star;top:80%;left:25%}.lost-in-space__glowing-stars .lost-in-space__star:nth-child(2){animation:2s ease-in-out 3s infinite alternate lost-in-space-glow-star;top:20%;left:40%}.lost-in-space__glowing-stars .lost-in-space__star:nth-child(3){animation:2s ease-in-out 5s infinite alternate lost-in-space-glow-star;top:25%;left:25%}.lost-in-space__glowing-stars .lost-in-space__star:nth-child(4){animation:2s ease-in-out 7s infinite alternate lost-in-space-glow-star;top:75%;left:80%}.lost-in-space__glowing-stars .lost-in-space__star:nth-child(5){animation:2s ease-in-out 9s infinite alternate lost-in-space-glow-star;top:90%;left:50%}@media only screen and (max-width:600px){.lost-in-space__central-body{padding-top:25%}.lost-in-space__box-astronaut{top:70%}}@keyframes lost-in-space-rocket-movement{to{transform:translate(1200px,-600px)}}@keyframes lost-in-space-move-astronaut{to{transform:translate(-160px,-160px)}}@keyframes lost-in-space-rotate-astronaut{to{transform:rotate(-720deg)}}@keyframes lost-in-space-glow-star{40%{opacity:.3}90%,to{opacity:1;border-radius:999999px;transform:scale(1.2)}}
