.hideContent {
  overflow: hidden;
  line-height: 1em;
  height: 1em;
}

.showContent {
  line-height: 1em;
  height: auto;
}

.showContent {
  height: auto !important;
}

html {
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  position: relative;
  overflow-x: hidden;
  overscroll-behavior: none;
}

.vertical-scroll::-webkit-scrollbar {
  width: auto;
  height: auto;
}

.vertical-scroll::-webkit-scrollbar-track {
  background: #3b1c14;
  margin-block: auto;
}

.vertical-scroll::-webkit-scrollbar-thumb {
  background: #7c4b29;
}

.vertical-scroll::-webkit-scrollbar-button {
  display: none;
}

html:not(.animate) .main-container {
  display: none;
}

html:not(.loaded) body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html:not(.loaded) .loading {
  background: #3b1c14;
}
html:not(.loaded) .loading .circles, html:not(.loaded) .loading {
  overflow: hidden;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 1;
  position: absolute;
  z-index: 1;
}
html:not(.loaded) .loading .wave {
  width: 20px;
  height: 20px;
  background: #f5deb3;
  margin: 10px;
  -webkit-animation: wave 1s cubic-bezier(0.33, 0, 0.52, 1) infinite;
          animation: wave 1s cubic-bezier(0.33, 0, 0.52, 1) infinite;
  border-radius: 10px;
}
html:not(.loaded) .loading .wave:nth-child(2) {
  -webkit-animation-delay: 0.3333333333s;
          animation-delay: 0.3333333333s;
}
html:not(.loaded) .loading .wave:nth-child(3) {
  -webkit-animation-delay: 0.6666666667s;
          animation-delay: 0.6666666667s;
}
html:not(.loaded) .loading .wave:nth-child(4) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes wave {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes wave {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}

.animate .loading {
  transition: all 0.5s ease-in-out;
  opacity: 0 !important;
}
.animate .loading .circles {
  transition: all 0.5s ease-in-out;
  transform: rotate(180deg) scale(6);
}

.animate.loaded .loading {
  display: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background-image: url("../Media/Sfondi/pattern.1.png");
  background-repeat: repeat;
  background-position: center;
  background-color: #f5deb3;
  background-size: 450px;
  margin: 0;
  font-family: korolev, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  position: relative;
}

img {
  width: 100%;
}

.bold {
  font-weight: 700;
}

.hero {
  filter: saturate(1.3);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background-image: url("../Media/Header-04_Bg_header.svg");
  background-size: auto 100%;
}
@media screen and (max-height: 551px) {
  .hero {
    background-size: contain;
  }
}
.hero svg#Livello_1 {
  height: 100vh;
  margin: 0 auto;
  display: block;
  flex-shrink: 0;
}
.hero #Bolle_Arancione circle {
  -webkit-animation: 4s linear bolle_arancione infinite;
          animation: 4s linear bolle_arancione infinite;
  opacity: 0;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  transform-origin: center;
}
.hero #Bolle_Arancione circle:nth-child(1) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.hero #Bolle_Arancione circle:nth-child(2) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.hero #Bolle_Arancione circle:nth-child(3) {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
.hero #Bolle_Arancione circle:nth-child(4) {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.hero #Bolle_Arancione circle:nth-child(5) {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
}
.hero #Bolle_Arancione circle:nth-child(6) {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.hero #Bolle_Arancione circle:nth-child(7) {
  -webkit-animation-delay: 3500ms;
          animation-delay: 3500ms;
}
.hero #Bolle_Arancione circle:nth-child(8) {
  -webkit-animation-delay: 4000ms;
          animation-delay: 4000ms;
}
.hero #Bolle_Arancione circle:nth-child(9) {
  -webkit-animation-delay: 4500ms;
          animation-delay: 4500ms;
}
.hero #Bolle_Arancione circle:nth-child(10) {
  -webkit-animation-delay: 5000ms;
          animation-delay: 5000ms;
}
@-webkit-keyframes bolle_arancione {
  from {
    opacity: 0.75;
    transform: translate(86px, 146px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translate(59px, -462px) scale(1);
  }
}
@keyframes bolle_arancione {
  from {
    opacity: 0.75;
    transform: translate(86px, 146px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translate(59px, -462px) scale(1);
  }
}
.hero #Bolle_Rosa circle {
  -webkit-animation: 4s linear bolle_rosa infinite;
          animation: 4s linear bolle_rosa infinite;
  opacity: 0;
}
.hero #Bolle_Rosa circle:nth-child(1) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.hero #Bolle_Rosa circle:nth-child(2) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.hero #Bolle_Rosa circle:nth-child(3) {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
.hero #Bolle_Rosa circle:nth-child(4) {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.hero #Bolle_Rosa circle:nth-child(5) {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
}
.hero #Bolle_Rosa circle:nth-child(6) {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.hero #Bolle_Rosa circle:nth-child(7) {
  -webkit-animation-delay: 3500ms;
          animation-delay: 3500ms;
}
.hero #Bolle_Rosa circle:nth-child(8) {
  -webkit-animation-delay: 4000ms;
          animation-delay: 4000ms;
}
.hero #Bolle_Rosa circle:nth-child(9) {
  -webkit-animation-delay: 4500ms;
          animation-delay: 4500ms;
}
.hero #Bolle_Rosa circle:nth-child(10) {
  -webkit-animation-delay: 5000ms;
          animation-delay: 5000ms;
}
.hero #Bolle_Rosa circle:nth-child(11) {
  -webkit-animation-delay: 5500ms;
          animation-delay: 5500ms;
}
@-webkit-keyframes bolle_rosa {
  0% {
    opacity: 0;
    transform: translate(457px, 195px) scale(0.3);
  }
  20% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
    transform: translate(39px, -193px) scale(1);
  }
}
@keyframes bolle_rosa {
  0% {
    opacity: 0;
    transform: translate(457px, 195px) scale(0.3);
  }
  20% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
    transform: translate(39px, -193px) scale(1);
  }
}
.hero #Uccelli {
  -webkit-animation: 2s ease vanish;
          animation: 2s ease vanish;
  opacity: 0;
}
.hero #Uccelli path {
  -webkit-animation: 2s ease uccelli 1;
          animation: 2s ease uccelli 1;
  transform-origin: center;
}
.hero #Uccelli path:nth-child(1) {
  -webkit-animation-delay: 120ms;
          animation-delay: 120ms;
}
.hero #Uccelli path:nth-child(2) {
  -webkit-animation-delay: 240ms;
          animation-delay: 240ms;
}
.hero #Uccelli path:nth-child(3) {
  -webkit-animation-delay: 360ms;
          animation-delay: 360ms;
}
.hero #Uccelli path:nth-child(4) {
  -webkit-animation-delay: 480ms;
          animation-delay: 480ms;
}
.hero #Uccelli path:nth-child(5) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.hero #Uccelli path:nth-child(6) {
  -webkit-animation-delay: 720ms;
          animation-delay: 720ms;
}
.hero #Uccelli path:nth-child(7) {
  -webkit-animation-delay: 840ms;
          animation-delay: 840ms;
}
.hero #Uccelli path:nth-child(8) {
  -webkit-animation-delay: 960ms;
          animation-delay: 960ms;
}
.hero #Uccelli path:nth-child(9) {
  -webkit-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.hero #Uccelli path:nth-child(10) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
