.zoom-container,.zoom-container *,.zoom-container :after,.zoom-container :before{box-sizing:border-box}.zoom-container :root{--progress:0}.section{--progress:0;background-color:#fff;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.section__media{z-index:-1;width:100%;height:100%;transform:scale(var(--progress));position:absolute;top:0;left:0}.section__media__front,.section__media__back{width:100%;height:100%;position:absolute;top:0;left:0}.section__media__front{filter:blur(2px)}.section__media__front img{-webkit-mask-image:url(/zoom/mask.png);mask-image:url(/zoom/mask.png);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:cover;mask-size:cover}.front-1{transform:scale(1)}.front-2{transform:scale(.85)}.front-3{transform:scale(.6)}.front-4{transform:scale(.45)}.front-5{transform:scale(.3)}.front-6{transform:scale(.15)}.section__media img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute}.section h1{color:#000;font-size:3vw;font-weight:500;display:flex;transform:translateY(-15%)}.section h1 span{display:inline-block}.section h1 .left{transform:translate3d(calc(var(--progress)*(-66vw + 100%) - .5vw),0,0)}.section h1 .right{transform:translate3d(calc(var(--progress)*(66vw - 100%)),0,0)}@media (max-width:768px){.section h1{font-size:9vw}.section h1 .left{transform:translate3d(calc(var(--progress)*(-100vw + 100%) - .5vw),0,0)}.section h1 .right{transform:translate3d(calc(var(--progress)*(100vw - 100%)),0,0)}}.section__images{perspective:100vh;width:100vw;height:100vh;position:absolute;top:0;left:0}.section__images img{width:10vw;position:absolute}@media (max-width:768px){.section__images img{width:20vw}}.section__images img:first-of-type{top:15vw;left:-3vw}.section__images img:nth-of-type(2){top:5vw;left:20vw}.section__images img:nth-of-type(3){top:8vw;left:26.5vw}@media (max-width:768px){.section__images img:nth-of-type(3){top:30vw;left:30vw}}.section__images img:nth-of-type(4){top:18vw;right:18vw}@media (max-width:768px){.section__images img:nth-of-type(4){top:30vw;right:15vw}}.section__images img:nth-of-type(5){top:5vw;right:10vw}@media (max-width:768px){.section__images img:nth-of-type(5){top:10vw;right:5vw}}.section__images img:nth-of-type(6){bottom:5vw;left:10vw}@media (max-width:768px){.section__images img:nth-of-type(6){left:5vw}}.section__images img:nth-of-type(7){bottom:8vw;left:22.5vw}@media (max-width:768px){.section__images img:nth-of-type(7){bottom:27.5vw;left:10vw}}.section__images img:nth-of-type(8){bottom:3vw;left:45vw}@media (max-width:768px){.section__images img:nth-of-type(8){bottom:10vw;left:35vw}}.section__images img:nth-of-type(9){bottom:5vw;right:15vw}@media (max-width:768px){.section__images img:nth-of-type(9){bottom:5vw}}.section__images img:nth-of-type(10){bottom:9vw;right:7vw}@media (max-width:768px){.section__images img:nth-of-type(10){bottom:22vw;right:3vw}}
.sticky-sections-wrapper{--color-bg:#12100e;--color-text:#fff;--color-bg-1:#2f251e;--color-bg-2:#43392f;--color-bg-3:var(--color-bg-1);--color-bg-4:var(--color-bg-2);--color-bg-5:var(--color-bg-1);--color-bg-6:var(--color-bg-2)}.sticky-wrap{width:100%}.sticky-content{flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:relative}.sticky-content:before{content:"";z-index:1;background:#00000080;position:absolute;inset:0}.sticky-content>*{z-index:2;position:relative}.sticky-content--sticky{--offset:0px;width:100vw;top:0;top:var(--offset);height:100vh;position:sticky}.sticky-content--grid,.sticky-content--grid .sticky-content__inner{grid-column-gap:5vw;grid-row-gap:2vh;grid-template-areas:"content-title""content-text""button";align-content:center;justify-items:center;display:grid;overflow:hidden}.sticky-content__img{grid-area:content-img;width:50%;max-width:300px;height:auto}.sticky-content__img--large{width:60%;height:auto}.sticky-content__title{letter-spacing:-.095em;text-transform:uppercase;color:var(--color-text);text-align:center;grid-area:content-title;max-width:500px;margin:0;font-size:clamp(1.5rem,4vw,3.5rem);font-weight:400;line-height:1}.sticky-content__title i{font-style:normal;font-weight:400;display:inline}.sticky-content__text{text-align:center;backface-visibility:hidden;max-width:500px;color:var(--color-text);grid-area:content-text;margin:0;padding:0 1rem;line-height:1.5}.sticky-content__text--left{text-align:center}.sticky-text-meta{opacity:.9;font-size:.95rem}.sticky-content__button{color:#12100e;cursor:pointer;text-align:center;background-color:#fff;border-radius:50px;grid-area:button;margin-top:.75rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:400;text-decoration:none;transition:background-color .3s;display:inline-block}.sticky-content__button:hover{background-color:#f0f0f0}.bg-1{background:var(--color-bg-1)}.bg-2{background:var(--color-bg-2)}.bg-3{background:var(--color-bg-3)}.bg-4{background:var(--color-bg-4)}.bg-5{background:var(--color-bg-5)}.bg-6{background:var(--color-bg-6)}@media screen and (min-width:63em){.sticky-content{padding:2rem 3rem}.sticky-content--grid,.sticky-content--grid .sticky-content__inner{grid-template-columns:30% 1fr;grid-template-areas:"content-img content-title""content-img content-text""content-img button";justify-items:start}.sticky-content__img--large{width:160%}.sticky-content__img--left{justify-self:end}.sticky-content__text--left{text-align:left;align-self:start}.sticky-content__title{text-align:left;align-self:end}.sticky-content__button{justify-self:start}}
