    body {
      font-family: 'Helvetica Neue', sans-serif;
      overflow-x: hidden;
    }

    .navbar.navbar-light.bg-white {
      border-bottom: 1px solid #E5E7EB;
    } 

    .custom-nav-container {
      max-width: 1440px;
      padding: 20px 40px 10px;
      margin: 0 auto;
      width: 100%;
    }

    .navbar-brand img {
      height: 67px;
    }

    .nav-link {
      color: #333;
      font-weight: 400;
      margin-right: 20px;
      font-size: 1.1rem;
    }

    .hero {
      padding: 60px 0;
      position: relative;
    }

    .hero-text h1 {
      font-weight: bold;
      font-size: 1.6rem;
    }

    .hero-text .highlight {
      color: #00a1e0;
      font-weight: bold;
    }

    .video-frame {
      position: relative;
    }

    .steps .step {
      text-align: center;
      padding: 20px;
    }

    .levels .level-btn {
      background: #fbea00;
      color: black;
      padding: 20px;
      margin: 10px;
      font-weight: bold;
      font-size: 1.2rem;
      border: none;
      width: 100%;
    }
    .testimonial {
      text-align: center;
    }

    .testimonial img {
      width: 80px;
      border-radius: 50%;
    }

    .cta-final {
      padding: 60px 0;
      text-align: center;
    }

    .cta-final h2 {
      font-weight: normal;
    }

    .cta-final span {
      color: #0033cc;
      font-weight: bold;
    }

    .cta-final em {
      font-family: 'Brush Script MT', cursive;
      color: #333;
    }

    /* Decorative lines */
    .line-graphic {
      position: absolute;
      z-index: 0;
    }
    /* Hide decorative lines on screens smaller than 992px */
    .line-1,
    .line-2,
    .line-3,
    .line-4,
    .ribbon-icon {
      display: none;
    }

    @media (min-width: 992px) {
      .line-1 {
      top: 20px;
      left: -600px;
      display: block;
      }

      .line-2 {
      right: -600px;
      display: block;
      }

      .line-3 {
      top: -60px;
      right: -600px;
      display: block;
      }

      .line-4 {
      top: -60px;
      left: -500px;    
      display: block;
      }
      .ribbon-icon {
        display: block;
      } 
    }
    h4.text-orange {
      color: #ee662d !important;
    } 
    
    h5.text-primary {
      color: #026f9c !important;
      font-size: 1.65rem;
    }

    .testimonial-box {
        position: relative;
        margin-bottom: 30px;
        width: 100%;
        max-width: 320px;
      }
      .testimonial-face {
        position: relative;
        z-index: 2;
      }
      .testimonial-content {
        position: relative;
        z-index: 1;
        min-height: 120px;
      }
      @media (max-width: 991.98px) {
        #testimonialsCarousel .carousel-item .col-md-4 {
          flex: 0 0 100%;
          max-width: 100%;
        }
        #testimonialsCarousel .carousel-item {
          display: flex;
          justify-content: center;
        }
      }