:root {
  --bd-ink: #0d1720;
  --bd-ink-2: #142635;
  --bd-green: #128a51;
  --bd-green-2: #33a966;
  --bd-mint: #8ceeb8;
  --bd-gold: #c9a65b;
  --bd-muted: #68766e;
  --bd-surface: #f4f7f5;
  --bd-soft: #f5f9f6;
  --bd-line: #dce6df;
  --bd-white: #ffffff;
  --bd-shadow: 0 24px 70px rgba(20, 55, 36, .12);
  --bd-card-shadow: 0 12px 38px rgba(22, 48, 33, .08);
  --bd-font: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #26323b;
  background: var(--bd-surface);
  font-family: var(--bd-font);
  font-size: 15px;
  line-height: 1.65;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.bd-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.bd-site-main {
  background: var(--bd-surface);
}

.mobile-navigation-wrapper {
  display: none;
}

#wrapper.fullwidth {
  width: 100%;
  overflow: hidden;
}

#header-container.bd-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 82px;
  background: #fff;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, .12);
}

#header {
  min-height: 82px;
  background: #fff;
}

#header .container.bd-header-inner {
  display: flex;
  width: 1200px;
  max-width: calc(100% - 50px);
  min-height: 82px;
  box-sizing: border-box;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  margin: 0 auto;
  padding: 0 10px;
}

.left-side.bd-header-left {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
}

#logo_nh {
  display: flex;
  min-height: 82px;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, .15);
  margin-right: 15px;
  padding-right: 25px;
}

#logo_nh .bd-logo {
  display: inline-flex;
  width: auto;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

#logo_nh img {
  width: auto;
  height: 57px;
  max-height: 57px;
  object-fit: contain;
}

#navigation.bd-nav {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}

#navigation ul.menu {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation ul.menu > li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

#navigation ul.menu > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: #333;
  padding: 7px 11px;
  border-radius: 4px;
  text-decoration: none;
  transition: color 160ms ease;
}

#navigation ul.menu > li > a:hover,
#navigation ul.menu > li.current-menu-item > a,
#navigation ul.menu > li.current_page_item > a,
#navigation ul.menu > li.is-active > a {
  color: var(--bd-green);
}

.bd-language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #333;
  font-size: 15px;
  line-height: 1;
  padding: 7px 11px;
}

.bd-language-flag {
  display: inline-flex;
  font-size: 18px;
  line-height: 1;
}

.bd-language-chevron {
  color: #555;
  font-size: 15px;
  transform: translateY(-1px);
}

.right-side.bd-header-actions {
  display: flex;
  width: 157px;
  min-height: 82px;
  flex: 0 0 157px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e8ecef;
  padding-left: 24px;
}

.header-widget {
  width: 100%;
}

.login-register-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.login-register-buttons a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.login-register-buttons a i {
  display: none;
}

.login-register-buttons .login-btn::before,
.login-register-buttons .register-btn::before {
  display: inline-flex;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  justify-content: center;
  background: currentColor;
  content: "";
}

.login-register-buttons .login-btn::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 17v-3H3v-4h7V7l5 5-5 5Zm2 4v-2h7V5h-7V3h9v18h-9Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 17v-3H3v-4h7V7l5 5-5 5Zm2 4v-2h7V5h-7V3h9v18h-9Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.login-register-buttons .register-btn::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 17h2v-4h4v-2h-4V7h-2v4H7v2h4v4Zm1 5a10 10 0 1 1 0-20 10 10 0 0 1 0 20Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 17h2v-4h4v-2h-4V7h-2v4H7v2h4v4Zm1 5a10 10 0 1 1 0-20 10 10 0 0 1 0 20Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mmenu-trigger {
  display: none;
}

.bd-btn,
.bdp-button,
.bdp-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 13px;
  padding: 12px 22px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.bd-btn--primary,
.bdp-button,
.bdp-link {
  background: var(--bd-green);
  box-shadow: 0 12px 28px rgba(18, 138, 81, .25);
  color: #fff;
}

.bd-btn--primary:hover,
.bdp-button:hover,
.bdp-link:hover {
  background: #0f7545;
  color: #fff;
  transform: translateY(-1px);
}

.bd-btn--outline {
  border-color: rgba(255, 255, 255, .34);
  color: var(--bd-white);
}

.bd-btn--outline:hover {
  border-color: #fff;
  color: #fff;
}

.bdp-button-secondary {
  border-color: var(--bd-line);
  background: #fff;
  box-shadow: none;
  color: var(--bd-ink);
}

.bd-arrow {
  font-size: 19px;
  line-height: 1;
}

.bd-kicker,
.bdp-eyebrow {
  margin: 0 0 10px;
  color: var(--bd-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bd-title,
.bd-section-title {
  margin: 0;
  color: var(--bd-ink);
  font-size: 64px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.bd-section-title {
  font-size: 42px;
}

.bd-title--light {
  color: #fff;
}

.bd-section-copy {
  color: var(--bd-muted);
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.bd-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 104px;
  background: linear-gradient(135deg, #09131c 0%, #102330 55%, #0d1720 100%);
  color: var(--bd-white);
}

.bd-hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 46px 46px;
}

.bd-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr);
  gap: 52px;
  align-items: center;
}

.bd-hero-copy {
  max-width: 690px;
  margin: 18px 0 28px;
  color: #c5cfd5;
  font-size: 18px;
  line-height: 1.8;
}

.bd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bd-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 720px;
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
}

.bd-proof {
  min-height: 126px;
  padding: 18px;
}

.bd-proof + .bd-proof {
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.bd-proof strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.12;
}

.bd-proof span {
  display: block;
  color: #aebcc5;
  font-size: 12px;
  line-height: 1.55;
}

.bd-search-panel {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 9px;
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 25px 65px rgba(0, 0, 0, .25);
}

.bd-search-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.bd-search-top strong {
  color: #fff;
  font-size: 16px;
}

.bd-pill {
  border-radius: 999px;
  background: var(--bd-mint);
  color: var(--bd-ink);
  font-size: 11px;
  font-weight: 800;
  padding: 8px 12px;
}

.bd-field {
  margin-bottom: 12px;
}

.bd-field label {
  display: block;
  margin: 0 0 6px;
  color: #bdc8cf;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bd-field select {
  width: 100%;
  height: 50px;
  appearance: none;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 7px;
  outline: none;
  background:
    linear-gradient(45deg, transparent 50%, #8ceeb8 50%) calc(100% - 18px) 21px / 5px 5px no-repeat,
    linear-gradient(135deg, #8ceeb8 50%, transparent 50%) calc(100% - 13px) 21px / 5px 5px no-repeat,
    rgba(6, 16, 24, .66);
  color: #fff;
  font: inherit;
  padding: 0 36px 0 14px;
}

.bd-search-submit {
  width: 100%;
  border: 0;
}

.bd-trust {
  position: relative;
  z-index: 2;
  margin-top: -48px;
}

.bd-trust-card {
  padding: 24px;
  border: 1px solid #e3e7e5;
  border-radius: 9px;
  background: #fff;
  box-shadow: var(--bd-shadow);
}

.bd-trust-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid #edf0ef;
}

.bd-trust-head span:first-child {
  color: #657179;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bd-trust-head span:last-child {
  color: var(--bd-green);
  font-size: 12px;
  font-weight: 700;
}

.bd-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.bd-logo-tile {
  display: flex;
  height: 86px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e9e7;
  border-radius: 7px;
  padding: 13px;
}

.bd-logo-tile img {
  max-height: 52px;
  object-fit: contain;
  filter: saturate(.88);
}

.bd-why {
  padding: 96px 0 42px;
}

.bd-why-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.25fr;
  gap: 18px;
}

.bd-dark-card {
  min-height: 590px;
  padding: 34px;
  border-radius: 9px;
  background: var(--bd-ink);
  color: #fff;
}

.bd-dark-card .bd-section-copy {
  color: #bcc8cf;
}

.bd-steps {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.bd-step {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 7px;
  background: rgba(255, 255, 255, .065);
  padding: 13px;
}

.bd-step-icon,
.bd-feature-icon {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: rgba(140, 238, 184, .13);
  color: var(--bd-mint);
  font-size: 17px;
  font-weight: 800;
}

.bd-step strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 13px;
}

.bd-step small {
  display: block;
  color: #93a4ad;
  font-size: 10px;
  line-height: 1.45;
}

.bd-step-badge {
  border-radius: 999px;
  background: var(--bd-mint);
  color: var(--bd-ink);
  font-size: 10px;
  font-weight: 800;
  padding: 7px 10px;
}

.bd-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.bd-feature {
  min-height: 286px;
  border: 1px solid var(--bd-line);
  border-radius: 9px;
  background: #fff;
  padding: 28px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bd-feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(13, 23, 32, .09);
}

