header {
  position: absolute !important;
}

main {
  padding: 0;
  margin: 0;
}

main .h1-title {
  max-width: 352px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 140%;
}

@media (min-width: 992px) {
  main .h1-title {
    max-width: 100%;
    margin-bottom: 6px;
    font-size: 30px;
    line-height: 120%;
  }
}

@media (min-width: 1600px) {
  main .h1-title {
    max-width: 1000px;
    margin-bottom: 16px;
    font-size: 38px;
  }
}

main .h4-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

@media (min-width: 992px) {
  main .h4-title {
    margin-bottom: 8px;
  }
}

@media (min-width: 1600px) {
  main .h4-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32.4px;
  }
}

main .btn.btn-xl {
  min-width: 160px;
}

@media (min-width: 992px) {
  main .btn.btn-xl {
    min-width: 188px;
  }
}

main .btn-paypal {
  height: 56px;
  background: #fb0;
}

main .btn-paypal img {
  height: 56px;
}

@media (min-width: 1600px) {
  main .btn-paypal {
    height: 72px;
  }

  main .btn-paypal img {
    height: 72px;
  }
}

.top-banner {
  position: relative;
  padding-top: 105px;
}

@media (min-width: 992px) {
  .top-banner {
    padding-top: 90px;
  }
}

@media (min-width: 1600px) {
  .top-banner {
    padding-top: 104px;
  }
}

.top-banner::after {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 708px;
  background: url("https://edimakor.hitpaw.com/images/purchase/top-banner-bg-mobile.webp") no-repeat center/cover;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

@media (min-width: 992px) {
  .top-banner::after {
    height: 755px;
    background: url("https://edimakor.hitpaw.com/images/purchase/top-banner-bg.webp") no-repeat center/cover;
  }
}

@media (min-width: 1600px) {
  .top-banner::after {
    height: 960px;
  }
}

.top-banner .guarantee svg {
  width: 20px;
  margin-right: 4px;
}

@media (min-width: 992px) {
  .top-banner .guarantee svg {
    width: 22px;
    margin-right: 6px;
  }
}

@media (min-width: 1600px) {
  .top-banner .guarantee svg {
    width: 24px;
    margin-right: 8px;
  }
}

.top-banner .price-list {
  max-width: 1504px;
  margin: 64px 0;
}

@media (min-width: 992px) {
  .top-banner .price-list {
    margin: 32px auto 40px;
  }
}

@media (min-width: 1600px) {
  .top-banner .price-list {
    margin: 32px auto 64px;
  }
}

.top-banner .price-list .system-info {
  z-index: 50;
  top: -35px;
  right: 50%;
  transform: translate(50%, -50%);
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 10px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .top-banner .price-list .system-info {
    top: 0;
    right: 0;
    transform: translate(0, 0);
  }
}

.top-banner .price-list .system-info:hover .system-list {
  display: block;
}

.top-banner .price-list .system-info:hover .system-client .icon {
  transform: rotate(0deg);
}

.top-banner .price-list .system-info .system-client .icon {
  transform: rotate(-180deg);
  transition: 0.2s linear;
}

.top-banner .price-list .system-list {
  padding: 2px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(208, 204, 237, 0.6);
  left: -16px;
  z-index: 20;
  display: none;
}

.top-banner .price-list .system-list > a {
  padding: 8px 64px 8px 16px;
  color: #0a012f;
}

.top-banner .price-list .system-list > a:hover {
  border-radius: 6px;
  background: #f8f7ff;
  cursor: pointer;
  color: #6b57ff;
  text-decoration: none;
}

.top-banner .price-list .system-list > a:hover span {
  color: #6b57ff;
}

.top-banner .price-list .nav {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  height: 44px;
  padding: 4px;
  border-radius: 48px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(250, 248, 255, 0.5);
  backdrop-filter: blur(10px);
}

@media (min-width: 1280px) {
  .top-banner .price-list .nav {
    height: 48px;
  }
}

@media (min-width: 1600px) {
  .top-banner .price-list .nav {
    height: 64px;
  }
}

.top-banner .price-list .nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 128px;
  height: 100%;
  border-radius: 40px;
  background: transparent;
  text-align: center;
}

