*, *:before, *:after {
  margin: 0; padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, .wrapper0, .wrapper1, .wrapper2, .wrapper3 {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  color: #ccc;
  cursor: default;
  overflow: initial !important;
  flex-direction: column;
}

.app {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100vh;
  height: -webkit-fill-available;
  height: 100svh;
  background-size: cover;
  background-position: top center;
}

.other-content {
  height: auto;
  width: 100%;
  margin-top: calc(100vh + 50px) !important;
  margin-top: max(700px, calc(100vh + 50px)) !important;
  /*margin-top: calc(var(--viewport-height) + 50px);*/
}

#back {
  display: none;
}

@media (max-width: 768px) {
  html, body, .wrapper0, .wrapper1, .wrapper2, .wrapper3 {
    background-color: initial;
  }

  .app {
    position: relative;
    height: initial;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    /*min-height: 100svh;*/
    background-size: 100%;
  }

  .app .signup-form {
    padding-bottom: 2px !important;
  }

  .other-content {
    margin-top: 30px !important;
  }
}

body > video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  height: 100%;
  height: -webkit-fill-available;
}
@media screen and (max-width: 768px) {
  body > video {
    min-width: 100%;
    min-height: 100%;
  }
}

.hide { display: none; }

.btn {
  display: inline-block;
  padding: 11px 12px;
  border-radius: 8px;
  background: #eee;
  color: #222;
  border: none;
  cursor: pointer;
  font-size: 100%;
}

select {
  height: 40px;
  margin: 0 10px 0 0;
  font-size: 100%;
  outline: none;
}

input[type] {
  font-size: 100%;
  outline: none;
}

.wrapper0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: min-content;
  background: -moz-linear-gradient(top, rgba(8,8,8,0) 0%, rgba(8,8,8,1) 100%);
  background: -webkit-linear-gradient(top, rgba(8,8,8,0) 0%,rgba(8,8,8,1) 100%);
  background: linear-gradient(to top, rgba(8,8,8,0) 0%,rgba(8,8,8,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00080808', endColorstr='#080808',GradientType=1 );
}

.signup-form-container {
  width: 450px;
  background-color: #222;
}

.signup-form-field select {
  background: #fff!important;
  color: #333!important;
  margin-right: 10px !important;
}
.signup-form-field select:last-of-type {
  margin-right: 0 !important;
}

@media (max-width: 768px) {
  .app {
    background-size: cover;
  }
}


.signup-form-container {
  border-radius: 30px!important;
}

.signup-form-gender-inputs input:checked + label {
  background: #E63D00!important;
  color: #FFFFFF!important;
}

.signup-form-gender-inputs label {
  font-weight: 500!important;
  background: rgba(255, 255, 255, 0.9)!important;
  color: #333!important;
  border-radius: 13px!important;
  -webkit-backdrop-filter: blur(6px)!important;
  backdrop-filter: blur(6px)!important;
}

#login {
  background: rgba(255, 255, 255, 0.17)!important;
  color: #fff!important;
  -webkit-backdrop-filter: blur(6px)!important;
  backdrop-filter: blur(6px)!important;
}

.signup-form .btn-success {
  background: #E63D00!important;
}

.signup-form-text-input input {
  border-radius: 10px!important;
  background: rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
  -webkit-backdrop-filter: blur(6px)!important;
  backdrop-filter: blur(6px)!important;
  font-weight: 500!important;
  width: 100% !important;
  padding: 15px !important;
  border: 0 !important;
  background: #3B3C3D !important;
  font-size: 100% !important;
}

.signup-form-text-input input:focus {
  background: #fff!important;
  color: #343434!important;
}

.signup-form-agree {
  font-size: 15px!important;
  line-height: 21px!important;
}

.signup-form-terms {
  color: rgba(255, 255, 255, 0.53)!important;
}

.signup-form-terms a {
  color: #fff!important;
}

.informReg .button {
  background-image: linear-gradient(to bottom right, #ff4c00, #ff4100);
}

@media screen and (max-width: 600px) {
  .wrapper0 {
    height: 100% !important;
    min-height: 100% !important;
    background: initial !important;
  }
  .form-container {
    height: 100%;
    min-height: 100%;
  }
  .signup-form-container {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: initial !important;
  }
  .signup-form {
    height: calc(100% - 80px);
    background: initial !important;
  }
  .signup-form .btn-success {
    position: relative !important;
    border-radius: 10px !important;
    padding: 18px 25px !important;
  }
}

.faq .title h1,
.faq .title h2,
.faq .title h3 {
  margin-top: 40px;
}

.seotext {
  overflow: hidden;
}