.hero-photo img {
  width: 100%;
  height: 100%;
}

:root {
  --navy: #092a4a;
  --navy-deep: #051d34;
  --brand: #167fa9;
  --blue: #1c83ad;
  --orange: #e16b36;
  --teal: #008b83;
  --violet: #675e9d;
  --steel: #3a6f9e;
  --ink: #10273b;
  --paper: #fff;
  --soft: #eef3f6;
  --line: #dbe4ea;
}

.recruit-page {
  width: min(820px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(5, 29, 52, .18);
}

.hero {
  display: grid;
  grid-template-columns: 48% 52%;
  background: var(--navy-deep);
}

.hero-photo {
  position: relative;
  background-image: linear-gradient(180deg, transparent 55%, rgba(5, 29, 52, .58)), url('/reference-page.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 945px auto;
}


.photo-caption {
  position: absolute;
  left: 28px;
  bottom: 25px;
  color: rgba(255, 255, 255, .9);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}

.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 54px 46px;
  color: #fff;
  background: linear-gradient(145deg, #11466d, #061f37 72%);
}

.hero-kicker,
.eyebrow,
.job-en {
  font-family: Arial, sans-serif;
  font-weight: 800;
  letter-spacing: .15em;
}

.hero-kicker {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-bottom: 24px;
  padding: 8px 11px;
  border-left: 3px solid #44c2cd;
  color: #9edfe3;
  font-size: 11px;
}

.hero h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: .06em;
}

.hero h1 strong {
  color: #fff;
  font-size: 48px;
}

.hero-copy>p {
  position: relative;
  z-index: 2;
  margin: 25px 0 30px;
  color: #d5e5ee;
  font-size: 14px;
  line-height: 1.9;
}

.company-name {
  position: relative;
  z-index: 2;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  color: #afc8d8;
  font-size: 13px;
}

.company-name span {
  margin-right: 14px;
  color: #fff;
  font-weight: 700;
}

.hero-ring {
  position: absolute;
  display: block;
  border: 1px solid rgba(99, 207, 213, .19);
  border-radius: 50%;
}

.hero-ring-one {
  right: -80px;
  top: -72px;
  width: 240px;
  height: 240px;
}

.hero-ring-two {
  right: 14px;
  bottom: -126px;
  width: 270px;
  height: 270px;
}

.intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 76px 64px 84px;
  background: #fff;
}

.intro .eyebrow {
  grid-column: 1/-1;
  margin: 0 0 -24px;
}

.eyebrow {
  color: var(--brand);
  font-size: 11px;
}

.intro h2,
.section-heading h2,
.entry h2 {
  margin-bottom: inherit !important;
  clear: inherit !important;
  padding: inherit !important;
  text-indent: inherit !important;
  background: inherit !important;
  color: inherit !important;
  border: inherit !important;
  margin: 0;
  font-weight: 700;
  letter-spacing: .04em;
}

.intro h2 {
  margin-bottom: inherit !important;
  clear: inherit !important;
  padding: inherit !important;
  text-indent: inherit !important;
  background: inherit !important;
  color: inherit !important;
  border: inherit !important;
  padding: 0 !important;
  font-size: 26px !important;
  line-height: 1.55;
}
.intro h2:before,
.section-heading h2:before,
.entry h2:before{
  display: none !important;
}


.intro-text {
  margin: 2px 0 0;
  color: #536878;
  font-size: 15px !important;
  line-height: 2.05 !important;
}

.section {
  padding: 72px 56px 80px;
}

.conditions {
  background: var(--soft);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 38px;
}

.section-number {
  margin: 0 0 5px !important;
  color: #bed0da;
  font-family: Georgia, serif;
  font-size: 44px !important;
  line-height: 1 !important;

}

.section-heading .eyebrow {
  margin: 0;
}

.section-heading h2 {
  font-size: 31px !important;
}

.condition-grid,
.job-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.condition-card {
  min-height: 240px;
  padding: 24px 26px;
  color: #fff;
}

