.blocks-container .latest-news{max-width:var(--wide-width)}.latest-news{width:100%;max-width:100%;margin:var(--block-margin) auto;display:grid;grid-template-columns:minmax(0, 1fr);column-gap:var(--column-gap);align-items:start}.latest-news h2{color:var(--link-color);font:var(--font-headline-3)}.latest-news p{margin:0}.latest-news .news{display:grid;column-gap:1rem;margin:calc(var(--block-margin) / 2) 0}.latest-news .news img{border-radius:var(--element-border-radius)}.latest-news .news a{text-decoration:none}.latest-news .news-wrapper-featured,.latest-news .news-wrapper{position:relative;overflow:hidden;display:flex;flex-direction:column;border-radius:var(--element-border-radius);margin-bottom:1rem}.latest-news .news-wrapper-featured img,.latest-news .news-wrapper img{width:100%;height:100%;object-fit:cover;transition:.3s ease all}.latest-news .news-wrapper-featured img:is(:hover,:active,:focus),.latest-news .news-wrapper img:is(:hover,:active,:focus){transform:scale(1.1);transition:.3s ease all}.latest-news .news-wrapper-featured{height:40rem}.latest-news .news-wrapper{height:20rem}.latest-news .news ul{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;padding:2rem 0}.latest-news .news li{list-style:none;margin-bottom:2rem}.latest-news .news h3{font:var(--font-headline-8);transition:.3s all ease}.latest-news .news h3:is(:active,:hover,:focus){color:var(--color-purple)}.latest-news .news p{margin:0}.latest-news-header.animate__animated{animation-name:fadeInUp}.latest-news-list.animate__animated{animation-name:fadeIn}.latest-news-list-wrapper{display:grid;grid-template-columns:minmax(0, 1fr);column-gap:var(--column-gap);row-gap:calc(var(--row-gap) / 2);align-items:start;align-self:flex-start}.latest-news .swiper.news-carousel-list{width:100%}.latest-news-list{width:100%}.latest-news-list .swiper-wrapper{align-items:center;height:auto}.latest-news-list .swiper-slide{width:min(50%, 50rem)}.latest-news-list-item{text-align:center}.latest-news-list-item :is(svg,img){display:block;margin:auto;height:50rem;object-fit:cover}.latest-news-pagination,.latest-news-navigation{margin:0 auto;display:flex;justify-content:center;align-items:center;column-gap:var(--item-column-gap);max-width:var(--wide-width)}.latest-news-pagination.animate__animated,.latest-news-navigation.animate__animated{animation-name:fadeIn}.latest-news-pagination .swiper-pagination-bullet{opacity:1;background-color:var(--link-color)}.latest-news-pagination .swiper-pagination-bullet-active{opacity:1;background-color:var(--accent-color)}:is(.latest-news-navigation-prev,.latest-news-navigation-next) svg{width:4.8rem;height:auto}:is(.latest-news-navigation-prev,.latest-news-navigation-next) svg *{transition:all .3s ease;stroke:var(--link-color)}:is(.latest-news-navigation-prev,.latest-news-navigation-next):is(:hover,:focus,:active) svg *{transition:all .3s ease;stroke:var(--hover-link-color)}.latest-news a.primary-button.all-news{margin:0 auto;display:flex;align-items:center;flex-direction:column;width:auto}@media (min-width:768px){.latest-news .news{grid-template-columns:repeat(2,1fr)}.latest-news .news ul{padding:0 0 0 2rem}}