@-webkit-keyframes ANIMATION{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ANIMATION{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.loading__container{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;width:100%;z-index:1000}.loading__container--full{background-color:hsla(0,0%,90.6%,.8);left:0;position:absolute;top:0}.loading__container--white .loading__bullet{background-color:#fff!important}.loading__bullets{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:12px;width:48px}.loading__bullet{-webkit-animation:ANIMATION .5s ease-in-out 0s infinite alternate backwards;animation:ANIMATION .5s ease-in-out 0s infinite alternate backwards;border-radius:100%;height:12px;margin:0 2px;opacity:0;width:12px}.loading__bullet:first-child{-webkit-animation-delay:0s;animation-delay:0s;background-color:#3395b7}.loading__bullet:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s;background-color:#ff5a00}.loading__bullet:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s;background-color:#006184}