main {
  font-family: 'Be Vietnam Pro';
}

main h1 span,
main h2 span {
  background: linear-gradient(90deg, #0462F0 0%, #11B1FF 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.section-1 {
  padding: 70px 0 80px;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/4d-c-drive/sec1-bg.png) no-repeat center center;
  background-size: cover;
}

.section-1 .lft {
  max-width: 569px;
}

.section-1 .rgt {
  transform: translateY(30px);
}

@media (max-width: 1599.98px) {
  .section-1 {
    padding: 70px 0;
  }

  .section-1 .rgt {
    max-width: 600px;
  }
}

@media (max-width: 1279.98px) {
  .section-1 .lft {
    margin-bottom: 48px;
  }

  .section-1 .rgt {
    transform: unset;
  }
}

@media (max-width: 991.98px) {
  .section-1 {
    padding: 96px 0 40px;
  }
}

.section-2 {
  padding: 64px 0;
  background: #F4F9FF;
}

.section-2 .item {
  padding: 24px 28px;
  border-radius: 46px;
  background: linear-gradient(90deg, rgba(4, 98, 240, 0.1) 0%, rgba(17, 177, 255, 0.1) 100%);
}

.section-2 .item .rgt {
  max-width: 686px;
}

.section-2 .item .rgt::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 285px;
  left: 0;
  top: 0;
  transform: translateX(calc(-100% - 20px));
  background: url(https://4ddig.tenorshare.com/images/thematic-page/4d-c-drive/sec2-rgt-before.png) no-repeat center center;
  background-size: cover;
}

.section-2 .item .rgt .cells {
  gap: 20px;
}

.section-2 .item .rgt .cell {
  z-index: 1;
}

.section-2 .item .rgt .cell::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  border: 1px dashed #B1D9FF;
  z-index: -1;
}

.section-2 .item .rgt .cell.cell1::before,
.section-2 .item .rgt .cell.cell4::before {
  width: 91px;
}

.section-2 .item .rgt .cell.cell2::before,
.section-2 .item .rgt .cell.cell3::before {
  width: 54px;
}

.section-2 .item .rgt .cell .icon {
  position: absolute;
  left: 0;
  top: 50%;
}

.section-2 .item .rgt .cell.cell1 .icon,
.section-2 .item .rgt .cell.cell4 .icon {
  transform: translate(calc(-100% - 91px), -50%);
}

.section-2 .item .rgt .cell.cell2 .icon,
.section-2 .item .rgt .cell.cell3 .icon {
  transform: translate(calc(-100% - 54px), -50%);
}

.section-2 .item .rgt .cell .text {
  padding: 20px;
  background: #fff;
  border-radius: 23px;
  transition: transform 0.3s ease-in-out;
}

.section-2 .item .rgt .cell .text p {
  font-size: 18px;
  line-height: 1.6;
}

@media (min-width: 1280px) {
  .section-2 .item .rgt .cell .text:hover {
    transform: translateX(-24px);
  }
}

@media (max-width: 1599.98px) {
  .section-2 .item .lft {
    max-width: 500px;
  }
  .section-2 .item .rgt {
    max-width: 500px;
  }

  .section-2 .item .rgt::before {
    transform: translateX(calc(-100% - 36px));
  }

  .section-2 .item .rgt .cell.cell1 .icon, 
  .section-2 .item .rgt .cell.cell4 .icon {
    transform: translate(calc(-100% - 123px), -50%);
  }

  .section-2 .item .rgt .cell.cell1::before, 
  .section-2 .item .rgt .cell.cell4::before {
    width: 123px;
  }
}

@media (max-width: 1279.98px) {
  .section-2 .item .rgt {
    max-width: 100%;
  }

  .section-2 .item .rgt::before,
  .section-2 .item .rgt .cell::before {
    display: none;
  }

  .section-2 .item .rgt .cell {
    display: flex;
    align-items: start;
    padding: 12px;
    border-radius: 12px;
    background: #fff;
    gap: 10px;
  }

  .section-2 .item .rgt .cell .icon,
  .section-2 .item .rgt .cell.cell1 .icon,
  .section-2 .item .rgt .cell.cell2 .icon,
  .section-2 .item .rgt .cell.cell3 .icon,
  .section-2 .item .rgt .cell.cell4 .icon {
    width: 38px;
    min-width: 38px;
    position: relative;
    transform: unset;
    left: auto;
    top: auto;
  }

  .section-2 .item .rgt .cell .text {
    padding: 0;
    border-radius: unset;
    background: unset;
  }
}

