.elementor-kit-6{--e-global-color-primary:#5919F7;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#5919F7;--e-global-color-8279717:#FFFFFF;--e-global-color-8230acc:#F4F6FA;--e-global-color-7f78424:#6290E7;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}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 */.highlight {
  background: linear-gradient(
    120deg,
    #5919F7 0%,
    #7a3dfd 30%,
    #000000 50%,
    #7a3dfd 70%,
    #5919F7 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: brandShimmer 3.5s linear infinite;
  display: inline-block;
  padding-top: 0.05em;    
  padding-bottom: 0.15em; 
  margin-bottom: -0.15em;
}

@keyframes brandShimmer {
  to {
    background-position: 200% center;
  }
}/* End custom CSS */