[data-v-2d72380f] .max-width-450{max-width:450px}.LoaderBalls{width:100px;height:100%;display:flex;justify-content:space-between;align-items:center}.LoaderBalls__item{width:20px;height:20px;border-radius:50%;background:#2b5bff}.LoaderBalls__item:first-child{animation:bouncing .4s cubic-bezier(.6,.05,.15,.95) infinite alternate}.LoaderBalls__item:nth-child(2){animation:bouncing .4s cubic-bezier(.6,.05,.15,.95) .1s infinite alternate backwards}.LoaderBalls__item:nth-child(3){animation:bouncing .4s cubic-bezier(.6,.05,.15,.95) .2s infinite alternate backwards}@keyframes bouncing{0%{transform:translate3d(0,10px,0) scale(1.2,.85)}to{transform:translate3d(0,-20px,0) scale(.9,1.1)}}