@media (max-width: 991.98px) {
  .section-2 .item {
    border-radius: 16px;
    padding: 0;
  }

  .section-2 .item .rgt {
    padding: 0 10px 10px;
  }

  .section-2 .item .rgt .cells {
    gap: 16px;
  }

  .section-2 .item .rgt .cell .text h4 {
    font-size: 18px;
  }

  .section-2 .item .rgt .cell .text p {
    font-size: 14px;
  }
}

.section-3 {
  padding: 120px 0;
  background: #F4F9FF;
}

.section-3 .item .mid {
  width: 382px;
  transform: scale(0);
  transition: transform 0.8s 0.2s ease-in-out;
}

.section-3.move-animation .item .mid {
  transform: scale(1);
}

.section-3 .item .lft,
.section-3 .item .rgt {
  opacity: 0;
  transition: transform 0.8s 1s ease-in-out, opacity 0.8s 1s ease-in-out;
}

.section-3 .item .lft {
  transform: translate(50%, 0);

}

.section-3 .item .rgt {
  transform: translate(-50%, 0);
}

.section-3.move-animation .item .lft,
.section-3.move-animation .item .rgt {
  transform: translate(0, 0);
  opacity: 1;
}

.section-3 .mid img {
  box-shadow: 0px 4px 36.6px 0px #C4D8F0;
  border-radius: 50%;
}

.section-3 .cells {
  gap: 46px;
}

.section-3 .cell {
  padding: 8px;
  border-radius: 20px;
  border: 2px solid #ADD1FF80;
  gap: 12px;
  position: relative;
  transition: transform 0.3s ease-in-out;
}

.section-3 .cell::before {
  content: "";
  position: absolute;
}

.section-3 .cell.cell1::before,
.section-3 .cell.cell3::before,
.section-3 .cell.cell4::before,
.section-3 .cell.cell6::before {
  width: 203px;
  aspect-ratio: 203 / 41;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/4d-c-drive/sec3-cell-line-style1.png) no-repeat center center;
  background-size: 100% 100%;
}

.section-3 .cell.cell2::before,
.section-3 .cell.cell5::before {
  width: 82px;
  aspect-ratio: 82 / 18;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/4d-c-drive/sec3-cell-line-style2.png) no-repeat center center;
  background-size: 100% 100%;
}

.section-3 .cell.cell1::before {
  right: 0;
  top: 50%;
  transform: translate(100%, 0%) rotateX(180deg);
}

.section-3 .cell.cell2::before {
  right: 0;
  top: 50%;
  transform: translate(100%, -50%) rotateY(180deg);
}

.section-3 .cell.cell3::before {
  right: 0;
  top: 50%;
  transform: translate(100%, -100%);
}

.section-3 .cell.cell4::before {
  left: 0;
  top: 50%;
  transform: translate(-100%, 0%) rotate(180deg);
}

.section-3 .cell.cell5::before {
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
}

.section-3 .cell.cell6::before {
  left: 0;
  top: 50%;
  transform: translate(-100%, -100%) rotateY(180deg);
}

.section-3 .cell.cell1,
.section-3 .cell.cell3,
.section-3 .cell.cell4,
.section-3 .cell.cell6 {
  width: 313px;
}

.section-3 .cell.cell2,
.section-3 .cell.cell5 {
  width: 414px;
}

.section-3 .cell img {
  box-shadow: 1.26px 2.53px 5.05px 0px #C9DCF3;
  border-radius: 50%;
}

@media (min-width: 1280px) {
  .section-3 .cell:hover {
    transform: scale(1.02);
  }
}

@media (max-width: 1599.98px) {
  .section-3 {
    padding: 100px 0;
  }

  .section-3 .cells {
    gap: 32px;
  }

  .section-3 .item .mid {
    width: 300px;
  }

  .section-3 .cell.cell1::before,
  .section-3 .cell.cell3::before,
  .section-3 .cell.cell4::before,
  .section-3 .cell.cell6::before {
    width: 160px;
  }

  .section-3 .cell.cell2::before,
  .section-3 .cell.cell5::before {
    width: 66px;
  }

  .section-3 .cell.cell2,
  .section-3 .cell.cell5 {
    width: 380px;
  }

  .section-3 .cell img {
    width: 64px;
  }

  .section-3 .cell.cell2 img,
  .section-3 .cell.cell5 img {
    width: 80px;
  }
}

