<!doctype html>

<html data-lang="it_IT" >

  <head>

    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
    <meta name="generator" content="Sngine">
    <meta name="version" content="4.3">

    <!-- Title -->
    <title>404 Pagina non trovata</title>
    <!-- Title -->

    <!-- Meta -->
    <meta name="description" content="Istigo &egrave; un social sereno. Tu sei al centro, non la merce. Condividi foto e video, crea gruppi ed eventi, scrivi blog. Iscriviti ora e inizia con persone vere.">
    <meta name="keywords" content="Istigo, Social Network, persone al centro, social etico, rete sociale, gruppi, eventi, blog, foto, video, reels, contenuti, rispetto, amicizia, dialogo">
    <!-- Meta -->

    <!-- OG-Meta -->
    <meta property="og:title" content="404 Pagina non trovata" />
    <meta property="og:description" content="Istigo &egrave; un social sereno. Tu sei al centro, non la merce. Condividi foto e video, crea gruppi ed eventi, scrivi blog. Iscriviti ora e inizia con persone vere." />
    <meta property="og:site_name" content="Istigo - Beyond Social Network" />
    <meta property="og:image" content="https://istigo.com/content/themes/main/images/og-image.jpg" />
    <!-- OG-Meta -->

    <!-- Twitter-Meta -->
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="404 Pagina non trovata" />
    <meta name="twitter:description" content="Istigo &egrave; un social sereno. Tu sei al centro, non la merce. Condividi foto e video, crea gruppi ed eventi, scrivi blog. Iscriviti ora e inizia con persone vere." />
    <meta name="twitter:image" content="https://istigo.com/content/themes/main/images/og-image.jpg" />
    <!-- Twitter-Meta -->

    <!-- Favicon -->
          <link rel="shortcut icon" href="https://istigo.com/content/uploads/photos/2026/01/sngine_0e5c45390a7bda754df5e27dd8e35781.png" />
        <!-- Favicon -->

    <!-- Fonts [Poppins|Font-Awesome] -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
	<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
	<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Outfit:wght@100..900&display=swap" rel="stylesheet" crossorigin="anonymous">
	
	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css" integrity="sha512-2SwdPD6INVrV/lHTZbO2nodKhrnDdJK9/kg2XD1r9uGqPo1cUbujc+IYdlYdEErWNu69gVcYgdxlmVmzTWnetw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
    <!-- Fonts [Poppins|Font-Awesome] -->

    <!-- CSS -->
          <link href="https://istigo.com/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
	  <link href="https://istigo.com/content/themes/main/css/style.css?v=4.3" rel="stylesheet">
        <!-- CSS -->

    <!-- CSS Customized -->
    <style type="text/css">:root {--main-link: #f0c000;--main-btn: #0d0d0d;--plyr-color-main: #0d0d0d;}/* Stato base */
.x_side_links > div span.counter {
  background-color: #ff383c;
//right: 4px;
  transition: background-color 0.25s ease;
      min-width: 24px;
  width: auto !important;
  
  font-size: 12px !important;
  /* Animazioni combinate */
  animation:
    counterColorCycle 6s infinite,
    counterShake 6s infinite;
}

/* Hover: priorità assoluta */
.x_side_links > div:hover span.counter {
  animation-play-state: paused;
  background-color: var(--body-color)!important;
}

/* 🎨 Ciclo colori */
@keyframes counterColorCycle {
  0%   { background-color: #ff383c; }
  16%  { background-color: #ff4245; }
  33%  { background-color: #e9152d; }

  /* Pausa di 3 secondi */
  33%  { background-color: #e9152d; }
  83%  { background-color: #e9152d; }
  100% { background-color: #ff383c; }
}

/* 💥 Shake breve */
@keyframes counterShake {
  /* nessun movimento */
  0%, 15%, 32%, 83%, 100% {
    transform: translateX(0);
  }

  /* shake rapido (durante cambio colore) */
  16% { transform: translateX(-2px); }
  18% { transform: translateX(2px); }
  20% { transform: translateX(-2px); }
  22% { transform: translateX(2px); }
}
/*   */
.plyr.fluid-video.non-fullscreen .plyr__video-wrapper {
    max-height: -webkit-fill-available !important;
    width: -webkit-fill-available !important;
    height: auto;
    max-width: 100%;
    overflow: hidden;
}

.plyr audio, .plyr iframe, .plyr video {
    display: block;
    height: max-content !important;
    width: 100%;
}
.plyr.fluid-video.non-fullscreen .plyr__video-wrapper video {
    max-height: fit-content !important;
    height: fit-content !important;
}

/****/
.post_empty_space {
    width: auto !important;
}
span.verified-badge {
    color: #1e6ef4 !important;
}

/*** Modifiche Stories ****/
:root{
  --gradient: linear-gradient(108deg, #0894FF, #C959DD 34%, #FF2E54 68%, #FF9004);
}

.stories-wrapper .stories.carousel .story > a > .item-preview > img{
  display:block;

  --ring: 2px;
  --pad: 2px;
  --inner-bg: var(--stories-bg, #fff);

  padding: var(--pad);
  border: var(--ring) solid transparent;
  border-radius: 12px;  50% /*se vuoi cerchio */

  background:
    linear-gradient(var(--inner-bg), var(--inner-bg)) padding-box,
    var(--gradient) border-box;

  background-clip: padding-box, border-box;
  background-size: auto, 300% 300%;
  background-position: center, 0% 50%;

  /* Avvio automatico dopo 3 secondi */
  animation: story-gradient-move 2.2s ease-in-out 3s 2;
}

/* Passaggio mouse: animazione continua */
.stories-wrapper .stories.carousel .story:hover > a > .item-preview > img{
  animation: story-gradient-move 2.2s ease-in-out infinite;
}

@keyframes story-gradient-move{
  0%   { background-position: center,   0% 50%; }
  50%  { background-position: center, 100% 50%; }
  100% { background-position: center,   0% 50%; }
}

/* Rispetto preferenze utente */
@media (prefers-reduced-motion: reduce){
  .stories-wrapper .stories.carousel .story > a > .item-preview > img{
    animation: none;
  }
}
/******/
.x_side_links > div span {font-size: 15px !important;}
.daytime_message.evening strong, .daytime_message.evening svg {height: 100px; width: 100px;}


.profile-avatar-wrapper img {
    object-fit: cover !important;
}</style>    <!-- CSS Customized -->

    <!-- Header Custom JavaScript -->
        <!-- Header Custom JavaScript -->
	
	<!-- PWA -->
          <link rel="manifest" href="https://istigo.com/manifest.php">
      <!-- register service worker -->
      <script>
        if ('serviceWorker' in navigator) {
          navigator.serviceWorker.register('/sw.js').then((registration) => {
            console.log('Service Worker registered with scope:', registration.scope);
          }).catch((error) => {
            console.log('Service Worker registration failed:', error);
          });
        }
      </script>
      <!-- register service worker -->
        <!-- PWA -->
	
	<!-- AgeVerif Checker -->
        <!-- AgeVerif Checker -->


<!-- SEO Booster PRO v2.0.0 -->
<meta name="description" content="Istigo &amp;egrave; un social sereno. Tu sei al centro, non la merce. Condividi foto e video, crea gruppi ed eventi, scrivi blog. Iscriviti ora e inizia con persone vere.">
<meta property="og:site_name" content="Istigo - Beyond Social Network">
<meta property="og:title" content="Istigo - Beyond Social Network">
<meta property="og:description" content="Istigo &amp;egrave; un social sereno. Tu sei al centro, non la merce. Condividi foto e video, crea gruppi ed eventi, scrivi blog. Iscriviti ora e inizia con persone vere.">
<meta property="og:url" content="https://istigo.com/sitemap.xml">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Istigo - Beyond Social Network">
<meta name="twitter:description" content="Istigo &amp;egrave; un social sereno. Tu sei al centro, non la merce. Condividi foto e video, crea gruppi ed eventi, scrivi blog. Iscriviti ora e inizia con persone vere.">
<link rel="alternate" hreflang="" href="https://istigo.com/sitemap.xml?lang=">
<link rel="alternate" hreflang="" href="https://istigo.com/sitemap.xml?lang=">
<link rel="alternate" hreflang="x-default" href="https://istigo.com/sitemap.xml">
<link rel="canonical" href="https://istigo.com/sitemap.xml">
<script>
            document.addEventListener('DOMContentLoaded', function() {
                const images = document.querySelectorAll('img:not([alt]), img[alt=""]');
                images.forEach(img => {
                    let fallback = document.title.split('|')[0].trim();
                    img.setAttribute('alt', fallback);
                });
            });
        </script>

    <style>
/******************************************/

/* 1. Reset Sngine's parent blur (evita di sfocare l'overlay) */
        /* 2. Blur Istantaneo (solo media, no testo) */
        html body .x-blured img, html body .x-blured .pg_content img, html body .x-blured .pg_1x img {
            filter: blur(40px) !important;
        }
        
        /* Per i contenitori con background-image, usiamo il trucco del pseudo-elemento */
        html body .x-blured .pg_photo, html body .x-blured .album-cover, html body .x-blured .pg_1x, html body .x-blured .pg_content, html body .x-blured .js_lightbox {
            filter: none !important;
            position: relative !important;
        }
        
        html body .x-blured .pg_photo::before, html body .x-blured .album-cover::before, 
        html body .x-blured .pg_1x::before, html body .x-blured .pg_content::before,
        html body .x-blured .js_lightbox::before {
            content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
            backdrop-filter: blur(40px);
            z-index: 1;
            transition: opacity 0.6s ease, backdrop-filter 0.6s ease;
            opacity: 1;
        }

        /* 3. Stato Unblurred (Transizione piacevole) */
        html body .unblurred img { filter: blur(0) !important; }
        html body .unblurred .pg_photo::before, html body .unblurred .album-cover::before,
        html body .unblurred .pg_1x::before, html body .unblurred .pg_content::before,
        html body .unblurred .js_lightbox::before { 
            opacity: 0 !important; 
            backdrop-filter: blur(0) !important;
            pointer-events: none;
        }

        /* 4. Overlay Premium (Sharp) */
        .vs-overlay {
            position: absolute; top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(0,0,0,0.4); display: flex; flex-direction: column;
            align-items: center; justify-content: center; color: #fff !important;
            text-align: center; padding: 20px; z-index: 10;
            transition: opacity 0.5s ease;
            font-family: 'Inter', sans-serif;
            min-height: 200px;
            pointer-events: all;
        }
        
        /* 5. Fix Distanza e Angoli (Sidebar/Grid) */
        html body .js_blurred .js_lightbox, html body .js_blurred .album-cover, 
        html body .blurred .js_lightbox, html body .blurred .album-cover, 
        html body .x-blured .js_lightbox, html body .x-blured .album-cover,
        html body .x-blured .pg_photo, html body .x-blured .post-media-image {
            clip-path: inset(0 round var(--bs-border-radius-lg)) !important;
            border-radius: var(--bs-border-radius-lg) !important;
            overflow: hidden !important;
        }
        .vs-overlay i { font-size: 4rem !important; margin-bottom: 20px !important; }
        .vs-overlay h4 { font-weight: 700 !important; font-size: 1.7rem !important; margin-bottom: 10px !important; }
        .vs-overlay p { font-size: 1rem !important; max-width: 80%; line-height: 1.4 !important; margin-bottom: 20px !important; opacity: 0.9; }
        .vs-divider { width: 70%; height: 1px; background: rgba(255,255,255,0.3); margin-bottom: 20px; }
        .vs-btn-show {
            background: transparent !important; color: #fff !important; border: none !important; 
            font-weight: 700 !important; cursor: pointer !important; font-size: 1.2rem !important;
        }
        .vs-overlay-compact { padding: 0 !important; min-height: 0 !important; }
        .vs-overlay-compact h4, .vs-overlay-compact p, .vs-overlay-compact .vs-divider, .vs-overlay-compact .vs-btn-show { display: none !important; }
        .vs-overlay-compact i { font-size: 1.5rem !important; margin: 0 !important; }
        .unblurred .vs-overlay { opacity: 0 !important; pointer-events: none !important; visibility: hidden; transition: opacity 0.6s ease, visibility 0.6s; }


/******************************************/




        /* Base Reset for Sngine Blur & Unblur */
        .js_blurred, .blurred, .x-blured, .unblurred { 
            filter: none !important; 
            position: relative !important; 
            border-radius: 12px !important;
            /* margin: 8px !important;  Uniformità con stile nativo Istigo */
            overflow: hidden !important;
            display: inline-block;
            vertical-align: top;
        }

        /* Premium Media Blur */
        .js_blurred img, .js_blurred .pg_photo, .js_blurred .album-cover, .js_blurred .js_lightbox,
        .blurred img, .blurred .pg_photo, .blurred .album-cover, .blurred .js_lightbox,
        .x-blured img, .x-blured .pg_photo, .x-blured .album-cover, .x-blured .js_lightbox {
            filter: blur(40px) brightness(0.8) !important;
            transition: filter 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
            border-radius: inherit !important;
        }

        .unblurred img, .unblurred .pg_photo, .unblurred .album-cover, .unblurred .js_lightbox {
            filter: blur(0) brightness(1) !important;
        }

        /* Glassmorphism Overlay */
        .vs-overlay {
            position: absolute; inset: 0; z-index: 8;
            display: flex; flex-direction: column; align-items: center; justify-content: center;
            padding: 1.5rem; text-align: center; color: #fff !important;
            background: rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(12px) saturate(160%);
            -webkit-backdrop-filter: blur(12px) saturate(160%);
            transition: all 0.5s ease;
            cursor: pointer;
            user-select: none;
            border-radius: inherit !important;
        }

        .vs-overlay:hover { background: rgba(0, 0, 0, 0.3); }

        .vs-icon { width: 56px; height: 56px; margin-bottom: 1rem; filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3)); }
        .vs-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.4rem; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }
        .vs-desc { font-size: 0.8rem; opacity: 0.9; max-width: 250px; margin-bottom: 1.5rem; line-height: 1.4; }
        
        .vs-btn {
            background: rgba(255, 255, 255, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: #fff !important;
            padding: 0.5rem 1.2rem;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.8rem;
            backdrop-filter: blur(4px);
            transition: all 0.3s ease;
            text-transform: uppercase;
        }

        .vs-btn:hover { background: #fff; color: #000 !important; transform: scale(1.05); }

        /* Responsive Compact */
        .vs-overlay-compact .vs-icon { width: 28px; height: 28px; margin: 0 !important; }
        .vs-overlay-compact .vs-title, .vs-overlay-compact .vs-desc, .vs-overlay-compact .vs-btn { display: none !important; }

        /* Compact Mode */
        .vs-overlay-compact { padding: 0.5rem !important; }
        .vs-overlay-compact .vs-title, .vs-overlay-compact .vs-desc, .vs-overlay-compact .vs-btn { display: none !important; }
        .vs-overlay-compact .vs-icon { width: 32px; height: 32px; margin: 0 !important; }

        /* Unblur Animation */
        .unblurred .vs-overlay { 
            opacity: 0 !important; 
            pointer-events: none !important; 
            transform: scale(1.1);
        }
    </style>
    <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin=""/>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.2/Control.FullScreen.min.css" crossorigin=""/>
    <link rel="stylesheet" href="https://istigo.com/plugins/osm-maps/assets/css/osm-maps.css?v=1777987053">
    <script>var OSM_MAPS_CONFIG = {"provider":"carto_light","zoom":17,"height":300,"lang":"it","nominatim_email":"info@istigo.com","stadia_key":"77a9aadd-db4f-4fe6-92c6-a750ec58fb03","maptiler_key":"","marker_color":"#2563eb"};</script>
    </head>	<body data-hash-tok="828c657811d2" data-hash-pos="6"  class=" visitor n_chat " >
		<!-- main wrapper -->
		<div class="main-wrapper">
						
						
			
			<!-- container -->
			<div class="container">
				<!-- search-wrapper -->
																						<div class="w-100 pe-none search-wrapper-prnt d-flex align-items-center justify-content-end">
								<div class="search-wrapper">
	<form class="position-relative">
		<input id="search-input" type="text" class="form-control shadow-none rounded-pill" placeholder='Cerca' autocomplete="off">
		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18" color="currentColor" fill="none" class="position-absolute pe-none search-input-icon"><path d="M17.5 17.5L22 22" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round" /></svg>
    <div id="search-results" class="dropdown-menu dropdown-widget dropdown-search js_dropdown-keepopen">
      <div class="dropdown-widget-header">
        <span class="title">Risultati di Ricerca</span>
      </div>
      <div class="dropdown-widget-body">
        <div class="loader loader_small ptb10"></div>
      </div>
      <a class="dropdown-widget-footer" id="search-results-all" href="https://istigo.com/search/">Mostra tutti i risultati</a>
    </div>
      </form>
</div>								<button type="button" class="d-none p-0 bg-transparent border-0 flex-0 pe-auto x_mobi_search" onclick="$('body').toggleClass('search_open')">
									<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" color="currentColor" fill="none" class="srch_ico"><path d="M17.5 17.5L22 22" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"></path></svg>
									<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" color="currentColor" fill="none" class="d-none srch_close_ico"><path d="M19.0005 4.99988L5.00049 18.9999M5.00049 4.99988L19.0005 18.9999" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>
								</button>
							</div>
																			<!-- search-wrapper -->

				<!-- row -->
				<div class="row m-0">
					<!-- main-header -->
																	<div class="p-0 flex-0 x-sidebar-width">
							<div class="position-fixed h-100 x-sidebar-fixed">
								<div class="px-2 d-flex flex-column justify-content-between h-100 x-sidebar">
									<div class="position-relative main-header">
										<!-- logo-wrapper -->
										<div class="position-relative overflow-hidden logo-wrapper">
											<!-- logo -->
											<a href="https://istigo.com" class="position-relative d-inline-block main_bg_half logo">
																									<img class="logo-light x_logo_pc" src="https://istigo.com/content/uploads/photos/2026/01/sngine_3e55cc02afc22c377fb9302780895866.png" alt="Istigo - Beyond Social Network">
																											<img class="logo-dark x_logo_pc" src="https://istigo.com/content/uploads/photos/2026/01/sngine_594c837b8f9a15284f22d897ce3cb44f.png" alt="Istigo - Beyond Social Network">
																										
																											<img class="x_logo_mobi" src="https://istigo.com/content/uploads/photos/2026/01/sngine_0e5c45390a7bda754df5e27dd8e35781.png" alt="Istigo - Beyond Social Network"/>
																																				</a>
											<!-- logo -->
										</div>
										<!-- logo-wrapper -->
										
										<div class="x_sidebar_links">
											<a href="https://istigo.com" class="d-block py-1 body-color x_side_links ">
												<div class="d-inline-flex align-items-center position-relative main_bg_half">
													<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="27" height="27" color="currentColor" fill="none">
																													<path d="M7.08848 4.76364L6.08847 5.54453C4.57182 6.72887 3.81348 7.32105 3.40674 8.15601C3 8.99097 3 9.95552 3 11.8846V13.9767C3 17.763 3 19.6562 4.17157 20.8325C5.11466 21.7793 6.52043 21.964 9 22V18.0057C9 17.0738 9 16.6078 9.15224 16.2403C9.35523 15.7502 9.74458 15.3609 10.2346 15.1579C10.6022 15.0057 11.0681 15.0057 12 15.0057C12.9319 15.0057 13.3978 15.0057 13.7654 15.1579C14.2554 15.3609 14.6448 15.7502 14.8478 16.2403C15 16.6078 15 17.0738 15 18.0057V22C17.4796 21.964 18.8853 21.7793 19.8284 20.8325C21 19.6562 21 17.763 21 13.9767V11.8846C21 9.95552 21 8.99097 20.5933 8.15601C20.1865 7.32105 19.4282 6.72887 17.9115 5.54453L16.9115 4.76364C14.5521 2.92121 13.3724 2 12 2C10.6276 2 9.44787 2.92121 7.08848 4.76364Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round" />
																											</svg>
													<span class="text">Home</span>
												</div>
											</a>
																						
											<!-- side panel -->
											
	<a href="https://istigo.com/reels" class="d-block py-1 body-color x_side_links ">
		<div class="d-inline-flex align-items-center position-relative main_bg_half">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="27" height="27" color="currentColor" fill="none">
									<path d="M2.50012 7.5H21.5001" stroke="currentColor" stroke-width="2" stroke-linejoin="round" /><path d="M17.0001 2.5L14.0001 7.5" stroke="currentColor" stroke-width="2" stroke-linejoin="round" /><path d="M10.0001 2.5L7.00012 7.5" stroke="currentColor" stroke-width="2" stroke-linejoin="round" /><path d="M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z" stroke="currentColor" stroke-width="2" /><path d="M14.9531 14.8948C14.8016 15.5215 14.0857 15.9644 12.6539 16.8502C11.2697 17.7064 10.5777 18.1346 10.0199 17.9625C9.78934 17.8913 9.57925 17.7562 9.40982 17.57C9 17.1198 9 16.2465 9 14.5C9 12.7535 9 11.8802 9.40982 11.4299C9.57925 11.2438 9.78934 11.1087 10.0199 11.0375C10.5777 10.8654 11.2697 11.2936 12.6539 12.1498C14.0857 13.0356 14.8016 13.4785 14.9531 14.1052C15.0156 14.3639 15.0156 14.6361 14.9531 14.8948Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round" />
							</svg>
			<span class="text">Reels</span>
		</div>
	</a>

	<a href="https://istigo.com/groups" class="d-block py-1 body-color x_side_links x_hide_groups_link x_hide_mobi_side_link ">
		<div class="d-inline-flex align-items-center position-relative main_bg_half">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="27" height="27" color="currentColor" fill="none">
									<path d="M7.5 19.5C7.5 18.5344 7.82853 17.5576 8.63092 17.0204C9.59321 16.3761 10.7524 16 12 16C13.2476 16 14.4068 16.3761 15.3691 17.0204C16.1715 17.5576 16.5 18.5344 16.5 19.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="12" cy="11" r="2.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.5 11C18.6101 11 19.6415 11.3769 20.4974 12.0224C21.2229 12.5696 21.5 13.4951 21.5 14.4038V14.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="17.5" cy="6.5" r="2" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.5 11C5.38987 11 4.35846 11.3769 3.50256 12.0224C2.77706 12.5696 2.5 13.4951 2.5 14.4038V14.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="6.5" cy="6.5" r="2" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
							</svg>
			<span class="text">Gruppi</span>
		</div>
	</a>

	<a href="https://istigo.com/pages" class="d-block py-1 body-color x_side_links x_hide_pages_link x_hide_mobi_side_link ">
		<div class="d-inline-flex align-items-center position-relative main_bg_half">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="27" height="27" color="currentColor" fill="none">
									<path d="M15.8785 3L10.2827 3C7.32099 3 5.84015 3 4.92007 3.87868C4 4.75736 4 6.17157 4 9L4.10619 15L15.8785 15C18.1016 15 19.2131 15 19.6847 14.4255C19.8152 14.2666 19.9108 14.0841 19.9656 13.889C20.1639 13.184 19.497 12.3348 18.1631 10.6364L18.1631 10.6364C17.6083 9.92985 17.3309 9.57659 17.2814 9.1751C17.2671 9.05877 17.2671 8.94123 17.2814 8.8249C17.3309 8.42341 17.6083 8.07015 18.1631 7.36364L18.1631 7.36364C19.497 5.66521 20.1639 4.816 19.9656 4.11098C19.9108 3.91591 19.8152 3.73342 19.6847 3.57447C19.2131 3 18.1016 3 15.8785 3L15.8785 3Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M4 21L4 8" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
							</svg>
			<span class="text">Pagine</span>
		</div>
	</a>

	<a href="https://istigo.com/market" class="d-block py-1 body-color x_side_links x_hide_market_link x_hide_mobi_side_link ">
		<div class="d-inline-flex align-items-center position-relative main_bg_half">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="27" height="27" color="currentColor" fill="none">
									<path d="M3.00003 10.9866V15.4932C3.00003 18.3257 3.00003 19.742 3.87871 20.622C4.75739 21.502 6.1716 21.502 9.00003 21.502H15C17.8284 21.502 19.2426 21.502 20.1213 20.622C21 19.742 21 18.3257 21 15.4932V10.9866" stroke="currentColor" stroke-width="2" /><path d="M7.00003 17.9741H11" stroke="currentColor" stroke-width="2" stroke-linecap="round" /><path d="M17.7957 2.50049L6.14986 2.52954C4.41169 2.44011 3.96603 3.77859 3.96603 4.4329C3.96603 5.01809 3.89058 5.8712 2.82527 7.47462C1.75996 9.07804 1.84001 9.55437 2.44074 10.6644C2.93931 11.5857 4.20744 11.9455 4.86865 12.0061C6.96886 12.0538 7.99068 10.2398 7.99068 8.96495C9.03254 12.1683 11.9956 12.1683 13.3158 11.802C14.6386 11.435 15.7717 10.1214 16.0391 8.96495C16.195 10.4021 16.6682 11.2408 18.0663 11.817C19.5145 12.4139 20.7599 11.5016 21.3848 10.9168C22.0097 10.332 22.4107 9.03364 21.2968 7.60666C20.5286 6.62257 20.2084 5.69548 20.1033 4.73462C20.0423 4.17787 19.9888 3.57961 19.5972 3.1989C19.0248 2.64253 18.2036 2.47372 17.7957 2.50049Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
							</svg>
			<span class="text">Mercatino</span>
		</div>
	</a>

<div class="dropup">
	<a href="javascript:void(0);" class="d-block py-1 body-color x_side_links dropdownMoreMenuButton dropdownMenuButton" data-bs-toggle="dropdown">
		<div class="d-inline-flex align-items-center position-relative main_bg_half">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="27" height="27" color="currentColor" fill="none">
				<path d="M11.9959 12H12.0049" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M15.9998 12H16.0088" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M7.99981 12H8.00879" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z" stroke="currentColor" stroke-width="2" />
			</svg>
			<span class="text">Mostra tutto</span>
		</div>
	</a>

	<div class="dropdown-menu x_side_more_menu">
				
					<a class='dropdown-item d-none x_show_groups_link ' href="https://istigo.com/groups">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="currentColor" fill="none"><path d="M7.5 19.5C7.5 18.5344 7.82853 17.5576 8.63092 17.0204C9.59321 16.3761 10.7524 16 12 16C13.2476 16 14.4068 16.3761 15.3691 17.0204C16.1715 17.5576 16.5 18.5344 16.5 19.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="12" cy="11" r="2.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.5 11C18.6101 11 19.6415 11.3769 20.4974 12.0224C21.2229 12.5696 21.5 13.4951 21.5 14.4038V14.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="17.5" cy="6.5" r="2" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.5 11C5.38987 11 4.35846 11.3769 3.50256 12.0224C2.77706 12.5696 2.5 13.4951 2.5 14.4038V14.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="6.5" cy="6.5" r="2" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
				Gruppi
			</a>
							<a class='dropdown-item d-none x_show_pages_link ' href="https://istigo.com/pages">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="currentColor" fill="none"><path d="M15.8785 3L10.2827 3C7.32099 3 5.84015 3 4.92007 3.87868C4 4.75736 4 6.17157 4 9L4.10619 15L15.8785 15C18.1016 15 19.2131 15 19.6847 14.4255C19.8152 14.2666 19.9108 14.0841 19.9656 13.889C20.1639 13.184 19.497 12.3348 18.1631 10.6364L18.1631 10.6364C17.6083 9.92985 17.3309 9.57659 17.2814 9.1751C17.2671 9.05877 17.2671 8.94123 17.2814 8.8249C17.3309 8.42341 17.6083 8.07015 18.1631 7.36364L18.1631 7.36364C19.497 5.66521 20.1639 4.816 19.9656 4.11098C19.9108 3.91591 19.8152 3.73342 19.6847 3.57447C19.2131 3 18.1016 3 15.8785 3L15.8785 3Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M4 21L4 8" stroke="currentColor" stroke-width="2" stroke-linecap="round" /></svg>
				Pagine
			</a>
							<a class='dropdown-item d-none x_show_market_link ' href="https://istigo.com/market">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="currentColor" fill="none"><path d="M3.00003 10.9866V15.4932C3.00003 18.3257 3.00003 19.742 3.87871 20.622C4.75739 21.502 6.1716 21.502 9.00003 21.502H15C17.8284 21.502 19.2426 21.502 20.1213 20.622C21 19.742 21 18.3257 21 15.4932V10.9866" stroke="currentColor" stroke-width="2" /><path d="M7.00003 17.9741H11" stroke="currentColor" stroke-width="2" stroke-linecap="round" /><path d="M17.7957 2.50049L6.14986 2.52954C4.41169 2.44011 3.96603 3.77859 3.96603 4.4329C3.96603 5.01809 3.89058 5.8712 2.82527 7.47462C1.75996 9.07804 1.84001 9.55437 2.44074 10.6644C2.93931 11.5857 4.20744 11.9455 4.86865 12.0061C6.96886 12.0538 7.99068 10.2398 7.99068 8.96495C9.03254 12.1683 11.9956 12.1683 13.3158 11.802C14.6386 11.435 15.7717 10.1214 16.0391 8.96495C16.195 10.4021 16.6682 11.2408 18.0663 11.817C19.5145 12.4139 20.7599 11.5016 21.3848 10.9168C22.0097 10.332 22.4107 9.03364 21.2968 7.60666C20.5286 6.62257 20.2084 5.69548 20.1033 4.73462C20.0423 4.17787 19.9888 3.57961 19.5972 3.1989C19.0248 2.64253 18.2036 2.47372 17.7957 2.50049Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>
				Mercatino
			</a>
		
		
					<a class='dropdown-item ' href="https://istigo.com/my/blogs">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="currentColor" fill="none"><path d="M19.7502 11V10C19.7502 6.22876 19.7502 4.34315 18.5786 3.17157C17.407 2 15.5214 2 11.7502 2H10.7503C6.97907 2 5.09346 2 3.92189 3.17156C2.75032 4.34312 2.7503 6.22872 2.75027 9.99993L2.75024 14C2.7502 17.7712 2.75019 19.6568 3.92172 20.8284C5.09329 21.9999 6.97897 22 10.7502 22" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /><path d="M7.25024 7H15.2502M7.25024 12H15.2502" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" /><path d="M13.2502 20.8268V22H14.4236C14.833 22 15.0377 22 15.2217 21.9238C15.4058 21.8475 15.5505 21.7028 15.84 21.4134L20.6636 16.5894C20.9366 16.3164 21.0731 16.1799 21.1461 16.0327C21.285 15.7525 21.285 15.4236 21.1461 15.1434C21.0731 14.9961 20.9366 14.8596 20.6636 14.5866C20.3905 14.3136 20.254 14.1771 20.1067 14.1041C19.8265 13.9653 19.4975 13.9653 19.2173 14.1041C19.0701 14.1771 18.9335 14.3136 18.6605 14.5866L18.6605 14.5866L13.8369 19.4106C13.5474 19.7 13.4027 19.8447 13.3265 20.0287C13.2502 20.2128 13.2502 20.4174 13.2502 20.8268Z" stroke="currentColor" stroke-width="1.75" stroke-linejoin="round" /></svg>
				I miei Blog
			</a>
							<a class='dropdown-item ' href="https://istigo.com/my/products">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="currentColor" fill="none"><path d="M3 2H4.30116C5.48672 2 6.0795 2 6.4814 2.37142C6.88331 2.74285 6.96165 3.36307 7.11834 4.60351L8.24573 13.5287C8.45464 15.1826 8.5591 16.0095 9.09497 16.5048C9.63085 17 10.4212 17 12.002 17H22" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" /><circle cx="11.5" cy="19.5" r="1.5" stroke="currentColor" stroke-width="1.75" /><circle cx="18.5" cy="19.5" r="1.5" stroke="currentColor" stroke-width="1.75" /><path d="M18 14H16C14.1144 14 13.1716 14 12.5858 13.4142C12 12.8284 12 11.8856 12 10V8C12 6.11438 12 5.17157 12.5858 4.58579C13.1716 4 14.1144 4 16 4H18C19.8856 4 20.8284 4 21.4142 4.58579C22 5.17157 22 6.11438 22 8V10C22 11.8856 22 12.8284 21.4142 13.4142C20.8284 14 19.8856 14 18 14Z" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /><path d="M16.5 7L17.5 7" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /></svg>
				I miei prodotti
			</a>
							<a class='dropdown-item ' href="https://istigo.com/my/funding">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="currentColor" fill="none"><path d="M19.5 16V12.0059C19.5 10.5195 19.5 9.77627 19.2444 9.09603C18.9888 8.4158 18.4994 7.85648 17.5206 6.73784L16 5H8L6.47939 6.73784C5.50058 7.85648 5.01118 8.4158 4.75559 9.09603C4.5 9.77627 4.5 10.5195 4.5 12.0059V16C4.5 18.8284 4.5 20.2426 5.37868 21.1213C6.25736 22 7.67157 22 10.5 22H13.5C16.3284 22 17.7426 22 18.6213 21.1213C19.5 20.2426 19.5 18.8284 19.5 16Z" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /><path d="M9.5 15.6831C9.5 16.9125 11.3539 17.9204 13.1325 17.3553C14.9112 16.7901 14.6497 15.1248 14.0463 14.4708C13.4429 13.8169 12.555 13.9265 11.5399 13.8751C9.25873 13.7594 9.09769 11.5722 10.9447 10.7069C12.2997 10.072 14.0379 10.8862 14.2381 12M11.971 9.5V10.4777M11.971 17.7204V18.5" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /><path d="M7.5 2H16.5C16.9659 2 17.1989 2 17.3827 2.07612C17.6277 2.17761 17.8224 2.37229 17.9239 2.61732C18 2.80109 18 3.03406 18 3.5C18 3.96594 18 4.19891 17.9239 4.38268C17.8224 4.62771 17.6277 4.82239 17.3827 4.92388C17.1989 5 16.9659 5 16.5 5H7.5C7.03406 5 6.80109 5 6.61732 4.92388C6.37229 4.82239 6.17761 4.62771 6.07612 4.38268C6 4.19891 6 3.96594 6 3.5C6 3.03406 6 2.80109 6.07612 2.61732C6.17761 2.37229 6.37229 2.17761 6.61732 2.07612C6.80109 2 7.03406 2 7.5 2Z" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /></svg>
				Le mie raccolte fondi
			</a>
		
					<a class='dropdown-item ' href="https://istigo.com/my/offers">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="currentColor" fill="none"><path d="M10.9961 10H11.0111M10.9998 16H11.0148" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M7 13H15" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /><circle cx="1.5" cy="1.5" r="1.5" transform="matrix(1 0 0 -1 16 8)" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /><path d="M2.77423 11.1439C1.77108 12.2643 1.7495 13.9546 2.67016 15.1437C4.49711 17.5033 6.49674 19.5029 8.85633 21.3298C10.0454 22.2505 11.7357 22.2289 12.8561 21.2258C15.8979 18.5022 18.6835 15.6559 21.3719 12.5279C21.6377 12.2187 21.8039 11.8397 21.8412 11.4336C22.0062 9.63798 22.3452 4.46467 20.9403 3.05974C19.5353 1.65481 14.362 1.99377 12.5664 2.15876C12.1603 2.19608 11.7813 2.36233 11.472 2.62811C8.34412 5.31646 5.49781 8.10211 2.77423 11.1439Z" stroke="currentColor" stroke-width="1.75" /></svg>
				Le Mie Offerte
			</a>
		
					<a class='dropdown-item ' href="https://istigo.com/my/jobs">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="currentColor" fill="none"><path d="M6.5 9H5.5M10.5 9H9.5M6.5 6H5.5M10.5 6H9.5" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path><path d="M18.5 15H17.5M18.5 11H17.5" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path><path d="M14 8V22H18C19.8856 22 20.8284 22 21.4142 21.4142C22 20.8284 22 19.8856 22 18V12C22 10.1144 22 9.17157 21.4142 8.58579C20.8284 8 19.8856 8 18 8H14ZM14 8C14 5.17157 14 3.75736 13.1213 2.87868C12.2426 2 10.8284 2 8 2C5.17157 2 3.75736 2 2.87868 2.87868C2 3.75736 2 5.17157 2 8V10" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8.02485 13.9545C8.02485 15.0583 7.12945 15.953 6.02491 15.953C4.92038 15.953 4.02497 15.0583 4.02497 13.9545C4.02497 12.8508 4.92038 11.9561 6.02491 11.9561C7.12945 11.9561 8.02485 12.8508 8.02485 13.9545Z" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path><path d="M2.06982 20.2101C3.12817 18.582 4.80886 17.9718 6.02491 17.973C7.24097 17.9743 8.8724 18.582 9.93075 20.2101C9.99917 20.3154 10.018 20.445 9.95628 20.5544C9.70877 20.993 8.94028 21.8633 8.38522 21.9223C7.74746 21.9901 6.07914 21.9996 6.0262 21.9999C5.97322 21.9996 4.2534 21.9901 3.61535 21.9223C3.06029 21.8633 2.2918 20.993 2.04429 20.5544C1.98254 20.445 2.00139 20.3154 2.06982 20.2101Z" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path></svg>
				I miei Lavori
			</a>
		
					<a class='dropdown-item ' href="https://istigo.com/my/courses">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="currentColor" fill="none"><path d="M7.5 4.94531H16C16.8284 4.94531 17.5 5.61688 17.5 6.44531V7.94531" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /><path d="M15 12.9453H9" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /><path d="M12 16.9453H9" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /><path d="M18.497 2L6.30767 2.00002C5.81071 2.00002 5.30241 2.07294 4.9007 2.36782C3.62698 3.30279 2.64539 5.38801 4.62764 7.2706C5.18421 7.7992 5.96217 7.99082 6.72692 7.99082H18.2835C19.077 7.99082 20.5 8.10439 20.5 10.5273V17.9812C20.5 20.2007 18.7103 22 16.5026 22H7.47246C5.26886 22 3.66619 20.4426 3.53959 18.0713L3.5061 5.16638" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" /></svg>
				I Miei Corsi
			</a>
		
				
		
					<a class='dropdown-item ' href="https://istigo.com/events">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="currentColor" fill="none"><path d="M18 2V4M6 2V4" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /><path d="M11.9955 13H12.0045M11.9955 17H12.0045M15.991 13H16M8 13H8.00897M8 17H8.00897" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /><path d="M3.5 8H20.5" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /><path d="M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /><path d="M3 8H21" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /></svg>
				Eventi
			</a>
			 
		
					<a class='dropdown-item ' href="https://istigo.com/blogs">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="currentColor" fill="none"><path d="M10.5 8H18.5M10.5 12H13M18.5 12H16M10.5 16H13M18.5 16H16" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7 7.5H6C4.11438 7.5 3.17157 7.5 2.58579 8.08579C2 8.67157 2 9.61438 2 11.5V18C2 19.3807 3.11929 20.5 4.5 20.5C5.88071 20.5 7 19.3807 7 18V7.5Z" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"></path><path d="M16 3.5H11C10.07 3.5 9.60504 3.5 9.22354 3.60222C8.18827 3.87962 7.37962 4.68827 7.10222 5.72354C7 6.10504 7 6.57003 7 7.5V18C7 19.3807 5.88071 20.5 4.5 20.5H16C18.8284 20.5 20.2426 20.5 21.1213 19.6213C22 18.7426 22 17.3284 22 14.5V9.5C22 6.67157 22 5.25736 21.1213 4.37868C20.2426 3.5 18.8284 3.5 16 3.5Z" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"></path></svg>
				Blog
			</a>
		
					<a class='dropdown-item ' href="https://istigo.com/funding">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="currentColor" fill="none"><path d="M8.39559 2.55196C9.8705 1.63811 11.1578 2.00638 11.9311 2.59299C12.2482 2.83351 12.4067 2.95378 12.5 2.95378C12.5933 2.95378 12.7518 2.83351 13.0689 2.59299C13.8422 2.00638 15.1295 1.63811 16.6044 2.55196C18.5401 3.75128 18.9781 7.7079 14.5133 11.046C13.6629 11.6818 13.2377 11.9996 12.5 11.9996C11.7623 11.9996 11.3371 11.6818 10.4867 11.046C6.02195 7.7079 6.45994 3.75128 8.39559 2.55196Z" stroke="currentColor" stroke-width="1.75" stroke-linecap="round"></path><path d="M4 14H6.39482C6.68897 14 6.97908 14.0663 7.24217 14.1936L9.28415 15.1816C9.54724 15.3089 9.83735 15.3751 10.1315 15.3751H11.1741C12.1825 15.3751 13 16.1662 13 17.142C13 17.1814 12.973 17.2161 12.9338 17.2269L10.3929 17.9295C9.93707 18.0555 9.449 18.0116 9.025 17.8064L6.84211 16.7503" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"></path><path d="M13 16.5L17.5928 15.0889C18.407 14.8352 19.2871 15.136 19.7971 15.8423C20.1659 16.3529 20.0157 17.0842 19.4785 17.3942L11.9629 21.7305C11.4849 22.0063 10.9209 22.0736 10.3952 21.9176L4 20.0199" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"></path></svg>
				Raccolta fondi
			</a>
		
					<a class='dropdown-item ' href="https://istigo.com/offers">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="currentColor" fill="none"><path d="M7.83152 21.3478L7.31312 20.6576C6.85764 20.0511 5.89044 20.1 5.50569 20.7488C4.96572 21.6595 3.5 21.2966 3.5 20.2523V3.74775C3.5 2.7034 4.96572 2.3405 5.50569 3.25115C5.89044 3.90003 6.85764 3.94888 7.31312 3.34244L7.83152 2.65222C8.48467 1.78259 9.84866 1.78259 10.5018 2.65222L10.5833 2.76076C11.2764 3.68348 12.7236 3.68348 13.4167 2.76076L13.4982 2.65222C14.1513 1.78259 15.5153 1.78259 16.1685 2.65222L16.6869 3.34244C17.1424 3.94888 18.1096 3.90003 18.4943 3.25115C19.0343 2.3405 20.5 2.7034 20.5 3.74774V20.2523C20.5 21.2966 19.0343 21.6595 18.4943 20.7488C18.1096 20.1 17.1424 20.0511 16.6869 20.6576L16.1685 21.3478C15.5153 22.2174 14.1513 22.2174 13.4982 21.3478L13.4167 21.2392C12.7236 20.3165 11.2764 20.3165 10.5833 21.2392L10.5018 21.3478C9.84866 22.2174 8.48467 22.2174 7.83152 21.3478Z" stroke="currentColor" stroke-width="1.75" stroke-linejoin="round"></path><path d="M15 9L9 15" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15 15H14.991M9.00897 9H9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>
				Offerte
			</a>
		
					<a class='dropdown-item ' href="https://istigo.com/jobs">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="currentColor" fill="none"><path d="M3 11L3.15288 14.2269C3.31714 17.6686 3.39927 19.3894 4.55885 20.4447C5.71843 21.5 7.52716 21.5 11.1446 21.5H12.8554C16.4728 21.5 18.2816 21.5 19.4412 20.4447C20.6007 19.3894 20.6829 17.6686 20.8471 14.2269L21 11" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.84718 10.4431C4.54648 13.6744 8.3792 15 12 15C15.6208 15 19.4535 13.6744 21.1528 10.4431C21.964 8.90056 21.3498 6 19.352 6H4.648C2.65023 6 2.03603 8.90056 2.84718 10.4431Z" stroke="currentColor" stroke-width="1.75"></path><path d="M11.9999 11H12.0089" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.9999 6L15.9116 5.69094C15.4716 4.15089 15.2516 3.38087 14.7278 2.94043C14.204 2.5 13.5083 2.5 12.1168 2.5H11.8829C10.4915 2.5 9.79575 2.5 9.27198 2.94043C8.7482 3.38087 8.52819 4.15089 8.08818 5.69094L7.99988 6" stroke="currentColor" stroke-width="1.75"></path></svg>
				Lavori
			</a>
		
					<a class='dropdown-item ' href="https://istigo.com/courses">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="currentColor" fill="none"><path d="M7.50586 4.94531H16.0059C16.8343 4.94531 17.5059 5.61688 17.5059 6.44531V7.94531" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.0059 17.9453L14.1488 15.9453M14.1488 15.9453L12.5983 12.3277C12.4992 12.0962 12.2653 11.9453 12.0059 11.9453C11.7465 11.9453 11.5126 12.0962 11.4135 12.3277L9.863 15.9453M14.1488 15.9453H9.863M9.00586 17.9453L9.863 15.9453" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"></path><path d="M18.497 2L6.30767 2.00002C5.81071 2.00002 5.30241 2.07294 4.9007 2.36782C3.62698 3.30279 2.64539 5.38801 4.62764 7.2706C5.18421 7.7992 5.96217 7.99082 6.72692 7.99082H18.2835C19.077 7.99082 20.5 8.10439 20.5 10.5273V17.9812C20.5 20.2007 18.7103 22 16.5026 22H7.47246C5.26886 22 3.66619 20.4426 3.53959 18.0713L3.5061 5.16638" stroke="currentColor" stroke-width="1.75" stroke-linecap="round"></path></svg>
				Corsi
			</a>
		
					<a class='dropdown-item ' href="https://istigo.com/forums">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="currentColor" fill="none"><path d="M7.79098 19C7.46464 18.8681 7.28441 18.8042 7.18359 18.8166C7.05968 18.8317 6.8799 18.9637 6.52034 19.2275C5.88637 19.6928 5.0877 20.027 3.90328 19.9983C3.30437 19.9838 3.00491 19.9765 2.87085 19.749C2.73679 19.5216 2.90376 19.2067 3.23769 18.5769C3.70083 17.7034 3.99427 16.7035 3.54963 15.9023C2.78384 14.7578 2.13336 13.4025 2.0383 11.9387C1.98723 11.1522 1.98723 10.3377 2.0383 9.55121C2.29929 5.53215 5.47105 2.33076 9.45292 2.06733C10.8086 1.97765 12.2269 1.97746 13.5854 2.06733C17.5503 2.32964 20.712 5.50498 20.9965 9.5" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /><path d="M14.6976 21.6471C12.1878 21.4862 10.1886 19.5298 10.0241 17.0737C9.99195 16.593 9.99195 16.0953 10.0241 15.6146C10.1886 13.1585 12.1878 11.2021 14.6976 11.0411C15.5539 10.9862 16.4479 10.9863 17.3024 11.0411C19.8122 11.2021 21.8114 13.1585 21.9759 15.6146C22.008 16.0953 22.008 16.593 21.9759 17.0737C21.9159 17.9682 21.5059 18.7965 21.0233 19.4958C20.743 19.9854 20.928 20.5965 21.2199 21.1303C21.4304 21.5152 21.5356 21.7076 21.4511 21.8466C21.3666 21.9857 21.1778 21.9901 20.8003 21.999C20.0538 22.0165 19.5504 21.8123 19.1508 21.5279C18.9242 21.3667 18.8108 21.2861 18.7327 21.2768C18.6546 21.2675 18.5009 21.3286 18.1936 21.4507C17.9174 21.5605 17.5966 21.6283 17.3024 21.6471C16.4479 21.702 15.5539 21.7021 14.6976 21.6471Z" stroke="currentColor" stroke-width="1.75" stroke-linejoin="round" /></svg>
				Forum
			</a>
		
					<a class='dropdown-item ' href="https://istigo.com/movies">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="currentColor" fill="none"><path d="M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z" stroke="currentColor" stroke-width="1.75" /><path d="M2.5 7H21.5" stroke="currentColor" stroke-width="1.75" stroke-linejoin="round" /><path d="M2.5 17H21.5" stroke="currentColor" stroke-width="1.75" stroke-linejoin="round" /><path d="M12 17L12 7" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /><path d="M8 7L8 3M16 7L16 3" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /><path d="M8 21L8 17M16 21L16 17" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /></svg>
				Film
			</a>
		
					<a class='dropdown-item ' href="https://istigo.com/games">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="currentColor" fill="none"><path d="M2.00825 15.8092C2.23114 12.3161 2.88737 9.7599 3.44345 8.27511C3.72419 7.5255 4.32818 6.96728 5.10145 6.78021C9.40147 5.73993 14.5986 5.73993 18.8986 6.78021C19.6719 6.96728 20.2759 7.5255 20.5566 8.27511C21.1127 9.7599 21.7689 12.3161 21.9918 15.8092C22.1251 17.8989 20.6148 19.0503 18.9429 19.8925C17.878 20.4289 17.0591 18.8457 16.5155 17.6203C16.2185 16.9508 15.5667 16.5356 14.8281 16.5356H9.17196C8.43331 16.5356 7.78158 16.9508 7.48456 17.6203C6.94089 18.8457 6.122 20.4289 5.05711 19.8925C3.40215 19.0588 1.87384 17.9157 2.00825 15.8092Z" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /><path d="M5 4.5L6.96285 4M19 4.5L17 4" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /><path d="M9 13L7.5 11.5M7.5 11.5L6 10M7.5 11.5L6 13M7.5 11.5L9 10" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" /><path d="M15.9881 10H15.9971" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /><path d="M17.9881 13H17.9971" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /></svg>
				Giochi
			</a>
				
					<a class='dropdown-item ' href="https://istigo.com/merits">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="currentColor" fill="none"><path d="M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z" stroke="currentColor" stroke-width="1.75"></path><path d="M12.8638 7.72209L13.7437 9.49644C13.8637 9.74344 14.1837 9.98035 14.4536 10.0257L16.0485 10.2929C17.0684 10.4643 17.3083 11.2103 16.5734 11.9462L15.3335 13.1964C15.1236 13.4081 15.0086 13.8164 15.0736 14.1087L15.4285 15.6562C15.7085 16.8812 15.0636 17.355 13.9887 16.7148L12.4939 15.8226C12.2239 15.6613 11.7789 15.6613 11.504 15.8226L10.0091 16.7148C8.93925 17.355 8.28932 16.8761 8.56929 15.6562L8.92425 14.1087C8.98925 13.8164 8.87426 13.4081 8.66428 13.1964L7.42442 11.9462C6.6945 11.2103 6.92947 10.4643 7.94936 10.2929L9.54419 10.0257C9.80916 9.98035 10.1291 9.74344 10.2491 9.49644L11.129 7.72209C11.609 6.7593 12.3889 6.7593 12.8638 7.72209Z" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"></path></svg>
				Meriti
			</a>
			  
																																				</div>
</div>											<!-- side panel -->
											
																					</div>
									</div>
						
									<!-- user-menu -->
									<div class="py-1 x_user_mobi_menu">
										<div class="dropup my-2">
												<a href="javascript:void(0);" class="body-color dropdownMenuButton dropdownUserMenuButton" data-bs-toggle="dropdown" data-display="static">
		<div class="d-flex align-items-center justify-content-between rounded-pill bg-white main_bg_half x_user_info">
			<div class="d-flex align-items-center position-relative mw-0">
				<div class="rounded-circle flex-0 x_adslist p-2">
					<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 16.8576 7.1424 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 7.1424 16.8576 3.20455 12 3.20455ZM1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12Z" fill="currentColor"/><path d="M8.5 9.5C8.5 7.567 10.067 6 12 6C13.933 6 15.5 7.567 15.5 9.5C15.5 11.433 13.933 13 12 13C10.067 13 8.5 11.433 8.5 9.5Z" fill="currentColor"/><path d="M5.40873 17.6472C6.43247 15.8556 8.3377 14.75 10.4011 14.75H13.5979C15.6613 14.75 17.5666 15.8556 18.5903 17.6472L19.6094 19.5928C17.6634 21.5432 14.9724 22.7499 11.9996 22.7499C9.0267 22.7499 6.33569 21.5431 4.38965 19.5928L5.40873 17.6472Z" fill="currentColor"/></svg>
				</div>
				<div class="mw-0 mx-2 px-1 text-truncate">
					<div class="fw-semibold text-truncate">Iscriviti</div>
				</div>
			</div>
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" color="currentColor" fill="none" class="flex-0 position-relative"><path d="M11.9959 12H12.0049" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" /><path d="M17.9998 12H18.0088" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" /><path d="M5.99981 12H6.00879" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" /></svg>
		</div>
	</a>
	<div class="dropdown-menu x_mobi_user_menu ">
		<a class="dropdown-item" href="https://istigo.com/signin">
			Accedi Adesso
		</a>
					<a class="dropdown-item" href="https://istigo.com/signup">
				Crea un Nuovo Account
			</a>
							<div class="dropdown-divider"></div>
							<div class="dropdown-item pointer" data-toggle="modal" data-url="#theme-switcher">
				Cambia tema
			</div>
											<div class="dropdown-item pointer js_theme-mode" data-mode="night">
					<span class="js_theme-mode-text">Modalità Scura</span>
				</div>
						</div>
										</div>
									</div>
									<!-- user-menu -->
								</div>
							</div>
						</div>
																<!-- main-header -->

					<!-- right column -->
					<div class="p-0 flex-0 x-content-width">
						<!-- ads -->
						
	
						<!-- ads -->
<style>
.search-wrapper-prnt {
display: none !important
}
</style>

<!-- page content -->
<div class="row x_content_row">
    <!-- content panel -->
    <div class="col-lg-12 w-100">
		<div class="notfound-wrapper h-100 d-flex align-items-center justify-content-center p-3">
			<div class="notfound text-center mx-auto">
				<div class="text-md">
					<h5 class="headline-font m-0">
						Oops! Pagina non trovata!
					</h5>
				</div>
				
				<div class="mt-2 text-muted">
					Ci dispiace, ma la pagina che stai cercando non esiste. Potrebbe essere stata rimossa, rinominata o non è disponibile al momento.
				</div>
			
				<div class="mt-5">
					<a class="btn btn-primary" href="https://istigo.com">Torna alla homepage</a>
				</div>
			</div>
		</div>
    </div>
    <!-- content panel -->
</div>
<!-- page content -->

	<!-- ads -->
	
	
	<!-- ads -->


</div>
<!-- right column -->
</div>
<!-- row -->
</div>
<!-- container -->
</div>
<!-- main wrapper -->

<div class="d-none position-fixed w-100 h-100 top-0 start-0 end-0 bottom-0 bg-black bg-opacity-75 x_user_menu_backdrop"></div>

<!-- Dependencies CSS [Twemoji-Awesome] -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/SebastianAigner/twemoji-amazing/twemoji-amazing.css">
<!-- Dependencies CSS [Twemoji-Awesome] -->

<!-- JS Files -->
<!-- Initialize --><script>/* initialize vars */var site_title = "Istigo - Beyond Social Network";var site_path = "https://istigo.com";var ajax_path = site_path + "/includes/ajax/";var uploads_path = "https://istigo.com/content/uploads";var current_page = "404";var system_debugging_mode = false;var smooth_infinite_scroll = true;var newsfeed_results = "12";/* language */var system_langauge_dir = "ltr";var system_langauge_code = "it";/* datetime */var system_datetime_format = 'DD/MM/YYYY HH:mm';/* theme */var theme_mode_night = false;var theme_dir_rtl = false;/* payments */var currency = "EUR";var stripe_key = "";var stripe_payment_element_enabled = true;var twocheckout_merchant_code = "";var twocheckout_publishable_key = "";var razorpay_key = "";var shift4_key = "";var cashfree_mode = "production";var epayco_key = "";var epayco_test = false;/* features */var adblock_detector = false;var location_finder = true;var desktop_infinite_scroll = true;var mobile_infinite_scroll = true;var fluid_videos_enabled = true;var auto_play_videos = true;var disable_yt_player = true;</script><script>/* i18n for JS */var __ = [];__['What is on your mind? #Hashtag.. @Mention.. Link..'] = `Che succede? Condividi qui la tua scintilla di oggi! #Hashtag  @Mention  Link`;__['Ask something'] = `Chiedi qualcosa`;__['Add Friend'] = `Aggiungi agli Amici`;__['Friends'] = `Amici`;__['Sent'] = `Inviati`;__['Following'] = `Segui Già`;__['Follow'] = `Segui`;__['Pending'] = `In attesa di approvazione`;__['Remove'] = `Rimuovi`;__['Error'] = `Errore`;__['Loading'] = `Caricamento`;__['Like'] = `Mi piace`;__['Unlike'] = `Rimuovi "Mi piace"`;__['React'] = `Reagisci`;__['Joined'] = `Iscritto`;__['Join'] = `Iscriviti`;__['Remove Admin'] = `Rimuovi amministratore`;__['Make Admin'] = `Rendi amministratore`;__['Going'] = `Parteciperò`;__['Interested'] = `Mi interessa`;__['Delete'] = `Elimina`;__['Delete All'] = `Delete All`;__['Delete Cover'] = `Elimina copertina`;__['Delete Picture'] = `Elimina foto`;__['Delete Post'] = `Elimina Messaggio`;__['Delete Comment'] = `Elimina Commento`;__['Delete Conversation'] = `Elimina conversazione`;__['Block User'] = `Blocca Utente`;__['Unblock User'] = `Sblocca Utente`;__['Mark as Available'] = `Segna come Disponibile`;__['Mark as Sold'] = `Segna come Venduto`;__['Save Post'] = `Salva il post`;__['Unsave Post'] = `Post non salvato`;__['Boost Post'] = `Metti in Evidenza`;__['Unboost Post'] = `Togli dall'Evidenza`;__['Pin Post'] = `Pin Messaggio`;__['Unpin Post'] = `Sblocca Messaggio`;__['For Everyone'] = `Per Tutti`;__['For Subscribers Only'] = `Solo per gli Abbonati`;__['Verify'] = `Verificare`;__['Decline'] = `Declina`;__['Boost'] = `Metti in Evidenza`;__['Unboost'] = `Annulla Sponsorizzazione`;__['Mark as Paid'] = `Mark as Paid`;__['Read more'] = `Leggi di più`;__['Read less'] = `Leggi meno`;__['Turn On Active Status'] = `Attiva Stato Online`;__['Turn Off Active Status'] = `Disattiva stato attivo`;__['Monthly Average'] = `Media mensile`;__['PayIn Methods'] = `Metodo di Pagamento`;__['PayIn Types'] = `Tipi di ricarica`;__['Commissions Types'] = `Descrizione`;__['Packages'] = `Pacchetti`;__['Jan'] = `Gen`;__['Feb'] = `Feb`;__['Mar'] = `Mar`;__['Apr'] = `Apr`;__['May'] = `Mag`;__['Jun'] = `Giu`;__['Jul'] = `Lug`;__['Aug'] = `Ago`;__['Sep'] = `Sett`;__['Oct'] = `Ott`;__['Nov'] = `Nov`;__['Dec'] = `Dic`;__['Users'] = `Utenti`;__['Pages'] = `Pagine`;__['Groups'] = `Gruppi`;__['Events'] = `Eventi`;__['Posts'] = `Articoli`;__['Translated'] = `Tradotto`;__['Are you sure you want to delete this?'] = `Sei sicuro di volerlo eliminare?`;__['Are you sure you want to remove your cover photo?'] = `Sei sicuro di voler rimuovere la tua foto di copertina?`;__['Are you sure you want to remove your profile picture?'] = `Sei sicuro di voler rimuovere la tua immagine di profilo?`;__['Are you sure you want to delete this post?'] = `Sei sicuro di voler rimuovere questo post?`;__['Are you sure you want to delete this comment?'] = `Sei sicuro di voler rimuovere il commento?`;__['Are you sure you want to delete this conversation?'] = `Sei sicuro di voler rimuovere questa conversazione?`;__['Are you sure you want to block this user?'] = `Sei sicuro di voler bloccare questo utente?`;__['Are you sure you want to unblock this user?'] = `Sei sicuro di voler sbloccare questo utente?`;__['Are you sure you want to delete your account?'] = `Sei sicuro di voler cancellare il tuo account?`;__['Are you sure you want to verify this request?'] = `Sei sicuro di voler verificare questa richiesta?`;__['Are you sure you want to decline this request?'] = `Sei sicuro di voler rifiutare questa richiesta?`;__['Are you sure you want to approve this request?'] = `Sei sicuro di voler approvare questa richiesta?`;__['Are you sure you want to do this?'] = `Sei sicuro di volerlo fare?`;__['Factory Reset'] = `Ripristino di Fabbrica`;__['Reset API Key'] = `Reimposta chiave API`;__['Reset JWT Key'] = `Reimposta chiave JWT`;__['Are you sure you want to reset your website?'] = `Sei sicuro di voler resettare il tuo sito web?`;__['Are you sure you want to reset your API key?'] = `Sei sicuro di voler cancellare il tuo account?`;__['Are you sure you want to reset your JWT key?'] = `Sei sicuro di voler cancellare il tuo account?`;__['There is something that went wrong!'] = `C'è qualcosa che è andato storto!`;__['There is no more data to show'] = `Non ci sono più dati da mostrare`;__['This website uses cookies to ensure you get the best experience on our website'] = `Questo sito web utilizza i cookie per assicurarti la migliore esperienza sul nostro sito`;__['Got It!'] = `Ho capito!`;__['Learn More'] = `Scopri di più`;__['No result found'] = `Nessun risultato trovato`;__['Turn on Commenting'] = `Attiva i commenti`;__['Turn off Commenting'] = `Disattiva i commenti`;__['Day Mode'] = `Modalità Chiara`;__['Night Mode'] = `Modalità Scura`;__['Message'] = `Messaggio`;__['You haved poked'] = `Hai inviato un poke`;__['Touch to unmute'] = `Tocca per riattivare l'audio`;__['Press space to see next'] = `Premi spazio per vedere il prossimo`;__['Visit link'] = `Visita il link`;__['ago'] = `fa`;__['hour'] = `hour`;__['hours'] = `hours`;__['minute'] = `minute`;__['minutes'] = `minuti`;__['from now'] = `da ora`;__['seconds'] = `seconds`;__['yesterday'] = `ieri`;__['tomorrow'] = `domani`;__['days'] = `giorni`;__['Seen by'] = `Visto da`;__['Ringing'] = `Squilla`;__['is Offline'] = `è Offline`;__['is Busy'] = `è Occupato`;__['No Answer'] = `Nessuna risposta`;__['You can not connect to this user'] = `Non puoi connetterti a questo utente`;__['You have an active call already'] = `Hai già una chiamata attiva`;__['Declined the call'] = `Ha rifiutato la chiamata`;__['Connection has been lost'] = `Connessione persa`;__['You must fill in all of the fields'] = `Devi riempire tutti i campi`;__['Hide from Timeline'] = `Nascondi dalla bacheca`;__['Allow on Timeline'] = `Consenti sulla bacheca`;__['Are you sure you want to hide this post from your profile timeline? It may still appear in other places like newsfeed and search results'] = `Sei sicuro di voler nascondere questo post dalla cronologia del tuo profilo? Potrebbe apparire ancora in altri posti come il newsfeed e i risultati di ricerca`;__['Total'] = `Totale`;__['Stop Campaign'] = `Interrompi campagna`;__['Resume Campaign'] = `Riprendi campagna`;__['Sorry, WebRTC is not available in your browser'] = `Spiacenti, WebRTC non è disponibile nel tuo browser`;__['Not able to connect, Try again later!'] = `Impossibile connettersi, riprova più tardi!`;__['You are ready to Go Live now'] = `Sei pronto per andare in diretta ora`;__['Getting permissions failed'] = `Richiesta permessi fallita`;__['Going Live'] = `Inizio diretta`;__['You are live now'] = `Sei in diretta ora`;__['You are offline now'] = `Sei offline ora`;__['Online'] = `Online`;__['Offline'] = `Non in linea`;__['Video Muted'] = `Video silenziato`;__['Audio Muted'] = `Audio silenziato`;__['Live Ended'] = `Diretta terminata`;__['Try Package'] = `Pacchetto Pro`;__['Are you sure you want to subscribe to this free package?'] = `Sei sicuro di voler rifiutare questa richiesta?`;__['Sneak Peak'] = `Anteprima`;__['Are you sure you want to subscribe to this free plan?'] = `Sei sicuro di voler rifiutare questa richiesta?`;__['Processing'] = `In elaborazione`;__['Your video is being processed, We will let you know when it is ready!'] = `Il tuo video è in fase di elaborazione, ti faremo sapere quando sarà pronto!`;__['Under Review'] = `Anteprima`;__['Your post is under review now, We will let you know when it is ready!'] = `Il tuo post è in fase di revisione ora, ti faremo sapere quando sarà pronto!`;__['Payment Confirmation'] = `Elimina conversazione`;__['This message will cost you'] = `Il messaggio verrà inviato solo all'email del sito web`;__['This call will cost you'] = `Questa chiamata ti costerà`;__['Login As'] = `Accedi`;__['Are you sure you want to login as this user?'] = `Sei sicuro di voler bloccare questo utente?`;__['Are you sure you want to switch back to your account?'] = `Sei sicuro di voler cancellare il tuo account?`;__['Your video is too short, it must be at least'] = `Il tuo video è troppo corto, deve essere almeno`;__['Your video is too long, it must be at most'] = `Il tuo video è troppo lungo, deve essere al massimo`;/* i18n for DataTables */__['Processing...'] = `In elaborazione...`;__['Search:'] = `Cerca:`;__['Show _MENU_ entries'] = `Mostra _MENU_ voci`;__['Showing _START_ to _END_ of _TOTAL_ entries'] = `Visualizzazione da _START_ a _END_ di _TOTAL_ voci`;__['Showing 0 to 0 of 0 entries'] = `Visualizzazione da 0 a 0 di 0 voci`;__['(filtered from _MAX_ total entries)'] = `(filtrate da _MAX_ voci totali)`;__['Loading...'] = `Caricamento...`;__['No matching records found'] = `Nessun record corrispondente trovato`;__['No data available in table'] = `Nessun dato disponibile nella tabella`;__['First'] = `Primo`;__['Previous'] = `Precedente`;__['Next'] = `Avanti`;__['Last'] = `Ultimo`;__[': activate to sort column ascending'] = `: attiva per ordinare la colonna in ordine crescente`;__[': activate to sort column descending'] = `: attiva per ordinare la colonna in ordine decrescente`;/* i18n for OneSignal */__['Subscribe to notifications'] = `Iscriviti alle notifiche`;__['You are subscribed to notifications'] = `Sei iscritto alle notifiche`;__['You have blocked notifications'] = `Hai bloccato le notifiche`;__['Click to subscribe to notifications'] = `Clicca per iscriverti alle notifiche`;__['Thanks for subscribing!'] = `Grazie per l'iscrizione!`;__['You are subscribed to notifications'] = `Sei iscritto alle notifiche`;__['You will not receive notifications again'] = `Non riceverai più notifiche`;__['Manage Site Notifications'] = `Gestisci notifiche del sito`;__['SUBSCRIBE'] = `ABBONATI`;__['UNSUBSCRIBE'] = `DISISCRIVITI`;__['Unblock Notifications'] = `Sblocca notifiche`;__['Follow these instructions to allow notifications:'] = `Segui queste istruzioni per consentire le notifiche:`;/* i18n for Video Player */__['Play'] = `Gioca`;__['Pause'] = `Pausa`;__['Mute'] = `Silenzia`;__['Unmute'] = `Riattiva audio`;__['Current Time'] = `Città attuale`;__['Duration'] = `Durata`;__['Remaining Time'] = `Tempo rimanente`;__['Fullscreen'] = `Schermo intero`;__['Picture-in-Picture'] = `Picture-in-Picture`;/* i18n for Highcharts.js */__['View Fullscreen'] = `Visualizza a schermo intero`;__['Print Chart'] = `Stampa grafico`;__['Download PNG'] = `Scarica`;__['Download JPEG'] = `Scarica`;__['Download PDF'] = `Scarica`;__['Download SVG vector image'] = `Scarica immagine vettoriale SVG`;__['Chart context menu'] = `Menu contestuale del grafico`;</script><!-- Initialize --><!-- Dependencies Libs [Bootstrap|jQuery|jQueryUI] --><script src="https://istigo.com/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.14.1/jquery-ui.min.js"></script><script src="https://istigo.com/node_modules/@benmajor/jquery-touch-events/src/jquery.mobile-events.min.js"></script><!-- Dependencies Libs [Bootstrap|jQuery|jQueryUI] --><!-- Dependencies Plugins --><script src="https://istigo.com/node_modules/mustache/mustache.min.js" defer></script><script src="https://istigo.com/node_modules/jquery-form/dist/jquery.form.min.js" defer></script><script src="https://istigo.com/node_modules/jquery-inview/jquery.inview.min.js" defer></script><script src="https://istigo.com/node_modules/autosize/dist/autosize.min.js" defer></script><script src="https://istigo.com/node_modules/readmore-js/readmore.min.js" defer></script><script src="https://istigo.com/node_modules/moment/min/moment-with-locales.min.js" defer></script><script src="https://cdn.plyr.io/3.8.4/plyr.js" defer></script><script src="https://cdn.jsdelivr.net/npm/hls.js@latest" defer></script><link rel="stylesheet" href="https://cdn.plyr.io/3.7.8/plyr.css" defer /><script src="https://istigo.com/node_modules/jquery-fracs/dist/jquery.fracs.min.js" defer></script><!-- Dependencies Plugins --><!-- System [JS] --><script src="https://istigo.com/includes/assets/js/core/core.js?v=4.3-1776256237" defer></script><script src="https://istigo.com/includes/assets/js/core/login.js?v=4.3-1776256237" defer></script><!-- System [JS] --><script type="text/javascript">
		document.querySelectorAll('.dropdownUserMenuButton').forEach(button => {
			button.addEventListener('show.bs.dropdown', function () {
				document.querySelector('body').classList.add('user_menu_open');
			});

			button.addEventListener('hide.bs.dropdown', function () {
				document.querySelector('body').classList.remove('user_menu_open');
			});
		});
		
		document.querySelectorAll('.dropdownMoreMenuButton').forEach(button => {
			button.addEventListener('show.bs.dropdown', function () {
				document.querySelector('body').classList.add('more_menu_open');
			});

			button.addEventListener('hide.bs.dropdown', function () {
				document.querySelector('body').classList.remove('more_menu_open');
			});
		});
		
		document.querySelectorAll('.dropdownMenuButton').forEach(button => {
			button.addEventListener('show.bs.dropdown', function () {
				const dropdownMenu = this.nextElementSibling;
				document.querySelector('.x-sidebar-width').appendChild(dropdownMenu);
			});

			button.addEventListener('hide.bs.dropdown', function () {
				const dropdownMenu = this.nextElementSibling;
				this.parentNode.appendChild(dropdownMenu);
			});
		});

		document.addEventListener('DOMContentLoaded', function () {
			const slider = document.querySelector('.x_page_scroll .scrolll');
			const leftBtn = document.querySelector('.scroll-left-btn');
			const rightBtn = document.querySelector('.scroll-right-btn');
			const scrollAmount = 200;
			
			if (!slider || !leftBtn || !rightBtn) {
				return;
			}

			function checkButtonVisibility() {
				leftBtn.style.display = slider.scrollLeft > 0 ? 'flex' : 'none';
				const maxScroll = slider.scrollWidth - slider.clientWidth;
				rightBtn.style.display = slider.scrollLeft < maxScroll ? 'flex' : 'none';
			}

			leftBtn.addEventListener('click', function () {
				slider.scrollBy({ left: -scrollAmount, behavior: 'smooth' });
				setTimeout(checkButtonVisibility, 200); // Check after animation
			});

			rightBtn.addEventListener('click', function () {
				slider.scrollBy({ left: scrollAmount, behavior: 'smooth' });
				setTimeout(checkButtonVisibility, 200); // Check after animation
			});

			checkButtonVisibility();
			slider.addEventListener('scroll', checkButtonVisibility);
			
			slider.addEventListener('wheel', (evt) => {
				evt.preventDefault();
				slider.scrollLeft += evt.deltaY;
			});
		});
	</script><!-- Cookies Policy --><!-- Cookies Policy --><!-- OneSignal Notifications --><!-- OneSignal Notifications --><!-- Mouse Right Click Disabled --><!-- Mouse Right Click Disabled --><!-- JS Files -->

<!-- JS Templates -->
<!-- Toasts --><div class="toast-container p-3 bottom-0 start-0 fixed-bottom"></div><!-- Toasts --><!-- Modals --><div id="modal" class="modal fade"><div class="modal-dialog"><div class="modal-content"><div class="modal-body"><div class="loader pt10 pb10"></div></div></div></div></div><script id="modal-login" type="text/template"><div class="modal-header"><h6 class="modal-title">Non sei connesso</h6></div><div class="modal-body"><p>Effettua l'accesso per continuare</p></div><div class="modal-footer"><a class="btn btn-primary" href="https://istigo.com/signin">Accedi</a></div></script><script id="modal-message" type="text/template"><div class="modal-header"><h6 class="modal-title">{{title}}</h6><button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button></div><div class="modal-body"><p>{{{message}}}</p></div></script><script id="modal-success" type="text/template"><div class="modal-body text-center" style="padding: 50px;"><div class="svg-container main-icon mb20" style="width:60px; height:60px; ">

  
    <svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 512 511" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M512 256.5c0 50.531-15 99.672-43.375 142.113-3.855 5.77-10.191 8.887-16.645 8.887-3.82 0-7.683-1.09-11.097-3.375-9.184-6.137-11.649-18.559-5.512-27.742C459.336 340.543 472 299.09 472 256.5c0-18.3-2.29-36.477-6.805-54.016-2.754-10.695 3.688-21.601 14.383-24.355 10.703-2.75 21.602 3.687 24.356 14.383C509.285 213.309 512 234.836 512 256.5zM367.734 441.395C334.141 461.742 295.504 472.5 256 472.5c-119.102 0-216-96.898-216-216s96.898-216 216-216c44.098 0 86.5 13.195 122.629 38.16 9.086 6.278 21.543 4 27.824-5.086 6.277-9.086 4.004-21.543-5.086-27.824C358.523 16.148 308.257.5 256 .5 187.621.5 123.332 27.129 74.98 75.48 26.63 123.832 0 188.121 0 256.5s26.629 132.668 74.98 181.02C123.332 485.87 187.621 512.5 256 512.5c46.813 0 92.617-12.758 132.46-36.895 9.45-5.722 12.47-18.02 6.747-27.468-5.727-9.45-18.023-12.465-27.473-6.742zM257.93 314.492c-3.168.125-6.125-1-8.422-3.187l-104.746-99.317c-8.016-7.601-20.676-7.265-28.274.75-7.601 8.016-7.265 20.676.75 28.274l104.727 99.3c9.672 9.196 22.183 14.188 35.441 14.188.711 0 1.422-.016 2.133-.043 14.043-.566 26.941-6.644 36.316-17.117.239-.262.465-.531.688-.809l211.043-262.5c6.922-8.61 5.555-21.199-3.055-28.117-8.605-6.922-21.199-5.555-28.12 3.055L265.78 310.957a11.434 11.434 0 0 1-7.851 3.535zm0 0" fill="#5e72e4" data-original="#000000" class=""></path></g></svg>
  
</div><h4>{{title}}</h4><p class="mt20">{{{message}}}</p></div></script><script id="modal-info" type="text/template"><div class="modal-body text-center" style="padding: 50px;"><div class="svg-container main-icon mb20" style="width:60px; height:60px; ">

  
    <svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M290.211 360.727a24.896 24.896 0 0 1-15.011-3.375 15.593 15.593 0 0 1-4.305-12.8 66.49 66.49 0 0 1 1.396-11.636c.781-4.394 1.79-8.744 3.025-13.033l13.731-47.244a71.535 71.535 0 0 0 2.793-14.313c0-5.236.698-8.844.698-10.938a30.602 30.602 0 0 0-10.822-24.32 45.5 45.5 0 0 0-30.72-9.309 79.72 79.72 0 0 0-23.273 3.84c-8.223 2.56-16.873 5.624-25.949 9.193l-3.956 15.36c2.676-.931 5.935-1.978 9.658-3.142a39.572 39.572 0 0 1 10.938-1.629 22.343 22.343 0 0 1 14.778 3.607 16.875 16.875 0 0 1 3.84 12.684 55.19 55.19 0 0 1-1.28 11.636c-.815 4.073-1.862 8.378-3.142 12.916L218.763 325.7a135.651 135.651 0 0 0-2.676 13.382 83.118 83.118 0 0 0-.815 11.636 30.369 30.369 0 0 0 11.636 24.087 46.55 46.55 0 0 0 31.185 9.542 71.78 71.78 0 0 0 23.273-3.375c6.594-2.25 15.399-5.469 26.415-9.658l3.724-14.662a64.283 64.283 0 0 1-9.193 3.025 44.19 44.19 0 0 1-12.101 1.05zM304.756 136.727A33.163 33.163 0 0 0 281.483 128a33.396 33.396 0 0 0-23.273 8.727c-11.632 10.03-12.931 27.591-2.9 39.224a27.762 27.762 0 0 0 2.9 2.9c13.252 11.853 33.294 11.853 46.545 0 11.632-10.129 12.851-27.769 2.722-39.401a27.754 27.754 0 0 0-2.721-2.723z" fill="#5e72e4" data-original="#000000"></path><path d="M256 0C114.615 0 0 114.615 0 256s114.615 256 256 256 256-114.615 256-256S397.385 0 256 0zm0 488.727C127.468 488.727 23.273 384.532 23.273 256S127.468 23.273 256 23.273 488.727 127.468 488.727 256 384.532 488.727 256 488.727z" fill="#5e72e4" data-original="#000000"></path></g></svg>
  
</div><h4>{{title}}</h4><p class="mt20">{{{message}}}</p></div></script><script id="modal-error" type="text/template"><div class="modal-body text-center" style="padding: 50px;"><div class="svg-container main-icon mb20" style="width:60px; height:60px; ">

  
    <svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="m357.14 181.14-73.355 73.36 73.356 73.36c7.812 7.808 7.812 20.472 0 28.28-3.903 3.907-9.024 5.86-14.141 5.86s-10.238-1.953-14.14-5.86l-73.36-73.355-73.36 73.356C178.239 360.047 173.118 362 168 362s-10.238-1.953-14.14-5.86c-7.813-7.808-7.813-20.472 0-28.28l73.355-73.36-73.356-73.36c-7.812-7.808-7.812-20.472 0-28.28 7.809-7.813 20.473-7.813 28.282 0l73.359 73.355 73.36-73.356c7.808-7.812 20.472-7.812 28.28 0 7.813 7.809 7.813 20.473 0 28.282zm79.88-106.16C388.668 26.63 324.379 0 256 0S123.332 26.629 74.98 74.98C26.63 123.332 0 187.621 0 256s26.629 132.668 74.98 181.02C123.332 485.37 187.621 512 256 512c46.813 0 92.617-12.758 132.46-36.895 9.45-5.722 12.47-18.02 6.747-27.464-5.723-9.45-18.023-12.47-27.469-6.746C334.145 461.242 295.504 472 256 472c-119.102 0-216-96.898-216-216S136.898 40 256 40s216 96.898 216 216c0 42.59-12.664 84.043-36.625 119.887-6.14 9.18-3.672 21.601 5.512 27.742 9.18 6.137 21.601 3.672 27.742-5.512C497 355.676 512 306.531 512 256c0-68.379-26.629-132.668-74.98-181.02zm0 0" fill="#5e72e4" data-original="#000000" class=""></path></g></svg>
  
</div><h4>{{title}}</h4><p class="mt20">{{{message}}}</p></div></script><script id="modal-confirm" type="text/template"><div class="modal-header"><h6 class="modal-title">{{title}}</h6></div><div class="modal-body"><h6>{{{message}}}</h6>{{#password_check}}<div class="form-group mt20"><label class="form-label" for="modal-password-check">Conferma password</label><input id="modal-password-check" name="password_check" type="password" class="form-control"></div>{{/password_check}}</div><div class="modal-footer"><button type="button" class="btn btn-light" data-bs-dismiss="modal">Annulla</button><button type="button" class="btn btn-primary" id="modal-confirm-ok">Conferma</button></div></script><script id="modal-confirm-payment" type="text/template"><div class="modal-body text-center" style="padding: 50px;"><div class="svg-container main-icon mb20" style="width:60px; height:60px; ">

  
    <svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 32 32" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path fill="#5e72e4" d="m29.241 10.407-2.803-6.583a2.996 2.996 0 0 0-2.76-1.825H8.525a3.004 3.004 0 0 0-2.736 1.769l-2.968 6.594c-.809 1.405-.382 3.195.969 4.017.067.041.14.071.209.108v12.512c0 1.654 1.346 3 3 3H25c1.654 0 3-1.346 3-3V14.487c.082-.044.167-.081.246-.131 1.305-.812 1.743-2.572.995-3.949zM18 28v-5h4v5zm8-1c0 .551-.449 1-1 1h-1v-5c0-1.103-.897-2-2-2h-4c-1.103 0-2 .897-2 2v5H7c-.551 0-1-.449-1-1V15a4.24 4.24 0 0 0 3.094-1.334c1.094 1 2.559 1.503 4.026 1.327 1.305-.158 2.258-.811 2.879-1.416.622.604 1.575 1.257 2.879 1.416.194.023.388.035.582.035 1.265 0 2.495-.495 3.444-1.362A4.24 4.24 0 0 0 25.998 15v12zm1.188-14.341a2.246 2.246 0 0 1-3.265-1.044 1.001 1.001 0 0 0-.843-.612.985.985 0 0 0-.93.47c-.666 1.074-1.858 1.672-3.029 1.534-1.417-.172-2.18-1.383-2.263-1.521a.999.999 0 0 0-1.716 0c-.083.138-.845 1.349-2.263 1.521-1.175.139-2.364-.46-3.029-1.534a.981.981 0 0 0-.93-.47.999.999 0 0 0-.843.612 2.244 2.244 0 0 1-3.246 1.056c-.423-.257-.544-.867-.264-1.331a.896.896 0 0 0 .056-.106l2.99-6.645c.161-.358.519-.589.912-.589h15.152c.402 0 .763.239.92.608l2.823 6.631a.776.776 0 0 0 .052.104c.264.463.137 1.053-.285 1.316z" data-original="#0c474d"></path><path fill="#3cacb6" d="M12 19H9a1 1 0 0 1 0-2h3a1 1 0 0 1 0 2z" data-original="#3cacb6" class=""></path></g></svg>
  
</div><h4>Metodo di Pagamento</h4><p class="mt20">Stai per acquistare gli articoli, vuoi procedere?</p><div class="mt30 text-center"><button type="button" class="btn btn-light rounded-pill mr10" data-bs-dismiss="modal">Annulla</button><button type="button" class="btn btn-primary rounded-pill" id="modal-confirm-payment-ok">Conferma</button></div></div></script><script id="modal-loading" type="text/template">
    <div class="modal-body text-center">
      <div class="spinner-border text-primary"></div>
    </div>
  </script><!-- Modals --><!-- Theme Switcher --><script id="theme-switcher" type="text/template"><div class="modal-header"><h6 class="modal-title"><div class="svg-container main-icon mr10" style="width:24px; height:24px; ">

  
    <svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 24 24" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><g fill="#ff38ac"><path d="M18.1 14.58H5.9c-.5 0-.93-.38-.99-.88L3.83 5.12c-.11-.85.16-1.71.73-2.36s1.39-1.02 2.25-1.02h10.38c.86 0 1.68.37 2.25 1.02s.83 1.51.73 2.36l-1.08 8.58c-.06.5-.49.88-.99.88zm-11.31-2h10.43l.97-7.71a.99.99 0 0 0-.24-.79c-.19-.21-.46-.34-.75-.34H6.81c-.29 0-.56.12-.75.34s-.28.5-.24.79z" fill="#5e72e4" data-original="#ff38ac"></path><path d="M15 6.75c-.55 0-1-.45-1-1V3.29c0-.55.45-1 1-1s1 .45 1 1v2.46c0 .55-.45 1-1 1zM12 6.04c-.55 0-1-.45-1-1V3.3c0-.55.45-1 1-1s1 .45 1 1v1.74c0 .55-.45 1-1 1zM9 6.75c-.55 0-1-.45-1-1V3.29c0-.55.45-1 1-1s1 .45 1 1v2.46c0 .55-.45 1-1 1z" fill="#5e72e4" data-original="#ff38ac"></path></g><path fill="#5e72e4" d="M17.61 17.75H6.39c-1.42 0-2.58-1.16-2.58-2.58s1.16-2.58 2.58-2.58h11.22c1.42 0 2.58 1.16 2.58 2.58s-1.16 2.58-2.58 2.58zM6.39 14.58a.58.58 0 0 0 0 1.16h11.22a.58.58 0 0 0 0-1.16z" data-original="#3c36b5" class=""></path><path fill="#5e72e4" d="M12 22.25c-.8 0-1.56-.31-2.12-.88S9 20.05 9 19.25v-2.5c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v2.5c0 1.65-1.35 3-3 3zm-1-4.5v1.5a.99.99 0 0 0 1 1c.55 0 1-.45 1-1v-1.5z" data-original="#3c36b5" class=""></path></g></svg>
  
</div>Cambia tema</h6><button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button></div><div class="modal-body pb0 pt30"><div class="row"><div class="col-6"><div style="background: rgb(0 0 0 / 0.06); padding: 8px; border-radius: 8px; margin-bottom: 30px;"><a style="display: block; position: relative; padding-bottom: 60%;" href="?theme=default"><img style="width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 4px;" src="https://istigo.com/content/themes/default/thumbnail.png"><span style="position: absolute; background: linear-gradient(transparent, rgb(0 0 0 / 0.7)); bottom: 0; left: 0; right: 0; width: 100%; border-radius: 0 0 8px 8px; color: #fff; font-size: 14px; text-align: center; text-transform: capitalize; padding: 20px 8px 8px;">default</span></a></div></div><div class="col-6"><div style="background: rgb(0 0 0 / 0.06); padding: 8px; border-radius: 8px; margin-bottom: 30px;"><a style="display: block; position: relative; padding-bottom: 60%;" href="?theme=main"><img style="width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 4px;" src="https://istigo.com/content/themes/main/thumbnail.png"><span style="position: absolute; background: linear-gradient(transparent, rgb(0 0 0 / 0.7)); bottom: 0; left: 0; right: 0; width: 100%; border-radius: 0 0 8px 8px; color: #fff; font-size: 14px; text-align: center; text-transform: capitalize; padding: 20px 8px 8px;">main</span></a></div></div><div class="col-6"><div style="background: rgb(0 0 0 / 0.06); padding: 8px; border-radius: 8px; margin-bottom: 30px;"><a style="display: block; position: relative; padding-bottom: 60%;" href="?theme=tailwind"><img style="width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 4px;" src="https://istigo.com/content/themes/tailwind/thumbnail.png"><span style="position: absolute; background: linear-gradient(transparent, rgb(0 0 0 / 0.7)); bottom: 0; left: 0; right: 0; width: 100%; border-radius: 0 0 8px 8px; color: #fff; font-size: 14px; text-align: center; text-transform: capitalize; padding: 20px 8px 8px;">tailwind</span></a></div></div></div></div></script><!-- Themes --><!-- Search --><script id="search-for" type="text/template"><div class="ptb10 plr10"><a href="https://istigo.com/search/{{#hashtag}}hashtag/{{/hashtag}}{{query}}"><i class="fa fa-search pr5"></i> Cerca {{#hashtag}}#{{/hashtag}}{{query}}</a></div></script><!-- Search --><!-- Lightbox --><script id="lightbox" type="text/template"><div class="lightbox"><div class="lightbox-container"><div class="lightbox-preview"><div class="lightbox-next js_lightbox-slider"><i class="fa fa-chevron-circle-right fa-3x"></i></div><div class="lightbox-prev js_lightbox-slider"><i class="fa fa-chevron-circle-left fa-3x"></i></div><img alt="" class="img-fluid" src="{{image}}"></div><div class="lightbox-data p-2"><div class="clearfix"><div class="pt5 pr5 float-end"><button type="button" class="btn-close lightbox-close js_lightbox-close"></button></div></div><div class="lightbox-post"><div class="js_scroller" data-slimScroll-height="100%"><div class="loader mtb10"></div></div></div></div></div></div></script><script id="lightbox-nodata" type="text/template"><div class="lightbox"><div class="lightbox-container"><div class="lightbox-preview nodata"><div class="lightbox-exit js_lightbox-close"><i class="fas fa-times fa-2x"></i></div><img alt="" class="img-fluid" src="{{image}}"></div></div></div></script><script id="lightbox-live" type="text/template"><div class="lightbox" data-live-post-id="{{post_id}}"><div class="lightbox-container"><div class="lightbox-preview with-live"><div class="live-stream-video position-relative x_live_show_modal" id="js_live-video"><div class="live-counter position-absolute text-center m-3 fw-medium small text-uppercase text-white d-flex align-items-center gap-2" id="js_live-counter"><span class="status rounded-2 offline" id=js_live-counter-status>Non in linea</span><span class="number rounded-2"><span id="js_live-counter-number">0</span></span></div><div class="live-status position-absolute text-white top-0 end-0 start-0 bottom-0" id="js_live-status"><div class="d-flex align-items-center justify-content-center h-100 w-100">Caricamento <span class="spinner-grow spinner-grow-sm ml10"></span></div></div></div></div><div class="lightbox-data p-2"><div class="clearfix"><div class="pt5 pr5 float-end"><button type="button" class="btn-close lightbox-close js_lightbox-close"></button></div></div><div class="lightbox-post"><div class="js_scroller" data-slimScroll-height="100%"><div class="loader mtb10"></div></div></div></div></div></div></script><!-- Lightbox --><!-- Two-Factor Authentication --><script id="two-factor-authentication" type="text/template"><div class="modal-header"><h6 class="modal-title">SMTP richiede l'autenticazione</h6><button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button></div><form class="js_ajax-forms" data-url="core/two_factor_authentication.php"><div class="modal-body"><div class="mb20">Ci hai chiesto di richiedere un codice di accesso a 6 cifre quando chiunque tenta di accedere al tuo account da un nuovo dispositivo o browser.</div><div class="mb20">Inserisci il codice a 6 cifre che hai ricevuto su <strong>{{method}}</strong></div><div class="form-group"><input class="form-control" name="two_factor_key" type="text" placeholder="######" required autofocus></div><!-- error --><div class="alert alert-danger mb0 mt10 x-hidden"></div><!-- error --></div><div class="modal-footer"><input name="user_id" type="hidden" value="{{user_id}}">{{#remember}}<input name="remember" type="hidden" value="true">{{/remember}}{{#connecting_account}}<input name="connecting_account" type="hidden" value="true">{{/connecting_account}}<button type="submit" class="btn btn-primary">Continua</button></div></form></script><!-- Two-Factor Authentication --><!-- Forget Password --><script id="forget-password-confirm" type="text/template"><div class="modal-header"><h6 class="modal-title">Codice di verifica</h6><button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button></div><form class="js_ajax-forms" data-url="core/forget_password_confirm.php"><div class="modal-body"><div class="mb20">Ti abbiamo inviato un'email con un codice di conferma di sei caratteri. Scrivilo qui sotto per resettare la tua password.</div><div class="row"><div class="col-md-6"><div class="form-group"><input class="form-control" name="reset_key" type="text" placeholder="######" required autofocus></div></div><div class="col-md-6"><label class="form-label mb5">Abbiamo inviato il tuo codice a</label> <span class="badge badge-lg bg-light text-primary">{{email}}</span></div></div><!-- error --><div class="alert alert-danger mt15 mb0 x-hidden"></div><!-- error --></div><div class="modal-footer"><input name="email" type="hidden" value="{{email}}"><button type="submit" class="btn btn-primary">Continua</button></div></form></script><script id="forget-password-reset" type="text/template"><div class="modal-header"><h6 class="modal-title">Cambia la tua Password!</h6><button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button></div><form class="js_ajax-forms" data-url="core/forget_password_reset.php"><div class="modal-body"><div class="form-group"><label class="form-label" for="password">Nuova Password</label><input class="form-control" name="password" id="password" type="password" required autofocus></div><div class="form-group"><label class="form-label" for="confirm">Conferma password</label><input class="form-control" name="confirm" id="confirm" type="password" required></div><!-- error --><div class="alert alert-danger mb0 mt10 x-hidden"></div><!-- error --></div><div class="modal-footer"><input name="email" type="hidden" value="{{email}}"><input name="reset_key" type="hidden" value="{{reset_key}}"><button type="submit" class="btn btn-primary">Continua</button></div></form></script><!-- Forget Password --><!-- JS Templates -->

<!-- Footer Custom JavaScript -->
<!-- Footer Custom JavaScript -->

<!-- Analytics Code -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8RMEHGPNR0"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-8RMEHGPNR0');
</script>
<script>
document.querySelectorAll('a').forEach(link => {
  if (link.hostname && link.hostname !== window.location.hostname) {
    link.setAttribute('onclick', "oohbe_analytics.goal('demo')");
  }
});
  </script><!-- Analytics Code -->

<!-- Sounds -->
<!-- Sounds -->

<!-- PWA Install Banner -->
  <div class="pwa_install_banner" id="PWAInstallBanner">
    <div class="inner">
      <div class="close" id="PWAInstallClose">
        <i class="fa-regular fa-circle-xmark fa-lg"></i>
      </div>
      <div class="logo">
        <img src="https://istigo.com/content/uploads/photos/2026/01/istigo_com_90e2ed2edb99a3b0c8a55487e61c9c6f.png" alt="logo" />
      </div>
      <div class="name">
        <span class="title">Istigo - Beyond Social Network</span>
        <span class="description">https://istigo.com</span>
      </div>
      <div class="cta">
        <button id="PWAInstallButton" class="btn btn-primary rounded-pill">Installa</button>
      </div>
    </div>
  </div>

  <script>
    function isIos() {
      return /iphone|ipad|ipod/.test(navigator.userAgent.toLowerCase());
    }

    function isInStandaloneMode() {
      return ('standalone' in window.navigator) && window.navigator.standalone;
    }

    $(document).ready(function() {
      $("#PWAInstallClose").on("click", function(e) {
        $("#PWAInstallBanner").removeClass("is-active");
        setCookie("PWAInstallCookieHide", 1, 14);
      });
      if (isIos() && !isInStandaloneMode()) {
        let cookie = getCookie("PWAInstallCookieHide");
        if (!cookie) {
          $("#PWAInstallBanner").addClass("is-active");
        }
      }
    });
    window.addEventListener("beforeinstallprompt", function(event) {
      event.preventDefault();
      if (!getCookie("PWAInstallCookieHide")) {
        $("#PWAInstallBanner").addClass("is-active");
      }
      window.promptEvent = event;
    });
    window.addEventListener("appinstalled", function() {
      $("#PWAInstallBanner").removeClass("is-active");
      setCookie("PWAInstallCookieHide", 1, 14);
    });
    document.addEventListener("click", function(event) {
      if (event.target.matches("#PWAInstallButton")) {
        if (isIos()) {
          alert("To install this app, tap the Share icon and choose 'Add to Home Screen'");
        } else if (window.promptEvent) {
          window.promptEvent.prompt();
        }
      }
    });
  </script>
<!-- PWA Install Banner -->


<script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "Istigo - Beyond Social Network",
    "url": "https://istigo.com",
    "logo": "https://istigo.com/content/uploads/photos/2026/01/sngine_3e55cc02afc22c377fb9302780895866.png"
}
</script>

<script type="application/ld+json">
{
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://istigo.com"
        }
    ]
}
</script>
<!-- Guardian Protection Pro -->
    <style>.g-hp-field { display: none !important; }</style>
    <script>
        $(function() {
            // Fingerprinting semplice
            let fp = btoa(navigator.userAgent + navigator.language + screen.width + "x" + screen.height);
            document.cookie = "guardian_fp=" + fp + "; path=/; max-age=31536000";

            if ($("input[name='guardian_hp']").length == 0) {
                $("form").each(function() {
                    $(this).append('<input type="text" name="guardian_hp" class="g-hp-field" value="" tabindex="-1" autocomplete="off">');
                    $(this).append('<input type="hidden" name="guardian_fp" value="' + fp + '">');
                    $(this).append('<input type="hidden" name="g_ts" value="1777994341">');
                    $(this).append('<input type="hidden" name="g_mouse" id="g_mouse" value="0">');
                });
            }

            $(document).on("mousemove keydown mousedown touchstart", function() {
                $("#g_mouse").val("1");
            });
        });
    </script>
<!-- TrustNews Sync -->
<script>fetch('https://istigo.com/plugins/trust-news/cron.php').catch(function(){});</script>

    <script>
        $(function() {
            const vs_texts = {"title":"title","desc":"desc","button":"button"};
            const vs_icon = '<svg class="vs-icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L22 22" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M6.71277 6.7226C3.66431 8.79527 2 12 2 12C2 12 5.63636 19 12 19C14.0503 19 15.8174 18.2734 17.2711 17.2884M11 5.05822C11.3254 5.02013 11.6588 5 12 5C18.3636 5 22 12 22 12C22 12 21.3082 13.3317 20 14.8335" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 14.2362C13.4692 14.7112 12.7681 15.0001 12 15.0001C10.3431 15.0001 9 13.657 9 12.0001C9 11.1764 9.33193 10.4303 9.86932 9.88818" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>';

            function vs_init() {
                $('.js_blurred, .blurred, .x-blured').not('.vs-ready').each(function() {
                    const el = $(this);
                    el.addClass('vs-ready');
                    
                    const is_compact = el.height() < 250 || el.width() < 250;
                    const compact_class = is_compact ? 'vs-overlay-compact' : '';
                    
                    const html = `
                        <div class="vs-overlay ${compact_class}">
                            ${vs_icon}
                            <div class="vs-title">${vs_texts.title}</div>
                            <div class="vs-desc">${vs_texts.desc}</div>
                            <button class="vs-btn">${vs_texts.button}</button>
                        </div>
                    `;
                    el.prepend(html);
                });
            }

            $(document).on('click', '.vs-overlay', function(e) {
                $(this).closest('.vs-ready').addClass('unblurred');
            });

            vs_init();
            $(document).ajaxComplete(vs_init);
            if (window.MutationObserver) {
                new MutationObserver(vs_init).observe(document.body, {childList: true, subtree: true});
            }
        });
    </script></body>

</html>