@charset "UTF-8";
/* reset css */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Varela&display=swap");
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
section,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.5;
}

ol {
  line-height: initial;
  padding-left: 24px;
  margin-bottom: 16px;
}

ul {
  list-style: none;
  padding-left: 0;
  line-height: initial;
}

hr {
  border: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: 0;
  cursor: pointer;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.color-gray-0 {
  color: #ffffff;
}

.color-gray-50 {
  color: #f9f9f9;
}

.color-gray-100 {
  color: #e5e5e5;
}

.color-gray-150 {
  color: #d7d7d7;
}

.color-gray-200 {
  color: #cacaca;
}

.color-gray-300 {
  color: #b0b0b0;
}

.color-gray-400 {
  color: #959595;
}

.color-gray-500 {
  color: #7b7b7b;
}

.color-gray-600 {
  color: #626262;
}

.color-gray-700 {
  color: #4c4c4c;
}

.color-gray-800 {
  color: #313131;
}

.color-gray-850 {
  color: #222222;
}

.color-gray-900 {
  color: #191919;
}

.color-gray-1000 {
  color: #000000;
}

.color-primary-20 {
  color: #f8f7ff;
}

.color-primary-50 {
  color: #f0e5fd;
}

.color-primary-100 {
  color: #e0ccfc;
}

.color-primary-200 {
  color: #c199f8;
}

.color-primary-300 {
  color: #a366f5;
}

.color-primary-400 {
  color: #8433f1;
}

.color-primary-500 {
  color: #6500ee;
}

.color-primary-600 {
  color: #5100be;
}

.color-primary-700 {
  color: #3d008f;
}

.color-primary-800 {
  color: #28005f;
}

.color-primary-900 {
  color: #140030;
}

.color-success-50 {
  color: #e9f8f2;
}

.color-success-100 {
  color: #d4f2e5;
}

.color-success-150 {
  color: #beebd8;
}

.color-success-200 {
  color: #a8e4cb;
}

.color-success-300 {
  color: #7dd7b1;
}

.color-success-400 {
  color: #51c997;
}

.color-success-500 {
  color: #26bc7d;
}

.color-success-600 {
  color: #1e9664;
}

.color-success-700 {
  color: #17714b;
}

.color-success-800 {
  color: #0f4b32;
}

.color-success-850 {
  color: #0b3826;
}

.color-success-900 {
  color: #082619;
}

.color-warning-50 {
  color: #fff5e5;
}

.color-warning-100 {
  color: #ffebcc;
}

.color-warning-150 {
  color: #ffe0b3;
}

.color-warning-200 {
  color: #ffd699;
}

.color-warning-300 {
  color: #ffc266;
}

.color-warning-400 {
  color: #ffad33;
}

.color-warning-500 {
  color: #ff9900;
}

.color-warning-600 {
  color: #cc7a00;
}

.color-warning-700 {
  color: #995c00;
}

.color-warning-800 {
  color: #663d00;
}

.color-warning-850 {
  color: #4d2e00;
}

.color-warning-900 {
  color: #331f00;
}

.color-error-50 {
  color: #fff2ef;
}

.color-error-100 {
  color: #f3d7d0;
}

.color-error-150 {
  color: #ecc2b9;
}

.color-error-200 {
  color: #e6aea1;
}

.color-error-300 {
  color: #da8673;
}

.color-error-400 {
  color: #cd5d44;
}

.color-error-500 {
  color: #c13515;
}

.color-error-600 {
  color: #9a2a11;
}

.color-error-700 {
  color: #74200d;
}

.color-error-800 {
  color: #4d1508;
}

.color-error-850 {
  color: #3a1006;
}

.color-error-900 {
  color: #270b04;
}

.color-secondary-50 {
  color: #ffefef;
}

.color-secondary-100 {
  color: #ffdede;
}

.color-secondary-150 {
  color: #ffcece;
}

.color-secondary-200 {
  color: #ffbdbd;
}

.color-secondary-300 {
  color: #ff9d9d;
}

.color-secondary-400 {
  color: #ff7c7c;
}

.color-secondary-500 {
  color: #ff5b5b;
}

.color-secondary-600 {
  color: #d64949;
}

.color-secondary-700 {
  color: #ad3737;
}

.color-secondary-800 {
  color: #842424;
}

.color-secondary-850 {
  color: #701b1b;
}

.color-secondary-900 {
  color: #5b1212;
}

.bg-gray-0 {
  background-color: #ffffff;
}

.bg-gray-50 {
  background-color: #f9f9f9;
}

.bg-gray-100 {
  background-color: #e5e5e5;
}

.bg-gray-150 {
  background-color: #d7d7d7;
}

.bg-gray-200 {
  background-color: #cacaca;
}

.bg-gray-300 {
  background-color: #b0b0b0;
}

.bg-gray-400 {
  background-color: #959595;
}

.bg-gray-500 {
  background-color: #7b7b7b;
}

.bg-gray-600 {
  background-color: #626262;
}

.bg-gray-700 {
  background-color: #4c4c4c;
}

.bg-gray-800 {
  background-color: #313131;
}

.bg-gray-850 {
  background-color: #222222;
}

.bg-gray-900 {
  background-color: #191919;
}

.bg-gray-1000 {
  background-color: #000000;
}

.bg-primary-20 {
  background-color: #f8f7ff;
}

.bg-primary-50 {
  background-color: #f0e5fd;
}

.bg-primary-100 {
  background-color: #e0ccfc;
}

.bg-primary-200 {
  background-color: #c199f8;
}

.bg-primary-300 {
  background-color: #a366f5;
}

.bg-primary-400 {
  background-color: #8433f1;
}

.bg-primary-500 {
  background-color: #6500ee;
}

.bg-primary-600 {
  background-color: #5100be;
}

.bg-primary-700 {
  background-color: #3d008f;
}

.bg-primary-800 {
  background-color: #28005f;
}

.bg-primary-900 {
  background-color: #140030;
}

.bg-success-50 {
  background-color: #e9f8f2;
}

.bg-success-100 {
  background-color: #d4f2e5;
}

.bg-success-150 {
  background-color: #beebd8;
}

.bg-success-200 {
  background-color: #a8e4cb;
}

.bg-success-300 {
  background-color: #7dd7b1;
}

.bg-success-400 {
  background-color: #51c997;
}

.bg-success-500 {
  background-color: #26bc7d;
}

.bg-success-600 {
  background-color: #1e9664;
}

.bg-success-700 {
  background-color: #17714b;
}

.bg-success-800 {
  background-color: #0f4b32;
}

.bg-success-850 {
  background-color: #0b3826;
}

.bg-success-900 {
  background-color: #082619;
}

.bg-warning-50 {
  background-color: #fff5e5;
}

.bg-warning-100 {
  background-color: #ffebcc;
}

.bg-warning-150 {
  background-color: #ffe0b3;
}

.bg-warning-200 {
  background-color: #ffd699;
}

.bg-warning-300 {
  background-color: #ffc266;
}

.bg-warning-400 {
  background-color: #ffad33;
}

.bg-warning-500 {
  background-color: #ff9900;
}

.bg-warning-600 {
  background-color: #cc7a00;
}

.bg-warning-700 {
  background-color: #995c00;
}

.bg-warning-800 {
  background-color: #663d00;
}

.bg-warning-850 {
  background-color: #4d2e00;
}

.bg-warning-900 {
  background-color: #331f00;
}

.bg-error-50 {
  background-color: #fff2ef;
}

.bg-error-100 {
  background-color: #f3d7d0;
}

.bg-error-150 {
  background-color: #ecc2b9;
}

.bg-error-200 {
  background-color: #e6aea1;
}

.bg-error-300 {
  background-color: #da8673;
}

.bg-error-400 {
  background-color: #cd5d44;
}

.bg-error-500 {
  background-color: #c13515;
}

.bg-error-600 {
  background-color: #9a2a11;
}

.bg-error-700 {
  background-color: #74200d;
}

.bg-error-800 {
  background-color: #4d1508;
}

.bg-error-850 {
  background-color: #3a1006;
}

.bg-error-900 {
  background-color: #270b04;
}

.bg-secondary-50 {
  background-color: #ffefef;
}

.bg-secondary-100 {
  background-color: #ffdede;
}

.bg-secondary-150 {
  background-color: #ffcece;
}

.bg-secondary-200 {
  background-color: #ffbdbd;
}

.bg-secondary-300 {
  background-color: #ff9d9d;
}

.bg-secondary-400 {
  background-color: #ff7c7c;
}

.bg-secondary-500 {
  background-color: #ff5b5b;
}

.bg-secondary-600 {
  background-color: #d64949;
}

.bg-secondary-700 {
  background-color: #ad3737;
}

.bg-secondary-800 {
  background-color: #842424;
}

.bg-secondary-850 {
  background-color: #701b1b;
}

.bg-secondary-900 {
  background-color: #5b1212;
}

[class*=material-symbols].filled {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48 !important;
}

p,
span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  p,
  span {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 991px) {
  h1 {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 120%;
  }
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 120%;
  }
}

h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 991px) {
  h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 120%;
  }
}

h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 991px) {
  h4 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 120%;
  }
}

h5 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 991px) {
  h5 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 120%;
  }
}

h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 991px) {
  h6 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 120%;
  }
}

.caption {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 991px) {
  .caption {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
  }
}

* {
  font-family: "Noto Sans TC", sans-serif;
  scroll-behavior: smooth;
}

/* 反白選取樣式 */
::-moz-selection {
  background-color: rgba(193, 153, 248, 0.8);
}

