:root{--circumference:502;--circumference-desktop:1023}.chart-container .back{stroke:#FFFFFF;stroke-width:2}.chart-container .front{stroke:#CD0028;stroke-width:2;stroke-linecap:round;stroke-dasharray:var(--circumference);transform:rotate(-90deg);transform-origin:center;animation:"fill 2s reverse",}@keyframes fill{to{stroke-dashoffset:var(--circumference)}}@media (min-width:1024px){.chart-container .front{stroke-dasharray:var(--circumference-desktop)}@keyframes fill{to{stroke-dashoffset:var(--circumference-desktop)}}}