section.card-grid .entries{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.5rem}section.card-grid .entry{background-color:#fff;border:1px solid rgba(132,81,163,.12);border-radius:12px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.04);box-shadow:0 2px 12px rgba(0,0,0,.04);display:block;padding:1.5rem;text-decoration:none;width:calc(50% - .75rem)}@media (max-width:640px){section.card-grid .entry{width:100%}}section.card-grid.cards-shadow .entry{-webkit-box-shadow:0 4px 4px rgba(0,0,0,.25);box-shadow:0 4px 4px rgba(0,0,0,.25)}section.card-grid.cols-3 .entry{width:calc(33.33333% - 1rem)}@media (max-width:1080px){section.card-grid.cols-3 .entry{width:calc(50% - .75rem)}}@media (max-width:640px){section.card-grid.cols-3 .entry{width:100%}}section.card-grid .entry-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;height:100%}section.card-grid .image-wrap img,section.card-grid .image-wrap svg{display:block;height:50px;width:auto}section.card-grid a.entry{-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s}section.card-grid a.entry h3{-webkit-transition:color .2s;transition:color .2s}section.card-grid a.entry svg path{-webkit-transition:fill .2s;transition:fill .2s}section.card-grid a.entry:not(.light):hover h3{color:var(--theme-accent,#9f3ddb)}section.card-grid a.entry:not(.light):hover .image-wrap svg path{fill:var(--theme-accent,#9f3ddb)}section.card-grid .entry-text{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.75rem;height:inherit}section.card-grid .entry-text .eyebrow-chip{-ms-flex-item-align:center;align-self:center;-webkit-box-shadow:none;box-shadow:none;font-size:20px;padding:.75em 2.25em}section.card-grid .entry-text .body-text,section.card-grid .entry-text .body-text p{font-size:18px;line-height:1.29}section.card-grid .entry-text .cta{margin-top:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}section.card-grid .entry.light{border-color:transparent}section.card-grid.layout-inline .entry{padding:2.5rem 2rem}section.card-grid.layout-inline .entry-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;gap:1.5rem}section.card-grid.layout-inline .entry-text{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:0}section.card-grid.layout-inline .image-wrap{-ms-flex-negative:0;flex-shrink:0;max-width:100px;width:28%}section.card-grid.layout-inline .image-wrap img,section.card-grid.layout-inline .image-wrap svg{height:auto;width:100%}section.card-grid.layout-inline h3{font-size:25px;line-height:1.02}