#careers .s2 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 4rem;
}

#careers .s2 svg {
  display: block;
  width: 100%;
  max-width: 425px;
}

#careers .s2 .content {
  width: 100%;
  max-width: 850px;
}

#careers .s2 .content h2 {
  font-size: 2.45rem;
  line-height: 1.3em;
  margin-bottom: 1.5rem;
}

#careers .s2 .content p:first-of-type {
  margin-bottom: 1rem;
}

#careers .s3 {
  background: url(/i/Careers-Future-focused-bg-img.png) no-repeat center/cover;
}

#careers .s3 .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: solid 1px #4478A2;
  padding: 1rem 0;
}

#careers .s3 .cards .card {
  position: relative;
  border-right: solid 1px #4478A2;
  padding: 4rem 0 3rem 0;
}

#careers .s3 .cards .card h4, #careers .s3 .cards .card > div {
  width: calc(100% - 2rem);
  max-width: 555px;
  margin: 0 auto;
}

#careers .s3 .cards .card h4 {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  color: #1A9FE3;
  font-weight: 500;
  margin-bottom: 1rem;
}

#careers .s3 .cards .card p {
  color: #fff;
  margin-bottom: 1rem;
}

#careers .s3 .cards .card p:last-of-type {
  margin-bottom: 0;
}

#careers .s3 .cards .card svg {
  width: 100%;
  max-width: 250px;
  display: block;
  margin: 2rem auto 0;
}

#careers .s3 .cards .card .center {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease .3s;
}

#careers .s3 .cards .card .arrow-wrap {
  width: calc(100% - 2rem);
  max-width: 555px;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}

#careers .s3 .cards .card .arrow-wrap .arrow {
  position: relative;
  width: 80px;
  height: 80px;
  border: solid 1px #C7DEEF;
  border-radius: 3px;
  transition: opacity .5s ease .8s;
}

#careers .s3 .cards .card .arrow-wrap .arrow img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#careers .s3 .cards .card2 {
  border-right: none;
}

#careers .s3 .cards .card.active .arrow {
  opacity: 0;
  transition: opacity .5s ease 0s;
}

#careers .s3 .cards .card.active .center {
  opacity: 1;
  transform: translateY(0px);
}

#careers .s3 .mobile {
  display: none;
  border-bottom: solid 1px #4478A2;
}

#careers .s3 .mobile .fx-nav {
  padding: 1rem;
  border-top: solid 1px #4478A2;
  position: relative;
}

#careers .s3 .mobile .fx-nav h4 {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  color: #1A9FE3;
  font-weight: 500;
  margin-bottom: 0;
  padding-right: 2rem;
}

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

#careers .s3 .mobile .fx-nav::after {
  content: '';
  position: absolute;
  display: block;
  width: 13px;
  height: 25px;
  background: url(/i/svg/arrow.svg) no-repeat center/contain;
  position: absolute;
  transform: translateY(-50%) rotate(90deg);
  right: 1.5rem;
  top: 50%;
}

#careers .s3 .mobile .fx-nav.fx-on::after {
  transform: translateY(-50%) rotate(-90deg);
}

#careers .s3 .mobile .fx-slide .content {
  padding: 1rem 2rem 1rem 1rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
}

#careers .s3 .mobile .fx-slide p {
  color: #fff;
  margin-bottom: 1rem;
}

#careers .s3 .mobile .fx-slide p:last-of-type {
  margin-bottom: 0;
}

#careers .s3 .mobile .fx-slide img {
  display: block;
  width: 100%;
  max-width: 220px;
}

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

#careers .s4 .right {
  width: 100%;
  max-width: 610px;
}

#careers .s4 .right p.lg {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

#careers .s4 .right .btn-more {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #224F73;
  background: url(/i/svg/arrow-cl.svg) no-repeat 95% center;
  background-size: 12px;
  padding-right: 2.5rem;
  transition: all .3s ease;
}

#careers .s4 .right .btn-more:hover {
  color: #1A9FE3;
  background-position: 100% center;
}

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

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

#careers .s5 .global-btn {
  justify-content: center;
  transition: all .5s ease;
}

#careers .s5 .global-btn .arrow, #careers .s5 .global-btn .txt {
  border-color: #5884BB;
  transition: all .5s ease;
}

#careers .s5 .global-btn:hover .arrow, #careers .s5 .global-btn:hover .txt {
  border-color: #1A9FE3;
}

@media screen and (max-width: 1200px) {
  #careers .s3 {
    background: #0D395C;
    position: relative;
    overflow: hidden;
  }
  #careers .s3 .container {
    width: 100%;
  }
  #careers .s3 .desktop {
    display: none;
  }
  #careers .s3 .mobile {
    display: block;
    position: relative;
    z-index: 1;
  }
  #careers .s3::before {
    content: '';
    position: absolute;
    display: block;
    background: url(/i/Careers-Future-focused-bg-img.png) no-repeat center/cover;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 1100px) {
  #careers .s2 .container {
    gap: 2rem;
    align-items: flex-start;
  }
  #careers .s2 svg {
    max-width: 230px;
    height: 230px;
    position: relative;
    top: 1rem;
  }
  #careers .s2 .content h2 {
    font-size: 2.3rem;
  }
  #careers .s2 .content p {
    max-width: none;
  }
  #careers .s4 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #careers .s4 h2 br {
    display: none;
  }
  #careers .s4 .right {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  #careers .s2 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #careers .s2 svg {
    max-width: 200px;
    height: 200px;
    top: 0;
  }
  #careers .s2 .content h2 {
    font-size: 1.8rem;
  }
  #careers .s3 .mobile .fx-nav h4 {
    font-size: 14px;
  }
  #careers .s3 .mobile .fx-slide .content {
    gap: 1rem;
    flex-direction: column;
  }
  #careers .s3 .mobile .fx-slide img {
    max-width: 150px;
  }
  #careers .s4 .right p.lg {
    font-size: 1.1rem;
  }
  #careers .s4 .right .btn-more {
    font-size: 0.9rem;
    background-size: 10px;
  }
}
