.loyalty-level-slider.vip-ranking-fixed .swiper-container {
  height: auto;
  padding-inline: 5.6rem;
  margin-top: 0.8rem;
}

.loyalty-page {
  --Jackbit-Secondary-Background: #232a34;
}

.loyalty-level-slider.vip-ranking-fixed .swiper {
  margin: 1.2rem 0 3.4rem;
  overflow: hidden;
}

.loyalty-level-slider.vip-ranking-fixed .swiper-wrapper {
  display: flex;
  align-items: center;
  gap: 1.9rem;
  transition: transform 260ms ease;
  will-change: transform;
}

.loyalty-level-slider.vip-ranking-fixed .swiper-slide {
  flex: 0 0 clamp(8.2rem, 8.8vw, 9.8rem);
  width: auto !important;
  margin-right: 0 !important;
  transition:
    transform 220ms ease,
    opacity 220ms ease,
    filter 220ms ease;
}

.loyalty-level-slider.vip-ranking-fixed .swiper-slide img {
  width: 100%;
  border-radius: 0.8rem;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 220ms ease;
}

.loyalty-level-slider.vip-ranking-fixed .swiper-slide.is-active {
  z-index: 2;
}

.loyalty-level-slider.vip-ranking-fixed .swiper-slide.is-active img {
  transform: scale(1.28);
}

.loyalty-level-slider.vip-ranking-fixed .swiper-slide.is-nearby {
  opacity: 0.95;
}

.loyalty-level-slider.vip-ranking-fixed .swiper-slide.is-far {
  opacity: 0.72;
}

.loyalty-level-slider.vip-ranking-fixed .arrows .arrow.swiper-button-disabled {
  cursor: default;
  opacity: 0.45;
}

.loyalty-level-slider.vip-ranking-fixed .benefits {
  margin-top: 1.1rem;
}

.loyalty-level-slider.vip-ranking-fixed .range-info {
  margin-top: 0.4rem;
}

.loyalty-level-info.vip-ranking-single-column {
  display: block;
}

.loyalty-level-info.vip-ranking-single-column .loyalty-level-slider-wrapper {
  width: 100% !important;
  max-width: 100%;
}

.loyalty-level-info .info-item .icon img {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  object-fit: cover;
  border-radius: 50%;
}

.loyalty-terms-content > .bottom-content {
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 100%;
  max-width: 100%;
  margin: 1em auto;
}

.bottom-content-inner {
  background-color: #232a34;
  width: 100%;
  padding: 25px 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.bottom-content-inner.top-content {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
  padding: 25px 16px;
}

.bottom-content-inner.bottom-content {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 1px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 25px 16px;
}

.list-items {
  display: flex;
  flex-direction: column;
  flex: 1 1 70px;
  min-width: 50px;
  margin: 5px;
}

.bottom-content-inner.bottom-content .list-items {
  flex: 1;
  margin: 0 10px;
}

.bottom-content-inner.bottom-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.payment-methods-container,
.social-methods-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px 8px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.payment-methods-container li {
  width: 62px;
  height: 40px;
  padding: 4px 8px;
}

.payment-methods-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.social-methods-container li {
  width: 42px;
  height: 42px;
  padding: 4px 8px;
}

.social-methods-container li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.social-methods-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.list-items p,
.list-items a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  margin: 0;
}

.list-items a:hover {
  color: #fff;
}

.list-items .title {
  font-size: var(--font-size-sm);
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
}

.list-items p.framer-text:first-child {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
}

@media not (min-width: 920px) {
  .loyalty-level-info .info-item .icon img {
    width: 3.1rem;
    height: 3.1rem;
  }

  .loyalty-level-slider.vip-ranking-fixed .swiper-container {
    padding-inline: 4.6rem;
  }

  .loyalty-level-slider.vip-ranking-fixed .swiper-wrapper {
    gap: 1.2rem;
  }

  .loyalty-level-slider.vip-ranking-fixed .swiper-slide {
    flex-basis: clamp(6.2rem, 18vw, 7.4rem);
  }

  .loyalty-level-slider.vip-ranking-fixed .swiper-slide.is-active img {
    transform: scale(1.24);
  }

  .loyalty-level-slider.vip-ranking-fixed .benefits {
    margin-top: 0.8rem;
  }

  .loyalty-level-slider.vip-ranking-fixed .range-info {
    margin-top: 0.2rem;
  }

  .loyalty-level-slider.vip-ranking-fixed .benefits .benefit {
    gap: 0.8rem;
    font-size: 1.2rem;
  }

  .loyalty-level-slider.vip-ranking-fixed
    .benefits
    .benefit
    [data-group="LOYALTY"] {
    font-size: 1.2rem;
    line-height: 1.25;
  }

  .loyalty-level-slider.vip-ranking-fixed
    .benefits
    .benefit
    [data-benefit-value-key] {
    font-size: 1.2rem !important;
    line-height: 1.25;
  }
}

.terms-item.dynamic-terms .question svg {
  transition: transform 240ms ease;
}

.terms-item.dynamic-terms {
  background: #232a34;
  border-radius: 3rem;
}

