@import "reset.css";
.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.section {
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 1023px) {
  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.section__box {
  margin: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1023px) {
  .section__box {
    max-width: none !important;
  }
}

.section__box--0 {
  max-width: none;
}

.section__box--1b {
  max-width: 1120.8px;
}
@media (min-width: 1401px) {
  .section__box--1b {
    max-width: 1650px;
  }
}
@media (min-width: 2200px) {
  .section__box--1b {
    max-width: 2200px;
  }
}

.section__box--1 {
  max-width: 1120.8px;
}
@media (min-width: 1401px) {
  .section__box--1 {
    max-width: 1650px;
  }
}
@media (min-width: 2200px) {
  .section__box--1 {
    max-width: 2200px;
  }
}

.section__box--2 {
  max-width: 960px;
}

.section__box--3 {
  max-width: 793.6px;
}

.section__box--4 {
  max-width: 614.4px !important;
}

.section__box--5 {
  max-width: 460.8px;
}

h2,
.section__title {
  text-align: center;
  line-height: 30px;
  font-size: 28.8px;
}
@media (max-width: 1023px) {
  h2,
.section__title {
    line-height: 30px;
    font-size: 28.8px;
  }
}
@media (min-width: 768px) {
  h2,
.section__title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  h2,
.section__title {
    line-height: 30px;
    font-size: 28.8px;
  }
}
@media (min-width: 1401px) {
  h2,
.section__title {
    line-height: 30px;
    font-size: 28.8px;
  }
}

.row {
  display: flex;
  height: 100%;
}
.row .col {
  flex: 1;
}
@media (max-width: 1023px) {
  .row .col > div {
    width: 100%;
  }
}
.row.row--golden .col {
  flex: 2;
}
.row.row--golden .col + .col {
  flex: 3;
}
.row.row--golden--inverse .col {
  flex: 3;
}
.row.row--golden--inverse .col + .col {
  flex: 2;
}
.row.row--inverse {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .row.row--inverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1023px) {
  .row {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .hero .row {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) {
  .section__box.section__box--0 {
    max-width: none;
  }

  .section__box.section__box--1b {
    max-width: 1350px;
  }
}
@media screen and (min-width: 768px) and (min-width: 767px) and (max-width: 1400px) {
  .section__box.section__box--1b {
    max-width: 1080px;
  }
}
@media screen and (min-width: 768px) {
  .section__box.section__box--1 {
    max-width: 1350px;
  }
}
@media screen and (min-width: 768px) and (min-width: 767px) and (max-width: 1400px) {
  .section__box.section__box--1 {
    max-width: 1080px;
  }
}
@media screen and (min-width: 768px) {
  .section__box.section__box--2 {
    max-width: 1170px;
  }
}
@media screen and (min-width: 768px) and (min-width: 767px) and (max-width: 1400px) {
  .section__box.section__box--2 {
    max-width: 936px;
  }
}
@media screen and (min-width: 768px) {
  .section__box.section__box--3 {
    max-width: 768px;
  }
}
@media screen and (min-width: 768px) and (min-width: 767px) and (max-width: 1400px) {
  .section__box.section__box--3 {
    max-width: 614.4px;
  }
}
@media screen and (min-width: 960px) {
  .section__box.section__box--3 {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (min-width: 767px) and (max-width: 1400px) {
  .section__box.section__box--3 {
    max-width: 768px;
  }
}
@media screen and (min-width: 1100px) {
  .section__box.section__box--3 {
    max-width: 980px;
  }
}
@media screen and (min-width: 1100px) and (min-width: 767px) and (max-width: 1400px) {
  .section__box.section__box--3 {
    max-width: 784px;
  }
}
.box--75 {
  margin: auto;
}
@media (max-width: 1023px) {
  .box--75 {
    max-width: none !important;
  }
}
@media (min-width: 768px) {
  .box--75 {
    max-width: 75% !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .box--75 {
    max-width: 75% !important;
  }
}
@media (min-width: 1401px) {
  .box--75 {
    max-width: 75% !important;
  }
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.hero.hero--full-screen {
  width: 100%;
  height: 100vh;
}
.hero .panel {
  font-size: 20.8px;
  padding: 24px;
}
@media (max-width: 1023px) {
  .hero .panel {
    font-size: 16.64px;
  }
}
@media (min-width: 768px) {
  .hero .panel {
    font-size: 23.92px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hero .panel {
    font-size: 16.64px;
  }
}
@media (min-width: 1401px) {
  .hero .panel {
    font-size: 18.72px;
  }
}
.hero .hero .panel {
  font-size: 1.6vw;
}
@media (max-width: 1023px) {
  .hero .hero .panel {
    font-size: 3.44vw;
  }
}

.hero__content {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .hero__content {
    align-items: center;
    justify-content: flex-start;
    padding-top: 32px;
  }
}

@media (max-width: 1023px) {
  .hero__title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hero__title {
    font-size: 49.6px;
    line-height: 45px;
  }
}
@media (min-width: 1401px) {
  .hero__title {
    font-size: 62px;
    line-height: 55px;
  }
}

.hero__subtitle {
  line-height: 30px;
  font-size: 28.8px;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .hero__subtitle {
    line-height: 30px;
    font-size: 28.8px;
  }
}
@media (min-width: 768px) {
  .hero__subtitle {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hero__subtitle {
    line-height: 30px;
    font-size: 28.8px;
  }
}
@media (min-width: 1401px) {
  .hero__subtitle {
    line-height: 30px;
    font-size: 28.8px;
  }
}

.hero__detail {
  font-size: 16.8px;
  line-height: 13px;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .hero__detail {
    font-size: 19px;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  .hero__detail {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hero__detail {
    font-size: 16.8px;
    line-height: 22px;
  }
}
@media (min-width: 1401px) {
  .hero__detail {
    font-size: 17px;
    line-height: 21px;
  }
}
.hero .hero__detail {
  font-size: 1.296vw;
}
@media (max-width: 1023px) {
  .hero .hero__detail {
    font-size: 4.08vw;
  }
}

.hero__img img {
  max-width: 90%;
}
@media (max-width: 1023px) {
  .hero__img img {
    padding-bottom: 90px;
  }
}

#hero__slide-2-ragazzi-con-telefono .hero__img img.only-on-phone {
  padding-bottom: 0px;
}

#hero__slide-2-ragazzi-con-telefono,
#hero__slide-ragazza-seduta,
#hero__slide-mezza-luna {
  background: #b1281f;
  background: -moz-linear-gradient(top, #b1281f 0%, #af281e 50%, #801e10 75%, #801e10 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #b1281f), color-stop(50%, #af281e) color-stop(75%, #801e10) color-stop(100%, #801e10));
  background: -webkit-linear-gradient(top, #b1281f 0%, #af281e 50%, #801e10 75%, #801e10 100%);
  background: -o-linear-gradient(top, #b1281f 0%, #af281e 50%, #801e10 75%, #7f1e10 100%);
  background: -ms-linear-gradient(top, #b1281f 0%, #af281e 50%, #801e10 75%, #7f1e10 100%);
  background: linear-gradient(to bottom, #b1281f 0%, #af281e 50%, #801e10 75%, #7f1e10 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#B1281F", endColorstr="#7F1E10", GradientType=0 );
}

#hero__slide-ragazza-con-occhiali {
  background-color: #b1281f;
}

#hero__slide-ragazzo-con-occhiali-e-pc {
  background-color: #454545;
}

#hero__slide-mano-telefono {
  background: rgb(69, 69, 69);
  background: -moz-linear-gradient(top, rgb(69, 69, 69) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(69, 69, 69)), color-stop(100%, rgb(0, 0, 0)));
  background: -webkit-linear-gradient(top, rgb(69, 69, 69) 0%, rgb(0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgb(69, 69, 69) 0%, rgb(0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgb(69, 69, 69) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgb(69, 69, 69) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#454545", endColorstr="#000000", GradientType=0 );
}
#hero__slide-mano-telefono .hero__img img.only-on-phone {
  padding-bottom: 30px;
  left: -27px;
  position: relative;
}

#hero__slide-ragazzo-che-ride,
#hero__slide-ragazza-con-macchina-fotografica {
  background: rgb(211, 211, 211);
  background: -moz-linear-gradient(top, rgb(211, 211, 211) 0%, rgb(175, 175, 175) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(211, 211, 211)), color-stop(100%, rgb(175, 175, 175)));
  background: -webkit-linear-gradient(top, rgb(211, 211, 211) 0%, rgb(175, 175, 175) 100%);
  background: -o-linear-gradient(top, rgb(211, 211, 211) 0%, rgb(175, 175, 175) 100%);
  background: -ms-linear-gradient(top, rgb(211, 211, 211) 0%, rgb(175, 175, 175) 100%);
  background: linear-gradient(to bottom, rgb(211, 211, 211) 0%, rgb(175, 175, 175) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d3d3d3", endColorstr="#afafaf", GradientType=0 );
}

@media (max-width: 1023px) {
  #hero__slide-mano-telefono .row--golden--inverse .col {
    flex: 1;
  }
  #hero__slide-mano-telefono .row--golden--inverse .col + .col {
    flex: 1;
  }
}

/* == SPEC PATCH == */
.hero {
  overflow: hidden;
}

@media (max-width: 1023px) {
  #hero__slide-mano-telefono .hero__img img.only-on-phone {
    padding-bottom: 0;
    left: -44px;
    position: relative;
    max-width: none;
    width: 130%;
    bottom: -60px;
  }
  #hero__slide-mano-telefono .hero__title {
    margin-top: 55px;
  }
  #hero__slide-mano-telefono .hero__subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  #hero__slide-mano-telefono .panel {
    padding: 16px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #hero__slide-mano-telefono .hero__img img.only-on-phone {
    left: -74px;
    bottom: -100px;
  }
  #hero__slide-mano-telefono .hero__title {
    margin-top: 0;
  }
  #hero__slide-mano-telefono .hero__subtitle {
    font-size: 28px;
    line-height: 32px;
  }
  #hero__slide-mano-telefono .panel {
    width: 50%;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  #hero__slide-mano-telefono .hero__img img {
    width: 120%;
    max-width: none;
    left: -50px;
    position: relative;
  }
  #hero__slide-mano-telefono .hero__title {
    margin-top: 0;
    line-height: 55px;
  }
  #hero__slide-mano-telefono .hero__subtitle {
    font-size: 28px;
    line-height: 32px;
  }
  #hero__slide-mano-telefono .panel {
    width: auto;
    padding: 24px;
    font-size: 21px;
    line-height: 26px;
  }
}
@media (min-width: 1401px) {
  #hero__slide-mano-telefono .hero__img img {
    width: 120%;
    max-width: none;
    left: -50px;
    position: relative;
  }
  #hero__slide-mano-telefono .hero__title {
    margin-top: 0;
    line-height: 65px;
  }
  #hero__slide-mano-telefono .hero__subtitle {
    font-size: 28px;
    line-height: 32px;
  }
  #hero__slide-mano-telefono .panel {
    width: auto;
    padding: 24px;
    font-size: 21px;
    line-height: 26px;
  }
}

