.elementor-kit-6{--e-global-color-primary:#040084;--e-global-color-secondary:#1C63DB;--e-global-color-text:#000000;--e-global-color-accent:#8568D7;--e-global-color-e22202e:#FFFFFF;--e-global-color-6fd2efa:#C1AAFF;--e-global-color-d062b94:#679FFF;--e-global-color-9d8ae4e:#101C36;--e-global-color-da6f526:#030061;--e-global-color-a2d8b48:#4CA9E9;--e-global-color-4ae3342:#00EEFF;--e-global-color-99ff292:#EEE8FF;--e-global-color-17885e5:#040084;--e-global-color-34b91fd:#FF9600;--e-global-color-785a453:#040170A3;--e-global-typography-primary-font-family:"Rubik";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rubik";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Rubik";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Rubik";--e-global-typography-accent-font-weight:500;font-size:22px;line-height:1.2em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:80px;}.elementor-kit-6 h2{font-size:50px;}.elementor-kit-6 h3{font-size:40px;}.elementor-kit-6 h4{font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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 */.gradient-text {
  font-weight: 800;
  display: inline-block;

  background: linear-gradient(
    270deg,
    #C1AAFF,
    #679FFF,
    #27BACE,
    #C1AAFF
  );

  background-size: 300% 300%;
  background-position: 100% 50%;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: gradientMoveRTL 6s ease-in-out infinite;
}

@keyframes gradientMoveRTL {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}/* End custom CSS */