/* FONTS */
.cfont {
  font-family: var(--cfont) !important;
}

.FONT {
  font-family: var(--font) !important;
  font-display: swap;
}

.FONT1 {
  font-family: var(--font1) !important;
  font-display: swap;
}

.FONT2 {
  font-family: var(--font2) !important;
  font-display: swap;
}

/* BOXED TEXT AND LAYOUT */
.tw {
  width: 100%;
  max-width: var(--tw) !important;
}
.tw.pannello {
  padding: clamp(0rem, 6vw, 6rem);
  padding-bottom: clamp(0rem, 5vw, 4rem);
}

.vw {
  width: 100%;
  max-width: var(--vw) !important;
  margin: auto;
}

/* FONTS AND TEXTS */
.w {
  color: var(--w);
}

.gray {
  color: var(--gray);
}

.gray-m {
  color: var(--gray-m);
}

.gray-l {
  color: var(--gray-l);
}

.c01 {
  color: var(--c01);
}

.c01-m {
  color: var(--c01-m);
}

.c01-l {
  color: var(--c01-l);
}

.c02 {
  color: var(--c02);
}

.c02-m {
  color: var(--c02-m);
}

.c02-l {
  color: var(--c02-l);
}

.ch {
  color: var(--ch);
}

h1,
.H1,
.H1 > * {
  font-size: var(--h1);
  font-family: var(--font1);
  line-height: 1;
  font-weight: normal;
}

h2,
.H2,
.H2 > * {
  font-size: var(--h2);
  font-family: var(--font1);
  line-height: 1;
}

h3,
.H3,
.H3 > * {
  font-size: var(--h3);
  font-family: var(--font2);
}

h4,
.H4,
.H4 > * {
  font-size: var(--h4);
  font-family: var(--font2);
}

h5,
.H5,
.H5 > * {
  font-size: var(--h5);
  font-family: var(--font2);
}

h6,
.H6,
.H6 > * {
  font-size: var(--h6);
  font-family: var(--font2);
}

.P {
  font-size: var(--p);
  font-family: var(--font2);
}

.small {
  font-size: var(--small);
}

p,
li {
  font-family: var(--font), Sans-Serif;
  font-size: var(--p);
  line-height: 1.6;
  font-weight: 400;
}

b,
strong {
  font-weight: 600;
}

.lh1 {
  line-height: 1rem;
}

.lh15 {
  line-height: 1.5rem;
}

.lh2 {
  line-height: 2rem;
}

