.home_banner {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: var(--title);
}
.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::after {
  content: '';
  display: block;
  width: 100%;
  height: 70.595855%;
  pointer-events: none;
  background: url(../img/mask.svg) no-repeat right top / contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.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';
}
.home_banner .home_banner_swiper .flex {
  padding: 11.5rem 0;
  min-height: 77.2rem;
}
.home_banner .home_banner_swiper .img {
  width: 70.820896%;
  --h: 53.108535%;
  position: absolute;
  right: -7.61194%;
  top: 50%;
  transform: translateY(-43%);
}
.home_banner .head {
  flex: 1;
  max-width: 60rem;
  color: #fff;
  padding-bottom: 2.537313%;
}
.home_banner .head .subtitle {
  font-size: 2.2rem;
  letter-spacing: 4.5px;
  margin-bottom: 0.2px;
}
.home_banner .head .title {
  font-size: 6.6rem;
  line-height: 8.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.home_banner .head .btn {
  margin-top: 1.4rem;
}
.home_banner .content {
  position: relative;
}
.home_banner .pagination {
  position: absolute;
  left: 0;
  top: -11.5rem;
  width: calc(100% + 13rem);
  z-index: 3;
  padding-top: 3.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.home_banner .pagination:has(.swiper-button-lock) {
  display: none;
}
.home_banner .pagination .swiper-pagination {
  position: static;
  gap: 1rem;
  display: flex;
  align-items: center;
}
.home_banner .pagination .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.3;
  border-radius: 0;
  width: 5.6rem;
  height: 3px;
  margin: 0;
  background-color: #fff;
  transition: all 0.3s;
}
.home_banner .pagination .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.home_banner .pagination .btns {
  gap: 7rem;
  display: flex;
}
.home_banner .pagination .btns div {
  width: 2.8rem;
  height: 1.8rem;
  cursor: pointer;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-line-l.svg) no-repeat center / contain;
}
.home_banner .pagination .btns .btn_next {
  transform: rotate(180deg);
}
.home_banner .pagination .btns .swiper-button-lock {
  display: none;
}
.home_products {
  padding: 9.5rem 0 11rem;
  background-color: #f9f9f9;
}
.home_products .list {
  margin-top: 3.8rem;
}
.home_products .list ul {
  gap: 1.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.home_products .list .active a::before {
  opacity: 1;
}
.home_products .list .active a::after {
  opacity: 0;
  transform: translate(100%, 100%);
}
.home_products .list .active a .text h3 {
  color: #fff;
  transform: translate(0);
}
.home_products .list .active a .text .btn {
  opacity: 1;
  transform: translate(0);
}
.home_products .list a {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding-top: 2rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.home_products .list a:hover img {
  transform: scale(1.03);
}
.home_products .list a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  background: url(../img/cat-bg.jpg) no-repeat center / cover;
}
.home_products .list a::after {
  content: '';
  display: block;
  width: 100%;
  height: 40.606061%;
  pointer-events: none;
  background: url(../img/mask.svg) no-repeat right bottom / contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
  transition: opacity 0.3s, transform 0.4s;
}
.home_products .list a .img {
  --h: 80%;
  width: 100%;
  margin: 0 auto;
  max-width: 24.5rem;
}
.home_products .list a .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 1.2rem 20px 1.6rem;
}
.home_products .list a .text h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.6rem;
  text-transform: uppercase;
  transition: all 0.3s;
  transform: translateY(4.2rem);
  margin-bottom: 1.2rem;
}
.home_products .list a .text .btn {
  min-width: 14rem;
  line-height: 4.4rem;
  font-size: 1.7rem;
  margin: auto;
  transition: all 0.3s 0.05s;
  transform: translateY(4.2rem);
  opacity: 0;
}
.home_about {
  color: #fff;
  padding: 12.6rem 0 8.8rem;
}
.home_about .flex {
  gap: 5.223881%;
}
.home_about .left {
  flex: 1;
}
.home_about .left .head {
  font-size: 1.8rem;
  line-height: 2.9rem;
  font-weight: 300;
}
.home_about .left .head h2 {
  color: #fff;
}
.home_about .left .head p {
  margin-top: 1.8rem;
}
.home_about .left .nums {
  max-width: 63.8rem;
  margin-top: 4.2rem;
}
.home_about .left .nums > div {
  gap: 5rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_about .left .nums .item .oswald {
  white-space: nowrap;
}
.home_about .left .nums .item .num {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--primary);
}
.home_about .left .nums .item i {
  font-size: 3.7rem;
  line-height: 1;
  font-weight: 700;
}
.home_about .left .nums .item .label {
  font-size: 2rem;
  margin-top: 1.8rem;
  letter-spacing: 0.5px;
}
.home_about .left .btn {
  margin-top: 5rem;
}
.home_about .right {
  width: 55.820896%;
  position: relative;
  cursor: pointer;
  margin-right: -13rem;
}
.home_about .right:hover img {
  transform: scale(1.03);
}
.home_about .right .img {
  border-radius: 16px;
}
.home_about .right .btn_play {
  width: 12.700535%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  background: url(../img/btn-play.svg) no-repeat center / contain;
}
.home_about .right .btn_play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.home_about .right .btn_play::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.home_team {
  overflow: hidden;
  padding: 12.6rem 0 11.8rem;
}
.home_team .left {
  width: 49.402985%;
  position: relative;
}
.home_team .left .img:hover img {
  transform: scale(1.03);
}
.home_team .left .img1 {
  width: 82.779456%;
}
.home_team .left .img2 {
  --h: 100%;
  width: 50.453172%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 8px solid #fff;
}
.home_team .right {
  width: 45.970149%;
}
.home_team .head {
  color: #3a3a3a;
  font-size: 1.8rem;
  line-height: 2.9rem;
}
.home_team .head h2 {
  margin-bottom: 3.6rem;
}
.home_team .head p {
  margin-top: 1rem;
}
.home_choose {
  padding: 13.6rem 0 16rem;
}
.home_choose .head {
  flex: 1;
  max-width: 61.6rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.9rem;
  font-weight: 300;
}
.home_choose .head h2 {
  color: #fff;
  max-width: 59rem;
  margin-bottom: 3.8rem;
}
.home_choose .head p {
  margin-top: 8px;
}
.home_choose .img {
  width: 40.895522%;
}
.home_choose .img:hover img {
  transform: scale(1.03);
}
.home_custom {
  padding: 5.8rem 0 4.6rem;
  background-color: var(--primary);
}
.home_custom .head {
  max-width: 85.8rem;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2.9rem;
}
.home_custom .head strong {
  font-size: 2.3rem;
  font-weight: 600;
  display: block;
  margin-top: 1.5rem;
}
.home_custom .head p {
  max-width: 61.6rem;
  margin: 1rem auto 0;
}
.home_custom .btn_w {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .home_banner .pagination {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .home_about .right {
    margin-right: 0;
  }
  .home_banner .pagination {
    width: calc(100% - 4rem);
    left: 2rem;
  }
  .home_about .left .nums .item .num {
    font-size: 4rem;
  }
  .home_about .left .nums .item i {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home_banner .home_banner_swiper .img {
    right: -5%;
  }
}
@media screen and (max-width: 768px) {
  .home_banner .home_banner_swiper .flex {
    gap: 1rem;
    padding: 4rem 0;
    min-height: unset;
    flex-direction: column-reverse;
  }
  .home_banner .home_banner_swiper .img {
    width: 100%;
    max-width: 500px;
    position: static;
    transform: translate(0);
  }
  .home_banner .head {
    text-align: center;
  }
  .home_banner .head .subtitle {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .home_banner .head .title {
    font-size: 25px;
    line-height: 1.5;
  }
  .home_banner .pagination {
    top: -3rem;
    width: calc(100% - 40px);
    padding-top: 12px;
    gap: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .home_banner .pagination .swiper-pagination {
    gap: 8px;
  }
  .home_banner .pagination .swiper-pagination .swiper-pagination-bullet {
    width: 2rem;
  }
  .home_banner .pagination .btns {
    gap: 2rem;
  }
  .home_banner .pagination .btns div {
    width: 20px;
    height: 20px;
  }
  .home_products {
    padding: 4rem 0;
  }
  .home_products .list {
    margin-top: 2rem;
  }
  .home_products .list ul {
    gap: 12px;
  }
  .home_products .list a {
    padding-top: 1rem;
  }
  .home_products .list a .text {
    padding: 1rem 12px;
  }
  .home_products .list a .text h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    transform: translate(0);
  }
  .home_products .list a .text .btn {
    display: none;
  }
  .home_about {
    padding: 4rem 0;
  }
  .home_about .flex {
    gap: 2rem;
    flex-direction: column;
  }
  .home_about .left .head p {
    margin-top: 12px;
  }
  .home_about .left .nums {
    margin-top: 2rem;
  }
  .home_about .left .nums > div {
    gap: 2rem 1rem;
    justify-content: flex-start;
  }
  .home_about .left .nums .item .num {
    font-size: 2rem;
  }
  .home_about .left .nums .item i {
    font-size: 1rem;
  }
  .home_about .left .nums .item .label {
    font-size: 14px;
    margin-top: 12px;
    letter-spacing: 0;
  }
  .home_about .left .btn {
    margin-top: 2rem;
  }
  .home_about .right {
    margin-right: 0;
    width: 100%;
    max-width: 500px;
  }
  .home_about .right .btn_play {
    left: 50%;
    width: 4rem;
    height: 4rem;
  }
  .home_team {
    padding: 4rem 0;
  }
  .home_team .flex {
    gap: 2rem;
    flex-direction: column-reverse;
  }
  .home_team .left {
    width: 100%;
    max-width: 500px;
  }
  .home_team .right {
    width: 100%;
  }
  .home_team .head h2 {
    margin-bottom: 20px;
  }
  .home_choose {
    padding: 4rem 0;
  }
  .home_choose .flex {
    gap: 2rem;
    flex-direction: column;
  }
  .home_choose .head {
    width: 100%;
  }
  .home_choose .head h2 {
    margin-bottom: 20px;
  }
  .home_choose .head p {
    margin-top: 1rem;
  }
  .home_choose .img {
    width: 100%;
    max-width: 500px;
  }
  .home_custom {
    padding: 3rem 0;
  }
  .home_custom .head strong {
    margin-top: 1rem;
    font-size: 18px;
    line-height: 1.5;
  }
  .home_custom .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_custom .head .btn_w {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .home_products .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
