/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol,
ul[role=list],
ol[role=list] {
  list-style: none;
  padding: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@-webkit-keyframes colorise {
  from {
    color: var(--cl1);
  }
  to {
    color: var(--cl2);
  }
}
@keyframes colorise {
  from {
    color: var(--cl1);
  }
  to {
    color: var(--cl2);
  }
}
@-webkit-keyframes star {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(var(--x), var(--y)) rotate(180deg);
            transform: translate(var(--x), var(--y)) rotate(180deg);
  }
}
@keyframes star {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(var(--x), var(--y)) rotate(180deg);
            transform: translate(var(--x), var(--y)) rotate(180deg);
  }
}
.intro {
  background-color: transparent;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200000;
}
.intro__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.intro__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 100;
}
.intro__cover svg {
  display: block;
  width: 10%;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-animation: colorise 1s alternate infinite;
          animation: colorise 1s alternate infinite;
  opacity: 0;
  will-change: all;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.intro__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 101;
}
.intro__logo svg {
  width: 40%;
  margin-left: 2%;
}
@media screen and (orientation: portrait) {
  .intro__logo svg {
    width: 70%;
    margin-left: 6%;
  }
}
.intro__logo #logo_main path {
  opacity: 0;
}
.intro__logo #logo_parco {
  opacity: 0;
}
.intro__logo #logo_shine {
  opacity: 0;
}
.intro__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-perspective: 5000px;
          perspective: 5000px;
  -webkit-filter: drop-shadow(1px 1px 4px #ccc);
          filter: drop-shadow(1px 1px 4px #ccc);
}
@media screen and (orientation: portrait) {
  .intro__cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: 10%;
    height: 80%;
    gap: 3.5vw 0;
    margin-top: -5vw;
    padding: 0 8vw;
  }
}
.intro .card {
  position: absolute;
  width: 20vw;
  opacity: 0;
  position: relative;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  aspect-ratio: 390/844;
  will-change: all;
}
@media screen and (orientation: portrait) {
  .intro .card {
    width: 33vw;
  }
}
.intro .card__front, .intro .card__back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.intro .card__front {
  -webkit-transform: translateZ(0px) rotateY(180deg);
          transform: translateZ(0px) rotateY(180deg);
}
.intro .card__back {
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.intro .card img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.intro__btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  bottom: 40px;
  left: calc(50% - min(300px, 60vw) * 0.5);
  width: min(300px, 60vw);
  height: auto;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  z-index: 10000;
}
@media screen and (orientation: portrait) {
  .intro__btn {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.intro__btn.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (any-hover: hover) {
  .intro__btn.is-active:hover {
    opacity: 0.6;
  }
}
.intro__btn img {
  display: block;
  width: 100%;
}
.intro__cardChosen {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(1px 1px 4px #ccc);
          filter: drop-shadow(1px 1px 4px #ccc);
  z-index: 200;
  -webkit-perspective: 5000px;
          perspective: 5000px;
  --per: 1;
}
@media screen and (orientation: portrait) {
  .intro__cardChosen {
    --per: 2.5;
  }
}
.intro__cardChosen .card {
  position: relative;
  width: calc(25vw * var(--per));
  aspect-ratio: 390/693;
  z-index: 10;
}
.intro__cardChosen .glitter {
  position: absolute;
  left: calc(50% - min(100px, 10vw) * 0.5);
  top: calc(50% - min(100px, 10vw) * 0.5);
  width: min(100px, 10vw);
  height: min(100px, 10vw);
  color: #FF9;
  opacity: 0;
}
.intro__cardChosen .glitter.is-active {
  -webkit-animation: star cubic-bezier(0.19, 1, 0.22, 1) 1400ms both;
          animation: star cubic-bezier(0.19, 1, 0.22, 1) 1400ms both;
}
.intro__cardChosen .glitter:nth-child(1) {
  --x: calc(20vw * var(--per));
  --y: calc(20vw * var(--per));
}
.intro__cardChosen .glitter:nth-child(2) {
  --x: calc(-20vw * var(--per));
  --y: calc(0vw * var(--per));
}
.intro__cardChosen .glitter:nth-child(3) {
  --x: calc(-15vw * var(--per));
  --y: calc(30vw * var(--per));
}
.intro__cardChosen .glitter:nth-child(4) {
  --x: calc(10vw * var(--per));
  --y: calc(-30vw * var(--per));
}
.intro__cardChosen .glitter:nth-child(5) {
  --x: calc(-15vw * var(--per));
  --y: calc(-15vw * var(--per));
}
.intro__cardChosen .glitter:nth-child(6) {
  --x: calc(20vw * var(--per));
  --y: calc(-5vw * var(--per));
}
.intro__cardChosen .glitter:nth-child(7) {
  --x: calc(30vw * var(--per));
  --y: calc(20vw * var(--per));
}
.intro__cardChosen .glitter:nth-child(8) {
  --x: calc(-30vw * var(--per));
  --y: calc(-25vw * var(--per));
}