/* Media query */
/* VARIABILI */
/* FONT */
@font-face {
  font-family: "Century Gothic";
  src: url("../font/CenturyGothic-Bold.woff2") format("woff2"), url("../font/CenturyGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../font/CenturyGothic.woff2") format("woff2"), url("../font/CenturyGothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../font/cera_pro_black_italic-webfont.woff2") format("woff2"), url("../font/cera_pro_black_italic-webfont.woff") format("woff");
  font-weight: bolder;
  font-style: italic;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../font/cera_pro_black-webfont.woff2") format("woff2"), url("../font/cera_pro_black-webfont.woff") format("woff");
  font-weight: bolder;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../font/cera_pro_bold-webfont.woff2") format("woff2"), url("../font/cera_pro_bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../font/cera_pro_light-webfont.woff2") format("woff2"), url("../font/cera_pro_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../font/cera_pro_medium-webfont.woff2") format("woff2"), url("../font/cera_pro_medium-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../font/cera_pro_regular_italic-webfont.woff2") format("woff2"), url("../font/cera_pro_regular_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
/* MIXIN */
/* GENERALI */
:root {
  --app-height: 100%;
}

a:active,
a:focus {
  outline: 0 !important;
  -moz-outline-style: none !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizequality;
  -ms-interpolation-mode: nearest-neighbor;
}

html {
  position: relative;
  box-sizing: border-box;
}

.contenitore-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.mw-40 {
  max-width: 40vw;
  margin: 0 auto;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .mw-40 {
    max-width: 60vw;
    width: 60vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .mw-40 {
    max-width: 60vw;
    width: 60vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .mw-40 {
    max-width: 60vw;
    width: 60vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-40 {
    max-width: 60vw;
    width: 60vw;
  }
}
@media screen and (max-width: 480px) {
  .mw-40 {
    max-width: 90vw;
    width: 90vw;
  }
}

.mw-50 {
  max-width: 50vw;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .mw-50 {
    max-width: 90vw;
    width: 90vw;
  }
}

.mw-70 {
  max-width: 70vw;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .mw-70 {
    max-width: 90vw;
    width: 90vw;
  }
}

body {
  font-family: "Century Gothic";
  font-size: 19px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  color: #161615;
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
@media screen and (min-width: 1921px) {
  body {
    font-size: 22px;
    line-height: 31px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 480px) {
  body {
    border-top: 0;
    font-size: 16px;
  }
}
body a {
  text-decoration: none;
  color: inherit;
}

.bottone {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background-color: #00A3DA;
  padding: 10px 25px;
  border-radius: 20px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
  will-change: background-color, color;
}
.bottone:hover {
  color: #00A3DA;
  background-color: #161615;
}

/* HEADER */
.site-header {
  padding: 20px 5vw;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 9;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .site-header {
    padding: 20px 2.5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-header {
    padding: 20px 2.5vw;
  }
}
.site-header .wrapper {
  gap: 30px;
  align-items: center;
}
.site-header .site-branding a {
  display: flex;
}
.site-header .site-branding img {
  width: 13vw;
  max-width: 13vw;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .site-header .site-branding img {
    width: 18vw;
    max-width: 18vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-header .site-branding img {
    width: 23vw;
    max-width: 23vw;
  }
}
@media screen and (max-width: 480px) {
  .site-header .site-branding img {
    width: 33vw;
    max-width: 33vw;
  }
}
.site-header .main-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 40px;
}
@media screen and (max-width: 480px) {
  .site-header .main-nav {
    display: none;
  }
}
.site-header .main-nav a {
  font-family: "Century Gothic";
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .site-header .main-nav a {
    font-size: 16px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-header .main-nav a {
    font-size: 14px;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .site-header .bottone {
    font-size: 16px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-header .bottone {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .site-header .bottone {
    display: none;
  }
}
.site-header .contenitore-hamburger {
  display: none;
}
@media screen and (max-width: 480px) {
  .site-header .contenitore-hamburger {
    display: flex;
  }
}
.site-header .hamburger-inner,
.site-header .hamburger-inner::before,
.site-header .hamburger-inner::after {
  width: 100%;
}

/* OVERLAY MOBILE */
.overlay-mobile {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  background: #fff;
  width: 100%;
  z-index: 8;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.overlay-mobile .main-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 80vw;
  margin: 0 auto 10vh auto;
  text-align: center;
}
.overlay-mobile .main-nav a {
  font-family: "Century Gothic";
  font-size: 25px;
  color: #161615;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
}
.overlay-mobile .bottone {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/* HERO */
.hero {
  position: relative;
}
.hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 6vh;
  left: -5vw;
  width: 10vw;
  height: 30px;
  background-color: #00A3DA;
  border-radius: 20px;
}
.hero h1 {
  position: absolute;
  top: 5vh;
  left: 7.5vw;
  font-family: "Century Gothic";
  font-weight: normal;
  line-height: 1.1;
  color: #fff;
  font-size: clamp(24px, 4vw, 48px);
  margin: 0;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .hero h1 {
    font-size: 35px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .hero h1 {
    font-size: 32px;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .hero h1 {
    font-size: 28px;
    top: 4vh;
  }
}
.hero .img-bg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero picture {
  display: flex;
  width: 100%;
}
.hero .wrapper-contenuto {
  position: absolute;
  top: 5vh;
  left: 55vw;
  right: 5vw;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .hero .wrapper-contenuto {
    top: 4vh;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .hero .wrapper-contenuto {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 5vh 5vw;
    background: #000;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .hero .wrapper-contenuto {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 5vh 5vw;
    background: #000;
  }
}
.hero .wrapper-contenuto p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
.hero .wrapper-contenuto ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 15px;
  margin-top: 20px;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .hero .wrapper-contenuto ul {
    gap: 0 10px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .hero .wrapper-contenuto ul {
    gap: 0 10px;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .hero .wrapper-contenuto ul {
    gap: 0 10px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .hero .wrapper-contenuto ul {
    margin-top: 5px;
    gap: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .hero .wrapper-contenuto ul {
    margin-top: 5px;
    gap: 0 10px;
  }
}
.hero .wrapper-contenuto ul li {
  color: #fff;
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
  font-family: "Century Gothic";
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .hero .wrapper-contenuto ul li {
    flex: unset;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .hero .wrapper-contenuto ul li {
    font-size: 18px;
    flex: unset;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .hero .wrapper-contenuto ul li {
    font-size: 16px;
    flex: unset;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .hero .wrapper-contenuto ul li {
    font-size: 14px;
    flex: unset;
  }
}
@media screen and (max-width: 480px) {
  .hero .wrapper-contenuto ul li {
    font-size: 14px;
    flex: unset;
  }
}
@media screen and (max-width: 375px) {
  .hero .wrapper-contenuto ul li {
    font-size: 12px;
    flex: unset;
  }
}
.hero .wrapper-contenuto ul li:first-of-type {
  color: #00A3DA;
}
.hero .wrapper-contenuto .wrapper-foto {
  margin-top: 20vh;
  justify-content: space-between;
}
@media screen and (min-width: 1921px) {
  .hero .wrapper-contenuto .wrapper-foto {
    gap: 0 3vw;
    justify-content: flex-start;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .hero .wrapper-contenuto .wrapper-foto {
    margin-top: 12vh;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .hero .wrapper-contenuto .wrapper-foto {
    margin-top: 5vh;
  }
}
@media screen and (max-width: 480px) {
  .hero .wrapper-contenuto .wrapper-foto {
    margin-top: 5vh;
  }
}
.hero .wrapper-contenuto .wrapper-foto img {
  max-width: 45%;
}

/* TESTO CENTRATO */
.sezione-testo-centrato {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
@media screen and (max-width: 480px) {
  .sezione-testo-centrato {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
.sezione-testo-centrato {
  text-align: center;
}
.sezione-testo-centrato .wrapper-testo {
  margin: 0 auto;
}
.sezione-testo-centrato .wrapper-testo h2 {
  font-family: "Century Gothic";
  font-size: 34px;
  line-height: 1.1;
  font-weight: normal;
  margin: 0;
  color: #161615;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-testo-centrato .wrapper-testo h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-testo-centrato .wrapper-testo h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .sezione-testo-centrato .wrapper-testo h2 {
    font-size: 20px;
  }
}
.sezione-testo-centrato .wrapper-testo h2 {
  font-weight: bold;
  margin: 0;
  color: #00A3DA;
  text-align: center;
}
.sezione-testo-centrato .wrapper-testo h2 span {
  color: #161615;
}
.sezione-testo-centrato .wrapper-testo p {
  margin-top: 5vh;
}

/* SEZIONE PRE-BANNER */
.sezione-pre-banner {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
@media screen and (max-width: 480px) {
  .sezione-pre-banner {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
.sezione-pre-banner {
  background-color: rgba(22, 22, 21, 0.07);
}
.sezione-pre-banner .wrapper-loghi {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 5vh 5vw;
}
@media screen and (max-width: 480px) {
  .sezione-pre-banner .wrapper-loghi {
    justify-content: center;
  }
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .sezione-pre-banner .wrapper-loghi img {
    max-width: 30vw;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-pre-banner .wrapper-loghi img {
    max-width: 30vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-pre-banner .wrapper-loghi img {
    max-width: 30vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-pre-banner .wrapper-loghi img {
    max-width: 30vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-pre-banner .wrapper-loghi img {
    max-width: 40vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-pre-banner .wrapper-loghi img {
    max-width: 50vw;
  }
}

/* SEZIONE BANNER */
.sezione-banner {
  position: relative;
}
.sezione-banner picture,
.sezione-banner img {
  width: 100%;
  height: 100%;
  display: flex;
}
.sezione-banner h2 {
  font-family: "Century Gothic";
  font-size: 34px;
  line-height: 1.1;
  font-weight: normal;
  margin: 0;
  color: #161615;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-banner h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-banner h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .sezione-banner h2 {
    font-size: 20px;
  }
}
.sezione-banner h2 {
  margin: 0;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 5vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 80vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-banner h2 {
    top: 2vh;
  }
}

/* SEZIONE REGOLAMENTO */
.sezione-regolamento {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
@media screen and (max-width: 480px) {
  .sezione-regolamento {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
.sezione-regolamento {
  background-color: rgba(22, 22, 21, 0.07);
}
.sezione-regolamento .wrapper-passaggi {
  max-width: 70vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5vh 20px;
  margin: 5vh auto;
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .sezione-regolamento .wrapper-passaggi {
    max-width: 80vw;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-regolamento .wrapper-passaggi {
    max-width: 90vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-regolamento .wrapper-passaggi {
    max-width: 90vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-regolamento .wrapper-passaggi {
    max-width: 90vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-regolamento .wrapper-passaggi {
    max-width: 90vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-regolamento .wrapper-passaggi {
    grid-template-columns: repeat(1, 1fr);
    max-width: 80vw;
  }
}
.sezione-regolamento .wrapper-passaggi span {
  font-size: 30px;
  font-family: "Century Gothic";
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #00A3DA;
  border-radius: 100%;
  aspect-ratio: 1;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-regolamento .wrapper-passaggi span {
    font-size: 25px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-regolamento .wrapper-passaggi span {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-regolamento .wrapper-passaggi span {
    font-size: 25px;
  }
}
.sezione-regolamento .wrapper-passaggi p {
  text-align: center;
  font-family: "Century Gothic";
  font-size: 34px;
  line-height: 1.1;
  font-weight: normal;
  margin: 0;
  color: #161615;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-regolamento .wrapper-passaggi p {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-regolamento .wrapper-passaggi p {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .sezione-regolamento .wrapper-passaggi p {
    font-size: 20px;
  }
}
.sezione-regolamento .wrapper-passaggi p {
  line-height: 1;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-regolamento .wrapper-passaggi p {
    font-size: 25px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-regolamento .wrapper-passaggi p {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-regolamento .wrapper-passaggi p {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .sezione-regolamento .wrapper-passaggi p {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-regolamento .wrapper-passaggi p br {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-regolamento .wrapper-passaggi p br {
    display: none;
  }
}
.sezione-regolamento .wrapper-cta {
  margin-top: 25vh;
}
@media screen and (min-width: 1921px) {
  .sezione-regolamento .wrapper-cta {
    margin-top: 15vh;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-regolamento .wrapper-cta {
    margin-top: 15vh;
    max-width: 90vw;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-regolamento .wrapper-cta {
    margin-top: 15vh;
  }
}
.sezione-regolamento .wrapper-cta h3 {
  font-family: "Century Gothic";
  font-size: 34px;
  line-height: 1.1;
  font-weight: normal;
  margin: 0;
  color: #161615;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-regolamento .wrapper-cta h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-regolamento .wrapper-cta h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .sezione-regolamento .wrapper-cta h3 {
    font-size: 20px;
  }
}
.sezione-regolamento .wrapper-cta h3 {
  text-align: center;
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .sezione-regolamento .wrapper-cta h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .sezione-regolamento .wrapper-cta h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-regolamento .wrapper-cta h3 br {
    display: none;
  }
}
.sezione-regolamento .wrapper-cta .bottone {
  margin: 30px auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

/* SEZIONE FORBICI */
.sezione-forbici {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
@media screen and (max-width: 480px) {
  .sezione-forbici {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
.sezione-forbici {
  position: relative;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-forbici {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
.sezione-forbici:before {
  content: "";
  display: block;
  position: absolute;
  top: 10.5vh;
  left: -5vw;
  width: 26vw;
  height: 30px;
  background-color: #00A3DA;
  border-radius: 20px;
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .sezione-forbici:before {
    width: 16vw;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-forbici:before {
    width: 16vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-forbici:before {
    width: 9vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-forbici:before {
    width: 9vw;
    top: 10vh;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-forbici:before {
    width: 9vw;
    top: 5vh;
  }
}
@media screen and (max-width: 480px) {
  .sezione-forbici:before {
    width: 9vw;
    top: 5vh;
  }
}
.sezione-forbici .wrapper-contenuto {
  padding-left: 25vw;
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .sezione-forbici .wrapper-contenuto {
    padding-left: 15vw;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-forbici .wrapper-contenuto {
    padding-left: 15vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-forbici .wrapper-contenuto {
    padding-left: 5vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-forbici .wrapper-contenuto {
    padding-left: 5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-forbici .wrapper-contenuto {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-forbici .wrapper-contenuto {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.sezione-forbici .wrapper-contenuto h2 {
  font-family: "Century Gothic";
  font-size: 34px;
  line-height: 1.1;
  font-weight: normal;
  margin: 0;
  color: #161615;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-forbici .wrapper-contenuto h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-forbici .wrapper-contenuto h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .sezione-forbici .wrapper-contenuto h2 {
    font-size: 20px;
  }
}
.sezione-forbici .wrapper-contenuto h2 {
  text-transform: uppercase;
  color: #00A3DA;
  font-weight: bold;
}
.sezione-forbici .wrapper-contenuto p.intro {
  max-width: 40vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-forbici .wrapper-contenuto p.intro {
    max-width: 90vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-forbici .wrapper-contenuto p.intro {
    max-width: 90vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-forbici .wrapper-contenuto p.intro br {
    display: none;
  }
}
.sezione-forbici .wrapper-contenuto .contenitore-plus .lista {
  flex-basis: 45%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-forbici .wrapper-contenuto .contenitore-plus .lista {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-forbici .wrapper-contenuto .contenitore-plus .lista {
    flex-basis: 100%;
  }
}
.sezione-forbici .wrapper-contenuto .contenitore-plus .lista ul {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  padding: 0;
  margin: 0 0 0 20px;
  margin-top: 5vh;
  list-style: none;
}
.sezione-forbici .wrapper-contenuto .contenitore-plus .lista ul li {
  padding-left: 20px;
  position: relative;
}
.sezione-forbici .wrapper-contenuto .contenitore-plus .lista ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -20px;
  width: 10px;
  height: 10px;
  background-color: #00A3DA;
  border-radius: 100%;
}
.sezione-forbici .wrapper-contenuto .contenitore-plus .wrapper-img-forbici {
  flex-basis: 55%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-forbici .wrapper-contenuto .contenitore-plus .wrapper-img-forbici {
    align-items: flex-start;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-forbici .wrapper-contenuto .contenitore-plus .wrapper-img-forbici {
    align-items: flex-start;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-forbici .wrapper-contenuto .contenitore-plus .wrapper-img-forbici {
    margin-top: 10vh;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-forbici .wrapper-contenuto .contenitore-plus .wrapper-img-forbici {
    margin-top: 10vh;
    flex-basis: 100%;
  }
}
.sezione-forbici .wrapper-contenuto .contenitore-plus .wrapper-img-forbici img:not(.griglia-icone) {
  width: 100%;
  height: auto;
  position: relative;
  left: -5vw;
}
.sezione-forbici .wrapper-contenuto .contenitore-plus .wrapper-img-forbici .griglia-icone {
  position: absolute;
  width: 25vw;
  height: auto;
  z-index: 3;
  top: -5vh;
  right: 5vw;
  left: auto;
  max-width: 216px;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-forbici .wrapper-contenuto .contenitore-plus .wrapper-img-forbici .griglia-icone {
    width: 15vw;
    top: -15vh;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-forbici .wrapper-contenuto .contenitore-plus .wrapper-img-forbici .griglia-icone {
    width: 15vw;
    top: -15vh;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-forbici .wrapper-contenuto .contenitore-plus .wrapper-img-forbici .griglia-icone {
    right: -1vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-forbici .wrapper-contenuto .contenitore-plus .wrapper-img-forbici .griglia-icone {
    right: -1vw;
  }
}

/* SEZIONE CERCHI */
.sezione-cerchi {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
@media screen and (max-width: 480px) {
  .sezione-cerchi {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
.sezione-cerchi {
  background-color: rgba(22, 22, 21, 0.07);
}
.sezione-cerchi .griglia-cerchi {
  max-width: 70vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .sezione-cerchi .griglia-cerchi {
    max-width: 80vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-cerchi .griglia-cerchi {
    max-width: 90vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-cerchi .griglia-cerchi {
    max-width: 90vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-cerchi .griglia-cerchi {
    grid-template-columns: repeat(2, 1fr);
    gap: 10vh 5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-cerchi .griglia-cerchi {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vh 0;
  }
}
.sezione-cerchi .griglia-cerchi .blocco {
  position: relative;
}
.sezione-cerchi .griglia-cerchi .blocco .wrapper-img-doppia {
  position: relative;
}
.sezione-cerchi .griglia-cerchi .blocco .wrapper-img-doppia img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-cerchi .griglia-cerchi .blocco .wrapper-img-doppia img {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-cerchi .griglia-cerchi .blocco .wrapper-img-doppia img {
    width: 50%;
  }
}
.sezione-cerchi .griglia-cerchi .blocco .wrapper-img-doppia img.dettaglio {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 40%;
  transform: translateX(-10%);
}
@media screen and (max-width: 480px) {
  .sezione-cerchi .griglia-cerchi .blocco .wrapper-img-doppia img.dettaglio {
    max-width: 20%;
    transform: translateX(80%);
  }
}
.sezione-cerchi .griglia-cerchi .blocco h3 {
  font-family: "Century Gothic";
  font-size: 34px;
  line-height: 1.1;
  font-weight: normal;
  margin: 0;
  color: #161615;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-cerchi .griglia-cerchi .blocco h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-cerchi .griglia-cerchi .blocco h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .sezione-cerchi .griglia-cerchi .blocco h3 {
    font-size: 20px;
  }
}
.sezione-cerchi .griglia-cerchi .blocco h3 {
  color: #00A3DA;
  font-size: 25px;
  font-weight: bold;
  margin: 30px auto 0 auto;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-cerchi .griglia-cerchi .blocco h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-cerchi .griglia-cerchi .blocco h3 {
    font-size: 20px;
    margin-top: 10px;
  }
}

.img-separatore {
  width: 100%;
  height: auto;
  margin-top: 15vh;
  display: flex;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .img-separatore {
    margin-top: 5vh;
  }
}
@media screen and (max-width: 480px) {
  .img-separatore {
    margin-top: 5vh;
  }
}

/* PERCHE CEMBRE */
.perche-cembre {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
@media screen and (max-width: 480px) {
  .perche-cembre {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
.perche-cembre .wrapper-testo {
  text-align: center;
}
.perche-cembre .wrapper-testo h2 {
  font-family: "Century Gothic";
  font-size: 34px;
  line-height: 1.1;
  font-weight: normal;
  margin: 0;
  color: #161615;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .perche-cembre .wrapper-testo h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .perche-cembre .wrapper-testo h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .perche-cembre .wrapper-testo h2 {
    font-size: 20px;
  }
}
.perche-cembre .wrapper-testo h2 {
  font-weight: bold;
  text-transform: uppercase;
  color: #00A3DA;
  line-height: 1;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .perche-cembre .wrapper-testo h2 {
    max-width: 80%;
    margin: 0 auto;
  }
}
.perche-cembre .wrapper-testo p {
  margin-top: 5vh;
}
@media screen and (max-width: 480px) {
  .perche-cembre .wrapper-testo p br {
    display: none;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .perche-cembre .wrapper-testo p br {
    display: none;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .perche-cembre .wrapper-testo p br {
    display: none;
  }
}
.perche-cembre .griglia-punti-forza {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5vw;
  max-width: 90vw;
  margin: 10vh auto 0 auto;
  overflow: hidden;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .perche-cembre .griglia-punti-forza {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .perche-cembre .griglia-punti-forza {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .perche-cembre .griglia-punti-forza {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vh 0;
  }
}
.perche-cembre .griglia-punti-forza .punto-forza {
  text-align: center;
  position: relative;
}
.perche-cembre .griglia-punti-forza .punto-forza:nth-of-type(1) .icona img {
  max-width: 70%;
}
.perche-cembre .griglia-punti-forza .punto-forza:nth-of-type(3) .icona {
  justify-content: flex-start;
}
.perche-cembre .griglia-punti-forza .punto-forza:last-of-type .wrapper::after {
  display: none;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .perche-cembre .griglia-punti-forza .punto-forza:last-of-type .icona img {
    max-width: 50%;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .perche-cembre .griglia-punti-forza .punto-forza:last-of-type .icona img {
    max-width: 50%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .perche-cembre .griglia-punti-forza .punto-forza:last-of-type .icona img {
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .perche-cembre .griglia-punti-forza .punto-forza:last-of-type .icona img {
    max-width: 50%;
  }
}
.perche-cembre .griglia-punti-forza .punto-forza .icona {
  background-color: #A4A3A3;
  width: 15vw;
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  margin: 0 auto 5vh auto;
  overflow: hidden;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .perche-cembre .griglia-punti-forza .punto-forza .icona {
    width: 10vw;
    height: 10vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .perche-cembre .griglia-punti-forza .punto-forza .icona {
    width: 10vw;
    height: 10vw;
  }
}
@media screen and (max-width: 480px) {
  .perche-cembre .griglia-punti-forza .punto-forza .icona {
    width: 25vw;
    height: 25vw;
  }
}
.perche-cembre .griglia-punti-forza .punto-forza .icona img {
  max-width: 90%;
}
.perche-cembre .griglia-punti-forza .punto-forza .wrapper {
  position: relative;
}
.perche-cembre .griglia-punti-forza .punto-forza .wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -2.5vw;
  width: 1px;
  height: 150%;
  background-color: #707070;
  opacity: 0.5;
}
.perche-cembre .griglia-punti-forza .punto-forza h3 {
  font-family: "Century Gothic";
  font-size: 34px;
  line-height: 1.1;
  font-weight: normal;
  margin: 0;
  color: #161615;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .perche-cembre .griglia-punti-forza .punto-forza h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .perche-cembre .griglia-punti-forza .punto-forza h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .perche-cembre .griglia-punti-forza .punto-forza h3 {
    font-size: 20px;
  }
}
.perche-cembre .griglia-punti-forza .punto-forza h3 {
  color: #00A3DA;
  font-size: 25px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .perche-cembre .griglia-punti-forza .punto-forza p br {
    display: none;
  }
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .perche-cembre .griglia-punti-forza .punto-forza p br {
    display: none;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .perche-cembre .griglia-punti-forza .punto-forza p br {
    display: none;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .perche-cembre .griglia-punti-forza .punto-forza p br {
    display: none;
  }
}

/* SEZIONE RECENSIONI */
.sezione-recensioni {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
@media screen and (max-width: 480px) {
  .sezione-recensioni {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
.sezione-recensioni .wrapper-slider h3 {
  font-family: "Century Gothic";
  font-size: 34px;
  line-height: 1.1;
  font-weight: normal;
  margin: 0;
  color: #161615;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-recensioni .wrapper-slider h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-recensioni .wrapper-slider h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .sezione-recensioni .wrapper-slider h3 {
    font-size: 20px;
  }
}
.sezione-recensioni .wrapper-slider h3 {
  color: #00A3DA;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}
.sezione-recensioni .wrapper-slider .slider-recensioni {
  max-width: 80vw;
  margin: 10vh auto 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-recensioni .wrapper-slider .slider-recensioni {
    margin: 5vh auto 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .sezione-recensioni .wrapper-slider .slider-recensioni {
    margin: 5vh auto 0 auto;
  }
}
.sezione-recensioni .wrapper-slider .slider-recensioni .recensione {
  width: 30vw;
  height: 20vh;
  background-color: #00A3DA;
  border-radius: 22px;
  padding: 10vh 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 375px) {
  .sezione-recensioni .wrapper-slider .slider-recensioni .recensione {
    height: 40vh;
    padding: 10px;
  }
}
.sezione-recensioni .wrapper-slider .slider-recensioni .recensione .wrapper-stelle {
  display: flex;
  gap: 0 2px;
  align-items: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.sezione-recensioni .wrapper-slider .slider-recensioni .recensione p {
  margin-top: 5vh;
  color: #fff;
}
.sezione-recensioni .wrapper-slider .slider-recensioni .recensione span {
  font-weight: bold;
  color: #fff;
}
.sezione-recensioni .wrapper-slider .slider-recensioni {
  /* the slides */
}
.sezione-recensioni .wrapper-slider .slider-recensioni .slick-slide {
  margin: 0 10px;
}
.sezione-recensioni .wrapper-slider .slider-recensioni {
  /* the parent */
}
.sezione-recensioni .wrapper-slider .slider-recensioni .slick-list {
  margin: 0 -10px;
}
.sezione-recensioni .wrapper-slider .slider-recensioni .nav-slider {
  position: absolute;
  width: 98vw;
  left: -9vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 9;
}
@media screen and (max-width: 480px) {
  .sezione-recensioni .wrapper-slider .slider-recensioni .nav-slider {
    width: 100vw;
    left: -10vw;
  }
}
.sezione-recensioni .wrapper-slider .slider-recensioni .nav-slider .bottone-slider {
  width: 40px;
  height: 40px;
  background-color: #707070;
  cursor: pointer;
  pointer-events: all;
  transition: background-color 0.3s ease;
  will-change: background-color;
}
.sezione-recensioni .wrapper-slider .slider-recensioni .nav-slider .bottone-slider.next {
  -webkit-mask: url("../svg/cembre-ico-arrow-right.svg") no-repeat center;
          mask: url("../svg/cembre-ico-arrow-right.svg") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.sezione-recensioni .wrapper-slider .slider-recensioni .nav-slider .bottone-slider.next:hover {
  background-color: #00A3DA;
}
.sezione-recensioni .wrapper-slider .slider-recensioni .nav-slider .bottone-slider.prev {
  -webkit-mask: url("../svg/cembre-ico-arrow-right.svg") no-repeat center;
          mask: url("../svg/cembre-ico-arrow-right.svg") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: rotate(180deg);
}
.sezione-recensioni .wrapper-slider .slider-recensioni .nav-slider .bottone-slider.prev:hover {
  background-color: #00A3DA;
}

/* SEZIONE FORM */
.sezione-form {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
@media screen and (max-width: 480px) {
  .sezione-form {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
.sezione-form {
  padding-bottom: 0;
}
.sezione-form .contenitore-form {
  max-width: 40vw;
  margin: 0 auto;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-form .contenitore-form {
    max-width: 60vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-form .contenitore-form {
    max-width: 70vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-form .contenitore-form {
    max-width: 80vw;
  }
}
.sezione-form h2,
.sezione-form h3 {
  font-family: "Century Gothic";
  font-size: 34px;
  line-height: 1.1;
  font-weight: normal;
  margin: 0;
  color: #161615;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-form h2,
  .sezione-form h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-form h2,
  .sezione-form h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .sezione-form h2,
  .sezione-form h3 {
    font-size: 20px;
  }
}
.sezione-form h2,
.sezione-form h3 {
  font-weight: bold;
  margin: 0;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .sezione-form h2 br,
  .sezione-form h3 br {
    display: none;
  }
}
.sezione-form h3 {
  color: #00A3DA;
}

/* FORM */
.contact100-form {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 0.25px solid rgba(60, 5, 9, 0.5);
  padding-bottom: 13px;
  margin-bottom: 25px;
}

.input100 {
  display: block;
  width: 100%;
  background: 0 0;
  font-family: "Cera Pro";
  font-size: 25px;
  font-weight: 300;
  color: #161615;
  line-height: 1;
  padding: 0 5px;
  border: 0;
  outline: 0;
}

.contenitore-form p.font-scuro:first-of-type {
  margin: 0 auto;
  font-size: 18px;
}

@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  input {
    font-size: 18px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  input {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  input {
    font-size: 18px;
  }
}
input::-moz-placeholder {
  font-family: "Cera Pro";
  font-size: 25px;
  font-weight: 300;
  color: #161615;
  opacity: 1;
}
input::placeholder {
  font-family: "Cera Pro";
  font-size: 25px;
  font-weight: 300;
  color: #161615;
  opacity: 1;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  input::-moz-placeholder {
    font-size: 18px;
  }
  input::placeholder {
    font-size: 18px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  input::-moz-placeholder {
    font-size: 18px;
  }
  input::placeholder {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  input::-moz-placeholder {
    font-size: 18px;
  }
  input::placeholder {
    font-size: 18px;
  }
}

.contenitore-policy {
  display: flex;
  flex-wrap: nowrap;
  box-shadow: inset 0px -63px 65px -30px rgb(255, 255, 255);
}
@media screen and (max-width: 375px) {
  .contenitore-policy {
    flex-wrap: wrap;
  }
}
.contenitore-policy p {
  height: 150px;
  display: block;
  overflow-y: scroll;
  margin: 0 0 0 auto;
  width: 94%;
  font-family: "Cera Pro";
  font-weight: 300;
  font-size: 16px;
  color: #161615;
  line-height: 25px;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 375px) {
  .contenitore-policy p {
    flex-wrap: 14px;
  }
}
.contenitore-policy p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.contenitore-policy p::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.contenitore-policy p::-webkit-scrollbar-thumb {
  background-color: #00A3DA;
  border: 2px solid #00A3DA;
  border-radius: 10px;
  height: 10px;
}
.contenitore-policy p::-webkit-scrollbar-button {
  height: 0px;
}
.contenitore-policy a {
  text-decoration: underline;
  color: #00A3DA;
}

#check_privacy {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #00A3DA;
  border-radius: 10px;
  margin-right: 20px;
  outline: 0;
}
#check_privacy:checked {
  background-color: #00A3DA;
}

.alert {
  padding: 10px;
  border: 1px solid #00A3DA;
  margin: 30px 0;
  text-align: center;
  font-family: "Cera Pro";
  font-size: 18px;
  color: #161615;
}

.alert.alert-success {
  border: 1px solid #00A3DA;
}

.container-contact100-form-btn {
  margin-top: 50px;
}

.contact100-form-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Cera Pro";
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background-color: #00A3DA;
  padding: 10px 65px;
  border-radius: 20px;
  text-decoration: none !important;
  border: 0;
  cursor: pointer;
}

#result {
  width: 40vw;
  background: #00A3DA;
  padding: 50px;
  text-align: center;
  font-family: "Century Gothic";
  font-size: 34px;
  line-height: 1.1;
  font-weight: normal;
  margin: 0;
  color: #161615;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  #result {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  #result {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  #result {
    font-size: 20px;
  }
}
#result {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  border-radius: 22px;
  margin: 5vh auto !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  display: block;
}

/* FOOTER */
.site-footer {
  background-color: #eaeaea;
}
.site-footer .pre-footer {
  position: relative;
  width: 100%;
  border-top: 1px solid #3E3A34;
  border-bottom: 1px solid #3E3A34;
  padding: 10px 0;
}
.site-footer .pre-footer::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #3E3A34;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
.site-footer .site-info {
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 5vh 5vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .site-info {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding: 5vh 5vw;
  }
}
.site-footer .site-info .col-footer {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 50px;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .site-footer .site-info .col-footer {
    padding: 0 20px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .site-info .col-footer {
    border: 0;
    padding: 20px 0 0 0;
    flex-basis: 100%;
    align-items: center;
    text-align: center;
  }
  .site-footer .site-info .col-footer::after {
    content: "";
    width: 30vw;
    height: 1px;
    background-color: #161615;
    position: relative;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .col-footer {
    border: 0;
    padding: 20px 0 0 0;
    flex-basis: 100%;
    align-items: center;
    text-align: center;
  }
  .site-footer .site-info .col-footer::after {
    content: "";
    width: 30vw;
    height: 1px;
    background-color: #161615;
    position: relative;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .col-footer .wrapper-legal {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .site-footer .site-info .col-footer .wrapper-legal span {
    display: none;
  }
}
.site-footer .site-info .col-footer:first-of-type {
  padding-left: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .site-info .col-footer:first-of-type {
    max-width: 50vw;
    padding: 0;
    margin: 0 auto;
    border: 0;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .col-footer:first-of-type {
    max-width: 60vw;
    padding: 0;
    margin: 0 auto;
    border: 0;
  }
}
.site-footer .site-info .col-footer:first-of-type img {
  width: 220px;
}
@media screen and (min-width: 1921px) {
  .site-footer .site-info .col-footer:first-of-type img {
    width: 13vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .site-footer .site-info .col-footer:first-of-type img {
    max-width: 20vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .site-info .col-footer:first-of-type img {
    width: 35vw;
    margin-bottom: 30px;
  }
}
.site-footer .site-info .col-footer:last-of-type {
  border: 0;
  padding-right: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .site-info .col-footer:last-of-type::after {
    content: none;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .col-footer:last-of-type::after {
    content: none;
  }
}
.site-footer .site-info .col-footer p,
.site-footer .site-info .col-footer a {
  margin: 0;
  line-height: 1.2;
  font-size: 16px;
  color: #161615;
  font-family: "Cera Pro";
  font-weight: 300;
}
@media screen and (min-width: 1921px) {
  .site-footer .site-info .col-footer p,
  .site-footer .site-info .col-footer a {
    font-size: 23px;
  }
}
.site-footer .site-info .social-footer {
  gap: 0 15px;
  flex-wrap: nowrap;
  z-index: 10;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .site-info .social-footer {
    gap: 0 10px;
    margin-top: 5vh;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .social-footer {
    gap: 0 10px;
    margin-top: 5vh;
  }
}
.site-footer .site-info .social-footer svg {
  width: 30px;
  height: 30px;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .social-footer svg {
    width: 35px;
    height: 25px;
  }
}
.site-footer .site-info .social-footer svg .cls-1-social-footer {
  transition: all linear 0.3s;
  will-change: fill;
  fill: #3E3A34;
}
.site-footer .site-info .social-footer svg .cls-2 {
  transition: all linear 0.3s;
  will-change: fill;
}
.site-footer .site-info .social-footer a {
  border: 1px solid #3E3A34;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 15px;
  aspect-ratio: 1;
  transition: background-color linear 0.3s;
  will-change: background-color;
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .social-footer a {
    padding: 25px;
  }
}
.site-footer .site-info .social-footer a:hover {
  background-color: #3E3A34;
}
.site-footer .site-info .social-footer a:hover svg .cls-1-social-footer {
  fill: #161615;
}

/* PRIVACY CONTENT */
.privacy-content {
  max-width: 70vw;
  margin: 10vh auto;
}
@media screen and (max-width: 480px) {
  .privacy-content {
    max-width: 90vw;
  }
}
.privacy-content h2 {
  margin-top: 5vh;
  font-size: 25px;
}
.privacy-content p.underline {
  font-weight: bold;
  text-decoration: underline;
  margin: 20px 0 -10px 0;
}
.privacy-content span.underline {
  font-weight: bold;
  text-decoration: underline;
}
.privacy-content a {
  text-decoration: underline;
  color: #00A3DA;
  font-weight: bold;
}
.privacy-content .indice p {
  font-weight: bold;
}
.privacy-content ul.lista-lettere {
  list-style: lower-alpha;
}/*# sourceMappingURL=main.css.map */