/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2025 | 09:14:21 */
.contact-form-wrapper {
  position: relative;
  background: #ffe5d3 !IMPORTANT;
  border: 8px solid #f86011;
  box-sizing: border-box;
  padding: 150px 24px 24px 24px;
  border-radius: 24px;
  max-width: 960px;
  margin: 0 auto !important;
  overflow: hidden;
  /*
	* Image
	*/
  /*
	* The form
	*/
  --form_input_height: 52px;
}
@media (max-width: 777px) {
  .contact-form-wrapper {
    padding: 150px 12px 12px 12px;
  }
}
.contact-form-wrapper .top-cta {
  background: white;
  position: absolute !important;
  z-index: 999;
  right: 16px;
  top: 20px;
  font-size: 15px !important;
  font-weight: bold;
  text-align: left !important;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 8px;
}
.contact-form-wrapper .top-cta ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-form-wrapper .bottom-cta ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
  font-size: 14px;
}
.contact-form-wrapper .top-row {
  background: grey;
}
.contact-form-wrapper h1 {
  --fontSize: 28px;
  font-size: 28px;
  margin-bottom: 0;
}
.contact-form-wrapper p {
  font-size: 14px;
  margin-bottom: 8px;
}
.contact-form-wrapper .contact-background-image {
  height: 250px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 0 !important;
}
.contact-form-wrapper .contact-background-image img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 777px) {
  .contact-form-wrapper .contact-background-image {
    height: 300px;
  }
}
.contact-form-wrapper .fusion-form-form-wrapper .fusion-form-field.fusion-form-label-above label {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
}
.contact-form-wrapper .fusion-flex-container .fusion-row .fusion-flex-column {
  margin: 0 !important;
}
.contact-form-wrapper .fusion-form-field.fusion-form-upload-field {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
