.loading_wrap__pGaSU{display:flex;align-items:center;justify-content:center;gap:10px;min-height:50vh}.loading_dot__eHpUU{width:11px;height:11px;border-radius:50%;background:var(--brick);animation:loading_bounce__FE2pA .9s ease-in-out infinite both}.loading_dot__eHpUU:nth-child(2){animation-delay:.15s}.loading_dot__eHpUU:nth-child(3){animation-delay:.3s}@keyframes loading_bounce__FE2pA{0%,80%,to{transform:scale(.5);opacity:.4}40%{transform:scale(1);opacity:1}}@media (prefers-reduced-motion:reduce){.loading_dot__eHpUU{animation:none;opacity:.7}}