body {
  float: left;
  width: 100%;
}

#masthead {
  position: relative;
  z-index: 1;
}
#masthead .site-branding {
  position: absolute;
  margin-top: 10px;
}
#masthead .site-branding a img {
  width: 272px;
}

.form-section {
  background-image: url("../images/home-pic.webp");
  padding-top: 150px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 160px;
  overflow: hidden;
}
.form-section:before {
  --background-overlay: "";
  background-color: rgba(0, 0, 0, 0.637);
  content: " ";
  content: var(--background-overlay);
  display: block;
  position: absolute;
  mix-blend-mode: normal;
  opacity: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.form-section h3 {
  text-align: center;
  font-size: 34px;
}
.form-section .left {
  color: white;
}
.form-section .left h4 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
  margin-top: 60px;
}
.form-section .left h5 {
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.form-section .left p {
  line-height: 1.8;
}
.form-section .right form {
  background-color: white;
  padding: 40px;
  padding-bottom: 60px;
  border-radius: 25px;
}
.form-section .right form label {
  color: black;
  margin-bottom: 0.5rem;
  font-size: 15px;
  line-height: inherit;
  cursor: pointer;
  margin: 0 0 0.5em 0;
}
.form-section .right form select,
.form-section .right form input {
  border-color: black;
  background-color: white;
  color: #000000;
  font-size: 24px;
  height: 2.5em;
  width: 100%;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.form-section .right form .next {
  color: white;
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}
.form-section .right form .back {
  text-decoration: none;
  font-size: 20px;
  padding: 6px 11px;
  background-color: #f8f9fa;
  font-weight: bold;
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.form-section .right form .back:hover {
  background-color: #d3d4d5;
}
.form-section .right form .back svg {
  width: 20px;
}
.form-section .right form input.wpcf7-submit {
  color: white;
  float: right;
  display: block;
  color: #fff;
  background-color: #198754;
  border-color: #198754;
  font-size: 16px;
  width: auto;
}
.form-section .right form input.wpcf7-submit:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}/*# sourceMappingURL=style.css.map */