.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-62 .elementor-element.elementor-element-1531042 img{width:37%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-62 .elementor-element.elementor-element-05beaf8 .elementor-heading-title{font-family:"Merriweather Sans", Sans-serif;font-weight:400;line-height:1.8em;color:#FFFFFF;}/* Start custom CSS for heading, class: .elementor-element-05beaf8 */a:hover{
    text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS */.moving-bg {
  background: linear-gradient(-45deg, #ff1f8f, #1ec6c6, #ff66b8, #1ec6c6);
  background-size: 400% 400%;
  animation: movingGradient 12s ease infinite;
}

@keyframes movingGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}/* End custom CSS */