html:not(.hero-animated) .cat-container{animation:.5s .15s both pillFadeIn}html:not(.hero-animated) .cat-pill{animation:.4s both pillFadeIn;animation-delay:calc(var(--pill-i,0) * 60ms + .3s)}@keyframes pillFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
