.download-application {
  margin-bottom: 80px;
  gap: 80px;
}
.download-application > ul.tab-links {
  gap: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EBF5FF;
}
.download-application > ul.tab-links > li.tab-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1C1D1F;
  position: relative;
  cursor: pointer;
}
.download-application > ul.tab-links > li.tab-link::after {
  content: "";
  width: 100%;
  background-color: #0086FF;
  height: 3px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s all ease;
  opacity: 0;
}
.download-application > ul.tab-links > li.tab-link-active {
  color: #0087FA;
}
.download-application > ul.tab-links > li.tab-link-active::after {
  opacity: 1;
}
.download-application > .tab-contents > .tab-content > .download-items {
  gap: 24px;
}
.download-application > .tab-contents > .tab-content > .download-items > .item {
  gap: 16px;
  background: #F5FAFF;
  border-radius: 8px;
  padding: 16px;
}
.download-application > .tab-contents > .tab-content > .download-items > .item > div {
  gap: 4px;
  margin-left: 8px;
}
.download-application > .tab-contents > .tab-content > .download-items > .item > div > span {
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #0086FF;
  opacity: 0.5;
}
.download-application > .tab-contents > .tab-content > .download-items > .item > div > p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1C1D1F;
}
.download-application > .tab-contents > .tab-content > .qr-code {
  gap: 16px;
}
.download-application > .tab-contents > .tab-content > .qr-code > div {
  gap: 8px;
}
.download-application > .tab-contents > .tab-content > .qr-code > div > p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1C1D1F;
}
.download-application > .tab-contents > .tab-content > .qr-code > div > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: rgba(28, 29, 31, 0.4);
}
.download-application > .tab-contents > .tab-content > .qr-code > img {
  max-width: 64px;
}
.download-application > .tab-contents > .tab-content-active {
  display: flex !important;
}

.current-jobs {
  border-top: 1px solid #EBF5FF;
  border-bottom: 1px solid #EBF5FF;
  padding: 40px 0 204px 0;
  background-color: #F5FAFF;
}
.current-jobs .tab-content {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 40px !important;
}
.current-jobs .tab-content > .content-item {
  width: 100%;
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid #EBF5FF;
  border-radius: 24px;
  position: relative;
  gap: 24px;
}
.current-jobs .tab-content > .content-item > .job-title {
  gap: 24px;
}
.current-jobs .tab-content > .content-item > .job-title > p {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #1C1D1F;
}
.current-jobs .tab-content > .content-item > .job-title > div {
  gap: 16px;
}
.current-jobs .tab-content > .content-item > .job-title > div > span {
  padding: 0px 16px;
  height: 32px;
  background: rgba(0, 136, 255, 0.04);
  border-radius: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: #0088FF;
}
.current-jobs .tab-content > .content-item > .job-title > div > span:nth-child(2) {
  color: #2DBD96;
  background-color: #F0FAF7;
}
.current-jobs .tab-content > .content-item > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
.current-jobs .download-application > .tab-contents > .tab-content-active {
  display: grid !important;
}

.bug-main-part {
  margin-bottom: 80px;
  padding-top: 160px;
}
.bug-main-part > .content > .breadcrumbs {
  padding-top: 0;
}
.bug-main-part > .content > .title > p,
.bug-main-part > .content > .title > span {
  font-weight: 700;
  font-size: 48px;
  line-height: 80px;
  color: #1C1D1F;
}
.bug-main-part > .content > .title > p {
  color: #0086FF;
}

.cowroking-benifets {
  gap: 80px;
  margin: 120px 0;
}
.cowroking-benifets > .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #1C1D1F;
}
.cowroking-benifets > .items {
  width: 100%;
  gap: 24px;
}
.cowroking-benifets > .items > .item {
  width: 100%;
  width: 294px;
  height: 197px;
  background: linear-gradient(180deg, #F5FAFF 0%, #FFFFFF 100%);
  border: 1px solid #EBF5FF;
  border-radius: 24px;
  padding: 40px 0;
  gap: 40px;
}
.cowroking-benifets > .items > .item > p {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #1C1D1F;
}

.culture-of-us {
  gap: 80px;
  margin-bottom: 120px;
}
.culture-of-us > .content {
  gap: 40px;
}
.culture-of-us > .content > .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1C1D1F;
}
.culture-of-us > .content > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  color: #1C1D1F;
}

