:root{--color-background: var(--color__background-body);--color-foreground: var(--color__text-light);--color-link: var(--color__text-light);--page-width: 120rem;--grid-desktop-horizontal-spacing: 2rem;--grid-mobile-horizontal-spacing: 1.5rem;--grid-desktop-vertical-spacing: 2rem;--grid-mobile-vertical-spacing: 1.5rem;--text-boxes-border-width: .1rem;--text-boxes-radius: .4rem;--font-heading-scale: 1;--shadow-vertical-offset: .4rem;--shadow-blur-radius: 1.2rem;--shadow-visible: .08;--focus-outline-padding: .5rem}.studio-grid{display:flex;flex-wrap:wrap;margin-bottom:2rem;padding:0;list-style:none;column-gap:var(--grid-mobile-horizontal-spacing);row-gap:var(--grid-mobile-vertical-spacing)}@media screen and (min-width: 750px){.studio-grid{column-gap:var(--grid-desktop-horizontal-spacing);row-gap:var(--grid-desktop-vertical-spacing)}}.studio-grid:last-child{margin-bottom:0}.studio-grid__item{width:calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);max-width:calc(50% - var(--grid-mobile-horizontal-spacing) / 2);flex-grow:1;flex-shrink:0}@media screen and (min-width: 750px){.studio-grid__item{width:calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);max-width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2)}}.studio-grid--gapless.studio-grid{column-gap:0;row-gap:0}@media screen and (max-width: 749px){.studio-grid__item.slider__slide--full-width{width:100%;max-width:none}}.studio-grid--1-col .studio-grid__item{max-width:100%;width:100%}.studio-grid--3-col .studio-grid__item{width:calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3)}@media screen and (min-width: 750px){.studio-grid--3-col .studio-grid__item{width:calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3)}}.studio-grid--2-col .studio-grid__item{width:calc(50% - var(--grid-mobile-horizontal-spacing) / 2)}@media screen and (min-width: 750px){.studio-grid--2-col .studio-grid__item{width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2)}.studio-grid--4-col-tablet .studio-grid__item{width:calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4)}.studio-grid--3-col-tablet .studio-grid__item{width:calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3)}.studio-grid--2-col-tablet .studio-grid__item{width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2)}}@media screen and (max-width: 989px){.studio-grid--1-col-tablet-down .studio-grid__item{width:100%;max-width:100%}.studio-grid--2-col-tablet-down .studio-grid__item{width:calc(50% - var(--grid-mobile-horizontal-spacing) / 2);max-width:calc(50% - var(--grid-mobile-horizontal-spacing) / 2)}.slider--tablet.studio-grid--peek{margin:0;width:100%;max-width:100vw;overflow-x:hidden;padding:0}.slider--tablet.studio-grid--peek .multicolumn-list,.slider-mobile-gutter{width:100%;max-width:100vw;overflow-x:hidden;margin:0;padding:0}.slider-mobile-gutter .multicolumn-list{width:100%;max-width:100vw;overflow-x:hidden}.slider--tablet.studio-grid--peek .studio-grid__item{box-sizing:content-box;margin:0;width:calc((100vw - 3rem)/2);max-width:calc((100vw - 3rem)/2);flex-shrink:0}.slider--tablet.studio-grid--peek.studio-grid--1-col-tablet-down .studio-grid__item{width:calc(100vw - 3rem);max-width:calc(100vw - 3rem);flex-shrink:0}}@media screen and (min-width: 990px){.studio-grid--6-col-desktop .studio-grid__item{width:calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);max-width:calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6)}.studio-grid--5-col-desktop .studio-grid__item{width:calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);max-width:calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5)}.studio-grid--4-col-desktop .studio-grid__item{width:calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);max-width:calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4)}.studio-grid--3-col-desktop .studio-grid__item{width:calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);max-width:calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3)}.studio-grid--2-col-desktop .studio-grid__item{width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2);max-width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2)}}.studio-page-width{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}@media screen and (min-width: 750px){.studio-page-width{padding:0 5rem}}.studio-center{text-align:center}.studio-left{text-align:left}.studio-right{text-align:right}.studio-hidden{display:none!important}.studio-visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.studio-small-hide{display:none}@media screen and (min-width: 750px){.studio-small-hide{display:block}}.studio-medium-hide{display:block}@media screen and (min-width: 750px) and (max-width: 989px){.studio-medium-hide{display:none}}.studio-large-up-hide{display:block}@media screen and (min-width: 990px){.studio-large-up-hide{display:none}}.studio-button,.studio-button--secondary,.studio-button--tertiary{position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border:none;border-radius:.4rem;font-weight:600;font-size:1.4rem;font-family:inherit;letter-spacing:.1rem;line-height:calc(1 + .2/max(1,var(--font-heading-scale)));text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-appearance:none;appearance:none;overflow:visible;transition:box-shadow .1s ease;box-shadow:0 0 0 .1rem var(--color__border-divider-1);color:var(--color__text-light);background-color:transparent;min-height:4.4rem;padding:1.1rem 2rem}.studio-button--secondary{background-color:var(--color__background-overlay-1)}.studio-button:before,.studio-button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.4rem;transition:box-shadow .1s ease}.studio-button:after{box-shadow:0 0 0 .1rem var(--color__border-divider-1)}.studio-button:not([disabled]):hover:after,.studio-button:not([disabled]):focus:after{box-shadow:0 0 0 .2rem var(--color__border-selected-1)}.studio-button--secondary:after{box-shadow:0 0 0 .1rem var(--color__border-divider-1)}.studio-button:focus-visible,.studio-button:focus,.studio-button.focused{outline:.2rem solid var(--color__border-selected-1);outline-offset:.2rem;box-shadow:0 0 0 .1rem var(--color__border-divider-1)}.studio-button:focus:not(:focus-visible):not(.focused),.studio-button:focus-visible:not(.focused){outline:0;box-shadow:0 0 0 .1rem var(--color__border-divider-1)}.studio-button::selection,.studio-button-label::selection{background-color:var(--color__background-overlay-1)}.studio-button,.studio-button-label{font-size:1.4rem;letter-spacing:.1rem;line-height:calc(1 + .2/max(1,var(--font-heading-scale)))}.studio-button--tertiary{background-color:transparent;box-shadow:0 0 0 .1rem var(--color__border-divider-1)}.studio-button--small{min-height:3.2rem;padding:.8rem 1.6rem}.studio-button:disabled,.studio-button[aria-disabled=true],.studio-button.disabled{cursor:not-allowed;opacity:.4}.studio-button--full-width{width:100%}slider-component{--desktop-margin-left-first-item: max( 5rem, calc((100vw - var(--page-width) + 10rem - var(--grid-desktop-horizontal-spacing)) / 2) );position:relative;display:block;width:100%;max-width:100vw;overflow-x:hidden}@media screen and (max-width: 749px){slider-component.studio-page-width{padding:0 1.5rem}}@media screen and (min-width: 749px) and (max-width: 990px){slider-component.studio-page-width{padding:0 5rem}}@media screen and (min-width: 990px){.slider-component-desktop.studio-page-width{max-width:none}.slider--desktop{position:relative;flex-wrap:inherit;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;margin-bottom:1rem;scroll-padding-left:var(--desktop-margin-left-first-item)}.slider--desktop:after{content:"";width:0;padding-left:5rem;margin-left:calc(-1 * var(--grid-desktop-horizontal-spacing))}.slider.slider--desktop .slider__slide{margin-bottom:0;padding-top:max(var(--focus-outline-padding),var(--shadow-padding-top));padding-bottom:max(var(--focus-outline-padding),var(--shadow-padding-bottom))}.slider--desktop .slider__slide:first-child{margin-left:var(--desktop-margin-left-first-item);scroll-margin-left:var(--desktop-margin-left-first-item)}.slider-component-full-width .slider--desktop{scroll-padding-left:1.5rem}.slider-component-full-width .slider--desktop .slider__slide:first-child{margin-left:1.5rem;scroll-margin-left:1.5rem}.slider-component-full-width .slider--desktop:after{padding-left:1.5rem}.slider--desktop.studio-grid--5-col-desktop .studio-grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 5 - var(--grid-desktop-horizontal-spacing) * 2)}.slider--desktop.studio-grid--4-col-desktop .studio-grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 4 - var(--grid-desktop-horizontal-spacing) * 3)}.slider--desktop.studio-grid--3-col-desktop .studio-grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 3 - var(--grid-desktop-horizontal-spacing) * 4)}.slider--desktop.studio-grid--2-col-desktop .studio-grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 2 - var(--grid-desktop-horizontal-spacing) * 5)}.slider--desktop.studio-grid--1-col-desktop .studio-grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) - var(--grid-desktop-horizontal-spacing) * 9)}.slider.slider--desktop.contains-card--standard .slider__slide:not(.collection-list__item--no-media){padding-bottom:var(--focus-outline-padding)}.slider.slider--desktop.contains-content-container .slider__slide{--focus-outline-padding: 0rem}}.slider{scrollbar-color:var(--color__text-light) var(--color__background-overlay-1);-ms-overflow-style:none;scrollbar-width:none}.slider::-webkit-scrollbar-thumb{background-color:var(--color__text-light);border-radius:.4rem;border:0}.slider::-webkit-scrollbar-track{background:var(--color__background-overlay-1);border-radius:.4rem}.slider-counter__link--dots .dot{width:1rem;height:1rem;border-radius:50%;border:.1rem solid var(--color__border-divider-1);padding:0;display:block}.slider-counter__link--active.slider-counter__link--dots .dot{background-color:var(--color__text-light)}.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot{border-color:var(--color__text-light)}.slider-counter__link--numbers{color:var(--color__text-light);opacity:.5;text-decoration:none}.slider-counter__link--numbers:hover{color:var(--color__text-light);opacity:1}.slider-counter__link--active.slider-counter__link--numbers{text-decoration:underline;color:var(--color__text-light);opacity:1}.slider-button{color:var(--color__text-light);opacity:.75;background:transparent;border:none;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.slider-button:not([disabled]):hover{color:var(--color__text-light);opacity:1}.slider-button[disabled] .icon{color:var(--color__text-light);opacity:.3;cursor:not-allowed}.media{display:block;background-color:var(--color__background-overlay-1);position:relative;overflow:hidden}.media--transparent{background-color:transparent}.media>*:not(.zoom):not(.deferred-media__poster-button),.media model-viewer{display:block;max-width:100%;position:absolute;top:0;left:0;height:100%;width:100%}.media>img{object-fit:cover;object-position:center center;transition:opacity .4s cubic-bezier(.25,.46,.45,.94)}.media--square{padding-bottom:100%}.media--portrait{padding-bottom:125%}.media--landscape{padding-bottom:66.6%}.media--cropped{padding-bottom:56%}.media--16-9{padding-bottom:56.25%}.media--circle{padding-bottom:100%;border-radius:50%}.media.media--hover-effect>img+img{opacity:0}@media screen and (min-width: 990px){.media--cropped{padding-bottom:63%}}.studio-title,.h0{margin:0;word-break:break-word}.hxl{font-family:var(--type__font-header-family);font-style:var(--type__font-header-style);font-weight:var(--type__font-header-weight);text-transform:var(--type__heading-capiliziation);line-height:var(--type__font-heading-line);letter-spacing:0em;text-underline-offset:4px;font-size:calc(var(--font-heading-scale) * 2.8rem)}.hxxl{font-family:var(--type__font-header-family);font-style:var(--type__font-header-style);font-weight:var(--type__font-header-weight);text-transform:var(--type__heading-capiliziation);line-height:var(--type__font-heading-line);letter-spacing:0em;text-underline-offset:4px;font-size:calc(var(--font-heading-scale) * 3.4rem)}.studio-title-wrapper-with-link .studio-title{margin-bottom:0}.studio-title .link{color:inherit}.studio-title-wrapper{margin-bottom:3rem}.studio-title-wrapper-with-link{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem}.studio-title--primary{margin-bottom:0}.studio-title-wrapper--self-padded-tablet-down,.studio-title-wrapper--self-padded-mobile{margin-top:0}@media screen and (min-width: 750px){.studio-title-wrapper--self-padded-mobile{margin-top:0}.hxl{font-size:calc(var(--font-heading-scale) * 3.6rem)}.hxxl{font-size:calc(var(--font-heading-scale) * 4.4rem)}}@media screen and (min-width: 990px){.studio-title,.h0{font-size:calc(var(--font-heading-scale) * 3.2rem)}.hxl{font-size:calc(var(--font-heading-scale) * 4.2rem)}.hxxl{font-size:calc(var(--font-heading-scale) * 5.2rem)}.studio-title--primary{font-size:calc(var(--font-heading-scale) * 1.8rem)}.studio-title-wrapper-with-link{align-items:center;margin-bottom:4rem}.studio-title-wrapper-with-link .studio-title{margin-bottom:0}.studio-title-wrapper--self-padded-tablet-down{margin-top:0}}.studio-title-wrapper-with-link .link-with-icon{margin-top:0;margin-bottom:0;flex-shrink:0}.studio-title-wrapper-with-link .link-with-icon .svg-wrapper{margin-left:1rem}.studio-title-wrapper-with-link a{color:var(--color__text-light);margin-top:0;margin-bottom:0}.studio-title-wrapper--no-top-margin{margin-top:0;padding-top:0}.studio-title-wrapper--no-top-margin>.studio-title{margin-top:0;padding-top:0}.link,.customer a{cursor:pointer;display:inline-block;border:none;box-shadow:none;text-decoration:underline;text-underline-offset:.3rem;color:var(--color__text-light);background-color:transparent;font-size:1.4rem;font-family:inherit}.link--text{color:var(--color__text-light)}.link--text:hover{color:var(--color__text-light);opacity:.75}.link-with-icon{display:inline-flex;font-size:1.4rem;font-weight:600;letter-spacing:.1rem;text-decoration:none;margin-bottom:4.5rem;white-space:nowrap}.link-with-icon .icon{width:1.5rem;margin-left:1rem}a:not([href]){cursor:not-allowed}.underlined-link,.inline-richtext a{color:var(--color__text-light);text-underline-offset:.3rem;text-decoration-thickness:.1rem}.underlined-link,.inline-richtext a{text-decoration:underline}.underlined-link:hover,.inline-richtext a:hover{color:var(--color__text-light);text-decoration-thickness:.2rem}.icon-arrow{width:1.5rem;height:1.5rem}h3 .icon-arrow,.h0 .icon-arrow{margin-bottom:-.2rem;width:calc(var(--font-heading-scale) * 1.6rem);height:calc(var(--font-heading-scale) * 1.6rem)}.animate-arrow .icon-arrow path{transition:transform .2s ease}.animate-arrow:hover .icon-arrow path{transform:translate(.2rem)}.svg-wrapper{display:inline-flex;align-items:center;justify-content:center}.svg-wrapper>svg{width:100%;height:100%;fill:currentColor}.rte{word-wrap:break-word}.rte:after{content:"";display:block;clear:both}.rte>*:first-child{margin-top:0}.rte>*:last-child{margin-bottom:0}.rte table{border-collapse:collapse;border-spacing:0}@media screen and (min-width: 750px){.rte table td{padding-left:1.2rem;padding-right:1.2rem}}.rte img{height:auto;max-width:100%;border:var(--text-boxes-border-width) solid var(--color__border-divider-1);border-radius:var(--text-boxes-radius);box-shadow:none}.rte ul,.rte ol{padding-left:2rem}.rte li{list-style:inherit}.rte li:last-child{margin-bottom:0}.rte a{color:var(--color__text-light);text-underline-offset:.3rem;text-decoration-thickness:.1rem}.rte a:hover{text-decoration-thickness:.2rem}.rte blockquote{display:inline-flex;font-size:1.5rem}.rte blockquote>*{margin:1rem 0}.multicolumn{width:100%;max-width:100vw;overflow-x:hidden}.multicolumn .studio-title{margin:0}.multicolumn.no-heading .studio-title{display:none}.multicolumn .studio-title-wrapper-with-link{margin-top:0}@media screen and (max-width: 749px){.multicolumn .studio-title-wrapper-with-link{margin-bottom:3rem}}@media screen and (min-width: 750px) and (max-width: 989px){.multicolumn__title{padding-left:5rem;padding-right:5rem}}@media screen and (max-width: 989px){.multicolumn .studio-page-width{padding-left:0;padding-right:0}}.multicolumn-card__image-wrapper--third-width{width:33%}.multicolumn-card__image-wrapper--half-width{width:50%}.multicolumn-list__item.studio-center .multicolumn-card__image-wrapper:not(.multicolumn-card__image-wrapper--full-width),.multicolumn-list__item:only-child{margin-left:auto;margin-right:auto}.multicolumn .studio-button{margin-top:1.5rem}@media screen and (min-width: 750px){.multicolumn .studio-button{margin-top:4rem}}.multicolumn-list{margin-top:0;margin-bottom:0;padding:0}.multicolumn-list__item:only-child{max-width:72rem}.multicolumn-list__item--empty{display:none}.multicolumn:not(.background-none) .multicolumn-card{background:var(--color__background-body);height:100%}.multicolumn.background-primary .multicolumn-card{background:var(--color__background-body) linear-gradient(var(--color__background-overlay-1),var(--color__background-overlay-1))}.multicolumn-list h3{line-height:calc(1 + .5/max(1,var(--font-heading-scale)))}.multicolumn-list h3,.multicolumn-list p{margin:0}.multicolumn-card-spacing{padding-top:2.5rem;margin-left:2.5rem;margin-right:2.5rem}.multicolumn-card__info>:nth-child(2){margin-top:1rem}.multicolumn-list__item.studio-center .media--adapt,.multicolumn-list__item .media--adapt .multicolumn-card__image{width:auto}.multicolumn-list__item.studio-center .media--adapt img{left:50%;transform:translate(-50%)}@media screen and (max-width: 749px){.multicolumn-list{margin:0;width:100%}.multicolumn-list:not(.slider){padding-left:1.5rem;padding-right:1.5rem}}@media screen and (min-width: 750px) and (max-width: 989px){.multicolumn-list:not(.slider){padding-left:5rem;padding-right:5rem}}@media screen and (min-width: 750px){.multicolumn-list.slider{padding:0}.multicolumn-list__item,.grid--4-col-desktop .multicolumn-list__item{padding-bottom:0}.background-none .studio-grid--2-col-tablet .multicolumn-list__item{margin-top:4rem}}.background-none .multicolumn-card-spacing{padding:0;margin:0}.multicolumn-card__info{padding:2.5rem}.background-none .multicolumn-card__info{padding-top:0;padding-left:0;padding-right:0}.background-none .slider .multicolumn-card__info{padding-bottom:0}.background-none .multicolumn-card__image-wrapper+.multicolumn-card__info{padding-top:2.5rem}.background-none .slider .multicolumn-card__info{padding-left:.5rem}.background-none .slider .multicolumn-card__image-wrapper+.multicolumn-card__info{padding-left:1.5rem}.background-none .multicolumn-list:not(.slider) .studio-center .multicolumn-card__info{padding-left:2.5rem;padding-right:2.5rem}@media screen and (max-width: 749px){.background-none .slider .multicolumn-card__info{padding-bottom:1rem}.multicolumn.background-none .slider.slider--mobile{margin-bottom:0rem}}@media screen and (min-width: 750px){.background-none .multicolumn-card__image-wrapper{margin-left:1.5rem;margin-right:1.5rem}.background-none .multicolumn-list .multicolumn-card__info,.background-none .multicolumn-list:not(.slider) .studio-center .multicolumn-card__info{padding-left:1.5rem;padding-right:1.5rem}}.multicolumn-card{position:relative;box-sizing:border-box}.multicolumn-card>.multicolumn-card__image-wrapper--full-width:not(.multicolumn-card-spacing){border-top-left-radius:calc(var(--text-boxes-radius) - var(--text-boxes-border-width));border-top-right-radius:calc(var(--text-boxes-radius) - var(--text-boxes-border-width));overflow:hidden}.multicolumn.background-none .multicolumn-card{border-radius:0}.multicolumn-card__info .link{text-decoration:none;font-size:inherit;margin-top:1.5rem}.multicolumn-card__info .icon-wrap{margin-left:.8rem;white-space:nowrap}@media screen and (min-width: 990px){.multicolumn-list__item--empty{display:list-item}}@media (prefers-reduced-motion: no-preference){.scroll-trigger.animate--fade-in,.scroll-trigger.animate--slide-in{opacity:0;transform:translateY(2rem)}.scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in{animation:fadeIn .6s ease-out}.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in{animation:slideIn .6s ease-out}.scroll-trigger.scroll-trigger--design-mode.animate--fade-in,.scroll-trigger.scroll-trigger--design-mode.animate--slide-in{animation:none;opacity:1;transform:inherit}@keyframes slideIn{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}.isolate{position:relative;z-index:0}.section+.section{margin-top:0}.window--full{width:100%;max-width:100vw;overflow-x:hidden}@media screen and (min-width: 750px){.section+.section{margin-top:0}}.caption{font-size:1.2rem;line-height:calc(1 + .5/max(1,var(--font-heading-scale)));color:var(--color__text-light);opacity:.75}.content-container{position:relative;background:var(--color__background-body);border-radius:var(--text-boxes-radius);box-shadow:0 0 0 .1rem var(--color__border-divider-1)}.content-container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--text-boxes-radius);box-shadow:0 0 0 .1rem var(--color__border-divider-1);z-index:-1}.gradient{background:var(--color__background-body);background:linear-gradient(to bottom,transparent,var(--color__background-body) 40%,var(--color__background-body))}.inline-richtext{color:var(--color__text-light)}.inline-richtext h1,.inline-richtext h2,.inline-richtext h3,.inline-richtext h4,.inline-richtext h5,.inline-richtext h6{margin:0;font-size:inherit;font-weight:inherit;line-height:inherit}.inline-richtext p{margin:0}.inline-richtext a{color:var(--color__text-light);text-underline-offset:.3rem;text-decoration-thickness:.1rem}.inline-richtext a:hover{text-decoration-thickness:.2rem}.image-with-text .studio-grid{margin-bottom:0}.image-with-text .studio-grid__item{position:relative}@media screen and (min-width: 750px){.image-with-text__grid--reverse{flex-direction:row-reverse}}.image-with-text__media{min-height:100%;overflow:visible}.image-with-text__media--small{height:19.4rem}.image-with-text__media--medium{height:29.6rem}.image-with-text__media--large{height:43.5rem}@media screen and (min-width: 750px){.image-with-text__media--small{height:31.4rem}.image-with-text__media--medium{height:46rem}.image-with-text__media--large{height:69.5rem}}.image-with-text__media--placeholder{position:relative;overflow:hidden}.image-with-text__media--placeholder:after{content:"";position:absolute;background:var(--color__background-overlay-1)}.image-with-text__media--placeholder.image-with-text__media--adapt{height:20rem}@media screen and (min-width: 750px){.image-with-text__media--placeholder.image-with-text__media--adapt{height:30rem}}.image-with-text__media--placeholder>svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;fill:currentColor}.image-with-text__media--placeholder:is(.animate--ambient,.animate--zoom-in)>.svg-wrapper{top:0;left:0;transform:translate(0)}.image-with-text__content{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;align-self:center;padding:4rem calc(4rem / var(--font-body-scale)) 5rem;position:relative;z-index:1}.image-with-text .studio-grid__item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item:after{border-radius:var(--media-radius);box-shadow:var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow),var(--media-shadow-opacity))}.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item:after{border-radius:var(--text-boxes-radius);box-shadow:var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow),var(--text-boxes-shadow-opacity))}.image-with-text .image-with-text__media-item>*{border-radius:var(--media-radius);overflow:hidden;box-shadow:var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow),var(--media-shadow-opacity))}.image-with-text .global-media-settings{overflow:hidden!important}.image-with-text .image-with-text__text-item>*{border-radius:var(--text-boxes-radius);overflow:hidden;box-shadow:var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow),var(--text-boxes-shadow-opacity))}.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item>*,.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item>*{box-shadow:none}@media screen and (max-width: 749px){.image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media-item:after,.image-with-text.collapse-corners:not(.image-with-text--overlap) .studio-grid__item .image-with-text__media,.image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media img,.image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media .placeholder-svg{border-bottom-right-radius:0;border-bottom-left-radius:0}.image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__text-item:after,.image-with-text.collapse-corners:not(.image-with-text--overlap) .studio-grid__item .image-with-text__content{border-top-left-radius:0;border-top-right-radius:0}.image-with-text.collapse-borders:not(.image-with-text--overlap) .image-with-text__content{border-top:0}}.image-with-text__content--mobile-right>*{align-self:flex-end;text-align:right}.image-with-text__content--mobile-center>*{align-self:center;text-align:center}.image-with-text--overlap .image-with-text__content{width:90%;margin:-3rem auto 0}@media screen and (min-width: 750px){.image-with-text__grid--reverse .image-with-text__content{margin-left:auto}.image-with-text__content--bottom{justify-content:flex-end;align-self:flex-end}.image-with-text__content--top{justify-content:flex-start;align-self:flex-start}.image-with-text__content--desktop-right>*{align-self:flex-end;text-align:right}.image-with-text__content--desktop-left>*{align-self:flex-start;text-align:left}.image-with-text__content--desktop-center>*{align-self:center;text-align:center}.image-with-text--overlap .image-with-text__text-item{display:flex;padding:3rem 0}.image-with-text--overlap .image-with-text__content{height:auto;width:calc(100% + 4rem);min-width:calc(100% + 4rem);margin-top:0;margin-left:-4rem}.image-with-text--overlap .image-with-text__grid--reverse .image-with-text__content{margin-left:0;margin-right:-4rem}.image-with-text--overlap .image-with-text__grid--reverse .image-with-text__text-item{justify-content:flex-end}.image-with-text--overlap .image-with-text__media-item--top{align-self:flex-start}.image-with-text--overlap .image-with-text__media-item--middle{align-self:center}.image-with-text--overlap .image-with-text__media-item--bottom{align-self:flex-end}.image-with-text__media-item--small,.image-with-text__media-item--large+.image-with-text__text-item{flex-grow:0}.image-with-text.collapse-corners:not(.image-with-text--overlap) .studio-grid:not(.image-with-text__grid--reverse) .image-with-text__media-item:after,.image-with-text.collapse-corners:not(.image-with-text--overlap) .studio-grid:not(.image-with-text__grid--reverse) .image-with-text__media,.image-with-text.collapse-corners:not(.image-with-text--overlap) .studio-grid:not(.image-with-text__grid--reverse) .image-with-text__media img,.image-with-text.collapse-corners:not(.image-with-text--overlap) .studio-grid:not(.image-with-text__grid--reverse) .image-with-text__media .placeholder-svg,.image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__text-item:after,.image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__content,.image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__content:after{border-top-right-radius:0;border-bottom-right-radius:0}.image-with-text.collapse-corners:not(.image-with-text--overlap) .studio-grid:not(.image-with-text__grid--reverse) .image-with-text__text-item:after,.image-with-text.collapse-corners:not(.image-with-text--overlap) .studio-grid:not(.image-with-text__grid--reverse) .image-with-text__content,.image-with-text.collapse-corners:not(.image-with-text--overlap) .studio-grid:not(.image-with-text__grid--reverse) .image-with-text__content:after,.image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media-item:after,.image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media,.image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media img,.image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media .placeholder-svg{border-top-left-radius:0;border-bottom-left-radius:0}.image-with-text.collapse-borders:not(.image-with-text--overlap) .studio-grid:not(.image-with-text__grid--reverse) .image-with-text__content{border-left:0}.image-with-text.collapse-borders:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__content{border-right:0}}.image-with-text:not(.collapse-corners,.image-with-text--overlap) .image-with-text__media-item{z-index:2}.image-with-text.image-with-text--overlap .backround-transparent,.image-with-text:not(.image-with-text--overlap) .background-transparent{background:transparent}.image-with-text .gradient{transform:perspective(0)}.image-with-text__content{border-radius:var(--text-boxes-radius);box-shadow:var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow),var(--text-boxes-shadow-opacity));word-break:break-word}@media screen and (min-width: 990px){.image-with-text__content{padding:6rem 7rem 7rem}}.image-with-text__content>*+*{margin-top:2rem}.image-with-text__content>.image-with-text__text:empty~a{margin-top:2rem}.image-with-text__content>:first-child:is(.image-with-text__heading),.image-with-text__text--caption+.image-with-text__heading,.image-with-text__text--caption:first-child{margin-top:0}.image-with-text__content :last-child:is(.image-with-text__heading),.image-with-text__text--caption{margin-bottom:0}.image-with-text__content .studio-button+.image-with-text__text{margin-top:2rem}.image-with-text__content .image-with-text__text+.studio-button{margin-top:3rem}.image-with-text__heading{margin-bottom:0}.image-with-text__text p{margin-top:0;margin-bottom:1rem}@media screen and (max-width: 749px){.collapse-padding .image-with-text__grid .image-with-text__content{padding-left:0;padding-right:0}}@media screen and (min-width: 750px){.collapse-padding .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__content:not(.image-with-text__content--desktop-center){padding-right:0}.collapse-padding .image-with-text__grid--reverse .image-with-text__content:not(.image-with-text__content--desktop-center){padding-left:0}}@supports not (inset: 10px){.image-with-text .studio-grid{margin-left:0}}.multirow__inner{display:flex;flex-direction:column;row-gap:var(--grid-mobile-vertical-spacing)}@media screen and (min-width: 750px){.multirow__inner{row-gap:var(--grid-desktop-vertical-spacing)}}.image-with-text__content .image-with-text__text.body,.image-with-text__content .image-with-text__text.body *{font-size:var(--type__font-base);line-height:1.6;font-weight:400;color:var(--color__text-light)}.image-with-text__content .image-with-text__text.subtitle,.image-with-text__content .image-with-text__text.subtitle *{font-size:var(--type__font-500);line-height:1.5;font-weight:500;color:var(--color__text-light);letter-spacing:.02em}@media screen and (min-width: 750px){.image-with-text__content .image-with-text__text.body,.image-with-text__content .image-with-text__text.body *{font-size:var(--type__font-base);line-height:1.7}.image-with-text__content .image-with-text__text.subtitle,.image-with-text__content .image-with-text__text.subtitle *{font-size:var(--type__font-500);line-height:1.6}}@media screen and (min-width: 990px){.image-with-text__content .image-with-text__text.body,.image-with-text__content .image-with-text__text.body *{font-size:var(--type__font-base);line-height:1.8}.image-with-text__content .image-with-text__text.subtitle,.image-with-text__content .image-with-text__text.subtitle *{font-size:var(--type__font-500);line-height:1.6}}:root{--page-width: 120rem;--grid-desktop-horizontal-spacing: 2rem;--color-foreground: 0, 0, 0;--shadow-vertical-offset: .4rem;--shadow-blur-radius: 1.2rem;--shadow-visible: .08}slider-component{--desktop-margin-left-first-item: max( 5rem, calc((100vw - var(--page-width) + 10rem - var(--grid-desktop-horizontal-spacing)) / 2) );position:relative;display:block}slider-component.slider-component-full-width{--desktop-margin-left-first-item: 1.5rem}@media screen and (max-width: 749px){slider-component.page-width{padding:0 1.5rem}}@media screen and (min-width: 749px) and (max-width: 990px){slider-component.page-width{padding:0 5rem}}.slider__slide{--focus-outline-padding: .5rem;--shadow-padding-top: calc((var(--shadow-vertical-offset) * -1 + var(--shadow-blur-radius)) * var(--shadow-visible));--shadow-padding-bottom: calc((var(--shadow-vertical-offset) + var(--shadow-blur-radius)) * var(--shadow-visible));scroll-snap-align:start;flex-shrink:0;padding-bottom:0}@media screen and (max-width: 749px){.slider.slider--mobile{position:relative;flex-wrap:inherit;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-padding-left:1.5rem;-webkit-overflow-scrolling:touch;margin-bottom:1rem}.slider--mobile:after{content:"";width:0;padding-left:1.5rem}.slider.slider--mobile .slider__slide{margin-bottom:0;padding-top:max(var(--focus-outline-padding),var(--shadow-padding-top));padding-bottom:max(var(--focus-outline-padding),var(--shadow-padding-bottom))}.slider.slider--mobile.contains-card--standard .slider__slide:not(.collection-list__item--no-media){padding-bottom:var(--focus-outline-padding)}.slider.slider--mobile.contains-content-container .slider__slide{--focus-outline-padding: 0rem}}@media screen and (min-width: 750px){.slider.slider--tablet-up{position:relative;flex-wrap:inherit;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-padding-left:1rem;-webkit-overflow-scrolling:touch}.slider.slider--tablet-up .slider__slide{margin-bottom:0}}@media screen and (max-width: 989px){.slider.slider--tablet{position:relative;flex-wrap:inherit;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-padding-left:1.5rem;-webkit-overflow-scrolling:touch;margin-bottom:1rem}.slider--tablet:after{content:"";width:0;padding-left:1.5rem;margin-left:calc(-1 * var(--grid-desktop-horizontal-spacing))}.slider.slider--tablet .slider__slide{margin-bottom:0;padding-top:max(var(--focus-outline-padding),var(--shadow-padding-top));padding-bottom:max(var(--focus-outline-padding),var(--shadow-padding-bottom))}.slider.slider--tablet.contains-card--standard .slider__slide:not(.collection-list__item--no-media){padding-bottom:var(--focus-outline-padding)}.slider.slider--tablet.contains-content-container .slider__slide{--focus-outline-padding: 0rem}}.slider--everywhere{position:relative;flex-wrap:inherit;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;margin-bottom:1rem}.slider.slider--everywhere .slider__slide{margin-bottom:0;scroll-snap-align:center}@media screen and (min-width: 990px){.slider-component-desktop.page-width{max-width:none}.slider--desktop{position:relative;flex-wrap:inherit;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;margin-bottom:1rem;scroll-padding-left:var(--desktop-margin-left-first-item)}.slider--desktop:after{content:"";width:0;padding-left:5rem;margin-left:calc(-1 * var(--grid-desktop-horizontal-spacing))}.slider.slider--desktop .slider__slide{margin-bottom:0;padding-top:max(var(--focus-outline-padding),var(--shadow-padding-top));padding-bottom:max(var(--focus-outline-padding),var(--shadow-padding-bottom))}.slider--desktop .slider__slide:first-child{margin-left:var(--desktop-margin-left-first-item);scroll-margin-left:var(--desktop-margin-left-first-item)}.slider-component-full-width .slider--desktop{scroll-padding-left:1.5rem}.slider-component-full-width .slider--desktop .slider__slide:first-child{margin-left:1.5rem;scroll-margin-left:1.5rem}.slider-component-full-width .slider--desktop:after{padding-left:1.5rem}.slider--desktop.grid--5-col-desktop .grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 5 - var(--grid-desktop-horizontal-spacing) * 2)}.slider--desktop.grid--4-col-desktop .grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 4 - var(--grid-desktop-horizontal-spacing) * 3)}.slider--desktop.grid--3-col-desktop .grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 3 - var(--grid-desktop-horizontal-spacing) * 4)}.slider--desktop.grid--2-col-desktop .grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 2 - var(--grid-desktop-horizontal-spacing) * 5)}.slider--desktop.grid--1-col-desktop .grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) - var(--grid-desktop-horizontal-spacing) * 9)}.slider.slider--desktop.contains-card--standard .slider__slide:not(.collection-list__item--no-media){padding-bottom:var(--focus-outline-padding)}.slider.slider--desktop.contains-content-container .slider__slide{--focus-outline-padding: 0rem}}@media (prefers-reduced-motion){.slider{scroll-behavior:auto}}.slider{scrollbar-color:rgb(var(--color-foreground)) rgba(var(--color-foreground),.04);-ms-overflow-style:none;scrollbar-width:none}.slider::-webkit-scrollbar{height:.4rem;width:.4rem;display:none}.slider::-webkit-scrollbar-thumb{background-color:rgb(var(--color-foreground));border-radius:.4rem;border:0}.slider::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.04);border-radius:.4rem}.slider-counter{display:flex;justify-content:center;min-width:4.4rem}@media screen and (min-width: 750px){.slider-counter--dots{margin:0 1.2rem}}.slider-counter__link{padding:1rem}@media screen and (max-width: 749px){.slider-counter__link{padding:.7rem}}.slider-counter__link--dots .dot{width:1rem;height:1rem;border-radius:50%;border:.1rem solid rgba(var(--color-foreground),.5);padding:0;display:block}.slider-counter__link--active.slider-counter__link--dots .dot{background-color:rgb(var(--color-foreground))}@media screen and (forced-colors: active){.slider-counter__link--active.slider-counter__link--dots .dot{background-color:CanvasText}}.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot{border-color:rgb(var(--color-foreground))}.slider-counter__link--dots .dot,.slider-counter__link--numbers{transition:transform .2s ease-in-out}.slider-counter__link--active.slider-counter__link--numbers,.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot,.slider-counter__link--numbers:hover{transform:scale(1.1)}.slider-counter__link--numbers{color:rgba(var(--color-foreground),.5);text-decoration:none}.slider-counter__link--numbers:hover{color:rgb(var(--color-foreground))}.slider-counter__link--active.slider-counter__link--numbers{text-decoration:underline;color:rgb(var(--color-foreground))}.slider-buttons{display:flex;align-items:center;justify-content:center}@media screen and (min-width: 990px){.slider:not(.slider--everywhere):not(.slider--desktop)+.slider-buttons{display:none}}@media screen and (max-width: 989px){.slider--desktop:not(.slider--tablet)+.slider-buttons{display:none}}@media screen and (min-width: 750px){.slider--mobile+.slider-buttons{display:none}}.slider-button{color:rgba(var(--color-foreground),.75);background:transparent;border:none;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.slider-button:not([disabled]):hover{color:rgb(var(--color-foreground))}.slider-button .icon{height:.6rem}.slider-button[disabled] .icon{color:rgba(var(--color-foreground),.3);cursor:not-allowed}.slider-button--next .icon{transform:rotate(-90deg)}.slider-button--prev .icon{transform:rotate(90deg)}.slider-button--next:not([disabled]):hover .icon{transform:rotate(-90deg) scale(1.1)}.slider-button--prev:not([disabled]):hover .icon{transform:rotate(90deg) scale(1.1)}.large-up-hide{display:block}@media screen and (min-width: 990px){.large-up-hide{display:none}}.small-hide{display:none}@media screen and (min-width: 750px){.small-hide{display:block}}.medium-hide{display:block}@media screen and (min-width: 750px) and (max-width: 989px){.medium-hide{display:none}}.caption{font-size:1.2rem;line-height:calc(1 + .5/max(1,1));color:rgba(var(--color-foreground),.75)}@media screen and (min-width: 750px){.caption{font-size:1.3rem}}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}
/*# sourceMappingURL=/cdn/shop/t/21/assets/studio-section-styles.css.map */
