.elementor-kit-9{--e-global-color-primary:#384C37;--e-global-color-secondary:#88A5BC;--e-global-color-text:#A1A79E;--e-global-color-accent:#E1C8BC;--e-global-color-d7b6961:#F4F0EB;--e-global-color-e723b7b:#2C3B2E;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lora";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;font-family:"Open Sans", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:#88A5BC;font-family:"Open Sans", Sans-serif;font-size:18px;font-weight:700;color:#F4F0EB;border-radius:6px 6px 6px 6px;padding:20px 40px 20px 40px;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:#384C37;color:#F4F0EB;border-radius:6px 6px 6px 6px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{color:#384C37;font-family:"Playfair Display", Sans-serif;font-size:48px;font-weight:700;}.elementor-kit-9 h2{color:#384C37;font-family:"Playfair Display", Sans-serif;font-size:36px;font-weight:600;}.elementor-kit-9 h3{color:#384C37;font-family:"Lora", Sans-serif;font-size:28px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 */.hero-img{
     animation: upDown 4s ease-in-out infinite;
}

@keyframes upDown{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-30px);
    }
    /*100%{*/
    /*    transform: translateY(30px);*/
    /*}*/
}/* End custom CSS */