.elementor-kit-8{--e-global-color-primary:#1B4983;--e-global-color-secondary:#29364C;--e-global-color-text:#1B4983;--e-global-color-accent:#DDAA80;--e-global-color-b1f7789:#6C8693;--e-global-color-241586c:#FFFFFF;--e-global-color-e0b4f35:#000000;--e-global-typography-primary-font-family:"Yeseva One";--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-d40ed5c-font-family:"Yeseva One";--e-global-typography-d40ed5c-font-size:52px;--e-global-typography-87551bf-font-family:"Yeseva One";--e-global-typography-87551bf-font-size:20px;--e-global-typography-87551bf-font-weight:400;--e-global-typography-c063207-font-family:"Yeseva One";--e-global-typography-c063207-font-size:34px;--e-global-typography-c063207-font-weight:500;--e-global-typography-c063207-line-height:38px;--e-global-typography-5779dd9-font-family:"Montserrat";--e-global-typography-5779dd9-font-size:16px;--e-global-typography-5779dd9-font-weight:400;--e-global-typography-9445017-font-family:"Yeseva One";--e-global-typography-9445017-font-size:30px;--e-global-typography-84b432c-font-family:"Montserrat";--e-global-typography-84b432c-font-size:14px;--e-global-typography-84b432c-font-weight:400;--e-global-typography-84b432c-font-style:italic;--e-global-typography-b4679de-font-family:"Roboto Slab";--e-global-typography-b4679de-font-size:24px;color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-size:1rem;font-weight:400;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;color:var( --e-global-color-241586c );border-radius:50px 50px 50px 50px;padding:15px 30px 15px 30px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-size:2.6rem;}.elementor-kit-8 h2{font-size:2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* Improved Animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */