.hs-richtext.hs-main-font-element {
  font-size: 10px;
  line-height: 1.2;
  opacity: 0.82;
}

.actions {
  text-align: center;
}

.hs-form-booleancheckbox {
  display: none !important;
}

.hs-form-radio {
  display: inline-block;
  padding-right: 10px;
}

.hs-form .hs-button {
  background-color: var(--buttons-light-background-primary-default) !important;
  color: var(--text-light-background-on-primary) !important;
  min-width: 280px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 18px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border: 0;
  flex: 1;
  margin: 0 10px;
  font-family: var(--font-family-primary, 'Azo Sans', sans-serif);
  font-weight: 700;
  margin-top: 18px;
  text-align: center;
}

.hs-form .hs-button:hover {
  background-color: var(--buttons-light-background-primary-hover) !important;
  color: var(--text-light-background-on-primary) !important;
  cursor: pointer;
}

.error-msg {
  color: #ae1d06;
  margin-bottom: 2px !important;
  line-height: 1.2;
  padding-left: 4px;
  text-align: left;
}

p {
  line-height: 1.5;
  margin-bottom: 4px;
}

.hs-form .hs-input {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .actions {
    max-width: 100%;
    box-sizing: border-box;
  }

  .hs-form .hs-button {
    min-width: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    height: 48px;
  }
}