@media (max-width: 1023px) {
  #hero__slide-2-ragazzi-con-telefono .hero__img img.only-on-phone {
    padding-bottom: 0px;
    bottom: -30px;
    position: relative;
  }
  #hero__slide-2-ragazzi-con-telefono .hero__title {
    font-size: 40px;
    line-height: 40px;
  }
  #hero__slide-2-ragazzi-con-telefono .hero__subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  #hero__slide-2-ragazzi-con-telefono .btn {
    padding: 2px 30px;
  }
}
@media (min-width: 768px) {
  #hero__slide-2-ragazzi-con-telefono .hero__img img.only-on-phone {
    max-width: 70%;
    left: 0;
    bottom: -80px;
    position: relative;
  }
  #hero__slide-2-ragazzi-con-telefono .hero__title {
    font-size: 60px;
    line-height: 60px;
  }
  #hero__slide-2-ragazzi-con-telefono .hero__subtitle {
    font-size: 28px;
    line-height: 32px;
  }
  #hero__slide-2-ragazzi-con-telefono .btn {
    padding: 2px 30px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  #hero__slide-2-ragazzi-con-telefono .hero__img img {
    width: 120%;
    max-width: none;
    left: -50px;
    position: relative;
  }
  #hero__slide-2-ragazzi-con-telefono .hero__title {
    margin-top: 50px;
    font-size: 56px;
    line-height: 65px;
  }
  #hero__slide-2-ragazzi-con-telefono .hero__subtitle {
    font-size: 28px;
    line-height: 35px;
  }
  #hero__slide-2-ragazzi-con-telefono .btn {
    padding: 9.6px 24px;
  }
}
@media (min-width: 1401px) {
  #hero__slide-2-ragazzi-con-telefono .hero__img img {
    width: 120%;
    max-width: none;
    left: -50px;
    position: relative;
  }
  #hero__slide-2-ragazzi-con-telefono .hero__title {
    margin-top: 150px;
    line-height: 65px;
  }
  #hero__slide-2-ragazzi-con-telefono .hero__subtitle {
    font-size: 28px;
    line-height: 32px;
  }
  #hero__slide-2-ragazzi-con-telefono .hero__content {
    justify-content: flex-end;
  }
  #hero__slide-2-ragazzi-con-telefono .btn {
    padding: 9.6px 24px;
  }
}

@media (max-width: 1023px) {
  #hero__slide-ragazza-seduta .hero__img img {
    bottom: 23px;
    position: relative;
  }
  #hero__slide-ragazza-seduta .hero__title {
    font-size: 33px;
    line-height: 37px;
  }
  #hero__slide-ragazza-seduta .hero__subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  #hero__slide-ragazza-seduta .btn {
    padding: 2px 30px;
  }
}
@media (min-width: 768px) {
  #hero__slide-ragazza-seduta .hero__img img {
    max-width: 80%;
  }
  #hero__slide-ragazza-seduta .hero__title {
    font-size: 53px;
    line-height: 60px;
  }
  #hero__slide-ragazza-seduta .hero__subtitle {
    font-size: 28px;
    line-height: 32px;
  }
  #hero__slide-ragazza-seduta .btn {
    padding: 2px 30px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  #hero__slide-ragazza-seduta .hero__img img {
    width: 108%;
    max-width: none;
    left: -80px;
    position: relative;
    bottom: 20px;
  }
  #hero__slide-ragazza-seduta .hero__title {
    font-size: 45px;
    line-height: 50px;
    margin-top: 50px;
  }
  #hero__slide-ragazza-seduta .hero__subtitle {
    font-size: 28px;
    line-height: 35px;
  }
  #hero__slide-ragazza-seduta .btn {
    padding: 9.6px 24px;
  }
}
@media (min-width: 1401px) {
  #hero__slide-ragazza-seduta .hero__img img {
    width: 108%;
    max-width: none;
    left: -80px;
    position: relative;
    bottom: 20px;
  }
  #hero__slide-ragazza-seduta .hero__content {
    justify-content: flex-end;
  }
  #hero__slide-ragazza-seduta .hero__title {
    margin-top: 150px;
  }
  #hero__slide-ragazza-seduta .hero__subtitle {
    font-size: 28px;
    line-height: 35px;
  }
  #hero__slide-ragazza-seduta .btn {
    padding: 9.6px 24px;
  }
}

@media (max-width: 1023px) {
  #hero__slide-ragazzo-che-ride .hero__subtitle {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 768px) {
  #hero__slide-ragazzo-che-ride .hero__img img {
    max-width: 80%;
  }
  #hero__slide-ragazzo-che-ride .hero__subtitle {
    font-size: 48px;
    line-height: 62px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  #hero__slide-ragazzo-che-ride .hero__img img {
    max-width: 120%;
  }
  #hero__slide-ragazzo-che-ride .hero__content > div {
    position: relative;
    top: 0px;
    padding-left: 95px;
  }
  #hero__slide-ragazzo-che-ride .hero__subtitle {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (min-width: 1401px) {
  #hero__slide-ragazzo-che-ride .hero__img img {
    max-width: 135%;
  }
  #hero__slide-ragazzo-che-ride .hero__content > div {
    padding-left: 150px;
  }
  #hero__slide-ragazzo-che-ride .hero__subtitle {
    font-size: 38px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1921px) {
  #hero__slide-ragazzo-che-ride .hero__img img {
    max-width: 145%;
  }
}

@media (max-width: 1023px) {
  #hero__slide-ragazza-con-occhiali .hero__subtitle {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 768px) {
  #hero__slide-ragazza-con-occhiali .hero__img img {
    max-width: 70%;
  }
  #hero__slide-ragazza-con-occhiali .hero__detail {
    font-size: 26px;
    line-height: 33px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  #hero__slide-ragazza-con-occhiali .hero__img img {
    max-width: 90%;
    position: relative;
    left: -80px;
  }
  #hero__slide-ragazza-con-occhiali .hero__content > div {
    position: relative;
  }
  #hero__slide-ragazza-con-occhiali .hero__title {
    font-size: 56px;
    line-height: 66px;
  }
  #hero__slide-ragazza-con-occhiali .hero__detail {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (min-width: 1401px) {
  #hero__slide-ragazza-con-occhiali .hero__img img {
    max-width: 90%;
    position: relative;
    left: -80px;
  }
  #hero__slide-ragazza-con-occhiali .hero__content > div {
    position: relative;
  }
  #hero__slide-ragazza-con-occhiali .hero__title {
    font-size: 70px;
    line-height: 80px;
  }
  #hero__slide-ragazza-con-occhiali .hero__detail {
    font-size: 25px;
    line-height: 32px;
  }
}

@media (max-width: 1023px) {
  #hero__slide-ragazzo-con-occhiali-e-pc .hero__title {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  #hero__slide-ragazzo-con-occhiali-e-pc .hero__img img {
    max-width: 70%;
  }
  #hero__slide-ragazzo-con-occhiali-e-pc .hero__title {
    font-size: 55px;
    line-height: 65px;
  }
  #hero__slide-ragazzo-con-occhiali-e-pc .hero__detail {
    font-size: 26px;
    line-height: 33px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  #hero__slide-ragazzo-con-occhiali-e-pc .hero__img img {
    max-width: 110%;
    position: relative;
    left: -80px;
  }
  #hero__slide-ragazzo-con-occhiali-e-pc .hero__content > div {
    position: relative;
  }
  #hero__slide-ragazzo-con-occhiali-e-pc .hero__title {
    font-size: 55px;
    line-height: 65px;
  }
  #hero__slide-ragazzo-con-occhiali-e-pc .hero__detail {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (min-width: 1401px) {
  #hero__slide-ragazzo-con-occhiali-e-pc .hero__img img {
    max-width: 115%;
    position: relative;
    left: -115px;
  }
  #hero__slide-ragazzo-con-occhiali-e-pc .hero__content > div {
    position: relative;
  }
  #hero__slide-ragazzo-con-occhiali-e-pc .hero__title {
    font-size: 70px;
    line-height: 80px;
  }
  #hero__slide-ragazzo-con-occhiali-e-pc .hero__detail {
    font-size: 25px;
    line-height: 32px;
  }
}

@media (max-width: 1023px) {
  #hero__slide-ragazza-con-macchina-fotografica .hero__title {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  #hero__slide-ragazza-con-macchina-fotografica .hero__img img {
    max-width: 70%;
  }
  #hero__slide-ragazza-con-macchina-fotografica .hero__title {
    font-size: 55px;
    line-height: 65px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  #hero__slide-ragazza-con-macchina-fotografica .hero__img img {
    max-width: 90%;
    position: relative;
    left: -80px;
  }
  #hero__slide-ragazza-con-macchina-fotografica .hero__content > div {
    position: relative;
  }
  #hero__slide-ragazza-con-macchina-fotografica .hero__title {
    margin-top: 120px;
    font-size: 55px;
    line-height: 65px;
  }
  #hero__slide-ragazza-con-macchina-fotografica .hero__subtitle {
    margin-top: 15px;
    font-size: 30px;
  }
}
@media (min-width: 1401px) {
  #hero__slide-ragazza-con-macchina-fotografica .hero__img img {
    max-width: 100%;
    position: relative;
    left: -115px;
  }
  #hero__slide-ragazza-con-macchina-fotografica .hero__content > div {
    position: relative;
  }
  #hero__slide-ragazza-con-macchina-fotografica .hero__title {
    margin-top: 200px;
    font-size: 70px;
    line-height: 80px;
  }
  #hero__slide-ragazza-con-macchina-fotografica .hero__subtitle {
    font-size: 38px;
    margin-top: 25px;
  }
}

