.brand-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:4rem;display:grid}.brand-split--reverse .brand-split__media{order:2}.brand-split__media{border-radius:calc(var(--brand-radius-lg) + .4rem);overflow:hidden}.brand-split__media img{object-fit:cover;width:100%;height:100%;display:block}.brand-split__media .brand-placeholder{display:block}@media screen and (width<=989px){.brand-split{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (width<=749px){.brand-split{grid-template-columns:1fr}}.brand-split-content--card{padding-block:clamp(3rem,6vw,6.8rem)}.brand-split-content--card .brand-split{background:var(--brand-card-bg);border:1px solid rgba(var(--brand-border-rgb), .65);border-radius:var(--brand-radius-lg);box-shadow:0 var(--brand-shadow-y) var(--brand-shadow-blur) rgba(var(--brand-shadow-rgb), var(--brand-shadow-opacity));gap:0;overflow:hidden}.brand-split-content--card .brand-split__media{box-shadow:none;border:0;border-radius:0;min-height:clamp(34rem,42vw,52rem)}.brand-split-content--card .brand-split__media img,.brand-split-content--card .brand-split__media .brand-placeholder{height:100%}.brand-split-content--card .brand-split>.brand-stack{justify-content:center;padding:clamp(2.8rem,4.8vw,5.6rem)}.brand-split-features{flex-direction:column;gap:.9rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.brand-split-feature{color:var(--brand-text);align-items:center;gap:1rem;font-size:1.5rem;line-height:1.45;display:flex}.brand-split-feature__check{color:var(--brand-accent);flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.brand-split-feature__check svg{width:1.5rem;height:1.5rem}.brand-split-feature__label{color:var(--brand-heading);font-weight:600}@media (width<=749px){.brand-split-content--card .brand-split__media{min-height:28rem}.brand-split-content--card .brand-split>.brand-stack{padding:2.4rem 1.8rem}}