.border-gradient {
  position: relative;
  z-index: 1;
  background-color: transparent;
  backdrop-filter: blur(10px);
  --border-radius: 24px;
}
@media screen and (min-width: 992px) {
  .border-gradient {
    --border-radius: 32px;
  }
}
.border-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(130deg, rgb(143, 124, 255) 0%, rgba(178, 74, 215, 0.2) 60%, rgb(178, 74, 215) 100%);
  width: 100%;
  height: 100%;
  padding: 2px;
  border-radius: var(--border-radius);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.page-banner {
  padding: 90px 0 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .page-banner {
    padding: 100px 0 40px;
  }
}
@media screen and (min-width: 1400px) {
  .page-banner {
    padding: 120px 0 60px;
  }
}
.page-banner .box {
  position: relative;
  z-index: 5;
  padding: 60px 0;
}
@media screen and (min-width: 992px) {
  .page-banner .box {
    padding: 160px 0 100px 0;
  }
}
.page-banner .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .page-banner .title {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .page-banner .title {
    font-size: 56px;
  }
}
.page-banner .info {
  font-size: 14px;
  margin-bottom: 28px;
}
@media screen and (min-width: 992px) {
  .page-banner .info {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .page-banner .info {
    font-size: 20px;
    margin-bottom: 38px;
  }
}
.page-banner .form-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-banner .form-box {
    flex-direction: row;
    background-color: #fff;
    border-radius: 100px;
    padding: 4px;
  }
}
.page-banner .form-box input {
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-banner .form-box input {
    padding: 12px 16px;
  }
}
.page-banner .form-box .input-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 24px;
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .page-banner .form-box .input-wrap {
    background: none;
    border-radius: 0;
    padding-left: 32px;
    margin-bottom: 0;
  }
}
.page-banner .form-box .btn {
  flex-shrink: 0;
  padding: 0 48px;
}
@media screen and (max-width: 767px) {
  .page-banner .form-box .btn {
    height: 56px;
    line-height: 56px;
  }
}
.page-banner .bg-video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  font-size: 0;
  line-height: 0;
}
.page-banner .bg-video::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgb(0, 0, 0) 100%);
}
.page-banner .bg-video video {
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
  object-fit: cover;
  object-position: 65% 0;
}
@media screen and (min-width: 768px) {
  .page-banner .bg-video video {
    object-fit: contain;
    object-position: center top;
  }
}
.page-banner .bg-video.bg-video-cover video {
  object-fit: cover;
  object-position: center;
}