@media (max-width: 1023px) {
  #hero__slide-mezza-luna .hero__title {
    font-size: 36px;
  }
  #hero__slide-mezza-luna .hero__img img {
    position: relative;
    bottom: 45px;
  }
}
@media (min-width: 768px) {
  #hero__slide-mezza-luna .hero__img img {
    max-width: 70%;
  }
  #hero__slide-mezza-luna .hero__title {
    font-size: 55px;
    line-height: 65px;
  }
  #hero__slide-mezza-luna .hero__detail {
    font-size: 26px;
    line-height: 33px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  #hero__slide-mezza-luna .hero__img img {
    max-width: 80%;
    position: relative;
    left: -50px;
    bottom: 150px;
  }
  #hero__slide-mezza-luna .hero__content > div {
    position: relative;
  }
  #hero__slide-mezza-luna .hero__title {
    font-size: 55px;
    line-height: 65px;
  }
  #hero__slide-mezza-luna .hero__detail {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (min-width: 1401px) {
  #hero__slide-mezza-luna .hero__img img {
    max-width: 90%;
    position: relative;
    left: -70px;
    bottom: 215px;
  }
  #hero__slide-mezza-luna .hero__content > div {
    position: relative;
  }
  #hero__slide-mezza-luna .hero__title {
    font-size: 70px;
    line-height: 80px;
  }
  #hero__slide-mezza-luna .hero__detail {
    font-size: 25px;
    line-height: 32px;
  }
}

/* PATCH PATTY */
@media only screen and (min-width: 1921px) {
  #hero__slide-2-ragazzi-con-telefono .hero__title {
    margin-top: 150px;
  }

  #hero__slide-ragazza-seduta .hero__title {
    margin-top: 150px;
  }

  .home-pl-3 .section__box.section__box--2 {
    max-width: 1170px;
    padding-top: 15px;
    padding-bottom: 25px;
  }

  #new-vendere-3 .section__box.section__box--3 {
    padding-top: 10px;
    padding-bottom: 25px;
  }

  .slideStep .splide__slide__content img {
    max-width: 70%;
  }

  #hero__slide-ragazza-con-macchina-fotografica .hero__title {
    margin-top: 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------ DESKTOP - STANDARD (orig. 1459)*/
@media only screen and (min-width: 1681px) and (max-width: 1920px) {
  #hero__slide-2-ragazzi-con-telefono .hero__title {
    margin-top: 150px;
  }

  #hero__slide-ragazza-seduta .hero__title {
    margin-top: 150px;
  }

  .home-pl-3 .section__box.section__box--2 {
    max-width: 1170px;
    padding-top: 15px;
    padding-bottom: 25px;
  }

  #new-vendere-3 .section__box.section__box--3 {
    padding-top: 10px;
    padding-bottom: 25px;
  }

  .slideStep .splide__slide__content img {
    max-width: 70%;
  }

  #hero__slide-ragazza-con-macchina-fotografica .hero__title {
    margin-top: 0;
  }
}
@media (max-height: 700px) {
  #hero__slide-ragazza-seduta .hero__img img.only-on-phone,
#hero__slide-2-ragazzi-con-telefono .hero__img img.only-on-phone,
#hero__slide-mano-telefono .hero__img img.only-on-phone {
    width: 110%;
  }
  #hero__slide-ragazza-seduta .panel,
#hero__slide-2-ragazzi-con-telefono .panel,
#hero__slide-mano-telefono .panel {
    padding: 12px;
    font-size: 17px;
    line-height: 23px;
  }
  #hero__slide-ragazza-seduta .hero__title,
#hero__slide-2-ragazzi-con-telefono .hero__title,
#hero__slide-mano-telefono .hero__title {
    font-size: 37px;
    line-height: 40px;
  }
  #hero__slide-ragazza-seduta .separator--4,
#hero__slide-2-ragazzi-con-telefono .separator--4,
#hero__slide-mano-telefono .separator--4 {
    height: 10px;
  }
  #hero__slide-ragazza-seduta .separator--5,
#hero__slide-2-ragazzi-con-telefono .separator--5,
#hero__slide-mano-telefono .separator--5 {
    height: 20px;
  }

  #hero__slide-2-ragazzi-con-telefono .hero__img img.only-on-phone {
    width: 80%;
  }
  #hero__slide-2-ragazzi-con-telefono .hero__title {
    font-size: 32px;
    line-height: 36px;
  }
  #hero__slide-2-ragazzi-con-telefono .hero__subtitle {
    font-size: 17px;
    line-height: 23px;
  }

  #hero__slide-ragazza-seduta .hero__img img {
    max-width: 70%;
  }
  #hero__slide-ragazza-seduta .hero__title {
    font-size: 32px;
    line-height: 36px;
  }
  #hero__slide-ragazza-seduta .hero__subtitle {
    font-size: 17px;
    line-height: 23px;
  }

  #hero__slide-ragazzo-che-ride .hero__img img {
    max-width: 60%;
  }
  #hero__slide-ragazzo-che-ride .hero__subtitle {
    font-size: 24px;
    line-height: 29px;
  }

  #hero__slide-ragazza-con-occhiali .hero__img img {
    max-width: 60%;
  }
  #hero__slide-ragazza-con-occhiali .hero__title {
    font-size: 38px;
  }
  #hero__slide-ragazza-con-occhiali .hero__detail {
    line-height: 22px;
  }
  #hero__slide-ragazza-con-occhiali .separator--3 {
    height: 18px;
  }

  #hero__slide-ragazzo-con-occhiali-e-pc .hero__img img {
    max-width: 70%;
  }
  #hero__slide-ragazzo-con-occhiali-e-pc .hero__title {
    font-size: 34px;
    line-height: 37px;
  }
  #hero__slide-ragazzo-con-occhiali-e-pc .hero__detail {
    line-height: 21px;
  }
  #hero__slide-ragazzo-con-occhiali-e-pc .separator--3 {
    height: 20px;
  }

  #hero__slide-ragazza-con-macchina-fotografica .hero__img img {
    max-width: 68%;
  }
  #hero__slide-ragazza-con-macchina-fotografica .hero__title {
    font-size: 27px;
    line-height: 33px;
  }
  #hero__slide-ragazza-con-macchina-fotografica .hero__subtitle {
    line-height: 23px;
    font-size: 17.8px;
  }
  #hero__slide-ragazza-con-macchina-fotografica .separator--3 {
    height: 18px;
  }

  #hero__slide-mezza-luna .hero__img img {
    max-width: 60%;
  }
  #hero__slide-mezza-luna .hero__title {
    font-size: 36px;
  }
  #hero__slide-mezza-luna .hero__detail {
    font-size: 4.08vw;
    line-height: 22px;
  }
  #hero__slide-mezza-luna .separator--3 {
    height: 16px;
  }

  #faq-cover .separator--section-title_section-content {
    height: 10px;
  }
  #faq-cover .coverCard__title {
    line-height: 26px;
    font-size: 24.8px;
  }
  #faq-cover .btn.faq-fake-link {
    padding: 3px;
  }

  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
#hero__slide-mezza-luna .hero__img {
  align-items: center;
}
#hero__slide-mezza-luna .hero__img img {
  max-width: 80%;
  position: relative;
  left: auto;
  bottom: auto;
}

