.articles-section{--bgcolor:var(--white-color);background-color:var(--bgcolor);width:100%}.articles-section-wrapper{position:relative}.articles-section .title{--fw:600;--fs:22px;--lh:30px;--mb:40px;--c:var(--dark-gray-color);color:var(--c);font-size:var(--fs);font-weight:var(--fw);line-height:var(--lh);margin-bottom:var(--mb);padding-right:128px}@media screen and (min-width:768px){.articles-section .title{--fw:700;--fs:40px;--lh:48px;text-align:left}}.article-card{position:relative}.article-card:hover .article-card-title a{--c:var(--ultramarine-blue-color);color:var(--c)}.article-card-tags{display:flex;margin-bottom:8px}@media screen and (min-width:768px){.article-card-tags{margin-bottom:16px}}.article-card-image{border-radius:12px;margin-bottom:24px}.article-card-tag{--c:var(--ultramarine-blue-color);border:1.5px solid var(--c);border-radius:6px;color:var(--c);font-size:12px;font-weight:600;line-height:1;padding:5px 6.5px;text-transform:uppercase}.article-card-title{--fw:700;--fs:17px;--lh:25px;--mb:8px;--c:var(--dark-gray-color);color:var(--c);font-size:var(--fs);font-weight:var(--fw);line-height:var(--lh);margin-bottom:var(--mb)}.article-card-title a:after{content:"";inset:0;position:absolute}@media screen and (min-width:768px){.article-card-title{--fs:22px;--lh:30px;--mb:12px}}.article-card-date{--fs:15px;--lh:22px;--c:var(--gray-color);color:var(--c);font-size:var(--fs);font-weight:500;line-height:var(--lh)}@media screen and (min-width:768px){.article-card-date{--fs:17px;--lh:25px}}.articles-section .swiper-wrapper{flex-direction:row;gap:0}.articles-section .swiper-buttons{align-items:center;display:none;gap:20px;position:absolute;right:0;top:2px}.articles-section .swiper-button-disabled{opacity:35%}.articles-section .swiper-next,.articles-section .swiper-prev{background-color:var(--ultramarine-blue-color);background-position:50% 50%;background-repeat:no-repeat;background-size:20px auto;border-radius:6px;height:44px;width:44px;&:hover{background-color:#3259c4}}.articles-section .swiper-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 11H1m0 0 4-4m-4 4 4 4'/%3E%3C/svg%3E")}.articles-section .swiper-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 11h18m0 0-4-4m4 4-4 4'/%3E%3C/svg%3E")}.articles-section .swiper-buttons--enabled{display:flex}.articles-carousel:not(.swiper-container-initialized){display:block}.articles-carousel:not(.swiper-container-initialized) .swiper-wrapper{display:grid;gap:30px;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:768px){.articles-carousel:not(.swiper-container-initialized) .swiper-wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.articles-carousel:not(.swiper-container-initialized) .swiper-wrapper{grid-template-columns:repeat(3,1fr)}}.articles-section--grid .articles-grid{display:grid;gap:30px;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:768px){.articles-section--grid .articles-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.articles-section--grid .articles-grid{grid-template-columns:repeat(3,1fr)}}