@property --metric-num{syntax:"<integer>";inherits:false;initial-value:0}.metric-num{counter-reset:metric-num var(--metric-num);transition:--metric-num 1.5s cubic-bezier(.215,.61,.355,1)}.metric-num:after{content:counter(metric-num)}@media (prefers-reduced-motion:reduce){.metric-num{transition:none}}
@keyframes progressBarFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@supports (animation-timeline:scroll()){.progress-bar-fill{animation:linear both progressBarFill;animation-timeline:scroll(root)}}@supports not (animation-timeline:scroll()){.progress-bar{display:none}}
