html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0C1020;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  color: #BDC6D5;
}.pip-layout-xx3 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.pip-page-xx3 {
  min-height: 100vh;
  display: flex;
}.pip-main-xx3 {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1079px) {.pip-main-xx3 {
  padding-left: 220px;
}
}
@media (max-width: 1082px) {.pip-main-xx3 {
  padding-bottom: 4.5rem;
}
}.pip-gc-xx3 {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0F1420;
  transition: transform .2s,border-color .2s;
  border-radius: 0.5rem;
  position: relative;
  flex-shrink: 0;
  width: 140px;
  cursor: pointer;
}
@media(min-width: 639px) {.pip-gc-xx3 {
  width: 9.75rem;
}
}
@media(min-width: 1083px) {.pip-gc-xx3 {
  width: 168px;
}
}.pip-gc-xx3:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 154, 32, 0.08);
}.pip-gc_img-xx3 {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.pip-gc_img-xx3 img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.pip-gc_hover-xx3 {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 11, 22, 0.82);
  opacity: 0;
  align-items: center;
  position: absolute;
  display: flex;
  justify-content: center;
}.pip-gc-xx3:hover .pip-gc_hover-xx3 {
  opacity: 1;
}.pip-gc_hover_btn-xx3 {
  border-radius: 4px;
  padding: 8px 16px;
  background: #C49A20;
  font-weight: 700;
  color: #EDEEF3;
  font-size: 0.75rem;
}.pip-gc_info-xx3 {
  padding: 8px 0.625rem 0.625rem;
}.pip-gc_name-xx3 {
  overflow: hidden;
  color: #BDC6D5;
  font-weight: 600;
  max-width: 100%;
  font-size: 12px;
  margin-bottom: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
}.pip-gc_prov-xx3 {
  font-size: 0.625rem;
  color: #7080A0;
}.pip-gc_tag-xx3 {
  padding: 2px 7px;
  border-radius: 0.25rem;
  text-transform: uppercase;
  top: 0.375rem;
  position: absolute;
  left: 6px;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: .04em;
  z-index: 2;
}.pip-gc_tag_hot-xx3 {
  background: #DC3A2E;
  color: #fff;
}.pip-gc_tag_new-xx3 {
  background: #22A86A;
  color: #0C1020;
}.pip-gc_tag_jp-xx3 {
  background: #E8A020;
  color: #0C1020;
}.pip-gc_tag_ex-xx3 {
  background: #7A90A8;
  color: #fff;
}.pip-gc_tag_live-xx3 {
  background: #DC3A2E;
  color: #fff;
}.pip-gr-xx3 {
  background: #0C1020;
  padding: 32px 16px 0;
}
@media(min-width: 769px) {.pip-gr-xx3 {
  padding: 2.25rem 1.5rem 0;
}
}.pip-gr_in-xx3 {
  margin: 0 auto;
  max-width: 1320px;
}.pip-gr_head-xx3 {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}.pip-gr_head_l-xx3 {
  flex: 1;
  gap: 0.625rem;
  align-items: center;
  min-width: 0;
  display: flex;
}.pip-gr_ic-xx3 {
  border-radius: 8px;
  flex-shrink: 0;
  align-items: center;
  width: 2rem;
  height: 32px;
  justify-content: center;
  display: flex;
}.pip-gr_ic-xx3 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
  height: 16px;
}.pip-gr_title-xx3 {
  color: #EDEEF3;
  font-size: 1rem;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.pip-gr_title-xx3 {
  font-size: 1.125rem;
}
}.pip-gr_more-xx3 {
  gap: 0.313rem;
  transition: color .2s;
  color: #7C8D9F;
  flex-shrink: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.75rem;
}.pip-gr_more-xx3:hover {
  color: #C49A20;
}.pip-gr_more-xx3 svg {
  stroke-linejoin: round;
  height: 0.75rem;
  stroke-linecap: round;
  width: 12px;
}.pip-gr_arrows-xx3 {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.pip-gr_arr-xx3 {
  border-radius: 4px;
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #8E9DB0;
  display: flex;
  justify-content: center;
  height: 30px;
  width: 1.875rem;
  align-items: center;
}.pip-gr_arr-xx3:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EDEEF3;
}.pip-gr_arr-xx3 svg {
  height: 0.813rem;
  width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.pip-gr_seo_h-xx3 {
  margin: 0 0 6px;
  font-size: 13px;
  color: #BDC6D5;
  max-width: 680px;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.pip-gr_seo_h-xx3 {
  font-size: 14px;
}
}.pip-gr_seo-xx3 {
  max-width: 680px;
  line-height: 1.55;
  margin-bottom: 0.75rem;
  color: #7C8D9F;
  overflow-wrap: break-word;
  font-size: 12px;
}.pip-gr_seo-xx3 strong {
  color: #BDC6D5;
  font-weight: 600;
}.pip-gr_scroll-xx3 {
  gap: 0.625rem;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
}.pip-gr_scroll-xx3::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.pip-gr_scroll-xx3 {
  gap: 12px;
}
}.pip-tb-xx3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0C1020;
  right: 0;
  z-index: 80;
  align-items: center;
  left: 0;
  height: 56px;
  position: fixed;
  display: flex;
  top: 0;
}.pip-tb_in-xx3 {
  gap: 0;
  padding: 0 0.875rem;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}.pip-tb_burger-xx3 {
  border-radius: 8px;
  gap: 5px;
  margin-right: 0.5rem;
  justify-content: center;
  width: 2.375rem;
  align-items: center;
  height: 2.375rem;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
}.pip-tb_burger-xx3:hover {
  background: rgba(255, 255, 255, 0.05);
}.pip-tb_burger_line-xx3 {
  background: #8E9DB0;
  border-radius: 1px;
  width: 18px;
  display: block;
  height: 2px;
}
@media(min-width: 1081px) {.pip-tb_burger-xx3 {
  display: none;
}
}.pip-tb_logo-xx3 {
  gap: 9px;
  align-items: center;
  flex-shrink: 0;
  font-size: 1.125rem;
  color: #EDEEF3;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  font-weight: 800;
  display: flex;
  margin-right: 1.25rem;
}.pip-tb_logo_mark-xx3 {
  border-radius: 0.5rem;
  overflow: hidden;
  align-items: center;
  height: 2rem;
  width: 32px;
  display: flex;
  justify-content: center;
}.pip-tb_logo_mark-xx3 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.pip-tb_nav-xx3 {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width:640px) {.pip-tb_nav-xx3 {
  display: flex;
}
}.pip-tb_tab-xx3 {
  transition: background .15s,color .15s;
  padding: 8px 0.875rem;
  border-radius: 0.5rem;
  color: #8E9DB0;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}.pip-tb_tab-xx3:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EDEEF3;
}.pip-tb_tab-xx3.pip-state_active-xx3 {
  background: rgba(196, 154, 32, 0.18);
  color: #EDEEF3;
}.pip-tb_right-xx3 {
  gap: 0.5rem;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.pip-tb_login-xx3 {
  border-radius: 0.5rem;
  padding: 0.563rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  font-size: 0.813rem;
  color: #BDC6D5;
  display: none;
  font-weight: 600;
}.pip-tb_login-xx3:hover {
  border-color: rgba(196, 154, 32, 0.46);
  color: #EDEEF3;
}
@media(min-width: 478px) {.pip-tb_login-xx3 {
  display: block;
}
}.pip-tb_reg-xx3 {
  border-radius: 0.5rem;
  padding: 0.563rem 1.125rem;
  transition: background .2s;
  background: #22A86A;
  color: #0D1220;
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
}.pip-tb_reg-xx3:hover {
  background: #28C07A;
}.pip-sb-xx3 {
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #131926;
  width: 220px;
  position: fixed;
  top: 56px;
  z-index: 70;
  overflow-y: auto;
  bottom: 0;
  left: 0;
}.pip-sb-xx3.pip-state_open-xx3 {
  transform: translateX(0);
}.pip-sb-xx3::-webkit-scrollbar {
  width: 0.25rem;
}.pip-sb-xx3::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1078px) {.pip-sb-xx3 {
  transform: translateX(0);
}
}.pip-sb_auth-xx3 {
  padding: 14px 0.75rem 0.625rem;
}.pip-sb_btn_reg-xx3 {
  border-radius: 0.5rem;
  background: #22A86A;
  padding: 11px;
  transition: background .2s;
  text-align: center;
  font-size: 0.813rem;
  margin-bottom: 8px;
  display: block;
  color: #0D1220;
  font-weight: 700;
}.pip-sb_btn_reg-xx3:hover {
  background: #28C07A;
}.pip-sb_btn_login-xx3 {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem;
  transition: border-color .2s;
  font-size: 13px;
  text-align: center;
  color: #BDC6D5;
  display: block;
  font-weight: 600;
}.pip-sb_btn_login-xx3:hover {
  border-color: rgba(196, 154, 32, 0.46);
  color: #EDEEF3;
}.pip-sb_promo-xx3 {
  padding: 0.75rem 14px;
  background: linear-gradient(135deg,#1A1030,#131926);
  border-radius: 8px;
  margin: 0 0.75rem 10px;
  overflow: hidden;
  border: 1px solid rgba(196, 154, 32, 0.18);
  position: relative;
}.pip-sb_promo-xx3::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196, 154, 32, 0.18),transparent 70%);
  height: 5rem;
  width: 5rem;
  position: absolute;
  right: -1.25rem;
  content: '';
  top: -20px;
}.pip-sb_promo_title-xx3 {
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #C49A20;
  letter-spacing: .06em;
  margin-bottom: 4px;
}.pip-sb_promo_text-xx3 {
  font-weight: 600;
  color: #EDEEF3;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.35;
}.pip-sb_promo_sub-xx3 {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #7C8D9F;
}.pip-sb_nav-xx3 {
  padding: 6px 8px 16px;
}.pip-sb_nav_lb-xx3 {
  padding: 10px 0.5rem 0.375rem;
  font-size: 10px;
  font-weight: 700;
  color: #7080A0;
  letter-spacing: .08em;
  text-transform: uppercase;
}.pip-sb_link-xx3 {
  padding: 9px 0.625rem;
  gap: 0.625rem;
  transition: background .15s,color .15s;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  cursor: pointer;
  color: #8E9DB0;
}.pip-sb_link-xx3:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EDEEF3;
}.pip-sb_link-xx3.pip-state_active-xx3 {
  background: rgba(196, 154, 32, 0.18);
  color: #EDEEF3;
}.pip-sb_ic-xx3 {
  border-radius: 0.25rem;
  height: 30px;
  display: flex;
  width: 30px;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}.pip-sb_ic-xx3 svg {
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  height: 1rem;
}.pip-sb_ic_1-xx3 {
  background: rgba(196, 154, 32, 0.08);
  color: #C49A20;
}.pip-sb_ic_2-xx3 {
  background: rgba(34, 168, 106, 0.18);
  color: #22A86A;
}.pip-sb_ic_3-xx3 {
  background: rgba(232, 160, 32, 0.18);
  color: #E8A020;
}.pip-sb_ic_4-xx3 {
  background: rgba(122, 144, 168, 0.20);
  color: #7A90A8;
}.pip-sb_ic_5-xx3 {
  background: rgba(196, 154, 32, 0.08);
  color: #E8428A;
}.pip-sb_ic_6-xx3 {
  background: rgba(122, 144, 168, 0.20);
  color: #8B5CF6;
}.pip-sb_badge-xx3 {
  background: #E8A020;
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 9px;
  color: #0D1220;
  font-weight: 700;
  margin-left: auto;
}.pip-sb_bot-xx3 {
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  display: flex;
}.pip-sb_lang-xx3,.pip-sb_help-xx3 {
  gap: 6px;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color .2s;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 6px;
  color: #8E9DB0;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 11px;
}.pip-sb_lang-xx3:hover,.pip-sb_help-xx3:hover {
  border-color: rgba(196, 154, 32, 0.46);
  color: #EDEEF3;
}.pip-sb_lang-xx3 svg,.pip-sb_help-xx3 svg {
  stroke-linecap: round;
  width: 0.813rem;
  height: 0.813rem;
  stroke-linejoin: round;
}.pip-sb_bd-xx3 {
  inset: 0;
  background: rgba(8, 11, 22, 0.82);
  display: none;
  z-index: 69;
  position: fixed;
}.pip-sb_bd-xx3.pip-state_on-xx3 {
  display: block;
}
@media(min-width: 1082px) {.pip-sb_bd-xx3 {
  display: none!important;
}
}.pip-mob_nav-xx3 {
  background: #131926;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  bottom: 0;
  display: flex;
  z-index: 80;
  left: 0;
  position: fixed;
  right: 0;
}
@media(min-width: 1079px) {.pip-mob_nav-xx3 {
  display: none;
}
}.pip-mob_nav_item-xx3 {
  padding: 0.25rem 2px;
  gap: 0.25rem;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #7080A0;
  cursor: pointer;
}.pip-mob_nav_ic-xx3 {
  line-height: 1;
}.pip-mob_nav_ic-xx3 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
  height: 1.25rem;
}.pip-mob_nav_lb-xx3 {
  font-weight: 600;
  font-size: 0.625rem;
  color: #7080A0;
}.pip-mob_nav_item-xx3.pip-state_active-xx3 {
  color: #C49A20;
}.pip-mob_nav_item-xx3.pip-state_active-xx3 .pip-mob_nav_lb-xx3 {
  color: #C49A20;
}.pip-hero-xx3 {
  background: #0C1020;
  padding: 1.25rem 16px 0;
}
@media(min-width: 770px) {.pip-hero-xx3 {
  padding: 1.5rem 24px 0;
}
}.pip-hero_in-xx3 {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.pip-hero_in-xx3 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1103px) {.pip-hero_in-xx3 {
  grid-template-columns: 1fr 340px;
}
}.pip-hero_promo-xx3 {
  border-radius: 0.875rem;
  overflow: hidden;
  background: #0F1420;
  align-items: stretch;
  min-height: 13.75rem;
  position: relative;
  display: flex;
}
@media(min-width: 767px) {.pip-hero_promo-xx3 {
  min-height: 280px;
}
}.pip-hero_promo_bg-xx3 {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#1A1030 0%,#0C1020 100%);
  position: absolute;
  background-size: cover;
}.pip-hero_promo_bg-xx3::after {
  inset: 0;
  background: linear-gradient(90deg,#0C1020 0%,rgba(8, 11, 22, 0.82) 60%,transparent 100%);
  content: '';
  position: absolute;
}.pip-hero_promo_glow-xx3 {
  background: radial-gradient(circle,rgba(122, 144, 168, 0.20) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  right: 3.75rem;
  pointer-events: none;
  height: 300px;
  width: 18.75rem;
  top: -40px;
}.pip-hero_promo_ct-xx3 {
  padding: 1.75rem 1.5rem 1.75rem 28px;
  justify-content: center;
  z-index: 2;
  max-width: 480px;
  flex-direction: column;
  position: relative;
  display: flex;
}
@media(min-width: 767px) {.pip-hero_promo_ct-xx3 {
  padding: 40px 2rem;
}
}.pip-hero_badge-xx3 {
  padding: 0.313rem 12px;
  background: rgba(196, 154, 32, 0.18);
  border: 1px solid rgba(196, 154, 32, 0.08);
  border-radius: 1.25rem;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .08em;
  margin-bottom: 0.875rem;
  display: inline-block;
  color: #C49A20;
  text-transform: uppercase;
}.pip-hero_h1-xx3 {
  color: #EDEEF3;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.625rem;
  margin-bottom: 10px;
  font-family: 'Cinzel', serif;
  line-height: 1.15;
}.pip-hero_h1-xx3 em {
  font-style: normal;
  color: #E8A020;
}
@media(min-width: 769px) {.pip-hero_h1-xx3 {
  font-size: 36px;
}
}.pip-hero_sub-xx3 {
  color: #8E9DB0;
  line-height: 1.55;
  margin-bottom: 20px;
  font-size: 13px;
}
@media(min-width: 766px) {.pip-hero_sub-xx3 {
  font-size: 0.875rem;
}
}.pip-hero_row-xx3 {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.pip-hero_cta-xx3 {
  background: #22A86A;
  padding: 0.813rem 26px;
  transition: background .2s;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 2px 14px rgba(34, 168, 106, 0.42);
  color: #0D1220;
}.pip-hero_cta-xx3:hover {
  background: #28C07A;
}.pip-hero_terms-xx3 {
  color: #7080A0;
  font-size: 11px;
}.pip-hero_game-xx3 {
  border-radius: 14px;
  overflow: hidden;
  background: #0F1420;
  border: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  display: flex;
  flex-direction: column;
}.pip-hero_game_badge-xx3 {
  background: rgba(232, 160, 32, 0.18);
  border-radius: 1.25rem;
  border: 1px solid rgba(232, 160, 32, 0.18);
  padding: 5px 10px;
  position: absolute;
  font-size: 0.625rem;
  font-weight: 700;
  left: 12px;
  top: 12px;
  letter-spacing: .06em;
  z-index: 3;
  text-transform: uppercase;
  color: #E8A020;
}.pip-hero_game_badge-xx3 svg {
  margin-right: 4px;
  width: 0.688rem;
  vertical-align: -1px;
  height: 0.688rem;
}.pip-hero_game_img-xx3 {
  overflow: hidden;
  background: linear-gradient(135deg,#1A1030,#0C1020);
  position: relative;
  padding-bottom: 60%;
}.pip-hero_game_img-xx3 img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.pip-hero_game_play-xx3 {
  inset: 0;
  background: rgba(8, 11, 22, 0.82);
  transition: opacity .2s;
  position: absolute;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}.pip-hero_game-xx3:hover .pip-hero_game_play-xx3 {
  opacity: 1;
}.pip-hero_game_play-xx3 span {
  border-radius: 50%;
  background: #C49A20;
  display: flex;
  align-items: center;
  height: 3.25rem;
  width: 3.25rem;
  justify-content: center;
}.pip-hero_game_play-xx3 span svg {
  margin-left: 2px;
  height: 1.125rem;
  width: 18px;
}.pip-hero_game_info-xx3 {
  padding: 0.875rem 1rem;
}.pip-hero_game_title-xx3 {
  color: #EDEEF3;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 4px;
}.pip-hero_game_provider-xx3 {
  font-size: 11px;
  color: #7C8D9F;
}.pip-hero_game_btn-xx3 {
  border-radius: 0.5rem;
  padding: 0.688rem;
  margin: 0.75rem 1rem 1rem;
  background: #C49A20;
  transition: background .2s;
  font-size: 0.813rem;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #EDEEF3;
}.pip-hero_game-xx3:hover .pip-hero_game_btn-xx3 {
  background: #D9A82C;
}.pip-wy-xx3 {
  background: #0C1020;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.pip-wy-xx3 {
  padding: 2.5rem 24px 0;
}
}.pip-wy_in-xx3 {
  margin: 0 auto;
  max-width: 1320px;
}.pip-wy_head-xx3 {
  margin-bottom: 1.125rem;
  max-width: 720px;
}.pip-wy_label-xx3 {
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #C49A20;
  font-size: 11px;
}.pip-wy_h2-xx3 {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 8px;
  color: #EDEEF3;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.pip-wy_h2-xx3 {
  font-size: 1.5rem;
}
}.pip-wy_intro-xx3 {
  margin: 0;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #7C8D9F;
}.pip-wy_grid-xx3 {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.pip-wy_grid-xx3 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.pip-wy_grid-xx3 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.pip-wy_card-xx3 {
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  background: #131926;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.25rem;
}.pip-wy_card-xx3:hover {
  border-color: rgba(196, 154, 32, 0.08);
  transform: translateY(-2px);
}.pip-wy_card_ic-xx3 {
  border-radius: 50%;
  background: rgba(196, 154, 32, 0.18);
  align-items: center;
  width: 44px;
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
  height: 2.75rem;
  color: #C49A20;
}.pip-wy_card_ic-xx3 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 22px;
  height: 1.375rem;
}.pip-wy_card_h-xx3 {
  font-size: 0.938rem;
  overflow-wrap: break-word;
  color: #EDEEF3;
  margin-bottom: 0.375rem;
  line-height: 1.25;
  font-weight: 700;
}.pip-wy_card_p-xx3 {
  color: #7C8D9F;
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
}.pip-wy_card_p-xx3 strong {
  font-weight: 600;
  color: #BDC6D5;
}.pip-ws-xx3 {
  background: #0C1020;
  padding: 2rem 1rem 0;
}
@media(min-width: 770px) {.pip-ws-xx3 {
  padding: 36px 24px 0;
}
}.pip-ws_in-xx3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.pip-ws_head-xx3 {
  gap: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}.pip-ws_title-xx3 {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  color: #EDEEF3;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  font-size: 1rem;
}.pip-ws_title_ic-xx3 svg {
  stroke-linecap: round;
  color: #E8A020;
  stroke-linejoin: round;
  width: 1.125rem;
  height: 18px;
}.pip-ws_online-xx3 {
  gap: 0.438rem;
  align-items: center;
  color: #7C8D9F;
  display: flex;
  font-weight: 600;
  font-size: 12px;
}.pip-ws_online_dot-xx3 {
  background: #22A86A;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(34, 168, 106, 0.18);
  height: 0.5rem;
  width: 8px;
}.pip-ws_scroll-xx3 {
  gap: 0.5rem;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
}.pip-ws_scroll-xx3::-webkit-scrollbar {
  display: none;
}.pip-wc-xx3 {
  background: #0F1420;
  border-radius: 8px;
  padding: 0.625rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  gap: 0.625rem;
  display: flex;
  align-items: center;
  min-width: 220px;
  flex-shrink: 0;
}.pip-wc_img-xx3 {
  background: #131926;
  border-radius: 0.25rem;
  overflow: hidden;
  flex-shrink: 0;
  height: 2.25rem;
  width: 2.25rem;
}.pip-wc_img-xx3 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.pip-wc_info-xx3 {
  min-width: 0;
}.pip-wc_game-xx3 {
  overflow: hidden;
  color: #BDC6D5;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  text-overflow: ellipsis;
}.pip-wc_player-xx3 {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7080A0;
  white-space: nowrap;
  font-size: 10px;
}.pip-wc_amount-xx3 {
  white-space: nowrap;
  font-size: 0.813rem;
  flex-shrink: 0;
  color: #22A86A;
  font-weight: 700;
  margin-left: auto;
}.pip-prov-xx3 {
  padding: 2.25rem 1rem 0;
  background: #0C1020;
}
@media(min-width: 770px) {.pip-prov-xx3 {
  padding: 44px 24px 0;
}
}.pip-prov_in-xx3 {
  margin: 0 auto;
  max-width: 1320px;
}.pip-prov_head-xx3 {
  margin-bottom: 1rem;
}.pip-prov_label-xx3 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #C49A20;
  font-size: 11px;
  text-transform: uppercase;
}.pip-prov_h2-xx3 {
  margin-bottom: 0.5rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EDEEF3;
  font-size: 20px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.pip-prov_h2-xx3 {
  font-size: 24px;
}
}.pip-prov_seo-xx3 {
  max-width: 38.75rem;
  line-height: 1.6;
  color: #7C8D9F;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 16px;
}.pip-prov_seo-xx3 strong {
  font-weight: 700;
  color: #BDC6D5;
}.pip-prov_seo-xx3 a {
  color: #C49A20;
  text-decoration: underline;
}.pip-prov_grid-xx3 {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 643px) {.pip-prov_grid-xx3 {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.pip-prov_grid-xx3 {
  grid-template-columns: repeat(8,1fr);
}
}.pip-prov_card-xx3 {
  background: #0F1420;
  border-radius: 8px;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px 0.625rem;
  gap: 7px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}.pip-prov_card-xx3:hover {
  border-color: rgba(196, 154, 32, 0.46);
  background: #131926;
}.pip-prov_logo-xx3 {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}.pip-prov_logo-xx3 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.pip-prov_name-xx3 {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  font-weight: 600;
  color: #8E9DB0;
  text-align: center;
}.pip-app-xx3 {
  padding: 36px 1rem 0;
  background: #0C1020;
}
@media(min-width: 769px) {.pip-app-xx3 {
  padding: 2.75rem 1.5rem 0;
}
}.pip-app_in-xx3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.pip-app_head-xx3 {
  margin-bottom: 1rem;
}.pip-app_label-xx3 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C49A20;
  margin-bottom: 0.5rem;
}.pip-app_h2-xx3 {
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  color: #EDEEF3;
  font-weight: 800;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.pip-app_h2-xx3 {
  font-size: 24px;
}
}.pip-app_sub-xx3 {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 600px;
  color: #7C8D9F;
}.pip-app_sub-xx3 strong {
  color: #BDC6D5;
  font-weight: 700;
}.pip-app_cards-xx3 {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}
@media(min-width: 638px) {.pip-app_cards-xx3 {
  grid-template-columns: repeat(3,1fr);
}
}.pip-app_card-xx3 {
  overflow: hidden;
  gap: 16px;
  border-radius: 0.5rem;
  padding: 1.25rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}.pip-app_card_ios-xx3 {
  background: linear-gradient(135deg,rgba(196, 154, 32, 0.18) 0%,#131926 100%);
}.pip-app_card_android-xx3 {
  background: linear-gradient(135deg,rgba(34, 168, 106, 0.18) 0%,#131926 100%);
}.pip-app_card_win-xx3 {
  background: linear-gradient(135deg,rgba(232, 160, 32, 0.18) 0%,#131926 100%);
}.pip-app_card_ic-xx3 svg {
  stroke-linejoin: round;
  height: 34px;
  stroke-linecap: round;
  width: 2.125rem;
}.pip-app_card_ic-xx3 {
  color: #EDEEF3;
  flex-shrink: 0;
}.pip-app_card_os-xx3 {
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #7C8D9F;
  margin-bottom: 6px;
}.pip-app_card_title-xx3 {
  line-height: 1.2;
  margin-bottom: 0.375rem;
  color: #EDEEF3;
  overflow-wrap: break-word;
  font-size: 15px;
  font-weight: 700;
}.pip-app_card_text-xx3 {
  color: #7C8D9F;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.5;
}.pip-app_card_btn-xx3 {
  padding: 0.625rem 1.125rem;
  border-radius: 0.25rem;
  gap: 7px;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(196, 154, 32, 0.46);
  font-weight: 700;
  align-items: center;
  display: inline-flex;
  font-size: 0.813rem;
  color: #EDEEF3;
}.pip-app_card_btn-xx3:hover {
  background: rgba(255, 255, 255, 0.07);
}.pip-reg-xx3 {
  padding: 2.25rem 1rem 0;
  background: #0C1020;
}
@media(min-width: 765px) {.pip-reg-xx3 {
  padding: 2.75rem 24px 0;
}
}.pip-reg_in-xx3 {
  background: #131926;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  margin: 0 auto;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width:768px) {.pip-reg_in-xx3 {
  padding: 40px;
}
}.pip-reg_top-xx3 {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.pip-reg_top-xx3 {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.pip-reg_label-xx3 {
  font-size: 11px;
  margin-bottom: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C49A20;
  text-transform: uppercase;
}.pip-reg_h2-xx3 {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 1.2;
  font-family: 'Cinzel', serif;
  color: #EDEEF3;
  margin-bottom: 0.75rem;
}
@media(min-width: 767px) {.pip-reg_h2-xx3 {
  font-size: 1.75rem;
}
}.pip-reg_bonus-xx3 {
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding: 0.625rem 16px;
  border: 1px solid rgba(232, 160, 32, 0.18);
  background: rgba(232, 160, 32, 0.18);
  align-items: center;
  display: inline-flex;
  margin-bottom: 1rem;
}.pip-reg_bonus_amount-xx3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #E8A020;
}.pip-reg_bonus_text-xx3 {
  font-size: 13px;
  line-height: 1.35;
  color: #8E9DB0;
}.pip-reg_cta_btn-xx3 {
  padding: 14px 32px;
  border-radius: 8px;
  transition: background .2s;
  background: #22A86A;
  display: inline-block;
  font-weight: 700;
  box-shadow: 0 2px 0.875rem rgba(34, 168, 106, 0.42);
  font-size: 15px;
  margin-bottom: 12px;
  color: #0D1220;
}.pip-reg_cta_btn-xx3:hover {
  background: #28C07A;
}.pip-reg_terms-xx3 {
  line-height: 1.5;
  font-size: 0.688rem;
  color: #7080A0;
}.pip-reg_seo-xx3 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  color: #7C8D9F;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.pip-reg_seo-xx3 p {
  line-height: 1.65;
  margin-bottom: 10px;
  font-size: 13px;
  color: #7C8D9F;
}.pip-reg_seo-xx3 p:last-child {
  margin-bottom: 0;
}.pip-reg_seo-xx3 strong {
  font-weight: 700;
  color: #BDC6D5;
}.pip-reg_seo-xx3 a {
  transition: color .2s;
  color: #C49A20;
  text-decoration: underline;
}.pip-reg_seo-xx3 a:hover {
  color: #D9A82C;
}.pip-reg_seo-xx3 ul,.pip-reg_seo-xx3 ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.pip-reg_seo-xx3 ol {
  list-style: decimal;
}.pip-reg_seo-xx3 li {
  margin-bottom: 4px;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #7C8D9F;
}.pip-reg_seo-xx3 table {
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  width: 100%;
}
@media(min-width: 770px) {.pip-reg_seo-xx3 table {
  display: table;
}
}.pip-reg_seo-xx3 th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #BDC6D5;
}.pip-reg_seo-xx3 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #7C8D9F;
}.pip-reg_steps-xx3 {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
}
@media(min-width: 862px) {.pip-reg_steps-xx3 {
  margin-top: 0;
}
}.pip-reg_step-xx3 {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.5rem;
  gap: 14px;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.pip-reg_step_num-xx3 {
  border-radius: 50%;
  border: 1px solid rgba(196, 154, 32, 0.08);
  background: rgba(196, 154, 32, 0.18);
  font-weight: 800;
  color: #C49A20;
  font-size: 14px;
  height: 34px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 34px;
  display: flex;
}.pip-reg_step_title-xx3 {
  font-weight: 700;
  color: #EDEEF3;
  font-size: 0.875rem;
  margin-bottom: 3px;
}.pip-reg_step_text-xx3 {
  line-height: 1.5;
  color: #7C8D9F;
  font-size: 12px;
}.pip-reg_trust-xx3 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
  padding-top: 1.25rem;
}.pip-reg_trust_item-xx3 {
  gap: 0.438rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  align-items: center;
  color: #7C8D9F;
  display: flex;
}.pip-reg_trust_ic-xx3 svg {
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
  height: 1rem;
  color: #C49A20;
}.pip-bon-xx3 {
  background: #0C1020;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.pip-bon-xx3 {
  padding: 2.75rem 24px 0;
}
}.pip-bon_in-xx3 {
  margin: 0 auto;
  max-width: 1320px;
}.pip-bon_head-xx3 {
  margin-bottom: 1.25rem;
}.pip-bon_label-xx3 {
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  color: #C49A20;
  text-transform: uppercase;
  margin-bottom: 8px;
}.pip-bon_h2-xx3 {
  font-size: 20px;
  color: #EDEEF3;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 765px) {.pip-bon_h2-xx3 {
  font-size: 24px;
}
}.pip-bon_seo-xx3 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  color: #7C8D9F;
  line-height: 1.6;
}.pip-bon_seo-xx3 strong {
  color: #BDC6D5;
  font-weight: 700;
}.pip-bon_seo-xx3 a {
  color: #C49A20;
  text-decoration: underline;
}.pip-bon_grid-xx3 {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.pip-bon_grid-xx3 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.pip-bon_grid-xx3 {
  grid-template-columns: repeat(5,1fr);
}
}.pip-bon_card-xx3 {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  background: #0F1420;
}.pip-bon_card-xx3:hover {
  border-color: rgba(196, 154, 32, 0.08);
  transform: translateY(-2px);
}.pip-bon_card_ic-xx3 svg {
  stroke-linejoin: round;
  width: 1.625rem;
  stroke-linecap: round;
  height: 26px;
}.pip-bon_card_ic-xx3 {
  margin-bottom: 10px;
}.pip-bon_card_type-xx3 {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .06em;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  color: #7C8D9F;
}.pip-bon_card_amount-xx3 {
  color: #E8A020;
  margin-bottom: 6px;
  font-weight: 800;
  line-height: 1.1;
  font-size: 18px;
}.pip-bon_card_name-xx3 {
  color: #EDEEF3;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 600;
  margin-bottom: 8px;
}.pip-bon_card_detail-xx3 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 8px;
  line-height: 1.5;
  color: #7080A0;
  font-size: 11px;
  overflow-wrap: break-word;
}.pip-seo-xx3 {
  background: #0C1020;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.pip-seo-xx3 {
  padding: 2.75rem 1.5rem 0;
}
}.pip-seo_in-xx3 {
  margin: 0 auto;
  background: #131926;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 28px 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.pip-seo_in-xx3 {
  padding: 2.25rem 2.5rem;
}
}.pip-seo_label-xx3 {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #C49A20;
  margin-bottom: 10px;
  font-size: 0.688rem;
}.pip-seo_h2-xx3 {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #EDEEF3;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 14px;
  line-height: 1.25;
}
@media(min-width: 765px) {.pip-seo_h2-xx3 {
  font-size: 24px;
}
}.pip-seo_body-xx3 {
  color: #8E9DB0;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
}.pip-seo_body-xx3 p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #8E9DB0;
  line-height: 1.75;
}.pip-seo_body-xx3 p:last-child {
  margin-bottom: 0;
}.pip-seo_body-xx3 strong {
  font-weight: 700;
  color: #BDC6D5;
}.pip-seo_body-xx3 a {
  transition: color .2s;
  color: #C49A20;
  text-decoration: underline;
}.pip-seo_body-xx3 a:hover {
  color: #D9A82C;
}.pip-seo_body-xx3 ul,.pip-seo_body-xx3 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.pip-seo_body-xx3 ol {
  list-style: decimal;
}.pip-seo_body-xx3 li {
  color: #8E9DB0;
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 14px;
}.pip-seo_body-xx3 table {
  font-size: 13px;
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 771px) {.pip-seo_body-xx3 table {
  display: table;
}
}.pip-seo_body-xx3 th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #BDC6D5;
  font-weight: 700;
}.pip-seo_body-xx3 td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8E9DB0;
}.pip-seo_cols-xx3 {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.pip-seo_cols-xx3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.pip-seo_cols-xx3 {
  grid-template-columns: repeat(3,1fr);
}
}.pip-seo_col_h-xx3 {
  margin-bottom: 7px;
  font-size: 13px;
  color: #BDC6D5;
  font-weight: 700;
  overflow-wrap: break-word;
}.pip-seo_col_p-xx3 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7C8D9F;
  line-height: 1.65;
}.pip-seo_stats-xx3 {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.pip-seo_stat-xx3 {
  border: 1px solid rgba(196, 154, 32, 0.18);
  background: rgba(196, 154, 32, 0.08);
  border-radius: 0.5rem;
  flex: 1;
  padding: 14px 16px;
  min-width: 8.75rem;
}.pip-seo_stat_val-xx3 {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  color: #C49A20;
  font-weight: 800;
}.pip-seo_stat_lb-xx3 {
  color: #7C8D9F;
  font-size: 11px;
  overflow-wrap: break-word;
}.pip-seo-xx3 {
  padding: 36px 16px 0;
  background: #0C1020;
}
@media(min-width:768px) {.pip-seo-xx3 {
  padding: 44px 24px 0;
}
}.pip-seo_in-xx3 {
  border-radius: 0.875rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.75rem 1.5rem;
  background: #131926;
  max-width: 1320px;
}
@media(min-width: 770px) {.pip-seo_in-xx3 {
  padding: 36px 2.5rem;
}
}.pip-seo_label-xx3 {
  color: #C49A20;
  margin-bottom: 0.625rem;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.pip-seo_h2-xx3 {
  margin-bottom: 14px;
  line-height: 1.25;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  color: #EDEEF3;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 767px) {.pip-seo_h2-xx3 {
  font-size: 1.5rem;
}
}.pip-seo_body-xx3 {
  color: #8E9DB0;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.pip-seo_body-xx3 p {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 12px;
  color: #8E9DB0;
}.pip-seo_body-xx3 p:last-child {
  margin-bottom: 0;
}.pip-seo_body-xx3 strong {
  color: #BDC6D5;
  font-weight: 700;
}.pip-seo_body-xx3 a {
  transition: color .2s;
  color: #C49A20;
  text-decoration: underline;
}.pip-seo_body-xx3 a:hover {
  color: #D9A82C;
}.pip-seo_body-xx3 ul,.pip-seo_body-xx3 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.pip-seo_body-xx3 ol {
  list-style: decimal;
}.pip-seo_body-xx3 li {
  line-height: 1.75;
  margin-bottom: 6px;
  color: #8E9DB0;
  font-size: 0.875rem;
}.pip-seo_body-xx3 table {
  font-size: 0.813rem;
  border-collapse: collapse;
  margin-bottom: 12px;
  display: block;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 769px) {.pip-seo_body-xx3 table {
  display: table;
}
}.pip-seo_body-xx3 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #BDC6D5;
  font-weight: 700;
  text-align: left;
}.pip-seo_body-xx3 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #8E9DB0;
}.pip-seo_cols-xx3 {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.pip-seo_cols-xx3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.pip-seo_cols-xx3 {
  grid-template-columns: repeat(3,1fr);
}
}.pip-seo_col_h-xx3 {
  color: #BDC6D5;
  font-size: 13px;
  margin-bottom: 7px;
  font-weight: 700;
  overflow-wrap: break-word;
}.pip-seo_col_p-xx3 {
  font-size: 0.813rem;
  color: #7C8D9F;
  overflow-wrap: break-word;
  line-height: 1.65;
}.pip-seo_stats-xx3 {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.pip-seo_stat-xx3 {
  background: rgba(196, 154, 32, 0.08);
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  flex: 1;
  border: 1px solid rgba(196, 154, 32, 0.18);
  min-width: 140px;
}.pip-seo_stat_val-xx3 {
  font-size: 1.25rem;
  margin-bottom: 4px;
  color: #C49A20;
  font-weight: 800;
  overflow-wrap: break-word;
}.pip-seo_stat_lb-xx3 {
  color: #7C8D9F;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.pip-seo-xx3 {
  padding: 36px 1rem 0;
  background: #0C1020;
}
@media(min-width: 765px) {.pip-seo-xx3 {
  padding: 44px 24px 0;
}
}.pip-seo_in-xx3 {
  padding: 1.75rem 24px;
  margin: 0 auto;
  background: #131926;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  max-width: 82.5rem;
}
@media(min-width:768px) {.pip-seo_in-xx3 {
  padding: 2.25rem 40px;
}
}.pip-seo_label-xx3 {
  margin-bottom: 0.625rem;
  font-weight: 700;
  color: #C49A20;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.pip-seo_h2-xx3 {
  overflow-wrap: break-word;
  color: #EDEEF3;
  font-family: 'Cinzel', serif;
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.25;
}
@media(min-width: 771px) {.pip-seo_h2-xx3 {
  font-size: 1.5rem;
}
}.pip-seo_body-xx3 {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #8E9DB0;
  line-height: 1.75;
}.pip-seo_body-xx3 p {
  color: #8E9DB0;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.75;
}.pip-seo_body-xx3 p:last-child {
  margin-bottom: 0;
}.pip-seo_body-xx3 strong {
  color: #BDC6D5;
  font-weight: 700;
}.pip-seo_body-xx3 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C49A20;
}.pip-seo_body-xx3 a:hover {
  color: #D9A82C;
}.pip-seo_body-xx3 ul,.pip-seo_body-xx3 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.pip-seo_body-xx3 ol {
  list-style: decimal;
}.pip-seo_body-xx3 li {
  color: #8E9DB0;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 6px;
}.pip-seo_body-xx3 table {
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
  display: block;
  margin-bottom: 12px;
  border-collapse: collapse;
}
@media(min-width: 769px) {.pip-seo_body-xx3 table {
  display: table;
}
}.pip-seo_body-xx3 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  font-weight: 700;
  color: #BDC6D5;
}.pip-seo_body-xx3 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #8E9DB0;
}.pip-seo_cols-xx3 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.pip-seo_cols-xx3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.pip-seo_cols-xx3 {
  grid-template-columns: repeat(3,1fr);
}
}.pip-seo_col_h-xx3 {
  font-size: 13px;
  color: #BDC6D5;
  margin-bottom: 0.438rem;
  font-weight: 700;
  overflow-wrap: break-word;
}.pip-seo_col_p-xx3 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7C8D9F;
}.pip-seo_stats-xx3 {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.pip-seo_stat-xx3 {
  border-radius: 8px;
  background: rgba(196, 154, 32, 0.08);
  flex: 1;
  border: 1px solid rgba(196, 154, 32, 0.18);
  padding: 0.875rem 16px;
  min-width: 140px;
}.pip-seo_stat_val-xx3 {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #C49A20;
  font-size: 1.25rem;
}.pip-seo_stat_lb-xx3 {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7C8D9F;
}.pip-rv-xx3 {
  padding: 36px 1rem 0;
  background: #0C1020;
}
@media(min-width: 765px) {.pip-rv-xx3 {
  padding: 2.75rem 24px 0;
}
}.pip-rv_in-xx3 {
  margin: 0 auto;
  max-width: 1320px;
}.pip-rv_head-xx3 {
  max-width: 720px;
  margin-bottom: 20px;
}.pip-rv_label-xx3 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #C49A20;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.pip-rv_h2-xx3 {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 1.375rem;
  color: #EDEEF3;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.pip-rv_h2-xx3 {
  font-size: 1.75rem;
}
}.pip-rv_stats-xx3 {
  gap: 1.125rem;
  align-items: center;
  color: #7C8D9F;
  flex-wrap: wrap;
  font-size: 0.813rem;
  display: flex;
}.pip-rv_stats_score-xx3 {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.pip-rv_stats_score_val-xx3 {
  color: #E8A020;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  font-weight: 800;
}.pip-rv_stats_score_max-xx3 {
  font-size: 13px;
  color: #7080A0;
}.pip-rv_stats_badge-xx3 {
  gap: 4px;
  align-items: center;
  display: flex;
}.pip-rv_stats_badge-xx3 svg {
  width: 0.875rem;
  height: 14px;
  color: #E8A020;
}.pip-rv_grid-xx3 {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.pip-rv_grid-xx3 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.pip-rv_grid-xx3 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.pip-rv_card-xx3 {
  background: #131926;
  border-radius: 0.5rem;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
}.pip-rv_card_stars-xx3 {
  gap: 2px;
  display: flex;
  margin-bottom: 10px;
  color: #E8A020;
}.pip-rv_card_stars-xx3 svg {
  height: 14px;
  width: 14px;
}.pip-rv_card_h-xx3 {
  color: #EDEEF3;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.pip-rv_card_body-xx3 {
  flex: 1;
  line-height: 1.65;
  color: #7C8D9F;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}.pip-rv_card_body-xx3 strong {
  font-weight: 600;
  color: #BDC6D5;
}.pip-rv_card_meta-xx3 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0.75rem;
}.pip-rv_card_author-xx3 {
  color: #BDC6D5;
  font-size: 12px;
  font-weight: 600;
}.pip-rv_card_date-xx3 {
  color: #7080A0;
  font-size: 0.688rem;
}.pip-faq-xx3 {
  background: #0C1020;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.pip-faq-xx3 {
  padding: 44px 1.5rem 0;
}
}.pip-faq_in-xx3 {
  margin: 0 auto;
  max-width: 1320px;
}.pip-faq_head-xx3 {
  margin-bottom: 1.25rem;
}.pip-faq_label-xx3 {
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #C49A20;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
}.pip-faq_h2-xx3 {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EDEEF3;
  font-size: 20px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.pip-faq_h2-xx3 {
  font-size: 1.5rem;
}
}.pip-faq_list-xx3 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.pip-faq_item-xx3 {
  border-radius: 8px;
  background: #131926;
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}.pip-faq_q-xx3 {
  gap: 12px;
  padding: 1rem 20px;
  transition: color .2s;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
  color: #BDC6D5;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}.pip-faq_q-xx3:hover {
  color: #EDEEF3;
}.pip-faq_q_ic-xx3 {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  color: #C49A20;
  flex-shrink: 0;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
}.pip-faq_item-xx3.pip-state_open-xx3 .pip-faq_q_ic-xx3 {
  transform: rotate(45deg);
}.pip-faq_a-xx3 {
  padding: 0 20px 16px;
  color: #7C8D9F;
  font-size: 0.813rem;
  line-height: 1.7;
  overflow-wrap: break-word;
  display: none;
}.pip-faq_item-xx3.pip-state_open-xx3 .pip-faq_a-xx3 {
  display: block;
}.pip-faq_a-xx3 strong {
  font-weight: 700;
  color: #BDC6D5;
}.pip-faq_a-xx3 a {
  color: #C49A20;
  text-decoration: underline;
}.pip-faq_a-xx3 ul,.pip-faq_a-xx3 ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.pip-faq_a-xx3 ol {
  list-style: decimal;
}.pip-faq_a-xx3 li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.pip-faq_a-xx3 table {
  margin: 8px 0;
  display: block;
  font-size: 12px;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 766px) {.pip-faq_a-xx3 table {
  display: table;
}
}.pip-faq_a-xx3 th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #BDC6D5;
  font-weight: 700;
}.pip-faq_a-xx3 td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7C8D9F;
}.pip-ft-xx3 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #080B16;
  margin-top: 48px;
}.pip-ft_support-xx3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width: 767px) {.pip-ft_support-xx3 {
  padding: 28px 24px;
}
}.pip-ft_support_in-xx3 {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 1320px;
  align-items: center;
}.pip-ft_support_main-xx3 {
  flex: 1;
  gap: 16px;
  display: flex;
  align-items: center;
  min-width: 220px;
  flex-wrap: wrap;
}.pip-ft_support_ic-xx3 {
  flex-shrink: 0;
  color: #C49A20;
}.pip-ft_support_ic-xx3 svg {
  stroke-linejoin: round;
  width: 1.875rem;
  stroke-linecap: round;
  height: 1.875rem;
}.pip-ft_support_text_title-xx3 {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 3px;
  color: #EDEEF3;
  font-size: 15px;
}.pip-ft_support_text_sub-xx3 {
  font-size: 0.75rem;
  color: #7C8D9F;
  overflow-wrap: break-word;
}.pip-ft_support_btn-xx3 {
  border-radius: 8px;
  background: #C49A20;
  padding: 11px 22px;
  transition: background .2s;
  font-weight: 700;
  flex-shrink: 0;
  color: #EDEEF3;
  white-space: nowrap;
  font-size: 0.813rem;
}.pip-ft_support_btn-xx3:hover {
  background: #D9A82C;
}.pip-ft_support_contacts-xx3 {
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.pip-ft_support_contact-xx3 {
  font-size: 12px;
  line-height: 1.4;
  color: #7080A0;
}.pip-ft_support_contact-xx3 strong {
  display: block;
  font-size: 0.688rem;
  font-weight: 600;
  margin-bottom: 2px;
  color: #8E9DB0;
}.pip-ft_main-xx3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 765px) {.pip-ft_main-xx3 {
  padding: 40px 1.5rem 2rem;
}
}.pip-ft_main_in-xx3 {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
}
@media(min-width: 637px) {.pip-ft_main_in-xx3 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.pip-ft_main_in-xx3 {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.pip-ft_col_logo-xx3 {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.pip-ft_col_logo-xx3 {
  grid-column: auto;
}
}.pip-ft_logo-xx3 {
  gap: 9px;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  display: flex;
  color: #EDEEF3;
  font-weight: 800;
  font-size: 16px;
  flex-wrap: wrap;
  align-items: center;
}.pip-ft_logo_mark-xx3 {
  overflow: hidden;
  border-radius: 4px;
  height: 30px;
  width: 30px;
}.pip-ft_logo_mark-xx3 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.pip-ft_logo_sub-xx3 {
  line-height: 1.55;
  color: #7080A0;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  max-width: 200px;
}.pip-ft_col_title-xx3 {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #8E9DB0;
  letter-spacing: .07em;
  margin-bottom: 14px;
}.pip-ft_col_links-xx3 {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.pip-ft_col_link-xx3 {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #7080A0;
  font-size: 0.813rem;
}.pip-ft_col_link-xx3:hover {
  color: #BDC6D5;
}.pip-ft_apps-xx3 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.pip-ft_app_card-xx3 {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  padding: 10px 12px;
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.pip-ft_app_card-xx3:hover {
  border-color: rgba(196, 154, 32, 0.46);
}.pip-ft_app_card_ic-xx3 svg {
  height: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.375rem;
}.pip-ft_app_card_os-xx3 {
  font-weight: 600;
  font-size: 10px;
  color: #7080A0;
}.pip-ft_app_card_action-xx3 {
  font-weight: 700;
  font-size: 0.75rem;
  color: #BDC6D5;
}.pip-ft_bot-xx3 {
  padding: 20px 1rem;
}
@media(min-width: 770px) {.pip-ft_bot-xx3 {
  padding: 1.25rem 24px;
}
}.pip-ft_bot_in-xx3 {
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
}.pip-ft_socials-xx3 {
  gap: 8px;
  display: flex;
}.pip-ft_soc-xx3 {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.25rem;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  width: 36px;
  justify-content: center;
  height: 36px;
  display: flex;
  color: #8E9DB0;
  align-items: center;
}.pip-ft_soc-xx3 svg {
  stroke-linejoin: round;
  height: 16px;
  width: 1rem;
  stroke-linecap: round;
}.pip-ft_soc-xx3:hover {
  background: rgba(255, 255, 255, 0.07);
}.pip-ft_legal-xx3 {
  flex: 1;
  font-size: 11px;
  line-height: 1.6;
  color: #728298;
  min-width: 12.5rem;
  overflow-wrap: break-word;
}.pip-ft_legal-xx3 strong {
  font-weight: 700;
  color: #8E9DB0;
}.pip-ft_legal-xx3 a {
  color: #8E9DB0;
  text-decoration: underline;
}.pip-ft_age-xx3 {
  border-radius: 50%;
  border: 2px solid #728298;
  font-weight: 800;
  width: 32px;
  flex-shrink: 0;
  font-size: 11px;
  align-items: center;
  display: flex;
  height: 2rem;
  justify-content: center;
  margin-left: auto;
  color: #728298;
}