/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/js/blocks/contact-section-with-form/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.u-bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gradient--overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.btn-main {
  font-size: 16px;
  line-height: 1.143;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  word-break: break-word;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  padding: 12px 20px;
  will-change: transform;
  margin-top: 25px;
  font-family: "Figtree";
  background-color: #4D4D4D;
  border-radius: 5px;
  color: white;
}
.btn-main:hover {
  opacity: 0.7;
}
.btn-main.has-left-arrow {
  padding: 0 0 0 20px !important;
  margin-top: 25px !important;
  color: #399AA2 !important;
}
.btn-main.has-left-arrow {
  text-transform: inherit;
  border-radius: 0;
  background-color: transparent;
}
.btn-main.has-left-arrow::before {
  content: "\f341";
  font-family: "dashicons";
  display: inline-block;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 4px;
  font-size: 14px;
  transition: left 0.2s ease-out;
  will-change: left;
}
.btn-main.has-left-arrow:hover::before {
  left: 0;
}
.btn-main.has-right-arrow {
  padding: 0 20px 0 0 !important;
  margin-top: 25px !important;
  color: #399AA2 !important;
}
.btn-main.has-right-arrow {
  text-transform: inherit;
  border-radius: 0;
  background-color: transparent;
}
.btn-main.has-right-arrow::after {
  content: "\f345";
  font-family: "dashicons";
  display: inline-block;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 4px;
  font-size: 14px;
  transition: right 0.2s ease-out;
  will-change: right;
}
.btn-main.has-right-arrow:hover::after {
  right: 0;
}
.btn-main a {
  color: currentColor !important;
}
.btn-main a {
  display: inline-block;
  text-decoration: none;
}
.btn-main a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.btn-main a:hover {
  text-decoration: none;
}

