.carousel{overflow:hidden;width:100%}.carousel-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;margin-left:calc(320px + 1.5rem);padding-bottom:2rem}.carousel-wrapper-inner{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;transition:margin-left .6s ease-in-out;-moz-transition:margin-left .6s ease-in-out;-webkit-transition:margin-left .6s ease-in-out;width:100%}.carousel-wrapper-inner.noanimate{transition:margin-left 0ms ease-in-out;-moz-transition:margin-left 0ms ease-in-out;-webkit-transition:margin-left 0ms ease-in-out}.carousel__slide:nth-child(2n){margin-bottom:3rem}.carousel__slide:nth-child(2n-1){margin-top:3rem}.carousel__slide-inner{border-radius:8px;box-shadow:0 4px 40px 0 rgba(41,41,41,.08);margin:.75rem;min-width:320px;overflow:hidden;width:320px}.carousel__slide .image{background-position:50%;background-size:cover;height:320px;position:relative}.carousel__slide .image img{display:block;width:100%}.carousel__slide .logo{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:8px;height:3.75rem;left:1.5rem;position:absolute;top:2rem;width:3.75rem}.carousel__slide .title{align-items:center;align-self:stretch;background:#fff;display:flex;flex-direction:row;flex-grow:0;font-weight:800;justify-content:space-between;min-height:6.25rem;padding:1.5rem}.carousel__slide .title .link{align-items:center;border:1px solid #e6e6e6;border-radius:8px;display:flex;height:60px;justify-content:center;min-width:60px;width:60px}.carousel-nav{text-align:center}.carousel-nav button{background:none;border:3px solid #797979;border-radius:80px;color:#797979;display:inline-block;height:58px;margin:0 6px;padding:12px;width:58px}.carousel-nav button img{vertical-align:middle}