/** Shopify CDN: Minification failed

Line 94: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__text.rte p, .image-with-text__text.rte.subtitle {
    font-size: 12px;
    letter-spacing: 0.15rem;
    line-height: 1.5rem;
    text-transform: initial;
    font-family: 'BrownStd-light' !important;
}


    .this--about h2.banner__heading.inline-richtext.h1, .this--about h2.common-font {
    letter-spacing: 3px;
    font-size: 1.6rem !important;
}
@media screen and (max-width: 750px) {
  .this--about h2.rich-text__heading.rte.inline-richtext.h1, .this--about h2.rich-text__heading.rte.inline-richtext.h2 {
        letter-spacing: .2rem;
        font-size: 1.3rem !important;
      line-height: 2rem
    }
}
@media screen and (min-width: 750px) {


  
    .this--about h2.banner__heading.inline-richtext.h1, .this--about h2.common-font {
    letter-spacing: 5px;
    font-size: 2.2rem !important;
}
  .this--about h2.rich-text__heading.rte.inline-richtext.h1 {
    letter-spacing: 0.4rem;
    font-size: 2rem;
}
  .this--about h2.rich-text__heading.rte.inline-richtext.h2 {
    font-size: 1.5rem;
    letter-spacing: 0.35rem;
}
    .rich-text__text.rte p, .image-with-text__text.rte.subtitle {
    font-size: 14px;
    letter-spacing: 0.2rem;
    line-height: 2rem;
}
  .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 (max-width: 750px) {
 .this--about .banner__content {
    align-items: flex-end;
}
}

h2.rich-text__heading.rte.inline-richtext.h1 {
    font-weight: bold;
}
  .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: 2rem;
}

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