#loader{background-color:#e6e6e6;position:fixed;height:100vh;width:100vw;margin:0;transition:opacity 2s,visibility 2s;z-index:20000;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:36px}#rocket-launch{transition:transform 3s}#loader-title{font-size:30px;margin-top:18px;text-align:center;font-weight:600;font-family:Urbanist,sans-serif;line-height:1.2}#loader svg{margin:0 auto;width:500px;height:500px;max-width:100%;max-height:fit-content}@-webkit-keyframes blink{50%{opacity:0}}@keyframes blink{50%{opacity:0}}@-webkit-keyframes signal{33%{fill:#eb5757}66%{fill:#27ae60}}@keyframes signal{33%{fill:#eb5757}66%{fill:#27ae60}}@-webkit-keyframes comet{0%{transform:rotate(10deg) translate3d(300px,-300px,0);opacity:0}25%{opacity:.9}75%{opacity:.5}100%{transform:rotate(0deg) translate3d(-400px,400px,0px);opacity:.25}}@keyframes comet{0%{transform:rotate(10deg) translate3d(300px,-300px,0);opacity:0}25%{opacity:.9}75%{opacity:.5}100%{transform:rotate(0deg) translate3d(-400px,400px,0px);opacity:.25}}@-webkit-keyframes launch{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,-1000px,0px)}}@keyframes launch{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,-1000px,0px)}}@-webkit-keyframes smoke{0%{opacity:0}25%{opacity:1}100%{opacity:0;transform:scale3d(1.5,1,1)}}@keyframes smoke{0%{opacity:0}25%{opacity:1}100%{opacity:0;transform:scale3d(1.5,1,1)}}@-webkit-keyframes flame{50%{opacity:.75}}@keyframes flame{50%{opacity:.75}}#smoke{opacity:0;transform-origin:50% 0%}#rocket .flame{-webkit-animation:flame 2s 0s ease-in-out infinite both;animation:flame 2s 0s ease-in-out infinite both}.stars{-webkit-animation:blink 8s -1s ease-in-out infinite both;animation:blink 8s -1s ease-in-out infinite both}[class^=dot]{-webkit-animation:blink 5s -3s ease-in-out infinite both;animation:blink 5s -3s ease-in-out infinite both}.comet{transform-origin:100% 50%}.comet.one{-webkit-animation:comet 5s 0s ease-in-out infinite both;animation:comet 5s 0s ease-in-out infinite both}.comet.two{-webkit-animation:comet 5s -2s ease-in-out infinite both;animation:comet 5s -2s ease-in-out infinite both}svg.launched #signal{-webkit-animation:signal 4s -1s ease-in-out infinite both;animation:signal 4s -1s ease-in-out infinite both}svg.launched #smoke{-webkit-animation:smoke 3s 0s ease-out normal forwards;animation:smoke 3s 0s ease-out normal forwards}svg.launched #rocket{-webkit-animation:launch 2s 1s ease-in normal forwards;animation:launch 2s 1s ease-in normal forwards}