#pop-up-inscription {
  background: white;
  width: 580px;
  max-width: 90%;
  box-shadow: 0px 2px 16px #0000002e;
  border-radius: 14px;
  top: 5%;
  left: 0;
  right: 0;
  margin: 10px auto;
}
.btn-close {
  
  transition: all 200ms;
  font-size: 30px;
  text-decoration: none;
  color: #222;
  background-color: transparent;
}
#modal {
  padding-left: 50px;
  padding-right: 50px;
}
.start {
  margin-bottom: 0px;
}
.account {
  color: #665eff;
  margin-top: 0px;
}
.hbspt-form {
  margin-top: 20px;
}

.btn-modal {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  padding-top: 20px;
}



#pop-up-whitepaper {
  background: white;
  width: 580px;
  max-width: 90%;
  box-shadow: 0px 2px 16px #0000002e;
  border-radius: 14px;
  top: 5%;
  left: 0;
  right: 0;
  margin: 10px auto;
  visibility: hidden;
}

#modal-whitepaper {
  padding: 0px 50px 50px 50px;
  margin-top: -40px;
}