: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: 100vh;
  flex-direction: column;
}

.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;
  margin-top: 0;
  padding-top: 2vh;
  display: block;
  position: relative;
}

.nav.homenuova {
  position: absolute;
}

.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 {
  flex-direction: column;
  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: #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:hover {
  opacity: .7;
}

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

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

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

.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 {
  opacity: 1;
  object-fit: contain;
  display: block;
  position: static;
}

.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: 15vh;
  max-height: 15vh;
  min-height: 15vh;
  margin-top: 15vh;
  padding-left: 4px;
  display: block;
}

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

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

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

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

.image-19 {
  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-19.blackout {
  width: 20vw;
  max-width: 20vw;
  min-width: 20vw;
}

.image-19.grangala {
  width: 30vw;
  max-width: 30vw;
  min-width: 30vw;
}

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

.text-block-6.blackout {
  color: #e3e6e6;
}

.container-2-copy {
  color: #303030;
  flex-direction: column;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  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.blackout {
  color: #e3e6e6;
}

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

.text-block-6-copy-copy.blackout {
  color: #e3e6e6;
}

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

.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.blackout {
  color: #e3e6e6;
}

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

.text-block-6-copy-copy-copy.blackout {
  color: #e3e6e6;
}

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

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

.hoverfullscreen-2.blackout {
  display: flex;
}

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

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

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

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

.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/ok.svg');
}

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

.nav-link-2.grangala {
  color: #4e4b4b;
  background-color: #fff;
}

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

.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-title-2.grangala {
  color: #2f2f2f;
  background-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);
}

.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 {
  z-index: 9999;
  box-shadow: none;
  background-color: #000;
  display: block;
}

.airmod.grangala {
  z-index: 9999;
  box-shadow: none;
  background-color: #fff;
  display: block;
}

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

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

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

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

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

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

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

.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 {
  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;
  max-height: none;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 80px;
  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;
  position: relative;
  top: 5px;
  bottom: 5px;
}

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

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

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

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

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

.storeimmagine {
  width: auto;
}

.storeimmagine._255 {
  max-height: 255px;
}

.storetestodiv {
  width: 50vw;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  flex: 0 auto;
  align-self: flex-start;
  padding: 2vw 6vw 0;
}

.storetesto {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 3vw 0 0;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6vw;
  display: flex;
}

.storelink {
  color: #ac2222;
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 0 0 1vw;
  font-family: Gotham book, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6;
  display: flex;
}

.container-7 {
  max-height: 300px;
  max-width: 300px;
  border-radius: 100%;
  display: block;
  overflow: visible;
}

.storeluogo {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 0 0 1vw;
  font-family: Gotham book, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6vw;
  display: flex;
}

.storelinkurl {
  color: #424242;
  border: 1px solid rgba(0, 0, 0, 0);
}

.storemap {
  width: 100vw;
  height: auto;
  max-height: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 5vw 0 10vw;
  display: flex;
}

.storemapmask {
  width: 33vw;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  flex: 1;
  align-self: center;
  padding: 0;
}

.html-embed {
  border-radius: 0;
}

.container-8 {
  max-width: 90vw;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: hidden;
}

