.small-cards{color:var(--clr-mine-shaft-950)}.small-cards__wrapper{width:100%}.small-cards__header{margin-bottom:48px}.small-cards__title{color:var(--clr-blue-midnight);font-family:var(--ff-headings);line-height:1.2;margin:0}.small-cards__underline{display:block}.small-cards__grid{display:grid;gap:16px}.small-cards__actions{display:none}.small-cards__load-more{align-items:center;background-color:transparent;border:1px solid var(--clr-blue-royal-light);border-radius:999px;color:var(--clr-blue-midnight);cursor:pointer;display:inline-flex;font-family:var(--ff-headings);font-size:16px;font-weight:600;justify-content:center;line-height:1.2;padding:12px 24px;transition:background-color .2s ease,color .2s ease;width:100%}.small-cards__load-more:focus,.small-cards__load-more:hover{background-color:var(--clr-blue-midnight);color:var(--clr-white)}.small-cards__load-more:focus{outline:2px solid currentColor;outline-offset:2px}.small-cards__card--enter{opacity:0;transform:translateY(16px);transition:opacity .3s ease,transform .3s ease}.small-cards__card--enter.is-visible{opacity:1;transform:translateY(0)}.small-cards__card{display:flex;flex-direction:column;gap:8px;height:100%;justify-content:flex-start;padding:43px 32px}.small-cards__image{display:flex}.small-cards__image img{border-radius:50%;height:80px;object-fit:cover;width:80px}.small-cards__card-title{color:var(--clr-mine-shaft-950);font-family:var(--ff-headings);margin:0}.small-cards__card-description{color:var(--clr-mine-shaft-950);line-height:1.5}.small-cards__card-description p{line-height:150%;margin:0}.small-cards__card-description br{display:block}.small-cards__cta{background-color:var(--clr-blue-midnight);border-color:var(--clr-blue-midnight);color:var(--clr-white);justify-content:center}.small-cards__cta-title{color:inherit}.small-cards__cta-button{align-items:center;display:inline-flex;justify-content:center}.small-cards__cta-button .hs-cta-wrapper{display:inline-flex}.small-cards__content{display:flex;flex-direction:column;gap:8px}@media (max-width:767px){.small-cards__actions{display:flex;margin-top:16px}.small-cards__grid[data-mobile-limit]{position:relative}.small-cards__grid[data-mobile-limit]:not(.is-expanded) .small-cards__card{display:none}.small-cards__grid[data-mobile-limit].is-expanded .small-cards__card,.small-cards__grid[data-mobile-limit]:not(.is-expanded) .small-cards__card:nth-child(-n+4){display:flex}.small-cards__load-more.is-hidden{display:none}}@media (min-width:768px){.small-cards__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.small-cards__card{padding:40px 32px}.small-cards__actions,.small-cards__load-more{display:none}.small-cards__card{align-items:center;flex-direction:row}}