.loading-screen{z-index:9998;opacity:1;background:#fffc;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s ease-out;display:flex;position:fixed;top:0;left:0}.dots-wrapper{justify-content:center;align-items:center;display:flex}.dot{background-color:#3498db;border-radius:50%;width:12px;height:12px;margin:0 5px;animation:.6s infinite alternate bounce}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.dot:first-child{background-color:#054a79;animation-delay:0s}.dot:nth-child(2){background-color:#046fb6;animation-delay:.2s}.dot:nth-child(3){background-color:#09f;animation-delay:.4s}.dot:nth-child(4){background-color:#40b3ff;animation-delay:.6s}.dot:nth-child(5){background-color:#68aee0;animation-delay:.8s}@media (max-width:768px){.dot{width:10px;height:10px}}@media (max-width:480px){.dot{width:8px;height:8px}}
