*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #0D0A1C;
  font-family: 'Nunito Sans', sans-serif;
  min-height: 100vh;
  color: #C9BFEE;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  text-decoration: none;
  color: inherit;
}button {
  font: inherit;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.fzv_layout-rwh {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.fzv_page-rwh {
  min-height: 100vh;
  display: flex;
}.fzv_main-rwh {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media(min-width: 1081px) {.fzv_main-rwh {
  padding-left: 220px;
}
}
@media(max-width: 1076px) {.fzv_main-rwh {
  padding-bottom: 72px;
}
}.fzv_gc-rwh {
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .2s,border-color .2s;
  border-radius: 10px;
  background: #120F25;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  width: 8.75rem;
}
@media(min-width: 641px) {.fzv_gc-rwh {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.fzv_gc-rwh {
  width: 10.5rem;
}
}.fzv_gc-rwh:hover {
  transform: translateY(-3px);
  border-color: rgba(124, 63, 232, 0.08);
}.fzv_gc_img-rwh {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.fzv_gc_img-rwh img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.fzv_gc_hover-rwh {
  background: rgba(7, 5, 16, 0.72);
  transition: opacity .2s;
  inset: 0;
  justify-content: center;
  position: absolute;
  display: flex;
  align-items: center;
  opacity: 0;
}.fzv_gc-rwh:hover .fzv_gc_hover-rwh {
  opacity: 1;
}.fzv_gc_hover_btn-rwh {
  padding: 0.5rem 16px;
  background: #7C3FE8;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #F2EEFF;
}.fzv_gc_info-rwh {
  padding: 8px 0.625rem 0.625rem;
}.fzv_gc_name-rwh {
  overflow: hidden;
  color: #C9BFEE;
  max-width: 100%;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  font-size: 0.75rem;
}.fzv_gc_prov-rwh {
  font-size: 0.625rem;
  color: #524775;
}.fzv_gc_tag-rwh {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  font-weight: 700;
  font-size: 0.563rem;
  letter-spacing: .04em;
  top: 6px;
  text-transform: uppercase;
  left: 6px;
  position: absolute;
  z-index: 2;
}.fzv_gc_tag_hot-rwh {
  background: #E8323C;
  color: #fff;
}.fzv_gc_tag_new-rwh {
  background: #1EC95A;
  color: #0D0A1C;
}.fzv_gc_tag_jp-rwh {
  background: #F5A623;
  color: #0D0A1C;
}.fzv_gc_tag_ex-rwh {
  background: #C4640C;
  color: #fff;
}.fzv_gc_tag_live-rwh {
  background: #E8323C;
  color: #fff;
}.fzv_gr-rwh {
  padding: 2rem 16px 0;
  background: #0D0A1C;
}
@media(min-width: 769px) {.fzv_gr-rwh {
  padding: 2.25rem 1.5rem 0;
}
}.fzv_gr_in-rwh {
  margin: 0 auto;
  max-width: 82.5rem;
}.fzv_gr_head-rwh {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  align-items: center;
  display: flex;
}.fzv_gr_head_l-rwh {
  flex: 1;
  gap: 10px;
  align-items: center;
  min-width: 0;
  display: flex;
}.fzv_gr_ic-rwh {
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
  height: 32px;
}.fzv_gr_ic-rwh svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 1rem;
}.fzv_gr_title-rwh {
  font-weight: 700;
  color: #F2EEFF;
  font-size: 16px;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 771px) {.fzv_gr_title-rwh {
  font-size: 18px;
}
}.fzv_gr_more-rwh {
  gap: 0.313rem;
  transition: color .2s;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  color: #6E5FA0;
  flex-shrink: 0;
  align-items: center;
}.fzv_gr_more-rwh:hover {
  color: #7C3FE8;
}.fzv_gr_more-rwh svg {
  stroke-linecap: round;
  height: 12px;
  stroke-linejoin: round;
  width: 12px;
}.fzv_gr_arrows-rwh {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.fzv_gr_arr-rwh {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .15s,color .15s;
  color: #9585C8;
  align-items: center;
  height: 30px;
  display: flex;
  justify-content: center;
  width: 30px;
}.fzv_gr_arr-rwh:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F2EEFF;
}.fzv_gr_arr-rwh svg {
  height: 0.813rem;
  width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.fzv_gr_seo_h-rwh {
  margin: 0 0 0.375rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  color: #C9BFEE;
  max-width: 42.5rem;
  font-weight: 700;
}
@media(min-width: 765px) {.fzv_gr_seo_h-rwh {
  font-size: 14px;
}
}.fzv_gr_seo-rwh {
  font-size: 0.75rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #6E5FA0;
  margin-bottom: 0.75rem;
  max-width: 42.5rem;
}.fzv_gr_seo-rwh strong {
  font-weight: 600;
  color: #C9BFEE;
}.fzv_gr_scroll-rwh {
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  display: flex;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}.fzv_gr_scroll-rwh::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.fzv_gr_scroll-rwh {
  gap: 12px;
}
}.fzv_tb-rwh {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0D0A1C;
  right: 0;
  display: flex;
  height: 3.5rem;
  top: 0;
  left: 0;
  align-items: center;
  position: fixed;
  z-index: 80;
}.fzv_tb_in-rwh {
  padding: 0 0.875rem;
  gap: 0;
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}.fzv_tb_burger-rwh {
  gap: 0.313rem;
  border-radius: 0.625rem;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  width: 2.375rem;
  height: 38px;
  margin-right: 0.5rem;
  align-items: center;
  justify-content: center;
}.fzv_tb_burger-rwh:hover {
  background: rgba(255, 255, 255, 0.05);
}.fzv_tb_burger_line-rwh {
  background: #9585C8;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width:1080px) {.fzv_tb_burger-rwh {
  display: none;
}
}.fzv_tb_logo-rwh {
  gap: 9px;
  letter-spacing: -.01em;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  font-weight: 800;
  color: #F2EEFF;
  margin-right: 20px;
}.fzv_tb_logo_mark-rwh {
  overflow: hidden;
  border-radius: 0.625rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}.fzv_tb_logo_mark-rwh img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.fzv_tb_nav-rwh {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.fzv_tb_nav-rwh {
  display: flex;
}
}.fzv_tb_tab-rwh {
  border-radius: 0.625rem;
  transition: background .15s,color .15s;
  padding: 8px 14px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  color: #9585C8;
}.fzv_tb_tab-rwh:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EEFF;
}.fzv_tb_tab-rwh.fzv_state_active-rwh {
  background: rgba(124, 63, 232, 0.20);
  color: #F2EEFF;
}.fzv_tb_right-rwh {
  gap: 8px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}.fzv_tb_login-rwh {
  padding: 9px 1rem;
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.625rem;
  display: none;
  color: #C9BFEE;
  font-size: 13px;
  font-weight: 600;
}.fzv_tb_login-rwh:hover {
  border-color: rgba(255, 255, 255, 0.20);
  color: #F2EEFF;
}
@media(min-width: 481px) {.fzv_tb_login-rwh {
  display: block;
}
}.fzv_tb_reg-rwh {
  border-radius: 0.625rem;
  transition: background .2s;
  background: #1EC95A;
  padding: 0.563rem 1.125rem;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  color: #0D0A1C;
}.fzv_tb_reg-rwh:hover {
  background: #17B04E;
}.fzv_sb-rwh {
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  background: #171330;
  width: 13.75rem;
  z-index: 70;
  bottom: 0;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 56px;
}.fzv_sb-rwh.fzv_state_open-rwh {
  transform: translateX(0);
}.fzv_sb-rwh::-webkit-scrollbar {
  width: 4px;
}.fzv_sb-rwh::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1083px) {.fzv_sb-rwh {
  transform: translateX(0);
}
}.fzv_sb_auth-rwh {
  padding: 0.875rem 12px 10px;
}.fzv_sb_btn_reg-rwh {
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 0.688rem;
  background: #1EC95A;
  text-align: center;
  margin-bottom: 8px;
  display: block;
  font-size: 0.813rem;
  font-weight: 700;
  color: #0D0A1C;
}.fzv_sb_btn_reg-rwh:hover {
  background: #17B04E;
}.fzv_sb_btn_login-rwh {
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  text-align: center;
  font-weight: 600;
  color: #C9BFEE;
  display: block;
  font-size: 13px;
}.fzv_sb_btn_login-rwh:hover {
  border-color: rgba(255, 255, 255, 0.20);
  color: #F2EEFF;
}.fzv_sb_promo-rwh {
  border-radius: 0.625rem;
  overflow: hidden;
  background: linear-gradient(135deg,#2A1060,#171330);
  padding: 12px 14px;
  margin: 0 12px 0.625rem;
  border: 1px solid rgba(124, 63, 232, 0.20);
  position: relative;
}.fzv_sb_promo-rwh::before {
  background: radial-gradient(circle,rgba(124, 63, 232, 0.20),transparent 70%);
  border-radius: 50%;
  width: 5rem;
  top: -20px;
  height: 5rem;
  position: absolute;
  content: '';
  right: -20px;
}.fzv_sb_promo_title-rwh {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 4px;
  font-size: 11px;
  color: #7C3FE8;
}.fzv_sb_promo_text-rwh {
  color: #F2EEFF;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: break-word;
}.fzv_sb_promo_sub-rwh {
  color: #6E5FA0;
  font-size: 10px;
  margin-top: 3px;
}.fzv_sb_nav-rwh {
  padding: 6px 0.5rem 16px;
}.fzv_sb_nav_lb-rwh {
  padding: 0.625rem 8px 0.375rem;
  color: #524775;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
}.fzv_sb_link-rwh {
  padding: 9px 0.625rem;
  transition: background .15s,color .15s;
  border-radius: 0.375rem;
  gap: 10px;
  overflow-wrap: break-word;
  color: #9585C8;
  display: flex;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  align-items: center;
}.fzv_sb_link-rwh:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EEFF;
}.fzv_sb_link-rwh.fzv_state_active-rwh {
  background: rgba(124, 63, 232, 0.20);
  color: #F2EEFF;
}.fzv_sb_ic-rwh {
  border-radius: 6px;
  display: flex;
  height: 30px;
  align-items: center;
  flex-shrink: 0;
  width: 30px;
  justify-content: center;
}.fzv_sb_ic-rwh svg {
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
}.fzv_sb_ic_1-rwh {
  background: rgba(124, 63, 232, 0.08);
  color: #7C3FE8;
}.fzv_sb_ic_2-rwh {
  background: rgba(30, 201, 90, 0.16);
  color: #1EC95A;
}.fzv_sb_ic_3-rwh {
  background: rgba(245, 166, 35, 0.18);
  color: #F5A623;
}.fzv_sb_ic_4-rwh {
  background: rgba(196, 100, 12, 0.22);
  color: #C4640C;
}.fzv_sb_ic_5-rwh {
  background: rgba(124, 63, 232, 0.08);
  color: #F472C8;
}.fzv_sb_ic_6-rwh {
  background: rgba(196, 100, 12, 0.22);
  color: #B44FFF;
}.fzv_sb_badge-rwh {
  background: #F5A623;
  padding: 2px 7px;
  border-radius: 6px;
  font-weight: 700;
  color: #0D0A1C;
  margin-left: auto;
  font-size: 9px;
}.fzv_sb_bot-rwh {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  gap: 8px;
  display: flex;
}.fzv_sb_lang-rwh,.fzv_sb_help-rwh {
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 6px;
  flex: 1;
  gap: 0.375rem;
  transition: border-color .2s;
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  font-size: 0.688rem;
  justify-content: center;
  color: #9585C8;
  font-weight: 600;
}.fzv_sb_lang-rwh:hover,.fzv_sb_help-rwh:hover {
  border-color: rgba(255, 255, 255, 0.20);
  color: #F2EEFF;
}.fzv_sb_lang-rwh svg,.fzv_sb_help-rwh svg {
  stroke-linejoin: round;
  height: 0.813rem;
  width: 0.813rem;
  stroke-linecap: round;
}.fzv_sb_bd-rwh {
  inset: 0;
  background: rgba(7, 5, 16, 0.72);
  position: fixed;
  z-index: 69;
  display: none;
}.fzv_sb_bd-rwh.fzv_state_on-rwh {
  display: block;
}
@media(min-width: 1081px) {.fzv_sb_bd-rwh {
  display: none!important;
}
}.fzv_mob_nav-rwh {
  background: #171330;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  bottom: 0;
  left: 0;
  position: fixed;
  display: flex;
  right: 0;
  z-index: 80;
}
@media(min-width: 1078px) {.fzv_mob_nav-rwh {
  display: none;
}
}.fzv_mob_nav_item-rwh {
  gap: 4px;
  padding: 4px 2px;
  flex: 1;
  align-items: center;
  cursor: pointer;
  color: #524775;
  display: flex;
  flex-direction: column;
}.fzv_mob_nav_ic-rwh {
  line-height: 1;
}.fzv_mob_nav_ic-rwh svg {
  stroke-linecap: round;
  height: 20px;
  stroke-linejoin: round;
  width: 20px;
}.fzv_mob_nav_lb-rwh {
  font-weight: 600;
  font-size: 0.625rem;
  color: #524775;
}.fzv_mob_nav_item-rwh.fzv_state_active-rwh {
  color: #7C3FE8;
}.fzv_mob_nav_item-rwh.fzv_state_active-rwh .fzv_mob_nav_lb-rwh {
  color: #7C3FE8;
}.fzv_hero-rwh {
  background: #0D0A1C;
  padding: 20px 16px 0;
}
@media(min-width: 769px) {.fzv_hero-rwh {
  padding: 24px 24px 0;
}
}.fzv_hero_in-rwh {
  margin: 0 auto;
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
}
@media(min-width: 862px) {.fzv_hero_in-rwh {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1097px) {.fzv_hero_in-rwh {
  grid-template-columns: 1fr 21.25rem;
}
}.fzv_hero_promo-rwh {
  background: #120F25;
  overflow: hidden;
  border-radius: 16px;
  align-items: stretch;
  display: flex;
  min-height: 220px;
  position: relative;
}
@media(min-width: 769px) {.fzv_hero_promo-rwh {
  min-height: 17.5rem;
}
}.fzv_hero_promo_bg-rwh {
  background: linear-gradient(120deg,#2A1060 0%,#0D0A1C 100%);
  inset: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
}.fzv_hero_promo_bg-rwh::after {
  inset: 0;
  background: linear-gradient(90deg,#0D0A1C 0%,rgba(7, 5, 16, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.fzv_hero_promo_glow-rwh {
  background: radial-gradient(circle,rgba(196, 100, 12, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  width: 300px;
  height: 300px;
  right: 60px;
  position: absolute;
  pointer-events: none;
  top: -40px;
}.fzv_hero_promo_ct-rwh {
  padding: 1.75rem 24px 28px 1.75rem;
  max-width: 480px;
  position: relative;
  z-index: 2;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media(min-width: 771px) {.fzv_hero_promo_ct-rwh {
  padding: 40px 2rem;
}
}.fzv_hero_badge-rwh {
  border: 1px solid rgba(124, 63, 232, 0.08);
  padding: 0.313rem 12px;
  border-radius: 1.25rem;
  background: rgba(124, 63, 232, 0.20);
  font-weight: 700;
  margin-bottom: 0.875rem;
  font-size: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: #7C3FE8;
  letter-spacing: .08em;
}.fzv_hero_h1-rwh {
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  color: #F2EEFF;
  line-height: 1.15;
  font-size: 1.625rem;
}.fzv_hero_h1-rwh em {
  font-style: normal;
  color: #F5A623;
}
@media(min-width: 766px) {.fzv_hero_h1-rwh {
  font-size: 36px;
}
}.fzv_hero_sub-rwh {
  font-size: 0.813rem;
  margin-bottom: 1.25rem;
  color: #9585C8;
  line-height: 1.55;
}
@media(min-width: 767px) {.fzv_hero_sub-rwh {
  font-size: 14px;
}
}.fzv_hero_row-rwh {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.fzv_hero_cta-rwh {
  padding: 0.813rem 1.625rem;
  background: #1EC95A;
  border-radius: 10px;
  transition: background .2s;
  font-size: 14px;
  font-weight: 700;
  color: #0D0A1C;
  box-shadow: 0 0.25rem 1.25rem rgba(30, 201, 90, 0.40), 0 1px 4px rgba(0, 0, 0, 0.60);
}.fzv_hero_cta-rwh:hover {
  background: #17B04E;
}.fzv_hero_terms-rwh {
  color: #524775;
  font-size: 0.688rem;
}.fzv_hero_game-rwh {
  background: #120F25;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  position: relative;
  flex-direction: column;
  display: flex;
}.fzv_hero_game_badge-rwh {
  border-radius: 20px;
  background: rgba(245, 166, 35, 0.18);
  padding: 5px 10px;
  border: 1px solid rgba(245, 166, 35, 0.18);
  font-size: 10px;
  color: #F5A623;
  top: 12px;
  text-transform: uppercase;
  z-index: 3;
  position: absolute;
  left: 0.75rem;
  letter-spacing: .06em;
  font-weight: 700;
}.fzv_hero_game_badge-rwh svg {
  height: 11px;
  vertical-align: -1px;
  margin-right: 0.25rem;
  width: 0.688rem;
}.fzv_hero_game_img-rwh {
  overflow: hidden;
  background: linear-gradient(135deg,#2A1060,#0D0A1C);
  padding-bottom: 60%;
  position: relative;
}.fzv_hero_game_img-rwh img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.fzv_hero_game_play-rwh {
  inset: 0;
  background: rgba(7, 5, 16, 0.72);
  transition: opacity .2s;
  opacity: 0;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}.fzv_hero_game-rwh:hover .fzv_hero_game_play-rwh {
  opacity: 1;
}.fzv_hero_game_play-rwh span {
  background: #7C3FE8;
  border-radius: 50%;
  height: 3.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
}.fzv_hero_game_play-rwh span svg {
  width: 1.125rem;
  height: 18px;
  margin-left: 2px;
}.fzv_hero_game_info-rwh {
  padding: 0.875rem 16px;
}.fzv_hero_game_title-rwh {
  color: #F2EEFF;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 4px;
}.fzv_hero_game_provider-rwh {
  font-size: 0.688rem;
  color: #6E5FA0;
}.fzv_hero_game_btn-rwh {
  border-radius: 0.625rem;
  background: #7C3FE8;
  transition: background .2s;
  margin: 12px 16px 16px;
  padding: 0.688rem;
  display: block;
  font-weight: 700;
  color: #F2EEFF;
  text-align: center;
  font-size: 0.813rem;
}.fzv_hero_game-rwh:hover .fzv_hero_game_btn-rwh {
  background: #9560F5;
}.fzv_sbar-rwh {
  padding: 16px 1rem 0;
  background: #0D0A1C;
}
@media(min-width: 770px) {.fzv_sbar-rwh {
  padding: 1.125rem 24px 0;
}
}.fzv_sbar_in-rwh {
  margin: 0 auto;
  max-width: 82.5rem;
}.fzv_sbar_row-rwh {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}.fzv_sbar_input-rwh {
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  flex: 1;
  transition: border-color .2s;
  gap: 10px;
  border-radius: 0.625rem;
  background: #120F25;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #6E5FA0;
  font-size: 0.813rem;
}.fzv_sbar_input-rwh:hover {
  border-color: rgba(255, 255, 255, 0.20);
}.fzv_sbar_input-rwh svg {
  flex-shrink: 0;
  stroke-linejoin: round;
  height: 15px;
  stroke-linecap: round;
  width: 15px;
}.fzv_sbar_providers-rwh {
  transition: border-color .2s;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  background: #120F25;
  padding: 0.688rem 18px;
  white-space: nowrap;
  font-weight: 600;
  color: #C9BFEE;
  align-items: center;
  font-size: 0.813rem;
  display: flex;
}.fzv_sbar_providers-rwh:hover {
  border-color: rgba(255, 255, 255, 0.20);
  color: #F2EEFF;
}.fzv_sbar_providers-rwh svg {
  width: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.875rem;
}.fzv_sbar_tabs-rwh {
  gap: 0.375rem;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 2px;
}.fzv_sbar_tabs-rwh::-webkit-scrollbar {
  display: none;
}.fzv_sbar_tab-rwh {
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  gap: 7px;
  padding: 8px 14px;
  align-items: center;
  font-weight: 600;
  color: #9585C8;
  font-size: 0.75rem;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
}.fzv_sbar_tab-rwh:hover {
  border-color: rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.07);
  color: #F2EEFF;
}.fzv_sbar_tab-rwh.fzv_state_active-rwh {
  border-color: rgba(124, 63, 232, 0.08);
  background: rgba(124, 63, 232, 0.20);
  color: #F2EEFF;
}.fzv_sbar_tab_ic-rwh svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.875rem;
  height: 0.875rem;
}.fzv_gcg-rwh {
  background: #0D0A1C;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.fzv_gcg-rwh {
  padding: 2.75rem 1.5rem 0;
}
}.fzv_gcg_in-rwh {
  margin: 0 auto;
  max-width: 1320px;
}.fzv_gcg_head-rwh {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.fzv_gcg_label-rwh {
  color: #7C3FE8;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.fzv_gcg_h2-rwh {
  font-size: 22px;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 8px;
  color: #F2EEFF;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.fzv_gcg_h2-rwh {
  font-size: 1.75rem;
}
}.fzv_gcg_intro-rwh {
  color: #6E5FA0;
  line-height: 1.6;
  font-size: 0.813rem;
}.fzv_gcg_grid-rwh {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.fzv_gcg_grid-rwh {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.fzv_gcg_grid-rwh {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.fzv_gcg_card-rwh {
  transition: transform .2s,border-color .2s;
  padding: 20px;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  min-height: 240px;
  justify-content: flex-end;
  position: relative;
  flex-direction: column;
  cursor: pointer;
  display: flex;
}.fzv_gcg_card-rwh:hover {
  transform: translateY(-3px);
  border-color: rgba(124, 63, 232, 0.20);
}.fzv_gcg_card_bg-rwh {
  inset: 0;
  z-index: 0;
  position: absolute;
}.fzv_gcg_card_bg-rwh::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.fzv_gcg_card_ic-rwh {
  border-radius: 0.375rem;
  background: rgba(0,0,0,.45);
  width: 40px;
  color: #F2EEFF;
  justify-content: center;
  align-items: center;
  z-index: 2;
  top: 18px;
  position: absolute;
  right: 1.125rem;
  height: 2.5rem;
  display: flex;
}.fzv_gcg_card_ic-rwh svg {
  width: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 20px;
}.fzv_gcg_card_ct-rwh {
  position: relative;
  z-index: 1;
}.fzv_gcg_card_h-rwh {
  color: #F2EEFF;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  line-height: 1.2;
  font-size: 1.125rem;
}
@media(min-width: 769px) {.fzv_gcg_card_h-rwh {
  font-size: 1.25rem;
}
}.fzv_gcg_card_p-rwh {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  margin-bottom: 10px;
}.fzv_gcg_card_p-rwh strong {
  font-weight: 600;
  color: #F2EEFF;
}.fzv_gcg_card_cta-rwh {
  gap: 0.25rem;
  color: #7C3FE8;
  align-items: center;
  font-weight: 700;
  display: inline-flex;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 12px;
}.fzv_gcg_card_cta-rwh svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 12px;
  width: 12px;
}.fzv_ws-rwh {
  padding: 32px 16px 0;
  background: #0D0A1C;
}
@media(min-width: 771px) {.fzv_ws-rwh {
  padding: 2.25rem 1.5rem 0;
}
}.fzv_ws_in-rwh {
  margin: 0 auto;
  max-width: 1320px;
}.fzv_ws_head-rwh {
  gap: 0.75rem;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 0.875rem;
}.fzv_ws_title-rwh {
  gap: 10px;
  font-family: 'Exo 2', sans-serif;
  display: flex;
  color: #F2EEFF;
  align-items: center;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 1rem;
  flex-wrap: wrap;
}.fzv_ws_title_ic-rwh svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #F5A623;
  width: 1.125rem;
  height: 18px;
}.fzv_ws_online-rwh {
  gap: 7px;
  display: flex;
  font-size: 0.75rem;
  align-items: center;
  color: #6E5FA0;
  font-weight: 600;
}.fzv_ws_online_dot-rwh {
  border-radius: 50%;
  background: #1EC95A;
  width: 8px;
  flex-shrink: 0;
  height: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(30, 201, 90, 0.16);
}.fzv_ws_scroll-rwh {
  gap: 8px;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 8px;
}.fzv_ws_scroll-rwh::-webkit-scrollbar {
  display: none;
}.fzv_wc-rwh {
  border-radius: 0.625rem;
  background: #120F25;
  padding: 0.625rem 14px;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  min-width: 13.75rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.fzv_wc_img-rwh {
  background: #171330;
  border-radius: 6px;
  overflow: hidden;
  height: 2.25rem;
  flex-shrink: 0;
  width: 36px;
}.fzv_wc_img-rwh img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.fzv_wc_info-rwh {
  min-width: 0;
}.fzv_wc_game-rwh {
  overflow: hidden;
  color: #C9BFEE;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  text-overflow: ellipsis;
}.fzv_wc_player-rwh {
  overflow: hidden;
  font-size: 0.625rem;
  text-overflow: ellipsis;
  color: #524775;
  white-space: nowrap;
}.fzv_wc_amount-rwh {
  color: #1EC95A;
  font-size: 13px;
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: auto;
  font-weight: 700;
}.fzv_prov-rwh {
  background: #0D0A1C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.fzv_prov-rwh {
  padding: 2.75rem 1.5rem 0;
}
}.fzv_prov_in-rwh {
  margin: 0 auto;
  max-width: 1320px;
}.fzv_prov_head-rwh {
  margin-bottom: 1rem;
}.fzv_prov_label-rwh {
  text-transform: uppercase;
  color: #7C3FE8;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.fzv_prov_h2-rwh {
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  color: #F2EEFF;
}
@media(min-width: 770px) {.fzv_prov_h2-rwh {
  font-size: 1.5rem;
}
}.fzv_prov_seo-rwh {
  max-width: 620px;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #6E5FA0;
  margin-bottom: 1rem;
  line-height: 1.6;
}.fzv_prov_seo-rwh strong {
  color: #C9BFEE;
  font-weight: 700;
}.fzv_prov_seo-rwh a {
  color: #7C3FE8;
  text-decoration: underline;
}.fzv_prov_grid-rwh {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 638px) {.fzv_prov_grid-rwh {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.fzv_prov_grid-rwh {
  grid-template-columns: repeat(8,1fr);
}
}.fzv_prov_card-rwh {
  border-radius: 10px;
  gap: 0.438rem;
  padding: 14px 10px;
  background: #120F25;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}.fzv_prov_card-rwh:hover {
  background: #171330;
  border-color: rgba(255, 255, 255, 0.20);
}.fzv_prov_logo-rwh {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  justify-content: center;
  width: 44px;
  align-items: center;
  display: flex;
  height: 44px;
}.fzv_prov_logo-rwh img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.fzv_prov_name-rwh {
  color: #9585C8;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  overflow-wrap: break-word;
}.fzv_bon-rwh {
  padding: 2.25rem 16px 0;
  background: #0D0A1C;
}
@media(min-width:768px) {.fzv_bon-rwh {
  padding: 2.75rem 1.5rem 0;
}
}.fzv_bon_in-rwh {
  margin: 0 auto;
  max-width: 82.5rem;
}.fzv_bon_head-rwh {
  margin-bottom: 20px;
}.fzv_bon_label-rwh {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  color: #7C3FE8;
  text-transform: uppercase;
  font-weight: 700;
}.fzv_bon_h2-rwh {
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 0.5rem;
  color: #F2EEFF;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.fzv_bon_h2-rwh {
  font-size: 24px;
}
}.fzv_bon_seo-rwh {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 38.75rem;
  line-height: 1.6;
  color: #6E5FA0;
}.fzv_bon_seo-rwh strong {
  color: #C9BFEE;
  font-weight: 700;
}.fzv_bon_seo-rwh a {
  text-decoration: underline;
  color: #7C3FE8;
}.fzv_bon_grid-rwh {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.fzv_bon_grid-rwh {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.fzv_bon_grid-rwh {
  grid-template-columns: repeat(5,1fr);
}
}.fzv_bon_card-rwh {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #120F25;
  border-radius: 0.625rem;
  transition: border-color .2s,transform .2s;
  padding: 16px;
}.fzv_bon_card-rwh:hover {
  transform: translateY(-2px);
  border-color: rgba(124, 63, 232, 0.08);
}.fzv_bon_card_ic-rwh svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 26px;
  height: 1.625rem;
}.fzv_bon_card_ic-rwh {
  margin-bottom: 10px;
}.fzv_bon_card_type-rwh {
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #6E5FA0;
  font-weight: 700;
  font-size: 0.625rem;
}.fzv_bon_card_amount-rwh {
  color: #F5A623;
  margin-bottom: 6px;
  line-height: 1.1;
  font-weight: 800;
  font-size: 18px;
}.fzv_bon_card_name-rwh {
  color: #F2EEFF;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 600;
}.fzv_bon_card_detail-rwh {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  color: #524775;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  padding-top: 8px;
}.fzv_app-rwh {
  padding: 2.25rem 1rem 0;
  background: #0D0A1C;
}
@media(min-width:768px) {.fzv_app-rwh {
  padding: 44px 24px 0;
}
}.fzv_app_in-rwh {
  margin: 0 auto;
  max-width: 82.5rem;
}.fzv_app_head-rwh {
  margin-bottom: 1rem;
}.fzv_app_label-rwh {
  text-transform: uppercase;
  color: #7C3FE8;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.fzv_app_h2-rwh {
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Exo 2', sans-serif;
  color: #F2EEFF;
}
@media(min-width: 767px) {.fzv_app_h2-rwh {
  font-size: 24px;
}
}.fzv_app_sub-rwh {
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #6E5FA0;
  max-width: 600px;
}.fzv_app_sub-rwh strong {
  font-weight: 700;
  color: #C9BFEE;
}.fzv_app_cards-rwh {
  gap: 0.625rem;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.fzv_app_cards-rwh {
  grid-template-columns: repeat(3,1fr);
}
}.fzv_app_card-rwh {
  border-radius: 10px;
  padding: 1.25rem;
  gap: 16px;
  overflow: hidden;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  position: relative;
}.fzv_app_card_ios-rwh {
  background: linear-gradient(135deg,rgba(124, 63, 232, 0.20) 0%,#171330 100%);
}.fzv_app_card_android-rwh {
  background: linear-gradient(135deg,rgba(30, 201, 90, 0.16) 0%,#171330 100%);
}.fzv_app_card_win-rwh {
  background: linear-gradient(135deg,rgba(245, 166, 35, 0.18) 0%,#171330 100%);
}.fzv_app_card_ic-rwh svg {
  stroke-linejoin: round;
  width: 2.125rem;
  stroke-linecap: round;
  height: 2.125rem;
}.fzv_app_card_ic-rwh {
  color: #F2EEFF;
  flex-shrink: 0;
}.fzv_app_card_os-rwh {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6E5FA0;
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 10px;
}.fzv_app_card_title-rwh {
  line-height: 1.2;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  color: #F2EEFF;
  margin-bottom: 0.375rem;
  font-weight: 700;
}.fzv_app_card_text-rwh {
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
  color: #6E5FA0;
  margin-bottom: 0.875rem;
}.fzv_app_card_btn-rwh {
  transition: background .2s;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.12);
  padding: 0.625rem 18px;
  border-radius: 6px;
  display: inline-flex;
  color: #F2EEFF;
  font-weight: 700;
  font-size: 0.813rem;
  align-items: center;
}.fzv_app_card_btn-rwh:hover {
  background: rgba(255, 255, 255, 0.07);
}.fzv_reg-rwh {
  padding: 36px 1rem 0;
  background: #0D0A1C;
}
@media(min-width: 771px) {.fzv_reg-rwh {
  padding: 44px 1.5rem 0;
}
}.fzv_reg_in-rwh {
  background: #171330;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 auto;
  border-radius: 1rem;
  max-width: 82.5rem;
}
@media(min-width:768px) {.fzv_reg_in-rwh {
  padding: 40px;
}
}.fzv_reg_top-rwh {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.fzv_reg_top-rwh {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.fzv_reg_label-rwh {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #7C3FE8;
}.fzv_reg_h2-rwh {
  font-weight: 800;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  color: #F2EEFF;
  font-family: 'Exo 2', sans-serif;
  line-height: 1.2;
  font-size: 1.375rem;
}
@media(min-width: 769px) {.fzv_reg_h2-rwh {
  font-size: 28px;
}
}.fzv_reg_bonus-rwh {
  background: rgba(245, 166, 35, 0.18);
  border-radius: 10px;
  gap: 0.5rem;
  border: 1px solid rgba(245, 166, 35, 0.18);
  padding: 10px 16px;
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.fzv_reg_bonus_amount-rwh {
  font-weight: 800;
  color: #F5A623;
  font-size: 1.25rem;
}.fzv_reg_bonus_text-rwh {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #9585C8;
}.fzv_reg_cta_btn-rwh {
  transition: background .2s;
  background: #1EC95A;
  padding: 0.875rem 32px;
  border-radius: 0.625rem;
  box-shadow: 0 4px 20px rgba(30, 201, 90, 0.40), 0 1px 4px rgba(0, 0, 0, 0.60);
  margin-bottom: 0.75rem;
  color: #0D0A1C;
  display: inline-block;
  font-size: 0.938rem;
  font-weight: 700;
}.fzv_reg_cta_btn-rwh:hover {
  background: #17B04E;
}.fzv_reg_terms-rwh {
  color: #524775;
  font-size: 11px;
  line-height: 1.5;
}.fzv_reg_seo-rwh {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  color: #6E5FA0;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
  padding-top: 20px;
}.fzv_reg_seo-rwh p {
  line-height: 1.65;
  color: #6E5FA0;
  font-size: 13px;
  margin-bottom: 0.625rem;
}.fzv_reg_seo-rwh p:last-child {
  margin-bottom: 0;
}.fzv_reg_seo-rwh strong {
  color: #C9BFEE;
  font-weight: 700;
}.fzv_reg_seo-rwh a {
  transition: color .2s;
  text-decoration: underline;
  color: #7C3FE8;
}.fzv_reg_seo-rwh a:hover {
  color: #9560F5;
}.fzv_reg_seo-rwh ul,.fzv_reg_seo-rwh ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.fzv_reg_seo-rwh ol {
  list-style: decimal;
}.fzv_reg_seo-rwh li {
  margin-bottom: 4px;
  line-height: 1.65;
  color: #6E5FA0;
  font-size: 13px;
}.fzv_reg_seo-rwh table {
  font-size: 0.813rem;
  display: block;
  margin-bottom: 10px;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 766px) {.fzv_reg_seo-rwh table {
  display: table;
}
}.fzv_reg_seo-rwh th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C9BFEE;
  font-weight: 700;
}.fzv_reg_seo-rwh td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #6E5FA0;
}.fzv_reg_steps-rwh {
  gap: 0.875rem;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 862px) {.fzv_reg_steps-rwh {
  margin-top: 0;
}
}.fzv_reg_step-rwh {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  gap: 0.875rem;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.fzv_reg_step_num-rwh {
  border: 1px solid rgba(124, 63, 232, 0.08);
  border-radius: 50%;
  background: rgba(124, 63, 232, 0.20);
  justify-content: center;
  align-items: center;
  width: 2.125rem;
  display: flex;
  font-size: 14px;
  height: 2.125rem;
  color: #7C3FE8;
  flex-shrink: 0;
  font-weight: 800;
}.fzv_reg_step_title-rwh {
  color: #F2EEFF;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 3px;
}.fzv_reg_step_text-rwh {
  line-height: 1.5;
  font-size: 12px;
  color: #6E5FA0;
}.fzv_reg_trust-rwh {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}.fzv_reg_trust_item-rwh {
  gap: 7px;
  color: #6E5FA0;
  overflow-wrap: break-word;
  display: flex;
  font-size: 0.75rem;
  align-items: center;
}.fzv_reg_trust_ic-rwh svg {
  stroke-linejoin: round;
  color: #7C3FE8;
  height: 16px;
  width: 16px;
  stroke-linecap: round;
}.fzv_htp-rwh {
  padding: 2.25rem 16px 0;
  background: #0D0A1C;
}
@media(min-width: 767px) {.fzv_htp-rwh {
  padding: 44px 24px 0;
}
}.fzv_htp_in-rwh {
  margin: 0 auto;
  max-width: 82.5rem;
}.fzv_htp_head-rwh {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.fzv_htp_label-rwh {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7C3FE8;
  margin-bottom: 8px;
  font-size: 0.688rem;
  font-weight: 700;
}.fzv_htp_h2-rwh {
  color: #F2EEFF;
  font-family: 'Exo 2', sans-serif;
  font-size: 22px;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}
@media(min-width: 767px) {.fzv_htp_h2-rwh {
  font-size: 28px;
}
}.fzv_htp_intro-rwh {
  font-size: 0.875rem;
  color: #6E5FA0;
  line-height: 1.6;
}.fzv_htp_steps-rwh {
  list-style: none;
  padding: 0;
  gap: 0.75rem;
  margin: 0;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 641px) {.fzv_htp_steps-rwh {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.fzv_htp_steps-rwh {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.fzv_htp_step-rwh {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #171330;
  padding: 20px 18px 18px;
  border-radius: 0.625rem;
  position: relative;
  display: flex;
  flex-direction: column;
}.fzv_htp_step_num-rwh {
  background: #7C3FE8;
  border-radius: 50%;
  font-size: 13px;
  display: flex;
  width: 1.75rem;
  top: -12px;
  height: 28px;
  align-items: center;
  justify-content: center;
  left: 1.25rem;
  color: #0D0A1C;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  position: absolute;
}.fzv_htp_step_ic-rwh {
  border-radius: 0.375rem;
  margin: 8px 0 12px;
  background: rgba(124, 63, 232, 0.20);
  justify-content: center;
  color: #7C3FE8;
  align-items: center;
  display: flex;
  height: 36px;
  width: 36px;
}.fzv_htp_step_ic-rwh svg {
  height: 18px;
  width: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.fzv_htp_step_h-rwh {
  font-weight: 700;
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #F2EEFF;
  margin-bottom: 6px;
  font-size: 14px;
}.fzv_htp_step_p-rwh {
  font-size: 13px;
  line-height: 1.55;
  color: #6E5FA0;
  overflow-wrap: break-word;
}.fzv_htp_step_p-rwh strong {
  color: #C9BFEE;
  font-weight: 600;
}.fzv_htp_cta-rwh {
  padding: 13px 1.625rem;
  border-radius: 0.625rem;
  transition: background .2s;
  background: #1EC95A;
  font-weight: 700;
  color: #0D0A1C;
  display: inline-block;
  font-size: 0.875rem;
  margin-top: 1.25rem;
}.fzv_htp_cta-rwh:hover {
  background: #17B04E;
}.fzv_seo-rwh {
  padding: 36px 1rem 0;
  background: #0D0A1C;
}
@media(min-width: 769px) {.fzv_seo-rwh {
  padding: 2.75rem 24px 0;
}
}.fzv_seo_in-rwh {
  border-radius: 1rem;
  margin: 0 auto;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #171330;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.fzv_seo_in-rwh {
  padding: 2.25rem 2.5rem;
}
}.fzv_seo_label-rwh {
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  color: #7C3FE8;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.fzv_seo_h2-rwh {
  color: #F2EEFF;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 14px;
  font-weight: 800;
}
@media(min-width: 766px) {.fzv_seo_h2-rwh {
  font-size: 1.5rem;
}
}.fzv_seo_body-rwh {
  color: #9585C8;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.fzv_seo_body-rwh p {
  font-size: 14px;
  line-height: 1.75;
  color: #9585C8;
  margin-bottom: 0.75rem;
}.fzv_seo_body-rwh p:last-child {
  margin-bottom: 0;
}.fzv_seo_body-rwh strong {
  font-weight: 700;
  color: #C9BFEE;
}.fzv_seo_body-rwh a {
  transition: color .2s;
  text-decoration: underline;
  color: #7C3FE8;
}.fzv_seo_body-rwh a:hover {
  color: #9560F5;
}.fzv_seo_body-rwh ul,.fzv_seo_body-rwh ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.fzv_seo_body-rwh ol {
  list-style: decimal;
}.fzv_seo_body-rwh li {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 6px;
  color: #9585C8;
}.fzv_seo_body-rwh table {
  display: block;
  margin-bottom: 12px;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.fzv_seo_body-rwh table {
  display: table;
}
}.fzv_seo_body-rwh th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #C9BFEE;
  text-align: left;
  font-weight: 700;
}.fzv_seo_body-rwh td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #9585C8;
}.fzv_seo_cols-rwh {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.fzv_seo_cols-rwh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.fzv_seo_cols-rwh {
  grid-template-columns: repeat(3,1fr);
}
}.fzv_seo_col_h-rwh {
  color: #C9BFEE;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
}.fzv_seo_col_p-rwh {
  font-size: 13px;
  line-height: 1.65;
  color: #6E5FA0;
  overflow-wrap: break-word;
}.fzv_seo_stats-rwh {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.fzv_seo_stat-rwh {
  border-radius: 10px;
  flex: 1;
  padding: 0.875rem 16px;
  background: rgba(124, 63, 232, 0.08);
  border: 1px solid rgba(124, 63, 232, 0.20);
  min-width: 8.75rem;
}.fzv_seo_stat_val-rwh {
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #7C3FE8;
}.fzv_seo_stat_lb-rwh {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #6E5FA0;
}.fzv_seo-rwh {
  background: #0D0A1C;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.fzv_seo-rwh {
  padding: 44px 24px 0;
}
}.fzv_seo_in-rwh {
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  background: #171330;
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 765px) {.fzv_seo_in-rwh {
  padding: 2.25rem 40px;
}
}.fzv_seo_label-rwh {
  color: #7C3FE8;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 0.688rem;
}.fzv_seo_h2-rwh {
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  color: #F2EEFF;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 769px) {.fzv_seo_h2-rwh {
  font-size: 24px;
}
}.fzv_seo_body-rwh {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #9585C8;
  line-height: 1.75;
}.fzv_seo_body-rwh p {
  color: #9585C8;
  font-size: 0.875rem;
  margin-bottom: 12px;
  line-height: 1.75;
}.fzv_seo_body-rwh p:last-child {
  margin-bottom: 0;
}.fzv_seo_body-rwh strong {
  color: #C9BFEE;
  font-weight: 700;
}.fzv_seo_body-rwh a {
  transition: color .2s;
  text-decoration: underline;
  color: #7C3FE8;
}.fzv_seo_body-rwh a:hover {
  color: #9560F5;
}.fzv_seo_body-rwh ul,.fzv_seo_body-rwh ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.fzv_seo_body-rwh ol {
  list-style: decimal;
}.fzv_seo_body-rwh li {
  line-height: 1.75;
  color: #9585C8;
  font-size: 14px;
  margin-bottom: 0.375rem;
}.fzv_seo_body-rwh table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  display: block;
}
@media(min-width: 765px) {.fzv_seo_body-rwh table {
  display: table;
}
}.fzv_seo_body-rwh th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #C9BFEE;
  text-align: left;
  font-weight: 700;
}.fzv_seo_body-rwh td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9585C8;
}.fzv_seo_cols-rwh {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.fzv_seo_cols-rwh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.fzv_seo_cols-rwh {
  grid-template-columns: repeat(3,1fr);
}
}.fzv_seo_col_h-rwh {
  margin-bottom: 0.438rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C9BFEE;
  font-size: 0.813rem;
}.fzv_seo_col_p-rwh {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #6E5FA0;
}.fzv_seo_stats-rwh {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.fzv_seo_stat-rwh {
  background: rgba(124, 63, 232, 0.08);
  padding: 14px 16px;
  border: 1px solid rgba(124, 63, 232, 0.20);
  flex: 1;
  border-radius: 10px;
  min-width: 140px;
}.fzv_seo_stat_val-rwh {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #7C3FE8;
  font-size: 1.25rem;
  font-weight: 800;
}.fzv_seo_stat_lb-rwh {
  color: #6E5FA0;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.fzv_faq-rwh {
  background: #0D0A1C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.fzv_faq-rwh {
  padding: 2.75rem 1.5rem 0;
}
}.fzv_faq_in-rwh {
  margin: 0 auto;
  max-width: 82.5rem;
}.fzv_faq_head-rwh {
  margin-bottom: 20px;
}.fzv_faq_label-rwh {
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7C3FE8;
  margin-bottom: 8px;
}.fzv_faq_h2-rwh {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.25rem;
  color: #F2EEFF;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 770px) {.fzv_faq_h2-rwh {
  font-size: 1.5rem;
}
}.fzv_faq_list-rwh {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.fzv_faq_item-rwh {
  background: #171330;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.625rem;
  overflow: hidden;
}.fzv_faq_q-rwh {
  gap: 0.75rem;
  transition: color .2s;
  padding: 1rem 20px;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #C9BFEE;
  display: flex;
  cursor: pointer;
  flex-wrap: wrap;
}.fzv_faq_q-rwh:hover {
  color: #F2EEFF;
}.fzv_faq_q_ic-rwh {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  height: 1.5rem;
  flex-shrink: 0;
  justify-content: center;
  width: 1.5rem;
  color: #7C3FE8;
  font-size: 1rem;
  display: flex;
}.fzv_faq_item-rwh.fzv_state_open-rwh .fzv_faq_q_ic-rwh {
  transform: rotate(45deg);
}.fzv_faq_a-rwh {
  padding: 0 1.25rem 16px;
  overflow-wrap: break-word;
  line-height: 1.7;
  font-size: 13px;
  display: none;
  color: #6E5FA0;
}.fzv_faq_item-rwh.fzv_state_open-rwh .fzv_faq_a-rwh {
  display: block;
}.fzv_faq_a-rwh strong {
  font-weight: 700;
  color: #C9BFEE;
}.fzv_faq_a-rwh a {
  color: #7C3FE8;
  text-decoration: underline;
}.fzv_faq_a-rwh ul,.fzv_faq_a-rwh ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.fzv_faq_a-rwh ol {
  list-style: decimal;
}.fzv_faq_a-rwh li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.fzv_faq_a-rwh table {
  margin: 0.5rem 0;
  display: block;
  overflow-x: auto;
  font-size: 0.75rem;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 770px) {.fzv_faq_a-rwh table {
  display: table;
}
}.fzv_faq_a-rwh th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C9BFEE;
}.fzv_faq_a-rwh td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.5rem;
  color: #6E5FA0;
}.fzv_seo-rwh {
  background: #0D0A1C;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.fzv_seo-rwh {
  padding: 2.75rem 24px 0;
}
}.fzv_seo_in-rwh {
  background: #171330;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 1rem;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.fzv_seo_in-rwh {
  padding: 2.25rem 40px;
}
}.fzv_seo_label-rwh {
  font-weight: 700;
  color: #7C3FE8;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
}.fzv_seo_h2-rwh {
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #F2EEFF;
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}
@media(min-width: 765px) {.fzv_seo_h2-rwh {
  font-size: 1.5rem;
}
}.fzv_seo_body-rwh {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #9585C8;
}.fzv_seo_body-rwh p {
  font-size: 14px;
  color: #9585C8;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.fzv_seo_body-rwh p:last-child {
  margin-bottom: 0;
}.fzv_seo_body-rwh strong {
  font-weight: 700;
  color: #C9BFEE;
}.fzv_seo_body-rwh a {
  transition: color .2s;
  text-decoration: underline;
  color: #7C3FE8;
}.fzv_seo_body-rwh a:hover {
  color: #9560F5;
}.fzv_seo_body-rwh ul,.fzv_seo_body-rwh ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.fzv_seo_body-rwh ol {
  list-style: decimal;
}.fzv_seo_body-rwh li {
  color: #9585C8;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 0.875rem;
}.fzv_seo_body-rwh table {
  font-size: 13px;
  display: block;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 770px) {.fzv_seo_body-rwh table {
  display: table;
}
}.fzv_seo_body-rwh th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C9BFEE;
  text-align: left;
  font-weight: 700;
}.fzv_seo_body-rwh td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #9585C8;
}.fzv_seo_cols-rwh {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.fzv_seo_cols-rwh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.fzv_seo_cols-rwh {
  grid-template-columns: repeat(3,1fr);
}
}.fzv_seo_col_h-rwh {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
  color: #C9BFEE;
  margin-bottom: 7px;
}.fzv_seo_col_p-rwh {
  line-height: 1.65;
  color: #6E5FA0;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.fzv_seo_stats-rwh {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.fzv_seo_stat-rwh {
  background: rgba(124, 63, 232, 0.08);
  padding: 0.875rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(124, 63, 232, 0.20);
  flex: 1;
  min-width: 8.75rem;
}.fzv_seo_stat_val-rwh {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  color: #7C3FE8;
  overflow-wrap: break-word;
  font-weight: 800;
}.fzv_seo_stat_lb-rwh {
  color: #6E5FA0;
  overflow-wrap: break-word;
  font-size: 11px;
}.fzv_ft-rwh {
  background: #070510;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.fzv_ft_support-rwh {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 1rem;
}
@media(min-width: 766px) {.fzv_ft_support-rwh {
  padding: 1.75rem 1.5rem;
}
}.fzv_ft_support_in-rwh {
  margin: 0 auto;
  gap: 16px;
  max-width: 82.5rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.fzv_ft_support_main-rwh {
  flex: 1;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 13.75rem;
}.fzv_ft_support_ic-rwh {
  flex-shrink: 0;
  color: #7C3FE8;
}.fzv_ft_support_ic-rwh svg {
  stroke-linecap: round;
  width: 30px;
  height: 30px;
  stroke-linejoin: round;
}.fzv_ft_support_text_title-rwh {
  margin-bottom: 3px;
  color: #F2EEFF;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.938rem;
}.fzv_ft_support_text_sub-rwh {
  overflow-wrap: break-word;
  color: #6E5FA0;
  font-size: 12px;
}.fzv_ft_support_btn-rwh {
  border-radius: 0.625rem;
  background: #7C3FE8;
  transition: background .2s;
  padding: 0.688rem 1.375rem;
  color: #F2EEFF;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 13px;
}.fzv_ft_support_btn-rwh:hover {
  background: #9560F5;
}.fzv_ft_support_contacts-rwh {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.fzv_ft_support_contact-rwh {
  line-height: 1.4;
  font-size: 12px;
  color: #524775;
}.fzv_ft_support_contact-rwh strong {
  color: #9585C8;
  margin-bottom: 2px;
  display: block;
  font-weight: 600;
  font-size: 0.688rem;
}.fzv_ft_main-rwh {
  padding: 2rem 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 771px) {.fzv_ft_main-rwh {
  padding: 2.5rem 24px 2rem;
}
}.fzv_ft_main_in-rwh {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width:640px) {.fzv_ft_main_in-rwh {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.fzv_ft_main_in-rwh {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.fzv_ft_col_logo-rwh {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.fzv_ft_col_logo-rwh {
  grid-column: auto;
}
}.fzv_ft_logo-rwh {
  gap: 9px;
  font-weight: 800;
  font-size: 16px;
  align-items: center;
  color: #F2EEFF;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  display: flex;
  overflow-wrap: break-word;
}.fzv_ft_logo_mark-rwh {
  border-radius: 0.375rem;
  overflow: hidden;
  width: 30px;
  height: 30px;
}.fzv_ft_logo_mark-rwh img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.fzv_ft_logo_sub-rwh {
  line-height: 1.55;
  max-width: 200px;
  font-size: 12px;
  overflow-wrap: break-word;
  color: #524775;
}.fzv_ft_col_title-rwh {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: .07em;
  color: #9585C8;
  margin-bottom: 14px;
}.fzv_ft_col_links-rwh {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.fzv_ft_col_link-rwh {
  transition: color .2s;
  font-size: 0.813rem;
  color: #524775;
  overflow-wrap: break-word;
}.fzv_ft_col_link-rwh:hover {
  color: #C9BFEE;
}.fzv_ft_apps-rwh {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.fzv_ft_app_card-rwh {
  transition: border-color .2s;
  padding: 10px 0.75rem;
  gap: 0.625rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
}.fzv_ft_app_card-rwh:hover {
  border-color: rgba(255, 255, 255, 0.20);
}.fzv_ft_app_card_ic-rwh svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.375rem;
  height: 1.375rem;
}.fzv_ft_app_card_os-rwh {
  color: #524775;
  font-size: 0.625rem;
  font-weight: 600;
}.fzv_ft_app_card_action-rwh {
  font-weight: 700;
  color: #C9BFEE;
  font-size: 0.75rem;
}.fzv_ft_bot-rwh {
  padding: 20px 1rem;
}
@media(min-width: 765px) {.fzv_ft_bot-rwh {
  padding: 1.25rem 1.5rem;
}
}.fzv_ft_bot_in-rwh {
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1320px;
  display: flex;
}.fzv_ft_socials-rwh {
  gap: 8px;
  display: flex;
}.fzv_ft_soc-rwh {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .2s;
  color: #9585C8;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 2.25rem;
  width: 36px;
}.fzv_ft_soc-rwh svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 16px;
  stroke-linecap: round;
}.fzv_ft_soc-rwh:hover {
  background: rgba(255, 255, 255, 0.07);
}.fzv_ft_legal-rwh {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  line-height: 1.6;
  color: #8878B8;
  min-width: 200px;
}.fzv_ft_legal-rwh strong {
  color: #9585C8;
  font-weight: 700;
}.fzv_ft_legal-rwh a {
  color: #9585C8;
  text-decoration: underline;
}.fzv_ft_age-rwh {
  border-radius: 50%;
  border: 2px solid #8878B8;
  width: 32px;
  display: flex;
  font-size: 0.688rem;
  flex-shrink: 0;
  height: 2rem;
  margin-left: auto;
  color: #8878B8;
  font-weight: 800;
  justify-content: center;
  align-items: center;
}