.warning-box2 {
  padding: 40px;
  gap: 32px;
  background: #FFFFFF;
  border: 1px solid #EBF5FF;
  border-radius: 24px;
  transform: translateY(-50%);
}
.warning-box2 > p {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #1C1D1F;
}

.sen-resume-form {
  margin: 0 0 80px 0;
  position: relative;
}
.sen-resume-form .gform_fields {
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
.sen-resume-form .gform_fields > .gfield {
  width: 48.7%;
}
.sen-resume-form .gform_footer {
  position: absolute;
  top: 70%;
  left: 0;
  margin: 0 !important;
}
.sen-resume-form .gform_footer > input {
  width: 200px !important;
}

.gravity-from-box {
  margin: 80px 0 120px 0;
}
.gravity-from-box .gform_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1C1D1F;
  margin-bottom: 40px;
}
.gravity-from-box .gform_fields {
  display: flex !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  gap: 32px !important;
  width: 100%;
}
.gravity-from-box .gform_fields > .gfield {
  display: flex !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  width: 100%;
  gap: 8px;
}
.gravity-from-box .gform_fields > .gfield > label {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1C1D1F;
  margin: 0 !important;
}
.gravity-from-box .gform_fields > .gfield > label > .gfield_required {
  display: none;
}
.gravity-from-box .gform_fields > .gfield > .ginput_container {
  width: 100%;
}
.gravity-from-box .gform_fields > .gfield > .ginput_container > input,
.gravity-from-box .gform_fields > .gfield > .ginput_container > textarea,
.gravity-from-box .gform_fields > .gfield > .ginput_container > select {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #1C1D1F;
  height: 40px;
  border: 1px solid #E0F0FF;
  padding: 0 16px;
}
.gravity-from-box .gform_fields > .gfield > .ginput_container > input:focus,
.gravity-from-box .gform_fields > .gfield > .ginput_container > textarea:focus,
.gravity-from-box .gform_fields > .gfield > .ginput_container > select:focus {
  border-color: #1C1D1F;
}
.gravity-from-box .gform_fields > .gfield > .ginput_container > input::placeholder,
.gravity-from-box .gform_fields > .gfield > .ginput_container > textarea::placeholder,
.gravity-from-box .gform_fields > .gfield > .ginput_container > select::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #1C1D1F;
  opacity: 0.8;
}
.gravity-from-box .gform_fields > .gfield > .ginput_container > select {
  display: flex;
  align-items: center;
}
.gravity-from-box .gform_fields > .gfield > .ginput_container > textarea {
  padding: 16px;
}
.gravity-from-box .gform_fields > .gfield > .gfield_description {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #1C1D1F;
  opacity: 0.5;
}
.gravity-from-box .gform_fields > .gfield--type-fileupload {
  width: auto;
  margin-bottom: 12px;
}
.gravity-from-box .gform_fields > .gfield--type-fileupload > .ginput_container {
  width: auto;
  cursor: pointer;
}
.gravity-from-box .gform_fields > .gfield--type-fileupload > .ginput_container > input {
  border: none;
  width: auto;
  padding: 0;
  cursor: pointer;
}
.gravity-from-box .gform_footer > input {
  height: 40px !important;
  background-color: #0086FF !important;
  border-radius: 8px !important;
  min-width: 120px !important;
}

