html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #100B07;
  line-height: 1.6;
  color: #D3C0A0;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  font-family: 'Nunito Sans', sans-serif;
}.sop_layout_r4f {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.sop_page_r4f {
  display: flex;
  min-height: 100vh;
}.sop_main_r4f {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1077px) {.sop_main_r4f {
  padding-left: 220px;
}
}
@media (max-width: 1081px) {.sop_main_r4f {
  padding-bottom: 72px;
}
}.sop_gc_r4f {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #160E06;
  transition: transform .2s,border-color .2s;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  width: 140px;
  position: relative;
}
@media(min-width: 637px) {.sop_gc_r4f {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.sop_gc_r4f {
  width: 10.5rem;
}
}.sop_gc_r4f:hover {
  border-color: rgba(201, 139, 43, 0.08);
  transform: translateY(-3px);
}.sop_gc_img_r4f {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.sop_gc_img_r4f img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.sop_gc_hover_r4f {
  background: rgba(8, 5, 3, 0.72);
  inset: 0;
  transition: opacity .2s;
  align-items: center;
  position: absolute;
  justify-content: center;
  display: flex;
  opacity: 0;
}.sop_gc_r4f:hover .sop_gc_hover_r4f {
  opacity: 1;
}.sop_gc_hover_btn_r4f {
  background: #C98B2B;
  border-radius: 0.313rem;
  padding: 0.5rem 16px;
  color: #F5E8CF;
  font-weight: 700;
  font-size: 0.75rem;
}.sop_gc_info_r4f {
  padding: 0.5rem 0.625rem 10px;
}.sop_gc_name_r4f {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 3px;
  color: #D3C0A0;
  font-weight: 600;
  max-width: 100%;
  font-size: 12px;
  text-overflow: ellipsis;
}.sop_gc_prov_r4f {
  color: #6B5340;
  font-size: 10px;
}.sop_gc_tag_r4f {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  font-weight: 700;
  font-size: 0.563rem;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: .04em;
  z-index: 2;
  top: 6px;
  left: 0.375rem;
}.sop_gc_tag_hot_r4f {
  background: #CC3B3B;
  color: #fff;
}.sop_gc_tag_new_r4f {
  background: #3DAE62;
  color: #100B07;
}.sop_gc_tag_jp_r4f {
  background: #D4952C;
  color: #100B07;
}.sop_gc_tag_ex_r4f {
  background: #8C3B20;
  color: #fff;
}.sop_gc_tag_live_r4f {
  background: #CC3B3B;
  color: #fff;
}.sop_gr_r4f {
  background: #100B07;
  padding: 2rem 1rem 0;
}
@media(min-width: 771px) {.sop_gr_r4f {
  padding: 36px 24px 0;
}
}.sop_gr_in_r4f {
  margin: 0 auto;
  max-width: 1320px;
}.sop_gr_head_r4f {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}.sop_gr_head_l_r4f {
  flex: 1;
  gap: 0.625rem;
  display: flex;
  align-items: center;
  min-width: 0;
}.sop_gr_ic_r4f {
  border-radius: 10px;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
}.sop_gr_ic_r4f svg {
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
  height: 16px;
}.sop_gr_title_r4f {
  font-weight: 700;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F5E8CF;
  font-size: 16px;
}
@media(min-width: 765px) {.sop_gr_title_r4f {
  font-size: 1.125rem;
}
}.sop_gr_more_r4f {
  gap: 0.313rem;
  transition: color .2s;
  font-weight: 600;
  align-items: center;
  white-space: nowrap;
  color: #7E6448;
  font-size: 12px;
  flex-shrink: 0;
  display: flex;
}.sop_gr_more_r4f:hover {
  color: #C98B2B;
}.sop_gr_more_r4f svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.75rem;
  height: 0.75rem;
}.sop_gr_arrows_r4f {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.sop_gr_arr_r4f {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  width: 30px;
  height: 1.875rem;
  align-items: center;
  display: flex;
  color: #A98E6E;
  justify-content: center;
}.sop_gr_arr_r4f:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5E8CF;
}.sop_gr_arr_r4f svg {
  height: 0.813rem;
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.sop_gr_seo_h_r4f {
  margin: 0 0 0.375rem;
  font-weight: 700;
  color: #D3C0A0;
  max-width: 680px;
  font-size: 13px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.sop_gr_seo_h_r4f {
  font-size: 14px;
}
}.sop_gr_seo_r4f {
  max-width: 42.5rem;
  margin-bottom: 12px;
  color: #7E6448;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.55;
}.sop_gr_seo_r4f strong {
  color: #D3C0A0;
  font-weight: 600;
}.sop_gr_scroll_r4f {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.625rem;
}.sop_gr_scroll_r4f::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.sop_gr_scroll_r4f {
  gap: 12px;
}
}.sop_tb_r4f {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #100B07;
  left: 0;
  height: 3.5rem;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 80;
  top: 0;
  right: 0;
}.sop_tb_in_r4f {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}.sop_tb_burger_r4f {
  border-radius: 0.625rem;
  gap: 5px;
  flex-shrink: 0;
  justify-content: center;
  height: 38px;
  align-items: center;
  margin-right: 8px;
  flex-direction: column;
  display: flex;
  width: 2.375rem;
}.sop_tb_burger_r4f:hover {
  background: rgba(255, 255, 255, 0.05);
}.sop_tb_burger_line_r4f {
  background: #A98E6E;
  border-radius: 1px;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1082px) {.sop_tb_burger_r4f {
  display: none;
}
}.sop_tb_logo_r4f {
  gap: 0.563rem;
  align-items: center;
  font-weight: 800;
  color: #F5E8CF;
  margin-right: 1.25rem;
  letter-spacing: -.01em;
  font-size: 18px;
  flex-shrink: 0;
  display: flex;
  overflow-wrap: break-word;
}.sop_tb_logo_mark_r4f {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: center;
  width: 32px;
}.sop_tb_logo_mark_r4f img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.sop_tb_nav_r4f {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 638px) {.sop_tb_nav_r4f {
  display: flex;
}
}.sop_tb_tab_r4f {
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  border-radius: 0.625rem;
  color: #A98E6E;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
}.sop_tb_tab_r4f:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5E8CF;
}.sop_tb_tab_r4f.sop_state_active_r4f {
  background: rgba(201, 139, 43, 0.18);
  color: #F5E8CF;
}.sop_tb_right_r4f {
  gap: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
}.sop_tb_login_r4f {
  transition: border-color .2s,color .2s;
  padding: 9px 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  font-size: 13px;
  display: none;
  color: #D3C0A0;
}.sop_tb_login_r4f:hover {
  border-color: rgba(200, 140, 42, 0.45);
  color: #F5E8CF;
}
@media(min-width: 482px) {.sop_tb_login_r4f {
  display: block;
}
}.sop_tb_reg_r4f {
  padding: 9px 18px;
  transition: background .2s;
  background: #3DAE62;
  border-radius: 10px;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.813rem;
  color: #0F0905;
}.sop_tb_reg_r4f:hover {
  background: #4DC573;
}.sop_sb_r4f {
  transition: transform .25s ease;
  background: #1C1208;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  width: 13.75rem;
  bottom: 0;
  overflow-y: auto;
  left: 0;
  position: fixed;
  z-index: 70;
  top: 3.5rem;
}.sop_sb_r4f.sop_state_open_r4f {
  transform: translateX(0);
}.sop_sb_r4f::-webkit-scrollbar {
  width: 0.25rem;
}.sop_sb_r4f::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.sop_sb_r4f {
  transform: translateX(0);
}
}.sop_sb_auth_r4f {
  padding: 14px 0.75rem 10px;
}.sop_sb_btn_reg_r4f {
  transition: background .2s;
  padding: 11px;
  border-radius: 0.625rem;
  background: #3DAE62;
  text-align: center;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  display: block;
  color: #0F0905;
}.sop_sb_btn_reg_r4f:hover {
  background: #4DC573;
}.sop_sb_btn_login_r4f {
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.625rem;
  display: block;
  color: #D3C0A0;
  text-align: center;
  font-size: 0.813rem;
  font-weight: 600;
}.sop_sb_btn_login_r4f:hover {
  border-color: rgba(200, 140, 42, 0.45);
  color: #F5E8CF;
}.sop_sb_promo_r4f {
  margin: 0 12px 0.625rem;
  padding: 0.75rem 0.875rem;
  background: linear-gradient(135deg,#3E1A07,#1C1208);
  overflow: hidden;
  border: 1px solid rgba(201, 139, 43, 0.18);
  border-radius: 0.625rem;
  position: relative;
}.sop_sb_promo_r4f::before {
  background: radial-gradient(circle,rgba(201, 139, 43, 0.18),transparent 70%);
  border-radius: 50%;
  width: 80px;
  position: absolute;
  height: 5rem;
  right: -20px;
  top: -1.25rem;
  content: '';
}.sop_sb_promo_title_r4f {
  font-size: 11px;
  font-weight: 700;
  color: #C98B2B;
  margin-bottom: 4px;
  letter-spacing: .06em;
  text-transform: uppercase;
}.sop_sb_promo_text_r4f {
  color: #F5E8CF;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.35;
}.sop_sb_promo_sub_r4f {
  color: #7E6448;
  margin-top: 3px;
  font-size: 0.625rem;
}.sop_sb_nav_r4f {
  padding: 6px 8px 1rem;
}.sop_sb_nav_lb_r4f {
  padding: 0.625rem 8px 6px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #6B5340;
  letter-spacing: .08em;
}.sop_sb_link_r4f {
  transition: background .15s,color .15s;
  border-radius: 0.313rem;
  padding: 9px 10px;
  gap: 10px;
  display: flex;
  align-items: center;
  color: #A98E6E;
  font-size: 0.813rem;
  font-weight: 500;
  cursor: pointer;
  overflow-wrap: break-word;
}.sop_sb_link_r4f:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5E8CF;
}.sop_sb_link_r4f.sop_state_active_r4f {
  background: rgba(201, 139, 43, 0.18);
  color: #F5E8CF;
}.sop_sb_ic_r4f {
  border-radius: 0.313rem;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 30px;
  display: flex;
  height: 1.875rem;
}.sop_sb_ic_r4f svg {
  stroke-linecap: round;
  height: 1rem;
  width: 1rem;
  stroke-linejoin: round;
}.sop_sb_ic_1_r4f {
  background: rgba(201, 139, 43, 0.08);
  color: #C98B2B;
}.sop_sb_ic_2_r4f {
  background: rgba(61, 174, 98, 0.16);
  color: #3DAE62;
}.sop_sb_ic_3_r4f {
  background: rgba(212, 149, 44, 0.18);
  color: #D4952C;
}.sop_sb_ic_4_r4f {
  background: rgba(140, 59, 32, 0.22);
  color: #8C3B20;
}.sop_sb_ic_5_r4f {
  background: rgba(201, 139, 43, 0.08);
  color: #D94F80;
}.sop_sb_ic_6_r4f {
  background: rgba(140, 59, 32, 0.22);
  color: #A04FD8;
}.sop_sb_badge_r4f {
  background: #D4952C;
  border-radius: 5px;
  padding: 2px 7px;
  color: #0F0905;
  margin-left: auto;
  font-size: 9px;
  font-weight: 700;
}.sop_sb_bot_r4f {
  padding: 0.75rem;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.sop_sb_lang_r4f,.sop_sb_help_r4f {
  border-radius: 5px;
  flex: 1;
  padding: 9px 6px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  color: #A98E6E;
  font-weight: 600;
  display: flex;
  justify-content: center;
  font-size: 11px;
  align-items: center;
}.sop_sb_lang_r4f:hover,.sop_sb_help_r4f:hover {
  border-color: rgba(200, 140, 42, 0.45);
  color: #F5E8CF;
}.sop_sb_lang_r4f svg,.sop_sb_help_r4f svg {
  width: 0.813rem;
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
}.sop_sb_bd_r4f {
  background: rgba(8, 5, 3, 0.72);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.sop_sb_bd_r4f.sop_state_on_r4f {
  display: block;
}
@media(min-width: 1083px) {.sop_sb_bd_r4f {
  display: none!important;
}
}.sop_mob_nav_r4f {
  background: #1C1208;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  bottom: 0;
  right: 0;
  position: fixed;
  display: flex;
  left: 0;
  z-index: 80;
}
@media(min-width: 1081px) {.sop_mob_nav_r4f {
  display: none;
}
}.sop_mob_nav_item_r4f {
  gap: 4px;
  flex: 1;
  padding: 4px 2px;
  color: #6B5340;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
}.sop_mob_nav_ic_r4f {
  line-height: 1;
}.sop_mob_nav_ic_r4f svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.sop_mob_nav_lb_r4f {
  font-weight: 600;
  font-size: 0.625rem;
  color: #6B5340;
}.sop_mob_nav_item_r4f.sop_state_active_r4f {
  color: #C98B2B;
}.sop_mob_nav_item_r4f.sop_state_active_r4f .sop_mob_nav_lb_r4f {
  color: #C98B2B;
}.sop_hero_r4f {
  padding: 20px 16px 0;
  background: #100B07;
}
@media(min-width: 766px) {.sop_hero_r4f {
  padding: 1.5rem 24px 0;
}
}.sop_hero_in_r4f {
  margin: 0 auto;
  gap: 0.75rem;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.sop_hero_in_r4f {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1099px) {.sop_hero_in_r4f {
  grid-template-columns: 1fr 21.25rem;
}
}.sop_hero_promo_r4f {
  border-radius: 0.875rem;
  overflow: hidden;
  background: #160E06;
  position: relative;
  align-items: stretch;
  min-height: 13.75rem;
  display: flex;
}
@media(min-width: 767px) {.sop_hero_promo_r4f {
  min-height: 17.5rem;
}
}.sop_hero_promo_bg_r4f {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#3E1A07 0%,#100B07 100%);
  position: absolute;
  background-size: cover;
}.sop_hero_promo_bg_r4f::after {
  inset: 0;
  background: linear-gradient(90deg,#100B07 0%,rgba(8, 5, 3, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.sop_hero_promo_glow_r4f {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(140, 59, 32, 0.22) 0%,transparent 65%);
  width: 300px;
  position: absolute;
  pointer-events: none;
  right: 3.75rem;
  height: 18.75rem;
  top: -2.5rem;
}.sop_hero_promo_ct_r4f {
  padding: 1.75rem 1.5rem 28px 28px;
  z-index: 2;
  display: flex;
  position: relative;
  max-width: 480px;
  flex-direction: column;
  justify-content: center;
}
@media(min-width: 771px) {.sop_hero_promo_ct_r4f {
  padding: 2.5rem 32px;
}
}.sop_hero_badge_r4f {
  border-radius: 20px;
  border: 1px solid rgba(201, 139, 43, 0.08);
  background: rgba(201, 139, 43, 0.18);
  padding: 5px 12px;
  color: #C98B2B;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.625rem;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 14px;
}.sop_hero_h1_r4f {
  line-height: 1.15;
  color: #F5E8CF;
  font-size: 26px;
  margin-bottom: 10px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
}.sop_hero_h1_r4f em {
  font-style: normal;
  color: #D4952C;
}
@media(min-width: 767px) {.sop_hero_h1_r4f {
  font-size: 36px;
}
}.sop_hero_sub_r4f {
  line-height: 1.55;
  font-size: 0.813rem;
  margin-bottom: 20px;
  color: #A98E6E;
}
@media(min-width:768px) {.sop_hero_sub_r4f {
  font-size: 14px;
}
}.sop_hero_row_r4f {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.sop_hero_cta_r4f {
  border-radius: 10px;
  transition: background .2s;
  background: #3DAE62;
  padding: 0.813rem 26px;
  color: #0F0905;
  font-size: 0.875rem;
  box-shadow: 0 6px 1.125rem rgba(61, 174, 98, 0.44);
  font-weight: 700;
}.sop_hero_cta_r4f:hover {
  background: #4DC573;
}.sop_hero_terms_r4f {
  font-size: 0.688rem;
  color: #6B5340;
}.sop_hero_game_r4f {
  border-radius: 14px;
  background: #160E06;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  flex-direction: column;
  position: relative;
  display: flex;
}.sop_hero_game_badge_r4f {
  border-radius: 20px;
  background: rgba(212, 149, 44, 0.18);
  padding: 0.313rem 10px;
  border: 1px solid rgba(212, 149, 44, 0.18);
  letter-spacing: .06em;
  top: 0.75rem;
  z-index: 3;
  color: #D4952C;
  font-size: 10px;
  left: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
}.sop_hero_game_badge_r4f svg {
  width: 11px;
  height: 0.688rem;
  vertical-align: -1px;
  margin-right: 0.25rem;
}.sop_hero_game_img_r4f {
  overflow: hidden;
  background: linear-gradient(135deg,#3E1A07,#100B07);
  position: relative;
  padding-bottom: 60%;
}.sop_hero_game_img_r4f img {
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}.sop_hero_game_play_r4f {
  background: rgba(8, 5, 3, 0.72);
  inset: 0;
  transition: opacity .2s;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}.sop_hero_game_r4f:hover .sop_hero_game_play_r4f {
  opacity: 1;
}.sop_hero_game_play_r4f span {
  background: #C98B2B;
  border-radius: 50%;
  align-items: center;
  display: flex;
  height: 52px;
  width: 52px;
  justify-content: center;
}.sop_hero_game_play_r4f span svg {
  width: 18px;
  height: 18px;
  margin-left: 2px;
}.sop_hero_game_info_r4f {
  padding: 0.875rem 1rem;
}.sop_hero_game_title_r4f {
  margin-bottom: 0.25rem;
  font-size: 0.938rem;
  color: #F5E8CF;
  font-weight: 700;
  overflow-wrap: break-word;
}.sop_hero_game_provider_r4f {
  color: #7E6448;
  font-size: 11px;
}.sop_hero_game_btn_r4f {
  transition: background .2s;
  margin: 0.75rem 16px 1rem;
  border-radius: 10px;
  background: #C98B2B;
  padding: 11px;
  color: #F5E8CF;
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}.sop_hero_game_r4f:hover .sop_hero_game_btn_r4f {
  background: #DFA03A;
}.sop_wy_r4f {
  background: #100B07;
  padding: 2rem 16px 0;
}
@media(min-width: 765px) {.sop_wy_r4f {
  padding: 2.5rem 1.5rem 0;
}
}.sop_wy_in_r4f {
  margin: 0 auto;
  max-width: 1320px;
}.sop_wy_head_r4f {
  max-width: 45rem;
  margin-bottom: 18px;
}.sop_wy_label_r4f {
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C98B2B;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.sop_wy_h2_r4f {
  margin-bottom: 0.5rem;
  font-size: 20px;
  color: #F5E8CF;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width:768px) {.sop_wy_h2_r4f {
  font-size: 1.5rem;
}
}.sop_wy_intro_r4f {
  margin: 0;
  color: #7E6448;
  font-size: 0.813rem;
  line-height: 1.6;
}.sop_wy_grid_r4f {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.sop_wy_grid_r4f {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.sop_wy_grid_r4f {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.sop_wy_card_r4f {
  background: #1C1208;
  padding: 20px;
  border-radius: 10px;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.sop_wy_card_r4f:hover {
  border-color: rgba(201, 139, 43, 0.08);
  transform: translateY(-2px);
}.sop_wy_card_ic_r4f {
  border-radius: 50%;
  background: rgba(201, 139, 43, 0.18);
  align-items: center;
  color: #C98B2B;
  margin-bottom: 14px;
  height: 44px;
  width: 44px;
  justify-content: center;
  display: flex;
}.sop_wy_card_ic_r4f svg {
  height: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.375rem;
}.sop_wy_card_h_r4f {
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 6px;
  color: #F5E8CF;
  font-weight: 700;
  line-height: 1.25;
}.sop_wy_card_p_r4f {
  line-height: 1.6;
  color: #7E6448;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.sop_wy_card_p_r4f strong {
  font-weight: 600;
  color: #D3C0A0;
}.sop_gcg_r4f {
  background: #100B07;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.sop_gcg_r4f {
  padding: 44px 1.5rem 0;
}
}.sop_gcg_in_r4f {
  margin: 0 auto;
  max-width: 82.5rem;
}.sop_gcg_head_r4f {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.sop_gcg_label_r4f {
  text-transform: uppercase;
  color: #C98B2B;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.sop_gcg_h2_r4f {
  color: #F5E8CF;
  font-family: 'Cinzel', serif;
  font-size: 22px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 765px) {.sop_gcg_h2_r4f {
  font-size: 28px;
}
}.sop_gcg_intro_r4f {
  color: #7E6448;
  line-height: 1.6;
  font-size: 13px;
}.sop_gcg_grid_r4f {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.sop_gcg_grid_r4f {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.sop_gcg_grid_r4f {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.sop_gcg_card_r4f {
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  min-height: 240px;
  position: relative;
  flex-direction: column;
  cursor: pointer;
  justify-content: flex-end;
}.sop_gcg_card_r4f:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 139, 43, 0.18);
}.sop_gcg_card_bg_r4f {
  inset: 0;
  z-index: 0;
  position: absolute;
}.sop_gcg_card_bg_r4f::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.sop_gcg_card_ic_r4f {
  border-radius: 0.313rem;
  background: rgba(0,0,0,.45);
  right: 18px;
  top: 1.125rem;
  position: absolute;
  display: flex;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  color: #F5E8CF;
  height: 40px;
  z-index: 2;
}.sop_gcg_card_ic_r4f svg {
  stroke-linecap: round;
  height: 20px;
  width: 1.25rem;
  stroke-linejoin: round;
}.sop_gcg_card_ct_r4f {
  z-index: 1;
  position: relative;
}.sop_gcg_card_h_r4f {
  overflow-wrap: break-word;
  color: #F5E8CF;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media(min-width: 770px) {.sop_gcg_card_h_r4f {
  font-size: 1.25rem;
}
}.sop_gcg_card_p_r4f {
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 12px;
  color: rgba(255,255,255,.82);
}.sop_gcg_card_p_r4f strong {
  color: #F5E8CF;
  font-weight: 600;
}.sop_gcg_card_cta_r4f {
  gap: 4px;
  display: inline-flex;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
  align-items: center;
  color: #C98B2B;
}.sop_gcg_card_cta_r4f svg {
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
  width: 0.75rem;
}.sop_ws_r4f {
  background: #100B07;
  padding: 32px 1rem 0;
}
@media(min-width: 767px) {.sop_ws_r4f {
  padding: 36px 1.5rem 0;
}
}.sop_ws_in_r4f {
  margin: 0 auto;
  max-width: 82.5rem;
}.sop_ws_head_r4f {
  gap: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: wrap;
}.sop_ws_title_r4f {
  gap: 0.625rem;
  font-family: 'Cinzel', serif;
  color: #F5E8CF;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
}.sop_ws_title_ic_r4f svg {
  stroke-linecap: round;
  height: 1.125rem;
  stroke-linejoin: round;
  color: #D4952C;
  width: 18px;
}.sop_ws_online_r4f {
  gap: 0.438rem;
  font-size: 12px;
  display: flex;
  color: #7E6448;
  align-items: center;
  font-weight: 600;
}.sop_ws_online_dot_r4f {
  border-radius: 50%;
  background: #3DAE62;
  height: 0.5rem;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(61, 174, 98, 0.16);
  width: 8px;
}.sop_ws_scroll_r4f {
  gap: 8px;
  padding-bottom: 0.5rem;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}.sop_ws_scroll_r4f::-webkit-scrollbar {
  display: none;
}.sop_wc_r4f {
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.625rem 14px;
  background: #160E06;
  border-radius: 0.625rem;
  align-items: center;
  min-width: 220px;
  display: flex;
  flex-shrink: 0;
}.sop_wc_img_r4f {
  background: #1C1208;
  overflow: hidden;
  border-radius: 0.313rem;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
}.sop_wc_img_r4f img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.sop_wc_info_r4f {
  min-width: 0;
}.sop_wc_game_r4f {
  overflow: hidden;
  color: #D3C0A0;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}.sop_wc_player_r4f {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6B5340;
  font-size: 0.625rem;
  white-space: nowrap;
}.sop_wc_amount_r4f {
  color: #3DAE62;
  white-space: nowrap;
  margin-left: auto;
  font-size: 13px;
  flex-shrink: 0;
  font-weight: 700;
}.sop_htp_r4f {
  padding: 2.25rem 16px 0;
  background: #100B07;
}
@media(min-width: 769px) {.sop_htp_r4f {
  padding: 2.75rem 1.5rem 0;
}
}.sop_htp_in_r4f {
  margin: 0 auto;
  max-width: 1320px;
}.sop_htp_head_r4f {
  margin-bottom: 22px;
  max-width: 45rem;
}.sop_htp_label_r4f {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C98B2B;
}.sop_htp_h2_r4f {
  color: #F5E8CF;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.sop_htp_h2_r4f {
  font-size: 28px;
}
}.sop_htp_intro_r4f {
  line-height: 1.6;
  color: #7E6448;
  font-size: 14px;
}.sop_htp_steps_r4f {
  padding: 0;
  gap: 12px;
  margin: 0;
  list-style: none;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 642px) {.sop_htp_steps_r4f {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.sop_htp_steps_r4f {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.sop_htp_step_r4f {
  background: #1C1208;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.25rem 18px 1.125rem;
  display: flex;
  position: relative;
  flex-direction: column;
}.sop_htp_step_num_r4f {
  background: #C98B2B;
  border-radius: 50%;
  justify-content: center;
  position: absolute;
  color: #0F0905;
  display: flex;
  font-weight: 800;
  top: -12px;
  font-size: 0.813rem;
  width: 1.75rem;
  align-items: center;
  left: 20px;
  height: 28px;
  font-family: 'Cinzel', serif;
}.sop_htp_step_ic_r4f {
  border-radius: 5px;
  background: rgba(201, 139, 43, 0.18);
  margin: 8px 0 12px;
  width: 36px;
  align-items: center;
  color: #C98B2B;
  justify-content: center;
  height: 36px;
  display: flex;
}.sop_htp_step_ic_r4f svg {
  width: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 18px;
}.sop_htp_step_h_r4f {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 6px;
  color: #F5E8CF;
}.sop_htp_step_p_r4f {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.55;
  color: #7E6448;
}.sop_htp_step_p_r4f strong {
  font-weight: 600;
  color: #D3C0A0;
}.sop_htp_cta_r4f {
  background: #3DAE62;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  border-radius: 0.625rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 20px;
  color: #0F0905;
}.sop_htp_cta_r4f:hover {
  background: #4DC573;
}.sop_app_r4f {
  background: #100B07;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.sop_app_r4f {
  padding: 2.75rem 24px 0;
}
}.sop_app_in_r4f {
  margin: 0 auto;
  max-width: 1320px;
}.sop_app_head_r4f {
  margin-bottom: 1rem;
}.sop_app_label_r4f {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  color: #C98B2B;
  letter-spacing: .08em;
  text-transform: uppercase;
}.sop_app_h2_r4f {
  color: #F5E8CF;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 6px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.sop_app_h2_r4f {
  font-size: 24px;
}
}.sop_app_sub_r4f {
  line-height: 1.6;
  color: #7E6448;
  max-width: 600px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.sop_app_sub_r4f strong {
  color: #D3C0A0;
  font-weight: 700;
}.sop_app_cards_r4f {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 16px;
  display: grid;
}
@media(min-width: 643px) {.sop_app_cards_r4f {
  grid-template-columns: repeat(3,1fr);
}
}.sop_app_card_r4f {
  border-radius: 10px;
  gap: 16px;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.sop_app_card_ios_r4f {
  background: linear-gradient(135deg,rgba(201, 139, 43, 0.18) 0%,#1C1208 100%);
}.sop_app_card_android_r4f {
  background: linear-gradient(135deg,rgba(61, 174, 98, 0.16) 0%,#1C1208 100%);
}.sop_app_card_win_r4f {
  background: linear-gradient(135deg,rgba(212, 149, 44, 0.18) 0%,#1C1208 100%);
}.sop_app_card_ic_r4f svg {
  height: 2.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 2.125rem;
}.sop_app_card_ic_r4f {
  flex-shrink: 0;
  color: #F5E8CF;
}.sop_app_card_os_r4f {
  color: #7E6448;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.sop_app_card_title_r4f {
  font-size: 0.938rem;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-weight: 700;
  color: #F5E8CF;
  margin-bottom: 0.375rem;
}.sop_app_card_text_r4f {
  margin-bottom: 14px;
  color: #7E6448;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 12px;
}.sop_app_card_btn_r4f {
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(200, 140, 42, 0.45);
  border-radius: 5px;
  transition: background .2s;
  gap: 7px;
  color: #F5E8CF;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  align-items: center;
}.sop_app_card_btn_r4f:hover {
  background: rgba(255, 255, 255, 0.07);
}.sop_bon_r4f {
  background: #100B07;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.sop_bon_r4f {
  padding: 2.75rem 24px 0;
}
}.sop_bon_in_r4f {
  margin: 0 auto;
  max-width: 1320px;
}.sop_bon_head_r4f {
  margin-bottom: 1.25rem;
}.sop_bon_label_r4f {
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #C98B2B;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.sop_bon_h2_r4f {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F5E8CF;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}
@media(min-width: 767px) {.sop_bon_h2_r4f {
  font-size: 24px;
}
}.sop_bon_seo_r4f {
  overflow-wrap: break-word;
  max-width: 620px;
  color: #7E6448;
  line-height: 1.6;
  font-size: 13px;
}.sop_bon_seo_r4f strong {
  color: #D3C0A0;
  font-weight: 700;
}.sop_bon_seo_r4f a {
  color: #C98B2B;
  text-decoration: underline;
}.sop_bon_grid_r4f {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width:640px) {.sop_bon_grid_r4f {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.sop_bon_grid_r4f {
  grid-template-columns: repeat(5,1fr);
}
}.sop_bon_card_r4f {
  background: #160E06;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1rem;
  transition: border-color .2s,transform .2s;
}.sop_bon_card_r4f:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 139, 43, 0.08);
}.sop_bon_card_ic_r4f svg {
  width: 1.625rem;
  height: 1.625rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.sop_bon_card_ic_r4f {
  margin-bottom: 10px;
}.sop_bon_card_type_r4f {
  color: #7E6448;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 6px;
  letter-spacing: .06em;
}.sop_bon_card_amount_r4f {
  color: #D4952C;
  margin-bottom: 6px;
  font-weight: 800;
  line-height: 1.1;
  font-size: 18px;
}.sop_bon_card_name_r4f {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F5E8CF;
  font-weight: 600;
  font-size: 0.813rem;
}.sop_bon_card_detail_r4f {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  color: #6B5340;
  padding-top: 0.5rem;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.sop_reg_r4f {
  background: #100B07;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.sop_reg_r4f {
  padding: 44px 24px 0;
}
}.sop_reg_in_r4f {
  background: #1C1208;
  padding: 28px 1.5rem;
  margin: 0 auto;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  max-width: 1320px;
}
@media(min-width: 769px) {.sop_reg_in_r4f {
  padding: 2.5rem;
}
}.sop_reg_top_r4f {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.sop_reg_top_r4f {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.sop_reg_label_r4f {
  font-weight: 700;
  color: #C98B2B;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}.sop_reg_h2_r4f {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 22px;
  color: #F5E8CF;
  margin-bottom: 12px;
  font-family: 'Cinzel', serif;
  line-height: 1.2;
}
@media(min-width: 769px) {.sop_reg_h2_r4f {
  font-size: 28px;
}
}.sop_reg_bonus_r4f {
  border-radius: 0.625rem;
  gap: 0.5rem;
  background: rgba(212, 149, 44, 0.18);
  border: 1px solid rgba(212, 149, 44, 0.18);
  padding: 10px 16px;
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.sop_reg_bonus_amount_r4f {
  font-size: 1.25rem;
  color: #D4952C;
  font-weight: 800;
}.sop_reg_bonus_text_r4f {
  color: #A98E6E;
  line-height: 1.35;
  font-size: 13px;
}.sop_reg_cta_btn_r4f {
  transition: background .2s;
  background: #3DAE62;
  padding: 14px 32px;
  border-radius: 10px;
  margin-bottom: 0.75rem;
  display: inline-block;
  color: #0F0905;
  font-size: 15px;
  box-shadow: 0 6px 1.125rem rgba(61, 174, 98, 0.44);
  font-weight: 700;
}.sop_reg_cta_btn_r4f:hover {
  background: #4DC573;
}.sop_reg_terms_r4f {
  font-size: 0.688rem;
  color: #6B5340;
  line-height: 1.5;
}.sop_reg_seo_r4f {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  line-height: 1.65;
  color: #7E6448;
  margin-top: 20px;
  overflow-wrap: break-word;
  font-size: 13px;
}.sop_reg_seo_r4f p {
  color: #7E6448;
  line-height: 1.65;
  font-size: 13px;
  margin-bottom: 0.625rem;
}.sop_reg_seo_r4f p:last-child {
  margin-bottom: 0;
}.sop_reg_seo_r4f strong {
  font-weight: 700;
  color: #D3C0A0;
}.sop_reg_seo_r4f a {
  transition: color .2s;
  color: #C98B2B;
  text-decoration: underline;
}.sop_reg_seo_r4f a:hover {
  color: #DFA03A;
}.sop_reg_seo_r4f ul,.sop_reg_seo_r4f ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.sop_reg_seo_r4f ol {
  list-style: decimal;
}.sop_reg_seo_r4f li {
  font-size: 13px;
  color: #7E6448;
  line-height: 1.65;
  margin-bottom: 0.25rem;
}.sop_reg_seo_r4f table {
  width: 100%;
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  margin-bottom: 10px;
}
@media(min-width: 769px) {.sop_reg_seo_r4f table {
  display: table;
}
}.sop_reg_seo_r4f th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  color: #D3C0A0;
  text-align: left;
  font-weight: 700;
}.sop_reg_seo_r4f td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #7E6448;
}.sop_reg_steps_r4f {
  gap: 14px;
  display: flex;
  margin-top: 1.75rem;
  flex-direction: column;
}
@media(min-width: 858px) {.sop_reg_steps_r4f {
  margin-top: 0;
}
}.sop_reg_step_r4f {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.sop_reg_step_num_r4f {
  border: 1px solid rgba(201, 139, 43, 0.08);
  border-radius: 50%;
  background: rgba(201, 139, 43, 0.18);
  justify-content: center;
  flex-shrink: 0;
  color: #C98B2B;
  height: 2.125rem;
  display: flex;
  font-size: 14px;
  width: 34px;
  font-weight: 800;
  align-items: center;
}.sop_reg_step_title_r4f {
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 700;
  color: #F5E8CF;
}.sop_reg_step_text_r4f {
  color: #7E6448;
  line-height: 1.5;
  font-size: 0.75rem;
}.sop_reg_trust_r4f {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  display: flex;
  padding-top: 20px;
  margin-top: 20px;
}.sop_reg_trust_item_r4f {
  gap: 7px;
  font-size: 0.75rem;
  display: flex;
  color: #7E6448;
  overflow-wrap: break-word;
  align-items: center;
}.sop_reg_trust_ic_r4f svg {
  width: 1rem;
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #C98B2B;
}.sop_prov_r4f {
  padding: 36px 1rem 0;
  background: #100B07;
}
@media(min-width: 771px) {.sop_prov_r4f {
  padding: 44px 24px 0;
}
}.sop_prov_in_r4f {
  margin: 0 auto;
  max-width: 82.5rem;
}.sop_prov_head_r4f {
  margin-bottom: 1rem;
}.sop_prov_label_r4f {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #C98B2B;
  letter-spacing: .08em;
}.sop_prov_h2_r4f {
  color: #F5E8CF;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.sop_prov_h2_r4f {
  font-size: 1.5rem;
}
}.sop_prov_seo_r4f {
  font-size: 13px;
  color: #7E6448;
  margin-bottom: 16px;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 38.75rem;
}.sop_prov_seo_r4f strong {
  color: #D3C0A0;
  font-weight: 700;
}.sop_prov_seo_r4f a {
  text-decoration: underline;
  color: #C98B2B;
}.sop_prov_grid_r4f {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.sop_prov_grid_r4f {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.sop_prov_grid_r4f {
  grid-template-columns: repeat(8,1fr);
}
}.sop_prov_card_r4f {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 0.438rem;
  background: #160E06;
  transition: border-color .2s,background .2s;
  padding: 14px 10px;
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.sop_prov_card_r4f:hover {
  border-color: rgba(200, 140, 42, 0.45);
  background: #1C1208;
}.sop_prov_logo_r4f {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.313rem;
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
}.sop_prov_logo_r4f img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.sop_prov_name_r4f {
  font-size: 11px;
  color: #A98E6E;
  text-align: center;
  font-weight: 600;
  overflow-wrap: break-word;
}.sop_seo_r4f {
  background: #100B07;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.sop_seo_r4f {
  padding: 44px 1.5rem 0;
}
}.sop_seo_in_r4f {
  padding: 1.75rem 24px;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  background: #1C1208;
  max-width: 1320px;
}
@media(min-width:768px) {.sop_seo_in_r4f {
  padding: 2.25rem 40px;
}
}.sop_seo_label_r4f {
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #C98B2B;
}.sop_seo_h2_r4f {
  color: #F5E8CF;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}
@media(min-width: 769px) {.sop_seo_h2_r4f {
  font-size: 24px;
}
}.sop_seo_body_r4f {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A98E6E;
}.sop_seo_body_r4f p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #A98E6E;
}.sop_seo_body_r4f p:last-child {
  margin-bottom: 0;
}.sop_seo_body_r4f strong {
  color: #D3C0A0;
  font-weight: 700;
}.sop_seo_body_r4f a {
  transition: color .2s;
  text-decoration: underline;
  color: #C98B2B;
}.sop_seo_body_r4f a:hover {
  color: #DFA03A;
}.sop_seo_body_r4f ul,.sop_seo_body_r4f ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.sop_seo_body_r4f ol {
  list-style: decimal;
}.sop_seo_body_r4f li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #A98E6E;
  font-size: 14px;
}.sop_seo_body_r4f table {
  margin-bottom: 0.75rem;
  width: 100%;
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 771px) {.sop_seo_body_r4f table {
  display: table;
}
}.sop_seo_body_r4f th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D3C0A0;
  font-weight: 700;
  text-align: left;
}.sop_seo_body_r4f td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A98E6E;
}.sop_seo_cols_r4f {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.sop_seo_cols_r4f {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.sop_seo_cols_r4f {
  grid-template-columns: repeat(3,1fr);
}
}.sop_seo_col_h_r4f {
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
  color: #D3C0A0;
}.sop_seo_col_p_r4f {
  overflow-wrap: break-word;
  color: #7E6448;
  font-size: 13px;
  line-height: 1.65;
}.sop_seo_stats_r4f {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.sop_seo_stat_r4f {
  background: rgba(201, 139, 43, 0.08);
  border: 1px solid rgba(201, 139, 43, 0.18);
  border-radius: 0.625rem;
  flex: 1;
  padding: 14px 1rem;
  min-width: 8.75rem;
}.sop_seo_stat_val_r4f {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  color: #C98B2B;
  margin-bottom: 0.25rem;
}.sop_seo_stat_lb_r4f {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7E6448;
}.sop_seo_r4f {
  padding: 2.25rem 16px 0;
  background: #100B07;
}
@media(min-width: 765px) {.sop_seo_r4f {
  padding: 44px 24px 0;
}
}.sop_seo_in_r4f {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1C1208;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border-radius: 0.875rem;
  max-width: 1320px;
}
@media(min-width: 770px) {.sop_seo_in_r4f {
  padding: 36px 2.5rem;
}
}.sop_seo_label_r4f {
  font-weight: 700;
  color: #C98B2B;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.sop_seo_h2_r4f {
  margin-bottom: 0.875rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  line-height: 1.25;
  font-size: 1.25rem;
  color: #F5E8CF;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.sop_seo_h2_r4f {
  font-size: 24px;
}
}.sop_seo_body_r4f {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A98E6E;
}.sop_seo_body_r4f p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 14px;
  color: #A98E6E;
}.sop_seo_body_r4f p:last-child {
  margin-bottom: 0;
}.sop_seo_body_r4f strong {
  font-weight: 700;
  color: #D3C0A0;
}.sop_seo_body_r4f a {
  transition: color .2s;
  color: #C98B2B;
  text-decoration: underline;
}.sop_seo_body_r4f a:hover {
  color: #DFA03A;
}.sop_seo_body_r4f ul,.sop_seo_body_r4f ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.sop_seo_body_r4f ol {
  list-style: decimal;
}.sop_seo_body_r4f li {
  line-height: 1.75;
  color: #A98E6E;
  margin-bottom: 6px;
  font-size: 14px;
}.sop_seo_body_r4f table {
  margin-bottom: 12px;
  display: block;
  font-size: 0.813rem;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 769px) {.sop_seo_body_r4f table {
  display: table;
}
}.sop_seo_body_r4f th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #D3C0A0;
  text-align: left;
  font-weight: 700;
}.sop_seo_body_r4f td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A98E6E;
}.sop_seo_cols_r4f {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.sop_seo_cols_r4f {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.sop_seo_cols_r4f {
  grid-template-columns: repeat(3,1fr);
}
}.sop_seo_col_h_r4f {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #D3C0A0;
  font-weight: 700;
  margin-bottom: 0.438rem;
}.sop_seo_col_p_r4f {
  font-size: 13px;
  color: #7E6448;
  overflow-wrap: break-word;
  line-height: 1.65;
}.sop_seo_stats_r4f {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.sop_seo_stat_r4f {
  border: 1px solid rgba(201, 139, 43, 0.18);
  padding: 14px 16px;
  flex: 1;
  background: rgba(201, 139, 43, 0.08);
  border-radius: 10px;
  min-width: 140px;
}.sop_seo_stat_val_r4f {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #C98B2B;
  overflow-wrap: break-word;
}.sop_seo_stat_lb_r4f {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7E6448;
}.sop_faq_r4f {
  background: #100B07;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.sop_faq_r4f {
  padding: 2.75rem 24px 0;
}
}.sop_faq_in_r4f {
  margin: 0 auto;
  max-width: 1320px;
}.sop_faq_head_r4f {
  margin-bottom: 1.25rem;
}.sop_faq_label_r4f {
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #C98B2B;
}.sop_faq_h2_r4f {
  font-family: 'Cinzel', serif;
  color: #F5E8CF;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 770px) {.sop_faq_h2_r4f {
  font-size: 1.5rem;
}
}.sop_faq_list_r4f {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.sop_faq_item_r4f {
  border-radius: 10px;
  overflow: hidden;
  background: #1C1208;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.sop_faq_q_r4f {
  gap: 12px;
  transition: color .2s;
  padding: 1rem 1.25rem;
  overflow-wrap: break-word;
  display: flex;
  color: #D3C0A0;
  font-size: 0.875rem;
  font-weight: 600;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
}.sop_faq_q_r4f:hover {
  color: #F5E8CF;
}.sop_faq_q_ic_r4f {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  color: #C98B2B;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  display: flex;
  flex-shrink: 0;
  width: 1.5rem;
}.sop_faq_item_r4f.sop_state_open_r4f .sop_faq_q_ic_r4f {
  transform: rotate(45deg);
}.sop_faq_a_r4f {
  padding: 0 20px 16px;
  font-size: 13px;
  color: #7E6448;
  overflow-wrap: break-word;
  line-height: 1.7;
  display: none;
}.sop_faq_item_r4f.sop_state_open_r4f .sop_faq_a_r4f {
  display: block;
}.sop_faq_a_r4f strong {
  font-weight: 700;
  color: #D3C0A0;
}.sop_faq_a_r4f a {
  text-decoration: underline;
  color: #C98B2B;
}.sop_faq_a_r4f ul,.sop_faq_a_r4f ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.sop_faq_a_r4f ol {
  list-style: decimal;
}.sop_faq_a_r4f li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.sop_faq_a_r4f table {
  margin: 8px 0;
  border-collapse: collapse;
  font-size: 12px;
  overflow-x: auto;
  display: block;
  width: 100%;
}
@media(min-width: 767px) {.sop_faq_a_r4f table {
  display: table;
}
}.sop_faq_a_r4f th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D3C0A0;
  font-weight: 700;
  text-align: left;
}.sop_faq_a_r4f td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 8px;
  color: #7E6448;
}.sop_seo_r4f {
  background: #100B07;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.sop_seo_r4f {
  padding: 44px 24px 0;
}
}.sop_seo_in_r4f {
  border-radius: 14px;
  margin: 0 auto;
  padding: 1.75rem 24px;
  background: #1C1208;
  border: 1px solid rgba(255, 255, 255, 0.11);
  max-width: 82.5rem;
}
@media(min-width: 766px) {.sop_seo_in_r4f {
  padding: 2.25rem 2.5rem;
}
}.sop_seo_label_r4f {
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #C98B2B;
  letter-spacing: .08em;
}.sop_seo_h2_r4f {
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.25;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  color: #F5E8CF;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.sop_seo_h2_r4f {
  font-size: 1.5rem;
}
}.sop_seo_body_r4f {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #A98E6E;
  font-size: 14px;
}.sop_seo_body_r4f p {
  margin-bottom: 0.75rem;
  color: #A98E6E;
  line-height: 1.75;
  font-size: 0.875rem;
}.sop_seo_body_r4f p:last-child {
  margin-bottom: 0;
}.sop_seo_body_r4f strong {
  color: #D3C0A0;
  font-weight: 700;
}.sop_seo_body_r4f a {
  transition: color .2s;
  color: #C98B2B;
  text-decoration: underline;
}.sop_seo_body_r4f a:hover {
  color: #DFA03A;
}.sop_seo_body_r4f ul,.sop_seo_body_r4f ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.sop_seo_body_r4f ol {
  list-style: decimal;
}.sop_seo_body_r4f li {
  color: #A98E6E;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 6px;
}.sop_seo_body_r4f table {
  border-collapse: collapse;
  display: block;
  margin-bottom: 0.75rem;
  width: 100%;
  overflow-x: auto;
  font-size: 13px;
}
@media(min-width: 771px) {.sop_seo_body_r4f table {
  display: table;
}
}.sop_seo_body_r4f th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #D3C0A0;
  text-align: left;
}.sop_seo_body_r4f td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A98E6E;
}.sop_seo_cols_r4f {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.sop_seo_cols_r4f {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.sop_seo_cols_r4f {
  grid-template-columns: repeat(3,1fr);
}
}.sop_seo_col_h_r4f {
  font-size: 13px;
  color: #D3C0A0;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-weight: 700;
}.sop_seo_col_p_r4f {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #7E6448;
}.sop_seo_stats_r4f {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.sop_seo_stat_r4f {
  border-radius: 10px;
  flex: 1;
  padding: 0.875rem 16px;
  border: 1px solid rgba(201, 139, 43, 0.18);
  background: rgba(201, 139, 43, 0.08);
  min-width: 8.75rem;
}.sop_seo_stat_val_r4f {
  font-weight: 800;
  color: #C98B2B;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}.sop_seo_stat_lb_r4f {
  color: #7E6448;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.sop_ft_r4f {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #080503;
  margin-top: 48px;
}.sop_ft_support_r4f {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 1rem;
}
@media(min-width: 766px) {.sop_ft_support_r4f {
  padding: 28px 1.5rem;
}
}.sop_ft_support_in_r4f {
  margin: 0 auto;
  gap: 16px;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.sop_ft_support_main_r4f {
  gap: 16px;
  flex: 1;
  align-items: center;
  min-width: 220px;
  flex-wrap: wrap;
  display: flex;
}.sop_ft_support_ic_r4f {
  color: #C98B2B;
  flex-shrink: 0;
}.sop_ft_support_ic_r4f svg {
  height: 30px;
  stroke-linecap: round;
  width: 30px;
  stroke-linejoin: round;
}.sop_ft_support_text_title_r4f {
  font-size: 0.938rem;
  color: #F5E8CF;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-weight: 700;
}.sop_ft_support_text_sub_r4f {
  font-size: 12px;
  color: #7E6448;
  overflow-wrap: break-word;
}.sop_ft_support_btn_r4f {
  padding: 11px 22px;
  border-radius: 0.625rem;
  transition: background .2s;
  background: #C98B2B;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  color: #F5E8CF;
  font-size: 0.813rem;
}.sop_ft_support_btn_r4f:hover {
  background: #DFA03A;
}.sop_ft_support_contacts_r4f {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.sop_ft_support_contact_r4f {
  line-height: 1.4;
  color: #6B5340;
  font-size: 0.75rem;
}.sop_ft_support_contact_r4f strong {
  display: block;
  color: #A98E6E;
  font-size: 11px;
  margin-bottom: 2px;
  font-weight: 600;
}.sop_ft_main_r4f {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 1rem 1.5rem;
}
@media(min-width:768px) {.sop_ft_main_r4f {
  padding: 2.5rem 24px 32px;
}
}.sop_ft_main_in_r4f {
  gap: 24px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 642px) {.sop_ft_main_in_r4f {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.sop_ft_main_in_r4f {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.sop_ft_col_logo_r4f {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.sop_ft_col_logo_r4f {
  grid-column: auto;
}
}.sop_ft_logo_r4f {
  gap: 9px;
  display: flex;
  font-size: 16px;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 800;
  margin-bottom: 12px;
  color: #F5E8CF;
  flex-wrap: wrap;
}.sop_ft_logo_mark_r4f {
  overflow: hidden;
  border-radius: 0.313rem;
  height: 30px;
  width: 30px;
}.sop_ft_logo_mark_r4f img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.sop_ft_logo_sub_r4f {
  line-height: 1.55;
  font-size: 0.75rem;
  max-width: 12.5rem;
  overflow-wrap: break-word;
  color: #6B5340;
}.sop_ft_col_title_r4f {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #A98E6E;
  letter-spacing: .07em;
  margin-bottom: 14px;
  font-weight: 700;
}.sop_ft_col_links_r4f {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.sop_ft_col_link_r4f {
  transition: color .2s;
  font-size: 13px;
  color: #6B5340;
  overflow-wrap: break-word;
}.sop_ft_col_link_r4f:hover {
  color: #D3C0A0;
}.sop_ft_apps_r4f {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.sop_ft_app_card_r4f {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 10px;
  padding: 10px 12px;
  transition: border-color .2s;
  border-radius: 0.313rem;
  display: flex;
  align-items: center;
}.sop_ft_app_card_r4f:hover {
  border-color: rgba(200, 140, 42, 0.45);
}.sop_ft_app_card_ic_r4f svg {
  width: 22px;
  stroke-linecap: round;
  height: 1.375rem;
  stroke-linejoin: round;
}.sop_ft_app_card_os_r4f {
  color: #6B5340;
  font-size: 10px;
  font-weight: 600;
}.sop_ft_app_card_action_r4f {
  font-size: 12px;
  font-weight: 700;
  color: #D3C0A0;
}.sop_ft_bot_r4f {
  padding: 1.25rem 16px;
}
@media(min-width: 771px) {.sop_ft_bot_r4f {
  padding: 20px 1.5rem;
}
}.sop_ft_bot_in_r4f {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 82.5rem;
}.sop_ft_socials_r4f {
  gap: 0.5rem;
  display: flex;
}.sop_ft_soc_r4f {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  display: flex;
  align-items: center;
  width: 2.25rem;
  justify-content: center;
  color: #A98E6E;
  height: 36px;
}.sop_ft_soc_r4f svg {
  stroke-linejoin: round;
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
}.sop_ft_soc_r4f:hover {
  background: rgba(255, 255, 255, 0.07);
}.sop_ft_legal_r4f {
  flex: 1;
  min-width: 12.5rem;
  color: #9B7E62;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.sop_ft_legal_r4f strong {
  color: #A98E6E;
  font-weight: 700;
}.sop_ft_legal_r4f a {
  color: #A98E6E;
  text-decoration: underline;
}.sop_ft_age_r4f {
  border: 2px solid #9B7E62;
  border-radius: 50%;
  width: 32px;
  align-items: center;
  flex-shrink: 0;
  font-size: 11px;
  justify-content: center;
  height: 32px;
  display: flex;
  color: #9B7E62;
  font-weight: 800;
  margin-left: auto;
}