/** Shopify CDN: Minification failed

Line 49:18 Unexpected "{"
Line 49:27 Expected ":"
Line 49:34 Unexpected "{"
Line 50:15 Expected identifier but found whitespace
Line 50:17 Unexpected "{"
Line 50:26 Expected ":"

**/
/* START_SECTION:banners-grid (INDEX:3) */
.msc_banner_grid {
    display: grid;
    column-gap: 0px;
    row-gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .msc_banner {
    aspect-ratio: 16 / 9;
    min-width: 0;
    overflow: hidden;
  }

  .msc_banner img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .msc_banner_grid .button {
    min-width: 0;
  }

  .msc_banner_grid .cta-sticky > a {
    padding-bottom: 0px;
  }

  @media screen and (min-width: 769px) {
    .msc_banner_grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      column-gap: 64px;
      row-gap: 72px;
    }
  }
/* END_SECTION:banners-grid */
/* START_SECTION:main-content (INDEX:24) */
#shopify-section-{{ section.id }} {
    background: {{ section.settings.background }};
  }
/* END_SECTION:main-content */