::selection {
  background-color: rgba(193, 153, 248, 0.8);
}

::-webkit-scrollbar {
  width: 0.3125rem;
  background-color: #ffffff;
  border-radius: 6.25rem;
}

::-webkit-scrollbar-thumb {
  width: 0.3125rem;
  background-color: #d7d7d7;
  border-radius: 6.25rem;
}

body {
  color: #191919;
  background-color: #f0e5fd;
}
body:has(.overlay) {
  overflow: hidden;
}

button,
.btn,
input[type=submit] {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 6.25rem;
  transition: background-color 0.3s ease-in-out;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
  border: 0.0625rem solid transparent;
  /* Large */
  /* Extra Large */
  /* primary */
  background-color: #6500ee;
  color: #ffffff;
  /* Secondary */
  /* Tertiary */
}
@media (max-width: 991px) {
  button,
  .btn,
  input[type=submit] {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
  }
}
button i,
.btn i,
input[type=submit] i {
  height: 1.25rem;
  width: 1.25rem;
  font-size: 1.25rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.icon-only,
.btn.icon-only,
input[type=submit].icon-only {
  padding: 0.5rem 0.5rem;
  min-width: auto;
}
button.btn-l,
.btn.btn-l,
input[type=submit].btn-l {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  border-radius: 1.25rem;
}
@media (max-width: 991px) {
  button.btn-l,
  .btn.btn-l,
  input[type=submit].btn-l {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}
button.btn-l i,
.btn.btn-l i,
input[type=submit].btn-l i {
  height: 1.375rem;
  width: 1.375rem;
  font-size: 1.375rem !important;
}
button.btn-l.icon-only,
.btn.btn-l.icon-only,
input[type=submit].btn-l.icon-only {
  padding: 0.75rem 0.75rem;
}
button.btn-xl,
.btn.btn-xl,
input[type=submit].btn-xl {
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  border-radius: 1.5rem;
}
@media (max-width: 991px) {
  button.btn-xl,
  .btn.btn-xl,
  input[type=submit].btn-xl {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}
button.btn-xl i,
.btn.btn-xl i,
input[type=submit].btn-xl i {
  height: 1.375rem;
  width: 1.375rem;
  font-size: 1.375rem !important;
}
button.btn-xl.icon-only,
.btn.btn-xl.icon-only,
input[type=submit].btn-xl.icon-only {
  padding: 1rem 1rem;
}
button i,
.btn i,
input[type=submit] i {
  color: #ffffff;
}
@media (hover: hover) {
  button:hover,
  .btn:hover,
  input[type=submit]:hover {
    background-color: #5100be;
  }
}
button:disabled,
.btn:disabled,
input[type=submit]:disabled {
  background-color: #e0ccfc !important;
  cursor: default;
}
button.btn-secondary,
.btn.btn-secondary,
input[type=submit].btn-secondary {
  background-color: #ffffff;
  border-color: #d7d7d7;
  color: #191919;
}
button.btn-secondary i,
.btn.btn-secondary i,
input[type=submit].btn-secondary i {
  color: #e5e5e5;
}
@media (hover: hover) {
  button.btn-secondary:hover,
  .btn.btn-secondary:hover,
  input[type=submit].btn-secondary:hover {
    background-color: #f9f9f9;
  }
}
button.btn-secondary:disabled,
.btn.btn-secondary:disabled,
input[type=submit].btn-secondary:disabled {
  background-color: #ffffff !important;
  color: #d7d7d7;
}
button.btn-secondary:disabled i,
.btn.btn-secondary:disabled i,
input[type=submit].btn-secondary:disabled i {
  color: #d7d7d7;
}
button.btn-tertiary,
.btn.btn-tertiary,
input[type=submit].btn-tertiary {
  background-color: transparent;
  color: #7b7b7b;
}
button.btn-tertiary i,
.btn.btn-tertiary i,
input[type=submit].btn-tertiary i {
  color: #7b7b7b;
}
@media (hover: hover) {
  button.btn-tertiary:hover,
  .btn.btn-tertiary:hover,
  input[type=submit].btn-tertiary:hover {
    background-color: #f9f9f9;
  }
}
button.btn-tertiary:disabled,
.btn.btn-tertiary:disabled,
input[type=submit].btn-tertiary:disabled {
  background-color: transparent !important;
  color: #d7d7d7;
}
button.btn-tertiary:disabled i,
.btn.btn-tertiary:disabled i,
input[type=submit].btn-tertiary:disabled i {
  color: #d7d7d7;
}

a,
.link {
  text-decoration: none;
  /* Small */
  /* Secondary */
  /* 沒有底線 */
}
a *,
.link * {
  color: #6500ee;
  transition: color 0.3s ease-in-out;
}
a span,
.link span {
  text-decoration: underline;
}
a i,
.link i {
  font-size: 1.375rem !important;
  transform: translate(0, 0.25rem);
  margin-right: 0.25rem;
}
@media (hover: hover) {
  a:hover *,
  .link:hover * {
    color: #5100be;
  }
}
a.link-s *,
.link.link-s * {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 991px) {
  a.link-s *,
  .link.link-s * {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
  }
}
a.link-s i,
.link.link-s i {
  font-size: 1rem !important;
  transform: translate(0, 0.1875rem);
}
a.link-secondary *,
.link.link-secondary * {
  color: #191919;
}
a.link-noline span,
.link.link-noline span {
  text-decoration: none;
}
@media (hover: hover) {
  a.link-noline span:hover,
  .link.link-noline span:hover {
    text-decoration: underline;
  }
}

.badge {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background-color: #f9f9f9;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 120%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
@media (max-width: 991px) {
  .badge {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
  }
}
.badge i {
  font-size: 0.875rem !important;
}

@media (max-width: 767px) {
  .bottom-sheet {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    box-shadow: 0 -0.125rem 0.625rem rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
}
.datepicker-container {
  overflow: hidden !important;
}
.datepicker-container .datepicker {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.datepicker-container .datepicker .datepicker-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.datepicker-container .datepicker .datepicker-header > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.datepicker-container .datepicker .datepicker-header > i {
  font-size: 1.3125rem;
  color: #b0b0b0;
  cursor: pointer;
}
.datepicker-container .datepicker .days {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc((100% - 17.5rem) / 6);
}
.datepicker-container .datepicker .days span {
  text-transform: uppercase;
  color: #b0b0b0;
  padding: 0.25rem;
  width: 2.5rem;
  font-weight: 700;
}
.datepicker-container .datepicker .dates {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.625rem calc((100% - 17.5rem) / 6);
}
.datepicker-container .datepicker .dates span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 6.25rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.datepicker-container .datepicker .dates span.today, .datepicker-container .datepicker .dates span.selected {
  background-color: #6500ee;
  color: #ffffff;
  font-weight: 700;
  pointer-events: none;
}
.datepicker-container .datepicker .dates span.disabled {
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) {
  .datepicker-container .datepicker .dates span:hover {
    background-color: #f9f9f9;
  }
}
@media (max-width: 767px) {
  .datepicker-container {
    height: 33.75rem;
  }
  .datepicker-container .datepicker {
    padding-bottom: 4.375rem;
  }
}

hr,
.divider {
  padding: 0.5rem 0rem;
  width: 100%;
}
hr::before,
.divider::before {
  content: "";
  display: block;
  height: 0.0625rem;
  width: 100%;
  background-color: #e5e5e5;
}
hr.vertical,
.divider.vertical {
  padding: 0rem 0.5rem;
  width: auto;
  height: 100%;
}
hr.vertical::before,
.divider.vertical::before {
  width: 0.0625rem;
  height: 100%;
}

ul.disc {
  padding-left: 1.5rem;
  list-style-type: disc;
}

ol {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
ol > li {
  counter-increment: list-counter;
  position: relative;
  display: flex;
  gap: 0.5rem;
}
ol > li::before {
  content: counters(list-counter, ".") ". ";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
  text-align: right;
}
@media (max-width: 991px) {
  ol > li::before {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 120%;
  }
}
ol > li:not(:last-child) {
  margin-bottom: 1.25rem;
}
ol.ol-secondary {
  counter-reset: list-counter;
  margin-top: 0.25rem;
}
ol.ol-secondary > li::before {
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 991px) {
  ol.ol-secondary > li::before {
    font-size: 1rem;
    font-weight: 700;
    line-height: 120%;
  }
}
ol.ol-secondary > li:not(:last-child) {
  margin-bottom: 0.25rem;
}
ol.ol-tertiary {
  counter-reset: list-counter;
  margin-top: 0.25rem;
}
ol.ol-tertiary > li:not(:last-child) {
  margin-bottom: 0.25rem;
}
ol.ol-upperalpha {
  counter-reset: list-counter;
}
ol.ol-upperalpha > li::before {
  content: counter(list-counter, upper-alpha) ". ";
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
  text-align: right;
}
@media (max-width: 991px) {
  ol.ol-upperalpha > li::before {
    font-size: 1rem;
    font-weight: 700;
    line-height: 120%;
  }
}
ol.ol-upperalpha > li:not(:last-child) {
  margin-bottom: 0.25rem;
}
ol.ol-loweralpha {
  counter-reset: list-counter;
}
ol.ol-loweralpha > li::before {
  content: counter(list-counter, lower-alpha) ". ";
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
  text-align: right;
}
@media (max-width: 991px) {
  ol.ol-loweralpha > li::before {
    font-size: 1rem;
    font-weight: 700;
    line-height: 120%;
  }
}
ol.ol-loweralpha > li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  color: #ffffff;
  z-index: 5;
  display: none;
}
.loading.show {
  display: flex;
}

input {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  border-radius: 1.25rem;
  border: 0.0625rem solid #d7d7d7;
}
@media (max-width: 991px) {
  input {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}
input::placeholder {
  color: #b0b0b0;
}
input:disabled {
  background-color: #f9f9f9;
  color: #7b7b7b;
}
input[type=text] {
  height: 3rem;
  padding: 0.75rem 2.875rem 0.75rem 1rem;
  width: 100%;
}

.input-wrapper {
  display: inline-flex;
  gap: 1rem;
  width: 100%;
}
.input-wrapper label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  line-height: 3rem;
}
@media (max-width: 991px) {
  .input-wrapper label {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.input-wrapper .input-content {
  display: inline-flex;
  gap: 0.25rem;
  width: 100%;
}
.input-wrapper .input-content > div {
  display: inline-flex;
  gap: 0.25rem;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.input-wrapper .input-content [type=submit] {
  height: 3rem;
  border-radius: 1.25rem;
}
.input-wrapper .input-content i {
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  font-size: 1.375rem !important;
  color: #7b7b7b;
}
.input-wrapper .input-content i.inner-btn {
  cursor: pointer;
}
.input-wrapper .input-content .error-message {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 120%;
  color: #c13515;
}
@media (max-width: 991px) {
  .input-wrapper .input-content .error-message {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
  }
}
.input-wrapper .input-content .helper {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 120%;
  color: #959595;
}
@media (max-width: 991px) {
  .input-wrapper .input-content .helper {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
  }
}
.input-wrapper:has(input:required) label::before {
  content: "*";
  color: #c13515;
  margin-right: 0.125rem;
}
.input-wrapper.input-vertical {
  flex-direction: column;
  gap: 0.5rem;
}
.input-wrapper.input-vertical label {
  line-height: 150%;
}

.otp-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.otp-wrapper .error-message {
  flex: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  color: #c13515;
  text-align: left;
}
@media (max-width: 991px) {
  .otp-wrapper .error-message {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.otp-wrapper input {
  height: 3.25rem;
  width: 3.25rem;
  transition: border-color 0.3s ease-in-out;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  -moz-appearance: textfield;
}
@media (max-width: 991px) {
  .otp-wrapper input {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.otp-wrapper input:focus {
  border: 0.125rem solid #191919;
}
.otp-wrapper input::-webkit-outer-spin-button, .otp-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-wrapper.error input {
  background-color: #fff2ef;
  border: 0.125rem solid #c13515;
}

.checkbox-wrapper label,
.radio-wrapper label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  min-width: 9.375rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .checkbox-wrapper label,
  .radio-wrapper label {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.checkbox-wrapper label input[type=checkbox], .checkbox-wrapper label input[type=radio],
.radio-wrapper label input[type=checkbox],
.radio-wrapper label input[type=radio] {
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  border: 0.0625rem solid #d7d7d7;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .checkbox-wrapper label input[type=checkbox]:hover, .checkbox-wrapper label input[type=radio]:hover,
  .radio-wrapper label input[type=checkbox]:hover,
  .radio-wrapper label input[type=radio]:hover {
    border-color: #7b7b7b;
  }
}
.checkbox-wrapper label input[type=checkbox]:disabled, .checkbox-wrapper label input[type=radio]:disabled,
.radio-wrapper label input[type=checkbox]:disabled,
.radio-wrapper label input[type=radio]:disabled {
  background-color: #f9f9f9 !important;
  border-color: #d7d7d7 !important;
  cursor: default;
}
.checkbox-wrapper label input[type=checkbox]:checked, .checkbox-wrapper label input[type=radio]:checked,
.radio-wrapper label input[type=checkbox]:checked,
.radio-wrapper label input[type=radio]:checked {
  background-color: #6500ee;
  border-color: #6500ee;
}
.checkbox-wrapper label input[type=checkbox]:checked::before, .checkbox-wrapper label input[type=radio]:checked::before,
.radio-wrapper label input[type=checkbox]:checked::before,
.radio-wrapper label input[type=radio]:checked::before {
  opacity: 1;
}
@media (hover: hover) {
  .checkbox-wrapper label input[type=checkbox]:checked:hover, .checkbox-wrapper label input[type=radio]:checked:hover,
  .radio-wrapper label input[type=checkbox]:checked:hover,
  .radio-wrapper label input[type=radio]:checked:hover {
    background-color: #5100be;
    border-color: #5100be;
  }
}
.checkbox-wrapper label input[type=checkbox]:checked:disabled, .checkbox-wrapper label input[type=radio]:checked:disabled,
.radio-wrapper label input[type=checkbox]:checked:disabled,
.radio-wrapper label input[type=radio]:checked:disabled {
  background-color: #e0ccfc !important;
  border-color: #e0ccfc !important;
}
.checkbox-wrapper label:has(input:disabled),
.radio-wrapper label:has(input:disabled) {
  cursor: default;
}

.checkbox-wrapper label input[type=checkbox] {
  border-radius: 0.5rem;
}
.checkbox-wrapper label input[type=checkbox]::before {
  font-family: "Material Icons";
  content: "\e5ca";
  font-size: 1.25rem;
  color: #ffffff;
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.radio-wrapper label input[type=radio] {
  border-radius: 1.25rem;
}
.radio-wrapper label input[type=radio]::before {
  content: "";
  height: 0.75rem;
  width: 0.75rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 4;
  backdrop-filter: blur(0.125rem);
}
.overlay.on-popup {
  z-index: 5;
}
.overlay.on-popup.show {
  display: block;
}

.popup {
  display: none;
  flex-direction: column;
  gap: 1.5rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem 2rem 1.5rem;
  border-radius: 1.5rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  z-index: 5;
  width: 25rem;
}
.popup .action {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.75rem;
}
.popup .action i {
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  border-radius: 6.25rem;
  background-color: #f9f9f9;
  color: #7b7b7b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 0.75rem;
}
.popup .action i[action=back] {
  left: 0.75rem;
}
.popup .action i[action=close] {
  right: 0.75rem;
}
.popup h4 {
  text-align: center;
  padding: 0rem 1rem;
}
.popup .popup-container {
  max-height: calc(var(--vh, 1vh) * 100 - 15rem);
  overflow-y: auto;
}
.popup .popup-container.reminder {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}
.popup .btns {
  display: flex;
  gap: 1.25rem;
}
.popup .btns button {
  flex: 1;
}
.popup.show {
  display: flex;
}
@media (max-width: 767px) {
  .popup {
    width: calc(var(--vw, 1vw) * 100 - 2.5rem);
  }
  .popup.bottom_sheet {
    display: flex;
    gap: 0rem;
    width: calc(var(--vw, 1vw) * 100);
    top: auto;
    right: 0;
    bottom: -100%;
    left: 0;
    border-radius: 1.5rem 1.5rem 0 0;
    transform: translate(0, 0);
    padding: 0rem;
    transition: bottom 0.3s ease-in-out;
    max-height: calc(var(--vh, 1vh) * 100 - 8.75rem);
  }
  .popup.bottom_sheet .action {
    height: 3.75rem;
  }
  .popup.bottom_sheet .action i {
    top: 0.9375rem;
  }
  .popup.bottom_sheet .action i[action=back] {
    left: 1rem;
  }
  .popup.bottom_sheet .action i[action=close] {
    right: 1rem;
  }
  .popup.bottom_sheet .action ~ .popup-container {
    border-top: 0.0625rem solid #d7d7d7;
  }
  .popup.bottom_sheet h4 {
    line-height: 3.75rem;
  }
  .popup.bottom_sheet .popup-container {
    max-height: calc(var(--vh, 1vh) * 100 - 7rem);
    padding: 2rem 1rem;
    flex-grow: 1;
  }
  .popup.bottom_sheet .btns {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    padding: 1rem;
    box-shadow: 0 -0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  }
  .popup.bottom_sheet.show {
    bottom: 0;
  }
  .popup.full {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(var(--vw, 1vw) * 100);
    height: 0;
    border-radius: 0;
    transform: none;
  }
  .popup.full.show {
    height: calc(var(--vh, 1vh) * 100);
  }
}

#registration .popup-container {
  overflow: visible;
}
#registration .popup-container > div {
  display: flex;
  gap: 1rem;
}
@media (min-width: 768px) {
  #registration .select-wrapper.open .select-items ul {
    max-height: 15rem;
  }
}

.select-wrapper {
  position: relative;
}
.select-wrapper .select-dropdown,
.select-wrapper .select-items {
  color: #191919;
  background-color: #ffffff;
  user-select: none;
  border-radius: 1.25rem;
}
.select-wrapper .select-dropdown {
  border: 0.0625rem solid #d7d7d7;
  padding: 0.75rem 1rem;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.select-wrapper .select-dropdown i {
  position: inherit;
  top: auto;
  right: auto;
}
.select-wrapper .select-dropdown.small {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .select-wrapper .select-dropdown.small {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.select-wrapper .select-dropdown.small i {
  font-size: 1.125rem !important;
}
.select-wrapper .select-dropdown::after {
  font-family: "Material ICons";
  content: "\e313";
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.select-wrapper .select-dropdown.disabled {
  pointer-events: none;
  background-color: #f9f9f9;
  color: #7b7b7b;
}
.select-wrapper .select-items {
  position: absolute;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  z-index: 3;
  padding: 0rem 0.25rem 0rem 0.5rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.select-wrapper .select-items i {
  display: none;
}
.select-wrapper .select-items ul {
  max-height: 0rem;
  overflow-x: hidden;
  overflow-y: auto;
  transition: max-height 0.3s ease-in-out;
}
.select-wrapper .select-items ul li {
  padding: 1rem;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.select-wrapper .select-items ul li i {
  position: inherit;
  transition: color 0.3s ease-in-out;
}
@media (hover: hover) {
  .select-wrapper .select-items ul li:hover {
    background-color: #f0e5fd;
    color: #6500ee;
  }
  .select-wrapper .select-items ul li:hover i {
    color: #6500ee;
  }
}
.select-wrapper.open .select-dropdown::after {
  transform: rotate(180deg);
}
.select-wrapper.open .select-items {
  padding: 0.5rem 0.25rem 0.5rem 0.5rem;
  min-width: max-content;
}
.select-wrapper.open .select-items ul {
  max-height: 18.75rem;
}
@media (max-width: 767px) {
  .select-wrapper.bottom_sheet .select-items {
    position: fixed;
    width: calc(var(--vw, 1vw) * 100);
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    max-height: 0;
    z-index: 6;
    border-radius: 1.25rem 1.25rem 0 0;
    transition: max-height 0.3s ease-in-out;
  }
  .select-wrapper.bottom_sheet .select-items ul {
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
    padding: 0rem 1rem;
  }
  .select-wrapper.bottom_sheet .select-items ul li {
    border-radius: 0rem;
  }
  .select-wrapper.bottom_sheet .select-items ul li:not(:last-child) {
    border-bottom: 0.0625rem solid #e5e5e5;
  }
  .select-wrapper.bottom_sheet.open .select-items {
    height: 31.25rem;
    max-height: 31.25rem;
  }
  .select-wrapper.bottom_sheet.open .select-items i {
    display: block;
    position: absolute;
    width: 2rem;
    height: 2rem;
    font-size: 1.5rem;
    border-radius: 6.25rem;
    background-color: #f9f9f9;
    color: #7b7b7b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  .select-wrapper.bottom_sheet.open .select-items ul {
    max-height: 27.5rem;
    margin-top: 3.75rem;
    border-top: 0.0625rem solid #d7d7d7;
    padding: 0rem 1rem 1rem;
  }
}

.stepper-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  position: relative;
}
.stepper-wrapper .stepper-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.stepper-wrapper .stepper-content button {
  padding: 0.5rem;
  background-color: #f0e5fd;
  min-width: auto;
  border-radius: 1rem;
}
.stepper-wrapper .stepper-content button i {
  color: #6500ee;
  transition: color 0.2s ease-in-out;
}
.stepper-wrapper .stepper-content button:disabled {
  background-color: #f0e5fd !important;
}
.stepper-wrapper .stepper-content button:disabled i {
  color: #e0ccfc;
}
.stepper-wrapper .stepper-content .count {
  width: 4.375rem;
  height: 2.375rem;
  text-align: center;
  border-color: transparent;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  .stepper-wrapper .stepper-content .count {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.stepper-wrapper .stepper-content .count::-webkit-outer-spin-button, .stepper-wrapper .stepper-content .count::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.stepper-wrapper .stepper-content .count:disabled {
  background-color: transparent;
}
.stepper-wrapper .helper {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 120%;
  color: #7b7b7b;
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: max-content;
}
@media (max-width: 991px) {
  .stepper-wrapper .helper {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
  }
}

.tab-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.tab-wrapper .tab {
  overflow-x: auto;
  width: 100%;
  display: flex;
  border-bottom: 0.0625rem solid #d7d7d7;
  position: relative;
}
.tab-wrapper .tab::-webkit-scrollbar {
  display: none;
}
.tab-wrapper .tab::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2.5rem;
  font-family: "Material Icons";
  font-size: 1.5rem;
  text-align: right;
  background: linear-gradient(to right, rgba(249, 249, 249, 0) 0%, #f9f9f9 50%);
}
.tab-wrapper .tab .tab-item {
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: #959595;
  cursor: pointer;
  width: 5.625rem;
  min-width: max-content;
  transition: color 0.3s ease-in-out;
  text-align: center;
}
@media (max-width: 991px) {
  .tab-wrapper .tab .tab-item {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.tab-wrapper .tab .tab-item.active {
  color: #6500ee !important;
  border-bottom: 0.1875rem solid #6500ee;
  cursor: default;
}
@media (hover: hover) {
  .tab-wrapper .tab .tab-item:hover {
    color: #4c4c4c;
  }
}
.tab-wrapper .tab .tab-item.disabled {
  color: #d7d7d7;
  cursor: default;
}
.tab-wrapper .tab .tab-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1875rem;
  background: #6500ee;
  width: 5.625rem;
  transition: all 0.3s ease-in-out;
}
.tab-wrapper .tab-scroll-left,
.tab-wrapper .tab-scroll-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.5rem;
  align-items: center;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  display: none;
}
.tab-wrapper .tab-scroll-left {
  left: 0;
  background: linear-gradient(to left, rgba(249, 249, 249, 0) 0%, #f9f9f9 50%);
}
.tab-wrapper .tab-scroll-right {
  right: 0;
  background: linear-gradient(to right, rgba(249, 249, 249, 0) 0%, #f9f9f9 50%);
  justify-content: flex-end;
}

.tab-content {
  display: none;
}

.toast {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #191919;
  color: #ffffff;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: toast-show 0.5s ease-out both;
}
@media (max-width: 991px) {
  .toast {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.toast i {
  font-size: 1.25rem;
}
.toast .close {
  cursor: pointer;
  font-size: 1.125rem;
}
.toast.fadeout {
  animation: toast-fadeout 5s ease-out both;
}
.toast.toast-success {
  background-color: #26bc7d;
}
.toast.toast-error {
  background-color: #c13515;
}

@keyframes toast-show {
  0% {
    top: 7.5rem;
    opacity: 0;
  }
  100% {
    top: 8.75rem;
    opacity: 1;
  }
}
@keyframes toast-fadeout {
  0% {
    top: 7.5rem;
    opacity: 0;
  }
  10% {
    top: 8.75rem;
    opacity: 1;
  }
  90% {
    top: 8.75rem;
    opacity: 1;
  }
  100% {
    top: 8.75rem;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  @keyframes toast-show {
    0% {
      top: 5rem;
      opacity: 0;
    }
    100% {
      top: 6.25rem;
      opacity: 1;
    }
  }
  @keyframes toast-fadeout {
    0% {
      top: 5rem;
      opacity: 0;
    }
    10% {
      top: 7.5rem;
      opacity: 1;
    }
    90% {
      top: 7.5rem;
      opacity: 1;
    }
    100% {
      top: 7.5rem;
      opacity: 0;
    }
  }
}
footer {
  background-color: #140030;
  position: relative;
  padding: 6.5rem 2rem;
  color: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 4.5rem;
}
footer::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -0.0625rem;
  background-color: #f0e5fd;
  height: 2.5rem;
  border-radius: 0rem 0rem 2.5rem 2.5rem;
}
footer .info {
  width: 100%;
  max-width: 75rem;
  display: inline-flex;
  justify-content: space-between;
  gap: 4rem;
}
footer .info .logo {
  height: 2.1875rem;
  cursor: pointer;
}
footer .info .menu {
  display: inline-flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}
footer .info .menu li {
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 991px) {
  footer .info .menu li {
    font-size: 1rem;
    font-weight: 700;
    line-height: 120%;
  }
}
footer .info .menu li .footer-textlink span {
  color: #f9f9f9;
  transition: color 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
@media (max-width: 991px) {
  footer .info .menu li .footer-textlink span {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
  }
}
footer .info .menu li .footer-textlink i {
  font-size: 1.25rem !important;
  color: #f9f9f9;
  transform: none;
}
@media (hover: hover) {
  footer .info .menu li .footer-textlink:hover span,
  footer .info .menu li .footer-textlink:hover i {
    color: #c199f8;
  }
}
@media (max-width: 767px) {
  footer {
    gap: 4rem;
  }
  footer .info {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.5rem 1.5rem;
  }
  footer .info .menu {
    flex: calc((100% - 1.5rem) / 2);
  }
}

.footer-selector {
  padding: 0.8125rem 1.75rem;
  background-color: #140030;
  border: 0.0625rem solid #ffffff;
  color: #ffffff;
  border-radius: 4rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 991px) {
  .footer-selector {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}

copyright {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 120%;
  color: #cacaca;
}
@media (max-width: 991px) {
  copyright {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
  }
}

#go-top {
  position: fixed;
  right: 2.25rem;
  bottom: 2.25rem;
  z-index: 3;
  color: #ffffff;
  background-color: #140030;
  width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #ffffff;
  border-radius: 4rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  #go-top {
    right: 1rem;
    bottom: 1rem;
    width: 3.25rem;
    height: 3.25rem;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 2.5rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  pointer-events: none;
  transition: top 0.3s ease-in-out;
}
header .menu {
  padding: 0rem 1.75rem;
  background-color: #140030;
  border: 0.0625rem solid #ffffff;
  color: #ffffff;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 3.125rem;
  pointer-events: all;
  position: relative;
}
header .menu .menu-toggle {
  display: none;
  flex-shrink: 0;
}
header .menu .logo {
  height: 1.5625rem;
  cursor: pointer;
}
header .menu .logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 13.75rem;
}
header .menu .navigation {
  display: flex;
  align-items: center;
  gap: 2rem;
}
header .menu .navigation .nav-item {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
}
@media (max-width: 991px) {
  header .menu .navigation .nav-item {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}
header .action {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  pointer-events: all;
}
header .action #login,
header .action #user {
  transition: top 0.3s ease-in-out;
}
header .action #login {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .action #login i {
  display: none;
}
header .action .header-dropdown {
  position: relative;
}
header .action .header-dropdown .point {
  padding: 0rem 1.25rem 0rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  background-color: #140030;
  border: 0.0625rem solid #ffffff;
  color: #ffffff;
  border-radius: 4rem;
  height: 3.125rem;
  min-width: 10rem;
}
header .action .header-dropdown .point img {
  max-width: 1.875rem;
  max-height: 1.875rem;
}
header .action .header-dropdown .point span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
header .action .header-dropdown .point i {
  transition: transform 0.3s ease-in-out;
}
header .action .header-dropdown .select {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  width: 100%;
  min-width: max-content;
}
header .action .header-dropdown .select.active {
  overflow-y: hidden;
}
header .select {
  padding: 0rem 0.25rem 0rem 0.5rem;
  height: auto;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  max-height: 0rem;
  color: #191919;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
header .select ul {
  padding-right: 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
header .select ul li {
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 0.5rem;
  border-radius: 1.25rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
header .select ul li i {
  color: #7b7b7b;
}
header .select ul li:hover {
  background-color: #f0e5fd;
  color: #6500ee;
}
header .select ul li:hover i {
  color: #6500ee;
}
header .select ul li.divider {
  cursor: default;
  background-color: #ffffff;
}
header .select.active {
  max-height: 18.75rem;
  padding: 0.5rem 0.25rem 0.5rem 0.5rem;
  overflow-y: auto;
}
header.hide {
  top: -100%;
}
@media (max-width: 991px) {
  header {
    padding: 1rem;
    gap: 0.75rem;
  }
  header .menu {
    background-color: transparent;
    border-color: transparent;
    flex: 1;
    gap: 0.75rem;
    padding: 0;
  }
  header .menu .menu-toggle {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 4rem;
    background-color: #140030;
    color: #ffffff;
    border: 0.0625rem solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  header .menu .menu-toggle i::before {
    font-family: "Material Icons";
    content: "\e5d2";
    font-size: 1.5rem !important;
    font-style: normal;
  }
  header .menu .logo {
    flex-grow: 1;
    background-color: #140030;
    border: 0.0625rem solid;
    padding: 0.5rem 1.25rem;
    height: 3.125rem;
    border-radius: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
  }
  header .menu .logo a {
    width: 100%;
  }
  header .menu .navigation {
    position: absolute;
    top: 5.125rem;
    left: 0;
    right: 0;
    padding: 0rem 0.75rem;
    flex-direction: column;
    gap: 0rem;
    align-items: flex-start;
    display: none;
  }
  header .menu .navigation .nav-item {
    padding: 1rem 0rem;
  }
  header .action #login {
    padding: 0.5rem;
    width: 3.125rem;
    height: 3.125rem;
  }
  header .action #login i {
    display: inline;
  }
  header .action #login span {
    display: none;
  }
  header .action #language {
    display: none;
  }
  header .action .header-dropdown .point {
    padding: 0.5rem 1rem;
    min-width: auto;
  }
  header .action .header-dropdown .point span {
    display: none;
  }
  header .action .header-dropdown img {
    max-width: 3.125rem;
    max-height: 3.125rem;
  }
  header .action .header-dropdown span {
    display: none;
  }
  header.open {
    background-color: #140030;
    bottom: 0;
    align-items: flex-start;
    gap: 0rem;
  }
  header.open .menu {
    flex: 1;
  }
  header.open .menu .menu-toggle i::before {
    content: "\e5cd";
  }
  header.open .menu .logo {
    border: 0.0625rem solid #ffffff;
    flex-grow: 1;
  }
  header.open .menu .navigation {
    display: inline;
  }
  header.open .menu::after {
    flex: 0;
  }
  header.open .action #language {
    display: inline;
    position: absolute;
    bottom: 1rem;
    left: 2rem;
  }
  header.open .action #login,
  header.open .action #user {
    display: none;
  }
  header.hide .action #login,
  header.hide .action #user {
    top: calc(-100% - 2rem);
  }
}
@media (max-width: 767px) {
  header {
    padding: 1rem;
    transition: top 0.3s ease-in-out;
  }
  header .menu {
    padding: 0rem;
  }
}

#user {
  display: none;
}

body.loggedin #user {
  display: inline;
}
body.loggedin #login {
  display: none;
}
body:has(header.open) {
  overflow: hidden;
}
body:has(#mobile-menu) #user .point i {
  transform: rotate(180deg);
}

.container {
  width: 75rem;
  margin: auto;
  display: flex;
  gap: 1rem;
  min-height: calc(var(--vh, 1vh) * 100 - 24.375rem);
}
@media (max-width: 1279px) {
  .container {
    width: calc(var(--vw, 1vw) * 100 - 20rem);
    min-width: 45rem;
  }
}
@media (max-width: 991px) {
  .container {
    width: calc(var(--vw, 1vw) * 100 - 17rem);
    min-height: calc(var(--vh, 1vh) * 100 - 23.875rem);
  }
}
@media (max-width: 767px) {
  .container {
    width: calc(var(--vw, 1vw) * 100 - 2rem);
    min-width: auto;
    min-height: calc(var(--vh, 1vh) * 100 - 29.5rem);
  }
}

section {
  padding: 1.25rem;
}

ul.breadcrumbs {
  width: 75rem;
  display: none;
  align-items: center;
  margin: 0rem auto 1.25rem;
  padding-top: 8.125rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 991px) {
  ul.breadcrumbs {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
  }
}
ul.breadcrumbs li {
  position: relative;
  margin-right: 0.75rem;
}
ul.breadcrumbs li span {
  cursor: pointer;
  padding: 0rem 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 991px) {
  ul.breadcrumbs li span {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
  }
}
ul.breadcrumbs li:after {
  font-family: "Material Icons";
  content: "\e5cc";
  color: #7b7b7b;
  font-weight: 400;
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, calc(-50% + 0.125rem));
}
ul.breadcrumbs li:last-child {
  color: #7b7b7b;
}
ul.breadcrumbs li:last-child span {
  cursor: default;
}
ul.breadcrumbs li:last-child:after {
  content: "";
}
ul.breadcrumbs.show {
  display: flex;
}
@media (max-width: 1279px) {
  ul.breadcrumbs.show {
    width: calc(var(--vw, 1vw) * 100 - 20rem);
    min-width: 45rem;
  }
}
@media (max-width: 991px) {
  ul.breadcrumbs.show {
    width: calc(var(--vw, 1vw) * 100 - 17rem);
  }
}
@media (max-width: 767px) {
  ul.breadcrumbs {
    display: flex;
    padding-top: 6rem;
    width: calc(100svw - 2rem);
  }
  ul.breadcrumbs.show {
    width: calc(var(--vw, 1vw) * 100 - 2rem);
    min-width: auto;
  }
}

.page-title {
  padding-top: 8.125rem;
  width: 75rem;
  margin: 0rem auto 1.25rem;
}
@media (max-width: 1279px) {
  .page-title {
    width: calc(100svw - 20rem);
    min-width: 45rem;
  }
}
@media (max-width: 991px) {
  .page-title {
    width: calc(100svw - 17rem);
  }
}
@media (max-width: 767px) {
  .page-title {
    display: none;
  }
}

#sidebar-placeholder {
  flex: 3;
  max-width: 18.5rem;
}
#sidebar-placeholder + main {
  flex: 9;
  max-width: 55.5rem;
}
@media (max-width: 991px) {
  #sidebar-placeholder {
    display: none;
  }
  #sidebar-placeholder + main {
    flex: 12;
  }
}

main {
  flex: 12;
}

body:has(#mobile-menu) .container {
  min-height: calc(var(--vh, 1vh) * 100 - 21.25rem);
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

main {
  padding: 2rem;
  border-radius: 1.5rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-self: flex-start;
}
@media (max-width: 767px) {
  main {
    padding: 2rem 1rem;
    gap: 1rem;
  }
}

.main-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.main-title::before {
  content: "";
  width: 0.25rem;
  height: 1.375rem;
  background-color: #191919;
}

#mobile-menu {
  background-color: #f0e5fd;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#mobile-menu .container {
  flex-direction: column;
  min-height: calc(var(--vh, 1vh) * 100 - 21.25rem);
}
#mobile-menu .balance {
  margin-top: 6rem;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 1.5rem;
  flex: 100%;
  height: fit-content;
  flex-grow: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#mobile-menu .balance img {
  width: 1.875rem;
  height: 1.875rem;
}
#mobile-menu .mobile-menu {
  flex: 100%;
  flex-grow: 0;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 1.5rem;
}
#mobile-menu .mobile-menu li {
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 0.5rem;
  border-radius: 1.25rem;
  cursor: pointer;
}
#mobile-menu .mobile-menu li i {
  color: #7b7b7b;
}
#mobile-menu .mobile-menu li:hover {
  background-color: #f0e5fd;
  color: #6500ee;
}
#mobile-menu .mobile-menu li:hover i {
  color: #6500ee;
}
#mobile-menu .mobile-menu li.divider {
  cursor: default;
  background-color: #ffffff;
}

body:has(#mobile-menu) {
  overflow: hidden;
}

.sidenav {
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding: 1rem;
}
.sidenav li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0.5rem;
  border-radius: 1.25rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .sidenav li:hover {
    color: #7b7b7b;
  }
}
.sidenav li.active {
  background-color: #f0e5fd;
  color: #6500ee;
  cursor: default;
}
.sidenav li.divider {
  cursor: default;
}

.cookie {
  position: fixed;
  z-index: 2;
  right: 1rem;
  bottom: 1.25rem;
  left: 1rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding: 1.5rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  animation: fade-in 0.8s forwards;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
}
.cookie.fade-out {
  animation: fade-out 0.8s forwards;
  pointer-events: none;
}
@media (max-width: 767px) {
  .cookie {
    flex-direction: column;
  }
  .cookie button {
    align-self: stretch;
  }
}

@keyframes fade-in {
  0% {
    transform: translate(0, 1.25rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 1.25rem);
    opacity: 0;
  }
}
.keyvision {
  height: calc(var(--vh, 1vh) * 100 + 2.5rem);
  background-color: #140030;
  position: relative;
  margin-bottom: 2.5rem;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  border-radius: 0 0 2.5rem 2.5rem;
}
.keyvision .keyvision-img {
  margin-top: 14%;
  transform: scale(1.2);
}
.keyvision .title {
  text-align: center;
  margin-top: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}
.keyvision .title p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  .keyvision .title p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  .keyvision .keyvision-img {
    margin: calc(var(--vh, 1vh) * 25) -12.5rem 0 -12.5rem;
  }
  .keyvision .title {
    margin-top: calc(var(--vh, 1vh) * 15);
  }
}
@media (max-width: 767px) {
  .keyvision {
    overflow: hidden;
  }
  .keyvision .title p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .keyvision .title p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}

#exchange {
  padding: 5rem;
  flex-direction: column;
}
#exchange h2 {
  text-align: center;
  color: #28005f;
}
#exchange .exchange-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 4.5rem;
}
#exchange .exchange-container .tab-wrapper {
  background-color: #ffffff;
  border: 0.0625rem solid #6500ee;
  border-radius: 3rem;
  padding: 0rem 3rem;
  position: sticky;
  z-index: 2;
  transition: top 0.3s ease-in-out;
}
#exchange .exchange-container .tab-container {
  width: 100%;
}
#exchange .exchange-container .tab-container .pd-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
#exchange .exchange-container .tab-container .pd-container .pd-card {
  background-color: #ffffff;
  border: 0.1875rem solid #5100be;
  border-radius: 1.25rem;
  overflow: hidden;
  max-width: calc((100% - 4rem) / 5);
  cursor: pointer;
  position: relative;
  transition: box-shadow 0.2s ease-in-out;
}
#exchange .exchange-container .tab-container .pd-container .pd-card .pd-img {
  position: relative;
  margin: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 1rem;
}
#exchange .exchange-container .tab-container .pd-container .pd-card .pd-img + .pd-info {
  background-image: url("../images/divider_h.svg");
  background-position: top;
  background-repeat: repeat-x;
}
#exchange .exchange-container .tab-container .pd-container .pd-card .pd-info {
  padding: 1.25rem 1.25rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#exchange .exchange-container .tab-container .pd-container .pd-card .pd-info h6 {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#exchange .exchange-container .tab-container .pd-container .pd-card .pd-info .points {
  color: #5100be;
  display: flex;
  gap: 0.5rem;
}
#exchange .exchange-container .tab-container .pd-container .pd-card .pd-info .points img {
  width: 1.5rem;
  height: 1.5rem;
}
#exchange .exchange-container .tab-container .pd-container .pd-card .pd-info .points h5 span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 991px) {
  #exchange .exchange-container .tab-container .pd-container .pd-card .pd-info .points h5 span {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
  }
}
#exchange .exchange-container .tab-container .pd-container .pd-card.redeemed .pd-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
#exchange .exchange-container .tab-container .pd-container .pd-card.redeemed .pd-img::after {
  position: absolute;
  content: "兌換\a完畢";
  white-space: pre;
  width: 5rem;
  height: 5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.15);
  color: #f0e5fd;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
  border: 0.125rem solid #f0e5fd;
  border-radius: 6.25rem;
}
@media (max-width: 991px) {
  #exchange .exchange-container .tab-container .pd-container .pd-card.redeemed .pd-img::after {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 120%;
  }
}
@media (hover: hover) {
  #exchange .exchange-container .tab-container .pd-container .pd-card:hover {
    box-shadow: 0.3125rem 0.3125rem 0 #5100be;
  }
}
#exchange .exchange-container .tab-container button {
  display: none;
}
@media (max-width: 1279px) {
  #exchange {
    padding: 5rem 0rem;
  }
}
@media (max-width: 767px) {
  #exchange .exchange-container .tab-wrapper {
    max-width: calc(var(--vw, 1vw) * 100 - 2rem);
    padding: 0rem 1.75rem;
  }
  #exchange .exchange-container .tab-wrapper .tab-scroll-left,
  #exchange .exchange-container .tab-wrapper .tab-scroll-right {
    color: #6500ee;
    padding: 0rem 1rem;
  }
  #exchange .exchange-container .tab-wrapper .tab-scroll-left {
    border-radius: 6.25rem 0 0 6.25rem;
  }
  #exchange .exchange-container .tab-wrapper .tab-scroll-right {
    border-radius: 0 6.25rem 6.25rem 0;
  }
  #exchange .exchange-container .tab-container .tab-content .pd-container .pd-card {
    flex: calc((100% - 1rem) / 2);
    max-width: calc((100% - 1rem) / 2);
  }
  #exchange .exchange-container .tab-container .tab-content button {
    display: block;
    margin: 2rem auto 0rem;
  }
}

