.wpforms-container-full {
  margin-top: 0 !important;
}
.wpforms-container-full .wpforms-field {
  padding: 7px 0 !important;
}
.wpforms-container-full .wpforms-field input,
.wpforms-container-full .wpforms-field textarea {
  padding: 16px !important;
  height: auto !important;
  border: 2px solid #fff !important;
}
.wpforms-container-full .wpforms-field input::-moz-placeholder, .wpforms-container-full .wpforms-field textarea::-moz-placeholder {
  font-size: 15px !important;
  font-family: "Montserrat", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.wpforms-container-full .wpforms-field input::placeholder,
.wpforms-container-full .wpforms-field textarea::placeholder {
  font-size: 15px !important;
  font-family: "Montserrat", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.wpforms-container-full .wpforms-field input:focus,
.wpforms-container-full .wpforms-field textarea:focus {
  border: 2px solid #0e3052 !important;
}
.wpforms-container-full .wpforms-field textarea {
  height: 120px !important;
}
.wpforms-container-full button[type=submit] {
  font-size: 17px !important;
  line-height: 22px !important;
  padding: 16px 32px !important;
  color: #c2a305 !important;
  background-color: #0e3052 !important;
  height: auto !important;
  margin-top: 20px !important;
}
.wpforms-container-full button[type=submit]:hover, .wpforms-container-full button[type=submit]:active {
  transform: scale(1.1);
  color: #c2a305;
  background: #0e3052 !important;
}

.contactBox .contactSingle {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #0e3052;
  justify-content: center;
  align-items: center;
}
.contactBox .contactSingle:hover {
  background-color: #fff;
}/*# sourceMappingURL=css_part_contact.css.map */