.elementor-kit-354{--e-global-color-primary:#63666A;--e-global-color-text:#63666A;--e-global-color-accent:#0097A9;--e-global-color-946c742:#000000;--e-global-color-97c7b7e:#A4D233;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:100;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;--e-global-typography-44c6f5f-font-family:"Montserrat";--e-global-typography-44c6f5f-font-size:20px;--e-global-typography-44c6f5f-font-weight:800;--e-global-typography-44c6f5f-text-transform:uppercase;--e-global-typography-7473902-font-family:"Playfair Display";--e-global-typography-7473902-font-size:4rem;--e-global-typography-7473902-font-weight:400;--e-global-typography-7473902-line-height:51px;--e-global-typography-af8b68e-font-family:"Montserrat";--e-global-typography-af8b68e-font-size:20px;--e-global-typography-af8b68e-font-weight:700;--e-global-typography-caac384-font-family:"Montserrat";--e-global-typography-caac384-font-size:17px;--e-global-typography-caac384-font-weight:800;--e-global-typography-caac384-text-transform:uppercase;}.elementor-kit-354 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-354{--e-global-typography-7473902-font-size:33px;--e-global-typography-7473902-line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-354{--e-global-typography-7473902-font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */header.sticky-header {
    --header-height: 90px;
    --opacity: 0.90;
    --shrink-me: 0.80;
    --sticky-background-color: #fff;
    --transition: .3s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(100% * var(--shrink-me));
}/* End custom CSS */