@media screen and (min-width: 1440px) and (max-height: 800px) {
  #hero__slide-ragazzo-che-ride .hero__img img {
    max-width: 75%;
  }

  #hero__slide-ragazza-con-occhiali .hero__img img {
    max-width: 70%;
  }

  #hero__slide-ragazzo-con-occhiali-e-pc .hero__img img {
    max-width: 85%;
  }

  #hero__slide-ragazza-con-macchina-fotografica .hero__img img {
    max-width: 70%;
  }

  #hero__slide-ragazza-con-macchina-fotografica .hero__title {
    font-size: 60px;
    line-height: 60px;
  }

  #hero__slide-mezza-luna .hero__detail {
    font-size: 22px;
    line-height: 27px;
  }

  #hero__slide-2-ragazzi-con-telefono .hero__img img {
    width: 90%;
  }

  #hero__slide-ragazza-seduta .hero__img img {
    width: 88%;
  }
}
/* @todo controllare anche quelle sopra */
@media screen and (min-width: 1401px) and (max-height: 800px) {
  #hero__slide-2-ragazzi-con-telefono .hero__img img {
    width: 90%;
  }

  #hero__slide-ragazza-seduta .hero__img img {
    width: 88%;
  }
}
@media screen and (max-height: 760px) {
  #hero__slide-mano-telefono .hero__img img {
    max-width: 85%;
  }

  #hero__slide-ragazza-con-macchina-fotografica .hero__img img {
    max-width: 58%;
  }
  #hero__slide-ragazza-con-macchina-fotografica .hero__title {
    font-size: 37px;
    line-height: 43px;
  }

  #hero__slide-mezza-luna .hero__detail {
    font-size: 18px;
    line-height: 24px;
  }
  #hero__slide-mezza-luna .hero__img img {
    max-width: 65%;
  }

  #hero__slide-2-ragazzi-con-telefono .hero__content {
    justify-content: center;
  }
  #hero__slide-2-ragazzi-con-telefono .hero__img img {
    width: 70%;
  }
}
@media (min-width: 1401px) {
  #hero__slide-mano-telefono .hero__img img {
    width: 120%;
  }
}
.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.btn,
a.btn {
  min-width: 152px;
  font-size: 14.4px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  border-radius: 50px;
  background-color: #d02f29;
  color: #fff;
  border-color: #d02f29;
  padding: 9.6px 24px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .btn,
a.btn {
    min-width: 114px;
    font-size: 13.5px;
  }
}
.navbar--on-white-background .btn:before, .btn:not(.btn--inverse):not(.btn--negative):not(.navbar .btn,
.navbar a.btn):before,
.navbar--on-white-background a.btn:before,
a.btn:not(.btn--inverse):not(.btn--negative):not(.navbar .btn,
.navbar a.btn):before {
  background: #ab000a;
  background: -webkit-linear-gradient(-45deg, #ab000a 0, #e20613 100%);
  background: -webkit-linear-gradient(315deg, #ab000a 0, #e20613 100%);
  background: linear-gradient(135deg, #ab000a 0, #e20613 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ab000a",endColorstr="#e20613",GradientType=1);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  z-index: -1;
  -webkit-transition: right 0.2s ease-in;
  transition: right 0.2s ease-in;
}
.navbar--on-white-background .btn:hover:before, .btn:not(.btn--inverse):not(.btn--negative):not(.navbar .btn,
.navbar a.btn):hover:before,
.navbar--on-white-background a.btn:hover:before,
a.btn:not(.btn--inverse):not(.btn--negative):not(.navbar .btn,
.navbar a.btn):hover:before {
  right: 0;
}
.btn.btn--inverse,
a.btn.btn--inverse {
  background-color: #fff;
  color: #d02f29;
  font-weight: 600;
}
.btn.btn--negative,
a.btn.btn--negative {
  background-color: transparent;
  border-color: #fff;
}
.navbar .btn,
.navbar a.btn {
  background-color: transparent;
  border-color: #333333;
  color: #333333;
}
.navbar--inverse .btn,
.navbar--inverse a.btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.navbar--on-white-background .btn,
.navbar--on-white-background a.btn {
  background-color: #d02f29;
  border-color: transparent;
  color: #fff;
}
.btn.btn--block,
a.btn.btn--block {
  width: 95%;
}
@media (max-width: 1023px) {
  .btn.btn--block-mobile,
a.btn.btn--block-mobile {
    width: 95%;
  }
}
@media (max-width: 1023px) {
  .btn.btn--block-on-mobile,
a.btn.btn--block-on-mobile {
    width: 210px;
    margin: auto;
    display: block;
  }
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.ytEmbedCard__title {
  font-size: 20.8px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .ytEmbedCard__title {
    font-size: 16.64px;
  }
}
@media (min-width: 768px) {
  .ytEmbedCard__title {
    font-size: 23.92px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .ytEmbedCard__title {
    font-size: 16.64px;
  }
}
@media (min-width: 1401px) {
  .ytEmbedCard__title {
    font-size: 18.72px;
  }
}
.hero .ytEmbedCard__title {
  font-size: 1.6vw;
}
@media (max-width: 1023px) {
  .hero .ytEmbedCard__title {
    font-size: 3.44vw;
  }
}

.ytEmbedCard__text {
  font-size: 20.8px;
}
@media (max-width: 1023px) {
  .ytEmbedCard__text {
    font-size: 16.64px;
  }
}
@media (min-width: 768px) {
  .ytEmbedCard__text {
    font-size: 23.92px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .ytEmbedCard__text {
    font-size: 16.64px;
  }
}
@media (min-width: 1401px) {
  .ytEmbedCard__text {
    font-size: 18.72px;
  }
}
.hero .ytEmbedCard__text {
  font-size: 1.6vw;
}
@media (max-width: 1023px) {
  .hero .ytEmbedCard__text {
    font-size: 3.44vw;
  }
}

.ytEmbedCard__video iframe {
  width: 100%;
  height: 250px;
}
@media (max-width: 1023px) {
  .ytEmbedCard__video iframe {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .ytEmbedCard__video iframe {
    height: 440px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .ytEmbedCard__video iframe {
    height: 250px;
  }
}
@media (min-width: 1401px) {
  .ytEmbedCard__video iframe {
    height: 315px;
  }
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.focusCircle {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  margin: 0 15px;
}
@media (max-width: 1023px) {
  .focusCircle {
    width: 280px !important;
    height: 280px !important;
    margin: auto;
  }
}
@media (min-width: 1401px) {
  .focusCircle {
    width: 190px !important;
    height: 190px !important;
  }
}
.focusCircle.focusCircle--hard-text .focusCircle__text {
  margin-top: -10px;
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  .focusCircle.focusCircle--hard-text .focusCircle__text {
    font-size: 29px;
    margin-bottom: 3px;
  }
  .focusCircle.focusCircle--hard-text .focusCircle__number {
    font-size: 60px;
  }
}

.focusCircle__number,
.focusCircle__text {
  text-align: center;
}

.focusCircle__number {
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .focusCircle__number {
    font-size: 75px;
  }
}
@media (min-width: 768px) {
  .focusCircle__number {
    font-size: 75px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .focusCircle__number {
    font-size: 40px;
  }
}
@media (min-width: 1401px) {
  .focusCircle__number {
    font-size: 40px;
  }
}

.focusCircle__text {
  font-size: 14.4px;
  line-height: 13px;
}
@media (max-width: 1023px) {
  .focusCircle__text {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (min-width: 768px) {
  .focusCircle__text {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .focusCircle__text {
    font-size: 13.4px;
    line-height: 15px;
  }
}
@media (min-width: 1401px) {
  .focusCircle__text {
    font-size: 14.4px;
    line-height: 16px;
  }
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.newsCard {
  margin: 0 15px;
}
@media (max-width: 1023px) {
  .newsCard {
    margin: auto;
  }
}

.newsCard__image {
  overflow: hidden;
  position: relative;
}
@media (max-width: 1023px) {
  .newsCard__image {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .newsCard__image {
    height: 300px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .newsCard__image {
    height: 200px;
  }
}
@media (min-width: 1401px) {
  .newsCard__image {
    height: 250px;
  }
}
.newsCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.newsCard__tag-stripe {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.25rem;
}

.newsCard__tag-stripe--eventi {
  background-color: #b1281f;
}

.newsCard__tag-stripe--interviste {
  background-color: #c6c6c6;
}

.newsCard__tag-stripe--news {
  background-color: #d02f29;
}

.newsCard__tag-stripe--speciali {
  background-color: #7f1e10;
}

.newsCard__tag-stripe--video {
  background-color: #ece9ea;
}

.newsCard__tag {
  font-size: 14.4px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .newsCard__tag {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (min-width: 768px) {
  .newsCard__tag {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .newsCard__tag {
    font-size: 17px;
    line-height: 13px;
  }
}
@media (min-width: 1401px) {
  .newsCard__tag {
    font-size: 18px;
    line-height: 16px;
  }
}
.newsCard__tag.newsCard__tag--eventi {
  color: #b1281f;
}
.newsCard__tag.newsCard__tag--interviste {
  color: #c6c6c6;
}
.newsCard__tag.newsCard__tag--news {
  color: #d02f29;
}
.newsCard__tag.newsCard__tag--speciali {
  color: #7f1e10;
}
.newsCard__tag.newsCard__tag--video {
  color: #ece9ea;
}

.newsCard__title {
  font-size: 25.6px;
  line-height: 22px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .newsCard__title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .newsCard__title {
    font-size: 35px;
    line-height: 37px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .newsCard__title {
    font-size: 20.48px;
    line-height: 22px;
  }
}
@media (min-width: 1401px) {
  .newsCard__title {
    font-size: 20.48px;
    line-height: 25px;
  }
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.miniInfoPanel--panel {
  width: 75%;
  margin: auto;
}
@media (max-width: 1023px) {
  .miniInfoPanel--panel {
    width: 100%;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .miniInfoPanel--panel {
    width: 70%;
    line-height: 23px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .miniInfoPanel--panel {
    width: 83%;
    line-height: 22px;
    font-size: 15px;
  }
}
@media (min-width: 1401px) {
  .miniInfoPanel--panel {
    width: 75%;
    line-height: 24px;
  }
}

.miniInfoPanel--icon img {
  margin: auto;
  display: block;
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.horizontalInfoText {
  display: flex;
  align-items: center;
  padding: 64px 0;
}
.horizontalInfoText.horizontalInfoText--inverse {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .horizontalInfoText.horizontalInfoText--inverse {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .horizontalInfoText {
    flex-direction: column;
    padding: 0;
  }
}

.horizontalInfoText__icon {
  width: 220px;
  margin-right: 56px;
}
.horizontalInfoText--inverse .horizontalInfoText__icon {
  margin-right: 0;
  margin-left: 56px;
}
@media (max-width: 1023px) {
  .horizontalInfoText--inverse .horizontalInfoText__icon {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .horizontalInfoText__icon {
    margin-right: 0;
  }
}

.horizontalInfoText__title {
  line-height: 30px;
  font-size: 28.8px;
}
@media (max-width: 1023px) {
  .horizontalInfoText__title {
    line-height: 30px;
    font-size: 28.8px;
  }
}
@media (min-width: 768px) {
  .horizontalInfoText__title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .horizontalInfoText__title {
    line-height: 30px;
    font-size: 28.8px;
  }
}
@media (min-width: 1401px) {
  .horizontalInfoText__title {
    line-height: 30px;
    font-size: 28.8px;
  }
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.pocket__content {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .pocket__content {
    width: 90% !important;
  }
}
@media (min-width: 768px) {
  .pocket__content {
    width: 70% !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .pocket__content {
    width: 80% !important;
  }
}
@media (min-width: 1401px) {
  .pocket__content {
    width: 80% !important;
  }
}

.pocket__title {
  font-weight: 600;
}

.pocket__text {
  font-size: 16.8px;
  line-height: 13px;
}
@media (max-width: 1023px) {
  .pocket__text {
    font-size: 19px;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  .pocket__text {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .pocket__text {
    font-size: 16.8px;
    line-height: 22px;
  }
}
@media (min-width: 1401px) {
  .pocket__text {
    font-size: 17px;
    line-height: 21px;
  }
}
.hero .pocket__text {
  font-size: 1.296vw;
}
@media (max-width: 1023px) {
  .hero .pocket__text {
    font-size: 4.08vw;
  }
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.catchyCta {
  text-align: center;
}

.catchyCta__image {
  position: relative;
  bottom: -6px;
}

.catchyCta__btn {
  position: relative;
}
.catchyCta__btn .btn {
  width: 100%;
  max-width: 210px;
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.coverCard {
  text-align: center;
}

.coverCard__image img {
  height: 224px;
}
@media (max-width: 1023px) {
  .coverCard__image img {
    height: auto;
    max-width: 100px;
  }
}

.coverCard__title {
  line-height: 30px;
  font-size: 28.8px;
}
@media (max-width: 1023px) {
  .coverCard__title {
    line-height: 30px;
    font-size: 28.8px;
  }
}
@media (min-width: 768px) {
  .coverCard__title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .coverCard__title {
    line-height: 30px;
    font-size: 28.8px;
  }
}
@media (min-width: 1401px) {
  .coverCard__title {
    line-height: 30px;
    font-size: 28.8px;
  }
}

.coverCard__btn {
  position: relative;
}
.coverCard__btn .btn {
  width: 210px;
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.imageHeader {
  display: flex;
  align-items: center;
}

.imageHeader__icon {
  margin-right: 32px;
}
.imageHeader__icon img {
  width: 110px;
}

@media (max-width: 1023px) {
  .imageHeader__title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .imageHeader__title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .imageHeader__title {
    font-size: 49.6px;
    line-height: 45px;
  }
}
@media (min-width: 1401px) {
  .imageHeader__title {
    font-size: 62px;
    line-height: 55px;
  }
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

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

.logoGrid__cell {
  flex-basis: 33%;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
}
.logoGrid__cell img {
  width: 80%;
  padding: 8px;
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.jumbo {
  padding: 32px 32px 0;
  border-radius: 20px;
}

.jumbo__title {
  font-weight: 600;
}

@media (max-width: 1023px) {
  .jumbo__content {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .jumbo__content {
    max-width: 85%;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .jumbo__content {
    max-width: 250px;
  }
}
@media (min-width: 1401px) {
  .jumbo__content {
    max-width: 80%;
  }
}

@media (max-width: 1023px) {
  .jumbo__text {
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  .jumbo__text {
    line-height: 26px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .jumbo__text {
    line-height: 26px;
  }
}
@media (min-width: 1401px) {
  .jumbo__text {
    line-height: 26px;
  }
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.slideStep .splide__track--nav > .splide__list > .splide__slide,
.slideStep .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none !important;
}
.slideStep .splide__slide__content img {
  max-width: 100%;
}

.slideStep__navigation {
  font-weight: 600;
}

.slideStep__navigation--left img {
  transform: rotate(180deg);
}

.slideStep__navigation-direction {
  cursor: pointer;
}
.slideStep__navigation-direction.disabled {
  opacity: 0.2;
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.accordion ul,
.accordion .dotted-list {
  padding-left: 40px;
}

.accordion__item {
  overflow: hidden;
  border-bottom: 1px solid #707070;
}

.accordion__header {
  cursor: pointer;
  padding-top: 16px;
  position: relative;
}
.accordion__header.open .accordion__toggle-icon {
  transition: all 0.08s ease-in-out;
  transform: rotate(45deg);
}

.accordion__title {
  font-size: 16.8px;
  line-height: 13px;
  padding-right: 15px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .accordion__title {
    font-size: 19px;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  .accordion__title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .accordion__title {
    font-size: 16.8px;
    line-height: 22px;
  }
}
@media (min-width: 1401px) {
  .accordion__title {
    font-size: 17px;
    line-height: 21px;
  }
}
.hero .accordion__title {
  font-size: 1.296vw;
}
@media (max-width: 1023px) {
  .hero .accordion__title {
    font-size: 4.08vw;
  }
}

.accordion__toggle-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 15px;
  transition: all 0.5s ease-in-out;
}

.accordion__body {
  font-size: 16.8px;
  line-height: 13px;
  max-height: 0;
  transition: all 0.18s ease-in-out;
}
@media (max-width: 1023px) {
  .accordion__body {
    font-size: 19px;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  .accordion__body {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .accordion__body {
    font-size: 16.8px;
    line-height: 22px;
  }
}
@media (min-width: 1401px) {
  .accordion__body {
    font-size: 17px;
    line-height: 21px;
  }
}
.hero .accordion__body {
  font-size: 1.296vw;
}
@media (max-width: 1023px) {
  .hero .accordion__body {
    font-size: 4.08vw;
  }
}
.accordion__header.open + .accordion__body {
  padding-bottom: 16px;
  max-height: 100vh;
  transition: all 0.5s ease-in-out;
}
.accordion__body a {
  font-weight: 600;
  color: #d02f29;
  text-decoration: underline;
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.slideFocus {
  /* splide pagination */
}
.slideFocus .slideFocus__mask {
  overflow-x: hidden;
  overflow-y: hidden;
}
@media (max-width: 1023px) {
  .slideFocus .slideFocus__mask {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.slideFocus .splide__track--nav > .splide__list > .splide__slide,
.slideFocus .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none !important;
}
@media (min-width: 1024px) {
  .slideFocus .splide__track {
    overflow: visible;
    overflow-x: clip;
    margin: 80px 0 105px;
  }
}
.slideFocus .splide__slide {
  padding: 50px;
}
.slideFocus .splide__slide:nth-child(odd) {
  background-color: #ece9ea;
}
.slideFocus .splide__slide:nth-child(even) {
  background-color: #d02f29;
  color: white;
}
@media (min-width: 1024px) {
  .slideFocus .splide__track {
    overflow: visible;
    overflow-x: clip;
    margin: 80px 0 105px;
  }
  .slideFocus .splide__slide__content {
    transition: transform 0.3s;
    transform: scale(1);
    z-index: 999;
    width: 100%;
    height: 100%;
    padding: 50px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 23px;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) {
  .slideFocus .splide__slide__content {
    border-radius: 0;
  }
}
@media (min-width: 1024px) {
  .slideFocus .splide__slide {
    padding: 0;
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .slideFocus .splide__slide {
    height: 450px;
  }
}
@media (min-width: 1024px) {
  .slideFocus .splide__slide.is-active .splide__slide__content {
    transition: transform 0.3s;
    transform: scale(1.3);
    z-index: 9999;
  }
}
@media (min-width: 1024px) {
  .slideFocus .splide__slide:nth-child(odd) .splide__slide__content {
    background-color: #ece9ea;
  }
}
@media (min-width: 1024px) {
  .slideFocus .splide__slide:nth-child(even) .splide__slide__content {
    background-color: #d02f29;
  }
}
.slideFocus .splide-pagination {
  margin-top: 10px;
  line-height: 1rem;
}
@media screen and (min-width: 768px) {
  .slideFocus .splide-pagination {
    margin-top: 24px;
  }
}
.slideFocus .splide-pagination .splide-bullet {
  width: 0.8125rem;
  height: 5px;
  display: inline-block;
  border-radius: 0.1875rem;
  background: #1d1d1b;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
  margin: 0 2px;
}
.slideFocus .splide-pagination .splide-bullet.active {
  width: 2.25rem;
  background: #d02f29;
}
.slideFocus .splide__slide {
  z-index: 1;
  border-radius: 23px;
}
@media (max-width: 1023px) {
  .slideFocus .splide__slide {
    border-radius: 0;
  }
}
.slideFocus .splide__slide.is-active {
  z-index: 3;
}
.slideFocus .splide__slide.is-next {
  z-index: 2;
}
.slideFocus .splide__slide.is-prev {
  z-index: 2;
}
.slideFocus .splide__slide__title {
  font-size: 16.8px;
  line-height: 13px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .slideFocus .splide__slide__title {
    font-size: 19px;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  .slideFocus .splide__slide__title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .slideFocus .splide__slide__title {
    font-size: 16.8px;
    line-height: 22px;
  }
}
@media (min-width: 1401px) {
  .slideFocus .splide__slide__title {
    font-size: 17px;
    line-height: 21px;
  }
}
.hero .slideFocus .splide__slide__title {
  font-size: 1.296vw;
}
@media (max-width: 1023px) {
  .hero .slideFocus .splide__slide__title {
    font-size: 4.08vw;
  }
}
.slideFocus .splide__slide__text {
  font-size: 16.8px;
  line-height: 13px;
}
@media (max-width: 1023px) {
  .slideFocus .splide__slide__text {
    font-size: 19px;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  .slideFocus .splide__slide__text {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .slideFocus .splide__slide__text {
    font-size: 16.8px;
    line-height: 22px;
  }
}
@media (min-width: 1401px) {
  .slideFocus .splide__slide__text {
    font-size: 17px;
    line-height: 21px;
  }
}
.hero .slideFocus .splide__slide__text {
  font-size: 1.296vw;
}
@media (max-width: 1023px) {
  .hero .slideFocus .splide__slide__text {
    font-size: 4.08vw;
  }
}
.slideFocus .splide__slide__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1023px) {
  .slideFocus .splide__slide__content > div {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .slideFocus .splide__slide__content > div {
    max-width: 60%;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .slideFocus .splide__slide__content > div {
    max-width: 100%;
  }
}
@media (min-width: 1401px) {
  .slideFocus .splide__slide__content > div {
    max-width: 100%;
  }
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

#header-logo {
  float: left;
}

#main-menu {
  display: flex;
  align-items: center;
  flex: 1;
}

#logo-cnt {
  flex: 1;
}

#menu-cnt {
  display: flex;
  justify-content: flex-end;
}

#menu-cnt ul {
  display: flex;
}

#menu-cnt li:not(#hamburger) {
  font-size: 11.7px;
  font-weight: 600;
  margin-left: 30px;
}

#layout-header {
  left: 0;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 5px -2px grey;
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  #layout-header {
    height: 38.4px;
  }
}

#hamburger > img {
  height: 20px;
  position: relative;
  cursor: pointer;
  top: 2px;
}

#header-logo {
  height: 30px;
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  #header-logo {
    height: 24px;
  }
}

.hidden {
  display: none !important;
}

.offScreen {
  transition: all 0.15s;
  /* transform: translate3d(0px, -800px, 0); */
  opacity: 0;
  z-index: -1 !important;
}

#mobile-menu {
  transition: all 0.15s;
  position: fixed;
  z-index: 999;
  width: 100vw;
  padding-bottom: 30px;
  background: white;
  color: inherit;
  left: 0;
  top: 48px;
  flex: 1;
  box-shadow: 0 0 5px -2px grey;
}
@media (min-width: 1024px) {
  #mobile-menu {
    display: none !important;
  }
}

#mobile-menu ul {
  flex-direction: column;
  display: flex;
  padding-left: 30px;
}

#mobile-menu ul li {
  margin-left: 0 !important;
  font-size: 1rem !important;
  margin-top: 10px;
}

#mobile-menu li:not(#hamburger) {
  display: initial;
  font-size: 15px;
  font-weight: 600;
  margin-left: 40px;
}
#mobile-menu li:not(#hamburger) a {
  font-size: 18px;
}

/* main menu */
#mobile-menu > ul {
  padding-left: 24px !important;
}

#menu-cnt {
  flex: 3;
  position: relative;
}

#menu-cnt li ul {
  display: none;
}

#menu-cnt li.with-dropdown-menu:hover {
  background-color: #fff;
  color: #333333;
}
#menu-cnt li.with-dropdown-menu:hover ul {
  display: initial;
  background-color: #fff;
}

#menu-cnt ul li:not(#hamburger) {
  position: relative;
}

#menu-cnt ul li:not(#hamburger) ul li {
  margin-left: 0;
  display: block;
}

@media (min-width: 1024px) {
  .with-dropdown-menu:hover > a {
    position: relative;
    z-index: 99;
  }
  .with-dropdown-menu:hover > ul {
    padding: 10px;
    width: 120px;
    position: absolute;
    left: -10px;
    top: -11px;
    z-index: 9;
    padding-top: 48px;
  }
}

.indent {
  padding-left: 16px;
}

.navbar .navbar__logo {
  width: 166px;
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .navbar .navbar__logo {
    width: 132.8px;
  }
}
.navbar #header-logo,
.navbar #hamburger-icon {
  display: initial;
}
.navbar #hamburger-icon-inverse,
.navbar #header-logo-inverse {
  display: none;
}
.navbar .navbar__menu-links {
  color: #333333;
}
.navbar.navbar--inverse #hamburger-icon,
.navbar.navbar--inverse #header-logo {
  display: none;
}
.navbar.navbar--inverse #hamburger-icon-inverse,
.navbar.navbar--inverse #header-logo-inverse {
  display: initial;
}
.navbar.navbar--inverse .navbar__menu-links {
  color: #fff;
}
.navbar.navbar--on-white-background.navbar--inverse, .navbar.navbar--on-white-background.navbar--transparent {
  background-color: #fff !important;
}
.navbar.navbar--on-white-background .navbar__menu-links a {
  color: #333333;
  font-weight: 600;
}
.navbar.navbar--on-white-background .navbar__menu-links a.active {
  font-weight: 700;
}
.navbar.navbar--on-white-background .navbar__menu-links li.active.active a {
  font-weight: 700;
}
.navbar.navbar--on-white-background #hamburger-icon,
.navbar.navbar--on-white-background #header-logo {
  display: initial;
}
.navbar.navbar--on-white-background #hamburger-icon-inverse,
.navbar.navbar--on-white-background #header-logo-inverse {
  display: none;
}
.navbar.force-navbar--on-white-background.navbar--inverse, .navbar.force-navbar--on-white-background.navbar--transparent {
  background-color: #fff !important;
}
.navbar.force-navbar--on-white-background .navbar__menu-links a {
  color: #333333;
  font-weight: 600;
}
.navbar.force-navbar--on-white-background .navbar__menu-links a.active {
  font-weight: 700;
}
.navbar.force-navbar--on-white-background .navbar__menu-links li.active.active a {
  font-weight: 700;
}
.navbar.force-navbar--on-white-background #hamburger-icon,
.navbar.force-navbar--on-white-background #header-logo {
  display: initial;
}
.navbar.force-navbar--on-white-background #hamburger-icon-inverse,
.navbar.force-navbar--on-white-background #header-logo-inverse {
  display: none;
}
.navbar.navbar--transparent {
  box-shadow: none !important;
  background-color: transparent !important;
}
.navbar.navbar--sticky {
  position: absolute !important;
}
.navbar.navbar--sticky ~ #mobile-menu {
  position: absolute !important;
}
@media (min-width: 1024px) {
  .navbar.navbar--bossy {
    margin-top: 32px;
  }
  .navbar.navbar--bossy .navbar__logo {
    width: 260px;
  }
}

#scegli-pagolight-btn {
  margin-left: 40px;
  text-transform: none;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  padding: 3px 18px;
  cursor: pointer;
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

#simulator {
  margin: auto;
  width: 280px !important;
  height: 280px !important;
}

.rs-container {
  width: 280px !important;
  height: 280px !important;
}

#simulator .rs-range-color {
  background-color: #5673e7;
}

#simulator .rs-path-color {
  background-color: #c6c6c6;
}

#simulator .rs-handle {
  background-color: #000000;
}

#simulator .rs-border {
  border-color: white;
}

.hours {
  left: 0;
  top: 0;
  font-size: 14.333333px;
  letter-spacing: -1.6px;
  line-height: 34px;
  z-index: 12;
}

ul.hours {
  list-style: none;
  top: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  left: 108px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 45px;
}

ul.hours li {
  position: absolute;
  transform-origin: 50% 100%;
  width: 62px;
  position: absolute;
  transform-origin: 50% 100%;
  height: 141px;
  cursor: pointer;
}

.hours span {
  display: block;
}

/* The following code has helped to design the 1 number*/
.hours li:nth-of-type(1) {
  transform: rotate(0deg);
}
.hours li:nth-of-type(1) span {
  transform: rotate(0deg);
}

.hours li:nth-of-type(2) {
  transform: rotate(15deg);
}
.hours li:nth-of-type(2) span {
  transform: rotate(-15deg);
}

.hours li:nth-of-type(3) {
  transform: rotate(30deg);
}
.hours li:nth-of-type(3) span {
  transform: rotate(-30deg);
}

.hours li:nth-of-type(4) {
  transform: rotate(45deg);
}
.hours li:nth-of-type(4) span {
  transform: rotate(-45deg);
}

.hours li:nth-of-type(5) {
  transform: rotate(60deg);
}
.hours li:nth-of-type(5) span {
  transform: rotate(-60deg);
}

.hours li:nth-of-type(6) {
  transform: rotate(75deg);
}
.hours li:nth-of-type(6) span {
  transform: rotate(-75deg);
}

.hours li:nth-of-type(7) {
  transform: rotate(90deg);
}
.hours li:nth-of-type(7) span {
  transform: rotate(-90deg);
}

.hours li:nth-of-type(8) {
  transform: rotate(105deg);
}
.hours li:nth-of-type(8) span {
  transform: rotate(-105deg);
}

.hours li:nth-of-type(9) {
  transform: rotate(120deg);
}
.hours li:nth-of-type(9) span {
  transform: rotate(-120deg);
}

.hours li:nth-of-type(10) {
  transform: rotate(135deg);
}
.hours li:nth-of-type(10) span {
  transform: rotate(-135deg);
}

.hours li:nth-of-type(11) {
  transform: rotate(150deg);
}
.hours li:nth-of-type(11) span {
  transform: rotate(-150deg);
}

.hours li:nth-of-type(12) {
  transform: rotate(165deg);
}
.hours li:nth-of-type(12) span {
  transform: rotate(-165deg);
}

.hours li:nth-of-type(13) {
  transform: rotate(180deg);
}
.hours li:nth-of-type(13) span {
  transform: rotate(-180deg);
}

.hours li:nth-of-type(14) {
  transform: rotate(195deg);
}
.hours li:nth-of-type(14) span {
  transform: rotate(-195deg);
}

.hours li:nth-of-type(15) {
  transform: rotate(210deg);
}
.hours li:nth-of-type(15) span {
  transform: rotate(-210deg);
}

.hours li:nth-of-type(16) {
  transform: rotate(225deg);
}
.hours li:nth-of-type(16) span {
  transform: rotate(-225deg);
}

.hours li:nth-of-type(17) {
  transform: rotate(240deg);
}
.hours li:nth-of-type(17) span {
  transform: rotate(-240deg);
}

.hours li:nth-of-type(18) {
  transform: rotate(255deg);
}
.hours li:nth-of-type(18) span {
  transform: rotate(-255deg);
}

.hours li:nth-of-type(19) {
  transform: rotate(270deg);
}
.hours li:nth-of-type(19) span {
  transform: rotate(-270deg);
}

.hours li:nth-of-type(20) {
  transform: rotate(285deg);
}
.hours li:nth-of-type(20) span {
  transform: rotate(-285deg);
}

.hours li:nth-of-type(21) {
  transform: rotate(300deg);
}
.hours li:nth-of-type(21) span {
  transform: rotate(-300deg);
}

.hours li:nth-of-type(22) {
  transform: rotate(315deg);
}
.hours li:nth-of-type(22) span {
  transform: rotate(-315deg);
}

.hours li:nth-of-type(23) {
  transform: rotate(330deg);
}
.hours li:nth-of-type(23) span {
  transform: rotate(-330deg);
}

.hours li:nth-of-type(24) {
  transform: rotate(345deg);
}
.hours li:nth-of-type(24) span {
  transform: rotate(-345deg);
}

#simulator .rs-border {
  border-color: transparent;
}

.rs-block.rs-outer {
  border-radius: 1000px;
}

.rs-border {
  border: 1px solid #aaa;
}

.rs-block {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 3;
}
.rs-outer .rs-block {
  padding: 40px !important;
}

#simulator .rs-range-color {
  background-color: #fff;
}

#simulator .rs-path-color {
  background-color: #c6c6c6;
}

#simulator .rs-border {
  border-color: transparent !important;
}

.rs-block .rs-inner {
  border-radius: 1000px;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.rs-bg-color {
  background-color: #d02f29 !important;
}

.rs-bar.rs-transition.rs-first {
  z-index: 13 !important;
}

#simulator .rs-handle {
  height: 40px !important;
  width: 40px !important;
  margin: -20px 0px 0px 1px !important;
  border-radius: 50% !important;
  z-index: 9999999 !important;
  position: relative !important;
  background-color: #333333;
  touch-action: none;
}

.fake {
  background: black;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  left: 8px;
  top: 3px;
}

.rs-tooltip {
  display: none !important;
}

.simulator__form {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 16;
  flex-direction: column;
  width: 140px;
  height: 140px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-size: 14.4px;
  line-height: 13px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .simulator__form {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (min-width: 768px) {
  .simulator__form {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .simulator__form {
    font-size: 13.4px;
    line-height: 15px;
  }
}
@media (min-width: 1401px) {
  .simulator__form {
    font-size: 14.4px;
    line-height: 16px;
  }
}

.simulator__form__importo-value {
  border: none;
  background: #fff;
  border-radius: 30px;
  padding: 2px 10px;
  text-align: center;
  font-size: 21px;
  width: 130px;
  color: #7f1e10;
  font-family: "Titillium Web", sans-serif;
}

.simulator__form__rata-value {
  border: none;
  background: #7f1e10;
  border-radius: 30px;
  padding: 2px 10px;
  text-align: center;
  font-size: 21px;
  width: 130px;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
}

.simulator__handle-content {
  color: white;
  transform: rotate(180deg);
  font-size: 11px;
  word-break: break-word;
  font-weight: 600;
  pointer-events: none;
  user-select: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 12px;
}
.simulator__handle-content .simulator__handle-content__mesi {
  font-size: 9px;
  position: relative;
  bottom: 1px;
  letter-spacing: 0.5px;
  left: 1px;
  font-weight: 400;
}

.simulator__form {
  padding-top: 8px;
  font-size: 16px;
}
.simulator__form > div {
  margin-bottom: 4px;
}

.rs-animation .rs-transition {
  transition: all 0.2s linear 0s !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #ece9ea !important;
}

.bg-grey-dark {
  background-color: #c6c6c6 !important;
}

.bg-grey-x-dark {
  background-color: #707070 !important;
}

.bg-grey-xx-dark {
  background-color: #454545 !important;
}

.bg-pattern-grigio-chiaro {
  background: #ece9ea url(../img_v3/pattern-grigio-chiaro.svg) repeat top left;
  background-size: 7%;
}

.bg-pattern-grigio-scuro {
  background: #ece9ea url(../img_v3/pattern-grigio-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-pattern-rosso-scuro {
  background: #ece9ea url(../img_v3/pattern-rosso-scuro.svg) repeat top left;
  background-size: 15%;
}

.bg-red {
  background-color: #d02f29;
}

.bg-red-dark {
  background-color: #b1281f;
}

.bg-red-x-dark {
  background-color: #7f1e10;
}

.text--black {
  color: #333333;
}

.text--white {
  color: #fff;
}

.text--red {
  color: #d02f29 !important;
}

.text--red-dark {
  color: #b1281f;
}

.text--red-x-dark {
  color: #7f1e10;
}

.text--semibold {
  font-weight: 600;
}

.text--bold {
  font-weight: 700;
}

/*




5 titolo content e content
6 subtitle content e content
7 content e media (img o video)
8 content e altro content (generico)
*/
.separator--section-title_section-subtitle {
  height: 24px;
}

.separator--section-title_section-content {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--section-title_section-content {
    height: 48px;
  }
}

.separator--section-subtitle_section-content {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--section-subtitle_section-content {
    height: 64px;
  }
}

.separator--section-title_content-subtitle_content {
  height: 8px;
}

.separator--title-content_content {
  height: 16px;
}

.separator--1 {
  height: 8px;
}
@media (max-width: 1023px) {
  .separator--1 {
    height: 8px;
  }
  .separator--1.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--1 {
    height: 8px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--1 {
    height: 8px;
  }
}
@media (min-width: 1401px) {
  .separator--1 {
    height: 8px;
  }
}

.separator--2 {
  height: 16px;
}
@media (max-width: 1023px) {
  .separator--2 {
    height: 16px;
  }
  .separator--2.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--2 {
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--2 {
    height: 16px;
  }
}
@media (min-width: 1401px) {
  .separator--2 {
    height: 16px;
  }
}

.separator--3 {
  height: 24px;
}
@media (max-width: 1023px) {
  .separator--3 {
    height: 24px;
  }
  .separator--3.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--3 {
    height: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--3 {
    height: 24px;
  }
}
@media (min-width: 1401px) {
  .separator--3 {
    height: 24px;
  }
}

.separator--4 {
  height: 32px;
}
@media (max-width: 1023px) {
  .separator--4 {
    height: 32px;
  }
  .separator--4.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--4 {
    height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--4 {
    height: 32px;
  }
}
@media (min-width: 1401px) {
  .separator--4 {
    height: 32px;
  }
}

.separator--5 {
  height: 40px;
}
@media (max-width: 1023px) {
  .separator--5 {
    height: 40px;
  }
  .separator--5.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--5 {
    height: 40px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--5 {
    height: 40px;
  }
}
@media (min-width: 1401px) {
  .separator--5 {
    height: 40px;
  }
}

.separator--6 {
  height: 48px;
}
@media (max-width: 1023px) {
  .separator--6 {
    height: 48px;
  }
  .separator--6.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--6 {
    height: 48px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--6 {
    height: 48px;
  }
}
@media (min-width: 1401px) {
  .separator--6 {
    height: 48px;
  }
}

.separator--7 {
  height: 56px;
}
@media (max-width: 1023px) {
  .separator--7 {
    height: 56px;
  }
  .separator--7.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--7 {
    height: 56px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--7 {
    height: 56px;
  }
}
@media (min-width: 1401px) {
  .separator--7 {
    height: 56px;
  }
}

.separator--8 {
  height: 64px;
}
@media (max-width: 1023px) {
  .separator--8 {
    height: 64px;
  }
  .separator--8.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--8 {
    height: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--8 {
    height: 64px;
  }
}
@media (min-width: 1401px) {
  .separator--8 {
    height: 64px;
  }
}

.separator--9 {
  height: 72px;
}
@media (max-width: 1023px) {
  .separator--9 {
    height: 72px;
  }
  .separator--9.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--9 {
    height: 72px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--9 {
    height: 72px;
  }
}
@media (min-width: 1401px) {
  .separator--9 {
    height: 72px;
  }
}

.separator--10 {
  height: 80px;
}
@media (max-width: 1023px) {
  .separator--10 {
    height: 80px;
  }
  .separator--10.only-on-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .separator--10 {
    height: 80px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .separator--10 {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .separator--10 {
    height: 80px;
  }
}

.align-content {
  display: flex;
}

.align--yt {
  align-items: flex-start;
}

.align--yc {
  align-items: center;
}

.align--yb {
  align-items: flex-end;
}

.align--xl {
  justify-content: flex-start;
}

.align--xc {
  justify-content: center;
  margin: 0 auto;
}
.align--xc img {
  margin: 0 auto;
  display: block;
}

.align--xr {
  justify-content: flex-end;
}

.align--evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1023px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .hide-on-zoom {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone {
    display: initial !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .only-1920-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .only-1920-up {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .only-on-phone-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .only-on-phone-block {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-on-tablet-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-tablet-and-up {
    display: initial !important;
  }
}

@media (max-width: 1023px) {
  .only-on-desktop-and-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .only-on-desktop-and-up {
    display: initial !important;
  }
}

.transparent {
  background-color: transparent !important;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

element.style {
  bottom: auto;
  right: 122.5px;
}

@media screen and (min-width: 1024px) {
  #form-cnt {
    position: fixed;
    top: -5000px;
    bottom: auto;
    width: 100%;
    max-width: 800px;
    border-radius: 5px;
    transition: top 0.3s;
    background: white;
  }
}
#piva-form {
  background-color: white;
}

#piva-form.white-box {
  padding: 20px;
  border-radius: 5px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  #piva-form.white-box {
    max-height: calc(90vh - 100px);
    overflow: auto;
  }
}
@media screen and (max-width: 1023px) {
  #form-cnt {
    z-index: 99999;
    position: fixed;
    bottom: -5000px;
    transition: bottom 0.3s;
    max-height: 90vh;
    width: 90vw;
    box-shadow: 0 0 16px -7px black;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    left: 0px;
    margin: auto;
  }

  #form-cnt .white-box {
    border: none;
    border-radius: 0;
  }
}
@media screen and (min-width: 1024px) {
  #form-cnt {
    position: fixed;
    top: -5000px;
    bottom: auto;
    width: 100%;
    max-width: 633px;
    border-radius: 5px;
    transition: top 0.3s;
    background: white;
  }

  #form-cnt.show {
    z-index: 999;
    top: 48px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 991px) and (max-width: 1400px) {
  #form-cnt.show {
    top: 38.4px;
  }
}
@media screen and (min-width: 1024px) {
  .navbar--bossy ~ #form-cnt.show {
    top: 90px;
  }
}
.modal-underlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.show .modal-underlay {
  display: block;
}

.external-form-cnt {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .external-form-cnt {
    z-index: 99999;
  }
}
body:not(#new-vendere) .show .external-form-cnt {
  z-index: 99999;
}

.linguetta-apri-form {
  background: #e20613;
  color: white;
  cursor: pointer;
  z-index: 9999999;
}

.linguetta-apri-form.desktop {
  padding: 10px 20px;
  position: absolute;
  top: 42px;
  right: 0;
  width: 330px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0 0 16px -7px black;
  display: none;
  transition: transform 0.3s;
}

.linguetta-apri-form.desktop.hideUp {
  transform: translate3d(0px, -310px, 0px);
}

@media screen and (min-width: 1024px) {
  .linguetta-apri-form.desktop {
    display: initial;
  }
}
.linguetta-apri-form.desktop img {
  right: -10px;
  top: 60px;
}

.linguetta-apri-form.mobile {
  padding: 15px 20px;
  width: 100%;
  height: 100px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

@media screen and (min-width: 1024px) {
  .linguetta-apri-form.mobile {
    display: none;
  }
}
.linguetta-apri-form.mobile img {
  right: -10px;
  bottom: 50px;
}

.linguetta-apri-form .linguetta-cnt {
  position: relative;
}

.linguetta-apri-form .linguetta-cnt div {
  text-align: left;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .linguetta-apri-form .linguetta-cnt div {
    text-align: center;
  }
}
.linguetta-apri-form .linguetta-cnt div:nth-child(1),
.linguetta-apri-form .linguetta-cnt div:nth-child(2) {
  line-height: 32px;
}

.linguetta-apri-form .linguetta-cnt div:nth-child(1) {
  font-size: 33px;
}

.linguetta-apri-form .linguetta-cnt div:nth-child(2) {
  margin-top: 5px;
  font-size: 16px;
}

.linguetta-apri-form img {
  position: absolute;
}

textarea[name=notes] {
  height: 92px;
  max-height: 120px;
}

.form-item textarea + label {
  line-height: 1.5;
}

.form-item textarea:focus + label,
.form-item.has-feedback textarea + label {
  top: -20px;
  line-height: 1.5;
  font-size: 0.9375rem;
}

@media (min-width: 576px) {
  textarea[name=notes] {
    height: 66px;
    max-height: 100px;
  }
}
@media (min-width: 1024px) {
  .form-item textarea:focus + label,
.form-item.has-feedback textarea + label {
    top: -12px;
    line-height: 2.3125rem;
  }
}
@media (min-width: 992px) {
  textarea[name=notes] {
    height: 40px;
  }
}
.server-error {
  display: none;
  margin-top: 0.5rem;
  color: #e20613;
  font-size: 0.9375rem;
}

.server-error--is-visible {
  display: block;
}

.mapSearchWrapper {
  position: relative;
}

.mapSearchInput {
  width: 100%;
  padding: 4px;
}

.mapSearchResults {
  display: none;
  position: absolute;
  top: 70px;
  left: 0px;
  z-index: 9999;
  background: #ffffff;
  border: 1px #cccccc solid;
  font-family: sans-serif;
}

.mapSearchResultsItem {
  padding: 4px;
  border-bottom: 1px #cccccc solid;
}

.mapSearchResultsItem:hover {
  background: #eeeeee;
}

.suggestions {
  width: 100%;
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
  transform: translate(0, -18px);
}

.suggestion {
  font-size: 14px;
  color: #828282;
  border-bottom: 1px solid #333;
  padding: 10px 20px 10px 10px;
  line-height: 1.2em;
  text-align: left;
}

.suggestion:hover {
  background: #828282;
  color: #fff;
}

.mapbox input[type=text] {
  width: 100%;
}

.mapbox .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 31px;
  left: 0;
  right: 0;
}

.mapbox .autocomplete-items div {
  font-size: 13px;
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.mapbox .autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.mapbox .autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.mapbox .autocomplete .icon-close {
  width: 1.5rem;
  position: absolute;
  top: -8px;
  right: 0;
  margin: 6px;
  cursor: pointer;
  z-index: 10;
}

.pac-logo:after {
  background-image: none !important;
}

.hdpi.pac-logo:after {
  background-image: none !important;
}

.icon-close {
  font-size: 20px;
}

.close-modal-icon {
  position: absolute;
  right: 20px;
  top: 0px;
  z-index: 9999999;
}
@media (max-width: 1023px) {
  .close-modal-icon {
    display: none;
  }
}

.clickable {
  cursor: pointer;
}

.formpagolight .cmps-button {
  border: none;
  letter-spacing: 2px;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
}

.formpagolight h1 {
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  #desktop-piva-form-cnt #close-form-modal-bnt {
    display: none !important;
  }
}
#layout-footer {
  margin: auto;
  padding: 55px 14px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 0.9rem;
}

#layout-content,
#layout-header,
#layout-footer {
  width: 100%;
}

.dark-bg {
  background: #333;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .grid-2 {
    max-width: 768px;
    padding: 0 16px;
  }
}
@media screen and (min-width: 960px) {
  .grid-2 {
    max-width: 960px;
  }
}
@media screen and (min-width: 1100px) {
  .grid-2 {
    max-width: 980px;
  }
}
.grid-1,
.grid-2,
.grid-2b {
  padding: 0 30px;
}

.grid-0,
.grid-1,
.grid-2,
.grid-2b {
  width: 100%;
  margin: auto;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 2fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  align-items: center;
  grid-template-areas: "about empty" "social-title social-icons" "policy policy";
}

@media screen and (min-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "about empty social-title social-icons" "about empty policy policy";
  }
}
@media screen and (min-width: 768px) {
  .about {
    padding-right: 35px;
  }
}
.about {
  grid-area: about;
}

#layout-container a,
#layout-container a:link,
#layout-container a:visited,
#layout-container a:hover,
#layout-container a:active {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #about-btn,
#mag-btn {
    width: 100%;
  }
}
#about-btn,
#mag-btn {
  padding-top: 10px;
  background-color: #222;
  font-weight: 600;
  display: inline-block;
  width: 170px;
  height: 80px;
  display: flex;
  padding-left: 15px;
  font-size: 23px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
  margin: 0;
}

user agent stylesheet div {
  display: block;
}

#layout-container a,
#layout-container a:link,
#layout-container a:visited,
#layout-container a:hover,
#layout-container a:active {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .arrow-icon {
    margin-top: 14px;
  }
}
.arrow-icon {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 8px;
  width: 20px;
}

@media screen and (min-width: 768px) {
  #about-btn,
#mag-btn {
    width: 100%;
  }
}
#about-btn,
#mag-btn {
  padding-top: 10px;
  background-color: #222;
  font-weight: 600;
  display: inline-block;
  width: 170px;
  height: 80px;
  display: flex;
  padding-left: 15px;
  font-size: 23px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.empty {
  grid-area: empty;
}

.social-title,
.policy,
.social-icons {
  font-size: 13px;
}

.social-title {
  grid-area: social-title;
}

.text-light-gray {
  color: #dedede;
}

.social-title,
.policy,
.social-icons {
  font-size: 13px;
}

.policy {
  grid-area: policy;
}

.social-title,
.policy,
.social-icons {
  font-size: 13px;
}

.social-icons {
  grid-area: social-icons;
  position: relative;
}

.flex-row {
  display: flex;
}

.flex-cell {
  flex: 1;
  display: flex;
}

@media screen and (min-width: 768px) {
  .img-small {
    height: 30px;
  }
}
.img-small {
  height: 22px;
}

h6 {
  font-size: 11px;
  margin-bottom: 15px;
  font-weight: 600;
}

.text-xxs {
  font-size: 11px;
  line-height: 17px;
}

hr {
  border: 1px solid #222;
  margin: 20px auto;
}

#about-btn:hover .arrow-icon,
#mag-btn:hover .arrow-icon {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

@media screen and (max-width: 1023px) {
  #layout-footer {
    padding: 45px 6px 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .footer-main-grid {
    padding: 0 6px;
  }
}
@media screen and (max-width: 767px) {
  #about-btn,
#mag-btn {
    font-size: 19px;
    height: 60px;
    margin-bottom: 26px;
    padding-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .social-title,
.policy,
.social-icons {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .social-title,
.policy,
.social-icons {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .policy {
    align-self: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .social-title,
.policy,
.social-icons {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .social-icons {
    bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .social-icons .flex-cell {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  hr {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 9px;
    font-weight: 400;
    margin-bottom: 10px;
  }
}
#company-footer a {
  color: #638bb3 !important;
}

html,
body {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-size: 16.8px;
  line-height: 13px;
  letter-spacing: 0px;
  line-height: 1;
}
@media (max-width: 1023px) {
  html,
body {
    font-size: 19px;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  html,
body {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  html,
body {
    font-size: 16.8px;
    line-height: 22px;
  }
}
@media (min-width: 1401px) {
  html,
body {
    font-size: 17px;
    line-height: 21px;
  }
}
.hero html,
.hero body {
  font-size: 1.296vw;
}
@media (max-width: 1023px) {
  .hero html,
.hero body {
    font-size: 4.08vw;
  }
}

b {
  font-weight: 600;
}

strong {
  font-weight: 600;
}

.small,
small {
  font-size: 12px;
}
@media (max-width: 1023px) {
  .small,
small {
    font-size: 16px;
  }
}

.image-container {
  margin: 0 auto;
  width: 215px;
}
.image-container img {
  max-width: 100%;
}

ul,
ul.dotted-list {
  list-style-type: disc;
  padding-left: 20px;
}
ul.inside,
ul.dotted-list.inside {
  list-style-position: inside;
}
ul.no-indent, .no-indent ul,
ul.dotted-list.no-indent,
.no-indent ul.dotted-list {
  padding-left: 0px;
}
.indent-l ul, ul.indent-l,
.indent-l ul.dotted-list,
ul.dotted-list.indent-l {
  padding-left: 30px;
}
.indent-xl ul, ul.indent-xl,
.indent-xl ul.dotted-list,
ul.dotted-list.indent-xl {
  padding-left: 40px;
}
ul li,
ul.dotted-list li {
  margin-bottom: 16px;
}
.list-item-gap-xl ul li,
.list-item-gap-xl ul.dotted-list li {
  margin-bottom: 32px;
}
.accordion__body ul li, .miniInfoPanel ul li,
.accordion__body ul.dotted-list li,
.miniInfoPanel ul.dotted-list li {
  margin-bottom: 0;
}

ul.unstyled-list {
  list-style-type: none !important;
}

.inline-list li {
  display: inline-block;
  margin: 0 8px;
}

.navbar__link {
  font-size: 12px;
}
@media (max-width: 1023px) {
  .navbar__link {
    font-size: 16px;
  }
}

.panel {
  background-color: #fff;
  border-radius: 15px;
  padding: 16px;
  color: #333333;
}
.panel.panel--extra-padding {
  padding-left: 40px;
  padding-right: 40px;
}

.slideFocus__title {
  font-size: 12px;
}
@media (max-width: 1023px) {
  .slideFocus__title {
    font-size: 16px;
  }
}

.slideFocus__text {
  font-size: 12px;
}
@media (max-width: 1023px) {
  .slideFocus__text {
    font-size: 16px;
  }
}

.splide__track--nav > .splide__list > .splide__slide,
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none !important;
}

@media screen and (min-width: 768px) {
  .splide-pagination {
    margin-top: 24px;
  }
}
.splide-pagination {
  margin-top: 10px;
  line-height: 1rem;
  text-align: center;
}

.splide-pagination .splide-bullet.active {
  width: 2.25rem;
  background: #d02f29;
}

.splide-pagination .splide-bullet {
  width: 0.8125rem;
  height: 5px;
  display: inline-block;
  border-radius: 0.1875rem;
  background: #707070;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
  margin: 0 2px;
}

#hero-splide .splide-pagination .splide-bullet.active {
  background: #fff;
}
#hero-splide .splide-pagination .splide-bullet {
  background: #c6c6c6;
}

#hero-splide .splide-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 1023px) {
  #main-menu {
    padding-left: 30px;
    padding-right: 30px;
  }
  #main-menu #hamburger {
    margin: 0;
    position: relative;
    top: 4px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  #main-menu {
    padding-left: 13px;
    padding-right: 13px;
  }
  #main-menu #menu-cnt li:not(#hamburger) {
    font-size: 12px;
    font-weight: 600;
    margin-left: 31px;
    margin-right: 0;
  }
  #main-menu #menu-cnt li:not(#hamburger).active {
    font-weight: 700;
  }
  #main-menu #menu-cnt li:not(#hamburger).with-dropdown-menu:hover > ul {
    padding-top: 42px;
  }
  #main-menu #menu-cnt li:not(#hamburger).with-dropdown-menu:hover > ul li {
    margin-left: 0;
  }
  #main-menu #scegli-pagolight-btn {
    font-size: 13px;
    padding: 0px 10px;
    min-width: auto;
  }
}
@media (min-width: 1401px) {
  #main-menu {
    padding-left: 16px;
    padding-right: 16px;
  }
  #main-menu #menu-cnt li:not(#hamburger) {
    font-size: 0.88rem;
    font-weight: 600;
  }
  #main-menu #menu-cnt li:not(#hamburger).active {
    font-weight: 700;
  }
  #main-menu #menu-cnt li:not(#hamburger).with-dropdown-menu:hover > ul {
    padding-top: 50px;
  }
  #main-menu #menu-cnt li:not(#hamburger).with-dropdown-menu:hover > ul .separator--1 {
    height: 18px;
  }
}

#mobile-menu > ul {
  padding-left: 30px !important;
}
#mobile-menu > ul > .separator--2 {
  height: 8px;
}
#mobile-menu > ul > .separator--1 {
  height: 11px;
}
#mobile-menu ul li {
  margin-left: 0 !important;
  font-size: 1rem !important;
  margin-top: 10px;
}
#mobile-menu li:not(#hamburger) a {
  font-size: 0.85rem;
  font-weight: 600;
}
#mobile-menu li:not(#hamburger) a.active {
  font-weight: 700;
}
#mobile-menu li:not(#hamburger).active {
  font-weight: 700;
}
#mobile-menu .indent {
  padding-left: 20px;
}

/*# sourceMappingURL=style.css.map */
