.nf-form-cont nf-field {
  display: block;
}
.nf-form-cont .nf-field-container {
  margin-bottom: 0;
}
.nf-form-cont .nf-field-container .nf-field-label {
  margin-bottom: 0;
}
.nf-form-cont .nf-field-container .nf-field-label label {
  font-weight: normal;
}
.nf-form-cont .nf-field-container .nf-field-label label .ninja-forms-req-symbol {
  color: inherit;
}

.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) {
  background-color: #ffffff;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.45);
  padding: 40px;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-form-fields-required {
  font-style: italic;
  margin-bottom: 20px;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-form-fields-required .ninja-forms-req-symbol {
  color: #cc0a5b;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) nf-field:not(:first-child) {
  margin-top: 20px;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container .nf-field-label {
  margin-bottom: 0.4em;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container .nf-field-label label, .nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container .nf-field-label .nf-label-span {
  color: #cc0a5b;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container .nf-field-element button, .nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container .nf-field-element input[type=button], .nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container .nf-field-element input[type=submit] {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: #4a259b;
  border-color: #4a259b;
  color: #ffffff;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container .nf-field-element button:is(:enabled, [href]):is(:hover, :focus, :focus-within), .nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container .nf-field-element input[type=button]:is(:enabled, [href]):is(:hover, :focus, :focus-within), .nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container .nf-field-element input[type=submit]:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: transparent;
  border-color: #4a259b;
  color: #4a259b;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container input:where(:not([type="button"], [type="checkbox"], [type="radio"], [type="submit"])).nf-element, .nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container select.nf-element, .nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container textarea.nf-element {
  padding: 1em;
  width: 100%;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container input:where(:not([type="button"], [type="submit"])).nf-element, .nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container select.nf-element, .nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container textarea.nf-element {
  border-color: #cc0a5b;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: #231f20;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container input:where(:not([type="button"], [type="submit"])).nf-element:disabled, .nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container select.nf-element:disabled, .nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container textarea.nf-element:disabled {
  border-color: #f0b6ce;
  color: #bdbcbc;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container input:where(:not([type="button"], [type="submit"])).nf-element:not(:disabled):hover, .nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container select.nf-element:not(:disabled):hover, .nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container textarea.nf-element:not(:disabled):hover {
  border-color: #9b0845;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container.textarea-container .nf-element {
  height: auto;
  min-height: 12em;
  resize: vertical;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container.listselect-container .nf-field-element {
  display: block;
  position: relative;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container.listselect-container .nf-field-element::after {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/icons-v1.71.0.svg#chevron-down--dark-grey");
  content: "";
  display: block;
  height: 1em;
  pointer-events: none;
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1em;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container.listselect-container .nf-field-element .nf-element {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container:is(.listcheckbox-container, .listradio-container) .nf-element {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  height: 1.1428571429em;
  padding: 0.1428571429em;
  width: 1.1428571429em !important;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container:is(.listcheckbox-container, .listradio-container) .nf-element[type=checkbox]:checked::after {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/icons-v1.71.0.svg#check--dark-grey");
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container:is(.listcheckbox-container, .listradio-container) .nf-element[type=checkbox]:disabled:checked::after {
  opacity: 0.3;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container:is(.listcheckbox-container, .listradio-container) .nf-element[type=radio] {
  border-radius: 50%;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container:is(.listcheckbox-container, .listradio-container) .nf-element[type=radio]:checked::after {
  background-color: #231f20;
  border-radius: inherit;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.nf-form-cont:where(:not(.wyndetryst--has-own-styles)) .nf-field-container:is(.listcheckbox-container, .listradio-container) .nf-element[type=radio]:disabled:checked::after {
  background-color: #bdbcbc;
}
