html,
body {
  padding: 0;
  margin: 0;
}
.wrapper {
  min-height: 100vh;
  z-index: 2;
  background-color: #090c12;
  color: white;
  padding: 58px 290px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  @media screen and (max-width: 1700px) {
    padding: 58px 150px;
  }
  @media screen and (max-width: 1200px) {
    padding: 38px 100px;
  }
  @media screen and (max-width: 1000px) {
    text-align: center;
  }
}
.wrapper-content {
  @media screen and (max-width: 1000px) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.logo {
  margin-bottom: 157px;
}
.title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 58px;
  line-height: 64px;
  margin-bottom: 20px;
  max-width: 589px;
  @media screen and (max-width: 1380px) {
    font-size: 48px;
    line-height: 54px;
    max-width: 489px;
  }
}
.desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #b2b7c3;
  max-width: 589px;

  @media screen and (max-width: 1380px) {
    max-width: 489px;
  }
}
.shine {
  position: absolute;
  top: 0;
  left: 0;
}
.group {
  position: absolute;
  top: 0;
  right: 100px;
  z-index: -1;
  img {
    width: 100%;
    height: 100%;
  }
  @media screen and (max-width: 1900px) {
    width: 800px;
    height: 800px;
  }
  @media screen and (max-width: 1680px) {
    right: 0px;
  }
  @media screen and (max-width: 1450px) {
    width: 650px;
    height: 650px;
    top: 50px;
    right: 75px;
  }
  @media screen and (max-width: 1280px) {
    right: 0px;
  }
  @media screen and (max-width: 1200px) {
    width: 500px;
    height: 500px;
  }
  @media screen and (max-width: 1000px) {
    display: none;
  }
}
