/* Importazione dei font */
/* Per MochaMattariW01-Regular, assumo che sia un font personalizzato che deve essere caricato tramite @font-face */
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "DeccanW03-Bold";
  src: url("../fonts/DeccanW03-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Deccan-Semibold";
  src: url("../fonts/Deccan-Semibold.eot?iefix");
  src: url("../fonts/Deccan-Semibold.woff") format("woff"), url("../fonts/Deccan-Semibold.ttf") format("truetype"), url("../fonts/Deccan-Semibold.svg") format("svg");
}
@font-face {
  font-family: "Deccan-Regular";
  src: url("../fonts/DeccanMulinoBianco.eot?iefix");
  src: url("../fonts/DeccanMulinoBianco.woff") format("woff"), url("../fonts/DeccanMulinoBianco.ttf") format("truetype"), url("../fonts/DeccanMulinoBianco.svg") format("svg");
}
body {
  padding-top: 0;
  font-family: "Titillium Web", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fefaeb;
}

/* Stile per l'header fisso */
header {
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.86);
  /* Header nero con alpha 86% */
  z-index: 1030;
  min-height: 75px;
}

.static-top {
  position: absolute;
  width: 100%;
  max-width: 900px;
  left: 50%;
  transform: translateX(-50%);
}

header.scrolled {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Stile per il contenuto principale che appare sotto l'header */
.main-content {
  position: relative;
  z-index: 1;
  /* Valore inferiore rispetto all'header */
}
.main-content.unheaded {
  padding-top: 8rem;
}

/* Stile per le immagini how-to */
.how-to-image {
  max-width: 100%;
  max-height: 140px;
  margin-bottom: 20px;
}

/* Prevenzione dello scrolling orizzontale */
html,
body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

.container,
.container-fluid {
  overflow-x: hidden;
}

/* Stile per il logo */
.header-container {
  max-width: 900px;
  margin: 0 auto;
}

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

.logo-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-header img {
  max-height: 100px;
  position: relative;
  top: 0;
}

a {
  text-decoration: none;
  color: #551b11;
}

.upload-explainer-link {
  text-decoration: underline;
  font-weight: 700;
  color: inherit;
}

.button {
  background: #551b11;
  border-radius: 30px;
  border: none;
  font-weight: 400;
  font-size: 20px;
  padding: 8px 48px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  font-weight: 600;
  width: auto;
  /* Add this to ensure width is based on content */
  margin: 0 auto;
  /* Center the button if needed */
}

.button-yellow {
  background-color: #f6c94e;
  color: #551b11;
}

.btn-circle {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #64382a;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-circle:hover {
  background-color: #f8f8f8;
  color: #64382a;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn-header-icon {
  font-size: 18px;
  border: none;
}

.header-buttons-right {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .logo-header img {
    max-height: 80px;
  }
  .btn-circle {
    width: 36px;
    height: 36px;
  }
}
.hero-img {
  width: 100%;
}

/* Stile per le sezioni */
section {
  margin-bottom: 4rem;
}

/* Stile per i paragrafi */
p {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #551b11;
  font-size: 1.25rem;
}

.contest-details {
  font-size: 0.75rem;
}

/* Stile per i titoli */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.gigya-screen-dialog .gigya-composite-control-header.headerLogin,
.gigya-screen-dialog .gigya-composite-control-header.headerLoginRegistration,
.gigya-screen-dialog-mobile .gigya-composite-control-header.headerLogin,
.gigya-screen-dialog-mobile .gigya-composite-control-header.headerLoginRegistration,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Deccan-Semibold", serif;
  font-weight: 700;
  color: #551b11;
}

.titillium {
  font-family: "Titillium Web", sans-serif;
}

.data-input-label {
  font-family: "Titillium Web", sans-serif;
  font-size: 30px;
}

.accent-bg {
  background-color: #ffedad;
}

/* Stile per i divider */
.divider {
  height: 14px;
  width: 100%;
  overflow: hidden;
}

