.elementor-10548 .elementor-element.elementor-element-0bad3f2{--display:flex;--min-height:120px;--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-10548 .elementor-element.elementor-element-ecad4ff{--display:flex;}.elementor-10548 .elementor-element.elementor-element-165139b .elementor-heading-title{font-size:2.6vw;}.elementor-10548 .elementor-element.elementor-element-aedf59b{--display:flex;--min-height:66px;--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;}@media(min-width:768px){.elementor-10548 .elementor-element.elementor-element-ecad4ff{--content-width:80%;}}/* Start custom CSS for heading, class: .elementor-element-165139b */.gradient-text {
  /*font-family: Raleway, sans-serif;*/
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #3B708E 0%,
    #3EAB44 50%,
    #ED8D22 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
  display: inline-block;
  text-align: center;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}/* End custom CSS */