.header {
  position: absolute;
  background-color: transparent;
  border-bottom: none;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.discount-deals {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
  margin: 0 auto 16px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  background: #b9ff46;
  position: relative;
  z-index: 1;
}
@media (max-width: 1599.98px) {
  .discount-deals {
    font-size: 14px;
  }
}
.discount-deals::after {
  content: "";
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: #b9ff46;
  position: absolute;
  left: calc(50% - 12px);
  bottom: -50%;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: -1;
}
.discount-deals span {
  color: #f50;
  font-weight: 600;
}

#tp-banner {
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(255, 85, 0, 0.15) 0%,
    rgba(255, 85, 0, 0) 100%
  );
}
#tp-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 202px;
  height: 249px;
  background: url("https://images.tenorshare.com/img-2024/purchase/tp-banner-lft.png")
    no-repeat;
  background-size: 100%;
}
#tp-banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 298px;
  height: 184px;
  background: url("https://images.tenorshare.com/img-2024/purchase/tp-banner-rgt.png")
    no-repeat;
  background-size: 100%;
}
#tp-banner .container {
  max-width: 1467px;
}
#tp-banner .content {
  padding: 112px 0 52px;
}
#tp-banner .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 704px;
  height: 307px;
  background: url("https://images.tenorshare.com/img-2024/purchase/tp-banner-center.png")
    no-repeat;
  background-size: 100%;
}
#tp-banner .des-list {
  gap: 48px;
}
#tp-banner .des-list .item {
  gap: 6px;
  font-size: 14px;
  color: #6b6b6b;
  line-height: 1.5;
}
#tp-banner .system-info .select-sys {
  width: 89px;
  /* width: 228px;
  border: 1px solid #d8dfe2;
  padding: 10px 16px; */
  text-align: start;
  line-height: 1.5;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#tp-banner .system-info .select-sys  span{
  color: #3A3A3A;
  opacity: .6;
}
#tp-banner .system-info .select-sys::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9.99976L11.9998 15.9996L17.9996 9.99976" stroke="%23515455" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')
    no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  /* transition: 0.5s all; */
}
#tp-banner .system-info .show.select-sys::after {
  background: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 15.5L11.9998 9.5002L17.9996 15.5" stroke="%23515455" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
}
#tp-banner .system-info .dropdown-menu {
  margin-top: 4px;
  width: 228px;
  padding: 10px 0;
  box-shadow: 0px 0px 8px 0px rgba(195, 195, 195, 0.5019607843);
}
#tp-banner .system-info .dropdown-menu .item {
  padding: 6px 16px;
}
#tp-banner .system-info .dropdown-menu .item.active {
  background: #ffece3;
}
#tp-banner .system-info .dropdown-menu .item a {
  display: flex;
  align-items: center;
  color: #3a3a3a;
  text-decoration: none;
}
#tp-banner svg {
  /* margin-top: -4px; */
}
@media (max-width: 1599.98px) {
  #tp-banner::before {
    width: 192px;
    height: 127px;
    background: url("https://images.tenorshare.com/img-2024/purchase/tp-banner-xl-lft.png")
      no-repeat;
    background-size: 100%;
  }
  #tp-banner::after {
    width: 216px;
    height: 124px;
    background: url("https://images.tenorshare.com/img-2024/purchase/tp-banner-xl-rgt.png")
      no-repeat;
    background-size: 100%;
  }
  #tp-banner .container {
    max-width: 1224px;
  }
  #tp-banner .content {
    padding: 84px 0 7 7px;
  }
  #tp-banner .content::before {
    transform: translateX(-50%);
    width: 504px;
    height: 220px;
    background: url("https://images.tenorshare.com/img-2024/purchase/tp-banner-center.png")
      no-repeat;
    background-size: 100%;
  }
  #tp-banner .system-info .select-sys {
    /* width: 96px; */
    /* padding: 6px 16px; */
  }
  #tp-banner .system-info .dropdown-menu {
    width: 190px;
  }
}
@media (max-width: 991.98px) {
  #tp-banner::before,
  #tp-banner::after {
    display: none;
  }
  #tp-banner .content {
    padding: 100px 0 0;
  }
  #tp-banner .content::before {
    width: 350px;
    height: 168px;
  }
  #tp-banner .media-mb {
    margin-bottom: 12px;
  }
  #tp-banner .media-mb img {
    height: 16px;
  }
  #tp-banner .switch-sys {
    width: 190px;
    padding: 2px;
    border-radius: 6px;
    background: #eeeeee;
    font-size: 16px;
    cursor: pointer;
  }
  #tp-banner .switch-sys .sys-item {
    padding: 7px 16px;
    border-radius: 6px;
    color: #3a3a3a;
    text-decoration: none;
  }
  #tp-banner .switch-sys .sys-item.active {
    background: #ffffff;
  }
}

