section.t-privilege {
  position: relative;
  padding: 16px;
  background: var(
    --tds-gradients-citrin-vertical,
    linear-gradient(
      154deg,
      #ed1c24 7.81%,
      #f0162a 15.13%,
      #fe0145 49.02%,
      #f8034e 52.68%,
      #e80b67 58.18%,
      #ce1890 64.59%,
      #aa29c8 72.83%,
      #883aff 80.16%,
      #4f81ff 89.32%,
      #07dcff 99.39%
    )
  );
}

.t-container-privilege {
  margin: 0 auto;
  max-width: 1128px;
  width: 100%;
}

.t-container-privilege button {
  background: none;
}

h1.t-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: rgba(48, 60, 70, 1);
}

h2.t-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: rgba(48, 60, 70, 1);
}

h2.t-title-space {
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  white-space: nowrap;
}

h2.t-title-space span {
  color: #ff0000;
  font-family: "better_togetherbold";
}

h3.t-sub-title-space {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 4px;
}

h4.t-description-space {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.-title-linear {
  background: linear-gradient(
    310deg,
    #00c8ff -11.31%,
    #07c0f8 -4.45%,
    #1dace8 4.71%,
    #408bcc 15%,
    #6f60a9 27.58%,
    #b3207a 41.31%,
    #cc1550 51.61%,
    #e20b2d 61.9%,
    #f20514 71.05%,
    #fb0105 80.2%,
    #f00 87.07%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: max-content;
}

h1.t-title span {
  color: rgba(224, 0, 0, 1);
  font-family: "better_togetherbold";
}

.text-contain {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.mt-card {
  margin-top: 16px;
}

.mb-card {
  margin-bottom: 16px;
}

h1.t-discount {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  background: linear-gradient(
    310.43deg,
    #00c8ff -11.31%,
    #07c0f8 -4.45%,
    #1dace8 4.71%,
    #408bcc 15%,
    #6f60a9 27.58%,
    #b3207a 41.31%,
    #cc1550 51.61%,
    #e20b2d 61.9%,
    #f20514 71.05%,
    #fb0105 80.2%,
    #ff0000 87.07%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: max-content;
}

h4.t-secondary-title {
  font-family: "better_togethermedium";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(48, 60, 70, 1);
}

h4.t-secondary-title span {
  font-family: "better_togetherbold";
  color: #ff0000;
  font-weight: 700;
}

p.t-description {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(48, 60, 70, 0.8);
  margin-top: 4px;
}

img.t-icon-1 {
  height: 22px;
  width: 75px;
  margin-bottom: 12px;
}

img.t-icon-2 {
  height: 40px;
  width: 130px;
}

img.t-icon-3 {
  height: 20px;
  width: 50px;
  max-width: 50px;
  margin-top: 5px;
}

img.t-icon-4 {
  height: 40px;
  width: 40px;
  margin-bottom: 12px;
  position: relative;
}

img.t-icon-5 {
  /* height: 20px; */
  height: auto;
  width: 100px;
}

.t-inline {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

img.img-long-term {
  width: 300px;
  max-width: 351px;
  height: 120px;
  margin-bottom: 10px;
}

img.img-e-receipt {
  width: 116px;
  max-width: 116px;
  height: 58px;
}

.t-privilege-contain {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 16px;
  row-gap: 16px;
}

.t-card-privilege-solo {
  border-radius: 16px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.04);
}

.t-card-privilege {
  border-radius: 16px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 16px 12px 16px 12px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.04);
}
.t-card-privilege .button-control {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

.-middle {
  text-align: center;
}

section.t-credit {
  position: relative;
  padding: 16px 16px 24px 16px;
}

.t-card-credit {
  position: relative;
  border-radius: 16px;
}

.t-card-credit .wrap-inner {
  text-align: center;
  position: relative;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 16px 12px 16px 12px;
  border-radius: 16px;
  z-index: 2;
}

.t-card-credit::after {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(
    150.24deg,
    #ffffff -10.09%,
    #ffd8e7 42.08%,
    #e7deff 77.01%,
    #bee9ff 129.4%
  );
  content: "";
  z-index: 1;
  border-radius: 16px;
}

.t-bank-contain {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.t-bank-contain img {
  width: 100%;
}

.t-set-center {
  display: flex;
  justify-content: center;
  text-align: center;
}

ul.t-inline-icon {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

ul.t-inline-icon li {
  display: flex;
  align-items: center;
}

ul.t-inline-icon li img {
  width: 40px;
  height: 40px;
}

.-title-space-desktop {
  text-align: center;
}
.popup-img {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  img.bank-mobile {
    display: block;
  }

  img.bank-desktop {
    display: none;
  }

  img.img-long-term {
    width: 136px;
    max-width: 136px;
    height: 48px;
  }

  h2.t-title-space {
    font-size: 20px;
  }
  ul.t-inline-icon li img {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 768px) {
  br.hide-desktop {
    display: none;
  }

  img.bank-mobile {
    display: block;
  }

  img.bank-desktop {
    display: none;
  }

  .mt-card {
    margin-top: 22px;
  }

  .mb-card {
    margin-bottom: 22px;
  }

  .t-privilege-contain {
    column-gap: 22px;
    row-gap: 22px;
  }
}

@media (max-width: 767px) {
  img.bank-mobile {
    display: block;
  }

  img.bank-desktop {
    display: none;
  }

  /* h4.t-secondary-title br {
    display: none;
  } */

  .thank-you-subtitle br {
    display: none;
  }

  h3.thank-you-subtitle {
    padding: 0 5px;
  }
}

@media (min-width: 768px) {
  br.hide-desktop {
    display: none;
  }

  img.bank-mobile {
    display: block;
  }

  img.bank-desktop {
    display: none;
  }

  .mt-card {
    margin-top: 22px;
  }

  .mb-card {
    margin-bottom: 22px;
  }

  .t-privilege-contain {
    column-gap: 22px;
    row-gap: 22px;
  }
}

@media (min-width: 1140px) {
  h2.t-title {
    font-size: 40px;
    line-height: 52px;
  }
  h2.t-title-space {
    font-weight: 700;
    font-size: 45px;
    line-height: 70px;
  }

  h2.t-title-space span {
    color: #ff0000;
    font-family: "better_togetherbold";
  }

  h3.t-sub-title-space {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 24px;
  }

  h4.t-description-space {
    font-size: 28px !important;
    font-weight: 500;
    line-height: 36px;
  }
  h4.t-description-space span {
    font-size: 28px !important;
    font-weight: 400;
  }

  .text-space {
    margin-top: 24px;
  }

  section.t-privilege {
    padding: 100px 0 100px 0;
  }

  section.t-credit {
    padding: 100px 0 100px 0;
  }

  img.bank-mobile {
    display: none;
  }

  img.bank-desktop {
    display: block;
  }

  h1.t-title {
    font-size: 40px;
    line-height: 52px;
  }

  .-title-space-desktop {
    margin-bottom: 44px;
    text-align: center;
  }

  h3.t-title-turn-device {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }

  h3.t-title-turn-device {
    font-size: 32px;
    line-height: 40px;
  }

  h1.t-discount {
    font-size: 40px;
    line-height: 50px;
  }

  .t-card-privilege-solo {
    padding: 32px 16px;
    /* height: 216px; */
    min-height: 240px;
  }

  .t-card-privilege {
    padding: 16px 26px;
    /* height: 216px; */
    min-height: 216px;
  }

  .t-card-credit .wrap-inner {
    padding: 43px 16px 43px 16px;
  }

  img.t-icon-1 {
    height: 64px;
    width: 200px;
    margin-bottom: 22px;
  }

  img.t-icon-2 {
    height: 40px;
    width: 130px;
  }

  img.t-icon-3 {
    height: 50px;
    width: 120px;
    max-width: 120px;
  }

  img.t-icon-4 {
    height: 60px;
    width: 60px;
  }

  img.t-icon-5 {
    /* height: 40px; */
    height: auto;
    width: 250px;
  }

  h4.t-secondary-title {
    font-size: 20px;
    line-height: 32px;
  }

  p.t-description {
    font-size: 16px;
    line-height: 24px;
  }

  img.img-e-receipt {
    width: 240px;
    max-width: 240px;
    height: 120px;
  }

  .t-description-space br {
    display: none;
  }
}
