h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  padding-top: 55px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

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

.hero {
  width: auto;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 35px;
  background-image: url('../images/pexels-annam-w-1.png');
  background-position: 50% 50%;
  background-size: auto;
  color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.brand {
  width: 20%;
  padding-bottom: 0px;
  background-image: url('../images/LOGO-playleaks.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-decoration: none;
}

.nav-link {
  display: none;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
  font-weight: 600;
}

.header.hide {
  display: none;
}

.wrapphone {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: none;
  padding-top: 79px;
  padding-right: 128px;
  padding-left: 128px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.image {
  position: static;
  right: -147px;
  z-index: 10;
  width: 60%;
  height: 80%;
  margin-right: 0%;
  margin-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-descrizione {
  position: static;
  right: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 500px;
  min-width: 500px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph {
  padding-top: 64px;
  font-size: 28px;
  line-height: 25px;
}

.heading {
  max-width: 500px;
  margin-top: 0px;
  font-family: Circularstd, sans-serif;
  font-size: 41px;
  font-weight: 700;
}

.paragraph-2 {
  width: 400px;
  margin-bottom: 50px;
  padding-top: 24px;
  font-family: 'Circularstd book', sans-serif;
  font-size: 19px;
}

.paragraph-2.hide {
  display: none;
}

.text-field {
  overflow: hidden;
}

.field-label {
  display: none;
}

.text-field-2 {
  display: block;
  width: 300px;
  margin-right: 9px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  border-radius: 20px;
  text-align: left;
}

.botton {
  border-style: solid;
  border-width: 0px;
  border-color: red;
  border-radius: 20px;
  background-color: #ff2b00;
  box-shadow: 1px 0 3px 0 #fff;
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
  font-weight: 500;
}

.container-info {
  width: 300px;
  border-radius: 20px;
  background-color: #fff;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 51px;
  padding-right: 206px;
  padding-bottom: 0px;
  padding-left: 206px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  -webkit-transition: all 575ms ease;
  transition: all 575ms ease;
}

.div-block-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 350px;
  max-height: 100%;
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 8px;
  padding: 46px 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 4px 4px 15px -6px #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.div-block-copy:hover {
  height: 350px;
  background-color: #fff;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

.text-block {
  display: block;
  opacity: 1;
  font-family: 'Circularstd book', sans-serif;
  font-weight: 400;
  text-align: center;
}

.text-block:hover {
  display: block;
  opacity: 1;
}

.text-block.eng {
  display: block;
}

.image-2 {
  width: 100px;
}

.heading-2 {
  font-family: Circularstd, sans-serif;
  color: #ff4300;
  font-size: 17px;
  text-align: center;
}

.lateral-scroll-section {
  display: block;
  overflow: hidden;
  height: 300vw;
  max-height: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-3 {
  margin-top: -126px;
  margin-bottom: -211px;
  margin-left: -8px;
}

.dynamic-playlist-explanation-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: none;
  margin-top: 0px;
  padding: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
}

.form {
  border-style: none;
  border-width: 1px;
  border-color: red;
}

.dinamic-playlist {
  overflow: visible;
  width: 300px;
  height: 500px;
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-final {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  margin-top: -18px;
  margin-bottom: -18px;
  padding: 35px 35px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/pexels-annam-w-1047442.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #ff4d00;
}

.hero-final.footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin-top: -100px;
  padding: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #ff5e00;
  border-radius: 20px;
  background-color: #fff;
}

.heading-3 {
  font-size: 50px;
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-2 {
  text-align: center;
}

.scarica-section-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-right: 25%;
  padding-left: 25%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.image-copy {
  position: static;
  right: -147px;
  z-index: 10;
  overflow: visible;
  width: auto;
  height: 70vh;
  max-height: 100vh;
  max-width: none;
  margin-right: 0%;
  margin-left: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-2-copy {
  position: relative;
  right: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: auto;
  margin-left: 52px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-link-2 {
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
}

.nav-link-3 {
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
}

.card-div {
  position: static;
  display: none;
  width: auto;
  max-height: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.phone {
  position: static;
  max-width: 350px;
  margin-bottom: 40px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.phone.footer {
  max-width: 300px;
}

.shine {
  position: absolute;
  left: 0%;
  right: 0%;
  display: none;
  width: 20%;
  height: 40%;
  margin-left: 323px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: radial-gradient(circle closest-side at 50% 50%, #fff, transparent);
  opacity: 0.3;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 225ms linear;
  transition: all 225ms linear;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.iter-2 {
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.iter-2.hide {
  display: block;
}

.image-5 {
  overflow: visible;
  width: 100%;
  height: 100vh;
  margin-bottom: 0px;
  background-color: #000;
  -o-object-fit: contain;
  object-fit: contain;
}

.body {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-family: 'Circularstd book', sans-serif;
  color: #000;
}

.promo-signup {
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 40%;
  -o-object-fit: contain;
  object-fit: contain;
}

.promo-signup.hide {
  display: none;
}

.content-descrizione-dynamic-playlist {
  position: static;
  right: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 500px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.scarica-section-block-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.botton-signup {
  position: fixed;
  left: 15%;
  top: auto;
  right: 13%;
  bottom: 0%;
  z-index: 9999999;
  display: block;
  overflow: visible;
  width: auto;
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 1%;
  margin-left: 10%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 20px;
  background-color: #ff5e00;
  background-image: linear-gradient(124deg, #ff7b00, #f30);
  box-shadow: 2px 2px 17px -1px #fff;
  outline-color: #ff2b00;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 0px;
  text-align: left;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 26px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-sticky-botton {
  overflow: visible;
  width: 60%;
}

.iscriviti-ora {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  text-align: right;
}

.image-6 {
  max-width: none;
  background-color: #fff;
}

.bold-text {
  font-family: Circularstd, sans-serif;
}

.iscriviti-discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: none;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
}

.card-div-copy {
  position: static;
  display: none;
  width: auto;
  max-height: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.card-div-copy.fondo {
  display: block;
}

.iter-3-copy {
  display: none;
  overflow: visible;
  width: 100vw;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-4 {
  position: relative;
  left: 76px;
  top: 402px;
  z-index: 10;
  width: 300px;
}

.paragraph-2-copy {
  width: 400px;
  margin-bottom: 50px;
  padding-top: 24px;
  font-family: 'Circularstd book', sans-serif;
  font-size: 22px;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
}

.play-button-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px solid #000;
  border-radius: 0%;
  background-color: rgba(30, 0, 255, 0);
  color: hsla(0, 0%, 100%, 0.91);
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f60;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.div-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-style: solid;
  border-width: 6px;
  border-color: #f60;
  border-radius: 100%;
  background-color: #fff;
}

.video-2 {
  position: static;
}

.video-player-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #575757;
  opacity: 1;
  cursor: pointer;
}

.video-screen {
  border: 0px solid #000;
}

.mute {
  width: 15px;
  margin-right: 10px;
  cursor: pointer;
}

.loop-active {
  display: none;
  margin-right: 10px;
  cursor: pointer;
}

.volume-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #575757;
  opacity: 1;
  cursor: pointer;
}

.control-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.volume-up {
  width: 15px;
  margin-left: 5px;
  cursor: pointer;
}

.duration {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 7px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.current-seconds {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  margin-top: 7px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.volume-down {
  width: 15px;
  height: 40px;
  margin-right: 5px;
  cursor: pointer;
}

.options-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.active-bar {
  width: 50%;
  height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 20px;
  background-color: #fe5502;
  background-image: linear-gradient(261deg, #f30, #ff9d00);
}

.volume-mute-wrapper {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video {
  width: auto;
  height: 400px;
  border-radius: 5px;
}

.play {
  cursor: pointer;
}

.pause {
  cursor: pointer;
}

.repeat {
  width: auto;
  height: 19px;
  margin-right: 10px;
  cursor: pointer;
}

.video-player-single-track-wrapper-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 65px;
  margin-top: 10px;
  padding: 10px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #000;
}

.video-player-volume-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.video-player-volume-wrapper.bar-wrapper-volume {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #0a0a0a;
}

.volume-bar-active {
  width: 50%;
  height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 20px;
  background-color: #fff;
}

.volume-bar-wrapper {
  position: relative;
}

.audio-active {
  width: 15px;
  margin-right: 10px;
  cursor: pointer;
}

.fullscreen {
  width: auto;
  height: 19px;
  margin-right: 10px;
  cursor: pointer;
}

.play-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 5px;
  cursor: pointer;
}

.loop-not-active {
  display: none;
  margin-right: 10px;
  line-height: 1;
  cursor: pointer;
}

.video-player-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.video-player-bar-wrapper.bar-wrapper {
  position: relative;
  width: 300px;
  margin-right: 20px;
  margin-left: 20px;
}

.video-player-wrapper {
  position: relative;
  z-index: 1;
  display: block;
}

.botton-copy {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 0 3px 0 #fff;
  font-family: 'Circularstd book', sans-serif;
  color: #ff2b00;
  font-weight: 700;
}

.text-block-4 {
  border-radius: 0px;
  background-color: rgba(255, 102, 0, 0);
}

.success-message {
  border-radius: 20px;
  background-color: #f50;
}

.success-message-2 {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.text-block-5 {
  color: #fff;
}

.videoplayer2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  position: relative;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-item {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  color: #f4f4ee;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.text-block-6 {
  color: #302414;
  font-size: 16px;
}

.logo-image {
  display: block;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.logo-link.hide-mobile {
  display: block;
}

.flag-box {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-divider {
  display: none;
  height: 40px;
  margin-right: 16px;
  margin-left: 16px;
  border: 1px solid #604f35;
}

.menu-button {
  display: none;
}

.image-7 {
  width: auto;
  height: 25px;
}

.button {
  padding: 12px 25px;
  border-radius: 7px;
  background-color: #302414;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  min-width: 192px;
  border-radius: 7px;
  background-color: #d7ff00;
  text-align: center;
}

.logo-link-mobile {
  z-index: 1;
  display: none;
}

.logo-link-mobile:hover {
  opacity: 0.8;
}

.logo-link-mobile:active {
  opacity: 0.7;
}

.feedel-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  padding: 0.7rem 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1d31;
}

.logo-feedel {
  margin-right: 40px;
}

.rl-cta_text-wrapper {
  margin-right: 1.5rem;
}

.text-block-feedel {
  font-family: 'Space Mono', sans-serif;
  color: #fffde6;
  font-size: 14px;
  line-height: 1.2em;
  text-align: left;
}

.link-11 {
  padding-right: 3px;
  color: #f4f4ee;
  text-decoration: none;
}

.link-11:hover {
  color: #9e9987;
}

.link-11:visited {
  color: #604f35;
  text-decoration: none;
}

.footer-flex-container-2 {
  position: fixed;
  display: block;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.footer-flex-container-2._50 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Circularstd book', sans-serif;
  color: #f4f4ee;
  font-weight: 300;
}

.text-block-9.slim.hide {
  display: none;
}

.social-icons {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-6 {
  margin-left: 10px;
  -webkit-transition-property: none;
  transition-property: none;
  color: #f4f4ee;
}

.link-10 {
  padding-right: 3px;
  padding-left: 3px;
  color: #f4f4ee;
  text-decoration: none;
}

.link-10:hover {
  color: #9e9987;
}

.link-10:visited {
  color: #604f35;
}

.text-span-10 {
  color: #f4f4ee;
}

.text-span-10:hover {
  color: #9e9987;
}

.link-12 {
  padding-left: 3px;
  color: #f4f4ee;
  text-decoration: none;
}

.link-12:hover {
  color: #9e9987;
}

.link-12.w--current:visited {
  color: #604f35;
}

.image-22 {
  border-radius: 10px;
  background-color: #1E1E1E;
}

.footer-flex-container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.footer-flex-container-3._50 {
  display: none;
  padding-right: 128px;
  padding-left: 128px;
}

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

.language {
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
}

.dropdown-toggle-2 {
  padding: 0px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flag-icon {
  width: 24px;
}

.icon {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
}

.dropdown-list {
  background-color: #72a4d4;
}

.hide-mobile {
  display: none;
}

.nav-link-lang {
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h1-terms {
  color: #ff4300;
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .div-block-copy {
    margin-right: 8px;
    margin-left: 8px;
  }

  .text-block-9.slim {
    color: #f4f4ee;
  }

  .link-12 {
    color: #f4f4ee;
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
    margin: auto;
  }

  .wrapphone {
    height: 100vh;
    max-height: none;
    padding-right: 84px;
    padding-left: 84px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image {
    width: auto;
  }

  .content-descrizione {
    margin-left: 0px;
    padding-left: 0px;
  }

  .paragraph-2 {
    margin-bottom: 4px;
    padding-top: 0px;
  }

  .section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 65px;
    padding-right: 31px;
    padding-left: 31px;
  }

  .div-block-copy {
    width: 200px;
    height: 350px;
    margin-top: 0px;
  }

  .lateral-scroll-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-3 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .dynamic-playlist-explanation-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-final {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-3 {
    margin-top: 0px;
  }

  .scarica-section-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-copy {
    width: 100%;
    max-width: 100%;
  }

  .div-block-2-copy {
    min-width: auto;
    margin-left: 0px;
  }

  .phone {
    max-width: 200px;
  }

  .camera {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
  }

  .frame {
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .iter-2 {
    width: auto;
    height: auto;
  }

  .image-5 {
    height: auto;
    margin-bottom: 0px;
  }

  .promo-signup {
    max-width: none;
  }

  .content-descrizione-dynamic-playlist {
    margin-left: 0px;
  }

  .scarica-section-block-2-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .botton-signup {
    margin-left: 0%;
  }

  .iscriviti-discount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .iter-3-copy {
    width: auto;
    height: auto;
  }

  .video {
    width: auto;
    height: auto;
  }

  .paragraph-2-copy {
    margin-bottom: 4px;
    padding-top: 0px;
  }

  .background-video {
    width: 700px;
    height: 400px;
  }

  .video-player-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .navigation-wrap {
    background-color: transparent;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-icon {
    display: block;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navigation-items {
    background-color: transparent;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-contact-us {
    display: block;
  }

  .logo-link-mobile.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-flex-container-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-flex-container-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-language {
    padding: 0px;
  }

  .menu-language.w--open {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .wrapphone {
    height: auto;
    padding-top: 0px;
    padding-right: 31px;
    padding-left: 31px;
  }

  .content-descrizione {
    margin-left: 0px;
    padding-left: 0px;
  }

  .heading {
    font-size: 30px;
    line-height: 30px;
  }

  .paragraph-2 {
    width: auto;
    padding-top: 19px;
  }

  .section-2 {
    margin-bottom: 47px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-copy {
    width: 250px;
    height: 300px;
    margin-bottom: 9px;
  }

  .heading-2 {
    font-size: 14px;
    line-height: 16px;
  }

  .dynamic-playlist-explanation-3 {
    display: none;
    padding-right: 34px;
    padding-bottom: 8px;
    padding-left: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dinamic-playlist {
    width: auto;
    height: auto;
    max-width: 40%;
    margin-right: 31px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-final {
    margin-top: -12px;
  }

  .div-block-3 {
    height: 100px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .scarica-section-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-copy {
    width: 80%;
    height: 48vh;
    max-width: 80%;
  }

  .div-block-2-copy {
    width: 400px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .iter-2 {
    display: block;
  }

  .promo-signup {
    width: 400px;
    max-width: none;
  }

  .content-descrizione-dynamic-playlist {
    min-width: auto;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .scarica-section-block-2-copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .botton-signup {
    display: none;
  }

  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .iscriviti-ora {
    overflow: hidden;
  }

  .iscriviti-discount {
    display: block;
    padding-right: 34px;
    padding-bottom: 8px;
    padding-left: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .iter-3-copy {
    display: block;
  }

  .video {
    display: block;
  }

  .paragraph-2-copy {
    width: auto;
    padding-top: 19px;
  }

  .options-wrapper {
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
  }

  .background-video {
    width: 400px;
    height: 300px;
  }

  .video-player-single-track-wrapper-copy {
    width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-player-volume-wrapper.bar-wrapper-volume {
    margin-left: 10px;
  }

  .video-player-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-link {
    padding-left: 0px;
  }

  .logo-link-mobile {
    padding-left: 0px;
  }

  .feedel-cta {
    padding-bottom: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .rl-cta_text-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }

  .footer-flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-flex-container-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 100vh;
    padding-top: 10px;
  }

  .brand {
    width: 10%;
    background-image: url('../images/LOGO-playleaks-2.png');
  }

  .wrapphone {
    padding-top: 0px;
  }

  .content-descrizione {
    max-width: none;
    min-width: auto;
    padding-left: 10px;
  }

  .heading {
    display: block;
    margin-top: 28px;
    font-size: 32px;
    line-height: 2rem;
  }

  .heading.no-margin {
    margin-top: 10px;
  }

  .paragraph-2 {
    width: 250px;
    max-width: none;
    margin-bottom: 11px;
    padding-top: 8px;
    font-size: 18px;
  }

  .text-field-2 {
    width: 200px;
  }

  .botton {
    margin-top: 8px;
  }

  .section-2 {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-copy {
    width: 200px;
    height: auto;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .heading-2 {
    font-size: 16px;
  }

  .lateral-scroll-section {
    padding-left: 0px;
  }

  .dynamic-playlist-explanation-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 35px;
    margin-left: 35px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 0px;
  }

  .dinamic-playlist {
    width: 100%;
    max-width: 30vh;
    margin-right: 0px;
  }

  .hero-final {
    height: auto;
    padding-bottom: 60px;
  }

  .heading-3 {
    font-size: 10px;
  }

  .scarica-section-block-2 {
    padding-right: 23px;
    padding-left: 23px;
  }

  .image-copy {
    display: block;
    width: auto;
    height: 40vh;
    max-width: none;
    padding: 0px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .div-block-2-copy {
    position: static;
    width: auto;
    height: auto;
    max-width: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link-3 {
    background-color: #ff4300;
  }

  .card-div {
    display: block;
  }

  .phone.footer {
    max-width: 30vh;
  }

  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .body {
    background-color: hsla(18, 0%, 100%, 0);
  }

  .promo-signup {
    width: 100%;
    max-width: none;
  }

  .content-descrizione-dynamic-playlist {
    min-width: auto;
    padding-left: 10px;
  }

  .scarica-section-block-2-copy {
    padding-right: 23px;
    padding-left: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .botton-signup {
    display: none;
    overflow: hidden;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .iscriviti-ora {
    padding-right: 0px;
    text-align: center;
  }

  .bold-text {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    font-size: 18px;
    text-align: center;
  }

  .iscriviti-discount {
    margin-right: 35px;
    margin-bottom: 20px;
    margin-left: 35px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 0px;
  }

  .card-div-copy {
    display: block;
  }

  .video {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-2-copy {
    width: 250px;
    max-width: none;
    margin-bottom: 20px;
    padding-top: 8px;
    font-size: 19px;
    line-height: 1.3em;
  }

  .options-wrapper {
    margin-top: 30px;
    margin-right: 0px;
  }

  .background-video {
    width: 100%;
    height: 250px;
    min-width: 290px;
  }

  .video-player-single-track-wrapper-copy {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .video-player-bar-wrapper.bar-wrapper {
    width: 200px;
  }

  .video-player-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .botton-copy {
    margin-top: 8px;
  }

  .cursore.hide-mobile {
    display: none;
  }

  .videoplayer2 {
    min-width: auto;
    margin-right: 10px;
  }

  .video-3 {
    width: auto;
    height: auto;
    min-width: auto;
  }

  .menu {
    display: block;
    margin-left: 15px;
  }

  .navigation-wrap {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo-link.hide-mobile {
    display: none;
  }

  .flag-box {
    display: none;
    margin-top: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation-items {
    background-color: #ff4300;
  }

  .nav-divider {
    display: none;
    height: 30px;
    margin-right: 8px;
    margin-left: 8px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-7 {
    width: 30px;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button.cc-contact-us {
    display: block;
    max-height: 80%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo-link-mobile {
    display: block;
  }

  .feedel-cta {
    padding-right: 2%;
    padding-bottom: 0rem;
    padding-left: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-feedel {
    margin-right: 0px;
  }

  .text-block-feedel {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 1.3em;
    text-align: center;
  }

  .link-11 {
    font-size: 12px;
  }

  .footer-flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-9.slim {
    display: block;
  }

  .link-10 {
    font-size: 12px;
  }

  .link-10.w--current {
    font-size: 12px;
  }

  .link-12 {
    font-size: 12px;
  }

  .footer-flex-container-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-flex-container-3._50 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-language {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-language.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hide-mobile {
    display: none;
  }
}

@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.woff2') format('woff2'), url('../fonts/CircularStd-Book.eot') format('embedded-opentype'), url('../fonts/CircularStd-Book.woff') format('woff'), url('../fonts/CircularStd-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BookItalic.woff2') format('woff2'), url('../fonts/CircularStd-BookItalic.eot') format('embedded-opentype'), url('../fonts/CircularStd-BookItalic.woff') format('woff'), url('../fonts/CircularStd-BookItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-MediumItalic.woff2') format('woff2'), url('../fonts/CircularStd-MediumItalic.eot') format('embedded-opentype'), url('../fonts/CircularStd-MediumItalic.woff') format('woff'), url('../fonts/CircularStd-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.woff2') format('woff2'), url('../fonts/CircularStd-Black.eot') format('embedded-opentype'), url('../fonts/CircularStd-Black.woff') format('woff'), url('../fonts/CircularStd-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BlackItalic.woff2') format('woff2'), url('../fonts/CircularStd-BlackItalic.eot') format('embedded-opentype'), url('../fonts/CircularStd-BlackItalic.woff') format('woff'), url('../fonts/CircularStd-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BoldItalic.woff2') format('woff2'), url('../fonts/CircularStd-BoldItalic.eot') format('embedded-opentype'), url('../fonts/CircularStd-BoldItalic.woff') format('woff'), url('../fonts/CircularStd-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.woff2') format('woff2'), url('../fonts/CircularStd-Bold.eot') format('embedded-opentype'), url('../fonts/CircularStd-Bold.woff') format('woff'), url('../fonts/CircularStd-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.woff2') format('woff2'), url('../fonts/CircularStd-Medium.eot') format('embedded-opentype'), url('../fonts/CircularStd-Medium.woff') format('woff'), url('../fonts/CircularStd-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}