main nav {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  main nav {
    margin-bottom: 24px;
  }
}

.nav-tabs.v1 {
  border-bottom: 2px solid #f50;
}
.nav-tabs.v1 .nav-link {
  background-color: #fff;
  border: none;
  padding: 0 24px;
  min-width: 320px;
  height: 56px;
  line-height: 56px;
  border-radius: 8px 8px 0 0;
  color: #3d445c;
  font-size: 20px;
  font-weight: 400;
  margin: 0 10px 0;
  border: 2px solid #eeeeee;
  border-bottom: 2px solid transparent;
}
.nav-tabs.v1 .nav-link.active {
  border: none;
  background-color: #f50;
  color: #fff;
  border: 2px solid transparent;
}
.nav-tabs.v1 #nav-15-dev-tab {
  display: flex;
  justify-content: center;
}
.nav-tabs.v1 .nav-link .top-icon {
  display: block;
  width: fit-content;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(43deg, #f50 4.05%, #ffcf1b 107.32%);
  color: #fff;
  font-weight: 500;
  margin-left: 24px;
  margin-top: -2px;
}
.nav-tabs.v1 .nav-link.active .top-icon {
  background: #ffcf1b;
  color: #bc9a1d;
}

.save-60 {
  font-weight: 900;
  width: 40px;
  height: 40px;
  background: url(https://images.tenorshare.com/icon/save-bg.png?w=80&amp;h=80)
    no-repeat;
  background-size: 100% 100%;
  padding: 8px;
  top: -16px;
  right: -20px;
}

@media (max-width: 992px) {
  .nav-tabs.v1 {
    justify-content: center;
  }
  .nav-tabs.v1 .nav-link {
    min-width: unset;
    width: 30%;
    margin: 0;
    font-size: 18px;
    margin: 0 12px;
    height: 51px;
  }
}
@media (max-width: 768px) {
  nav {
    overflow-x: auto;
  }
  .nav-tabs.v1 {
    width: 100%;
    transition: all 0.3s;
    flex-wrap: nowrap;
    gap: 4px;
  }
  .nav-tabs.v1 .nav-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    padding: 0 16px;
    margin: 0;
  }
  .nav-tabs.v1 .nav-link .top-icon {
    margin-left: 8px;
  }
}
@media (max-width: 390px) {
  .nav-tabs.v1 {
    width: 390px;
  }
}
#list-purchase .container {
  max-width: 1467px;
}
#list-purchase .container.four-item {
  max-width: 1690px;
}
#list-purchase .container.for-four {
  max-width: 1700px;
}
#list-purchase .list {
  gap: 32px;
}
@media (max-width: 1599.98px) {
  #list-purchase .list {
    gap: 24px;
  }
}
@media (max-width: 1279.98px) {
  #list-purchase .list {
    gap: 16px;
  }
}
@media (max-width: 991.98px) {
  #list-purchase .list {
    gap: 24px;
    flex-direction: column;
    justify-content: center;
  }
}
#list-purchase .list .cell {
  flex: 1 1 30%;
  /* min-height: 546px; */
}

