.elementor-kit-985{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#C2C2C2;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFC400;--e-global-typography-220b90a-font-family:"Figtree";--e-global-typography-220b90a-font-size:clamp(3rem, 2.5385rem + 2.0513vw, 4rem);--e-global-typography-43d20f4-font-family:"Figtree";--e-global-typography-43d20f4-font-size:clamp(2.4rem, 2.1231rem + 1.2308vw, 3rem);--e-global-typography-4f160c5-font-family:"Figtree";--e-global-typography-4f160c5-font-size:clamp(2.1rem, 1.9154rem + 0.8205vw, 2.5rem);--e-global-typography-ad70414-font-family:"Figtree";--e-global-typography-ad70414-font-size:clamp(1.8rem, 1.7077rem + 0.4103vw, 2rem);--e-global-typography-15c01bc-font-family:"Figtree";--e-global-typography-15c01bc-font-size:clamp(1.6rem, 1.5308rem + 0.3077vw, 1.75rem);--e-global-typography-71b1dcd-font-family:"Figtree";--e-global-typography-71b1dcd-font-size:clamp(1.4rem, 1.3538rem + 0.2051vw, 1.5rem);--e-global-typography-b52161c-font-family:"Figtree";--e-global-typography-b52161c-font-size:clamp(1.2rem, 1.1769rem + 0.1026vw, 1.25rem);--e-global-typography-6843171-font-family:"Figtree";--e-global-typography-6843171-font-size:1.2rem;--e-global-typography-5867010-font-family:"Inter";--e-global-typography-5867010-font-size:1rem;--e-global-typography-432b74e-font-family:"Inter";--e-global-typography-e57023f-font-family:"Inter";--e-global-typography-e57023f-font-size:1rem;--e-global-typography-e353628-font-family:"Inter";background-color:#000000;--e-page-transition-entrance-animation:e-page-transition-fade-out-down;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:500ms;}.elementor-kit-985 e-page-transition{background-color:#000000;}.site-header{background-color:#000000;padding-inline-end:0px;padding-inline-start:0px;}.elementor-kit-985 a{color:var( --e-global-color-primary );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-985 a:hover{color:var( --e-global-color-secondary );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;gap:0px;}.site-header .header-inner{width:0px;max-width:100%;}@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 *//*------------------------------------------------*\
    Improve Elementor Animations
\*------------------------------------------------*/

/*------ Fades: Directional ------*/

/* FadeInDown */
@keyframes kgFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -12px, 0); /* Less movement than default */
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element .animated.fadeInDown {
    animation-name: kgFadeInDown !important; /* Ensure this takes precedence */
}

/* FadeInLeft */
@keyframes kgFadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-12px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element .animated.fadeInLeft {
    animation-name: kgFadeInLeft !important;
}

/* FadeInRight */
@keyframes kgFadeInRight {
    from {
        opacity: 0;
        transform: translate3d(12px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element .animated.fadeInRight {
    animation-name: kgFadeInRight !important;
}

/* FadeInUp */
@keyframes kgFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element .animated.fadeInUp {
    animation-name: kgFadeInUp !important;
}/* End custom CSS */