header ~ #exchange .exchange-container .tab-wrapper {
  top: 6.25rem;
}
header.hide ~ #exchange .exchange-container .tab-wrapper {
  top: 1rem;
}
@media (max-width: 767px) {
  header ~ #exchange .exchange-container .tab-wrapper {
    top: 5rem;
  }
}

#collect {
  margin: 0rem 1rem;
  background-color: #5100be;
  color: #ffffff;
  border-radius: 2.5rem;
}
#collect .collect-container {
  max-width: 90rem;
  margin: auto;
  padding: 4.5rem;
  display: flex;
  align-items: center;
  gap: 4.5rem;
}
#collect .collect-container .desc {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex-grow: 1;
}
#collect .collect-container .desc h2::after {
  content: "";
  display: inline-block;
  background-image: url("../images/Logo_Coin.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 6.25rem;
  height: 6.25rem;
  transform: rotate(-20deg) translate(0.5rem, -0.25rem);
}
#collect .collect-container .desc p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  #collect .collect-container .desc p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 150%;
  }
}
#collect .collect-container .collect-swiper {
  height: 25rem;
  display: flex;
  gap: 4rem;
  padding: 0rem 1.875rem;
}
#collect .collect-container .collect-swiper .navigation {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}
#collect .collect-container .collect-swiper .navigation .swiper-button-prev,
#collect .collect-container .collect-swiper .navigation .swiper-button-next {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #a366f5;
  color: #f9f9f9;
  border-radius: 6.25rem;
  transition: opacity 0.3s ease-in-out;
}
#collect .collect-container .collect-swiper .navigation .swiper-button-prev::after,
#collect .collect-container .collect-swiper .navigation .swiper-button-next::after {
  font-family: "Material Icons";
  font-size: 1.5rem;
}
#collect .collect-container .collect-swiper .navigation .swiper-button-prev.swiper-button-disabled,
#collect .collect-container .collect-swiper .navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
}
#collect .collect-container .collect-swiper .navigation .swiper-button-prev::after {
  content: "\f1e0";
}
#collect .collect-container .collect-swiper .navigation .swiper-button-next::after {
  content: "\f1e3";
}
#collect .collect-container .collect-swiper .swiper-wrapper {
  align-items: center;
}
#collect .collect-container .collect-swiper .swiper-slide {
  width: 17.5rem;
  aspect-ratio: 10/7;
  background-color: #8433f1;
  color: #ffffff;
  border-radius: 1.25rem;
  position: relative;
  box-shadow: 0.1875rem 0.1875rem 0.3125rem 0 rgba(31, 0, 73, 0.7);
  padding: 2.5rem 1.25rem;
}
#collect .collect-container .collect-swiper .swiper-slide .card-bottom {
  position: absolute;
  background-image: url("../images/card-bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 5.625rem;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#collect .collect-container .collect-swiper .swiper-pagination {
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 1279px) {
  #collect .collect-container {
    padding: 3.375rem;
  }
  #collect .collect-container .collect-swiper {
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 6.25rem;
  }
  #collect .collect-container .collect-swiper .swiper-pagination {
    flex: 1;
    writing-mode: initial;
    text-orientation: initial;
    text-align: left;
  }
  #collect .collect-container .collect-swiper .navigation {
    order: 3;
    flex: 1;
    flex-direction: row;
    justify-content: flex-end;
    gap: 1rem;
  }
}
@media (max-width: 991px) {
  #collect .collect-container {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #collect .collect-container {
    padding: 4.5rem 1.25rem 4rem;
  }
  #collect .collect-container .desc h2 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
  }
  #collect .collect-container .desc h2::after {
    transform: rotate(-20deg);
  }
  #collect .collect-container .desc p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  #collect .collect-container .desc p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  #collect .collect-container .collect-swiper {
    flex-wrap: wrap;
    align-items: center;
    padding: 0rem 1.25rem;
    gap: 2.5rem;
    height: 21.25rem;
  }
  #collect .collect-container .collect-swiper .swiper-wrapper {
    align-items: center;
  }
  #collect .collect-container .collect-swiper .swiper-slide {
    width: 15rem;
  }
  #collect .collect-container .collect-swiper .swiper-slide .card-bottom {
    bottom: -0.875rem;
  }
}

