/** Shopify CDN: Minification failed

Line 336:1 Unexpected "{"

**/
:root {
  --primary-200: #D1E8E7;
  --primary-300: #91C5C3;
  --primary-400: #56A39F;
  --primary-500: #339995;
  --primary-700: #216155;
  --primary-900: #12332D;
  --cta: #FF615C;
  --cta-translucent: #FFDFDE;
  --cta-less-translucent: #FF807D;
  --aside-bg: #F7F7F3;
}

.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: 130rem;
  margin: 0 auto;
}

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

.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: 2rem;
  margin-bottom: 2rem;
  line-height: calc(0.8 / var(--font-body-scale));
}

.article-template__title {
  margin: 0;
}

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

.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-top: 3rem;
  margin-bottom: 3rem;
}

.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__comment-wrapper h2 {
  margin-top: 0;
}

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

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

img.rounded-left-to-right {
  border-radius: 70px 3px;
}

img.rounded-right-to-left {
  border-radius: 3px 70px;
}

.caption-with-letter-spacing {
  text-transform: none;
  color: var(--primary-400);
  font-size: 1.4rem;
  line-height: 1.8rem;
}

div[class^="article-template__hero-"] img {
  position: relative !important;
  margin: 0 auto;
}

.blog_tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article-template .blog-main .blog_tag-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blog_tag-list a {
  border: 1px solid var(--primary-500);
  border-radius: 3px;
  color: var(--primary-700);
  display: inline-block;
  margin: .6rem .4rem .2rem 0;
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 18px;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  text-decoration: none;
}

.blog_tag-list a:hover {
  text-decoration: underline;
}

.article-template__meta-tags {
  flex-basis: 66%;
}

.article-template__tags-tags {
  flex-basis: 45%;
}

.article-template__meta {
  margin: 0 auto;
}

.article-template__tags {
  margin: 0 auto;
}

h3.article-meta__heading {
  color: var(--primary-900);
  font-family: var(--font-body-family);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2rem;
}

#insta-feed {
  max-width: 320px;
  width: 50%;
  margin-top: 0 !important;
}

#insta-feed h2 {
  font-family: var(--font-body-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  margin-left: .5rem;
}

.article-welcome__title {
  font-size: 24px;
  line-height: 24px;
  color: rgb(var(--color-base-accent-1));
  margin-left: 1.7rem;
}

.article-template__articles {
  padding: 3.8rem 0;
  background-color: #dff1f0;
}

.article-template__articles .slider-mobile-gutter {
  width: 100%;
}

.article-template__articles .article-card {
  background-color: transparent;
}

.recent-articles__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 3rem;
}

.recent-articles__header .title {
  margin: 0;
}

.article-template__articles .article-content:hover img {
  transform: scale(1);
}

.article-template__articles .blog__post img {
  left: 0 !important;
  transform: none !important;
}

.article-template__articles .blog__post:nth-child(odd) img {
  border-radius: 70px 3px;
}

.article-template__articles .blog__post:nth-child(even) img {
  border-radius: 3px 70px;
}

.article-template__articles .article-card__info {
  padding: 0;
}

.article-template__articles .circle-divider:after {
  content: "|";
}

.welcome--section {
  align-items: center;
}

 {
  #insta-feed {
    max-width: 100%;
    width: 100%;
  }
  .article-template__tags-tags {
    flex-basis: 100%;
  }
  .article-template__meta {
    margin: 0 18px;
  }
  .article-template__meta-tags {
    flex-basis: 100%;
  }
  .article-template__meta-social {
    width: 100%;
  }
  .article-template__tags {
    margin: 6rem 18px;
  }
  .article-template__articles {
    padding: 0;
  }
  .recent-articles__header {
    margin: 3rem auto 3rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px ) {
  .recent-article__counter.slider-counter .slider-counter__link:last-of-type {
    display: none;
  }
}
