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