.hero {
    position: relative;
}

.hero .hero__inner {
  width: 100%;
  height: 60vh;
}

.hero .background {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.hero .content {
  height: 100%;
  color: #FFF;
}

.hero .content h3 {
  letter-spacing: 1rem;
}

.hero .content h1 {
  font-size: 5rem;
  letter-spacing: 1rem;
  font-weight: 700;
}

.career {
  padding: 5rem 0;
}

.career .career__inner {
  min-height: 500px;
}

.career .career__position {
  margin-bottom: 3rem;
}

.career .career__position .career__link {
  padding: 0.35rem 0.75rem;
  border: 1.5px solid #f1cf69;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
  cursor: pointer;
}

.career .career__position .career__link:nth-last-child(1) {
  margin-right: 0;
}

.career .career__content {
  padding: 1rem 3rem 0.5rem 3rem;
}

.career .career__content:nth-child(odd) {
  background-color: #e5e5e5;
}

.career .career__content .navigation button {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #000;
  background-color: #FFF;
}

.job__detail {
  margin: 5rem 0;
}

.job__detail .title {
  text-align: center;
}

.job__detail .apply__form > button {
  width: fit-content;
  padding: 1rem 3rem;
  border-radius: 0.25rem;
  background-color: #f1cf69;
  border: none;
  outline: none;

  cursor: pointer;
  transition: 0.3s;
}
.job__detail .apply__form > button:hover,
.job__detail .apply__form > button:active, .job__detail .apply__form > button:focus {
  background-color: rgba(	241, 207, 105, 0.8);
}

.job__detail .apply__form #job {
  border: 2px solid #000;
  border-radius: 0.5rem;
}

.job__detail .apply__form #job > form {
  padding: 2rem 1.5rem 1rem 1.5rem;
  margin: 0;
}

.job__detail .form-control-custom {
  font-size: 1.4rem;
  height: fit-content;
}

  /*# sourceMappingURL=style.css.map */