html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0E0C0A;
  -webkit-font-smoothing: antialiased;
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  line-height: 1.6;
  color: #D9CDB5;
}.sad-layout-mtb {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.sad-page-mtb {
  min-height: 100vh;
  display: flex;
}.sad-main-mtb {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1078px) {.sad-main-mtb {
  padding-left: 220px;
}
}
@media (max-width: 1081px) {.sad-main-mtb {
  padding-bottom: 72px;
}
}.sad-gc-mtb {
  background: #1A1714;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .2s,border-color .2s;
  width: 8.75rem;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 641px) {.sad-gc-mtb {
  width: 156px;
}
}
@media(min-width: 1083px) {.sad-gc-mtb {
  width: 10.5rem;
}
}.sad-gc-mtb:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 146, 42, 0.08);
}.sad-gc_img-mtb {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.sad-gc_img-mtb img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}.sad-gc_hover-mtb {
  background: rgba(8, 6, 4, 0.78);
  transition: opacity .2s;
  inset: 0;
  justify-content: center;
  position: absolute;
  opacity: 0;
  align-items: center;
  display: flex;
}.sad-gc-mtb:hover .sad-gc_hover-mtb {
  opacity: 1;
}.sad-gc_hover_btn-mtb {
  padding: 0.5rem 1rem;
  background: #C4922A;
  border-radius: 4px;
  color: #F5EDD8;
  font-size: 12px;
  font-weight: 700;
}.sad-gc_info-mtb {
  padding: 8px 10px 10px;
}.sad-gc_name-mtb {
  overflow: hidden;
  white-space: nowrap;
  color: #D9CDB5;
  font-weight: 600;
  max-width: 100%;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  font-size: 12px;
}.sad-gc_prov-mtb {
  font-size: 10px;
  color: #8A7562;
}.sad-gc_tag-mtb {
  padding: 2px 7px;
  border-radius: 4px;
  position: absolute;
  top: 6px;
  font-size: 0.563rem;
  letter-spacing: .04em;
  font-weight: 700;
  left: 6px;
  z-index: 2;
  text-transform: uppercase;
}.sad-gc_tag_hot-mtb {
  background: #C0392B;
  color: #fff;
}.sad-gc_tag_new-mtb {
  background: #3DAA6A;
  color: #0E0C0A;
}.sad-gc_tag_jp-mtb {
  background: #E8B84B;
  color: #0E0C0A;
}.sad-gc_tag_ex-mtb {
  background: #8B6320;
  color: #fff;
}.sad-gc_tag_live-mtb {
  background: #C0392B;
  color: #fff;
}.sad-gr-mtb {
  padding: 32px 16px 0;
  background: #0E0C0A;
}
@media(min-width: 769px) {.sad-gr-mtb {
  padding: 2.25rem 1.5rem 0;
}
}.sad-gr_in-mtb {
  margin: 0 auto;
  max-width: 83.75rem;
}.sad-gr_head-mtb {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}.sad-gr_head_l-mtb {
  gap: 10px;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.sad-gr_ic-mtb {
  border-radius: 8px;
  flex-shrink: 0;
  height: 32px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 2rem;
}.sad-gr_ic-mtb svg {
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
}.sad-gr_title-mtb {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Playfair Display', serif;
  color: #F5EDD8;
}
@media(min-width:768px) {.sad-gr_title-mtb {
  font-size: 1.125rem;
}
}.sad-gr_more-mtb {
  gap: 5px;
  transition: color .2s;
  display: flex;
  color: #9A8462;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  flex-shrink: 0;
  font-size: 0.75rem;
}.sad-gr_more-mtb:hover {
  color: #C4922A;
}.sad-gr_more-mtb svg {
  stroke-linecap: round;
  height: 0.75rem;
  width: 12px;
  stroke-linejoin: round;
}.sad-gr_arrows-mtb {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.sad-gr_arr-mtb {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .15s,color .15s;
  align-items: center;
  height: 1.875rem;
  color: #B09A7A;
  display: flex;
  justify-content: center;
  width: 1.875rem;
}.sad-gr_arr-mtb:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5EDD8;
}.sad-gr_arr-mtb svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
  height: 0.813rem;
}.sad-gr_seo_h-mtb {
  margin: 0 0 6px;
  color: #D9CDB5;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
@media(min-width: 766px) {.sad-gr_seo_h-mtb {
  font-size: 14px;
}
}.sad-gr_seo-mtb {
  color: #9A8462;
  font-size: 12px;
  max-width: 680px;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
}.sad-gr_seo-mtb strong {
  color: #D9CDB5;
  font-weight: 600;
}.sad-gr_scroll-mtb {
  gap: 0.625rem;
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
}.sad-gr_scroll-mtb::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.sad-gr_scroll-mtb {
  gap: 0.75rem;
}
}.sad-tb-mtb {
  background: #0E0C0A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  position: fixed;
  height: 3.5rem;
  z-index: 80;
  top: 0;
  align-items: center;
  display: flex;
  left: 0;
  right: 0;
}.sad-tb_in-mtb {
  gap: 0;
  padding: 0 0.875rem;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
}.sad-tb_burger-mtb {
  gap: 0.313rem;
  border-radius: 0.5rem;
  flex-shrink: 0;
  flex-direction: column;
  margin-right: 8px;
  height: 2.375rem;
  display: flex;
  width: 2.375rem;
  justify-content: center;
  align-items: center;
}.sad-tb_burger-mtb:hover {
  background: rgba(255, 255, 255, 0.05);
}.sad-tb_burger_line-mtb {
  border-radius: 1px;
  background: #B09A7A;
  display: block;
  width: 18px;
  height: 2px;
}
@media(min-width: 1082px) {.sad-tb_burger-mtb {
  display: none;
}
}.sad-tb_logo-mtb {
  gap: 9px;
  color: #F5EDD8;
  font-size: 1.125rem;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  margin-right: 1.25rem;
  letter-spacing: -.01em;
  font-weight: 800;
  flex-shrink: 0;
}.sad-tb_logo_mark-mtb {
  border-radius: 8px;
  overflow: hidden;
  align-items: center;
  height: 2rem;
  display: flex;
  justify-content: center;
  width: 32px;
}.sad-tb_logo_mark-mtb img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.sad-tb_nav-mtb {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width:640px) {.sad-tb_nav-mtb {
  display: flex;
}
}.sad-tb_tab-mtb {
  transition: background .15s,color .15s;
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
  color: #B09A7A;
}.sad-tb_tab-mtb:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD8;
}.sad-tb_tab-mtb.sad-state_active-mtb {
  background: rgba(196, 146, 42, 0.18);
  color: #F5EDD8;
}.sad-tb_right-mtb {
  gap: 8px;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
  align-items: center;
}.sad-tb_login-mtb {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.5rem;
  padding: 0.563rem 16px;
  transition: border-color .2s,color .2s;
  font-weight: 600;
  color: #D9CDB5;
  font-size: 13px;
  display: none;
}.sad-tb_login-mtb:hover {
  border-color: rgba(196, 146, 42, 0.48);
  color: #F5EDD8;
}
@media(min-width: 479px) {.sad-tb_login-mtb {
  display: block;
}
}.sad-tb_reg-mtb {
  transition: background .2s;
  background: #3DAA6A;
  padding: 0.563rem 1.125rem;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #0E0900;
  white-space: nowrap;
}.sad-tb_reg-mtb:hover {
  background: #4EBC7C;
}.sad-sb-mtb {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #161310;
  transition: transform .25s ease;
  transform: translateX(-100%);
  overflow-y: auto;
  left: 0;
  position: fixed;
  z-index: 70;
  bottom: 0;
  width: 220px;
  top: 3.5rem;
}.sad-sb-mtb.sad-state_open-mtb {
  transform: translateX(0);
}.sad-sb-mtb::-webkit-scrollbar {
  width: 4px;
}.sad-sb-mtb::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1082px) {.sad-sb-mtb {
  transform: translateX(0);
}
}.sad-sb_auth-mtb {
  padding: 14px 0.75rem 10px;
}.sad-sb_btn_reg-mtb {
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 0.688rem;
  background: #3DAA6A;
  text-align: center;
  font-size: 0.813rem;
  display: block;
  font-weight: 700;
  color: #0E0900;
  margin-bottom: 0.5rem;
}.sad-sb_btn_reg-mtb:hover {
  background: #4EBC7C;
}.sad-sb_btn_login-mtb {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 10px;
  transition: border-color .2s;
  font-weight: 600;
  color: #D9CDB5;
  font-size: 13px;
  text-align: center;
  display: block;
}.sad-sb_btn_login-mtb:hover {
  border-color: rgba(196, 146, 42, 0.48);
  color: #F5EDD8;
}.sad-sb_promo-mtb {
  margin: 0 12px 10px;
  overflow: hidden;
  border: 1px solid rgba(196, 146, 42, 0.18);
  border-radius: 0.5rem;
  padding: 0.75rem 0.875rem;
  background: linear-gradient(135deg,#1C1000,#161310);
  position: relative;
}.sad-sb_promo-mtb::before {
  background: radial-gradient(circle,rgba(196, 146, 42, 0.18),transparent 70%);
  border-radius: 50%;
  content: '';
  top: -1.25rem;
  height: 80px;
  position: absolute;
  right: -1.25rem;
  width: 5rem;
}.sad-sb_promo_title-mtb {
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  color: #C4922A;
  font-size: 11px;
  letter-spacing: .06em;
  font-weight: 700;
}.sad-sb_promo_text-mtb {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #F5EDD8;
  font-weight: 600;
  line-height: 1.35;
}.sad-sb_promo_sub-mtb {
  color: #9A8462;
  margin-top: 3px;
  font-size: 10px;
}.sad-sb_nav-mtb {
  padding: 0.375rem 8px 1rem;
}.sad-sb_nav_lb-mtb {
  padding: 10px 8px 0.375rem;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8A7562;
}.sad-sb_link-mtb {
  transition: background .15s,color .15s;
  border-radius: 4px;
  gap: 0.625rem;
  padding: 0.563rem 10px;
  display: flex;
  color: #B09A7A;
  overflow-wrap: break-word;
  align-items: center;
  cursor: pointer;
  font-size: 0.813rem;
  font-weight: 500;
}.sad-sb_link-mtb:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD8;
}.sad-sb_link-mtb.sad-state_active-mtb {
  background: rgba(196, 146, 42, 0.18);
  color: #F5EDD8;
}.sad-sb_ic-mtb {
  border-radius: 0.25rem;
  display: flex;
  width: 30px;
  height: 1.875rem;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}.sad-sb_ic-mtb svg {
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
}.sad-sb_ic_1-mtb {
  background: rgba(196, 146, 42, 0.08);
  color: #C4922A;
}.sad-sb_ic_2-mtb {
  background: rgba(61, 170, 106, 0.18);
  color: #3DAA6A;
}.sad-sb_ic_3-mtb {
  background: rgba(232, 184, 75, 0.18);
  color: #E8B84B;
}.sad-sb_ic_4-mtb {
  background: rgba(139, 99, 32, 0.28);
  color: #8B6320;
}.sad-sb_ic_5-mtb {
  background: rgba(196, 146, 42, 0.08);
  color: #E8528A;
}.sad-sb_ic_6-mtb {
  background: rgba(139, 99, 32, 0.28);
  color: #8B5CF6;
}.sad-sb_badge-mtb {
  background: #E8B84B;
  padding: 2px 7px;
  border-radius: 0.25rem;
  color: #0E0900;
  margin-left: auto;
  font-weight: 700;
  font-size: 0.563rem;
}.sad-sb_bot-mtb {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  display: flex;
}.sad-sb_lang-mtb,.sad-sb_help-mtb {
  gap: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  padding: 0.563rem 6px;
  border-radius: 0.25rem;
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  color: #B09A7A;
  justify-content: center;
  display: flex;
}.sad-sb_lang-mtb:hover,.sad-sb_help-mtb:hover {
  border-color: rgba(196, 146, 42, 0.48);
  color: #F5EDD8;
}.sad-sb_lang-mtb svg,.sad-sb_help-mtb svg {
  height: 0.813rem;
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
}.sad-sb_bd-mtb {
  background: rgba(8, 6, 4, 0.78);
  inset: 0;
  position: fixed;
  display: none;
  z-index: 69;
}.sad-sb_bd-mtb.sad-state_on-mtb {
  display: block;
}
@media(min-width: 1082px) {.sad-sb_bd-mtb {
  display: none!important;
}
}.sad-mob_nav-mtb {
  background: #161310;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  display: flex;
  right: 0;
  bottom: 0;
  z-index: 80;
  position: fixed;
  left: 0;
}
@media(min-width:1080px) {.sad-mob_nav-mtb {
  display: none;
}
}.sad-mob_nav_item-mtb {
  flex: 1;
  gap: 0.25rem;
  padding: 4px 2px;
  align-items: center;
  flex-direction: column;
  color: #8A7562;
  cursor: pointer;
  display: flex;
}.sad-mob_nav_ic-mtb {
  line-height: 1;
}.sad-mob_nav_ic-mtb svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 20px;
  width: 1.25rem;
}.sad-mob_nav_lb-mtb {
  font-weight: 600;
  color: #8A7562;
  font-size: 10px;
}.sad-mob_nav_item-mtb.sad-state_active-mtb {
  color: #C4922A;
}.sad-mob_nav_item-mtb.sad-state_active-mtb .sad-mob_nav_lb-mtb {
  color: #C4922A;
}.sad-hero-mtb {
  background: #0E0C0A;
  padding: 20px 1rem 0;
}
@media(min-width: 767px) {.sad-hero-mtb {
  padding: 24px 24px 0;
}
}.sad-hero_in-mtb {
  margin: 0 auto;
  gap: 12px;
  grid-template-columns: 1fr;
  max-width: 1340px;
  display: grid;
}
@media(min-width:860px) {.sad-hero_in-mtb {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1103px) {.sad-hero_in-mtb {
  grid-template-columns: 1fr 21.25rem;
}
}.sad-hero_promo-mtb {
  border-radius: 0.875rem;
  background: #1A1714;
  overflow: hidden;
  min-height: 13.75rem;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media(min-width: 771px) {.sad-hero_promo-mtb {
  min-height: 280px;
}
}.sad-hero_promo_bg-mtb {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#1C1000 0%,#0E0C0A 100%);
  position: absolute;
  background-size: cover;
}.sad-hero_promo_bg-mtb::after {
  inset: 0;
  background: linear-gradient(90deg,#0E0C0A 0%,rgba(8, 6, 4, 0.78) 60%,transparent 100%);
  position: absolute;
  content: '';
}.sad-hero_promo_glow-mtb {
  background: radial-gradient(circle,rgba(139, 99, 32, 0.28) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  height: 300px;
  position: absolute;
  top: -2.5rem;
  width: 18.75rem;
  right: 3.75rem;
}.sad-hero_promo_ct-mtb {
  padding: 28px 1.5rem 28px 28px;
  display: flex;
  z-index: 2;
  position: relative;
  max-width: 480px;
  justify-content: center;
  flex-direction: column;
}
@media(min-width: 770px) {.sad-hero_promo_ct-mtb {
  padding: 2.5rem 32px;
}
}.sad-hero_badge-mtb {
  border: 1px solid rgba(196, 146, 42, 0.08);
  padding: 5px 12px;
  border-radius: 20px;
  background: rgba(196, 146, 42, 0.18);
  letter-spacing: .08em;
  font-weight: 700;
  color: #C4922A;
  margin-bottom: 14px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
}.sad-hero_h1-mtb {
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-size: 26px;
  margin-bottom: 0.625rem;
  line-height: 1.15;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
}.sad-hero_h1-mtb em {
  font-style: normal;
  color: #E8B84B;
}
@media(min-width:768px) {.sad-hero_h1-mtb {
  font-size: 2.25rem;
}
}.sad-hero_sub-mtb {
  line-height: 1.55;
  margin-bottom: 1.25rem;
  color: #B09A7A;
  font-size: 13px;
}
@media(min-width:768px) {.sad-hero_sub-mtb {
  font-size: 0.875rem;
}
}.sad-hero_row-mtb {
  gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.sad-hero_cta-mtb {
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  border-radius: 0.5rem;
  background: #3DAA6A;
  box-shadow: 0 0.25rem 1.125rem rgba(61, 170, 106, 0.44);
  color: #0E0900;
  font-size: 0.875rem;
  font-weight: 700;
}.sad-hero_cta-mtb:hover {
  background: #4EBC7C;
}.sad-hero_terms-mtb {
  color: #8A7562;
  font-size: 11px;
}.sad-hero_game-mtb {
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 0.875rem;
  background: #1A1714;
  flex-direction: column;
  display: flex;
  position: relative;
}.sad-hero_game_badge-mtb {
  border: 1px solid rgba(232, 184, 75, 0.18);
  background: rgba(232, 184, 75, 0.18);
  border-radius: 20px;
  padding: 5px 10px;
  letter-spacing: .06em;
  position: absolute;
  color: #E8B84B;
  z-index: 3;
  left: 0.75rem;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  top: 0.75rem;
}.sad-hero_game_badge-mtb svg {
  width: 11px;
  margin-right: 4px;
  vertical-align: -1px;
  height: 0.688rem;
}.sad-hero_game_img-mtb {
  overflow: hidden;
  background: linear-gradient(135deg,#1C1000,#0E0C0A);
  position: relative;
  padding-bottom: 60%;
}.sad-hero_game_img-mtb img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.sad-hero_game_play-mtb {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 6, 4, 0.78);
  position: absolute;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}.sad-hero_game-mtb:hover .sad-hero_game_play-mtb {
  opacity: 1;
}.sad-hero_game_play-mtb span {
  background: #C4922A;
  border-radius: 50%;
  justify-content: center;
  height: 3.25rem;
  width: 3.25rem;
  align-items: center;
  display: flex;
}.sad-hero_game_play-mtb span svg {
  width: 1.125rem;
  margin-left: 2px;
  height: 1.125rem;
}.sad-hero_game_info-mtb {
  padding: 14px 1rem;
}.sad-hero_game_title-mtb {
  font-size: 0.938rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F5EDD8;
  margin-bottom: 4px;
}.sad-hero_game_provider-mtb {
  color: #9A8462;
  font-size: 0.688rem;
}.sad-hero_game_btn-mtb {
  padding: 0.688rem;
  transition: background .2s;
  background: #C4922A;
  border-radius: 0.5rem;
  margin: 12px 16px 1rem;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  color: #F5EDD8;
}.sad-hero_game-mtb:hover .sad-hero_game_btn-mtb {
  background: #D4A83C;
}.sad-sbar-mtb {
  padding: 16px 1rem 0;
  background: #0E0C0A;
}
@media(min-width: 769px) {.sad-sbar-mtb {
  padding: 1.125rem 1.5rem 0;
}
}.sad-sbar_in-mtb {
  margin: 0 auto;
  max-width: 83.75rem;
}.sad-sbar_row-mtb {
  gap: 0.625rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  display: flex;
}.sad-sbar_input-mtb {
  padding: 11px 16px;
  border-radius: 8px;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #1A1714;
  transition: border-color .2s;
  gap: 10px;
  display: flex;
  font-size: 0.813rem;
  cursor: pointer;
  align-items: center;
  color: #9A8462;
}.sad-sbar_input-mtb:hover {
  border-color: rgba(196, 146, 42, 0.48);
}.sad-sbar_input-mtb svg {
  stroke-linecap: round;
  flex-shrink: 0;
  width: 0.938rem;
  height: 0.938rem;
  stroke-linejoin: round;
}.sad-sbar_providers-mtb {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #1A1714;
  padding: 11px 1.125rem;
  border-radius: 0.5rem;
  transition: border-color .2s;
  gap: 0.5rem;
  display: flex;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  color: #D9CDB5;
  align-items: center;
}.sad-sbar_providers-mtb:hover {
  border-color: rgba(196, 146, 42, 0.48);
  color: #F5EDD8;
}.sad-sbar_providers-mtb svg {
  stroke-linecap: round;
  width: 14px;
  stroke-linejoin: round;
  height: 0.875rem;
}.sad-sbar_tabs-mtb {
  gap: 6px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}.sad-sbar_tabs-mtb::-webkit-scrollbar {
  display: none;
}.sad-sbar_tab-mtb {
  padding: 8px 0.875rem;
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 20px;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
  font-weight: 600;
  flex-shrink: 0;
  color: #B09A7A;
  display: flex;
  white-space: nowrap;
}.sad-sbar_tab-mtb:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(196, 146, 42, 0.48);
  color: #F5EDD8;
}.sad-sbar_tab-mtb.sad-state_active-mtb {
  background: rgba(196, 146, 42, 0.18);
  border-color: rgba(196, 146, 42, 0.08);
  color: #F5EDD8;
}.sad-sbar_tab_ic-mtb svg {
  stroke-linecap: round;
  height: 0.875rem;
  stroke-linejoin: round;
  width: 0.875rem;
}.sad-wy-mtb {
  padding: 2rem 1rem 0;
  background: #0E0C0A;
}
@media(min-width: 771px) {.sad-wy-mtb {
  padding: 2.5rem 24px 0;
}
}.sad-wy_in-mtb {
  margin: 0 auto;
  max-width: 83.75rem;
}.sad-wy_head-mtb {
  max-width: 45rem;
  margin-bottom: 1.125rem;
}.sad-wy_label-mtb {
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  color: #C4922A;
  font-weight: 700;
}.sad-wy_h2-mtb {
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: #F5EDD8;
  font-size: 20px;
}
@media(min-width: 767px) {.sad-wy_h2-mtb {
  font-size: 24px;
}
}.sad-wy_intro-mtb {
  margin: 0;
  font-size: 13px;
  color: #9A8462;
  line-height: 1.6;
}.sad-wy_grid-mtb {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.sad-wy_grid-mtb {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.sad-wy_grid-mtb {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.sad-wy_card-mtb {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.5rem;
  background: #161310;
  transition: border-color .2s,transform .2s;
}.sad-wy_card-mtb:hover {
  transform: translateY(-2px);
  border-color: rgba(196, 146, 42, 0.08);
}.sad-wy_card_ic-mtb {
  background: rgba(196, 146, 42, 0.18);
  border-radius: 50%;
  align-items: center;
  height: 44px;
  width: 44px;
  color: #C4922A;
  display: flex;
  margin-bottom: 0.875rem;
  justify-content: center;
}.sad-wy_card_ic-mtb svg {
  stroke-linecap: round;
  height: 22px;
  width: 22px;
  stroke-linejoin: round;
}.sad-wy_card_h-mtb {
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.25;
  color: #F5EDD8;
  font-size: 0.938rem;
}.sad-wy_card_p-mtb {
  overflow-wrap: break-word;
  color: #9A8462;
  font-size: 0.813rem;
  line-height: 1.6;
}.sad-wy_card_p-mtb strong {
  font-weight: 600;
  color: #D9CDB5;
}.sad-gcg-mtb {
  background: #0E0C0A;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.sad-gcg-mtb {
  padding: 44px 24px 0;
}
}.sad-gcg_in-mtb {
  margin: 0 auto;
  max-width: 1340px;
}.sad-gcg_head-mtb {
  margin-bottom: 20px;
  max-width: 45rem;
}.sad-gcg_label-mtb {
  letter-spacing: .08em;
  color: #C4922A;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.688rem;
}.sad-gcg_h2-mtb {
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  color: #F5EDD8;
  margin-bottom: 0.5rem;
}
@media(min-width: 771px) {.sad-gcg_h2-mtb {
  font-size: 28px;
}
}.sad-gcg_intro-mtb {
  color: #9A8462;
  line-height: 1.6;
  font-size: 13px;
}.sad-gcg_grid-mtb {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.sad-gcg_grid-mtb {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.sad-gcg_grid-mtb {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.sad-gcg_card-mtb {
  transition: transform .2s,border-color .2s;
  border-radius: 0.875rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 20px;
  min-height: 240px;
  justify-content: flex-end;
  position: relative;
  flex-direction: column;
  cursor: pointer;
  display: flex;
}.sad-gcg_card-mtb:hover {
  border-color: rgba(196, 146, 42, 0.18);
  transform: translateY(-3px);
}.sad-gcg_card_bg-mtb {
  inset: 0;
  z-index: 0;
  position: absolute;
}.sad-gcg_card_bg-mtb::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.sad-gcg_card_ic-mtb {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  right: 18px;
  width: 2.5rem;
  color: #F5EDD8;
  z-index: 2;
  display: flex;
  align-items: center;
  position: absolute;
  height: 40px;
  justify-content: center;
  top: 1.125rem;
}.sad-gcg_card_ic-mtb svg {
  height: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
}.sad-gcg_card_ct-mtb {
  z-index: 1;
  position: relative;
}.sad-gcg_card_h-mtb {
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 8px;
  color: #F5EDD8;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-size: 1.125rem;
}
@media(min-width: 769px) {.sad-gcg_card_h-mtb {
  font-size: 1.25rem;
}
}.sad-gcg_card_p-mtb {
  margin-bottom: 0.625rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 12px;
  color: rgba(255,255,255,.82);
}.sad-gcg_card_p-mtb strong {
  color: #F5EDD8;
  font-weight: 600;
}.sad-gcg_card_cta-mtb {
  gap: 4px;
  text-transform: uppercase;
  align-items: center;
  color: #C4922A;
  letter-spacing: .04em;
  display: inline-flex;
  font-weight: 700;
  font-size: 12px;
}.sad-gcg_card_cta-mtb svg {
  width: 12px;
  height: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.sad-gr_jp-mtb {
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg,#1A0A28 0%,#0C0816 100%);
  padding: 1.25rem;
  position: relative;
}.sad-gr_jp-mtb::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 99, 32, 0.28) 0%,transparent 70%);
  top: -3.75rem;
  left: -3.75rem;
  position: absolute;
  width: 250px;
  height: 250px;
  content: '';
}.sad-gr_jp-mtb::after {
  background: radial-gradient(circle,rgba(232, 184, 75, 0.18) 0%,transparent 70%);
  border-radius: 50%;
  height: 200px;
  width: 12.5rem;
  position: absolute;
  bottom: -40px;
  right: 0;
  content: '';
}.sad-gr_jp_head-mtb {
  gap: 1rem;
  align-items: flex-start;
  position: relative;
  display: flex;
  margin-bottom: 16px;
  z-index: 1;
  flex-wrap: wrap;
}.sad-gr_jp_info-mtb {
  flex: 1;
}.sad-gr_jp_label-mtb {
  color: #8B5CF6;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 6px;
  letter-spacing: .08em;
}.sad-gr_jp_label-mtb svg {
  stroke-linecap: round;
  width: 14px;
  margin-right: 4px;
  height: 0.875rem;
  stroke-linejoin: round;
  vertical-align: -2px;
}.sad-gr_jp_amount-mtb {
  line-height: 1;
  font-size: 2rem;
  font-weight: 800;
  color: #F5EDD8;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 770px) {.sad-gr_jp_amount-mtb {
  font-size: 40px;
}
}.sad-gr_jp_amount-mtb span {
  color: #E8B84B;
}.sad-gr_jp_seo-mtb {
  max-width: 30rem;
  line-height: 1.5;
  color: #B09A7A;
  overflow-wrap: break-word;
  font-size: 12px;
}.sad-gr_jp_cta-mtb {
  background: rgba(139, 99, 32, 0.28);
  padding: 0.688rem 20px;
  border-radius: 0.5rem;
  border: 1px solid rgba(139, 99, 32, 0.28);
  transition: background .2s;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 0.25rem;
  position: relative;
  align-self: flex-start;
  font-size: 0.813rem;
  z-index: 1;
  font-weight: 700;
  color: #F5EDD8;
}.sad-gr_jp_cta-mtb:hover {
  background: #8B6320;
}.sad-ws-mtb {
  padding: 32px 1rem 0;
  background: #0E0C0A;
}
@media(min-width: 769px) {.sad-ws-mtb {
  padding: 36px 24px 0;
}
}.sad-ws_in-mtb {
  margin: 0 auto;
  max-width: 1340px;
}.sad-ws_head-mtb {
  gap: 12px;
  display: flex;
  margin-bottom: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}.sad-ws_title-mtb {
  gap: 10px;
  font-family: 'Playfair Display', serif;
  flex-wrap: wrap;
  font-weight: 700;
  display: flex;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-size: 16px;
  align-items: center;
}.sad-ws_title_ic-mtb svg {
  width: 1.125rem;
  stroke-linejoin: round;
  height: 1.125rem;
  color: #E8B84B;
  stroke-linecap: round;
}.sad-ws_online-mtb {
  gap: 0.438rem;
  font-weight: 600;
  color: #9A8462;
  align-items: center;
  display: flex;
  font-size: 12px;
}.sad-ws_online_dot-mtb {
  border-radius: 50%;
  background: #3DAA6A;
  box-shadow: 0 0 0.375rem rgba(61, 170, 106, 0.18);
  width: 8px;
  height: 8px;
  flex-shrink: 0;
}.sad-ws_scroll-mtb {
  gap: 0.5rem;
  display: flex;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}.sad-ws_scroll-mtb::-webkit-scrollbar {
  display: none;
}.sad-wc-mtb {
  gap: 10px;
  border-radius: 0.5rem;
  padding: 10px 14px;
  background: #1A1714;
  border: 1px solid rgba(255, 255, 255, 0.10);
  min-width: 220px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.sad-wc_img-mtb {
  background: #161310;
  overflow: hidden;
  border-radius: 4px;
  width: 2.25rem;
  flex-shrink: 0;
  height: 2.25rem;
}.sad-wc_img-mtb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.sad-wc_info-mtb {
  min-width: 0;
}.sad-wc_game-mtb {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  font-weight: 600;
  color: #D9CDB5;
  white-space: nowrap;
}.sad-wc_player-mtb {
  overflow: hidden;
  white-space: nowrap;
  color: #8A7562;
  font-size: 10px;
  text-overflow: ellipsis;
}.sad-wc_amount-mtb {
  color: #3DAA6A;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.813rem;
  white-space: nowrap;
  margin-left: auto;
}.sad-app-mtb {
  padding: 36px 16px 0;
  background: #0E0C0A;
}
@media(min-width: 770px) {.sad-app-mtb {
  padding: 2.75rem 24px 0;
}
}.sad-app_in-mtb {
  margin: 0 auto;
  max-width: 1340px;
}.sad-app_head-mtb {
  margin-bottom: 1rem;
}.sad-app_label-mtb {
  color: #C4922A;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.sad-app_h2-mtb {
  font-weight: 800;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F5EDD8;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 765px) {.sad-app_h2-mtb {
  font-size: 24px;
}
}.sad-app_sub-mtb {
  overflow-wrap: break-word;
  max-width: 600px;
  line-height: 1.6;
  color: #9A8462;
  font-size: 0.813rem;
}.sad-app_sub-mtb strong {
  font-weight: 700;
  color: #D9CDB5;
}.sad-app_cards-mtb {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 637px) {.sad-app_cards-mtb {
  grid-template-columns: repeat(3,1fr);
}
}.sad-app_card-mtb {
  gap: 16px;
  padding: 1.25rem;
  overflow: hidden;
  border-radius: 8px;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  align-items: flex-start;
}.sad-app_card_ios-mtb {
  background: linear-gradient(135deg,rgba(196, 146, 42, 0.18) 0%,#161310 100%);
}.sad-app_card_android-mtb {
  background: linear-gradient(135deg,rgba(61, 170, 106, 0.18) 0%,#161310 100%);
}.sad-app_card_win-mtb {
  background: linear-gradient(135deg,rgba(232, 184, 75, 0.18) 0%,#161310 100%);
}.sad-app_card_ic-mtb svg {
  height: 34px;
  width: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.sad-app_card_ic-mtb {
  color: #F5EDD8;
  flex-shrink: 0;
}.sad-app_card_os-mtb {
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #9A8462;
  font-weight: 700;
}.sad-app_card_title-mtb {
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
  color: #F5EDD8;
  line-height: 1.2;
  font-weight: 700;
}.sad-app_card_text-mtb {
  color: #9A8462;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}.sad-app_card_btn-mtb {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(196, 146, 42, 0.48);
  gap: 0.438rem;
  border-radius: 4px;
  padding: 10px 18px;
  transition: background .2s;
  display: inline-flex;
  font-weight: 700;
  align-items: center;
  color: #F5EDD8;
  font-size: 13px;
}.sad-app_card_btn-mtb:hover {
  background: rgba(255, 255, 255, 0.07);
}.sad-bon-mtb {
  padding: 36px 1rem 0;
  background: #0E0C0A;
}
@media(min-width: 767px) {.sad-bon-mtb {
  padding: 44px 1.5rem 0;
}
}.sad-bon_in-mtb {
  margin: 0 auto;
  max-width: 1340px;
}.sad-bon_head-mtb {
  margin-bottom: 20px;
}.sad-bon_label-mtb {
  color: #C4922A;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
}.sad-bon_h2-mtb {
  margin-bottom: 8px;
  color: #F5EDD8;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.sad-bon_h2-mtb {
  font-size: 24px;
}
}.sad-bon_seo-mtb {
  font-size: 13px;
  max-width: 620px;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #9A8462;
}.sad-bon_seo-mtb strong {
  font-weight: 700;
  color: #D9CDB5;
}.sad-bon_seo-mtb a {
  color: #C4922A;
  text-decoration: underline;
}.sad-bon_grid-mtb {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.sad-bon_grid-mtb {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.sad-bon_grid-mtb {
  grid-template-columns: repeat(5,1fr);
}
}.sad-bon_card-mtb {
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #1A1714;
  padding: 16px;
}.sad-bon_card-mtb:hover {
  transform: translateY(-2px);
  border-color: rgba(196, 146, 42, 0.08);
}.sad-bon_card_ic-mtb svg {
  width: 1.625rem;
  stroke-linecap: round;
  height: 26px;
  stroke-linejoin: round;
}.sad-bon_card_ic-mtb {
  margin-bottom: 0.625rem;
}.sad-bon_card_type-mtb {
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .06em;
  margin-bottom: 6px;
  color: #9A8462;
  text-transform: uppercase;
}.sad-bon_card_amount-mtb {
  line-height: 1.1;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 800;
  color: #E8B84B;
}.sad-bon_card_name-mtb {
  color: #F5EDD8;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 13px;
}.sad-bon_card_detail-mtb {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  line-height: 1.5;
  padding-top: 8px;
  font-size: 11px;
  color: #8A7562;
}.sad-prov-mtb {
  background: #0E0C0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.sad-prov-mtb {
  padding: 44px 24px 0;
}
}.sad-prov_in-mtb {
  margin: 0 auto;
  max-width: 83.75rem;
}.sad-prov_head-mtb {
  margin-bottom: 1rem;
}.sad-prov_label-mtb {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  color: #C4922A;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.sad-prov_h2-mtb {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F5EDD8;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 767px) {.sad-prov_h2-mtb {
  font-size: 1.5rem;
}
}.sad-prov_seo-mtb {
  color: #9A8462;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
  max-width: 620px;
}.sad-prov_seo-mtb strong {
  font-weight: 700;
  color: #D9CDB5;
}.sad-prov_seo-mtb a {
  text-decoration: underline;
  color: #C4922A;
}.sad-prov_grid-mtb {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.sad-prov_grid-mtb {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1078px) {.sad-prov_grid-mtb {
  grid-template-columns: repeat(8,1fr);
}
}.sad-prov_card-mtb {
  gap: 0.438rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  padding: 0.875rem 10px;
  background: #1A1714;
  transition: border-color .2s,background .2s;
  flex-direction: column;
  align-items: center;
  display: flex;
  cursor: pointer;
}.sad-prov_card-mtb:hover {
  border-color: rgba(196, 146, 42, 0.48);
  background: #161310;
}.sad-prov_logo-mtb {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 0.25rem;
  height: 2.75rem;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 44px;
}.sad-prov_logo-mtb img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.sad-prov_name-mtb {
  overflow-wrap: break-word;
  font-size: 11px;
  font-weight: 600;
  color: #B09A7A;
  text-align: center;
}.sad-reg-mtb {
  padding: 36px 1rem 0;
  background: #0E0C0A;
}
@media(min-width: 767px) {.sad-reg-mtb {
  padding: 44px 24px 0;
}
}.sad-reg_in-mtb {
  background: #161310;
  border-radius: 14px;
  padding: 28px 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.05);
  max-width: 1340px;
}
@media(min-width: 771px) {.sad-reg_in-mtb {
  padding: 40px;
}
}.sad-reg_top-mtb {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.sad-reg_top-mtb {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.sad-reg_label-mtb {
  margin-bottom: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #C4922A;
  text-transform: uppercase;
}.sad-reg_h2-mtb {
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-size: 22px;
}
@media(min-width: 770px) {.sad-reg_h2-mtb {
  font-size: 28px;
}
}.sad-reg_bonus-mtb {
  border: 1px solid rgba(232, 184, 75, 0.18);
  padding: 10px 1rem;
  gap: 8px;
  border-radius: 8px;
  background: rgba(232, 184, 75, 0.18);
  align-items: center;
  margin-bottom: 16px;
  display: inline-flex;
}.sad-reg_bonus_amount-mtb {
  font-size: 20px;
  font-weight: 800;
  color: #E8B84B;
}.sad-reg_bonus_text-mtb {
  line-height: 1.35;
  font-size: 13px;
  color: #B09A7A;
}.sad-reg_cta_btn-mtb {
  background: #3DAA6A;
  border-radius: 8px;
  padding: 14px 32px;
  transition: background .2s;
  font-size: 0.938rem;
  color: #0E0900;
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
  box-shadow: 0 0.25rem 1.125rem rgba(61, 170, 106, 0.44);
}.sad-reg_cta_btn-mtb:hover {
  background: #4EBC7C;
}.sad-reg_terms-mtb {
  color: #8A7562;
  font-size: 0.688rem;
  line-height: 1.5;
}.sad-reg_seo-mtb {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  color: #9A8462;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-top: 1.25rem;
  padding-top: 20px;
}.sad-reg_seo-mtb p {
  line-height: 1.65;
  color: #9A8462;
  margin-bottom: 0.625rem;
  font-size: 13px;
}.sad-reg_seo-mtb p:last-child {
  margin-bottom: 0;
}.sad-reg_seo-mtb strong {
  font-weight: 700;
  color: #D9CDB5;
}.sad-reg_seo-mtb a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4922A;
}.sad-reg_seo-mtb a:hover {
  color: #D4A83C;
}.sad-reg_seo-mtb ul,.sad-reg_seo-mtb ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.sad-reg_seo-mtb ol {
  list-style: decimal;
}.sad-reg_seo-mtb li {
  font-size: 13px;
  color: #9A8462;
  margin-bottom: 0.25rem;
  line-height: 1.65;
}.sad-reg_seo-mtb table {
  margin-bottom: 10px;
  width: 100%;
  font-size: 0.813rem;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 765px) {.sad-reg_seo-mtb table {
  display: table;
}
}.sad-reg_seo-mtb th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #D9CDB5;
}.sad-reg_seo-mtb td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A8462;
}.sad-reg_steps-mtb {
  gap: 0.875rem;
  display: flex;
  margin-top: 1.75rem;
  flex-direction: column;
}
@media(min-width: 861px) {.sad-reg_steps-mtb {
  margin-top: 0;
}
}.sad-reg_step-mtb {
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  gap: 0.875rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.sad-reg_step_num-mtb {
  border: 1px solid rgba(196, 146, 42, 0.08);
  background: rgba(196, 146, 42, 0.18);
  border-radius: 50%;
  display: flex;
  color: #C4922A;
  font-size: 14px;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
  height: 34px;
  align-items: center;
  width: 2.125rem;
}.sad-reg_step_title-mtb {
  margin-bottom: 3px;
  font-size: 14px;
  color: #F5EDD8;
  font-weight: 700;
}.sad-reg_step_text-mtb {
  line-height: 1.5;
  color: #9A8462;
  font-size: 12px;
}.sad-reg_trust-mtb {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
  display: flex;
  padding-top: 1.25rem;
}.sad-reg_trust_item-mtb {
  gap: 7px;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  color: #9A8462;
  font-size: 0.75rem;
}.sad-reg_trust_ic-mtb svg {
  color: #C4922A;
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
}.sad-seo-mtb {
  padding: 2.25rem 1rem 0;
  background: #0E0C0A;
}
@media(min-width: 769px) {.sad-seo-mtb {
  padding: 2.75rem 24px 0;
}
}.sad-seo_in-mtb {
  border-radius: 14px;
  background: #161310;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 83.75rem;
}
@media(min-width: 766px) {.sad-seo_in-mtb {
  padding: 36px 2.5rem;
}
}.sad-seo_label-mtb {
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #C4922A;
  font-weight: 700;
  letter-spacing: .08em;
}.sad-seo_h2-mtb {
  color: #F5EDD8;
  font-family: 'Playfair Display', serif;
  line-height: 1.25;
  margin-bottom: 14px;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width:768px) {.sad-seo_h2-mtb {
  font-size: 24px;
}
}.sad-seo_body-mtb {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #B09A7A;
  font-size: 14px;
}.sad-seo_body-mtb p {
  margin-bottom: 12px;
  color: #B09A7A;
  font-size: 0.875rem;
  line-height: 1.75;
}.sad-seo_body-mtb p:last-child {
  margin-bottom: 0;
}.sad-seo_body-mtb strong {
  font-weight: 700;
  color: #D9CDB5;
}.sad-seo_body-mtb a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4922A;
}.sad-seo_body-mtb a:hover {
  color: #D4A83C;
}.sad-seo_body-mtb ul,.sad-seo_body-mtb ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.sad-seo_body-mtb ol {
  list-style: decimal;
}.sad-seo_body-mtb li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #B09A7A;
  font-size: 0.875rem;
}.sad-seo_body-mtb table {
  font-size: 13px;
  margin-bottom: 12px;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 769px) {.sad-seo_body-mtb table {
  display: table;
}
}.sad-seo_body-mtb th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D9CDB5;
  text-align: left;
  font-weight: 700;
}.sad-seo_body-mtb td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #B09A7A;
}.sad-seo_cols-mtb {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.sad-seo_cols-mtb {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.sad-seo_cols-mtb {
  grid-template-columns: repeat(3,1fr);
}
}.sad-seo_col_h-mtb {
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
  color: #D9CDB5;
  overflow-wrap: break-word;
}.sad-seo_col_p-mtb {
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #9A8462;
}.sad-seo_stats-mtb {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.sad-seo_stat-mtb {
  background: rgba(196, 146, 42, 0.08);
  border: 1px solid rgba(196, 146, 42, 0.18);
  padding: 0.875rem 16px;
  flex: 1;
  border-radius: 8px;
  min-width: 8.75rem;
}.sad-seo_stat_val-mtb {
  margin-bottom: 4px;
  font-size: 20px;
  color: #C4922A;
  overflow-wrap: break-word;
  font-weight: 800;
}.sad-seo_stat_lb-mtb {
  font-size: 11px;
  color: #9A8462;
  overflow-wrap: break-word;
}.sad-pmt-mtb {
  background: #0E0C0A;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.sad-pmt-mtb {
  padding: 2.75rem 24px 0;
}
}.sad-pmt_in-mtb {
  margin: 0 auto;
  max-width: 1340px;
}.sad-pmt_head-mtb {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.sad-pmt_label-mtb {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #C4922A;
  font-size: 11px;
}.sad-pmt_h2-mtb {
  font-size: 1.375rem;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F5EDD8;
}
@media(min-width: 769px) {.sad-pmt_h2-mtb {
  font-size: 1.75rem;
}
}.sad-pmt_intro-mtb {
  overflow-wrap: break-word;
  color: #9A8462;
  line-height: 1.6;
  font-size: 14px;
}.sad-pmt_groups-mtb {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.sad-pmt_group-mtb {
  padding: 1.25rem;
  background: #161310;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.5rem;
}.sad-pmt_group_head-mtb {
  gap: 12px;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.sad-pmt_group_ic-mtb {
  background: rgba(196, 146, 42, 0.18);
  border-radius: 4px;
  justify-content: center;
  flex-shrink: 0;
  color: #C4922A;
  display: flex;
  width: 36px;
  align-items: center;
  height: 36px;
}.sad-pmt_group_ic-mtb svg {
  stroke-linecap: round;
  width: 18px;
  height: 1.125rem;
  stroke-linejoin: round;
}.sad-pmt_group_h-mtb {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-size: 1rem;
}.sad-pmt_group_p-mtb {
  font-size: 13px;
  line-height: 1.6;
  color: #9A8462;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}.sad-pmt_group_p-mtb strong {
  font-weight: 600;
  color: #D9CDB5;
}.sad-pmt_table_wrap-mtb {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.sad-pmt_table-mtb {
  font-size: 13px;
  width: 100%;
  min-width: 540px;
  border-collapse: collapse;
}.sad-pmt_table-mtb th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-transform: uppercase;
  text-align: left;
  font-size: 11px;
  letter-spacing: .04em;
  white-space: nowrap;
  font-weight: 700;
  color: #D9CDB5;
}.sad-pmt_table-mtb td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A8462;
}.sad-pmt_table-mtb tbody tr:last-child td {
  border-bottom: none;
}.sad-pmt_table-mtb tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D9CDB5;
}.sad-seo-mtb {
  background: #0E0C0A;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.sad-seo-mtb {
  padding: 2.75rem 1.5rem 0;
}
}.sad-seo_in-mtb {
  padding: 1.75rem 24px;
  margin: 0 auto;
  border-radius: 14px;
  background: #161310;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 1340px;
}
@media(min-width: 769px) {.sad-seo_in-mtb {
  padding: 2.25rem 40px;
}
}.sad-seo_label-mtb {
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #C4922A;
  font-size: 11px;
}.sad-seo_h2-mtb {
  margin-bottom: 14px;
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5EDD8;
}
@media(min-width: 767px) {.sad-seo_h2-mtb {
  font-size: 24px;
}
}.sad-seo_body-mtb {
  line-height: 1.75;
  font-size: 14px;
  color: #B09A7A;
  overflow-wrap: break-word;
}.sad-seo_body-mtb p {
  color: #B09A7A;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.sad-seo_body-mtb p:last-child {
  margin-bottom: 0;
}.sad-seo_body-mtb strong {
  font-weight: 700;
  color: #D9CDB5;
}.sad-seo_body-mtb a {
  transition: color .2s;
  color: #C4922A;
  text-decoration: underline;
}.sad-seo_body-mtb a:hover {
  color: #D4A83C;
}.sad-seo_body-mtb ul,.sad-seo_body-mtb ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.sad-seo_body-mtb ol {
  list-style: decimal;
}.sad-seo_body-mtb li {
  color: #B09A7A;
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 14px;
}.sad-seo_body-mtb table {
  font-size: 0.813rem;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
  margin-bottom: 12px;
}
@media(min-width: 769px) {.sad-seo_body-mtb table {
  display: table;
}
}.sad-seo_body-mtb th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #D9CDB5;
  font-weight: 700;
  text-align: left;
}.sad-seo_body-mtb td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #B09A7A;
}.sad-seo_cols-mtb {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.sad-seo_cols-mtb {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.sad-seo_cols-mtb {
  grid-template-columns: repeat(3,1fr);
}
}.sad-seo_col_h-mtb {
  font-size: 0.813rem;
  color: #D9CDB5;
  margin-bottom: 0.438rem;
  font-weight: 700;
  overflow-wrap: break-word;
}.sad-seo_col_p-mtb {
  line-height: 1.65;
  color: #9A8462;
  overflow-wrap: break-word;
  font-size: 13px;
}.sad-seo_stats-mtb {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.sad-seo_stat-mtb {
  flex: 1;
  padding: 14px 1rem;
  border-radius: 8px;
  border: 1px solid rgba(196, 146, 42, 0.18);
  background: rgba(196, 146, 42, 0.08);
  min-width: 140px;
}.sad-seo_stat_val-mtb {
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 4px;
  color: #C4922A;
  font-weight: 800;
}.sad-seo_stat_lb-mtb {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #9A8462;
}.sad-seo-mtb {
  padding: 36px 16px 0;
  background: #0E0C0A;
}
@media(min-width: 767px) {.sad-seo-mtb {
  padding: 44px 1.5rem 0;
}
}.sad-seo_in-mtb {
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  background: #161310;
  border-radius: 14px;
  max-width: 1340px;
}
@media(min-width: 767px) {.sad-seo_in-mtb {
  padding: 2.25rem 40px;
}
}.sad-seo_label-mtb {
  text-transform: uppercase;
  color: #C4922A;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}.sad-seo_h2-mtb {
  color: #F5EDD8;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 769px) {.sad-seo_h2-mtb {
  font-size: 1.5rem;
}
}.sad-seo_body-mtb {
  font-size: 14px;
  color: #B09A7A;
  line-height: 1.75;
  overflow-wrap: break-word;
}.sad-seo_body-mtb p {
  color: #B09A7A;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}.sad-seo_body-mtb p:last-child {
  margin-bottom: 0;
}.sad-seo_body-mtb strong {
  color: #D9CDB5;
  font-weight: 700;
}.sad-seo_body-mtb a {
  transition: color .2s;
  color: #C4922A;
  text-decoration: underline;
}.sad-seo_body-mtb a:hover {
  color: #D4A83C;
}.sad-seo_body-mtb ul,.sad-seo_body-mtb ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.sad-seo_body-mtb ol {
  list-style: decimal;
}.sad-seo_body-mtb li {
  color: #B09A7A;
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 14px;
}.sad-seo_body-mtb table {
  border-collapse: collapse;
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  display: block;
}
@media(min-width:768px) {.sad-seo_body-mtb table {
  display: table;
}
}.sad-seo_body-mtb th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D9CDB5;
  text-align: left;
  font-weight: 700;
}.sad-seo_body-mtb td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #B09A7A;
}.sad-seo_cols-mtb {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.sad-seo_cols-mtb {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.sad-seo_cols-mtb {
  grid-template-columns: repeat(3,1fr);
}
}.sad-seo_col_h-mtb {
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #D9CDB5;
  overflow-wrap: break-word;
  font-size: 13px;
}.sad-seo_col_p-mtb {
  color: #9A8462;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.sad-seo_stats-mtb {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.sad-seo_stat-mtb {
  flex: 1;
  background: rgba(196, 146, 42, 0.08);
  padding: 0.875rem 16px;
  border: 1px solid rgba(196, 146, 42, 0.18);
  border-radius: 8px;
  min-width: 8.75rem;
}.sad-seo_stat_val-mtb {
  color: #C4922A;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 800;
}.sad-seo_stat_lb-mtb {
  overflow-wrap: break-word;
  color: #9A8462;
  font-size: 11px;
}.sad-faq-mtb {
  background: #0E0C0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.sad-faq-mtb {
  padding: 2.75rem 24px 0;
}
}.sad-faq_in-mtb {
  margin: 0 auto;
  max-width: 83.75rem;
}.sad-faq_head-mtb {
  margin-bottom: 1.25rem;
}.sad-faq_label-mtb {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #C4922A;
  letter-spacing: .08em;
}.sad-faq_h2-mtb {
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F5EDD8;
}
@media(min-width: 769px) {.sad-faq_h2-mtb {
  font-size: 24px;
}
}.sad-faq_list-mtb {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.sad-faq_item-mtb {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #161310;
  border-radius: 8px;
  overflow: hidden;
}.sad-faq_q-mtb {
  gap: 12px;
  padding: 16px 1.25rem;
  transition: color .2s;
  flex-wrap: wrap;
  font-weight: 600;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 14px;
  display: flex;
  color: #D9CDB5;
  cursor: pointer;
  justify-content: space-between;
}.sad-faq_q-mtb:hover {
  color: #F5EDD8;
}.sad-faq_q_ic-mtb {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: transform .25s;
  width: 24px;
  align-items: center;
  font-size: 1rem;
  flex-shrink: 0;
  color: #C4922A;
  display: flex;
  height: 24px;
  justify-content: center;
}.sad-faq_item-mtb.sad-state_open-mtb .sad-faq_q_ic-mtb {
  transform: rotate(45deg);
}.sad-faq_a-mtb {
  padding: 0 1.25rem 1rem;
  color: #9A8462;
  overflow-wrap: break-word;
  font-size: 13px;
  display: none;
  line-height: 1.7;
}.sad-faq_item-mtb.sad-state_open-mtb .sad-faq_a-mtb {
  display: block;
}.sad-faq_a-mtb strong {
  color: #D9CDB5;
  font-weight: 700;
}.sad-faq_a-mtb a {
  text-decoration: underline;
  color: #C4922A;
}.sad-faq_a-mtb ul,.sad-faq_a-mtb ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.sad-faq_a-mtb ol {
  list-style: decimal;
}.sad-faq_a-mtb li {
  margin-bottom: 4px;
  line-height: 1.6;
}.sad-faq_a-mtb table {
  margin: 0.5rem 0;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 12px;
  display: block;
  width: 100%;
}
@media(min-width: 771px) {.sad-faq_a-mtb table {
  display: table;
}
}.sad-faq_a-mtb th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #D9CDB5;
}.sad-faq_a-mtb td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.5rem;
  color: #9A8462;
}.sad-ft-mtb {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #080705;
  margin-top: 48px;
}.sad-ft_support-mtb {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.sad-ft_support-mtb {
  padding: 28px 24px;
}
}.sad-ft_support_in-mtb {
  margin: 0 auto;
  gap: 1rem;
  align-items: center;
  display: flex;
  max-width: 1340px;
  flex-wrap: wrap;
}.sad-ft_support_main-mtb {
  gap: 1rem;
  flex: 1;
  min-width: 13.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.sad-ft_support_ic-mtb {
  flex-shrink: 0;
  color: #C4922A;
}.sad-ft_support_ic-mtb svg {
  height: 30px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.875rem;
}.sad-ft_support_text_title-mtb {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F5EDD8;
  font-size: 15px;
  margin-bottom: 3px;
}.sad-ft_support_text_sub-mtb {
  font-size: 0.75rem;
  color: #9A8462;
  overflow-wrap: break-word;
}.sad-ft_support_btn-mtb {
  transition: background .2s;
  background: #C4922A;
  border-radius: 0.5rem;
  padding: 11px 22px;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #F5EDD8;
  flex-shrink: 0;
  font-weight: 700;
}.sad-ft_support_btn-mtb:hover {
  background: #D4A83C;
}.sad-ft_support_contacts-mtb {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.sad-ft_support_contact-mtb {
  color: #8A7562;
  line-height: 1.4;
  font-size: 12px;
}.sad-ft_support_contact-mtb strong {
  color: #B09A7A;
  margin-bottom: 2px;
  font-weight: 600;
  display: block;
  font-size: 0.688rem;
}.sad-ft_main-mtb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 770px) {.sad-ft_main-mtb {
  padding: 2.5rem 24px 2rem;
}
}.sad-ft_main_in-mtb {
  gap: 24px;
  margin: 0 auto;
  max-width: 1340px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.sad-ft_main_in-mtb {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.sad-ft_main_in-mtb {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.sad-ft_col_logo-mtb {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.sad-ft_col_logo-mtb {
  grid-column: auto;
}
}.sad-ft_logo-mtb {
  gap: 0.563rem;
  align-items: center;
  font-size: 16px;
  color: #F5EDD8;
  margin-bottom: 12px;
  display: flex;
  font-weight: 800;
  overflow-wrap: break-word;
  flex-wrap: wrap;
}.sad-ft_logo_mark-mtb {
  border-radius: 4px;
  overflow: hidden;
  height: 1.875rem;
  width: 1.875rem;
}.sad-ft_logo_mark-mtb img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.sad-ft_logo_sub-mtb {
  line-height: 1.55;
  max-width: 200px;
  overflow-wrap: break-word;
  color: #8A7562;
  font-size: 12px;
}.sad-ft_col_title-mtb {
  text-transform: uppercase;
  color: #B09A7A;
  font-size: 0.75rem;
  letter-spacing: .07em;
  margin-bottom: 0.875rem;
  font-weight: 700;
}.sad-ft_col_links-mtb {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.sad-ft_col_link-mtb {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #8A7562;
  font-size: 0.813rem;
}.sad-ft_col_link-mtb:hover {
  color: #D9CDB5;
}.sad-ft_apps-mtb {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.sad-ft_app_card-mtb {
  gap: 10px;
  padding: 10px 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  display: flex;
}.sad-ft_app_card-mtb:hover {
  border-color: rgba(196, 146, 42, 0.48);
}.sad-ft_app_card_ic-mtb svg {
  height: 22px;
  stroke-linejoin: round;
  width: 22px;
  stroke-linecap: round;
}.sad-ft_app_card_os-mtb {
  font-size: 10px;
  font-weight: 600;
  color: #8A7562;
}.sad-ft_app_card_action-mtb {
  color: #D9CDB5;
  font-weight: 700;
  font-size: 0.75rem;
}.sad-ft_bot-mtb {
  padding: 20px 16px;
}
@media(min-width:768px) {.sad-ft_bot-mtb {
  padding: 1.25rem 1.5rem;
}
}.sad-ft_bot_in-mtb {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  max-width: 83.75rem;
  align-items: center;
  flex-wrap: wrap;
}.sad-ft_socials-mtb {
  gap: 8px;
  display: flex;
}.sad-ft_soc-mtb {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  color: #B09A7A;
  width: 36px;
  height: 2.25rem;
  justify-content: center;
}.sad-ft_soc-mtb svg {
  width: 16px;
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.sad-ft_soc-mtb:hover {
  background: rgba(255, 255, 255, 0.07);
}.sad-ft_legal-mtb {
  flex: 1;
  min-width: 200px;
  color: #9A8870;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  line-height: 1.6;
}.sad-ft_legal-mtb strong {
  color: #B09A7A;
  font-weight: 700;
}.sad-ft_legal-mtb a {
  text-decoration: underline;
  color: #B09A7A;
}.sad-ft_age-mtb {
  border-radius: 50%;
  border: 2px solid #9A8870;
  font-weight: 800;
  height: 32px;
  width: 2rem;
  color: #9A8870;
  justify-content: center;
  font-size: 11px;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}