.loadingContainer{flex-direction:column;align-items:center;margin:auto;padding:30px;display:flex}#loader{width:175px;height:175px;position:relative;inset:30px 0 0}#loader .dot{width:87.5px;height:100%;margin:auto;position:absolute;inset:0}#loader .dot:before{content:"";border-radius:100%;width:87.5px;height:87.5px;position:absolute;top:0;left:0;right:0;transform:scale(0)}#loader .dot:nth-child(7n+1){transform:rotate(45deg)}#loader .dot:nth-child(7n+1):before{background:#fdb731;animation:.8s linear .1s infinite load}#loader .dot:nth-child(7n+2){transform:rotate(90deg)}#loader .dot:nth-child(7n+2):before{background:#f37b26;animation:.8s linear .2s infinite load}#loader .dot:nth-child(7n+3){transform:rotate(135deg)}#loader .dot:nth-child(7n+3):before{background:#8b181b;animation:.8s linear .3s infinite load}#loader .dot:nth-child(7n+4){transform:rotate(180deg)}#loader .dot:nth-child(7n+4):before{background:#de1f27;animation:.8s linear .4s infinite load}#loader .dot:nth-child(7n+5){transform:rotate(225deg)}#loader .dot:nth-child(7n+5):before{background:#aaa7a2;animation:.8s linear .5s infinite load}#loader .dot:nth-child(7n+6){transform:rotate(270deg)}#loader .dot:nth-child(7n+6):before{background:#211c18;animation:.8s linear .6s infinite load}#loader .dot:nth-child(7n+7){transform:rotate(315deg)}#loader .dot:nth-child(7n+7):before{background:#f37b26;animation:.8s linear .7s infinite load}#loader .dot:nth-child(7n+8){transform:rotate(360deg)}#loader .dot:nth-child(7n+8):before{background:#fdb731;animation:.8s linear .8s infinite load}#loader .loading{background-position:50%;background-repeat:no-repeat;width:180px;height:20px;position:absolute;bottom:-40px;left:0;right:0}@keyframes load{to{opacity:0;transform:scale(1)}}
