.__careers-banner-wrapper {
  padding-top: 47.76%;
  background-image: url('../img/careers/banner.svg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.__careers-banner__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 50px;
  margin-bottom: 54px;
/*  wwtf*/
}
@media screen and (max-width:281px) {
  .__careers-banner-wrapper {
    padding-top: 127%;
    background-position: left;
  }
  .__careers-banner__description {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0px;
  }
  .__careers-banner__title {
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width:282px) and (max-width:375px) {
  .__careers-banner__description {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin: 14px 0px;
  }
  .__careers-banner-wrapper {
    padding-top: 127%;
    background-position: left;
  }
}

@media (min-width:376px) and (max-width: 767px){
  .__careers-banner-wrapper {
    padding-top: 127%;
    background-position: left;
  }
  .__careers-banner__description {
    margin: 12px 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1084px) {
  .__careers-banner-wrapper {
    padding-top: 82%;
    background-position: center;
  }
  .__careers-banner__title {
    font-size: 70px !important;
  }
  .__careers-banner__description {
    margin: 32px 0px;
  }
}
.__careers-banner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.__careers-banner__title {
  font-size: 84px;
  font-weight: 500;
  line-height: 95px;
  margin-bottom: 0;
  margin-top: -60px;
}
@media screen and (max-width: 700px)  {
  .__careers-banner__title {
    font-weight: 500;
    font-size: 36px;
    line-height: 49px;
  }
  .__careers-banner__title {
    margin-top: 0;
  }
}


.__careers-content {
  margin-top: 45px;
}

.__custom-input {
  border-radius: 6px;
  box-shadow: unset;
}

.__custom-search-form {
  display: flex;
  align-items: center;
}

.__custom-search-form::before {
  display: none !important;
}

.__search-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.__custom-search-form .search-btn {
  color: #3F3356;
}

.__custom-search-form > i{
  margin-left: -28px;
  cursor: pointer;
  color: #ECEBED;
  transition: all .1s linear;
  height: 100%;
  display: flex;
  align-items: center;
  user-select: none;
}

.__custom-search-form > i:hover {
  margin-left: -28px;
  cursor: pointer;
  color: #d4d4d4;
}

.__careers-post-wrapper {
  border: 1px solid #EAEAEA;
  border-radius: 6px;
  padding-bottom: 24px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

.__careers-post-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 24px;
  background-color: white;
  margin-top: 20px;
  margin-bottom: 50px;
}

.__careers-post-thumbnail-wrapper {
  height: 202px;
  background: linear-gradient(179.97deg, rgba(111, 237, 168, 0) 0.03%, #6FEDA8 113.41%);
}

.__careers-post-thumbnail {
  width: 100%;
  height: 202px;
  object-fit: cover;
}

.__careers-post__available {
  font-size: 12px;
  font-weight: 400;
  color: #189FE0;
  line-height: 20px;
  margin: 15px 0;
  padding: 0 24px;
}

.__careers-post__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 10px;
  padding: 0 24px;
}

.__careers-post__desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  padding: 0 24px;
}
.__careers-post-marked {
  position: absolute;
  top: 102%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1B3AAD;
  transition: all .4s ease-in-out;
  z-index: 99;
}

.__careers-post__read-more {
  margin-left: 24px;
  padding: 10px;
  color: white;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border-radius: 6px;
}
.__careers-post__read-more:hover {
  border: 1px solid white;
}

.__careers-post__read-more i {
  margin-left: 10px;
  transition: all .2s ease-in-out;
}

.__careers-post-wrapper:hover .__careers-post-marked {
  top: 0;  
}

.__careers-post-marked .__careers-post__title,
.__careers-post-marked .__careers-post__desc {
  color: white;
}

.__careers-post__read-more a {
  color: white;

}

.__careers-post__read-more a:hover {
  text-decoration: none;
  color: white;
}

.__careers-post__read-more:hover i {
  margin-left: 20px;
}

.__careers_voices-title{
  padding-top: 60px;
  font-weight: 500;
  font-size: 18px;
  color: #189FE0;
}
.__careers_employees-column {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .__careers_employees-column {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px
  }
}
.__careers_employees-wrapper {
  background: white;
  border: 1px solid #EAEAEA;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 13px;
  flex-grow: 1;
}


.__careers_employees-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  color: #000000;
}

.__careers_employees-position {
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  color: #189FE0
}

.__careers_employees-description {
  font-weight: 400;
  font-size: 15px;
  line-height: 29px;
  color: #3C3C3C
}
.__careers_container-button {
  padding: 30px;
  display: flex;
  justify-content: center;
}

.__careers-button {
  background: #0A2540;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  height: 50px;
  left: 45.29%;
  right: 45.29%;
  border-radius: 6px;
}
.__button_text {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: white;
}

.__careers_images-container {
  padding: 20px;
  background-color: white;
}

.__careers-images {
  object-fit: cover;
  height: 100%
}

.__careers_images-middle {
  padding-top: 24px;
  padding-bottom: 24px;
}

/* Ipad */
@media screen and (max-width: 769px) {
  .__careers-images {
    border-radius: 6px;
    padding-bottom: 12px;
    width: 100%;
  }
  .__careers_images-middle {
    padding-top: 0;
    padding-bottom: 0;
  }
}