.condition-card.blue {
  background: linear-gradient(145deg, #268fb7, #136d99);
}

.condition-card.orange {
  background: linear-gradient(145deg, #ec8051, #d85a2a);
}

.condition-card.teal {
  background: linear-gradient(145deg, #12a095, #00776f);
}

.condition-card.violet {
  background: linear-gradient(145deg, #7b70b3, #57508d);
}

.card-topline {
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.condition-card h3 {
  color:#fff !important;
  margin: 23px 0 8px !important;
  font-size: 23px !important;
  border-bottom: inherit !important;
          padding:0 !important;
        text-indent:inherit !important
}

.condition-card h3::before{
  display: none !important;
}

.condition-value {
  margin: 0 0 18px;
  font-family: Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: .03em;
}

.condition-note {
  margin: 0;
  white-space: pre-line;
  font-size: 14px !important;
  line-height: 1.75;
  opacity: .9;
}

.jobs {
  background: linear-gradient(160deg, #092a4a, #031a2f);
  color: #fff;
}

.light-heading .section-number {
  color: rgba(255, 255, 255, .18);
}

.light-heading .eyebrow {
  color: #69c8d1;
}

.light-heading>div:last-child {
  text-align: right;
}

.heading-note {
  margin: 8px 0 0;
  color: #a9bdcb;
  font-size: 13px;
}

.job-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  padding: 28px 28px 30px;
  border-top: 4px solid currentColor;
  background: rgba(255, 255, 255, .07);
}

.job-card.blue {
  color: #68c6e3;
}

.job-card.violet {
  color: #aea6e0;
}

.job-card.steel {
  color: #91b9dd;
}

.job-card.teal {
  color: #62d2c6;
}

.job-card::after {
  content: "";
  position: absolute;
  right: -45px;
  top: 34px;
  width: 130px;
  height: 130px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .16;
}

.job-number {
  float: right;
  color: rgba(255, 255, 255, .22);
  font-family: Georgia, serif;
  font-size: 32px;
}

.job-en {
  margin: 0 0 15px;
  font-size: 10px;
}

.job-card h3 {
  margin: 0 0 10px;
  color: #fff !important;
  font-size: 31px !important;
  border-bottom: inherit !important;

}
.job-card h3::before{
  display: none !important;
  border-bottom:none !important;
}

.job-lead {
  margin: 0 0 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  color: #c7d3dc;
  font-size: 13px;
}

.job-card ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  color: #edf4f7;
  font-size: 13px;
  line-height: 1.85;
}

.job-card li {
  position: relative;
  border-top: none !important;
  border-bottom: none !important;
  padding:5px 0 5px 13px !important;
  margin:0 !important;
  font-size:14px !important;
}
.job-card li:before{
  display: none !important;
}

.job-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .78em;
  width: 5px;
  height: 5px;
  background: currentColor;
}

.entry {
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 390px;
  background: #f4f7f9;
}

.entry-label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 34px;
  background: var(--brand);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .15em;
  writing-mode: vertical-rl;
}

.entry-label span {
  color: rgba(255, 255, 255, .5);
  font-family: Georgia, serif;
  font-size: 42px;
}

.entry-copy {
  padding: 62px 58px 66px;
}

.entry-copy .eyebrow {
  margin: 0 0 16px;
}

.entry h2 {
  margin-bottom: 22px !important;
  font-size: 30px !important;
  line-height: 1.55 !important;
  padding:0 !important;
}

.entry-copy>p:not(.eyebrow) {
  margin: 0 !important;
  color: #586b79 !important;
  font-size: 14px !important;
  line-height: 1.95 !important;
}

.entry-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
  margin-top: 30px;
  padding: 17px 20px;
  border: 1px solid var(--navy);
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: .2s ease;
}

.entry-button:hover {
  background: var(--navy);
  color: #fff;
}

.form-preview {
  padding: 58px 64px 80px;
  background: #fff;
}

.form-preview>p {
  margin: 0 0 8px;
  color: var(--brand);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}

.form-preview h2 {
  margin: 0 0 30px;
  font-size: 26px;
}

.form-line {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  min-height: 70px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
}

.form-line:last-child {
  border-bottom: 1px solid var(--line);
}

.form-line i {
  display: block;
  height: 40px;
  border: 1px solid #ccd8df;
  background: #fbfcfd;
}

.recruit .wpcf7 table th,
.recruit .wpcf7 table td{
  font-size:120% !important;
}
.wpcf7-form .subbtn .wpcf7-submit:disabled{
  border: 2px solid #ccc !important;
}
.wpcf7-form .subbtn .wpcf7-submit:enabled {
    border: 2px solid #2159A5 !important;
}
@media (max-width:640px) {
  .site-frame {
    padding: 0;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-photo {
    min-height: 330px;
    background-size: 660px auto;
  }

  .hero-copy {
    padding: 48px 28px 52px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero h1 strong {
    font-size: 39px;
  }

  .intro {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 58px 28px 64px;
  }

  .intro .eyebrow {
    margin-bottom: 0;
  }

  .section {
    padding: 58px 24px 64px;
  }

  .section-heading {
    align-items: flex-start;
  }

  .condition-grid,
  .job-grid {
    grid-template-columns: 1fr;
  }

  .light-heading>div:last-child {
    text-align: right;
  }

  .heading-note {
    max-width: 150px;
  }

  .entry {
    grid-template-columns: 64px 1fr;
  }

  .entry-label {
    padding: 30px 18px;
  }

  .entry-copy {
    padding: 52px 26px 58px;
  }

  .entry-button {
    width: 100%;
  }

  .form-preview {
    padding: 48px 24px 60px;
  }

  .form-line {
    grid-template-columns: 90px 1fr;
  }
}