.elementor-kit-9{--e-global-color-primary:#58B8AF;--e-global-color-secondary:#2F3A3D;--e-global-color-text:#222222;--e-global-color-accent:#FECB86;--e-global-color-61bd104:#EBA9AA;--e-global-color-929479b:#FECB86;--e-global-color-6241726:#ABD47C;--e-global-color-5cbf6a6:#82CBC4;--e-global-color-f4b16a1:#A486BE;--e-global-typography-primary-font-family:"Roboto Slab";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto Slab";--e-global-typography-accent-font-weight:500;font-family:"Roboto", Sans-serif;font-size:1.125rem;font-weight:300;line-height:1.9rem;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-secondary );border-style:none;border-radius:1000em 1000em 1000em 1000em;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-family:"Roboto Slab", Sans-serif;font-size:8.543rem;line-height:1.1;}.elementor-kit-9 h2{font-family:"Roboto Slab", Sans-serif;font-size:5.695rem;line-height:1.2;}.elementor-kit-9 h3{font-family:"Roboto Slab", Sans-serif;font-size:3.797rem;line-height:1.25;}.elementor-kit-9 h4{font-family:"Roboto Slab", Sans-serif;font-size:2.531rem;line-height:1.3;}.elementor-kit-9 h5{font-family:"Roboto Slab", Sans-serif;font-size:1.688rem;line-height:1.35;}.elementor-kit-9 h6{font-family:"Roboto Slab", Sans-serif;font-size:1.125rem;line-height:1.4;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{border-style:none;}.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-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --grey:#eeeeee; --so_blue:#82CBC4; --e-gv-4544eaf:#FFCC80; --so_pink:#EBA9AA; --so_orange:#FECB86; --so_green:#ABD47C; --so_purple:#A486BE; --text:#222222; --transparent:#ffffff00; --e-gv-ed31244:1.125rem; --rem0:0.75rem; --rem1:1.125rem; --rem2:1.688rem; --rem3:2.531rem; --rem4:3.797rem; --rem5:5.695rem; --rem6:8.543rem; --so_purple_light:#E5DDEE; --so_green_light:#E7F2DA; --so_orange_light:#FDF3DD; --so_pink_light:#F8E6E6; --so_blue_light:#E4F4F2; }
/* Start custom CSS */header {
    transition: transform 0.3s ease;
}

.so-header-hide {
    transform: translateY(-100%);
}

.so-header-show {
    transform: translateY(0);
}/* End custom CSS */