.elementor-kit-1914{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5df284e2:#5A7BF7;--e-global-color-135fa7aa:#FFC327;--e-global-color-d82ecd4:#000F56;--e-global-color-5f5e20f0:#FFDA26;--e-global-color-143014f1:#4054B2;--e-global-color-2b8237e5:RGBA(198,198,198,0.36);--e-global-color-24397b11:#000;--e-global-color-1256e4e8:#F9F9F9;}.elementor-kit-1914 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){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 *//* =========================================
   CUSTOM POLYLANG HEADER SWITCHER
   ========================================= */

.custom-language-widget {
    display: inline-flex !important;
    width: auto !important;
    max-width: max-content !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* Main switcher */

.custom-language-widget .custom-pll-switcher {
    display: inline-flex !important;
    align-items: stretch !important;

    width: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 1px solid #d6dee8 !important;
    border-radius: 7px !important;

    overflow: hidden !important;

    background: #ffffff !important;
}


/* Individual language */

.custom-language-widget .custom-pll-language {
    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    min-width: 48px !important;
    height: 36px !important;

    padding: 0 11px !important;

    margin: 0 !important;

    border: 0 !important;
    border-right: 1px solid #d6dee8 !important;

    background: #ffffff !important;

    color: #334155 !important;

    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 500 !important;

    line-height: 1 !important;

    text-decoration: none !important;

    transition: all .2s ease !important;
}


/* Remove last divider */

.custom-language-widget
.custom-pll-language:last-child {
    border-right: 0 !important;
}


/* CURRENT LANGUAGE */

.custom-language-widget
.custom-pll-language.is-current {

    background: #0756b8 !important;

    color: #ffffff !important;

    font-weight: 600 !important;
}


/* Hover */

.custom-language-widget
.custom-pll-language:not(.is-current):hover {

    background: #f1f5f9 !important;

    color: #0756b8 !important;
}


/* Keep current blue */

.custom-language-widget
.custom-pll-language.is-current:hover {

    background: #0756b8 !important;

    color: #ffffff !important;
}


/* First */

.custom-language-widget
.custom-pll-language:first-child {

    border-radius: 6px 0 0 6px !important;
}


/* Last */

.custom-language-widget
.custom-pll-language:last-child {

    border-radius: 0 6px 6px 0 !important;
}


/* Mobile */

@media (max-width: 767px) {

    .custom-language-widget
    .custom-pll-language {

        min-width: 42px !important;

        height: 34px !important;

        padding: 0 9px !important;

        font-size: 12px !important;
    }

}/* End custom CSS */