.animated-loading_loadingContainer__0U9kh{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;padding:40px;min-height:100vh;width:100%}.animated-loading_logoWrapper__2OCS5{display:flex;align-items:center;justify-content:center;position:relative;width:80px;height:80px}.animated-loading_animatedLogo__OAlql{position:relative;z-index:1;animation:animated-loading_logoAnimation__Qf_Lq 2.5s cubic-bezier(.4,0,.6,1) infinite;filter:saturate(1)}@keyframes animated-loading_logoAnimation__Qf_Lq{0%{filter:grayscale(100%) contrast(.8) brightness(.85);transform:scale(1)}25%{filter:grayscale(75%) contrast(.9) brightness(.9);transform:scale(1.05)}50%{filter:grayscale(0) contrast(1) brightness(1);transform:scale(1.1)}75%{filter:grayscale(75%) contrast(.9) brightness(.9);transform:scale(1.05)}to{filter:grayscale(100%) contrast(.8) brightness(.85);transform:scale(1)}}.animated-loading_dotsAnimation__ZHJQu{display:flex;gap:6px;align-items:center;height:20px}.animated-loading_dotsAnimation__ZHJQu span{width:8px;height:8px;border-radius:50%;background-color:#6b7280;animation:animated-loading_dotBounce__ACWLS 1.4s infinite}.animated-loading_dotsAnimation__ZHJQu span:first-child{animation-delay:0s}.animated-loading_dotsAnimation__ZHJQu span:nth-child(2){animation-delay:.2s}.animated-loading_dotsAnimation__ZHJQu span:nth-child(3){animation-delay:.4s}@keyframes animated-loading_dotBounce__ACWLS{0%,60%,to{transform:translateY(0);opacity:.6}30%{transform:translateY(-10px);opacity:1}}