<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 127:2 Unexpected "{"
Line 127:3 Expected identifier but found "%"
Line 131:2 Unexpected "{"
Line 131:3 Expected identifier but found "%"

**/
.blog-post .featured-image img {
  transition: all 1s cubic-bezier(0.104, 0.204, 0.492, 1); }

.blog-post {
  margin-bottom: 50px; }
  .blog-post .featured-image {
    /*
    margin-bottom: 24px;
    */
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: var(--ratio-percent); }
    .blog-post .featured-image &gt; a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .blog-post .featured-image &gt; a img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      .blog-post .featured-image &gt; a .thb-placeholder {
        background: rgba(var(--color-body-rgb), 0.03);
        width: 100%;
        height: 100%; }
        .blog-post .featured-image &gt; a .thb-placeholder svg {
          fill: var(--color-accent); }
      .blog-post .featured-image &gt; a:hover img, .blog-post .featured-image &gt; a:focus img {
        transform: scale(1.05); }
    .blog-post .featured-image img {
      display: block;
      will-change: scale; }
  .blog-post h5 {
    margin-bottom: 8px; }
  .blog-post .post-meta {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: var(--color-body);
    opacity: 0.6;
    letter-spacing: 0.1em;
    margin-bottom: 12px; }
  .blog-post .post-excerpt {
    margin-bottom: 1.5rem;
    font-size: 0.9375rem; }
  .blog-post--large {
    width: 100%;
    position: relative; }
    @media only screen and (min-width: 999px) {
      .blog-post--large .featured-image {
        width: 100%;
        max-width: 66%;
        padding-bottom: var(--ratio-percent-medium); }
        [dir="rtl"] .blog-post--large .featured-image {
          margin-right: auto; } }
  @media only screen and (min-width: 999px) {
    .blog-post--content {
      border: 1px solid var(--color-border);
      padding: 50px;
      position: absolute;
      top: 50%;
      right: 0;
      background: var(--bg-body, #fff);
      max-width: 500px;
      transform: translateY(-50%); } }
  @media only screen and (min-width: 1068px) {
    .blog-post--content {
      min-width: 500px;
      max-width: 100%;
      width: calc(33.9% + 50px); } }

@media only screen and (max-width: 999px) {
  .blog-posts.swipe-on-mobile .row {
    display: grid;
    grid-gap: 10px;
    grid-auto-flow: column;
    grid-auto-columns: minmax(calc(100vw - 30px), 1fr);
    overflow-x: auto;
    grid-template-columns: repeat(auto-fill, minmax(calc(100vw - 30px), 1fr));
    width: calc(100% + 30px);
    padding: 0 15px;
    margin-left: -15px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; }
    .blog-posts.swipe-on-mobile .row::-webkit-scrollbar {
      display: none; }
    .blog-posts.swipe-on-mobile .row .columns {
      scroll-snap-stop: always;
      padding: 0; } 
    .blog-section .medium-4 {
      margin-bottom: 1rem;
    }
}

@media (min-width: 999px) {
  .blog-section .row, 
  .section-blog-posts .row {
    gap: 1.5rem;
  }
  .section-blog-posts .rte {
    margin-left: -1rem;
  }
  .section-blog-posts .row {
    padding-top: 0px !important;
  }
}

.post-meta--end {
  font-family: "neue-haas-grotesk-display";
  font-size: 15px;
}

@media (min-width: 999px) {
  .blog-post-detail--wrapper.section-spacing {
    padding: 0;
  }
  {% if template contains 'blog' %}
    .section-breadcrumbs .container {
      padding: 0px 40px;
    }
  {% endif %}
}

.blog-post a.plantin {
  font-size: 20px;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 0.5rem;
}

.blog-post h4 {
  line-height: 0.9;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.post-meta--end {
  position: absolute;
  bottom: 0px;
}

.blog-section .medium-4, .section-blog-posts .medium-4 {
  position: relative;
}

.blog-header__tags--inner .active {
  font-weight: bold;
}

@media (min-width: 1069px) {

  .double-span-blog-post {
    flex: 0 0 66.666666666%;
    max-width: calc(66.666666666% - 1rem);
  }
  
  .double-span-blog-post .featured-image {
    padding-bottom: 30.5%;
  }
}

.blog-header__tags--inner span {
  align-self: center;
}

@media (min-width: 999px) {
  .blog-header__tags--inner {
    justify-content: center;
  }
}

.blog-header__dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-header__dropdown span {
  font-size: 1rem;
}</pre></body></html>