.elementor-2 .elementor-element.elementor-element-4ecd848{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2 .elementor-element.elementor-element-23c93ac{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a14434e */.stars-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: black;
}

canvas#stars,
.stars-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
}

.stars-content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding-top: 30vh;
}/* End custom CSS */
/* Start custom CSS */.stars-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: black;
}

canvas#stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  pointer-events: none;
}

.stars-content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding-top: 30vh;
}/* End custom CSS */