@import url(https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&display=swap);.recap-row.number_counter .recap-column{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.recap-row.number_counter .counter{font-size:var(--fs-800);font-kerning:none;font-weight:100;border-bottom:1px solid currentColor;display:flex;flex-direction:row;line-height:1.15;gap:.2em}.recap-row.number_counter .number{flex-shrink:0}.recap-row.number_counter .content{line-height:var(--lh-600);font-weight:500;opacity:.6;padding-block:20px}.recap-row.number_counter .number>div{overflow:hidden;height:1.1em}.recap-row.number_counter .numSingle{line-height:1;display:inline-flex!important;flex-direction:column!important;align-items:center;justify-content:center}.recap-row.number_counter .numSingle>span{width:fit-content}@media only screen and (max-width:992px){.recap-row.number_counter .recap-column{grid-template-columns:repeat(2,1fr);gap:20px}}@media only screen and (max-width:767px){.recap-row.number_counter .recap-column{grid-template-columns:1fr}.recap-row.number_counter .content{padding-block:10px}}