:root {
  --orange-aism: #f05028;
  --orange: #ffc258;
  --black-aism: black;
  --red-aism: #dc001e;
  --tan: #d7c49a;
  --gold: #ffd900;
  --blue-violet: #6228dc;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.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;
}

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: 700;
  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: 700;
  line-height: 46px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

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;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.footerlink:hover {
  opacity: .7;
}

.showhidewrapper {
  flex-direction: column;
  align-items: center;
}

.showhidewrapper.footerlegalline {
  max-width: 1200px;
}

.showhidewrapper.ko {
  display: none;
}

.showhidewrapper.win {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5px;
}

.showhidewrapper._100 {
  width: 100%;
}

.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: #fff;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.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(--orange-aism);
  background-color: #0000;
}

.color-1:hover {
  opacity: 1;
}

.nav {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.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: 15px;
}

.navlinkm:hover {
  opacity: .8;
}

.navlinkm.color-1.w--current {
  color: #333;
}

.navlinkm.color-1.background-2.w--current {
  color: var(--orange);
}

.navlinkm.color-1.sidebar {
  color: #fff;
  margin-top: 20px;
  padding: 0;
}

.menu-wrap {
  width: auto;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  max-width: 1200px;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.mobilemenuwrapper {
  align-items: center;
  width: auto;
  max-width: 1000px;
  display: flex;
}

.logowrap {
  width: 20%;
  max-width: 240px;
  height: 60px;
  margin-left: 0;
}

.logowrap:hover {
  opacity: .8;
}

.logowrap.solologo {
  justify-content: center;
  max-width: none;
  display: flex;
}

.navlinksinglewrap.ko {
  display: none;
}

.navlinksinglewrap.sidebar {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mainmenu {
  z-index: 999;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #d00;
  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 {
  box-shadow: 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(--orange-aism);
}

.color-130 {
  color: var(--orange-aism);
}

.color-130.freccia {
  width: 50px;
  height: 30px;
}

.paragraph {
  font-size: 18px;
  line-height: 22px;
}

.color-43 {
  color: var(--orange-aism);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-43 {
  background-color: #fff;
}

.div-block-37 {
  width: 100%;
}

.mainsection {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mainsection.page404 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.mainsection.ko {
  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 {
  height: 650px;
}

.herobanner.background-50.hp.width {
  width: 80vw;
}

.herobanner.background-50.hp.width.ko {
  display: none;
}

.herobanner.background-50.interna {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.herobanner.background-50.interna.ko {
  display: none;
}

.herobanner.background-50.interna.aism {
  height: auto;
}

.herobanner.background-50.hp {
  background-image: none;
  height: auto;
}

.herobanner.background-50.hp.aism {
  border-bottom: 1px solid var(--orange-aism);
}

.herobannertop {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.boxicona {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.maincontainer {
  background-color: #0000;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  display: flex;
}

.maincontainer.ko {
  display: block;
}

.maincontainer.width {
  max-width: 1200px;
}

.cta {
  text-align: center;
  border-radius: 20px;
  min-width: 280px;
  padding: 12px 20px;
  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.btn-aism {
  color: var(--black-aism);
  background-color: #fff;
  width: 100%;
  font-weight: 400;
  line-height: 22px;
}

.boximage {
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.boximage.size {
  width: 70%;
}

.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;
}

.singlebox.background-70.stile-box-hp {
  background-color: #ef4e29;
  justify-content: center;
  align-items: flex-start;
  width: 27%;
  padding: 40px 30px;
}

.singlebox.background-70.stile-box-hp.big {
  width: 36%;
}

.singlebox.background-70.stile-box-app-mobi {
  border: 3px solid var(--orange-aism);
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
}

.premio {
  background-color: #0000;
  border: 1px #000;
  max-height: 700px;
  display: block;
}

.premio.mobile {
  background-color: #0000;
  display: none;
}

.background-100 {
  background-color: #f8f7f3;
}

.color-111 {
  color: var(--orange-aism);
}

.background-120 {
  background-color: var(--orange-aism);
}

.color-120 {
  color: #fff;
}

.color-112 {
  color: var(--black-aism);
}

.color-113 {
  color: #949494;
}

.color-53 {
  color: var(--red-aism);
}

.color-54 {
  color: var(--black-aism);
}

.heroimage {
  width: 100%;
  max-width: 990px;
  max-height: 550px;
}

.heroimage.mobile {
  display: none;
}

.heroimage.hp {
  width: 100%;
  max-width: 990px;
  max-height: 700px;
}

.heroimage.hp.mobile {
  display: none;
}

.background-40 {
  background-color: #dedede;
}

.color-41, .color-42 {
  color: #000;
}

.footercontentwrapper {
  flex-direction: column;
  align-items: center;
  padding: 50px 5%;
  display: flex;
}

.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;
}

.footer.bordo {
  border-top: 1px #00000080;
}

.color-40 {
  color: var(--orange-aism);
}

.is_check_scontrino {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.is_iban_block, .is_promocode_block {
  width: 100%;
}

.btnblock {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.btnblock.marg {
  margin-top: 0;
}

.form-block {
  width: 100%;
}

.form-block.ko-form {
  display: none;
}

.formcontainer {
  border-radius: 30px;
  width: 940px;
  min-width: auto;
  max-width: none;
  min-height: auto;
  padding: 30px 50px;
}

.formcontainer.background-400 {
  display: block;
}

.formcontainer.background-400.formpreview {
  flex-direction: column;
  display: none;
}

.formcontainer.background-400.side-login {
  background-color: var(--orange-aism);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.filoseparatore {
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 20px;
}

.filoseparatore.background-401.ko {
  display: none;
}

.filoseparatore.background-401.iniziale {
  margin-bottom: 10px;
}

.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;
}

.nascitablock.ko {
  display: none;
}

.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: 20px;
}

.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: 100%;
  margin-bottom: 20px;
}

.emailblock.large {
  width: 100%;
}

.emailblock.large:hover {
  text-decoration: none;
}

.emailblock._48 {
  width: 48%;
  margin-bottom: 0;
}

.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%;
}

.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 solid #dadee1;
  border-radius: 30px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.formfield.background-403.color-403.side-hp {
  background-color: #fff;
  border-style: none;
}

.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;
  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 {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.emailtelefonoblock.oriz {
  flex-flow: row;
  display: flex;
}

.titlescontrinoblock {
  align-items: center;
  margin-bottom: 2px;
  display: flex;
}

.scontrinoblock3 {
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.unterzo {
  width: 30%;
  font-family: Montserrat, sans-serif;
}

.passwordblock {
  flex-direction: row;
  justify-content: space-between;
  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 {
  border-bottom: 1px #f0808080;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.background-400 {
  background-color: #f8f7f3;
}

.color-402 {
  color: #000;
  display: block;
}

.color-402.finalflag {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 5px;
  display: block;
}

.color-402.topbottom0center.left {
  text-align: left;
}

.color-402.topbottom0center.bianco {
  color: #fff;
}

.color-402.topbottom0center.bianco.marg {
  margin-top: 20px;
}

.color-402.topbottom0center.bianco.left.uppercase {
  text-transform: uppercase;
}

.color-402.disclaimerintro {
  text-align: justify;
  font-size: 12px;
  line-height: 15px;
  display: block;
  overflow: visible;
}

.color-402.bianco {
  color: #fff;
}

.background-401 {
  background-color: var(--orange-aism);
}

.background-403 {
  background-color: #f8f7f3;
}

.color-403 {
  color: var(--black-aism);
}

.background-404 {
  background-color: var(--orange-aism);
}

.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: #d7c49ad9;
}

.color-401 {
  color: var(--orange-aism);
}

.color-401.labeltitle {
  margin-bottom: 0;
}

.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;
}

.prefootersection.ko {
  display: none;
}

.background-15 {
  background-color: var(--orange-aism);
}

.color-15 {
  color: #fff;
}

.color-15.share {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-12 {
  color: var(--black-aism);
}

.color-11 {
  color: var(--orange-aism);
}

.prefooter {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.color-201 {
  color: var(--orange);
}

.color-203 {
  color: var(--black-aism);
}

.background-200 {
  background-color: #f8f7f3;
}

.color-202 {
  color: var(--orange-aism);
}

.prodottigridimage {
  border-radius: 10px;
  width: 100%;
  max-height: 700px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  width: 100%;
}

.background-300 {
  background-color: #f8f7f3;
}

.color-301 {
  color: var(--orange-aism);
}

.color-302, .color-303 {
  color: var(--black-aism);
}

.productwrapper {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.securecodewrapper {
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  width: 20px;
  height: 150px;
  margin-right: 2px;
  padding-top: 0;
  position: absolute;
  inset: 70px 0 0% auto;
}

.mainblock {
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 50px;
  display: flex;
  position: relative;
}

.color-451 {
  color: var(--orange-aism);
}

.color-452 {
  color: var(--black-aism);
}

.background-450 {
  background-color: #f8f7f3;
}

.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;
}

.playagainblock {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.color-455 {
  color: #fff;
}

.background-455 {
  background-color: var(--orange-aism);
}

.sep50h {
  width: 100px;
  height: 50px;
}

.background-460 {
  background-color: #ebe5da;
}

.color-460 {
  color: var(--orange-aism);
}

.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: #f8f7f3;
}

.background-503 {
  background-color: var(--tan);
}

.color-501 {
  color: var(--orange-aism);
}

.color-502 {
  color: var(--black-aism);
}

.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(--black-aism);
}

.color-461.center {
  text-align: center;
}

.megabox {
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.herobannersep {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/sep_bottom_wave_1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 101%;
  background-clip: border-box;
  align-items: flex-end;
  width: 100vw;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.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%;
}

.prefootershare.ko {
  display: none;
}

.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(--orange-aism);
}

.color-73 {
  color: #fff;
}

.color-73.topbottom0center.left {
  text-align: left;
}

.color-73.topbottom0center.left.color {
  color: var(--orange-aism);
}

.color-73.topbottom0center.left.color.stile {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.color-73.topbottom0center.left.color.size {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.color-73.topbottom0center.left.color.font {
  font-size: 20px;
  font-weight: 500;
}

.color-73.topbottom0center.left.tit-small {
  padding-bottom: 3px;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
}

.color-73.topbottom0center.left.nota-slider {
  font-size: 11px;
  line-height: 14px;
}

.color-73.topbottom0center.left.size {
  font-size: 15px;
  line-height: 22px;
}

.background-70 {
  background-color: #f8f7f3;
}

.color-72 {
  color: #fff;
}

.color-72.topbottom0center.left {
  text-align: left;
}

.color-72.topbottom0center.left.stile {
  font-size: 25px;
  line-height: 27px;
}

.color-72.topbottom0center.left.size {
  font-size: 27px;
  line-height: 29px;
}

.background-74 {
  background-color: var(--gold);
}

.background-74.color-74.stilecta.bianco {
  background-color: #fff;
}

.color-74 {
  color: var(--orange-aism);
}

.background-461 {
  background-color: #fff8cf;
}

.color-453 {
  color: var(--orange-aism);
}

.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;
}

.is_password._100, .is_password.pg-login {
  width: 100%;
}

.div-block-47 {
  position: relative;
}

.div-block-234 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.seph10 {
  width: 10px;
  height: 30px;
}

.is_confermapassword {
  width: 48%;
  margin-bottom: 20px;
}

.div-block-235 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.socialloginblock {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.socialloginblock.ko {
  display: none;
}

.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 {
  margin-top: 0;
}

.infoscontrinobtn.background-404:hover {
  opacity: .7;
}

.infoicon {
  width: 100%;
  height: 100%;
}

.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(--orange-aism);
}

.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(--black-aism);
  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-111 {
  background-color: var(--gold);
}

.background-201 {
  background-color: #fff;
}

.color-81 {
  color: var(--black-aism);
}

.background-81 {
  background-color: #0000;
}

.background-81.stiletassellotitle.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.color-82 {
  color: var(--orange-aism);
}

.color-83 {
  color: #949494;
}

.landingthird {
  flex-direction: column;
  align-items: center;
  width: 29%;
  display: flex;
}

.landingthird._4step {
  width: auto;
}

.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;
}

.topbottom0center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.socialwrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  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: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  padding: 12px 20px;
  text-decoration: none;
  transition: transform .2s;
  display: block;
}

.stilecta:hover {
  opacity: .9;
  transform: scale(1.05);
}

.securecode {
  color: #000;
  transform: rotate(90deg);
}

.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(--black-aism);
}

.background-406 {
  background-color: #fff;
}

.background-406.color-406.stilecta.sizeauto {
  min-width: auto;
}

.background-406.color-406.stilecta.sizeauto.bordo {
  border: 1px solid #dadee1;
}

.background-406.color-406.stilecta.btn-aism {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
}

.howtoicon {
  max-width: 220px;
  max-height: 120px;
}

.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: 75%;
}

.image-hp-mobi {
  display: none;
}

._3box-hp {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.landingthird-copy {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.sidebar-box-doc {
  background-color: var(--red-aism);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-236 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-doc {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ico-doc {
  margin-right: 10px;
}

.contact-modal3_content-wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 30rem;
  height: 100vh;
  padding: 5rem 2rem;
  position: absolute;
  overflow: scroll;
}

.margin-bottom, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large.ko {
  display: none;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.ko {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.icon-embed-small {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.contact-modal3_component {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 80px;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-modal3_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-align-center {
  text-align: center;
}

.contact-modal3_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.div-block-237 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image {
  margin-left: 20px;
}

.link {
  color: #333;
  text-decoration: underline;
}

.tit-login {
  color: #fff;
  font-size: 24px;
}

.div-block-238 {
  display: flex;
}

.ico-lock-sidebar {
  margin-right: 10px;
}

.formcontainer-copy {
  border-radius: 30px;
  width: 940px;
  min-width: auto;
  max-width: none;
  min-height: auto;
  padding: 30px 50px;
}

.formcontainer-copy.background-400 {
  display: block;
}

.formcontainer-copy.background-400.side-login {
  background-color: var(--orange-aism);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-239 {
  margin-top: 5px;
}

.text-span, .text-span-2 {
  font-weight: 500;
}

.text-span-3 {
  color: #dd0101;
}

.image-interna-mobi, .box-solo-mobi {
  display: none;
}

.tit-box-app {
  display: flex;
}

.div-block-240 {
  width: 90px;
  margin-left: 10px;
}

.event16_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
}

.event16_item-content.piuaism-style {
  background-color: #ef4e29;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.event16_image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.event16_item {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.event16_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sconti-slider {
  height: 100%;
}

.slider {
  background-color: #fff;
  height: 100%;
}

.slider.bg {
  background-color: #fff0;
}

.left-arrow, .right-arrow {
  display: none;
}

.div-nota {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 25px;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  color: var(--red-aism);
}

.bold-text-5 {
  color: var(--red-aism);
  font-weight: 400;
}

.codicetessera {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.codice-tessera {
  width: 48%;
}

.nota-form {
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px;
}

.nota-form.color-402.size {
  font-size: 12px;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
  color: var(--red-aism);
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .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.background-2 {
    background-color: #fff;
  }

  .nav-inner {
    border-bottom-style: none;
    border-bottom-color: #f0808080;
    justify-content: space-between;
    width: 100vw;
  }

  .nav-inner.solologo {
    justify-content: center;
  }

  .menu-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .logowrap {
    width: 50%;
    max-width: none;
    margin-left: 20px;
  }

  .logowrap.solologo, .navlinksinglewrap {
    margin-left: 0;
  }

  .mainmenu {
    padding-left: 0;
    padding-right: 0;
  }

  .background-2 {
    background-color: #fff;
  }

  .background-4 {
    background-color: var(--orange-aism);
  }

  .mainsection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .herobanner {
    height: 400px;
  }

  .herobanner.background-50.hp {
    height: 550px;
  }

  .herobanner.background-50.hp.aism {
    height: auto;
  }

  .cta {
    max-width: 600px;
  }

  .boximage {
    z-index: 1;
    position: static;
  }

  .singlebox.background-70.stile-box-hp, .singlebox.background-70.stile-box-hp.big, .singlebox.background-70.stile-box-app-mobi {
    width: 100%;
  }

  .heroimage {
    max-height: 420px;
  }

  .heroimage.hp {
    max-height: 600px;
  }

  .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.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;
  }

  .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;
  }

  .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 {
    max-width: 100%;
  }

  ._3box-hp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-modal3_content-wrapper {
    width: 70%;
    max-width: none;
    padding: 4rem 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .formcontainer-copy {
    width: 720px;
    min-width: auto;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-solo-mobi {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@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;
  }

  .footermenuwrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }

  .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;
  }

  .logowrap {
    width: 70%;
  }

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .mainsection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .herobanner, .herobanner.background-50.hp {
    height: 350px;
  }

  .cta {
    max-width: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .boximage {
    display: flex;
  }

  .boximage.size {
    width: 80%;
  }

  .singlebox {
    border-radius: 20px;
    padding: 30px 20px;
  }

  .singlebox.background-70.stile-box-hp {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .singlebox.background-70.stile-box-app-mobi.pad {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .premio {
    display: none;
  }

  .premio.mobile, .premio.esito {
    display: block;
  }

  .heroimage {
    max-height: 400px;
    display: none;
  }

  .heroimage.mobile {
    display: block;
  }

  .heroimage.hp {
    max-height: 400px;
  }

  .heroimage.hp.mobile {
    display: block;
  }

  .footercontentwrapper.background-40 {
    padding-top: 20px;
  }

  .is_check_scontrino {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .is_promocode_block {
    width: 100%;
    margin-bottom: 0;
  }

  .btnblock {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .formcontainer {
    width: auto;
    padding: 20px;
  }

  .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;
  }

  .cognomeblock, .emailblock, .emailblock._48 {
    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;
  }

  .emailtelefonoblock.oriz {
    flex-flow: column;
  }

  .scontrinoblock3 {
    width: 100%;
    margin-bottom: 0;
  }

  .passwordblock {
    flex-direction: column;
  }

  .modaleblock {
    width: auto;
    max-width: 500px;
    height: auto;
  }

  .prefootercontentwrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prodottigridimage {
    display: block;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .mainblock {
    padding: 30px 20px 20px;
  }

  .boxpremio {
    max-width: 540px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .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.color.stile {
    line-height: 21px;
  }

  .color-73.topbottom0center.left.color.font {
    line-height: 24px;
  }

  .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;
  }

  .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;
  }

  .background-406.color-406.stilecta.btn-aism {
    font-size: 17px;
  }

  .howto4step {
    grid-template-columns: 1fr;
  }

  .image-hp-desk {
    display: none;
  }

  .image-hp-mobi {
    display: block;
  }

  .contact-modal3_content-wrapper {
    width: 80%;
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .formcontainer-copy {
    width: auto;
    padding: 20px;
  }

  .image-interna-desk {
    display: none;
  }

  .image-interna-mobi, .box-solo-mobi {
    display: block;
  }

  .div-block-240 {
    width: 170px;
  }

  .div-block-241 {
    padding-right: 40px;
  }

  .text-with-icon {
    background-image: url('../images/iconmonstr-upload-21.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 23px;
  }

  .text-span-4 {
    background-image: url('../images/iconmonstr-plus-square-lined.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 23px;
  }

  .text-span-5 {
    background-image: url('../images/iconmonstr-smartphone-17.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 23px;
  }

  .codicetessera {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .codice-tessera {
    width: 100%;
    margin-bottom: 10px;
  }
}

@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;
  }

  .showhidewrapper {
    max-width: none;
  }

  .footermenuwrapper {
    flex-direction: column;
    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;
  }

  .nav-inner {
    width: 100vw;
  }

  .logowrap {
    width: 70%;
    margin-left: 0;
  }

  .logowrap.solologo {
    width: 80%;
  }

  .mainmenu {
    padding-left: 0;
    padding-right: 0;
  }

  .herobanner.background-50, .herobanner.background-50.hp {
    height: 300px;
  }

  .cta {
    width: 100%;
    min-width: auto;
    max-width: 280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .boximage.size {
    width: 100%;
  }

  .singlebox {
    padding: 20px 10px 30px;
  }

  .singlebox.background-70.stile-box-hp, .singlebox.background-70.stile-box-app-mobi.pad {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heroimage, .heroimage.hp {
    max-height: 350px;
  }

  .formcontainer {
    max-width: 360px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nomecognomeblock, .nascitablock {
    margin-bottom: 0;
  }

  .distanziatore15 {
    display: block;
  }

  .scontrinoblockora {
    width: 100%;
    margin-bottom: 10px;
  }

  .meta {
    width: 100%;
  }

  .campidata {
    flex-direction: column;
    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;
  }

  .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;
  }

  .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;
    width: auto;
    height: 20px;
    margin-right: 0;
    display: block;
    inset: 8px auto auto;
  }

  .mainblock {
    border-radius: 15px;
    padding: 30px 10px 10px;
  }

  .boxpremio {
    max-width: 300px;
  }

  .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;
  }

  .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;
  }

  .securecode {
    transform: none;
  }

  .previewcampo3 {
    width: 100%;
  }

  .previewcampo.orizz {
    flex-direction: column;
  }

  .previewcampo2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .background-406.color-406.stilecta.btn-aism {
    width: 100%;
    min-width: auto;
    max-width: 280px;
    font-size: 16px;
  }

  ._3box-hp {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-modal3_content-wrapper {
    width: 90%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .formcontainer-copy {
    max-width: 360px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-solo-mobi {
    padding-left: 0;
    padding-right: 0;
  }

  .tit-box-app {
    flex-flow: column;
  }

  .div-block-240 {
    width: 80px;
    margin-left: 0;
    display: none;
  }

  .div-block-241 {
    padding-right: 0;
  }

  .codicetessera {
    margin-bottom: 0;
  }
}

#w-node-f16e316c-9c8f-a465-571b-41158edc55da-241b66a2, #w-node-_46003419-0371-e5aa-6b4a-614f1ce1f605-241b66a2, #w-node-_3c596a3c-2ca4-0500-32c3-29d7f792feef-241b66a2, #w-node-_46003419-0371-e5aa-6b4a-614f1ce1f606-241b66a2, #w-node-c7da3bfd-e57c-8d02-f4e9-e7728cc5250d-241b66a2, #w-node-_46003419-0371-e5aa-6b4a-614f1ce1f607-241b66a2, #w-node-_5ee71cad-06aa-15fd-c1b6-d54966180832-241b66a2, #w-node-_46003419-0371-e5aa-6b4a-614f1ce1f608-241b66a2, #w-node-_11ada103-6073-62ca-df86-32675729c819-241b66a2, #w-node-_4c8922d4-f18b-1efb-6854-451b263afb65-241b66a2, #w-node-_46003419-0371-e5aa-6b4a-614f1ce1f60a-241b66a2, #w-node-_70202286-d778-c352-476d-0c35dd793885-241b66a2, #w-node-_70202286-d778-c352-476d-0c35dd793886-241b66a2, #w-node-_5524b0d5-797a-e4a3-539c-57b76b71af39-241b66a2, #w-node-_5524b0d5-797a-e4a3-539c-57b76b71af3a-241b66a2, #w-node-_9c28b3e4-b311-d732-c49d-50baa30a8669-241b66a2, #w-node-_9c28b3e4-b311-d732-c49d-50baa30a866a-241b66a2, #w-node-_2a8f67c1-add3-130e-9636-284e48e5c93a-241b66a2, #w-node-_2a8f67c1-add3-130e-9636-284e48e5c93b-241b66a2, #w-node-_684a655e-8d74-883d-395b-69bde8445ad1-241b66a2, #w-node-_684a655e-8d74-883d-395b-69bde8445ad2-241b66a2, #w-node-bcdaee2c-882e-fbe5-99b5-bf72a8c534ad-241b66a2, #w-node-bcdaee2c-882e-fbe5-99b5-bf72a8c534ae-241b66a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


