*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background-color: #0E0B08;
  color: #D2C099;
  line-height: 1.6;
  font-family: 'Raleway', sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}a {
  text-decoration: none;
  color: inherit;
}.txb-layout-osa {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.txb-page-osa {
  min-height: 100vh;
  display: flex;
}.txb-main-osa {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media screen and (min-width: 1078px) {.txb-main-osa {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1081px) {.txb-main-osa {
  padding-bottom: 72px;
}
}.txb-gc-osa {
  transition: transform .2s,border-color .2s;
  border-radius: 0.5rem;
  background: #161109;
  overflow: hidden;
  border: 1px solid rgba(255, 220, 160, 0.07);
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  width: 140px;
}
@media(min-width:640px) {.txb-gc-osa {
  width: 9.75rem;
}
}
@media(min-width:1080px) {.txb-gc-osa {
  width: 10.5rem;
}
}.txb-gc-osa:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 150, 58, 0.07);
}.txb-gc_img-osa {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.txb-gc_img-osa img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.txb-gc_hover-osa {
  background: rgba(8, 5, 3, 0.72);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  opacity: 0;
}.txb-gc-osa:hover .txb-gc_hover-osa {
  opacity: 1;
}.txb-gc_hover_btn-osa {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  background: #C9963A;
  color: #F4EBD4;
  font-weight: 700;
  font-size: 0.75rem;
}.txb-gc_info-osa {
  padding: 0.5rem 0.625rem 10px;
}.txb-gc_name-osa {
  overflow: hidden;
  font-size: 0.75rem;
  color: #D2C099;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  max-width: 100%;
  font-weight: 600;
  white-space: nowrap;
}.txb-gc_prov-osa {
  color: #5E4E38;
  font-size: 0.625rem;
}.txb-gc_tag-osa {
  padding: 2px 7px;
  border-radius: 0.25rem;
  left: 6px;
  letter-spacing: .04em;
  top: 0.375rem;
  font-size: 9px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
  font-weight: 700;
}.txb-gc_tag_hot-osa {
  background: #D44040;
  color: #fff;
}.txb-gc_tag_new-osa {
  background: #48AE72;
  color: #0E0B08;
}.txb-gc_tag_jp-osa {
  background: #E8A020;
  color: #0E0B08;
}.txb-gc_tag_ex-osa {
  background: #8B5A24;
  color: #fff;
}.txb-gc_tag_live-osa {
  background: #D44040;
  color: #fff;
}.txb-gr-osa {
  background: #0E0B08;
  padding: 2rem 1rem 0;
}
@media(min-width: 767px) {.txb-gr-osa {
  padding: 2.25rem 1.5rem 0;
}
}.txb-gr_in-osa {
  margin: 0 auto;
  max-width: 1340px;
}.txb-gr_head-osa {
  gap: 0.75rem;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.txb-gr_head_l-osa {
  flex: 1;
  gap: 10px;
  align-items: center;
  min-width: 0;
  display: flex;
}.txb-gr_ic-osa {
  border-radius: 0.5rem;
  height: 2rem;
  flex-shrink: 0;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}.txb-gr_ic-osa svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 16px;
  stroke-linecap: round;
}.txb-gr_title-osa {
  color: #F4EBD4;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.txb-gr_title-osa {
  font-size: 18px;
}
}.txb-gr_more-osa {
  transition: color .2s;
  gap: 5px;
  font-size: 0.75rem;
  color: #7A6448;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}.txb-gr_more-osa:hover {
  color: #C9963A;
}.txb-gr_more-osa svg {
  height: 12px;
  stroke-linecap: round;
  width: 12px;
  stroke-linejoin: round;
}.txb-gr_arrows-osa {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.txb-gr_arr-osa {
  background: rgba(255, 235, 190, 0.05);
  border-radius: 4px;
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 220, 160, 0.14);
  height: 1.875rem;
  width: 1.875rem;
  justify-content: center;
  align-items: center;
  color: #A88C64;
  display: flex;
}.txb-gr_arr-osa:hover {
  background: rgba(255, 235, 190, 0.08);
  color: #F4EBD4;
}.txb-gr_arr-osa svg {
  width: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.813rem;
}.txb-gr_seo_h-osa {
  margin: 0 0 6px;
  font-family: 'Playfair Display', serif;
  max-width: 42.5rem;
  color: #D2C099;
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.txb-gr_seo_h-osa {
  font-size: 0.875rem;
}
}.txb-gr_seo-osa {
  color: #7A6448;
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  margin-bottom: 0.75rem;
}.txb-gr_seo-osa strong {
  font-weight: 600;
  color: #D2C099;
}.txb-gr_scroll-osa {
  gap: 10px;
  padding-bottom: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
}.txb-gr_scroll-osa::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.txb-gr_scroll-osa {
  gap: 12px;
}
}.txb-tb-osa {
  background: #0B0907;
  border-bottom: 1px solid rgba(255, 235, 190, 0.08);
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  z-index: 80;
  position: fixed;
  height: 3.5rem;
  align-items: center;
}.txb-tb_in-osa {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}.txb-tb_burger-osa {
  gap: 0.313rem;
  border-radius: 8px;
  margin-right: 0.5rem;
  height: 38px;
  align-items: center;
  width: 38px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}.txb-tb_burger-osa:hover {
  background: rgba(255, 235, 190, 0.05);
}.txb-tb_burger_line-osa {
  background: #A88C64;
  border-radius: 1px;
  display: block;
  width: 1.125rem;
  height: 2px;
}
@media(min-width: 1078px) {.txb-tb_burger-osa {
  display: none;
}
}.txb-tb_logo-osa {
  gap: 0.563rem;
  overflow-wrap: break-word;
  display: flex;
  color: #F4EBD4;
  letter-spacing: -.01em;
  font-size: 1.125rem;
  flex-shrink: 0;
  margin-right: 1.25rem;
  font-weight: 800;
  align-items: center;
}.txb-tb_logo_mark-osa {
  overflow: hidden;
  border-radius: 8px;
  height: 2rem;
  align-items: center;
  display: flex;
  width: 2rem;
  justify-content: center;
}.txb-tb_logo_mark-osa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.txb-tb_nav-osa {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.txb-tb_nav-osa {
  display: flex;
}
}.txb-tb_tab-osa {
  padding: 0.5rem 14px;
  border-radius: 8px;
  transition: background .15s,color .15s;
  white-space: nowrap;
  color: #A88C64;
  font-weight: 600;
  font-size: 13px;
}.txb-tb_tab-osa:hover {
  background: rgba(255, 235, 190, 0.05);
  color: #F4EBD4;
}.txb-tb_tab-osa.txb-state_active-osa {
  background: rgba(201, 150, 58, 0.18);
  color: #F4EBD4;
}.txb-tb_right-osa {
  gap: 0.5rem;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
}.txb-tb_login-osa {
  background: rgba(255, 235, 190, 0.05);
  transition: border-color .2s,color .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 220, 160, 0.14);
  padding: 9px 1rem;
  font-size: 13px;
  display: none;
  font-weight: 600;
  color: #D2C099;
}.txb-tb_login-osa:hover {
  border-color: rgba(201, 150, 58, 0.55);
  color: #F4EBD4;
}
@media(min-width: 481px) {.txb-tb_login-osa {
  display: block;
}
}.txb-tb_reg-osa {
  background: #48AE72;
  padding: 0.563rem 18px;
  border-radius: 8px;
  transition: background .2s;
  color: #0C0904;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 700;
}.txb-tb_reg-osa:hover {
  background: #5BC484;
}.txb-sb-osa {
  border-right: 1px solid rgba(255, 235, 190, 0.05);
  transition: transform .25s ease;
  background: #1C1610;
  transform: translateX(-100%);
  left: 0;
  position: fixed;
  width: 13.75rem;
  top: 56px;
  bottom: 0;
  z-index: 70;
  overflow-y: auto;
}.txb-sb-osa.txb-state_open-osa {
  transform: translateX(0);
}.txb-sb-osa::-webkit-scrollbar {
  width: 4px;
}.txb-sb-osa::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 235, 190, 0.08);
}
@media(min-width: 1082px) {.txb-sb-osa {
  transform: translateX(0);
}
}.txb-sb_auth-osa {
  padding: 14px 12px 10px;
}.txb-sb_btn_reg-osa {
  border-radius: 8px;
  transition: background .2s;
  padding: 0.688rem;
  background: #48AE72;
  margin-bottom: 8px;
  display: block;
  font-weight: 700;
  text-align: center;
  color: #0C0904;
  font-size: 13px;
}.txb-sb_btn_reg-osa:hover {
  background: #5BC484;
}.txb-sb_btn_login-osa {
  border: 1px solid rgba(255, 220, 160, 0.14);
  padding: 0.625rem;
  transition: border-color .2s;
  background: rgba(255, 235, 190, 0.05);
  border-radius: 0.5rem;
  font-size: 0.813rem;
  display: block;
  text-align: center;
  font-weight: 600;
  color: #D2C099;
}.txb-sb_btn_login-osa:hover {
  border-color: rgba(201, 150, 58, 0.55);
  color: #F4EBD4;
}.txb-sb_promo-osa {
  border-radius: 0.5rem;
  margin: 0 0.75rem 10px;
  border: 1px solid rgba(201, 150, 58, 0.18);
  padding: 12px 0.875rem;
  background: linear-gradient(135deg,#2C1A06,#1C1610);
  overflow: hidden;
  position: relative;
}.txb-sb_promo-osa::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(201, 150, 58, 0.18),transparent 70%);
  right: -1.25rem;
  width: 5rem;
  content: '';
  position: absolute;
  height: 80px;
  top: -20px;
}.txb-sb_promo_title-osa {
  letter-spacing: .06em;
  font-size: 0.688rem;
  margin-bottom: 0.25rem;
  color: #C9963A;
  text-transform: uppercase;
  font-weight: 700;
}.txb-sb_promo_text-osa {
  color: #F4EBD4;
  font-weight: 600;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.35;
}.txb-sb_promo_sub-osa {
  color: #7A6448;
  margin-top: 3px;
  font-size: 0.625rem;
}.txb-sb_nav-osa {
  padding: 6px 0.5rem 16px;
}.txb-sb_nav_lb-osa {
  padding: 10px 0.5rem 6px;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #5E4E38;
}.txb-sb_link-osa {
  gap: 0.625rem;
  padding: 0.563rem 0.625rem;
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  overflow-wrap: break-word;
  cursor: pointer;
  font-weight: 500;
  align-items: center;
  display: flex;
  font-size: 13px;
  color: #A88C64;
}.txb-sb_link-osa:hover {
  background: rgba(255, 235, 190, 0.05);
  color: #F4EBD4;
}.txb-sb_link-osa.txb-state_active-osa {
  background: rgba(201, 150, 58, 0.18);
  color: #F4EBD4;
}.txb-sb_ic-osa {
  border-radius: 4px;
  width: 1.875rem;
  display: flex;
  height: 1.875rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}.txb-sb_ic-osa svg {
  stroke-linecap: round;
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
}.txb-sb_ic_1-osa {
  background: rgba(201, 150, 58, 0.07);
  color: #C9963A;
}.txb-sb_ic_2-osa {
  background: rgba(72, 174, 114, 0.18);
  color: #48AE72;
}.txb-sb_ic_3-osa {
  background: rgba(232, 160, 32, 0.18);
  color: #E8A020;
}.txb-sb_ic_4-osa {
  background: rgba(139, 90, 36, 0.28);
  color: #8B5A24;
}.txb-sb_ic_5-osa {
  background: rgba(201, 150, 58, 0.07);
  color: #E85580;
}.txb-sb_ic_6-osa {
  background: rgba(139, 90, 36, 0.28);
  color: #9B5DE5;
}.txb-sb_badge-osa {
  padding: 2px 7px;
  border-radius: 0.25rem;
  background: #E8A020;
  font-size: 9px;
  margin-left: auto;
  color: #0C0904;
  font-weight: 700;
}.txb-sb_bot-osa {
  padding: 0.75rem;
  gap: 8px;
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  display: flex;
}.txb-sb_lang-osa,.txb-sb_help-osa {
  transition: border-color .2s;
  padding: 9px 0.375rem;
  gap: 0.375rem;
  flex: 1;
  border: 1px solid rgba(255, 220, 160, 0.07);
  border-radius: 0.25rem;
  background: rgba(255, 235, 190, 0.05);
  align-items: center;
  font-size: 11px;
  justify-content: center;
  font-weight: 600;
  color: #A88C64;
  display: flex;
}.txb-sb_lang-osa:hover,.txb-sb_help-osa:hover {
  border-color: rgba(201, 150, 58, 0.55);
  color: #F4EBD4;
}.txb-sb_lang-osa svg,.txb-sb_help-osa svg {
  width: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 13px;
}.txb-sb_bd-osa {
  background: rgba(8, 5, 3, 0.72);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.txb-sb_bd-osa.txb-state_on-osa {
  display: block;
}
@media(min-width: 1079px) {.txb-sb_bd-osa {
  display: none!important;
}
}.txb-mob_nav-osa {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #1C1610;
  border-top: 1px solid rgba(255, 220, 160, 0.14);
  z-index: 80;
  left: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
}
@media(min-width: 1081px) {.txb-mob_nav-osa {
  display: none;
}
}.txb-mob_nav_item-osa {
  flex: 1;
  padding: 4px 2px;
  gap: 0.25rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  color: #5E4E38;
}.txb-mob_nav_ic-osa {
  line-height: 1;
}.txb-mob_nav_ic-osa svg {
  width: 20px;
  stroke-linecap: round;
  height: 20px;
  stroke-linejoin: round;
}.txb-mob_nav_lb-osa {
  font-weight: 600;
  color: #5E4E38;
  font-size: 0.625rem;
}.txb-mob_nav_item-osa.txb-state_active-osa {
  color: #C9963A;
}.txb-mob_nav_item-osa.txb-state_active-osa .txb-mob_nav_lb-osa {
  color: #C9963A;
}.txb-hero-osa {
  padding: 1.25rem 1rem 0;
  background: #0E0B08;
}
@media(min-width: 771px) {.txb-hero-osa {
  padding: 24px 24px 0;
}
}.txb-hero_in-osa {
  margin: 0 auto;
  gap: 0.75rem;
  display: grid;
  max-width: 83.75rem;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.txb-hero_in-osa {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.txb-hero_in-osa {
  grid-template-columns: 1fr 340px;
}
}.txb-hero_promo-osa {
  background: #161109;
  overflow: hidden;
  border-radius: 0.875rem;
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 220px;
}
@media(min-width: 769px) {.txb-hero_promo-osa {
  min-height: 17.5rem;
}
}.txb-hero_promo_bg-osa {
  inset: 0;
  background: linear-gradient(120deg,#2C1A06 0%,#0E0B08 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.txb-hero_promo_bg-osa::after {
  inset: 0;
  background: linear-gradient(90deg,#0E0B08 0%,rgba(8, 5, 3, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.txb-hero_promo_glow-osa {
  background: radial-gradient(circle,rgba(139, 90, 36, 0.28) 0%,transparent 65%);
  border-radius: 50%;
  height: 300px;
  pointer-events: none;
  right: 3.75rem;
  width: 300px;
  position: absolute;
  top: -40px;
}.txb-hero_promo_ct-osa {
  padding: 28px 24px 1.75rem 28px;
  flex-direction: column;
  max-width: 480px;
  display: flex;
  justify-content: center;
  z-index: 2;
  position: relative;
}
@media(min-width: 771px) {.txb-hero_promo_ct-osa {
  padding: 2.5rem 32px;
}
}.txb-hero_badge-osa {
  border: 1px solid rgba(201, 150, 58, 0.07);
  background: rgba(201, 150, 58, 0.18);
  padding: 5px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .08em;
  color: #C9963A;
  display: inline-block;
  margin-bottom: 14px;
  font-weight: 700;
}.txb-hero_h1-osa {
  margin-bottom: 10px;
  font-size: 1.625rem;
  line-height: 1.15;
  color: #F4EBD4;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
}.txb-hero_h1-osa em {
  font-style: normal;
  color: #E8A020;
}
@media(min-width: 766px) {.txb-hero_h1-osa {
  font-size: 2.25rem;
}
}.txb-hero_sub-osa {
  color: #A88C64;
  margin-bottom: 20px;
  line-height: 1.55;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.txb-hero_sub-osa {
  font-size: 0.875rem;
}
}.txb-hero_row-osa {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.txb-hero_cta-osa {
  transition: background .2s;
  border-radius: 8px;
  background: #48AE72;
  padding: 13px 26px;
  font-size: 0.875rem;
  box-shadow: 0 0.25rem 22px rgba(72, 174, 114, 0.46), 0 1px 0.25rem rgba(0,0,0,0.7);
  font-weight: 700;
  color: #0C0904;
}.txb-hero_cta-osa:hover {
  background: #5BC484;
}.txb-hero_terms-osa {
  color: #5E4E38;
  font-size: 11px;
}.txb-hero_game-osa {
  overflow: hidden;
  background: #161109;
  border: 1px solid rgba(255, 220, 160, 0.07);
  border-radius: 0.875rem;
  display: flex;
  position: relative;
  flex-direction: column;
}.txb-hero_game_badge-osa {
  padding: 0.313rem 10px;
  border: 1px solid rgba(232, 160, 32, 0.18);
  border-radius: 1.25rem;
  background: rgba(232, 160, 32, 0.18);
  letter-spacing: .06em;
  color: #E8A020;
  left: 12px;
  font-size: 0.625rem;
  font-weight: 700;
  top: 12px;
  z-index: 3;
  text-transform: uppercase;
  position: absolute;
}.txb-hero_game_badge-osa svg {
  margin-right: 4px;
  vertical-align: -1px;
  height: 0.688rem;
  width: 0.688rem;
}.txb-hero_game_img-osa {
  background: linear-gradient(135deg,#2C1A06,#0E0B08);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.txb-hero_game_img-osa img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.txb-hero_game_play-osa {
  transition: opacity .2s;
  inset: 0;
  background: rgba(8, 5, 3, 0.72);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}.txb-hero_game-osa:hover .txb-hero_game_play-osa {
  opacity: 1;
}.txb-hero_game_play-osa span {
  border-radius: 50%;
  background: #C9963A;
  width: 3.25rem;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 52px;
}.txb-hero_game_play-osa span svg {
  margin-left: 2px;
  width: 1.125rem;
  height: 1.125rem;
}.txb-hero_game_info-osa {
  padding: 0.875rem 1rem;
}.txb-hero_game_title-osa {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F4EBD4;
  margin-bottom: 0.25rem;
  font-size: 0.938rem;
}.txb-hero_game_provider-osa {
  color: #7A6448;
  font-size: 11px;
}.txb-hero_game_btn-osa {
  background: #C9963A;
  padding: 0.688rem;
  border-radius: 8px;
  margin: 12px 16px 16px;
  transition: background .2s;
  display: block;
  text-align: center;
  color: #F4EBD4;
  font-weight: 700;
  font-size: 0.813rem;
}.txb-hero_game-osa:hover .txb-hero_game_btn-osa {
  background: #DBA84E;
}.txb-sbar-osa {
  background: #0E0B08;
  padding: 16px 16px 0;
}
@media(min-width: 765px) {.txb-sbar-osa {
  padding: 1.125rem 1.5rem 0;
}
}.txb-sbar_in-osa {
  margin: 0 auto;
  max-width: 83.75rem;
}.txb-sbar_row-osa {
  gap: 0.625rem;
  display: flex;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}.txb-sbar_input-osa {
  flex: 1;
  border: 1px solid rgba(255, 220, 160, 0.14);
  gap: 10px;
  border-radius: 8px;
  transition: border-color .2s;
  padding: 0.688rem 1rem;
  background: #161109;
  align-items: center;
  color: #7A6448;
  cursor: pointer;
  display: flex;
  font-size: 13px;
}.txb-sbar_input-osa:hover {
  border-color: rgba(201, 150, 58, 0.55);
}.txb-sbar_input-osa svg {
  stroke-linecap: round;
  height: 15px;
  width: 0.938rem;
  flex-shrink: 0;
  stroke-linejoin: round;
}.txb-sbar_providers-osa {
  border: 1px solid rgba(255, 220, 160, 0.14);
  border-radius: 0.5rem;
  padding: 11px 18px;
  transition: border-color .2s;
  background: #161109;
  gap: 0.5rem;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 600;
  align-items: center;
  color: #D2C099;
  display: flex;
}.txb-sbar_providers-osa:hover {
  border-color: rgba(201, 150, 58, 0.55);
  color: #F4EBD4;
}.txb-sbar_providers-osa svg {
  height: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 14px;
}.txb-sbar_tabs-osa {
  gap: 6px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 2px;
}.txb-sbar_tabs-osa::-webkit-scrollbar {
  display: none;
}.txb-sbar_tab-osa {
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255, 235, 190, 0.05);
  border: 1px solid rgba(255, 220, 160, 0.07);
  border-radius: 1.25rem;
  padding: 0.5rem 14px;
  gap: 7px;
  flex-shrink: 0;
  font-weight: 600;
  align-items: center;
  cursor: pointer;
  display: flex;
  white-space: nowrap;
  color: #A88C64;
  font-size: 12px;
}.txb-sbar_tab-osa:hover {
  background: rgba(255, 235, 190, 0.08);
  border-color: rgba(201, 150, 58, 0.55);
  color: #F4EBD4;
}.txb-sbar_tab-osa.txb-state_active-osa {
  background: rgba(201, 150, 58, 0.18);
  border-color: rgba(201, 150, 58, 0.07);
  color: #F4EBD4;
}.txb-sbar_tab_ic-osa svg {
  height: 14px;
  stroke-linecap: round;
  width: 0.875rem;
  stroke-linejoin: round;
}.txb-wy-osa {
  background: #0E0B08;
  padding: 2rem 1rem 0;
}
@media(min-width:768px) {.txb-wy-osa {
  padding: 2.5rem 24px 0;
}
}.txb-wy_in-osa {
  margin: 0 auto;
  max-width: 1340px;
}.txb-wy_head-osa {
  max-width: 45rem;
  margin-bottom: 1.125rem;
}.txb-wy_label-osa {
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  color: #C9963A;
}.txb-wy_h2-osa {
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
  color: #F4EBD4;
}
@media(min-width: 769px) {.txb-wy_h2-osa {
  font-size: 1.5rem;
}
}.txb-wy_intro-osa {
  margin: 0;
  color: #7A6448;
  font-size: 0.813rem;
  line-height: 1.6;
}.txb-wy_grid-osa {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.txb-wy_grid-osa {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.txb-wy_grid-osa {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.txb-wy_card-osa {
  padding: 20px;
  background: #1C1610;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 220, 160, 0.14);
  border-radius: 0.5rem;
}.txb-wy_card-osa:hover {
  border-color: rgba(201, 150, 58, 0.07);
  transform: translateY(-2px);
}.txb-wy_card_ic-osa {
  background: rgba(201, 150, 58, 0.18);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 44px;
  width: 44px;
  margin-bottom: 0.875rem;
  color: #C9963A;
}.txb-wy_card_ic-osa svg {
  width: 1.375rem;
  stroke-linecap: round;
  height: 22px;
  stroke-linejoin: round;
}.txb-wy_card_h-osa {
  color: #F4EBD4;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  line-height: 1.25;
}.txb-wy_card_p-osa {
  font-size: 0.813rem;
  line-height: 1.6;
  color: #7A6448;
  overflow-wrap: break-word;
}.txb-wy_card_p-osa strong {
  color: #D2C099;
  font-weight: 600;
}.txb-gr_jp-osa {
  padding: 20px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg,#1C0E2E 0%,#090608 100%);
  position: relative;
}.txb-gr_jp-osa::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 90, 36, 0.28) 0%,transparent 70%);
  left: -3.75rem;
  width: 250px;
  top: -60px;
  height: 250px;
  position: absolute;
  content: '';
}.txb-gr_jp-osa::after {
  background: radial-gradient(circle,rgba(232, 160, 32, 0.18) 0%,transparent 70%);
  border-radius: 50%;
  height: 200px;
  width: 200px;
  right: 0;
  position: absolute;
  content: '';
  bottom: -2.5rem;
}.txb-gr_jp_head-osa {
  gap: 16px;
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}.txb-gr_jp_info-osa {
  flex: 1;
}.txb-gr_jp_label-osa {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 6px;
  color: #9B5DE5;
  font-size: 11px;
  text-transform: uppercase;
}.txb-gr_jp_label-osa svg {
  margin-right: 4px;
  height: 0.875rem;
  stroke-linecap: round;
  vertical-align: -2px;
  stroke-linejoin: round;
  width: 14px;
}.txb-gr_jp_amount-osa {
  line-height: 1;
  font-size: 2rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  margin-bottom: 4px;
  color: #F4EBD4;
}
@media(min-width: 769px) {.txb-gr_jp_amount-osa {
  font-size: 2.5rem;
}
}.txb-gr_jp_amount-osa span {
  color: #E8A020;
}.txb-gr_jp_seo-osa {
  line-height: 1.5;
  max-width: 30rem;
  color: #A88C64;
  font-size: 12px;
  overflow-wrap: break-word;
}.txb-gr_jp_cta-osa {
  background: rgba(139, 90, 36, 0.28);
  border-radius: 0.5rem;
  padding: 11px 20px;
  transition: background .2s;
  border: 1px solid rgba(139, 90, 36, 0.28);
  align-self: flex-start;
  position: relative;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  color: #F4EBD4;
  margin-top: 4px;
  z-index: 1;
  font-size: 13px;
}.txb-gr_jp_cta-osa:hover {
  background: #8B5A24;
}.txb-gcg-osa {
  padding: 2.25rem 16px 0;
  background: #0E0B08;
}
@media(min-width:768px) {.txb-gcg-osa {
  padding: 2.75rem 24px 0;
}
}.txb-gcg_in-osa {
  margin: 0 auto;
  max-width: 83.75rem;
}.txb-gcg_head-osa {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.txb-gcg_label-osa {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C9963A;
}.txb-gcg_h2-osa {
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  color: #F4EBD4;
  margin-bottom: 8px;
  font-size: 22px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.txb-gcg_h2-osa {
  font-size: 1.75rem;
}
}.txb-gcg_intro-osa {
  color: #7A6448;
  font-size: 13px;
  line-height: 1.6;
}.txb-gcg_grid-osa {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.txb-gcg_grid-osa {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.txb-gcg_grid-osa {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.txb-gcg_card-osa {
  padding: 1.25rem;
  border: 1px solid rgba(255, 220, 160, 0.14);
  transition: transform .2s,border-color .2s;
  border-radius: 0.875rem;
  overflow: hidden;
  min-height: 240px;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  justify-content: flex-end;
}.txb-gcg_card-osa:hover {
  border-color: rgba(201, 150, 58, 0.18);
  transform: translateY(-3px);
}.txb-gcg_card_bg-osa {
  inset: 0;
  position: absolute;
  z-index: 0;
}.txb-gcg_card_bg-osa::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.txb-gcg_card_ic-osa {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  top: 18px;
  justify-content: center;
  color: #F4EBD4;
  right: 1.125rem;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  z-index: 2;
  display: flex;
}.txb-gcg_card_ic-osa svg {
  height: 1.25rem;
  stroke-linejoin: round;
  width: 20px;
  stroke-linecap: round;
}.txb-gcg_card_ct-osa {
  z-index: 1;
  position: relative;
}.txb-gcg_card_h-osa {
  color: #F4EBD4;
  font-size: 1.125rem;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media(min-width: 770px) {.txb-gcg_card_h-osa {
  font-size: 20px;
}
}.txb-gcg_card_p-osa {
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
}.txb-gcg_card_p-osa strong {
  font-weight: 600;
  color: #F4EBD4;
}.txb-gcg_card_cta-osa {
  gap: 4px;
  font-size: 12px;
  align-items: center;
  font-weight: 700;
  color: #C9963A;
  letter-spacing: .04em;
  display: inline-flex;
  text-transform: uppercase;
}.txb-gcg_card_cta-osa svg {
  width: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
}.txb-ws-osa {
  background: #0E0B08;
  padding: 32px 16px 0;
}
@media(min-width: 771px) {.txb-ws-osa {
  padding: 36px 24px 0;
}
}.txb-ws_in-osa {
  margin: 0 auto;
  max-width: 83.75rem;
}.txb-ws_head-osa {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  margin-bottom: 0.875rem;
}.txb-ws_title-osa {
  gap: 10px;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 16px;
  overflow-wrap: break-word;
  display: flex;
  font-family: 'Playfair Display', serif;
  align-items: center;
  color: #F4EBD4;
}.txb-ws_title_ic-osa svg {
  color: #E8A020;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.125rem;
  width: 1.125rem;
}.txb-ws_online-osa {
  gap: 0.438rem;
  align-items: center;
  color: #7A6448;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
}.txb-ws_online_dot-osa {
  background: #48AE72;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(72, 174, 114, 0.18);
  width: 8px;
  height: 8px;
  flex-shrink: 0;
}.txb-ws_scroll-osa {
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 8px;
  display: flex;
}.txb-ws_scroll-osa::-webkit-scrollbar {
  display: none;
}.txb-wc-osa {
  background: #161109;
  border: 1px solid rgba(255, 220, 160, 0.14);
  gap: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  display: flex;
  flex-shrink: 0;
  min-width: 13.75rem;
  align-items: center;
}.txb-wc_img-osa {
  border-radius: 0.25rem;
  background: #1C1610;
  overflow: hidden;
  height: 2.25rem;
  flex-shrink: 0;
  width: 36px;
}.txb-wc_img-osa img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.txb-wc_info-osa {
  min-width: 0;
}.txb-wc_game-osa {
  overflow: hidden;
  font-weight: 600;
  color: #D2C099;
  white-space: nowrap;
  font-size: 0.75rem;
  text-overflow: ellipsis;
}.txb-wc_player-osa {
  overflow: hidden;
  color: #5E4E38;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
}.txb-wc_amount-osa {
  font-size: 13px;
  margin-left: auto;
  color: #48AE72;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}.txb-htp-osa {
  padding: 2.25rem 1rem 0;
  background: #0E0B08;
}
@media(min-width: 771px) {.txb-htp-osa {
  padding: 2.75rem 1.5rem 0;
}
}.txb-htp_in-osa {
  margin: 0 auto;
  max-width: 1340px;
}.txb-htp_head-osa {
  max-width: 45rem;
  margin-bottom: 22px;
}.txb-htp_label-osa {
  font-size: 11px;
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C9963A;
  font-weight: 700;
}.txb-htp_h2-osa {
  font-family: 'Playfair Display', serif;
  color: #F4EBD4;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
@media(min-width: 769px) {.txb-htp_h2-osa {
  font-size: 1.75rem;
}
}.txb-htp_intro-osa {
  font-size: 14px;
  color: #7A6448;
  line-height: 1.6;
}.txb-htp_steps-osa {
  margin: 0;
  list-style: none;
  padding: 0;
  gap: 12px;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.txb-htp_steps-osa {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.txb-htp_steps-osa {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.txb-htp_step-osa {
  border: 1px solid rgba(255, 220, 160, 0.14);
  background: #1C1610;
  border-radius: 0.5rem;
  padding: 20px 1.125rem 1.125rem;
  position: relative;
  display: flex;
  flex-direction: column;
}.txb-htp_step_num-osa {
  border-radius: 50%;
  background: #C9963A;
  align-items: center;
  font-family: 'Playfair Display', serif;
  top: -0.75rem;
  width: 28px;
  font-weight: 800;
  font-size: 13px;
  position: absolute;
  justify-content: center;
  display: flex;
  height: 28px;
  left: 1.25rem;
  color: #0C0904;
}.txb-htp_step_ic-osa {
  border-radius: 0.25rem;
  margin: 0.5rem 0 12px;
  background: rgba(201, 150, 58, 0.18);
  height: 36px;
  color: #C9963A;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  display: flex;
}.txb-htp_step_ic-osa svg {
  height: 18px;
  stroke-linejoin: round;
  width: 1.125rem;
  stroke-linecap: round;
}.txb-htp_step_h-osa {
  font-size: 0.875rem;
  margin-bottom: 6px;
  color: #F4EBD4;
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.25;
}.txb-htp_step_p-osa {
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #7A6448;
  font-size: 0.813rem;
}.txb-htp_step_p-osa strong {
  color: #D2C099;
  font-weight: 600;
}.txb-htp_cta-osa {
  padding: 13px 26px;
  transition: background .2s;
  background: #48AE72;
  border-radius: 8px;
  display: inline-block;
  color: #0C0904;
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 20px;
}.txb-htp_cta-osa:hover {
  background: #5BC484;
}.txb-prov-osa {
  background: #0E0B08;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.txb-prov-osa {
  padding: 2.75rem 24px 0;
}
}.txb-prov_in-osa {
  margin: 0 auto;
  max-width: 83.75rem;
}.txb-prov_head-osa {
  margin-bottom: 1rem;
}.txb-prov_label-osa {
  text-transform: uppercase;
  color: #C9963A;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 11px;
}.txb-prov_h2-osa {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  color: #F4EBD4;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 766px) {.txb-prov_h2-osa {
  font-size: 24px;
}
}.txb-prov_seo-osa {
  font-size: 13px;
  max-width: 38.75rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #7A6448;
  margin-bottom: 1rem;
}.txb-prov_seo-osa strong {
  color: #D2C099;
  font-weight: 700;
}.txb-prov_seo-osa a {
  text-decoration: underline;
  color: #C9963A;
}.txb-prov_grid-osa {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 639px) {.txb-prov_grid-osa {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1078px) {.txb-prov_grid-osa {
  grid-template-columns: repeat(8,1fr);
}
}.txb-prov_card-osa {
  padding: 0.875rem 0.625rem;
  border: 1px solid rgba(255, 220, 160, 0.14);
  gap: 0.438rem;
  background: #161109;
  transition: border-color .2s,background .2s;
  border-radius: 8px;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  display: flex;
}.txb-prov_card-osa:hover {
  border-color: rgba(201, 150, 58, 0.55);
  background: #1C1610;
}.txb-prov_logo-osa {
  border-radius: 4px;
  background: rgba(255, 235, 190, 0.05);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
}.txb-prov_logo-osa img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.txb-prov_name-osa {
  font-size: 0.688rem;
  color: #A88C64;
  font-weight: 600;
  text-align: center;
  overflow-wrap: break-word;
}.txb-bon-osa {
  padding: 2.25rem 16px 0;
  background: #0E0B08;
}
@media(min-width:768px) {.txb-bon-osa {
  padding: 2.75rem 1.5rem 0;
}
}.txb-bon_in-osa {
  margin: 0 auto;
  max-width: 83.75rem;
}.txb-bon_head-osa {
  margin-bottom: 1.25rem;
}.txb-bon_label-osa {
  color: #C9963A;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
}.txb-bon_h2-osa {
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F4EBD4;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 770px) {.txb-bon_h2-osa {
  font-size: 24px;
}
}.txb-bon_seo-osa {
  max-width: 38.75rem;
  line-height: 1.6;
  color: #7A6448;
  font-size: 13px;
  overflow-wrap: break-word;
}.txb-bon_seo-osa strong {
  color: #D2C099;
  font-weight: 700;
}.txb-bon_seo-osa a {
  text-decoration: underline;
  color: #C9963A;
}.txb-bon_grid-osa {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.txb-bon_grid-osa {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.txb-bon_grid-osa {
  grid-template-columns: repeat(5,1fr);
}
}.txb-bon_card-osa {
  border: 1px solid rgba(255, 220, 160, 0.14);
  transition: border-color .2s,transform .2s;
  background: #161109;
  border-radius: 0.5rem;
  padding: 1rem;
}.txb-bon_card-osa:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 150, 58, 0.07);
}.txb-bon_card_ic-osa svg {
  stroke-linecap: round;
  height: 26px;
  stroke-linejoin: round;
  width: 26px;
}.txb-bon_card_ic-osa {
  margin-bottom: 0.625rem;
}.txb-bon_card_type-osa {
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #7A6448;
  font-weight: 700;
}.txb-bon_card_amount-osa {
  margin-bottom: 0.375rem;
  font-weight: 800;
  line-height: 1.1;
  font-size: 1.125rem;
  color: #E8A020;
}.txb-bon_card_name-osa {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #F4EBD4;
}.txb-bon_card_detail-osa {
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  overflow-wrap: break-word;
  font-size: 0.688rem;
  padding-top: 8px;
  line-height: 1.5;
  color: #5E4E38;
}.txb-app-osa {
  padding: 2.25rem 1rem 0;
  background: #0E0B08;
}
@media(min-width: 771px) {.txb-app-osa {
  padding: 44px 24px 0;
}
}.txb-app_in-osa {
  margin: 0 auto;
  max-width: 83.75rem;
}.txb-app_head-osa {
  margin-bottom: 16px;
}.txb-app_label-osa {
  color: #C9963A;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 11px;
  text-transform: uppercase;
}.txb-app_h2-osa {
  font-size: 1.25rem;
  margin-bottom: 6px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  color: #F4EBD4;
}
@media(min-width: 771px) {.txb-app_h2-osa {
  font-size: 24px;
}
}.txb-app_sub-osa {
  max-width: 37.5rem;
  color: #7A6448;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.6;
}.txb-app_sub-osa strong {
  font-weight: 700;
  color: #D2C099;
}.txb-app_cards-osa {
  gap: 10px;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.txb-app_cards-osa {
  grid-template-columns: repeat(3,1fr);
}
}.txb-app_card-osa {
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 0.5rem;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}.txb-app_card_ios-osa {
  background: linear-gradient(135deg,rgba(201, 150, 58, 0.18) 0%,#1C1610 100%);
}.txb-app_card_android-osa {
  background: linear-gradient(135deg,rgba(72, 174, 114, 0.18) 0%,#1C1610 100%);
}.txb-app_card_win-osa {
  background: linear-gradient(135deg,rgba(232, 160, 32, 0.18) 0%,#1C1610 100%);
}.txb-app_card_ic-osa svg {
  stroke-linejoin: round;
  width: 2.125rem;
  height: 34px;
  stroke-linecap: round;
}.txb-app_card_ic-osa {
  flex-shrink: 0;
  color: #F4EBD4;
}.txb-app_card_os-osa {
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  color: #7A6448;
  letter-spacing: .08em;
}.txb-app_card_title-osa {
  overflow-wrap: break-word;
  color: #F4EBD4;
  font-size: 15px;
  margin-bottom: 6px;
  line-height: 1.2;
  font-weight: 700;
}.txb-app_card_text-osa {
  color: #7A6448;
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
}.txb-app_card_btn-osa {
  background: rgba(255, 235, 190, 0.13);
  border-radius: 4px;
  transition: background .2s;
  gap: 7px;
  border: 1px solid rgba(201, 150, 58, 0.55);
  padding: 0.625rem 1.125rem;
  font-size: 0.813rem;
  align-items: center;
  color: #F4EBD4;
  display: inline-flex;
  font-weight: 700;
}.txb-app_card_btn-osa:hover {
  background: rgba(255, 235, 190, 0.08);
}.txb-reg-osa {
  background: #0E0B08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.txb-reg-osa {
  padding: 2.75rem 1.5rem 0;
}
}.txb-reg_in-osa {
  border-radius: 14px;
  border: 1px solid rgba(255, 220, 160, 0.07);
  background: #1C1610;
  margin: 0 auto;
  padding: 1.75rem 24px;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.txb-reg_in-osa {
  padding: 40px;
}
}.txb-reg_top-osa {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.txb-reg_top-osa {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.txb-reg_label-osa {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C9963A;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.txb-reg_h2-osa {
  color: #F4EBD4;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 12px;
  font-size: 1.375rem;
  font-weight: 800;
}
@media(min-width: 771px) {.txb-reg_h2-osa {
  font-size: 28px;
}
}.txb-reg_bonus-osa {
  gap: 8px;
  background: rgba(232, 160, 32, 0.18);
  border-radius: 8px;
  border: 1px solid rgba(232, 160, 32, 0.18);
  padding: 0.625rem 1rem;
  align-items: center;
  margin-bottom: 16px;
  display: inline-flex;
}.txb-reg_bonus_amount-osa {
  font-size: 1.25rem;
  font-weight: 800;
  color: #E8A020;
}.txb-reg_bonus_text-osa {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #A88C64;
}.txb-reg_cta_btn-osa {
  border-radius: 8px;
  padding: 0.875rem 32px;
  background: #48AE72;
  transition: background .2s;
  margin-bottom: 0.75rem;
  font-size: 15px;
  display: inline-block;
  box-shadow: 0 0.25rem 1.375rem rgba(72, 174, 114, 0.46), 0 1px 0.25rem rgba(0,0,0,0.7);
  color: #0C0904;
  font-weight: 700;
}.txb-reg_cta_btn-osa:hover {
  background: #5BC484;
}.txb-reg_terms-osa {
  color: #5E4E38;
  font-size: 0.688rem;
  line-height: 1.5;
}.txb-reg_seo-osa {
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  margin-top: 1.25rem;
  overflow-wrap: break-word;
  color: #7A6448;
  line-height: 1.65;
  font-size: 13px;
  padding-top: 1.25rem;
}.txb-reg_seo-osa p {
  line-height: 1.65;
  color: #7A6448;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
}.txb-reg_seo-osa p:last-child {
  margin-bottom: 0;
}.txb-reg_seo-osa strong {
  color: #D2C099;
  font-weight: 700;
}.txb-reg_seo-osa a {
  transition: color .2s;
  color: #C9963A;
  text-decoration: underline;
}.txb-reg_seo-osa a:hover {
  color: #DBA84E;
}.txb-reg_seo-osa ul,.txb-reg_seo-osa ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.txb-reg_seo-osa ol {
  list-style: decimal;
}.txb-reg_seo-osa li {
  margin-bottom: 0.25rem;
  line-height: 1.65;
  color: #7A6448;
  font-size: 13px;
}.txb-reg_seo-osa table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}
@media(min-width: 770px) {.txb-reg_seo-osa table {
  display: table;
}
}.txb-reg_seo-osa th {
  border-bottom: 1px solid rgba(255, 235, 190, 0.08);
  padding: 8px;
  font-weight: 700;
  text-align: left;
  color: #D2C099;
}.txb-reg_seo-osa td {
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  padding: 8px;
  color: #7A6448;
}.txb-reg_steps-osa {
  gap: 14px;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 861px) {.txb-reg_steps-osa {
  margin-top: 0;
}
}.txb-reg_step-osa {
  border: 1px solid rgba(255, 220, 160, 0.07);
  border-radius: 0.5rem;
  background: rgba(255, 235, 190, 0.05);
  gap: 14px;
  padding: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.txb-reg_step_num-osa {
  border: 1px solid rgba(201, 150, 58, 0.07);
  border-radius: 50%;
  background: rgba(201, 150, 58, 0.18);
  color: #C9963A;
  width: 34px;
  font-size: 14px;
  height: 2.125rem;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  flex-shrink: 0;
  display: flex;
}.txb-reg_step_title-osa {
  font-weight: 700;
  margin-bottom: 3px;
  color: #F4EBD4;
  font-size: 14px;
}.txb-reg_step_text-osa {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #7A6448;
}.txb-reg_trust-osa {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  margin-top: 1.25rem;
  flex-wrap: wrap;
  padding-top: 20px;
  display: flex;
}.txb-reg_trust_item-osa {
  gap: 0.438rem;
  align-items: center;
  font-size: 12px;
  display: flex;
  color: #7A6448;
  overflow-wrap: break-word;
}.txb-reg_trust_ic-osa svg {
  stroke-linecap: round;
  color: #C9963A;
  width: 16px;
  stroke-linejoin: round;
  height: 1rem;
}.txb-seo-osa {
  padding: 36px 16px 0;
  background: #0E0B08;
}
@media(min-width: 769px) {.txb-seo-osa {
  padding: 2.75rem 24px 0;
}
}.txb-seo_in-osa {
  margin: 0 auto;
  background: #1C1610;
  border: 1px solid rgba(255, 220, 160, 0.14);
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.txb-seo_in-osa {
  padding: 36px 40px;
}
}.txb-seo_label-osa {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C9963A;
  margin-bottom: 0.625rem;
}.txb-seo_h2-osa {
  color: #F4EBD4;
  line-height: 1.25;
  margin-bottom: 14px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.txb-seo_h2-osa {
  font-size: 1.5rem;
}
}.txb-seo_body-osa {
  color: #A88C64;
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
}.txb-seo_body-osa p {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.75;
  color: #A88C64;
}.txb-seo_body-osa p:last-child {
  margin-bottom: 0;
}.txb-seo_body-osa strong {
  font-weight: 700;
  color: #D2C099;
}.txb-seo_body-osa a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9963A;
}.txb-seo_body-osa a:hover {
  color: #DBA84E;
}.txb-seo_body-osa ul,.txb-seo_body-osa ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.txb-seo_body-osa ol {
  list-style: decimal;
}.txb-seo_body-osa li {
  color: #A88C64;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.txb-seo_body-osa table {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 12px;
  display: block;
  border-collapse: collapse;
  font-size: 13px;
}
@media(min-width: 767px) {.txb-seo_body-osa table {
  display: table;
}
}.txb-seo_body-osa th {
  border-bottom: 1px solid rgba(255, 235, 190, 0.08);
  padding: 10px 12px;
  color: #D2C099;
  text-align: left;
  font-weight: 700;
}.txb-seo_body-osa td {
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  padding: 0.625rem 0.75rem;
  color: #A88C64;
}.txb-seo_cols-osa {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 642px) {.txb-seo_cols-osa {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.txb-seo_cols-osa {
  grid-template-columns: repeat(3,1fr);
}
}.txb-seo_col_h-osa {
  color: #D2C099;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
}.txb-seo_col_p-osa {
  color: #7A6448;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.txb-seo_stats-osa {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.txb-seo_stat-osa {
  padding: 14px 16px;
  flex: 1;
  border: 1px solid rgba(201, 150, 58, 0.18);
  border-radius: 8px;
  background: rgba(201, 150, 58, 0.07);
  min-width: 140px;
}.txb-seo_stat_val-osa {
  margin-bottom: 0.25rem;
  color: #C9963A;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
}.txb-seo_stat_lb-osa {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #7A6448;
}.txb-faq-osa {
  background: #0E0B08;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.txb-faq-osa {
  padding: 2.75rem 1.5rem 0;
}
}.txb-faq_in-osa {
  margin: 0 auto;
  max-width: 1340px;
}.txb-faq_head-osa {
  margin-bottom: 20px;
}.txb-faq_label-osa {
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C9963A;
  font-size: 0.688rem;
}.txb-faq_h2-osa {
  color: #F4EBD4;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 765px) {.txb-faq_h2-osa {
  font-size: 1.5rem;
}
}.txb-faq_list-osa {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.txb-faq_item-osa {
  overflow: hidden;
  background: #1C1610;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 220, 160, 0.14);
}.txb-faq_q-osa {
  transition: color .2s;
  gap: 0.75rem;
  padding: 16px 20px;
  color: #D2C099;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 0.875rem;
  justify-content: space-between;
  cursor: pointer;
}.txb-faq_q-osa:hover {
  color: #F4EBD4;
}.txb-faq_q_ic-osa {
  transition: transform .25s;
  background: rgba(255, 235, 190, 0.05);
  border-radius: 50%;
  display: flex;
  color: #C9963A;
  width: 24px;
  font-size: 1rem;
  flex-shrink: 0;
  align-items: center;
  height: 1.5rem;
  justify-content: center;
}.txb-faq_item-osa.txb-state_open-osa .txb-faq_q_ic-osa {
  transform: rotate(45deg);
}.txb-faq_a-osa {
  padding: 0 1.25rem 16px;
  font-size: 0.813rem;
  color: #7A6448;
  overflow-wrap: break-word;
  line-height: 1.7;
  display: none;
}.txb-faq_item-osa.txb-state_open-osa .txb-faq_a-osa {
  display: block;
}.txb-faq_a-osa strong {
  font-weight: 700;
  color: #D2C099;
}.txb-faq_a-osa a {
  text-decoration: underline;
  color: #C9963A;
}.txb-faq_a-osa ul,.txb-faq_a-osa ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.txb-faq_a-osa ol {
  list-style: decimal;
}.txb-faq_a-osa li {
  line-height: 1.6;
  margin-bottom: 4px;
}.txb-faq_a-osa table {
  margin: 8px 0;
  font-size: 0.75rem;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 769px) {.txb-faq_a-osa table {
  display: table;
}
}.txb-faq_a-osa th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 235, 190, 0.08);
  color: #D2C099;
  text-align: left;
  font-weight: 700;
}.txb-faq_a-osa td {
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  padding: 6px 8px;
  color: #7A6448;
}.txb-seo-osa {
  padding: 36px 1rem 0;
  background: #0E0B08;
}
@media(min-width: 767px) {.txb-seo-osa {
  padding: 2.75rem 1.5rem 0;
}
}.txb-seo_in-osa {
  background: #1C1610;
  padding: 1.75rem 1.5rem;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 220, 160, 0.14);
  margin: 0 auto;
  max-width: 83.75rem;
}
@media(min-width: 771px) {.txb-seo_in-osa {
  padding: 36px 2.5rem;
}
}.txb-seo_label-osa {
  color: #C9963A;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.625rem;
}.txb-seo_h2-osa {
  font-family: 'Playfair Display', serif;
  color: #F4EBD4;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media(min-width: 771px) {.txb-seo_h2-osa {
  font-size: 1.5rem;
}
}.txb-seo_body-osa {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #A88C64;
  line-height: 1.75;
}.txb-seo_body-osa p {
  margin-bottom: 12px;
  color: #A88C64;
  font-size: 14px;
  line-height: 1.75;
}.txb-seo_body-osa p:last-child {
  margin-bottom: 0;
}.txb-seo_body-osa strong {
  color: #D2C099;
  font-weight: 700;
}.txb-seo_body-osa a {
  transition: color .2s;
  color: #C9963A;
  text-decoration: underline;
}.txb-seo_body-osa a:hover {
  color: #DBA84E;
}.txb-seo_body-osa ul,.txb-seo_body-osa ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.txb-seo_body-osa ol {
  list-style: decimal;
}.txb-seo_body-osa li {
  color: #A88C64;
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 14px;
}.txb-seo_body-osa table {
  margin-bottom: 0.75rem;
  font-size: 13px;
  width: 100%;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 767px) {.txb-seo_body-osa table {
  display: table;
}
}.txb-seo_body-osa th {
  border-bottom: 1px solid rgba(255, 235, 190, 0.08);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #D2C099;
}.txb-seo_body-osa td {
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  padding: 0.625rem 0.75rem;
  color: #A88C64;
}.txb-seo_cols-osa {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.txb-seo_cols-osa {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.txb-seo_cols-osa {
  grid-template-columns: repeat(3,1fr);
}
}.txb-seo_col_h-osa {
  color: #D2C099;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 13px;
  overflow-wrap: break-word;
}.txb-seo_col_p-osa {
  font-size: 0.813rem;
  color: #7A6448;
  line-height: 1.65;
  overflow-wrap: break-word;
}.txb-seo_stats-osa {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.txb-seo_stat-osa {
  border-radius: 8px;
  flex: 1;
  background: rgba(201, 150, 58, 0.07);
  padding: 0.875rem 1rem;
  border: 1px solid rgba(201, 150, 58, 0.18);
  min-width: 8.75rem;
}.txb-seo_stat_val-osa {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #C9963A;
}.txb-seo_stat_lb-osa {
  color: #7A6448;
  overflow-wrap: break-word;
  font-size: 11px;
}.txb-seo-osa {
  padding: 36px 16px 0;
  background: #0E0B08;
}
@media(min-width:768px) {.txb-seo-osa {
  padding: 44px 24px 0;
}
}.txb-seo_in-osa {
  background: #1C1610;
  border: 1px solid rgba(255, 220, 160, 0.14);
  margin: 0 auto;
  padding: 28px 24px;
  border-radius: 0.875rem;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.txb-seo_in-osa {
  padding: 2.25rem 40px;
}
}.txb-seo_label-osa {
  color: #C9963A;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.txb-seo_h2-osa {
  font-size: 20px;
  color: #F4EBD4;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 14px;
}
@media(min-width: 769px) {.txb-seo_h2-osa {
  font-size: 1.5rem;
}
}.txb-seo_body-osa {
  color: #A88C64;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}.txb-seo_body-osa p {
  margin-bottom: 0.75rem;
  color: #A88C64;
  font-size: 14px;
  line-height: 1.75;
}.txb-seo_body-osa p:last-child {
  margin-bottom: 0;
}.txb-seo_body-osa strong {
  font-weight: 700;
  color: #D2C099;
}.txb-seo_body-osa a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9963A;
}.txb-seo_body-osa a:hover {
  color: #DBA84E;
}.txb-seo_body-osa ul,.txb-seo_body-osa ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.txb-seo_body-osa ol {
  list-style: decimal;
}.txb-seo_body-osa li {
  margin-bottom: 6px;
  color: #A88C64;
  font-size: 14px;
  line-height: 1.75;
}.txb-seo_body-osa table {
  display: block;
  margin-bottom: 12px;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.txb-seo_body-osa table {
  display: table;
}
}.txb-seo_body-osa th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 235, 190, 0.08);
  color: #D2C099;
  text-align: left;
  font-weight: 700;
}.txb-seo_body-osa td {
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  padding: 10px 0.75rem;
  color: #A88C64;
}.txb-seo_cols-osa {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 642px) {.txb-seo_cols-osa {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.txb-seo_cols-osa {
  grid-template-columns: repeat(3,1fr);
}
}.txb-seo_col_h-osa {
  color: #D2C099;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 7px;
}.txb-seo_col_p-osa {
  color: #7A6448;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.txb-seo_stats-osa {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.txb-seo_stat-osa {
  border: 1px solid rgba(201, 150, 58, 0.18);
  flex: 1;
  padding: 14px 1rem;
  border-radius: 0.5rem;
  background: rgba(201, 150, 58, 0.07);
  min-width: 8.75rem;
}.txb-seo_stat_val-osa {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #C9963A;
}.txb-seo_stat_lb-osa {
  overflow-wrap: break-word;
  color: #7A6448;
  font-size: 11px;
}.txb-ft-osa {
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  background: #080604;
  margin-top: 3rem;
}.txb-ft_support-osa {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
}
@media(min-width: 765px) {.txb-ft_support-osa {
  padding: 28px 1.5rem;
}
}.txb-ft_support_in-osa {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 83.75rem;
  align-items: center;
  display: flex;
}.txb-ft_support_main-osa {
  gap: 16px;
  flex: 1;
  display: flex;
  min-width: 220px;
  flex-wrap: wrap;
  align-items: center;
}.txb-ft_support_ic-osa {
  color: #C9963A;
  flex-shrink: 0;
}.txb-ft_support_ic-osa svg {
  width: 1.875rem;
  stroke-linejoin: round;
  height: 30px;
  stroke-linecap: round;
}.txb-ft_support_text_title-osa {
  font-size: 0.938rem;
  margin-bottom: 3px;
  color: #F4EBD4;
  overflow-wrap: break-word;
  font-weight: 700;
}.txb-ft_support_text_sub-osa {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #7A6448;
}.txb-ft_support_btn-osa {
  padding: 0.688rem 1.375rem;
  background: #C9963A;
  transition: background .2s;
  border-radius: 0.5rem;
  font-size: 0.813rem;
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
  color: #F4EBD4;
}.txb-ft_support_btn-osa:hover {
  background: #DBA84E;
}.txb-ft_support_contacts-osa {
  gap: 1rem;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.txb-ft_support_contact-osa {
  color: #5E4E38;
  line-height: 1.4;
  font-size: 12px;
}.txb-ft_support_contact-osa strong {
  display: block;
  font-weight: 600;
  color: #A88C64;
  margin-bottom: 2px;
  font-size: 11px;
}.txb-ft_main-osa {
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  padding: 32px 1rem 24px;
}
@media(min-width: 766px) {.txb-ft_main-osa {
  padding: 2.5rem 1.5rem 2rem;
}
}.txb-ft_main_in-osa {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1340px;
}
@media(min-width:640px) {.txb-ft_main_in-osa {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.txb-ft_main_in-osa {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.txb-ft_col_logo-osa {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.txb-ft_col_logo-osa {
  grid-column: auto;
}
}.txb-ft_logo-osa {
  gap: 9px;
  color: #F4EBD4;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  font-weight: 800;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}.txb-ft_logo_mark-osa {
  border-radius: 0.25rem;
  overflow: hidden;
  width: 30px;
  height: 1.875rem;
}.txb-ft_logo_mark-osa img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.txb-ft_logo_sub-osa {
  line-height: 1.55;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  max-width: 200px;
  color: #5E4E38;
}.txb-ft_col_title-osa {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.875rem;
  letter-spacing: .07em;
  color: #A88C64;
}.txb-ft_col_links-osa {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.txb-ft_col_link-osa {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #5E4E38;
}.txb-ft_col_link-osa:hover {
  color: #D2C099;
}.txb-ft_apps-osa {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.txb-ft_app_card-osa {
  transition: border-color .2s;
  gap: 0.625rem;
  border-radius: 0.25rem;
  background: rgba(255, 235, 190, 0.05);
  border: 1px solid rgba(255, 220, 160, 0.14);
  padding: 10px 0.75rem;
  display: flex;
  align-items: center;
}.txb-ft_app_card-osa:hover {
  border-color: rgba(201, 150, 58, 0.55);
}.txb-ft_app_card_ic-osa svg {
  height: 1.375rem;
  stroke-linecap: round;
  width: 1.375rem;
  stroke-linejoin: round;
}.txb-ft_app_card_os-osa {
  font-size: 0.625rem;
  font-weight: 600;
  color: #5E4E38;
}.txb-ft_app_card_action-osa {
  font-weight: 700;
  color: #D2C099;
  font-size: 12px;
}.txb-ft_bot-osa {
  padding: 1.25rem 1rem;
}
@media(min-width: 771px) {.txb-ft_bot-osa {
  padding: 20px 24px;
}
}.txb-ft_bot_in-osa {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 1340px;
}.txb-ft_socials-osa {
  gap: 0.5rem;
  display: flex;
}.txb-ft_soc-osa {
  border: 1px solid rgba(255, 220, 160, 0.14);
  border-radius: 0.25rem;
  background: rgba(255, 235, 190, 0.05);
  transition: background .2s;
  color: #A88C64;
  display: flex;
  height: 36px;
  width: 36px;
  align-items: center;
  justify-content: center;
}.txb-ft_soc-osa svg {
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  height: 16px;
}.txb-ft_soc-osa:hover {
  background: rgba(255, 235, 190, 0.08);
}.txb-ft_legal-osa {
  flex: 1;
  min-width: 12.5rem;
  font-size: 11px;
  line-height: 1.6;
  color: #8A7660;
  overflow-wrap: break-word;
}.txb-ft_legal-osa strong {
  color: #A88C64;
  font-weight: 700;
}.txb-ft_legal-osa a {
  color: #A88C64;
  text-decoration: underline;
}.txb-ft_age-osa {
  border-radius: 50%;
  border: 2px solid #8A7660;
  justify-content: center;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
  height: 2rem;
  display: flex;
  color: #8A7660;
  font-size: 11px;
  width: 2rem;
  font-weight: 800;
}