#contact .hero {
  position: relative;
}
#contact .hero .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 250px;
  margin-bottom: 120px;
  max-width: 1230px;
  align-items: flex-end;
}
#contact .hero h1 {
  color: #1E2859;
  font-family: "kepler-std-display";
  font-weight: 300;
  font-size: 160px;
  line-height: 140px;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: clip-path 0.75s linear;
}
#contact .hero h2 {
  padding-left: 30px;
  font-size: 33px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.33px;
  color: #2E3F57;
  position: relative;
  margin-bottom: 32px;
}
#contact .hero h2::before {
  width: 9px;
  height: 9px;
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  background: #4A8CCC;
}
#contact .hero.in-view h1 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#contact .s1 {
  aspect-ratio: 1920/667;
  min-height: 250px;
  background: url(/i/contact-hero.jpg) no-repeat center/cover;
  width: 100%;
}
#contact .s2 {
  background: #ECEFF9;
  padding-top: 7.5rem;
}
#contact .s2 .content {
  max-width: 1230px;
}
#contact .s2 .wrap {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
#contact .s2 .wrap .left {
  max-width: 732px;
}
#contact .s2 .wrap .left h2 {
  font-family: "kepler-std-display";
  font-style: normal;
  font-weight: 300;
  font-size: 4rem;
  line-height: 1em;
  color: #2E3F57;
  margin-bottom: 2rem;
}
#contact .s2 .wrap .left h3 {
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 300;
  font-size: 1.65rem;
  line-height: 1.3em;
  color: #2E3F57;
}
#contact .s2 .wrap .left h3 span {
  color: #4D8CCA;
  font-weight: 400;
}
#contact .s2 .wrap .right {
  padding-top: 3rem;
}
#contact .s2 .wrap .right a {
  font-size: 1.05rem;
  line-height: 1.5em;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  color: #2E3F57;
  transition: color 0.3s ease;
}
#contact .s2 .wrap .right a:hover {
  color: #4D8CCA;
}
#contact .map-section {
  position: relative;
  height: 100vh;
  background: #ECEFF9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#contact .map-section .map {
  position: absolute;
  width: 100%;
  height: 100%;
}
#contact .map-section .map .img {
  width: 100%;
  height: 100%;
  background: url(/i/map2.png) no-repeat center/cover;
}
#contact .map-section .map .pin {
  display: block;
  width: 43px;
  height: 60px;
  background: url(/i/location_pin.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#contact .map-section .map::before,
#contact .map-section .map::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
#contact .map-section .map::before {
  background-image: url(/i/bracket-top.svg);
  top: -30px;
  left: -30px;
}
#contact .map-section .map::after {
  background-image: url(/i/bracket-bottom.svg);
  bottom: -30px;
  right: -30px;
}
#contact .s3 {
  padding: 7.5rem 0;
  position: relative;
  background: linear-gradient(0deg, rgba(52, 57, 79, 0.7) 0%, rgba(52, 57, 79, 0.7) 100%), url(/i/contact-form.jpg) lightgray 50%/cover no-repeat fixed;
  background-blend-mode: multiply, normal;
}
#contact .s3 .content {
  max-width: 1020px;
  position: relative;
  z-index: 1;
}
#contact .s3 form {
  width: 100%;
}
#contact .s3 form input.hidhp {
  display: none;
}
#contact .s3 form label {
  display: inline-block;
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 300;
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
}
#contact .s3 form label::after {
  content: "*";
  display: block;
  position: absolute;
  right: -10px;
  top: -5px;
}
#contact .s3 form .row {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
#contact .s3 form .row > div {
  width: 50%;
}
#contact .s3 form input {
  display: block;
  width: 100%;
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  padding: 1rem;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 5px;
  border: 1px solid rgba(160, 184, 211, 0.25);
  background: rgba(255, 255, 255, 0.05);
  appearance: none;
  -webkit-appearance: none;
}
#contact .s3 form ::placeholder {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.6);
}
#contact .s3 form textarea {
  display: block;
  height: 170px;
  width: 100%;
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  padding: 1rem;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 5px;
  border: 1px solid rgba(160, 184, 211, 0.25);
  background: rgba(255, 255, 255, 0.05);
  appearance: none;
  -webkit-appearance: none;
  margin-bottom: 5rem;
}
#contact .s3 form .re {
  display: flex;
  gap: 1.5rem;
}
#contact .s3 form .re .btn {
  background: none;
  cursor: pointer;
  color: #fff;
  border: none;
}
#contact .s3 form .re .btn::before, #contact .s3 form .re .btn::after {
  border-color: #fff;
}
#contact .s3 .response {
  color: #fff;
  position: relative;
  top: 2rem;
}

@media screen and (max-width: 1300px) {
  #contact .map-section {
    height: auto;
    display: block;
    padding: 2rem 0 5rem 0;
  }
  #contact .map-section .map {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 500px;
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
  #contact .map-section .map .img {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
  #contact .map-section .map::before {
    top: 0;
    left: 0;
  }
  #contact .map-section .map::after {
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 1100px) {
  #contact .s2 .wrap {
    flex-direction: column;
  }
  #contact .s2 .wrap .left {
    max-width: none;
  }
  #contact .s2 .wrap .right {
    padding-top: 0;
  }
  #contact .s3 {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 767px) {
  #contact .s2 {
    padding-top: 5rem;
  }
  #contact .s2 .wrap .left h2 {
    font-size: 3rem;
  }
  #contact .s2 .wrap .left h3 {
    font-size: 1.4rem;
  }
  #contact .s2 .wrap .right a img {
    transform: scale(0.8);
  }
  #contact .map-section .map {
    height: 350px;
  }
  #contact .map-section .map::before, #contact .map-section .map::after {
    width: 20px;
    height: 20px;
  }
  #contact .map-section .img .pin {
    width: 23px;
    height: 50px;
  }
  #contact .s3 {
    padding: 5rem 0;
  }
  #contact .s3 form .row {
    flex-direction: column;
    margin-bottom: 0;
    gap: 0;
  }
  #contact .s3 form .row > div {
    width: 100%;
  }
  #contact .s3 form input {
    margin-bottom: 1.2rem;
  }
  #contact .s3 form textarea {
    margin-bottom: 3rem;
    height: 130px;
  }
  #contact .s3 form .re {
    flex-direction: column;
    align-items: flex-start;
  }
}

/*# sourceMappingURL=contact.css.map */
