@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Manrope:wght@200..800&display=swap");
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.career-banner::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.banner.career-banner .bg {
  height: 100vh;
}
.banner.career-banner .bg .banner-wrapper {
  top: unset;
  bottom: 20%;
  translate: 0 20%;
}
.banner.career-banner .bg .banner-wrapper .container {
  position: relative;
}
.banner.career-banner .bg .banner-wrapper .heading {
  line-height: 1.2;
  max-width: 400px;
}
.banner.career-banner .bg .banner-wrapper .heading a {
  display: block;
}
.banner.career-banner .bg .banner-wrapper .heading a:hover {
  color: var(--primary);
}
.banner.career-banner .bg .banner-wrapper .heading h5 {
  font-size: 48px;
}
.banner.career-banner .bg .banner-wrapper .heading p {
  color: rgba(255, 255, 255, 0.6980392157);
  line-height: 1.4;
  font-weight: 300;
}
.banner.career-banner .bg .banner-wrapper .heading .btn {
  margin-top: 30px;
}

.why_join_sec .container {
  --container: 1100px;
}
.why_join_sec .heading {
  text-align: center;
  margin-bottom: 50px;
}
.why_join_sec .why_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 15px;
}
.why_join_sec .why_wrapper .why_col {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: var(--primary);
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.why_join_sec .why_wrapper .why_col figure {
  width: 60px;
  height: 60px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why_join_sec .why_wrapper .why_col figure img, .why_join_sec .why_wrapper .why_col figure svg {
  width: 60%;
  height: 60%;
}
.why_join_sec .why_wrapper .why_col figcaption h6 {
  font-size: 20px;
  margin-bottom: 5px;
}
.why_join_sec .why_wrapper .why_col figcaption p {
  color: var(--white);
  line-height: 1.4;
  font-weight: 300;
}
.why_join_sec .why_wrapper .why_col.image {
  background: none;
  padding: 0;
}
.why_join_sec .why_wrapper .why_col.image figure {
  background: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.why_join_sec .why_wrapper .why_col.image figure img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.open_roles_sec .container {
  --container: 1100px;
}
.open_roles_sec .roles_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  --gap: 60px;
  gap: var(--gap);
}
.open_roles_sec .roles_wrapper .heading {
  flex: 0 1 25%;
  max-width: 25%;
  width: 100%;
}
.open_roles_sec .roles_wrapper .heading h2 {
  font-size: 32px;
}
.open_roles_sec .roles_wrapper .colB {
  flex: 1;
  max-width: calc(75% - var(--gap));
  width: 100%;
}
.open_roles_sec .roles_wrapper .colB .openings_wrap {
  border-top: 1px solid #282828;
}
.open_roles_sec .roles_wrapper .colB .openings_wrap .col {
  border-bottom: 1px solid #282828;
}
.open_roles_sec .roles_wrapper .colB .openings_wrap .col.active .title .icon {
  rotate: -90deg;
}
.open_roles_sec .roles_wrapper .colB .openings_wrap .col .title {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  cursor: pointer;
}
.open_roles_sec .roles_wrapper .colB .openings_wrap .col .title .info {
  flex: 1;
}
.open_roles_sec .roles_wrapper .colB .openings_wrap .col .title .info .loc {
  color: var(--primary);
  font-weight: 400;
}
.open_roles_sec .roles_wrapper .colB .openings_wrap .col .title .info .position {
  font-size: 20px;
  margin: 15px 0 5px;
  color: var(--white);
}
.open_roles_sec .roles_wrapper .colB .openings_wrap .col .title .info .desc {
  font-weight: 400;
}
.open_roles_sec .roles_wrapper .colB .openings_wrap .col .title .btn {
  flex: 0 1 auto;
}
.open_roles_sec .roles_wrapper .colB .openings_wrap .col .title .icon {
  flex: 0 1 auto;
  transition: 0.5s ease;
}
.open_roles_sec .roles_wrapper .colB .openings_wrap article {
  padding: 20px 0;
}

.career_form {
  border-bottom: 1px solid var(--white);
}
.career_form .form .heading {
  text-align: center;
  margin-bottom: 50px;
}
.career_form .form .heading .icon {
  width: 75px;
  margin: 0 auto 10px;
}
.career_form .form .form-grid {
  --item: 2;
  --labelbefore: rgba(255, 255, 255, 0.6980392157);
  --labelafter: #ffffff;
  --borderbefore: rgba(255, 255, 255, 0.6980392157);
  --borderafter: #ffffff;
  --color: #ffffff;
  --gaplr: 60px;
  max-width: 750px;
  margin: 0px auto;
}
.career_form .form .form-grid .solid-white {
  --height: 36px;
  margin: 25px auto 0;
}
.career_form .form .form-grid .solid-white:hover {
  border-color: #fff;
}/*# sourceMappingURL=career.css.map */