.elementor-33779 .elementor-element.elementor-element-a6fe0ca{--display:flex;--justify-content:flex-end;--border-radius:6px 6px 6px 6px;--margin-top:20px;--margin-bottom:20px;--margin-left:20px;--margin-right:20px;}.elementor-33779 .elementor-element.elementor-element-a6fe0ca.e-con{--align-self:center;}.elementor-33779 .elementor-element.elementor-element-f6184fd > .elementor-widget-container{background-color:#F7F7F7;padding:30px 20px 30px 20px;border-radius:6px 6px 6px 6px;}/* Start custom CSS */.ctabganim {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
 
.herofill { 
    overflow: hidden;
    background-size: 400% 400%;  
  background-image: linear-gradient(to right, #005BBED9 50%, white 0);
  animation-name: MOVE-BG;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;     
}
@keyframes MOVE-BG {
   from {
     background-position: right;     
   }
   to { 
     background-position: left;     
   }
}/* End custom CSS */