@font-face {
  font-family: Legrandcapital;
  src: url('../fonts/LeGrandCapital-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: legrand;
  src: url('../fonts/LeGrandRegular-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pp Hatton 700";
  src: url('../fonts/PP-Hatton-Bold-700.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Menobanner;
  src: url('../fonts/MenoBanner-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pp Hatton 500";
  src: url('../fonts/PP-Hatton-Medium-500.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --verde-primovere: #3d5447;
  --marrone-primovere: #aa8564;
  --sand-primovere: #ddd2b7;
  --white: white;
  --black: black;
}

.s-landing {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

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

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

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.logo-primovere {
  width: 110px;
  height: 110px;
}

.c-logo {
  z-index: 1;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 426px;
  display: flex;
  position: relative;
}

.testo-logo {
  color: var(--verde-primovere);
  letter-spacing: 10px;
  font-family: "Pp Hatton 500", sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
}

.numero-logo {
  color: var(--marrone-primovere);
  padding-top: 10px;
  font-family: "Pp Hatton 500", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 100%;
}

.testi-logo {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img-landing {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-landing.mobile {
  display: none;
}

.space {
  background-color: var(--sand-primovere);
  width: 100%;
  height: 15px;
}

.s-payoff {
  background-image: url('../images/background-foglia-primovere.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-payoff {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 126px;
  padding-bottom: 126px;
  display: flex;
}

.logo-bianco {
  width: 70px;
  height: 70px;
}

.titolo-payoff {
  color: var(--white);
  font-family: Menobanner, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
}

.testo-payoff {
  color: var(--white);
  text-align: center;
  max-width: 662px;
  font-family: "Pp Hatton 500", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
}

.s-paragrafo {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.c-paragrafo {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: stretch;
  width: 95%;
  display: flex;
}

.c-paragrafo.ipad {
  position: relative;
}

.paragrafo {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  padding-top: 57px;
  display: flex;
}

.render {
  object-fit: cover;
  width: 60%;
  max-width: 996px;
  max-height: 576px;
}

.testo-paragrafo {
  text-align: center;
  max-width: 380px;
  font-family: "Pp Hatton 500", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
}

.testo-paragrafo.testo2 {
  width: auto;
  max-width: 445px;
}

.testo-paragrafo.testo3 {
  width: auto;
  max-width: 500px;
}

.logo-paragrafo {
  width: 76px;
  max-width: none;
  height: 76px;
}

.footer {
  background-image: url('../images/background-footer.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 796px;
  margin-top: 144px;
  display: flex;
}

.div-block-41 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.titolo-modulo {
  color: #2d3d4a;
  font-family: Legrandcapital, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.checkbox {
  border: 1px #fff;
  border-radius: 9px;
  min-width: 15px;
  max-width: 15px;
  min-height: 15px;
  max-height: 15px;
}

.checkbox-font {
  color: #808c96;
  max-width: 777px;
  font-family: legrand, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.caselle-input {
  color: #808c96;
  text-align: left;
  background-color: #fff0;
  border: none;
  border-bottom: .5px solid #2d3d4a;
  width: 100%;
  min-width: 100px;
  max-width: none;
  height: 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bold-text {
  color: #fff;
  font-family: "Pp Hatton 500", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.submit {
  grid-column-gap: 71px;
  grid-row-gap: 71px;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100px;
  max-width: 200px;
  height: 46px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: flex;
}

.submit.button-blue {
  background-color: var(--verde-primovere);
  color: #fff;
  width: 250px;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 9px 15px;
  font-weight: 400;
}

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

.input-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  max-width: 1000px;
  display: flex;
}

.link-pagina {
  color: #808c96;
  text-decoration: underline;
}

.submit-text {
  color: #000;
  font-family: "Pp Hatton 700", sans-serif;
  font-weight: 700;
}

.modulo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffffd1;
  flex-direction: column;
  max-width: 700px;
  margin-left: 168px;
  padding: 61px;
  display: flex;
  position: static;
}

.link-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.wrap-contatti {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 354px;
  display: flex;
}

.testo-footer {
  color: #fff;
  text-align: center;
  font-family: legrand, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.cookie {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contatti {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.logo-footer {
  mix-blend-mode: normal;
  max-width: none;
  height: 74px;
  padding-top: 20px;
  transition: opacity .2s;
}

.testo-cookie {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 11px;
  font-family: legrand, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.testo-cookie.underline {
  border-bottom: .5px solid #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: legrand, sans-serif;
}

.container-footer {
  grid-column-gap: 298px;
  grid-row-gap: 298px;
  justify-content: center;
  align-items: stretch;
  width: 95%;
  display: flex;
}

.s-paragrafo-ipad, .div-scrollbar {
  display: none;
}

.image-fullscreen {
  width: 95%;
  max-width: none;
}

.s-fullscreen {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.payoff-landing, .scopri {
  display: none;
}

.bold-text-2 {
  font-weight: 400;
}

.cookie-titolo {
  color: #3f3432;
  font-family: Menobanner, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
}

.cookie-text {
  color: #3f3432;
  font-family: Menobanner, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.cookie-2 {
  background-color: var(--sand-primovere);
}

.cookie-sezione {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.wrapper-cookie {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  padding: 58px;
  display: flex;
}

.titolo-tabella {
  background-color: var(--marrone-primovere);
}

.cookie-3 {
  background-color: var(--sand-primovere);
}

.cookie-text-2 {
  color: #3f3432;
  font-family: Menobanner, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.ul {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.cookie-sottotitolo {
  color: #3f3432;
  font-family: Menobanner, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.cookie-sottotitolo.tabella {
  color: #fff;
}

.cookie-titolo-2 {
  color: #3f3432;
  font-family: Menobanner, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
}

.td {
  border: 1px solid #000;
  width: auto;
  height: 40px;
  padding-left: 20px;
}

.cookie-titolo-3 {
  color: #3f3432;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
}

.cookie-4 {
  background-color: var(--sand-primovere);
}

.bold-text-9 {
  font-family: Menobanner, sans-serif;
}

.cookie-text-3 {
  color: #3f3432;
  font-family: Menobanner, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.cookie-sottotitolo-2 {
  color: #3f3432;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.bold-text-8 {
  font-family: Menobanner, sans-serif;
}

.footer-contatti {
  background-image: url('../images/background-footer.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.cookie-modal_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 2px;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: flex;
  position: relative;
}

.wrappaer-titolo-cookie {
  width: 100%;
  display: flex;
}

.wrapper-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.cookies-testo {
  font-family: Menobanner, sans-serif;
  font-weight: 400;
}

.cookies-testo.white, .cookie-modal_description {
  font-family: Menobanner, sans-serif;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_title {
  font-family: Menobanner, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
}

.cookie-modal {
  z-index: 9500;
  border: 1px solid #f0ebdd;
  border-radius: 2px;
  max-width: 25rem;
  transition: bottom .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: fixed;
  inset: auto .75rem .75rem auto;
  box-shadow: 0 2px 5px #0003;
}

.cookie-modal_content-wrap {
  padding: 8px;
}

.cookie-modal_content-wrap.is-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin: 8px;
  padding: 0;
  display: flex;
}

.button-3 {
  background-color: var(--verde-primovere);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 550px;
  height: 50px;
  font-family: Menobanner, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.button-3.close-cookies-modal {
  background-color: var(--verde-primovere);
  max-width: 27px;
  height: 100%;
  max-height: 27px;
  margin-left: auto;
  padding: 8px;
  line-height: 16px;
}

.button-3.cookie-settings {
  color: #222;
  background-color: #fff;
  border: 1px solid #000;
}

.button-3.accept-all-cookie {
  background-color: #184f68;
  background-color: var(--verde-primovere);
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.button-3.cookies-preferences {
  color: #222;
  background-color: #fff0;
  height: 35px;
  padding: 0;
}

.cookie-preference {
  z-index: 9525;
  background-color: #9d978780;
  border: 1px solid #929d87;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
  box-shadow: 0 2px 5px #0003;
}

.wrapper-form-checkbox-radio {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-modal_radio_label.is--not-allowed {
  margin: 0;
  font-family: Menobanner, sans-serif;
  font-weight: 700;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-modal_radio_description.is--not-allowed {
  font-family: Menobanner, sans-serif;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  border: 1px solid #929d87;
  border-radius: 2px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: .75rem;
  box-shadow: 0 2px 5px #0003;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #222;
  background-color: #fff;
  border: .1px solid #929d87;
  border-radius: .25px;
  align-items: center;
  padding: 8px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.cookie-preference-button_flex:hover {
  text-decoration: underline;
}

.cookie-preference-button_icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.tabella {
  width: 100%;
  overflow: auto;
}

.table {
  width: 100%;
  min-width: 768px;
}

.placeholder-color {
  display: none;
}

.logo-con-paragrafo {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-paragrafo {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.button-richiedi {
  background-color: var(--verde-primovere);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 250px;
  font-family: "Pp Hatton 500", sans-serif;
  font-weight: 500;
  display: flex;
}

@media screen and (max-width: 991px) {
  .s-landing {
    height: auto;
    min-height: 625px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .logo-primovere {
    width: 80px;
    height: 80px;
  }

  .testo-logo {
    font-size: 60px;
  }

  .numero-logo {
    font-size: 40px;
  }

  .space.none {
    display: none;
  }

  .titolo-payoff {
    display: flex;
  }

  .testo-payoff {
    font-size: 20px;
  }

  .s-paragrafo {
    display: none;
  }

  .c-paragrafo {
    display: flex;
  }

  .c-paragrafo.ipad {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .paragrafo.ipad {
    z-index: 1;
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    padding-top: 0;
    position: sticky;
    top: 0;
  }

  .render.ipad {
    width: 100%;
    max-height: none;
  }

  .render.ipad.none, .render.ipad.mobile {
    z-index: 2;
    position: relative;
  }

  .testo-paragrafo.ipad {
    max-width: 500px;
    line-height: 120%;
  }

  .logo-paragrafo {
    width: 66px;
    height: 66px;
  }

  .logo-paragrafo.ipad {
    height: 56px;
  }

  .footer {
    height: auto;
    margin-top: 0;
  }

  .checkbox-font {
    max-width: 500px;
  }

  .caselle-input {
    min-width: 200px;
  }

  .div-block-34 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

  .submit {
    min-width: 200px;
    max-width: 280px;
  }

  .input-form {
    flex-flow: column;
    min-width: 500px;
    max-width: 700px;
  }

  .modulo {
    background-color: #fff;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .wrap-contatti {
    margin-bottom: 50px;
  }

  .logo-footer {
    height: 88.5px;
  }

  .container-footer {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .s-paragrafo-ipad {
    flex-flow: column;
    display: flex;
  }

  .div-scrollbar {
    display: none;
  }

  .image-fullscreen {
    object-fit: cover;
    width: 100%;
  }

  .s-fullscreen {
    margin-top: 0;
  }

  .cookies-testo.white {
    display: flex;
  }

  .cookies-testo.white.nascondere {
    display: none;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .div-block-42 {
    overflow: auto;
  }

  .button-richiedi {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .logo-primovere {
    display: none;
  }

  .c-logo {
    height: auto;
  }

  .testo-logo {
    font-size: 40px;
  }

  .numero-logo {
    font-size: 24px;
  }

  .img-landing {
    display: none;
  }

  .img-landing.mobile {
    display: block;
    transform: translate(0);
  }

  .titolo-payoff {
    display: none;
  }

  .testo-payoff {
    width: auto;
    font-size: 18px;
  }

  .paragrafo.ipad {
    justify-content: center;
    align-items: center;
  }

  .testo-paragrafo.ipad {
    font-size: 18px;
  }

  .checkbox-font {
    max-width: 400px;
  }

  .caselle-input {
    min-width: 180px;
  }

  .bold-text {
    font-size: 15px;
  }

  .form {
    width: 90%;
  }

  .submit {
    min-width: 180px;
    max-width: 200px;
  }

  .input-form {
    min-width: auto;
  }

  .modulo {
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .logo-footer {
    height: 88.5px;
  }

  .s-paragrafo-ipad {
    justify-content: flex-start;
    align-items: center;
  }

  .payoff-landing {
    color: var(--verde-primovere);
    text-align: center;
    max-width: 266px;
    padding-top: 11px;
    font-family: Menobanner, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    display: flex;
  }

  .scopri {
    color: var(--verde-primovere);
    text-underline-offset: 10px;
    max-width: 132px;
    padding-top: 35px;
    font-family: "Pp Hatton 700", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 100%;
    display: flex;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button-3 {
    width: 95%;
  }

  .button-3.cookies-preferences {
    width: 100%;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .s-landing {
    min-height: 500px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .testo-logo {
    font-size: 30px;
  }

  .numero-logo {
    font-size: 20px;
  }

  .img-landing.mobile {
    max-width: none;
  }

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

  .c-payoff {
    width: 95%;
  }

  .paragrafo.ipad {
    width: 95%;
    padding-top: 0;
  }

  .render.ipad {
    z-index: 2;
    width: auto;
    max-width: none;
    height: 100%;
    position: relative;
  }

  .render.ipad.none {
    display: none;
  }

  .render.ipad.mobile {
    width: 100%;
    height: auto;
  }

  .testo-paragrafo.ipad {
    width: 270px;
  }

  .div-block-41 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .checkbox-font {
    text-align: left;
    min-width: 150px;
    max-width: 350px;
    font-size: 12px;
    line-height: 17px;
  }

  .caselle-input {
    max-width: 300px;
  }

  .bold-text {
    font-size: 15px;
  }

  .form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .input-form {
    width: 90%;
    min-width: 220px;
    max-width: 400px;
  }

  .submit-text {
    font-weight: 400;
  }

  .modulo {
    justify-content: center;
    align-items: center;
    padding: 30px 31px;
  }

  .wrap-contatti {
    max-width: 195px;
  }

  .logo-footer {
    height: 70px;
  }

  .s-paragrafo-ipad {
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .div-scrollbar {
    width: 100%;
    height: 426px;
    display: flex;
    overflow-x: scroll;
  }

  .image-fullscreen {
    display: none;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal {
    width: 100%;
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-3 {
    width: 100%;
  }

  .cookie-preference {
    align-items: flex-end;
  }

  .cookie-preference-button {
    left: 1rem;
  }
}


@font-face {
  font-family: 'Legrandcapital';
  src: url('../fonts/LeGrandCapital-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'legrand';
  src: url('../fonts/LeGrandRegular-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pp Hatton 700';
  src: url('../fonts/PP-Hatton-Bold-700.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Menobanner';
  src: url('../fonts/MenoBanner-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pp Hatton 500';
  src: url('../fonts/PP-Hatton-Medium-500.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}