*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  font-family: 'Lato', sans-serif;
  line-height: 1.6;
  background-color: #110E0A;
  color: #CEBEA8;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}a {
  text-decoration: none;
  color: inherit;
}.axp_layout-p0u {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.axp_page-p0u {
  min-height: 100vh;
  display: flex;
}.axp_main-p0u {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media screen and (min-width: 1081px) {.axp_main-p0u {
  padding-left: 220px;
}
}
@media screen and (max-width: 1078px) {.axp_main-p0u {
  padding-bottom: 72px;
}
}.axp_gc-p0u {
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #181309;
  border: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  width: 8.75rem;
  flex-shrink: 0;
  cursor: pointer;
}
@media(min-width: 641px) {.axp_gc-p0u {
  width: 156px;
}
}
@media(min-width: 1083px) {.axp_gc-p0u {
  width: 10.5rem;
}
}.axp_gc-p0u:hover {
  border-color: rgba(200, 132, 26, 0.08);
  transform: translateY(-3px);
}.axp_gc_img-p0u {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.axp_gc_img-p0u img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.axp_gc_hover-p0u {
  inset: 0;
  background: rgba(8, 5, 2, 0.72);
  transition: opacity .2s;
  position: absolute;
  align-items: center;
  opacity: 0;
  justify-content: center;
  display: flex;
}.axp_gc-p0u:hover .axp_gc_hover-p0u {
  opacity: 1;
}.axp_gc_hover_btn-p0u {
  background: #C8841A;
  border-radius: 0.313rem;
  padding: 8px 16px;
  font-weight: 700;
  color: #F2EAE0;
  font-size: 0.75rem;
}.axp_gc_info-p0u {
  padding: 8px 0.625rem 0.625rem;
}.axp_gc_name-p0u {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 3px;
  max-width: 100%;
  color: #CEBEA8;
  font-size: 12px;
  text-overflow: ellipsis;
}.axp_gc_prov-p0u {
  color: #967468;
  font-size: 0.625rem;
}.axp_gc_tag-p0u {
  padding: 2px 7px;
  border-radius: 4px;
  font-weight: 700;
  position: absolute;
  letter-spacing: .04em;
  top: 6px;
  z-index: 2;
  font-size: 9px;
  left: 6px;
  text-transform: uppercase;
}.axp_gc_tag_hot-p0u {
  background: #C03030;
  color: #fff;
}.axp_gc_tag_new-p0u {
  background: #3DAA6B;
  color: #110E0A;
}.axp_gc_tag_jp-p0u {
  background: #D4A017;
  color: #110E0A;
}.axp_gc_tag_ex-p0u {
  background: #8B3E22;
  color: #fff;
}.axp_gc_tag_live-p0u {
  background: #C03030;
  color: #fff;
}.axp_gr-p0u {
  background: #110E0A;
  padding: 32px 1rem 0;
}
@media(min-width: 771px) {.axp_gr-p0u {
  padding: 2.25rem 1.5rem 0;
}
}.axp_gr_in-p0u {
  margin: 0 auto;
  max-width: 82.5rem;
}.axp_gr_head-p0u {
  gap: 12px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.axp_gr_head_l-p0u {
  flex: 1;
  gap: 10px;
  align-items: center;
  min-width: 0;
  display: flex;
}.axp_gr_ic-p0u {
  border-radius: 0.5rem;
  display: flex;
  width: 2rem;
  justify-content: center;
  flex-shrink: 0;
  height: 32px;
  align-items: center;
}.axp_gr_ic-p0u svg {
  width: 16px;
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.axp_gr_title-p0u {
  font-size: 16px;
  color: #F2EAE0;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.axp_gr_title-p0u {
  font-size: 18px;
}
}.axp_gr_more-p0u {
  transition: color .2s;
  gap: 0.313rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  font-size: 12px;
  color: #9A8272;
  white-space: nowrap;
  font-weight: 600;
}.axp_gr_more-p0u:hover {
  color: #C8841A;
}.axp_gr_more-p0u svg {
  stroke-linejoin: round;
  width: 0.75rem;
  stroke-linecap: round;
  height: 0.75rem;
}.axp_gr_arrows-p0u {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.axp_gr_arr-p0u {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  align-items: center;
  color: #A8917A;
  justify-content: center;
  width: 30px;
  height: 1.875rem;
}.axp_gr_arr-p0u:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F2EAE0;
}.axp_gr_arr-p0u svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
  height: 0.813rem;
}.axp_gr_seo_h-p0u {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  max-width: 680px;
  color: #CEBEA8;
  font-weight: 700;
  font-size: 0.813rem;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 769px) {.axp_gr_seo_h-p0u {
  font-size: 14px;
}
}.axp_gr_seo-p0u {
  overflow-wrap: break-word;
  margin-bottom: 12px;
  max-width: 42.5rem;
  color: #9A8272;
  font-size: 0.75rem;
  line-height: 1.55;
}.axp_gr_seo-p0u strong {
  font-weight: 600;
  color: #CEBEA8;
}.axp_gr_scroll-p0u {
  gap: 10px;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
}.axp_gr_scroll-p0u::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.axp_gr_scroll-p0u {
  gap: 0.75rem;
}
}.axp_tb-p0u {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #130F0B;
  height: 56px;
  right: 0;
  display: flex;
  z-index: 80;
  left: 0;
  top: 0;
  position: fixed;
  align-items: center;
}.axp_tb_in-p0u {
  padding: 0 0.875rem;
  gap: 0;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}.axp_tb_burger-p0u {
  border-radius: 8px;
  gap: 5px;
  width: 2.375rem;
  align-items: center;
  flex-direction: column;
  margin-right: 0.5rem;
  justify-content: center;
  flex-shrink: 0;
  height: 38px;
  display: flex;
}.axp_tb_burger-p0u:hover {
  background: rgba(255, 255, 255, 0.05);
}.axp_tb_burger_line-p0u {
  border-radius: 1px;
  background: #A8917A;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width: 1083px) {.axp_tb_burger-p0u {
  display: none;
}
}.axp_tb_logo-p0u {
  gap: 9px;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  letter-spacing: -.01em;
  align-items: center;
  flex-shrink: 0;
  overflow-wrap: break-word;
  color: #F2EAE0;
  margin-right: 1.25rem;
}.axp_tb_logo_mark-p0u {
  overflow: hidden;
  border-radius: 8px;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
}.axp_tb_logo_mark-p0u img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.axp_tb_nav-p0u {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 638px) {.axp_tb_nav-p0u {
  display: flex;
}
}.axp_tb_tab-p0u {
  transition: background .15s,color .15s;
  padding: 8px 14px;
  border-radius: 8px;
  white-space: nowrap;
  color: #A8917A;
  font-weight: 600;
  font-size: 13px;
}.axp_tb_tab-p0u:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EAE0;
}.axp_tb_tab-p0u.axp_state_active-p0u {
  background: rgba(200, 132, 26, 0.18);
  color: #F2EAE0;
}.axp_tb_right-p0u {
  gap: 8px;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.axp_tb_login-p0u {
  border-radius: 0.5rem;
  padding: 9px 1rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: none;
  font-size: 13px;
  color: #CEBEA8;
  font-weight: 600;
}.axp_tb_login-p0u:hover {
  border-color: rgba(200, 132, 26, 0.48);
  color: #F2EAE0;
}
@media(min-width: 479px) {.axp_tb_login-p0u {
  display: block;
}
}.axp_tb_reg-p0u {
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.563rem 1.125rem;
  background: #3DAA6B;
  color: #0E0A05;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
}.axp_tb_reg-p0u:hover {
  background: #4DC27E;
}.axp_sb-p0u {
  transform: translateX(-100%);
  background: #1F1912;
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  bottom: 0;
  position: fixed;
  width: 220px;
  z-index: 70;
  left: 0;
  overflow-y: auto;
  top: 3.5rem;
}.axp_sb-p0u.axp_state_open-p0u {
  transform: translateX(0);
}.axp_sb-p0u::-webkit-scrollbar {
  width: 0.25rem;
}.axp_sb-p0u::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1082px) {.axp_sb-p0u {
  transform: translateX(0);
}
}.axp_sb_auth-p0u {
  padding: 14px 12px 10px;
}.axp_sb_btn_reg-p0u {
  padding: 0.688rem;
  border-radius: 0.5rem;
  background: #3DAA6B;
  transition: background .2s;
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #0E0A05;
  text-align: center;
  font-size: 0.813rem;
}.axp_sb_btn_reg-p0u:hover {
  background: #4DC27E;
}.axp_sb_btn_login-p0u {
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 0.813rem;
  font-weight: 600;
  display: block;
  color: #CEBEA8;
  text-align: center;
}.axp_sb_btn_login-p0u:hover {
  border-color: rgba(200, 132, 26, 0.48);
  color: #F2EAE0;
}.axp_sb_promo-p0u {
  border: 1px solid rgba(200, 132, 26, 0.18);
  background: linear-gradient(135deg,#2A1505,#1F1912);
  margin: 0 12px 10px;
  overflow: hidden;
  padding: 12px 14px;
  border-radius: 8px;
  position: relative;
}.axp_sb_promo-p0u::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 132, 26, 0.18),transparent 70%);
  right: -1.25rem;
  content: '';
  width: 5rem;
  position: absolute;
  height: 5rem;
  top: -1.25rem;
}.axp_sb_promo_title-p0u {
  font-size: 11px;
  text-transform: uppercase;
  color: #C8841A;
  letter-spacing: .06em;
  margin-bottom: 4px;
  font-weight: 700;
}.axp_sb_promo_text-p0u {
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.35;
  font-weight: 600;
  color: #F2EAE0;
}.axp_sb_promo_sub-p0u {
  margin-top: 3px;
  color: #9A8272;
  font-size: 10px;
}.axp_sb_nav-p0u {
  padding: 6px 8px 1rem;
}.axp_sb_nav_lb-p0u {
  padding: 10px 0.5rem 0.375rem;
  font-size: 0.625rem;
  color: #967468;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.axp_sb_link-p0u {
  transition: background .15s,color .15s;
  padding: 9px 0.625rem;
  gap: 0.625rem;
  border-radius: 0.313rem;
  cursor: pointer;
  font-weight: 500;
  color: #A8917A;
  font-size: 13px;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
}.axp_sb_link-p0u:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EAE0;
}.axp_sb_link-p0u.axp_state_active-p0u {
  background: rgba(200, 132, 26, 0.18);
  color: #F2EAE0;
}.axp_sb_ic-p0u {
  border-radius: 5px;
  width: 1.875rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 30px;
  justify-content: center;
}.axp_sb_ic-p0u svg {
  height: 1rem;
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.axp_sb_ic_1-p0u {
  background: rgba(200, 132, 26, 0.08);
  color: #C8841A;
}.axp_sb_ic_2-p0u {
  background: rgba(61, 170, 107, 0.18);
  color: #3DAA6B;
}.axp_sb_ic_3-p0u {
  background: rgba(212, 160, 23, 0.18);
  color: #D4A017;
}.axp_sb_ic_4-p0u {
  background: rgba(139, 62, 34, 0.22);
  color: #8B3E22;
}.axp_sb_ic_5-p0u {
  background: rgba(200, 132, 26, 0.08);
  color: #C45A7A;
}.axp_sb_ic_6-p0u {
  background: rgba(139, 62, 34, 0.22);
  color: #8852D4;
}.axp_sb_badge-p0u {
  background: #D4A017;
  border-radius: 5px;
  padding: 2px 7px;
  font-size: 0.563rem;
  margin-left: auto;
  color: #0E0A05;
  font-weight: 700;
}.axp_sb_bot-p0u {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  gap: 0.5rem;
  display: flex;
}.axp_sb_lang-p0u,.axp_sb_help-p0u {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.375rem;
  transition: border-color .2s;
  padding: 0.563rem 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.313rem;
  font-weight: 600;
  color: #A8917A;
  display: flex;
  align-items: center;
  font-size: 11px;
  justify-content: center;
}.axp_sb_lang-p0u:hover,.axp_sb_help-p0u:hover {
  border-color: rgba(200, 132, 26, 0.48);
  color: #F2EAE0;
}.axp_sb_lang-p0u svg,.axp_sb_help-p0u svg {
  width: 13px;
  stroke-linecap: round;
  height: 0.813rem;
  stroke-linejoin: round;
}.axp_sb_bd-p0u {
  background: rgba(8, 5, 2, 0.72);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.axp_sb_bd-p0u.axp_state_on-p0u {
  display: block;
}
@media(min-width: 1078px) {.axp_sb_bd-p0u {
  display: none!important;
}
}.axp_mob_nav-p0u {
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: #1F1912;
  position: fixed;
  bottom: 0;
  display: flex;
  z-index: 80;
  left: 0;
  right: 0;
}
@media(min-width: 1082px) {.axp_mob_nav-p0u {
  display: none;
}
}.axp_mob_nav_item-p0u {
  gap: 4px;
  flex: 1;
  padding: 0.25rem 2px;
  align-items: center;
  color: #967468;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}.axp_mob_nav_ic-p0u {
  line-height: 1;
}.axp_mob_nav_ic-p0u svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.25rem;
  width: 20px;
}.axp_mob_nav_lb-p0u {
  font-weight: 600;
  color: #967468;
  font-size: 0.625rem;
}.axp_mob_nav_item-p0u.axp_state_active-p0u {
  color: #C8841A;
}.axp_mob_nav_item-p0u.axp_state_active-p0u .axp_mob_nav_lb-p0u {
  color: #C8841A;
}.axp_hero-p0u {
  background: #110E0A;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 769px) {.axp_hero-p0u {
  padding: 24px 1.5rem 0;
}
}.axp_hero_in-p0u {
  gap: 12px;
  margin: 0 auto;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.axp_hero_in-p0u {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1098px) {.axp_hero_in-p0u {
  grid-template-columns: 1fr 21.25rem;
}
}.axp_hero_promo-p0u {
  overflow: hidden;
  background: #181309;
  border-radius: 14px;
  display: flex;
  min-height: 13.75rem;
  align-items: stretch;
  position: relative;
}
@media(min-width: 766px) {.axp_hero_promo-p0u {
  min-height: 280px;
}
}.axp_hero_promo_bg-p0u {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#2A1505 0%,#110E0A 100%);
  background-size: cover;
  position: absolute;
}.axp_hero_promo_bg-p0u::after {
  background: linear-gradient(90deg,#110E0A 0%,rgba(8, 5, 2, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.axp_hero_promo_glow-p0u {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 62, 34, 0.22) 0%,transparent 65%);
  right: 3.75rem;
  pointer-events: none;
  width: 300px;
  top: -40px;
  height: 18.75rem;
  position: absolute;
}.axp_hero_promo_ct-p0u {
  padding: 28px 1.5rem 1.75rem 28px;
  z-index: 2;
  flex-direction: column;
  position: relative;
  max-width: 30rem;
  justify-content: center;
  display: flex;
}
@media(min-width: 766px) {.axp_hero_promo_ct-p0u {
  padding: 2.5rem 2rem;
}
}.axp_hero_badge-p0u {
  border: 1px solid rgba(200, 132, 26, 0.08);
  background: rgba(200, 132, 26, 0.18);
  padding: 5px 0.75rem;
  border-radius: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
  margin-bottom: 0.875rem;
  display: inline-block;
  letter-spacing: .08em;
  color: #C8841A;
}.axp_hero_h1-p0u {
  overflow-wrap: break-word;
  color: #F2EAE0;
  font-weight: 800;
  font-size: 1.625rem;
  line-height: 1.15;
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
}.axp_hero_h1-p0u em {
  font-style: normal;
  color: #D4A017;
}
@media(min-width: 766px) {.axp_hero_h1-p0u {
  font-size: 36px;
}
}.axp_hero_sub-p0u {
  line-height: 1.55;
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
  color: #A8917A;
}
@media(min-width: 771px) {.axp_hero_sub-p0u {
  font-size: 0.875rem;
}
}.axp_hero_row-p0u {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.axp_hero_cta-p0u {
  background: #3DAA6B;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 0.813rem 26px;
  font-size: 0.875rem;
  color: #0E0A05;
  font-weight: 700;
  box-shadow: 0 4px 1.125rem rgba(61, 170, 107, 0.42);
}.axp_hero_cta-p0u:hover {
  background: #4DC27E;
}.axp_hero_terms-p0u {
  font-size: 0.688rem;
  color: #967468;
}.axp_hero_game-p0u {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #181309;
  border-radius: 0.875rem;
  flex-direction: column;
  position: relative;
  display: flex;
}.axp_hero_game_badge-p0u {
  border-radius: 20px;
  background: rgba(212, 160, 23, 0.18);
  padding: 0.313rem 0.625rem;
  border: 1px solid rgba(212, 160, 23, 0.18);
  color: #D4A017;
  top: 12px;
  font-size: 0.625rem;
  left: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  z-index: 3;
  position: absolute;
  font-weight: 700;
}.axp_hero_game_badge-p0u svg {
  height: 11px;
  width: 0.688rem;
  vertical-align: -1px;
  margin-right: 0.25rem;
}.axp_hero_game_img-p0u {
  overflow: hidden;
  background: linear-gradient(135deg,#2A1505,#110E0A);
  position: relative;
  padding-bottom: 60%;
}.axp_hero_game_img-p0u img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.axp_hero_game_play-p0u {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 5, 2, 0.72);
  opacity: 0;
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
}.axp_hero_game-p0u:hover .axp_hero_game_play-p0u {
  opacity: 1;
}.axp_hero_game_play-p0u span {
  border-radius: 50%;
  background: #C8841A;
  display: flex;
  height: 52px;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
}.axp_hero_game_play-p0u span svg {
  height: 18px;
  width: 18px;
  margin-left: 2px;
}.axp_hero_game_info-p0u {
  padding: 14px 1rem;
}.axp_hero_game_title-p0u {
  overflow-wrap: break-word;
  color: #F2EAE0;
  font-size: 15px;
  margin-bottom: 0.25rem;
  font-weight: 700;
}.axp_hero_game_provider-p0u {
  font-size: 0.688rem;
  color: #9A8272;
}.axp_hero_game_btn-p0u {
  margin: 12px 16px 1rem;
  background: #C8841A;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 11px;
  font-size: 13px;
  color: #F2EAE0;
  display: block;
  font-weight: 700;
  text-align: center;
}.axp_hero_game-p0u:hover .axp_hero_game_btn-p0u {
  background: #E09828;
}.axp_sbar-p0u {
  padding: 16px 1rem 0;
  background: #110E0A;
}
@media(min-width: 765px) {.axp_sbar-p0u {
  padding: 18px 24px 0;
}
}.axp_sbar_in-p0u {
  margin: 0 auto;
  max-width: 1320px;
}.axp_sbar_row-p0u {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}.axp_sbar_input-p0u {
  background: #181309;
  padding: 11px 16px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  flex: 1;
  gap: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0.813rem;
  color: #9A8272;
}.axp_sbar_input-p0u:hover {
  border-color: rgba(200, 132, 26, 0.48);
}.axp_sbar_input-p0u svg {
  height: 0.938rem;
  stroke-linejoin: round;
  flex-shrink: 0;
  stroke-linecap: round;
  width: 0.938rem;
}.axp_sbar_providers-p0u {
  background: #181309;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 0.5rem;
  padding: 0.688rem 18px;
  transition: border-color .2s;
  font-weight: 600;
  display: flex;
  color: #CEBEA8;
  font-size: 0.813rem;
  align-items: center;
  white-space: nowrap;
}.axp_sbar_providers-p0u:hover {
  border-color: rgba(200, 132, 26, 0.48);
  color: #F2EAE0;
}.axp_sbar_providers-p0u svg {
  width: 0.875rem;
  stroke-linejoin: round;
  height: 0.875rem;
  stroke-linecap: round;
}.axp_sbar_tabs-p0u {
  gap: 0.375rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
  display: flex;
}.axp_sbar_tabs-p0u::-webkit-scrollbar {
  display: none;
}.axp_sbar_tab-p0u {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  padding: 0.5rem 0.875rem;
  gap: 7px;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.75rem;
  color: #A8917A;
  cursor: pointer;
  flex-shrink: 0;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  display: flex;
}.axp_sbar_tab-p0u:hover {
  border-color: rgba(200, 132, 26, 0.48);
  background: rgba(255, 255, 255, 0.07);
  color: #F2EAE0;
}.axp_sbar_tab-p0u.axp_state_active-p0u {
  background: rgba(200, 132, 26, 0.18);
  border-color: rgba(200, 132, 26, 0.08);
  color: #F2EAE0;
}.axp_sbar_tab_ic-p0u svg {
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.875rem;
}.axp_wy-p0u {
  background: #110E0A;
  padding: 2rem 1rem 0;
}
@media(min-width: 771px) {.axp_wy-p0u {
  padding: 2.5rem 1.5rem 0;
}
}.axp_wy_in-p0u {
  margin: 0 auto;
  max-width: 1320px;
}.axp_wy_head-p0u {
  margin-bottom: 18px;
  max-width: 45rem;
}.axp_wy_label-p0u {
  font-size: 11px;
  font-weight: 700;
  color: #C8841A;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}.axp_wy_h2-p0u {
  color: #F2EAE0;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.axp_wy_h2-p0u {
  font-size: 24px;
}
}.axp_wy_intro-p0u {
  margin: 0;
  color: #9A8272;
  line-height: 1.6;
  font-size: 0.813rem;
}.axp_wy_grid-p0u {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.axp_wy_grid-p0u {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.axp_wy_grid-p0u {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.axp_wy_card-p0u {
  transition: border-color .2s,transform .2s;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: #1F1912;
}.axp_wy_card-p0u:hover {
  border-color: rgba(200, 132, 26, 0.08);
  transform: translateY(-2px);
}.axp_wy_card_ic-p0u {
  border-radius: 50%;
  background: rgba(200, 132, 26, 0.18);
  display: flex;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: #C8841A;
  height: 44px;
}.axp_wy_card_ic-p0u svg {
  height: 1.375rem;
  width: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.axp_wy_card_h-p0u {
  font-size: 15px;
  font-weight: 700;
  color: #F2EAE0;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 6px;
}.axp_wy_card_p-p0u {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #9A8272;
  line-height: 1.6;
}.axp_wy_card_p-p0u strong {
  color: #CEBEA8;
  font-weight: 600;
}.axp_gcg-p0u {
  background: #110E0A;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.axp_gcg-p0u {
  padding: 44px 1.5rem 0;
}
}.axp_gcg_in-p0u {
  margin: 0 auto;
  max-width: 82.5rem;
}.axp_gcg_head-p0u {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.axp_gcg_label-p0u {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #C8841A;
}.axp_gcg_h2-p0u {
  font-size: 22px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F2EAE0;
}
@media(min-width: 771px) {.axp_gcg_h2-p0u {
  font-size: 28px;
}
}.axp_gcg_intro-p0u {
  line-height: 1.6;
  color: #9A8272;
  font-size: 0.813rem;
}.axp_gcg_grid-p0u {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.axp_gcg_grid-p0u {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.axp_gcg_grid-p0u {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.axp_gcg_card-p0u {
  overflow: hidden;
  padding: 1.25rem;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.875rem;
  flex-direction: column;
  min-height: 240px;
  justify-content: flex-end;
  cursor: pointer;
  position: relative;
  display: flex;
}.axp_gcg_card-p0u:hover {
  border-color: rgba(200, 132, 26, 0.18);
  transform: translateY(-3px);
}.axp_gcg_card_bg-p0u {
  inset: 0;
  z-index: 0;
  position: absolute;
}.axp_gcg_card_bg-p0u::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.axp_gcg_card_ic-p0u {
  background: rgba(0,0,0,.45);
  border-radius: 5px;
  color: #F2EAE0;
  position: absolute;
  right: 1.125rem;
  align-items: center;
  height: 40px;
  justify-content: center;
  top: 1.125rem;
  width: 2.5rem;
  z-index: 2;
  display: flex;
}.axp_gcg_card_ic-p0u svg {
  stroke-linecap: round;
  height: 1.25rem;
  width: 20px;
  stroke-linejoin: round;
}.axp_gcg_card_ct-p0u {
  z-index: 1;
  position: relative;
}.axp_gcg_card_h-p0u {
  overflow-wrap: break-word;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  color: #F2EAE0;
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
}
@media(min-width: 765px) {.axp_gcg_card_h-p0u {
  font-size: 20px;
}
}.axp_gcg_card_p-p0u {
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  font-size: 12px;
}.axp_gcg_card_p-p0u strong {
  font-weight: 600;
  color: #F2EAE0;
}.axp_gcg_card_cta-p0u {
  gap: 0.25rem;
  letter-spacing: .04em;
  display: inline-flex;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  align-items: center;
  color: #C8841A;
}.axp_gcg_card_cta-p0u svg {
  height: 12px;
  width: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.axp_ws-p0u {
  padding: 2rem 16px 0;
  background: #110E0A;
}
@media(min-width: 765px) {.axp_ws-p0u {
  padding: 36px 1.5rem 0;
}
}.axp_ws_in-p0u {
  margin: 0 auto;
  max-width: 82.5rem;
}.axp_ws_head-p0u {
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 14px;
  display: flex;
}.axp_ws_title-p0u {
  gap: 10px;
  font-family: 'Playfair Display', serif;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #F2EAE0;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-size: 16px;
}.axp_ws_title_ic-p0u svg {
  stroke-linejoin: round;
  color: #D4A017;
  height: 1.125rem;
  stroke-linecap: round;
  width: 1.125rem;
}.axp_ws_online-p0u {
  gap: 7px;
  align-items: center;
  display: flex;
  font-weight: 600;
  color: #9A8272;
  font-size: 0.75rem;
}.axp_ws_online_dot-p0u {
  border-radius: 50%;
  background: #3DAA6B;
  flex-shrink: 0;
  width: 0.5rem;
  height: 8px;
  box-shadow: 0 0 0.375rem rgba(61, 170, 107, 0.18);
}.axp_ws_scroll-p0u {
  gap: 8px;
  scrollbar-width: none;
  padding-bottom: 8px;
  display: flex;
  overflow-x: auto;
}.axp_ws_scroll-p0u::-webkit-scrollbar {
  display: none;
}.axp_wc-p0u {
  padding: 10px 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 10px;
  border-radius: 8px;
  background: #181309;
  flex-shrink: 0;
  min-width: 220px;
  align-items: center;
  display: flex;
}.axp_wc_img-p0u {
  border-radius: 5px;
  background: #1F1912;
  overflow: hidden;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
}.axp_wc_img-p0u img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.axp_wc_info-p0u {
  min-width: 0;
}.axp_wc_game-p0u {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #CEBEA8;
  font-weight: 600;
  white-space: nowrap;
}.axp_wc_player-p0u {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.625rem;
  white-space: nowrap;
  color: #967468;
}.axp_wc_amount-p0u {
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
  margin-left: auto;
  color: #3DAA6B;
  font-size: 13px;
}.axp_htp-p0u {
  background: #110E0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.axp_htp-p0u {
  padding: 44px 24px 0;
}
}.axp_htp_in-p0u {
  margin: 0 auto;
  max-width: 82.5rem;
}.axp_htp_head-p0u {
  margin-bottom: 22px;
  max-width: 720px;
}.axp_htp_label-p0u {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #C8841A;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.axp_htp_h2-p0u {
  color: #F2EAE0;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
}
@media(min-width: 769px) {.axp_htp_h2-p0u {
  font-size: 1.75rem;
}
}.axp_htp_intro-p0u {
  line-height: 1.6;
  font-size: 14px;
  color: #9A8272;
}.axp_htp_steps-p0u {
  padding: 0;
  list-style: none;
  gap: 12px;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 643px) {.axp_htp_steps-p0u {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.axp_htp_steps-p0u {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.axp_htp_step-p0u {
  border-radius: 0.5rem;
  padding: 1.25rem 1.125rem 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1F1912;
  flex-direction: column;
  position: relative;
  display: flex;
}.axp_htp_step_num-p0u {
  background: #C8841A;
  border-radius: 50%;
  position: absolute;
  font-family: 'Playfair Display', serif;
  align-items: center;
  top: -12px;
  width: 28px;
  font-size: 0.813rem;
  height: 28px;
  color: #0E0A05;
  justify-content: center;
  left: 20px;
  font-weight: 800;
  display: flex;
}.axp_htp_step_ic-p0u {
  margin: 0.5rem 0 0.75rem;
  border-radius: 5px;
  background: rgba(200, 132, 26, 0.18);
  width: 36px;
  align-items: center;
  color: #C8841A;
  justify-content: center;
  height: 2.25rem;
  display: flex;
}.axp_htp_step_ic-p0u svg {
  stroke-linecap: round;
  height: 1.125rem;
  stroke-linejoin: round;
  width: 1.125rem;
}.axp_htp_step_h-p0u {
  font-size: 14px;
  font-weight: 700;
  color: #F2EAE0;
  overflow-wrap: break-word;
  line-height: 1.25;
  margin-bottom: 6px;
}.axp_htp_step_p-p0u {
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 0.813rem;
  color: #9A8272;
}.axp_htp_step_p-p0u strong {
  font-weight: 600;
  color: #CEBEA8;
}.axp_htp_cta-p0u {
  transition: background .2s;
  padding: 13px 1.625rem;
  background: #3DAA6B;
  border-radius: 0.5rem;
  margin-top: 20px;
  display: inline-block;
  font-weight: 700;
  color: #0E0A05;
  font-size: 0.875rem;
}.axp_htp_cta-p0u:hover {
  background: #4DC27E;
}.axp_bon-p0u {
  padding: 36px 16px 0;
  background: #110E0A;
}
@media(min-width:768px) {.axp_bon-p0u {
  padding: 44px 24px 0;
}
}.axp_bon_in-p0u {
  margin: 0 auto;
  max-width: 82.5rem;
}.axp_bon_head-p0u {
  margin-bottom: 1.25rem;
}.axp_bon_label-p0u {
  color: #C8841A;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: .08em;
}.axp_bon_h2-p0u {
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.5rem;
  color: #F2EAE0;
}
@media(min-width: 771px) {.axp_bon_h2-p0u {
  font-size: 1.5rem;
}
}.axp_bon_seo-p0u {
  font-size: 0.813rem;
  line-height: 1.6;
  max-width: 620px;
  color: #9A8272;
  overflow-wrap: break-word;
}.axp_bon_seo-p0u strong {
  color: #CEBEA8;
  font-weight: 700;
}.axp_bon_seo-p0u a {
  text-decoration: underline;
  color: #C8841A;
}.axp_bon_grid-p0u {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.axp_bon_grid-p0u {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.axp_bon_grid-p0u {
  grid-template-columns: repeat(5,1fr);
}
}.axp_bon_card-p0u {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  background: #181309;
  border-radius: 8px;
}.axp_bon_card-p0u:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 132, 26, 0.08);
}.axp_bon_card_ic-p0u svg {
  height: 26px;
  width: 1.625rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.axp_bon_card_ic-p0u {
  margin-bottom: 10px;
}.axp_bon_card_type-p0u {
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #9A8272;
  letter-spacing: .06em;
  font-size: 10px;
  font-weight: 700;
}.axp_bon_card_amount-p0u {
  line-height: 1.1;
  color: #D4A017;
  font-weight: 800;
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
}.axp_bon_card_name-p0u {
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0.5rem;
  color: #F2EAE0;
}.axp_bon_card_detail-p0u {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 8px;
  line-height: 1.5;
  color: #967468;
  font-size: 11px;
  overflow-wrap: break-word;
}.axp_prov-p0u {
  padding: 2.25rem 1rem 0;
  background: #110E0A;
}
@media(min-width: 769px) {.axp_prov-p0u {
  padding: 44px 24px 0;
}
}.axp_prov_in-p0u {
  margin: 0 auto;
  max-width: 82.5rem;
}.axp_prov_head-p0u {
  margin-bottom: 1rem;
}.axp_prov_label-p0u {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C8841A;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
}.axp_prov_h2-p0u {
  overflow-wrap: break-word;
  color: #F2EAE0;
  font-size: 1.25rem;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.axp_prov_h2-p0u {
  font-size: 1.5rem;
}
}.axp_prov_seo-p0u {
  max-width: 38.75rem;
  margin-bottom: 1rem;
  color: #9A8272;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.axp_prov_seo-p0u strong {
  color: #CEBEA8;
  font-weight: 700;
}.axp_prov_seo-p0u a {
  color: #C8841A;
  text-decoration: underline;
}.axp_prov_grid-p0u {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 637px) {.axp_prov_grid-p0u {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.axp_prov_grid-p0u {
  grid-template-columns: repeat(8,1fr);
}
}.axp_prov_card-p0u {
  gap: 7px;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.875rem 0.625rem;
  border-radius: 8px;
  background: #181309;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}.axp_prov_card-p0u:hover {
  border-color: rgba(200, 132, 26, 0.48);
  background: #1F1912;
}.axp_prov_logo-p0u {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 0.313rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
}.axp_prov_logo-p0u img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.axp_prov_name-p0u {
  font-weight: 600;
  text-align: center;
  overflow-wrap: break-word;
  font-size: 11px;
  color: #A8917A;
}.axp_reg-p0u {
  padding: 2.25rem 1rem 0;
  background: #110E0A;
}
@media(min-width: 766px) {.axp_reg-p0u {
  padding: 2.75rem 24px 0;
}
}.axp_reg_in-p0u {
  border-radius: 0.875rem;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin: 0 auto;
  background: #1F1912;
  max-width: 1320px;
}
@media(min-width: 769px) {.axp_reg_in-p0u {
  padding: 2.5rem;
}
}.axp_reg_top-p0u {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.axp_reg_top-p0u {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.axp_reg_label-p0u {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #C8841A;
  text-transform: uppercase;
  margin-bottom: 10px;
}.axp_reg_h2-p0u {
  font-size: 22px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  line-height: 1.2;
  color: #F2EAE0;
}
@media(min-width: 767px) {.axp_reg_h2-p0u {
  font-size: 1.75rem;
}
}.axp_reg_bonus-p0u {
  padding: 10px 16px;
  border: 1px solid rgba(212, 160, 23, 0.18);
  gap: 0.5rem;
  background: rgba(212, 160, 23, 0.18);
  border-radius: 8px;
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.axp_reg_bonus_amount-p0u {
  font-size: 20px;
  font-weight: 800;
  color: #D4A017;
}.axp_reg_bonus_text-p0u {
  font-size: 13px;
  color: #A8917A;
  line-height: 1.35;
}.axp_reg_cta_btn-p0u {
  padding: 0.875rem 32px;
  transition: background .2s;
  border-radius: 0.5rem;
  background: #3DAA6B;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  box-shadow: 0 0.25rem 1.125rem rgba(61, 170, 107, 0.42);
  color: #0E0A05;
}.axp_reg_cta_btn-p0u:hover {
  background: #4DC27E;
}.axp_reg_terms-p0u {
  font-size: 0.688rem;
  line-height: 1.5;
  color: #967468;
}.axp_reg_seo-p0u {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  margin-top: 20px;
  padding-top: 1.25rem;
  overflow-wrap: break-word;
  color: #9A8272;
  line-height: 1.65;
}.axp_reg_seo-p0u p {
  margin-bottom: 0.625rem;
  color: #9A8272;
  font-size: 13px;
  line-height: 1.65;
}.axp_reg_seo-p0u p:last-child {
  margin-bottom: 0;
}.axp_reg_seo-p0u strong {
  font-weight: 700;
  color: #CEBEA8;
}.axp_reg_seo-p0u a {
  transition: color .2s;
  color: #C8841A;
  text-decoration: underline;
}.axp_reg_seo-p0u a:hover {
  color: #E09828;
}.axp_reg_seo-p0u ul,.axp_reg_seo-p0u ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.axp_reg_seo-p0u ol {
  list-style: decimal;
}.axp_reg_seo-p0u li {
  margin-bottom: 0.25rem;
  line-height: 1.65;
  font-size: 13px;
  color: #9A8272;
}.axp_reg_seo-p0u table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  margin-bottom: 10px;
  font-size: 13px;
}
@media(min-width: 769px) {.axp_reg_seo-p0u table {
  display: table;
}
}.axp_reg_seo-p0u th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  font-weight: 700;
  text-align: left;
  color: #CEBEA8;
}.axp_reg_seo-p0u td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A8272;
}.axp_reg_steps-p0u {
  gap: 0.875rem;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 863px) {.axp_reg_steps-p0u {
  margin-top: 0;
}
}.axp_reg_step-p0u {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.axp_reg_step_num-p0u {
  background: rgba(200, 132, 26, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(200, 132, 26, 0.08);
  flex-shrink: 0;
  color: #C8841A;
  font-weight: 800;
  display: flex;
  width: 34px;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  height: 2.125rem;
}.axp_reg_step_title-p0u {
  margin-bottom: 3px;
  color: #F2EAE0;
  font-size: 0.875rem;
  font-weight: 700;
}.axp_reg_step_text-p0u {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #9A8272;
}.axp_reg_trust-p0u {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}.axp_reg_trust_item-p0u {
  gap: 7px;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #9A8272;
}.axp_reg_trust_ic-p0u svg {
  height: 1rem;
  color: #C8841A;
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
}.axp_app-p0u {
  background: #110E0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.axp_app-p0u {
  padding: 44px 24px 0;
}
}.axp_app_in-p0u {
  margin: 0 auto;
  max-width: 82.5rem;
}.axp_app_head-p0u {
  margin-bottom: 16px;
}.axp_app_label-p0u {
  font-weight: 700;
  color: #C8841A;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 8px;
}.axp_app_h2-p0u {
  margin-bottom: 6px;
  font-size: 1.25rem;
  color: #F2EAE0;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 767px) {.axp_app_h2-p0u {
  font-size: 1.5rem;
}
}.axp_app_sub-p0u {
  max-width: 600px;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #9A8272;
  font-size: 0.813rem;
}.axp_app_sub-p0u strong {
  font-weight: 700;
  color: #CEBEA8;
}.axp_app_cards-p0u {
  gap: 10px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.axp_app_cards-p0u {
  grid-template-columns: repeat(3,1fr);
}
}.axp_app_card-p0u {
  border-radius: 0.5rem;
  overflow: hidden;
  gap: 1rem;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}.axp_app_card_ios-p0u {
  background: linear-gradient(135deg,rgba(200, 132, 26, 0.18) 0%,#1F1912 100%);
}.axp_app_card_android-p0u {
  background: linear-gradient(135deg,rgba(61, 170, 107, 0.18) 0%,#1F1912 100%);
}.axp_app_card_win-p0u {
  background: linear-gradient(135deg,rgba(212, 160, 23, 0.18) 0%,#1F1912 100%);
}.axp_app_card_ic-p0u svg {
  width: 2.125rem;
  height: 2.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.axp_app_card_ic-p0u {
  color: #F2EAE0;
  flex-shrink: 0;
}.axp_app_card_os-p0u {
  margin-bottom: 6px;
  font-weight: 700;
  color: #9A8272;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.axp_app_card_title-p0u {
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.2;
  color: #F2EAE0;
  overflow-wrap: break-word;
  margin-bottom: 6px;
}.axp_app_card_text-p0u {
  font-size: 12px;
  color: #9A8272;
  line-height: 1.5;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}.axp_app_card_btn-p0u {
  border: 1px solid rgba(200, 132, 26, 0.48);
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 1.125rem;
  transition: background .2s;
  border-radius: 5px;
  gap: 0.438rem;
  display: inline-flex;
  font-size: 0.813rem;
  align-items: center;
  font-weight: 700;
  color: #F2EAE0;
}.axp_app_card_btn-p0u:hover {
  background: rgba(255, 255, 255, 0.07);
}.axp_pmt-p0u {
  padding: 36px 16px 0;
  background: #110E0A;
}
@media(min-width:768px) {.axp_pmt-p0u {
  padding: 44px 24px 0;
}
}.axp_pmt_in-p0u {
  margin: 0 auto;
  max-width: 1320px;
}.axp_pmt_head-p0u {
  max-width: 45rem;
  margin-bottom: 22px;
}.axp_pmt_label-p0u {
  text-transform: uppercase;
  color: #C8841A;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.axp_pmt_h2-p0u {
  color: #F2EAE0;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 22px;
}
@media(min-width: 771px) {.axp_pmt_h2-p0u {
  font-size: 28px;
}
}.axp_pmt_intro-p0u {
  color: #9A8272;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.875rem;
}.axp_pmt_groups-p0u {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.axp_pmt_group-p0u {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1F1912;
  border-radius: 0.5rem;
  padding: 1.25rem;
}.axp_pmt_group_head-p0u {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
}.axp_pmt_group_ic-p0u {
  background: rgba(200, 132, 26, 0.18);
  border-radius: 5px;
  justify-content: center;
  height: 2.25rem;
  color: #C8841A;
  width: 36px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.axp_pmt_group_ic-p0u svg {
  stroke-linecap: round;
  height: 18px;
  width: 1.125rem;
  stroke-linejoin: round;
}.axp_pmt_group_h-p0u {
  margin: 0;
  font-size: 1rem;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  color: #F2EAE0;
  font-weight: 700;
}.axp_pmt_group_p-p0u {
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  line-height: 1.6;
  color: #9A8272;
  font-size: 13px;
}.axp_pmt_group_p-p0u strong {
  font-weight: 600;
  color: #CEBEA8;
}.axp_pmt_table_wrap-p0u {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.axp_pmt_table-p0u {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 33.75rem;
}.axp_pmt_table-p0u th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #CEBEA8;
  font-size: 0.688rem;
  text-align: left;
  font-weight: 700;
}.axp_pmt_table-p0u td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #9A8272;
}.axp_pmt_table-p0u tbody tr:last-child td {
  border-bottom: none;
}.axp_pmt_table-p0u tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #CEBEA8;
}.axp_seo-p0u {
  padding: 2.25rem 1rem 0;
  background: #110E0A;
}
@media(min-width:768px) {.axp_seo-p0u {
  padding: 44px 24px 0;
}
}.axp_seo_in-p0u {
  background: #1F1912;
  padding: 28px 24px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.axp_seo_in-p0u {
  padding: 36px 40px;
}
}.axp_seo_label-p0u {
  margin-bottom: 10px;
  letter-spacing: .08em;
  color: #C8841A;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}.axp_seo_h2-p0u {
  margin-bottom: 0.875rem;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: #F2EAE0;
}
@media(min-width: 770px) {.axp_seo_h2-p0u {
  font-size: 24px;
}
}.axp_seo_body-p0u {
  color: #A8917A;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.axp_seo_body-p0u p {
  margin-bottom: 0.75rem;
  color: #A8917A;
  font-size: 0.875rem;
  line-height: 1.75;
}.axp_seo_body-p0u p:last-child {
  margin-bottom: 0;
}.axp_seo_body-p0u strong {
  color: #CEBEA8;
  font-weight: 700;
}.axp_seo_body-p0u a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8841A;
}.axp_seo_body-p0u a:hover {
  color: #E09828;
}.axp_seo_body-p0u ul,.axp_seo_body-p0u ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.axp_seo_body-p0u ol {
  list-style: decimal;
}.axp_seo_body-p0u li {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.75;
  color: #A8917A;
}.axp_seo_body-p0u table {
  border-collapse: collapse;
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
  font-size: 13px;
  overflow-x: auto;
}
@media(min-width: 770px) {.axp_seo_body-p0u table {
  display: table;
}
}.axp_seo_body-p0u th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #CEBEA8;
  text-align: left;
  font-weight: 700;
}.axp_seo_body-p0u td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8917A;
}.axp_seo_cols-p0u {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.axp_seo_cols-p0u {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.axp_seo_cols-p0u {
  grid-template-columns: repeat(3,1fr);
}
}.axp_seo_col_h-p0u {
  color: #CEBEA8;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
}.axp_seo_col_p-p0u {
  line-height: 1.65;
  color: #9A8272;
  overflow-wrap: break-word;
  font-size: 13px;
}.axp_seo_stats-p0u {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.axp_seo_stat-p0u {
  background: rgba(200, 132, 26, 0.08);
  flex: 1;
  border-radius: 8px;
  border: 1px solid rgba(200, 132, 26, 0.18);
  padding: 0.875rem 16px;
  min-width: 8.75rem;
}.axp_seo_stat_val-p0u {
  font-size: 20px;
  color: #C8841A;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}.axp_seo_stat_lb-p0u {
  font-size: 11px;
  color: #9A8272;
  overflow-wrap: break-word;
}.axp_rv-p0u {
  background: #110E0A;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.axp_rv-p0u {
  padding: 44px 24px 0;
}
}.axp_rv_in-p0u {
  margin: 0 auto;
  max-width: 82.5rem;
}.axp_rv_head-p0u {
  max-width: 45rem;
  margin-bottom: 20px;
}.axp_rv_label-p0u {
  margin-bottom: 8px;
  font-size: 11px;
  color: #C8841A;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.axp_rv_h2-p0u {
  font-size: 22px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F2EAE0;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
}
@media(min-width:768px) {.axp_rv_h2-p0u {
  font-size: 1.75rem;
}
}.axp_rv_stats-p0u {
  gap: 1.125rem;
  color: #9A8272;
  font-size: 0.813rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.axp_rv_stats_score-p0u {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.axp_rv_stats_score_val-p0u {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: #D4A017;
  font-size: 22px;
}.axp_rv_stats_score_max-p0u {
  color: #967468;
  font-size: 0.813rem;
}.axp_rv_stats_badge-p0u {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.axp_rv_stats_badge-p0u svg {
  height: 0.875rem;
  width: 0.875rem;
  color: #D4A017;
}.axp_rv_grid-p0u {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.axp_rv_grid-p0u {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.axp_rv_grid-p0u {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.axp_rv_card-p0u {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1F1912;
  padding: 20px;
  display: flex;
  flex-direction: column;
}.axp_rv_card_stars-p0u {
  gap: 2px;
  color: #D4A017;
  margin-bottom: 0.625rem;
  display: flex;
}.axp_rv_card_stars-p0u svg {
  width: 0.875rem;
  height: 14px;
}.axp_rv_card_h-p0u {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.3;
  color: #F2EAE0;
  font-size: 0.875rem;
}.axp_rv_card_body-p0u {
  flex: 1;
  font-size: 0.813rem;
  color: #9A8272;
  overflow-wrap: break-word;
  line-height: 1.65;
  margin-bottom: 0.875rem;
}.axp_rv_card_body-p0u strong {
  font-weight: 600;
  color: #CEBEA8;
}.axp_rv_card_meta-p0u {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
}.axp_rv_card_author-p0u {
  font-size: 12px;
  font-weight: 600;
  color: #CEBEA8;
}.axp_rv_card_date-p0u {
  font-size: 0.688rem;
  color: #967468;
}.axp_faq-p0u {
  padding: 36px 1rem 0;
  background: #110E0A;
}
@media(min-width:768px) {.axp_faq-p0u {
  padding: 2.75rem 1.5rem 0;
}
}.axp_faq_in-p0u {
  margin: 0 auto;
  max-width: 1320px;
}.axp_faq_head-p0u {
  margin-bottom: 20px;
}.axp_faq_label-p0u {
  text-transform: uppercase;
  color: #C8841A;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.axp_faq_h2-p0u {
  font-family: 'Playfair Display', serif;
  color: #F2EAE0;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 769px) {.axp_faq_h2-p0u {
  font-size: 24px;
}
}.axp_faq_list-p0u {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.axp_faq_item-p0u {
  background: #1F1912;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.axp_faq_q-p0u {
  padding: 16px 20px;
  transition: color .2s;
  gap: 0.75rem;
  display: flex;
  font-size: 0.875rem;
  cursor: pointer;
  justify-content: space-between;
  color: #CEBEA8;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 600;
  overflow-wrap: break-word;
}.axp_faq_q-p0u:hover {
  color: #F2EAE0;
}.axp_faq_q_ic-p0u {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  display: flex;
  align-items: center;
  color: #C8841A;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
}.axp_faq_item-p0u.axp_state_open-p0u .axp_faq_q_ic-p0u {
  transform: rotate(45deg);
}.axp_faq_a-p0u {
  padding: 0 20px 16px;
  color: #9A8272;
  display: none;
  line-height: 1.7;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.axp_faq_item-p0u.axp_state_open-p0u .axp_faq_a-p0u {
  display: block;
}.axp_faq_a-p0u strong {
  font-weight: 700;
  color: #CEBEA8;
}.axp_faq_a-p0u a {
  color: #C8841A;
  text-decoration: underline;
}.axp_faq_a-p0u ul,.axp_faq_a-p0u ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.axp_faq_a-p0u ol {
  list-style: decimal;
}.axp_faq_a-p0u li {
  margin-bottom: 4px;
  line-height: 1.6;
}.axp_faq_a-p0u table {
  margin: 8px 0;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
  font-size: 12px;
}
@media(min-width: 769px) {.axp_faq_a-p0u table {
  display: table;
}
}.axp_faq_a-p0u th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #CEBEA8;
  text-align: left;
  font-weight: 700;
}.axp_faq_a-p0u td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 0.5rem;
  color: #9A8272;
}.axp_seo-p0u {
  padding: 2.25rem 1rem 0;
  background: #110E0A;
}
@media(min-width: 767px) {.axp_seo-p0u {
  padding: 2.75rem 24px 0;
}
}.axp_seo_in-p0u {
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  border-radius: 0.875rem;
  background: #1F1912;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.axp_seo_in-p0u {
  padding: 2.25rem 40px;
}
}.axp_seo_label-p0u {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  color: #C8841A;
  letter-spacing: .08em;
}.axp_seo_h2-p0u {
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 14px;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #F2EAE0;
}
@media(min-width: 765px) {.axp_seo_h2-p0u {
  font-size: 1.5rem;
}
}.axp_seo_body-p0u {
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #A8917A;
}.axp_seo_body-p0u p {
  line-height: 1.75;
  color: #A8917A;
  margin-bottom: 12px;
  font-size: 14px;
}.axp_seo_body-p0u p:last-child {
  margin-bottom: 0;
}.axp_seo_body-p0u strong {
  color: #CEBEA8;
  font-weight: 700;
}.axp_seo_body-p0u a {
  transition: color .2s;
  color: #C8841A;
  text-decoration: underline;
}.axp_seo_body-p0u a:hover {
  color: #E09828;
}.axp_seo_body-p0u ul,.axp_seo_body-p0u ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.axp_seo_body-p0u ol {
  list-style: decimal;
}.axp_seo_body-p0u li {
  line-height: 1.75;
  margin-bottom: 6px;
  color: #A8917A;
  font-size: 0.875rem;
}.axp_seo_body-p0u table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 12px;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 765px) {.axp_seo_body-p0u table {
  display: table;
}
}.axp_seo_body-p0u th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #CEBEA8;
}.axp_seo_body-p0u td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A8917A;
}.axp_seo_cols-p0u {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.axp_seo_cols-p0u {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.axp_seo_cols-p0u {
  grid-template-columns: repeat(3,1fr);
}
}.axp_seo_col_h-p0u {
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-weight: 700;
  color: #CEBEA8;
  font-size: 13px;
}.axp_seo_col_p-p0u {
  font-size: 0.813rem;
  color: #9A8272;
  line-height: 1.65;
  overflow-wrap: break-word;
}.axp_seo_stats-p0u {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.axp_seo_stat-p0u {
  border-radius: 0.5rem;
  border: 1px solid rgba(200, 132, 26, 0.18);
  flex: 1;
  background: rgba(200, 132, 26, 0.08);
  padding: 14px 1rem;
  min-width: 140px;
}.axp_seo_stat_val-p0u {
  color: #C8841A;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 800;
}.axp_seo_stat_lb-p0u {
  overflow-wrap: break-word;
  color: #9A8272;
  font-size: 0.688rem;
}.axp_seo-p0u {
  padding: 36px 1rem 0;
  background: #110E0A;
}
@media(min-width:768px) {.axp_seo-p0u {
  padding: 2.75rem 24px 0;
}
}.axp_seo_in-p0u {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 28px 1.5rem;
  margin: 0 auto;
  background: #1F1912;
  max-width: 1320px;
}
@media(min-width:768px) {.axp_seo_in-p0u {
  padding: 36px 40px;
}
}.axp_seo_label-p0u {
  font-weight: 700;
  color: #C8841A;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}.axp_seo_h2-p0u {
  font-weight: 800;
  line-height: 1.25;
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  color: #F2EAE0;
  margin-bottom: 14px;
}
@media(min-width: 766px) {.axp_seo_h2-p0u {
  font-size: 1.5rem;
}
}.axp_seo_body-p0u {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
  color: #A8917A;
}.axp_seo_body-p0u p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #A8917A;
  font-size: 0.875rem;
}.axp_seo_body-p0u p:last-child {
  margin-bottom: 0;
}.axp_seo_body-p0u strong {
  font-weight: 700;
  color: #CEBEA8;
}.axp_seo_body-p0u a {
  transition: color .2s;
  color: #C8841A;
  text-decoration: underline;
}.axp_seo_body-p0u a:hover {
  color: #E09828;
}.axp_seo_body-p0u ul,.axp_seo_body-p0u ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.axp_seo_body-p0u ol {
  list-style: decimal;
}.axp_seo_body-p0u li {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A8917A;
  margin-bottom: 6px;
}.axp_seo_body-p0u table {
  display: block;
  font-size: 13px;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 770px) {.axp_seo_body-p0u table {
  display: table;
}
}.axp_seo_body-p0u th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  color: #CEBEA8;
  font-weight: 700;
}.axp_seo_body-p0u td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A8917A;
}.axp_seo_cols-p0u {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.axp_seo_cols-p0u {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.axp_seo_cols-p0u {
  grid-template-columns: repeat(3,1fr);
}
}.axp_seo_col_h-p0u {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 0.813rem;
  color: #CEBEA8;
  overflow-wrap: break-word;
}.axp_seo_col_p-p0u {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
  color: #9A8272;
}.axp_seo_stats-p0u {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.axp_seo_stat-p0u {
  flex: 1;
  background: rgba(200, 132, 26, 0.08);
  border: 1px solid rgba(200, 132, 26, 0.18);
  border-radius: 0.5rem;
  padding: 14px 1rem;
  min-width: 140px;
}.axp_seo_stat_val-p0u {
  color: #C8841A;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 4px;
}.axp_seo_stat_lb-p0u {
  color: #9A8272;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.axp_ft-p0u {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #090605;
  margin-top: 48px;
}.axp_ft_support-p0u {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width: 769px) {.axp_ft_support-p0u {
  padding: 28px 24px;
}
}.axp_ft_support_in-p0u {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 82.5rem;
}.axp_ft_support_main-p0u {
  flex: 1;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  min-width: 220px;
  display: flex;
}.axp_ft_support_ic-p0u {
  color: #C8841A;
  flex-shrink: 0;
}.axp_ft_support_ic-p0u svg {
  stroke-linecap: round;
  width: 30px;
  stroke-linejoin: round;
  height: 1.875rem;
}.axp_ft_support_text_title-p0u {
  color: #F2EAE0;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 15px;
  margin-bottom: 3px;
}.axp_ft_support_text_sub-p0u {
  color: #9A8272;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.axp_ft_support_btn-p0u {
  padding: 11px 22px;
  background: #C8841A;
  border-radius: 0.5rem;
  transition: background .2s;
  flex-shrink: 0;
  color: #F2EAE0;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.813rem;
}.axp_ft_support_btn-p0u:hover {
  background: #E09828;
}.axp_ft_support_contacts-p0u {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.axp_ft_support_contact-p0u {
  font-size: 0.75rem;
  color: #967468;
  line-height: 1.4;
}.axp_ft_support_contact-p0u strong {
  color: #A8917A;
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 0.688rem;
}.axp_ft_main-p0u {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width:768px) {.axp_ft_main-p0u {
  padding: 2.5rem 24px 2rem;
}
}.axp_ft_main_in-p0u {
  gap: 24px;
  margin: 0 auto;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.axp_ft_main_in-p0u {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.axp_ft_main_in-p0u {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.axp_ft_col_logo-p0u {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.axp_ft_col_logo-p0u {
  grid-column: auto;
}
}.axp_ft_logo-p0u {
  gap: 0.563rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  overflow-wrap: break-word;
  color: #F2EAE0;
  align-items: center;
  font-weight: 800;
}.axp_ft_logo_mark-p0u {
  overflow: hidden;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}.axp_ft_logo_mark-p0u img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.axp_ft_logo_sub-p0u {
  line-height: 1.55;
  font-size: 12px;
  max-width: 200px;
  color: #967468;
  overflow-wrap: break-word;
}.axp_ft_col_title-p0u {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.875rem;
  color: #A8917A;
  text-transform: uppercase;
  letter-spacing: .07em;
}.axp_ft_col_links-p0u {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.axp_ft_col_link-p0u {
  transition: color .2s;
  color: #967468;
  overflow-wrap: break-word;
  font-size: 13px;
}.axp_ft_col_link-p0u:hover {
  color: #CEBEA8;
}.axp_ft_apps-p0u {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.axp_ft_app_card-p0u {
  border-radius: 0.313rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 10px;
  padding: 0.625rem 0.75rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  align-items: center;
  display: flex;
}.axp_ft_app_card-p0u:hover {
  border-color: rgba(200, 132, 26, 0.48);
}.axp_ft_app_card_ic-p0u svg {
  stroke-linecap: round;
  width: 22px;
  stroke-linejoin: round;
  height: 22px;
}.axp_ft_app_card_os-p0u {
  font-weight: 600;
  font-size: 10px;
  color: #967468;
}.axp_ft_app_card_action-p0u {
  font-weight: 700;
  font-size: 0.75rem;
  color: #CEBEA8;
}.axp_ft_bot-p0u {
  padding: 20px 1rem;
}
@media(min-width: 770px) {.axp_ft_bot-p0u {
  padding: 20px 24px;
}
}.axp_ft_bot_in-p0u {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 82.5rem;
  display: flex;
  align-items: center;
}.axp_ft_socials-p0u {
  gap: 8px;
  display: flex;
}.axp_ft_soc-p0u {
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #A8917A;
  width: 36px;
  align-items: center;
  height: 2.25rem;
  justify-content: center;
  display: flex;
}.axp_ft_soc-p0u svg {
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
}.axp_ft_soc-p0u:hover {
  background: rgba(255, 255, 255, 0.07);
}.axp_ft_legal-p0u {
  flex: 1;
  color: #9A8470;
  font-size: 11px;
  line-height: 1.6;
  min-width: 12.5rem;
  overflow-wrap: break-word;
}.axp_ft_legal-p0u strong {
  font-weight: 700;
  color: #A8917A;
}.axp_ft_legal-p0u a {
  color: #A8917A;
  text-decoration: underline;
}.axp_ft_age-p0u {
  border: 2px solid #9A8470;
  border-radius: 50%;
  display: flex;
  width: 2rem;
  justify-content: center;
  color: #9A8470;
  font-weight: 800;
  font-size: 11px;
  flex-shrink: 0;
  margin-left: auto;
  height: 32px;
  align-items: center;
}