.elementor-kit-11{--e-global-color-primary:#007377;--e-global-color-secondary:#FFFEFC;--e-global-color-text:#007377;--e-global-color-accent:#4E729E;--e-global-color-59b8ccd3:#007377;--e-global-color-335dc3b4:#50A482;--e-global-color-3c72148d:#81CB8E;--e-global-color-fc1e8cb:#65B4A6;--e-global-color-422bd209:#FFFEFC;--e-global-color-697ebf76:#C4FCF0;--e-global-color-34a9c40e:#4E729E;--e-global-color-0601945:#344B46;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-c06f8b9-font-family:"Lato";--e-global-typography-b4fea04-font-family:"Montserrat";color:#007377;font-family:"Montserrat", Sans-serif;font-weight:300;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:#007377;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-11 h1{color:#007377;font-family:"Montserrat", Sans-serif;font-size:40px;font-weight:300;}.elementor-kit-11 h2{color:#007377;font-family:"Montserrat", Sans-serif;font-weight:300;}.elementor-kit-11 h3{color:#007377;font-family:"Montserrat", Sans-serif;}.elementor-kit-11 h4{color:#007377;font-family:"Montserrat", Sans-serif;}.elementor-kit-11 h5{color:#007377;font-family:"Montserrat", Sans-serif;font-weight:400;}.elementor-kit-11 h6{color:#007377;font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}section.hero-section{display:var(--page-title-display);}@media(max-width:999px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:689px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hide the native checkbox but keep it accessible */
input[type="checkbox"] {
  position: relative;
  width: 2em;
  height: 2em;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 2px solid black;
  border-radius: 0.2em;
  display: inline-block;
  vertical-align: middle;
}

/* Show checkmark when checked */
input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  left: 0.3em;
  top: 0em;
  font-size: 1.2em;
  color: black;
}/* End custom CSS */