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