.storesectionlogo {
  width: auto;
  height: 180px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.storetestodivlogo {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  flex: 0 auto;
  align-self: center;
}

.containerlogo {
  border-radius: 0%;
  display: block;
}

.storeimmaginelogo {
  height: 100px;
}

.storetestologo {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-family: Snellroundhand, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

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

.storesection-2 {
  width: 100vw;
  height: auto;
  max-height: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.blackout {
  background-color: #000;
}

.footerblackout {
  height: 320px;
  border: 0 solid #e3e6e6;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footerbarcopyright {
  height: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

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

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

.blackoutheading.big._1 {
  z-index: 9999;
  opacity: 0;
  display: flex;
}

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

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

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

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

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

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

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

.page-content-3 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grangalasection.piccolo.hide {
  display: flex;
}

.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.big {
  z-index: 950;
  opacity: 1;
  color: #000;
  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%;
}

.grangalaheading.big._1 {
  z-index: 9999;
  opacity: 0;
  display: flex;
}

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

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

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

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

.footergrangala {
  height: 320px;
  border: 0 solid #e3e6e6;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.grangalaimage.staff {
  width: 70vw;
  max-width: 70vw;
  min-width: 70vw;
}

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

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

.homepagecontainer {
  flex-direction: column;
  display: flex;
}

.homepagediv {
  justify-content: center;
  display: flex;
}

.heading-7 {
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 34px;
  font-weight: 500;
}

.immagineboccetta {
  width: 500px;
  height: 350px;
  max-height: 350px;
  opacity: 1;
  object-fit: contain;
  padding: 9px;
  display: block;
  position: static;
}

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

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

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

.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.sx {
  width: 100%;
  position: absolute;
  overflow: visible;
}

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

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

.iconhalfcontainer.white {
  text-align: center;
  background-color: #fff;
  background-image: none;
  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.elegant {
  max-width: 90%;
}

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

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

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

.elegantthirdcontainer.white {
  text-align: center;
  background-color: #fff;
  background-image: none;
  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;
}

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

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

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

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

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

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

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

.grangalaimagepage.gg {
  z-index: 950;
  height: 60vh;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grangalaimagepage.gg.blackout {
  z-index: 950;
  margin-right: auto;
  display: block;
}

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

.grangalafinalimage.blackout {
  width: 20vw;
  max-width: 20vw;
  min-width: 20vw;
}

.grangalafinalimage.grangala {
  width: 30vw;
  max-width: 30vw;
  min-width: 30vw;
}

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

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

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

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

.grangalatextblock.blackout {
  color: #e3e6e6;
}

.grangalatexttitle {
  color: #2f2f2f;
  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;
}

.grangalatexttitle.blackout {
  color: #e3e6e6;
}

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

.grangalatextcopyrightlink:hover {
  color: #555;
  text-decoration: underline;
}

.grangalatextcopyrightlink.blackout {
  color: #e3e6e6;
}

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

.grangalatextcopyrightright1:hover {
  color: #555;
  text-decoration: underline;
}

.grangalatextcopyrightright1.blackout {
  color: #e3e6e6;
}

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

.grangalatextcopyrightleft2:hover {
  color: #555;
  text-decoration: underline;
}

.grangalatextcopyrightleft2.blackout {
  color: #e3e6e6;
}

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

.grangalatextcopyrightleft1:hover {
  color: #555;
  text-decoration: underline;
}

.grangalatextcopyrightleft1.blackout {
  color: #e3e6e6;
}

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

.grangalafooterlogo:hover {
  width: 115px;
  transform: scale(1.1);
}

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

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

.ritohomelogo {
  width: auto;
  height: 24vh;
  margin-top: 0;
  padding-left: 0;
}

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

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

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

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

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

.section-3-romano-copy-romano-2 {
  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;
}

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

.image-35 {
  width: auto;
  height: 10vh;
  max-height: 10vh;
  min-height: 10vh;
  margin-top: 4vh;
  padding-left: 4px;
}

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

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

.div-block-9 {
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.dms-section {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dms-logo {
  width: 60%;
}

.dms-button {
  color: #000;
  background-color: #fefeff;
  border-radius: 10px;
  margin-top: 50px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
}

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

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

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

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

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

  .image-31 {
    display: block;
  }

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

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

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

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

  .buybutton {
    margin-top: auto;
  }

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

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

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

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

  .grangalasection {
    display: flex;
  }

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

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

  .homepagehalfcontainer.sx {
    max-width: none;
  }

  .grangalaimagepage {
    display: block;
  }

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

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

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

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

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

  .airmod, ._10vhmargin, .airmod-copy, .airmod-copy {
    display: block;
  }

  .section-3-copy2-copy-copy {
    height: 5vw;
  }

  .storetestodiv {
    width: 100vw;
  }

  .storelink {
    justify-content: center;
    font-size: 3vw;
  }

  .container-7 {
    padding: 55px 55px 12px;
  }

  .storeluogo {
    margin-top: 2vw;
  }

  .storelinkurl {
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    font-size: 18px;
    display: flex;
  }

  .storesectionlogo {
    height: auto;
    flex-direction: column;
  }

  .storetestodivlogo {
    width: 100vw;
  }

  .containerlogo {
    padding: 55px 55px 12px;
  }

  .buybutton.blackout {
    width: 200px;
    text-align: center;
    margin-top: auto;
  }

  .storesection-2 {
    height: auto;
    flex-direction: column;
  }

  .blackoutsection, .blackoutsection.piccolo {
    display: block;
  }

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

  .cursor-area {
    display: none;
  }

  .blackoutscrollanimation, .blackoutsectiontesto {
    display: block;
  }

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

  .grangalasection, .grangalasection.piccolo, .grangalasectiontesto {
    display: block;
  }

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

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

  .grangalabuybutton.blackout {
    width: 200px;
    text-align: center;
    margin-top: auto;
  }
}

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

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

  .airmod, .airmod-copy, .airmod-copy {
    display: none;
  }

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

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

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

  .mobile-burger {
    display: flex;
  }

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

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

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

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

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

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

  .airmod, .airmod-copy, .airmod-copy {
    display: block;
  }

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

#w-node-_6243a43d-cbdd-58dc-1df9-de90a87aaba2-9e00dc14 {
  grid-area: Area-2;
  align-self: center;
  justify-self: auto;
}

#w-node-_6243a43d-cbdd-58dc-1df9-de90a87aaba4-9e00dc14 {
  grid-area: Area;
}

#w-node-_6243a43d-cbdd-58dc-1df9-de90a87aaba6-9e00dc14 {
  grid-area: Area-3;
}

#w-node-_6243a43d-cbdd-58dc-1df9-de90a87aaba8-9e00dc14 {
  grid-area: Area-4;
}

#w-node-_6243a43d-cbdd-58dc-1df9-de90a87aabaa-9e00dc14 {
  grid-area: Area-5;
}

#w-node-_6243a43d-cbdd-58dc-1df9-de90a87aabac-9e00dc14 {
  grid-area: Area-6;
}

#w-node-_6243a43d-cbdd-58dc-1df9-de90a87aabae-9e00dc14 {
  grid-area: Area-12;
  justify-self: start;
}

#w-node-_6243a43d-cbdd-58dc-1df9-de90a87aabb1-9e00dc14 {
  grid-area: Area-11;
  justify-self: start;
}

#w-node-_6243a43d-cbdd-58dc-1df9-de90a87aabb4-9e00dc14 {
  grid-area: Area-10;
  justify-self: start;
}

#w-node-_6243a43d-cbdd-58dc-1df9-de90a87aabb7-9e00dc14 {
  grid-area: Area-9;
  justify-self: start;
}

#w-node-_6243a43d-cbdd-58dc-1df9-de90a87aabba-9e00dc14 {
  grid-area: Area-8;
  justify-self: start;
}

#w-node-_6243a43d-cbdd-58dc-1df9-de90a87aabbd-9e00dc14 {
  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;
}