/** Shopify CDN: Minification failed

Line 20:10 Unexpected "{"

**/
.rte:after {
  clear: both;
  content: '';
  display: block;
}


.rte p {
  margin-bottom: 1rem;
}

.rte > h1,
.rte > h2,
.rte > h3,
.rte > p, {
  margin-bottom: 1rem;
}

.rte > h1,
.rte > h2,
.rte > h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.rte > h1:first-child,
.rte > h2:first-child,
.rte > h3:first-child {
  margin-top: 0.5rem;
}

.rte > p:first-child {
  margin-top: 0;
}

.rte > p:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul {
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
  margin-bottom: 0.5rem;
}

.rte li:last-child {
  margin-bottom: 1rem;
}

.rte a:not(.pk-button) {
  color: var(--color-main-green);
  text-decoration: underline;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: ease;
}

.rte a:hover {
  opacity: 0.7;
}

.rte blockquote {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.article-template__content blockquote {
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight);
  font-style: var(--font-body-style);
  font-size: calc(var(--pk-font-scale) * 3.2rem);
  line-height: 1.3;
}

@media screen and (max-width: 989px) {

  .article-template__content blockquote {
    font-size: calc(var(--pk-font-scale) * 2.5rem);
  }

}

@media screen and (max-width: 749px) {

  .article-template__content blockquote {
    font-size: calc(var(--pk-font-scale) * 2.1rem);
  }

}


