.access-screen-container1 {
  width: 100%;
  display: flex;
  overflow: hidden;
  min-height: 100dvh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/general/background-radial-1500w.png");
  background-repeat: no-repeat;
  background-position: center;
}
 
.access-screen-thq-access-screen-elm {
  flex: auto;
  width: 100%;
  height: 100dvh;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  padding-top: 50px;
  padding-left: 0 20px;
  padding-right: 0 20px;
  flex-direction: column;
  padding-bottom: 50px;
  background-size: cover;
  justify-content: space-between;
  background-image: url("public/general/background-1500h.png");
  background-repeat: no-repeat;
  background-position: center;
}
 
.access-screen-thq-content-elm1 {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 495px;
  align-self: center;
  max-height: 70vh;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
 
.access-screen-thq-header-elm {
  gap: 2vw;
  width: 100%;
  height: auto;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.access-screen-thq-text-elm1 {
  color: var(--dl-color-main_neongreen-100);
  height: auto;
  text-align: left;
  line-height: normal;
}
 
.access-screen-thq-logo-elm {
  width: 300px;
  height: 300px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-shrink: 1;
  background-size: contain;
  background-image: url("public/general/eugenics-logo.svg");
  background-repeat: no-repeat;
  background-position: center;
}
 
.access-screen-thq-code-elm {
  gap: 35px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.access-screen-thq-field-elm {
  gap: 15px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.access-screen-thq-text-elm2 {
  color: var(--dl-color-main_neongreen-100);
  height: auto;
  text-align: left;
  line-height: normal;
}
 
.access-screen-container2 {
  flex: 0;
  width: 100%;
}
 
.access-screen-container3 {
  display: contents;
}
 
.access-screen-thq-connect-button-elm {
  gap: 10px;
  width: 204px;
  height: 50px;
  display: flex;
  padding: 15px 50px;
  overflow: hidden;
  text-align: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-main_neongreen-100);
}
 
.access-screen-thq-text-elm4 {
  color: var(--dl-color-main_black-100);
  height: auto;
  font-size: 18px;
  text-align: center;
  font-family: Source Code Pro;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0em;
  text-decoration: none;
}
 
.access-screen-thq-bottom-elm {
  width: 100%;
  height: 55px;
  display: flex;
  z-index: 1;
  align-self: center;
  align-items: center;
  margin-bottom: 0px;
  flex-direction: column;
  justify-content: center;
}
 
.access-screen-thq-content-elm2 {
  width: 100%;
  height: 55PX;
  display: flex;
  position: relative;
  max-width: 1020px;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.access-screen-thq-calculator-button-elm {
  fill: var(--dl-color-maincolors-white);
  color: var(--dl-color-maincolors-white);
  cursor: pointer;
  text-align: center;
}
 
.access-screen-thq-chat-button-elm {
  top: 0px;
  right: 0px;
  position: absolute;
  text-align: center;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/general/kbron-chat.svg");
}
 
.access-screen-container5 {
  display: contents;
}
 
@media(max-width: 1600px) {
  .access-screen-container1 {
    background-color: var(--dl-color-main_black-100);
  }
  .access-screen-thq-bottom-elm {
    justify-content: center;
  }
  .access-screen-thq-content-elm2 {
    width: 100%;
  }
}
 
@media(max-width: 1200px) {
  .access-screen-thq-bottom-elm {
    width: 100%;
    align-self: center;
    padding-left: 100px;
    padding-right: 100px;
  }
  .access-screen-thq-content-elm2 {
    width: 100%;
    max-width: 1020px;
  }
}
 
@media(max-width: 991px) {
  .access-screen-thq-bottom-elm {
    height: auto;
  }
}
 
@media(max-width: 767px) {
  .access-screen-thq-access-screen-elm {
    padding-top: 70px;
    margin-right: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .access-screen-thq-content-elm1 {
    width: 100%;
    position: static;
    align-self: center;
    max-height: 100vh;
    justify-content: flex-start;
  }
  .access-screen-thq-header-elm {
    gap: 3vh;
    width: 100%;
    align-self: center;
    margin-bottom: 30px;
  }
  .access-screen-thq-text-elm1 {
    font-size: 28px;
  }
  .access-screen-thq-logo-elm {
    width: 100%;
    height: 40vw;
    justify-content: center;
  }
  .access-screen-thq-code-elm {
    width: 100%;
    align-self: center;
  }
  .access-screen-thq-bottom-elm {
    padding-left: 0px;
    padding-right: 0px;
  }
  .access-screen-thq-content-elm2 {
    height: 40px;
  }
}
 
@media(max-width: 479px) {
  .access-screen-thq-access-screen-elm {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .access-screen-thq-content-elm1 {
    gap: 20px;
    width: 100%;
    height: 100%;
    position: static;
    margin-top: 0px;
    max-height: 100vh;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    justify-content: flex-start;
  }
  .access-screen-thq-header-elm {
    gap: 3vh;
    width: 100%;
  }
  .access-screen-thq-text-elm1 {
    text-align: center;
  }
  .access-screen-thq-logo-elm {
    width: 100%;
    align-self: center;
    max-height: 300px;
    background-size: contain;
    justify-content: center;
    background-image: url("public/general/eugenics-logo.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .access-screen-thq-bottom-elm {
    align-self: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .access-screen-thq-content-elm2 {
    align-self: flex-end;
    align-items: center;
  }
}
