.elementor-kit-556{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2151a384:#4054B2;--e-global-color-1551b2c5:#23A455;--e-global-color-3fdcf828:#000;--e-global-color-1e67e00e:#FFF;--e-global-color-55d60ae:#3DA5CF;--e-global-typography-primary-font-family:"Roboto";--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";--e-global-typography-accent-font-weight:500;}.elementor-kit-556 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}@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 *//* Jump links bar */
.jump-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  font-size:16px;
  line-height:1.2;
}
.jump-links a{
  display:inline-block;
  text-decoration:none;
  font-weight:600;
}
.jump-links a:hover{ text-decoration:underline; }

/* One knob controls the offset */
:root { --anchor-offset: 160px; }

/* HTML anchor divs */
.anchor-offset{
  display:block;
  position:relative;
  top: calc(var(--anchor-offset) * -1);
  height:0 !important;
  overflow:hidden;
  pointer-events:none;
}

/* Fine-tune ONLY Overview landing (relative to the knob) */
#overview.anchor-offset{
  top: calc((var(--anchor-offset) + 60px) * -1); /* <- change 60px only */
}

#overview.anchor-offset{
  top: calc((var(--anchor-offset) + 20px) * -1);
}/* End custom CSS */