.elementor-kit-115{--e-global-color-primary:#4A6866;--e-global-color-secondary:#64C1C6;--e-global-color-text:#1A99B5;--e-global-color-accent:#000000;--e-global-color-8414a14:#64C1C64F;--e-global-color-09ab112:#FFFFFF;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Sans Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Sans Pro";--e-global-typography-accent-font-weight:500;}.elementor-kit-115 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 */header.sticky-header {
    --header-height: 90px;
    --opacity: 0.90;
    --shrink-me: 0.80;
    --sticky-background-color: white;
    --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);
-moz-box-shadow: 0px 10px 14px 2px rgb(0 0 0 / 8%);
-webkit-box-shadow:0px 10px 14px 2px rgb(0 0 0 / 8%);
    box-shadow: 0px 10px 14px 2px rgb(0 0 0 / 8%);
}
}
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: 50% !important;
}


header.sticky-header2 {
    transition: .3s ease-in-out;
    opacity: 1!important;
}
header.sticky-header2.elementor-sticky--effects {
    opacity: 0.1 !important;

}


@keyframes wiggle3 {
0%  { transform: translate(-10px, -6px); }
10%  { transform: translate(5px, -3px); }
20% { transform: translate(-10px, 0px); }
30% { transform: translate(-15px, 3px); }
40% { transform: translate(-10px, 6px); }
50% { transform: translate(-5px, 4px); }
60% { transform: translate(0px, 2px); }
70% { transform: translate(-5px, 0px); }
80% { transform: translate(-10px, -2px); }
90% { transform: translate(-15px, -4px); }
100% { transform: translate(-10px, -6px); }
  
}

.wiggle3 {
  display: inline-block;
  animation: wiggle2 26.0s linear infinite;
}


@keyframes wiggle2 {
0%  { transform: translate(0px, 0px); }
10%  { transform: translate(5px, -13px); }
20% { transform: translate(-10px, 0px); }
30% { transform: translate(-15px, 13px); }
40% { transform: translate(-10px, 4px); }
50% { transform: translate(-5px, 2px); }
60% { transform: translate(0px, 2px); }
70% { transform: translate(-5px, 0px); }
80% { transform: translate(-10px, -2px); }
90% { transform: translate(-15px, -4px); }
100% { transform: translate(0px, 0px); }
  
}

.wiggle2 {
  display: inline-block;
  animation: wiggle2 16.0s linear infinite;
}


@keyframes wiggle1 {
0%  { transform: translate(-10px, -6px); }
10%  { transform: translate(5px, -3px); }
20% { transform: translate(-10px, 0px); }
30% { transform: translate(-15px, 3px); }
40% { transform: translate(-10px, 6px); }
50% { transform: translate(-5px, 4px); }
60% { transform: translate(0px, 2px); }
70% { transform: translate(-5px, 0px); }
80% { transform: translate(-10px, -2px); }
90% { transform: translate(-15px, -4px); }
100% { transform: translate(-10px, -6px); }
  
}

.wiggle1 {
  display: inline-block;
  animation: wiggle2 26.0s linear infinite;
}/* End custom CSS */