.elementor-kit-1152{--e-global-color-primary:#0071BA;--e-global-color-secondary:#555555;--e-global-color-text:#555555;--e-global-color-accent:#160160;--e-global-color-11d7c8f:#E2E2E2;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:52.8px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:22px;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:27px;--e-global-typography-16222f0-font-family:"Montserrat";--e-global-typography-16222f0-font-size:16px;--e-global-typography-16222f0-font-weight:400;--e-global-typography-16222f0-line-height:24px;--e-global-typography-d34db59-font-family:"Montserrat";--e-global-typography-d34db59-font-size:18px;--e-global-typography-d34db59-font-weight:600;--e-global-typography-d34db59-line-height:22px;color:var( --e-global-color-secondary );font-family:"Montserrat", Sans-serif;font-size:44px;font-weight:800;line-height:20px;}.elementor-kit-1152 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1152 a{font-family:"Montserrat", Sans-serif;font-size:11px;font-weight:600;line-height:14px;}.elementor-kit-1152 h1{color:var( --e-global-color-secondary );}.elementor-kit-1152 input:not([type="button"]):not([type="submit"]),.elementor-kit-1152 textarea,.elementor-kit-1152 .elementor-field-textual{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:row;align-items:center;gap:16px;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .footer-inner{width:0px;max-width:100%;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1152 img{border-radius:0px 0px 0px 0px;}.elementor-kit-1152 input:not([type="button"]):not([type="submit"]),.elementor-kit-1152 textarea,.elementor-kit-1152 .elementor-field-textual{padding:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.hero-mouse {
  position: absolute;
  bottom: 40px;
  left: 50%;
  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: 25px;
  height: 45px;
  border-radius: 15px;
  position: relative;
  border: 2px solid #dedede;
  text-align: center;
}
.mouse-icon span {
  width: 3px;
  height: 8px;
  margin: 2px auto 0;
  display: block;
  background: #dedede;
  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;
  }
}/* End custom CSS */