.soc {
		display:none !important;}
.wp-block-navigation__responsive-container-content {
    display: flex !important;
    justify-content: center!important;
    align-items: center!important;
    height: 100%!important;
}
.h-captcha::after {
		position:relative !important;
}
div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
		font-size:16px !important;
}
#wp--skip-link--target {
		margin-top:0 !important;
}
.has-base-background-color {
    background-color: #ffffff !important;
    border-bottom: 1px solid #425323 !important;
		position: fixed;
    width: 100%;
    z-index: 99999;
}
.testo-sinistra {
		text-align:center;
}
main {
		padding-top:98px;
}
	.zio {
			margin-right:auto !important;
}
.sow-accordion-panel-border p {
		font-size:16px;
}
.wp-block-navigation__container {
    flex-direction: column!important;
    align-items: center!important;
    justify-content: center!important;
    text-align: center!important;
    gap: 1.5rem;
}
.menu-foo .wp-block-navigation__container {
    flex-direction: column!important;
    align-items: flex-start !important;
    justify-content: left!important;
    text-align: left!important;
    gap: 20px;
}
.categorie-loop-principale .notice-tags .nonselez span:hover {
    background: #E4EFE4;
    color: #77AD78;
}

.wp-block-navigation__responsive-container-open svg {
    display: none;
}

/* Inserisce il tuo SVG */
.wp-block-navigation__responsive-container-open::before {
    content: "";
    display: inline-block;
    width: 53px;
    height: 42px;
    background-image: url('/wp-content/uploads/2026/05/dehaze.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.wp-block-navigation__responsive-container-close svg {
    display: none;
}

.wp-block-navigation__responsive-container-close::before {
    content: "";
    display: inline-block;
    width: 53px;
    height: 53px;
    background-image: url('/wp-content/uploads/2026/05/x.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

/* BOX */
.landscape-slider-box {
  background: #f7f7f7;
  border-radius: 30px;
  padding: 50px;
  max-width: 1400px;
  margin: 40px auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

/* SLIDER */
.landscape-slider {
  position: relative;
  overflow: hidden;
}

/* TRACK */
.landscape-track {
  position: relative;
}

/* SLIDE */
.landscape-slide {
  display: none;
  animation: fadeLandscape 0.4s ease;
}

.landscape-slide.active {
  display: block;
}

/* IMAGE */
.landscape-slide img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;

}

/* ARROWS */
.landscape-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 5;
}

.landscape-arrow:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-50%) scale(1.05);
}

/* LEFT */
.landscape-arrow.prev {
  left: 30px;
}

/* RIGHT */
.landscape-arrow.next {
  right: 30px;
}

/* ANIMATION */
@keyframes fadeLandscape {

  from {
    opacity: 0;
    transform: scale(1.01);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }

}

/* RESPONSIVE */
@media (max-width: 900px) {

  .landscape-slider-box {
    padding: 25px;
  }
		.foot-sr {
				text-align:center;
		}
		.mob {
				display: flex;
    justify-content: center !important;
		}
		.ciao {
				display:none  !important;
		}
		.boh {
				align-items: center !important;
				margin-right:auto !important;
		}

  .landscape-slide img {
    height: 450px;
  }

}

@media (max-width: 600px) {

  .landscape-slider-box {
    border-radius: 20px;
    padding: 15px;
  }

	.bott-3 {
		
    display: grid;
    gap: 0px;
    grid-auto-flow: dense;
    grid-template-columns: repeat(2, 1fr) !important;
    justify-items: start;
}
.bott-3 a {
		font-size:16px !important;
		}
  .landscape-slide img {
    height: 280px;
    border-radius: 18px;
  }

  .landscape-arrow {
    width: 46px;
    height: 46px;
    font-size: 24px;
  }

  .landscape-arrow.prev {
    left: 12px;
  }

  .landscape-arrow.next {
    right: 12px;
  }

}


.ciao .current-menu-item a {
		background: transparent !important;
}