/* Card */
.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.date-range-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.date-range-box .date {
  border: 1px solid #e9e2dd;
  border-radius: 5px;
  overflow: hidden;
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  font-weight: bold;
  width: 81px;
  text-align: center;
}

.date-range-box .date.start .month {
  background: #d3c6bc;
}

.date-range-box .date .month {
  background: #5a1e0f;
  line-height: 30px;
  font-size: 16px;
  display: block;
  height: 30px;
  color: white;
  width: 100%;
  text-transform: uppercase;
}

.date-range-box .date .day {
  background: white;
  line-height: 44px;
  font-size: 36px;
  display: block;
  color: #5a1e0f;
  height: 49px;
  width: 100%;
}

.date-range-box .date-separator .brown-arrow {
  position: relative;
  fill: #5a1e0f;
  height: 20px;
  width: 31px;
  top: 15px;
}

@media (max-width: 767px) {
  .date-range-box .date {
    width: 52px;
  }
  .date-range-box .date .month {
    line-height: 19px;
    font-size: 10px;
    height: 19px;
  }
  .date-range-box .date .day {
    line-height: 32px;
    font-size: 23px;
    height: 32px;
  }
  .date-range-box .date-separator .brown-arrow {
    height: 12px;
    width: 20px;
    top: 9px;
  }
}
/* Stile per i pulsanti */
.btn {
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
  font-family: "Caveat Brush", serif;
  font-weight: 400;
  font-size: 41px;
}

.btn-header {
  font-family: "Caveat Brush", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}

.btn-login {
  background-color: #e31c1a;
  color: #ffffff;
}

.btn-login:hover {
  color: #e31c1a;
  background-color: #ffffff;
}

.btn-register {
  background-color: #ffffff;
  color: #619c3c;
}

.btn-register:hover {
  color: #ffffff;
  background-color: #619c3c;
}

.btn-red {
  border-radius: 16px;
  text-align: center !important;
  background-color: #e31c1a;
  color: #ffffff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-red:hover {
  color: #e31c1a;
  background-color: #ffffff;
  border: 1px solid #e31c1a;
}

.btn-lg {
  padding: 0.75rem 2.5rem;
}

.btn-primary {
  box-shadow: 0 4px 6px rgba(0, 123, 255, 0.2);
}

.btn-primary:hover {
  box-shadow: 0 6px 8px rgba(0, 123, 255, 0.3);
  transform: translateY(-2px);
}

.btn-outline-primary:hover {
  box-shadow: 0 4px 6px rgba(0, 123, 255, 0.2);
}

/* Stile per le immagini */
.img-fluid {
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.section-image {
  width: 50%;
}

/* Stile per i link */
.link-primary {
  text-decoration: none;
  position: relative;
  font-weight: 500;
  transition: all 0.3s ease;
}

.link-primary:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--bs-primary);
  transition: width 0.3s ease;
}

.link-primary:hover:after {
  width: 100%;
}

.links-faq {
  font-size: 20px;
  font-family: "Caveat Brush", sans-serif;
}
.links-faq a {
  color: #000000;
}

.text-rules {
  font-size: 1.25rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}
.text-rules a {
  color: #017a8b;
  text-decoration: underline;
}

.form-check-label {
  font-size: 1.25rem;
  font-family: "Titillium Web", sans-serif;
  color: #551b11;
}
.form-check-label a {
  color: inherit;
  text-decoration: underline;
  font-weight: 700;
}

.lead {
  font-size: 20px;
  font-weight: 500 !important;
}

.legal-details {
  font-size: 16px;
  font-weight: 300 !important;
}
.legal-details a {
  color: #000000;
}

.step-title {
  font-size: 32px;
}

/* Footer */
.grey-text-footer {
  font-size: 14px;
  color: grey;
}

.footer-link {
  color: #017a8b;
  font-weight: bold;
  text-decoration: none;
}

.footer-note {
  font-size: 0.75rem;
}

.logo-footer {
  width: 208px;
  height: auto;
  position: absolute;
  top: 100%;
  z-index: 1;
  transform: translateY(-50%);
}

.footer-container {
  position: relative;
  padding-bottom: 0;
  overflow: visible;
}

