*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  line-height: 1.6;
  color: #D4C8A4;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  background-color: #0D0B08;
  font-family: 'Jost', sans-serif;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
}a {
  color: inherit;
  text-decoration: none;
}.cbg_layout-f2f {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.cbg_page-f2f {
  display: flex;
  min-height: 100vh;
}.cbg_main-f2f {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media screen and (min-width: 1081px) {.cbg_main-f2f {
  padding-left: 220px;
}
}
@media screen and (max-width: 1081px) {.cbg_main-f2f {
  padding-bottom: 72px;
}
}.cbg_gc-f2f {
  border-radius: 8px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  background: #131109;
  width: 140px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
@media(min-width:640px) {.cbg_gc-f2f {
  width: 156px;
}
}
@media(min-width: 1082px) {.cbg_gc-f2f {
  width: 168px;
}
}.cbg_gc-f2f:hover {
  border-color: rgba(196,145,42,0.08);
  transform: translateY(-3px);
}.cbg_gc_img-f2f {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.cbg_gc_img-f2f img {
  inset: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}.cbg_gc_hover-f2f {
  inset: 0;
  background: rgba(7,6,5,0.74);
  transition: opacity .2s;
  justify-content: center;
  display: flex;
  position: absolute;
  align-items: center;
  opacity: 0;
}.cbg_gc-f2f:hover .cbg_gc_hover-f2f {
  opacity: 1;
}.cbg_gc_hover_btn-f2f {
  background: #C4912A;
  padding: 8px 1rem;
  border-radius: 4px;
  font-size: 12px;
  color: #F5EDD6;
  font-weight: 700;
}.cbg_gc_info-f2f {
  padding: 8px 0.625rem 0.625rem;
}.cbg_gc_name-f2f {
  overflow: hidden;
  color: #D4C8A4;
  font-size: 12px;
  margin-bottom: 3px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}.cbg_gc_prov-f2f {
  color: #6E5A40;
  font-size: 0.625rem;
}.cbg_gc_tag-f2f {
  border-radius: 0.25rem;
  padding: 2px 7px;
  font-size: 9px;
  position: absolute;
  top: 6px;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 700;
  left: 0.375rem;
}.cbg_gc_tag_hot-f2f {
  background: #D43830;
  color: #fff;
}.cbg_gc_tag_new-f2f {
  background: #2EA84E;
  color: #0D0B08;
}.cbg_gc_tag_jp-f2f {
  background: #D4A420;
  color: #0D0B08;
}.cbg_gc_tag_ex-f2f {
  background: #7A4E1A;
  color: #fff;
}.cbg_gc_tag_live-f2f {
  background: #D43830;
  color: #fff;
}.cbg_gr-f2f {
  padding: 32px 16px 0;
  background: #0D0B08;
}
@media(min-width: 765px) {.cbg_gr-f2f {
  padding: 2.25rem 1.5rem 0;
}
}.cbg_gr_in-f2f {
  margin: 0 auto;
  max-width: 83.75rem;
}.cbg_gr_head-f2f {
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}.cbg_gr_head_l-f2f {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  align-items: center;
  display: flex;
}.cbg_gr_ic-f2f {
  border-radius: 0.5rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 32px;
  justify-content: center;
  height: 32px;
}.cbg_gr_ic-f2f svg {
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
}.cbg_gr_title-f2f {
  color: #F5EDD6;
  font-weight: 700;
  font-size: 16px;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 770px) {.cbg_gr_title-f2f {
  font-size: 1.125rem;
}
}.cbg_gr_more-f2f {
  transition: color .2s;
  gap: 0.313rem;
  font-size: 0.75rem;
  flex-shrink: 0;
  font-weight: 600;
  display: flex;
  color: #7C6A4E;
  align-items: center;
  white-space: nowrap;
}.cbg_gr_more-f2f:hover {
  color: #C4912A;
}.cbg_gr_more-f2f svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
  height: 12px;
}.cbg_gr_arrows-f2f {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.cbg_gr_arr-f2f {
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 4px;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  color: #A89272;
}.cbg_gr_arr-f2f:hover {
  background: rgba(255,255,255,0.07);
  color: #F5EDD6;
}.cbg_gr_arr-f2f svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
  height: 0.813rem;
}.cbg_gr_seo_h-f2f {
  margin: 0 0 0.375rem;
  font-weight: 700;
  color: #D4C8A4;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  max-width: 680px;
  font-size: 13px;
}
@media(min-width: 769px) {.cbg_gr_seo_h-f2f {
  font-size: 14px;
}
}.cbg_gr_seo-f2f {
  line-height: 1.55;
  max-width: 42.5rem;
  color: #7C6A4E;
  font-size: 0.75rem;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}.cbg_gr_seo-f2f strong {
  font-weight: 600;
  color: #D4C8A4;
}.cbg_gr_scroll-f2f {
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 10px;
}.cbg_gr_scroll-f2f::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.cbg_gr_scroll-f2f {
  gap: 12px;
}
}.cbg_tb-f2f {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0C0A07;
  left: 0;
  align-items: center;
  right: 0;
  display: flex;
  z-index: 80;
  position: fixed;
  height: 56px;
  top: 0;
}.cbg_tb_in-f2f {
  gap: 0;
  padding: 0 14px;
  align-items: center;
  width: 100%;
  display: flex;
  height: 100%;
}.cbg_tb_burger-f2f {
  gap: 5px;
  border-radius: 0.5rem;
  flex-shrink: 0;
  justify-content: center;
  width: 2.375rem;
  margin-right: 8px;
  align-items: center;
  flex-direction: column;
  height: 2.375rem;
  display: flex;
}.cbg_tb_burger-f2f:hover {
  background: rgba(255,255,255,0.05);
}.cbg_tb_burger_line-f2f {
  border-radius: 1px;
  background: #A89272;
  width: 1.125rem;
  display: block;
  height: 2px;
}
@media(min-width: 1082px) {.cbg_tb_burger-f2f {
  display: none;
}
}.cbg_tb_logo-f2f {
  gap: 9px;
  margin-right: 20px;
  letter-spacing: -.01em;
  font-weight: 800;
  font-size: 18px;
  color: #F5EDD6;
  overflow-wrap: break-word;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.cbg_tb_logo_mark-f2f {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  height: 32px;
  align-items: center;
  width: 2rem;
  justify-content: center;
}.cbg_tb_logo_mark-f2f img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.cbg_tb_nav-f2f {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 638px) {.cbg_tb_nav-f2f {
  display: flex;
}
}.cbg_tb_tab-f2f {
  padding: 8px 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 0.5rem;
  font-size: 0.813rem;
  font-weight: 600;
  white-space: nowrap;
  color: #A89272;
}.cbg_tb_tab-f2f:hover {
  background: rgba(255,255,255,0.05);
  color: #F5EDD6;
}.cbg_tb_tab-f2f.cbg_state_active-f2f {
  background: rgba(196,145,42,0.18);
  color: #F5EDD6;
}.cbg_tb_right-f2f {
  gap: 0.5rem;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
}.cbg_tb_login-f2f {
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.05);
  padding: 0.563rem 1rem;
  transition: border-color .2s,color .2s;
  border-radius: 0.5rem;
  color: #D4C8A4;
  font-weight: 600;
  font-size: 0.813rem;
  display: none;
}.cbg_tb_login-f2f:hover {
  border-color: rgba(196,145,42,0.50);
  color: #F5EDD6;
}
@media(min-width:480px) {.cbg_tb_login-f2f {
  display: block;
}
}.cbg_tb_reg-f2f {
  padding: 0.563rem 18px;
  border-radius: 0.5rem;
  background: #2EA84E;
  transition: background .2s;
  color: #090705;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.813rem;
}.cbg_tb_reg-f2f:hover {
  background: #38BE5C;
}.cbg_sb-f2f {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255,255,255,0.05);
  transition: transform .25s ease;
  background: #1C1810;
  overflow-y: auto;
  left: 0;
  bottom: 0;
  position: fixed;
  top: 56px;
  z-index: 70;
  width: 13.75rem;
}.cbg_sb-f2f.cbg_state_open-f2f {
  transform: translateX(0);
}.cbg_sb-f2f::-webkit-scrollbar {
  width: 0.25rem;
}.cbg_sb-f2f::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1077px) {.cbg_sb-f2f {
  transform: translateX(0);
}
}.cbg_sb_auth-f2f {
  padding: 14px 0.75rem 0.625rem;
}.cbg_sb_btn_reg-f2f {
  border-radius: 8px;
  padding: 0.688rem;
  transition: background .2s;
  background: #2EA84E;
  color: #090705;
  text-align: center;
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
  font-size: 13px;
}.cbg_sb_btn_reg-f2f:hover {
  background: #38BE5C;
}.cbg_sb_btn_login-f2f {
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  padding: 0.625rem;
  font-size: 0.813rem;
  color: #D4C8A4;
  font-weight: 600;
  display: block;
  text-align: center;
}.cbg_sb_btn_login-f2f:hover {
  border-color: rgba(196,145,42,0.50);
  color: #F5EDD6;
}.cbg_sb_promo-f2f {
  margin: 0 0.75rem 0.625rem;
  padding: 12px 14px;
  border-radius: 0.5rem;
  background: linear-gradient(135deg,#1E1408,#1C1810);
  border: 1px solid rgba(196,145,42,0.18);
  overflow: hidden;
  position: relative;
}.cbg_sb_promo-f2f::before {
  background: radial-gradient(circle,rgba(196,145,42,0.18),transparent 70%);
  border-radius: 50%;
  right: -20px;
  position: absolute;
  top: -20px;
  width: 5rem;
  content: '';
  height: 80px;
}.cbg_sb_promo_title-f2f {
  font-size: 11px;
  color: #C4912A;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 700;
  letter-spacing: .06em;
}.cbg_sb_promo_text-f2f {
  line-height: 1.35;
  color: #F5EDD6;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.cbg_sb_promo_sub-f2f {
  font-size: 0.625rem;
  margin-top: 3px;
  color: #7C6A4E;
}.cbg_sb_nav-f2f {
  padding: 0.375rem 0.5rem 1rem;
}.cbg_sb_nav_lb-f2f {
  padding: 0.625rem 8px 6px;
  color: #6E5A40;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .08em;
  font-weight: 700;
}.cbg_sb_link-f2f {
  transition: background .15s,color .15s;
  gap: 10px;
  border-radius: 4px;
  padding: 0.563rem 10px;
  font-weight: 500;
  color: #A89272;
  cursor: pointer;
  font-size: 13px;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
}.cbg_sb_link-f2f:hover {
  background: rgba(255,255,255,0.05);
  color: #F5EDD6;
}.cbg_sb_link-f2f.cbg_state_active-f2f {
  background: rgba(196,145,42,0.18);
  color: #F5EDD6;
}.cbg_sb_ic-f2f {
  border-radius: 4px;
  flex-shrink: 0;
  height: 1.875rem;
  width: 1.875rem;
  align-items: center;
  display: flex;
  justify-content: center;
}.cbg_sb_ic-f2f svg {
  width: 16px;
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
}.cbg_sb_ic_1-f2f {
  background: rgba(196,145,42,0.08);
  color: #C4912A;
}.cbg_sb_ic_2-f2f {
  background: rgba(46,168,78,0.18);
  color: #2EA84E;
}.cbg_sb_ic_3-f2f {
  background: rgba(212,164,32,0.18);
  color: #D4A420;
}.cbg_sb_ic_4-f2f {
  background: rgba(122,78,26,0.32);
  color: #7A4E1A;
}.cbg_sb_ic_5-f2f {
  background: rgba(196,145,42,0.08);
  color: #D4548A;
}.cbg_sb_ic_6-f2f {
  background: rgba(122,78,26,0.32);
  color: #8B4DC8;
}.cbg_sb_badge-f2f {
  padding: 2px 7px;
  border-radius: 0.25rem;
  background: #D4A420;
  font-weight: 700;
  font-size: 0.563rem;
  color: #090705;
  margin-left: auto;
}.cbg_sb_bot-f2f {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 12px;
  gap: 0.5rem;
  display: flex;
}.cbg_sb_lang-f2f,.cbg_sb_help-f2f {
  flex: 1;
  transition: border-color .2s;
  padding: 9px 6px;
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.05);
  border-radius: 0.25rem;
  color: #A89272;
  justify-content: center;
  font-weight: 600;
  align-items: center;
  font-size: 0.688rem;
  display: flex;
}.cbg_sb_lang-f2f:hover,.cbg_sb_help-f2f:hover {
  border-color: rgba(196,145,42,0.50);
  color: #F5EDD6;
}.cbg_sb_lang-f2f svg,.cbg_sb_help-f2f svg {
  height: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
}.cbg_sb_bd-f2f {
  inset: 0;
  background: rgba(7,6,5,0.74);
  display: none;
  position: fixed;
  z-index: 69;
}.cbg_sb_bd-f2f.cbg_state_on-f2f {
  display: block;
}
@media(min-width: 1079px) {.cbg_sb_bd-f2f {
  display: none!important;
}
}.cbg_mob_nav-f2f {
  border-top: 1px solid rgba(255,255,255,0.11);
  background: #1C1810;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  display: flex;
  z-index: 80;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
}
@media(min-width: 1081px) {.cbg_mob_nav-f2f {
  display: none;
}
}.cbg_mob_nav_item-f2f {
  flex: 1;
  gap: 0.25rem;
  padding: 0.25rem 2px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  color: #6E5A40;
  align-items: center;
}.cbg_mob_nav_ic-f2f {
  line-height: 1;
}.cbg_mob_nav_ic-f2f svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
  height: 1.25rem;
}.cbg_mob_nav_lb-f2f {
  color: #6E5A40;
  font-weight: 600;
  font-size: 0.625rem;
}.cbg_mob_nav_item-f2f.cbg_state_active-f2f {
  color: #C4912A;
}.cbg_mob_nav_item-f2f.cbg_state_active-f2f .cbg_mob_nav_lb-f2f {
  color: #C4912A;
}.cbg_hero-f2f {
  padding: 1.25rem 16px 0;
  background: #0D0B08;
}
@media(min-width: 765px) {.cbg_hero-f2f {
  padding: 24px 24px 0;
}
}.cbg_hero_in-f2f {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 83.75rem;
  display: grid;
}
@media(min-width: 863px) {.cbg_hero_in-f2f {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1103px) {.cbg_hero_in-f2f {
  grid-template-columns: 1fr 340px;
}
}.cbg_hero_promo-f2f {
  overflow: hidden;
  background: #131109;
  border-radius: 14px;
  position: relative;
  min-height: 13.75rem;
  align-items: stretch;
  display: flex;
}
@media(min-width: 765px) {.cbg_hero_promo-f2f {
  min-height: 17.5rem;
}
}.cbg_hero_promo_bg-f2f {
  inset: 0;
  background: linear-gradient(120deg,#1E1408 0%,#0D0B08 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.cbg_hero_promo_bg-f2f::after {
  inset: 0;
  background: linear-gradient(90deg,#0D0B08 0%,rgba(7,6,5,0.74) 60%,transparent 100%);
  position: absolute;
  content: '';
}.cbg_hero_promo_glow-f2f {
  background: radial-gradient(circle,rgba(122,78,26,0.32) 0%,transparent 65%);
  border-radius: 50%;
  top: -2.5rem;
  width: 18.75rem;
  position: absolute;
  height: 300px;
  pointer-events: none;
  right: 60px;
}.cbg_hero_promo_ct-f2f {
  padding: 1.75rem 24px 28px 28px;
  display: flex;
  max-width: 30rem;
  position: relative;
  flex-direction: column;
  z-index: 2;
  justify-content: center;
}
@media(min-width: 771px) {.cbg_hero_promo_ct-f2f {
  padding: 40px 32px;
}
}.cbg_hero_badge-f2f {
  border-radius: 1.25rem;
  padding: 5px 12px;
  background: rgba(196,145,42,0.18);
  border: 1px solid rgba(196,145,42,0.08);
  letter-spacing: .08em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #C4912A;
  font-size: 0.625rem;
  margin-bottom: 14px;
}.cbg_hero_h1-f2f {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EDD6;
  margin-bottom: 0.625rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.625rem;
  line-height: 1.15;
}.cbg_hero_h1-f2f em {
  font-style: normal;
  color: #D4A420;
}
@media(min-width: 769px) {.cbg_hero_h1-f2f {
  font-size: 36px;
}
}.cbg_hero_sub-f2f {
  color: #A89272;
  line-height: 1.55;
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
}
@media(min-width: 770px) {.cbg_hero_sub-f2f {
  font-size: 14px;
}
}.cbg_hero_row-f2f {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.cbg_hero_cta-f2f {
  border-radius: 8px;
  transition: background .2s;
  background: #2EA84E;
  padding: 13px 26px;
  color: #090705;
  font-size: 14px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.13), 0 6px 1.375rem rgba(46,168,78,0.42);
}.cbg_hero_cta-f2f:hover {
  background: #38BE5C;
}.cbg_hero_terms-f2f {
  font-size: 11px;
  color: #6E5A40;
}.cbg_hero_game-f2f {
  background: #131109;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  position: relative;
}.cbg_hero_game_badge-f2f {
  padding: 0.313rem 10px;
  border-radius: 1.25rem;
  background: rgba(212,164,32,0.18);
  border: 1px solid rgba(212,164,32,0.18);
  font-weight: 700;
  top: 12px;
  left: 0.75rem;
  font-size: 10px;
  color: #D4A420;
  z-index: 3;
  text-transform: uppercase;
  letter-spacing: .06em;
  position: absolute;
}.cbg_hero_game_badge-f2f svg {
  height: 11px;
  margin-right: 4px;
  vertical-align: -1px;
  width: 11px;
}.cbg_hero_game_img-f2f {
  overflow: hidden;
  background: linear-gradient(135deg,#1E1408,#0D0B08);
  padding-bottom: 60%;
  position: relative;
}.cbg_hero_game_img-f2f img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.cbg_hero_game_play-f2f {
  background: rgba(7,6,5,0.74);
  inset: 0;
  transition: opacity .2s;
  opacity: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  display: flex;
}.cbg_hero_game-f2f:hover .cbg_hero_game_play-f2f {
  opacity: 1;
}.cbg_hero_game_play-f2f span {
  background: #C4912A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  width: 3.25rem;
  height: 52px;
  justify-content: center;
}.cbg_hero_game_play-f2f span svg {
  margin-left: 2px;
  width: 1.125rem;
  height: 1.125rem;
}.cbg_hero_game_info-f2f {
  padding: 0.875rem 16px;
}.cbg_hero_game_title-f2f {
  font-weight: 700;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 15px;
  color: #F5EDD6;
}.cbg_hero_game_provider-f2f {
  color: #7C6A4E;
  font-size: 11px;
}.cbg_hero_game_btn-f2f {
  margin: 12px 16px 1rem;
  border-radius: 0.5rem;
  padding: 0.688rem;
  background: #C4912A;
  transition: background .2s;
  text-align: center;
  font-weight: 700;
  display: block;
  color: #F5EDD6;
  font-size: 13px;
}.cbg_hero_game-f2f:hover .cbg_hero_game_btn-f2f {
  background: #D4A33C;
}.cbg_sbar-f2f {
  padding: 1rem 1rem 0;
  background: #0D0B08;
}
@media(min-width: 769px) {.cbg_sbar-f2f {
  padding: 18px 1.5rem 0;
}
}.cbg_sbar_in-f2f {
  margin: 0 auto;
  max-width: 83.75rem;
}.cbg_sbar_row-f2f {
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  display: flex;
}.cbg_sbar_input-f2f {
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s;
  border-radius: 8px;
  background: #131109;
  gap: 10px;
  padding: 0.688rem 16px;
  flex: 1;
  color: #7C6A4E;
  font-size: 0.813rem;
  align-items: center;
  display: flex;
  cursor: pointer;
}.cbg_sbar_input-f2f:hover {
  border-color: rgba(196,145,42,0.50);
}.cbg_sbar_input-f2f svg {
  width: 0.938rem;
  flex-shrink: 0;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.938rem;
}.cbg_sbar_providers-f2f {
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  gap: 8px;
  background: #131109;
  padding: 11px 18px;
  border-radius: 0.5rem;
  display: flex;
  font-weight: 600;
  color: #D4C8A4;
  white-space: nowrap;
  align-items: center;
  font-size: 13px;
}.cbg_sbar_providers-f2f:hover {
  border-color: rgba(196,145,42,0.50);
  color: #F5EDD6;
}.cbg_sbar_providers-f2f svg {
  stroke-linecap: round;
  height: 0.875rem;
  width: 0.875rem;
  stroke-linejoin: round;
}.cbg_sbar_tabs-f2f {
  gap: 0.375rem;
  padding-bottom: 2px;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
}.cbg_sbar_tabs-f2f::-webkit-scrollbar {
  display: none;
}.cbg_sbar_tab-f2f {
  gap: 7px;
  border-radius: 20px;
  padding: 0.5rem 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  transition: background .15s,color .15s,border-color .15s;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-size: 12px;
  color: #A89272;
  font-weight: 600;
  cursor: pointer;
}.cbg_sbar_tab-f2f:hover {
  border-color: rgba(196,145,42,0.50);
  background: rgba(255,255,255,0.07);
  color: #F5EDD6;
}.cbg_sbar_tab-f2f.cbg_state_active-f2f {
  border-color: rgba(196,145,42,0.08);
  background: rgba(196,145,42,0.18);
  color: #F5EDD6;
}.cbg_sbar_tab_ic-f2f svg {
  width: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
}.cbg_gcg-f2f {
  padding: 2.25rem 1rem 0;
  background: #0D0B08;
}
@media(min-width: 769px) {.cbg_gcg-f2f {
  padding: 2.75rem 24px 0;
}
}.cbg_gcg_in-f2f {
  margin: 0 auto;
  max-width: 1340px;
}.cbg_gcg_head-f2f {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.cbg_gcg_label-f2f {
  font-size: 0.688rem;
  font-weight: 700;
  color: #C4912A;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.cbg_gcg_h2-f2f {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #F5EDD6;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 800;
}
@media(min-width: 769px) {.cbg_gcg_h2-f2f {
  font-size: 28px;
}
}.cbg_gcg_intro-f2f {
  line-height: 1.6;
  color: #7C6A4E;
  font-size: 13px;
}.cbg_gcg_grid-f2f {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.cbg_gcg_grid-f2f {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.cbg_gcg_grid-f2f {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.cbg_gcg_card-f2f {
  border-radius: 14px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.11);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  position: relative;
  min-height: 15rem;
  flex-direction: column;
  justify-content: flex-end;
}.cbg_gcg_card-f2f:hover {
  transform: translateY(-3px);
  border-color: rgba(196,145,42,0.18);
}.cbg_gcg_card_bg-f2f {
  inset: 0;
  z-index: 0;
  position: absolute;
}.cbg_gcg_card_bg-f2f::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.cbg_gcg_card_ic-f2f {
  border-radius: 0.25rem;
  background: rgba(0,0,0,.45);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  top: 18px;
  display: flex;
  align-items: center;
  position: absolute;
  color: #F5EDD6;
  justify-content: center;
  right: 1.125rem;
}.cbg_gcg_card_ic-f2f svg {
  stroke-linecap: round;
  width: 20px;
  height: 1.25rem;
  stroke-linejoin: round;
}.cbg_gcg_card_ct-f2f {
  z-index: 1;
  position: relative;
}.cbg_gcg_card_h-f2f {
  font-size: 1.125rem;
  color: #F5EDD6;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.2;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.cbg_gcg_card_h-f2f {
  font-size: 20px;
}
}.cbg_gcg_card_p-f2f {
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 12px;
  color: rgba(255,255,255,.82);
  margin-bottom: 0.625rem;
}.cbg_gcg_card_p-f2f strong {
  font-weight: 600;
  color: #F5EDD6;
}.cbg_gcg_card_cta-f2f {
  gap: 0.25rem;
  font-size: 12px;
  text-transform: uppercase;
  color: #C4912A;
  display: inline-flex;
  letter-spacing: .04em;
  font-weight: 700;
  align-items: center;
}.cbg_gcg_card_cta-f2f svg {
  stroke-linecap: round;
  height: 12px;
  width: 0.75rem;
  stroke-linejoin: round;
}.cbg_ws-f2f {
  padding: 2rem 16px 0;
  background: #0D0B08;
}
@media(min-width: 769px) {.cbg_ws-f2f {
  padding: 2.25rem 1.5rem 0;
}
}.cbg_ws_in-f2f {
  margin: 0 auto;
  max-width: 1340px;
}.cbg_ws_head-f2f {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
  justify-content: space-between;
}.cbg_ws_title-f2f {
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  color: #F5EDD6;
  align-items: center;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  flex-wrap: wrap;
}.cbg_ws_title_ic-f2f svg {
  color: #D4A420;
  stroke-linejoin: round;
  width: 18px;
  stroke-linecap: round;
  height: 1.125rem;
}.cbg_ws_online-f2f {
  gap: 7px;
  align-items: center;
  color: #7C6A4E;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}.cbg_ws_online_dot-f2f {
  background: #2EA84E;
  border-radius: 50%;
  width: 0.5rem;
  height: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(46,168,78,0.18);
}.cbg_ws_scroll-f2f {
  gap: 8px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
}.cbg_ws_scroll-f2f::-webkit-scrollbar {
  display: none;
}.cbg_wc-f2f {
  border: 1px solid rgba(255,255,255,0.11);
  padding: 10px 0.875rem;
  border-radius: 0.5rem;
  background: #131109;
  gap: 10px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
}.cbg_wc_img-f2f {
  border-radius: 0.25rem;
  background: #1C1810;
  overflow: hidden;
  height: 36px;
  width: 2.25rem;
  flex-shrink: 0;
}.cbg_wc_img-f2f img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.cbg_wc_info-f2f {
  min-width: 0;
}.cbg_wc_game-f2f {
  overflow: hidden;
  color: #D4C8A4;
  white-space: nowrap;
  font-size: 12px;
  text-overflow: ellipsis;
  font-weight: 600;
}.cbg_wc_player-f2f {
  overflow: hidden;
  color: #6E5A40;
  white-space: nowrap;
  font-size: 10px;
  text-overflow: ellipsis;
}.cbg_wc_amount-f2f {
  font-size: 0.813rem;
  color: #2EA84E;
  font-weight: 700;
  margin-left: auto;
  white-space: nowrap;
  flex-shrink: 0;
}.cbg_app-f2f {
  background: #0D0B08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.cbg_app-f2f {
  padding: 2.75rem 24px 0;
}
}.cbg_app_in-f2f {
  margin: 0 auto;
  max-width: 83.75rem;
}.cbg_app_head-f2f {
  margin-bottom: 16px;
}.cbg_app_label-f2f {
  font-weight: 700;
  color: #C4912A;
  font-size: 0.688rem;
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.cbg_app_h2-f2f {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: #F5EDD6;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 766px) {.cbg_app_h2-f2f {
  font-size: 24px;
}
}.cbg_app_sub-f2f {
  font-size: 0.813rem;
  line-height: 1.6;
  max-width: 600px;
  overflow-wrap: break-word;
  color: #7C6A4E;
}.cbg_app_sub-f2f strong {
  color: #D4C8A4;
  font-weight: 700;
}.cbg_app_cards-f2f {
  gap: 0.625rem;
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.cbg_app_cards-f2f {
  grid-template-columns: repeat(3,1fr);
}
}.cbg_app_card-f2f {
  padding: 1.25rem;
  overflow: hidden;
  gap: 16px;
  border-radius: 8px;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.cbg_app_card_ios-f2f {
  background: linear-gradient(135deg,rgba(196,145,42,0.18) 0%,#1C1810 100%);
}.cbg_app_card_android-f2f {
  background: linear-gradient(135deg,rgba(46,168,78,0.18) 0%,#1C1810 100%);
}.cbg_app_card_win-f2f {
  background: linear-gradient(135deg,rgba(212,164,32,0.18) 0%,#1C1810 100%);
}.cbg_app_card_ic-f2f svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 34px;
  height: 34px;
}.cbg_app_card_ic-f2f {
  flex-shrink: 0;
  color: #F5EDD6;
}.cbg_app_card_os-f2f {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #7C6A4E;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 6px;
}.cbg_app_card_title-f2f {
  line-height: 1.2;
  color: #F5EDD6;
  font-size: 15px;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-weight: 700;
}.cbg_app_card_text-f2f {
  overflow-wrap: break-word;
  color: #7C6A4E;
  line-height: 1.5;
  font-size: 12px;
  margin-bottom: 14px;
}.cbg_app_card_btn-f2f {
  border: 1px solid rgba(196,145,42,0.50);
  padding: 0.625rem 18px;
  background: rgba(255,255,255,0.12);
  border-radius: 4px;
  gap: 7px;
  transition: background .2s;
  font-weight: 700;
  color: #F5EDD6;
  align-items: center;
  font-size: 0.813rem;
  display: inline-flex;
}.cbg_app_card_btn-f2f:hover {
  background: rgba(255,255,255,0.07);
}.cbg_prov-f2f {
  padding: 2.25rem 1rem 0;
  background: #0D0B08;
}
@media(min-width: 769px) {.cbg_prov-f2f {
  padding: 44px 1.5rem 0;
}
}.cbg_prov_in-f2f {
  margin: 0 auto;
  max-width: 83.75rem;
}.cbg_prov_head-f2f {
  margin-bottom: 16px;
}.cbg_prov_label-f2f {
  text-transform: uppercase;
  color: #C4912A;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
}.cbg_prov_h2-f2f {
  color: #F5EDD6;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 20px;
}
@media(min-width: 766px) {.cbg_prov_h2-f2f {
  font-size: 1.5rem;
}
}.cbg_prov_seo-f2f {
  margin-bottom: 16px;
  line-height: 1.6;
  max-width: 620px;
  overflow-wrap: break-word;
  color: #7C6A4E;
  font-size: 0.813rem;
}.cbg_prov_seo-f2f strong {
  font-weight: 700;
  color: #D4C8A4;
}.cbg_prov_seo-f2f a {
  text-decoration: underline;
  color: #C4912A;
}.cbg_prov_grid-f2f {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.cbg_prov_grid-f2f {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.cbg_prov_grid-f2f {
  grid-template-columns: repeat(8,1fr);
}
}.cbg_prov_card-f2f {
  border: 1px solid rgba(255,255,255,0.11);
  gap: 0.438rem;
  border-radius: 0.5rem;
  background: #131109;
  transition: border-color .2s,background .2s;
  padding: 14px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
}.cbg_prov_card-f2f:hover {
  border-color: rgba(196,145,42,0.50);
  background: #1C1810;
}.cbg_prov_logo-f2f {
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  align-items: center;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  width: 44px;
}.cbg_prov_logo-f2f img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.cbg_prov_name-f2f {
  font-size: 0.688rem;
  font-weight: 600;
  text-align: center;
  color: #A89272;
  overflow-wrap: break-word;
}.cbg_reg-f2f {
  background: #0D0B08;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.cbg_reg-f2f {
  padding: 2.75rem 1.5rem 0;
}
}.cbg_reg_in-f2f {
  background: #1C1810;
  margin: 0 auto;
  border-radius: 0.875rem;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 1.75rem 1.5rem;
  max-width: 83.75rem;
}
@media(min-width:768px) {.cbg_reg_in-f2f {
  padding: 40px;
}
}.cbg_reg_top-f2f {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.cbg_reg_top-f2f {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.cbg_reg_label-f2f {
  font-weight: 700;
  color: #C4912A;
  margin-bottom: 0.625rem;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.cbg_reg_h2-f2f {
  overflow-wrap: break-word;
  margin-bottom: 12px;
  color: #F5EDD6;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 769px) {.cbg_reg_h2-f2f {
  font-size: 28px;
}
}.cbg_reg_bonus-f2f {
  background: rgba(212,164,32,0.18);
  border-radius: 0.5rem;
  padding: 0.625rem 1rem;
  gap: 8px;
  border: 1px solid rgba(212,164,32,0.18);
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.cbg_reg_bonus_amount-f2f {
  font-size: 20px;
  font-weight: 800;
  color: #D4A420;
}.cbg_reg_bonus_text-f2f {
  line-height: 1.35;
  font-size: 13px;
  color: #A89272;
}.cbg_reg_cta_btn-f2f {
  border-radius: 8px;
  padding: 0.875rem 2rem;
  background: #2EA84E;
  transition: background .2s;
  color: #090705;
  display: inline-block;
  font-weight: 700;
  font-size: 0.938rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.13), 0 0.375rem 22px rgba(46,168,78,0.42);
  margin-bottom: 0.75rem;
}.cbg_reg_cta_btn-f2f:hover {
  background: #38BE5C;
}.cbg_reg_terms-f2f {
  line-height: 1.5;
  color: #6E5A40;
  font-size: 0.688rem;
}.cbg_reg_seo-f2f {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #7C6A4E;
  font-size: 13px;
  margin-top: 20px;
  overflow-wrap: break-word;
  line-height: 1.65;
  padding-top: 1.25rem;
}.cbg_reg_seo-f2f p {
  margin-bottom: 10px;
  color: #7C6A4E;
  font-size: 0.813rem;
  line-height: 1.65;
}.cbg_reg_seo-f2f p:last-child {
  margin-bottom: 0;
}.cbg_reg_seo-f2f strong {
  color: #D4C8A4;
  font-weight: 700;
}.cbg_reg_seo-f2f a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4912A;
}.cbg_reg_seo-f2f a:hover {
  color: #D4A33C;
}.cbg_reg_seo-f2f ul,.cbg_reg_seo-f2f ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.cbg_reg_seo-f2f ol {
  list-style: decimal;
}.cbg_reg_seo-f2f li {
  line-height: 1.65;
  font-size: 13px;
  color: #7C6A4E;
  margin-bottom: 4px;
}.cbg_reg_seo-f2f table {
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 13px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media(min-width: 769px) {.cbg_reg_seo-f2f table {
  display: table;
}
}.cbg_reg_seo-f2f th {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #D4C8A4;
  font-weight: 700;
}.cbg_reg_seo-f2f td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.5rem;
  color: #7C6A4E;
}.cbg_reg_steps-f2f {
  gap: 0.875rem;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width: 859px) {.cbg_reg_steps-f2f {
  margin-top: 0;
}
}.cbg_reg_step-f2f {
  border-radius: 8px;
  padding: 16px;
  gap: 0.875rem;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.05);
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.cbg_reg_step_num-f2f {
  background: rgba(196,145,42,0.18);
  border-radius: 50%;
  border: 1px solid rgba(196,145,42,0.08);
  flex-shrink: 0;
  height: 34px;
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  justify-content: center;
  font-weight: 800;
  color: #C4912A;
  width: 2.125rem;
}.cbg_reg_step_title-f2f {
  font-size: 14px;
  color: #F5EDD6;
  font-weight: 700;
  margin-bottom: 3px;
}.cbg_reg_step_text-f2f {
  color: #7C6A4E;
  line-height: 1.5;
  font-size: 12px;
}.cbg_reg_trust-f2f {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
  margin-top: 1.25rem;
}.cbg_reg_trust_item-f2f {
  gap: 0.438rem;
  align-items: center;
  display: flex;
  color: #7C6A4E;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.cbg_reg_trust_ic-f2f svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #C4912A;
  width: 16px;
  height: 1rem;
}.cbg_bon-f2f {
  background: #0D0B08;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.cbg_bon-f2f {
  padding: 44px 1.5rem 0;
}
}.cbg_bon_in-f2f {
  margin: 0 auto;
  max-width: 83.75rem;
}.cbg_bon_head-f2f {
  margin-bottom: 1.25rem;
}.cbg_bon_label-f2f {
  font-size: 11px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #C4912A;
  letter-spacing: .08em;
  text-transform: uppercase;
}.cbg_bon_h2-f2f {
  margin-bottom: 8px;
  color: #F5EDD6;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.cbg_bon_h2-f2f {
  font-size: 24px;
}
}.cbg_bon_seo-f2f {
  font-size: 0.813rem;
  color: #7C6A4E;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  line-height: 1.6;
}.cbg_bon_seo-f2f strong {
  font-weight: 700;
  color: #D4C8A4;
}.cbg_bon_seo-f2f a {
  color: #C4912A;
  text-decoration: underline;
}.cbg_bon_grid-f2f {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.cbg_bon_grid-f2f {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.cbg_bon_grid-f2f {
  grid-template-columns: repeat(5,1fr);
}
}.cbg_bon_card-f2f {
  border-radius: 8px;
  transition: border-color .2s,transform .2s;
  background: #131109;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.11);
}.cbg_bon_card-f2f:hover {
  border-color: rgba(196,145,42,0.08);
  transform: translateY(-2px);
}.cbg_bon_card_ic-f2f svg {
  width: 26px;
  stroke-linecap: round;
  height: 1.625rem;
  stroke-linejoin: round;
}.cbg_bon_card_ic-f2f {
  margin-bottom: 0.625rem;
}.cbg_bon_card_type-f2f {
  font-size: 0.625rem;
  color: #7C6A4E;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  font-weight: 700;
}.cbg_bon_card_amount-f2f {
  color: #D4A420;
  line-height: 1.1;
  margin-bottom: 0.375rem;
  font-size: 18px;
  font-weight: 800;
}.cbg_bon_card_name-f2f {
  font-size: 0.813rem;
  margin-bottom: 8px;
  color: #F5EDD6;
  font-weight: 600;
  overflow-wrap: break-word;
}.cbg_bon_card_detail-f2f {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 11px;
  line-height: 1.5;
  color: #6E5A40;
  overflow-wrap: break-word;
  padding-top: 0.5rem;
}.cbg_pmt-f2f {
  background: #0D0B08;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.cbg_pmt-f2f {
  padding: 2.75rem 24px 0;
}
}.cbg_pmt_in-f2f {
  margin: 0 auto;
  max-width: 1340px;
}.cbg_pmt_head-f2f {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.cbg_pmt_label-f2f {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C4912A;
  margin-bottom: 0.5rem;
}.cbg_pmt_h2-f2f {
  margin-bottom: 0.5rem;
  font-size: 22px;
  color: #F5EDD6;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
}
@media(min-width: 769px) {.cbg_pmt_h2-f2f {
  font-size: 1.75rem;
}
}.cbg_pmt_intro-f2f {
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #7C6A4E;
}.cbg_pmt_groups-f2f {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.cbg_pmt_group-f2f {
  border-radius: 8px;
  background: #1C1810;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.11);
}.cbg_pmt_group_head-f2f {
  gap: 12px;
  display: flex;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
}.cbg_pmt_group_ic-f2f {
  border-radius: 0.25rem;
  background: rgba(196,145,42,0.18);
  align-items: center;
  width: 2.25rem;
  justify-content: center;
  display: flex;
  color: #C4912A;
  height: 36px;
  flex-shrink: 0;
}.cbg_pmt_group_ic-f2f svg {
  stroke-linecap: round;
  width: 1.125rem;
  height: 18px;
  stroke-linejoin: round;
}.cbg_pmt_group_h-f2f {
  margin: 0;
  color: #F5EDD6;
  font-size: 1rem;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
}.cbg_pmt_group_p-f2f {
  color: #7C6A4E;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  line-height: 1.6;
}.cbg_pmt_group_p-f2f strong {
  color: #D4C8A4;
  font-weight: 600;
}.cbg_pmt_table_wrap-f2f {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.cbg_pmt_table-f2f {
  min-width: 540px;
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
}.cbg_pmt_table-f2f th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  color: #D4C8A4;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  text-align: left;
  font-size: 0.688rem;
}.cbg_pmt_table-f2f td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  color: #7C6A4E;
}.cbg_pmt_table-f2f tbody tr:last-child td {
  border-bottom: none;
}.cbg_pmt_table-f2f tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #D4C8A4;
}.cbg_seo-f2f {
  padding: 2.25rem 1rem 0;
  background: #0D0B08;
}
@media(min-width: 765px) {.cbg_seo-f2f {
  padding: 44px 24px 0;
}
}.cbg_seo_in-f2f {
  margin: 0 auto;
  padding: 1.75rem 24px;
  border-radius: 0.875rem;
  border: 1px solid rgba(255,255,255,0.11);
  background: #1C1810;
  max-width: 83.75rem;
}
@media(min-width: 770px) {.cbg_seo_in-f2f {
  padding: 36px 40px;
}
}.cbg_seo_label-f2f {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #C4912A;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.cbg_seo_h2-f2f {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #F5EDD6;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.cbg_seo_h2-f2f {
  font-size: 24px;
}
}.cbg_seo_body-f2f {
  color: #A89272;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.cbg_seo_body-f2f p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 12px;
  color: #A89272;
}.cbg_seo_body-f2f p:last-child {
  margin-bottom: 0;
}.cbg_seo_body-f2f strong {
  font-weight: 700;
  color: #D4C8A4;
}.cbg_seo_body-f2f a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4912A;
}.cbg_seo_body-f2f a:hover {
  color: #D4A33C;
}.cbg_seo_body-f2f ul,.cbg_seo_body-f2f ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.cbg_seo_body-f2f ol {
  list-style: decimal;
}.cbg_seo_body-f2f li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #A89272;
}.cbg_seo_body-f2f table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 12px;
}
@media(min-width: 765px) {.cbg_seo_body-f2f table {
  display: table;
}
}.cbg_seo_body-f2f th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  color: #D4C8A4;
  font-weight: 700;
}.cbg_seo_body-f2f td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #A89272;
}.cbg_seo_cols-f2f {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.cbg_seo_cols-f2f {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.cbg_seo_cols-f2f {
  grid-template-columns: repeat(3,1fr);
}
}.cbg_seo_col_h-f2f {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #D4C8A4;
  font-weight: 700;
  margin-bottom: 0.438rem;
}.cbg_seo_col_p-f2f {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7C6A4E;
}.cbg_seo_stats-f2f {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.cbg_seo_stat-f2f {
  flex: 1;
  border: 1px solid rgba(196,145,42,0.18);
  background: rgba(196,145,42,0.08);
  padding: 0.875rem 16px;
  border-radius: 0.5rem;
  min-width: 140px;
}.cbg_seo_stat_val-f2f {
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.25rem;
  color: #C4912A;
  font-weight: 800;
}.cbg_seo_stat_lb-f2f {
  overflow-wrap: break-word;
  color: #7C6A4E;
  font-size: 0.688rem;
}.cbg_faq-f2f {
  background: #0D0B08;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.cbg_faq-f2f {
  padding: 2.75rem 1.5rem 0;
}
}.cbg_faq_in-f2f {
  margin: 0 auto;
  max-width: 83.75rem;
}.cbg_faq_head-f2f {
  margin-bottom: 1.25rem;
}.cbg_faq_label-f2f {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #C4912A;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.cbg_faq_h2-f2f {
  font-family: 'Cormorant Garamond', serif;
  color: #F5EDD6;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 766px) {.cbg_faq_h2-f2f {
  font-size: 1.5rem;
}
}.cbg_faq_list-f2f {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.cbg_faq_item-f2f {
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  background: #1C1810;
}.cbg_faq_q-f2f {
  transition: color .2s;
  padding: 1rem 1.25rem;
  gap: 0.75rem;
  justify-content: space-between;
  font-size: 0.875rem;
  flex-wrap: wrap;
  cursor: pointer;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 600;
  display: flex;
  color: #D4C8A4;
}.cbg_faq_q-f2f:hover {
  color: #F5EDD6;
}.cbg_faq_q_ic-f2f {
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  border-radius: 50%;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: 1rem;
  height: 1.5rem;
  width: 1.5rem;
  color: #C4912A;
}.cbg_faq_item-f2f.cbg_state_open-f2f .cbg_faq_q_ic-f2f {
  transform: rotate(45deg);
}.cbg_faq_a-f2f {
  padding: 0 1.25rem 1rem;
  overflow-wrap: break-word;
  font-size: 13px;
  display: none;
  line-height: 1.7;
  color: #7C6A4E;
}.cbg_faq_item-f2f.cbg_state_open-f2f .cbg_faq_a-f2f {
  display: block;
}.cbg_faq_a-f2f strong {
  color: #D4C8A4;
  font-weight: 700;
}.cbg_faq_a-f2f a {
  text-decoration: underline;
  color: #C4912A;
}.cbg_faq_a-f2f ul,.cbg_faq_a-f2f ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.cbg_faq_a-f2f ol {
  list-style: decimal;
}.cbg_faq_a-f2f li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.cbg_faq_a-f2f table {
  margin: 8px 0;
  display: block;
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 770px) {.cbg_faq_a-f2f table {
  display: table;
}
}.cbg_faq_a-f2f th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 0.5rem;
  color: #D4C8A4;
  text-align: left;
  font-weight: 700;
}.cbg_faq_a-f2f td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7C6A4E;
}.cbg_seo-f2f {
  background: #0D0B08;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.cbg_seo-f2f {
  padding: 44px 24px 0;
}
}.cbg_seo_in-f2f {
  padding: 1.75rem 24px;
  border-radius: 0.875rem;
  margin: 0 auto;
  background: #1C1810;
  border: 1px solid rgba(255,255,255,0.11);
  max-width: 1340px;
}
@media(min-width: 769px) {.cbg_seo_in-f2f {
  padding: 2.25rem 2.5rem;
}
}.cbg_seo_label-f2f {
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #C4912A;
}.cbg_seo_h2-f2f {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EDD6;
  line-height: 1.25;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  margin-bottom: 14px;
}
@media(min-width: 770px) {.cbg_seo_h2-f2f {
  font-size: 24px;
}
}.cbg_seo_body-f2f {
  color: #A89272;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.cbg_seo_body-f2f p {
  font-size: 14px;
  line-height: 1.75;
  color: #A89272;
  margin-bottom: 0.75rem;
}.cbg_seo_body-f2f p:last-child {
  margin-bottom: 0;
}.cbg_seo_body-f2f strong {
  font-weight: 700;
  color: #D4C8A4;
}.cbg_seo_body-f2f a {
  transition: color .2s;
  color: #C4912A;
  text-decoration: underline;
}.cbg_seo_body-f2f a:hover {
  color: #D4A33C;
}.cbg_seo_body-f2f ul,.cbg_seo_body-f2f ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.cbg_seo_body-f2f ol {
  list-style: decimal;
}.cbg_seo_body-f2f li {
  color: #A89272;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.cbg_seo_body-f2f table {
  margin-bottom: 12px;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  font-size: 13px;
}
@media(min-width: 766px) {.cbg_seo_body-f2f table {
  display: table;
}
}.cbg_seo_body-f2f th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
  color: #D4C8A4;
}.cbg_seo_body-f2f td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  color: #A89272;
}.cbg_seo_cols-f2f {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.cbg_seo_cols-f2f {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.cbg_seo_cols-f2f {
  grid-template-columns: repeat(3,1fr);
}
}.cbg_seo_col_h-f2f {
  font-weight: 700;
  color: #D4C8A4;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 7px;
}.cbg_seo_col_p-f2f {
  color: #7C6A4E;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
}.cbg_seo_stats-f2f {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.cbg_seo_stat-f2f {
  border-radius: 0.5rem;
  padding: 14px 16px;
  background: rgba(196,145,42,0.08);
  border: 1px solid rgba(196,145,42,0.18);
  flex: 1;
  min-width: 140px;
}.cbg_seo_stat_val-f2f {
  color: #C4912A;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 4px;
}.cbg_seo_stat_lb-f2f {
  color: #7C6A4E;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.cbg_seo-f2f {
  padding: 36px 16px 0;
  background: #0D0B08;
}
@media(min-width: 766px) {.cbg_seo-f2f {
  padding: 44px 1.5rem 0;
}
}.cbg_seo_in-f2f {
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 28px 24px;
  background: #1C1810;
  border-radius: 0.875rem;
  max-width: 1340px;
}
@media(min-width: 765px) {.cbg_seo_in-f2f {
  padding: 2.25rem 2.5rem;
}
}.cbg_seo_label-f2f {
  color: #C4912A;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}.cbg_seo_h2-f2f {
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #F5EDD6;
  line-height: 1.25;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.cbg_seo_h2-f2f {
  font-size: 1.5rem;
}
}.cbg_seo_body-f2f {
  font-size: 0.875rem;
  color: #A89272;
  line-height: 1.75;
  overflow-wrap: break-word;
}.cbg_seo_body-f2f p {
  font-size: 0.875rem;
  margin-bottom: 12px;
  line-height: 1.75;
  color: #A89272;
}.cbg_seo_body-f2f p:last-child {
  margin-bottom: 0;
}.cbg_seo_body-f2f strong {
  font-weight: 700;
  color: #D4C8A4;
}.cbg_seo_body-f2f a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4912A;
}.cbg_seo_body-f2f a:hover {
  color: #D4A33C;
}.cbg_seo_body-f2f ul,.cbg_seo_body-f2f ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.cbg_seo_body-f2f ol {
  list-style: decimal;
}.cbg_seo_body-f2f li {
  margin-bottom: 0.375rem;
  color: #A89272;
  line-height: 1.75;
  font-size: 0.875rem;
}.cbg_seo_body-f2f table {
  display: block;
  border-collapse: collapse;
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media(min-width: 766px) {.cbg_seo_body-f2f table {
  display: table;
}
}.cbg_seo_body-f2f th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #D4C8A4;
  font-weight: 700;
}.cbg_seo_body-f2f td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  color: #A89272;
}.cbg_seo_cols-f2f {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 637px) {.cbg_seo_cols-f2f {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.cbg_seo_cols-f2f {
  grid-template-columns: repeat(3,1fr);
}
}.cbg_seo_col_h-f2f {
  font-weight: 700;
  color: #D4C8A4;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-size: 13px;
}.cbg_seo_col_p-f2f {
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #7C6A4E;
}.cbg_seo_stats-f2f {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.cbg_seo_stat-f2f {
  border: 1px solid rgba(196,145,42,0.18);
  flex: 1;
  border-radius: 8px;
  background: rgba(196,145,42,0.08);
  padding: 14px 16px;
  min-width: 8.75rem;
}.cbg_seo_stat_val-f2f {
  font-weight: 800;
  color: #C4912A;
  margin-bottom: 4px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}.cbg_seo_stat_lb-f2f {
  color: #7C6A4E;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.cbg_ft-f2f {
  background: #070605;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.cbg_ft_support-f2f {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 766px) {.cbg_ft_support-f2f {
  padding: 28px 1.5rem;
}
}.cbg_ft_support_in-f2f {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
  max-width: 83.75rem;
  display: flex;
}.cbg_ft_support_main-f2f {
  flex: 1;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  min-width: 220px;
}.cbg_ft_support_ic-f2f {
  flex-shrink: 0;
  color: #C4912A;
}.cbg_ft_support_ic-f2f svg {
  width: 30px;
  stroke-linejoin: round;
  height: 1.875rem;
  stroke-linecap: round;
}.cbg_ft_support_text_title-f2f {
  font-weight: 700;
  color: #F5EDD6;
  font-size: 0.938rem;
  margin-bottom: 3px;
  overflow-wrap: break-word;
}.cbg_ft_support_text_sub-f2f {
  overflow-wrap: break-word;
  color: #7C6A4E;
  font-size: 0.75rem;
}.cbg_ft_support_btn-f2f {
  background: #C4912A;
  padding: 11px 1.375rem;
  transition: background .2s;
  border-radius: 0.5rem;
  color: #F5EDD6;
  font-size: 0.813rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}.cbg_ft_support_btn-f2f:hover {
  background: #D4A33C;
}.cbg_ft_support_contacts-f2f {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.cbg_ft_support_contact-f2f {
  line-height: 1.4;
  color: #6E5A40;
  font-size: 0.75rem;
}.cbg_ft_support_contact-f2f strong {
  display: block;
  font-weight: 600;
  color: #A89272;
  font-size: 11px;
  margin-bottom: 2px;
}.cbg_ft_main-f2f {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 2rem 1rem 1.5rem;
}
@media(min-width: 770px) {.cbg_ft_main-f2f {
  padding: 2.5rem 24px 2rem;
}
}.cbg_ft_main_in-f2f {
  margin: 0 auto;
  gap: 24px;
  max-width: 83.75rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.cbg_ft_main_in-f2f {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.cbg_ft_main_in-f2f {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.cbg_ft_col_logo-f2f {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.cbg_ft_col_logo-f2f {
  grid-column: auto;
}
}.cbg_ft_logo-f2f {
  gap: 9px;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  font-size: 1rem;
  display: flex;
  font-weight: 800;
  align-items: center;
  color: #F5EDD6;
  flex-wrap: wrap;
}.cbg_ft_logo_mark-f2f {
  overflow: hidden;
  border-radius: 0.25rem;
  height: 30px;
  width: 1.875rem;
}.cbg_ft_logo_mark-f2f img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.cbg_ft_logo_sub-f2f {
  color: #6E5A40;
  max-width: 12.5rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 12px;
}.cbg_ft_col_title-f2f {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #A89272;
}.cbg_ft_col_links-f2f {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.cbg_ft_col_link-f2f {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #6E5A40;
  font-size: 0.813rem;
}.cbg_ft_col_link-f2f:hover {
  color: #D4C8A4;
}.cbg_ft_apps-f2f {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.cbg_ft_app_card-f2f {
  padding: 0.625rem 0.75rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s;
  gap: 0.625rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
}.cbg_ft_app_card-f2f:hover {
  border-color: rgba(196,145,42,0.50);
}.cbg_ft_app_card_ic-f2f svg {
  stroke-linecap: round;
  height: 22px;
  width: 1.375rem;
  stroke-linejoin: round;
}.cbg_ft_app_card_os-f2f {
  font-weight: 600;
  font-size: 10px;
  color: #6E5A40;
}.cbg_ft_app_card_action-f2f {
  color: #D4C8A4;
  font-size: 12px;
  font-weight: 700;
}.cbg_ft_bot-f2f {
  padding: 20px 1rem;
}
@media(min-width: 765px) {.cbg_ft_bot-f2f {
  padding: 20px 24px;
}
}.cbg_ft_bot_in-f2f {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 1340px;
}.cbg_ft_socials-f2f {
  gap: 0.5rem;
  display: flex;
}.cbg_ft_soc-f2f {
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.11);
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  color: #A89272;
  display: flex;
  height: 2.25rem;
}.cbg_ft_soc-f2f svg {
  stroke-linecap: round;
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
}.cbg_ft_soc-f2f:hover {
  background: rgba(255,255,255,0.07);
}.cbg_ft_legal-f2f {
  flex: 1;
  font-size: 11px;
  line-height: 1.6;
  color: #8B7655;
  min-width: 12.5rem;
  overflow-wrap: break-word;
}.cbg_ft_legal-f2f strong {
  font-weight: 700;
  color: #A89272;
}.cbg_ft_legal-f2f a {
  text-decoration: underline;
  color: #A89272;
}.cbg_ft_age-f2f {
  border: 2px solid #8B7655;
  border-radius: 50%;
  color: #8B7655;
  width: 2rem;
  font-weight: 800;
  height: 2rem;
  display: flex;
  align-items: center;
  font-size: 11px;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
}