
#bloglist,
.c-blogs-middle-section,
.service-btn,
.c-svgicon--btn-arrow,
.service-outline-btn,
.o-btn,
.white-card-btn,
.share-span,
.share-links,
#nav-menu-item-22953,
#nav-menu-item-22969,
#nav-menu-item-22982,
#nav-menu-item-22989,
.blog_section,
.c-about-history,
.video-wrapper,
.js-showreel-modal,
.c-social__icon{
  display: none !important;
}


.advertise,
.case-studies{
display: none;
}
.benefits-card-row .benefits-card:nth-child(n+4) {
display: none;
}



.c-header__logo{
  width: 142px !important;
  height: 25px  !important;
}
.c-top.fixed .c-header__logo{
  width: 142px !important;
  height: 25px  !important;
}





.clutch-logo > img:nth-of-type(n+9) {
  display: none !important;
}


.innerbanner-content-area .inner_banner_item-wrapper:nth-child(2){
  display: none !important;
}



.c-footer__links .c-footer__links-dm:nth-child(n+7):nth-child(-n+10) {
  display: none;
}

 a:not(nav a):not(footer a){
    font-weight: 400 !important; 
     text-decoration:  auto !important; 
     color: #42484a !important; 
     transition: .3s all ease-in;
}

/* 桌面端 */
@media screen and (min-width: 1025px) { 
  .isPc{
    display: block !important;
  }
  .isMobile{
    display: none !important;
  }

}

/* 移动端 */
@media screen and (max-width: 767px) {
    .isMobile{
      display: block !important;
    }
    .isPc{
      display: none !important;
    }

 }
 
 
 a::after {
    content: " " !important;
}
nav .o-btn{
     /*display: block !important;*/
}
.c-footer__copy p:nth-child(1){
      display: none !important;
}