.table-module__title+.table-module__wrapper{margin-top:var(--space-l)}.table-module__wrapper{min-width:unset;overflow:auto}.table-module table{border-collapse:separate;border-spacing:0;color:var(--color-text-primary,#23232a);table-layout:fixed;width:100%}@media (max-width:100rem){.table-module table{min-width:39rem}}.table-module table td,.table-module table th{padding:var(--space-3xs)}.table-module table td p,.table-module table th p{color:var(--color-text-primary,#23232a)}.table-module table th:not(.table__row-name--title){background:var(--color-surface-white,#fff);border:1px solid rgba(0,0,0,.1);border-bottom:none}.table-module table th.table__row-name--title{border:none;font-family:var(--font-family-base);font-size:var(--text-size-500);font-weight:600;line-height:1.5}.table-module table td{background:rgba(0,0,0,.02);border-bottom:none;border-right:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1);text-align:center}.table-module table .table__thead td,.table-module table .table__thead th{font-family:var(--font-family-title);font-size:var(--heading-size-300);font-weight:600;letter-spacing:-.04em;line-height:1.1;padding:var(--space-s) var(--space-3xs)}.table-module table .table__thead th{border-top-left-radius:.75rem}.table-module table .table__thead td:last-child{border-top-right-radius:.75rem}.table-module table tbody tr.table__title-row+tr th,.table-module table tbody tr:first-child:not(.table__thead) th{border-top-left-radius:.75rem}.table-module table tbody tr.table__title-row+tr td:last-child,.table-module table tbody tr:first-child:not(.table__thead) td:last-child{border-top-right-radius:.75rem}.table-module table tbody tr:has(+.table__title-row) th,.table-module table tbody tr:last-child th{border-bottom:1px solid rgba(0,0,0,.1);border-bottom-left-radius:.75rem}.table-module table tbody tr:has(+.table__title-row) td,.table-module table tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.1)}.table-module table tbody tr:has(+.table__title-row) td:last-child,.table-module table tbody tr:last-child td:last-child{border-bottom-right-radius:.75rem}.table-module__end-text{font-size:var(--text-size-300);font-weight:400;line-height:1.2;margin-top:var(--space-l);text-align:center}