.main_loading__screen{align-items:center;background-color:#fff;color:#2c3e50;display:flex;flex-direction:column;height:100%;justify-content:center;margin:auto;max-width:1024px;width:100%}.main_loading__container{height:100vh;margin:-8px}.main_loading__banner{border-radius:16px;margin-bottom:20px}.progress-bar{border-radius:50px;margin-bottom:50px;overflow:hidden;width:90%}.bar{background:#2c3e504d;width:100%}.progress{animation:pure-material-progress-linear 3s ease forwards;background:#2c3e50;color:#fff;padding:3px;width:200px}@keyframes pure-material-progress-linear{0%{width:0}20%{width:10%}25%{width:24%}43%{width:41%}56%{width:50%}66%{width:52%}71%{width:60%}75%{width:76%}94%{width:86%}to{width:100%}}