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;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #141210;
  color: #D2C2AE;
  font-family: 'Barlow', sans-serif;
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}.nee_layout-idk {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.nee_page-idk {
  display: flex;
  min-height: 100vh;
}.nee_main-idk {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width: 1081px) {.nee_main-idk {
  padding-left: 13.75rem;
}
}
@media (max-width: 1077px) {.nee_main-idk {
  padding-bottom: 72px;
}
}.nee_gc-idk {
  overflow: hidden;
  background: #191512;
  border-radius: 8px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
  width: 140px;
  cursor: pointer;
  position: relative;
}
@media(min-width: 639px) {.nee_gc-idk {
  width: 156px;
}
}
@media(min-width: 1081px) {.nee_gc-idk {
  width: 10.5rem;
}
}.nee_gc-idk:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 121, 58, 0.07);
}.nee_gc_img-idk {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.nee_gc_img-idk img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.nee_gc_hover-idk {
  transition: opacity .2s;
  inset: 0;
  background: rgba(10, 8, 6, 0.72);
  align-items: center;
  display: flex;
  opacity: 0;
  justify-content: center;
  position: absolute;
}.nee_gc-idk:hover .nee_gc_hover-idk {
  opacity: 1;
}.nee_gc_hover_btn-idk {
  padding: 8px 1rem;
  border-radius: 4px;
  background: #C8793A;
  font-weight: 700;
  font-size: 12px;
  color: #F5EDE2;
}.nee_gc_info-idk {
  padding: 8px 0.625rem 0.625rem;
}.nee_gc_name-idk {
  overflow: hidden;
  font-weight: 600;
  color: #D2C2AE;
  max-width: 100%;
  white-space: nowrap;
  font-size: 12px;
  margin-bottom: 3px;
  text-overflow: ellipsis;
}.nee_gc_prov-idk {
  color: #604E3C;
  font-size: 0.625rem;
}.nee_gc_tag-idk {
  padding: 2px 0.438rem;
  border-radius: 4px;
  position: absolute;
  left: 0.375rem;
  font-weight: 700;
  letter-spacing: .04em;
  z-index: 2;
  text-transform: uppercase;
  font-size: 0.563rem;
  top: 6px;
}.nee_gc_tag_hot-idk {
  background: #D44040;
  color: #fff;
}.nee_gc_tag_new-idk {
  background: #3DAB6A;
  color: #141210;
}.nee_gc_tag_jp-idk {
  background: #E8B030;
  color: #141210;
}.nee_gc_tag_ex-idk {
  background: #A0621E;
  color: #fff;
}.nee_gc_tag_live-idk {
  background: #D44040;
  color: #fff;
}.nee_gr-idk {
  padding: 32px 16px 0;
  background: #141210;
}
@media(min-width: 765px) {.nee_gr-idk {
  padding: 36px 1.5rem 0;
}
}.nee_gr_in-idk {
  margin: 0 auto;
  max-width: 82.5rem;
}.nee_gr_head-idk {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}.nee_gr_head_l-idk {
  flex: 1;
  gap: 0.625rem;
  display: flex;
  min-width: 0;
  align-items: center;
}.nee_gr_ic-idk {
  border-radius: 0.5rem;
  justify-content: center;
  width: 2rem;
  align-items: center;
  display: flex;
  height: 32px;
  flex-shrink: 0;
}.nee_gr_ic-idk svg {
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
}.nee_gr_title-idk {
  color: #F5EDE2;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.nee_gr_title-idk {
  font-size: 18px;
}
}.nee_gr_more-idk {
  transition: color .2s;
  gap: 5px;
  font-size: 12px;
  white-space: nowrap;
  color: #7D6B56;
  display: flex;
  flex-shrink: 0;
  font-weight: 600;
  align-items: center;
}.nee_gr_more-idk:hover {
  color: #C8793A;
}.nee_gr_more-idk svg {
  stroke-linecap: round;
  height: 12px;
  width: 12px;
  stroke-linejoin: round;
}.nee_gr_arrows-idk {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.nee_gr_arr-idk {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  justify-content: center;
  width: 30px;
  color: #A8937C;
  align-items: center;
  height: 30px;
  display: flex;
}.nee_gr_arr-idk:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5EDE2;
}.nee_gr_arr-idk svg {
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
}.nee_gr_seo_h-idk {
  margin: 0 0 6px;
  max-width: 42.5rem;
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #D2C2AE;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 765px) {.nee_gr_seo_h-idk {
  font-size: 0.875rem;
}
}.nee_gr_seo-idk {
  max-width: 42.5rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  color: #7D6B56;
  font-size: 0.75rem;
}.nee_gr_seo-idk strong {
  color: #D2C2AE;
  font-weight: 600;
}.nee_gr_scroll-idk {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
}.nee_gr_scroll-idk::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.nee_gr_scroll-idk {
  gap: 0.75rem;
}
}.nee_tb-idk {
  background: #141210;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  top: 0;
  left: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  height: 56px;
}.nee_tb_in-idk {
  gap: 0;
  padding: 0 14px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}.nee_tb_burger-idk {
  border-radius: 8px;
  gap: 0.313rem;
  width: 2.375rem;
  flex-direction: column;
  height: 2.375rem;
  margin-right: 0.5rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}.nee_tb_burger-idk:hover {
  background: rgba(255, 255, 255, 0.05);
}.nee_tb_burger_line-idk {
  border-radius: 1px;
  background: #A8937C;
  height: 2px;
  width: 1.125rem;
  display: block;
}
@media(min-width: 1083px) {.nee_tb_burger-idk {
  display: none;
}
}.nee_tb_logo-idk {
  gap: 0.563rem;
  font-size: 18px;
  letter-spacing: -.01em;
  margin-right: 1.25rem;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5EDE2;
  flex-shrink: 0;
}.nee_tb_logo_mark-idk {
  border-radius: 8px;
  overflow: hidden;
  justify-content: center;
  width: 32px;
  align-items: center;
  height: 32px;
  display: flex;
}.nee_tb_logo_mark-idk img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.nee_tb_nav-idk {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 642px) {.nee_tb_nav-idk {
  display: flex;
}
}.nee_tb_tab-idk {
  transition: background .15s,color .15s;
  border-radius: 8px;
  padding: 8px 14px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  color: #A8937C;
}.nee_tb_tab-idk:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDE2;
}.nee_tb_tab-idk.nee_state_active-idk {
  background: rgba(200, 121, 58, 0.18);
  color: #F5EDE2;
}.nee_tb_right-idk {
  gap: 8px;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.nee_tb_login-idk {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,color .2s;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 16px;
  display: none;
  color: #D2C2AE;
  font-size: 0.813rem;
  font-weight: 600;
}.nee_tb_login-idk:hover {
  border-color: rgba(200, 121, 58, 0.45);
  color: #F5EDE2;
}
@media(min-width: 482px) {.nee_tb_login-idk {
  display: block;
}
}.nee_tb_reg-idk {
  transition: background .2s;
  padding: 9px 18px;
  background: #3DAB6A;
  border-radius: 0.5rem;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.813rem;
  color: #110E0B;
}.nee_tb_reg-idk:hover {
  background: #48C47A;
}.nee_sb-idk {
  background: #1E1A16;
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  left: 0;
  z-index: 70;
  width: 13.75rem;
  overflow-y: auto;
  bottom: 0;
  position: fixed;
  top: 3.5rem;
}.nee_sb-idk.nee_state_open-idk {
  transform: translateX(0);
}.nee_sb-idk::-webkit-scrollbar {
  width: 4px;
}.nee_sb-idk::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1082px) {.nee_sb-idk {
  transform: translateX(0);
}
}.nee_sb_auth-idk {
  padding: 0.875rem 0.75rem 0.625rem;
}.nee_sb_btn_reg-idk {
  background: #3DAB6A;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 11px;
  display: block;
  font-size: 0.813rem;
  margin-bottom: 8px;
  text-align: center;
  color: #110E0B;
  font-weight: 700;
}.nee_sb_btn_reg-idk:hover {
  background: #48C47A;
}.nee_sb_btn_login-idk {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 10px;
  transition: border-color .2s;
  text-align: center;
  display: block;
  font-size: 0.813rem;
  color: #D2C2AE;
  font-weight: 600;
}.nee_sb_btn_login-idk:hover {
  border-color: rgba(200, 121, 58, 0.45);
  color: #F5EDE2;
}.nee_sb_promo-idk {
  margin: 0 12px 0.625rem;
  padding: 12px 14px;
  background: linear-gradient(135deg,#2C1C0C,#1E1A16);
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid rgba(200, 121, 58, 0.18);
  position: relative;
}.nee_sb_promo-idk::before {
  background: radial-gradient(circle,rgba(200, 121, 58, 0.18),transparent 70%);
  border-radius: 50%;
  top: -20px;
  position: absolute;
  height: 80px;
  content: '';
  width: 5rem;
  right: -20px;
}.nee_sb_promo_title-idk {
  color: #C8793A;
  letter-spacing: .06em;
  margin-bottom: 4px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}.nee_sb_promo_text-idk {
  color: #F5EDE2;
  font-size: 0.75rem;
  font-weight: 600;
  overflow-wrap: break-word;
  line-height: 1.35;
}.nee_sb_promo_sub-idk {
  color: #7D6B56;
  margin-top: 3px;
  font-size: 0.625rem;
}.nee_sb_nav-idk {
  padding: 0.375rem 0.5rem 16px;
}.nee_sb_nav_lb-idk {
  padding: 0.625rem 0.5rem 0.375rem;
  font-weight: 700;
  color: #604E3C;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: .08em;
}.nee_sb_link-idk {
  gap: 10px;
  transition: background .15s,color .15s;
  padding: 0.563rem 10px;
  border-radius: 0.25rem;
  cursor: pointer;
  font-weight: 500;
  overflow-wrap: break-word;
  color: #A8937C;
  font-size: 13px;
  align-items: center;
  display: flex;
}.nee_sb_link-idk:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDE2;
}.nee_sb_link-idk.nee_state_active-idk {
  background: rgba(200, 121, 58, 0.18);
  color: #F5EDE2;
}.nee_sb_ic-idk {
  border-radius: 4px;
  justify-content: center;
  width: 1.875rem;
  height: 30px;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.nee_sb_ic-idk svg {
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.nee_sb_ic_1-idk {
  background: rgba(200, 121, 58, 0.07);
  color: #C8793A;
}.nee_sb_ic_2-idk {
  background: rgba(61, 171, 106, 0.16);
  color: #3DAB6A;
}.nee_sb_ic_3-idk {
  background: rgba(232, 176, 48, 0.15);
  color: #E8B030;
}.nee_sb_ic_4-idk {
  background: rgba(160, 98, 30, 0.22);
  color: #A0621E;
}.nee_sb_ic_5-idk {
  background: rgba(200, 121, 58, 0.07);
  color: #E8516A;
}.nee_sb_ic_6-idk {
  background: rgba(160, 98, 30, 0.22);
  color: #9B5DE5;
}.nee_sb_badge-idk {
  border-radius: 0.25rem;
  background: #E8B030;
  padding: 2px 7px;
  color: #110E0B;
  font-weight: 700;
  font-size: 0.563rem;
  margin-left: auto;
}.nee_sb_bot-idk {
  padding: 12px;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.nee_sb_lang-idk,.nee_sb_help-idk {
  padding: 0.563rem 6px;
  flex: 1;
  gap: 0.375rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  font-size: 0.688rem;
  color: #A8937C;
  align-items: center;
  font-weight: 600;
  justify-content: center;
}.nee_sb_lang-idk:hover,.nee_sb_help-idk:hover {
  border-color: rgba(200, 121, 58, 0.45);
  color: #F5EDE2;
}.nee_sb_lang-idk svg,.nee_sb_help-idk svg {
  width: 13px;
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.nee_sb_bd-idk {
  inset: 0;
  background: rgba(10, 8, 6, 0.72);
  display: none;
  z-index: 69;
  position: fixed;
}.nee_sb_bd-idk.nee_state_on-idk {
  display: block;
}
@media(min-width: 1079px) {.nee_sb_bd-idk {
  display: none!important;
}
}.nee_mob_nav-idk {
  background: #1E1A16;
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  left: 0;
  right: 0;
  position: fixed;
  z-index: 80;
  bottom: 0;
  display: flex;
}
@media(min-width:1080px) {.nee_mob_nav-idk {
  display: none;
}
}.nee_mob_nav_item-idk {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 0.25rem;
  display: flex;
  color: #604E3C;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.nee_mob_nav_ic-idk {
  line-height: 1;
}.nee_mob_nav_ic-idk svg {
  width: 20px;
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.nee_mob_nav_lb-idk {
  font-weight: 600;
  font-size: 0.625rem;
  color: #604E3C;
}.nee_mob_nav_item-idk.nee_state_active-idk {
  color: #C8793A;
}.nee_mob_nav_item-idk.nee_state_active-idk .nee_mob_nav_lb-idk {
  color: #C8793A;
}.nee_hero-idk {
  background: #141210;
  padding: 1.25rem 16px 0;
}
@media(min-width: 769px) {.nee_hero-idk {
  padding: 1.5rem 24px 0;
}
}.nee_hero_in-idk {
  gap: 12px;
  margin: 0 auto;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.nee_hero_in-idk {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.nee_hero_in-idk {
  grid-template-columns: 1fr 340px;
}
}.nee_hero_promo-idk {
  border-radius: 12px;
  overflow: hidden;
  background: #191512;
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 220px;
}
@media(min-width:768px) {.nee_hero_promo-idk {
  min-height: 17.5rem;
}
}.nee_hero_promo_bg-idk {
  background-position: center;
  background: linear-gradient(120deg,#2C1C0C 0%,#141210 100%);
  inset: 0;
  position: absolute;
  background-size: cover;
}.nee_hero_promo_bg-idk::after {
  inset: 0;
  background: linear-gradient(90deg,#141210 0%,rgba(10, 8, 6, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.nee_hero_promo_glow-idk {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(160, 98, 30, 0.22) 0%,transparent 65%);
  height: 18.75rem;
  top: -2.5rem;
  width: 18.75rem;
  right: 3.75rem;
  position: absolute;
  pointer-events: none;
}.nee_hero_promo_ct-idk {
  padding: 28px 1.5rem 28px 28px;
  display: flex;
  max-width: 480px;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  position: relative;
}
@media(min-width: 769px) {.nee_hero_promo_ct-idk {
  padding: 40px 2rem;
}
}.nee_hero_badge-idk {
  border-radius: 1.25rem;
  padding: 5px 12px;
  border: 1px solid rgba(200, 121, 58, 0.07);
  background: rgba(200, 121, 58, 0.18);
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C8793A;
  font-size: 10px;
  display: inline-block;
  font-weight: 700;
}.nee_hero_h1-idk {
  line-height: 1.15;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.625rem;
  color: #F5EDE2;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 26px;
}.nee_hero_h1-idk em {
  font-style: normal;
  color: #E8B030;
}
@media(min-width: 771px) {.nee_hero_h1-idk {
  font-size: 2.25rem;
}
}.nee_hero_sub-idk {
  color: #A8937C;
  line-height: 1.55;
  margin-bottom: 20px;
  font-size: 13px;
}
@media(min-width: 771px) {.nee_hero_sub-idk {
  font-size: 14px;
}
}.nee_hero_row-idk {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.nee_hero_cta-idk {
  background: #3DAB6A;
  border-radius: 8px;
  padding: 13px 1.625rem;
  transition: background .2s;
  font-weight: 700;
  color: #110E0B;
  font-size: 14px;
  box-shadow: 0 0.25rem 0 #1E6B3A, 0 0 16px rgba(61, 171, 106, 0.42);
}.nee_hero_cta-idk:hover {
  background: #48C47A;
}.nee_hero_terms-idk {
  font-size: 0.688rem;
  color: #604E3C;
}.nee_hero_game-idk {
  background: #191512;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  position: relative;
  flex-direction: column;
  display: flex;
}.nee_hero_game_badge-idk {
  border-radius: 20px;
  border: 1px solid rgba(232, 176, 48, 0.15);
  background: rgba(232, 176, 48, 0.15);
  padding: 5px 10px;
  text-transform: uppercase;
  position: absolute;
  color: #E8B030;
  left: 0.75rem;
  letter-spacing: .06em;
  top: 12px;
  font-size: 10px;
  font-weight: 700;
  z-index: 3;
}.nee_hero_game_badge-idk svg {
  margin-right: 0.25rem;
  width: 11px;
  vertical-align: -1px;
  height: 0.688rem;
}.nee_hero_game_img-idk {
  overflow: hidden;
  background: linear-gradient(135deg,#2C1C0C,#141210);
  position: relative;
  padding-bottom: 60%;
}.nee_hero_game_img-idk img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
}.nee_hero_game_play-idk {
  transition: opacity .2s;
  inset: 0;
  background: rgba(10, 8, 6, 0.72);
  align-items: center;
  display: flex;
  opacity: 0;
  justify-content: center;
  position: absolute;
}.nee_hero_game-idk:hover .nee_hero_game_play-idk {
  opacity: 1;
}.nee_hero_game_play-idk span {
  background: #C8793A;
  border-radius: 50%;
  align-items: center;
  display: flex;
  width: 52px;
  justify-content: center;
  height: 3.25rem;
}.nee_hero_game_play-idk span svg {
  margin-left: 2px;
  height: 18px;
  width: 18px;
}.nee_hero_game_info-idk {
  padding: 0.875rem 16px;
}.nee_hero_game_title-idk {
  color: #F5EDE2;
  margin-bottom: 4px;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.938rem;
}.nee_hero_game_provider-idk {
  font-size: 11px;
  color: #7D6B56;
}.nee_hero_game_btn-idk {
  padding: 11px;
  background: #C8793A;
  transition: background .2s;
  margin: 12px 1rem 16px;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 700;
  color: #F5EDE2;
  display: block;
  font-size: 0.813rem;
}.nee_hero_game-idk:hover .nee_hero_game_btn-idk {
  background: #DC8E4E;
}.nee_sbar-idk {
  padding: 1rem 16px 0;
  background: #141210;
}
@media(min-width: 766px) {.nee_sbar-idk {
  padding: 1.125rem 1.5rem 0;
}
}.nee_sbar_in-idk {
  margin: 0 auto;
  max-width: 1320px;
}.nee_sbar_row-idk {
  gap: 10px;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}.nee_sbar_input-idk {
  transition: border-color .2s;
  flex: 1;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #191512;
  gap: 10px;
  padding: 11px 1rem;
  align-items: center;
  display: flex;
  cursor: pointer;
  font-size: 0.813rem;
  color: #7D6B56;
}.nee_sbar_input-idk:hover {
  border-color: rgba(200, 121, 58, 0.45);
}.nee_sbar_input-idk svg {
  height: 15px;
  stroke-linecap: round;
  flex-shrink: 0;
  width: 15px;
  stroke-linejoin: round;
}.nee_sbar_providers-idk {
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 0.5rem;
  background: #191512;
  transition: border-color .2s;
  padding: 11px 1.125rem;
  border-radius: 8px;
  font-weight: 600;
  display: flex;
  color: #D2C2AE;
  white-space: nowrap;
  font-size: 13px;
  align-items: center;
}.nee_sbar_providers-idk:hover {
  border-color: rgba(200, 121, 58, 0.45);
  color: #F5EDE2;
}.nee_sbar_providers-idk svg {
  height: 14px;
  width: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.nee_sbar_tabs-idk {
  gap: 6px;
  display: flex;
  padding-bottom: 2px;
  scrollbar-width: none;
  overflow-x: auto;
}.nee_sbar_tabs-idk::-webkit-scrollbar {
  display: none;
}.nee_sbar_tab-idk {
  transition: background .15s,color .15s,border-color .15s;
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1.25rem;
  padding: 0.5rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
  font-size: 12px;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  cursor: pointer;
  color: #A8937C;
}.nee_sbar_tab-idk:hover {
  border-color: rgba(200, 121, 58, 0.45);
  background: rgba(255, 255, 255, 0.07);
  color: #F5EDE2;
}.nee_sbar_tab-idk.nee_state_active-idk {
  background: rgba(200, 121, 58, 0.18);
  border-color: rgba(200, 121, 58, 0.07);
  color: #F5EDE2;
}.nee_sbar_tab_ic-idk svg {
  stroke-linecap: round;
  height: 14px;
  width: 14px;
  stroke-linejoin: round;
}.nee_wy-idk {
  padding: 2rem 1rem 0;
  background: #141210;
}
@media(min-width: 767px) {.nee_wy-idk {
  padding: 2.5rem 1.5rem 0;
}
}.nee_wy_in-idk {
  margin: 0 auto;
  max-width: 82.5rem;
}.nee_wy_head-idk {
  max-width: 720px;
  margin-bottom: 18px;
}.nee_wy_label-idk {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #C8793A;
  font-size: 0.688rem;
}.nee_wy_h2-idk {
  color: #F5EDE2;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.nee_wy_h2-idk {
  font-size: 24px;
}
}.nee_wy_intro-idk {
  margin: 0;
  font-size: 13px;
  color: #7D6B56;
  line-height: 1.6;
}.nee_wy_grid-idk {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.nee_wy_grid-idk {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.nee_wy_grid-idk {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.nee_wy_card-idk {
  background: #1E1A16;
  border-radius: 8px;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
}.nee_wy_card-idk:hover {
  border-color: rgba(200, 121, 58, 0.07);
  transform: translateY(-2px);
}.nee_wy_card_ic-idk {
  border-radius: 50%;
  background: rgba(200, 121, 58, 0.18);
  margin-bottom: 0.875rem;
  display: flex;
  align-items: center;
  width: 44px;
  justify-content: center;
  color: #C8793A;
  height: 44px;
}.nee_wy_card_ic-idk svg {
  width: 22px;
  stroke-linecap: round;
  height: 22px;
  stroke-linejoin: round;
}.nee_wy_card_h-idk {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 15px;
  line-height: 1.25;
  color: #F5EDE2;
  margin-bottom: 0.375rem;
}.nee_wy_card_p-idk {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #7D6B56;
}.nee_wy_card_p-idk strong {
  color: #D2C2AE;
  font-weight: 600;
}.nee_gcg-idk {
  background: #141210;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.nee_gcg-idk {
  padding: 44px 1.5rem 0;
}
}.nee_gcg_in-idk {
  margin: 0 auto;
  max-width: 1320px;
}.nee_gcg_head-idk {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.nee_gcg_label-idk {
  color: #C8793A;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.nee_gcg_h2-idk {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5EDE2;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 765px) {.nee_gcg_h2-idk {
  font-size: 1.75rem;
}
}.nee_gcg_intro-idk {
  line-height: 1.6;
  color: #7D6B56;
  font-size: 13px;
}.nee_gcg_grid-idk {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.nee_gcg_grid-idk {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.nee_gcg_grid-idk {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.nee_gcg_card-idk {
  border-radius: 0.75rem;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: transform .2s,border-color .2s;
  cursor: pointer;
  justify-content: flex-end;
  min-height: 15rem;
  flex-direction: column;
  position: relative;
  display: flex;
}.nee_gcg_card-idk:hover {
  border-color: rgba(200, 121, 58, 0.18);
  transform: translateY(-3px);
}.nee_gcg_card_bg-idk {
  inset: 0;
  z-index: 0;
  position: absolute;
}.nee_gcg_card_bg-idk::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.nee_gcg_card_ic-idk {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  width: 2.5rem;
  top: 18px;
  color: #F5EDE2;
  height: 40px;
  z-index: 2;
  right: 1.125rem;
  justify-content: center;
  position: absolute;
  display: flex;
  align-items: center;
}.nee_gcg_card_ic-idk svg {
  width: 20px;
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
}.nee_gcg_card_ct-idk {
  z-index: 1;
  position: relative;
}.nee_gcg_card_h-idk {
  font-size: 18px;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.2;
  color: #F5EDE2;
}
@media(min-width:768px) {.nee_gcg_card_h-idk {
  font-size: 1.25rem;
}
}.nee_gcg_card_p-idk {
  font-size: 12px;
  margin-bottom: 0.625rem;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
}.nee_gcg_card_p-idk strong {
  color: #F5EDE2;
  font-weight: 600;
}.nee_gcg_card_cta-idk {
  gap: 0.25rem;
  color: #C8793A;
  font-size: 12px;
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  letter-spacing: .04em;
  font-weight: 700;
}.nee_gcg_card_cta-idk svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
  width: 12px;
}.nee_ws-idk {
  padding: 32px 16px 0;
  background: #141210;
}
@media(min-width: 769px) {.nee_ws-idk {
  padding: 2.25rem 24px 0;
}
}.nee_ws_in-idk {
  margin: 0 auto;
  max-width: 1320px;
}.nee_ws_head-idk {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 14px;
  justify-content: space-between;
  align-items: center;
}.nee_ws_title-idk {
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  display: flex;
  color: #F5EDE2;
  align-items: center;
}.nee_ws_title_ic-idk svg {
  stroke-linejoin: round;
  color: #E8B030;
  width: 18px;
  height: 18px;
  stroke-linecap: round;
}.nee_ws_online-idk {
  gap: 0.438rem;
  font-weight: 600;
  display: flex;
  font-size: 12px;
  color: #7D6B56;
  align-items: center;
}.nee_ws_online_dot-idk {
  background: #3DAB6A;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(61, 171, 106, 0.16);
  width: 0.5rem;
  flex-shrink: 0;
  height: 0.5rem;
}.nee_ws_scroll-idk {
  gap: 8px;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 8px;
  display: flex;
}.nee_ws_scroll-idk::-webkit-scrollbar {
  display: none;
}.nee_wc-idk {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #191512;
  gap: 10px;
  border-radius: 0.5rem;
  display: flex;
  min-width: 220px;
  align-items: center;
  flex-shrink: 0;
}.nee_wc_img-idk {
  border-radius: 4px;
  background: #1E1A16;
  overflow: hidden;
  flex-shrink: 0;
  height: 2.25rem;
  width: 36px;
}.nee_wc_img-idk img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.nee_wc_info-idk {
  min-width: 0;
}.nee_wc_game-idk {
  overflow: hidden;
  color: #D2C2AE;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
  text-overflow: ellipsis;
}.nee_wc_player-idk {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.625rem;
  color: #604E3C;
}.nee_wc_amount-idk {
  font-size: 0.813rem;
  flex-shrink: 0;
  margin-left: auto;
  color: #3DAB6A;
  white-space: nowrap;
  font-weight: 700;
}.nee_htp-idk {
  padding: 2.25rem 16px 0;
  background: #141210;
}
@media(min-width: 770px) {.nee_htp-idk {
  padding: 2.75rem 24px 0;
}
}.nee_htp_in-idk {
  margin: 0 auto;
  max-width: 82.5rem;
}.nee_htp_head-idk {
  margin-bottom: 22px;
  max-width: 720px;
}.nee_htp_label-idk {
  font-weight: 700;
  color: #C8793A;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 11px;
}.nee_htp_h2-idk {
  font-size: 1.375rem;
  color: #F5EDE2;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.nee_htp_h2-idk {
  font-size: 28px;
}
}.nee_htp_intro-idk {
  line-height: 1.6;
  color: #7D6B56;
  font-size: 14px;
}.nee_htp_steps-idk {
  list-style: none;
  margin: 0;
  gap: 12px;
  padding: 0;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.nee_htp_steps-idk {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.nee_htp_steps-idk {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.nee_htp_step-idk {
  border-radius: 8px;
  background: #1E1A16;
  padding: 1.25rem 18px 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-direction: column;
  position: relative;
  display: flex;
}.nee_htp_step_num-idk {
  background: #C8793A;
  border-radius: 50%;
  justify-content: center;
  font-size: 0.813rem;
  display: flex;
  align-items: center;
  left: 1.25rem;
  position: absolute;
  width: 1.75rem;
  color: #110E0B;
  top: -12px;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  height: 1.75rem;
}.nee_htp_step_ic-idk {
  background: rgba(200, 121, 58, 0.18);
  border-radius: 0.25rem;
  margin: 0.5rem 0 12px;
  color: #C8793A;
  display: flex;
  justify-content: center;
  height: 2.25rem;
  width: 36px;
  align-items: center;
}.nee_htp_step_ic-idk svg {
  height: 1.125rem;
  width: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.nee_htp_step_h-idk {
  color: #F5EDE2;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25;
  margin-bottom: 0.375rem;
}.nee_htp_step_p-idk {
  color: #7D6B56;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.55;
}.nee_htp_step_p-idk strong {
  color: #D2C2AE;
  font-weight: 600;
}.nee_htp_cta-idk {
  padding: 0.813rem 1.625rem;
  background: #3DAB6A;
  border-radius: 8px;
  transition: background .2s;
  color: #110E0B;
  font-size: 0.875rem;
  margin-top: 20px;
  display: inline-block;
  font-weight: 700;
}.nee_htp_cta-idk:hover {
  background: #48C47A;
}.nee_reg-idk {
  background: #141210;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.nee_reg-idk {
  padding: 44px 1.5rem 0;
}
}.nee_reg_in-idk {
  background: #1E1A16;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 auto;
  border-radius: 0.75rem;
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 767px) {.nee_reg_in-idk {
  padding: 40px;
}
}.nee_reg_top-idk {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.nee_reg_top-idk {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.nee_reg_label-idk {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  font-weight: 700;
  color: #C8793A;
}.nee_reg_h2-idk {
  line-height: 1.2;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 12px;
  color: #F5EDE2;
}
@media(min-width: 766px) {.nee_reg_h2-idk {
  font-size: 1.75rem;
}
}.nee_reg_bonus-idk {
  padding: 0.625rem 16px;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid rgba(232, 176, 48, 0.15);
  background: rgba(232, 176, 48, 0.15);
  display: inline-flex;
  margin-bottom: 1rem;
  align-items: center;
}.nee_reg_bonus_amount-idk {
  color: #E8B030;
  font-size: 1.25rem;
  font-weight: 800;
}.nee_reg_bonus_text-idk {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #A8937C;
}.nee_reg_cta_btn-idk {
  background: #3DAB6A;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 0.875rem 32px;
  display: inline-block;
  margin-bottom: 12px;
  color: #110E0B;
  box-shadow: 0 0.25rem 0 #1E6B3A, 0 0 16px rgba(61, 171, 106, 0.42);
  font-weight: 700;
  font-size: 0.938rem;
}.nee_reg_cta_btn-idk:hover {
  background: #48C47A;
}.nee_reg_terms-idk {
  line-height: 1.5;
  color: #604E3C;
  font-size: 11px;
}.nee_reg_seo-idk {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.65;
  color: #7D6B56;
  overflow-wrap: break-word;
  padding-top: 20px;
}.nee_reg_seo-idk p {
  line-height: 1.65;
  margin-bottom: 10px;
  color: #7D6B56;
  font-size: 13px;
}.nee_reg_seo-idk p:last-child {
  margin-bottom: 0;
}.nee_reg_seo-idk strong {
  font-weight: 700;
  color: #D2C2AE;
}.nee_reg_seo-idk a {
  transition: color .2s;
  color: #C8793A;
  text-decoration: underline;
}.nee_reg_seo-idk a:hover {
  color: #DC8E4E;
}.nee_reg_seo-idk ul,.nee_reg_seo-idk ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.nee_reg_seo-idk ol {
  list-style: decimal;
}.nee_reg_seo-idk li {
  margin-bottom: 0.25rem;
  line-height: 1.65;
  color: #7D6B56;
  font-size: 13px;
}.nee_reg_seo-idk table {
  margin-bottom: 10px;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
  display: block;
}
@media(min-width: 766px) {.nee_reg_seo-idk table {
  display: table;
}
}.nee_reg_seo-idk th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #D2C2AE;
}.nee_reg_seo-idk td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7D6B56;
}.nee_reg_steps-idk {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width: 863px) {.nee_reg_steps-idk {
  margin-top: 0;
}
}.nee_reg_step-idk {
  border-radius: 0.5rem;
  gap: 0.875rem;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.nee_reg_step_num-idk {
  border: 1px solid rgba(200, 121, 58, 0.07);
  background: rgba(200, 121, 58, 0.18);
  border-radius: 50%;
  flex-shrink: 0;
  font-weight: 800;
  height: 2.125rem;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 34px;
  color: #C8793A;
  font-size: 0.875rem;
}.nee_reg_step_title-idk {
  color: #F5EDE2;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 0.875rem;
}.nee_reg_step_text-idk {
  color: #7D6B56;
  line-height: 1.5;
  font-size: 12px;
}.nee_reg_trust-idk {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 1.25rem;
  display: flex;
}.nee_reg_trust_item-idk {
  gap: 7px;
  font-size: 0.75rem;
  color: #7D6B56;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
}.nee_reg_trust_ic-idk svg {
  stroke-linejoin: round;
  width: 16px;
  color: #C8793A;
  height: 16px;
  stroke-linecap: round;
}.nee_bon-idk {
  padding: 2.25rem 1rem 0;
  background: #141210;
}
@media(min-width: 769px) {.nee_bon-idk {
  padding: 44px 1.5rem 0;
}
}.nee_bon_in-idk {
  margin: 0 auto;
  max-width: 82.5rem;
}.nee_bon_head-idk {
  margin-bottom: 20px;
}.nee_bon_label-idk {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #C8793A;
  font-size: 11px;
}.nee_bon_h2-idk {
  font-weight: 800;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F5EDE2;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.nee_bon_h2-idk {
  font-size: 1.5rem;
}
}.nee_bon_seo-idk {
  font-size: 13px;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7D6B56;
}.nee_bon_seo-idk strong {
  font-weight: 700;
  color: #D2C2AE;
}.nee_bon_seo-idk a {
  text-decoration: underline;
  color: #C8793A;
}.nee_bon_grid-idk {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 637px) {.nee_bon_grid-idk {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.nee_bon_grid-idk {
  grid-template-columns: repeat(5,1fr);
}
}.nee_bon_card-idk {
  border-radius: 8px;
  background: #191512;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 16px;
}.nee_bon_card-idk:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 121, 58, 0.07);
}.nee_bon_card_ic-idk svg {
  width: 26px;
  stroke-linecap: round;
  height: 1.625rem;
  stroke-linejoin: round;
}.nee_bon_card_ic-idk {
  margin-bottom: 10px;
}.nee_bon_card_type-idk {
  letter-spacing: .06em;
  font-weight: 700;
  color: #7D6B56;
  font-size: 10px;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
}.nee_bon_card_amount-idk {
  line-height: 1.1;
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 800;
  color: #E8B030;
}.nee_bon_card_name-idk {
  color: #F5EDE2;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 600;
}.nee_bon_card_detail-idk {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  line-height: 1.5;
  color: #604E3C;
}.nee_app-idk {
  padding: 2.25rem 1rem 0;
  background: #141210;
}
@media(min-width: 765px) {.nee_app-idk {
  padding: 44px 1.5rem 0;
}
}.nee_app_in-idk {
  margin: 0 auto;
  max-width: 82.5rem;
}.nee_app_head-idk {
  margin-bottom: 16px;
}.nee_app_label-idk {
  font-size: 0.688rem;
  color: #C8793A;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
}.nee_app_h2-idk {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 6px;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5EDE2;
}
@media(min-width: 767px) {.nee_app_h2-idk {
  font-size: 24px;
}
}.nee_app_sub-idk {
  color: #7D6B56;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 600px;
  line-height: 1.6;
}.nee_app_sub-idk strong {
  color: #D2C2AE;
  font-weight: 700;
}.nee_app_cards-idk {
  gap: 0.625rem;
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.nee_app_cards-idk {
  grid-template-columns: repeat(3,1fr);
}
}.nee_app_card-idk {
  padding: 1.25rem;
  gap: 16px;
  overflow: hidden;
  border-radius: 8px;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
  display: flex;
}.nee_app_card_ios-idk {
  background: linear-gradient(135deg,rgba(200, 121, 58, 0.18) 0%,#1E1A16 100%);
}.nee_app_card_android-idk {
  background: linear-gradient(135deg,rgba(61, 171, 106, 0.16) 0%,#1E1A16 100%);
}.nee_app_card_win-idk {
  background: linear-gradient(135deg,rgba(232, 176, 48, 0.15) 0%,#1E1A16 100%);
}.nee_app_card_ic-idk svg {
  height: 34px;
  stroke-linejoin: round;
  width: 2.125rem;
  stroke-linecap: round;
}.nee_app_card_ic-idk {
  flex-shrink: 0;
  color: #F5EDE2;
}.nee_app_card_os-idk {
  color: #7D6B56;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
}.nee_app_card_title-idk {
  font-size: 0.938rem;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  line-height: 1.2;
  color: #F5EDE2;
  font-weight: 700;
}.nee_app_card_text-idk {
  color: #7D6B56;
  line-height: 1.5;
  font-size: 12px;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}.nee_app_card_btn-idk {
  background: rgba(255, 255, 255, 0.12);
  gap: 7px;
  border: 1px solid rgba(200, 121, 58, 0.45);
  border-radius: 0.25rem;
  transition: background .2s;
  padding: 10px 18px;
  font-size: 0.813rem;
  color: #F5EDE2;
  align-items: center;
  font-weight: 700;
  display: inline-flex;
}.nee_app_card_btn-idk:hover {
  background: rgba(255, 255, 255, 0.07);
}.nee_prov-idk {
  padding: 36px 16px 0;
  background: #141210;
}
@media(min-width: 771px) {.nee_prov-idk {
  padding: 44px 24px 0;
}
}.nee_prov_in-idk {
  margin: 0 auto;
  max-width: 1320px;
}.nee_prov_head-idk {
  margin-bottom: 16px;
}.nee_prov_label-idk {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 11px;
  color: #C8793A;
}.nee_prov_h2-idk {
  overflow-wrap: break-word;
  color: #F5EDE2;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 766px) {.nee_prov_h2-idk {
  font-size: 1.5rem;
}
}.nee_prov_seo-idk {
  overflow-wrap: break-word;
  color: #7D6B56;
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 38.75rem;
  margin-bottom: 1rem;
}.nee_prov_seo-idk strong {
  color: #D2C2AE;
  font-weight: 700;
}.nee_prov_seo-idk a {
  color: #C8793A;
  text-decoration: underline;
}.nee_prov_grid-idk {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 643px) {.nee_prov_grid-idk {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.nee_prov_grid-idk {
  grid-template-columns: repeat(8,1fr);
}
}.nee_prov_card-idk {
  gap: 0.438rem;
  border-radius: 0.5rem;
  padding: 0.875rem 10px;
  background: #191512;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-direction: column;
}.nee_prov_card-idk:hover {
  background: #1E1A16;
  border-color: rgba(200, 121, 58, 0.45);
}.nee_prov_logo-idk {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
}.nee_prov_logo-idk img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.nee_prov_name-idk {
  font-size: 11px;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #A8937C;
  text-align: center;
}.nee_rv-idk {
  background: #141210;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.nee_rv-idk {
  padding: 44px 24px 0;
}
}.nee_rv_in-idk {
  margin: 0 auto;
  max-width: 82.5rem;
}.nee_rv_head-idk {
  margin-bottom: 20px;
  max-width: 45rem;
}.nee_rv_label-idk {
  letter-spacing: .08em;
  font-weight: 700;
  color: #C8793A;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 8px;
}.nee_rv_h2-idk {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F5EDE2;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.nee_rv_h2-idk {
  font-size: 1.75rem;
}
}.nee_rv_stats-idk {
  gap: 1.125rem;
  align-items: center;
  font-size: 0.813rem;
  display: flex;
  flex-wrap: wrap;
  color: #7D6B56;
}.nee_rv_stats_score-idk {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.nee_rv_stats_score_val-idk {
  color: #E8B030;
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
}.nee_rv_stats_score_max-idk {
  color: #604E3C;
  font-size: 13px;
}.nee_rv_stats_badge-idk {
  gap: 4px;
  display: flex;
  align-items: center;
}.nee_rv_stats_badge-idk svg {
  width: 0.875rem;
  height: 14px;
  color: #E8B030;
}.nee_rv_grid-idk {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.nee_rv_grid-idk {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.nee_rv_grid-idk {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.nee_rv_card-idk {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
  background: #1E1A16;
  border-radius: 0.5rem;
  flex-direction: column;
  display: flex;
}.nee_rv_card_stars-idk {
  gap: 2px;
  margin-bottom: 0.625rem;
  color: #E8B030;
  display: flex;
}.nee_rv_card_stars-idk svg {
  height: 0.875rem;
  width: 0.875rem;
}.nee_rv_card_h-idk {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #F5EDE2;
  line-height: 1.3;
}.nee_rv_card_body-idk {
  flex: 1;
  line-height: 1.65;
  color: #7D6B56;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 13px;
}.nee_rv_card_body-idk strong {
  color: #D2C2AE;
  font-weight: 600;
}.nee_rv_card_meta-idk {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  padding-top: 12px;
}.nee_rv_card_author-idk {
  font-size: 0.75rem;
  font-weight: 600;
  color: #D2C2AE;
}.nee_rv_card_date-idk {
  color: #604E3C;
  font-size: 11px;
}.nee_seo-idk {
  background: #141210;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.nee_seo-idk {
  padding: 2.75rem 1.5rem 0;
}
}.nee_seo_in-idk {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1E1A16;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.nee_seo_in-idk {
  padding: 2.25rem 2.5rem;
}
}.nee_seo_label-idk {
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  color: #C8793A;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.nee_seo_h2-idk {
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #F5EDE2;
  line-height: 1.25;
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 771px) {.nee_seo_h2-idk {
  font-size: 1.5rem;
}
}.nee_seo_body-idk {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
  color: #A8937C;
}.nee_seo_body-idk p {
  color: #A8937C;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.75;
}.nee_seo_body-idk p:last-child {
  margin-bottom: 0;
}.nee_seo_body-idk strong {
  color: #D2C2AE;
  font-weight: 700;
}.nee_seo_body-idk a {
  transition: color .2s;
  color: #C8793A;
  text-decoration: underline;
}.nee_seo_body-idk a:hover {
  color: #DC8E4E;
}.nee_seo_body-idk ul,.nee_seo_body-idk ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.nee_seo_body-idk ol {
  list-style: decimal;
}.nee_seo_body-idk li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #A8937C;
  font-size: 14px;
}.nee_seo_body-idk table {
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
  width: 100%;
}
@media(min-width: 769px) {.nee_seo_body-idk table {
  display: table;
}
}.nee_seo_body-idk th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #D2C2AE;
  text-align: left;
  font-weight: 700;
}.nee_seo_body-idk td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #A8937C;
}.nee_seo_cols-idk {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.nee_seo_cols-idk {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.nee_seo_cols-idk {
  grid-template-columns: repeat(3,1fr);
}
}.nee_seo_col_h-idk {
  color: #D2C2AE;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
}.nee_seo_col_p-idk {
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7D6B56;
}.nee_seo_stats-idk {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.nee_seo_stat-idk {
  border-radius: 8px;
  flex: 1;
  border: 1px solid rgba(200, 121, 58, 0.18);
  padding: 0.875rem 16px;
  background: rgba(200, 121, 58, 0.07);
  min-width: 140px;
}.nee_seo_stat_val-idk {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #C8793A;
  font-size: 20px;
}.nee_seo_stat_lb-idk {
  color: #7D6B56;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.nee_seo-idk {
  background: #141210;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.nee_seo-idk {
  padding: 2.75rem 1.5rem 0;
}
}.nee_seo_in-idk {
  background: #1E1A16;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  border-radius: 0.75rem;
  max-width: 1320px;
}
@media(min-width:768px) {.nee_seo_in-idk {
  padding: 36px 40px;
}
}.nee_seo_label-idk {
  font-weight: 700;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  color: #C8793A;
}.nee_seo_h2-idk {
  overflow-wrap: break-word;
  line-height: 1.25;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  color: #F5EDE2;
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.nee_seo_h2-idk {
  font-size: 1.5rem;
}
}.nee_seo_body-idk {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #A8937C;
  line-height: 1.75;
}.nee_seo_body-idk p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A8937C;
}.nee_seo_body-idk p:last-child {
  margin-bottom: 0;
}.nee_seo_body-idk strong {
  font-weight: 700;
  color: #D2C2AE;
}.nee_seo_body-idk a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8793A;
}.nee_seo_body-idk a:hover {
  color: #DC8E4E;
}.nee_seo_body-idk ul,.nee_seo_body-idk ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.nee_seo_body-idk ol {
  list-style: decimal;
}.nee_seo_body-idk li {
  color: #A8937C;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.nee_seo_body-idk table {
  overflow-x: auto;
  font-size: 0.813rem;
  border-collapse: collapse;
  display: block;
  margin-bottom: 12px;
  width: 100%;
}
@media(min-width: 767px) {.nee_seo_body-idk table {
  display: table;
}
}.nee_seo_body-idk th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  color: #D2C2AE;
  font-weight: 700;
}.nee_seo_body-idk td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8937C;
}.nee_seo_cols-idk {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.nee_seo_cols-idk {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.nee_seo_cols-idk {
  grid-template-columns: repeat(3,1fr);
}
}.nee_seo_col_h-idk {
  font-weight: 700;
  color: #D2C2AE;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.nee_seo_col_p-idk {
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #7D6B56;
}.nee_seo_stats-idk {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.nee_seo_stat-idk {
  background: rgba(200, 121, 58, 0.07);
  border: 1px solid rgba(200, 121, 58, 0.18);
  padding: 0.875rem 1rem;
  border-radius: 0.5rem;
  flex: 1;
  min-width: 8.75rem;
}.nee_seo_stat_val-idk {
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #C8793A;
  font-size: 20px;
  overflow-wrap: break-word;
}.nee_seo_stat_lb-idk {
  font-size: 0.688rem;
  color: #7D6B56;
  overflow-wrap: break-word;
}.nee_pmt-idk {
  background: #141210;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.nee_pmt-idk {
  padding: 2.75rem 1.5rem 0;
}
}.nee_pmt_in-idk {
  margin: 0 auto;
  max-width: 82.5rem;
}.nee_pmt_head-idk {
  margin-bottom: 22px;
  max-width: 45rem;
}.nee_pmt_label-idk {
  color: #C8793A;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.nee_pmt_h2-idk {
  overflow-wrap: break-word;
  color: #F5EDE2;
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 22px;
}
@media(min-width: 766px) {.nee_pmt_h2-idk {
  font-size: 1.75rem;
}
}.nee_pmt_intro-idk {
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7D6B56;
  font-size: 14px;
}.nee_pmt_groups-idk {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.nee_pmt_group-idk {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  background: #1E1A16;
  padding: 20px;
}.nee_pmt_group_head-idk {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}.nee_pmt_group_ic-idk {
  border-radius: 0.25rem;
  background: rgba(200, 121, 58, 0.18);
  flex-shrink: 0;
  color: #C8793A;
  display: flex;
  align-items: center;
  height: 36px;
  justify-content: center;
  width: 36px;
}.nee_pmt_group_ic-idk svg {
  stroke-linejoin: round;
  width: 1.125rem;
  stroke-linecap: round;
  height: 18px;
}.nee_pmt_group_h-idk {
  margin: 0;
  font-weight: 700;
  color: #F5EDE2;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
}.nee_pmt_group_p-idk {
  line-height: 1.6;
  color: #7D6B56;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 0.813rem;
}.nee_pmt_group_p-idk strong {
  font-weight: 600;
  color: #D2C2AE;
}.nee_pmt_table_wrap-idk {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.nee_pmt_table-idk {
  width: 100%;
  font-size: 0.813rem;
  min-width: 33.75rem;
  border-collapse: collapse;
}.nee_pmt_table-idk th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #D2C2AE;
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: .04em;
  white-space: nowrap;
}.nee_pmt_table-idk td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #7D6B56;
}.nee_pmt_table-idk tbody tr:last-child td {
  border-bottom: none;
}.nee_pmt_table-idk tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D2C2AE;
}.nee_seo-idk {
  padding: 36px 16px 0;
  background: #141210;
}
@media(min-width: 771px) {.nee_seo-idk {
  padding: 44px 24px 0;
}
}.nee_seo_in-idk {
  background: #1E1A16;
  padding: 28px 24px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.75rem;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.nee_seo_in-idk {
  padding: 36px 2.5rem;
}
}.nee_seo_label-idk {
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #C8793A;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
}.nee_seo_h2-idk {
  overflow-wrap: break-word;
  color: #F5EDE2;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.nee_seo_h2-idk {
  font-size: 1.5rem;
}
}.nee_seo_body-idk {
  font-size: 14px;
  line-height: 1.75;
  color: #A8937C;
  overflow-wrap: break-word;
}.nee_seo_body-idk p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #A8937C;
  font-size: 14px;
}.nee_seo_body-idk p:last-child {
  margin-bottom: 0;
}.nee_seo_body-idk strong {
  color: #D2C2AE;
  font-weight: 700;
}.nee_seo_body-idk a {
  transition: color .2s;
  color: #C8793A;
  text-decoration: underline;
}.nee_seo_body-idk a:hover {
  color: #DC8E4E;
}.nee_seo_body-idk ul,.nee_seo_body-idk ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.nee_seo_body-idk ol {
  list-style: decimal;
}.nee_seo_body-idk li {
  color: #A8937C;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.75;
}.nee_seo_body-idk table {
  width: 100%;
  font-size: 13px;
  display: block;
  margin-bottom: 12px;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 769px) {.nee_seo_body-idk table {
  display: table;
}
}.nee_seo_body-idk th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  color: #D2C2AE;
  font-weight: 700;
}.nee_seo_body-idk td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #A8937C;
}.nee_seo_cols-idk {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.nee_seo_cols-idk {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.nee_seo_cols-idk {
  grid-template-columns: repeat(3,1fr);
}
}.nee_seo_col_h-idk {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 7px;
  color: #D2C2AE;
  overflow-wrap: break-word;
}.nee_seo_col_p-idk {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7D6B56;
  line-height: 1.65;
}.nee_seo_stats-idk {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.nee_seo_stat-idk {
  border: 1px solid rgba(200, 121, 58, 0.18);
  border-radius: 8px;
  background: rgba(200, 121, 58, 0.07);
  flex: 1;
  padding: 0.875rem 16px;
  min-width: 8.75rem;
}.nee_seo_stat_val-idk {
  color: #C8793A;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 800;
}.nee_seo_stat_lb-idk {
  overflow-wrap: break-word;
  color: #7D6B56;
  font-size: 11px;
}.nee_faq-idk {
  padding: 2.25rem 1rem 0;
  background: #141210;
}
@media(min-width: 765px) {.nee_faq-idk {
  padding: 44px 1.5rem 0;
}
}.nee_faq_in-idk {
  margin: 0 auto;
  max-width: 1320px;
}.nee_faq_head-idk {
  margin-bottom: 20px;
}.nee_faq_label-idk {
  letter-spacing: .08em;
  font-size: 11px;
  color: #C8793A;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}.nee_faq_h2-idk {
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F5EDE2;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 769px) {.nee_faq_h2-idk {
  font-size: 24px;
}
}.nee_faq_list-idk {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.nee_faq_item-idk {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1E1A16;
  overflow: hidden;
}.nee_faq_q-idk {
  transition: color .2s;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  align-items: center;
  display: flex;
  cursor: pointer;
  font-size: 14px;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  color: #D2C2AE;
  font-weight: 600;
  justify-content: space-between;
}.nee_faq_q-idk:hover {
  color: #F5EDE2;
}.nee_faq_q_ic-idk {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  color: #C8793A;
  font-size: 1rem;
  height: 1.5rem;
  width: 24px;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}.nee_faq_item-idk.nee_state_open-idk .nee_faq_q_ic-idk {
  transform: rotate(45deg);
}.nee_faq_a-idk {
  padding: 0 20px 1rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  display: none;
  color: #7D6B56;
  line-height: 1.7;
}.nee_faq_item-idk.nee_state_open-idk .nee_faq_a-idk {
  display: block;
}.nee_faq_a-idk strong {
  color: #D2C2AE;
  font-weight: 700;
}.nee_faq_a-idk a {
  text-decoration: underline;
  color: #C8793A;
}.nee_faq_a-idk ul,.nee_faq_a-idk ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.nee_faq_a-idk ol {
  list-style: decimal;
}.nee_faq_a-idk li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.nee_faq_a-idk table {
  margin: 0.5rem 0;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.75rem;
  display: block;
}
@media(min-width: 770px) {.nee_faq_a-idk table {
  display: table;
}
}.nee_faq_a-idk th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 0.5rem;
  font-weight: 700;
  color: #D2C2AE;
  text-align: left;
}.nee_faq_a-idk td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7D6B56;
}.nee_ft-idk {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #0D0B09;
  margin-top: 3rem;
}.nee_ft_support-idk {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 766px) {.nee_ft_support-idk {
  padding: 28px 24px;
}
}.nee_ft_support_in-idk {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  max-width: 1320px;
  flex-wrap: wrap;
  align-items: center;
}.nee_ft_support_main-idk {
  flex: 1;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
}.nee_ft_support_ic-idk {
  color: #C8793A;
  flex-shrink: 0;
}.nee_ft_support_ic-idk svg {
  height: 30px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.875rem;
}.nee_ft_support_text_title-idk {
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F5EDE2;
}.nee_ft_support_text_sub-idk {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #7D6B56;
}.nee_ft_support_btn-idk {
  padding: 11px 1.375rem;
  border-radius: 0.5rem;
  transition: background .2s;
  background: #C8793A;
  flex-shrink: 0;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
  color: #F5EDE2;
}.nee_ft_support_btn-idk:hover {
  background: #DC8E4E;
}.nee_ft_support_contacts-idk {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.nee_ft_support_contact-idk {
  line-height: 1.4;
  color: #604E3C;
  font-size: 0.75rem;
}.nee_ft_support_contact-idk strong {
  margin-bottom: 2px;
  font-size: 0.688rem;
  color: #A8937C;
  font-weight: 600;
  display: block;
}.nee_ft_main-idk {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 1rem 24px;
}
@media(min-width: 771px) {.nee_ft_main-idk {
  padding: 2.5rem 1.5rem 2rem;
}
}.nee_ft_main_in-idk {
  gap: 1.5rem;
  margin: 0 auto;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.nee_ft_main_in-idk {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.nee_ft_main_in-idk {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.nee_ft_col_logo-idk {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.nee_ft_col_logo-idk {
  grid-column: auto;
}
}.nee_ft_logo-idk {
  gap: 0.563rem;
  align-items: center;
  font-weight: 800;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  font-size: 16px;
  display: flex;
  overflow-wrap: break-word;
  color: #F5EDE2;
}.nee_ft_logo_mark-idk {
  border-radius: 4px;
  overflow: hidden;
  width: 30px;
  height: 30px;
}.nee_ft_logo_mark-idk img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.nee_ft_logo_sub-idk {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #604E3C;
  max-width: 12.5rem;
}.nee_ft_col_title-idk {
  font-size: 12px;
  color: #A8937C;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  font-weight: 700;
  letter-spacing: .07em;
}.nee_ft_col_links-idk {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.nee_ft_col_link-idk {
  transition: color .2s;
  color: #604E3C;
  font-size: 13px;
  overflow-wrap: break-word;
}.nee_ft_col_link-idk:hover {
  color: #D2C2AE;
}.nee_ft_apps-idk {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.nee_ft_app_card-idk {
  border-radius: 0.25rem;
  gap: 10px;
  transition: border-color .2s;
  padding: 0.625rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
}.nee_ft_app_card-idk:hover {
  border-color: rgba(200, 121, 58, 0.45);
}.nee_ft_app_card_ic-idk svg {
  height: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 22px;
}.nee_ft_app_card_os-idk {
  font-size: 0.625rem;
  font-weight: 600;
  color: #604E3C;
}.nee_ft_app_card_action-idk {
  font-size: 0.75rem;
  color: #D2C2AE;
  font-weight: 700;
}.nee_ft_bot-idk {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.nee_ft_bot-idk {
  padding: 20px 1.5rem;
}
}.nee_ft_bot_in-idk {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 1320px;
}.nee_ft_socials-idk {
  gap: 0.5rem;
  display: flex;
}.nee_ft_soc-idk {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  border-radius: 0.25rem;
  color: #A8937C;
  align-items: center;
  justify-content: center;
  height: 36px;
  display: flex;
  width: 2.25rem;
}.nee_ft_soc-idk svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
  height: 1rem;
}.nee_ft_soc-idk:hover {
  background: rgba(255, 255, 255, 0.07);
}.nee_ft_legal-idk {
  flex: 1;
  color: #8A7868;
  min-width: 200px;
  font-size: 0.688rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.nee_ft_legal-idk strong {
  font-weight: 700;
  color: #A8937C;
}.nee_ft_legal-idk a {
  text-decoration: underline;
  color: #A8937C;
}.nee_ft_age-idk {
  border: 2px solid #8A7868;
  border-radius: 50%;
  height: 32px;
  font-weight: 800;
  color: #8A7868;
  width: 2rem;
  flex-shrink: 0;
  margin-left: auto;
  justify-content: center;
  font-size: 0.688rem;
  align-items: center;
  display: flex;
}