.direction {
  background-color: #140030;
  position: relative;
  padding: 7.5rem 1rem 0rem;
}
.direction .direction-container {
  border-radius: 2.5rem;
  background-color: #8433f1;
  background-image: url("../images/Vector.svg");
  background-repeat: no-repeat;
  background-position: top -0.125rem left -0.125rem;
  padding: 4.5rem 3.75rem;
  position: relative;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 4.25rem;
}
.direction .direction-container .desc {
  margin-top: 7.5rem;
  flex: 1;
}
.direction .direction-container .desc h2 {
  margin-bottom: 1.5rem;
}
.direction .direction-container .desc p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .direction .direction-container .desc p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.direction .direction-container #particle-animate {
  position: relative;
  border: 0.25rem solid #5100be;
  background-color: #f8f7ff;
  flex: 1;
  max-width: 40rem;
  aspect-ratio: 4/3;
  border-radius: 2.5rem;
  overflow: hidden;
  /*
  &::after {
    content: url("../images/Logo-light.svg");
    position: absolute;
    top: px(36);
    right: px(36);
    background-color: color(gray-50);
    border: px(2) solid color(primary-600);
    padding: px(16) px(24);
    @include rounded(100);
  }
  */
}
.direction .direction-container #particle-animate .Logo-light {
  position: absolute;
  top: 2.25rem;
  right: 2.25rem;
  background-color: #f9f9f9;
  border: 0.125rem solid #5100be;
  padding: 1rem 1.5rem;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.direction .direction-container #particle-animate .Logo-light img {
  height: 1.25rem;
}
.direction .direction-container .decorate {
  position: absolute;
  top: 0;
  left: 0;
  height: 5.625rem;
  background-color: #f0e5fd;
  border-radius: 6.25rem;
}
.direction::before {
  position: absolute;
  content: "";
  background-color: #f0e5fd;
  top: -0.0625rem;
  right: 0;
  left: 0;
  height: 2.5rem;
  border-radius: 0rem 0rem 2.5rem 2.5rem;
}
@media (max-width: 991px) {
  .direction .direction-container {
    gap: 2.5rem;
  }
  .direction .direction-container #particle-animate {
    /*
    &::after {
      top: px(16);
      right: px(16);
      padding: px(8) px(12);
      height: px(26);
    }
    */
  }
  .direction .direction-container #particle-animate .Logo-light {
    top: 1rem;
    right: 1rem;
    padding: 0.5rem 0.75rem;
    border: 0.0625rem solid #5100be;
  }
  .direction .direction-container #particle-animate .Logo-light img {
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .direction .direction-container {
    background-image: url("../images/Vector_m.svg");
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 1.25rem;
  }
  .direction .direction-container .desc {
    margin-top: 11.25rem;
    text-align: center;
  }
  .direction .direction-container .desc p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .direction .direction-container .desc p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .direction .direction-container #particle-animate {
    flex: 100%;
    max-width: 100%;
    width: 100%;
  }
  .direction .direction-container .decorate {
    width: 5.625rem;
    overflow: hidden;
  }
  .direction .direction-container .decorate svg {
    width: 16.875rem !important;
    margin-left: -1rem;
  }
}

