@keyframes rotating{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.newsItem{display:flex;overflow:hidden;flex-direction:column;border:solid .1rem var(--color-grey);border-radius:.5rem;color:var(--color-black);text-decoration:none}.newsItem .newsItem-content{flex-grow:1;padding:1.5rem}.newsItem .newsItem-text{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5}.newsItem .newsItem-image{position:relative;overflow:hidden;width:100%;aspect-ratio:8/3}.newsItem .newsItem-image img{width:100%;height:100%;object-fit:cover}.newsItem .newsItem-tags{position:absolute;z-index:9;top:1.5rem;right:1.5rem}.newsItem.newsItem--highlighted{border-color:var(--color-primary)}.newsItem.newsItem--noBorder{border:none !important}.newsItem-body{padding:2rem}.newsItem-popupImage img{width:100%;aspect-ratio:8/3;object-fit:cover;object-position:center}#news-item-popup .modal-content{position:relative;padding:1rem}#news-item-popup .modal-container{position:absolute;z-index:9999;top:0;right:calc(50% - 3.5rem);min-width:30rem;margin:2.1rem 0;background:none}@media(min-width: 48rem){#news-item-popup .modal-container{min-width:50rem}}@media(min-width: 1924px){#news-item-popup .modal-container{margin:2.5rem 0}}@media(min-width: 3200px){#news-item-popup .modal-container{margin:2.8rem 0}}#news-item-popup .newsItem-description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}#news-item-popup .newsItem-container{border-radius:1rem;background:var(--color-white);box-shadow:0px 1px 10px 0px rgba(0,0,0,.12),0px 4px 5px 0px rgba(0,0,0,.14),0px 2px 4px -1px rgba(0,0,0,.2)}#news-item-popup .newsItem-popupImage img{border-top-left-radius:1rem;border-top-right-radius:1rem}#news-item-popup .newsItem-arrowUp{position:relative;height:15px;background:rgba(0,0,0,0)}#news-item-popup .newsItem-arrowUp::before{position:absolute;right:1.5rem;bottom:0;display:block;width:0;height:0;border-right:1rem solid rgba(0,0,0,0);border-bottom:1rem solid #fff;border-left:1rem solid rgba(0,0,0,0);content:"";float:left;font-size:0;line-height:0}.newsContainer--column .newsItem--highlighted+.newsItem--highlighted{margin-top:1.6rem}