:root{--number-flex-direction:column;--numbers-gap:2.25rem;--numbers-margin:3.125rem}@media screen and (min-width:768px){:root{--number-flex-direction:row;--numbers-gap:3.125rem}}@media screen and (min-width:1024px){:root{--numbers-margin:4.375rem}}.cmp-numbers{text-align:center}.cmp-numbers.orange .cmp-numbers-blob svg path{stroke:var(--color-pink)}.cmp-numbers-intro{grid-gap:1.25rem;display:flex;flex-direction:column;gap:1.25rem;margin-bottom:var(--numbers-margin)}.cmp-numbers-intro h2{margin-bottom:0}.cmp-numbers-items-wrapper{grid-gap:var(--numbers-gap);display:flex;flex-direction:var(--number-flex-direction);gap:var(--numbers-gap)}.cmp-numbers-item{grid-gap:.625rem;display:flex;flex-direction:column;gap:.625rem;min-height:12rem;position:relative}@media screen and (min-width:768px){.cmp-numbers-items-wrapper{flex-wrap:wrap;justify-content:center}.cmp-numbers-item{width:calc(33.33333% - var(--numbers-gap))}}.cmp-numbers-blob{left:50%;position:absolute;transform:translateX(-50%) translateY(-1.5rem);z-index:0;@media screen and (min-width:768px){transform:translateX(-50%) translateY(0)}& svg{height:100%;width:100%}}.cmp-numbers-value{color:var(--color-grey);position:relative;text-align:center;transition:var(--transition-slow);white-space:nowrap;z-index:1;& h2{font-size:6rem;@media screen and (min-width:1280px){font-size:10rem}}}.cmp-numbers-text{color:var(--color-grey);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:var(--body-weight-normal);line-height:1.2;position:relative;z-index:1}