@media (max-width: 1279.98px) {
  .section-3 {
    padding: 80px 0;
  }

  .section-3 .cells {
    gap: 24px;
  }

  .section-3 .item .mid {
    width: 260px;
  }

  .section-3 .cell.cell1,
  .section-3 .cell.cell3,
  .section-3 .cell.cell4,
  .section-3 .cell.cell6 {
    width: 240px;
  }

  .section-3 .cell.cell1::before,
  .section-3 .cell.cell3::before,
  .section-3 .cell.cell4::before,
  .section-3 .cell.cell6::before {
    width: 100px;
  }

  .section-3 .cell.cell2::before,
  .section-3 .cell.cell5::before {
    width: 30px;
  }

  .section-3 .cell.cell2,
  .section-3 .cell.cell5 {
    width: 300px;
  }

  .section-3 .cell img {
    width: 40px;
  }

  .section-3 .cell.cell2 img,
  .section-3 .cell.cell5 img {
    width: 48px;
  }

  .section-3 .cell h4 {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .section-3 {
    padding: 0 0 64px;
  }

  .section-3 .item>div {
    gap: 40px;
  }

  .section-3 .item .lft {
    transform: translate(0, 50%);

  }

  .section-3 .item .rgt {
    transform: translate(0, -50%);
  }

  .section-3 .item .mid {
    width: 50%;
    max-width: 240px;
  }

  .section-3 .cells {
    gap: 0;
  }

  .section-3 .cell.cell1::before,
  .section-3 .cell.cell3::before,
  .section-3 .cell.cell4::before,
  .section-3 .cell.cell6::before {
    width: 44px;
    aspect-ratio: 44 / 97;
    background: url(https://4ddig.tenorshare.com/images/thematic-page/4d-c-drive/sec3-cell-line-style3.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .section-3 .cell.cell2::before,
  .section-3 .cell.cell5::before {
    width: 10px;
    aspect-ratio: 10 / 33;
    background: url(https://4ddig.tenorshare.com/images/thematic-page/4d-c-drive/sec3-cell-line-style4.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .section-3 .cell.cell1::before {
    right: 50%;
    top: 100%;
    transform: translate(100%, 0%) rotate(180deg);
  }

  .section-3 .cell.cell2::before {
    right: 50%;
    top: 100%;
    transform: translate(100%, 0%);
  }

  .section-3 .cell.cell3::before {
    right: 50%;
    top: 100%;
    transform: translate(0%, 0%) rotateX(180deg);
  }

  .section-3 .cell.cell4::before {
    left: 50%;
    top: 0%;
    transform: translate(0%, -100%) rotateY(180deg);
  }

  .section-3 .cell.cell5::before {
    left: 50%;
    top: 0%;
    transform: translate(-50%, -100%) rotateX(180deg);
  }

  .section-3 .cell.cell6::before {
    left: 50%;
    top: 0%;
    transform: translate(-100%, -100%);
  }

  .section-3 .cell.cell1,
  .section-3 .cell.cell2,
  .section-3 .cell.cell3,
  .section-3 .cell.cell4,
  .section-3 .cell.cell5,
  .section-3 .cell.cell6 {
    padding: 4px;
    width: calc(33.4% - 5px);
    border-radius: 8px;
    gap: 8px;
  }

  .section-3 .cell h4 {
    font-size: 12px;
    text-align: center;
  }

  .section-3 .cell.cell2 h4,
  .section-3 .cell.cell5 h4 {
    font-size: 14px;
  }
}

.section-4 {
  padding: 64px 0;
}

@media (min-width: 1280px) {
  .section-4 {
    padding: 80px 0;
  }
}

@media (min-width: 1600px) {
  .section-4 {
    padding: 120px 0;
  }
}

.section-4 .container {
  padding: 0;
}

@media (min-width: 1280px) {
  .section-4 .container {
    padding: 0 16px;
  }
}

.section-4 h2 {
  margin: 0 auto 24px;
  max-width: 951px;
}

@media (min-width: 1280px) {
  .section-4 h2 {
    margin: 0 auto 64px;
  }
}

.section-4 .swiper-slide {
  padding: 0 0 24px;
  position: relative;
  z-index: 0;
  opacity: 0;
}

.section-4 .swiper-slide.swiper-slide-prev,
.section-4 .swiper-slide.swiper-slide-active,
.section-4 .swiper-slide.swiper-slide-next {
  opacity: 1;
}

.section-4 .swiper-slide::after {
  content: "";
  width: 100%;
  height: 550px;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}

.section-4 .swiper-slide.swiper-slide-thumb-active,
.section-4 .swiper-slide.swiper-slide-active {
  margin-top: 0;
  position: relative;
  z-index: 2;
  margin-top: 80px;
}

@media (min-width: 1280px) {

  .section-4 .swiper-slide.swiper-slide-thumb-active,
  .section-4 .swiper-slide.swiper-slide-active {
    margin-top: 0;
  }
}

.section-4 .swiper-slide.swiper-slide-thumb-active::after,
.section-4 .swiper-slide.swiper-slide-active::after {
  background: rgba(255, 255, 255, 0);
}

.section-4 .swiper-slide .img-box {
  background: url(https://4ddig.tenorshare.com/images/thematic-page/4d-c-drive/sec4-step-img-bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  border-radius: 12px;
  padding: 12px 18px;
}

.section-4 .swiper-slide.swiper-slide-thumb-active .img-box,
.section-4 .swiper-slide.swiper-slide-active .img-box {
  width: 284px;
  z-index: 2;
}

@media (min-width: 1280px) {
  .section-4 .swiper-slide .img-box {
    width: max-content;
    padding: 24px 22px 32px;
    border-radius: 24px;
  }

  .section-4 .swiper-slide.swiper-slide-thumb-active .img-box,
  .section-4 .swiper-slide.swiper-slide-active .img-box {
    width: 700px;
  }
}

@media (min-width: 1600px) {

  .section-4 .swiper-slide.swiper-slide-thumb-active .img-box,
  .section-4 .swiper-slide.swiper-slide-active .img-box {
    width: 809px;
  }
}

.section-4 .swiper-slide.swiper-slide-thumb-active .txt,
.section-4 .swiper-slide.swiper-slide-active .txt {
  display: block;
}

.section-4 .txt {
  display: none;
  max-width: 765px;
  margin-top: 32px;
}

@media (min-width: 1280px) {
  .section-4 .txt {
    margin-top: 40px;
  }

  .section-4 .txt p {
    font-size: 18px;
    font-weight: 500;
  }
}

.section-4 .txt span {
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
  padding: 3px 16px;
  border-radius: 0px 24px 24px 0px;
  flex-shrink: 0;
}

@media (min-width: 1280px) {
  .section-4 .txt span {
    font-size: 24px;
    padding: 3px 24px;
  }
}

.section-4 .swiper-cont {
  max-width: 430px;
  margin-top: -80px;
}

@media (min-width: 1280px) {
  .section-4 .swiper-cont {
    max-width: 1000px;
    margin-top: 0;
  }
}

@media (min-width: 1600px) {
  .section-4 .swiper-cont {
    max-width: 1230px;
  }
}

.section-4 .swiper-button-prev {
  left: 28px;
}

@media (min-width: 1280px) {
  .section-4 .swiper-button-prev {
    left: 10px;
  }
}

.section-4 .swiper-button-next {
  right: 28px;
}

@media (min-width: 1280px) {
  .section-4 .swiper-button-next {
    right: 10px;
  }
}

.section-4 .swiper-button-prev,
.section-4 .swiper-button-next {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  box-shadow: 0px 3.56px 10.67px 0px #BBBBBB33;
  border: 0.89px solid #0000001A;
  border-radius: 50%;
  top: calc(50% - 60px);
}

@media (min-width: 1280px) {

  .section-4 .swiper-button-prev,
  .section-4 .swiper-button-next {
    width: 64px;
    height: 64px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.section-4 .swiper-button-prev svg,
.section-4 .swiper-button-next svg {
  width: 7px;
  color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 1280px) {

  .section-4 .swiper-button-prev svg,
  .section-4 .swiper-button-next svg {
    width: 11px;
  }
}

.section-4 .swiper-button-prev:hover svg,
.section-4 .swiper-button-next:hover svg {
  color: #0462f0;
}

.section-4 .swiper-button-prev::after,
.section-4 .swiper-button-next::after {
  content: none;
}

.recover-steps {
  padding: 120px 0;
  background:
    linear-gradient(0deg, rgba(17, 177, 255, 0) 17.09%, rgba(17, 177, 255, 0.05) 100%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.recover-steps .title-text {
  max-width: 720px;
  margin-bottom: 64px;
}

/* new style */
.recover-steps .tabSwiper {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 24px;
}

.recover-steps .tabSwiper .swiper-slide {
  width: max-content;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding: 2px;
  border-radius: 12px;
  cursor: pointer;
  background: #D9E7EE;
  color: #00000080;
}

.recover-steps .tabSwiper .swiper-slide.swiper-slide-thumb-active {
  background: linear-gradient(90deg, #0462F0 0%, #11B1FF 100%);
  color: #000000;
}

.recover-steps .tabSwiper .swiper-slide .tab-text {
  padding: 14px 34px;
  background: #D9E7EE;
  border-radius: 9px;
}

.recover-steps .tabSwiper .swiper-slide.swiper-slide-thumb-active .tab-text {
  background: linear-gradient(90deg, rgba(4, 98, 240, 0.1) 0%, rgba(17, 177, 255, 0.1) 100%),
  linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

@media (max-width: 991.98px) {
  .recover-steps .tab-out-box {
    overflow: hidden;
    overflow-x: scroll;
  }

  .recover-steps .tabSwiper {
    margin: 0 auto 16px;
  }

  .recover-steps .tabSwiper .swiper-slide {
    font-size: 18px;
    border-radius: 12px;
  }

  .recover-steps .tabSwiper .swiper-slide .tab-text {
    padding: 12px 26px;
    border-radius: 10px;
  }
}
/* new style */

.recover-steps .guide-list {
  max-width: 580px;
}

.recover-steps .guide-list .swiper-slide {
  position: relative;
  opacity: 0.4;
  cursor: pointer;
  padding-left: 32px;
}

.recover-steps .guide-list .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.recover-steps .guide-list .swiper-slide:not(:last-child) {
  margin-bottom: 48px;
}

.recover-steps .guide-list .swiper-slide .progress-bar {
  position: absolute;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  background: #D9D9D9;
}

.recover-steps .guide-list .swiper-slide .progress-bar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: transparent;
}

.recover-steps .guide-list .swiper-slide.swiper-slide-thumb-active .progress-bar::before {
  transition: height 3s ease;
  background: linear-gradient(180deg, #0462F0 0%, #00F497 100%);
  height: 100%;
}

.recover-steps .guide-list .swiper-slide .text {
  height: max-content;
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recover-steps .guide-list .swiper-slide .text .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.recover-steps .guide-list .swiper-slide .text .p-text {
  margin-top: 16px;
  color: #2D2D2D;
  display: none;
}

.recover-steps .guide-list .swiper-slide.swiper-slide-thumb-active .text .p-text {
  display: block;
}

.recover-steps .guide-pic {
  max-width: 780px;
  position: relative;
}

.recover-steps .guide-pic .swiper-slide {
  overflow: hidden;
  
}

.recover-steps .guide-pic .swiper-slide .pic-img-box {
  border-radius: 16px;
  padding: 35px 15px;
  border-radius: 24px;
  background: linear-gradient(180deg, #E7F6FA 0%, #CEE5FF 100%);
}

.recover-steps .guide-pic .swiper-slide .pic-img-box>img {
  box-shadow: 0px 4px 14px 0px #00000040;
}

@keyframes progressbar {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@media (max-width: 1599.98px) {
  .recover-steps {
    padding: 100px 0;
  }

  .recover-steps .guide-pic {
    max-width: 600px;
  }

  .recover-steps .title-text {
    margin-bottom: 48px;
  }

  .recover-steps .guide-list .swiper-slide:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media (max-width: 1279.98px) {
  .recover-steps .guide-list {
    display: none;
  }

  .recover-steps .swiper-pagination {
    position: relative;
    bottom: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 32px;
  }

  .recover-steps .swiper-pagination .swiper-pagination-bullet {
    width: 42px;
    height: 4px;
    border-radius: 8px;
    background: #D9E7EE;
    opacity: 1;
    margin: 0 4px;
  }

  .recover-steps .swiper-pagination .swiper-pagination-bullet .progress {
    height: 4px;
  }

  .recover-steps .swiper-pagination .swiper-pagination-bullet-active .progress span {
    background: linear-gradient(90deg, #0462F0 0%, #11B1FF 100%);
    border-radius: 8px;
    animation: progressbar 3000ms linear forwards;
    z-index: 2;
  }
}

@media (max-width: 991.98px) {
  .recover-steps {
    padding: 64px 0;
  }

  .recover-steps .title-text {
    margin-bottom: 24px;
  }

  .recover-steps .title-text p {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .recover-steps .guide-pic {
    max-width: 100%;
  }

  .recover-steps .guide-pic .swiper-slide .pic-img-box {
    border-radius: 10px;
    padding: 10px 13px;
  }
}

.section-6 {
  padding: 120px 0;
  background: #F4F9FF;
}

.section-6 .cells {
  gap: 32px;
}

.section-6 .cell {
  width: calc(33.3% - 22px);
  border-radius: 24px;
  padding: 2px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.section-6 .cell::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(#0462F0 0%, rgba(17, 177, 255, 0) 100%);
 border-radius: 50%;
  pointer-events: none; 
  opacity: 0;          
  transition: opacity 0.3s ease; 
  filter: blur(8px);
  transform: translate(-50%, -50%); 
  left: var(--mouse-x, 50%);
  top: var(--mouse-y, 50%);
  z-index: -1;
}

.section-6 .cell:hover::before {
  opacity: 1;
}

.section-6 .cell .cont {
  height: 100%;
  padding: 16px;
  border-radius: 22px;
  background: #fff;
}

.section-6 .cell .cont .tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.section-6 .cell .cont .desc {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.7;
}

@media (max-width: 1599.98px) {
  .section-6 {
    padding: 100px 0;
  }

  .section-6 .title-text img {
    width: 600px;
  }
}

@media (max-width: 991.98px) {
  .section-6 {
    padding: 64px 0;
  }

  .section-6 .cells {
    gap: 24px;
  }

  .section-6 .cell {
    width: 100%;
  }

  .section-6 .cell .cont {
    padding: 12px;
  }

  .section-6 .cell .cont .tit {
    font-size: 18px;
  }
}

.section-7 {
  padding: 120px 0;
}

.section-7 .table-cont {
  width: 100%;
}

.section-7 .compare-tables {
  width: max-content;
  margin: 64px 0 0;
}

.section-7 .compare-tables>div>div {
  border: 1.05px solid #0000001A;
  border-radius: 12px;
}

.section-7 .compare-tables .best-plat {
  border: 0;
  padding: 1px;
  border-radius: 16px;
  background: linear-gradient(90deg, #0462F0 0%, #11B1FF 100%);
  box-shadow: 0px 4px 23.6px 0px #B5D2F6;
}

.section-7 .compare-tables ul {
  margin-bottom: 0;
}

.section-7 .compare-tables .lft-plat ul {
  width: 288px;
}

.section-7 .compare-tables .rgt-plat ul {
  width: 256px;
}

.section-7 .compare-tables .best-plat ul {
  width: 377px;
  border-radius: 15px;
  background:
    linear-gradient(90deg, rgba(4, 98, 240, 0.1) 0%, rgba(17, 177, 255, 0.1) 100%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.section-7 .compare-tables .rgt-plat ul:not(:last-child) {
  border-right: 1px solid #0000001A;
}

.section-7 .compare-tables ul li {
  height: 90px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  gap: 8px;
  color: #2D2D2D;
}

.section-7 .compare-tables ul li:first-child {
  font-size: 24px;
  padding: 0 8px;
  height: 150px;
  color: #000;
}

.section-7 .compare-tables ul li:not(:last-child) {
  border-bottom: 1px solid #0000001A;
}

.section-7 .compare-tables ul li:first-child a.btn {
  display: flex;
  align-items: center;
  font-family: "HarmonyOS Sans";
  height: 46px;
  background:
    radial-gradient(110.77% 110% at 50.93% 90%, #74CAFF 0%, rgba(89, 179, 255, 0) 100%),
    linear-gradient(0deg, #3B72FF, #3B72FF);
  box-shadow: 0px 3px 10px 0px #4DB3FF66,
    0px 2px 6.4px 0px #FFFFFFF0;
  border-radius: 8px;
  border: 0;
  transition: transform 0.3s ease-in-out;
}

.section-7 .compare-tables ul li:first-child a.btn:hover {
  transform: scale(1.05);
}

@media (max-width: 1599.98px) {
  .section-7 {
    padding: 100px 0;
  }

  .section-7 .compare-tables {
    margin: 48px 0 0;
  }

  .section-7 .compare-tables .lft-plat ul {
    width: 240px;
  }

  .section-7 .compare-tables .best-plat ul {
    width: 300px;
  }

  .section-7 .compare-tables .rgt-plat ul {
    width: 200px;
  }

  .section-7 .compare-tables ul li:first-child {
    font-size: 20px;
    flex-direction: column;
  }
}

@media (max-width: 1279.98px) {
  .section-7 .compare-tables .lft-plat ul {
    width: 144px;
  }

  .section-7 .compare-tables .best-plat ul {
    width: 199px;
    border-radius: 16px;
  }

  .section-7 .compare-tables .rgt-plat ul {
    width: 180px;
  }

  .section-7 .compare-tables ul li {
    font-size: 14px;
  }

  .section-7 .compare-tables ul li:first-child {
    font-size: 18px;
  }

  .section-7 .compare-tables .lft-plat ul li {
    text-align: start;
  }
}

@media (max-width: 991.98px) {
  .section-7 {
    padding: 64px 0 32px;
  }

  .section-7 .table-cont {
    overflow: hidden;
    overflow-x: scroll;
  }

  .section-7 .compare-tables {
    margin: 12px 0 32px;
  }
}

.blipcut-for-department {
  padding: 120px 0;
  background:
    linear-gradient(180deg, rgba(4, 98, 240, 0.1) 0%, rgba(17, 177, 255, 0.1) 100%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);

}

.blipcut-for-department .main-cont {
  margin-left: 244px;
}

.blipcut-for-department .text-box {
  width: 366px;
  margin-top: 20px;
}

.blipcut-for-department .swiper {
  width: 1108px;
  padding: 0 24px;
}

.blipcut-for-department .swiper-slide {
  width: 408px;
  height: auto;
}

.blipcut-for-department .swiper-slide .swiper-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blipcut-for-department .swiper-slide .text-cont {
  flex: 1;
  padding: 28px 24px 12px;
  border-radius: 20px 20px 20px 0;
  background: #fff;
  margin-bottom: 16px;
  position: relative;
}

.blipcut-for-department .swiper-slide .text-cont::before {
  content: '';
  position: absolute;
  width: 27px;
  height: 44px;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/4d-c-drive/sec8-slide-rectangle.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
  transform: translateY(calc(100% - 2px));
}

.blipcut-for-department .swiper-slide .text-cont .swiper-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.blipcut-for-department .swiper-slide .text-cont .swiper-text {
  color: #00000080;
}

.blipcut-for-department .swiper-btn-cont {
  position: absolute;
  align-items: center;
  gap: 8px;
  left: 0;
  bottom: 20px;
}

.blipcut-for-department .swiper-btn-cont .swiper-button-prev,
.blipcut-for-department .swiper-btn-cont .swiper-button-next {
  height: auto;
  top: unset;
  right: unset;
  left: unset;
  margin-top: auto;
}

.blipcut-for-department .swiper-btn-cont .swiper-button-prev::after,
.blipcut-for-department .swiper-btn-cont .swiper-button-next::after {
  display: none;
}

.blipcut-for-department .swiper-pagination.swiper-pagination-progressbar {
  width: 160px;
  height: 4px;
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  background: #c3ced6;
  border-radius: 15px;
  overflow: hidden;
}

.blipcut-for-department .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #7b8185;
}

@media(min-width: 2000px ){
  .blipcut-for-department .swiper {
    width: 75%;
  }
}

@media (max-width: 1599.98px) {
  .blipcut-for-department {
    padding: 100px 0;
  }

  .blipcut-for-department .main-cont {
    margin-left: 120px;
  }

  .blipcut-for-department .swiper {
    width: 850px;
  }

  .blipcut-for-department .swiper-btn-cont {
    bottom: 40px;
  }
}

@media(max-width: 1279.98px) {
  .blipcut-for-department .main-cont {
    margin-left: 100px;
  }

  .blipcut-for-department .swiper {
    width: 65%;
  }
}

@media(max-width: 991.98px) {
  .blipcut-for-department {
    padding: 64px 0;
  }

  .blipcut-for-department .main-cont {
    margin-left: 0;
  }

  .blipcut-for-department .text-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;

  }

  .blipcut-for-department .swiper {
    width: 100%;
    padding: 0 16px;
  }

  .blipcut-for-department .swiper-slide {
    width: 279px;
  }

  .blipcut-for-department .swiper-slide .text-cont {
    padding: 16px;
    border-radius: 12px 12px 12px 0;
    margin-bottom: 8px;
  }

  .blipcut-for-department .swiper-slide .text-cont::before {
    transform: translateY(calc(100% - 10px));
  }

  .blipcut-for-department .swiper-slide .text-cont .swiper-title {
    font-size: 18px;
  }

  .blipcut-for-department .swiper-slide .text-cont .swiper-text {
    font-size: 14px;
    color: #2D2D2D;
  }

  .blipcut-for-department .swiper-slide .avatar-cont>img {
    width: 50px;
  }

  .blipcut-for-department .swiper-slide .avatar-cont span {
    font-size: 13px;
  }

  .blipcut-for-department .swiper-slide .avatar-cont span~img {
    width: 90px;
  }
}

.section-10 {
  padding: 64px 0;
}

@media (min-width: 1280px) {
  .section-10 {
    padding: 100px 0 68px;
  }
}

@media (min-width: 1600px) {
  .section-10 {
    padding: 120px 0;
  }
}

@media (min-width: 1280px) {
  .section-10 .container {
    max-width: 1224px;
  }
}

@media (min-width: 1600px) {
  .section-10 .container {
    max-width: 1456px;
  }
}

.section-10 .text-stress {
  width: max-content;
  background: linear-gradient(90deg, rgba(4, 98, 240, 0.6) 0%, rgba(17, 177, 255, 0.6) 100%);
  background-position: 0 calc(100% - 2px);
  background-repeat: repeat-x;
  background-size: 100% 10px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .section-10 .text-stress {
    margin: unset;
  }
}

@media (min-width: 1280px) {
  .section-10 .text-stress {
    background-size: 100% 12px;
  }
}

.section-10 .faq-cont {
  width: 100%;
}

@media (min-width: 1280px) {
  .section-10 .faq-cont {
    width: 648px;
    margin-right: 32px;
  }
}

@media (min-width: 1600px) {
  .section-10 .faq-cont {
    width: 848px;
    margin-right: 64px;
  }
}

.section-10 .faq-cont .accordion-item {
  padding: 16px;
  border-radius: 16px !important;
}

@media (min-width: 1280px) {
  .section-10 .faq-cont .accordion-item {
    padding: 32px;
    max-width: 848px;
  }
}

.section-10 .faq-cont .accordion-item .accordion-button {
  font-size: 20px !important;
  line-height: 1.2;
  padding: 0 !important;
}

@media (min-width: 1280px) {
  .section-10 .faq-cont .accordion-item .accordion-button {
    font-size: 20px !important;
  }
}

.section-10 .faq-cont .accordion-item .accordion-button::after {
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.00029 14.0003L15.2929 22.2929C15.6834 22.6834 16.3166 22.6834 16.7071 22.2929L24.9997 14.0003" stroke="black" stroke-opacity="0.7" stroke-width="2.66667" stroke-linecap="round"/></svg>') !important;
  background-size: 100% !important;
}

@media (min-width: 1280px) {
  .section-10 .faq-cont .accordion-item .accordion-button::after {
    width: 32px;
    height: 32px;
  }
}

.section-10 .faq-cont .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.00029 14.0003L15.2929 22.2929C15.6834 22.6834 16.3166 22.6834 16.7071 22.2929L24.9997 14.0003" stroke="%230462F0" stroke-opacity="0.7" stroke-width="2.66667" stroke-linecap="round"/></svg>') !important;
  -webkit-transform: rotate(-180deg) !important;
  transform: rotate(-180deg) !important;
}

.section-10 .faq-cont .accordion-item .accordion-body {
  max-width: 680px;
}

@media (max-width: 991.98px) {
  .section-10 .faq-cont .accordion-item .accordion-body {
    font-size: 14px;
  }
}

.section-10 .tips-cont {
  width: 100%;
}

@media (min-width: 1280px) {
  .section-10 .tips-cont {
    width: 520px;
  }
}

.section-10 .tips-cont .tips-list {
  padding: 24px 12px 32px;
  background: linear-gradient(180deg, rgba(4, 98, 240, 0.05) 0%, rgba(17, 177, 255, 0.05) 100%), #FFFFFF;
  border-radius: 16px;
}

@media (min-width: 1280px) {
  .section-10 .tips-cont .tips-list {
    padding: 48px 32px;
  }
}

.section-10 .tips-cont .tips-list li {
  position: relative;
  font-size: 16px;
}

.section-10 .tips-cont .tips-list li a {
  color: #2D2D2D;
}

.section-10 .tips-cont .tips-list li a:hover {
  color: #0462F0;
}

@media (min-width: 992px) {
  .section-10 .tips-cont .tips-list li {
    font-size: 20px;
  }

  .section-10 .tips-cont .tips-list li a {
    color: #000;
  }
}

.section-10 .tips-cont .tips-list li a::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  top: 12px;
  left: 0;
}

.section-10 .tips-cont .tips-list li a:hover {
  text-decoration: underline;
}

.section-10 .tips-cont .tips-list li a:hover::before {
  background: #0462f0;
}

.section-10 .tips-cont .tips-list li:not(:last-child) {
  margin-bottom: 24px;
}

@media (min-width: 1600px) {
  .section-10 .tips-cont .tips-list li:not(:last-child) {
    margin-bottom: 40px;
  }
}

.section-11 {
  margin: 0 0 64px;
  border-radius: 24px;
  background: linear-gradient(90deg, #0462F0 0%, #11B1FF 100%);
}

@media (min-width: 1280px) {
  .section-11 {
    width: 1200px;
    margin: 0 0 100px;
    background: linear-gradient(90deg, #0462F0 0%, #11B1FF 100%);
    border-radius: 60px;
  }
}

@media (min-width: 1600px) {
  .section-11 {
    width: 1432px;
    margin: 0 0 120px;
  }
}

.section-11 .cont {
  padding: 56px 0 64px;
}

@media (min-width: 1280px) {
  .section-11 .cont {
    padding: 90px 0;
    margin-left: 64px;
    min-width: 500px;
  }
}

@media (min-width: 1600px) {
  .section-11 .cont {
    padding: 107px 0;
    margin-left: 120px;
    min-width: 628px;
  }
}

@media (min-width: 1280px) {
  .section-11 .bt {
    width: 485px;
    margin-right: 80px;
  }
}

@media (min-width: 1600px) {
  .section-11 .bt {
    width: 558px;
  }
}

.section-11 .downloads-count {
  color: rgba(255, 255, 255, 0.7);
}

.section-11 .downloads-count span {
  color: #FFA825;
}