/** Shopify CDN: Minification failed

Line 338:19 Expected ":"

**/
.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template > *:first-child:not(.article-template__hero-container) {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.article-template__hero-container {
  max-width: 100%;
  margin: 0 auto;
}

.article-template__hero-small {
  height: 11rem;
}

.article-template__hero-medium {
  height: 22rem;
}

.article-template__hero-large {
  height: 33rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-template__hero-small {
    height: 22rem;
  }

  .article-template__hero-medium {
    height: 44rem;
  }

  .article-template__hero-large {
    height: 66rem;
  }
}

@media screen and (min-width: 990px) {
  .article-template__hero-small {
    height: 27.5rem;
  }

  .article-template__hero-medium {
    height: 55rem;
  }

  .article-template__hero-large {
    height: 82.5rem;
  }
}

.article-template header {
  margin-top: 4.4rem;
  margin-bottom: 2rem;
  line-height: calc(0.8 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .article-template header {
    margin-top: 5rem;
  }
}

.article-template__title {
  margin: 0;
}

h1.article-template__title {
  font-family: var(--font-accent-family);
  font-style: normal;
  color: #fff;
  font-size: 10rem;
  margin-bottom: 0;
}

@media screen and (max-width: 749px) {
  h1.article-template__title {
    font-size: 4.5rem;
  }
}

.article-template__title:not(:only-child) {
  margin-bottom: 0;
}

.article-template__link {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.article-template__link .icon-wrap {
  display: flex;
  margin-right: 1rem;
  transform: rotate(180deg);
}

.article-template__content {
  margin: 3rem auto;
}

.article-template__content img {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.article-template__content h1,
.article-template__content h2, 
.article-template__content h3, 
.article-template__content h4,
.article-template__content h5,
.article-template__content h6,
.article-template__content p,
.article-template__content ul,
.article-template__content ol {
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
}

.article-template__social-sharing {
  margin-top: 3rem;
}

.article-template__social-sharing + header,
.article-template__social-sharing + .article-template__content {
  margin-top: 1.5rem;
}

.article-template__comment-wrapper {
  margin-top: 5rem;
  padding: 2.7rem 0;
}

@media screen and (min-width: 750px) {
  .article-template__comment-wrapper {
    margin-top: 6rem;
    padding: 3.6rem 0;
  }
}

.article-template__comment-wrapper h2 {
  margin-top: 0;
}

.article-template__comments {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments {
    margin-bottom: 7rem;
  }
}

.article-template__comments-fields {
  margin-bottom: 4rem;
}

.article-template__comments-comment {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1.5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments-comment {
    padding: 2rem 2.5rem;
  }
}

.article-template__comments-comment p {
  margin: 0 0 1rem;
}

.article-template__comment-fields > * {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
  }
}

.article-template__comment-warning {
  margin: 2rem 0 2.5rem;
}

@media screen and (min-width: 990px) {
  .article-template__comments .pagination-wrapper {
    margin: 5rem 0 8rem;
  }
}

.article-template__back:last-child {
  margin-bottom: 3.2rem;
}

aside.blog-article__aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media screen and (min-width: 1200px) {
  aside.blog-article__aside {
    position: absolute;
    top: 0;
    left: 5rem;
    text-align: left;
    padding: 0;
  }
}

@media screen and (max-width: 1199px) {
  .blog-article__aside-inner {
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
    padding-bottom: 6rem;
    margin-top: 10rem;
    margin-bottom: 5rem;
  }
}

aside.blog-article__aside span.caption-with-letter-spacing {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

aside.blog-article__aside span.bold {
  font-weight: 700;
}

.blog-article__main-body {
  position: relative;
}

.blog-article__statement {
  padding: 0 2.5rem;
  max-width: 140rem;
  margin: 20rem auto;
}

@media screen and (max-width: 749px) {
  .blog-article__statement {
    margin: 10rem auto 0;
  }
}

.blog-article__statement.rte em {
  font-style: normal;
  position: relative;
}

.blog-article__statement.rte em:after {
  position: absolute;
  content: "";
  height: 1rem;
  left: 0;
  bottom: 6px;
  background: var(--brand-color-red);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1200px) {
  .blog-article__statement.rte em:after {
    bottom: 13px;
  }
  
  .blog-article__aside-inner {
    position: sticky;
    top: 14rem;
    border-right: 1px solid #E6E6E6;
    padding-right: 4rem;
    margin-top: 0;
    min-height: 100vh;
  }
}

.article-template__hero-container header {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.article-subtitle {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  .article-subtitle.h4 {
    font-size: 2.8rem;
  }
}

h2.article-subtitle p {
  margin: 0;
}

.blog-article__illustration img {
  max-width: 24rem;
  width: 100%;
  height: auto;
}

.blog-article__illustration {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 749px) {
  .blog-article__illustration {
    display: none;l
  }
}

ul.article-tags.blog-article-card__tags {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

ul.article-tags.blog-article-card__tags li {
  color: #fff;
  border-color: #fff;
}

.main-article-alternate__header {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.main-article-alternate__header {
  min-height: 100vh;
  padding: 13rem 0 5rem;
}

.main-article-alternate__header .page-width.page-width--narrow {
  max-width: 75rem;
}

.main-article-alternate__header-image {
  max-width: 42rem;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 10rem;
}

.main-article-alternate__header-image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 749px) {
  .main-article-alternate__header {
    padding-top: 11rem;
    padding-bottom: 2rem;
  }
  
  .main-article-alternate__header-image {
    max-width: 22rem;
    padding-bottom: 6rem;
  }
}

.article-tags {
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-tags li {
  color: var(--brand-color-red);
  border: 1px solid var(--brand-color-red);
  font-size: 1rem;
  letter-spacing: .12rem;
  font-weight: 700;
  text-transform: uppercase;
  width: fit-content;
  padding: .2rem .4rem;
  text-decoration: none;
}