.it-counter__items{position:relative;display:grid;grid-template-columns:1fr;row-gap:var(--it-spacing-content);margin-top:var(--it-spacing-content);border-top:1px solid var(--it-color-rule);border-bottom:1px solid var(--it-color-rule);padding-block:clamp(2.5rem, calc(2.5rem + (1vw - 6.4px) * 3), 4rem)}.it-counter__item{min-width:0}.it-counter__item-number{display:flex;justify-content:space-between;align-items:center;position:relative;font-family:var(--it-font-display);font-size:clamp(3.5rem, calc(3.5rem + (1vw - 6.4px) * 5), 6rem);line-height:1;color:var(--it-color-accent-greyed);white-space:nowrap}.it-counter__item-content{margin-top:var(--it-spacing-default-half)}.it-counter__item-content p{margin:0}@media (min-width:768px){.it-counter__items{grid-template-columns:397fr 412fr 311fr;-moz-column-gap:2.5rem;column-gap:2.5rem}.it-counter__items:before,.it-counter__items:after{content:"";position:absolute;top:clamp(2.5rem, calc(2.5rem + (1vw - 6.4px) * 3), 4rem);bottom:clamp(2.5rem, calc(2.5rem + (1vw - 6.4px) * 3), 4rem);width:1px;background:color-mix(in srgb,var(--it-color-brand-greyed) 30%,transparent)}.it-counter__items:before{left:35.4%}.it-counter__items:after{left:72.2%}.it-counter__item:nth-child(2){justify-self:center}.it-counter__item:nth-child(3){justify-self:end}.it-counter__items:has(>:nth-child(4)){grid-template-columns:repeat(auto-fit,minmax(0, 1fr))}.it-counter__items:has(>:nth-child(4)):before,.it-counter__items:has(>:nth-child(4)):after{content:none}.it-counter__items:has(>:nth-child(4)) .it-counter__item{justify-self:start}.it-counter__items:has(>:nth-child(4)) .it-counter__item:not(:first-child){border-left:1px solid color-mix(in srgb,var(--it-color-brand-greyed) 30%,transparent);padding-left:var(--it-spacing-section-half)}}