body{margin:0;padding:0}#splash-screen{align-items:center;background-color:#f2f3f8;bottom:0;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:1000}#splash-screen img{margin-bottom:30px;margin-left:calc(100vw - 100%)}#splash-screen.hidden{display:none}.spinner{animation:rotate 2s linear infinite;height:50px;margin-left:calc(100vw - 100%);width:50px}.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}}