header.new-main-navigation {
  background-color: #40079e;
}

.new-main-navigation-link {
  color: white;
}

.new-main-navigation-link:hover {
  color: white !important;
}

.main-navigation-bars {
  color: white !important;
}

.new-main-navigation-link2 {
  border-color: white;
  color: white;
}

.fa-bars:before {
  color: white;
}

a:hover {
  color: white !important;
}

body {
  font-family: "Poppins", sans-serif;
}

/* hero */
.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #40079e;
  background-image: url("/assets/images/partners/hero mask background.png");
  background-size: cover;
  background-position: center;
  padding-top: 70px;
}

.hero-icon {
  width: 90px;
  margin-bottom: 25px;
  position: relative;
  right: 83px;
}

.hero-header {
  width: 100%;
  font-weight: 600;
  font-size: 48px;
  line-height: 125%;
  text-align: center;
  letter-spacing: -0.015em;
  color: #ffffff;
  margin-bottom: 30px;
}

.hero-text {
  width: 100%;
  max-width: 1021px;
  font-weight: 400;
  font-size: 36px;
  line-height: 148%;
  text-align: center;
  letter-spacing: -0.015em;
  color: #ffffff;
}

.hero-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 449px;
  height: 68.75px;
  background: #4dc677;
  border-radius: 50px;
  font-weight: 700;
  font-size: 26px;
  line-height: 125%;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
}

.hero-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 670px;
  margin-top: 25px;
}

.hero-wrapper-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 24.453px;
  line-height: 148%;
  letter-spacing: -0.367px;
  text-transform: capitalize;
  padding: 0 15px;
}

.hero-wrapper-text-middle {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.hero-wrapper-icon {
  display: none;
}

/* client-logos */
.client-logos {
  background-color: #40079e;
  padding-top: 10px;

  background-image: linear-gradient(#40079e 18%, #e9dbff);
  padding-bottom: 20px;
}

.client-logos-header {
  color: #ffffff;
  padding-bottom: 20px;
  margin: 0;
}

.new-homepage__carousel-container {
  background: transparent;
}

/* one-test */
.one-test {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
  background-image: linear-gradient(#e9dbff, #ffffff 50%);
}

.one-test-container {
  width: 100%;
  max-width: 1150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.one-test-container-header {
  color: var(--text-primary, rgba(0, 0, 0, 0.87));
  font-size: 48px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.72px;
}

.one-test-container-text {
  color: var(--text-primary, rgba(0, 0, 0, 0.87));
  font-size: 36px;
  font-weight: 500;
  line-height: 155%;
  letter-spacing: -0.54px;
}

/* run-test */
.run-test {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 40px 70px;
}

.run-test-container {
  width: 100%;
  max-width: 1230px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.25);
  padding: 60px 40px;
}

.run-test-container-form {
  width: 100%;
}

.run-test-container-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}

.run-test-container-header {
  color: var(--text-primary, rgba(0, 0, 0, 0.87));
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.72px;
  margin-bottom: 70px;
}

.run-test-container-wrapper-lable {
  color: var(--text-primary, rgba(0, 0, 0, 0.87));
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.48px;
}

.run-test-container-wrapper-icon {
  width: 36px;
  margin: 0 auto 0 10px;
}

.run-test-container-wrapper-input {
  display: flex;
  width: 313px;
  padding: 14px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: var(--purple-4, #37225c);
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.48px;
}

.run-test-container-wrapper-input:focus-visible {
  outline: none;
}

.run-test-container-wrapper-span {
  width: 24px;
  color: var(--purple-4, #37225c);
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.48px;
  margin-left: 10px;
}

.run-test-container-button {
  display: flex;
  width: 449.045px;
  height: 68.746px;
  padding: 17.552px 29.254px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: var(--purple-5, #230f46);
  color: #fff;
  text-align: center;
  font-size: 26.328px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.395px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.run-test-container-text {
  color: rgba(0, 0, 0, 0.87);
  font-size: 32px;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: -0.48px;
}

.run-test-container-text b {
  font-weight: 800;
}

.run-test-container-link {
  color: rgba(33, 126, 77, 1);
  font-size: 32px;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: -0.48px;
  text-decoration: underline;
}

.run-test-container-link:hover {
  color: rgba(33, 126, 77, 1) !important;
  text-decoration: underline !important;
}

/* need-help */
.need-help {
  background: #4dc677;
  height: 670px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.need-help-icon {
  width: 204px;
  margin-bottom: 25px;
}

.need-help-header {
  width: 100%;
  max-width: 750px;
  color: #fff;
  text-align: center;
  font-size: 52.657px;
  font-weight: 700;
  line-height: 145%;
}

.need-help-link {
  display: flex;
  width: 449.045px;
  height: 68.746px;
  padding: 17.552px 29.254px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #fff;
  color: #4dc677;
  font-size: 26.328px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.395px;
  text-transform: uppercase;
  margin-top: 10px;
}

.need-help-link:hover {
  color: #4dc677 !important;
}

@media only screen and (max-width: 500px) {
  /* hero */
  .hero {
    padding: 30px 10px 60px;
    background-image: none;
  }

  .hero-header {
    font-size: 24px;
  }

  .hero-text {
    font-size: 15px;
    text-align: left;
  }

  .hero-link {
    width: 340px;
    height: 52px;
    font-size: 21.21px;
  }

  /* one-test */
  .one-test {
    padding: 30px 10px;
  }

  .one-test-container-header {
    font-size: 20px;
    text-align: center;
  }

  .one-test-container-text {
    font-size: 16px;
  }

  /* run-test */
  .run-test {
    padding: 5px 10px 30px;
  }

  .run-test-container {
    padding: 30px 15px;
  }

  .run-test-container-header {
    font-size: 28px;
    max-width: 300px;
    text-align: left;
  }

  .run-test-container-wrapper {
    margin-bottom: 25px;
    flex-wrap: wrap;
  }

  .run-test-container-wrapper-lable {
    font-size: 22px;
    max-width: 286px;
    margin-bottom: 15px;
  }

  .run-test-container-wrapper-icon {
    margin: 0;
    margin-bottom: 15px;
  }

  .run-test-container-wrapper-input {
    font-size: 24px;
    width: 286px;
  }

  .run-test-container-wrapper-span {
    font-size: 24px;
  }

  .run-test-container-button {
    width: 323px;
    height: 68.746px;
    margin: 10px auto 30px;
  }

  .run-test-container-text {
    font-size: 24px;
  }

  .run-test-container-link {
    font-size: 24px;
  }

  /* need-help */

  .need-help {
    padding: 10px;
    height: 587px;
  }
  .need-help-icon {
    width: 153px;
  }

  .need-help-header {
    font-size: 32px;
  }

  .need-help-link {
    width: 343px;
    height: 52.511px;
    font-size: 20.111px;
  }
}
