#contact .s1 p {
  max-width: 900px;
}

#contact .s2 .container {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}

#contact .s2 h4 {
  margin-bottom: 5rem;
}

#contact .s2 form {
  text-align: center;
}

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

#contact .s2 form input {
  display: block;
  width: 100%;
  font-family: "Wix Madefor Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  color: #444444;
  background: transparent;
  border: none;
  border-bottom: solid 1px #444444;
  padding-bottom: 23px;
  -webkit-appearance: none;
  margin-bottom: 2rem;
}

#contact .s2 form .row {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

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

#contact .s2 form ::placeholder {
  font-family: "Wix Madefor Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  color: #444444;
}

#contact .s2 form .global-btn {
  font-weight: 400;
  background: none;
  border: none;
  cursor: pointer;
  color: #006C53;
  padding: 1.2rem 4rem 1.2rem 0;
  background: url(/i/svg/btn-circle-arrow-wh.svg);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: 100%;
}

#contact .s2 form .global-btn:hover {
  background-image: url(/i/svg/btn-circle-arrow-hover.svg);
  transition: background-image .3s ease;
}

#contact .s2 .response {
  font-size: 0.9rem;
  text-align: center;
  position: relative;
  top: 1rem;
  color: #444444;
}

#contact .s2 .captcha-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

#contact .s3 {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

#contact .s3 > div {
  width: 50%;
}

#contact .s3 .left {
  overflow: hidden;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  min-height: 900px;
}

#contact .s3 .left img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: circle(0 at 50% 50%);
  -webkit-clip-path: circle(0 at 50% 50%);
  opacity: 0;
  z-index: 0;
  will-change: clip-path, opacity;
}

#contact .s3 .left img.is-full {
  clip-path: circle(75vmax at 50% 50%);
  -webkit-clip-path: circle(75vmax at 50% 50%);
  opacity: 1;
  z-index: 1;
}

#contact .s3 .left img.on-top {
  z-index: 2;
}

#contact .s3 .left img.revealing {
  transition: clip-path 2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1s ease;
}

#contact .s3 .right {
  background-color: #F4F4F4;
  padding: 5rem 1rem 5rem 4rem;
}

#contact .s3 .right h2 {
  margin-bottom: 2rem;
}

#contact .s3 .right > div {
  max-width: 660px;
}

#contact .s3 .right .accordion {
  min-height: 1000px;
}

#contact .s3 .right .accordion .fx-nav {
  padding: 1.3rem 0;
  position: relative;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}

#contact .s3 .right .accordion .fx-nav p.lg {
  color: #444444;
  transition: color .3s ease;
}

#contact .s3 .right .accordion .fx-nav::after {
  content: '';
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  background: url(/i/svg/about-plus.svg) no-repeat center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

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

#contact .s3 .right .accordion .fx-nav.fx-on p.lg {
  color: #006C53;
  font-weight: 500;
}

#contact .s3 .right .accordion .fx-slide .content {
  padding-bottom: 1.5rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

#contact .s3 .right .accordion .fx-slide .content > div {
  width: 50%;
}

#contact .s3 .right .accordion .fx-slide .content a {
  display: block;
  color: #444444;
  transition: color .3s ease;
}

#contact .s3 .right .accordion .fx-slide .content a:hover {
  color: #006C53;
}

#contact .s3 .right .accordion .fx-slide img {
  width: 100%;
  display: none;
}

#contact .s3 .right .accordion .last {
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1100px) {
  #contact .s3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #contact .s3 > div {
    width: 100%;
  }
  #contact .s3 .left {
    display: none;
  }
  #contact .s3 .right {
    padding: 5rem 0;
  }
  #contact .s3 .right h2 {
    margin: 0 1rem 2rem 1rem;
  }
  #contact .s3 .right > div {
    max-width: none;
  }
  #contact .s3 .right .accordion {
    min-height: auto;
  }
  #contact .s3 .right .accordion .fx-nav {
    padding: 1.3rem 1rem;
  }
  #contact .s3 .right .accordion .fx-nav::after {
    right: 1rem;
  }
  #contact .s3 .right .accordion .fx-slide .content {
    padding: 0 1rem 3rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #contact .s3 .right .accordion .fx-slide .content > div {
    width: 100%;
  }
  #contact .s3 .right .accordion .fx-slide p {
    max-width: none;
    padding-right: 1rem;
  }
  #contact .s3 .right .accordion .fx-slide img {
    display: block;
    height: 350px;
    width: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  #contact .s2 h4 {
    margin-bottom: 4rem;
  }
  #contact .s2 form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  #contact .s2 form .row input {
    width: 100%;
    padding-bottom: 10px;
  }
  #contact .s2 form input[type="file"] {
    width: 100%;
  }
  #contact .s2 form input {
    margin-bottom: 1rem;
  }
  #contact .s3 .right .accordion .fx-nav::after {
    width: 25px;
    height: 25px;
  }
  #contact .s3 .right .accordion .fx-slide img {
    height: 250px;
  }
}