.current-menu-item a {
		background: #FF8E1C !important;
		color:#000 !important;
		border-radius:12px;
}
.wp-block-navigation__responsive-container-content a {
		padding:20px !important;
		font-family: "Montserrat Alternates", sans-serif !important;
}
.wp-block-navigation__responsive-container-content a:hover {
		text-decoration:none;
		color:#FF8E1C !important;
}
.scout {
		    gap: 118px; 
}
.info-u {
		font-size: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.phone {
		padding-left:30px;
		background-image: url('/wp-content/uploads/2026/05/call-1.svg');
		background-repeat:no-repeat;
		background-position:left center;
}
.mail-scout {
		padding-left:30px;
		background-image: url('/wp-content/uploads/2026/05/mail-1.svg');
		background-repeat:no-repeat;
		background-position:left center;
}
.dove {
		padding-left:30px;
		background-image: url('/wp-content/uploads/2026/05/location_on-1-1.svg');
		background-repeat:no-repeat;
		background-position:left top;
		text-decoration:underline !important;
}
.workspace-section {
  background: #f7f7f7;
  border-radius: 28px;
  padding: 40px;
  max-width: 1200px;
  margin: 40px auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

/* TITLE */
.workspace-title {
  font-size: 72px;
  line-height: 1;
  margin: 0 0 40px;
  font-weight: 700;
}

/* GRID */
.workspace-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

/* CARD */
.workspace-card {
  background: #fff;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.04);
  transition: transform 0.25s ease,
  box-shadow 0.25s ease;
}

.workspace-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.08);
}

/* LOCATION */
.workspace-location {
 /* display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FF8E1C;
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 28px;
		font-family: "Montserrat Alternates", sans-serif !important;*/
		display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #FF8E1C;
    color: #000;
    padding: 8px 14px;
    border-radius: 100px;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "Montserrat Alternates", sans-serif !important;
    font-weight: 700;
    letter-spacing: 0.062px !important;
}

/* TITLE CARD */
.workspace-card h3 {
  font-size: 32px;
  line-height: 1.05;
  margin: 0 0 20px;
}

/* TEXT */
.workspace-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 28px;
}

/* IMAGE */
.workspace-image {
  height: 220px;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 28px;
}

.workspace-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* FEATURES */
.workspace-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.workspace-features span {
  border: 2px solid rgba(66, 83, 35, 0.20);
  color: #4b5a2d;
  border-radius: 999px;
  padding: 8px 12px;
		letter-spacing: 0.062px;
  font-size: 20px;
  font-weight: 700;
	font-family: "Montserrat Alternates", sans-serif !important;
  background: #ffffff;
}

/* LINK */
.workspace-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #445126;
  font-weight: 700;
  text-decoration: none;
}

.workspace-link:hover {
  opacity: 0.8;
}

/* ICONS */
.workspace-icon {
  width: 16px;
  height: 16px;
}

.workspace-icon.small {
  width: 13px;
  height: 13px;
}

/* PAGINATION */
.workspace-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
}

.workspace-page,
.workspace-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: transparent;
  font-size: 28px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.workspace-page {
  font-size: 18px;
}

.workspace-page.active {
  background: #e67e00;
  color: #fff;
}

.workspace-page:hover,
.workspace-arrow:hover {
  background: rgba(230,126,0,0.12);
}

/* RESPONSIVE */
@media (max-width: 900px) {

  .workspace-grid {
    grid-template-columns: 1fr;
  }

  .workspace-title {
    font-size: 48px;
  }

}
@media (max-width: 780px) {
			.footerro {
			gap:40px !important;
		}
		.testo-sinistra {
		text-align:left;
}
}

@media (max-width: 600px) {

  .workspace-section {
    padding: 25px;
  }

  .workspace-title {
    font-size: 38px;
  }

  .workspace-card {
    padding: 32px;
  }

  .workspace-card h3 {
    font-size: 26px;
  }

  .workspace-image {
    height: 190px;
  }

}



.wp-block-navigation__responsive-container-content a {
font-size: 28px !important;
font-style: normal  !important;
font-weight: 700  !important;
}