.footer-link-menu {
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 1rem;
  padding-left: 0px;
}
.footer-link-menu li {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.footer-social-link-menu {
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 2rem;
  background-color: #541c00;
  padding-left: 0px;
}
.footer-social-link-menu i {
  color: #ffffff;
  font-size: 32px;
}

/* Flex layout for products section */
.product-item {
  flex: 0 0 calc(16% - 20px);
  min-width: 110px;
  max-width: 160px;
  margin: 0 10px 20px;
}

/* Container for products */
.products-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.row-no-margin {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#explainers-container .explainer .step-detail a {
  color: #551b11 !important;
  text-decoration: none !important;
  font-weight: 700;
}

#cta-container .cta-link {
  color: #de271f !important;
}

/* Responsive adjustments */
/* Media query per schermi di media larghezza */
@media (max-width: 1024px) and (min-width: 769px) {
  .products-container {
    flex-wrap: wrap;
  }
  .product-item {
    flex: 0 0 calc(33.333% - 20px);
    min-width: 160px;
  }
}
/* Media query per schermi piccoli */
@media (max-width: 768px) {
  .buttons .btn {
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
  }
  .btn-red {
    height: 50px;
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2rem;
  }
  .logo-header img {
    width: 150px;
  }
  .products-container {
    flex-wrap: wrap;
  }
  .product-packs {
    margin-top: 50px;
  }
  .section-image {
    width: 80%;
  }
  .product-item {
    flex: 0 0 calc(50% - 20px);
    min-width: 140px;
  }
}
strong {
  font-weight: 700 !important;
}

.otnotice-sections > .otnotice-section > h2.otnotice-section-header {
  color: #000 !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  margin-left: 40px;
  margin-bottom: 20px;
}

input,
select {
  border-color: #c6c2ba !important;
  border-width: 2px !important;
  height: 45px !important;
  font-family: "Titillium Web", sans-serif !important;
}

.form-check-input {
  border-color: #622d1f !important;
  height: 27px !important;
  width: 27px !important;
  border-width: 2px;
  border-radius: 0px !important;
}

.form-control {
  border-color: #542e26 !important;
  border-width: 3px !important;
  height: 45px !important;
  border-radius: 0px !important;
}

.select2-container--default .select2-selection--single {
  border-color: #542e26 !important;
  border-width: 3px !important;
  height: 45px !important;
  border-radius: 0px !important;
}

.form-control-2 {
  border-color: #542e26 !important;
  border-width: 3px !important;
  height: 45px !important;
  width: 100% !important;
}

.green-check {
  height: 45px;
  background-color: #0eaf4b;
  display: flex;
  justify-content: center;
  align-items: center;
}

:target {
  scroll-margin-top: 85px;
  /* Altezza dell'header (75px) + un po' di spazio extra */
  display: block;
}