@media (max-width: 1279.98px) {
  #list-purchase .list {
    flex-wrap: wrap;
  }
  #list-purchase .list .cell {
    flex: 1 1 45%;
  }
}
@media (max-width: 991.98px) {
  #list-purchase .list .cell {
    flex: 1 1 auto;
    width: 480px;
  }
}
@media (max-width: 576px) {
  #list-purchase .list .cell {
    width: 100%;
  }
}
#list-purchase .list .cell .item {
  padding: 48px 30px;
  border: 2px solid #bdc3c6;
  border-radius: 12px;
}
@media (max-width: 1599.98px) {
  #list-purchase .list .cell .item {
    padding: 40px 24px;
  }
}
@media (max-width: 991.98px) {
  #list-purchase .list .cell .item {
    padding: 32px 24px;
  }
}
#list-purchase .list .cell.recommend {
  background: linear-gradient(146.56deg, #ffce1b 1.54%, #ff5500 56.15%);
  padding: 2px;
  border-radius: 12px;
}
#list-purchase .list .cell.recommend .post-popular {
  padding: 16px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 1599.98px) {
  #list-purchase .list .cell.recommend .post-popular {
    font-size: 20px;
    padding: 8px 16px;
  }
}
#list-purchase .list .cell.recommend .item-bg {
  background: #fff;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}
#list-purchase .list .cell.recommend .item {
  border: none;
  background: linear-gradient(
    359.73deg,
    rgba(255, 198, 170, 0.42) -5.47%,
    rgba(255, 198, 170, 0) 89.25%
  );
}
#list-purchase .list .item .des-list,
#nav-sale .lft .item .des-list {
  text-align: start;
  padding-left: 32px;
}

#list-purchase .list .item .des-list li,
#nav-sale .lft .item .des-list li {
  position: relative;
}
#list-purchase .list .item .des-list li::before,
#nav-sale .lft .item .des-list li::before {
  content: "";
  display: block;
  width: 25px;
  height: 24px;
  background: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12.5" cy="12" r="8.5" stroke="%23FF5500"/><path d="M9.5 12L12 14L15.5 10" stroke="%23FF5500" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: cover;
  position: absolute;
  left: -32px;
}
#list-purchase .list .item .des-list li.gradient p,
#nav-sale .lft .item .des-list li.gradient p {
  background: linear-gradient(
    90deg,
    #1d8aff -0.85%,
    #21c3e6 28.48%,
    #7ae689 60.24%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  margin-bottom: 0;
  display: inline;
}
#list-purchase .list .item .des-list li .red-icon,
#nav-sale .lft .item .des-list li .red-icon {
  margin-left: 6px;
  border: 0.5px solid #ff5500;
  background: rgba(255, 85, 0, 0.0784313725);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding: 2px 4px;
  color: #ff5500;
}
@media (max-width: 567px) {
  #list-purchase .list .item .des-list li .red-icon,
  #nav-sale .lft .item .des-list li .red-icon {
    transform: scale(0.833);
    transform-origin: left;
  }
}
#list-purchase .list .item .des-list li .green-icon,
#nav-sale .lft .item .des-list li .green-icon {
  margin-left: 6px;
  border: 0.5px solid #30bf78;
  background: rgba(48, 191, 120, 0.0784313725);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding: 2px 4px;
  color: #30bf78;
}
@media (max-width: 567px) {
  #list-purchase .list .item .des-list li .green-icon,
  #nav-sale .lft .item .des-list li .green-icon {
    transform: scale(0.833);
    transform-origin: left;
  }
}
#list-purchase .list .item .des-list .no-icon {
  height: 21px;
}
#list-purchase .list .item .des-list .no-icon::before {
  display: none !important;
}
#list-purchase .item {
  text-align: center;
  color: #212121;
}
#list-purchase .item .content-wrap {
  margin: 0 auto;
}
#list-purchase .item .licence {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
  position: relative;
}
#list-purchase .item .licence svg {
  color: #525252;
}
#list-purchase .item .licence svg:hover {
  color: #f50;
}
#list-purchase .item .licence [data-bs-toggle="tooltip"] {
  transform: translateY(-10px);
}
#list-purchase .item .price {
  margin: 8px 0 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 140%;
}
#list-purchase .item .price-perday {
  color: #515455;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: line-through;
}
#list-purchase .item .price-perday2 {
  color: #515455;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
#list-purchase .item .perday {
  color: #515455;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
#list-purchase .item .tax {
  color: #515455;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
