html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #080B12;
  line-height: 1.6;
  color: #B8CDD8;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}.nty-layout_swv {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.nty-page_swv {
  display: flex;
  min-height: 100vh;
}.nty-main_swv {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1083px) {.nty-main_swv {
  padding-left: 13.75rem;
}
}
@media (max-width:1079px) {.nty-main_swv {
  padding-bottom: 4.5rem;
}
}.nty-gc_swv {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.05);
  background: #0C0F16;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  position: relative;
  width: 140px;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 643px) {.nty-gc_swv {
  width: 9.75rem;
}
}
@media(min-width: 1082px) {.nty-gc_swv {
  width: 10.5rem;
}
}.nty-gc_swv:hover {
  transform: translateY(-3px);
  border-color: rgba(78,195,247,0.06);
}.nty-gc_img_swv {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.nty-gc_img_swv img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.nty-gc_hover_swv {
  inset: 0;
  background: rgba(4,6,12,0.72);
  transition: opacity .2s;
  justify-content: center;
  display: flex;
  align-items: center;
  opacity: 0;
  position: absolute;
}.nty-gc_swv:hover .nty-gc_hover_swv {
  opacity: 1;
}.nty-gc_hover_btn_swv {
  background: #4EC3F7;
  border-radius: 5px;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 12px;
  color: #E8F4FC;
}.nty-gc_info_swv {
  padding: 0.5rem 0.625rem 10px;
}.nty-gc_name_swv {
  overflow: hidden;
  font-weight: 600;
  max-width: 100%;
  white-space: nowrap;
  margin-bottom: 3px;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  color: #B8CDD8;
}.nty-gc_prov_swv {
  color: #3D5260;
  font-size: 10px;
}.nty-gc_tag_swv {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  position: absolute;
  letter-spacing: .04em;
  top: 6px;
  text-transform: uppercase;
  z-index: 2;
  left: 6px;
  font-size: 0.563rem;
  font-weight: 700;
}.nty-gc_tag_hot_swv {
  background: #E03C3C;
  color: #fff;
}.nty-gc_tag_new_swv {
  background: #2ECC8A;
  color: #080B12;
}.nty-gc_tag_jp_swv {
  background: #E8A830;
  color: #080B12;
}.nty-gc_tag_ex_swv {
  background: #2A6A9E;
  color: #fff;
}.nty-gc_tag_live_swv {
  background: #E03C3C;
  color: #fff;
}.nty-gr_swv {
  background: #080B12;
  padding: 2rem 16px 0;
}
@media(min-width: 771px) {.nty-gr_swv {
  padding: 2.25rem 24px 0;
}
}.nty-gr_in_swv {
  margin: 0 auto;
  max-width: 1340px;
}.nty-gr_head_swv {
  gap: 0.75rem;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
}.nty-gr_head_l_swv {
  gap: 10px;
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}.nty-gr_ic_swv {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.nty-gr_ic_swv svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
  height: 16px;
}.nty-gr_title_swv {
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
  color: #E8F4FC;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 769px) {.nty-gr_title_swv {
  font-size: 18px;
}
}.nty-gr_more_swv {
  transition: color .2s;
  gap: 0.313rem;
  font-size: 0.75rem;
  flex-shrink: 0;
  color: #556678;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
  align-items: center;
}.nty-gr_more_swv:hover {
  color: #4EC3F7;
}.nty-gr_more_swv svg {
  stroke-linecap: round;
  width: 12px;
  height: 12px;
  stroke-linejoin: round;
}.nty-gr_arrows_swv {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.nty-gr_arr_swv {
  border-radius: 5px;
  border: 1px solid rgba(255,255,255,0.09);
  transition: background .15s,color .15s;
  background: rgba(255,255,255,0.05);
  height: 1.875rem;
  justify-content: center;
  color: #7A96A8;
  display: flex;
  align-items: center;
  width: 30px;
}.nty-gr_arr_swv:hover {
  background: rgba(255,255,255,0.07);
  color: #E8F4FC;
}.nty-gr_arr_swv svg {
  stroke-linecap: round;
  height: 0.813rem;
  stroke-linejoin: round;
  width: 0.813rem;
}.nty-gr_seo_h_swv {
  margin: 0 0 6px;
  font-size: 0.813rem;
  color: #B8CDD8;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  max-width: 42.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.nty-gr_seo_h_swv {
  font-size: 0.875rem;
}
}.nty-gr_seo_swv {
  line-height: 1.55;
  max-width: 680px;
  font-size: 12px;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  color: #556678;
}.nty-gr_seo_swv strong {
  font-weight: 600;
  color: #B8CDD8;
}.nty-gr_scroll_swv {
  gap: 10px;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.nty-gr_scroll_swv::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.nty-gr_scroll_swv {
  gap: 12px;
}
}.nty-tb_swv {
  background: #080B12;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  align-items: center;
  top: 0;
  z-index: 80;
  right: 0;
  display: flex;
  left: 0;
  height: 3.5rem;
  position: fixed;
}.nty-tb_in_swv {
  padding: 0 14px;
  gap: 0;
  align-items: center;
  height: 100%;
  display: flex;
  width: 100%;
}.nty-tb_burger_swv {
  gap: 5px;
  border-radius: 8px;
  justify-content: center;
  margin-right: 0.5rem;
  display: flex;
  flex-shrink: 0;
  height: 38px;
  align-items: center;
  width: 2.375rem;
  flex-direction: column;
}.nty-tb_burger_swv:hover {
  background: rgba(255,255,255,0.05);
}.nty-tb_burger_line_swv {
  background: #7A96A8;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width: 1081px) {.nty-tb_burger_swv {
  display: none;
}
}.nty-tb_logo_swv {
  gap: 0.563rem;
  align-items: center;
  flex-shrink: 0;
  overflow-wrap: break-word;
  color: #E8F4FC;
  font-weight: 800;
  font-size: 1.125rem;
  display: flex;
  letter-spacing: -.01em;
  margin-right: 1.25rem;
}.nty-tb_logo_mark_swv {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 32px;
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: center;
}.nty-tb_logo_mark_swv img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.nty-tb_nav_swv {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.nty-tb_nav_swv {
  display: flex;
}
}.nty-tb_tab_swv {
  border-radius: 8px;
  padding: 8px 14px;
  transition: background .15s,color .15s;
  color: #7A96A8;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 600;
}.nty-tb_tab_swv:hover {
  background: rgba(255,255,255,0.05);
  color: #E8F4FC;
}.nty-tb_tab_swv.nty-state_active_swv {
  background: rgba(78,195,247,0.14);
  color: #E8F4FC;
}.nty-tb_right_swv {
  gap: 8px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}.nty-tb_login_swv {
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.05);
  border-radius: 0.5rem;
  padding: 9px 1rem;
  font-weight: 600;
  display: none;
  font-size: 0.813rem;
  color: #B8CDD8;
}.nty-tb_login_swv:hover {
  border-color: rgba(78,195,247,0.38);
  color: #E8F4FC;
}
@media(min-width: 483px) {.nty-tb_login_swv {
  display: block;
}
}.nty-tb_reg_swv {
  padding: 0.563rem 18px;
  transition: background .2s;
  background: #2ECC8A;
  border-radius: 8px;
  font-weight: 700;
  color: #04060C;
  white-space: nowrap;
  font-size: 13px;
}.nty-tb_reg_swv:hover {
  background: #3DDFA0;
}.nty-sb_swv {
  transform: translateX(-100%);
  transition: transform .25s ease;
  background: #0F1219;
  border-right: 1px solid rgba(255,255,255,0.05);
  bottom: 0;
  top: 3.5rem;
  position: fixed;
  width: 13.75rem;
  overflow-y: auto;
  z-index: 70;
  left: 0;
}.nty-sb_swv.nty-state_open_swv {
  transform: translateX(0);
}.nty-sb_swv::-webkit-scrollbar {
  width: 0.25rem;
}.nty-sb_swv::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1081px) {.nty-sb_swv {
  transform: translateX(0);
}
}.nty-sb_auth_swv {
  padding: 14px 0.75rem 0.625rem;
}.nty-sb_btn_reg_swv {
  padding: 0.688rem;
  transition: background .2s;
  background: #2ECC8A;
  border-radius: 0.5rem;
  color: #04060C;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  display: block;
}.nty-sb_btn_reg_swv:hover {
  background: #3DDFA0;
}.nty-sb_btn_login_swv {
  padding: 10px;
  transition: border-color .2s;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.05);
  font-weight: 600;
  display: block;
  font-size: 0.813rem;
  color: #B8CDD8;
  text-align: center;
}.nty-sb_btn_login_swv:hover {
  border-color: rgba(78,195,247,0.38);
  color: #E8F4FC;
}.nty-sb_promo_swv {
  background: linear-gradient(135deg,#0C1828,#0F1219);
  margin: 0 0.75rem 10px;
  border: 1px solid rgba(78,195,247,0.14);
  overflow: hidden;
  padding: 0.75rem 0.875rem;
  border-radius: 8px;
  position: relative;
}.nty-sb_promo_swv::before {
  background: radial-gradient(circle,rgba(78,195,247,0.14),transparent 70%);
  border-radius: 50%;
  right: -20px;
  top: -20px;
  position: absolute;
  height: 5rem;
  width: 5rem;
  content: '';
}.nty-sb_promo_title_swv {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
  color: #4EC3F7;
  font-size: 11px;
}.nty-sb_promo_text_swv {
  line-height: 1.35;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #E8F4FC;
}.nty-sb_promo_sub_swv {
  font-size: 0.625rem;
  color: #556678;
  margin-top: 3px;
}.nty-sb_nav_swv {
  padding: 6px 8px 16px;
}.nty-sb_nav_lb_swv {
  padding: 0.625rem 8px 0.375rem;
  letter-spacing: .08em;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #3D5260;
}.nty-sb_link_swv {
  gap: 10px;
  transition: background .15s,color .15s;
  padding: 0.563rem 10px;
  border-radius: 5px;
  color: #7A96A8;
  display: flex;
  font-weight: 500;
  align-items: center;
  cursor: pointer;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.nty-sb_link_swv:hover {
  background: rgba(255,255,255,0.05);
  color: #E8F4FC;
}.nty-sb_link_swv.nty-state_active_swv {
  background: rgba(78,195,247,0.14);
  color: #E8F4FC;
}.nty-sb_ic_swv {
  border-radius: 5px;
  width: 1.875rem;
  height: 1.875rem;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.nty-sb_ic_swv svg {
  height: 16px;
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.nty-sb_ic_1_swv {
  background: rgba(78,195,247,0.06);
  color: #4EC3F7;
}.nty-sb_ic_2_swv {
  background: rgba(46,204,138,0.14);
  color: #2ECC8A;
}.nty-sb_ic_3_swv {
  background: rgba(232,168,48,0.16);
  color: #E8A830;
}.nty-sb_ic_4_swv {
  background: rgba(42,106,158,0.22);
  color: #2A6A9E;
}.nty-sb_ic_5_swv {
  background: rgba(78,195,247,0.06);
  color: #E84F9A;
}.nty-sb_ic_6_swv {
  background: rgba(42,106,158,0.22);
  color: #8A4FD8;
}.nty-sb_badge_swv {
  background: #E8A830;
  border-radius: 0.313rem;
  padding: 2px 0.438rem;
  font-size: 0.563rem;
  font-weight: 700;
  color: #04060C;
  margin-left: auto;
}.nty-sb_bot_swv {
  padding: 12px;
  gap: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
}.nty-sb_lang_swv,.nty-sb_help_swv {
  border: 1px solid rgba(255,255,255,0.05);
  flex: 1;
  border-radius: 0.313rem;
  gap: 6px;
  padding: 0.563rem 0.375rem;
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  align-items: center;
  font-size: 11px;
  justify-content: center;
  color: #7A96A8;
  font-weight: 600;
  display: flex;
}.nty-sb_lang_swv:hover,.nty-sb_help_swv:hover {
  border-color: rgba(78,195,247,0.38);
  color: #E8F4FC;
}.nty-sb_lang_swv svg,.nty-sb_help_swv svg {
  height: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.813rem;
}.nty-sb_bd_swv {
  background: rgba(4,6,12,0.72);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.nty-sb_bd_swv.nty-state_on_swv {
  display: block;
}
@media(min-width: 1082px) {.nty-sb_bd_swv {
  display: none!important;
}
}.nty-mob_nav_swv {
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.09);
  background: #0F1219;
  left: 0;
  right: 0;
  z-index: 80;
  position: fixed;
  display: flex;
  bottom: 0;
}
@media(min-width: 1082px) {.nty-mob_nav_swv {
  display: none;
}
}.nty-mob_nav_item_swv {
  gap: 0.25rem;
  flex: 1;
  padding: 4px 2px;
  flex-direction: column;
  align-items: center;
  display: flex;
  color: #3D5260;
  cursor: pointer;
}.nty-mob_nav_ic_swv {
  line-height: 1;
}.nty-mob_nav_ic_swv svg {
  width: 20px;
  stroke-linecap: round;
  height: 20px;
  stroke-linejoin: round;
}.nty-mob_nav_lb_swv {
  font-weight: 600;
  color: #3D5260;
  font-size: 0.625rem;
}.nty-mob_nav_item_swv.nty-state_active_swv {
  color: #4EC3F7;
}.nty-mob_nav_item_swv.nty-state_active_swv .nty-mob_nav_lb_swv {
  color: #4EC3F7;
}.nty-hero_swv {
  padding: 20px 16px 0;
  background: #080B12;
}
@media(min-width: 770px) {.nty-hero_swv {
  padding: 1.5rem 24px 0;
}
}.nty-hero_in_swv {
  margin: 0 auto;
  gap: 12px;
  max-width: 83.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.nty-hero_in_swv {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1099px) {.nty-hero_in_swv {
  grid-template-columns: 1fr 340px;
}
}.nty-hero_promo_swv {
  background: #0C0F16;
  overflow: hidden;
  border-radius: 14px;
  display: flex;
  position: relative;
  align-items: stretch;
  min-height: 13.75rem;
}
@media(min-width:768px) {.nty-hero_promo_swv {
  min-height: 17.5rem;
}
}.nty-hero_promo_bg_swv {
  background: linear-gradient(120deg,#0C1828 0%,#080B12 100%);
  background-position: center;
  inset: 0;
  position: absolute;
  background-size: cover;
}.nty-hero_promo_bg_swv::after {
  inset: 0;
  background: linear-gradient(90deg,#080B12 0%,rgba(4,6,12,0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.nty-hero_promo_glow_swv {
  background: radial-gradient(circle,rgba(42,106,158,0.22) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  top: -40px;
  height: 300px;
  right: 3.75rem;
  width: 300px;
}.nty-hero_promo_ct_swv {
  padding: 28px 1.5rem 1.75rem 1.75rem;
  position: relative;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  max-width: 480px;
  display: flex;
}
@media(min-width:768px) {.nty-hero_promo_ct_swv {
  padding: 2.5rem 2rem;
}
}.nty-hero_badge_swv {
  border: 1px solid rgba(78,195,247,0.06);
  border-radius: 20px;
  background: rgba(78,195,247,0.14);
  padding: 0.313rem 0.75rem;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #4EC3F7;
}.nty-hero_h1_swv {
  color: #E8F4FC;
  margin-bottom: 0.625rem;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 1.625rem;
  line-height: 1.15;
}.nty-hero_h1_swv em {
  font-style: normal;
  color: #E8A830;
}
@media(min-width: 769px) {.nty-hero_h1_swv {
  font-size: 2.25rem;
}
}.nty-hero_sub_swv {
  font-size: 13px;
  color: #7A96A8;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
@media(min-width: 769px) {.nty-hero_sub_swv {
  font-size: 14px;
}
}.nty-hero_row_swv {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.nty-hero_cta_swv {
  background: #2ECC8A;
  transition: background .2s;
  padding: 13px 1.625rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 0.875rem rgba(46,204,138,0.5), inset 0 1px 0 rgba(255,255,255,0.08);
  color: #04060C;
  font-weight: 700;
  font-size: 0.875rem;
}.nty-hero_cta_swv:hover {
  background: #3DDFA0;
}.nty-hero_terms_swv {
  font-size: 0.688rem;
  color: #3D5260;
}.nty-hero_game_swv {
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 0.875rem;
  overflow: hidden;
  background: #0C0F16;
  position: relative;
  flex-direction: column;
  display: flex;
}.nty-hero_game_badge_swv {
  border: 1px solid rgba(232,168,48,0.16);
  border-radius: 20px;
  padding: 0.313rem 0.625rem;
  background: rgba(232,168,48,0.16);
  position: absolute;
  z-index: 3;
  font-weight: 700;
  top: 0.75rem;
  color: #E8A830;
  text-transform: uppercase;
  letter-spacing: .06em;
  left: 0.75rem;
  font-size: 10px;
}.nty-hero_game_badge_swv svg {
  margin-right: 0.25rem;
  height: 0.688rem;
  width: 0.688rem;
  vertical-align: -1px;
}.nty-hero_game_img_swv {
  overflow: hidden;
  background: linear-gradient(135deg,#0C1828,#080B12);
  padding-bottom: 60%;
  position: relative;
}.nty-hero_game_img_swv img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.nty-hero_game_play_swv {
  inset: 0;
  background: rgba(4,6,12,0.72);
  transition: opacity .2s;
  justify-content: center;
  position: absolute;
  opacity: 0;
  display: flex;
  align-items: center;
}.nty-hero_game_swv:hover .nty-hero_game_play_swv {
  opacity: 1;
}.nty-hero_game_play_swv span {
  border-radius: 50%;
  background: #4EC3F7;
  width: 3.25rem;
  justify-content: center;
  height: 3.25rem;
  display: flex;
  align-items: center;
}.nty-hero_game_play_swv span svg {
  height: 1.125rem;
  width: 18px;
  margin-left: 2px;
}.nty-hero_game_info_swv {
  padding: 0.875rem 16px;
}.nty-hero_game_title_swv {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
  color: #E8F4FC;
}.nty-hero_game_provider_swv {
  font-size: 11px;
  color: #556678;
}.nty-hero_game_btn_swv {
  padding: 11px;
  transition: background .2s;
  background: #4EC3F7;
  border-radius: 0.5rem;
  margin: 0.75rem 16px 1rem;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
  color: #E8F4FC;
}.nty-hero_game_swv:hover .nty-hero_game_btn_swv {
  background: #7AD5FB;
}.nty-sbar_swv {
  padding: 16px 1rem 0;
  background: #080B12;
}
@media(min-width: 770px) {.nty-sbar_swv {
  padding: 1.125rem 24px 0;
}
}.nty-sbar_in_swv {
  margin: 0 auto;
  max-width: 1340px;
}.nty-sbar_row_swv {
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
  display: flex;
}.nty-sbar_input_swv {
  flex: 1;
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s;
  border-radius: 0.5rem;
  padding: 11px 16px;
  background: #0C0F16;
  align-items: center;
  display: flex;
  font-size: 0.813rem;
  color: #556678;
  cursor: pointer;
}.nty-sbar_input_swv:hover {
  border-color: rgba(78,195,247,0.38);
}.nty-sbar_input_swv svg {
  width: 0.938rem;
  flex-shrink: 0;
  stroke-linecap: round;
  height: 15px;
  stroke-linejoin: round;
}.nty-sbar_providers_swv {
  transition: border-color .2s;
  border-radius: 8px;
  padding: 0.688rem 18px;
  border: 1px solid rgba(255,255,255,0.09);
  background: #0C0F16;
  gap: 0.5rem;
  color: #B8CDD8;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.813rem;
  display: flex;
}.nty-sbar_providers_swv:hover {
  border-color: rgba(78,195,247,0.38);
  color: #E8F4FC;
}.nty-sbar_providers_swv svg {
  width: 14px;
  height: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.nty-sbar_tabs_swv {
  gap: 6px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}.nty-sbar_tabs_swv::-webkit-scrollbar {
  display: none;
}.nty-sbar_tab_swv {
  border-radius: 20px;
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255,255,255,0.05);
  gap: 0.438rem;
  padding: 8px 0.875rem;
  border: 1px solid rgba(255,255,255,0.05);
  flex-shrink: 0;
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
  align-items: center;
  display: flex;
  color: #7A96A8;
}.nty-sbar_tab_swv:hover {
  border-color: rgba(78,195,247,0.38);
  background: rgba(255,255,255,0.07);
  color: #E8F4FC;
}.nty-sbar_tab_swv.nty-state_active_swv {
  background: rgba(78,195,247,0.14);
  border-color: rgba(78,195,247,0.06);
  color: #E8F4FC;
}.nty-sbar_tab_ic_swv svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 14px;
  height: 14px;
}.nty-wy_swv {
  background: #080B12;
  padding: 2rem 16px 0;
}
@media(min-width: 766px) {.nty-wy_swv {
  padding: 2.5rem 24px 0;
}
}.nty-wy_in_swv {
  margin: 0 auto;
  max-width: 83.75rem;
}.nty-wy_head_swv {
  margin-bottom: 1.125rem;
  max-width: 720px;
}.nty-wy_label_swv {
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  color: #4EC3F7;
}.nty-wy_h2_swv {
  font-size: 20px;
  color: #E8F4FC;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 8px;
}
@media(min-width: 767px) {.nty-wy_h2_swv {
  font-size: 1.5rem;
}
}.nty-wy_intro_swv {
  margin: 0;
  color: #556678;
  line-height: 1.6;
  font-size: 13px;
}.nty-wy_grid_swv {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.nty-wy_grid_swv {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.nty-wy_grid_swv {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.nty-wy_card_swv {
  padding: 1.25rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s,transform .2s;
  background: #0F1219;
}.nty-wy_card_swv:hover {
  border-color: rgba(78,195,247,0.06);
  transform: translateY(-2px);
}.nty-wy_card_ic_swv {
  background: rgba(78,195,247,0.14);
  border-radius: 50%;
  justify-content: center;
  height: 2.75rem;
  margin-bottom: 0.875rem;
  align-items: center;
  display: flex;
  width: 44px;
  color: #4EC3F7;
}.nty-wy_card_ic_swv svg {
  stroke-linecap: round;
  width: 1.375rem;
  height: 1.375rem;
  stroke-linejoin: round;
}.nty-wy_card_h_swv {
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #E8F4FC;
  font-size: 15px;
}.nty-wy_card_p_swv {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #556678;
  line-height: 1.6;
}.nty-wy_card_p_swv strong {
  color: #B8CDD8;
  font-weight: 600;
}.nty-gcg_swv {
  background: #080B12;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.nty-gcg_swv {
  padding: 2.75rem 24px 0;
}
}.nty-gcg_in_swv {
  margin: 0 auto;
  max-width: 1340px;
}.nty-gcg_head_swv {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.nty-gcg_label_swv {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #4EC3F7;
}.nty-gcg_h2_swv {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #E8F4FC;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
}
@media(min-width: 767px) {.nty-gcg_h2_swv {
  font-size: 28px;
}
}.nty-gcg_intro_swv {
  font-size: 13px;
  line-height: 1.6;
  color: #556678;
}.nty-gcg_grid_swv {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.nty-gcg_grid_swv {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.nty-gcg_grid_swv {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.nty-gcg_card_swv {
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,0.09);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border-radius: 0.875rem;
  justify-content: flex-end;
  display: flex;
  position: relative;
  flex-direction: column;
  cursor: pointer;
  min-height: 240px;
}.nty-gcg_card_swv:hover {
  border-color: rgba(78,195,247,0.14);
  transform: translateY(-3px);
}.nty-gcg_card_bg_swv {
  inset: 0;
  position: absolute;
  z-index: 0;
}.nty-gcg_card_bg_swv::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.nty-gcg_card_ic_swv {
  border-radius: 5px;
  background: rgba(0,0,0,.45);
  display: flex;
  top: 1.125rem;
  right: 1.125rem;
  justify-content: center;
  height: 2.5rem;
  width: 40px;
  position: absolute;
  color: #E8F4FC;
  z-index: 2;
  align-items: center;
}.nty-gcg_card_ic_swv svg {
  width: 20px;
  height: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.nty-gcg_card_ct_swv {
  position: relative;
  z-index: 1;
}.nty-gcg_card_h_swv {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #E8F4FC;
  margin-bottom: 8px;
}
@media(min-width: 766px) {.nty-gcg_card_h_swv {
  font-size: 20px;
}
}.nty-gcg_card_p_swv {
  margin-bottom: 0.625rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 12px;
  color: rgba(255,255,255,.82);
}.nty-gcg_card_p_swv strong {
  font-weight: 600;
  color: #E8F4FC;
}.nty-gcg_card_cta_swv {
  gap: 0.25rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex;
  letter-spacing: .04em;
  color: #4EC3F7;
  align-items: center;
  font-size: 12px;
}.nty-gcg_card_cta_swv svg {
  stroke-linecap: round;
  width: 12px;
  height: 12px;
  stroke-linejoin: round;
}.nty-ws_swv {
  padding: 2rem 16px 0;
  background: #080B12;
}
@media(min-width: 767px) {.nty-ws_swv {
  padding: 2.25rem 24px 0;
}
}.nty-ws_in_swv {
  margin: 0 auto;
  max-width: 1340px;
}.nty-ws_head_swv {
  gap: 0.75rem;
  margin-bottom: 14px;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.nty-ws_title_swv {
  gap: 10px;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  color: #E8F4FC;
  align-items: center;
  display: flex;
}.nty-ws_title_ic_swv svg {
  stroke-linecap: round;
  height: 18px;
  color: #E8A830;
  stroke-linejoin: round;
  width: 1.125rem;
}.nty-ws_online_swv {
  gap: 0.438rem;
  color: #556678;
  font-size: 12px;
  display: flex;
  align-items: center;
  font-weight: 600;
}.nty-ws_online_dot_swv {
  background: #2ECC8A;
  border-radius: 50%;
  box-shadow: 0 0 0.375rem rgba(46,204,138,0.14);
  width: 0.5rem;
  flex-shrink: 0;
  height: 8px;
}.nty-ws_scroll_swv {
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
  display: flex;
}.nty-ws_scroll_swv::-webkit-scrollbar {
  display: none;
}.nty-wc_swv {
  background: #0C0F16;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 0.625rem 14px;
  gap: 10px;
  display: flex;
  min-width: 13.75rem;
  flex-shrink: 0;
  align-items: center;
}.nty-wc_img_swv {
  background: #0F1219;
  overflow: hidden;
  border-radius: 5px;
  width: 36px;
  height: 2.25rem;
  flex-shrink: 0;
}.nty-wc_img_swv img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.nty-wc_info_swv {
  min-width: 0;
}.nty-wc_game_swv {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  color: #B8CDD8;
  text-overflow: ellipsis;
  font-size: 12px;
}.nty-wc_player_swv {
  overflow: hidden;
  font-size: 0.625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3D5260;
}.nty-wc_amount_swv {
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  margin-left: auto;
  color: #2ECC8A;
  font-size: 0.813rem;
}.nty-app_swv {
  padding: 36px 1rem 0;
  background: #080B12;
}
@media(min-width: 769px) {.nty-app_swv {
  padding: 44px 1.5rem 0;
}
}.nty-app_in_swv {
  margin: 0 auto;
  max-width: 83.75rem;
}.nty-app_head_swv {
  margin-bottom: 16px;
}.nty-app_label_swv {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  color: #4EC3F7;
}.nty-app_h2_swv {
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #E8F4FC;
  font-weight: 800;
}
@media(min-width: 766px) {.nty-app_h2_swv {
  font-size: 1.5rem;
}
}.nty-app_sub_swv {
  max-width: 600px;
  line-height: 1.6;
  color: #556678;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.nty-app_sub_swv strong {
  font-weight: 700;
  color: #B8CDD8;
}.nty-app_cards_swv {
  gap: 0.625rem;
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.nty-app_cards_swv {
  grid-template-columns: repeat(3,1fr);
}
}.nty-app_card_swv {
  overflow: hidden;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}.nty-app_card_ios_swv {
  background: linear-gradient(135deg,rgba(78,195,247,0.14) 0%,#0F1219 100%);
}.nty-app_card_android_swv {
  background: linear-gradient(135deg,rgba(46,204,138,0.14) 0%,#0F1219 100%);
}.nty-app_card_win_swv {
  background: linear-gradient(135deg,rgba(232,168,48,0.16) 0%,#0F1219 100%);
}.nty-app_card_ic_swv svg {
  width: 34px;
  height: 2.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.nty-app_card_ic_swv {
  flex-shrink: 0;
  color: #E8F4FC;
}.nty-app_card_os_swv {
  text-transform: uppercase;
  font-size: 0.625rem;
  margin-bottom: 6px;
  color: #556678;
  letter-spacing: .08em;
  font-weight: 700;
}.nty-app_card_title_swv {
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #E8F4FC;
}.nty-app_card_text_swv {
  overflow-wrap: break-word;
  line-height: 1.5;
  margin-bottom: 14px;
  color: #556678;
  font-size: 0.75rem;
}.nty-app_card_btn_swv {
  transition: background .2s;
  background: rgba(255,255,255,0.12);
  gap: 7px;
  border: 1px solid rgba(78,195,247,0.38);
  padding: 0.625rem 1.125rem;
  border-radius: 0.313rem;
  color: #E8F4FC;
  font-weight: 700;
  display: inline-flex;
  font-size: 0.813rem;
  align-items: center;
}.nty-app_card_btn_swv:hover {
  background: rgba(255,255,255,0.07);
}.nty-bon_swv {
  background: #080B12;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.nty-bon_swv {
  padding: 44px 1.5rem 0;
}
}.nty-bon_in_swv {
  margin: 0 auto;
  max-width: 83.75rem;
}.nty-bon_head_swv {
  margin-bottom: 1.25rem;
}.nty-bon_label_swv {
  text-transform: uppercase;
  color: #4EC3F7;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: .08em;
}.nty-bon_h2_swv {
  color: #E8F4FC;
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 771px) {.nty-bon_h2_swv {
  font-size: 1.5rem;
}
}.nty-bon_seo_swv {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #556678;
  line-height: 1.6;
  max-width: 38.75rem;
}.nty-bon_seo_swv strong {
  color: #B8CDD8;
  font-weight: 700;
}.nty-bon_seo_swv a {
  text-decoration: underline;
  color: #4EC3F7;
}.nty-bon_grid_swv {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.nty-bon_grid_swv {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.nty-bon_grid_swv {
  grid-template-columns: repeat(5,1fr);
}
}.nty-bon_card_swv {
  background: #0C0F16;
  padding: 16px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s,transform .2s;
}.nty-bon_card_swv:hover {
  border-color: rgba(78,195,247,0.06);
  transform: translateY(-2px);
}.nty-bon_card_ic_swv svg {
  stroke-linecap: round;
  width: 1.625rem;
  height: 26px;
  stroke-linejoin: round;
}.nty-bon_card_ic_swv {
  margin-bottom: 10px;
}.nty-bon_card_type_swv {
  color: #556678;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .06em;
}.nty-bon_card_amount_swv {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  color: #E8A830;
  margin-bottom: 0.375rem;
}.nty-bon_card_name_swv {
  color: #E8F4FC;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 13px;
  overflow-wrap: break-word;
}.nty-bon_card_detail_swv {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  padding-top: 0.5rem;
  color: #3D5260;
  line-height: 1.5;
  font-size: 11px;
}.nty-prov_swv {
  padding: 36px 1rem 0;
  background: #080B12;
}
@media(min-width: 766px) {.nty-prov_swv {
  padding: 44px 1.5rem 0;
}
}.nty-prov_in_swv {
  margin: 0 auto;
  max-width: 83.75rem;
}.nty-prov_head_swv {
  margin-bottom: 16px;
}.nty-prov_label_swv {
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #4EC3F7;
}.nty-prov_h2_swv {
  margin-bottom: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  color: #E8F4FC;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 771px) {.nty-prov_h2_swv {
  font-size: 24px;
}
}.nty-prov_seo_swv {
  color: #556678;
  overflow-wrap: break-word;
  margin-bottom: 1rem;
  line-height: 1.6;
  max-width: 38.75rem;
  font-size: 0.813rem;
}.nty-prov_seo_swv strong {
  color: #B8CDD8;
  font-weight: 700;
}.nty-prov_seo_swv a {
  color: #4EC3F7;
  text-decoration: underline;
}.nty-prov_grid_swv {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 642px) {.nty-prov_grid_swv {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.nty-prov_grid_swv {
  grid-template-columns: repeat(8,1fr);
}
}.nty-prov_card_swv {
  border: 1px solid rgba(255,255,255,0.09);
  background: #0C0F16;
  transition: border-color .2s,background .2s;
  border-radius: 0.5rem;
  gap: 0.438rem;
  padding: 14px 0.625rem;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}.nty-prov_card_swv:hover {
  border-color: rgba(78,195,247,0.38);
  background: #0F1219;
}.nty-prov_logo_swv {
  overflow: hidden;
  border-radius: 5px;
  background: rgba(255,255,255,0.05);
  width: 44px;
  align-items: center;
  display: flex;
  height: 2.75rem;
  justify-content: center;
}.nty-prov_logo_swv img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.nty-prov_name_swv {
  text-align: center;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7A96A8;
}.nty-reg_swv {
  padding: 36px 16px 0;
  background: #080B12;
}
@media(min-width: 767px) {.nty-reg_swv {
  padding: 44px 24px 0;
}
}.nty-reg_in_swv {
  background: #0F1219;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.05);
  padding: 1.75rem 24px;
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 766px) {.nty-reg_in_swv {
  padding: 40px;
}
}.nty-reg_top_swv {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 858px) {.nty-reg_top_swv {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.nty-reg_label_swv {
  color: #4EC3F7;
  margin-bottom: 10px;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.nty-reg_h2_swv {
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 1.2;
  color: #E8F4FC;
  margin-bottom: 0.75rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.nty-reg_h2_swv {
  font-size: 1.75rem;
}
}.nty-reg_bonus_swv {
  gap: 8px;
  border-radius: 0.5rem;
  background: rgba(232,168,48,0.16);
  padding: 10px 1rem;
  border: 1px solid rgba(232,168,48,0.16);
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.nty-reg_bonus_amount_swv {
  color: #E8A830;
  font-weight: 800;
  font-size: 1.25rem;
}.nty-reg_bonus_text_swv {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #7A96A8;
}.nty-reg_cta_btn_swv {
  padding: 0.875rem 32px;
  background: #2ECC8A;
  transition: background .2s;
  border-radius: 0.5rem;
  font-size: 15px;
  color: #04060C;
  display: inline-block;
  margin-bottom: 0.75rem;
  font-weight: 700;
  box-shadow: 0 2px 14px rgba(46,204,138,0.5), inset 0 1px 0 rgba(255,255,255,0.08);
}.nty-reg_cta_btn_swv:hover {
  background: #3DDFA0;
}.nty-reg_terms_swv {
  color: #3D5260;
  line-height: 1.5;
  font-size: 11px;
}.nty-reg_seo_swv {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #556678;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-top: 1.25rem;
  padding-top: 20px;
}.nty-reg_seo_swv p {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 10px;
  color: #556678;
}.nty-reg_seo_swv p:last-child {
  margin-bottom: 0;
}.nty-reg_seo_swv strong {
  color: #B8CDD8;
  font-weight: 700;
}.nty-reg_seo_swv a {
  transition: color .2s;
  text-decoration: underline;
  color: #4EC3F7;
}.nty-reg_seo_swv a:hover {
  color: #7AD5FB;
}.nty-reg_seo_swv ul,.nty-reg_seo_swv ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.nty-reg_seo_swv ol {
  list-style: decimal;
}.nty-reg_seo_swv li {
  color: #556678;
  margin-bottom: 0.25rem;
  font-size: 13px;
  line-height: 1.65;
}.nty-reg_seo_swv table {
  width: 100%;
  display: block;
  margin-bottom: 0.625rem;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 13px;
}
@media(min-width: 766px) {.nty-reg_seo_swv table {
  display: table;
}
}.nty-reg_seo_swv th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 8px;
  font-weight: 700;
  color: #B8CDD8;
  text-align: left;
}.nty-reg_seo_swv td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 8px;
  color: #556678;
}.nty-reg_steps_swv {
  gap: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media(min-width: 861px) {.nty-reg_steps_swv {
  margin-top: 0;
}
}.nty-reg_step_swv {
  border-radius: 0.5rem;
  padding: 16px;
  gap: 0.875rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.nty-reg_step_num_swv {
  border: 1px solid rgba(78,195,247,0.06);
  border-radius: 50%;
  background: rgba(78,195,247,0.14);
  align-items: center;
  color: #4EC3F7;
  font-size: 14px;
  height: 34px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 2.125rem;
  font-weight: 800;
}.nty-reg_step_title_swv {
  color: #E8F4FC;
  font-size: 0.875rem;
  margin-bottom: 3px;
  font-weight: 700;
}.nty-reg_step_text_swv {
  color: #556678;
  line-height: 1.5;
  font-size: 0.75rem;
}.nty-reg_trust_swv {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.625rem;
  margin-top: 1.25rem;
  display: flex;
  padding-top: 20px;
  flex-wrap: wrap;
}.nty-reg_trust_item_swv {
  gap: 7px;
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #556678;
}.nty-reg_trust_ic_swv svg {
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #4EC3F7;
}.nty-faq_swv {
  background: #080B12;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.nty-faq_swv {
  padding: 44px 24px 0;
}
}.nty-faq_in_swv {
  margin: 0 auto;
  max-width: 1340px;
}.nty-faq_head_swv {
  margin-bottom: 1.25rem;
}.nty-faq_label_swv {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  color: #4EC3F7;
  font-size: 0.688rem;
  text-transform: uppercase;
}.nty-faq_h2_swv {
  overflow-wrap: break-word;
  color: #E8F4FC;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
}
@media(min-width:768px) {.nty-faq_h2_swv {
  font-size: 24px;
}
}.nty-faq_list_swv {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.nty-faq_item_swv {
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.5rem;
  overflow: hidden;
  background: #0F1219;
}.nty-faq_q_swv {
  padding: 1rem 1.25rem;
  transition: color .2s;
  gap: 0.75rem;
  align-items: center;
  color: #B8CDD8;
  justify-content: space-between;
  cursor: pointer;
  overflow-wrap: break-word;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
}.nty-faq_q_swv:hover {
  color: #E8F4FC;
}.nty-faq_q_ic_swv {
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  height: 1.5rem;
  color: #4EC3F7;
  display: flex;
  font-size: 16px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
}.nty-faq_item_swv.nty-state_open_swv .nty-faq_q_ic_swv {
  transform: rotate(45deg);
}.nty-faq_a_swv {
  padding: 0 1.25rem 16px;
  display: none;
  font-size: 0.813rem;
  line-height: 1.7;
  overflow-wrap: break-word;
  color: #556678;
}.nty-faq_item_swv.nty-state_open_swv .nty-faq_a_swv {
  display: block;
}.nty-faq_a_swv strong {
  font-weight: 700;
  color: #B8CDD8;
}.nty-faq_a_swv a {
  color: #4EC3F7;
  text-decoration: underline;
}.nty-faq_a_swv ul,.nty-faq_a_swv ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.nty-faq_a_swv ol {
  list-style: decimal;
}.nty-faq_a_swv li {
  margin-bottom: 4px;
  line-height: 1.6;
}.nty-faq_a_swv table {
  margin: 0.5rem 0;
  display: block;
  border-collapse: collapse;
  font-size: 0.75rem;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 769px) {.nty-faq_a_swv table {
  display: table;
}
}.nty-faq_a_swv th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #B8CDD8;
  text-align: left;
  font-weight: 700;
}.nty-faq_a_swv td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #556678;
}.nty-seo_swv {
  padding: 2.25rem 16px 0;
  background: #080B12;
}
@media(min-width: 769px) {.nty-seo_swv {
  padding: 2.75rem 24px 0;
}
}.nty-seo_in_swv {
  background: #0F1219;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255,255,255,0.09);
  margin: 0 auto;
  border-radius: 0.875rem;
  max-width: 83.75rem;
}
@media(min-width:768px) {.nty-seo_in_swv {
  padding: 36px 40px;
}
}.nty-seo_label_swv {
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-weight: 700;
  color: #4EC3F7;
  text-transform: uppercase;
  font-size: 0.688rem;
}.nty-seo_h2_swv {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  color: #E8F4FC;
  line-height: 1.25;
}
@media(min-width: 766px) {.nty-seo_h2_swv {
  font-size: 24px;
}
}.nty-seo_body_swv {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #7A96A8;
}.nty-seo_body_swv p {
  color: #7A96A8;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 0.875rem;
}.nty-seo_body_swv p:last-child {
  margin-bottom: 0;
}.nty-seo_body_swv strong {
  color: #B8CDD8;
  font-weight: 700;
}.nty-seo_body_swv a {
  transition: color .2s;
  text-decoration: underline;
  color: #4EC3F7;
}.nty-seo_body_swv a:hover {
  color: #7AD5FB;
}.nty-seo_body_swv ul,.nty-seo_body_swv ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.nty-seo_body_swv ol {
  list-style: decimal;
}.nty-seo_body_swv li {
  font-size: 14px;
  margin-bottom: 0.375rem;
  color: #7A96A8;
  line-height: 1.75;
}.nty-seo_body_swv table {
  display: block;
  font-size: 13px;
  margin-bottom: 12px;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 767px) {.nty-seo_body_swv table {
  display: table;
}
}.nty-seo_body_swv th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #B8CDD8;
  text-align: left;
}.nty-seo_body_swv td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #7A96A8;
}.nty-seo_cols_swv {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width:640px) {.nty-seo_cols_swv {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.nty-seo_cols_swv {
  grid-template-columns: repeat(3,1fr);
}
}.nty-seo_col_h_swv {
  font-size: 13px;
  color: #B8CDD8;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.nty-seo_col_p_swv {
  color: #556678;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
}.nty-seo_stats_swv {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.nty-seo_stat_swv {
  padding: 0.875rem 1rem;
  border: 1px solid rgba(78,195,247,0.14);
  background: rgba(78,195,247,0.06);
  flex: 1;
  border-radius: 8px;
  min-width: 8.75rem;
}.nty-seo_stat_val_swv {
  font-weight: 800;
  color: #4EC3F7;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.nty-seo_stat_lb_swv {
  overflow-wrap: break-word;
  color: #556678;
  font-size: 0.688rem;
}.nty-seo_swv {
  background: #080B12;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.nty-seo_swv {
  padding: 44px 1.5rem 0;
}
}.nty-seo_in_swv {
  border: 1px solid rgba(255,255,255,0.09);
  padding: 28px 1.5rem;
  border-radius: 0.875rem;
  background: #0F1219;
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 769px) {.nty-seo_in_swv {
  padding: 36px 2.5rem;
}
}.nty-seo_label_swv {
  margin-bottom: 10px;
  color: #4EC3F7;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.nty-seo_h2_swv {
  line-height: 1.25;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #E8F4FC;
}
@media(min-width: 766px) {.nty-seo_h2_swv {
  font-size: 1.5rem;
}
}.nty-seo_body_swv {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
  color: #7A96A8;
}.nty-seo_body_swv p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #7A96A8;
}.nty-seo_body_swv p:last-child {
  margin-bottom: 0;
}.nty-seo_body_swv strong {
  color: #B8CDD8;
  font-weight: 700;
}.nty-seo_body_swv a {
  transition: color .2s;
  color: #4EC3F7;
  text-decoration: underline;
}.nty-seo_body_swv a:hover {
  color: #7AD5FB;
}.nty-seo_body_swv ul,.nty-seo_body_swv ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.nty-seo_body_swv ol {
  list-style: decimal;
}.nty-seo_body_swv li {
  line-height: 1.75;
  color: #7A96A8;
  margin-bottom: 6px;
  font-size: 0.875rem;
}.nty-seo_body_swv table {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 13px;
}
@media(min-width:768px) {.nty-seo_body_swv table {
  display: table;
}
}.nty-seo_body_swv th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #B8CDD8;
}.nty-seo_body_swv td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #7A96A8;
}.nty-seo_cols_swv {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.nty-seo_cols_swv {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.nty-seo_cols_swv {
  grid-template-columns: repeat(3,1fr);
}
}.nty-seo_col_h_swv {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  color: #B8CDD8;
  font-weight: 700;
}.nty-seo_col_p_swv {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #556678;
}.nty-seo_stats_swv {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.nty-seo_stat_swv {
  border-radius: 8px;
  background: rgba(78,195,247,0.06);
  border: 1px solid rgba(78,195,247,0.14);
  flex: 1;
  padding: 14px 16px;
  min-width: 8.75rem;
}.nty-seo_stat_val_swv {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 4px;
  color: #4EC3F7;
}.nty-seo_stat_lb_swv {
  color: #556678;
  overflow-wrap: break-word;
  font-size: 11px;
}.nty-seo_swv {
  background: #080B12;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.nty-seo_swv {
  padding: 2.75rem 24px 0;
}
}.nty-seo_in_swv {
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 1.75rem 24px;
  background: #0F1219;
  border-radius: 0.875rem;
  max-width: 83.75rem;
}
@media(min-width:768px) {.nty-seo_in_swv {
  padding: 36px 40px;
}
}.nty-seo_label_swv {
  font-size: 11px;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #4EC3F7;
  letter-spacing: .08em;
}.nty-seo_h2_swv {
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #E8F4FC;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.25;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 766px) {.nty-seo_h2_swv {
  font-size: 24px;
}
}.nty-seo_body_swv {
  color: #7A96A8;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.nty-seo_body_swv p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #7A96A8;
  line-height: 1.75;
}.nty-seo_body_swv p:last-child {
  margin-bottom: 0;
}.nty-seo_body_swv strong {
  font-weight: 700;
  color: #B8CDD8;
}.nty-seo_body_swv a {
  transition: color .2s;
  color: #4EC3F7;
  text-decoration: underline;
}.nty-seo_body_swv a:hover {
  color: #7AD5FB;
}.nty-seo_body_swv ul,.nty-seo_body_swv ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.nty-seo_body_swv ol {
  list-style: decimal;
}.nty-seo_body_swv li {
  font-size: 14px;
  line-height: 1.75;
  color: #7A96A8;
  margin-bottom: 0.375rem;
}.nty-seo_body_swv table {
  margin-bottom: 0.75rem;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 13px;
  display: block;
}
@media(min-width: 769px) {.nty-seo_body_swv table {
  display: table;
}
}.nty-seo_body_swv th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  color: #B8CDD8;
  text-align: left;
  font-weight: 700;
}.nty-seo_body_swv td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7A96A8;
}.nty-seo_cols_swv {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 639px) {.nty-seo_cols_swv {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.nty-seo_cols_swv {
  grid-template-columns: repeat(3,1fr);
}
}.nty-seo_col_h_swv {
  overflow-wrap: break-word;
  color: #B8CDD8;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 7px;
}.nty-seo_col_p_swv {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #556678;
  overflow-wrap: break-word;
}.nty-seo_stats_swv {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.nty-seo_stat_swv {
  padding: 0.875rem 16px;
  background: rgba(78,195,247,0.06);
  flex: 1;
  border-radius: 8px;
  border: 1px solid rgba(78,195,247,0.14);
  min-width: 140px;
}.nty-seo_stat_val_swv {
  font-weight: 800;
  color: #4EC3F7;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.nty-seo_stat_lb_swv {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #556678;
}.nty-ft_swv {
  background: #04060C;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 3rem;
}.nty-ft_support_swv {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width:768px) {.nty-ft_support_swv {
  padding: 28px 24px;
}
}.nty-ft_support_in_swv {
  margin: 0 auto;
  gap: 16px;
  max-width: 1340px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.nty-ft_support_main_swv {
  gap: 16px;
  flex: 1;
  align-items: center;
  min-width: 220px;
  flex-wrap: wrap;
  display: flex;
}.nty-ft_support_ic_swv {
  color: #4EC3F7;
  flex-shrink: 0;
}.nty-ft_support_ic_swv svg {
  stroke-linecap: round;
  width: 30px;
  stroke-linejoin: round;
  height: 1.875rem;
}.nty-ft_support_text_title_swv {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  color: #E8F4FC;
}.nty-ft_support_text_sub_swv {
  overflow-wrap: break-word;
  color: #556678;
  font-size: 0.75rem;
}.nty-ft_support_btn_swv {
  padding: 0.688rem 1.375rem;
  transition: background .2s;
  background: #4EC3F7;
  border-radius: 0.5rem;
  flex-shrink: 0;
  font-weight: 700;
  color: #E8F4FC;
  font-size: 0.813rem;
  white-space: nowrap;
}.nty-ft_support_btn_swv:hover {
  background: #7AD5FB;
}.nty-ft_support_contacts_swv {
  gap: 1rem;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.nty-ft_support_contact_swv {
  font-size: 12px;
  color: #3D5260;
  line-height: 1.4;
}.nty-ft_support_contact_swv strong {
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 0.688rem;
  color: #7A96A8;
}.nty-ft_main_swv {
  padding: 2rem 1rem 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 766px) {.nty-ft_main_swv {
  padding: 40px 24px 32px;
}
}.nty-ft_main_in_swv {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 1340px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.nty-ft_main_in_swv {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.nty-ft_main_in_swv {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.nty-ft_col_logo_swv {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.nty-ft_col_logo_swv {
  grid-column: auto;
}
}.nty-ft_logo_swv {
  gap: 0.563rem;
  font-weight: 800;
  align-items: center;
  margin-bottom: 12px;
  color: #E8F4FC;
  font-size: 1rem;
  flex-wrap: wrap;
  display: flex;
  overflow-wrap: break-word;
}.nty-ft_logo_mark_swv {
  overflow: hidden;
  border-radius: 5px;
  height: 1.875rem;
  width: 1.875rem;
}.nty-ft_logo_mark_swv img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.nty-ft_logo_sub_swv {
  line-height: 1.55;
  font-size: 12px;
  max-width: 12.5rem;
  overflow-wrap: break-word;
  color: #3D5260;
}.nty-ft_col_title_swv {
  letter-spacing: .07em;
  color: #7A96A8;
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}.nty-ft_col_links_swv {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.nty-ft_col_link_swv {
  transition: color .2s;
  color: #3D5260;
  overflow-wrap: break-word;
  font-size: 13px;
}.nty-ft_col_link_swv:hover {
  color: #B8CDD8;
}.nty-ft_apps_swv {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.nty-ft_app_card_swv {
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  border-radius: 5px;
  gap: 0.625rem;
  border: 1px solid rgba(255,255,255,0.09);
  align-items: center;
  display: flex;
}.nty-ft_app_card_swv:hover {
  border-color: rgba(78,195,247,0.38);
}.nty-ft_app_card_ic_swv svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 22px;
  width: 22px;
}.nty-ft_app_card_os_swv {
  font-weight: 600;
  color: #3D5260;
  font-size: 10px;
}.nty-ft_app_card_action_swv {
  color: #B8CDD8;
  font-weight: 700;
  font-size: 0.75rem;
}.nty-ft_bot_swv {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.nty-ft_bot_swv {
  padding: 20px 24px;
}
}.nty-ft_bot_in_swv {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  max-width: 83.75rem;
  flex-wrap: wrap;
  align-items: center;
}.nty-ft_socials_swv {
  gap: 8px;
  display: flex;
}.nty-ft_soc_swv {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  transition: background .2s;
  border-radius: 5px;
  justify-content: center;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  color: #7A96A8;
}.nty-ft_soc_swv svg {
  height: 16px;
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.nty-ft_soc_swv:hover {
  background: rgba(255,255,255,0.07);
}.nty-ft_legal_swv {
  flex: 1;
  overflow-wrap: break-word;
  min-width: 200px;
  font-size: 0.688rem;
  color: #4A6070;
  line-height: 1.6;
}.nty-ft_legal_swv strong {
  font-weight: 700;
  color: #7A96A8;
}.nty-ft_legal_swv a {
  color: #7A96A8;
  text-decoration: underline;
}.nty-ft_age_swv {
  border: 2px solid #4A6070;
  border-radius: 50%;
  width: 32px;
  flex-shrink: 0;
  margin-left: auto;
  height: 2rem;
  justify-content: center;
  align-items: center;
  color: #4A6070;
  font-size: 11px;
  display: flex;
  font-weight: 800;
}