@keyframes arrow-nudge-up{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes arrow-nudge-down{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.js-stat-arrow[data-direction=up].is-in-view{animation:arrow-nudge-up .7s ease-out;animation-fill-mode:forwards}.js-stat-arrow[data-direction=down].is-in-view{animation:arrow-nudge-down .7s ease-out;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.js-stat-arrow{animation:none;opacity:1}}.stat-cell-glass{background:hsla(0,0%,80%,.01)}.stat-number{font-size:clamp(2.5rem,8.3vw,8.125rem);line-height:.7}.stat-number,.stat-number-compact{font-weight:300;letter-spacing:-.02em}.stat-number-compact{font-size:clamp(2.5rem,5.17vw + 1.15rem,4.6875rem);line-height:.85}