.bd-feature--green {
  border-color: transparent;
  background: linear-gradient(145deg, #29995d, #147a49);
  color: #fff;
}

.bd-feature--green .bd-feature-icon {
  background: rgba(255,255,255,.9);
  color: var(--bd-green);
}

.bd-feature h3 {
  margin: 28px 0 12px;
  color: var(--bd-ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.bd-feature p {
  margin: 0;
  color: var(--bd-muted);
  font-size: 13px;
  line-height: 1.75;
}

.bd-feature--green h3,
.bd-feature--green p {
  color: #fff;
}

.bd-live-jobs {
  background: var(--bd-surface);
  padding: 84px 0 92px;
}

.bd-jobs-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 32px;
}

.bd-jobs-heading .bd-section-copy {
  max-width: 470px;
}

.bd-jobs-more {
  margin-top: 30px;
  text-align: center;
}

.bdp-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0;
  color: #17231c;
}

.bd-listings-archive {
  padding: 10px 0 76px;
  background: #fff;
}

.page .bdp-shell {
  padding: 54px 0 84px;
}

.bdp-listings-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 22px;
}

.bdp-listings-head h2,
.bdp-dashboard h2,
.bdp-submit h2,
.bdp-application-form h2 {
  margin: 0;
  color: #17231c;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
}

.bdp-listings-head p:last-child {
  max-width: 520px;
  margin: 0;
  color: var(--bd-muted);
}

.bdp-filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 18px;
  margin: 0 0 30px;
  padding: 30px;
  border: 1px solid var(--bd-line);
  border-radius: 28px;
  background: var(--bd-soft);
  box-shadow: var(--bd-shadow);
}

.bdp-filter-bar label,
.bdp-form label {
  display: grid;
  min-width: 210px;
  gap: 7px;
  color: #345744;
  font-size: 13px;
  font-weight: 800;
}

.bdp-filter-bar input,
.bdp-filter-bar select,
.bdp-form input,
.bdp-form select,
.bdp-form textarea {
  min-height: 48px;
  border: 1px solid var(--bd-line);
  border-radius: 13px;
  background: #fff;
  color: #17231c;
  font: inherit;
  padding: 10px 14px;
  outline: none;
}

.bdp-filter-compact {
  box-shadow: none;
  border-radius: 13px;
}

.bdp-listing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bdp-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid var(--bd-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--bd-card-shadow);
  color: #17231c;
  padding: 25px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bdp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(22, 48, 33, .14);
}

.bdp-card-accent {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #33a966, #dfbd62);
}

.bdp-card-identity {
  display: flex;
  gap: 15px;
}

.bdp-company-logo {
  display: flex;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--bd-line);
  border-radius: 12px;
  background: linear-gradient(145deg, #eef5f1, #fff);
  color: var(--bd-green);
  font-weight: 900;
}

.bdp-card-main {
  min-width: 0;
}

.bdp-company {
  display: block;
  margin-bottom: 6px;
  color: var(--bd-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.bdp-card h3 {
  margin: 0;
  color: var(--bd-ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}

.bdp-card h3 a {
  color: inherit;
  text-decoration: none;
}

.bdp-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 16px 0 11px;
}

.bdp-card-meta span,
.bdp-card-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--bd-line);
  border-radius: 999px;
  background: #eef5f1;
  color: #345744;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  padding: 7px 10px;
}

.bdp-card-meta b {
  color: var(--bd-green);
}

.bdp-card-excerpt,
.bdp-card p {
  margin: 0;
  color: #68766d;
  font-size: 12px;
  line-height: 1.7;
}

.bdp-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #edf1ee;
}

.bdp-card-footer time {
  color: #839087;
  font-size: 11px;
}

.bdp-card-status {
  border-color: transparent;
  padding: 6px 9px;
}

.bdp-card-status.is-active {
  background: #e8f8ef;
  color: var(--bd-green);
}

.bdp-card-status.is-expired {
  background: #fff4dd;
  color: #9a6a14;
}

.bdp-link {
  min-height: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--bd-green);
  font-size: 12px;
  font-weight: 800;
  padding: 0;
}

.bdp-link:hover {
  background: transparent;
  color: var(--bd-green);
  transform: none;
}

.bd-content {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: 54px 0 84px;
}

.bd-content--employer-workspace {
  width: min(1760px, calc(100% - 40px));
}

.bd-content--employer-landing {
  width: min(100%, 100vw);
  max-width: none;
  padding: 0 0 84px;
}

.bd-content--employer-workspace > h1 {
  margin-bottom: 42px;
}

.bd-content--employer-landing > h1 {
  display: none;
}

.bd-content--employer-workspace .bdp-dashboard,
.bd-content--employer-workspace .bdp-submit,
.bd-content--employer-landing .bdp-employer-landing {
  width: 100%;
  max-width: none;
  padding: 0;
}

.bd-content h1 {
  margin-top: 0;
  color: var(--bd-ink);
  font-size: 52px;
  font-weight: 800;
  letter-spacing: 0;
}

.bd-blog-shell,
.bd-blog-archive,
.bd-blog-single {
  background:
    radial-gradient(circle at 12% 0, rgba(18, 138, 81, .08), transparent 30%),
    linear-gradient(180deg, #f7faf8 0, #eef4f0 100%);
  color: var(--bd-ink);
}

.bd-blog-shell,
.bd-blog-archive {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 58px 0 92px;
}

.bd-blog-hero,
.bd-blog-archive-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 36px;
  align-items: stretch;
  margin-bottom: 30px;
}

.bd-blog-archive-head {
  display: block;
  width: min(780px, 100%);
  margin-bottom: 32px;
}

.bd-blog-eyebrow,
.bd-blog-single-kicker,
.bd-blog-after span,
.bd-blog-sidebar-card span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  background: #e5f7ed;
  color: var(--bd-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: uppercase;
}

.bd-blog-eyebrow,
.bd-blog-after span,
.bd-blog-sidebar-card span {
  padding: 8px 12px;
}

.bd-blog-hero h1,
.bd-blog-archive-head h1,
.bd-blog-single-hero h1 {
  margin: 16px 0 16px;
  color: #0b1520;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: .98;
}

.bd-blog-archive-head h1 {
  font-size: clamp(34px, 4vw, 54px);
}

.bd-blog-hero p,
.bd-blog-archive-head p,
.bd-blog-single-hero p {
  max-width: 720px;
  margin: 0;
  color: #627066;
  font-size: 18px;
  line-height: 1.75;
}

.bd-blog-hero-actions,
.bd-blog-after-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.bd-blog-primary,
.bd-blog-secondary,
.bd-blog-read-link,
.bd-blog-sidebar-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 6px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.bd-blog-primary {
  background: var(--bd-green);
  color: #fff;
  box-shadow: 0 16px 34px rgba(18, 138, 81, .22);
}

.bd-blog-secondary {
  border: 1px solid #d7e4dc;
  background: #fff;
  color: #152219;
}

.bd-blog-hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid #dce8e0;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bd-card-shadow);
  padding: 28px;
}

.bd-blog-hero-panel strong {
  color: #0b1520;
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
}

.bd-blog-hero-panel span {
  margin-top: 8px;
  color: #0b1520;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
}

.bd-blog-hero-panel small {
  margin-top: 14px;
  color: #6f7a73;
  font-size: 14px;
  line-height: 1.6;
}

.bd-blog-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 34px;
}

.bd-blog-topics span {
  margin-right: 4px;
  color: #77837b;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.bd-blog-topics a,
.bd-blog-card-cats a,
.bd-blog-single-cats a,
.bd-blog-single-tags a {
  display: inline-flex;
  border: 1px solid #cfe2d8;
  border-radius: 999px;
  background: #fff;
  color: var(--bd-green);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.bd-blog-topics a {
  padding: 10px 13px;
}

.bd-blog-featured {
  margin-bottom: 26px;
}

.bd-blog-featured-card,
.bd-blog-card {
  overflow: hidden;
  border: 1px solid #dbe7df;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bd-card-shadow);
}

.bd-blog-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  min-height: 430px;
}

.bd-blog-featured-media,
.bd-blog-card-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #dfe8e2;
}

.bd-blog-featured-media::before,
.bd-blog-card-media::before,
.bd-blog-single-image::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(135deg, rgba(21, 149, 88, .12), rgba(255, 255, 255, 0) 52%),
    radial-gradient(circle at 78% 18%, rgba(21, 149, 88, .18), transparent 28%),
    #eef6f1;
}

.bd-blog-featured-media img,
.bd-blog-card-media img,
.bd-blog-single-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bd-blog-media-fallback {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--bd-green);
  font-size: 42px;
  font-weight: 800;
}

.bd-blog-media-fallback span {
  display: inline-flex;
  width: 96px;
  height: 96px;
  align-items: center;
  justify-content: center;
  border: 3px solid currentColor;
  background: rgba(255, 255, 255, .82);
  line-height: 1;
}

.bd-blog-featured-media:not(.has-image) .bd-blog-media-fallback,
.bd-blog-card-media:not(.has-image) .bd-blog-media-fallback,
.bd-blog-featured-media.is-broken .bd-blog-media-fallback,
.bd-blog-card-media.is-broken .bd-blog-media-fallback,
.bd-blog-single-image.is-broken .bd-blog-media-fallback {
  display: flex;
}

