.elementor-3570 .elementor-element.elementor-element-0a6b99e:not(.elementor-motion-effects-element-type-background), .elementor-3570 .elementor-element.elementor-element-0a6b99e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}.elementor-3570 .elementor-element.elementor-element-0a6b99e > .elementor-background-overlay{background-color:#1768E100;opacity:0.62;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3570 .elementor-element.elementor-element-0a6b99e > .elementor-container{max-width:1250px;}.elementor-3570 .elementor-element.elementor-element-0a6b99e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:3rem 0rem 4rem 0rem;}.elementor-3570 .elementor-element.elementor-element-402f080 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-3570 .elementor-element.elementor-element-3e3db0e{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-bc-flex-widget .elementor-3570 .elementor-element.elementor-element-f4a7e91.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-3570 .elementor-element.elementor-element-f4a7e91.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-3570 .elementor-element.elementor-element-f4a7e91 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-3570 .elementor-element.elementor-element-f4a7e91 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}body.elementor-page-3570{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1200px){.elementor-3570 .elementor-element.elementor-element-0a6b99e{margin-top:0px;margin-bottom:0px;padding:4rem 2rem 4rem 2rem;}}@media(max-width:1024px){.elementor-3570 .elementor-element.elementor-element-0a6b99e{margin-top:0px;margin-bottom:0px;padding:3rem 2rem 3rem 2rem;}}@media(max-width:880px){.elementor-3570 .elementor-element.elementor-element-f4a7e91 > .elementor-element-populated{padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-3570 .elementor-element.elementor-element-0a6b99e > .elementor-background-overlay{opacity:0.5;}.elementor-3570 .elementor-element.elementor-element-0a6b99e{padding:02rem 1rem 2rem 1rem;}.elementor-3570 .elementor-element.elementor-element-f4a7e91 > .elementor-element-populated{padding:0px 0px 0px 0px;}}@media(max-width:880px) and (min-width:768px){.elementor-3570 .elementor-element.elementor-element-f4a7e91{width:100%;}}/* Start custom CSS for section, class: .elementor-element-3e3db0e */<script>
let currentIndex = 0;
function moveCarousel(direction) {
  const track = document.getElementById("specialTrack");
  const cards = track.children;
  const cardWidth = cards[0].offsetWidth + 20;
  const trackWidth = track.scrollWidth;
  const visibleWidth = track.parentElement.offsetWidth;
  const maxTranslate = trackWidth - visibleWidth;
  const newTranslate = (currentIndex + direction) * cardWidth;

  if (newTranslate < 0) currentIndex = 0;
  else if (newTranslate > maxTranslate) currentIndex = Math.floor(maxTranslate / cardWidth);
  else currentIndex += direction;

  track.style.transform = `translateX(-${currentIndex * cardWidth}px)`;
}

function openTab(tabId, el) {
  const allTabs = document.querySelectorAll(".tab-content");
  const allButtons = document.querySelectorAll(".tab-button");

  if (el.classList.contains("active")) {
    el.classList.remove("active");
    document.getElementById(tabId).classList.remove("active");
    return;
  }

  allTabs.forEach(tab => tab.classList.remove("active"));
  allButtons.forEach(btn => btn.classList.remove("active"));
  document.getElementById(tabId).classList.add("active");
  el.classList.add("active");
}
</script>/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-0a6b99e */.vheader  {
    box-shadow: none !important;
}/* End custom CSS */
/* Start custom CSS */.vheader {
    box-shadow: none !important;
}/* End custom CSS */