*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background-color: #0F0819;
  font-family: 'Nunito', sans-serif;
  min-height: 100vh;
  color: #CFC0E8;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}a {
  text-decoration: none;
  color: inherit;
}.pfn_layout-qef {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.pfn_page-qef {
  display: flex;
  min-height: 100vh;
}.pfn_main-qef {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media screen and (min-width: 1081px) {.pfn_main-qef {
  padding-left: 220px;
}
}
@media screen and (max-width: 1078px) {.pfn_main-qef {
  padding-bottom: 4.5rem;
}
}.pfn_gc-qef {
  border: 1px solid rgba(255,255,255,0.06);
  background: #150D21;
  border-radius: 12px;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 140px;
  flex-shrink: 0;
}
@media(min-width: 643px) {.pfn_gc-qef {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.pfn_gc-qef {
  width: 168px;
}
}.pfn_gc-qef:hover {
  border-color: rgba(224,53,154,0.07);
  transform: translateY(-3px);
}.pfn_gc_img-qef {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.pfn_gc_img-qef img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}.pfn_gc_hover-qef {
  transition: opacity .2s;
  inset: 0;
  background: rgba(8,5,16,0.72);
  align-items: center;
  opacity: 0;
  justify-content: center;
  display: flex;
  position: absolute;
}.pfn_gc-qef:hover .pfn_gc_hover-qef {
  opacity: 1;
}.pfn_gc_hover_btn-qef {
  border-radius: 6px;
  padding: 8px 1rem;
  background: #E0359A;
  font-size: 12px;
  font-weight: 700;
  color: #F4EEFF;
}.pfn_gc_info-qef {
  padding: 0.5rem 10px 0.625rem;
}.pfn_gc_name-qef {
  overflow: hidden;
  font-size: 0.75rem;
  margin-bottom: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #CFC0E8;
  max-width: 100%;
  font-weight: 600;
}.pfn_gc_prov-qef {
  color: #533F78;
  font-size: 10px;
}.pfn_gc_tag-qef {
  padding: 2px 7px;
  border-radius: 0.25rem;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  letter-spacing: .04em;
  font-size: 0.563rem;
  z-index: 2;
  top: 6px;
  left: 6px;
}.pfn_gc_tag_hot-qef {
  background: #F0304A;
  color: #fff;
}.pfn_gc_tag_new-qef {
  background: #5EC95A;
  color: #0F0819;
}.pfn_gc_tag_jp-qef {
  background: #F5C840;
  color: #0F0819;
}.pfn_gc_tag_ex-qef {
  background: #8B2FD4;
  color: #fff;
}.pfn_gc_tag_live-qef {
  background: #F0304A;
  color: #fff;
}.pfn_gr-qef {
  padding: 2rem 16px 0;
  background: #0F0819;
}
@media(min-width: 769px) {.pfn_gr-qef {
  padding: 2.25rem 24px 0;
}
}.pfn_gr_in-qef {
  margin: 0 auto;
  max-width: 1320px;
}.pfn_gr_head-qef {
  gap: 12px;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.pfn_gr_head_l-qef {
  flex: 1;
  gap: 10px;
  align-items: center;
  display: flex;
  min-width: 0;
}.pfn_gr_ic-qef {
  border-radius: 12px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 2rem;
  justify-content: center;
  height: 32px;
}.pfn_gr_ic-qef svg {
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
}.pfn_gr_title-qef {
  font-size: 1rem;
  color: #F4EEFF;
  font-weight: 700;
  font-family: 'Righteous', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.pfn_gr_title-qef {
  font-size: 1.125rem;
}
}.pfn_gr_more-qef {
  transition: color .2s;
  gap: 0.313rem;
  display: flex;
  font-size: 0.75rem;
  align-items: center;
  white-space: nowrap;
  color: #6B5794;
  font-weight: 600;
  flex-shrink: 0;
}.pfn_gr_more-qef:hover {
  color: #E0359A;
}.pfn_gr_more-qef svg {
  stroke-linecap: round;
  width: 0.75rem;
  stroke-linejoin: round;
  height: 12px;
}.pfn_gr_arrows-qef {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.pfn_gr_arr-qef {
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.10);
  color: #9880C0;
  width: 1.875rem;
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
}.pfn_gr_arr-qef:hover {
  background: rgba(255,255,255,0.07);
  color: #F4EEFF;
}.pfn_gr_arr-qef svg {
  width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.813rem;
}.pfn_gr_seo_h-qef {
  margin: 0 0 0.375rem;
  font-family: 'Righteous', sans-serif;
  font-weight: 700;
  color: #CFC0E8;
  overflow-wrap: break-word;
  max-width: 680px;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.pfn_gr_seo_h-qef {
  font-size: 14px;
}
}.pfn_gr_seo-qef {
  font-size: 12px;
  color: #6B5794;
  margin-bottom: 12px;
  line-height: 1.55;
  overflow-wrap: break-word;
  max-width: 42.5rem;
}.pfn_gr_seo-qef strong {
  font-weight: 600;
  color: #CFC0E8;
}.pfn_gr_scroll-qef {
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 0.625rem;
  -webkit-overflow-scrolling: touch;
}.pfn_gr_scroll-qef::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.pfn_gr_scroll-qef {
  gap: 12px;
}
}.pfn_tb-qef {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0F0819;
  top: 0;
  align-items: center;
  right: 0;
  z-index: 80;
  position: fixed;
  height: 3.5rem;
  left: 0;
  display: flex;
}.pfn_tb_in-qef {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}.pfn_tb_burger-qef {
  gap: 0.313rem;
  border-radius: 12px;
  align-items: center;
  flex-direction: column;
  display: flex;
  margin-right: 8px;
  width: 2.375rem;
  flex-shrink: 0;
  height: 38px;
  justify-content: center;
}.pfn_tb_burger-qef:hover {
  background: rgba(255,255,255,0.05);
}.pfn_tb_burger_line-qef {
  background: #9880C0;
  border-radius: 1px;
  display: block;
  width: 1.125rem;
  height: 2px;
}
@media(min-width: 1082px) {.pfn_tb_burger-qef {
  display: none;
}
}.pfn_tb_logo-qef {
  gap: 9px;
  margin-right: 1.25rem;
  color: #F4EEFF;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  font-size: 1.125rem;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  font-weight: 800;
}.pfn_tb_logo_mark-qef {
  border-radius: 0.75rem;
  overflow: hidden;
  height: 32px;
  justify-content: center;
  width: 32px;
  display: flex;
  align-items: center;
}.pfn_tb_logo_mark-qef img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.pfn_tb_nav-qef {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.pfn_tb_nav-qef {
  display: flex;
}
}.pfn_tb_tab-qef {
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  border-radius: 0.75rem;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  color: #9880C0;
}.pfn_tb_tab-qef:hover {
  background: rgba(255,255,255,0.05);
  color: #F4EEFF;
}.pfn_tb_tab-qef.pfn_state_active-qef {
  background: rgba(224,53,154,0.18);
  color: #F4EEFF;
}.pfn_tb_right-qef {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}.pfn_tb_login-qef {
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  transition: border-color .2s,color .2s;
  padding: 0.563rem 1rem;
  font-size: 13px;
  display: none;
  font-weight: 600;
  color: #CFC0E8;
}.pfn_tb_login-qef:hover {
  border-color: rgba(224,53,154,0.45);
  color: #F4EEFF;
}
@media(min-width: 479px) {.pfn_tb_login-qef {
  display: block;
}
}.pfn_tb_reg-qef {
  transition: background .2s;
  background: #5EC95A;
  padding: 0.563rem 18px;
  border-radius: 12px;
  color: #0E0718;
  font-weight: 700;
  font-size: 0.813rem;
  white-space: nowrap;
}.pfn_tb_reg-qef:hover {
  background: #70D86C;
}.pfn_sb-qef {
  transition: transform .25s ease;
  border-right: 1px solid rgba(255,255,255,0.05);
  transform: translateX(-100%);
  background: #1A1028;
  z-index: 70;
  width: 13.75rem;
  left: 0;
  position: fixed;
  overflow-y: auto;
  top: 3.5rem;
  bottom: 0;
}.pfn_sb-qef.pfn_state_open-qef {
  transform: translateX(0);
}.pfn_sb-qef::-webkit-scrollbar {
  width: 0.25rem;
}.pfn_sb-qef::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.pfn_sb-qef {
  transform: translateX(0);
}
}.pfn_sb_auth-qef {
  padding: 14px 12px 0.625rem;
}.pfn_sb_btn_reg-qef {
  background: #5EC95A;
  padding: 11px;
  border-radius: 12px;
  transition: background .2s;
  font-weight: 700;
  font-size: 0.813rem;
  display: block;
  color: #0E0718;
  text-align: center;
  margin-bottom: 0.5rem;
}.pfn_sb_btn_reg-qef:hover {
  background: #70D86C;
}.pfn_sb_btn_login-qef {
  padding: 0.625rem;
  transition: border-color .2s;
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  color: #CFC0E8;
  font-size: 0.813rem;
  display: block;
  font-weight: 600;
  text-align: center;
}.pfn_sb_btn_login-qef:hover {
  border-color: rgba(224,53,154,0.45);
  color: #F4EEFF;
}.pfn_sb_promo-qef {
  border-radius: 0.75rem;
  padding: 12px 0.875rem;
  background: linear-gradient(135deg,#3A0E5C,#1A1028);
  border: 1px solid rgba(224,53,154,0.18);
  overflow: hidden;
  margin: 0 12px 10px;
  position: relative;
}.pfn_sb_promo-qef::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(224,53,154,0.18),transparent 70%);
  top: -1.25rem;
  width: 5rem;
  right: -1.25rem;
  content: '';
  position: absolute;
  height: 80px;
}.pfn_sb_promo_title-qef {
  margin-bottom: 4px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  color: #E0359A;
  font-size: 11px;
}.pfn_sb_promo_text-qef {
  line-height: 1.35;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #F4EEFF;
  font-weight: 600;
}.pfn_sb_promo_sub-qef {
  color: #6B5794;
  margin-top: 3px;
  font-size: 10px;
}.pfn_sb_nav-qef {
  padding: 6px 0.5rem 1rem;
}.pfn_sb_nav_lb-qef {
  padding: 10px 8px 6px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #533F78;
  font-size: 10px;
}.pfn_sb_link-qef {
  gap: 0.625rem;
  padding: 9px 0.625rem;
  border-radius: 6px;
  transition: background .15s,color .15s;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 500;
  color: #9880C0;
  display: flex;
  cursor: pointer;
  font-size: 0.813rem;
}.pfn_sb_link-qef:hover {
  background: rgba(255,255,255,0.05);
  color: #F4EEFF;
}.pfn_sb_link-qef.pfn_state_active-qef {
  background: rgba(224,53,154,0.18);
  color: #F4EEFF;
}.pfn_sb_ic-qef {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30px;
  flex-shrink: 0;
  height: 30px;
  display: flex;
}.pfn_sb_ic-qef svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
  width: 1rem;
}.pfn_sb_ic_1-qef {
  background: rgba(224,53,154,0.07);
  color: #E0359A;
}.pfn_sb_ic_2-qef {
  background: rgba(94,201,90,0.15);
  color: #5EC95A;
}.pfn_sb_ic_3-qef {
  background: rgba(245,200,64,0.14);
  color: #F5C840;
}.pfn_sb_ic_4-qef {
  background: rgba(139,47,212,0.20);
  color: #8B2FD4;
}.pfn_sb_ic_5-qef {
  background: rgba(224,53,154,0.07);
  color: #FF6BAE;
}.pfn_sb_ic_6-qef {
  background: rgba(139,47,212,0.20);
  color: #B558F8;
}.pfn_sb_badge-qef {
  background: #F5C840;
  border-radius: 6px;
  padding: 2px 7px;
  margin-left: auto;
  font-size: 9px;
  color: #0E0718;
  font-weight: 700;
}.pfn_sb_bot-qef {
  padding: 0.75rem;
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
}.pfn_sb_lang-qef,.pfn_sb_help-qef {
  padding: 9px 6px;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  gap: 0.375rem;
  flex: 1;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.375rem;
  justify-content: center;
  color: #9880C0;
  font-size: 11px;
  display: flex;
  align-items: center;
  font-weight: 600;
}.pfn_sb_lang-qef:hover,.pfn_sb_help-qef:hover {
  border-color: rgba(224,53,154,0.45);
  color: #F4EEFF;
}.pfn_sb_lang-qef svg,.pfn_sb_help-qef svg {
  stroke-linejoin: round;
  height: 0.813rem;
  stroke-linecap: round;
  width: 13px;
}.pfn_sb_bd-qef {
  inset: 0;
  background: rgba(8,5,16,0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.pfn_sb_bd-qef.pfn_state_on-qef {
  display: block;
}
@media(min-width: 1082px) {.pfn_sb_bd-qef {
  display: none!important;
}
}.pfn_mob_nav-qef {
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.10);
  background: #1A1028;
  left: 0;
  z-index: 80;
  bottom: 0;
  position: fixed;
  display: flex;
  right: 0;
}
@media(min-width: 1081px) {.pfn_mob_nav-qef {
  display: none;
}
}.pfn_mob_nav_item-qef {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 4px;
  color: #533F78;
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.pfn_mob_nav_ic-qef {
  line-height: 1;
}.pfn_mob_nav_ic-qef svg {
  height: 20px;
  width: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.pfn_mob_nav_lb-qef {
  font-weight: 600;
  font-size: 10px;
  color: #533F78;
}.pfn_mob_nav_item-qef.pfn_state_active-qef {
  color: #E0359A;
}.pfn_mob_nav_item-qef.pfn_state_active-qef .pfn_mob_nav_lb-qef {
  color: #E0359A;
}.pfn_hero-qef {
  background: #0F0819;
  padding: 1.25rem 16px 0;
}
@media(min-width: 769px) {.pfn_hero-qef {
  padding: 1.5rem 24px 0;
}
}.pfn_hero_in-qef {
  gap: 12px;
  margin: 0 auto;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.pfn_hero_in-qef {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1099px) {.pfn_hero_in-qef {
  grid-template-columns: 1fr 21.25rem;
}
}.pfn_hero_promo-qef {
  background: #150D21;
  border-radius: 1.125rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 220px;
}
@media(min-width: 770px) {.pfn_hero_promo-qef {
  min-height: 17.5rem;
}
}.pfn_hero_promo_bg-qef {
  background: linear-gradient(120deg,#3A0E5C 0%,#0F0819 100%);
  inset: 0;
  background-position: center;
  position: absolute;
  background-size: cover;
}.pfn_hero_promo_bg-qef::after {
  background: linear-gradient(90deg,#0F0819 0%,rgba(8,5,16,0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.pfn_hero_promo_glow-qef {
  background: radial-gradient(circle,rgba(139,47,212,0.20) 0%,transparent 65%);
  border-radius: 50%;
  width: 18.75rem;
  height: 300px;
  right: 3.75rem;
  pointer-events: none;
  top: -40px;
  position: absolute;
}.pfn_hero_promo_ct-qef {
  padding: 1.75rem 24px 1.75rem 28px;
  justify-content: center;
  flex-direction: column;
  max-width: 30rem;
  position: relative;
  display: flex;
  z-index: 2;
}
@media(min-width: 769px) {.pfn_hero_promo_ct-qef {
  padding: 40px 2rem;
}
}.pfn_hero_badge-qef {
  border-radius: 24px;
  padding: 5px 0.75rem;
  border: 1px solid rgba(224,53,154,0.07);
  background: rgba(224,53,154,0.18);
  text-transform: uppercase;
  color: #E0359A;
  letter-spacing: .08em;
  margin-bottom: 0.875rem;
  display: inline-block;
  font-weight: 700;
  font-size: 10px;
}.pfn_hero_h1-qef {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Righteous', sans-serif;
  margin-bottom: 0.625rem;
  font-size: 26px;
  color: #F4EEFF;
  line-height: 1.15;
}.pfn_hero_h1-qef em {
  font-style: normal;
  color: #F5C840;
}
@media(min-width: 769px) {.pfn_hero_h1-qef {
  font-size: 36px;
}
}.pfn_hero_sub-qef {
  color: #9880C0;
  margin-bottom: 20px;
  line-height: 1.55;
  font-size: 13px;
}
@media(min-width: 767px) {.pfn_hero_sub-qef {
  font-size: 14px;
}
}.pfn_hero_row-qef {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.pfn_hero_cta-qef {
  border-radius: 0.75rem;
  background: #5EC95A;
  transition: background .2s;
  padding: 13px 26px;
  font-size: 0.875rem;
  color: #0E0718;
  font-weight: 700;
  box-shadow: 0 0 0.875rem 3px rgba(94,201,90,0.42), 3px 5px 0.625rem rgba(8,5,16,0.55);
}.pfn_hero_cta-qef:hover {
  background: #70D86C;
}.pfn_hero_terms-qef {
  color: #533F78;
  font-size: 0.688rem;
}.pfn_hero_game-qef {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  background: #150D21;
  display: flex;
  position: relative;
  flex-direction: column;
}.pfn_hero_game_badge-qef {
  padding: 0.313rem 10px;
  background: rgba(245,200,64,0.14);
  border-radius: 24px;
  border: 1px solid rgba(245,200,64,0.14);
  left: 12px;
  color: #F5C840;
  z-index: 3;
  position: absolute;
  font-size: 10px;
  top: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
}.pfn_hero_game_badge-qef svg {
  height: 0.688rem;
  vertical-align: -1px;
  width: 11px;
  margin-right: 4px;
}.pfn_hero_game_img-qef {
  background: linear-gradient(135deg,#3A0E5C,#0F0819);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.pfn_hero_game_img-qef img {
  inset: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}.pfn_hero_game_play-qef {
  background: rgba(8,5,16,0.72);
  inset: 0;
  transition: opacity .2s;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}.pfn_hero_game-qef:hover .pfn_hero_game_play-qef {
  opacity: 1;
}.pfn_hero_game_play-qef span {
  border-radius: 50%;
  background: #E0359A;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
}.pfn_hero_game_play-qef span svg {
  width: 18px;
  height: 1.125rem;
  margin-left: 2px;
}.pfn_hero_game_info-qef {
  padding: 14px 16px;
}.pfn_hero_game_title-qef {
  margin-bottom: 0.25rem;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F4EEFF;
}.pfn_hero_game_provider-qef {
  color: #6B5794;
  font-size: 11px;
}.pfn_hero_game_btn-qef {
  padding: 11px;
  transition: background .2s;
  border-radius: 0.75rem;
  margin: 12px 1rem 16px;
  background: #E0359A;
  color: #F4EEFF;
  text-align: center;
  font-size: 0.813rem;
  display: block;
  font-weight: 700;
}.pfn_hero_game-qef:hover .pfn_hero_game_btn-qef {
  background: #F044AE;
}.pfn_gcg-qef {
  background: #0F0819;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.pfn_gcg-qef {
  padding: 2.75rem 1.5rem 0;
}
}.pfn_gcg_in-qef {
  margin: 0 auto;
  max-width: 1320px;
}.pfn_gcg_head-qef {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.pfn_gcg_label-qef {
  margin-bottom: 0.5rem;
  color: #E0359A;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}.pfn_gcg_h2-qef {
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #F4EEFF;
  font-family: 'Righteous', sans-serif;
  font-weight: 800;
  font-size: 1.375rem;
}
@media(min-width: 770px) {.pfn_gcg_h2-qef {
  font-size: 1.75rem;
}
}.pfn_gcg_intro-qef {
  color: #6B5794;
  font-size: 13px;
  line-height: 1.6;
}.pfn_gcg_grid-qef {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.pfn_gcg_grid-qef {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.pfn_gcg_grid-qef {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.pfn_gcg_card-qef {
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  transition: transform .2s,border-color .2s;
  border-radius: 1.125rem;
  min-height: 240px;
  justify-content: flex-end;
  display: flex;
  cursor: pointer;
  position: relative;
  flex-direction: column;
}.pfn_gcg_card-qef:hover {
  border-color: rgba(224,53,154,0.18);
  transform: translateY(-3px);
}.pfn_gcg_card_bg-qef {
  inset: 0;
  z-index: 0;
  position: absolute;
}.pfn_gcg_card_bg-qef::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.pfn_gcg_card_ic-qef {
  background: rgba(0,0,0,.45);
  border-radius: 6px;
  width: 40px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F4EEFF;
  right: 1.125rem;
  z-index: 2;
  top: 1.125rem;
  height: 2.5rem;
}.pfn_gcg_card_ic-qef svg {
  width: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.25rem;
}.pfn_gcg_card_ct-qef {
  z-index: 1;
  position: relative;
}.pfn_gcg_card_h-qef {
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Righteous', sans-serif;
  color: #F4EEFF;
}
@media(min-width: 770px) {.pfn_gcg_card_h-qef {
  font-size: 1.25rem;
}
}.pfn_gcg_card_p-qef {
  margin-bottom: 10px;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.pfn_gcg_card_p-qef strong {
  font-weight: 600;
  color: #F4EEFF;
}.pfn_gcg_card_cta-qef {
  gap: 4px;
  font-weight: 700;
  letter-spacing: .04em;
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  color: #E0359A;
  font-size: 0.75rem;
}.pfn_gcg_card_cta-qef svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
  height: 12px;
}.pfn_ws-qef {
  padding: 2rem 1rem 0;
  background: #0F0819;
}
@media(min-width:768px) {.pfn_ws-qef {
  padding: 2.25rem 24px 0;
}
}.pfn_ws_in-qef {
  margin: 0 auto;
  max-width: 1320px;
}.pfn_ws_head-qef {
  gap: 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.875rem;
}.pfn_ws_title-qef {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  color: #F4EEFF;
  font-size: 1rem;
  overflow-wrap: break-word;
  align-items: center;
  font-family: 'Righteous', sans-serif;
  font-weight: 700;
}.pfn_ws_title_ic-qef svg {
  color: #F5C840;
  stroke-linejoin: round;
  width: 18px;
  stroke-linecap: round;
  height: 18px;
}.pfn_ws_online-qef {
  gap: 7px;
  font-weight: 600;
  align-items: center;
  color: #6B5794;
  display: flex;
  font-size: 0.75rem;
}.pfn_ws_online_dot-qef {
  border-radius: 50%;
  background: #5EC95A;
  box-shadow: 0 0 0.375rem rgba(94,201,90,0.15);
  flex-shrink: 0;
  width: 8px;
  height: 8px;
}.pfn_ws_scroll-qef {
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 8px;
}.pfn_ws_scroll-qef::-webkit-scrollbar {
  display: none;
}.pfn_wc-qef {
  background: #150D21;
  padding: 0.625rem 0.875rem;
  border-radius: 0.75rem;
  gap: 0.625rem;
  border: 1px solid rgba(255,255,255,0.10);
  min-width: 13.75rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.pfn_wc_img-qef {
  border-radius: 0.375rem;
  overflow: hidden;
  background: #1A1028;
  height: 2.25rem;
  flex-shrink: 0;
  width: 36px;
}.pfn_wc_img-qef img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.pfn_wc_info-qef {
  min-width: 0;
}.pfn_wc_game-qef {
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  font-size: 12px;
  white-space: nowrap;
  color: #CFC0E8;
}.pfn_wc_player-qef {
  overflow: hidden;
  color: #533F78;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}.pfn_wc_amount-qef {
  font-weight: 700;
  color: #5EC95A;
  margin-left: auto;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 13px;
}.pfn_bon-qef {
  padding: 36px 16px 0;
  background: #0F0819;
}
@media(min-width: 767px) {.pfn_bon-qef {
  padding: 44px 24px 0;
}
}.pfn_bon_in-qef {
  margin: 0 auto;
  max-width: 82.5rem;
}.pfn_bon_head-qef {
  margin-bottom: 1.25rem;
}.pfn_bon_label-qef {
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #E0359A;
  text-transform: uppercase;
  letter-spacing: .08em;
}.pfn_bon_h2-qef {
  font-family: 'Righteous', sans-serif;
  color: #F4EEFF;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 766px) {.pfn_bon_h2-qef {
  font-size: 24px;
}
}.pfn_bon_seo-qef {
  line-height: 1.6;
  color: #6B5794;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  font-size: 13px;
}.pfn_bon_seo-qef strong {
  color: #CFC0E8;
  font-weight: 700;
}.pfn_bon_seo-qef a {
  text-decoration: underline;
  color: #E0359A;
}.pfn_bon_grid-qef {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.pfn_bon_grid-qef {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.pfn_bon_grid-qef {
  grid-template-columns: repeat(5,1fr);
}
}.pfn_bon_card-qef {
  border: 1px solid rgba(255,255,255,0.10);
  background: #150D21;
  padding: 1rem;
  border-radius: 12px;
  transition: border-color .2s,transform .2s;
}.pfn_bon_card-qef:hover {
  transform: translateY(-2px);
  border-color: rgba(224,53,154,0.07);
}.pfn_bon_card_ic-qef svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.625rem;
  height: 26px;
}.pfn_bon_card_ic-qef {
  margin-bottom: 0.625rem;
}.pfn_bon_card_type-qef {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .06em;
  margin-bottom: 6px;
  color: #6B5794;
}.pfn_bon_card_amount-qef {
  line-height: 1.1;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 0.375rem;
  color: #F5C840;
}.pfn_bon_card_name-qef {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  font-weight: 600;
  color: #F4EEFF;
}.pfn_bon_card_detail-qef {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #533F78;
  font-size: 11px;
  padding-top: 0.5rem;
}.pfn_reg-qef {
  padding: 36px 1rem 0;
  background: #0F0819;
}
@media(min-width: 770px) {.pfn_reg-qef {
  padding: 44px 24px 0;
}
}.pfn_reg_in-qef {
  padding: 28px 24px;
  background: #1A1028;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.06);
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width:768px) {.pfn_reg_in-qef {
  padding: 40px;
}
}.pfn_reg_top-qef {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.pfn_reg_top-qef {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.pfn_reg_label-qef {
  color: #E0359A;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.pfn_reg_h2-qef {
  font-weight: 800;
  font-family: 'Righteous', sans-serif;
  line-height: 1.2;
  color: #F4EEFF;
  margin-bottom: 0.75rem;
  font-size: 1.375rem;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.pfn_reg_h2-qef {
  font-size: 1.75rem;
}
}.pfn_reg_bonus-qef {
  gap: 0.5rem;
  border: 1px solid rgba(245,200,64,0.14);
  padding: 10px 16px;
  background: rgba(245,200,64,0.14);
  border-radius: 12px;
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
}.pfn_reg_bonus_amount-qef {
  font-weight: 800;
  color: #F5C840;
  font-size: 20px;
}.pfn_reg_bonus_text-qef {
  color: #9880C0;
  font-size: 13px;
  line-height: 1.35;
}.pfn_reg_cta_btn-qef {
  padding: 0.875rem 2rem;
  transition: background .2s;
  border-radius: 12px;
  background: #5EC95A;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #0E0718;
  box-shadow: 0 0 0.875rem 3px rgba(94,201,90,0.42), 3px 5px 10px rgba(8,5,16,0.55);
  margin-bottom: 0.75rem;
}.pfn_reg_cta_btn-qef:hover {
  background: #70D86C;
}.pfn_reg_terms-qef {
  color: #533F78;
  line-height: 1.5;
  font-size: 11px;
}.pfn_reg_seo-qef {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 0.813rem;
  color: #6B5794;
  margin-top: 1.25rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  padding-top: 20px;
}.pfn_reg_seo-qef p {
  margin-bottom: 0.625rem;
  line-height: 1.65;
  color: #6B5794;
  font-size: 13px;
}.pfn_reg_seo-qef p:last-child {
  margin-bottom: 0;
}.pfn_reg_seo-qef strong {
  font-weight: 700;
  color: #CFC0E8;
}.pfn_reg_seo-qef a {
  transition: color .2s;
  color: #E0359A;
  text-decoration: underline;
}.pfn_reg_seo-qef a:hover {
  color: #F044AE;
}.pfn_reg_seo-qef ul,.pfn_reg_seo-qef ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.pfn_reg_seo-qef ol {
  list-style: decimal;
}.pfn_reg_seo-qef li {
  color: #6B5794;
  line-height: 1.65;
  margin-bottom: 4px;
  font-size: 13px;
}.pfn_reg_seo-qef table {
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 765px) {.pfn_reg_seo-qef table {
  display: table;
}
}.pfn_reg_seo-qef th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  text-align: left;
  color: #CFC0E8;
  font-weight: 700;
}.pfn_reg_seo-qef td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 8px;
  color: #6B5794;
}.pfn_reg_steps-qef {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
}
@media(min-width: 862px) {.pfn_reg_steps-qef {
  margin-top: 0;
}
}.pfn_reg_step-qef {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  gap: 0.875rem;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.pfn_reg_step_num-qef {
  border-radius: 50%;
  border: 1px solid rgba(224,53,154,0.07);
  background: rgba(224,53,154,0.18);
  font-size: 14px;
  height: 2.125rem;
  font-weight: 800;
  align-items: center;
  width: 34px;
  color: #E0359A;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}.pfn_reg_step_title-qef {
  font-size: 14px;
  font-weight: 700;
  color: #F4EEFF;
  margin-bottom: 3px;
}.pfn_reg_step_text-qef {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #6B5794;
}.pfn_reg_trust-qef {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  padding-top: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}.pfn_reg_trust_item-qef {
  gap: 7px;
  font-size: 0.75rem;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  color: #6B5794;
}.pfn_reg_trust_ic-qef svg {
  color: #E0359A;
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.pfn_htp-qef {
  padding: 36px 1rem 0;
  background: #0F0819;
}
@media(min-width:768px) {.pfn_htp-qef {
  padding: 44px 1.5rem 0;
}
}.pfn_htp_in-qef {
  margin: 0 auto;
  max-width: 1320px;
}.pfn_htp_head-qef {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.pfn_htp_label-qef {
  text-transform: uppercase;
  color: #E0359A;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.pfn_htp_h2-qef {
  font-size: 22px;
  color: #F4EEFF;
  font-family: 'Righteous', sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.pfn_htp_h2-qef {
  font-size: 1.75rem;
}
}.pfn_htp_intro-qef {
  color: #6B5794;
  font-size: 0.875rem;
  line-height: 1.6;
}.pfn_htp_steps-qef {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 639px) {.pfn_htp_steps-qef {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.pfn_htp_steps-qef {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.pfn_htp_step-qef {
  padding: 20px 18px 1.125rem;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.10);
  background: #1A1028;
  flex-direction: column;
  position: relative;
  display: flex;
}.pfn_htp_step_num-qef {
  border-radius: 50%;
  background: #E0359A;
  font-weight: 800;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.813rem;
  display: flex;
  left: 20px;
  font-family: 'Righteous', sans-serif;
  color: #0E0718;
  top: -0.75rem;
}.pfn_htp_step_ic-qef {
  background: rgba(224,53,154,0.18);
  border-radius: 6px;
  margin: 0.5rem 0 0.75rem;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  color: #E0359A;
  align-items: center;
}.pfn_htp_step_ic-qef svg {
  height: 18px;
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.pfn_htp_step_h-qef {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  color: #F4EEFF;
}.pfn_htp_step_p-qef {
  line-height: 1.55;
  font-size: 0.813rem;
  color: #6B5794;
  overflow-wrap: break-word;
}.pfn_htp_step_p-qef strong {
  color: #CFC0E8;
  font-weight: 600;
}.pfn_htp_cta-qef {
  border-radius: 0.75rem;
  transition: background .2s;
  padding: 0.813rem 26px;
  background: #5EC95A;
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
  color: #0E0718;
}.pfn_htp_cta-qef:hover {
  background: #70D86C;
}.pfn_prov-qef {
  background: #0F0819;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.pfn_prov-qef {
  padding: 44px 1.5rem 0;
}
}.pfn_prov_in-qef {
  margin: 0 auto;
  max-width: 1320px;
}.pfn_prov_head-qef {
  margin-bottom: 1rem;
}.pfn_prov_label-qef {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  color: #E0359A;
  text-transform: uppercase;
  letter-spacing: .08em;
}.pfn_prov_h2-qef {
  color: #F4EEFF;
  font-family: 'Righteous', sans-serif;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}
@media(min-width: 767px) {.pfn_prov_h2-qef {
  font-size: 24px;
}
}.pfn_prov_seo-qef {
  line-height: 1.6;
  color: #6B5794;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  margin-bottom: 16px;
}.pfn_prov_seo-qef strong {
  font-weight: 700;
  color: #CFC0E8;
}.pfn_prov_seo-qef a {
  color: #E0359A;
  text-decoration: underline;
}.pfn_prov_grid-qef {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 643px) {.pfn_prov_grid-qef {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.pfn_prov_grid-qef {
  grid-template-columns: repeat(8,1fr);
}
}.pfn_prov_card-qef {
  border: 1px solid rgba(255,255,255,0.10);
  background: #150D21;
  gap: 0.438rem;
  padding: 14px 10px;
  border-radius: 0.75rem;
  transition: border-color .2s,background .2s;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}.pfn_prov_card-qef:hover {
  background: #1A1028;
  border-color: rgba(224,53,154,0.45);
}.pfn_prov_logo-qef {
  border-radius: 6px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  display: flex;
  height: 2.75rem;
  align-items: center;
  width: 2.75rem;
  justify-content: center;
}.pfn_prov_logo-qef img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.pfn_prov_name-qef {
  overflow-wrap: break-word;
  font-weight: 600;
  text-align: center;
  color: #9880C0;
  font-size: 11px;
}.pfn_app-qef {
  padding: 2.25rem 16px 0;
  background: #0F0819;
}
@media(min-width: 766px) {.pfn_app-qef {
  padding: 44px 24px 0;
}
}.pfn_app_in-qef {
  margin: 0 auto;
  max-width: 82.5rem;
}.pfn_app_head-qef {
  margin-bottom: 16px;
}.pfn_app_label-qef {
  margin-bottom: 8px;
  color: #E0359A;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.pfn_app_h2-qef {
  color: #F4EEFF;
  margin-bottom: 6px;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Righteous', sans-serif;
}
@media(min-width: 766px) {.pfn_app_h2-qef {
  font-size: 24px;
}
}.pfn_app_sub-qef {
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #6B5794;
  font-size: 13px;
  max-width: 600px;
}.pfn_app_sub-qef strong {
  font-weight: 700;
  color: #CFC0E8;
}.pfn_app_cards-qef {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 16px;
  display: grid;
}
@media(min-width: 637px) {.pfn_app_cards-qef {
  grid-template-columns: repeat(3,1fr);
}
}.pfn_app_card-qef {
  border-radius: 0.75rem;
  overflow: hidden;
  gap: 16px;
  padding: 20px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
}.pfn_app_card_ios-qef {
  background: linear-gradient(135deg,rgba(224,53,154,0.18) 0%,#1A1028 100%);
}.pfn_app_card_android-qef {
  background: linear-gradient(135deg,rgba(94,201,90,0.15) 0%,#1A1028 100%);
}.pfn_app_card_win-qef {
  background: linear-gradient(135deg,rgba(245,200,64,0.14) 0%,#1A1028 100%);
}.pfn_app_card_ic-qef svg {
  height: 2.125rem;
  width: 2.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.pfn_app_card_ic-qef {
  color: #F4EEFF;
  flex-shrink: 0;
}.pfn_app_card_os-qef {
  text-transform: uppercase;
  color: #6B5794;
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
  font-weight: 700;
  letter-spacing: .08em;
}.pfn_app_card_title-qef {
  color: #F4EEFF;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}.pfn_app_card_text-qef {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #6B5794;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}.pfn_app_card_btn-qef {
  border-radius: 6px;
  gap: 7px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(224,53,154,0.45);
  transition: background .2s;
  padding: 0.625rem 18px;
  display: inline-flex;
  align-items: center;
  font-size: 0.813rem;
  color: #F4EEFF;
  font-weight: 700;
}.pfn_app_card_btn-qef:hover {
  background: rgba(255,255,255,0.07);
}.pfn_pmt-qef {
  background: #0F0819;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.pfn_pmt-qef {
  padding: 44px 1.5rem 0;
}
}.pfn_pmt_in-qef {
  margin: 0 auto;
  max-width: 1320px;
}.pfn_pmt_head-qef {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.pfn_pmt_label-qef {
  color: #E0359A;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.pfn_pmt_h2-qef {
  color: #F4EEFF;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Righteous', sans-serif;
  font-size: 1.375rem;
}
@media(min-width: 769px) {.pfn_pmt_h2-qef {
  font-size: 1.75rem;
}
}.pfn_pmt_intro-qef {
  overflow-wrap: break-word;
  color: #6B5794;
  font-size: 14px;
  line-height: 1.6;
}.pfn_pmt_groups-qef {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.pfn_pmt_group-qef {
  border: 1px solid rgba(255,255,255,0.10);
  background: #1A1028;
  padding: 20px;
  border-radius: 0.75rem;
}.pfn_pmt_group_head-qef {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.625rem;
}.pfn_pmt_group_ic-qef {
  border-radius: 6px;
  background: rgba(224,53,154,0.18);
  display: flex;
  align-items: center;
  color: #E0359A;
  height: 2.25rem;
  flex-shrink: 0;
  justify-content: center;
  width: 36px;
}.pfn_pmt_group_ic-qef svg {
  stroke-linejoin: round;
  height: 1.125rem;
  stroke-linecap: round;
  width: 18px;
}.pfn_pmt_group_h-qef {
  margin: 0;
  color: #F4EEFF;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 16px;
  font-family: 'Righteous', sans-serif;
}.pfn_pmt_group_p-qef {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #6B5794;
  line-height: 1.6;
  margin-bottom: 14px;
}.pfn_pmt_group_p-qef strong {
  font-weight: 600;
  color: #CFC0E8;
}.pfn_pmt_table_wrap-qef {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.pfn_pmt_table-qef {
  font-size: 13px;
  min-width: 540px;
  border-collapse: collapse;
  width: 100%;
}.pfn_pmt_table-qef th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  font-size: 11px;
  letter-spacing: .04em;
  font-weight: 700;
  color: #CFC0E8;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: left;
}.pfn_pmt_table-qef td {
  padding: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6B5794;
}.pfn_pmt_table-qef tbody tr:last-child td {
  border-bottom: none;
}.pfn_pmt_table-qef tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #CFC0E8;
}.pfn_faq-qef {
  padding: 36px 1rem 0;
  background: #0F0819;
}
@media(min-width: 767px) {.pfn_faq-qef {
  padding: 2.75rem 1.5rem 0;
}
}.pfn_faq_in-qef {
  margin: 0 auto;
  max-width: 1320px;
}.pfn_faq_head-qef {
  margin-bottom: 1.25rem;
}.pfn_faq_label-qef {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #E0359A;
}.pfn_faq_h2-qef {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F4EEFF;
  font-family: 'Righteous', sans-serif;
}
@media(min-width: 771px) {.pfn_faq_h2-qef {
  font-size: 1.5rem;
}
}.pfn_faq_list-qef {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.pfn_faq_item-qef {
  background: #1A1028;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
}.pfn_faq_q-qef {
  padding: 1rem 1.25rem;
  gap: 12px;
  transition: color .2s;
  color: #CFC0E8;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  overflow-wrap: break-word;
  flex-wrap: wrap;
}.pfn_faq_q-qef:hover {
  color: #F4EEFF;
}.pfn_faq_q_ic-qef {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  width: 24px;
  display: flex;
  font-size: 16px;
  height: 24px;
  align-items: center;
  color: #E0359A;
  justify-content: center;
  flex-shrink: 0;
}.pfn_faq_item-qef.pfn_state_open-qef .pfn_faq_q_ic-qef {
  transform: rotate(45deg);
}.pfn_faq_a-qef {
  padding: 0 20px 16px;
  display: none;
  font-size: 13px;
  color: #6B5794;
  line-height: 1.7;
  overflow-wrap: break-word;
}.pfn_faq_item-qef.pfn_state_open-qef .pfn_faq_a-qef {
  display: block;
}.pfn_faq_a-qef strong {
  color: #CFC0E8;
  font-weight: 700;
}.pfn_faq_a-qef a {
  color: #E0359A;
  text-decoration: underline;
}.pfn_faq_a-qef ul,.pfn_faq_a-qef ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.pfn_faq_a-qef ol {
  list-style: decimal;
}.pfn_faq_a-qef li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.pfn_faq_a-qef table {
  margin: 8px 0;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  font-size: 0.75rem;
  width: 100%;
}
@media(min-width: 766px) {.pfn_faq_a-qef table {
  display: table;
}
}.pfn_faq_a-qef th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #CFC0E8;
  font-weight: 700;
  text-align: left;
}.pfn_faq_a-qef td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.375rem 0.5rem;
  color: #6B5794;
}.pfn_seo-qef {
  padding: 36px 1rem 0;
  background: #0F0819;
}
@media(min-width:768px) {.pfn_seo-qef {
  padding: 44px 24px 0;
}
}.pfn_seo_in-qef {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  background: #1A1028;
  padding: 1.75rem 24px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.pfn_seo_in-qef {
  padding: 2.25rem 40px;
}
}.pfn_seo_label-qef {
  margin-bottom: 10px;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #E0359A;
  font-weight: 700;
  text-transform: uppercase;
}.pfn_seo_h2-qef {
  color: #F4EEFF;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Righteous', sans-serif;
  line-height: 1.25;
}
@media(min-width: 769px) {.pfn_seo_h2-qef {
  font-size: 24px;
}
}.pfn_seo_body-qef {
  overflow-wrap: break-word;
  font-size: 14px;
  color: #9880C0;
  line-height: 1.75;
}.pfn_seo_body-qef p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #9880C0;
  line-height: 1.75;
}.pfn_seo_body-qef p:last-child {
  margin-bottom: 0;
}.pfn_seo_body-qef strong {
  color: #CFC0E8;
  font-weight: 700;
}.pfn_seo_body-qef a {
  transition: color .2s;
  text-decoration: underline;
  color: #E0359A;
}.pfn_seo_body-qef a:hover {
  color: #F044AE;
}.pfn_seo_body-qef ul,.pfn_seo_body-qef ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.pfn_seo_body-qef ol {
  list-style: decimal;
}.pfn_seo_body-qef li {
  margin-bottom: 0.375rem;
  font-size: 14px;
  color: #9880C0;
  line-height: 1.75;
}.pfn_seo_body-qef table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 12px;
  font-size: 0.813rem;
  display: block;
}
@media(min-width: 771px) {.pfn_seo_body-qef table {
  display: table;
}
}.pfn_seo_body-qef th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #CFC0E8;
  font-weight: 700;
  text-align: left;
}.pfn_seo_body-qef td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #9880C0;
}.pfn_seo_cols-qef {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.pfn_seo_cols-qef {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.pfn_seo_cols-qef {
  grid-template-columns: repeat(3,1fr);
}
}.pfn_seo_col_h-qef {
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
  color: #CFC0E8;
}.pfn_seo_col_p-qef {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #6B5794;
  line-height: 1.65;
}.pfn_seo_stats-qef {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.pfn_seo_stat-qef {
  background: rgba(224,53,154,0.07);
  border-radius: 0.75rem;
  border: 1px solid rgba(224,53,154,0.18);
  flex: 1;
  padding: 14px 1rem;
  min-width: 8.75rem;
}.pfn_seo_stat_val-qef {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #E0359A;
  margin-bottom: 0.25rem;
}.pfn_seo_stat_lb-qef {
  font-size: 11px;
  color: #6B5794;
  overflow-wrap: break-word;
}.pfn_seo-qef {
  padding: 2.25rem 16px 0;
  background: #0F0819;
}
@media(min-width: 770px) {.pfn_seo-qef {
  padding: 44px 1.5rem 0;
}
}.pfn_seo_in-qef {
  border: 1px solid rgba(255,255,255,0.10);
  background: #1A1028;
  border-radius: 1.125rem;
  margin: 0 auto;
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width:768px) {.pfn_seo_in-qef {
  padding: 36px 40px;
}
}.pfn_seo_label-qef {
  font-size: 11px;
  color: #E0359A;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}.pfn_seo_h2-qef {
  line-height: 1.25;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.875rem;
  color: #F4EEFF;
  font-family: 'Righteous', sans-serif;
}
@media(min-width:768px) {.pfn_seo_h2-qef {
  font-size: 1.5rem;
}
}.pfn_seo_body-qef {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #9880C0;
  overflow-wrap: break-word;
}.pfn_seo_body-qef p {
  color: #9880C0;
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 0.875rem;
}.pfn_seo_body-qef p:last-child {
  margin-bottom: 0;
}.pfn_seo_body-qef strong {
  font-weight: 700;
  color: #CFC0E8;
}.pfn_seo_body-qef a {
  transition: color .2s;
  text-decoration: underline;
  color: #E0359A;
}.pfn_seo_body-qef a:hover {
  color: #F044AE;
}.pfn_seo_body-qef ul,.pfn_seo_body-qef ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.pfn_seo_body-qef ol {
  list-style: decimal;
}.pfn_seo_body-qef li {
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #9880C0;
}.pfn_seo_body-qef table {
  border-collapse: collapse;
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
}
@media(min-width: 769px) {.pfn_seo_body-qef table {
  display: table;
}
}.pfn_seo_body-qef th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  text-align: left;
  color: #CFC0E8;
  font-weight: 700;
}.pfn_seo_body-qef td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9880C0;
}.pfn_seo_cols-qef {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.pfn_seo_cols-qef {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.pfn_seo_cols-qef {
  grid-template-columns: repeat(3,1fr);
}
}.pfn_seo_col_h-qef {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #CFC0E8;
  margin-bottom: 7px;
  font-weight: 700;
}.pfn_seo_col_p-qef {
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #6B5794;
}.pfn_seo_stats-qef {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.pfn_seo_stat-qef {
  border: 1px solid rgba(224,53,154,0.18);
  background: rgba(224,53,154,0.07);
  border-radius: 12px;
  flex: 1;
  padding: 14px 1rem;
  min-width: 140px;
}.pfn_seo_stat_val-qef {
  color: #E0359A;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 800;
}.pfn_seo_stat_lb-qef {
  color: #6B5794;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.pfn_seo-qef {
  background: #0F0819;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.pfn_seo-qef {
  padding: 2.75rem 1.5rem 0;
}
}.pfn_seo_in-qef {
  background: #1A1028;
  margin: 0 auto;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 765px) {.pfn_seo_in-qef {
  padding: 36px 40px;
}
}.pfn_seo_label-qef {
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #E0359A;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}.pfn_seo_h2-qef {
  color: #F4EEFF;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  font-family: 'Righteous', sans-serif;
}
@media(min-width: 765px) {.pfn_seo_h2-qef {
  font-size: 24px;
}
}.pfn_seo_body-qef {
  font-size: 14px;
  color: #9880C0;
  line-height: 1.75;
  overflow-wrap: break-word;
}.pfn_seo_body-qef p {
  color: #9880C0;
  font-size: 0.875rem;
  margin-bottom: 12px;
  line-height: 1.75;
}.pfn_seo_body-qef p:last-child {
  margin-bottom: 0;
}.pfn_seo_body-qef strong {
  color: #CFC0E8;
  font-weight: 700;
}.pfn_seo_body-qef a {
  transition: color .2s;
  text-decoration: underline;
  color: #E0359A;
}.pfn_seo_body-qef a:hover {
  color: #F044AE;
}.pfn_seo_body-qef ul,.pfn_seo_body-qef ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.pfn_seo_body-qef ol {
  list-style: decimal;
}.pfn_seo_body-qef li {
  font-size: 14px;
  line-height: 1.75;
  color: #9880C0;
  margin-bottom: 6px;
}.pfn_seo_body-qef table {
  margin-bottom: 12px;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  display: block;
  font-size: 13px;
}
@media(min-width: 767px) {.pfn_seo_body-qef table {
  display: table;
}
}.pfn_seo_body-qef th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #CFC0E8;
}.pfn_seo_body-qef td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9880C0;
}.pfn_seo_cols-qef {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.pfn_seo_cols-qef {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.pfn_seo_cols-qef {
  grid-template-columns: repeat(3,1fr);
}
}.pfn_seo_col_h-qef {
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  color: #CFC0E8;
  font-weight: 700;
}.pfn_seo_col_p-qef {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #6B5794;
  line-height: 1.65;
}.pfn_seo_stats-qef {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.pfn_seo_stat-qef {
  border: 1px solid rgba(224,53,154,0.18);
  padding: 0.875rem 1rem;
  border-radius: 0.75rem;
  flex: 1;
  background: rgba(224,53,154,0.07);
  min-width: 140px;
}.pfn_seo_stat_val-qef {
  font-size: 1.25rem;
  color: #E0359A;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-weight: 800;
}.pfn_seo_stat_lb-qef {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #6B5794;
}.pfn_ft-qef {
  background: #080510;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.pfn_ft_support-qef {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 770px) {.pfn_ft_support-qef {
  padding: 1.75rem 1.5rem;
}
}.pfn_ft_support_in-qef {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 1320px;
}.pfn_ft_support_main-qef {
  gap: 1rem;
  flex: 1;
  align-items: center;
  min-width: 13.75rem;
  display: flex;
  flex-wrap: wrap;
}.pfn_ft_support_ic-qef {
  color: #E0359A;
  flex-shrink: 0;
}.pfn_ft_support_ic-qef svg {
  width: 1.875rem;
  height: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.pfn_ft_support_text_title-qef {
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
  color: #F4EEFF;
}.pfn_ft_support_text_sub-qef {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #6B5794;
}.pfn_ft_support_btn-qef {
  transition: background .2s;
  border-radius: 0.75rem;
  background: #E0359A;
  padding: 11px 1.375rem;
  flex-shrink: 0;
  font-size: 0.813rem;
  font-weight: 700;
  color: #F4EEFF;
  white-space: nowrap;
}.pfn_ft_support_btn-qef:hover {
  background: #F044AE;
}.pfn_ft_support_contacts-qef {
  gap: 1rem;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.pfn_ft_support_contact-qef {
  line-height: 1.4;
  font-size: 12px;
  color: #533F78;
}.pfn_ft_support_contact-qef strong {
  margin-bottom: 2px;
  color: #9880C0;
  font-size: 0.688rem;
  font-weight: 600;
  display: block;
}.pfn_ft_main-qef {
  padding: 32px 1rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 770px) {.pfn_ft_main-qef {
  padding: 40px 1.5rem 2rem;
}
}.pfn_ft_main_in-qef {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width:640px) {.pfn_ft_main_in-qef {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.pfn_ft_main_in-qef {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.pfn_ft_col_logo-qef {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.pfn_ft_col_logo-qef {
  grid-column: auto;
}
}.pfn_ft_logo-qef {
  gap: 9px;
  font-weight: 800;
  display: flex;
  margin-bottom: 0.75rem;
  font-size: 16px;
  align-items: center;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  color: #F4EEFF;
}.pfn_ft_logo_mark-qef {
  border-radius: 6px;
  overflow: hidden;
  height: 30px;
  width: 1.875rem;
}.pfn_ft_logo_mark-qef img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.pfn_ft_logo_sub-qef {
  color: #533F78;
  max-width: 200px;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.55;
}.pfn_ft_col_title-qef {
  font-weight: 700;
  font-size: 12px;
  color: #9880C0;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 14px;
}.pfn_ft_col_links-qef {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.pfn_ft_col_link-qef {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #533F78;
  font-size: 13px;
}.pfn_ft_col_link-qef:hover {
  color: #CFC0E8;
}.pfn_ft_apps-qef {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.pfn_ft_app_card-qef {
  padding: 10px 0.75rem;
  gap: 0.625rem;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  align-items: center;
  display: flex;
}.pfn_ft_app_card-qef:hover {
  border-color: rgba(224,53,154,0.45);
}.pfn_ft_app_card_ic-qef svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.375rem;
  height: 1.375rem;
}.pfn_ft_app_card_os-qef {
  font-weight: 600;
  color: #533F78;
  font-size: 0.625rem;
}.pfn_ft_app_card_action-qef {
  font-size: 12px;
  font-weight: 700;
  color: #CFC0E8;
}.pfn_ft_bot-qef {
  padding: 1.25rem 16px;
}
@media(min-width: 771px) {.pfn_ft_bot-qef {
  padding: 1.25rem 1.5rem;
}
}.pfn_ft_bot_in-qef {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  max-width: 1320px;
  flex-wrap: wrap;
  display: flex;
}.pfn_ft_socials-qef {
  gap: 0.5rem;
  display: flex;
}.pfn_ft_soc-qef {
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  width: 2.25rem;
  align-items: center;
  height: 2.25rem;
  justify-content: center;
  color: #9880C0;
}.pfn_ft_soc-qef svg {
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.pfn_ft_soc-qef:hover {
  background: rgba(255,255,255,0.07);
}.pfn_ft_legal-qef {
  flex: 1;
  font-size: 0.688rem;
  color: #7D6FA8;
  min-width: 200px;
  overflow-wrap: break-word;
  line-height: 1.6;
}.pfn_ft_legal-qef strong {
  font-weight: 700;
  color: #9880C0;
}.pfn_ft_legal-qef a {
  text-decoration: underline;
  color: #9880C0;
}.pfn_ft_age-qef {
  border-radius: 50%;
  border: 2px solid #7D6FA8;
  flex-shrink: 0;
  justify-content: center;
  color: #7D6FA8;
  font-weight: 800;
  display: flex;
  height: 2rem;
  font-size: 0.688rem;
  width: 32px;
  margin-left: auto;
  align-items: center;
}