/* Media query breakpoints */
.c-text {
  display: block;
  width: 100%;
  font-family: var(--font-regular);
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--black);
}
@media (min-width: 768px) {
  .c-text {
    font-size: 1rem;
  }
}
@media (min-width: 1420px) {
  .c-text {
    font-size: 1.0625rem;
  }
}
.c-text p {
  margin: 0 0 1em;
}
.c-text p:last-child {
  margin-bottom: 0;
}
.c-text p .text-white {
  color: #e5e4dc;
}
.c-text strong {
  font-weight: bold;
}
.c-text em {
  font-style: italic;
}
.c-text a {
  color: var(--color-primary);
  text-decoration: underline;
}
.c-text a:hover {
  text-decoration: none;
}
.c-text ul,
.c-text ol {
  margin: 0 0 1em;
  padding-left: 1.4em;
}
.c-text li {
  margin-bottom: 0.4em;
}
.c-text table {
  display: block;
  overflow-x: auto;
  box-sizing: border-box;
  width: 100%;
  min-width: 320px;
  max-width: calc(100vw - 32px);
  border-spacing: 0;
  table-layout: fixed;
}
@media (max-width: 1419px) {
  .c-text table {
    display: block;
  }
}
.c-text table thead tr {
  width: 100%;
  background: none;
  color: var(--white);
}
.c-text table thead tr th {
  padding: 8px;
  border: 1px solid var(--gray-900);
  color: var(--black);
  font-weight: 600;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .c-text table thead tr th {
    padding: 8px 12px;
    font-size: 1.125rem;
  }
}
.c-text table td {
  border: 1px solid var(--gray-500);
}
.c-text table th,
.c-text table td {
  min-width: 80px;
  padding: 0.5em;
}
.c-text table a {
  color: var(--text-color);
  text-decoration: underline;
}
.c-text table a:hover {
  text-decoration: none;
}
.c-text table tr {
  overflow: auto;
  border-bottom: 1px solid var(--gray-900);
}
.c-text table tr td {
  padding: 14px;
  font-size: 1rem;
  word-break: break-word;
}
/*# sourceMappingURL=text.css.map */
