.elementor-kit-478{--e-global-color-primary:#0F3CE5;--e-global-color-secondary:#E7C100;--e-global-color-text:#FFFFFF;--e-global-color-accent:#000000;--e-global-color-27431f1:#1A6FE1;--e-global-color-c77cf2e:#FFFFFF;--e-global-color-957b4cc:#494949;--e-global-color-2461681:#00000000;--e-global-color-f33d514:#0CB2CF;--e-global-color-872bd6b:#787878;--e-global-color-fbe4fbf:#000000;--e-global-color-9de9cdb:#F6F7F9;--e-global-color-cd3b654:#F3F1F2;--e-global-color-2ad6a18:#FFFFFF;--e-global-color-91a3e77:#D2D2D2;--e-global-color-d4db1d4:#D2D2D2;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-size:50px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.227em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.75em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:26px;--e-global-typography-24f0898-font-family:"Roboto";--e-global-typography-9f97c2a-font-family:"Inter";--e-global-typography-9f97c2a-font-weight:600;}.elementor-kit-478 e-page-transition{background-color:#FFBC7D;}.elementor-kit-478 p{margin-block-end:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1314px;}.e-con{--container-max-width:1314px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1366px){.elementor-kit-478{--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-line-height:1.25em;}}@media(max-width:1024px){.elementor-kit-478{--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-478{--e-global-typography-primary-font-size:27px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-line-height:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.movingX {
    animation: movingX 8s linear infinite;
}


@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}/* End custom CSS */