/* header {
  display: none;
}

footer {
  display: none;
}

.cookie-banner {
  display: none !important;
}

.btn {
  display: none !important;
} */
.Logo_Link__O70da {
  width: 358px !important;
}

.Logo_Icon__Jz_4K {
  min-width: 140px !important;
}

.Logo_Mark__mBITL {
  width: 36px !important;
}

.Logo_Title__Sth3f {
  width: 170px !important;

}



.Footer_SocialsWrapper__zm9tY,
.GalleryFullWidth_ImageContainer__KkbuD:nth-child(10),
.Footer_AdditionalLink__b654T,
.FAQ_FAQ__reTkm,
.QuoteSection_Section__xpq_S,
.ArticleShare_Socials__opID_,
a [href="tel:+14157966262"],
a [href="/contact"],
.Footer_AddressList__DY1zi {
  display: none !important;
}

nav ul li:nth-child(6) {
  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;
  /* 鼠标悬停时的颜色 */
}





.Header_Nav__li_hasSubmenu {
  position: relative;
}

.Header_Nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  display: none;
  min-width: 200px;
  z-index: 1000;
  color: #000 !important;
}

.Text_span {
  font-size: 15px;
}

.Header_Nav__li_hasSubmenu:hover .Header_Nav__submenu {
  display: block;
}

.Header_Nav__submenu_li {
  list-style: none;
  border-bottom: 1px solid #eee;
}

.Header_Nav__submenu_li:last-child {
  border-bottom: none;
}

.Header_Nav__submenu_li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
}

.Header_Nav__submenu_li a:hover {
  background-color: #f5f5f5;
}