@font-face {
  font-family: Futura;
  src: url('../fonts/FuturaNowHeadlineMedium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

.scroll-wrapper {
  width: 100%;
  overflow: hidden;
}

.section-home {
  width: 100%;
  height: 100vh;
  position: relative;
}

.section-home.footer {
  height: auto;
  padding: 0;
}

.girglia-1 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  height: 100%;
}

.body {
  color: #000;
  background-color: #d9d9d9;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.body.no-overflow, .body.bloccato {
  overflow: hidden;
}

.img-sfondo-home {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.img-sfondo-home.absolute {
  height: 120vh;
  position: absolute;
  inset: 0%;
}

.img-sfondo-home.absolute.solo-mobile {
  display: none;
}

.sfondo-sezione {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.sfondo-sezione.abosolute {
  height: 120vh;
}

.sfondo-sezione.abosolute.solo-mobile {
  display: none;
}

.block-tex-video {
  z-index: 3;
  width: 600px;
  position: absolute;
  bottom: 50px;
  left: 5vw;
}

.white {
  color: #fff;
  font-size: 14px;
  transition: opacity .4s;
}

.overlay-video {
  z-index: 2;
  background-color: #00000094;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h2 {
  color: #000;
  margin-top: 0;
  font-family: Futura, Verdana, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 130%;
}

.colonna-testo {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding: 10vh 5vw 50px 10vw;
  display: flex;
}

.colonna-testo.left {
  padding-left: 5vw;
  padding-right: 10vw;
}

.colonna-testo.non-flex {
  justify-content: flex-start;
}

.box-paragrafo {
  width: 450px;
}

.box-paragrafo.top-amx {
  margin-top: 50px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.colonna {
  width: 100%;
  height: 100%;
  position: relative;
}

.colonna.overflow {
  overflow: hidden;
}

.overlay-hover {
  z-index: 2;
  opacity: .2;
  background-color: #000;
  width: 100%;
  height: 100%;
  transition: opacity .45s;
  position: absolute;
  inset: 0%;
}

.box-hover {
  z-index: 4;
  text-align: center;
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.link-inline {
  color: #fff;
}

.m-top {
  margin-top: 20px;
  transition: opacity .45s;
}

.griglia-3 {
  grid-template-rows: auto;
  width: 100%;
  height: 100vh;
}

.slider-intro {
  width: 100%;
  height: 100vh;
}

.swiper-slider.sliderintro {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  height: 100%;
  overflow: hidden;
}

.swiper-slide.swiper-intro {
  height: 100%;
  position: relative;
}

.swiper-slide.swiper-intro.intro-2 {
  background-image: linear-gradient(#0009, #0009), url('../images/04_Joviz-boutique-render-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.swiper-slide.swiper-intro.intro-2.i-3 {
  background-image: linear-gradient(#0000, #0000), url('../images/intro-3.webp');
}

.swiper-slide.swiper-intro.intro-3 {
  background-image: linear-gradient(#0009, #0009), url('../images/01_Joviz-A-Thousand-Trees-Ponte-di-Legno-render.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.swiper-slide.swiper-intro.intro-4 {
  background-image: url('../images/15_Joviz-Lakeside-Retreat-Villa-render-2.jpg');
  background-position: 50%;
}

.img-intro {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.menu-fisso {
  z-index: 99;
  width: 100%;
  padding-top: 20px;
  padding-left: 5vw;
  padding-right: 5vw;
  position: fixed;
  inset: 0% 0% auto;
}

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

.brand {
  text-align: right;
  width: 150px;
}

.box-burger {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.icon-burger {
  width: 23px;
}

.text-menu {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
}

.text-menu.black {
  color: #000;
}

.box-fisarmonica {
  width: 100%;
  height: 100vh;
  padding: 10vh 5vw 5vw;
}

.griglia-armonica {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  grid-template-rows: auto;
  margin-top: 40px;
}

.footer {
  padding: 5vw;
}

.footer-content {
  background-color: #9c968b;
  padding: 5vw;
}

.griglia-footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr .4fr .4fr .4fr;
}

.logo-footer {
  width: 180px;
}

.h5 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.text-footer {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.link-footer {
  color: #fff;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 12px;
  text-decoration: none;
  display: block;
}

.copyright {
  color: #fff;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 200;
}

.head-tab {
  cursor: pointer;
  border-bottom: 1px solid #0000003b;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.head-tab.first {
  padding-top: 0;
}

.title-tab {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.arrow-tab {
  cursor: pointer;
  width: 16px;
  transition: all .75s;
  position: absolute;
  top: 26px;
  right: 0;
  transform: rotate(180deg);
}

.arrow-tab.first {
  top: 8px;
}

.content-tab {
  padding-top: 30px;
  display: none;
}

.small {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
}

.p {
  font-size: 14px;
}

.h2-intro {
  opacity: 0;
  color: #fff;
  text-align: center;
  width: 70%;
  font-size: 36px;
  font-weight: 200;
  line-height: 130%;
  transition: opacity .65s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.camera-scroll {
  width: 100vw;
  height: 1040svw;
  position: relative;
}

.scroller {
  height: 100%;
  display: flex;
}

.frame {
  flex: none;
  width: 100%;
  height: 100vh;
  display: flex;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.item {
  flex: none;
  align-self: center;
  width: 100svw;
  height: 100vh;
}

.item.item-150 {
  width: 150vw;
}

.item.item-90 {
  width: 90svw;
}

.item.item-70 {
  width: 70svw;
}

.item.item-80 {
  width: 80svw;
}

.item.item-50 {
  width: 50svw;
}

.item.item-130 {
  width: 130vw;
}

.item.item-40 {
  width: 40vw;
}

.item.item-30 {
  width: 30vw;
}

.item.item-60 {
  width: 60svw;
}

.test-img {
  width: 100%;
  height: 100%;
}

.blocco-scroll {
  width: 100%;
  height: 100%;
  padding-top: 28vh;
  padding-bottom: 1vh;
  padding-right: 1vh;
}

.griglia-scroll {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 69vh;
  display: grid;
}

.griglia-scroll.scroll-grid-1 {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.griglia-scroll.scroll-grid-1.senza-griglia {
  grid-template-columns: 1fr;
}

.griglia-scroll.scroll-grid-1.default {
  grid-template-columns: .75fr 1fr;
}

.griglia-scroll.scroll-grid-2 {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  grid-template-rows: auto;
}

.griglia-scroll.scroll-grid-3 {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
}

.griglia-scroll.scroll-grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.griglia-scroll.scroll-grid-5 {
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
}

.griglia-scroll.scroll-grid-6 {
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
}

.inizio-scroll {
  padding-left: 5vw;
}

.content-img-gallery {
  width: 100%;
  height: 69vh;
  position: relative;
}

.img-progetto {
  object-fit: fill;
  width: auto;
  height: 100%;
  position: relative;
}

.video-progetto {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.video-progetto video{
  width: auto;
  right: unset;
  bottom: unset;
  top: unset;
  left: unset;
  object-fit: fill;
}
.info-progetto {
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 20%;
  margin-bottom: 2%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.quadro-progetto {
  width: 100%;
  height: 78%;
  position: absolute;
  top: 22%;
  left: 0;
}

.quadro-progetto.zoom-in {
  overflow: hidden;
}

.open-info-progetto {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.numero {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.arrow-progetto {
  cursor: pointer;
  height: 18px;
}

.meta-progetto {
  padding-top: 20px;
  display: none;
}

.meta-progetto.meta-1, .meta-progetto.meta-2, .meta-progetto.meta-15 {
  display: none;
}

.titolo-progetto {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.desc-progetto {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.inizio-pagina {
  width: 100%;
  height: 200px;
}

.menu-open {
  z-index: 98;
  background-color: #9c968b;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.content-menu-open {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.link-menu {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.li-menu {
  text-align: center;
  margin-bottom: 15px;
}

.li-menu.menu-lingue {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

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

.section-contatti {
  min-height: 100vh;
  padding-bottom: 10vh;
  padding-left: 5vw;
  padding-right: 5vw;
}

.titoli-cintatti {
  padding-top: 20vh;
}

.azioni-contatti {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10vh;
  display: grid;
}

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

.field {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #0000004f;
  height: 40px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
}

.field.field-area {
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 120px;
  margin-top: 10px;
}

.btn-form {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 50px;
  padding: 15px 30px;
}

.h4 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.info-contatti {
  color: #000;
  font-size: 14px;
}

.slider-gallery {
  width: 100%;
  height: 100%;
}

.none {
  display: none;
}

.img-slider {
  object-fit: fill;
  width: auto;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.arrow-slider {
  opacity: 1;
}

.link-homepage {
  color: #000;
}

.link-homepage:hover {
  color: #9c968b;
}

.logo-prima-slide {
  z-index: 3;
  width: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.intro-home {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.we-are {
  z-index: 2;
  opacity: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.copertina-video {
  background-image: url('../images/progetto-trampolini.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.link-galleria {
  color: #000;
  font-weight: 600;
}

.social-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  width: 80%;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%);
}

.link-social-menu {
  color: #000;
  font-size: 14px;
}

.hover-prima-slide {
  z-index: 2;
  opacity: .4;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cursore {
  z-index: 999;
  pointer-events: none;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 0%;
  left: 0%;
  mix-blend-mode: difference;
  filter: invert(1);
}

.svg-cursore {
  width: 100%;
  height: 100%;
  transition: all .45s;
  position: absolute;
  top: 15px;
  left: 15px;
}

.logo-mobile {
  display: none;
}

.icon-slider {
  text-shadow: 0 1px 1px #0003;
  font-size: 30px;
}

.link-lingua {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .camera-scroll {
    height: 705vw;
  }

  .item {
    width: 65svw;
  }

  .item.item-70 {
    width: 45svw;
  }

  .item.item-80 {
    width: 65svw;
  }

  .item.item-50 {
    width: 35svw;
  }

  .item.item-40 {
    width: 25vw;
  }

  .item.item-110 {
    width: 110vw;
  }

  .item.item-30 {
    width: 25vw;
  }

  .item.item-60 {
    width: 40svw;
  }

  .griglia-scroll.scroll-grid-1 {
    grid-template-columns: .5fr 1fr;
  }

  .intro-home {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .h2 {
    font-size: 40px;
  }

  .box-paragrafo {
    width: 90%;
  }

  .title-tab {
    font-size: 18px;
  }

  .arrow-tab {
    width: 12px;
    top: 30px;
  }

  .arrow-tab.first {
    top: 8px;
  }

  .p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .scroll-wrapper {
    overflow: visible;
  }

  .section-home {
    height: auto;
  }

  .section-home.sfondo-video {
    height: 100vh;
  }

  .girglia-1 {
    grid-template-columns: .95fr 1fr;
  }

  .body.no-overflow {
    overflow: visible;
  }

  .img-sfondo-home.absolute, .sfondo-sezione.abosolute {
    height: 100%;
  }

  .block-tex-video {
    width: 90%;
  }

  .colonna-testo {
    height: auto;
    padding: 8vh 2vw 10px 5vw;
  }

  .box-paragrafo {
    margin-top: 150px;
  }

  .box-paragrafo.no-top-mobile {
    margin-top: 0;
  }

  .box-hover {
    width: 95%;
  }

  .griglia-3 {
    height: auto;
  }

  .box-fisarmonica {
    height: auto;
    padding-top: 8vh;
    padding-bottom: 10vh;
  }

  .griglia-armonica {
    grid-template-columns: 1fr;
  }

  .griglia-footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .camera-scroll {
    height: auto;
  }

  .frame {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .camera {
    height: auto;
    padding-bottom: 20px;
    overflow: visible;
  }

  .item {
    height: auto;
  }

  .item.item-90, .item.item-70, .item.item-80, .item.item-50, .item.item-40 {
    width: 100vw;
  }

  .item.item-30, .item.item-60 {
    width: 100svw;
  }

  .blocco-scroll {
    height: auto;
    padding: 20px 10px 0;
  }

  .griglia-scroll.scroll-grid-1 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .griglia-scroll.scroll-grid-1.default {
    grid-template-columns: 1fr;
  }

  .griglia-scroll.scroll-grid-2, .griglia-scroll.scroll-grid-3 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .griglia-scroll.scroll-grid-4 {
    height: auto;
  }

  .griglia-scroll.scroll-grid-5, .griglia-scroll.scroll-grid-6 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .inizio-scroll {
    margin-top: 150px;
    padding-left: 0;
  }

  .content-img-gallery {
    height: auto;
  }

  .img-progetto {
    position: relative;
  }

  .info-progetto {
    height: 150px;
    margin-bottom: 0%;
    position: relative;
  }

  .quadro-progetto, .quadro-progetto.zoom-in, .quadro-progetto.video-play, .quadro-progetto.slider-hover {
    height: 400px;
    position: relative;
    top: 0%;
  }

  .quadro-progetto.alberi-verticali {
    height: auto;
  }

  .titolo-progetto {
    font-size: 16px;
    line-height: 16px;
  }

  .desc-progetto {
    font-size: 12px;
    line-height: 16px;
  }

  .azioni-contatti {
    grid-template-columns: 1fr;
  }

  .img-slider {
    position: relative;
  }

  .cursore {
    display: none;
  }

  .logo-mobile {
    margin-left: auto;
    display: block;
  }

  .logo-desktop {
    display: none;
  }
  .img-progetto, .img-progetto{
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .section-home.sfondo-video.sfondo-video-rialzato {
    height: auto;
    padding-top: 400px;
  }

  .girglia-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .img-sfondo-home {
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .img-sfondo-home.absolute {
    min-height: 600px;
    position: relative;
  }

  .img-sfondo-home.absolute.solo-mobile {
    min-height: 250px;
    display: block;
  }

  .img-sfondo-home.absolute.solo-desktop {
    display: none;
  }

  .sfondo-sezione {
    height: 100%;
  }

  .sfondo-sezione.abosolute {
    height: 600px;
    position: relative;
  }

  .sfondo-sezione.abosolute.solo-mobile {
    height: 100%;
    display: block;
    position: absolute;
  }

  .sfondo-sezione.fisso-mobile {
    height: 550px;
    position: relative;
  }

  .sfondo-sezione.fisso-mobile.no-in-mobile, .sfondo-sezione.no-in-mobile {
    display: none;
  }

  .block-tex-video {
    top: 60px;
    bottom: auto;
  }

  .white.black-mobile {
    color: #000;
    font-size: 16px;
  }

  .overlay-video {
    display: none;
  }

  .colonna-testo {
    padding: 50px 5vw;
  }

  .box-paragrafo {
    width: 100%;
    margin-top: 40px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .box-hover {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
  }

  .h3 {
    font-size: 32px;
  }

  .griglia-3 {
    grid-template-columns: 1fr;
  }

  .swiper-slide.swiper-intro.intro-4 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/foresta-hq.webp');
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .text-menu {
    display: none;
  }

  .title-tab {
    font-size: 22px;
  }

  .p {
    font-size: 16px;
    line-height: 22px;
  }

  .h2-intro {
    font-size: 28px;
  }

  .camera-scroll, .camera, .item.item-70, .item.item-50, .item.item-40, .item.item-30, .item.item-60 {
    width: 100%;
  }

  .img-progetto {
    height: auto;
  }

  .info-progetto {
    height: 100px;
  }

  .quadro-progetto {
    height: 200px;
  }

  .quadro-progetto.zoom-in, .quadro-progetto.zoom-in.quadro-progetto-alto {
    height: auto;
  }

  .quadro-progetto.video-play {
    height: 200px;
  }

  .quadro-progetto.video-play.video-mobile-alto {
    height: 400px;
  }

  .quadro-progetto.video-play.video-medio {
    height: 200px;
  }

  .quadro-progetto.slider-hover, .quadro-progetto.slider-hover.quadro-progetto-alto {
    height: auto;
  }

  .quadro-progetto.quadro-progetto-alto {
    height: 300px;
  }

  .quadro-progetto.quadro-progetto-alto.zoom-in {
    height: auto;
  }

  .quadro-progetto.alberi-verticali {
    height: auto;
  }

  .slider-gallery, .img-slider {
    height: auto;
  }

  .arrow-slider {
    width: 30px;
  }

  .logo-prima-slide {
    width: 200px;
  }

  .cursore {
    display: none;
  }
}

#w-node-d8282909-8cf4-5dc7-cef1-a33cc3aa48d6-c3aa48c3, #w-node-d8a9db97-ce6b-9a71-9281-5f464582fba4-4582fb95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_4f1609c7-00c2-31e4-65c6-5076117be18c-4012f420, #w-node-_427a38bc-edb5-80cf-c6d1-5a49336f95a8-4012f420, #w-node-_4f1609c7-00c2-31e4-65c6-5076117be18c-af377075, #w-node-_427a38bc-edb5-80cf-c6d1-5a49336f95a8-af377075 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaNowHeadlineMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.cta-fissa{
  position: fixed;
  bottom: 50px;
  right: 5vw;
  z-index: 99;
}
.cta-fissa a{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.cta-fissa.nero a{
  color: #000;
}
@media screen and (max-width: 767px) {
  .cta-fissa{
    bottom: 20px;
  }
}