.page__par {
  display: none;
}

.footer__rcl__dislcaimer {
  max-width: 1920px;
  padding: 1rem 0 1rem;
  background-color: #000000;
  color: white;
  text-align: center;
}

.footer__rcl__dislcaimer a {
  color: white;
  text-decoration: underline;
}

.superHero__media {
  display: none;
}

.superHero__content {
  text-align: center !important;
  flex: none !important;
  width: 90%;
  margin: 0 auto !important;
}

.formMaterial__base .md-input-container .md-input {
  padding-left: .5625rem;
  padding-right: .5625rem;
  border: 1px solid #fff !important;
  border-radius: 0;
  height: 2.625rem;
  line-height: normal;
  background-color: black !important;
  z-index: 1;
  color: white !important;
}

.formMaterial__base .md-input-container.rccl-select-input label {
  color: white;
}

.formMaterial__base .md-input-container.md-input-placeholder label {
  color: white !important;
}

input::placeholder {
  color: white !important;
}

.formMaterial__base .md-input-container.rccl-select-input .select-container .icon:after {
  border-color: white;
  color: white;
}


.formMaterial__base .md-input-container.md-input-placeholder input::placeholder{
color: white;
}

.formMaterial__base .md-input-container.md-input-focused:not(.md-invalid) label {
  color: white;
}


@media screen and (max-width: 479px) {
  .superHero__content {
      width: 100%;
  }

  .articleTitle2 {
      font-size: 1.25rem !important;
  }
}