select {
        -webkit-appearance: none;
        -moz-appearance: none;
      }
      .scroll-bar::-webkit-scrollbar {
        width: 7px;
        margin-top: 15px;
        margin-bottom: 15px;
      }
      /* Track */
      .scroll-bar::-webkit-scrollbar-track {
        background: #ffffff;
      }
      /* Handle */
      .scroll-bar::-webkit-scrollbar-thumb {
        background: #0A285B;
      }
      .w-slider-dot {
        height: 10px;
        width: 10px;
        background: none;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('https://uploads-ssl.webflow.com/63e894cbf173054d8601ddbb/63e89d3c5cc936dd0dcac326_dot.svg');
      }
      .w-slider-dot.w-active {
        height: 10px;
        width: 10px;
        background: none;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('https://uploads-ssl.webflow.com/63e894cbf173054d8601ddbb/63e89d3beaf8530bad565dd9_dot-active.svg');
      }
      .home-banner01 {
        pointer-events: none;
      }
      .home-banner02 {
        pointer-events: none;
      }
      .home-banner03 {
        pointer-events: none;
      }