.header {
  position: absolute !important;
}

main {
  padding: 0;
  margin: 0;
  background: #05001c;
}
main .purchase-h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
}
@media (min-width:992px) {
  main .purchase-h1 {
    font-size: 38px;
    font-weight: 700;
  }
}
@media (min-width:1600px) {
  main .purchase-h1 {
    font-size: 46px;
  }
}
main .purchase-h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  color: #fff;
}
@media (min-width:992px) {
  main .purchase-h2 {
    font-size: 32px;
    line-height: 120%;
  }
}
@media (min-width:1280px) {
  main .purchase-h2 {
    font-size: 38px;
  }
}
@media (min-width:1600px) {
  main .purchase-h2 {
    font-size: 46px;
  }
}
main .btn-gradient {
  z-index: 1;
  position: relative;
  outline: none;
  background-size: 100%;
  border: none;
  overflow: hidden;
}
@media (min-width:992px) {
  main .btn-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(125deg, #cda6ff 11.02%, #dc58f1 38.37%, #5800ff 62.65%, #6c26ff 94.31%);
    background-size: 200%;
    border-radius: inherit;
    opacity: 0;
    transition: 0.5s;
  }
}
main .btn-gradient:hover {
  animation: btnEffects 15s linear infinite;
}
main .btn-gradient:hover::before {
  filter: blur(25px);
  opacity: 0.8;
  animation: btnEffects 3s linear infinite;
}
main .text-light {
  opacity: 0.8;
}
@keyframes btnEffects {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}

