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 {
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #130810;
  min-height: 100vh;
  color: #F0C8DC;
  line-height: 1.6;
  font-family: 'Nunito', sans-serif;
  -webkit-font-smoothing: antialiased;
}.imf_layout-m1u {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.imf_page-m1u {
  display: flex;
  min-height: 100vh;
}.imf_main-m1u {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width: 1078px) {.imf_main-m1u {
  padding-left: 220px;
}
}
@media (max-width: 1082px) {.imf_main-m1u {
  padding-bottom: 72px;
}
}.imf_gc-m1u {
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .2s,border-color .2s;
  background: #180C14;
  flex-shrink: 0;
  width: 140px;
  cursor: pointer;
  position: relative;
}
@media(min-width: 641px) {.imf_gc-m1u {
  width: 156px;
}
}
@media(min-width: 1082px) {.imf_gc-m1u {
  width: 10.5rem;
}
}.imf_gc-m1u:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 26, 140, 0.07);
}.imf_gc_img-m1u {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.imf_gc_img-m1u img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.imf_gc_hover-m1u {
  inset: 0;
  background: rgba(12, 5, 8, 0.72);
  transition: opacity .2s;
  position: absolute;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}.imf_gc-m1u:hover .imf_gc_hover-m1u {
  opacity: 1;
}.imf_gc_hover_btn-m1u {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background: #FF1A8C;
  font-size: 12px;
  font-weight: 700;
  color: #FFF0F7;
}.imf_gc_info-m1u {
  padding: 0.5rem 10px 10px;
}.imf_gc_name-m1u {
  overflow: hidden;
  white-space: nowrap;
  color: #F0C8DC;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 0.75rem;
  font-weight: 600;
}.imf_gc_prov-m1u {
  font-size: 10px;
  color: #7E4A66;
}.imf_gc_tag-m1u {
  border-radius: 4px;
  padding: 2px 7px;
  text-transform: uppercase;
  top: 0.375rem;
  position: absolute;
  z-index: 2;
  left: 0.375rem;
  letter-spacing: .04em;
  font-size: 0.563rem;
  font-weight: 700;
}.imf_gc_tag_hot-m1u {
  background: #FF3344;
  color: #fff;
}.imf_gc_tag_new-m1u {
  background: #18D46A;
  color: #130810;
}.imf_gc_tag_jp-m1u {
  background: #F7C200;
  color: #130810;
}.imf_gc_tag_ex-m1u {
  background: #C4006A;
  color: #fff;
}.imf_gc_tag_live-m1u {
  background: #FF3344;
  color: #fff;
}.imf_gr-m1u {
  background: #130810;
  padding: 32px 1rem 0;
}
@media(min-width:768px) {.imf_gr-m1u {
  padding: 36px 1.5rem 0;
}
}.imf_gr_in-m1u {
  margin: 0 auto;
  max-width: 1320px;
}.imf_gr_head-m1u {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.imf_gr_head_l-m1u {
  flex: 1;
  gap: 10px;
  align-items: center;
  min-width: 0;
  display: flex;
}.imf_gr_ic-m1u {
  border-radius: 0.75rem;
  height: 2rem;
  flex-shrink: 0;
  width: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
}.imf_gr_ic-m1u svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
}.imf_gr_title-m1u {
  overflow-wrap: break-word;
  font-family: 'Fredoka One', sans-serif;
  font-size: 1rem;
  color: #FFF0F7;
  font-weight: 700;
}
@media(min-width: 770px) {.imf_gr_title-m1u {
  font-size: 18px;
}
}.imf_gr_more-m1u {
  transition: color .2s;
  gap: 0.313rem;
  color: #A36082;
  flex-shrink: 0;
  align-items: center;
  font-size: 12px;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
}.imf_gr_more-m1u:hover {
  color: #FF1A8C;
}.imf_gr_more-m1u svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 12px;
  width: 12px;
}.imf_gr_arrows-m1u {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.imf_gr_arr-m1u {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  color: #CC8AAA;
  display: flex;
  width: 30px;
  height: 1.875rem;
}.imf_gr_arr-m1u:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #FFF0F7;
}.imf_gr_arr-m1u svg {
  height: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.813rem;
}.imf_gr_seo_h-m1u {
  margin: 0 0 0.375rem;
  font-size: 0.813rem;
  font-weight: 700;
  font-family: 'Fredoka One', sans-serif;
  color: #F0C8DC;
  overflow-wrap: break-word;
  max-width: 680px;
}
@media(min-width: 771px) {.imf_gr_seo_h-m1u {
  font-size: 0.875rem;
}
}.imf_gr_seo-m1u {
  margin-bottom: 0.75rem;
  line-height: 1.55;
  color: #A36082;
  overflow-wrap: break-word;
  max-width: 680px;
  font-size: 0.75rem;
}.imf_gr_seo-m1u strong {
  font-weight: 600;
  color: #F0C8DC;
}.imf_gr_scroll-m1u {
  gap: 0.625rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 0.625rem;
  -webkit-overflow-scrolling: touch;
}.imf_gr_scroll-m1u::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.imf_gr_scroll-m1u {
  gap: 0.75rem;
}
}.imf_tb-m1u {
  background: #130810;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  position: fixed;
  right: 0;
  height: 3.5rem;
  top: 0;
  z-index: 80;
  align-items: center;
  left: 0;
}.imf_tb_in-m1u {
  gap: 0;
  padding: 0 14px;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
}.imf_tb_burger-m1u {
  border-radius: 0.75rem;
  gap: 0.313rem;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 2.375rem;
  margin-right: 0.5rem;
  justify-content: center;
  display: flex;
  height: 38px;
}.imf_tb_burger-m1u:hover {
  background: rgba(255, 255, 255, 0.05);
}.imf_tb_burger_line-m1u {
  border-radius: 1px;
  background: #CC8AAA;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1079px) {.imf_tb_burger-m1u {
  display: none;
}
}.imf_tb_logo-m1u {
  gap: 0.563rem;
  flex-shrink: 0;
  align-items: center;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -.01em;
  display: flex;
  margin-right: 20px;
  overflow-wrap: break-word;
  color: #FFF0F7;
}.imf_tb_logo_mark-m1u {
  overflow: hidden;
  border-radius: 0.75rem;
  width: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 2rem;
}.imf_tb_logo_mark-m1u img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.imf_tb_nav-m1u {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 643px) {.imf_tb_nav-m1u {
  display: flex;
}
}.imf_tb_tab-m1u {
  transition: background .15s,color .15s;
  border-radius: 12px;
  padding: 8px 0.875rem;
  white-space: nowrap;
  color: #CC8AAA;
  font-weight: 600;
  font-size: 13px;
}.imf_tb_tab-m1u:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #FFF0F7;
}.imf_tb_tab-m1u.imf_state_active-m1u {
  background: rgba(255, 26, 140, 0.18);
  color: #FFF0F7;
}.imf_tb_right-m1u {
  gap: 0.5rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}.imf_tb_login-m1u {
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  padding: 0.563rem 16px;
  color: #F0C8DC;
  font-weight: 600;
  font-size: 13px;
  display: none;
}.imf_tb_login-m1u:hover {
  border-color: rgba(255, 26, 140, 0.55);
  color: #FFF0F7;
}
@media(min-width: 479px) {.imf_tb_login-m1u {
  display: block;
}
}.imf_tb_reg-m1u {
  border-radius: 12px;
  background: #18D46A;
  transition: background .2s;
  padding: 9px 18px;
  color: #100614;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
}.imf_tb_reg-m1u:hover {
  background: #24E87A;
}.imf_sb-m1u {
  transition: transform .25s ease;
  background: #1E1019;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  width: 220px;
  z-index: 70;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 3.5rem;
  bottom: 0;
}.imf_sb-m1u.imf_state_open-m1u {
  transform: translateX(0);
}.imf_sb-m1u::-webkit-scrollbar {
  width: 0.25rem;
}.imf_sb-m1u::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.imf_sb-m1u {
  transform: translateX(0);
}
}.imf_sb_auth-m1u {
  padding: 14px 12px 0.625rem;
}.imf_sb_btn_reg-m1u {
  transition: background .2s;
  border-radius: 0.75rem;
  background: #18D46A;
  padding: 0.688rem;
  font-weight: 700;
  color: #100614;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
  display: block;
  text-align: center;
}.imf_sb_btn_reg-m1u:hover {
  background: #24E87A;
}.imf_sb_btn_login-m1u {
  transition: border-color .2s;
  border-radius: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-weight: 600;
  text-align: center;
  font-size: 13px;
  display: block;
  color: #F0C8DC;
}.imf_sb_btn_login-m1u:hover {
  border-color: rgba(255, 26, 140, 0.55);
  color: #FFF0F7;
}.imf_sb_promo-m1u {
  overflow: hidden;
  margin: 0 12px 0.625rem;
  background: linear-gradient(135deg,#3D0022,#1E1019);
  padding: 12px 14px;
  border: 1px solid rgba(255, 26, 140, 0.18);
  border-radius: 0.75rem;
  position: relative;
}.imf_sb_promo-m1u::before {
  background: radial-gradient(circle,rgba(255, 26, 140, 0.18),transparent 70%);
  border-radius: 50%;
  height: 5rem;
  content: '';
  position: absolute;
  top: -20px;
  width: 80px;
  right: -20px;
}.imf_sb_promo_title-m1u {
  font-size: 11px;
  letter-spacing: .06em;
  margin-bottom: 4px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FF1A8C;
}.imf_sb_promo_text-m1u {
  overflow-wrap: break-word;
  font-weight: 600;
  line-height: 1.35;
  color: #FFF0F7;
  font-size: 0.75rem;
}.imf_sb_promo_sub-m1u {
  margin-top: 3px;
  font-size: 10px;
  color: #A36082;
}.imf_sb_nav-m1u {
  padding: 0.375rem 8px 1rem;
}.imf_sb_nav_lb-m1u {
  padding: 0.625rem 8px 0.375rem;
  font-weight: 700;
  font-size: 0.625rem;
  color: #7E4A66;
  letter-spacing: .08em;
  text-transform: uppercase;
}.imf_sb_link-m1u {
  padding: 9px 10px;
  border-radius: 8px;
  transition: background .15s,color .15s;
  gap: 0.625rem;
  font-size: 0.813rem;
  display: flex;
  color: #CC8AAA;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}.imf_sb_link-m1u:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #FFF0F7;
}.imf_sb_link-m1u.imf_state_active-m1u {
  background: rgba(255, 26, 140, 0.18);
  color: #FFF0F7;
}.imf_sb_ic-m1u {
  border-radius: 0.5rem;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 1.875rem;
  height: 30px;
  flex-shrink: 0;
}.imf_sb_ic-m1u svg {
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
}.imf_sb_ic_1-m1u {
  background: rgba(255, 26, 140, 0.07);
  color: #FF1A8C;
}.imf_sb_ic_2-m1u {
  background: rgba(24, 212, 106, 0.16);
  color: #18D46A;
}.imf_sb_ic_3-m1u {
  background: rgba(247, 194, 0, 0.16);
  color: #F7C200;
}.imf_sb_ic_4-m1u {
  background: rgba(196, 0, 106, 0.22);
  color: #C4006A;
}.imf_sb_ic_5-m1u {
  background: rgba(255, 26, 140, 0.07);
  color: #FF72C0;
}.imf_sb_ic_6-m1u {
  background: rgba(196, 0, 106, 0.22);
  color: #BB44EE;
}.imf_sb_badge-m1u {
  border-radius: 8px;
  background: #F7C200;
  padding: 2px 7px;
  font-size: 9px;
  font-weight: 700;
  color: #100614;
  margin-left: auto;
}.imf_sb_bot-m1u {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  padding: 0.75rem;
  display: flex;
}.imf_sb_lang-m1u,.imf_sb_help-m1u {
  padding: 0.563rem 6px;
  gap: 0.375rem;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  align-items: center;
  font-size: 11px;
  justify-content: center;
  display: flex;
  color: #CC8AAA;
}.imf_sb_lang-m1u:hover,.imf_sb_help-m1u:hover {
  border-color: rgba(255, 26, 140, 0.55);
  color: #FFF0F7;
}.imf_sb_lang-m1u svg,.imf_sb_help-m1u svg {
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
  height: 13px;
}.imf_sb_bd-m1u {
  background: rgba(12, 5, 8, 0.72);
  inset: 0;
  position: fixed;
  display: none;
  z-index: 69;
}.imf_sb_bd-m1u.imf_state_on-m1u {
  display: block;
}
@media(min-width: 1078px) {.imf_sb_bd-m1u {
  display: none!important;
}
}.imf_mob_nav-m1u {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #1E1019;
  bottom: 0;
  display: flex;
  right: 0;
  position: fixed;
  z-index: 80;
  left: 0;
}
@media(min-width: 1078px) {.imf_mob_nav-m1u {
  display: none;
}
}.imf_mob_nav_item-m1u {
  gap: 0.25rem;
  flex: 1;
  padding: 4px 2px;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  color: #7E4A66;
  align-items: center;
}.imf_mob_nav_ic-m1u {
  line-height: 1;
}.imf_mob_nav_ic-m1u svg {
  height: 20px;
  width: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.imf_mob_nav_lb-m1u {
  color: #7E4A66;
  font-weight: 600;
  font-size: 0.625rem;
}.imf_mob_nav_item-m1u.imf_state_active-m1u {
  color: #FF1A8C;
}.imf_mob_nav_item-m1u.imf_state_active-m1u .imf_mob_nav_lb-m1u {
  color: #FF1A8C;
}.imf_hero-m1u {
  padding: 1.25rem 1rem 0;
  background: #130810;
}
@media(min-width: 769px) {.imf_hero-m1u {
  padding: 24px 24px 0;
}
}.imf_hero_in-m1u {
  gap: 12px;
  margin: 0 auto;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.imf_hero_in-m1u {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1098px) {.imf_hero_in-m1u {
  grid-template-columns: 1fr 340px;
}
}.imf_hero_promo-m1u {
  border-radius: 1.125rem;
  overflow: hidden;
  background: #180C14;
  display: flex;
  position: relative;
  min-height: 220px;
  align-items: stretch;
}
@media(min-width: 770px) {.imf_hero_promo-m1u {
  min-height: 17.5rem;
}
}.imf_hero_promo_bg-m1u {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#3D0022 0%,#130810 100%);
  background-size: cover;
  position: absolute;
}.imf_hero_promo_bg-m1u::after {
  inset: 0;
  background: linear-gradient(90deg,#130810 0%,rgba(12, 5, 8, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.imf_hero_promo_glow-m1u {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196, 0, 106, 0.22) 0%,transparent 65%);
  position: absolute;
  pointer-events: none;
  height: 300px;
  width: 18.75rem;
  right: 3.75rem;
  top: -2.5rem;
}.imf_hero_promo_ct-m1u {
  padding: 1.75rem 24px 28px 28px;
  position: relative;
  flex-direction: column;
  max-width: 480px;
  display: flex;
  z-index: 2;
  justify-content: center;
}
@media(min-width: 770px) {.imf_hero_promo_ct-m1u {
  padding: 40px 2rem;
}
}.imf_hero_badge-m1u {
  border-radius: 1.5rem;
  padding: 0.313rem 12px;
  border: 1px solid rgba(255, 26, 140, 0.07);
  background: rgba(255, 26, 140, 0.18);
  display: inline-block;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 14px;
  color: #FF1A8C;
  font-size: 0.625rem;
  text-transform: uppercase;
}.imf_hero_h1-m1u {
  overflow-wrap: break-word;
  margin-bottom: 10px;
  color: #FFF0F7;
  font-weight: 800;
  font-family: 'Fredoka One', sans-serif;
  font-size: 26px;
  line-height: 1.15;
}.imf_hero_h1-m1u em {
  color: #F7C200;
  font-style: normal;
}
@media(min-width: 765px) {.imf_hero_h1-m1u {
  font-size: 2.25rem;
}
}.imf_hero_sub-m1u {
  margin-bottom: 20px;
  color: #CC8AAA;
  font-size: 13px;
  line-height: 1.55;
}
@media(min-width: 769px) {.imf_hero_sub-m1u {
  font-size: 14px;
}
}.imf_hero_row-m1u {
  gap: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.imf_hero_cta-m1u {
  padding: 0.813rem 1.625rem;
  border-radius: 12px;
  background: #18D46A;
  transition: background .2s;
  color: #100614;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 0.25rem 1.125rem rgba(24, 212, 106, 0.50), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}.imf_hero_cta-m1u:hover {
  background: #24E87A;
}.imf_hero_terms-m1u {
  font-size: 11px;
  color: #7E4A66;
}.imf_hero_game-m1u {
  overflow: hidden;
  background: #180C14;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1.125rem;
  flex-direction: column;
  display: flex;
  position: relative;
}.imf_hero_game_badge-m1u {
  border-radius: 24px;
  padding: 0.313rem 0.625rem;
  background: rgba(247, 194, 0, 0.16);
  border: 1px solid rgba(247, 194, 0, 0.16);
  color: #F7C200;
  text-transform: uppercase;
  letter-spacing: .06em;
  position: absolute;
  left: 0.75rem;
  font-size: 10px;
  font-weight: 700;
  top: 12px;
  z-index: 3;
}.imf_hero_game_badge-m1u svg {
  height: 11px;
  margin-right: 4px;
  width: 0.688rem;
  vertical-align: -1px;
}.imf_hero_game_img-m1u {
  overflow: hidden;
  background: linear-gradient(135deg,#3D0022,#130810);
  position: relative;
  padding-bottom: 60%;
}.imf_hero_game_img-m1u img {
  inset: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}.imf_hero_game_play-m1u {
  inset: 0;
  transition: opacity .2s;
  background: rgba(12, 5, 8, 0.72);
  align-items: center;
  display: flex;
  opacity: 0;
  justify-content: center;
  position: absolute;
}.imf_hero_game-m1u:hover .imf_hero_game_play-m1u {
  opacity: 1;
}.imf_hero_game_play-m1u span {
  border-radius: 50%;
  background: #FF1A8C;
  width: 3.25rem;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 52px;
}.imf_hero_game_play-m1u span svg {
  height: 18px;
  width: 18px;
  margin-left: 2px;
}.imf_hero_game_info-m1u {
  padding: 14px 1rem;
}.imf_hero_game_title-m1u {
  margin-bottom: 4px;
  font-size: 15px;
  overflow-wrap: break-word;
  color: #FFF0F7;
  font-weight: 700;
}.imf_hero_game_provider-m1u {
  color: #A36082;
  font-size: 0.688rem;
}.imf_hero_game_btn-m1u {
  margin: 0.75rem 1rem 16px;
  border-radius: 0.75rem;
  transition: background .2s;
  padding: 11px;
  background: #FF1A8C;
  font-weight: 700;
  font-size: 13px;
  color: #FFF0F7;
  display: block;
  text-align: center;
}.imf_hero_game-m1u:hover .imf_hero_game_btn-m1u {
  background: #FF45A2;
}.imf_sbar-m1u {
  padding: 1rem 1rem 0;
  background: #130810;
}
@media(min-width: 770px) {.imf_sbar-m1u {
  padding: 18px 1.5rem 0;
}
}.imf_sbar_in-m1u {
  margin: 0 auto;
  max-width: 1320px;
}.imf_sbar_row-m1u {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}.imf_sbar_input-m1u {
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 10px;
  padding: 0.688rem 1rem;
  flex: 1;
  transition: border-color .2s;
  background: #180C14;
  color: #A36082;
  font-size: 0.813rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}.imf_sbar_input-m1u:hover {
  border-color: rgba(255, 26, 140, 0.55);
}.imf_sbar_input-m1u svg {
  stroke-linecap: round;
  width: 0.938rem;
  height: 0.938rem;
  stroke-linejoin: round;
  flex-shrink: 0;
}.imf_sbar_providers-m1u {
  gap: 8px;
  padding: 0.688rem 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #180C14;
  transition: border-color .2s;
  border-radius: 12px;
  display: flex;
  font-weight: 600;
  white-space: nowrap;
  align-items: center;
  font-size: 0.813rem;
  color: #F0C8DC;
}.imf_sbar_providers-m1u:hover {
  border-color: rgba(255, 26, 140, 0.55);
  color: #FFF0F7;
}.imf_sbar_providers-m1u svg {
  width: 0.875rem;
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.imf_sbar_tabs-m1u {
  gap: 6px;
  display: flex;
  padding-bottom: 2px;
  scrollbar-width: none;
  overflow-x: auto;
}.imf_sbar_tabs-m1u::-webkit-scrollbar {
  display: none;
}.imf_sbar_tab-m1u {
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 7px;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 14px;
  border-radius: 24px;
  transition: background .15s,color .15s,border-color .15s;
  display: flex;
  flex-shrink: 0;
  font-size: 0.75rem;
  color: #CC8AAA;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}.imf_sbar_tab-m1u:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 26, 140, 0.55);
  color: #FFF0F7;
}.imf_sbar_tab-m1u.imf_state_active-m1u {
  border-color: rgba(255, 26, 140, 0.07);
  background: rgba(255, 26, 140, 0.18);
  color: #FFF0F7;
}.imf_sbar_tab_ic-m1u svg {
  stroke-linecap: round;
  width: 14px;
  height: 14px;
  stroke-linejoin: round;
}.imf_gcg-m1u {
  background: #130810;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.imf_gcg-m1u {
  padding: 44px 1.5rem 0;
}
}.imf_gcg_in-m1u {
  margin: 0 auto;
  max-width: 82.5rem;
}.imf_gcg_head-m1u {
  margin-bottom: 20px;
  max-width: 720px;
}.imf_gcg_label-m1u {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #FF1A8C;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.imf_gcg_h2-m1u {
  color: #FFF0F7;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-size: 22px;
  font-family: 'Fredoka One', sans-serif;
}
@media(min-width: 765px) {.imf_gcg_h2-m1u {
  font-size: 1.75rem;
}
}.imf_gcg_intro-m1u {
  font-size: 0.813rem;
  line-height: 1.6;
  color: #A36082;
}.imf_gcg_grid-m1u {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.imf_gcg_grid-m1u {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.imf_gcg_grid-m1u {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.imf_gcg_card-m1u {
  border-radius: 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  min-height: 15rem;
}.imf_gcg_card-m1u:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 26, 140, 0.18);
}.imf_gcg_card_bg-m1u {
  inset: 0;
  z-index: 0;
  position: absolute;
}.imf_gcg_card_bg-m1u::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.imf_gcg_card_ic-m1u {
  border-radius: 0.5rem;
  background: rgba(0,0,0,.45);
  z-index: 2;
  align-items: center;
  color: #FFF0F7;
  height: 2.5rem;
  width: 40px;
  right: 18px;
  top: 18px;
  position: absolute;
  justify-content: center;
  display: flex;
}.imf_gcg_card_ic-m1u svg {
  height: 20px;
  stroke-linecap: round;
  width: 1.25rem;
  stroke-linejoin: round;
}.imf_gcg_card_ct-m1u {
  position: relative;
  z-index: 1;
}.imf_gcg_card_h-m1u {
  overflow-wrap: break-word;
  color: #FFF0F7;
  margin-bottom: 8px;
  font-family: 'Fredoka One', sans-serif;
  font-weight: 800;
  line-height: 1.2;
  font-size: 1.125rem;
}
@media(min-width: 765px) {.imf_gcg_card_h-m1u {
  font-size: 1.25rem;
}
}.imf_gcg_card_p-m1u {
  margin-bottom: 0.625rem;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  overflow-wrap: break-word;
}.imf_gcg_card_p-m1u strong {
  font-weight: 600;
  color: #FFF0F7;
}.imf_gcg_card_cta-m1u {
  gap: 0.25rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  align-items: center;
  display: inline-flex;
  font-weight: 700;
  color: #FF1A8C;
  letter-spacing: .04em;
}.imf_gcg_card_cta-m1u svg {
  stroke-linejoin: round;
  width: 0.75rem;
  height: 0.75rem;
  stroke-linecap: round;
}.imf_ws-m1u {
  padding: 2rem 16px 0;
  background: #130810;
}
@media(min-width: 771px) {.imf_ws-m1u {
  padding: 36px 24px 0;
}
}.imf_ws_in-m1u {
  margin: 0 auto;
  max-width: 82.5rem;
}.imf_ws_head-m1u {
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
  display: flex;
}.imf_ws_title-m1u {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  color: #FFF0F7;
  font-size: 16px;
  font-family: 'Fredoka One', sans-serif;
  display: flex;
  overflow-wrap: break-word;
  font-weight: 700;
}.imf_ws_title_ic-m1u svg {
  stroke-linecap: round;
  height: 18px;
  width: 1.125rem;
  stroke-linejoin: round;
  color: #F7C200;
}.imf_ws_online-m1u {
  gap: 7px;
  color: #A36082;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  font-weight: 600;
}.imf_ws_online_dot-m1u {
  border-radius: 50%;
  background: #18D46A;
  flex-shrink: 0;
  height: 8px;
  box-shadow: 0 0 0.375rem rgba(24, 212, 106, 0.16);
  width: 0.5rem;
}.imf_ws_scroll-m1u {
  gap: 0.5rem;
  display: flex;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}.imf_ws_scroll-m1u::-webkit-scrollbar {
  display: none;
}.imf_wc-m1u {
  gap: 0.625rem;
  background: #180C14;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  min-width: 220px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.imf_wc_img-m1u {
  border-radius: 0.5rem;
  overflow: hidden;
  background: #1E1019;
  flex-shrink: 0;
  height: 36px;
  width: 2.25rem;
}.imf_wc_img-m1u img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.imf_wc_info-m1u {
  min-width: 0;
}.imf_wc_game-m1u {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  color: #F0C8DC;
}.imf_wc_player-m1u {
  overflow: hidden;
  white-space: nowrap;
  color: #7E4A66;
  font-size: 10px;
  text-overflow: ellipsis;
}.imf_wc_amount-m1u {
  margin-left: auto;
  font-weight: 700;
  white-space: nowrap;
  color: #18D46A;
  font-size: 13px;
  flex-shrink: 0;
}.imf_bon-m1u {
  padding: 2.25rem 1rem 0;
  background: #130810;
}
@media(min-width: 769px) {.imf_bon-m1u {
  padding: 2.75rem 24px 0;
}
}.imf_bon_in-m1u {
  margin: 0 auto;
  max-width: 1320px;
}.imf_bon_head-m1u {
  margin-bottom: 1.25rem;
}.imf_bon_label-m1u {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #FF1A8C;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.imf_bon_h2-m1u {
  overflow-wrap: break-word;
  font-family: 'Fredoka One', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #FFF0F7;
  margin-bottom: 0.5rem;
}
@media(min-width: 770px) {.imf_bon_h2-m1u {
  font-size: 24px;
}
}.imf_bon_seo-m1u {
  overflow-wrap: break-word;
  color: #A36082;
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 38.75rem;
}.imf_bon_seo-m1u strong {
  color: #F0C8DC;
  font-weight: 700;
}.imf_bon_seo-m1u a {
  text-decoration: underline;
  color: #FF1A8C;
}.imf_bon_grid-m1u {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 639px) {.imf_bon_grid-m1u {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.imf_bon_grid-m1u {
  grid-template-columns: repeat(5,1fr);
}
}.imf_bon_card-m1u {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  transition: border-color .2s,transform .2s;
  padding: 1rem;
  background: #180C14;
}.imf_bon_card-m1u:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 26, 140, 0.07);
}.imf_bon_card_ic-m1u svg {
  stroke-linecap: round;
  width: 26px;
  height: 1.625rem;
  stroke-linejoin: round;
}.imf_bon_card_ic-m1u {
  margin-bottom: 0.625rem;
}.imf_bon_card_type-m1u {
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 10px;
  color: #A36082;
  margin-bottom: 6px;
  text-transform: uppercase;
}.imf_bon_card_amount-m1u {
  color: #F7C200;
  line-height: 1.1;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
}.imf_bon_card_name-m1u {
  font-weight: 600;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #FFF0F7;
}.imf_bon_card_detail-m1u {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  padding-top: 8px;
  font-size: 11px;
  line-height: 1.5;
  color: #7E4A66;
}.imf_reg-m1u {
  background: #130810;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.imf_reg-m1u {
  padding: 44px 24px 0;
}
}.imf_reg_in-m1u {
  border-radius: 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #1E1019;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  max-width: 1320px;
}
@media(min-width: 771px) {.imf_reg_in-m1u {
  padding: 40px;
}
}.imf_reg_top-m1u {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.imf_reg_top-m1u {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.imf_reg_label-m1u {
  font-size: 0.688rem;
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #FF1A8C;
}.imf_reg_h2-m1u {
  font-weight: 800;
  color: #FFF0F7;
  margin-bottom: 0.75rem;
  font-size: 1.375rem;
  font-family: 'Fredoka One', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.2;
}
@media(min-width: 769px) {.imf_reg_h2-m1u {
  font-size: 28px;
}
}.imf_reg_bonus-m1u {
  border-radius: 0.75rem;
  background: rgba(247, 194, 0, 0.16);
  gap: 0.5rem;
  padding: 0.625rem 16px;
  border: 1px solid rgba(247, 194, 0, 0.16);
  align-items: center;
  margin-bottom: 16px;
  display: inline-flex;
}.imf_reg_bonus_amount-m1u {
  color: #F7C200;
  font-size: 20px;
  font-weight: 800;
}.imf_reg_bonus_text-m1u {
  color: #CC8AAA;
  line-height: 1.35;
  font-size: 0.813rem;
}.imf_reg_cta_btn-m1u {
  transition: background .2s;
  padding: 14px 32px;
  background: #18D46A;
  border-radius: 0.75rem;
  box-shadow: 0 4px 18px rgba(24, 212, 106, 0.50), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 15px;
  color: #100614;
  display: inline-block;
}.imf_reg_cta_btn-m1u:hover {
  background: #24E87A;
}.imf_reg_terms-m1u {
  line-height: 1.5;
  color: #7E4A66;
  font-size: 0.688rem;
}.imf_reg_seo-m1u {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  color: #A36082;
  padding-top: 1.25rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.imf_reg_seo-m1u p {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #A36082;
  margin-bottom: 0.625rem;
}.imf_reg_seo-m1u p:last-child {
  margin-bottom: 0;
}.imf_reg_seo-m1u strong {
  font-weight: 700;
  color: #F0C8DC;
}.imf_reg_seo-m1u a {
  transition: color .2s;
  color: #FF1A8C;
  text-decoration: underline;
}.imf_reg_seo-m1u a:hover {
  color: #FF45A2;
}.imf_reg_seo-m1u ul,.imf_reg_seo-m1u ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.imf_reg_seo-m1u ol {
  list-style: decimal;
}.imf_reg_seo-m1u li {
  margin-bottom: 0.25rem;
  line-height: 1.65;
  color: #A36082;
  font-size: 0.813rem;
}.imf_reg_seo-m1u table {
  display: block;
  margin-bottom: 0.625rem;
  width: 100%;
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 766px) {.imf_reg_seo-m1u table {
  display: table;
}
}.imf_reg_seo-m1u th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  text-align: left;
  color: #F0C8DC;
  font-weight: 700;
}.imf_reg_seo-m1u td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #A36082;
}.imf_reg_steps-m1u {
  gap: 14px;
  margin-top: 28px;
  flex-direction: column;
  display: flex;
}
@media(min-width: 857px) {.imf_reg_steps-m1u {
  margin-top: 0;
}
}.imf_reg_step-m1u {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1rem;
  gap: 14px;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.imf_reg_step_num-m1u {
  background: rgba(255, 26, 140, 0.18);
  border: 1px solid rgba(255, 26, 140, 0.07);
  border-radius: 50%;
  font-weight: 800;
  height: 2.125rem;
  flex-shrink: 0;
  justify-content: center;
  width: 2.125rem;
  color: #FF1A8C;
  font-size: 14px;
  display: flex;
  align-items: center;
}.imf_reg_step_title-m1u {
  margin-bottom: 3px;
  color: #FFF0F7;
  font-weight: 700;
  font-size: 0.875rem;
}.imf_reg_step_text-m1u {
  color: #A36082;
  font-size: 12px;
  line-height: 1.5;
}.imf_reg_trust-m1u {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  padding-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
  margin-top: 1.25rem;
}.imf_reg_trust_item-m1u {
  gap: 7px;
  align-items: center;
  font-size: 12px;
  color: #A36082;
  display: flex;
  overflow-wrap: break-word;
}.imf_reg_trust_ic-m1u svg {
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #FF1A8C;
  width: 1rem;
}.imf_prov-m1u {
  background: #130810;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.imf_prov-m1u {
  padding: 2.75rem 1.5rem 0;
}
}.imf_prov_in-m1u {
  margin: 0 auto;
  max-width: 82.5rem;
}.imf_prov_head-m1u {
  margin-bottom: 1rem;
}.imf_prov_label-m1u {
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #FF1A8C;
  font-weight: 700;
  font-size: 11px;
}.imf_prov_h2-m1u {
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Fredoka One', sans-serif;
  color: #FFF0F7;
}
@media(min-width:768px) {.imf_prov_h2-m1u {
  font-size: 1.5rem;
}
}.imf_prov_seo-m1u {
  color: #A36082;
  overflow-wrap: break-word;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.6;
  max-width: 620px;
}.imf_prov_seo-m1u strong {
  font-weight: 700;
  color: #F0C8DC;
}.imf_prov_seo-m1u a {
  text-decoration: underline;
  color: #FF1A8C;
}.imf_prov_grid-m1u {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 639px) {.imf_prov_grid-m1u {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.imf_prov_grid-m1u {
  grid-template-columns: repeat(8,1fr);
}
}.imf_prov_card-m1u {
  background: #180C14;
  gap: 7px;
  border-radius: 12px;
  padding: 14px 10px;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.imf_prov_card-m1u:hover {
  background: #1E1019;
  border-color: rgba(255, 26, 140, 0.55);
}.imf_prov_logo-m1u {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  display: flex;
  width: 44px;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
}.imf_prov_logo-m1u img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.imf_prov_name-m1u {
  color: #CC8AAA;
  font-weight: 600;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  text-align: center;
}.imf_app-m1u {
  padding: 2.25rem 16px 0;
  background: #130810;
}
@media(min-width: 769px) {.imf_app-m1u {
  padding: 2.75rem 24px 0;
}
}.imf_app_in-m1u {
  margin: 0 auto;
  max-width: 82.5rem;
}.imf_app_head-m1u {
  margin-bottom: 1rem;
}.imf_app_label-m1u {
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  color: #FF1A8C;
}.imf_app_h2-m1u {
  font-size: 20px;
  font-weight: 800;
  color: #FFF0F7;
  font-family: 'Fredoka One', sans-serif;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.imf_app_h2-m1u {
  font-size: 1.5rem;
}
}.imf_app_sub-m1u {
  font-size: 13px;
  line-height: 1.6;
  max-width: 37.5rem;
  color: #A36082;
  overflow-wrap: break-word;
}.imf_app_sub-m1u strong {
  font-weight: 700;
  color: #F0C8DC;
}.imf_app_cards-m1u {
  gap: 0.625rem;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.imf_app_cards-m1u {
  grid-template-columns: repeat(3,1fr);
}
}.imf_app_card-m1u {
  border-radius: 0.75rem;
  overflow: hidden;
  padding: 20px;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  position: relative;
}.imf_app_card_ios-m1u {
  background: linear-gradient(135deg,rgba(255, 26, 140, 0.18) 0%,#1E1019 100%);
}.imf_app_card_android-m1u {
  background: linear-gradient(135deg,rgba(24, 212, 106, 0.16) 0%,#1E1019 100%);
}.imf_app_card_win-m1u {
  background: linear-gradient(135deg,rgba(247, 194, 0, 0.16) 0%,#1E1019 100%);
}.imf_app_card_ic-m1u svg {
  stroke-linecap: round;
  width: 34px;
  stroke-linejoin: round;
  height: 2.125rem;
}.imf_app_card_ic-m1u {
  color: #FFF0F7;
  flex-shrink: 0;
}.imf_app_card_os-m1u {
  font-size: 0.625rem;
  letter-spacing: .08em;
  color: #A36082;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
}.imf_app_card_title-m1u {
  margin-bottom: 6px;
  overflow-wrap: break-word;
  line-height: 1.2;
  color: #FFF0F7;
  font-size: 15px;
  font-weight: 700;
}.imf_app_card_text-m1u {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #A36082;
}.imf_app_card_btn-m1u {
  border: 1px solid rgba(255, 26, 140, 0.55);
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  gap: 0.438rem;
  padding: 0.625rem 1.125rem;
  border-radius: 0.5rem;
  display: inline-flex;
  font-weight: 700;
  font-size: 0.813rem;
  align-items: center;
  color: #FFF0F7;
}.imf_app_card_btn-m1u:hover {
  background: rgba(255, 255, 255, 0.07);
}.imf_seo-m1u {
  padding: 2.25rem 1rem 0;
  background: #130810;
}
@media(min-width: 770px) {.imf_seo-m1u {
  padding: 44px 1.5rem 0;
}
}.imf_seo_in-m1u {
  border-radius: 1.125rem;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1E1019;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.imf_seo_in-m1u {
  padding: 36px 40px;
}
}.imf_seo_label-m1u {
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #FF1A8C;
  letter-spacing: .08em;
  font-weight: 700;
}.imf_seo_h2-m1u {
  font-family: 'Fredoka One', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 14px;
  color: #FFF0F7;
  line-height: 1.25;
}
@media(min-width: 770px) {.imf_seo_h2-m1u {
  font-size: 1.5rem;
}
}.imf_seo_body-m1u {
  color: #CC8AAA;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.imf_seo_body-m1u p {
  font-size: 14px;
  line-height: 1.75;
  color: #CC8AAA;
  margin-bottom: 12px;
}.imf_seo_body-m1u p:last-child {
  margin-bottom: 0;
}.imf_seo_body-m1u strong {
  color: #F0C8DC;
  font-weight: 700;
}.imf_seo_body-m1u a {
  transition: color .2s;
  text-decoration: underline;
  color: #FF1A8C;
}.imf_seo_body-m1u a:hover {
  color: #FF45A2;
}.imf_seo_body-m1u ul,.imf_seo_body-m1u ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.imf_seo_body-m1u ol {
  list-style: decimal;
}.imf_seo_body-m1u li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #CC8AAA;
}.imf_seo_body-m1u table {
  overflow-x: auto;
  display: block;
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 769px) {.imf_seo_body-m1u table {
  display: table;
}
}.imf_seo_body-m1u th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  color: #F0C8DC;
  font-weight: 700;
}.imf_seo_body-m1u td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #CC8AAA;
}.imf_seo_cols-m1u {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.imf_seo_cols-m1u {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.imf_seo_cols-m1u {
  grid-template-columns: repeat(3,1fr);
}
}.imf_seo_col_h-m1u {
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  color: #F0C8DC;
  font-size: 13px;
  font-weight: 700;
}.imf_seo_col_p-m1u {
  font-size: 13px;
  line-height: 1.65;
  color: #A36082;
  overflow-wrap: break-word;
}.imf_seo_stats-m1u {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.imf_seo_stat-m1u {
  border-radius: 12px;
  background: rgba(255, 26, 140, 0.07);
  border: 1px solid rgba(255, 26, 140, 0.18);
  flex: 1;
  padding: 0.875rem 1rem;
  min-width: 140px;
}.imf_seo_stat_val-m1u {
  overflow-wrap: break-word;
  color: #FF1A8C;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 4px;
}.imf_seo_stat_lb-m1u {
  color: #A36082;
  font-size: 11px;
  overflow-wrap: break-word;
}.imf_seo-m1u {
  background: #130810;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.imf_seo-m1u {
  padding: 2.75rem 24px 0;
}
}.imf_seo_in-m1u {
  border-radius: 18px;
  padding: 28px 1.5rem;
  background: #1E1019;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.imf_seo_in-m1u {
  padding: 36px 2.5rem;
}
}.imf_seo_label-m1u {
  font-size: 0.688rem;
  color: #FF1A8C;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.imf_seo_h2-m1u {
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-family: 'Fredoka One', sans-serif;
  color: #FFF0F7;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 800;
}
@media(min-width: 769px) {.imf_seo_h2-m1u {
  font-size: 24px;
}
}.imf_seo_body-m1u {
  color: #CC8AAA;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.imf_seo_body-m1u p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.75;
  color: #CC8AAA;
}.imf_seo_body-m1u p:last-child {
  margin-bottom: 0;
}.imf_seo_body-m1u strong {
  font-weight: 700;
  color: #F0C8DC;
}.imf_seo_body-m1u a {
  transition: color .2s;
  text-decoration: underline;
  color: #FF1A8C;
}.imf_seo_body-m1u a:hover {
  color: #FF45A2;
}.imf_seo_body-m1u ul,.imf_seo_body-m1u ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.imf_seo_body-m1u ol {
  list-style: decimal;
}.imf_seo_body-m1u li {
  margin-bottom: 6px;
  font-size: 0.875rem;
  color: #CC8AAA;
  line-height: 1.75;
}.imf_seo_body-m1u table {
  margin-bottom: 0.75rem;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
}
@media(min-width: 769px) {.imf_seo_body-m1u table {
  display: table;
}
}.imf_seo_body-m1u th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #F0C8DC;
  text-align: left;
  font-weight: 700;
}.imf_seo_body-m1u td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #CC8AAA;
}.imf_seo_cols-m1u {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width:640px) {.imf_seo_cols-m1u {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.imf_seo_cols-m1u {
  grid-template-columns: repeat(3,1fr);
}
}.imf_seo_col_h-m1u {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
  color: #F0C8DC;
}.imf_seo_col_p-m1u {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #A36082;
  font-size: 13px;
}.imf_seo_stats-m1u {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.imf_seo_stat-m1u {
  border-radius: 12px;
  flex: 1;
  border: 1px solid rgba(255, 26, 140, 0.18);
  padding: 0.875rem 16px;
  background: rgba(255, 26, 140, 0.07);
  min-width: 8.75rem;
}.imf_seo_stat_val-m1u {
  color: #FF1A8C;
  margin-bottom: 4px;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
}.imf_seo_stat_lb-m1u {
  color: #A36082;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.imf_pmt-m1u {
  background: #130810;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.imf_pmt-m1u {
  padding: 44px 24px 0;
}
}.imf_pmt_in-m1u {
  margin: 0 auto;
  max-width: 1320px;
}.imf_pmt_head-m1u {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.imf_pmt_label-m1u {
  letter-spacing: .08em;
  font-weight: 700;
  color: #FF1A8C;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 11px;
}.imf_pmt_h2-m1u {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Fredoka One', sans-serif;
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  color: #FFF0F7;
}
@media(min-width: 769px) {.imf_pmt_h2-m1u {
  font-size: 1.75rem;
}
}.imf_pmt_intro-m1u {
  color: #A36082;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.6;
}.imf_pmt_groups-m1u {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.imf_pmt_group-m1u {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px;
  border-radius: 0.75rem;
  background: #1E1019;
}.imf_pmt_group_head-m1u {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.625rem;
}.imf_pmt_group_ic-m1u {
  background: rgba(255, 26, 140, 0.18);
  border-radius: 0.5rem;
  align-items: center;
  justify-content: center;
  color: #FF1A8C;
  height: 36px;
  width: 2.25rem;
  display: flex;
  flex-shrink: 0;
}.imf_pmt_group_ic-m1u svg {
  height: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.125rem;
}.imf_pmt_group_h-m1u {
  margin: 0;
  color: #FFF0F7;
  font-family: 'Fredoka One', sans-serif;
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 700;
}.imf_pmt_group_p-m1u {
  color: #A36082;
  font-size: 0.813rem;
  line-height: 1.6;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}.imf_pmt_group_p-m1u strong {
  font-weight: 600;
  color: #F0C8DC;
}.imf_pmt_table_wrap-m1u {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.imf_pmt_table-m1u {
  min-width: 540px;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
}.imf_pmt_table-m1u th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: left;
  color: #F0C8DC;
  font-size: 11px;
  white-space: nowrap;
  text-transform: uppercase;
}.imf_pmt_table-m1u td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A36082;
}.imf_pmt_table-m1u tbody tr:last-child td {
  border-bottom: none;
}.imf_pmt_table-m1u tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #F0C8DC;
}.imf_faq-m1u {
  padding: 36px 1rem 0;
  background: #130810;
}
@media(min-width: 765px) {.imf_faq-m1u {
  padding: 44px 24px 0;
}
}.imf_faq_in-m1u {
  margin: 0 auto;
  max-width: 82.5rem;
}.imf_faq_head-m1u {
  margin-bottom: 1.25rem;
}.imf_faq_label-m1u {
  margin-bottom: 0.5rem;
  color: #FF1A8C;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}.imf_faq_h2-m1u {
  font-weight: 800;
  font-family: 'Fredoka One', sans-serif;
  color: #FFF0F7;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.imf_faq_h2-m1u {
  font-size: 24px;
}
}.imf_faq_list-m1u {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.imf_faq_item-m1u {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1E1019;
  border-radius: 12px;
}.imf_faq_q-m1u {
  gap: 0.75rem;
  transition: color .2s;
  padding: 16px 1.25rem;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #F0C8DC;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  cursor: pointer;
  font-weight: 600;
  display: flex;
}.imf_faq_q-m1u:hover {
  color: #FFF0F7;
}.imf_faq_q_ic-m1u {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  color: #FF1A8C;
  flex-shrink: 0;
  display: flex;
  height: 24px;
  width: 1.5rem;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}.imf_faq_item-m1u.imf_state_open-m1u .imf_faq_q_ic-m1u {
  transform: rotate(45deg);
}.imf_faq_a-m1u {
  padding: 0 1.25rem 1rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #A36082;
  line-height: 1.7;
  display: none;
}.imf_faq_item-m1u.imf_state_open-m1u .imf_faq_a-m1u {
  display: block;
}.imf_faq_a-m1u strong {
  color: #F0C8DC;
  font-weight: 700;
}.imf_faq_a-m1u a {
  color: #FF1A8C;
  text-decoration: underline;
}.imf_faq_a-m1u ul,.imf_faq_a-m1u ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.imf_faq_a-m1u ol {
  list-style: decimal;
}.imf_faq_a-m1u li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.imf_faq_a-m1u table {
  margin: 0.5rem 0;
  font-size: 12px;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  display: block;
}
@media(min-width:768px) {.imf_faq_a-m1u table {
  display: table;
}
}.imf_faq_a-m1u th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #F0C8DC;
  font-weight: 700;
  text-align: left;
}.imf_faq_a-m1u td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A36082;
}.imf_seo-m1u {
  background: #130810;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.imf_seo-m1u {
  padding: 2.75rem 24px 0;
}
}.imf_seo_in-m1u {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1.125rem;
  margin: 0 auto;
  padding: 28px 1.5rem;
  background: #1E1019;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.imf_seo_in-m1u {
  padding: 2.25rem 2.5rem;
}
}.imf_seo_label-m1u {
  font-weight: 700;
  margin-bottom: 0.625rem;
  font-size: 11px;
  letter-spacing: .08em;
  color: #FF1A8C;
  text-transform: uppercase;
}.imf_seo_h2-m1u {
  color: #FFF0F7;
  line-height: 1.25;
  font-size: 20px;
  font-family: 'Fredoka One', sans-serif;
  font-weight: 800;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.imf_seo_h2-m1u {
  font-size: 1.5rem;
}
}.imf_seo_body-m1u {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #CC8AAA;
  font-size: 14px;
}.imf_seo_body-m1u p {
  margin-bottom: 0.75rem;
  font-size: 14px;
  color: #CC8AAA;
  line-height: 1.75;
}.imf_seo_body-m1u p:last-child {
  margin-bottom: 0;
}.imf_seo_body-m1u strong {
  color: #F0C8DC;
  font-weight: 700;
}.imf_seo_body-m1u a {
  transition: color .2s;
  color: #FF1A8C;
  text-decoration: underline;
}.imf_seo_body-m1u a:hover {
  color: #FF45A2;
}.imf_seo_body-m1u ul,.imf_seo_body-m1u ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.imf_seo_body-m1u ol {
  list-style: decimal;
}.imf_seo_body-m1u li {
  margin-bottom: 6px;
  color: #CC8AAA;
  font-size: 14px;
  line-height: 1.75;
}.imf_seo_body-m1u table {
  overflow-x: auto;
  display: block;
  font-size: 0.813rem;
  border-collapse: collapse;
  margin-bottom: 12px;
  width: 100%;
}
@media(min-width: 766px) {.imf_seo_body-m1u table {
  display: table;
}
}.imf_seo_body-m1u th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #F0C8DC;
  font-weight: 700;
  text-align: left;
}.imf_seo_body-m1u td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #CC8AAA;
}.imf_seo_cols-m1u {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width:640px) {.imf_seo_cols-m1u {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.imf_seo_cols-m1u {
  grid-template-columns: repeat(3,1fr);
}
}.imf_seo_col_h-m1u {
  color: #F0C8DC;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0.438rem;
}.imf_seo_col_p-m1u {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #A36082;
  font-size: 0.813rem;
}.imf_seo_stats-m1u {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.imf_seo_stat-m1u {
  padding: 0.875rem 1rem;
  background: rgba(255, 26, 140, 0.07);
  border-radius: 12px;
  border: 1px solid rgba(255, 26, 140, 0.18);
  flex: 1;
  min-width: 8.75rem;
}.imf_seo_stat_val-m1u {
  font-weight: 800;
  color: #FF1A8C;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}.imf_seo_stat_lb-m1u {
  color: #A36082;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.imf_rv-m1u {
  padding: 2.25rem 16px 0;
  background: #130810;
}
@media(min-width: 770px) {.imf_rv-m1u {
  padding: 2.75rem 1.5rem 0;
}
}.imf_rv_in-m1u {
  margin: 0 auto;
  max-width: 1320px;
}.imf_rv_head-m1u {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.imf_rv_label-m1u {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #FF1A8C;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.imf_rv_h2-m1u {
  margin-bottom: 0.625rem;
  font-size: 1.375rem;
  font-weight: 800;
  color: #FFF0F7;
  font-family: 'Fredoka One', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.imf_rv_h2-m1u {
  font-size: 28px;
}
}.imf_rv_stats-m1u {
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  color: #A36082;
  display: flex;
  font-size: 0.813rem;
}.imf_rv_stats_score-m1u {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.imf_rv_stats_score_val-m1u {
  font-weight: 800;
  font-family: 'Fredoka One', sans-serif;
  font-size: 1.375rem;
  color: #F7C200;
}.imf_rv_stats_score_max-m1u {
  color: #7E4A66;
  font-size: 13px;
}.imf_rv_stats_badge-m1u {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.imf_rv_stats_badge-m1u svg {
  height: 14px;
  color: #F7C200;
  width: 0.875rem;
}.imf_rv_grid-m1u {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.imf_rv_grid-m1u {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.imf_rv_grid-m1u {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.imf_rv_card-m1u {
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1E1019;
  flex-direction: column;
  display: flex;
}.imf_rv_card_stars-m1u {
  gap: 2px;
  margin-bottom: 0.625rem;
  color: #F7C200;
  display: flex;
}.imf_rv_card_stars-m1u svg {
  width: 0.875rem;
  height: 14px;
}.imf_rv_card_h-m1u {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
  font-size: 0.875rem;
  color: #FFF0F7;
  overflow-wrap: break-word;
}.imf_rv_card_body-m1u {
  flex: 1;
  color: #A36082;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  margin-bottom: 0.875rem;
}.imf_rv_card_body-m1u strong {
  font-weight: 600;
  color: #F0C8DC;
}.imf_rv_card_meta-m1u {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  align-items: center;
  padding-top: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}.imf_rv_card_author-m1u {
  font-weight: 600;
  font-size: 0.75rem;
  color: #F0C8DC;
}.imf_rv_card_date-m1u {
  font-size: 0.688rem;
  color: #7E4A66;
}.imf_ft-m1u {
  background: #0C0508;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.imf_ft_support-m1u {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 770px) {.imf_ft_support-m1u {
  padding: 28px 1.5rem;
}
}.imf_ft_support_in-m1u {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  max-width: 82.5rem;
  flex-wrap: wrap;
  display: flex;
}.imf_ft_support_main-m1u {
  flex: 1;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  min-width: 220px;
  align-items: center;
}.imf_ft_support_ic-m1u {
  color: #FF1A8C;
  flex-shrink: 0;
}.imf_ft_support_ic-m1u svg {
  height: 1.875rem;
  stroke-linejoin: round;
  width: 1.875rem;
  stroke-linecap: round;
}.imf_ft_support_text_title-m1u {
  overflow-wrap: break-word;
  color: #FFF0F7;
  font-size: 0.938rem;
  margin-bottom: 3px;
  font-weight: 700;
}.imf_ft_support_text_sub-m1u {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #A36082;
}.imf_ft_support_btn-m1u {
  background: #FF1A8C;
  transition: background .2s;
  padding: 0.688rem 1.375rem;
  border-radius: 12px;
  font-weight: 700;
  color: #FFF0F7;
  font-size: 0.813rem;
  flex-shrink: 0;
  white-space: nowrap;
}.imf_ft_support_btn-m1u:hover {
  background: #FF45A2;
}.imf_ft_support_contacts-m1u {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.imf_ft_support_contact-m1u {
  color: #7E4A66;
  line-height: 1.4;
  font-size: 0.75rem;
}.imf_ft_support_contact-m1u strong {
  margin-bottom: 2px;
  font-weight: 600;
  color: #CC8AAA;
  display: block;
  font-size: 0.688rem;
}.imf_ft_main-m1u {
  padding: 32px 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.imf_ft_main-m1u {
  padding: 40px 24px 2rem;
}
}.imf_ft_main_in-m1u {
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width:640px) {.imf_ft_main_in-m1u {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.imf_ft_main_in-m1u {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.imf_ft_col_logo-m1u {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.imf_ft_col_logo-m1u {
  grid-column: auto;
}
}.imf_ft_logo-m1u {
  gap: 0.563rem;
  flex-wrap: wrap;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1rem;
  color: #FFF0F7;
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}.imf_ft_logo_mark-m1u {
  overflow: hidden;
  border-radius: 0.5rem;
  width: 1.875rem;
  height: 30px;
}.imf_ft_logo_mark-m1u img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.imf_ft_logo_sub-m1u {
  color: #7E4A66;
  line-height: 1.55;
  overflow-wrap: break-word;
  max-width: 12.5rem;
  font-size: 12px;
}.imf_ft_col_title-m1u {
  font-size: 0.75rem;
  letter-spacing: .07em;
  color: #CC8AAA;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
}.imf_ft_col_links-m1u {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.imf_ft_col_link-m1u {
  transition: color .2s;
  color: #7E4A66;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.imf_ft_col_link-m1u:hover {
  color: #F0C8DC;
}.imf_ft_apps-m1u {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.imf_ft_app_card-m1u {
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.625rem 0.75rem;
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.imf_ft_app_card-m1u:hover {
  border-color: rgba(255, 26, 140, 0.55);
}.imf_ft_app_card_ic-m1u svg {
  stroke-linecap: round;
  height: 22px;
  width: 1.375rem;
  stroke-linejoin: round;
}.imf_ft_app_card_os-m1u {
  color: #7E4A66;
  font-weight: 600;
  font-size: 10px;
}.imf_ft_app_card_action-m1u {
  font-size: 12px;
  color: #F0C8DC;
  font-weight: 700;
}.imf_ft_bot-m1u {
  padding: 1.25rem 1rem;
}
@media(min-width: 770px) {.imf_ft_bot-m1u {
  padding: 1.25rem 1.5rem;
}
}.imf_ft_bot_in-m1u {
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  max-width: 82.5rem;
  display: flex;
}.imf_ft_socials-m1u {
  gap: 8px;
  display: flex;
}.imf_ft_soc-m1u {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  width: 36px;
  justify-content: center;
  color: #CC8AAA;
  height: 36px;
  display: flex;
  align-items: center;
}.imf_ft_soc-m1u svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 16px;
  stroke-linecap: round;
}.imf_ft_soc-m1u:hover {
  background: rgba(255, 255, 255, 0.07);
}.imf_ft_legal-m1u {
  flex: 1;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  min-width: 200px;
  line-height: 1.6;
  color: #C07898;
}.imf_ft_legal-m1u strong {
  color: #CC8AAA;
  font-weight: 700;
}.imf_ft_legal-m1u a {
  text-decoration: underline;
  color: #CC8AAA;
}.imf_ft_age-m1u {
  border-radius: 50%;
  border: 2px solid #C07898;
  display: flex;
  color: #C07898;
  height: 32px;
  flex-shrink: 0;
  width: 2rem;
  font-weight: 800;
  align-items: center;
  margin-left: auto;
  justify-content: center;
  font-size: 0.688rem;
}