.logo {
  width: 67vw;
  height: auto;
  object-fit: fill;
  display: block;
  position: fixed;
  top: auto;
  bottom: 7.9vh;
  left: 3.9vw;
  right: auto;
}

.body {
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  color: #222;
  font-family: TWK Lausanne, sans-serif;
  font-size: 1.85vh;
  font-weight: 400;
  line-height: 3.05vh;
  overflow: hidden;
}

.rotated-logo {
  float: none;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.linedecorationelement {
  width: .1vw;
  height: 16.4vh;
  background-color: #222;
  position: fixed;
  top: 7.9vh;
  bottom: auto;
  left: 3.9vw;
  right: auto;
}

.text-block {
  width: auto;
  max-width: 21.9vw;
  color: #222;
  font-family: TWK Lausanne, sans-serif;
  font-size: 1.9vh;
  font-weight: 300;
  line-height: 3vh;
  position: fixed;
  top: 7.9vh;
  bottom: auto;
  left: auto;
  right: 3.9vw;
}

.description {
  width: 21.9vw;
  align-self: baseline;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.copyright {
  position: fixed;
  top: auto;
  bottom: 6.8vh;
  left: auto;
  right: 3.9vw;
}

.coming-soon-element {
  width: auto;
  height: 4.5vh;
  float: none;
  clear: none;
  text-align: center;
  text-transform: uppercase;
  object-fit: fill;
  border: .1vw solid #e81e2d;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
  position: relative;
  top: 3.7vh;
  left: 0;
  overflow: hidden;
}

.text-and-coming-soon-wrapper {
  width: 21.9vw;
  flex-wrap: wrap;
  display: flex;
  position: fixed;
  top: 7.4vh;
  left: 74.2vw;
}

@media screen and (max-width: 991px) {
  .logo {
    display: none;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .body {
    font-size: 18px;
    line-height: 29px;
  }

  .rotated-logo {
    width: auto;
    height: 58.6vh;
    display: block;
    position: fixed;
    top: auto;
    bottom: 4.1vh;
    left: auto;
    right: 5.5vw;
  }

  .linedecorationelement {
    width: 2px;
    height: 11.7vh;
    top: 5.9vh;
    left: auto;
    right: 5.5vw;
  }

  .description {
    width: 44.3vw;
    top: 0;
    left: 0;
  }

  .copyright {
    bottom: 3.7vh;
    left: 5.5vw;
    right: auto;
  }

  .coming-soon-element {
    height: auto;
    border-width: 1.5px;
    padding: .5vh 1.8vw;
    top: 2.6vh;
    left: 0;
  }

  .text-and-coming-soon-wrapper {
    width: 44.3vw;
    top: 5.35vh;
    left: 5.6vw;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 18px;
    line-height: 29px;
  }

  .rotated-logo {
    width: auto;
    height: 68.7vh;
    bottom: 6.1vh;
    right: 2.8vw;
  }

  .linedecorationelement {
    display: none;
  }

  .description {
    width: 40vw;
    top: 0;
    left: 0;
  }

  .copyright {
    bottom: 6.1vh;
    left: 2.8vw;
  }

  .coming-soon-element {
    height: 10.7vh;
    border-width: 1.5px;
    padding: 0 1.8vw 0;
    top: 8.1vh;
    left: 0;
  }

  .text-and-coming-soon-wrapper {
    top: 6.1vh;
    left: 2.8vw;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 18px;
    line-height: 29px;
  }

  .rotated-logo {
    width: auto;
    height: 51.1vh;
    bottom: 2.8vh;
    right: 5.3vw;
  }

  .description {
    width: 67.2vw;
    font-size: 18px;
    line-height: 29px;
    top: 0;
    left: 0;
  }

  .copyright {
    bottom: 5vh;
    left: 5.3vw;
  }

  .coming-soon-element {
    height: 5.8vh;
    border-width: 1.5px;
    padding-left: 3.6vw;
    padding-right: 3.8vw;
    position: relative;
    top: 3.55vh;
    left: 0;
  }

  .text-and-coming-soon-wrapper {
    width: 67.2vw;
    top: 4.85vh;
    left: 5.3vw;
  }
}


@font-face {
  font-family: 'TWK Lausanne';
  src: url('../fonts/TWKLausanne-300.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}