.hero {
  background: linear-gradient(98.68deg, #00569A 27.46%, #001C43 100%);
}

.marketer .hero {
  background: linear-gradient(98.68deg, #0098E9 0%, #2C0D60 75.33%);
}

.salesrep .hero {
  background: linear-gradient(98.68deg, #00569A 0%, #009788 86.36%);
}

.cco .hero {
  background: linear-gradient(98.68deg, #00569A 0%, #0FB7C2 86.36%);
}

.hero .h1,
.hero p {
  color: #fff;
}

.hero .btn-mc-outline-primary {
  background: transparent;
  color: #fff;
  border-color: #fff;
  width: 100%;
  max-width: 100%;
}

.hero .btn-mc-outline-primary:hover {
  background: #fff;
  color: #00569A;
}

.hero .btn-mc-primary {
  color: #00569A;
  background: #FFFFFF;
  margin-bottom: 66px;
  width: 100%;
  max-width: 100%;
}

.hero .btn-mc-primary:hover {
  background: #62E3DB;
  color: #002428;
}

.gray-section {
  background: #F4F4F4;
}

.blue-section {
  background: #00569A;
}

.wide-btn {
  width: 100% !important;
  white-space: normal;
  text-align: center;
  height: unset;
}

.blue-box {
  padding: 16px;
  background: #DEF5FF;
  border-radius: 0px 20px;
  height: 100%;
}

.border-top {
  border-top: 1px solid #6D6E71 !important;
}

p.border-top {
  color: #6D6E71;
  padding-top: 16px;
}

.app-logo-wrapper {
  min-height: 65px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-logo {
  max-width: 146px;
  max-height: 65px;;
}

.blue-info {
  background: #00569A;
  border-radius: 0px 10px;
  text-align:center;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 0;
  padding: 16px;
}

.blue-card {
  padding: 32px 24px 16px;
  background: #DEF5FF;
  border-radius: 0px 20px;
  height: 100%;
}

@media only screen and (min-width: 992px) {

  .hero .btn-mc-outline-primary {
    max-width: 50%;
  }

  .hero .btn-mc-primary {
    max-width: 50%;
  }
}