@keyframes floatIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.breadcrumb {
  font-size: 1rem;
  padding: 1rem 2rem 1rem 2rem;
  margin: 0;
  --bs-breadcrumb-divider-color: #fff;
  color: #fff;
  background-color: #001426;
  border-bottom: solid 2px rgb(84, 178, 238);
}
.breadcrumb i, .breadcrumb a {
  text-decoration: none;
  color: white;
}
.breadcrumb .breadcrumb-item {
  color: white;
}

.link-btn {
  display: block;
  width: 200px;
  text-align: center;
  padding: 10px 5px;
  background-color: rgb(84, 178, 238);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  align-content: center;
}
.link-btn:hover, .link-btn:focus {
  text-decoration: none !important;
  color: white;
}

.careers-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
  background-color: #e1f0fa;
  padding: 0 0 3rem 0;
}

.careers-top-scn {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #001426;
  background: linear-gradient(100deg, rgb(0, 20, 38) 0%, rgb(0, 20, 38) 56%, rgb(0, 46, 89) 66%, rgb(0, 20, 38) 67%, rgb(1, 29, 51) 83%);
  color: white;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
  text-wrap-style: pretty;
}
@media (min-width: 854px) {
  .careers-top-scn {
    height: 400px;
  }
}
.careers-top-scn div {
  max-width: 800px;
  opacity: 0;
  transform: translateX(30px);
  animation: floatIn 2s ease-out forwards;
}
.careers-top-scn .hr-txt {
  padding: 0.5rem 2rem;
  border: solid 3px rgb(84, 178, 238);
  color: rgb(84, 178, 238);
  text-transform: uppercase;
  align-self: center;
  font-weight: 600;
  max-width: 300px;
}
@media (max-width: 360px) {
  .careers-top-scn .hr-txt {
    padding: 0.5rem 1rem;
    font-size: 13px;
  }
}
.careers-top-scn h1 {
  text-align: center;
  margin: 1rem 0 1rem 0;
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 641px) and (max-width: 853px) {
  .careers-top-scn h1 {
    font-size: 3.8rem;
  }
}
@media (min-width: 854px) {
  .careers-top-scn h1 {
    font-size: 4rem;
  }
}

.c-flex {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  align-items: center;
  background-color: transparent;
}
.c-flex h2 {
  margin: 1rem 0 1rem 0;
  font-size: 1.8rem;
  text-align: center;
  text-wrap: pretty;
}
@media (min-width: 641px) and (max-width: 853px) {
  .c-flex h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 854px) {
  .c-flex h2 {
    font-size: 2.5rem;
  }
}
.c-flex .c-why-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (min-width: 854px) {
  .c-flex .c-why-wrap {
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
  }
}
.c-flex .c-why-wrap .career-tile {
  background: white;
  gap: 0.5rem;
  padding: 1rem;
  align-content: center;
  align-items: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: transform 0.3s, box-shadow 0.3s;
  max-width: 279px;
  height: 298px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 641px) and (max-width: 853px) {
  .c-flex .c-why-wrap .career-tile {
    max-width: 387px;
  }
}
.c-flex .c-why-wrap .career-tile .why-expl {
  font-size: 14px;
  font-weight: 300;
  color: #2d262d;
  text-wrap: pretty;
  text-align: center;
}
.c-flex .c-why-wrap .career-tile i {
  color: #001426;
  font-size: 60px;
  height: auto;
  width: auto;
}
@media (min-width: 854px) {
  .c-flex .c-why-wrap .career-tile i {
    font-size: 70px;
  }
}
.c-flex .c-why-wrap .career-tile p {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 360px) {
  .c-flex .c-why-wrap .career-tile p {
    font-size: 1rem;
  }
}
@media (min-width: 361px) and (max-width: 640px) {
  .c-flex .c-why-wrap .career-tile p {
    font-size: 1.4rem;
  }
}
@media (min-width: 641px) and (max-width: 853px) {
  .c-flex .c-why-wrap .career-tile p {
    font-size: 1.6rem;
  }
}
@media (min-width: 854px) {
  .c-flex .c-why-wrap .career-tile p {
    font-size: 1.2rem;
  }
}

.jobs-scn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  gap: 1rem;
}
.jobs-scn h2 {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  text-wrap-style: pretty;
}
@media (max-width: 360px) {
  .jobs-scn h2 {
    font-size: 1.4rem;
  }
}
.jobs-scn .jobs-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
  padding: 2rem;
  border: 3px solid #001426;
}
@media (min-width: 641px) and (max-width: 853px) {
  .jobs-scn .jobs-wrap {
    gap: 1.5rem;
  }
}
@media (max-width: 360px) {
  .jobs-scn .jobs-wrap {
    padding: 1rem;
  }
}
.jobs-scn .jobs-wrap .job-descrptn-top {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  text-align: left;
  width: 100%;
}
.jobs-scn .jobs-wrap .job-descrptn-top p {
  margin: 0;
}
.jobs-scn .jobs-wrap .job-descrptn-center {
  text-align: left;
  width: 100%;
}
.jobs-scn .jobs-wrap .job-descrptn-center .what-list {
  max-width: 500px;
}
.jobs-scn .jobs-wrap .job-descrptn-center p {
  font-size: 18px;
}
.jobs-scn .jobs-wrap .job-descrptn-btm {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0 0;
  width: 100%;
  border-top: 2px solid #001426;
}
.jobs-scn .jobs-wrap .job-descrptn-btm .career-connect-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

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