.edc-news-component{margin:0 auto;max-width:1400px}.edc-news-card{background-color:#fff;border:1px solid rgba(36,39,42,.1);border-radius:6px;color:inherit;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:background-color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94)}.edc-news-card:hover{border-color:rgba(119,162,189,.4)}.edc-dark-mode .edc-news-card{background-color:#042d41;border-color:rgba(119,162,189,.15)}.edc-dark-mode .edc-news-card:hover{border-color:rgba(119,162,189,.4)}.edc-news-featured{margin-bottom:36px}.edc-news-card-featured{flex-direction:row}.edc-news-featured-image{flex-shrink:0;overflow:hidden;width:55%}.edc-news-featured-image img{display:block;height:100%;min-height:360px;object-fit:cover;transition:transform .4s cubic-bezier(.25,.46,.45,.94);width:100%}.edc-news-card-featured:hover .edc-news-featured-image img{transform:scale(1.03)}.edc-news-featured-content{display:flex;flex:1;flex-direction:column;justify-content:center;padding:36px}.edc-news-featured-content .edc-news-title{font-size:28px;line-height:1.25;margin:0 0 18px}.edc-news-featured-content .edc-news-excerpt{font-size:18px;line-height:1.5;margin:0 0 18px}.edc-news-featured-content .edc-news-publication{margin-bottom:18px}.edc-news-featured-content .edc-news-publication-logo{max-height:44px;max-width:180px}.edc-news-grid{display:grid;gap:24px}.edc-news-grid.edc-cols-1{grid-template-columns:repeat(1,1fr)}.edc-news-grid.edc-cols-2{grid-template-columns:repeat(2,1fr)}.edc-news-grid.edc-cols-3{grid-template-columns:repeat(3,1fr)}.edc-news-grid.edc-cols-4{grid-template-columns:repeat(4,1fr)}.edc-news-image{flex-shrink:0;height:200px;overflow:hidden;width:100%}.edc-news-image img{display:block;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.25,.46,.45,.94);width:100%}.edc-news-card:hover .edc-news-image img{transform:scale(1.03)}.edc-news-content{display:flex;flex:1;flex-direction:column;padding:18px}.edc-news-publication{align-items:center;display:flex;margin-bottom:9px;min-height:36px}.edc-news-publication-logo{display:block;filter:grayscale(1) opacity(.6);height:auto;max-height:36px;max-width:140px;object-fit:contain;transition:filter .8s cubic-bezier(.25,.46,.45,.94);width:auto}.edc-news-card:hover .edc-news-publication-logo{filter:grayscale(0) opacity(1)}.edc-dark-mode .edc-news-publication-logo{filter:grayscale(1) opacity(.5) brightness(2);transition:filter .8s cubic-bezier(.25,.46,.45,.94)}.edc-dark-mode .edc-news-card:hover .edc-news-publication-logo{filter:grayscale(0) opacity(1) brightness(1.5)}.edc-news-publication-name{color:#77a2bd;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.edc-dark-mode .edc-news-publication-name{color:rgba(119,162,189,.7)}.edc-news-title{color:#24272a;font-size:18px;font-weight:500;line-height:1.3;margin:0 0 9px}.edc-dark-mode .edc-news-title{color:#f8f4f3}.edc-news-excerpt{color:rgba(36,39,42,.7);font-size:16px;line-height:1.5;margin:0 0 9px}.edc-dark-mode .edc-news-excerpt{color:hsla(12,26%,96%,.6)}.edc-news-date{color:rgba(36,39,42,.4);font-size:13px;font-weight:400;margin-top:auto;padding-top:9px}.edc-dark-mode .edc-news-date{color:hsla(12,26%,96%,.35)}.edc-news-read-more{align-items:center;color:#042d41;display:inline-flex;font-size:14px;font-weight:500;gap:8px;margin-top:18px}.edc-news-read-more svg{fill:#042d41;height:12px;transition:transform .8s cubic-bezier(.25,.46,.45,.94);width:12px}.edc-news-card:hover .edc-news-read-more svg{transform:translateX(3px)}.edc-dark-mode .edc-news-read-more{color:#77a2bd}.edc-dark-mode .edc-news-read-more svg{fill:#77a2bd}.edc-news-card{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94)}.edc-news-card.edc-revealed{opacity:1;transform:translateY(0);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .2s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94)}.edc-news-card.edc-revealed:hover{transform:translateY(-4px)}.edc-news-grid>.edc-news-card:first-child{transition-delay:0s}.edc-news-grid>.edc-news-card:nth-child(2){transition-delay:.1s}.edc-news-grid>.edc-news-card:nth-child(3){transition-delay:.2s}.edc-news-grid>.edc-news-card:nth-child(4){transition-delay:.3s}.edc-news-grid>.edc-news-card:nth-child(5){transition-delay:.4s}.edc-news-grid>.edc-news-card:nth-child(6){transition-delay:.5s}.edc-news-grid>.edc-news-card:nth-child(7){transition-delay:.1s}.edc-news-grid>.edc-news-card:nth-child(8){transition-delay:.2s}.edc-news-grid>.edc-news-card:nth-child(9){transition-delay:.3s}@media (prefers-reduced-motion:reduce){.edc-news-card{opacity:1;transform:none;transition:none}.edc-news-grid>.edc-news-card{transition-delay:0s}}@media (max-width:1200px){.edc-news-grid.edc-cols-4{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.edc-news-grid.edc-cols-3,.edc-news-grid.edc-cols-4{grid-template-columns:repeat(2,1fr)}.edc-news-card-featured{flex-direction:column}.edc-news-featured-image{width:100%}.edc-news-featured-image img{min-height:240px}.edc-news-featured-content{padding:18px}.edc-news-featured-content .edc-news-title{font-size:24px}.edc-news-image{height:160px}}@media (max-width:480px){.edc-news-grid{grid-template-columns:repeat(1,1fr)!important}.edc-news-featured-content{padding:18px}.edc-news-featured-content .edc-news-title{font-size:22px}.edc-news-featured-content .edc-news-excerpt{font-size:16px}.edc-news-image{height:180px}}