.bd-blog-featured-media.is-broken img,
.bd-blog-card-media.is-broken img,
.bd-blog-single-image.is-broken img {
  display: none;
}

.bd-blog-featured-body,
.bd-blog-card-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.bd-blog-featured-body {
  justify-content: center;
  padding: 42px;
}

.bd-blog-card-body {
  flex: 1;
  padding: 22px;
}

.bd-blog-card-meta,
.bd-blog-single-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #6b7870;
  font-size: 12px;
  font-weight: 800;
}

.bd-blog-single-kicker {
  background: transparent;
  padding: 0;
}

.bd-blog-card-meta span,
.bd-blog-single-kicker span {
  border-radius: 999px;
  background: #eef6f1;
  padding: 7px 10px;
}

.bd-blog-featured-body h2,
.bd-blog-card-body h2 {
  margin: 14px 0 12px;
  color: #0b1520;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.16;
}

.bd-blog-featured-body h2 {
  font-size: clamp(30px, 3.2vw, 48px);
}

.bd-blog-card-body h2 {
  font-size: 22px;
}

.bd-blog-featured-body h2 a,
.bd-blog-card-body h2 a {
  color: inherit;
  text-decoration: none;
}

.bd-blog-featured-body h2 a:hover,
.bd-blog-card-body h2 a:hover,
.bd-blog-read-link:hover {
  color: var(--bd-green);
}

.bd-blog-featured-body p,
.bd-blog-card-body p {
  margin: 0;
  color: #69756e;
  font-size: 15px;
  line-height: 1.75;
}

.bd-blog-card-footer {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 22px;
}

.bd-blog-card-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 0;
}

.bd-blog-card-cats a,
.bd-blog-single-cats a,
.bd-blog-single-tags a {
  padding: 8px 10px;
}

.bd-blog-read-link {
  min-height: 38px;
  flex: 0 0 auto;
  padding: 9px 0;
  color: var(--bd-green);
}

.bd-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.bd-blog-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.bd-blog-card-media {
  aspect-ratio: 16 / 10;
}

.bd-blog-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 34px;
}

.bd-blog-pagination a,
.bd-blog-pagination span {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7e4dc;
  border-radius: 6px;
  background: #fff;
  color: #17231c;
  font-weight: 800;
  text-decoration: none;
}

.bd-blog-pagination .current {
  border-color: var(--bd-green);
  background: var(--bd-green);
  color: #fff;
}

.bd-blog-single {
  padding-bottom: 86px;
}

.bd-blog-single-hero {
  padding: 66px 0 38px;
}

.bd-blog-single-hero-inner {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
}

.bd-blog-back {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--bd-green);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.bd-blog-single-cats,
.bd-blog-single-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.bd-blog-single-cats {
  margin-top: 24px;
}

.bd-blog-single-image {
  width: min(1120px, calc(100% - 48px));
  aspect-ratio: 16 / 7;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(13, 23, 32, .14);
  margin: 0 auto 44px;
  background: #dfe8e2;
}

.bd-blog-single-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 760px);
  gap: 42px;
  align-items: start;
  justify-content: center;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.bd-blog-single-sidebar {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 14px;
}

.bd-blog-sidebar-card {
  border: 1px solid #dce8e0;
  border-radius: 8px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 34px rgba(20, 55, 36, .08);
  padding: 18px;
}

.bd-blog-sidebar-card strong {
  display: block;
  margin: 12px 0 14px;
  color: #0b1520;
  font-size: 19px;
  line-height: 1.25;
}

.bd-blog-sidebar-card a {
  width: 100%;
  min-height: 42px;
  background: #0b1520;
  color: #fff;
}

.bd-blog-single-content {
  min-width: 0;
  border: 1px solid #dfe9e2;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bd-card-shadow);
  padding: clamp(28px, 5vw, 54px);
}

.bd-blog-single-content > *:first-child {
  margin-top: 0;
}

.bd-blog-single-content h2,
.bd-blog-single-content h3,
.bd-blog-single-content h4 {
  color: #0b1520;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
}

.bd-blog-single-content h2 {
  margin: 42px 0 14px;
  font-size: 31px;
}

.bd-blog-single-content h3 {
  margin: 32px 0 12px;
  font-size: 24px;
}

.bd-blog-single-content p,
.bd-blog-single-content li {
  color: #334238;
  font-size: 17px;
  line-height: 1.9;
}

.bd-blog-single-content p {
  margin: 0 0 20px;
}

.bd-blog-single-content a {
  color: var(--bd-green);
  font-weight: 700;
}

.bd-blog-single-content ul,
.bd-blog-single-content ol {
  padding-left: 24px;
}

.bd-blog-single-content blockquote {
  border-left: 4px solid var(--bd-green);
  margin: 30px 0;
  background: #f2f8f4;
  padding: 22px 24px;
  color: #17231c;
  font-weight: 700;
}

.bd-blog-single-content img {
  border-radius: 8px;
}

.bd-blog-single-tags {
  border-top: 1px solid #edf2ee;
  margin-top: 36px;
  padding-top: 22px;
}

.bd-blog-after {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, calc(100% - 48px));
  border: 1px solid #cfe2d8;
  border-radius: 8px;
  background: #0b1520;
  color: #fff;
  box-shadow: 0 22px 54px rgba(13, 23, 32, .16);
  margin: 46px auto 0;
  padding: 30px;
}

.bd-blog-after h2 {
  margin: 12px 0 8px;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
}

.bd-blog-after p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .74);
}

.bd-blog-after .bd-blog-secondary {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.bd-blog-empty {
  border: 1px solid #dbe7df;
  border-radius: 8px;
  background: #fff;
  padding: 34px;
  box-shadow: var(--bd-card-shadow);
}

.bd-blog-empty h2 {
  margin: 0 0 8px;
  color: #0b1520;
}

.bdp-company-logo img,
.bdj-company-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bd-job-v2 {
  --bdj-navy-950: #07141e;
  --bdj-navy-900: #0b1c28;
  --bdj-green-700: #0f7546;
  --bdj-green-600: #128a51;
  --bdj-green-300: #88e4aa;
  --bdj-green-100: #dff7e8;
  --bdj-gold: #d8c665;
  --bdj-ink: #142027;
  --bdj-muted: #69767c;
  --bdj-line: #dfe6e3;
  --bdj-surface: #f4f7f5;
  --bdj-white: #fff;
  --bdj-shadow-sm: 0 12px 30px rgba(7, 20, 30, .08);
  --bdj-shadow-lg: 0 26px 60px rgba(3, 15, 23, .22);
  margin: 0;
  background: var(--bdj-surface);
  color: var(--bdj-ink);
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.bd-job-v2,
.bd-job-v2 * {
  box-sizing: border-box;
}

.bd-job-v2 a {
  color: inherit;
  text-decoration: none;
}

.bd-job-v2 img {
  display: block;
  max-width: 100%;
}

.bdj-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.bdj-hero {
  position: relative;
  min-height: 610px;
  overflow: visible;
  padding: 0;
  background:
    linear-gradient(rgba(89, 125, 139, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 125, 139, .08) 1px, transparent 1px),
    linear-gradient(115deg, var(--bdj-navy-950), #0b2029 65%, #113b35);
  background-size: 46px 46px, 46px 46px, auto;
  color: var(--bdj-white);
}

.bdj-hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(52, 152, 104, .22), transparent 27%),
    linear-gradient(90deg, rgba(7, 20, 30, .35), transparent 60%);
  content: "";
  pointer-events: none;
}

.bdj-hero__glow {
  position: absolute;
  top: -300px;
  right: 0;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(128, 230, 172, .13);
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 0 80px rgba(128, 230, 172, .025), 0 0 0 160px rgba(128, 230, 172, .02);
  pointer-events: none;
}

.bdj-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 70px;
  align-items: center;
  padding: 48px 0;
}

.bdj-hero__copy {
  min-width: 0;
}

.bdj-company-inline {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  gap: 0;
  margin-bottom: 24px;
}

.bdj-company-logo {
  display: grid;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: #fff;
  color: var(--bd-green);
  font-weight: 800;
}

.bdj-company-logo--small {
  width: 70px;
  height: 70px;
  margin-right: 16px;
}

.bdj-company-logo--medium {
  width: 76px;
  height: 76px;
  border-color: #e0e7e4;
}

.bdj-company-logo--auto {
  display: grid;
  align-items: center;
  justify-content: center;
  place-items: center;
  aspect-ratio: 1 / 1;
  background: #fff;
  border-color: transparent;
  color: var(--bdj-green-700);
  text-align: center;
  box-shadow: none;
  padding: 0;
}

.bdj-company-logo--small.bdj-company-logo--auto {
  width: 70px;
  height: 70px;
}

.bdj-company-logo--medium.bdj-company-logo--auto {
  width: 76px;
  height: 76px;
}

