html.ss-geo-pending [data-screen-label="Investors"] {
  visibility: hidden;
}

/* Generated template node for the persistent Investor Relations footer navigation entry. */
html.ss-investor-region-locked [data-dc-tpl="1188"] {
  display: none !important;
}

.ss-investor-locked {
  min-height: 72vh;
  padding: 170px 32px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--ink-strong, #f5f5f5);
}

.ss-investor-lock-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid rgba(180, 31, 36, .5);
  border-radius: 50%;
  color: var(--accent, #b41f24);
  background: rgba(180, 31, 36, .08);
}

.ss-investor-lock-icon svg {
  width: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.ss-investor-lock-label {
  margin-bottom: 18px;
  font: 600 11px/1.2 "JetBrains Mono", monospace;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent, #b41f24);
}

.ss-investor-locked h1 {
  max-width: 760px;
  margin: 0 0 20px;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -.035em;
}

.ss-investor-locked p {
  max-width: 580px;
  margin: 0 0 30px;
  color: var(--ink-2, #bdbdbd);
  font-size: 17px;
  line-height: 1.65;
}

.ss-investor-locked a {
  padding: 14px 24px;
  border: 1px solid var(--border, #393939);
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
}
