.image-with-text{position:relative;overflow:hidden}.image-with-text .container{max-width:1440px;margin:0 auto;padding:0 16px}@media(min-width:768px){.image-with-text .container{padding:0 32px}}@media(min-width:1024px){.image-with-text .container{padding:0 48px}}.image-with-text.image-centered-layout{padding:4rem 0}@media(min-width:768px){.image-with-text.image-centered-layout{padding:6.4rem 0}}.image-with-text__wrapper{border-radius:var(--border-radius-main, 16px);overflow:hidden;background:#fff;box-shadow:0 2px 8px #0000000a}.image-with-text__grid{width:100%;display:flex;flex-direction:column;gap:1.6rem;align-items:stretch}.image-with-text__grid .image-with-text__content{border-radius:var(--border-radius-main, 16px)}@media screen and (min-width:1100px){.image-with-text__grid{flex-direction:row;align-items:stretch;justify-content:space-between;gap:0}.image-with-text__grid .image-with-text__media,.image-with-text__grid .image-with-text__content{width:50%;flex-shrink:0}.image-with-text__grid--image_top .image-with-text__media,.image-with-text__grid--image_bottom .image-with-text__media,.image-with-text__grid--image_top .image-with-text__content,.image-with-text__grid--image_bottom .image-with-text__content{width:100%}}@media screen and (min-width:750px){.image-with-text__grid--image_top{flex-direction:column}.image-with-text__grid--image_bottom{flex-direction:column-reverse}.image-with-text__grid--image_left{flex-direction:row}.image-with-text__grid--image_right{flex-direction:row-reverse}}@media screen and (max-width:749px){.image-with-text__grid--image_bottom{flex-direction:column-reverse}.image-with-text__grid--image_top{flex-direction:column}}.image-with-text__media{width:100%;position:relative;overflow:hidden;background:#f5f5f5}.image-with-text__media.adapt{height:auto}.image-with-text__media.adapt img,.image-with-text__media.adapt svg{position:static;height:auto}.image-with-text__media img,.image-with-text__media svg{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;object-position:center;position:absolute;top:0;left:0}.image-with-text__media,.image-with-text__media>svg,.image-with-text__media>img{border-radius:var(--border-radius-main, 16px)}.image-with-text__media--fixed{aspect-ratio:var(--image-aspect, 4/3)}.image-with-text__media--square{aspect-ratio:1/1}.image-with-text__media--landscape{aspect-ratio:16/9}.image-with-text__media--portrait{aspect-ratio:3/4}@media(max-width:768px){.image-with-text__media--mobile-square{aspect-ratio:1/1}.image-with-text__media--mobile-landscape{aspect-ratio:16/9}.image-with-text__media--mobile-portrait{aspect-ratio:4/5}}.image-with-text__content{width:100%;display:flex;flex-direction:column;align-items:flex-start;position:relative;padding:3rem 2rem;background:#fff}.image-with-text__content .section-header{margin:0;width:100%}.image-with-text__content .section-header h2{overflow-wrap:anywhere}.image-with-text__content--image_top,.image-with-text__content--image_bottom{padding:3rem 2rem}.image-with-text__content--image_top .section-header h2,.image-with-text__content--image_bottom .section-header h2{max-width:none}.image-with-text__content--image_left,.image-with-text__content--image_right{padding:3rem 2rem}.image-with-text__content--image_left .section-header,.image-with-text__content--image_left .image-with-text__text,.image-with-text__content--image_left .image-with-text__button-wrapper,.image-with-text__content--image_right .section-header,.image-with-text__content--image_right .image-with-text__text,.image-with-text__content--image_right .image-with-text__button-wrapper{max-width:36rem;margin:0 auto;width:100%}@media screen and (min-width:1360px){.image-with-text__content--image_left .section-header,.image-with-text__content--image_left .image-with-text__text,.image-with-text__content--image_left .image-with-text__button-wrapper,.image-with-text__content--image_right .section-header,.image-with-text__content--image_right .image-with-text__text,.image-with-text__content--image_right .image-with-text__button-wrapper{max-width:43.6rem}}@media screen and (min-width:1100px){.image-with-text__content--image_top,.image-with-text__content--image_bottom{padding:4rem 6rem}.image-with-text__content--image_left,.image-with-text__content--image_right{padding:4rem 3rem}}@media screen and (min-width:1440px){.image-with-text__content--image_top,.image-with-text__content--image_bottom{padding:5.6rem 10rem}.image-with-text__content--image_left,.image-with-text__content--image_right{padding:5rem 4rem}}.image-with-text__content--center{align-items:center;justify-content:center;text-align:center;margin:0 auto}.image-with-text__content--center .section-header,.image-with-text__content--center .image-with-text__text,.image-with-text__content--center .image-with-text__button-wrapper{max-width:600px;margin-left:auto;margin-right:auto}.image-with-text__content--left{align-items:flex-start;justify-content:center;text-align:left}.image-with-text__content--right{align-items:flex-end;justify-content:center;text-align:right}.image-with-text__text{margin:0;width:100%}.image-with-text__text p{margin:0;margin-top:1.2rem;font-size:15px;line-height:1.7;color:#666}@media screen and (min-width:990px){.image-with-text__text p{margin-top:2.4rem;font-size:16px}}.image-with-text__button-wrapper{margin:0;margin-top:2.4rem;width:100%}.image-with-text__button-wrapper .button{min-height:44px;padding:10px 28px;font-weight:600;letter-spacing:.5px;transition:all .25s ease}.image-with-text__button-wrapper .button:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.image-with-text__button-wrapper .button:active{transform:scale(.96)}@media screen and (min-width:990px){.image-with-text__button-wrapper{margin-top:3.2rem}}.image-with-text__centered{display:grid;grid-template-columns:3fr 4fr 3fr;grid-column-gap:2rem;grid-row-gap:2.4rem;justify-content:space-between;align-items:center;width:100%;height:auto}.image-with-text__centered.centered-adapt{height:auto}.image-with-text__centered .image-with-text__media{width:auto!important;grid-column:1 / -1;grid-row:1}.image-with-text__centered .image-with-text__content{z-index:1;width:auto;max-width:31rem;grid-column:2;grid-row:1;background:transparent;padding:0}.image-with-text__centered .image-with-text__text{margin:0}.image-with-text__centered .button-container{z-index:1;text-align:end;grid-column:3;grid-row:1}.image-with-text__centered .button-container .image-with-text__button-wrapper{margin:0}.image-with-text__centered .image-with-text__button-container--center{text-align:center;margin:0 auto}.image-with-text__centered .image-with-text__content--center{max-width:36rem;margin:0 auto}.image-with-text__centered .image-with-text__content--center .section-header,.image-with-text__centered .image-with-text__content--center .image-with-text__text,.image-with-text__centered .image-with-text__content--center .image-with-text__button-wrapper{max-width:100%}.image-with-text__centered .image-with-text__content--left{grid-column:1;grid-row:1;max-width:28rem}.image-with-text__centered .image-with-text__content--left .button-container{grid-column:2}.image-with-text__centered .image-with-text__content--right{grid-column:3;grid-row:1;max-width:28rem;text-align:right;align-items:flex-end}@media(max-width:1099px){.image-with-text__centered .image-with-text__media{grid-column:1 / -1;grid-row:1}.image-with-text__centered .image-with-text__content{grid-column:1 / -1;grid-row:1;max-width:80%;margin:0 auto}.image-with-text__centered .button-container{grid-column:1 / -1;grid-row:2;text-align:center}.image-with-text__centered .image-with-text__content--left,.image-with-text__centered .image-with-text__content--right{max-width:80%}}@media(max-width:749px){.image-with-text__centered{grid-template-columns:1fr;gap:1.6rem}.image-with-text__centered .image-with-text__media{grid-column:1;grid-row:1}.image-with-text__centered .image-with-text__content{grid-column:1;grid-row:2;max-width:100%;padding:0}.image-with-text__centered .button-container{grid-column:1;grid-row:3;text-align:left}.image-with-text__centered .image-with-text__content--left,.image-with-text__centered .image-with-text__content--right{max-width:100%;text-align:center;align-items:center}}.image-with-text__media .placeholder-svg{width:100%;height:100%;background:#e5e5e5;position:absolute;top:0;left:0}@media(max-width:374px){.image-with-text__content,.image-with-text__content--image_top,.image-with-text__content--image_bottom,.image-with-text__content--image_left,.image-with-text__content--image_right{padding:2rem 1.2rem}.image-with-text__text p{font-size:13px}.image-with-text__button-wrapper .button{min-height:38px;padding:8px 16px;font-size:12px}}@media(prefers-reduced-motion:reduce){.image-with-text__button-wrapper .button{transition:none!important}.image-with-text__button-wrapper .button:hover{transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/60/assets/section-image-with-text.css.map */
