.statistics__items{display:grid;gap:var(--gap,var(--gutter));grid-template-columns:repeat(var(--items-per-row),minmax(0,1fr));list-style:none;margin:0;padding:0}.statistics__stat{margin-top:0;text-align:center}@media (min-width:48rem){.statistics__stat{margin:0}.statistics__stat.is-visible{transition-delay:calc(var(--index)*var(--animation-duration)*.5 + var(--animation-delay))}}.statistics__figure{align-items:start;align-items:baseline;display:flex;font-size:3.5rem;gap:.1em;justify-content:center;line-height:1;margin-bottom:.25em;margin-top:0}.statistics__figure *{margin:0}@media not screen and (min-width:64rem){.statistics__figure{font-size:2rem}}.statistics__label *{margin:0}.statistics__unit--prefix{font-size:1.5rem}