.image-content{container-name:image-content;container-type:inline-size;padding-bottom:var(--space-default);padding-top:var(--space-default)}.image-content__wrapper{display:flex;flex-direction:column;gap:var(--space-5xl)}@media (min-width:48.001rem){.image-content__wrapper{align-items:flex-start;display:grid;grid-template-areas:"image content";grid-template-columns:41% auto;justify-content:space-between}.image-content--position-right .image-content__wrapper{grid-template-areas:"content image"}.image-content--column-gap-wide .image-content__wrapper{align-items:center;gap:var(--space-5xl)}}@media (min-width:90.001rem){.image-content--column-gap-wide .image-content__wrapper{grid-template-columns:41% 34rem}}.image-content__image-wrapper{grid-area:image}.image-content--content-alignment-below .image-content__image-wrapper{display:flex;flex-direction:column-reverse;gap:var(--space-l)}.image-content__image-wrapper h2{font-family:var(--font-family-title);font-size:var(--text-quote);font-weight:700;line-height:1;text-transform:uppercase}.image-content__image-wrapper h3{font-family:var(--font-family-base);font-size:var(--heading-300);font-weight:700;line-height:1.2;text-transform:unset}.image-content__image-wrapper *+.image-content__image{margin-top:var(--space-l)}.image-content-title p:first-child{font-family:var(--font-family-title);font-size:var(--heading-400);font-weight:700;line-height:var(--line-height-heading);text-transform:uppercase}.image-content-title p:first-child+h2{margin-top:var(--space-xs)}.image-content__image{margin:0;position:relative}@media (min-width:48.001rem){.image-content--position-left .image-content__image{max-width:83%;width:100%}.image-content--position-right.image-content--column-gap-wide .image-content__image{max-width:34rem}}.image-content__image img{-o-object-fit:cover;object-fit:cover;vertical-align:top;width:100%}.image-content__video{width:100%}.image-content__content{font-family:var(--font-family-base);font-size:var(--text-600);font-weight:400;grid-area:content;line-height:var(--line-height-body)}.image-content__content h2{font-family:var(--font-family-title);font-size:var(--heading-400);font-weight:700;line-height:var(--line-height-heading);text-transform:uppercase}.image-content--position-right .image-content__content h2+*{margin-top:var(--space-2xl)}.image-content__content h3{font-family:var(--font-family-base);font-size:var(--heading-200);font-weight:700;line-height:1.36;text-transform:unset}.image-content__content h3+*{margin-top:var(--space-xs)}.image-content__content *+h3{margin-top:var(--space-m)}