*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #0F0C1A;
  color: #C4B8E8;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  font-family: 'DM Sans', sans-serif;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  color: inherit;
  text-decoration: none;
}button {
  font: inherit;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.fgi-layout-ths {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.fgi-page-ths {
  min-height: 100vh;
  display: flex;
}.fgi-main-ths {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media(min-width: 1083px) {.fgi-main-ths {
  padding-left: 13.75rem;
}
}
@media(max-width: 1077px) {.fgi-main-ths {
  padding-bottom: 72px;
}
}.fgi-gc-ths {
  border-radius: 10px;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #150F25;
  flex-shrink: 0;
  position: relative;
  width: 8.75rem;
  cursor: pointer;
}
@media(min-width: 638px) {.fgi-gc-ths {
  width: 156px;
}
}
@media(min-width: 1081px) {.fgi-gc-ths {
  width: 10.5rem;
}
}.fgi-gc-ths:hover {
  border-color: rgba(123, 79, 232, 0.08);
  transform: translateY(-3px);
}.fgi-gc_img-ths {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.fgi-gc_img-ths img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.fgi-gc_hover-ths {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 6, 15, 0.72);
  position: absolute;
  align-items: center;
  justify-content: center;
  opacity: 0;
  display: flex;
}.fgi-gc-ths:hover .fgi-gc_hover-ths {
  opacity: 1;
}.fgi-gc_hover_btn-ths {
  border-radius: 6px;
  background: #7B4FE8;
  padding: 0.5rem 1rem;
  font-weight: 700;
  color: #F2ECFF;
  font-size: 0.75rem;
}.fgi-gc_info-ths {
  padding: 8px 10px 10px;
}.fgi-gc_name-ths {
  overflow: hidden;
  color: #C4B8E8;
  max-width: 100%;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.75rem;
  margin-bottom: 3px;
}.fgi-gc_prov-ths {
  font-size: 0.625rem;
  color: #574A7A;
}.fgi-gc_tag-ths {
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 0.563rem;
  left: 0.375rem;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
  top: 0.375rem;
  letter-spacing: .04em;
  position: absolute;
}.fgi-gc_tag_hot-ths {
  background: #E83050;
  color: #fff;
}.fgi-gc_tag_new-ths {
  background: #20C878;
  color: #0F0C1A;
}.fgi-gc_tag_jp-ths {
  background: #F0A020;
  color: #0F0C1A;
}.fgi-gc_tag_ex-ths {
  background: #EE54A8;
  color: #fff;
}.fgi-gc_tag_live-ths {
  background: #E83050;
  color: #fff;
}.fgi-gr-ths {
  padding: 2rem 1rem 0;
  background: #0F0C1A;
}
@media(min-width: 765px) {.fgi-gr-ths {
  padding: 2.25rem 24px 0;
}
}.fgi-gr_in-ths {
  margin: 0 auto;
  max-width: 82.5rem;
}.fgi-gr_head-ths {
  gap: 0.75rem;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.fgi-gr_head_l-ths {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.fgi-gr_ic-ths {
  border-radius: 0.625rem;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  height: 32px;
  width: 32px;
  display: flex;
}.fgi-gr_ic-ths svg {
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
}.fgi-gr_title-ths {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F2ECFF;
  font-size: 1rem;
}
@media(min-width: 771px) {.fgi-gr_title-ths {
  font-size: 1.125rem;
}
}.fgi-gr_more-ths {
  transition: color .2s;
  gap: 0.313rem;
  color: #70619E;
  align-items: center;
  font-weight: 600;
  font-size: 0.75rem;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
}.fgi-gr_more-ths:hover {
  color: #7B4FE8;
}.fgi-gr_more-ths svg {
  height: 12px;
  stroke-linejoin: round;
  width: 12px;
  stroke-linecap: round;
}.fgi-gr_arrows-ths {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.fgi-gr_arr-ths {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  justify-content: center;
  width: 1.875rem;
  color: #9585C4;
  display: flex;
  height: 1.875rem;
  align-items: center;
}.fgi-gr_arr-ths:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F2ECFF;
}.fgi-gr_arr-ths svg {
  width: 0.813rem;
  height: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.fgi-gr_seo_h-ths {
  margin: 0 0 6px;
  font-weight: 700;
  color: #C4B8E8;
  max-width: 42.5rem;
  font-family: 'Space Grotesk', sans-serif;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}
@media(min-width:768px) {.fgi-gr_seo_h-ths {
  font-size: 14px;
}
}.fgi-gr_seo-ths {
  margin-bottom: 0.75rem;
  line-height: 1.55;
  max-width: 680px;
  color: #70619E;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.fgi-gr_seo-ths strong {
  color: #C4B8E8;
  font-weight: 600;
}.fgi-gr_scroll-ths {
  gap: 10px;
  scrollbar-width: none;
  padding-bottom: 10px;
  overflow-x: auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
}.fgi-gr_scroll-ths::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.fgi-gr_scroll-ths {
  gap: 0.75rem;
}
}.fgi-tb-ths {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0F0C1A;
  height: 56px;
  right: 0;
  display: flex;
  z-index: 80;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
}.fgi-tb_in-ths {
  gap: 0;
  padding: 0 14px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}.fgi-tb_burger-ths {
  gap: 0.313rem;
  border-radius: 0.625rem;
  height: 2.375rem;
  width: 2.375rem;
  display: flex;
  flex-shrink: 0;
  margin-right: 8px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}.fgi-tb_burger-ths:hover {
  background: rgba(255, 255, 255, 0.05);
}.fgi-tb_burger_line-ths {
  background: #9585C4;
  border-radius: 1px;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width: 1083px) {.fgi-tb_burger-ths {
  display: none;
}
}.fgi-tb_logo-ths {
  gap: 0.563rem;
  margin-right: 20px;
  flex-shrink: 0;
  font-size: 18px;
  letter-spacing: -.01em;
  color: #F2ECFF;
  font-weight: 800;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
}.fgi-tb_logo_mark-ths {
  overflow: hidden;
  border-radius: 10px;
  width: 32px;
  justify-content: center;
  height: 2rem;
  display: flex;
  align-items: center;
}.fgi-tb_logo_mark-ths img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.fgi-tb_nav-ths {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 642px) {.fgi-tb_nav-ths {
  display: flex;
}
}.fgi-tb_tab-ths {
  transition: background .15s,color .15s;
  border-radius: 10px;
  padding: 0.5rem 14px;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  color: #9585C4;
}.fgi-tb_tab-ths:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2ECFF;
}.fgi-tb_tab-ths.fgi-state_active-ths {
  background: rgba(123, 79, 232, 0.18);
  color: #F2ECFF;
}.fgi-tb_right-ths {
  gap: 8px;
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
  display: flex;
}.fgi-tb_login-ths {
  padding: 0.563rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  color: #C4B8E8;
  display: none;
  font-size: 13px;
  font-weight: 600;
}.fgi-tb_login-ths:hover {
  border-color: rgba(255, 255, 255, 0.20);
  color: #F2ECFF;
}
@media(min-width: 483px) {.fgi-tb_login-ths {
  display: block;
}
}.fgi-tb_reg-ths {
  background: #20C878;
  padding: 9px 1.125rem;
  transition: background .2s;
  border-radius: 10px;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #0C0918;
  font-weight: 700;
}.fgi-tb_reg-ths:hover {
  background: #28E088;
}.fgi-sb-ths {
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  background: #1A1530;
  overflow-y: auto;
  left: 0;
  top: 56px;
  width: 13.75rem;
  position: fixed;
  z-index: 70;
  bottom: 0;
}.fgi-sb-ths.fgi-state_open-ths {
  transform: translateX(0);
}.fgi-sb-ths::-webkit-scrollbar {
  width: 4px;
}.fgi-sb-ths::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.fgi-sb-ths {
  transform: translateX(0);
}
}.fgi-sb_auth-ths {
  padding: 0.875rem 12px 0.625rem;
}.fgi-sb_btn_reg-ths {
  transition: background .2s;
  padding: 0.688rem;
  background: #20C878;
  border-radius: 10px;
  display: block;
  font-size: 0.813rem;
  font-weight: 700;
  text-align: center;
  color: #0C0918;
  margin-bottom: 0.5rem;
}.fgi-sb_btn_reg-ths:hover {
  background: #28E088;
}.fgi-sb_btn_login-ths {
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  text-align: center;
  display: block;
  font-size: 0.813rem;
  font-weight: 600;
  color: #C4B8E8;
}.fgi-sb_btn_login-ths:hover {
  border-color: rgba(255, 255, 255, 0.20);
  color: #F2ECFF;
}.fgi-sb_promo-ths {
  background: linear-gradient(135deg,#2E0F6A,#1A1530);
  border-radius: 0.625rem;
  padding: 0.75rem 14px;
  overflow: hidden;
  border: 1px solid rgba(123, 79, 232, 0.18);
  margin: 0 0.75rem 0.625rem;
  position: relative;
}.fgi-sb_promo-ths::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(123, 79, 232, 0.18),transparent 70%);
  position: absolute;
  width: 80px;
  content: '';
  top: -1.25rem;
  right: -20px;
  height: 80px;
}.fgi-sb_promo_title-ths {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .06em;
  margin-bottom: 4px;
  color: #7B4FE8;
}.fgi-sb_promo_text-ths {
  font-size: 0.75rem;
  line-height: 1.35;
  overflow-wrap: break-word;
  color: #F2ECFF;
  font-weight: 600;
}.fgi-sb_promo_sub-ths {
  color: #70619E;
  margin-top: 3px;
  font-size: 0.625rem;
}.fgi-sb_nav-ths {
  padding: 0.375rem 8px 1rem;
}.fgi-sb_nav_lb-ths {
  padding: 10px 8px 6px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .08em;
  color: #574A7A;
}.fgi-sb_link-ths {
  gap: 10px;
  padding: 0.563rem 10px;
  transition: background .15s,color .15s;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  align-items: center;
  font-weight: 500;
  overflow-wrap: break-word;
  display: flex;
  color: #9585C4;
}.fgi-sb_link-ths:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2ECFF;
}.fgi-sb_link-ths.fgi-state_active-ths {
  background: rgba(123, 79, 232, 0.18);
  color: #F2ECFF;
}.fgi-sb_ic-ths {
  border-radius: 0.375rem;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  width: 1.875rem;
  justify-content: center;
  align-items: center;
}.fgi-sb_ic-ths svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
  height: 16px;
}.fgi-sb_ic_1-ths {
  background: rgba(123, 79, 232, 0.08);
  color: #7B4FE8;
}.fgi-sb_ic_2-ths {
  background: rgba(32, 200, 120, 0.14);
  color: #20C878;
}.fgi-sb_ic_3-ths {
  background: rgba(240, 160, 32, 0.14);
  color: #F0A020;
}.fgi-sb_ic_4-ths {
  background: rgba(238, 84, 168, 0.16);
  color: #EE54A8;
}.fgi-sb_ic_5-ths {
  background: rgba(123, 79, 232, 0.08);
  color: #F060B4;
}.fgi-sb_ic_6-ths {
  background: rgba(238, 84, 168, 0.16);
  color: #A030E8;
}.fgi-sb_badge-ths {
  background: #F0A020;
  border-radius: 0.375rem;
  padding: 2px 0.438rem;
  margin-left: auto;
  color: #0C0918;
  font-size: 9px;
  font-weight: 700;
}.fgi-sb_bot-ths {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  padding: 12px;
  display: flex;
}.fgi-sb_lang-ths,.fgi-sb_help-ths {
  flex: 1;
  gap: 6px;
  transition: border-color .2s;
  padding: 9px 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  align-items: center;
  justify-content: center;
  font-weight: 600;
  display: flex;
  font-size: 11px;
  color: #9585C4;
}.fgi-sb_lang-ths:hover,.fgi-sb_help-ths:hover {
  border-color: rgba(255, 255, 255, 0.20);
  color: #F2ECFF;
}.fgi-sb_lang-ths svg,.fgi-sb_help-ths svg {
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
}.fgi-sb_bd-ths {
  background: rgba(8, 6, 15, 0.72);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.fgi-sb_bd-ths.fgi-state_on-ths {
  display: block;
}
@media(min-width: 1083px) {.fgi-sb_bd-ths {
  display: none!important;
}
}.fgi-mob_nav-ths {
  background: #1A1530;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  z-index: 80;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
@media(min-width: 1078px) {.fgi-mob_nav-ths {
  display: none;
}
}.fgi-mob_nav_item-ths {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 4px;
  align-items: center;
  display: flex;
  cursor: pointer;
  color: #574A7A;
  flex-direction: column;
}.fgi-mob_nav_ic-ths {
  line-height: 1;
}.fgi-mob_nav_ic-ths svg {
  height: 20px;
  width: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.fgi-mob_nav_lb-ths {
  color: #574A7A;
  font-size: 0.625rem;
  font-weight: 600;
}.fgi-mob_nav_item-ths.fgi-state_active-ths {
  color: #7B4FE8;
}.fgi-mob_nav_item-ths.fgi-state_active-ths .fgi-mob_nav_lb-ths {
  color: #7B4FE8;
}.fgi-hero-ths {
  padding: 20px 1rem 0;
  background: #0F0C1A;
}
@media(min-width: 766px) {.fgi-hero-ths {
  padding: 1.5rem 24px 0;
}
}.fgi-hero_in-ths {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
}
@media(min-width: 861px) {.fgi-hero_in-ths {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1097px) {.fgi-hero_in-ths {
  grid-template-columns: 1fr 21.25rem;
}
}.fgi-hero_promo-ths {
  border-radius: 16px;
  overflow: hidden;
  background: #150F25;
  min-height: 13.75rem;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media(min-width: 766px) {.fgi-hero_promo-ths {
  min-height: 17.5rem;
}
}.fgi-hero_promo_bg-ths {
  background: linear-gradient(120deg,#2E0F6A 0%,#130A20 100%);
  background-position: center;
  inset: 0;
  position: absolute;
  background-size: cover;
}.fgi-hero_promo_bg-ths::after {
  background: linear-gradient(90deg,#0F0C1A 0%,rgba(8, 6, 15, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.fgi-hero_promo_glow-ths {
  background: radial-gradient(circle,rgba(238, 84, 168, 0.16) 0%,transparent 65%);
  border-radius: 50%;
  right: 3.75rem;
  height: 300px;
  top: -40px;
  position: absolute;
  pointer-events: none;
  width: 18.75rem;
}.fgi-hero_promo_ct-ths {
  padding: 1.75rem 1.5rem 28px 1.75rem;
  max-width: 480px;
  justify-content: center;
  position: relative;
  flex-direction: column;
  z-index: 2;
  display: flex;
}
@media(min-width: 770px) {.fgi-hero_promo_ct-ths {
  padding: 2.5rem 2rem;
}
}.fgi-hero_badge-ths {
  padding: 5px 0.75rem;
  background: rgba(123, 79, 232, 0.18);
  border: 1px solid rgba(123, 79, 232, 0.08);
  border-radius: 22px;
  letter-spacing: .08em;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.875rem;
  font-weight: 700;
  color: #7B4FE8;
}.fgi-hero_h1-ths {
  font-size: 26px;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.15;
  font-family: 'Space Grotesk', sans-serif;
  color: #F2ECFF;
  margin-bottom: 10px;
}.fgi-hero_h1-ths em {
  font-style: normal;
  color: #F0A020;
}
@media(min-width: 769px) {.fgi-hero_h1-ths {
  font-size: 36px;
}
}.fgi-hero_sub-ths {
  margin-bottom: 20px;
  line-height: 1.55;
  color: #9585C4;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.fgi-hero_sub-ths {
  font-size: 14px;
}
}.fgi-hero_row-ths {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.fgi-hero_cta-ths {
  padding: 0.813rem 1.625rem;
  background: #20C878;
  border-radius: 10px;
  transition: background .2s;
  font-weight: 700;
  box-shadow: 0 6px 1.125rem rgba(32, 200, 120, 0.40), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  color: #0C0918;
  font-size: 14px;
}.fgi-hero_cta-ths:hover {
  background: #28E088;
}.fgi-hero_terms-ths {
  font-size: 0.688rem;
  color: #574A7A;
}.fgi-hero_game-ths {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  overflow: hidden;
  background: #150F25;
  position: relative;
  flex-direction: column;
  display: flex;
}.fgi-hero_game_badge-ths {
  padding: 5px 10px;
  border: 1px solid rgba(240, 160, 32, 0.14);
  border-radius: 22px;
  background: rgba(240, 160, 32, 0.14);
  z-index: 3;
  text-transform: uppercase;
  top: 12px;
  letter-spacing: .06em;
  font-weight: 700;
  color: #F0A020;
  position: absolute;
  font-size: 0.625rem;
  left: 12px;
}.fgi-hero_game_badge-ths svg {
  height: 0.688rem;
  width: 0.688rem;
  vertical-align: -1px;
  margin-right: 4px;
}.fgi-hero_game_img-ths {
  background: linear-gradient(135deg,#2E0F6A,#130A20);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.fgi-hero_game_img-ths img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.fgi-hero_game_play-ths {
  background: rgba(8, 6, 15, 0.72);
  inset: 0;
  transition: opacity .2s;
  opacity: 0;
  align-items: center;
  display: flex;
  position: absolute;
  justify-content: center;
}.fgi-hero_game-ths:hover .fgi-hero_game_play-ths {
  opacity: 1;
}.fgi-hero_game_play-ths span {
  background: #7B4FE8;
  border-radius: 50%;
  height: 52px;
  align-items: center;
  width: 3.25rem;
  justify-content: center;
  display: flex;
}.fgi-hero_game_play-ths span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 1.125rem;
}.fgi-hero_game_info-ths {
  padding: 0.875rem 16px;
}.fgi-hero_game_title-ths {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 0.938rem;
  color: #F2ECFF;
  overflow-wrap: break-word;
}.fgi-hero_game_provider-ths {
  font-size: 11px;
  color: #70619E;
}.fgi-hero_game_btn-ths {
  background: #7B4FE8;
  transition: background .2s;
  padding: 11px;
  border-radius: 10px;
  margin: 12px 1rem 1rem;
  font-size: 13px;
  display: block;
  font-weight: 700;
  text-align: center;
  color: #F2ECFF;
}.fgi-hero_game-ths:hover .fgi-hero_game_btn-ths {
  background: #9268F5;
}.fgi-sbar-ths {
  background: #0F0C1A;
  padding: 16px 16px 0;
}
@media(min-width: 765px) {.fgi-sbar-ths {
  padding: 18px 1.5rem 0;
}
}.fgi-sbar_in-ths {
  margin: 0 auto;
  max-width: 1320px;
}.fgi-sbar_row-ths {
  gap: 10px;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}.fgi-sbar_input-ths {
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.625rem;
  transition: border-color .2s;
  padding: 0.688rem 16px;
  background: #150F25;
  flex: 1;
  border-radius: 10px;
  color: #70619E;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 13px;
}.fgi-sbar_input-ths:hover {
  border-color: rgba(255, 255, 255, 0.20);
}.fgi-sbar_input-ths svg {
  stroke-linecap: round;
  width: 0.938rem;
  height: 15px;
  stroke-linejoin: round;
  flex-shrink: 0;
}.fgi-sbar_providers-ths {
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.5rem;
  background: #150F25;
  border-radius: 10px;
  padding: 0.688rem 18px;
  transition: border-color .2s;
  display: flex;
  font-size: 0.813rem;
  font-weight: 600;
  white-space: nowrap;
  color: #C4B8E8;
  align-items: center;
}.fgi-sbar_providers-ths:hover {
  border-color: rgba(255, 255, 255, 0.20);
  color: #F2ECFF;
}.fgi-sbar_providers-ths svg {
  width: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
}.fgi-sbar_tabs-ths {
  gap: 0.375rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
  display: flex;
}.fgi-sbar_tabs-ths::-webkit-scrollbar {
  display: none;
}.fgi-sbar_tab-ths {
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 1.375rem;
  gap: 7px;
  padding: 0.5rem 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  align-items: center;
  color: #9585C4;
  display: flex;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  flex-shrink: 0;
}.fgi-sbar_tab-ths:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.20);
  color: #F2ECFF;
}.fgi-sbar_tab-ths.fgi-state_active-ths {
  background: rgba(123, 79, 232, 0.18);
  border-color: rgba(123, 79, 232, 0.08);
  color: #F2ECFF;
}.fgi-sbar_tab_ic-ths svg {
  height: 14px;
  width: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.fgi-wy-ths {
  background: #0F0C1A;
  padding: 2rem 16px 0;
}
@media(min-width: 767px) {.fgi-wy-ths {
  padding: 40px 1.5rem 0;
}
}.fgi-wy_in-ths {
  margin: 0 auto;
  max-width: 82.5rem;
}.fgi-wy_head-ths {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.fgi-wy_label-ths {
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7B4FE8;
  letter-spacing: .08em;
  font-size: 11px;
}.fgi-wy_h2-ths {
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #F2ECFF;
  font-family: 'Space Grotesk', sans-serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.fgi-wy_h2-ths {
  font-size: 1.5rem;
}
}.fgi-wy_intro-ths {
  margin: 0;
  color: #70619E;
  line-height: 1.6;
  font-size: 0.813rem;
}.fgi-wy_grid-ths {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.fgi-wy_grid-ths {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.fgi-wy_grid-ths {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.fgi-wy_card-ths {
  background: #1A1530;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.25rem;
  transition: border-color .2s,transform .2s;
}.fgi-wy_card-ths:hover {
  transform: translateY(-2px);
  border-color: rgba(123, 79, 232, 0.08);
}.fgi-wy_card_ic-ths {
  border-radius: 50%;
  background: rgba(123, 79, 232, 0.18);
  display: flex;
  color: #7B4FE8;
  align-items: center;
  margin-bottom: 14px;
  width: 44px;
  justify-content: center;
  height: 44px;
}.fgi-wy_card_ic-ths svg {
  stroke-linecap: round;
  width: 22px;
  stroke-linejoin: round;
  height: 22px;
}.fgi-wy_card_h-ths {
  margin-bottom: 6px;
  font-size: 0.938rem;
  color: #F2ECFF;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: break-word;
}.fgi-wy_card_p-ths {
  font-size: 0.813rem;
  color: #70619E;
  line-height: 1.6;
  overflow-wrap: break-word;
}.fgi-wy_card_p-ths strong {
  color: #C4B8E8;
  font-weight: 600;
}.fgi-gr_jp-ths {
  border-radius: 16px;
  padding: 20px;
  overflow: hidden;
  background: linear-gradient(135deg,#200A50 0%,#0D0820 100%);
  position: relative;
}.fgi-gr_jp-ths::before {
  background: radial-gradient(circle,rgba(238, 84, 168, 0.16) 0%,transparent 70%);
  border-radius: 50%;
  top: -3.75rem;
  height: 15.625rem;
  width: 250px;
  position: absolute;
  left: -60px;
  content: '';
}.fgi-gr_jp-ths::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240, 160, 32, 0.14) 0%,transparent 70%);
  position: absolute;
  width: 200px;
  right: 0;
  height: 200px;
  bottom: -40px;
  content: '';
}.fgi-gr_jp_head-ths {
  gap: 1rem;
  z-index: 1;
  position: relative;
  align-items: flex-start;
  display: flex;
  margin-bottom: 16px;
  flex-wrap: wrap;
}.fgi-gr_jp_info-ths {
  flex: 1;
}.fgi-gr_jp_label-ths {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: .08em;
  color: #A030E8;
  font-weight: 700;
}.fgi-gr_jp_label-ths svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.875rem;
  height: 14px;
  vertical-align: -2px;
  margin-right: 0.25rem;
}.fgi-gr_jp_amount-ths {
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 32px;
  color: #F2ECFF;
  margin-bottom: 4px;
}
@media(min-width: 766px) {.fgi-gr_jp_amount-ths {
  font-size: 2.5rem;
}
}.fgi-gr_jp_amount-ths span {
  color: #F0A020;
}.fgi-gr_jp_seo-ths {
  color: #9585C4;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
  max-width: 30rem;
}.fgi-gr_jp_cta-ths {
  transition: background .2s;
  border-radius: 10px;
  border: 1px solid rgba(238, 84, 168, 0.16);
  background: rgba(238, 84, 168, 0.16);
  padding: 0.688rem 1.25rem;
  position: relative;
  color: #F2ECFF;
  flex-shrink: 0;
  z-index: 1;
  font-weight: 700;
  margin-top: 4px;
  font-size: 0.813rem;
  align-self: flex-start;
  white-space: nowrap;
}.fgi-gr_jp_cta-ths:hover {
  background: #EE54A8;
}.fgi-gcg-ths {
  padding: 36px 1rem 0;
  background: #0F0C1A;
}
@media(min-width: 769px) {.fgi-gcg-ths {
  padding: 44px 24px 0;
}
}.fgi-gcg_in-ths {
  margin: 0 auto;
  max-width: 82.5rem;
}.fgi-gcg_head-ths {
  max-width: 720px;
  margin-bottom: 1.25rem;
}.fgi-gcg_label-ths {
  margin-bottom: 0.5rem;
  color: #7B4FE8;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
}.fgi-gcg_h2-ths {
  color: #F2ECFF;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Space Grotesk', sans-serif;
}
@media(min-width: 767px) {.fgi-gcg_h2-ths {
  font-size: 28px;
}
}.fgi-gcg_intro-ths {
  color: #70619E;
  line-height: 1.6;
  font-size: 13px;
}.fgi-gcg_grid-ths {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.fgi-gcg_grid-ths {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.fgi-gcg_grid-ths {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.fgi-gcg_card-ths {
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 1rem;
  transition: transform .2s,border-color .2s;
  position: relative;
  min-height: 240px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  cursor: pointer;
}.fgi-gcg_card-ths:hover {
  transform: translateY(-3px);
  border-color: rgba(123, 79, 232, 0.18);
}.fgi-gcg_card_bg-ths {
  inset: 0;
  position: absolute;
  z-index: 0;
}.fgi-gcg_card_bg-ths::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.fgi-gcg_card_ic-ths {
  border-radius: 6px;
  background: rgba(0,0,0,.45);
  right: 1.125rem;
  align-items: center;
  z-index: 2;
  display: flex;
  justify-content: center;
  top: 18px;
  position: absolute;
  height: 40px;
  width: 2.5rem;
  color: #F2ECFF;
}.fgi-gcg_card_ic-ths svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 20px;
  height: 20px;
}.fgi-gcg_card_ct-ths {
  position: relative;
  z-index: 1;
}.fgi-gcg_card_h-ths {
  margin-bottom: 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.125rem;
  overflow-wrap: break-word;
  color: #F2ECFF;
  line-height: 1.2;
  font-weight: 800;
}
@media(min-width: 765px) {.fgi-gcg_card_h-ths {
  font-size: 20px;
}
}.fgi-gcg_card_p-ths {
  color: rgba(255,255,255,.82);
  font-size: 12px;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  line-height: 1.55;
}.fgi-gcg_card_p-ths strong {
  color: #F2ECFF;
  font-weight: 600;
}.fgi-gcg_card_cta-ths {
  gap: 0.25rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  color: #7B4FE8;
}.fgi-gcg_card_cta-ths svg {
  stroke-linejoin: round;
  height: 0.75rem;
  width: 12px;
  stroke-linecap: round;
}.fgi-ws-ths {
  padding: 2rem 16px 0;
  background: #0F0C1A;
}
@media(min-width: 765px) {.fgi-ws-ths {
  padding: 2.25rem 1.5rem 0;
}
}.fgi-ws_in-ths {
  margin: 0 auto;
  max-width: 1320px;
}.fgi-ws_head-ths {
  gap: 12px;
  display: flex;
  margin-bottom: 14px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}.fgi-ws_title-ths {
  gap: 0.625rem;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  flex-wrap: wrap;
  color: #F2ECFF;
  font-size: 16px;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
}.fgi-ws_title_ic-ths svg {
  stroke-linejoin: round;
  height: 1.125rem;
  color: #F0A020;
  width: 1.125rem;
  stroke-linecap: round;
}.fgi-ws_online-ths {
  gap: 0.438rem;
  font-size: 0.75rem;
  color: #70619E;
  font-weight: 600;
  align-items: center;
  display: flex;
}.fgi-ws_online_dot-ths {
  background: #20C878;
  border-radius: 50%;
  height: 8px;
  box-shadow: 0 0 0.375rem rgba(32, 200, 120, 0.14);
  width: 8px;
  flex-shrink: 0;
}.fgi-ws_scroll-ths {
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  display: flex;
}.fgi-ws_scroll-ths::-webkit-scrollbar {
  display: none;
}.fgi-wc-ths {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  background: #150F25;
  padding: 10px 14px;
  gap: 0.625rem;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
  flex-shrink: 0;
}.fgi-wc_img-ths {
  overflow: hidden;
  background: #1A1530;
  border-radius: 6px;
  flex-shrink: 0;
  height: 36px;
  width: 2.25rem;
}.fgi-wc_img-ths img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.fgi-wc_info-ths {
  min-width: 0;
}.fgi-wc_game-ths {
  overflow: hidden;
  color: #C4B8E8;
  font-weight: 600;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}.fgi-wc_player-ths {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #574A7A;
  white-space: nowrap;
  font-size: 0.625rem;
}.fgi-wc_amount-ths {
  margin-left: auto;
  font-size: 13px;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
  color: #20C878;
}.fgi-prov-ths {
  background: #0F0C1A;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.fgi-prov-ths {
  padding: 44px 24px 0;
}
}.fgi-prov_in-ths {
  margin: 0 auto;
  max-width: 82.5rem;
}.fgi-prov_head-ths {
  margin-bottom: 16px;
}.fgi-prov_label-ths {
  color: #7B4FE8;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
}.fgi-prov_h2-ths {
  font-size: 20px;
  color: #F2ECFF;
  margin-bottom: 8px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Space Grotesk', sans-serif;
}
@media(min-width: 771px) {.fgi-prov_h2-ths {
  font-size: 24px;
}
}.fgi-prov_seo-ths {
  overflow-wrap: break-word;
  max-width: 620px;
  line-height: 1.6;
  font-size: 13px;
  color: #70619E;
  margin-bottom: 16px;
}.fgi-prov_seo-ths strong {
  color: #C4B8E8;
  font-weight: 700;
}.fgi-prov_seo-ths a {
  color: #7B4FE8;
  text-decoration: underline;
}.fgi-prov_grid-ths {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.fgi-prov_grid-ths {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.fgi-prov_grid-ths {
  grid-template-columns: repeat(8,1fr);
}
}.fgi-prov_card-ths {
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 7px;
  border-radius: 0.625rem;
  padding: 0.875rem 10px;
  background: #150F25;
  transition: border-color .2s,background .2s;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}.fgi-prov_card-ths:hover {
  border-color: rgba(255, 255, 255, 0.20);
  background: #1A1530;
}.fgi-prov_logo-ths {
  border-radius: 0.375rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  height: 44px;
  justify-content: center;
  display: flex;
  width: 44px;
  align-items: center;
}.fgi-prov_logo-ths img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.fgi-prov_name-ths {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  text-align: center;
  font-weight: 600;
  color: #9585C4;
}.fgi-htp-ths {
  background: #0F0C1A;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.fgi-htp-ths {
  padding: 2.75rem 24px 0;
}
}.fgi-htp_in-ths {
  margin: 0 auto;
  max-width: 82.5rem;
}.fgi-htp_head-ths {
  margin-bottom: 22px;
  max-width: 720px;
}.fgi-htp_label-ths {
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
  color: #7B4FE8;
  text-transform: uppercase;
}.fgi-htp_h2-ths {
  font-size: 1.375rem;
  font-weight: 800;
  font-family: 'Space Grotesk', sans-serif;
  color: #F2ECFF;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}
@media(min-width: 770px) {.fgi-htp_h2-ths {
  font-size: 1.75rem;
}
}.fgi-htp_intro-ths {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #70619E;
}.fgi-htp_steps-ths {
  padding: 0;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.fgi-htp_steps-ths {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.fgi-htp_steps-ths {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.fgi-htp_step-ths {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  background: #1A1530;
  padding: 1.25rem 1.125rem 1.125rem;
  position: relative;
  flex-direction: column;
  display: flex;
}.fgi-htp_step_num-ths {
  background: #7B4FE8;
  border-radius: 50%;
  font-size: 0.813rem;
  height: 28px;
  justify-content: center;
  position: absolute;
  font-weight: 800;
  left: 1.25rem;
  align-items: center;
  color: #0C0918;
  top: -0.75rem;
  width: 1.75rem;
  font-family: 'Space Grotesk', sans-serif;
  display: flex;
}.fgi-htp_step_ic-ths {
  border-radius: 6px;
  margin: 0.5rem 0 0.75rem;
  background: rgba(123, 79, 232, 0.18);
  display: flex;
  height: 2.25rem;
  align-items: center;
  color: #7B4FE8;
  justify-content: center;
  width: 2.25rem;
}.fgi-htp_step_ic-ths svg {
  stroke-linecap: round;
  height: 1.125rem;
  width: 1.125rem;
  stroke-linejoin: round;
}.fgi-htp_step_h-ths {
  line-height: 1.25;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #F2ECFF;
  font-weight: 700;
  font-size: 0.875rem;
}.fgi-htp_step_p-ths {
  line-height: 1.55;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #70619E;
}.fgi-htp_step_p-ths strong {
  font-weight: 600;
  color: #C4B8E8;
}.fgi-htp_cta-ths {
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  border-radius: 0.625rem;
  background: #20C878;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0C0918;
  margin-top: 1.25rem;
}.fgi-htp_cta-ths:hover {
  background: #28E088;
}.fgi-reg-ths {
  background: #0F0C1A;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.fgi-reg-ths {
  padding: 44px 1.5rem 0;
}
}.fgi-reg_in-ths {
  margin: 0 auto;
  background: #1A1530;
  border-radius: 16px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  max-width: 1320px;
}
@media(min-width: 770px) {.fgi-reg_in-ths {
  padding: 40px;
}
}.fgi-reg_top-ths {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.fgi-reg_top-ths {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.fgi-reg_label-ths {
  text-transform: uppercase;
  color: #7B4FE8;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 10px;
}.fgi-reg_h2-ths {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  line-height: 1.2;
  color: #F2ECFF;
}
@media(min-width: 771px) {.fgi-reg_h2-ths {
  font-size: 1.75rem;
}
}.fgi-reg_bonus-ths {
  gap: 0.5rem;
  border: 1px solid rgba(240, 160, 32, 0.14);
  border-radius: 10px;
  padding: 10px 16px;
  background: rgba(240, 160, 32, 0.14);
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.fgi-reg_bonus_amount-ths {
  color: #F0A020;
  font-size: 1.25rem;
  font-weight: 800;
}.fgi-reg_bonus_text-ths {
  font-size: 13px;
  line-height: 1.35;
  color: #9585C4;
}.fgi-reg_cta_btn-ths {
  border-radius: 10px;
  background: #20C878;
  transition: background .2s;
  padding: 14px 2rem;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 0.375rem 18px rgba(32, 200, 120, 0.40), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  margin-bottom: 12px;
  display: inline-block;
  color: #0C0918;
}.fgi-reg_cta_btn-ths:hover {
  background: #28E088;
}.fgi-reg_terms-ths {
  line-height: 1.5;
  color: #574A7A;
  font-size: 11px;
}.fgi-reg_seo-ths {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  overflow-wrap: break-word;
  margin-top: 1.25rem;
  font-size: 0.813rem;
  color: #70619E;
  line-height: 1.65;
}.fgi-reg_seo-ths p {
  font-size: 0.813rem;
  color: #70619E;
  line-height: 1.65;
  margin-bottom: 0.625rem;
}.fgi-reg_seo-ths p:last-child {
  margin-bottom: 0;
}.fgi-reg_seo-ths strong {
  color: #C4B8E8;
  font-weight: 700;
}.fgi-reg_seo-ths a {
  transition: color .2s;
  text-decoration: underline;
  color: #7B4FE8;
}.fgi-reg_seo-ths a:hover {
  color: #9268F5;
}.fgi-reg_seo-ths ul,.fgi-reg_seo-ths ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.fgi-reg_seo-ths ol {
  list-style: decimal;
}.fgi-reg_seo-ths li {
  margin-bottom: 4px;
  font-size: 13px;
  color: #70619E;
  line-height: 1.65;
}.fgi-reg_seo-ths table {
  display: block;
  font-size: 13px;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 10px;
}
@media(min-width: 769px) {.fgi-reg_seo-ths table {
  display: table;
}
}.fgi-reg_seo-ths th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C4B8E8;
}.fgi-reg_seo-ths td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #70619E;
}.fgi-reg_steps-ths {
  gap: 0.875rem;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width: 858px) {.fgi-reg_steps-ths {
  margin-top: 0;
}
}.fgi-reg_step-ths {
  background: rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1rem;
  border-radius: 0.625rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.fgi-reg_step_num-ths {
  background: rgba(123, 79, 232, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(123, 79, 232, 0.08);
  height: 34px;
  flex-shrink: 0;
  width: 2.125rem;
  align-items: center;
  font-weight: 800;
  justify-content: center;
  display: flex;
  font-size: 14px;
  color: #7B4FE8;
}.fgi-reg_step_title-ths {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F2ECFF;
}.fgi-reg_step_text-ths {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #70619E;
}.fgi-reg_trust-ths {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}.fgi-reg_trust_item-ths {
  gap: 0.438rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  align-items: center;
  color: #70619E;
  display: flex;
}.fgi-reg_trust_ic-ths svg {
  color: #7B4FE8;
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
  height: 1rem;
}.fgi-app-ths {
  background: #0F0C1A;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.fgi-app-ths {
  padding: 2.75rem 24px 0;
}
}.fgi-app_in-ths {
  margin: 0 auto;
  max-width: 82.5rem;
}.fgi-app_head-ths {
  margin-bottom: 16px;
}.fgi-app_label-ths {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #7B4FE8;
  margin-bottom: 8px;
}.fgi-app_h2-ths {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F2ECFF;
  margin-bottom: 0.375rem;
}
@media(min-width:768px) {.fgi-app_h2-ths {
  font-size: 24px;
}
}.fgi-app_sub-ths {
  color: #70619E;
  max-width: 600px;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
}.fgi-app_sub-ths strong {
  font-weight: 700;
  color: #C4B8E8;
}.fgi-app_cards-ths {
  gap: 0.625rem;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.fgi-app_cards-ths {
  grid-template-columns: repeat(3,1fr);
}
}.fgi-app_card-ths {
  padding: 1.25rem;
  border-radius: 0.625rem;
  overflow: hidden;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  align-items: flex-start;
}.fgi-app_card_ios-ths {
  background: linear-gradient(135deg,rgba(123, 79, 232, 0.18) 0%,#1A1530 100%);
}.fgi-app_card_android-ths {
  background: linear-gradient(135deg,rgba(32, 200, 120, 0.14) 0%,#1A1530 100%);
}.fgi-app_card_win-ths {
  background: linear-gradient(135deg,rgba(240, 160, 32, 0.14) 0%,#1A1530 100%);
}.fgi-app_card_ic-ths svg {
  width: 2.125rem;
  stroke-linejoin: round;
  height: 34px;
  stroke-linecap: round;
}.fgi-app_card_ic-ths {
  color: #F2ECFF;
  flex-shrink: 0;
}.fgi-app_card_os-ths {
  letter-spacing: .08em;
  font-size: 0.625rem;
  margin-bottom: 6px;
  color: #70619E;
  font-weight: 700;
  text-transform: uppercase;
}.fgi-app_card_title-ths {
  line-height: 1.2;
  color: #F2ECFF;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 0.938rem;
}.fgi-app_card_text-ths {
  color: #70619E;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  margin-bottom: 14px;
}.fgi-app_card_btn-ths {
  padding: 0.625rem 18px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 0.375rem;
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  color: #F2ECFF;
  display: inline-flex;
  font-size: 0.813rem;
  align-items: center;
  font-weight: 700;
}.fgi-app_card_btn-ths:hover {
  background: rgba(255, 255, 255, 0.07);
}.fgi-bon-ths {
  background: #0F0C1A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.fgi-bon-ths {
  padding: 44px 1.5rem 0;
}
}.fgi-bon_in-ths {
  margin: 0 auto;
  max-width: 1320px;
}.fgi-bon_head-ths {
  margin-bottom: 1.25rem;
}.fgi-bon_label-ths {
  letter-spacing: .08em;
  color: #7B4FE8;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}.fgi-bon_h2-ths {
  font-weight: 800;
  margin-bottom: 8px;
  color: #F2ECFF;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Space Grotesk', sans-serif;
}
@media(min-width: 771px) {.fgi-bon_h2-ths {
  font-size: 24px;
}
}.fgi-bon_seo-ths {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #70619E;
  max-width: 620px;
  font-size: 0.813rem;
}.fgi-bon_seo-ths strong {
  font-weight: 700;
  color: #C4B8E8;
}.fgi-bon_seo-ths a {
  color: #7B4FE8;
  text-decoration: underline;
}.fgi-bon_grid-ths {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.fgi-bon_grid-ths {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.fgi-bon_grid-ths {
  grid-template-columns: repeat(5,1fr);
}
}.fgi-bon_card-ths {
  transition: border-color .2s,transform .2s;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #150F25;
  padding: 16px;
}.fgi-bon_card-ths:hover {
  transform: translateY(-2px);
  border-color: rgba(123, 79, 232, 0.08);
}.fgi-bon_card_ic-ths svg {
  stroke-linejoin: round;
  width: 1.625rem;
  stroke-linecap: round;
  height: 26px;
}.fgi-bon_card_ic-ths {
  margin-bottom: 0.625rem;
}.fgi-bon_card_type-ths {
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 0.625rem;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #70619E;
}.fgi-bon_card_amount-ths {
  font-weight: 800;
  color: #F0A020;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.1;
}.fgi-bon_card_name-ths {
  margin-bottom: 8px;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #F2ECFF;
  font-size: 0.813rem;
}.fgi-bon_card_detail-ths {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #574A7A;
  padding-top: 0.5rem;
  font-size: 11px;
  overflow-wrap: break-word;
  line-height: 1.5;
}.fgi-faq-ths {
  background: #0F0C1A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.fgi-faq-ths {
  padding: 2.75rem 24px 0;
}
}.fgi-faq_in-ths {
  margin: 0 auto;
  max-width: 82.5rem;
}.fgi-faq_head-ths {
  margin-bottom: 1.25rem;
}.fgi-faq_label-ths {
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  color: #7B4FE8;
}.fgi-faq_h2-ths {
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F2ECFF;
  font-weight: 800;
  font-family: 'Space Grotesk', sans-serif;
}
@media(min-width: 769px) {.fgi-faq_h2-ths {
  font-size: 24px;
}
}.fgi-faq_list-ths {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.fgi-faq_item-ths {
  overflow: hidden;
  background: #1A1530;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.625rem;
}.fgi-faq_q-ths {
  transition: color .2s;
  padding: 16px 1.25rem;
  gap: 0.75rem;
  overflow-wrap: break-word;
  color: #C4B8E8;
  flex-wrap: wrap;
  font-weight: 600;
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  cursor: pointer;
}.fgi-faq_q-ths:hover {
  color: #F2ECFF;
}.fgi-faq_q_ic-ths {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  width: 24px;
  flex-shrink: 0;
  height: 24px;
  justify-content: center;
  color: #7B4FE8;
  font-size: 16px;
  display: flex;
  align-items: center;
}.fgi-faq_item-ths.fgi-state_open-ths .fgi-faq_q_ic-ths {
  transform: rotate(45deg);
}.fgi-faq_a-ths {
  padding: 0 20px 1rem;
  font-size: 13px;
  line-height: 1.7;
  overflow-wrap: break-word;
  display: none;
  color: #70619E;
}.fgi-faq_item-ths.fgi-state_open-ths .fgi-faq_a-ths {
  display: block;
}.fgi-faq_a-ths strong {
  font-weight: 700;
  color: #C4B8E8;
}.fgi-faq_a-ths a {
  text-decoration: underline;
  color: #7B4FE8;
}.fgi-faq_a-ths ul,.fgi-faq_a-ths ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.fgi-faq_a-ths ol {
  list-style: decimal;
}.fgi-faq_a-ths li {
  margin-bottom: 4px;
  line-height: 1.6;
}.fgi-faq_a-ths table {
  margin: 8px 0;
  overflow-x: auto;
  font-size: 12px;
  width: 100%;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 765px) {.fgi-faq_a-ths table {
  display: table;
}
}.fgi-faq_a-ths th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  font-weight: 700;
  color: #C4B8E8;
  text-align: left;
}.fgi-faq_a-ths td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #70619E;
}.fgi-seo-ths {
  padding: 36px 1rem 0;
  background: #0F0C1A;
}
@media(min-width: 770px) {.fgi-seo-ths {
  padding: 2.75rem 24px 0;
}
}.fgi-seo_in-ths {
  background: #1A1530;
  border-radius: 16px;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.fgi-seo_in-ths {
  padding: 36px 2.5rem;
}
}.fgi-seo_label-ths {
  margin-bottom: 10px;
  letter-spacing: .08em;
  color: #7B4FE8;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
}.fgi-seo_h2-ths {
  color: #F2ECFF;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media(min-width: 765px) {.fgi-seo_h2-ths {
  font-size: 24px;
}
}.fgi-seo_body-ths {
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #9585C4;
}.fgi-seo_body-ths p {
  color: #9585C4;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.fgi-seo_body-ths p:last-child {
  margin-bottom: 0;
}.fgi-seo_body-ths strong {
  color: #C4B8E8;
  font-weight: 700;
}.fgi-seo_body-ths a {
  transition: color .2s;
  color: #7B4FE8;
  text-decoration: underline;
}.fgi-seo_body-ths a:hover {
  color: #9268F5;
}.fgi-seo_body-ths ul,.fgi-seo_body-ths ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.fgi-seo_body-ths ol {
  list-style: decimal;
}.fgi-seo_body-ths li {
  color: #9585C4;
  font-size: 0.875rem;
  margin-bottom: 6px;
  line-height: 1.75;
}.fgi-seo_body-ths table {
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 771px) {.fgi-seo_body-ths table {
  display: table;
}
}.fgi-seo_body-ths th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C4B8E8;
  text-align: left;
  font-weight: 700;
}.fgi-seo_body-ths td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #9585C4;
}.fgi-seo_cols-ths {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.fgi-seo_cols-ths {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.fgi-seo_cols-ths {
  grid-template-columns: repeat(3,1fr);
}
}.fgi-seo_col_h-ths {
  font-weight: 700;
  color: #C4B8E8;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.fgi-seo_col_p-ths {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #70619E;
  font-size: 13px;
}.fgi-seo_stats-ths {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.fgi-seo_stat-ths {
  border: 1px solid rgba(123, 79, 232, 0.18);
  border-radius: 10px;
  padding: 0.875rem 1rem;
  background: rgba(123, 79, 232, 0.08);
  flex: 1;
  min-width: 8.75rem;
}.fgi-seo_stat_val-ths {
  color: #7B4FE8;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.fgi-seo_stat_lb-ths {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #70619E;
}.fgi-seo-ths {
  padding: 2.25rem 16px 0;
  background: #0F0C1A;
}
@media(min-width: 765px) {.fgi-seo-ths {
  padding: 2.75rem 24px 0;
}
}.fgi-seo_in-ths {
  padding: 1.75rem 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #1A1530;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.fgi-seo_in-ths {
  padding: 2.25rem 40px;
}
}.fgi-seo_label-ths {
  margin-bottom: 10px;
  color: #7B4FE8;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.fgi-seo_h2-ths {
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #F2ECFF;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 767px) {.fgi-seo_h2-ths {
  font-size: 24px;
}
}.fgi-seo_body-ths {
  color: #9585C4;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}.fgi-seo_body-ths p {
  margin-bottom: 12px;
  color: #9585C4;
  font-size: 0.875rem;
  line-height: 1.75;
}.fgi-seo_body-ths p:last-child {
  margin-bottom: 0;
}.fgi-seo_body-ths strong {
  color: #C4B8E8;
  font-weight: 700;
}.fgi-seo_body-ths a {
  transition: color .2s;
  text-decoration: underline;
  color: #7B4FE8;
}.fgi-seo_body-ths a:hover {
  color: #9268F5;
}.fgi-seo_body-ths ul,.fgi-seo_body-ths ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.fgi-seo_body-ths ol {
  list-style: decimal;
}.fgi-seo_body-ths li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #9585C4;
  font-size: 0.875rem;
}.fgi-seo_body-ths table {
  border-collapse: collapse;
  width: 100%;
  display: block;
  overflow-x: auto;
  font-size: 13px;
  margin-bottom: 12px;
}
@media(min-width: 767px) {.fgi-seo_body-ths table {
  display: table;
}
}.fgi-seo_body-ths th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C4B8E8;
  text-align: left;
}.fgi-seo_body-ths td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #9585C4;
}.fgi-seo_cols-ths {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width:640px) {.fgi-seo_cols-ths {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.fgi-seo_cols-ths {
  grid-template-columns: repeat(3,1fr);
}
}.fgi-seo_col_h-ths {
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 0.813rem;
  color: #C4B8E8;
  font-weight: 700;
}.fgi-seo_col_p-ths {
  color: #70619E;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.fgi-seo_stats-ths {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.fgi-seo_stat-ths {
  padding: 0.875rem 16px;
  background: rgba(123, 79, 232, 0.08);
  border: 1px solid rgba(123, 79, 232, 0.18);
  border-radius: 0.625rem;
  flex: 1;
  min-width: 140px;
}.fgi-seo_stat_val-ths {
  color: #7B4FE8;
  font-weight: 800;
  margin-bottom: 4px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}.fgi-seo_stat_lb-ths {
  color: #70619E;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.fgi-seo-ths {
  background: #0F0C1A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.fgi-seo-ths {
  padding: 44px 1.5rem 0;
}
}.fgi-seo_in-ths {
  background: #1A1530;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.fgi-seo_in-ths {
  padding: 36px 2.5rem;
}
}.fgi-seo_label-ths {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #7B4FE8;
  font-weight: 700;
  margin-bottom: 10px;
}.fgi-seo_h2-ths {
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-weight: 800;
  color: #F2ECFF;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.fgi-seo_h2-ths {
  font-size: 24px;
}
}.fgi-seo_body-ths {
  color: #9585C4;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.fgi-seo_body-ths p {
  color: #9585C4;
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 0.875rem;
}.fgi-seo_body-ths p:last-child {
  margin-bottom: 0;
}.fgi-seo_body-ths strong {
  font-weight: 700;
  color: #C4B8E8;
}.fgi-seo_body-ths a {
  transition: color .2s;
  color: #7B4FE8;
  text-decoration: underline;
}.fgi-seo_body-ths a:hover {
  color: #9268F5;
}.fgi-seo_body-ths ul,.fgi-seo_body-ths ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.fgi-seo_body-ths ol {
  list-style: decimal;
}.fgi-seo_body-ths li {
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 0.875rem;
  color: #9585C4;
}.fgi-seo_body-ths table {
  margin-bottom: 0.75rem;
  display: block;
  overflow-x: auto;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 769px) {.fgi-seo_body-ths table {
  display: table;
}
}.fgi-seo_body-ths th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  font-weight: 700;
  color: #C4B8E8;
}.fgi-seo_body-ths td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9585C4;
}.fgi-seo_cols-ths {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.fgi-seo_cols-ths {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.fgi-seo_cols-ths {
  grid-template-columns: repeat(3,1fr);
}
}.fgi-seo_col_h-ths {
  margin-bottom: 0.438rem;
  font-weight: 700;
  color: #C4B8E8;
  overflow-wrap: break-word;
  font-size: 13px;
}.fgi-seo_col_p-ths {
  overflow-wrap: break-word;
  color: #70619E;
  font-size: 0.813rem;
  line-height: 1.65;
}.fgi-seo_stats-ths {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.fgi-seo_stat-ths {
  border: 1px solid rgba(123, 79, 232, 0.18);
  flex: 1;
  border-radius: 0.625rem;
  padding: 14px 1rem;
  background: rgba(123, 79, 232, 0.08);
  min-width: 140px;
}.fgi-seo_stat_val-ths {
  font-size: 20px;
  color: #7B4FE8;
  margin-bottom: 0.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}.fgi-seo_stat_lb-ths {
  color: #70619E;
  font-size: 11px;
  overflow-wrap: break-word;
}.fgi-ft-ths {
  background: #08060F;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.fgi-ft_support-ths {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 766px) {.fgi-ft_support-ths {
  padding: 28px 24px;
}
}.fgi-ft_support_in-ths {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.fgi-ft_support_main-ths {
  flex: 1;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  min-width: 13.75rem;
  display: flex;
}.fgi-ft_support_ic-ths {
  flex-shrink: 0;
  color: #7B4FE8;
}.fgi-ft_support_ic-ths svg {
  height: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.875rem;
}.fgi-ft_support_text_title-ths {
  font-size: 0.938rem;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F2ECFF;
}.fgi-ft_support_text_sub-ths {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #70619E;
}.fgi-ft_support_btn-ths {
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 0.688rem 22px;
  background: #7B4FE8;
  color: #F2ECFF;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 0.813rem;
  white-space: nowrap;
}.fgi-ft_support_btn-ths:hover {
  background: #9268F5;
}.fgi-ft_support_contacts-ths {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.fgi-ft_support_contact-ths {
  line-height: 1.4;
  color: #574A7A;
  font-size: 0.75rem;
}.fgi-ft_support_contact-ths strong {
  color: #9585C4;
  display: block;
  font-weight: 600;
  font-size: 0.688rem;
  margin-bottom: 2px;
}.fgi-ft_main-ths {
  padding: 2rem 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 766px) {.fgi-ft_main-ths {
  padding: 40px 1.5rem 2rem;
}
}.fgi-ft_main_in-ths {
  gap: 1.5rem;
  margin: 0 auto;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 639px) {.fgi-ft_main_in-ths {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.fgi-ft_main_in-ths {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.fgi-ft_col_logo-ths {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.fgi-ft_col_logo-ths {
  grid-column: auto;
}
}.fgi-ft_logo-ths {
  gap: 9px;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  font-weight: 800;
  color: #F2ECFF;
  display: flex;
  font-size: 16px;
  align-items: center;
  flex-wrap: wrap;
}.fgi-ft_logo_mark-ths {
  overflow: hidden;
  border-radius: 0.375rem;
  height: 1.875rem;
  width: 30px;
}.fgi-ft_logo_mark-ths img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.fgi-ft_logo_sub-ths {
  max-width: 200px;
  font-size: 12px;
  color: #574A7A;
  overflow-wrap: break-word;
  line-height: 1.55;
}.fgi-ft_col_title-ths {
  color: #9585C4;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: .07em;
  font-size: 0.75rem;
  font-weight: 700;
}.fgi-ft_col_links-ths {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.fgi-ft_col_link-ths {
  transition: color .2s;
  color: #574A7A;
  overflow-wrap: break-word;
  font-size: 13px;
}.fgi-ft_col_link-ths:hover {
  color: #C4B8E8;
}.fgi-ft_apps-ths {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.fgi-ft_app_card-ths {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 10px 0.75rem;
  transition: border-color .2s;
  gap: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  display: flex;
  align-items: center;
}.fgi-ft_app_card-ths:hover {
  border-color: rgba(255, 255, 255, 0.20);
}.fgi-ft_app_card_ic-ths svg {
  width: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
}.fgi-ft_app_card_os-ths {
  font-size: 10px;
  font-weight: 600;
  color: #574A7A;
}.fgi-ft_app_card_action-ths {
  font-weight: 700;
  color: #C4B8E8;
  font-size: 0.75rem;
}.fgi-ft_bot-ths {
  padding: 1.25rem 1rem;
}
@media(min-width: 765px) {.fgi-ft_bot-ths {
  padding: 20px 1.5rem;
}
}.fgi-ft_bot_in-ths {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1320px;
  align-items: center;
}.fgi-ft_socials-ths {
  gap: 8px;
  display: flex;
}.fgi-ft_soc-ths {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border-radius: 0.375rem;
  height: 2.25rem;
  justify-content: center;
  width: 36px;
  align-items: center;
  display: flex;
  color: #9585C4;
}.fgi-ft_soc-ths svg {
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
}.fgi-ft_soc-ths:hover {
  background: rgba(255, 255, 255, 0.07);
}.fgi-ft_legal-ths {
  flex: 1;
  min-width: 200px;
  overflow-wrap: break-word;
  color: #7A6E9C;
  font-size: 11px;
  line-height: 1.6;
}.fgi-ft_legal-ths strong {
  color: #9585C4;
  font-weight: 700;
}.fgi-ft_legal-ths a {
  text-decoration: underline;
  color: #9585C4;
}.fgi-ft_age-ths {
  border-radius: 50%;
  border: 2px solid #7A6E9C;
  font-weight: 800;
  align-items: center;
  width: 32px;
  margin-left: auto;
  flex-shrink: 0;
  justify-content: center;
  color: #7A6E9C;
  height: 32px;
  display: flex;
  font-size: 11px;
}