.ti-page-hero--blank-page .ti-page-hero__title {
  max-width: none;
}

.ti-blank-page__content {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: clamp(3.5rem, 7vw, 5rem) 0 clamp(4rem, 8vw, 5.8rem);
  background: #ffffff;
}
.ti-blank-page__content-inner {
  max-width: 52rem;
  padding-inline: clamp(1.2rem, 4vw, 2rem);
}
.ti-blank-page__content-inner > :first-child {
  margin-top: 0;
}
.ti-blank-page__content-inner > :last-child {
  margin-bottom: 0;
}
.ti-blank-page__content-inner > :is(h1, h2, h3, h4, h5, h6) {
  margin: 2rem 0 0.9rem;
  color: #163056;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.ti-blank-page__content-inner > h1 {
  font-size: clamp(1.8rem, 3vw, 2.35rem);
}
.ti-blank-page__content-inner > h2 {
  font-size: clamp(1.55rem, 2.2vw, 1.95rem);
}
.ti-blank-page__content-inner > h3 {
  font-size: clamp(1.3rem, 1.8vw, 1.55rem);
}
.ti-blank-page__content-inner > :is(h4, h5, h6) {
  font-size: 1.08rem;
}
.ti-blank-page__content-inner > :is(p, ul, ol, blockquote) {
  color: #6f809a;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
.ti-blank-page__content-inner > p {
  margin: 0 0 1rem;
}
.ti-blank-page__content-inner > :is(ul, ol) {
  margin: 0 0 1.2rem;
  padding-left: 1.3rem;
}
.ti-blank-page__content-inner > blockquote {
  margin: 0 0 1.2rem;
  padding-left: 1rem;
  border-left: 0.2rem solid var(--ti-color-secondary);
}
.ti-blank-page__content-inner > :is(figure, .wp-block-image, .wp-block-gallery) {
  margin: 1.6rem 0;
}
.ti-blank-page__content-inner > :is(figure, .wp-block-image, .wp-block-gallery) img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.ti-blank-page__content-inner a {
  color: #163056;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
@media (max-width: 560px) {
  .ti-blank-page__content {
    padding: 2.5rem 0 3.2rem;
  }
  .ti-blank-page__content-inner {
    max-width: 100%;
  }
  .ti-blank-page__content-inner > :is(p, ul, ol, blockquote) {
    font-size: 0.95rem;
    line-height: 1.75;
  }
}/*# sourceMappingURL=index.css.map */