@keyframes glow{from{text-shadow:0 0 0 #fff}to{text-shadow:0 0 24px #fff}}@keyframes fade1{0%{opacity:0}25%,100%{opacity:1}}@keyframes fade2{0%{opacity:0}50%,100%{opacity:1}}@keyframes fade3{0%{opacity:0}75%,100%{opacity:1}}.an-loading-screen{position:fixed;top:0;height:100vh;left:0;width:100vw;background:linear-gradient(-45deg, rgb(15, 1, 13) 0%, rgb(39, 0, 51) 50%, rgb(15, 1, 13) 100%);z-index:999;text-align:center;display:flex;flex-direction:column;justify-content:space-around;align-items:center;color:#fff;transition:.3s}.an-loading-screen.hidden{transform:translateY(-100%)}.an-loading-screen::before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:radial-gradient(circle, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);pointer-events:none}.an-loading-screen .an-text-title{border-bottom:1px solid #fff;display:block;margin:auto;font-size:5vh;animation:glow 1s ease-in-out infinite alternate}.an-loading-screen .an-text-title span{animation-name:fade;animation-iteration-count:infinite;animation-duration:1s;animation-timing-function:ease-in-out;animation-direction:alternate}.an-loading-screen .an-text-title span:nth-child(1){animation-name:fade1}.an-loading-screen .an-text-title span:nth-child(2){animation-name:fade2}.an-loading-screen .an-text-title span:nth-child(3){animation-name:fade3}.an-loading-screen .an-text-subheading{margin-top:1vh;font-size:2vh;opacity:.5;letter-spacing:.5vh}.an-loading-screen .an-progress-bar-text{letter-spacing:.5vw;letter-spacing:unset}.an-loading-screen .an-progress-bar-text::after{content:"%";font-family:inherit;font-size:inherit}.an-loading-screen .an-progress-bar{margin-top:1vh;width:100%;height:1vh;border-radius:1vh;background-color:#fff}.an-loading-screen .an-progress-bar div{background-color:#d30064;height:1vh;border-radius:1vh;width:0%}@media(max-width: 560px){.an-loading-screen .an-loading-screen-content{transform:scale(0.8)}}