.elementor-kit-5{--e-global-color-primary:#235C40;--e-global-color-secondary:#628473;--e-global-color-text:#628473;--e-global-color-accent:#235C40;--e-global-color-8c60695:#FBFAF9;--e-global-color-4f6d8f7:#F6F4F1;--e-global-color-9624425:#FFFFFF;--e-global-color-0ec5c38:#4B5563;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );}.elementor-kit-5 a:hover{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--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){--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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */@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
            }
            
            
.elementor-button{
    transition: opacity .3s ease-out;
}
.elementor-button:hover{
        opacity: .75;
}
@media only screen and (min-width: 960px) {
.bg_animat{
    animation: zoomLoop 50s ease-in-out infinite;
}


}

@keyframes zoomLoop {
    0%   { background-size: 100%; }
    50%  { background-size: 112%; }
    100% { background-size: 100%; }
}/* End custom CSS */