main {
  background: #F5FEFD;
}

[data-sys="win"] .win,
[data-sys="mac"] .mac,
a.win:hover,
a.mac:hover,
a.sys-store:hover {
  color: #11B1FF;
}

main .swiper-pagination-bullet-active {
  width: 23px;
  border-radius: 40px;
}

main .gradient-background {
  background: linear-gradient(180deg, rgba(4, 98, 240, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.btn .arrow {
  width: 28px;
  height: 130px;
  overflow: hidden;
  background: url(https://4ddig.tenorshare.com/images/v2/product/windows-data-recovery-v2/download-arrow.png) 0 0px no-repeat;
  margin-right: 14px;
  transform: translate(0, -52px);
  background-size: 100%;
  transition: transform linear 400ms;
}

.btn.btn-white .arrow {
  background: url(https://4ddig.tenorshare.com/images/v2/product/windows-data-recovery-v2/download-arrow2.png) 0 0px no-repeat;
  height: 134px;
  background-size: 100%;
}

.btn .arrow.arrow-rgt {
  margin-right: 0;
  margin-left: 14px;
}

.btn .arrow.download-arrow {
  width: 28px;
  height: 134px;
  background: url(https://4ddig.tenorshare.com/images/v2/download-arrow2.png) 0 0px no-repeat;
  background-size: 100%;
}

.btn .arrow.win-arrow {
  width: 28px;
  height: 134px;
  background: url(https://4ddig.tenorshare.com/images/v2/win-arrow.png) 0 0px no-repeat;
  background-size: 100%;
}

.btn .arrow.mac-arrow {
  width: 28px;
  height: 134px;
  background: url(https://4ddig.tenorshare.com/images/v2/mac-arrow.png) 0 0px no-repeat;
  background-size: 100%;
}

.btn:hover .arrow {
  transform: translate(0, 50px);
}

#modal-popup-video .modal-content {
  border: none !important;
}

a.link-jump:hover,
a.jump:hover {
  background: #96E3FF !important;
  border: 1px solid #3CD0FF !important;
}

.section-1 {
  padding: 167px 0 220px;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/win-bypass/sec1-banner-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

.section-1 .lft {
  max-width: 620px;
}

.section-1 .lft .labels span {
  padding: 4px 24px;
  color: #fff;
  border-radius: 100px;
  background: linear-gradient(90deg, #24DCE6 0%, #07A0FF 100%);
}

.section-1 .links-jump {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 40px;
}

.section-1 .links-jump .link-jump {
  min-width: 226px;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 100px;
  background: #96E3FF99;
  border: 1px solid #3CD0FF;
  color: #001D6C;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1599.98px) {
  .section-1 {
    padding: 120px 0 100px;
  }

  .section-1 .lft .title-text p {
    max-width: 550px;
  }

  .section-1 .links-jump {
    bottom: 0;
    gap: 24px;
  }
}

@media (max-width: 991.98px) {
  .section-1 {
    height: 788px;
    padding: 38px 0 0;
    background: url(https://4ddig.tenorshare.com/images/thematic-page/win-bypass/sec1-banner-bg-mobile.png) no-repeat center center;
    background-size: cover;
    margin-top: 56px;
  }

  .section-1 .lft .labels span {
    font-size: 14px;
  }

  .section-1 .lft .title-text p {
    font-size: 16px;
    font-weight: 400;
  }

  .section-1 .links-jump {
    display: none;
  }
}

.section-2 {
  padding: 68px 0 60px;
}

.section-2 .cells-module {
  gap: 32px 0;
}

.section-2 .cell-item {
  position: relative;
  width: calc(33.3% - 21px);
  border-radius: 24px;
  padding: 16px 16px 24px;
  border: 1px solid #D9D9D9;
  background: linear-gradient(108.28deg, rgba(4, 98, 240, 0.12) 4.88%, rgba(17, 177, 255, 0.12) 100%);
  text-align: center;
  overflow: hidden;
}

.section-2 .cell-item .img-box {
  padding: 11px;
  border-radius: 14px;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/win-bypass/sec2-item-img-bg.png) no-repeat center center;
  background-size: cover;
}

.section-2 .cell-item .move-text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  color: #2D2D2D;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(108.28deg, rgba(4, 98, 240, 0.12) 4.88%, rgba(17, 177, 255, 0.12) 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  padding: 34px;
}

.section-2 .cell-item:hover .move-text {
  top: 0;
}

@media (max-width: 1599.98px) {
  .section-2 .cells-module {
    gap: 24px 0;
  }

  .section-2 .cell-item {
    width: calc(33.3% - 16px);
    border-radius: 20px;
  }
}

@media (max-width: 991.98px) {
  .section-2 {
    padding: 64px 0 32px;
  }

  .section-2 .cell-item {
    width: calc(50% - 12px);
    padding: 8px 8px 24px;
  }
}

@media (max-width: 767.98px) {
  .section-2 .cell-item {
    width: 100%;
    border-radius: 16px;
  }

  .section-2 .title-text p {
    font-size: 14px;
  }

  .section-2 .cell-item .img-box {
    padding: 8px;
  }

  .section-2 .cell-item .move-text {
    padding: 16px;
  }
}

.section-3 {
  padding: 60px 0;
}

.section-3 .compare-tables {
  width: max-content;
  border-radius: 16px;
  border: 1px solid #0462F080;
  box-shadow: 0px 4px 32px 0px #0462F017;
  overflow: hidden;
}

.section-3 .compare-tables ul {
  margin-bottom: 0;
  background: #fff;
}

.section-3 .compare-tables ul.tit {
  color: #fff;
  background: linear-gradient(90deg, #0462F0 0%, #11B1FF 100%);
}

.section-3 .compare-tables ul.pm {
  background: #FFF7EB;
}

.section-3 .compare-tables ul:not(.tit):not(:last-child) {
  border-bottom: 1px solid #0000001A;
}

.section-3 .compare-tables ul li {
  width: 416px;
  height: 100px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-3 .compare-tables ul li:first-child {
  width: 296px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.section-3 .compare-tables ul li:last-child {
  width: 304px;
}

.section-3 .compare-tables ul li:not(:last-child) {
  border-right: 1px solid #0000001A;
}

.section-3 .compare-tables ul.tit li {
  height: 56px;
  font-size: 20px;
  font-weight: 700;
}

.section-3 .compare-tables ul.tit li:not(:last-child) {
  border-right: 1px solid #FFFFFF3D;
}

.section-3 .compare-tables ul.pm li:first-child {
  color: #001D6C;
}

.section-3 .compare-tables ul.pm li:first-child a.btn {
  height: 40px;
  border-radius: 6px;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 8px;
}

@media (max-width: 1599.98px) {
  .section-3 .compare-tables ul li {
    width: 342px;
  }

  .section-3 .compare-tables ul li:first-child {
    width: 270px;
  }

  .section-3 .compare-tables ul li:last-child {
    width: 240px;
  }
}

@media (max-width: 1279.98px) {
  .section-3 .compare-tables ul li {
    width: 228px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 1.4;
  }

  .section-3 .compare-tables ul.tit li {
    height: 54px;
    font-size: 18px;
  }

  .section-3 .compare-tables ul li:first-child {
    width: 176px;
  }

  .section-3 .compare-tables ul li:last-child {
    width: 246px;
  }
}

@media (max-width: 991.98px) {
  .section-3 {
    padding: 32px 0;
  }

  .section-3 .table-cont {
    overflow: hidden;
    overflow-x: scroll;
  }

  .section-3 .compare-tables ul.pm li {
    height: 119px;
  }

  .section-3 .compare-tables ul.pm li:first-child a.btn {
    border-radius: 8px;
    font-size: 14px;
  }
}

.section-4 {
  padding: 64px 0;
}

.section-4 .swiper {
  max-width: 1252px;
  border-radius: 24px;
  border: 1px solid #D9D9D9;
  margin: 0 auto;
  z-index: 1;
  background: linear-gradient(108.28deg, rgba(4, 98, 240, 0.12) 4.88%, rgba(17, 177, 255, 0.12) 100%);
}

.section-4 .swiper .swiper-slide {
  height: auto;
}

.section-4 .swiper .cont {
  height: 100%;
  padding: 60px 60px 75px;
}

.section-4 .swiper .cont .lft {
  border-radius: 12px;
  border: 1px solid #0000001A;
  max-width: 497px;
  overflow: hidden;
}

.section-4 .swiper .cont .rgt {
  width: 575px;
}

.section-4 .swiper .cont .rgt .tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.section-4 .swiper .cont .rgt ul li:not(:last-child) {
  margin-bottom: 10px;
}

.section-4 .swiper .cont .rgt ul li span {
  font-weight: 900;
  color: #0462F0;
}

.section-4 .swiper .cont .pros-cons {
  background: #FFF9F5;
  border-radius: 6px;
  padding: 8px 12px;
}

.section-4 .swiper .rgt-pagination {
  width: calc(100% + 180px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.section-4 .swiper-button-prev,
.section-4 .swiper-button-next {
  width: 48px;
  height: 48px;
  border: 2px solid #0462F0;
  color: #0462F0;
  margin-top: 0;
}

.section-4 .swiper-button-prev:hover,
.section-4 .swiper-button-next:hover {
  background: #0462F0;
  color: #fff;
}

.section-4 .swiper-button-prev.swiper-button-disabled,
.section-4 .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  color: #969799;
  border: none;
  background: #EBEBEB;
  box-shadow: none;
}

.section-4 .swiper-button-prev:after,
.section-4 .swiper-button-next:after {
  display: none;
}

.section-4 .swiper-pagination {
  bottom: 40px !important;
}

@media (max-width: 1599.98px) {
  .section-4 .swiper .cont {
    padding: 48px 48px 75px;
  }

  .section-4 .swiper .rgt-pagination {
    width: calc(100% + 48px);
  }
}

@media (max-width: 1279.98px) {

  .section-4 .swiper .cont .lft,
  .section-4 .swiper .cont .rgt {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .section-4 {
    padding: 32px 0;
  }

  .section-4 .swiper {
    border-radius: none;
    border: none;
    background: none;
  }

  .section-4 .swiper .cont {
    gap: 24px;
    padding: 16px 16px 32px;
    border-radius: 24px;
    border: 1px solid #D9D9D9;
    margin: 0 auto;
    z-index: 1;
    background: linear-gradient(108.28deg, rgba(4, 98, 240, 0.12) 4.88%, rgba(17, 177, 255, 0.12) 100%);
  }

  .section-4 .swiper .cont .lft,
  .section-4 .swiper .cont .rgt {
    width: 100%;
    max-width: 100%;
  }

  .section-4 .swiper .cont .rgt .tit {
    font-size: 20px;
  }

  .section-4 .swiper .rgt-pagination {
    width: max-content;
    position: relative;
    left: auto;
    top: auto;
    transform: unset;
    margin: 24px auto 0;
  }
}

.section-5 {
  padding: 60px 0 120px;
  overflow: hidden;
}

.section-5 .cont {
  width: max-content;
  margin: 0 auto 8px;
}

.section-5 .cells {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.section-5 .cell {
  position: absolute;
  width: max-content;
  padding: 16px 28px;
  border-radius: 100px;
  border: 1px solid #DBEAFE;
  background: #FFFFFF;
  box-shadow: 0px 3.99px 5.99px -3.99px #2B7FFF26,
    0px 9.98px 14.97px -2.99px #2B7FFF26;
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-5 .cell.cell1 {
  top: 46px;
  left: 0;
  transform: translateX(-100%);
}

.section-5 .cell.cell2 {
  top: 50%;
  left: 0;
  transform: translate(calc(-100% - 110px), -50%);
}

.section-5 .cell.cell3 {
  bottom: 46px;
  left: 0;
  transform: translateX(-100%);
}

.section-5 .cell.cell4 {
  top: 46px;
  right: 0;
  transform: translateX(100%);
}

.section-5 .cell.cell5 {
  top: 50%;
  right: 0;
  transform: translate(calc(100% + 110px), -50%);
}

.section-5 .cell.cell6 {
  bottom: 46px;
  right: 0;
  transform: translateX(100%);
}

.section-5 .img-box {
  width: 680px;
  position: relative;
  z-index: 1;
}

.section-5 .img-box::before {
  content: '';
  position: absolute;
  width: 1002px;
  aspect-ratio: 2 / 1;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/win-bypass/sec5-bg-img.png) no-repeat center center;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.section-5 .img-box::after {
  content: '';
  position: absolute;
  width: 1938px;
  aspect-ratio: 5 / 2;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/win-bypass/sec5-bg-style.png) no-repeat center center;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.section-5 .img-box .pa-img {
  position: absolute;
  left: 50%;
  top: 13%;
  transform: translateX(-50%);
  width: 458px;
  border: 6px solid #FFFFFF87;
  border-radius: 8px;
}

.section-5 .btm-cont {
  position: relative;
  z-index: 9;
}

.section-5 .btm-cont h4 {
  width: max-content;
  background: linear-gradient(90deg, #0462F0 0%, #11B1FF 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.section-5 .btm-cont .btn-group .dev-desktop a {
  min-width: 272px;
}

@media (min-width: 1280px) {
  .section-5 .cell {
    opacity: 0;
    animation: breathe-wave 8s ease-in-out infinite;
  }

  .section-5 .cell.cell1 {
    animation-delay: 0s;
    --pos: translateX(-100%);
  }

  .section-5 .cell.cell2 {
    animation-delay: 0.5s;
    --pos: translate(calc(-100% - 50px), -50%);
  }

  .section-5 .cell.cell3 {
    animation-delay: 1s;
    --pos: translateX(-100%);
  }

  .section-5 .cell.cell4 {
    animation-delay: 1.5s;
    --pos: translateX(100%);
  }

  .section-5 .cell.cell5 {
    animation-delay: 2s;
    --pos: translate(calc(100% + 50px), -50%);
  }

  .section-5 .cell.cell6 {
    animation-delay: 2.5s;
    --pos: translateX(100%);
  }

  @keyframes breathe-wave {
    0% {
      opacity: 0;
      transform: var(--pos) scale(0);
    }

    8.33% {
      opacity: 1;
      transform: var(--pos) scale(1);
    }

    50% {
      opacity: 1;
      transform: var(--pos) scale(1);
    }

    58.33% {
      opacity: 0;
      transform: var(--pos) scale(0);
    }

    100% {
      opacity: 0;
      transform: var(--pos) scale(0);
    }
  }
}

@media (min-width: 1600px) {
  .section-5 .cell.cell2 {
    --pos: translate(calc(-100% - 110px), -50%);
  }

  .section-5 .cell.cell5 {
    --pos: translate(calc(100% + 110px), -50%);
  }
}

@media (max-width: 1599.98px) {
  .section-5 {
    padding: 60px 0 100px;
  }

  .section-5 .cell {
    padding: 12px 20px;
  }

  .section-5 .cell.cell2 {
    transform: translate(calc(-100% - 50px), -50%);
  }

  .section-5 .cell.cell5 {
    transform: translate(calc(100% + 50px), -50%);
  }

  .section-5 .img-box {
    width: 500px;
  }

  .section-5 .img-box .pa-img {
    width: 340px;
  }
}

@media (max-width: 1279.98px) {
  .section-5 .cont {
    width: 100%;
  }

  .section-5 .cells {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px 0;
    margin-bottom: 28px;
  }

  .section-5 .cell {
    width: calc(50% - 16px);
    position: relative;
  }

  .section-5 .cell,
  .section-5 .cell.cell1,
  .section-5 .cell.cell2,
  .section-5 .cell.cell3,
  .section-5 .cell.cell4,
  .section-5 .cell.cell5,
  .section-5 .cell.cell6 {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: unset;
  }

  .section-5 .img-box {
    width: 100%;
  }

  .section-5 .img-box .pa-img {
    width: 68%;
    border: 3px solid #FFFFFF87;
    border-radius: 4px;
  }
}

@media (max-width: 991.98px) {
  .section-5 {
    padding: 32px 0 64px;
  }

  .section-5 .container {
    padding: 0 10px;
  }

  .section-5 .cells {
    gap: 20px 0;
  }

  .section-5 .cell {
    padding: 10px 12px;
    width: calc(50% - 6px);
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
  }

  .section-5 .cell img {
    width: 24px;
  }

  .section-5 .img-box::before {
    width: 100%;
  }

  .section-5 .img-box::after {
    width: 958px;
  }
}

.section-6 {
  padding: 100px 0;
  background: linear-gradient(180deg, rgba(4, 98, 240, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}

.section-6 .cell {
  gap: 80px;
}

.section-6 .cell:not(:last-child) {
  margin-bottom: 100px;
}

.section-6 .cell .img-box {
  border: 8px solid #0462F066;
  border-radius: 8px;
}

.section-6 .cell .txt {
  max-width: 577px;
}

.section-6 .cell .txt span {
  width: max-content;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background: #0462F0;
}

@media (max-width: 1599.98px) {
  .section-6 .cell {
    gap: 56px
  }

  .section-6 .cell:not(:last-child) {
    margin-bottom: 80px;
  }
}


@media (max-width: 1279.98px) {
  .section-6 .cell {
    gap: 20px;
  }

  .section-6 .cell .txt {
    max-width: 100%;
  }

  .section-6 .cell:not(:last-child) {
    margin-bottom: 36px;
  }
}

@media (max-width: 991.98px) {
  .section-6 {
    padding: 40px 0 0;
  }

  .section-6 .cell .img-box {
    border: 4px solid #0462F066;
    border-radius: 4px;
  }

  .section-6 .cell .txt span {
    font-size: 16px;
  }

  .section-6 .cell .txt p {
    font-size: 14px;
  }

  .section-6 .cell:not(:last-child) {
    margin-bottom: 36px;
  }
}

.section-7 {
  padding: 120px 0;
}

.section-7 .nav {
  width: max-content;
  gap: 16px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 16px;
}

.section-7 .nav .nav-link {
  width: max-content;
  min-width: 240px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  padding: 16px 20px;
  cursor: pointer;
  text-align: center;
  color: #000;
}

.section-7 .nav .nav-link:hover,
.section-7 .nav .nav-link.active {
  background: #0462F0;
  color: #FFFFFF;
}

.section-7 .tab-content {
  max-width: 1370px;
}

.section-7 .tab-pane {
  margin-top: 24px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
}

.section-7 .tab-pane .cont {
  border-radius: 12px;
  padding: 50px;
}

.section-7 .tab-pane .cont .lft {
  max-width: 630px;
  border-radius: 16px;
  overflow: hidden;
}

.section-7 .tab-pane .cont .rgt {
  width: 560px;
}

.section-7 .tab-pane .cont .rgt .tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.section-7 .tab-pane .cont .rgt ul li {
  position: relative;
}

.section-7 .tab-pane .cont .rgt ul li:not(:last-child) {
  margin-bottom: 12px;
}

.section-7 .tab-pane .cont .rgt ul.list-warn li {
  padding-left: 23px;
}

.section-7 .tab-pane .cont .rgt ul.list-warn li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/win-bypass/information-line.svg) no-repeat center center;
  background-size: cover;
  width: 17px;
  height: 17px;
}

.section-7 .tab-pane .cont .rgt ul li span {
  font-weight: 900;
  color: #0462F0;
}

.section-7 .tab-pane .cont .rgt .gap-line {
  width: 100%;
  border: 1px dashed #0000001A;
  margin: 36px 0;
}

@media (max-width: 1599.98px) {
  .section-7 {
    padding: 100px 0;
  }

  .section-7 .tab-pane .cont .lft {
    max-width: 550px;
  }

  .section-7 .tab-pane .cont .rgt {
    width: 500px;
  }

  .section-7 .tab-pane .cont .rgt .gap-line {
    margin: 24px 0;
  }
}

@media (max-width: 1279.98px) {
  .section-7 .tab-pane .cont {
    gap: 24px;
  }

  .section-7 .tab-pane .cont .lft,
  .section-7 .tab-pane .cont .rgt {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .section-7 {
    padding: 64px 0;
  }

  .section-7 .nav {
    gap: 0;
    width: 100%;
  }

  .section-7 .nav .nav-link {
    width: 33.3%;
    font-size: 16px;
    padding: 8px 4px;
    min-width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section-7 .tab-pane .cont {
    padding: 8px 8px 18px;
  }

  .section-7 .tab-pane .cont .lft {
    border-radius: 8px;
  }

  .section-7 .tab-pane .cont .rgt .tit {
    font-size: 18px;
  }

  .section-7 .tab-pane .cont .rgt ul li {
    font-size: 14px;
  }

  .section-7 .tab-pane .cont .rgt ul.list-warn li::before {
    top: 2px;
  }

  .section-7 .tab-pane .cont .rgt .gap-line {
    margin: 16px 0;
  }
}

.section-8 {
  padding: 0 0 120px;
}

.section-8 .accordion-item {
  padding: 24px;
  border-radius: 14px !important;
  background: transparent;
}

.section-8 .accordion-item.active {
  background: rgba(4, 98, 240, 1);
}

.section-8 .accordion-item .accordion-button {
  background-color: transparent;
  color: rgba(0, 0, 0, 1);
  font-size: 20px !important;
  padding: 0 !important;
}

.section-8 .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="%232D2D2D" stroke-opacity="1" stroke-width="2.66667" stroke-linecap="round"/></svg>') !important;
  background-size: 100% !important;
}

.section-8 .accordion-item .accordion-button:not(.collapsed) {
  color: #FFFFFF !important;
}

.section-8 .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="%23FFFFFF" stroke-opacity="1" stroke-width="2.66667" stroke-linecap="round"/></svg>') !important;
  -webkit-transform: rotate(-180deg) !important;
  transform: rotate(-180deg) !important;
}

.section-8 .accordion-item .accordion-body {
  max-width: 1032px;
}

.section-8 .accordion-item .accordion-body p {
  color: #fff;
  opacity: 0.8;
}

@media (min-width: 1280px) {
  .section-8 .container {
    max-width: 1200px;
    padding: 0;
  }

  .section-8 .accordion-item {
    padding: 32px;
  }

  .section-8 .accordion-item .accordion-button::after {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 1599.98px) {
  .section-8 {
    padding: 0 0 100px;
  }
}

@media (max-width: 991.98px) {
  .section-8 {
    padding: 0 0 64px;
  }

  .section-8 .accordion-item .accordion-body p {
    font-size: 14px;
  }
}

.section-9 {
  padding: 80px 0 132px;
  background: linear-gradient(180deg, rgba(4, 98, 240, 0) 0%, rgba(4, 98, 240, 0.2) 105.94%);
}

.section-9 .nav {
  width: max-content;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  margin-bottom: 24px;
}

.section-9 .nav .nav-link {
  width: max-content;
  min-width: 152px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 16px;
  cursor: pointer;
  text-align: center;
  color: #000;
}

.section-9 .nav .nav-link:hover,
.section-9 .nav .nav-link.active {
  background: #0462F0;
  color: #FFFFFF;
}

.section-9 .tab-pane {
  padding: 1px;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(90deg, rgba(4, 98, 240, 0.5) 0%, rgba(17, 177, 255, 0.5) 100%);
}

.section-9 .tab-pane .cell {
  padding: 48px 32px;
  border-radius: 31px;
  background:
    linear-gradient(180deg, rgba(17, 177, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 78.13%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.section-9 .tab-pane .cell .video-items {
  flex: 1;
}

.section-9 .tab-pane .cell .video-items>div {
  gap: 38px;
}

.section-9 .tab-pane .cell .video-item {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  background: #EEF5FE;
}

.section-9 .tab-pane .cell .video-item p {
  padding: 24px 20px;
}

.section-9 .tab-pane .cell .video-item:hover p {
  color: #0462f0;
}

.section-9 .cell-tips .gap-line {
  height: 270px;
  margin: auto 38px;
  border: 1px dashed #0000001F;
}

.section-9 .cell-tips .link-items {
  width: 594px;
}

.section-9 .cell-tips .link-items a {
  font-size: 18px;
  display: block;
}

.section-9 .cell-tips .link-items a:not(:last-child) {
  margin-bottom: 24px;
}

.section-9 .item {
  padding: 60px 0;
  background: linear-gradient(90deg, #0462F0 0%, #11B1FF 100%);
  border-radius: 48px;
  margin-top: 120px;
}

.section-9 .item .cont {
  color: #fff;
}

.section-9 .item .cont h2 span {
  color: #FFCB2B;
}

.section-9 .item .dev-desktop a.btn {
  min-width: 240px;
  justify-content: center;
}

@media (max-width: 1599.98px) {
  .section-9 {
    padding: 48px 0 100px;
  }

  .section-9 .tab-pane .cell .video-items>div {
    gap: 24px;
  }

  .section-9 .tab-pane .cell .video-item p {
    font-size: 16px;
    padding: 20px 20px;
  }

  .section-9 .cell-tips .gap-line {
    margin: auto 20px;
  }

  .section-9 .cell-tips .link-items {
    width: 510px;
  }

  .section-9 .cell-tips .link-items a {
    font-size: 16px;
  }

  .section-9 .item {
    margin-top: 100px;
  }
}

@media (max-width: 1279.98px) {
  .section-9 .tab-pane.pane-tips {
    padding: unset;
    border-radius: unset;
    background: none;
  }

  .section-9 .tab-pane .cell.cell-tips {
    padding: unset;
    border-radius: unset;
    background: none;
  }

  .section-9 .cell.cell-tips .video-items,
  .section-9 .cell-tips .link-items {
    padding: 1px;
    overflow: hidden;
    border-radius: 32px;
    background: linear-gradient(90deg, rgba(4, 98, 240, 0.5) 0%, rgba(17, 177, 255, 0.5) 100%);
  }

  .section-9 .cell.cell-tips .video-items>div,
  .section-9 .cell-tips .link-items>div {
    padding: 48px 32px;
    border-radius: 31px;
    background: linear-gradient(180deg, rgba(17, 177, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 78.13%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  }

  .section-9 .cell-tips .gap-line {
    display: none;
  }

  .section-9 .cell-tips .link-items {
    width: 100%;
    margin-top: 24px;
  }
}

@media (max-width: 991.98px) {
  .section-9 {
    padding: 0 0 64px;
  }

  .section-9 .nav .nav-link {
    font-weight: 400;
  }

  .section-9 .tab-pane .cell,
  .section-9 .cell.cell-tips .video-items>div {
    padding: 12px;
  }

  .section-9 .tab-pane .cell .video-item p {
    font-size: 18px;
    padding: 12px 16px 24px;
    line-height: 1.4;
  }

  .section-9 .cell-tips .link-items>div {
    padding: 24px 12px;
  }

  .section-9 .item {
    padding: 40px 16px;
    border-radius: 24px;
    margin-top: 48px;
  }

  .section-9 .item .logo .h4 {
    font-size: 18px;
    font-weight: 500;
  }
}