.loading-dots{z-index:2;width:100px;height:23px;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)}.loading-dots span{will-change:transform;background-color:#a9a9a9;border-radius:50%;width:18px;height:18px;animation:.75s ease-in-out infinite alternate grow;position:absolute}.loading-dots span:first-child{transform-origin:100%;left:0}.loading-dots span:nth-child(2){animation-delay:.33s;left:50%;transform:translate(-50%)scale(1)}.loading-dots span:nth-child(3){animation-delay:.66s;right:0}@keyframes grow{to{transform:translate(-50%)scale(0)}}@media (prefers-reduced-motion:reduce){.loading-dots span{animation:none}}