.U {
  text-transform: uppercase;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.font1 {
  font-family: var(--font1);
}

.font2 {
  font-family: var(--font2);
}

.font {
  font-family: var(--font);
}

.oo {
  order: unset !important;
}

@media (max-width: 1279px) {
  .nobr {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  p.col2,
.col2 p,
.col2 > div:not(.stamps) {
    padding-top: 0.5rem;
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    -moz-column-rule: 2px dotted #ccc;
         column-rule: 2px dotted #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  p.col2 .unico,
p.col2 .glued,
.col2 p .unico,
.col2 p .glued,
.col2 > div:not(.stamps) .unico,
.col2 > div:not(.stamps) .glued {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  p.col2 .unico:nth-of-type(2),
p.col2 .glued:nth-of-type(2),
.col2 p .unico:nth-of-type(2),
.col2 p .glued:nth-of-type(2),
.col2 > div:not(.stamps) .unico:nth-of-type(2),
.col2 > div:not(.stamps) .glued:nth-of-type(2) {
    font-size: 16px;
  }
}
h1,
h2,
h3,
h4,
h5,
h5,
h6,
.P {
  color: var(--c01);
  margin-bottom: 0.5rem;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h5 a,
h6 a,
.P a {
  text-decoration: none;
  color: inherit;
}
h1 a :visited,
h2 a :visited,
h3 a :visited,
h4 a :visited,
h5 a :visited,
h5 a :visited,
h6 a :visited,
.P a :visited {
  color: inherit;
}

.G1 {
  font-size: clamp(5rem, 10vw, 11rem);
  font-weight: 100 !important;
  line-height: 1;
  margin: 0;
}

.J {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  text-align: justify;
}

.showInfo.inlink {
  margin-right: 2px;
  border-bottom: 1px dotted;
}

/* LAYOUT */
.abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rel {
  position: relative;
}

.DN {
  display: none !important;
}

.MDN {
  display: none;
}
@media (min-width: 560px) {
  .MDN {
    display: initial;
  }
}

.pen {
  pointer-events: none;
}

.o-1 {
  order: -1;
}

.M0 {
  margin: 0 !important;
}

.MA {
  margin-left: auto !important;
  margin-right: auto !important;
}

.P0,
.P0 > .ct-section-inner-wrap {
  padding: 0 !important;
}

.P1,
.P1 > .ct-section-inner-wrap {
  padding: 1rem !important;
}

.P2,
.P2 > .ct-section-inner-wrap {
  padding: 2rem !important;
}

.wsnw {
  white-space: nowrap;
}

.overlay {
  mix-blend-mode: multiply;
}

/* FONTS and ELEMENTS */
.logo > img {
  max-width: var(--logo_width);
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.contain {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

select,
button,
input {
  border-radius: 0 !important;
  pointer-events: all;
}

.FONT {
  font-family: var(--font2);
  font-weight: 400;
}

.button,
.button.alt {
  text-transform: uppercase;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.7rem 1.5rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--gray-m) !important;
  background-color: var(--w);
  border-radius: 0rem;
  border: 1px solid var(--gray-m);
  transition: all ease-in-out 0.5s;
  pointer-events: all;
  letter-spacing: 0.2rem;
  cursor: pointer;
  text-decoration: none;
}

.button:hover,
.button.alt:hover {
  background-color: var(--ch);
  color: var(--w) !important;
  border-color: #ffff;
}

/* DIVIDERS */
.oxy-shape-divider:nth-of-type(1) {
  opacity: 1;
}
.oxy-shape-divider:nth-of-type(1) svg {
  height: 300px !important;
}
.oxy-shape-divider:nth-of-type(1) svg path {
  fill: var(--c02-m);
}

.oxy-shape-divider:nth-of-type(4) {
  mix-blend-mode: normal;
  opacity: 1;
}
.oxy-shape-divider:nth-of-type(4) path {
  fill: var(--c02-l);
}

@media (max-width: 768px) {
  .oxy-shape-divider svg {
    max-height: 120px;
  }
}
figure {
  margin: unset;
  border: none;
}

[aria-hidden] {
  display: none;
}

.ct-modal {
  position: relative;
}

.ct-modal .oxy-rich-text {
  height: 100%;
  overflow: scroll;
}

.screen-reader-text {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
  display: none;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

.fw {
  width: 100vw;
  margin-left: -1rem;
  margin-right: -1rem;
}

.fr, footer > * {
  display: flex;
  flex-direction: row;
}
@media (max-width: 960px) {
  .fr, footer > * {
    flex-direction: column;
  }
}

.fc, footer {
  display: flex;
  flex-direction: column;
}

.frw {
  flex-wrap: wrap;
}

.f2 {
  display: flex;
  gap: 1rem;
}
.f2 > *:not(header) {
  flex: 1 1 calc(50% - 1rem);
}
@supports (-webkit-hyphens: none) {
  @media (min-width: 960px) {
    .f2 > *:not(header) {
      flex: 0 1 calc(50% - (2rem * 1 / 2)) !important;
    }
    .f2 > *:not(header) + *:not(.button) {
      margin: 0 0 0 1rem;
      overflow: hidden;
    }
    .f2 > *:not(header) + *:not(.button):nth-of-type(2n + 1) {
      margin: 0 0 0 0;
    }
    .f2 > *:not(header)[name=_token] + * {
      margin-left: 0 !important;
    }
  }
}
@media (max-width: 960px) {
  .f2 {
    flex-direction: column;
  }
}

.f3 {
  display: flex;
  gap: 1rem;
}
.f3 > *:not(header) {
  flex: 1 1 calc(33.33% - 1rem);
}
@supports (-webkit-hyphens: none) {
  @media (min-width: 960px) {
    .f3 > *:not(header) {
      flex: 0 1 calc(33.33% - (1rem * 2 / 3)) !important;
    }
    .f3 > *:not(header) + * {
      margin: 0 0 0 1rem;
      overflow: hidden;
    }
    .f3 > *:not(header) + *:nth-of-type(3n + 1) {
      margin: 0 0 0 0;
    }
  }
}
.f3 > *:not(header)[name=_token] + * {
  margin-left: 0 !important;
}
@media (max-width: 960px) {
  .f3 {
    flex-direction: column;
  }
}

.f4, footer > * {
  display: flex;
  gap: 1rem;
}
.f4 > *:not(header), footer > * > *:not(header) {
  flex: 1 1 calc(25% - 1rem);
}
@supports (-webkit-hyphens: none) {
  @media (min-width: 960px) {
    .f4 > *:not(header), footer > * > *:not(header) {
      flex: 0 1 calc(25% - (1rem * 3 / 4)) !important;
    }
    .f4 > *:not(header) + *, footer > * > *:not(header) + * {
      margin: 0 0 0 1rem;
      overflow: hidden;
    }
    .f4 > *:not(header) + *:nth-of-type(4n + 1), footer > * > *:not(header) + *:nth-of-type(4n + 1) {
      margin: 0 0 0 0;
    }
  }
}
.f4 > *:not(header)[name=_token] + *, footer > * > *:not(header)[name=_token] + * {
  margin-left: 0 !important;
}
@media (max-width: 960px) {
  .f4, footer > * {
    flex-direction: column;
  }
}

.f5 {
  display: flex;
  gap: 1rem;
}
.f5 > * {
  flex: 1 1 calc(20% - 1rem);
}
@supports (-webkit-hyphens: none) {
  @media (min-width: 960px) {
    .f5 > * {
      flex: 0 1 calc(20% - (1rem * 4 / 5)) !important;
    }
    .f5 > * + * {
      margin: 0 0 0 1rem;
      overflow: hidden;
    }
    .f5 > * + *:nth-of-type(5n + 1) {
      margin: 0 0 0 0;
    }
  }
}
.f5 > *[name=_token] + * {
  margin-left: 0 !important;
}
@media (max-width: 960px) {
  .f5 {
    flex-direction: column;
  }
}

.f6 {
  display: flex;
  gap: 1rem;
}
.f6 > * {
  flex: 1 1 calc(16.66% - 1rem);
}
@supports (-webkit-hyphens: none) {
  @media (min-width: 960px) {
    .f6 > * {
      flex: 0 1 calc(16.66% - (1rem * 5 / 6)) !important;
    }
    .f6 > * + * {
      margin: 0 0 0 1rem;
      overflow: hidden;
    }
    .f6 > * + *:nth-of-type(6n + 1) {
      margin: 0 0 0 0;
    }
  }
}
.f6 > *[name=_token] + * {
  margin-left: 0 !important;
}
@media (max-width: 960px) {
  .f6 {
    flex-direction: column;
  }
}

@supports (-webkit-hyphens: none) {
  @media (min-width: 960px) {
    html .gap0 > * {
      min-width: 0 !important;
      width: calc((100% - 14px) / 2) !important;
      margin-left: unset !important;
    }
  }
}

@supports (-webkit-hyphens: none) {
  @media (min-width: 960px) {
    html .gap05 > * {
      min-width: calc(50% - (0.5rem * 1 / 2)) !important;
      margin-left: unset !important;
    }
  }
}

@supports (-webkit-hyphens: none) {
  @media (min-width: 960px) {
    html .gap1 > * {
      min-width: calc(50% - (1rem * 1 / 2)) !important;
      margin-left: unset !important;
    }
  }
}

@supports (-webkit-hyphens: none) {
  body > header.f3 > * {
    flex: 1 1 33.33% !important;
  }
  body > header.f3 > nav {
    flex: 1 !important;
    align-items: flex-end;
    justify-content: center;
    overflow: unset;
  }
  body > header.f3 > .CTA {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    margin-right: 1rem;
  }
}

.MT1 {
  margin-top: 1rem !important;
}

.MT2 {
  margin-top: 2rem !important;
}

.MT3 {
  margin-top: 3rem !important;
}

.MB0 {
  margin-bottom: 0 !important;
}

.MB1 {
  margin-bottom: 1rem !important;
}

.MB2 {
  margin-bottom: 2rem !important;
}

.MB3 {
  margin-bottom: 3rem !important;
}

.gap0 {
  gap: 0;
}

.gap1 {
  gap: 1rem;
}

.gap2 {
  gap: 2rem;
}

.gap3 {
  gap: 3rem;
}

.gap4 {
  gap: 4rem;
}

.gap5 {
  gap: 5rem;
}

.boxed, footer > *.list-items {
  max-width: var(--pw);
  width: 100%;
  margin: auto;
  padding: 1rem clamp(0rem, 1vw, 5rem);
}

.occhiello {
  text-transform: uppercase;
  font-size: 16px;
  color: var(--ch);
  letter-spacing: 0.25rem;
  order: -1;
  margin-bottom: 0.25rem;
}

@media (max-width: 1024px) {
  header + section {
    min-height: 100vh;
  }
}
@media (min-width: 1024px) {
  header + section {
    min-height: 65vh;
  }

  .hero + section {
    margin-top: -3.6rem;
    background-color: var(--w);
  }
}
#modalVideo {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 2rem;
  display: none;
  z-index: 1111111111;
  justify-content: center;
}
@media (max-width: 560px) {
  #modalVideo {
    padding: 0.5rem;
  }
}
@media (orientation: landscape) and (max-height: 560px) {
  #modalVideo {
    padding: 0.5rem;
  }
}
#modalVideo > * {
  width: 80%;
  max-width: 1800px;
  margin-bottom: auto;
  margin-top: auto;
}
@media (orientation: portrait) and (max-width: 560px) {
  #modalVideo > * {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vw;
  }
}
@media (orientation: landscape) and (max-height: 560px) {
  #modalVideo > * {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
#modalVideo > *#modalVideoClose {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  background: red;
  z-index: 11111111;
  border-radius: 100%;
}

.modalVideoOpen {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}
.modalVideoOpen::after {
  content: "";
  top: calc(50% - 2rem);
  position: absolute;
  width: 4rem;
  height: 4rem;
  background: url("/storage/ui/play.png");
  z-index: 11111111;
  border-radius: 100%;
  z-index: 11;
  pointer-events: none;
  background-size: cover;
}

.iubenda-tp-btn-container:has(.iubenda-tp-btn--warning) {
  display: none !important;
}

footer {
  margin-top: 6rem;
}
footer > * {
  margin: 2rem auto;
  text-align: center;
  width: 100%;
}
@media (max-width: 1279px) {
  footer > * {
    flex-direction: column;
  }
}
footer > * ul,
footer > * li {
  list-style: none;
  text-align: center;
  font-size: calc(1rem - 2px);
  padding: 1rem 0;
  border-bottom: 1px solid var(--gray-l);
}
@media (min-width: 1280px) {
  footer > * ul,
footer > * li {
    padding: 0;
    text-align: left;
  }
}
footer > *.list-company {
  margin-top: 4rem;
}
footer > *.sub-footer > * {
  margin: auto;
}
footer img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 350px;
}
footer svg {
  max-width: 100%;
}
footer svg * {
  stroke-width: 0.35px !important;
}
footer .occhiello a {
  color: inherit;
  text-decoration: none;
}
