header {
  display: none;
}
footer {
  display: none !important;
}
nav {
  display: none !important;
}

body .header-wrapper {
  display: none !important;
}




div[class="flex items-center justify-center text-center h-20 sm:h-24 text-gray-900 transition-all duration-500 hover:text-gray-500 hover:cursor-crosshair bg-white"]:nth-child(1),
div[class="flex items-center justify-center text-center h-20 sm:h-24 text-gray-900 transition-all duration-500 hover:text-gray-500 hover:cursor-crosshair bg-white"]:nth-child(2),
div[class="flex items-center justify-center text-center h-20 sm:h-24 text-gray-900 transition-all duration-500 hover:text-gray-500 hover:cursor-crosshair bg-white"]:nth-child(5),

/*section:last-child,*/
a[href="/case-studies"],
/*.grid.md\:grid-cols-2 a,*/
/*.grid.w-full.grid-cols-1.gap-8.md\:grid-cols-3 a,*/
/*.flex.flex-col.gap-8.px-16.pb-16 a,*/
/*.flex.flex-col.gap-2.md\:flex-row,*/
.container-regular-2 {
  display: none !important;
}





.footer-5{
  display: none;
}

.sticky-nav{
  display: none;
}

.new-footer-wrapper {
  display: none;
}


/* 阻止所有按钮点击事件 */
 .events-btn, .wixui-button, input[type="button"], input[type="submit"], input[type="reset"] {
  pointer-events: none ;
}

/* 禁用所有按钮的交互 */
 input[type="button"], input[type="submit"], input[type="reset"], .events-btn {
  pointer-events: none;
  opacity: 0.5 !important;
}

/* 如果还有其他自定义按钮类，也需要加上 */
.wixui-button {
  pointer-events: none !important;
  opacity: 0.5 !important;
}

#bgLayers_comp-ka539tvu,
.wixui-button,
#comp-ka50ygrl_r_comp-k6gjwdd6,
.cookie-banner {
  display: none !important;
}


/* 修复twosleepyheads 项目首页 元素显示异常 START */


/* 修复twosleepyheads 项目首页 元素显示异常 END */

/* Webkit 浏览器（Chrome, Safari） */
::-webkit-scrollbar {
  width: 0px; /* 设置滚动条的宽度 */
  height: 0px;
}

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

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

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

.fl_clum_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fl_clum_start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.fl_clum_start2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.fl_clum_end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.fl_clum_arround {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.fl_clum_between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.fl_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fl_arround {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.fl_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fl_start {
  display: flex;
  justify-content: start;
  align-items: center;
}
.fl_wrap {
  display: flex;
  flex-wrap: wrap;
}
.self_start {
  align-self: start;
}
.self_center {
  align-self: center;
}
.self_end {
  align-self: flex-end;
}
