.elementor-kit-1508{--e-global-color-primary:#006B71;--e-global-color-secondary:#61BFBC;--e-global-color-text:#333333;--e-global-color-accent:#EE7221;--e-global-color-b30dc6f:#009CA6;--e-global-color-dcf2679:#E6E6E6;--e-global-color-a85b516:#FFFFFF;--e-global-color-1c13349:#59B890;--e-global-color-c370014:#6B7281;--e-global-color-562d6bb:#203C86;--e-global-color-c66ccc4:#EE7221;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-1508 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1508 button,.elementor-kit-1508 input[type="button"],.elementor-kit-1508 input[type="submit"],.elementor-kit-1508 .elementor-button{color:#333333;}.elementor-kit-1508 button:hover,.elementor-kit-1508 button:focus,.elementor-kit-1508 input[type="button"]:hover,.elementor-kit-1508 input[type="button"]:focus,.elementor-kit-1508 input[type="submit"]:hover,.elementor-kit-1508 input[type="submit"]:focus,.elementor-kit-1508 .elementor-button:hover,.elementor-kit-1508 .elementor-button:focus{color:#006B71;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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:39px;padding-inline-start:39px;}.site-header .site-branding .site-logo img{width:122px;max-width:122px;}.site-header .site-navigation ul.menu li a{color:#333333;}.site-header .site-navigation-toggle .site-navigation-toggle-icon{color:#333333;}@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 */.highlight-text {
  position: relative;
  display: inline;
}
.highlight-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 0%;
  height: 45%;
  background: rgba(251, 191, 36, 0.75);
  z-index: -1;
  border-radius: 3px;
  transition: width 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.highlight-text.animated::before {
  width: calc(100% + 8px);
}/* End custom CSS */