body #fuse-splash-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#121212;color:#E0E0E0;z-index:999999;pointer-events:none;opacity:1;visibility:visible;transition:opacity .4s cubic-bezier(.4,0,.2,1)}body #fuse-splash-screen .logo-container{width:80px;height:80px;overflow:visible}body #fuse-splash-screen .logo-container svg{width:100%;height:100%;overflow:visible}body #fuse-splash-screen .teal-accent{transform-origin:300px 100px;animation:splash-accent-loop 2s ease-in-out infinite}@keyframes splash-accent-loop{0%{transform:translateY(20px);opacity:0}20%{transform:translateY(0);opacity:1}80%{transform:translateY(0);opacity:1}to{transform:translateY(-20px);opacity:0}}body #fuse-splash-screen .wordmark{margin-top:24px;height:28px}