*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  background-color: #0C1220;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  color: #C5BEB5;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}a {
  text-decoration: none;
  color: inherit;
}.sca_layout-s36 {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.sca_page-s36 {
  min-height: 100vh;
  display: flex;
}.sca_main-s36 {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media screen and (min-width: 1081px) {.sca_main-s36 {
  padding-left: 220px;
}
}
@media screen and (max-width: 1076px) {.sca_main-s36 {
  padding-bottom: 4.5rem;
}
}.sca_gc-s36 {
  background: #0F1626;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  width: 8.75rem;
  cursor: pointer;
  position: relative;
}
@media(min-width: 637px) {.sca_gc-s36 {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.sca_gc-s36 {
  width: 168px;
}
}.sca_gc-s36:hover {
  border-color: rgba(240,120,32,0.08);
  transform: translateY(-3px);
}.sca_gc_img-s36 {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.sca_gc_img-s36 img {
  inset: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
}.sca_gc_hover-s36 {
  background: rgba(7,9,15,0.76);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: absolute;
}.sca_gc-s36:hover .sca_gc_hover-s36 {
  opacity: 1;
}.sca_gc_hover_btn-s36 {
  padding: 8px 1rem;
  border-radius: 0.313rem;
  background: #F07820;
  font-weight: 700;
  font-size: 12px;
  color: #F0EDE8;
}.sca_gc_info-s36 {
  padding: 0.5rem 0.625rem 10px;
}.sca_gc_name-s36 {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 3px;
  font-weight: 600;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 12px;
  color: #C5BEB5;
}.sca_gc_prov-s36 {
  font-size: 10px;
  color: #524E49;
}.sca_gc_tag-s36 {
  border-radius: 0.25rem;
  padding: 2px 7px;
  position: absolute;
  font-size: 9px;
  letter-spacing: .04em;
  left: 6px;
  text-transform: uppercase;
  font-weight: 700;
  top: 6px;
  z-index: 2;
}.sca_gc_tag_hot-s36 {
  background: #EF4444;
  color: #fff;
}.sca_gc_tag_new-s36 {
  background: #22C55E;
  color: #0C1220;
}.sca_gc_tag_jp-s36 {
  background: #F5B800;
  color: #0C1220;
}.sca_gc_tag_ex-s36 {
  background: #18A8D8;
  color: #fff;
}.sca_gc_tag_live-s36 {
  background: #EF4444;
  color: #fff;
}.sca_gr-s36 {
  background: #0C1220;
  padding: 2rem 16px 0;
}
@media(min-width: 770px) {.sca_gr-s36 {
  padding: 2.25rem 1.5rem 0;
}
}.sca_gr_in-s36 {
  margin: 0 auto;
  max-width: 83.75rem;
}.sca_gr_head-s36 {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.sca_gr_head_l-s36 {
  gap: 10px;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.sca_gr_ic-s36 {
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  width: 32px;
  flex-shrink: 0;
  display: flex;
  height: 32px;
}.sca_gr_ic-s36 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
  height: 16px;
}.sca_gr_title-s36 {
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0EDE8;
  font-size: 16px;
  overflow-wrap: break-word;
  font-weight: 700;
}
@media(min-width: 770px) {.sca_gr_title-s36 {
  font-size: 18px;
}
}.sca_gr_more-s36 {
  transition: color .2s;
  gap: 5px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  color: #635D57;
  align-items: center;
}.sca_gr_more-s36:hover {
  color: #F07820;
}.sca_gr_more-s36 svg {
  width: 0.75rem;
  stroke-linecap: round;
  height: 12px;
  stroke-linejoin: round;
}.sca_gr_arrows-s36 {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.sca_gr_arr-s36 {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 5px;
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s;
  align-items: center;
  justify-content: center;
  color: #8A847C;
  height: 30px;
  display: flex;
  width: 30px;
}.sca_gr_arr-s36:hover {
  background: rgba(255,255,255,0.07);
  color: #F0EDE8;
}.sca_gr_arr-s36 svg {
  width: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 13px;
}.sca_gr_seo_h-s36 {
  margin: 0 0 0.375rem;
  color: #C5BEB5;
  font-weight: 700;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.sca_gr_seo_h-s36 {
  font-size: 14px;
}
}.sca_gr_seo-s36 {
  max-width: 680px;
  line-height: 1.55;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  font-size: 12px;
  color: #635D57;
}.sca_gr_seo-s36 strong {
  font-weight: 600;
  color: #C5BEB5;
}.sca_gr_scroll-s36 {
  gap: 10px;
  padding-bottom: 0.625rem;
  display: flex;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
}.sca_gr_scroll-s36::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.sca_gr_scroll-s36 {
  gap: 12px;
}
}.sca_tb-s36 {
  background: #0A1018;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  left: 0;
  top: 0;
  position: fixed;
  right: 0;
  height: 3.5rem;
  align-items: center;
  z-index: 80;
  display: flex;
}.sca_tb_in-s36 {
  gap: 0;
  padding: 0 14px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}.sca_tb_burger-s36 {
  border-radius: 8px;
  gap: 0.313rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 8px;
  justify-content: center;
  height: 2.375rem;
  width: 2.375rem;
  flex-direction: column;
}.sca_tb_burger-s36:hover {
  background: rgba(255,255,255,0.05);
}.sca_tb_burger_line-s36 {
  background: #8A847C;
  border-radius: 1px;
  width: 1.125rem;
  display: block;
  height: 2px;
}
@media(min-width: 1077px) {.sca_tb_burger-s36 {
  display: none;
}
}.sca_tb_logo-s36 {
  gap: 9px;
  font-weight: 800;
  flex-shrink: 0;
  align-items: center;
  margin-right: 20px;
  letter-spacing: -.01em;
  display: flex;
  overflow-wrap: break-word;
  color: #F0EDE8;
  font-size: 1.125rem;
}.sca_tb_logo_mark-s36 {
  overflow: hidden;
  border-radius: 8px;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 32px;
  width: 2rem;
}.sca_tb_logo_mark-s36 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.sca_tb_nav-s36 {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 643px) {.sca_tb_nav-s36 {
  display: flex;
}
}.sca_tb_tab-s36 {
  transition: background .15s,color .15s;
  padding: 0.5rem 14px;
  border-radius: 0.5rem;
  white-space: nowrap;
  font-size: 13px;
  color: #8A847C;
  font-weight: 600;
}.sca_tb_tab-s36:hover {
  background: rgba(255,255,255,0.05);
  color: #F0EDE8;
}.sca_tb_tab-s36.sca_state_active-s36 {
  background: rgba(240,120,32,0.18);
  color: #F0EDE8;
}.sca_tb_right-s36 {
  gap: 0.5rem;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.sca_tb_login-s36 {
  background: rgba(255,255,255,0.05);
  transition: border-color .2s,color .2s;
  padding: 9px 16px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  display: none;
  font-weight: 600;
  color: #C5BEB5;
  font-size: 0.813rem;
}.sca_tb_login-s36:hover {
  border-color: rgba(240,120,32,0.48);
  color: #F0EDE8;
}
@media(min-width: 481px) {.sca_tb_login-s36 {
  display: block;
}
}.sca_tb_reg-s36 {
  background: #22C55E;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.563rem 18px;
  white-space: nowrap;
  font-weight: 700;
  color: #0D0E16;
  font-size: 13px;
}.sca_tb_reg-s36:hover {
  background: #28D968;
}.sca_sb-s36 {
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #111A2C;
  transition: transform .25s ease;
  transform: translateX(-100%);
  left: 0;
  z-index: 70;
  position: fixed;
  overflow-y: auto;
  top: 3.5rem;
  width: 13.75rem;
  bottom: 0;
}.sca_sb-s36.sca_state_open-s36 {
  transform: translateX(0);
}.sca_sb-s36::-webkit-scrollbar {
  width: 0.25rem;
}.sca_sb-s36::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1081px) {.sca_sb-s36 {
  transform: translateX(0);
}
}.sca_sb_auth-s36 {
  padding: 14px 0.75rem 0.625rem;
}.sca_sb_btn_reg-s36 {
  padding: 11px;
  background: #22C55E;
  transition: background .2s;
  border-radius: 8px;
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #0D0E16;
  font-weight: 700;
  font-size: 0.813rem;
}.sca_sb_btn_reg-s36:hover {
  background: #28D968;
}.sca_sb_btn_login-s36 {
  padding: 0.625rem;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  color: #C5BEB5;
  font-size: 13px;
  display: block;
  font-weight: 600;
  text-align: center;
}.sca_sb_btn_login-s36:hover {
  border-color: rgba(240,120,32,0.48);
  color: #F0EDE8;
}.sca_sb_promo-s36 {
  margin: 0 0.75rem 0.625rem;
  border: 1px solid rgba(240,120,32,0.18);
  border-radius: 0.5rem;
  background: linear-gradient(135deg,#1C2E50,#111A2C);
  overflow: hidden;
  padding: 12px 14px;
  position: relative;
}.sca_sb_promo-s36::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240,120,32,0.18),transparent 70%);
  height: 5rem;
  top: -20px;
  right: -1.25rem;
  width: 5rem;
  content: '';
  position: absolute;
}.sca_sb_promo_title-s36 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  color: #F07820;
  margin-bottom: 0.25rem;
  letter-spacing: .06em;
}.sca_sb_promo_text-s36 {
  font-weight: 600;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #F0EDE8;
  line-height: 1.35;
}.sca_sb_promo_sub-s36 {
  color: #635D57;
  font-size: 0.625rem;
  margin-top: 3px;
}.sca_sb_nav-s36 {
  padding: 0.375rem 8px 1rem;
}.sca_sb_nav_lb-s36 {
  padding: 0.625rem 0.5rem 6px;
  color: #524E49;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.625rem;
}.sca_sb_link-s36 {
  gap: 0.625rem;
  padding: 9px 10px;
  transition: background .15s,color .15s;
  border-radius: 0.313rem;
  display: flex;
  align-items: center;
  color: #8A847C;
  font-weight: 500;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  cursor: pointer;
}.sca_sb_link-s36:hover {
  background: rgba(255,255,255,0.05);
  color: #F0EDE8;
}.sca_sb_link-s36.sca_state_active-s36 {
  background: rgba(240,120,32,0.18);
  color: #F0EDE8;
}.sca_sb_ic-s36 {
  border-radius: 5px;
  height: 1.875rem;
  width: 1.875rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.sca_sb_ic-s36 svg {
  stroke-linejoin: round;
  height: 1rem;
  width: 1rem;
  stroke-linecap: round;
}.sca_sb_ic_1-s36 {
  background: rgba(240,120,32,0.08);
  color: #F07820;
}.sca_sb_ic_2-s36 {
  background: rgba(34,197,94,0.15);
  color: #22C55E;
}.sca_sb_ic_3-s36 {
  background: rgba(245,184,0,0.14);
  color: #F5B800;
}.sca_sb_ic_4-s36 {
  background: rgba(24,168,216,0.18);
  color: #18A8D8;
}.sca_sb_ic_5-s36 {
  background: rgba(240,120,32,0.08);
  color: #E8398C;
}.sca_sb_ic_6-s36 {
  background: rgba(24,168,216,0.18);
  color: #9B5FD4;
}.sca_sb_badge-s36 {
  background: #F5B800;
  border-radius: 0.313rem;
  padding: 2px 0.438rem;
  color: #0D0E16;
  margin-left: auto;
  font-size: 0.563rem;
  font-weight: 700;
}.sca_sb_bot-s36 {
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
}.sca_sb_lang-s36,.sca_sb_help-s36 {
  border-radius: 0.313rem;
  flex: 1;
  border: 1px solid rgba(255,255,255,0.06);
  gap: 0.375rem;
  transition: border-color .2s;
  padding: 9px 0.375rem;
  background: rgba(255,255,255,0.05);
  font-size: 0.688rem;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  display: flex;
  color: #8A847C;
}.sca_sb_lang-s36:hover,.sca_sb_help-s36:hover {
  border-color: rgba(240,120,32,0.48);
  color: #F0EDE8;
}.sca_sb_lang-s36 svg,.sca_sb_help-s36 svg {
  stroke-linejoin: round;
  height: 0.813rem;
  width: 13px;
  stroke-linecap: round;
}.sca_sb_bd-s36 {
  background: rgba(7,9,15,0.76);
  inset: 0;
  position: fixed;
  display: none;
  z-index: 69;
}.sca_sb_bd-s36.sca_state_on-s36 {
  display: block;
}
@media(min-width: 1077px) {.sca_sb_bd-s36 {
  display: none!important;
}
}.sca_mob_nav-s36 {
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  background: #111A2C;
  border-top: 1px solid rgba(255,255,255,0.10);
  left: 0;
  position: fixed;
  bottom: 0;
  z-index: 80;
  right: 0;
  display: flex;
}
@media(min-width: 1078px) {.sca_mob_nav-s36 {
  display: none;
}
}.sca_mob_nav_item-s36 {
  flex: 1;
  gap: 0.25rem;
  padding: 0.25rem 2px;
  flex-direction: column;
  color: #524E49;
  cursor: pointer;
  align-items: center;
  display: flex;
}.sca_mob_nav_ic-s36 {
  line-height: 1;
}.sca_mob_nav_ic-s36 svg {
  height: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
}.sca_mob_nav_lb-s36 {
  color: #524E49;
  font-size: 0.625rem;
  font-weight: 600;
}.sca_mob_nav_item-s36.sca_state_active-s36 {
  color: #F07820;
}.sca_mob_nav_item-s36.sca_state_active-s36 .sca_mob_nav_lb-s36 {
  color: #F07820;
}.sca_hero-s36 {
  padding: 1.25rem 16px 0;
  background: #0C1220;
}
@media(min-width: 771px) {.sca_hero-s36 {
  padding: 1.5rem 24px 0;
}
}.sca_hero_in-s36 {
  margin: 0 auto;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  max-width: 1340px;
  display: grid;
}
@media(min-width: 861px) {.sca_hero_in-s36 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1098px) {.sca_hero_in-s36 {
  grid-template-columns: 1fr 340px;
}
}.sca_hero_promo-s36 {
  overflow: hidden;
  border-radius: 12px;
  background: #0F1626;
  align-items: stretch;
  position: relative;
  min-height: 220px;
  display: flex;
}
@media(min-width: 771px) {.sca_hero_promo-s36 {
  min-height: 17.5rem;
}
}.sca_hero_promo_bg-s36 {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#1C2E50 0%,#0C1220 100%);
  background-size: cover;
  position: absolute;
}.sca_hero_promo_bg-s36::after {
  background: linear-gradient(90deg,#0C1220 0%,rgba(7,9,15,0.76) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.sca_hero_promo_glow-s36 {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(24,168,216,0.18) 0%,transparent 65%);
  width: 300px;
  pointer-events: none;
  right: 60px;
  top: -2.5rem;
  height: 18.75rem;
  position: absolute;
}.sca_hero_promo_ct-s36 {
  padding: 1.75rem 1.5rem 28px 28px;
  position: relative;
  max-width: 480px;
  flex-direction: column;
  display: flex;
  z-index: 2;
  justify-content: center;
}
@media(min-width: 769px) {.sca_hero_promo_ct-s36 {
  padding: 2.5rem 2rem;
}
}.sca_hero_badge-s36 {
  padding: 5px 0.75rem;
  background: rgba(240,120,32,0.18);
  border: 1px solid rgba(240,120,32,0.08);
  border-radius: 20px;
  display: inline-block;
  letter-spacing: .08em;
  margin-bottom: 14px;
  font-weight: 700;
  color: #F07820;
  text-transform: uppercase;
  font-size: 10px;
}.sca_hero_h1-s36 {
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0EDE8;
  font-size: 1.625rem;
  margin-bottom: 10px;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.15;
}.sca_hero_h1-s36 em {
  color: #F5B800;
  font-style: normal;
}
@media(min-width: 766px) {.sca_hero_h1-s36 {
  font-size: 36px;
}
}.sca_hero_sub-s36 {
  color: #8A847C;
  line-height: 1.55;
  margin-bottom: 20px;
  font-size: 0.813rem;
}
@media(min-width: 771px) {.sca_hero_sub-s36 {
  font-size: 14px;
}
}.sca_hero_row-s36 {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.sca_hero_cta-s36 {
  background: #22C55E;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 13px 1.625rem;
  box-shadow: 0 4px 1.125rem rgba(34,197,94,0.50), -1px 0 0 rgba(255,255,255,0.07) inset;
  font-weight: 700;
  color: #0D0E16;
  font-size: 0.875rem;
}.sca_hero_cta-s36:hover {
  background: #28D968;
}.sca_hero_terms-s36 {
  color: #524E49;
  font-size: 0.688rem;
}.sca_hero_game-s36 {
  background: #0F1626;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  flex-direction: column;
  display: flex;
  position: relative;
}.sca_hero_game_badge-s36 {
  background: rgba(245,184,0,0.14);
  border: 1px solid rgba(245,184,0,0.14);
  padding: 0.313rem 10px;
  border-radius: 1.25rem;
  z-index: 3;
  letter-spacing: .06em;
  left: 0.75rem;
  color: #F5B800;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.625rem;
  position: absolute;
  top: 0.75rem;
}.sca_hero_game_badge-s36 svg {
  width: 0.688rem;
  vertical-align: -1px;
  margin-right: 4px;
  height: 0.688rem;
}.sca_hero_game_img-s36 {
  overflow: hidden;
  background: linear-gradient(135deg,#1C2E50,#0C1220);
  position: relative;
  padding-bottom: 60%;
}.sca_hero_game_img-s36 img {
  inset: 0;
  width: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
}.sca_hero_game_play-s36 {
  background: rgba(7,9,15,0.76);
  transition: opacity .2s;
  inset: 0;
  opacity: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
}.sca_hero_game-s36:hover .sca_hero_game_play-s36 {
  opacity: 1;
}.sca_hero_game_play-s36 span {
  background: #F07820;
  border-radius: 50%;
  height: 3.25rem;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 52px;
}.sca_hero_game_play-s36 span svg {
  height: 1.125rem;
  width: 1.125rem;
  margin-left: 2px;
}.sca_hero_game_info-s36 {
  padding: 0.875rem 1rem;
}.sca_hero_game_title-s36 {
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: #F0EDE8;
  overflow-wrap: break-word;
  font-size: 0.938rem;
}.sca_hero_game_provider-s36 {
  color: #635D57;
  font-size: 11px;
}.sca_hero_game_btn-s36 {
  border-radius: 0.5rem;
  margin: 0.75rem 16px 16px;
  transition: background .2s;
  background: #F07820;
  padding: 11px;
  display: block;
  font-weight: 700;
  text-align: center;
  color: #F0EDE8;
  font-size: 13px;
}.sca_hero_game-s36:hover .sca_hero_game_btn-s36 {
  background: #FF8D30;
}.sca_sbar-s36 {
  background: #0C1220;
  padding: 16px 1rem 0;
}
@media(min-width: 767px) {.sca_sbar-s36 {
  padding: 1.125rem 1.5rem 0;
}
}.sca_sbar_in-s36 {
  margin: 0 auto;
  max-width: 83.75rem;
}.sca_sbar_row-s36 {
  gap: 10px;
  display: flex;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}.sca_sbar_input-s36 {
  background: #0F1626;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  flex: 1;
  padding: 0.688rem 16px;
  gap: 10px;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #635D57;
  display: flex;
  font-size: 0.813rem;
  align-items: center;
}.sca_sbar_input-s36:hover {
  border-color: rgba(240,120,32,0.48);
}.sca_sbar_input-s36 svg {
  stroke-linejoin: round;
  flex-shrink: 0;
  stroke-linecap: round;
  height: 15px;
  width: 15px;
}.sca_sbar_providers-s36 {
  background: #0F1626;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s;
  gap: 8px;
  padding: 0.688rem 18px;
  align-items: center;
  font-size: 0.813rem;
  display: flex;
  font-weight: 600;
  color: #C5BEB5;
  white-space: nowrap;
}.sca_sbar_providers-s36:hover {
  border-color: rgba(240,120,32,0.48);
  color: #F0EDE8;
}.sca_sbar_providers-s36 svg {
  width: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
}.sca_sbar_tabs-s36 {
  gap: 0.375rem;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 2px;
  display: flex;
}.sca_sbar_tabs-s36::-webkit-scrollbar {
  display: none;
}.sca_sbar_tab-s36 {
  border-radius: 1.25rem;
  border: 1px solid rgba(255,255,255,0.06);
  gap: 7px;
  background: rgba(255,255,255,0.05);
  padding: 0.5rem 14px;
  transition: background .15s,color .15s,border-color .15s;
  font-weight: 600;
  color: #8A847C;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 0.75rem;
  flex-shrink: 0;
  white-space: nowrap;
}.sca_sbar_tab-s36:hover {
  border-color: rgba(240,120,32,0.48);
  background: rgba(255,255,255,0.07);
  color: #F0EDE8;
}.sca_sbar_tab-s36.sca_state_active-s36 {
  background: rgba(240,120,32,0.18);
  border-color: rgba(240,120,32,0.08);
  color: #F0EDE8;
}.sca_sbar_tab_ic-s36 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.875rem;
  width: 14px;
}.sca_gr_jp-s36 {
  border-radius: 0.75rem;
  background: linear-gradient(135deg,#1E1142 0%,#0C0C20 100%);
  padding: 20px;
  overflow: hidden;
  position: relative;
}.sca_gr_jp-s36::before {
  background: radial-gradient(circle,rgba(24,168,216,0.18) 0%,transparent 70%);
  border-radius: 50%;
  width: 15.625rem;
  height: 15.625rem;
  content: '';
  position: absolute;
  top: -60px;
  left: -3.75rem;
}.sca_gr_jp-s36::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(245,184,0,0.14) 0%,transparent 70%);
  right: 0;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  bottom: -2.5rem;
  content: '';
}.sca_gr_jp_head-s36 {
  gap: 16px;
  position: relative;
  align-items: flex-start;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}.sca_gr_jp_info-s36 {
  flex: 1;
}.sca_gr_jp_label-s36 {
  text-transform: uppercase;
  color: #9B5FD4;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 6px;
}.sca_gr_jp_label-s36 svg {
  margin-right: 0.25rem;
  height: 0.875rem;
  vertical-align: -2px;
  stroke-linejoin: round;
  width: 0.875rem;
  stroke-linecap: round;
}.sca_gr_jp_amount-s36 {
  color: #F0EDE8;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 32px;
  margin-bottom: 4px;
  line-height: 1;
}
@media(min-width: 769px) {.sca_gr_jp_amount-s36 {
  font-size: 40px;
}
}.sca_gr_jp_amount-s36 span {
  color: #F5B800;
}.sca_gr_jp_seo-s36 {
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 12px;
  max-width: 480px;
  color: #8A847C;
}.sca_gr_jp_cta-s36 {
  border-radius: 0.5rem;
  transition: background .2s;
  background: rgba(24,168,216,0.18);
  padding: 11px 1.25rem;
  border: 1px solid rgba(24,168,216,0.18);
  z-index: 1;
  position: relative;
  flex-shrink: 0;
  align-self: flex-start;
  font-weight: 700;
  color: #F0EDE8;
  font-size: 0.813rem;
  white-space: nowrap;
  margin-top: 0.25rem;
}.sca_gr_jp_cta-s36:hover {
  background: #18A8D8;
}.sca_gcg-s36 {
  background: #0C1220;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.sca_gcg-s36 {
  padding: 44px 1.5rem 0;
}
}.sca_gcg_in-s36 {
  margin: 0 auto;
  max-width: 83.75rem;
}.sca_gcg_head-s36 {
  max-width: 720px;
  margin-bottom: 1.25rem;
}.sca_gcg_label-s36 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #F07820;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
}.sca_gcg_h2-s36 {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.5rem;
  color: #F0EDE8;
  font-size: 22px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.sca_gcg_h2-s36 {
  font-size: 1.75rem;
}
}.sca_gcg_intro-s36 {
  font-size: 0.813rem;
  color: #635D57;
  line-height: 1.6;
}.sca_gcg_grid-s36 {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.sca_gcg_grid-s36 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.sca_gcg_grid-s36 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.sca_gcg_card-s36 {
  border-radius: 0.75rem;
  border: 1px solid rgba(255,255,255,0.10);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  padding: 1.25rem;
  cursor: pointer;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 15rem;
}.sca_gcg_card-s36:hover {
  border-color: rgba(240,120,32,0.18);
  transform: translateY(-3px);
}.sca_gcg_card_bg-s36 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.sca_gcg_card_bg-s36::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.sca_gcg_card_ic-s36 {
  background: rgba(0,0,0,.45);
  border-radius: 5px;
  right: 18px;
  z-index: 2;
  align-items: center;
  display: flex;
  color: #F0EDE8;
  width: 2.5rem;
  height: 40px;
  position: absolute;
  justify-content: center;
  top: 1.125rem;
}.sca_gcg_card_ic-s36 svg {
  height: 20px;
  stroke-linecap: round;
  width: 20px;
  stroke-linejoin: round;
}.sca_gcg_card_ct-s36 {
  z-index: 1;
  position: relative;
}.sca_gcg_card_h-s36 {
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #F0EDE8;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 18px;
}
@media(min-width:768px) {.sca_gcg_card_h-s36 {
  font-size: 20px;
}
}.sca_gcg_card_p-s36 {
  margin-bottom: 0.625rem;
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
}.sca_gcg_card_p-s36 strong {
  color: #F0EDE8;
  font-weight: 600;
}.sca_gcg_card_cta-s36 {
  gap: 4px;
  align-items: center;
  color: #F07820;
  text-transform: uppercase;
  letter-spacing: .04em;
  display: inline-flex;
  font-weight: 700;
  font-size: 12px;
}.sca_gcg_card_cta-s36 svg {
  stroke-linejoin: round;
  height: 0.75rem;
  width: 12px;
  stroke-linecap: round;
}.sca_ws-s36 {
  background: #0C1220;
  padding: 32px 16px 0;
}
@media(min-width: 767px) {.sca_ws-s36 {
  padding: 36px 24px 0;
}
}.sca_ws_in-s36 {
  margin: 0 auto;
  max-width: 1340px;
}.sca_ws_head-s36 {
  gap: 0.75rem;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}.sca_ws_title-s36 {
  gap: 10px;
  color: #F0EDE8;
  font-weight: 700;
  align-items: center;
  display: flex;
  font-family: 'Barlow Condensed', sans-serif;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-size: 1rem;
}.sca_ws_title_ic-s36 svg {
  stroke-linejoin: round;
  width: 1.125rem;
  height: 18px;
  stroke-linecap: round;
  color: #F5B800;
}.sca_ws_online-s36 {
  gap: 0.438rem;
  font-weight: 600;
  font-size: 0.75rem;
  align-items: center;
  color: #635D57;
  display: flex;
}.sca_ws_online_dot-s36 {
  border-radius: 50%;
  background: #22C55E;
  width: 8px;
  flex-shrink: 0;
  height: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(34,197,94,0.15);
}.sca_ws_scroll-s36 {
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
  display: flex;
}.sca_ws_scroll-s36::-webkit-scrollbar {
  display: none;
}.sca_wc-s36 {
  padding: 0.625rem 14px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  background: #0F1626;
  gap: 10px;
  display: flex;
  min-width: 220px;
  flex-shrink: 0;
  align-items: center;
}.sca_wc_img-s36 {
  overflow: hidden;
  background: #111A2C;
  border-radius: 0.313rem;
  height: 2.25rem;
  flex-shrink: 0;
  width: 2.25rem;
}.sca_wc_img-s36 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.sca_wc_info-s36 {
  min-width: 0;
}.sca_wc_game-s36 {
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  color: #C5BEB5;
  text-overflow: ellipsis;
}.sca_wc_player-s36 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #524E49;
  font-size: 0.625rem;
}.sca_wc_amount-s36 {
  font-size: 13px;
  margin-left: auto;
  color: #22C55E;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
}.sca_bon-s36 {
  background: #0C1220;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.sca_bon-s36 {
  padding: 44px 1.5rem 0;
}
}.sca_bon_in-s36 {
  margin: 0 auto;
  max-width: 83.75rem;
}.sca_bon_head-s36 {
  margin-bottom: 20px;
}.sca_bon_label-s36 {
  font-size: 0.688rem;
  font-weight: 700;
  color: #F07820;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.sca_bon_h2-s36 {
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0EDE8;
  font-size: 20px;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 770px) {.sca_bon_h2-s36 {
  font-size: 24px;
}
}.sca_bon_seo-s36 {
  overflow-wrap: break-word;
  max-width: 38.75rem;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #635D57;
}.sca_bon_seo-s36 strong {
  font-weight: 700;
  color: #C5BEB5;
}.sca_bon_seo-s36 a {
  color: #F07820;
  text-decoration: underline;
}.sca_bon_grid-s36 {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.sca_bon_grid-s36 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.sca_bon_grid-s36 {
  grid-template-columns: repeat(5,1fr);
}
}.sca_bon_card-s36 {
  padding: 16px;
  background: #0F1626;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.5rem;
}.sca_bon_card-s36:hover {
  border-color: rgba(240,120,32,0.08);
  transform: translateY(-2px);
}.sca_bon_card_ic-s36 svg {
  height: 1.625rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.625rem;
}.sca_bon_card_ic-s36 {
  margin-bottom: 10px;
}.sca_bon_card_type-s36 {
  margin-bottom: 6px;
  letter-spacing: .06em;
  font-weight: 700;
  color: #635D57;
  text-transform: uppercase;
  font-size: 0.625rem;
}.sca_bon_card_amount-s36 {
  color: #F5B800;
  line-height: 1.1;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 800;
}.sca_bon_card_name-s36 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #F0EDE8;
  overflow-wrap: break-word;
  font-size: 13px;
}.sca_bon_card_detail-s36 {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 11px;
  color: #524E49;
  padding-top: 0.5rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}.sca_reg-s36 {
  background: #0C1220;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.sca_reg-s36 {
  padding: 44px 1.5rem 0;
}
}.sca_reg_in-s36 {
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 1.75rem 24px;
  background: #111A2C;
  border-radius: 12px;
  max-width: 1340px;
}
@media(min-width: 769px) {.sca_reg_in-s36 {
  padding: 2.5rem;
}
}.sca_reg_top-s36 {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.sca_reg_top-s36 {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.sca_reg_label-s36 {
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #F07820;
}.sca_reg_h2-s36 {
  margin-bottom: 0.75rem;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0EDE8;
}
@media(min-width: 769px) {.sca_reg_h2-s36 {
  font-size: 1.75rem;
}
}.sca_reg_bonus-s36 {
  background: rgba(245,184,0,0.14);
  gap: 8px;
  border: 1px solid rgba(245,184,0,0.14);
  padding: 0.625rem 16px;
  border-radius: 0.5rem;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}.sca_reg_bonus_amount-s36 {
  color: #F5B800;
  font-size: 20px;
  font-weight: 800;
}.sca_reg_bonus_text-s36 {
  font-size: 13px;
  color: #8A847C;
  line-height: 1.35;
}.sca_reg_cta_btn-s36 {
  padding: 0.875rem 2rem;
  background: #22C55E;
  border-radius: 8px;
  transition: background .2s;
  margin-bottom: 12px;
  font-weight: 700;
  color: #0D0E16;
  display: inline-block;
  font-size: 15px;
  box-shadow: 0 0.25rem 18px rgba(34,197,94,0.50), -1px 0 0 rgba(255,255,255,0.07) inset;
}.sca_reg_cta_btn-s36:hover {
  background: #28D968;
}.sca_reg_terms-s36 {
  line-height: 1.5;
  font-size: 0.688rem;
  color: #524E49;
}.sca_reg_seo-s36 {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #635D57;
  margin-top: 1.25rem;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  padding-top: 20px;
}.sca_reg_seo-s36 p {
  font-size: 13px;
  line-height: 1.65;
  color: #635D57;
  margin-bottom: 10px;
}.sca_reg_seo-s36 p:last-child {
  margin-bottom: 0;
}.sca_reg_seo-s36 strong {
  font-weight: 700;
  color: #C5BEB5;
}.sca_reg_seo-s36 a {
  transition: color .2s;
  color: #F07820;
  text-decoration: underline;
}.sca_reg_seo-s36 a:hover {
  color: #FF8D30;
}.sca_reg_seo-s36 ul,.sca_reg_seo-s36 ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.sca_reg_seo-s36 ol {
  list-style: decimal;
}.sca_reg_seo-s36 li {
  margin-bottom: 0.25rem;
  color: #635D57;
  font-size: 0.813rem;
  line-height: 1.65;
}.sca_reg_seo-s36 table {
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 766px) {.sca_reg_seo-s36 table {
  display: table;
}
}.sca_reg_seo-s36 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  color: #C5BEB5;
  font-weight: 700;
  text-align: left;
}.sca_reg_seo-s36 td {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #635D57;
}.sca_reg_steps-s36 {
  gap: 14px;
  margin-top: 28px;
  flex-direction: column;
  display: flex;
}
@media(min-width: 861px) {.sca_reg_steps-s36 {
  margin-top: 0;
}
}.sca_reg_step-s36 {
  gap: 0.875rem;
  border-radius: 0.5rem;
  padding: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.sca_reg_step_num-s36 {
  border-radius: 50%;
  border: 1px solid rgba(240,120,32,0.08);
  background: rgba(240,120,32,0.18);
  width: 34px;
  align-items: center;
  display: flex;
  color: #F07820;
  height: 34px;
  font-weight: 800;
  font-size: 0.875rem;
  flex-shrink: 0;
  justify-content: center;
}.sca_reg_step_title-s36 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F0EDE8;
}.sca_reg_step_text-s36 {
  color: #635D57;
  line-height: 1.5;
  font-size: 12px;
}.sca_reg_trust-s36 {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-top: 20px;
  padding-top: 1.25rem;
}.sca_reg_trust_item-s36 {
  gap: 0.438rem;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  color: #635D57;
  font-size: 12px;
}.sca_reg_trust_ic-s36 svg {
  stroke-linecap: round;
  color: #F07820;
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
}.sca_htp-s36 {
  background: #0C1220;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.sca_htp-s36 {
  padding: 2.75rem 24px 0;
}
}.sca_htp_in-s36 {
  margin: 0 auto;
  max-width: 1340px;
}.sca_htp_head-s36 {
  margin-bottom: 22px;
  max-width: 45rem;
}.sca_htp_label-s36 {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #F07820;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.sca_htp_h2-s36 {
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0EDE8;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
}
@media(min-width: 766px) {.sca_htp_h2-s36 {
  font-size: 1.75rem;
}
}.sca_htp_intro-s36 {
  color: #635D57;
  line-height: 1.6;
  font-size: 14px;
}.sca_htp_steps-s36 {
  padding: 0;
  margin: 0;
  gap: 12px;
  list-style: none;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.sca_htp_steps-s36 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.sca_htp_steps-s36 {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.sca_htp_step-s36 {
  background: #111A2C;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 20px 1.125rem 1.125rem;
  border-radius: 8px;
  flex-direction: column;
  display: flex;
  position: relative;
}.sca_htp_step_num-s36 {
  background: #F07820;
  border-radius: 50%;
  top: -12px;
  height: 1.75rem;
  position: absolute;
  font-size: 0.813rem;
  left: 20px;
  width: 28px;
  justify-content: center;
  font-weight: 800;
  display: flex;
  color: #0D0E16;
  font-family: 'Barlow Condensed', sans-serif;
  align-items: center;
}.sca_htp_step_ic-s36 {
  border-radius: 0.313rem;
  margin: 8px 0 0.75rem;
  background: rgba(240,120,32,0.18);
  width: 36px;
  align-items: center;
  color: #F07820;
  display: flex;
  height: 36px;
  justify-content: center;
}.sca_htp_step_ic-s36 svg {
  stroke-linecap: round;
  width: 1.125rem;
  stroke-linejoin: round;
  height: 1.125rem;
}.sca_htp_step_h-s36 {
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 700;
  color: #F0EDE8;
  margin-bottom: 6px;
}.sca_htp_step_p-s36 {
  font-size: 13px;
  color: #635D57;
  overflow-wrap: break-word;
  line-height: 1.55;
}.sca_htp_step_p-s36 strong {
  font-weight: 600;
  color: #C5BEB5;
}.sca_htp_cta-s36 {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #22C55E;
  padding: 13px 1.625rem;
  font-size: 14px;
  color: #0D0E16;
  display: inline-block;
  font-weight: 700;
  margin-top: 1.25rem;
}.sca_htp_cta-s36:hover {
  background: #28D968;
}.sca_app-s36 {
  background: #0C1220;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.sca_app-s36 {
  padding: 2.75rem 1.5rem 0;
}
}.sca_app_in-s36 {
  margin: 0 auto;
  max-width: 83.75rem;
}.sca_app_head-s36 {
  margin-bottom: 1rem;
}.sca_app_label-s36 {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #F07820;
  font-weight: 700;
}.sca_app_h2-s36 {
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 6px;
  color: #F0EDE8;
  font-weight: 800;
}
@media(min-width: 769px) {.sca_app_h2-s36 {
  font-size: 24px;
}
}.sca_app_sub-s36 {
  font-size: 13px;
  overflow-wrap: break-word;
  max-width: 37.5rem;
  color: #635D57;
  line-height: 1.6;
}.sca_app_sub-s36 strong {
  font-weight: 700;
  color: #C5BEB5;
}.sca_app_cards-s36 {
  gap: 10px;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.sca_app_cards-s36 {
  grid-template-columns: repeat(3,1fr);
}
}.sca_app_card-s36 {
  overflow: hidden;
  padding: 20px;
  border-radius: 8px;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  display: flex;
}.sca_app_card_ios-s36 {
  background: linear-gradient(135deg,rgba(240,120,32,0.18) 0%,#111A2C 100%);
}.sca_app_card_android-s36 {
  background: linear-gradient(135deg,rgba(34,197,94,0.15) 0%,#111A2C 100%);
}.sca_app_card_win-s36 {
  background: linear-gradient(135deg,rgba(245,184,0,0.14) 0%,#111A2C 100%);
}.sca_app_card_ic-s36 svg {
  width: 2.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 2.125rem;
}.sca_app_card_ic-s36 {
  flex-shrink: 0;
  color: #F0EDE8;
}.sca_app_card_os-s36 {
  text-transform: uppercase;
  color: #635D57;
  letter-spacing: .08em;
  font-size: 0.625rem;
  margin-bottom: 6px;
  font-weight: 700;
}.sca_app_card_title-s36 {
  color: #F0EDE8;
  font-size: 0.938rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
}.sca_app_card_text-s36 {
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 0.75rem;
  color: #635D57;
}.sca_app_card_btn-s36 {
  border: 1px solid rgba(240,120,32,0.48);
  padding: 10px 18px;
  background: rgba(255,255,255,0.12);
  border-radius: 5px;
  gap: 0.438rem;
  transition: background .2s;
  display: inline-flex;
  align-items: center;
  color: #F0EDE8;
  font-size: 13px;
  font-weight: 700;
}.sca_app_card_btn-s36:hover {
  background: rgba(255,255,255,0.07);
}.sca_prov-s36 {
  background: #0C1220;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.sca_prov-s36 {
  padding: 44px 1.5rem 0;
}
}.sca_prov_in-s36 {
  margin: 0 auto;
  max-width: 83.75rem;
}.sca_prov_head-s36 {
  margin-bottom: 16px;
}.sca_prov_label-s36 {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 0.688rem;
  color: #F07820;
  letter-spacing: .08em;
}.sca_prov_h2-s36 {
  color: #F0EDE8;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 769px) {.sca_prov_h2-s36 {
  font-size: 24px;
}
}.sca_prov_seo-s36 {
  max-width: 620px;
  color: #635D57;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}.sca_prov_seo-s36 strong {
  color: #C5BEB5;
  font-weight: 700;
}.sca_prov_seo-s36 a {
  color: #F07820;
  text-decoration: underline;
}.sca_prov_grid-s36 {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width:640px) {.sca_prov_grid-s36 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.sca_prov_grid-s36 {
  grid-template-columns: repeat(8,1fr);
}
}.sca_prov_card-s36 {
  padding: 0.875rem 10px;
  background: #0F1626;
  border-radius: 0.5rem;
  transition: border-color .2s,background .2s;
  gap: 7px;
  border: 1px solid rgba(255,255,255,0.10);
  align-items: center;
  flex-direction: column;
  display: flex;
  cursor: pointer;
}.sca_prov_card-s36:hover {
  background: #111A2C;
  border-color: rgba(240,120,32,0.48);
}.sca_prov_logo-s36 {
  background: rgba(255,255,255,0.05);
  border-radius: 0.313rem;
  overflow: hidden;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 2.75rem;
}.sca_prov_logo-s36 img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.sca_prov_name-s36 {
  text-align: center;
  font-weight: 600;
  color: #8A847C;
  font-size: 11px;
  overflow-wrap: break-word;
}.sca_faq-s36 {
  background: #0C1220;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.sca_faq-s36 {
  padding: 44px 24px 0;
}
}.sca_faq_in-s36 {
  margin: 0 auto;
  max-width: 1340px;
}.sca_faq_head-s36 {
  margin-bottom: 20px;
}.sca_faq_label-s36 {
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #F07820;
  text-transform: uppercase;
}.sca_faq_h2-s36 {
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0EDE8;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 771px) {.sca_faq_h2-s36 {
  font-size: 1.5rem;
}
}.sca_faq_list-s36 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.sca_faq_item-s36 {
  background: #111A2C;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.10);
  overflow: hidden;
}.sca_faq_q-s36 {
  gap: 12px;
  padding: 1rem 20px;
  transition: color .2s;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  justify-content: space-between;
  color: #C5BEB5;
  display: flex;
  cursor: pointer;
}.sca_faq_q-s36:hover {
  color: #F0EDE8;
}.sca_faq_q_ic-s36 {
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  transition: transform .25s;
  width: 1.5rem;
  height: 1.5rem;
  color: #F07820;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: 1rem;
}.sca_faq_item-s36.sca_state_open-s36 .sca_faq_q_ic-s36 {
  transform: rotate(45deg);
}.sca_faq_a-s36 {
  padding: 0 20px 1rem;
  display: none;
  overflow-wrap: break-word;
  line-height: 1.7;
  font-size: 0.813rem;
  color: #635D57;
}.sca_faq_item-s36.sca_state_open-s36 .sca_faq_a-s36 {
  display: block;
}.sca_faq_a-s36 strong {
  font-weight: 700;
  color: #C5BEB5;
}.sca_faq_a-s36 a {
  color: #F07820;
  text-decoration: underline;
}.sca_faq_a-s36 ul,.sca_faq_a-s36 ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.sca_faq_a-s36 ol {
  list-style: decimal;
}.sca_faq_a-s36 li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.sca_faq_a-s36 table {
  margin: 8px 0;
  font-size: 0.75rem;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 769px) {.sca_faq_a-s36 table {
  display: table;
}
}.sca_faq_a-s36 th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C5BEB5;
  text-align: left;
}.sca_faq_a-s36 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.375rem 0.5rem;
  color: #635D57;
}.sca_seo-s36 {
  padding: 2.25rem 1rem 0;
  background: #0C1220;
}
@media(min-width: 765px) {.sca_seo-s36 {
  padding: 44px 1.5rem 0;
}
}.sca_seo_in-s36 {
  border: 1px solid rgba(255,255,255,0.10);
  background: #111A2C;
  border-radius: 12px;
  padding: 28px 1.5rem;
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 771px) {.sca_seo_in-s36 {
  padding: 2.25rem 2.5rem;
}
}.sca_seo_label-s36 {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
  color: #F07820;
}.sca_seo_h2-s36 {
  line-height: 1.25;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 14px;
  color: #F0EDE8;
}
@media(min-width:768px) {.sca_seo_h2-s36 {
  font-size: 1.5rem;
}
}.sca_seo_body-s36 {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
  color: #8A847C;
}.sca_seo_body-s36 p {
  margin-bottom: 0.75rem;
  color: #8A847C;
  font-size: 0.875rem;
  line-height: 1.75;
}.sca_seo_body-s36 p:last-child {
  margin-bottom: 0;
}.sca_seo_body-s36 strong {
  color: #C5BEB5;
  font-weight: 700;
}.sca_seo_body-s36 a {
  transition: color .2s;
  color: #F07820;
  text-decoration: underline;
}.sca_seo_body-s36 a:hover {
  color: #FF8D30;
}.sca_seo_body-s36 ul,.sca_seo_body-s36 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.sca_seo_body-s36 ol {
  list-style: decimal;
}.sca_seo_body-s36 li {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 6px;
  color: #8A847C;
}.sca_seo_body-s36 table {
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 13px;
}
@media(min-width: 769px) {.sca_seo_body-s36 table {
  display: table;
}
}.sca_seo_body-s36 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #C5BEB5;
}.sca_seo_body-s36 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #8A847C;
}.sca_seo_cols-s36 {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.sca_seo_cols-s36 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.sca_seo_cols-s36 {
  grid-template-columns: repeat(3,1fr);
}
}.sca_seo_col_h-s36 {
  font-size: 0.813rem;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  color: #C5BEB5;
}.sca_seo_col_p-s36 {
  line-height: 1.65;
  color: #635D57;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.sca_seo_stats-s36 {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.sca_seo_stat-s36 {
  border: 1px solid rgba(240,120,32,0.18);
  border-radius: 0.5rem;
  flex: 1;
  background: rgba(240,120,32,0.08);
  padding: 0.875rem 16px;
  min-width: 8.75rem;
}.sca_seo_stat_val-s36 {
  color: #F07820;
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}.sca_seo_stat_lb-s36 {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #635D57;
}.sca_seo-s36 {
  background: #0C1220;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.sca_seo-s36 {
  padding: 44px 24px 0;
}
}.sca_seo_in-s36 {
  background: #111A2C;
  padding: 28px 24px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.75rem;
  max-width: 83.75rem;
}
@media(min-width: 767px) {.sca_seo_in-s36 {
  padding: 36px 2.5rem;
}
}.sca_seo_label-s36 {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #F07820;
  font-size: 0.688rem;
  margin-bottom: 10px;
  font-weight: 700;
}.sca_seo_h2-s36 {
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F0EDE8;
  line-height: 1.25;
  margin-bottom: 14px;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 765px) {.sca_seo_h2-s36 {
  font-size: 24px;
}
}.sca_seo_body-s36 {
  line-height: 1.75;
  color: #8A847C;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.sca_seo_body-s36 p {
  font-size: 14px;
  line-height: 1.75;
  color: #8A847C;
  margin-bottom: 0.75rem;
}.sca_seo_body-s36 p:last-child {
  margin-bottom: 0;
}.sca_seo_body-s36 strong {
  font-weight: 700;
  color: #C5BEB5;
}.sca_seo_body-s36 a {
  transition: color .2s;
  color: #F07820;
  text-decoration: underline;
}.sca_seo_body-s36 a:hover {
  color: #FF8D30;
}.sca_seo_body-s36 ul,.sca_seo_body-s36 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.sca_seo_body-s36 ol {
  list-style: decimal;
}.sca_seo_body-s36 li {
  color: #8A847C;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 0.875rem;
}.sca_seo_body-s36 table {
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  width: 100%;
  font-size: 13px;
}
@media(min-width:768px) {.sca_seo_body-s36 table {
  display: table;
}
}.sca_seo_body-s36 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  text-align: left;
  font-weight: 700;
  color: #C5BEB5;
}.sca_seo_body-s36 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #8A847C;
}.sca_seo_cols-s36 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.sca_seo_cols-s36 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.sca_seo_cols-s36 {
  grid-template-columns: repeat(3,1fr);
}
}.sca_seo_col_h-s36 {
  color: #C5BEB5;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 7px;
  font-weight: 700;
}.sca_seo_col_p-s36 {
  overflow-wrap: break-word;
  color: #635D57;
  font-size: 0.813rem;
  line-height: 1.65;
}.sca_seo_stats-s36 {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.sca_seo_stat-s36 {
  background: rgba(240,120,32,0.08);
  border: 1px solid rgba(240,120,32,0.18);
  flex: 1;
  padding: 14px 16px;
  border-radius: 0.5rem;
  min-width: 8.75rem;
}.sca_seo_stat_val-s36 {
  font-size: 20px;
  font-weight: 800;
  color: #F07820;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.sca_seo_stat_lb-s36 {
  color: #635D57;
  overflow-wrap: break-word;
  font-size: 11px;
}.sca_seo-s36 {
  padding: 2.25rem 1rem 0;
  background: #0C1220;
}
@media(min-width:768px) {.sca_seo-s36 {
  padding: 44px 24px 0;
}
}.sca_seo_in-s36 {
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.10);
  background: #111A2C;
  padding: 1.75rem 1.5rem;
  border-radius: 12px;
  max-width: 83.75rem;
}
@media(min-width: 770px) {.sca_seo_in-s36 {
  padding: 2.25rem 40px;
}
}.sca_seo_label-s36 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  color: #F07820;
}.sca_seo_h2-s36 {
  line-height: 1.25;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #F0EDE8;
}
@media(min-width: 769px) {.sca_seo_h2-s36 {
  font-size: 24px;
}
}.sca_seo_body-s36 {
  color: #8A847C;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
}.sca_seo_body-s36 p {
  margin-bottom: 0.75rem;
  color: #8A847C;
  line-height: 1.75;
  font-size: 14px;
}.sca_seo_body-s36 p:last-child {
  margin-bottom: 0;
}.sca_seo_body-s36 strong {
  color: #C5BEB5;
  font-weight: 700;
}.sca_seo_body-s36 a {
  transition: color .2s;
  color: #F07820;
  text-decoration: underline;
}.sca_seo_body-s36 a:hover {
  color: #FF8D30;
}.sca_seo_body-s36 ul,.sca_seo_body-s36 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.sca_seo_body-s36 ol {
  list-style: decimal;
}.sca_seo_body-s36 li {
  margin-bottom: 0.375rem;
  color: #8A847C;
  line-height: 1.75;
  font-size: 14px;
}.sca_seo_body-s36 table {
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  display: block;
}
@media(min-width: 769px) {.sca_seo_body-s36 table {
  display: table;
}
}.sca_seo_body-s36 th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #C5BEB5;
  font-weight: 700;
}.sca_seo_body-s36 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #8A847C;
}.sca_seo_cols-s36 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.sca_seo_cols-s36 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.sca_seo_cols-s36 {
  grid-template-columns: repeat(3,1fr);
}
}.sca_seo_col_h-s36 {
  color: #C5BEB5;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  margin-bottom: 0.438rem;
}.sca_seo_col_p-s36 {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #635D57;
}.sca_seo_stats-s36 {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.sca_seo_stat-s36 {
  border: 1px solid rgba(240,120,32,0.18);
  padding: 14px 1rem;
  flex: 1;
  background: rgba(240,120,32,0.08);
  border-radius: 8px;
  min-width: 8.75rem;
}.sca_seo_stat_val-s36 {
  color: #F07820;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 4px;
}.sca_seo_stat_lb-s36 {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #635D57;
}.sca_rv-s36 {
  padding: 2.25rem 16px 0;
  background: #0C1220;
}
@media(min-width: 770px) {.sca_rv-s36 {
  padding: 2.75rem 1.5rem 0;
}
}.sca_rv_in-s36 {
  margin: 0 auto;
  max-width: 83.75rem;
}.sca_rv_head-s36 {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.sca_rv_label-s36 {
  font-weight: 700;
  color: #F07820;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
}.sca_rv_h2-s36 {
  font-size: 1.375rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0EDE8;
  margin-bottom: 10px;
}
@media(min-width: 769px) {.sca_rv_h2-s36 {
  font-size: 1.75rem;
}
}.sca_rv_stats-s36 {
  gap: 18px;
  align-items: center;
  font-size: 13px;
  flex-wrap: wrap;
  display: flex;
  color: #635D57;
}.sca_rv_stats_score-s36 {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.sca_rv_stats_score_val-s36 {
  font-size: 1.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  color: #F5B800;
}.sca_rv_stats_score_max-s36 {
  font-size: 0.813rem;
  color: #524E49;
}.sca_rv_stats_badge-s36 {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.sca_rv_stats_badge-s36 svg {
  color: #F5B800;
  width: 0.875rem;
  height: 0.875rem;
}.sca_rv_grid-s36 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.sca_rv_grid-s36 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.sca_rv_grid-s36 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.sca_rv_card-s36 {
  background: #111A2C;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 20px;
  border-radius: 8px;
  flex-direction: column;
  display: flex;
}.sca_rv_card_stars-s36 {
  gap: 2px;
  color: #F5B800;
  display: flex;
  margin-bottom: 10px;
}.sca_rv_card_stars-s36 svg {
  height: 0.875rem;
  width: 0.875rem;
}.sca_rv_card_h-s36 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  color: #F0EDE8;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}.sca_rv_card_body-s36 {
  flex: 1;
  font-size: 0.813rem;
  margin-bottom: 0.875rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #635D57;
}.sca_rv_card_body-s36 strong {
  font-weight: 600;
  color: #C5BEB5;
}.sca_rv_card_meta-s36 {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.625rem;
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}.sca_rv_card_author-s36 {
  font-size: 12px;
  font-weight: 600;
  color: #C5BEB5;
}.sca_rv_card_date-s36 {
  font-size: 11px;
  color: #524E49;
}.sca_ft-s36 {
  background: #07090F;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 3rem;
}.sca_ft_support-s36 {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 770px) {.sca_ft_support-s36 {
  padding: 1.75rem 24px;
}
}.sca_ft_support_in-s36 {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  max-width: 83.75rem;
  flex-wrap: wrap;
  align-items: center;
}.sca_ft_support_main-s36 {
  flex: 1;
  gap: 1rem;
  flex-wrap: wrap;
  min-width: 220px;
  align-items: center;
  display: flex;
}.sca_ft_support_ic-s36 {
  flex-shrink: 0;
  color: #F07820;
}.sca_ft_support_ic-s36 svg {
  width: 30px;
  height: 1.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.sca_ft_support_text_title-s36 {
  font-size: 15px;
  font-weight: 700;
  color: #F0EDE8;
  overflow-wrap: break-word;
  margin-bottom: 3px;
}.sca_ft_support_text_sub-s36 {
  color: #635D57;
  font-size: 12px;
  overflow-wrap: break-word;
}.sca_ft_support_btn-s36 {
  transition: background .2s;
  background: #F07820;
  border-radius: 0.5rem;
  padding: 0.688rem 22px;
  color: #F0EDE8;
  font-size: 13px;
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
}.sca_ft_support_btn-s36:hover {
  background: #FF8D30;
}.sca_ft_support_contacts-s36 {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.sca_ft_support_contact-s36 {
  line-height: 1.4;
  font-size: 0.75rem;
  color: #524E49;
}.sca_ft_support_contact-s36 strong {
  color: #8A847C;
  font-size: 0.688rem;
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
}.sca_ft_main-s36 {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 1rem 1.5rem;
}
@media(min-width: 767px) {.sca_ft_main-s36 {
  padding: 40px 1.5rem 32px;
}
}.sca_ft_main_in-s36 {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  max-width: 1340px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.sca_ft_main_in-s36 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.sca_ft_main_in-s36 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.sca_ft_col_logo-s36 {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.sca_ft_col_logo-s36 {
  grid-column: auto;
}
}.sca_ft_logo-s36 {
  gap: 0.563rem;
  color: #F0EDE8;
  font-weight: 800;
  overflow-wrap: break-word;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  flex-wrap: wrap;
  display: flex;
}.sca_ft_logo_mark-s36 {
  overflow: hidden;
  border-radius: 5px;
  width: 1.875rem;
  height: 30px;
}.sca_ft_logo_mark-s36 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.sca_ft_logo_sub-s36 {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #524E49;
  max-width: 200px;
  line-height: 1.55;
}.sca_ft_col_title-s36 {
  color: #8A847C;
  letter-spacing: .07em;
  margin-bottom: 0.875rem;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}.sca_ft_col_links-s36 {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.sca_ft_col_link-s36 {
  transition: color .2s;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #524E49;
}.sca_ft_col_link-s36:hover {
  color: #C5BEB5;
}.sca_ft_apps-s36 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.sca_ft_app_card-s36 {
  background: rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  border-radius: 5px;
  gap: 10px;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  align-items: center;
}.sca_ft_app_card-s36:hover {
  border-color: rgba(240,120,32,0.48);
}.sca_ft_app_card_ic-s36 svg {
  stroke-linejoin: round;
  height: 1.375rem;
  stroke-linecap: round;
  width: 1.375rem;
}.sca_ft_app_card_os-s36 {
  font-weight: 600;
  font-size: 10px;
  color: #524E49;
}.sca_ft_app_card_action-s36 {
  font-weight: 700;
  color: #C5BEB5;
  font-size: 12px;
}.sca_ft_bot-s36 {
  padding: 1.25rem 1rem;
}
@media(min-width: 771px) {.sca_ft_bot-s36 {
  padding: 1.25rem 1.5rem;
}
}.sca_ft_bot_in-s36 {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1340px;
  display: flex;
}.sca_ft_socials-s36 {
  gap: 8px;
  display: flex;
}.sca_ft_soc-s36 {
  border-radius: 0.313rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  transition: background .2s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  color: #8A847C;
  height: 36px;
}.sca_ft_soc-s36 svg {
  width: 16px;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.sca_ft_soc-s36:hover {
  background: rgba(255,255,255,0.07);
}.sca_ft_legal-s36 {
  flex: 1;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  min-width: 12.5rem;
  color: #837D77;
}.sca_ft_legal-s36 strong {
  color: #8A847C;
  font-weight: 700;
}.sca_ft_legal-s36 a {
  color: #8A847C;
  text-decoration: underline;
}.sca_ft_age-s36 {
  border: 2px solid #837D77;
  border-radius: 50%;
  width: 2rem;
  margin-left: auto;
  font-size: 0.688rem;
  justify-content: center;
  color: #837D77;
  align-items: center;
  height: 32px;
  font-weight: 800;
  flex-shrink: 0;
  display: flex;
}