/** Shopify CDN: Minification failed

Line 194:0 Unexpected "}"

**/
@charset "UTF-8";
.rte:after {
  clear: both;
  content: "";
  display: block;
}
.rte * {
  line-height: 1.4;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  line-height: var(--font-heading-line-height);
}
.rte h1, .rte h2 {
  margin-top: 3.2rem;
}
@media screen and (min-width: 990px) {
  .rte h1, .rte h2 {
    margin-top: 4.8rem;
  }
}
@media screen and (min-width: 1360px) {
  .rte h1, .rte h2 {
    margin-top: 6.8rem;
  }
}
.rte div {
  margin: 0;
}
.rte p {
  margin: 2.4rem 0;
  letter-spacing: normal;
}
.rte p:first-child {
  margin-top: 0;
}
.rte p:last-child {
  margin-bottom: 0;
}
.rte ol,
.rte ul {
  padding-left: 2.4rem;
  margin: 0 0 1.6rem 0;
}
@media screen and (min-width: 576px) {
  .rte ol,
  .rte ul {
    margin: 0 0 1.6rem 2.4rem;
  }
}
.rte li {
  list-style: inherit;
  padding-left: 0.4rem;
  margin: 1.6rem 0rem;
  letter-spacing: 0;
}
.rte li:last-child {
  margin-bottom: 0;
}
.rte a {
  color: rgb(var(--color-foreground));
  text-decoration-color: currentColor;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: opacity var(--duration-default) ease;
}
.rte a:hover {
  opacity: 0.8;
}
.rte img,
.rte figure {
  height: auto;
  max-width: 100%;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  border-radius: 0.4rem;
}
@media screen and (min-width: 1200px) {
  .rte img,
  .rte figure {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    max-width: calc(100vw - 17.6rem - 12.4rem - 6.4rem - 6.4rem);
  }
}
.rte figure > img {
  margin: 0;
}
.rte figcaption {
  font-size: 1.5rem;
  color: rgb(var(--color-foreground-secondary));
}
.rte table {
  table-layout: fixed;
  overflow: auto;
  margin-top: 6rem;
}
@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.rte iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.rte blockquote {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  padding: 3.2rem;
  margin: 3.2rem 0;
  border: none;
  font-family: var(--font-heading-family);
  border-radius: 0.4rem;
  overflow: hidden;
  background-color: rgb(var(--color-background-secondary));
}
@media screen and (min-width: 990px) {
  .rte blockquote {
    margin: 4.8rem 0;
  }
}
@media screen and (min-width: 1360px) {
  .rte blockquote {
    margin: 4.8rem 0;
  }
}
.rte blockquote + * {
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .rte blockquote {
    width: calc(100vw - 17.6rem - 12.4rem - 6.4rem - 6.4rem);
    padding: 6.4rem;
  }
}
.rte blockquote::before {
  content: "“";
  width: 5.6rem;
  height: 5.6rem;
  margin-bottom: 3.2rem;
  font-family: var(--font-heading-family);
  font-size: 5.8rem;
  font-weight: var(--font-heading-weight);
  text-align: center;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-foreground), 0.1);
  border-radius: 50%;
}
@media screen and (min-width: 990px) {
  .rte blockquote {
    padding: 6.4rem;
  }
}
.rte blockquote > * {
  max-width: 81.6rem;
}
.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}
.rte blockquote > *:first-child,
.rte blockquote > *:first-child > * {
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.rte blockquote p {
  font-size: 1rem;
}
.rte blockquote p:nth-child(2) {
  margin-top: 4rem;
  font-family: var(--font-body-family);
  font-size: 1rem;
  letter-spacing: normal;
  text-transform: none;
  color: rgb(var(--color-foreground));
}

}
.rte blockquote img {
  margin-top: 1.6rem;
  margin-bottom: 0;
}