.dm-features__grid{display:grid;gap:var(--dm-space-2xl,64px);grid-template-columns:repeat(var(--dm-features-columns,3),minmax(0,1fr));list-style:none;margin:0;padding:0}.dm-features__icon{--dm-icon-size:40px;color:var(--dm-accent)}.dm-features__title{color:var(--dm-accent);font-size:var(--dm-text-heading-s);font-weight:500;line-height:var(--dm-lh-heading-s);margin:var(--dm-space-md,24px) 0 0;min-height:calc(var(--dm-lh-heading-s)*2)}.dm-features__description{font-size:var(--dm-text-heading-m);font-weight:400;line-height:var(--dm-lh-heading-m);margin-top:var(--dm-space-lg,32px)}.dm-features__description>*{font-size:inherit;line-height:inherit}.dm-features__description>:last-child{margin-bottom:0}.dm-features--cols-4 .dm-features__grid,.dm-features--cols-5 .dm-features__grid{gap:var(--dm-space-lg,32px)}@media (max-width:1100px){.dm-features--cols-4 .dm-features__grid,.dm-features--cols-5 .dm-features__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.dm-features__grid{gap:var(--dm-space-xl,48px);grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.dm-features__grid{grid-template-columns:minmax(0,1fr)}}.dm-features__pills{display:flex;flex-wrap:wrap;gap:var(--dm-space-xs,12px);list-style:none;margin:var(--dm-space-2xl,64px) 0 0;padding:0}.dm-features__pills--center{justify-content:center}.dm-features__pill-item{display:contents}.dm-features__pill-trigger{display:inline-flex}.dm-features__pill{background-color:var(--dm-grey-10,#f2f4f7);border-radius:999px;color:var(--dm-text-muted);display:inline-block;font-family:var(--dm-font-mono,monospace);font-size:var(--dm-text-label-s);letter-spacing:1px;line-height:var(--dm-lh-label-s);padding:6px 14px;text-transform:uppercase;transition:background-color .2s ease,color .2s ease}.dm-features__pill-trigger:focus-visible .dm-features__pill,.dm-features__pill-trigger:hover .dm-features__pill{background-color:var(--dm-blue-10,#e6ecff);color:var(--dm-blue-100,#003eff)}.dm-features__pill-trigger:focus-visible .dm-features__pill{outline:2px solid var(--dm-blue-100,#003eff);outline-offset:2px}.dm-scheme--blue .dm-features__pill,.dm-scheme--dark .dm-features__pill{background-color:hsla(0,0%,100%,.12);color:var(--dm-white,#fff)}.dm-scheme--blue .dm-features__pill-trigger:focus-visible .dm-features__pill,.dm-scheme--blue .dm-features__pill-trigger:hover .dm-features__pill,.dm-scheme--dark .dm-features__pill-trigger:focus-visible .dm-features__pill,.dm-scheme--dark .dm-features__pill-trigger:hover .dm-features__pill{background-color:hsla(0,0%,100%,.22);color:var(--dm-white,#fff)}.dm-features__pill-panel{max-width:min(92vw,340px);padding:var(--dm-space-md,24px)}