h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.page-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.navbar {
  z-index: 999;
  width: 100%;
  height: 8em;
  background-color: #000;
  justify-content: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.navbar-container {
  width: 81.25em;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
}

.image {
  width: auto;
  max-height: 100%;
  max-width: none;
}

.accedi {
  height: 2.1875em;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-flow: row;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: .625em 1.875em;
  font-family: Roboto, sans-serif;
  font-size: .9em;
  font-weight: 700;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 2.625em;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer-box {
  background-color: #13161a;
  justify-content: center;
  padding-top: 2.75em;
  padding-bottom: 2.75em;
  display: flex;
}

.footer-container {
  width: 81.25em;
}

.loghi {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-2 {
  max-width: 5.25em;
}

.social {
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.social-img {
  height: 1.5625em;
  margin-left: .78125em;
  margin-right: .78125em;
}

.linea-footer {
  height: 1px;
  background-color: #4e5053;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.note-legali {
  color: #717376;
  margin-bottom: 1.25em;
  padding-right: 8em;
  font-family: Roboto, sans-serif;
  font-size: .75em;
  font-weight: 400;
  line-height: 1.5em;
}

.link-utili {
  color: #717376;
  margin-right: 1.875em;
  font-family: Roboto, sans-serif;
  font-size: .75em;
  font-weight: 500;
  text-decoration: none;
}

.body {
  background-color: #13161a;
}

.sectionhero {
  height: 70vh;
  background-image: url('../images/Hero.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-box {
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-text {
  max-width: 60%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 2.8em;
  font-weight: 600;
  line-height: 117%;
}

.hero-bold {
  font-weight: 600;
}

.linea-hero {
  width: 62%;
  height: 2px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 1.875em;
  margin-bottom: 1.875em;
}

.linea-hero.gradiente-linear {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #8520da 22.66%, #8123db 30.89%, #742ddf 39.43%, #603de4 48.1%, #4254ed 56.89%, #1d70f7 65.66%, #0087ff 71.57%, #00e474 89.36%);
  background-clip: border-box;
}

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  padding: 1.25em;
  font-family: Metropolis, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .1s;
}

.button:hover {
  opacity: .8;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.button.black {
  color: #fff;
  background-color: #000;
}

.button-container {
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .625em;
  display: flex;
}

.button-container.nero {
  border-color: #000;
}

.istruzioni {
  background-color: #fff;
}

.wrapper {
  width: auto;
  max-width: 81.25em;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 0;
  display: flex;
}

.wrapper.padding {
  width: auto;
  max-width: 81.25em;
  padding-top: 2em;
}

.sub {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 2.625em;
  font-weight: 600;
  line-height: 41px;
  display: inline;
  overflow: hidden;
}

.attivazione-box {
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 2em;
  margin-bottom: 3em;
  padding-left: 6.8125em;
  display: flex;
}

.attivazione-sx {
  width: 50%;
  padding-top: 2.6125em;
}

.attivazione-dx {
  width: 50%;
}

.bullet {
  width: auto;
  max-width: 33.125em;
  align-items: center;
  display: flex;
}

.bullet.margin {
  margin-top: 2em;
  margin-bottom: 1.0625em;
}

.image-3 {
  max-height: 4.875em;
  max-width: 6em;
}

.bullet-text {
  color: #000;
  margin-left: 1.75em;
  font-family: Metropolis, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 121%;
}

.bullet-bold {
  color: #000;
  font-weight: 600;
}

.image-4 {
  width: 100%;
  max-width: none;
}

.image-5 {
  max-height: 100%;
}

.image-6 {
  height: 100%;
  max-width: 100%;
}

.section-nuvole {
  background-color: #fff;
}

.nuvole-text {
  width: 84%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nuvole-titolo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Metropolis, sans-serif;
  font-size: 2.875em;
  font-weight: 600;
  display: inline;
}

.linea-nuvole {
  width: 40em;
  height: 2px;
  color: #000;
  background-color: #000;
  margin-top: 1.6875em;
  margin-bottom: 1.6875em;
}

.nuvole-descr {
  color: #000;
  text-align: center;
  font-family: Metropolis, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 121%;
}

.image-8 {
  margin-top: 1.0625em;
  margin-left: auto;
  margin-right: auto;
}

.faq {
  width: 100%;
  background-color: #fff;
  flex: 0 auto;
  overflow: hidden;
}

.box-faq {
  width: 55em;
  flex-direction: column;
  align-items: center;
  margin-top: 4.9375em;
  margin-bottom: 3.375em;
  display: flex;
}

.faqbullet {
  width: 100%;
  height: auto;
  background-color: #fff;
  flex: 0 auto;
  margin-bottom: 1.5625em;
  padding: 1em 1.875em;
  overflow: hidden;
}

.title-box {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 1.5625em;
  font-weight: 500;
  line-height: 121%;
}

.arrow {
  transform: rotate(180deg);
}

.faq-descr {
  width: 100%;
  color: #000;
  margin-top: .625em;
  font-family: Metropolis, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 127%;
  display: none;
}

.nuvole-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .accedi {
    right: 3%;
  }

  .footer-box {
    padding-left: 2em;
    padding-right: 2em;
  }

  .note-legali {
    padding-right: 1.6em;
  }

  .sectionhero {
    height: 40vh;
  }
}

@media screen and (max-width: 767px) {
  .sectionhero {
    height: 60vh;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 8.1em;
  }

  .navbar-container {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 1em 0 1.375em;
  }

  .image {
    max-width: 65%;
  }

  .accedi {
    position: static;
    top: 1.125em;
    right: 3%;
  }

  .footer-box {
    padding-left: 1em;
    padding-right: 1.245em;
  }

  .footer-container {
    width: 100%;
  }

  .note-legali {
    padding-right: 0;
  }

  .link-utili-box {
    flex-direction: column;
    display: flex;
  }

  .body {
    font-size: 14px;
  }

  .sectionhero {
    height: 70vh;
    background-image: url('../images/Hero_Mobile.webp');
  }

  .hero-box {
    max-width: 26em;
  }

  .hero-text {
    max-width: 90%;
    font-size: 1.6875em;
  }

  .button {
    font-size: 1em;
  }

  .button:hover {
    opacity: 1;
  }

  .wrapper {
    width: 90%;
    padding-top: 1.25em;
  }

  .wrapper.padding {
    padding-top: 1.9em;
  }

  .wrapper.space {
    padding-top: 3em;
  }

  .sub {
    font-size: 1.6875em;
  }

  .attivazione-box {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
    margin-bottom: 2.3125em;
    padding-left: 0;
  }

  .attivazione-sx, .attivazione-dx {
    width: 100%;
  }

  .bullet {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 2.3125em;
  }

  .image-3 {
    margin-bottom: .9375em;
  }

  .bullet-text {
    text-align: center;
    margin-left: 0;
  }

  .image-5 {
    max-width: 65%;
  }

  .image-6 {
    height: 50%;
    max-width: none;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-7 {
    display: none;
  }

  .nuvole-text {
    width: 100%;
  }

  .nuvole-titolo {
    font-size: 1.6875em;
  }

  .linea-nuvole {
    width: 100%;
    margin-top: .2875em;
  }

  .nuvole-descr {
    font-size: 1em;
  }

  .box-faq {
    width: auto;
    max-width: 100%;
    margin-top: 1.5em;
  }

  .faq-title {
    max-width: 79%;
    font-size: 1.125em;
  }

  .nuvole-mobile {
    display: block;
  }
}


@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}