.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f6a16c9:#FFF6F6;--e-global-color-66118a4:#F5F0E8;--e-global-color-9bea4c3:#EFE9DE;--e-global-color-94ed4a7:#999284;--e-global-color-d869e8a:#2A2118;--e-global-color-f9bcc65:#0E0B09;--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-5d8e49b-font-family:"Playfair Display";--e-global-typography-5d8e49b-font-size:34px;--e-global-typography-5d8e49b-font-weight:400;--e-global-typography-5d8e49b-line-height:1.25em;--e-global-typography-1cb5aa6-font-family:"Playfair Display";--e-global-typography-1cb5aa6-font-size:20px;--e-global-typography-1cb5aa6-font-weight:500;--e-global-typography-1cb5aa6-line-height:1.25em;--e-global-typography-f99bab6-font-family:"Instrument Sans";--e-global-typography-f99bab6-font-size:14px;--e-global-typography-f99bab6-line-height:1.75em;--e-global-typography-546cfc8-font-family:"Playfair Display";--e-global-typography-546cfc8-font-size:42px;--e-global-typography-546cfc8-font-weight:400;--e-global-typography-546cfc8-line-height:1.2em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1410px;}.e-con{--container-max-width:1410px;}.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-kit-7{--e-global-typography-546cfc8-font-size:34px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-5d8e49b-font-size:26px;--e-global-typography-1cb5aa6-font-size:26px;--e-global-typography-546cfc8-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' 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 */