/** Shopify CDN: Minification failed

Line 144:0 Unexpected "}"

**/
.rich-text {
  z-index: 1;
}

.rich-text__wrapper {
  display: flex;
  justify-content: center;
  width: calc(100% - 4rem / var(--font-body-scale));
}

.rich-text:not(.rich-text--full-width) .rich-text__wrapper {
  margin: auto;
  width: calc(100% - 8rem / var(--font-body-scale));
}

.rich-text__blocks {
  width: 100%;
}
.rich-text__blocks .rich-text__heading {
  font-weight: 400;
  margin-bottom: 3rem;
}
.rich-text__blocks .rich-text__text.rte p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
}
@media screen and (min-width: 750px) {
  .rich-text__wrapper {
    width: 100%;
  }

  .rich-text__wrapper--left {
    justify-content: flex-start;
  }

  .rich-text__wrapper--right {
    justify-content: flex-end;
  }

  .rich-text__blocks {
    max-width: 50rem;
  }
}

@media screen and (min-width: 990px) {
  .rich-text__blocks {
    max-width: 78rem;
  }
}

.rich-text__blocks * {
  overflow-wrap: break-word;
}

.rich-text__blocks > * {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text__blocks > * + * {
  margin-top: 1.8rem;
}

.rich-text__blocks > * + a {
  margin-top: 3rem;
}

.rich-text__buttons {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  max-width: 45rem;
  word-break: break-word;
}

.rich-text__buttons--multiple > * {
  flex-grow: 1;
  min-width: 22rem;
}

.rich-text__buttons + .rich-text__buttons {
  margin-top: 1rem;
}

.rich-text__blocks.left .rich-text__buttons {
  justify-content: flex-start;
}

.rich-text__blocks.right .rich-text__buttons {
  justify-content: flex-end;
}

@media screen and (max-width: 749px) {
  .rich-text__wrapper {
    width: 100%;
  }
  .rich-text__blocks {
    text-align: right;
  }
  .rich-text__blocks .rich-text__heading {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
  .rich-text__blocks .rich-text__text {
    margin-top: 1rem;
  }
  .rich-text__blocks .rich-text__text.rte p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .page--about .rich-text-main.rich-text {
    padding-top: 3rem;
  }
  .page--about .rich-text__blocks .rich-text__heading {
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .page--results .rich-text__wrapper {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .page--results .rich-text-main {
    background-image: url(/cdn/shop/files/results_page_banner_mobile.png?v=1760780117);
  }
  .page--results .rich-text__blocks .rich-text__heading {
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .page--results 
}