.facts{margin-top:80px}@media only screen and (min-width:768px){.facts{margin-top:120px}}@media only screen and (min-width:1440px){.facts{margin-top:160px}}.facts{margin-bottom:80px}@media only screen and (min-width:768px){.facts{margin-bottom:120px}}@media only screen and (min-width:1440px){.facts{margin-bottom:160px}}.facts__inner{display:flex;flex-direction:column;gap:16px;margin-inline:auto;width:var(--content-width)}@media only screen and (min-width:768px){.facts__inner{flex-direction:row;flex-wrap:wrap;gap:var(--grid-gutter)}}.facts__fact{background-color:var(--fact-background-color);box-shadow:var(--fact-box-shadow);color:var(--fact-foreground-color);padding:16px}@media only screen and (min-width:768px){.facts__fact{flex-basis:calc(33.33333% - var(--grid-gutter));flex-grow:1}}@media only screen and (min-width:1024px){.facts__fact{padding:32px}}.fact{-moz-column-gap:16px;column-gap:16px;display:flex;flex-direction:row;width:100%}.fact__image{flex-shrink:0;height:64px;width:64px}.fact__image svg{height:100%;width:100%;fill:currentColor}@media only screen and (min-width:768px){.fact__image{height:96px;width:96px}}.fact__content{display:flex;flex-direction:column;flex-grow:1;font-family:Outfit,system-ui,Arial,sans-serif;font-size:1.5rem;font-weight:700;justify-content:center;line-height:130%;row-gap:8px}.fact__value{font-weight:400}