/** Shopify CDN: Minification failed

Line 108:0 Unexpected "@media"

**/
.ai-blog-cta-azjkwwmd6vgddu2jamaigenblock9604366ihbkcc{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    margin-top:60px;
}

.ai-blog-cta-link-azjkwwmd6vgddu2jamaigenblock9604366ihbkcc{
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.link--AV0prSC9jNC8wRC8zT__button_L4ygGR,
.link--ARnNFcE9SVXc4bFQwT__button_RtGrHe{
    color:#2d5d28 !important;
}
/* Full Website Font Family */
*{
    font-family: "ZurichBT", sans-serif !important;
}
@font-face {
    font-family: 'ZurichBT';
    src: url('/cdn/shop/files/Zurich_BT.ttf?v=1778157492') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body,
button,
input,
textarea,
select {
    font-family: 'ZurichBT', sans-serif !important;
}
.email-signup__button--AOGFUeTZyQ0laNlpib__email_signup_TnED68{
    background:#e1dec7 !important;
    color:#000 !important;
    border:1px solid #000 !important;
    border-radius:4px !important;
    transition:all .3s ease;
}

.email-signup__button--AOGFUeTZyQ0laNlpib__email_signup_TnED68:hover{
    background:#000 !important;
    color:#fff !important;
    border-color:#000 !important;
}


 /* Mobile Device */
@media screen and (max-width: 991px) {
    .imti-header__left {
        gap: 20px !important;
    }

    .imti-header__right {
        justify-content: flex-end;
        gap: 20px !important;
    }
}

/* Desktop Device */
@media screen and (min-width: 992px) {
    .imti-header__left {
        gap: 270px !important;
    }

    .imti-header__right {
        justify-content: flex-end;
        gap: 270px !important;
    }
}

/* Desktop */
.footer-left {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
}

/* Mobile Center */
@media (max-width: 768px) {
  .footer-left {
    justify-content: center !important;
    align-items: center;
    text-align: center;
    width: 100%;
    gap: 10px;
  }

  .footer-left a {
    font-size: 12px;
    text-align: center;
  }
}

-------------
@media (max-width: 768px) {
  .group-block-content.layout-panel-flex.layout-panel-flex--column.mobile-column .custom-footer-bar .footer-left {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    text-align: center !important;
    width: 100% !important;
    gap: 10px !important;
    margin: 0 auto !important;
  }

  .group-block-content.layout-panel-flex.layout-panel-flex--column.mobile-column .custom-footer-bar .footer-left a {
    text-align: center !important;
    display: inline-block !important;
  }
}