.form-confirmation-error .w-checkbox-input {
  border-color: #c62828 !important;
  background-color: #fff1f1 !important;
  box-shadow: 0 0 0 2px rgba(198, 40, 40, .2) !important;
}

.form-confirmation-error .w-form-label {
  color: #c62828 !important;
}

.form-confirmation-error .w-checkbox-input.w--redirected-checked {
  background-color: #c62828 !important;
}

.form-page .all > .section.inner {
  padding-top: max(160px, 15vw);
}

.form-page .footer-bg-b {
  pointer-events: none;
}

.form-submit-row button.btn-links-b {
  border: 0;
  cursor: pointer;
  text-align: inherit;
}

.form-b .w-form-fail {
  white-space: pre-line;
}

@media screen and (max-width: 767px) {
  .form-page .all > .section.inner {
    padding-top: 100px;
  }
}
