.contact .text--title {
  text-align: left;
  margin-bottom: 0;
}
.contact .section--hero {
  min-height: 200px;
  position: relative;
  margin: -0.8rem -2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 375px) {
  .contact .section--hero {
    margin: -1rem -2.5rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .contact .section--hero {
    margin: -1.5rem -3rem;
    min-height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .contact .section--hero {
    min-height: 300px;
    margin: -1rem -4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .contact .section--hero {
    margin: -2rem -6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .contact .section--hero {
    margin-left: -8rem;
    margin-right: -8rem;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .contact .section--hero {
    margin-left: -10rem;
    margin-right: -10rem;
    min-height: 350px;
  }
}
@media only screen and (min-width: 1900px) {
  .contact .section--hero {
    margin: -3rem -14rem;
  }
}
@media only screen and (min-width: 2500px) {
  .contact .section--hero {
    margin: -5rem -16rem;
    min-height: 450px;
  }
}
.contact .section--hero .text--title {
  color: white;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .contact .section--hero .text--title {
    font-size: 4.6rem;
  }
}
@media only screen and (min-width: 1900px) {
  .contact .section--hero .text--title {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 2500px) {
  .contact .section--hero .text--title {
    font-size: 5.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact .section--one {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .contact .section--one {
    max-width: 70%;
  }
}
@media only screen and (min-width: 1280px) {
  .contact .section--one {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .contact .section--one {
    margin-top: 30rem;
  }
}
@media only screen and (min-width: 1900px) {
  .contact .section--one {
    max-width: 50%;
    margin-top: 45rem;
  }
}
@media only screen and (min-width: 2500px) {
  .contact .section--one {
    margin-top: 40rem;
  }
}
.contact .section--one .contact__form input:focus,
.contact .section--one .contact__form textarea:focus {
  outline: none;
  border: 2px solid #005d9a;
}
.contact .section--one .contact-form__btn {
  background-color: #005991;
  padding: 10px 15px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 20px;
  transition: ease all 0.55s;
}
.contact .section--one .contact-form__btn:hover {
  background-color: #1FB3E2;
}
.contact .section--one .form-status__container {
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 500;
}
.contact .section--one .form-status__container.form-status--success {
  background-color: #e9fce9;
  border: 1px solid #189b18;
}
.contact .section--one .form-status__container.form-status--error {
  background-color: #ffe5e5;
  border: 1px solid #b30000;
}
.contact .section--one .form-status__container .text {
  padding: 20px 10px;
}
.contact .section--two {
  padding: 5rem 1rem;
  margin-left: -2rem;
  margin-right: -2rem;
  display: flex;
  border-top: 3px solid #005991;
  border-bottom: 3px solid #005991;
  flex-direction: column;
}
@media only screen and (min-width: 375px) {
  .contact .section--two {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .contact .section--two {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact .section--two {
    margin-right: -4rem;
    margin-left: -4rem;
    padding: 7rem 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .contact .section--two {
    margin-right: -6rem;
    margin-left: -6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .contact .section--two {
    margin-right: -8rem;
    margin-left: -8rem;
    padding: 9rem 6rem;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .contact .section--two {
    margin-right: -10rem;
    margin-left: -10rem;
  }
}
@media only screen and (min-width: 1900px) {
  .contact .section--two {
    margin-right: -14rem;
    margin-left: -14rem;
  }
}
@media only screen and (min-width: 2500px) {
  .contact .section--two {
    margin-right: -16rem;
    margin-left: -16rem;
  }
}
.contact .section--two .container {
  position: relative;
}
.contact .section--two .badge__img {
  display: none;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .contact .section--two .badge__img {
    display: block;
    width: 150px;
    left: 0;
    top: -40%;
  }
}
@media only screen and (min-width: 1280px) {
  .contact .section--two .badge__img {
    top: -75%;
  }
}
@media only screen and (min-width: 1900px) {
  .contact .section--two .badge__img {
    width: 200px;
  }
}
@media only screen and (min-width: 2500px) {
  .contact .section--two .badge__img {
    top: -60%;
  }
}
.contact .section--two .text--title {
  text-align: left;
  font-weight: 300;
  letter-spacing: -0.8px;
}
.contact .section--two.bg--grey {
  background-color: #f7f6f7;
}
.contact .section--two .bg--black {
  background-color: #1a1a1a;
}
.contact .section--two .bg--black .text {
  color: white;
}
.contact .section--two .locations__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .contact .section--two .locations__container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.contact .section--two .location__container {
  display: flex;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .contact .section--two .location__container {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .contact .section--two .location__container {
    flex: 0 0 33%;
  }
}
.contact .section--two .location__container .map-icon {
  font-size: 4rem;
  color: #005991;
  margin-top: auto;
  transition: ease all 0.4s;
}
@media only screen and (min-width: 1280px) {
  .contact .section--two .location__container .map-icon {
    font-size: 6rem;
  }
}
.contact .section--two .location__container .map-icon:hover {
  transform: scale(112%);
  color: #1FB3E2;
}
.contact .section--two .location__container .location__container-detail {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}
.contact .section--two .location__container .location__container-detail .title {
  font-size: 2.2rem;
  border-bottom: 1px solid #1FB3E2;
  margin-bottom: 5px;
}
.contact .section--two .location__container .location__container-detail address {
  font-style: normal;
}
.contact .section--two .location__container .location__container-detail .address {
  font-size: 1.8rem;
}
@media only screen and (min-width: 2500px) {
  .contact .section--two .location__container .location__container-detail .address {
    font-size: 2rem;
  }
}
.contact .section--two .location__container .location__container-detail .address:last-child {
  margin-bottom: 5px;
}
.contact .section--two .location__container .location__container-detail .location__link-container {
  display: flex;
  font-size: 1.6rem;
}
@media only screen and (min-width: 2500px) {
  .contact .section--two .location__container .location__container-detail .location__link-container {
    font-size: 1.8rem;
  }
}
.contact .section--two .location__container .location__container-detail .location__link-container .location__link-icon {
  margin-right: 8px;
  color: #1FB3E2;
}
.contact .section--two .location__container .location__container-detail .location__link-container .location__link {
  text-decoration: none;
  color: black;
  line-height: 2.1;
  transition: ease all 0.55s;
}
.contact .section--two .location__container .location__container-detail .location__link-container .location__link:hover {
  color: #1FB3E2;
}
.contact .section--three {
  padding: 0 1rem 5rem;
  margin-left: -2rem;
  margin-right: -2rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 375px) {
  .contact .section--three {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .contact .section--three {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact .section--three {
    margin-right: -4rem;
    margin-left: -4rem;
    padding: 0 4rem 7rem;
  }
}
@media only screen and (min-width: 1024px) {
  .contact .section--three {
    margin-right: -6rem;
    margin-left: -6rem;
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 1280px) {
  .contact .section--three {
    margin-right: -8rem;
    margin-left: -8rem;
    padding: 0 6rem 9rem;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .contact .section--three {
    margin-right: -10rem;
    margin-left: -10rem;
  }
}
@media only screen and (min-width: 1900px) {
  .contact .section--three {
    margin-right: -14rem;
    margin-left: -14rem;
  }
}
@media only screen and (min-width: 2500px) {
  .contact .section--three {
    margin-right: -16rem;
    margin-left: -16rem;
  }
}
.contact .section--three .text--title {
  text-align: left;
  font-weight: 300;
  letter-spacing: -0.8px;
}
.contact .section--three .emails__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .contact .section--three .emails__container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.contact .section--three .email {
  margin-top: 20px;
  flex: 0 0 33%;
}
@media only screen and (min-width: 1024px) {
  .contact .section--three .email {
    margin-right: 50px;
  }
}
.contact .section--three .email .title {
  font-size: 2.2rem;
  border-bottom: 1px solid #1FB3E2;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .contact .section--three .email .title {
    max-width: 85%;
  }
}
@media only screen and (min-width: 1900px) {
  .contact .section--three .email .title {
    max-width: 70%;
  }
}
@media only screen and (min-width: 3000px) {
  .contact .section--three .email .title {
    max-width: 60%;
  }
}
.contact .section--three .email .email__link-container {
  display: flex;
  font-size: 1.8rem;
}
@media only screen and (min-width: 2500px) {
  .contact .section--three .email .email__link-container {
    font-size: 2rem;
  }
}
.contact .section--three .email .email__link-container .email__link-icon {
  margin-right: 8px;
  color: #1FB3E2;
}
.contact .section--three .email .email__link-container .email__link {
  text-decoration: none;
  color: black;
  line-height: 1.7;
  transition: ease all 0.55s;
}
.contact .section--three .email .email__link-container .email__link:hover {
  color: #1FB3E2;
}
.contact .slide-enter-active {
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
.contact .slide-leave-active {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.contact .slide-enter-to, .contact .slide-leave-from {
  max-height: 200px;
  overflow: hidden;
}
.contact .slide-enter-from, .contact .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}