.elementor-kit-6{--e-global-color-primary:#005996;--e-global-color-secondary:#3D3D3D;--e-global-color-text:#1E1E1E;--e-global-color-accent:#005996;--e-global-color-4db66ef:#FFFFFF;--e-global-color-3543a3e:#050505;--e-global-color-57d686e:#F6F6F6;--e-global-color-7ce8bc1:#BE1E2D;--e-global-color-8c3123d:#00AEEF;--e-global-color-aa01ed6:#00AEEF1C;--e-global-typography-primary-font-family:"Prompt";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Prompt";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Prompt";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Prompt";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-57d686e );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h2{font-weight:400;}.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 *//* Remove Extra Spacing from the bottom of Text Editors*/

.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}
.elementor-slideshow__title, .elementor-slideshow__description { visibility: hidden; }
.clipped-image {
    clip-path: polygon(
        0% 0%,
        0% 100%,
        66% 100%,
        100% 60%,
        100% 0%
    );
    -webkit-clip-path: polygon(
        0% 0%,
        0% 100%,
        86% 100%,
        100% 79%,
        100% 0%
    );
    overflow: hidden;
}
/* DESKTOP ONLY */
@media (min-width: 768px) {

    /* Global fade targets, but NOT inside sliders/carousels */
    body:not(.elementor-editor-active) 
    .elementor-widget-heading:not(.fade-exclude),
    body:not(.elementor-editor-active) 
    .elementor-widget-text-editor:not(.fade-exclude),
    body:not(.elementor-editor-active) 
    .elementor-widget-image:not(.fade-exclude),
    body:not(.elementor-editor-active) 
    .elementor-widget-button:not(.fade-exclude),
    body:not(.elementor-editor-active) 
    .elementor-widget-icon-list:not(.fade-exclude) {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.8s ease, transform 0.8s ease;
        will-change: opacity, transform;
    }

    /* Visible state */
    body:not(.elementor-editor-active) 
    .elementor-widget-heading.fade-in-active,
    body:not(.elementor-editor-active) 
    .elementor-widget-text-editor.fade-in-active,
    body:not(.elementor-editor-active) 
    .elementor-widget-image.fade-in-active,
    body:not(.elementor-editor-active) 
    .elementor-widget-button.fade-in-active,
    body:not(.elementor-editor-active) 
    .elementor-widget-icon-list.fade-in-active {
        opacity: 1;
        transform: translateY(0);
    }

    /* Force excluded widgets to stay visible */
    body:not(.elementor-editor-active) .fade-exclude {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}/* End custom CSS */