/** Shopify CDN: Minification failed

Line 93:7 Expected ":"

**/





.grey {
   color: rgba(255, 255, 255, 0.6);
   line-height: 1.3;
}
.bundle-section__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
   background:#28b52d;

    color: #000000;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 19px;
    text-decoration: none;
    margin-bottom: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
  
  }

 @media screen and (max-width: 749px) {
    .bundle-section__cta {
      font-size: 16px;
      padding: 10px 25px;
      width: 100%;
      
    }
  }



.subheadline {
  font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.3;
}

 .media-glow {
    display:block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px 0px 80px 0px rgba(241, 203, 70, 1);
     border-radius: 24px;
    z-index: 1;
    pointer-events: none;
  }


/* hide on screens narrower than 768px */
@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

/* hide on screens 768px and wider */
@media only screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}

.article-template *,
.main-blog .title--primary,
.card__heading.h2 a,
.article-card__excerpt {
  color: #000;
}

.article-template__comment-fields *,
.article-template__comment-wrapper .text-area.field__input {
  color:#fff;
}


.main-page-title {
  color #000000e3;
}