.vip-star[data-v-7731f830] {
  --size: var(--7731f830-sizePx);
  width: var(--size);
  height: var(--size);
  background-image: url("/images/vip/stars-sprite.webp?v=1");
  background-size: 300% 300%;
}
.vip-star[data-tier=iron][data-v-7731f830] {
  background-position: 0 0;
}
.vip-star[data-tier=steel][data-v-7731f830] {
  background-position: calc(-1 * var(--size)) 0;
}
.vip-star[data-tier=bronze][data-v-7731f830] {
  background-position: 0 calc(-1 * var(--size));
}
.vip-star[data-tier=silver][data-v-7731f830] {
  background-position: calc(-1 * var(--size)) calc(-1 * var(--size));
}
.vip-star[data-tier=gold][data-v-7731f830] {
  background-position: calc(-2 * var(--size)) 0;
}
.vip-star[data-tier=platinum][data-v-7731f830] {
  background-position: calc(-2 * var(--size)) calc(-1 * var(--size));
}
.vip-star[data-tier=diamond][data-v-7731f830] {
  background-position: 0 calc(-2 * var(--size));
}
.max-button[data-v-944a1fee] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  padding: 14px 32px;
  font-weight: 600;
  background-color: #0080FF;
  border-radius: 10px;
  line-height: 100%;
}
.max-button[secondary][data-v-944a1fee] {
  padding: 14px 16px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.max-button[green][data-v-944a1fee] {
  background-color: #0a9a49;
}
.max-button[disabled][data-v-944a1fee] {
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.4);
}
.max-button[outlined][data-v-944a1fee] {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.max-button[data-v-944a1fee]:hover {
  filter: brightness(103%);
}
.max-button[data-v-944a1fee]:active {
  filter: brightness(97%);
}
.social-button[data-v-944a1fee] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 10px;
  background: #fff;
  gap: 10px;
  color: #160526;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
}
.social-button[data-v-944a1fee]:hover {
  filter: brightness(105%);
}
.social-button[data-v-944a1fee]:active {
  filter: brightness(97%);
}
.social-button[data-v-944a1fee]:disabled {
  pointer-events: none;
  filter: grayscale(1);
}
.social-button svg[data-v-944a1fee] {
  max-width: 24px;
  max-height: 24px;
}
.vip-progress[data-v-237088ea] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
}
.bg-gray[data-v-237088ea] {
  border-radius: 6px;
  background: rgba(115, 116, 123, 0.2);
}
.user-tier[data-v-237088ea] {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 10px;
}
.user-tier .texts-wrapper[data-v-237088ea] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.user-tier .texts-wrapper p[data-v-237088ea] {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.7;
}
.user-tier .texts-wrapper p[data-v-237088ea]:nth-child(2) {
  font-size: 15px;
  font-weight: 600;
  opacity: 1;
}
.user-progress[data-v-237088ea] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.user-progress .top-block[data-v-237088ea] {
  text-align: center;
  padding: 0;
}
.user-progress h2[data-v-237088ea] {
  display: none;
}
.user-progress .next-tier[data-v-237088ea] {
  background: var(--steel, linear-gradient(180deg, #8dc2f6 0%, #4986c2 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.user-progress .points-left[data-v-237088ea] {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}
.user-progress .points-left strong[data-v-237088ea] {
  font-weight: 700;
}
.user-progress .bottom-block[data-v-237088ea] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.user-progress .progress-bar[data-v-237088ea] {
  width: 100%;
  height: 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}
.user-progress .progress-fill[data-v-237088ea] {
  height: 100%;
  width: var(--237088ea-getProgressWidth);
  border-radius: 10px;
  background: #0080ff;
}
.user-progress .text-progress[data-v-237088ea] {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.user-progress .text-progress span[data-v-237088ea] {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.7;
}
.user-progress .text-progress .current-points[data-v-237088ea] {
  flex-grow: 1;
  opacity: 1;
}
.user-progress .text-progress .separator[data-v-237088ea] {
  width: 1px;
  background: rgba(217, 217, 217, 0.4);
}
.user-rakeback[data-v-237088ea] {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  min-width: 200px;
}
.user-rakeback p[data-v-237088ea] {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}
.user-rakeback strong[data-v-237088ea] {
  color: #fff;
}
.claim-button.max-button[data-v-237088ea] {
  width: 100%;
  height: 48px;
}
.claim-button.max-button.not-available[data-v-237088ea] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
.vip-progress[data-v-237088ea] {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
}
.user-tier[data-v-237088ea] {
    width: 110px;
    flex-direction: column-reverse;
    gap: 0;
}
.user-progress[data-v-237088ea] {
    gap: 24px;
}
.user-progress .top-block[data-v-237088ea] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.user-progress .points-left[data-v-237088ea] {
    font-size: 15px;
}
.user-progress h2[data-v-237088ea] {
    display: inline-block;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
}
}
.rewards-history[data-v-0b309a3f] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
h2[data-v-0b309a3f] {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}
.rewards-carousel[data-v-0b309a3f] {
  width: 100%;
  height: 163px;
}
.rewards-carousel swiper-slide[data-v-0b309a3f] {
  width: 200px;
}
.reward-item[data-v-0b309a3f] {
  width: 200px;
  height: 163px;
  display: flex;
  padding-top: 10px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  background: rgba(115, 116, 123, 0.2);
}
.reward-item p[data-v-0b309a3f] {
  margin: 0;
  padding: 0;
}
.reward-month[data-v-0b309a3f] {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 150%;
}
.reward-amount[data-v-0b309a3f] {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
.tier-info[data-v-0b309a3f] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tier-info p[data-v-0b309a3f] {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}
.tier-info p span[data-v-0b309a3f] {
  opacity: 0.3;
}
.tier-structure[data-v-bf388bdc] {
  --color-blue: rgba(0, 128, 255, 0.3);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
h2[data-v-bf388bdc] {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  margin: 0;
}
.table[data-v-bf388bdc] {
  width: 100%;
}
.table-header[data-v-bf388bdc],
.table-row[data-v-bf388bdc] {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.table-header[data-v-bf388bdc] {
  margin-bottom: 10px;
}
.table-header span[data-v-bf388bdc] {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.7;
}
.table-body[data-v-bf388bdc] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.table-row[data-v-bf388bdc] {
  height: 44px;
}
.table-row > span[data-v-bf388bdc] {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 4px;
  padding: 4px;
}
.table-row:first-child .rakeback[data-v-bf388bdc] {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.table-row:last-child .rakeback[data-v-bf388bdc] {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: none;
}
span.tier[data-v-bf388bdc] {
  justify-content: flex-start;
  border-radius: 6px;
  background: rgba(115, 116, 123, 0.2);
}
span.tier span[data-v-bf388bdc] {
  text-transform: capitalize;
}
span.rakeback[data-v-bf388bdc] {
  background: var(--color-blue);
  box-shadow: 0 8px 0 0 var(--color-blue);
}
@media screen and (min-width: 1024px) {
.table[data-v-bf388bdc] {
    display: flex;
    gap: 10px;
}
.table-header[data-v-bf388bdc] {
    display: flex;
    flex-direction: column;
    max-width: 112px;
    align-items: flex-start;
}
.table-header span[data-v-bf388bdc] {
    height: 48px;
    display: flex;
    align-items: center;
}
.table-body[data-v-bf388bdc] {
    flex-direction: row;
    flex-grow: 1;
}
.table-row[data-v-bf388bdc] {
    display: flex;
    flex-direction: column;
    height: auto;
}
.table-row > span[data-v-bf388bdc] {
    height: 48px;
}
.table-row .rakeback[data-v-bf388bdc] {
    box-shadow: 8px 0 0 0 var(--color-blue);
}
.table-row:first-child .rakeback[data-v-bf388bdc] {
    border-radius: 6px 0 0 6px;
}
.table-row:last-child .rakeback[data-v-bf388bdc] {
    border-radius: 0 6px 6px 0;
}
}
.loyalty-tnc[data-v-55422fcc] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
h2[data-v-55422fcc] {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  align-self: stretch;
}
h3[data-v-55422fcc] {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
ul[data-v-55422fcc] {
  list-style: disc;
  padding-left: 20px !important;
}
p[data-v-55422fcc],
li[data-v-55422fcc] {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 150%;
}
.show-more-button[data-v-55422fcc] {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #0080ff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.table-wrapper[data-v-55422fcc] {
  max-width: 100vw;
  overflow-x: auto;
}
.table-wrapper[data-v-55422fcc]::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}
.table-wrapper[data-v-55422fcc]::-webkit-scrollbar-thumb {
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}
.table-wrapper[data-v-55422fcc]::-webkit-scrollbar-track {
  box-shadow: none !important;
  width: 0 !important;
  background: transparent !important;
}
@-moz-document url-prefix() {
.table-wrapper[data-v-55422fcc] {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}
}
.table[data-v-55422fcc] {
  width: 660px;
  color: #fff;
}
.table-header[data-v-55422fcc],
.table-row[data-v-55422fcc] {
  display: grid;
  grid-template-columns: repeat(4, 160px);
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
}
.table-header span[data-v-55422fcc] {
  opacity: 0.7;
  font-size: 15px;
  line-height: 150%;
}
.table-row[data-v-55422fcc]:nth-child(odd) {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
}
.table-row span[data-v-55422fcc] {
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
}
.expansion-panel[data-v-1048c70a] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  max-height: var(--1048c70a-labelHeightPx);
  overflow: hidden;
  transition: max-height 400ms ease-out;
  will-change: max-height;
}
.expansion-panel p[data-v-1048c70a] {
  margin: 0;
  width: 100%;
}
.expansion-panel .v-icon[data-v-1048c70a] {
  transform: rotate(0);
  transition: transform 250ms linear;
  will-change: transform;
}
.expansion-panel[data-v-1048c70a]:hover {
  background: rgba(255, 255, 255, 0.1);
}
.expansion-panel.expanded[data-v-1048c70a] {
  max-height: var(--1048c70a-maxHeightPx);
}
.expansion-panel.expanded .v-icon[data-v-1048c70a] {
  transform: rotate(180deg);
}
.expansion-panel.expanded .expansion-panel-content[data-v-1048c70a] {
  display: flex;
}
.expansion-panel-title[data-v-1048c70a] {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding: 24px 16px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}
.expansion-panel-content[data-v-1048c70a] {
  padding: 24px 16px 40px 16px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  line-height: 150%;
  display: none;
}
.vip-faq-section[data-v-5bc9ac5e] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  color: #fff;
  font-family: "Barlow", sans-serif;
}
h2[data-v-5bc9ac5e] {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
.expansion-panels[data-v-5bc9ac5e] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vip-club-view[data-v-2151d6fb] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: "Barlow", sans-serif;
}
.vip-club-view[data-v-2151d6fb] section {
  margin-bottom: 40px;
}
.page-header-art[data-v-2151d6fb] {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
.page-header-art[data-v-2151d6fb] {
    margin-bottom: 24px;
}
}
@supports (height: env(safe-area-inset-top)) {
@media (orientation: landscape) {
.vip-club-view[data-v-2151d6fb] {
      max-width: calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right));
      margin-inline: auto;
}
}
}

/*# sourceMappingURL=18.2f556687.css.map*/