html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #080B14;
  -webkit-font-smoothing: antialiased;
  color: #C4D4E8;
  line-height: 1.6;
  font-family: 'Outfit', sans-serif;
  min-height: 100vh;
}.feb-layout-dxh {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.feb-page-dxh {
  min-height: 100vh;
  display: flex;
}.feb-main-dxh {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1082px) {.feb-main-dxh {
  padding-left: 220px;
}
}
@media (max-width: 1077px) {.feb-main-dxh {
  padding-bottom: 4.5rem;
}
}.feb-gc-dxh {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #0A0E1A;
  border-radius: 10px;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  width: 8.75rem;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
@media(min-width: 642px) {.feb-gc-dxh {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.feb-gc-dxh {
  width: 10.5rem;
}
}.feb-gc-dxh:hover {
  border-color: rgba(74, 175, 232, 0.07);
  transform: translateY(-3px);
}.feb-gc_img-dxh {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.feb-gc_img-dxh img {
  inset: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}.feb-gc_hover-dxh {
  inset: 0;
  background: rgba(5, 7, 16, 0.72);
  transition: opacity .2s;
  opacity: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  position: absolute;
}.feb-gc-dxh:hover .feb-gc_hover-dxh {
  opacity: 1;
}.feb-gc_hover_btn-dxh {
  border-radius: 5px;
  background: #4AAFE8;
  padding: 0.5rem 1rem;
  color: #EDF2FA;
  font-size: 12px;
  font-weight: 700;
}.feb-gc_info-dxh {
  padding: 0.5rem 10px 10px;
}.feb-gc_name-dxh {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  max-width: 100%;
  color: #C4D4E8;
  margin-bottom: 3px;
  text-overflow: ellipsis;
}.feb-gc_prov-dxh {
  color: #728A9E;
  font-size: 10px;
}.feb-gc_tag-dxh {
  border-radius: 4px;
  padding: 2px 0.438rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  z-index: 2;
  font-size: 0.563rem;
  position: absolute;
  font-weight: 700;
  top: 6px;
  left: 6px;
}.feb-gc_tag_hot-dxh {
  background: #E03A3A;
  color: #fff;
}.feb-gc_tag_new-dxh {
  background: #2DC98E;
  color: #080B14;
}.feb-gc_tag_jp-dxh {
  background: #C8A84B;
  color: #080B14;
}.feb-gc_tag_ex-dxh {
  background: #2A5FAF;
  color: #fff;
}.feb-gc_tag_live-dxh {
  background: #E03A3A;
  color: #fff;
}.feb-gr-dxh {
  background: #080B14;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.feb-gr-dxh {
  padding: 2.25rem 24px 0;
}
}.feb-gr_in-dxh {
  margin: 0 auto;
  max-width: 1320px;
}.feb-gr_head-dxh {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.feb-gr_head_l-dxh {
  flex: 1;
  gap: 0.625rem;
  align-items: center;
  display: flex;
  min-width: 0;
}.feb-gr_ic-dxh {
  border-radius: 10px;
  width: 2rem;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  height: 32px;
  align-items: center;
}.feb-gr_ic-dxh svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  width: 16px;
}.feb-gr_title-dxh {
  color: #EDF2FA;
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  font-weight: 700;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.feb-gr_title-dxh {
  font-size: 18px;
}
}.feb-gr_more-dxh {
  gap: 0.313rem;
  transition: color .2s;
  flex-shrink: 0;
  font-size: 0.75rem;
  white-space: nowrap;
  display: flex;
  color: #6E899F;
  align-items: center;
  font-weight: 600;
}.feb-gr_more-dxh:hover {
  color: #4AAFE8;
}.feb-gr_more-dxh svg {
  height: 12px;
  width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.feb-gr_arrows-dxh {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.feb-gr_arr-dxh {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 5px;
  display: flex;
  width: 1.875rem;
  justify-content: center;
  height: 30px;
  align-items: center;
  color: #8AA3BC;
}.feb-gr_arr-dxh:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EDF2FA;
}.feb-gr_arr-dxh svg {
  stroke-linejoin: round;
  height: 13px;
  stroke-linecap: round;
  width: 13px;
}.feb-gr_seo_h-dxh {
  margin: 0 0 6px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  color: #C4D4E8;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.feb-gr_seo_h-dxh {
  font-size: 0.875rem;
}
}.feb-gr_seo-dxh {
  color: #6E899F;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.55;
  margin-bottom: 0.75rem;
  max-width: 680px;
}.feb-gr_seo-dxh strong {
  color: #C4D4E8;
  font-weight: 600;
}.feb-gr_scroll-dxh {
  gap: 10px;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
}.feb-gr_scroll-dxh::-webkit-scrollbar {
  display: none;
}
@media(min-width: 770px) {.feb-gr_scroll-dxh {
  gap: 12px;
}
}.feb-tb-dxh {
  background: #080B14;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  height: 56px;
  align-items: center;
  z-index: 80;
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  right: 0;
}.feb-tb_in-dxh {
  padding: 0 0.875rem;
  gap: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
}.feb-tb_burger-dxh {
  border-radius: 10px;
  gap: 0.313rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
  margin-right: 8px;
  width: 2.375rem;
  align-items: center;
  flex-shrink: 0;
  height: 38px;
}.feb-tb_burger-dxh:hover {
  background: rgba(255, 255, 255, 0.05);
}.feb-tb_burger_line-dxh {
  border-radius: 1px;
  background: #8AA3BC;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1081px) {.feb-tb_burger-dxh {
  display: none;
}
}.feb-tb_logo-dxh {
  gap: 0.563rem;
  font-size: 18px;
  flex-shrink: 0;
  font-weight: 800;
  color: #EDF2FA;
  align-items: center;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  display: flex;
  margin-right: 1.25rem;
}.feb-tb_logo_mark-dxh {
  border-radius: 0.625rem;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 2rem;
  width: 32px;
}.feb-tb_logo_mark-dxh img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.feb-tb_nav-dxh {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 643px) {.feb-tb_nav-dxh {
  display: flex;
}
}.feb-tb_tab-dxh {
  border-radius: 10px;
  transition: background .15s,color .15s;
  padding: 8px 14px;
  font-weight: 600;
  color: #8AA3BC;
  font-size: 13px;
  white-space: nowrap;
}.feb-tb_tab-dxh:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EDF2FA;
}.feb-tb_tab-dxh.feb-state_active-dxh {
  background: rgba(74, 175, 232, 0.16);
  color: #EDF2FA;
}.feb-tb_right-dxh {
  gap: 0.5rem;
  align-items: center;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
}.feb-tb_login-dxh {
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,color .2s;
  border-radius: 10px;
  color: #C4D4E8;
  font-weight: 600;
  font-size: 13px;
  display: none;
}.feb-tb_login-dxh:hover {
  border-color: rgba(74, 175, 232, 0.38);
  color: #EDF2FA;
}
@media(min-width: 481px) {.feb-tb_login-dxh {
  display: block;
}
}.feb-tb_reg-dxh {
  padding: 9px 1.125rem;
  border-radius: 10px;
  background: #2DC98E;
  transition: background .2s;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #0A1018;
}.feb-tb_reg-dxh:hover {
  background: #3ADFA0;
}.feb-sb-dxh {
  background: #0D1220;
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  width: 220px;
  top: 56px;
  bottom: 0;
  position: fixed;
  z-index: 70;
  overflow-y: auto;
  left: 0;
}.feb-sb-dxh.feb-state_open-dxh {
  transform: translateX(0);
}.feb-sb-dxh::-webkit-scrollbar {
  width: 4px;
}.feb-sb-dxh::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.feb-sb-dxh {
  transform: translateX(0);
}
}.feb-sb_auth-dxh {
  padding: 0.875rem 0.75rem 10px;
}.feb-sb_btn_reg-dxh {
  padding: 11px;
  transition: background .2s;
  background: #2DC98E;
  border-radius: 10px;
  color: #0A1018;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}.feb-sb_btn_reg-dxh:hover {
  background: #3ADFA0;
}.feb-sb_btn_login-dxh {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  color: #C4D4E8;
  text-align: center;
  font-weight: 600;
  display: block;
}.feb-sb_btn_login-dxh:hover {
  border-color: rgba(74, 175, 232, 0.38);
  color: #EDF2FA;
}.feb-sb_promo-dxh {
  background: linear-gradient(135deg,#0D1E3D,#0D1220);
  margin: 0 0.75rem 0.625rem;
  padding: 0.75rem 14px;
  overflow: hidden;
  border-radius: 0.625rem;
  border: 1px solid rgba(74, 175, 232, 0.16);
  position: relative;
}.feb-sb_promo-dxh::before {
  background: radial-gradient(circle,rgba(74, 175, 232, 0.16),transparent 70%);
  border-radius: 50%;
  height: 80px;
  top: -20px;
  width: 80px;
  position: absolute;
  content: '';
  right: -20px;
}.feb-sb_promo_title-dxh {
  font-size: 0.688rem;
  letter-spacing: .06em;
  color: #4AAFE8;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  font-weight: 700;
}.feb-sb_promo_text-dxh {
  font-size: 12px;
  line-height: 1.35;
  color: #EDF2FA;
  overflow-wrap: break-word;
  font-weight: 600;
}.feb-sb_promo_sub-dxh {
  margin-top: 3px;
  font-size: 10px;
  color: #6E899F;
}.feb-sb_nav-dxh {
  padding: 6px 8px 1rem;
}.feb-sb_nav_lb-dxh {
  padding: 0.625rem 8px 0.375rem;
  font-size: 10px;
  color: #728A9E;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.feb-sb_link-dxh {
  gap: 10px;
  transition: background .15s,color .15s;
  border-radius: 0.313rem;
  padding: 9px 0.625rem;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  font-size: 13px;
  cursor: pointer;
  font-weight: 500;
  color: #8AA3BC;
}.feb-sb_link-dxh:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EDF2FA;
}.feb-sb_link-dxh.feb-state_active-dxh {
  background: rgba(74, 175, 232, 0.16);
  color: #EDF2FA;
}.feb-sb_ic-dxh {
  border-radius: 0.313rem;
  height: 1.875rem;
  width: 30px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}.feb-sb_ic-dxh svg {
  width: 16px;
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
}.feb-sb_ic_1-dxh {
  background: rgba(74, 175, 232, 0.07);
  color: #4AAFE8;
}.feb-sb_ic_2-dxh {
  background: rgba(45, 201, 142, 0.15);
  color: #2DC98E;
}.feb-sb_ic_3-dxh {
  background: rgba(200, 168, 75, 0.14);
  color: #C8A84B;
}.feb-sb_ic_4-dxh {
  background: rgba(42, 95, 175, 0.22);
  color: #2A5FAF;
}.feb-sb_ic_5-dxh {
  background: rgba(74, 175, 232, 0.07);
  color: #D94B9E;
}.feb-sb_ic_6-dxh {
  background: rgba(42, 95, 175, 0.22);
  color: #7B4FD4;
}.feb-sb_badge-dxh {
  background: #C8A84B;
  padding: 2px 7px;
  border-radius: 0.313rem;
  font-size: 0.563rem;
  color: #0A1018;
  margin-left: auto;
  font-weight: 700;
}.feb-sb_bot-dxh {
  padding: 12px;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.feb-sb_lang-dxh,.feb-sb_help-dxh {
  padding: 9px 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.313rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  flex: 1;
  gap: 6px;
  justify-content: center;
  align-items: center;
  font-size: 0.688rem;
  font-weight: 600;
  color: #8AA3BC;
  display: flex;
}.feb-sb_lang-dxh:hover,.feb-sb_help-dxh:hover {
  border-color: rgba(74, 175, 232, 0.38);
  color: #EDF2FA;
}.feb-sb_lang-dxh svg,.feb-sb_help-dxh svg {
  stroke-linejoin: round;
  height: 13px;
  width: 13px;
  stroke-linecap: round;
}.feb-sb_bd-dxh {
  inset: 0;
  background: rgba(5, 7, 16, 0.72);
  position: fixed;
  z-index: 69;
  display: none;
}.feb-sb_bd-dxh.feb-state_on-dxh {
  display: block;
}
@media(min-width: 1081px) {.feb-sb_bd-dxh {
  display: none!important;
}
}.feb-mob_nav-dxh {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #0D1220;
  display: flex;
  bottom: 0;
  right: 0;
  position: fixed;
  left: 0;
  z-index: 80;
}
@media(min-width: 1082px) {.feb-mob_nav-dxh {
  display: none;
}
}.feb-mob_nav_item-dxh {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 4px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  color: #728A9E;
}.feb-mob_nav_ic-dxh {
  line-height: 1;
}.feb-mob_nav_ic-dxh svg {
  width: 20px;
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
}.feb-mob_nav_lb-dxh {
  font-size: 10px;
  color: #728A9E;
  font-weight: 600;
}.feb-mob_nav_item-dxh.feb-state_active-dxh {
  color: #4AAFE8;
}.feb-mob_nav_item-dxh.feb-state_active-dxh .feb-mob_nav_lb-dxh {
  color: #4AAFE8;
}.feb-hero-dxh {
  padding: 1.25rem 16px 0;
  background: #080B14;
}
@media(min-width: 766px) {.feb-hero-dxh {
  padding: 24px 24px 0;
}
}.feb-hero_in-dxh {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
}
@media(min-width: 863px) {.feb-hero_in-dxh {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1102px) {.feb-hero_in-dxh {
  grid-template-columns: 1fr 340px;
}
}.feb-hero_promo-dxh {
  border-radius: 16px;
  overflow: hidden;
  background: #0A0E1A;
  position: relative;
  align-items: stretch;
  min-height: 220px;
  display: flex;
}
@media(min-width: 771px) {.feb-hero_promo-dxh {
  min-height: 280px;
}
}.feb-hero_promo_bg-dxh {
  background: linear-gradient(120deg,#0D1E3D 0%,#080B14 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.feb-hero_promo_bg-dxh::after {
  background: linear-gradient(90deg,#080B14 0%,rgba(5, 7, 16, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.feb-hero_promo_glow-dxh {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(42, 95, 175, 0.22) 0%,transparent 65%);
  pointer-events: none;
  right: 3.75rem;
  width: 300px;
  top: -2.5rem;
  height: 18.75rem;
  position: absolute;
}.feb-hero_promo_ct-dxh {
  padding: 28px 1.5rem 28px 1.75rem;
  max-width: 30rem;
  flex-direction: column;
  z-index: 2;
  justify-content: center;
  display: flex;
  position: relative;
}
@media(min-width: 766px) {.feb-hero_promo_ct-dxh {
  padding: 40px 32px;
}
}.feb-hero_badge-dxh {
  border-radius: 1.25rem;
  background: rgba(74, 175, 232, 0.16);
  padding: 0.313rem 12px;
  border: 1px solid rgba(74, 175, 232, 0.07);
  color: #4AAFE8;
  font-size: 0.625rem;
  margin-bottom: 14px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: .08em;
  text-transform: uppercase;
}.feb-hero_h1-dxh {
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.15;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.625rem;
  font-size: 1.625rem;
  color: #EDF2FA;
}.feb-hero_h1-dxh em {
  color: #C8A84B;
  font-style: normal;
}
@media(min-width: 765px) {.feb-hero_h1-dxh {
  font-size: 2.25rem;
}
}.feb-hero_sub-dxh {
  margin-bottom: 20px;
  font-size: 0.813rem;
  color: #8AA3BC;
  line-height: 1.55;
}
@media(min-width: 769px) {.feb-hero_sub-dxh {
  font-size: 0.875rem;
}
}.feb-hero_row-dxh {
  gap: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.feb-hero_cta-dxh {
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  background: #2DC98E;
  border-radius: 0.625rem;
  font-weight: 700;
  box-shadow: 0 0 0.875rem rgba(45, 201, 142, 0.40), 0 3px 10px rgba(0, 0, 0, 0.50);
  font-size: 0.875rem;
  color: #0A1018;
}.feb-hero_cta-dxh:hover {
  background: #3ADFA0;
}.feb-hero_terms-dxh {
  font-size: 11px;
  color: #728A9E;
}.feb-hero_game-dxh {
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  background: #0A0E1A;
  border-radius: 16px;
  display: flex;
  position: relative;
  flex-direction: column;
}.feb-hero_game_badge-dxh {
  border-radius: 1.25rem;
  border: 1px solid rgba(200, 168, 75, 0.14);
  background: rgba(200, 168, 75, 0.14);
  padding: 0.313rem 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 3;
  position: absolute;
  font-size: 0.625rem;
  letter-spacing: .06em;
  color: #C8A84B;
  top: 0.75rem;
  left: 12px;
}.feb-hero_game_badge-dxh svg {
  vertical-align: -1px;
  height: 11px;
  margin-right: 4px;
  width: 0.688rem;
}.feb-hero_game_img-dxh {
  overflow: hidden;
  background: linear-gradient(135deg,#0D1E3D,#080B14);
  padding-bottom: 60%;
  position: relative;
}.feb-hero_game_img-dxh img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.feb-hero_game_play-dxh {
  transition: opacity .2s;
  inset: 0;
  background: rgba(5, 7, 16, 0.72);
  display: flex;
  justify-content: center;
  position: absolute;
  align-items: center;
  opacity: 0;
}.feb-hero_game-dxh:hover .feb-hero_game_play-dxh {
  opacity: 1;
}.feb-hero_game_play-dxh span {
  border-radius: 50%;
  background: #4AAFE8;
  height: 3.25rem;
  display: flex;
  align-items: center;
  width: 52px;
  justify-content: center;
}.feb-hero_game_play-dxh span svg {
  margin-left: 2px;
  width: 18px;
  height: 18px;
}.feb-hero_game_info-dxh {
  padding: 0.875rem 1rem;
}.feb-hero_game_title-dxh {
  font-weight: 700;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  color: #EDF2FA;
}.feb-hero_game_provider-dxh {
  font-size: 0.688rem;
  color: #6E899F;
}.feb-hero_game_btn-dxh {
  background: #4AAFE8;
  margin: 12px 1rem 1rem;
  border-radius: 0.625rem;
  transition: background .2s;
  padding: 11px;
  color: #EDF2FA;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  display: block;
}.feb-hero_game-dxh:hover .feb-hero_game_btn-dxh {
  background: #6DC4F5;
}.feb-sbar-dxh {
  background: #080B14;
  padding: 1rem 16px 0;
}
@media(min-width: 765px) {.feb-sbar-dxh {
  padding: 1.125rem 24px 0;
}
}.feb-sbar_in-dxh {
  margin: 0 auto;
  max-width: 1320px;
}.feb-sbar_row-dxh {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 12px;
}.feb-sbar_input-dxh {
  flex: 1;
  padding: 0.688rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 0.625rem;
  background: #0A0E1A;
  transition: border-color .2s;
  border-radius: 0.625rem;
  display: flex;
  color: #6E899F;
  font-size: 0.813rem;
  cursor: pointer;
  align-items: center;
}.feb-sbar_input-dxh:hover {
  border-color: rgba(74, 175, 232, 0.38);
}.feb-sbar_input-dxh svg {
  flex-shrink: 0;
  stroke-linecap: round;
  width: 0.938rem;
  height: 15px;
  stroke-linejoin: round;
}.feb-sbar_providers-dxh {
  gap: 8px;
  transition: border-color .2s;
  padding: 0.688rem 18px;
  background: #0A0E1A;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  font-size: 13px;
  white-space: nowrap;
  color: #C4D4E8;
  align-items: center;
  font-weight: 600;
  display: flex;
}.feb-sbar_providers-dxh:hover {
  border-color: rgba(74, 175, 232, 0.38);
  color: #EDF2FA;
}.feb-sbar_providers-dxh svg {
  stroke-linecap: round;
  height: 14px;
  width: 14px;
  stroke-linejoin: round;
}.feb-sbar_tabs-dxh {
  gap: 6px;
  display: flex;
  padding-bottom: 2px;
  scrollbar-width: none;
  overflow-x: auto;
}.feb-sbar_tabs-dxh::-webkit-scrollbar {
  display: none;
}.feb-sbar_tab-dxh {
  gap: 0.438rem;
  transition: background .15s,color .15s,border-color .15s;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
  color: #8AA3BC;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  font-size: 12px;
}.feb-sbar_tab-dxh:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(74, 175, 232, 0.38);
  color: #EDF2FA;
}.feb-sbar_tab-dxh.feb-state_active-dxh {
  background: rgba(74, 175, 232, 0.16);
  border-color: rgba(74, 175, 232, 0.07);
  color: #EDF2FA;
}.feb-sbar_tab_ic-dxh svg {
  width: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 14px;
}.feb-wy-dxh {
  padding: 32px 1rem 0;
  background: #080B14;
}
@media(min-width: 769px) {.feb-wy-dxh {
  padding: 2.5rem 1.5rem 0;
}
}.feb-wy_in-dxh {
  margin: 0 auto;
  max-width: 82.5rem;
}.feb-wy_head-dxh {
  margin-bottom: 18px;
  max-width: 720px;
}.feb-wy_label-dxh {
  color: #4AAFE8;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
}.feb-wy_h2-dxh {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #EDF2FA;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.feb-wy_h2-dxh {
  font-size: 1.5rem;
}
}.feb-wy_intro-dxh {
  margin: 0;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #6E899F;
}.feb-wy_grid-dxh {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.feb-wy_grid-dxh {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.feb-wy_grid-dxh {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.feb-wy_card-dxh {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0D1220;
  padding: 20px;
  transition: border-color .2s,transform .2s;
  border-radius: 10px;
}.feb-wy_card-dxh:hover {
  border-color: rgba(74, 175, 232, 0.07);
  transform: translateY(-2px);
}.feb-wy_card_ic-dxh {
  background: rgba(74, 175, 232, 0.16);
  border-radius: 50%;
  display: flex;
  width: 2.75rem;
  align-items: center;
  margin-bottom: 14px;
  color: #4AAFE8;
  height: 44px;
  justify-content: center;
}.feb-wy_card_ic-dxh svg {
  height: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.375rem;
}.feb-wy_card_h-dxh {
  overflow-wrap: break-word;
  color: #EDF2FA;
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 0.375rem;
  line-height: 1.25;
}.feb-wy_card_p-dxh {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #6E899F;
}.feb-wy_card_p-dxh strong {
  color: #C4D4E8;
  font-weight: 600;
}.feb-gr_jp-dxh {
  border-radius: 1rem;
  overflow: hidden;
  padding: 1.25rem;
  background: linear-gradient(135deg,#120D2E 0%,#080B14 100%);
  position: relative;
}.feb-gr_jp-dxh::before {
  background: radial-gradient(circle,rgba(42, 95, 175, 0.22) 0%,transparent 70%);
  border-radius: 50%;
  height: 15.625rem;
  top: -60px;
  content: '';
  position: absolute;
  width: 15.625rem;
  left: -60px;
}.feb-gr_jp-dxh::after {
  background: radial-gradient(circle,rgba(200, 168, 75, 0.14) 0%,transparent 70%);
  border-radius: 50%;
  right: 0;
  bottom: -2.5rem;
  height: 200px;
  content: '';
  width: 12.5rem;
  position: absolute;
}.feb-gr_jp_head-dxh {
  gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  position: relative;
  margin-bottom: 16px;
  z-index: 1;
}.feb-gr_jp_info-dxh {
  flex: 1;
}.feb-gr_jp_label-dxh {
  text-transform: uppercase;
  color: #7B4FD4;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  font-weight: 700;
}.feb-gr_jp_label-dxh svg {
  width: 14px;
  stroke-linejoin: round;
  height: 14px;
  vertical-align: -2px;
  margin-right: 0.25rem;
  stroke-linecap: round;
}.feb-gr_jp_amount-dxh {
  color: #EDF2FA;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 2rem;
  line-height: 1;
  font-family: 'Cinzel', serif;
  margin-bottom: 4px;
}
@media(min-width: 770px) {.feb-gr_jp_amount-dxh {
  font-size: 2.5rem;
}
}.feb-gr_jp_amount-dxh span {
  color: #C8A84B;
}.feb-gr_jp_seo-dxh {
  line-height: 1.5;
  color: #8AA3BC;
  max-width: 30rem;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.feb-gr_jp_cta-dxh {
  transition: background .2s;
  border-radius: 0.625rem;
  border: 1px solid rgba(42, 95, 175, 0.22);
  background: rgba(42, 95, 175, 0.22);
  padding: 11px 1.25rem;
  margin-top: 4px;
  align-self: flex-start;
  position: relative;
  font-size: 13px;
  flex-shrink: 0;
  z-index: 1;
  white-space: nowrap;
  font-weight: 700;
  color: #EDF2FA;
}.feb-gr_jp_cta-dxh:hover {
  background: #2A5FAF;
}.feb-ws-dxh {
  padding: 32px 16px 0;
  background: #080B14;
}
@media(min-width: 767px) {.feb-ws-dxh {
  padding: 36px 1.5rem 0;
}
}.feb-ws_in-dxh {
  margin: 0 auto;
  max-width: 82.5rem;
}.feb-ws_head-dxh {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}.feb-ws_title-dxh {
  gap: 0.625rem;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  color: #EDF2FA;
  font-family: 'Cinzel', serif;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  display: flex;
}.feb-ws_title_ic-dxh svg {
  stroke-linejoin: round;
  color: #C8A84B;
  width: 18px;
  stroke-linecap: round;
  height: 18px;
}.feb-ws_online-dxh {
  gap: 7px;
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  color: #6E899F;
  font-weight: 600;
}.feb-ws_online_dot-dxh {
  border-radius: 50%;
  background: #2DC98E;
  box-shadow: 0 0 6px rgba(45, 201, 142, 0.15);
  height: 8px;
  width: 0.5rem;
  flex-shrink: 0;
}.feb-ws_scroll-dxh {
  gap: 8px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 8px;
}.feb-ws_scroll-dxh::-webkit-scrollbar {
  display: none;
}.feb-wc-dxh {
  background: #0A0E1A;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  padding: 10px 0.875rem;
  display: flex;
  flex-shrink: 0;
  min-width: 13.75rem;
  align-items: center;
}.feb-wc_img-dxh {
  overflow: hidden;
  background: #0D1220;
  border-radius: 5px;
  width: 2.25rem;
  flex-shrink: 0;
  height: 2.25rem;
}.feb-wc_img-dxh img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.feb-wc_info-dxh {
  min-width: 0;
}.feb-wc_game-dxh {
  overflow: hidden;
  color: #C4D4E8;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  text-overflow: ellipsis;
}.feb-wc_player-dxh {
  overflow: hidden;
  color: #728A9E;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}.feb-wc_amount-dxh {
  font-weight: 700;
  color: #2DC98E;
  font-size: 0.813rem;
  margin-left: auto;
  white-space: nowrap;
  flex-shrink: 0;
}.feb-prov-dxh {
  background: #080B14;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.feb-prov-dxh {
  padding: 2.75rem 24px 0;
}
}.feb-prov_in-dxh {
  margin: 0 auto;
  max-width: 82.5rem;
}.feb-prov_head-dxh {
  margin-bottom: 16px;
}.feb-prov_label-dxh {
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 0.688rem;
  color: #4AAFE8;
  text-transform: uppercase;
  font-weight: 700;
}.feb-prov_h2-dxh {
  color: #EDF2FA;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.feb-prov_h2-dxh {
  font-size: 24px;
}
}.feb-prov_seo-dxh {
  line-height: 1.6;
  color: #6E899F;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  margin-bottom: 1rem;
  font-size: 0.813rem;
}.feb-prov_seo-dxh strong {
  color: #C4D4E8;
  font-weight: 700;
}.feb-prov_seo-dxh a {
  text-decoration: underline;
  color: #4AAFE8;
}.feb-prov_grid-dxh {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 638px) {.feb-prov_grid-dxh {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.feb-prov_grid-dxh {
  grid-template-columns: repeat(8,1fr);
}
}.feb-prov_card-dxh {
  border-radius: 0.625rem;
  padding: 14px 10px;
  background: #0A0E1A;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 7px;
  transition: border-color .2s,background .2s;
  align-items: center;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}.feb-prov_card-dxh:hover {
  background: #0D1220;
  border-color: rgba(74, 175, 232, 0.38);
}.feb-prov_logo-dxh {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  justify-content: center;
  width: 2.75rem;
  display: flex;
  align-items: center;
  height: 2.75rem;
}.feb-prov_logo-dxh img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.feb-prov_name-dxh {
  font-size: 11px;
  color: #8AA3BC;
  overflow-wrap: break-word;
  font-weight: 600;
  text-align: center;
}.feb-reg-dxh {
  background: #080B14;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.feb-reg-dxh {
  padding: 2.75rem 1.5rem 0;
}
}.feb-reg_in-dxh {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #0D1220;
  border-radius: 1rem;
  padding: 28px 1.5rem;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.feb-reg_in-dxh {
  padding: 40px;
}
}.feb-reg_top-dxh {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.feb-reg_top-dxh {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.feb-reg_label-dxh {
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #4AAFE8;
  margin-bottom: 10px;
}.feb-reg_h2-dxh {
  font-weight: 800;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  color: #EDF2FA;
}
@media(min-width: 769px) {.feb-reg_h2-dxh {
  font-size: 28px;
}
}.feb-reg_bonus-dxh {
  border-radius: 0.625rem;
  background: rgba(200, 168, 75, 0.14);
  padding: 0.625rem 1rem;
  border: 1px solid rgba(200, 168, 75, 0.14);
  gap: 0.5rem;
  display: inline-flex;
  margin-bottom: 1rem;
  align-items: center;
}.feb-reg_bonus_amount-dxh {
  font-weight: 800;
  font-size: 1.25rem;
  color: #C8A84B;
}.feb-reg_bonus_text-dxh {
  color: #8AA3BC;
  line-height: 1.35;
  font-size: 13px;
}.feb-reg_cta_btn-dxh {
  padding: 0.875rem 32px;
  transition: background .2s;
  border-radius: 0.625rem;
  background: #2DC98E;
  margin-bottom: 12px;
  font-size: 0.938rem;
  color: #0A1018;
  font-weight: 700;
  display: inline-block;
  box-shadow: 0 0 0.875rem rgba(45, 201, 142, 0.40), 0 3px 0.625rem rgba(0, 0, 0, 0.50);
}.feb-reg_cta_btn-dxh:hover {
  background: #3ADFA0;
}.feb-reg_terms-dxh {
  font-size: 0.688rem;
  color: #728A9E;
  line-height: 1.5;
}.feb-reg_seo-dxh {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  line-height: 1.65;
  margin-top: 1.25rem;
  overflow-wrap: break-word;
  color: #6E899F;
  font-size: 13px;
}.feb-reg_seo-dxh p {
  line-height: 1.65;
  margin-bottom: 0.625rem;
  color: #6E899F;
  font-size: 13px;
}.feb-reg_seo-dxh p:last-child {
  margin-bottom: 0;
}.feb-reg_seo-dxh strong {
  font-weight: 700;
  color: #C4D4E8;
}.feb-reg_seo-dxh a {
  transition: color .2s;
  color: #4AAFE8;
  text-decoration: underline;
}.feb-reg_seo-dxh a:hover {
  color: #6DC4F5;
}.feb-reg_seo-dxh ul,.feb-reg_seo-dxh ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.feb-reg_seo-dxh ol {
  list-style: decimal;
}.feb-reg_seo-dxh li {
  font-size: 0.813rem;
  margin-bottom: 4px;
  color: #6E899F;
  line-height: 1.65;
}.feb-reg_seo-dxh table {
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 765px) {.feb-reg_seo-dxh table {
  display: table;
}
}.feb-reg_seo-dxh th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  text-align: left;
  color: #C4D4E8;
  font-weight: 700;
}.feb-reg_seo-dxh td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6E899F;
}.feb-reg_steps-dxh {
  gap: 0.875rem;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 862px) {.feb-reg_steps-dxh {
  margin-top: 0;
}
}.feb-reg_step-dxh {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  gap: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.feb-reg_step_num-dxh {
  background: rgba(74, 175, 232, 0.16);
  border-radius: 50%;
  border: 1px solid rgba(74, 175, 232, 0.07);
  height: 2.125rem;
  font-weight: 800;
  color: #4AAFE8;
  align-items: center;
  display: flex;
  font-size: 14px;
  width: 34px;
  justify-content: center;
  flex-shrink: 0;
}.feb-reg_step_title-dxh {
  font-size: 14px;
  font-weight: 700;
  color: #EDF2FA;
  margin-bottom: 3px;
}.feb-reg_step_text-dxh {
  color: #6E899F;
  line-height: 1.5;
  font-size: 12px;
}.feb-reg_trust-dxh {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}.feb-reg_trust_item-dxh {
  gap: 7px;
  overflow-wrap: break-word;
  display: flex;
  font-size: 12px;
  align-items: center;
  color: #6E899F;
}.feb-reg_trust_ic-dxh svg {
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
  height: 16px;
  color: #4AAFE8;
}.feb-htp-dxh {
  padding: 2.25rem 16px 0;
  background: #080B14;
}
@media(min-width: 770px) {.feb-htp-dxh {
  padding: 44px 1.5rem 0;
}
}.feb-htp_in-dxh {
  margin: 0 auto;
  max-width: 1320px;
}.feb-htp_head-dxh {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.feb-htp_label-dxh {
  text-transform: uppercase;
  font-weight: 700;
  color: #4AAFE8;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 11px;
}.feb-htp_h2-dxh {
  font-size: 1.375rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #EDF2FA;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.feb-htp_h2-dxh {
  font-size: 28px;
}
}.feb-htp_intro-dxh {
  color: #6E899F;
  font-size: 14px;
  line-height: 1.6;
}.feb-htp_steps-dxh {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 12px;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.feb-htp_steps-dxh {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.feb-htp_steps-dxh {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.feb-htp_step-dxh {
  border-radius: 0.625rem;
  background: #0D1220;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px 1.125rem 1.125rem;
  position: relative;
  flex-direction: column;
  display: flex;
}.feb-htp_step_num-dxh {
  border-radius: 50%;
  background: #4AAFE8;
  width: 1.75rem;
  justify-content: center;
  color: #0A1018;
  position: absolute;
  font-family: 'Cinzel', serif;
  display: flex;
  font-weight: 800;
  height: 28px;
  align-items: center;
  font-size: 0.813rem;
  top: -12px;
  left: 20px;
}.feb-htp_step_ic-dxh {
  border-radius: 0.313rem;
  margin: 8px 0 0.75rem;
  background: rgba(74, 175, 232, 0.16);
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  color: #4AAFE8;
  width: 36px;
  display: flex;
}.feb-htp_step_ic-dxh svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 18px;
  height: 18px;
}.feb-htp_step_h-dxh {
  font-size: 14px;
  color: #EDF2FA;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 6px;
}.feb-htp_step_p-dxh {
  line-height: 1.55;
  font-size: 0.813rem;
  color: #6E899F;
  overflow-wrap: break-word;
}.feb-htp_step_p-dxh strong {
  color: #C4D4E8;
  font-weight: 600;
}.feb-htp_cta-dxh {
  padding: 13px 1.625rem;
  border-radius: 0.625rem;
  background: #2DC98E;
  transition: background .2s;
  margin-top: 20px;
  color: #0A1018;
  font-size: 0.875rem;
  display: inline-block;
  font-weight: 700;
}.feb-htp_cta-dxh:hover {
  background: #3ADFA0;
}.feb-app-dxh {
  padding: 36px 1rem 0;
  background: #080B14;
}
@media(min-width: 770px) {.feb-app-dxh {
  padding: 2.75rem 24px 0;
}
}.feb-app_in-dxh {
  margin: 0 auto;
  max-width: 1320px;
}.feb-app_head-dxh {
  margin-bottom: 1rem;
}.feb-app_label-dxh {
  color: #4AAFE8;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 0.688rem;
}.feb-app_h2-dxh {
  color: #EDF2FA;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width: 770px) {.feb-app_h2-dxh {
  font-size: 24px;
}
}.feb-app_sub-dxh {
  font-size: 13px;
  line-height: 1.6;
  max-width: 37.5rem;
  overflow-wrap: break-word;
  color: #6E899F;
}.feb-app_sub-dxh strong {
  font-weight: 700;
  color: #C4D4E8;
}.feb-app_cards-dxh {
  gap: 10px;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.feb-app_cards-dxh {
  grid-template-columns: repeat(3,1fr);
}
}.feb-app_card-dxh {
  gap: 16px;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}.feb-app_card_ios-dxh {
  background: linear-gradient(135deg,rgba(74, 175, 232, 0.16) 0%,#0D1220 100%);
}.feb-app_card_android-dxh {
  background: linear-gradient(135deg,rgba(45, 201, 142, 0.15) 0%,#0D1220 100%);
}.feb-app_card_win-dxh {
  background: linear-gradient(135deg,rgba(200, 168, 75, 0.14) 0%,#0D1220 100%);
}.feb-app_card_ic-dxh svg {
  width: 2.125rem;
  height: 2.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.feb-app_card_ic-dxh {
  flex-shrink: 0;
  color: #EDF2FA;
}.feb-app_card_os-dxh {
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6E899F;
  font-weight: 700;
  margin-bottom: 6px;
}.feb-app_card_title-dxh {
  font-size: 15px;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  line-height: 1.2;
  font-weight: 700;
  color: #EDF2FA;
}.feb-app_card_text-dxh {
  font-size: 0.75rem;
  color: #6E899F;
  line-height: 1.5;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}.feb-app_card_btn-dxh {
  gap: 7px;
  border-radius: 5px;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 1.125rem;
  border: 1px solid rgba(74, 175, 232, 0.38);
  font-weight: 700;
  color: #EDF2FA;
  font-size: 0.813rem;
  align-items: center;
  display: inline-flex;
}.feb-app_card_btn-dxh:hover {
  background: rgba(255, 255, 255, 0.07);
}.feb-bon-dxh {
  padding: 2.25rem 1rem 0;
  background: #080B14;
}
@media(min-width: 765px) {.feb-bon-dxh {
  padding: 2.75rem 1.5rem 0;
}
}.feb-bon_in-dxh {
  margin: 0 auto;
  max-width: 1320px;
}.feb-bon_head-dxh {
  margin-bottom: 1.25rem;
}.feb-bon_label-dxh {
  font-weight: 700;
  text-transform: uppercase;
  color: #4AAFE8;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 0.688rem;
}.feb-bon_h2-dxh {
  font-family: 'Cinzel', serif;
  color: #EDF2FA;
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.feb-bon_h2-dxh {
  font-size: 24px;
}
}.feb-bon_seo-dxh {
  color: #6E899F;
  overflow-wrap: break-word;
  max-width: 620px;
  font-size: 13px;
  line-height: 1.6;
}.feb-bon_seo-dxh strong {
  font-weight: 700;
  color: #C4D4E8;
}.feb-bon_seo-dxh a {
  color: #4AAFE8;
  text-decoration: underline;
}.feb-bon_grid-dxh {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 637px) {.feb-bon_grid-dxh {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.feb-bon_grid-dxh {
  grid-template-columns: repeat(5,1fr);
}
}.feb-bon_card-dxh {
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0A0E1A;
  padding: 1rem;
  border-radius: 10px;
}.feb-bon_card-dxh:hover {
  transform: translateY(-2px);
  border-color: rgba(74, 175, 232, 0.07);
}.feb-bon_card_ic-dxh svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 26px;
  height: 26px;
}.feb-bon_card_ic-dxh {
  margin-bottom: 10px;
}.feb-bon_card_type-dxh {
  font-size: 10px;
  margin-bottom: 0.375rem;
  color: #6E899F;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .06em;
}.feb-bon_card_amount-dxh {
  line-height: 1.1;
  font-weight: 800;
  color: #C8A84B;
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
}.feb-bon_card_name-dxh {
  overflow-wrap: break-word;
  color: #EDF2FA;
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-weight: 600;
}.feb-bon_card_detail-dxh {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #728A9E;
  font-size: 11px;
  overflow-wrap: break-word;
  padding-top: 8px;
  line-height: 1.5;
}.feb-seo-dxh {
  padding: 2.25rem 16px 0;
  background: #080B14;
}
@media(min-width: 765px) {.feb-seo-dxh {
  padding: 44px 24px 0;
}
}.feb-seo_in-dxh {
  background: #0D1220;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.feb-seo_in-dxh {
  padding: 2.25rem 40px;
}
}.feb-seo_label-dxh {
  color: #4AAFE8;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}.feb-seo_h2-dxh {
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  color: #EDF2FA;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.feb-seo_h2-dxh {
  font-size: 24px;
}
}.feb-seo_body-dxh {
  color: #8AA3BC;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
}.feb-seo_body-dxh p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 12px;
  color: #8AA3BC;
}.feb-seo_body-dxh p:last-child {
  margin-bottom: 0;
}.feb-seo_body-dxh strong {
  font-weight: 700;
  color: #C4D4E8;
}.feb-seo_body-dxh a {
  transition: color .2s;
  color: #4AAFE8;
  text-decoration: underline;
}.feb-seo_body-dxh a:hover {
  color: #6DC4F5;
}.feb-seo_body-dxh ul,.feb-seo_body-dxh ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.feb-seo_body-dxh ol {
  list-style: decimal;
}.feb-seo_body-dxh li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 6px;
  color: #8AA3BC;
}.feb-seo_body-dxh table {
  display: block;
  border-collapse: collapse;
  margin-bottom: 12px;
  width: 100%;
  overflow-x: auto;
  font-size: 13px;
}
@media(min-width: 766px) {.feb-seo_body-dxh table {
  display: table;
}
}.feb-seo_body-dxh th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #C4D4E8;
  text-align: left;
  font-weight: 700;
}.feb-seo_body-dxh td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8AA3BC;
}.feb-seo_cols-dxh {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.feb-seo_cols-dxh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.feb-seo_cols-dxh {
  grid-template-columns: repeat(3,1fr);
}
}.feb-seo_col_h-dxh {
  margin-bottom: 7px;
  font-size: 0.813rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C4D4E8;
}.feb-seo_col_p-dxh {
  color: #6E899F;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.feb-seo_stats-dxh {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.feb-seo_stat-dxh {
  border: 1px solid rgba(74, 175, 232, 0.16);
  padding: 0.875rem 16px;
  flex: 1;
  background: rgba(74, 175, 232, 0.07);
  border-radius: 10px;
  min-width: 8.75rem;
}.feb-seo_stat_val-dxh {
  font-size: 20px;
  font-weight: 800;
  color: #4AAFE8;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.feb-seo_stat_lb-dxh {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #6E899F;
}.feb-rv-dxh {
  background: #080B14;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.feb-rv-dxh {
  padding: 2.75rem 1.5rem 0;
}
}.feb-rv_in-dxh {
  margin: 0 auto;
  max-width: 1320px;
}.feb-rv_head-dxh {
  max-width: 45rem;
  margin-bottom: 20px;
}.feb-rv_label-dxh {
  color: #4AAFE8;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 11px;
}.feb-rv_h2-dxh {
  color: #EDF2FA;
  font-size: 1.375rem;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width: 769px) {.feb-rv_h2-dxh {
  font-size: 1.75rem;
}
}.feb-rv_stats-dxh {
  gap: 18px;
  font-size: 13px;
  color: #6E899F;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.feb-rv_stats_score-dxh {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.feb-rv_stats_score_val-dxh {
  font-weight: 800;
  color: #C8A84B;
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
}.feb-rv_stats_score_max-dxh {
  color: #728A9E;
  font-size: 13px;
}.feb-rv_stats_badge-dxh {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.feb-rv_stats_badge-dxh svg {
  height: 14px;
  color: #C8A84B;
  width: 14px;
}.feb-rv_grid-dxh {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.feb-rv_grid-dxh {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.feb-rv_grid-dxh {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.feb-rv_card-dxh {
  background: #0D1220;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-direction: column;
  display: flex;
}.feb-rv_card_stars-dxh {
  gap: 2px;
  color: #C8A84B;
  display: flex;
  margin-bottom: 0.625rem;
}.feb-rv_card_stars-dxh svg {
  width: 14px;
  height: 14px;
}.feb-rv_card_h-dxh {
  overflow-wrap: break-word;
  color: #EDF2FA;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 700;
}.feb-rv_card_body-dxh {
  flex: 1;
  color: #6E899F;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
}.feb-rv_card_body-dxh strong {
  color: #C4D4E8;
  font-weight: 600;
}.feb-rv_card_meta-dxh {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  padding-top: 0.75rem;
  justify-content: space-between;
  align-items: center;
}.feb-rv_card_author-dxh {
  color: #C4D4E8;
  font-weight: 600;
  font-size: 12px;
}.feb-rv_card_date-dxh {
  font-size: 0.688rem;
  color: #728A9E;
}.feb-faq-dxh {
  padding: 2.25rem 16px 0;
  background: #080B14;
}
@media(min-width:768px) {.feb-faq-dxh {
  padding: 2.75rem 1.5rem 0;
}
}.feb-faq_in-dxh {
  margin: 0 auto;
  max-width: 1320px;
}.feb-faq_head-dxh {
  margin-bottom: 20px;
}.feb-faq_label-dxh {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #4AAFE8;
}.feb-faq_h2-dxh {
  color: #EDF2FA;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.feb-faq_h2-dxh {
  font-size: 1.5rem;
}
}.feb-faq_list-dxh {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.feb-faq_item-dxh {
  background: #0D1220;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
}.feb-faq_q-dxh {
  gap: 12px;
  transition: color .2s;
  padding: 1rem 1.25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  font-weight: 600;
  font-size: 0.875rem;
  color: #C4D4E8;
  overflow-wrap: break-word;
  cursor: pointer;
  justify-content: space-between;
}.feb-faq_q-dxh:hover {
  color: #EDF2FA;
}.feb-faq_q_ic-dxh {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  flex-shrink: 0;
  color: #4AAFE8;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 1rem;
  height: 24px;
  width: 24px;
}.feb-faq_item-dxh.feb-state_open-dxh .feb-faq_q_ic-dxh {
  transform: rotate(45deg);
}.feb-faq_a-dxh {
  padding: 0 1.25rem 16px;
  font-size: 13px;
  line-height: 1.7;
  color: #6E899F;
  display: none;
  overflow-wrap: break-word;
}.feb-faq_item-dxh.feb-state_open-dxh .feb-faq_a-dxh {
  display: block;
}.feb-faq_a-dxh strong {
  color: #C4D4E8;
  font-weight: 700;
}.feb-faq_a-dxh a {
  text-decoration: underline;
  color: #4AAFE8;
}.feb-faq_a-dxh ul,.feb-faq_a-dxh ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.feb-faq_a-dxh ol {
  list-style: decimal;
}.feb-faq_a-dxh li {
  margin-bottom: 4px;
  line-height: 1.6;
}.feb-faq_a-dxh table {
  margin: 0.5rem 0;
  border-collapse: collapse;
  font-size: 0.75rem;
  display: block;
  overflow-x: auto;
  width: 100%;
}
@media(min-width:768px) {.feb-faq_a-dxh table {
  display: table;
}
}.feb-faq_a-dxh th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  color: #C4D4E8;
  font-weight: 700;
  text-align: left;
}.feb-faq_a-dxh td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 8px;
  color: #6E899F;
}.feb-seo-dxh {
  background: #080B14;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.feb-seo-dxh {
  padding: 44px 24px 0;
}
}.feb-seo_in-dxh {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  background: #0D1220;
  max-width: 1320px;
}
@media(min-width: 767px) {.feb-seo_in-dxh {
  padding: 2.25rem 40px;
}
}.feb-seo_label-dxh {
  font-weight: 700;
  font-size: 0.688rem;
  color: #4AAFE8;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}.feb-seo_h2-dxh {
  font-size: 20px;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #EDF2FA;
}
@media(min-width:768px) {.feb-seo_h2-dxh {
  font-size: 1.5rem;
}
}.feb-seo_body-dxh {
  color: #8AA3BC;
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
}.feb-seo_body-dxh p {
  margin-bottom: 12px;
  color: #8AA3BC;
  line-height: 1.75;
  font-size: 0.875rem;
}.feb-seo_body-dxh p:last-child {
  margin-bottom: 0;
}.feb-seo_body-dxh strong {
  font-weight: 700;
  color: #C4D4E8;
}.feb-seo_body-dxh a {
  transition: color .2s;
  color: #4AAFE8;
  text-decoration: underline;
}.feb-seo_body-dxh a:hover {
  color: #6DC4F5;
}.feb-seo_body-dxh ul,.feb-seo_body-dxh ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.feb-seo_body-dxh ol {
  list-style: decimal;
}.feb-seo_body-dxh li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8AA3BC;
}.feb-seo_body-dxh table {
  font-size: 0.813rem;
  margin-bottom: 12px;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 769px) {.feb-seo_body-dxh table {
  display: table;
}
}.feb-seo_body-dxh th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #C4D4E8;
}.feb-seo_body-dxh td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #8AA3BC;
}.feb-seo_cols-dxh {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 639px) {.feb-seo_cols-dxh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.feb-seo_cols-dxh {
  grid-template-columns: repeat(3,1fr);
}
}.feb-seo_col_h-dxh {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #C4D4E8;
  font-weight: 700;
  margin-bottom: 7px;
}.feb-seo_col_p-dxh {
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #6E899F;
}.feb-seo_stats-dxh {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.feb-seo_stat-dxh {
  border: 1px solid rgba(74, 175, 232, 0.16);
  flex: 1;
  border-radius: 0.625rem;
  background: rgba(74, 175, 232, 0.07);
  padding: 0.875rem 1rem;
  min-width: 140px;
}.feb-seo_stat_val-dxh {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  color: #4AAFE8;
}.feb-seo_stat_lb-dxh {
  overflow-wrap: break-word;
  color: #6E899F;
  font-size: 0.688rem;
}.feb-seo-dxh {
  background: #080B14;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.feb-seo-dxh {
  padding: 44px 1.5rem 0;
}
}.feb-seo_in-dxh {
  background: #0D1220;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.75rem 24px;
  margin: 0 auto;
  border-radius: 1rem;
  max-width: 1320px;
}
@media(min-width: 771px) {.feb-seo_in-dxh {
  padding: 2.25rem 40px;
}
}.feb-seo_label-dxh {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  color: #4AAFE8;
  letter-spacing: .08em;
  font-size: 11px;
}.feb-seo_h2-dxh {
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  color: #EDF2FA;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.25;
}
@media(min-width: 769px) {.feb-seo_h2-dxh {
  font-size: 1.5rem;
}
}.feb-seo_body-dxh {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8AA3BC;
  overflow-wrap: break-word;
}.feb-seo_body-dxh p {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 12px;
  color: #8AA3BC;
}.feb-seo_body-dxh p:last-child {
  margin-bottom: 0;
}.feb-seo_body-dxh strong {
  font-weight: 700;
  color: #C4D4E8;
}.feb-seo_body-dxh a {
  transition: color .2s;
  color: #4AAFE8;
  text-decoration: underline;
}.feb-seo_body-dxh a:hover {
  color: #6DC4F5;
}.feb-seo_body-dxh ul,.feb-seo_body-dxh ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.feb-seo_body-dxh ol {
  list-style: decimal;
}.feb-seo_body-dxh li {
  color: #8AA3BC;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.feb-seo_body-dxh table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
}
@media(min-width: 767px) {.feb-seo_body-dxh table {
  display: table;
}
}.feb-seo_body-dxh th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C4D4E8;
  text-align: left;
}.feb-seo_body-dxh td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #8AA3BC;
}.feb-seo_cols-dxh {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.feb-seo_cols-dxh {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.feb-seo_cols-dxh {
  grid-template-columns: repeat(3,1fr);
}
}.feb-seo_col_h-dxh {
  margin-bottom: 0.438rem;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #C4D4E8;
}.feb-seo_col_p-dxh {
  color: #6E899F;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
}.feb-seo_stats-dxh {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.feb-seo_stat-dxh {
  border: 1px solid rgba(74, 175, 232, 0.16);
  background: rgba(74, 175, 232, 0.07);
  padding: 0.875rem 1rem;
  border-radius: 10px;
  flex: 1;
  min-width: 140px;
}.feb-seo_stat_val-dxh {
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #4AAFE8;
  margin-bottom: 4px;
}.feb-seo_stat_lb-dxh {
  overflow-wrap: break-word;
  color: #6E899F;
  font-size: 11px;
}.feb-ft-dxh {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #050710;
  margin-top: 48px;
}.feb-ft_support-dxh {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 769px) {.feb-ft_support-dxh {
  padding: 28px 24px;
}
}.feb-ft_support_in-dxh {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 1320px;
  display: flex;
  align-items: center;
}.feb-ft_support_main-dxh {
  gap: 1rem;
  flex: 1;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-width: 220px;
}.feb-ft_support_ic-dxh {
  flex-shrink: 0;
  color: #4AAFE8;
}.feb-ft_support_ic-dxh svg {
  stroke-linecap: round;
  width: 30px;
  height: 1.875rem;
  stroke-linejoin: round;
}.feb-ft_support_text_title-dxh {
  margin-bottom: 3px;
  font-size: 0.938rem;
  font-weight: 700;
  color: #EDF2FA;
  overflow-wrap: break-word;
}.feb-ft_support_text_sub-dxh {
  overflow-wrap: break-word;
  color: #6E899F;
  font-size: 0.75rem;
}.feb-ft_support_btn-dxh {
  border-radius: 10px;
  background: #4AAFE8;
  padding: 11px 22px;
  transition: background .2s;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  flex-shrink: 0;
  color: #EDF2FA;
}.feb-ft_support_btn-dxh:hover {
  background: #6DC4F5;
}.feb-ft_support_contacts-dxh {
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.feb-ft_support_contact-dxh {
  color: #728A9E;
  font-size: 0.75rem;
  line-height: 1.4;
}.feb-ft_support_contact-dxh strong {
  color: #8AA3BC;
  margin-bottom: 2px;
  display: block;
  font-size: 11px;
  font-weight: 600;
}.feb-ft_main-dxh {
  padding: 32px 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 771px) {.feb-ft_main-dxh {
  padding: 2.5rem 1.5rem 32px;
}
}.feb-ft_main_in-dxh {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 642px) {.feb-ft_main_in-dxh {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.feb-ft_main_in-dxh {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.feb-ft_col_logo-dxh {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.feb-ft_col_logo-dxh {
  grid-column: auto;
}
}.feb-ft_logo-dxh {
  gap: 0.563rem;
  align-items: center;
  color: #EDF2FA;
  font-size: 16px;
  flex-wrap: wrap;
  display: flex;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
}.feb-ft_logo_mark-dxh {
  border-radius: 0.313rem;
  overflow: hidden;
  height: 1.875rem;
  width: 30px;
}.feb-ft_logo_mark-dxh img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.feb-ft_logo_sub-dxh {
  line-height: 1.55;
  max-width: 12.5rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #728A9E;
}.feb-ft_col_title-dxh {
  text-transform: uppercase;
  font-weight: 700;
  color: #8AA3BC;
  margin-bottom: 14px;
  font-size: 0.75rem;
  letter-spacing: .07em;
}.feb-ft_col_links-dxh {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.feb-ft_col_link-dxh {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #728A9E;
  font-size: 0.813rem;
}.feb-ft_col_link-dxh:hover {
  color: #C4D4E8;
}.feb-ft_apps-dxh {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.feb-ft_app_card-dxh {
  padding: 10px 12px;
  border-radius: 0.313rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  align-items: center;
  display: flex;
}.feb-ft_app_card-dxh:hover {
  border-color: rgba(74, 175, 232, 0.38);
}.feb-ft_app_card_ic-dxh svg {
  width: 22px;
  height: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.feb-ft_app_card_os-dxh {
  font-weight: 600;
  font-size: 0.625rem;
  color: #728A9E;
}.feb-ft_app_card_action-dxh {
  font-size: 12px;
  color: #C4D4E8;
  font-weight: 700;
}.feb-ft_bot-dxh {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.feb-ft_bot-dxh {
  padding: 1.25rem 1.5rem;
}
}.feb-ft_bot_in-dxh {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.feb-ft_socials-dxh {
  gap: 8px;
  display: flex;
}.feb-ft_soc-dxh {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  width: 2.25rem;
  display: flex;
  height: 2.25rem;
  justify-content: center;
  color: #8AA3BC;
  align-items: center;
}.feb-ft_soc-dxh svg {
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.feb-ft_soc-dxh:hover {
  background: rgba(255, 255, 255, 0.07);
}.feb-ft_legal-dxh {
  flex: 1;
  line-height: 1.6;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7A8FA6;
  min-width: 200px;
}.feb-ft_legal-dxh strong {
  font-weight: 700;
  color: #8AA3BC;
}.feb-ft_legal-dxh a {
  text-decoration: underline;
  color: #8AA3BC;
}.feb-ft_age-dxh {
  border: 2px solid #7A8FA6;
  border-radius: 50%;
  font-size: 0.688rem;
  color: #7A8FA6;
  align-items: center;
  justify-content: center;
  height: 2rem;
  font-weight: 800;
  display: flex;
  width: 32px;
  margin-left: auto;
  flex-shrink: 0;
}