<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sfondoalberi {
  background-color: #fff !important;
  background-image: url('../assets/sostenibilita.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: 60vh;
  margin: 0;
  clip-path: inset(10vh 0 0 0);
  position: relative;
}

.banner-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4vw;
  text-align: center;
}

.banner-text {
  font-family: 'Caviar2', sans-serif;
  color: #fff;
  line-height: 1.25;
  max-width: 60rem;
  margin: 0;
  font-size: clamp(1.4rem, 4vw + 0.8rem, 3.4rem);
  text-shadow: 0 0 12px rgba(0, 0, 0, .45);
  word-break: break-word;
}

@media (max-width: 480px) {
  .banner-text {
    line-height: 1.3;
  }
}

@supports (-webkit-touch-callout: none) {
  #sfondoalberi {
    background-attachment: scroll;
  }
}</pre></body></html>