.responsive-table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.5rem;
}

.text-formatted > div > *, .text-formatted > * {
  margin-bottom: 1.5rem;
}
.text-formatted > div > *:last-child, .text-formatted > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 704px) {
  .text-formatted .two-columns {
    column-gap: var(--Spacing-09);
    columns: 2;
  }
}
.text-formatted > :first-child {
  padding-top: 0;
}
.text-formatted h2, .text-formatted h3, .text-formatted h4, .text-formatted h5, .text-formatted h6 {
  color: var(--text-primary);
  font-weight: 700;
  line-height: 125%;
  padding-top: var(--Spacing-07);
}
.text-formatted h2 {
  font-size: var(--Font-Size-h2);
  line-height: 120%;
  letter-spacing: -0.55px;
}
.text-formatted h3 {
  font-size: var(--Font-Size-h3);
  letter-spacing: -0.4px;
}
.text-formatted h4 {
  font-size: var(--Font-Size-h4);
  font-weight: 600;
}
.text-formatted h5 {
  font-size: var(--Font-Size-h5);
}
.text-formatted h6 {
  font-size: var(--Font-Size-h6);
}
.text-formatted strong {
  font-weight: 600;
}
.text-formatted sup {
  font-size: 0.6em;
  line-height: 0;
}
.text-formatted p, .text-formatted li {
  color: var(--Color-Text);
  font-size: var(--Font-Size-M);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.text-formatted p a, .text-formatted li a, .text-formatted td a, .text-formatted th a {
  color: var(--Color-Primary);
  transition: var(--Transition-Base);
  text-decoration: none;
}
.text-formatted p a:hover, .text-formatted p a:focus, .text-formatted li a:hover, .text-formatted li a:focus, .text-formatted td a:hover, .text-formatted td a:focus, .text-formatted th a:hover, .text-formatted th a:focus {
  color: var(--Color-Primary-Hover);
  text-underline-offset: 3px;
  text-decoration: underline;
}
.text-formatted p a:active, .text-formatted li a:active, .text-formatted td a:active, .text-formatted th a:active {
  color: var(--Color-Text);
}
.text-formatted.is-leading p, .is-leading .text-formatted p {
  font-size: var(--Font-Size-ML);
}
@media (min-width: 704px) {
  .text-formatted.is-list strong {
    display: inline-block;
    width: 50%;
  }
}
.text-formatted li {
  margin-bottom: var(--Spacing-03);
}
.text-formatted li:last-child {
  margin-bottom: 0;
}
.text-formatted ul li {
  position: relative;
  padding-left: calc(var(--Spacing-05) + 8px);
}
.text-formatted ul > li > ul > li::before {
  background-color: var(--Color-Text-Medium-Emphasis);
  width: 7px;
  height: 7px;
}
.text-formatted ul > li > ul > li > ul > li {
  font-size: var(--Font-Size-S);
  padding-left: calc(var(--Spacing-04) + 8px);
}
.text-formatted ul > li > ul > li > ul > li::before {
  background-color: var(--Color-Text-Medium-Emphasis);
  border-radius: 0;
  width: 6px;
  height: 6px;
  top: 8px;
}
.text-formatted ul li::before {
  background-color: var(--Color-Primary);
  border-radius: 50%;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  line-height: 1;
}
.text-formatted ul li::marker {
  content: "";
}
.text-formatted ul ul,
.text-formatted ol ol {
  margin-top: var(--Spacing-03);
}
.text-formatted ol li {
  counter-increment: counter;
  position: relative;
  padding-left: calc(var(--Spacing-05) + 8px);
}
.text-formatted ol li::before {
  content: counter(counter) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.text-formatted ol li::marker {
  content: "";
}
.text-formatted table {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  table-layout: auto;
}
.text-formatted table caption {
  background-color: var(--Color-Border);
  font-weight: bold;
  text-align: left;
  padding: var(--Spacing-04) var(--Spacing-03);
}
@media (min-width: 704px) {
  .text-formatted table caption {
    padding: var(--Spacing-04) var(--Spacing-06);
  }
}
.text-formatted table thead th {
  border-bottom: 2px solid var(--Color-Border);
}
.text-formatted table thead th:first-child,
.text-formatted table tbody th {
  border-right: 2px solid var(--Color-Border);
  text-align: left;
}
.text-formatted table tbody th,
.text-formatted table th {
  border-bottom: 1px solid var(--Color-Border);
  text-align: left;
  font-size: var(--Font-Size-M);
  font-weight: 600;
}
.text-formatted table tbody th[colspan],
.text-formatted table th[colspan] {
  border-bottom: 0;
}
.text-formatted table thead tr,
.text-formatted table tr:nth-child(even) {
  background-color: var(--Color-Text-Light-Emphasis);
}
.text-formatted table td, .text-formatted table th {
  text-align: center;
  padding: var(--Spacing-03) var(--Spacing-03);
}
@media (min-width: 704px) {
  .text-formatted table td, .text-formatted table th {
    padding: var(--Spacing-03) var(--Spacing-06);
  }
}
.text-formatted table td {
  border-bottom: 1px solid var(--Color-Border);
  font-size: var(--Font-Size-S);
  font-weight: 400;
}
.text-formatted .responsive-iframe-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.text-formatted .responsive-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-formatted video {
  width: 100%;
}
.text-formatted blockquote {
  position: relative;
  padding: var(--Spacing-03) var(--Spacing-06);
}
.text-formatted blockquote::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: var(--Color-Primary);
  border-radius: 0;
}
.text-formatted .media img {
  width: 100%;
  aspect-ratio: 16/9;
}
@media (min-width: 704px) {
  .text-formatted .align-right,
  .text-formatted .align-left {
    width: calc(33.3333333333% - var(--Grid-Gutter) / 2);
  }
}
.text-formatted .align-right + h2, .text-formatted .align-right + h3, .text-formatted .align-right + h4, .text-formatted .align-right + h5, .text-formatted .align-right + h6,
.text-formatted .align-left + h2,
.text-formatted .align-left + h3,
.text-formatted .align-left + h4,
.text-formatted .align-left + h5,
.text-formatted .align-left + h6 {
  padding-top: 0;
}
@media (min-width: 704px) {
  .text-formatted .align-right {
    float: right;
    margin-left: var(--Grid-Gutter);
  }
}
@media (min-width: 704px) {
  .text-formatted .align-left {
    float: left;
    margin-right: var(--Grid-Gutter);
  }
}
.text-formatted::after {
  display: block;
  content: "";
  clear: both;
}

/*# sourceMappingURL=text-formatted.css.map */
