body{margin:0;padding:0}#splash-screen{background-color:initial;left:50%;position:fixed;text-align:center;top:50%;vertical-align:middle;z-index:999}#splash-screen img{margin-bottom:30px;margin-left:calc(100vw - 100%)}#splash-screen.hidden{opacity:0;visibility:hidden}.splash-spinner{animation:rotate 2s linear infinite;height:50px;margin-left:calc(100vw - 100%);width:50px}.splash-spinner .path{stroke:#5d78ff;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}