.mainLoader{position:fixed;top:0;left:0;z-index:102;background-color:#e5efff;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:20px}.mainLoader_finish{animation:hide_laoder .3s forwards}.mainLoader_loader{max-width:100%;margin-bottom:15px}.mainLoader_numbers{font-size:46px;font-weight:700}@keyframes hide_laoder{0%{opacity:1}to{opacity:0}}