/* Colors */
/* #622558; */
/* Sections bg colors */
/* old purple -> #e5e4ee; */
/* Hero bg colors */
/* Tag Hover colors */
/* Sections bg colors */
/* #622558; */
/* theme-color-variables */
/* gray-color-variables */
/* fonts */
/*  Grid breakpoints */
/*  Grid containers */
/* Spacing */
table,
.table {
  margin: 1.25rem 0;
  border: 1px solid #a7214f;
}
table th,
.table th {
  color: #a7214f;
  text-align: center;
  text-transform: uppercase;
}
table th,
table td,
.table th,
.table td {
  background-color: transparent;
}
table thead tr,
.table thead tr {
  background-color: #fff;
}
table thead tr th,
.table thead tr th {
  border: 1px solid #a7214f;
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  table tbody tr:nth-child(odd),
  .table tbody tr:nth-child(odd) {
    background-color: #e8cfe1;
  }
  table tbody tr:nth-child(even),
  .table tbody tr:nth-child(even) {
    background-color: #f3e7f0;
  }
  table tbody tr:last-child th,
  table tbody tr:last-child td,
  .table tbody tr:last-child th,
  .table tbody tr:last-child td {
    border-bottom: 1px solid #a7214f;
  }
}
@media (max-width: 767.98px) {
  table tbody tr:first-child th,
  .table tbody tr:first-child th {
    border-top: 1px solid #a7214f;
  }
  table tbody tr:last-child td:last-child,
  .table tbody tr:last-child td:last-child {
    border-bottom: 1px solid #a7214f;
  }
}
table tbody tr th,
table tbody tr td,
.table tbody tr th,
.table tbody tr td {
  border: 1px solid #a7214f;
  padding: 0.5rem 1rem;
}
table tbody tr th,
.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,
  .table tbody tr th {
    border-top-color: transparent;
  }
}
table tbody tr td,
.table tbody tr td {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
@media (max-width: 767.98px) {
  table tbody tr td:nth-child(odd),
  .table tbody tr td:nth-child(odd) {
    background-color: #e8cfe1;
  }
  table tbody tr td:nth-child(even),
  .table tbody tr td:nth-child(even) {
    background-color: #f3e7f0;
  }
}
@media (min-width: 768px) {
  table > tbody tr:first-child td,
  .table > tbody tr:first-child td {
    border-top: 1px solid #a7214f;
  }
}
@media (max-width: 767.98px) {
  table > tbody tr:first-child td,
  .table > tbody tr:first-child td {
    border-top-color: transparent;
  }
  table > tbody tr:first-child td:first-child,
  .table > tbody tr:first-child td:first-child {
    border-top: 1px solid #a7214f;
  }
}

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