.loading_loadingWrapper__pwFgh{display:grid;place-items:center}.loading_loading__V_Tx0{display:flex;align-items:center;justify-content:center;gap:6px;height:80px}.loading_bar__YxW_p{width:8px;height:40px;background:linear-gradient(180deg,var(--gray-10),var(--gray-5));border-radius:var(--radius-2);animation:loading_pulse__U_EAU 1.2s ease-in-out infinite alternate}.loading_bar__YxW_p:first-child{animation-delay:0s}.loading_bar__YxW_p:nth-child(2){animation-delay:.2s}.loading_bar__YxW_p:nth-child(3){animation-delay:.4s}.loading_bar__YxW_p:nth-child(4){animation-delay:.6s}.loading_bar__YxW_p:nth-child(5){animation-delay:.8s}.loading_loadingText__fj436{font-size:1.2rem;font-weight:700;color:var(--gray-10);animation:loading_fade__24bf2 1.5s ease-in-out infinite}@keyframes loading_fade__24bf2{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@keyframes loading_pulse__U_EAU{0%{height:20px}50%{height:60px}to{height:30px}}