.table-module__scroll-wrapper{overflow-x:auto;position:relative;-webkit-overflow-scrolling:touch;background:linear-gradient(to right,var(--bg,#fff) 0,transparent 2rem) 0 /2rem 100% no-repeat,linear-gradient(to left,var(--bg,#fff) 0,transparent 2rem) 100% /2rem 100% no-repeat,linear-gradient(to right,rgba(0,0,0,.06),transparent) 0 /1.5rem 100% no-repeat,linear-gradient(to left,rgba(0,0,0,.06),transparent) 100% /1.5rem 100% no-repeat;background-attachment:local,local,scroll,scroll}.table-module__inner{min-width:0}.table-module table{border-collapse:collapse;border-spacing:0;color:var(--text-dark);font-family:var(--font-primary);font-size:var(--text-base);font-weight:300;white-space:nowrap;width:100%}.table-module thead tr{background:var(--color-900)}.table-module thead th{border:none;color:var(--text-light);font-family:var(--font-primary);font-size:var(--text-sm);font-weight:500;letter-spacing:.04em;padding:14px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}.table-module tbody tr{border-bottom:1px solid var(--color-200);transition:background .15s ease}.table-module tbody tr:nth-child(2n){background:var(--color-100)}.table-module tbody tr:hover{background:var(--color-200)}.table-module tbody td{border:none;padding:13px 20px;vertical-align:top;white-space:normal}.table-module tbody td:first-child,.table-module thead th{white-space:nowrap}.table-module td a{color:var(--color-500);text-decoration:underline;text-underline-offset:2px}.table-module td a:hover{color:var(--cta-color)}.table-module__caption{color:var(--text-dark);font-size:var(--text-sm);margin-top:10px;opacity:.6}.table-module__caption p{margin:0}.table-module__caption a{color:inherit;text-decoration:underline;text-underline-offset:2px}@media (max-width:768px){.table-module table{font-size:calc(var(--text-base)*.94)}.table-module tbody td:first-child,.table-module thead th{white-space:normal}.table-module tbody td,.table-module thead th{padding:10px 14px}}