*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #0D0B08;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-family: 'DM Sans', sans-serif;
  color: #D9CFC0;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  text-decoration: none;
  color: inherit;
}button {
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.fvk_layout-dja {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.fvk_page-dja {
  min-height: 100vh;
  display: flex;
}.fvk_main-dja {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media(min-width: 1079px) {.fvk_main-dja {
  padding-left: 13.75rem;
}
}
@media(max-width: 1078px) {.fvk_main-dja {
  padding-bottom: 72px;
}
}.fvk_gc-dja {
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .2s,border-color .2s;
  border-radius: 0.625rem;
  background: #121009;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  width: 140px;
  position: relative;
}
@media(min-width: 643px) {.fvk_gc-dja {
  width: 9.75rem;
}
}
@media(min-width: 1083px) {.fvk_gc-dja {
  width: 168px;
}
}.fvk_gc-dja:hover {
  border-color: rgba(255, 107, 26, 0.08);
  transform: translateY(-3px);
}.fvk_gc_img-dja {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.fvk_gc_img-dja img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.fvk_gc_hover-dja {
  background: rgba(8, 6, 4, 0.72);
  transition: opacity .2s;
  inset: 0;
  position: absolute;
  display: flex;
  opacity: 0;
  justify-content: center;
  align-items: center;
}.fvk_gc-dja:hover .fvk_gc_hover-dja {
  opacity: 1;
}.fvk_gc_hover_btn-dja {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  background: #FF6B1A;
  font-size: 0.75rem;
  color: #F5F0E6;
  font-weight: 700;
}.fvk_gc_info-dja {
  padding: 8px 10px 0.625rem;
}.fvk_gc_name-dja {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  white-space: nowrap;
  color: #D9CFC0;
  font-weight: 600;
  font-size: 0.75rem;
}.fvk_gc_prov-dja {
  font-size: 10px;
  color: #7A6C55;
}.fvk_gc_tag-dja {
  padding: 2px 7px;
  border-radius: 4px;
  left: 6px;
  letter-spacing: .04em;
  font-size: 9px;
  z-index: 2;
  top: 0.375rem;
  position: absolute;
  font-weight: 700;
  text-transform: uppercase;
}.fvk_gc_tag_hot-dja {
  background: #E83838;
  color: #fff;
}.fvk_gc_tag_new-dja {
  background: #30C96E;
  color: #0D0B08;
}.fvk_gc_tag_jp-dja {
  background: #F5A623;
  color: #0D0B08;
}.fvk_gc_tag_ex-dja {
  background: #C44A10;
  color: #fff;
}.fvk_gc_tag_live-dja {
  background: #E83838;
  color: #fff;
}.fvk_gr-dja {
  padding: 32px 16px 0;
  background: #0D0B08;
}
@media(min-width: 770px) {.fvk_gr-dja {
  padding: 36px 1.5rem 0;
}
}.fvk_gr_in-dja {
  margin: 0 auto;
  max-width: 1320px;
}.fvk_gr_head-dja {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}.fvk_gr_head_l-dja {
  flex: 1;
  gap: 10px;
  display: flex;
  min-width: 0;
  align-items: center;
}.fvk_gr_ic-dja {
  border-radius: 0.625rem;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 2rem;
  width: 2rem;
}.fvk_gr_ic-dja svg {
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
}.fvk_gr_title-dja {
  font-size: 16px;
  color: #F5F0E6;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 700;
}
@media(min-width: 766px) {.fvk_gr_title-dja {
  font-size: 1.125rem;
}
}.fvk_gr_more-dja {
  transition: color .2s;
  gap: 0.313rem;
  font-size: 12px;
  flex-shrink: 0;
  display: flex;
  color: #8A7B62;
  white-space: nowrap;
  align-items: center;
  font-weight: 600;
}.fvk_gr_more-dja:hover {
  color: #FF6B1A;
}.fvk_gr_more-dja svg {
  width: 0.75rem;
  stroke-linejoin: round;
  height: 0.75rem;
  stroke-linecap: round;
}.fvk_gr_arrows-dja {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.fvk_gr_arr-dja {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  color: #A8997F;
  width: 1.875rem;
  display: flex;
  height: 1.875rem;
  justify-content: center;
  align-items: center;
}.fvk_gr_arr-dja:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5F0E6;
}.fvk_gr_arr-dja svg {
  stroke-linecap: round;
  height: 13px;
  width: 13px;
  stroke-linejoin: round;
}.fvk_gr_seo_h-dja {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  color: #D9CFC0;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  max-width: 42.5rem;
}
@media(min-width: 766px) {.fvk_gr_seo_h-dja {
  font-size: 14px;
}
}.fvk_gr_seo-dja {
  margin-bottom: 0.75rem;
  line-height: 1.55;
  max-width: 680px;
  font-size: 12px;
  overflow-wrap: break-word;
  color: #8A7B62;
}.fvk_gr_seo-dja strong {
  color: #D9CFC0;
  font-weight: 600;
}.fvk_gr_scroll-dja {
  gap: 10px;
  display: flex;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  overflow-x: auto;
}.fvk_gr_scroll-dja::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.fvk_gr_scroll-dja {
  gap: 12px;
}
}.fvk_tb-dja {
  background: #0D0B08;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  z-index: 80;
  left: 0;
  top: 0;
  position: fixed;
  right: 0;
  height: 56px;
  align-items: center;
  display: flex;
}.fvk_tb_in-dja {
  gap: 0;
  padding: 0 0.875rem;
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}.fvk_tb_burger-dja {
  gap: 5px;
  border-radius: 10px;
  width: 38px;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 38px;
  margin-right: 8px;
  align-items: center;
}.fvk_tb_burger-dja:hover {
  background: rgba(255, 255, 255, 0.05);
}.fvk_tb_burger_line-dja {
  border-radius: 1px;
  background: #A8997F;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1081px) {.fvk_tb_burger-dja {
  display: none;
}
}.fvk_tb_logo-dja {
  gap: 0.563rem;
  display: flex;
  margin-right: 1.25rem;
  color: #F5F0E6;
  align-items: center;
  flex-shrink: 0;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 18px;
}.fvk_tb_logo_mark-dja {
  overflow: hidden;
  border-radius: 0.625rem;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}.fvk_tb_logo_mark-dja img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.fvk_tb_nav-dja {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 638px) {.fvk_tb_nav-dja {
  display: flex;
}
}.fvk_tb_tab-dja {
  padding: 0.5rem 14px;
  border-radius: 10px;
  transition: background .15s,color .15s;
  font-weight: 600;
  color: #A8997F;
  font-size: 0.813rem;
  white-space: nowrap;
}.fvk_tb_tab-dja:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5F0E6;
}.fvk_tb_tab-dja.fvk_state_active-dja {
  background: rgba(255, 107, 26, 0.18);
  color: #F5F0E6;
}.fvk_tb_right-dja {
  gap: 0.5rem;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.fvk_tb_login-dja {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  transition: border-color .2s,color .2s;
  padding: 9px 16px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  display: none;
  color: #D9CFC0;
  font-weight: 600;
}.fvk_tb_login-dja:hover {
  border-color: rgba(255, 107, 26, 0.45);
  color: #F5F0E6;
}
@media(min-width: 481px) {.fvk_tb_login-dja {
  display: block;
}
}.fvk_tb_reg-dja {
  border-radius: 0.625rem;
  background: #30C96E;
  padding: 0.563rem 18px;
  transition: background .2s;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  color: #0D0B08;
}.fvk_tb_reg-dja:hover {
  background: #3EDE80;
}.fvk_sb-dja {
  background: #171410;
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  left: 0;
  top: 3.5rem;
  z-index: 70;
  overflow-y: auto;
  bottom: 0;
  width: 13.75rem;
  position: fixed;
}.fvk_sb-dja.fvk_state_open-dja {
  transform: translateX(0);
}.fvk_sb-dja::-webkit-scrollbar {
  width: 4px;
}.fvk_sb-dja::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1082px) {.fvk_sb-dja {
  transform: translateX(0);
}
}.fvk_sb_auth-dja {
  padding: 14px 12px 10px;
}.fvk_sb_btn_reg-dja {
  background: #30C96E;
  transition: background .2s;
  padding: 11px;
  border-radius: 10px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
  color: #0D0B08;
  font-size: 0.813rem;
  display: block;
}.fvk_sb_btn_reg-dja:hover {
  background: #3EDE80;
}.fvk_sb_btn_login-dja {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  border-radius: 10px;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  color: #D9CFC0;
  font-size: 13px;
  display: block;
  text-align: center;
}.fvk_sb_btn_login-dja:hover {
  border-color: rgba(255, 107, 26, 0.45);
  color: #F5F0E6;
}.fvk_sb_promo-dja {
  border-radius: 10px;
  padding: 12px 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 107, 26, 0.18);
  margin: 0 0.75rem 0.625rem;
  background: linear-gradient(135deg,#2A1205,#171410);
  position: relative;
}.fvk_sb_promo-dja::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255, 107, 26, 0.18),transparent 70%);
  height: 5rem;
  content: '';
  position: absolute;
  top: -20px;
  right: -1.25rem;
  width: 5rem;
}.fvk_sb_promo_title-dja {
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 0.25rem;
  font-weight: 700;
  font-size: 0.688rem;
  color: #FF6B1A;
}.fvk_sb_promo_text-dja {
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.35;
  color: #F5F0E6;
}.fvk_sb_promo_sub-dja {
  color: #8A7B62;
  margin-top: 3px;
  font-size: 0.625rem;
}.fvk_sb_nav-dja {
  padding: 6px 0.5rem 16px;
}.fvk_sb_nav_lb-dja {
  padding: 10px 0.5rem 6px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #7A6C55;
  font-size: 0.625rem;
}.fvk_sb_link-dja {
  gap: 10px;
  padding: 9px 0.625rem;
  border-radius: 6px;
  transition: background .15s,color .15s;
  overflow-wrap: break-word;
  color: #A8997F;
  font-size: 0.813rem;
  align-items: center;
  display: flex;
  font-weight: 500;
  cursor: pointer;
}.fvk_sb_link-dja:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5F0E6;
}.fvk_sb_link-dja.fvk_state_active-dja {
  background: rgba(255, 107, 26, 0.18);
  color: #F5F0E6;
}.fvk_sb_ic-dja {
  border-radius: 6px;
  height: 1.875rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 1.875rem;
  align-items: center;
}.fvk_sb_ic-dja svg {
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
}.fvk_sb_ic_1-dja {
  background: rgba(255, 107, 26, 0.08);
  color: #FF6B1A;
}.fvk_sb_ic_2-dja {
  background: rgba(48, 201, 110, 0.16);
  color: #30C96E;
}.fvk_sb_ic_3-dja {
  background: rgba(245, 166, 35, 0.16);
  color: #F5A623;
}.fvk_sb_ic_4-dja {
  background: rgba(196, 74, 16, 0.22);
  color: #C44A10;
}.fvk_sb_ic_5-dja {
  background: rgba(255, 107, 26, 0.08);
  color: #E8198C;
}.fvk_sb_ic_6-dja {
  background: rgba(196, 74, 16, 0.22);
  color: #A855C8;
}.fvk_sb_badge-dja {
  border-radius: 0.375rem;
  padding: 2px 7px;
  background: #F5A623;
  color: #0D0B08;
  margin-left: auto;
  font-size: 0.563rem;
  font-weight: 700;
}.fvk_sb_bot-dja {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  padding: 0.75rem;
  display: flex;
}.fvk_sb_lang-dja,.fvk_sb_help-dja {
  gap: 6px;
  border-radius: 6px;
  transition: border-color .2s;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 9px 6px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 11px;
  color: #A8997F;
  display: flex;
  justify-content: center;
  font-weight: 600;
  align-items: center;
}.fvk_sb_lang-dja:hover,.fvk_sb_help-dja:hover {
  border-color: rgba(255, 107, 26, 0.45);
  color: #F5F0E6;
}.fvk_sb_lang-dja svg,.fvk_sb_help-dja svg {
  stroke-linecap: round;
  width: 0.813rem;
  height: 0.813rem;
  stroke-linejoin: round;
}.fvk_sb_bd-dja {
  background: rgba(8, 6, 4, 0.72);
  inset: 0;
  display: none;
  position: fixed;
  z-index: 69;
}.fvk_sb_bd-dja.fvk_state_on-dja {
  display: block;
}
@media(min-width: 1077px) {.fvk_sb_bd-dja {
  display: none!important;
}
}.fvk_mob_nav-dja {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #171410;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  left: 0;
  bottom: 0;
  z-index: 80;
  display: flex;
  position: fixed;
  right: 0;
}
@media(min-width: 1077px) {.fvk_mob_nav-dja {
  display: none;
}
}.fvk_mob_nav_item-dja {
  padding: 4px 2px;
  gap: 4px;
  flex: 1;
  display: flex;
  cursor: pointer;
  color: #7A6C55;
  align-items: center;
  flex-direction: column;
}.fvk_mob_nav_ic-dja {
  line-height: 1;
}.fvk_mob_nav_ic-dja svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.fvk_mob_nav_lb-dja {
  font-weight: 600;
  color: #7A6C55;
  font-size: 0.625rem;
}.fvk_mob_nav_item-dja.fvk_state_active-dja {
  color: #FF6B1A;
}.fvk_mob_nav_item-dja.fvk_state_active-dja .fvk_mob_nav_lb-dja {
  color: #FF6B1A;
}.fvk_hero-dja {
  background: #0D0B08;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 770px) {.fvk_hero-dja {
  padding: 1.5rem 24px 0;
}
}.fvk_hero_in-dja {
  margin: 0 auto;
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
}
@media(min-width: 862px) {.fvk_hero_in-dja {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1099px) {.fvk_hero_in-dja {
  grid-template-columns: 1fr 340px;
}
}.fvk_hero_promo-dja {
  border-radius: 1rem;
  background: #121009;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  min-height: 13.75rem;
  position: relative;
}
@media(min-width: 771px) {.fvk_hero_promo-dja {
  min-height: 17.5rem;
}
}.fvk_hero_promo_bg-dja {
  inset: 0;
  background: linear-gradient(120deg,#2A1205 0%,#0D0B08 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.fvk_hero_promo_bg-dja::after {
  background: linear-gradient(90deg,#0D0B08 0%,rgba(8, 6, 4, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.fvk_hero_promo_glow-dja {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196, 74, 16, 0.22) 0%,transparent 65%);
  top: -40px;
  position: absolute;
  width: 300px;
  height: 18.75rem;
  right: 3.75rem;
  pointer-events: none;
}.fvk_hero_promo_ct-dja {
  padding: 1.75rem 24px 28px 1.75rem;
  z-index: 2;
  flex-direction: column;
  position: relative;
  justify-content: center;
  max-width: 480px;
  display: flex;
}
@media(min-width: 770px) {.fvk_hero_promo_ct-dja {
  padding: 40px 32px;
}
}.fvk_hero_badge-dja {
  padding: 5px 12px;
  border-radius: 20px;
  background: rgba(255, 107, 26, 0.18);
  border: 1px solid rgba(255, 107, 26, 0.08);
  letter-spacing: .08em;
  font-weight: 700;
  color: #FF6B1A;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.875rem;
  font-size: 0.625rem;
}.fvk_hero_h1-dja {
  font-weight: 800;
  font-size: 1.625rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  line-height: 1.15;
  margin-bottom: 10px;
  color: #F5F0E6;
}.fvk_hero_h1-dja em {
  font-style: normal;
  color: #F5A623;
}
@media(min-width: 769px) {.fvk_hero_h1-dja {
  font-size: 2.25rem;
}
}.fvk_hero_sub-dja {
  margin-bottom: 20px;
  color: #A8997F;
  font-size: 13px;
  line-height: 1.55;
}
@media(min-width: 767px) {.fvk_hero_sub-dja {
  font-size: 0.875rem;
}
}.fvk_hero_row-dja {
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.fvk_hero_cta-dja {
  transition: background .2s;
  padding: 13px 26px;
  border-radius: 0.625rem;
  background: #30C96E;
  box-shadow: 0 4px 18px rgba(48, 201, 110, 0.38);
  font-size: 0.875rem;
  color: #0D0B08;
  font-weight: 700;
}.fvk_hero_cta-dja:hover {
  background: #3EDE80;
}.fvk_hero_terms-dja {
  color: #7A6C55;
  font-size: 11px;
}.fvk_hero_game-dja {
  background: #121009;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  overflow: hidden;
  flex-direction: column;
  display: flex;
  position: relative;
}.fvk_hero_game_badge-dja {
  border: 1px solid rgba(245, 166, 35, 0.16);
  border-radius: 20px;
  background: rgba(245, 166, 35, 0.16);
  padding: 5px 0.625rem;
  text-transform: uppercase;
  left: 0.75rem;
  letter-spacing: .06em;
  z-index: 3;
  font-size: 10px;
  font-weight: 700;
  color: #F5A623;
  position: absolute;
  top: 0.75rem;
}.fvk_hero_game_badge-dja svg {
  margin-right: 4px;
  height: 0.688rem;
  width: 0.688rem;
  vertical-align: -1px;
}.fvk_hero_game_img-dja {
  background: linear-gradient(135deg,#2A1205,#0D0B08);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.fvk_hero_game_img-dja img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.fvk_hero_game_play-dja {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 6, 4, 0.72);
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
  opacity: 0;
}.fvk_hero_game-dja:hover .fvk_hero_game_play-dja {
  opacity: 1;
}.fvk_hero_game_play-dja span {
  background: #FF6B1A;
  border-radius: 50%;
  display: flex;
  width: 52px;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
}.fvk_hero_game_play-dja span svg {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 2px;
}.fvk_hero_game_info-dja {
  padding: 14px 1rem;
}.fvk_hero_game_title-dja {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 4px;
  color: #F5F0E6;
  font-size: 15px;
}.fvk_hero_game_provider-dja {
  font-size: 0.688rem;
  color: #8A7B62;
}.fvk_hero_game_btn-dja {
  border-radius: 0.625rem;
  background: #FF6B1A;
  margin: 12px 1rem 1rem;
  padding: 0.688rem;
  transition: background .2s;
  text-align: center;
  color: #F5F0E6;
  display: block;
  font-weight: 700;
  font-size: 13px;
}.fvk_hero_game-dja:hover .fvk_hero_game_btn-dja {
  background: #FF8640;
}.fvk_sbar-dja {
  background: #0D0B08;
  padding: 16px 16px 0;
}
@media(min-width: 767px) {.fvk_sbar-dja {
  padding: 1.125rem 24px 0;
}
}.fvk_sbar_in-dja {
  margin: 0 auto;
  max-width: 1320px;
}.fvk_sbar_row-dja {
  gap: 0.625rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  display: flex;
}.fvk_sbar_input-dja {
  border-radius: 10px;
  transition: border-color .2s;
  padding: 11px 16px;
  background: #121009;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex: 1;
  gap: 0.625rem;
  display: flex;
  color: #8A7B62;
  font-size: 0.813rem;
  align-items: center;
  cursor: pointer;
}.fvk_sbar_input-dja:hover {
  border-color: rgba(255, 107, 26, 0.45);
}.fvk_sbar_input-dja svg {
  stroke-linejoin: round;
  flex-shrink: 0;
  height: 15px;
  width: 0.938rem;
  stroke-linecap: round;
}.fvk_sbar_providers-dja {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #121009;
  transition: border-color .2s;
  padding: 0.688rem 1.125rem;
  gap: 8px;
  white-space: nowrap;
  font-weight: 600;
  color: #D9CFC0;
  display: flex;
  align-items: center;
  font-size: 0.813rem;
}.fvk_sbar_providers-dja:hover {
  border-color: rgba(255, 107, 26, 0.45);
  color: #F5F0E6;
}.fvk_sbar_providers-dja svg {
  width: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.875rem;
}.fvk_sbar_tabs-dja {
  gap: 6px;
  scrollbar-width: none;
  padding-bottom: 2px;
  overflow-x: auto;
  display: flex;
}.fvk_sbar_tabs-dja::-webkit-scrollbar {
  display: none;
}.fvk_sbar_tab-dja {
  padding: 8px 14px;
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 7px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1.25rem;
  white-space: nowrap;
  align-items: center;
  font-weight: 600;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  color: #A8997F;
  font-size: 12px;
}.fvk_sbar_tab-dja:hover {
  border-color: rgba(255, 107, 26, 0.45);
  background: rgba(255, 255, 255, 0.07);
  color: #F5F0E6;
}.fvk_sbar_tab-dja.fvk_state_active-dja {
  border-color: rgba(255, 107, 26, 0.08);
  background: rgba(255, 107, 26, 0.18);
  color: #F5F0E6;
}.fvk_sbar_tab_ic-dja svg {
  stroke-linejoin: round;
  width: 0.875rem;
  stroke-linecap: round;
  height: 0.875rem;
}.fvk_wy-dja {
  background: #0D0B08;
  padding: 2rem 16px 0;
}
@media(min-width:768px) {.fvk_wy-dja {
  padding: 40px 1.5rem 0;
}
}.fvk_wy_in-dja {
  margin: 0 auto;
  max-width: 1320px;
}.fvk_wy_head-dja {
  margin-bottom: 18px;
  max-width: 45rem;
}.fvk_wy_label-dja {
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #FF6B1A;
}.fvk_wy_h2-dja {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 20px;
  color: #F5F0E6;
  font-family: 'Cinzel', serif;
}
@media(min-width:768px) {.fvk_wy_h2-dja {
  font-size: 24px;
}
}.fvk_wy_intro-dja {
  margin: 0;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #8A7B62;
}.fvk_wy_grid-dja {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.fvk_wy_grid-dja {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.fvk_wy_grid-dja {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.fvk_wy_card-dja {
  border-radius: 10px;
  background: #171410;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,transform .2s;
  padding: 1.25rem;
}.fvk_wy_card-dja:hover {
  border-color: rgba(255, 107, 26, 0.08);
  transform: translateY(-2px);
}.fvk_wy_card_ic-dja {
  border-radius: 50%;
  background: rgba(255, 107, 26, 0.18);
  align-items: center;
  height: 2.75rem;
  width: 44px;
  margin-bottom: 0.875rem;
  display: flex;
  color: #FF6B1A;
  justify-content: center;
}.fvk_wy_card_ic-dja svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.375rem;
  width: 22px;
}.fvk_wy_card_h-dja {
  font-weight: 700;
  color: #F5F0E6;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 0.375rem;
  line-height: 1.25;
}.fvk_wy_card_p-dja {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #8A7B62;
  line-height: 1.6;
}.fvk_wy_card_p-dja strong {
  font-weight: 600;
  color: #D9CFC0;
}.fvk_ws-dja {
  padding: 32px 16px 0;
  background: #0D0B08;
}
@media(min-width: 771px) {.fvk_ws-dja {
  padding: 2.25rem 1.5rem 0;
}
}.fvk_ws_in-dja {
  margin: 0 auto;
  max-width: 82.5rem;
}.fvk_ws_head-dja {
  gap: 0.75rem;
  margin-bottom: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}.fvk_ws_title-dja {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  color: #F5F0E6;
  font-family: 'Cinzel', serif;
}.fvk_ws_title_ic-dja svg {
  height: 1.125rem;
  stroke-linecap: round;
  width: 1.125rem;
  stroke-linejoin: round;
  color: #F5A623;
}.fvk_ws_online-dja {
  gap: 7px;
  color: #8A7B62;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  align-items: center;
}.fvk_ws_online_dot-dja {
  border-radius: 50%;
  background: #30C96E;
  height: 0.5rem;
  flex-shrink: 0;
  width: 0.5rem;
  box-shadow: 0 0 6px rgba(48, 201, 110, 0.16);
}.fvk_ws_scroll-dja {
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
}.fvk_ws_scroll-dja::-webkit-scrollbar {
  display: none;
}.fvk_wc-dja {
  border-radius: 10px;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.625rem 0.875rem;
  background: #121009;
  min-width: 13.75rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.fvk_wc_img-dja {
  overflow: hidden;
  border-radius: 6px;
  background: #171410;
  width: 36px;
  flex-shrink: 0;
  height: 2.25rem;
}.fvk_wc_img-dja img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.fvk_wc_info-dja {
  min-width: 0;
}.fvk_wc_game-dja {
  overflow: hidden;
  color: #D9CFC0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
}.fvk_wc_player-dja {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7A6C55;
  white-space: nowrap;
  font-size: 10px;
}.fvk_wc_amount-dja {
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  color: #30C96E;
  font-size: 13px;
  margin-left: auto;
}.fvk_htp-dja {
  padding: 36px 1rem 0;
  background: #0D0B08;
}
@media(min-width: 767px) {.fvk_htp-dja {
  padding: 44px 1.5rem 0;
}
}.fvk_htp_in-dja {
  margin: 0 auto;
  max-width: 82.5rem;
}.fvk_htp_head-dja {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.fvk_htp_label-dja {
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #FF6B1A;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}.fvk_htp_h2-dja {
  font-size: 1.375rem;
  color: #F5F0E6;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.fvk_htp_h2-dja {
  font-size: 1.75rem;
}
}.fvk_htp_intro-dja {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #8A7B62;
}.fvk_htp_steps-dja {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 641px) {.fvk_htp_steps-dja {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.fvk_htp_steps-dja {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.fvk_htp_step-dja {
  padding: 1.25rem 18px 1.125rem;
  background: #171410;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  display: flex;
  position: relative;
  flex-direction: column;
}.fvk_htp_step_num-dja {
  border-radius: 50%;
  background: #FF6B1A;
  font-weight: 800;
  justify-content: center;
  height: 28px;
  left: 20px;
  align-items: center;
  font-size: 13px;
  top: -12px;
  position: absolute;
  font-family: 'Cinzel', serif;
  display: flex;
  width: 1.75rem;
  color: #0D0B08;
}.fvk_htp_step_ic-dja {
  border-radius: 0.375rem;
  margin: 8px 0 0.75rem;
  background: rgba(255, 107, 26, 0.18);
  justify-content: center;
  width: 36px;
  align-items: center;
  display: flex;
  color: #FF6B1A;
  height: 2.25rem;
}.fvk_htp_step_ic-dja svg {
  height: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 18px;
}.fvk_htp_step_h-dja {
  line-height: 1.25;
  color: #F5F0E6;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.fvk_htp_step_p-dja {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #8A7B62;
  line-height: 1.55;
}.fvk_htp_step_p-dja strong {
  font-weight: 600;
  color: #D9CFC0;
}.fvk_htp_cta-dja {
  padding: 0.813rem 1.625rem;
  border-radius: 10px;
  transition: background .2s;
  background: #30C96E;
  margin-top: 20px;
  font-weight: 700;
  font-size: 0.875rem;
  color: #0D0B08;
  display: inline-block;
}.fvk_htp_cta-dja:hover {
  background: #3EDE80;
}.fvk_prov-dja {
  background: #0D0B08;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.fvk_prov-dja {
  padding: 44px 24px 0;
}
}.fvk_prov_in-dja {
  margin: 0 auto;
  max-width: 82.5rem;
}.fvk_prov_head-dja {
  margin-bottom: 16px;
}.fvk_prov_label-dja {
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #FF6B1A;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}.fvk_prov_h2-dja {
  color: #F5F0E6;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.fvk_prov_h2-dja {
  font-size: 1.5rem;
}
}.fvk_prov_seo-dja {
  max-width: 620px;
  color: #8A7B62;
  line-height: 1.6;
  overflow-wrap: break-word;
  margin-bottom: 16px;
  font-size: 0.813rem;
}.fvk_prov_seo-dja strong {
  font-weight: 700;
  color: #D9CFC0;
}.fvk_prov_seo-dja a {
  text-decoration: underline;
  color: #FF6B1A;
}.fvk_prov_grid-dja {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.fvk_prov_grid-dja {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.fvk_prov_grid-dja {
  grid-template-columns: repeat(8,1fr);
}
}.fvk_prov_card-dja {
  gap: 0.438rem;
  padding: 0.875rem 0.625rem;
  background: #121009;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,background .2s;
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-direction: column;
}.fvk_prov_card-dja:hover {
  background: #171410;
  border-color: rgba(255, 107, 26, 0.45);
}.fvk_prov_logo-dja {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  overflow: hidden;
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  display: flex;
  align-items: center;
}.fvk_prov_logo-dja img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.fvk_prov_name-dja {
  font-size: 0.688rem;
  color: #A8997F;
  overflow-wrap: break-word;
  font-weight: 600;
  text-align: center;
}.fvk_bon-dja {
  background: #0D0B08;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.fvk_bon-dja {
  padding: 2.75rem 24px 0;
}
}.fvk_bon_in-dja {
  margin: 0 auto;
  max-width: 82.5rem;
}.fvk_bon_head-dja {
  margin-bottom: 20px;
}.fvk_bon_label-dja {
  color: #FF6B1A;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}.fvk_bon_h2-dja {
  color: #F5F0E6;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 769px) {.fvk_bon_h2-dja {
  font-size: 1.5rem;
}
}.fvk_bon_seo-dja {
  line-height: 1.6;
  color: #8A7B62;
  font-size: 13px;
  max-width: 620px;
  overflow-wrap: break-word;
}.fvk_bon_seo-dja strong {
  color: #D9CFC0;
  font-weight: 700;
}.fvk_bon_seo-dja a {
  text-decoration: underline;
  color: #FF6B1A;
}.fvk_bon_grid-dja {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 637px) {.fvk_bon_grid-dja {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.fvk_bon_grid-dja {
  grid-template-columns: repeat(5,1fr);
}
}.fvk_bon_card-dja {
  background: #121009;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  padding: 1rem;
}.fvk_bon_card-dja:hover {
  border-color: rgba(255, 107, 26, 0.08);
  transform: translateY(-2px);
}.fvk_bon_card_ic-dja svg {
  stroke-linecap: round;
  height: 1.625rem;
  width: 26px;
  stroke-linejoin: round;
}.fvk_bon_card_ic-dja {
  margin-bottom: 10px;
}.fvk_bon_card_type-dja {
  font-size: 0.625rem;
  margin-bottom: 6px;
  color: #8A7B62;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .06em;
}.fvk_bon_card_amount-dja {
  margin-bottom: 0.375rem;
  line-height: 1.1;
  color: #F5A623;
  font-size: 18px;
  font-weight: 800;
}.fvk_bon_card_name-dja {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #F5F0E6;
  font-weight: 600;
  margin-bottom: 0.5rem;
}.fvk_bon_card_detail-dja {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7A6C55;
  padding-top: 8px;
  line-height: 1.5;
}.fvk_app-dja {
  background: #0D0B08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.fvk_app-dja {
  padding: 2.75rem 1.5rem 0;
}
}.fvk_app_in-dja {
  margin: 0 auto;
  max-width: 82.5rem;
}.fvk_app_head-dja {
  margin-bottom: 1rem;
}.fvk_app_label-dja {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #FF6B1A;
}.fvk_app_h2-dja {
  color: #F5F0E6;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.375rem;
  font-weight: 800;
}
@media(min-width: 771px) {.fvk_app_h2-dja {
  font-size: 1.5rem;
}
}.fvk_app_sub-dja {
  line-height: 1.6;
  color: #8A7B62;
  max-width: 37.5rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.fvk_app_sub-dja strong {
  color: #D9CFC0;
  font-weight: 700;
}.fvk_app_cards-dja {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 637px) {.fvk_app_cards-dja {
  grid-template-columns: repeat(3,1fr);
}
}.fvk_app_card-dja {
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 0.625rem;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}.fvk_app_card_ios-dja {
  background: linear-gradient(135deg,rgba(255, 107, 26, 0.18) 0%,#171410 100%);
}.fvk_app_card_android-dja {
  background: linear-gradient(135deg,rgba(48, 201, 110, 0.16) 0%,#171410 100%);
}.fvk_app_card_win-dja {
  background: linear-gradient(135deg,rgba(245, 166, 35, 0.16) 0%,#171410 100%);
}.fvk_app_card_ic-dja svg {
  width: 34px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 2.125rem;
}.fvk_app_card_ic-dja {
  color: #F5F0E6;
  flex-shrink: 0;
}.fvk_app_card_os-dja {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #8A7B62;
}.fvk_app_card_title-dja {
  color: #F5F0E6;
  line-height: 1.2;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
}.fvk_app_card_text-dja {
  line-height: 1.5;
  font-size: 12px;
  margin-bottom: 0.875rem;
  color: #8A7B62;
  overflow-wrap: break-word;
}.fvk_app_card_btn-dja {
  padding: 0.625rem 1.125rem;
  border: 1px solid rgba(255, 107, 26, 0.45);
  transition: background .2s;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  gap: 7px;
  font-size: 13px;
  align-items: center;
  display: inline-flex;
  color: #F5F0E6;
  font-weight: 700;
}.fvk_app_card_btn-dja:hover {
  background: rgba(255, 255, 255, 0.07);
}.fvk_reg-dja {
  padding: 2.25rem 16px 0;
  background: #0D0B08;
}
@media(min-width: 765px) {.fvk_reg-dja {
  padding: 2.75rem 1.5rem 0;
}
}.fvk_reg_in-dja {
  border-radius: 16px;
  padding: 28px 24px;
  background: #171410;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width:768px) {.fvk_reg_in-dja {
  padding: 2.5rem;
}
}.fvk_reg_top-dja {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.fvk_reg_top-dja {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.fvk_reg_label-dja {
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #FF6B1A;
}.fvk_reg_h2-dja {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  line-height: 1.2;
  color: #F5F0E6;
  margin-bottom: 12px;
  font-size: 22px;
}
@media(min-width: 765px) {.fvk_reg_h2-dja {
  font-size: 1.75rem;
}
}.fvk_reg_bonus-dja {
  padding: 0.625rem 1rem;
  border: 1px solid rgba(245, 166, 35, 0.16);
  background: rgba(245, 166, 35, 0.16);
  border-radius: 0.625rem;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  display: inline-flex;
}.fvk_reg_bonus_amount-dja {
  font-weight: 800;
  font-size: 20px;
  color: #F5A623;
}.fvk_reg_bonus_text-dja {
  line-height: 1.35;
  color: #A8997F;
  font-size: 13px;
}.fvk_reg_cta_btn-dja {
  background: #30C96E;
  border-radius: 10px;
  padding: 14px 32px;
  transition: background .2s;
  display: inline-block;
  color: #0D0B08;
  box-shadow: 0 4px 1.125rem rgba(48, 201, 110, 0.38);
  margin-bottom: 0.75rem;
  font-size: 15px;
  font-weight: 700;
}.fvk_reg_cta_btn-dja:hover {
  background: #3EDE80;
}.fvk_reg_terms-dja {
  font-size: 11px;
  line-height: 1.5;
  color: #7A6C55;
}.fvk_reg_seo-dja {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  margin-top: 20px;
  overflow-wrap: break-word;
  color: #8A7B62;
  padding-top: 20px;
  line-height: 1.65;
}.fvk_reg_seo-dja p {
  color: #8A7B62;
  line-height: 1.65;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
}.fvk_reg_seo-dja p:last-child {
  margin-bottom: 0;
}.fvk_reg_seo-dja strong {
  font-weight: 700;
  color: #D9CFC0;
}.fvk_reg_seo-dja a {
  transition: color .2s;
  text-decoration: underline;
  color: #FF6B1A;
}.fvk_reg_seo-dja a:hover {
  color: #FF8640;
}.fvk_reg_seo-dja ul,.fvk_reg_seo-dja ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.fvk_reg_seo-dja ol {
  list-style: decimal;
}.fvk_reg_seo-dja li {
  margin-bottom: 0.25rem;
  line-height: 1.65;
  color: #8A7B62;
  font-size: 0.813rem;
}.fvk_reg_seo-dja table {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 0.625rem;
  display: block;
  font-size: 13px;
  border-collapse: collapse;
}
@media(min-width: 769px) {.fvk_reg_seo-dja table {
  display: table;
}
}.fvk_reg_seo-dja th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #D9CFC0;
  font-weight: 700;
}.fvk_reg_seo-dja td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #8A7B62;
}.fvk_reg_steps-dja {
  gap: 14px;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width: 859px) {.fvk_reg_steps-dja {
  margin-top: 0;
}
}.fvk_reg_step-dja {
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.fvk_reg_step_num-dja {
  background: rgba(255, 107, 26, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(255, 107, 26, 0.08);
  font-size: 14px;
  flex-shrink: 0;
  font-weight: 800;
  align-items: center;
  color: #FF6B1A;
  display: flex;
  height: 2.125rem;
  justify-content: center;
  width: 2.125rem;
}.fvk_reg_step_title-dja {
  color: #F5F0E6;
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 700;
}.fvk_reg_step_text-dja {
  font-size: 12px;
  line-height: 1.5;
  color: #8A7B62;
}.fvk_reg_trust-dja {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 20px;
  display: flex;
}.fvk_reg_trust_item-dja {
  gap: 0.438rem;
  font-size: 12px;
  display: flex;
  color: #8A7B62;
  overflow-wrap: break-word;
  align-items: center;
}.fvk_reg_trust_ic-dja svg {
  width: 16px;
  stroke-linejoin: round;
  color: #FF6B1A;
  stroke-linecap: round;
  height: 1rem;
}.fvk_seo-dja {
  padding: 36px 16px 0;
  background: #0D0B08;
}
@media(min-width: 769px) {.fvk_seo-dja {
  padding: 2.75rem 1.5rem 0;
}
}.fvk_seo_in-dja {
  border-radius: 16px;
  margin: 0 auto;
  padding: 28px 24px;
  background: #171410;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 1320px;
}
@media(min-width: 770px) {.fvk_seo_in-dja {
  padding: 2.25rem 40px;
}
}.fvk_seo_label-dja {
  font-size: 11px;
  color: #FF6B1A;
  font-weight: 700;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.fvk_seo_h2-dja {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  color: #F5F0E6;
}
@media(min-width: 771px) {.fvk_seo_h2-dja {
  font-size: 1.5rem;
}
}.fvk_seo_body-dja {
  font-size: 14px;
  line-height: 1.75;
  color: #A8997F;
  overflow-wrap: break-word;
}.fvk_seo_body-dja p {
  font-size: 0.875rem;
  color: #A8997F;
  margin-bottom: 12px;
  line-height: 1.75;
}.fvk_seo_body-dja p:last-child {
  margin-bottom: 0;
}.fvk_seo_body-dja strong {
  color: #D9CFC0;
  font-weight: 700;
}.fvk_seo_body-dja a {
  transition: color .2s;
  color: #FF6B1A;
  text-decoration: underline;
}.fvk_seo_body-dja a:hover {
  color: #FF8640;
}.fvk_seo_body-dja ul,.fvk_seo_body-dja ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.fvk_seo_body-dja ol {
  list-style: decimal;
}.fvk_seo_body-dja li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #A8997F;
  font-size: 14px;
}.fvk_seo_body-dja table {
  overflow-x: auto;
  margin-bottom: 12px;
  font-size: 0.813rem;
  display: block;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 770px) {.fvk_seo_body-dja table {
  display: table;
}
}.fvk_seo_body-dja th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #D9CFC0;
}.fvk_seo_body-dja td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A8997F;
}.fvk_seo_cols-dja {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.fvk_seo_cols-dja {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.fvk_seo_cols-dja {
  grid-template-columns: repeat(3,1fr);
}
}.fvk_seo_col_h-dja {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #D9CFC0;
  font-weight: 700;
  margin-bottom: 7px;
}.fvk_seo_col_p-dja {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #8A7B62;
  line-height: 1.65;
}.fvk_seo_stats-dja {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.fvk_seo_stat-dja {
  flex: 1;
  padding: 0.875rem 16px;
  background: rgba(255, 107, 26, 0.08);
  border-radius: 10px;
  border: 1px solid rgba(255, 107, 26, 0.18);
  min-width: 140px;
}.fvk_seo_stat_val-dja {
  font-size: 20px;
  overflow-wrap: break-word;
  color: #FF6B1A;
  margin-bottom: 0.25rem;
  font-weight: 800;
}.fvk_seo_stat_lb-dja {
  color: #8A7B62;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.fvk_seo-dja {
  padding: 36px 16px 0;
  background: #0D0B08;
}
@media(min-width: 769px) {.fvk_seo-dja {
  padding: 44px 1.5rem 0;
}
}.fvk_seo_in-dja {
  border-radius: 16px;
  background: #171410;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.fvk_seo_in-dja {
  padding: 36px 2.5rem;
}
}.fvk_seo_label-dja {
  margin-bottom: 10px;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #FF6B1A;
}.fvk_seo_h2-dja {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 14px;
  line-height: 1.25;
  color: #F5F0E6;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.fvk_seo_h2-dja {
  font-size: 1.5rem;
}
}.fvk_seo_body-dja {
  color: #A8997F;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.75;
}.fvk_seo_body-dja p {
  color: #A8997F;
  font-size: 14px;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.fvk_seo_body-dja p:last-child {
  margin-bottom: 0;
}.fvk_seo_body-dja strong {
  color: #D9CFC0;
  font-weight: 700;
}.fvk_seo_body-dja a {
  transition: color .2s;
  color: #FF6B1A;
  text-decoration: underline;
}.fvk_seo_body-dja a:hover {
  color: #FF8640;
}.fvk_seo_body-dja ul,.fvk_seo_body-dja ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.fvk_seo_body-dja ol {
  list-style: decimal;
}.fvk_seo_body-dja li {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  color: #A8997F;
  line-height: 1.75;
}.fvk_seo_body-dja table {
  margin-bottom: 12px;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 13px;
  display: block;
}
@media(min-width: 770px) {.fvk_seo_body-dja table {
  display: table;
}
}.fvk_seo_body-dja th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #D9CFC0;
}.fvk_seo_body-dja td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A8997F;
}.fvk_seo_cols-dja {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 642px) {.fvk_seo_cols-dja {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.fvk_seo_cols-dja {
  grid-template-columns: repeat(3,1fr);
}
}.fvk_seo_col_h-dja {
  color: #D9CFC0;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.fvk_seo_col_p-dja {
  color: #8A7B62;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
}.fvk_seo_stats-dja {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.fvk_seo_stat-dja {
  flex: 1;
  background: rgba(255, 107, 26, 0.08);
  border-radius: 10px;
  border: 1px solid rgba(255, 107, 26, 0.18);
  padding: 14px 16px;
  min-width: 8.75rem;
}.fvk_seo_stat_val-dja {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #FF6B1A;
  font-size: 20px;
  font-weight: 800;
}.fvk_seo_stat_lb-dja {
  color: #8A7B62;
  overflow-wrap: break-word;
  font-size: 11px;
}.fvk_faq-dja {
  padding: 36px 1rem 0;
  background: #0D0B08;
}
@media(min-width: 765px) {.fvk_faq-dja {
  padding: 44px 1.5rem 0;
}
}.fvk_faq_in-dja {
  margin: 0 auto;
  max-width: 82.5rem;
}.fvk_faq_head-dja {
  margin-bottom: 1.25rem;
}.fvk_faq_label-dja {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #FF6B1A;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  font-weight: 700;
}.fvk_faq_h2-dja {
  overflow-wrap: break-word;
  color: #F5F0E6;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width:768px) {.fvk_faq_h2-dja {
  font-size: 24px;
}
}.fvk_faq_list-dja {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.fvk_faq_item-dja {
  background: #171410;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  overflow: hidden;
}.fvk_faq_q-dja {
  transition: color .2s;
  padding: 1rem 20px;
  gap: 12px;
  cursor: pointer;
  font-weight: 600;
  justify-content: space-between;
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  color: #D9CFC0;
  overflow-wrap: break-word;
  align-items: center;
}.fvk_faq_q-dja:hover {
  color: #F5F0E6;
}.fvk_faq_q_ic-dja {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  width: 24px;
  color: #FF6B1A;
  flex-shrink: 0;
  align-items: center;
  font-size: 1rem;
  justify-content: center;
  display: flex;
  height: 1.5rem;
}.fvk_faq_item-dja.fvk_state_open-dja .fvk_faq_q_ic-dja {
  transform: rotate(45deg);
}.fvk_faq_a-dja {
  padding: 0 1.25rem 16px;
  display: none;
  color: #8A7B62;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.7;
}.fvk_faq_item-dja.fvk_state_open-dja .fvk_faq_a-dja {
  display: block;
}.fvk_faq_a-dja strong {
  font-weight: 700;
  color: #D9CFC0;
}.fvk_faq_a-dja a {
  color: #FF6B1A;
  text-decoration: underline;
}.fvk_faq_a-dja ul,.fvk_faq_a-dja ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.fvk_faq_a-dja ol {
  list-style: decimal;
}.fvk_faq_a-dja li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.fvk_faq_a-dja table {
  margin: 0.5rem 0;
  width: 100%;
  display: block;
  font-size: 0.75rem;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 766px) {.fvk_faq_a-dja table {
  display: table;
}
}.fvk_faq_a-dja th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #D9CFC0;
}.fvk_faq_a-dja td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 8px;
  color: #8A7B62;
}.fvk_seo-dja {
  padding: 2.25rem 16px 0;
  background: #0D0B08;
}
@media(min-width: 769px) {.fvk_seo-dja {
  padding: 44px 1.5rem 0;
}
}.fvk_seo_in-dja {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: #171410;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 769px) {.fvk_seo_in-dja {
  padding: 36px 2.5rem;
}
}.fvk_seo_label-dja {
  text-transform: uppercase;
  font-weight: 700;
  color: #FF6B1A;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
}.fvk_seo_h2-dja {
  font-size: 20px;
  color: #F5F0E6;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.fvk_seo_h2-dja {
  font-size: 24px;
}
}.fvk_seo_body-dja {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #A8997F;
  font-size: 14px;
}.fvk_seo_body-dja p {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.75rem;
  color: #A8997F;
}.fvk_seo_body-dja p:last-child {
  margin-bottom: 0;
}.fvk_seo_body-dja strong {
  font-weight: 700;
  color: #D9CFC0;
}.fvk_seo_body-dja a {
  transition: color .2s;
  color: #FF6B1A;
  text-decoration: underline;
}.fvk_seo_body-dja a:hover {
  color: #FF8640;
}.fvk_seo_body-dja ul,.fvk_seo_body-dja ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.fvk_seo_body-dja ol {
  list-style: decimal;
}.fvk_seo_body-dja li {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 6px;
  color: #A8997F;
}.fvk_seo_body-dja table {
  border-collapse: collapse;
  display: block;
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 771px) {.fvk_seo_body-dja table {
  display: table;
}
}.fvk_seo_body-dja th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #D9CFC0;
  font-weight: 700;
  text-align: left;
}.fvk_seo_body-dja td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #A8997F;
}.fvk_seo_cols-dja {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.fvk_seo_cols-dja {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.fvk_seo_cols-dja {
  grid-template-columns: repeat(3,1fr);
}
}.fvk_seo_col_h-dja {
  font-size: 0.813rem;
  color: #D9CFC0;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
}.fvk_seo_col_p-dja {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #8A7B62;
}.fvk_seo_stats-dja {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.fvk_seo_stat-dja {
  flex: 1;
  background: rgba(255, 107, 26, 0.08);
  border-radius: 10px;
  padding: 14px 1rem;
  border: 1px solid rgba(255, 107, 26, 0.18);
  min-width: 8.75rem;
}.fvk_seo_stat_val-dja {
  margin-bottom: 0.25rem;
  color: #FF6B1A;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}.fvk_seo_stat_lb-dja {
  color: #8A7B62;
  font-size: 11px;
  overflow-wrap: break-word;
}.fvk_rv-dja {
  padding: 2.25rem 1rem 0;
  background: #0D0B08;
}
@media(min-width: 765px) {.fvk_rv-dja {
  padding: 2.75rem 24px 0;
}
}.fvk_rv_in-dja {
  margin: 0 auto;
  max-width: 82.5rem;
}.fvk_rv_head-dja {
  margin-bottom: 20px;
  max-width: 45rem;
}.fvk_rv_label-dja {
  text-transform: uppercase;
  font-size: 11px;
  color: #FF6B1A;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.fvk_rv_h2-dja {
  margin-bottom: 10px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 22px;
  color: #F5F0E6;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.fvk_rv_h2-dja {
  font-size: 1.75rem;
}
}.fvk_rv_stats-dja {
  gap: 1.125rem;
  display: flex;
  color: #8A7B62;
  flex-wrap: wrap;
  font-size: 13px;
  align-items: center;
}.fvk_rv_stats_score-dja {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.fvk_rv_stats_score_val-dja {
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  color: #F5A623;
  font-weight: 800;
}.fvk_rv_stats_score_max-dja {
  font-size: 0.813rem;
  color: #7A6C55;
}.fvk_rv_stats_badge-dja {
  gap: 4px;
  display: flex;
  align-items: center;
}.fvk_rv_stats_badge-dja svg {
  height: 0.875rem;
  color: #F5A623;
  width: 14px;
}.fvk_rv_grid-dja {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.fvk_rv_grid-dja {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.fvk_rv_grid-dja {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.fvk_rv_card-dja {
  background: #171410;
  padding: 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  flex-direction: column;
}.fvk_rv_card_stars-dja {
  gap: 2px;
  color: #F5A623;
  display: flex;
  margin-bottom: 0.625rem;
}.fvk_rv_card_stars-dja svg {
  width: 14px;
  height: 0.875rem;
}.fvk_rv_card_h-dja {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F5F0E6;
  font-size: 14px;
  line-height: 1.3;
}.fvk_rv_card_body-dja {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 0.875rem;
  color: #8A7B62;
  line-height: 1.65;
}.fvk_rv_card_body-dja strong {
  color: #D9CFC0;
  font-weight: 600;
}.fvk_rv_card_meta-dja {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75rem;
  display: flex;
}.fvk_rv_card_author-dja {
  font-size: 12px;
  color: #D9CFC0;
  font-weight: 600;
}.fvk_rv_card_date-dja {
  color: #7A6C55;
  font-size: 11px;
}.fvk_ft-dja {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #080604;
  margin-top: 48px;
}.fvk_ft_support-dja {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 767px) {.fvk_ft_support-dja {
  padding: 28px 1.5rem;
}
}.fvk_ft_support_in-dja {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 1320px;
  display: flex;
  align-items: center;
}.fvk_ft_support_main-dja {
  gap: 1rem;
  flex: 1;
  flex-wrap: wrap;
  min-width: 220px;
  align-items: center;
  display: flex;
}.fvk_ft_support_ic-dja {
  flex-shrink: 0;
  color: #FF6B1A;
}.fvk_ft_support_ic-dja svg {
  width: 1.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 30px;
}.fvk_ft_support_text_title-dja {
  overflow-wrap: break-word;
  color: #F5F0E6;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
}.fvk_ft_support_text_sub-dja {
  font-size: 12px;
  color: #8A7B62;
  overflow-wrap: break-word;
}.fvk_ft_support_btn-dja {
  border-radius: 10px;
  transition: background .2s;
  background: #FF6B1A;
  padding: 11px 1.375rem;
  font-weight: 700;
  color: #F5F0E6;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 0.813rem;
}.fvk_ft_support_btn-dja:hover {
  background: #FF8640;
}.fvk_ft_support_contacts-dja {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.fvk_ft_support_contact-dja {
  color: #7A6C55;
  line-height: 1.4;
  font-size: 0.75rem;
}.fvk_ft_support_contact-dja strong {
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 0.688rem;
  display: block;
  color: #A8997F;
}.fvk_ft_main-dja {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 1.5rem;
}
@media(min-width: 770px) {.fvk_ft_main-dja {
  padding: 2.5rem 24px 32px;
}
}.fvk_ft_main_in-dja {
  margin: 0 auto;
  gap: 24px;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.fvk_ft_main_in-dja {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.fvk_ft_main_in-dja {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.fvk_ft_col_logo-dja {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.fvk_ft_col_logo-dja {
  grid-column: auto;
}
}.fvk_ft_logo-dja {
  gap: 0.563rem;
  font-size: 16px;
  color: #F5F0E6;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 800;
  display: flex;
}.fvk_ft_logo_mark-dja {
  overflow: hidden;
  border-radius: 6px;
  height: 1.875rem;
  width: 30px;
}.fvk_ft_logo_mark-dja img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.fvk_ft_logo_sub-dja {
  max-width: 12.5rem;
  font-size: 12px;
  color: #7A6C55;
  line-height: 1.55;
  overflow-wrap: break-word;
}.fvk_ft_col_title-dja {
  letter-spacing: .07em;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  font-weight: 700;
  color: #A8997F;
}.fvk_ft_col_links-dja {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.fvk_ft_col_link-dja {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #7A6C55;
  font-size: 0.813rem;
}.fvk_ft_col_link-dja:hover {
  color: #D9CFC0;
}.fvk_ft_apps-dja {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.fvk_ft_app_card-dja {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  gap: 10px;
  align-items: center;
  display: flex;
}.fvk_ft_app_card-dja:hover {
  border-color: rgba(255, 107, 26, 0.45);
}.fvk_ft_app_card_ic-dja svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 22px;
  width: 1.375rem;
}.fvk_ft_app_card_os-dja {
  font-weight: 600;
  font-size: 10px;
  color: #7A6C55;
}.fvk_ft_app_card_action-dja {
  font-size: 12px;
  font-weight: 700;
  color: #D9CFC0;
}.fvk_ft_bot-dja {
  padding: 1.25rem 1rem;
}
@media(min-width: 769px) {.fvk_ft_bot-dja {
  padding: 20px 24px;
}
}.fvk_ft_bot_in-dja {
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  max-width: 1320px;
  flex-wrap: wrap;
  display: flex;
}.fvk_ft_socials-dja {
  gap: 0.5rem;
  display: flex;
}.fvk_ft_soc-dja {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  display: flex;
  justify-content: center;
  width: 36px;
  color: #A8997F;
  height: 36px;
}.fvk_ft_soc-dja svg {
  height: 16px;
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
}.fvk_ft_soc-dja:hover {
  background: rgba(255, 255, 255, 0.07);
}.fvk_ft_legal-dja {
  flex: 1;
  line-height: 1.6;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7C6F5C;
}.fvk_ft_legal-dja strong {
  color: #A8997F;
  font-weight: 700;
}.fvk_ft_legal-dja a {
  text-decoration: underline;
  color: #A8997F;
}.fvk_ft_age-dja {
  border-radius: 50%;
  border: 2px solid #7C6F5C;
  font-weight: 800;
  align-items: center;
  height: 2rem;
  color: #7C6F5C;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  width: 32px;
  font-size: 11px;
  display: flex;
}