@media screen and (max-width: 767px) {
  .introtext {
    font-size: 20px;
  }
  .how-to-image {
    height: 120px;
  }
  .gigya-screen-dialog-mobile {
    position: fixed !important;
  }
}
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* Media query for mobile devices */
@media screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
.partecipa-form .upload-fields-container {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
}
.partecipa-form .upload-fields-container h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.partecipa-form .ocr-field-container {
  text-align: center;
}
.partecipa-form .ocr-field-container .label {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.partecipa-form .ocr-field-container .status.ko {
  display: none;
}
.partecipa-form .ocr-field-container .status.ko + .ocr-field {
  display: block;
}
.partecipa-form .ocr-field-container .status.ok {
  display: block;
  background: #017A8B;
  height: 64px;
  font-size: 1.5rem;
  color: #fff;
  padding: 20px 1rem;
  line-height: 1;
  position: relative;
  z-index: 0;
}
.partecipa-form .ocr-field-container .status.ok::after {
  content: url(../assets/home/check.png);
  width: 38px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.partecipa-form .ocr-field-container .status.ok + .ocr-field {
  display: none;
}
.partecipa-form .ocr-field-container .ocr-field .custom-text-field input,
.partecipa-form .ocr-field-container .ocr-field .custom-data-field input,
.partecipa-form .ocr-field-container .ocr-field .custom-time-field input {
  height: 4rem;
  font-size: 1.5rem;
  padding: 1.5rem 1rem;
  line-height: 1;
  max-width: 100%;
}
.partecipa-form .custom-select-container {
  width: 100%;
  /* Larghezza al 100% */
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  /* Bordo rosso */
  background: rgba(255, 255, 255, 0.9);
  /* Bianco trasparente al 50% */
  height: auto;
}
.partecipa-form .custom-select {
  /* Testo rosso */
  width: 100% !important;
  height: auto !important;
  font-size: 1rem;
  font-weight: 500;
  background: transparent;
  /* Sfondo trasparente */
  border: none;
  /* Nessun bordo */
  outline: none;
  /* Nessun bordo focus */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* Rimuove lo stile di default del browser */
}
.partecipa-form .custom-select-date {
  height: 4rem !important;
  font-size: 0.75rem !important;
  padding: 1rem 0.5rem;
  line-height: 1;
  max-width: 100%;
  width: 100px;
}
.partecipa-form .select-arrow {
  position: absolute;
  right: 1.5rem;
  font-size: 1.5rem;
  color: red;
  pointer-events: none;
  /* Evita clic sulla freccia */
}
.partecipa-form .custom-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Centra verticalmente */
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  transition: border-color 0.3s;
  margin-bottom: 20px;
  position: relative;
}
.partecipa-form .custom-upload:hover {
  border-color: #007bff;
}
.partecipa-form .custom-upload img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partecipa-form .custom-upload span {
  font-size: 16px;
  color: #555;
}
.partecipa-form .custom-upload input[type=file] {
  display: none;
}
.partecipa-form .carica-text-btn {
  padding: 0.5rem 2rem;
  font-size: 1rem;
  border-radius: 16px;
  text-align: center !important;
  background-color: #E31C1A;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Caveat Brush", serif;
}
.partecipa-form .preview {
  margin-top: 10px;
  max-width: 100%;
  max-height: 200px;
}
.partecipa-form .upload-camera-container {
  background: #FCEBBC;
  width: 100%;
  min-height: 250px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
}
.partecipa-form .custom-checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  /* Testo bianco */
}
.partecipa-form .custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.partecipa-form .checkbox-input {
  display: none;
  /* Nasconde il checkbox originale */
}
.partecipa-form .checkbox-circle {
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  /* Forma tonda */
  display: inline-block;
  position: relative;
  margin-right: 10px;
  transition: background-color 0.3s, border-color 0.3s;
}
.partecipa-form .checkbox-input:checked + .checkbox-circle {
  background-color: white;
  /* Sfondo bianco quando selezionato */
  border-color: white;
  /* Bordo bianco */
}
.partecipa-form .checkbox-circle::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  /* Colore interno cerchio quando selezionato */
  border-radius: 50%;
  /* Forma tonda */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  /* Invisibile per default */
  transition: opacity 0.3s;
}
.partecipa-form .checkbox-input:checked + .checkbox-circle::after {
  opacity: 1;
  /* Mostra il cerchio interno quando selezionato */
}
.partecipa-form .checkbox-label {
  font-size: 14px;
  color: white;
  /* Testo bianco */
}

.mb_icon.gigya_user_in {
  background: url(../assets/home/avatar_placeholder.webp) center no-repeat;
  background-size: cover;
}
.mb_icon.gigya_user_in .fa-user {
  display: none;
}

