.elementor-2962 .elementor-element.elementor-element-49f5522{--display:flex;}body.elementor-page-2962:not(.elementor-motion-effects-element-type-background), body.elementor-page-2962 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#030303;}/* Start custom CSS */html, body{
    overflow-x: hidden !important;
    scroll-behavior: smooth !important;
    user-select: none;
}

::selection {
  color: inherit;
  background-color: transparent;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #020202;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FFC77A;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}/* End custom CSS */