.contact-section {
  background-color: #fff;
  overflow: hidden;
  max-width: 1920px;
  margin-inline: auto;
  border-bottom: 1px solid #BABABA;
}
.contact-section .contact-image {
  height: 100%;
  background-color: #e0e0e0;
  width: 100%;
  max-height: 400px;
}
@media (min-width: 992px) {
  .contact-section .contact-image {
    min-height: 100%;
  }
}
.contact-section .contact-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contact-section .btn-navy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-section .form-note {
  font-size: 0.875rem;
  color: #0D2137;
}
.contact-section .label-text {
  font-weight: 400;
}
.contact-section .contact-form-wrap {
  padding: 3.75rem 1.5rem;
  background-color: #fbfbfb;
}
@media (min-width: 768px) {
  .contact-section .contact-form-wrap {
    padding: 4.5rem 3rem;
  }
}
@media (min-width: 1200px) {
  .contact-section .contact-form-wrap {
    padding: 6rem 4.5rem;
  }
}
.contact-section .contact-heading {
  margin-bottom: 1.5625rem;
}
@media (min-width: 992px) {
  .contact-section .contact-heading {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .contact-section .contact-heading {
    font-size: 2.625rem;
    margin-bottom: 1.875rem;
  }
}
.contact-section .contact-subtext {
  color: #575757;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .contact-section .contact-subtext {
    font-size: 1.375rem;
  }
}
.contact-section .contact-note {
  color: #949494;
  font-size: 0.8125rem;
  margin-bottom: 2.25rem;
}
.contact-section .contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 3.125rem;
  max-width: 747px;
}
@media (min-width: 768px) {
  .contact-section .contact-form {
    margin-top: 4.375rem;
    gap: 2.5rem;
  }
}
.contact-section .contact-form .form-row {
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .contact-section .contact-form .form-row {
    gap: 0rem;
  }
}
.contact-section .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.contact-section .form-label {
  font-size: 1rem;
  font-weight: 500;
  color: #0d2137;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 0.1875rem;
}
@media (min-width: 1200px) {
  .contact-section .form-label {
    font-size: 1.125rem;
  }
}
.contact-section .form-label .form-optional {
  color: rgb(148, 148, 148);
}
.contact-section .required {
  color: #0d2137;
  margin-left: 0px;
}
.contact-section .form-optional {
  font-weight: 400;
  color: #949494;
  text-transform: none;
  letter-spacing: 0;
}
.contact-section .form-input {
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #c5c9d0;
  outline: none;
  font-size: 0.875rem;
  color: #0d2137;
  width: 100%;
  -webkit-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  line-height: 1.8;
}
.contact-section .form-input::-webkit-input-placeholder {
  font-family: var(--font-secondary);
}
.contact-section .form-input::-moz-placeholder {
  font-family: var(--font-secondary);
}
.contact-section .form-input:-ms-input-placeholder {
  font-family: var(--font-secondary);
}
.contact-section .form-input::-ms-input-placeholder {
  font-family: var(--font-secondary);
}
.contact-section .form-input::placeholder {
  font-family: var(--font-secondary);
}
.contact-section .form-input::-webkit-input-placeholder {
  color: #b0b5bd;
}
.contact-section .form-input::-moz-placeholder {
  color: #b0b5bd;
}
.contact-section .form-input:-ms-input-placeholder {
  color: #b0b5bd;
}
.contact-section .form-input::-ms-input-placeholder {
  color: #b0b5bd;
}
.contact-section .form-input::placeholder {
  color: #b0b5bd;
}
.contact-section .form-input:focus {
  border-bottom-color: #25d366;
}
.contact-section .form-select-input {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M0.353516 0.353516L5.35352 5.35352L10.3535 0.353516' stroke='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right 4px center;
  padding-right: 24px;
}
.contact-section .form-select-input option {
  color: #0d2137;
}
.contact-section .form-field--submit {
  margin-top: 0.5rem;
}
.contact-section .form-submit-btn {
  font-size: 0.9375rem;
  padding: 14px 32px;
  border: none;
}
.contact-section .form-submit-btn .arrow {
  max-width: 18px;
}
.contact-section .form-submit-btn .arrow svg {
  width: 100%;
  height: 100%;
}