.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#111111;--e-global-color-accent:#61CE70;--e-global-color-e7a4648:#FFFFFF;--e-global-color-f56454f:#F7F7F7;--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-e76557d-font-family:"Roboto";--e-global-typography-e76557d-font-size:0.75rem;--e-global-typography-e76557d-font-weight:500;--e-global-typography-e76557d-line-height:1em;--e-global-typography-c3af5b8-font-family:"Roboto";--e-global-typography-c3af5b8-font-size:6rem;--e-global-typography-c3af5b8-font-weight:600;--e-global-typography-c3af5b8-text-transform:uppercase;--e-global-typography-c3af5b8-font-style:normal;--e-global-typography-c3af5b8-text-decoration:none;--e-global-typography-c3af5b8-line-height:1em;--e-global-typography-c3af5b8-letter-spacing:-5px;--e-global-typography-f4e168a-font-family:"Roboto";--e-global-typography-f4e168a-font-size:1rem;--e-global-typography-f4e168a-font-weight:400;--e-global-typography-f4e168a-text-transform:none;--e-global-typography-f4e168a-font-style:normal;--e-global-typography-f4e168a-text-decoration:none;--e-global-typography-4d1bb2e-font-family:"Roboto";--e-global-typography-4d1bb2e-font-size:1.75rem;--e-global-typography-4d1bb2e-font-weight:600;--e-global-typography-4d1bb2e-text-transform:uppercase;--e-global-typography-4d1bb2e-font-style:normal;--e-global-typography-4d1bb2e-text-decoration:none;--e-global-typography-4d1bb2e-line-height:1em;--e-global-typography-7c22dd4-font-family:"Roboto";--e-global-typography-7c22dd4-font-size:3.75rem;--e-global-typography-7c22dd4-font-weight:600;--e-global-typography-7c22dd4-text-transform:uppercase;--e-global-typography-7c22dd4-font-style:normal;--e-global-typography-7c22dd4-text-decoration:none;--e-global-typography-7c22dd4-line-height:1em;--e-global-typography-7c22dd4-letter-spacing:-1px;--e-global-typography-8b24afe-font-family:"Roboto";--e-global-typography-8b24afe-font-size:2.5rem;--e-global-typography-8b24afe-font-weight:600;--e-global-typography-8b24afe-text-transform:uppercase;--e-global-typography-8b24afe-font-style:normal;--e-global-typography-8b24afe-text-decoration:none;--e-global-typography-8b24afe-line-height:1em;--e-global-typography-ad2da62-font-family:"Roboto";--e-global-typography-ad2da62-font-size:1.5rem;--e-global-typography-ad2da62-font-weight:600;--e-global-typography-ad2da62-text-transform:uppercase;--e-global-typography-ad2da62-font-style:normal;--e-global-typography-ad2da62-text-decoration:none;--e-global-typography-ad2da62-line-height:1em;--e-global-typography-a89279a-font-family:"Roboto";--e-global-typography-a89279a-font-size:1.5rem;--e-global-typography-a89279a-font-weight:400;--e-global-typography-a89279a-font-style:normal;--e-global-typography-a89279a-text-decoration:none;--e-global-typography-a89279a-line-height:1.3em;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-kit-5{--e-global-typography-c3af5b8-font-size:2.4rem;--e-global-typography-c3af5b8-line-height:1em;--e-global-typography-c3af5b8-letter-spacing:-1px;--e-global-typography-7c22dd4-font-size:2rem;--e-global-typography-7c22dd4-line-height:1em;--e-global-typography-8b24afe-font-size:1.5rem;--e-global-typography-8b24afe-line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Apply Geist font to all primary text elements site-wide */
html, body, section, div, p, h1, h2, h3, h4, h5, h6, a, span {
  /* Use Geist as the main typeface, fallback to sans-serif */
  font-family: 'Geist', sans-serif!important;
}

p {
    margin: 0;
}


p:last-child {
    margin-bottom: 0;
}


/*------ 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, 12px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element .animated.fadeInUp {
    animation-name: kgFadeInUp !important;
}/* End custom CSS */