@charset "UTF-8";
/**
Include icons in scss/css.
Usage: 
 @include icon(close);
*/
/*
Media query mixin.
Usage: 
@include media($bp-l, min)
*/
/*
Mixin to add loading spinner to button/element.
Usage: 
@include loading()
*/
.rte {
  width: 100%;
  line-height: 1.6;
}
.rte h1 {
  font-size: 2rem;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: -0.0875rem;
  margin: 2.5rem 0 1.5rem;
}
@media (min-width: 992px) {
  .rte h1 {
    font-size: 3rem;
  }
}
.rte h2 {
  font-size: 1.5rem;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: -0.0625rem;
  margin: 2.5rem 0 1.5rem;
}
@media (min-width: 992px) {
  .rte h2 {
    font-size: 2rem;
  }
}
.rte h3 {
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: -0.025rem;
  margin: 1.5rem 0;
}
@media (min-width: 992px) {
  .rte h3 {
    font-size: 1.5rem;
  }
}
.rte h4 {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: -0.0125rem;
  margin: 1.5rem 0;
}
@media (min-width: 992px) {
  .rte h4 {
    font-size: 1.25rem;
  }
}
.rte h5 {
  font-size: 0.875rem;
  line-height: 140%;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.2px;
  margin: 1.5rem 0 1rem;
}
.rte h5 + p {
  margin-top: 1rem;
}
.rte h6 {
  font-size: 0.875rem;
  line-height: 140%;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.2px;
  color: #595959;
  margin: 1.5rem 0 1rem;
}
.rte h6 + p {
  margin-top: 1rem;
}
.rte a {
  color: #054040;
}
.rte a[href^="#t-"] {
  margin-right: 0.5rem;
}
.rte a:visited {
  color: var(--rte-link-visited-color);
}
.rte a:hover {
  color: var(--rte-link-hover-color);
}
.rte p {
  margin: 0.5rem 0;
}
.rte blockquote {
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: -0.025rem;
  border-left: 0.25rem solid #50fcce;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  padding-top: 0.5rem;
}
@media (min-width: 992px) {
  .rte blockquote {
    font-size: 1.5rem;
  }
}
.rte blockquote cite {
  font-size: 0.875rem;
  line-height: 140%;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.2px;
  display: block;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.rte blockquote cite::before {
  content: "— ";
}
.rte ol {
  list-style: auto;
}
.rte ul {
  list-style: unset;
}
.rte ul,
.rte ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.rte img {
  max-width: 100%;
}
.rte iframe {
  width: 100%;
  height: 31.25rem;
}
.rte table {
  margin: 1rem 0;
}
.rte table caption {
  font-size: 0.875rem;
  line-height: 140%;
  font-weight: 500;
  text-align: left;
  padding-bottom: 0.75rem;
}
.rte sup {
  vertical-align: super;
  font-size: smaller;
  font-family: system-ui;
}
.rte ::-webkit-scrollbar {
  height: 0.25rem;
}
.rte ::-webkit-scrollbar-track {
  background-color: #949494;
  border-radius: 0.625rem;
}
.rte ::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  background: black;
}
.rte td {
  font-size: 0.75rem;
  line-height: 160%;
  font-weight: 500;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  padding: 0.75rem;
}
.rte td *:first-child {
  margin-top: 0;
}
.rte td *:last-child {
  margin-bottom: 0;
}
.rte th {
  font-size: 0.875rem;
  line-height: 140%;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.2px;
  text-align: center;
  padding: 1rem 0.75rem;
  background-color: #d7fff2;
}
.rte tr:first-child td {
  font-size: 0.875rem;
  line-height: 140%;
  font-weight: 500;
  text-align: center;
}
.rte tr:not(:first-child) td {
  color: #363636;
}
@media only screen and (min-width: 992px) {
  .rte div.extended-container,
  .rte div.extended-container + h6 {
    margin: 0 -6.75rem;
  }
}
.rte > *:first-child {
  margin-top: 0;
}
.rte > *:last-child {
  margin-bottom: 0;
}
.rte figure {
  margin: 1.5rem 0;
}
.rte figure img {
  min-width: 100%;
}
.rte figure figcaption {
  font-size: 0.875rem;
  line-height: 140%;
  font-weight: 500;
  color: #1a1a1a;
  margin-top: 0.75rem;
}

.rte__table-wrapper {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  /* Track */
  /* Handle */
  overflow-x: auto;
  max-width: 100%;
}
.rte__table-wrapper::-webkit-scrollbar-track {
  display: none;
}
.rte__table-wrapper::-webkit-scrollbar-thumb {
  display: none;
}
@media only screen and (min-width: 992px) {
  .rte__table-wrapper {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
  }
}
.rte__table-wrapper table {
  min-width: 100%;
  margin-bottom: 0;
}
.rte__table-wrapper td {
  min-width: 9.375rem;
}