@font-face {
  font-family: "gocciole_icons";
  src: url("https://www.gocciole.it/wp-content/themes/gocciole/fonts/gocciole_icons.eot");
  src: url("https://www.gocciole.it/wp-content/themes/gocciole/fonts/gocciole_icons.eot#iefix") format("embedded-opentype"), url("https://www.gocciole.it/wp-content/themes/gocciole/fonts/gocciole_icons.woff2") format("woff2"), url("https://www.gocciole.it/wp-content/themes/gocciole/fonts/gocciole_icons.woff") format("woff"), url("https://www.gocciole.it/wp-content/themes/gocciole/fonts/gocciole_icons.ttf") format("truetype"), url("https://www.gocciole.it/wp-content/themes/gocciole/fonts/gocciole_icons.svg#gocciole_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "gocciole_icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-left-open-big:before {
  content: "\e800";
} /* '' */
.icon-right-open-big:before {
  content: "\e801";
} /* '' */
.icon-cancel:before {
  content: "\e802";
} /* '' */
.icon-angle-circled-down:before {
  content: "\f13a";
} /* '' */
.mainheader .testata_menulist .loginbuttons ul {
  display: none;
}

@media screen and (max-width: 799px) {
  .mainheader .testata_logo {
    width: 135px;
  }
  .mainheader .testata_hamburger {
    position: relative;
    padding: 15px 0px;
    display: flex;
    justify-content: flex-end;
  }
  .mainheader .testata_hamburger .testata_hamburger_container {
    position: relative;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
  }
  .mainheader .testata_hamburger .testata_hamburger_container .testata_hamburger_container_bar {
    position: absolute;
    width: 100%;
    background: #fff;
    height: 0.15em;
    left: 0px;
    transform-origin: center;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .mainheader .testata_hamburger .testata_hamburger_container .testata_hamburger_container_bar:nth-child(1) {
    top: 15%;
  }
  .mainheader .testata_hamburger .testata_hamburger_container .testata_hamburger_container_bar:nth-child(2) {
    top: 50%;
    opacity: 1;
  }
  .mainheader .testata_hamburger .testata_hamburger_container .testata_hamburger_container_bar:nth-child(3) {
    top: 85%;
  }
  .mainheader.open .testata_hamburger .testata_hamburger_container .testata_hamburger_container_bar:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .mainheader.open .testata_hamburger .testata_hamburger_container .testata_hamburger_container_bar:nth-child(2) {
    opacity: 0;
  }
  .mainheader.open .testata_hamburger .testata_hamburger_container .testata_hamburger_container_bar:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .mainheader .testata_menulist {
    position: fixed;
    top: 55px;
    left: 0px;
    width: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    overflow: hidden;
    max-height: 0px;
    padding: 0 0;
    transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .mainheader.open .testata_menulist {
    max-height: 100vh;
    padding: 2em 0;
  }
  .mainheader .testata_menulist div > ul > li {
    display: block;
    line-height: 1.75em;
  }
  .mainheader .testata_menulist div > ul > li i {
    display: none;
  }
  .mainheader .testata_menulist div > ul > li > ul {
    position: relative;
    list-style: none;
    color: white;
    margin: 0;
    padding: 0;
  }
  .mainheader .testata_menulist div > ul > li > ul > li {
    list-style: none;
    font-size: 0.75em;
    opacity: 0.8;
  }
  .mainheader .testata_menulist .loginbuttons ul {
    margin-top: 30px;
  }
  .mainheader .testata_menulist .loginbuttons ul > li > ul {
    display: block;
  }
  .mainheader .testata_menulist div > ul > li > ul > li {
    display: inline-block;
    margin-right: 15px;
  }
  .mainheader .testata_menulist div > ul > li > ul > li:nth-last-child(1) {
    margin-right: 0px;
  }
  .mainheader .testata_menulist div ul li .btn--register--separator {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .mainheader .testata_logo {
    width: 210px;
  }
  .mainheader .testata_hamburger {
    display: none;
  }
  .mainheader .testata_menulist {
    display: flex;
    justify-content: flex-end;
    padding: 1em 0;
  }
  .mainheader .testata_menulist div > ul > li {
    line-height: 2;
  }
  .mainheader .testata_menulist div > ul > li > ul {
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    margin-top: 0px;
    padding: 10px;
    list-style: none;
    left: 0;
    min-width: 100px;
    color: white;
    text-align: left;
    display: none;
  }
  .mainheader .testata_menulist div > ul > li:hover > ul {
    display: block;
  }
  .mainheader .testata_menulist div > ul > li > ul > li {
    list-style: none;
    white-space: nowrap;
  }
  .mainheader .testata_menulist .loginbuttons ul {
    margin-left: 50px;
  }
  .mainheader .testata_menulist div ul li .btn--register--separator {
    border-top: solid 1px #ffffff;
    max-width: 40%;
    width: 100%;
    margin: 10px auto 10px 0;
  }
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: left;
}

.select2-selection__arrow {
  display: none !important;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  height: auto !important;
}

.custom-select {
  border-color: #C6C2BA !important;
  border-width: 2px !important;
  height: 45px !important;
}

p.errorClass {
  font-size: 12px;
  color: #c00;
  font-style: italic;
  margin-bottom: 0;
  font-weight: bold;
}
p.errorClass + span {
  border-color: #c00 !important;
}

.form-check-input.errorClass,
.custom-select-date.errorClass {
  border-color: #c00 !important;
}

select.errorClass + span.select2-container span span.select2-selection--single.custom-select {
  border-color: #c00 !important;
}

.info-text {
  font-size: 12px;
}
.info-text a {
  color: #E31C1A;
}

#popup_thankyou {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

#popup_thankyou.show {
  display: block;
}

#popup_thankyou .popup_thankyou_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

#popup_thankyou .popup_thankyou_content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  max-height: 80%;
  box-sizing: border-box;
  padding: 40px 80px;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

#popup_thankyou .popup_thankyou_content .popup_thankyou_logo {
  text-align: center;
  margin-bottom: 40px;
}

#popup_thankyou .popup_thankyou_content .popup_thankyou_logo img {
  width: 100%;
  height: auto;
  max-width: 200px;
}

#popup_thankyou .popup_thankyou_content .popup_thankyou_ciao {
  text-align: center;
  color: rgb(228, 31, 18);
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  margin-bottom: 15px;
}

#popup_thankyou .popup_thankyou_content .popup_thankyou_text {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: rgb(51, 51, 51);
  margin-bottom: 40px;
}