.link-risorse {
		padding:32px;
		border-radius:16px;
		display:block;
		box-shadow: 0 3px 8px 0 rgba(178, 179, 168, 0.20); 
		font-size:18px;
		display: flex;
    align-items: center;
    justify-content: space-between;
		margin-bottom: 30px;
}
.mostra {
		font-size: 22px;
    font-weight: 700;
    font-family: "Montserrat Alternates", sans-serif !important;
    color: #000 !important;
    background: #FF8E1C;
    padding: 8px 14px;
    font-size: 22px;
    border-radius: 100px; 
		margin: 30px auto 0px;
    width: 160px;
    display: block;
    text-align: center;
}
.mostra:hover {
		background:#C66501;
}
.mostra:active {
		background:#C66501;
		box-shadow: 0 14px 6px 0 rgba(0, 0, 0, 0.24) inset !important;
}
		
.link-risorse:last-child { 
		margin-bottom:0px;
		}

.link-risorse h3 {
		font-weight:700;
		font-size:36px;
		margin: 0;
}

.notice-board {
  background: #f7f7f7;
  border-radius: 28px;
  padding: 40px;
  max-width: 1200px;
  margin: 40px auto;
  box-shadow: 0 3px 8px 0 rgba(178, 179, 168, 0.20);
}

/* TITLE */
.notice-title {
  font-size: 72px;
  line-height: 1;
  margin: 0 0 40px;
  font-weight: 700;
}

/* GRID */
.notice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

/* CARD */
.notice-card {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease,
              box-shadow 0.25s ease;
}

.notice-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}

/* IMAGE */
.notice-thumb {
  height: 280px;
  background: #ececec;
}

.notice-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* BODY */
.notice-body {
  padding: 30px;
}


/* TAGS */
.notice-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.notice-tags span {
  background: #77AD78;
  color: #fff;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 22px;
		font-family: "Montserrat Alternates", sans-serif !important; 
		font-weight:700;
}

/* TITLE */
.notice-card h3 {
	font-weight:700;
  font-size: 28px;
  line-height: 1.1;
  margin: 0 0 18px;
}

/* TEXT */
.notice-card p {
  font-size: 15px !important;
  line-height: 1.6;
  color: #1C1E1D;
  margin-bottom: 35px;
}

/* LINK */
.notice-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #445126;
  font-weight: 700;
  text-decoration: none;
}

.notice-link:hover {
  opacity: 0.8;
}

/* ICONS */
.notice-icon {
  width: 16px;
  height: 16px;
}

.notice-icon.small {
  width: 12px;
  height: 12px;
}

/* PAGINATION */
.notice-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
}

.notice-page,
.notice-page-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: transparent;
  font-size: 28px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.notice-page {
  font-size: 18px;
}

.notice-page.active {
  background: #e67e00;
  color: #fff;
}

.notice-page:hover,
.notice-page-arrow:hover {
  background: rgba(230,126,0,0.12);
}

/* RESPONSIVE */
@media (max-width: 900px) {

  .notice-grid {
    grid-template-columns: 1fr;
  }

  .notice-title {
    font-size: 48px;
  }

}

@media (max-width: 600px) {

  .notice-board {
    padding: 25px;
  }
		.wp-block-site-logo img {
    /* height: auto; */
    width: 100% !important;
    max-width: 260px !important;
}

  .notice-title {
    font-size: 38px;
  }

  .notice-thumb {
    height: 220px;
  }

  .notice-card h3 {
    font-size: 24px;
  }

}