.bdj-auto-logo-wordmark {
  display: flex;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  min-width: 0;
  min-height: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--bdj-green-600);
  font-family: Poppins, Arial, sans-serif;
  padding: 3px;
  overflow: hidden;
}

.bdj-auto-logo-primary,
.bdj-auto-logo-secondary {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: clip;
  overflow-wrap: anywhere;
}

.bdj-auto-logo-primary {
  color: var(--bdj-green-700);
  font-size: var(--bdj-auto-primary-size, 13px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .96;
  white-space: normal;
}

.bdj-auto-logo-secondary {
  margin-top: 3px;
  color: var(--bdj-green-600);
  font-size: var(--bdj-auto-secondary-size, 8px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: .98;
  white-space: normal;
}

.bdj-company-logo--medium .bdj-auto-logo-primary {
  font-size: calc(var(--bdj-auto-primary-size, 13px) + 1px);
}

.bdj-company-logo--medium .bdj-auto-logo-secondary {
  font-size: calc(var(--bdj-auto-secondary-size, 8px) + .4px);
}

.bdj-auto-logo-wordmark.is-single .bdj-auto-logo-primary {
  font-size: var(--bdj-auto-primary-size, 12px);
  white-space: normal;
  line-height: .98;
}

.bdj-company-name {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

a.bdj-company-name {
  text-decoration: none;
}

a.bdj-company-name:hover {
  color: #d6f6e2;
}

.bdj-company-logo[href] {
  text-decoration: none;
}

.bdj-company-card h3 a {
  color: inherit;
  text-decoration: none;
}

.bdj-company-card h3 a:hover {
  color: var(--bd-green);
}

.bdj-company-location {
  display: block;
  margin-top: 2px;
  color: #b7c5ca;
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.bdj-company-inline strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  color: var(--bdj-green-300);
  font-size: 13px;
  font-weight: 700;
}

.bdj-company-inline svg,
.bdj-benefits svg,
.bdj-form-trust svg,
.bdj-clean-list svg,
.bdj-verified-row svg,
.bdj-button svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bdj-eyebrow,
.bdj-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--bdj-green-300);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bdj-eyebrow {
  margin-bottom: 14px;
}

.bdj-eyebrow span {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 0;
  background: var(--bdj-gold);
}

.bdj-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.bdj-hero h1 span {
  display: inline;
  color: var(--bdj-green-300);
}

.bdj-hero__lead {
  max-width: 680px;
  margin: 18px 0 24px;
  color: #c1ccd0;
  font-size: 18px;
  line-height: 1.7;
}

.bdj-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 760px;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(197, 219, 225, .16);
  border-radius: 8px;
  margin-top: 0;
}

.bdj-offer-item {
  display: flex;
  min-width: 0;
  min-height: 82px;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, .035);
  border-right: 1px solid rgba(197, 219, 225, .13);
  padding: 14px 16px;
}

.bdj-offer-item:last-child {
  border-right: 0;
}

.bdj-offer-item--featured {
  background: rgba(111, 220, 153, .08);
}

.bdj-offer-item span {
  display: block;
  color: #81969f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bdj-offer-item strong {
  display: block;
  margin-top: 3px;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}

.bdj-offer-item--featured strong {
  color: var(--bdj-green-300);
  font-size: 26px;
}

.bdj-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 19px;
}

.bdj-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #aebdc2;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
}

.bdj-lead-card {
  position: relative;
  z-index: 20;
  min-width: 0;
  overflow: visible;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 8px;
  background: rgba(255, 255, 255, .99);
  box-shadow: var(--bdj-shadow-lg);
  color: var(--bdj-ink);
  scroll-margin-top: 95px;
}

.bdj-lead-card__heading {
  margin-bottom: 19px;
}

.bdj-open-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 0;
  border-radius: 0;
  background: transparent;
  color: var(--bdj-green-700);
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
}

.bdj-open-badge i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--bdj-green-600);
  border: 3px solid var(--bdj-green-100);
  box-sizing: content-box;
}

.bdj-lead-card h2 {
  margin: 9px 0 4px;
  color: var(--bdj-ink);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.bdj-lead-card p {
  margin: 0;
  color: #7b888d;
  font-size: 14px;
  line-height: 1.6;
}

.bdj-days {
  margin: 0 0 14px;
  padding: 12px 0;
  border-top: 1px solid #edf1ee;
  border-bottom: 1px solid #edf1ee;
}

.bdj-gravity-form .bdp-application-form {
  width: 100%;
  margin: 0;
}

.bdj-gravity-form .bdp-application-form > h2 {
  display: none;
}

.bdj-gravity-form .bdp-form {
  display: grid;
  gap: 12px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.bdj-gravity-form .bdp-application-entry {
  gap: 0;
}

.bdj-gravity-form .bdp-quick-apply {
  margin: 0 0 14px;
}

.bdj-gravity-form .bdp-step-progress {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.bdj-gravity-form .bdp-step-progress button {
  min-height: 36px;
  border-radius: 8px;
  font-size: 11px;
}

.bdj-gravity-form .bdp-step-progress span {
  width: 18px;
  height: 18px;
}

.bdj-gravity-form .bdp-step-panel {
  gap: 10px;
}

.bdj-gravity-form .bdp-step-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.bdj-gravity-form .bdp-step-review {
  border-radius: 8px;
  padding: 12px;
}

.bdj-gravity-form .bdp-gform-clone .gf_progressbar_wrapper {
  margin-bottom: 15px;
}

.bdj-gravity-form .bdp-gform-clone .gf_progressbar_title {
  color: #59676c;
  font-size: 11px;
}

.bdj-gravity-form .bdp-gform-clone .gf_progressbar {
  height: 8px;
  border-radius: 999px;
  background: #e8efeb;
}

.bdj-gravity-form .bdp-gform-clone .gf_progressbar_percentage {
  height: 8px;
  background: var(--bdj-green-600);
  border-radius: 999px;
}

.bdj-gravity-form .bdp-gform-clone .gf_progressbar_percentage span {
  display: none;
}

.bdj-gravity-form .bdp-gform-clone .gform_fields {
  gap: 12px 16px;
}

.bdj-gravity-form .bdp-gform-clone .gfield {
  display: block;
  gap: normal;
}

.bdj-gravity-form .bdp-gform-clone .gfield_label,
.bdj-gravity-form .bdp-gform-clone .gform-field-label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 5px;
  color: #435158;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.bdj-gravity-form .bdp-gform-clone legend.gfield_label {
  display: block;
  margin: 0 0 8px;
}

.bdj-gravity-form .bdp-gform-clone .gfield_required {
  margin-left: 0;
}

.bdj-gravity-form .bdp-gform-clone fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.bdj-gravity-form .bdp-gform-clone .ginput_container_radio,
.bdj-gravity-form .bdp-gform-clone .gfield_radio {
  width: 100%;
  min-width: 0;
}

.bdj-gravity-form .bdp-gform-clone .gchoice {
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  padding: 7px 0;
}

.bdj-gravity-form .bdp-gform-clone .gchoice input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 1px 0 0;
  padding: 0;
}

.bdj-gravity-form .bdp-gform-clone .gchoice label {
  display: block;
  width: auto;
  min-width: 0;
  max-width: 100%;
  color: #31453a;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.bdj-gravity-form .bdp-gform-clone .ginput_container input,
.bdj-gravity-form .bdp-gform-clone .ginput_container select {
  min-height: 48px;
  border: 1px solid #dce4e0;
  border-radius: 8px;
  background: #f7f9f8;
  color: var(--bdj-ink);
  font-size: 14px;
  line-height: 1.4;
  padding: 11px 13px;
}

.bdj-gravity-form .bdp-gform-clone .ginput_container input:focus,
.bdj-gravity-form .bdp-gform-clone .ginput_container select:focus {
  border-color: var(--bd-green);
  box-shadow: 0 0 0 3px rgba(18, 138, 81, .12);
  outline: 0;
}

.bdj-gravity-form .bdp-gform-clone .ginput_container.bdp-phone-combo {
  border-radius: 8px;
}

.bdj-gravity-form .bdp-gform-clone .ginput_container.bdp-phone-combo input,
.bdj-gravity-form .bdp-gform-clone .ginput_container.bdp-phone-combo input:focus {
  border: 0;
  box-shadow: none;
}

.bdj-gravity-form .bdp-phone-country-trigger {
  min-height: 48px;
  border-radius: 8px 0 0 8px;
}

.bdj-gravity-form .bdp-country-detect {
  width: auto;
  border-radius: 8px;
  background: #f0fbf4;
  color: var(--bd-green);
}

.bdj-gravity-form .bdp-country-status {
  color: var(--bd-muted);
  font-size: 11px;
}

.bdj-gravity-form .bdp-gform-clone .gform-page-footer {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  padding: 0;
}

.bdj-gravity-form .bdp-gform-clone .gform_previous_button,
.bdj-gravity-form .bdp-gform-clone .gform_next_button,
.bdj-gravity-form .bdp-gform-clone .gform_button {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  background: var(--bdj-green-600);
  box-shadow: 0 10px 24px rgba(18, 138, 81, .2);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 18px;
}

.bdj-gravity-form .bdp-gform-clone .gform_previous_button {
  width: auto;
  min-width: 110px;
  background: #eaf3ee;
  box-shadow: none;
  color: var(--bdj-green-700);
}

.bdj-gravity-form .bdp-field-grid {
  grid-template-columns: 1fr;
  gap: 10px;
}

.bdj-gravity-form .bdp-form label {
  min-width: 0;
  gap: 5px;
  color: #31453a;
  font-size: 12px;
  font-weight: 800;
}

.bdj-gravity-form .bdp-form input,
.bdj-gravity-form .bdp-form select,
.bdj-gravity-form .bdp-form textarea {
  min-height: 42px;
  border-radius: 8px;
  padding: 9px 11px;
}

.bdj-gravity-form .bdp-checks {
  gap: 8px 12px;
  border-radius: 8px;
  padding: 12px;
}

.bdj-gravity-form .bdp-checks label {
  font-size: 12px;
  font-weight: 700;
}

.bdj-gravity-form .bdp-button {
  width: 100%;
  min-height: 52px;
  border-radius: 8px;
}

.bdj-form-trust {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 13px 0 16px;
}

.bdj-form-trust span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 0;
  background: transparent;
  color: #7c898e;
  font-size: 11px;
  font-weight: 700;
  padding: 0;
}

.bdp-preview-application-mock {
  display: grid;
  gap: 8px;
  margin: 12px 0;
}

.bdp-preview-submit {
  min-height: 40px;
  border: 1px solid #dbe6e0;
  border-radius: 8px;
  background: #fff;
  color: var(--bdj-ink);
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  padding: 9px 12px;
}

.bdp-preview-form-fields {
  display: grid;
  gap: 7px;
  border: 1px solid #edf2ef;
  border-radius: 8px;
  background: #f8fbf9;
  padding: 9px;
}

.bdp-preview-field {
  display: grid;
  gap: 1px;
  border: 1px solid #dde7e2;
  border-radius: 8px;
  background: #fff;
  padding: 8px 10px;
}

.bdp-preview-field span {
  color: #7b888d;
  font-size: 11px;
  font-weight: 700;
}

.bdp-preview-field strong {
  color: var(--bdj-ink);
  font-size: 13px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.bdp-preview-submit {
  border-color: var(--bdj-green-600);
  background: var(--bdj-green-600);
  color: #fff;
  box-shadow: 0 10px 22px rgba(18, 138, 81, .2);
}

.bdj-quick-proof {
  background: #fff;
  border-bottom: 1px solid var(--bdj-line);
  box-shadow: 0 5px 20px rgba(11, 28, 40, .03);
}

.bdj-quick-proof__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bdj-quick-proof__inner > div,
.bdj-proof-item {
  display: flex;
  min-width: 0;
  min-height: 82px;
  flex-direction: column;
  justify-content: center;
  padding: 14px 28px;
  border-left: 0;
  border-right: 1px solid var(--bdj-line);
}

.bdj-quick-proof__inner > div:last-child,
.bdj-proof-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.bdj-quick-proof__inner > div:first-child,
.bdj-proof-item:first-child {
  padding-left: 0;
}

.bdj-quick-proof__inner > div span,
.bdj-proof-item span {
  display: block;
  color: #879398;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.bdj-quick-proof__inner > div strong,
.bdj-proof-item strong {
  display: block;
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--bdj-ink);
  font-size: 17px;
  line-height: 1.35;
}

.bdj-details {
  padding: 58px 0 64px;
}

.bdj-section-intro {
  display: flex;
  max-width: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 25px;
}

.bdj-section-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--bdj-green-600);
}

