.studies-carousel{position:relative}.studies-carousel__wrapper__item{border-radius:var(--radius);display:flex;flex-flow:column;height:auto;justify-content:space-between;padding:calc(var(--spacing-base)*6) calc(var(--spacing-base)*2) calc(var(--spacing-base)*2);position:relative;row-gap:var(--rows-gap)}.studies-carousel__wrapper__item .link--primary{height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}.studies-carousel__wrapper__item__header{align-items:center;display:flex;gap:calc(var(--spacing-base)*6);justify-content:space-between;margin-inline:auto;width:calc(100% - 16px)}.studies-carousel__wrapper__item__header__title{font-family:var(--secondary-font-family);font-size:14px;line-height:1.5}.studies-carousel__wrapper__item__header__logo{align-items:center;display:flex;flex-shrink:0;flex:1 1 auto;height:100%;justify-content:center;max-height:40px;max-width:130px;min-height:40px;position:relative}.studies-carousel__wrapper__item__header__logo img{height:100%;left:0;object-fit:contain;object-position:center right;overflow:hidden;position:absolute;top:0;width:100%}.studies-carousel__wrapper__item__content{border-radius:calc(var(--radius)/2);display:flex;flex-flow:column;height:auto;justify-content:flex-end;min-height:340px;overflow:hidden;padding:20px;position:relative;row-gap:calc(var(--spacing-base)*2);width:100%}.studies-carousel__wrapper__item__content__image,.studies-carousel__wrapper__item__content__image:after,.studies-carousel__wrapper__item__content__image:before{display:flex;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.studies-carousel__wrapper__item__content__image:after{box-shadow:inset 0 -120px 239px -75px #000000a3;content:""}.studies-carousel__wrapper__item__content__image:before{background-color:var(--bg);content:"";opacity:.65}.studies-carousel__wrapper__item__content__image img{height:100%;width:100%}.studies-carousel__wrapper__item__content__link,.studies-carousel__wrapper__item__content__title{position:relative;z-index:4}.studies-carousel__wrapper__item__content__link .link svg{height:calc(var(--spacing-base)*4);width:calc(var(--spacing-base)*4)}.studies-carousel .swiper-button-next,.studies-carousel .swiper-button-prev{color:var(--black-color);height:unset;margin:0;transform:translateY(-50%);width:unset}.studies-carousel .swiper-button-next:after,.studies-carousel .swiper-button-prev:after{display:none}.studies-carousel .swiper-button-prev{left:-6vw}.studies-carousel .swiper-button-next{right:-6vw}@media (max-width:1024px){.studies-carousel{padding-left:40px;padding-right:40px}}