
h1,
label,
input {
  font-family: Nunito Sans;
}

textarea {
  min-height: 150px;
}

button {
  width: auto;
}

.af-step-next .af-step-button,
.af-button {
  background-color: #e0e0e0 !important;
  color: #051c2c !important;
}

.af-field-input input[type='email'],
.af-field-input input[type='tel'],
.af-field-input input[type='text'],
.af-field-dropdown {
  border: 2px solid #c8beb4;
  border-radius: 3px;
}

.af-step-success,
.af-step-failure {
  text-align: center;
  border: 0px !important;
}

.af-step-failure {
  background-color: #051c2c !important;
}

.af-step-success p,
.af-step-failure p {
  color: #fff !important;
}

.af-form {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

.af-required {
  color: #051c2c;
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 400;
}
.af-dropdown-search-options .af-active {
  display: block !important;
  background-color: #3a6670 !important;
  color: #ffffff !important;
}
.af-dropdown-search-options .af-active.bgGrey {
  background-color: #dddddd !important;
  color: #051c2c !important;
}
.af-dropdown-search-options .af-active.bgGrey:hover {
  color: #ffffff !important;
}
.contact-content__inner .af-dropdown-search-options div:hover {
  transition: all 0.15s ease-out;
}
.contact-content__inner .af-dropdown-icon {
  display: block !important;
}

.overload {
  backdrop-filter: blur(50px);
  background-color: rgba(233, 230, 225, 0.8);
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18rem;
  text-align: center;
}
.overload img {
  width: 10rem;
  margin: auto;
}
.overload.fixed {
  position: fixed;
}

@media (max-width: 767px) {
  .overload {
    padding: 10rem;
  }
}

.af-choice-multiple.switches input[type='checkbox'] {
  position: absolute;
  left: -9999px;
}
.af-choice-multiple.switches label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 2rem 0;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
.af-choice-multiple.switches label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 10px;
  width: 21px;
  height: 21px;
  background: #7a7a7a;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  opacity: 1;
  border: none;
  transform: translateX(-1px);
}
.af-choice-multiple.switches label:before {
  content: '';
  position: relative;
  width: 50px;
  height: 26px;
  border-radius: 15px;
  background: #e0e0e0;
  transition: all 0.3s;
  margin-right: 1rem;
  border: none;
}
.af-choice-multiple.switches [type='checkbox']:checked + label:before {
  background: #aedae2;
}
.af-choice-multiple.switches [type='checkbox']:checked + label:after {
  transform: translateX(21px);
  background: #386671;
  transition: all 0.3s;
}
.af-choice-multiple.switches + .btn {
  display: table;
  margin-top: 2rem;
}
