:root{--statistics-block-bgc:#fff8ee;--statistics-block-color:#241e4e;--statistics-icon-size:80px;--statistics-columns:1;--statistics-gap:1rem;--statistics-block-min-height:250px}.statistics{container:statistics/inline-size;position:relative}.statistics__blocks{display:flex;flex-wrap:wrap;gap:var(--statistics-gap);justify-content:center;width:100%}.statistics__block{container:statistics-block/inline-size;flex:0 0 calc(100%/var(--statistics-columns) - var(--statistics-gap) + var(--statistics-gap)/var(--statistics-columns));min-height:var(--statistics-block-min-height);position:relative}.statistics__block--cream{--statistics-block-bgc:#fff8ee}.statistics__block--light-orange{--statistics-block-bgc:#fdead5}.statistics__block--orange{--statistics-block-bgc:#eb7100;--statistics-block-color:#fff}.statistics__block--blue{--statistics-block-bgc:#241e4e;--statistics-block-color:#fff8ee}.statistics__block--purple{--statistics-block-bgc:#5c2163;--statistics-block-color:#fff8ee}.statistics__block--lilac{--statistics-block-bgc:#bf7cb5}.statistics__block--blush{--statistics-block-bgc:#ffd1d3}.statistics__block-content,.statistics__block-flip{background-color:var(--statistics-block-bgc);height:100%;padding:1rem}.statistics__block-content{display:grid;grid-template:"icon" 1fr "title" auto "description" auto/1fr}.statistics__icon{fill:var(--statistics-block-color);grid-area:icon;height:var(--statistics-icon-size);margin-bottom:2rem;width:var(--statistics-icon-size)}.statistics__icon .icon{fill:inherit;height:100%;width:100%}.statistics__title{align-items:baseline;color:var(--statistics-block-color);display:flex;flex-wrap:wrap;font-size:3rem;gap:.25rem .5rem;grid-area:title;line-height:1;margin:2rem 0 .5rem}.statistics__suffix{font-size:1.75rem}.statistics__description{color:var(--statistics-block-color);font-weight:700;grid-area:description;margin:0}.statistics__button{inset:0;position:absolute;z-index:2}.statistics__extra-info{color:var(--statistics-block-color);font-size:1rem;margin:0}.statistics__block--flippable{cursor:pointer;display:block;perspective:1000px;position:relative;transition:scale .25s ease}.statistics__block--flippable:has(.statistics__button:focus-visible),.statistics__block--flippable:hover{scale:1.05}.statistics__block--flippable:has(.statistics__button:focus-visible){outline:2px solid var(--statistics-block-bgc);outline-offset:3px}.statistics__block--flippable.is-flipped .statistics__block-flip{opacity:1}.statistics__block--flippable .statistics__block-content{backface-visibility:hidden}.statistics__block--flippable .statistics__block-content .statistics__icon{margin-bottom:auto}.statistics__block--flippable .statistics__block-content .statistics__title{margin-top:0}.statistics__block--flippable .statistics__block-flip{align-items:center;backface-visibility:hidden;inset:0;justify-content:center;opacity:0;position:absolute}@media (prefers-reduced-motion:no-preference){.statistics__block--flippable .statistics__block-content,.statistics__block--flippable .statistics__block-flip{transition:rotate .5s ease}.statistics__block--flippable .statistics__block-flip{opacity:1;rotate:y 180deg}.statistics__block--flippable.is-flipped .statistics__block-content{opacity:1;rotate:y -180deg}.statistics__block--flippable.is-flipped .statistics__block-flip{rotate:y 0deg}}.statistics--grid .statistics__block-content{grid-template:"title" auto "." 1fr "description" auto/1fr}.statistics--grid .statistics__title{margin:0 0 2rem}@container statistics (width >= 500px){.statistics__blocks{--statistics-columns:2}.statistics--grid .statistics__block:nth-child(4n+1),.statistics--grid .statistics__block:nth-child(4n+4){flex:1 0 calc(40% - var(--statistics-gap)/2)}.statistics--grid .statistics__block:nth-child(4n+2),.statistics--grid .statistics__block:nth-child(4n+3){flex:1 0 calc(60% - var(--statistics-gap)/2)}.statistics--grid .statistics__title{flex-direction:column}}@container statistics (width >= 600px){.statistics__blocks{--statistics-block-min-height:250px}}@container statistics (width >= 800px){.statistics__blocks{--statistics-columns:3;--statistics-icon-size:100px}}@container statistics-block (width >= 220px){.statistics__title{font-size:3.5rem}.statistics__suffix{font-size:2rem}.statistics__description{font-size:var(--text-font-size-large)}.statistics__extra-info{font-size:var(--text-font-size)}}@container statistics-block (width >= 240px){.statistics__title{font-size:3.5rem}.statistics__suffix{font-size:2rem}}