.grid{column-gap:var(--grid--column-gap);display:grid;grid-template-columns:repeat(var(--grid--columns),minmax(0,1fr));row-gap:var(--grid--row-gap)}.grid--auto-fit{grid-template-columns:repeat(auto-fill,minmax(min(var(--grid--auto--min,15.625rem),100%),1fr))}.flex-grid{column-gap:var(--grid--column-gap,var(--grid--gap));display:flex;flex-flow:row wrap;row-gap:var(--grid--row-gap,var(--grid--gap))}.flex-grid>*,.flex-grid>*+*,.flex-grid>:first-child,.flex-grid>:last-child{width:calc(100%/var(--grid--columns) - var(--grid--column-gap) + var(--grid--column-gap)/var(--grid--columns))}.flex-grid--auto>*,.flex-grid--auto>*+*,.flex-grid--auto>:first-child,.flex-grid--auto>:last-child{width:auto}.icon-bullet-points{--block--margin-top:var(--space--responsive--m);--block--margin-bottom:var(--space--responsive--m)}.icon-bullet-points__inner{margin-left:auto;margin-right:auto;max-width:var(--width--responsive--l)}.icon-bullet-points__items{display:grid;gap:var(--space--responsive--m);grid-auto-flow:row;list-style:none;padding-left:0}.icon-bullet-points__items,.icon-bullet-points__items li{margin-bottom:0;margin-top:0}.icon-bullet-points__item{align-items:center;display:flex;gap:calc(var(--space--responsive--s)*2)}.icon-bullet-points__icon{display:flex;flex:0 0 auto;height:2.8125rem;justify-content:center;width:2.8125rem}.icon-bullet-points__text{max-width:26.25rem}.icon-bullet-points__text>:first-child{margin-top:0}.icon-bullet-points__text>:last-child{margin-bottom:0}