.fact-container{container-type:inline-size;width:100%}.fact__header{font-family:var(--typo-hx-font-family);font-weight:var(--typo-hx-font-weight);line-height:var(--typo-hx-line-height);font-style:var(--typo-hx-font-style);font-size:var(--typo-xl-font-size);font-family:var(--typo-xl-font-family,var(--typo-hx-font-family));font-weight:var(--typo-xl-font-weight,var(--typo-hx-font-weight));line-height:var(--typo-xl-line-height,var(--typo-hx-line-height));font-style:var(--typo-xl-font-style,var(--typo-hx-font-style));font-kerning:none}.stage__container--double .fact__header{font-family:var(--typo-hx-font-family);font-weight:var(--typo-hx-font-weight);line-height:var(--typo-hx-line-height);font-style:var(--typo-hx-font-style);font-size:var(--typo-l-font-size);font-family:var(--typo-l-font-family,var(--typo-hx-font-family));font-weight:var(--typo-l-font-weight,var(--typo-hx-font-weight));line-height:var(--typo-l-line-height,var(--typo-hx-line-height));font-style:var(--typo-l-font-style,var(--typo-hx-font-style))}.fact__number{font-kerning:none;font-variant-numeric:tabular-nums lining-nums}.fact__text{font-family:var(--typo-text-font-family);font-weight:var(--typo-text-font-weight);line-height:var(--typo-text-line-height);font-style:var(--typo-text-font-style);font-size:var(--typo-s-font-size);font-family:var(--typo-s-font-family,var(--typo-text-font-family));font-weight:var(--typo-s-font-weight,var(--typo-text-font-weight));line-height:var(--typo-s-line-height,var(--typo-text-line-height));font-style:var(--typo-s-font-style,var(--typo-text-font-style))}.fact__text p{font-family:var(--typo-text-font-family);font-weight:var(--typo-text-font-weight);line-height:var(--typo-text-line-height);font-style:var(--typo-text-font-style);font-size:var(--typo-s-font-size);font-family:var(--typo-s-font-family,var(--typo-text-font-family));font-weight:var(--typo-s-font-weight,var(--typo-text-font-weight));line-height:var(--typo-s-line-height,var(--typo-text-line-height));font-style:var(--typo-s-font-style,var(--typo-text-font-style));margin:0}.fact--list{width:100%}.fact--list .fact__item{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-content:flex-start;align-items:center;margin:calc(4*var(--element-spacing));text-align:center}@container (min-width:768px){.fact--list .fact__item{flex-wrap:nowrap}}.fact--list .fact__header{flex:0 1 100%}@container (min-width:768px){.fact--list .fact__header{flex:1 0 33.3333333333%;text-align:right;padding-right:calc(4*var(--element-spacing))}}.fact--list .fact__text{flex:1 1 100%}@container (min-width:768px){.fact--list .fact__text{flex:1 1 66.6666666667%;text-align:left}}.fact--tile{--fact-cols:1;--fact-gap:calc(4 * var(--element-spacing));display:grid;grid-template-columns:repeat(var(--fact-cols),1fr);gap:var(--fact-gap);place-items:center center;width:100%;text-align:center}@container (min-width:415px){.fact--tile{--fact-cols:2}.fact--tile.fact--items-1{--fact-cols:1}}@container (min-width:1024px){.fact--tile{--fact-cols:4}.fact--tile.fact--items-1{--fact-cols:1}.fact--tile.fact--items-2{--fact-cols:2}.fact--tile.fact--items-3{--fact-cols:3}}.fact--tile .fact__item{position:relative;align-self:stretch;display:grid;justify-items:center;align-content:space-between;gap:1em;width:100%}.fact--tile .fact__content{padding:0;width:100%}.fact--tile .fact__btn{max-width:100%;white-space:normal}.fact--right{text-align:right}.fact--left{text-align:left}