.elementor-kit-10{--e-global-color-primary:#0A8066;--e-global-color-secondary:#A8A8A8;--e-global-color-text:#808080;--e-global-color-accent:#0A8066;--e-global-color-kadence3:#303030;--e-global-color-329bd95:#777777;--e-global-color-9dfaa2f:#F97F51;--e-global-color-4632a81:#5E5F5D;--e-global-color-76478da:#EEEEEE;--e-global-color-2563629:#0A8066;--e-global-color-b215fc3:#0A8066;--e-global-color-29d9abe:#767466;--e-global-color-c531f86:#0A8066;--e-global-color-dd202aa:#F0EFED;--e-global-color-f028d12:#655F4B;--e-global-color-e57584a:#677973;--e-global-color-b1d5ed9:#8B9F9C;--e-global-color-7b00c6d:#E4E3DE;--e-global-color-ce47a4d:#F8F7F6;--e-global-color-29cc50a:#ECEAE890;--e-global-color-e9a1210:#BE9927;--e-global-color-75e2781:#BE9927;--e-global-color-4e1a77f:#0A8066;--e-global-color-8289d97:#B7B4A2;--e-global-color-9fa4bc3:#F8F7F2;--e-global-color-7c73a0b:#0A8066;--e-global-color-b29dcca:#BE9927;--e-global-color-2b86748:#BE9927;--e-global-color-4abdb95:#FFAF4E;--e-global-color-3af813e:#C8C7C1;--e-global-color-6c06f73:#E4E3DE9C;--e-global-color-90d704b:#EFDCE3;--e-global-color-8673a81:#FFE9F1;--e-global-color-365d5fd:#282828;--e-global-color-5e87833:#FFFFFF;color:var( --e-global-color-365d5fd );font-family:"hoss-round", Sans-serif;font-size:18px;font-weight:400;line-height:1.3em;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 p{margin-bottom:15px;}.elementor-kit-10 a{font-weight:600;}body{overflow-x:hidden !important;}.elementor a, .elementor a:link, .elementor a:focus, .elementor a:active, .elementor a:hover{text-decoration:none !important;}.elementor a:link, .elementor .smooth-hover a:link, {transition:inherit;}.elementor-kit-10 h1{font-family:"fahkwang", Sans-serif;font-weight:200;}.elementor-kit-10 h2{font-family:"fahkwang", Sans-serif;font-weight:200;}.elementor-kit-10 h3{font-family:"fahkwang", Sans-serif;font-weight:200;}.elementor-kit-10 h4{font-family:"fahkwang", Sans-serif;font-weight:300;}.elementor-kit-10 h5{font-family:"fahkwang", Sans-serif;font-weight:300;}.elementor-kit-10 h6{font-family:"fahkwang", Sans-serif;font-weight:300;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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(min-width:1400px){.elementor-kit-10{font-size:16px;}.elementor-kit-10 p{margin-bottom:10px;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.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: #0e41e5;
    --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 */