body.modal {
  height: 100vh;
  overflow-y: hidden;
}
body.modal::-webkit-scrollbar {
    display: none;
}
.signup-section {
   background: #000000;
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 9999;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.signup-section .page-center { height: 100%; max-width: 900px; }
.signup-section .signup-form__section { height: 100%; display: flex; flex-direction: column; justify-content: left; }
.signup-section h6, .signup-form__bottom *, .signup-form__form, .signup-form__form p { color: #FFF; }

.signup-form__bottom p { font-size: 18px; text-align: left; }

.signup-form__section form input[type=email], .signup-form__section form input[type=text], .signup-form__section form textarea {
    background: none;
    border: none;
    border-bottom: 2px solid #FFF;
    border-radius: 0;
    color: #FFF;
    outline: none;
    text-align: left;
    padding: 0;
    font-size: 54px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 8px;
   }

.signup-form__form .hs-button {
      margin-top: 25px;
      display: inline-block;
      text-decoration: none;
      font-size: 20px;
      line-height: 16px;
      text-align: left;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF;
      padding: 30px 40px 30px 40px;
      border: 2px solid #FFFFFF;
      backdrop-filter: blur(2px);
      border-radius: 83px;
      background: none;
      transition: all .3s ease-in-out;
}
.signup-form__form .hs-button:hover, .signup-form__form .hs-button:active, .signup-form__form .hs-button:focus {
   background: #FFF; 
   color: #BDB3FF;
   border: 2px solid #FFF;
}

.signup-form__form input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.6);
}

.signup-form__form input::-moz-placeholder {
  color: gba(255,255,255,0.6);
}

.signup-form__form input:-ms-input-placeholder {
  color: gba(255,255,255,0.6);
}

.signup-form__form input::placeholder {
  color: gba(255,255,255,0.6);
}

.signup-form__form input:-webkit-autofill,
.signup-form__form input:-webkit-autofill:hover, 
.signup-form__form input:-webkit-autofill:focus, 
.signup-form__form input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 100px #BDB3FF inset !important;
}

.signup-form__form input:-webkit-autofill{
    -webkit-text-fill-color: white !important;
}

.signup-section::-webkit-scrollbar {
    display: none;
}
.signup-form__section {
  position: relative;
  padding-top: 110px;
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
}
.signup-form__section.open {
   animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.hs-input.invalid.error { border-color: #FFF; }
.hs-form-field .hs-error-msgs { display: none; }
.hs-error-msgs li { padding: 0; }
.hs-error-msgs li:before { background: none; }
.hs-error-msg { color: #151515; }
a.closebtn {
  width: 54px;
  height: 54px;
  text-align: center;
  border: 2px solid #FFF;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
  color: #FFF;
  font-family: "Larken";
}
a.closebtn span {
  text-decoration: none;
  font-size: 38px;
  line-height: 47px;
  transition: 0.3s;
  color: #FFF;
  font-family: "Larken";
}
a.closebtn:hover { background: #FFF; }
a.closebtn:hover span { color: #BDB3FF; }
a.closebtn:after { background: none; }

a.closebtn:hover, a.closebtn:focus {
  opacity: 1;
}

.signup-section .closebtn {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 32px;
  z-index: 99;
}

.signup-form__form .submitted-message, .signup-form__form .submitted-message p { font-size: 32px; line-height: 38px;}

.signup-form__section .form-title { margin-bottom: 50px; }
.signup-form__section .signup-form__bottom { margin-top: 90px; opacity: 0.8; }

@media (max-width: 899px) {
   .signup-form__section form input[type=email], .signup-form__section form input[type=text], .signup-form__section form textarea {
      font-size: 54px;
   }
   
   @media (max-width: 649px) {
   .signup-form__section form input[type=email], .signup-form__section form input[type=text], .signup-form__section form textarea {
      font-size: 32px;
   }
      .signup-form__form .hs-button { margin-top: 30px; }
      .signup-form__section .form-title { margin-bottom: 20px; }
     
}