.bdj-section-intro h2 {
  margin: 0;
  color: var(--bdj-ink);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.bdj-section-intro p {
  max-width: 370px;
  margin: 0 0 3px;
  color: var(--bdj-muted);
  font-size: 14px;
  line-height: 1.7;
  text-align: right;
}

.bdj-details-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.bdj-detail-card {
  min-width: 0;
  min-height: 285px;
  border: 1px solid #dfe7e3;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bdj-shadow-sm);
  padding: 25px;
}

.bdj-detail-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 19px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--bdj-green-100);
  color: var(--bdj-green-700);
  font-size: 16px;
  font-weight: 900;
}

.bdj-detail-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bdj-detail-label {
  display: block;
  margin-top: 0;
  color: var(--bdj-green-600);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bdj-detail-card h3 {
  margin: 4px 0 10px;
  overflow-wrap: anywhere;
  color: var(--bdj-ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.bdj-rich-text {
  color: var(--bdj-muted);
}

.bdj-rich-text p,
.bdj-rich-text li,
.bd-entry p,
.bd-entry li {
  color: var(--bdj-muted);
  font-size: 14px;
  line-height: 1.75;
}

.bdj-rich-text p {
  margin: 0 0 10px;
}

.bdj-rich-text p:first-child {
  margin-top: 0;
}

.bdj-rich-text p:last-child {
  margin-bottom: 0;
}

.bdj-info-list,
.bdj-clean-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bdj-info-list {
  gap: 10px;
  margin-top: 20px;
}

.bdj-clean-list {
  gap: 10px;
  margin: 21px 0 0;
}

.bdj-info-list li {
  display: grid;
  grid-template-columns: 22px auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  border: 1px solid #e0e9e5;
  border-radius: 8px;
  background: #f4f8f6;
  padding: 13px 14px;
}

.bdj-info-list svg {
  width: 18px;
  height: 18px;
  color: var(--bd-green);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bdj-info-list li:last-child {
  border-bottom: 1px solid #e0e9e5;
  padding-bottom: 13px;
}

.bdj-info-list span {
  color: var(--bdj-green-700);
  font-size: 14px;
  font-weight: 800;
}

.bdj-info-list strong {
  min-width: 0;
  color: var(--bdj-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.bdj-clean-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #56646a;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 0;
}

.bdj-clean-list li::before {
  display: none;
}

.bdj-company-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(250px, .45fr) minmax(0, 1fr);
  gap: 26px;
  min-height: 0;
}

.bdj-company-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0;
}

.bdj-company-card__head h3 {
  margin-bottom: 4px;
}

.bdj-company-card__head p {
  margin: 0;
  color: var(--bd-muted);
}

.bdj-verified-row {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin-top: 21px;
  padding-top: 17px;
  border-top: 1px solid var(--bdj-line);
  color: var(--bdj-green-700);
  font-size: 11px;
  font-weight: 600;
}

.bdj-verified-row span,
.bdj-verified-row a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  background: #e9f7ef;
  color: var(--bd-green);
  font-size: 12px;
  font-weight: 800;
  padding: 7px 12px;
  text-decoration: none;
}

.bdj-verified-row > svg {
  color: var(--bd-green);
}

.bdj-verified-row a {
  background: #f8f4e8;
  color: #76632c;
}

.bdj-conversion-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 22px;
  border-radius: 8px;
  background: radial-gradient(circle at 100% 0, rgba(77, 170, 113, .23), transparent 28%), linear-gradient(125deg, var(--bdj-navy-900), #143329);
  box-shadow: var(--bdj-shadow-lg);
  color: #fff;
  padding: 27px 32px;
}

.bdj-conversion-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.bdj-conversion-cta p {
  max-width: 520px;
  margin: 5px 0 0;
  color: #a9bac0;
  font-size: 13px;
}

.bdj-button {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 8px;
  background: var(--bdj-green-600);
  box-shadow: 0 10px 24px rgba(18, 138, 81, .2);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 24px;
  text-decoration: none;
}

.bdj-button:hover {
  background: var(--bdj-green-700);
  color: #fff;
  box-shadow: 0 14px 30px rgba(18, 138, 81, .28);
  transform: translateY(-2px);
}

.bdj-mobile-apply {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--bd-green);
  box-shadow: 0 12px 28px rgba(18, 138, 81, .28);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 18px;
  text-decoration: none;
}

.bdp-dashboard,
.bdp-submit,
.bdp-application-form {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  color: var(--bd-ink);
}

.bdp-application-form {
  padding: 0;
}

.bdp-application-form > h2 {
  margin-bottom: 18px;
  color: rgb(20, 32, 39);
  font-size: 30px;
  font-weight: 800;
}

.bdp-form {
  display: grid;
  gap: 18px;
  padding: 26px;
  border-radius: 8px;
  background: #fff;
  box-shadow: rgba(7, 20, 30, .08) 0 12px 30px;
}

.bdp-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.bdp-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--bd-line);
  border-radius: 13px;
}

.bdp-checks legend {
  padding: 0 6px;
  color: var(--bd-ink);
  font-weight: 800;
}

