.elementor-kit-85{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#BEBEBE;--e-global-color-accent:#F4F0E7;--e-global-color-5b02491:#534262;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:1px;--e-global-typography-primary-letter-spacing:-0.1px;--e-global-typography-primary-word-spacing:0px;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-text-font-style:normal;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:100;color:#000000;font-family:"Manrope", Open Sans;}.elementor-kit-85 button,.elementor-kit-85 input[type="button"],.elementor-kit-85 input[type="submit"],.elementor-kit-85 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-primary-font-family ), Open Sans;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );color:#000000;box-shadow:13px 12px 23px 7px rgba(56.1, 53.294999999999995, 53.294999999999995, 0.5);border-style:solid;border-width:2px 2px 2px 2px;border-color:#000000;border-radius:5px 5px 5px 5px;padding:0px 0px 0px 0px;}.elementor-kit-85 e-page-transition{background-color:#FFFFFF;}.elementor-kit-85 h1{font-family:"Manrope", Open Sans;font-size:2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-85 button,.elementor-kit-85 input[type="button"],.elementor-kit-85 input[type="submit"],.elementor-kit-85 .elementor-button{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-85 button,.elementor-kit-85 input[type="button"],.elementor-kit-85 input[type="submit"],.elementor-kit-85 .elementor-button{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. Pin the footer behind the site */
#footer-region, .site-footer {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

/* 2. Lift the page content so it rolls OVER the footer */
#page, #main-content, .site-main {
    position: relative;
    z-index: 2;
    background-color: #ffffff !important; /* Ensures the page isn't transparent */
    margin-bottom: 450px; /* IMPORTANT: Change this to the height of your footer */
    box-shadow: 20px 60px rgba(0,0,0,1); /* Adds a nice shadow to the reveal edge */
}

/* 3. Disable the effect on Mobile (Recommended for usability) */
@media (max-width: 991px) {
    #footer-region, .site-footer {
        position: relative !important;
    }
    #page, #main-content {
        margin-bottom: 0 !important;
    }
}/* End custom CSS */