.CounterElement{align-items:center;background-color:var(--color-brand-lightest);border-radius:.75rem;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.125rem;max-width:32.5rem;padding:1.125rem;width:100%}.CounterElement .CounterElement__stats{align-items:center;display:flex;flex-direction:column;gap:.25rem}.CounterElement .CounterElement__count{color:var(--color-brand);font-family:var(--font-family-support);font-size:3.25rem;font-weight:var(--font-weight-bold);line-height:1.2}.CounterElement .CounterElement__goal{color:var(--color-dark-darkest);display:block;font-size:1rem;font-weight:300}.CounterElement .CounterElement__progressTrack{background:#f9f5f9;border-radius:999px;height:12px;overflow:hidden;width:100%}.CounterElement .CounterElement__progressFill{background:var(--color-brand);border-radius:999px;height:100%;min-width:0;transition:width .6s ease}.CounterElement .CounterElement__percentage{color:var(--color-dark-medium);font-size:.875rem;font-weight:400}