.bdp-checks label {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.bdp-notice,
.bdp-error,
.bdp-panel,
.bdp-empty,
.bdp-preview,
.bdp-application-row {
  border: 1px solid var(--bd-line);
  border-radius: 13px;
  background: #fff;
}

.bdp-notice,
.bdp-error {
  margin: 0 0 18px;
  padding: 14px;
}

.bdp-notice {
  border-color: #b7e3c6;
  background: #f0fbf4;
}

.bdp-error {
  border-color: #ffc5c5;
  background: #fff4f4;
}

.bdp-dashboard,
.bdp-submit {
  padding: 54px 0 84px;
}

.bdp-dashboard-head,
.bdp-listing-stats {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.bdp-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.bdp-stat-grid-small {
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  min-width: 360px;
}

.bdp-stat {
  padding: 16px;
  border: 1px solid var(--bd-line);
  border-radius: 13px;
  background: #fff;
}

.bdp-stat span {
  display: block;
  color: var(--bd-muted);
  font-size: 13px;
}

.bdp-stat strong {
  display: block;
  margin-top: 6px;
  color: var(--bd-ink);
  font-size: 28px;
}

.bdp-panel,
.bdp-empty,
.bdp-preview {
  padding: 20px;
}

.bdp-application-list {
  display: grid;
  gap: 10px;
}

.bdp-application-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr .8fr 1.3fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
}

.bdp-employer-app,
.bdp-submit-studio {
  width: 100%;
}

.bdp-employer-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, #102330 0%, #1b3f2a 100%);
  color: #fff;
  padding: 30px;
}

.bdp-employer-hero .bdp-eyebrow {
  color: var(--bd-mint);
}

.bdp-employer-hero h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 46px;
  line-height: 1.15;
}

.bdp-employer-hero p {
  max-width: 620px;
  margin: 0;
  color: #c8d8ce;
}

.bdp-employer-actions,
.bdp-submit-final-actions,
.bdp-listing-links,
.bdp-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.bdp-stat-grid-modern {
  margin: 0 0 18px;
}

.bdp-stat-grid-modern .bdp-stat {
  border-radius: 8px;
  background: #fff;
  box-shadow: rgba(7, 20, 30, .06) 0 10px 24px;
}

.bdp-stat-grid-modern .bdp-stat-primary {
  background: #102330;
  color: #fff;
}

.bdp-stat-grid-modern .bdp-stat-primary span,
.bdp-stat-grid-modern .bdp-stat-primary small,
.bdp-stat-grid-modern .bdp-stat-primary strong {
  color: #fff;
}

.bdp-stat small {
  display: block;
  margin-top: 6px;
  color: var(--bd-muted);
  font-size: 12px;
}

.bdp-dashboard-panel {
  padding: 0;
  overflow: hidden;
}

.bdp-dashboard-layout {
  display: grid;
  grid-template-columns: minmax(340px, 420px) minmax(0, 1fr);
  min-height: 680px;
}

.bdp-listing-switcher {
  border-right: 1px solid var(--bd-line);
  background: #f8fbf9;
  max-height: min(78vh, 980px);
  overflow-y: auto;
  padding: 22px;
  scrollbar-color: #cfe3d6 transparent;
  scrollbar-width: thin;
}

.bdp-listing-switcher::-webkit-scrollbar {
  width: 8px;
}

.bdp-listing-switcher::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #cfe3d6;
}

