:root {
  --art: yellow;
  --sound: #41b9ff;
  --soundart: #ff65ff;
  --black: #353535;
  --black-2: #242424;
  --info: #6ee02c;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.3vw;
  line-height: 1.7;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10em;
  font-weight: 700;
  line-height: .8;
  display: inline-block;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7em;
  line-height: .95;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 900;
  line-height: 26px;
}

a {
  color: #fff;
  text-decoration: none;
}

.section-wide.hero {
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: relative;
}

.section-wide.style-sheet {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section-wide.section {
  padding-top: 0;
  padding-bottom: 29px;
  position: relative;
  overflow: hidden;
}

.section-wide.footer {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section-wide.popup {
  padding: 33px 25px;
}

.section-wide.album-cover {
  background-image: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-wide.fascia-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.section-wide.disegni {
  margin-top: 27px;
}

.section-wide.parole {
  background-color: var(--art);
  color: #000;
  padding-top: 25px;
}

.section-wide.descrizione {
  margin-bottom: 59px;
}

.section-wide.info {
  padding-top: 137px;
  padding-bottom: 65px;
  position: relative;
  overflow: hidden;
}

.section-wide.bio-hero {
  background-image: url('../images/emanuelelapianasitobio03.jpg');
  background-position: 25% 25%;
  background-size: cover;
  height: 60vh;
}

.hero-text-container {
  position: absolute;
  inset: auto auto 80px 5em;
}

.text-red {
  color: red;
  transition: color .5s;
}

.text-red.white {
  color: #fff;
}

.setence-inner-container {
  width: 100%;
  position: relative;
}

.logo-container {
  padding-top: 5em;
  padding-right: 5em;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.style-sheet-inner {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.logo-outline {
  opacity: .42;
  color: #fff0;
  text-align: right;
  font-size: 20em;
  line-height: 1;
}

.arrow-down {
  width: 55px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 8px;
  position: absolute;
  inset: auto 0% 0%;
}

.arrow-down.w--current {
  bottom: 5px;
}

.heading {
  font-size: 7em;
}

.inner-section {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.inner-section.contact {
  justify-content: space-around;
  padding-top: 16px;
  padding-bottom: 4px;
  display: flex;
}

.inner-section.gallery {
  margin-top: 67px;
}

.inner-section.bio {
  background-color: red;
  height: 700px;
  position: relative;
}

.body01 {
  color: #c2c2c2;
  font-size: 15px;
  font-weight: 300;
}

.body01.black {
  color: #7e7e7e;
}

.body01.black.yellow {
  color: var(--art);
}

.body01.center {
  text-align: center;
}

.swiper.is-slider-main, .swiper.album {
  overflow: visible;
}

.swiper-wrapper.is-slider-main, .swiper-wrapper.album, .swiper-wrapper.disegni {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-slide.is-slider-main {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  min-height: 36.3em;
}

.swiper-slide.album, .swiper-slide.disegni {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
}

.swiper-slide.disegnino {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 0;
}

.slider-main-top-wrapper.is-slider-main {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.slider-main-top-wrapper.album {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 13px;
  display: flex;
}

.slider-main-top-wrapper.disegni {
  justify-content: flex-end;
  align-items: center;
  height: 70px;
  display: flex;
}

.slider-main-top-wrapper.installazioni {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 13px;
  display: flex;
}

.slider-main_component {
  margin-left: 5em;
  margin-right: 5em;
}

.slider-main_component.disegni {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: 70px 1fr 50px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 5em;
  display: grid;
}

.slider-main_bottom-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.slider-main_bottom-wrapper.is-slider-main {
  justify-content: flex-end;
  margin-top: 10px;
}

.swiper-bullet-wrapper.is-slider-main {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.swiper-bullet {
  background-color: #5c5c5c;
  border-radius: 50%;
  width: 1.25em;
  min-height: 1.25em;
}

.swiper-bullet.is-active {
  background-color: #fdfdfd;
}

.swiper-drag-wrapper.is-slider-main {
  background-color: #3f3f3f;
  width: 38em;
  max-width: 100%;
  height: 7px;
}

.swiper-drag.is-slider-main {
  background-color: #fff;
  width: 7em;
  height: 100%;
}

.slider-main_button.swiper-next {
  padding: 9px 13px;
}

.swiper-arrow {
  width: 30px;
}

.swiper-arrow.prev {
  transform: rotate(90deg);
}

.swiper-arrow.next {
  transform: rotate(-90deg);
}

.slider-main-img {
  flex: none;
}

.slider-main-link {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-main-img-container {
  z-index: 1;
  transform-origin: 0 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-items: flex-end;
  width: 100%;
  transition: transform .3s;
  display: flex;
  position: relative;
}

.slider-main-img-container.is-active {
  transform: scale(1.1);
}

.info-container {
  background-color: #000;
  border-top: 1px solid #fff;
  min-height: 162px;
  padding-top: 18px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.h1-black {
  color: #000;
}

.media {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  position: absolute;
  inset: 0%;
}

.open-btn {
  color: red;
  align-items: center;
  width: 80px;
  height: 40px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding-left: 13px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.arrow-down-small {
  width: 30px;
  padding: 10px 7px 11px;
  transform: rotate(-90deg);
}

.body02 {
  color: #c2c2c2;
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
}

.body02.black {
  color: #7e7e7e;
}

.top-navbar {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 120px 1fr 120px;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  height: 70px;
  padding-left: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.body03 {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.body03.black {
  color: #000;
}

.body03.bold {
  font-weight: 700;
}

.body03.white {
  color: #fff;
  margin-left: 3px;
  margin-right: 3px;
}

.body03.center {
  text-align: center;
}

.body03.menulink {
  font-weight: 700;
}

.back-arrow {
  width: 25px;
  transform: rotate(90deg);
}

.home-btn {
  z-index: 11;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  padding: 9px 10px;
  display: flex;
  position: relative;
}

.menu-img {
  width: 41px;
  display: none;
}

.popup-master-container {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  transition: z-index .5s;
  position: fixed;
  inset: 0%;
}

.popup-master-container.active {
  z-index: 10;
}

.popup-container {
  z-index: -1;
  opacity: 0;
  background-color: #000;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 5vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  transition: transform .6s, opacity .6s;
  display: flex;
  position: absolute;
  inset: 10%;
  transform: translate(0, 100vh);
  box-shadow: -4px -4px 20px #000, 4px 4px 20px #000;
}

.popup-container.active {
  z-index: 30;
  opacity: 1;
  transform: translate(0);
}

.popup-background {
  z-index: -1;
  opacity: 0;
  background-color: #0000009c;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  position: absolute;
  inset: 0%;
}

.popup-background.active {
  z-index: 20;
  opacity: 1;
}

.close-popoup-btn {
  z-index: 50;
  background-color: #00000069;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-img {
  width: 30px;
}

.master-container.no-scroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.h3-white {
  color: #fff;
  text-align: right;
  font-size: 6em;
  line-height: 1;
}

.h3-white.art {
  color: var(--art);
}

.h3-white.sound {
  color: var(--sound);
}

.h3-white.soundart {
  color: var(--soundart);
}

.title01 {
  font-size: 5em;
}

.popup-inner-container {
  width: 100%;
  height: 100%;
}

.menu-btn {
  z-index: 11;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  display: flex;
  position: relative;
}

.menu-btn.menu-icon {
  cursor: pointer;
}

.menu-container {
  z-index: 9;
  opacity: 0;
  background-color: #000;
  width: 200px;
  min-height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  transition: transform .8s, opacity .5s;
  position: fixed;
  inset: 70px 0 auto auto;
  transform: translate(0, -150px);
}

.menu-container.active {
  opacity: 1;
  border: 1px solid #fff;
  top: 70px;
  transform: translate(0);
}

.menu-link {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 18px 19px;
  font-size: 14px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: flex;
}

.menu-link:hover {
  color: #000;
  background-color: #fff;
}

.menu-link.sound {
  color: var(--sound);
  background-color: #000;
}

.menu-link.sound:hover {
  background-color: var(--sound);
  color: #000;
}

.menu-link.art {
  color: var(--art);
  background-color: #000;
}

.menu-link.art:hover {
  background-color: var(--art);
  color: #000;
}

.menu-link.soundart {
  color: var(--soundart);
}

.menu-link.soundart:hover {
  background-color: var(--soundart);
  color: #fff;
}

.division {
  background-color: #333;
  height: 2px;
  margin-left: 14px;
  margin-right: 14px;
  display: none;
}

.menu-bar {
  cursor: pointer;
  background-color: #fff;
  width: 35px;
  height: 5px;
  transition: height .4s, width .4s, background-color .4s, transform .4s;
  position: absolute;
}

.menu-bar.top {
  width: 33px;
  transform: translate(0, -12px);
}

.menu-bar.top.active {
  transform: rotate(-135deg);
}

.menu-bar.low {
  width: 36px;
  transform: translate(0, 8px);
}

.menu-bar.low.active {
  width: 33px;
  transform: rotate(135deg);
}

.menu-bar.central {
  width: 26px;
  transform: rotate(0)translate(0, -2px);
}

.menu-bar.central.active {
  background-color: #fff0;
}

.menu-bar.vertical {
  width: 5px;
  height: 40px;
  transform: rotate(0);
}

.menu-bar.vertical.active {
  background-color: #fff0;
  height: 29px;
  transform: rotate(45deg);
}

.menu-btn-test {
  background-color: #fff;
  width: 100px;
  height: 100px;
}

.menu-btn-test.close {
  background-color: red;
}

.sentence-link-container {
  color: var(--sound);
  display: inline-block;
}

.sentence-link-container.soundart {
  color: var(--soundart);
}

.sentence-link-container.art {
  color: var(--art);
}

.sentence-link-container.info {
  color: #0f0;
}

.underline {
  background-color: #fff;
  width: 0%;
  height: 15px;
  display: none;
}

.sentence-word-container {
  opacity: 1;
  margin-right: 20px;
  display: inline-block;
}

.album-info-container {
  opacity: 1;
  background-color: #000;
  height: 30%;
  min-height: 140px;
  padding: 10px 25px 0;
  transition: transform .4s, opacity .4s;
  position: relative;
  transform: translate(0);
}

.album-info-container.hidden {
  opacity: .42;
  transform: translate(0, -100%);
}

.year-name-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.album-slider-main-img-container {
  transform-origin: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-items: flex-end;
  transition: transform .3s;
  display: flex;
  position: relative;
}

.album-slider-main-img-container.is-active {
  transform: scale(1.1);
}

.h2-title {
  margin-bottom: 9px;
  font-size: 35px;
}

.h2-title.big {
  color: #fff;
  font-size: 80px;
}

.h2-title.titolo-disegno-test {
  font-size: 50px;
  line-height: 1.4;
}

.h2-title.info {
  font-size: 8vw;
}

.images-container {
  justify-content: flex-end;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
  position: relative;
}

.pop-up-album-cover {
  flex: none;
  width: 300px;
  height: 300px;
  box-shadow: 2px 2px 17px #000;
}

.pop-up-text-container {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.year-artist-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h5-gray {
  color: #ffffffad;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 400;
}

.h5-gray.yellow {
  color: var(--art);
}

.pop-up-songs-container {
  margin-bottom: 47px;
  padding-left: 35px;
  padding-right: 35px;
}

.song-item {
  border-bottom: 1px solid #2c2c2c;
  height: 70px;
}

.song-play-btn {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 31px;
  display: flex;
}

.song-play-img {
  background-image: url('../images/play.svg');
  background-position: 50%;
  background-size: auto;
  width: 20px;
  height: 20px;
}

.songs-code-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.number-container {
  color: #c2c2c2;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 13px;
  display: flex;
}

.empty-state {
  background-color: #dddddd24;
  display: none;
}

.images-container-phone {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.testing {
  height: 500px;
  padding-top: 41px;
  padding-bottom: 41px;
}

.fascia-left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fascia-left.right {
  justify-content: flex-end;
}

.fascia-text {
  white-space: nowrap;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin-right: -2px;
  font-size: 3vw;
  display: inline-block;
}

.fascia-container {
  width: 100%;
  overflow: hidden;
}

.fascia-container.left {
  justify-content: center;
  align-items: center;
  position: relative;
}

.fascia-container.right {
  margin-top: -2px;
  position: relative;
}

.fascia-right {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.huge-text {
  opacity: .27;
  color: #fff0;
  font-size: 22vw;
  font-weight: 400;
  line-height: .9;
  display: none;
}

.huge-text-container {
  z-index: 0;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body {
  font-family: Poppins, sans-serif;
}

.central-navbar {
  z-index: 11;
  background-color: #000c;
  width: 100%;
  height: 100%;
  position: relative;
}

.testi-btn {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  max-width: 70px;
  margin: 9px 24px 6px;
  padding: 15px;
  font-size: 15px;
  line-height: 1.3;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.testi-btn:hover {
  background-color: var(--art);
}

.testi-collection-item {
  flex-direction: column;
  padding: 30px;
  transition: transform .5s;
  display: none;
  transform: translate(0, -100%);
}

.testi-collection-item.visible {
  display: flex;
  transform: translate(0);
}

.testi-collection-list {
  position: relative;
}

.disegni-img-container {
  z-index: 1;
  transform-origin: 0 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-items: flex-end;
  width: 100%;
  min-height: 200px;
  transition: transform .3s;
  display: flex;
  position: relative;
}

.disegni-img-container.is-active {
  transform: scale(1.1);
}

.parole-master-container {
  background-color: var(--art);
  color: #000;
  min-height: 500px;
  position: relative;
}

.parole-container {
  width: 100%;
}

.h3-big-white {
  color: #fff;
  margin-bottom: 21px;
  font-size: 35px;
  line-height: 40px;
}

.full-list-btn {
  color: #000;
  background-color: #fff;
  padding: 18px;
  display: none;
  position: absolute;
  inset: auto 10px 10px auto;
}

.random-img {
  width: 40px;
  height: 40px;
}

.testo-testi {
  font-size: 17px;
}

.h3-gray {
  color: #ffffffad;
  margin-top: 7px;
  font-weight: 400;
}

.disegni-info {
  max-width: 1000px;
  margin: 65px auto 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.disegni-slider-main-img-container {
  flex: 1;
  align-items: center;
  transition: transform .3s;
  display: flex;
}

.disegni-slider-main-img-container.is-active {
  transform: scale(1.1);
}

.disegni-info-container {
  opacity: 1;
  background-color: #fff;
  padding: 23px 25px;
  transition: transform .4s, opacity .4s;
  transform: translate(0);
}

.disegni-info-container.hidden {
  opacity: .42;
  transform: translate(0, -100%);
}

.disegni-img {
  width: 50px;
}

.disegnisingoli-collection-item {
  flex-direction: column;
  align-items: center;
  margin-bottom: 95px;
  display: flex;
}

.disegnisingoli-descrizione-container {
  width: 100%;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

.disegnisingoli-img {
  max-width: 100vw;
  max-height: 80vh;
}

.disegnisingoli-info {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.yeardimensions-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-white {
  transition: color .5s;
}

.text-white.sound {
  color: var(--sound);
}

.text-white.sound.inactive {
  color: #fff;
}

.text-white.art {
  color: var(--art);
}

.text-white.art.inactive {
  color: #fff;
}

.text-white.soundart {
  color: var(--soundart);
}

.text-white.soundart.inactive {
  color: #fff;
}

.sottoinstallazione-item {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.sottoinstallazione-img {
  max-width: 70vw;
  max-height: 70vh;
}

.sottoinstallazioni-info-container {
  width: 100%;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 28px;
}

.video-container {
  justify-content: center;
  align-items: center;
  width: 70vw;
  height: 39vw;
  display: flex;
  position: relative;
}

.video-container.gallery {
  position: static;
}

.video-embed {
  width: 100%;
  height: 100%;
  display: none;
}

.video-playbtn {
  z-index: 1;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.video-playbtn.hide {
  display: none;
}

.image {
  z-index: 1;
  position: relative;
}

.play-video-img {
  z-index: 1;
  width: 50px;
  position: relative;
}

.contact-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
}

.social-div {
  border: 2px solid #fff;
  display: flex;
}

.social-link {
  text-align: center;
  margin-bottom: -2px;
  margin-right: -2px;
  padding: 19px 41px;
  font-size: 15px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: block;
}

.social-link:hover {
  color: red;
  background-color: #fff;
}

.piattaforma-ascolto {
  padding: 7px;
}

.piattaforme-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.disponibile-su-container {
  padding-bottom: 11px;
}

.h3-big-black {
  color: #000;
  font-size: 40px;
  line-height: 40px;
}

.animation-container {
  z-index: 1;
  background-color: var(--art);
  justify-content: center;
  align-items: flex-start;
  height: 0%;
  padding-top: 0;
  transition: padding 1.2s cubic-bezier(.455, .03, .515, .955), height 1.2s linear;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.animation-container.active {
  height: 100%;
  padding-top: 80px;
  transition-duration: .4s, .4s;
  transition-timing-function: linear, linear;
}

.menu-bar-parole {
  cursor: pointer;
  background-color: #000;
  border-radius: 0;
  width: 35px;
  height: 5px;
  transition: height .4s, width .4s, background-color .4s, transform .4s;
  position: absolute;
}

.menu-bar-parole.top {
  width: 0;
  transform: translate(0, -14px);
}

.menu-bar-parole.top.active {
  transform: rotate(-135deg);
}

.menu-bar-parole.top.mid {
  width: 40px;
}

.menu-bar-parole.low {
  width: 0;
  transform: translate(0, 12px);
}

.menu-bar-parole.low.active {
  transform: rotate(135deg);
}

.menu-bar-parole.low.mid {
  width: 44px;
}

.menu-bar-parole.central {
  width: 0;
  transform: rotate(0)translate(0, -1px);
}

.menu-bar-parole.central.active {
  background-color: #fff0;
}

.menu-bar-parole.central.mid {
  width: 34px;
}

.menu-bar-parole.vertical {
  width: 5px;
  height: 0;
  transform: translate(0)rotate(0);
}

.menu-bar-parole.vertical.active {
  height: 29px;
  transform: rotate(45deg);
}

.menu-bar-parole.vertical.mid {
  height: 52px;
  transform: translate(0, -2px)rotate(0);
}

.menu-btn-parole {
  z-index: 11;
  justify-content: center;
  align-items: center;
  padding: 31px 40px;
  transition: transform .4s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.menu-btn-parole.active {
  transform: rotate(180deg);
}

.menu-btn-parole.menu-icon {
  cursor: pointer;
}

.loading-container {
  z-index: 40;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  transition: bottom .5s, padding-top .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.loading-container.hide {
  bottom: 100%;
}

.loding-logo-container {
  z-index: 11;
  justify-content: center;
  align-items: center;
  padding: 31px 40px;
  transition: transform .4s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.loding-logo-container.active {
  transform: rotate(180deg);
}

.loding-logo-container.menu-icon {
  cursor: pointer;
}

.loading-logo {
  cursor: pointer;
  background-color: #000;
  border-radius: 0;
  width: 35px;
  height: 5px;
  transition: height .4s, width .4s, background-color .4s, transform .4s;
  position: absolute;
}

.loading-logo.top {
  width: 0;
  transform: translate(0, -10px);
}

.loading-logo.top.active {
  transform: rotate(-135deg);
}

.loading-logo.top.mid {
  width: 29px;
}

.loading-logo.low {
  width: 0;
  transform: translate(0, 8px);
}

.loading-logo.low.active {
  transform: rotate(135deg);
}

.loading-logo.low.mid {
  width: 32px;
}

.loading-logo.central {
  width: 0;
  transform: rotate(0)translate(0, -1px);
}

.loading-logo.central.active {
  background-color: #fff0;
}

.loading-logo.central.mid {
  width: 22px;
}

.loading-logo.vertical {
  width: 5px;
  height: 0;
  transform: translate(0, -2px)rotate(0);
}

.loading-logo.vertical.active {
  height: 29px;
  transform: rotate(45deg);
}

.loading-logo.vertical.mid {
  height: 36px;
  transform: rotate(0);
}

.heading-3 {
  color: var(--soundart);
}

.body04 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.8vw;
  line-height: 1.4;
}

.body04.black {
  color: #000;
  margin-bottom: 26px;
}

.body04.center {
  text-align: center;
}

.body04.bold {
  font-weight: 700;
}

.body04.installazioni {
  margin-bottom: 28px;
}

.shuffle-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 31px;
  padding-bottom: 14px;
  display: flex;
}

.paragrafo-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-top: 70px;
  margin-left: 5em;
  margin-right: 5em;
  display: grid;
}

.paragrafo-container.invertito {
  grid-template-columns: 2fr 1.2fr;
}

.album-gallery-item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.album-gallery-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.gallery-video {
  position: static;
}

.empty-state-2 {
  display: none;
}

.top-logo-container {
  z-index: -10;
  margin-top: 4em;
  margin-right: 4em;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.invert-div {
  z-index: 1;
  -webkit-backdrop-filter: invert() hue-rotate(180deg) saturate(400%);
  backdrop-filter: invert() hue-rotate(180deg) saturate(400%);
  background-color: #fff;
  height: 0%;
  transition: height .7s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  inset: auto 0% 0%;
}

.invert-div.bottom {
  background-color: #fff0;
  display: none;
}

.invert-div.bottom.active {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.invert-div.top {
  background-color: #fff0;
  display: none;
  inset: 0% 0% auto;
}

.invert-div.top.active {
  height: 100%;
}

.x-test {
  text-align: center;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  font-size: 117vw;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bio-img {
  mix-blend-mode: multiply;
  width: 100%;
  margin-bottom: 33px;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.bio-text-container {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.text-preview {
  height: 50px;
  position: relative;
}

.body05 {
  color: #c2c2c2;
  font-size: 13px;
  font-weight: 300;
}

.body05.black {
  color: #7e7e7e;
}

.body05.black.yellow {
  color: var(--art);
}

.body05.center {
  text-align: center;
}

.gradient-preview {
  background-image: linear-gradient(to top, #000, #0000);
  position: absolute;
  inset: 0%;
}

.bio-container {
  margin: 27px;
}

.bio-text {
  max-width: 600px;
  font-size: 15px;
}

.bio-text.red {
  color: red;
}

.more-txt {
  font-size: 15px;
}

.bottom-player-container {
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: fixed;
  inset: auto 0% 0%;
}

.bottom-player {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border-top: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 100px 100px 1fr 100px;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  transition: background-color .5s, transform .4s;
  display: grid;
  position: relative;
  transform: translate(0);
}

.bottom-player.hidden {
  transform: translate(0, 103px);
}

.fa-play {
  background-image: url('../images/play.svg');
  background-position: 50%;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.fa-pause {
  background-image: url('../images/pause.svg');
  background-position: 50%;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.bottom-player-bar {
  background-color: #555;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  display: none;
}

.bar-current {
  background-color: #fff;
  border-radius: 5px;
  height: 5px;
  display: none;
}

.bottom-player-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

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

.info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lyrics-btn-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.audio-embed {
  height: 100%;
}

.social-link-divider {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.video-container-relative {
  position: relative;
}

.mailing-list-container {
  color: #fff;
  text-align: left;
  border: 2px solid #fff;
  border-radius: 0;
  justify-content: center;
  max-width: 300px;
  padding-top: 0;
  display: flex;
}

.scroll-test {
  width: 400px;
  height: 1000px;
  overflow: scroll;
}

.mce_inline_error {
  color: #fff;
  background-color: #000;
}

.download_bio_btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 70px;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 0;
  display: flex;
}

.download_icon {
  width: 40px;
}

.text-block {
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  .hero-text-container {
    font-size: 1.8vw;
  }

  .inner-section.gallery {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .swiper-slide.is-slider-main, .swiper-slide.album, .swiper-slide.disegni, .swiper-slide.disegnino {
    width: 50%;
  }

  .popup-container {
    inset: 0%;
  }

  .h2-title {
    font-size: 28px;
  }

  .images-container {
    width: 300px;
    height: 300px;
  }

  .pop-up-album-cover {
    width: 200px;
    height: 200px;
  }

  .images-container-phone {
    width: 300px;
  }

  .testo-testi {
    font-size: 15px;
  }

  .sottoinstallazione-img {
    max-width: 95vw;
    max-height: 100vh;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sottoinstallazioni-info-container {
    max-width: 100vw;
    padding-left: 36px;
    padding-right: 36px;
  }

  .video-container {
    width: 100vw;
    height: 56vw;
  }

  .video-container.gallery {
    width: 95vw;
  }

  .body04.installazioni {
    margin-bottom: 0;
  }

  .paragrafo-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .bio-img {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 10em;
    line-height: 1;
  }

  .section-wide.hero {
    height: 90vh;
  }

  .section-wide.footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-wide.album-cover {
    flex-direction: column;
  }

  .section-wide.fascia-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-text-container {
    font-size: 1.5vw;
    left: 30px;
  }

  .body01 {
    font-size: 13px;
  }

  .swiper-slide.is-slider-main {
    width: 100%;
    height: 70em;
  }

  .swiper-slide.album {
    width: 100%;
    height: 90em;
  }

  .swiper-slide.disegni {
    width: 100%;
    height: 94em;
  }

  .swiper-slide.disegnino {
    width: 100%;
    height: 90em;
  }

  .slider-main_component.is-slider-main {
    margin-left: 4em;
    margin-right: 10em;
  }

  .swiper-drag-wrapper.is-slider-main {
    width: 100%;
    height: 4px;
  }

  .swiper-arrow {
    width: 20px;
  }

  .body02 {
    font-size: 12px;
  }

  .top-navbar {
    grid-template-columns: 80px 1fr 80px;
  }

  .body03.nav-back-link {
    display: none;
  }

  .popup-container {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h3-white {
    text-align: left;
    font-size: 9em;
  }

  .menu-btn.menu-icon {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-container {
    width: 150px;
  }

  .sentence-word-container {
    margin-right: 10px;
  }

  .h2-title {
    font-size: 19px;
  }

  .h2-title.big {
    font-size: 50px;
  }

  .h2-title.titolo-disegno-test {
    font-size: 35px;
  }

  .images-container {
    display: none;
  }

  .pop-up-album-cover {
    width: 100%;
    height: 100%;
    display: block;
  }

  .pop-up-text-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .images-container-phone {
    width: 100%;
    padding: 30px;
    display: block;
  }

  .fascia-text {
    font-size: 4vw;
  }

  .huge-text {
    font-size: 40vw;
  }

  .testi-btn:hover {
    background-color: #fff;
  }

  .testi-collection-item.visible {
    padding: 27px;
  }

  .testo-testi {
    font-size: 13px;
  }

  .h3-gray {
    font-size: 19px;
    line-height: 25px;
  }

  .disegni-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .disegnisingoli-img {
    max-width: 95vw;
  }

  .disegnisingoli-info {
    flex-direction: column;
  }

  .sottoinstallazioni-info-container {
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .social-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .social-link {
    border-bottom-style: none;
    border-right-style: none;
    padding: 16px 23px;
    font-size: 13px;
  }

  .piattaforme-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .menu-btn-parole.menu-icon, .loding-logo-container.menu-icon {
    padding-top: 0;
    padding-bottom: 0;
  }

  .body04 {
    font-size: 18px;
  }

  .paragrafo-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .album-gallery-list {
    grid-template-columns: 1fr;
  }

  .bio-text-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .body05 {
    font-size: 13px;
  }

  .bio-text {
    font-size: 14px;
  }

  .bottom-player-container {
    height: 80px;
  }

  .bottom-player {
    grid-template-columns: 80px 80px 1fr 80px;
  }

  .social-link-divider {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 9.8em;
  }

  .section-wide.section {
    padding-top: 27px;
  }

  .section-wide.footer {
    padding: 20px 13px;
  }

  .section-wide.info {
    padding-top: 53px;
    padding-bottom: 13px;
  }

  .section-wide.bio-hero {
    background-image: url('../images/emanuelelapianasitobio04.jpg');
    background-position: 0 0;
  }

  .hero-text-container {
    font-size: 2vw;
    left: 10px;
    right: 10px;
  }

  .inner-section.testi {
    padding-left: 0;
    padding-right: 0;
  }

  .inner-section.contact {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .swiper-slide.is-slider-main, .swiper-slide.album {
    height: 100em;
  }

  .swiper-slide.disegni {
    height: 140em;
  }

  .swiper-slide.disegnino {
    height: 100em;
  }

  .slider-main_button-wrapper {
    flex: none;
  }

  .open-btn {
    margin-bottom: 0;
  }

  .top-navbar {
    grid-template-columns: 70px 1fr 70px;
  }

  .master-container {
    overflow: hidden;
  }

  .h3-white {
    font-size: 9.8em;
  }

  .menu-container {
    width: 200px;
  }

  .menu-container.active {
    top: 60px;
  }

  .underline {
    height: 10px;
  }

  .sentence-word-container {
    margin-right: 5px;
    font-size: 1.6vw;
  }

  .album-info-container {
    height: 36%;
  }

  .h2-title {
    font-size: 25px;
  }

  .h2-title.big {
    font-size: 35px;
  }

  .h2-title.titolo-disegno-test {
    font-size: 25px;
  }

  .images-container-phone {
    flex: none;
    padding: 0;
  }

  .fascia-text {
    font-size: 6vw;
  }

  .testi-collection-item.visible {
    padding: 17px;
  }

  .disegnisingoli-collection-item {
    margin-bottom: 60px;
  }

  .sottoinstallazioni-info-container {
    padding-top: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .contact-div {
    width: 100%;
  }

  .social-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .social-link {
    color: red;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 0;
    padding: 3px 6px;
  }

  .social-link:hover {
    color: #fff;
    background-color: #fff0;
  }

  .piattaforme-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .menu-bar-parole {
    width: 30px;
    height: 2px;
  }

  .album-gallery-item-description {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bio-img {
    width: 100%;
    margin-bottom: 24px;
  }

  .bottom-player {
    grid-template-columns: 80px 80px 1fr 50px;
  }

  .mailing-list-container {
    max-width: 100%;
  }
}

#w-node-f9d8af90-04f2-7478-36b3-4de29f212464-354809d5, #w-node-_99a528c5-653a-e28f-88bf-fd7745979261-354809d5, #w-node-_27a7ab39-3eef-11b7-afe6-4b2cecd836f8-354809d5, #w-node-_4ca23caf-8051-bb75-8e36-de6bfd844830-354809d5, #w-node-_57fa6573-5586-75d5-f37b-f5d85eef7391-354809d5, #w-node-_37b9a18d-21db-356f-2fc9-de7a8265c0c3-354809d5, #w-node-_71f0fb1d-f283-909f-a726-5e2f0daf8f9b-354809d5, #w-node-c3be9666-9de0-0764-ce1d-790aa04e6324-354809d5, #w-node-aa2ef2ce-16d7-457c-4b57-401163ebdc64-354809d5, #w-node-b47fa9c4-4272-46f5-f3e3-cf3dc73c4d64-354809d5, #w-node-_30ad2f54-c36e-54fb-9de4-bb551132fea7-354809d5, #w-node-_09356897-f665-c12f-f85a-01202e5615de-354809d5, #w-node-cd7bdf71-c1ee-7ed2-c722-d6632db0edf5-354809d5, #w-node-ef966445-685a-650b-ac1a-38f5521b1428-354809d5, #w-node-_3183225d-6128-78a2-7805-d40f63a90a55-354809d5, #w-node-b1b34daf-f110-312b-a894-76c944bad523-354809d5, #w-node-_7a3ee48b-42d1-c7bd-3701-0ba364b0b75c-354809d5, #w-node-_88c2e658-ef37-548b-f291-1fdc33fe27b1-354809d5, #w-node-_2e914d59-9a83-1c8d-4e55-5f07ee6e762d-354809d5, #w-node-_71386e0f-9cc5-2f70-7dff-78f37c68db09-354809d5, #w-node-_288ee871-a42f-ac78-1adb-208173b101b1-354809d5, #w-node-d73884ff-2390-39ea-28bb-0bf61cd1e17e-354809d5, #w-node-_4eb97892-375a-4c84-76f9-b8630c4310c6-354809d5, #w-node-bdf6e28e-4e91-9b71-67b8-017b45598e3b-354809d5, #w-node-_44c2b334-c818-a13b-a99a-b210befbeee3-354809d5, #w-node-aa6cbbf2-c4bb-3fe7-b4f1-13f0d08c7ec2-354809d5, #w-node-fb885c02-4f52-5f6b-b718-1eb108161c3e-354809d5, #w-node-d468e788-b9dd-970b-0de2-40453d434fc2-354809d5, #w-node-_317b655f-3e1a-23c1-d5f9-a19fe8767ac1-354809d5, #w-node-_00f88ceb-f22b-81d7-c1ef-48da512323be-354809d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