@media only screen and (max-width: 1024px) {
  .download-application {
    margin-bottom: 40px;
    padding-bottom: 40px;
    gap: 40px;
  }
  .download-application > ul.tab-links {
    gap: 32px;
    padding-bottom: 16px;
  }
  .download-application > ul.tab-links > li.tab-link {
    font-size: 14px;
    line-height: 21px;
  }
  .download-application > ul.tab-links > li.tab-link::after {
    bottom: -18px;
  }
  .download-application > .tab-contents > .tab-content {
    flex-direction: column;
    gap: 24px;
  }
  .download-application > .tab-contents > .tab-content > .download-items {
    gap: 16px;
    flex-direction: column;
    width: 100%;
  }
  .download-application > .tab-contents > .tab-content > .download-items > a.item {
    width: 100%;
    position: relative;
  }
  .download-application > .tab-contents > .tab-content > .download-items > a.item > div {
    gap: 6px;
    margin-left: 0;
  }
  .download-application > .tab-contents > .tab-content > .download-items > a.item > div > p {
    font-size: 14px;
    line-height: 21px;
  }
  .download-application > .tab-contents > .tab-content > .download-items > a.item > svg {
    position: absolute;
    left: 16px;
  }
  .download-application > .tab-contents > .tab-content > .qr-code {
    width: 100%;
    justify-content: space-between;
  }
  .download-application > .tab-contents > .tab-content > .qr-code > div {
    align-items: flex-start;
  }
  .download-application > .tab-contents > .tab-content > .qr-code > div > span {
    font-size: 10px;
    line-height: 15px;
  }
  .bug-main-part {
    margin-bottom: 40px;
    padding-top: 110px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .bug-main-part > img {
    max-width: 130px;
  }
  .bug-main-part > .content > .title > p,
  .bug-main-part > .content > .title > span {
    font-size: 24px;
    line-height: 40px;
  }
  .cowroking-benifets {
    gap: 40px;
    margin: 64px 0;
  }
  .cowroking-benifets > .title {
    font-size: 20px;
    line-height: 30px;
  }
  .cowroking-benifets > .items {
    flex-direction: column;
  }
  .cowroking-benifets > .items > .item {
    width: 100%;
    padding: 24px 0;
  }
  .cowroking-benifets > .items > .item > p {
    font-size: 21px;
    line-height: 28px;
  }
  .culture-of-us {
    gap: 40px;
    margin-bottom: 64px;
    flex-direction: column;
    align-items: flex-start;
  }
  .culture-of-us > .content {
    gap: 24px;
  }
  .culture-of-us > .content > .title {
    font-size: 20px;
    line-height: 30px;
  }
  .culture-of-us > .content > p {
    font-size: 14px;
    line-height: 26px;
  }
  .culture-of-us > img {
    max-width: 160px;
  }
  .current-jobs {
    padding: 40px 0;
  }
  .current-jobs .tab-links {
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .current-jobs .tab-links > li {
    min-width: 150px;
    padding-bottom: 20px;
  }
  .current-jobs .tab-links > li::after {
    display: none;
  }
  .current-jobs .tab-content {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 24px !important;
  }
  .current-jobs .tab-content > .content-item {
    padding: 16px;
    gap: 8px;
  }
  .current-jobs .tab-content > .content-item > img {
    max-width: 60px;
  }
  .current-jobs .tab-content > .content-item > .job-title > p {
    font-size: 16px;
    line-height: 24px;
    color: #1C1D1F;
  }
  .current-jobs .tab-content > .content-item > .job-title > div {
    gap: 8px;
  }
  .current-jobs .tab-content > .content-item > .job-title > div > span {
    padding: 0px 8px;
    font-size: 12px;
  }
  .current-jobs .tab-content > .content-item > a {
    left: 8px;
  }
  .current-jobs .tab-content > .content-item > a > svg {
    max-width: 20px;
    max-height: 40px;
  }
  .warning-box2 {
    padding: 16px;
    gap: 24px;
    margin-top: 40px;
    transform: translateY(0);
    flex-direction: column;
  }
  .warning-box2 > p {
    font-size: 16px;
    text-align: center;
  }
  .sen-resume-form {
    margin: 40px 0;
  }
  .sen-resume-form .gform_fields > .gfield {
    width: 100%;
  }
  .sen-resume-form .gform_footer {
    position: unset;
    margin-top: 20px !important;
  }
  .sen-resume-form .gform_footer > input {
    width: 100% !important;
  }
  .gravity-from-box {
    margin: 40px 0;
  }
  .gravity-from-box .gform_title {
    font-size: 24px;
    line-height: 32px;
  }
  .gravity-from-box .gform_fields {
    gap: 24px;
  }
  .gravity-from-box .gform_fields > .gfield > label {
    font-size: 12px;
    line-height: 21px;
  }
  .gravity-from-box .gform_fields > .gfield > .ginput_container > input,
  .gravity-from-box .gform_fields > .gfield > .ginput_container > textarea,
  .gravity-from-box .gform_fields > .gfield > .ginput_container > select {
    height: 32px;
    font-size: 12px;
  }
  .gravity-from-box .gform_fields > .gfield > .ginput_container > input::placeholder,
  .gravity-from-box .gform_fields > .gfield > .ginput_container > textarea::placeholder,
  .gravity-from-box .gform_fields > .gfield > .ginput_container > select::placeholder {
    font-size: 12px;
  }
  .gravity-from-box .gform_footer {
    width: 100% !important;
  }
  .gravity-from-box .gform_footer > input {
    height: 32px !important;
    min-width: 100%;
    width: 100% !important;
  }
}

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