.plan-products-page{padding-top:160px;background:var(--brand-bg)}.plan-products-heading{max-width:760px;margin-bottom:34px}.plan-products-heading h1{margin-bottom:16px;font-size:max(2rem, min(4vw, 3.5rem))}.plan-products-heading p{color:var(--brand-text);opacity:.84}.plan-product-tabs{gap:10px;margin-bottom:34px;border-bottom:1px solid var(--brand-border);padding-bottom:14px}.plan-product-tabs .nav-link{border:1px solid var(--brand-border);border-radius:var(--brand-radius);color:var(--brand-text);font-weight:700}.plan-product-tabs .nav-link.active{background:var(--brand-primary-dark);border-color:var(--brand-primary-dark);color:var(--brand-text-inverse)}.plan-category-intro{max-width:680px;margin-bottom:24px}.plan-category-intro h2{font-size:1.6rem}.plan-category-intro p{color:var(--brand-text);opacity:.82}.plan-dynamic-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px}.plan-dynamic-product-card{min-width:0;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);overflow:hidden}.plan-dynamic-product-card a{display:grid;color:var(--brand-text)}.plan-product-image{display:block;aspect-ratio:1/1;background:var(--brand-neutral-light)}.plan-product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.plan-product-name{display:block;padding:16px;font-weight:800}@media (max-width:1199px){.plan-dynamic-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:991px){.plan-dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.plan-dynamic-product-grid{grid-template-columns:1fr}}