.elementor-1746 .elementor-element.elementor-element-9cf5278{--display:flex;--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-1746 .elementor-element.elementor-element-7637b44{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1746 .elementor-element.elementor-element-532abed{--display:flex;}.elementor-widget-lottie{--caption-color:var( --e-global-color-text );}.elementor-widget-lottie .e-lottie__caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.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-1746 .elementor-element.elementor-element-eb1cf76{margin:-4px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-1746 .elementor-element.elementor-element-eb1cf76 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:19px;font-weight:600;color:#000000;}.elementor-1746 .elementor-element.elementor-element-532c1eb{--display:flex;--justify-content:center;}.elementor-1746 .elementor-element.elementor-element-baf10c4{text-align:center;}.elementor-1746 .elementor-element.elementor-element-baf10c4 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:13px;font-weight:600;color:#AA55E7;}.elementor-1746 .elementor-element.elementor-element-7093ea3{text-align:center;}.elementor-1746 .elementor-element.elementor-element-7093ea3 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:15px;font-weight:600;color:#FA0000;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1746 .elementor-element.elementor-element-b930345 .elementor-button{background-color:#DF1A1A;}.elementor-1746 .elementor-element.elementor-element-b930345 .elementor-button:hover, .elementor-1746 .elementor-element.elementor-element-b930345 .elementor-button:focus{background-color:#4023A8;}#elementor-popup-modal-1746{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1746 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1746 .dialog-close-button{display:flex;}#elementor-popup-modal-1746 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for heading, class: .elementor-element-eb1cf76 */.flat20 {
  color: #e60000;          /* Red text */
  font-weight: 800;
  background: #ffe5e5;      /* light red highlight */
  padding: 4px 10px;
  border-radius: 6px;
}

.blink {
  animation: blinkAnim 0.9s ease-in-out infinite;
}

@keyframes blinkAnim {
  0%   { opacity: 1;   transform: scale(1); }
  50%  { opacity: 0.4; transform: scale(1.08); }
  100% { opacity: 1;   transform: scale(1); }
}/* End custom CSS */