
/* Custom CSS to hide Webflow badge */
.w-webflow-badge {
  display: none !important;
}
 
body {
  overflow-x: hidden;
  width: 100%;
}
