.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #4000ff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Archivo Black, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 44px;
}

a {
  text-decoration: underline;
}

.body_hero {
  cursor: auto;
}

.hero_mainsection {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

._3dmodel_spline {
  z-index: 1;
  pointer-events: auto;
  cursor: grab;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25%;
  height: 50vh;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.bg-video {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.penguin-gif {
  width: 600px;
  height: 100px;
  margin-left: 0;
  position: absolute;
  inset: 0% auto 0% 10%;
}

.menu_button {
  color: #00f;
}

.navbar {
  z-index: 999;
  background-color: #fff;
  flex: 0 auto;
  order: -1;
  width: 100vw;
  height: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.navbar_container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar_container.shadow-three {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.navbar_container2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  max-height: 100px;
  display: flex;
}

.nav_menu_wrapper {
  justify-content: center;
  align-items: center;
  margin-right: 200px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-menu-two {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.navbar_links {
  color: #00f;
  letter-spacing: .25px;
  cursor: pointer;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
}

.navbar_links:hover {
  color: #00b7eb;
}

.navbar_links:focus-visible, .navbar_links[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.social-links {
  border: 3px #00f;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-right: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.social-links.w--current {
  width: 60px;
  position: relative;
}

.social-medias {
  justify-content: center;
  align-items: center;
  width: 35px;
  display: flex;
}

.social-medias.w--current {
  width: 60px;
}

.navbar_logo {
  width: 100px;
  height: 100px;
  margin-left: 0;
  position: relative;
  left: 15px;
}

.brand-logo-link {
  width: 100%;
  height: 100%;
}

.hero-bg-mobile {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
}

.bgvideoabout_desktop {
  z-index: 2;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bgimgabout_desktop {
  z-index: 1;
  object-fit: cover;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
}

.embed-laptop {
  z-index: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.body_about {
  height: 400vh;
  min-height: 0;
  overflow: visible;
}

.about-description-desktop {
  z-index: 3;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.paragraph-container {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.paragraph-container.one {
  z-index: 1;
  position: fixed;
}

.paragraph-container.two, .paragraph-container.three, .paragraph-container.four, .paragraph-container.last {
  z-index: 1;
}

.overlay__inner-container {
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 10vh;
  margin-top: 0;
  margin-right: 0;
  display: flex;
}

.about_paragraphs {
  color: #00f;
  text-align: justify;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  text-indent: 20px;
  column-count: 0;
  word-break: normal;
  object-fit: fill;
  max-width: none;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
}

.botones-tiktok {
  z-index: 9;
  flex-flow: row;
  order: 2;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  height: 20vh;
  padding-top: 0;
  display: flex;
  position: fixed;
}

.tiktoks-texts {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
}

.link-for-you {
  border-radius: 20px;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
}

.link-for-you.w--current {
  z-index: 3;
  color: #00f;
  position: relative;
}

.link-catalogue {
  padding: 10px 20px 10px 10px;
  text-decoration: none;
}

.link-catalogue.w--current {
  z-index: 3;
  position: relative;
}

.body_works {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
  overflow: hidden;
}

.catalogue-section {
  z-index: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 804vh;
  display: flex;
  position: fixed;
}

.catalogue-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.tiktok-title {
  color: #40f;
  text-align: center;
  text-shadow: 2px 0 16px #7a7a7a33;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 400px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Droid Serif, serif;
  font-size: 25px;
  font-weight: 400;
  display: block;
  position: static;
  top: 200px;
  left: 86px;
}

.tiktok-title.one {
  left: 33px;
}

.tiktok-title.threeyears_pos {
  margin-left: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  position: static;
  left: 0;
}

.tiktok-title.ebdvp_pos {
  padding-right: 0;
  font-size: 26px;
  left: 0;
}

.tiktok-description {
  order: 0;
  align-self: auto;
  width: 400px;
  margin-top: 0;
  margin-right: 40px;
  padding-right: 0;
  font-family: Droid Serif, serif;
  position: relative;
  top: -100px;
}

.tiktok-paragraphs {
  color: #00f;
  text-align: justify;
  font-family: Georgia, Times, Times New Roman, serif;
}

.page_buttons {
  z-index: 9;
  justify-content: center;
  display: flex;
  position: relative;
}

.tikflow-slider {
  background-color: #0000;
  flex-flow: row;
  align-items: flex-start;
  width: 100svh;
  height: 100vw;
  display: block;
  position: static;
  top: -179px;
  right: 298px;
  overflow: visible;
  transform: rotate(90deg);
}

.tikflow-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80svh;
  display: flex;
}

.tikflow-slide {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.tikflow-slide-content {
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  height: 100svh;
  display: flex;
  transform: rotate(-90deg);
}

.tiktok-videocontainer {
  aspect-ratio: 4 / 5;
  width: 400px;
  min-width: 0;
  height: 500px;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
  position: relative;
}

.arrow-down {
  color: #4000ff;
  width: 3rem;
  height: 3rem;
  transition: color .2s, transform .3s;
  top: -30vw;
  right: 23vh;
}

.arrow-down:hover {
  color: #00ffd5;
  transform: translate(6px);
}

.arrow-up {
  color: #00f;
  width: 3rem;
  height: 3rem;
  transition: transform .3s, color .2s;
  top: -30vw;
  right: -41vh;
}

.arrow-up:hover {
  color: #00ffd4;
  transform: translate(-6px);
}

.code-embed-3 {
  z-index: -1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

._w-slider-mask {
  flex: 0 auto;
  order: 0;
  align-self: auto;
}

.navbar_pieces {
  z-index: 999;
  background-color: #fff;
  flex: 1;
  order: -1;
  width: 100vw;
  height: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
  overflow: scroll;
}

.mix-container {
  z-index: 996;
  box-sizing: border-box;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  object-fit: cover;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: flex-start center;
  place-items: flex-start center;
  width: 100%;
  height: 70vh;
  display: flex;
  position: absolute;
  overflow: scroll;
}

.catalogue_container {
  width: 100%;
  max-width: none;
  height: 100%;
  position: static;
  overflow: visible;
}

.mix {
  width: 500px;
  height: 300px;
  padding: 0;
  position: relative;
}

.mix.black-and-white {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 500px;
  height: 300px;
  display: block;
  position: static;
}

.mix.multimedia {
  padding-top: 0;
  padding-right: 0;
  position: relative;
  box-shadow: 0 2px 20px #0ff;
}

.mix.full-lenght {
  cursor: pointer;
}

.image-6 {
  max-width: 100%;
  position: static;
}

.thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-8 {
  width: 25%;
  position: absolute;
}

.catalogue_buttons {
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: static;
}

.filter-button {
  text-align: center;
  letter-spacing: .4px;
  background-color: #00f;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Bebas Neue, sans-serif;
}

.filter-button.w--current {
  z-index: 999;
  position: relative;
}

.button {
  width: 100%;
  height: 100%;
}

.div-block-2 {
  width: 25%;
  height: 200px;
  padding: 10px;
}

.text-block {
  width: auto;
  height: auto;
  position: static;
}

.text-block-2 {
  width: 100%;
  height: 100%;
}

.mix-container2 {
  z-index: 996;
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: flex-start center;
  place-items: flex-start center;
  width: 100%;
  height: 70vh;
  display: flex;
  position: absolute;
  overflow: scroll;
}

.title {
  z-index: 7;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #00f;
  text-shadow: 0 0 1px #0064ff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pieces-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.pieces-text {
  color: #00f;
  text-align: center;
  border: 1px #00f;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-bottom: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  display: flex;
}

.button-2 {
  margin-top: 10px;
  margin-left: 40px;
}

.go-to-catalogue {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 100px;
}

.youtubevideo_container {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.pieces_secondblock {
  width: 100vw;
  height: auto;
  display: flex;
}

.go-back-container {
  width: 100%;
  height: 50px;
  margin-top: 0;
}

.image-9, .go-back-logo {
  width: 100%;
  height: 100%;
}

.text-block-4 {
  color: #00f;
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.pieces_description {
  color: #00f;
  text-align: justify;
  border-left: 1px dashed #00f;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.pieces_section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.piecedescription_borders {
  border-bottom: 2px solid #00f;
  border-left: 1px solid #000;
  border-radius: 20px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-5 {
  text-align: justify;
  width: 450px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.pieces_credits {
  text-align: center;
  letter-spacing: .2px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.pieces_linebreak {
  border-bottom: 2px #00f;
  border-left: 2px solid #00f;
  border-radius: 0;
  width: 1px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.pieces_dashedline {
  border: 1px #000;
  border-left: 1px dashed #00f;
  border-radius: 0;
  width: 1px;
  height: 80%;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-6 {
  font-size: 40px;
  text-decoration: none;
}

.background-video {
  position: sticky;
}

.text-block-7 {
  color: #00f;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 700;
}

.pianogames_fileslink {
  font-family: Georgia, Times, Times New Roman, serif;
  text-decoration: underline;
}

.pianogames_filestext {
  margin-right: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.pieces_description2 {
  color: #00f;
  text-align: justify;
  border-left: 1px dashed #00f;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 40px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.text-block-9 {
  font-weight: 700;
}

.pieces_description_lespontanea {
  color: #00f;
  text-align: justify;
  border-left: 1px dashed #00f;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 150px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.pieces_paragraph {
  text-align: justify;
  width: 450px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.div-block-6-copy-2 {
  color: #00f;
  text-align: justify;
  border-left: 1px dashed #00f;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 150px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.pieces_paragraph_tyoe {
  text-align: justify;
  width: 800px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.pieces_description_tyoe {
  color: #00f;
  text-align: justify;
  border-left: 1px dashed #00f;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 200px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.pieces_horizontallinebreak {
  border-top: 1px #000;
  border-bottom: 1px dashed #00f;
  border-left: 1px #00f;
  border-right: 1px #000;
  border-radius: 0;
  width: 80%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pieces_twocreditscontainer {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.bgvideohero_mobile {
  z-index: auto;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  overflow: hidden;
}

.about-description-mobile {
  z-index: 3;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.bgvideoabout_mobile {
  z-index: 2;
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  overflow: hidden;
}

.bgimgabout_mobile {
  z-index: 1;
  object-fit: cover;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
}

.navbar_hero {
  z-index: 999;
  background-color: #0000;
  flex: 1;
  order: -1;
  width: 100vw;
  height: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.tikflow-slide-link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.link-block-final {
  cursor: pointer;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-width: auto;
  height: 500px;
  margin-top: 0;
  margin-right: -1600px;
  display: block;
  position: absolute;
}

.tiktok-linkstopieces {
  z-index: 994;
  cursor: pointer;
  width: 100%;
  height: 80%;
  position: absolute;
}

.paragraph-5-pianogames, .pieces_paragraph_lespontanea, .rumble_text {
  text-align: justify;
  width: 450px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.nav-menu-wrapper-copy {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-right: 200px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar-hero-copy {
  z-index: 999;
  background-color: #0000;
  flex: 1;
  order: -1;
  width: 100vw;
  height: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0;
}

.form_block {
  opacity: 1;
  outline-offset: 3px;
  background-color: #fff;
  outline: 1px solid #00f;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  padding: 4px;
}

.contact_container2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 500px;
  display: flex;
}

.body_contact {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.contact_container {
  outline-offset: 0px;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 86vh;
  display: flex;
}

.email_text {
  color: #00f;
  margin-bottom: 0;
  margin-left: 10%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  position: static;
  inset: auto auto 0% 0%;
}

.field_labels, .field-label-2 {
  color: #00f;
  font-family: Georgia, Times, Times New Roman, serif;
}

.submit-button {
  background-color: #00f;
  font-family: Bebas Neue, sans-serif;
}

.fields {
  color: #000;
  background-color: #f8f8ff;
  border: 1px solid #0000;
}

.fields:focus {
  background-color: #e3e3eb;
  border-color: #00f;
}

.fields::placeholder {
  color: #a5a5a5;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.email_block {
  color: #00f;
  flex-flow: column;
  width: 300px;
  margin-bottom: 100px;
  margin-left: 10%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.name_text {
  color: #00f;
  margin-bottom: 0;
  margin-left: 10%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 700;
  position: static;
  inset: auto auto 0% 0%;
}

.success-message {
  background-color: #ddf;
}

.success_text {
  color: #00f;
  font-family: Georgia, Times, Times New Roman, serif;
}

.tiktok-titlelink {
  color: #40f;
  text-align: center;
  text-shadow: 2px 0 16px #7a7a7a33;
  cursor: pointer;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 400px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Droid Serif, serif;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: relative;
  top: 200px;
  left: 0;
}

.tiktok-titlelink.one {
  left: 33px;
}

.tiktok-titlelink.threeyears_pos {
  font-family: Georgia, Times, Times New Roman, serif;
  left: 0;
}

.tiktok-titlelink.ebdvp_pos {
  padding-right: 0;
  font-size: 26px;
  left: 0;
}

.bgcontact-desktop {
  z-index: -1;
  opacity: .28;
  width: 1920px;
  max-width: none;
  height: 1080px;
  position: absolute;
}

.contact_navbar {
  z-index: 999;
  background-color: #0000;
  flex: 0 auto;
  order: -1;
  width: 100vw;
  height: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.bgcontact-mobile {
  z-index: -1;
  opacity: .28;
  width: 1080px;
  max-width: none;
  height: 1920px;
  display: none;
  position: absolute;
}

.pieces_description_minuit, .div-block-6-copy-copy {
  color: #00f;
  text-align: justify;
  border-left: 1px dashed #00f;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 150px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.bgvideohero_ipad {
  display: none;
}

.image-11 {
  z-index: 2;
  vertical-align: middle;
  width: 100%;
  height: auto;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.tiktok-video {
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 25px #0003;
}

.about-bg-laptop {
  z-index: 2;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.navbar_about, .navbar_works {
  z-index: 999;
  background-color: #0000;
  flex: 1;
  order: -1;
  width: 100vw;
  height: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.pieces_decription_minuit-copy, .pieces_description_rumble {
  color: #00f;
  text-align: justify;
  border-left: 1px dashed #00f;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 150px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  ._3dmodel_spline {
    width: 50%;
  }

  .menu_button {
    margin-right: 20px;
    padding: 12px;
  }

  .menu_button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav_menu_wrapper {
    background-color: #0000;
    margin-right: 0;
    inset: 0% auto 0% 0%;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100vw;
    height: 10vh;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar_links {
    padding-left: 5px;
    padding-right: 5px;
  }

  .social-links {
    margin-right: 60px;
  }

  .bgvideoabout_desktop, .bgimgabout_desktop {
    display: block;
  }

  .tiktok-title {
    margin-left: 0;
    font-family: Bebas Neue, sans-serif;
  }

  .tiktok-title.threeyears_pos {
    font-family: Bebas Neue, sans-serif;
  }

  .tiktok-description {
    display: none;
    top: 0;
  }

  .tikflow-slide {
    flex-flow: column;
  }

  .tikflow-slide-content {
    flex-flow: column;
    justify-content: flex-start;
    margin-right: -200px;
    display: flex;
  }

  .tiktok-videocontainer {
    margin-left: 0;
    margin-right: 0;
  }

  .arrow-down, .arrow-up {
    display: none;
  }

  .mix.multimedia, .mix.others, .mix.full-lenght, .mix.just-sound {
    width: 45vw;
    height: 25vh;
  }

  .pieces_secondblock {
    flex-flow: column;
  }

  .pieces_description {
    border-left-style: none;
  }

  .paragraph-5, .pieces_linebreak {
    margin-left: 20px;
  }

  .pieces_description_lespontanea {
    border-left-style: none;
    height: 200px;
  }

  .pieces_paragraph, .pieces_paragraph_tyoe {
    margin-left: 20px;
  }

  .pieces_description_tyoe {
    border-left-style: none;
    height: 300px;
  }

  .bgimgabout_mobile {
    display: none;
  }

  .pieces_paragraph_lespontanea {
    width: 400px;
    margin-left: 20px;
    margin-right: 0;
  }

  .rumble_text {
    margin-left: 20px;
  }

  .nav-menu-wrapper-copy {
    background-color: #0000;
  }

  .bgvideohero_desktop {
    display: none;
  }

  .tiktok-titlelink {
    font-family: Bebas Neue, sans-serif;
    top: 0;
  }

  .bgcontact-desktop {
    width: 100vw;
    height: 100vh;
  }

  .pieces_description_minuit {
    border-left-style: none;
    height: 100px;
  }

  .div-block-6-copy-copy {
    height: 200px;
  }

  .bgvideohero_ipad {
    display: block;
  }

  .pieces_decription_minuit-copy {
    border-left-style: none;
    height: 100px;
  }

  .pieces_description_rumble {
    border-left-style: none;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .navbar_container {
    max-width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .navbar_links {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .hero_mainsection {
    position: fixed;
  }

  ._3dmodel_spline {
    box-sizing: border-box;
    object-fit: scale-down;
    width: 100%;
    height: 50vh;
    margin-top: 0;
    position: relative;
    inset: 0%;
    overflow: visible;
  }

  .bg-video {
    max-width: 100%;
    display: none;
  }

  .penguin-gif {
    vertical-align: middle;
    align-self: auto;
    width: 150px;
    height: 25px;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    inset: 25% auto 0% 15%;
  }

  .menu_button {
    z-index: auto;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .navbar {
    height: 50px;
  }

  .navbar_container.shadow-three {
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .navbar_container2 {
    height: 50px;
  }

  .nav_menu_wrapper {
    width: 100%;
    height: 200px;
    margin-right: 0;
  }

  .nav-menu-two {
    flex-direction: column;
    width: 100vw;
  }

  .social-links {
    height: 50%;
    top: 25%;
    right: 5%;
  }

  .navbar_logo {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: 0;
    display: flex;
  }

  .brand-logo-link.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .icon-2 {
    box-sizing: border-box;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .hero-bg-mobile {
    max-width: 100%;
    display: block;
  }

  .bgvideoabout_desktop, .bgimgabout_desktop {
    display: none;
  }

  .embed-laptop {
    display: block;
  }

  .about-description-desktop {
    display: none;
  }

  .overlay__inner-container {
    width: 300px;
    font-size: 18px;
  }

  .about_paragraphs {
    font-size: 13px;
  }

  .tiktok-title {
    margin-left: 0;
    font-family: Bebas Neue, sans-serif;
    top: 0;
    left: 0;
  }

  .tiktok-title.threeyears_pos {
    margin-left: 0;
    font-family: Bebas Neue, sans-serif;
    font-size: 25px;
    top: 0;
  }

  .tiktok-paragraphs {
    display: none;
  }

  .page_buttons {
    margin-top: 10px;
  }

  .tikflow-wrapper {
    flex-flow: row;
  }

  .tikflow-slide {
    z-index: 4;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .tikflow-slide-content {
    flex-flow: column;
    justify-content: flex-start;
    height: 70svh;
    margin-right: 0;
  }

  .tiktok-videocontainer {
    margin-left: 0;
    margin-right: 0;
  }

  .arrow-down {
    display: none;
    top: 0;
    right: 5vh;
  }

  .arrow-up {
    display: none;
    top: 0;
    right: -75vh;
  }

  .navbar_pieces {
    height: 50px;
    position: sticky;
    overflow: visible;
  }

  .mix.multimedia, .mix.others, .mix.full-lenght, .mix.just-sound {
    width: 45vw;
    height: 15vh;
  }

  .catalogue_buttons {
    width: 90%;
  }

  .filter-button {
    text-align: center;
    width: 20%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  .title {
    font-size: 14px;
  }

  .pieces-text {
    width: 80%;
  }

  .go-to-catalogue {
    margin-left: 20px;
  }

  .pieces_secondblock {
    flex-flow: column;
  }

  .pieces_description {
    flex-flow: column;
    justify-content: flex-start;
    height: auto;
    margin-bottom: 10px;
  }

  .piecedescription_borders {
    margin-top: 5px;
  }

  .paragraph-5 {
    width: 90%;
    margin-right: 0;
  }

  .pieces_credits {
    margin-top: 5px;
  }

  .pieces_linebreak {
    border-bottom-style: solid;
    border-left-style: none;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pieces_dashedline {
    border-bottom-style: dashed;
    border-bottom-color: #00f;
    border-left-style: none;
    width: 80%;
    height: 1%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pieces_description_lespontanea {
    border-left-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 5px;
  }

  .pieces_paragraph {
    flex: 0 auto;
    width: 80%;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .pieces_paragraph_tyoe {
    width: 90%;
    margin-top: 5px;
    margin-right: 0;
  }

  .pieces_description_tyoe {
    flex-flow: column;
    justify-content: flex-start;
    height: auto;
  }

  .pieces_horizontallinebreak {
    border-bottom-style: none;
    border-left-style: dashed;
    width: 1px;
    height: 20px;
  }

  .pieces_twocreditscontainer {
    flex-flow: row;
  }

  .bgvideohero_mobile, .about-description-mobile, .bgvideoabout_mobile, .bgimgabout_mobile {
    display: block;
  }

  .navbar_hero {
    height: 50px;
  }

  .tikflow-slide-link {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .paragraph-5-pianogames {
    text-align: justify;
    width: 350px;
    margin-top: 5px;
    margin-right: 0;
  }

  .div-block-8 {
    margin-bottom: 5px;
  }

  .pieces_paragraph_lespontanea {
    width: 350px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .rumble_text {
    width: 90%;
    margin-right: 0;
  }

  .nav-menu-wrapper-copy {
    width: 100%;
    height: 280px;
    margin-right: 0;
  }

  .navbar-hero-copy {
    height: 50px;
  }

  .bgvideohero_desktop {
    display: none;
  }

  .form_block {
    background-color: #0000;
  }

  .contact_container2 {
    width: 300px;
  }

  .email_text {
    text-align: center;
    margin-left: 0%;
  }

  .fields.textarea {
    height: 100px;
  }

  .email_block {
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 15%;
    margin-left: 0%;
    inset: auto 0% 0%;
  }

  .name_text {
    text-align: center;
    width: 100%;
    margin-left: 0%;
  }

  .tiktok-titlelink {
    margin-left: 0;
    font-family: Bebas Neue, sans-serif;
    top: 0;
    left: 0;
  }

  .tiktok-titlelink.threeyears_pos {
    margin-left: 0;
    font-family: Bebas Neue, sans-serif;
    font-size: 25px;
    top: 0;
  }

  .bgcontact-desktop {
    display: none;
  }

  .contact_navbar {
    height: 50px;
  }

  .bgcontact-mobile {
    display: block;
  }

  .pieces_description_minuit, .div-block-6-copy-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 5px;
  }

  .bgvideohero_ipad {
    display: none;
  }

  .navbar_about, .navbar_works {
    height: 50px;
  }

  .pieces_decription_minuit-copy, .pieces_description_rumble {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 5px;
  }
}


