.parallax-section{position:relative;width:100%;height:var(--parallax-section-height, 700px);overflow:hidden;display:flex;align-items:center;justify-content:center}.parallax__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.parallax__background-image{width:100%;height:100%;object-fit:cover;object-position:center;will-change:transform}.parallax__background--fixed{clip-path:inset(0)}.parallax__background--fixed .parallax__background-image{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;object-fit:cover;object-position:center}.parallax__background-placeholder{width:100%;height:100%;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center}.parallax__background-placeholder .placeholder-svg{width:100%;height:100%;object-fit:cover}.parallax__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:var(--parallax-overlay-opacity, 0);pointer-events:none}.parallax__overlay-image{position:absolute;z-index:2;width:var(--overlay-image-width, 30%);opacity:var(--overlay-image-opacity, 1);pointer-events:none}.parallax__overlay-img{width:100%;height:auto;object-fit:contain}.parallax__overlay-image--top-left{top:5%;left:5%}.parallax__overlay-image--top-center{top:5%;left:50%;transform:translate(-50%)}.parallax__overlay-image--top-right{top:5%;right:5%}.parallax__overlay-image--middle-left{top:50%;left:5%;transform:translateY(-50%)}.parallax__overlay-image--middle-center{top:50%;left:50%;transform:translate(-50%,-50%)}.parallax__overlay-image--middle-right{top:50%;right:5%;transform:translateY(-50%)}.parallax__overlay-image--bottom-left{bottom:5%;left:5%}.parallax__overlay-image--bottom-center{bottom:5%;left:50%;transform:translate(-50%)}.parallax__overlay-image--bottom-right{bottom:5%;right:5%}.parallax__content{position:relative;z-index:2;width:100%;height:100%;display:flex;padding:3rem 2rem;box-sizing:border-box}.parallax-section--top-left .parallax__content{align-items:flex-start;justify-content:flex-start}.parallax-section--top-center .parallax__content{align-items:flex-start;justify-content:center}.parallax-section--top-right .parallax__content{align-items:flex-start;justify-content:flex-end}.parallax-section--middle-left .parallax__content{align-items:center;justify-content:flex-start}.parallax-section--middle-center .parallax__content{align-items:center;justify-content:center}.parallax-section--middle-right .parallax__content{align-items:center;justify-content:flex-end}.parallax-section--bottom-left .parallax__content{align-items:flex-end;justify-content:flex-start}.parallax-section--bottom-center .parallax__content{align-items:flex-end;justify-content:center}.parallax-section--bottom-right .parallax__content{align-items:flex-end;justify-content:flex-end}.parallax__content-box{max-width:var(--parallax-content-width, 50%);padding:3rem 2.5rem;box-sizing:border-box}.parallax-section--box-white .parallax__content-box{background-color:#fff;box-shadow:0 4px 30px #0000001a}.parallax-section--box-transparent .parallax__content-box{background-color:transparent;padding:2rem 0;box-shadow:none}.parallax__heading{margin:0 0 1rem;line-height:1.1;font-weight:700;text-transform:uppercase;font-family:var(--font-heading-family, inherit)}.parallax__heading--overlay{position:absolute;z-index:4;left:50%;top:50%;transform:translate(-50%,-50%);width:90%;text-align:center;pointer-events:none;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.3);mix-blend-mode:normal}.parallax__heading.h3{font-size:1.5rem}.parallax__heading.h2{font-size:2rem}.parallax__heading.h1{font-size:3rem}.parallax__heading.h0{font-size:4rem}.parallax__heading.hxl{font-size:5rem}.parallax__heading.hxxl{font-size:7rem}.parallax__subheading{margin:0 0 1.5rem;font-size:1.2rem;line-height:1.4}.parallax__subheading.subtitle{font-size:1.1rem;font-style:italic;opacity:.9}.parallax__subheading.caption-with-letter-spacing{font-size:.85rem;letter-spacing:.15em;text-transform:uppercase}.parallax__text{margin:0 0 1.5rem;line-height:1.7;font-size:1rem}.parallax__text.body{font-size:1.4rem}.parallax__text.subtitle{font-size:1.1rem;font-style:italic}.parallax__text.caption-with-letter-spacing{font-size:.85rem;letter-spacing:.1em}.parallax__text p{margin:0 0 1rem}.parallax__text p:last-child{margin-bottom:0}.parallax__author{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1)}.parallax__author-name{margin:0;font-weight:600;font-size:1rem}.parallax__author-title{margin:.25rem 0 0;font-size:.9rem;font-style:italic;opacity:.8}.parallax__spacer{flex-shrink:0}.parallax__buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.parallax__buttons .button{min-width:120px}@media screen and (min-width:750px){.parallax__content{padding:5rem 3rem}.parallax__content-box{padding:4rem 3.5rem}.parallax__heading.h3{font-size:2rem}.parallax__heading.h2{font-size:2.5rem}.parallax__heading.h1{font-size:4rem}.parallax__heading.h0{font-size:5.5rem}.parallax__heading.hxl{font-size:7rem}.parallax__heading.hxxl{font-size:10rem}}@media screen and (min-width:990px){.parallax__content{padding:5rem}.parallax__content-box{max-width:var(--parallax-content-width, 50%);padding:2rem}}@media screen and (max-width:749px){.parallax-section{min-height:var(--parallax-section-height, 500px)}.parallax__content-box{max-width:100%;padding:2rem 1.5rem}.parallax-section--disable-mobile .parallax__background--fixed{clip-path:none}.parallax-section--disable-mobile .parallax__background--fixed .parallax__background-image{position:absolute;height:100%}.parallax-section--top-right .parallax__content,.parallax-section--middle-right .parallax__content,.parallax-section--bottom-right .parallax__content{justify-content:center}.parallax__heading.hxl,.parallax__heading.hxxl{font-size:3rem}.parallax__heading--overlay{position:relative;left:auto;top:auto;transform:none;width:100%;text-shadow:none}}.parallax-section.scroll-trigger.animate--fade-in:not(.scroll-trigger--active):not(.scroll-trigger--cancel){opacity:0;transition:opacity .6s ease}.parallax-section.scroll-trigger.animate--fade-in.scroll-trigger--active,.parallax-section.scroll-trigger.animate--fade-in.scroll-trigger--cancel{opacity:1}.parallax__content-box.scroll-trigger.animate--slide-in{opacity:0;transform:translateY(30px);transition:opacity .8s ease .2s,transform .8s ease .2s}.parallax__content-box.scroll-trigger.animate--slide-in.scroll-trigger--active{opacity:1;transform:translateY(0)}.parallax__background-image,.parallax__overlay-image{backface-visibility:hidden;-webkit-backface-visibility:hidden}@media screen and (max-width:749px){.parallax__overlay-image{width:86%!important}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/section-parallax.css.map */
