/* =================================== */
/* base.css */
/* =================================== */

/* Webflow wrapper overrides */
  .page-single, .section-page {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .footer-2, .footer-2.footerfull, .footer-2.FooterFull, section.footer-2 {
    position: relative !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    overflow: hidden !important;
  }
  .footer-2 .main-light-testimonials {
    display: none !important;
  }

  .ze-wrap {
    padding: 0;
    font-family: 'Dinpro', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  .ze-wrap *, .ze-wrap *::before, .ze-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }
  .ze-wrap img { max-width: 100%; display: block; }
  .ze-wrap a { text-decoration: none !important; color: inherit !important; }


/* Typography */
  .ze-wrap h1, .ze-wrap h2, .ze-wrap h3 {
    font-family: 'Bitstream Swiss 721', sans-serif;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }

  .ze-accent {
    color: #00E5AA !important;
  }

  
/* Container */
  .ze-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
  }

  @media (max-width: 480px) {
    .ze-container {
      padding: 0 10px;
    }
  }