.index-footer::before {
  display: none;
}

.mypoints {
  background-color: #191919;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem;
  color: #ffffff;
}
.mypoints .points {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 991px) {
  .mypoints .points {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 120%;
  }
}
.mypoints .points .coin {
  width: 2.5rem;
  height: 2.5rem;
  align-self: center;
}
.mypoints .points span {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  .mypoints .points span {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.mypoints .expired-info {
  display: flex;
  gap: 2rem;
  padding: 0rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 991px) {
  .mypoints .expired-info {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
  }
}
.mypoints .expired-info li {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mypoints .expired-info li.divider {
  flex: 0;
}
@media (max-width: 767px) {
  .mypoints {
    padding: 2rem 1rem;
  }
  .mypoints .expired-info {
    gap: 0.5rem;
    padding: 0rem;
  }
}

.note {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #f9f9f9;
  color: #191919;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .note {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
  }
}

ul.point-list > li {
  padding: 1.25rem 0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 0.0625rem solid #d7d7d7;
}
ul.point-list > li .desc p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  ul.point-list > li .desc p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}
ul.point-list > li .desc span {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  color: #959595;
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  ul.point-list > li .desc span {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
  }
}
ul.point-list > li .desc span + span {
  padding-left: 1rem;
  margin-left: -0.375rem;
}
ul.point-list > li .desc span + span::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.0625rem;
  height: 1.25rem;
  background-color: #e5e5e5;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
}
ul.point-list > li .coin {
  height: 1.5rem;
  min-width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 991px) {
  ul.point-list > li .coin {
    font-size: 1rem;
    font-weight: 700;
    line-height: 120%;
  }
}
ul.point-list.deduction li .coin {
  color: #c13515;
}
ul.point-list + button {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}

