/*!
 * Typography
 */
/*!
 * Breakpoints
 */
/*!
 * Color palette
 */
.careers-hero__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .careers-hero__wrapper {
    padding: 90px 20px;
  }
}
@media (min-width: 1200px) {
  .careers-hero__wrapper {
    padding: 120px 20px;
  }
}
@media (min-width: 768px) {
  .careers-hero__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.careers-hero__caption {
  position: relative;
  z-index: 1;
  padding: 40px 0 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .careers-hero__caption {
    flex: 5;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .careers-hero__caption {
    text-align: left;
  }
}
.careers-hero__caption-title {
  margin: 0;
  font-weight: 800;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 40px;
  animation: 1s ease 3s 1 heroInitContent backwards;
}
@media (min-width: 992px) {
  .careers-hero__caption-title {
    font-size: 48px;
    letter-spacing: -1.2px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .careers-hero__caption-title {
    font-size: 60px;
    letter-spacing: -1.5px;
    line-height: 60px;
  }
}
.careers-hero__caption-subtitle {
  margin: 19px auto 0 auto;
  max-width: 300px;
  color: #9999A7;
  font-size: 16px;
  line-height: 25px;
  animation: 1s ease 5s 1 heroInitContent backwards;
}
@media (min-width: 992px) {
  .careers-hero__caption-subtitle {
    margin: 26px auto 0 auto;
    max-width: 360px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .careers-hero__caption-subtitle {
    margin: 46px 0 0 0;
  }
}
.careers-hero__caption-button {
  margin: 30px 0 0 0 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  animation: 1s ease 6s 1 heroInitButton backwards;
}
@media (min-width: 768px) {
  .careers-hero__caption-button {
    margin: 60px 0 0 0 !important;
  }
}
@media (min-width: 1200px) {
  .careers-hero__caption-button {
    margin: 80px 0 0 0 !important;
  }
}
.careers-hero__team {
  height: 375px;
  z-index: -1;
}
@media (min-width: 768px) {
  .careers-hero__team {
    flex: 7;
  }
}
@media (min-width: 992px) {
  .careers-hero__team {
    height: 515px;
  }
}
@media (min-width: 1200px) {
  .careers-hero__team {
    height: 770px;
  }
}
.careers-hero__team-layer {
  position: relative;
  perspective: 800px;
}
.careers-hero__team-card {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  border-radius: 16px;
  background-color: white;
  box-shadow: 0 0 60px -20px black;
  transform-style: preserve-3d;
  /* -- */
}
.careers-hero__team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.careers-hero__team-card--01 {
  width: 130px;
  height: 190px;
  margin-left: -65px;
  margin-top: 90px;
  animation: 1s ease 0s 1 heroInitCards backwards;
}
@media (min-width: 768px) {
  .careers-hero__team-card--01 {
    width: 150px;
    height: 220px;
    margin-left: -75px;
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .careers-hero__team-card--01 {
    width: 180px;
    height: 260px;
    margin-left: -90px;
    margin-top: 110px;
  }
}
@media (min-width: 1200px) {
  .careers-hero__team-card--01 {
    width: 230px;
    height: 340px;
    margin-left: -115px;
    margin-top: 200px;
  }
}
.careers-hero__team-card--02 {
  width: 90px;
  height: 140px;
  margin-left: 75px;
  margin-top: 30px;
  animation: 1s ease 0.5s 1 heroInitCards backwards;
}
@media (min-width: 768px) {
  .careers-hero__team-card--02 {
    width: 90px;
    height: 140px;
    margin-left: 85px;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .careers-hero__team-card--02 {
    width: 130px;
    height: 190px;
    margin-left: 100px;
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .careers-hero__team-card--02 {
    width: 180px;
    height: 270px;
    margin-left: 135px;
    margin-top: 110px;
  }
}
.careers-hero__team-card--03 {
  width: 90px;
  height: 135px;
  margin-left: -165px;
  margin-top: 200px;
  animation: 1s ease 1s 1 heroInitCards backwards;
}
@media (min-width: 992px) {
  .careers-hero__team-card--03 {
    width: 110px;
    height: 165px;
    margin-left: -210px;
    margin-top: 300px;
  }
}
@media (min-width: 1200px) {
  .careers-hero__team-card--03 {
    width: 160px;
    height: 240px;
    margin-left: -295px;
    margin-top: 430px;
  }
}
.careers-hero__team-card--04 {
  width: 60px;
  height: 85px;
  margin-left: -65px;
  margin-top: 290px;
  animation: 1s ease 1.5s 1 heroInitCards backwards;
}
@media (min-width: 992px) {
  .careers-hero__team-card--04 {
    width: 90px;
    height: 135px;
    margin-left: -90px;
    margin-top: 380px;
  }
}
@media (min-width: 1200px) {
  .careers-hero__team-card--04 {
    width: 140px;
    height: 210px;
    margin-left: -115px;
    margin-top: 565px;
  }
}
.careers-hero__team-card--05 {
  width: 60px;
  height: 80px;
  margin-left: 5px;
  margin-top: 0px;
  animation: 1s ease 2s 1 heroInitCards backwards;
}
@media (min-width: 992px) {
  .careers-hero__team-card--05 {
    width: 70px;
    height: 100px;
    margin-left: 20px;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .careers-hero__team-card--05 {
    width: 120px;
    height: 180px;
    margin-left: -5px;
    margin-top: 0px;
  }
}
.careers-hero__team-card--06 {
  width: 140px;
  height: 210px;
  margin-left: -110px;
  margin-top: 40px;
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.15);
  animation: 1s ease 1s 1 heroInitCards backwards;
}
@media (min-width: 992px) {
  .careers-hero__team-card--06 {
    width: 180px;
    height: 260px;
    margin-left: -140px;
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .careers-hero__team-card--06 {
    width: 230px;
    height: 340px;
    margin-left: -210px;
    margin-top: 120px;
  }
}
.careers-hero__team-card--07 {
  width: 60px;
  height: 80px;
  margin-left: 30px;
  margin-top: 230px;
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.15);
  animation: 1s ease 1.5s 1 heroInitCards backwards;
}
@media (min-width: 992px) {
  .careers-hero__team-card--07 {
    width: 80px;
    height: 120px;
    margin-left: 70px;
    margin-top: 290px;
  }
}
@media (min-width: 1200px) {
  .careers-hero__team-card--07 {
    width: 130px;
    height: 190px;
    margin-left: 50px;
    margin-top: 440px;
  }
}
.careers-hero__team-card--08 {
  width: 40px;
  height: 50px;
  margin-left: 50px;
  margin-top: 10px;
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.15);
  animation: 1s ease 2.5s 1 heroInitCards backwards;
}
@media (min-width: 992px) {
  .careers-hero__team-card--08 {
    width: 50px;
    height: 70px;
    margin-left: 80px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .careers-hero__team-card--08 {
    width: 75px;
    height: 110px;
    margin-left: 110px;
    margin-top: 60px;
  }
}
.careers-hero__team-card--09 {
  width: 45px;
  height: 60px;
  margin-left: -90px;
  margin-top: 270px;
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.15);
  animation: 1s ease 2s 1 heroInitCards backwards;
}
@media (min-width: 992px) {
  .careers-hero__team-card--09 {
    width: 55px;
    height: 80px;
    margin-left: -120px;
    margin-top: 415px;
  }
}
@media (min-width: 1200px) {
  .careers-hero__team-card--09 {
    width: 75px;
    height: 110px;
    margin-left: -170px;
    margin-top: 625px;
  }
}

@keyframes heroInitContent {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroInitButton {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heroInitCards {
  0% {
    opacity: 0;
    transform: translateY(10%) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateY(0%) scale(1);
  }
}
