.tn-legal-document {
  background: #ffffff;
  color: #1f2933;
  font-family: inherit;
}

.tn-legal-document__inner {
  width: 100%;
  margin: 0 auto;
}

.tn-legal-document__title {
  margin: 0 0 8px;
  color: #006ec7;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tn-legal-document__meta {
  margin: 0 0 34px;
  color: #111827;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tn-legal-document__item {
  margin: 0 0 24px;
}

.tn-legal-document__item--subsection {
  margin-bottom: 18px;
}

.tn-legal-document__section-title {
  margin: 34px 0 12px;
  color: #006ec7;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.tn-legal-document__subsection-title {
  margin: 22px 0 9px;
  color: #111827;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
}

.tn-legal-document__content {
  color: #1f2933;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.tn-legal-document__content p {
  margin: 0 0 12px;
}

.tn-legal-document__content p:last-child {
  margin-bottom: 0;
}

.tn-legal-document__content ul,
.tn-legal-document__content ol {
  margin: 0 0 14px 1.25em;
  padding: 0;
}

.tn-legal-document__content li {
  margin: 0 0 6px;
  padding-left: 0.1em;
}

.tn-legal-document__content strong {
  font-weight: 800;
}

@media (max-width: 1024px) {
  .tn-legal-document__title {
    font-size: 56px;
  }

  .tn-legal-document__meta {
    font-size: 25px;
  }

  .tn-legal-document__section-title {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .tn-legal-document__title {
    font-size: 42px;
  }

  .tn-legal-document__meta {
    margin-bottom: 26px;
    font-size: 20px;
  }

  .tn-legal-document__section-title {
    margin-top: 28px;
    font-size: 34px;
  }

  .tn-legal-document__subsection-title {
    font-size: 24px;
  }

  .tn-legal-document__content {
    font-size: 14px;
  }
}
