.scroll-carousel{position:relative;width:100%;z-index:1;background-color:#f7f8fc;width:100%;height:100vh;height:var(--app-height);max-height:100vh;max-height:var(--app-height)}.scroll-carousel.scroll-carousel--on-view{padding-top:62px}.scroll-carousel .scroll-carousel__list{list-style:none;width:100%;position:relative;overflow-y:hidden;overflow-x:hidden;scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;height:100vh;height:var(--app-height);max-height:100vh;max-height:var(--app-height)}.scroll-carousel__nav{position:absolute;top:50%;right:2rem;transform:translateY(-50%);display:flex;flex-direction:column;z-index:1}.scroll-carousel__nav__element{height:1rem;width:1rem;border-radius:1rem;background-color:#7578ea;transition:height .5s;margin:1rem 0;cursor:pointer}.scroll-carousel__nav__element--active{height:2rem}.scroll-carousel .scroll-carousel__list .scroll-carousel__item{scroll-snap-align:start;height:50vh;max-height:50vh;width:100%;padding:40vh 5rem 45vh 3rem;display:flex;align-items:center}.scroll-carousel .scroll-carousel__list .scroll-carousel__item:last-child{padding-bottom:60vh}.scroll-carousel .scroll-carousel__list .scroll-carousel__item article{width:100%;display:flex;flex-direction:row;justify-content:center}.scroll-carousel .scroll-carousel__list .scroll-carousel__item article .scroll-carousel__content{display:flex;flex-direction:column;align-items:center}.scroll-carousel .scroll-carousel__list .scroll-carousel__item article .scroll-carousel__text{display:flex;flex-direction:column;width:100%;max-width:30rem}.scroll-carousel .scroll-carousel__list .scroll-carousel__item article img{max-width:20rem;margin-bottom:2rem}.scroll-carousel .scroll-carousel__list .scroll-carousel__item article h1{font-size:1.6rem;line-height:1.7rem;color:#303140;font-weight:500;margin-bottom:1rem}.scroll-carousel .scroll-carousel__list .scroll-carousel__item article p{font-size:1.4rem;line-height:1.5rem;color:#303140;font-weight:400}.scroll-carousel .primary-cta{position:absolute;bottom:5rem;right:2rem}@media(min-width:767px){.scroll-carousel .scroll-carousel__list .scroll-carousel__item{padding:40vh 0 45vh 0}.scroll-carousel .scroll-carousel__list .scroll-carousel__item article .scroll-carousel__content{display:flex;flex-direction:row}.scroll-carousel .scroll-carousel__list .scroll-carousel__item article .scroll-carousel__text{margin-left:8rem}.scroll-carousel .scroll-carousel__list .scroll-carousel__item article img{max-width:28rem;margin-bottom:0}.scroll-carousel .scroll-carousel__list .scroll-carousel__item article h1{font-size:3rem;line-height:3.3rem}.scroll-carousel .scroll-carousel__list .scroll-carousel__item article p{font-size:2rem;line-height:2.1rem}}@media(min-width:1025px){.scroll-carousel .scroll-carousel__list .scroll-carousel__item article img{max-width:40rem;margin-bottom:0}}