.contactForm {
  padding: 1.5rem 1.25rem 1.5rem;
}

.contactForm__title {
  border-left: 3px solid #424242;
  font-size: 1.125rem;
  letter-spacing: .05em;
  line-height: 1;
  margin-top: 2.5rem;
  padding: 8px 1.25rem;
}

.contactForm__disclaimer {
  letter-spacing: .05em;
  margin-top: 1.5rem;
}

.required {
  background: #d00;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-right: 4px;
  padding: 0 .5rem;
}

.contactForm form {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.form__row,
.form__inputRows {
  display: grid;
  gap: .5rem;
}

.form__row label {
  align-items: center;
  display: flex;
  font-weight: 700;
}

.form__row input[type="text"],
.form__row input[type="email"],
.form__row textarea {
  background: #fbfbfb;
  border: 1px solid #c5c2bb;
  border-radius: 4px;
  letter-spacing: .05em;
  line-height: 1.5;
  padding: 1rem;
  width: 100%;
}

.form__row textarea {
  height: 15rem;
  resize: vertical;
}

.form__row input[type="text"]::placeholder,
.form__row input[type="email"]::placeholder {
  color: #949494;
}

.form__confirm .wpcf7-list-item-label,
.form__confirm .wpcf7-list-item-label a {
  color: #424242;
  font-family: var(--familyOpenSans);
  font-size: .875rem;
  letter-spacing: 0;
}

.form__confirm .wpcf7-list-item-label a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form__confirm {
  margin: 1rem auto 0;
  width: fit-content;
}

.form__confirm label:hover {
  cursor: pointer;
}

.form__submit {
  margin: 1rem auto 0;
  max-width: 21.75rem;
  position: relative;
  width: 100%;
}

.form__submit::after {
  background: url(../../images/common/icon-chevron_right_black.svg) no-repeat center / cover;
  content: "";
  height: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}

.wpcf7-spinner {
  position: absolute;
}
