/* Meet The Team */

.centercontent:has(.mt-page) {
  overflow-x: hidden;
}

.centercontent > .container.design-print:has(.mt-page) {
  width: 100%;
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.centercontent .container:has(.mt-page) .leftdefaultimg,
.centercontent .container:has(.mt-page) .weareeverywhere,
.centercontent .container:has(.mt-page) > .breadcrumb {
  display: none !important;
}

.mt-page,
.mt-page *,
.mt-page *::before,
.mt-page *::after {
  box-sizing: border-box;
}

.mt-page {
  width: 100%;
  margin: 0 auto;
  padding: 84px 60px 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 104px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #26313a;
}

.mt-page a {
  text-decoration: none;
}

.mt-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #8a9199;
  text-transform: uppercase;
}

.mt-kicker--tight {
  letter-spacing: 0.13em;
}

.mt-rule {
  display: block;
  width: 66px;
  height: 3px;
  background: #c4470c;
}

.mt-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.mt-intro h1,
.mt-section h2,
.mt-wall h2,
.mt-cta h2 {
  margin: 0;
  font-weight: 700;
  text-align: center;
  text-wrap: balance;
}

.mt-intro h1 {
  font-size: 34px;
  line-height: 1.14;
  letter-spacing: 0.005em;
  color: #204e75;
  text-transform: none;
}

.mt-lede {
  margin: 0;
  max-width: 760px;
  font-size: 15.5px;
  line-height: 1.72;
  color: #55606a;
  text-align: center;
  text-wrap: pretty;
}

.mt-stats {
  margin-top: 10px;
  width: 100%;
  max-width: 1140px;
  border: 1px solid #dfe4e8;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mt-stats__cell {
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  text-align: center;
}

.mt-stats__cell + .mt-stats__cell {
  border-left: 1px solid #dfe4e8;
}

.mt-stats__cell strong {
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  color: #204e75;
}

.mt-stats__cell span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: #8a9199;
  text-transform: uppercase;
}

.mt-helper p {
  margin: 0;
}

.mt-leaders {
  margin-top: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.mt-leaders__head {
  width: 100%;
  max-width: 1140px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  border-bottom: 1px solid #dfe4e8;
  padding-bottom: 14px;
}

.mt-leaders__head h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #204e75;
  text-align: left;
  text-transform: none;
}

.mt-leaders__head p {
  margin: 0;
  max-width: 420px;
  font-size: 13.5px;
  line-height: 1.55;
  color: #55606a;
  text-wrap: pretty;
}

.mt-leaders__grid {
  width: 100%;
  max-width: 1140px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mt-card {
  border: 1px solid #dfe4e8;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.mt-card__photo {
  position: relative;
  height: 280px;
  background: linear-gradient(180deg, #fbfcfd 0%, #f4f7fa 45%, #e3eaf1 78%, #cfdbe6 100%);
  border-bottom: 1px solid #dfe4e8;
  overflow: hidden;
}

.mt-card__photo img {
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  bottom: 0;
  width: 100%;
  height: calc(100% - 16px);
  object-fit: contain;
  object-position: center bottom;
}

.mt-card__body {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mt-card__title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: #c4470c;
  text-transform: uppercase;
}

.mt-card__body h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  color: #204e75;
  text-transform: none;
}

.mt-card__body p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: #55606a;
  text-wrap: pretty;
}

