/** Shopify CDN: Minification failed

Line 155:0 Expected "}" to go with "{"

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

.rich-text__wrapper {
  display: flex;
  justify-content: center;
}

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

.rich-text__blocks {
  border-bottom: 1px var(--border-style) #C3C3C3;
}

@media screen and (min-width: 750px) {
  .rich-text__wrapper {
    width: 100%;
  }
  .rich-text:not(.rich-text--full-width) .rich-text__wrapper {
    margin: auto;
    width: calc(100% - 8rem / var(--font-body-scale));
  }
  .rich-text__wrapper--left {
    justify-content: flex-start;
  }

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

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

@media (min-width: 1024px) {
  .rich-text__blocks .rich-text__heading {
    max-width: var(--richtext-heading-width);
  }
}


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

.rich-text__text strong {
  font-family: var(--font-heading-family);
}

.rich-text__blocks * {
  overflow-wrap: break-word;
  line-height: 27px;
  letter-spacing: normal;
}

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

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

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

.rich-text__text p {
  margin: 0;
}

.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;
}

.rich-text--full-width .rich-text__blocks {
  max-width: 100%;
}

/* rich text heading sizes  */
.rich-text__blocks .text--10{
  font-size:var(--font-10);
}
.rich-text__blocks .text--12{
  font-size:var(--font-12);
}
.rich-text__blocks .text--14{
  font-size:var(--font-14);
}
.rich-text__blocks .text--15{
  font-size:var(--font-15);
}
.rich-text__blocks .text--16{
  font-size:var(--font-16);
}
.f14{
  font-size:var(--font-14);
}
.f16{
  font-size:var(--font-16);
}

/*  */
.strong--regular-font strong{
  font-weight:var(--regular);
}
.strong--medium-font strong{
  font-weight:var(--medium);
}
.strong--semi-bold-font strong{
  font-weight:var(--semi-bold);

.strong--bold-font strong{
  font-weight:var(--bold);
}
