.hero {
  height: 500px;
  align-items: center;
}

.hero .heroDescription a:hover {
  box-shadow: 0 16px 10px #979797;
}

.hero .heroDescription a img {
  width: 130px;
  height: auto;
  position: relative;
  top: 13px;
}

.upgrade {
  max-width: 1184px;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.upgradeDescription {
  padding-right: 120px;
}

.upgradeDescription h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 35px;
}

.upgradeDescription p {
  font-size: 16px;
  line-height: 25px;
  color: rgb(96, 98, 102);
  margin-bottom: 36px;
}

.upgradeDescription .identity {
  display: flex;
}

.identityDesc {
  padding-left: 20px;
}

.upgradeDescription .identity img {
  max-width: 80px;
  max-height: 80px;
}

.upgradeDescription .identity p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

.upgradeDescription .identity strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.upgradeDescription button {
  margin-top: 30px;
  padding: 10px 44px;
  border: 1px solid #1756fd;
  margin-right: 40px;
  background-color: #1756fd;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  margin-bottom: 25px;
}

.upgradeDescription button:hover {
  box-shadow: 0 8px 10px #658effc9;
}

.upgradeImage {
  max-width: 39vw;
}

.upgradeImage img {
  max-width: 39vw;
}

.demo {
  display: flex;
  flex-direction: column;
  background-color: #ebf3f9;
  width: 89.5vw;
  height: auto;
  margin: 50px 0;
  align-items: center;
  justify-content: center;
  padding-left: 8vw;
  padding-top: 120px;
  padding-bottom: 75px;
}

.demo h2,
.solution h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 40px;
}

.demoVideo {
  overflow: hidden;
}

.demoVideo iframe {
  overflow: hidden;
}

.solution {
  max-width: 1184px;
  margin: auto;
}

.solution h2 {
  text-align: center;
  margin-top: 100px;
}

.itemsolution h3 {
  margin-bottom: 25px;
}

.itemsolutions {
  display: flex;
  justify-content: space-around;
}

.itemsolution {
  width: 317px;
  line-height: 18.5px;
  text-align: center;
}

.itemsolution img {
  height: 96px;
  width: 92px;
  margin-bottom: 25px;
}

.itemsolution p {
  margin-bottom: 25px;
}

.cooperation {
  display: flex;
  margin-bottom: 50px;
}

.itemcooperation {
  max-width: 1184px;
  margin: 80px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
}

.itemcooperation img {
  width: 20%;
  height: 70px;
  margin-bottom: 60px;
}

.cooperationBackgroundR {
  background-image: url("/assets/img/r.svg");
  position: absolute;
  right: 0px;
  width: 400px;
  height: 390px;
  display: block;
  background-size: contain;
  text-size-adjust: 100%;
  z-index: -1;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .hero {
    margin: 0;
    height: auto;
  }

  .upgrade {
    flex-direction: column;
  }

  .upgradeDescription {
    padding: 0 30px;
  }

  .upgradeImage {
    max-width: 56vw;
  }

  .upgradeImage img {
    max-width: 56vw;
  }

  .itemsolutions {
    flex-direction: column;
    width: 100vw;
    align-items: center;
  }

  .demoVideo iframe {
    width: 80vw;
  }

  .itemcooperation img {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .itemcooperation img {
    text-align: center;
    width: 60vw;
  }
}
