body fuse-splash-screen{align-items:center;background-color:#111827;bottom:0;color:#f9fafb;display:flex;flex-direction:column;justify-content:center;left:0;opacity:1;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .4s cubic-bezier(.4,0,.2,1);visibility:visible;z-index:999999}body fuse-splash-screen img{max-width:120px;width:120px}body fuse-splash-screen .spinner{align-items:center;display:flex;justify-content:space-between;margin-top:40px;width:56px}body fuse-splash-screen .spinner>div{-webkit-animation:fuse-bouncedelay 1s ease-in-out infinite both;animation:fuse-bouncedelay 1s ease-in-out infinite both;background-color:#1e96f7;border-radius:100%;display:inline-block;height:12px;width:12px}body fuse-splash-screen .spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}body fuse-splash-screen .spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes fuse-bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes fuse-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}body:not(.fuse-splash-screen-hidden){overflow:hidden}body.fuse-splash-screen-hidden fuse-splash-screen{opacity:0;visibility:hidden}