.dsgn-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("public/external/background-image-1500w.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.dsgn-main {
  gap: 32px;
  width: auto;
  display: flex;
  padding: 24px;
  max-width: 480px;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
.dsgn-ton-logo {
  width: 56px;
  height: 56px;
}
.dsgn-text {
  color: rgba(26, 26, 26, 1);
  height: auto;
  font-size: 30px;
  align-self: stretch;
  font-style: Bold;
  text-align: left;
  font-family: MaisonNeue;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: 0.25px;
  text-decoration: none;
}
.dsgn-button-primary {
  gap: 12px;
  display: flex;
  padding: 16px 24px;
  overflow: hidden;
  align-self: stretch;
  box-shadow: 0px 1.5px 0px 0.5px rgba(26, 26, 26, 0.07999999821186066) ;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.18000000715255737);
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(26, 26, 26, 1);
}
.dsgn-text2 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  font-size: 30px;
  font-style: Bold;
  text-align: left;
  font-family: MaisonNeue;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.dsgn-getgemslogo {
  width: 32px;
  height: 32px;
}
.dsgn-text4 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  font-size: 30px;
  font-style: Bold;
  text-align: left;
  font-family: MaisonNeue;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.dsgn-divider {
  width: 432px;
  height: 8px;
  align-self: stretch;
}
.dsgn-container1 {
  gap: 24px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.dsgn-text6 {
  color: rgb(82, 82, 91);
  height: auto;
  font-size: 20px;
  align-self: stretch;
  font-style: Regular;
  text-align: left;
  font-family: MaisonNeue;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.dsgn-button-secondary {
  gap: 12px;
  display: flex;
  padding: 16px 24px;
  overflow: hidden;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(26, 26, 26, 0.11999999731779099);
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
}
.dsgn-text7 {
  color: rgb(26, 26, 26);
  height: auto;
  font-size: 24px;
  font-style: Bold;
  text-align: left;
  font-family: MaisonNeue;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
@media(max-width: 991px) {
  .dsgn-text6 {
    color: rgb(82, 82, 91);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
  }
}
@media(max-width: 767px) {
  .dsgn-container {
    padding-top: 32px;
    padding-bottom: 32px;
    justify-content: flex-start;
  }
  .dsgn-main {
    max-width: 100%;
  }
}
