@font-face {
  font-family: "Adobefnt 24";
  src: url('../fonts/AdobeFnt24.lst') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Myriadpro;
  src: url('../fonts/MyriadPro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Braunlinear;
  src: url('../fonts/BraunLinear-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --red-2: #cb4929;
  --orange: #ffc258;
  --rosso-braun: #e30613;
  --black: black;
  --giallo-brewdog: #fcbd00;
  --gray2: var(--gray);
  --gray: #1d1d1b;
  --tan: #d7c49a;
  --gold: #feed01;
  --linkpiedino: #b1b1b1;
  --red: #ff3434;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

@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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 54px;
  position: static;
}

h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 46px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

p {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}

a {
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.imagelogofooter {
  max-width: 500px;
}

.footerlink {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.footerlink:hover {
  opacity: .7;
}

.footerlink.color-41 {
  font-family: Host Grotesk;
  font-size: 20px;
}

.showhidewrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  font-family: Host Grotesk;
  display: flex;
}

.showhidewrapper.footerlegalline {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
}

.showhidewrapper.win {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5px;
}

.footermenuwrapper {
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.go2social_icon {
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.go2social_icon:hover {
  opacity: .7;
}

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

.styleguidesection {
  width: 100vw;
  padding: 100px 5%;
}

.styleguideheader {
  background-color: #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 50px;
  display: flex;
}

.styleguidewinklogo {
  background-image: url('../images/wink-suite-logo-negative.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 50px;
}

.styleguidemaintitle {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}

.style-guidecontent {
  background-color: #0000;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 0;
  display: flex;
}

.stylesection {
  background-color: #0000;
  border: 3px solid #cfcfcf;
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 10px;
}

.category {
  color: #fff;
  text-transform: none;
  background-color: #000;
  border-top: 1px #14142b;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.styleguidechapter {
  background-color: #fff;
  padding: 20px 50px;
}

.background-0 {
  background-color: var(--white);
  flex-flow: column;
  display: block;
}

.background-0.bg-age-gate {
  background-color: #0000;
  width: 100%;
  height: 12%;
  display: block;
}

.colortitle {
  color: #333;
}

.tassellocolorewrapper {
  background-color: #fff;
  border: 1px #d3d3d3;
  border-right: 1px solid #cfcfcf;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 40px;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.rigacoloretesto {
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.color-1 {
  color: var(--red-2);
  background-color: #0000;
}

.color-1:hover {
  opacity: 1;
}

.nav {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.navlogo.w--current {
  height: auto;
}

.navlinkm {
  text-align: center;
  letter-spacing: -.3px;
  border-radius: 5px;
  margin-left: 0;
  padding: 12px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.navlinkm:hover {
  opacity: .8;
}

.navlinkm.color-1 {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Avenir 03";
}

.navlinkm.color-1.background-2.w--current {
  color: var(--orange);
}

.navlinkm.color-1.homelink {
  color: var(--rosso-braun);
  text-align: right;
  vertical-align: baseline;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Avenir 03";
  display: inline;
  position: relative;
}

.menu-wrap {
  width: auto;
}

.nav-inner {
  color: var(--black);
  text-align: right;
  border-bottom: 1px #ffffff1a;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1200px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.mobilemenuwrapper {
  align-items: center;
  width: auto;
  max-width: 1000px;
  display: flex;
}

.logowrap {
  width: 20%;
  max-width: 220px;
  height: 60px;
  margin-left: 0;
}

.logowrap:hover {
  opacity: .8;
}

.logowrap.solologo {
  justify-content: center;
  max-width: none;
  display: flex;
}

.navlinksinglewrap.ko {
  display: none;
}

.mainmenu {
  z-index: 999;
  background-color: #fff;
  border: 1px #000;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
  box-shadow: 0 1px 7px #0003;
}

.mainmenu.background-1 {
  background-color: var(--rosso-braun);
  color: var(--black);
  height: 50px;
}

.mainmenu.background-1.solologo {
  display: none;
}

.background-1 {
  background-color: #fff;
}

.styleguidefilosep {
  background-color: #cfcfcf;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.paragraph-3 {
  min-width: 130px;
  margin-right: 10px;
  font-weight: 700;
}

.div-block-36 {
  width: 100%;
}

.background-4 {
  background-color: var(--giallo-brewdog);
}

.color-130 {
  color: var(--red-2);
}

.color-130.freccia {
  width: 50px;
  height: 30px;
}

.paragraph {
  font-size: 18px;
  line-height: 22px;
}

.color-43 {
  color: var(--red-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-43 {
  background-color: #fff;
}

.div-block-37 {
  width: 100%;
}

.mainsection {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mainsection.page404 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.mainsection.age_modal {
  background-color: var(--rosso-braun);
  background-image: linear-gradient(#04428f99, #04428f99);
  justify-content: flex-start;
  align-items: center;
  max-height: 100%;
  padding-top: 150px;
  padding-bottom: 220px;
  display: block;
}

.mainsection.notextperso {
  display: none;
}

.herobanner {
  background-image: url('../images/coffee-herobanner-background.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 500px;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.herobanner.background-50.hp {
  background-image: none;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
}

.herobanner.background-50.hp.headerform.heroform {
  margin-top: 0;
  padding-top: 85px;
  display: flex;
}

.herobanner.background-50.hp.landingbanner {
  margin-top: 0;
}

.herobanner.background-50.interna {
  background-image: none;
  height: auto;
  padding-top: 50px;
}

.boxicona {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.boxicona.left {
  align-items: flex-start;
  width: 35%;
}

.maincontainer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #0000;
  border-radius: 30px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  display: flex;
}

.maincontainer.scontrinoblockora {
  display: block;
}

.cta {
  text-align: center;
  border-radius: 10px;
  min-width: 280px;
  padding: 12px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.215, .61, .355, 1);
}

.cta:hover {
  transform: scale(1.05);
}

.cta.background-404.color-404 {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 0;
  border-radius: 30px;
  flex: 0 auto;
  align-self: auto;
  min-width: 300px;
  min-height: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.boximage {
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.singlebox {
  color: #333;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.premio {
  background-color: #0000;
  border: 1px #000;
  max-height: 700px;
  display: block;
}

.premio.mobile {
  background-color: #0000;
  display: none;
}

.background-100 {
  background-color: #fff;
}

.color-111 {
  color: var(--red-2);
}

.background-120 {
  background-color: var(--red-2);
}

.color-120 {
  color: #fff;
}

.color-112 {
  color: var(--giallo-brewdog);
}

.color-113 {
  color: #949494;
}

.color-53 {
  color: var(--giallo-brewdog);
}

.color-53.topbottom0center {
  color: var(--black);
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.color-54 {
  color: var(--giallo-brewdog);
}

.color-54.topbottom0center {
  color: var(--black);
  white-space: normal;
  word-break: normal;
  margin-top: -40px;
  padding-top: 0;
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  display: block;
}

.background-40 {
  background-color: var(--red-2);
}

.color-41, .footertext {
  color: #fff;
}

.footertext.topbottom0center {
  color: var(--black);
  text-transform: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200%;
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.footercontentwrapper {
  flex-direction: column;
  align-items: center;
  padding: 50px 5%;
  display: flex;
}

.footercontentwrapper.background-40 {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: static;
  overflow: hidden;
}

.color-40 {
  color: var(--red-2);
}

.is_check_scontrino {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.is_codiceean_block {
  width: 100%;
}

.is_codiceean_block.campo50 {
  width: 50%;
  margin-bottom: 20px;
}

.is_promocode_block {
  width: 100%;
}

.btnblock {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.form-block {
  width: 100%;
}

.formcontainer {
  border-radius: 30px;
  width: 940px;
  min-width: auto;
  max-width: none;
  min-height: auto;
  padding: 30px 50px;
}

.formcontainer.background-400 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  font-family: Host Grotesk;
  display: flex;
}

.formcontainer.background-400.formpreview {
  flex-direction: column;
  display: none;
}

.filoseparatore {
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 20px;
}

.filoseparatore.background-401 {
  background-color: var(--gray);
  color: var(--rosso-braun);
  max-width: 1200px;
}

.filoseparatore.background-401.ko {
  display: none;
}

.filoseparatore.background-401.iniziale {
  margin-bottom: 10px;
  display: none;
}

.nomecognomeblock {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.is_upload_scontrino_front_block {
  width: 48%;
}

.nascitablock {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.distanziatore15 {
  width: 15px;
  height: 15px;
  display: none;
}

.div-block-23 {
  width: 100%;
}

.radiobuttonfield {
  align-items: center;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.scontrinoblockora {
  width: 47%;
}

.is_tel_block {
  width: 48%;
}

.meta {
  width: 45%;
}

.capblock {
  width: 47%;
}

.recaptcha {
  margin-bottom: 0;
}

.campidata {
  justify-content: space-between;
  display: flex;
}

.scontrinoblockimporto {
  width: 47%;
}

.cittablock {
  width: 60%;
}

.radiobtndiv {
  align-items: center;
  height: 38px;
  display: flex;
}

.cognomeblock {
  width: 48%;
}

.titlepromocodblock {
  border-bottom: 1px #f0808080;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.titlepromocodblock.ko {
  display: none;
}

.emailblock {
  width: 48%;
}

.emailblock.large {
  width: 100%;
}

.emailblock.large:hover {
  text-decoration: none;
}

.formtitle {
  color: #f08080;
  border-bottom: 1px #f0808080;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.is_cod_fiscale_block {
  width: 70%;
}

.campiimporto {
  justify-content: space-between;
  display: flex;
}

.div-block-19 {
  justify-content: space-between;
  align-items: flex-start;
  width: 58%;
  display: flex;
}

.slash {
  color: #f1f1f1;
  text-align: center;
  width: 4%;
  padding-top: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.scontrinoblockdata {
  width: 48%;
  padding-right: 20px;
}

.is_cod_operation_block {
  width: 40%;
}

.checkbox {
  border: 1px #999999b3;
  border-radius: 5px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.is_upload_scontrino_back_block, .is_birth_block {
  width: 48%;
}

.indirizzoriga {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.formfield {
  color: #c2c2c2;
  background-color: #fff;
  border: 1px #999999b3;
  border-radius: 5px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.formfield.background-403.color-403 {
  border-style: solid;
  border-color: var(--black);
  color: var(--black);
  border-radius: 1px;
  font-family: Braunlinear, Trebuchet MS, sans-serif;
}

.div-block-16 {
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.titleuploadblock {
  border-bottom: 1px solid #f0808080;
  margin-bottom: 20px;
  padding-bottom: 5px;
  display: none;
}

.campiora {
  justify-content: space-between;
  display: flex;
}

.is_iban, .is_region_block {
  width: 48%;
  margin-bottom: 20px;
}

.disclaimerdiv {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  font-family: Host Grotesk;
  display: flex;
}

.indirizzoblock {
  width: 78%;
}

.is_promocode {
  width: 48%;
  margin-bottom: 20px;
}

.nrcivicoblock {
  width: 20%;
}

.nomeblock, .tipologiaprovaacquisto {
  width: 48%;
}

.provblock {
  width: 47%;
}

.is_num_prodotti_block {
  width: 48%;
}

.radiobutton {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 0;
  margin-right: 5px;
}

.capprovblock {
  justify-content: space-between;
  width: 37%;
  display: flex;
}

.is_gender_block {
  width: 25%;
}

.numprogressivoblock {
  width: 48%;
}

.is_cod_ptvendita_block {
  width: 48%;
  display: block;
}

.emailtelefonoblock {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.titlescontrinoblock {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 2px;
  font-family: Host Grotesk;
  display: flex;
}

.scontrinoblock3 {
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  padding-right: 20px;
  display: flex;
}

.unterzo {
  width: 30%;
  font-family: Montserrat, sans-serif;
}

.passwordblock {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.passwordblock.vertical {
  flex-direction: column;
  margin-bottom: 10px;
}

.disclaimerblock {
  margin-bottom: 10px;
}

.is_address_block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.titledatipersonaliblock {
  color: var(--black);
  border-bottom: 1px #f0808080;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.background-400 {
  background-color: #fff;
}

.color-402 {
  color: var(--black);
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-weight: 300;
  display: block;
}

.color-402.finalflag {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 5px;
  display: block;
}

.color-402.topbottom0center {
  color: var(--black);
  font-family: Host Grotesk;
}

.color-402.disclaimerintro {
  text-align: justify;
  font-size: 12px;
  line-height: 15px;
  display: block;
  overflow: visible;
}

.background-401 {
  background-color: var(--red-2);
}

.background-403 {
  background-color: #fff;
}

.color-403 {
  color: var(--giallo-brewdog);
}

.background-404 {
  background-color: var(--red-2);
}

.color-404 {
  color: #fff;
}

.modale {
  z-index: 900;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modale.background-405 {
  display: flex;
}

.modale.background-405.blur {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  display: none;
}

.modale.blur {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
}

.modaleblock {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-end;
  width: auto;
  max-width: 900px;
  height: auto;
  margin: auto;
  padding: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.chiudibtn {
  text-align: right;
  cursor: pointer;
  width: 200px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 0;
}

.chiudicta {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.scontrinoimage {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.background-405 {
  background-color: #fdfdfdd9;
}

.color-401 {
  color: var(--rosso-braun);
}

.color-401.labeltitle {
  color: var(--rosso-braun);
  margin-bottom: 0;
  font-family: "Avenir 03";
}

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

.prefootercontentwrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.prefootercontentwrapper.horizontal {
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
}

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

.background-15 {
  background-color: var(--red-2);
}

.color-15 {
  color: #fff;
}

.color-15.share {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-12 {
  color: var(--giallo-brewdog);
}

.color-11 {
  color: var(--red-2);
}

.prefooter {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.color-201 {
  color: var(--orange);
}

.color-203 {
  color: var(--giallo-brewdog);
}

.background-200 {
  background-color: #fff;
}

.color-202 {
  color: var(--red-2);
}

.prodottigridimage {
  border-radius: 10px;
  width: 100%;
  max-height: 700px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  width: 100%;
}

.background-300 {
  background-color: #fff;
}

.color-301 {
  color: var(--red-2);
}

.color-302, .color-303 {
  color: var(--giallo-brewdog);
}

.productwrapper {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.securecodewrapper {
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  height: 20px;
  position: absolute;
  inset: 5px auto 0%;
}

.mainblock {
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 50px;
  display: flex;
  position: relative;
}

.mainblock.background-450.age-gate {
  background-color: #0000;
}

.mainblock.background-400 {
  padding-top: 20px;
  padding-bottom: 30px;
}

.color-451 {
  color: var(--red-2);
}

.color-451.topbottom0center {
  color: var(--white);
  font-family: Newgrotesksquare Four;
}

.color-452 {
  color: var(--giallo-brewdog);
}

.color-452.topbottom0center {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-family: Newgrotesksquare Four;
  font-size: 26px;
}

.color-452.feedback {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.background-450 {
  background-color: #fff;
}

.boxpremio {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  max-height: none;
  padding: 30px 20px 20px;
  display: flex;
}

.boxpremio.background-460 {
  width: 100%;
}

.sep20h {
  width: 100px;
  height: 20px;
  display: none;
}

.playagainblock {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.color-455 {
  color: #fff;
}

.background-455 {
  background-color: var(--red-2);
}

.sep50h {
  width: 100px;
  height: 50px;
  display: none;
}

.background-460 {
  background-color: #ebe5da;
}

.color-460 {
  color: var(--red-2);
}

.color-460.boxpremiotitle, .color-460.boxpremioocchiello {
  text-align: center;
  margin-top: 0;
}

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

.accordionarrowwrapper {
  z-index: 200;
  color: #747474;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.faqmainwrapper {
  background-color: #0000;
  border-radius: 20px;
  transform: translate(0);
}

.accordioncontent {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.faqbox {
  cursor: pointer;
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 40px;
}

.background-41 {
  background-color: #fff;
}

.background-41.faqtondo {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  box-shadow: 0 5px 16px #080f340f;
}

.background-500 {
  background-color: #fff;
}

.background-503 {
  background-color: var(--tan);
}

.color-501 {
  color: var(--red-2);
}

.color-502 {
  color: var(--giallo-brewdog);
}

.color-502.faq {
  margin-top: 18px;
  margin-bottom: 0;
}

.color-503 {
  color: #fff;
}

.faqtondo {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  display: flex;
  box-shadow: 0 5px 20px #080f3433;
}

.freccinafaq {
  width: 20px;
  height: 20px;
}

.bollosocialicon {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.bollosocialicon.background-43 {
  width: 100%;
  height: 100%;
}

.background-50 {
  background-color: #0000;
}

.color-461 {
  color: var(--giallo-brewdog);
}

.color-461.center {
  text-align: center;
}

.megabox {
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sharebtn {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.sharebtn:hover {
  opacity: .8;
}

.shareiconwrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.shareiconwrapper.background-15 {
  border-radius: 50%;
}

.color-204 {
  color: #999;
}

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

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

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

.color-70 {
  color: var(--orange);
}

.color-71 {
  color: var(--red-2);
}

.color-73 {
  color: var(--giallo-brewdog);
}

.color-73.topbottom0center.left {
  text-align: left;
}

.background-70 {
  background-color: #fff;
}

.color-72 {
  color: var(--orange);
}

.background-74 {
  background-color: var(--gold);
}

.color-74 {
  color: var(--red-2);
}

.background-461 {
  background-color: #fff8cf;
}

.socialhideshow.ko {
  display: none;
}

.color-453 {
  color: var(--red-2);
}

.color-453.topbottom0center {
  color: var(--rosso-braun);
  text-transform: uppercase;
  margin-top: -100px;
  font-family: Newgrotesksquare Four;
  font-size: 30px;
}

.color-453.topbottom0center.peccato {
  color: var(--gold);
  font-family: "Avenir 03";
  font-size: 40px;
}

.color-453.topbottom0center.peccato.specificapremio {
  color: var(--linkpiedino);
  font-size: 40px;
}

.color-453.topbottom0center.testovincita {
  color: var(--black);
  text-align: center;
  text-transform: none;
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.color-453.topbottom0center.testovincita.linkmail {
  text-decoration: underline;
}

.color-453.topbottom0center.testovincita.testoperdita {
  text-align: center;
  margin-bottom: 30px;
}

.burgericon {
  cursor: pointer;
  padding: 10px 15px;
  transition: box-shadow .2s;
}

.burger-line {
  background-color: #4d4d4d;
  border-radius: 1px;
  width: 25px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

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

.disclaimerintro {
  border-radius: 5px;
  flex-direction: column;
  height: 100px;
  margin-bottom: 20px;
  display: none;
  position: relative;
  overflow: scroll;
}

.is_password {
  width: 48%;
  margin-bottom: 20px;
}

.div-block-47 {
  position: relative;
}

.div-block-234 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sep10w {
  width: 1px;
  height: 30px;
}

.is_confermapassword {
  width: 48%;
  margin-bottom: 20px;
}

.div-block-235 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.regutenteblock {
  font-family: Host Grotesk;
}

.socialloginblock {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.socialbtn {
  background-color: #1877f2;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.socialbtn:hover {
  opacity: .8;
}

.socialbtn.google {
  background-color: #ececec;
}

.socialbtn.amazon {
  background-color: #f3a847;
}

.socialbtn.paypal {
  background-color: #1072eb;
}

.socialbtn.twitter {
  background-color: #4a9ae9;
}

.socialbtn.apple, .socialbtn.tiktok {
  background-color: #000;
}

.socialbtn.linkedin {
  background-color: #0a66c2;
}

.socialbtn.twitch {
  background-color: #9146ff;
}

.socialbtn.customsso {
  background-color: #fff;
  border: 2px dashed #333;
}

.socialloginwrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.sm-icon {
  color: #0026ca;
  object-fit: cover;
  width: 27px;
  height: auto;
  margin-right: 10px;
}

.socialtext {
  color: #fff;
  text-align: left;
  flex: 1;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
}

.socialtext.arial {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.socialtext.arial.grey {
  color: #333;
}

.infoscontrinobtn {
  border-radius: 5px;
  align-items: center;
  margin-top: 10px;
  margin-left: 10px;
  padding: 4px 6px;
  text-decoration: none;
  display: flex;
}

.infoscontrinobtn.background-404 {
  background-color: var(--gray);
  margin-top: 0;
}

.infoscontrinobtn.background-404:hover {
  opacity: .7;
}

.infoicon {
  width: 100%;
  height: 100%;
}

.infoicon.color-401 {
  color: var(--black);
}

.infoicondiv {
  border-radius: 10px;
  width: 20px;
  height: 20px;
}

.infoicondiv.background-400 {
  margin-right: 5px;
}

.switchlink {
  align-items: center;
  width: 320px;
  text-decoration: none;
  display: flex;
}

.switchlink:hover {
  opacity: .7;
  text-decoration: none;
}

.switchlink.w--current {
  width: 340px;
}

.iconlink {
  width: 12px;
  height: 16px;
  margin-right: 5px;
}

.iconlink.color-402 {
  width: 12px;
  height: 16px;
}

.socialloginconnectedblock {
  flex-direction: column;
  align-items: flex-start;
}

.sociallogout {
  background-color: #0000;
  border: 1px solid #3333334d;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 25px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.sociallogout:hover {
  opacity: .8;
  text-decoration: none;
}

.boxassistenzawrapper {
  z-index: 1200;
  border-radius: 15px 15px 0 0;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  display: flex;
  position: fixed;
  inset: auto 50px 0% auto;
  box-shadow: 0 0 10px #0003;
}

.boxassistenzawrapper.ko {
  display: none;
}

.assistenzaheader {
  border-radius: 15px 15px 0 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 7px 10px;
  display: flex;
}

.assistenza-mail {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
  display: flex;
}

.assistenza-mail.background-45 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.background-44 {
  background-color: var(--red-2);
}

.color-44 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-45 {
  background-color: var(--tan);
}

.color-45 {
  color: var(--giallo-brewdog);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gridsociallogin {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
}

.divtop {
  margin-top: 10px;
}

.background-53 {
  background-color: #0000;
}

.background-53.stiletassellotitle {
  padding-bottom: 0;
}

.background-111 {
  background-color: var(--gold);
}

.background-201 {
  background-color: #fff;
}

.color-81 {
  color: var(--giallo-brewdog);
}

.background-81 {
  background-color: #0000;
}

.color-82 {
  color: var(--red-2);
}

.color-83 {
  color: #949494;
}

.landingthird {
  flex-direction: column;
  align-items: center;
  width: 29%;
  display: flex;
}

.landingthird._4step {
  width: 100%;
}

.landingthird.fullw {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}

.showhidewrapper-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landingfullwidth {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.landingfullwidth.center {
  justify-content: space-between;
  margin-bottom: 40px;
}

.landingfullwidth.center._3-1 {
  flex-direction: column;
}

.topbottom0center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.socialwrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.topbottom10center {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.stiletassellotitle {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 25px;
  display: flex;
}

.stilecta {
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  padding: 12px 30px;
  text-decoration: none;
  transition: transform .2s;
  display: block;
}

.stilecta:hover {
  opacity: .9;
  transform: scale(1.05);
}

.securecode {
  color: #000;
  transform: none;
}

.previewcampo3 {
  width: 25%;
}

.preview1 {
  justify-content: space-between;
  margin-bottom: 5px;
  display: flex;
}

.radiopreview {
  display: flex;
}

.previewcampo {
  width: 48%;
  display: block;
}

.previewcampo.orizz {
  justify-content: space-between;
  display: flex;
}

.previewcampo2 {
  width: 70%;
}

.formpreviewblock {
  width: 100%;
}

.previewcampo1 {
  width: 48%;
  display: block;
}

.color-406 {
  color: var(--giallo-brewdog);
}

.background-406 {
  background-color: #fff;
}

.background-406.color-406.stilecta.sizeauto {
  min-width: auto;
}

.howtoicon {
  max-width: 220px;
  max-height: 120px;
}

.howtoicon.big4step {
  max-height: 200px;
}

.background-82 {
  background-color: var(--gold);
}

.howto4step {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: start center;
}

.image-hp-desk {
  max-width: 1200px;
}

.image-hp-mobi {
  display: none;
}

.prova23 {
  background-color: #ff5252;
  width: 200px;
  height: 200px;
  display: none;
}

.bg-age-gate {
  background-color: var(--rosso-braun);
}

.cta-age-gate {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  width: 100px;
  padding: 20px 30px;
  font-family: Newgrotesksquare Four;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.div-block-236 {
  display: flex;
}

.sep20w {
  width: 20px;
  height: 30px;
}

.image-interna-desk {
  vertical-align: baseline;
  padding-top: 0;
}

.image-interna-mobi {
  display: none;
}

.sep30w {
  width: 30px;
  height: 20px;
}

.div-block-237 {
  flex-direction: column;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.bold-text {
  color: var(--black);
  font-family: Braunlinear, Trebuchet MS, sans-serif;
}

.bold-text-2 {
  border: 1px none var(--rosso-braun);
  color: var(--black);
  font-family: Braunlinear, Trebuchet MS, sans-serif;
}

.color-402-2 {
  color: #5f4534;
  display: block;
}

.color-402-2.disclaimerintro {
  text-align: justify;
  font-size: 12px;
  line-height: 15px;
  display: block;
  overflow: visible;
}

.color-402-2.finalflag {
  color: var(--black);
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  display: block;
  font-size: 14px;
}

.image {
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  max-width: 1100px;
  position: static;
}

.image.modal-button.button {
  width: 100%;
  max-width: 1200px;
}

.image.modal-button.button.immaginemobile {
  display: none;
}

.image-2 {
  width: 300px;
}

.nav-link.w--current {
  color: var(--black);
  flex: 1;
}

.nav-link-2, .nav-link-2.w--current {
  color: var(--black);
  display: none;
}

.modal {
  background-color: #686868ad;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0%;
}

.div-block-modale {
  background-color: #ff8787;
}

.div-block-modale.modal-content {
  width: 50%;
}

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

.button {
  background-color: #4f65ff;
  border-radius: 3px;
}

.button.modal-button {
  color: #3f982d;
  background-color: #0000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Avenir 03";
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
  display: block;
}

.modal-parent {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal-centering {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.modal-bg {
  z-index: 0;
  cursor: pointer;
  background-color: #fffc;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modalprodotti {
  z-index: 30;
  background-color: var(--rosso-braun);
  flex: 0 auto;
  width: 100%;
  height: auto;
  margin-top: -20px;
  padding: 50px;
  display: block;
  position: relative;
}

.text-block-2 {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  word-break: normal;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: "Avenir 07";
  font-size: 22px;
  font-weight: 900;
  line-height: 34px;
  display: block;
  position: static;
}

.close {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 40px;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  inset: -25px 60px auto auto;
  transform: rotate(45deg);
  box-shadow: 1px 1px 5px #ffffffa3;
}

.bold-text-3 {
  font-family: "Avenir 07";
}

.text-block-3 {
  font-size: 20px;
}

.text-block-4 {
  color: var(--rosso-braun);
  font-family: "Avenir 03";
  font-size: 22px;
  display: none;
}

.bannerkv {
  text-align: left;
  background-color: #3d9736;
  background-image: url('../images/desktop_bannerKV-sfondo.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.bannerkv.banneresito {
  background-color: var(--rosso-braun);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  max-width: none;
  margin: 90px 0 0;
  padding-top: 0;
  display: block;
}

.bannerkv.banneresito.perso {
  margin-top: 80px;
  margin-bottom: 0;
  padding-bottom: 50px;
}

.bannerkv.banneresito.haiperso {
  margin-top: 90px;
}

.bannerkv.bannerhp {
  background-color: var(--white);
  background-image: none;
  align-self: auto;
  display: block;
  position: static;
}

.bannerkv.bannerhp.heroform {
  background-color: var(--black);
  display: flex;
}

.kvdesktop {
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  display: none;
}

.div-block-mobile {
  display: block;
}

.kvmobile {
  display: none;
}

.meccanica {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.bloccomeccanica {
  justify-content: center;
  align-items: flex-start;
  width: 1200px;
  display: flex;
}

.blocco1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center stretch;
  width: 33%;
  display: flex;
}

.text-block-5 {
  color: #3f982d;
  margin-top: 0;
  font-family: "Avenir 03";
  font-size: 22px;
  line-height: 24px;
}

.text-block-5.modal-button.button {
  color: #3f982d;
  font-family: "Avenir 03";
  font-size: 20px;
}

.nr1 {
  text-align: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nr1.modal-button {
  margin-right: 0;
  padding-right: 0;
}

.flex-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  display: flex;
}

.div-block-238 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.image-3 {
  width: 150px;
  max-width: 100%;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.blckdata {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.div-block-240 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

.checkbox-field {
  background-color: #ff0505;
  border: 1px solid #378528;
  border-radius: 19px;
  width: 150px;
  min-width: 0;
  min-height: 150px;
}

.checkbox-2, .checkbox-label {
  display: none;
}

.radio-button-field {
  text-align: center;
  background-image: url('../images/Radio_sfondo.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 150px;
  min-height: 150px;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 0;
}

.radio-button-field.radio-wrapper {
  background-size: contain;
  width: 135px;
  min-height: 135px;
}

.radio-button-field.radio-wrapper.radio-evento {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 3px solid #fff;
  border-radius: 30px;
  width: 138px;
  min-height: 138px;
  overflow: hidden;
}

.radio-button {
  display: none;
}

.radio-button-label {
  font-family: "Museo 500";
  display: none;
}

.div-block-241 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start center;
  width: 95%;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.checkgiorno {
  color: #fffdfd;
  padding-top: 3px;
  font-family: "Museo 500";
  font-size: 16px;
}

.checkgiorno.bold {
  text-transform: capitalize;
  font-size: 20px;
}

.checkgiorno.tipo {
  padding-top: 20px;
}

.link-block {
  width: 100%;
}

.trasp {
  width: 50px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.linkdate {
  color: var(--rosso-braun);
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Museo 500";
  font-size: 30px;
  text-decoration: underline;
  display: none;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  color: var(--black);
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-weight: 400;
}

.bold-text-9, .bold-text-10, .bold-text-11 {
  color: var(--black);
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  text-decoration: underline;
}

.div-block-242 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.div-block-243 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.modal-parent2 {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.desktop_hp_viaggio {
  vertical-align: baseline;
  width: 90%;
  max-width: 1200px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.desktop_hp_divpremio {
  background-color: var(--rosso-braun);
  margin-top: 150px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.desktop_hp_divpremio.landing {
  display: block;
}

.desktop_hp_divpremio.heroform {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
}

.hp_frigo {
  text-align: right;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: inline-block;
}

.desktop_hp_lattine {
  text-align: right;
  width: 90%;
  max-width: 1200px;
  margin-top: -250px;
  margin-left: auto;
  margin-right: auto;
}

.desktop_hp_frigo {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hp_lattine {
  max-width: 80%;
}

.tasto_partecipa {
  margin: 30px auto 50px;
  display: block;
}

.div-block-244 {
  display: flex;
}

.flex-block-2 {
  width: 100%;
  max-width: 100%;
}

.quick-stack {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  min-width: 0;
}

.cell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bloccoviaggio {
  color: #1d1d1b;
  letter-spacing: 0;
  text-indent: 0;
  column-count: 0;
  padding-top: 20px;
  font-family: Host Grotesk;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
}

.image-4 {
  width: 100%;
  padding: 0;
}

.quick-stack-3 {
  width: 100%;
  max-width: 1200px;
}

.quick-stack-4 {
  width: 100%;
}

.gallerytemp {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bloccogallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 0;
}

.linkfooterbianco {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.cell-2 {
  justify-content: flex-start;
  align-items: flex-end;
}

.image-5 {
  max-width: 90%;
}

.cell-3 {
  flex-flow: wrap;
}

.div-block-245 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-246 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-6, .image-7, .image-8 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.image-9 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.link-block-3 {
  width: 100%;
  display: block;
}

.link-block-4, .link-block-5, .link-block-6 {
  width: 100%;
}

.link-block-7 {
  width: 207%;
  height: auto;
  overflow: clip;
}

.image-10 {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  overflow: visible;
}

.image-11 {
  width: 100%;
  max-width: none;
  height: auto;
}

.link-block-8 {
  width: 100%;
}

.image-12 {
  width: 100%;
  max-width: none;
  height: auto;
}

.image-13 {
  width: 1200px;
}

.link-block-9, .link-block-10, .image-14, .link-block-11 {
  width: 100%;
}

.link-block-12 {
  width: 207%;
  height: auto;
}

.image-15 {
  width: 100%;
}

.image-16 {
  width: 207%;
  height: auto;
  overflow: clip;
}

.link {
  color: #01b4cd;
  font-family: Host Grotesk;
  font-weight: 700;
  text-decoration: underline;
}

.text-block-6 {
  color: #1d1d1b;
  letter-spacing: 0;
  font-family: Newgrotesksquare Four;
  font-size: 46px;
  line-height: 44px;
}

.text-block-7 {
  color: #fff;
  letter-spacing: 5px;
  font-family: Newgrotesksquare Four;
  font-size: 30px;
  line-height: 24px;
}

.div-block-247 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 20px 20px 20px 0;
  display: grid;
}

.div-block-248 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.div-block-249 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 20px 20px;
  display: grid;
}

.div-block-250 {
  flex: 0 auto;
  width: auto;
}

.div-block-251 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-252 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.link-block-13 {
  max-width: 100%;
  display: inline-flex;
}

.div-block-253 {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 40px 0;
  display: flex;
}

.desktopmobile, .imagemobile {
  display: none;
}

.div-block-254 {
  font-family: Host Grotesk;
}

.image-19 {
  width: auto;
  max-width: 100%;
  padding-top: 0;
  display: block;
}

.link-2 {
  font-family: Host Grotesk;
}

.image-20 {
  display: none;
}

.div-block-255 {
  margin-top: 0;
  position: static;
}

.image-21 {
  flex: 0 auto;
  width: 100%;
  max-width: 800px;
  margin: 0;
  display: block;
  overflow: clip;
}

.image-22 {
  flex: 0 auto;
  width: 100%;
  max-width: none;
  margin: 0;
  display: block;
  overflow: clip;
}

.div-block-256 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 0;
  display: flex;
}

.div-block-257 {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  margin: 40px auto;
  display: flex;
}

.image-23 {
  width: 40%;
  margin-top: -70px;
}

.div-block-258 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-8 {
  text-transform: uppercase;
  align-self: stretch;
  width: auto;
  font-family: Newgrotesksquare Four;
  font-size: 42px;
  line-height: 30px;
}

.text-block-9 {
  align-self: stretch;
  font-family: Newgrotesksquare Four;
  font-size: 56px;
  line-height: 64px;
}

.div-block-259 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: var(--black);
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  margin-bottom: 27px;
  display: flex;
}

.div-block-260 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-261 {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-261.mobileimg, .div-block-262 {
  display: none;
}

.div-block-264 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  height: 45%;
  display: flex;
}

.image-24 {
  height: 100%;
}

.div-block-265, .div-block-266 {
  height: 39%;
}

.image-25 {
  height: 100%;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  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%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tastopartecipa {
  display: block;
}

.image-26 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-26.tastone {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-26.tastone.mobile {
  display: block;
}

.link-block-14 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 50px;
  display: block;
}

.link-block-14.tastomobile, .div-block-267 {
  display: none;
}

.desktop_kv {
  width: 100%;
  max-width: 1200%;
}

.navbar {
  background-color: var(--black);
  width: 100%;
  position: fixed;
}

.nav-link-3 {
  color: var(--white);
  overflow-wrap: normal;
  -webkit-text-decoration-color: var(--rosso-braun);
  text-decoration-color: var(--rosso-braun);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  height: 85px;
  padding-top: 30px;
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-weight: 500;
}

.nav-link-3.w--current {
  color: var(--white);
}

.nav-link-4 {
  color: var(--white);
  height: 85px;
  padding-top: 30px;
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-weight: 400;
}

.nav-link-4.w--current {
  color: var(--white);
  text-decoration: none;
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  height: 85px;
  padding-top: 30px;
}

.nav-link-5 {
  color: var(--white);
  height: 85px;
  padding-top: 30px;
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-weight: 400;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  height: 85px;
  position: static;
}

.link-3, .link-4 {
  color: var(--white);
}

.image-30 {
  width: 400px;
  margin-left: 20px;
  padding-left: 0;
}

.scontrinomobile {
  display: none;
}

.form {
  width: 100%;
}

.div-block-269 {
  background-color: var(--black);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 85px;
  display: flex;
}

.heading {
  color: var(--rosso-braun);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 500;
}

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

.div-block-270 {
  background-color: var(--black);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-271 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.heading-2 {
  color: var(--rosso-braun);
  text-align: left;
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.paragraph-4 {
  color: var(--white);
  text-align: left;
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.div-block-272 {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.div-block-273 {
  width: 35%;
}

.div-block-274 {
  width: 28%;
}

.image-31 {
  margin: 28px;
}

.paragraph-5 {
  color: var(--white);
  text-align: center;
  width: 90%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.image-32 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.div-block-275 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 60px;
  display: flex;
}

.paragraph-6 {
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-size: 10px;
  line-height: 15px;
  display: block;
}

.div-block-276 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100px;
  display: flex;
}

.bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18 {
  color: var(--gray);
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-weight: 500;
}

.paragraph-7 {
  color: var(--black);
  margin-top: 20px;
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-size: 12px;
  display: block;
}

.link-5, .link-6 {
  color: var(--black);
  font-family: Braunlinear, Trebuchet MS, sans-serif;
}

.linkpiedino {
  color: var(--linkpiedino);
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-weight: 500;
}

.text-block-10 {
  color: var(--black);
  font-family: Braunlinear, Trebuchet MS, sans-serif;
}

.link-13 {
  color: var(--black);
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.link-14 {
  color: var(--black);
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.select-field, .modello {
  color: var(--black);
  font-family: Braunlinear, Trebuchet MS, sans-serif;
}

.esitotit {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.link-15 {
  color: var(--black);
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  text-decoration: underline;
}

.paragraph-8 {
  width: 100%;
  max-width: 800px;
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.blocco-cb {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 30px;
  display: flex;
}

.cta-cb {
  background-color: var(--black);
  text-transform: uppercase;
  border-radius: 40px;
  padding: 15px 30px;
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-278 {
  display: none;
}

.div-block-279 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60px;
  display: flex;
}

.linketichetta {
  color: var(--black);
  text-transform: uppercase;
  font-family: Braunlinear, Trebuchet MS, sans-serif;
  text-decoration: underline;
  display: flex;
}

.esempio {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 30px;
  display: none;
}

.link-block-15 {
  display: flex;
}

.div-block-280 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .footerlink.color-41 {
    font-size: 20px;
  }

  .footermenuwrapper {
    margin-bottom: 10px;
  }

  .styleguideheader {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .rigacoloretesto {
    background-color: #0000;
  }

  .nav {
    width: 100vw;
  }

  .navlogo {
    padding-left: 18px;
  }

  .navlinkm {
    border-radius: 0;
  }

  .navlinkm.color-1 {
    text-align: right;
    display: none;
  }

  .navlinkm.color-1.background-2 {
    background-color: #fff;
  }

  .navlinkm.color-1.homelink {
    display: none;
    overflow: visible;
  }

  .nav-inner {
    border-bottom-style: none;
    border-bottom-color: #f0808080;
    justify-content: space-between;
    width: 100vw;
    display: flex;
  }

  .nav-inner.solologo {
    justify-content: center;
  }

  .menu-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .logowrap {
    width: 50%;
    max-width: none;
    margin-left: 20px;
  }

  .logowrap.solologo {
    margin-left: 0;
  }

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

  .navlinksinglewrap.ko {
    display: none;
  }

  .mainmenu {
    padding-left: 0;
    padding-right: 0;
  }

  .mainmenu.background-1 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .background-2 {
    background-color: #fff;
  }

  .background-4 {
    background-color: var(--giallo-brewdog);
  }

  .mainsection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .herobanner {
    height: 400px;
  }

  .herobanner.background-50.hp {
    margin-top: 0;
  }

  .cta {
    max-width: 600px;
  }

  .boximage {
    z-index: 1;
    position: static;
  }

  .footertext.topbottom0center {
    max-width: 100%;
  }

  .footer {
    display: block;
    overflow: hidden;
  }

  .formcontainer {
    width: 720px;
    min-width: auto;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nascitablock {
    flex-direction: column;
    justify-content: flex-start;
  }

  .is_cod_fiscale_block {
    width: 80%;
  }

  .div-block-19 {
    width: 68%;
  }

  .is_cod_operation_block {
    width: 29%;
  }

  .is_birth_block {
    width: 48%;
    margin-bottom: 20px;
  }

  .div-block-16 {
    width: 100%;
  }

  .is_region_block {
    width: 60%;
  }

  .is_num_prodotti_block {
    width: 52%;
  }

  .is_gender_block {
    width: 16%;
  }

  .is_cod_ptvendita_block {
    width: 44%;
  }

  .color-402 {
    font-size: 12px;
  }

  .color-402.finalflag {
    max-width: 640px;
  }

  .modaleblock {
    width: auto;
    max-width: 700px;
    height: auto;
  }

  .prefootersection {
    object-fit: fill;
    overflow: hidden;
  }

  .mainblock {
    padding: 40px;
  }

  .boxpremio {
    max-width: 720px;
  }

  .sep50h {
    display: none;
  }

  .faqmaincontainer {
    width: auto;
    min-width: auto;
    max-width: none;
    min-height: auto;
  }

  .burgericon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    transition-property: none;
    display: flex;
  }

  .burgericon.background-4 {
    background-color: var(--rosso-braun);
    color: var(--black);
    width: 50px;
    height: 50px;
    display: flex;
  }

  .burger-line.middle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .boxassistenzawrapper {
    left: auto;
    right: 10px;
  }

  .landingthird {
    width: 32%;
  }

  .landingfullwidth {
    flex-direction: column;
  }

  .landingfullwidth.center {
    flex-direction: row;
  }

  .previewcampo3 {
    width: 28%;
  }

  .previewcampo2 {
    width: 68%;
  }

  .image-hp-desk {
    width: 100%;
  }

  .color-402-2.finalflag {
    max-width: 640px;
  }

  .image {
    width: 100%;
  }

  .nav-link {
    display: block;
  }

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

  .nav-link-2, .nav-link-2.w--current {
    color: var(--rosso-braun);
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Avenir 03";
    display: block;
  }

  .modal-parent {
    display: none;
  }

  .bannerkv {
    min-height: 10px;
  }

  .div-block-mobile {
    display: none;
  }

  .div-block-240 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    place-items: center stretch;
    display: flex;
  }

  .div-block-243 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .modal-parent2 {
    display: none;
  }

  .desktop_hp_viaggio {
    margin-top: -100px;
  }

  .desktop_hp_lattine {
    margin-top: -150px;
  }

  .bloccogallery {
    width: auto;
    margin-bottom: 24px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .div-block-245 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .div-block-246 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-6 {
    width: auto;
    height: auto;
  }

  .image-7, .image-8 {
    width: 100%;
    height: auto;
  }

  .link-block-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-5, .link-block-6 {
    width: 100%;
  }

  .link-block-7 {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .image-10 {
    width: 100%;
    height: auto;
  }

  .link-block-8 {
    width: auto;
    max-width: none;
  }

  .link-block-9, .image-14, .image-15, .image-16 {
    width: auto;
  }

  .text-block-6 {
    width: 100%;
    font-family: Newgrotesksquare Four;
    font-size: 34px;
    font-weight: 400;
  }

  .div-block-247 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    place-items: flex-start stretch;
    display: flex;
  }

  .image-17 {
    width: 100%;
    max-width: none;
  }

  .div-block-249 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    place-items: start stretch;
  }

  .desktopmobile {
    display: none;
  }

  .image-19 {
    width: auto;
    max-width: 100%;
  }

  .image-21, .image-22 {
    width: 100%;
  }

  .image-23 {
    width: 48%;
  }

  .div-block-259 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .nav-link-3 {
    text-align: right;
    height: 50px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .nav-link-4, .nav-link-5 {
    text-align: right;
    height: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .icon {
    color: var(--white);
  }

  .nav-menu {
    background-color: var(--linkpiedino);
  }

  .menu-button-2 {
    height: 85px;
    padding-top: 35px;
  }

  .menu-button-2.w--open {
    background-color: var(--linkpiedino);
  }

  .brand {
    padding-left: 20px;
  }

  .heading-2 {
    font-size: 26px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .div-block-273 {
    width: 32%;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .paragraph-6 {
    width: 82%;
  }

  .div-block-277 {
    display: none;
  }

  .div-block-278 {
    display: block;
  }

  .esempio {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 43px;
    line-height: 48px;
  }

  h2 {
    font-size: 40px;
    line-height: 42px;
  }

  h3 {
    font-size: 28px;
    line-height: 30px;
  }

  h4 {
    font-size: 24px;
    line-height: 28px;
  }

  h5 {
    font-size: 15px;
    line-height: 21px;
  }

  h6 {
    font-size: 13px;
    line-height: 19px;
  }

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

  .footerlink {
    font-size: 15px;
    line-height: 19px;
  }

  .footerlink.color-41 {
    font-size: 16px;
  }

  .footermenuwrapper {
    flex-flow: wrap;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footerlinksinglewrap {
    margin-bottom: 5px;
  }

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

  .styleguidemaintitle {
    font-size: 42px;
    line-height: 48px;
  }

  .styleguidechapter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-inner {
    display: block;
  }

  .logowrap {
    width: 70%;
  }

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .mainsection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .herobanner {
    height: 350px;
  }

  .herobanner.background-50.hp {
    margin-top: 0;
  }

  .boxicona.left {
    align-items: center;
    width: 100%;
  }

  .cta {
    max-width: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta.background-404.color-404 {
    margin-left: auto;
    margin-right: auto;
  }

  .boximage {
    display: flex;
  }

  .singlebox {
    border-radius: 20px;
    padding: 30px;
  }

  .premio, .premio.mobile {
    display: block;
  }

  .color-53.topbottom0center {
    font-size: 20px;
  }

  .footertext.topbottom0center {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    height: 100px;
  }

  .footercontentwrapper.background-40 {
    padding-top: 20px;
  }

  .is_check_scontrino {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .is_codiceean_block.campo50 {
    width: 100%;
  }

  .is_promocode_block {
    width: 100%;
    margin-bottom: 0;
  }

  .btnblock {
    flex-direction: column;
    align-items: flex-end;
    padding-right: 0;
  }

  .formcontainer {
    width: auto;
    padding: 20px;
  }

  .formcontainer.background-400 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .nomecognomeblock {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .is_upload_scontrino_front_block {
    width: 100%;
  }

  .nascitablock {
    margin-bottom: 10px;
  }

  .is_tel_block {
    width: 100%;
    margin-bottom: 10px;
  }

  .recaptcha {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .cognomeblock, .emailblock {
    width: 100%;
    margin-bottom: 10px;
  }

  .is_cod_fiscale_block {
    width: 74%;
  }

  .div-block-19 {
    width: 100%;
  }

  .scontrinoblockdata {
    width: 100%;
    margin-bottom: 10px;
  }

  .is_cod_operation_block, .is_upload_scontrino_back_block, .is_birth_block {
    width: 100%;
  }

  .indirizzoriga {
    margin-bottom: 10px;
  }

  .is_iban {
    width: 100%;
  }

  .is_region_block {
    width: 100%;
    margin-bottom: 10px;
  }

  .is_promocode {
    width: 100%;
  }

  .nomeblock, .tipologiaprovaacquisto {
    width: 100%;
    margin-bottom: 10px;
  }

  .is_num_prodotti_block {
    width: 48%;
  }

  .is_gender_block {
    width: 22%;
    margin-bottom: 0;
  }

  .numprogressivoblock {
    width: 100%;
    margin-bottom: 0;
  }

  .is_cod_ptvendita_block {
    width: 48%;
    margin-bottom: 10px;
  }

  .emailtelefonoblock {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .scontrinoblock3 {
    width: 100%;
    margin-bottom: 0;
  }

  .passwordblock {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .modaleblock {
    width: auto;
    max-width: 500px;
    height: auto;
  }

  .prefootercontentwrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prodottigridimage {
    display: none;
  }

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

  .mainblock {
    padding: 30px 20px 20px;
  }

  .mainblock.background-400 {
    padding-bottom: 50px;
  }

  .boxpremio {
    max-width: 540px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sep50h {
    display: none;
  }

  .faqmaincontainer {
    width: auto;
    min-width: auto;
    max-width: none;
    min-height: auto;
    display: block;
  }

  .faqmainwrapper {
    padding: 0;
  }

  .faqbox {
    margin-bottom: 20px;
    padding: 20px;
  }

  .faqtondo {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .color-73.topbottom0center.left {
    text-align: center;
  }

  .is_password, .is_confermapassword {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-235 {
    flex-direction: column;
  }

  .socialbtn {
    width: 230px;
    margin-left: 7px;
    margin-right: 7px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .socialloginwrapper {
    flex-direction: row;
    align-items: center;
  }

  .sociallogout {
    width: 230px;
    margin-left: 7px;
    margin-right: 7px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .boxassistenzawrapper {
    display: flex;
  }

  .assistenzaheader {
    display: block;
  }

  .gridsociallogin {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .landingthird {
    width: 100%;
    margin-bottom: 20px;
  }

  .landingthird.fullw, .landingfullwidth.center {
    flex-direction: column;
    align-items: center;
  }

  .previewcampo3 {
    width: 22%;
    margin-bottom: 0;
  }

  .preview1 {
    flex-direction: column;
  }

  .previewcampo {
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .previewcampo.orizz {
    flex-direction: row;
  }

  .previewcampo2 {
    width: 74%;
  }

  .previewcampo1 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .howtoicon.big4step {
    max-height: 120px;
  }

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

  .image-hp-desk {
    display: none;
  }

  .image-hp-mobi {
    display: block;
  }

  .image-interna-desk {
    display: none;
  }

  .image-interna-mobi {
    display: block;
  }

  .div-block-237 {
    align-items: center;
    width: 100%;
  }

  .image.modal-button.button.immaginedesktop {
    display: none;
  }

  .image.modal-button.button.immaginemobile {
    display: block;
  }

  .nav-link-2 {
    flex-flow: wrap;
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .modal-parent {
    display: none;
  }

  .text-block-2 {
    width: 90%;
  }

  .close {
    top: 20px;
    right: 20px;
  }

  .div-block-mobile, .kvmobile {
    display: block;
  }

  .flex-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 130%;
  }

  .modal-parent2 {
    display: none;
  }

  .desktop_hp_viaggio {
    margin-top: -68px;
  }

  .desktop_hp_divpremio.landing {
    margin-top: 88px;
  }

  .desktop_hp_divpremio.heroform {
    display: none;
  }

  .bloccoviaggio {
    text-align: center;
  }

  .image-4 {
    display: none;
  }

  .bloccogallery {
    margin-bottom: 24px;
  }

  .text-block-6 {
    text-align: center;
    font-size: 46px;
    line-height: 28px;
  }

  .div-block-247 {
    flex-flow: column;
    display: flex;
  }

  .image-17 {
    width: 100%;
    display: none;
  }

  .div-block-249 {
    flex-flow: column;
    display: flex;
  }

  .div-block-251 {
    flex-flow: row;
  }

  .div-block-253 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .imagemobile {
    width: 100%;
    display: block;
  }

  .image-19 {
    display: none;
  }

  .image-20 {
    display: block;
  }

  .image-23 {
    width: 58%;
    margin-top: -63px;
  }

  .navbar {
    display: block;
  }

  .nav-link-5 {
    width: 100%;
    display: inline-block;
  }

  .icon {
    color: var(--white);
  }

  .nav-menu {
    display: none;
  }

  .menu-button-2 {
    height: 85px;
    padding-top: 35px;
  }

  .image-30 {
    width: 300px;
  }

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

  .div-block-268 {
    display: none;
  }

  .heading-2 {
    font-size: 22px;
  }

  .div-block-272 {
    flex-flow: column;
  }

  .div-block-273, .div-block-274 {
    width: 100%;
    margin-bottom: 20px;
  }

  .paragraph-5 {
    font-size: 13px;
  }

  .div-block-275 {
    height: 90px;
    margin-bottom: 0;
  }

  .paragraph-6 {
    width: 77%;
    height: 70px;
  }

  .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .linkpiedino {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-277 {
    display: none;
  }

  .div-block-278 {
    display: block;
  }

  .linketichetta {
    justify-content: center;
    align-items: center;
  }

  .esempio {
    max-width: 500px;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
    line-height: 42px;
  }

  h2 {
    font-size: 33px;
    line-height: 37px;
  }

  h3 {
    font-size: 26px;
    line-height: 28px;
  }

  h4 {
    font-size: 22px;
    line-height: 26px;
  }

  h5 {
    font-size: 14px;
    line-height: 18px;
  }

  h6 {
    font-size: 12px;
    line-height: 16px;
  }

  p, .footerlink {
    font-size: 14px;
    line-height: 18px;
  }

  .footerlink.color-41 {
    text-align: center;
  }

  .showhidewrapper {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    display: flex;
  }

  .footermenuwrapper {
    flex-flow: wrap;
    align-items: center;
    display: flex;
  }

  .footerlinksinglewrap {
    margin-bottom: 5px;
  }

  .go2social_icon {
    width: 45px;
    height: 45px;
  }

  .styleguideheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .styleguidemaintitle {
    font-size: 36px;
    line-height: 42px;
  }

  .background-0 {
    display: block;
  }

  .nav-inner {
    width: 100vw;
  }

  .mobilemenuwrapper.background-2 {
    color: var(--rosso-braun);
    justify-content: flex-end;
    align-items: center;
    font-family: "Avenir 03";
  }

  .menu-button {
    width: 50px;
    height: 50px;
  }

  .logowrap {
    width: 70%;
    margin-left: 0;
  }

  .logowrap.solologo {
    width: 80%;
  }

  .navlinksinglewrap {
    color: var(--rosso-braun);
    line-height: 20px;
  }

  .navlinksinglewrap.ko {
    display: none;
  }

  .mainmenu {
    padding-left: 0;
    padding-right: 0;
  }

  .mainmenu.background-1 {
    color: var(--rosso-braun);
    justify-content: flex-end;
    align-items: flex-start;
    line-height: 14px;
  }

  .mainsection {
    margin-top: 0;
  }

  .herobanner.background-50 {
    height: 300px;
  }

  .herobanner.background-50.hp {
    margin-top: 0;
  }

  .herobanner.background-50.hp.headerform.heroform {
    z-index: 0;
  }

  .cta {
    width: 100%;
    min-width: auto;
    max-width: 280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta.background-404.color-404 {
    width: 70%;
    min-width: 200px;
    max-width: 250px;
    font-size: 35px;
  }

  .singlebox {
    padding: 20px 10px 30px;
  }

  .color-53.topbottom0center {
    font-size: 17px;
    line-height: 26px;
  }

  .color-54.topbottom0center {
    margin-top: -30px;
  }

  .footertext.topbottom0center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--gray2);
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footercontentwrapper.background-40 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btnblock {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .formcontainer {
    max-width: 360px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nomecognomeblock, .nascitablock {
    margin-bottom: 0;
  }

  .distanziatore15 {
    width: 15px;
    display: block;
  }

  .scontrinoblockora {
    width: 100%;
    margin-bottom: 10px;
  }

  .meta {
    width: 100%;
  }

  .campidata {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

  .scontrinoblockimporto {
    width: 100%;
  }

  .cittablock {
    width: 100%;
    margin-bottom: 10px;
  }

  .titlepromocodblock {
    flex-direction: column;
  }

  .is_cod_fiscale_block {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-19 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .slash {
    display: none;
  }

  .scontrinoblockdata {
    padding-right: 0;
    display: block;
  }

  .indirizzoriga {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .formfield {
    font-size: 14px;
  }

  .div-block-16 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .indirizzoblock, .nrcivicoblock, .is_num_prodotti_block {
    width: 100%;
    margin-bottom: 10px;
  }

  .capprovblock, .is_gender_block, .is_cod_ptvendita_block {
    width: 100%;
  }

  .emailtelefonoblock {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .titlescontrinoblock {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .scontrinoblock3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .unterzo {
    width: 100%;
  }

  .is_address_block {
    flex-direction: column;
    justify-content: flex-start;
  }

  .modaleblock {
    width: auto;
    max-width: 300px;
    height: auto;
  }

  .prefootercontentwrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .mainblock {
    border-radius: 15px;
    padding: 30px 10px 10px;
  }

  .mainblock.background-400 {
    text-align: center;
  }

  .boxpremio {
    max-width: 300px;
  }

  .sep50h {
    height: 40px;
    display: none;
  }

  .color-460.boxpremiotitle, .color-460.boxpremioocchiello {
    max-width: 350px;
  }

  .faqmaincontainer {
    width: auto;
    max-width: none;
    display: block;
  }

  .faqmainwrapper {
    padding: 0;
  }

  .color-461.center {
    max-width: 350px;
  }

  .color-453.topbottom0center {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 26px;
    display: block;
  }

  .color-453.topbottom0center.testovincita {
    width: 100%;
    max-width: 500px;
    margin-bottom: 0;
    line-height: 20px;
  }

  .burgericon.background-4 {
    background-color: var(--rosso-braun);
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding-top: 10px;
  }

  .socialbtn.google, .socialbtn.amazon, .socialbtn.amazon, .socialbtn.paypal {
    margin-bottom: 0;
  }

  .socialloginwrapper {
    flex-direction: column;
  }

  .infoscontrinobtn.background-404 {
    margin-left: 0;
  }

  .sociallogout {
    margin-bottom: 15px;
  }

  .gridsociallogin {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .previewcampo3 {
    width: 100%;
  }

  .previewcampo.orizz {
    flex-direction: column;
  }

  .previewcampo2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .image {
    width: 100%;
    max-width: 100%;
  }

  .image.modal-button.button.immaginedesktop {
    display: none;
  }

  .image.modal-button.button.immaginemobile {
    display: block;
  }

  .nav-link-2 {
    color: var(--rosso-braun);
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Avenir 03";
    line-height: 20px;
  }

  .nav-link-2.w--current {
    color: var(--rosso-braun);
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Avenir 03";
    line-height: 20px;
    position: relative;
  }

  .button.modal-button {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .modal-parent {
    display: none;
  }

  .modal-centering {
    display: block;
  }

  .modalprodotti {
    z-index: 30;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    display: block;
  }

  .close {
    justify-content: center;
    align-items: center;
    top: 10px;
    right: 10px;
  }

  .bannerkv.banneresito, .bannerkv.banneresito.perso, .bannerkv.banneresito.haiperso {
    margin-top: 0;
  }

  .bannerkv.bannerhp, .kvdesktop {
    display: none;
  }

  .div-block-mobile, .kvmobile {
    display: block;
  }

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

  .blocco1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .blocco1.blocco2 {
    width: 100%;
  }

  .blocco1.blocco2.blocco3 {
    flex-flow: row;
    width: 95%;
  }

  .text-block-5 {
    text-align: left;
    flex-flow: row;
    font-size: 20px;
    line-height: 24px;
    display: block;
  }

  .nr1 {
    max-width: 110px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nr1.modal-button {
    max-width: 500px;
    padding-left: 0;
  }

  .div1 {
    max-width: 90%;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    justify-content: flex-start;
    place-items: center stretch;
    width: 100%;
    display: block;
  }

  .div-block-238 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-items: center start;
    display: grid;
  }

  .image-3 {
    width: 120px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    overflow: clip;
  }

  .div-block-239 {
    flex-flow: wrap;
    display: flex;
  }

  .div-block-240 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    display: flex;
  }

  .link-block {
    margin-bottom: 50px;
  }

  .div-block-243 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch center;
    display: flex;
  }

  .link-block-2 {
    width: 100%;
    max-width: 500px;
  }

  .modal-parent2 {
    display: none;
  }

  .quick-stack {
    width: auto;
    padding: 10px;
  }

  .quick-stack-2 {
    align-self: auto;
    width: 100%;
  }

  .bloccoviaggio {
    width: 100%;
  }

  .quick-stack-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .linkfooterbianco {
    align-self: baseline;
    padding: 20px 0 0;
  }

  .cell-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cell-3 {
    flex-flow: row;
    display: flex;
  }

  .div-block-245 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-246 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .link-block-7 {
    width: 207%;
  }

  .image-11 {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-6 {
    flex: 1;
    align-self: auto;
    padding: 10px;
  }

  .text-block-6 {
    text-align: center;
    letter-spacing: 4px;
    width: auto;
    font-size: 26px;
    font-weight: 400;
    line-height: 24px;
  }

  .text-block-7 {
    font-size: 20px;
  }

  .div-block-247 {
    text-align: center;
    flex-flow: column;
    padding: 0;
    display: flex;
  }

  .div-block-249 {
    padding: 0;
  }

  .div-block-251 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .desktopmobile {
    margin-top: 20px;
    display: block;
  }

  .image-19 {
    width: 180%;
    display: none;
  }

  .image-20 {
    margin-top: 10px;
    display: block;
  }

  .image-21 {
    display: block;
  }

  .div-block-256 {
    flex-flow: column;
  }

  .image-23 {
    flex: 0 auto;
    width: 100%;
    margin-top: -50px;
    display: block;
  }

  .div-block-258 {
    text-align: center;
    width: 100%;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-261 {
    display: none;
  }

  .div-block-261.mobileimg, .div-block-262 {
    display: block;
  }

  .div-block-263 {
    display: none;
  }

  .div-block-264 {
    height: 30%;
  }

  .image-24 {
    max-width: 90%;
    margin-top: -10px;
    padding-top: 0;
  }

  .div-block-265, .div-block-266 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-25 {
    max-width: 70%;
    padding-top: 0;
    display: block;
  }

  .image-26.tastone {
    max-width: 90%;
  }

  .link-block-14 {
    background-color: var(--rosso-braun);
    margin-top: 0;
  }

  .image-27 {
    max-width: 90%;
  }

  .image-27.tastopartecipamobile {
    max-width: 80%;
  }

  .div-block-267 {
    display: block;
  }

  .image-28 {
    margin-top: -30px;
  }

  .navbar {
    z-index: 100;
  }

  .nav-link-3 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-link-4 {
    text-align: right;
    height: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-5 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-menu {
    background-color: var(--linkpiedino);
    display: none;
  }

  .menu-button-2 {
    background-color: var(--black);
  }

  .menu-button-2.w--open {
    background-color: var(--linkpiedino);
  }

  .bold-text-12 {
    font-size: 4vw;
  }

  .image-31 {
    max-width: 90%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-5 {
    font-size: 12px;
  }

  .image-32 {
    max-width: 50%;
  }

  .div-block-275 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-bottom: 20px;
  }

  .paragraph-6 {
    text-align: center;
    width: 100%;
    height: 90px;
  }

  .bold-text-13.linkpiedino {
    color: var(--linkpiedino);
  }

  .paragraph-7 {
    margin-top: 0;
  }

  .linkpiedino {
    color: var(--linkpiedino);
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Braunlinear, Trebuchet MS, sans-serif;
    font-weight: 400;
  }

  .link-7, .link-8, .link-9, .link-10, .link-11, .link-12 {
    padding-bottom: 10px;
  }

  .esitotit {
    font-size: 26px;
    line-height: 30px;
  }

  .div-block-279, .linketichetta {
    width: 100%;
  }

  .esempio {
    display: none;
  }
}

#w-node-a4b454ad-be25-0764-0ba3-dca56cd7687a-f7781dde {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-f16e316c-9c8f-a465-571b-41158edc55da-f7781def, #w-node-_46003419-0371-e5aa-6b4a-614f1ce1f605-f7781def, #w-node-_3c596a3c-2ca4-0500-32c3-29d7f792feef-f7781def, #w-node-_46003419-0371-e5aa-6b4a-614f1ce1f606-f7781def, #w-node-c7da3bfd-e57c-8d02-f4e9-e7728cc5250d-f7781def, #w-node-_46003419-0371-e5aa-6b4a-614f1ce1f607-f7781def, #w-node-_5ee71cad-06aa-15fd-c1b6-d54966180832-f7781def, #w-node-_46003419-0371-e5aa-6b4a-614f1ce1f608-f7781def, #w-node-_11ada103-6073-62ca-df86-32675729c819-f7781def, #w-node-_4c8922d4-f18b-1efb-6854-451b263afb65-f7781def, #w-node-_46003419-0371-e5aa-6b4a-614f1ce1f60a-f7781def, #w-node-_70202286-d778-c352-476d-0c35dd793885-f7781def, #w-node-_70202286-d778-c352-476d-0c35dd793886-f7781def, #w-node-_5524b0d5-797a-e4a3-539c-57b76b71af39-f7781def, #w-node-_5524b0d5-797a-e4a3-539c-57b76b71af3a-f7781def, #w-node-_9c28b3e4-b311-d732-c49d-50baa30a8669-f7781def, #w-node-_9c28b3e4-b311-d732-c49d-50baa30a866a-f7781def, #w-node-_2a8f67c1-add3-130e-9636-284e48e5c93a-f7781def, #w-node-_2a8f67c1-add3-130e-9636-284e48e5c93b-f7781def, #w-node-_684a655e-8d74-883d-395b-69bde8445ad1-f7781def, #w-node-_684a655e-8d74-883d-395b-69bde8445ad2-f7781def, #w-node-bcdaee2c-882e-fbe5-99b5-bf72a8c534ad-f7781def, #w-node-bcdaee2c-882e-fbe5-99b5-bf72a8c534ae-f7781def {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-a4b454ad-be25-0764-0ba3-dca56cd7687a-f7781dde {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-eef2eb80-ef9b-3c10-8899-97e344aff844-f7781dde, #w-node-bc9487ee-167a-bb17-9c4b-ee75766b65ea-f7781dde {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Adobefnt 24';
  src: url('../fonts/AdobeFnt24.lst') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Braunlinear';
  src: url('../fonts/BraunLinear-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Braunlinear';
  src: url('../fonts/BraunLinear-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

#negoziofisico, #online, #indirizzonegozio {
  display: none;
}

.is_modello, .is_codiceseriale {
  width: 48%;
  margin-bottom: 20px;
}

.is_modello_block, .is_codiceseriale_block {
  width: 100%;
}

.w-file-upload-label {
  width: auto;
  max-width: 100%;
  margin-top: 0;
  border-radius: 5px;
  background-color: #000000 !important;
  color: #ffffff !important;
  font-size: 1.5rem !important;
  text-transform: uppercase !important;
  font-family: Braunlinear, Trebuchet MS, sans-serif !important;
  padding: 1rem 2rem !important;
  font-weight: bold !important;
  margin-bottom: 20px !important;
}

.w-icon-file-upload-icon {
  margin-right: 30px !important;
}

span a {
  font-family: inherit;
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

p {
  font-family: inherit;
  font-size: 14px;
}

.div-block-254 {
  font-family: inherit;
}

.formcontainer.background-400 {
  font-family: inherit;
}