#list-purchase .item .btn {
  margin-top: 32px;
  min-width: 100%;
  text-align: center;
  justify-content: center;
}
#list-purchase .item .btn.btn-paypal {
  width: 210px;
  overflow: hidden;
  padding: 0;
}
#list-purchase .item .split-lines {
  width: 100%;
  margin: 40px 0;
  border-top: 1px dashed #9c9c9c;
}
#list-purchase .item .des-list,
#nav-sale .item .des-list {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
#list-purchase .item .des-list li:not(:nth-child(1)),
#nav-sale .lft .item .des-list li:not(:nth-child(1)) {
  margin-top: 12px;
}
#list-purchase .item.active {
  position: relative;
}
#list-purchase .item.active .price {
  font-size: 48px;
  font-weight: 900;
  line-height: 140%;
}
@media (max-width: 1599.98px) {
  #list-purchase .container,
  #list-purchase .container.for-four {
    max-width: 1224px;
  }
  #list-purchase .item .licence {
    font-size: 18px;
    line-height: 150%;
  }
  #list-purchase .item .price {
    font-size: 36px;
  }
  #list-purchase .item .price-perday,
  #list-purchase .item .price-perday2 {
    font-size: 14px;
  }
  #list-purchase .item .tax {
    font-size: 12px;
  }
  #list-purchase .item .des-list,
  #nav-sale .lft .item .des-list {
    font-size: 14px;
  }
  #list-purchase .item .split-lines {
    margin: 32px 0;
  }
  #list-purchase .item .btn {
    margin-top: 30px;
  }
  #list-purchase .item.active .price {
    font-size: 36px;
    line-height: 140%;
  }
  #list-purchase .note {
    margin-top: 32px;
  }
}
@media (max-width: 1279.98px) {
  #list-purchase .list .cell.recommend .post-popular {
    font-size: 18px;
  }
  #list-purchase .list .cell.recommend .post-popular svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 991.98px) {
  #list-purchase {
    padding: 0;
  }
  #list-purchase .list .cell.recommend {
    order: -1;
  }
  #list-purchase .item .btn {
    margin-top: 16px;
  }
}

#chose-purchase-paypal-btn img,
.btn-paypal img {
  height: 68px;
}

#chose-purchase {
  padding: 120px 0;
}
#chose-purchase .container {
  max-width: 1380px;
}
#chose-purchase .item {
  border: 1px solid #bdc3c6;
  border-radius: 12px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.4s;
  cursor: pointer;
}
#chose-purchase .item > div .text-center {
  flex: 1;
}
#chose-purchase .item .licence {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 0;
}
#chose-purchase .item .licence svg {
  color: #525252;
}
#chose-purchase .item .licence svg:hover {
  color: #f50;
}
#chose-purchase .item .des {
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 6px;
  margin-bottom: 0;
}
#chose-purchase .item .des .des-content {
  max-width: 432px;
  display: inline-block;
}
#chose-purchase .item .price {
  color: #212121;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  margin-bottom: 0;
  white-space: nowrap;
}
#chose-purchase .item del {
  color: #6b6b6b;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