.first-screen {
  padding: 84px 0 32px;
}
@media (min-width:992px) {
  .first-screen {
    padding: 72px 0 30px;
  }
}
@media (min-width:1600px) {
  .first-screen {
    padding: 96px 0 40px;
  }
}
.first-screen .price-list .nav {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px;
  margin-top: 12px;
  border-radius: 9.766px;
  border: 0.814px solid rgba(131, 114, 255, 0.21);
  background: linear-gradient(112deg, rgba(237, 234, 255, 0.12) 43.58%, rgba(207, 199, 255, 0.12) 81.65%);
  gap: 6px;
}
@media (min-width:992px) {
  .first-screen .price-list .nav {
    margin-top: 8px;
  }
}
@media (min-width:1600px) {
  .first-screen .price-list .nav {
    margin-top: 12px;
    gap: 8px;
  }
}
.first-screen .price-list .nav .nav-link {
  position: relative;
  cursor: pointer;
  padding: 1px;
  background: transparent;
  border-radius: 7px;
}
@media (min-width:1600px) {
  .first-screen .price-list .nav .nav-link {
    border-radius: 8px;
  }
}
.first-screen .price-list .nav .nav-link.active {
  background: linear-gradient(200deg, #fff 17%, #a9a0e5 61%, #594f93 87%);
}
.first-screen .price-list .nav .nav-link.active .nav-inside {
  background: radial-gradient(97.06% 97.06% at 50% 2.94%, #6b57ff 0%, rgba(107, 87, 255, 0) 100%), linear-gradient(0deg, #201b38 48.47%, #504881 100%);
}
.first-screen .price-list .nav .nav-inside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 6px 8px;
  background: transparent;
  border-radius: 6px;
  text-align: center;
}
@media (min-width:992px) {
  .first-screen .price-list .nav .nav-inside {
    align-items: start;
  }
}
@media (min-width:1600px) {
  .first-screen .price-list .nav .nav-inside {
    padding: 8px 10px;
    border-radius: 7px;
  }
}
.first-screen .price-list .nav .nav-title {
  font-size: 14px;
  line-height: 160%;
  color: rgba(250, 248, 255, 0.8);
}
@media (min-width:1600px) {
  .first-screen .price-list .nav .nav-title {
    font-size: 16px;
  }
}
.first-screen .price-list .nav .discount-num {
  margin-left: 4px;
}
@media (min-width:1600px) {
  .first-screen .price-list .nav .discount-num {
    margin-left: 6px;
  }
}
@media (max-width: 1599.98px) {
  .first-screen .price-list .nav .discount-num {
    font-size: 12px;
  }
}
.first-screen .price-list .tab-content {
  margin-top: 24px;
}
@media (min-width:992px) {
  .first-screen .price-list .tab-content {
    margin-top: 20px;
  }
}
@media (min-width:1600px) {
  .first-screen .price-list .tab-content {
    margin-top: 24px;
  }
}
.first-screen .price-list .swiper {
  overflow: hidden;
}
.first-screen .price-list .swiper-wrapper {
  display: flex;
}
@media (min-width:992px) {
  .first-screen .price-list .swiper-wrapper {
    gap: 16px;
  }
}
@media (min-width:1280px) {
  .first-screen .price-list .swiper-wrapper {
    gap: 24px;
  }
}
@media (min-width:1600px) {
  .first-screen .price-list .swiper-wrapper {
    gap: 32px;
  }
}
.first-screen .price-list .swiper-slide {
  height: auto;
}
@media (min-width:992px) {
  .first-screen .price-list .swiper-slide {
    flex-shrink: unset;
    width: 33%;
  }
}
.first-screen .price-list .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 6px;
  margin: 0 3px;
  background: #8c8c8c;
  border-radius: 21px;
  opacity: 0.3;
}
.first-screen .price-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 48px;
  background: #6b57ff;
  opacity: 1;
}
.first-screen .price-list .price-item {
  z-index: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding: 6px 6px 24px;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid rgba(131, 114, 255, 0.5);
  background: linear-gradient(0deg, #15172c 0%, #15172c 100%), #fff;
  overflow: hidden;
}
@media (min-width:1600px) {
  .first-screen .price-list .price-item {
    padding: 12px 12px 24px;
    gap: 12px;
    border-radius: 32px;
  }
}
.first-screen .price-list .price-item.popular {
  border: 2px solid #b3a9ff;
}
.first-screen .price-list .price-item.popular::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 91px;
  background-image: url("https://images.edimakor.ai/purchase/popular-item-bottom-bg.webp");
  background-size: 100% 100%;
}
@media (min-width:1600px) {
  .first-screen .price-list .price-item.popular::after {
    height: 155px;
  }
}
.first-screen .price-list .price-item.popular .top {
  background: url("https://images.edimakor.ai/purchase/popular-item-top-bg.webp") no-repeat center/cover;
}
.first-screen .price-list .price-item .top {
  position: relative;
  padding: 14px 14px 16px;
  border-radius: 20px;
  background: linear-gradient(0deg, #272b4c 0%, #33295d 100%), radial-gradient(153.78% 109.39% at 5.26% 0.18%, #6b57ff 0%, rgba(107, 87, 255, 0) 100%);
}
@media (min-width:992px) {
  .first-screen .price-list .price-item .top {
    padding: 14px;
  }
}
@media (min-width:1600px) {
  .first-screen .price-list .price-item .top {
    padding: 20px 20px 12px;
  }
}
.first-screen .price-list .price-item .best-seller {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 32px;
  border: 1px solid #b3a9ff;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: #b3a9ff;
}
.first-screen .price-list .price-item .price {
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 2px;
}
@media (min-width:1600px) {
  .first-screen .price-list .price-item .price {
    margin-top: 12px;
    margin-bottom: 4px;
  }
}
.first-screen .price-list .price-item .new-price {
  margin-right: 6px;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
}
@media (min-width:1600px) {
  .first-screen .price-list .price-item .new-price {
    margin-right: 8px;
    font-size: 52px;
  }
}
.first-screen .price-list .price-item .old-price,
.first-screen .price-list .price-item .renew-tips,
.first-screen .price-list .price-item .per-credit {
  font-size: 12px;
  line-height: 160%;
  color: rgba(250, 248, 255, 0.8);
}
@media (min-width:1600px) {
  .first-screen .price-list .price-item .old-price,
  .first-screen .price-list .price-item .renew-tips,
  .first-screen .price-list .price-item .per-credit {
    font-size: 14px;
  }
}
.first-screen .price-list .price-item .old-price {
  gap: 2px;
}
.first-screen .price-list .price-item .available-system {
  margin-top: 8px;
  gap: 8px;
}
@media (min-width:1600px) {
  .first-screen .price-list .price-item .available-system {
    margin-top: 14px;
  }
}
.first-screen .price-list .price-item .available-system svg {
  width: 16px;
  height: 16px;
  color: #faf8ff;
  opacity: 0.8;
}
@media (min-width:1600px) {
  .first-screen .price-list .price-item .available-system svg {
    width: 18px;
    height: 18px;
  }
}
.first-screen .price-list .price-item .middle {
  padding: 4px 24px;
  margin: 0 14px;
  border-radius: 12px;
  background: #272b4c;
  text-align: center;
}
@media (min-width:1280px) {
  .first-screen .price-list .price-item .middle {
    padding: 4px 52px;
  }
}
@media (min-width:1600px) {
  .first-screen .price-list .price-item .middle {
    padding: 8px 52px;
    margin: 0 28px;
  }
}
.first-screen .price-list .price-item .per-credit {
  margin-top: 2px;
}
@media (min-width:1600px) {
  .first-screen .price-list .price-item .per-credit {
    margin-top: 4px;
  }
}
@media (min-width:992px) {
  .first-screen .price-list .price-item .bottom {
    margin: 0 14px;
  }
}
@media (min-width:1600px) {
  .first-screen .price-list .price-item .bottom {
    margin: 0 28px;
  }
}
.first-screen .price-list .price-item .list-license,
.first-screen .price-list .price-item .list-desc {
  list-style: none;
  padding-left: 49px;
  margin-bottom: 0;
}
@media (min-width:992px) {
  .first-screen .price-list .price-item .list-license,
  .first-screen .price-list .price-item .list-desc {
    padding-left: 28px;
  }
}
.first-screen .price-list .price-item .list-license li,
.first-screen .price-list .price-item .list-desc li {
  position: relative;
  font-size: 14px;
  line-height: 160%;
  color: rgba(250, 248, 255, 0.8);
}
@media (min-width:1600px) {
  .first-screen .price-list .price-item .list-license li,
  .first-screen .price-list .price-item .list-desc li {
    font-size: 16px;
  }
}
.first-screen .price-list .price-item .list-license li:not(:last-child),
.first-screen .price-list .price-item .list-desc li:not(:last-child) {
  margin-bottom: 4px;
}
.first-screen .price-list .price-item .list-license li::before,
.first-screen .price-list .price-item .list-desc li::before {
  content: url("https://edimakor.hitpaw.com/images/purchase/list-icon.svg");
  position: absolute;
  top: 0;
  left: -32px;
  width: 24px;
  height: 18px;
}
.first-screen .price-list .price-item .list-license {
  padding-bottom: 6px;
}
@media (min-width:1600px) {
  .first-screen .price-list .price-item .list-license {
    padding-bottom: 12px;
  }
}
.first-screen .price-list .price-item .list-desc {
  position: relative;
  padding-top: 6px;
}
@media (min-width:1600px) {
  .first-screen .price-list .price-item .list-desc {
    padding-top: 12px;
  }
}
.first-screen .price-list .price-item .list-desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(140, 140, 140, 0) 0%, rgba(140, 140, 140, 0.2) 51%, rgba(140, 140, 140, 0) 100%);
}

