.h_banner h1 {
  text-align: center;
  font-family: Montserrat-Bold;
  font-size: 58px;
  color: #282828;
  text-align: center;
  line-height: 68px;
  font-weight: 700;
}
.h_banner h1.mobile_tit {
  display: none;
}
.h_banner h1 span {
  font-family: Montserrat-Bold;
  font-size: 58px;
  color: #005BFF;
  text-align: center;
  line-height: 68px;
  font-weight: 700;
  background: linear-gradient(to right, #3368FF, #EA30E1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-btn-wrap{
  margin-top: 6px;
  margin-bottom: 7px;
}
.banner-btn-wrap a.button.btn-blue:first-child{
  margin-right: 16px;
  font-weight: 400;
}
.banner-btn-wrap a.button.btn-blue:nth-child(2){
  border: 1px solid rgba(21,21,22,1);
  border-radius: 26px;
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #151516;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  background: transparent;
}
.banner-tip{
  font-family: Montserrat-Medium;
  font-size: 14px;
  color: #787879;
  text-align: center;
  line-height: 22px;
  font-weight: 500;
}

.banner-para{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 96px;
  margin-bottom: 41px;
}
.banner-p-item{
  display: flex;
  align-items: center;
}
.banner-p-item:nth-child(2){
  margin-right: 78px;
  margin-left: 78px;
}
.banner-p-item img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.banner-p-item span {
  font-family: Montserrat-Medium;
  font-size: 20px;
  color: #282829;
  font-weight: 500;
}

.trust-box{
  border-top: 1px solid rgba(214,226,241,1);
  background-image: radial-gradient(circle at 51% 27%, #FFFFFF 0%, #E0EEFF 144%);
  padding-top: 81px;
}
.trust-wrap{
  margin-bottom: 66px;
  display:flex;
  align-items: center;
}
.trust-img{
  width: 668px;
  height: 418px;
  margin-right: 64px;
  box-shadow: 0 8px 24px 0 rgba(8,36,84,0.12);
}
.trust-content .trust-title{
  font-family: Montserrat-Bold;
  font-size: 32px;
  color: #064CB3;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 33px;
  background: linear-gradient(to right, #082454, #06307B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.trust-list .trust-list-item:before{
  content: '';
  width: 8px;
  height: 8px;
  background: #090B0B;
  border-radius: 50%;
  margin-right: 16px;
  flex-shrink: 0;
}

.trust-list .trust-list-item{
  margin-bottom: 16px;
  display: flex;
  align-items: baseline;
}
.trust-list-item span:nth-child(1){
  width: 67px;
  margin-right: 10px;
  font-family: Montserrat-SemiBold;
  font-size: 24px;
  color: #282829;
  line-height: 29px;
  font-weight: 600;
  flex-shrink: 0;
  position: relative;
  top: 3px;
}
.trust-list-item span:nth-child(2){
  font-family: Montserrat-Medium;
  font-size: 20px;
  color: #454546;
  line-height: 25px;
  font-weight: 500;
}



@media (max-width: 769px) {
  .wrapper{
    padding: 0 24px;
  }
  .h_banner h1, .h_banner h1 span{
    font-family: Montserrat-Bold;
    font-size: 32px;
    color: #282828;
    text-align: center;
    line-height: 38px;
    font-weight: 700;
  }
  .h_banner .h_banner_text .desc{
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #282828;
    text-align: center;
    font-weight: 500;
  }
  .h_banner .banner-btn-wrap .button.btn-blue:nth-child(2){
    margin-top: 12px;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #151516;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
  }
  .h_banner .button.btn-blue{
    width: 100%;
    height: 44px;
  }
  .banner-para{
    margin-top: 65px;

  }
  .banner-para{
    flex-wrap: wrap;
  }
  .banner-p-item:nth-child(2){
    margin-left: 18px;
    margin-right: 0;
  }
  .banner-p-item:nth-child(3){
    padding-left: 18px;
    padding-top: 12px;
  }
  .banner-p-item span{
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #282829;
    font-weight: 500;
  }
  .banner-p-item img{
    width:20px;
    height: 20px;
  }
  .trust-box{
    padding-top: 31px;
  }
  .trust-wrap{
    flex-direction: column;
    margin-bottom: 26px;
  }
  .trust-img{
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .trust-content{
    padding-top: 24px;
  }
  .trust-content .trust-title{
    font-family: Montserrat-Bold;
    font-size: 24px;
    color: #064CB3;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 26px;
  }
  .trust-list .trust-list-item:before{
    width: 6px;
    height: 6px;
  }
  .trust-list-item span:nth-child(1){
    font-family: Montserrat-SemiBold;
    font-size: 19.2px;
    color: #282829;
    line-height: 23.2px;
    font-weight: 600;
  }
  .trust-list-item span:nth-child(2){
    font-family: Montserrat-Medium;
    font-size: 15px;
    color: #454546;
    line-height: 18px;
    font-weight: 500;
  }
  #accordion-2.automation-accordion-section{
    padding: 40px 0;
  }
  .wave-wrap:hover::before{
    background: transparent !important;
  }
  .wave-wrap:hover span{
    color: #151516 !important;
  }

}







































