@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes fadeInSlide{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.funnel .funnel-path{opacity:0;animation:.4s ease-out forwards fadeInScale}.funnel .funnel-value{opacity:0;animation:.3s ease-out forwards fadeInSlide}.funnel .funnel-label{opacity:0;animation:.3s ease-out forwards fadeInSlide}.funnel .funnel-connector{opacity:0;animation:.2s ease-out forwards fadeIn}
/*# sourceMappingURL=052cfed3acdafd6d.css.map*/