.pay-method {
  padding: 0 12px 12px;
}
@media (min-width:992px) {
  .pay-method {
    padding: 0 12px 32px;
  }
}
@media (min-width:1600px) {
  .pay-method {
    padding: 0 0 40px;
  }
}
.pay-method .bank-card-list {
  gap: 16px;
}
@media (min-width:992px) {
  .pay-method .bank-card-list {
    gap: 24px;
  }
}
.pay-method .bank-card-list img {
  max-width: 71px;
  width: 100%;
}
@media (min-width:992px) {
  .pay-method .bank-card-list img {
    max-width: 100px;
  }
}
@media (min-width:1600px) {
  .pay-method .bank-card-list img {
    max-width: 107px;
  }
}

.custom-plan {
  padding: 64px 12px 32px;
}
@media (min-width:992px) {
  .custom-plan {
    padding: 32px 12px;
  }
}
@media (min-width:1600px) {
  .custom-plan {
    padding: 40px 0 60px;
  }
}
.custom-plan .main-cont {
  padding: 6px;
  border-radius: 32px;
  border: 1px solid rgba(250, 248, 255, 0.2);
  background: linear-gradient(180deg, rgba(196, 188, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
}
@media (min-width:992px) {
  .custom-plan .main-cont {
    padding: 10px;
    border-radius: 36px;
  }
}
@media (min-width:1600px) {
  .custom-plan .main-cont {
    padding: 12px;
    border-radius: 40px;
  }
}
.custom-plan .main-cont .inside-bg {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 24px 6px 6px;
  border-radius: 28px;
  border: 1px solid rgba(250, 248, 255, 0.2);
  background: linear-gradient(0deg, #05001c 0%, #05001c 100%), #fff;
}
@media (min-width:992px) {
  .custom-plan .main-cont .inside-bg {
    flex-direction: row;
    justify-content: space-between;
    padding: 24px 22px 24px 60px;
    border-radius: 32px;
    background: #05001c;
  }
}
@media (min-width:1600px) {
  .custom-plan .main-cont .inside-bg {
    padding: 32px 32px 32px 73px;
  }
}
.custom-plan .main-cont .inside-bg::after {
  z-index: -2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://images.edimakor.ai/purchase/custom-plan-grid-bg-mb.webp");
  background-size: cover;
}
@media (min-width:992px) {
  .custom-plan .main-cont .inside-bg::after {
    background-image: url("https://images.edimakor.ai/purchase/custom-plan-grid-bg-pc.webp");
  }
}
@media (min-width:992px) {
  .custom-plan .main-cont .left {
    width: 35.8%;
  }
}
.custom-plan .main-cont .purchase-h2 {
  margin-bottom: 8px;
}
@media (min-width:992px) {
  .custom-plan .main-cont .purchase-h2 {
    margin-bottom: 14px;
  }
}
@media (min-width:1600px) {
  .custom-plan .main-cont .purchase-h2 {
    margin-bottom: 18px;
  }
}
.custom-plan .main-cont .right {
  z-index: 1;
  position: relative;
  padding: 36px 17px 24px;
  margin-top: 32px;
  border-radius: 24px;
  background: #15172c;
  overflow: hidden;
}
@media (min-width:992px) {
  .custom-plan .main-cont .right {
    width: 60.9%;
    padding: 64px 80px;
    margin-top: 0;
    border-radius: 30px;
  }
}
@media (min-width:1600px) {
  .custom-plan .main-cont .right {
    padding: 80px 98px;
    border-radius: 36px;
  }
}
.custom-plan .main-cont .right::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 214px;
  background-image: url("https://images.edimakor.ai/purchase/custom-plan-right-bg-mb.webp");
  background-size: cover;
}
@media (min-width:992px) {
  .custom-plan .main-cont .right::after {
    height: 100%;
    background-image: url("https://images.edimakor.ai/purchase/custom-plan-right-bg-pc.webp");
  }
}
.custom-plan .main-cont .right .p-desc {
  padding-bottom: 18px;
}
@media (min-width:992px) {
  .custom-plan .main-cont .right .p-desc {
    padding-bottom: 24px;
  }
}
@media (min-width:1280px) {
  .custom-plan .main-cont .right .p-desc {
    padding-bottom: 32px;
  }
}
@media (min-width:1600px) {
  .custom-plan .main-cont .right .p-desc {
    padding-bottom: 40px;
  }
}
.custom-plan .main-cont .right .list-cont {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 18px;
  gap: 4px;
}
@media (min-width:992px) {
  .custom-plan .main-cont .right .list-cont {
    flex-direction: row;
    padding-top: 24px;
    gap: 24px;
  }
}
@media (min-width:1280px) {
  .custom-plan .main-cont .right .list-cont {
    padding-top: 32px;
    gap: 32px;
  }
}
@media (min-width:1600px) {
  .custom-plan .main-cont .right .list-cont {
    padding-top: 40px;
    gap: 40px;
  }
}
.custom-plan .main-cont .right .list-cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(140, 140, 140, 0) 0%, rgba(140, 140, 140, 0.2) 51%, rgba(140, 140, 140, 0) 100%);
}
.custom-plan .main-cont .right .list-plan {
  list-style: none;
  padding-left: 23px;
  margin-bottom: 0;
}
.custom-plan .main-cont .right .list-plan li {
  position: relative;
  font-size: 14px;
  line-height: 160%;
  color: rgba(250, 248, 255, 0.8);
}
@media (min-width:1600px) {
  .custom-plan .main-cont .right .list-plan li {
    font-size: 16px;
  }
}
.custom-plan .main-cont .right .list-plan li:not(:last-child) {
  margin-bottom: 4px;
}
.custom-plan .main-cont .right .list-plan li::before {
  content: url("https://edimakor.hitpaw.com/images/purchase/list-icon.svg");
  position: absolute;
  top: 0;
  left: -28px;
  width: 24px;
  height: 18px;
}

