.table-section {
  padding: 120px 0;
}
.table-section table thead tr th {
  width: 10%;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: normal;
  padding: 10px 24px;
  min-width: 180px;
  background-color: var(--highlight);
  color: #fff;
}
.table-section table tbody tr td {
  width: 10%;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.32px;
  padding: 16px 24px 24px 24px;
  border-top: none;
  color: var(--black);
  min-width: 180px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.table-section table tbody tr td a {
  text-decoration: underline 1px;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.12s ease-in-out;
}
.table-section table tbody tr td a:hover {
  text-decoration-color: transparent;
  transition: text-decoration-color 0.12s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .table-section {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1023px) {
  .table-section {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .table-section {
    padding: 50px 0;
  }
}

.table-section__heading {
  margin-bottom: 25px;
}
.table-section__heading h2,
.table-section__heading h3 {
  margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .table-section__scroll-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.table-section__table-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.table-section__table-wrapper.table-section__table-wrapper--animating {
  transition: height 0.45s ease-out;
}

.table-section__table-wrapper--collapsed table tbody tr:nth-child(n+4) {
  display: none;
}
.table-section__table-wrapper--collapsed .table-section__load-more-wrap {
  display: block;
  margin-top: 1rem;
}

.table-section__table-wrapper:not(.table-section__table-wrapper--collapsed) .table-section__load-more-wrap {
  display: none;
}

.tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.tabs-nav li {
  flex: 1 230px;
}
.tabs-nav li:first-child button {
  border: none;
}

.tabs-nav button {
  display: block;
  width: 100%;
  padding: 10.5px 24px;
  margin: 0;
  border: none;
  border-left: 1px solid #499249;
  background: #95C154;
  transition: background 0.3s;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.tabs-nav button:focus {
  outline: none;
}
.tabs-nav button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.tabs-nav li.active button {
  background: #499249;
}

.tab-item {
  display: none;
  padding: 50px 75px;
  border-top: none;
  background: #499249;
}
@media screen and (max-width: 1023px) {
  .tab-item {
    padding: 24px;
  }
}

.tab-content {
  color: #fff;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.tab-content .tab-content-col {
  flex: 1 200px;
}

.tab-item.active {
  display: block;
}

.table-section.theme--green .tab-item {
  background: #FFF;
}
.table-section.theme--green .tab-content {
  color: #575756 !important;
}
.table-section.theme--green .tabs-nav button {
  border: none;
}
.table-section.theme--green .tabs-nav li.active button {
  background: #fff;
  color: #575756 !important;
}
.table-section.theme--green table thead tr th {
  background-color: #95C154;
  border: 1px solid #95C154;
  border-right: 1px solid #499249;
}
.table-section.theme--green table tbody tr td {
  border: 1px solid #fff;
}

section.table-section.theme--t2 table thead tr th:first-child {
  background-color: var(--dunkelgrau);
  color: #fff !important;
}
section.table-section.theme--t2 table thead tr th {
  color: var(--dunkelgrau) !important;
}

section.table-section.theme--t4 table tbody tr td {
  color: #fff;
}
/*# sourceMappingURL=table-block.css.map */
