.banner {
  width: 100%;
}
.banner-top {
  width: 100%;
  padding: 3.659rem 0 1.28rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-title h1 {
  font-weight: bold;
  font-size: 1.829rem;
  text-align: center;
  margin-bottom: 0.762rem;
}
.banner-title h2 {
  font-size: 1.098rem;
  color: #84828e;
  text-align: center;
  margin-bottom: 1.28rem;
}
.banner-downloads {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-downloads .download-btn {
  font-size: 0.732rem;
  font-weight: 600;
  color: white;
  background: linear-gradient(to right, #a229f5 0%, #5695ec 100%);
  border-radius: 1.524rem;
  padding: 0.732rem 2.744rem;
  cursor: pointer;
  margin-bottom: 1.28rem;
  display: flex;
  align-items: center;
  column-gap: 0.305rem;
}
.banner-downloads .download-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.098rem;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.download-group .download-item {
  width: 5.488rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-group .download-item:hover {
  width: 5.488rem;
}
.download-group .download-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.download-group img {
  width: 2.134rem;
  height: 2.134rem;
}
.download-group .download-img span {
  font-size: 0.732rem;
  color: #181818;
}
.download-group .download-qrcode span {
  font-size: 10px;
  color: #181818;
}
.banner .banner-image {
  width: 100%;
}
.steps {
  width: 100%;
  padding: 2.561rem 0;
}
.steps .steps-title {
  font-weight: bold;
  font-size: 1.28rem;
  text-align: center;
  margin-bottom: 2.195rem;
}
.steps .steps-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 2.439rem;
  background-color: #f7f6ff;
  padding: 0.915rem 1.22rem;
  border-radius: 0.61rem;
}
.steps .steps-content .steps-img {
  width: 400px;
}
.steps-content .steps-img img {
  width: 100%;
  border-radius: 0.305rem;
}
.steps .steps-content .steps-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  min-height: 350px;
  padding: 0.61rem 0;
}
.steps .steps-list .steps-list-title {
  font-size: 0.976rem;
  font-weight: 600;
  margin-bottom: 1.89rem;
}
.steps .steps-content .steps-items {
  padding: 0 !important;
  margin-bottom: 1.89rem;
}
.steps .steps-content .steps-item {
  list-style: decimal inside !important;
  font-size: 0.61rem;
}
.steps-list .steps-btn {
  display: flex;
  padding: 0.366rem 1.098rem;
  border: 0.03rem solid transparent;
  border-radius: 1.524rem;
  background-clip: padding-box, border-box !important;
  background-origin: padding-box, border-box !important;
  background: linear-gradient(to right, #f7f6ff, #f7f6ff),
    linear-gradient(to right, #a229f5, #5695ec);
}
.steps-list .steps-btn a {
  color: #7a62f0;
  font-size: 0.732rem;
  font-weight: 600;
}
.features-container {
  padding-bottom: 2.561rem;
}
.features-container .features-title {
  text-align: center;
  font-size: 1.28rem;
  font-weight: bold;
  margin-bottom: 0.488rem;
}
.features-container .features-subtitle {
  text-align: center;
  font-size: 0.732rem;
  color: #84828e;
}
.features-container .usb-features {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 1.951rem;
}
.features-container .usb-features .feature {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.317rem;
  width: calc(50% - 30px);
  border-radius: 0.61rem;
}
.features-container .usb-features .feature .feature-text {
  padding: 0 1.524rem;
  width: 100%;
}
.features-container .usb-features .feature .feature-title {
  font-size: 0.732rem;
  font-weight: 600;
  margin-bottom: 0.488rem;
  color: #181818;
}
.features-container .usb-features .feature .feature-desc {
  font-size: 0.488rem;
  font-weight: 600;
  margin-bottom: 0.488rem;
  color: rgba(24,24,24,0.7);
}
.features-container .usb-features .feature .feature-img {
  width: 71.4%;
}
.features-container .download-btn {
  font-size: 0.732rem;
  font-weight: 600;
  color: white;
  background: linear-gradient(to right, #a229f5 0%, #5695ec 100%);
  border-radius: 1.524rem;
  padding: 0.732rem 2.744rem;
  cursor: pointer;
  margin: 2.927rem auto 0;
  display: flex;
  align-items: center;
  column-gap: 0.305rem;
}
.faq-container {
  background-color: #f5f5f5;
  padding-top: 2.927rem;
  padding-bottom: 2.927rem;
}
.faq-title {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 1.463rem;
  margin-bottom: 1.951rem;
}
.faq-item {
  padding: 0.305rem 0;
}
.faq-item a:hover {
  color: #9747ff !important;
}
.faq-question {
  font-size: 0.732rem;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 0.732rem 1.524rem;
  border-radius: 0.976rem;
}
.faq-icon {
  width: 1.098rem;
  height: 1.098rem;
  transition: transform 0.3s ease;
  user-select: none;
}
.faq-answer {
  font-size: 0.732rem;
  overflow: hidden;
  height: 0;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  color: #181818;
  background-color: #ffffff;
  padding: 0 1.524rem;
  transition: all 0.3s ease;
  border-radius: 0.976rem;
}
.faq-item.active .faq-question {
  font-weight: bold;
}
.faq-item.active .faq-answer {
  padding: 0.732rem 1.524rem;
  margin-top: 0.732rem;
  height: auto;
  transform: scaleY(1);
  opacity: 1;
}
.faq-item .faq-answer ul {
  padding: 0 !important;
  margin: 0 !important;
}
.faq-item .faq-answer li {
  list-style: decimal inside !important;
}
.faq-item.active .faq-icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 767.9px) {
  .download-btn .download-btn-img {
    width: 14px;
  }
  .steps {
    padding: 2.561rem calc(var(--bs-gutter-x) * .5);
  }
  .steps .steps-content {
    flex-direction: column;
  }
  .usb-steps .steps-content .steps-list {
    padding-top: 24px;
    min-height: unset;
    align-items: center;
  }
  .steps .steps-content .steps-img {
    width: 144px;
  }
  .features-container .usb-features {
    flex-direction: column;
    row-gap: 48px;
  }
  .features-container .usb-features .feature {
    width: 320px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  .download-btn .download-btn-img {
    width: 14px;
  }
  .usb-steps .steps-content {
    flex-direction: column;
    padding: 0.915rem 0;
    margin: 0 auto;
    width: 630px;
  }
  .usb-steps .steps-content .steps-list {
    padding-top: 48px;
    min-height: unset;
    align-items: center;
  }
  .features-container .usb-features {
    flex-direction: column;
    row-gap: 48px;
  }
  .features-container .usb-features .feature {
    width: 630px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1319.9px) {
  .usb-steps .steps-content {
    flex-direction: column;
    width: fit-content;
    padding: 0.915rem 6rem;
    margin: 0 auto;
  }
  .usb-steps .steps-content .steps-list {
    padding-top:48px;
    min-height: unset;
    align-items: center;
  }
  .features-container .usb-features {
    flex-direction: column;
    row-gap: 48px;
  }
  .features-container .usb-features .feature {
    width: 630px;
  }
}