.faq-shell {
  background: #f7f7f7;
  border-radius: 24px;
  padding: 50px 40px;
  max-width: 1200px;
  margin: 40px auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

/* TITLE */
.faq-heading {
  font-size: 72px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 700;
}

/* ITEM */
.faq-entry {
  border-bottom: 1px solid #6b7551;
}

/* BUTTON */
.faq-trigger {
  width: 100%;
  background: none;
  border: none;
  padding: 26px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  text-align: left;
  cursor: pointer;
  color: #222;
}

/* ARROW */
.faq-arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #6b7551;
  border-bottom: 2px solid #6b7551;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

/* CONTENT */
.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-panel-inner {
  padding: 0 10px 25px;
  color: #555;
  line-height: 1.6;
  max-width: 900px;
}

/* ACTIVE */
.faq-entry.active .faq-panel {
  max-height: 300px;
}

.faq-entry.active .faq-arrow {
  transform: rotate(-135deg);
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .faq-shell {
    padding: 35px 25px;
  }

  .faq-heading {
    font-size: 48px;
    margin-bottom: 35px;
  }

  .faq-trigger {
    font-size: 18px;
    padding: 22px 0;
  }

}




/* PANEL GRANDE */
.info-panel {
  background: #f8f8f8;
  border-radius: 22px;
  padding: 35px;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}

.info-panel h2 {
  font-size: 48px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 35px;
}

/* COSTI */
.prices-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.prices-column h3 {
  margin-bottom: 15px;
		font-family: var(--wp--preset--font-family--inter) !important;
		font-size:24px;
		font-weight:700;
}

.prices-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prices-column li {
  margin-bottom: 12px !important;
	font-size: 18px !important;
}

/* GRID BANDI */
.fund-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* CARD BANDI */
.fund-card {
		background-image:url('/wp-content/uploads/2026/05/T2-1.svg') !important;
		background-repeat: no-repeat !important;
    background-position: -48px -330px !important;
  background: #fff;
  border-radius: 32px;
  padding: 25px;
  position: relative;
  overflow: hidden;
		box-shadow: 0 3px 8px 0 rgba(178, 179, 168, 0.20);


}

/* PATTERN */
.fund-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('pattern-topography.svg');
  background-size: cover;
  opacity: 0.05;
  pointer-events: none;
}

.fund-card > * {
  position: relative;
  z-index: 2;
}

/* BADGE */
.fund-category {
		font-family: "Montserrat Alternates", sans-serif !important; 
		font-weight:700;
  display: inline-block;
  color: #FF8E1C;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 22px;
  margin-bottom: 15px;

border: 1px solid rgba(198, 101, 1, 0.20);
}

/* LOCATION */
.fund-location {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FF8E1C;
  color: #000;
  padding: 8px 14px;
  border-radius: 100px;
  font-size: 22px;
  margin-bottom: 20px;
		font-family: "Montserrat Alternates", sans-serif !important; 
		font-weight:700;
		letter-spacing: 0.062px !important;
}
.fund-location:hover {
		background: #da6f01; 
}
.fund-location-tab {
		display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #FF8E1C;
    color: #fff;
    padding: 8px 14px;
    border-radius: 100px;
    font-size: 22px;
    font-family: "Montserrat Alternates", sans-serif !important;
    font-weight: 700; 
}

/* TITOLO */
.fund-card h3, .workspace-card h3 {
  font-size: 36px;
font-style: normal;
font-weight: 700;
  line-height: 40px;
  margin: 0 0 15px;
}

/* TESTO */
.fund-card p, .workspace-card p {
  font-size: 15px !important;
  color: #1C1E1D;
  margin-bottom: 25px;
}

/* DATA */
.fund-date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #666;
}

/* LINK */
.fund-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #2E3A19;
	text-decoration:underline !important;

	font-size: 16px;
font-style: normal;
font-weight: 600;
}

/* SVG */
.fund-icon {
  width: 16px;
  height: 16px;
}

.fund-icon.small {
  width: 15px;
  height: 15px;
}

/* RESPONSIVE */
@media (max-width: 900px) {

  .prices-layout,
  .fund-grid {
    grid-template-columns: 1fr;
  }

  .info-panel h2 {
    font-size: 36px;
  }

}




.stories-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.ow-button-base .sowb-button.ow-button-hover:hover { 
		background-color:#C66501;
}

/* CARD */
.story-card {
  background: #f5f5f5;
  border-radius: 32px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* BADGE */
.story-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FF8E1C;
  color: #fff;
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 22px;
	font-family: "Montserrat Alternates", sans-serif !important; 
		font-weight:700;
  width: fit-content;
}

