*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #070B18;
  -webkit-font-smoothing: antialiased;
  color: #C8C5DE;
  line-height: 1.6;
  font-family: 'DM Sans', sans-serif;
  min-height: 100vh;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  text-decoration: none;
  color: inherit;
}button {
  border: none;
  font: inherit;
  background: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.uef_layout-n9c {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.uef_page-n9c {
  min-height: 100vh;
  display: flex;
}.uef_main-n9c {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media(min-width: 1081px) {.uef_main-n9c {
  padding-left: 220px;
}
}
@media(max-width:1079px) {.uef_main-n9c {
  padding-bottom: 72px;
}
}.uef_gc-n9c {
  background: #0B1120;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border-radius: 0.625rem;
  cursor: pointer;
  flex-shrink: 0;
  width: 8.75rem;
  position: relative;
}
@media(min-width: 639px) {.uef_gc-n9c {
  width: 156px;
}
}
@media(min-width:1080px) {.uef_gc-n9c {
  width: 10.5rem;
}
}.uef_gc-n9c:hover {
  transform: translateY(-3px);
  border-color: rgba(79, 163, 247, 0.07);
}.uef_gc_img-n9c {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.uef_gc_img-n9c img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.uef_gc_hover-n9c {
  background: rgba(4, 7, 16, 0.74);
  transition: opacity .2s;
  inset: 0;
  opacity: 0;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}.uef_gc-n9c:hover .uef_gc_hover-n9c {
  opacity: 1;
}.uef_gc_hover_btn-n9c {
  padding: 8px 16px;
  border-radius: 0.375rem;
  background: #4FA3F7;
  font-size: 0.75rem;
  font-weight: 700;
  color: #F0EDFF;
}.uef_gc_info-n9c {
  padding: 0.5rem 0.625rem 10px;
}.uef_gc_name-n9c {
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  font-size: 0.75rem;
  margin-bottom: 3px;
  color: #C8C5DE;
  font-weight: 600;
  text-overflow: ellipsis;
}.uef_gc_prov-n9c {
  font-size: 10px;
  color: #545070;
}.uef_gc_tag-n9c {
  border-radius: 4px;
  padding: 2px 7px;
  text-transform: uppercase;
  z-index: 2;
  left: 0.375rem;
  letter-spacing: .04em;
  font-weight: 700;
  font-size: 9px;
  top: 6px;
  position: absolute;
}.uef_gc_tag_hot-n9c {
  background: #E5414F;
  color: #fff;
}.uef_gc_tag_new-n9c {
  background: #2EC97A;
  color: #070B18;
}.uef_gc_tag_jp-n9c {
  background: #C9A84C;
  color: #070B18;
}.uef_gc_tag_ex-n9c {
  background: #3D2FAA;
  color: #fff;
}.uef_gc_tag_live-n9c {
  background: #E5414F;
  color: #fff;
}.uef_gr-n9c {
  background: #070B18;
  padding: 32px 1rem 0;
}
@media(min-width: 770px) {.uef_gr-n9c {
  padding: 2.25rem 1.5rem 0;
}
}.uef_gr_in-n9c {
  margin: 0 auto;
  max-width: 1320px;
}.uef_gr_head-n9c {
  gap: 12px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.uef_gr_head_l-n9c {
  gap: 10px;
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}.uef_gr_ic-n9c {
  border-radius: 10px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 32px;
  height: 2rem;
  align-items: center;
}.uef_gr_ic-n9c svg {
  width: 16px;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.uef_gr_title-n9c {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F0EDFF;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
}
@media(min-width: 767px) {.uef_gr_title-n9c {
  font-size: 18px;
}
}.uef_gr_more-n9c {
  gap: 5px;
  transition: color .2s;
  font-weight: 600;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  color: #6B6690;
  display: flex;
  font-size: 12px;
}.uef_gr_more-n9c:hover {
  color: #4FA3F7;
}.uef_gr_more-n9c svg {
  width: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
}.uef_gr_arrows-n9c {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.uef_gr_arr-n9c {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 6px;
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9691B4;
  height: 1.875rem;
}.uef_gr_arr-n9c:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0EDFF;
}.uef_gr_arr-n9c svg {
  height: 13px;
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.uef_gr_seo_h-n9c {
  margin: 0 0 6px;
  font-weight: 700;
  max-width: 42.5rem;
  color: #C8C5DE;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
}
@media(min-width: 766px) {.uef_gr_seo_h-n9c {
  font-size: 14px;
}
}.uef_gr_seo-n9c {
  margin-bottom: 12px;
  line-height: 1.55;
  color: #6B6690;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.uef_gr_seo-n9c strong {
  color: #C8C5DE;
  font-weight: 600;
}.uef_gr_scroll-n9c {
  gap: 10px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  display: flex;
  padding-bottom: 10px;
}.uef_gr_scroll-n9c::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.uef_gr_scroll-n9c {
  gap: 12px;
}
}.uef_tb-n9c {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #070B18;
  z-index: 80;
  position: fixed;
  display: flex;
  left: 0;
  align-items: center;
  right: 0;
  height: 3.5rem;
  top: 0;
}.uef_tb_in-n9c {
  padding: 0 0.875rem;
  gap: 0;
  align-items: center;
  height: 100%;
  display: flex;
  width: 100%;
}.uef_tb_burger-n9c {
  border-radius: 0.625rem;
  gap: 5px;
  flex-shrink: 0;
  align-items: center;
  height: 2.375rem;
  width: 38px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-right: 0.5rem;
}.uef_tb_burger-n9c:hover {
  background: rgba(255, 255, 255, 0.05);
}.uef_tb_burger_line-n9c {
  background: #9691B4;
  border-radius: 1px;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width: 1083px) {.uef_tb_burger-n9c {
  display: none;
}
}.uef_tb_logo-n9c {
  gap: 0.563rem;
  letter-spacing: -.01em;
  flex-shrink: 0;
  color: #F0EDFF;
  font-weight: 800;
  font-size: 18px;
  align-items: center;
  overflow-wrap: break-word;
  margin-right: 20px;
  display: flex;
}.uef_tb_logo_mark-n9c {
  border-radius: 10px;
  overflow: hidden;
  height: 2rem;
  align-items: center;
  justify-content: center;
  width: 2rem;
  display: flex;
}.uef_tb_logo_mark-n9c img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.uef_tb_nav-n9c {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 642px) {.uef_tb_nav-n9c {
  display: flex;
}
}.uef_tb_tab-n9c {
  border-radius: 0.625rem;
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  font-size: 0.813rem;
  color: #9691B4;
  white-space: nowrap;
  font-weight: 600;
}.uef_tb_tab-n9c:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EDFF;
}.uef_tb_tab-n9c.uef_state_active-n9c {
  background: rgba(79, 163, 247, 0.15);
  color: #F0EDFF;
}.uef_tb_right-n9c {
  gap: 0.5rem;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
}.uef_tb_login-n9c {
  padding: 0.563rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  font-size: 13px;
  color: #C8C5DE;
  font-weight: 600;
  display: none;
}.uef_tb_login-n9c:hover {
  border-color: rgba(79, 163, 247, 0.42);
  color: #F0EDFF;
}
@media(min-width: 481px) {.uef_tb_login-n9c {
  display: block;
}
}.uef_tb_reg-n9c {
  transition: background .2s;
  padding: 9px 1.125rem;
  background: #2EC97A;
  border-radius: 0.625rem;
  font-size: 0.813rem;
  color: #080E1E;
  font-weight: 700;
  white-space: nowrap;
}.uef_tb_reg-n9c:hover {
  background: #3DDBA0;
}.uef_sb-n9c {
  transform: translateX(-100%);
  background: #0F1628;
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  position: fixed;
  z-index: 70;
  overflow-y: auto;
  top: 56px;
  width: 13.75rem;
  bottom: 0;
  left: 0;
}.uef_sb-n9c.uef_state_open-n9c {
  transform: translateX(0);
}.uef_sb-n9c::-webkit-scrollbar {
  width: 0.25rem;
}.uef_sb-n9c::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1082px) {.uef_sb-n9c {
  transform: translateX(0);
}
}.uef_sb_auth-n9c {
  padding: 0.875rem 0.75rem 0.625rem;
}.uef_sb_btn_reg-n9c {
  padding: 11px;
  transition: background .2s;
  background: #2EC97A;
  border-radius: 0.625rem;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  display: block;
  color: #080E1E;
}.uef_sb_btn_reg-n9c:hover {
  background: #3DDBA0;
}.uef_sb_btn_login-n9c {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  padding: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  font-weight: 600;
  display: block;
  font-size: 13px;
  color: #C8C5DE;
  text-align: center;
}.uef_sb_btn_login-n9c:hover {
  border-color: rgba(79, 163, 247, 0.42);
  color: #F0EDFF;
}.uef_sb_promo-n9c {
  border: 1px solid rgba(79, 163, 247, 0.15);
  margin: 0 12px 10px;
  overflow: hidden;
  padding: 0.75rem 14px;
  background: linear-gradient(135deg,#0D1A3A,#0F1628);
  border-radius: 0.625rem;
  position: relative;
}.uef_sb_promo-n9c::before {
  background: radial-gradient(circle,rgba(79, 163, 247, 0.15),transparent 70%);
  border-radius: 50%;
  right: -1.25rem;
  content: '';
  position: absolute;
  width: 80px;
  top: -1.25rem;
  height: 5rem;
}.uef_sb_promo_title-n9c {
  letter-spacing: .06em;
  color: #4FA3F7;
  margin-bottom: 4px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
}.uef_sb_promo_text-n9c {
  line-height: 1.35;
  font-size: 12px;
  color: #F0EDFF;
  overflow-wrap: break-word;
  font-weight: 600;
}.uef_sb_promo_sub-n9c {
  color: #6B6690;
  font-size: 0.625rem;
  margin-top: 3px;
}.uef_sb_nav-n9c {
  padding: 0.375rem 0.5rem 16px;
}.uef_sb_nav_lb-n9c {
  padding: 10px 0.5rem 0.375rem;
  text-transform: uppercase;
  color: #545070;
  font-size: 10px;
  letter-spacing: .08em;
  font-weight: 700;
}.uef_sb_link-n9c {
  gap: 10px;
  padding: 0.563rem 10px;
  border-radius: 6px;
  transition: background .15s,color .15s;
  font-size: 0.813rem;
  align-items: center;
  overflow-wrap: break-word;
  color: #9691B4;
  cursor: pointer;
  font-weight: 500;
  display: flex;
}.uef_sb_link-n9c:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EDFF;
}.uef_sb_link-n9c.uef_state_active-n9c {
  background: rgba(79, 163, 247, 0.15);
  color: #F0EDFF;
}.uef_sb_ic-n9c {
  border-radius: 0.375rem;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  height: 30px;
  width: 1.875rem;
}.uef_sb_ic-n9c svg {
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
}.uef_sb_ic_1-n9c {
  background: rgba(79, 163, 247, 0.07);
  color: #4FA3F7;
}.uef_sb_ic_2-n9c {
  background: rgba(46, 201, 122, 0.15);
  color: #2EC97A;
}.uef_sb_ic_3-n9c {
  background: rgba(201, 168, 76, 0.16);
  color: #C9A84C;
}.uef_sb_ic_4-n9c {
  background: rgba(61, 47, 170, 0.22);
  color: #3D2FAA;
}.uef_sb_ic_5-n9c {
  background: rgba(79, 163, 247, 0.07);
  color: #E8558A;
}.uef_sb_ic_6-n9c {
  background: rgba(61, 47, 170, 0.22);
  color: #7B4FD4;
}.uef_sb_badge-n9c {
  border-radius: 6px;
  background: #C9A84C;
  padding: 2px 7px;
  font-size: 0.563rem;
  color: #080E1E;
  font-weight: 700;
  margin-left: auto;
}.uef_sb_bot-n9c {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  padding: 0.75rem;
  display: flex;
}.uef_sb_lang-n9c,.uef_sb_help-n9c {
  flex: 1;
  gap: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.563rem 0.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9691B4;
  font-size: 11px;
  font-weight: 600;
}.uef_sb_lang-n9c:hover,.uef_sb_help-n9c:hover {
  border-color: rgba(79, 163, 247, 0.42);
  color: #F0EDFF;
}.uef_sb_lang-n9c svg,.uef_sb_help-n9c svg {
  height: 0.813rem;
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.uef_sb_bd-n9c {
  background: rgba(4, 7, 16, 0.74);
  inset: 0;
  position: fixed;
  display: none;
  z-index: 69;
}.uef_sb_bd-n9c.uef_state_on-n9c {
  display: block;
}
@media(min-width: 1081px) {.uef_sb_bd-n9c {
  display: none!important;
}
}.uef_mob_nav-n9c {
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  background: #0F1628;
  display: flex;
  left: 0;
  z-index: 80;
  right: 0;
  position: fixed;
  bottom: 0;
}
@media(min-width: 1078px) {.uef_mob_nav-n9c {
  display: none;
}
}.uef_mob_nav_item-n9c {
  flex: 1;
  padding: 4px 2px;
  gap: 0.25rem;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  color: #545070;
}.uef_mob_nav_ic-n9c {
  line-height: 1;
}.uef_mob_nav_ic-n9c svg {
  stroke-linejoin: round;
  width: 20px;
  height: 20px;
  stroke-linecap: round;
}.uef_mob_nav_lb-n9c {
  font-size: 0.625rem;
  color: #545070;
  font-weight: 600;
}.uef_mob_nav_item-n9c.uef_state_active-n9c {
  color: #4FA3F7;
}.uef_mob_nav_item-n9c.uef_state_active-n9c .uef_mob_nav_lb-n9c {
  color: #4FA3F7;
}.uef_hero-n9c {
  background: #070B18;
  padding: 20px 1rem 0;
}
@media(min-width: 769px) {.uef_hero-n9c {
  padding: 1.5rem 1.5rem 0;
}
}.uef_hero_in-n9c {
  gap: 12px;
  margin: 0 auto;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.uef_hero_in-n9c {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1097px) {.uef_hero_in-n9c {
  grid-template-columns: 1fr 340px;
}
}.uef_hero_promo-n9c {
  border-radius: 16px;
  overflow: hidden;
  background: #0B1120;
  display: flex;
  align-items: stretch;
  min-height: 220px;
  position: relative;
}
@media(min-width: 770px) {.uef_hero_promo-n9c {
  min-height: 280px;
}
}.uef_hero_promo_bg-n9c {
  background: linear-gradient(120deg,#0D1A3A 0%,#070B18 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.uef_hero_promo_bg-n9c::after {
  inset: 0;
  background: linear-gradient(90deg,#070B18 0%,rgba(4, 7, 16, 0.74) 60%,transparent 100%);
  content: '';
  position: absolute;
}.uef_hero_promo_glow-n9c {
  background: radial-gradient(circle,rgba(61, 47, 170, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  right: 60px;
  height: 18.75rem;
  top: -2.5rem;
  width: 300px;
}.uef_hero_promo_ct-n9c {
  padding: 28px 1.5rem 28px 28px;
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: column;
  max-width: 480px;
  z-index: 2;
}
@media(min-width: 770px) {.uef_hero_promo_ct-n9c {
  padding: 40px 2rem;
}
}.uef_hero_badge-n9c {
  border-radius: 20px;
  background: rgba(79, 163, 247, 0.15);
  border: 1px solid rgba(79, 163, 247, 0.07);
  padding: 5px 0.75rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #4FA3F7;
  margin-bottom: 0.875rem;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
}.uef_hero_h1-n9c {
  font-size: 26px;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.15;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  color: #F0EDFF;
  font-weight: 800;
}.uef_hero_h1-n9c em {
  color: #C9A84C;
  font-style: normal;
}
@media(min-width: 767px) {.uef_hero_h1-n9c {
  font-size: 36px;
}
}.uef_hero_sub-n9c {
  margin-bottom: 1.25rem;
  color: #9691B4;
  font-size: 0.813rem;
  line-height: 1.55;
}
@media(min-width: 769px) {.uef_hero_sub-n9c {
  font-size: 0.875rem;
}
}.uef_hero_row-n9c {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.uef_hero_cta-n9c {
  border-radius: 0.625rem;
  transition: background .2s;
  background: #2EC97A;
  padding: 0.813rem 1.625rem;
  font-size: 14px;
  box-shadow: 0 6px 0 rgba(18, 80, 48, 0.85), 0 10px 1.25rem rgba(46, 201, 122, 0.22);
  font-weight: 700;
  color: #080E1E;
}.uef_hero_cta-n9c:hover {
  background: #3DDBA0;
}.uef_hero_terms-n9c {
  font-size: 0.688rem;
  color: #545070;
}.uef_hero_game-n9c {
  overflow: hidden;
  background: #0B1120;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
}.uef_hero_game_badge-n9c {
  border-radius: 20px;
  padding: 5px 10px;
  border: 1px solid rgba(201, 168, 76, 0.16);
  background: rgba(201, 168, 76, 0.16);
  font-weight: 700;
  top: 12px;
  letter-spacing: .06em;
  z-index: 3;
  font-size: 0.625rem;
  color: #C9A84C;
  left: 0.75rem;
  position: absolute;
  text-transform: uppercase;
}.uef_hero_game_badge-n9c svg {
  margin-right: 0.25rem;
  vertical-align: -1px;
  height: 0.688rem;
  width: 0.688rem;
}.uef_hero_game_img-n9c {
  background: linear-gradient(135deg,#0D1A3A,#070B18);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.uef_hero_game_img-n9c img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.uef_hero_game_play-n9c {
  transition: opacity .2s;
  inset: 0;
  background: rgba(4, 7, 16, 0.74);
  align-items: center;
  position: absolute;
  justify-content: center;
  display: flex;
  opacity: 0;
}.uef_hero_game-n9c:hover .uef_hero_game_play-n9c {
  opacity: 1;
}.uef_hero_game_play-n9c span {
  border-radius: 50%;
  background: #4FA3F7;
  align-items: center;
  height: 3.25rem;
  display: flex;
  justify-content: center;
  width: 52px;
}.uef_hero_game_play-n9c span svg {
  height: 18px;
  margin-left: 2px;
  width: 18px;
}.uef_hero_game_info-n9c {
  padding: 0.875rem 1rem;
}.uef_hero_game_title-n9c {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #F0EDFF;
  font-size: 0.938rem;
}.uef_hero_game_provider-n9c {
  color: #6B6690;
  font-size: 11px;
}.uef_hero_game_btn-n9c {
  padding: 0.688rem;
  margin: 0.75rem 1rem 1rem;
  background: #4FA3F7;
  border-radius: 10px;
  transition: background .2s;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  display: block;
  color: #F0EDFF;
}.uef_hero_game-n9c:hover .uef_hero_game_btn-n9c {
  background: #70B8FA;
}.uef_sbar-n9c {
  background: #070B18;
  padding: 16px 1rem 0;
}
@media(min-width: 765px) {.uef_sbar-n9c {
  padding: 1.125rem 1.5rem 0;
}
}.uef_sbar_in-n9c {
  margin: 0 auto;
  max-width: 82.5rem;
}.uef_sbar_row-n9c {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 12px;
}.uef_sbar_input-n9c {
  transition: border-color .2s;
  gap: 0.625rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 11px 1rem;
  background: #0B1120;
  flex: 1;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  color: #6B6690;
  display: flex;
}.uef_sbar_input-n9c:hover {
  border-color: rgba(79, 163, 247, 0.42);
}.uef_sbar_input-n9c svg {
  width: 15px;
  flex-shrink: 0;
  height: 15px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.uef_sbar_providers-n9c {
  background: #0B1120;
  transition: border-color .2s;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 11px 1.125rem;
  gap: 0.5rem;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
  color: #C8C5DE;
  align-items: center;
  font-size: 13px;
}.uef_sbar_providers-n9c:hover {
  border-color: rgba(79, 163, 247, 0.42);
  color: #F0EDFF;
}.uef_sbar_providers-n9c svg {
  height: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.875rem;
}.uef_sbar_tabs-n9c {
  gap: 6px;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
}.uef_sbar_tabs-n9c::-webkit-scrollbar {
  display: none;
}.uef_sbar_tab-n9c {
  gap: 0.438rem;
  border-radius: 20px;
  padding: 0.5rem 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: background .15s,color .15s,border-color .15s;
  align-items: center;
  font-weight: 600;
  color: #9691B4;
  flex-shrink: 0;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  font-size: 12px;
}.uef_sbar_tab-n9c:hover {
  border-color: rgba(79, 163, 247, 0.42);
  background: rgba(255, 255, 255, 0.07);
  color: #F0EDFF;
}.uef_sbar_tab-n9c.uef_state_active-n9c {
  border-color: rgba(79, 163, 247, 0.07);
  background: rgba(79, 163, 247, 0.15);
  color: #F0EDFF;
}.uef_sbar_tab_ic-n9c svg {
  width: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
}.uef_wy-n9c {
  padding: 2rem 1rem 0;
  background: #070B18;
}
@media(min-width: 765px) {.uef_wy-n9c {
  padding: 40px 24px 0;
}
}.uef_wy_in-n9c {
  margin: 0 auto;
  max-width: 1320px;
}.uef_wy_head-n9c {
  max-width: 45rem;
  margin-bottom: 18px;
}.uef_wy_label-n9c {
  margin-bottom: 0.5rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #4FA3F7;
  text-transform: uppercase;
}.uef_wy_h2-n9c {
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 8px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F0EDFF;
}
@media(min-width: 767px) {.uef_wy_h2-n9c {
  font-size: 24px;
}
}.uef_wy_intro-n9c {
  margin: 0;
  line-height: 1.6;
  color: #6B6690;
  font-size: 13px;
}.uef_wy_grid-n9c {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.uef_wy_grid-n9c {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.uef_wy_grid-n9c {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.uef_wy_card-n9c {
  transition: border-color .2s,transform .2s;
  background: #0F1628;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.25rem;
}.uef_wy_card-n9c:hover {
  border-color: rgba(79, 163, 247, 0.07);
  transform: translateY(-2px);
}.uef_wy_card_ic-n9c {
  background: rgba(79, 163, 247, 0.15);
  border-radius: 50%;
  align-items: center;
  color: #4FA3F7;
  margin-bottom: 14px;
  height: 44px;
  justify-content: center;
  display: flex;
  width: 2.75rem;
}.uef_wy_card_ic-n9c svg {
  stroke-linecap: round;
  height: 1.375rem;
  width: 22px;
  stroke-linejoin: round;
}.uef_wy_card_h-n9c {
  font-size: 0.938rem;
  margin-bottom: 6px;
  font-weight: 700;
  color: #F0EDFF;
  overflow-wrap: break-word;
  line-height: 1.25;
}.uef_wy_card_p-n9c {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #6B6690;
  font-size: 0.813rem;
}.uef_wy_card_p-n9c strong {
  color: #C8C5DE;
  font-weight: 600;
}.uef_gr_jp-n9c {
  border-radius: 1rem;
  background: linear-gradient(135deg,#1A0F3C 0%,#070B18 100%);
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
}.uef_gr_jp-n9c::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(61, 47, 170, 0.22) 0%,transparent 70%);
  top: -3.75rem;
  left: -60px;
  position: absolute;
  content: '';
  height: 250px;
  width: 250px;
}.uef_gr_jp-n9c::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(201, 168, 76, 0.16) 0%,transparent 70%);
  width: 12.5rem;
  height: 200px;
  right: 0;
  content: '';
  bottom: -40px;
  position: absolute;
}.uef_gr_jp_head-n9c {
  gap: 1rem;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  position: relative;
  align-items: flex-start;
}.uef_gr_jp_info-n9c {
  flex: 1;
}.uef_gr_jp_label-n9c {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 0.688rem;
  color: #7B4FD4;
}.uef_gr_jp_label-n9c svg {
  stroke-linecap: round;
  width: 0.875rem;
  stroke-linejoin: round;
  margin-right: 4px;
  vertical-align: -2px;
  height: 14px;
}.uef_gr_jp_amount-n9c {
  font-size: 32px;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
  color: #F0EDFF;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}
@media(min-width: 769px) {.uef_gr_jp_amount-n9c {
  font-size: 2.5rem;
}
}.uef_gr_jp_amount-n9c span {
  color: #C9A84C;
}.uef_gr_jp_seo-n9c {
  overflow-wrap: break-word;
  line-height: 1.5;
  max-width: 480px;
  font-size: 12px;
  color: #9691B4;
}.uef_gr_jp_cta-n9c {
  border-radius: 0.625rem;
  border: 1px solid rgba(61, 47, 170, 0.22);
  background: rgba(61, 47, 170, 0.22);
  transition: background .2s;
  padding: 11px 1.25rem;
  z-index: 1;
  white-space: nowrap;
  color: #F0EDFF;
  font-size: 0.813rem;
  align-self: flex-start;
  position: relative;
  margin-top: 4px;
  font-weight: 700;
  flex-shrink: 0;
}.uef_gr_jp_cta-n9c:hover {
  background: #3D2FAA;
}.uef_gcg-n9c {
  background: #070B18;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.uef_gcg-n9c {
  padding: 2.75rem 1.5rem 0;
}
}.uef_gcg_in-n9c {
  margin: 0 auto;
  max-width: 82.5rem;
}.uef_gcg_head-n9c {
  max-width: 45rem;
  margin-bottom: 20px;
}.uef_gcg_label-n9c {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #4FA3F7;
}.uef_gcg_h2-n9c {
  margin-bottom: 8px;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F0EDFF;
  font-size: 22px;
}
@media(min-width: 769px) {.uef_gcg_h2-n9c {
  font-size: 1.75rem;
}
}.uef_gcg_intro-n9c {
  color: #6B6690;
  font-size: 13px;
  line-height: 1.6;
}.uef_gcg_grid-n9c {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.uef_gcg_grid-n9c {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.uef_gcg_grid-n9c {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.uef_gcg_card-n9c {
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 1rem;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  min-height: 15rem;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}.uef_gcg_card-n9c:hover {
  transform: translateY(-3px);
  border-color: rgba(79, 163, 247, 0.15);
}.uef_gcg_card_bg-n9c {
  inset: 0;
  z-index: 0;
  position: absolute;
}.uef_gcg_card_bg-n9c::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.uef_gcg_card_ic-n9c {
  background: rgba(0,0,0,.45);
  border-radius: 6px;
  right: 18px;
  justify-content: center;
  position: absolute;
  align-items: center;
  top: 18px;
  z-index: 2;
  display: flex;
  width: 2.5rem;
  color: #F0EDFF;
  height: 2.5rem;
}.uef_gcg_card_ic-n9c svg {
  height: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.25rem;
}.uef_gcg_card_ct-n9c {
  z-index: 1;
  position: relative;
}.uef_gcg_card_h-n9c {
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: #F0EDFF;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.uef_gcg_card_h-n9c {
  font-size: 20px;
}
}.uef_gcg_card_p-n9c {
  line-height: 1.55;
  margin-bottom: 0.625rem;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  overflow-wrap: break-word;
}.uef_gcg_card_p-n9c strong {
  color: #F0EDFF;
  font-weight: 600;
}.uef_gcg_card_cta-n9c {
  gap: 0.25rem;
  font-size: 12px;
  display: inline-flex;
  color: #4FA3F7;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .04em;
  align-items: center;
}.uef_gcg_card_cta-n9c svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 12px;
  height: 0.75rem;
}.uef_ws-n9c {
  background: #070B18;
  padding: 32px 1rem 0;
}
@media(min-width: 765px) {.uef_ws-n9c {
  padding: 2.25rem 24px 0;
}
}.uef_ws_in-n9c {
  margin: 0 auto;
  max-width: 1320px;
}.uef_ws_head-n9c {
  gap: 12px;
  margin-bottom: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}.uef_ws_title-n9c {
  gap: 10px;
  font-size: 16px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  overflow-wrap: break-word;
  color: #F0EDFF;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
}.uef_ws_title_ic-n9c svg {
  stroke-linejoin: round;
  color: #C9A84C;
  width: 18px;
  height: 1.125rem;
  stroke-linecap: round;
}.uef_ws_online-n9c {
  gap: 7px;
  align-items: center;
  font-size: 12px;
  display: flex;
  font-weight: 600;
  color: #6B6690;
}.uef_ws_online_dot-n9c {
  background: #2EC97A;
  border-radius: 50%;
  height: 8px;
  box-shadow: 0 0 6px rgba(46, 201, 122, 0.15);
  width: 8px;
  flex-shrink: 0;
}.uef_ws_scroll-n9c {
  gap: 0.5rem;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 8px;
}.uef_ws_scroll-n9c::-webkit-scrollbar {
  display: none;
}.uef_wc-n9c {
  border-radius: 0.625rem;
  background: #0B1120;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.625rem 14px;
  gap: 0.625rem;
  flex-shrink: 0;
  align-items: center;
  min-width: 220px;
  display: flex;
}.uef_wc_img-n9c {
  overflow: hidden;
  border-radius: 6px;
  background: #0F1628;
  width: 36px;
  flex-shrink: 0;
  height: 36px;
}.uef_wc_img-n9c img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.uef_wc_info-n9c {
  min-width: 0;
}.uef_wc_game-n9c {
  overflow: hidden;
  font-size: 0.75rem;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
  color: #C8C5DE;
}.uef_wc_player-n9c {
  overflow: hidden;
  white-space: nowrap;
  color: #545070;
  text-overflow: ellipsis;
  font-size: 0.625rem;
}.uef_wc_amount-n9c {
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 13px;
  color: #2EC97A;
  margin-left: auto;
}.uef_bon-n9c {
  padding: 2.25rem 16px 0;
  background: #070B18;
}
@media(min-width: 769px) {.uef_bon-n9c {
  padding: 2.75rem 24px 0;
}
}.uef_bon_in-n9c {
  margin: 0 auto;
  max-width: 82.5rem;
}.uef_bon_head-n9c {
  margin-bottom: 20px;
}.uef_bon_label-n9c {
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #4FA3F7;
  font-weight: 700;
}.uef_bon_h2-n9c {
  font-size: 20px;
  color: #F0EDFF;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 765px) {.uef_bon_h2-n9c {
  font-size: 1.5rem;
}
}.uef_bon_seo-n9c {
  font-size: 0.813rem;
  color: #6B6690;
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 620px;
}.uef_bon_seo-n9c strong {
  font-weight: 700;
  color: #C8C5DE;
}.uef_bon_seo-n9c a {
  color: #4FA3F7;
  text-decoration: underline;
}.uef_bon_grid-n9c {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width:640px) {.uef_bon_grid-n9c {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.uef_bon_grid-n9c {
  grid-template-columns: repeat(5,1fr);
}
}.uef_bon_card-n9c {
  padding: 1rem;
  border-radius: 10px;
  transition: border-color .2s,transform .2s;
  background: #0B1120;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.uef_bon_card-n9c:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 163, 247, 0.07);
}.uef_bon_card_ic-n9c svg {
  height: 1.625rem;
  width: 1.625rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.uef_bon_card_ic-n9c {
  margin-bottom: 10px;
}.uef_bon_card_type-n9c {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 0.625rem;
  color: #6B6690;
  margin-bottom: 0.375rem;
}.uef_bon_card_amount-n9c {
  margin-bottom: 6px;
  font-size: 18px;
  color: #C9A84C;
  line-height: 1.1;
  font-weight: 800;
}.uef_bon_card_name-n9c {
  color: #F0EDFF;
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}.uef_bon_card_detail-n9c {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #545070;
  font-size: 0.688rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-top: 8px;
}.uef_app-n9c {
  padding: 36px 16px 0;
  background: #070B18;
}
@media(min-width: 770px) {.uef_app-n9c {
  padding: 44px 24px 0;
}
}.uef_app_in-n9c {
  margin: 0 auto;
  max-width: 82.5rem;
}.uef_app_head-n9c {
  margin-bottom: 16px;
}.uef_app_label-n9c {
  letter-spacing: .08em;
  font-size: 11px;
  color: #4FA3F7;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}.uef_app_h2-n9c {
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  color: #F0EDFF;
  margin-bottom: 0.375rem;
}
@media(min-width: 767px) {.uef_app_h2-n9c {
  font-size: 24px;
}
}.uef_app_sub-n9c {
  font-size: 13px;
  color: #6B6690;
  overflow-wrap: break-word;
  max-width: 37.5rem;
  line-height: 1.6;
}.uef_app_sub-n9c strong {
  font-weight: 700;
  color: #C8C5DE;
}.uef_app_cards-n9c {
  gap: 0.625rem;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.uef_app_cards-n9c {
  grid-template-columns: repeat(3,1fr);
}
}.uef_app_card-n9c {
  padding: 20px;
  gap: 1rem;
  overflow: hidden;
  border-radius: 0.625rem;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}.uef_app_card_ios-n9c {
  background: linear-gradient(135deg,rgba(79, 163, 247, 0.15) 0%,#0F1628 100%);
}.uef_app_card_android-n9c {
  background: linear-gradient(135deg,rgba(46, 201, 122, 0.15) 0%,#0F1628 100%);
}.uef_app_card_win-n9c {
  background: linear-gradient(135deg,rgba(201, 168, 76, 0.16) 0%,#0F1628 100%);
}.uef_app_card_ic-n9c svg {
  height: 2.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 2.125rem;
}.uef_app_card_ic-n9c {
  flex-shrink: 0;
  color: #F0EDFF;
}.uef_app_card_os-n9c {
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  color: #6B6690;
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
}.uef_app_card_title-n9c {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
  font-size: 15px;
  color: #F0EDFF;
  overflow-wrap: break-word;
}.uef_app_card_text-n9c {
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #6B6690;
  margin-bottom: 0.875rem;
}.uef_app_card_btn-n9c {
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  padding: 10px 1.125rem;
  border-radius: 0.375rem;
  border: 1px solid rgba(79, 163, 247, 0.42);
  gap: 7px;
  font-size: 0.813rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  color: #F0EDFF;
}.uef_app_card_btn-n9c:hover {
  background: rgba(255, 255, 255, 0.07);
}.uef_reg-n9c {
  padding: 2.25rem 16px 0;
  background: #070B18;
}
@media(min-width: 769px) {.uef_reg-n9c {
  padding: 44px 24px 0;
}
}.uef_reg_in-n9c {
  margin: 0 auto;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  background: #0F1628;
  max-width: 1320px;
}
@media(min-width: 769px) {.uef_reg_in-n9c {
  padding: 40px;
}
}.uef_reg_top-n9c {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.uef_reg_top-n9c {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.uef_reg_label-n9c {
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #4FA3F7;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 10px;
}.uef_reg_h2-n9c {
  overflow-wrap: break-word;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  color: #F0EDFF;
  margin-bottom: 0.75rem;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 770px) {.uef_reg_h2-n9c {
  font-size: 1.75rem;
}
}.uef_reg_bonus-n9c {
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  background: rgba(201, 168, 76, 0.16);
  border: 1px solid rgba(201, 168, 76, 0.16);
  border-radius: 0.625rem;
  align-items: center;
  margin-bottom: 16px;
  display: inline-flex;
}.uef_reg_bonus_amount-n9c {
  font-size: 1.25rem;
  color: #C9A84C;
  font-weight: 800;
}.uef_reg_bonus_text-n9c {
  font-size: 0.813rem;
  color: #9691B4;
  line-height: 1.35;
}.uef_reg_cta_btn-n9c {
  background: #2EC97A;
  padding: 14px 32px;
  border-radius: 0.625rem;
  transition: background .2s;
  font-weight: 700;
  color: #080E1E;
  margin-bottom: 12px;
  font-size: 0.938rem;
  display: inline-block;
  box-shadow: 0 0.375rem 0 rgba(18, 80, 48, 0.85), 0 0.625rem 1.25rem rgba(46, 201, 122, 0.22);
}.uef_reg_cta_btn-n9c:hover {
  background: #3DDBA0;
}.uef_reg_terms-n9c {
  font-size: 11px;
  color: #545070;
  line-height: 1.5;
}.uef_reg_seo-n9c {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  color: #6B6690;
  line-height: 1.65;
  padding-top: 1.25rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.uef_reg_seo-n9c p {
  color: #6B6690;
  font-size: 0.813rem;
  margin-bottom: 10px;
  line-height: 1.65;
}.uef_reg_seo-n9c p:last-child {
  margin-bottom: 0;
}.uef_reg_seo-n9c strong {
  color: #C8C5DE;
  font-weight: 700;
}.uef_reg_seo-n9c a {
  transition: color .2s;
  text-decoration: underline;
  color: #4FA3F7;
}.uef_reg_seo-n9c a:hover {
  color: #70B8FA;
}.uef_reg_seo-n9c ul,.uef_reg_seo-n9c ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.uef_reg_seo-n9c ol {
  list-style: decimal;
}.uef_reg_seo-n9c li {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.65;
  color: #6B6690;
}.uef_reg_seo-n9c table {
  margin-bottom: 10px;
  overflow-x: auto;
  font-size: 13px;
  width: 100%;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 771px) {.uef_reg_seo-n9c table {
  display: table;
}
}.uef_reg_seo-n9c th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C8C5DE;
  text-align: left;
}.uef_reg_seo-n9c td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6B6690;
}.uef_reg_steps-n9c {
  gap: 0.875rem;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width: 861px) {.uef_reg_steps-n9c {
  margin-top: 0;
}
}.uef_reg_step-n9c {
  background: rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.625rem;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.uef_reg_step_num-n9c {
  background: rgba(79, 163, 247, 0.15);
  border: 1px solid rgba(79, 163, 247, 0.07);
  border-radius: 50%;
  color: #4FA3F7;
  height: 2.125rem;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  font-weight: 800;
  width: 34px;
  display: flex;
}.uef_reg_step_title-n9c {
  margin-bottom: 3px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #F0EDFF;
}.uef_reg_step_text-n9c {
  color: #6B6690;
  font-size: 0.75rem;
  line-height: 1.5;
}.uef_reg_trust-n9c {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  display: flex;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}.uef_reg_trust_item-n9c {
  gap: 0.438rem;
  font-size: 12px;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  color: #6B6690;
}.uef_reg_trust_ic-n9c svg {
  width: 16px;
  height: 16px;
  color: #4FA3F7;
  stroke-linecap: round;
  stroke-linejoin: round;
}.uef_prov-n9c {
  padding: 36px 1rem 0;
  background: #070B18;
}
@media(min-width: 767px) {.uef_prov-n9c {
  padding: 44px 24px 0;
}
}.uef_prov_in-n9c {
  margin: 0 auto;
  max-width: 1320px;
}.uef_prov_head-n9c {
  margin-bottom: 16px;
}.uef_prov_label-n9c {
  font-weight: 700;
  text-transform: uppercase;
  color: #4FA3F7;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.uef_prov_h2-n9c {
  font-size: 1.25rem;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
  color: #F0EDFF;
}
@media(min-width: 769px) {.uef_prov_h2-n9c {
  font-size: 1.5rem;
}
}.uef_prov_seo-n9c {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
  max-width: 38.75rem;
  margin-bottom: 1rem;
  color: #6B6690;
}.uef_prov_seo-n9c strong {
  color: #C8C5DE;
  font-weight: 700;
}.uef_prov_seo-n9c a {
  text-decoration: underline;
  color: #4FA3F7;
}.uef_prov_grid-n9c {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.uef_prov_grid-n9c {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.uef_prov_grid-n9c {
  grid-template-columns: repeat(8,1fr);
}
}.uef_prov_card-n9c {
  transition: border-color .2s,background .2s;
  border-radius: 10px;
  padding: 14px 0.625rem;
  background: #0B1120;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 7px;
  align-items: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}.uef_prov_card-n9c:hover {
  border-color: rgba(79, 163, 247, 0.42);
  background: #0F1628;
}.uef_prov_logo-n9c {
  overflow: hidden;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  width: 44px;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}.uef_prov_logo-n9c img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.uef_prov_name-n9c {
  font-weight: 600;
  font-size: 11px;
  overflow-wrap: break-word;
  color: #9691B4;
  text-align: center;
}.uef_htp-n9c {
  padding: 2.25rem 1rem 0;
  background: #070B18;
}
@media(min-width: 769px) {.uef_htp-n9c {
  padding: 2.75rem 1.5rem 0;
}
}.uef_htp_in-n9c {
  margin: 0 auto;
  max-width: 82.5rem;
}.uef_htp_head-n9c {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.uef_htp_label-n9c {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 11px;
  letter-spacing: .08em;
  color: #4FA3F7;
}.uef_htp_h2-n9c {
  font-family: 'Cormorant Garamond', serif;
  color: #F0EDFF;
  margin-bottom: 0.5rem;
  font-size: 22px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 767px) {.uef_htp_h2-n9c {
  font-size: 1.75rem;
}
}.uef_htp_intro-n9c {
  line-height: 1.6;
  font-size: 14px;
  color: #6B6690;
}.uef_htp_steps-n9c {
  padding: 0;
  margin: 0;
  gap: 12px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 643px) {.uef_htp_steps-n9c {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.uef_htp_steps-n9c {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.uef_htp_step-n9c {
  background: #0F1628;
  padding: 1.25rem 1.125rem 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.625rem;
  flex-direction: column;
  display: flex;
  position: relative;
}.uef_htp_step_num-n9c {
  border-radius: 50%;
  background: #4FA3F7;
  top: -12px;
  font-weight: 800;
  height: 28px;
  font-family: 'Cormorant Garamond', serif;
  left: 1.25rem;
  align-items: center;
  display: flex;
  width: 1.75rem;
  position: absolute;
  justify-content: center;
  font-size: 0.813rem;
  color: #080E1E;
}.uef_htp_step_ic-n9c {
  background: rgba(79, 163, 247, 0.15);
  margin: 8px 0 12px;
  border-radius: 0.375rem;
  align-items: center;
  color: #4FA3F7;
  height: 36px;
  justify-content: center;
  width: 36px;
  display: flex;
}.uef_htp_step_ic-n9c svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 18px;
  height: 1.125rem;
}.uef_htp_step_h-n9c {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-weight: 700;
  color: #F0EDFF;
  line-height: 1.25;
}.uef_htp_step_p-n9c {
  line-height: 1.55;
  font-size: 13px;
  color: #6B6690;
  overflow-wrap: break-word;
}.uef_htp_step_p-n9c strong {
  color: #C8C5DE;
  font-weight: 600;
}.uef_htp_cta-n9c {
  padding: 13px 1.625rem;
  border-radius: 10px;
  background: #2EC97A;
  transition: background .2s;
  font-size: 0.875rem;
  margin-top: 1.25rem;
  font-weight: 700;
  display: inline-block;
  color: #080E1E;
}.uef_htp_cta-n9c:hover {
  background: #3DDBA0;
}.uef_seo-n9c {
  padding: 2.25rem 1rem 0;
  background: #070B18;
}
@media(min-width: 771px) {.uef_seo-n9c {
  padding: 2.75rem 24px 0;
}
}.uef_seo_in-n9c {
  margin: 0 auto;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #0F1628;
  border-radius: 16px;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.uef_seo_in-n9c {
  padding: 2.25rem 2.5rem;
}
}.uef_seo_label-n9c {
  margin-bottom: 10px;
  color: #4FA3F7;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
}.uef_seo_h2-n9c {
  font-size: 1.25rem;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  color: #F0EDFF;
}
@media(min-width: 770px) {.uef_seo_h2-n9c {
  font-size: 24px;
}
}.uef_seo_body-n9c {
  color: #9691B4;
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.75;
}.uef_seo_body-n9c p {
  color: #9691B4;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}.uef_seo_body-n9c p:last-child {
  margin-bottom: 0;
}.uef_seo_body-n9c strong {
  color: #C8C5DE;
  font-weight: 700;
}.uef_seo_body-n9c a {
  transition: color .2s;
  text-decoration: underline;
  color: #4FA3F7;
}.uef_seo_body-n9c a:hover {
  color: #70B8FA;
}.uef_seo_body-n9c ul,.uef_seo_body-n9c ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.uef_seo_body-n9c ol {
  list-style: decimal;
}.uef_seo_body-n9c li {
  line-height: 1.75;
  color: #9691B4;
  font-size: 14px;
  margin-bottom: 6px;
}.uef_seo_body-n9c table {
  display: block;
  margin-bottom: 12px;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 0.813rem;
}
@media(min-width: 771px) {.uef_seo_body-n9c table {
  display: table;
}
}.uef_seo_body-n9c th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C8C5DE;
  font-weight: 700;
  text-align: left;
}.uef_seo_body-n9c td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #9691B4;
}.uef_seo_cols-n9c {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.uef_seo_cols-n9c {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.uef_seo_cols-n9c {
  grid-template-columns: repeat(3,1fr);
}
}.uef_seo_col_h-n9c {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 13px;
  color: #C8C5DE;
}.uef_seo_col_p-n9c {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #6B6690;
  line-height: 1.65;
}.uef_seo_stats-n9c {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.uef_seo_stat-n9c {
  padding: 0.875rem 1rem;
  flex: 1;
  background: rgba(79, 163, 247, 0.07);
  border-radius: 0.625rem;
  border: 1px solid rgba(79, 163, 247, 0.15);
  min-width: 140px;
}.uef_seo_stat_val-n9c {
  font-weight: 800;
  color: #4FA3F7;
  margin-bottom: 4px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}.uef_seo_stat_lb-n9c {
  overflow-wrap: break-word;
  color: #6B6690;
  font-size: 0.688rem;
}.uef_seo-n9c {
  background: #070B18;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.uef_seo-n9c {
  padding: 44px 24px 0;
}
}.uef_seo_in-n9c {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  background: #0F1628;
  padding: 1.75rem 24px;
  max-width: 1320px;
}
@media(min-width: 769px) {.uef_seo_in-n9c {
  padding: 36px 40px;
}
}.uef_seo_label-n9c {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 0.688rem;
  color: #4FA3F7;
}.uef_seo_h2-n9c {
  font-weight: 800;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  color: #F0EDFF;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.uef_seo_h2-n9c {
  font-size: 1.5rem;
}
}.uef_seo_body-n9c {
  color: #9691B4;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.uef_seo_body-n9c p {
  margin-bottom: 12px;
  line-height: 1.75;
  color: #9691B4;
  font-size: 14px;
}.uef_seo_body-n9c p:last-child {
  margin-bottom: 0;
}.uef_seo_body-n9c strong {
  color: #C8C5DE;
  font-weight: 700;
}.uef_seo_body-n9c a {
  transition: color .2s;
  text-decoration: underline;
  color: #4FA3F7;
}.uef_seo_body-n9c a:hover {
  color: #70B8FA;
}.uef_seo_body-n9c ul,.uef_seo_body-n9c ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.uef_seo_body-n9c ol {
  list-style: decimal;
}.uef_seo_body-n9c li {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  color: #9691B4;
}.uef_seo_body-n9c table {
  display: block;
  border-collapse: collapse;
  font-size: 0.813rem;
  margin-bottom: 12px;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 771px) {.uef_seo_body-n9c table {
  display: table;
}
}.uef_seo_body-n9c th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C8C5DE;
  text-align: left;
  font-weight: 700;
}.uef_seo_body-n9c td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #9691B4;
}.uef_seo_cols-n9c {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.uef_seo_cols-n9c {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.uef_seo_cols-n9c {
  grid-template-columns: repeat(3,1fr);
}
}.uef_seo_col_h-n9c {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #C8C5DE;
  margin-bottom: 7px;
}.uef_seo_col_p-n9c {
  overflow-wrap: break-word;
  color: #6B6690;
  line-height: 1.65;
  font-size: 0.813rem;
}.uef_seo_stats-n9c {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.uef_seo_stat-n9c {
  background: rgba(79, 163, 247, 0.07);
  flex: 1;
  padding: 14px 16px;
  border: 1px solid rgba(79, 163, 247, 0.15);
  border-radius: 10px;
  min-width: 8.75rem;
}.uef_seo_stat_val-n9c {
  color: #4FA3F7;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 20px;
}.uef_seo_stat_lb-n9c {
  overflow-wrap: break-word;
  color: #6B6690;
  font-size: 11px;
}.uef_faq-n9c {
  padding: 2.25rem 16px 0;
  background: #070B18;
}
@media(min-width: 765px) {.uef_faq-n9c {
  padding: 44px 1.5rem 0;
}
}.uef_faq_in-n9c {
  margin: 0 auto;
  max-width: 1320px;
}.uef_faq_head-n9c {
  margin-bottom: 1.25rem;
}.uef_faq_label-n9c {
  text-transform: uppercase;
  font-weight: 700;
  color: #4FA3F7;
  font-size: 0.688rem;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.uef_faq_h2-n9c {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F0EDFF;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
}
@media(min-width: 767px) {.uef_faq_h2-n9c {
  font-size: 1.5rem;
}
}.uef_faq_list-n9c {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.uef_faq_item-n9c {
  background: #0F1628;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  overflow: hidden;
}.uef_faq_q-n9c {
  padding: 1rem 1.25rem;
  transition: color .2s;
  gap: 12px;
  cursor: pointer;
  align-items: center;
  font-weight: 600;
  display: flex;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  color: #C8C5DE;
  justify-content: space-between;
}.uef_faq_q-n9c:hover {
  color: #F0EDFF;
}.uef_faq_q_ic-n9c {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  height: 24px;
  flex-shrink: 0;
  font-size: 16px;
  align-items: center;
  color: #4FA3F7;
  width: 1.5rem;
  justify-content: center;
  display: flex;
}.uef_faq_item-n9c.uef_state_open-n9c .uef_faq_q_ic-n9c {
  transform: rotate(45deg);
}.uef_faq_a-n9c {
  padding: 0 1.25rem 1rem;
  line-height: 1.7;
  display: none;
  overflow-wrap: break-word;
  color: #6B6690;
  font-size: 13px;
}.uef_faq_item-n9c.uef_state_open-n9c .uef_faq_a-n9c {
  display: block;
}.uef_faq_a-n9c strong {
  color: #C8C5DE;
  font-weight: 700;
}.uef_faq_a-n9c a {
  text-decoration: underline;
  color: #4FA3F7;
}.uef_faq_a-n9c ul,.uef_faq_a-n9c ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.uef_faq_a-n9c ol {
  list-style: decimal;
}.uef_faq_a-n9c li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.uef_faq_a-n9c table {
  margin: 8px 0;
  border-collapse: collapse;
  display: block;
  width: 100%;
  overflow-x: auto;
  font-size: 0.75rem;
}
@media(min-width: 771px) {.uef_faq_a-n9c table {
  display: table;
}
}.uef_faq_a-n9c th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  color: #C8C5DE;
  font-weight: 700;
  text-align: left;
}.uef_faq_a-n9c td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 8px;
  color: #6B6690;
}.uef_rv-n9c {
  padding: 36px 16px 0;
  background: #070B18;
}
@media(min-width: 767px) {.uef_rv-n9c {
  padding: 44px 24px 0;
}
}.uef_rv_in-n9c {
  margin: 0 auto;
  max-width: 82.5rem;
}.uef_rv_head-n9c {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.uef_rv_label-n9c {
  color: #4FA3F7;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 8px;
  font-weight: 700;
}.uef_rv_h2-n9c {
  font-weight: 800;
  color: #F0EDFF;
  font-size: 22px;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 766px) {.uef_rv_h2-n9c {
  font-size: 1.75rem;
}
}.uef_rv_stats-n9c {
  gap: 1.125rem;
  flex-wrap: wrap;
  color: #6B6690;
  display: flex;
  font-size: 0.813rem;
  align-items: center;
}.uef_rv_stats_score-n9c {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.uef_rv_stats_score_val-n9c {
  color: #C9A84C;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.375rem;
}.uef_rv_stats_score_max-n9c {
  font-size: 13px;
  color: #545070;
}.uef_rv_stats_badge-n9c {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.uef_rv_stats_badge-n9c svg {
  color: #C9A84C;
  width: 14px;
  height: 14px;
}.uef_rv_grid-n9c {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.uef_rv_grid-n9c {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.uef_rv_grid-n9c {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.uef_rv_card-n9c {
  background: #0F1628;
  border-radius: 0.625rem;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  flex-direction: column;
  display: flex;
}.uef_rv_card_stars-n9c {
  gap: 2px;
  display: flex;
  color: #C9A84C;
  margin-bottom: 10px;
}.uef_rv_card_stars-n9c svg {
  width: 0.875rem;
  height: 14px;
}.uef_rv_card_h-n9c {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F0EDFF;
  margin-bottom: 0.5rem;
  font-size: 14px;
  line-height: 1.3;
}.uef_rv_card_body-n9c {
  flex: 1;
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 0.875rem;
  color: #6B6690;
  overflow-wrap: break-word;
}.uef_rv_card_body-n9c strong {
  font-weight: 600;
  color: #C8C5DE;
}.uef_rv_card_meta-n9c {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  padding-top: 0.75rem;
  align-items: center;
}.uef_rv_card_author-n9c {
  font-size: 12px;
  font-weight: 600;
  color: #C8C5DE;
}.uef_rv_card_date-n9c {
  font-size: 11px;
  color: #545070;
}.uef_pmt-n9c {
  padding: 2.25rem 1rem 0;
  background: #070B18;
}
@media(min-width: 769px) {.uef_pmt-n9c {
  padding: 44px 1.5rem 0;
}
}.uef_pmt_in-n9c {
  margin: 0 auto;
  max-width: 1320px;
}.uef_pmt_head-n9c {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.uef_pmt_label-n9c {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #4FA3F7;
  letter-spacing: .08em;
  font-size: 11px;
}.uef_pmt_h2-n9c {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  margin-bottom: 8px;
  font-family: 'Cormorant Garamond', serif;
  color: #F0EDFF;
}
@media(min-width: 766px) {.uef_pmt_h2-n9c {
  font-size: 1.75rem;
}
}.uef_pmt_intro-n9c {
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.875rem;
  color: #6B6690;
}.uef_pmt_groups-n9c {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.uef_pmt_group-n9c {
  background: #0F1628;
  border-radius: 0.625rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.uef_pmt_group_head-n9c {
  gap: 0.75rem;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.uef_pmt_group_ic-n9c {
  background: rgba(79, 163, 247, 0.15);
  border-radius: 0.375rem;
  width: 2.25rem;
  justify-content: center;
  align-items: center;
  height: 36px;
  display: flex;
  color: #4FA3F7;
  flex-shrink: 0;
}.uef_pmt_group_ic-n9c svg {
  height: 1.125rem;
  width: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.uef_pmt_group_h-n9c {
  margin: 0;
  overflow-wrap: break-word;
  color: #F0EDFF;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
}.uef_pmt_group_p-n9c {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 0.875rem;
  line-height: 1.6;
  color: #6B6690;
}.uef_pmt_group_p-n9c strong {
  color: #C8C5DE;
  font-weight: 600;
}.uef_pmt_table_wrap-n9c {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.uef_pmt_table-n9c {
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
  min-width: 33.75rem;
}.uef_pmt_table-n9c th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  letter-spacing: .04em;
  font-weight: 700;
  white-space: nowrap;
  color: #C8C5DE;
  text-align: left;
  font-size: 0.688rem;
  text-transform: uppercase;
}.uef_pmt_table-n9c td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #6B6690;
}.uef_pmt_table-n9c tbody tr:last-child td {
  border-bottom: none;
}.uef_pmt_table-n9c tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C8C5DE;
}.uef_seo-n9c {
  background: #070B18;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.uef_seo-n9c {
  padding: 2.75rem 1.5rem 0;
}
}.uef_seo_in-n9c {
  border-radius: 16px;
  background: #0F1628;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.uef_seo_in-n9c {
  padding: 36px 2.5rem;
}
}.uef_seo_label-n9c {
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #4FA3F7;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.uef_seo_h2-n9c {
  line-height: 1.25;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F0EDFF;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 771px) {.uef_seo_h2-n9c {
  font-size: 24px;
}
}.uef_seo_body-n9c {
  overflow-wrap: break-word;
  color: #9691B4;
  line-height: 1.75;
  font-size: 0.875rem;
}.uef_seo_body-n9c p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #9691B4;
  line-height: 1.75;
}.uef_seo_body-n9c p:last-child {
  margin-bottom: 0;
}.uef_seo_body-n9c strong {
  font-weight: 700;
  color: #C8C5DE;
}.uef_seo_body-n9c a {
  transition: color .2s;
  color: #4FA3F7;
  text-decoration: underline;
}.uef_seo_body-n9c a:hover {
  color: #70B8FA;
}.uef_seo_body-n9c ul,.uef_seo_body-n9c ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.uef_seo_body-n9c ol {
  list-style: decimal;
}.uef_seo_body-n9c li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #9691B4;
  line-height: 1.75;
}.uef_seo_body-n9c table {
  border-collapse: collapse;
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
}
@media(min-width:768px) {.uef_seo_body-n9c table {
  display: table;
}
}.uef_seo_body-n9c th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
  color: #C8C5DE;
}.uef_seo_body-n9c td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #9691B4;
}.uef_seo_cols-n9c {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width:640px) {.uef_seo_cols-n9c {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.uef_seo_cols-n9c {
  grid-template-columns: repeat(3,1fr);
}
}.uef_seo_col_h-n9c {
  color: #C8C5DE;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.813rem;
}.uef_seo_col_p-n9c {
  color: #6B6690;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
}.uef_seo_stats-n9c {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.uef_seo_stat-n9c {
  border-radius: 10px;
  padding: 14px 16px;
  background: rgba(79, 163, 247, 0.07);
  border: 1px solid rgba(79, 163, 247, 0.15);
  flex: 1;
  min-width: 140px;
}.uef_seo_stat_val-n9c {
  font-weight: 800;
  color: #4FA3F7;
  font-size: 20px;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}.uef_seo_stat_lb-n9c {
  color: #6B6690;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.uef_ft-n9c {
  background: #040710;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.uef_ft_support-n9c {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 767px) {.uef_ft_support-n9c {
  padding: 28px 24px;
}
}.uef_ft_support_in-n9c {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  max-width: 82.5rem;
  display: flex;
  flex-wrap: wrap;
}.uef_ft_support_main-n9c {
  gap: 1rem;
  flex: 1;
  flex-wrap: wrap;
  min-width: 220px;
  align-items: center;
  display: flex;
}.uef_ft_support_ic-n9c {
  flex-shrink: 0;
  color: #4FA3F7;
}.uef_ft_support_ic-n9c svg {
  height: 1.875rem;
  stroke-linecap: round;
  width: 1.875rem;
  stroke-linejoin: round;
}.uef_ft_support_text_title-n9c {
  font-weight: 700;
  font-size: 15px;
  color: #F0EDFF;
  overflow-wrap: break-word;
  margin-bottom: 3px;
}.uef_ft_support_text_sub-n9c {
  color: #6B6690;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.uef_ft_support_btn-n9c {
  transition: background .2s;
  border-radius: 10px;
  padding: 0.688rem 22px;
  background: #4FA3F7;
  white-space: nowrap;
  color: #F0EDFF;
  font-size: 13px;
  flex-shrink: 0;
  font-weight: 700;
}.uef_ft_support_btn-n9c:hover {
  background: #70B8FA;
}.uef_ft_support_contacts-n9c {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.uef_ft_support_contact-n9c {
  font-size: 12px;
  color: #545070;
  line-height: 1.4;
}.uef_ft_support_contact-n9c strong {
  font-weight: 600;
  display: block;
  font-size: 0.688rem;
  color: #9691B4;
  margin-bottom: 2px;
}.uef_ft_main-n9c {
  padding: 2rem 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 771px) {.uef_ft_main-n9c {
  padding: 2.5rem 24px 32px;
}
}.uef_ft_main_in-n9c {
  margin: 0 auto;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 639px) {.uef_ft_main_in-n9c {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.uef_ft_main_in-n9c {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.uef_ft_col_logo-n9c {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.uef_ft_col_logo-n9c {
  grid-column: auto;
}
}.uef_ft_logo-n9c {
  gap: 9px;
  align-items: center;
  font-size: 16px;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  margin-bottom: 12px;
  display: flex;
  color: #F0EDFF;
  font-weight: 800;
}.uef_ft_logo_mark-n9c {
  border-radius: 0.375rem;
  overflow: hidden;
  height: 30px;
  width: 30px;
}.uef_ft_logo_mark-n9c img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.uef_ft_logo_sub-n9c {
  overflow-wrap: break-word;
  max-width: 12.5rem;
  color: #545070;
  font-size: 12px;
  line-height: 1.55;
}.uef_ft_col_title-n9c {
  letter-spacing: .07em;
  color: #9691B4;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
  font-weight: 700;
}.uef_ft_col_links-n9c {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.uef_ft_col_link-n9c {
  transition: color .2s;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #545070;
}.uef_ft_col_link-n9c:hover {
  color: #C8C5DE;
}.uef_ft_apps-n9c {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.uef_ft_app_card-n9c {
  padding: 0.625rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 10px;
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.uef_ft_app_card-n9c:hover {
  border-color: rgba(79, 163, 247, 0.42);
}.uef_ft_app_card_ic-n9c svg {
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
  height: 22px;
}.uef_ft_app_card_os-n9c {
  color: #545070;
  font-size: 10px;
  font-weight: 600;
}.uef_ft_app_card_action-n9c {
  font-size: 12px;
  color: #C8C5DE;
  font-weight: 700;
}.uef_ft_bot-n9c {
  padding: 20px 16px;
}
@media(min-width: 765px) {.uef_ft_bot-n9c {
  padding: 1.25rem 24px;
}
}.uef_ft_bot_in-n9c {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 82.5rem;
  align-items: center;
  display: flex;
}.uef_ft_socials-n9c {
  gap: 0.5rem;
  display: flex;
}.uef_ft_soc-n9c {
  transition: background .2s;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  height: 36px;
  align-items: center;
  color: #9691B4;
  justify-content: center;
  width: 36px;
  display: flex;
}.uef_ft_soc-n9c svg {
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
}.uef_ft_soc-n9c:hover {
  background: rgba(255, 255, 255, 0.07);
}.uef_ft_legal-n9c {
  flex: 1;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  min-width: 12.5rem;
  color: #7A7698;
}.uef_ft_legal-n9c strong {
  font-weight: 700;
  color: #9691B4;
}.uef_ft_legal-n9c a {
  text-decoration: underline;
  color: #9691B4;
}.uef_ft_age-n9c {
  border: 2px solid #7A7698;
  border-radius: 50%;
  font-weight: 800;
  display: flex;
  height: 32px;
  flex-shrink: 0;
  align-items: center;
  color: #7A7698;
  font-size: 11px;
  justify-content: center;
  width: 32px;
  margin-left: auto;
}