main {
  padding-top: 134px;
}

#box_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#box_title h2 {
  margin-bottom: 24px;
  font-size: 40px;
}

#box_title p {
  font-size: 16px;
  color: var(--color-greyMedium);
  margin-bottom: 64px;
}

#box_payment_container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}

#box_title #box_switch_payment {
  display: flex;
  border: 1px var(--color-greyLight) solid;
  border-radius: 50px;
  padding: 4px;
  gap: 4px;
}

#box_title #box_switch_payment button {
  line-height: 36px;
  border: 0px;
  border-radius: 50px;
  padding: 0px 16px;
  color: var(--color-greyMedium);
  background-color: transparent;
}

#box_title #box_switch_payment button.selected {
  color: var(--color-white);
  background-color: var(--color-greyDark);
}

#box_plan {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}

#box_plan .text_off {
  color: var(--color-greyMedium);
}

#box_plan .text_on {
  color: var(--color-black);
}

#box_plan .form-check:lang(en) {
  margin: 0px;
}

#box_plan .form-check-input {
  box-shadow: none !important;
  cursor: pointer;
  width: 40px;
  height: 24px;
  box-shadow: none;
  outline: none;
  border-color: var(--color-greyMedium);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='black'/%3e%3c/svg%3e");
}

#box_plan .form-check-input:checked {
  background-color: var(--color-black);
  border-color: var(--color-black);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

#box_plan .form-check-input::before {
  background-color: var(--color-white);
}

#box_plan p {
  padding: 0px 12px;
  border: 1px var(--color-primary) solid;
  border-radius: 100px;
  font-size: 14px;
  color: var(--color-primary);
  line-height: 22px;
  background-color: #ffffff;
  margin: 0px;
}

#box_content {
  width: 1200px;
  margin-bottom: 160px;
}

#box_content .col_index {
  width: 232px;
  text-align: left;
  padding-left: 24px;
  display: flex;
  gap: 2px;
  align-items: center;
}

#box_content .col_basic,
#box_content .col_pro,
#box_content .col_api,
#box_content .col_enterprise {
  width: 221px;
  text-align: center;
  padding: 0px 24px;
  position: relative;
}

#box_content .box_header {
  display: flex;
  justify-content: space-between;
}

#box_content .box_header .plan_header {
  background-color: #ffffff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
}

#box_content .box_header .plan_header h6 {
  font-size: 16px;
  margin-bottom: 12px;
}

#box_content .box_header .plan_header h4 {
  font-size: 18px;
  margin-bottom: 24px;
  height: 31px;
}

#box_content .box_header .plan_header h4 span {
  font-size: 14px;
  color: var(--color-greyMedium);
}

#box_content .box_header .plan_header img {
  height: 22px;
}

#box_content .box_header .plan_header button.btn_cta {
  width: 100%;
  height: 50px;
  border: 0px;
  border-radius: 10px;
  background-color: var(--color-primary);
  color: var(--color-white);
  margin-bottom: 12px;
  font-size: 14px;
  padding: 0px 8px;
  line-height: 140%;
}

#box_content .box_header .plan_header button.btn_cta:hover {
  background-color: var(--color-primaryDark);
}

#box_content .box_header .plan_header button.btn_cta:disabled {
  background-color: var(--color-greyLight);
  color: var(--color-greyMedium);
}

#box_content .box_header .plan_header a.label_cta {
  display: block;
  font-size: 12px;
  color: var(--color-greyMedium);
  line-height: 140%;
  text-decoration: none;
}

#box_content .box_header .plan_header .accordion-item {
  width: 100%;
}

#box_content .box_header .plan_header .accordion-header {
  background-color: transparent;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

#box_content .box_header .plan_header .accordion-button {
  line-height: 140%;
  width: 152px;
  padding: 0px;
  background-color: transparent;
  color: var(--color-black);
  border: 0px;
  box-shadow: none;
  font-size: 14px;
}

#box_content .box_header .plan_header .accordion-button:lang(zh) {
  width: 88px;
}

#box_content .box_header .plan_header .accordion-button:active,
#box_content .box_header .plan_header .accordion-button:focus {
  box-shadow: none;
}