/* TITOLI */
.story-card h3 {
  font-size: 36px;
  margin: 15px 0 10px; 
		font-family: "Montserrat Alternates", sans-serif !important; 
		font-weight:700;
}

/* TESTO */
.story-card p {
  font-size: 14px;
  color: #555;
}

/* IMMAGINE */
.story-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  margin: 15px 0;
}

/* LINK */
.story-link {
  display: inline-flex;
color:#425323;
text-align: center;
font-family: var(--wp--preset--font-family--inter) !important;
font-size: 16px;
font-style: normal;
font-weight: 600;
text-decoration-line: underline;z
}

/* ICONE */
.story-icon {
  width: 24px;
  height: 24px;
}

.story-icon.small {
  width: 12px;
  height: 12px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .stories-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .stories-wrapper {
    grid-template-columns: 1fr;
  }
}



.hero {
	margin-top:0;
  width: 100%;
  height: 600px;
	position: relative;
	margin-bottom: 70px;
  background:
    linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
    linear-gradient(rgba(46, 58, 25, 0.3), rgba(46, 58, 25, 0.3)),
    url('/wp-content/uploads/2026/05/gizzana.png') center/cover no-repeat;
  position: relative;
}
.hero-content h1, .hero-content a {
		color:#fff !important;
}
.container, .hero-content {
		max-width:1440px;
		margin:auto;
		padding:0px 40px; 
}
.hero-content {
		padding-top:32px;
}
.back {
		font-size:16px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}

.stat {
  background: #3f5f2d;
  color: #fff;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.stat strong {
  display: block;
  font-size: 18px;
}

.stat span {
  font-size: 13px;
  opacity: 0.8;
}

/* GRID */
.grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 36px;
}

/* BOX */
.box {
margin-bottom:36px;
border-radius: 16px;
padding: 36px;
box-shadow: 0px 3px 8px 0px rgba(178, 179, 168, 0.2);
background:#fff;
}

.box h2 {
  margin-top: 0;
}
.box p {
		font-size:18px ;
}
.box li {
		font-size:18px;
		margin-bottom:30px;
}
.tabs {
		display: flex;
    gap: 32px; 
}
.tabs a {
	font-size:22px;
		font-weight:700;
		font-family: "Montserrat Alternates", sans-serif !important;
		color:#77AD78 !important;
		background:#fff;
		padding:8px 16px;
		border-radius:100px;
		text-decoration:none;
}
.tabs a:hover {
		background: #E4EFE4; 
}
.tabs a:hover:active {
		background: #77AD78; 
		color:#fff !important;
}
.tab-storia {
		font-size: 22px;
    font-weight: 700;
    font-family: "Montserrat Alternates", sans-serif !important;
    color: #fff !important;
    background: #77AD78;
    padding: 8px 16px;
    border-radius: 100px;
}

/* LISTE CON ICONE */
.list-icons {
  list-style: none;
  padding: 0;
}

.list-icons li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
		font-size:18px;
}

/* SIDEBAR */
.box.green {
  background: #425323;
}

.box.green a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1C1E1D;
  text-decoration: none;
  margin-bottom: 10px;
	border-radius: 12px;
  background: #fff;
	padding:12px;
box-shadow: 0 3px 8px 0 rgba(178, 179, 168, 0.20);
	font-family: "Montserrat Alternates", sans-serif !important;
		font-weight:700;
		font-size:22px;
		
}
.box.green a:hover {
		background:#e0e0e0;
}

/* CTA */
.box.cta {
		background-image:url('/wp-content/uploads/2026/04/Topographic-6.png') !important;
    background: #f3e9d7;
		color: #1C1E1D;
		background-position: center center;
		background-size: 143%;
}
.box.cta h3 {
		font-family: "Montserrat Alternates", sans-serif !important;
		font-weight:700;
		font-size:36px; 
}

