.home_banner {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.home_banner > div {
  position: static;
}
.home_banner .home_banner_bg_swiper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.home_banner .home_banner_bg_swiper + .edit_swiper {
  opacity: 1;
  transform: translate(-200%, -50%);
}
.home_banner .home_banner_bg_swiper + .edit_swiper::after {
  content: 'Add bg';
  white-space: nowrap;
}
.home_banner .home_banner_swiper .flex {
  min-height: 64.2rem;
  padding: 6rem 0;
}
.home_banner .head {
  flex: 1;
  max-width: 53.125%;
  color: #fff;
  padding-bottom: 0.4%;
}
.home_banner .head .title {
  font-size: 6.2rem;
  line-height: 7.4rem;
  font-weight: 700;
}
.home_banner .head .desc {
  font-size: 2.4rem;
  line-height: 4.4rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 52rem;
  margin-top: 1rem;
  letter-spacing: 0.31px;
}
.home_banner .head .btn_w {
  margin-top: 3rem;
}
.home_banner .btns {
  width: 98%;
  max-width: 183.5rem;
  position: absolute;
  left: 50%;
  top: 43%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}
.home_banner .btns div {
  pointer-events: all;
  width: 1.1rem;
  height: 2rem;
  background: url("../img/arrow2.svg") no-repeat center / contain;
  content: '';
  cursor: pointer;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.home_banner .btns div:hover {
  filter: unset;
}
.home_banner .btns .swiper_next {
  transform: rotate(180deg);
}
.home_banner .btns .swiper-button-disabled {
  opacity: 0.68;
  pointer-events: none;
}
.home_banner .btns .swiper-button-disabled,
.home_banner .btns .swiper-button-lock {
  pointer-events: none;
}
.home_banner div.swiper-pagination-bullets {
  bottom: 4rem;
  position: absolute;
}
.home_category {
  padding: 11.8rem 0 5.85rem;
}
.home_category .btn_line {
  margin-top: 4.2rem;
}
.home_category .head {
  padding-top: 6.8%;
}
.home_category .home_category_swiper {
  margin-top: -2.9rem;
}
.home_category .home_category_swiper .swiper-slide {
  margin-top: 2.9rem !important;
  max-width: 459px;
}
.home_category .item {
  display: block;
  height: 100%;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: var(--primary);
  transition: all 0.3s;
}
.home_category .item.active {
  box-shadow: 0 1rem 0.8rem rgba(164, 139, 165, 0.4);
}
.home_category .item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home_category .item .img::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(to right bottom, var(--primary), transparent);
  pointer-events: none;
}
.home_category .item .info {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 3.4rem 7.63% 2.1rem;
}
.home_category .item .title {
  display: grid;
  grid-template-columns: 8.8rem 1fr;
  align-items: center;
  font-size: 2.8rem;
  line-height: 3.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  gap: 2rem;
  padding-bottom: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.35px;
}
.home_category .item .title .icon {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
}
.home_category .item .title span {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_category .item .desc {
  font-size: 1.8rem;
  line-height: 2.6rem;
  opacity: 0.9;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 2.7rem;
  margin-bottom: auto;
  font-weight: 300;
  letter-spacing: 0.13px;
}
.home_category .item .btn_circle {
  width: 5.6rem;
  margin-left: auto;
  margin-top: 1.6rem;
}
.home_category .item .btn_circle:hover {
  background-color: var(--secondary);
}
.home_category div.swiper-pagination {
  margin-top: 2.5rem;
}
.home_services {
  padding: 5.85rem 0 5.65rem;
}
.home_services .home_services_nav_swiper {
  margin-top: 4.2rem;
  overflow: hidden;
}
.home_services .home_services_nav_swiper .swiper-slide {
  position: relative;
  display: grid;
  grid-template-columns: 6.8rem 1fr;
  align-items: center;
  cursor: pointer;
  border-top: 2px solid #ededed;
  gap: 1.3rem;
  padding-top: 2.4rem;
  max-width: 447px;
}
.home_services .home_services_nav_swiper .swiper-slide::after {
  position: absolute;
  left: 0;
  top: -2px;
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--primary);
}
.home_services .home_services_nav_swiper .swiper-slide-thumb-active::after {
  width: 100%;
  transition: width 5s linear;
}
.home_services .home_services_nav_swiper .swiper-slide-thumb-active span {
  font-weight: 600;
  color: var(--primary);
}
.home_services .home_services_nav_swiper .swiper-slide-thumb-active .icon {
  background-color: var(--secondary);
}
.home_services .home_services_nav_swiper span {
  font-size: 2.2rem;
  color: #515151;
  transition: all 0.3s;
}
.home_services .home_services_nav_swiper .icon {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--primary);
  transition: all 0.3s;
}
.home_services .home_services_swiper {
  overflow: hidden;
  margin-top: 2.1rem;
  border-radius: 1.2rem;
}
.home_services .home_services_swiper .flex {
  height: 100%;
}
.home_services .home_services_swiper .img {
  width: 54.9305556%;
  border-radius: 1.2rem;
  display: block;
  --h: 60.94%;
}
.home_services .home_services_swiper .img:hover img {
  transform: scale(1.02);
}
.home_services .home_services_swiper .info {
  flex: 1;
  max-width: 55.1rem;
}
.home_services .home_services_swiper .info .pagination {
  font-size: 1.5rem;
  color: #727272;
}
.home_services .home_services_swiper .info .pagination .current {
  font-size: 1.6rem;
  color: #161616;
  font-weight: 500;
  margin-right: 1px;
}
.home_services .home_services_swiper .info .title {
  font-size: 4rem;
  line-height: 5.6rem;
  font-weight: 700;
  margin-top: 2.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_services .home_services_swiper .info .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
  margin-top: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_services .home_services_swiper .info .nums {
  margin-top: 3.4rem;
}
.home_services .home_services_swiper .info .nums ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 15.8%;
}
.home_services .home_services_swiper .info .nums .wrap {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--secondary);
  white-space: nowrap;
}
.home_services .home_services_swiper .info .nums .wrap .num {
  font-size: 4.2rem;
  font-weight: 600;
}
.home_services .home_services_swiper .info .nums .wrap .add {
  font-size: 2.8rem;
}
.home_services .home_services_swiper .info .nums .label {
  line-height: 2rem;
  color: #6b6b6b;
  margin-top: 0.6rem;
  max-width: 19.6rem;
}
.home_services .home_services_swiper .info .btn {
  margin-top: 3.9rem;
}
.home_products {
  padding: 5.65rem 0 19.3rem;
}
.home_products .list {
  margin-top: 4.4rem;
}
.home_products .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(35rem, 100%), 1fr));
  gap: 4rem 2.1527778%;
}
.home_products p.center:has(.btn_line) {
  margin-top: 8rem;
}
.home_categories {
  position: relative;
  background-image: linear-gradient(to bottom, #f3eef3, #fff);
  padding: 23.1rem 0 4.4rem;
}
.home_categories .mask {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 20%;
  max-width: 23.2rem;
  background: url("../img/mask1.svg") no-repeat center bottom / contain;
  display: flex;
  justify-content: center;
}
.home_categories .mask::after {
  display: block;
  padding-bottom: 26.3%;
  content: '';
  pointer-events: none;
}
.home_categories .mask .icon {
  width: 43.5%;
  padding-bottom: 43.5%;
  border-radius: 50%;
  background-color: var(--secondary);
  position: absolute;
  bottom: 91%;
}
.home_categories .lt {
  width: 50.069444%;
  padding-top: 2px;
}
.home_categories .rt {
  width: 44.44444%;
  margin-right: -1.32%;
}
.home_categories .nav_item {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 5rem 1fr 1.5rem;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(93, 105, 112, 0.24);
  font-size: 2.4rem;
  font-weight: 500;
  color: #242424;
  gap: 2.7rem;
  padding: 1.3rem 3.9rem 1.3rem 2.9rem;
}
.home_categories .nav_item.active {
  color: #fff;
  border-bottom-color: transparent;
}
.home_categories .nav_item.active::before {
  opacity: 1;
}
.home_categories .nav_item.active .icon,
.home_categories .nav_item.active i {
  filter: contrast(0) brightness(2);
}
.home_categories .nav_item::before {
  width: 100%;
  height: calc(100% + 1px);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  background-color: var(--primary);
  content: '';
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s;
  opacity: 0;
}
.home_categories .nav_item:last-child {
  border-bottom-color: transparent;
}
.home_categories .nav_item .icon {
  padding-bottom: 100%;
  transition: all 0.3s;
}
.home_categories .nav_item i {
  padding-bottom: 100%;
  background: url("../img/nav-r-b.svg") no-repeat center right / contain;
  display: block;
  content: '';
  transition: all 0.3s;
}
.home_categories .home_categories_swiper {
  overflow: hidden;
  box-shadow: var(--shadow);
  border-radius: 1.2rem;
  background-color: var(--primary);
}
.home_categories .home_categories_swiper:hover img {
  transform: scale(1.02);
}
.home_categories .home_categories_swiper .swiper-slide {
  position: relative;
}
.home_categories .home_categories_swiper .swiper-slide.active .img {
  opacity: 0.05;
}
.home_categories .home_categories_swiper .swiper-slide.active .info {
  pointer-events: all;
  opacity: 1;
}
.home_categories .home_categories_swiper .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.home_categories .home_categories_swiper .info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-image: linear-gradient(to right bottom, var(--primary), transparent);
  color: #fff;
  padding: 4rem 6.40625% 3.8rem 3.90625%;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.home_categories .home_categories_swiper .wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 4.8rem 1fr 8rem;
  align-items: start;
  gap: 2rem;
  padding: 2.5rem 3rem 2.2rem 0;
}
.home_categories .home_categories_swiper .wrap::before {
  width: 200%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 1.2rem;
  background-color: #a882a8;
  z-index: -1;
  pointer-events: none;
  content: '';
}
.home_categories .home_categories_swiper .wrap .order {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
.home_categories .home_categories_swiper .wrap p {
  font-size: 1.4rem;
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 1.3rem;
  margin-top: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.12px;
}
.home_categories .home_categories_swiper .wrap strong {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.home_categories .home_categories_swiper .wrap .icon {
  padding-bottom: 100%;
  filter: contrast(0) brightness(2);
}
.home_categories .home_categories_swiper .list {
  margin-top: 5.7rem;
  padding-left: 2rem;
}
.home_categories .home_categories_swiper .list li + li {
  margin-top: 3.2rem;
}
.home_categories .home_categories_swiper .list li {
  position: relative;
  padding-left: 4.9rem;
  transition: all 0.3s;
}
.home_categories .home_categories_swiper .list li:hover::before {
  opacity: 1;
}
.home_categories .home_categories_swiper .list li::before {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: 0;
  top: 1rem;
  content: '';
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.75;
  transition: all 0.3s;
}
.home_categories .home_categories_swiper .list li a {
  font-size: 1.8rem;
  opacity: 0.74;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
  font-weight: 300;
  letter-spacing: 0.12px;
}
.home_categories .home_categories_swiper .list li a:hover {
  opacity: 1;
  text-decoration-color: #fff;
  font-weight: 500;
}
.home_categories p.center:has(.btn_line) {
  margin-top: 7.9rem;
}
.home_about {
  padding: 10.8rem 0 12.9rem;
  overflow: hidden;
}
.home_about .head {
  flex: 1;
  max-width: 56rem;
  padding-bottom: 0.6%;
}
.home_about p {
  margin-top: 3rem;
}
.home_about .btn {
  margin-top: 5rem;
}
.home_about .rt {
  width: 57.85%;
  position: relative;
}
.home_about .rt .img {
  width: 93.277%;
  border-radius: 1.4rem;
  --h: 90.605%;
  margin-left: auto;
}
.home_about .rt .img:hover img {
  transform: scale(1.02);
}
.home_about .rt .num_box {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 3.888%;
  max-height: 80%;
  overflow-y: auto;
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  align-items: center;
  border-radius: 1.2rem;
  border: 1px solid #d3d2d6;
  background-color: #fff;
  gap: 2.6rem;
  padding: 3.1rem 3rem 2.6rem;
  min-width: 51.9%;
  box-shadow: var(--shadow2);
}
.home_about .rt .num_box .icon {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--primary);
}
.home_about .rt .num_box .wrap {
  font-size: 2.5rem;
  font-weight: 600;
  white-space: nowrap;
}
.home_about .rt .num_box .wrap .num {
  font-size: 4.8rem;
}
.home_about .rt .num_box .label {
  font-size: 1.7rem;
  color: #474747;
  margin-top: 2px;
}
.home_resources {
  padding: 5.8rem 0 11rem;
}
.home_resources .nav_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.3rem;
  margin-bottom: 1px;
}
.home_resources .nav_list .nav_item {
  display: block;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
  border-radius: 100px;
  font-size: 1.9rem;
  font-weight: 500;
  color: #020e28;
  background-color: #efefef;
  line-height: 4.5rem;
  padding: 0 3rem;
  min-width: 13rem;
}
.home_resources .nav_list .nav_item.active,
.home_resources .nav_list .nav_item:hover {
  background-color: var(--primary);
  color: #fff;
}
.home_resources .home_resources_swiper {
  margin-top: 3rem;
}
.home_resources .home_resources_swiper .swiper-slide {
  max-width: 460px;
}
.home_resources p.center:has(.btn_line) {
  margin-top: 2.6rem;
}
.home_resources .swiper_btns {
  top: 51%;
}
@media screen and (max-width: 1000px) {
  .home_about .content>.flex{
    flex-flow: wrap;
  }
  .home_about .head, .home_about .rt{
    flex: unset !important;
    width: 100% !important;
    max-width: unset !important;
  }
  .home_about .rt{
    width: 70% !important;
  }
  .resource_list a{
    min-height: unset !important;
  }
  .product_list .link .more{
    gap: 1.3rem !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .home_about .rt {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .home_banner .home_banner_swiper .flex {
    min-height: unset;
    padding: 50px 0 70px;
  }
  .home_banner .head {
    padding: 0;
  }
  .home_banner .head .title {
    font-size: 25px;
    line-height: 1.3;
  }
  .home_banner .head .desc {
    font-size: 14px;
    line-height: 1.5;
    max-width: unset;
    letter-spacing: unset;
    margin-top: 12px;
  }
  .home_banner .head .btn_w {
    margin-top: 20px;
  }
  .home_banner .btns {
    display: none;
  }
  .home_banner div.swiper-pagination-bullets {
    bottom: 20px;
  }
  .home_category {
    padding: 50px 0;
  }
  .home_category .head {
    padding: 20px 0;
  }
  .home_category .home_category_swiper {
    margin-top: -16px;
  }
  .home_category .home_category_swiper .swiper-slide {
    margin-top: 16px !important;
    max-width: 274px;
  }
  .home_category .item {
    border-radius: 10px;
  }
  .home_category .item .info {
    padding: 20px;
  }
  .home_category .item .title {
    grid-template-columns: 50px 1fr;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 14px;
    letter-spacing: unset;
  }
  .home_category .item .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 14px;
    letter-spacing: unset;
  }
  .home_category .item .btn_circle {
    width: 40px;
    margin-top: 20px;
  }
  .home_category div.swiper-pagination {
    margin-top: 20px;
  }
  .home_services {
    padding: 50px 0;
  }
  .home_services .home_services_nav_swiper {
    margin-top: 20px;
  }
  .home_services .home_services_nav_swiper .swiper-slide {
    grid-template-columns: 40px 1fr;
    gap: 10px;
    padding-top: 14px;
    max-width: 225px;
  }
  .home_services .home_services_nav_swiper span {
    font-size: 14px;
  }
  .home_services .home_services_swiper {
    margin-top: 30px;
    border-radius: 10px;
  }
  .home_services .home_services_swiper .img {
    border-radius: 10px;
  }
  .home_services .home_services_swiper .info {
    width: 100%;
    max-width: unset;
  }
  .home_services .home_services_swiper .info .pagination {
    font-size: 14px;
  }
  .home_services .home_services_swiper .info .pagination .current {
    font-size: 16px;
    margin-right: 0;
  }
  .home_services .home_services_swiper .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 14px;
  }
  .home_services .home_services_swiper .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_services .home_services_swiper .info .nums {
    margin-top: 20px;
  }
  .home_services .home_services_swiper .info .nums ul {
    gap: 20px;
  }
  .home_services .home_services_swiper .info .nums .wrap {
    font-size: 18px;
  }
  .home_services .home_services_swiper .info .nums .wrap .num {
    font-size: 20px;
  }
  .home_services .home_services_swiper .info .nums .wrap .add {
    font-size: 18px;
  }
  .home_services .home_services_swiper .info .nums .label {
    font-size: 14px;
    max-width: 160px;
    margin-top: 8px;
  }
  .home_services .home_services_swiper .info .btn {
    margin-top: 20px;
  }
  .home_products {
    padding: 50px 0;
  }
  .home_products .list {
    margin-top: 30px;
  }
  .home_products .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 30px 16px;
  }
  .home_products p.center:has(.btn_line) {
    margin-top: 40px;
  }
  .home_categories {
    padding: 50px 0;
    margin-top: 35px;
  }
  .home_categories .mask {
    width: 120px;
  }
  .home_categories .lt {
    padding: 0;
    width: 45%;
  }
  .home_categories .rt {
    margin: 0;
    width: 50%;
  }
  .home_categories .nav_item {
    grid-template-columns: 40px 1fr 12px;
    padding: 14px;
    font-size: 14px;
    gap: 12px;
  }
  .home_categories .home_categories_swiper {
    border-radius: 10px;
  }
  .home_categories .home_categories_swiper .info {
    padding: 20px 10px;
  }
  .home_categories .home_categories_swiper .wrap {
    grid-template-columns: 30px 1fr 50px;
    gap: 12px;
    padding: 14px 10px;
  }
  .home_categories .home_categories_swiper .wrap .order {
    font-size: 14px;
    margin-top: 0;
  }
  .home_categories .home_categories_swiper .wrap p {
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: unset;
    margin-top: 0;
  }
  .home_categories .home_categories_swiper .wrap strong {
    font-size: 18px;
    letter-spacing: unset;
  }
  .home_categories .home_categories_swiper .list {
    margin-top: 20px;
    padding-left: 10px;
  }
  .home_categories .home_categories_swiper .list li + li {
    margin-top: 10px;
  }
  .home_categories .home_categories_swiper .list li {
    padding-left: 20px;
  }
  .home_categories .home_categories_swiper .list li::before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
  .home_categories .home_categories_swiper .list li a {
    font-size: 14px;
    letter-spacing: unset;
  }
  .home_categories p.center:has(.btn_line) {
    margin-top: 40px;
  }
  .home_about {
    padding: 50px 0;
  }
  .home_about .head {
    max-width: unset;
    width: 100%;
    padding: 0;
  }
  .home_about .rt .img {
    border-radius: 10px;
  }
  .home_about .rt .num_box {
    grid-template-columns: 50px 1fr;
    border-radius: 10px;
    padding: 14px;
    gap: 12px;
  }
  .home_about .rt .num_box .wrap {
    font-size: 18px;
  }
  .home_about .rt .num_box .wrap .num {
    font-size: 20px;
  }
  .home_about .rt .num_box .label {
    font-size: 14px;
  }
  .home_resources {
    padding: 50px 0;
  }
  .home_resources .nav_list {
    gap: 20px;
    margin-bottom: 0;
  }
  .home_resources .nav_list .nav_item {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    min-width: 120px;
  }
  .home_resources .home_resources_swiper {
    margin-top: 30px;
  }
  .home_resources .swiper_btns.middle {
    display: none;
  }
  .home_resources p.center:has(.btn_line) {
    margin-top: 40px;
  }
  
  .home_about .rt{
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .home_banner .home_banner_bg_swiper .swiper-slide {
    position: relative;
  }
  .home_banner .home_banner_bg_swiper .swiper-slide::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background-color: var(--title);
    opacity: 0.3;
  }
  .home_banner .head {
    max-width: unset;
  }
  .home_services .home_services_swiper .img {
    width: 100%;
  }
  .home_categories .flex {
    gap: 20px;
  }
  .home_categories .lt,
  .home_categories .rt {
    width: 100%;
  }
  .home_about .rt {
    width: 100%;
  }
  .home_resources {
    overflow: hidden;
  }
  .home_resources .swiper_content {
    overflow: unset;
    padding-top: 0;
    padding-bottom: 0;
  }
  .home_resources .nav {
    width: 100%;
  }
  .home_resources .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    flex-wrap: nowrap;
    gap: 20px;
    white-space: nowrap;
    overflow-x: auto;
  }
  .home_resources .nav_list::-webkit-scrollbar {
    display: none;
  }
}
/*# sourceMappingURL=home.css.map */