.table-part {
  padding: 32px 0;
  overflow: hidden;
}
@media (min-width:992px) {
  .table-part {
    padding: 32px 12px 64px;
  }
}
@media (min-width:1600px) {
  .table-part {
    padding: 60px 0 120px;
  }
}
@media (max-width: 991.98px) {
  .table-part .first-table,
  .table-part .second-table {
    padding-right: 12px;
  }
}
.table-part .main-table {
  position: relative;
  overflow-y: scroll;
}
.table-part .main-table::-webkit-scrollbar {
  z-index: 10;
  width: 6px;
  height: 6px;
  border-radius: 8px;
}
@media (min-width:992px) {
  .table-part .main-table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 16px;
  }
}
.table-part .main-table::-webkit-scrollbar-track {
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
@media (min-width:992px) {
  .table-part .main-table::-webkit-scrollbar-track {
    border-radius: 16px;
    -webkit-backdrop-filter: blur(6.5px);
            backdrop-filter: blur(6.5px);
  }
}
.table-part .main-table::-webkit-scrollbar-thumb {
  background: #8c8c8c;
  border-radius: 8px;
}
@media (min-width:992px) {
  .table-part .main-table::-webkit-scrollbar-thumb {
    border-radius: 16px;
  }
}
.table-part .main-table.estimation-table {
  max-height: 544px;
  padding-right: 12px;
}
@media (min-width:768px) {
  .table-part .main-table.estimation-table {
    padding-right: 0;
  }
}
@media (min-width:992px) {
  .table-part .main-table.estimation-table {
    max-height: 391px;
  }
}
@media (min-width:1280px) {
  .table-part .main-table.estimation-table {
    max-width: 1080px;
    max-height: 436px;
  }
}
@media (min-width:1600px) {
  .table-part .main-table.estimation-table {
    max-height: 473px;
  }
}
.table-part .main-table.estimation-table table {
  width: 523px;
}
@media (min-width:768px) {
  .table-part .main-table.estimation-table table {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .table-part .main-table.estimation-table table {
    max-width: calc(100% - 9px);
    padding-left: 24px;
  }
}
@media (max-width: 767.98px) {
  .table-part .main-table.estimation-table table thead tr td {
    border-top: 1px solid #3c3c3c;
    border-left: 1px solid #3c3c3c;
  }
  .table-part .main-table.estimation-table table thead tr td:first-child {
    border-top-left-radius: 12px;
  }
  .table-part .main-table.estimation-table table thead tr td:last-child {
    border-right: 1px solid #3c3c3c;
    border-top-right-radius: 12px;
  }
}
@media (max-width: 767.98px) {
  .table-part .main-table.estimation-table table tbody tr:first-child td:first-child {
    border-top-left-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .table-part .main-table.estimation-table table tbody tr:first-child td:last-child {
    border-top-right-radius: 0;
  }
}
.table-part .main-table.usage-table {
  max-height: 336px;
}
@media (min-width:992px) {
  .table-part .main-table.usage-table {
    max-height: 237px;
  }
}
@media (min-width:1280px) {
  .table-part .main-table.usage-table {
    max-width: 1080px;
    max-height: 334px;
  }
}
@media (min-width:1600px) {
  .table-part .main-table.usage-table {
    max-height: 388px;
  }
}
@media (max-width: 991.98px) {
  .table-part .main-table.usage-table table {
    max-width: calc(100% - 9px);
    padding-left: 24px;
  }
}
.table-part table {
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
}
@media (min-width:992px) {
  .table-part table {
    max-width: 920px;
  }
}
@media (min-width:1280px) {
  .table-part table {
    max-width: 1056px;
  }
}
.table-part table thead tr,
.table-part table tbody tr {
  display: flex;
  width: 100%;
}
.table-part table thead tr td,
.table-part table tbody tr td {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: rgba(250, 248, 255, 0.8);
}
@media (min-width:992px) {
  .table-part table thead tr td,
  .table-part table tbody tr td {
    flex: 1;
    justify-content: center;
  }
}
.table-part table .thead tr:first-child td:first-child {
  border-top-left-radius: 8px;
  border-right: none;
  border-bottom: none;
}
.table-part table .thead tr:first-child td:last-child {
  border-top-right-radius: 8px;
  border-bottom: none;
}
.table-part table .thead tr td {
  padding: 14px 6px;
  border: 1px solid #3c3c3c;
  background: #f8f7ff;
}
.table-part table .tbody tr:first-child td:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.table-part table .tbody tr:first-child td:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.table-part table .tbody tr td {
  padding: 8px;
}
.table-part table .tbody tr td:first-child {
  font-weight: 400;
  background: transparent;
}
.table-part table thead tr td {
  font-weight: 700;
}
@media (min-width:992px) {
  .table-part table thead tr td {
    padding: 8px 24px;
  }
}
@media (min-width:1280px) {
  .table-part table thead tr td {
    padding: 16px 24px;
  }
}
.table-part table thead tr td:first-child {
  min-width: 163px;
}
@media (min-width:1280px) {
  .table-part table thead tr td:first-child {
    min-width: 358px;
  }
}
.table-part table tbody tr:first-child td {
  border-top: 1px solid #3c3c3c;
}
.table-part table tbody tr:first-child td:first-child {
  border-top-left-radius: 12px;
}
@media (min-width:992px) {
  .table-part table tbody tr:first-child td:first-child {
    border-top-left-radius: 8px;
  }
}
.table-part table tbody tr:first-child td:last-child {
  border-top-right-radius: 12px;
}
@media (min-width:992px) {
  .table-part table tbody tr:first-child td:last-child {
    border-top-right-radius: 8px;
  }
}
.table-part table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
@media (min-width:992px) {
  .table-part table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
  }
}
.table-part table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
@media (min-width:992px) {
  .table-part table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }
}
.table-part table tbody tr td {
  border-top: none;
  border-bottom: 1px solid #3c3c3c;
  border-left: 1px solid #3c3c3c;
  background: #15172c;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
}
@media (min-width:992px) {
  .table-part table tbody tr td {
    padding: 8px 20px;
    font-size: 14px;
  }
}
@media (min-width:1280px) {
  .table-part table tbody tr td {
    padding: 16px 20px;
  }
}
@media (min-width:1600px) {
  .table-part table tbody tr td {
    font-size: 16px;
  }
}
.table-part table tbody tr td:first-child {
  min-width: 163px;
  background: #29243b;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}
@media (min-width:992px) {
  .table-part table tbody tr td:first-child {
    min-width: 126px;
    font-size: 16px;
    font-weight: 700;
  }
}
@media (min-width:1280px) {
  .table-part table tbody tr td:first-child {
    min-width: 358px;
    max-width: 358px;
  }
}
@media (min-width:1600px) {
  .table-part table tbody tr td:first-child {
    font-size: 18px;
    line-height: 150%;
  }
}
.table-part table tbody tr td:last-child {
  border-right: 1px solid #3c3c3c;
}
.table-part thead,
.table-part tbody,
.table-part tfoot,
.table-part tr,
.table-part th,
.table-part td {
  width: 100%;
}

.faq {
  z-index: 1;
  position: relative;
  padding: 32px 12px;
}
@media (min-width:992px) {
  .faq {
    padding: 64px 12px 32px;
  }
}
@media (min-width:1600px) {
  .faq {
    padding: 120px 0 60px;
  }
}
.faq::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  height: 112px;
  background: url("https://images.edimakor.ai/purchase/faq-bg-mb.webp") no-repeat center/cover;
}
@media (min-width:768px) {
  .faq::after {
    top: -16px;
    background: url("https://images.edimakor.ai/purchase/faq-bg-pc.webp") no-repeat center/cover;
  }
}
@media (min-width:992px) {
  .faq::after {
    top: 0;
  }
}
@media (min-width:1280px) {
  .faq::after {
    height: 290px;
  }
}
@media (min-width:1600px) {
  .faq::after {
    height: 314px;
  }
}
@media (min-width: 2000px) {
  .faq::after {
    height: 338px;
    background: url("https://images.edimakor.ai/purchase/faq-bg-pc-large.webp") no-repeat center/cover;
  }
}
.faq .accordion.v1.v1-0-1 {
  margin-top: 24px;
}
@media (min-width:992px) {
  .faq .accordion.v1.v1-0-1 {
    margin-top: 40px;
  }
}
@media (min-width:1280px) {
  .faq .accordion.v1.v1-0-1 {
    max-width: 1016px;
  }
}
@media (min-width:1600px) {
  .faq .accordion.v1.v1-0-1 {
    max-width: 1248px;
    margin-top: 64px;
  }
}
.faq .accordion.v1.v1-0-1 .accordion-item {
  margin-bottom: unset;
  background-color: unset;
  border-radius: 18px;
  border: 2px solid #3c3c3c;
  overflow: hidden;
}
@media (min-width:992px) {
  .faq .accordion.v1.v1-0-1 .accordion-item {
    border-radius: 24px;
  }
}
.faq .accordion.v1.v1-0-1 .accordion-item:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width:1600px) {
  .faq .accordion.v1.v1-0-1 .accordion-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.faq .accordion.v1.v1-0-1 .accordion-item:not(:first-of-type) {
  border-top: 2px solid #3c3c3c;
}
.faq .accordion.v1.v1-0-1 .accordion-item:has(.accordion-button.collapsed) {
  border: 2px solid #3c3c3c;
}
.faq .accordion.v1.v1-0-1 .accordion-button {
  padding: 18px 20px;
  background: #15172c;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
}
@media (min-width:992px) {
  .faq .accordion.v1.v1-0-1 .accordion-button {
    padding: 24px;
    font-size: 20px;
  }
}
@media (min-width:1280px) {
  .faq .accordion.v1.v1-0-1 .accordion-button {
    padding: 32px;
  }
}
@media (min-width:1600px) {
  .faq .accordion.v1.v1-0-1 .accordion-button {
    font-size: 24px;
    line-height: 135%;
  }
}
.faq .accordion.v1.v1-0-1 .accordion-button span {
  max-width: 270px;
}
@media (min-width:768px) {
  .faq .accordion.v1.v1-0-1 .accordion-button span {
    max-width: 100%;
  }
}
.faq .accordion.v1.v1-0-1 .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.51472 13.5147L15.2929 21.2929C15.6834 21.6834 16.3166 21.6834 16.7071 21.2929L24.4853 13.5147" stroke="%23faf8ff" stroke-opacity="0.8" stroke-width="2" stroke-linecap="round"/></svg>');
  background-size: 100% 100%;
}
@media (min-width:1280px) {
  .faq .accordion.v1.v1-0-1 .accordion-button::after {
    width: 32px;
    height: 32px;
  }
}
.faq .accordion.v1.v1-0-1 .accordion-button:hover {
  color: #8372ff;
}
.faq .accordion.v1.v1-0-1 .accordion-button:hover::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.51472 13.5147L15.2929 21.2929C15.6834 21.6834 16.3166 21.6834 16.7071 21.2929L24.4853 13.5147" stroke="%238372ff" stroke-opacity="0.8" stroke-width="2" stroke-linecap="round"/></svg>');
}
.faq .accordion.v1.v1-0-1 .accordion-button:not(.collapsed) {
  color: #fff;
  padding-bottom: 14px;
}
@media (min-width:992px) {
  .faq .accordion.v1.v1-0-1 .accordion-button:not(.collapsed) {
    padding-bottom: 16px;
  }
}
.faq .accordion.v1.v1-0-1 .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="%23faf8ff" stroke-width="2" stroke-linecap="round"/></svg>');
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}
@media (min-width:992px) {
  .faq .accordion.v1.v1-0-1 .accordion-button:not(.collapsed)::after {
    width: 32px;
    height: 32px;
  }
}
.faq .accordion.v1.v1-0-1 .accordion-button.collapsed {
  background: #15172c;
}
.faq .accordion.v1.v1-0-1 .accordion-body {
  padding: 0 16px 16px;
  background: #15172c;
}
@media (min-width:992px) {
  .faq .accordion.v1.v1-0-1 .accordion-body {
    padding: 0 24px 24px;
  }
}
@media (min-width:1280px) {
  .faq .accordion.v1.v1-0-1 .accordion-body {
    padding: 0 32px 32px;
  }
}
@media (min-width:1600px) {
  .faq .accordion.v1.v1-0-1 .accordion-body {
    padding: 0 40px 40px;
  }
}
.faq .accordion.v1.v1-0-1 .accordion-body p {
  margin-bottom: 0;
  color: #e0e0e0;
}