#box_content .box_header .plan_header .accordion-button::after {
  background-image: url("/static/img/landing/pricing/icon_arrow.png");
  background-size: 20px;
}

#box_content .box_header .plan_header .accordion-button:not(.collapsed)::after {
  background-image: url("/static/img/landing/pricing/icon_arrow.png");
  background-size: 20px;
}

#box_content .box_header .plan_header .accordion-body {
  font-size: 14px;
  color: var(--color-greyMedium);
  padding: 0px;
  padding-top: 24px;
}

#box_content .box_header .plan_header .accordion-body .row_for {
  background-color: rgba(255, 224, 205, 0.4);
  border-radius: 12px;
  padding: 16px 0px;
  margin-bottom: 24px;
}

#box_content .box_header .plan_header .accordion-body .row_for h6 {
  font-size: 14px;
  color: var(--color-black);
  margin-bottom: 8px;
}

#box_content .box_header .plan_header .accordion-body .row_for p {
  height: auto;
  font-size: 11px;
  margin: 0px;
}

#box_content .box_header .plan_header .accordion-body .plan_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 100%;
  margin: 6px 0px;
}

#box_content .box_header .plan_header .accordion-body .plan_row.row_gray {
  background-color: var(--color-greyLight);
  padding: 0px 24px;
  border-radius: 12px;
  height: 42px;
}

#box_content .box_header .plan_header .accordion-body .plan_row.row_white {
  min-height: 38px;
  padding: 8px 0px;
}

#box_content .box_header .plan_header .accordion-body .col_index,
#box_content .box_header .plan_header .accordion-body .col_basic,
#box_content .box_header .plan_header .accordion-body .col_pro,
#box_content .box_header .plan_header .accordion-body .col_api,
#box_content .box_header .plan_header .accordion-body .col_enterprise {
  width: 50%;
  padding: 0px;
}

#box_content .box_header .plan_header .accordion-body .col_basic,
#box_content .box_header .plan_header .accordion-body .col_pro,
#box_content .box_header .plan_header .accordion-body .col_api,
#box_content .box_header .plan_header .accordion-body .col_enterprise {
  text-align: end;
}
#box_content .box_header .plan_header .accordion-body .plan_row h6 {
  margin: 0px;
  color: var(--color-black);
}

#box_content .box_header .plan_header .accordion-body .plan_row p {
  margin: 0px;
  padding: 0px;
  height: auto;
  text-align: end;
  color: var(--color-black);
  font-size: 14px;
}

#box_content .box_header .plan_header .accordion-body .plan_row span {
  color: var(--color-greyDark);
  font-size: 9px;
}

#box_content .box_header .plan_header .accordion-body button {
  background-color: transparent;
  border: 0px;
  padding: 0px;
}

#box_content .box_header .plan_header .accordion-body button img {
  height: 22px;
}

#box_content .box_body .plan_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  line-height: 100%;
}

#box_content .box_body .plan_row.row_for {
  background-color: rgba(255, 224, 205, 0.4);
  font-size: 14px;
  color: var(--color-greyDark);
  margin: 24px 0px;
  padding: 16px 0px;
}

#box_content .box_body .plan_row h6 {
  font-size: 14px;
}

#box_content .box_body .plan_row p {
  line-height: 140%;
  margin: 0px;
  font-size: 14px;
}

#box_content .box_body .plan_row.row_white {
  height: 38px;
  background-color: transparent;
  margin: 6px 0px;
}

#box_content .box_body .plan_row.row_gray {
  height: 42px;
  background-color: var(--color-greyLight);
  margin: 6px 0px;
}

#box_content .box_body .plan_row img {
  width: 22px;
}

#box_content .box_body button {
  background-color: transparent;
  border: 0px;
  padding: 0px;
}

#box_content .box_body span {
  font-size: 10px;
  color: var(--color-greyDark);
}

#box_recommendation {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 160px;
}

#box_recommendation h3 {
  margin-bottom: 32px;
}

#box_recommendation #carousel_recommendation .carousel-inner {
  margin-bottom: 24px;
}

#box_recommendation #carousel_recommendation .box_img {
  width: 100%;
  display: flex;
  justify-content: center;
}

