section#default-content {
  margin-top: 9rem;
  margin-bottom: 4rem;
}
section#default-content a {
  color: #5a80c6;
  font-weight: 800;
}
section#default-content a:hover {
  text-decoration: underline;
}
section#default-content .section-after-title--title {
  padding-top: 8rem;
}
section#default-content .section-after-title--title-header {
  font-family: "Ubuntu", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
  color: #5a80c6;
}
section#default-content .section-after-title--box.maincolor-border {
  border: 0.1rem solid #5a80c6;
  padding: 2rem;
  margin-bottom: 4rem;
  margin-top: 3rem;
}
section#default-content .section-after-title--box--title p {
  color: #1a2421;
  font-size: 2.2rem;
  font-weight: 700;
}
section#default-content .section-after-title--box--content p {
  color: #5a80c6;
  font-size: 1.9rem;
  line-height: 2rem;
  margin-bottom: 0;
  font-weight: 500;
}
section#default-content .section-title {
  position: relative;
}
section#default-content .section-title .watermark {
  position: absolute;
  z-index: -9;
  left: -14rem;
  top: -9rem;
}
section#default-content .section-title .watermark img {
  width: 100%;
}
section#default-content .section-title h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
}
section#default-content .section-title h2:after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  display: block;
  max-width: 41rem;
  width: 100%;
  border-bottom: 0.1rem dashed #1a2421;
}
section#default-content .section-content {
  margin-top: 4rem;
}
section#default-content .section-content .desc {
  font-size: 1.8rem;
}

section#contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/Icon-awesome-chevron-down.svg");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 2.5rem;
}
@media (max-width: 1280px) {
  section#contact-form form {
    margin-left: 0;
  }
}
section#contact-form .container .description {
  color: #4F4F4F;
  font-size: 1.8rem;
  line-height: 4rem;
  font-weight: 400;
  margin-bottom: 4rem;
  margin-top: -3rem;
}
@media (max-width: 1280px) {
  section#contact-form .container .row .contact-form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 968px) {
  section#contact-form .container .row .contact-form .field {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section#contact-form .container .row label {
  width: 100%;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.7rem;
  color: #5a80c6;
}
section#contact-form .container .row label .wpcf7-not-valid-tip {
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.7rem;
  margin-top: -1.5rem;
  color: #dc3232;
  display: block;
}
section#contact-form .container .row label span {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #5a80c6;
  font-size: 1.8rem;
  line-height: 4rem;
}
section#contact-form .container .row label input {
  margin: 2.5rem 0;
  padding: 1.1rem 0 1.1rem 3.3rem;
  display: inline-block;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #707070;
  font-size: 1.8rem;
  line-height: 4rem;
  border: 0.1rem solid #707070;
}
section#contact-form .container .row label input:focus {
  outline: none;
}
section#contact-form .container .row label select {
  padding: 1.1rem 0 1.1rem 3.3rem;
  margin: 2.5rem 0;
  display: inline-block;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #707070;
  font-size: 1.8rem;
  line-height: 4rem;
  border: 0.1rem solid #707070;
}
section#contact-form .container .row label select:focus {
  outline: none;
}
section#contact-form .container .row label textarea {
  padding: 1.1rem 0 1.1rem 3.3rem;
  margin: 2.5rem 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #707070;
  font-size: 1.8rem;
  line-height: 4rem;
  border: 0.1rem solid #707070;
  height: 20rem;
}
section#contact-form .container .row label textarea:focus {
  outline: none;
}
section#contact-form .container .row .button-submit {
  text-align: center;
  display: inline-block;
  width: 100%;
}
section#contact-form .container .row .button-submit input[type=submit] {
  background-color: white;
  padding: 1.6rem;
  color: #1a2421;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3rem;
  border: 0.1rem solid #1a2421;
  width: 100%;
  max-width: 45rem;
}
section#contact-form .container .row .button-submit input[type=submit]:hover {
  background-color: #1a2421;
  color: white;
}
section#contact-form .container .row .button-submit input[type=submit]:focus {
  outline: none;
}
section .wpcf7 .ajax-loader {
  position: absolute;
  right: 4.5rem;
  margin-top: 2rem;
}
