/** Shopify CDN: Minification failed

Line 185:30 Unexpected "{"

**/


/* CSS from section stylesheet tags */
.brand-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
    padding: 0px 30px;
  }

  .brand-grid__main-heading {
   
  }

  .brand-grid__item {
    position: relative;
    width: 100%;
    aspect-ratio: 0.85;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 10px;
    text-align: center;
  }

  .brand-grid__item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .brand-grid__brand-name {
    position: relative;
    z-index: 2;
    background: transparent;
    padding: 6px 10px;
    font-weight: 200;
    font-size: 35px;
    border-radius: 4px;
    color: rgb(var(--color-background));
    letter-spacing: 1.5px;
    font-family: var(--font-heading-family);
    margin: 0 auto;
  }

  .brand-grid__text-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    background-color: transparent;
    text-align: left;
    order:auto;
  }

  .brand-grid__text-box h2 {
    margin-bottom: 10px;
  }

  /* Mobile stacking */
  @media screen and (max-width: 749px) {
    .brand-grid {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .brand-grid__text-box h2 {
    margin: 0px 0px 20px 0px;
  }

    .brand-grid__item {
      object-fit: cover;
      aspect-ratio: auto;
      height: auto;
      min-height: 550px;
      display: flex;
      flex-wrap: nowrap;
      align-content: center;
      align-items: center;
    }

    .brand-grid__item img {
      position: absolute;
      width: 100%;
      height: 100%;
    }

    .brand-grid__text-box {
      min-height: auto !important;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        padding: 0px 20px 20px 20px;
        background-color: transparent;
        height: auto !important;
        padding-left: 0px;
        text-align: left;
        order:4;
    }
  }
.image-paragraph__main-heading {
     
    }
  
    .image-paragraph-flex {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      padding: 0px 30px;
      align-items: center;
      justify-content: center;
    }
  
    .image-paragraph__image {
      flex: 1 1 300px;
      aspect-ratio: 0.85;
      max-width: 100%;
      overflow: hidden;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #f5f5f5;
    }
  
    .image-paragraph__image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
  
    .image-paragraph__text {
      flex: 1 1 300px;
      max-width: 100%;
      font-size: 20px;
      line-height: 1.6;
      font-family: var(--font-body-family);
      padding: 0px 45px;
      text-align: left;
      margin-bottom: 200px;
    }
  
    .image-paragraph__text h1 {
      margin-bottom: 50px;
      font-size: 35px;
      font-weight: 200;
    }
  
    @media screen and (max-width: 790px) {
        .image-paragraph__text h1 {
            margin: 0px 0px 30px 0px;
      font-size: 24px;
      font-weight: 600;
    }
      .image-paragraph-flex {
        flex-direction: column;
      }
      .image-paragraph__text {
        flex: auto;
        max-width: 100%;
        font-size: 16px;
        line-height: 1.6;
        font-family: var(--font-body-family);
        padding: 0;
        text-align: start;
        margin: 0 0 50px 0;
        height: auto;
      }
  
      .image-paragraph__image,{
        width: 100%;
      }
  
      .image-paragraph__image {
        aspect-ratio: auto;
        min-height: 550px;
      }
 

    }
.stacked-section__main-heading {

    }
  
    .stacked-image-text-flex {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0px 30px;
      justify-content: center;
    }
  
    .stacked-item {
      flex: 1 1 300px;
      max-width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
    }
  
    .stacked-item__image {
      width: 100%;
      aspect-ratio: 0.85;
      overflow: hidden;
      background-color: transparent;
      position: relative;
    }
  
    .stacked-item__image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
  
    .stacked-item__heading {
      font-size: 24px;
      font-weight: 200;
      margin: 20px 0 10px;
    }
  
    .stacked-item__paragraph {
      font-size: 16px;
      line-height: 1.6;
      font-family: var(--font-body-family);
    }
  
    @media screen and (max-width: 749px) {

    .stacked-image-text-flex{
        gap:50px;
    }
      .stacked-image-text-flex {
        flex-direction: column;
      }
  
      .stacked-item {
        width: 100%;
      }
  
      .stacked-item__image {
        aspect-ratio: auto;
        min-height: 550px;
      }
    }
.UD-media-hero-container {
    position: relative;
    width: 100vw;
    height: 85vh;
    overflow: hidden;
    display:flex;
    flex-wrap:wrap;
    align-content:end;
  }
  
  .UD-fullscreen-video,
  .UD-fullscreen-image,
  .UD-fullscreen-image-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    display: block;
    object-position: 0% 85%;     
  }

  .UD-fullscreen-image-mobile {
    display: none;
  }
  
  .UD-media-overlay-content {
    position: relative;
    bottom: 75px;
    left: 11vw;
    z-index: 2;
    width: 400px;
    color: rgb(var(--color-background));
    font-family: var(--font-heading-family);
  }
  
  .UD-media-hero-heading {
    font-family: var(--font-heading-family);
    z-index: 5;
    font-size: 45px;
    color: rgb(var(--color-background));
    font-weight: 200;
    line-height: 50px;
    letter-spacing:1px;
    overflow-wrap: break-word;
}

.UD-video-hero-body {
  letter-spacing: 0.5px;
    font-size: 16px;
    font-weight:200;
}

  .UD-media-content-line-desktop {
    display: block;
    width: 98%;
    height: 2px;
    background: #eb3300;
    margin-bottom: 75px;
  }
  
  @media screen and (max-width: 767px) {
    .UD-fullscreen-video,
    .UD-fullscreen-image {
      display: none !important;
    }
  
    .UD-fullscreen-image-mobile {
      display: block;
      object-position: 47% 0%;
    }

    .UD-media-overlay-content {
      width:220px;
      bottom:75px;
  }

  .UD-media-hero-heading {
    font-size:38px;
    line-height:38px;
    letter-spacing:1px;
    margin: 35px 0px;
    color: rgb(var(--color-background));
  }

  .UD-media-content-line-desktop {
    width: 98%;
    height: 1px;
    background: #eb3300;
    margin-bottom: 35px;
    display:none;
  }

  .UD-media-content-line-mobile {
    width: 98%;
    height: 1px;
    background: #eb3300;
    margin-top: 20px;
    display:block;
  }

  .UD-video-hero-body {
  line-height: 20px !important;
    font-size: 16px !important;
    color: rgb(var(--color-background));
    font-family:var(--font-heading-family);
    font-weight:200;
}
}