.contact-section-with-form {
  overflow: hidden;
  background-color: #f0f0f0;
}
.contact-section-with-form.is-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.contact-section-with-form .contact-section-with-form__hero {
  background-color: #6b9ba8;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}
.contact-section-with-form .contact-section-with-form__hero .hero__subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 15px;
  opacity: 0.9;
  padding: 0;
}
.contact-section-with-form .contact-section-with-form__hero h1 {
  line-height: 1.6;
  font-size: 42px;
  margin-bottom: 15px;
  font-weight: 300;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.contact-section-with-form .contact-section-with-form__hero .hero__description {
  line-height: 1.6;
  font-size: 18px;
  max-width: 640px;
  margin: 0 auto 30px;
  opacity: 0.95;
  padding: 0;
}
.contact-section-with-form .value-props {
  display: flex;
  gap: 30px;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
.contact-section-with-form .value-prop {
  flex: 1;
  text-align: center;
}
.contact-section-with-form .value-prop strong {
  font-size: 16px;
  font-weight: 600;
  max-width: 160px;
  line-height: 1.4;
}
.contact-section-with-form .value-prop-icon {
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
}
.contact-section-with-form .value-prop-icon img,
.contact-section-with-form .value-prop-icon svg {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-section-with-form .value-prop-icon svg {
  stroke: currentColor;
}
.contact-section-with-form .main-container {
  max-width: 1200px;
  margin: -60px auto 40px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
.contact-section-with-form .form-card {
  background: white;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: calc(67.5% - 30px);
}
.contact-section-with-form .form-header {
  margin-bottom: 30px;
}
.contact-section-with-form .form-header h2 {
  color: #5a9aa8;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 700;
}
.contact-section-with-form .expectation-text {
  background: #f0f8fa;
  border-left: 4px solid #5a9aa8;
  padding: 15px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
.contact-section-with-form .expectation-text strong {
  color: #333;
  font-weight: 600;
}
.contact-section-with-form .step-indicator {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.contact-section-with-form .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.contact-section-with-form .step.active, .contact-section-with-form .step.completed {
  opacity: 1;
}
.contact-section-with-form .step-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  transition: background 0.3s ease;
}
.active .contact-section-with-form .step-circle {
  background: #6b9ba8;
}
.completed .contact-section-with-form .step-circle {
  background: #6b9ba8;
}
.contact-section-with-form .step-label {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}
.active .contact-section-with-form .step-label {
  color: #6b9ba8;
  font-weight: 600;
}
.contact-section-with-form .location-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
  gap: 12px;
  margin-bottom: 25px;
}
.contact-section-with-form .type-of-matter .nf-field-description,
.contact-section-with-form .step-2-help-any-apply .nf-field-description,
.contact-section-with-form .step-2-help-any-type .nf-field-description {
  order: -1;
}
.contact-section-with-form .type-of-matter .nf-field-description p,
.contact-section-with-form .step-2-help-any-apply .nf-field-description p,
.contact-section-with-form .step-2-help-any-type .nf-field-description p {
  font-size: 14px !important;
}
.contact-section-with-form .type-of-matter .nf-field-description p,
.contact-section-with-form .step-2-help-any-apply .nf-field-description p,
.contact-section-with-form .step-2-help-any-type .nf-field-description p {
  color: #999;
  font-weight: normal;
  line-height: 1.6;
}
.contact-section-with-form .anything-like-matter {
  margin-top: 20px !important;
}
.contact-section-with-form .anything-like-matter .nf-field-description p {
  font-weight: normal;
  line-height: 1.6;
}
.contact-section-with-form .anything-like-matter textarea {
  border: 1px solid #d1d5db !important;
  border-radius: 6px !important;
}
.contact-section-with-form .location-tile {
  padding: 18px 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  background: #fff;
  transition: all 0.2s ease;
}
.contact-section-with-form .location-tile:hover {
  border-color: #6b9ba8;
  background: #f9fafb;
}
.contact-section-with-form .location-tile.selected {
  border-color: #6b9ba8;
  background: #f0f7f8;
  color: #6b9ba8;
}
.contact-section-with-form .issue-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  gap: 15px;
  margin-bottom: 20px;
}
.contact-section-with-form .issue-tile {
  padding: 25px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  transition: all 0.2s ease;
}
.contact-section-with-form .issue-tile:hover {
  border-color: #6b9ba8;
  background: #f9fafb;
}
.contact-section-with-form .issue-tile.selected {
  border-color: #6b9ba8;
  background: #f0f7f8;
}
.contact-section-with-form .issue-tile strong {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #333;
}
.contact-section-with-form .issue-icon svg {
  stroke: #6b9ba8;
}
.contact-section-with-form .form-content .nf-form-cont {
  margin-bottom: 0;
}
.contact-section-with-form .form-content .nf-form-cont .nf-before-form-content,
.contact-section-with-form .form-content .nf-form-cont .nf-after-form-content {
  display: none;
}
.contact-section-with-form .form-content .nf-form-cont .nf-form-content {
  padding: 0;
  position: relative;
}
.contact-section-with-form .form-content .nf-form-cont .nf-field-label {
  margin-bottom: 8px !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-field-label label {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #333;
}
.contact-section-with-form .form-content .nf-form-cont .nf-after-field {
  text-align: left;
}
.contact-section-with-form .form-content .nf-form-cont .nf-error-msg {
  margin-right: 0 !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-error-msg {
  margin-top: 8px;
}
.contact-section-with-form .form-content .nf-form-cont .ninja-forms-field[aria-invalid=true] {
  border-color: #e80000 !important;
}
.contact-section-with-form .form-content .nf-form-cont .hidden-container {
  display: none;
}
.contact-section-with-form .form-content .nf-form-cont .nf-footer-footnote {
  width: 100%;
  display: block;
  float: left;
}
.contact-section-with-form .form-content .nf-form-cont .agree_permission_note {
  margin-top: 8px;
}
.contact-section-with-form .form-content .nf-form-cont .agree_permission_note .nf-checked-label::before {
  left: -24px;
  top: 2px;
  font-size: 10px;
  height: 13px;
}
.contact-section-with-form .form-content .nf-form-cont .submit-container {
  padding: 0 !important;
}
.contact-section-with-form .form-content .nf-form-cont .submit-container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 140px);
}
.contact-section-with-form .form-content .nf-form-cont .submit-wrap input[type=submit] {
  background: #d4705a !important;
  color: #fff !important;
  border-color: #d4705a !important;
  margin: 0 !important;
}
.contact-section-with-form .form-content .nf-form-cont .submit-wrap input[type=submit] {
  width: 100%;
  padding: 14px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: capitalize;
  height: 52px;
  border: none;
  white-space: inherit;
}
.contact-section-with-form .form-content .nf-form-cont .submit-wrap input[type=submit]:hover {
  background: #c4604a !important;
}
.contact-section-with-form .form-content .nf-form-cont .type-of-matter .listradio-wrap .nf-field-label {
  margin-bottom: 10px !important;
}
.contact-section-with-form .form-content .nf-form-cont .type-of-matter .listradio-wrap .nf-field-label {
  width: auto;
}
.contact-section-with-form .form-content .nf-form-cont .type-of-matter .listradio-wrap .nf-field-description {
  margin-bottom: 20px !important;
  margin-top: -18px !important;
}
.contact-section-with-form .form-content .nf-form-cont .type-of-matter .listradio-wrap .nf-field-element ul li label {
  font-weight: bolder !important;
}
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap {
  display: flex;
}
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap input[type=radio],
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap input[type=checkbox],
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap input[type=radio],
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap input[type=checkbox],
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap input[type=radio],
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap input[type=checkbox],
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap input[type=radio],
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap input[type=checkbox],
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap input[type=radio],
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap input[type=checkbox],
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap input[type=radio],
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap input[type=checkbox] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-label {
  margin-bottom: 20px !important;
}
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-label {
  order: -1;
  visibility: visible;
  height: auto;
  font-size: 18px;
}
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-label label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-label label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-label label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-label label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-label label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-label label {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-element,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-element,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-element,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-element,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-element,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-element {
  order: 1;
}
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-element ul,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-element ul,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-element ul,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-element ul,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-element ul,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-element ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-element ul,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-element ul,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-element ul,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-element ul,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-element ul,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-element ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  gap: 15px;
}
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-element ul li,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-element ul li,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-element ul li,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-element ul li,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-element ul li,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-element ul li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-element ul li,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-element ul li,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-element ul li,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-element ul li,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-element ul li,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-element ul li {
  position: relative;
}
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-element ul li::before, .contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-element ul li::marker,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-element ul li::before,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-element ul li::marker,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-element ul li::before,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-element ul li::marker,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-element ul li::before,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-element ul li::marker,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-element ul li::before,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-element ul li::marker,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-element ul li::before,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-element ul li::marker {
  display: none !important;
  content: none !important;
}
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-element ul li label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-element ul li label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-element ul li label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-element ul li label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-element ul li label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-element ul li label {
  margin: 0 !important;
}
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-element ul li label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-element ul li label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-element ul li label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-element ul li label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-element ul li label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-element ul li label {
  border: 2px solid #e0e0e0;
  padding: 16px 15px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  background: white;
  font-weight: 500;
  color: #333;
  font-size: 16px;
}
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-element ul li label::before, .contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-element ul li label::after,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-element ul li label::before,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-element ul li label::after,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-element ul li label::before,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-element ul li label::after,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-element ul li label::before,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-element ul li label::after,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-element ul li label::before,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-element ul li label::after,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-element ul li label::before,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-element ul li label::after {
  display: none !important;
  content: none !important;
  background: none !important;
  border: none !important;
  width: 0 !important;
  height: 0 !important;
}
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-element ul li label:hover,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-element ul li label:hover,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-element ul li label:hover,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-element ul li label:hover,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-element ul li label:hover,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-element ul li label:hover {
  border-color: #6b9ba8;
  background: #f9fafb;
}
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-element ul li[\:has\(input\:checked\)] label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-element ul li input:checked + label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-element ul li[\:has\(input\:checked\)] label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-element ul li input:checked + label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-element ul li[\:has\(input\:checked\)] label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-element ul li input:checked + label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-element ul li[\:has\(input\:checked\)] label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-element ul li input:checked + label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-element ul li[\:has\(input\:checked\)] label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-element ul li input:checked + label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-element ul li[\:has\(input\:checked\)] label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-element ul li input:checked + label {
  border-color: #5a9aa8;
  background: #5a9aa8;
  color: white;
}
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-element ul li:has(input:checked) label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-element ul li input:checked + label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-element ul li:has(input:checked) label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-element ul li input:checked + label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-element ul li:has(input:checked) label,
.contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-element ul li input:checked + label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-element ul li:has(input:checked) label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-element ul li input:checked + label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-element ul li:has(input:checked) label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-element ul li input:checked + label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-element ul li:has(input:checked) label,
.contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-element ul li input:checked + label {
  border-color: #5a9aa8;
  background: #5a9aa8;
  color: white;
}
.contact-section-with-form .form-content .nf-form-cont .step-2-help-any-apply.listcheckbox-container,
.contact-section-with-form .form-content .nf-form-cont .step-2-help-any-type.listradio-container.list-container {
  padding: 20px !important;
}
.contact-section-with-form .form-content .nf-form-cont .step-2-help-any-apply.listcheckbox-container,
.contact-section-with-form .form-content .nf-form-cont .step-2-help-any-type.listradio-container.list-container {
  margin: 20px 0;
  background: #f8fbfc;
  border-radius: 8px;
  border: 1px solid #e0e8ea;
  animation: slideDown 0.3s ease;
}
.contact-section-with-form .form-content .nf-form-cont .step-2-help-any-apply.listcheckbox-container .nf-field-label span,
.contact-section-with-form .form-content .nf-form-cont .step-2-help-any-type.listradio-container.list-container .nf-field-label span {
  color: #555 !important;
}
.contact-section-with-form .form-content .nf-form-cont .step-2-help-any-apply.listcheckbox-container .nf-field-label span,
.contact-section-with-form .form-content .nf-form-cont .step-2-help-any-type.listradio-container.list-container .nf-field-label span {
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
}
.contact-section-with-form .form-content .nf-form-cont .step-2-help-any-apply.listcheckbox-container .nf-field-element ul,
.contact-section-with-form .form-content .nf-form-cont .step-2-help-any-type.listradio-container.list-container .nf-field-element ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.contact-section-with-form .form-content .nf-form-cont .step-2-help-any-apply.listcheckbox-container .nf-field-element ul li label,
.contact-section-with-form .form-content .nf-form-cont .step-2-help-any-type.listradio-container.list-container .nf-field-element ul li label {
  display: inline-block;
  padding: 8px 14px;
  background: white;
  border: 1px solid #d0d0d0;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
  color: #555;
}
.contact-section-with-form .form-content .nf-form-cont .preferred-contact-method .list-radio-wrap .nf-field-label .nf-label-span {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #333;
}
.contact-section-with-form .form-content .nf-form-cont .preferred-contact-method .list-radio-wrap ul {
  display: flex;
  gap: 24px;
}
.contact-section-with-form .form-content .nf-form-cont .preferred-contact-method .list-radio-wrap ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact-section-with-form .form-content .nf-form-cont .preferred-contact-method .list-radio-wrap ul li::before, .contact-section-with-form .form-content .nf-form-cont .preferred-contact-method .list-radio-wrap ul li::marker {
  display: none !important;
  content: none !important;
}
.contact-section-with-form .form-content .nf-form-cont .preferred-contact-method .list-radio-wrap ul li input {
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.contact-section-with-form .form-content .nf-form-cont .preferred-contact-method .list-radio-wrap ul li label {
  cursor: pointer;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #333;
}
.contact-section-with-form .form-content .nf-form-cont .preferred-contact-method .list-radio-wrap ul li label::before {
  background: #6b9ba8;
  top: 0.3em;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.add-more-details .nf-field-label {
  order: 9;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.add-more-details .nf-field-label label {
  padding: 12px 0;
  color: #4a8a98;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: normal;
  margin-top: 5px;
  margin-left: 0px;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.add-more-details .nf-field-label label::before, .contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.add-more-details .nf-field-label label::after {
  display: none !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.add-more-details .nf-field-description p {
  padding: 26px 0 !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.add-more-details .nf-field-description p {
  color: #999;
  font-size: 13px;
  margin-left: 4px;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.other-party-name-field {
  background: #f0f8fa;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.other-party-name-field .nf-field {
  padding: 15px;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.other-party-name-field .nf-field .nf-field-description p {
  color: #3d3d3d !important;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation {
  text-align: center;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .success-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e8f5f1;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation p.thanks-message {
  color: #666;
  font-size: 16px;
  max-width: 430px;
  margin: 0 auto 20px;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation h2 {
  font-size: 22px;
  color: #1f2937;
  margin-bottom: 30px;
  font-weight: 500;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .what-happen-timeline {
  background: #f0f7f9;
  padding: 28px 24px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .what-happen-timeline h3 {
  color: #6b9ba8;
  font-size: 16px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .what-happen-timeline .main-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  position: relative;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .what-happen-timeline .main-content .inner-content {
  flex: 1;
  text-align: center;
  position: relative;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .what-happen-timeline .main-content .inner-content div {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #6b9ba8;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  margin: 0 auto 10px;
  position: relative;
  z-index: 1;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .what-happen-timeline .main-content .inner-content p {
  font-size: 13px;
  color: #374151;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 8px;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .what-happen-timeline .main-content .separator-line {
  flex: 0 0 60px;
  height: 2px;
  background: #6b9ba8;
  margin-top: 16px;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .type-of-matter-link {
  background: white;
  border: 1px solid #e5e7eb;
  padding: 24px 28px;
  border-radius: 8px;
  margin-bottom: 24px;
  text-align: left;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .type-of-matter-link p {
  font-size: 14px;
  color: #374151;
  font-weight: 500;
  padding-bottom: 14px;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .type-of-matter-link .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .type-of-matter-link .content a.resource-link {
  font-size: 14px;
  color: #6b9ba8;
  text-decoration: none;
  line-height: 1.4;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .video-wrapper {
  height: 382px;
  margin-bottom: 30px;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .video-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .trust-reinforcement {
  text-align: center;
  color: #666;
  font-size: 13px;
  margin-bottom: 25px;
  padding: 0 5px;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .trust-reinforcement .trust-divider {
  margin: 0 5px;
  color: #ccc;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .next-steps {
  background: #f8fbfc;
  border-radius: 8px;
  padding: 25px;
  max-width: 350px;
  margin: 0 auto;
  text-align: left;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .next-steps h4 {
  color: #5a9aa8;
  margin-bottom: 15px;
  text-align: left;
  font-size: 16px;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .next-steps .next-step-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #e0e8ea;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .next-steps .next-step-item:last-child {
  border-bottom: none;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .next-steps .next-step-item .step-number {
  width: 28px;
  height: 28px;
  background: #5a9aa8;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .next-steps .next-step-item .label {
  color: #333;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .call-question {
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .call-question p.text {
  font-size: 14px;
  color: #6b7280;
  padding-bottom: 8px;
}
.contact-section-with-form .form-content .nf-form-cont .final-confirmation .call-question a {
  font-size: 20px;
  color: #6b9ba8;
  font-weight: 600;
  text-decoration: none;
}
.contact-section-with-form .form-content .nf-form-cont input[type=submit] {
  background-color: #c17f5e;
  border: none;
  color: #fff;
  padding: 16px 40px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  transition: background 0.2s ease;
}
.contact-section-with-form .form-content .nf-form-cont input[type=submit]:hover {
  background-color: #b26944;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-header {
  margin-bottom: 30px;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-header .nf-breadcrumbs {
  display: flex !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-header .nf-breadcrumbs {
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-header .nf-breadcrumbs::after {
  display: none;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-header .nf-breadcrumbs li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-header .nf-breadcrumbs li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  counter-increment: step-counter;
  flex: 1;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-header .nf-breadcrumbs li::before, .contact-section-with-form .form-content .nf-form-cont .nf-mp-header .nf-breadcrumbs li::marker {
  display: none !important;
  content: none !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-header .nf-breadcrumbs li .nf-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  transition: color 0.2s ease;
  background: none;
  margin: 0;
  padding: 0;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-header .nf-breadcrumbs li .nf-breadcrumb::before {
  content: counter(step-counter);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e0e0e0;
  color: #999;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-header .nf-breadcrumbs li.active .nf-breadcrumb {
  color: #5a9aa8;
  font-weight: 700;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-header .nf-breadcrumbs li.active .nf-breadcrumb::before {
  background: #5a9aa8;
  color: #fff;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-header .nf-breadcrumbs li.errors a::after {
  display: none !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-header .nf-breadcrumbs li.completed .nf-breadcrumb {
  color: #9ca3af;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-header .nf-breadcrumbs li.completed .nf-breadcrumb::before {
  background: #5a9aa8;
  color: #fff;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-header .nf-breadcrumbs li.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]) {
  border-color: #ddd !important;
  margin: 0 !important;
  border-radius: 4px !important;
  color: #000 !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder {
  color: #757575;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder {
  color: #757575;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):focus {
  border-color: #5a9aa8 !important;
  box-shadow: 0 0 0 3px rgba(90, 154, 168, 0.1) !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container textarea {
  border-color: #ddd !important;
  margin: 0 !important;
  height: 83px !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  color: #000 !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container textarea::-moz-placeholder {
  color: #757575;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container textarea::placeholder {
  color: #757575;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container textarea:focus {
  border-color: #5a9aa8 !important;
  box-shadow: 0 0 0 3px rgba(90, 154, 168, 0.1) !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container select {
  border-color: #ddd !important;
  border-radius: 4px !important;
  color: #000 !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container select {
  padding-right: 40px;
  text-overflow: ellipsis;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container select::-moz-placeholder {
  color: #757575;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container select::placeholder {
  color: #757575;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container select:focus {
  border-color: #5a9aa8 !important;
  box-shadow: 0 0 0 3px rgba(90, 154, 168, 0.1) !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container .list-select-wrap .nf-field-element > div {
  background-color: transparent !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container .list-select-wrap .nf-field-element > div::after {
  font-size: 16px !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container .field-wrap {
  gap: 0 5px;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container .nf-input-limit {
  text-align: right;
  color: #666;
  margin-top: 10px;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container .nf-input-limit:empty {
  display: none;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container .nf-field-label .nf-label-span {
  color: #333 !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container .nf-field-description {
  width: auto;
  margin-bottom: 6px;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container .nf-field-description p {
  padding: 0 !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container .nf-field-description p {
  font-size: 14px;
  color: #999;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.last-step-sub-title {
  padding: 0 !important;
  margin-bottom: 20px !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.last-step-sub-title .nf-field-element {
  font-size: 18px;
  font-weight: bolder;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.matter-field-info {
  padding: 0 !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.matter-field-info {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.type-of-matter .nf-field-element label {
  font-weight: bolder;
  padding: 20px;
  word-break: break-word;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.type-of-matter .nf-field-element .nf-element[type=radio] + label::before {
  content: "" !important;
  display: block !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 32px !important;
  height: 32px !important;
  margin-bottom: 15px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: static !important;
  border-radius: 0 !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.type-of-matter .nf-field-element .nf-element[type=radio]:checked + label::before {
  filter: brightness(0) invert(1);
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.type-of-matter .nf-field-element .nf-element[value=divorce-with-children] + label::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDcwIDU0IiB3aWR0aD0iNzAiIGhlaWdodD0iNTQiPgoJPGRlZnM+CgkJPGNsaXBQYXRoIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBpZD0iY3AxIj4KCQkJPHBhdGggZD0ibTcgMS42NWgyNHYyMi42OGgtMjR6Ii8+CgkJPC9jbGlwUGF0aD4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDIiPgoJCQk8cGF0aCBkPSJtMzkgMS42NWgyNHYyMi42OGgtMjR6Ii8+CgkJPC9jbGlwUGF0aD4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDMiPgoJCQk8cGF0aCBkPSJtMS41OSAyMS42N2gzNC43NHYzMC45OGgtMzQuNzR6Ii8+CgkJPC9jbGlwUGF0aD4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDQiPgoJCQk8cGF0aCBkPSJtMzMuNjcgMjEuNjdoMzQuOTJ2MzAuOThoLTM0LjkyeiIvPgoJCTwvY2xpcFBhdGg+Cgk8L2RlZnM+Cgk8c3R5bGU+CgkJLnMwIHsgCgkJICAgIGZpbGw6ICM1YTlhYTg7CgkJICAgIHN0cm9rZTogIzVhOWFhODsKCQkgICAgc3Ryb2tlLXdpZHRoOiAwLjc7CgkJICAgIHN0cm9rZS1saW5lam9pbjogcm91bmQ7CgkJfQoKCQkuczEgeyAKCQkgICAgZmlsbDogIzVhOWFhODsKCQkgICAgc3Ryb2tlOiAjNWE5YWE4OwoJCSAgICBzdHJva2Utd2lkdGg6IDAuNzsKCQkgICAgc3Ryb2tlLWxpbmVqb2luOiByb3VuZDsKCQl9Cgk8L3N0eWxlPgoJPGZpbHRlciBpZD0iZjAiPgoJCTxmZUZsb29kIGZsb29kLWNvbG9yPSIjNWE5YWE4IiBmbG9vZC1vcGFjaXR5PSIxIiAvPgoJCTxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJTb3VyY2VHcmFwaGljIi8+CgkJPGZlQ29tcG9zaXRlIGluMj0iU291cmNlQWxwaGEiIG9wZXJhdG9yPSJpbiIgLz4KCTwvZmlsdGVyPgoJPGcgaWQ9IkNsaXAtUGF0aCIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiIGZpbHRlcj0idXJsKCNmMCkiPgoJCTxnPgoJCQk8cGF0aCBjbGFzcz0iczAiIGQ9Im0xOS40MyAyNC4yNGMtNi4yMyAwLTExLjI5LTUuMDctMTEuMjktMTEuMjkgMC02LjIzIDUuMDYtMTEuMjkgMTEuMjktMTEuMjkgNi4yMyAwIDExLjI5IDUuMDYgMTEuMjkgMTEuMjkgMCA2LjIyLTUuMDYgMTEuMjktMTEuMjkgMTEuMjl6bTAtMjAuMDljLTQuODUgMC04LjggMy45NC04LjggOC44IDAgNC44NSAzLjk1IDguNzkgOC44IDguNzkgNC44NiAwIDguOC0zLjk0IDguOC04Ljc5IDAtNC44Ni0zLjk0LTguOC04LjgtOC44eiIvPgoJCTwvZz4KCTwvZz4KCTxmaWx0ZXIgaWQ9ImYxIj4KCQk8ZmVGbG9vZCBmbG9vZC1jb2xvcj0iIzVhOWFhOCIgZmxvb2Qtb3BhY2l0eT0iMSIgLz4KCQk8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iU291cmNlR3JhcGhpYyIvPgoJCTxmZUNvbXBvc2l0ZSBpbjI9IlNvdXJjZUFscGhhIiBvcGVyYXRvcj0iaW4iIC8+Cgk8L2ZpbHRlcj4KCTxnIGlkPSJDbGlwLVBhdGgiIGNsaXAtcGF0aD0idXJsKCNjcDIpIiBmaWx0ZXI9InVybCgjZjEpIj4KCQk8Zz4KCQkJPHBhdGggY2xhc3M9InMxIiBkPSJtNTAuNTYgMjQuMjRjLTYuMjMgMC0xMS4yOS01LjA3LTExLjI5LTExLjI5IDAtNi4yMyA1LjA2LTExLjI5IDExLjI5LTExLjI5IDYuMjMgMCAxMS4yOSA1LjA2IDExLjI5IDExLjI5IDAgNi4yMi01LjA2IDExLjI5LTExLjI5IDExLjI5em0wLTIwLjA5Yy00Ljg1IDAtOC44IDMuOTQtOC44IDguOCAwIDQuODUgMy45NSA4Ljc5IDguOCA4Ljc5IDQuODYgMCA4LjgtMy45NCA4LjgtOC43OSAwLTQuODYtMy45NC04LjgtOC44LTguOHoiLz4KCQk8L2c+Cgk8L2c+Cgk8ZmlsdGVyIGlkPSJmMiI+CgkJPGZlRmxvb2QgZmxvb2QtY29sb3I9IiM1YTlhYTgiIGZsb29kLW9wYWNpdHk9IjEiIC8+CgkJPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IlNvdXJjZUdyYXBoaWMiLz4KCQk8ZmVDb21wb3NpdGUgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImluIiAvPgoJPC9maWx0ZXI+Cgk8ZyBpZD0iQ2xpcC1QYXRoIiBjbGlwLXBhdGg9InVybCgjY3AzKSIgZmlsdGVyPSJ1cmwoI2YyKSI+CgkJPGc+CgkJCTxwYXRoIGNsYXNzPSJzMSIgZD0ibTM0Ljk3IDUyLjM1Yy0zMS41NCAwLTMzLjMxLTEyLjk5LTMzLjM3LTEzLjU0LTAuMDEtOS40NyA3LjU5LTE3LjA3IDE2LjkyLTE3LjA3IDIuNzggMCA1LjUzIDAuNyA3Ljk3IDEuOTkgMC42IDAuMzMgMC44MyAxLjA4IDAuNTEgMS42OS0wLjMyIDAuNjEtMS4wOCAwLjg0LTEuNjggMC41MS0yLjA4LTEuMTEtNC40My0xLjY5LTYuOC0xLjY5LTcuOTYgMC0xNC40NCA2LjQ4LTE0LjQ0IDE0LjQ0IDAuMDEgMCAxLjkxIDExLjE4IDMwLjg5IDExLjE4IDAuNjkgMCAxLjI0IDAuNTYgMS4yNCAxLjI0IDAgMC43LTAuNTUgMS4yNS0xLjI0IDEuMjV6Ii8+CgkJPC9nPgoJPC9nPgoJPGZpbHRlciBpZD0iZjMiPgoJCTxmZUZsb29kIGZsb29kLWNvbG9yPSIjNWE5YWE4IiBmbG9vZC1vcGFjaXR5PSIxIiAvPgoJCTxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJTb3VyY2VHcmFwaGljIi8+CgkJPGZlQ29tcG9zaXRlIGluMj0iU291cmNlQWxwaGEiIG9wZXJhdG9yPSJpbiIgLz4KCTwvZmlsdGVyPgoJPGcgaWQ9IkNsaXAtUGF0aCIgY2xpcC1wYXRoPSJ1cmwoI2NwNCkiIGZpbHRlcj0idXJsKCNmMykiPgoJCTxnPgoJCQk8cGF0aCBjbGFzcz0iczEiIGQ9Im0zNS4wMyA1Mi4zNWMtMC42OSAwLTEuMjUtMC41NS0xLjI1LTEuMjUgMC0wLjY4IDAuNTYtMS4yNCAxLjI1LTEuMjQgMjkuMDIgMCAzMC44OC0xMS4yMSAzMC44OS0xMS4zMy0wLjAxLTcuODEtNi40OS0xNC4yOS0xNC40NS0xNC4yOS0yLjM3IDAtNC43MSAwLjU4LTYuNzkgMS42OS0wLjYxIDAuMzMtMS4zNiAwLjEtMS42OS0wLjUxLTAuMzItMC42MS0wLjA5LTEuMzYgMC41Mi0xLjY5IDIuNDMtMS4yOSA1LjE4LTEuOTkgNy45Ni0xLjk5IDkuMzQgMCAxNi45NCA3LjYgMTYuOTQgMTYuOTQtMC4wNyAwLjY4LTEuODQgMTMuNjctMzMuMzggMTMuNjd6Ii8+CgkJPC9nPgoJPC9nPgoJPHBhdGggY2xhc3M9InMwIiBkPSJtMzUuMDMgMzguNzZoLTAuMDZjLTQuMzcgMC03LjkyLTMuNTYtNy45Mi03LjkyIDAtNC4zNyAzLjU1LTcuOTIgNy45Mi03LjkyIDQuNDMgMCA3Ljk4IDMuNTUgNy45OCA3LjkyIDAgNC4zNi0zLjU1IDcuOTItNy45MiA3Ljkyem0wLTEzLjM1Yy0zLjA2IDAtNS40OSAyLjQzLTUuNDkgNS40MyAwIDIuOTkgMi40MyA1LjQzIDUuNDMgNS40M2gwLjA2YzIuOTkgMCA1LjQzLTIuNDQgNS40My01LjQzIDAtMy0yLjQ0LTUuNDMtNS40My01LjQzeiIvPgoJPHBhdGggY2xhc3M9InMwIiBkPSJtNDguNDIgNTEuMzZjLTAuNjUgMC0xLjItMC41LTEuMjQtMS4xNi0wLjQ0LTYuMzUtNS43Ny0xMS4zMS0xMi4xNC0xMS4zMS02LjQ2IDAtMTEuNzkgNC45Ni0xMi4yMiAxMS4zMS0wLjA1IDAuNjktMC42MyAxLjI1LTEuMzMgMS4xNi0wLjY5LTAuMDUtMS4yLTAuNjQtMS4xNi0xLjMzIDAuNTMtNy42NCA2Ljk1LTEzLjYzIDE0LjYzLTEzLjYzIDcuNzUgMCAxNC4xOCA1Ljk5IDE0LjcgMTMuNjMgMC4wNSAwLjY5LTAuNDcgMS4yOC0xLjE1IDEuMzNxLTAuMDUgMC4wMS0wLjA5IDB6Ii8+Cjwvc3ZnPg==) !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.type-of-matter .nf-field-element .nf-element[value=divorce-without-children] + label::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDY1IDUyIiB3aWR0aD0iNjUiIGhlaWdodD0iNTIiPgoJPGRlZnM+CgkJPGNsaXBQYXRoIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBpZD0iY3AxIj4KCQkJPHBhdGggZD0ibTEyIDEuODJoMjIuNjd2MjIuODVoLTIyLjY3eiIvPgoJCTwvY2xpcFBhdGg+CgkJPGNsaXBQYXRoIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBpZD0iY3AyIj4KCQkJPHBhdGggZD0ibTEuMjEgMjQuNjdoNDUuNDZ2MjUuMTVoLTQ1LjQ2eiIvPgoJCTwvY2xpcFBhdGg+CgkJPGNsaXBQYXRoIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBpZD0iY3AzIj4KCQkJPHBhdGggZD0ibTQwIDI2aDIzLjIxdjIwaC0yMy4yMXoiLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCS5zMCB7IGZpbGw6IG5vbmU7c3Ryb2tlOiAjNWE5YWE4O3N0cm9rZS1saW5lY2FwOiByb3VuZDtzdHJva2UtbGluZWpvaW46IHJvdW5kO3N0cm9rZS13aWR0aDogMy40IH0gCgk8L3N0eWxlPgoJPGcgaWQ9IkNsaXAtUGF0aCIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnPgoJCQk8cGF0aCBjbGFzcz0iczAiIGQ9Im0zMy41NiAxMi43M3EwIDAuOTgtMC4yIDEuOTUtMC4yIDAuOTYtMC41OCAxLjg3LTAuMzggMC45MS0wLjkzIDEuNzMtMC41NiAwLjgxLTEuMjYgMS41MS0wLjcxIDAuNjktMS41NCAxLjI0LTAuODMgMC41NS0xLjc1IDAuOTItMC45MiAwLjM4LTEuOSAwLjU3LTAuOTggMC4xOS0xLjk4IDAuMTktMC45OSAwLTEuOTctMC4xOS0wLjk4LTAuMTktMS45LTAuNTctMC45My0wLjM3LTEuNzUtMC45Mi0wLjg0LTAuNTUtMS41NC0xLjI0LTAuNy0wLjctMS4yNi0xLjUxLTAuNTUtMC44Mi0wLjk0LTEuNzMtMC4zOC0wLjkxLTAuNTgtMS44Ny0wLjE5LTAuOTctMC4xOS0xLjk1IDAtMC45OSAwLjE5LTEuOTUgMC4yLTAuOTcgMC41OC0xLjg3IDAuMzktMC45MSAwLjk0LTEuNzMgMC41Ni0wLjgyIDEuMjYtMS41MSAwLjctMC43IDEuNTQtMS4yNCAwLjgyLTAuNTUgMS43NS0wLjkyIDAuOTItMC4zOSAxLjktMC41NyAwLjk4LTAuMiAxLjk3LTAuMiAxIDAgMS45OCAwLjIgMC45OCAwLjE4IDEuOSAwLjU3IDAuOTIgMC4zNyAxLjc1IDAuOTIgMC44MyAwLjU0IDEuNTQgMS4yNCAwLjcgMC42OSAxLjI2IDEuNTEgMC41NSAwLjgyIDAuOTMgMS43MyAwLjM4IDAuOSAwLjU4IDEuODcgMC4yIDAuOTYgMC4yIDEuOTV6Ii8+CgkJPC9nPgoJPC9nPgoJPGcgaWQ9IkNsaXAtUGF0aCIgY2xpcC1wYXRoPSJ1cmwoI2NwMikiPgoJCTxnPgoJCQk8cGF0aCBjbGFzcz0iczAiIGQ9Im00NC42OSA0OC45aC00Mi41M3YtMS45OGMwLTExLjU4IDkuNTItMjAuOTcgMjEuMjYtMjAuOTcgMTEuNzUgMCAyMS4yNyA5LjM5IDIxLjI3IDIwLjk3eiIvPgoJCTwvZz4KCTwvZz4KCTxwYXRoIGNsYXNzPSJzMCIgZD0ibTU0LjA1IDE3LjcxYzAgNC4wOC0zLjM2IDcuMzgtNy40OCA3LjM4LTQuMTMgMC03LjQ4LTMuMy03LjQ4LTcuMzggMC00LjA2IDMuMzUtNy4zNyA3LjQ4LTcuMzcgNC4xMyAwIDcuNDggMy4zMSA3LjQ4IDcuMzd6Ii8+Cgk8ZyBpZD0iQ2xpcC1QYXRoIiBjbGlwLXBhdGg9InVybCgjY3AzKSI+CgkJPGc+CgkJCTxwYXRoIGNsYXNzPSJzMCIgZD0ibTQ5LjU1IDQ0LjQyaDEyLjcydi0xLjQ3YzAtNC4yNy0xLjc2LTguMTMtNC42LTEwLjk0LTIuODUtMi44LTYuNzctNC41My0xMS4xMS00LjUzLTEuOTEgMC0zLjczIDAuMzMtNS40MyAwLjk1Ii8+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=) !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.type-of-matter .nf-field-element .nf-element[value=child-custody] + label::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPgoJPHN0eWxlPgoJCS5zMCB7IGZpbGw6IG5vbmU7c3Ryb2tlOiAjNWE5YWE4O3N0cm9rZS13aWR0aDogMiB9IAoJPC9zdHlsZT4KCTxwYXRoIGNsYXNzPSJzMCIgZD0ibTIyLjY3IDI4di0yLjY3cS0wLjAxLTEuMDYtMC40MS0yLjA0LTAuNDEtMC45OC0xLjE2LTEuNzMtMC43NS0wLjc1LTEuNzMtMS4xNS0wLjk4LTAuNDEtMi4wNC0wLjQxaC0xMC42NnEtMS4wNiAwLTIuMDQgMC40MS0wLjk4IDAuNC0xLjczIDEuMTUtMC43NSAwLjc1LTEuMTYgMS43My0wLjQgMC45OC0wLjQxIDIuMDR2Mi42NyIvPgoJPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGFzcz0iczAiIGQ9Im0xMiAxNC42N2MtMi45NSAwLTUuMzMtMi4zOS01LjMzLTUuMzQgMC0yLjk1IDIuMzgtNS4zMyA1LjMzLTUuMzMgMi45NSAwIDUuMzMgMi4zOCA1LjMzIDUuMzMgMCAyLjk1LTIuMzggNS4zNC01LjMzIDUuMzR6Ii8+Cgk8cGF0aCBjbGFzcz0iczAiIGQ9Im0zMC42NyAyOHYtMi42N3EwLTAuODgtMC4yOS0xLjcyLTAuMjktMC44NC0wLjgzLTEuNTQtMC41NS0wLjctMS4yOC0xLjE5LTAuNzUtMC40OC0xLjYtMC43MSIvPgoJPHBhdGggY2xhc3M9InMwIiBkPSJtMjEuMzMgNC4xN2MxLjE1IDAuMyAyLjE3IDAuOTYgMi44OSAxLjkgMC43MyAwLjk0IDEuMTIgMi4wOSAxLjEyIDMuMjcgMCAxLjE4LTAuMzkgMi4zMy0xLjEyIDMuMjctMC43MiAwLjk0LTEuNzQgMS42LTIuODkgMS45Ii8+Cjwvc3ZnPg==) !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.type-of-matter .nf-field-element .nf-element[value=child-support] + label::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPgoJPHN0eWxlPgoJCS5zMCB7IGZpbGw6IG5vbmU7c3Ryb2tlOiAjNWE5YWE4O3N0cm9rZS13aWR0aDogMiB9IAoJPC9zdHlsZT4KCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xhc3M9InMwIiBkPSJtMTYgMS4zM3YyOS4zNCIvPgoJPHBhdGggY2xhc3M9InMwIiBkPSJtMjIuNjcgNi42N2gtMTBjLTEuMjQgMC0yLjQzIDAuNDktMy4zIDEuMzYtMC44OCAwLjg4LTEuMzcgMi4wNy0xLjM3IDMuMyAwIDEuMjQgMC40OSAyLjQzIDEuMzcgMy4zIDAuODcgMC44OCAyLjA2IDEuMzcgMy4zIDEuMzdoNi42NmMxLjI0IDAgMi40MyAwLjQ5IDMuMyAxLjM3IDAuODggMC44NyAxLjM3IDIuMDYgMS4zNyAzLjMgMCAxLjIzLTAuNDkgMi40Mi0xLjM3IDMuMy0wLjg3IDAuODctMi4wNiAxLjM2LTMuMyAxLjM2aC0xMS4zMyIvPgo8L3N2Zz4=) !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.type-of-matter .nf-field-element .nf-element[value=property-division] + label::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPgoJPHN0eWxlPgoJCS5zMCB7IGZpbGw6IG5vbmU7c3Ryb2tlOiAjNWE5YWE4O3N0cm9rZS13aWR0aDogMiB9IAoJPC9zdHlsZT4KCTxwYXRoIGNsYXNzPSJzMCIgZD0ibTQgMTJsMTItOS4zMyAxMiA5LjMzdjE0LjY3cTAgMC41My0wLjIgMS4wMi0wLjIxIDAuNDktMC41OCAwLjg2LTAuMzggMC4zOC0wLjg3IDAuNTgtMC40OSAwLjItMS4wMiAwLjJoLTE4LjY2cS0wLjUzIDAtMS4wMi0wLjItMC40OS0wLjItMC44Ny0wLjU4LTAuMzctMC4zNy0wLjU4LTAuODYtMC4yLTAuNDktMC4yLTEuMDJ6Ii8+Cgk8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsYXNzPSJzMCIgZD0ibTEyIDI5LjMzdi0xMy4zM2g4djEzLjMzIi8+Cjwvc3ZnPg==) !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.type-of-matter .nf-field-element .nf-element[value=modification-enforcement] + label::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPgoJPHN0eWxlPgoJCS5zMCB7IGZpbGw6IG5vbmU7c3Ryb2tlOiAjNWE5YWE4O3N0cm9rZS13aWR0aDogMiB9IAoJPC9zdHlsZT4KCTxwYXRoIGNsYXNzPSJzMCIgZD0ibTE0LjY3IDUuMzNoLTkuMzRxLTAuNTMgMC0xLjAyIDAuMjEtMC40OSAwLjItMC44NiAwLjU3LTAuMzggMC4zOC0wLjU4IDAuODctMC4yIDAuNDktMC4yIDEuMDJ2MTguNjdxMCAwLjUzIDAuMiAxLjAyIDAuMiAwLjQ5IDAuNTggMC44NiAwLjM3IDAuMzggMC44NiAwLjU4IDAuNDkgMC4yIDEuMDIgMC4yaDE4LjY3cTAuNTMgMCAxLjAyLTAuMiAwLjQ5LTAuMiAwLjg3LTAuNTggMC4zNy0wLjM3IDAuNTctMC44NiAwLjIxLTAuNDkgMC4yMS0xLjAydi05LjM0Ii8+Cgk8cGF0aCBjbGFzcz0iczAiIGQ9Im0yNC42NyAzLjMzYzAuNTMtMC41MyAxLjI1LTAuODIgMi0wLjgyIDAuNzUgMCAxLjQ3IDAuMjkgMiAwLjgyIDAuNTMgMC41MyAwLjgyIDEuMjUgMC44MiAyIDAgMC43NS0wLjI5IDEuNDctMC44MiAybC0xMi42NyAxMi42Ny01LjMzIDEuMzMgMS4zMy01LjMzeiIvPgo8L3N2Zz4=) !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.type-of-matter .nf-field-element .nf-element[value=adoption] + label::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPgoJPHN0eWxlPgoJCS5zMCB7IGZpbGw6IG5vbmU7c3Ryb2tlOiAjNWE5YWE4O3N0cm9rZS13aWR0aDogMiB9IAoJPC9zdHlsZT4KCTxwYXRoIGNsYXNzPSJzMCIgZD0ibTI3Ljc5IDYuMTVxLTEuMDQtMS4wMy0yLjM4LTEuNTktMS4zNS0wLjU2LTIuODEtMC41Ni0xLjQ2IDAtMi44MSAwLjU2LTEuMzQgMC41Ni0yLjM4IDEuNTlsLTEuNDEgMS40MS0xLjQxLTEuNDFjLTEuMzgtMS4zOC0zLjI1LTIuMTUtNS4xOS0yLjE1LTEuOTQgMC0zLjgxIDAuNzctNS4xOSAyLjE1LTEuMzcgMS4zNy0yLjE0IDMuMjQtMi4xNCA1LjE4IDAgMS45NSAwLjc3IDMuODEgMi4xNCA1LjE5bDEuNDIgMS40MSAxMC4zNyAxMC4zOCAxMC4zNy0xMC4zOCAxLjQyLTEuNDFxMS4wMy0xLjAzIDEuNTktMi4zOCAwLjU1LTEuMzUgMC41Ni0yLjgxLTAuMDEtMS40Ni0wLjU2LTIuOC0wLjU2LTEuMzUtMS41OS0yLjM4eiIvPgo8L3N2Zz4=) !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.type-of-matter .nf-field-element .nf-element[value=paternity] + label::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPgoJPHN0eWxlPgoJCS5zMCB7IGZpbGw6IG5vbmU7c3Ryb2tlOiAjNWE5YWE4O3N0cm9rZS13aWR0aDogMiB9IAoJPC9zdHlsZT4KCTxwYXRoIGNsYXNzPSJzMCIgZD0ibTI2LjY3IDI4di0yLjY3cS0wLjAxLTEuMDYtMC40MS0yLjA0LTAuNDEtMC45OC0xLjE2LTEuNzMtMC43NS0wLjc1LTEuNzMtMS4xNS0wLjk4LTAuNDEtMi4wNC0wLjQxaC0xMC42NnEtMS4wNiAwLTIuMDQgMC40MS0wLjk4IDAuNC0xLjczIDEuMTUtMC43NSAwLjc1LTEuMTYgMS43My0wLjQgMC45OC0wLjQxIDIuMDR2Mi42NyIvPgoJPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGFzcz0iczAiIGQ9Im0xNiAxNC42N2MtMi45NSAwLTUuMzMtMi4zOS01LjMzLTUuMzQgMC0yLjk1IDIuMzgtNS4zMyA1LjMzLTUuMzMgMi45NSAwIDUuMzMgMi4zOCA1LjMzIDUuMzMgMCAyLjk1LTIuMzggNS4zNC01LjMzIDUuMzR6Ii8+Cjwvc3ZnPg==) !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.type-of-matter .nf-field-element .nf-element[value=marital-agreements] + label::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPgoJPHN0eWxlPgoJCS5zMCB7IGZpbGw6IG5vbmU7c3Ryb2tlOiAjNWE5YWE4O3N0cm9rZS13aWR0aDogMiB9IAoJPC9zdHlsZT4KCTxwYXRoIGNsYXNzPSJzMCIgZD0ibTE4LjY3IDIuNjdoLTEwLjY3cS0wLjUzIDAtMS4wMiAwLjItMC40OSAwLjItMC44NyAwLjU4LTAuMzcgMC4zNy0wLjU3IDAuODYtMC4yMSAwLjQ5LTAuMjEgMS4wMnYyMS4zNHEwIDAuNTMgMC4yMSAxLjAyIDAuMiAwLjQ5IDAuNTcgMC44NiAwLjM4IDAuMzggMC44NyAwLjU4IDAuNDkgMC4yIDEuMDIgMC4yaDE2cTAuNTMgMCAxLjAyLTAuMiAwLjQ5LTAuMiAwLjg3LTAuNTggMC4zNy0wLjM3IDAuNTctMC44NiAwLjIxLTAuNDkgMC4yMS0xLjAydi0xNnoiLz4KCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xhc3M9InMwIiBkPSJtMTguNjcgMi42N3Y4aDgiLz4KCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xhc3M9InMwIiBkPSJtMjEuMzMgMTcuMzNoLTEwLjY2Ii8+Cgk8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsYXNzPSJzMCIgZD0ibTIxLjMzIDIyLjY3aC0xMC42NiIvPgo8L3N2Zz4=) !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.type-of-matter .nf-field-element .nf-element[value=appeals] + label::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZwogIHdpZHRoPSIzMiIKICBoZWlnaHQ9IjMyIgogIHZpZXdCb3g9IjAgMCAzMiAzMiIKICBmaWxsPSJub25lIgogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKPgogIDwhLS0gU3RvcHdhdGNoIGJvZHkgKG1heGltaXplZCBidXQgc2FmZSBmcm9tIGNsaXBwaW5nKSAtLT4KICA8Y2lyY2xlCiAgICBjeD0iMTYiCiAgICBjeT0iMjAiCiAgICByPSIxMCIKICAgIHN0cm9rZT0iIzVGQTNBRCIKICAgIHN0cm9rZS13aWR0aD0iMiIKICAvPgoKICA8IS0tIFRvcCBidXR0b24gLS0+CiAgPHJlY3QKICAgIHg9IjEyIgogICAgeT0iMyIKICAgIHdpZHRoPSI4IgogICAgaGVpZ2h0PSI2IgogICAgcng9IjEuNSIKICAgIHN0cm9rZT0iIzVGQTNBRCIKICAgIHN0cm9rZS13aWR0aD0iMiIKICAvPgoKICA8IS0tIENsb2NrIGhhbmQgLS0+CiAgPHBhdGgKICAgIGQ9Ik0xNiAyMFYxMyIKICAgIHN0cm9rZT0iIzVGQTNBRCIKICAgIHN0cm9rZS13aWR0aD0iMiIKICAgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIKICAvPgo8L3N2Zz4=) !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-body .nf-field-container.type-of-matter .nf-field-element .nf-element[value=other] + label::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDYwIDUyIiB3aWR0aD0iNjAiIGhlaWdodD0iNTIiPgoJPGRlZnM+CgkJPGNsaXBQYXRoIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBpZD0iY3AxIj4KCQkJPHBhdGggZD0ibTEuNTMgMS41N2g0Ny4xNHY0NC40M2gtNDcuMTR6Ii8+CgkJPC9jbGlwUGF0aD4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDIiPgoJCQk8cGF0aCBkPSJtNDAuNjcgMThoMTcuODZ2MzIuNTdoLTE3Ljg2eiIvPgoJCTwvY2xpcFBhdGg+Cgk8L2RlZnM+Cgk8c3R5bGU+CgkJLnMwIHsgZmlsbDogIzVhOWFhOCB9IAoJCS5zMSB7IGZpbGw6ICMwMDAwMDAgfSAKCTwvc3R5bGU+Cgk8cGF0aCBjbGFzcz0iczAiIGQ9Im0yOS4zMyAzMS45NGwtMi45OC0wLjAxIDAuMDMtMTIuNDJxMC0wLjA4LTAuMDYtMC4xNC0wLjA1LTAuMDUtMC4xMy0wLjA1aC04Ljg0di0yLjk5aDguODRjMC44NSAwIDEuNjQgMC4zNCAyLjI0IDAuOTQgMC42IDAuNTkgMC45MyAxLjQgMC45MyAyLjI1eiIvPgoJPHBhdGggY2xhc3M9InMwIiBkPSJtMzIuNjYgMzMuNDNoLTkuMWMtMS43NSAwLTMuMTYtMS40Mi0zLjE2LTMuMTd2LTEyLjQzaDIuOTh2MTIuNDNjMCAwLjEgMC4wOCAwLjE5IDAuMTggMC4xOWg5LjF6Ii8+Cgk8cGF0aCBjbGFzcz0iczAiIGQ9Im0yNC41MSAxNS41NmMtMi40NyAwLTQuNDgtMi4wMS00LjQ4LTQuNDkgMC0yLjQ3IDIuMDEtNC40OSA0LjQ4LTQuNDkgMi40NyAwIDQuNDggMi4wMiA0LjQ4IDQuNDkgMCAyLjQ4LTIuMDEgNC40OS00LjQ4IDQuNDl6bTAtNS45OWMtMC44MiAwLTEuNSAwLjY3LTEuNSAxLjUgMCAwLjgzIDAuNjggMS41MSAxLjUgMS41MSAwLjgzIDAgMS41LTAuNjggMS41LTEuNTEgMC0wLjgzLTAuNjctMS41LTEuNS0xLjV6Ii8+Cgk8ZyBpZD0iQ2xpcC1QYXRoIiBjbGlwLXBhdGg9InVybCgjY3AxKSI+CgkJPGc+CgkJCTxwYXRoIGNsYXNzPSJzMCIgZD0ibTExLjczIDQ1LjcxcS0wLjk4IDAtMS44Ny0wLjQ3Yy0wLjYzLTAuMzItMS4xNy0wLjgxLTEuNTQtMS40MS0wLjQxLTAuNjQtMC42Mi0xLjM5LTAuNjItMi4xNnYtMy42aC0yLjI3Yy0yLjE0IDAtMy44OC0xLjc0LTMuODgtMy44OXYtMjguNzNjMC0yLjE0IDEuNzQtMy44OCAzLjg4LTMuODhoMzguMDNjMi4xNCAwIDMuODggMS43NCAzLjg4IDMuODh2MjguNzNjMCAyLjE1LTEuNzQgMy44OS0zLjg4IDMuODloLTE5LjU1bC05Ljg4IDYuOTFjLTAuNjMgMC40NC0xLjM3IDAuNjktMi4xMiAwLjcycS0wLjA5IDAuMDEtMC4xOCAwLjAxem0tNi4zLTQxLjE2Yy0wLjUgMC0wLjkgMC40MS0wLjkgMC45djI4LjczYzAgMC41IDAuNCAwLjkgMC45IDAuOWg1LjI1djYuNTljMCAwLjU3IDAuMzkgMC44NCAwLjU2IDAuOTMgMC4xNyAwLjA4IDAuNjEgMC4yNSAxLjA4LTAuMDdsNi4zNy00LjQ2aC0zLjA1di0yLjk5aDI3LjgyYzAuNSAwIDAuOS0wLjQgMC45LTAuOXYtMjguNzNjMC0wLjQ5LTAuNC0wLjktMC45LTAuOXoiLz4KCQk8L2c+Cgk8L2c+Cgk8cGF0aCBjbGFzcz0iczAiIGQ9Im00OC4xMiA0NS4xOGgtMTkuNjVjLTEuNzUgMC0zLjE4LTEuNDQtMy4xOC0zLjE5di0yLjY1aDIuOTl2Mi42NWMwIDAuMTEgMC4wOCAwLjIgMC4xOSAwLjJoMTkuNjV6Ii8+Cgk8ZmlsdGVyIGlkPSJmMCI+CgkJPGZlRmxvb2QgZmxvb2QtY29sb3I9IiM1YTlhYTgiIGZsb29kLW9wYWNpdHk9IjEiIC8+CgkJPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IlNvdXJjZUdyYXBoaWMiLz4KCQk8ZmVDb21wb3NpdGUgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImluIiAvPgoJPC9maWx0ZXI+Cgk8ZyBpZD0iQ2xpcC1QYXRoIiBjbGlwLXBhdGg9InVybCgjY3AyKSIgZmlsdGVyPSJ1cmwoI2YwKSI+CgkJPGc+CgkJCTxwYXRoIGNsYXNzPSJzMSIgZD0ibTUwLjg5IDUwLjU3Yy0wLjY2IDAtMS4zMi0wLjIxLTEuODgtMC42bC03LjI1LTUuMDYgMS43MS0yLjQ2IDcuMjUgNS4wN3EwLjE1IDAuMSAwLjMxIDAuMDIgMC4xNS0wLjA4IDAuMTUtMC4yNnYtNS4wOWg0LjE1YzAuMTEgMCAwLjItMC4wOSAwLjItMC4ydi0yMC4yOWMwLTAuMTEtMC4wOS0wLjItMC4yLTAuMmgtNi43OXYtMi45OGg2Ljc5YzEuNzYgMCAzLjE5IDEuNDIgMy4xOSAzLjE4djIwLjI5YzAgMS43NS0xLjQzIDMuMTktMy4xOSAzLjE5aC0xLjE2djIuMWMwIDEuMjMtMC42OCAyLjM0LTEuNzYgMi45MXEtMC43MyAwLjM4LTEuNTIgMC4zOHoiLz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==) !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-footer {
  margin-top: 10px;
  width: 100%;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-footer > div {
  width: 100%;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-footer .nf-next-previous {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-footer .nf-next-previous {
  display: flex;
  width: 100%;
  gap: 20px;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-footer .nf-next-previous::after {
  display: none;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-footer .nf-next-previous .nf-next-item,
.contact-section-with-form .form-content .nf-form-cont .nf-mp-footer .nf-next-previous .nf-previous-item {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-footer .nf-next-previous .nf-next-item::before, .contact-section-with-form .form-content .nf-form-cont .nf-mp-footer .nf-next-previous .nf-next-item::marker,
.contact-section-with-form .form-content .nf-form-cont .nf-mp-footer .nf-next-previous .nf-previous-item::before,
.contact-section-with-form .form-content .nf-form-cont .nf-mp-footer .nf-next-previous .nf-previous-item::marker {
  display: none !important;
  content: none !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-footer .nf-next-previous .nf-next-item {
  flex: 1;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-footer .nf-previous,
.contact-section-with-form .form-content .nf-form-cont .nf-mp-footer .nf-next {
  width: 100%;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: capitalize;
  height: 52px;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-footer .nf-previous {
  background: transparent;
  color: #5a9aa8;
  border: 2px solid #5a9aa8;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-footer .nf-previous:hover {
  color: #5a9aa8 !important;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-footer .nf-previous:hover {
  background: #f0f8fa;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-footer .nf-next {
  background: #d4705a;
  color: #fff;
  border: none;
}
.contact-section-with-form .form-content .nf-form-cont .nf-mp-footer .nf-next:hover {
  background: #c4604a;
}
.contact-section-with-form .attorney-office-note {
  background: #e8f4f6;
  border: 1px solid #5a9aa8;
  border-radius: 8px;
  padding: 12px 18px;
  margin-bottom: 20px;
  color: #3d7a87;
  font-size: 15px;
}
.contact-section-with-form .attorney-office-note.mismatch {
  color: #856404;
  background: #fff3cd;
  border: 1px solid #ffc107;
  margin-top: 20px;
}
.contact-section-with-form .button-group {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}
.contact-section-with-form .btn-primary {
  background: #c17f5e;
  color: #fff;
  border: none;
  padding: 16px 40px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease;
  flex: 1;
}
.contact-section-with-form .btn-primary:hover {
  background: #b26944;
}
.contact-section-with-form .btn-secondary {
  background: #f5f5f5;
  color: #333;
  border: 1px solid #ddd;
  padding: 16px 30px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.contact-section-with-form .btn-secondary:hover {
  background: #eee;
  border-color: #ccc;
}
.contact-section-with-form .form-row {
  display: flex;
  gap: 20px;
}
.contact-section-with-form .form-group {
  margin-bottom: 20px;
  flex: 1;
}
.contact-section-with-form .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}
.contact-section-with-form .form-group input[type=text],
.contact-section-with-form .form-group input[type=email],
.contact-section-with-form .form-group input[type=tel],
.contact-section-with-form .form-group textarea,
.contact-section-with-form .form-group select {
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.2s ease;
}
.contact-section-with-form .form-group input[type=text]:focus,
.contact-section-with-form .form-group input[type=email]:focus,
.contact-section-with-form .form-group input[type=tel]:focus,
.contact-section-with-form .form-group textarea:focus,
.contact-section-with-form .form-group select:focus {
  outline: none;
  border-color: #6b9ba8;
}
.contact-section-with-form .form-group textarea {
  resize: vertical;
  min-height: 80px;
}
.contact-section-with-form .char-counter {
  font-size: 12px;
  color: #999;
  text-align: right;
  margin-top: 5px;
}
.contact-section-with-form .privacy-note {
  text-align: center;
  font-size: 13px;
  color: #666;
  margin-top: 20px;
}
.contact-section-with-form .privacy-note a {
  color: #6b9ba8;
  text-decoration: underline;
}
.contact-section-with-form .sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 32.5%;
}
.contact-section-with-form .sidebar-card {
  background: white;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.contact-section-with-form .sidebar-card h3 {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 12px;
  font-weight: 600;
  color: #5a9aa8;
}
.contact-section-with-form .sidebar-card ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.contact-section-with-form .sidebar-card ul {
  font-size: 14px;
}
.contact-section-with-form .sidebar-card ul li {
  list-style: none !important;
  list-style-type: none !important;
  margin-left: 0 !important;
  padding-left: 20px !important;
}
.contact-section-with-form .sidebar-card ul li {
  padding: 8px 0;
  font-size: 14px;
  color: #555;
}
.contact-section-with-form .sidebar-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #6b9ba8;
  font-weight: bold;
  font-size: 14px;
}
.contact-section-with-form .sidebar-card ul li::marker {
  display: none !important;
  content: none !important;
}
.contact-section-with-form .sidebar-card ul li:last-child {
  border-bottom: none;
}
.contact-section-with-form .sidebar-card .contact-method {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
.contact-section-with-form .sidebar-card .contact-method:hover {
  border-color: #5a9aa8;
  background: #f0f8fa;
}
.contact-section-with-form .sidebar-card .contact-icon {
  width: 50px;
  height: 50px;
  background: #5a9aa8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  flex-shrink: 0;
}
.contact-section-with-form .sidebar-card .contact-icon img, .contact-section-with-form .sidebar-card .contact-icon svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-section-with-form .sidebar-card .contact-icon svg {
  stroke: #fff;
}
.contact-section-with-form .sidebar-card--alt {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
}
.contact-section-with-form .sidebar-card--alt h3 {
  font-size: 16px;
}
.contact-section-with-form .contact-info h4 {
  margin: 0 0 5px 0;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}
.contact-section-with-form .contact-info p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  padding: 0;
}
.contact-section-with-form .contact-info p.contact-cta {
  color: #5a9aa8;
  font-weight: bold;
}
.contact-section-with-form .locations-desc {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
  margin-bottom: 15px;
  padding: 0;
}
.contact-section-with-form .office-selector {
  position: relative;
}
.contact-section-with-form .office-selector select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  color: #000;
  height: auto;
}
.contact-section-with-form .office-selector select:focus {
  outline: none;
  border-color: #6b9ba8;
}
.contact-section-with-form .office-selector::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 18px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
}
.contact-section-with-form .office-selector .quick-office-view {
  display: block;
  margin-top: 15px;
  padding: 15px;
  background: rgb(249, 249, 249);
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.6;
}
.contact-section-with-form .office-selector .quick-office-view .office-title {
  color: #333;
  font-size: 15px;
  display: block;
}
.contact-section-with-form .office-selector .quick-office-view .office-address {
  display: block;
}
.contact-section-with-form .office-selector .quick-office-view .office-phone-wrap {
  color: #555;
}
.contact-section-with-form .office-selector .quick-office-view .office-phone-wrap strong {
  color: #5a9aa8;
}
.contact-section-with-form .disclaimer-box {
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-left: 4px solid #ffc107;
  padding: 20px;
  border-radius: 4px;
  margin: 20px;
  font-size: 13px;
}
.contact-section-with-form .disclaimer-box h4 {
  color: #856404 !important;
  margin-bottom: 10px !important;
  font-size: 14px !important;
  padding: 0 !important;
}
.contact-section-with-form .disclaimer-box p {
  color: #856404 !important;
  margin-bottom: 8px !important;
  line-height: 1.5 !important;
  font-size: 13px !important;
  padding: 0 !important;
}
.contact-section-with-form .disclaimer-box p:last-child {
  margin-bottom: 0 !important;
}
.contact-section-with-form .terms-box {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px;
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}
.contact-section-with-form .terms-box strong {
  font-size: 14px;
  color: #333;
}
.contact-section-with-form .terms-box p {
  margin: 0 0 10px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  padding: 0 !important;
}
.contact-section-with-form .terms-box p:last-child {
  margin-bottom: 0 !important;
}
.contact-section-with-form .terms-box a {
  color: #6b9ba8;
  text-decoration: underline;
}
.contact-section-with-form .terms-box a:hover {
  text-decoration: none;
}

.wp-block-columns .contact-section-with-form {
  margin-top: -50px;
}

.md-nf-success-contact .contact-section-with-form {
  background: #6c9ba9;
}
.md-nf-success-contact .contact-section-with-form .form-card {
  margin: 0 auto;
}
.md-nf-success-contact .contact-section-with-form .form-card .form-header {
  display: none;
}
.md-nf-success-contact .contact-section-with-form .form-card .expectation-text {
  display: none;
}
.md-nf-success-contact .contact-section-with-form .sidebar {
  display: none;
}
@media only screen and (max-width: 1000px){
  .wp-block-columns .contact-section-with-form {
    margin-top: -75px;
  }
}
@media (max-width: 991px){
  .contact-section-with-form .contact-section-with-form__hero h1 {
    font-size: 36px;
  }
  .contact-section-with-form .value-props {
    gap: 40px;
  }
  .contact-section-with-form .issue-tiles {
    grid-template-columns: repeat(3, 1fr);
  }
  .contact-section-with-form .sidebar-card .contact-method {
    gap: 10px;
    padding: 10px;
  }
  .contact-section-with-form .sidebar-card .contact-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .contact-section-with-form .sidebar-card .contact-icon img, .contact-section-with-form .sidebar-card .contact-icon svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px){
  .contact-section-with-form .contact-section-with-form__hero h1 {
    font-size: 28px;
  }
  .contact-section-with-form .contact-section-with-form__hero .hero__description {
    font-size: 16px;
  }
  .contact-section-with-form .value-props {
    gap: 25px;
    flex-direction: column;
    align-items: center;
  }
  .contact-section-with-form .value-prop-icon img,
  .contact-section-with-form .value-prop-icon svg {
    width: 24px;
    height: 24px;
  }
  .contact-section-with-form .main-container {
    margin: 20px auto 40px;
  }
  .contact-section-with-form .form-card {
    width: 100%;
  }
  .contact-section-with-form .form-card {
    padding: 25px 20px;
    border-radius: 8px;
  }
  .contact-section-with-form .form-header h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .contact-section-with-form .issue-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-section-with-form .form-content .nf-form-cont .submit-container {
    width: calc(100% - 100px);
  }
  .contact-section-with-form .form-content .nf-form-cont .submit-wrap input[type=submit] {
    padding: 12px 20px;
    font-size: 16px;
  }
  .contact-section-with-form .form-content .nf-form-cont .nf-mp-header .nf-breadcrumbs {
    gap: 30px;
  }
  .contact-section-with-form .form-content .nf-form-cont .nf-mp-footer .nf-previous,
  .contact-section-with-form .form-content .nf-form-cont .nf-mp-footer .nf-next {
    padding: 12px 20px;
    height: 48px;
    font-size: 16px;
  }
  .contact-section-with-form .sidebar {
    width: 100%;
  }
  .contact-section-with-form .terms-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px){
  .contact-section-with-form .step-indicator {
    gap: 20px;
  }
  .contact-section-with-form .location-tiles {
    grid-template-columns: 1fr;
  }
  .contact-section-with-form .issue-tiles {
    grid-template-columns: 1fr;
  }
  .contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listradio-wrap .nf-field-element ul,
  .contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .listcheckbox-wrap .nf-field-element ul,
  .contact-section-with-form .form-content .nf-form-cont .listradio-container:not(.preferred-contact-method) .list-radio-wrap .nf-field-element ul,
  .contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listradio-wrap .nf-field-element ul,
  .contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .listcheckbox-wrap .nf-field-element ul,
  .contact-section-with-form .form-content .nf-form-cont .listcheckbox-container .list-radio-wrap .nf-field-element ul {
    grid-template-columns: 1fr;
  }
  .contact-section-with-form .form-content .nf-form-cont .nf-mp-header .nf-breadcrumbs {
    gap: 20px;
  }
  .contact-section-with-form .form-content .nf-form-cont .nf-mp-header .nf-breadcrumbs li .nf-breadcrumb::before {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .contact-section-with-form .form-row {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 450px){
  .contact-section-with-form .form-content .nf-form-cont .final-confirmation .what-happen-timeline .main-content .separator-line {
    flex: 0 0 10px;
  }
}

/*# sourceMappingURL=style-index.css.map*/