#chose-purchase .item::before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMC41IiByPSI4LjUiIHN0cm9rZT0iIzZCNkI2QiIvPgo8Y2lyY2xlIGN4PSIxMCIgY3k9IjEwLjUiIHI9IjUiIGZpbGw9IiM2QjZCNkIiLz4KPC9zdmc+");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#chose-purchase .item.active {
  background: linear-gradient(
    0deg,
    rgba(255, 198, 170, 0.42) 0.72%,
    rgba(255, 198, 170, 0) 89.88%
  );
}
#chose-purchase .item.active::before {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAuNSIgY3k9IjEwIiByPSI4LjUiIHN0cm9rZT0iI0ZGNTUwMCIvPgo8Y2lyY2xlIGN4PSIxMC41IiBjeT0iMTAiIHI9IjQuNSIgZmlsbD0iI0ZGNTUwMCIgc3Ryb2tlPSIjRkY1NTAwIi8+Cjwvc3ZnPg==");
}
#chose-purchase .chose-content {
  margin-top: 60px;
  gap: 24px;
}
#chose-purchase .lft {
  flex-basis: 46.8%;
  flex-shrink: 0;
}
#chose-purchase .lft .item {
  padding: 48px 40px 48px 64px;
  border: 2px solid #bdc3c6;
  height: 100%;
}
#chose-purchase .lft .item .price {
  margin-top: 24px;
}
#chose-purchase .lft .item .des {
  margin-top: 12px;
}
#chose-purchase .lft .item::before {
  top: 52px;
  left: 24px;
}
#chose-purchase .lft .item.active {
  border: 2px solid #f50;
}
#chose-purchase .rgt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  gap: 24px;
}
#chose-purchase .rgt .item {
  padding: 24px 40px 24px 64px;
}
#chose-purchase .rgt .item .item-con > div:nth-child(1) {
  width: 406px;
}
#chose-purchase .rgt .item::before {
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
#chose-purchase .rgt .item.active {
  border: 1px solid #f50;
}
@media (max-width: 1599.98px) {
  #chose-purchase #chose-purchase-paypal-btn img,
  #chose-purchase .btn-paypal img {
    height: 56px;
  }
  #chose-purchase .container {
    max-width: 1224px;
  }
  #chose-purchase .note {
    margin-top: 32px;
  }
  #chose-purchase .item .des {
    font-size: 16px;
    max-width: 380px;
  }
  #chose-purchase .item .price {
    font-size: 32px;
  }
  #chose-purchase .item .licence {
    font-size: 20px;
  }
  #chose-purchase .item del {
    font-size: 14px;
  }
  #chose-purchase .chose-content {
    margin-top: 40px;
    gap: 20px;
  }
  #chose-purchase .lft {
    flex-basis: 554px;
  }
  #chose-purchase .lft .item .des {
    margin-top: 16px;
  }
  #chose-purchase .lft .item .price {
    font-size: 32px;
    line-height: 130%;
    margin-top: 40px;
  }
  #chose-purchase .lft .item .licence {
    font-size: 24px;
  }
  #chose-purchase .rgt {
    gap: 20px;
  }
  #chose-purchase .rgt .item {
    padding: 20px 42px 18px 64px;
  }
  #chose-purchase .rgt .item .item-con > div:nth-child(1) {
    width: 364px;
  }
  #chose-purchase .rgt .item del {
    font-size: 14px;
    margin-top: -8px;
    display: block;
  }
  #chose-purchase .rgt .item .des {
    margin-top: 4px;
  }
}
@media (max-width: 1279.98px) {
  #chose-purchase .lft {
    flex-basis: 44.5%;
  }
  #chose-purchase .rgt .item .item-con > div:nth-child(1) {
    width: 264px;
  }
}

#support-part .note {
  color: #9c9c9c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin-top: 48px;
}
#support-part .icon-list:not(.pay-method-icon-list) {
  opacity: 0.7;
}
#support-part .icon-list {
  gap: 20px;
}
#support-part .icon-list .cell {
  border: 1px solid #eeeeee;
  border-radius: 2px;
}
#support-part.for-four {
  padding-top: 0;
}
#support-part.for-four .note {
  margin-top: 0 !important;
}
@media (max-width: 1279.98px) {
  #support-part .icon-list .cell {
    width: 100px;
  }
  #support-part .icon-list .cell img {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  #support-part .note {
    margin-top: 24px;
  }
  #support-part .icon-list {
    gap: 12px;
    padding-top: 12px;
  }
  #support-part .icon-list .cell {
    width: 74px;
  }
}

#sec-8 {
  padding: 120px 0;
}
#sec-8 .des-list {
  margin-top: 4px;
  gap: 32px;
}
#sec-8 .des-list .item {
  width: 248px;
  padding: 12px;
}
#sec-8 .dec {
  color: #525252;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
#sec-8 .des-list {
  margin-top: 60px;
}
#sec-8 .des-list .item .tit {
  color: #212121;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
#sec-8 .des-list .item .des {
  color: #848484;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1599.98px) {
  #sec-8 {
    padding: 100px 0;
  }
  #sec-8 .des-list .item {
    width: 156px;
    padding: 0px;
  }
  #sec-8 .des-list .item .tit {
    font-size: 16px;
  }
  #sec-8 .des-list .item .des {
    font-size: 12px;
  }
}
@media (max-width: 1279.98px) {
  #sec-8 .des-list {
    gap: 0;
  }
  #sec-8 .des-list .item {
    width: 156px;
  }
}
@media (max-width: 991.98px) {
  #sec-8 {
    padding: 64px 0;
  }
  #sec-8 .des-list {
    gap: 24px;
  }
  #sec-8 .des-list .item {
    width: 218px;
  }
}
@media (max-width: 576px) {
  #sec-8 {
    padding: 64px 0;
  }
  #sec-8 .des-list {
    gap: 36px 28px;
  }
  #sec-8 .des-list .item {
    width: 44%;
  }
}

