.switchback-scroller__outer{position:relative}.switchback-scroller__labels{background:var(--white);display:flex;justify-content:space-between;padding:30px 0 60px;position:sticky;top:84px;width:100%;z-index:2}.switchback-scroller__labels p{margin:0}.switchback-scroller-wrapper{align-items:start;display:grid;gap:80px;grid-template-columns:1fr 1fr;position:relative}.switchback-scroller__images{height:calc(100vh - 140px);overflow:hidden;position:sticky;top:140px}.switchback-scroller__image-slide{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:opacity .4s ease}.switchback-scroller__image-slide.is-active{opacity:1;pointer-events:auto}.switchback-scroller__image-slide img{border-radius:var(--border-radius);height:auto;max-height:100%;max-width:100%;object-fit:contain}.switchback-scroller__image-slide object{height:auto;width:100%}.switchback-scroller__text-block,.switchback-scroller__texts{display:flex;flex-direction:column}.switchback-scroller__text-block{justify-content:center;min-height:100vh;padding:60px 0}.switchback-scroller__image-mobile{display:none}.switchback-scroller__image-mobile img{height:auto;margin-bottom:24px;max-width:100%}@media (min-width:1025px){.switchback-scroller__progress{background:var(--dark-blue-transparent);height:calc(100% - 260px);position:absolute;right:0;top:160px;width:3px}.switchback-scroller__progress:after{background:var(--primary-green);content:"";height:var(--scroll-progress,0);left:0;position:absolute;top:0;width:100%}.switchback-scroller__texts{padding-right:40px}}@media (max-width:1024px){.switchback-scroller__labels{position:relative;top:unset}.switchback-scroller__labels>div{display:none}.switchback-scroller-wrapper{gap:0;grid-template-columns:1fr}.switchback-scroller__images{display:none}.switchback-scroller__image-mobile{display:block;margin-bottom:25px}.switchback-scroller__text-block{min-height:unset;padding:40px 0}}