.blog-hero-load-more-wrap{margin-top:4rem;text-align:center}.blog-hero-card.is-hidden{display:none}.blog-hero-featured{border:2px solid #2b3a44;border-radius:4px;font-weight:600;padding:.25rem 1rem}.blog-hero{background:#e5e7e8;border-radius:8px;padding:1.85rem 1.5rem}.blog-hero,.blog-hero-link{display:flex;flex-wrap:wrap;gap:2rem}.blog-hero-link{color:inherit;width:100%}.blog-hero-link,.blog-hero-link:hover{text-decoration:none}.blog-hero-meta{font-weight:600;margin-top:1.5rem}.blog-hero-text{align-items:flex-start;display:flex;flex:1 1 400px;flex-direction:column;justify-content:space-between}.blog-hero-text .blog-hero-description{font-weight:400;margin-bottom:1.5rem;margin-top:1rem}.blog-hero-text h3{font-size:22px;margin-bottom:1rem;margin-top:1rem;transition:text-decoration .2s ease}.blog-hero-link:hover h3{text-decoration:underline}.blog-hero-text-author{align-items:flex-start;display:flex;gap:1rem;margin:1.5rem 0}.blog-hero-text-author img{border-radius:4px;height:64px;object-fit:cover;width:64px}.blog-hero-text-author p{font-weight:600;margin-bottom:.1rem;margin-top:0}.blog-hero-text-author .blog-hero-text-author-minutes-read{font-weight:400}.blog-hero-media{flex:1 1 400px}.blog-hero-media img{border-radius:4px;height:100%;max-width:100%}@media (max-width:991px){.blog-hero-media{order:-1}}.blog-hero-cards{display:grid;gap:2rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2rem}.blog-hero-card{background:#e5e7e8;border-radius:8px;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:.2s ease}.blog-hero-card:hover{transform:translateY(-10px)}.blog-hero-card-link{color:inherit;display:flex;flex-direction:column;height:100%;position:relative;text-decoration:none}.blog-hero-card-link:hover{text-decoration:none}.blog-hero-card-media{background-color:#f3f3f4}.blog-hero-card-media img{border-radius:8px 8px 0 0;display:block;height:200px;object-fit:cover;width:100%}.blog-hero-card-body{flex-direction:column;justify-content:space-between;padding:1.5rem}.blog-hero-card-body,.blog-hero-card-top{align-items:flex-start;display:flex;flex:1;gap:1rem}.blog-hero-card-top{flex-direction:column}.blog-hero-card-meta{display:flex;font-size:12px;font-weight:600;gap:.325rem;line-height:1;margin-bottom:0;margin-top:0}.blog-hero-card-meta time{border-left:2px solid;padding-left:.325rem}.blog-hero-card-title{margin:0 0 2rem;transition:text-decoration .2s ease}.blog-hero-card-cta{align-items:center;display:flex;font-size:14px;font-weight:600;gap:.25rem;margin-top:auto}@media (max-width:991px){.blog-hero-cards{grid-template-columns:1fr}}