html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #141110;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  min-height: 100vh;
  color: #CDBFA8;
  font-family: 'Nunito Sans', sans-serif;
}.afs-layout-ns3 {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.afs-page-ns3 {
  display: flex;
  min-height: 100vh;
}.afs-main-ns3 {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1077px) {.afs-main-ns3 {
  padding-left: 13.75rem;
}
}
@media (max-width: 1080px) {.afs-main-ns3 {
  padding-bottom: 72px;
}
}.afs-gc-ns3 {
  border: 1px solid rgba(255, 225, 180, 0.06);
  background: #1A1613;
  border-radius: 8px;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  width: 140px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
@media(min-width: 641px) {.afs-gc-ns3 {
  width: 9.75rem;
}
}
@media(min-width: 1079px) {.afs-gc-ns3 {
  width: 10.5rem;
}
}.afs-gc-ns3:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 146, 42, 0.07);
}.afs-gc_img-ns3 {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.afs-gc_img-ns3 img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.afs-gc_hover-ns3 {
  background: rgba(10, 8, 6, 0.72);
  inset: 0;
  transition: opacity .2s;
  opacity: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
}.afs-gc-ns3:hover .afs-gc_hover-ns3 {
  opacity: 1;
}.afs-gc_hover_btn-ns3 {
  padding: 0.5rem 1rem;
  border-radius: 4px;
  background: #C8922A;
  color: #F2EBE0;
  font-size: 12px;
  font-weight: 700;
}.afs-gc_info-ns3 {
  padding: 8px 10px 0.625rem;
}.afs-gc_name-ns3 {
  overflow: hidden;
  margin-bottom: 3px;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 600;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #CDBFA8;
}.afs-gc_prov-ns3 {
  color: #6A5B46;
  font-size: 10px;
}.afs-gc_tag-ns3 {
  border-radius: 0.25rem;
  padding: 2px 7px;
  z-index: 2;
  letter-spacing: .04em;
  left: 0.375rem;
  text-transform: uppercase;
  position: absolute;
  font-size: 9px;
  top: 6px;
  font-weight: 700;
}.afs-gc_tag_hot-ns3 {
  background: #C93424;
  color: #fff;
}.afs-gc_tag_new-ns3 {
  background: #2E9B52;
  color: #141110;
}.afs-gc_tag_jp-ns3 {
  background: #E8A820;
  color: #141110;
}.afs-gc_tag_ex-ns3 {
  background: #8B5E1C;
  color: #fff;
}.afs-gc_tag_live-ns3 {
  background: #C93424;
  color: #fff;
}.afs-gr-ns3 {
  background: #141110;
  padding: 2rem 1rem 0;
}
@media(min-width: 766px) {.afs-gr-ns3 {
  padding: 2.25rem 1.5rem 0;
}
}.afs-gr_in-ns3 {
  margin: 0 auto;
  max-width: 1320px;
}.afs-gr_head-ns3 {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}.afs-gr_head_l-ns3 {
  gap: 10px;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}.afs-gr_ic-ns3 {
  border-radius: 0.5rem;
  display: flex;
  height: 2rem;
  flex-shrink: 0;
  align-items: center;
  width: 32px;
  justify-content: center;
}.afs-gr_ic-ns3 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
  width: 16px;
}.afs-gr_title-ns3 {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1rem;
  font-weight: 700;
  color: #F2EBE0;
}
@media(min-width: 767px) {.afs-gr_title-ns3 {
  font-size: 18px;
}
}.afs-gr_more-ns3 {
  gap: 0.313rem;
  transition: color .2s;
  align-items: center;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 600;
  color: #7A6852;
  display: flex;
  flex-shrink: 0;
}.afs-gr_more-ns3:hover {
  color: #C8922A;
}.afs-gr_more-ns3 svg {
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
  width: 0.75rem;
}.afs-gr_arrows-ns3 {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.afs-gr_arr-ns3 {
  border: 1px solid rgba(255, 225, 180, 0.11);
  border-radius: 4px;
  background: rgba(255, 235, 200, 0.05);
  transition: background .15s,color .15s;
  justify-content: center;
  color: #A08B72;
  height: 30px;
  width: 1.875rem;
  display: flex;
  align-items: center;
}.afs-gr_arr-ns3:hover {
  background: rgba(255, 235, 200, 0.07);
  color: #F2EBE0;
}.afs-gr_arr-ns3 svg {
  height: 0.813rem;
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
}.afs-gr_seo_h-ns3 {
  margin: 0 0 0.375rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  max-width: 680px;
  font-size: 13px;
  font-weight: 700;
  color: #CDBFA8;
}
@media(min-width: 769px) {.afs-gr_seo_h-ns3 {
  font-size: 14px;
}
}.afs-gr_seo-ns3 {
  color: #7A6852;
  max-width: 42.5rem;
  margin-bottom: 0.75rem;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
}.afs-gr_seo-ns3 strong {
  color: #CDBFA8;
  font-weight: 600;
}.afs-gr_scroll-ns3 {
  gap: 0.625rem;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
}.afs-gr_scroll-ns3::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.afs-gr_scroll-ns3 {
  gap: 12px;
}
}.afs-tb-ns3 {
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  background: #111009;
  right: 0;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 80;
  height: 3.5rem;
  position: fixed;
}.afs-tb_in-ns3 {
  padding: 0 0.875rem;
  gap: 0;
  align-items: center;
  height: 100%;
  display: flex;
  width: 100%;
}.afs-tb_burger-ns3 {
  gap: 0.313rem;
  border-radius: 8px;
  width: 38px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 8px;
  height: 38px;
}.afs-tb_burger-ns3:hover {
  background: rgba(255, 235, 200, 0.05);
}.afs-tb_burger_line-ns3 {
  border-radius: 1px;
  background: #A08B72;
  display: block;
  width: 18px;
  height: 2px;
}
@media(min-width: 1079px) {.afs-tb_burger-ns3 {
  display: none;
}
}.afs-tb_logo-ns3 {
  gap: 0.563rem;
  display: flex;
  color: #F2EBE0;
  letter-spacing: -.01em;
  flex-shrink: 0;
  font-size: 1.125rem;
  margin-right: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  align-items: center;
}.afs-tb_logo_mark-ns3 {
  overflow: hidden;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  height: 2rem;
  width: 2rem;
  display: flex;
}.afs-tb_logo_mark-ns3 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.afs-tb_nav-ns3 {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 637px) {.afs-tb_nav-ns3 {
  display: flex;
}
}.afs-tb_tab-ns3 {
  border-radius: 0.5rem;
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 600;
  color: #A08B72;
}.afs-tb_tab-ns3:hover {
  background: rgba(255, 235, 200, 0.05);
  color: #F2EBE0;
}.afs-tb_tab-ns3.afs-state_active-ns3 {
  background: rgba(200, 146, 42, 0.18);
  color: #F2EBE0;
}.afs-tb_right-ns3 {
  gap: 0.5rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
}.afs-tb_login-ns3 {
  border: 1px solid rgba(255, 225, 180, 0.11);
  padding: 9px 16px;
  border-radius: 0.5rem;
  background: rgba(255, 235, 200, 0.05);
  transition: border-color .2s,color .2s;
  color: #CDBFA8;
  font-weight: 600;
  font-size: 13px;
  display: none;
}.afs-tb_login-ns3:hover {
  border-color: rgba(210, 155, 60, 0.38);
  color: #F2EBE0;
}
@media(min-width: 482px) {.afs-tb_login-ns3 {
  display: block;
}
}.afs-tb_reg-ns3 {
  padding: 9px 18px;
  transition: background .2s;
  border-radius: 0.5rem;
  background: #2E9B52;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #100D08;
}.afs-tb_reg-ns3:hover {
  background: #39B560;
}.afs-sb-ns3 {
  background: #1F1B17;
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 235, 200, 0.05);
  overflow-y: auto;
  top: 3.5rem;
  left: 0;
  bottom: 0;
  position: fixed;
  width: 13.75rem;
  z-index: 70;
}.afs-sb-ns3.afs-state_open-ns3 {
  transform: translateX(0);
}.afs-sb-ns3::-webkit-scrollbar {
  width: 0.25rem;
}.afs-sb-ns3::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 235, 200, 0.07);
}
@media(min-width: 1079px) {.afs-sb-ns3 {
  transform: translateX(0);
}
}.afs-sb_auth-ns3 {
  padding: 0.875rem 0.75rem 10px;
}.afs-sb_btn_reg-ns3 {
  border-radius: 8px;
  background: #2E9B52;
  transition: background .2s;
  padding: 11px;
  display: block;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
  text-align: center;
  color: #100D08;
}.afs-sb_btn_reg-ns3:hover {
  background: #39B560;
}.afs-sb_btn_login-ns3 {
  background: rgba(255, 235, 200, 0.05);
  padding: 10px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 225, 180, 0.11);
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  color: #CDBFA8;
  display: block;
  text-align: center;
}.afs-sb_btn_login-ns3:hover {
  border-color: rgba(210, 155, 60, 0.38);
  color: #F2EBE0;
}.afs-sb_promo-ns3 {
  border-radius: 0.5rem;
  background: linear-gradient(135deg,#2A1A08,#1F1B17);
  overflow: hidden;
  border: 1px solid rgba(200, 146, 42, 0.18);
  margin: 0 12px 0.625rem;
  padding: 12px 0.875rem;
  position: relative;
}.afs-sb_promo-ns3::before {
  background: radial-gradient(circle,rgba(200, 146, 42, 0.18),transparent 70%);
  border-radius: 50%;
  right: -1.25rem;
  width: 5rem;
  height: 80px;
  content: '';
  position: absolute;
  top: -20px;
}.afs-sb_promo_title-ns3 {
  margin-bottom: 4px;
  letter-spacing: .06em;
  color: #C8922A;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.afs-sb_promo_text-ns3 {
  line-height: 1.35;
  font-size: 12px;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #F2EBE0;
}.afs-sb_promo_sub-ns3 {
  color: #7A6852;
  margin-top: 3px;
  font-size: 10px;
}.afs-sb_nav-ns3 {
  padding: 0.375rem 8px 16px;
}.afs-sb_nav_lb-ns3 {
  padding: 10px 0.5rem 0.375rem;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6A5B46;
}.afs-sb_link-ns3 {
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  gap: 0.625rem;
  padding: 0.563rem 0.625rem;
  font-weight: 500;
  color: #A08B72;
  cursor: pointer;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 0.813rem;
}.afs-sb_link-ns3:hover {
  background: rgba(255, 235, 200, 0.05);
  color: #F2EBE0;
}.afs-sb_link-ns3.afs-state_active-ns3 {
  background: rgba(200, 146, 42, 0.18);
  color: #F2EBE0;
}.afs-sb_ic-ns3 {
  border-radius: 0.25rem;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  height: 1.875rem;
  width: 30px;
}.afs-sb_ic-ns3 svg {
  stroke-linejoin: round;
  height: 16px;
  width: 16px;
  stroke-linecap: round;
}.afs-sb_ic_1-ns3 {
  background: rgba(200, 146, 42, 0.07);
  color: #C8922A;
}.afs-sb_ic_2-ns3 {
  background: rgba(46, 155, 82, 0.16);
  color: #2E9B52;
}.afs-sb_ic_3-ns3 {
  background: rgba(232, 168, 32, 0.16);
  color: #E8A820;
}.afs-sb_ic_4-ns3 {
  background: rgba(139, 94, 28, 0.22);
  color: #8B5E1C;
}.afs-sb_ic_5-ns3 {
  background: rgba(200, 146, 42, 0.07);
  color: #C44070;
}.afs-sb_ic_6-ns3 {
  background: rgba(139, 94, 28, 0.22);
  color: #7B3FA0;
}.afs-sb_badge-ns3 {
  background: #E8A820;
  border-radius: 4px;
  padding: 2px 7px;
  font-weight: 700;
  margin-left: auto;
  font-size: 9px;
  color: #100D08;
}.afs-sb_bot-ns3 {
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  padding: 0.75rem;
  gap: 8px;
  display: flex;
}.afs-sb_lang-ns3,.afs-sb_help-ns3 {
  transition: border-color .2s;
  flex: 1;
  gap: 0.375rem;
  padding: 0.563rem 0.375rem;
  background: rgba(255, 235, 200, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(255, 225, 180, 0.06);
  justify-content: center;
  color: #A08B72;
  align-items: center;
  font-weight: 600;
  display: flex;
  font-size: 0.688rem;
}.afs-sb_lang-ns3:hover,.afs-sb_help-ns3:hover {
  border-color: rgba(210, 155, 60, 0.38);
  color: #F2EBE0;
}.afs-sb_lang-ns3 svg,.afs-sb_help-ns3 svg {
  stroke-linecap: round;
  width: 13px;
  stroke-linejoin: round;
  height: 13px;
}.afs-sb_bd-ns3 {
  inset: 0;
  background: rgba(10, 8, 6, 0.72);
  z-index: 69;
  position: fixed;
  display: none;
}.afs-sb_bd-ns3.afs-state_on-ns3 {
  display: block;
}
@media(min-width: 1081px) {.afs-sb_bd-ns3 {
  display: none!important;
}
}.afs-mob_nav-ns3 {
  background: #1F1B17;
  border-top: 1px solid rgba(255, 225, 180, 0.11);
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  display: flex;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 80;
  left: 0;
}
@media(min-width: 1079px) {.afs-mob_nav-ns3 {
  display: none;
}
}.afs-mob_nav_item-ns3 {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 0.25rem;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  color: #6A5B46;
}.afs-mob_nav_ic-ns3 {
  line-height: 1;
}.afs-mob_nav_ic-ns3 svg {
  height: 20px;
  stroke-linejoin: round;
  width: 20px;
  stroke-linecap: round;
}.afs-mob_nav_lb-ns3 {
  font-weight: 600;
  color: #6A5B46;
  font-size: 0.625rem;
}.afs-mob_nav_item-ns3.afs-state_active-ns3 {
  color: #C8922A;
}.afs-mob_nav_item-ns3.afs-state_active-ns3 .afs-mob_nav_lb-ns3 {
  color: #C8922A;
}.afs-hero-ns3 {
  padding: 20px 16px 0;
  background: #141110;
}
@media(min-width: 766px) {.afs-hero-ns3 {
  padding: 24px 24px 0;
}
}.afs-hero_in-ns3 {
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.afs-hero_in-ns3 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1097px) {.afs-hero_in-ns3 {
  grid-template-columns: 1fr 21.25rem;
}
}.afs-hero_promo-ns3 {
  border-radius: 0.875rem;
  background: #1A1613;
  overflow: hidden;
  display: flex;
  position: relative;
  align-items: stretch;
  min-height: 220px;
}
@media(min-width: 767px) {.afs-hero_promo-ns3 {
  min-height: 17.5rem;
}
}.afs-hero_promo_bg-ns3 {
  inset: 0;
  background: linear-gradient(120deg,#2A1A08 0%,#141110 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.afs-hero_promo_bg-ns3::after {
  inset: 0;
  background: linear-gradient(90deg,#141110 0%,rgba(10, 8, 6, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.afs-hero_promo_glow-ns3 {
  background: radial-gradient(circle,rgba(139, 94, 28, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  height: 18.75rem;
  pointer-events: none;
  top: -40px;
  width: 18.75rem;
  right: 60px;
  position: absolute;
}.afs-hero_promo_ct-ns3 {
  padding: 1.75rem 1.5rem 1.75rem 1.75rem;
  z-index: 2;
  display: flex;
  max-width: 30rem;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media(min-width: 769px) {.afs-hero_promo_ct-ns3 {
  padding: 40px 2rem;
}
}.afs-hero_badge-ns3 {
  border: 1px solid rgba(200, 146, 42, 0.07);
  background: rgba(200, 146, 42, 0.18);
  padding: 5px 0.75rem;
  border-radius: 20px;
  font-weight: 700;
  color: #C8922A;
  letter-spacing: .08em;
  font-size: 10px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
}.afs-hero_h1-ns3 {
  font-size: 1.625rem;
  line-height: 1.15;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F2EBE0;
  font-family: 'Cinzel', serif;
  margin-bottom: 10px;
}.afs-hero_h1-ns3 em {
  font-style: normal;
  color: #E8A820;
}
@media(min-width: 765px) {.afs-hero_h1-ns3 {
  font-size: 36px;
}
}.afs-hero_sub-ns3 {
  font-size: 0.813rem;
  line-height: 1.55;
  color: #A08B72;
  margin-bottom: 1.25rem;
}
@media(min-width: 767px) {.afs-hero_sub-ns3 {
  font-size: 0.875rem;
}
}.afs-hero_row-ns3 {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.afs-hero_cta-ns3 {
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  background: #2E9B52;
  border-radius: 0.5rem;
  color: #100D08;
  font-weight: 700;
  font-size: 0.875rem;
  box-shadow: 0 0.375rem 1.125rem rgba(46, 155, 82, 0.40);
}.afs-hero_cta-ns3:hover {
  background: #39B560;
}.afs-hero_terms-ns3 {
  font-size: 11px;
  color: #6A5B46;
}.afs-hero_game-ns3 {
  border-radius: 14px;
  overflow: hidden;
  background: #1A1613;
  border: 1px solid rgba(255, 225, 180, 0.06);
  display: flex;
  flex-direction: column;
  position: relative;
}.afs-hero_game_badge-ns3 {
  border-radius: 20px;
  background: rgba(232, 168, 32, 0.16);
  border: 1px solid rgba(232, 168, 32, 0.16);
  padding: 5px 0.625rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  top: 12px;
  left: 0.75rem;
  color: #E8A820;
  letter-spacing: .06em;
  position: absolute;
  z-index: 3;
}.afs-hero_game_badge-ns3 svg {
  vertical-align: -1px;
  height: 0.688rem;
  width: 0.688rem;
  margin-right: 4px;
}.afs-hero_game_img-ns3 {
  background: linear-gradient(135deg,#2A1A08,#141110);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.afs-hero_game_img-ns3 img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}.afs-hero_game_play-ns3 {
  inset: 0;
  transition: opacity .2s;
  background: rgba(10, 8, 6, 0.72);
  opacity: 0;
  justify-content: center;
  position: absolute;
  align-items: center;
  display: flex;
}.afs-hero_game-ns3:hover .afs-hero_game_play-ns3 {
  opacity: 1;
}.afs-hero_game_play-ns3 span {
  background: #C8922A;
  border-radius: 50%;
  justify-content: center;
  height: 52px;
  width: 3.25rem;
  align-items: center;
  display: flex;
}.afs-hero_game_play-ns3 span svg {
  width: 18px;
  margin-left: 2px;
  height: 18px;
}.afs-hero_game_info-ns3 {
  padding: 0.875rem 16px;
}.afs-hero_game_title-ns3 {
  margin-bottom: 0.25rem;
  color: #F2EBE0;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
}.afs-hero_game_provider-ns3 {
  color: #7A6852;
  font-size: 0.688rem;
}.afs-hero_game_btn-ns3 {
  transition: background .2s;
  border-radius: 8px;
  padding: 0.688rem;
  margin: 12px 16px 1rem;
  background: #C8922A;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
  color: #F2EBE0;
}.afs-hero_game-ns3:hover .afs-hero_game_btn-ns3 {
  background: #DBA83C;
}.afs-sbar-ns3 {
  padding: 16px 1rem 0;
  background: #141110;
}
@media(min-width: 769px) {.afs-sbar-ns3 {
  padding: 18px 24px 0;
}
}.afs-sbar_in-ns3 {
  margin: 0 auto;
  max-width: 1320px;
}.afs-sbar_row-ns3 {
  gap: 0.625rem;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}.afs-sbar_input-ns3 {
  background: #1A1613;
  border: 1px solid rgba(255, 225, 180, 0.11);
  flex: 1;
  padding: 0.688rem 1rem;
  border-radius: 8px;
  gap: 0.625rem;
  transition: border-color .2s;
  color: #7A6852;
  font-size: 0.813rem;
  align-items: center;
  cursor: pointer;
  display: flex;
}.afs-sbar_input-ns3:hover {
  border-color: rgba(210, 155, 60, 0.38);
}.afs-sbar_input-ns3 svg {
  flex-shrink: 0;
  width: 15px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 15px;
}.afs-sbar_providers-ns3 {
  transition: border-color .2s;
  border-radius: 0.5rem;
  background: #1A1613;
  padding: 11px 1.125rem;
  border: 1px solid rgba(255, 225, 180, 0.11);
  gap: 8px;
  color: #CDBFA8;
  white-space: nowrap;
  font-size: 13px;
  align-items: center;
  font-weight: 600;
  display: flex;
}.afs-sbar_providers-ns3:hover {
  border-color: rgba(210, 155, 60, 0.38);
  color: #F2EBE0;
}.afs-sbar_providers-ns3 svg {
  stroke-linecap: round;
  height: 14px;
  width: 0.875rem;
  stroke-linejoin: round;
}.afs-sbar_tabs-ns3 {
  gap: 0.375rem;
  padding-bottom: 2px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
}.afs-sbar_tabs-ns3::-webkit-scrollbar {
  display: none;
}.afs-sbar_tab-ns3 {
  border-radius: 20px;
  background: rgba(255, 235, 200, 0.05);
  border: 1px solid rgba(255, 225, 180, 0.06);
  transition: background .15s,color .15s,border-color .15s;
  gap: 7px;
  padding: 0.5rem 14px;
  display: flex;
  white-space: nowrap;
  font-size: 12px;
  color: #A08B72;
  font-weight: 600;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}.afs-sbar_tab-ns3:hover {
  background: rgba(255, 235, 200, 0.07);
  border-color: rgba(210, 155, 60, 0.38);
  color: #F2EBE0;
}.afs-sbar_tab-ns3.afs-state_active-ns3 {
  background: rgba(200, 146, 42, 0.18);
  border-color: rgba(200, 146, 42, 0.07);
  color: #F2EBE0;
}.afs-sbar_tab_ic-ns3 svg {
  stroke-linecap: round;
  height: 0.875rem;
  width: 0.875rem;
  stroke-linejoin: round;
}.afs-gr_jp-ns3 {
  background: linear-gradient(135deg,#1E0E2A 0%,#100C14 100%);
  padding: 20px;
  border-radius: 0.875rem;
  overflow: hidden;
  position: relative;
}.afs-gr_jp-ns3::before {
  background: radial-gradient(circle,rgba(139, 94, 28, 0.22) 0%,transparent 70%);
  border-radius: 50%;
  width: 250px;
  position: absolute;
  left: -60px;
  content: '';
  height: 15.625rem;
  top: -60px;
}.afs-gr_jp-ns3::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232, 168, 32, 0.16) 0%,transparent 70%);
  content: '';
  position: absolute;
  height: 200px;
  right: 0;
  width: 12.5rem;
  bottom: -2.5rem;
}.afs-gr_jp_head-ns3 {
  gap: 1rem;
  display: flex;
  z-index: 1;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 1rem;
}.afs-gr_jp_info-ns3 {
  flex: 1;
}.afs-gr_jp_label-ns3 {
  color: #7B3FA0;
  font-weight: 700;
  margin-bottom: 0.375rem;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.afs-gr_jp_label-ns3 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-right: 4px;
  height: 0.875rem;
  vertical-align: -2px;
  width: 14px;
}.afs-gr_jp_amount-ns3 {
  color: #F2EBE0;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 32px;
  line-height: 1;
}
@media(min-width: 771px) {.afs-gr_jp_amount-ns3 {
  font-size: 2.5rem;
}
}.afs-gr_jp_amount-ns3 span {
  color: #E8A820;
}.afs-gr_jp_seo-ns3 {
  line-height: 1.5;
  max-width: 30rem;
  font-size: 12px;
  overflow-wrap: break-word;
  color: #A08B72;
}.afs-gr_jp_cta-ns3 {
  border-radius: 0.5rem;
  padding: 11px 1.25rem;
  transition: background .2s;
  background: rgba(139, 94, 28, 0.22);
  border: 1px solid rgba(139, 94, 28, 0.22);
  position: relative;
  margin-top: 0.25rem;
  font-size: 13px;
  white-space: nowrap;
  color: #F2EBE0;
  z-index: 1;
  align-self: flex-start;
  font-weight: 700;
  flex-shrink: 0;
}.afs-gr_jp_cta-ns3:hover {
  background: #8B5E1C;
}.afs-gcg-ns3 {
  background: #141110;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.afs-gcg-ns3 {
  padding: 2.75rem 24px 0;
}
}.afs-gcg_in-ns3 {
  margin: 0 auto;
  max-width: 1320px;
}.afs-gcg_head-ns3 {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.afs-gcg_label-ns3 {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 11px;
  text-transform: uppercase;
  color: #C8922A;
  letter-spacing: .08em;
}.afs-gcg_h2-ns3 {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #F2EBE0;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1.375rem;
}
@media(min-width: 766px) {.afs-gcg_h2-ns3 {
  font-size: 28px;
}
}.afs-gcg_intro-ns3 {
  line-height: 1.6;
  font-size: 0.813rem;
  color: #7A6852;
}.afs-gcg_grid-ns3 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.afs-gcg_grid-ns3 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.afs-gcg_grid-ns3 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.afs-gcg_card-ns3 {
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 225, 180, 0.11);
  padding: 1.25rem;
  border-radius: 0.875rem;
  overflow: hidden;
  min-height: 240px;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  cursor: pointer;
}.afs-gcg_card-ns3:hover {
  border-color: rgba(200, 146, 42, 0.18);
  transform: translateY(-3px);
}.afs-gcg_card_bg-ns3 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.afs-gcg_card_bg-ns3::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.afs-gcg_card_ic-ns3 {
  border-radius: 0.25rem;
  background: rgba(0,0,0,.45);
  z-index: 2;
  justify-content: center;
  height: 40px;
  width: 2.5rem;
  top: 1.125rem;
  position: absolute;
  align-items: center;
  display: flex;
  right: 18px;
  color: #F2EBE0;
}.afs-gcg_card_ic-ns3 svg {
  width: 20px;
  height: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.afs-gcg_card_ct-ns3 {
  position: relative;
  z-index: 1;
}.afs-gcg_card_h-ns3 {
  font-weight: 800;
  color: #F2EBE0;
  line-height: 1.2;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.afs-gcg_card_h-ns3 {
  font-size: 1.25rem;
}
}.afs-gcg_card_p-ns3 {
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
}.afs-gcg_card_p-ns3 strong {
  color: #F2EBE0;
  font-weight: 600;
}.afs-gcg_card_cta-ns3 {
  gap: 0.25rem;
  align-items: center;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  display: inline-flex;
  color: #C8922A;
  font-size: 12px;
}.afs-gcg_card_cta-ns3 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
  width: 0.75rem;
}.afs-ws-ns3 {
  padding: 32px 16px 0;
  background: #141110;
}
@media(min-width: 765px) {.afs-ws-ns3 {
  padding: 2.25rem 24px 0;
}
}.afs-ws_in-ns3 {
  margin: 0 auto;
  max-width: 1320px;
}.afs-ws_head-ns3 {
  gap: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
}.afs-ws_title-ns3 {
  gap: 0.625rem;
  font-weight: 700;
  align-items: center;
  font-size: 1rem;
  flex-wrap: wrap;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  display: flex;
  color: #F2EBE0;
}.afs-ws_title_ic-ns3 svg {
  stroke-linecap: round;
  height: 18px;
  width: 1.125rem;
  stroke-linejoin: round;
  color: #E8A820;
}.afs-ws_online-ns3 {
  gap: 0.438rem;
  align-items: center;
  color: #7A6852;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
}.afs-ws_online_dot-ns3 {
  background: #2E9B52;
  border-radius: 50%;
  width: 8px;
  box-shadow: 0 0 0.375rem rgba(46, 155, 82, 0.16);
  flex-shrink: 0;
  height: 0.5rem;
}.afs-ws_scroll-ns3 {
  gap: 0.5rem;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 0.5rem;
  overflow-x: auto;
}.afs-ws_scroll-ns3::-webkit-scrollbar {
  display: none;
}.afs-wc-ns3 {
  border: 1px solid rgba(255, 225, 180, 0.11);
  gap: 0.625rem;
  padding: 0.625rem 0.875rem;
  background: #1A1613;
  border-radius: 8px;
  min-width: 220px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.afs-wc_img-ns3 {
  border-radius: 4px;
  overflow: hidden;
  background: #1F1B17;
  height: 36px;
  width: 2.25rem;
  flex-shrink: 0;
}.afs-wc_img-ns3 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.afs-wc_info-ns3 {
  min-width: 0;
}.afs-wc_game-ns3 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  color: #CDBFA8;
  font-weight: 600;
  white-space: nowrap;
}.afs-wc_player-ns3 {
  overflow: hidden;
  white-space: nowrap;
  color: #6A5B46;
  text-overflow: ellipsis;
  font-size: 10px;
}.afs-wc_amount-ns3 {
  font-weight: 700;
  white-space: nowrap;
  margin-left: auto;
  font-size: 0.813rem;
  flex-shrink: 0;
  color: #2E9B52;
}.afs-app-ns3 {
  padding: 36px 1rem 0;
  background: #141110;
}
@media(min-width: 765px) {.afs-app-ns3 {
  padding: 44px 1.5rem 0;
}
}.afs-app_in-ns3 {
  margin: 0 auto;
  max-width: 1320px;
}.afs-app_head-ns3 {
  margin-bottom: 16px;
}.afs-app_label-ns3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 11px;
  color: #C8922A;
  letter-spacing: .08em;
}.afs-app_h2-ns3 {
  font-weight: 800;
  color: #F2EBE0;
  margin-bottom: 6px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 765px) {.afs-app_h2-ns3 {
  font-size: 1.5rem;
}
}.afs-app_sub-ns3 {
  font-size: 13px;
  color: #7A6852;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 600px;
}.afs-app_sub-ns3 strong {
  color: #CDBFA8;
  font-weight: 700;
}.afs-app_cards-ns3 {
  gap: 0.625rem;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.afs-app_cards-ns3 {
  grid-template-columns: repeat(3,1fr);
}
}.afs-app_card-ns3 {
  overflow: hidden;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 8px;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  display: flex;
}.afs-app_card_ios-ns3 {
  background: linear-gradient(135deg,rgba(200, 146, 42, 0.18) 0%,#1F1B17 100%);
}.afs-app_card_android-ns3 {
  background: linear-gradient(135deg,rgba(46, 155, 82, 0.16) 0%,#1F1B17 100%);
}.afs-app_card_win-ns3 {
  background: linear-gradient(135deg,rgba(232, 168, 32, 0.16) 0%,#1F1B17 100%);
}.afs-app_card_ic-ns3 svg {
  width: 2.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 34px;
}.afs-app_card_ic-ns3 {
  flex-shrink: 0;
  color: #F2EBE0;
}.afs-app_card_os-ns3 {
  font-weight: 700;
  color: #7A6852;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 0.375rem;
}.afs-app_card_title-ns3 {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.938rem;
  color: #F2EBE0;
  line-height: 1.2;
  margin-bottom: 0.375rem;
}.afs-app_card_text-ns3 {
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #7A6852;
  margin-bottom: 0.875rem;
}.afs-app_card_btn-ns3 {
  transition: background .2s;
  gap: 0.438rem;
  padding: 0.625rem 1.125rem;
  border-radius: 4px;
  background: rgba(255, 235, 200, 0.12);
  border: 1px solid rgba(210, 155, 60, 0.38);
  align-items: center;
  font-weight: 700;
  display: inline-flex;
  font-size: 13px;
  color: #F2EBE0;
}.afs-app_card_btn-ns3:hover {
  background: rgba(255, 235, 200, 0.07);
}.afs-reg-ns3 {
  padding: 2.25rem 1rem 0;
  background: #141110;
}
@media(min-width: 765px) {.afs-reg-ns3 {
  padding: 2.75rem 1.5rem 0;
}
}.afs-reg_in-ns3 {
  border-radius: 0.875rem;
  margin: 0 auto;
  background: #1F1B17;
  border: 1px solid rgba(255, 225, 180, 0.06);
  padding: 1.75rem 1.5rem;
  max-width: 1320px;
}
@media(min-width: 766px) {.afs-reg_in-ns3 {
  padding: 2.5rem;
}
}.afs-reg_top-ns3 {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 859px) {.afs-reg_top-ns3 {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.afs-reg_label-ns3 {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8922A;
}.afs-reg_h2-ns3 {
  margin-bottom: 0.75rem;
  font-size: 22px;
  font-weight: 800;
  color: #F2EBE0;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  line-height: 1.2;
}
@media(min-width: 770px) {.afs-reg_h2-ns3 {
  font-size: 1.75rem;
}
}.afs-reg_bonus-ns3 {
  padding: 0.625rem 1rem;
  background: rgba(232, 168, 32, 0.16);
  border-radius: 0.5rem;
  gap: 8px;
  border: 1px solid rgba(232, 168, 32, 0.16);
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.afs-reg_bonus_amount-ns3 {
  font-weight: 800;
  color: #E8A820;
  font-size: 20px;
}.afs-reg_bonus_text-ns3 {
  font-size: 13px;
  line-height: 1.35;
  color: #A08B72;
}.afs-reg_cta_btn-ns3 {
  transition: background .2s;
  padding: 0.875rem 2rem;
  background: #2E9B52;
  border-radius: 8px;
  margin-bottom: 12px;
  font-size: 15px;
  box-shadow: 0 0.375rem 18px rgba(46, 155, 82, 0.40);
  color: #100D08;
  font-weight: 700;
  display: inline-block;
}.afs-reg_cta_btn-ns3:hover {
  background: #39B560;
}.afs-reg_terms-ns3 {
  font-size: 0.688rem;
  line-height: 1.5;
  color: #6A5B46;
}.afs-reg_seo-ns3 {
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  padding-top: 20px;
  margin-top: 20px;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7A6852;
}.afs-reg_seo-ns3 p {
  margin-bottom: 10px;
  color: #7A6852;
  font-size: 13px;
  line-height: 1.65;
}.afs-reg_seo-ns3 p:last-child {
  margin-bottom: 0;
}.afs-reg_seo-ns3 strong {
  color: #CDBFA8;
  font-weight: 700;
}.afs-reg_seo-ns3 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8922A;
}.afs-reg_seo-ns3 a:hover {
  color: #DBA83C;
}.afs-reg_seo-ns3 ul,.afs-reg_seo-ns3 ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.afs-reg_seo-ns3 ol {
  list-style: decimal;
}.afs-reg_seo-ns3 li {
  font-size: 0.813rem;
  margin-bottom: 0.25rem;
  line-height: 1.65;
  color: #7A6852;
}.afs-reg_seo-ns3 table {
  font-size: 13px;
  width: 100%;
  display: block;
  border-collapse: collapse;
  margin-bottom: 10px;
  overflow-x: auto;
}
@media(min-width: 769px) {.afs-reg_seo-ns3 table {
  display: table;
}
}.afs-reg_seo-ns3 th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  font-weight: 700;
  text-align: left;
  color: #CDBFA8;
}.afs-reg_seo-ns3 td {
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  padding: 8px;
  color: #7A6852;
}.afs-reg_steps-ns3 {
  gap: 0.875rem;
  flex-direction: column;
  margin-top: 28px;
  display: flex;
}
@media(min-width: 859px) {.afs-reg_steps-ns3 {
  margin-top: 0;
}
}.afs-reg_step-ns3 {
  gap: 14px;
  background: rgba(255, 235, 200, 0.05);
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 225, 180, 0.06);
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.afs-reg_step_num-ns3 {
  border-radius: 50%;
  background: rgba(200, 146, 42, 0.18);
  border: 1px solid rgba(200, 146, 42, 0.07);
  display: flex;
  justify-content: center;
  height: 2.125rem;
  align-items: center;
  flex-shrink: 0;
  color: #C8922A;
  font-weight: 800;
  font-size: 14px;
  width: 2.125rem;
}.afs-reg_step_title-ns3 {
  font-weight: 700;
  color: #F2EBE0;
  font-size: 0.875rem;
  margin-bottom: 3px;
}.afs-reg_step_text-ns3 {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #7A6852;
}.afs-reg_trust-ns3 {
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  gap: 0.625rem;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.25rem;
}.afs-reg_trust_item-ns3 {
  gap: 7px;
  align-items: center;
  font-size: 12px;
  color: #7A6852;
  display: flex;
  overflow-wrap: break-word;
}.afs-reg_trust_ic-ns3 svg {
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #C8922A;
}.afs-htp-ns3 {
  padding: 2.25rem 1rem 0;
  background: #141110;
}
@media(min-width: 767px) {.afs-htp-ns3 {
  padding: 44px 24px 0;
}
}.afs-htp_in-ns3 {
  margin: 0 auto;
  max-width: 1320px;
}.afs-htp_head-ns3 {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.afs-htp_label-ns3 {
  font-size: 11px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #C8922A;
  font-weight: 700;
  letter-spacing: .08em;
}.afs-htp_h2-ns3 {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F2EBE0;
  font-size: 22px;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
}
@media(min-width: 767px) {.afs-htp_h2-ns3 {
  font-size: 28px;
}
}.afs-htp_intro-ns3 {
  line-height: 1.6;
  color: #7A6852;
  font-size: 14px;
}.afs-htp_steps-ns3 {
  padding: 0;
  margin: 0;
  gap: 12px;
  list-style: none;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.afs-htp_steps-ns3 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.afs-htp_steps-ns3 {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.afs-htp_step-ns3 {
  padding: 1.25rem 1.125rem 1.125rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 225, 180, 0.11);
  background: #1F1B17;
  position: relative;
  flex-direction: column;
  display: flex;
}.afs-htp_step_num-ns3 {
  border-radius: 50%;
  background: #C8922A;
  font-family: 'Cinzel', serif;
  width: 28px;
  justify-content: center;
  color: #100D08;
  position: absolute;
  top: -12px;
  height: 1.75rem;
  align-items: center;
  font-weight: 800;
  font-size: 13px;
  display: flex;
  left: 20px;
}.afs-htp_step_ic-ns3 {
  margin: 0.5rem 0 12px;
  border-radius: 4px;
  background: rgba(200, 146, 42, 0.18);
  height: 2.25rem;
  color: #C8922A;
  width: 36px;
  align-items: center;
  display: flex;
  justify-content: center;
}.afs-htp_step_ic-ns3 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 18px;
  height: 18px;
}.afs-htp_step_h-ns3 {
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-weight: 700;
  color: #F2EBE0;
  line-height: 1.25;
  font-size: 0.875rem;
}.afs-htp_step_p-ns3 {
  color: #7A6852;
  line-height: 1.55;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.afs-htp_step_p-ns3 strong {
  color: #CDBFA8;
  font-weight: 600;
}.afs-htp_cta-ns3 {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #2E9B52;
  padding: 0.813rem 26px;
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #100D08;
}.afs-htp_cta-ns3:hover {
  background: #39B560;
}.afs-prov-ns3 {
  padding: 36px 1rem 0;
  background: #141110;
}
@media(min-width: 769px) {.afs-prov-ns3 {
  padding: 44px 1.5rem 0;
}
}.afs-prov_in-ns3 {
  margin: 0 auto;
  max-width: 1320px;
}.afs-prov_head-ns3 {
  margin-bottom: 16px;
}.afs-prov_label-ns3 {
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #C8922A;
  text-transform: uppercase;
  font-size: 11px;
}.afs-prov_h2-ns3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 800;
  color: #F2EBE0;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width:768px) {.afs-prov_h2-ns3 {
  font-size: 24px;
}
}.afs-prov_seo-ns3 {
  color: #7A6852;
  max-width: 620px;
  margin-bottom: 1rem;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.afs-prov_seo-ns3 strong {
  color: #CDBFA8;
  font-weight: 700;
}.afs-prov_seo-ns3 a {
  color: #C8922A;
  text-decoration: underline;
}.afs-prov_grid-ns3 {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 639px) {.afs-prov_grid-ns3 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.afs-prov_grid-ns3 {
  grid-template-columns: repeat(8,1fr);
}
}.afs-prov_card-ns3 {
  gap: 7px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 225, 180, 0.11);
  padding: 14px 10px;
  background: #1A1613;
  transition: border-color .2s,background .2s;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  align-items: center;
}.afs-prov_card-ns3:hover {
  background: #1F1B17;
  border-color: rgba(210, 155, 60, 0.38);
}.afs-prov_logo-ns3 {
  border-radius: 4px;
  overflow: hidden;
  background: rgba(255, 235, 200, 0.05);
  align-items: center;
  width: 44px;
  justify-content: center;
  display: flex;
  height: 2.75rem;
}.afs-prov_logo-ns3 img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.afs-prov_name-ns3 {
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  color: #A08B72;
  overflow-wrap: break-word;
}.afs-bon-ns3 {
  background: #141110;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.afs-bon-ns3 {
  padding: 44px 1.5rem 0;
}
}.afs-bon_in-ns3 {
  margin: 0 auto;
  max-width: 1320px;
}.afs-bon_head-ns3 {
  margin-bottom: 1.25rem;
}.afs-bon_label-ns3 {
  font-size: 0.688rem;
  font-weight: 700;
  color: #C8922A;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.afs-bon_h2-ns3 {
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
  font-weight: 800;
  color: #F2EBE0;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 767px) {.afs-bon_h2-ns3 {
  font-size: 24px;
}
}.afs-bon_seo-ns3 {
  font-size: 0.813rem;
  line-height: 1.6;
  color: #7A6852;
  overflow-wrap: break-word;
  max-width: 620px;
}.afs-bon_seo-ns3 strong {
  color: #CDBFA8;
  font-weight: 700;
}.afs-bon_seo-ns3 a {
  color: #C8922A;
  text-decoration: underline;
}.afs-bon_grid-ns3 {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 639px) {.afs-bon_grid-ns3 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.afs-bon_grid-ns3 {
  grid-template-columns: repeat(5,1fr);
}
}.afs-bon_card-ns3 {
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  background: #1A1613;
  border: 1px solid rgba(255, 225, 180, 0.11);
  padding: 1rem;
}.afs-bon_card-ns3:hover {
  border-color: rgba(200, 146, 42, 0.07);
  transform: translateY(-2px);
}.afs-bon_card_ic-ns3 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 26px;
  height: 26px;
}.afs-bon_card_ic-ns3 {
  margin-bottom: 0.625rem;
}.afs-bon_card_type-ns3 {
  letter-spacing: .06em;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  color: #7A6852;
}.afs-bon_card_amount-ns3 {
  margin-bottom: 6px;
  line-height: 1.1;
  font-weight: 800;
  color: #E8A820;
  font-size: 1.125rem;
}.afs-bon_card_name-ns3 {
  color: #F2EBE0;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 8px;
}.afs-bon_card_detail-ns3 {
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  padding-top: 8px;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #6A5B46;
  line-height: 1.5;
}.afs-rv-ns3 {
  padding: 2.25rem 16px 0;
  background: #141110;
}
@media(min-width: 769px) {.afs-rv-ns3 {
  padding: 44px 24px 0;
}
}.afs-rv_in-ns3 {
  margin: 0 auto;
  max-width: 1320px;
}.afs-rv_head-ns3 {
  margin-bottom: 20px;
  max-width: 720px;
}.afs-rv_label-ns3 {
  color: #C8922A;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.afs-rv_h2-ns3 {
  font-weight: 800;
  color: #F2EBE0;
  font-size: 22px;
  font-family: 'Cinzel', serif;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.afs-rv_h2-ns3 {
  font-size: 28px;
}
}.afs-rv_stats-ns3 {
  gap: 18px;
  color: #7A6852;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.813rem;
  display: flex;
}.afs-rv_stats_score-ns3 {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.afs-rv_stats_score_val-ns3 {
  color: #E8A820;
  font-size: 22px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}.afs-rv_stats_score_max-ns3 {
  color: #6A5B46;
  font-size: 0.813rem;
}.afs-rv_stats_badge-ns3 {
  gap: 4px;
  display: flex;
  align-items: center;
}.afs-rv_stats_badge-ns3 svg {
  height: 0.875rem;
  color: #E8A820;
  width: 14px;
}.afs-rv_grid-ns3 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.afs-rv_grid-ns3 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.afs-rv_grid-ns3 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.afs-rv_card-ns3 {
  background: #1F1B17;
  border: 1px solid rgba(255, 225, 180, 0.11);
  border-radius: 0.5rem;
  padding: 20px;
  flex-direction: column;
  display: flex;
}.afs-rv_card_stars-ns3 {
  gap: 2px;
  display: flex;
  color: #E8A820;
  margin-bottom: 0.625rem;
}.afs-rv_card_stars-ns3 svg {
  width: 0.875rem;
  height: 14px;
}.afs-rv_card_h-ns3 {
  font-size: 0.875rem;
  color: #F2EBE0;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}.afs-rv_card_body-ns3 {
  flex: 1;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7A6852;
  line-height: 1.65;
  margin-bottom: 14px;
}.afs-rv_card_body-ns3 strong {
  color: #CDBFA8;
  font-weight: 600;
}.afs-rv_card_meta-ns3 {
  gap: 10px;
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.75rem;
  align-items: center;
}.afs-rv_card_author-ns3 {
  color: #CDBFA8;
  font-weight: 600;
  font-size: 0.75rem;
}.afs-rv_card_date-ns3 {
  color: #6A5B46;
  font-size: 0.688rem;
}.afs-pmt-ns3 {
  padding: 36px 16px 0;
  background: #141110;
}
@media(min-width: 769px) {.afs-pmt-ns3 {
  padding: 2.75rem 1.5rem 0;
}
}.afs-pmt_in-ns3 {
  margin: 0 auto;
  max-width: 1320px;
}.afs-pmt_head-ns3 {
  margin-bottom: 22px;
  max-width: 720px;
}.afs-pmt_label-ns3 {
  margin-bottom: 0.5rem;
  color: #C8922A;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.afs-pmt_h2-ns3 {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 22px;
  color: #F2EBE0;
}
@media(min-width: 769px) {.afs-pmt_h2-ns3 {
  font-size: 1.75rem;
}
}.afs-pmt_intro-ns3 {
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #7A6852;
}.afs-pmt_groups-ns3 {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.afs-pmt_group-ns3 {
  padding: 1.25rem;
  background: #1F1B17;
  border: 1px solid rgba(255, 225, 180, 0.11);
  border-radius: 0.5rem;
}.afs-pmt_group_head-ns3 {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}.afs-pmt_group_ic-ns3 {
  border-radius: 0.25rem;
  background: rgba(200, 146, 42, 0.18);
  color: #C8922A;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}.afs-pmt_group_ic-ns3 svg {
  height: 18px;
  width: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.afs-pmt_group_h-ns3 {
  margin: 0;
  color: #F2EBE0;
  overflow-wrap: break-word;
  font-size: 16px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
}.afs-pmt_group_p-ns3 {
  color: #7A6852;
  overflow-wrap: break-word;
  line-height: 1.6;
  margin-bottom: 14px;
  font-size: 13px;
}.afs-pmt_group_p-ns3 strong {
  color: #CDBFA8;
  font-weight: 600;
}.afs-pmt_table_wrap-ns3 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.afs-pmt_table-ns3 {
  min-width: 33.75rem;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
}.afs-pmt_table-ns3 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  text-transform: uppercase;
  color: #CDBFA8;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .04em;
  white-space: nowrap;
  text-align: left;
}.afs-pmt_table-ns3 td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  color: #7A6852;
}.afs-pmt_table-ns3 tbody tr:last-child td {
  border-bottom: none;
}.afs-pmt_table-ns3 tr:hover td {
  background: rgba(255, 235, 200, 0.05);
  color: #CDBFA8;
}.afs-seo-ns3 {
  padding: 2.25rem 16px 0;
  background: #141110;
}
@media(min-width: 769px) {.afs-seo-ns3 {
  padding: 2.75rem 1.5rem 0;
}
}.afs-seo_in-ns3 {
  border-radius: 0.875rem;
  padding: 28px 24px;
  background: #1F1B17;
  margin: 0 auto;
  border: 1px solid rgba(255, 225, 180, 0.11);
  max-width: 1320px;
}
@media(min-width: 769px) {.afs-seo_in-ns3 {
  padding: 2.25rem 2.5rem;
}
}.afs-seo_label-ns3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 0.688rem;
  font-weight: 700;
  color: #C8922A;
  letter-spacing: .08em;
}.afs-seo_h2-ns3 {
  font-size: 1.25rem;
  color: #F2EBE0;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.875rem;
  font-weight: 800;
  line-height: 1.25;
}
@media(min-width: 767px) {.afs-seo_h2-ns3 {
  font-size: 24px;
}
}.afs-seo_body-ns3 {
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #A08B72;
}.afs-seo_body-ns3 p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #A08B72;
}.afs-seo_body-ns3 p:last-child {
  margin-bottom: 0;
}.afs-seo_body-ns3 strong {
  color: #CDBFA8;
  font-weight: 700;
}.afs-seo_body-ns3 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8922A;
}.afs-seo_body-ns3 a:hover {
  color: #DBA83C;
}.afs-seo_body-ns3 ul,.afs-seo_body-ns3 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.afs-seo_body-ns3 ol {
  list-style: decimal;
}.afs-seo_body-ns3 li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #A08B72;
  font-size: 0.875rem;
}.afs-seo_body-ns3 table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 12px;
  display: block;
  font-size: 13px;
  border-collapse: collapse;
}
@media(min-width: 771px) {.afs-seo_body-ns3 table {
  display: table;
}
}.afs-seo_body-ns3 th {
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  color: #CDBFA8;
  text-align: left;
}.afs-seo_body-ns3 td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  color: #A08B72;
}.afs-seo_cols-ns3 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.afs-seo_cols-ns3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.afs-seo_cols-ns3 {
  grid-template-columns: repeat(3,1fr);
}
}.afs-seo_col_h-ns3 {
  overflow-wrap: break-word;
  color: #CDBFA8;
  font-size: 0.813rem;
  font-weight: 700;
  margin-bottom: 0.438rem;
}.afs-seo_col_p-ns3 {
  line-height: 1.65;
  color: #7A6852;
  font-size: 13px;
  overflow-wrap: break-word;
}.afs-seo_stats-ns3 {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.afs-seo_stat-ns3 {
  flex: 1;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(200, 146, 42, 0.18);
  background: rgba(200, 146, 42, 0.07);
  border-radius: 0.5rem;
  min-width: 140px;
}.afs-seo_stat_val-ns3 {
  color: #C8922A;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
}.afs-seo_stat_lb-ns3 {
  overflow-wrap: break-word;
  color: #7A6852;
  font-size: 0.688rem;
}.afs-faq-ns3 {
  background: #141110;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.afs-faq-ns3 {
  padding: 44px 24px 0;
}
}.afs-faq_in-ns3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.afs-faq_head-ns3 {
  margin-bottom: 20px;
}.afs-faq_label-ns3 {
  color: #C8922A;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
}.afs-faq_h2-ns3 {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: #F2EBE0;
}
@media(min-width: 771px) {.afs-faq_h2-ns3 {
  font-size: 24px;
}
}.afs-faq_list-ns3 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.afs-faq_item-ns3 {
  border: 1px solid rgba(255, 225, 180, 0.11);
  border-radius: 8px;
  background: #1F1B17;
  overflow: hidden;
}.afs-faq_q-ns3 {
  gap: 0.75rem;
  transition: color .2s;
  padding: 1rem 20px;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  overflow-wrap: break-word;
  color: #CDBFA8;
  font-size: 0.875rem;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
}.afs-faq_q-ns3:hover {
  color: #F2EBE0;
}.afs-faq_q_ic-ns3 {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 235, 200, 0.05);
  width: 1.5rem;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  align-items: center;
  display: flex;
  height: 1.5rem;
  color: #C8922A;
}.afs-faq_item-ns3.afs-state_open-ns3 .afs-faq_q_ic-ns3 {
  transform: rotate(45deg);
}.afs-faq_a-ns3 {
  padding: 0 20px 1rem;
  color: #7A6852;
  overflow-wrap: break-word;
  display: none;
  line-height: 1.7;
  font-size: 13px;
}.afs-faq_item-ns3.afs-state_open-ns3 .afs-faq_a-ns3 {
  display: block;
}.afs-faq_a-ns3 strong {
  color: #CDBFA8;
  font-weight: 700;
}.afs-faq_a-ns3 a {
  color: #C8922A;
  text-decoration: underline;
}.afs-faq_a-ns3 ul,.afs-faq_a-ns3 ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.afs-faq_a-ns3 ol {
  list-style: decimal;
}.afs-faq_a-ns3 li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.afs-faq_a-ns3 table {
  margin: 8px 0;
  font-size: 0.75rem;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width:768px) {.afs-faq_a-ns3 table {
  display: table;
}
}.afs-faq_a-ns3 th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  font-weight: 700;
  text-align: left;
  color: #CDBFA8;
}.afs-faq_a-ns3 td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  color: #7A6852;
}.afs-seo-ns3 {
  background: #141110;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.afs-seo-ns3 {
  padding: 44px 24px 0;
}
}.afs-seo_in-ns3 {
  border-radius: 0.875rem;
  background: #1F1B17;
  padding: 28px 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 225, 180, 0.11);
  max-width: 1320px;
}
@media(min-width: 766px) {.afs-seo_in-ns3 {
  padding: 2.25rem 2.5rem;
}
}.afs-seo_label-ns3 {
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8922A;
  margin-bottom: 10px;
  font-size: 0.688rem;
  text-transform: uppercase;
}.afs-seo_h2-ns3 {
  color: #F2EBE0;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.875rem;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 767px) {.afs-seo_h2-ns3 {
  font-size: 24px;
}
}.afs-seo_body-ns3 {
  overflow-wrap: break-word;
  color: #A08B72;
  font-size: 14px;
  line-height: 1.75;
}.afs-seo_body-ns3 p {
  font-size: 0.875rem;
  margin-bottom: 12px;
  color: #A08B72;
  line-height: 1.75;
}.afs-seo_body-ns3 p:last-child {
  margin-bottom: 0;
}.afs-seo_body-ns3 strong {
  color: #CDBFA8;
  font-weight: 700;
}.afs-seo_body-ns3 a {
  transition: color .2s;
  color: #C8922A;
  text-decoration: underline;
}.afs-seo_body-ns3 a:hover {
  color: #DBA83C;
}.afs-seo_body-ns3 ul,.afs-seo_body-ns3 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.afs-seo_body-ns3 ol {
  list-style: decimal;
}.afs-seo_body-ns3 li {
  margin-bottom: 0.375rem;
  color: #A08B72;
  line-height: 1.75;
  font-size: 0.875rem;
}.afs-seo_body-ns3 table {
  overflow-x: auto;
  font-size: 13px;
  width: 100%;
  margin-bottom: 12px;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 770px) {.afs-seo_body-ns3 table {
  display: table;
}
}.afs-seo_body-ns3 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  text-align: left;
  color: #CDBFA8;
  font-weight: 700;
}.afs-seo_body-ns3 td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  color: #A08B72;
}.afs-seo_cols-ns3 {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.afs-seo_cols-ns3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.afs-seo_cols-ns3 {
  grid-template-columns: repeat(3,1fr);
}
}.afs-seo_col_h-ns3 {
  overflow-wrap: break-word;
  color: #CDBFA8;
  margin-bottom: 0.438rem;
  font-weight: 700;
  font-size: 13px;
}.afs-seo_col_p-ns3 {
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #7A6852;
}.afs-seo_stats-ns3 {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.afs-seo_stat-ns3 {
  flex: 1;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(200, 146, 42, 0.18);
  border-radius: 8px;
  background: rgba(200, 146, 42, 0.07);
  min-width: 8.75rem;
}.afs-seo_stat_val-ns3 {
  margin-bottom: 0.25rem;
  color: #C8922A;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
}.afs-seo_stat_lb-ns3 {
  font-size: 0.688rem;
  color: #7A6852;
  overflow-wrap: break-word;
}.afs-seo-ns3 {
  background: #141110;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.afs-seo-ns3 {
  padding: 44px 1.5rem 0;
}
}.afs-seo_in-ns3 {
  border-radius: 14px;
  border: 1px solid rgba(255, 225, 180, 0.11);
  margin: 0 auto;
  background: #1F1B17;
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.afs-seo_in-ns3 {
  padding: 2.25rem 2.5rem;
}
}.afs-seo_label-ns3 {
  margin-bottom: 0.625rem;
  color: #C8922A;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
}.afs-seo_h2-ns3 {
  color: #F2EBE0;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width:768px) {.afs-seo_h2-ns3 {
  font-size: 24px;
}
}.afs-seo_body-ns3 {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A08B72;
}.afs-seo_body-ns3 p {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 12px;
  color: #A08B72;
}.afs-seo_body-ns3 p:last-child {
  margin-bottom: 0;
}.afs-seo_body-ns3 strong {
  color: #CDBFA8;
  font-weight: 700;
}.afs-seo_body-ns3 a {
  transition: color .2s;
  color: #C8922A;
  text-decoration: underline;
}.afs-seo_body-ns3 a:hover {
  color: #DBA83C;
}.afs-seo_body-ns3 ul,.afs-seo_body-ns3 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.afs-seo_body-ns3 ol {
  list-style: decimal;
}.afs-seo_body-ns3 li {
  color: #A08B72;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.75;
}.afs-seo_body-ns3 table {
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 12px;
  font-size: 0.813rem;
}
@media(min-width:768px) {.afs-seo_body-ns3 table {
  display: table;
}
}.afs-seo_body-ns3 th {
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  padding: 10px 12px;
  color: #CDBFA8;
  text-align: left;
  font-weight: 700;
}.afs-seo_body-ns3 td {
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  padding: 10px 0.75rem;
  color: #A08B72;
}.afs-seo_cols-ns3 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.afs-seo_cols-ns3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.afs-seo_cols-ns3 {
  grid-template-columns: repeat(3,1fr);
}
}.afs-seo_col_h-ns3 {
  font-weight: 700;
  color: #CDBFA8;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.afs-seo_col_p-ns3 {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #7A6852;
}.afs-seo_stats-ns3 {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.afs-seo_stat-ns3 {
  flex: 1;
  padding: 0.875rem 1rem;
  background: rgba(200, 146, 42, 0.07);
  border-radius: 0.5rem;
  border: 1px solid rgba(200, 146, 42, 0.18);
  min-width: 140px;
}.afs-seo_stat_val-ns3 {
  color: #C8922A;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 4px;
  font-size: 1.25rem;
}.afs-seo_stat_lb-ns3 {
  overflow-wrap: break-word;
  color: #7A6852;
  font-size: 0.688rem;
}.afs-ft-ns3 {
  background: #0D0B09;
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  margin-top: 3rem;
}.afs-ft_support-ns3 {
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width:768px) {.afs-ft_support-ns3 {
  padding: 1.75rem 24px;
}
}.afs-ft_support_in-ns3 {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 82.5rem;
  display: flex;
  align-items: center;
}.afs-ft_support_main-ns3 {
  gap: 1rem;
  flex: 1;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
  flex-wrap: wrap;
}.afs-ft_support_ic-ns3 {
  color: #C8922A;
  flex-shrink: 0;
}.afs-ft_support_ic-ns3 svg {
  stroke-linecap: round;
  width: 1.875rem;
  height: 1.875rem;
  stroke-linejoin: round;
}.afs-ft_support_text_title-ns3 {
  overflow-wrap: break-word;
  margin-bottom: 3px;
  color: #F2EBE0;
  font-size: 0.938rem;
  font-weight: 700;
}.afs-ft_support_text_sub-ns3 {
  overflow-wrap: break-word;
  color: #7A6852;
  font-size: 0.75rem;
}.afs-ft_support_btn-ns3 {
  border-radius: 8px;
  transition: background .2s;
  background: #C8922A;
  padding: 11px 1.375rem;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  color: #F2EBE0;
  flex-shrink: 0;
}.afs-ft_support_btn-ns3:hover {
  background: #DBA83C;
}.afs-ft_support_contacts-ns3 {
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.afs-ft_support_contact-ns3 {
  color: #6A5B46;
  font-size: 12px;
  line-height: 1.4;
}.afs-ft_support_contact-ns3 strong {
  display: block;
  font-weight: 600;
  color: #A08B72;
  font-size: 11px;
  margin-bottom: 2px;
}.afs-ft_main-ns3 {
  padding: 2rem 16px 24px;
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
}
@media(min-width: 766px) {.afs-ft_main-ns3 {
  padding: 2.5rem 1.5rem 32px;
}
}.afs-ft_main_in-ns3 {
  gap: 24px;
  margin: 0 auto;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.afs-ft_main_in-ns3 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.afs-ft_main_in-ns3 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.afs-ft_col_logo-ns3 {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.afs-ft_col_logo-ns3 {
  grid-column: auto;
}
}.afs-ft_logo-ns3 {
  gap: 9px;
  overflow-wrap: break-word;
  color: #F2EBE0;
  flex-wrap: wrap;
  font-size: 1rem;
  align-items: center;
  margin-bottom: 0.75rem;
  font-weight: 800;
  display: flex;
}.afs-ft_logo_mark-ns3 {
  overflow: hidden;
  border-radius: 4px;
  width: 1.875rem;
  height: 1.875rem;
}.afs-ft_logo_mark-ns3 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.afs-ft_logo_sub-ns3 {
  line-height: 1.55;
  max-width: 200px;
  color: #6A5B46;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.afs-ft_col_title-ns3 {
  font-size: 12px;
  color: #A08B72;
  letter-spacing: .07em;
  margin-bottom: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}.afs-ft_col_links-ns3 {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.afs-ft_col_link-ns3 {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #6A5B46;
}.afs-ft_col_link-ns3:hover {
  color: #CDBFA8;
}.afs-ft_apps-ns3 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.afs-ft_app_card-ns3 {
  background: rgba(255, 235, 200, 0.05);
  transition: border-color .2s;
  border-radius: 4px;
  gap: 10px;
  padding: 10px 0.75rem;
  border: 1px solid rgba(255, 225, 180, 0.11);
  align-items: center;
  display: flex;
}.afs-ft_app_card-ns3:hover {
  border-color: rgba(210, 155, 60, 0.38);
}.afs-ft_app_card_ic-ns3 svg {
  stroke-linejoin: round;
  width: 22px;
  height: 1.375rem;
  stroke-linecap: round;
}.afs-ft_app_card_os-ns3 {
  font-size: 0.625rem;
  color: #6A5B46;
  font-weight: 600;
}.afs-ft_app_card_action-ns3 {
  color: #CDBFA8;
  font-size: 0.75rem;
  font-weight: 700;
}.afs-ft_bot-ns3 {
  padding: 1.25rem 16px;
}
@media(min-width: 771px) {.afs-ft_bot-ns3 {
  padding: 1.25rem 1.5rem;
}
}.afs-ft_bot_in-ns3 {
  margin: 0 auto;
  gap: 1rem;
  align-items: center;
  max-width: 82.5rem;
  display: flex;
  flex-wrap: wrap;
}.afs-ft_socials-ns3 {
  gap: 0.5rem;
  display: flex;
}.afs-ft_soc-ns3 {
  transition: background .2s;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 225, 180, 0.11);
  background: rgba(255, 235, 200, 0.05);
  width: 2.25rem;
  align-items: center;
  height: 36px;
  display: flex;
  justify-content: center;
  color: #A08B72;
}.afs-ft_soc-ns3 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  width: 16px;
}.afs-ft_soc-ns3:hover {
  background: rgba(255, 235, 200, 0.07);
}.afs-ft_legal-ns3 {
  flex: 1;
  font-size: 0.688rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #8C7B64;
  min-width: 200px;
}.afs-ft_legal-ns3 strong {
  font-weight: 700;
  color: #A08B72;
}.afs-ft_legal-ns3 a {
  text-decoration: underline;
  color: #A08B72;
}.afs-ft_age-ns3 {
  border-radius: 50%;
  border: 2px solid #8C7B64;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 32px;
  justify-content: center;
  font-size: 0.688rem;
  color: #8C7B64;
  margin-left: auto;
  font-weight: 800;
  height: 32px;
}