.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;display:flex;justify-content:center;align-items:center;z-index:99999}.loading-content{display:flex;flex-direction:row;align-items:center;gap:2rem}.loading-content h1{color:#fff;font-size:.85rem;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.1em;opacity:.6;white-space:nowrap}.loader{position:relative;width:72px;height:54px;flex-shrink:0}.loader:before{content:"";position:absolute;bottom:18px;left:30px;height:18px;width:18px;border-radius:50%;background:#2a9d8f;animation:loading-bounce .5s ease-in-out infinite alternate}.loader:after{content:"";position:absolute;right:0;top:0;height:5px;width:27px;border-radius:3px;box-shadow:0 3px 0 #f2f2f2,-21px 30px 0 #f2f2f2,-42px 57px 0 #f2f2f2;animation:loading-step 1s ease-in-out infinite}@keyframes loading-bounce{0%{transform:scaleY(.7)}40%{transform:scale(.8,1.2)}60%{transform:scale(1)}to{bottom:84px}}@keyframes loading-step{0%{box-shadow:0 6px 0 transparent,0 6px 0 #f2f2f2,-21px 30px 0 #f2f2f2,-42px 54px 0 #f2f2f2}to{box-shadow:0 6px 0 #f2f2f2,-21px 30px 0 #f2f2f2,-42px 54px 0 #f2f2f2,-42px 54px 0 transparent}}