.terms{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--edge-l);border:1px solid var(--edge-l)}.terms li{background:#FFFFFF;padding:20px 22px 24px;display:flex;flex-direction:column;gap:8px}.terms b{font-family:var(--display);font-weight:800;font-stretch:118%;text-transform:uppercase;letter-spacing:-0.012em;font-size:clamp(17px,1.5vw,22px);line-height:1.08}.terms li>span:last-child{color:var(--slate);font-size:15px;line-height:1.55}@media (max-width:900px){.terms{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.terms{grid-template-columns:1fr}}.subhead{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,34ch);gap:10px clamp(20px,3vw,56px);align-items:end;padding-top:clamp(40px,4.4vw,72px);margin-bottom:clamp(22px,2.6vw,32px)}.subhead h2,.subhead h3{font-family:var(--display);font-weight:800;font-stretch:118%;text-transform:uppercase;letter-spacing:-0.015em;font-size:clamp(21px,2.2vw,32px);line-height:1.03}.subhead p{color:var(--slate);font-size:15.5px;line-height:1.55}@media (max-width:800px){.subhead{grid-template-columns:1fr;align-items:start}}.brandband{display:grid;grid-template-columns:minmax(0,20rem) minmax(0,1fr) auto;gap:clamp(16px,3vw,52px);align-items:center;background:var(--blue-solid);color:#FFFFFF;padding:clamp(24px,3vw,42px) clamp(22px,2.8vw,42px);margin-top:clamp(30px,3.6vw,52px)}.brandband .field{color:rgba(255,255,255,0.85);display:block;margin-bottom:8px}.brandband h2,.brandband h3{font-family:var(--display);font-weight:800;font-stretch:118%;text-transform:uppercase;letter-spacing:-0.015em;font-size:clamp(21px,2.2vw,31px);line-height:1.03}.brandband p{color:#FFFFFF;font-size:15.5px;line-height:1.6;max-width:58ch}.brandband a{font-weight:700;font-size:15px;text-decoration:none;white-space:nowrap;border-bottom:2px solid rgba(255,255,255,0.6);padding-bottom:3px;transition:border-color .16s ease}.brandband a:hover{border-bottom-color:#FFFFFF}@media (max-width:900px){.brandband{grid-template-columns:1fr;align-items:start}.brandband a{justify-self:start}}