.bdp-switcher-head,
.bdp-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.bdp-switcher-head span,
.bdp-section-head > span {
  color: var(--bd-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bdp-switcher-item {
  display: grid;
  gap: 4px;
  margin-bottom: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--bd-ink);
  padding: 12px;
  text-decoration: none;
}

.bdp-switcher-item:hover,
.bdp-switcher-item.is-active {
  border-color: #cfe3d6;
  background: #fff;
  color: var(--bd-ink);
}

.bdp-switcher-item span {
  font-weight: 800;
  line-height: 1.35;
}

.bdp-switcher-item small {
  color: var(--bd-muted);
  line-height: 1.5;
}

.bdp-dashboard-main {
  display: grid;
  gap: 20px;
  padding: 24px;
}

.bdp-listing-overview {
  align-items: flex-start;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.bdp-listing-title-block h3,
.bdp-section-head h3,
.bdp-panel-head h3,
.bdp-submit-preview-head h3 {
  margin: 0;
  color: var(--bd-ink);
  font-size: 24px;
  line-height: 1.2;
}

.bdp-status-pill {
  border-radius: 999px;
  background: #eef3f0;
  color: #395744;
  font-size: 12px;
  font-weight: 800;
  padding: 7px 10px;
}

.bdp-status-pill.is-active {
  background: #e5f8ed;
  color: var(--bd-green);
}

.bdp-listing-links a {
  color: var(--bd-green);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.bdp-publication-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}

.bdp-publication-card {
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.bdp-publication-card span,
.bdp-publication-card small {
  display: block;
  color: var(--bd-muted);
  font-size: 12px;
}

.bdp-publication-card strong {
  display: block;
  margin: 4px 0;
  color: var(--bd-ink);
  line-height: 1.35;
}

.bdp-applications {
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.bdp-application-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.bdp-application-row {
  grid-template-columns: minmax(240px, 1.3fr) minmax(130px, .7fr) minmax(190px, 1fr) minmax(220px, 1fr) minmax(190px, .9fr);
  border-radius: 8px;
}

.bdp-application-row.is-locked {
  background: #fffaf0;
}

.bdp-application-row span,
.bdp-application-row small {
  display: block;
  color: var(--bd-muted);
  font-size: 12px;
}

.bdp-application-row strong {
  color: var(--bd-ink);
  line-height: 1.35;
}

.bdp-submit-layout {
  display: grid;
  grid-template-columns: minmax(620px, 1fr) minmax(560px, .95fr);
  gap: 28px;
  align-items: start;
}

.bdp-submit-form,
.bdp-submit-preview-shell {
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: rgba(7, 20, 30, .06) 0 12px 30px;
}

.bdp-submit-form {
  padding: 26px;
}

.bdp-submit-progress {
  margin-bottom: 18px;
}

.bdp-submit-panel {
  gap: 18px;
}

.bdp-panel-head {
  border-bottom: 1px solid #edf1ee;
  padding-bottom: 14px;
}

.bdp-panel-head p {
  max-width: 620px;
  margin: 6px 0 0;
  color: var(--bd-muted);
}

.bdp-wide-field {
  display: grid;
  gap: 7px;
}

.bdp-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bdp-choice-grid label {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
  padding: 10px 12px;
}

.bdp-submit-help {
  display: grid;
  gap: 4px;
  border-radius: 8px;
  background: #f8f4e8;
  color: #3c3624;
  padding: 14px;
}

.bdp-submit-help span {
  color: #5f5a47;
}

.bdp-submit-preview-shell {
  position: sticky;
  top: 104px;
  overflow: hidden;
}

.bdp-submit-preview-head {
  padding: 18px 18px 0;
}

.bdp-preview-placeholder {
  display: grid;
  min-height: 420px;
  align-content: center;
  gap: 10px;
  margin: 18px;
  border: 1px dashed #cbd8d0;
  border-radius: 8px;
  background: #f8fbf9;
  color: var(--bd-muted);
  padding: 28px;
  text-align: center;
}

.bdp-preview-placeholder span {
  color: var(--bd-green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bdp-preview-placeholder strong {
  color: var(--bd-ink);
  font-size: 22px;
  line-height: 1.2;
}

.bdp-submit-preview-shell .bdp-preview-listing {
  margin-top: 18px;
}

.bdp-submit-preview-shell .bdp-preview-listing .bdj-container {
  width: 100%;
}

.bdp-submit-preview-shell .bdp-preview-listing .bdj-hero {
  padding: 24px;
}

.bdp-submit-preview-shell .bdp-preview-listing .bdj-hero__layout {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 18px;
}

.bdp-submit-preview-shell .bdp-preview-listing .bdj-hero h1 {
  font-size: 30px;
}

.bdp-submit-preview-shell .bdp-preview-listing .bdj-hero__lead {
  font-size: 14px;
}

.bdp-submit-preview-shell .bdp-preview-listing .bdj-offer-grid,
.bdp-submit-preview-shell .bdp-preview-listing .bdj-quick-proof__inner {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bdp-submit-preview-shell .bdp-preview-listing .bdj-lead-card {
  position: relative;
  top: 0;
  padding: 16px;
}

.bdp-submit-preview-shell .bdp-preview-listing .bdj-lead-card h2 {
  font-size: 22px;
}

.bdp-submit-preview-shell .bdp-preview-listing .bdj-details {
  padding: 18px;
}

.bdp-submit-preview-shell .bdp-preview-listing .bdj-details-grid {
  grid-template-columns: 1fr;
  gap: 12px;
}

.bdp-submit-preview-shell .bdp-preview-listing .bdj-detail-card {
  padding: 18px;
  box-shadow: none;
}

.bdp-submit-preview-shell .bdp-preview-listing .bdj-info-list li {
  grid-template-columns: auto 1fr;
}

.bd-site-footer {
  background: #151515;
  color: #909090;
}

.bd-footer-main {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, 1fr);
  gap: 28px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 52px 0 34px;
}

.bd-footer-brand img {
  width: 150px;
  margin-bottom: 18px;
}

.bd-footer-brand p,
.bd-footer-col p {
  margin: 0 0 12px;
}

.bd-footer-col h4 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.bd-footer-col a {
  display: block;
  margin: 0 0 8px;
  color: #909090;
  text-decoration: none;
}

.bd-footer-col a:hover {
  color: #fff;
}

.bd-footer-bottom {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #909090;
  font-size: 14px;
}

@media (min-width: 1600px) {
  .bd-header-inner {
    width: 1376px;
  }
}

@media (min-width: 960px) and (max-width: 1289px) {
  .bd-header-inner {
    width: 960px;
    max-width: calc(100% - 50px);
  }
}

@media (max-width: 1180px) {
  .bd-logo {
    width: auto;
  }

  .bd-logo img {
    width: auto;
    height: 50px;
    max-height: 50px;
  }

  .bd-nav {
    gap: 1px;
    font-size: 13px;
  }
}

@media (max-width: 980px) {
  .bd-header-inner,
  .bd-wrap,
  .bdj-container,
  .bdp-shell,
  .bdp-dashboard,
  .bdp-submit,
  .bdp-application-form,
  .bd-footer-main,
  .bd-footer-bottom {
    width: min(100% - 32px, 1180px);
  }

  .bd-header-inner {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    padding: 0;
  }

  .bd-header-left {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }

  .bd-logo {
    width: auto;
    min-height: 0;
    justify-content: flex-start;
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .bd-logo img {
    width: 184px;
    height: auto;
    max-height: 44px;
  }

  .bd-site-header {
    position: relative;
  }

  .bd-nav {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 18px;
    margin-top: 16px;
    white-space: normal;
  }

  .bd-language-switch {
    font-size: 14px;
  }

  .bd-header-actions {
    width: auto;
    min-height: 0;
    flex: 0 0 auto;
    flex-direction: row;
    justify-content: flex-start;
    gap: 24px;
    border-top: 1px solid #edf0f2;
    border-left: 0;
    padding: 14px 16px 16px;
  }

  .bd-hero-grid,
  .bd-why-grid,
  .bdj-hero__layout,
  .bd-footer-main {
    grid-template-columns: 1fr;
  }

  .bd-logo-grid,
  .bdp-listing-grid,
  .bdj-details-grid,
  .bdj-quick-proof__inner,
  .bdp-field-grid,
  .bdp-stat-grid,
  .bdp-stat-grid-small,
  .bdp-application-row {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .bd-hero {
    padding: 48px 0 82px;
  }

  .bd-title {
    font-size: 42px;
  }

  .bdp-employer-hero h2 {
    font-size: 34px;
  }

  .bd-section-title,
  .bdj-hero h1 {
    font-size: 34px;
  }

  .bd-content h1 {
    font-size: 38px;
  }

  .bd-proof-grid,
  .bdj-offer-grid {
    grid-template-columns: 1fr;
  }

  .bdj-hero {
    padding: 48px 0 58px;
  }

  .bdj-lead-card {
    position: relative;
    top: 0;
  }

  .bdj-proof-item,
  .bdj-proof-item:last-child,
  .bdj-quick-proof__inner > div,
  .bdj-quick-proof__inner > div:last-child {
    border-right: 0;
    border-left: 0;
    border-top: 1px solid var(--bd-line);
  }

  .bdj-proof-item:first-child,
  .bdj-quick-proof__inner > div:first-child {
    border-top: 0;
  }

  .bdj-section-intro,
  .bdj-conversion-cta,
  .bdp-employer-hero,
  .bdp-listing-stats {
    align-items: flex-start;
    flex-direction: column;
  }

  .bdp-employer-app,
  .bdp-submit-studio {
    width: 100%;
  }

  .bdp-dashboard-layout,
  .bdp-submit-layout {
    grid-template-columns: 1fr;
  }

  .bdp-listing-switcher {
    border-right: 0;
    border-bottom: 1px solid var(--bd-line);
    max-height: 360px;
  }

  .bdp-application-filters,
  .bdp-application-row,
  .bdp-choice-grid,
  .bdp-submit-preview-shell .bdp-preview-listing .bdj-hero__layout,
  .bdp-submit-preview-shell .bdp-preview-listing .bdj-offer-grid,
  .bdp-submit-preview-shell .bdp-preview-listing .bdj-quick-proof__inner {
    grid-template-columns: 1fr;
  }

  .bdp-submit-preview-shell {
    position: relative;
    top: 0;
  }

  .bdj-mobile-apply {
    display: none;
  }

  .bd-proof + .bd-proof {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
  }

  .bd-features {
    grid-template-columns: 1fr;
  }

  .bd-jobs-heading,
  .bdp-listings-head,
  .bdp-dashboard-head,
  .bdp-listing-stats,
  .bd-trust-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .bdp-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (min-width: 851px) and (max-width: 1050px) {
  .bdj-hero {
    padding: 0;
  }

  .bdj-hero__layout {
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 40px;
    padding: 48px 0;
  }

  .bdj-hero h1 {
    font-size: 60px;
  }

  .bdj-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bdj-offer-item:nth-child(2) {
    border-right: 0;
  }

  .bdj-offer-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(197, 219, 225, .13);
  }

  .bdj-quick-proof__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bdj-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bdj-company-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 850px) {
  .bdj-hero {
    padding: 0;
  }

  .bdj-hero__layout {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 38px 0;
  }

  .bdj-hero h1 {
    font-size: 52px;
  }

  .bdj-offer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bdj-offer-item:nth-child(2) {
    border-right: 1px solid rgba(197, 219, 225, .13);
  }

  .bdj-offer-item:nth-child(-n+2) {
    border-bottom: 0;
  }

  .bdj-lead-card {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 20px 25px;
  }

  .bdj-lead-card__heading {
    margin: 0;
  }

  .bdj-gravity-form {
    grid-row: span 2;
  }

  .bdj-form-trust {
    justify-content: flex-start;
    margin: 12px 0 0;
  }

  .bdj-quick-proof__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bdj-quick-proof__inner > div,
  .bdj-quick-proof__inner > div:last-child {
    border-top: 0;
    border-right: 1px solid var(--bdj-line);
  }

  .bdj-quick-proof__inner > div:last-child {
    border-right: 0;
  }

  .bdj-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bdj-company-card {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    min-height: 0;
  }
}

@media (max-width: 650px) {
  body.bd-job-v2-live {
    padding-bottom: 70px;
  }

  .bdj-container {
    width: min(calc(100% - 28px), 1180px);
  }

  .bdj-hero {
    min-height: auto;
    padding: 0;
  }

  .bdj-hero__glow {
    display: none;
  }

  .bdj-hero__layout {
    gap: 25px;
    padding: 27px 0 32px;
  }

  .bdj-company-inline {
    margin-bottom: 19px;
  }

  .bdj-company-logo--small {
    width: 64px;
    height: 64px;
  }

  .bdj-company-logo--small.bdj-company-logo--auto {
    width: 64px;
    height: 64px;
  }

  .bdj-auto-logo-wordmark {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    padding: 2px;
  }

  .bdj-auto-logo-primary,
  .bdj-company-logo--medium .bdj-auto-logo-primary {
    font-size: var(--bdj-auto-primary-size, 11px);
  }

  .bdj-auto-logo-secondary,
  .bdj-company-logo--medium .bdj-auto-logo-secondary {
    font-size: var(--bdj-auto-secondary-size, 7px);
  }

  .bdj-eyebrow {
    margin-bottom: 11px;
    font-size: 11px;
  }

  .bdj-hero h1 {
    font-size: 39px;
    line-height: 1.08;
  }

  .bdj-hero__lead {
    margin: 13px 0 18px;
    font-size: 15px;
  }

  .bdj-offer-grid,
  .bdj-quick-proof__inner,
  .bdj-quick-proof__inner--3,
  .bdj-quick-proof__inner--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bdj-offer-item {
    min-height: 68px;
    padding: 11px 13px;
  }

  .bdj-offer-item:nth-child(2) {
    border-right: 0;
  }

  .bdj-offer-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(197, 219, 225, .13);
  }

  .bdj-offer-item--featured strong {
    font-size: 21px;
  }

  .bdj-benefits {
    display: grid;
    gap: 7px;
    margin-top: 15px;
  }

  .bdj-lead-card {
    display: block;
    padding: 23px 20px;
  }

  .bdj-lead-card__heading {
    margin-bottom: 17px;
  }

  .bdj-lead-card h2 {
    font-size: 27px;
  }

  .bdj-form-trust {
    justify-content: center;
    margin: 12px 0 15px;
  }

  .bdj-gravity-form .gform-page-footer,
  .bdj-gravity-form .gform_page_footer {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .bdj-gravity-form .gform_previous_button {
    width: 100% !important;
  }

  .bdj-quick-proof__inner > div,
  .bdj-quick-proof__inner > div:first-child,
  .bdj-quick-proof__inner > div:last-child {
    min-height: 67px;
    padding: 10px 16px;
  }

  .bdj-quick-proof__inner > div:nth-child(2) {
    border-right: 0;
  }

  .bdj-quick-proof__inner > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--bdj-line);
  }

  .bdj-details {
    padding: 38px 0 42px;
  }

  .bdj-section-intro {
    display: block;
  }

  .bdj-section-intro h2 {
    font-size: 25px;
  }

  .bdj-section-intro > p {
    margin-top: 9px;
    text-align: left;
  }

  .bdj-details-grid {
    grid-template-columns: 1fr;
  }

  .bdj-detail-card,
  .bdj-company-card {
    grid-column: auto;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px;
  }

  .bdj-info-list li {
    grid-template-columns: 20px 1fr;
    gap: 7px 8px;
  }

  .bdj-info-list strong {
    grid-column: 2;
    font-size: 16px;
  }

  .bdj-conversion-cta {
    display: grid;
    padding: 24px 21px;
  }

  .bdj-conversion-cta h2 {
    font-size: 23px;
  }

  .bdj-conversion-cta .bdj-button {
    width: 100%;
  }

  .bdj-mobile-apply {
    position: fixed;
    z-index: 9998;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 9px 14px;
    background: #fff;
    border-top: 1px solid #dce3e0;
    box-shadow: 0 -10px 30px rgba(7, 20, 30, .12);
    color: #142027;
    font-family: Poppins, Arial, sans-serif;
    text-decoration: none;
    box-sizing: border-box;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .bdj-mobile-apply span {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  .bdj-mobile-apply small {
    color: #7c898e;
    font-size: 10px;
    text-transform: uppercase;
  }

  .bdj-mobile-apply strong {
    max-width: 55vw;
    overflow: hidden;
    color: #142027;
    font-size: 19px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bdj-mobile-apply b {
    padding: 12px 24px;
    border-radius: 8px;
    background: #128a51;
    color: #fff;
    font-size: 14px;
  }

  .bdj-mobile-apply.is-hidden {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
  }
}

@media (max-width: 390px) {
  .bdj-hero h1 {
    font-size: 35px;
  }

  .bdj-company-inline .bdj-company-name {
    font-size: 14px;
  }

  .bdj-company-inline .bdj-company-location {
    font-size: 12px;
  }

  .bdj-form-trust {
    gap: 10px;
  }
}

@media (min-width: 981px) {
  #header .container.bd-header-inner {
    width: 1200px;
    max-width: calc(100% - 50px);
  }

  .mobile-navigation-wrapper {
    display: none !important;
  }
}

@media (max-width: 980px) {
  body.bd-mobile-menu-open {
    overflow: hidden;
  }

  body.bd-mobile-menu-open::before {
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(12, 20, 18, .42);
    content: "";
  }

  .mobile-navigation-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: block;
    width: min(340px, 86vw);
    overflow-y: auto;
    background: #fff;
    box-shadow: 20px 0 50px rgba(0, 0, 0, .18);
    transform: translateX(-105%);
    transition: transform 220ms ease;
  }

  body.bd-mobile-menu-open .mobile-navigation-wrapper {
    transform: translateX(0);
  }

  .mobile-nav-header {
    display: flex;
    min-height: 82px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8ecef;
    padding: 18px 22px;
  }

  .mobile-nav-header .menu-logo img {
    display: block;
    width: 178px;
    max-height: 44px;
    object-fit: contain;
  }

  .menu-icon-toggle {
    position: relative;
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f2f6f3;
  }

  .menu-icon-toggle::before,
  .menu-icon-toggle::after {
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #24322a;
    content: "";
  }

  .menu-icon-toggle::before {
    transform: rotate(45deg);
  }

  .menu-icon-toggle::after {
    transform: rotate(-45deg);
  }

  .mobile-navigation-list ul.menu {
    margin: 0;
    padding: 16px 0 10px;
    list-style: none;
  }

  .mobile-navigation-list li {
    margin: 0;
    padding: 0;
  }

  .mobile-navigation-list a,
  .mobile-navigation-list .bd-language-switch {
    display: flex;
    width: 100%;
    align-items: center;
    min-height: 46px;
    padding: 12px 24px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
  }

  .mobile-navigation-list li.current-menu-item > a,
  .mobile-navigation-list li.current_page_item > a,
  .mobile-navigation-list li.is-active > a {
    color: var(--bd-green);
  }

  .mobile-nav-widgets {
    border-top: 1px solid #e8ecef;
    padding: 20px 24px 30px;
    color: #68766e;
    font-size: 14px;
  }

  .mobile-nav-widgets h4 {
    margin: 0 0 10px;
    color: #17231c;
    font-size: 15px;
  }

  .mobile-nav-widgets p {
    margin: 0 0 10px;
  }

  #header-container.bd-site-header {
    position: sticky;
    min-height: 72px;
  }

  #header {
    min-height: 72px;
  }

  #header .container.bd-header-inner {
    width: min(100% - 32px, 1180px);
    max-width: none;
    min-height: 72px;
    align-items: center;
    flex-direction: row;
    padding: 0;
  }

  .left-side.bd-header-left {
    flex: 1 1 auto;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }

  #logo_nh {
    min-height: 72px;
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }

  #logo_nh .bd-logo {
    min-height: 72px;
    justify-content: flex-start;
  }

  #logo_nh img {
    width: auto;
    height: 48px;
    max-height: 48px;
  }

  #navigation.bd-nav {
    display: none;
  }

  .right-side.bd-header-actions {
    width: auto;
    min-height: 72px;
    flex: 0 0 auto;
    border: 0;
    padding: 0;
  }

  .right-side.bd-header-actions .header-widget {
    display: none;
  }

  .mmenu-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hamburger {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #2a332e;
    cursor: pointer;
  }

  .hamburger-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    position: absolute;
    left: 0;
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .hamburger-inner {
    top: 9px;
  }

  .hamburger-inner::before {
    top: -8px;
  }

  .hamburger-inner::after {
    top: 8px;
  }

  body.bd-mobile-menu-open .hamburger-inner {
    transform: rotate(45deg);
  }

  body.bd-mobile-menu-open .hamburger-inner::before {
    opacity: 0;
  }

body.bd-mobile-menu-open .hamburger-inner::after {
    transform: translateY(-8px) rotate(-90deg);
  }
}

