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;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #070C11;
  color: #AECBDA;
  line-height: 1.6;
  min-height: 100vh;
  font-family: 'Exo 2', sans-serif;
  -webkit-font-smoothing: antialiased;
}.uuf-layout_gka {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.uuf-page_gka {
  display: flex;
  min-height: 100vh;
}.uuf-main_gka {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width:1080px) {.uuf-main_gka {
  padding-left: 220px;
}
}
@media (max-width: 1081px) {.uuf-main_gka {
  padding-bottom: 4.5rem;
}
}.uuf-gc_gka {
  border-radius: 0.5rem;
  background: #0B1219;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  cursor: pointer;
  width: 8.75rem;
  position: relative;
  flex-shrink: 0;
}
@media(min-width: 638px) {.uuf-gc_gka {
  width: 156px;
}
}
@media(min-width: 1081px) {.uuf-gc_gka {
  width: 168px;
}
}.uuf-gc_gka:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 212, 235, 0.07);
}.uuf-gc_img_gka {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.uuf-gc_img_gka img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.uuf-gc_hover_gka {
  background: rgba(4, 7, 9, 0.72);
  inset: 0;
  transition: opacity .2s;
  opacity: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
}.uuf-gc_gka:hover .uuf-gc_hover_gka {
  opacity: 1;
}.uuf-gc_hover_btn_gka {
  background: #00D4EB;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  font-weight: 700;
  font-size: 0.75rem;
  color: #EDF8FC;
}.uuf-gc_info_gka {
  padding: 8px 10px 10px;
}.uuf-gc_name_gka {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-bottom: 3px;
  font-size: 12px;
  color: #AECBDA;
}.uuf-gc_prov_gka {
  color: #3D5A68;
  font-size: 10px;
}.uuf-gc_tag_gka {
  padding: 2px 7px;
  border-radius: 4px;
  z-index: 2;
  letter-spacing: .04em;
  font-size: 0.563rem;
  top: 6px;
  font-weight: 700;
  left: 0.375rem;
  text-transform: uppercase;
  position: absolute;
}.uuf-gc_tag_hot_gka {
  background: #FF3A3A;
  color: #fff;
}.uuf-gc_tag_new_gka {
  background: #00C96B;
  color: #070C11;
}.uuf-gc_tag_jp_gka {
  background: #FFAF00;
  color: #070C11;
}.uuf-gc_tag_ex_gka {
  background: #005F8A;
  color: #fff;
}.uuf-gc_tag_live_gka {
  background: #FF3A3A;
  color: #fff;
}.uuf-gr_gka {
  padding: 32px 16px 0;
  background: #070C11;
}
@media(min-width: 770px) {.uuf-gr_gka {
  padding: 2.25rem 1.5rem 0;
}
}.uuf-gr_in_gka {
  margin: 0 auto;
  max-width: 1340px;
}.uuf-gr_head_gka {
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.625rem;
  display: flex;
}.uuf-gr_head_l_gka {
  flex: 1;
  gap: 0.625rem;
  align-items: center;
  min-width: 0;
  display: flex;
}.uuf-gr_ic_gka {
  border-radius: 0.5rem;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  display: flex;
  align-items: center;
  height: 2rem;
}.uuf-gr_ic_gka svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
  width: 16px;
}.uuf-gr_title_gka {
  font-size: 1rem;
  font-family: 'Rajdhani', sans-serif;
  color: #EDF8FC;
  font-weight: 700;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.uuf-gr_title_gka {
  font-size: 1.125rem;
}
}.uuf-gr_more_gka {
  gap: 5px;
  transition: color .2s;
  font-size: 12px;
  font-weight: 600;
  color: #50707E;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  display: flex;
}.uuf-gr_more_gka:hover {
  color: #00D4EB;
}.uuf-gr_more_gka svg {
  width: 0.75rem;
  stroke-linecap: round;
  height: 0.75rem;
  stroke-linejoin: round;
}.uuf-gr_arrows_gka {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.uuf-gr_arr_gka {
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.25rem;
  width: 1.875rem;
  height: 1.875rem;
  align-items: center;
  display: flex;
  color: #7599AD;
  justify-content: center;
}.uuf-gr_arr_gka:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EDF8FC;
}.uuf-gr_arr_gka svg {
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
  height: 13px;
}.uuf-gr_seo_h_gka {
  margin: 0 0 0.375rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
  color: #AECBDA;
}
@media(min-width:768px) {.uuf-gr_seo_h_gka {
  font-size: 0.875rem;
}
}.uuf-gr_seo_gka {
  max-width: 42.5rem;
  color: #50707E;
  line-height: 1.55;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  margin-bottom: 12px;
}.uuf-gr_seo_gka strong {
  color: #AECBDA;
  font-weight: 600;
}.uuf-gr_scroll_gka {
  gap: 0.625rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.625rem;
}.uuf-gr_scroll_gka::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.uuf-gr_scroll_gka {
  gap: 0.75rem;
}
}.uuf-tb_gka {
  background: #070C11;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  height: 3.5rem;
  z-index: 80;
  display: flex;
  left: 0;
  align-items: center;
  top: 0;
  position: fixed;
  right: 0;
}.uuf-tb_in_gka {
  gap: 0;
  padding: 0 14px;
  align-items: center;
  height: 100%;
  display: flex;
  width: 100%;
}.uuf-tb_burger_gka {
  gap: 0.313rem;
  border-radius: 0.5rem;
  width: 38px;
  margin-right: 8px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 2.375rem;
  align-items: center;
}.uuf-tb_burger_gka:hover {
  background: rgba(255, 255, 255, 0.05);
}.uuf-tb_burger_line_gka {
  border-radius: 1px;
  background: #7599AD;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1081px) {.uuf-tb_burger_gka {
  display: none;
}
}.uuf-tb_logo_gka {
  gap: 0.563rem;
  margin-right: 1.25rem;
  overflow-wrap: break-word;
  color: #EDF8FC;
  flex-shrink: 0;
  letter-spacing: -.01em;
  align-items: center;
  font-weight: 800;
  display: flex;
  font-size: 1.125rem;
}.uuf-tb_logo_mark_gka {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 32px;
  justify-content: center;
  display: flex;
  width: 32px;
  align-items: center;
}.uuf-tb_logo_mark_gka img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.uuf-tb_nav_gka {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 637px) {.uuf-tb_nav_gka {
  display: flex;
}
}.uuf-tb_tab_gka {
  padding: 0.5rem 14px;
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  color: #7599AD;
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
}.uuf-tb_tab_gka:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EDF8FC;
}.uuf-tb_tab_gka.uuf-state_active_gka {
  background: rgba(0, 212, 235, 0.15);
  color: #EDF8FC;
}.uuf-tb_right_gka {
  gap: 0.5rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  margin-left: auto;
}.uuf-tb_login_gka {
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 1rem;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  font-weight: 600;
  color: #AECBDA;
  font-size: 0.813rem;
  display: none;
}.uuf-tb_login_gka:hover {
  border-color: rgba(0, 218, 236, 0.38);
  color: #EDF8FC;
}
@media(min-width: 482px) {.uuf-tb_login_gka {
  display: block;
}
}.uuf-tb_reg_gka {
  background: #00C96B;
  border-radius: 8px;
  transition: background .2s;
  padding: 0.563rem 1.125rem;
  font-size: 13px;
  color: #060D12;
  white-space: nowrap;
  font-weight: 700;
}.uuf-tb_reg_gka:hover {
  background: #00E07A;
}.uuf-sb_gka {
  background: #0F1820;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  top: 56px;
  overflow-y: auto;
  bottom: 0;
  width: 13.75rem;
  position: fixed;
  left: 0;
  z-index: 70;
}.uuf-sb_gka.uuf-state_open_gka {
  transform: translateX(0);
}.uuf-sb_gka::-webkit-scrollbar {
  width: 0.25rem;
}.uuf-sb_gka::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1079px) {.uuf-sb_gka {
  transform: translateX(0);
}
}.uuf-sb_auth_gka {
  padding: 14px 12px 0.625rem;
}.uuf-sb_btn_reg_gka {
  padding: 0.688rem;
  border-radius: 8px;
  background: #00C96B;
  transition: background .2s;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #060D12;
}.uuf-sb_btn_reg_gka:hover {
  background: #00E07A;
}.uuf-sb_btn_login_gka {
  border-radius: 8px;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.625rem;
  display: block;
  font-weight: 600;
  text-align: center;
  color: #AECBDA;
  font-size: 0.813rem;
}.uuf-sb_btn_login_gka:hover {
  border-color: rgba(0, 218, 236, 0.38);
  color: #EDF8FC;
}.uuf-sb_promo_gka {
  margin: 0 0.75rem 0.625rem;
  border: 1px solid rgba(0, 212, 235, 0.15);
  padding: 12px 14px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg,#001C30,#0F1820);
  position: relative;
}.uuf-sb_promo_gka::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(0, 212, 235, 0.15),transparent 70%);
  position: absolute;
  top: -20px;
  content: '';
  width: 80px;
  height: 80px;
  right: -20px;
}.uuf-sb_promo_title_gka {
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-size: 11px;
  color: #00D4EB;
}.uuf-sb_promo_text_gka {
  color: #EDF8FC;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: break-word;
}.uuf-sb_promo_sub_gka {
  font-size: 0.625rem;
  color: #50707E;
  margin-top: 3px;
}.uuf-sb_nav_gka {
  padding: 0.375rem 8px 1rem;
}.uuf-sb_nav_lb_gka {
  padding: 10px 0.5rem 6px;
  font-size: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #3D5A68;
  font-weight: 700;
}.uuf-sb_link_gka {
  border-radius: 4px;
  gap: 10px;
  transition: background .15s,color .15s;
  padding: 9px 10px;
  cursor: pointer;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  font-weight: 500;
  color: #7599AD;
  font-size: 13px;
}.uuf-sb_link_gka:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EDF8FC;
}.uuf-sb_link_gka.uuf-state_active_gka {
  background: rgba(0, 212, 235, 0.15);
  color: #EDF8FC;
}.uuf-sb_ic_gka {
  border-radius: 0.25rem;
  width: 30px;
  height: 1.875rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.uuf-sb_ic_gka svg {
  width: 1rem;
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
}.uuf-sb_ic_1_gka {
  background: rgba(0, 212, 235, 0.07);
  color: #00D4EB;
}.uuf-sb_ic_2_gka {
  background: rgba(0, 201, 107, 0.14);
  color: #00C96B;
}.uuf-sb_ic_3_gka {
  background: rgba(255, 175, 0, 0.14);
  color: #FFAF00;
}.uuf-sb_ic_4_gka {
  background: rgba(0, 95, 138, 0.28);
  color: #005F8A;
}.uuf-sb_ic_5_gka {
  background: rgba(0, 212, 235, 0.07);
  color: #FF2B7A;
}.uuf-sb_ic_6_gka {
  background: rgba(0, 95, 138, 0.28);
  color: #A030F0;
}.uuf-sb_badge_gka {
  background: #FFAF00;
  border-radius: 0.25rem;
  padding: 2px 7px;
  color: #060D12;
  margin-left: auto;
  font-size: 9px;
  font-weight: 700;
}.uuf-sb_bot_gka {
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.uuf-sb_lang_gka,.uuf-sb_help_gka {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 6px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 6px;
  border-radius: 0.25rem;
  align-items: center;
  color: #7599AD;
  display: flex;
  font-weight: 600;
  justify-content: center;
  font-size: 0.688rem;
}.uuf-sb_lang_gka:hover,.uuf-sb_help_gka:hover {
  border-color: rgba(0, 218, 236, 0.38);
  color: #EDF8FC;
}.uuf-sb_lang_gka svg,.uuf-sb_help_gka svg {
  width: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.813rem;
}.uuf-sb_bd_gka {
  background: rgba(4, 7, 9, 0.72);
  inset: 0;
  display: none;
  position: fixed;
  z-index: 69;
}.uuf-sb_bd_gka.uuf-state_on_gka {
  display: block;
}
@media(min-width: 1077px) {.uuf-sb_bd_gka {
  display: none!important;
}
}.uuf-mob_nav_gka {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #0F1820;
  position: fixed;
  bottom: 0;
  z-index: 80;
  display: flex;
  left: 0;
  right: 0;
}
@media(min-width: 1081px) {.uuf-mob_nav_gka {
  display: none;
}
}.uuf-mob_nav_item_gka {
  padding: 4px 2px;
  gap: 0.25rem;
  flex: 1;
  flex-direction: column;
  color: #3D5A68;
  align-items: center;
  display: flex;
  cursor: pointer;
}.uuf-mob_nav_ic_gka {
  line-height: 1;
}.uuf-mob_nav_ic_gka svg {
  height: 20px;
  width: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.uuf-mob_nav_lb_gka {
  color: #3D5A68;
  font-size: 10px;
  font-weight: 600;
}.uuf-mob_nav_item_gka.uuf-state_active_gka {
  color: #00D4EB;
}.uuf-mob_nav_item_gka.uuf-state_active_gka .uuf-mob_nav_lb_gka {
  color: #00D4EB;
}.uuf-hero_gka {
  padding: 1.25rem 1rem 0;
  background: #070C11;
}
@media(min-width: 769px) {.uuf-hero_gka {
  padding: 24px 24px 0;
}
}.uuf-hero_in_gka {
  margin: 0 auto;
  gap: 12px;
  max-width: 83.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.uuf-hero_in_gka {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.uuf-hero_in_gka {
  grid-template-columns: 1fr 340px;
}
}.uuf-hero_promo_gka {
  overflow: hidden;
  background: #0B1219;
  border-radius: 0.75rem;
  align-items: stretch;
  display: flex;
  min-height: 13.75rem;
  position: relative;
}
@media(min-width: 767px) {.uuf-hero_promo_gka {
  min-height: 17.5rem;
}
}.uuf-hero_promo_bg_gka {
  inset: 0;
  background: linear-gradient(120deg,#001C30 0%,#070C11 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.uuf-hero_promo_bg_gka::after {
  background: linear-gradient(90deg,#070C11 0%,rgba(4, 7, 9, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.uuf-hero_promo_glow_gka {
  background: radial-gradient(circle,rgba(0, 95, 138, 0.28) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  top: -2.5rem;
  right: 3.75rem;
  height: 18.75rem;
  width: 18.75rem;
}.uuf-hero_promo_ct_gka {
  padding: 28px 1.5rem 1.75rem 1.75rem;
  z-index: 2;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 480px;
}
@media(min-width: 770px) {.uuf-hero_promo_ct_gka {
  padding: 2.5rem 32px;
}
}.uuf-hero_badge_gka {
  border: 1px solid rgba(0, 212, 235, 0.07);
  border-radius: 1.25rem;
  padding: 0.313rem 12px;
  background: rgba(0, 212, 235, 0.15);
  display: inline-block;
  color: #00D4EB;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.625rem;
}.uuf-hero_h1_gka {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 10px;
  line-height: 1.15;
  color: #EDF8FC;
  font-size: 26px;
}.uuf-hero_h1_gka em {
  color: #FFAF00;
  font-style: normal;
}
@media(min-width: 771px) {.uuf-hero_h1_gka {
  font-size: 36px;
}
}.uuf-hero_sub_gka {
  font-size: 0.813rem;
  margin-bottom: 20px;
  line-height: 1.55;
  color: #7599AD;
}
@media(min-width: 767px) {.uuf-hero_sub_gka {
  font-size: 0.875rem;
}
}.uuf-hero_row_gka {
  gap: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.uuf-hero_cta_gka {
  border-radius: 8px;
  transition: background .2s;
  background: #00C96B;
  padding: 13px 26px;
  box-shadow: 0 0.313rem 0 rgba(0, 140, 65, 0.55), 0 0.5rem 1.375rem rgba(0, 201, 107, 0.30);
  color: #060D12;
  font-size: 14px;
  font-weight: 700;
}.uuf-hero_cta_gka:hover {
  background: #00E07A;
}.uuf-hero_terms_gka {
  font-size: 0.688rem;
  color: #3D5A68;
}.uuf-hero_game_gka {
  border-radius: 12px;
  overflow: hidden;
  background: #0B1219;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  position: relative;
  flex-direction: column;
}.uuf-hero_game_badge_gka {
  border-radius: 20px;
  padding: 5px 0.625rem;
  border: 1px solid rgba(255, 175, 0, 0.14);
  background: rgba(255, 175, 0, 0.14);
  left: 0.75rem;
  font-size: 10px;
  font-weight: 700;
  top: 12px;
  color: #FFAF00;
  position: absolute;
  letter-spacing: .06em;
  text-transform: uppercase;
  z-index: 3;
}.uuf-hero_game_badge_gka svg {
  width: 11px;
  height: 0.688rem;
  margin-right: 0.25rem;
  vertical-align: -1px;
}.uuf-hero_game_img_gka {
  background: linear-gradient(135deg,#001C30,#070C11);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.uuf-hero_game_img_gka img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.uuf-hero_game_play_gka {
  inset: 0;
  transition: opacity .2s;
  background: rgba(4, 7, 9, 0.72);
  opacity: 0;
  justify-content: center;
  display: flex;
  position: absolute;
  align-items: center;
}.uuf-hero_game_gka:hover .uuf-hero_game_play_gka {
  opacity: 1;
}.uuf-hero_game_play_gka span {
  border-radius: 50%;
  background: #00D4EB;
  height: 52px;
  display: flex;
  width: 52px;
  justify-content: center;
  align-items: center;
}.uuf-hero_game_play_gka span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 1.125rem;
}.uuf-hero_game_info_gka {
  padding: 0.875rem 16px;
}.uuf-hero_game_title_gka {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 4px;
  color: #EDF8FC;
}.uuf-hero_game_provider_gka {
  color: #50707E;
  font-size: 0.688rem;
}.uuf-hero_game_btn_gka {
  padding: 11px;
  background: #00D4EB;
  margin: 12px 16px 1rem;
  border-radius: 8px;
  transition: background .2s;
  color: #EDF8FC;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
}.uuf-hero_game_gka:hover .uuf-hero_game_btn_gka {
  background: #33DDEF;
}.uuf-sbar_gka {
  padding: 16px 16px 0;
  background: #070C11;
}
@media(min-width: 771px) {.uuf-sbar_gka {
  padding: 1.125rem 24px 0;
}
}.uuf-sbar_in_gka {
  margin: 0 auto;
  max-width: 83.75rem;
}.uuf-sbar_row_gka {
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  display: flex;
}.uuf-sbar_input_gka {
  background: #0B1219;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  gap: 10px;
  padding: 0.688rem 16px;
  border-radius: 8px;
  flex: 1;
  cursor: pointer;
  display: flex;
  color: #50707E;
  font-size: 0.813rem;
  align-items: center;
}.uuf-sbar_input_gka:hover {
  border-color: rgba(0, 218, 236, 0.38);
}.uuf-sbar_input_gka svg {
  width: 0.938rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.938rem;
  flex-shrink: 0;
}.uuf-sbar_providers_gka {
  background: #0B1219;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 0.5rem;
  transition: border-color .2s;
  padding: 0.688rem 1.125rem;
  border-radius: 8px;
  align-items: center;
  color: #AECBDA;
  white-space: nowrap;
  font-size: 13px;
  display: flex;
  font-weight: 600;
}.uuf-sbar_providers_gka:hover {
  border-color: rgba(0, 218, 236, 0.38);
  color: #EDF8FC;
}.uuf-sbar_providers_gka svg {
  stroke-linejoin: round;
  width: 0.875rem;
  height: 0.875rem;
  stroke-linecap: round;
}.uuf-sbar_tabs_gka {
  gap: 6px;
  overflow-x: auto;
  display: flex;
  padding-bottom: 2px;
  scrollbar-width: none;
}.uuf-sbar_tabs_gka::-webkit-scrollbar {
  display: none;
}.uuf-sbar_tab_gka {
  border-radius: 1.25rem;
  padding: 0.5rem 14px;
  transition: background .15s,color .15s,border-color .15s;
  gap: 7px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  font-size: 0.75rem;
  display: flex;
  flex-shrink: 0;
  font-weight: 600;
  align-items: center;
  color: #7599AD;
  cursor: pointer;
}.uuf-sbar_tab_gka:hover {
  border-color: rgba(0, 218, 236, 0.38);
  background: rgba(255, 255, 255, 0.07);
  color: #EDF8FC;
}.uuf-sbar_tab_gka.uuf-state_active_gka {
  border-color: rgba(0, 212, 235, 0.07);
  background: rgba(0, 212, 235, 0.15);
  color: #EDF8FC;
}.uuf-sbar_tab_ic_gka svg {
  width: 0.875rem;
  stroke-linecap: round;
  height: 14px;
  stroke-linejoin: round;
}.uuf-gcg_gka {
  padding: 2.25rem 16px 0;
  background: #070C11;
}
@media(min-width: 765px) {.uuf-gcg_gka {
  padding: 44px 24px 0;
}
}.uuf-gcg_in_gka {
  margin: 0 auto;
  max-width: 1340px;
}.uuf-gcg_head_gka {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.uuf-gcg_label_gka {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  color: #00D4EB;
  margin-bottom: 8px;
}.uuf-gcg_h2_gka {
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 0.5rem;
  font-size: 22px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #EDF8FC;
}
@media(min-width: 771px) {.uuf-gcg_h2_gka {
  font-size: 28px;
}
}.uuf-gcg_intro_gka {
  font-size: 0.813rem;
  color: #50707E;
  line-height: 1.6;
}.uuf-gcg_grid_gka {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.uuf-gcg_grid_gka {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.uuf-gcg_grid_gka {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.uuf-gcg_card_gka {
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  display: flex;
  min-height: 15rem;
  justify-content: flex-end;
  flex-direction: column;
}.uuf-gcg_card_gka:hover {
  border-color: rgba(0, 212, 235, 0.15);
  transform: translateY(-3px);
}.uuf-gcg_card_bg_gka {
  inset: 0;
  position: absolute;
  z-index: 0;
}.uuf-gcg_card_bg_gka::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.uuf-gcg_card_ic_gka {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  top: 1.125rem;
  color: #EDF8FC;
  display: flex;
  z-index: 2;
  position: absolute;
  right: 18px;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  width: 40px;
}.uuf-gcg_card_ic_gka svg {
  width: 20px;
  height: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.uuf-gcg_card_ct_gka {
  z-index: 1;
  position: relative;
}.uuf-gcg_card_h_gka {
  font-weight: 800;
  line-height: 1.2;
  color: #EDF8FC;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 18px;
}
@media(min-width: 769px) {.uuf-gcg_card_h_gka {
  font-size: 20px;
}
}.uuf-gcg_card_p_gka {
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}.uuf-gcg_card_p_gka strong {
  font-weight: 600;
  color: #EDF8FC;
}.uuf-gcg_card_cta_gka {
  gap: 0.25rem;
  display: inline-flex;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: .04em;
  align-items: center;
  color: #00D4EB;
  text-transform: uppercase;
}.uuf-gcg_card_cta_gka svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
  width: 0.75rem;
}.uuf-gr_jp_gka {
  padding: 1.25rem;
  background: linear-gradient(135deg,#0C0820 0%,#050709 100%);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}.uuf-gr_jp_gka::before {
  background: radial-gradient(circle,rgba(0, 95, 138, 0.28) 0%,transparent 70%);
  border-radius: 50%;
  position: absolute;
  top: -3.75rem;
  height: 250px;
  content: '';
  left: -3.75rem;
  width: 250px;
}.uuf-gr_jp_gka::after {
  background: radial-gradient(circle,rgba(255, 175, 0, 0.14) 0%,transparent 70%);
  border-radius: 50%;
  position: absolute;
  content: '';
  right: 0;
  width: 12.5rem;
  height: 12.5rem;
  bottom: -40px;
}.uuf-gr_jp_head_gka {
  gap: 1rem;
  position: relative;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
}.uuf-gr_jp_info_gka {
  flex: 1;
}.uuf-gr_jp_label_gka {
  font-weight: 700;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-size: 11px;
  color: #A030F0;
  letter-spacing: .08em;
}.uuf-gr_jp_label_gka svg {
  stroke-linecap: round;
  margin-right: 4px;
  vertical-align: -2px;
  stroke-linejoin: round;
  width: 0.875rem;
  height: 0.875rem;
}.uuf-gr_jp_amount_gka {
  margin-bottom: 0.25rem;
  font-size: 2rem;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1;
  color: #EDF8FC;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.uuf-gr_jp_amount_gka {
  font-size: 2.5rem;
}
}.uuf-gr_jp_amount_gka span {
  color: #FFAF00;
}.uuf-gr_jp_seo_gka {
  line-height: 1.5;
  color: #7599AD;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  max-width: 480px;
}.uuf-gr_jp_cta_gka {
  padding: 0.688rem 1.25rem;
  background: rgba(0, 95, 138, 0.28);
  border-radius: 8px;
  transition: background .2s;
  border: 1px solid rgba(0, 95, 138, 0.28);
  font-size: 13px;
  margin-top: 0.25rem;
  white-space: nowrap;
  position: relative;
  flex-shrink: 0;
  color: #EDF8FC;
  align-self: flex-start;
  font-weight: 700;
  z-index: 1;
}.uuf-gr_jp_cta_gka:hover {
  background: #005F8A;
}.uuf-ws_gka {
  padding: 32px 1rem 0;
  background: #070C11;
}
@media(min-width: 770px) {.uuf-ws_gka {
  padding: 2.25rem 1.5rem 0;
}
}.uuf-ws_in_gka {
  margin: 0 auto;
  max-width: 83.75rem;
}.uuf-ws_head_gka {
  gap: 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.875rem;
}.uuf-ws_title_gka {
  gap: 0.625rem;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
  color: #EDF8FC;
  align-items: center;
  font-size: 1rem;
}.uuf-ws_title_ic_gka svg {
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 18px;
  color: #FFAF00;
}.uuf-ws_online_gka {
  gap: 0.438rem;
  display: flex;
  font-weight: 600;
  font-size: 0.75rem;
  align-items: center;
  color: #50707E;
}.uuf-ws_online_dot_gka {
  background: #00C96B;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(0, 201, 107, 0.14);
  height: 0.5rem;
  width: 8px;
}.uuf-ws_scroll_gka {
  gap: 8px;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 8px;
  overflow-x: auto;
}.uuf-ws_scroll_gka::-webkit-scrollbar {
  display: none;
}.uuf-wc_gka {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0B1219;
  border-radius: 0.5rem;
  gap: 10px;
  padding: 10px 0.875rem;
  min-width: 220px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.uuf-wc_img_gka {
  overflow: hidden;
  background: #0F1820;
  border-radius: 4px;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}.uuf-wc_img_gka img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.uuf-wc_info_gka {
  min-width: 0;
}.uuf-wc_game_gka {
  overflow: hidden;
  font-weight: 600;
  color: #AECBDA;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  white-space: nowrap;
}.uuf-wc_player_gka {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  color: #3D5A68;
  white-space: nowrap;
}.uuf-wc_amount_gka {
  flex-shrink: 0;
  margin-left: auto;
  white-space: nowrap;
  font-weight: 700;
  color: #00C96B;
  font-size: 13px;
}.uuf-bon_gka {
  background: #070C11;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.uuf-bon_gka {
  padding: 2.75rem 24px 0;
}
}.uuf-bon_in_gka {
  margin: 0 auto;
  max-width: 83.75rem;
}.uuf-bon_head_gka {
  margin-bottom: 20px;
}.uuf-bon_label_gka {
  color: #00D4EB;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.uuf-bon_h2_gka {
  color: #EDF8FC;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}
@media(min-width: 767px) {.uuf-bon_h2_gka {
  font-size: 24px;
}
}.uuf-bon_seo_gka {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #50707E;
  max-width: 38.75rem;
  line-height: 1.6;
}.uuf-bon_seo_gka strong {
  font-weight: 700;
  color: #AECBDA;
}.uuf-bon_seo_gka a {
  text-decoration: underline;
  color: #00D4EB;
}.uuf-bon_grid_gka {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.uuf-bon_grid_gka {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.uuf-bon_grid_gka {
  grid-template-columns: repeat(5,1fr);
}
}.uuf-bon_card_gka {
  padding: 1rem;
  background: #0B1219;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  transition: border-color .2s,transform .2s;
}.uuf-bon_card_gka:hover {
  border-color: rgba(0, 212, 235, 0.07);
  transform: translateY(-2px);
}.uuf-bon_card_ic_gka svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.625rem;
  height: 26px;
}.uuf-bon_card_ic_gka {
  margin-bottom: 0.625rem;
}.uuf-bon_card_type_gka {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
  color: #50707E;
  margin-bottom: 6px;
}.uuf-bon_card_amount_gka {
  font-weight: 800;
  color: #FFAF00;
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
  line-height: 1.1;
}.uuf-bon_card_name_gka {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-weight: 600;
  color: #EDF8FC;
}.uuf-bon_card_detail_gka {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 8px;
  font-size: 11px;
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #3D5A68;
}.uuf-htp_gka {
  padding: 2.25rem 16px 0;
  background: #070C11;
}
@media(min-width:768px) {.uuf-htp_gka {
  padding: 44px 1.5rem 0;
}
}.uuf-htp_in_gka {
  margin: 0 auto;
  max-width: 83.75rem;
}.uuf-htp_head_gka {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.uuf-htp_label_gka {
  font-weight: 700;
  font-size: 11px;
  color: #00D4EB;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.uuf-htp_h2_gka {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EDF8FC;
  margin-bottom: 8px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 22px;
}
@media(min-width: 767px) {.uuf-htp_h2_gka {
  font-size: 28px;
}
}.uuf-htp_intro_gka {
  color: #50707E;
  line-height: 1.6;
  font-size: 0.875rem;
}.uuf-htp_steps_gka {
  margin: 0;
  padding: 0;
  gap: 0.75rem;
  list-style: none;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 641px) {.uuf-htp_steps_gka {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.uuf-htp_steps_gka {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.uuf-htp_step_gka {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  padding: 1.25rem 18px 18px;
  background: #0F1820;
  flex-direction: column;
  position: relative;
  display: flex;
}.uuf-htp_step_num_gka {
  background: #00D4EB;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  color: #060D12;
  top: -12px;
  font-size: 13px;
  font-weight: 800;
  left: 1.25rem;
  display: flex;
  position: absolute;
  font-family: 'Rajdhani', sans-serif;
  justify-content: center;
  align-items: center;
}.uuf-htp_step_ic_gka {
  margin: 8px 0 12px;
  background: rgba(0, 212, 235, 0.15);
  border-radius: 4px;
  color: #00D4EB;
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  justify-content: center;
  align-items: center;
}.uuf-htp_step_ic_gka svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 18px;
  width: 18px;
}.uuf-htp_step_h_gka {
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.25;
  font-size: 0.875rem;
  color: #EDF8FC;
  margin-bottom: 0.375rem;
}.uuf-htp_step_p_gka {
  line-height: 1.55;
  color: #50707E;
  font-size: 13px;
  overflow-wrap: break-word;
}.uuf-htp_step_p_gka strong {
  color: #AECBDA;
  font-weight: 600;
}.uuf-htp_cta_gka {
  background: #00C96B;
  transition: background .2s;
  border-radius: 8px;
  padding: 13px 1.625rem;
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #060D12;
}.uuf-htp_cta_gka:hover {
  background: #00E07A;
}.uuf-prov_gka {
  padding: 2.25rem 1rem 0;
  background: #070C11;
}
@media(min-width:768px) {.uuf-prov_gka {
  padding: 2.75rem 1.5rem 0;
}
}.uuf-prov_in_gka {
  margin: 0 auto;
  max-width: 1340px;
}.uuf-prov_head_gka {
  margin-bottom: 16px;
}.uuf-prov_label_gka {
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  color: #00D4EB;
}.uuf-prov_h2_gka {
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #EDF8FC;
  margin-bottom: 0.5rem;
}
@media(min-width:768px) {.uuf-prov_h2_gka {
  font-size: 1.5rem;
}
}.uuf-prov_seo_gka {
  line-height: 1.6;
  max-width: 620px;
  color: #50707E;
  margin-bottom: 16px;
  font-size: 13px;
  overflow-wrap: break-word;
}.uuf-prov_seo_gka strong {
  color: #AECBDA;
  font-weight: 700;
}.uuf-prov_seo_gka a {
  text-decoration: underline;
  color: #00D4EB;
}.uuf-prov_grid_gka {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.uuf-prov_grid_gka {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.uuf-prov_grid_gka {
  grid-template-columns: repeat(8,1fr);
}
}.uuf-prov_card_gka {
  border-radius: 8px;
  gap: 0.438rem;
  transition: border-color .2s,background .2s;
  padding: 14px 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0B1219;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}.uuf-prov_card_gka:hover {
  border-color: rgba(0, 218, 236, 0.38);
  background: #0F1820;
}.uuf-prov_logo_gka {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  overflow: hidden;
  height: 44px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 2.75rem;
}.uuf-prov_logo_gka img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.uuf-prov_name_gka {
  overflow-wrap: break-word;
  color: #7599AD;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}.uuf-reg_gka {
  background: #070C11;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.uuf-reg_gka {
  padding: 44px 24px 0;
}
}.uuf-reg_in_gka {
  border-radius: 12px;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #0F1820;
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 770px) {.uuf-reg_in_gka {
  padding: 2.5rem;
}
}.uuf-reg_top_gka {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.uuf-reg_top_gka {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.uuf-reg_label_gka {
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  color: #00D4EB;
  text-transform: uppercase;
}.uuf-reg_h2_gka {
  margin-bottom: 0.75rem;
  color: #EDF8FC;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.2;
}
@media(min-width: 765px) {.uuf-reg_h2_gka {
  font-size: 28px;
}
}.uuf-reg_bonus_gka {
  background: rgba(255, 175, 0, 0.14);
  border: 1px solid rgba(255, 175, 0, 0.14);
  border-radius: 0.5rem;
  padding: 10px 16px;
  gap: 8px;
  display: inline-flex;
  margin-bottom: 1rem;
  align-items: center;
}.uuf-reg_bonus_amount_gka {
  font-weight: 800;
  color: #FFAF00;
  font-size: 1.25rem;
}.uuf-reg_bonus_text_gka {
  color: #7599AD;
  font-size: 13px;
  line-height: 1.35;
}.uuf-reg_cta_btn_gka {
  background: #00C96B;
  padding: 14px 32px;
  border-radius: 8px;
  transition: background .2s;
  box-shadow: 0 5px 0 rgba(0, 140, 65, 0.55), 0 8px 1.375rem rgba(0, 201, 107, 0.30);
  font-weight: 700;
  margin-bottom: 12px;
  color: #060D12;
  font-size: 0.938rem;
  display: inline-block;
}.uuf-reg_cta_btn_gka:hover {
  background: #00E07A;
}.uuf-reg_terms_gka {
  color: #3D5A68;
  font-size: 0.688rem;
  line-height: 1.5;
}.uuf-reg_seo_gka {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  font-size: 13px;
  color: #50707E;
  margin-top: 20px;
  padding-top: 1.25rem;
  overflow-wrap: break-word;
}.uuf-reg_seo_gka p {
  color: #50707E;
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 10px;
}.uuf-reg_seo_gka p:last-child {
  margin-bottom: 0;
}.uuf-reg_seo_gka strong {
  font-weight: 700;
  color: #AECBDA;
}.uuf-reg_seo_gka a {
  transition: color .2s;
  text-decoration: underline;
  color: #00D4EB;
}.uuf-reg_seo_gka a:hover {
  color: #33DDEF;
}.uuf-reg_seo_gka ul,.uuf-reg_seo_gka ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.uuf-reg_seo_gka ol {
  list-style: decimal;
}.uuf-reg_seo_gka li {
  margin-bottom: 4px;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #50707E;
}.uuf-reg_seo_gka table {
  display: block;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 10px;
  font-size: 13px;
}
@media(min-width: 766px) {.uuf-reg_seo_gka table {
  display: table;
}
}.uuf-reg_seo_gka th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #AECBDA;
  text-align: left;
  font-weight: 700;
}.uuf-reg_seo_gka td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #50707E;
}.uuf-reg_steps_gka {
  gap: 14px;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width: 862px) {.uuf-reg_steps_gka {
  margin-top: 0;
}
}.uuf-reg_step_gka {
  padding: 1rem;
  gap: 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.uuf-reg_step_num_gka {
  border-radius: 50%;
  background: rgba(0, 212, 235, 0.15);
  border: 1px solid rgba(0, 212, 235, 0.07);
  font-weight: 800;
  height: 34px;
  justify-content: center;
  font-size: 0.875rem;
  display: flex;
  color: #00D4EB;
  width: 34px;
  align-items: center;
  flex-shrink: 0;
}.uuf-reg_step_title_gka {
  margin-bottom: 3px;
  font-size: 0.875rem;
  color: #EDF8FC;
  font-weight: 700;
}.uuf-reg_step_text_gka {
  line-height: 1.5;
  font-size: 12px;
  color: #50707E;
}.uuf-reg_trust_gka {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  padding-top: 20px;
  display: flex;
}.uuf-reg_trust_item_gka {
  gap: 0.438rem;
  font-size: 0.75rem;
  align-items: center;
  display: flex;
  color: #50707E;
  overflow-wrap: break-word;
}.uuf-reg_trust_ic_gka svg {
  height: 16px;
  stroke-linecap: round;
  color: #00D4EB;
  stroke-linejoin: round;
  width: 16px;
}.uuf-app_gka {
  padding: 36px 16px 0;
  background: #070C11;
}
@media(min-width: 769px) {.uuf-app_gka {
  padding: 44px 1.5rem 0;
}
}.uuf-app_in_gka {
  margin: 0 auto;
  max-width: 1340px;
}.uuf-app_head_gka {
  margin-bottom: 16px;
}.uuf-app_label_gka {
  color: #00D4EB;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
}.uuf-app_h2_gka {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  color: #EDF8FC;
  margin-bottom: 6px;
}
@media(min-width: 769px) {.uuf-app_h2_gka {
  font-size: 1.5rem;
}
}.uuf-app_sub_gka {
  line-height: 1.6;
  max-width: 600px;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #50707E;
}.uuf-app_sub_gka strong {
  font-weight: 700;
  color: #AECBDA;
}.uuf-app_cards_gka {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 16px;
}
@media(min-width: 641px) {.uuf-app_cards_gka {
  grid-template-columns: repeat(3,1fr);
}
}.uuf-app_card_gka {
  padding: 1.25rem;
  gap: 16px;
  overflow: hidden;
  border-radius: 0.5rem;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  display: flex;
}.uuf-app_card_ios_gka {
  background: linear-gradient(135deg,rgba(0, 212, 235, 0.15) 0%,#0F1820 100%);
}.uuf-app_card_android_gka {
  background: linear-gradient(135deg,rgba(0, 201, 107, 0.14) 0%,#0F1820 100%);
}.uuf-app_card_win_gka {
  background: linear-gradient(135deg,rgba(255, 175, 0, 0.14) 0%,#0F1820 100%);
}.uuf-app_card_ic_gka svg {
  height: 34px;
  stroke-linejoin: round;
  width: 2.125rem;
  stroke-linecap: round;
}.uuf-app_card_ic_gka {
  flex-shrink: 0;
  color: #EDF8FC;
}.uuf-app_card_os_gka {
  font-weight: 700;
  letter-spacing: .08em;
  color: #50707E;
  font-size: 0.625rem;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
}.uuf-app_card_title_gka {
  margin-bottom: 6px;
  font-size: 0.938rem;
  color: #EDF8FC;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-weight: 700;
}.uuf-app_card_text_gka {
  color: #50707E;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
}.uuf-app_card_btn_gka {
  gap: 7px;
  padding: 0.625rem 18px;
  border: 1px solid rgba(0, 218, 236, 0.38);
  border-radius: 4px;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 700;
  display: inline-flex;
  color: #EDF8FC;
  align-items: center;
  font-size: 13px;
}.uuf-app_card_btn_gka:hover {
  background: rgba(255, 255, 255, 0.07);
}.uuf-pmt_gka {
  padding: 2.25rem 1rem 0;
  background: #070C11;
}
@media(min-width: 771px) {.uuf-pmt_gka {
  padding: 2.75rem 24px 0;
}
}.uuf-pmt_in_gka {
  margin: 0 auto;
  max-width: 1340px;
}.uuf-pmt_head_gka {
  margin-bottom: 22px;
  max-width: 720px;
}.uuf-pmt_label_gka {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  color: #00D4EB;
  margin-bottom: 8px;
}.uuf-pmt_h2_gka {
  font-family: 'Rajdhani', sans-serif;
  color: #EDF8FC;
  font-size: 1.375rem;
  margin-bottom: 8px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.uuf-pmt_h2_gka {
  font-size: 1.75rem;
}
}.uuf-pmt_intro_gka {
  color: #50707E;
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.uuf-pmt_groups_gka {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.uuf-pmt_group_gka {
  padding: 1.25rem;
  background: #0F1820;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.uuf-pmt_group_head_gka {
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}.uuf-pmt_group_ic_gka {
  border-radius: 0.25rem;
  background: rgba(0, 212, 235, 0.15);
  display: flex;
  height: 36px;
  align-items: center;
  color: #00D4EB;
  justify-content: center;
  flex-shrink: 0;
  width: 2.25rem;
}.uuf-pmt_group_ic_gka svg {
  stroke-linecap: round;
  width: 1.125rem;
  stroke-linejoin: round;
  height: 1.125rem;
}.uuf-pmt_group_h_gka {
  margin: 0;
  overflow-wrap: break-word;
  color: #EDF8FC;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 1rem;
}.uuf-pmt_group_p_gka {
  line-height: 1.6;
  color: #50707E;
  font-size: 0.813rem;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}.uuf-pmt_group_p_gka strong {
  color: #AECBDA;
  font-weight: 600;
}.uuf-pmt_table_wrap_gka {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.uuf-pmt_table_gka {
  font-size: 13px;
  width: 100%;
  min-width: 33.75rem;
  border-collapse: collapse;
}.uuf-pmt_table_gka th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  letter-spacing: .04em;
  color: #AECBDA;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  text-align: left;
}.uuf-pmt_table_gka td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #50707E;
}.uuf-pmt_table_gka tbody tr:last-child td {
  border-bottom: none;
}.uuf-pmt_table_gka tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #AECBDA;
}.uuf-faq_gka {
  padding: 36px 1rem 0;
  background: #070C11;
}
@media(min-width: 767px) {.uuf-faq_gka {
  padding: 2.75rem 1.5rem 0;
}
}.uuf-faq_in_gka {
  margin: 0 auto;
  max-width: 1340px;
}.uuf-faq_head_gka {
  margin-bottom: 20px;
}.uuf-faq_label_gka {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #00D4EB;
  font-size: 0.688rem;
  margin-bottom: 8px;
}.uuf-faq_h2_gka {
  color: #EDF8FC;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 770px) {.uuf-faq_h2_gka {
  font-size: 24px;
}
}.uuf-faq_list_gka {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.uuf-faq_item_gka {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0F1820;
  border-radius: 0.5rem;
  overflow: hidden;
}.uuf-faq_q_gka {
  transition: color .2s;
  gap: 12px;
  padding: 1rem 20px;
  cursor: pointer;
  color: #AECBDA;
  display: flex;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}.uuf-faq_q_gka:hover {
  color: #EDF8FC;
}.uuf-faq_q_ic_gka {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  width: 24px;
  flex-shrink: 0;
  font-size: 16px;
  display: flex;
  height: 24px;
  color: #00D4EB;
  justify-content: center;
  align-items: center;
}.uuf-faq_item_gka.uuf-state_open_gka .uuf-faq_q_ic_gka {
  transform: rotate(45deg);
}.uuf-faq_a_gka {
  padding: 0 1.25rem 1rem;
  line-height: 1.7;
  font-size: 0.813rem;
  display: none;
  color: #50707E;
  overflow-wrap: break-word;
}.uuf-faq_item_gka.uuf-state_open_gka .uuf-faq_a_gka {
  display: block;
}.uuf-faq_a_gka strong {
  color: #AECBDA;
  font-weight: 700;
}.uuf-faq_a_gka a {
  color: #00D4EB;
  text-decoration: underline;
}.uuf-faq_a_gka ul,.uuf-faq_a_gka ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.uuf-faq_a_gka ol {
  list-style: decimal;
}.uuf-faq_a_gka li {
  margin-bottom: 4px;
  line-height: 1.6;
}.uuf-faq_a_gka table {
  margin: 8px 0;
  overflow-x: auto;
  font-size: 0.75rem;
  display: block;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 769px) {.uuf-faq_a_gka table {
  display: table;
}
}.uuf-faq_a_gka th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #AECBDA;
}.uuf-faq_a_gka td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 8px;
  color: #50707E;
}.uuf-seo_gka {
  padding: 2.25rem 1rem 0;
  background: #070C11;
}
@media(min-width: 770px) {.uuf-seo_gka {
  padding: 44px 24px 0;
}
}.uuf-seo_in_gka {
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0F1820;
  margin: 0 auto;
  padding: 28px 24px;
  max-width: 83.75rem;
}
@media(min-width: 771px) {.uuf-seo_in_gka {
  padding: 2.25rem 40px;
}
}.uuf-seo_label_gka {
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #00D4EB;
}.uuf-seo_h2_gka {
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #EDF8FC;
  font-size: 1.25rem;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  line-height: 1.25;
}
@media(min-width: 767px) {.uuf-seo_h2_gka {
  font-size: 24px;
}
}.uuf-seo_body_gka {
  color: #7599AD;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
}.uuf-seo_body_gka p {
  font-size: 14px;
  margin-bottom: 0.75rem;
  color: #7599AD;
  line-height: 1.75;
}.uuf-seo_body_gka p:last-child {
  margin-bottom: 0;
}.uuf-seo_body_gka strong {
  font-weight: 700;
  color: #AECBDA;
}.uuf-seo_body_gka a {
  transition: color .2s;
  text-decoration: underline;
  color: #00D4EB;
}.uuf-seo_body_gka a:hover {
  color: #33DDEF;
}.uuf-seo_body_gka ul,.uuf-seo_body_gka ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.uuf-seo_body_gka ol {
  list-style: decimal;
}.uuf-seo_body_gka li {
  line-height: 1.75;
  color: #7599AD;
  margin-bottom: 6px;
  font-size: 14px;
}.uuf-seo_body_gka table {
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
  display: block;
  overflow-x: auto;
  margin-bottom: 12px;
}
@media(min-width:768px) {.uuf-seo_body_gka table {
  display: table;
}
}.uuf-seo_body_gka th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #AECBDA;
}.uuf-seo_body_gka td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7599AD;
}.uuf-seo_cols_gka {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.uuf-seo_cols_gka {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.uuf-seo_cols_gka {
  grid-template-columns: repeat(3,1fr);
}
}.uuf-seo_col_h_gka {
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #AECBDA;
  font-size: 13px;
}.uuf-seo_col_p_gka {
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #50707E;
}.uuf-seo_stats_gka {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.uuf-seo_stat_gka {
  background: rgba(0, 212, 235, 0.07);
  border-radius: 8px;
  padding: 14px 1rem;
  flex: 1;
  border: 1px solid rgba(0, 212, 235, 0.15);
  min-width: 8.75rem;
}.uuf-seo_stat_val_gka {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  color: #00D4EB;
  font-weight: 800;
}.uuf-seo_stat_lb_gka {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #50707E;
}.uuf-seo_gka {
  padding: 2.25rem 16px 0;
  background: #070C11;
}
@media(min-width: 769px) {.uuf-seo_gka {
  padding: 44px 24px 0;
}
}.uuf-seo_in_gka {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0F1820;
  margin: 0 auto;
  border-radius: 0.75rem;
  padding: 1.75rem 24px;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.uuf-seo_in_gka {
  padding: 36px 2.5rem;
}
}.uuf-seo_label_gka {
  font-size: 11px;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #00D4EB;
  text-transform: uppercase;
}.uuf-seo_h2_gka {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #EDF8FC;
  margin-bottom: 14px;
  line-height: 1.25;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.uuf-seo_h2_gka {
  font-size: 1.5rem;
}
}.uuf-seo_body_gka {
  color: #7599AD;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}.uuf-seo_body_gka p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #7599AD;
  font-size: 0.875rem;
}.uuf-seo_body_gka p:last-child {
  margin-bottom: 0;
}.uuf-seo_body_gka strong {
  font-weight: 700;
  color: #AECBDA;
}.uuf-seo_body_gka a {
  transition: color .2s;
  color: #00D4EB;
  text-decoration: underline;
}.uuf-seo_body_gka a:hover {
  color: #33DDEF;
}.uuf-seo_body_gka ul,.uuf-seo_body_gka ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.uuf-seo_body_gka ol {
  list-style: decimal;
}.uuf-seo_body_gka li {
  line-height: 1.75;
  color: #7599AD;
  margin-bottom: 6px;
  font-size: 0.875rem;
}.uuf-seo_body_gka table {
  display: block;
  margin-bottom: 12px;
  width: 100%;
  font-size: 0.813rem;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 771px) {.uuf-seo_body_gka table {
  display: table;
}
}.uuf-seo_body_gka th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
  color: #AECBDA;
}.uuf-seo_body_gka td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7599AD;
}.uuf-seo_cols_gka {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.uuf-seo_cols_gka {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.uuf-seo_cols_gka {
  grid-template-columns: repeat(3,1fr);
}
}.uuf-seo_col_h_gka {
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
  color: #AECBDA;
}.uuf-seo_col_p_gka {
  color: #50707E;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.uuf-seo_stats_gka {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.uuf-seo_stat_gka {
  border: 1px solid rgba(0, 212, 235, 0.15);
  padding: 14px 1rem;
  flex: 1;
  background: rgba(0, 212, 235, 0.07);
  border-radius: 8px;
  min-width: 8.75rem;
}.uuf-seo_stat_val_gka {
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #00D4EB;
  font-size: 1.25rem;
}.uuf-seo_stat_lb_gka {
  overflow-wrap: break-word;
  color: #50707E;
  font-size: 0.688rem;
}.uuf-seo_gka {
  background: #070C11;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.uuf-seo_gka {
  padding: 2.75rem 24px 0;
}
}.uuf-seo_in_gka {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0F1820;
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  border-radius: 12px;
  max-width: 1340px;
}
@media(min-width: 767px) {.uuf-seo_in_gka {
  padding: 2.25rem 40px;
}
}.uuf-seo_label_gka {
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 11px;
  color: #00D4EB;
  letter-spacing: .08em;
  text-transform: uppercase;
}.uuf-seo_h2_gka {
  line-height: 1.25;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  color: #EDF8FC;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.uuf-seo_h2_gka {
  font-size: 24px;
}
}.uuf-seo_body_gka {
  color: #7599AD;
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
}.uuf-seo_body_gka p {
  margin-bottom: 0.75rem;
  color: #7599AD;
  font-size: 0.875rem;
  line-height: 1.75;
}.uuf-seo_body_gka p:last-child {
  margin-bottom: 0;
}.uuf-seo_body_gka strong {
  font-weight: 700;
  color: #AECBDA;
}.uuf-seo_body_gka a {
  transition: color .2s;
  color: #00D4EB;
  text-decoration: underline;
}.uuf-seo_body_gka a:hover {
  color: #33DDEF;
}.uuf-seo_body_gka ul,.uuf-seo_body_gka ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.uuf-seo_body_gka ol {
  list-style: decimal;
}.uuf-seo_body_gka li {
  font-size: 0.875rem;
  color: #7599AD;
  line-height: 1.75;
  margin-bottom: 6px;
}.uuf-seo_body_gka table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.75rem;
  display: block;
  overflow-x: auto;
  font-size: 0.813rem;
}
@media(min-width: 770px) {.uuf-seo_body_gka table {
  display: table;
}
}.uuf-seo_body_gka th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  color: #AECBDA;
  font-weight: 700;
}.uuf-seo_body_gka td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #7599AD;
}.uuf-seo_cols_gka {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width:640px) {.uuf-seo_cols_gka {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.uuf-seo_cols_gka {
  grid-template-columns: repeat(3,1fr);
}
}.uuf-seo_col_h_gka {
  color: #AECBDA;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
  font-weight: 700;
  overflow-wrap: break-word;
}.uuf-seo_col_p_gka {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #50707E;
}.uuf-seo_stats_gka {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.uuf-seo_stat_gka {
  padding: 14px 1rem;
  border: 1px solid rgba(0, 212, 235, 0.15);
  background: rgba(0, 212, 235, 0.07);
  border-radius: 8px;
  flex: 1;
  min-width: 8.75rem;
}.uuf-seo_stat_val_gka {
  font-weight: 800;
  color: #00D4EB;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 4px;
}.uuf-seo_stat_lb_gka {
  color: #50707E;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.uuf-ft_gka {
  background: #040709;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.uuf-ft_support_gka {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 1rem;
}
@media(min-width: 770px) {.uuf-ft_support_gka {
  padding: 1.75rem 24px;
}
}.uuf-ft_support_in_gka {
  gap: 16px;
  margin: 0 auto;
  max-width: 1340px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.uuf-ft_support_main_gka {
  gap: 1rem;
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 13.75rem;
}.uuf-ft_support_ic_gka {
  flex-shrink: 0;
  color: #00D4EB;
}.uuf-ft_support_ic_gka svg {
  stroke-linejoin: round;
  height: 30px;
  stroke-linecap: round;
  width: 1.875rem;
}.uuf-ft_support_text_title_gka {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 15px;
  color: #EDF8FC;
  overflow-wrap: break-word;
}.uuf-ft_support_text_sub_gka {
  color: #50707E;
  font-size: 12px;
  overflow-wrap: break-word;
}.uuf-ft_support_btn_gka {
  padding: 0.688rem 22px;
  transition: background .2s;
  background: #00D4EB;
  border-radius: 0.5rem;
  font-size: 0.813rem;
  font-weight: 700;
  color: #EDF8FC;
  flex-shrink: 0;
  white-space: nowrap;
}.uuf-ft_support_btn_gka:hover {
  background: #33DDEF;
}.uuf-ft_support_contacts_gka {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.uuf-ft_support_contact_gka {
  line-height: 1.4;
  color: #3D5A68;
  font-size: 12px;
}.uuf-ft_support_contact_gka strong {
  font-size: 11px;
  color: #7599AD;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
}.uuf-ft_main_gka {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 769px) {.uuf-ft_main_gka {
  padding: 2.5rem 24px 2rem;
}
}.uuf-ft_main_in_gka {
  gap: 1.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 83.75rem;
}
@media(min-width: 641px) {.uuf-ft_main_in_gka {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.uuf-ft_main_in_gka {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.uuf-ft_col_logo_gka {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.uuf-ft_col_logo_gka {
  grid-column: auto;
}
}.uuf-ft_logo_gka {
  gap: 0.563rem;
  font-size: 16px;
  margin-bottom: 12px;
  display: flex;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-weight: 800;
  align-items: center;
  color: #EDF8FC;
}.uuf-ft_logo_mark_gka {
  overflow: hidden;
  border-radius: 4px;
  height: 30px;
  width: 30px;
}.uuf-ft_logo_mark_gka img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.uuf-ft_logo_sub_gka {
  line-height: 1.55;
  font-size: 12px;
  max-width: 12.5rem;
  color: #3D5A68;
  overflow-wrap: break-word;
}.uuf-ft_col_title_gka {
  margin-bottom: 14px;
  text-transform: uppercase;
  color: #7599AD;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .07em;
}.uuf-ft_col_links_gka {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.uuf-ft_col_link_gka {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #3D5A68;
}.uuf-ft_col_link_gka:hover {
  color: #AECBDA;
}.uuf-ft_apps_gka {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.uuf-ft_app_card_gka {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  display: flex;
  align-items: center;
}.uuf-ft_app_card_gka:hover {
  border-color: rgba(0, 218, 236, 0.38);
}.uuf-ft_app_card_ic_gka svg {
  width: 22px;
  height: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.uuf-ft_app_card_os_gka {
  color: #3D5A68;
  font-weight: 600;
  font-size: 0.625rem;
}.uuf-ft_app_card_action_gka {
  font-weight: 700;
  font-size: 12px;
  color: #AECBDA;
}.uuf-ft_bot_gka {
  padding: 20px 1rem;
}
@media(min-width: 767px) {.uuf-ft_bot_gka {
  padding: 1.25rem 24px;
}
}.uuf-ft_bot_in_gka {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 1340px;
  display: flex;
  align-items: center;
}.uuf-ft_socials_gka {
  gap: 8px;
  display: flex;
}.uuf-ft_soc_gka {
  transition: background .2s;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #7599AD;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
}.uuf-ft_soc_gka svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
  height: 1rem;
}.uuf-ft_soc_gka:hover {
  background: rgba(255, 255, 255, 0.07);
}.uuf-ft_legal_gka {
  flex: 1;
  font-size: 0.688rem;
  min-width: 200px;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #6B8D9E;
}.uuf-ft_legal_gka strong {
  color: #7599AD;
  font-weight: 700;
}.uuf-ft_legal_gka a {
  color: #7599AD;
  text-decoration: underline;
}.uuf-ft_age_gka {
  border-radius: 50%;
  border: 2px solid #6B8D9E;
  display: flex;
  font-size: 0.688rem;
  align-items: center;
  font-weight: 800;
  color: #6B8D9E;
  width: 2rem;
  flex-shrink: 0;
  justify-content: center;
  height: 32px;
  margin-left: auto;
}