.LoadingIndicator{display:flex;align-items:center;justify-content:center;text-align:center;position:relative;width:100%;margin-top:-.9rem;margin-bottom:.9rem;padding-top:.45rem;padding-bottom:.45rem}.LoadingIndicator .loader,.LoadingIndicator .loader:after,.LoadingIndicator .loader:before{border-radius:50%;width:.9rem;height:.9rem;animation-fill-mode:both;animation:bblFadInOut 1.5s ease-in-out infinite}.LoadingIndicator .loader{color:#fff;position:relative;transform:translateZ(0);animation-delay:-.16s}.LoadingIndicator .loader:after,.LoadingIndicator .loader:before{content:"";position:absolute;top:0}.LoadingIndicator .loader:before{left:-1.15rem;animation-delay:-.32s}.LoadingIndicator .loader:after{left:1.15rem}@keyframes bblFadInOut{0%,80%,to{box-shadow:0 .9rem 0 -1.3rem}40%{box-shadow:0 .9rem 0 0}}.HomePage{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw;overflow-x:hidden;overflow-y:auto}