.elementor-kit-6{--e-global-color-primary:#1C1C1C;--e-global-color-secondary:#4c4c4c;--e-global-color-text:#FFFFFF;--e-global-color-accent:#8DD224;--e-global-color-8d4b838:#F4F2F0;--e-global-color-21f02b2:#ABDE31;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-text );text-decoration:none;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 a:hover{color:#F5C37D;}.elementor-kit-6 h2{font-family:"Poppins", Sans-serif;}.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 */.site-footer {
    display: none;
}
.site-header {
    display: none !important;
}

.page-content a {
    text-decoration: none !important;
}

img[title] {
pointer-events: none;
}

@media only screen and (max-width: 767px) {
    html, body {
        overflow-x: hidden !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    html, body {
        overflow-x: hidden !important;
    }
}

/* Sticky MENU*/

.sticky-hidden {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}

.sticky-visible {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}/* End custom CSS */