.terms-item.dynamic-terms .question {
  height: auto;
  min-height: 4.2rem;
  padding: 1.4rem 2.4rem 0.8rem;
  background: transparent;
  border-radius: 0;
}

.loyalty-terms-content .terms-item,
.loyalty-terms-content .terms-item .question,
.loyalty-terms-content .terms-item .answer {
  background: #232a34 !important;
}

.loyalty-terms-content .terms-item {
  border-radius: 3rem !important;
  overflow: hidden;
}

.loyalty-terms-content .terms-item .question {
  border-radius: 5rem !important;
}

.loyalty-terms-content .terms-item .answer {
  border-radius: 0 0 3rem 3rem !important;
}

.terms-item.dynamic-terms .question > div {
  font-size: 1.9rem;
  font-weight: 700;
  color: #ccd6f6;
}

.terms-item.dynamic-terms .question svg {
  width: 3.2rem;
  height: 3.2rem;
}

.terms-item.dynamic-terms.is-open .question svg {
  transform: rotate(180deg);
}

.terms-item.dynamic-terms .answer.dynamic-terms-answer {
  max-height: 0;
  padding: 0 3.2rem;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 340ms ease,
    opacity 260ms ease,
    padding 340ms ease;
}

.terms-item.dynamic-terms.is-open .answer.dynamic-terms-answer {
  padding: 1.2rem 3.2rem 3.2rem;
  opacity: 1;
}

.terms-item.dynamic-terms .answer.dynamic-terms-answer p {
  margin: 0 0 2.4rem;
  font-size: 1.6rem;
  line-height: 1.65;
  color: #ccd6f6;
  text-align: center;
}

.terms-item.dynamic-terms .answer.dynamic-terms-answer .terms-list {
  margin: 0;
  padding-left: 3.2rem;
  list-style-type: disc !important;
  margin: 0 !important;
  padding-left: 3.2rem !important;
}

.terms-item.dynamic-terms .answer.dynamic-terms-answer .terms-list li {
  margin: 0 0 1.85rem;
  padding-left: 0.45rem;
  font-size: 1.6rem;
  line-height: 1.62;
  color: #ccd6f6;
  list-style-type: disc !important;
  margin: 0 0 1.85rem !important;
  padding-left: 0.45rem !important;
}

@media not (min-width: 920px) {
  .terms-item.dynamic-terms .question {
    min-height: 3.7rem;
    padding: 1rem 1.5rem 0.5rem;
  }

  .terms-item.dynamic-terms .question > div {
    font-size: 1.5rem;
  }

  .terms-item.dynamic-terms .question svg {
    width: 2.6rem;
    height: 2.6rem;
  }

  .terms-item.dynamic-terms .answer.dynamic-terms-answer {
    padding-inline: 1.8rem;
  }

  .terms-item.dynamic-terms.is-open .answer.dynamic-terms-answer {
    padding: 1rem 1.8rem 2.2rem;
  }

  .terms-item.dynamic-terms .answer.dynamic-terms-answer p {
    margin-bottom: 1.6rem;
    font-size: 1.2rem;
    line-height: 1.55;
    text-align: left;
  }

  .terms-item.dynamic-terms .answer.dynamic-terms-answer .terms-list {
    padding-left: 2.3rem !important;
  }

  .terms-item.dynamic-terms .answer.dynamic-terms-answer .terms-list li {
    margin-bottom: 1.2rem;
    padding-left: 0.3rem;
    font-size: 1.2rem;
    line-height: 1.52;
    margin-bottom: 1.2rem !important;
    padding-left: 0.3rem !important;
  }
}

.terms-item.faq-accordion .question svg {
  transition: transform 220ms ease;
}

.terms-item.faq-accordion.is-open .question svg {
  transform: rotate(180deg);
}

.terms-item.faq-accordion .answer.faq-answer {
  max-height: 0;
  padding: 0 2.5rem;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 300ms ease,
    opacity 220ms ease,
    padding 300ms ease;
}

.terms-item.faq-accordion.is-open .answer.faq-answer {
  padding: 0.6rem 2.5rem 2rem;
  opacity: 1;
}

.terms-item.faq-accordion .answer.faq-answer p,
.terms-item.faq-accordion .answer.faq-answer li,
.terms-item.faq-accordion .answer.faq-answer div {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #ccd6f6;
}

@media not (min-width: 920px) {
  .terms-item.faq-accordion .answer.faq-answer {
    padding-inline: 1.4rem;
  }

  .terms-item.faq-accordion.is-open .answer.faq-answer {
    padding: 0.4rem 1.4rem 1.2rem;
  }

  .terms-item.faq-accordion .answer.faq-answer p,
  .terms-item.faq-accordion .answer.faq-answer li,
  .terms-item.faq-accordion .answer.faq-answer div {
    font-size: 1.15rem;
    line-height: 1.45;
  }
}

@media (max-width: 767px) {
  body {
    padding: 12px;
  }

  .bottom-content-inner.top-content {
    grid-template-columns: 1fr;
  }
}
