.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-0613100:#AA8529;--e-global-color-bd7fe69:#F3E5AB;--e-global-color-21258d8:#D4AF37;--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;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 */@media (pointer: fine) {

    /* GLOBAL CUSTOM CURSOR */
    .custom-cursor {
        width: 8px;
        height: 8px;
        background: #F7E5A9;
        border-radius: 50%;
        position: fixed;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: 2147483647;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 10px 2px #D4AF37;
        transition:
            transform 0.08s ease-out,
            background-color 0.2s ease;
    }

    /* GLOBAL CURSOR GLOW */
    .cursor-glow {
        width: 32px;
        height: 32px;
        border: 1px solid rgba(212, 175, 55, 0.45);
        border-radius: 50%;
        position: fixed;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: 2147483646;
        transform: translate(-50%, -50%);
        transition:
            width 0.25s ease,
            height 0.25s ease,
            border-color 0.25s ease;
    }

    /* Hide normal cursor on LIVE WEBSITE */
    body:not(.elementor-editor-active),
    body:not(.elementor-editor-active) * {
        cursor: none !important;
    }

    /* Keep Elementor editor cursor normal */
    body.elementor-editor-active,
    body.elementor-editor-active * {
        cursor: auto;
    }
}

/* Mobile / tablet */
@media (pointer: coarse) {
    .custom-cursor,
    .cursor-glow {
        display: none !important;
    }
}/* End custom CSS */