.carousel .carousel__prev,.carousel .carousel__next{cursor:pointer;width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--green-1);border:3px solid var(--white);transition:all .3s ease-out}.carousel .carousel__prev:hover:enabled,.carousel .carousel__prev:active:enabled,.carousel .carousel__next:hover:enabled,.carousel .carousel__next:active:enabled{width:74px;height:74px}.carousel .carousel__prev:active:enabled,.carousel .carousel__next:active:enabled{background-color:var(--ultramarine-1)}.carousel .carousel__prev svg,.carousel .carousel__next svg{width:24px;height:24px;color:var(--white)}.carousel .carousel__prev.swiper-button-disabled svg,.carousel .carousel__next.swiper-button-disabled svg{color:var(--black-1)}.carousel .slider_prev-wrapper{left:80px}.carousel .slider_next-wrapper{right:80px}.carousel .carousel__prev{transform:rotate(90deg);z-index:2}.carousel .carousel__next{transform:rotate(-90deg);z-index:2}.carousel{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;height:100%;overflow:hidden;position:relative;padding:0 40px}.carousel .slider_prev-wrapper,.carousel .slider_next-wrapper{height:100%;position:absolute;display:flex;align-items:center;top:0}.carousel .swiper{width:100%}.carousel .slider-pagination{height:100%;width:100%;display:flex;position:absolute}.carousel .slider-pagination>*{height:100%;width:100%}.carousel__next svg,.carousel__prev svg{width:16px;height:16px}.carousel__image{display:flex;flex-direction:column;gap:10px;height:100%}.carousel__image>img{flex:1 1 0;min-height:0;object-fit:contain!important;border:none!important;outline:none!important}.carousel__image>div{text-align:center;font-size:20px;line-height:24px;color:var(--white);flex:0 0 auto}[data-platform=mobile] .carousel__image{display:flex;flex-direction:column;gap:10px}@media (orientation: portrait){[data-platform=mobile] .carousel__image{width:100%}}[data-platform=mobile] .carousel__image>div{text-align:center;font-size:16px;line-height:20px;color:var(--white)}@supports (font: -apple-system-body) and (-webkit-appearance: none){img[loading=lazy]{clip-path:inset(.6px)}}
