/* 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, body > header, body > header > nav ul {
  display: flex;
  flex-direction: row;
}
@media (max-width: 960px) {
  .fr, body > header, body > header > nav ul {
    flex-direction: column;
  }
}

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

.f4 {
  display: flex;
  gap: 1rem;
}
.f4 > *:not(header) {
  flex: 1 1 calc(25% - 1rem);
}
@supports (-webkit-hyphens: none) {
  @media (min-width: 960px) {
    .f4 > *:not(header) {
      flex: 0 1 calc(25% - (1rem * 3 / 4)) !important;
    }
    .f4 > *:not(header) + * {
      margin: 0 0 0 1rem;
      overflow: hidden;
    }
    .f4 > *:not(header) + *:nth-of-type(4n + 1) {
      margin: 0 0 0 0;
    }
  }
}
.f4 > *:not(header)[name=_token] + * {
  margin-left: 0 !important;
}
@media (max-width: 960px) {
  .f4 {
    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 > *, body > header > * {
    flex: 1 1 33.33% !important;
  }
  body > header.f3 > nav, body > header > nav {
    flex: 1 !important;
    align-items: flex-end;
    justify-content: center;
    overflow: unset;
  }
  body > header.f3 > .CTA, body > header > .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 {
  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;
}

body > header {
  height: 48px;
}
body > header > * {
  pointer-events: all !important;
}
body > header #logo {
  margin-top: 0.5rem;
}
@media (max-width: 1024px) {
  body > header {
    padding: 0 !important;
  }
  body > header #logo {
    min-width: 100%;
    padding-left: 0.2rem !important;
  }
}
body > header #hamburger {
  display: flex;
  background-color: #FFF;
  position: fixed;
  right: -1px;
  top: -1px;
  max-width: 48px;
}
@media (min-width: 1367px) {
  body > header #hamburger {
    display: none;
  }
}
body > header #hamburger img {
  width: 100%;
  height: auto;
}
body .CTA {
  letter-spacing: 0 !important;
}
body .CTA a {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0 !important;
  padding: 0.4rem 1.2rem !important;
  color: var(--ch) !important;
  border-color: transparent;
}
@media (min-width: 1367px) {
  body .CTA a {
    margin-right: 0.75rem;
  }
}
body header.open {
  position: fixed !important;
}
@media (max-width: 768px) {
  body header.open {
    padding: 1rem;
    height: 100dvh;
  }
}
@media (max-width: 1366px) {
  body header.open {
    background-color: var(--cnav) !important;
    z-index: 111111111 !important;
  }
  body header.open nav,
body header.open .CTA {
    display: flex;
  }
  body header.open ul {
    padding: 0;
  }
}
body header.open *:not(.button) {
  color: #fff;
}
body header.open #logo path {
  fill: #fff !important;
}
body > header {
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  width: 100vw;
  padding: 0 0.4rem;
  margin: 0 -1rem;
  z-index: 11111111;
}
@media (min-width: 1366px) {
  body > header {
    position: fixed;
  }
}
@media (min-width: 1366px) {
  body > header {
    background-color: #fff;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  body > header * {
    color: var(--c01);
  }
  body > header #logo path {
    fill: var(--c01) !important;
  }
}
body > header.bgk_full {
  background-color: transparent;
}
body > header.bgk_full * {
  color: #fff;
}
body > header.bgk_full #logo path {
  fill: #fff !important;
}
body > header:not(.bgk_full):not(.open) #hamburger img {
  outline: 1px solid;
  background-color: #000;
  filter: invert(1);
}
body > header:is(:not(.bgk_full)) img {
  filter: invert(1);
}
body > header {
  gap: 0;
  align-items: center;
}
body > header * {
  color: var(--c01);
}
body > header #logo path {
  fill: var(--c01) !important;
}
@media (max-width: 1366px) {
  body > header {
    flex-direction: column;
  }
}
body > header > * {
  justify-content: center;
}
body > header > #logo {
  flex: 0;
}
body > header > #logo svg {
  width: 100%;
  max-width: 320px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  body > header > #logo svg {
    max-width: 240px;
  }
}
body > header > nav {
  flex: 1;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 1366px) {
  body > header > nav {
    display: none;
  }
}
body > header > nav ul {
  margin-right: 0;
  margin-left: auto;
  padding: 0;
  margin: 0.25rem;
}
body > header > nav ul li {
  display: flex;
}
body > header > nav ul li a {
  padding: 0.5rem 0.75rem;
  color: var(--ch);
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 1366px) {
  body > header > nav ul li a {
    padding: 0.25rem 0.5rem;
  }
}
@media (max-width: 1366px) {
  body > header > nav ul li a {
    margin: auto;
  }
}
@media (min-width: 1366px) {
  body > header > nav ul li:nth-child(7) {
    margin-left: 0.5rem;
    margin-right: 0.25rem;
  }
}
body > header > nav ul li:nth-child(7), body > header > nav ul li:nth-child(8) {
  min-width: 52px;
  display: flex;
  align-items: center;
  background-color: #fff4;
  text-align: center;
}
body > header > nav ul li:nth-child(7) a, body > header > nav ul li:nth-child(8) a {
  width: 100%;
}
@media (max-width: 1024px) {
  body > header > nav ul li {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin: auto;
    margin-bottom: 0.25rem;
    min-width: 48px;
  }
}
@media (max-width: 560px) {
  body > header > nav ul {
    padding: 0;
  }
}
body > header > nav + div {
  overflow: visible;
}
body > header > .CTA {
  flex: 0;
}
@media (max-width: 1366px) {
  body > header > .CTA {
    margin-bottom: 2rem;
    display: none;
  }
}
body > header > .CTA a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  font-weight: 600 !important;
}

body section.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 2rem);
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  margin: auto -1rem;
  pointer-events: none;
}

summary::marker {
  content: "";
}

small.eyelet {
  font-size: 0.65rem;
  letter-spacing: 0.25rem;
  line-height: 0.3;
  display: block;
  margin: 0;
  padding: 0;
  color: var(--c01) !important;
}

.CTA > details > summary {
  white-space: nowrap;
  padding: 0 1rem;
  cursor: pointer;
  border: 1px solid #FFF;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.2rem;
  background-color: var(--ch);
  color: var(--w) !important;
}

.CTA > details > a.abs {
  font-size: 1rem !important;
  height: 2.6rem;
  margin: 0 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  inset: 0;
  min-width: calc(100% - .4rem) !important;
  padding-bottom: 0.25rem !important;
  border-color: var(--c01);
}

.CTA > details > a:nth-of-type(1) {
  top: -3rem;
}

.CTA > details > a:nth-of-type(2) {
  top: -6rem;
}

.CTA > details > a:nth-of-type(3) {
  top: -9rem;
}

.CTA > details > a:hover {
  border-color: var(--w);
}

@media (min-width: 960px) {
  .CTA > details > a:nth-of-type(1) {
    top: 3rem;
  }

  .CTA > details > a:nth-of-type(2) {
    top: 6rem;
  }

  .CTA > details > a:nth-of-type(3) {
    top: 9rem;
  }
}
