.elementor-586 .elementor-element.elementor-element-eff1d7a{margin:5% 0% 0% 0%;padding:0% 5% 0% 0%;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-586 .elementor-element.elementor-element-c303e58 img{width:82%;}.elementor-586 .elementor-element.elementor-element-5fa178e > .elementor-element-populated{margin:0px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-586 .elementor-element.elementor-element-dd6ccc8{text-align:center;}.elementor-586 .elementor-element.elementor-element-dd6ccc8 .elementor-heading-title{font-family:"Quicksand", Sans-serif;font-size:30px;font-weight:600;color:#1A5943;}.elementor-586 .elementor-element.elementor-element-3d5f74e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(min-width:768px){.elementor-586 .elementor-element.elementor-element-ecf2845{width:41%;}.elementor-586 .elementor-element.elementor-element-5fa178e{width:58.999%;}}@media(max-width:767px){.elementor-586 .elementor-element.elementor-element-eff1d7a{margin:-8% 0% 0% 0%;padding:0px 0px 0px 0px;}.elementor-586 .elementor-element.elementor-element-c303e58{margin:-30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-586 .elementor-element.elementor-element-5fa178e > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-586 .elementor-element.elementor-element-dd6ccc8{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-586 .elementor-element.elementor-element-dd6ccc8 .elementor-heading-title{font-size:20px;}.elementor-586 .elementor-element.elementor-element-3d5f74e{margin:-16px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0% 2% 0% 2%;}}/* Start custom CSS for column, class: .elementor-element-ecf2845 */.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-a4e7b52.wd_sticky_offset_50.wd-elementor-sticky-column {
  position: -webkit-sticky;
  position: sticky;
  top: 100px; /* Change to your header height */
  align-self: flex-start;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-eff1d7a */<script>
document.addEventListener("DOMContentLoaded", function() {
  // Hide all tab content initially
  document.querySelectorAll(".wd-tab-pane").forEach(function(tab){
    tab.classList.remove("active");
    tab.style.display = "none";
  });

  // Remove active state from first tab title
  document.querySelectorAll(".wd-nav-tabs li").forEach(function(tab){
    tab.classList.remove("active");
  });

  // Add click listener to tabs
  document.querySelectorAll(".wd-nav-tabs li a").forEach(function(link){
    link.addEventListener("click", function(e){
      e.preventDefault();
      const target = this.getAttribute("href").replace("#","");

      // Hide all contents
      document.querySelectorAll(".wd-tab-pane").forEach(function(tab){
        tab.classList.remove("active");
        tab.style.display = "none";
      });

      // Show selected
      const activeTab = document.getElementById(target);
      if(activeTab){
        activeTab.classList.add("active");
        activeTab.style.display = "block";
      }

      // Reset active classes on nav
      document.querySelectorAll(".wd-nav-tabs li").forEach(function(tab){
        tab.classList.remove("active");
      });
      this.parentElement.classList.add("active");
    });
  });
});
</script>/* End custom CSS */
/* Start custom CSS *//* Hide all tab contents by default */
.wd-tab-pane {
  display: none !important;
}

/* Show only when active (after click) */
.wd-tab-pane.active {
  display: block !important;
}/* End custom CSS */