.legal-link-group h2{margin-bottom:12px}.legal-link-groups{display:flex;flex-direction:column;gap:64px}.legal-link-heading{align-items:center;display:flex;gap:16px;margin-bottom:48px}.legal-link-icon{align-items:center;background:#0b075c;border-radius:50%;color:#fff;display:flex;height:48px;justify-content:center;width:48px}.legal-link-icon svg{fill:none;height:24px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;width:24px}.legal-link-grid{display:grid;gap:24px 32px;grid-template-columns:repeat(2,1fr)}.legal-link-card{background:#fff;border-radius:12px;color:var(--navy);font-size:18px;justify-content:space-between;padding:24px;text-decoration:none}.card-left,.legal-link-card{align-items:center;display:flex}.card-left{gap:12px}.favicon{background:#e6e8f5;border-radius:4px;height:20px;width:20px}.arrow svg{fill:none;height:18px;stroke:currentColor;stroke-width:1.8;transition:transform .2s ease;width:18px}.legal-link-card:hover .arrow svg{transform:translateX(4px)}.legal-link-card:hover .card-left span:last-child{text-decoration:underline}@media (max-width:767px){.legal-link-grid{grid-template-columns:1fr}}