/* PHASE 3 - GLOBAL NEUTRALS / PROFESSIONAL DISCOVERY BATCH 01 */
main .g3-sec {
  padding: 150px 38px;
  border-top: 1px solid rgba(17, 22, 23, .12);
  background: #fff
}

main .g3-sec.mist {
  background: #edf4f4
}

main .g3-sec.dark {
  background: #082f31;
  color: #fff
}

main .g3-ey {
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #748688;
  font-weight: 600
}

main .g3-sec.dark .g3-ey {
  color: #a7b7b8
}

main .g3-head {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 66px
}

main .g3-head h2 {
  margin: 0;
  font-size: clamp(48px, 5.45vw, 84px);
  line-height: .92;
  letter-spacing: -.058em;
  font-weight: 400
}

main .g3-head p {
  margin: 0;
  font-size: 12px;
  line-height: 1.76;
  color: #607274
}

main .g3-sec.dark .g3-head p {
  color: #bbc9ca
}

main .g3-route {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(17, 22, 23, .12)
}

main .g3-route article {
  padding: 27px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  min-height: 330px
}

main .g3-route article:last-child {
  border-right: 0
}

main .g3-route strong {
  display: block;
  margin: 126px 0 14px;
  font-size: 22px;
  line-height: 1.03;
  font-weight: 400
}

main .g3-route p {
  font-size: 9px;
  line-height: 1.66;
  color: #687a7c
}

main .g3-long {
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  border: 1px solid rgba(17, 22, 23, .12)
}

main .g3-long .lead {
  padding: 42px;
  background: #082f31;
  color: #fff
}

main .g3-long .lead h3 {
  margin: 170px 0 18px;
  font-size: clamp(40px, 4.3vw, 68px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 400
}

main .g3-long .lead p {
  font-size: 11px;
  line-height: 1.76;
  color: #b9c8c9
}

main .g3-long .body {
  padding: 42px
}

main .g3-long .body p {
  margin: 0 0 24px;
  font-size: 11px;
  line-height: 1.82;
  color: #536668
}

main .g3-steps {
  border-top: 1px solid rgba(17, 22, 23, .12)
}

main .g3-steps article {
  display: grid;
  grid-template-columns: .19fr .81fr;
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  min-height: 215px
}

main .g3-steps .meta {
  padding: 30px;
  border-right: 1px solid rgba(17, 22, 23, .12)
}

main .g3-steps .meta strong {
  font-size: 46px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.05em;
  color: #082f31
}

main .g3-steps .body {
  padding: 30px
}

main .g3-steps h3 {
  margin: 0 0 13px;
  font-size: 28px;
  line-height: 1.02;
  letter-spacing: -.043em;
  font-weight: 400
}

main .g3-steps p {
  font-size: 10px;
  line-height: 1.7;
  color: #687a7c;
  max-width: 1040px
}

main .g3-bound {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(17, 22, 23, .12)
}

main .g3-bound .col {
  padding: 34px
}

main .g3-bound .col:first-child {
  background: #edf4f4;
  border-right: 1px solid rgba(17, 22, 23, .12)
}

main .g3-bound h3 {
  margin: 105px 0 18px;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.045em
}

main .g3-bound li {
  font-size: 10px;
  line-height: 1.7;
  color: #65787a;
  margin: 10px 0
}

/* search and results UI */
main .filters,
main .search-shell .filters,
main .verify-shell .filters {
  display: grid!important;
  grid-template-columns: repeat(12, 1fr)!important;
  gap: 0!important;
  border: 1px solid rgba(17, 22, 23, .14)!important;
  border-radius: 0!important;
  background: transparent!important;
}

main .dark .filters {
  border-color: rgba(255, 255, 255, .22)!important
}

main .filters .field {
  grid-column: span 3;
  padding: 18px!important;
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-radius: 0!important;
  background: transparent!important;
}

main .dark .filters .field {
  border-right-color: rgba(255, 255, 255, .16)
}

main .filters .field:first-child {
  grid-column: span 4
}

main .filters input,
main .filters select,
main .verify-shell input,
main .verify-shell select {
  width: 100%;
  border: 0!important;
  border-bottom: 1px solid rgba(127, 145, 146, .6)!important;
  border-radius: 0!important;
  padding: 11px 0!important;
  background: transparent!important;
  box-shadow: none!important;
}

main .filters button,
main .verify-shell button,
main .discovery-controls button,
main .routebar button {
  border-radius: 0!important
}

main .results,
main .neutral-grid,
main .register-results {
  gap: 0!important;
  border-top: 1px solid rgba(17, 22, 23, .12);
  border-left: 1px solid rgba(17, 22, 23, .12);
}

main .card,
main .person,
main .record,
main .ncard {
  border-radius: 0!important;
  box-shadow: none!important;
  border: 0!important;
  border-right: 1px solid rgba(17, 22, 23, .12)!important;
  border-bottom: 1px solid rgba(17, 22, 23, .12)!important;
}

main .card-photo,
main .person-photo,
main .record-photo,
main .nphoto {
  border-radius: 0!important
}

main .shortlist-bar,
main .compare-stage,
main .request-stage {
  border-radius: 0!important;
  box-shadow: none!important
}

main .chips span,
main .pill,
main .status,
main .role {
  border-radius: 0!important
}

@media(max-width: 1000px) {
  main .g3-head, main .g3-long {
    grid-template-columns: 1fr
  }
  main .g3-route {
    grid-template-columns: 1fr 1fr
  }
  main .filters {
    grid-template-columns: 1fr 1fr!important
  }
  main .filters .field, main .filters .field:first-child {
    grid-column: auto!important
  }
}

@media(max-width: 700px) {
  main .g3-sec {
    padding-left: 20px;
    padding-right: 20px
  }
  main .g3-route, main .g3-bound {
    grid-template-columns: 1fr
  }
  main .g3-steps article {
    grid-template-columns: 1fr
  }
  main .g3-steps .meta {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 22, 23, .12)
  }
  main .filters {
    grid-template-columns: 1fr!important
  }
}
