.featured-news-hero{background:#fff;padding-bottom:0!important}.featured-news-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:100%;margin:0 auto}.featured-news-hero__column-main{display:flex;flex-direction:column}.featured-news-hero__featured-post{display:flex;flex-direction:column;height:640px}.featured-news-hero__featured-image{width:100%;aspect-ratio:870/420;overflow:hidden}.featured-news-hero__featured-image img{width:100%;height:100%;object-fit:cover;display:block}.featured-news-hero__featured-image a{display:block;height:100%}.featured-news-hero__featured-content{background:var(--brand-primary);padding:24px;display:flex;flex-direction:column;gap:15px;flex:1}.featured-news-hero__featured-title{margin:0;font-family:var(--font-family-heading);font-size:var(--font-size-4xl);font-style:normal;font-weight:700;line-height:normal}.featured-news-hero__featured-title a{color:#fff;text-decoration:none}.featured-news-hero__featured-title a:hover{color:#fff;opacity:.9}.featured-news-hero__featured-excerpt{color:#fff;font-family:var(--font-family-body);font-size:var(--font-size-md);font-style:normal;font-weight:500;margin:0}.featured-news-hero__featured-excerpt p{margin:0;color:#fff}.featured-news-hero__column-secondary{display:flex;flex-direction:column;gap:30px;height:640px}.featured-news-hero__secondary-post{background:#F5F5F5;padding:24px;height:193.3333333333px;overflow:hidden}.featured-news-hero__secondary-inner{display:flex;gap:16px;height:100%}.featured-news-hero__secondary-image{flex-shrink:0;width:220px;overflow:hidden}.featured-news-hero__secondary-image img{width:100%;height:100%;object-fit:cover;display:block}.featured-news-hero__secondary-image a{display:block;height:100%}.featured-news-hero__secondary-content{display:flex;flex-direction:column;gap:12px;flex:1;min-width:0}.featured-news-hero__meta{display:flex;flex-direction:column;gap:8px}.featured-news-hero__date{color:#313337;font-family:var(--font-family-body);font-size:14px;font-style:normal;font-weight:500}.featured-news-hero__categories{display:flex;flex-wrap:wrap;gap:8px}.featured-news-hero__category{background:#0373f3;padding:4px 8px;border-radius:2px;font-weight:600;text-transform:uppercase;color:#fff;font-size:12px;display:inline-block}.featured-news-hero__secondary-title{margin:0;font-family:var(--font-family-heading);font-size:32px;font-style:normal;font-weight:700;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.featured-news-hero__secondary-title a{color:var(--nuetral-darker-gray);text-decoration:none}.featured-news-hero__secondary-title a:hover{color:var(--brand-primary,#0373f3)}@media (max-width:1024px){.featured-news-hero__grid{grid-template-columns:1fr;gap:40px}.featured-news-hero__column-secondary{height:auto}.featured-news-hero__secondary-post{height:auto;min-height:180px}}@media (max-width:768px){.featured-news-hero{padding:20px 30px}.featured-news-hero__featured-post{height:auto}.featured-news-hero__secondary-inner{flex-direction:column}.featured-news-hero__secondary-image{width:100%;height:200px}.featured-news-hero__featured-title{font-size:clamp(32px, 5vw, 48px)}}