/** Shopify CDN: Minification failed

Line 233:0 Unexpected "{"

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

.article-template__hero-container {
  max-width: 130rem;
  margin: 0 auto;
}

@media screen and (min-width: 1320px) {
  .article-template__hero-container:first-child {
    margin-top: 5rem;
  }
}

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

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

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

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

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

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

.article-template header {
  margin-top: 4.4rem;
  margin-bottom: 2rem;
  line-height: 0.8;
}

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

.article-template__title {
  /*font-size: 3rem; HARMLESS STUDIO commented out 8.9.23 */
  /* letter-spacing: -0.10rem; */
  /* font-weight: 700; HARMLESS STUDIO commented out 8.9.23 */
  margin-bottom: 4rem; /* HARMLESS STUDIO changed from 0 8.9.23 */
  text-align: center;
  /* font-family: Spartan; */
  /*font-family: "adobe-caslon-pro"; HARMLESS STUDIO commented out 8.9.23 */
  font-style: normal;
  text-transform: uppercase /* HARMLESS STUDIO added 8.9.23 */
}

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

.article-template__link {
  font-size: 1.8rem;
  /*display: flex; HARMLESS STUDIO commented out 8.9.23 */
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.article-template__back__link{
  font-size: 2rem; /* HARMLESS STUDIO changed from 1.1rem 8.9.23 */
  /*max-width: 216px; HARMLESS STUDIO commented out 8.9.23 */
  margin: auto;
  padding: 0 10px;
    height: 5.5rem; /* HARMLESS STUDIO added 8.9.23 */
}
.article-template__link .icon-wrap {
  margin-right: 1rem;
  transform: rotate(180deg);
}

.article-template__content {
  margin-top: 2rem;
  margin-bottom: 3rem;
  text-align: center;
  /* font-size: 1.5rem; */

  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0;
}
.article-template__content p br{
  display: none;
}
.article-template__content p{
  margin: 0 0 1rem;
  text-align: left;
}
.article-template__content video{
  width: 100%;
  height: auto;
  max-width: 100%;
}
.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;
}

@media screen and (min-width: 750px) {
  .article-template__comment-wrapper {
    margin-top: 6rem;
  }
  .article-template__title {
    font-size: 4rem;
  }
  .article-template__content p br{
    display: block;
  }
  .article-template__content p{
    margin: 0 0 2.2rem;
  }
  .article-template{
    margin-top: 8.6rem;
  }
}

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

.article-template__content ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 990px) {
  .article-template__comments .pagination-wrapper {
    margin: 5rem 0 8rem;
  }
  .article-template__content ul{
    list-style: none;
    display: flex;
    margin: 0 0 1rem!important;
    padding: 0!important;
  }
  .article-template__content ul li{
    margin: 0 1rem 0 0 ;
  }
  .article-template__content ul li img{
    display: block;
  }
  .article-template__content ul{
    margin: 0 0 2.2rem!important;
  }
  .article-template__content ul li{
    margin: 0 2.2rem 0 0 ;
  }
}
{.embed-container {
  min-width: 100%;
  min-height: 100%;
}

[data-mce-fragment="1"]:has(> .embed-container) {
  aspect-ratio: 16 / 9;
}
}