:root {
  --white: white;
  --black: black;
  --white-smoke: #f5f5f7;
  --black-2: #1d1d1f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  height: auto;
  max-height: none;
  min-height: auto;
  background-color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.container {
  width: 100vw;
  max-width: 100vw;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
}

.nav {
  z-index: 998;
  width: 100%;
  height: 60px;
  max-height: 60px;
  background-color: #fff;
  margin-top: 2vh;
  display: block;
  position: relative;
}

.nav-menu {
  height: 60px;
  max-height: 60px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.nav-menu._2 {
  z-index: -1;
  width: auto;
  flex: none;
  justify-content: center;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu._3 {
  width: 50vw;
  flex: none;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 5vw;
}

.nav-menu._1 {
  width: 50vw;
  height: 10vw;
  text-align: center;
  flex: none;
  justify-content: flex-start;
  padding-left: 5vw;
  padding-right: 0;
  display: flex;
}

.mobile-burger {
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: none;
}

.nav-link {
  height: 44px;
  color: #000;
  text-align: center;
  border: 1px #000;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.nav-link:hover {
  opacity: .7;
}

.nav-link.due {
  color: #fff;
  background-color: #0071e3;
  border: 10px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  margin-left: 20px;
  margin-right: 30px;
  padding-left: 25px;
  padding-right: 25px;
}

.mobile-burger-line {
  width: 60%;
  height: 1px;
  background-color: #fff;
}

.airpods-nav {
  z-index: 9998;
  width: 100%;
  height: 52px;
  background-color: rgba(29, 29, 31, .86);
  border-bottom: 1px solid #2c2c2c;
  margin-right: 0;
  padding: 0;
  position: fixed;
  top: 0;
}

.iphone-nav-content {
  width: 20vw;
  height: 52px;
  color: #f5f5f7;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.iphone-nav-title {
  color: #f5f5f7;
  font-family: Gotham, sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
}

.iphone-nav-menu {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-right: 22px;
  display: flex;
}

.iphone-nav-link {
  color: #f5f5f7;
  margin-left: 24px;
  font-family: Gotham, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.iphone-nav-link.w--current {
  color: rgba(245, 245, 247, .6);
}

.buy-button {
  float: right;
  color: #fff;
  background-color: #0071e3;
  background-image: linear-gradient(to top, #0071e3, #3298ff);
  border-radius: 30px;
  margin: 19px 20px 19px 10px;
  padding: 7.5px 15px;
  font-family: Gotham, sans-serif;
  font-size: 13px;
  line-height: 22px;
  position: relative;
}

.buy-button:hover {
  background-color: #1680eb;
  background-image: linear-gradient(#0071e3, #3298ff);
}

.buy-button.sotto {
  z-index: 99999999;
  width: 200px;
  height: 60px;
  text-align: center;
  border-radius: 50px;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin: 17vh auto auto;
  padding: 13px 40px;
  font-size: 30px;
  line-height: 35px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.white {
  color: #fff;
}

.html-embed {
  height: 6000px;
  margin-top: 0;
  padding-top: 0;
  display: none;
  position: fixed;
}

.html-embed.intro {
  height: 3000px;
  margin-top: 0;
  padding-top: 0;
  transition: transform .3s;
  display: block;
  position: static;
}

.html-embed._1 {
  z-index: 999;
  width: 100vw;
  height: 2000px;
  opacity: 1;
  color: #744848;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hoverfullscreen {
  z-index: 9999999;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  transition: opacity .2s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hoverfullscreen.white {
  z-index: 999999999;
  opacity: 1;
  background-color: #fff;
  transition-property: none;
  display: none;
}

.text-block-4 {
  z-index: 997;
  width: 30vw;
  height: 2vh;
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  border: 0 solid #fff;
  border-radius: 0;
  margin: auto auto 5vh;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-3 {
  height: 90vh;
  justify-content: space-around;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.immagineboccetta1 {
  height: 65vh;
  max-width: none;
}

.immagineboccetta2, .immagineboccetta3 {
  height: 40vh;
  max-width: none;
  min-height: 400px;
}

.link-block, .link-block-2, .link-block-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.bottonenero {
  z-index: 997;
  width: 30vw;
  height: 2vh;
  opacity: 1;
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  margin: auto auto 5vh;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bottonenero.bottonenero2 {
  z-index: 998;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  color: #fff;
  margin-bottom: 0;
  display: block;
}

.image-5 {
  width: auto;
  height: 15vh;
  max-height: 15vh;
  min-height: 15vh;
  margin-top: 11vh;
  padding-left: 4px;
}

.link-block-4 {
  text-align: center;
}

.dropdownwrapper {
  width: auto;
  height: 44px;
  position: relative;
}

.dropdowncontent {
  width: 100%;
  max-width: none;
  color: #000;
  background-color: #fff;
  font-family: Gotham, sans-serif;
  text-decoration: none;
  display: block;
  position: absolute;
  overflow: hidden;
}

.dropdownlink {
  height: 30px;
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.heading-5 {
  color: #2c2c2c;
  text-align: center;
  margin-top: -4vh;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
}

.divblockboc2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.section-4 {
  z-index: 999;
  width: 100vw;
  height: 2.5vh;
  min-height: 2.5vh;
  min-width: 100vw;
  background-color: rgba(255, 255, 255, 0);
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-5 {
  color: rgba(51, 51, 51, .68);
  margin-left: 23px;
  font-size: 10px;
}

.section-13 {
  margin-top: 0;
  display: block;
}

.section-14 {
  height: 2000px;
  display: block;
  position: relative;
}

.image-12 {
  width: 100vw;
  max-width: none;
  margin-top: 100vh;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-6 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-6.piccolo {
  z-index: 90;
  width: auto;
  height: auto;
  opacity: 1;
  direction: ltr;
  color: #352929;
  text-align: center;
  text-transform: none;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin: auto auto auto 5vw;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-6.piccolo-copy {
  z-index: 999;
  width: auto;
  height: auto;
  opacity: 1;
  direction: ltr;
  text-align: center;
  text-transform: none;
  z-index: auto;
  width: auto;
  height: auto;
  opacity: 1;
  direction: ltr;
  color: #352929;
  text-align: center;
  text-transform: none;
  background-color: rgba(194, 75, 75, 0);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-5000px);
}

.heading-6.big {
  z-index: 9998;
  background-color: rgba(230, 102, 102, 0);
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  font-size: 60px;
  line-height: 70px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-6.piccolo-copy-copy {
  z-index: 999999;
  width: auto;
  height: auto;
  opacity: 1;
  direction: ltr;
  color: #352929;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin: auto auto auto 5vw;
  font-size: 35px;
  line-height: 45px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-6.piccolo-copy-copy-copy {
  z-index: 999999;
  width: auto;
  height: auto;
  opacity: 1;
  direction: ltr;
  color: #352929;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sectiontesto {
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-top: 180vw;
  display: flex;
}

.sectiontesto.piccolo {
  height: 200vh;
  opacity: 1;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 50vh;
  display: flex;
  overflow: hidden;
}

.tuco-234 {
  z-index: 999;
  width: auto;
  height: 60vh;
  max-width: none;
  opacity: 1;
  text-align: right;
  margin: auto -5vw 541px auto;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.image-16 {
  z-index: 999;
  width: auto;
  height: 70vh;
  max-width: none;
  opacity: 0;
  text-align: right;
  margin: auto 15vw auto auto;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.image-16.asd {
  z-index: 998;
  height: 70vh;
  opacity: 0;
  margin-right: auto;
  padding-top: 10vh;
  display: block;
  overflow: hidden;
}

.image-16.asd.blackout {
  z-index: 9998;
  width: 100vw;
  height: auto;
  max-width: 100vw;
  min-height: auto;
  min-width: 100vw;
  padding-top: 0;
  display: block;
}

.image-16.gagaga, .image-16.asd-copy, .image-16.papapa {
  height: 60vh;
  opacity: 0;
}

.image-16.asd-copy-ok, .image-16.asd-copy-ok2, .image-16.asd-copy-secur, .image-16.ultimo98, .image-16.ultimo99 {
  z-index: 998;
  height: 70vh;
  opacity: 0;
  margin-right: auto;
  padding-top: 10vh;
  display: block;
  overflow: hidden;
}

.container-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2.come {
  max-width: none;
  max-width: none;
  flex: none;
  padding-left: 10vw;
  padding-right: 10vw;
}

.bocciaultimauscita {
  z-index: 996;
  width: 40vw;
  height: auto;
  max-width: none;
  opacity: 1;
  text-align: right;
  margin: -75vw auto auto;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.image-19 {
  z-index: 0;
  height: auto;
  margin: auto;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-6 {
  color: rgba(255, 255, 255, .76);
  text-align: left;
  letter-spacing: 1.5px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-weight: 500;
  line-height: 35px;
  text-decoration: none;
  display: flex;
}

.papa {
  z-index: 999;
  width: auto;
  height: 70vh;
  max-width: none;
  opacity: 0;
  text-align: right;
  margin: auto auto 25vh -15vw;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.section-16 {
  z-index: 999999998;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background-color: #fff;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-2-copy {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 130px;
  padding-left: 0;
  padding-right: 4vw;
  display: flex;
  overflow: hidden;
}

.image-20 {
  max-width: 8%;
  flex: 0 auto;
  margin-right: 14px;
}

.div-block-6 {
  max-width: 200px;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.image-21 {
  width: 115px;
  max-width: none;
}

.container-3-copy {
  text-align: left;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-6-copy {
  color: #bdbdbd;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5vw;
  font-family: Gotham book, sans-serif;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.text-block-6-copy-copy {
  color: #bdbdbd;
  text-align: left;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 5vw;
  font-family: Gotham book, sans-serif;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.ciaofooter {
  z-index: 997;
  height: 30vh;
  max-width: 100vw;
  background-color: rgba(29, 29, 31, .86);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.ciaofooter2 {
  z-index: 997;
  width: auto;
  height: 10vh;
  max-width: 100vw;
  background-color: rgba(29, 29, 31, .86);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.image-22 {
  height: 3vh;
  max-width: none;
  margin-left: 0;
  padding-right: 0;
}

.link-block-5 {
  z-index: 9999999;
  align-self: center;
  margin-left: -220px;
  position: absolute;
}

.papa-copy {
  z-index: 999;
  width: auto;
  height: 70vh;
  max-width: none;
  opacity: 0;
  text-align: right;
  margin: auto auto 30px -226px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.tuco-copy {
  z-index: 999;
  width: auto;
  height: 60vh;
  max-width: none;
  opacity: 1;
  text-align: right;
  margin: auto -114px 664px auto;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.papa-copy-234 {
  z-index: 999;
  width: auto;
  height: 70vh;
  max-width: none;
  opacity: 0;
  text-align: right;
  margin: auto auto 25vh -10vw;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.title-6 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
  display: flex;
}

.html2 {
  z-index: 99999;
  width: 300px;
  height: 60px;
  margin: 95vh 20px 0 auto;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.body-3 {
  background-color: #fff;
}

.section-17 {
  opacity: 1;
  display: none;
}

.slider {
  width: 100vw;
  height: 65vh;
  text-align: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: block;
  top: auto;
}

.icon, .icon-2 {
  color: #646464;
}

.image-24 {
  z-index: 9999;
  height: 5vh;
  flex: 0 auto;
  align-self: center;
  margin: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
}

.navbar {
  z-index: 99998;
  width: 100vw;
  text-align: center;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  overflow: visible;
}

.icon-3 {
  color: #fff;
}

.brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.burger {
  z-index: 99999999;
  height: 6vh;
  margin: auto;
  padding-top: 2vh;
}

.burger.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
}

.nav-menu-2 {
  z-index: -1;
  width: 100vw;
  color: #fff;
  background-color: rgba(255, 255, 255, .9);
  margin-top: 12vh;
}

.nav-link-2 {
  color: #fff;
}

.nav-link-3 {
  color: #4e4b4b;
  text-align: center;
  font-family: Gotham book, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.nav-link-3.blackout, .nav-link-4 {
  color: #fff;
}

.finaletesto {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobiletesto {
  height: 100vh;
  opacity: 1;
  overflow: hidden;
}

.mobiletesto1 {
  height: 70vh;
  opacity: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 26vh;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham book, sans-serif;
  font-size: 45px;
  line-height: 55px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mobiletesto1.hide {
  opacity: 1;
  display: flex;
}

.sectiontesto-copy {
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-top: 115vw;
  display: flex;
}

.sectiontesto-copy.piccolo {
  height: 200vh;
  opacity: 1;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 50vh;
  display: flex;
  overflow: hidden;
}

.link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-17, .link-block-18, .link-block-19 {
  text-decoration: none;
}

.mask {
  text-align: center;
  margin-top: 15vh;
}

.slide-nav {
  display: none;
}

.navbar-copy {
  z-index: 999;
  width: 100vw;
  height: 12vh;
  max-height: none;
  color: rgba(29, 29, 31, .86);
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: fixed;
  box-shadow: 0 0 40px 30px rgba(218, 218, 218, .56);
}

.navbar-copy.blackout {
  z-index: 9999;
  box-shadow: none;
}

.container-3 {
  margin-left: auto;
  margin-right: auto;
}

.heading-8 {
  width: 20vw;
  color: #f1f1f1;
  text-align: left;
  padding-left: 41px;
  font-family: Gotham, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: block;
}

.section-18 {
  height: 95vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-25 {
  width: 28px;
  max-width: none;
  float: none;
  clear: both;
  flex: 0 auto;
  align-self: auto;
  margin: 0 auto auto;
  display: block;
  position: static;
}

.heading-9 {
  width: 160px;
  color: #4e4b4b;
  margin-top: 14px;
  margin-left: 26px;
  font-size: 25px;
}

.finaletesto-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.text-block-7 {
  text-align: center;
  margin-top: 103px;
  font-family: Gotham book, sans-serif;
  position: relative;
}

.buy-button-copy {
  float: right;
  color: #fff;
  background-color: #0071e3;
  border-radius: 20px;
  margin: 19px 20px 19px 10px;
  padding: 15px 30px;
  font-family: Gotham, sans-serif;
  font-size: 25px;
  line-height: 22px;
  position: relative;
}

.buy-button-copy:hover {
  background-color: #1680eb;
}

.buy-button-copy.sotto {
  z-index: 99999999;
  width: 200px;
  height: 60px;
  text-align: center;
  border-radius: 50px;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin: 17vh auto auto;
  padding: 13px 40px;
  font-size: 30px;
  line-height: 35px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph {
  font-family: Gotham, sans-serif;
  font-size: 40px;
}

.image-26 {
  height: 10vh;
  opacity: 1;
  margin-top: 0;
  position: fixed;
}

.image-27 {
  min-height: 16vh;
  opacity: 1;
  align-self: center;
  margin: auto;
  position: fixed;
}

.heading-10 {
  font-family: Gotham, sans-serif;
  font-size: 35px;
  font-weight: 500;
  position: relative;
}

.hoverfullscreen-2 {
  z-index: 999999999;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-28 {
  min-height: 8vh;
  opacity: .35;
  color: #a02828;
  align-self: center;
  margin: auto;
  position: fixed;
}

.image-29 {
  height: 5vh;
  opacity: .4;
  color: #a37272;
  margin-top: 0;
  position: fixed;
}

.image-29.blackout {
  opacity: 1;
}

.div-block-7 {
  max-width: 200px;
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.ciaofooter-2 {
  z-index: 9998;
  height: auto;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-30 {
  width: 115px;
  max-width: none;
  transition: all .2s;
}

.image-30:hover {
  width: 115px;
  transform: scale(1.1);
}

.text-block-8 {
  color: #898989;
  text-align: left;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-weight: 300;
  line-height: 35px;
  transition: all .2s;
  display: flex;
}

.text-block-8:hover {
  color: #4d4d4d;
  text-decoration: underline;
}

.image-31 {
  max-width: 8%;
  flex: 0 auto;
  margin-right: 14px;
  transition: all .2s;
}

.image-31:hover {
  max-width: 9%;
}

.title-7 {
  color: #4e4b4b;
  text-align: left;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 60px;
  display: flex;
  position: static;
}

.container-2-copy-2 {
  color: #303030;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 57px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ciaofooter2-2 {
  z-index: 9998;
  height: 15vh;
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-3-copy-2 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-20 {
  flex: 0 auto;
  align-self: center;
  font-family: Gotham book, sans-serif;
  text-decoration: none;
}

.text-block-6-copy-2 {
  color: #afafaf;
  text-align: center;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-family: Gotham book, sans-serif;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.text-block-6-copy-2:hover {
  color: #555;
  text-decoration: underline;
}

.container-3-copy-copy {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-6-copy-copy-2 {
  color: rgba(175, 175, 175, .76);
  text-align: left;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham book, sans-serif;
  font-weight: 400;
  line-height: 26px;
  transition: all .2s;
  display: flex;
}

.text-block-6-copy-copy-2:hover {
  color: #555;
  text-decoration: underline;
}

.text-block-6-copy-copy-copy {
  color: #afafaf;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  line-height: 40px;
  transition: all .2s;
  display: flex;
}

.text-block-6-copy-copy-copy:hover {
  color: #555;
  text-decoration: underline;
}

.container-4 {
  width: 100vw;
  height: 5vh;
  max-width: 100vw;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-32 {
  width: auto;
  height: 7vh;
  max-height: 7vh;
  min-height: 7vh;
  margin-top: 4vh;
  padding-left: 0;
}

.nav-link-5 {
  height: 44px;
  color: #000;
  text-align: center;
  border: 1px #000;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Gotham book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.nav-link-5:hover {
  opacity: .7;
}

.buy-button-2 {
  float: right;
  color: #fff;
  background-color: #0071e3;
  background-image: linear-gradient(to top, #0071e3, #3298ff);
  border: 10px #0071e3;
  border-radius: 50px;
  margin: 19px 0;
  padding: 15px 24px;
  font-family: Gotham book, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 6px;
  position: relative;
}

.buy-button-2:hover {
  background-color: #1680eb;
  background-image: linear-gradient(#0071e3, #3298ff);
}

.nav-2 {
  z-index: 998;
  width: 100%;
  height: 5vh;
  max-height: 60px;
  background-color: #fff;
  margin-top: 0;
  display: block;
  position: relative;
}

.section-19 {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.container-5 {
  height: 30vh;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.iphone-nav-content-2 {
  width: auto;
  height: 6vh;
  color: #f5f5f7;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-5-copy {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.airmod {
  z-index: 9998;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, .9);
  border: .5px #acacac;
  flex-direction: row;
  align-items: stretch;
  margin-top: 0;
  padding-top: 8px;
  display: block;
  position: fixed;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
  box-shadow: 0 0 40px 30px rgba(218, 218, 218, .56);
}

.mobile-burger-2 {
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: none;
}

.iphone-nav-title-2 {
  color: #4e4b4b;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.iphone-nav-title-2.blackout {
  color: #fff;
}

.buy-button-3 {
  color: #fff;
  background-color: #0071e3;
  background-image: linear-gradient(to top, #0071e3, #3298ff);
  border-radius: 20px;
  margin-left: 24px;
  padding: 4px 11px;
  font-family: Gotham book, sans-serif;
  font-size: 12px;
}

.buy-button-3:hover {
  background-color: #1680eb;
  background-image: linear-gradient(#0071e3, #3298ff);
}

.iphone-nav-menu-2 {
  flex: 0 auto;
  display: flex;
}

.nav-menu-3 {
  height: 44px;
  max-height: 44px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.container-6 {
  width: 100vw;
  height: 6vh;
  background-color: #fff;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-9 {
  color: #4e4b4b;
  cursor: grab;
  align-self: center;
  font-family: Gotham, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.nav-link-6 {
  height: 44px;
  color: #4e4b4b;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham book, sans-serif;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.nav-link-6:hover {
  opacity: .7;
}

.nav-link-6.logo {
  width: 30px;
  height: 45px;
  background-image: url('../images/ok_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 0;
  padding-right: 0;
}

.container-7 {
  width: 100vw;
  height: 6vh;
  min-width: 100vw;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.iphone-nav-content-2-copy {
  width: auto;
  height: 4vh;
  color: #f5f5f7;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-8 {
  margin-left: 10vw;
  margin-right: 10vw;
}

.pop-up-modal {
  z-index: 999999;
  background-color: rgba(42, 42, 45, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up {
  width: 450px;
  height: auto;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 100px 30px 30px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, .25);
}

.pop-up-icon {
  width: 150px;
  height: 150px;
  background-color: #000;
  background-image: none;
  border: 5px solid #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  position: absolute;
  top: -13%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-33 {
  max-width: 80%;
  margin-top: -11px;
  margin-left: 7px;
}

.image-34 {
  max-width: 7%;
  cursor: grab;
  background-color: rgba(212, 120, 120, 0);
  flex: 0 auto;
  align-self: flex-end;
  margin-top: -84px;
  margin-left: 9px;
  position: absolute;
}

.oltremodalgotham {
  color: #000;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: -5px;
  font-family: Snellroundhand, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
}

.oltremodalgotham-copy {
  color: #000;
  letter-spacing: 3px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gotham book, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-4 {
  color: #4e4e4e;
  text-align: center;
  margin-top: 12px;
  font-family: Gotham book, sans-serif;
  font-size: 17px;
}

.div-block-9 {
  max-width: 200px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.ciaofooter-3 {
  z-index: 9998;
  height: auto;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.container-2-copy-3 {
  color: #303030;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 57px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ciaofooter2-3 {
  z-index: 9998;
  height: auto;
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.container-3-copy-3 {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-block-6-copy-3 {
  color: #afafaf;
  text-align: center;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-family: Gotham book, sans-serif;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.text-block-6-copy-3:hover {
  color: #555;
  text-decoration: underline;
}

.container-3-copy-copy-2 {
  text-align: left;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-6-copy-copy-3 {
  color: rgba(175, 175, 175, .76);
  text-align: center;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham book, sans-serif;
  font-weight: 400;
  line-height: 40px;
  transition: all .2s;
  display: flex;
}

.text-block-6-copy-copy-3:hover {
  color: #555;
  text-decoration: underline;
}

.sectiontesto-2 {
  width: auto;
  height: 60vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sectiontesto-2.piccolo {
  height: 100vh;
  opacity: 1;
  text-align: justify;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0;
  display: flex;
  overflow: hidden;
}

.image-35 {
  z-index: 0;
  width: 95vw;
  height: auto;
  max-height: none;
  max-width: 95vw;
  min-height: auto;
  min-width: 95vw;
  opacity: 1;
  object-fit: contain;
  margin: auto;
  padding-left: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.buy-button-3-copy {
  z-index: 9999;
  width: 130px;
  color: #fff;
  text-align: center;
  background-color: #0071e3;
  background-image: linear-gradient(to top, #0071e3, #3298ff);
  border-radius: 40px;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  margin: 42vw auto auto;
  padding: 10px 20px;
  font-family: Gotham book, sans-serif;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.buy-button-3-copy:hover {
  background-color: #1680eb;
  background-image: linear-gradient(#0071e3, #3298ff);
}

.finaleimgdiv {
  height: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.text-container {
  height: 100vh;
  max-width: 980px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hero-text {
  width: 100%;
  padding-bottom: 200px;
}

.hero-scroll-container {
  height: 125vh;
  position: relative;
}

.hero-headline {
  color: #626275;
  text-align: center;
  letter-spacing: -.15px;
  font-size: 150px;
  line-height: .667;
}

.sticky-container {
  height: 60vh;
  max-width: 980px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 30vh;
  overflow: hidden;
}

.hero-bullet-points {
  width: 100%;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.hero-bullet-text {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.watch-the-film {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.17;
}

.hero {
  position: relative;
}

.section-20 {
  height: 30vh;
}

.mobiletesto1-copy {
  height: 70vh;
  opacity: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 10vh;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham book, sans-serif;
  font-size: 50px;
  line-height: 60px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mobiletesto2 {
  height: 70vh;
  opacity: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 21vh;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham book, sans-serif;
  font-size: 45px;
  line-height: 55px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mobiletesto3 {
  height: 70vh;
  opacity: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 31vh;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham book, sans-serif;
  font-size: 45px;
  line-height: 55px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mobiletesto4 {
  height: 70vh;
  opacity: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 29vh;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham book, sans-serif;
  font-size: 45px;
  line-height: 55px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.container-8 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.oltremodalgotham-2 {
  color: #525252;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: -5px;
  font-family: Snellroundhand, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5em;
}

.times {
  color: #525252;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: -5px;
  margin-left: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5em;
}

.mobiletesto4-copy {
  height: 70vh;
  opacity: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 29vh;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham book, sans-serif;
  font-size: 45px;
  line-height: 55px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mobiletesto2-copy {
  height: 70vh;
  opacity: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 21vh;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham book, sans-serif;
  font-size: 45px;
  line-height: 55px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mobiletesto4-copy, .mobiletesto4-copy-copy {
  height: 70vh;
  opacity: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 29vh;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham book, sans-serif;
  font-size: 45px;
  line-height: 55px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-36 {
  z-index: 9999;
  width: 20px;
  height: auto;
  max-width: none;
  opacity: 0;
  margin: auto auto 3vh;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 10vh);
}

.section-3-romano {
  width: 100vw;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-3-romano.hide {
  display: none;
}

.image-37, .div-block-10 {
  width: 100vw;
  align-self: center;
}

.paragraph-2-copy-copy {
  text-align: left;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin: 25px 2vw;
  font-family: Gotham book, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.paragraph-2-copy {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 25px 2vw;
  font-family: Gotham book, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.paragraph-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 25px 2vw;
  font-family: Gotham book, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.section-3-copy {
  height: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.section-3-copy2-copy {
  height: 4vw;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-32-copy {
  width: 100vw;
}

.section-3-copy-copy {
  height: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.section-3-copy2 {
  height: 120px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar-copy-copy-ok {
  z-index: 999;
  width: 100vw;
  height: 12vh;
  max-height: none;
  color: rgba(29, 29, 31, .86);
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: fixed;
  box-shadow: 0 0 40px 30px rgba(218, 218, 218, .56);
}

.image-29-copy {
  max-width: 30px;
  cursor: pointer;
  align-self: center;
  margin-left: 10px;
  margin-right: 35px;
  display: block;
}

.pop-up-2 {
  width: 450px;
  height: auto;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 100px 30px 30px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, .25);
}

.pop-up-icon-2 {
  width: 150px;
  height: 150px;
  background-color: #000;
  background-image: none;
  border: 5px solid #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  position: absolute;
  top: -13%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pop-up-modal-2 {
  z-index: 999999;
  background-color: rgba(42, 42, 45, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-38 {
  max-width: 7%;
  cursor: grab;
  background-color: rgba(212, 120, 120, 0);
  flex: 0 auto;
  align-self: flex-end;
  margin-top: -84px;
  margin-left: 9px;
  position: absolute;
}

.oltremodalgotham-3 {
  color: #525252;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Snellroundhand, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-5 {
  align-self: center;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Gotham book, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.link-block-19-copy {
  color: #2d2d2d;
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-2 Area-12"
                 "Area Area-11"
                 "Area-3 Area-10"
                 "Area-4 Area-9"
                 "Area-5 Area-8"
                 "Area-6 Area-7"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  justify-items: stretch;
  display: grid;
}

.image-39 {
  max-width: 20%;
  align-self: center;
  margin-right: 10px;
  display: block;
}

.link-block-21 {
  justify-content: flex-end;
  display: flex;
}

.image-40 {
  max-width: 80%;
  margin-top: -11px;
  margin-left: 7px;
}

.mobiletesto4-copy-copy, .mobiletesto4-copy-copy-copy {
  height: 70vh;
  opacity: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 29vh;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham book, sans-serif;
  font-size: 45px;
  line-height: 55px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-16-copy {
  z-index: 999;
  width: auto;
  height: 70vh;
  max-width: none;
  opacity: 0;
  text-align: right;
  margin: auto 15vw auto auto;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.image-16-copy.asd {
  z-index: 998;
  height: 70vh;
  opacity: 0;
  margin-right: auto;
  padding-top: 10vh;
  display: block;
  overflow: hidden;
}

.image-16-copy.gagaga, .image-16-copy.asd-copy, .image-16-copy.papapa {
  height: 60vh;
  opacity: 0;
}

.hoverfullscreen-3 {
  z-index: 9999999;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  transition: opacity .2s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hoverfullscreen-3.blackout {
  background-color: #000;
  display: flex;
}

.image-41 {
  min-height: 8vh;
  opacity: .35;
  color: #a02828;
  align-self: center;
  margin: auto;
  display: block;
  position: fixed;
}

.image-41.blackout {
  opacity: 1;
}

.image-42 {
  z-index: 9999;
  height: 5vh;
  flex: 0 auto;
  align-self: center;
  margin: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
}

.image-43 {
  width: 28px;
  max-width: none;
  float: none;
  clear: both;
  flex: 0 auto;
  align-self: auto;
  margin: 0 auto auto;
  display: block;
  position: static;
}

.burger-2 {
  z-index: 99999999;
  height: 6vh;
  margin: auto;
  padding-top: 2vh;
}

.burger-2.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
}

.iphone-nav-content-3 {
  width: auto;
  height: 6vh;
  color: #f5f5f7;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.buy-button-4 {
  color: #fff;
  background-color: #0071e3;
  background-image: linear-gradient(to top, #0071e3, #3298ff);
  border-radius: 20px;
  margin-left: 24px;
  padding: 4px 11px;
  font-family: Gotham book, sans-serif;
  font-size: 12px;
}

.buy-button-4:hover {
  background-color: #1680eb;
  background-image: linear-gradient(#0071e3, #3298ff);
}

.htmlblackout {
  height: 6000px;
  margin-top: 0;
  padding-top: 0;
  display: none;
  position: fixed;
}

.htmlblackout._1 {
  z-index: 999;
  width: 100vw;
  height: 3000px;
  opacity: 1;
  color: #744848;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mobiletesto-2 {
  height: 100vh;
  overflow: hidden;
}

.mobiletesto-2.blackout {
  opacity: 1;
}

.mobiletesto-2.hide {
  display: none;
}

.blackouttesti {
  z-index: 9998;
  height: 70vh;
  opacity: 0;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 26vh;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham book, sans-serif;
  font-size: 45px;
  line-height: 55px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.blackouttesti._1 {
  z-index: 9999;
  opacity: .77;
}

.mobilevideo {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
  overflow: hidden;
}

.container-12 {
  z-index: 9998;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video {
  z-index: 9999;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.finaleimgdivblackout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10vh;
  display: flex;
  overflow: hidden;
}

.imageblackoutboccetta {
  z-index: 9999;
  height: 60vh;
  max-height: 60vh;
  min-height: 60vh;
  opacity: 1;
  object-fit: contain;
  margin: auto;
  padding-left: 0;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.buttonblackout {
  z-index: 9999;
  width: 170px;
  color: #fff;
  text-align: center;
  background-color: #0071e3;
  background-image: linear-gradient(to top, #0071e3, #3298ff);
  border-radius: 40px;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  margin: 5vw auto 10vw;
  padding: 10px 20px;
  font-family: Gotham book, sans-serif;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.buttonblackout:hover {
  background-color: #1680eb;
  background-image: linear-gradient(#0071e3, #3298ff);
}

.pop-up-icon-3 {
  width: 100px;
  height: 100px;
  background-color: #000;
  background-image: none;
  border: 5px solid #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.oltremodalgotham-4 {
  color: #525252;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Snellroundhand, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5em;
}

.pop-up-3 {
  width: 450px;
  height: auto;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 100px 30px 30px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, .25);
}

.pop-up-3.blackout {
  width: 450px;
  max-height: 90vh;
  background-color: #000;
}

.image-44 {
  max-width: 100%;
  margin-top: -3px;
  margin-left: 7px;
  transform: scale(1.7);
}

.image-45 {
  max-width: 7%;
  cursor: grab;
  background-color: rgba(212, 120, 120, 0);
  flex: 0 auto;
  align-self: flex-end;
  margin-top: 0;
  margin-left: 9px;
  position: absolute;
}

.image-45.blackout {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 20px;
}

.pop-up-modal-3, .popupblackoutmadre {
  z-index: 999999;
  background-color: rgba(42, 42, 45, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popupblackoutmadre.blackout {
  background-color: rgba(0, 0, 0, .82);
  display: none;
}

.buy-button-5 {
  float: right;
  color: #fff;
  background-color: #0071e3;
  background-image: linear-gradient(to top, #0071e3, #3298ff);
  border: 10px #0071e3;
  border-radius: 50px;
  margin: 19px 20px 19px 10px;
  padding: 15px 24px;
  font-family: Gotham book, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 6px;
  position: relative;
}

.buy-button-5:hover {
  background-color: #1680eb;
  background-image: linear-gradient(#0071e3, #3298ff);
}

.modalblackout {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Snellroundhand, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5em;
}

.popupblackout {
  z-index: 0;
  height: 30vh;
  opacity: 1;
  object-fit: contain;
  display: block;
  position: static;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.blackout {
  background-color: #000;
}

.text-block-9-blackout {
  color: #fff;
  cursor: grab;
  align-self: center;
  font-family: Gotham, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.imgblackout {
  z-index: 999;
  width: auto;
  height: 70vh;
  max-width: none;
  opacity: 0;
  text-align: right;
  margin: auto 15vw auto auto;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.imgblackout.asd {
  z-index: 998;
  height: 70vh;
  opacity: 0;
  margin-right: auto;
  padding-top: 10vh;
  display: block;
  overflow: hidden;
}

.imgblackout.asd.blackout {
  z-index: 9998;
  width: 100vw;
  height: auto;
  max-width: 100vw;
  min-height: auto;
  min-width: 100vw;
  padding-top: 0;
  display: block;
}

.imgblackout.gagaga, .imgblackout.asd-copy, .imgblackout.papapa {
  height: 60vh;
  opacity: 0;
}

.imgblackout.asd-copy-ok, .imgblackout.asd-copy-ok2, .imgblackout.asd-copy-secur, .imgblackout.ultimo98, .imgblackout.ultimo99 {
  z-index: 998;
  height: 70vh;
  opacity: 0;
  margin-right: auto;
  padding-top: 10vh;
  display: block;
  overflow: hidden;
}

.hoverfullscreen-4 {
  z-index: 999999999;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-46 {
  min-height: 8vh;
  opacity: .35;
  color: #a02828;
  align-self: center;
  margin: auto;
  position: fixed;
}

.image-47 {
  height: 5vh;
  opacity: .4;
  color: #a37272;
  margin-top: 0;
  position: fixed;
}

.image-48 {
  z-index: 9999;
  height: 5vh;
  flex: 0 auto;
  align-self: center;
  margin: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
}

.text-block-10 {
  color: #4e4b4b;
  cursor: grab;
  align-self: center;
  font-family: Gotham, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.div-block-11 {
  margin-left: 10vw;
  margin-right: 10vw;
}

.container-13 {
  width: 100vw;
  height: 6vh;
  min-width: 100vw;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.image-49 {
  width: 28px;
  max-width: none;
  float: none;
  clear: both;
  flex: 0 auto;
  align-self: auto;
  margin: 0 auto auto;
  display: block;
  position: static;
}

.container-14 {
  width: 100vw;
  height: 6vh;
  background-color: #fff;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.iphone-nav-content-4 {
  width: auto;
  height: 6vh;
  color: #f5f5f7;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link-7 {
  color: #4e4b4b;
  text-align: center;
  font-family: Gotham book, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.mobiletesto-3 {
  height: 100vh;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.dividergrangala {
  height: 20vh;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.mobiletesto-4, .mobiletesto-5, .mobiletesto-6 {
  height: 100vh;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.image-50 {
  z-index: 999;
  width: auto;
  height: 70vh;
  max-width: none;
  opacity: 0;
  text-align: right;
  margin: auto 15vw auto auto;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.image-50.asd {
  z-index: 998;
  height: 70vh;
  opacity: 0;
  margin-right: auto;
  padding-top: 10vh;
  display: none;
  overflow: hidden;
}

.mobiletesto-7, .mobiletesto-8 {
  height: 100vh;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.image-51 {
  z-index: 0;
  width: 80vw;
  height: auto;
  max-height: none;
  max-width: 80vw;
  min-height: auto;
  min-width: 80vw;
  opacity: 1;
  object-fit: contain;
  margin: auto;
  padding-left: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.buy-button-3-copy-2 {
  z-index: 9999;
  width: 170px;
  color: #fff;
  text-align: center;
  background-color: #0071e3;
  background-image: linear-gradient(to top, #0071e3, #3298ff);
  border-radius: 40px;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  margin: 80vw auto auto;
  padding: 10px 20px;
  font-family: Gotham book, sans-serif;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.buy-button-3-copy-2:hover {
  background-color: #1680eb;
  background-image: linear-gradient(#0071e3, #3298ff);
}

.mobiletestogg {
  height: 70vh;
  opacity: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 29vh;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham book, sans-serif;
  font-size: 45px;
  line-height: 55px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mobiletestogg.hide {
  opacity: 1;
  display: flex;
}

.hoverfullscreen-5 {
  z-index: 999999999;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-52 {
  min-height: 8vh;
  opacity: .35;
  color: #a02828;
  align-self: center;
  margin: auto;
  position: fixed;
}

.image-53 {
  height: 5vh;
  opacity: .4;
  color: #a37272;
  margin-top: 0;
  position: fixed;
}

.oltremodalgotham-5 {
  color: #525252;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Snellroundhand, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-6 {
  align-self: center;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Gotham book, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.link-block-22 {
  justify-content: flex-end;
  display: flex;
}

.image-54 {
  max-width: 100%;
  margin-top: -3px;
  margin-left: 7px;
  transform: scale(1.7);
}

.image-55 {
  max-width: 7%;
  cursor: grab;
  background-color: rgba(212, 120, 120, 0);
  flex: 0 auto;
  align-self: flex-end;
  margin-top: 0;
  margin-left: 9px;
  position: absolute;
}

.pop-up-modal-4 {
  z-index: 999999;
  background-color: rgba(42, 42, 45, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-56 {
  max-width: 20%;
  align-self: center;
  margin-right: 10px;
  display: block;
}

.image-29-copy-2 {
  max-width: 30px;
  cursor: pointer;
  align-self: center;
  display: block;
}

.div-block-13 {
  flex-direction: column;
  display: flex;
}

.container-15 {
  width: 100vw;
  height: 8vh;
  max-width: 100vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block-23 {
  text-align: center;
}

.nav-3 {
  z-index: 998;
  width: 100%;
  height: 5vh;
  max-height: 60px;
  background-color: #fff;
  margin-top: 3vh;
  display: block;
  position: relative;
}

.buy-button-6 {
  float: right;
  color: #fff;
  text-align: center;
  background-color: #0071e3;
  background-image: linear-gradient(to top, #0071e3, #3298ff);
  border: 10px #0071e3;
  border-radius: 50px;
  margin: 0;
  padding: 15px 24px;
  font-family: Gotham book, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  position: relative;
}

.buy-button-6:hover {
  background-color: #1680eb;
  background-image: linear-gradient(#0071e3, #3298ff);
}

.nav-link-8 {
  color: #000;
  text-align: center;
  border: 1px #000;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Gotham book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.nav-link-8:hover {
  opacity: .7;
}

.nav-menu-4 {
  height: 60px;
  max-height: 60px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.nav-menu-4._2 {
  z-index: -1;
  width: auto;
  flex: none;
  justify-content: center;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu-4._3 {
  width: 50vw;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 2vw;
}

.nav-menu-4._1 {
  width: 50vw;
  height: 10vw;
  text-align: center;
  flex: none;
  justify-content: flex-start;
  padding-left: 2vw;
  padding-right: 0;
  display: flex;
}

.nav-menu-4._2 {
  flex-direction: column;
  justify-content: center;
}

.div-block-12 {
  flex-direction: column;
  display: flex;
}

.image-57 {
  width: auto;
  height: 7vh;
  max-height: 7vh;
  min-height: 7vh;
  margin-top: 4vh;
  padding-left: 0;
}

.link-block-24 {
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.immagineboccetta1-2 {
  height: 65vh;
  max-width: none;
}

.icon-4 {
  color: #646464;
}

.elegantedition {
  height: 95vh;
  opacity: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.link-block-25 {
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-5 {
  color: #646464;
}

.iconedition {
  height: 95vh;
  opacity: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.homepagehalfdiv {
  width: 50%;
  height: 100%;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.homepagehalfdiv.dx {
  flex-direction: column;
  padding-bottom: 5vh;
}

.homepagehalfcontainer {
  width: 50%;
  height: 100%;
  background-color: #c5c5c5;
  background-image: linear-gradient(79deg, #b78628 19%, #fcc201);
  justify-content: center;
  align-items: center;
  display: flex;
}

.homepagehalfcontainer.white {
  text-align: center;
  background-color: #fff;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.homepagehalfcontainer.white.dx {
  width: 100%;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-14 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  border: 0 #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.homepageheading {
  width: 150px;
  opacity: 1;
  color: rgba(0, 0, 0, .8);
  text-align: center;
  cursor: pointer;
  border-bottom: 6px solid #b1b1b1;
  margin-top: 80px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  text-decoration: none;
  transition: all .2s;
}

.homepageheading:hover {
  transform: scale(1.1);
}

.text-span-2 {
  text-decoration: none;
}

.text-span {
  font-size: 25px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.homepage {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  flex-direction: row;
  display: flex;
  position: static;
}

.parfume {
  z-index: 998;
  width: 100%;
  height: 10vh;
  max-height: 10vh;
  margin-bottom: 0;
  padding-bottom: 14vh;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-16 {
  width: 100vw;
  max-width: 100vw;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.button-3 {
  color: #919191;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 0;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.button-4 {
  color: #919191;
  background-color: rgba(56, 152, 236, 0);
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.under {
  z-index: 998;
  width: 100%;
  height: 10vh;
  max-height: 10vh;
  margin-top: 0;
  padding-top: 2vh;
  display: block;
  position: relative;
}

.under.homenuova {
  opacity: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 25vh;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-17 {
  width: 100vw;
  max-width: 100vw;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.buttonunder {
  color: #2f2f2f;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  padding: 0;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

@media screen and (min-width: 1920px) {
  .container {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .html-embed {
    z-index: 9999999;
    display: block;
  }

  .html-embed.intro {
    height: 8000px;
  }

  .html-embed._1 {
    z-index: 998;
    display: block;
  }

  .hoverfullscreen {
    transition-property: none;
    transform: none;
  }

  .text-block-4 {
    width: 50vw;
  }

  .bottonenero {
    width: 50vw;
    font-size: 22px;
    font-weight: 300;
    line-height: 22px;
  }

  .dropdownwrapper {
    height: 44px;
  }

  .dropdowncontent {
    z-index: 9999;
    overflow: hidden;
  }

  .image-12 {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
  }

  .heading-6.piccolo {
    font-size: 70px;
    line-height: 80px;
  }

  .heading-6.piccolo-copy {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    font-size: 70px;
    line-height: 80px;
  }

  .heading-6.big {
    font-size: 80px;
    line-height: 90px;
  }

  .heading-6.piccolo-copy-copy, .heading-6.piccolo-copy-copy-copy {
    font-size: 70px;
    line-height: 80px;
  }

  .hoverfullscreen-2 {
    transition-property: none;
    display: flex;
    transform: none;
  }

  .container-4 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-32 {
    height: 15vh;
    max-height: 15vh;
    min-height: 15vh;
    margin-top: 11vh;
  }

  .buy-button-2 {
    margin: 20px 20px 20px 10px;
    padding: 15px 35px;
  }

  .container-7.blackout {
    height: 8vh;
  }

  .buy-button-3-copy {
    margin-top: auto;
  }

  .image-36 {
    display: block;
  }

  .section-3-copy2 {
    height: 110px;
  }

  .hoverfullscreen-3 {
    transition-property: none;
    transform: none;
  }

  .image-42 {
    height: 7vh;
  }

  .htmlblackout {
    z-index: 9999999;
    display: block;
  }

  .htmlblackout._1 {
    z-index: 998;
    display: block;
  }

  .buttonblackout {
    margin-top: auto;
  }

  .buy-button-5 {
    margin: 20px 20px 20px 10px;
    padding: 15px 35px;
  }

  .popupblackout {
    max-height: 40vw;
    max-width: none;
    min-height: 30vw;
  }

  .hoverfullscreen-4 {
    transition-property: none;
    display: flex;
    transform: none;
  }

  .image-48 {
    height: 7vh;
  }

  .buy-button-3-copy-2 {
    margin-top: auto;
  }

  .hoverfullscreen-5 {
    transition-property: none;
    display: flex;
    transform: none;
  }

  .container-15 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .buy-button-6 {
    margin: 20px 20px 20px 10px;
    padding: 15px 35px;
  }

  .image-57 {
    height: 15vh;
    max-height: 15vh;
    min-height: 15vh;
    margin-top: 11vh;
  }

  .container-16, .container-17 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 100vw;
    height: 7vh;
    max-width: none;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .nav {
    z-index: 9999;
    width: 100vw;
    height: 7vh;
    max-height: none;
    background-color: #000;
    margin-top: 0;
    display: block;
  }

  .nav-menu._1 {
    width: 30vw;
  }

  .mobile-burger {
    display: flex;
  }

  .airpods-nav {
    display: block;
  }

  .buy-button.sotto {
    margin-top: 8vh;
    position: static;
  }

  .buy-button.headervers {
    border-radius: 30px;
    margin-left: 0;
    margin-right: 25px;
    padding: 3px 10px;
  }

  .hoverfullscreen.white {
    z-index: 999;
  }

  .text-block-4 {
    width: 80vw;
    margin-bottom: 10vh;
  }

  .section-3 {
    flex-direction: column;
    justify-content: center;
  }

  .immagineboccetta1 {
    height: 60vh;
    min-height: auto;
  }

  .immagineboccetta2, .immagineboccetta3 {
    height: 45vh;
    min-height: auto;
  }

  .link-block, .link-block-2, .link-block-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bottonenero, .bottonenero.bottonenero2 {
    width: 80vw;
    margin-bottom: 10vh;
  }

  .text-block-5 {
    margin-bottom: auto;
  }

  .section-13, .section-14 {
    display: block;
  }

  .image-12 {
    margin-top: 130vh;
    transform: translate(0, -100px);
  }

  .sectiontesto {
    margin-top: 180vw;
    display: block;
  }

  .sectiontesto.piccolo {
    display: none;
  }

  .image-16.asd {
    height: 70vh;
    padding-top: 10vh;
    display: block;
  }

  .image-16.gagaga {
    height: 70vh;
    opacity: 1;
    margin-bottom: 5vh;
    margin-left: 279px;
    padding-top: 0;
    display: block;
  }

  .image-16.asd-copy {
    height: 70vh;
    padding-top: 10vh;
    display: block;
  }

  .image-16.papapa {
    height: 70vh;
    opacity: 1;
    margin-top: 5vh;
    padding-top: 0;
    display: block;
  }

  .image-16.asd-copy-ok, .image-16.asd-copy-ok2, .image-16.asd-copy-secur, .image-16.ultimo98, .image-16.ultimo99 {
    height: 70vh;
    padding-top: 10vh;
    display: block;
  }

  .container-2.come {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .bocciaultimauscita {
    z-index: 997;
    width: 60vw;
    height: auto;
    margin-top: -90vw;
    position: relative;
  }

  .image-19 {
    position: relative;
  }

  .text-block-6 {
    text-align: center;
    line-height: 25px;
  }

  .section-16 {
    display: block;
  }

  .body-2 {
    max-height: 100vh;
    max-width: 100vw;
  }

  .container-2-copy {
    justify-content: center;
    align-items: center;
    margin-top: 6vh;
    padding-right: 0;
  }

  .div-block-6 {
    justify-content: center;
  }

  .image-21 {
    width: 90px;
  }

  .ciaofooter {
    z-index: 997;
    height: 800px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ciaofooter2 {
    z-index: 997;
  }

  .title-6 {
    line-height: 30px;
  }

  .section-17 {
    z-index: 9999999;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-23 {
    width: 20vw;
    margin-top: 15vh;
    margin-bottom: 30px;
  }

  .heading-7 {
    color: rgba(255, 255, 255, .74);
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: Gotham, sans-serif;
    font-weight: 500;
  }

  .icon {
    color: #333;
    font-size: 20px;
    line-height: 20px;
  }

  .icon-2 {
    color: #333;
    font-size: 20px;
  }

  .image-24 {
    height: 6vh;
    max-width: none;
    flex: 0 auto;
    align-self: auto;
    margin: auto;
    padding: .5vh 0;
  }

  .navbar {
    z-index: 2147483647;
    width: 100vw;
    background-color: #000;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .icon-3 {
    color: #fff;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .brand {
    height: auto;
  }

  .burger {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 2vh;
    padding-bottom: 0;
    display: block;
  }

  .nav-menu-2 {
    margin-top: 12vh;
  }

  .nav-link-2, .nav-link-4 {
    color: #fff;
  }

  .finaletesto {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobiletesto1 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 50px;
  }

  .mobileimage1 {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 45px;
    line-height: 50px;
  }

  .sectiontesto-copy {
    margin-top: 70vw;
    display: block;
  }

  .sectiontesto-copy.piccolo {
    display: none;
  }

  .navbar-copy {
    height: 12vh;
    display: block;
  }

  .heading-8 {
    width: 300px;
    text-align: left;
  }

  .finaletesto-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-7 {
    margin-top: 37px;
  }

  .buy-button-copy {
    z-index: 999;
  }

  .buy-button-copy.sotto {
    margin-top: 8vh;
    position: static;
  }

  .buy-button-copy.headervers {
    border-radius: 30px;
    margin-left: 0;
    margin-right: 25px;
    padding: 3px 10px;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .iphone-nav-content-2 {
    width: 100vw;
    height: 6vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .airmod {
    display: none;
  }

  .container-6 {
    height: 6vh;
  }

  .text-block-9 {
    align-self: flex-end;
  }

  .iphone-nav-content-2-copy, .div-block-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sectiontesto-2, .sectiontesto-2.piccolo {
    display: block;
  }

  .buy-button-3-copy {
    margin-top: 47vw;
  }

  .finaleimgdiv {
    height: 100vw;
    margin-bottom: 5vh;
  }

  .hero-headline {
    font-size: 96px;
  }

  .sticky-container {
    width: 692px;
  }

  .hero-bullet-text {
    font-size: 35px;
  }

  .watch-the-film {
    font-size: 21px;
  }

  .mobiletesto1-copy {
    text-align: center;
    padding-top: 10vh;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 35px;
    line-height: 60px;
  }

  .mobiletesto2, .mobiletesto3, .mobiletesto4 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 50px;
  }

  .mobiletesto4-copy {
    opacity: 0;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 50px;
  }

  .mobiletesto2-copy, .mobiletesto4-copy, .mobiletesto4-copy-copy {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 50px;
  }

  .navbar-copy-copy-ok {
    height: 12vh;
    display: block;
  }

  .mobiletesto4-copy-copy {
    opacity: 0;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 50px;
  }

  .mobiletesto4-copy-copy-copy {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 50px;
  }

  .image-16-copy.asd {
    height: 70vh;
    padding-top: 10vh;
    display: block;
  }

  .image-16-copy.gagaga {
    height: 70vh;
    opacity: 1;
    margin-bottom: 5vh;
    margin-left: 279px;
    padding-top: 0;
    display: block;
  }

  .image-16-copy.asd-copy {
    height: 70vh;
    padding-top: 10vh;
    display: block;
  }

  .image-16-copy.papapa {
    height: 70vh;
    opacity: 1;
    margin-top: 5vh;
    padding-top: 0;
    display: block;
  }

  .image-42 {
    height: 6vh;
    max-width: none;
    flex: 0 auto;
    align-self: auto;
    margin: auto;
    padding: .5vh 0;
  }

  .burger-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 2vh;
    padding-bottom: 0;
    display: block;
  }

  .iphone-nav-content-3 {
    width: 100vw;
    height: 6vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blackouttesti {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 50px;
  }

  .finaleimgdivblackout {
    height: auto;
    margin-bottom: 10vh;
  }

  .imageblackoutboccetta {
    height: 60vh;
    min-height: 60vh;
    object-fit: contain;
    flex: 0 auto;
    padding-top: 0;
    position: relative;
  }

  .buttonblackout {
    margin-top: 6vw;
  }

  .image-45.blackout {
    max-width: 7%;
  }

  .text-block-9-blackout {
    align-self: flex-end;
  }

  .imgblackout.asd {
    height: 70vh;
    padding-top: 10vh;
    display: block;
  }

  .imgblackout.gagaga {
    height: 70vh;
    opacity: 1;
    margin-bottom: 5vh;
    margin-left: 279px;
    padding-top: 0;
    display: block;
  }

  .imgblackout.asd-copy {
    height: 70vh;
    padding-top: 10vh;
    display: block;
  }

  .imgblackout.papapa {
    height: 70vh;
    opacity: 1;
    margin-top: 5vh;
    padding-top: 0;
    display: block;
  }

  .imgblackout.asd-copy-ok, .imgblackout.asd-copy-ok2, .imgblackout.asd-copy-secur, .imgblackout.ultimo98, .imgblackout.ultimo99 {
    height: 70vh;
    padding-top: 10vh;
    display: block;
  }

  .image-48 {
    height: 6vh;
    max-width: none;
    flex: 0 auto;
    align-self: auto;
    margin: auto;
    padding: .5vh 0;
  }

  .text-block-10 {
    align-self: flex-end;
  }

  .div-block-11 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-14 {
    height: 6vh;
  }

  .iphone-nav-content-4 {
    width: 100vw;
    height: 6vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-50.asd {
    height: 70vh;
    padding-top: 10vh;
    display: block;
  }

  .buy-button-3-copy-2 {
    margin-top: 80vw;
  }

  .mobiletestogg {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 50px;
  }

  .container-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .buy-button-6 {
    text-align: center;
    font-size: 13px;
    line-height: 13px;
  }

  .nav-link-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-4._1 {
    width: 30vw;
  }

  .link-block-24 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .immagineboccetta1-2 {
    height: 60vh;
    min-height: auto;
  }

  .icon-4 {
    color: #333;
    font-size: 20px;
  }

  .link-block-25 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-5 {
    color: #333;
    font-size: 20px;
  }

  .parfume, .under {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }

  .nav-menu._3, .nav-menu._1 {
    margin-top: 3vh;
  }

  .airpods-nav {
    display: none;
  }

  .immagineboccetta1 {
    height: 45vh;
  }

  .immagineboccetta2, .immagineboccetta3 {
    height: 70vw;
  }

  .bottonenero {
    width: 90vw;
    color: #000;
  }

  .bottonenero.bottonenero2 {
    display: block;
  }

  .image-12 {
    transform: none;
  }

  .image-16.asd, .image-16.asd-copy-ok, .image-16.asd-copy-ok2, .image-16.asd-copy-secur, .image-16.ultimo98, .image-16.ultimo99 {
    z-index: 998;
    font-size: 8px;
    display: block;
  }

  .image-24 {
    height: 6vh;
    padding-top: .5vh;
    padding-bottom: .5vh;
  }

  .burger {
    padding-top: 1vh;
  }

  .nav-menu-2 {
    z-index: 99999999;
    width: 100vw;
    margin-top: 12vh;
  }

  .nav-link-3 {
    z-index: 9999;
  }

  .mobiletesto1 {
    font-size: 25px;
    line-height: 45px;
  }

  .navbar-copy {
    z-index: 999;
  }

  .heading-8 {
    width: 250px;
  }

  .heading-10 {
    font-size: 30px;
  }

  .image-32 {
    margin-top: 6vh;
  }

  .nav-link-5 {
    flex: none;
    font-size: 14px;
  }

  .iphone-nav-content-2 {
    width: 100vw;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .airmod {
    display: none;
  }

  .iphone-nav-title-2 {
    font-size: 20px;
  }

  .container-6 {
    height: 6vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-7.blackout {
    min-height: 6vh;
  }

  .iphone-nav-content-2-copy {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-8 {
    margin-left: 0;
    margin-right: 0;
  }

  .finaleimgdiv {
    height: 100vw;
    margin-bottom: 5vh;
  }

  .hero-bullet-text {
    font-size: 30px;
  }

  .hero {
    display: none;
  }

  .mobiletesto1-copy {
    padding-top: 10vh;
    font-size: 30px;
    line-height: 50px;
  }

  .mobiletesto2, .mobiletesto3, .mobiletesto4, .mobiletesto4-copy, .mobiletesto2-copy, .mobiletesto4-copy, .mobiletesto4-copy-copy {
    font-size: 25px;
    line-height: 45px;
  }

  .navbar-copy-copy-ok {
    z-index: 999;
  }

  .mobiletesto4-copy-copy, .mobiletesto4-copy-copy-copy {
    font-size: 25px;
    line-height: 45px;
  }

  .image-16-copy.asd {
    z-index: 998;
    font-size: 8px;
    display: block;
  }

  .image-42 {
    height: 6vh;
    min-height: 6vh;
    padding-top: .5vh;
    padding-bottom: .5vh;
  }

  .image-43 {
    max-height: 7vh;
  }

  .burger-2 {
    padding-top: 0;
  }

  .burger-2.w--open {
    max-height: 6vh;
  }

  .iphone-nav-content-3 {
    width: 100vw;
    min-height: 6vh;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .buy-button-4 {
    max-height: 6vh;
  }

  .blackouttesti {
    font-size: 25px;
    line-height: 45px;
  }

  .finaleimgdivblackout {
    height: auto;
    margin-bottom: 20vh;
  }

  .imageblackoutboccetta {
    max-height: 60vh;
  }

  .buttonblackout {
    margin-top: 8vw;
  }

  .pop-up-icon-3 {
    display: none;
  }

  .oltremodalgotham-4 {
    margin-top: 0;
  }

  .pop-up-3 {
    height: 100vh;
    padding-top: 30px;
  }

  .pop-up-modal-3 {
    height: 100vh;
  }

  .imgblackout.asd, .imgblackout.asd-copy-ok, .imgblackout.asd-copy-ok2, .imgblackout.asd-copy-secur, .imgblackout.ultimo98, .imgblackout.ultimo99 {
    z-index: 998;
    font-size: 8px;
    display: block;
  }

  .image-48 {
    height: 6vh;
    min-height: 6vh;
    padding-top: .5vh;
    padding-bottom: .5vh;
  }

  .div-block-11 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-13 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-49 {
    max-height: 7vh;
  }

  .container-14 {
    height: 6vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .iphone-nav-content-4 {
    width: 100vw;
    min-height: 6vh;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-7 {
    z-index: 9999;
  }

  .image-50.asd {
    z-index: 998;
    font-size: 8px;
    display: block;
  }

  .buy-button-3-copy-2 {
    margin-top: 80vw;
  }

  .mobiletestogg {
    font-size: 25px;
    line-height: 45px;
  }

  .oltremodalgotham-5 {
    margin-top: 0;
  }

  .pop-up-modal-4 {
    height: 100vh;
  }

  .buy-button-6 {
    font-size: 12px;
    line-height: 12px;
  }

  .nav-link-8 {
    flex: none;
    font-size: 14px;
  }

  .nav-menu-4._3, .nav-menu-4._1 {
    margin-top: 0;
  }

  .image-57 {
    margin-top: 6vh;
  }

  .immagineboccetta1-2 {
    height: 45vh;
  }

  .parfume, .under {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    background-color: #000;
    display: block;
  }

  .nav-menu._2 {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-menu._3 {
    width: 30vw;
    margin-top: 6vh;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu._1 {
    width: 50vw;
    margin-top: 6vh;
    padding-right: 0;
  }

  .mobile-burger {
    display: flex;
  }

  .nav-link, .airpods-nav {
    display: none;
  }

  .iphone-nav-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .iphone-nav-title {
    font-size: 19px;
  }

  .iphone-nav-link, .iphone-nav-link.w--current {
    display: none;
  }

  .buy-button.sotto {
    margin-top: 45vw;
  }

  .html-embed.intro {
    height: 2500px;
  }

  .text-block-4 {
    color: #000;
  }

  .immagineboccetta1 {
    height: 50vh;
  }

  .immagineboccetta2, .immagineboccetta3 {
    height: 70vw;
  }

  .bottonenero, .bottonenero.bottonenero2 {
    color: #000;
  }

  .section-14 {
    height: 1700px;
  }

  .image-16.asd, .image-16.asd-copy-ok, .image-16.asd-copy-ok2, .image-16.asd-copy-secur, .image-16.ultimo98, .image-16.ultimo99 {
    z-index: 998;
    margin-right: auto;
  }

  .text-block-6 {
    line-height: 30px;
  }

  .container-3-copy {
    flex-direction: column;
    margin-bottom: 1vh;
  }

  .text-block-6-copy {
    padding-left: 0;
  }

  .text-block-6-copy-copy {
    padding-right: 0;
  }

  .ciaofooter2 {
    height: 20vh;
    flex-direction: column;
  }

  .section-17 {
    display: none;
  }

  .image-24 {
    height: 6vh;
    align-self: flex-start;
    padding-top: .5vh;
    padding-bottom: .5vh;
  }

  .brand {
    justify-content: center;
    align-items: flex-start;
  }

  .burger {
    width: 50px;
    height: 6vh;
    padding-top: 2vh;
    padding-right: 47px;
  }

  .nav-menu-2 {
    margin-top: 12vh;
  }

  .nav-link-2 {
    width: 100vw;
    color: #fff;
  }

  .nav-link-3 {
    z-index: 9999;
    width: 100vw;
  }

  .nav-link-4 {
    width: 100vw;
    color: #fff;
  }

  .mobiletesto {
    font-size: 8px;
    overflow: hidden;
  }

  .mobiletesto1 {
    height: 100vh;
    padding-top: 40vh;
    font-size: 20px;
    line-height: 30px;
  }

  .mobileimage1 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .slide-nav {
    display: none;
  }

  .navbar-copy {
    z-index: 999;
    border: .5px solid #acacac;
    box-shadow: 0 0 40px 30px rgba(218, 218, 218, .56);
  }

  .navbar-copy.blackout {
    border-style: none;
  }

  .heading-8 {
    width: 60px;
    text-align: center;
    flex: 0 auto;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 25px;
    padding-left: 9px;
    font-size: 15px;
    line-height: 0;
    display: flex;
  }

  .image-25 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }

  .heading-9 {
    width: 50px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 40px;
  }

  .buy-button-copy.sotto {
    margin-top: 45vw;
  }

  .heading-10 {
    font-size: 15px;
  }

  .container-4 {
    justify-content: space-between;
  }

  .image-32 {
    height: 9vh;
    max-height: 9vh;
    min-height: 9vh;
    margin-top: 4vh;
    margin-left: 15vw;
    margin-right: 15vw;
  }

  .nav-link-5 {
    font-size: 13px;
  }

  .buy-button-2 {
    margin-right: 10px;
    padding: 11px 18px;
    font-size: 13px;
  }

  .nav-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .container-5 {
    align-items: flex-start;
  }

  .iphone-nav-content-2 {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 16px;
  }

  .airmod {
    display: none;
  }

  .mobile-burger-2 {
    display: flex;
  }

  .iphone-nav-title-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .buy-button-3 {
    margin-bottom: 3px;
  }

  .container-6 {
    height: 6vh;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .container-6.blackout {
    background-color: #000;
  }

  .text-block-9 {
    text-align: left;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }

  .nav-link-6 {
    display: none;
  }

  .nav-link-6.logo {
    display: block;
  }

  .container-7 {
    background-color: #fff;
  }

  .container-7.blackout {
    background-color: #000;
  }

  .iphone-nav-content-2-copy {
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-8 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .pop-up-modal {
    z-index: 9999;
  }

  .pop-up {
    width: 96%;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }

  .pop-up-icon {
    width: 90px;
    height: 90px;
    display: block;
  }

  .image-33 {
    width: 35px;
    max-width: none;
    margin-top: -18px;
    margin-left: -5px;
    margin-right: 0;
  }

  .image-34 {
    max-width: 5%;
    margin-top: 14px;
    margin-left: -10px;
    margin-right: 0;
  }

  .oltremodalgotham {
    margin-top: 31px;
  }

  .ciaofooter-3, .ciaofooter2-3 {
    z-index: 998;
  }

  .buy-button-3-copy {
    justify-content: center;
    align-items: center;
    margin-top: 60vw;
    margin-bottom: auto;
    display: flex;
    position: absolute;
  }

  .finaleimgdiv {
    height: 100vw;
    justify-content: center;
    align-items: center;
    margin-bottom: 15vh;
    font-size: 8px;
    display: flex;
  }

  .hero-headline {
    font-size: 62px;
    line-height: 1.09;
  }

  .sticky-container {
    width: 87.5%;
  }

  .hero-bullet-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .watch-the-film {
    font-size: 17px;
  }

  .hero {
    display: block;
  }

  .mobiletesto1-copy {
    height: 100vh;
    font-size: 25px;
    line-height: 40px;
  }

  .mobiletesto2 {
    height: 100vh;
    padding-top: 31vh;
    font-size: 20px;
    line-height: 30px;
  }

  .mobiletesto3 {
    height: 100vh;
    padding-top: 47vh;
    font-size: 20px;
    line-height: 30px;
  }

  .mobiletesto4, .mobiletesto4-copy {
    height: 100vh;
    padding-top: 46vh;
    font-size: 20px;
    line-height: 30px;
  }

  .mobiletesto2-copy {
    height: 100vh;
    padding-top: 31vh;
    font-size: 20px;
    line-height: 30px;
  }

  .mobiletesto4-copy, .mobiletesto4-copy-copy {
    height: 100vh;
    padding-top: 46vh;
    font-size: 20px;
    line-height: 30px;
  }

  .section-3-copy2 {
    height: 12vh;
  }

  .navbar-copy-copy-ok {
    z-index: 999;
    border: .5px solid #acacac;
    box-shadow: 0 0 40px 30px rgba(218, 218, 218, .56);
  }

  .image-29-copy {
    max-width: 20px;
    margin-right: 15px;
  }

  .pop-up-2 {
    width: 96%;
    padding: 10px;
  }

  .pop-up-icon-2, .pop-up-modal-2 {
    display: none;
  }

  .oltremodalgotham-3 {
    font-size: 25px;
  }

  .paragraph-5 {
    margin-left: 0;
  }

  .mobiletesto4-copy-copy, .mobiletesto4-copy-copy-copy {
    height: 100vh;
    padding-top: 46vh;
    font-size: 20px;
    line-height: 30px;
  }

  .image-16-copy.asd {
    z-index: 998;
    margin-right: auto;
  }

  .hoverfullscreen-3 {
    display: none;
  }

  .image-42 {
    height: 6vh;
    align-self: flex-start;
    padding-top: .5vh;
    padding-bottom: .5vh;
  }

  .image-43 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }

  .burger-2 {
    width: 50px;
    height: 6vh;
    padding-top: 1vh;
    padding-right: 47px;
  }

  .iphone-nav-content-3 {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 16px;
  }

  .buy-button-4 {
    margin-bottom: 3px;
  }

  .mobiletesto-2 {
    font-size: 8px;
    overflow: hidden;
  }

  .blackouttesti {
    height: 100vh;
    padding-top: 40vh;
    font-size: 20px;
    line-height: 30px;
  }

  .mobilevideo {
    font-size: 8px;
    overflow: hidden;
  }

  .finaleimgdivblackout {
    height: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 20vh;
    font-size: 8px;
    display: flex;
  }

  .imageblackoutboccetta {
    height: 50vh;
    max-height: 50vh;
    min-height: 50vh;
  }

  .buttonblackout {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 10vh;
    display: flex;
    position: relative;
    bottom: auto;
  }

  .pop-up-icon-3 {
    display: block;
    top: -18%;
  }

  .oltremodalgotham-4 {
    margin-top: 30px;
    font-size: 25px;
  }

  .pop-up-3 {
    width: 96%;
    padding: 10px;
  }

  .pop-up-3.blackout {
    max-height: 100vh;
  }

  .image-45.blackout {
    margin-top: 0;
  }

  .text-block-9-blackout {
    text-align: left;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }

  .imgblackout.asd, .imgblackout.asd-copy-ok, .imgblackout.asd-copy-ok2, .imgblackout.asd-copy-secur, .imgblackout.ultimo98, .imgblackout.ultimo99 {
    z-index: 998;
    margin-right: auto;
  }

  .image-48 {
    height: 6vh;
    align-self: flex-start;
    padding-top: .5vh;
    padding-bottom: .5vh;
  }

  .text-block-10 {
    text-align: left;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }

  .div-block-11 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-13 {
    background-color: #fff;
  }

  .image-49 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }

  .container-14 {
    height: 6vh;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .iphone-nav-content-4 {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 16px;
  }

  .nav-link-7 {
    z-index: 9999;
    width: 100vw;
  }

  .mobiletesto-3, .mobiletesto-4, .mobiletesto-5, .mobiletesto-6 {
    font-size: 8px;
    overflow: hidden;
  }

  .image-50.asd {
    z-index: 998;
    margin-right: auto;
  }

  .mobiletesto-7, .mobiletesto-8 {
    font-size: 8px;
    overflow: hidden;
  }

  .buy-button-3-copy-2 {
    justify-content: center;
    align-items: center;
    margin-top: 100vw;
    margin-bottom: auto;
    display: flex;
    position: absolute;
  }

  .mobiletestogg {
    height: 100vh;
    padding-top: 46vh;
    font-size: 20px;
    line-height: 30px;
  }

  .oltremodalgotham-5 {
    margin-top: 30px;
    font-size: 25px;
  }

  .paragraph-6 {
    margin-left: 0;
  }

  .image-29-copy-2 {
    max-width: 20px;
    margin-right: 15px;
  }

  .container-15 {
    justify-content: space-between;
  }

  .nav-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .buy-button-6 {
    text-align: center;
    padding: 11px 18px;
    font-size: 12px;
    line-height: 10px;
  }

  .nav-link-8 {
    font-size: 14px;
  }

  .nav-link-8.b {
    margin-top: 15px;
  }

  .nav-menu-4._2 {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-menu-4._3 {
    width: 50vw;
    margin-top: 1vh;
    padding-left: 0;
    padding-right: 3vw;
  }

  .nav-menu-4._1 {
    width: 50vw;
    margin-top: 1vh;
    padding-left: 3vw;
    padding-right: 0;
  }

  .image-57 {
    height: 9vh;
    max-height: 9vh;
    min-height: 9vh;
    margin-top: 3vh;
    margin-left: 15vw;
    margin-right: 15vw;
  }

  .immagineboccetta1-2 {
    height: 100vw;
  }

  .elegantedition {
    opacity: 1;
  }

  .iconedition {
    display: none;
  }

  .parfume {
    display: block;
  }

  .under {
    background-color: #000;
    display: block;
  }

  .under.homenuova {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }
}

#w-node-_33eeee6e-5d58-f968-85b1-68511e33ccab-e057d2e7 {
  grid-area: Area-2;
  align-self: center;
  justify-self: auto;
}

#w-node-_33eeee6e-5d58-f968-85b1-68511e33ccad-e057d2e7 {
  grid-area: Area;
}

#w-node-_33eeee6e-5d58-f968-85b1-68511e33ccaf-e057d2e7 {
  grid-area: Area-3;
}

#w-node-_33eeee6e-5d58-f968-85b1-68511e33ccb1-e057d2e7 {
  grid-area: Area-4;
}

#w-node-_33eeee6e-5d58-f968-85b1-68511e33ccb3-e057d2e7 {
  grid-area: Area-5;
}

#w-node-_33eeee6e-5d58-f968-85b1-68511e33ccb5-e057d2e7 {
  grid-area: Area-6;
}

#w-node-_33eeee6e-5d58-f968-85b1-68511e33ccb7-e057d2e7 {
  grid-area: Area-12;
  justify-self: start;
}

#w-node-_33eeee6e-5d58-f968-85b1-68511e33ccba-e057d2e7 {
  grid-area: Area-11;
  justify-self: start;
}

#w-node-_33eeee6e-5d58-f968-85b1-68511e33ccbd-e057d2e7 {
  grid-area: Area-10;
  justify-self: start;
}

#w-node-_33eeee6e-5d58-f968-85b1-68511e33ccc0-e057d2e7 {
  grid-area: Area-9;
  justify-self: start;
}

#w-node-_33eeee6e-5d58-f968-85b1-68511e33ccc3-e057d2e7 {
  grid-area: Area-8;
  justify-self: start;
}

#w-node-_33eeee6e-5d58-f968-85b1-68511e33ccc6-e057d2e7 {
  grid-area: Area-7;
  justify-self: start;
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Snellbt';
  src: url('../fonts/SnellBT-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Snellbt';
  src: url('../fonts/SnellBT-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Snellroundhand';
  src: url('../fonts/SnellRoundhand-BlackScript.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Snellroundhand';
  src: url('../fonts/SnellRoundhand-BoldScript.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}