@keyframes loadingSpinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.animated-stats header.column{padding-bottom:0}.animated-stats .two-columns__headings>*:last-child{margin-bottom:0}@media screen and (min-width: 731px){.animated-stats .two-columns__text{padding-bottom:2rem}}.stats__container{width:100%;max-width:125rem;margin-left:auto;margin-right:auto}@media screen and (min-width: 0)and (max-width: 1024px){.stats__container .module__foreground .column{padding-bottom:2.5rem}}.stats__container .module__foreground{overflow:hidden}.stats__background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.stats__background.stats__background--animated{top:-10%;height:120%}.stats__cards{display:flex;flex-direction:row;align-items:stretch;justify-content:center;flex-wrap:nowrap;gap:1rem}@media screen and (min-width: 0)and (max-width: 730px){.stats__cards{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap;gap:1rem}}.stat{flex:1;position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;flex-wrap:nowrap;gap:1.125rem;padding:1rem;border-radius:1rem;background:rgba(26,26,26,.7);backdrop-filter:blur(12px);max-width:50%}@media screen and (min-width: 0)and (max-width: 1199px){.stat{max-width:100%;width:100%}}.module-black-foreground .stat{background:rgba(255,255,255,.1)}.stat__title{color:#b8b7b9;margin-bottom:0}.module-black-foreground .stat__title{color:#fff}.stat__stat{display:flex;flex-direction:row;align-items:baseline;justify-content:center;flex-wrap:nowrap;gap:.5rem}@media screen and (min-width: 731px)and (max-width: 1024px){.stat__stat{display:flex;flex-direction:row;align-items:baseline;justify-content:flex-start;flex-wrap:wrap;gap:.5rem}}.stat__unit{margin-bottom:0;color:#fff}.stat__unit p{font-size:inherit;margin-bottom:0}.stat__value{margin-bottom:0;color:#fff;line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap;margin-right:.1875rem}.stat__digit{display:inline-block}.stat__icon{opacity:1;position:absolute;top:.875rem;right:1rem;transition:opacity 1s .5s cubic-bezier(0.22, 1, 0.36, 1)}html.js-enabled [data-stagger] .stat__icon{opacity:0}html.js-enabled .revealed .stat__icon{opacity:1}