.elementor-12152 .elementor-element.elementor-element-23b12774{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-12152 .elementor-element.elementor-element-6721dae0 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-12152 .elementor-element.elementor-element-2efb9a91{width:auto;max-width:auto;top:-65px;}body:not(.rtl) .elementor-12152 .elementor-element.elementor-element-2efb9a91{right:40px;}body.rtl .elementor-12152 .elementor-element.elementor-element-2efb9a91{left:40px;}.elementor-12152 .elementor-element.elementor-element-80550f1{color:#000000;}.elementor-12152 .elementor-element.elementor-element-8408e33{text-align:left;color:#000000;}.elementor-12152 .elementor-element.elementor-element-8408e33 > .elementor-widget-container{padding:20px 20px 20px 20px;}:root{--page-title-display:none;}/* Start custom CSS */.hero-mouse {
  position: absolute;
  bottom: 21px;
  left: 54.5%;
  margin-left: -15px;
  text-align: center;
  z-index: 100;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
}
.hero-mouse h3 {
  margin-left: -14px;
  padding-top: 15px;
}

.mouse-icon {
  width: 22px;
  height: 37px;
  border-radius: 15px;
  position: relative;
  border: 2px solid white;
  text-align: center;
}
.mouse-icon span {
  width: 2px;
  height: 7px;
  margin: 4px auto 0;
  display: block;
  background: white;
  border-radius: 5px;
  -webkit-animation: 1.2s ease infinite wheel-up-down;
          animation: 1.2s ease infinite wheel-up-down;
}

@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

.mouse-background{
    height: 80px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: black;
}/* End custom CSS */