@media (min-width: 992px) {
  .top-banner .price-list .nav .nav-link {
    min-width: 152px;
  }
}

@media (min-width: 1600px) {
  .top-banner .price-list .nav .nav-link {
    min-width: 160px;
  }
}

.top-banner .price-list .nav .nav-link:not(:last-child) {
  margin-right: 8px;
}

.top-banner .price-list .nav .nav-link.active {
  background: #6b57ff;
}

.top-banner .price-list .nav .nav-link.discount-tag::after {
  position: absolute;
  content: "25% OFF";
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 98px;
  height: 38px;
  background-image: url("https://edimakor.hitpaw.com/images/purchase/discount-off-tag-bg.png");
  background-size: 100% 100%;
  padding: 3px 13px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  color: #fff;
  text-align: center;
}

.top-banner .price-list .nav .nav-link.active .nav-title {
  color: #fff;
}

.top-banner .price-list .nav .nav-link .nav-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #0a012f;
}

@media (min-width: 992px) {
  .top-banner .price-list .nav .nav-link .nav-title {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .top-banner .price-list .nav .nav-link .nav-title {
    font-size: 24px;
    line-height: 135%;
  }
}

.top-banner .price-list #nav-monthly,
.top-banner .price-list #nav-yearly {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .top-banner .price-list #nav-monthly,
  .top-banner .price-list #nav-yearly {
    margin-top: 95px;
  }
}

@media (min-width: 1600px) {
  .top-banner .price-list #nav-monthly,
  .top-banner .price-list #nav-yearly {
    margin-top: 120px;
  }
}

@media (min-width: 992px) {
  .top-banner .price-list .btn.btn-xl {
    height: 56px;
  }
}

@media (min-width: 1600px) {
  .top-banner .price-list .btn.btn-xl {
    height: 72px;
  }
}

.top-banner .price-list .most-popular {
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  transform: translateY(-68%);
  width: 100%;
  height: 68px;
  padding-top: 12px;
  font-size: 16px;
  line-height: 140%;
  border-radius: 24px 24px 0px 0px;
  background: url("https://edimakor.hitpaw.com/images/purchase/most-popular-bg.webp");
  background-size: 100% 100%;
}

@media (min-width: 992px) {
  .top-banner .price-list .most-popular {
    transform: translateY(-71%);
    height: 56px;
    padding-top: 8px;
    font-size: 18px;
    border-radius: 16px 16px 0px 0px;
  }
}

@media (min-width: 1600px) {
  .top-banner .price-list .most-popular {
    height: 80px;
    padding-top: 16px;
    font-size: 20px;
    line-height: 135%;
    border-radius: 24px 24px 0px 0px;
  }
}

.top-banner .price-list .most-popular img {
  width: 25px;
  margin-right: 6px;
}

@media (min-width: 992px) {
  .top-banner .price-list .most-popular img {
    width: 30px;
  }
}

.top-banner .price-list .price-item {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  order: 0;
}

@media (min-width: 992px) {
  .top-banner .price-list .price-item {
    width: 33%;
  }
}

.top-banner .price-list .price-item:not(:last-child) {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .top-banner .price-list .price-item:not(:last-child) {
    margin-right: 24px;
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .top-banner .price-list .price-item:not(:last-child) {
    margin-right: 32px;
  }
}

.top-banner .price-list .price-item.popular-item {
  margin-top: 48px;
}

.top-banner .price-list .price-item.popular-item .price-detail {
  background: linear-gradient(
    319deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(171, 87, 255, 0.06) 50%,
    rgba(107, 87, 255, 0.16) 100%
  );
  border: 2px solid #6b57ff;
}

@media (min-width: 992px) {
  .top-banner .price-list .price-item.popular-item {
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .top-banner .price-list .price-item.popular-item {
    order: -1;
  }
}

.top-banner .price-list .price-item .price-detail {
  z-index: 1;
  padding: 24px;
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
  box-shadow: 0px 2px 6px 0px rgba(204, 203, 255, 0.1), 0px 4px 12px 0px rgba(204, 203, 255, 0.1),
    0px 16px 40px 0px rgba(213, 208, 250, 0.3);
}

@media (min-width: 992px) {
  .top-banner .price-list .price-item .price-detail {
    padding: 16px 32px;
    border-radius: 16px;
  }
}

@media (min-width: 1600px) {
  .top-banner .price-list .price-item .price-detail {
    padding: 32px 40px;
    border-radius: 24px;
  }
}

.top-banner .price-list .price-item .price-box {
  position: relative;
  padding-bottom: 24px;
}

@media (min-width: 992px) {
  .top-banner .price-list .price-item .price-box {
    padding-bottom: 16px;
  }
}

@media (min-width: 1600px) {
  .top-banner .price-list .price-item .price-box {
    padding-bottom: 32px;
  }
}

.top-banner .price-list .price-item .price-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(140, 140, 140, 0), rgba(140, 140, 140, 0.2), rgba(140, 140, 140, 0));
}

