@media screen and (min-width: 1025px) {
  .main-body {
    position: static;
  }
}
@media screen and (max-width: 1024px) {
  .main-body {
    padding: 0;
  }
}
.main-header::after {
  transform: translateY(-100%);
  transition: all 0.3s;
}
.main-header.fixed::after {
  transform: translateY(0);
}
.main-header.fixed .nav-sec .contact-box {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s 0.3s;
}
.main-header .nav-sec .contact-box {
  opacity: 0;
  pointer-events: none;
}
.hero {
  width: 100%;
  z-index: 2;
  transition: all 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 10vw 0;
}
@media screen and (max-width: 1024px) {
  .hero {
    padding: 65vw 15px 0;
    margin-bottom: 30px;
  }
}
.hero .slogan {
  position: relative;
  font-size: 64px;
}
@media screen and (max-width: 1280px) {
  .hero .slogan {
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .hero .slogan {
    font-size: 34px;
    line-height: 34px;
    margin: auto;
  }
}
.hero .slogan::after {
  content: "";
  position: absolute;
  background-image: url('/static/img/Background.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 30%;
  aspect-ratio: 1 / 1;
  top: -25px;
  right: -60px;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .hero .slogan::after {
    top: -63%;
    right: -11%;
  }
}
@media screen and (max-width: 768px) {
  .hero .slogan::after {
    top: -70%;
    right: -10%;
    transform: rotate(-4deg);
  }
}
.hero .simple {
  font-size: 16px;
  font-weight: 500;
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .hero .simple {
    width: 100%;
    font-size: 13px;
    margin: 10px 0;
  }
}
.hero .advantages {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .hero .advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-bottom: 20px;
  }
}
.hero .advantages .advantages-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  gap: 6px;
}
@media screen and (max-width: 1024px) {
  .hero .advantages .advantages-item {
    font-size: 12px;
    justify-content: center;
  }
}
.hero .advantages .advantages-item i {
  font-size: 20px;
  color: var(--main-color);
}
@media screen and (max-width: 1024px) {
  .hero .advantages .advantages-item i {
    font-size: 16px;
  }
}
.hero .banner {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.hero .banner img {
  object-fit: cover;
  object-position: top right;
}
@media screen and (min-width: 1920px) {
  .hero .banner img {
    object-fit: contain;
    object-position: top right;
  }
}
@media screen and (max-width: 768px) {
  .hero .banner img {
    transform: rotateY(180deg);
    object-fit: cover;
    object-position: top center;
    opacity: 1;
  }
}
.hero .banner.banner-show {
  animation: turnbig 3.5s 3s forwards;
  transform-origin: top center;
}
@keyframes turnbig {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  60% {
    opacity: 1;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.sales .product-carousel {
  position: relative;
  display: flex;
  align-items: center;
}
.sales .product-carousel:before,
.sales .product-carousel:after {
  content: "";
  height: 100%;
  width: 25%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.sales .product-carousel:before {
  left: 0;
  background-image: linear-gradient(to right, #0b0812, transparent);
}
.sales .product-carousel:after {
  right: 0;
  background-image: linear-gradient(to left, #0b0812, transparent);
}
.sales .product-carousel .carousel-btn {
  position: absolute;
  cursor: pointer;
  z-index: 3;
  background: var(--gradient-1);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  transition: all 0.15s;
  pointer-events: auto;
}
@media screen and (min-width: 1025px) {
  .sales .product-carousel .carousel-btn:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1024px) {
  .sales .product-carousel .carousel-btn {
    width: 48px;
    height: 48px;
  }
}
.sales .product-carousel .carousel-btn:active {
  transform: scale(0.95);
}
.sales .product-carousel .carousel-btn .marrow {
  color: #FFF;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .sales .product-carousel .carousel-btn .marrow {
    font-size: 20px;
  }
}
.sales .product-carousel .carousel-btn.prev {
  left: 0;
}
.sales .product-carousel .carousel-btn.prev .marrow {
  transform: rotate(180deg);
}
.sales .product-carousel .carousel-btn.next {
  right: 0;
}
.sales .product-carousel .carousel-btn.disabled {
  opacity: 0;
  pointer-events: none;
}
.sales .product-carousel .carousel-scroll {
  overflow-x: hidden;
  scroll-behavior: smooth;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sales .product-carousel .carousel-scroll::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sales .product-carousel .carousel-scroll {
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 25%;
    padding-left: 25%;
    padding-right: 25%;
    -webkit-overflow-scrolling: touch;
  }
}
.sales .product-carousel .carousel-scroll .carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 1024px) {
  .sales .product-carousel .carousel-scroll .carousel-track {
    gap: 0;
  }
}
.sales .product-carousel .carousel-scroll .carousel-track:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  min-width: 270px;
}
@media screen and (max-width: 1024px) {
  .sales .product-carousel .carousel-scroll .carousel-track:before {
    flex: 0 0 100%;
    min-width: 0;
  }
}
.sales .product-carousel .carousel-scroll .carousel-track .product-item {
  position: relative;
  min-width: 270px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sales .product-carousel .carousel-scroll .carousel-track .product-item {
    flex: 0 0 100%;
    min-width: 0;
    max-width: 270px;
    transform: scale(0.85);
    transition: opacity 0.5s ease-in, transform 0.3s ease;
  }
  .sales .product-carousel .carousel-scroll .carousel-track .product-item.center {
    transform: scale(1);
  }
}
.chart {
  background: url(/static/img/17.webp) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .chart {
    background-size: 180%;
    margin-bottom: 140px;
  }
}
.chart .compare {
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .chart .compare {
    padding: 0 15px;
  }
}
.chart .compare .chart-top {
  position: sticky;
  z-index: 2;
  top: 80px;
}
@media screen and (max-width: 1024px) {
  .chart .compare .chart-top {
    top: 120px;
  }
}
.chart .compare .chart-top::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  height: 153px;
}
@media screen and (max-width: 1024px) {
  .chart .compare .chart-top::before {
    height: 117px;
    left: 0;
    transform: translateX(-20px);
  }
}
.chart .compare .header-row {
  display: flex;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .chart .compare .header-row {
    padding-top: 30px;
  }
}
.chart .compare .header-row .col-width {
  align-items: center;
  display: flex;
  text-align: left;
  width: 42%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .chart .compare .header-row .col-width {
    display: none;
  }
}
.chart .compare .header-row .feature-column-header {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .chart .compare .header-row .feature-column-header {
    padding: 30px 10px;
    font-size: 16px;
  }
}
.chart .compare .header-row .feature-column-header .chart-column-badge {
  background-color: #f9f9f9;
  border-radius: 20px;
  color: #040714;
  display: inline-flex;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 12px;
  position: absolute;
  text-align: center;
  top: -17px;
  color: #e217aa;
}
@media screen and (max-width: 1024px) {
  .chart .compare .header-row .feature-column-header .chart-column-badge {
    font-size: 12px;
    top: -14px;
    padding: 2px 12px;
  }
}
.chart .compare .header-row .header-top {
  border-top: 1.5px solid #ff43b0;
  border-radius: 20px 20px 0 0;
}
.chart .compare .feature-row {
  display: flex;
  width: 100%;
  position: relative;
}
.chart .compare .feature-row:before {
  content: "";
  position: absolute;
  height: 1.5px;
  width: calc(100% + 60px);
  background-color: #2c2f41;
  z-index: -1;
  top: 0;
  left: -30px;
}
.chart .compare .feature-row:last-child {
  height: 0;
}
.chart .compare .feature-row:last-child:before {
  display: none;
}
.chart .compare .feature-row:last-child .col-item {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .chart .compare .feature-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .chart .compare .feature-row:before,
  .chart .compare .feature-row:after {
    content: "";
    position: absolute;
    height: 1.5px;
    background-color: #2c2f41;
    z-index: -1;
    top: 0;
  }
  .chart .compare .feature-row:before {
    width: 50vw;
    left: -15px;
  }
  .chart .compare .feature-row:after {
    width: 15px;
    right: -15px;
  }
}
.chart .compare .feature-row .col-item {
  align-items: center;
  display: flex;
  text-align: left;
  width: 42%;
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .chart .compare .feature-row .col-item {
    width: fit-content;
    position: absolute;
    font-size: 11px;
    background-color: #590742;
    border: 1.5px solid #8b1a71;
    padding: 2px 16px;
    border-radius: 6px;
    top: 12px;
  }
}
.chart .compare .feature-row .feature-cell {
  width: 100%;
  flex: 1;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .chart .compare .feature-row .feature-cell {
    padding: 50px 10px 20px;
    font-size: 13px;
    justify-content: center;
  }
}
.chart .compare .feature-row .feature-cell .yes,
.chart .compare .feature-row .feature-cell .no {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .chart .compare .feature-row .feature-cell .yes,
  .chart .compare .feature-row .feature-cell .no {
    font-size: 28px;
  }
}
.chart .compare .feature-row .feature-cell .no {
  color: #d63131;
}
.chart .compare .feature-row .feature-cell .yes {
  color: #45e139;
}
.chart .compare .feature-row .count {
  font-size: 24px;
}
.chart .compare .feature-row .small-text {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .chart .compare .feature-row .small-text {
    font-size: 11px;
  }
}
.chart .compare .contact {
  border-bottom: 1.5px solid #ff43b0;
  border-radius: 0 0 20px 20px;
  padding: 0 20px 30px !important;
}
.chart .compare .contact .button {
  width: 100%;
  height: 60px;
  font-size: 16px;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .chart .compare .contact {
    padding: 0 10px !important;
  }
  .chart .compare .contact .button {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }
}
.chart .compare .highlight {
  background-color: rgba(90, 89, 118, 0.3) !important;
  border-right: 1.5px solid #ff43b0;
  border-left: 1.5px solid #ff43b0;
  color: #FFF;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .how {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .news-list {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1281px) {
  .news-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.more {
  font-weight: 700;
  margin: 60px auto 0;
  background-color: rgba(255, 255, 255, 0.1);
  height: 48px;
  width: fit-content;
  padding: 0 40px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .more {
    font-size: 15px;
    margin: 40px auto 0;
    height: 40px;
  }
}
.more:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
