/** Shopify CDN: Minification failed

Line 22:18 Expected identifier but found whitespace
Line 22:20 Unexpected "{"
Line 22:29 Expected ":"
Line 22:57 Expected ":"
Line 23:21 Expected identifier but found whitespace
Line 23:23 Unexpected "{"
Line 23:32 Expected ":"
Line 36:18 Expected identifier but found whitespace
Line 36:20 Unexpected "{"
Line 36:29 Expected ":"
... and 5 more hidden warnings

**/


/* CSS from section stylesheet tags */
.hero-container-midevv-kn-hs {
    position: relative;
    overflow: hidden;
    border-radius: {{ section.settings.border_radius }}px;
    background-color: {{ section.settings.background_color }};
    min-height: 500px;
  }

  /* Video/Image Background Styles */
  .video-background-midevv-kn-hs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    border-radius: {{ section.settings.border_radius }}px;
  }

  .video-wrapper-midevv-kn-hs {
    height: 100%;
    background-color: #1a1a2e;
  }

  .hero-video-midevv-kn-hs,
  .hero-image-midevv-kn-hs {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-video-desktop-midevv-kn-hs,
  .hero-image-desktop-midevv-kn-hs {
    display: none;
    min-height: 600px;
  }

  .hero-video-mobile-midevv-kn-hs,
  .hero-image-mobile-midevv-kn-hs {
    display: block;
    max-height: 430px;
  }

  @media (min-width: 768px) {
    .hero-video-desktop-midevv-kn-hs,
    .hero-image-desktop-midevv-kn-hs {
      display: block;
    }
    .hero-video-mobile-midevv-kn-hs,
    .hero-image-mobile-midevv-kn-hs {
      display: none;
    }
  }

  @media (min-width: 1024px) {
    .hero-video-desktop-midevv-kn-hs,
    .hero-image-desktop-midevv-kn-hs {
      max-height: 430px;
    }
  }

  /* Color/Gradient Overlay */
  .color-overlay-midevv-kn-hs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    border-radius: {{ section.settings.border_radius }}px;
  }

  /* Content Overlay */
  .content-overlay-midevv-kn-hs {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
  }

  .container-midevv-kn-hs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    height: 100%;
  }

  .content-wrapper-midevv-kn-hs {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }

  @media (min-width: 768px) {
    .content-wrapper-midevv-kn-hs {
      gap: 1.5rem;
    }
  }

  /* Typography */
  .top-label-midevv-kn-hs {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
  }

  @media (min-width: 768px) {
    .top-label-midevv-kn-hs {
      font-size: 0.875rem;
    }
  }

  .main-heading-midevv-kn-hs {
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.025em;
    text-shadow: 0px 0px 40px #ffffff99;
    margin: 0;
  }

  @media (min-width: 768px) {
    .main-heading-midevv-kn-hs {
      font-size: 3rem;
    }
  }

  @media (min-width: 1024px) {
    .main-heading-midevv-kn-hs {
      font-size: 3.75rem;
    }
  }

  @media (min-width: 1280px) {
    .main-heading-midevv-kn-hs {
      font-size: 4.5rem;
    }
  }

  .subheading-midevv-kn-hs {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 auto;
  }

  @media (min-width: 768px) {
    .subheading-midevv-kn-hs {
      font-size: 1.125rem;
    }
  }

  @media (min-width: 1024px) {
    .subheading-midevv-kn-hs {
      font-size: 1.25rem;
    }
  }

  /* Buttons */
  .button-container-midevv-kn-hs {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin: 1rem auto 0;
  }

  @media (min-width: 768px) {
    .button-container-midevv-kn-hs {
      flex-direction: row;
      gap: 1.25rem;
    }
  }

  .button-midevv-kn-hs {
    min-width: 260px;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none;
  }

  @media (min-width: 768px) {
    .button-midevv-kn-hs {
      font-size: 1.125rem;
    }
  }

  .button-primary-midevv-kn-hs {
    color: #ffffff;
  }

  .button-primary-midevv-kn-hs:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(255, 1, 153, 0.4);
  }

  .button-outline-midevv-kn-hs {
    background: transparent;
    border: 2px solid;
    background-clip: padding-box;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    border-radius: 0.5rem;
  }

  .button-outline-midevv-kn-hs:hover {
    transform: scale(1.05);
    box-shadow: 
      0 0 20px rgba(255, 1, 153, 0.4), 
      0 0 40px rgba(136, 0, 255, 0.3), 
      0 0 60px rgba(0, 240, 208, 0.2);
    filter: brightness(1.1);
  }

  /* Assistance Link */
  .assistance-link-midevv-kn-hs {
    margin-top: 1rem;
  }

  .assistance-link-midevv-kn-hs a {
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  @media (min-width: 768px) {
    .assistance-link-midevv-kn-hs a {
      font-size: 1rem;
    }
  }

  .assistance-link-midevv-kn-hs a:hover {
    opacity: 0.8;
  }

  /* Loading state */
  .hero-container-midevv-kn-hs.loading-midevv-kn-hs {
    opacity: 0;
  }

  .hero-container-midevv-kn-hs.loaded-midevv-kn-hs {
    opacity: 1;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
  }
  h1.main-heading-midevv-kn-hs{
    font-family: var(--heading-font-family);
  }
  a.button-midevv-kn-hs.button-outline-midevv-kn-hs {
    font-family: var(--text-font-family);
}