html {
  scroll-padding-top: 100px; /* Adjust based on your fixed header height */
}

.page-template-careers {
  background: var(--Light-gray);
}
.page-template-careers .careers {
  padding-block: max(22px, 4.2708333333vw) max(min(148px, 14vw), 7.7083333333vw);
}
.page-template-careers .careers__title {
  font-size: max(30px, 2.5vw);
  color: var(--LOGO-blue);
  text-transform: uppercase;
  margin-block-end: max(min(72px, 6vw), 3.75vw);
}
.page-template-careers .careers__cards_container {
  display: grid;
  gap: max(min(64px, 6vw), 3.3333333333vw);
}
.page-template-careers .careers__cards_container .position-card__title {
  font-weight: 300;
  font-size: max(18px, 1.25vw);
  line-height: 100%;
  letter-spacing: 0%;
}
.page-template-careers .careers__cards_container .position-card:hover .position-card__title {
  font-weight: 300;
}
.page-template-careers .join-us {
  padding-block: max(min(194.5px, 9vw), 10.1302083333vw);
  position: relative;
}
.page-template-careers .join-us::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(30.78% 30.78% at 52.08% 50%, rgba(24, 39, 82, 0.3) 0%, rgba(24, 39, 82, 0.6) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.2));
  background-blend-mode: multiply;
}
.page-template-careers .join-us__container {
  position: relative;
  z-index: 2;
}
.page-template-careers .join-us__content {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 !important;
  background-color: var(--LOGO-blue-70);
  padding: max(30px, 1.5625vw);
}
@media only screen and (max-width: 1080px) {
  .page-template-careers .join-us__content {
    gap: 20px;
  }
}
.page-template-careers .join-us__content_text {
  flex: 1 1 38%;
}
@media only screen and (max-width: 1080px) {
  .page-template-careers .join-us__content_text {
    flex: unset;
    width: 100%;
  }
}
.page-template-careers .join-us__content_text br {
  display: none;
}
.page-template-careers .join-us__form {
  flex: 1 1 62%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1080px) {
  .page-template-careers .join-us__form {
    flex: unset;
    width: 100%;
  }
}
.page-template-careers .join-us__form .ff-el-group {
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .page-template-careers .join-us__form .ff-el-group.ff_submit_btn_wrapper {
    margin-block-start: -15px;
  }
}
.page-template-careers .join-us__form .fluentform {
  width: 88%;
}
.page-template-careers .join-us__form .fluentform form {
  width: 100%;
}
.page-template-careers .join-us__form .fluentform form fieldset {
  display: grid;
  grid-template-areas: "name email" "positionDropdown positionDropdown" "message message" "uploadSubmit uploadSubmit";
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto;
}
.page-template-careers .join-us__form .fluentform form fieldset > .ff-el-group input,
.page-template-careers .join-us__form .fluentform form fieldset > .ff-el-group textarea,
.page-template-careers .join-us__form .fluentform form fieldset > .ff-el-group select {
  border-radius: 20px;
  background: var(--White-20);
  border: unset;
  color: var(--White);
}
.page-template-careers .join-us__form .fluentform form fieldset > .ff-el-group input::placeholder,
.page-template-careers .join-us__form .fluentform form fieldset > .ff-el-group textarea::placeholder,
.page-template-careers .join-us__form .fluentform form fieldset > .ff-el-group select::placeholder {
  color: var(--White);
}
.page-template-careers .join-us__form .fluentform form fieldset > .ff-el-group select option {
  color: rgb(128, 125, 255);
}
.page-template-careers .join-us__form .fluentform form .name-container {
  grid-area: name;
}
.page-template-careers .join-us__form .fluentform form .email-container {
  grid-area: email;
}
.page-template-careers .join-us__form .fluentform form .select-position-container {
  grid-area: positionDropdown;
}
.page-template-careers .join-us__form .fluentform form .message-container {
  grid-area: message;
}
.page-template-careers .join-us__form .fluentform form .ff_columns_total_2 {
  grid-area: uploadSubmit;
}/*# sourceMappingURL=careers.min.css.map */