.stat-ticker__inner{display:grid;gap:4rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.stat-ticker__ticker{align-items:center;color:var(--color-primary);display:flex;flex-direction:column;font-weight:400;justify-content:space-between;text-align:center}.stat-ticker__value-wrapper{display:flex}.stat-ticker__subtext li,.stat-ticker__subtext p{font-size:1.125rem}.stat-ticker__subtext p:first-child{margin-top:0}.stat-ticker__ticker--number{font-size:5.25rem}.stat-ticker__ticker-inner--percent{font-size:4rem;margin-bottom:1.25rem}.stat-ticker__circle-percent{--ticker-height:225px;--ticker-width:var(--ticker-height);--percent-height:calc(var(--ticker-height)/16);--border-width:0px;background:var(--color-primary);border-radius:50%;height:var(--ticker-height);overflow:hidden;position:relative;width:var(--ticker-width)}.stat-ticker__circle-percent:before,.stat-ticker__circle-percent>.stat-ticker__circle-progress-end{background:var(--color-secondary);border-radius:50%;content:"";height:var(--percent-height);left:calc((100% - var(--percent-height))/2);position:absolute;top:calc(var(--border-width)/2);-ms-transform-origin:calc(var(--percent-height)/2) calc(var(--ticker-height)/2 - var(--border-width)/2);transform-origin:calc(var(--percent-height)/2) calc(var(--ticker-height)/2 - var(--border-width)/2);width:var(--percent-height);z-index:3}.stat-ticker__circle-percent:after,.stat-ticker__circle-percent>.stat-ticker__circle-progress{background:var(--color-primary);border-radius:48px 0 0 48px;content:"";height:100%;left:0;position:absolute;top:calc(var(--border-width)*-1/2);transform-origin:calc(var(--ticker-width)/2) calc(var(--ticker-height)/2);width:50%;z-index:0}.stat-ticker__circle-percent.fiftyPlus:after{background:var(--color-secondary);-ms-transform:rotate(180deg);transform:rotate(180deg)}.stat-ticker__circle-percent>.stat-ticker__circle-progress{background:var(--color-secondary)}.stat-ticker__circle-percent>.stat-ticker__circle-counter{border:var(--border-width) solid var(--color-primary);border-radius:50%;box-sizing:border-box;height:calc(100% + var(--border-width));margin-left:calc(var(--border-width)*-1/2);margin-top:calc(var(--border-width)*-1/2);position:absolute;width:calc(100% + var(--border-width));z-index:2}.stat-ticker__circle-percent>.stat-ticker__circle-counter:before{color:var(--color-primary);content:attr(data-current-value) "%";left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:100%;z-index:1}.stat-ticker__circle-percent>.stat-ticker__circle-counter:after{background:#f3f3f4;border-radius:50%;content:"";height:calc(var(--ticker-height) - var(--percent-height)*2 - var(--border-width));left:var(--percent-height);position:absolute;top:var(--percent-height);width:calc(var(--ticker-width) - var(--percent-height)*2 - var(--border-width))}.stat-ticker__circle-percent>.stat-ticker__circle-counter[data-current-value="100"]{background:var(--color-secondary)}