@keyframes brand-stats-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes brand-stats-out{to{opacity:0;transform:translateY(14px)}}.brand-stats .bs-anim-in{animation:.5s cubic-bezier(.22,.61,.36,1) both brand-stats-in;animation-delay:var(--bs-d,0s)}.brand-stats .bs-anim-out{animation:.3s cubic-bezier(.4,0,1,1) both brand-stats-out;animation-delay:var(--bs-d,0s)}@media (prefers-reduced-motion:reduce){.brand-stats .bs-anim-in,.brand-stats .bs-anim-out{animation:none}}