.empty {
  text-align: center;
}
.empty p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  margin: 1rem 0rem;
}
@media (max-width: 991px) {
  .empty p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.empty button {
  margin: auto;
}

.ticket-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}
.ticket-list li {
  border-radius: 1.25rem;
  background-color: #6500ee;
  display: flex;
  height: 9.375rem;
  cursor: pointer;
}
.ticket-list li .ticket-info {
  flex: 1;
  border: 0.1875rem solid #5100be;
  background-color: #ffffff;
  border-radius: 1.25rem;
  display: flex;
  overflow: hidden;
}
.ticket-list li .ticket-info .ticket-img {
  aspect-ratio: 1;
  height: 100%;
  background-image: url("../images/product/Product-default.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ticket-list li .ticket-info .ticket-img:has(img) {
  background-image: none;
}
.ticket-list li .ticket-info .ticket-desc {
  background-image: url("../images/divider_v.svg");
  background-position: left;
  background-repeat: repeat-y;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ticket-list li .ticket-info .ticket-desc dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  .ticket-list li .ticket-info .ticket-desc dl {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.ticket-list li .ticket-info .ticket-desc dl dt {
  flex: 4rem;
  color: #7b7b7b;
}
.ticket-list li .ticket-info .ticket-desc dl dd {
  flex: calc(100% - 5rem);
  color: #191919;
}
.ticket-list li .ticket-badge,
.ticket-list li .ticket-stamp {
  color: #ffffff;
  writing-mode: vertical-lr;
  flex: 3.5rem;
  max-width: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ticket-list li .ticket-stamp {
  padding-right: 1rem;
  flex: 7.25rem;
  max-width: 7.25rem;
}
.ticket-list.invalid li {
  background-color: #ffffff;
  border: 0.1875rem solid #b0b0b0;
}
.ticket-list.invalid li .ticket-info {
  border: none;
}
.ticket-list.invalid li .ticket-info .ticket-img {
  opacity: 0.6;
}
.ticket-list.invalid li .ticket-info .ticket-desc {
  opacity: 0.4;
}
.ticket-list + button {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .ticket-list li {
    position: relative;
  }
  .ticket-list li .ticket-info .ticket-img {
    display: none;
  }
  .ticket-list li .ticket-info .ticket-desc {
    background-image: none;
    justify-content: center;
  }
  .ticket-list li .ticket-stamp {
    width: 6.25rem;
    height: 6.25rem;
    padding: 0rem;
    position: absolute;
    top: 50%;
    right: -0.75rem;
    transform: translateY(-50%);
  }
  .ticket-list.invalid li {
    overflow: hidden;
    height: auto;
  }
}

.product-content {
  background-color: #f8f7ff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}
.product-content .product-code,
.product-content .product-serial,
.product-content .product-info {
  background-color: #ffffff;
}
.product-content .product-code,
.product-content .product-serial {
  display: flex;
  padding: 1.25rem 1rem;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
}
.product-content .product-code .barcode,
.product-content .product-serial .barcode {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.125rem;
  cursor: pointer;
}
.product-content .product-code .barcode span,
.product-content .product-serial .barcode span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
}
.product-content .product-code .barcode span::after,
.product-content .product-serial .barcode span::after {
  font-family: "Material Icons";
  content: "\e145";
  font-weight: 100;
  height: 1.625rem;
  width: 1.625rem;
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #d7d7d7;
  border-radius: 6.25rem;
}
.product-content .product-serial .input-wrapper:not(:first-child) {
  margin-top: -1.75rem;
}
.product-content .product-serial .copied {
  color: #26bc7d;
}
.product-content .product-info {
  padding: 2rem 1rem;
  position: relative;
}
.product-content .product-info .tab-container {
  margin-top: 1rem;
}
.product-content .product-info ol {
  padding-left: 0.5rem;
}
.product-content .product-info ol > li {
  margin-bottom: 0;
  gap: 0.25rem;
}
.product-content .product-info ol > li::before {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.product-content .product-info .product-title {
  display: flex;
  gap: 1rem;
  align-items: center;
  height: 6.25rem;
  flex: 100%;
}
.product-content .product-info .product-title .product-img {
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-content .product-info .stamp {
  display: none;
  position: absolute;
  right: 1rem;
  top: 6.875rem;
  width: 6.25rem;
  height: 6.25rem;
}
.product-content .product-info.product-details {
  justify-content: center;
  gap: 1rem;
}
.product-content .product-info.product-details ul {
  flex: 100%;
}
.product-content .product-info.product-details ul li {
  display: flex;
  gap: 1rem;
  padding: 0.75rem 0rem;
  border-bottom: 0.0625rem solid #d7d7d7;
}
.product-content .product-info.product-details ul li .title {
  color: #7b7b7b;
}
.product-content .product-info.product-details ul li:last-child {
  border: none;
}
.product-content.used .product-code .barcode, .product-content.expired .product-code .barcode {
  cursor: default;
}
.product-content.used .product-code img,
.product-content.used .product-code span, .product-content.expired .product-code img,
.product-content.expired .product-code span {
  opacity: 0.4;
}
.product-content.used .product-code img::after,
.product-content.used .product-code span::after, .product-content.expired .product-code img::after,
.product-content.expired .product-code span::after {
  display: none;
}
.product-content.used .product-serial .input-wrapper, .product-content.expired .product-serial .input-wrapper {
  opacity: 0.4;
}
.product-content.used .product-serial .input-wrapper input, .product-content.expired .product-serial .input-wrapper input {
  border-color: #d7d7d7;
  background-color: #f9f9f9;
  color: #7b7b7b;
}
.product-content.used .product-info .stamp, .product-content.expired .product-info .stamp {
  display: inline;
}

#barcode-full {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 5;
  padding: 5.75rem 7.5rem 3.75rem;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
#barcode-full .barcode {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30rem;
}
#barcode-full .barcode img {
  height: 11.625rem;
}
#barcode-full i {
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  border-radius: 6.25rem;
  background-color: #f9f9f9;
  color: #7b7b7b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#barcode-full.show {
  display: flex;
}
@media (max-width: 767px) {
  #barcode-full .barcode {
    transform: rotate(90deg);
  }
  #barcode-full i {
    position: fixed;
    top: 1rem;
    right: 1rem;
  }
}

@media (max-width: 767px) {
  .popup-ticket.bottom_sheet {
    padding: 3.75rem 0rem 0rem;
    opacity: 0;
  }
  .popup-ticket.bottom_sheet .popup-container {
    padding: 0rem;
  }
  .popup-ticket.bottom_sheet.show {
    bottom: 0;
    opacity: 1;
  }
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 4;
}

ul.member-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 0rem;
}
ul.member-list li:not(:last-child) {
  border-bottom: 0.0625rem solid #d7d7d7;
}
ul.member-list li .label {
  max-width: calc(50% - 0.75rem);
}
ul.member-list li .label span {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  ul.member-list li .label span {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 150%;
  }
}
ul.member-list li .label span.desc {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 120%;
  color: #959595;
}
@media (max-width: 991px) {
  ul.member-list li .label span.desc {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
  }
}
ul.member-list li .value {
  flex: 1;
  max-width: calc(50% - 0.75rem);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  cursor: pointer;
  color: #7b7b7b;
}
ul.member-list li .value span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.member-list li .value i {
  color: #d7d7d7;
  width: 1.5rem;
}

