:root {
  --white-smoke: #f5f5f7;
  --white: white;
  --black: black;
  --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: 5vw;
  padding-right: 5vw;
  display: flex;
}

.nav {
  z-index: 998;
  width: 100%;
  height: 10vh;
  max-height: 10vh;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-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 {
  justify-content: center;
}

.nav-menu._3 {
  justify-content: flex-end;
  padding-right: 12px;
}

.nav-menu._1 {
  justify-content: flex-start;
}

.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 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:hover {
  opacity: .7;
}

.nav-link.logo {
  width: 50px;
  height: 50px;
  color: #000;
  background-image: url('../images/Rito-34x37-gold-TR.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  margin: 10px 0;
  padding: 0;
}

.nav-link.bag {
  background-image: url('../images/bag.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.nav-link.search {
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.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: 9999998;
  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 {
  color: #fff;
  background-color: #0071e3;
  border-radius: 12px;
  margin-left: 24px;
  padding: 4px 11px;
  font-family: Gotham, sans-serif;
  font-size: 13px;
  line-height: 22px;
}

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

.buy-button.sotto {
  z-index: 9999997;
  width: 120px;
  height: 37px;
  text-align: center;
  border-radius: 15px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: 66.7vh auto auto 70vw;
  padding: 2px 6px;
  font-size: 20px;
  line-height: 25px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero {
  z-index: 997;
  height: 95vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lottie-container {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 52px;
  display: flex;
  position: relative;
}

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

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

.hero-headline {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: -.15px;
  font-size: 150px;
  line-height: .667;
}

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

.scroll-sequence {
  width: 100%;
  height: 2280vh;
  margin-top: 150px;
  position: absolute;
  top: 0;
}

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

.sticky-container {
  z-index: 9999;
  height: 100vh;
  max-width: 980px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.sticky-container.no-overflow {
  overflow: visible;
}

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

.hero-bullet-text {
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.0625;
}

.sequence-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.image-sequence {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.lottie-animation-1 {
  z-index: 11;
  width: 100%;
  max-width: 1458px;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.comfort {
  z-index: 9999999;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.comfort-scroll-container {
  z-index: 9999999;
  height: 25vh;
  position: relative;
}

.comfort-heading-wrapper {
  width: 100%;
  text-align: center;
  position: absolute;
}

.section-headline {
  color: var(--white-smoke);
  font-size: 96px;
  line-height: .875;
}

.section-eyebrow {
  direction: ltr;
  color: #000;
  text-align: center;
  letter-spacing: normal;
  white-space: nowrap;
  justify-content: flex-start;
  font-family: Gotham, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.19;
  display: block;
}

.lottie-animation-2 {
  z-index: 10;
  width: 1458px;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.comfort-intro-text-wrapper {
  width: 100%;
  padding-top: 50vh;
  position: absolute;
}

.comfort-section-intro-text {
  width: 35%;
  opacity: 1;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
}

.lottie-animation-3 {
  z-index: 9;
  width: 1458px;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.comfort-tips {
  width: 100%;
  opacity: 0;
  padding-top: 200px;
  display: flex;
  position: absolute;
}

.tip {
  color: #fff;
  letter-spacing: .0045em;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3569;
}

.tip.large {
  width: 175px;
  margin-left: 91px;
}

.tip.medium {
  width: 173px;
}

.choose-size {
  z-index: 9999999;
  width: 100%;
  opacity: 0;
  flex: 0 auto;
  padding-top: 0;
  display: flex;
  position: absolute;
}

.paragraph {
  width: 100vw;
  max-width: none;
  color: #272727;
  text-align: center;
  letter-spacing: .0045em;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.18;
}

.comfort-tip-text {
  width: 100%;
  opacity: 1;
  padding-bottom: 50px;
  position: absolute;
}

.lottie-animation-4 {
  z-index: 8;
  width: 1458px;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.anc {
  margin-bottom: -18vh;
  position: relative;
}

.anc-container {
  height: 1005vh;
  position: relative;
}

.anc-intro {
  width: 100%;
  text-align: center;
  flex-wrap: nowrap;
  flex: 0 auto;
  align-items: center;
  display: block;
  position: absolute;
}

.anc-intro-paragraph {
  width: 100%;
  opacity: 0;
  padding-top: 50vh;
  position: absolute;
}

.anc-intro-paragraph-text {
  color: #fff;
  margin-left: 58.3333%;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
}

.anc-external-mic {
  width: 100%;
  opacity: 0;
  padding-top: 200px;
  position: absolute;
}

.anc-bullets {
  max-width: 35%;
  color: #b7b7b7;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1812;
}

.white {
  color: #fff;
}

.anc-external-sound {
  width: 100%;
  opacity: 0;
  padding-top: 200px;
  position: absolute;
}

.green {
  color: #02cc01;
}

.anc-internal-mic {
  width: 100%;
  opacity: 0;
  padding-bottom: 350px;
  position: absolute;
}

.anc-paragraph-right {
  color: #fff;
  margin-left: 65.7%;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
}

.anc-continousley {
  width: 100%;
  opacity: 0;
  padding-top: 275px;
  position: absolute;
}

.anc-transparency {
  width: 100%;
  opacity: 0;
  padding-top: 200px;
  position: absolute;
}

.transparency-paragraph {
  width: 41.6667%;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
}

.lottie-animation-5 {
  width: 1458px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.lottie-animation-6 {
  z-index: 7;
  width: 100%;
  opacity: 0;
  position: absolute;
}

.white-overlay {
  z-index: 9999;
  width: 100vw;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  display: block;
  position: absolute;
}

.thanks {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.thanks-heading {
  color: #111;
  text-align: center;
  margin-top: 60px;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.333;
}

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

.made-by-image {
  width: 350px;
}

.link {
  color: #111;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: underline;
}

.open-in-webflow-link {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  text-decoration: underline;
  display: flex;
}

.text-block {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.rotate-phone {
  display: none;
}

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

.heading-4 {
  color: #000;
  text-align: center;
  margin-bottom: 55px;
  font-weight: 600;
}

.div-block-3 {
  text-align: center;
  background-color: #1b1b1b;
  border-radius: 12px;
  padding: 0 60px;
  transition: all .2s;
  display: block;
}

.div-block-3:hover {
  border-radius: 12px;
  box-shadow: 6px 6px 100px rgba(0, 0, 0, .19);
}

.other-project-image {
  max-width: 400px;
  border-radius: 20px;
}

.youtube {
  z-index: 10000;
  width: 140px;
  position: fixed;
  top: auto;
  bottom: 12px;
  left: 12px;
  right: auto;
}

.div-block-4 {
  height: 100%;
  background-color: #c02026;
  border-radius: 500px;
  align-items: center;
  padding-right: 20px;
  display: flex;
  position: absolute;
}

.text-block-2 {
  color: #fff;
  margin-left: 55px;
  font-size: 18px;
  font-weight: 600;
}

.image-2 {
  width: 50px;
  position: relative;
}

.html-embeded {
  width: 100vw;
  height: 5000px;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: static;
}

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

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

.hoverfullscreen {
  z-index: 998;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  line-height: 25px;
  transition: opacity .2s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: translate(0);
}

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

.text-block-4 {
  z-index: 9998;
  width: 30vw;
  height: 2vh;
  color: #444;
  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-romano {
  width: 100vw;
  height: auto;
  max-height: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.section-3-romano.upper {
  margin-top: 80px;
}

.immagineboccetta1, .immagineboccetta2, .immagineboccetta3 {
  height: 60vh;
}

.link-block, .link-block-2, .link-block-3 {
  text-align: center;
  text-decoration: none;
}

.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;
  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: 35vw;
  height: 90vh;
  margin-bottom: 0;
  display: block;
}

.image-5 {
  width: auto;
  height: 10vh;
  max-height: 10vh;
  min-height: 10vh;
  margin-top: 4vh;
  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;
  font-family: Gotham book, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
}

.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;
}

.main {
  width: auto;
  height: auto;
  margin-top: 0;
  display: block;
}

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

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

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

.heading-6.piccolo {
  z-index: 1000;
  width: 40vw;
  height: 30vh;
  opacity: 0;
  direction: ltr;
  color: #352929;
  text-align: center;
  text-transform: none;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin: auto 15vw auto auto;
  font-family: Gotham book, sans-serif;
  font-size: 30px;
  line-height: 40px;
  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-family: Gotham book, sans-serif;
  font-size: 40px;
  line-height: 50px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-5000px);
}

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

.heading-6.piccolo-copy-copy {
  z-index: 999997;
  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-family: Gotham book, sans-serif;
  font-size: 30px;
  line-height: 40px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-6.piccolo-copy-copy-copy {
  z-index: 999997;
  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-family: Gotham book, sans-serif;
  font-size: 40px;
  line-height: 50px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-6.piccolo-copy {
  z-index: 1000;
  width: auto;
  height: auto;
  opacity: 0;
  direction: ltr;
  color: #352929;
  text-align: center;
  text-transform: none;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin: auto auto auto 15vw;
  font-family: Gotham book, sans-serif;
  font-size: 30px;
  line-height: 40px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.heading-6.piccolo-copy-copy {
  z-index: 1000;
  width: auto;
  height: auto;
  opacity: 0;
  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-family: Gotham book, sans-serif;
  font-size: 30px;
  line-height: 40px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.tuco-234 {
  z-index: 999;
  width: auto;
  height: 60vh;
  max-width: none;
  opacity: 0;
  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;
  align-self: auto;
  margin: auto auto auto 10vw;
  display: block;
  position: fixed;
  top: 10%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.image-16.asd {
  height: 60vh;
  opacity: 0;
  display: block;
}

.image-16.asd-copy {
  height: 60vh;
  opacity: 0;
  margin-left: auto;
  margin-right: 15vw;
  display: block;
}

.image-16.asd-copy.blackout {
  z-index: 950;
  margin-right: auto;
  display: block;
}

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

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

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

.container-4 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-top: 130px;
  display: flex;
}

.bocciaultimauscita {
  z-index: 999;
  width: auto;
  height: 40vh;
  max-height: 1000px;
  max-width: none;
  opacity: 1;
  text-align: right;
  margin: auto;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

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

.text-block-6 {
  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-6:hover {
  color: #4d4d4d;
  text-decoration: underline;
}

.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: 999999999;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background-color: #fff;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.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;
  transition: all .2s;
}

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

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

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

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

.text-block-6-copy-copy {
  color: rgba(175, 175, 175, .76);
  text-align: left;
  flex: 0 auto;
  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;
  transition: all .2s;
  display: flex;
}

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

.ciaofooter {
  z-index: 9998;
  height: 320px;
  background-color: #f7f7f7;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.ciaofooter2 {
  z-index: 9998;
  height: 60px;
  background-color: #f0f0f0;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.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;
}

.heading-6-copy-22 {
  z-index: 99999;
  opacity: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.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: #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;
}

.title-6.ver {
  line-height: 20px;
}

.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;
}

.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: 26px;
  transition: all .2s;
  display: flex;
}

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

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

.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 {
  text-decoration: none;
}

.section-17 {
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.image-23 {
  width: auto;
  height: 100vh;
  object-fit: scale-down;
}

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

.link-block-17 {
  text-decoration: none;
}

.link-block-18 {
  font-family: Gotham book, sans-serif;
  text-decoration: none;
}

.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 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-2:hover {
  background-color: #1680eb;
  background-image: linear-gradient(#0071e3, #3298ff);
}

.text-block-7 {
  z-index: 999999;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -88.9vh;
  margin-left: -78vw;
  font-family: Gotham book, sans-serif;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.hoverfullscreen-2 {
  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: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

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

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

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

.pop-up-modal {
  z-index: 999999;
  background-color: rgba(42, 42, 45, .75);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  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%;
}

.exit-button {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #e8832e;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.oltremodalgotham {
  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;
}

.primary-button {
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #e8832e;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 700;
}

.primary-button:hover {
  background-color: #f6b685;
}

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

.section-18 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

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

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

.grid {
  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;
}

.grid-2 {
  grid-template-areas: "."
                       "Area";
}

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

.nav-2 {
  z-index: 9999;
  width: 100%;
  height: 44px;
  max-height: 44px;
  background-color: #000;
  position: fixed;
}

.nav-link-2 {
  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-2:hover {
  opacity: .7;
}

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

.nav-link-2.logo.blackout {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/5f3f88616f08e088bc48ce60_ok.svg');
}

.nav-link-2.bag {
  background-image: url('../images/bag.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.nav-link-2.search {
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.nav-link-2.blackout {
  color: #e3e6e6;
}

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

.airpods-nav-2 {
  z-index: 900;
  width: 100%;
  height: 52px;
  background-color: rgba(29, 29, 31, .7);
  border-bottom: 1px solid #2c2c2c;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

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

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

.iphone-nav-link-2 {
  color: #4e4b4b;
  margin-left: 24px;
  font-size: 12px;
  text-decoration: none;
}

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

.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);
}

.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);
}

.airmod.blackout {
  box-shadow: none;
  background-color: #000;
  display: block;
}

.nav-3 {
  z-index: 9999;
  width: 100%;
  height: 44px;
  max-height: 44px;
  background-color: #fff;
  position: relative;
}

.flex-body {
  min-height: 100vh;
  background-image: linear-gradient(315deg, #f0f0f0, #fff);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.modal-closer {
  z-index: 99999;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 3px;
  transition: transform .2s ease-in-out;
  position: fixed;
  top: 20px;
  right: 20px;
}

.modal-closer:hover {
  transform: scale(1.1);
}

.button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #272727;
  border-radius: 30px;
  padding: 15px 30px;
}

.modal-wrapper {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  cursor: default;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.bot-background {
  width: 1vw;
  height: 1vw;
  background-color: #272727;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.modal {
  z-index: 10;
  width: 500px;
  max-width: 100%;
  color: #383838;
  cursor: default;
  background-color: #fff;
  border-radius: 2px;
  padding: 25px 40px;
  position: relative;
  box-shadow: 0 7px 50px -9px rgba(0, 0, 0, .2);
}

.modal-title {
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-8 {
  color: #4e4b4b;
  cursor: grab;
  font-family: Gotham, sans-serif;
  display: inline-block;
}

.image-30 {
  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;
}

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

.section-19 {
  height: 300vh;
  background-color: #b44e4e;
  position: relative;
}

.oltremodalgotham-copy {
  color: #525252;
  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;
}

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

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

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

.image-31 {
  z-index: 9999;
  width: 2vw;
  height: 2vh;
  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);
}

.zebra {
  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%;
}

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

.cavalletta {
  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%;
}

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

._10vhmargin {
  width: auto;
  height: 10vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

._10vhmargin.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;
}

.times {
  color: #525252;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  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;
}

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

.image-32 {
  width: 50vw;
}

.airmod-copy {
  z-index: 9998;
  width: 100%;
  height: 100px;
  background-color: #fff;
  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;
}

.paragraph-2-copy {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 1vw 2vw;
  font-family: Gotham book, sans-serif;
  font-size: 1.8vw;
  font-style: italic;
  font-weight: 400;
  line-height: 3vw;
  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;
}

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

.div-block-7 {
  width: 50vw;
}

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

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

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

.airmod-copy {
  z-index: 9998;
  width: 100%;
  height: 100px;
  background-color: #fff;
  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);
}

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

.section-3-copy-copy {
  height: 80vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  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;
}

.link-block-8-copy {
  text-decoration: none;
}

.section-3-romano-copy-romano {
  width: 100vw;
  height: 90vh;
  max-height: none;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.link-block-19-copy-abc {
  max-width: 50px;
  min-width: 50px;
  justify-content: flex-start;
  display: flex;
}

.section-20 {
  height: 500vh;
}

.image-33 {
  text-align: left;
  flex: 1;
  align-self: center;
  margin: 31px;
  padding: 0;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  display: flex;
  transform: rotate(0);
}

.immagineboccetta1-2, .immagineboccettabianca {
  height: 60vh;
  opacity: 1;
  object-fit: contain;
  display: block;
  position: static;
}

.immagineboccetta1upper-2 {
  z-index: 50;
  height: 60vh;
  opacity: 0;
  object-fit: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.section-21 {
  height: 320px;
  background-color: #f7f7f7;
  display: flex;
  position: relative;
}

.section-22 {
  height: 60px;
  background-color: #f0f0f0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.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: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.text-block-8-blackout {
  color: #fff;
  cursor: grab;
  font-family: Gotham, sans-serif;
  display: inline-block;
}

.blackoutdiv2 {
  height: 100px;
  justify-content: center;
  align-items: center;
  display: block;
}

.main-2 {
  z-index: -500;
  width: auto;
  height: auto;
  opacity: 1;
  margin-top: 0;
  display: block;
  position: relative;
}

.blackoutsection {
  width: auto;
  height: 60vh;
  justify-content: center;
  align-items: center;
  display: block;
}

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

.blackoutsection.piccolo.hide {
  display: none;
}

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

.blackoutheading.big {
  z-index: 950;
  opacity: 0;
  color: #fff;
  background-color: rgba(230, 102, 102, 0);
  justify-content: center;
  align-items: center;
  margin: auto;
  font-family: Gotham book, sans-serif;
  font-size: 30px;
  line-height: 60px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blackoutheading.big._1 {
  opacity: 1;
  display: flex;
}

.blackoutdiv1 {
  height: 40vh;
  justify-content: center;
  align-items: center;
  display: block;
}

.blackoutdiv3 {
  height: 20vh;
  justify-content: center;
  align-items: center;
  display: block;
}

.video-lightbox {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.center-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.section {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.play-button-wrapper {
  width: 6em;
  height: 6em;
  color: #fff;
  letter-spacing: .18em;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  padding-left: .3em;
  font-size: 1.2em;
  font-weight: 600;
  display: none;
  position: absolute;
}

.play-button-wrapper.is-mobile {
  display: none;
}

.cursor-area {
  z-index: 999;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox-video-thumbnail {
  width: 100%;
  height: 0%;
  padding-bottom: 54.25%;
}

.play-button-text {
  font-size: 1.4em;
}

.blackoutimage {
  z-index: 950;
  width: 20vw;
  height: auto;
  max-height: none;
  max-width: 20vw;
  min-height: auto;
  min-width: 20vw;
  opacity: 1;
  object-fit: contain;
  margin: auto;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blackoutimage.staff {
  width: 70vw;
  max-width: 70vw;
  min-width: 70vw;
  opacity: 0;
  display: block;
}

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

.image-34.blackout {
  width: 20vw;
  max-width: 20vw;
  min-width: 20vw;
  display: block;
}

.buybutton {
  z-index: 9999;
  color: #fff;
  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: -6vh auto auto;
  padding: 10px 20px;
  font-family: Gotham book, sans-serif;
  font-size: 20px;
  line-height: 25px;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

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

.buybutton.blackout {
  margin-top: -15vh;
}

.blackout {
  background-color: #000;
}

.homelinea {
  z-index: 700;
  width: 15px;
  height: 100vh;
  background-color: #db1b1b;
  background-image: linear-gradient(#af8b33, #e9cf9e 54%, #af8b33);
  display: flex;
  position: fixed;
  left: 25vw;
  box-shadow: 76px 25px 40px 60px rgba(0, 0, 0, .03);
}

.image-35 {
  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;
}

.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;
  position: relative;
  top: 5px;
  bottom: 5px;
}

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

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

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

.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%;
}

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

.nav-4.homenuova {
  position: absolute;
}

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

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

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

.nav-menu-3._1 {
  justify-content: flex-start;
}

.nav-menu-3._3 {
  justify-content: flex-end;
  padding-right: 12px;
}

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

.buy-button-4 {
  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-4:hover {
  background-color: #1680eb;
  background-image: linear-gradient(#0071e3, #3298ff);
}

.nav-link-3 {
  height: 44px;
  color: #2f2f2f;
  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-3:hover {
  opacity: .7;
}

.nav-link-3.home {
  color: #2f2f2f;
}

.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: 27vh;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.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;
}

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

.button-2 {
  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-3 {
  color: #919191;
  background-color: rgba(56, 152, 236, 0);
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

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

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

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

.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;
}

.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;
}

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

.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%;
}

.iconedition {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  flex-direction: row;
  display: none;
  position: absolute;
}

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

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

.homeimage {
  max-width: 60%;
  cursor: pointer;
  margin-top: 10vh;
  transition: all .2s;
}

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

.homeimage.sx {
  margin-left: 6vw;
}

.homeimage.dx {
  margin-right: 6vw;
}

.homeimage.elegant {
  max-width: 90%;
}

.elegantedition {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  flex-direction: row;
  display: none;
  position: absolute;
}

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

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

.hoverfullscreen-4 {
  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;
}

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

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

.grangaladiv2 {
  height: 100px;
  justify-content: center;
  align-items: center;
  display: block;
}

.grangalasection {
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grangaladiv1 {
  height: 40vh;
  justify-content: center;
  align-items: center;
  display: block;
}

.grangalaheading {
  z-index: 950;
  opacity: 1;
  color: #2f2f2f;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-family: Gotham book, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 60px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grangalaheading.hide {
  max-width: 70vw;
  opacity: 0;
  display: flex;
}

.grangaladiv3 {
  height: 20vh;
  justify-content: center;
  align-items: center;
  display: block;
}

.grangalaimagepage {
  z-index: 950;
  width: auto;
  height: 60vh;
  max-width: none;
  opacity: 0;
  text-align: right;
  align-self: auto;
  margin: auto;
  display: block;
  position: fixed;
  top: 10%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

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

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

.grangalafinalimage {
  z-index: 0;
  height: 50vh;
  max-height: none;
  min-height: auto;
  opacity: 1;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grangalabuybutton {
  z-index: 9999;
  color: #fff;
  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-top: -2vh;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-family: Gotham book, sans-serif;
  font-size: 20px;
  line-height: 25px;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

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

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

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

  .html-embeded.intro {
    height: 5000px;
  }

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

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

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

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

  .immagineboccetta2, .immagineboccetta3 {
    max-height: 40vw;
    min-height: 30vw;
  }

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

  .dropdownwrapper {
    height: 44px;
  }

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

  .section-14 {
    height: 4000px;
  }

  .image-12 {
    top: -30%;
  }

  .heading-6.piccolo {
    font-size: 40px;
    line-height: 47px;
    display: flex;
  }

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

  .heading-6.big {
    font-size: 50px;
    display: flex;
  }

  .heading-6.piccolo-copy {
    justify-content: flex-start;
    margin-left: 5vw;
    display: flex;
  }

  .heading-6.piccolo-copy-copy {
    font-size: 50px;
    line-height: 60px;
    display: flex;
  }

  .tuco-234 {
    margin-right: 5vw;
    display: block;
  }

  .image-16, .section-16 {
    display: block;
  }

  .papa-copy-234 {
    margin-left: 0;
    display: block;
  }

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

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

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

  .image-31 {
    display: block;
  }

  .zebra {
    margin-left: -5vw;
  }

  .giraffa {
    margin-right: -5vw;
  }

  .cavalletta {
    margin-left: 0;
    display: block;
  }

  .farfalla {
    margin-right: -3vw;
    display: block;
  }

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

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

  .immagineboccetta1-2, .immagineboccettabianca, .immagineboccetta1upper-2 {
    max-height: 40vw;
    max-width: none;
    min-height: 30vw;
  }

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

  .blackoutheading.big {
    font-size: 50px;
    display: flex;
  }

  .blackoutimage {
    width: 20vw;
    max-width: 20vw;
    min-width: 20vw;
  }

  .buybutton {
    margin-top: auto;
  }

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

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

  .grangalasection {
    display: flex;
  }

  .grangalaimagepage {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .nav, .airpods-nav {
    display: block;
  }

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

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

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

  .sticky-container {
    width: 692px;
  }

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

  .section-headline {
    font-size: 80px;
  }

  .lottie-animation-2 {
    width: 998px;
    height: auto;
  }

  .comfort-section-intro-text {
    width: 320px;
  }

  .lottie-animation-3 {
    width: 998px;
  }

  .tip.large {
    width: 131px;
    margin-left: 47px;
  }

  .tip.medium {
    width: 131px;
  }

  .lottie-animation-4 {
    width: 998px;
  }

  .transparency-paragraph {
    width: 75%;
    font-size: 21px;
  }

  .lottie-animation-5 {
    width: 998px;
    position: absolute;
  }

  .thanks {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .thanks-heading {
    font-size: 80px;
  }

  .rotate-phone {
    height: 100vh;
    background-color: #fafafa;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .heading-3 {
    color: #111;
    font-size: 72px;
    font-weight: 600;
    line-height: 1.3;
  }

  .text-block-4, .bottonenero {
    width: 40vw;
  }

  .main, .section-14, .sectiontesto, .sectiontesto.piccolo, .sectiontesto.piccolo, .section-16 {
    display: block;
  }

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

  .nav-2, .airpods-nav-2, .airmod, .nav-3, ._10vhmargin, ._10vhmargin.piccolo, .airmod-copy, .airmod-copy, .main-2, .blackoutsection, .blackoutsection.piccolo {
    display: block;
  }

  .play-button-wrapper.is-mobile {
    display: flex;
    transform: rotate(-17deg);
  }

  .cursor-area {
    display: none;
  }

  .nav-4, .under, .parfume, .grangalasection, .grangalasectiontesto {
    display: block;
  }

  .grangalasectiontesto.piccolo {
    height: 50vh;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .nav, .airpods-nav, .hero, .scroll-sequence, .comfort, .anc, .thanks {
    display: none;
  }

  .rotate-phone {
    display: flex;
  }

  .heading-3 {
    font-size: 44px;
  }

  .text-block-4, .bottonenero {
    width: 60vw;
  }

  .primary-button {
    text-align: center;
  }

  .nav-2, .airpods-nav-2, .airmod, .nav-3, .airmod-copy, .airmod-copy {
    display: none;
  }

  .play-button-wrapper.is-mobile {
    font-size: 2.2vw;
  }

  .nav-4, .under, .parfume {
    display: none;
  }
}

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

  .mobile-burger {
    display: flex;
  }

  .nav-link {
    display: none;
  }

  .nav-link.logo, .nav-link.bag {
    display: block;
  }

  .nav-link.search, .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;
  }

  .hero {
    display: block;
  }

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

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

  .scroll-sequence {
    display: block;
  }

  .sticky-container {
    width: 87.5%;
  }

  .hero-bullet-text {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 41px;
  }

  .lottie-animation-1 {
    max-width: 414px;
  }

  .comfort {
    display: block;
  }

  .section-headline {
    font-size: 56px;
  }

  .section-eyebrow {
    font-size: 17px;
  }

  .lottie-animation-2, .lottie-animation-3 {
    width: 414px;
  }

  .comfort-tips {
    opacity: 1;
    padding-top: 180px;
  }

  .tip.large {
    width: 70px;
    margin-left: 50px;
    font-size: 12px;
  }

  .tip.medium {
    width: 70px;
    font-size: 12px;
  }

  .tip.small {
    font-size: 12px;
  }

  .paragraph {
    max-width: 100%;
    margin-left: 0;
  }

  .lottie-animation-4 {
    width: 414px;
  }

  .anc {
    display: block;
  }

  .anc-intro-paragraph-text {
    margin-left: 0%;
    font-size: 22px;
  }

  .anc-external-mic {
    display: block;
  }

  .anc-bullets {
    max-width: 100%;
  }

  .anc-external-sound {
    display: none;
  }

  .anc-internal-mic {
    display: block;
  }

  .anc-paragraph-right {
    margin-left: 0%;
  }

  .anc-continousley {
    display: none;
  }

  .transparency-paragraph {
    width: 100%;
    font-size: 17px;
  }

  .lottie-animation-5 {
    width: 414px;
  }

  .thanks {
    display: block;
  }

  .thanks-heading {
    font-size: 48px;
  }

  .text-block {
    font-size: 16px;
  }

  .rotate-phone {
    display: none;
  }

  .heading-3 {
    font-size: 44px;
  }

  .heading-4 {
    font-size: 36px;
  }

  .div-block-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .other-project-image {
    width: 200px;
  }

  .youtube {
    width: 100px;
  }

  .text-block-2 {
    margin-left: 34px;
    font-size: 14px;
  }

  .image-2 {
    width: 30px;
  }

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

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

  .primary-button {
    text-align: center;
  }

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

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

  .nav-link-2.logo, .nav-link-2.bag {
    display: block;
  }

  .nav-link-2.search {
    display: none;
  }

  .airpods-nav-2 {
    display: block;
  }

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

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

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

  .airmod {
    display: block;
  }

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

  .modal-wrapper {
    padding: 70px 20px 20px;
  }

  .modal {
    padding-left: 30px;
    padding-right: 30px;
  }

  .airmod-copy {
    display: block;
  }

  .hoverfullscreen-3 {
    display: none;
  }

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

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

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

  .hoverfullscreen-4 {
    display: none;
  }
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc6053-7577cc66 {
  grid-area: Area-2;
  align-self: center;
  justify-self: auto;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc6055-7577cc66 {
  grid-area: Area;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc6057-7577cc66 {
  grid-area: Area-3;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc6059-7577cc66 {
  grid-area: Area-4;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc605b-7577cc66 {
  grid-area: Area-5;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc605d-7577cc66 {
  grid-area: Area-6;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc605f-7577cc66 {
  grid-area: Area-12;
  justify-self: start;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc6062-7577cc66 {
  grid-area: Area-11;
  justify-self: start;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc6065-7577cc66 {
  grid-area: Area-10;
  justify-self: start;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc6068-7577cc66 {
  grid-area: Area-9;
  justify-self: start;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc606b-7577cc66 {
  grid-area: Area-8;
  justify-self: start;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc606e-7577cc66 {
  grid-area: Area-7;
  justify-self: start;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc6053-8f5f70a3 {
  grid-area: Area-2;
  align-self: center;
  justify-self: auto;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc6055-8f5f70a3 {
  grid-area: Area;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc6057-8f5f70a3 {
  grid-area: Area-3;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc6059-8f5f70a3 {
  grid-area: Area-4;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc605b-8f5f70a3 {
  grid-area: Area-5;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc605d-8f5f70a3 {
  grid-area: Area-6;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc605f-8f5f70a3 {
  grid-area: Area-12;
  justify-self: start;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc6062-8f5f70a3 {
  grid-area: Area-11;
  justify-self: start;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc6065-8f5f70a3 {
  grid-area: Area-10;
  justify-self: start;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc6068-8f5f70a3 {
  grid-area: Area-9;
  justify-self: start;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc606b-8f5f70a3 {
  grid-area: Area-8;
  justify-self: start;
}

#w-node-_30e4d6f3-8a20-611f-38d9-cb3384bc606e-8f5f70a3 {
  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: 'Snellroundhand';
  src: url('../fonts/SnellRoundhand-BoldScript.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}