/** Shopify CDN: Minification failed

Line 22:16 Unexpected "{"
Line 22:25 Expected ":"
Line 23:20 Expected identifier but found whitespace
Line 23:22 Unexpected "{"
Line 23:31 Expected ":"
Line 23:57 Expected ":"
Line 24:23 Expected identifier but found whitespace
Line 24:25 Unexpected "{"
Line 24:34 Expected ":"
Line 24:63 Expected ":"
... and 13 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:editorial-columns (INDEX:18) */
@media screen and (min-width: 750px) {
      .section-{{ section.id }}-padding {
        padding-top: {{ section.settings.padding_top }}px;
        padding-bottom: {{ section.settings.padding_bottom }}px;
      }
    }
    @media screen and (max-width: 749px) {
      .section-{{ section.id }}-padding {
        padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
        padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
      }
    }

    .editorial {
      padding: 40px 0;
    }

   .editorial .editorial__column-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 182px;
    text-align: center;
}
    .editorial h2.center {
      text-align: center;
  }

    .editorial .editorial__column {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;
    }

   .editorial .editorial__image-wrapper img {
    width: 100%;
    height: auto;
    min-width: 281px;
}

  .editorial .editorial__subheading {
    font-size: 24px;
    font-family: Wasted Vindey !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 12px;
}

    .editorial .editorial__section-subheading {
      text-align: center;
      font-size: 24px;
      font-weight: 400;
      color: #747474;
      letter-spacing: 15px;
      font-family: Wasted Vindey !important;
      margin-bottom: 8px;
  }

   .editorial .editorial__section-description {
      text-align: center;
      font-size: 24px;
      color: #747474;
      margin-top: 61px;
      max-width: 1110px;
      margin-bottom: 68px;
      margin-left: auto;
      margin-right: auto;
  }
       .editorial .editorial__section-description,
      .editorial__description{
      text-align: center;
      font-size: 24px;
      color: #747474;
  }
.editorial__description {
    margin-top: 40px;
}
   .editorial .editorial__button {
      margin-top: 10px;
    }

 .editorial .cta-button {
    background-color: #1E1E1E;
    color: #fff;
    padding: 19px 35.5px;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    border-radius: 0;
}
  @media screen and (max-width: 1220px) {
    .editorial .editorial__column-container {
    gap: 92px;
}
  }
  @media screen and (max-width: 980px) {
    .editorial .editorial__column-container {
        gap: 62px;
    }
    .editorial .editorial__column-container {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}
    .editorial .editorial__section-description {
    margin-top: 31px;
    margin-bottom: 48px;
}
}
  @media screen and (max-width: 767px) {
    .editorial .editorial__image-wrapper img {
        min-width: auto;
      max-width: 80px;
    }
 .editorial .editorial__description {
      font-size: 14px;
   margin-top:20px;
  }
     .editorial .cta-button {
    padding: 13px 25.5px;
    font-size: 15px;
}
    .editorial .editorial__column-container{
      gap:40px;
    }
    .editorial .editorial__column {
      gap: 6px;
    }
      .editorial .editorial__section-description{
        font-size:16px;
        margin-top: 13px;
        margin-bottom: 28px;
      }
      .editorial .editorial__section-subheading,
     .editorial .editorial__subheading{
      font-size: 12px;
  }
}
/* END_SECTION:editorial-columns */

/* START_SECTION:media-banner-grid (INDEX:56) */
.media-banner-grid {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.media-banner-grid .left-banner{
  flex:1 52%;
}
  .media-banner-grid .right-banner{
    height:100%;
  flex:1 24%;
    
  }
.media-banner-grid .left-banner,
.media-banner-grid .right-banner {
  position: relative;
  overflow: hidden;
}

.media-banner-grid .left-banner img,
.media-banner-grid .right-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-banner-grid .left-banner .banner-content {
    position: absolute;
    bottom: 20%;
    max-width: 700px;
    left: 11%;
    color: #fff;
}
.media-banner-grid .right-banner .banner-content h3{
    font-family: "Wasted Vindey", sans-serif !important;
  font-weight:400;
  margin-bottom:10px;
}
.media-banner-grid .left-banner .banner-content h2,
  .media-banner-grid .left-banner .banner-content p{
  color: #fff;
  margin-bottom: 10px;
}

.media-banner-grid .left-banner .banner-content a {
    background-color: black;
    color: white;
    padding: 20px 65px;
    line-height: normal;
    font-size: 16px;
  background:#1E1E1E;
    text-decoration: none;
    display: inline-block;
}

.section-heading {
  text-align: {{ section.settings.heading_alignment }};
  margin-bottom: 30px;
}
  @media screen and (max-width: 990px) {
    .media-banner-grid {
    flex-wrap: wrap;
}
    .media-banner-grid .left-banner {
    flex: 1 100%;
}
    .media-banner-grid .right-banner {
    flex: 1 44%;
}
  }
    @media screen and (max-width: 570px) {
      .media-banner-grid .left-banner .banner-content h2 {
    font-size: 27px;
    color: #fff;
}
      .media-banner-grid .left-banner .banner-content a {
    padding: 14px 35px;
    font-size: 14px;
}
.media-banner-grid .right-banner {
    flex: 1 100%;
}
      .media-banner-grid .left-banner .banner-content p {
    font-size: 12px;
}
      .media-banner-grid .left-banner .banner-content {
    bottom: 9%;
}
      .media-banner-grid .left-banner img {
    min-height: 280px;
}
    }
/* END_SECTION:media-banner-grid */