.navbar {
  display:none !important;
}

.utility-nav-container ul {
display: none !important;
}
#onetrust-banner-sdk {
display: none !important;
}
#cs-main-nav {
display: none !important;
}
.cs-custom-cta a {
display: none !important;
}
.header-visible{
opacity:0 !important;
}

.header-visible{
opacity:0 !important;
}
body {
cursor: cell;
}

.css-1kyg9c5 {
display: none;
}

#sidePanel{
display: none;
}
.jfSOjk {
bottom: 190px !important;}
.btn{
display: none !important;
}
.animated-link{
display: none !important;
}
* {
  cursor: default !important;
}
a, button, input[type="button"], input[type="submit"],
[onclick], [role="button"], .btn, .button {
  cursor: default !important;
}
.card-footer{
display:none;
}
.experts-wrapper .awards-wrapper .card .read-more{
display:none;
}
footer{
display: none ;
}
.link-title{
 /*width:10%;*/
 text-align: center;
}
 /* footer .container .row:nth-child(2) div:nth-child(2) {
     display: none;
 }
 footer .container .row:nth-child(1) div:nth-child(3) {
     display: none;
 }
 footer .container .row:nth-child(1) div:nth-child(4) {
      display: none;
 } */
.resources-wrapper .card-with-image .tag-wrapp{
display:none !important;
}
.cs24-footer-bgfull .card-with-image .arrow-icon{
 display:none !important;
}

 .cs24-homepage .team-section .card .arrow-icon{
  display:none !important;
 }


.carousel-control-prev{
display:none !important;
}

#Creative_SELECT{
 display:none !important;
}

.cs24-homepage .clients-wrapper .bg-class-2 .arrow-link{
display:none !important;
}
.cs24-homepage .clients-wrapper .bg-class-1 .arrow-link{
display:none !important;
}
#onetrust-consent-sdk{
display:none !important;
}
.cs24-homepage .cs24-hero-section .animated-link .arrow{
display:none !important;
}
.cta-link{
 display:none !important;
}
 /* .btn.btn-cs24-primary{
   display:none !important;
 } */
.footer-container{
margin-top:5rem;
}
.section  nav{
display:block !important;
}
.cs24-about-section .recognition-wrapper .bg-class-2 .arrow-link{
display:none !important;
}
.cs24-about-section .investors-section .bg-class-1 .arrow-link{
display:none !important;
}
.cs24-about-section .investors-section .clients-block .clients-logo .arrow-link{
display:none !important;
}
.cs24-about-section .recognition-wrapper .arrow-link{
display:none !important;
}
/* Webkit 浏览器（Chrome, Safari） */
::-webkit-scrollbar {
width: 0px; /* 设置滚动条的宽度 */
}

::-webkit-scrollbar-track {
background: #f1f1f1; /* 滚动条轨道的背景 */
}

::-webkit-scrollbar-thumb {
background: #000; /* 滚动条的颜色 */
border-radius: 0px; /* 滚动条的圆角 */
}

::-webkit-scrollbar-thumb:hover {
background: #555; /* 鼠标悬停时的颜色 */
}


#rive-canvas {
  /*pointer-events: none; */
}
main .section:nth-child(7) p{
  display:none !important;
}

/*main .tabs-navigation .section a {*/
/*    display:none !important;*/
/*    pointer-events: none !important;*/
/*    cursor: default !important;*/
/*}*/
.investors-section a {
    pointer-events: none !important;
    cursor: default !important;
}

main .cs24-footer-bgfull img{
  height: 0px;
}

.slick-slide a{
    display:none !important;
}






footer a:hover{
    border-bottom:none !important;
    text-decoration:none;
}
.link-title {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer !important;
}


 .link-title:hover {
          color: #fff;
          background: #7c4dff;
		  border-bottom:none !important;
		  
          /*animation: font-change-for-menu 0.25s 1;*/
        }
        @keyframes font-change-for-menu {
          0% {
            font-size: 2rem;
          }
          50% {
            font-size: 2.15rem;
          }
          100% {
            font-size: 2rem;
          }
        }


