@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.header-wrapper {
  z-index: 5;
  background-color: #000;
  background-image: linear-gradient(#fff0 40%, #00000080 50%, #fff0 60%), url('../images/Mushrooms_Small.png');
  background-position: 0 0, 50% 45%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 80vw;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.body {
  background-color: #000;
  height: 100%;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.section-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  display: flex;
}

.background-wrapper {
  z-index: -5;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-mobile {
  display: none;
}

.mushroom-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  display: flex;
  position: relative;
}

.mushroom-image {
  position: absolute;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  display: flex;
}

.section-howto {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.header-howto {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.h2 {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}

.h2.black {
  color: #000;
}

.h2.white {
  color: #fff;
}

.header-findus {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section-findus {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.header-push {
  width: 100vw;
  height: 100vh;
}

.text {
  color: #000;
  max-width: 650px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.text.white {
  color: #fff;
}

.text.white.title {
  margin-top: 25px;
}

.text.white.space {
  margin-top: 50px;
}

.text.white.right {
  text-align: right;
}

.text.white.caps {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
}

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

.text.white.none {
  display: none;
}

.text.stage {
  max-width: 550px;
}

.text.menu {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-decoration: none;
}

.locations-wrapper {
  width: 100%;
  max-width: 650px;
  display: none;
}

.location {
  border-bottom: 1px solid #585858;
  padding-top: 10px;
  padding-bottom: 10px;
}

.location.title {
  padding-top: 50px;
}

.footer {
  background-color: #000;
  justify-content: space-between;
  align-items: flex-end;
  padding: 50px 20px;
  display: flex;
}

.contact-wrapper {
  width: 100%;
  max-width: 650px;
}

.contact.title {
  padding-top: 50px;
}

.contact-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.link-maps {
  color: #636363;
  text-decoration: none;
}

.stage-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 650px;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.stage-image-wrapper {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 480px;
  margin-bottom: 50px;
  display: flex;
}

.stage-image {
  display: block;
}

.stage-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.h3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

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

.h3.white {
  color: #fff;
}

.menu-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 25px;
}

.menu-link {
  border: 1px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  min-width: 20%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 30px;
  text-decoration: none;
  display: flex;
}

.logo-wrapper-mobile {
  width: 60%;
  display: none;
}

.mushroom-button {
  background-color: #0af;
  border-radius: 500px;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  position: relative;
  inset: auto 0% 0%;
}

.mushroom-button.blue {
  background-color: #0080ff;
}

.mushroom-button.lila {
  background-color: #8000ff;
}

.mushroom-button.pink {
  background-color: #f0f;
  text-decoration: none;
}

.background-image {
  width: 650px;
}

.scroll-button-wrapper {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto 0% 25px;
}

.scroll-link {
  border: 1px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  min-width: 20%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 30px;
  text-decoration: none;
  display: flex;
}

.lottie-animation {
  width: 100%;
  height: 100%;
  display: none;
}

.lang {
  z-index: 50;
  mix-blend-mode: difference;
  border: 1px solid #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  padding: 10px 30px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.background-hide {
  z-index: -2;
  opacity: 0;
  background-color: #000;
  display: block;
  position: fixed;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .header-wrapper {
    background-position: 0 0, 50% 46%;
  }

  .section-wrapper {
    min-height: 80vh;
  }

  .background-wrapper {
    background-size: 50vw;
    align-items: flex-end;
  }

  .mushroom-wrapper {
    width: 80vw;
  }

  .text.white.caps {
    font-size: 24px;
    line-height: 24px;
  }

  .stage-wrapper.inverse {
    flex-flow: column-reverse;
  }

  .h3 {
    margin-top: 50px;
  }

  .menu-wrapper {
    flex-flow: column;
  }

  .menu-link {
    width: 60%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mushroom-button {
    width: 46vw;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .background-image {
    width: 50vw;
  }

  .scroll-button-wrapper {
    flex-flow: column;
  }

  .scroll-link {
    width: 60%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .header-wrapper {
    background-position: 0 0, 50% 47%;
  }

  .logo-browser {
    display: none;
  }

  .logo-mobile {
    display: inline-flex;
  }

  .text {
    font-size: 17px;
    line-height: 21px;
  }

  .menu-wrapper {
    z-index: 5;
    background-color: #000000d9;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menu-link {
    width: 80%;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mushroom-button {
    width: 50vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .scroll-button-wrapper {
    z-index: 5;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .scroll-link {
    width: 80%;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lang {
    padding: 10px 25px;
  }
}

@media screen and (max-width: 479px) {
  .header-wrapper {
    background-position: 0 0, 50% 47%;
    background-size: auto, 150vw;
  }

  .body {
    background-size: 80vw;
  }

  .logo-wrapper {
    width: 90%;
    display: inline-flex;
  }

  .section-wrapper {
    min-height: 75vh;
  }

  .background-wrapper {
    background-size: 66.666vw;
    height: 100vh;
  }

  .logo-browser {
    display: none;
  }

  .logo-mobile {
    width: 100%;
    display: inline-block;
  }

  .mushroom-wrapper {
    width: 95vw;
  }

  .text.white.right {
    text-align: left;
  }

  .text.white.caps {
    font-size: 17px;
    line-height: 17px;
  }

  .footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .menu-wrapper {
    z-index: 5;
    background-color: #000c;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .logo-wrapper-mobile {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 75%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .mushroom-button {
    width: 66vw;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .background-image {
    width: 66.666vw;
  }

  .scroll-button-wrapper {
    z-index: 5;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}