/* Set the width of the horizontally scrolling text box to 100% */

.elementor-710 .elementor-element-4c34f9b3 .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* Ensure padding and border are included in the width */
}

.elementor-section.elementor-top-section.elementor-element.elementor-element-56dbb32.elementor-section-full_width.elementor-section-content-middle.elementor-section-stretched.sticky-footer.elementor-section-height-default.elementor-section-height-default {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

#footer {
  display: none;
}