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

#layout-region-main-content.fidgrid--row, #layout-region-center-well:not(:has(article)) {
  background: #121212;
}

.fcat--wallet {
  color: #f4f4f4;
}
.fcat--wallet h1,
.fcat--wallet h2,
.fcat--wallet p,
.fcat--wallet 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;
}
.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: 48px;
  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;
  color: #f4f4f4;
  text-transform: uppercase;
  width: 100%;
  gap: 50px;
}
.fcat--wallet nav .fcat--wallet-links 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 {
  background-repeat: no-repeat;
  background-size: 30%, cover;
  background-position: 95%, 200px 0;
  background-image: url("/bin-public/060_www_fidelity_com/external_fcat/images/fcat-wallet/header-phones-fallback.png"), 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/header-phones-primary.webp")) {
  .fcat--wallet-hero {
    background-image: url("/bin-public/060_www_fidelity_com/external_fcat/images/fcat-wallet/header-phones-primary.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-banner {
  margin: 20px 20px 140px 0;
  max-width: 50%;
  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) * 29.3333, 240px);
  font-family: "Fidelity Sans 2", Helvetica, Sans-serif;
}
.fcat--wallet ~ form label {
  margin-bottom: 8px;
  font-family: "Fidelity Sans 2", Helvetica, Sans-serif;
  font-weight: 400;
}
.fcat--wallet ~ form input, .fcat--wallet ~ form select {
  font-family: "Fidelity Sans 2", Helvetica, Sans-serif;
  font-weight: 400;
  font-size: 1em;
  padding: 3%;
  border-radius: 8px;
  border: none;
}
.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;
}
