.template-content {
  --default-text-color: var(--theme-deep-blue);
  color: var(--default-text-color);
  --default-header-color: var(--theme-deep-blue);
  font-size: 1.0625rem;
}
.template-content h1,
.template-content h2,
.template-content h3,
.template-content h4,
.template-content h5,
.template-content h6,
.template-content .font-size-1,
.template-content .font-size-1-alt,
.template-content .font-size-2,
.template-content .font-size-3,
.template-content .font-size-4,
.template-content .font-size-4-alt,
.template-content .font-size-5,
.template-content .font-size-5-alt,
.template-content .font-size-6 {
  color: var(--default-header-color);
}
.template-content h1,
.template-content h2,
.template-content h3,
.template-content h4,
.template-content h5,
.template-content h6,
.template-content .font-size-1,
.template-content .font-size-1-alt,
.template-content .font-size-2,
.template-content .font-size-3,
.template-content .font-size-4,
.template-content .font-size-5,
.template-content .font-size-6 {
  font-weight: bold;
}
.template-content h1,
.template-content .font-size-1 {
  font-size: 2.875rem;
  line-height: 1.174;
}
@media (min-width: 767px) {
  .template-content h1,
  .template-content .font-size-1 {
    font-size: 4rem;
    line-height: 1.154;
  }
}
.template-content .font-size-1-alt {
  font-size: 2.25rem;
  line-height: 1.25;
}
@media (min-width: 767px) {
  .template-content .font-size-1-alt {
    font-size: 3.5rem;
    line-height: 1.071;
  }
}
.template-content h2,
.template-content .font-size-2 {
  font-size: 2rem;
  line-height: 1.25;
}
@media (min-width: 767px) {
  .template-content h2,
  .template-content .font-size-2 {
    font-size: 3.5rem;
    line-height: 1.071;
  }
}
.template-content h3,
.template-content .font-size-3 {
  font-size: 1.75rem;
  line-height: 1.33;
}
@media (min-width: 767px) {
  .template-content h3,
  .template-content .font-size-3 {
    font-size: 2.875rem;
    line-height: 1.174;
  }
}
.template-content h4,
.template-content .font-size-4 {
  font-size: 1.5rem;
  line-height: 1.33;
}
@media (min-width: 767px) {
  .template-content h4,
  .template-content .font-size-4 {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.template-content .font-size-4-alt {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.33;
}
@media (min-width: 767px) {
  .template-content .font-size-4-alt {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.template-content h5,
.template-content .font-size-5 {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .template-content h5,
  .template-content .font-size-5 {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
.template-content .font-size-5-alt {
  font-family: var(--font-family-mulish-stack);
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .template-content .font-size-5-alt {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
.template-content h6,
.template-content .font-size-6 {
  font-size: 1.25rem;
  line-height: 1.5;
}
.template-content .body-large {
  font-family: var(--font-family-mulish-stack);
  font-weight: normal;
}
@media (min-width: 767px) {
  .template-content .body-large {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.template-content .textbox-padding {
  padding: 1rem;
}
.template-content .rich-text h1,
.template-content .rich-text h2,
.template-content .rich-text h3,
.template-content .rich-text h4,
.template-content .rich-text h5,
.template-content .rich-text h6,
.template-content .rich-text .font-size-1,
.template-content .rich-text .font-size-1-alt,
.template-content .rich-text .font-size-2,
.template-content .rich-text .font-size-3,
.template-content .rich-text .font-size-4,
.template-content .rich-text .font-size-4-alt,
.template-content .rich-text .font-size-5,
.template-content .rich-text .font-size-5-alt,
.template-content .rich-text .font-size-6 {
  margin-bottom: var(--font20);
}
.template-content .rich-text > :last-child {
  margin-block-end: 0;
}
.template-content .rich-text ol, .template-content .rich-text ul {
  margin-block-end: 1rem;
  margin-inline-start: 0;
  padding-inline-start: 1.25rem;
}
.template-content .rich-text ol > :last-child, .template-content .rich-text ul > :last-child {
  margin-block-end: 0;
}
.template-content .rich-text ol {
  list-style-type: decimal;
}
.template-content .rich-text ul {
  list-style-type: square;
}
.template-content .rich-text li {
  margin-block-end: 1rem;
}
.template-content .rich-text em {
  font-style: italic;
}
.template-content .balance-headers h1,
.template-content .balance-headers h2,
.template-content .balance-headers h3,
.template-content .balance-headers h4,
.template-content .balance-headers h5,
.template-content .balance-headers h6,
.template-content .balance-headers .font-size-1,
.template-content .balance-headers .font-size-1-alt,
.template-content .balance-headers .font-size-2,
.template-content .balance-headers .font-size-3,
.template-content .balance-headers .font-size-4,
.template-content .balance-headers .font-size-4-alt,
.template-content .balance-headers .font-size-5,
.template-content .balance-headers .font-size-5-alt,
.template-content .balance-headers .font-size-5,
.template-content .balance-headers .font-size-6 {
  text-wrap: balance;
}
.template-content sup, .template-content sub {
  font-size: var(--font14);
  margin-inline: 1px;
}
.template-content .superheader {
  color: var(--default-header-color);
  font-family: var(--font-family-chainalysis-stack);
  font-weight: bold;
  font-size: var(--font14);
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: var(--font20);
}
.template-content .superheader-color-dark-blue .superheader,
.template-content .text-color-dark-blue {
  color: var(--theme-dark-blue);
}
.template-content .superheader-color-deep-blue .superheader,
.template-content .text-color-deep-blue {
  color: var(--theme-text-gray);
}
.template-content .superheader-color-soft-gray .superheader,
.template-content .text-color-soft-gray {
  color: var(--theme-soft-gray);
}
.template-content .superheader-color-orange .superheader,
.template-content .text-color-orange {
  color: var(--theme-orange);
}
.template-content .last-child-margin-bottom-none > :last-child {
  margin-bottom: 0;
}
.template-content blockquote {
  color: #293972;
  font-family: var(--font-family-chainalysis-stack);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375;
}
.template-content blockquote > svg {
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .template-content blockquote {
    font-size: 32px;
  }
  .template-content blockquote > svg {
    margin-bottom: 26px;
  }
}
.template-content blockquote > :last-child {
  margin-bottom: 0;
}
.template-content cite {
  display: flex;
  align-content: center;
  align-items: center;
  column-gap: 20px;
  color: var(--default-text-color);
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  margin-top: 20px;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .template-content cite {
    margin-top: 32px;
  }
}
.template-content cite img {
  width: 80px;
  border-radius: 100%;
}
.template-content cite p {
  letter-spacing: 1.4px;
  margin-bottom: 0;
}
.template-content cite p:last-child {
  margin-bottom: 0;
}
.template-content cite a {
  display: inline-block;
  margin-top: 10px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #284AC8;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
}
.template-content cite a:hover {
  color: #293972;
}
.template-content .align-quote-center blockquote {
  text-align: center;
}
.template-content .align-quote-center cite {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.template-content .show-image cite {
  text-align: left;
}

/*# sourceMappingURL=typography.css.map */
