*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  font-family: 'Nunito Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  background-color: #120E0A;
  min-height: 100vh;
  color: #D2C6AD;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}a {
  color: inherit;
  text-decoration: none;
}.yso-layout_s5h {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.yso-page_s5h {
  display: flex;
  min-height: 100vh;
}.yso-main_s5h {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media screen and (min-width: 1077px) {.yso-main_s5h {
  padding-left: 13.75rem;
}
}
@media screen and (max-width:1079px) {.yso-main_s5h {
  padding-bottom: 72px;
}
}.yso-gc_s5h {
  border-radius: 0.5rem;
  background: #181209;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  width: 8.75rem;
}
@media(min-width: 641px) {.yso-gc_s5h {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.yso-gc_s5h {
  width: 10.5rem;
}
}.yso-gc_s5h:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 138, 30, 0.07);
}.yso-gc_img_s5h {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.yso-gc_img_s5h img {
  inset: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}.yso-gc_hover_s5h {
  inset: 0;
  transition: opacity .2s;
  background: rgba(10, 7, 4, 0.72);
  align-items: center;
  opacity: 0;
  display: flex;
  justify-content: center;
  position: absolute;
}.yso-gc_s5h:hover .yso-gc_hover_s5h {
  opacity: 1;
}.yso-gc_hover_btn_s5h {
  background: #C88A1E;
  border-radius: 0.25rem;
  padding: 8px 16px;
  font-weight: 700;
  color: #F5EDD8;
  font-size: 12px;
}.yso-gc_info_s5h {
  padding: 0.5rem 10px 0.625rem;
}.yso-gc_name_s5h {
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 3px;
  color: #D2C6AD;
  text-overflow: ellipsis;
}.yso-gc_prov_s5h {
  font-size: 10px;
  color: #5A4E43;
}.yso-gc_tag_s5h {
  border-radius: 4px;
  padding: 2px 0.438rem;
  left: 0.375rem;
  letter-spacing: .04em;
  top: 6px;
  z-index: 2;
  text-transform: uppercase;
  font-size: 9px;
  position: absolute;
  font-weight: 700;
}.yso-gc_tag_hot_s5h {
  background: #D44040;
  color: #fff;
}.yso-gc_tag_new_s5h {
  background: #4CB870;
  color: #120E0A;
}.yso-gc_tag_jp_s5h {
  background: #E8A020;
  color: #120E0A;
}.yso-gc_tag_ex_s5h {
  background: #8C5C28;
  color: #fff;
}.yso-gc_tag_live_s5h {
  background: #D44040;
  color: #fff;
}.yso-gr_s5h {
  padding: 32px 16px 0;
  background: #120E0A;
}
@media(min-width: 767px) {.yso-gr_s5h {
  padding: 36px 24px 0;
}
}.yso-gr_in_s5h {
  margin: 0 auto;
  max-width: 82.5rem;
}.yso-gr_head_s5h {
  gap: 0.75rem;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.yso-gr_head_l_s5h {
  gap: 0.625rem;
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}.yso-gr_ic_s5h {
  border-radius: 8px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  width: 32px;
  justify-content: center;
  height: 32px;
}.yso-gr_ic_s5h svg {
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.yso-gr_title_s5h {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  color: #F5EDD8;
  font-size: 16px;
}
@media(min-width: 771px) {.yso-gr_title_s5h {
  font-size: 1.125rem;
}
}.yso-gr_more_s5h {
  transition: color .2s;
  gap: 0.313rem;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-size: 12px;
  align-items: center;
  color: #756558;
  font-weight: 600;
}.yso-gr_more_s5h:hover {
  color: #C88A1E;
}.yso-gr_more_s5h svg {
  width: 12px;
  stroke-linecap: round;
  height: 12px;
  stroke-linejoin: round;
}.yso-gr_arrows_s5h {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.yso-gr_arr_s5h {
  transition: background .15s,color .15s;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  width: 1.875rem;
  justify-content: center;
  display: flex;
  height: 30px;
  color: #A0907A;
}.yso-gr_arr_s5h:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5EDD8;
}.yso-gr_arr_s5h svg {
  height: 0.813rem;
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.yso-gr_seo_h_s5h {
  margin: 0 0 0.375rem;
  color: #D2C6AD;
  max-width: 42.5rem;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.yso-gr_seo_h_s5h {
  font-size: 14px;
}
}.yso-gr_seo_s5h {
  color: #756558;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  margin-bottom: 12px;
  max-width: 42.5rem;
  line-height: 1.55;
}.yso-gr_seo_s5h strong {
  color: #D2C6AD;
  font-weight: 600;
}.yso-gr_scroll_s5h {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding-bottom: 0.625rem;
  display: flex;
  scrollbar-width: none;
}.yso-gr_scroll_s5h::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.yso-gr_scroll_s5h {
  gap: 0.75rem;
}
}.yso-tb_s5h {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #120E0A;
  display: flex;
  left: 0;
  top: 0;
  z-index: 80;
  position: fixed;
  align-items: center;
  height: 56px;
  right: 0;
}.yso-tb_in_s5h {
  padding: 0 14px;
  gap: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}.yso-tb_burger_s5h {
  gap: 0.313rem;
  border-radius: 8px;
  margin-right: 0.5rem;
  justify-content: center;
  flex-direction: column;
  height: 38px;
  align-items: center;
  display: flex;
  width: 2.375rem;
  flex-shrink: 0;
}.yso-tb_burger_s5h:hover {
  background: rgba(255, 255, 255, 0.05);
}.yso-tb_burger_line_s5h {
  border-radius: 1px;
  background: #A0907A;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width: 1083px) {.yso-tb_burger_s5h {
  display: none;
}
}.yso-tb_logo_s5h {
  gap: 9px;
  margin-right: 1.25rem;
  font-size: 1.125rem;
  flex-shrink: 0;
  color: #F5EDD8;
  font-weight: 800;
  align-items: center;
  display: flex;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
}.yso-tb_logo_mark_s5h {
  border-radius: 8px;
  overflow: hidden;
  align-items: center;
  width: 32px;
  justify-content: center;
  display: flex;
  height: 32px;
}.yso-tb_logo_mark_s5h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.yso-tb_nav_s5h {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 638px) {.yso-tb_nav_s5h {
  display: flex;
}
}.yso-tb_tab_s5h {
  border-radius: 0.5rem;
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  color: #A0907A;
}.yso-tb_tab_s5h:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD8;
}.yso-tb_tab_s5h.yso-state_active_s5h {
  background: rgba(200, 138, 30, 0.18);
  color: #F5EDD8;
}.yso-tb_right_s5h {
  gap: 8px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}.yso-tb_login_s5h {
  padding: 9px 16px;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  display: none;
  font-weight: 600;
  color: #D2C6AD;
}.yso-tb_login_s5h:hover {
  border-color: rgba(200, 138, 32, 0.45);
  color: #F5EDD8;
}
@media(min-width: 482px) {.yso-tb_login_s5h {
  display: block;
}
}.yso-tb_reg_s5h {
  background: #4CB870;
  padding: 9px 18px;
  border-radius: 8px;
  transition: background .2s;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #0E0B07;
  font-weight: 700;
}.yso-tb_reg_s5h:hover {
  background: #5DCF82;
}.yso-sb_s5h {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  background: #1D1610;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  z-index: 70;
  position: fixed;
  top: 3.5rem;
  width: 220px;
}.yso-sb_s5h.yso-state_open_s5h {
  transform: translateX(0);
}.yso-sb_s5h::-webkit-scrollbar {
  width: 0.25rem;
}.yso-sb_s5h::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1077px) {.yso-sb_s5h {
  transform: translateX(0);
}
}.yso-sb_auth_s5h {
  padding: 0.875rem 0.75rem 10px;
}.yso-sb_btn_reg_s5h {
  transition: background .2s;
  padding: 0.688rem;
  background: #4CB870;
  border-radius: 0.5rem;
  display: block;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 8px;
  color: #0E0B07;
}.yso-sb_btn_reg_s5h:hover {
  background: #5DCF82;
}.yso-sb_btn_login_s5h {
  transition: border-color .2s;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  font-weight: 600;
  color: #D2C6AD;
  display: block;
  text-align: center;
  font-size: 13px;
}.yso-sb_btn_login_s5h:hover {
  border-color: rgba(200, 138, 32, 0.45);
  color: #F5EDD8;
}.yso-sb_promo_s5h {
  border: 1px solid rgba(200, 138, 30, 0.18);
  background: linear-gradient(135deg,#2C1A06,#1D1610);
  overflow: hidden;
  border-radius: 8px;
  margin: 0 12px 0.625rem;
  padding: 12px 14px;
  position: relative;
}.yso-sb_promo_s5h::before {
  background: radial-gradient(circle,rgba(200, 138, 30, 0.18),transparent 70%);
  border-radius: 50%;
  top: -20px;
  height: 5rem;
  position: absolute;
  content: '';
  width: 80px;
  right: -20px;
}.yso-sb_promo_title_s5h {
  font-weight: 700;
  color: #C88A1E;
  font-size: 0.688rem;
  margin-bottom: 4px;
  letter-spacing: .06em;
  text-transform: uppercase;
}.yso-sb_promo_text_s5h {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.35;
  color: #F5EDD8;
  overflow-wrap: break-word;
}.yso-sb_promo_sub_s5h {
  font-size: 10px;
  margin-top: 3px;
  color: #756558;
}.yso-sb_nav_s5h {
  padding: 6px 8px 16px;
}.yso-sb_nav_lb_s5h {
  padding: 10px 0.5rem 6px;
  color: #5A4E43;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.yso-sb_link_s5h {
  gap: 10px;
  padding: 0.563rem 0.625rem;
  border-radius: 4px;
  transition: background .15s,color .15s;
  font-weight: 500;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  cursor: pointer;
  color: #A0907A;
  align-items: center;
  display: flex;
}.yso-sb_link_s5h:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD8;
}.yso-sb_link_s5h.yso-state_active_s5h {
  background: rgba(200, 138, 30, 0.18);
  color: #F5EDD8;
}.yso-sb_ic_s5h {
  border-radius: 4px;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
}.yso-sb_ic_s5h svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 1rem;
}.yso-sb_ic_1_s5h {
  background: rgba(200, 138, 30, 0.07);
  color: #C88A1E;
}.yso-sb_ic_2_s5h {
  background: rgba(76, 184, 112, 0.18);
  color: #4CB870;
}.yso-sb_ic_3_s5h {
  background: rgba(232, 160, 32, 0.18);
  color: #E8A020;
}.yso-sb_ic_4_s5h {
  background: rgba(140, 92, 40, 0.28);
  color: #8C5C28;
}.yso-sb_ic_5_s5h {
  background: rgba(200, 138, 30, 0.07);
  color: #E0507A;
}.yso-sb_ic_6_s5h {
  background: rgba(140, 92, 40, 0.28);
  color: #9B5ED4;
}.yso-sb_badge_s5h {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  background: #E8A020;
  color: #0E0B07;
  font-size: 0.563rem;
  margin-left: auto;
  font-weight: 700;
}.yso-sb_bot_s5h {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  gap: 8px;
  display: flex;
}.yso-sb_lang_s5h,.yso-sb_help_s5h {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  transition: border-color .2s;
  padding: 9px 0.375rem;
  flex: 1;
  gap: 0.375rem;
  font-size: 11px;
  font-weight: 600;
  align-items: center;
  color: #A0907A;
  display: flex;
  justify-content: center;
}.yso-sb_lang_s5h:hover,.yso-sb_help_s5h:hover {
  border-color: rgba(200, 138, 32, 0.45);
  color: #F5EDD8;
}.yso-sb_lang_s5h svg,.yso-sb_help_s5h svg {
  stroke-linecap: round;
  width: 0.813rem;
  height: 0.813rem;
  stroke-linejoin: round;
}.yso-sb_bd_s5h {
  background: rgba(10, 7, 4, 0.72);
  inset: 0;
  display: none;
  position: fixed;
  z-index: 69;
}.yso-sb_bd_s5h.yso-state_on_s5h {
  display: block;
}
@media(min-width: 1081px) {.yso-sb_bd_s5h {
  display: none!important;
}
}.yso-mob_nav_s5h {
  background: #1D1610;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  left: 0;
  bottom: 0;
  display: flex;
  position: fixed;
  right: 0;
  z-index: 80;
}
@media(min-width: 1081px) {.yso-mob_nav_s5h {
  display: none;
}
}.yso-mob_nav_item_s5h {
  flex: 1;
  gap: 0.25rem;
  padding: 0.25rem 2px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  color: #5A4E43;
  align-items: center;
}.yso-mob_nav_ic_s5h {
  line-height: 1;
}.yso-mob_nav_ic_s5h svg {
  stroke-linecap: round;
  height: 1.25rem;
  stroke-linejoin: round;
  width: 1.25rem;
}.yso-mob_nav_lb_s5h {
  color: #5A4E43;
  font-size: 10px;
  font-weight: 600;
}.yso-mob_nav_item_s5h.yso-state_active_s5h {
  color: #C88A1E;
}.yso-mob_nav_item_s5h.yso-state_active_s5h .yso-mob_nav_lb_s5h {
  color: #C88A1E;
}.yso-hero_s5h {
  background: #120E0A;
  padding: 1.25rem 16px 0;
}
@media(min-width: 770px) {.yso-hero_s5h {
  padding: 24px 24px 0;
}
}.yso-hero_in_s5h {
  margin: 0 auto;
  gap: 12px;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 859px) {.yso-hero_in_s5h {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1099px) {.yso-hero_in_s5h {
  grid-template-columns: 1fr 21.25rem;
}
}.yso-hero_promo_s5h {
  border-radius: 14px;
  overflow: hidden;
  background: #181209;
  align-items: stretch;
  position: relative;
  min-height: 13.75rem;
  display: flex;
}
@media(min-width: 769px) {.yso-hero_promo_s5h {
  min-height: 17.5rem;
}
}.yso-hero_promo_bg_s5h {
  background: linear-gradient(120deg,#2C1A06 0%,#120E0A 100%);
  inset: 0;
  background-position: center;
  position: absolute;
  background-size: cover;
}.yso-hero_promo_bg_s5h::after {
  background: linear-gradient(90deg,#120E0A 0%,rgba(10, 7, 4, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.yso-hero_promo_glow_s5h {
  background: radial-gradient(circle,rgba(140, 92, 40, 0.28) 0%,transparent 65%);
  border-radius: 50%;
  right: 3.75rem;
  top: -40px;
  pointer-events: none;
  position: absolute;
  height: 300px;
  width: 300px;
}.yso-hero_promo_ct_s5h {
  padding: 1.75rem 1.5rem 1.75rem 28px;
  flex-direction: column;
  z-index: 2;
  display: flex;
  max-width: 480px;
  position: relative;
  justify-content: center;
}
@media(min-width: 766px) {.yso-hero_promo_ct_s5h {
  padding: 40px 32px;
}
}.yso-hero_badge_s5h {
  background: rgba(200, 138, 30, 0.18);
  border: 1px solid rgba(200, 138, 30, 0.07);
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  color: #C88A1E;
  display: inline-block;
  font-weight: 700;
  letter-spacing: .08em;
}.yso-hero_h1_s5h {
  font-size: 26px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  margin-bottom: 10px;
  line-height: 1.15;
  color: #F5EDD8;
  font-weight: 800;
}.yso-hero_h1_s5h em {
  color: #E8A020;
  font-style: normal;
}
@media(min-width: 771px) {.yso-hero_h1_s5h {
  font-size: 36px;
}
}.yso-hero_sub_s5h {
  color: #A0907A;
  line-height: 1.55;
  font-size: 13px;
  margin-bottom: 20px;
}
@media(min-width: 770px) {.yso-hero_sub_s5h {
  font-size: 14px;
}
}.yso-hero_row_s5h {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.yso-hero_cta_s5h {
  padding: 0.813rem 26px;
  background: #4CB870;
  transition: background .2s;
  border-radius: 8px;
  font-size: 0.875rem;
  color: #0E0B07;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 5px 18px rgba(76, 184, 112, 0.42);
  font-weight: 700;
}.yso-hero_cta_s5h:hover {
  background: #5DCF82;
}.yso-hero_terms_s5h {
  color: #5A4E43;
  font-size: 0.688rem;
}.yso-hero_game_s5h {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  background: #181209;
  flex-direction: column;
  position: relative;
  display: flex;
}.yso-hero_game_badge_s5h {
  border-radius: 1.25rem;
  background: rgba(232, 160, 32, 0.18);
  border: 1px solid rgba(232, 160, 32, 0.18);
  padding: 5px 10px;
  font-weight: 700;
  color: #E8A020;
  position: absolute;
  letter-spacing: .06em;
  top: 0.75rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  left: 0.75rem;
  z-index: 3;
}.yso-hero_game_badge_s5h svg {
  vertical-align: -1px;
  margin-right: 0.25rem;
  width: 0.688rem;
  height: 11px;
}.yso-hero_game_img_s5h {
  overflow: hidden;
  background: linear-gradient(135deg,#2C1A06,#120E0A);
  position: relative;
  padding-bottom: 60%;
}.yso-hero_game_img_s5h img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.yso-hero_game_play_s5h {
  transition: opacity .2s;
  background: rgba(10, 7, 4, 0.72);
  inset: 0;
  position: absolute;
  justify-content: center;
  display: flex;
  opacity: 0;
  align-items: center;
}.yso-hero_game_s5h:hover .yso-hero_game_play_s5h {
  opacity: 1;
}.yso-hero_game_play_s5h span {
  border-radius: 50%;
  background: #C88A1E;
  height: 3.25rem;
  justify-content: center;
  width: 52px;
  align-items: center;
  display: flex;
}.yso-hero_game_play_s5h span svg {
  width: 18px;
  height: 1.125rem;
  margin-left: 2px;
}.yso-hero_game_info_s5h {
  padding: 0.875rem 16px;
}.yso-hero_game_title_s5h {
  color: #F5EDD8;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.yso-hero_game_provider_s5h {
  font-size: 0.688rem;
  color: #756558;
}.yso-hero_game_btn_s5h {
  transition: background .2s;
  padding: 11px;
  border-radius: 0.5rem;
  background: #C88A1E;
  margin: 0.75rem 16px 1rem;
  text-align: center;
  font-weight: 700;
  display: block;
  font-size: 13px;
  color: #F5EDD8;
}.yso-hero_game_s5h:hover .yso-hero_game_btn_s5h {
  background: #DFA534;
}.yso-sbar_s5h {
  padding: 1rem 1rem 0;
  background: #120E0A;
}
@media(min-width: 765px) {.yso-sbar_s5h {
  padding: 18px 1.5rem 0;
}
}.yso-sbar_in_s5h {
  margin: 0 auto;
  max-width: 82.5rem;
}.yso-sbar_row_s5h {
  gap: 0.625rem;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}.yso-sbar_input_s5h {
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 10px;
  padding: 11px 1rem;
  flex: 1;
  transition: border-color .2s;
  background: #181209;
  border-radius: 8px;
  font-size: 13px;
  color: #756558;
  align-items: center;
  display: flex;
  cursor: pointer;
}.yso-sbar_input_s5h:hover {
  border-color: rgba(200, 138, 32, 0.45);
}.yso-sbar_input_s5h svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 15px;
  width: 15px;
  flex-shrink: 0;
}.yso-sbar_providers_s5h {
  transition: border-color .2s;
  border-radius: 8px;
  background: #181209;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.688rem 18px;
  gap: 8px;
  color: #D2C6AD;
  align-items: center;
  font-size: 13px;
  display: flex;
  font-weight: 600;
  white-space: nowrap;
}.yso-sbar_providers_s5h:hover {
  border-color: rgba(200, 138, 32, 0.45);
  color: #F5EDD8;
}.yso-sbar_providers_s5h svg {
  width: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
}.yso-sbar_tabs_s5h {
  gap: 6px;
  padding-bottom: 2px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
}.yso-sbar_tabs_s5h::-webkit-scrollbar {
  display: none;
}.yso-sbar_tab_s5h {
  padding: 8px 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 7px;
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  align-items: center;
  white-space: nowrap;
  font-size: 0.75rem;
  flex-shrink: 0;
  color: #A0907A;
  cursor: pointer;
  font-weight: 600;
  display: flex;
}.yso-sbar_tab_s5h:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(200, 138, 32, 0.45);
  color: #F5EDD8;
}.yso-sbar_tab_s5h.yso-state_active_s5h {
  background: rgba(200, 138, 30, 0.18);
  border-color: rgba(200, 138, 30, 0.07);
  color: #F5EDD8;
}.yso-sbar_tab_ic_s5h svg {
  stroke-linejoin: round;
  height: 14px;
  width: 14px;
  stroke-linecap: round;
}.yso-wy_s5h {
  background: #120E0A;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.yso-wy_s5h {
  padding: 40px 24px 0;
}
}.yso-wy_in_s5h {
  margin: 0 auto;
  max-width: 1320px;
}.yso-wy_head_s5h {
  max-width: 45rem;
  margin-bottom: 1.125rem;
}.yso-wy_label_s5h {
  font-size: 0.688rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #C88A1E;
  font-weight: 700;
  letter-spacing: .08em;
}.yso-wy_h2_s5h {
  overflow-wrap: break-word;
  color: #F5EDD8;
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width: 770px) {.yso-wy_h2_s5h {
  font-size: 1.5rem;
}
}.yso-wy_intro_s5h {
  margin: 0;
  color: #756558;
  font-size: 0.813rem;
  line-height: 1.6;
}.yso-wy_grid_s5h {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.yso-wy_grid_s5h {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.yso-wy_grid_s5h {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.yso-wy_card_s5h {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
  background: #1D1610;
  border-radius: 8px;
  transition: border-color .2s,transform .2s;
}.yso-wy_card_s5h:hover {
  border-color: rgba(200, 138, 30, 0.07);
  transform: translateY(-2px);
}.yso-wy_card_ic_s5h {
  background: rgba(200, 138, 30, 0.18);
  border-radius: 50%;
  height: 44px;
  align-items: center;
  color: #C88A1E;
  margin-bottom: 0.875rem;
  justify-content: center;
  display: flex;
  width: 44px;
}.yso-wy_card_ic_s5h svg {
  width: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
}.yso-wy_card_h_s5h {
  font-size: 0.938rem;
  margin-bottom: 6px;
  color: #F5EDD8;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: break-word;
}.yso-wy_card_p_s5h {
  color: #756558;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
}.yso-wy_card_p_s5h strong {
  color: #D2C6AD;
  font-weight: 600;
}.yso-ws_s5h {
  padding: 32px 16px 0;
  background: #120E0A;
}
@media(min-width: 765px) {.yso-ws_s5h {
  padding: 36px 24px 0;
}
}.yso-ws_in_s5h {
  margin: 0 auto;
  max-width: 82.5rem;
}.yso-ws_head_s5h {
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.875rem;
}.yso-ws_title_s5h {
  gap: 10px;
  font-weight: 700;
  overflow-wrap: break-word;
  display: flex;
  font-family: 'Cinzel', serif;
  font-size: 16px;
  flex-wrap: wrap;
  align-items: center;
  color: #F5EDD8;
}.yso-ws_title_ic_s5h svg {
  stroke-linecap: round;
  color: #E8A020;
  width: 1.125rem;
  stroke-linejoin: round;
  height: 1.125rem;
}.yso-ws_online_s5h {
  gap: 7px;
  font-weight: 600;
  color: #756558;
  display: flex;
  align-items: center;
  font-size: 12px;
}.yso-ws_online_dot_s5h {
  border-radius: 50%;
  background: #4CB870;
  box-shadow: 0 0 0.375rem rgba(76, 184, 112, 0.18);
  width: 8px;
  flex-shrink: 0;
  height: 0.5rem;
}.yso-ws_scroll_s5h {
  gap: 8px;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 8px;
  display: flex;
}.yso-ws_scroll_s5h::-webkit-scrollbar {
  display: none;
}.yso-wc_s5h {
  border-radius: 8px;
  gap: 10px;
  padding: 0.625rem 14px;
  background: #181209;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-shrink: 0;
  align-items: center;
  display: flex;
  min-width: 220px;
}.yso-wc_img_s5h {
  border-radius: 0.25rem;
  overflow: hidden;
  background: #1D1610;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}.yso-wc_img_s5h img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.yso-wc_info_s5h {
  min-width: 0;
}.yso-wc_game_s5h {
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 600;
  color: #D2C6AD;
  text-overflow: ellipsis;
  white-space: nowrap;
}.yso-wc_player_s5h {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
  color: #5A4E43;
}.yso-wc_amount_s5h {
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
  margin-left: auto;
  color: #4CB870;
  flex-shrink: 0;
}.yso-htp_s5h {
  padding: 2.25rem 16px 0;
  background: #120E0A;
}
@media(min-width: 769px) {.yso-htp_s5h {
  padding: 44px 24px 0;
}
}.yso-htp_in_s5h {
  margin: 0 auto;
  max-width: 1320px;
}.yso-htp_head_s5h {
  margin-bottom: 22px;
  max-width: 720px;
}.yso-htp_label_s5h {
  letter-spacing: .08em;
  color: #C88A1E;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}.yso-htp_h2_s5h {
  font-size: 22px;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 771px) {.yso-htp_h2_s5h {
  font-size: 28px;
}
}.yso-htp_intro_s5h {
  line-height: 1.6;
  color: #756558;
  font-size: 0.875rem;
}.yso-htp_steps_s5h {
  margin: 0;
  padding: 0;
  gap: 0.75rem;
  list-style: none;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.yso-htp_steps_s5h {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.yso-htp_steps_s5h {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.yso-htp_step_s5h {
  background: #1D1610;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 20px 18px 18px;
  position: relative;
  flex-direction: column;
  display: flex;
}.yso-htp_step_num_s5h {
  background: #C88A1E;
  border-radius: 50%;
  justify-content: center;
  color: #0E0B07;
  font-size: 0.813rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  left: 20px;
  align-items: center;
  display: flex;
  top: -0.75rem;
  position: absolute;
  width: 1.75rem;
  height: 28px;
}.yso-htp_step_ic_s5h {
  background: rgba(200, 138, 30, 0.18);
  border-radius: 4px;
  margin: 8px 0 12px;
  height: 2.25rem;
  width: 2.25rem;
  color: #C88A1E;
  display: flex;
  align-items: center;
  justify-content: center;
}.yso-htp_step_ic_s5h svg {
  height: 1.125rem;
  stroke-linecap: round;
  width: 18px;
  stroke-linejoin: round;
}.yso-htp_step_h_s5h {
  color: #F5EDD8;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  line-height: 1.25;
  font-weight: 700;
}.yso-htp_step_p_s5h {
  overflow-wrap: break-word;
  color: #756558;
  font-size: 13px;
  line-height: 1.55;
}.yso-htp_step_p_s5h strong {
  color: #D2C6AD;
  font-weight: 600;
}.yso-htp_cta_s5h {
  border-radius: 8px;
  background: #4CB870;
  padding: 0.813rem 1.625rem;
  transition: background .2s;
  color: #0E0B07;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-top: 1.25rem;
}.yso-htp_cta_s5h:hover {
  background: #5DCF82;
}.yso-bon_s5h {
  padding: 2.25rem 1rem 0;
  background: #120E0A;
}
@media(min-width: 766px) {.yso-bon_s5h {
  padding: 2.75rem 24px 0;
}
}.yso-bon_in_s5h {
  margin: 0 auto;
  max-width: 82.5rem;
}.yso-bon_head_s5h {
  margin-bottom: 20px;
}.yso-bon_label_s5h {
  margin-bottom: 8px;
  color: #C88A1E;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
}.yso-bon_h2_s5h {
  font-family: 'Cinzel', serif;
  color: #F5EDD8;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 771px) {.yso-bon_h2_s5h {
  font-size: 24px;
}
}.yso-bon_seo_s5h {
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #756558;
  max-width: 620px;
}.yso-bon_seo_s5h strong {
  color: #D2C6AD;
  font-weight: 700;
}.yso-bon_seo_s5h a {
  color: #C88A1E;
  text-decoration: underline;
}.yso-bon_grid_s5h {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.yso-bon_grid_s5h {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.yso-bon_grid_s5h {
  grid-template-columns: repeat(5,1fr);
}
}.yso-bon_card_s5h {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
  padding: 16px;
  background: #181209;
}.yso-bon_card_s5h:hover {
  border-color: rgba(200, 138, 30, 0.07);
  transform: translateY(-2px);
}.yso-bon_card_ic_s5h svg {
  height: 1.625rem;
  stroke-linecap: round;
  width: 1.625rem;
  stroke-linejoin: round;
}.yso-bon_card_ic_s5h {
  margin-bottom: 10px;
}.yso-bon_card_type_s5h {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #756558;
}.yso-bon_card_amount_s5h {
  color: #E8A020;
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 0.375rem;
  font-weight: 800;
}.yso-bon_card_name_s5h {
  margin-bottom: 8px;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #F5EDD8;
}.yso-bon_card_detail_s5h {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  padding-top: 8px;
  line-height: 1.5;
  font-size: 0.688rem;
  color: #5A4E43;
}.yso-reg_s5h {
  padding: 2.25rem 1rem 0;
  background: #120E0A;
}
@media(min-width: 769px) {.yso-reg_s5h {
  padding: 2.75rem 1.5rem 0;
}
}.yso-reg_in_s5h {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.75rem 24px;
  margin: 0 auto;
  background: #1D1610;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.yso-reg_in_s5h {
  padding: 40px;
}
}.yso-reg_top_s5h {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 859px) {.yso-reg_top_s5h {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.yso-reg_label_s5h {
  color: #C88A1E;
  margin-bottom: 0.625rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.yso-reg_h2_s5h {
  line-height: 1.2;
  font-size: 22px;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
@media(min-width:768px) {.yso-reg_h2_s5h {
  font-size: 1.75rem;
}
}.yso-reg_bonus_s5h {
  background: rgba(232, 160, 32, 0.18);
  padding: 10px 16px;
  border-radius: 0.5rem;
  border: 1px solid rgba(232, 160, 32, 0.18);
  gap: 8px;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
}.yso-reg_bonus_amount_s5h {
  color: #E8A020;
  font-weight: 800;
  font-size: 1.25rem;
}.yso-reg_bonus_text_s5h {
  line-height: 1.35;
  font-size: 13px;
  color: #A0907A;
}.yso-reg_cta_btn_s5h {
  transition: background .2s;
  background: #4CB870;
  padding: 0.875rem 2rem;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 5px 18px rgba(76, 184, 112, 0.42);
  color: #0E0B07;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}.yso-reg_cta_btn_s5h:hover {
  background: #5DCF82;
}.yso-reg_terms_s5h {
  color: #5A4E43;
  font-size: 0.688rem;
  line-height: 1.5;
}.yso-reg_seo_s5h {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 20px;
  color: #756558;
  padding-top: 1.25rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
}.yso-reg_seo_s5h p {
  line-height: 1.65;
  color: #756558;
  font-size: 0.813rem;
  margin-bottom: 10px;
}.yso-reg_seo_s5h p:last-child {
  margin-bottom: 0;
}.yso-reg_seo_s5h strong {
  color: #D2C6AD;
  font-weight: 700;
}.yso-reg_seo_s5h a {
  transition: color .2s;
  text-decoration: underline;
  color: #C88A1E;
}.yso-reg_seo_s5h a:hover {
  color: #DFA534;
}.yso-reg_seo_s5h ul,.yso-reg_seo_s5h ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.yso-reg_seo_s5h ol {
  list-style: decimal;
}.yso-reg_seo_s5h li {
  margin-bottom: 4px;
  font-size: 13px;
  color: #756558;
  line-height: 1.65;
}.yso-reg_seo_s5h table {
  border-collapse: collapse;
  margin-bottom: 0.625rem;
  display: block;
  overflow-x: auto;
  font-size: 0.813rem;
  width: 100%;
}
@media(min-width: 767px) {.yso-reg_seo_s5h table {
  display: table;
}
}.yso-reg_seo_s5h th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  color: #D2C6AD;
  font-weight: 700;
  text-align: left;
}.yso-reg_seo_s5h td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #756558;
}.yso-reg_steps_s5h {
  gap: 14px;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 862px) {.yso-reg_steps_s5h {
  margin-top: 0;
}
}.yso-reg_step_s5h {
  gap: 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.yso-reg_step_num_s5h {
  border: 1px solid rgba(200, 138, 30, 0.07);
  border-radius: 50%;
  background: rgba(200, 138, 30, 0.18);
  flex-shrink: 0;
  height: 34px;
  display: flex;
  font-weight: 800;
  justify-content: center;
  width: 2.125rem;
  color: #C88A1E;
  align-items: center;
  font-size: 0.875rem;
}.yso-reg_step_title_s5h {
  margin-bottom: 3px;
  color: #F5EDD8;
  font-weight: 700;
  font-size: 0.875rem;
}.yso-reg_step_text_s5h {
  color: #756558;
  line-height: 1.5;
  font-size: 12px;
}.yso-reg_trust_s5h {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}.yso-reg_trust_item_s5h {
  gap: 0.438rem;
  font-size: 12px;
  color: #756558;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
}.yso-reg_trust_ic_s5h svg {
  width: 16px;
  height: 16px;
  color: #C88A1E;
  stroke-linejoin: round;
  stroke-linecap: round;
}.yso-prov_s5h {
  background: #120E0A;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.yso-prov_s5h {
  padding: 2.75rem 24px 0;
}
}.yso-prov_in_s5h {
  margin: 0 auto;
  max-width: 82.5rem;
}.yso-prov_head_s5h {
  margin-bottom: 16px;
}.yso-prov_label_s5h {
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C88A1E;
  margin-bottom: 0.5rem;
}.yso-prov_h2_s5h {
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-size: 20px;
}
@media(min-width: 770px) {.yso-prov_h2_s5h {
  font-size: 24px;
}
}.yso-prov_seo_s5h {
  overflow-wrap: break-word;
  color: #756558;
  font-size: 0.813rem;
  margin-bottom: 16px;
  line-height: 1.6;
  max-width: 620px;
}.yso-prov_seo_s5h strong {
  font-weight: 700;
  color: #D2C6AD;
}.yso-prov_seo_s5h a {
  text-decoration: underline;
  color: #C88A1E;
}.yso-prov_grid_s5h {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 639px) {.yso-prov_grid_s5h {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.yso-prov_grid_s5h {
  grid-template-columns: repeat(8,1fr);
}
}.yso-prov_card_s5h {
  padding: 0.875rem 0.625rem;
  background: #181209;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 7px;
  border-radius: 0.5rem;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}.yso-prov_card_s5h:hover {
  border-color: rgba(200, 138, 32, 0.45);
  background: #1D1610;
}.yso-prov_logo_s5h {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  display: flex;
  width: 44px;
  align-items: center;
  height: 44px;
  justify-content: center;
}.yso-prov_logo_s5h img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.yso-prov_name_s5h {
  font-size: 0.688rem;
  font-weight: 600;
  color: #A0907A;
  overflow-wrap: break-word;
  text-align: center;
}.yso-app_s5h {
  background: #120E0A;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.yso-app_s5h {
  padding: 2.75rem 24px 0;
}
}.yso-app_in_s5h {
  margin: 0 auto;
  max-width: 82.5rem;
}.yso-app_head_s5h {
  margin-bottom: 1rem;
}.yso-app_label_s5h {
  color: #C88A1E;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
}.yso-app_h2_s5h {
  margin-bottom: 6px;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5EDD8;
}
@media(min-width: 765px) {.yso-app_h2_s5h {
  font-size: 24px;
}
}.yso-app_sub_s5h {
  color: #756558;
  max-width: 37.5rem;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.6;
}.yso-app_sub_s5h strong {
  color: #D2C6AD;
  font-weight: 700;
}.yso-app_cards_s5h {
  gap: 10px;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.yso-app_cards_s5h {
  grid-template-columns: repeat(3,1fr);
}
}.yso-app_card_s5h {
  gap: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 1.25rem;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
  display: flex;
}.yso-app_card_ios_s5h {
  background: linear-gradient(135deg,rgba(200, 138, 30, 0.18) 0%,#1D1610 100%);
}.yso-app_card_android_s5h {
  background: linear-gradient(135deg,rgba(76, 184, 112, 0.18) 0%,#1D1610 100%);
}.yso-app_card_win_s5h {
  background: linear-gradient(135deg,rgba(232, 160, 32, 0.18) 0%,#1D1610 100%);
}.yso-app_card_ic_s5h svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 34px;
  height: 2.125rem;
}.yso-app_card_ic_s5h {
  flex-shrink: 0;
  color: #F5EDD8;
}.yso-app_card_os_s5h {
  font-size: 10px;
  font-weight: 700;
  color: #756558;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.yso-app_card_title_s5h {
  line-height: 1.2;
  margin-bottom: 6px;
  color: #F5EDD8;
  font-size: 0.938rem;
  font-weight: 700;
  overflow-wrap: break-word;
}.yso-app_card_text_s5h {
  color: #756558;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
}.yso-app_card_btn_s5h {
  background: rgba(255, 255, 255, 0.12);
  gap: 7px;
  transition: background .2s;
  border-radius: 4px;
  padding: 10px 1.125rem;
  border: 1px solid rgba(200, 138, 32, 0.45);
  color: #F5EDD8;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}.yso-app_card_btn_s5h:hover {
  background: rgba(255, 255, 255, 0.07);
}.yso-seo_s5h {
  padding: 2.25rem 16px 0;
  background: #120E0A;
}
@media(min-width: 765px) {.yso-seo_s5h {
  padding: 2.75rem 1.5rem 0;
}
}.yso-seo_in_s5h {
  background: #1D1610;
  padding: 28px 24px;
  border-radius: 0.875rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 1320px;
}
@media(min-width: 766px) {.yso-seo_in_s5h {
  padding: 36px 2.5rem;
}
}.yso-seo_label_s5h {
  text-transform: uppercase;
  color: #C88A1E;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 0.688rem;
  font-weight: 700;
}.yso-seo_h2_s5h {
  font-family: 'Cinzel', serif;
  margin-bottom: 14px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F5EDD8;
  line-height: 1.25;
  font-weight: 800;
}
@media(min-width: 769px) {.yso-seo_h2_s5h {
  font-size: 24px;
}
}.yso-seo_body_s5h {
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #A0907A;
}.yso-seo_body_s5h p {
  font-size: 0.875rem;
  color: #A0907A;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.yso-seo_body_s5h p:last-child {
  margin-bottom: 0;
}.yso-seo_body_s5h strong {
  color: #D2C6AD;
  font-weight: 700;
}.yso-seo_body_s5h a {
  transition: color .2s;
  text-decoration: underline;
  color: #C88A1E;
}.yso-seo_body_s5h a:hover {
  color: #DFA534;
}.yso-seo_body_s5h ul,.yso-seo_body_s5h ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.yso-seo_body_s5h ol {
  list-style: decimal;
}.yso-seo_body_s5h li {
  color: #A0907A;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.375rem;
}.yso-seo_body_s5h table {
  margin-bottom: 12px;
  font-size: 0.813rem;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 765px) {.yso-seo_body_s5h table {
  display: table;
}
}.yso-seo_body_s5h th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #D2C6AD;
  text-align: left;
  font-weight: 700;
}.yso-seo_body_s5h td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A0907A;
}.yso-seo_cols_s5h {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.yso-seo_cols_s5h {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.yso-seo_cols_s5h {
  grid-template-columns: repeat(3,1fr);
}
}.yso-seo_col_h_s5h {
  font-weight: 700;
  color: #D2C6AD;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-size: 13px;
}.yso-seo_col_p_s5h {
  font-size: 0.813rem;
  color: #756558;
  overflow-wrap: break-word;
  line-height: 1.65;
}.yso-seo_stats_s5h {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.yso-seo_stat_s5h {
  padding: 0.875rem 16px;
  background: rgba(200, 138, 30, 0.07);
  border-radius: 8px;
  flex: 1;
  border: 1px solid rgba(200, 138, 30, 0.18);
  min-width: 140px;
}.yso-seo_stat_val_s5h {
  margin-bottom: 4px;
  font-size: 20px;
  color: #C88A1E;
  overflow-wrap: break-word;
  font-weight: 800;
}.yso-seo_stat_lb_s5h {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #756558;
}.yso-seo_s5h {
  background: #120E0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.yso-seo_s5h {
  padding: 2.75rem 24px 0;
}
}.yso-seo_in_s5h {
  background: #1D1610;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 28px 24px;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.yso-seo_in_s5h {
  padding: 2.25rem 40px;
}
}.yso-seo_label_s5h {
  margin-bottom: 0.625rem;
  color: #C88A1E;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.yso-seo_h2_s5h {
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: #F5EDD8;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.yso-seo_h2_s5h {
  font-size: 24px;
}
}.yso-seo_body_s5h {
  line-height: 1.75;
  color: #A0907A;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.yso-seo_body_s5h p {
  margin-bottom: 0.75rem;
  color: #A0907A;
  line-height: 1.75;
  font-size: 0.875rem;
}.yso-seo_body_s5h p:last-child {
  margin-bottom: 0;
}.yso-seo_body_s5h strong {
  font-weight: 700;
  color: #D2C6AD;
}.yso-seo_body_s5h a {
  transition: color .2s;
  color: #C88A1E;
  text-decoration: underline;
}.yso-seo_body_s5h a:hover {
  color: #DFA534;
}.yso-seo_body_s5h ul,.yso-seo_body_s5h ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.yso-seo_body_s5h ol {
  list-style: decimal;
}.yso-seo_body_s5h li {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  color: #A0907A;
}.yso-seo_body_s5h table {
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  display: block;
}
@media(min-width:768px) {.yso-seo_body_s5h table {
  display: table;
}
}.yso-seo_body_s5h th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  color: #D2C6AD;
  text-align: left;
}.yso-seo_body_s5h td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A0907A;
}.yso-seo_cols_s5h {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.yso-seo_cols_s5h {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.yso-seo_cols_s5h {
  grid-template-columns: repeat(3,1fr);
}
}.yso-seo_col_h_s5h {
  font-weight: 700;
  color: #D2C6AD;
  margin-bottom: 7px;
  font-size: 13px;
  overflow-wrap: break-word;
}.yso-seo_col_p_s5h {
  color: #756558;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.yso-seo_stats_s5h {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.yso-seo_stat_s5h {
  border: 1px solid rgba(200, 138, 30, 0.18);
  background: rgba(200, 138, 30, 0.07);
  border-radius: 0.5rem;
  flex: 1;
  padding: 0.875rem 1rem;
  min-width: 140px;
}.yso-seo_stat_val_s5h {
  color: #C88A1E;
  font-size: 20px;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 800;
}.yso-seo_stat_lb_s5h {
  color: #756558;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.yso-faq_s5h {
  background: #120E0A;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.yso-faq_s5h {
  padding: 2.75rem 1.5rem 0;
}
}.yso-faq_in_s5h {
  margin: 0 auto;
  max-width: 1320px;
}.yso-faq_head_s5h {
  margin-bottom: 1.25rem;
}.yso-faq_label_s5h {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #C88A1E;
}.yso-faq_h2_s5h {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.yso-faq_h2_s5h {
  font-size: 24px;
}
}.yso-faq_list_s5h {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.yso-faq_item_s5h {
  background: #1D1610;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
}.yso-faq_q_s5h {
  transition: color .2s;
  gap: 12px;
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 600;
  cursor: pointer;
  align-items: center;
  font-size: 0.875rem;
  color: #D2C6AD;
  overflow-wrap: break-word;
}.yso-faq_q_s5h:hover {
  color: #F5EDD8;
}.yso-faq_q_ic_s5h {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #C88A1E;
  height: 24px;
  display: flex;
  flex-shrink: 0;
  width: 24px;
}.yso-faq_item_s5h.yso-state_open_s5h .yso-faq_q_ic_s5h {
  transform: rotate(45deg);
}.yso-faq_a_s5h {
  padding: 0 20px 16px;
  line-height: 1.7;
  color: #756558;
  display: none;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.yso-faq_item_s5h.yso-state_open_s5h .yso-faq_a_s5h {
  display: block;
}.yso-faq_a_s5h strong {
  color: #D2C6AD;
  font-weight: 700;
}.yso-faq_a_s5h a {
  text-decoration: underline;
  color: #C88A1E;
}.yso-faq_a_s5h ul,.yso-faq_a_s5h ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.yso-faq_a_s5h ol {
  list-style: decimal;
}.yso-faq_a_s5h li {
  margin-bottom: 4px;
  line-height: 1.6;
}.yso-faq_a_s5h table {
  margin: 8px 0;
  width: 100%;
  display: block;
  overflow-x: auto;
  font-size: 12px;
  border-collapse: collapse;
}
@media(min-width: 767px) {.yso-faq_a_s5h table {
  display: table;
}
}.yso-faq_a_s5h th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #D2C6AD;
}.yso-faq_a_s5h td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 0.5rem;
  color: #756558;
}.yso-pmt_s5h {
  padding: 36px 16px 0;
  background: #120E0A;
}
@media(min-width: 766px) {.yso-pmt_s5h {
  padding: 44px 1.5rem 0;
}
}.yso-pmt_in_s5h {
  margin: 0 auto;
  max-width: 82.5rem;
}.yso-pmt_head_s5h {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.yso-pmt_label_s5h {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 0.688rem;
  color: #C88A1E;
  letter-spacing: .08em;
  font-weight: 700;
}.yso-pmt_h2_s5h {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #F5EDD8;
  font-size: 22px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.yso-pmt_h2_s5h {
  font-size: 28px;
}
}.yso-pmt_intro_s5h {
  line-height: 1.6;
  color: #756558;
  font-size: 14px;
  overflow-wrap: break-word;
}.yso-pmt_groups_s5h {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.yso-pmt_group_s5h {
  background: #1D1610;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
}.yso-pmt_group_head_s5h {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 0.625rem;
}.yso-pmt_group_ic_s5h {
  border-radius: 4px;
  background: rgba(200, 138, 30, 0.18);
  justify-content: center;
  height: 2.25rem;
  align-items: center;
  color: #C88A1E;
  width: 36px;
  display: flex;
  flex-shrink: 0;
}.yso-pmt_group_ic_s5h svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.125rem;
  height: 18px;
}.yso-pmt_group_h_s5h {
  margin: 0;
  overflow-wrap: break-word;
  font-size: 16px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  color: #F5EDD8;
}.yso-pmt_group_p_s5h {
  color: #756558;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  margin-bottom: 0.875rem;
}.yso-pmt_group_p_s5h strong {
  font-weight: 600;
  color: #D2C6AD;
}.yso-pmt_table_wrap_s5h {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.yso-pmt_table_s5h {
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
  min-width: 540px;
}.yso-pmt_table_s5h th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  white-space: nowrap;
  color: #D2C6AD;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 0.688rem;
  text-align: left;
}.yso-pmt_table_s5h td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #756558;
}.yso-pmt_table_s5h tbody tr:last-child td {
  border-bottom: none;
}.yso-pmt_table_s5h tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D2C6AD;
}.yso-seo_s5h {
  background: #120E0A;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.yso-seo_s5h {
  padding: 2.75rem 24px 0;
}
}.yso-seo_in_s5h {
  border-radius: 0.875rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.75rem 1.5rem;
  background: #1D1610;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.yso-seo_in_s5h {
  padding: 36px 2.5rem;
}
}.yso-seo_label_s5h {
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  color: #C88A1E;
  text-transform: uppercase;
  font-weight: 700;
}.yso-seo_h2_s5h {
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  margin-bottom: 14px;
  color: #F5EDD8;
  font-size: 20px;
}
@media(min-width: 769px) {.yso-seo_h2_s5h {
  font-size: 24px;
}
}.yso-seo_body_s5h {
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #A0907A;
}.yso-seo_body_s5h p {
  line-height: 1.75;
  color: #A0907A;
  margin-bottom: 12px;
  font-size: 14px;
}.yso-seo_body_s5h p:last-child {
  margin-bottom: 0;
}.yso-seo_body_s5h strong {
  font-weight: 700;
  color: #D2C6AD;
}.yso-seo_body_s5h a {
  transition: color .2s;
  text-decoration: underline;
  color: #C88A1E;
}.yso-seo_body_s5h a:hover {
  color: #DFA534;
}.yso-seo_body_s5h ul,.yso-seo_body_s5h ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.yso-seo_body_s5h ol {
  list-style: decimal;
}.yso-seo_body_s5h li {
  font-size: 14px;
  color: #A0907A;
  margin-bottom: 6px;
  line-height: 1.75;
}.yso-seo_body_s5h table {
  margin-bottom: 0.75rem;
  overflow-x: auto;
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 771px) {.yso-seo_body_s5h table {
  display: table;
}
}.yso-seo_body_s5h th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #D2C6AD;
}.yso-seo_body_s5h td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A0907A;
}.yso-seo_cols_s5h {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.yso-seo_cols_s5h {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.yso-seo_cols_s5h {
  grid-template-columns: repeat(3,1fr);
}
}.yso-seo_col_h_s5h {
  color: #D2C6AD;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 7px;
}.yso-seo_col_p_s5h {
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #756558;
}.yso-seo_stats_s5h {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.yso-seo_stat_s5h {
  border-radius: 0.5rem;
  flex: 1;
  background: rgba(200, 138, 30, 0.07);
  padding: 0.875rem 1rem;
  border: 1px solid rgba(200, 138, 30, 0.18);
  min-width: 140px;
}.yso-seo_stat_val_s5h {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #C88A1E;
  font-size: 20px;
  margin-bottom: 4px;
}.yso-seo_stat_lb_s5h {
  color: #756558;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.yso-ft_s5h {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #0C0907;
  margin-top: 3rem;
}.yso-ft_support_s5h {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.yso-ft_support_s5h {
  padding: 1.75rem 1.5rem;
}
}.yso-ft_support_in_s5h {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  max-width: 82.5rem;
  flex-wrap: wrap;
  align-items: center;
}.yso-ft_support_main_s5h {
  flex: 1;
  gap: 16px;
  min-width: 13.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.yso-ft_support_ic_s5h {
  color: #C88A1E;
  flex-shrink: 0;
}.yso-ft_support_ic_s5h svg {
  stroke-linecap: round;
  height: 1.875rem;
  stroke-linejoin: round;
  width: 1.875rem;
}.yso-ft_support_text_title_s5h {
  color: #F5EDD8;
  margin-bottom: 3px;
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
}.yso-ft_support_text_sub_s5h {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #756558;
}.yso-ft_support_btn_s5h {
  border-radius: 0.5rem;
  padding: 0.688rem 1.375rem;
  background: #C88A1E;
  transition: background .2s;
  flex-shrink: 0;
  color: #F5EDD8;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
}.yso-ft_support_btn_s5h:hover {
  background: #DFA534;
}.yso-ft_support_contacts_s5h {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.yso-ft_support_contact_s5h {
  color: #5A4E43;
  font-size: 12px;
  line-height: 1.4;
}.yso-ft_support_contact_s5h strong {
  color: #A0907A;
  margin-bottom: 2px;
  font-size: 0.688rem;
  font-weight: 600;
  display: block;
}.yso-ft_main_s5h {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.yso-ft_main_s5h {
  padding: 2.5rem 24px 2rem;
}
}.yso-ft_main_in_s5h {
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.yso-ft_main_in_s5h {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.yso-ft_main_in_s5h {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.yso-ft_col_logo_s5h {
  grid-column: 1/-1;
}
@media(min-width:1080px) {.yso-ft_col_logo_s5h {
  grid-column: auto;
}
}.yso-ft_logo_s5h {
  gap: 9px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  color: #F5EDD8;
}.yso-ft_logo_mark_s5h {
  border-radius: 4px;
  overflow: hidden;
  height: 30px;
  width: 1.875rem;
}.yso-ft_logo_mark_s5h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.yso-ft_logo_sub_s5h {
  font-size: 12px;
  color: #5A4E43;
  line-height: 1.55;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}.yso-ft_col_title_s5h {
  margin-bottom: 0.875rem;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #A0907A;
  letter-spacing: .07em;
}.yso-ft_col_links_s5h {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.yso-ft_col_link_s5h {
  transition: color .2s;
  color: #5A4E43;
  font-size: 13px;
  overflow-wrap: break-word;
}.yso-ft_col_link_s5h:hover {
  color: #D2C6AD;
}.yso-ft_apps_s5h {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.yso-ft_app_card_s5h {
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.yso-ft_app_card_s5h:hover {
  border-color: rgba(200, 138, 32, 0.45);
}.yso-ft_app_card_ic_s5h svg {
  height: 22px;
  width: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.yso-ft_app_card_os_s5h {
  font-weight: 600;
  font-size: 0.625rem;
  color: #5A4E43;
}.yso-ft_app_card_action_s5h {
  font-weight: 700;
  font-size: 12px;
  color: #D2C6AD;
}.yso-ft_bot_s5h {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.yso-ft_bot_s5h {
  padding: 20px 24px;
}
}.yso-ft_bot_in_s5h {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 82.5rem;
  flex-wrap: wrap;
}.yso-ft_socials_s5h {
  gap: 8px;
  display: flex;
}.yso-ft_soc_s5h {
  transition: background .2s;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  height: 2.25rem;
  width: 36px;
  align-items: center;
  justify-content: center;
  color: #A0907A;
  display: flex;
}.yso-ft_soc_s5h svg {
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
}.yso-ft_soc_s5h:hover {
  background: rgba(255, 255, 255, 0.07);
}.yso-ft_legal_s5h {
  flex: 1;
  font-size: 0.688rem;
  line-height: 1.6;
  min-width: 200px;
  color: #8C8072;
  overflow-wrap: break-word;
}.yso-ft_legal_s5h strong {
  color: #A0907A;
  font-weight: 700;
}.yso-ft_legal_s5h a {
  text-decoration: underline;
  color: #A0907A;
}.yso-ft_age_s5h {
  border-radius: 50%;
  border: 2px solid #8C8072;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  font-size: 0.688rem;
  color: #8C8072;
  display: flex;
  font-weight: 800;
}