.kl-static-image-with-text{padding-top:var(--kl-static-image-with-text-padding-top, 7.2rem);padding-bottom:var(--kl-static-image-with-text-padding-bottom, 7.2rem);background:var(--kl-static-image-with-text-background, transparent)}.kl-static-image-with-text__row{display:flex;flex-direction:column;gap:2.4rem}.kl-static-image-with-text__heading-group{order:1}.kl-static-image-with-text__media{order:2;min-width:0}.kl-static-image-with-text__body-group{order:3}.kl-static-image-with-text--mobile-heading-below-media:not(.kl-static-image-with-text--mobile-body-above-media) .kl-static-image-with-text__heading-group{order:2}.kl-static-image-with-text--mobile-heading-below-media:not(.kl-static-image-with-text--mobile-body-above-media) .kl-static-image-with-text__media{order:1}.kl-static-image-with-text--mobile-body-above-media:not(.kl-static-image-with-text--mobile-heading-below-media) .kl-static-image-with-text__body-group{order:2}.kl-static-image-with-text--mobile-body-above-media:not(.kl-static-image-with-text--mobile-heading-below-media) .kl-static-image-with-text__media{order:3}.kl-static-image-with-text--mobile-heading-below-media.kl-static-image-with-text--mobile-body-above-media .kl-static-image-with-text__body-group{order:1}.kl-static-image-with-text--mobile-heading-below-media.kl-static-image-with-text--mobile-body-above-media .kl-static-image-with-text__media{order:2}.kl-static-image-with-text--mobile-heading-below-media.kl-static-image-with-text--mobile-body-above-media .kl-static-image-with-text__heading-group{order:3}.kl-static-image-with-text__image,.kl-static-image-with-text__video{display:block;width:100%;height:auto;border-radius:var(--kl-static-image-with-text-radius, 0);object-fit:cover}.kl-static-image-with-text--ratio-landscape .kl-static-image-with-text__image,.kl-static-image-with-text--ratio-landscape .kl-static-image-with-text__video{aspect-ratio:3 / 2}.kl-static-image-with-text--ratio-wide .kl-static-image-with-text__image,.kl-static-image-with-text--ratio-wide .kl-static-image-with-text__video{aspect-ratio:16 / 9}.kl-static-image-with-text--ratio-standard .kl-static-image-with-text__image,.kl-static-image-with-text--ratio-standard .kl-static-image-with-text__video{aspect-ratio:4 / 3}.kl-static-image-with-text--ratio-square .kl-static-image-with-text__image,.kl-static-image-with-text--ratio-square .kl-static-image-with-text__video{aspect-ratio:1 / 1}.kl-static-image-with-text__heading-group,.kl-static-image-with-text__body-group{display:flex;flex-direction:column;min-width:0}.kl-static-image-with-text--text-align-center .kl-static-image-with-text__heading-group,.kl-static-image-with-text--text-align-center .kl-static-image-with-text__body-group{align-items:center;text-align:center}.kl-static-image-with-text__heading{margin:0;color:var(--kl-static-image-with-text-heading, rgb(var(--color-foreground)));font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.8rem;letter-spacing:0;line-height:1.2}.kl-static-image-with-text__subheading{margin:.8rem 0 0;color:var(--kl-static-image-with-text-heading, rgb(var(--color-foreground)));font-family:var(--font-body-family);font-size:1.5rem;line-height:1.4;letter-spacing:normal}.kl-static-image-with-text__text{margin-top:0;color:var(--kl-static-image-with-text-text, rgba(var(--color-foreground), .8));font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:1.4rem;line-height:1.6;letter-spacing:normal}.kl-static-image-with-text__text>p:first-child{margin-top:0}.kl-static-image-with-text__text>p:last-child{margin-bottom:0}.kl-static-image-with-text__cta{align-self:flex-start;margin-top:2rem;color:var(--kl-static-image-with-text-cta, rgb(var(--color-foreground)))}.kl-static-image-with-text__custom:first-child{margin-top:0}.kl-static-image-with-text__custom{margin-top:2rem}.kl-static-image-with-text__custom img{display:inline-block;max-width:100%;height:auto}.kl-static-image-with-text__custom-label{margin:0 0 1.2rem;color:var(--kl-static-image-with-text-text, rgba(var(--color-foreground), .8));font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:1.2rem;letter-spacing:.1rem;text-transform:uppercase}.kl-static-image-with-text__custom-logos{display:flex;align-items:center;gap:2.4rem;flex-wrap:wrap;margin-bottom:2.4rem}@media screen and (min-width:990px){.kl-static-image-with-text__custom-logos{margin-bottom:0}}.kl-static-image-with-text__custom-logos img{height:4rem;width:auto}@media screen and (min-width:990px){.kl-static-image-with-text__row{display:grid;grid-template-columns:var(--kl-static-image-with-text-media-width, 48%) minmax(0,1fr);grid-template-rows:auto auto;grid-template-areas:"media heading" "media body";align-items:center;gap:0 var(--kl-static-image-with-text-column-gap, 9.6rem)}.kl-static-image-with-text--image-right .kl-static-image-with-text__row{grid-template-columns:minmax(0,1fr) var(--kl-static-image-with-text-media-width, 48%);grid-template-areas:"heading media" "body media"}.kl-static-image-with-text__heading-group{grid-area:heading;align-self:end;min-width:0}.kl-static-image-with-text__body-group{grid-area:body;align-self:start;margin-top:1.6rem;min-width:0}.kl-static-image-with-text__media{grid-area:media;min-width:0}.kl-static-image-with-text--text-align-center .kl-static-image-with-text__heading-group,.kl-static-image-with-text--text-align-center .kl-static-image-with-text__body-group{margin-inline:auto}.kl-static-image-with-text__heading{font-size:3.4rem}.kl-static-image-with-text__text{font-size:1.2rem}}.kl-static-image-with-text__wide{margin:0 3.6rem}.kl-static-image-with-text__header{margin-bottom:2.4rem}.kl-static-image-with-text__header .kl-section-header__heading{font-size:2.8rem}@media(min-width:750px){.kl-static-image-with-text__wide{margin:0 9.6rem}.kl-static-image-with-text__header{margin-bottom:4rem}.kl-static-image-with-text__header .kl-section-header__heading{font-size:3.6rem}}@media(min-width:1200px){.kl-static-image-with-text__wide{margin:0 12.8rem}}.kl-static-image-with-text__pairs h3{margin:0 0 .8rem;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2rem;line-height:1.2}.kl-static-image-with-text__pairs p{margin:0 0 3.2rem;font-family:var(--font-body-family);font-size:1.4rem;line-height:1.7}.kl-static-image-with-text__pairs p:last-child{margin-bottom:0}@media(min-width:750px){.kl-static-image-with-text__pairs h3{font-size:2.4rem}}@media screen and (min-width:750px){.kl-static-image-with-text--align-top .kl-static-image-with-text__row{grid-template-rows:auto 1fr;align-items:start}.kl-static-image-with-text--align-top .kl-static-image-with-text__body-group{margin-top:0}.kl-static-image-with-text__custom-logos{display:flex;align-items:center;gap:2.4rem;flex-wrap:wrap;padding-bottom:0}}
/*# sourceMappingURL=/cdn/shop/t/395/assets/kl-static-image-with-text.css.map */
