.elementor-15 .elementor-element.elementor-element-897ee73:not(.elementor-motion-effects-element-type-background), .elementor-15 .elementor-element.elementor-element-897ee73 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-15 .elementor-element.elementor-element-897ee73{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-15 .elementor-element.elementor-element-897ee73 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-15 .elementor-element.elementor-element-02273cb > .elementor-element-populated{padding:0px 0px 0px 0px;}body.elementor-page-15:not(.elementor-motion-effects-element-type-background), body.elementor-page-15 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}body.elementor-page-15{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-15 .elementor-element.elementor-element-897ee73{padding:0px 0px 0px 0px;}.elementor-15 .elementor-element.elementor-element-02273cb > .elementor-element-populated{padding:0px 0px 0px 0px;}}/* Start custom CSS */#bounce-container {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#bouncing-text {
  font-size: 2.2em;
  font-weight: bold;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-variant: small-caps;
  white-space: nowrap;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: none !important;
}

.mobile-text {
  display: none;
}

.desktop-text {
  display: inline;
}

@media (max-width: 768px) {
  #bouncing-text {
    font-size: 1.6em;
    line-height: 1.2 !important;
    text-align: center;
    white-space: normal;
  }
  
  .mobile-text {
    display: inline;
  }
  
  .desktop-text {
    display: none;
  }
}

#bouncing-text:active {
  cursor: grabbing !important;
}

#bouncing-text.dragging {
  z-index: 9999 !important;
  cursor: grabbing !important;
}/* End custom CSS */