<script>
/* ── Scroll Reveal Observer ── */
(function() {
  if (window.IntersectionObserver) {
    var observer = new IntersectionObserver(function(entries) {
      entries.forEach(function(entry) {
        if (entry.isIntersecting) {
          entry.target.classList.add('visible');
        }
      });
    }, { threshold: 0.15, rootMargin: '0px 0px -40px 0px' });
    document.addEventListener('DOMContentLoaded', function() {
      document.querySelectorAll('.gauten-v2 .card-stat, .gauten-v2 .card-feature, .gauten-v2 .zigzag-row, .gauten-v2 .dg-timeline > div').forEach(function(el) {
        el.classList.add('reveal');
        observer.observe(el);
      });
    });
  }
})();
</script>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.gauten.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.gauten.com/page-sitemap.xml</loc>
		<lastmod>2026-07-09T08:05:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.gauten.com/product-sitemap.xml</loc>
		<lastmod>2026-06-10T13:27:23+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.gauten.com/product_cat-sitemap.xml</loc>
		<lastmod>2026-06-10T13:27:23+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.gauten.com/author-sitemap.xml</loc>
		<lastmod>2026-06-11T13:36:23+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->