.sr-section.sr-section--padding{padding-block-start:min(4.8rem,var(--sr-section-padding-top, 0) * .6);padding-block-end:min(4.8rem,var(--sr-section-padding-bottom, 0) * .6)}@media(min-width:768px){.sr-section.sr-section--padding{padding-block-start:min(6rem,var(--sr-section-padding-top, 0) * .75);padding-block-end:min(6rem,var(--sr-section-padding-bottom, 0) * .75)}}@media(min-width:1024px){.sr-section.sr-section--padding{padding-block-start:min(8rem,var(--sr-section-padding-top, 0) * .8);padding-block-end:min(8rem,var(--sr-section-padding-bottom, 0) * .8)}}@media(min-width:1280px){.sr-section.sr-section--padding{padding-block-start:var(--sr-section-padding-top, 0px);padding-block-end:var(--sr-section-padding-bottom, 0px)}}.sr-page-width{margin:0 auto;padding-inline:var(--page-padding)}.sr-f-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100%,1fr));gap:var(--sr-gap-y, 0) var(--sr-gap-x, 0)}.sr-f-grid-1-cols{grid-template-columns:repeat(1,minmax(0,1fr))}.sr-f-grid--gap-none{--sr-gap-x: 0px;--sr-gap-y: 0px}@media(min-width:768px){.sr-md\:f-grid-2-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.sr-md\:flex{display:flex}}.sr-blocks-radius{border-radius:var(--blocks-radius);overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(white,black)}@media(max-width:767.98px){.sr-blocks-radius{border-radius:var(--blocks-radius-mobile)}}.sr-hero__media{height:var(--sr-banner-height);position:relative}.sr-hero__media img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.sr-hero--large{--sr-banner-height: 80rem;--sr-banner-height-mobile: 60rem}.sr-hero--extra-medium{--sr-banner-height: 65rem;--sr-banner-height-mobile: 48.75rem}.sr-hero--medium{--sr-banner-height: 55rem;--sr-banner-height-mobile: 41.25rem}.sr-hero--small{--sr-banner-height: 45rem;--sr-banner-height-mobile: 33.75rem}.sr-hero--extra-small{--sr-banner-height: 30rem;--sr-banner-height-mobile: 22.5rem}.sr-hero--adapt{--sr-banner-height: auto;--sr-banner-height-mobile: auto}@media(max-width:767.98px){.sr-hero__media{height:var(--sr-banner-height-mobile)}}.sr-image-with-text__media{min-height:100%}.sr-image-with-text__media video-element,.sr-image-with-text__media .media-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.sr-image-with-text__media video-element iframe,.sr-image-with-text__media video-element video{width:100%;height:100%;object-fit:cover}.sr-image-with-text__media--no-poster video-element>*:first-child{display:none!important}.sr-image-with-text__media--yt-thumb{background-image:var(--sr-yt-thumb);background-size:cover;background-position:center;background-repeat:no-repeat}.sr-image-with-text__media .media__play-button{color:#000}.sr-image-with-text__media .media__play-button svg,.sr-image-with-text__media .media__play-button svg path{fill:#000}.sr-image-with-text__media--video{max-height:290px}@media(min-width:768px){.sr-image-with-text__media--video{max-height:510px}}.sr-image-with-text__inner{--sr-padding-x: 2rem;--sr-padding-y: 4.8rem}@media(min-width:768px){.sr-image-with-text__inner{--sr-padding-x: 2rem;--sr-padding-y: 3.2rem}}@media(min-width:1024px){.sr-image-with-text__inner{--sr-padding-x: 2.4rem;--sr-padding-y: 4.8rem}}@media(min-width:1280px){.sr-image-with-text__inner{--sr-padding-x: 8rem;--sr-padding-y: 6rem}}.sr-image-with-text:not(.sr-color-inherit) .sr-image-with-text__inner{padding:var(--sr-padding-y) var(--sr-padding-x)}@media(max-width:767.98px){.sr-image-with-text.sr-color-inherit .sr-image-with-text__inner{padding-top:2.4rem}}@media(min-width:768px){.sr-image-with-text--text-first .sr-image-with-text__inner{padding-inline-end:var(--sr-padding-x);order:-1}}@media(min-width:768px){.sr-image-with-text--image-first .sr-image-with-text__inner{padding-inline-start:var(--sr-padding-x)}}.sr-image-with-text--has-bg,.sr-image-with-text__inner--has-bg{background-image:var(--sr-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat}.sr-rich-text{width:100%}.sr-rich-text>*+*{margin:var(--sr-child-margin-top, 3.2rem) 0 0}.sr-rich-text>*+*:is(.sr-rich-text__text){margin-top:var(--sr-text-margin-top, 2.4rem)}.sr-rich-text>*:first-child:is(.sr-rich-text__subheading){margin-bottom:var(--sr-subheading-margin-bottom, 2rem)}.sr-rich-text>*:first-child:is(.sr-rich-text__subheading)+*{margin-top:0}@media(max-width:767.98px){.sr-rich-text{--sr-child-margin-top: 2.4rem;--sr-text-margin-top: 1.2rem;--sr-subheading-margin-bottom: 1.2rem}}.sr-block{display:block}.sr-overflow-hidden{overflow:hidden}.sr-media-wrapper{position:relative}.sr-hover-wrapper{overflow:hidden}.sr-w-full{width:100%}.sr-h-full{height:100%}.sr-items-start{align-items:flex-start}.sr-items-center{align-items:center}.sr-items-end{align-items:flex-end}.sr-text-left{text-align:left}.sr-text-center{text-align:center}.sr-text-right{text-align:right}@media(min-width:768px){.sr-image-with-text__inner[class*="sr-md:text-left"]{text-align:left}.sr-image-with-text__inner[class*="sr-md:text-center"]{text-align:center}.sr-image-with-text__inner[class*="sr-md:text-right"]{text-align:right}}.sr-btn{--buttons-transform-default: capitalize;--buttons-padding: 4rem;font-size:100%;position:relative;display:inline-flex;align-items:center;justify-content:center;gap:0 var(--buttons-gap, .6rem);cursor:pointer;transition:.3s all;white-space:nowrap;background:none;color:rgb(var(--color-foreground));border:var(--buttons-border-width) solid rgb(var(--color-border));border-radius:var(--buttons-radius, 0);padding:0 var(--buttons-padding);height:var(--buttons-height);line-height:30px;font-family:var(--font-button-family);font-weight:var(--font-button-weight);letter-spacing:var(--buttons-letter-spacing, 0);text-transform:var(--buttons-transform, var(--buttons-transform-default));box-sizing:border-box;text-decoration:none}.sr-btn[disabled]{opacity:.5;cursor:not-allowed}.sr-btn--primary{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button))}.sr-btn--secondary{background:transparent;color:rgb(var(--color-foreground));border-color:rgb(var(--color-border))}.sr-btn--underline{border:none;padding:0;height:auto;border-radius:0;text-decoration:underline}.sr-text-subheading{font-size:var(--font-body-size);line-height:1.4}.sr-placeholder-svg{width:100%;height:100%;object-fit:cover}.sr-hover-scale-up{transition:transform .3s ease}.sr-hover-wrapper:hover .sr-hover-scale-up{transform:scale(1.05)}.sr-rich-text .sr-rte h1,.sr-rich-text .sr-rte h2,.sr-rich-text .sr-rte h3,.sr-rich-text .sr-rte h4,.sr-rich-text .sr-rte h5,.sr-rich-text .sr-rte h6{font-family:inherit;font-weight:inherit}.sr-rich-text .sr-rte p{margin:0 0 1em}.sr-rich-text .sr-rte p:last-child{margin-bottom:0}.sr-rich-text__heading{margin:0}.sr-rich-text__heading.sr-overflow-hidden{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/228/assets/sr-section-image-with-text.css.map */
