.loading-module__JuSlma__loading{background:var(--background);width:100%;min-height:65vh;color:var(--brand-dark);flex-direction:column;justify-content:center;align-items:center;gap:22px;padding:32px 16px;display:flex}.loading-module__JuSlma__logo{background:var(--brand-dark);border-radius:18px;padding:22px 28px}.loading-module__JuSlma__logo img{object-fit:contain;width:156px;height:52px}.loading-module__JuSlma__loading p{font-size:13px}.loading-module__JuSlma__track{background:var(--brand-light);border-radius:4px;width:160px;height:3px;display:block;overflow:hidden}.loading-module__JuSlma__track i{background:var(--primary);border-radius:inherit;width:45%;height:100%;animation:1.3s ease-in-out infinite alternate loading-module__JuSlma__travel;display:block}@keyframes loading-module__JuSlma__travel{0%{transform:translate(0)}to{transform:translate(-120%)}}@media (prefers-reduced-motion:reduce){.loading-module__JuSlma__track i{width:100%;animation:none}}