@property --num{syntax:"<integer>";initial-value:0;inherits:false}.counters .number{counter-reset:num var(--num,0)}.counters .number:before{content:counter(num)}.counters.animate .number{animation:counter 5s ease-in-out forwards}@keyframes counter{0%{--num:0}to{--num:var(--max)}}
/*# sourceMappingURL=5e64fb14066b27bd.css.map*/