.elementor-kit-2067{--e-global-color-primary:#5C5C5C;--e-global-color-secondary:#54595F;--e-global-color-text:#D1D1D1;--e-global-color-accent:#3E5382;--e-global-color-e22e82f:#00E0FF;--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-preloader-animation-duration:1200ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:26px;}.elementor-kit-2067 e-page-transition{background-color:#1e1f23;}.elementor-kit-2067 button,.elementor-kit-2067 input[type="button"],.elementor-kit-2067 input[type="submit"],.elementor-kit-2067 .elementor-button{box-shadow:0px 0px 1px 0px rgba(0,0,0,0.5);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}.hfe-reading-progress-bar{background-color:var( --e-global-color-primary );height:6px;}.hfe-reading-progress{top:0px;}@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 */:root {
  --divi-crtmotion: #2575fc;
}

.divider-crtmotion .elementor-divider-separator {
  position: relative;
  height: 2px;
  background: var(--soft-white);
  overflow: hidden;
}
.divider-crtmotion .elementor-divider-separator::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--divi-crtmotion), transparent);
  animation: lineMove 3s linear infinite;
  opacity: 0.9;
}
@keyframes lineMove {
  0% { left: -100%; }
  50% { left: 100%; }
  100% { left: -100%; }
}/* End custom CSS */