#name .popup-container {
  overflow-y: hidden;
}

.popup-slot {
  padding: 0.75rem 1rem;
  background-color: #f9f9f9;
  border-radius: 1.25rem;
  border: 0.0625rem solid #d7d7d7;
  color: #7b7b7b;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  word-break: break-all;
}
@media (max-width: 991px) {
  .popup-slot {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}

.other-pages {
  align-items: center;
  justify-content: space-between;
  width: 45rem;
  max-width: calc(var(--vw, 1vw) * 100 - 2.5rem);
  min-height: calc(var(--vh, 1vh) * 100 - 15.1875rem);
}
.other-pages .desc {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  color: #626262;
}
.other-pages .desc h3,
.other-pages .desc h4 {
  color: #191919;
  margin-bottom: 0.5rem;
}
.other-pages .desc ul {
  margin: -1.25rem 0rem 0rem 1.25rem;
  list-style-type: disc;
}
.other-pages .denied {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  color: #626262;
  flex: 1;
}
.other-pages .denied h3,
.other-pages .denied h4 {
  color: #191919;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .other-pages .desc {
    flex: 1;
    padding-top: 5rem;
  }
  .other-pages .denied {
    padding-top: 5rem;
  }
  .other-pages .error-img {
    display: none;
  }
}

.product .main-info {
  display: flex;
  gap: 2.5rem;
}
.product .main-info .product-img {
  width: 26.875rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .main-info .product-info {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  flex-grow: 1;
}
.product .main-info .product-info .name p {
  color: #7b7b7b;
  margin-bottom: 0.5rem;
}
.product .main-info .product-info .points {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product .main-info .product-info .points img {
  width: 1.875rem;
  height: 1.875rem;
}
.product .main-info .product-info .points h5 span {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 991px) {
  .product .main-info .product-info .points h5 span {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 120%;
  }
}
.product .main-info .product-info .exchange {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.product .main-info .product-info .exchange .counting {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product .main-info .product-info .exchange button {
  flex-grow: 1;
}
.product .details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product .confirm-title {
  text-align: center;
}
.product .confirm-title p {
  margin-top: 1rem;
  color: #7b7b7b;
}
.product .receipt {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.product .receipt .confirm-product,
.product .receipt .confirm-detail {
  display: flex;
  padding: 2rem;
  background-color: #f9f9f9;
  border-radius: 1rem;
}
.product .receipt .confirm-product {
  gap: 2.5rem;
  position: relative;
}
.product .receipt .confirm-product .product-img {
  flex-shrink: 0;
  width: 12.5rem;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .receipt .confirm-product .product-info {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  flex-grow: 1;
  word-break: break-all;
}
.product .receipt .confirm-product .product-info .name p {
  color: #7b7b7b;
  margin-bottom: 0.5rem;
}
.product .receipt .confirm-product .product-info .points {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product .receipt .confirm-product .product-info .points img {
  width: 1.875rem;
  height: 1.875rem;
}
.product .receipt .confirm-product .quantity {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  background-color: #f0e5fd;
  color: #6500ee;
  border-radius: 1.25rem;
}
.product .receipt .confirm-detail {
  gap: 1rem;
  flex-direction: column;
}
.product .receipt .confirm-detail .content li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.product .receipt .confirm-detail .content li .label {
  color: #7b7b7b;
}
.product .actions {
  display: flex;
  gap: 2.5rem;
}
.product .actions button {
  flex: 1;
}
.product #exchange-failed,
.product #exchange-success {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.product #exchange-failed .exchange-img,
.product #exchange-failed .exchange-info,
.product #exchange-failed .exchange-action,
.product #exchange-success .exchange-img,
.product #exchange-success .exchange-info,
.product #exchange-success .exchange-action {
  text-align: center;
}
.product #exchange-failed .exchange-img,
.product #exchange-success .exchange-img {
  width: 6.25rem;
  aspect-ratio: 1;
  margin: 0 auto;
}
.product #exchange-failed .exchange-info p,
.product #exchange-success .exchange-info p {
  color: #7b7b7b;
  margin-top: 0.5rem;
}
.product #exchange-failed {
  min-height: calc(var(--vh, 1vh) * 100 - 12.5rem);
  width: 100%;
  padding-top: 8.125rem;
}
.product #exchange-failed .exchange-img,
.product #exchange-failed .exchange-info,
.product #exchange-failed .exchange-action {
  text-align: center;
}
.product #exchange-failed .exchange-info p {
  color: #7b7b7b;
  margin-top: 0.5rem;
}
.product #exchange-failed .exchange-action button {
  margin: 0 auto;
}
.product #exchange-success {
  gap: 2.5rem;
  margin-top: 8.125rem;
}
.product #exchange-success .success-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product #exchange-success .exchange-action {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
.product #exchange-success .receipt {
  gap: 0rem;
  overflow: hidden;
  border-radius: 1rem;
}
.product #exchange-success .receipt .confirm-product,
.product #exchange-success .receipt .confirm-detail {
  border-radius: 0rem;
}
@media (max-width: 1279px) {
  .product .main-info .product-info .exchange {
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .product .main-info .product-info .exchange .counting {
    flex: 100%;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .product main {
    gap: 2.5rem;
  }
  .product .main-info {
    flex-direction: column;
  }
  .product .main-info .product-img {
    max-width: calc(var(--vw, 1vw) * 100 - 4rem);
  }
  .product .main-info .product-info hr {
    display: none;
  }
  .product .main-info .product-info .exchange {
    background-color: #ffffff;
    gap: 2.25rem;
  }
  .product .main-info .product-info .exchange button.btn-xl {
    padding: 0.75rem 1rem;
    border-radius: 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .product .main-info .product-info .exchange button.btn-xl {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .product .main-info .product-info .exchange .counting {
    margin-bottom: 0;
  }
  .product .receipt .confirm-product,
  .product .receipt .confirm-detail {
    padding: 2rem 1rem;
  }
  .product .receipt .confirm-product {
    flex-direction: column;
    align-items: center;
  }
  .product .actions {
    background-color: #ffffff;
    gap: 1.25rem;
  }
  .product .actions button {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    border-radius: 1.25rem;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .product .actions button {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .product #exchange-failed {
    padding-top: 6rem;
  }
  .product #exchange-success .exchange-action {
    flex-direction: column-reverse;
    gap: 1.25rem;
  }
}

.regulations {
  gap: 1.5rem;
}
.regulations ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.regulations h5 {
  margin-bottom: 0.5rem;
}
.regulations h6 {
  line-height: 150%;
}