@-webkit-keyframes vanish {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes vanish {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes uccelli {
  20% {
    opacity: 1;
    transform: translate(0px, 0px) scale(1);
  }
  100% {
    opacity: 0.4;
    transform: translate(350px, -258px) scale(0);
  }
}
@keyframes uccelli {
  20% {
    opacity: 1;
    transform: translate(0px, 0px) scale(1);
  }
  100% {
    opacity: 0.4;
    transform: translate(350px, -258px) scale(0);
  }
}
.hero #Ruota {
  transform-origin: center center;
  transform-box: fill-box;
  -webkit-animation: 10s linear ruota infinite;
          animation: 10s linear ruota infinite;
}
@-webkit-keyframes ruota {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ruota {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hero #Caramella_x5F_sx,
.hero #Caramella_x5F_sx_x5F_sx {
  transform-origin: center center;
  transform-box: fill-box;
  -webkit-animation: 3s ease-in-out rotate-cw infinite;
          animation: 3s ease-in-out rotate-cw infinite;
}
@-webkit-keyframes rotate-cw {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate-cw {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hero #Caramella_x5F_dx,
.hero #Caramella_x5F_dx_00000159466377782186553000000011732796074275751827_ {
  transform-origin: center center;
  transform-box: fill-box;
  -webkit-animation: 3s ease-in-out rotate-acw infinite;
          animation: 3s ease-in-out rotate-acw infinite;
}
@-webkit-keyframes rotate-acw {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotate-acw {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.hero #Fulmini {
  filter: drop-shadow(0px 0px 2px #9fc8d3);
  mix-blend-mode: overlay;
}
.hero #Fulmini g {
  -webkit-animation: 1s ease fulmini infinite;
          animation: 1s ease fulmini infinite;
  transform-origin: center;
  opacity: 0;
}
.hero #Fulmini g:nth-child(1) {
  -webkit-animation-delay: 110ms;
          animation-delay: 110ms;
}
.hero #Fulmini g:nth-child(2) {
  -webkit-animation-delay: 220ms;
          animation-delay: 220ms;
}
.hero #Fulmini g:nth-child(3) {
  -webkit-animation-delay: 330ms;
          animation-delay: 330ms;
}
.hero #Fulmini g:nth-child(4) {
  -webkit-animation-delay: 440ms;
          animation-delay: 440ms;
}
.hero #Fulmini g:nth-child(5) {
  -webkit-animation-delay: 550ms;
          animation-delay: 550ms;
}
.hero #Fulmini g:nth-child(6) {
  -webkit-animation-delay: 660ms;
          animation-delay: 660ms;
}
.hero #Fulmini g:nth-child(7) {
  -webkit-animation-delay: 770ms;
          animation-delay: 770ms;
}
.hero #Fulmini g:nth-child(8) {
  -webkit-animation-delay: 880ms;
          animation-delay: 880ms;
}
.hero #Fulmini g:nth-child(9) {
  -webkit-animation-delay: 990ms;
          animation-delay: 990ms;
}
.hero #Fulmini g:nth-child(10) {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
}
@-webkit-keyframes fulmini {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fulmini {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.hero #torreCentraleDx {
  -webkit-animation: 2s ease torreCentraleDx infinite;
          animation: 2s ease torreCentraleDx infinite;
  transform-origin: bottom;
  transform-box: fill-box;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.hero #torreCentraleSx {
  -webkit-animation: 2s ease torreCentraleDx infinite;
          animation: 2s ease torreCentraleDx infinite;
  transform-origin: bottom;
  transform-box: fill-box;
}
@-webkit-keyframes torreCentraleDx {
  0% {
    transform: scale(1.3, 0.7);
  }
  50% {
    transform: scale(0.7, 1.3);
  }
  100% {
    transform: scale(1.3, 0.7);
  }
}
@keyframes torreCentraleDx {
  0% {
    transform: scale(1.3, 0.7);
  }
  50% {
    transform: scale(0.7, 1.3);
  }
  100% {
    transform: scale(1.3, 0.7);
  }
}
.hero #Logo {
  -webkit-animation: 2s ease logo;
          animation: 2s ease logo;
  opacity: 0;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes logo {
  from {
    opacity: 0;
  }
  to {
    opacity: 100%;
  }
}
@keyframes logo {
  from {
    opacity: 0;
  }
  to {
    opacity: 100%;
  }
}

.card {
  color: inherit;
  perspective: 1000px;
  position: relative;
  height: 500px;
  max-width: 350px;
  width: 100%;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.front,
.back {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.front {
  background-size: cover;
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  gap: 0.7rem;
  padding: 2.3rem 1.5rem 1.5rem 1.5rem;
}
.front:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../Media/Biscotto.png);
  background-size: contain;
  z-index: -1;
  border-radius: 6px;
}
.card:hover .front {
  transform: rotateY(180deg);
}
.card:nth-child(even):hover .front {
  transform: rotateY(-180deg);
}

.back {
  background: #fff;
  transform: rotateY(-180deg);
  font-size: 15px;
  text-align: left;
  padding: 2rem 1.5rem;
}
@media screen and (max-width: 420px) and (max-width: 351px) {
  .back {
    font-size: 0.9rem;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (max-width: 350px) {
  .back {
    font-size: 0.8rem;
    align-items: flex-start;
  }
}
.card:hover .back {
  transform: rotateY(0deg);
}
.card:nth-child(even) .back {
  transform: rotateY(180deg);
}
.card:nth-child(even):hover .back {
  transform: rotateY(0deg);
}

.content {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}

.golden-ticket {
  padding-block: 70px;
  padding-inline: 0.5rem;
  margin-inline: 0;
  background-color: #232339;
  color: #f5deb3;
}
.golden-ticket .data h2 {
  color: #f5deb3;
  text-align: center;
}
.golden-ticket .caro-abitante {
  display: none;
}
@media screen and (max-width: 768px) {
  .golden-ticket .caro-abitante {
    display: block;
  }
}
.golden-ticket .content {
  width: 70%;
  justify-content: left;
  gap: 0;
}
.golden-ticket .content .show-more button {
  color: #f5deb3;
  background: transparent;
  border: none;
  text-decoration: underline;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  font-size: 1.1rem;
}
@media screen and (min-width: 1200px) {
  .golden-ticket .content {
    width: 40%;
  }
}
@media screen and (max-width: 425px) {
  .golden-ticket .content {
    width: 100%;
  }
}
.golden-ticket .content .checkbox {
  height: auto !important;
  position: relative;
}
.golden-ticket .content .checkbox input[type=radio], .golden-ticket .content .checkbox input[type=checkbox] {
  display: none;
}
.golden-ticket .content .checkbox input ~ article,
.golden-ticket .content .checkbox input ~ div {
  overflow: hidden;
  transition: max-height 0.6s -0.2s ease;
  max-height: 0;
}
.golden-ticket .content .checkbox input ~ article > div,
.golden-ticket .content .checkbox input ~ div > div {
  transition: transform 0.4s ease-in-out;
  transform: translateY(-100%);
}
.golden-ticket .content .checkbox input + label {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.golden-ticket .content .checkbox input + label > * {
  margin: 0.5rem 0;
}
.golden-ticket .content .checkbox input:checked + label > *::after {
  color: #232339;
  float: right;
  position: relative;
  top: 45%;
  margin-left: auto;
  margin-right: 0;
  margin-block: 1rem;
}
.golden-ticket .content .checkbox input:checked + label + article,
.golden-ticket .content .checkbox input:checked + label + div {
  max-height: 1000px;
}
.golden-ticket .content .checkbox input:checked + label + article > div,
.golden-ticket .content .checkbox input:checked + label + div > div {
  transform: translateY(0);
}
.golden-ticket .content .checkbox input:checked + label + article a,
.golden-ticket .content .checkbox input:checked + label + div a {
  display: inline-block;
  width: 100%;
  padding-block: clamp(0.2rem, 3rem - 8vw, 0.8rem);
}
.golden-ticket .content .checkbox input:not(:checked) + label > *::after {
  color: #232339;
  float: right;
  position: relative;
  top: 45%;
  margin-left: auto;
  margin-right: 0;
  margin-block: 1rem;
}
.golden-ticket .content .checkbox input:not(:checked) + label + article,
.golden-ticket .content .checkbox input:not(:checked) + label + div {
  display: block;
}
.golden-ticket .content a {
  display: contents;
}
.golden-ticket .content p {
  line-height: 1.7;
}
.golden-ticket .content p .txt-intro {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .golden-ticket .content p .txt-intro {
    font-size: 1.3rem;
  }
}
.golden-ticket .content p .txt-important {
  font-weight: 700;
  font-size: 1.1rem;
}
.golden-ticket .content .card {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: none;
}
.golden-ticket .content .card .front::before,
.golden-ticket .content .card .back {
  background: transparent;
  position: unset;
}
.golden-ticket .content .card .front,
.golden-ticket .content .card .back {
  padding: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 0;
}

.cv {
  margin-bottom: 70px;
}
@media screen and (max-width: 375px) {
  .cv .magnaguagno {
    font-size: 1.4rem;
  }
}
.cv h2 {
  text-align: center;
  margin-top: 60px;
}
.cv .external {
  color: #ba1a2a;
  text-decoration: none;
  font-size: 1.2rem;
}
.cv .wrapper {
  display: inline-flex;
  height: 90%;
  border: #f5deb3 4px solid;
  border-radius: 6px;
  border-radius: 6px;
  background: #d6a787;
  background-image: url(../Media/Sfondi/pattern.1.png);
  background-repeat: repeat;
  background-position: center;
  background-blend-mode: overlay;
  background-size: 543%;
}
.cv .wrapper img {
  display: inline-table;
  -o-object-fit: contain;
     object-fit: contain;
  padding-top: 10px;
}
.cv p {
  margin: 0;
  color: #3b1c14;
}
@media screen and (max-width: 400px) {
  .cv .card {
    aspect-ratio: 7/10;
    height: auto;
  }
}
.cv .card .front,
.cv .card .back {
  width: 100%;
}
.cv .card .row {
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  color: #fdd716;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 425px) {
  h1 {
    font-size: 2.3rem;
  }
}

h2 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: #ba1a2a;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.7rem;
  }
}

h3 {
  font-size: 1.5rem;
}

.descrizione {
  text-align: center;
  margin-bottom: 3rem;
}
.descrizione h2 {
  color: #f5deb3;
  font-size: 1.7rem;
  margin-bottom: 0;
}

.cta-finale {
  padding-block: 1rem 4rem;
}
@media screen and (max-width: 425px) {
  .cta-finale .content {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 763px) {
  .cta-finale .content {
    max-width: 350px;
    padding-inline: 10px;
  }
}
.cta-finale .content .container {
  text-align: center;
}
.cta-finale .content .container h2,
.cta-finale .content .container h3 {
  color: #ba1a2a;
}
.cta-finale .content .container a {
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  color: #f5deb3;
  background-color: #ba1a2a;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  padding-block: 10px;
}
@media screen and (max-width: 768px) {
  .cta-finale .content .container a {
    padding-inline: 20px;
  }
}
.cta-finale .content .container a:hover,
.cta-finale .content .container a:focus,
.cta-finale .content .container a:focus-within {
  filter: brightness(115%);
}

footer {
  background-color: #40160C;
  color: #f5deb3;
  margin-bottom: 0;
}
footer .link-esterni {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
footer ul {
  list-style: none;
  margin: 3rem 0 3rem;
  padding-left: 0px;
  font-weight: 300;
}
footer ul li {
  margin-bottom: 0.4rem;
}
footer ul li img {
  width: 100px;
}
footer ul a {
  text-decoration: none;
  color: #f5deb3;
}
footer .row {
  display: flex;
  gap: 4.8rem;
  max-width: 1560px;
  margin: 0 auto;
}
@media screen and (max-width: 1559px) {
  footer .row {
    max-width: 750px;
    padding-inline: 0px;
  }
}
@media screen and (max-width: 763px) {
  footer .row {
    flex-direction: column;
    max-width: 350px;
    gap: 0rem;
    padding-inline: 10px;
  }
}
@media screen and (max-width: 320px) {
  footer .row {
    max-width: 350px;
    padding-inline: 10px;
  }
}
@media screen and (max-width: 763px) {
  footer .row ul {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 763px) {
  footer .row .credits {
    margin-bottom: 3rem;
  }
}
footer .img-wrapper {
  display: flex;
}

section {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

@media screen and (max-width: 1024px) {
  .hero svg#Livello_1 {
    height: auto;
    width: 100.4vw;
  }
  .hero #Logo {
    transform: translate(-100px);
  }
  .hero #Uccelli {
    transform: translate(-100px);
  }
}
@media screen and (max-width: 425px) {
  .golden-ticket .content .card .ticket {
    width: 100%;
  }
  .hero svg#Livello_1 {
    height: 40vh;
    width: auto;
  }
  .hero svg#Livello_1 #Logo {
    transform: translate(-200px) scale(1.1);
  }
  .hero svg#Livello_1 #Uccelli {
    transform: translate(-100px);
  }
}
.hacker {
  background-color: #000;
}
.hacker p, .hacker a {
  color: #15cd0f !important;
  font-family: monospace;
  line-height: 120%;
}/*# sourceMappingURL=style.css.map */