.path-grid{background:var(--path-grid-bg,#fff);margin-left:calc(50% - 50vw);width:100vw}.path-grid__inner{margin-inline:auto;max-width:1200px;padding:4.75rem 1.5rem}.path-grid__intro{max-width:48rem}.path-grid__intro h2{font-size:2.5rem;line-height:1.15;margin:0}.path-grid__intro div{color:var(--brand-muted,#5b6477);font-size:1.0625rem;line-height:1.65;margin-top:1rem}.path-grid__description p:last-child,.path-grid__intro p:last-child{margin-bottom:0}.path-grid__items{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2.5rem}.path-grid__items--2{grid-template-columns:repeat(2,minmax(0,1fr))}.path-grid__items--4{grid-template-columns:repeat(4,minmax(0,1fr))}.path-grid__item{background:var(--path-card-bg,#fff);border:1px solid var(--brand-border,#d9dde3);border-radius:8px;display:flex;flex-direction:column;min-height:14rem;padding:1.6rem}.path-grid__item h3{font-size:1.25rem;line-height:1.35;margin:0}.path-grid__label{color:var(--brand-primary,#2c6fd0);font-size:.75rem;font-weight:800;margin:0 0 .85rem;text-transform:uppercase}.path-grid__description{color:var(--brand-muted,#5b6477);font-size:.9375rem;line-height:1.65;margin-top:.85rem}.path-grid__link{color:var(--brand-primary,#2c6fd0);font-size:.875rem;font-weight:800;margin-top:auto;padding-top:1.25rem;text-decoration:none}.path-grid__link:focus-visible,.path-grid__link:hover{text-decoration:underline;text-underline-offset:.25rem}@media (max-width:900px){.path-grid__items{grid-template-columns:repeat(2,minmax(0,1fr))}.path-grid__item:last-child:nth-child(odd){grid-column:1/-1;justify-self:stretch;width:100%}}@media (max-width:620px){.path-grid__inner{padding:3.5rem 1rem}.path-grid__intro h2{font-size:2rem}.path-grid__items{grid-template-columns:minmax(0,1fr)}.path-grid__item{min-height:0;width:100%}}