.elementor-kit-6{--e-global-color-primary:#1A7A7A;--e-global-color-secondary:#006536;--e-global-color-text:#1C1C1E;--e-global-color-accent:#EFA93E;--e-global-color-3f84591:#090909;--e-global-color-70a5dad:#6B6B70;--e-global-color-15ebd7f:#BCBCBC;--e-global-color-a0fbbdb:#F9F7F4;--e-global-color-c5272c9:#FAFAF8;--e-global-color-7810bba:#EAF1F0;--e-global-color-d7607b8:#1A2A2A;--e-global-color-f02028a:#7ABFBF;font-family:"Plus Jakarta Sans", Sans-serif;font-size:17px;line-height:1.6em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"DM Serif Display", Sans-serif;font-size:68px;font-weight:500;line-height:1em;}.elementor-kit-6 h2{font-family:"DM Serif Display", Sans-serif;font-size:48px;font-weight:500;line-height:1em;}.elementor-kit-6 h3{font-family:"DM Serif Display", Sans-serif;font-size:28px;font-weight:500;line-height:1.1em;}.elementor-kit-6 h4{font-family:"DM Serif Display", Sans-serif;font-size:22px;font-weight:500;line-height:1.1em;}.elementor-kit-6 h5{font-size:18px;font-weight:600;}.elementor-kit-6 h6{font-size:13px;font-weight:600;text-transform:uppercase;line-height:1.6em;letter-spacing:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}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-kit-6 h1{font-size:42px;}.elementor-kit-6 h2{font-size:38px;}.elementor-kit-6 h3{font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:38px;}.elementor-kit-6 h2{font-size:34px;}.elementor-kit-6 h3{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Custom Short Entrance Animations */

/* Base state: ensures elements are hidden before animation triggers */
.elementor-invisible {
    opacity: 0;
}

/* 1. Fade In Left */
.animated.fadeInLeft {
    animation-name: shortFadeInLeft;
    animation-duration: 0.8s;
}

/* 2. Fade In Right */
.animated.fadeInRight {
    animation-name: shortFadeInRight;
    animation-duration: 0.8s;
}

/* 3. Fade In Up (Bottom) */
.animated.fadeInUp {
    animation-name: shortFadeInUp;
    animation-duration: 0.8s;
}

/* 4. Fade In Down (Top) */
.animated.fadeInDown {
    animation-name: shortFadeInDown;
    animation-duration: 0.8s;
}

/* Keyframes */

@keyframes shortFadeInLeft {
    0% { opacity: 0; transform: translateX(-100px); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes shortFadeInRight {
    0% { opacity: 0; transform: translateX(100px); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes shortFadeInUp {
    0% { opacity: 0; transform: translateY(100px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes shortFadeInDown {
    0% { opacity: 0; transform: translateY(-100px); }
    100% { opacity: 1; transform: translateY(0); }
}



.grecaptcha-badge {
    display: none !important;
}/* End custom CSS */