.shc-features{background:var(--shc-white)}.shc-features--surface-light-blue{background:var(--shc-light-blue)}.shc-features--surface-panel{background:var(--shc-panel)}.shc-features--rounded{border-radius:var(--shc-radius-hero)}.shc-features__heading{color:var(--shc-blue);margin-inline:auto}.shc-features--heading-ink .shc-features__heading{color:var(--shc-ink)}.shc-features--heading-white .shc-features__heading{color:var(--shc-white)}.shc-features__intro{margin:16px auto 0;max-width:760px;text-align:center}.shc-features__grid{display:grid;gap:26px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));list-style:none;margin:56px 0 0;padding:0}.shc-features__media-wrap{margin-bottom:26px}.shc-features--photo .shc-features__media{aspect-ratio:380/294;border-radius:var(--shc-radius);object-fit:cover;width:100%}.shc-features--icon .shc-features__media{height:40px;width:40px}.shc-features__title{font-size:20px;font-weight:700;line-height:1.25;margin:0 0 16px}.shc-features__text{color:var(--shc-charcoal);font-size:var(--shc-small);line-height:var(--shc-small-lh)}.shc-features__link{color:var(--shc-blue);display:inline-block;font-size:var(--shc-small);font-weight:600;margin-top:16px;text-decoration:none}.shc-features__link:hover{text-decoration:underline}.shc-features--surface-blue{background:var(--shc-blue);color:var(--shc-white)}.shc-features--surface-charcoal{background:var(--shc-charcoal);color:var(--shc-white)}.shc-features--surface-blue .shc-features__heading,.shc-features--surface-charcoal .shc-features__heading{color:var(--shc-white)}.shc-features--surface-blue .shc-features__intro,.shc-features--surface-blue .shc-features__text,.shc-features--surface-blue .shc-features__title,.shc-features--surface-charcoal .shc-features__intro,.shc-features--surface-charcoal .shc-features__text,.shc-features--surface-charcoal .shc-features__title{color:inherit}.shc-features--surface-blue .shc-features__link,.shc-features--surface-charcoal .shc-features__link{color:var(--shc-white)}.shc-features--card-panel .shc-features__item,.shc-features--card-white .shc-features__item{border-radius:var(--shc-radius);color:var(--shc-ink);padding:28px 28px 32px}.shc-features--card-white .shc-features__item{background:var(--shc-white);border:1px solid var(--shc-input-border)}.shc-features--card-panel .shc-features__item{background:var(--shc-panel)}.shc-features--card-panel .shc-features__title,.shc-features--card-white .shc-features__title{color:var(--shc-navy)}.shc-features--card-panel .shc-features__text,.shc-features--card-white .shc-features__text{color:var(--shc-charcoal)}.shc-features--card-panel .shc-features__link,.shc-features--card-white .shc-features__link{color:var(--shc-blue)}.shc-features--cardtitle-ink .shc-features__title{color:var(--shc-ink)}.shc-features--cardtitle-charcoal .shc-features__title{color:var(--shc-charcoal)}.shc-features--cardtitle-navy .shc-features__title{color:var(--shc-navy)}.shc-features--cardtitle-blue .shc-features__title{color:var(--shc-blue)}.shc-features--cardtitle-white .shc-features__title{color:var(--shc-white)}.shc-features--cardtext-ink .shc-features__text{color:var(--shc-ink)}.shc-features--cardtext-charcoal .shc-features__text{color:var(--shc-charcoal)}.shc-features--cardtext-navy .shc-features__text{color:var(--shc-navy)}.shc-features--cardtext-blue .shc-features__text{color:var(--shc-blue)}.shc-features--cardtext-white .shc-features__text{color:var(--shc-white)}.shc-features--photo.shc-features--card-panel .shc-features__media-wrap,.shc-features--photo.shc-features--card-white .shc-features__media-wrap{margin:-28px -28px 24px}.shc-features--card-panel .shc-features__media,.shc-features--card-white .shc-features__media{border-radius:var(--shc-radius) var(--shc-radius) 0 0}.shc-features--framed .shc-features__media-wrap{background:var(--shc-white);border-radius:var(--shc-radius);padding:32px}.shc-features--framed .shc-features__media{aspect-ratio:auto;border-radius:0;height:200px;object-fit:contain}.shc-features--framed.shc-features--framefit-fill .shc-features__media{height:auto;object-fit:cover;width:100%}.shc-features--framed.shc-features--framefit-fill .shc-features__media-wrap{margin-bottom:23px;padding-bottom:0}.shc-features--photo-wide .shc-features__media{aspect-ratio:2/1}.shc-features--photo-square .shc-features__media{aspect-ratio:1}.shc-features--header-split .shc-features__head{align-items:start;display:grid;gap:40px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.shc-features--header-split .shc-features__heading{margin-inline:0;max-width:none;text-align:left}.shc-features--header-split .shc-features__intro{margin:0;max-width:none;text-align:left}.shc-features__text ul{display:grid;gap:16px;list-style:none;margin:24px 0 0;padding:0}.shc-features__text ul:first-child{margin-top:0}.shc-features__text li{padding-left:26px;position:relative}.shc-features__text li:before{background:var(--shc-blue);border-radius:50%;content:"";height:9px;left:0;position:absolute;top:calc(var(--shc-small-lh)/2 - 4.5px);width:9px}.shc-features--surface-blue .shc-features__text li:before,.shc-features--surface-charcoal .shc-features__text li:before{background:currentColor}.shc-features--card-panel .shc-features__text li:before,.shc-features--card-white .shc-features__text li:before{background:var(--shc-blue)}.shc-features--cols-2 .shc-features__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shc-features--cols-3 .shc-features__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shc-features--cols-4 .shc-features__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.shc-features--cols-5 .shc-features__grid{grid-template-columns:repeat(5,minmax(0,1fr))}@media (max-width:1023px){.shc-features--cols-4 .shc-features__grid,.shc-features--cols-5 .shc-features__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.shc-features--header-split .shc-features__head{gap:16px;grid-template-columns:1fr}.shc-features--cols-2 .shc-features__grid,.shc-features--cols-3 .shc-features__grid,.shc-features--cols-4 .shc-features__grid,.shc-features--cols-5 .shc-features__grid{grid-template-columns:1fr}.shc-features--rounded{border-radius:16px}.shc-features__grid{gap:32px;grid-template-columns:1fr;margin-top:32px}.shc-features__title{margin-top:18px}.shc-features--card-panel .shc-features__item,.shc-features--card-white .shc-features__item{padding:20px}.shc-features--photo.shc-features--card-panel .shc-features__media-wrap,.shc-features--photo.shc-features--card-white .shc-features__media-wrap{margin:-20px -20px 20px}}.shc-features .shc-features__grid .shc-features__item--photo-only{overflow:hidden;padding:0;position:relative}.shc-features .shc-features__grid .shc-features__item--photo-only .shc-features__media-wrap{aspect-ratio:380/294;background:none;border-radius:0;height:100%;margin:0;padding:0;width:100%}.shc-features .shc-features__grid .shc-features__item--photo-only .shc-features__media{aspect-ratio:auto;border-radius:0;display:block;height:100%;object-fit:cover;width:100%}