#popup_thankyou .popup_thankyou_content .popup_thankyou_cta {
  position: relative;
}

#popup_thankyou .popup_thankyou_content .popup_thankyou_cta .popup_thankyou_cta_label {
  position: relative;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  background: rgb(228, 31, 18);
  text-transform: uppercase;
  border-radius: 50px;
  padding: 4px 20px;
  box-sizing: border-box;
  color: #ffffff;
  width: 30%;
}

#error-container {
  background: linear-gradient(180deg, #fff9f7 0%, #fff6f4 100%);
  color: #b43624;
  border: 1px solid #efc4bc;
  border-left: 6px solid #e34a32;
  border-radius: 18px;
  box-shadow: 0 10px 28px -18px rgba(98, 45, 31, 0.45);
  padding: 22px 24px;
  max-width: 620px;
  margin: 0 auto;
  position: relative;
}
#error-container h3 {
  margin: 0 0 8px 0;
  color: #4a231a;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.5px;
}
#error-container #error-message {
  font-size: 24px;
  line-height: 1.35;
  color: #b43624;
}
#error-container::before {
  content: "!";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e34a32;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  #error-container {
    padding: 18px 16px;
  }
  #error-container h3 {
    font-size: 34px;
  }
  #error-container #error-message {
    font-size: 22px;
    line-height: 1.4;
  }
}
.menuuser {
  font-family: "Caveat Brush";
  color: #fff;
  margin-top: 5px;
  display: block;
  font-size: 1.52rem;
  text-decoration: none;
}
.menuuser + .dropdown-menu li a {
  color: #e31c1a !important;
  text-decoration: none !important;
}

.dropdown-toggle::after {
  all: unset;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}

.richiesta-premio-tel .custom-select {
  padding: 0.5rem !important;
}
.richiesta-premio-tel .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 22px !important;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  align-items: center;
  /* centro verticale */
  justify-content: center;
  /* centro orizzontale */
  z-index: 9999;
  display: flex;
}

