:root{--statement-block-background: color-mix(in srgb, var(--secondary) 11%, transparent);--statement-block-sustainable-background: color-mix(in srgb, var(--green) 20%, transparent);--statement-block-neutral-background: var(--light-background);--statement-block-icon-color: #EF7B56;--statement-block-sustainable-icon-color: var(--green)}.statement-block{--background: var(--statement-block-background);display:flex;width:100%;box-sizing:border-box;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:32px;background-color:var(--background)}@media screen and (min-width: 48rem){.statement-block{flex-direction:row-reverse;align-items:center;padding:40px}}.statement-block.statement-block--sustainable{--background: var(--statement-block-sustainable-background)}.statement-block.statement-block--sustainable .statement-block__icon use{--icon-color: var(--statement-block-sustainable-icon-color)}.statement-block.statement-block--neutral{--background: var(--statement-block-neutral-background)}.statement-block .statement-block__icon{width:100%;max-width:185px;aspect-ratio:1}.statement-block .statement-block__icon use{--icon-color: var(--statement-block-icon-color)}@media screen and (min-width: 48rem){.statement-block .statement-block__icon{max-width:280px}}@media screen and (min-width: 64rem){.statement-block .statement-block__icon{max-width:320px}}.statement-block .statement-block__content{flex-grow:1;padding-top:32px}@media screen and (min-width: 64rem){.statement-block .statement-block__content{padding:56px}}.statement-block .statement-block__heading{margin:0}@media screen and (min-width: 64rem){.statement-block .statement-block__heading{font:var(--font-banner-title--desktop)}}.statement-block .statement-block__text{max-width:700px;margin:24px 0;font:var(--font-preamble);line-height:1.45}@media screen and (min-width: 64rem){.statement-block .statement-block__text{font-size:1.375rem}}.statement-block>*:last-child{margin-bottom:0}.statement-block.statement-block--center{justify-content:center;text-align:center}.statement-block.statement-block--center .statement-block__content{max-width:640px}.article__content .statement-block{width:100%;max-width:1076px;grid-column:left/right;margin-inline:auto}