#pro-guide {
  padding: 0 0 64px;
}
#pro-guide h2 {
  max-width: 100%;
}
#pro-guide .tab-content {
  margin-top: 40px;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item {
  background: rgba(180, 211, 255, 0.1);
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 12px !important;
  transition: all 0.4s;
  border-radius: 12px;
  border: none !important;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
  padding: 12px 16px;
  line-height: 150%;
  background: none;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button:hover {
  color: #ff5500;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button::after {
  width: 32px;
  height: 32px;
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="10" width="2" height="20" rx="1" fill="%23212121"/><rect x="30" y="19" width="2" height="20" rx="1" transform="rotate(90 30 19)" fill="currentColor"/> </svg>');
}
#pro-guide
  .accordion.v1.v1-0-1
  .accordion-item
  .accordion-button:not(.collapsed) {
  color: #212121;
  padding-bottom: 0;
  font-weight: 600;
}
#pro-guide
  .accordion.v1.v1-0-1
  .accordion-item
  .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="10" width="2" height="20" rx="1" fill="%23212121"/><rect x="30" y="19" width="2" height="20" rx="1" transform="rotate(90 30 19)" fill="%23212121"/> </svg>');
  transform: rotate(45deg);
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
  padding: 1rem 2rem 1.5rem 1rem;
  color: #212121;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body p {
  opacity: 0.8;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  #pro-guide {
    padding: 0 0 100px;
  }
  #pro-guide .tab-content {
    margin-top: 60px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    font-size: 18px;
    font-weight: 600;
    padding: 1.2rem 2.75rem;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button::after {
    width: 40px;
    height: 40px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    padding: 0 6.5rem 20px 2.75rem;
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  #pro-guide {
    padding: 0 0 120px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    font-size: 20px;
    padding: 1.5rem 2.25rem;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    padding: 0.625rem 8rem 24px 2.25rem;
    font-size: 18px;
  }
}

@media (max-width: 980px) {
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    padding-top: 28px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    font-size: 16px;
    padding-top: 8px;
  }
} /*# sourceMappingURL=common.css.map */

.nav-tabs.v1 #nav-15-dev-tab {
  display: flex;
  justify-content: center;
}
.nav-tabs.v1 .nav-link .top-icon {
  background: linear-gradient(43deg, #f50 4.05%, #ffcf1b 107.32%);
  color: #fff;
  font-weight: 500;
  margin-left: 8px;
}
.nav-tabs.v1 .nav-link.active .top-icon {
  background: #ffcf1b;
  color: #bc9a1d;
}
@media (max-width: 768px) {
  nav {
    overflow-x: auto;
  }
  .nav.nav-tabs.v1 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    transition: all 0.3s;
    flex-wrap: nowrap;
    min-width: 100%;
  }
  .nav-tabs.v1 .nav-link {
    width: fit-content;
  }
}


