.animated-loader{justify-content:center;margin:24px auto;display:flex}.animated-loader path.p{opacity:.4;stroke:#47475a;stroke-linecap:round;stroke-width:3px;animation:1.5s infinite pulse}.animated-loader path.p:first-child{animation-delay:.6s}.animated-loader path.p:nth-child(2){animation-delay:.5s}.animated-loader path.p:nth-child(3){animation-delay:.4s}.animated-loader path.p:nth-child(4){animation-delay:.3s}.animated-loader path.p:nth-child(5){animation-delay:.2s}.animated-loader path.p:nth-child(6){animation-delay:.1s}.animated-loader path.p:nth-child(7){animation-delay:0s}.animated-loader path.center{stroke:var(--clr-brand-primary);stroke-linecap:round;stroke-width:3px}@keyframes pulse{0%{opacity:.4;stroke:#47475a}50%{opacity:1;stroke:var(--clr-brand-primary)}to{opacity:.4;stroke:#47475a}}
