.table-row{margin-bottom:12rem;padding:0 12rem}.table-tabs{grid-gap:.5rem;display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.table-tabs button{background-color:var(--primary-color);border:none;color:#fff;font-family:Noto Sans,sans-serif;font-size:1.6rem;font-weight:700;padding:1rem;transition:all .5s ease-in-out}.table-tabs button.active-button,.table-tabs button:hover{background-color:var(--primary-accent);color:var(--primary-color);cursor:pointer}.table-outer .table-wrapper{display:none}.table-outer .table-wrapper.active-table{display:block}.table-wrapper h4{font-size:2.5rem;margin-bottom:2rem}.module-table{font-size:1.6rem;margin-bottom:5rem;text-align:left}.module-table tbody tr td:first-child{font-weight:700}.module-table p{margin:0}.module-table ul{list-style:disc;margin-top:1rem}.module-table ul li{margin-left:1.5rem}.table-row-title{text-wrap:balance;margin-left:auto;margin-right:auto;max-width:960px;text-align:center}@media screen and (max-width:800px){.table-tabs{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:700px){.table-row{padding:0 6rem}}@media screen and (max-width:600px){.table-tabs{grid-template-columns:1fr}}