/** Shopify CDN: Minification failed

Line 249:18 Expected "*/" to terminate multi-line comment

**/
.color-white {
    color: #fff !important;
  }
  .gmv-hero-duo {
    background-color: #2e2e2e !important;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    width: 100vw;
  }
  .gmv-hero-duo__items {
    display: grid;
    grid-template-columns: 1fr;
  }
  @media (min-width: 769px) {
    .gmv-hero-duo__items {
      gap: 0;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 768px) {
    .gmv-hero-duo__items {
      gap: 0;
    }
  }
  .gmv-hero-duo__item {
    position: relative;
  }
  .gmv-hero-duo__item:focus-within {
    outline: 2px solid #fff;
    outline-offset: 4px;
  }
  .gmv-hero-duo__media {
    aspect-ratio: 1/1;
    background-color: hsla(0, 0%, 100%, 0.1);
    overflow: hidden;
    position: relative;
  }
  .gmv-hero-duo__media-link {
    color: inherit;
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%;
  }
  .gmv-hero-duo__media-link:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
  }
  .gmv-hero-duo__image,
  .gmv-hero-duo__video {
    border-radius: 0 !important;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: transform 0.3s ease;
    width: 100%;
  }
  .gmv-hero-duo__image--placeholder,
  .gmv-hero-duo__video--placeholder {
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.05);
    color: hsla(0, 0%, 100%, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .gmv-hero-duo__image--placeholder svg,
  .gmv-hero-duo__video--placeholder svg {
    height: 64px;
    width: 64px;
  }
  .gmv-hero-duo__video {
    border: none;
  }
  .gmv-hero-duo__media-link:hover
    .gmv-hero-duo__image:not(.gmv-hero-duo__image--placeholder),
  .gmv-hero-duo__media-link:hover .gmv-hero-duo__video {
    transform: scale(1.02);
  }
  .gmv-hero-duo__overlay {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.7)),
      color-stop(50%, rgba(0, 0, 0, 0.4)),
      to(transparent)
    );
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.4) 50%,
      transparent
    );
    bottom: 0;
    color: #fff;
    left: 0;
    padding: clamp(24px, 3vw, 48px);
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  @media (max-width: 768px) {
    .gmv-hero-duo__overlay {
      padding: clamp(20px, 4vw, 32px);
    }
  }
  .gmv-hero-duo__title {
    font-family: "Libre Bodoni", serif !important;
    font-optical-sizing: auto;
    font-variation-settings: "opsz" 72, "wght" 700;
    font-weight: 400 !important;
    letter-spacing: -0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff !important;
    font-size: clamp(24px, 2.5vw, 48px) !important;
    line-height: 1.1 !important;
    margin: 0 0 clamp(8px, 1vw, 16px) !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  }
  .gmv-hero-duo__title strong {
    font-weight: 700 !important;
  }
  .gmv-hero-duo__title em {
    font-style: italic !important;
  }
  .gmv-hero-duo__title p {
    color: inherit !important;
    font-family: "Libre Bodoni", serif !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
  }
  @media (max-width: 480px) {
    .gmv-hero-duo__title {
      font-size: 24px !important;
      line-height: 1.1 !important;
    }
  }
  @media (min-width: 481px) and (max-width: 768px) {
    .gmv-hero-duo__title {
      font-size: 28px !important;
    }
  }
  .gmv-hero-duo__subtitle {
    color: hsla(0, 0%, 100%, 0.9) !important;
    font-family: Montserrat, Helvetica Neue, Arial, sans-serif !important;
    font-size: clamp(14px, 1.2vw, 18px) !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    margin: 0 0 clamp(16px, 2vw, 24px) !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  }
  .gmv-hero-duo__subtitle p {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
  }
  @media (max-width: 768px) {
    .gmv-hero-duo__subtitle {
      font-size: clamp(12px, 3vw, 16px) !important;
    }
  }
  .gmv-hero-duo__cta {
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat, Helvetica Neue, Arial, sans-serif !important;
    font-size: clamp(11px, 0.9vw, 14px) !important;
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    padding: clamp(10px, 1vw, 14px) clamp(20px, 2vw, 28px) !important;
    text-decoration: none !important;
    text-shadow: none;
    text-transform: uppercase !important;
    transition: all 0.3s ease;
  }
  .gmv-hero-duo__cta:hover {
    background-color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    color: #2e2e2e !important;
    transform: translateY(-2px);
  }
  .gmv-hero-duo__cta:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
  }
  .gmv-hero-duo__cta--inactive {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .gmv-hero-duo__cta--inactive:hover {
    background: transparent !important;
    box-shadow: none;
    color: #fff !important;
    transform: none;
  }
  @media (max-width: 768px) {
    .gmv-hero-duo__cta {
      font-size: clamp(10px, 2.5vw, 12px) !important;
      padding: clamp(8px, 2vw, 12px) clamp(16px, 3vw, 24px) !important;
    }
  }
  
  /* Start Card-614 */
#gmv-hero-duo{
  background-color: var(--background-color) !important;
}

.gmv-hero-duo__cta {
  background-color: var(--btn-bg) !important;
  color: var(--btn-text) !important;
  border: 1px solid var(--btn-border) !important;
  transition: all .25s ease;
}

.gmv-hero-duo__cta:hover,
.gmv-hero-duo__cta:focus {
  background-color: var(--btn-hover-bg) !important;
  color: var(--btn-hover-text) !important;
  border-color: var(--btn-hover-border) !important;
}

.gmv-hero-duo__title {
  color: var(--title-color, #fff) !important;
  text-shadow: var(--title-shadow, none) !important;
}

.gmv-hero-duo__subtitle {
  color: var(--subtitle-color, #fff) !important;
  text-shadow: var(--subtitle-shadow, none) !important;
}
/* End Card-614 /*