*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:Lato,Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cardSlideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}.pipeline-card-enter{animation:cardFadeIn .25s ease-out forwards}.pipeline-card-stagger-1{animation-delay:.02s}.pipeline-card-stagger-2{animation-delay:.04s}.pipeline-card-stagger-3{animation-delay:.06s}.pipeline-card-stagger-4{animation-delay:.08s}.pipeline-card-stagger-5{animation-delay:.1s}@keyframes countPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.count-animate{animation:countPulse .3s ease-out}
