#integrated-bundle{background:var(--off-white);border-top:1px solid var(--border-dark);padding:var(--gutter-y) var(--gutter)}#integrated-bundle .bundle-header{align-items:flex-end;display:flex;gap:2rem;justify-content:space-between;margin-bottom:3rem}#integrated-bundle .bundle-header-desc{color:var(--text);font-size:var(--fs);line-height:var(--lh);margin-bottom:0;max-width:53rem}#integrated-bundle .bundle-badge{align-items:center;background:var(--white);border:1px solid var(--border-dark);display:flex;flex-shrink:0;gap:.75rem;margin-bottom:auto;padding:.5rem 1rem}#integrated-bundle .bundle-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}#integrated-bundle .bundle-dot-zd{background:var(--black)}#integrated-bundle .bundle-dot-nj{background:#ff6900}#integrated-bundle .bundle-badge-text{color:var(--text);font-size:var(--fs-tiny);font-weight:var(--fw-bold);letter-spacing:var(--ls-large);text-transform:uppercase}#integrated-bundle .bundle-grid{align-items:start;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}#integrated-bundle .bundle-card{background:var(--white);border:1px solid var(--border-dark);display:flex;flex-direction:column;gap:1.5rem;height:100%;padding:2rem}#integrated-bundle .bundle-card-num{color:var(--muted);font-size:var(--fs-small);font-weight:var(--fw-bold);letter-spacing:var(--ls-medium);margin-bottom:0}#integrated-bundle .bundle-card-title{color:var(--black);font-size:var(--fs-large);font-weight:var(--fw-bold);letter-spacing:-.2px;line-height:var(--lh-small);margin-bottom:0}#integrated-bundle .bundle-card-body{color:var(--text);font-size:var(--fs-small);line-height:var(--lh)}#integrated-bundle .bundle-card-tag{border-top:1px solid var(--border-dark);color:var(--mid);font-size:var(--fs-tiny);font-weight:var(--fw-bold);letter-spacing:var(--ls-large);margin-bottom:0;margin-top:auto;padding-top:1rem;text-transform:uppercase}