.xft-form-message {
  display: none;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid currentColor;
  border-radius: 0.35rem;
  line-height: 1.45;
}

.xft-form-message.is-visible {
  display: block;
}

.xft-video-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4vw;
  background: rgba(10, 16, 25, 0.92);
}

.xft-video-modal.is-open {
  display: flex;
}

.xft-video-modal__dialog {
  position: relative;
  width: min(1100px, 94vw);
  max-height: 90vh;
}

.xft-video-modal video {
  display: block;
  width: 100%;
  max-height: 82vh;
  border-radius: 0.5rem;
  background: #000;
}

.xft-video-modal__close {
  position: absolute;
  top: -2.9rem;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 999px;
  color: #fff;
  background: #111827;
  font: 700 1.4rem/1 sans-serif;
  cursor: pointer;
}

body.xft-modal-open {
  overflow: hidden;
}

.xft-job-details {
  max-width: 780px;
  margin: 0 auto;
  color: #252a27;
}

.xft-job-details h1 {
  max-width: 18ch;
  margin: 0 0 1rem;
  color: #202421;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -.025em;
}

.xft-job-location {
  margin: 0 0 2.5rem;
  color: #59615c;
  font-size: 1rem;
  font-weight: 600;
}

.xft-job-content {
  max-width: 72ch;
  color: #303632;
  font-size: 1.0625rem;
  line-height: 1.7;
}

.xft-job-content h2,
.xft-job-content h3 {
  margin: 2.75rem 0 1rem;
  color: #202421;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  line-height: 1.25;
}

.xft-job-content p {
  margin: 0 0 1.25rem;
}

.xft-job-content li {
  padding-left: .25rem;
  line-height: 1.65;
}

.xft-job-content ul,
.xft-job-content ol {
  display: grid;
  gap: .65rem;
  margin: 0 0 1.75rem;
  padding-left: 1.35rem;
}

.xft-job-content li::marker {
  color: #008f47;
}

.xft-job-cta {
  margin-top: 3.5rem;
  padding: 2rem 2.25rem;
  border: 1px solid #cdd8d0;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .55);
}

.xft-job-cta h2 {
  margin: 0 0 .75rem;
  color: #202421;
  font-size: 1.5rem;
  line-height: 1.25;
}

.xft-job-cta p {
  max-width: 58ch;
  margin: 0 0 1.25rem;
  color: #414943;
  font-size: 1rem;
  line-height: 1.6;
}

.xft-job-contact {
  display: inline-flex !important;
  width: auto !important;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: .75rem 1.35rem !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .xft-video-modal {
    padding: 1rem;
  }

  .xft-video-modal__dialog {
    width: 100%;
  }

  .xft-job-details h1 {
    max-width: none;
    font-size: 2.1rem;
    line-height: 1.15;
  }

  .xft-job-content {
    font-size: 1rem;
    line-height: 1.7;
  }

  .xft-job-content h2,
  .xft-job-content h3 {
    margin-top: 2.25rem;
  }

  .xft-job-cta {
    margin-top: 2.75rem;
    padding: 1.5rem;
  }
}

.xft-investor-logos {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  align-items: center !important;
  width: 100%;
  gap: clamp(1.25rem, 3vw, 2.5rem) !important;
}

.xft-investor-logo-link {
  display: flex;
  min-width: 0;
  min-height: 8rem;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.5rem;
  border-radius: .75rem;
  transition: background-color 160ms ease, transform 160ms ease;
}

.xft-investor-logo-link:hover {
  background: rgba(255, 255, 255, .42);
  transform: translateY(-2px);
}

.xft-investor-logo-link:focus-visible {
  outline: 3px solid #009647;
  outline-offset: 4px;
}

.xft-investor-logo {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 14rem !important;
  max-height: 5.25rem !important;
  object-fit: contain;
}

.xft-investor-logo--bcm {
  max-width: 15rem !important;
}

.xft-investor-logo--a195 {
  max-width: 14rem !important;
  filter: invert(1);
}

.xft-investor-logo--rikx {
  max-width: 13.5rem !important;
  filter: invert(1);
}

.xft-investor-logo--49th {
  max-width: 11rem !important;
  max-height: 5.75rem !important;
}

.xft-investor-logo--cecelia {
  max-width: 15rem !important;
}

.xft-investor-logo--amcr {
  width: 6.5rem !important;
  height: 6.5rem !important;
  border-radius: .5rem;
  object-fit: cover;
}

.nav_logo,
.nav_logo-mobile {
  height: 5.2rem;
  max-height: 5.2rem;
}

@media (max-width: 767px) {
  .xft-investor-logos {
    grid-template-columns: 1fr !important;
    gap: .75rem !important;
  }

  .xft-investor-logo-link {
    min-height: 5.5rem;
    padding: .75rem 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .xft-investor-logo-link {
    transition: none;
  }
}