#box_recommendation #carousel_recommendation .carousel-item img {
  width: 792px;
}

#box_recommendation .box_carouselIndicators {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#box_recommendation .box_carouselIndicators button {
  width: 20px;
  height: 6px;
  border: 0px;
  background-color: var(--color-greyLightMedium);
  border-radius: 100px;
}

#box_recommendation .box_carouselIndicators button.active {
  background-color: var(--color-black);
}

#box_partner {
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}

#box_partner img {
  width: 1200px;
}

/* -------- RWD -------- */
@media (max-width: 1300px) {
  #box_title h2 {
    margin-bottom: 24px;
    font-size: 30px;
  }

  #box_title p {
    font-size: 14px;
    margin-bottom: 64px;
  }

  #box_plan {
    margin-bottom: 32px;
  }

  #box_content {
    margin-bottom: 140px;
  }

  #box_content .col_index h6 {
    font-size: 14px;
  }

  #box_content .box_header .plan_header h4 {
    font-size: 20px;
  }

  #box_content .box_header .plan_header h4 span {
    font-size: 12px;
  }

  #box_content .box_header .plan_header p {
    font-size: 10px;
    height: 68px;
  }

  #box_content .box_header .plan_header button.btn_cta {
    height: 40px;
    font-size: 12px;
  }

  #box_content .box_header .plan_header a.label_cta {
    font-size: 10px;
  }

  #box_content .box_body .plan_row.row_for .col_basic,
  #box_content .box_body .plan_row.row_for .col_pro,
  #box_content .box_body .plan_row.row_for .col_api,
  #box_content .box_body .plan_row.row_for .col_enterprise {
    padding: 0px 12px;
  }

  #box_content .box_body .plan_row.row_for p {
    font-size: 11px;
  }

  #box_content .box_body .plan_row p {
    font-size: 14px;
  }

  #box_content .box_body span {
    font-size: 9px;
  }

  #box_recommendation {
    margin-bottom: 140px;
  }

  #box_recommendation #carousel_recommendation .carousel-item img {
    width: 436px;
  }

  #box_partner img {
    width: 588px;
    content: url("/static/img/landing/landing/partners_md.png");
  }
}

@media (max-width: 768px) {
  #box_title h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  #box_title p {
    font-size: 14px;
    margin-bottom: 40px;
  }

  #box_payment_container {
    flex-direction: column;
    gap: 16px;
  }

  #box_content {
    width: auto;
    margin-bottom: 120px;
  }

  #box_content .col_basic,
  #box_content .col_pro,
  #box_content .col_api,
  #box_content .col_enterprise {
    width: 350px;
  }

  #box_content .box_header {
    flex-direction: column;
    gap: 24px;
  }

  #box_content .box_header .plan_header {
    height: auto;
  }

  #box_content .box_header .plan_header h4 {
    font-size: 24px;
  }

  #box_content .box_header .plan_header h4 span {
    font-size: 14px;
  }

  #box_content .box_header .plan_header h6 {
    font-size: 14px;
  }

  #box_content .box_header .plan_header p {
    font-size: 14px;
    height: 60px;
  }

  #box_content .box_header .plan_header button.btn_cta {
    height: 50px;
    font-size: 14px;
  }

  #box_content .box_header .plan_header a.label_cta {
    font-size: 12px;
  }

  #box_content .box_body {
    display: none;
  }

  #box_recommendation {
    margin-bottom: 120px;
  }

  #box_recommendation #carousel_recommendation .carousel-item img {
    width: 294px;
  }

  #box_faq {
    margin-bottom: 72px;
  }

  #box_faq .accordion-button {
    font-size: 14px;
  }

  #box_faq .accordion-button:active,
  #box_faq .accordion-button:focus {
    box-shadow: none;
    padding-left: 12px;
  }

  #box_faq .accordion-button:not(.collapsed) {
    padding-left: 12px;
  }

  #box_faq .accordion-button.collapsed {
    padding: 0px;
  }

  #box_faq .accordion-body {
    padding: 0px 16px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  #box_partner img {
    width: 333px;
    content: url("/static/img/landing/landing/partners_sm.png");
  }
}
