.hero-features{background:transparent}.hero-features__container{margin:0 auto;max-width:var(--main-max-width,1320px);padding:0 24px}.hero-features__title{color:#1d1d1b;margin:0 0 14px}.hero-features__subtitle{color:#1d1d1b;margin:0 0 48px}.hero-features__subtitle :last-child,.hero-features__title :last-child{margin-bottom:0}.hero-features__grid{display:grid;gap:var(--hf-gap,24px);grid-template-columns:repeat(var(--hf-cols-desktop,4),minmax(0,1fr))}.hero-features__pill{align-items:center;background:#fff;border:0;border-radius:var(--hf-pill-radius,16px);box-shadow:none;display:flex;gap:14px;min-height:96px;padding:var(--hf-pill-pad-y,20px) var(--hf-pill-pad-x,20px)}.hero-features__icon{align-items:center;background:#ccefc1;border-radius:50%;color:#214f38;display:inline-flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.hero-features__icon .hs-icon,.hero-features__icon svg{display:block;height:24px;width:24px}.hero-features__label{color:#1d1d1b;font-size:18px;font-weight:500;line-height:1.35}.hero-features__empty{color:#1d1d1b;margin:0}@media (max-width:991px){.hero-features__container{padding:0 20px}.hero-features__grid{grid-template-columns:repeat(var(--hf-cols-tablet,2),minmax(0,1fr))}}@media (max-width:640px){.hero-features__container{padding:0 20px}.hero-features__grid{grid-template-columns:1fr}.hero-features__pill{min-height:84px}.hero-features__label{font-size:16px}}