#contact .s2 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

#contact .s2 .lg {
  color: #224F73;
}

#contact .s2 .left {
  width: 100%;
  max-width: 780px;
}

#contact .s2 .right {
  width: 100%;
  max-width: 435px;
}

#contact .s2 .right h4 {
  text-transform: uppercase;
  color: #1A9FE3;
  font-weight: 500;
  letter-spacing: 1.8px;
  margin-bottom: 2rem;
}

#contact .s2 .right .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

#contact .s2 .right .wrap > div {
  width: 50%;
}

#contact .s2 .right .wrap p {
  margin-bottom: 1.5rem;
}

#contact .s2 .right .wrap a {
  font-size: 0.9rem;
  color: #224F73;
  transition: color .3s ease;
}

#contact .s2 .right .wrap a:hover {
  color: #1A9FE3;
}

#contact .s2 .right .wrap > div:nth-child(1) {
  border-right: solid 1px #B7C3D2;
  padding-right: 2rem;
}

#contact .s2 .right .wrap > div:nth-child(2) {
  padding-left: 2rem;
}

#contact .s3 {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#contact .s3 .location {
  position: relative;
  flex: 1 1 50%;
  height: 500px;
  overflow: hidden;
  background: #fff;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact .s3 .location .location-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #224F73;
}

#contact .s3 .location .location-content img {
  display: block;
  margin: 0 auto 1rem auto;
  transition: opacity .3s ease;
}

#contact .s3 .location .location-content p {
  color: #224F73;
  margin-bottom: 1rem;
}

#contact .s3 .location .location-content .address {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

#contact .s3 .location .location-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  clip-path: inset(24.7984% 17.9688%);
  -webkit-clip-path: inset(24.7984% 17.9688%);
  opacity: 0;
  transition: clip-path 0.7s ease-out, -webkit-clip-path 0.7s ease-out, opacity 0.7s ease-out;
}

#contact .s3 .location.sel .location-image {
  clip-path: inset(0%);
  -webkit-clip-path: inset(0%);
  opacity: 1;
}

#contact .s3 .location.sel .location-content img {
  opacity: 0;
}

#contact .s3 .location.sel .location-content p {
  color: #fff;
}

#contact .s3 .location.sel .location-content .address {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
  height: auto;
}

#contact .s3 .location:first-of-type::after {
  content: "";
  width: 1px;
  height: 85%;
  background-color: #B7C3D2;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#contact .s3::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B7C3D2;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}

#contact .location--greenwich .location-image {
  background-image: url("/i/ct-bg-img.png");
}

#contact .location--ny .location-image {
  background-image: url("/i/nyc-bg-img.jpg");
}

#contact .s4 {
  background: url(/i/careers-bg-img-parallax.png) no-repeat center/cover fixed;
  text-align: center;
}

#contact .s4 .lg {
  color: #fff;
  max-width: 915px;
  margin: 0 auto 3rem auto;
}

#contact .s4 .global-btn {
  justify-content: center;
}

#contact .s4 .global-btn .arrow, #contact .s4 .global-btn .txt {
  border-color: #5884BB;
}

@media screen and (max-width: 1100px) {
  #contact .s2 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
  #contact .s2 .left {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  #contact .s2 .right .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #contact .s2 .right .wrap p {
    margin-bottom: 1rem;
  }
  #contact .s2 .right .wrap > div:nth-child(1) {
    padding-right: 0;
    border-right: none;
    border-bottom: solid 1px #B7C3D2;
    padding-bottom: 1.5rem;
  }
  #contact .s2 .right .wrap > div:nth-child(2) {
    padding-left: 0;
    padding-top: 1.5rem;
  }
  #contact .s3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #contact .s3 .location {
    width: 100%;
    height: 400px;
    flex: 0 0 auto;
  }
  #contact .s3 .location .location-content img {
    width: 35px;
    height: 35px;
  }
  #contact .s3 .location:nth-child(1)::after {
    width: 90%;
    height: 1px;
    bottom: 0;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
