.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1573192:#20E5F6;--e-global-color-063d7c4:#161414;--e-global-color-b51f9b4:#03227C;--e-global-color-a8d76c2:#4F0C67;--e-global-color-5f9d2a8:#00C4CC;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-99d5858-font-family:"Assistant";--e-global-typography-99d5858-font-size:35px;--e-global-typography-99d5858-font-weight:600;--e-global-typography-edab1f6-font-family:"Assistant";--e-global-typography-edab1f6-font-size:20px;--e-global-typography-edab1f6-font-weight:400;--e-global-typography-eb38252-font-family:"Assistant";--e-global-typography-eb38252-font-size:27px;--e-global-typography-eb38252-font-weight:400;background-color:#040926;}.elementor-kit-6 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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 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 */.glow-move {
  position: relative;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background-image: url(https://simbar.ussl.app/wp-content/uploads/2024/11/ata-4-study-4.png);
  background-size: cover;
  animation: floatAround 20s infinite linear alternate;
  z-index: 0;
  opacity: 0.3;
}

@keyframes floatAround {
  0% { transform: translate(0, 0); }
  25% { transform: translate(50px, 30px); }
  50% { transform: translate(-30px, 60px); }
  75% { transform: translate(40px, -40px); }
  100% { transform: translate(0, 0); }
}/* End custom CSS */