.recent-posts{padding:var(--spacing-xx-large) 0}.recent-posts__header{align-items:center;display:flex;flex-wrap:wrap;gap:var(--spacing-medium);justify-content:space-between;margin-bottom:var(--spacing-x-large)}.recent-posts__header h3{color:var(--color-primary);margin:0;text-align:left}.recent-posts__header-link{align-items:center;color:#03113e;display:inline-flex;font-weight:500;gap:var(--spacing-xx-small);margin-left:auto;text-decoration:none}.recent-posts__header-link:after{background-image:url(https://25876041.fs1.hubspotusercontent-eu1.net/hubfs/25876041/arrow-right-small.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;transition:transform .3s ease;width:16px}.recent-posts__header-link:hover:after{transform:translateX(4px)}.recent-posts__grid{display:grid;gap:var(--spacing-large);grid-template-columns:1fr}.recent-posts__item{background-color:#fff;border-radius:8px;display:flex;flex-direction:column;opacity:0;overflow:hidden;position:relative;transform:translateY(30px);transition:transform .3s ease}.recent-posts__item.is-visible{animation:fadeInUp .6s ease-out forwards;animation-delay:calc(var(--animation-order)*.15s)}.recent-posts__item:hover{transform:translateY(-4px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.recent-posts__item-link{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.recent-posts__item-link:hover{text-decoration:none}.recent-posts__image-wrapper{aspect-ratio:16/9;background-color:#f6f6f1;overflow:hidden;width:100%}.recent-posts__image{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.recent-posts__item:hover .recent-posts__image{transform:scale(1.05)}.recent-posts__content{display:flex;flex:1;flex-direction:column;gap:var(--spacing-small);padding:var(--spacing-large);text-decoration:none}.recent-posts__pill{align-self:flex-start;border-radius:20px;display:inline-block;font-size:12px;font-weight:500;letter-spacing:.5px;margin-bottom:var(--spacing-x-small);padding:var(--spacing-xx-small) var(--spacing-small);text-transform:uppercase}.recent-posts__pill--primary{background-color:var(--color-primary);color:#fff}.recent-posts__title{color:var(--color-primary);font-weight:400;margin:0;text-decoration:none}.recent-posts__description{color:var(--color-base-dark);flex:1;font-size:14px;margin:0;text-decoration:none}.recent-posts__description p{color:inherit;font-size:inherit;line-height:1.4;margin:0}.recent-posts__link{align-items:center;align-self:flex-start;color:#03113e;display:inline-flex;font-weight:500;gap:var(--spacing-xx-small);margin-top:var(--spacing-small)}.recent-posts__link:after{background-image:url(https://25876041.fs1.hubspotusercontent-eu1.net/hubfs/25876041/arrow-right-small.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;transition:transform .3s ease;width:16px}.recent-posts__item:hover .recent-posts__link:after{transform:translateX(4px)}@media (min-width:768px){.recent-posts__grid{gap:var(--spacing-x-large);grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.recent-posts__grid{grid-template-columns:repeat(3,1fr)}}