.elementor-kit-5{--e-global-color-primary:#9333EA;--e-global-color-secondary:#3B82F6;--e-global-color-text:#FFFFFF;--e-global-color-accent:#C261CE;--e-global-color-5462378:#581C87;--e-global-color-22fff0f:#831843;--e-global-color-6e6e853:#E5E7EB;--e-global-color-75f7111:#FACC15;--e-global-color-f1960f2:#2E3542;--e-global-color-b242049:#9CA3AF;--e-global-color-5e82bb6:#111827;--e-global-color-a133323:#4ADE80;--e-global-color-4822365:#60A5FA;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */body {
  min-height: 100vh;
  background: linear-gradient(
    135deg,
    #581C87 0%,
    #9333EA 33%,
    #C261CE 66%,
    #831843 100%
  );
  background-size: 130% 130%;         /* a touch more canvas */
  animation: heGradientShift 18s ease-in-out infinite; /* a bit faster */
  background-attachment: fixed;
}

@keyframes heGradientShift {
  0%   { background-position: 42% 50%; }
  50%  { background-position: 58% 50%; }
  100% { background-position: 42% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  body { animation: none; }
}/* End custom CSS */