.btn-off {
  position: absolute;
  z-index: 2;
  top: -5px;
  right: -30px;
  background: linear-gradient(90deg, #FFE667 0%, #FF685D 100%);
  padding: 2px 6px;
  border-radius: 100px 100px 100px 0;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 992px) {
  .btn-off {
    top: -10px;
    right: -50px;
    font-size: 14px;
    padding: 4px 8px;
  }
}

.model-itembox {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (min-width: 992px) {
  .model-itembox {
    gap: 60px;
  }
}
@media (min-width: 1400px) {
  .model-itembox {
    gap: 100px;
  }
}
.model-itembox .item {
  position: relative;
  z-index: 1;
  border-radius: 28px;
  border: solid 2px #6C61EC;
  overflow: hidden;
  padding: 32px 24px;
  width: 100%;
}
@media (min-width: 992px) {
  .model-itembox .item {
    padding: 40px 32px;
  }
}
@media (min-width: 1400px) {
  .model-itembox .item {
    padding: 48px 60px;
    border-radius: 48px;
  }
}
.model-itembox .item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg width="1509" height="606" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_12822_3798)"><path transform="matrix(-1 0 0 1 1509 0)" fill="url(%23paint0_linear_12822_3798)" d="M0 0h1509v606H0z"/><path d="M711-40l985 378c-129 336-275 441-590 567L711-40z" fill="%234C26D2" filter="url(%23filter0_f_12822_3798)"/><path d="M842 49l760 340c-109 286-200 334-469 442L842 49z" fill="%23BB88FA" filter="url(%23filter1_f_12822_3798)"/><path d="M933 139l563 316c-45 178-137 216-301 263L933 139z" fill="%23EDDFFF" filter="url(%23filter2_f_12822_3798)"/></g><defs><filter id="filter0_f_12822_3798" x="561" y="-190" width="1284.34" height="1245.31" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="75" result="effect1_foregroundBlur_12822_3798"/></filter><filter id="filter1_f_12822_3798" x="742" y="-51" width="960.199" height="981.972" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="50" result="effect1_foregroundBlur_12822_3798"/></filter><filter id="filter2_f_12822_3798" x="833" y="39" width="763.189" height="778.178" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="50" result="effect1_foregroundBlur_12822_3798"/></filter><linearGradient id="paint0_linear_12822_3798" x1="510.5" y1="-113" x2="1492.5" y2="629" gradientUnits="userSpaceOnUse"><stop offset=".332" stop-color="%2301000E"/><stop offset="1" stop-color="%230E058A"/></linearGradient><clipPath id="clip0_12822_3798"><path fill="%23fff" transform="matrix(-1 0 0 1 1509 0)" d="M0 0h1509v606H0z"/></clipPath></defs></svg>') no-repeat center;
  background-size: cover;
}
@media (min-width: 992px) {
  .model-itembox .item.bg-reverse::after {
    transform: scaleX(-1);
  }
}
.model-itembox .info {
  font-size: 14px;
}
@media (min-width: 992px) {
  .model-itembox .info {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .model-itembox .info {
    font-size: 20px;
  }
}

.pic-video-group {
  position: relative;
  z-index: 1;
  width: 98%;
  height: 0;
  padding-top: 73%;
}
.pic-video-group .pic-bg,
.pic-video-group .pic-model,
.pic-video-group .video-wrap {
  display: block;
  position: absolute;
  z-index: 1;
  font-size: 0;
  line-height: 0;
}
.pic-video-group .pic-bg {
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .pic-video-group .pic-bg {
    width: 94%;
  }
}
.pic-video-group .pic-model {
  z-index: 4;
}
.pic-video-group .video-wrap {
  z-index: 2;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .pic-video-group .video-wrap {
    border-radius: 16px;
  }
}
.pic-video-group .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pic-video-group.pvg-1 .pic-model {
  bottom: 0;
  right: -5%;
  width: 52%;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-1 .pic-model {
    right: 0;
  }
}
.pic-video-group.pvg-1 .video-wrap {
  top: 0.5%;
  left: 4.5%;
  right: 0.5%;
  bottom: 15%;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-1 .video-wrap {
    right: 6.5%;
    bottom: 20.6%;
  }
}
.pic-video-group.pvg-2 .pic-model {
  bottom: 0;
  left: 0;
  width: 55%;
}
.pic-video-group.pvg-2 .video-wrap {
  top: 10%;
  left: 33%;
  right: 6.5%;
  bottom: 13.5%;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-2 .video-wrap {
    left: 30.8%;
    right: 12%;
    bottom: 18.5%;
    border-radius: 16px;
  }
}
.pic-video-group.pvg-2 .video-wrap video {
  object-position: 0 center;
}
.pic-video-group.pvg-3 .pic-model {
  bottom: 0;
  right: -3%;
  width: 32%;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-3 .pic-model {
    right: 0;
  }
}
.pic-video-group.pvg-3 .video-wrap {
  top: 7.3%;
  left: 3.5%;
  right: 4.4%;
  bottom: 11.2%;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-3 .video-wrap {
    left: 3.3%;
    right: 10.2%;
    bottom: 16.5%;
  }
}
.pic-video-group.pvg-4 .pic-model {
  bottom: 0;
  right: -5%;
  width: 45%;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-4 .pic-model {
    right: 0;
    width: 35%;
  }
}
.pic-video-group.pvg-4 .video-wrap {
  top: 10%;
  left: 32.8%;
  right: 6%;
  bottom: 13.5%;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-4 .video-wrap {
    left: 30.8%;
    right: 12%;
    bottom: 18.8%;
    border-radius: 12px;
  }
}
.pic-video-group.pvg-5 .pic-bg {
  width: 100%;
}
.pic-video-group.pvg-5 .pic-model {
  bottom: 0;
  left: 0;
  width: 100%;
}
.pic-video-group.pvg-5 .video-wrap {
  top: 8%;
  left: 3%;
  right: 3.5%;
  bottom: 10%;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-5 .video-wrap {
    bottom: 9.8%;
    border-radius: 24px;
  }
}
.pic-video-group.pvg-6 .pic-model {
  bottom: 3%;
  right: 13%;
  width: 55%;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-6 .pic-model {
    bottom: 5%;
    right: 18%;
  }
}
.pic-video-group.pvg-6 .video-wrap {
  top: 12%;
  left: 6%;
  right: 23.5%;
  bottom: 11.5%;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-6 .video-wrap {
    top: 11%;
    left: 5.5%;
    right: 28%;
    bottom: 16.5%;
    border-radius: 24px;
  }
}
.pic-video-group.pvg-7 .pic-model {
  bottom: 20%;
  right: -3%;
  width: 41%;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-7 .pic-model {
    right: 0;
    bottom: 28%;
  }
}
.pic-video-group.pvg-7 .video-wrap {
  top: 13%;
  left: 8%;
  right: 12%;
  bottom: 16%;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-7 .video-wrap {
    top: 12%;
    left: 8%;
    right: 18%;
    bottom: 21%;
    border-radius: 24px;
  }
}
.pic-video-group.pvg-8 .pic-model {
  top: 3%;
  left: 6%;
  width: 21%;
}
.pic-video-group.pvg-8 .video-wrap {
  top: 8%;
  left: 2%;
  right: 6.5%;
  bottom: 12%;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-8 .video-wrap {
    left: 1.8%;
    right: 12.5%;
    bottom: 17%;
    border-radius: 24px;
  }
}
.pic-video-group.pvg-9 .pic-bg {
  width: 100%;
}
.pic-video-group.pvg-9 .pic-model {
  bottom: 0;
  left: 0;
  width: 25%;
}
.pic-video-group.pvg-9 .video-wrap {
  top: 11.5%;
  left: 6.5%;
  right: 5%;
  bottom: 8%;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-9 .video-wrap {
    bottom: 7.8%;
    border-radius: 24px;
  }
}
.pic-video-group.pvg-10 .pic-bg {
  width: 100%;
}
.pic-video-group.pvg-10 .pic-model {
  bottom: 0;
  left: 0;
  width: 100%;
}
.pic-video-group.pvg-10 .video-wrap {
  top: 12.5%;
  left: 7.5%;
  right: 3.8%;
  bottom: 12%;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-10 .video-wrap {
    bottom: 11.5%;
    border-radius: 24px;
  }
}
.pic-video-group.pvg-11 .pic-bg {
  width: 100%;
}
.pic-video-group.pvg-11 .pic-model {
  bottom: 0;
  left: 0;
  width: 100%;
}
.pic-video-group.pvg-11 .video-wrap {
  top: 9%;
  left: 3%;
  right: 5.5%;
  bottom: 10%;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-11 .video-wrap {
    border-radius: 24px;
  }
}
.pic-video-group.pvg-11 .video-wrap video {
  object-position: center top;
}
.pic-video-group.pvg-12 .pic-model {
  top: 14%;
  right: 0%;
  width: 14%;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-12 .pic-model {
    right: 3%;
  }
}
.pic-video-group.pvg-12 .video-wrap {
  top: 11.5%;
  left: 4%;
  right: 4.5%;
  bottom: 9%;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-12 .video-wrap {
    top: 10.7%;
    left: 4%;
    right: 10%;
    bottom: 15%;
    border-radius: 24px;
  }
}
.pic-video-group.pvg-13 .pic-bg {
  width: 100%;
}
.pic-video-group.pvg-13 .pic-model {
  bottom: 0;
  left: 0;
  width: 100%;
}
.pic-video-group.pvg-13 .video-wrap {
  top: 11.8%;
  left: 5.8%;
  right: 4.5%;
  bottom: 9%;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-13 .video-wrap {
    border-radius: 24px;
  }
}
.pic-video-group.pvg-14 .pic-model {
  bottom: 0;
  right: 0%;
  width: 55%;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-14 .pic-model {
    right: 5%;
  }
}
.pic-video-group.pvg-14 .video-wrap {
  top: 12%;
  left: 6%;
  right: 23.5%;
  bottom: 13%;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-14 .video-wrap {
    top: 11.8%;
    left: 5.5%;
    right: 28%;
    bottom: 21%;
    border-radius: 24px;
  }
}
.pic-video-group.pvg-15 .pic-model {
  bottom: 0%;
  right: 0%;
  width: 85%;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-15 .pic-model {
    right: 3%;
  }
}
.pic-video-group.pvg-15 .video-wrap {
  top: 11.8%;
  left: 5.5%;
  right: 5.5%;
  bottom: 11%;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-15 .video-wrap {
    right: 11.5%;
    bottom: 17%;
    border-radius: 24px;
  }
}
.pic-video-group.pvg-16 .pic-model {
  bottom: 5%;
  right: 0%;
  width: 65%;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-16 .pic-model {
    right: 3%;
  }
}
.pic-video-group.pvg-16 .video-wrap {
  top: 7.8%;
  left: 3%;
  right: 3.5%;
  bottom: 9.6%;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-16 .video-wrap {
    top: 6.8%;
    right: 9.6%;
    bottom: 15.3%;
    border-radius: 24px;
  }
}
.pic-video-group.pvg-17 .pic-bg {
  width: 100%;
}
.pic-video-group.pvg-17 .pic-model {
  bottom: 0;
  left: 0;
  width: 100%;
}
.pic-video-group.pvg-17 .video-wrap {
  top: 12.3%;
  left: 6.5%;
  right: 5.3%;
  bottom: 11.8%;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-17 .video-wrap {
    border-radius: 24px;
  }
}
.pic-video-group.pvg-18 .pic-model {
  bottom: 15%;
  right: 0;
  width: 20%;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-18 .pic-model {
    right: 5%;
    bottom: 20%;
  }
}
.pic-video-group.pvg-18 .video-wrap {
  top: 8.3%;
  left: 3.5%;
  right: 5.4%;
  bottom: 11.2%;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-18 .video-wrap {
    left: 3.5%;
    right: 11%;
    bottom: 17.5%;
  }
}
.pic-video-group.pvg-19 .pic-model {
  bottom: 0%;
  right: 0%;
  width: 75%;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-19 .pic-model {
    right: 3%;
  }
}
.pic-video-group.pvg-19 .video-wrap {
  top: 13.5%;
  left: 8%;
  right: 8%;
  bottom: 16%;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-19 .video-wrap {
    top: 12.8%;
    right: 13.6%;
    bottom: 21.3%;
    border-radius: 24px;
  }
}
.pic-video-group.pvg-20 .pic-bg {
  width: 100%;
}
.pic-video-group.pvg-20 .pic-model {
  bottom: 0;
  left: 0;
  width: 100%;
}
.pic-video-group.pvg-20 .video-wrap {
  top: 8.5%;
  left: 4.5%;
  right: 4%;
  bottom: 12%;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-20 .video-wrap {
    border-radius: 24px;
  }
}

.pic-video-group.pvg-21 .pic-bg,
.pic-video-group.pvg-22 .pic-bg,
.pic-video-group.pvg-23 .pic-bg,
.pic-video-group.pvg-24 .pic-bg {
  width: 100%;
}
.pic-video-group.pvg-21 .pic-model,
.pic-video-group.pvg-22 .pic-model,
.pic-video-group.pvg-23 .pic-model,
.pic-video-group.pvg-24 .pic-model {
  bottom: 0;
  left: 0;
  width: 100%;
}
.pic-video-group.pvg-21 .video-wrap {
  top: 8%;
  left: 5.4%;
  right: 3%;
  bottom: 9%;
  border-radius: 16px;
}
.pic-video-group.pvg-22 .video-wrap {
  top: 5.1%;
  left: 2.5%;
  right: 4.6%;
  bottom: 6.3%;
  border-radius: 16px;
}
.pic-video-group.pvg-23 .video-wrap {
  top: 12%;
  left: 6.3%;
  right: 5.2%;
  bottom: 11.9%;
  border-radius: 16px;
}
.pic-video-group.pvg-24 .video-wrap {
  top: 12.2%;
  left: 6%;
  right: 23.5%;
  bottom: 11.7%;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .pic-video-group.pvg-21 .video-wrap,
  .pic-video-group.pvg-22 .video-wrap,
  .pic-video-group.pvg-23 .video-wrap,
  .pic-video-group.pvg-24 .video-wrap {
    border-radius: 24px;
  }
}

.more-models-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 992px) {
  .more-models-list {
    gap: 1.75rem;
  }
}
.more-models-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: #000;
  border-radius: 100px;
  background-color: #F9F8FF;
  border: solid 1px rgba(0, 0, 0, 0.05);
  padding: 12px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .more-models-list a {
    width: 50%;
    max-width: 280px;
  }
}
@media (min-width: 992px) {
  .more-models-list a {
    width: 30%;
    max-width: 290px;
  }
}
@media (min-width: 1600px) {
  .more-models-list a {
    width: 20%;
    max-width: 280px;
  }
}
.more-models-list a span {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.more-models-list a:hover:not(.disabled) {
  text-decoration: none;
  color: var(--bs-primary);
}
.more-models-list a.disabled:hover {
  text-decoration: none;
  cursor: default;
}

.section-separate .bg-img {
  border-radius: 28px 28px 0 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-separate .bg-img {
    border-radius: 48px 48px 0 0;
  }
}
@media (min-width: 1400px) {
  .section-separate .bg-img {
    border-radius: 60px 60px 0 0;
  }
}

.compare-swiper .swiper-button-next,
.compare-swiper .swiper-button-prev {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: var(--bs-primary);
  color: #fff;
  --swiper-navigation-size: 14px;
}
@media (min-width: 768px) {
  .compare-swiper .swiper-button-next,
  .compare-swiper .swiper-button-prev {
    width: 56px;
    height: 56px;
    --swiper-navigation-size: 20px;
  }
}
@media (min-width: 992px) {
  .compare-swiper .compare-swiper-group,
  .compare-swiper .copy-swiper-group {
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
  }
}
@media (min-width: 1400px) {
  .compare-swiper .compare-swiper-group,
  .compare-swiper .copy-swiper-group {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 992px) {
  .compare-swiper .swiper-button-wrap {
    position: relative;
    z-index: 1;
    height: 90px;
    max-width: 160px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .compare-swiper .swiper-button-wrap {
    height: 50px;
    max-width: 120px;
    margin: 10px auto 0;
  }
}
.compare-swiper .compare-box .video-wrap {
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.compare-swiper .compare-box .video-wrap video {
  position: relative;
  z-index: 1;
  width: 101%;
  height: 101%;
  object-fit: cover;
}
.compare-swiper .compare-box .compare-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .compare-swiper .compare-box .compare-item {
    border-radius: 24px;
  }
}
@media (min-width: 1400px) {
  .compare-swiper .compare-box .compare-item {
    border-radius: 28px;
  }
}
.compare-swiper .compare-box .compare-item .compare-tag {
  display: block;
  position: absolute;
  z-index: 5;
  top: 16px;
  left: 16px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  padding: 5px 16px;
}
@media (min-width: 992px) {
  .compare-swiper .compare-box .compare-item .compare-tag {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .compare-swiper .compare-box .compare-item .compare-tag {
    font-size: 24px;
  }
}
.compare-swiper .copy-box {
  position: relative;
  z-index: 1;
  background: linear-gradient(160deg, rgba(255, 187, 0, 0.1), rgba(255, 187, 0, 0));
  backdrop-filter: blur(10px);
  --border-radius: 16px;
  border-radius: var(--border-radius);
  padding: 24px 16px;
}
@media (min-width: 992px) {
  .compare-swiper .copy-box {
    padding: 24px 48px;
  }
}
.compare-swiper .copy-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(160deg, rgba(255, 187, 0, 0.3), rgba(255, 187, 0, 0));
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: var(--border-radius);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.compare-swiper .copy-box .title {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .compare-swiper .copy-box .title {
    font-size: 24px;
  }
}
.compare-swiper .copy-box .info {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 992px) {
  .compare-swiper .copy-box .info {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .compare-swiper .copy-box .info {
    font-size: 20px;
  }
}
.compare-swiper .copy-box .btn {
  border: 0;
  background: linear-gradient(160deg, #9283FF 0%, #6B57FF 100%);
  font-size: 16px;
}
@media (min-width: 992px) {
  .compare-swiper .copy-box .btn {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .compare-swiper .copy-box .btn {
    font-size: 24px;
    height: 52px;
    line-height: 52px;
  }
}
.compare-swiper .copy-box .btn:hover {
  background: linear-gradient(160deg, #6B57FF 0%, #6B57FF 100%);
}/*# sourceMappingURL=kling-ai-video-generator.css.map */