.top-banner .price-list .price-item .time-dimension {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 6px;
}

@media (min-width: 992px) {
  .top-banner .price-list .price-item .time-dimension {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .top-banner .price-list .price-item .time-dimension {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

.top-banner .price-list .price-item .price {
  margin-bottom: 2px;
}

.top-banner .price-list .price-item .new-price {
  font-size: 32px;
  font-weight: 700;
  line-height: 135%;
}

@media (min-width: 992px) {
  .top-banner .price-list .price-item .new-price {
    font-size: 38px;
    line-height: 120%;
  }
}

@media (min-width: 1600px) {
  .top-banner .price-list .price-item .new-price {
    font-size: 48px;
  }
}

.top-banner .price-list .price-item .old-price {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

@media (min-width: 1600px) {
  .top-banner .price-list .price-item .old-price {
    font-size: 16px;
  }
}

.top-banner .price-list .price-item .tax-excl {
  font-size: 12px;
  line-height: 150%;
}

@media (min-width: 992px) {
  .top-banner .price-list .price-item .tax-excl {
    font-size: 14px;
    line-height: 140%;
  }
}

.top-banner .price-list .price-item .btn-box {
  max-width: 188px;
}

@media (min-width: 992px) {
  .top-banner .price-list .price-item .btn-box {
    max-width: 200px;
  }
}

@media (min-width: 1600px) {
  .top-banner .price-list .price-item .btn-box {
    max-width: 220px;
  }
}

.top-banner .price-list .price-item .btn-box a {
  width: 100%;
}

.top-banner .price-list .price-item .list-license {
  padding-top: 24px;
  padding-left: 28px;
}

@media (min-width: 992px) {
  .top-banner .price-list .price-item .list-license {
    padding-top: 16px;
  }
}

@media (min-width: 1600px) {
  .top-banner .price-list .price-item .list-license {
    padding-top: 32px;
  }
}

.top-banner .price-list .price-item .list-license li {
  position: relative;
  font-size: 12px;
  line-height: 150%;
}

@media (min-width: 992px) {
  .top-banner .price-list .price-item .list-license li {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .top-banner .price-list .price-item .list-license li {
    font-size: 16px;
  }
}

.top-banner .price-list .price-item .list-license li::before {
  content: url("https://edimakor.hitpaw.com/images/purchase/list-icon.svg");
  position: absolute;
  width: 20px;
  height: 20px;
  top: -4px;
  left: -28px;
}

@media (min-width: 992px) {
  .top-banner .price-list .price-item .list-license li::before {
    top: 0;
    width: 22px;
    height: 22px;
  }
}

@media (min-width: 1600px) {
  .top-banner .price-list .price-item .list-license li::before {
    width: 24px;
    height: 24px;
  }
}

.top-banner .price-list .price-item .list-license li:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .top-banner .price-list .price-item .list-license li:not(:last-child) {
    margin-bottom: 6px;
  }
}

@media (min-width: 1600px) {
  .top-banner .price-list .price-item .list-license li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.top-banner .price-list .price-item .list-license li a {
  font-weight: 500;
  color: #0a012f;
  text-decoration: underline;
}

.top-banner .price-list .price-item .list-license li a:hover {
  color: #6b57ff;
}

.top-banner .table-cont {
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 32px;
}

.top-banner .table-cont table {
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
}

@media (min-width: 992px) {
  .top-banner .table-cont {
    padding-right: 0;
    padding-left: 0;
  }

  .top-banner .table-cont table {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .top-banner .table-cont table {
    max-width: 1056px;
  }
}

@media (min-width: 1600px) {
  .top-banner .table-cont {
    margin-bottom: 40px;
  }
}

.top-banner thead,
.top-banner tbody,
.top-banner tfoot,
.top-banner tr,
.top-banner td,
.top-banner th {
  width: 100%;
}

.top-banner table thead tr,
.top-banner table tbody tr {
  display: flex;
  width: 100%;
}

.top-banner table thead tr td,
.top-banner table tbody tr td {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  font-size: 14px;
  line-height: 150%;
}

@media (min-width: 992px) {
  .top-banner table thead tr td,
  .top-banner table tbody tr td {
    flex: 1;
    justify-content: start;
    padding: 16px 24px;
    font-size: 14px;
  }
}

.top-banner table .thead tr:first-child td:first-child {
  border-top-left-radius: 8px;
  border-right: none;
  border-bottom: none;
}

.top-banner table .thead tr:first-child td:last-child {
  border-top-right-radius: 8px;
  border-bottom: none;
}

.top-banner table .thead tr td {
  padding: 14px 6px;
  border: 1px solid #e0e0e0;
  background: #f8f7ff;
}

.top-banner table .tbody tr:first-child td:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.top-banner table .tbody tr:first-child td:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.top-banner table .tbody tr td {
  padding: 8px;
}

.top-banner table .tbody tr td:first-child {
  font-weight: 400;
  background: transparent;
}

.top-banner table thead tr td {
  font-weight: 700;
}

.top-banner table tbody tr:first-child td {
  border-top: 1px solid #e0e0e0;
}

.top-banner table tbody tr:first-child td:first-child {
  border-top-left-radius: 8px;
}

.top-banner table tbody tr:first-child td:last-child {
  border-top-right-radius: 8px;
}

.top-banner table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.top-banner table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.top-banner table tbody tr td {
  border-top: none;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.top-banner table tbody tr td:first-child {
  min-width: 102px;
  font-weight: 700;
  background: #f8f7ff;
}

@media (min-width: 992px) {
  .top-banner table tbody tr td:first-child {
    min-width: 126px;
  }
}

.top-banner table tbody tr td:last-child {
  border-right: 1px solid #e0e0e0;
}

.top-banner .bank-list img {
  max-width: 71px;
  width: 100%;
}

@media (min-width: 992px) {
  .top-banner .bank-list img {
    max-width: 100px;
  }
}

@media (min-width: 1600px) {
  .top-banner .bank-list img {
    max-width: 107px;
  }
}

.usage-rules-table table tbody tr td {
  padding: 8px;
}

.usage-rules-table table .thead tr:first-child td:first-child {
  justify-content: center;
}

.usage-rules-table table .thead tr:first-child td:last-child {
  justify-content: center;
}

.usage-rules-table table tbody tr td:first-child {
  justify-content: center;
  background: #fff;
  font-weight: 400;
}

.usage-rules-table table tbody tr:first-child td:first-child {
  border-top-left-radius: 0;
}

.usage-rules-table table tbody tr:first-child td:last-child {
  border-top-right-radius: 0;
}

.usage-rules-table table tbody tr td:last-child {
  justify-content: center;
}

@media (min-width: 992px) {
  .usage-rules-table {
    max-width: 920px;
    max-height: 386px;
    overflow-y: scroll;
  }

  .usage-rules-table::-webkit-scrollbar {
    z-index: 10;
    width: 12px;
  }

  .usage-rules-table::-webkit-scrollbar-thumb {
    z-index: 10;
    border-radius: 8px;
    background: #e0e0e0;
  }

  .usage-rules-table::-webkit-scrollbar-track {
    background: transparent;
  }

  .usage-rules-table table .thead tr:first-child td:first-child {
    justify-content: start;
    max-width: 320px;
    padding: 16px 20px;
  }

  .usage-rules-table table tbody tr td:first-child {
    justify-content: start;
    max-width: 320px;
    background: #f8f7ff;
    font-weight: 700;
  }

  .usage-rules-table table tbody tr td {
    padding: 16px 20px;
  }
}

@media (min-width: 1280px) {
  .usage-rules-table {
    max-width: 1103px;
  }
}

.pay-method {
  padding: 0 0 32px;
}

@media (min-width: 992px) {
  .pay-method {
    padding: 8px 0 56px;
  }
}

@media (min-width: 1600px) {
  .pay-method {
    padding: 24px 0 80px;
  }
}

.pay-method .bank-list img {
  max-width: 71px;
  width: 100%;
}

@media (min-width: 992px) {
  .pay-method .bank-list img {
    max-width: 100px;
  }
}

@media (min-width: 1600px) {
  .pay-method .bank-list img {
    max-width: 107px;
  }
}

.pay-method .custom-inquiry {
  margin-top: 80px;
}

@media (min-width: 992px) {
  .pay-method .custom-inquiry {
    margin-top: 112px;
  }
}

@media (min-width: 1600px) {
  .pay-method .custom-inquiry {
    margin-top: 160px;
  }
}

.pay-method .custom-inquiry .accordion-item {
  border: none;
}

.pay-method .custom-inquiry .accordion.v1.v1-0-0 .accordion-button {
  display: flex;
  justify-content: center;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.pay-method .custom-inquiry .accordion.v1.v1-0-0 .accordion-button span {
  max-width: 340px;
}

@media (min-width: 768px) {
  .pay-method .custom-inquiry .accordion.v1.v1-0-0 .accordion-button span {
    max-width: 100%;
  }
}

.pay-method .custom-inquiry .accordion.v1.v1-0-0 .accordion-button::before {
  display: none;
}

.pay-method .custom-inquiry .accordion.v1.v1-0-0 .accordion-button::after {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.13604 10.136L11.9697 15.9697C12.2626 16.2626 12.7374 16.2626 13.0303 15.9697L18.864 10.136" stroke="currentColor" stroke-width="2" stroke-linecap="round"/></svg>') !important;
  background-size: 100% 100%;
}

.pay-method .custom-inquiry .accordion.v1.v1-0-0 .accordion-button:hover span {
  color: #6b57ff;
}

.pay-method .custom-inquiry .accordion.v1.v1-0-0 .accordion-button:hover::after {
  background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.13604 10.136L11.9697 15.9697C12.2626 16.2626 12.7374 16.2626 13.0303 15.9697L18.864 10.136" stroke="%236b57ff" stroke-width="2" stroke-linecap="round"/></svg>') !important;
}

.pay-method .custom-inquiry .accordion.v1.v1-0-0 .accordion-button:not(.collapsed) {
  color: #000;
}

.pay-method .custom-inquiry .accordion.v1.v1-0-0 .accordion-button:not(.collapsed):hover .link-hover-underline::after {
  border-color: #6b57ff;
}

.pay-method .custom-inquiry .accordion.v1.v1-0-0 .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.pay-method .custom-inquiry .sub-title {
  padding-bottom: 32px;
}

@media (min-width: 992px) {
  .pay-method .custom-inquiry .sub-title {
    padding-bottom: 64px;
  }
}

.pay-method .custom-inquiry form {
  max-width: 1248px;
}

.pay-method .custom-inquiry form input::placeholder,
.pay-method .custom-inquiry form input::-webkit-input-placeholder,
.pay-method .custom-inquiry form input::-moz-placeholder,
.pay-method .custom-inquiry form input::-ms-input-placeholder {
  color: red !important;
}

.pay-method .custom-inquiry form input:not([type="checkbox"]) {
  padding: 16px;
}

@media (min-width: 992px) {
  .pay-method .custom-inquiry form input:not([type="checkbox"]) {
    padding: 20px 24px;
  }
}

.pay-method .custom-inquiry form .form-control {
  border-radius: 6px;
}

@media (min-width: 1600px) {
  .pay-method .custom-inquiry form .form-control {
    border-radius: 8px;
  }
}

.pay-method .custom-inquiry form .form-select {
  padding: 16px;
}

@media (min-width: 992px) {
  .pay-method .custom-inquiry form .form-select {
    padding: 20px 24px;
  }
}

.pay-method .custom-inquiry form textarea {
  min-height: 170px;
  padding: 16px 16px 24px;
  border: 1px solid #e0e0e0;
}

@media (min-width: 992px) {
  .pay-method .custom-inquiry form textarea {
    padding: 16px 24px 24px;
  }
}

.pay-method .custom-inquiry form .placeholder {
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: rgba(27, 27, 27, 0.35);
  pointer-events: none;
}

@media (min-width: 992px) {
  .pay-method .custom-inquiry form .placeholder {
    left: 40px;
  }
}

.pay-method .custom-inquiry form .placeholder.required::after {
  content: " *";
  color: red;
  pointer-events: none;
}

.pay-method .custom-inquiry form .placeholder.textarea {
  top: 17px;
  transform: none;
}

.pay-method .custom-inquiry form .form-check {
  padding-left: 12px;
}

.pay-method .custom-inquiry form .form-check .form-check-input {
  float: none;
  flex-shrink: 0;
}

.pay-method .custom-inquiry .btn-box {
  margin-top: 32px;
}

@media (min-width: 992px) {
  .pay-method .custom-inquiry .btn-box {
    margin-top: 40px;
  }
}

.faq {
  padding: 32px 0;
}

@media (min-width: 992px) {
  .faq {
    padding: 56px 0;
  }
}

@media (min-width: 1600px) {
  .faq {
    padding: 80px 0;
  }
}

.faq .accordion.v1.v1-0-1 .accordion-button {
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #0a012f;
  border-left: 2px solid #6b57ff;
  background: linear-gradient(90deg, #f4efff 0%, rgba(244, 239, 255, 0) 100%);
  border-radius: 0;
}

@media (min-width: 992px) {
  .faq .accordion.v1.v1-0-1 .accordion-button {
    padding: 32px;
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .faq .accordion.v1.v1-0-1 .accordion-button {
    padding: 40px;
    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 {
  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="%230A012F" stroke-width="3" stroke-linecap="round"/></svg>');
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}

@media (min-width: 992px) {
  .faq .accordion.v1.v1-0-1 .accordion-button::after {
    width: 32px;
    height: 32px;
  }
}

.faq .accordion.v1.v1-0-1 .accordion-button:hover {
  color: #6b57ff;
}

.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="%236b57ff" stroke-width="3" stroke-linecap="round"/></svg>');
}

.faq .accordion.v1.v1-0-1 .accordion-button:not(.collapsed) {
  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="black" stroke-width="3" stroke-linecap="round"/></svg>');
  background-size: 100% 100%;
  width: 1.3rem;
  height: 1.3rem;
  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 {
  border-left: 2px solid #e0e0e0;
  background: linear-gradient(90deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
}

.faq .accordion.v1.v1-0-1 .accordion-body {
  padding: 0 16px 16px;
  border-left: 2px solid #6b57ff;
  background: linear-gradient(90deg, #f4efff 0%, rgba(244, 239, 255, 0) 100%);
}

@media (min-width: 992px) {
  .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: #000;
}

.faq .accordion.v1.v1-0-1 .accordion-item {
  border: none !important;
  overflow: hidden;
}

.faq .accordion.v1.v1-0-1 .accordion-item:last-child {
  margin-bottom: 0;
}

.choose-reason {
  padding: 32px 12px 64px;
}

@media (min-width: 992px) {
  .choose-reason {
    padding: 56px 0 112px;
  }
}

@media (min-width: 1600px) {
  .choose-reason {
    padding: 80px 0 160px;
  }
}

.choose-reason .list {
  max-width: 1304px;
}

.choose-reason .list .item {
  flex-basis: 50%;
}

@media (min-width: 992px) {
  .choose-reason .list .item {
    flex-basis: 100%;
  }
}

.choose-reason .list .item img {
  width: 108px;
  height: 108px;
}

@media (min-width: 992px) {
  .choose-reason .list .item img {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 1600px) {
  .choose-reason .list .item img {
    width: 134px;
    height: 134px;
  }
}
