.sc-articles{display:flex;flex-direction:column;gap:clamp(32px,4vw,48px)}.sc-articles-list{will-change:grid-template-columns,gap,height,width;--gap:24px;display:grid!important;grid-template-columns:repeat(auto-fill,minmax(calc(100% / 3 - var(--gap)),1fr));gap:var(--gap)!important;}.sc-articles .stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0);}.sc-articles .stop-stretched{transform:rotate(0);}.sc-articles-heading{margin:0 auto;}.sc-article-card{will-change:transform,box-shadow,width,height;position:relative;display:flex;flex-direction:column;gap:16px;background-color:#fff;border:1px solid rgba(26,26,26,.1);border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;gap:0!important;position:relative;max-width:100%;}.sc-article-card:hover{will-change:transform,box-shadow,width,height;transform:translateY(-12px);box-shadow:0 4px 15px 5px rgba(0,0,0,.1);}.sc-article-card-image img{will-change:width,height,object-fit,aspect-ratio,max-width;width:100%;height:auto;display:block;object-fit:cover;object-position:top;aspect-ratio:1.5;max-width:100%;max-height:450px;}.sc-article-card-content{--padding:clamp(30px,2vw,40px);display:flex;flex-direction:column;gap:16px;padding:var(--padding);flex-grow:1;height:100%;}.sc-article-card-heading{will-change:font-size,font-style,font-weight,line-height,padding-bottom;font-size:22px;font-style:normal;font-weight:400;line-height:130%;padding-bottom:0;}.sc-article-card-body{will-change:font-size,font-style,font-weight,line-height,padding-bottom;margin:0;}.sc-article-card-body p{max-width:100%;}.sc-article-card-footer{will-change:margin-top;margin-top:auto;}.sc-article-card-footer p>a,.sc-article-card-footer p>strong>a,.sc-article-card-footer p>.btn-link,.sc-component .sc-article-card-footer a.btn-link,.sc-article-card-footer span[data-isl]:not(.btn):not(.sc-breadcrumbs-item-link):not(.sc-footer-link):not(.sc-footer-social-link):not(.page-next):not(.page-prev):not(.page-link),.sc-article-card-footer a,.sc-article-card-footer span{will-change:font-size,font-style,font-weight,line-height,padding-bottom;display:flex;flex-direction:row;align-items:center;gap:12px;font-size:16px;font-style:normal;font-weight:600;line-height:125%;background-color:var(--bg-color-transparent);color:var(--link-color);text-decoration:none;background-image:none;margin-top:clamp(16px,1vw,24px)}@media (max-width:1200px){.sc-articles-list{grid-template-columns:repeat(auto-fill,minmax(calc(100% / 2 - var(--gap)),1fr))}.sc-articles-list>article:first-child{grid-column:span 2}}@media (max-width:768px){.sc-articles-list{grid-template-columns:repeat(auto-fill,minmax(100%,1fr))}.sc-articles-list>article:first-child{grid-column:span 1}}