#contact .s1 {
  background: url(/i/contact-hero.jpg) no-repeat center/cover;
}

#contact .s1 .right {
  max-width: 600px;
}

#contact .overview-section .left {
  width: 55%;
}

#contact .overview-section .center, #contact .overview-section .right {
  width: auto;
}

#contact .overview-section a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.75);
  transition: color .3s ease;
}

#contact .overview-section a:hover {
  color: #E0B0A6;
}

#contact .overview-section .center a {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
}

#contact .overview-section .center a span {
  display: block;
  width: 33px;
  height: 33px;
  background: url(/i/svg/linkedin-icon.svg) center/contain no-repeat;
  transition: all .3s ease;
}

#contact .overview-section .center a:hover span {
  background-image: url(/i/svg/linkedin-icon-color.svg);
}

#contact .overview-section .center a:hover p {
  color: #E0B0A6;
}

#contact .overview-section h4 {
  font-size: 1.5rem;
  line-height: 1.2em;
  font-family: playfair-display, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.6px;
}

#contact .s3 {
  padding: 2rem 0;
  position: relative;
}

#contact .s3 .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
}

#contact .s3 .bg-img.active {
  opacity: 1;
  visibility: visible;
}

#contact .s3 .lo {
  background: url(/i/london-img-bg.jpg) no-repeat center/cover;
}

#contact .s3 .zu {
  background: url(/i/zulrich-img-bg.jpg) no-repeat center/cover;
}

#contact .s3 .ma {
  background: url(/i/malta-img-bg.jpg) no-repeat center/cover;
}

#contact .s3 .ny {
  background: url(/i/nyc-img-bg.jpg) no-repeat center/cover;
}

#contact .s3 .locations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  z-index: 1;
  position: relative;
}

#contact .s3 .locations > div {
  height: 540px;
  position: relative;
  text-align: center;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}

#contact .s3 .locations > div > div {
  padding: 0 1rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

#contact .s3 .locations > div > div .icon {
  width: 40px;
  height: 40px;
  background: url(/i/svg/plus-icon.svg) no-repeat center/contain;
  margin: 0 auto 20px auto;
}

#contact .s3 .locations > div > div h4 {
  font-size: 1.5rem;
  line-height: 1.2em;
  font-family: playfair-display, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.6px;
  margin-bottom: 1rem;
  min-height: 80px;
}

#contact .s3 .locations > div > div p {
  text-align: center;
}

#contact .s3 .locations > div > div span {
  font-weight: 500;
  display: inline-block;
  margin-top: 0.5rem;
}

#contact .s3 .locations > div > div p, #contact .s3 .locations > div > div a {
  color: #fff;
}

#contact .s3 .locations > div > div a {
  transition: color .3s ease;
}

#contact .s3 .locations > div > div a:hover {
  color: #E0B0A6;
}

#contact .s3 .locations > div > div .open {
  background: none;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity .3s ease;
}

#contact .s3 .locations > div:first-of-type h4 span {
  font-family: avenir-lt-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.4em;
  margin-top: 10px;
}

#contact .s3 .locations > div:last-of-type {
  border-right: none;
}

#contact .s3 .locations > div.active > div h4 {
  min-height: auto;
}

#contact .s3 .locations > div.active > div .icon {
  background-image: url(/i/svg/minus-icon.svg);
}

#contact .s3 .locations > div.active > div .open {
  opacity: 1;
  visibility: visible;
  height: auto;
}

#contact .s3 .mobile {
  display: none;
}

#contact .s3 .mobile .fx-nav {
  position: relative;
  padding: 1rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

#contact .s3 .mobile .fx-nav h4 {
  font-size: 1.5rem;
  line-height: 1.2em;
  font-family: playfair-display, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.6px;
}

#contact .s3 .mobile .fx-nav h4 br {
  display: none;
}

#contact .s3 .mobile .fx-nav::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/i/svg/plus-icon.svg) no-repeat center/contain;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
}

#contact .s3 .mobile .fx-nav.fx-on::after {
  background-image: url(/i/svg/minus-icon.svg);
}

#contact .s3 .mobile .fx-slide .open {
  padding: 2rem 1rem;
}

#contact .s3 .mobile .fx-slide .open p, #contact .s3 .mobile .fx-slide .open a {
  color: #fff;
}

#contact .s3 .mobile .fx-slide .open a {
  transition: color .3s ease;
}

#contact .s3 .mobile .fx-slide .open a:hover {
  color: #E0B0A6;
}

#contact .s3 .mobile .fx-slide .open span {
  font-weight: 500;
}

#contact .s3 .mobile .fx-slide .lo {
  background: url(/i/london-img-bg.jpg) no-repeat center/cover;
}

#contact .s3 .mobile .fx-slide .zu {
  background: url(/i/zulrich-img-bg.jpg) no-repeat center/cover;
}

#contact .s3 .mobile .fx-slide .ma {
  background: url(/i/malta-img-bg.jpg) no-repeat center/cover;
}

#contact .s3 .mobile .fx-slide .ny {
  background: url(/i/nyc-img-bg.jpg) no-repeat center/cover;
}

#contact .s4 {
  background: url(/i/form-img-bg-parallax.jpg) no-repeat center/cover fixed;
  padding: 10rem 0;
}

#contact .s4 form {
  max-width: 1100px;
  margin: 0 auto;
}

#contact .s4 form input.hidhp {
  display: none;
}

#contact .s4 form input {
  display: inline-block;
  width: 100%;
  font-family: avenir-lt-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  padding-bottom: 23px;
  -webkit-appearance: none;
  margin-bottom: 3rem;
}

#contact .s4 form textarea {
  display: block;
  max-height: 56px;
  width: 100%;
  font-family: avenir-lt-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  padding-bottom: 23px;
  -webkit-appearance: none;
  margin-bottom: 3rem;
}

#contact .s4 form .row {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

#contact .s4 form .row input {
  width: 50%;
}

#contact .s4 form ::placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2.1px;
}

#contact .s4 form .captcha-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

#contact .s4 form .global-btn {
  left: 50%;
  transform: translateX(-50%);
}

#contact .s4 .response {
  font-size: 1.1rem;
  color: #fff;
  position: relative;
  top: 2rem;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  #contact .overview-section .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
  #contact .overview-section .left {
    width: 100%;
  }
  #contact .s3 {
    padding: 4rem 0;
  }
  #contact .s3 .locations {
    display: none;
  }
  #contact .s3 .mobile {
    display: block;
  }
  #contact .s4 {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 767px) {
  #contact .overview-section .flex-wrapper {
    gap: 2rem;
  }
  #contact .overview-section h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  #contact .s3 .mobile .fx-nav h4 {
    font-size: 1.3rem;
  }
  #contact .s3 .mobile .fx-nav::after {
    width: 30px;
    height: 30px;
  }
  #contact .s3 .mobile .fx-slide p {
    font-size: 1.1rem;
  }
  #contact .s4 {
    padding: 5rem 0;
  }
  #contact .s4 form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  #contact .s4 form .row input {
    width: 100%;
  }
  #contact .s4 form input, #contact .s4 form textarea {
    padding-bottom: 15px;
    margin-bottom: 2rem;
  }
  #contact .s4 form textarea {
    max-height: 41px;
  }
  #contact .s4 form .captcha-wrapper {
    margin-bottom: 2rem;
  }
}
