.card .card__image-wrapper {flex:40%;}
.card{text-decoration: none;}
.pilot .article-list .article-list__item:not(:first-of-type) {padding-top:var(--md-1)}
/*.article-list .row{row-gap:2.4rem;}*/
.article-list .card .card__wrapper{padding:1.6rem 0.9rem 1rem 1.2rem; background-color:var(--secondary-violet-04);}
.question-outer .bg-primary-blue-03{margin:2.4rem;}
.question-outer .que .bg-primary-blue-03{margin:0;}
.question .question__description{margin-bottom:7.5rem}
.article-list__cards  .card{padding-bottom:2.4rem}
.article-list__cards  .card img{transition: all .3s ease-in-out;}
.article-list__cards .card:hover img{transform:scale(1.3)}
.article-list .article-list__item .row:not(:last-child) .article-list__cta-wrapper{padding-bottom:4.8rem;border-bottom: 1px solid var(--primary-grey-01)}
.article-list .article-list__item .row:not(:nth-child(2)) .article-list__content{padding-top:4.8rem}
.article-list .article-list__item  .article-list__content{padding-bottom:2.4rem}
.article-list .card .card__wrapper{flex:60%;min-height:118px}
@media only screen and (min-width: 767.99px) {
.card .card__image-wrapper, .article-list .card .card__wrapper {flex:100%;}
.question-outer .bg-primary-blue-03{margin:0;}
.article-list .article-list__item .row:not(:last-child) .article-list__cards {padding-bottom: var(--md-2);border-bottom: 1px solid var(--primary-grey-01)}
.article-list .article-list__item .row:not(:nth-child(2)) .article-list__content,.article-list .article-list__item .row:not(:nth-child(2)) .article-list__cta-wrapper{padding-top:var(--md-2)}
.article-list .article-list__item  .article-list__content,.article-list .article-list__item .article-list__cta-wrapper{padding-bottom:var(--sm-1)}
.article-list__cards  .card{padding-bottom:0}
}
@media only screen and (min-width: 992px) {.article-list .card .card__wrapper{padding: 2.4rem .9rem 2.4rem 2.4rem; }
.question .question__description{margin-bottom:0}
.card .card__title{margin-bottom:0.8rem;}
.que .question{padding:2.4rem;}
.article-list .card__image{min-height: 36.6rem;}
.article-list .card .card__wrapper, .card .card__image-wrapper{flex:none;}


}
/* === MODULE - THREE CARDS === */
.three-cards{padding: var(--lg-1) 0;}
.three-cards .three-card__main-title{margin-bottom: var(--sm-1) !important;}
.three-cards .three-card__card-wrapper{position: relative; overflow: hidden;min-height: 518px;}
.three-cards .three-card__content{position: absolute; padding: var(--sm-2); color: white; bottom: 0; z-index: 3;}
.three-cards .three-card__image{transition: all .3s ease-in-out;}
.three-cards .three-card__card-wrapper:hover .three-card__image{scale: 1.3;}
.three-cards  .three-card__title{margin-bottom: var(--xs-1) !important;}
.three-cards__card{height: 518px;}
.three-cards .three-card__main-title{color: var(--primary-black-01);}
.three-cards .three-card__card-wrapper::before {content: '';position: absolute;height: 100%;width: 100%;bottom: 0;left: 0;background: linear-gradient(180deg, #01000D 5.91%, rgba(0, 0, 0, 0) 73.42%);rotate: 180deg;z-index: 2;}

@media all and (max-width: 767.98px){
 .three-cards__card{height: 502px;}
 .three-cards .three-card__content{padding-left: 24px; padding-right: 24px;padding-bottom: 56px;}
.swiper-slide-count{position: absolute; top: 20px; right: 20px; color: #fff; z-index: 1}
.three-cards .three-card__card-wrapper{min-height: 502px;}
.three-cards .swiper-pagination{padding: 0 24px;display: flex;justify-content: center;align-items: center; bottom: 24px;}
  .three-cards .swiper-pagination-bullet{width: 100%;border-radius: 0;height: 3px;background: #9E9E9E;}
 .three-cards .swiper-pagination-bullet-active{background: #fff;}
}
@media (min-width: 768px) and (max-width: 991.98px){
 .three-cards .swiper-pagination{padding: 0 24px;display: flex;justify-content: center;align-items: center; bottom: 8px;}
  .three-cards .swiper-pagination-bullet{width: 100%;border-radius: 0;height: 3px;background: #9E9E9E;}
 .three-cards .swiper-pagination-bullet-active{background: var(--primary-blue-01);}
  .swiper-slide-count{position: relative; visibility: hidden; top: 20px; right: 20px; color: #fff; z-index: 1}
}
/* === MODULE - TABS WITH CARDS === */
.tabs-with-cards{padding: var(--lg-3) 0; background: linear-gradient(0deg, #A8A9F7 0%, rgba(255, 255, 255, 0) 96.35%);}
.tabs-with-cards .tabs-with-cards__top{text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.tabs-with-cards .tabs-with-cards__title{margin-bottom: var(--sm-2);}
.tabs-with-cards .tabs-with-cards__content{margin-bottom: var(--md-2); max-width: 660px;}
.tabs-with-cards .tabs-with-cards__tabs{margin-bottom: var(--md-2);}
.tabs-with-cards .tabs-with-cards__tabs{background: #fff;width: 100%; padding: 8px 10px; border-radius: 60px;}
.tabs-with-cards .tabs-with-cards__tabs > .tabs-with-cards__tab{padding: 15px 24px 15px 32px;border-radius: 60px; color: var(--primary-blue-01); width: 100%; position: relative; display: flex; justify-content: center; align-items: center;}
.tabs-with-cards .tabs-with-cards__image-wrapper{margin-bottom: var(--sm-2);}
.tabs-with-cards .tabs-with-cards__card-title{margin-bottom: var(--xs-1);}
.tabs-with-cards .tabs-with-cards__card{background: var(--primary-blue-01);padding-left: 20px;margin-top: 20px; color: var(--white); height: 100%; display: block;}
.tabs-with-cards .tabs-with-cards__wrapper{position: relative; top: -20px;}
.tabs-with-cards__wrapper img{transition: all .3s ease-in-out;}
.tabs-with-cards .tabs-with-cards__image{width: 100%; min-height: 348px;}
.tabs-with-cards .tabs-with-cards__second-title{margin-bottom: var(--sm-1) !important;}
.tabs-with-cards .tabs-with-cards__container .swiper-slide{min-height: 100%; height: auto;}
.tabs-with-cards .tabs-with-cards__title,.tabs-with-cards .tabs-with-cards__second-title,.tabs-with-cards .tabs-with-cards__intro{color: var(--primary-black-01);}
.swiper-container{overflow: hidden}
.swiper_wrap{position: relative;}
.tabs-with-cards .tabs-with-cards__card-intro{padding-right: 20px;}


/* Navigation Arrow Button Style */
/*.tabs-with-cards .swiper-button-prev.swiper-button-disabled,.tabs-with-cards .swiper-button-next.swiper-button-disabled{display: none;}*/
.tabs-with-cards .swiper-button-next:after,.tabs-with-cards .swiper-button-prev:after{content: none;}
.tabs-with-cards .swiper-button-prev .header-navigation__arrow-left-svg{display: inline-block; transform: rotate(180deg)}
.tabs-with-cards .swiper-button-next svg,.tabs-with-cards .swiper-button-prev svg {object-fit: contain; transform-origin: center; height: 31px !important; width: 18px; color: var(--primary-blue-01); position: relative;}
.tabs-with-cards .swiper-button-next ,.tabs-with-cards .swiper-button-prev{height: 76px; width: 76px;background: #fff; border-radius: 50%; box-shadow: 2px 4px 14px 0px #786AFF80; top: 50%; transform: translateY(-50%); transition: all .3s ease-in-out; opacity: 1;}
.tabs-with-cards .swiper-button-next svg{left: 3px;}
.tabs-with-cards .swiper-button-prev svg{left: -3px;}
.tabs-with-cards .swiper-button-next:hover ,.tabs-with-cards .swiper-button-prev:hover{background-color: var(--primary-blue-01);}
.tabs-with-cards .swiper-button-next:hover svg ,.tabs-with-cards .swiper-button-prev:hover svg{color: #fff}

/**/
.tabs-with-cards .tabs-with-cards__container{display: none;}
.tabs-with-cards .tabs-with-cards__container.active{display: block;}
.tabs-with-cards .tabs-with-cards__tab.active{ color: #fff}

/* Sliding Tab */
.tabs-with-cards .tabs-with-cards__tabs{position: relative}
.tabs-with-cards .tabs-with-cards__sliding-tab{position: absolute; background: var(--primary-blue-01);  top: 0; left: 0; z-index: 0;height: 100%; border-radius: 60px; width: 100%;z-index: 0; transition: all .3s ease-in-out;}
.tabs-with-cards .tabs-with-cards__tab-text{position: relative; z-index: 3}
.tabs-with-cards .tabs-with-cards__container .swiper-slide-count{display: none;}
.swiper-button-prev{left: -38px;}
.swiper-button-next{right: -7px;}
.swiper-button-disabled svg[class^="header-navigation__arrow"]{color: var(--primary-grey-02);}
.tabs-with-cards__close{display: none;}
.tabs-with-cards__tab.active .tabs-with-cards__close{display: block;}
.tabs-with-cards__tab.active .tabs-with-cards__tab-text{justify-content: space-between !important;}

.tabs-with-cards.tabs-with-card--container-hide [slider--container]{display: none;}
.tabs-with-cards.tabs-with-card--container-hide .tabs-with-cards__close{display: none !important;}
.tabs-with-cards.tabs-with-card--container-hide .tabs-with-cards__sliding-tab{opacity: 0;}
.tabs-with-cards.tabs-with-card--container-hide .tabs-with-cards__tab{color: var(--primary-blue-01);}
.tabs-with-cards.tabs-with-card--container-hide .tabs-with-cards__tabs {margin-bottom: 0;}

@media all and (max-width: 767.98px){
 .tabs-with-cards{overflow-x: hidden}
 .tabs-with-cards .tabs-with-cards__sliding-tab{display: none;}
 .tabs-with-cards .tabs-with-cards__tabs {flex-direction: column;background: none;border: none; row-gap: var(--sm-2);}
 .tabs-with-cards .tabs-with-cards__tabs > .tabs-with-cards__tab{color: var(--primary-black-01); padding: var(--xs-1) var(--lg-4); background: var(--white); transition: all .3s ease-in-out;}
 .tabs-with-cards .tabs-with-cards__tabs > .tabs-with-cards__tab.active{background-color: var(--primary-blue-01); color: var(--white);}
 .tabs-with-cards .swiper-button-next ,.tabs-with-cards .swiper-button-prev{position: absolute;top: auto; bottom: -3px;height: 56px;width: 56px;}
 .tabs-with-cards .swiper-button-next svg,.tabs-with-cards .swiper-button-prev svg{height: 23px !important;width: 14px;}
 .tabs-with-cards .tabs-with-cards__container{padding-bottom: 104px; overflow: visible;}
 .tabs-with-cards .swiper-button-prev{left: 0;}
 .tabs-with-cards .swiper-button-next{right: 0;}
 .tabs-with-cards .tabs-with-cards__container .swiper-slide-count{display: block;bottom: 42px; top: auto; left: 50%; transform: translateX(-50%); text-align: center; color: var(--primary-blue-01);}
 .tabs-with-cards .tabs-with-cards__image{width: 100%; min-height: 227px;}
 /*.swiper-slide{margin-right: 17px;}*/
 .tabs-with-cards .tabs-with-cards__card{padding-left: 14px; margin-top: 14px;}
 .tabs-with-cards .tabs-with-cards__card-intro{padding-right: 14px;}
 .tabs-with-cards .tabs-with-cards__wrapper{top: -14px;}
 .tabs-with-cards .tabs-with-cards__container .swiper-slide{min-height: initial; height: initial; overflow:hidden;}
 .tabs-with-cards{padding-bottom: 0;}
 .tabs-with-cards__tab{min-height: 65px;}
}