table {
  margin: 1.25rem 0;
  border: 1px solid #006f9b;
}
table th {
  color: #006f9b;
  text-align: center;
  text-transform: uppercase;
}
table thead tr {
  background-color: #fff;
}
table thead tr th {
  border: 1px solid #006f9b;
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  table tbody tr:nth-child(odd) {
    background-color: #e8cfe1;
  }
  table tbody tr:nth-child(even) {
    background-color: #f3e7f0;
  }
  table tbody tr:last-child th,
  table tbody tr:last-child td {
    border-bottom: 1px solid #006f9b;
  }
}
@media (max-width: 767.98px) {
  table tbody tr:first-child th {
    border-top: 1px solid #006f9b;
  }
  table tbody tr:last-child td:last-child {
    border-bottom: 1px solid #006f9b;
  }
}
table tbody tr th,
table tbody tr td {
  border: 1px solid #006f9b;
  padding: 0.5rem 1rem;
}
table tbody tr th {
  background-color: #fff;
  border-top: 1px solid #e8cfe1;
  border-bottom: 1px solid #e8cfe1;
}
@media (min-width: 768px) {
  table tbody tr th {
    border-top-color: transparent;
  }
}
table tbody tr td {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
@media (max-width: 767.98px) {
  table tbody tr td:nth-child(odd) {
    background-color: #e8cfe1;
  }
  table tbody tr td:nth-child(even) {
    background-color: #f3e7f0;
  }
}

.paragraph--type--nsi-p01-text .field--lead {
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .paragraph--type--nsi-p01-text .field--lead {
    max-width: 75%;
    text-wrap: balance;
  }
}
.paragraph--type--nsi-p01-text .field--text {
  display: flex;
  flex-direction: column;
}
.paragraph--type--nsi-p01-text .field--text.field--text--1_column, .paragraph--type--nsi-p01-text .field--text.field--text--2_columns {
  overflow-x: auto;
}
@media (min-width: 768px) {
  .paragraph--type--nsi-p01-text .field--text.field--text--1_column {
    max-width: 70em;
    text-wrap: pretty;
  }
}
.paragraph--type--nsi-p01-text .field--text.field--text--1_column p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .paragraph--type--nsi-p01-text .field--text.field--text--2_columns {
    flex-direction: row;
    gap: 1.25rem;
  }
  .paragraph--type--nsi-p01-text .field--text.field--text--2_columns .field--text--col-1,
  .paragraph--type--nsi-p01-text .field--text.field--text--2_columns .field--text--col-2 {
    flex: 1;
  }
  .paragraph--type--nsi-p01-text .field--text.field--text--2_columns .field--text--col-1 p:last-of-type,
  .paragraph--type--nsi-p01-text .field--text.field--text--2_columns .field--text--col-2 p:last-of-type {
    margin-bottom: 0;
  }
}