.spinner {
  width: 64px;
  height: 64px;
  border: 8px solid;
  /* quattro lati: top, right, bottom, left */
  border-color: #4379be #4379be #4379be transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.spinner-mini {
  width: 16px;
  height: 16px;
  border: 2px solid;
  /* quattro lati: top, right, bottom, left */
  border-color: #4379be #4379be #4379be transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.otnotice-menu {
  position: absolute !important;
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
  color: #551b11 !important;
  background-color: transparent !important;
  height: auto !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  padding: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  cursor: pointer;
  transition: 0.1s ease;
}

.gigya-screen h1, .gigya-screen h2 {
  line-height: 1 !important;
  font-weight: 700 !important;
  text-align: center !important;
  font-family: "Deccan-Semibold", serif !important;
  font-size: 1.5rem !important;
  color: #551b11 !important;
}

.gigya-screen-dialog-top {
  background-color: #551b11 !important;
}

.gigya-screen.portrait {
  margin-inline: 0 !important;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button, .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit, .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link, .gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend, .gigya-screen a.gigya-button, .gigya-screen input[type=button], .gigya-screen input[type=submit] {
  cursor: pointer !important;
  width: 100% !important;
  height: 43px !important;
  border-radius: 30px !important;
  border-color: #551b11 !important;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4) !important;
  color: #fff !important;
  background-color: #551b11 !important;
  align-content: center !important;
  text-align: center !important;
  font-size: 19px !important;
}

.gigya-otp-send-code-form,
.gigya-passwordless-login-form,
.gigya-email-code-auth-method-form {
  max-width: 600px !important;
  margin: 0 auto !important;
}

.gigya-screen .gigya-layout-row.with-divider > .gigya-layout-cell.with-divider > .gigya-divider-content {
  background: transparent !important;
}

.gigya-screen-dialog,
.gigya-screen-dialog-mobile {
  font-family: "Titillium Web", serif !important;
}
.gigya-screen-dialog .gigya-input-submit,
.gigya-screen-dialog .gigya-input-submit input,
.gigya-screen-dialog-mobile .gigya-input-submit,
.gigya-screen-dialog-mobile .gigya-input-submit input {
  color: #fbf7ec !important;
  background-color: #007a8c !important;
  width: 160px !important;
  display: block !important;
  margin: 0 auto !important;
  border-radius: 25px !important;
  font-weight: 300;
  font-family: "Titillium Web", serif !important;
}
.gigya-screen-dialog a.gigya-composite-control-link.loginEmail,
.gigya-screen-dialog a.gigya-composite-control-link.regEmail,
.gigya-screen-dialog a.gigya-composite-control-link.loginNumber,
.gigya-screen-dialog a.gigya-composite-control-link.regNumber,
.gigya-screen-dialog a.gigya-composite-control-links:not(.gigya-forgotPassword):not(.pwls-back),
.gigya-screen-dialog-mobile a.gigya-composite-control-link.loginEmail,
.gigya-screen-dialog-mobile a.gigya-composite-control-link.regEmail,
.gigya-screen-dialog-mobile a.gigya-composite-control-link.loginNumber,
.gigya-screen-dialog-mobile a.gigya-composite-control-link.regNumber,
.gigya-screen-dialog-mobile a.gigya-composite-control-links:not(.gigya-forgotPassword):not(.pwls-back) {
  padding: 16px !important;
  margin-right: 16px !important;
  background-color: #5a1e0f;
  border: none !important;
  border-radius: 25.5px !important;
  line-height: normal !important;
  color: #fff !important;
  font-family: "Titillium Web", serif !important;
  font-weight: 300 !important;
  color: #fff !important;
  max-width: 144px;
}
.gigya-screen-dialog a.gigya-composite-control-link.loginEmail span,
.gigya-screen-dialog a.gigya-composite-control-link.regEmail span,
.gigya-screen-dialog a.gigya-composite-control-link.loginNumber span,
.gigya-screen-dialog a.gigya-composite-control-link.regNumber span,
.gigya-screen-dialog a.gigya-composite-control-links:not(.gigya-forgotPassword):not(.pwls-back) span,
.gigya-screen-dialog-mobile a.gigya-composite-control-link.loginEmail span,
.gigya-screen-dialog-mobile a.gigya-composite-control-link.regEmail span,
.gigya-screen-dialog-mobile a.gigya-composite-control-link.loginNumber span,
.gigya-screen-dialog-mobile a.gigya-composite-control-link.regNumber span,
.gigya-screen-dialog-mobile a.gigya-composite-control-links:not(.gigya-forgotPassword):not(.pwls-back) span {
  font-family: "Titillium Web", serif !important;
  font-weight: 300 !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1 !important;
}
.gigya-screen-dialog .gigya-composite-control-label,
.gigya-screen-dialog .gigya-label-text,
.gigya-screen-dialog .gigya-divider-content,
.gigya-screen-dialog .gigya-forgotPassword,
.gigya-screen-dialog-mobile .gigya-composite-control-label,
.gigya-screen-dialog-mobile .gigya-label-text,
.gigya-screen-dialog-mobile .gigya-divider-content,
.gigya-screen-dialog-mobile .gigya-forgotPassword {
  font-family: "Titillium Web", serif !important;
  font-weight: 300;
  color: #4d1900 !important;
  font-size: 105% !important;
}
.gigya-screen-dialog .gigya-composite-control-label b,
.gigya-screen-dialog .gigya-label-text b,
.gigya-screen-dialog .gigya-divider-content b,
.gigya-screen-dialog .gigya-forgotPassword b,
.gigya-screen-dialog-mobile .gigya-composite-control-label b,
.gigya-screen-dialog-mobile .gigya-label-text b,
.gigya-screen-dialog-mobile .gigya-divider-content b,
.gigya-screen-dialog-mobile .gigya-forgotPassword b {
  font-weight: 600 !important;
  color: #4d1900 !important;
  font-size: 105% !important;
}
.gigya-screen-dialog .gigya-composite-control-header.headerLogin,
.gigya-screen-dialog .gigya-composite-control-header.headerLoginRegistration,
.gigya-screen-dialog-mobile .gigya-composite-control-header.headerLogin,
.gigya-screen-dialog-mobile .gigya-composite-control-header.headerLoginRegistration {
  color: #4d1900 !important;
  font-size: 3rem !important;
  line-height: 1 !important;
}
.gigya-screen-dialog .gigya-screen,
.gigya-screen-dialog-mobile .gigya-screen {
  background-color: #fbf7ec !important;
}
.gigya-screen-dialog .gigya-screen .gigya-layout-row.with-divider > .gigya-layout-cell.with-divider > .gigya-divider-content,
.gigya-screen-dialog-mobile .gigya-screen .gigya-layout-row.with-divider > .gigya-layout-cell.with-divider > .gigya-divider-content {
  background: #fbf7ec !important;
  display: none !important;
}

.gigya-screen img.noovle-button-icon {
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  width: 22px !important;
  display: inline-block;
  margin: 0 0 0 10px !important;
  line-height: 2;
  vertical-align: middle;
  float: right;
}

.gigya-screen .gigya-forgotPassword,
.gigya-screen .gigya-forgotPassword:link {
  font-size: 12px !important;
  font-weight: normal;
  line-height: 16px;
  color: #007a8c !important;
}

.gigya-screen input:not([type=checkbox]):not([type=radio]),
.gigya-screen select {
  height: unset !important;
  height: 43px !important;
}

.gigya-screen input[type=checkbox],
.gigya-screen input[type=radio] {
  height: auto !important;
}

.gigya-screen input[type=text],
.gigya-screen input[type=password],
.gigya-screen input[type=text],
.gigya-screen select,
.gigya-screen textarea {
  border-color: #5a1e0f !important;
  border-radius: 2px !important;
  background-color: transparent !important;
  border-width: 1px !important;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend:active,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend:link,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend:visited,
.gigya-screen a,
.gigya-screen a:active,
.gigya-screen a:link,
.gigya-screen a:visited {
  color: #007a8c !important;
  font-family: "Titillium Web", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.gigya-screen.portrait {
  width: 100% !important;
}