.elementor-kit-12{--e-global-color-primary:#224B7F;--e-global-color-secondary:#005EA2;--e-global-color-text:#6D6E71;--e-global-color-accent:#F5B72C;--e-global-color-a591153:#FFFFFF;--e-global-color-7910946:#EDF5F9;--e-global-color-e100063:#F1A523;--e-global-color-ce8f31f:#009BE0;--e-global-color-937c2a3:#47B160;--e-global-color-97da605:#F8F8F8;--e-global-color-6b638f7:#DEE7F1;--e-global-color-6f26373:#3C423E;--e-global-color-c8cfeb2:#353539;--e-global-color-9c50782:#A4A7AE;--e-global-color-d883415:#06132A;--e-global-typography-primary-font-family:"Lexend Deca";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Roboto";--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:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-12 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){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column: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 *//* ================================
   SCROLL FROM BOTTOM ANIMATION
   ================================ */

.scroll-from-bottom {
    opacity: 0;
    transform: translateY(80px);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
    will-change: opacity, transform;
}

.scroll-from-bottom.is-visible {
    opacity: 1;
    transform: translateY(0);
}/* End custom CSS */