#animated-numbers{background:#2e9c8e;padding:30px 0;border-radius:16px;opacity:0;will-change:opacity;width:100%}@media (max-width:768px){#animated-numbers{padding:20px;height:550px}}#animated-numbers .icon-wrap{position:relative;width:56px;height:56px;margin:0 auto 10px;display:grid;place-items:center}#animated-numbers .icon-wrap svg.circle{position:absolute;inset:0;transform:rotate(-90deg)}#animated-numbers .icon-wrap svg.circle circle{fill:none;stroke:#fff;stroke-width:2;shape-rendering:geometricPrecision;stroke-linecap:round}#animated-numbers .icon-wrap img{width:32px;height:32px;z-index:2;opacity:0;transform:scale(.85);will-change:transform,opacity}#animated-numbers .value{font-size:34px;font-weight:700;margin-bottom:5px}@media (max-width:1024px){#animated-numbers .value{font-size:28px}}.stats-container{margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;color:#fff}@media (max-width:1024px){.stats-container{gap:18px}}@media (max-width:768px){.stats-container{padding:0 16px;grid-template-columns:1fr}}.stat-card{text-align:center;opacity:0;transform:translateY(32px);will-change:transform,opacity}