.choose-reason {
  padding: 32px 12px 80px;
}
@media (min-width:992px) {
  .choose-reason {
    padding: 32px 12px 64px;
  }
}
@media (min-width:1600px) {
  .choose-reason {
    padding: 60px 0 120px;
  }
}
.choose-reason .list {
  margin-top: 24px;
  gap: 18px 0;
}
@media (min-width:992px) {
  .choose-reason .list {
    margin-top: 40px;
    gap: 32px;
  }
}
@media (min-width:1280px) {
  .choose-reason .list {
    gap: 80px;
  }
}
@media (min-width:1600px) {
  .choose-reason .list {
    margin-top: 64px;
    gap: 82px;
  }
}
.choose-reason .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 50%;
  gap: 12px;
  text-align: center;
}
@media (min-width:992px) {
  .choose-reason .list .item {
    flex-basis: 100%;
  }
}
@media (min-width:1600px) {
  .choose-reason .list .item {
    gap: 16px;
  }
}
.choose-reason .list .item img {
  width: 80px;
  aspect-ratio: 1/1;
}

.modal#customizeLicenseModal {
  background: rgba(0, 0, 0, 0.7);
}
.modal#customizeLicenseModal .modal-dialog {
  max-width: 100%;
  padding: 0 12px;
}
@media (min-width:992px) {
  .modal#customizeLicenseModal .modal-dialog {
    max-width: 702px;
    padding: 0;
  }
}
@media (min-width:1280px) {
  .modal#customizeLicenseModal .modal-dialog {
    max-width: 1072px;
  }
}
@media (min-width:1600px) {
  .modal#customizeLicenseModal .modal-dialog {
    max-width: 1344px;
  }
}
.modal#customizeLicenseModal .modal-content {
  max-width: 100%;
  border-radius: 24px;
  border: none;
  background-color: transparent;
}
@media (min-width:992px) {
  .modal#customizeLicenseModal .modal-content {
    border-radius: 56px;
  }
}
@media (min-width:1600px) {
  .modal#customizeLicenseModal .modal-content {
    border-radius: 48px;
  }
}
.modal#customizeLicenseModal .modal-content .modal-body {
  padding: 48px 16px 24px;
  border-radius: inherit;
  background: linear-gradient(0deg, #15172c 75.79%, #6b57ff 101.61%), #05001c;
  box-shadow: 0 4px 25.5px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width:992px) {
  .modal#customizeLicenseModal .modal-content .modal-body {
    padding: 24px 40px;
  }
}
@media (min-width:1600px) {
  .modal#customizeLicenseModal .modal-content .modal-body {
    padding: 40px 48px;
  }
}
.modal#customizeLicenseModal .modal-content .close-icon {
  z-index: 6;
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 26px;
  height: 26px;
  background-image: url("https://images.edimakor.ai/purchase/modal-close-icon.svg");
  background-size: 100% 100%;
}
@media (min-width:992px) {
  .modal#customizeLicenseModal .modal-content .close-icon {
    top: 24px;
    right: 40px;
    width: 36px;
    height: 36px;
  }
}
@media (min-width:1600px) {
  .modal#customizeLicenseModal .modal-content .close-icon {
    top: 40px;
    right: 40px;
    width: 48px;
    height: 48px;
  }
}
.modal#customizeLicenseModal .modal-content .modal-title {
  font-size: 20px;
  line-height: 140%;
  color: #fff;
}
@media (min-width:992px) {
  .modal#customizeLicenseModal .modal-content .modal-title {
    font-size: 30px;
    line-height: 120%;
  }
}
@media (min-width:1600px) {
  .modal#customizeLicenseModal .modal-content .modal-title {
    font-size: 46px;
  }
}
.modal#customizeLicenseModal .modal-content #customizeLicenseForm {
  margin-top: 32px;
}
@media (min-width:992px) {
  .modal#customizeLicenseModal .modal-content #customizeLicenseForm {
    margin-top: 20px;
  }
}
@media (min-width:1600px) {
  .modal#customizeLicenseModal .modal-content #customizeLicenseForm {
    margin-top: 40px;
  }
}
@media (min-width:992px) {
  .modal#customizeLicenseModal .modal-content #customizeLicenseForm .row > * {
    margin-top: 1.5rem;
  }
}
@media (min-width:1600px) {
  .modal#customizeLicenseModal .modal-content #customizeLicenseForm .row > * {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.modal#customizeLicenseModal .modal-content #customizeLicenseForm .placeholder {
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #bebebe;
  pointer-events: none;
}
@media (min-width:992px) {
  .modal#customizeLicenseModal .modal-content #customizeLicenseForm .placeholder {
    left: 40px;
    font-size: 14px;
  }
}
.modal#customizeLicenseModal .modal-content #customizeLicenseForm .placeholder.required::after {
  content: " *";
  color: #ff4229;
  pointer-events: none;
}
.modal#customizeLicenseModal .modal-content #customizeLicenseForm .placeholder.textarea {
  top: 16px;
  transform: none;
  font-size: 14px;
}
.modal#customizeLicenseModal .modal-content #customizeLicenseForm textarea {
  min-height: 102px;
  padding: 16px;
}
@media (min-width:992px) {
  .modal#customizeLicenseModal .modal-content #customizeLicenseForm textarea {
    min-height: 122px;
    padding: 16px 24px 24px;
  }
}
@media (min-width:1600px) {
  .modal#customizeLicenseModal .modal-content #customizeLicenseForm textarea {
    min-height: 160px;
  }
}
.modal#customizeLicenseModal .modal-content #customizeLicenseForm .btn-box {
  margin-top: 24px;
}
@media (min-width:992px) {
  .modal#customizeLicenseModal .modal-content #customizeLicenseForm .btn-box {
    margin-top: 20px;
  }
}
@media (min-width:1600px) {
  .modal#customizeLicenseModal .modal-content #customizeLicenseForm .btn-box {
    margin-top: 40px;
  }
}
.modal#customizeLicenseModal .modal-content .form-control,
.modal#customizeLicenseModal .modal-content .form-select {
  padding: 12px 16px;
  background-color: #23253c;
  border: 1px solid #3c3c3c;
  color: #bebebe;
}
@media (min-width:992px) {
  .modal#customizeLicenseModal .modal-content .form-control,
  .modal#customizeLicenseModal .modal-content .form-select {
    padding: 12px 24px;
  }
}
@media (min-width:1600px) {
  .modal#customizeLicenseModal .modal-content .form-control,
  .modal#customizeLicenseModal .modal-content .form-select {
    padding: 20px 24px;
  }
}
.modal#customizeLicenseModal .modal-content .form-control:hover:not(:focus) {
  border-color: #6b57ff;
}
.modal#customizeLicenseModal .modal-content .form-control:focus {
  border-color: #6b57ff;
}
.modal#customizeLicenseModal .modal-content .form-select {
  background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.75736 6.75736L7.64645 10.6464C7.84171 10.8417 8.15829 10.8417 8.35355 10.6464L12.2426 6.75736' stroke='%238C8C8C' stroke-width='2' stroke-linecap='round'/></svg>");
  background-size: 16px 16px;
}
.modal#customizeLicenseModal .modal-content .form-select option {
  color: #bebebe;
}
.modal#customizeLicenseModal .modal-content .form-check {
  padding-left: 12px;
  margin-top: 16px;
}
@media (min-width:992px) {
  .modal#customizeLicenseModal .modal-content .form-check {
    margin-top: 10px;
  }
}
@media (min-width:1600px) {
  .modal#customizeLicenseModal .modal-content .form-check {
    padding-left: 16px;
    margin-top: 24px;
  }
}
.modal#customizeLicenseModal .modal-content .form-check-input {
  max-width: 1rem;
  width: 100%;
  margin-top: 3px;
  background-color: transparent;
  border: 1px solid #e0e0e0;
}/*# sourceMappingURL=purchase.css.map */