.splash__icon{width:181px;height:181px;-o-object-fit:contain;object-fit:contain}.splash__progress-loading{margin-top:100px;width:270px;height:8px;border-radius:138px;background-color:rgba(217,217,217,1);overflow:hidden}.splash__progress-bar{width:0;height:100%;background-color:rgba(75,175,79,1);border-radius:138px;animation:loading 1s ease-in-out infinite}@keyframes loading{0%{width:0}to{width:100%}}