* {
  color: inherit;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
p {
  margin-bottom: 0;
}
.display-on-pc {
  display: block;
}

.display-on-mobile {
  display: none !important;
}
.hidden {
  display: none;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.flex-col {
  flex-direction: column;
  display: flex;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.flex-1 {
  flex: 1;
}
.text-center {
  text-align: center;
}
.text-positive {
  color: #1e85ff;
}
.null-style {
  color: #d9dde4;
}

.expander {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.5s ease-out;
}
.expander.expanded {
  grid-template-rows: 1fr !important;
  margin-top: 16px;
}
.expander > .content {
  overflow: hidden;
}

#price_2025 {
  padding-bottom: 160px;
}
.container {
  width: 1160px;
  margin: 0 auto;
  padding: 0;
}

.title-section {
  padding-top: 100px;
  padding-bottom: 56px;
  color: #616974;
  text-align: center;
}
.title-section h1 {
  font-size: 36px;
  font-weight: 800;
  padding-bottom: 4px;
  margin: 0;
  color: #1d1f23;
  line-height: 148%;
}

.title-section h2 {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 24px;
  margin: 0;
  color: #1d1f23;
  line-height: 148%;
}

.title-section p {
  font-size: 19px;
  font-weight: 500;
  line-height: 144%;
  margin: 0;
}

.vat-info {
  text-align: right;
  font-size: 13px;
  color: #adb3be;
}

.solution-tab {
  margin-top: 12px;
  padding: 8px;
  height: 56px;
  background-color: #f0f2f5;
  text-align: center;
  gap: 16px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.solution-tab .tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 10px;
  padding: 8px 12px;
  transition: all 0.3s;
  cursor: pointer;
}

.solution-tab .tab > .solution-name {
  display: flex;
  align-items: center;
  color: #969ca6;
  font-weight: bold;
  font-size: 16px;
  gap: 8px;
  transition: all 0.3s;
}

.solution-tab .tab.active {
  background-color: #fff;
  box-shadow: 0px 0px 4px 2px #00000014;
}
.solution-tab .tab.active > .solution-name.solution-name {
  color: #1e85ff;
}

.solution-tab .tab .new-badge {
  width: 35px;
  height: 20px;
  border-radius: 6px;
  padding: 2px 6px;
  color: white;
  background-color: #fc812a;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.tab-sections {
  display: flex;
  flex-direction: column;
  gap: 160px;
}

.payment-info {
  gap: 16px;
}

.section-wrapper {
  gap: 160px;
}

.payment-type {
  width: 100%;
  gap: 12px;
  margin-bottom: 4px;
}

.payment-type .toggle {
  position: relative;
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
  gap: 20px;
  background-color: #f0f2f5;
  width: 151px;
  height: 38px;
  border-radius: 30px;
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 16px;

  p {
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 13px;
    line-height: 142%;
    color: #969ca6;
    cursor: pointer;
    white-space: nowrap;
  }
  .active {
    font-weight: 700;
    font-size: 13px;
    line-height: 142%;
    color: #2a2c31;
  }
}

.payment-type .toggle::before {
  content: '';
  position: absolute;
  background-color: white;
  border-radius: 30px;
  width: 72px;
  height: 26px;
  z-index: 0;
  box-shadow: 0px 0px 4px 0px #0000001f;
}

.payment-type .toggle:has(.monthly.active)::before {
  left: 6px;
}
.payment-type .toggle:has(.yearly.active)::before {
  right: 6px;
}

.payment-type .toggle-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(90deg, #1281ff 0%, #9659ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.toggle-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(90deg, #1281ff 0%, #9659ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.payment-type .info-txt {
  color: #969ca6;
  font-size: 14px;
}

.payment-plans {
  gap: 16px;
  align-items: flex-end;
}

.payment-plans .plan {
  flex: 1;
  width: 100%;
  border-radius: 16px;
  padding: 20px 24px;
  border: 1px solid #d9dde4;
}

.payment-plans > .is-recommended {
  background: linear-gradient(90deg, #1e85ff 0%, #0045a3 100%);
  border-radius: 16px;
  .recommendation-deco {
    height: 28px;
    color: white;
    font-weight: 800;
    line-height: 20px;
    font-size: 12px;
    gap: 4px;
    img {
      width: 12px;
      height: 12px;
    }
  }
}
.payment-plans > .is-recommended > .plan {
  border: 1px solid #1e85ff;
  background-color: white;
}

.payment-plans .plan .plan-name-ko {
  font-size: 15px;
  font-weight: bold;
  color: #838993;
}

.plan .plan-name {
  font-size: 24px;
  font-weight: bold;
  color: #00295f;
}

.payment-plans .plan .payment-type-badge {
  min-width: 61px;
  width: fit-content;
  height: 24px;
  color: #1e85ff;
  background-color: #e7f2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px 19px 19px 2px;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 12px;
}
.payment-plans .plan .payment-type-badge.yearly {
  margin-bottom: 8px;
  background-color: #f0ecff;
  color: #6e4de2;
}
.payment-plans .plan .price {
  color: #003d8d;
  font-size: 32px;
  font-weight: 800;
  align-items: flex-end;
  line-height: 144%;
  gap: 4px;
}
.payment-plans .plan .unit {
  color: #00295f;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
}
.payment-plans .plan .payment-requirements {
  background-color: #f6f7f9;
  margin-top: 20px;
  margin-bottom: 24px;
  color: #616974;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  height: 62px;
  border-radius: 10px;
}
.payment-plans .plan .payment-requirements .avg-orders {
  font-size: 13px;
  line-height: 20px;
  gap: 6px;
}
.payment-plans .plan .payment-requirements .avg-orders img {
  width: 10px;
  height: 20px;
}
.payment-plans .plan .payment-requirements .requirement {
  background-color: #f6f7f9;
  color: #2a2c31;
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}

.payment-plans .plan .features {
  gap: 12px;
  font-weight: 500;
  color: #35383e;
  font-size: 16px;
}

.payment-plans .plan .features .text-positive {
  font-weight: bold;
}

.payment-plans .plan .features .feature {
  gap: 12px;
  font-weight: 500;
  color: #35383e;
}

.payment-plans .plan .separator {
  width: 100%;
  border: none;
  height: 1px;
  background-color: #eceff3;
  margin: 16px 0;
}
.payment-plans .plan .init-fee {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #757c86;
  font-weight: 500;
  font-size: 14px;
}
.to-enterprize {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white !important;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.to-enterprize:hover {
  color: white;
  text-decoration: none;
}

.free-features {
  border-radius: 16px;
  padding: 24px 32px;
  background-color: #f3f9ff;
}
.free-features .feature-title {
  padding-bottom: 4px;
  margin-right: 60px;
  width: 172px;
}

.free-features .feature-title h3 {
  font-size: 20px;
  color: #002960;
  padding-bottom: 4px;
  font-weight: 800;
  margin: 0;
  line-height: 148%;
}

.free-features .feature-title p {
  font-size: 15px;
  color: #616974;
  font-weight: 500;
  line-height: 144%;
}

.free-features .feature-groups {
  flex: 1;
  gap: 24px;
}

.free-features .feature-groups .feature-group {
  flex: 1;
  gap: 16px;
}

.free-features .feature-groups .free-feature {
  display: flex;
  gap: 12px;
  align-items: center;
}
.free-features .feature-groups .free-feature .free-feature-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}
.free-features .feature-groups .free-feature .feature-name {
  color: #35383e;
  font-size: 14px;
  font-weight: 600;
}

.free-features .feature-groups .free-feature .feature-desc {
  color: #515862;
  font-size: 13px;
}
.free-features .feature-groups .free-feature .items-center {
  gap: 8px;
}
.recommended-badge {
  width: 41px;
  height: 20px;
  padding: 2px 6px;
  border-radius: 6px;
  color: white;
  background-color: #fc812a;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  background: linear-gradient(131.89deg, #3d92f6 2.56%, #2d7df3 29.96%, #1760ee 67.01%, #1739ee 100%);
  gap: 2px;
}

.enterpise {
  height: 70px;
  border-radius: 16px;
  padding: 12px 32px;
  color: white;
  background: linear-gradient(90deg, #00295f 0%, #004197 100%);
}

.enterpise h3 {
  font-size: 32px;
  margin: 0;
  margin-right: 16px;
  font-weight: 700;
  line-height: 144%;
}

.enterpise .badge {
  height: 24px;
  border-radius: 6px;
  padding: 2px 11px;
  background: linear-gradient(131.89deg, #3d92f6 2.56%, #2d7df3 29.96%, #1760ee 67.01%, #1739ee 100%);
  font-weight: bold;
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-right: 40px;
  line-height: 20px;
}

.enterpise p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}

.faq .section-title {
  text-align: center;
  padding-bottom: 60px;
  align-items: center;
}
.faq .section-title h4 {
  color: #3d92f6;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 16px;
  margin: 0;
}
.faq .section-title h3 {
  color: #1d1f23;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 144%;
  width: 266px;
  margin: 0;
}

.faq .faq-list {
  margin: 0 auto;
  max-width: 800px;
  gap: 16px;
}

.faq .faq-list .faq-item {
  background-color: #F6F7F9;
  border-radius: 12px;
  padding: 20px 32px;
}
.faq .faq-list .faq-item:has(.expanded) button svg {
  transform: rotate(-90deg) !important;
}
.faq .faq-list .faq-item .question-wrapper {
  cursor: pointer;
}
.faq .faq-list .faq-item .faq-toggle {
  height: 14px;
  margin-bottom: 2px;
}
.faq .faq-list .faq-item .question {
  font-size: 18px;
  font-weight: 500;
  color: #35383e;
  margin: 0;
  transition: all 0.3s;
  line-height: 148%;
  word-break: keep-all;
}

.faq .faq-list .faq-item button {
  background: transparent;
}
.faq .faq-list .faq-item:has(.expander.expanded) .question {
  color: #1e85ff;
  font-weight: bold;
}

.faq .faq-list .faq-item .expander {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.5s ease-out;
}

.faq .faq-list .faq-item .answer {
  font-size: 15px;
  color: #3e424a;
  line-height: 160%;
  overflow: hidden;
  .additional-service .content {
    position: relative;
  }
}
.faq .faq-list .faq-item .answer {
  word-break: keep-all;
}
.faq .faq-list .faq-item .answer .emphasis {
  color: #3e424a;
  font-weight: bold;
}
.additional-service {
  border-bottom: 1px solid #eceff3;
}
.additional-service .section-title {
  padding-bottom: 40px;
}
.additional-service .section-title .desc {
  gap: 8px;
}
.additional-service .section-title h3 {
  font-size: 28px;
  font-weight: 800;
  color: #00295f;
  margin: 0;
}

.additional-service .section-title p {
  color: #616974;
  font-weight: 500;
  font-size: 19px;
}

.additional-service .section-title span {
  font-size: 11px;
  color: #adb3be;
}

.additional-service table {
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.additional-service .content {
  position: relative;
}
.additional-service .thead-decoration {
  position: absolute;
  width: 100%;
  height: 46px;
  top: 0;
  left: 0;
}
.additional-service .thead-decoration::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background-color: #f3f9ff;
  pointer-events: none;
  z-index: -1;
}
.additional-service table thead {
  font-size: 15px;
  font-weight: 700;
  color: #35383e;
  border-radius: 10px;
}

.additional-service table thead th {
  height: 46px;
  text-align: center;
  vertical-align: middle;
}

.additional-service table tr td {
  font-size: 15px;
  color: #1d1f23;
  height: 78px;
  vertical-align: middle;
  padding: 28px;
  line-height: 144%;
}

.additional-service table tr:not(:last-child) {
  border-bottom: 1px solid #eceff3;
}

.additional-service .expander {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.5s ease-out;
}
.additional-service .expand-additional-service {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}
.additional-service .expand-additional-service span {
  color: #616974;
  font-weight: 500;
  font-size: 15px;
}
.additional-service:has(.expander.expanded) .expand-additional-service svg {
  transform: rotate(-90deg) !important;
}
.additional-service .expander.expanded {
  grid-template-rows: 1fr;
  margin-top: 16px;
}
.additional-service .expander .content {
  overflow: hidden;
}
.nested-table {
  width: 160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nested-table .separator {
  height: 1px;
  background-color: #eceff3;
  width: 100%;
}
.nested-data {
  height: 44px;
  gap: 2px;
  color: #1d1f23;
}
.nested-table .nested-data b {
  line-height: 142%;
  font-size: 14px;
}
.nested-table .nested-data span {
  font-size: 15px;
  line-height: 144%;
  color: #1d1f23;
}

.data-standard {
  gap: 8px;
  color: #969ca6;
  font-size: 13px;
  font-weight: 500;
  padding-top: 24px;
  line-height: 20px;
  color: #838993;
}

.is-new-badge {
  padding: 2px 6px;
  font-size: 10px;
  font-weight: bold;
  color: #fc812a;
  background-color: #ffe7d6;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
}

.service-name > .flex:has(.is-new-badge) {
  gap: 8px;
}

.single-payment-card {
  border-radius: 16px;
  border: 1px solid #d9dde4;
  padding: 24px 32px !important;
}

.single-payment-card {
  gap: 60px;
}

.single-payment-card .name-section {
  width: 264px;
}

.single-payment-card .name-section .plan-name {
  margin: 0;
  padding-bottom: 8px;
  line-height: 148%;
}
.single-payment-card .name-section p {
  margin: 0;
  color: #616974;
  font-size: 15px;
  font-weight: 500;
  line-height: 144%;
  padding-bottom: 20px;
}

.single-payment-card .name-section a {
  gap: 8px;
  color: #969ca6;
  font-size: 14px;
  font-weight: 700;
}

.single-payment-card .name-section a:hover {
  text-decoration: none;
}

.single-payment-card .price-section .price {
  margin: 0;
  padding-top: 8px;
}

.single-payment-card .price-section .feature > .flex {
  gap: 12px;
}
.single-payment-card .price-section .feature > .flex span {
  font-weight: 500;
  color: #35383e;
  font-size: 16px;
  line-height: 24px;
}
.single-payment-card .price-section .separator {
  height: 1px;
  background-color: #e3e7ec;
  width: 100%;
  margin: 16px 0;
}

.single-payment-card .price-section .additional-fees {
  gap: 12px;
}

.single-payment-card .price-section .additional-fees .fee {
  gap: 8px;
  color: #757c86;
  font-size: 14px;
  font-weight: 500;
  span {
    line-height: 142%;
  }
}

.single-payment-card .price-section .additional-fee-notice {
  color: #838993;
  font-size: 12px;
  padding-top: 16px;
}
.single-payment-card .price-section .toggle-info {
  padding: 8px;
  background: linear-gradient(90deg, #1281ff 0%, #9659ff 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-payment-card .price-section .previous-price {
  font-size: 18px;
  color: #969ca6;
  font-weight: 500;
}
.single-payment-card .price-section .features {
  padding-top: 16px;
}

.single-payment-card .price-section .features .feature-detail {
  padding-top: 12px;
  padding-left: 28px;
  color: #35383e;
  font-size: 14px;
}

.single-payment-card .price-section .features .feature-detail .option {
  gap: 8px;
  font-weight: 700;
}

.single-payment-card .price-section .features .feature-detail .option span {
  color: #1e85ff;
  font-weight: bold;
}
.single-payment-card .price-section .features .feature-detail .price {
  padding: 0;
}
.single-payment-card .price-section .features .feature-detail .unit {
  font-weight: 500;
}
.line-thru {
  text-decoration: line-through;
}

.wms-banner {
  height: 61px;
  border-radius: 16px;
  padding: 16px 24px;
  background-color: #002e6b;
  gap: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142%;
}

.wms-banner .badge-wrapper {
  gap: 6px;
}
.wms-banner .banner-title {
  gap: 6px;
}
.wms-banner .banner-title h3 {
  font-size: 18px;
  font-weight: 800;
  background: linear-gradient(90deg, #02f7ff 0%, #00ffa6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.wms-banner img {
  width: 20px;
  height: 20px;
}
.wms-banner .separator {
  width: 2px;
  height: 16px;
  border-radius: 10px;
  background-color: #196ad5;
}
.wms-banner {
  color: white;
}
.wms-banner .description {
  gap: 8px;
}
.wms-banner .description .beta-badge {
  width: 34px;
  height: 18px;
  border-radius: 6px;
  padding: 0 5px;
  background-color: #c6e0ff;
  color: #0059c3;
  font-size: 11px;
  font-weight: 700;
}

.wms-banner .description p {
  font-weight: 700;
  font-size: 15px;
  line-height: 142%;
}
.wms-banner .description .highlight {
  color: #24f8ff;
}

.wms-banner .description .until {
  font-size: 14px;
}

.wms-banner .try-it-out-btn {
  background: linear-gradient(90deg, #2483ff 0%, #00be98 100%);
  color: white;
  font-weight: 700;
  gap: 8px;
  font-size: 13px;
  border-radius: 8px;
  height: 29px;
  width: 138px;
  text-decoration: none;
}
.wms-banner .try-it-out-btn:hover span {
  color: white !important;
}

.payment-level-table {
  border-radius: 12px;
  border: 1px solid #d9dde4;
  text-align: center;
  width: 100%;
  border-collapse: separate;
}
.payment-level-table .thead {
  height: 42px;
  border-bottom: 1px solid #d9dde4;
  position: relative;
}
.payment-level-table .thead .tr {
  gap: 24px;
}
.payment-level-table .thead::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f3f9ff;
  pointer-events: none;
  z-index: -1;
}
.payment-level-table .thead .th {
  color: #35383e;
  font-weight: 700;
  font-size: 13px;
  vertical-align: middle;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 42px;
  border-bottom: 1px solid #d9dde4;
}

.payment-level-table .thead .th:first-of-type {
  justify-content: flex-start;
  text-align: left;
}
.payment-level-table .thead .th:first-of-type p {
  width: 332px;
  justify-content: start;
}
.payment-level-table .thead .th p {
  width: 104px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-level-table .thead .th:first-child {
  text-align: left;
  padding-left: 32px;
}
.payment-level-table .tbody .td:first-child {
  text-align: left;
  padding-left: 32px;
}
.payment-level-table .tbody .tr {
  display: flex;
  gap: 24px;
}
.payment-level-table .tbody .tr .td {
  height: 78px;
  vertical-align: middle;
  font-size: 15px;
  color: #1d1f23;
  line-height: 144%;
  position: relative;
}
.payment-level-table .tbody .tr .td p {
  width: 104px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-level-table .tbody .tr:not(:last-child) {
  border-bottom: 1px solid #d9dde4;
}
.payment-level-table .tbody .tr .recommended-badge {
  position: absolute;
  gap: 0;
  top: 40%;
  left: -5%;
  width: 41px;
  height: 20px;
  padding: 0px;
  justify-content: center;
  gap: 2px;
}

.payment-level-table .tbody .tr .td :is(h3, h4, p) {
  margin: 0;
}

.payment-level-table .level-price-cell > div {
  height: 100%;
  gap: 24px;
  width: 332px;
}
.payment-level-table .level-price-cell .name {
  width: 116px;
}
.payment-level-table .level-price-cell p {
  justify-content: start !important;
  color: #838993;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 2px;
  line-height: 142%;
}
.payment-level-table .level-price-cell h3 {
  color: #00295f;
  font-weight: 700;
  font-size: 18px;
}
.payment-level-table .level-price-cell .separator {
  width: 1px;
  height: 40px;
  border-left: 1px solid #e3e7ec;
}

.payment-level-table .level-price-cell .price {
  font-size: 24px;
  color: #003d8d;
  font-weight: 800;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  line-height: 148%;
}

.payment-level-table .level-price-cell .price .unit {
  font-size: 15px;
  line-height: 144%;
  font-weight: 500;
  padding-bottom: 5px;
}
.table-section .caption {
  gap: 8px;
  padding-top: 16px;
  color: #757c86;
  font-size: 14px;
}

.data-section {
  gap: 16px;
}
.data-section .separator {
  width: 100%;
  height: 1px;
  background-color: #e3e7ec;
}
.data-section .payment-info :is(p, h3) {
  margin: 0;
}
.data-section .payment-info .name {
  width: 284px;
}
.data-section .payment-info .name p {
  color: #838993;
  font-size: 13px;
  line-height: 142%;
  font-weight: 500;
  padding-bottom: 4px;
}
.data-section .payment-info .name h3 {
  color: #00295f;
  font-size: 18px;
  line-height: 145%;
  font-weight: 700;
  gap: 8px;
}

.data-section .payment-info .name .unit {
  font-size: 13px;
  line-height: 20px;
  color: #1e85ff;
  font-weight: 700;
}

.data-section .payment-info .details {
  gap: 8px;
}

.data-section .payment-info .detail {
  gap: 12px;
}
.data-section .payment-info .detail p {
  color: #35383e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
