.circle-chart-position,.circle-chart-wrapper{width:100%}.circle-chart-wrapper .circle-chart{display:flex;justify-content:center;align-items:center}.circle-chart-wrapper .circle-chart .chart-value{position:absolute;color:#54595f;font-size:30px;font-weight:600}.chart-description{padding:20px;font-size:var(--e-global-typography-text-font-size);color:#54595f}.circle-chart-wrapper .circle-chart__circle{animation:circle-chart-fill .8s reverse;transform:rotate(-90deg);transform-origin:center}@keyframes circle-chart-fill{to{stroke-dasharray:0 100}}