.mt-wall {
  align-self: stretch;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #204e75;
  background-image: radial-gradient(#2d5f8c 1.2px, transparent 1.3px);
  background-size: 16px 16px;
  padding: 56px 60px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

.mt-wall h2 {
  font-size: 30px;
  line-height: 1.14;
  color: #fff;
}

.mt-wall .mt-kicker {
  color: #aec2d5;
}

.mt-badges {
  width: 100%;
  max-width: 1140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mt-badge {
  width: 110px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}

.mt-badge__strip {
  height: 7px;
}

.mt-badge__body {
  padding: 8px 4px 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.mt-badge__name {
  font-size: 13px;
  font-weight: 700;
  color: #1d2429;
  text-align: center;
  white-space: nowrap;
}

.mt-badge__role {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #6a747d;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
}

.mt-hire {
  width: 110px;
  border: 1.5px dashed #aec2d5;
  border-radius: 5px;
  background: transparent;
  box-shadow: none;
  transform: rotate(-1.4deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 10px 4px 11px;
  color: #fff;
  transition: background-color 0.15s, border-color 0.15s;
}

.mt-hire:hover,
.mt-hire:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.mt-hire strong {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.mt-hire span {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #e8a33d;
}

.mt-wall__caption {
  margin: 0;
  max-width: 640px;
  font-size: 13.5px;
  line-height: 1.6;
  color: #cfdceb;
  text-align: center;
  text-wrap: pretty;
}

.mt-hiring {
  padding: 14px 20px;
  border: 1px solid #3a6a95;
  background: rgba(22, 56, 84, 0.55);
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.mt-hiring span {
  color: #cfdceb;
  font-weight: 400;
}

.mt-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.mt-section h2 {
  font-size: 32px;
  line-height: 1.14;
  letter-spacing: 0.005em;
  color: #204e75;
}

.mt-section .mt-lede {
  max-width: 740px;
}

.mt-journey {
  margin-top: 14px;
  width: 100%;
  max-width: 1140px;
  border: 1px solid #dfe4e8;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mt-journey__cell {
  padding: 24px 22px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background-color 0.15s;
}

.mt-journey__cell + .mt-journey__cell {
  border-left: 1px solid #dfe4e8;
}

.mt-journey__cell:hover {
  background: #eef3f8;
}

.mt-journey__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mt-icon {
  width: 38px;
  height: 38px;
  border: 1px solid #204e75;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #204e75;
}

.mt-step {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: #c4470c;
}

.mt-journey__cell h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1d2429;
  text-transform: none;
}

.mt-journey__cell p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #55606a;
  text-wrap: pretty;
}

.mt-helper {
  width: 100%;
  max-width: 1140px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #f7f9fb;
  border: 1px solid #eef0f2;
  font-size: 13.5px;
  line-height: 1.55;
  color: #55606a;
}

.mt-helper svg {
  flex: none;
}

.mt-helper strong {
  color: #26313a;
}

.mt-cta {
  width: 100%;
  max-width: 900px;
  margin-top: 12px;
  padding: 46px 48px;
  background: #fff;
  border: 1px solid #dfe4e8;
  border-top: 3px solid #c4470c;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.mt-cta h2 {
  font-size: 33px;
  line-height: 1.12;
  letter-spacing: 0.01em;
  color: #204e75;
  text-transform: none;
}

.mt-cta__sub {
  margin: 0;
  max-width: 520px;
  font-size: 13.5px;
  line-height: 1.55;
  color: #6a747d;
  text-align: center;
  text-wrap: pretty;
}

.mt-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.mt-btn {
  display: inline-block;
  background: #c4470c;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 13px 28px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}

.mt-btn:hover,
.mt-btn:focus {
  background: #a13908;
  color: #fff !important;
}

.mt-btn--ghost {
  background: #fff;
  border: 1px solid #c9ced3;
  color: #204e75 !important;
  padding: 12px 24px;
}

.mt-btn--ghost:hover,
.mt-btn--ghost:focus {
  background: #204e75;
  border-color: #204e75;
  color: #fff !important;
}

.mt-signoff {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #8a9199;
}

.mt-page a:focus-visible,
.mt-page button:focus-visible {
  outline: 2px solid #204e75;
  outline-offset: 2px;
}

.mt-wall a:focus-visible {
  outline-color: #fff;
}

.mt-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1100px) {
  .mt-stats,
  .mt-leaders__grid {
    grid-template-columns: 1fr 1fr;
  }

  .mt-stats__cell {
    border-left: 0;
  }

  .mt-stats__cell:nth-child(2n) {
    border-left: 1px solid #dfe4e8;
  }

  .mt-stats__cell:nth-child(n + 3) {
    border-top: 1px solid #dfe4e8;
  }

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

  .mt-journey__cell {
    border-left: 0;
  }

  .mt-journey__cell:nth-child(2n) {
    border-left: 1px solid #dfe4e8;
  }

  .mt-journey__cell:nth-child(n + 3) {
    border-top: 1px solid #dfe4e8;
  }
}

@media (max-width: 640px) {
  .mt-page {
    padding: 48px 20px 64px;
    gap: 64px;
  }

  .mt-intro h1,
  .mt-cta h2 {
    font-size: 28px;
  }

  .mt-section h2,
  .mt-wall h2 {
    font-size: 24px;
  }

  .mt-leaders__grid {
    grid-template-columns: 1fr;
  }

  .mt-card__photo {
    height: 300px;
  }

  .mt-wall {
    padding: 48px 20px 40px;
  }

  .mt-journey {
    grid-template-columns: 1fr;
  }

  .mt-journey__cell,
  .mt-journey__cell:nth-child(2n) {
    border-left: 0;
  }

  .mt-journey__cell + .mt-journey__cell {
    border-top: 1px solid #dfe4e8;
  }

  .mt-actions,
  .mt-actions .mt-btn {
    width: 100%;
  }

  .mt-cta {
    padding: 32px 20px;
  }

  .mt-helper {
    align-items: flex-start;
  }
}