.box.cta button {
		font-family: "Montserrat Alternates", sans-serif !important;
		font-weight:700;
  -webkit-border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    border-radius: 100px 100px 100px 100px;
    background: #FF8E1C;
    border-width: 1px 0;
    border: 1px solid #FF8E1C;
    color: #ffffff !important;
    font-size: 28px;
    padding: 0.8em 1.2em;
    cursor: pointer;
    margin-top: 10px;
}
.box.info-storia .bottone {
		font-family: "Montserrat Alternates", sans-serif !important;
		font-weight:700;
  -webkit-border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    border-radius: 100px 100px 100px 100px;
    background: #FF8E1C;
    border-width: 1px 0;
    border: 1px solid #FF8E1C;
    color: #000 !important;
		display: inline-block;
    font-size: 28px;
    padding: 20px 32px;
    cursor: pointer;
    margin-top: 10px;
		width: fit-content;
		line-height:36px;
}
.box.info-storia .bottone:hover {
    background: #da6f01;
    border-color: #da6f01;
    color: #000000 !important;
}
.box.info-storia .bottone:active {
    box-shadow: 0 14px 6px 0 rgba(0, 0, 0, 0.24) inset !important;
}
.info-storia {
		display:flex;
		flex-direction: column;
    gap: 32px;
}
.info-storia span {
		display: flex;
    gap: 10px;
    flex-direction: row; 
}
.info-storia span img {
		width:40px;
}

/* SVG */
.icon {
  width: 20px;
  height: 20px;
}

.icon.small {
  width: 14px;
  height: 14px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid {
    grid-template-columns: 1fr;
  }
		.tabs {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
}

@media (max-width: 600px) {
  .stats {
    grid-template-columns: 1fr;
  }
}



/* schede comuni*/
.cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
	margin-top: 60px;
}

.card {
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0px 3px 8px 0px rgba(178, 179, 168, 0.2);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.card-content {
  padding: 32px;
}

.card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-size: 28px;
	font-family: "Montserrat Alternates", sans-serif !important;
		font-weight:700;
}
.card p {
		font-size: 15px;
    margin-bottom: 36px;
}

.card ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.card ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  margin-bottom: 20px;
}

.card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
	font-size:16px;
  text-decoration: none;
  color: #2E3A19;
  font-weight: 600;
		text-decoration:underline;
}


.icon {
  width: 30px !important;
  height: 30px !important;
  object-fit: contain;
}
.icon-2 {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain;
}

.icon.small {
  width: 14px;
  height: 14px;
}


@media (max-width: 1024px) {
  .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .cards-container {
    grid-template-columns: 1fr;
  }
}
/* fine */

div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
		background-color:#FF8E1C !important;
		height: 59px !important;
    font-size: 22px !important;
}
div.wpforms-container-full button[type=submit]:hover {
		background:#C66501 !important;
		height: 59px !important;
		font-size: 22px !important;

}
div.wpforms-container-full button[type=submit] {
		border-radius:100px !important;
		font-family: "Montserrat Alternates", sans-serif !important;
		font-size:28px !important;
		font-weight:700 !important;
		width: 142px;
    height: 76px !important; 
		margin:auto !important;
		display: block !important;
}



.box-cont {
		border-radius:20px;
		background:#425323;
		color:#fff;
		text-align:center;
		display: flex;
    flex-direction: column;
    height: 195px;
    width: 356px;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
		text-decoration:none;		
}
.box-cont-2 {
		border-radius: 20px;
    background: #425323;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 195px;
    align-items: center;
    justify-content: space-evenly;
    padding: 22px 0px;
    text-decoration: none;
}
.mail  {
		background-image: url('/wp-content/uploads/2026/05/bg-contatti.svg');
    background-repeat: no-repeat;
		background-position: right center;
		float: right;
}
.tel  {
		background-image: url('/wp-content/uploads/2026/05/bg-contatti.svg');
    background-repeat: no-repeat;
		background-position: left center;
		margin:auto;
}
.sede {
		background-image: url('/wp-content/uploads/2026/05/bg-contatti.svg');
    background-repeat: no-repeat;
		background-position: center center;
}
.box-cont img, .box-cont-2 img {
		width:50px;
}
.box-cont h3, .box-cont-2 strong {
font-family: "Montserrat Alternates", sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 36px;
letter-spacing: 0.06px;
text-align: center;
margin: 21px;
color:#fff;
}
.box-cont-2 span {
		font-family: var(--wp--preset--font-family--inter) !important; 
		font-size:18px;
		display:block;
}

.box-cont span {
		font-family: var(--wp--preset--font-family--inter) !important; 
		text-decoration:underline;
		font-size:18px;
}

.bordo img {
		border-radius:16px;
}
.sowb-button.ow-button-hover:active {
		box-shadow: 0 14px 6px 0 rgba(0, 0, 0, 0.24) inset !important;
}
.bott-3 {
		/*display:flex;
		gap:20px;*/
		max-width: 581px;
		display: grid;
    gap: 0px;
    grid-auto-flow: dense;
    grid-template-columns: repeat(3, 1fr);
    justify-items: start;
}
.bottoz .sowb-button {
		position:relative;
		text-align:left !important;
}
.bottoz .sowb-button i {	
    font-size: 18px;
    font-family: var(--wp--preset--font-family--inter) !important;
    font-style: normal;
    font-weight: normal;
    display: block;
}
.bottoz .sow-icon-image {
		float:none !important;
		position: absolute !important;
    right: 30px !important;
    margin: -6px 0 0 0 !important;
}
/* Nasconde l'icona + / - originale */
.sow-accordion-panel-header .sow-accordion-open-indicator, .sow-icon-ionicons {
  display: none;
}


/* Aggiunge freccia */
.sow-accordion-panel-header::after {
  content: "⌄";
  float: right;
  transition: transform 0.3s ease;
}

/* Quando è aperto */
.sow-accordion-panel.sow-accordion-panel-open .sow-accordion-panel-header::after {
  transform: rotate(180deg);
}
.sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
		border-bottom: 1px solid #1C1E1D !important;
}
.footerro {
		max-width:1440px !important;
		width:100%;
		margin:auto;
		gap: 4px;
		justify-content: flex-end;
}
.footeroo > :first-child {
    margin-right: auto !importnt;
}
.tit-footer {
		margin-bottom:0px !important;
}
.par-footer {
		font-family: var(--wp--preset--font-family--inter) !important;
		font-size:20px !important;
		
}
.menu-foo {
		font-family: var(--wp--preset--font-family--inter) !important;
		font-size:20px !important;
		
}
:where(.wp-site-blocks *:focus) {
    outline-width: 0 !important;
    outline-style: solid;
}
.foot-sr {
		
		color:#fff;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 3.95%, rgba(102, 102, 102, 0.00) 125.29%), #425323;
}
h2 {
		margin-bottom: 30px !important;
}
.social {
		display:flex;
		border-radius:36px;
		background:#fff;
		font-family: "Montserrat Alternates", sans-serif;
		gap: 10px;
    font-weight: 700;
    font-size: 34px;
		padding:36px;
		text-decoration:none;
}
.social:active {
		box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.30) inset !important;
}
.social img {
}

.social span {
		line-height:40px;
}







/*

.wp-block-navigation__responsive-container.is-menu-open {
    position: fixed !important;
    inset: 0 !important;
    background: transparent !important;
    z-index: 9999 !important;
}


.wp-block-navigation__responsive-container-content {
    position: absolute !important;
    top: 80px !important;
    right: 20px !important;   

    left: auto !important; 

    width: 320px;
    max-width: calc(100vw - 40px);

    background: #fff;
    border-radius: 12px;

    padding: 20px;

    box-shadow: 0 10px 30px rgba(0,0,0,0.2);

    display: flex;
    flex-direction: column;
    gap: 12px;
}


.wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100%;
    gap: 12px;
}


.wp-block-navigation__responsive-container-content a {
    width: 100%;
    padding: 8px 0;
    text-decoration: none;
}
.wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container-content a {
    text-align: left !important;
    align-items: flex-start !important;
}

.wp-block-navigation__responsive-container-content a {
    display: block;
    width: 100%;
}
.wp-block-navigation .wp-block-navigation-item {
		width:100% !important;
}*/