.hs-form .hs-button.disabled {
  background: #EDF1F6;
  color: #B8C4D0;
}
.hs-form strong {
  font-weight: 500;
}
.hs-form .hs-form-field {
  color: #526373;
  margin-bottom: 10px;
}
.hs-form .hs-form-field label {
  position: relative;
  display: block;
  color: #303B45;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.hs-form .hs-form-field label.hs-error-msg {
  color: #e8334c;
}
.hs-form .hs-form-field .hs-form-booleancheckbox-display p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
}
.general_contact .hs-form .hs-form-field .hs-form-booleancheckbox-display p {
  display: flex;
}
.hs-form .hs-form-field.hs-fieldtype-booleancheckbox label input {
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  position: relative;
}
.hs-form .hs-form-field.hs-fieldtype-booleancheckbox label input + span {
  display: flex;
  padding-left: 5px;
  margin-left: 0;
}
.hs-form .hs-form-field.hs-fieldtype-booleancheckbox label input + span:before {
  content: "";
  top: 0;
  left: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #526373;
  position: absolute;
  border-radius: 2px;
}
.hs-form .hs-form-field.hs-fieldtype-booleancheckbox label input:checked + span:before {
  border-color: #3d7ffc;
}
.hs-form .hs-form-field.hs-fieldtype-booleancheckbox label input:checked + span:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 6px;
  height: 6px;
  background: #3d7ffc;
  border-radius: 1px;
}
.hs-form .hs-input {
  height: 38px;
  border: 1px solid #D2DCE4;
  border-radius: 3px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 300;
}
.hs-form .hs-input::placeholder {
  color: #70879C;
  opacity: 1;
  font-size: 16px;
}
.hs-form .hs-input[type=text], .hs-form .hs-input[type=email], .hs-form .hs-input[type=tel] {
  width: 100%;
}
.hs-form .hs-input[type=email]::-webkit-input-placeholder {
  color: #70879C;
}
.hs-form .hs-input[type=email]::-moz-placeholder {
  color: #70879C;
}
.hs-form .hs-input[type=email]:-ms-input-placeholder {
  color: #70879C;
}
.hs-form .hs-input[type=email]:-moz-placeholder {
  color: #70879C;
}
.hs-form .hs-input[type=email]::placeholder {
  color: #70879C;
  opacity: 1;
}
.hs-form .hs-input.invalid, .hs-form .hs-input.error {
  border-color: #e8334c;
}
.hs-form textarea.hs-input {
  height: 100px;
  min-height: 72px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  font-family: inherit;
}
.hs-form .hs-richtext h1 {
  margin-bottom: 16px;
  text-align: center;
  color: #303B45;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.24;
}
@media (min-width: 1200px) {
  .hs-form .hs-richtext h1 {
    margin-bottom: 20px;
    font-size: 46px;
  }
}
.hs-form .no-list, .hs-form .inputs-list {
  list-style: none;
  padding: 0;
  margin: 0.25em 0;
}
.hs-form .hs-button {
  width: 100%;
  height: 47px;
  background: #3d7ffc;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.sign_up__left .brd_hs_form.general_contact {
  border: none !important;
}
.sign_up__left .form_title {
  color: #303B45;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .sign_up__left .form_title {
    border: none;
  }
}
.sign_up__left form fieldset {
  max-width: 100%;
}
@media (min-width: 400px) and (max-width: 768px) {
  .sign_up__left form fieldset.form-columns-2 {
    display: flex;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .sign_up__left .general_contact .hs-form .hs-input {
    font-family: Gibson, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: 300;
    height: 48px;
  }
}
.sign_up__left .general_contact .hs-form .hs-form-field {
  margin-bottom: 15px;
}
.sign_up__left .general_contact .hs-form .hs-form-field label {
  line-height: 1;
}
.sign_up__left .general_contact .hs-form .hs-form-field p {
  font-size: 12px;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .sign_up__left .general_contact .hs-form .hs-form-field p {
    font-size: 10px;
  }
}
.sign_up__left .general_contact .hs-form .hs_submit {
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .sign_up__left .general_contact .hs-form .hs_submit {
    margin-bottom: 15px;
  }
}
.sign_up__left .general_contact .hs-form .hs_submit .hs-button {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .sign_up__left {
    min-width: 597px;
  }
}

.sign_up__right .ticked li {
  font-size: 15px;
  margin-bottom: 8px;
}

#body .datasets_demo .form-columns-0 p, #body .web_data .form-columns-0 p {
  margin-bottom: 15px;
}
#body .datasets_demo .hs-form .hs_submit, #body .web_data .hs-form .hs_submit {
  max-width: 100%;
}
