.elementor-kit-6{--e-global-color-primary:#0239A7;--e-global-color-secondary:#C62034;--e-global-color-text:#5C5E61;--e-global-color-accent:#0239A7;--e-global-color-56c70dd:#1C1C1C;--e-global-color-0704066:#FFFFFF;--e-global-color-9a94092:#F3F3F3;--e-global-color-754a7f7:#A8ABAE;--e-global-color-476e380:#E9E9E9;--e-global-typography-primary-font-family:"Lexend";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lexend";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lexend";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lexend";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Lexend", Sans-serif;font-size:16px;font-weight:400;line-height:1.8em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Lexend", Sans-serif;font-size:16px;font-weight:500;line-height:22.4px;color:#FFFFFF;border-radius:16px 16px 16px 16px;padding:12px 031.5px 12px 031.5px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:#FFFFFF;border-radius:16px 16px 16px 16px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );font-family:"Lexend", Sans-serif;font-weight:600;line-height:1.6em;}.elementor-kit-6 h1{color:var( --e-global-color-text );font-size:88px;font-weight:600;line-height:68px;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:"Lexend", Sans-serif;font-size:40px;font-weight:600;line-height:50px;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-family:"Lexend", Sans-serif;font-size:24px;line-height:1.6em;}.elementor-kit-6 h4{color:var( --e-global-color-text );font-family:"Lexend", Sans-serif;font-size:22px;line-height:30px;}.elementor-kit-6 h5{color:var( --e-global-color-text );font-size:20px;font-weight:600;line-height:25px;}.elementor-kit-6 h6{color:var( --e-global-color-text );font-family:"Lexend", Sans-serif;font-size:18px;font-weight:600;line-height:22.5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Default animated-heading (black text) */
.animated-heading {
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: rgb(28, 28, 28); /* Black */
  margin: 0;
  display: inline-block;
}

/* White text version */
.animated-heading.white-text {
  color: rgb(255, 255, 255); /* White */
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
 
  margin: 0;
  display: inline-block;
}

.animated-heading span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease forwards;
  white-space: pre; /* Preserve spaces */
}
.animated-heading.white-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease forwards;
  white-space: pre; /* Preserve spaces */
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */