/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 144:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.chi-siamo-section {
  padding: 60px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.chi-siamo-intro {
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  color: white;
  text-align: center;
}
.chi-siamo-text-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.chi-siamo-text {
  flex: 1;
  padding: 20px;
}
.chi-siamo-img {
  flex: 1;
}
.chi-siamo-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
[data-animate] {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}
[data-animate].animated {
  opacity: 1;
  transform: translateY(0);
}
.timeline-block,
.valori-block,
.video-hero-block {
  padding: 60px 20px;
  text-align: center;
}
.video-hero-block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  padding: 0;
  height: 100%;
  min-height: 300px;
  max-height: 500px;
  overflow: hidden;
}
.video-hero-block video {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2.5rem;
  text-align: center;
  padding: 0 20px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  z-index: 2;
}
@media (max-width: 768px) {
  .video-hero-block {
    max-height: 360px;
    min-height: 260px;
  }
  .overlay-text {
    font-size: 1.4rem;
    padding: 0 15px;
  }
}
  /* Responsiveness for image + text blocks */
@media (max-width: 768px) {
  .chi-siamo-text-img {
    flex-direction: column !important;
  }

  .chi-siamo-text {
    order: 2;
  }

  .chi-siamo-img {
    order: 1;
  }
}
.valori-riga {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  text-align: center;
  padding: 40px 10px;
}
.valore-singolo {
  flex: 1 1 0;
  max-width: 33.333%;
}
.valore-singolo img {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .valori-riga {
    flex-wrap: nowrap;
  }
  .valore-singolo {
    max-width: 33.33%;
    font-size: 13px;
  }
  .valore-singolo h4 {
    font-size: 15px;
  }
}

</style>