.carousel .carousel__prev,.carousel .carousel__next{cursor:pointer;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#ffffffd9;border-radius:50%;border:none;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 svg,.carousel .carousel__next svg{width:20px;height:20px;color:var(--teal-1)}.carousel .carousel__prev.swiper-button-disabled,.carousel .carousel__next.swiper-button-disabled{opacity:.3}.carousel .slider_prev-wrapper{left:48px}.carousel .slider_next-wrapper{right:48px}.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)}}
