/** Shopify CDN: Minification failed

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

**/
.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 h5 {
    color: #666;
    margin-bottom: 0px;
    margin-top: 28px;
}
.rich-text__text h5::first-child{
  margin-top:0px;
}
.rich-text__text p strong{
    color: #222;
    font-weight: 500;
}
.rich-text__text h5 strong {
    font-weight: 400;
    color: #222;
}

.banner_content_space h2.rich-text__heading.rte.inline-richtext.h1 {
    margin-top: 1.2rem;
}

.banner_content_space .rich-text__text.rte p{
  margin-top:2.4rem;
}
.banner_content_space .rich-text__blocks {
  max-width: 97rem;
}
.rich-text__paragraph-after-button.rte p strong {
    color: #222;
    font-weight: 500;
}

@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: 82rem;
  }
}

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


@media screen and (max-width: 992px) {
    .rich-text__blocks {
        max-width: 65rem;
    }
}
@media screen and (max-width: 767px) {
    .rich-text__wrapper {
        width: calc(100% - 0rem / var(--font-body-scale));
    }
    .rich-text__text h5 {
        margin-top: 15px;
    }
    .rich-text__text ul li {
        margin-bottom: 7px;
    }
    .banner_content_space .rich-text__text.rte p {
    margin-top: 1rem;
}
        .rich-text__text ul li {
        margin-bottom: 0px;
    }
    .rich-text__blocks>*+* {
    margin-top: 1rem;

}


.rich-text__text.rte p a em strong {
    color:#D4BBAD!important;
}
.rich-text__text.rte p a {
    text-decoration: none;
}

