#careers .s3 .sec-nav {
  border-bottom: solid 1px rgba(33, 40, 93, 0.4);
}

#careers .s3 .sec-nav .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
}

#careers .s3 .sec-nav .container > div {
  width: 50%;
  text-align: center;
  cursor: pointer;
}

#careers .s3 .sec-nav .container > div p {
  font-weight: 500;
  color: rgba(68, 68, 68, 0.4);
  padding: 2rem 0 1.2rem 0;
  border-bottom: solid 3px transparent;
  transition: border-color .3s ease, color .3s ease;
}

#careers .s3 .sec-nav .container > div.sel p {
  border-color: #006C53;
  color: #006C53;
}

#careers .s3 .main {
  position: relative;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

#careers .s3 .main .sec-intro {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 7.5rem 0 5rem 0;
}

#careers .s3 .main .sec-intro h2 {
  max-width: 540px;
}

#careers .s3 .main .sec-intro p {
  width: 100%;
  max-width: 770px;
}

#careers .s3 .main .accordion {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

#careers .s3 .main .accordion > div {
  width: 50%;
}

#careers .s3 .main .accordion .bg-parallax {
  background: url(/i/professionals-50-50-parallax.jpg) no-repeat center/cover;
  width: 50vw;
}

#careers .s3 .main .accordion .content {
  background: #F4F4F4;
  padding: 5rem 1rem 3rem 4rem;
}

#careers .s3 .main .accordion .content > div {
  max-width: 660px;
}

#careers .s3 .main .accordion .content p.lg {
  color: #444444;
}

#careers .s3 .main .accordion .content .bottom {
  margin-top: 10rem;
}

#careers .s3 .main .accordion .content .bottom .fx-accordion {
  height: 500px;
}

#careers .s3 .main .accordion .content .bottom .title {
  margin-bottom: 2rem;
}

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

#careers .s3 .main .accordion .content .bottom .fx-nav p.lg {
  color: #444444;
  transition: color .3s ease;
}

#careers .s3 .main .accordion .content .bottom .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%);
}

#careers .s3 .main .accordion .content .bottom .fx-nav.fx-on::after {
  background-image: url(/i/svg/about-minus.svg);
}

#careers .s3 .main .accordion .content .bottom .fx-nav.fx-on p.lg {
  color: #006C53;
  font-weight: 500;
}

#careers .s3 .main .accordion .content .bottom .fx-slide div {
  padding-bottom: 1.5rem;
}

#careers .s3 .main .accordion .content .bottom .fx-slide p {
  max-width: 480px;
}

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

#careers .s3 .main.students .accordion .bg-parallax {
  background: url(/i/students-50-50-parallax.jpg) no-repeat center/cover;
}

#careers .s3 .main.sel {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  height: auto;
  overflow: visible;
}

#careers .s4 {
  height: 120vh;
  min-height: 1200px;
}

#careers .s4 .plx-wrap .plx-bg {
  background: url(/i/contact-form-bg-img.jpg) no-repeat bottom/cover;
}

#careers .s4 .container > div {
  max-width: 1160px;
}

#careers .s4 h4 {
  color: #fff;
  margin-bottom: 5rem;
}

#careers .s4 h4::before {
  background-color: #fff;
}

#careers .s4 form {
  text-align: center;
}

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

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

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

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

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

#careers .s4 form input[type="file"] {
  width: 50%;
}

#careers .s4 form .global-btn {
  font-weight: 400;
  background: none;
  border: none;
  cursor: pointer;
  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%;
}

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

#careers .s4 .response {
  font-size: 0.9rem;
  text-align: center;
  position: relative;
  top: 1rem;
  color: #fff;
}

#careers .s4 .disc p {
  font-size: 0.9rem;
  color: #fff;
  max-width: 925px;
  margin: 0 auto 1rem auto;
}

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

@media screen and (max-width: 1100px) {
  #careers .s3 .main .accordion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #careers .s3 .main .accordion > div {
    width: 100%;
  }
  #careers .s3 .main .accordion .bg {
    height: 700px;
  }
  #careers .s3 .main .accordion .bg .bg-parallax {
    width: 100vw;
  }
  #careers .s3 .main .accordion .content {
    padding: 5rem 0;
  }
  #careers .s3 .main .accordion .content .sm, #careers .s3 .main .accordion .content .title {
    padding: 0 1rem;
  }
  #careers .s3 .main .accordion .content > div {
    max-width: none;
  }
  #careers .s3 .main .accordion .content .bottom {
    margin-top: 5rem;
  }
  #careers .s3 .main .accordion .content .bottom .fx-accordion {
    height: auto;
  }
  #careers .s3 .main .accordion .content .bottom .fx-nav {
    padding: 1.3rem 1rem;
  }
  #careers .s3 .main .accordion .content .bottom .fx-nav::after {
    right: 1rem;
  }
  #careers .s3 .main .accordion .content .bottom .fx-slide div {
    padding: 0 1rem 1rem 1rem;
  }
  #careers .s3 .main .accordion .content .bottom .fx-slide p {
    max-width: none;
    padding-right: 1rem;
  }
  #careers .s4 {
    height: 100vh;
    min-height: 1100px;
  }
}

@media screen and (max-width: 1023px) {
  #careers .s3 .main .sec-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5rem 0 3rem 0;
  }
  #careers .s3 .main .sec-intro h2, #careers .s3 .main .sec-intro p {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  #careers .s3 .sec-nav .container > div p {
    max-width: 195px;
    margin: 0 auto;
  }
  #careers .s3 .main .accordion .bg {
    height: 450px;
  }
  #careers .s3 .main .accordion .content .bottom {
    margin-top: 4rem;
  }
  #careers .s3 .main .accordion .content .bottom .fx-nav::after {
    width: 25px;
    height: 25px;
  }
  #careers .s4 {
    height: auto;
    min-height: auto;
  }
  #careers .s4 .container {
    height: auto;
  }
  #careers .s4 .container > div {
    padding: 5rem 1rem;
  }
  #careers .s4 h4 {
    margin-bottom: 3rem;
  }
  #careers .s4 form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  #careers .s4 form .row input {
    width: 100%;
  }
  #careers .s4 form input[type="file"] {
    width: 100%;
  }
  #careers .s4 form input {
    margin-bottom: 1rem;
    padding-bottom: 15px;
  }
  #careers .s4 form .global-btn {
    background-size: 40px;
    padding-right: 3.5rem;
  }
  #careers .s4 .disc {
    margin: 2rem 0;
  }
}