@media (max-width: 980px) {
  .bd-blog-shell,
  .bd-blog-archive,
  .bd-blog-single-hero-inner,
  .bd-blog-single-image,
  .bd-blog-single-layout,
  .bd-blog-after {
    width: min(100% - 32px, 1180px);
  }

  .bd-blog-shell,
  .bd-blog-archive {
    padding: 42px 0 66px;
  }

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

  .bd-blog-hero-panel {
    padding: 22px;
  }

  .bd-blog-featured-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .bd-blog-featured-media {
    aspect-ratio: 16 / 9;
  }

  .bd-blog-featured-body {
    padding: 28px;
  }

  .bd-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bd-blog-single-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .bd-blog-single-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bd-blog-single-image {
    aspect-ratio: 16 / 9;
    margin-bottom: 28px;
  }

  .bd-blog-after {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  .bd-blog-hero h1,
  .bd-blog-single-hero h1 {
    font-size: 38px;
  }

  .bd-blog-archive-head h1 {
    font-size: 34px;
  }

  .bd-blog-hero p,
  .bd-blog-archive-head p,
  .bd-blog-single-hero p {
    font-size: 16px;
    line-height: 1.7;
  }

  .bd-blog-hero-actions,
  .bd-blog-after-actions {
    width: 100%;
    flex-direction: column;
  }

  .bd-blog-primary,
  .bd-blog-secondary {
    width: 100%;
  }

  .bd-blog-topics {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .bd-blog-topics a,
  .bd-blog-topics span {
    flex: 0 0 auto;
  }

  .bd-blog-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bd-blog-card-body,
  .bd-blog-featured-body {
    padding: 20px;
  }

  .bd-blog-featured-body h2 {
    font-size: 28px;
  }

  .bd-blog-card-body h2 {
    font-size: 21px;
  }

  .bd-blog-card-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .bd-blog-single-hero {
    padding: 42px 0 28px;
  }

  .bd-blog-single-sidebar {
    grid-template-columns: 1fr;
  }

  .bd-blog-single-content {
    padding: 24px 18px;
  }

  .bd-blog-single-content h2 {
    font-size: 26px;
  }

  .bd-blog-single-content h3 {
    font-size: 22px;
  }

  .bd-blog-single-content p,
  .bd-blog-single-content li {
    font-size: 16px;
    line-height: 1.82;
  }

  .bd-blog-after {
    padding: 22px;
  }

  .bd-blog-after h2 {
    font-size: 25px;
  }
}
