.elementor-12363 .elementor-element.elementor-element-9a5aba3{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--z-index:0;}.elementor-12363 .elementor-element.elementor-element-9a5aba3:not(.elementor-motion-effects-element-type-background), .elementor-12363 .elementor-element.elementor-element-9a5aba3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-d487d39 );}.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-12363 .elementor-element.elementor-element-09b41f1{text-align:center;}.elementor-12363 .elementor-element.elementor-element-09b41f1 .elementor-heading-title{font-family:"Playfair Display SC", Sans-serif;font-size:25px;font-weight:300;text-transform:capitalize;color:var( --e-global-color-4ab2b9d );}@media(max-width:767px){.elementor-12363 .elementor-element.elementor-element-09b41f1 .elementor-heading-title{font-size:16px;line-height:22px;}}/* Start custom CSS for heading, class: .elementor-element-09b41f1 *//* Style for the blinking text */
.blinking-text {
     /* Set text color */
  animation: blink 2s step-end infinite; /* Define the blink animation */
}

/* Define the blink animation */
@keyframes blink {
  0% { opacity: 1; }         /* Fully visible */
  50% { opacity: 0; }        /* Invisible */
  100% { opacity: 1; }       /* Fully visible */
}/* End custom CSS */