.node__content .webform-submission-form {
  padding: 96px 0;
  background-color: #DDDDDD;
}
.node__content .webform-submission-form__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 690px;
  margin: 0 auto;
}
.node__content .webform-submission-form__inner > [id^=edit-container] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .node__content .webform-submission-form__inner > [id^=edit-container] {
    flex-direction: row;
    gap: 20px;
  }
}
.node__content .webform-submission-form__header {
  text-align: center;
}
.node__content .webform-submission-form__header h1, .node__content .webform-submission-form__header h2, .node__content .webform-submission-form__header h3 {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #3c482b;
  margin: 0 0 10px;
}
.node__content .webform-submission-form__footer {
  margin-top: 30px;
  text-align: center;
}
.node__content .webform-submission-form__footer p {
  color: #3c482b;
}
.node__content .webform-submission-form__footer p a {
  color: #3c482b;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
}
.node__content .webform-submission-form__footer p a:hover {
  color: #929b3d;
}
.node__content .webform-submission-form__header p, .node__content .webform-submission-form__footer p {
  font-size: 20px;
  color: #3c482b;
}
.node__content .webform-submission-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.node__content .webform-submission-form fieldset label {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 5px;
  padding-left: 22px;
  color: #3c482b;
  display: block;
  font-weight: 700;
}
.node__content .webform-submission-form fieldset input, .node__content .webform-submission-form fieldset select, .node__content .webform-submission-form fieldset textarea, .node__content .webform-submission-form fieldset .select2-container--default {
  padding: 15px 15px 14px;
  outline: none;
  width: 100%;
  border: none;
  margin: 0;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  font-family: inherit;
  letter-spacing: normal;
  font-size: 20px;
  color: #6d6e67;
}
.node__content .webform-submission-form .form-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.node__content .webform-submission-form .webform-button--submit {
  display: inline-block;
  min-width: 200px;
  padding: 12px 15px;
  margin: 0;
  text-align: center;
  border: 3px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 1;
  cursor: pointer;
  border: 3px solid #c2cb1e;
  background-color: #c2cb1e;
  color: #3c482b;
}
@media (max-width: 575.98px) {
  .node__content .webform-submission-form .webform-button--submit {
    min-width: 280px;
  }
}
.node__content .webform-submission-form .webform-button--submit:hover, .node__content .webform-submission-form .webform-button--submit:focus {
  background-color: #d5df24;
  border: 3px solid #d5df24;
}
/*# sourceMappingURL=form.css.map */