.loader-container{flex-direction:column;justify-content:center;align-items:center;display:flex}.brand-loader{flex-direction:column;justify-content:center;align-items:center;width:120px;height:auto;display:flex;position:relative}.brand-loader svg{width:100%;height:auto;overflow:visible}.brand-loader svg path{fill-opacity:0;stroke:#5989c4;stroke-width:20px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:6000;stroke-dashoffset:6000px;animation:3s ease-in-out infinite alternate draw-stroke}.loading-text{letter-spacing:.05em;color:#5989c4;opacity:0;margin-top:1rem;font-family:inherit;font-size:1rem;font-weight:500;animation:.8s ease-out .5s forwards fade-in-text}.loading-dots span{opacity:0;animation:1.5s infinite dots-fade}.loading-dots span:first-child{animation-delay:0s}.loading-dots span:nth-child(2){animation-delay:.3s}.loading-dots span:nth-child(3){animation-delay:.6s}@keyframes dots-fade{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes draw-stroke{0%{stroke-dashoffset:6000px}to{stroke-dashoffset:0}}@keyframes fade-in-text{to{opacity:1;transform:translateY(0)}}