.banner-discount {
  background: linear-gradient(111.4deg, #FEE2AC 1.61%, #FFF7E2 30.59%);
  border-radius: 64px;
  padding: 11px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 32px;
  gap: 32px;
}
@media (max-width: 767px) {
  .banner-discount {
    padding: 11px 16px;
    gap: 16px;
  }
}
.banner-discount .discount-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.banner-discount .discount-box img {
  width: 52px;
  height: 52px;
  display: none;
}
@media (min-width: 768px) {
  .banner-discount .discount-box img {
    display: block;
  }
}
.banner-discount .discount-box .code-box {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 6px;
}
.banner-discount .discount-box .code-box .code {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #212121;
}
@media (min-width: 768px) {
  .banner-discount .discount-box .code-box .code {
    font-size: 16px;
  }
}
.banner-discount .discount-box .code-box .code span {
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  color: #FF681C;
}
@media (min-width: 768px) {
  .banner-discount .discount-box .code-box .code span {
    font-size: 22px;
  }
}
.banner-discount .discount-box .code-box .countdown {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  text-align: left;
  color: #212121;
}
@media (min-width: 768px) {
  .banner-discount .discount-box .code-box .countdown {
    font-size: 14px;
  }
}
.banner-discount .discount-box .code-box .countdown span:first-of-type {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .banner-discount .discount-box .code-box .countdown span:first-of-type {
    margin-right: 12px;
  }
}
.banner-discount .discount-box .code-box .countdown .time {
  font-weight: 700;
  color: #FF681C;
  display: inline-block;
  width: 15px;
}
@media (min-width: 768px) {
  .banner-discount .discount-box .code-box .countdown .time {
    width: 20px;
  }
}
.banner-discount .discount-box .code-box .countdown .time.num-ms {
  width: 20px;
}
@media (min-width: 768px) {
  .banner-discount .discount-box .code-box .countdown .time.num-ms {
    width: 30px;
  }
}
.banner-discount .copy-box {
  border: 1px solid #FF5500;
  border-radius: 24px;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
}
.banner-discount .copy-box span {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  color: #2D2D2D;
  margin: 13px 0 13px 14px;
}
@media (min-width: 768px) {
  .banner-discount .copy-box span {
    font-size: 16px;
  }
}
.banner-discount .copy-box .copy-btn {
  border-radius: 24px;
  background: linear-gradient(271.62deg, #FF681C -2.86%, #FFA171 106.55%);
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  color: #FFFFFF;
  padding: 13px 9px 13px 14px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .banner-discount .copy-box .copy-btn {
    font-size: 16px;
  }
}

.countdown-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .countdown-box {
    flex-direction: row;
  }
}
.countdown-box .info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .countdown-box .info {
    margin-bottom: 16px;
  }
}
.countdown-box .info img {
  width: 36px;
  height: 36px;
}
.countdown-box .info .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #212121;
}
.countdown-box .countdown-wrap .cell {
  text-align: center;
}
.countdown-box .countdown-wrap .out-box {
  width: 40px;
  height: 40px;
  background: linear-gradient(321.94deg, #FF5500 4.63%, #FFCF1B 96.76%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 1px;
}
.countdown-box .countdown-wrap .num {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 9px;
  color: #FF5500;
}
.countdown-box .countdown-wrap .unit {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  color: #848484;
}
.countdown-box .countdown-wrap .semicolon {
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  margin: 0 12px;
}

.compare-plan {
  max-width: 1200px;
  margin: 64px auto;
}
@media (min-width: 1600px) {
  .compare-plan {
    margin: 120px auto;
  }
}
.compare-plan .features-table {
  position: relative;
  width: 100%;
  padding: 24px 16px;
}
.compare-plan .features-table .features-header,
.compare-plan .features-table .section-title,
.compare-plan .features-table .feature-row {
  position: relative;
  z-index: 1;
}
.compare-plan .features-table .features-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  padding: 25px 0;
  border-radius: 8px;
}
.compare-plan .features-table .features-header .header-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #1A1A1A;
}
@media (min-width: 992px) {
  .compare-plan .features-table .features-header .header-item {
    font-size: 18px;
  }
}
.compare-plan .features-table .features-header .header-item:first-child {
  align-items: flex-start;
  justify-content: start;
  padding-left: 16px;
}
.compare-plan .features-table .features-header .header-item.free {
  justify-content: start;
}
@media (min-width: 992px) {
  .compare-plan .features-table .features-header .header-item.free {
    justify-content: center;
  }
}
.compare-plan .features-table .features-header .header-item .btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  min-width: 100px;
  height: 34px;
  padding: 8px;
  justify-content: center;
}
@media (min-width: 992px) {
  .compare-plan .features-table .features-header .header-item .btn {
    font-size: 16px;
    padding: 12px 16px;
    height: 48px;
  }
}
.compare-plan .features-table .features-header .header-item .free-down {
  display: none;
}
@media (min-width: 992px) {
  .compare-plan .features-table .features-header .header-item .free-down {
    display: inline-flex;
  }
}
.compare-plan .features-table .features-header .full-version-header {
  position: relative;
}
.compare-plan .features-table .features-header .full-version-header .features-decorate-head {
  position: absolute;
  top: -48px;
  left: -3px;
  width: 102.2%;
  background-color: #FF681C;
  color: #FFFFFF;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  white-space: nowrap;
  z-index: 4;
}
@media (min-width: 768px) {
  .compare-plan .features-table .features-header .full-version-header .features-decorate-head {
    left: 0;
    width: 100.2%;
  }
}
@media (min-width: 992px) {
  .compare-plan .features-table .features-header .full-version-header .features-decorate-head {
    font-size: 16px;
  }
}
.compare-plan .features-table .section-title {
  grid-column: 1/-1;
  background: #FFECE3;
  padding: 12px 16px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #1A1A1A;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (min-width: 992px) {
  .compare-plan .features-table .section-title {
    font-size: 18px;
  }
}
.compare-plan .features-table .feature-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
  padding: 16px 0;
}
@media (min-width: 992px) {
  .compare-plan .features-table .feature-row {
    padding: 16px 0 8px;
  }
}
.compare-plan .features-table .feature-row .feature-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  color: #6B6B6B;
  padding: 0 16px;
  word-break: break-word;
}
@media (min-width: 992px) {
  .compare-plan .features-table .feature-row .feature-name {
    font-size: 16px;
    grid-column: 1/2;
  }
}
@media (max-width: 991px) {
  .compare-plan .features-table .feature-row .feature-name {
    grid-column: 1/3;
    margin-bottom: 8px;
  }
}
.compare-plan .features-table .feature-row .feature-status {
  text-align: center;
  color: orange;
}
.compare-plan .features-table::after {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 0;
  left: calc(75% - 8px);
  width: calc(25% - 8px);
  border-left: 2px solid #FF681C;
  border-right: 2px solid #FF681C;
  border-bottom: 2px solid #FF681C;
  border-radius: 0 0 12px 12px;
  pointer-events: none;
  z-index: 12;
}
@media (max-width: 767px) {
  .compare-plan .features-table .features-header,
  .compare-plan .features-table .feature-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .compare-plan .features-table .feature-row {
    grid-template-areas: "name name name" ".    free full";
  }
  .compare-plan .features-table .feature-row .feature-status:nth-child(2) {
    grid-area: free;
  }
  .compare-plan .features-table .feature-row .feature-status:nth-child(3) {
    grid-area: full;
  }
  .compare-plan .features-table::after {
    left: calc(66.6667% - 8px);
    width: calc(33.3333% - 8px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .compare-plan .features-table .feature-row {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-areas: "name name name" ".    free full";
  }
  .compare-plan .features-table .feature-row .feature-name {
    grid-area: name;
  }
  .compare-plan .features-table .feature-row .feature-status:nth-child(2) {
    grid-area: free;
  }
  .compare-plan .features-table .feature-row .feature-status:nth-child(3) {
    grid-area: full;
  }
}
.compare-plan .features-wrapper {
  position: relative;
  width: 100%;
}
.compare-plan .features-table-wrapper {
  max-height: none;
  position: relative;
  transition: max-height 0.3s ease;
}
.compare-plan .features-table-wrapper.expanded {
  max-height: none;
}
.compare-plan .features-table-wrapper.expanded .features-header {
  position: sticky;
  top: -12px;
  z-index: 10;
  background: #ffffff;
}
.compare-plan .features-table-wrapper.expanded .features-mask {
  display: none;
}
.compare-plan .features-table-wrapper:not(.expanded) {
  max-height: 700px;
  overflow: hidden;
}
.compare-plan .features-table-wrapper.no-expand-needed {
  max-height: none;
}
.compare-plan .features-table-wrapper.no-expand-needed .features-mask {
  display: none !important;
}
.compare-plan .features-table-wrapper .features-mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 80%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  z-index: 20;
}
.compare-plan .features-table-wrapper .features-mask .toggle-button {
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.compare-plan .features-table-wrapper .features-mask .toggle-button.collapse-btn {
  margin-top: 16px;
  justify-content: center;
}
.compare-plan .features-table-wrapper .features-mask .toggle-button.collapse-btn.hidden {
  display: none;
}
.compare-plan .toggle-button.collapse-btn {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}
.compare-plan .toggle-button.collapse-btn.hidden {
  display: none;
}
.compare-plan .arrow-icon {
  display: inline-flex;
  transition: transform 0.3s ease;
  align-items: center;
  justify-content: center;
}
.compare-plan .arrow-icon svg {
  transition: transform 0.3s ease;
}
.compare-plan .arrow-icon.rotate-0 svg {
  transform: rotate(0deg);
}
.compare-plan .arrow-icon.rotate-180 svg {
  transform: rotate(180deg);
}