.technology-header{padding-top:104px;background:linear-gradient(135deg,var(--brand-bg),var(--brand-primary-light))}.technology-header .container{max-width:920px}.technology-table-section{background:var(--brand-bg)}.technology-table-wrap{border:1px solid var(--brand-border);background:var(--brand-bg)}.technology-table{margin-bottom:0}.technology-table thead th{color:var(--brand-text-inverse);background:var(--brand-neutral-dark);border-color:rgba(255,255,255,.16)}.technology-table td,.technology-table th{padding:18px;color:var(--brand-text);border-color:var(--brand-border);vertical-align:top}.technology-checklist{background:var(--brand-bg-alt)}.checklist-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.checklist-grid article{padding:24px;border:1px solid var(--brand-border);background:var(--brand-bg)}.checklist-grid span{display:inline-flex;margin-bottom:18px;color:var(--brand-primary-dark);font-weight:900}.technology-cta{background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-neutral-dark))}.technology-cta::after{display:none}@media (max-width:991px){.checklist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.checklist-grid{grid-template-columns:1fr}}