html body {
  background-image: none;
  background-color: #121212 !important;
}

#layout-region-main-content.fidgrid--row, #layout-region-center-well:not(:has(article)),
#layout-region-center-well:has(article[data-fmrtoctcmid="tcm:526-3035859"]) {
  background: #121212;
}

.fcat--wallet {
  color: #f4f4f4;
}
.fcat--wallet h1,
.fcat--wallet h2,
.fcat--wallet p,
.fcat--wallet:not(:has(option)) a,
.fcat--wallet a:visited {
  margin: 0 0 30px 0;
  color: inherit;
  font-family: "Fidelity Sans 2", Helvetica, Sans-serif;
  font-weight: 400;
}
.fcat--wallet h1 {
  font-size: 54px;
}
.fcat--wallet h2 {
  font-size: 30px;
  line-height: normal;
}
.fcat--wallet-highlight {
  color: #B5BD00;
}
.fcat--wallet-nav {
  position: fixed;
  width: 100%;
  max-width: 1400px;
  top: 0;
  z-index: 1;
}
.fcat--wallet-body {
  margin-top: 100px;
  &:before {
    content: var(--biline);
    display: block;
    font-size: 18px;
    letter-spacing: 0;
  }
}
.fcat--wallet.fiftyfiftyimageRight {
  background: #121212;
  min-height: clamp(200px, 12.5rem + (1vw - 6.5px) * 40, 500px);
}
@media (max-width: 799px) {
  .fcat--wallet.fiftyfiftyimageRight {
    gap: 0;
  }
  .fcat--wallet.fiftyfiftyimageRight .box-image-left {
    padding-bottom: 0;
  }
  .fcat--wallet.fiftyfiftyimageRight .box-image-title {
    padding-top: 0;
  }
}
.fcat--wallet.fcat--wallet-secondary-color, .fcat--wallet.fcat--wallet-tertiary-color, .fcat--wallet.fcat--wallet-secondary-gradient {
  color: #121212;
}
.fcat--wallet.fcat--wallet-secondary-color {
  background: #D7D3DB;
}
.fcat--wallet.fcat--wallet-secondary-gradient {
  background: linear-gradient(179.28deg, #FEFEFE 48.34%, #9591A0 97.15%);
}
.fcat--wallet.fcat--wallet-tertiary-color {
  background: #ffffff;
}
.fcat--wallet .box-image-title,
.fcat--wallet .box-image-text {
  font-family: "Fidelity Sans 2", Helvetica, Sans-serif;
  font-weight: 400;
  color: inherit;
  letter-spacing: 0;
  line-height: 1.5;
}
.fcat--wallet .box-image-title {
  font-size: 40px;
  line-height: 1;
}
.fcat--wallet.fcatFooter {
  position: static;
}
.fcat--wallet.fcatFooter h1, .fcat--wallet.fcatFooter :not(.footerBottom) p {
  color: #121212;
}
.fcat--wallet .footerBottom {
  height: auto;
  padding: 20px 60px 0 60px;
}
.fcat--wallet .footerBottom > p {
  color: #777777;
  font-size: 14px;
  line-height: normal;
}
.fcat--wallet nav {
  display: flex;
  border-radius: 0 0 20px 20px;
  align-items: center;
  padding: 20px 30px;
  background-color: #121212;
  justify-content: center;
  text-align: center;
}
.fcat--wallet nav .fcat--wallet-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #f4f4f4;
  width: 100%;
  gap: 50px;
}
.fcat--wallet nav .fcat--wallet-links :not(option) a, .fcat--wallet nav .fcat--wallet-logo a, .fcat--wallet nav .fcat--wallet-logo a:visited {
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
}
.fcat--wallet nav .fcat--wallet-verify-button {
  border-radius: 36px;
  padding: 18px;
  background: #B5BD00;
  font-family: "Input Sans Compressed";
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
.fcat--wallet-hero {
  min-height: 520px;
  background-repeat: no-repeat;
  background-size: 45%, cover;
  background-position: 75% -2px, 700px 0;
  background-image: url("/bin-public/060_www_fidelity_com/external_fcat/images/fcat-wallet/Hero.webp"), url("/bin-public/060_www_fidelity_com/external_fcat/images/header-bg-fallback.png");
}
@supports (background-image: url("/bin-public/060_www_fidelity_com/external_fcat/images/fcat-wallet/Hero.webp")) {
  .fcat--wallet-hero {
    background-image: url("/bin-public/060_www_fidelity_com/external_fcat/images/fcat-wallet/Hero.webp"), url("/bin-public/060_www_fidelity_com/external_fcat/images/fcat-wallet/header-bg-primary.webp");
  }
}
.fcat--wallet-hero {
  margin: 0 0 0 50px;
  padding: 20px 0;
}
.fcat--wallet-hero-vault {
  background-image: url("/bin-public/060_www_fidelity_com/external_fcat/images/fcat-wallet/fcat-wallet-vault-hero.webp");
  background-position-x: right;
}
.fcat--wallet-vault-recovery + .content-body {
  background: linear-gradient(180deg, #eee, #fff)
}
.fcat--wallet-hero-banner {
  margin: 20px 20px 140px 0;
  max-width: 40%;
  margin-bottom: 140px;
}
@media (max-width: 1100px) {
  .fcat--wallet-hero {
    background-image: none;
  }
  .fcat--wallet-hero-banner {
    max-width: none;
  }
}
.fcat--wallet-hero-steps {
  display: grid;
  gap: 20px;
  grid-auto-flow: column;
  align-items: flex-end;
}
.fcat--wallet-hero-steps-card {
  position: relative;
  padding: 40px 20px 20px 20px;
  border-radius: 26px;
  border: 1px solid #444;
  background: rgba(18, 18, 18, 0.8);
  height: 100%;
}
.fcat--wallet-hero-steps-card-title {
  display: flex;
  align-items: baseline;
}
.fcat--wallet-hero-steps-card-title h2 {
  flex-grow: 1;
}
.fcat--wallet-hero-steps-card-title div .fcat--wallet-hero-steps-card-title-num {
  color: #B5BD00;
  font-family: "Input Sans Compressed";
  font-size: 36px;
  border: 2px solid #B5BD00;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 1.5;
}
.fcat--wallet-hero-steps-card-cta {
  position: absolute;
  bottom: 20px;
}
.fcat--wallet .assetTitle, .fcat--wallet .assetDescroption {
  font-family: "Fidelity Sans 2", Helvetica, Sans-serif;
  font-weight: 400;
}
.fcat--wallet .assetTitle {
  font-size: 48px;
  padding-bottom: 30px;
  line-height: 1;
}
.fcat--wallet .assetDescroption {
  font-size: 18px;
}
.fcat--wallet ~ form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px clamp(40px, 1.25rem + (1vw - 6.5px) * 8.3333, 240px);
  font-family: "Fidelity Sans 2", Helvetica, Sans-serif;
}
.fcat--wallet ~ form label {
  margin: 18px 0 10px 0;
  font-family: "Fidelity Sans 2", Helvetica, Sans-serif;
  font-weight: 400;
  display: block;
}
.fcat--wallet ~ form input, .fcat--wallet ~ form select {
  font-family: "Fidelity Sans 2", Helvetica, Sans-serif;
  font-weight: 400;
  font-size: 1em;
  padding: 1em;
  border-radius: 8px;
  border: none;
  width: 100%;
  box-sizing: border-box;
}
.fcat--wallet ~ form input[type=submit] {
  width: 25%;
  align-self: center;
  max-width: 150px;
}
.fcat--wallet ~ form .fcatFooterContent p {
  font-family: "Fidelity Sans 2", Helvetica, Sans-serif;
  font-weight: 400;
}
.fcat--wallet ~ form.fcat--wallet-secondary-color button {
  background-color: #ffffff;
}
.fcat--wallet ~ .scl-bannerct-container .scl-bannerct--msg-text-desc h3, .fcat--wallet ~ .scl-bannerct-container .scl-bannerct--msg-text-desc p {
  font-family: "Fidelity Sans 2", Helvetica, Sans-serif;
  font-weight: 400;
}
.fcat--wallet-footer-logos {
  display: flex;
  justify-content: space-evenly;
}
.fcat--wallet-footer-logos img {
  max-width: 250px;
}
.fcat--wallet-form-grid {
  display: grid;
  display:grid; 
  grid-template-columns: repeat(1, minmax(250px, 1fr));
  grid-template-rows: auto auto;
  .fcat--flex div:not(.fcat--flex-inline) {
    flex: 1 1 250px;
  }
}
.fcat--wallet-firmware {
  flex-wrap: wrap;
  button {
    border-radius: 20px;
    border: none;
    padding: 0;
    cursor: pointer;
    flex: 0 1 350px;
  }
  button:hover div {
    background-color: #b0b0b0;
  }
  div {
    background-color: #D9D9D9;
    padding: 40px 60px;
    margin-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  p {
    margin-bottom: 20px;
    text-align: left;
    padding: 0 20px;
  }
}
.fcat--wallet-steps {
  display: block;
}
.fcat--wallet-image-container, .content-article img:has(+ .fcat--wallet-steps) {
  margin: 0 0 20px 20px;
}
.fcat--wallet-image-container {
  background-color: #d9d9d9;
  padding: 15px;
  border-radius: 15px;
}
.fcat--wallet {
  select, ::picker(select) {
      appearance: base-select;
  }
  select {
      border: none;
      background: transparent;
      transition: 0.4s;
  }
  option {
      padding: 10px;
  }
}