*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  -webkit-font-smoothing: antialiased;
  background-color: #0C1010;
  min-height: 100vh;
  line-height: 1.6;
  font-family: 'Barlow', sans-serif;
  color: #C8DDD1;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}a {
  text-decoration: none;
  color: inherit;
}.dlo-layout_ihi {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.dlo-page_ihi {
  min-height: 100vh;
  display: flex;
}.dlo-main_ihi {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media screen and (min-width: 1077px) {.dlo-main_ihi {
  padding-left: 220px;
}
}
@media screen and (max-width: 1080px) {.dlo-main_ihi {
  padding-bottom: 4.5rem;
}
}.dlo-gc_ihi {
  overflow: hidden;
  background: #0F1513;
  border-radius: 8px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.05);
  width: 8.75rem;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 641px) {.dlo-gc_ihi {
  width: 9.75rem;
}
}
@media(min-width: 1083px) {.dlo-gc_ihi {
  width: 168px;
}
}.dlo-gc_ihi:hover {
  transform: translateY(-3px);
  border-color: rgba(0,220,82,0.07);
}.dlo-gc_img_ihi {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.dlo-gc_img_ihi img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}.dlo-gc_hover_ihi {
  transition: opacity .2s;
  inset: 0;
  background: rgba(6,10,8,0.72);
  display: flex;
  justify-content: center;
  opacity: 0;
  align-items: center;
  position: absolute;
}.dlo-gc_ihi:hover .dlo-gc_hover_ihi {
  opacity: 1;
}.dlo-gc_hover_btn_ihi {
  background: #00DC52;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 12px;
  color: #F0FFF4;
  font-weight: 700;
}.dlo-gc_info_ihi {
  padding: 0.5rem 10px 0.625rem;
}.dlo-gc_name_ihi {
  overflow: hidden;
  color: #C8DDD1;
  font-size: 12px;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  font-weight: 600;
}.dlo-gc_prov_ihi {
  font-size: 10px;
  color: #445750;
}.dlo-gc_tag_ihi {
  border-radius: 0.25rem;
  padding: 2px 7px;
  font-weight: 700;
  top: 6px;
  left: 6px;
  position: absolute;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 9px;
}.dlo-gc_tag_hot_ihi {
  background: #E8323A;
  color: #fff;
}.dlo-gc_tag_new_ihi {
  background: #00DC52;
  color: #0C1010;
}.dlo-gc_tag_jp_ihi {
  background: #F0C040;
  color: #0C1010;
}.dlo-gc_tag_ex_ihi {
  background: #007A38;
  color: #fff;
}.dlo-gc_tag_live_ihi {
  background: #E8323A;
  color: #fff;
}.dlo-gr_ihi {
  padding: 2rem 16px 0;
  background: #0C1010;
}
@media(min-width: 766px) {.dlo-gr_ihi {
  padding: 2.25rem 24px 0;
}
}.dlo-gr_in_ihi {
  margin: 0 auto;
  max-width: 1340px;
}.dlo-gr_head_ihi {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
}.dlo-gr_head_l_ihi {
  gap: 10px;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.dlo-gr_ic_ihi {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  width: 2rem;
  height: 32px;
}.dlo-gr_ic_ihi svg {
  stroke-linecap: round;
  height: 16px;
  width: 1rem;
  stroke-linejoin: round;
}.dlo-gr_title_ihi {
  color: #F0FFF4;
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.dlo-gr_title_ihi {
  font-size: 18px;
}
}.dlo-gr_more_ihi {
  transition: color .2s;
  gap: 5px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-weight: 600;
  color: #617A6C;
  white-space: nowrap;
  font-size: 12px;
}.dlo-gr_more_ihi:hover {
  color: #00DC52;
}.dlo-gr_more_ihi svg {
  height: 0.75rem;
  stroke-linejoin: round;
  width: 0.75rem;
  stroke-linecap: round;
}.dlo-gr_arrows_ihi {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.dlo-gr_arr_ihi {
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  background: rgba(255,255,255,0.05);
  color: #8FAF9A;
  width: 30px;
  align-items: center;
  justify-content: center;
  height: 30px;
  display: flex;
}.dlo-gr_arr_ihi:hover {
  background: rgba(255,255,255,0.07);
  color: #F0FFF4;
}.dlo-gr_arr_ihi svg {
  stroke-linecap: round;
  width: 0.813rem;
  height: 0.813rem;
  stroke-linejoin: round;
}.dlo-gr_seo_h_ihi {
  margin: 0 0 0.375rem;
  max-width: 42.5rem;
  font-weight: 700;
  color: #C8DDD1;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.dlo-gr_seo_h_ihi {
  font-size: 14px;
}
}.dlo-gr_seo_ihi {
  margin-bottom: 0.75rem;
  max-width: 680px;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #617A6C;
  line-height: 1.55;
}.dlo-gr_seo_ihi strong {
  color: #C8DDD1;
  font-weight: 600;
}.dlo-gr_scroll_ihi {
  gap: 10px;
  scrollbar-width: none;
  padding-bottom: 10px;
  overflow-x: auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
}.dlo-gr_scroll_ihi::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.dlo-gr_scroll_ihi {
  gap: 0.75rem;
}
}.dlo-tb_ihi {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0C1010;
  left: 0;
  z-index: 80;
  top: 0;
  display: flex;
  height: 3.5rem;
  position: fixed;
  right: 0;
  align-items: center;
}.dlo-tb_in_ihi {
  gap: 0;
  padding: 0 0.875rem;
  align-items: center;
  width: 100%;
  display: flex;
  height: 100%;
}.dlo-tb_burger_ihi {
  border-radius: 8px;
  gap: 0.313rem;
  display: flex;
  align-items: center;
  width: 38px;
  margin-right: 0.5rem;
  height: 38px;
  justify-content: center;
  flex-shrink: 0;
  flex-direction: column;
}.dlo-tb_burger_ihi:hover {
  background: rgba(255,255,255,0.05);
}.dlo-tb_burger_line_ihi {
  background: #8FAF9A;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width: 1077px) {.dlo-tb_burger_ihi {
  display: none;
}
}.dlo-tb_logo_ihi {
  gap: 0.563rem;
  overflow-wrap: break-word;
  font-weight: 800;
  display: flex;
  align-items: center;
  letter-spacing: -.01em;
  font-size: 18px;
  flex-shrink: 0;
  margin-right: 1.25rem;
  color: #F0FFF4;
}.dlo-tb_logo_mark_ihi {
  overflow: hidden;
  border-radius: 0.5rem;
  height: 2rem;
  width: 32px;
  align-items: center;
  justify-content: center;
  display: flex;
}.dlo-tb_logo_mark_ihi img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.dlo-tb_nav_ihi {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 638px) {.dlo-tb_nav_ihi {
  display: flex;
}
}.dlo-tb_tab_ihi {
  border-radius: 8px;
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.813rem;
  color: #8FAF9A;
}.dlo-tb_tab_ihi:hover {
  background: rgba(255,255,255,0.05);
  color: #F0FFF4;
}.dlo-tb_tab_ihi.dlo-state_active_ihi {
  background: rgba(0,220,82,0.15);
  color: #F0FFF4;
}.dlo-tb_right_ihi {
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
}.dlo-tb_login_ihi {
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  padding: 0.563rem 1rem;
  display: none;
  color: #C8DDD1;
  font-weight: 600;
  font-size: 13px;
}.dlo-tb_login_ihi:hover {
  border-color: rgba(0,220,82,0.38);
  color: #F0FFF4;
}
@media(min-width: 481px) {.dlo-tb_login_ihi {
  display: block;
}
}.dlo-tb_reg_ihi {
  padding: 9px 18px;
  transition: background .2s;
  background: #00DC52;
  border-radius: 0.5rem;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #061208;
  font-weight: 700;
}.dlo-tb_reg_ihi:hover {
  background: #00F560;
}.dlo-sb_ihi {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #131A17;
  transition: transform .25s ease;
  left: 0;
  top: 3.5rem;
  position: fixed;
  overflow-y: auto;
  bottom: 0;
  z-index: 70;
  width: 13.75rem;
}.dlo-sb_ihi.dlo-state_open_ihi {
  transform: translateX(0);
}.dlo-sb_ihi::-webkit-scrollbar {
  width: 0.25rem;
}.dlo-sb_ihi::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1081px) {.dlo-sb_ihi {
  transform: translateX(0);
}
}.dlo-sb_auth_ihi {
  padding: 0.875rem 0.75rem 10px;
}.dlo-sb_btn_reg_ihi {
  transition: background .2s;
  border-radius: 8px;
  padding: 11px;
  background: #00DC52;
  font-weight: 700;
  color: #061208;
  text-align: center;
  display: block;
  font-size: 0.813rem;
  margin-bottom: 8px;
}.dlo-sb_btn_reg_ihi:hover {
  background: #00F560;
}.dlo-sb_btn_login_ihi {
  border-radius: 0.5rem;
  padding: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s;
  font-size: 0.813rem;
  display: block;
  text-align: center;
  color: #C8DDD1;
  font-weight: 600;
}.dlo-sb_btn_login_ihi:hover {
  border-color: rgba(0,220,82,0.38);
  color: #F0FFF4;
}.dlo-sb_promo_ihi {
  background: linear-gradient(135deg,#003D1F,#131A17);
  padding: 0.75rem 0.875rem;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(0,220,82,0.15);
  margin: 0 12px 10px;
  position: relative;
}.dlo-sb_promo_ihi::before {
  background: radial-gradient(circle,rgba(0,220,82,0.15),transparent 70%);
  border-radius: 50%;
  content: '';
  right: -1.25rem;
  top: -1.25rem;
  height: 5rem;
  width: 80px;
  position: absolute;
}.dlo-sb_promo_title_ihi {
  text-transform: uppercase;
  color: #00DC52;
  margin-bottom: 0.25rem;
  font-size: 0.688rem;
  letter-spacing: .06em;
  font-weight: 700;
}.dlo-sb_promo_text_ihi {
  line-height: 1.35;
  font-size: 0.75rem;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #F0FFF4;
}.dlo-sb_promo_sub_ihi {
  margin-top: 3px;
  font-size: 10px;
  color: #617A6C;
}.dlo-sb_nav_ihi {
  padding: 0.375rem 0.5rem 1rem;
}.dlo-sb_nav_lb_ihi {
  padding: 10px 8px 6px;
  font-size: 10px;
  color: #445750;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.dlo-sb_link_ihi {
  gap: 0.625rem;
  padding: 9px 10px;
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  overflow-wrap: break-word;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  color: #8FAF9A;
  align-items: center;
  font-size: 13px;
}.dlo-sb_link_ihi:hover {
  background: rgba(255,255,255,0.05);
  color: #F0FFF4;
}.dlo-sb_link_ihi.dlo-state_active_ihi {
  background: rgba(0,220,82,0.15);
  color: #F0FFF4;
}.dlo-sb_ic_ihi {
  border-radius: 4px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 30px;
  justify-content: center;
  width: 30px;
}.dlo-sb_ic_ihi svg {
  stroke-linecap: round;
  width: 1rem;
  height: 16px;
  stroke-linejoin: round;
}.dlo-sb_ic_1_ihi {
  background: rgba(0,220,82,0.07);
  color: #00DC52;
}.dlo-sb_ic_2_ihi {
  background: rgba(0,220,82,0.14);
  color: #00DC52;
}.dlo-sb_ic_3_ihi {
  background: rgba(240,192,64,0.14);
  color: #F0C040;
}.dlo-sb_ic_4_ihi {
  background: rgba(0,122,56,0.22);
  color: #007A38;
}.dlo-sb_ic_5_ihi {
  background: rgba(0,220,82,0.07);
  color: #F72585;
}.dlo-sb_ic_6_ihi {
  background: rgba(0,122,56,0.22);
  color: #9B5DE5;
}.dlo-sb_badge_ihi {
  border-radius: 4px;
  padding: 2px 7px;
  background: #F0C040;
  color: #061208;
  font-weight: 700;
  margin-left: auto;
  font-size: 0.563rem;
}.dlo-sb_bot_ihi {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.5rem;
  padding: 0.75rem;
  display: flex;
}.dlo-sb_lang_ihi,.dlo-sb_help_ihi {
  transition: border-color .2s;
  padding: 0.563rem 0.375rem;
  background: rgba(255,255,255,0.05);
  flex: 1;
  border: 1px solid rgba(255,255,255,0.05);
  gap: 0.375rem;
  border-radius: 0.25rem;
  justify-content: center;
  font-weight: 600;
  display: flex;
  color: #8FAF9A;
  font-size: 11px;
  align-items: center;
}.dlo-sb_lang_ihi:hover,.dlo-sb_help_ihi:hover {
  border-color: rgba(0,220,82,0.38);
  color: #F0FFF4;
}.dlo-sb_lang_ihi svg,.dlo-sb_help_ihi svg {
  height: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 13px;
}.dlo-sb_bd_ihi {
  inset: 0;
  background: rgba(6,10,8,0.72);
  z-index: 69;
  position: fixed;
  display: none;
}.dlo-sb_bd_ihi.dlo-state_on_ihi {
  display: block;
}
@media(min-width: 1083px) {.dlo-sb_bd_ihi {
  display: none!important;
}
}.dlo-mob_nav_ihi {
  border-top: 1px solid rgba(255,255,255,0.09);
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  background: #131A17;
  right: 0;
  display: flex;
  position: fixed;
  z-index: 80;
  left: 0;
  bottom: 0;
}
@media(min-width: 1078px) {.dlo-mob_nav_ihi {
  display: none;
}
}.dlo-mob_nav_item_ihi {
  flex: 1;
  gap: 0.25rem;
  padding: 4px 2px;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  color: #445750;
  display: flex;
}.dlo-mob_nav_ic_ihi {
  line-height: 1;
}.dlo-mob_nav_ic_ihi svg {
  width: 20px;
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.dlo-mob_nav_lb_ihi {
  font-weight: 600;
  color: #445750;
  font-size: 0.625rem;
}.dlo-mob_nav_item_ihi.dlo-state_active_ihi {
  color: #00DC52;
}.dlo-mob_nav_item_ihi.dlo-state_active_ihi .dlo-mob_nav_lb_ihi {
  color: #00DC52;
}.dlo-hero_ihi {
  background: #0C1010;
  padding: 1.25rem 16px 0;
}
@media(min-width:768px) {.dlo-hero_ihi {
  padding: 24px 24px 0;
}
}.dlo-hero_in_ihi {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1340px;
}
@media(min-width: 859px) {.dlo-hero_in_ihi {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.dlo-hero_in_ihi {
  grid-template-columns: 1fr 340px;
}
}.dlo-hero_promo_ihi {
  overflow: hidden;
  border-radius: 0.75rem;
  background: #0F1513;
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 13.75rem;
}
@media(min-width: 765px) {.dlo-hero_promo_ihi {
  min-height: 280px;
}
}.dlo-hero_promo_bg_ihi {
  background: linear-gradient(120deg,#003D1F 0%,#0C1010 100%);
  inset: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
}.dlo-hero_promo_bg_ihi::after {
  background: linear-gradient(90deg,#0C1010 0%,rgba(6,10,8,0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.dlo-hero_promo_glow_ihi {
  background: radial-gradient(circle,rgba(0,122,56,0.22) 0%,transparent 65%);
  border-radius: 50%;
  right: 60px;
  position: absolute;
  pointer-events: none;
  width: 18.75rem;
  height: 18.75rem;
  top: -40px;
}.dlo-hero_promo_ct_ihi {
  padding: 28px 24px 28px 1.75rem;
  z-index: 2;
  position: relative;
  justify-content: center;
  flex-direction: column;
  display: flex;
  max-width: 30rem;
}
@media(min-width:768px) {.dlo-hero_promo_ct_ihi {
  padding: 2.5rem 32px;
}
}.dlo-hero_badge_ihi {
  background: rgba(0,220,82,0.15);
  border: 1px solid rgba(0,220,82,0.07);
  border-radius: 20px;
  padding: 0.313rem 0.75rem;
  font-weight: 700;
  margin-bottom: 0.875rem;
  display: inline-block;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #00DC52;
}.dlo-hero_h1_ihi {
  font-weight: 800;
  line-height: 1.15;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  font-size: 1.625rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0FFF4;
}.dlo-hero_h1_ihi em {
  font-style: normal;
  color: #F0C040;
}
@media(min-width: 770px) {.dlo-hero_h1_ihi {
  font-size: 36px;
}
}.dlo-hero_sub_ihi {
  margin-bottom: 1.25rem;
  color: #8FAF9A;
  font-size: 0.813rem;
  line-height: 1.55;
}
@media(min-width: 766px) {.dlo-hero_sub_ihi {
  font-size: 0.875rem;
}
}.dlo-hero_row_ihi {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.dlo-hero_cta_ihi {
  transition: background .2s;
  background: #00DC52;
  padding: 13px 26px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.875rem;
  box-shadow: 0 2px 0 rgba(0,245,96,0.3), 0 0.375rem 1.25rem rgba(0,220,82,0.4);
  color: #061208;
}.dlo-hero_cta_ihi:hover {
  background: #00F560;
}.dlo-hero_terms_ihi {
  font-size: 11px;
  color: #445750;
}.dlo-hero_game_ihi {
  background: #0F1513;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 12px;
  flex-direction: column;
  position: relative;
  display: flex;
}.dlo-hero_game_badge_ihi {
  border: 1px solid rgba(240,192,64,0.14);
  background: rgba(240,192,64,0.14);
  padding: 5px 0.625rem;
  border-radius: 20px;
  z-index: 3;
  color: #F0C040;
  letter-spacing: .06em;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  top: 12px;
  left: 12px;
  position: absolute;
}.dlo-hero_game_badge_ihi svg {
  width: 0.688rem;
  height: 11px;
  margin-right: 0.25rem;
  vertical-align: -1px;
}.dlo-hero_game_img_ihi {
  overflow: hidden;
  background: linear-gradient(135deg,#003D1F,#0C1010);
  position: relative;
  padding-bottom: 60%;
}.dlo-hero_game_img_ihi img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.dlo-hero_game_play_ihi {
  inset: 0;
  background: rgba(6,10,8,0.72);
  transition: opacity .2s;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  display: flex;
}.dlo-hero_game_ihi:hover .dlo-hero_game_play_ihi {
  opacity: 1;
}.dlo-hero_game_play_ihi span {
  background: #00DC52;
  border-radius: 50%;
  height: 3.25rem;
  align-items: center;
  width: 52px;
  display: flex;
  justify-content: center;
}.dlo-hero_game_play_ihi span svg {
  height: 18px;
  margin-left: 2px;
  width: 18px;
}.dlo-hero_game_info_ihi {
  padding: 14px 1rem;
}.dlo-hero_game_title_ihi {
  margin-bottom: 0.25rem;
  color: #F0FFF4;
  font-weight: 700;
  font-size: 0.938rem;
  overflow-wrap: break-word;
}.dlo-hero_game_provider_ihi {
  color: #617A6C;
  font-size: 11px;
}.dlo-hero_game_btn_ihi {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #00DC52;
  margin: 12px 1rem 1rem;
  padding: 0.688rem;
  color: #F0FFF4;
  text-align: center;
  font-size: 0.813rem;
  display: block;
  font-weight: 700;
}.dlo-hero_game_ihi:hover .dlo-hero_game_btn_ihi {
  background: #00F560;
}.dlo-wy_ihi {
  padding: 2rem 1rem 0;
  background: #0C1010;
}
@media(min-width: 769px) {.dlo-wy_ihi {
  padding: 2.5rem 1.5rem 0;
}
}.dlo-wy_in_ihi {
  margin: 0 auto;
  max-width: 83.75rem;
}.dlo-wy_head_ihi {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.dlo-wy_label_ihi {
  color: #00DC52;
  font-size: 0.688rem;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.dlo-wy_h2_ihi {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 8px;
  color: #F0FFF4;
}
@media(min-width: 770px) {.dlo-wy_h2_ihi {
  font-size: 24px;
}
}.dlo-wy_intro_ihi {
  margin: 0;
  line-height: 1.6;
  color: #617A6C;
  font-size: 0.813rem;
}.dlo-wy_grid_ihi {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.dlo-wy_grid_ihi {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.dlo-wy_grid_ihi {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.dlo-wy_card_ihi {
  background: #131A17;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 1.25rem;
  border-radius: 0.5rem;
  transition: border-color .2s,transform .2s;
}.dlo-wy_card_ihi:hover {
  transform: translateY(-2px);
  border-color: rgba(0,220,82,0.07);
}.dlo-wy_card_ic_ihi {
  border-radius: 50%;
  background: rgba(0,220,82,0.15);
  margin-bottom: 14px;
  display: flex;
  height: 2.75rem;
  color: #00DC52;
  justify-content: center;
  width: 2.75rem;
  align-items: center;
}.dlo-wy_card_ic_ihi svg {
  height: 1.375rem;
  stroke-linecap: round;
  width: 1.375rem;
  stroke-linejoin: round;
}.dlo-wy_card_h_ihi {
  font-size: 0.938rem;
  line-height: 1.25;
  color: #F0FFF4;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 6px;
}.dlo-wy_card_p_ihi {
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #617A6C;
  font-size: 13px;
}.dlo-wy_card_p_ihi strong {
  font-weight: 600;
  color: #C8DDD1;
}.dlo-gr_jp_ihi {
  border-radius: 0.75rem;
  background: linear-gradient(135deg,#1A0D38 0%,#080C0A 100%);
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
}.dlo-gr_jp_ihi::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(0,122,56,0.22) 0%,transparent 70%);
  width: 15.625rem;
  left: -3.75rem;
  position: absolute;
  content: '';
  height: 250px;
  top: -3.75rem;
}.dlo-gr_jp_ihi::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240,192,64,0.14) 0%,transparent 70%);
  content: '';
  bottom: -2.5rem;
  width: 12.5rem;
  right: 0;
  position: absolute;
  height: 12.5rem;
}.dlo-gr_jp_head_ihi {
  gap: 1rem;
  flex-wrap: wrap;
  z-index: 1;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}.dlo-gr_jp_info_ihi {
  flex: 1;
}.dlo-gr_jp_label_ihi {
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: .08em;
  color: #9B5DE5;
  font-size: 11px;
  font-weight: 700;
}.dlo-gr_jp_label_ihi svg {
  margin-right: 0.25rem;
  width: 0.875rem;
  height: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  vertical-align: -2px;
}.dlo-gr_jp_amount_ihi {
  font-weight: 800;
  color: #F0FFF4;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 2rem;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1;
}
@media(min-width: 765px) {.dlo-gr_jp_amount_ihi {
  font-size: 40px;
}
}.dlo-gr_jp_amount_ihi span {
  color: #F0C040;
}.dlo-gr_jp_seo_ihi {
  font-size: 12px;
  max-width: 30rem;
  line-height: 1.5;
  color: #8FAF9A;
  overflow-wrap: break-word;
}.dlo-gr_jp_cta_ihi {
  border-radius: 0.5rem;
  padding: 0.688rem 1.25rem;
  background: rgba(0,122,56,0.22);
  transition: background .2s;
  border: 1px solid rgba(0,122,56,0.22);
  color: #F0FFF4;
  font-weight: 700;
  align-self: flex-start;
  margin-top: 0.25rem;
  font-size: 0.813rem;
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
  z-index: 1;
}.dlo-gr_jp_cta_ihi:hover {
  background: #007A38;
}.dlo-gcg_ihi {
  padding: 36px 16px 0;
  background: #0C1010;
}
@media(min-width: 766px) {.dlo-gcg_ihi {
  padding: 44px 24px 0;
}
}.dlo-gcg_in_ihi {
  margin: 0 auto;
  max-width: 1340px;
}.dlo-gcg_head_ihi {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.dlo-gcg_label_ihi {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #00DC52;
  margin-bottom: 0.5rem;
}.dlo-gcg_h2_ihi {
  margin-bottom: 8px;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0FFF4;
  font-weight: 800;
}
@media(min-width: 766px) {.dlo-gcg_h2_ihi {
  font-size: 28px;
}
}.dlo-gcg_intro_ihi {
  color: #617A6C;
  line-height: 1.6;
  font-size: 13px;
}.dlo-gcg_grid_ihi {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.dlo-gcg_grid_ihi {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.dlo-gcg_grid_ihi {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.dlo-gcg_card_ihi {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.75rem;
  padding: 1.25rem;
  position: relative;
  justify-content: flex-end;
  display: flex;
  min-height: 240px;
  cursor: pointer;
  flex-direction: column;
}.dlo-gcg_card_ihi:hover {
  transform: translateY(-3px);
  border-color: rgba(0,220,82,0.15);
}.dlo-gcg_card_bg_ihi {
  inset: 0;
  position: absolute;
  z-index: 0;
}.dlo-gcg_card_bg_ihi::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.dlo-gcg_card_ic_ihi {
  border-radius: 0.25rem;
  background: rgba(0,0,0,.45);
  height: 2.5rem;
  position: absolute;
  right: 1.125rem;
  z-index: 2;
  align-items: center;
  top: 1.125rem;
  display: flex;
  color: #F0FFF4;
  justify-content: center;
  width: 2.5rem;
}.dlo-gcg_card_ic_ihi svg {
  width: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.25rem;
}.dlo-gcg_card_ct_ihi {
  position: relative;
  z-index: 1;
}.dlo-gcg_card_h_ihi {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 800;
  color: #F0FFF4;
  font-size: 18px;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.dlo-gcg_card_h_ihi {
  font-size: 20px;
}
}.dlo-gcg_card_p_ihi {
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  margin-bottom: 0.625rem;
  line-height: 1.55;
  font-size: 12px;
}.dlo-gcg_card_p_ihi strong {
  color: #F0FFF4;
  font-weight: 600;
}.dlo-gcg_card_cta_ihi {
  gap: 0.25rem;
  font-size: 0.75rem;
  color: #00DC52;
  font-weight: 700;
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  letter-spacing: .04em;
}.dlo-gcg_card_cta_ihi svg {
  stroke-linejoin: round;
  height: 12px;
  width: 12px;
  stroke-linecap: round;
}.dlo-ws_ihi {
  padding: 2rem 16px 0;
  background: #0C1010;
}
@media(min-width: 769px) {.dlo-ws_ihi {
  padding: 36px 24px 0;
}
}.dlo-ws_in_ihi {
  margin: 0 auto;
  max-width: 83.75rem;
}.dlo-ws_head_ihi {
  gap: 0.75rem;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}.dlo-ws_title_ihi {
  gap: 0.625rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0FFF4;
  display: flex;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
}.dlo-ws_title_ic_ihi svg {
  color: #F0C040;
  width: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
}.dlo-ws_online_ihi {
  gap: 0.438rem;
  font-weight: 600;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  color: #617A6C;
}.dlo-ws_online_dot_ihi {
  border-radius: 50%;
  background: #00DC52;
  height: 8px;
  width: 8px;
  box-shadow: 0 0 0.375rem rgba(0,220,82,0.14);
  flex-shrink: 0;
}.dlo-ws_scroll_ihi {
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 8px;
  display: flex;
}.dlo-ws_scroll_ihi::-webkit-scrollbar {
  display: none;
}.dlo-wc_ihi {
  padding: 10px 14px;
  gap: 0.625rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.09);
  background: #0F1513;
  display: flex;
  min-width: 13.75rem;
  flex-shrink: 0;
  align-items: center;
}.dlo-wc_img_ihi {
  border-radius: 4px;
  background: #131A17;
  overflow: hidden;
  width: 36px;
  flex-shrink: 0;
  height: 36px;
}.dlo-wc_img_ihi img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.dlo-wc_info_ihi {
  min-width: 0;
}.dlo-wc_game_ihi {
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #C8DDD1;
}.dlo-wc_player_ihi {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
  color: #445750;
}.dlo-wc_amount_ihi {
  font-weight: 700;
  flex-shrink: 0;
  color: #00DC52;
  margin-left: auto;
  white-space: nowrap;
  font-size: 0.813rem;
}.dlo-prov_ihi {
  padding: 36px 1rem 0;
  background: #0C1010;
}
@media(min-width: 769px) {.dlo-prov_ihi {
  padding: 2.75rem 1.5rem 0;
}
}.dlo-prov_in_ihi {
  margin: 0 auto;
  max-width: 1340px;
}.dlo-prov_head_ihi {
  margin-bottom: 1rem;
}.dlo-prov_label_ihi {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 11px;
  color: #00DC52;
  font-weight: 700;
}.dlo-prov_h2_ihi {
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-size: 20px;
  color: #F0FFF4;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width:768px) {.dlo-prov_h2_ihi {
  font-size: 24px;
}
}.dlo-prov_seo_ihi {
  margin-bottom: 1rem;
  color: #617A6C;
  max-width: 38.75rem;
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
}.dlo-prov_seo_ihi strong {
  font-weight: 700;
  color: #C8DDD1;
}.dlo-prov_seo_ihi a {
  text-decoration: underline;
  color: #00DC52;
}.dlo-prov_grid_ihi {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.dlo-prov_grid_ihi {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.dlo-prov_grid_ihi {
  grid-template-columns: repeat(8,1fr);
}
}.dlo-prov_card_ihi {
  gap: 0.438rem;
  background: #0F1513;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 0.875rem 10px;
  transition: border-color .2s,background .2s;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}.dlo-prov_card_ihi:hover {
  border-color: rgba(0,220,82,0.38);
  background: #131A17;
}.dlo-prov_logo_ihi {
  overflow: hidden;
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  align-items: center;
  height: 44px;
  display: flex;
  width: 44px;
  justify-content: center;
}.dlo-prov_logo_ihi img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.dlo-prov_name_ihi {
  text-align: center;
  color: #8FAF9A;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 11px;
}.dlo-htp_ihi {
  padding: 2.25rem 16px 0;
  background: #0C1010;
}
@media(min-width: 765px) {.dlo-htp_ihi {
  padding: 2.75rem 1.5rem 0;
}
}.dlo-htp_in_ihi {
  margin: 0 auto;
  max-width: 83.75rem;
}.dlo-htp_head_ihi {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.dlo-htp_label_ihi {
  color: #00DC52;
  font-size: 11px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.dlo-htp_h2_ihi {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #F0FFF4;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.dlo-htp_h2_ihi {
  font-size: 1.75rem;
}
}.dlo-htp_intro_ihi {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #617A6C;
}.dlo-htp_steps_ihi {
  margin: 0;
  list-style: none;
  padding: 0;
  gap: 12px;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.dlo-htp_steps_ihi {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.dlo-htp_steps_ihi {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.dlo-htp_step_ihi {
  border-radius: 0.5rem;
  background: #131A17;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 20px 1.125rem 1.125rem;
  position: relative;
  flex-direction: column;
  display: flex;
}.dlo-htp_step_num_ihi {
  border-radius: 50%;
  background: #00DC52;
  font-size: 0.813rem;
  height: 1.75rem;
  align-items: center;
  top: -0.75rem;
  color: #061208;
  width: 1.75rem;
  font-family: 'Barlow Condensed', sans-serif;
  display: flex;
  position: absolute;
  font-weight: 800;
  left: 20px;
  justify-content: center;
}.dlo-htp_step_ic_ihi {
  border-radius: 4px;
  background: rgba(0,220,82,0.15);
  margin: 8px 0 0.75rem;
  justify-content: center;
  height: 2.25rem;
  width: 2.25rem;
  color: #00DC52;
  display: flex;
  align-items: center;
}.dlo-htp_step_ic_ihi svg {
  stroke-linecap: round;
  width: 1.125rem;
  stroke-linejoin: round;
  height: 18px;
}.dlo-htp_step_h_ihi {
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  color: #F0FFF4;
  line-height: 1.25;
  font-weight: 700;
  font-size: 14px;
}.dlo-htp_step_p_ihi {
  color: #617A6C;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.55;
}.dlo-htp_step_p_ihi strong {
  color: #C8DDD1;
  font-weight: 600;
}.dlo-htp_cta_ihi {
  transition: background .2s;
  border-radius: 8px;
  padding: 13px 1.625rem;
  background: #00DC52;
  color: #061208;
  font-weight: 700;
  margin-top: 1.25rem;
  display: inline-block;
  font-size: 14px;
}.dlo-htp_cta_ihi:hover {
  background: #00F560;
}.dlo-bon_ihi {
  background: #0C1010;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.dlo-bon_ihi {
  padding: 2.75rem 24px 0;
}
}.dlo-bon_in_ihi {
  margin: 0 auto;
  max-width: 1340px;
}.dlo-bon_head_ihi {
  margin-bottom: 20px;
}.dlo-bon_label_ihi {
  text-transform: uppercase;
  font-weight: 700;
  color: #00DC52;
  margin-bottom: 0.5rem;
  font-size: 11px;
  letter-spacing: .08em;
}.dlo-bon_h2_ihi {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.5rem;
  color: #F0FFF4;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.dlo-bon_h2_ihi {
  font-size: 24px;
}
}.dlo-bon_seo_ihi {
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 620px;
  font-size: 13px;
  color: #617A6C;
}.dlo-bon_seo_ihi strong {
  font-weight: 700;
  color: #C8DDD1;
}.dlo-bon_seo_ihi a {
  color: #00DC52;
  text-decoration: underline;
}.dlo-bon_grid_ihi {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.dlo-bon_grid_ihi {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.dlo-bon_grid_ihi {
  grid-template-columns: repeat(5,1fr);
}
}.dlo-bon_card_ihi {
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  background: #0F1513;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
}.dlo-bon_card_ihi:hover {
  border-color: rgba(0,220,82,0.07);
  transform: translateY(-2px);
}.dlo-bon_card_ic_ihi svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 26px;
  height: 26px;
}.dlo-bon_card_ic_ihi {
  margin-bottom: 10px;
}.dlo-bon_card_type_ihi {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: .06em;
  font-size: 0.625rem;
  color: #617A6C;
}.dlo-bon_card_amount_ihi {
  line-height: 1.1;
  font-size: 18px;
  font-weight: 800;
  color: #F0C040;
  margin-bottom: 6px;
}.dlo-bon_card_name_ihi {
  color: #F0FFF4;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  font-weight: 600;
}.dlo-bon_card_detail_ihi {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  padding-top: 0.5rem;
  color: #445750;
  font-size: 0.688rem;
  line-height: 1.5;
}.dlo-app_ihi {
  padding: 36px 1rem 0;
  background: #0C1010;
}
@media(min-width: 770px) {.dlo-app_ihi {
  padding: 2.75rem 24px 0;
}
}.dlo-app_in_ihi {
  margin: 0 auto;
  max-width: 83.75rem;
}.dlo-app_head_ihi {
  margin-bottom: 16px;
}.dlo-app_label_ihi {
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #00DC52;
}.dlo-app_h2_ihi {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.375rem;
  color: #F0FFF4;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 766px) {.dlo-app_h2_ihi {
  font-size: 1.5rem;
}
}.dlo-app_sub_ihi {
  overflow-wrap: break-word;
  color: #617A6C;
  line-height: 1.6;
  font-size: 13px;
  max-width: 37.5rem;
}.dlo-app_sub_ihi strong {
  color: #C8DDD1;
  font-weight: 700;
}.dlo-app_cards_ihi {
  gap: 10px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.dlo-app_cards_ihi {
  grid-template-columns: repeat(3,1fr);
}
}.dlo-app_card_ihi {
  gap: 1rem;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}.dlo-app_card_ios_ihi {
  background: linear-gradient(135deg,rgba(0,220,82,0.15) 0%,#131A17 100%);
}.dlo-app_card_android_ihi {
  background: linear-gradient(135deg,rgba(0,220,82,0.14) 0%,#131A17 100%);
}.dlo-app_card_win_ihi {
  background: linear-gradient(135deg,rgba(240,192,64,0.14) 0%,#131A17 100%);
}.dlo-app_card_ic_ihi svg {
  height: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 2.125rem;
}.dlo-app_card_ic_ihi {
  color: #F0FFF4;
  flex-shrink: 0;
}.dlo-app_card_os_ihi {
  text-transform: uppercase;
  font-weight: 700;
  color: #617A6C;
  letter-spacing: .08em;
  font-size: 0.625rem;
  margin-bottom: 6px;
}.dlo-app_card_title_ihi {
  line-height: 1.2;
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F0FFF4;
  margin-bottom: 0.375rem;
}.dlo-app_card_text_ihi {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #617A6C;
}.dlo-app_card_btn_ihi {
  border: 1px solid rgba(0,220,82,0.38);
  transition: background .2s;
  padding: 10px 1.125rem;
  background: rgba(255,255,255,0.12);
  gap: 0.438rem;
  border-radius: 4px;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  color: #F0FFF4;
}.dlo-app_card_btn_ihi:hover {
  background: rgba(255,255,255,0.07);
}.dlo-reg_ihi {
  padding: 2.25rem 16px 0;
  background: #0C1010;
}
@media(min-width: 771px) {.dlo-reg_ihi {
  padding: 2.75rem 1.5rem 0;
}
}.dlo-reg_in_ihi {
  background: #131A17;
  border-radius: 0.75rem;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.05);
  padding: 28px 1.5rem;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.dlo-reg_in_ihi {
  padding: 2.5rem;
}
}.dlo-reg_top_ihi {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.dlo-reg_top_ihi {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.dlo-reg_label_ihi {
  letter-spacing: .08em;
  color: #00DC52;
  font-weight: 700;
  margin-bottom: 0.625rem;
  font-size: 11px;
  text-transform: uppercase;
}.dlo-reg_h2_ihi {
  overflow-wrap: break-word;
  color: #F0FFF4;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.75rem;
  line-height: 1.2;
  font-size: 22px;
  font-weight: 800;
}
@media(min-width:768px) {.dlo-reg_h2_ihi {
  font-size: 28px;
}
}.dlo-reg_bonus_ihi {
  border-radius: 0.5rem;
  background: rgba(240,192,64,0.14);
  border: 1px solid rgba(240,192,64,0.14);
  padding: 10px 16px;
  gap: 0.5rem;
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.dlo-reg_bonus_amount_ihi {
  font-size: 20px;
  font-weight: 800;
  color: #F0C040;
}.dlo-reg_bonus_text_ihi {
  color: #8FAF9A;
  line-height: 1.35;
  font-size: 13px;
}.dlo-reg_cta_btn_ihi {
  background: #00DC52;
  padding: 0.875rem 32px;
  transition: background .2s;
  border-radius: 8px;
  box-shadow: 0 2px 0 rgba(0,245,96,0.3), 0 0.375rem 1.25rem rgba(0,220,82,0.4);
  display: inline-block;
  font-weight: 700;
  font-size: 0.938rem;
  color: #061208;
  margin-bottom: 12px;
}.dlo-reg_cta_btn_ihi:hover {
  background: #00F560;
}.dlo-reg_terms_ihi {
  font-size: 11px;
  line-height: 1.5;
  color: #445750;
}.dlo-reg_seo_ihi {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.65;
  margin-top: 20px;
  font-size: 13px;
  padding-top: 1.25rem;
  overflow-wrap: break-word;
  color: #617A6C;
}.dlo-reg_seo_ihi p {
  color: #617A6C;
  margin-bottom: 0.625rem;
  line-height: 1.65;
  font-size: 13px;
}.dlo-reg_seo_ihi p:last-child {
  margin-bottom: 0;
}.dlo-reg_seo_ihi strong {
  font-weight: 700;
  color: #C8DDD1;
}.dlo-reg_seo_ihi a {
  transition: color .2s;
  text-decoration: underline;
  color: #00DC52;
}.dlo-reg_seo_ihi a:hover {
  color: #00F560;
}.dlo-reg_seo_ihi ul,.dlo-reg_seo_ihi ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.dlo-reg_seo_ihi ol {
  list-style: decimal;
}.dlo-reg_seo_ihi li {
  color: #617A6C;
  margin-bottom: 0.25rem;
  font-size: 13px;
  line-height: 1.65;
}.dlo-reg_seo_ihi table {
  display: block;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.813rem;
  margin-bottom: 10px;
  overflow-x: auto;
}
@media(min-width: 766px) {.dlo-reg_seo_ihi table {
  display: table;
}
}.dlo-reg_seo_ihi th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 8px;
  text-align: left;
  color: #C8DDD1;
  font-weight: 700;
}.dlo-reg_seo_ihi td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 8px;
  color: #617A6C;
}.dlo-reg_steps_ihi {
  gap: 0.875rem;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 859px) {.dlo-reg_steps_ihi {
  margin-top: 0;
}
}.dlo-reg_step_ihi {
  background: rgba(255,255,255,0.05);
  border-radius: 0.5rem;
  padding: 1rem;
  gap: 14px;
  border: 1px solid rgba(255,255,255,0.05);
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.dlo-reg_step_num_ihi {
  border: 1px solid rgba(0,220,82,0.07);
  background: rgba(0,220,82,0.15);
  border-radius: 50%;
  justify-content: center;
  width: 2.125rem;
  color: #00DC52;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  font-weight: 800;
  font-size: 14px;
  height: 2.125rem;
}.dlo-reg_step_title_ihi {
  margin-bottom: 3px;
  font-weight: 700;
  color: #F0FFF4;
  font-size: 0.875rem;
}.dlo-reg_step_text_ihi {
  color: #617A6C;
  font-size: 0.75rem;
  line-height: 1.5;
}.dlo-reg_trust_ihi {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  padding-top: 1.25rem;
  margin-top: 20px;
  flex-wrap: wrap;
}.dlo-reg_trust_item_ihi {
  gap: 7px;
  overflow-wrap: break-word;
  display: flex;
  font-size: 0.75rem;
  color: #617A6C;
  align-items: center;
}.dlo-reg_trust_ic_ihi svg {
  width: 1rem;
  stroke-linecap: round;
  height: 16px;
  color: #00DC52;
  stroke-linejoin: round;
}.dlo-seo_ihi {
  padding: 2.25rem 16px 0;
  background: #0C1010;
}
@media(min-width: 767px) {.dlo-seo_ihi {
  padding: 44px 1.5rem 0;
}
}.dlo-seo_in_ihi {
  border-radius: 0.75rem;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255,255,255,0.09);
  margin: 0 auto;
  background: #131A17;
  max-width: 83.75rem;
}
@media(min-width: 765px) {.dlo-seo_in_ihi {
  padding: 36px 2.5rem;
}
}.dlo-seo_label_ihi {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 11px;
  color: #00DC52;
  letter-spacing: .08em;
  text-transform: uppercase;
}.dlo-seo_h2_ihi {
  font-size: 1.25rem;
  color: #F0FFF4;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 765px) {.dlo-seo_h2_ihi {
  font-size: 24px;
}
}.dlo-seo_body_ihi {
  overflow-wrap: break-word;
  font-size: 14px;
  color: #8FAF9A;
  line-height: 1.75;
}.dlo-seo_body_ihi p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8FAF9A;
}.dlo-seo_body_ihi p:last-child {
  margin-bottom: 0;
}.dlo-seo_body_ihi strong {
  font-weight: 700;
  color: #C8DDD1;
}.dlo-seo_body_ihi a {
  transition: color .2s;
  color: #00DC52;
  text-decoration: underline;
}.dlo-seo_body_ihi a:hover {
  color: #00F560;
}.dlo-seo_body_ihi ul,.dlo-seo_body_ihi ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.dlo-seo_body_ihi ol {
  list-style: decimal;
}.dlo-seo_body_ihi li {
  margin-bottom: 6px;
  color: #8FAF9A;
  font-size: 14px;
  line-height: 1.75;
}.dlo-seo_body_ihi table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 12px;
  display: block;
  border-collapse: collapse;
  font-size: 13px;
}
@media(min-width:768px) {.dlo-seo_body_ihi table {
  display: table;
}
}.dlo-seo_body_ihi th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  color: #C8DDD1;
  text-align: left;
  font-weight: 700;
}.dlo-seo_body_ihi td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #8FAF9A;
}.dlo-seo_cols_ihi {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.dlo-seo_cols_ihi {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.dlo-seo_cols_ihi {
  grid-template-columns: repeat(3,1fr);
}
}.dlo-seo_col_h_ihi {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 13px;
  color: #C8DDD1;
}.dlo-seo_col_p_ihi {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #617A6C;
  line-height: 1.65;
}.dlo-seo_stats_ihi {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.dlo-seo_stat_ihi {
  border: 1px solid rgba(0,220,82,0.15);
  background: rgba(0,220,82,0.07);
  border-radius: 8px;
  flex: 1;
  padding: 0.875rem 1rem;
  min-width: 8.75rem;
}.dlo-seo_stat_val_ihi {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #00DC52;
  font-weight: 800;
  margin-bottom: 4px;
}.dlo-seo_stat_lb_ihi {
  overflow-wrap: break-word;
  color: #617A6C;
  font-size: 0.688rem;
}.dlo-seo_ihi {
  padding: 2.25rem 16px 0;
  background: #0C1010;
}
@media(min-width: 769px) {.dlo-seo_ihi {
  padding: 44px 24px 0;
}
}.dlo-seo_in_ihi {
  border: 1px solid rgba(255,255,255,0.09);
  margin: 0 auto;
  padding: 28px 24px;
  background: #131A17;
  border-radius: 12px;
  max-width: 83.75rem;
}
@media(min-width: 765px) {.dlo-seo_in_ihi {
  padding: 2.25rem 40px;
}
}.dlo-seo_label_ihi {
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #00DC52;
  font-weight: 700;
  text-transform: uppercase;
}.dlo-seo_h2_ihi {
  font-weight: 800;
  margin-bottom: 14px;
  color: #F0FFF4;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  line-height: 1.25;
}
@media(min-width:768px) {.dlo-seo_h2_ihi {
  font-size: 24px;
}
}.dlo-seo_body_ihi {
  color: #8FAF9A;
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.dlo-seo_body_ihi p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #8FAF9A;
}.dlo-seo_body_ihi p:last-child {
  margin-bottom: 0;
}.dlo-seo_body_ihi strong {
  font-weight: 700;
  color: #C8DDD1;
}.dlo-seo_body_ihi a {
  transition: color .2s;
  color: #00DC52;
  text-decoration: underline;
}.dlo-seo_body_ihi a:hover {
  color: #00F560;
}.dlo-seo_body_ihi ul,.dlo-seo_body_ihi ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.dlo-seo_body_ihi ol {
  list-style: decimal;
}.dlo-seo_body_ihi li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #8FAF9A;
  font-size: 0.875rem;
}.dlo-seo_body_ihi table {
  font-size: 0.813rem;
  overflow-x: auto;
  display: block;
  margin-bottom: 12px;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 767px) {.dlo-seo_body_ihi table {
  display: table;
}
}.dlo-seo_body_ihi th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C8DDD1;
  text-align: left;
}.dlo-seo_body_ihi td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #8FAF9A;
}.dlo-seo_cols_ihi {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.dlo-seo_cols_ihi {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.dlo-seo_cols_ihi {
  grid-template-columns: repeat(3,1fr);
}
}.dlo-seo_col_h_ihi {
  margin-bottom: 7px;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C8DDD1;
}.dlo-seo_col_p_ihi {
  overflow-wrap: break-word;
  color: #617A6C;
  line-height: 1.65;
  font-size: 13px;
}.dlo-seo_stats_ihi {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.dlo-seo_stat_ihi {
  border-radius: 8px;
  padding: 0.875rem 16px;
  border: 1px solid rgba(0,220,82,0.15);
  flex: 1;
  background: rgba(0,220,82,0.07);
  min-width: 8.75rem;
}.dlo-seo_stat_val_ihi {
  margin-bottom: 0.25rem;
  color: #00DC52;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
}.dlo-seo_stat_lb_ihi {
  color: #617A6C;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.dlo-faq_ihi {
  padding: 36px 1rem 0;
  background: #0C1010;
}
@media(min-width: 770px) {.dlo-faq_ihi {
  padding: 44px 1.5rem 0;
}
}.dlo-faq_in_ihi {
  margin: 0 auto;
  max-width: 1340px;
}.dlo-faq_head_ihi {
  margin-bottom: 20px;
}.dlo-faq_label_ihi {
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #00DC52;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
}.dlo-faq_h2_ihi {
  color: #F0FFF4;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 771px) {.dlo-faq_h2_ihi {
  font-size: 24px;
}
}.dlo-faq_list_ihi {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.dlo-faq_item_ihi {
  background: #131A17;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.5rem;
}.dlo-faq_q_ihi {
  gap: 12px;
  padding: 16px 1.25rem;
  transition: color .2s;
  flex-wrap: wrap;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: space-between;
  color: #C8DDD1;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 14px;
}.dlo-faq_q_ihi:hover {
  color: #F0FFF4;
}.dlo-faq_q_ic_ihi {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  flex-shrink: 0;
  justify-content: center;
  color: #00DC52;
  display: flex;
  width: 1.5rem;
  font-size: 16px;
  height: 24px;
  align-items: center;
}.dlo-faq_item_ihi.dlo-state_open_ihi .dlo-faq_q_ic_ihi {
  transform: rotate(45deg);
}.dlo-faq_a_ihi {
  padding: 0 1.25rem 16px;
  display: none;
  color: #617A6C;
  line-height: 1.7;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.dlo-faq_item_ihi.dlo-state_open_ihi .dlo-faq_a_ihi {
  display: block;
}.dlo-faq_a_ihi strong {
  color: #C8DDD1;
  font-weight: 700;
}.dlo-faq_a_ihi a {
  color: #00DC52;
  text-decoration: underline;
}.dlo-faq_a_ihi ul,.dlo-faq_a_ihi ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.dlo-faq_a_ihi ol {
  list-style: decimal;
}.dlo-faq_a_ihi li {
  line-height: 1.6;
  margin-bottom: 4px;
}.dlo-faq_a_ihi table {
  margin: 8px 0;
  font-size: 0.75rem;
  width: 100%;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 766px) {.dlo-faq_a_ihi table {
  display: table;
}
}.dlo-faq_a_ihi th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #C8DDD1;
}.dlo-faq_a_ihi td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #617A6C;
}.dlo-seo_ihi {
  padding: 2.25rem 1rem 0;
  background: #0C1010;
}
@media(min-width: 765px) {.dlo-seo_ihi {
  padding: 2.75rem 1.5rem 0;
}
}.dlo-seo_in_ihi {
  border-radius: 0.75rem;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.09);
  background: #131A17;
  padding: 1.75rem 1.5rem;
  max-width: 1340px;
}
@media(min-width: 766px) {.dlo-seo_in_ihi {
  padding: 36px 40px;
}
}.dlo-seo_label_ihi {
  color: #00DC52;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-size: 11px;
}.dlo-seo_h2_ihi {
  line-height: 1.25;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #F0FFF4;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 765px) {.dlo-seo_h2_ihi {
  font-size: 1.5rem;
}
}.dlo-seo_body_ihi {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8FAF9A;
  overflow-wrap: break-word;
}.dlo-seo_body_ihi p {
  margin-bottom: 12px;
  color: #8FAF9A;
  font-size: 14px;
  line-height: 1.75;
}.dlo-seo_body_ihi p:last-child {
  margin-bottom: 0;
}.dlo-seo_body_ihi strong {
  color: #C8DDD1;
  font-weight: 700;
}.dlo-seo_body_ihi a {
  transition: color .2s;
  text-decoration: underline;
  color: #00DC52;
}.dlo-seo_body_ihi a:hover {
  color: #00F560;
}.dlo-seo_body_ihi ul,.dlo-seo_body_ihi ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.dlo-seo_body_ihi ol {
  list-style: decimal;
}.dlo-seo_body_ihi li {
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 14px;
  color: #8FAF9A;
}.dlo-seo_body_ihi table {
  width: 100%;
  display: block;
  border-collapse: collapse;
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 12px;
}
@media(min-width: 766px) {.dlo-seo_body_ihi table {
  display: table;
}
}.dlo-seo_body_ihi th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #C8DDD1;
}.dlo-seo_body_ihi td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #8FAF9A;
}.dlo-seo_cols_ihi {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 642px) {.dlo-seo_cols_ihi {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.dlo-seo_cols_ihi {
  grid-template-columns: repeat(3,1fr);
}
}.dlo-seo_col_h_ihi {
  margin-bottom: 7px;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #C8DDD1;
  font-weight: 700;
}.dlo-seo_col_p_ihi {
  line-height: 1.65;
  color: #617A6C;
  overflow-wrap: break-word;
  font-size: 13px;
}.dlo-seo_stats_ihi {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.dlo-seo_stat_ihi {
  border: 1px solid rgba(0,220,82,0.15);
  background: rgba(0,220,82,0.07);
  padding: 14px 1rem;
  border-radius: 0.5rem;
  flex: 1;
  min-width: 140px;
}.dlo-seo_stat_val_ihi {
  margin-bottom: 4px;
  color: #00DC52;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}.dlo-seo_stat_lb_ihi {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #617A6C;
}.dlo-rv_ihi {
  padding: 2.25rem 1rem 0;
  background: #0C1010;
}
@media(min-width: 765px) {.dlo-rv_ihi {
  padding: 44px 1.5rem 0;
}
}.dlo-rv_in_ihi {
  margin: 0 auto;
  max-width: 83.75rem;
}.dlo-rv_head_ihi {
  margin-bottom: 20px;
  max-width: 720px;
}.dlo-rv_label_ihi {
  color: #00DC52;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.dlo-rv_h2_ihi {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  color: #F0FFF4;
  font-weight: 800;
  font-size: 22px;
}
@media(min-width: 767px) {.dlo-rv_h2_ihi {
  font-size: 28px;
}
}.dlo-rv_stats_ihi {
  gap: 1.125rem;
  align-items: center;
  font-size: 13px;
  flex-wrap: wrap;
  display: flex;
  color: #617A6C;
}.dlo-rv_stats_score_ihi {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.dlo-rv_stats_score_val_ihi {
  font-weight: 800;
  font-size: 1.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0C040;
}.dlo-rv_stats_score_max_ihi {
  color: #445750;
  font-size: 13px;
}.dlo-rv_stats_badge_ihi {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.dlo-rv_stats_badge_ihi svg {
  height: 14px;
  width: 14px;
  color: #F0C040;
}.dlo-rv_grid_ihi {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.dlo-rv_grid_ihi {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.dlo-rv_grid_ihi {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.dlo-rv_card_ihi {
  padding: 1.25rem;
  border-radius: 8px;
  background: #131A17;
  border: 1px solid rgba(255,255,255,0.09);
  flex-direction: column;
  display: flex;
}.dlo-rv_card_stars_ihi {
  gap: 2px;
  margin-bottom: 0.625rem;
  color: #F0C040;
  display: flex;
}.dlo-rv_card_stars_ihi svg {
  height: 0.875rem;
  width: 0.875rem;
}.dlo-rv_card_h_ihi {
  color: #F0FFF4;
  line-height: 1.3;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 14px;
}.dlo-rv_card_body_ihi {
  flex: 1;
  margin-bottom: 0.875rem;
  line-height: 1.65;
  font-size: 13px;
  color: #617A6C;
  overflow-wrap: break-word;
}.dlo-rv_card_body_ihi strong {
  color: #C8DDD1;
  font-weight: 600;
}.dlo-rv_card_meta_ihi {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.625rem;
  padding-top: 0.75rem;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.dlo-rv_card_author_ihi {
  font-size: 12px;
  color: #C8DDD1;
  font-weight: 600;
}.dlo-rv_card_date_ihi {
  color: #445750;
  font-size: 11px;
}.dlo-ft_ihi {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #080C0A;
  margin-top: 3rem;
}.dlo-ft_support_ihi {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 24px 1rem;
}
@media(min-width: 771px) {.dlo-ft_support_ihi {
  padding: 1.75rem 24px;
}
}.dlo-ft_support_in_ihi {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  align-items: center;
  max-width: 1340px;
  flex-wrap: wrap;
}.dlo-ft_support_main_ihi {
  gap: 1rem;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  min-width: 220px;
  display: flex;
}.dlo-ft_support_ic_ihi {
  color: #00DC52;
  flex-shrink: 0;
}.dlo-ft_support_ic_ihi svg {
  width: 30px;
  height: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.dlo-ft_support_text_title_ihi {
  color: #F0FFF4;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-weight: 700;
}.dlo-ft_support_text_sub_ihi {
  color: #617A6C;
  font-size: 12px;
  overflow-wrap: break-word;
}.dlo-ft_support_btn_ihi {
  padding: 0.688rem 1.375rem;
  transition: background .2s;
  border-radius: 8px;
  background: #00DC52;
  color: #F0FFF4;
  font-size: 0.813rem;
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
}.dlo-ft_support_btn_ihi:hover {
  background: #00F560;
}.dlo-ft_support_contacts_ihi {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.dlo-ft_support_contact_ihi {
  color: #445750;
  line-height: 1.4;
  font-size: 12px;
}.dlo-ft_support_contact_ihi strong {
  margin-bottom: 2px;
  display: block;
  font-weight: 600;
  color: #8FAF9A;
  font-size: 0.688rem;
}.dlo-ft_main_ihi {
  padding: 32px 16px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 769px) {.dlo-ft_main_ihi {
  padding: 2.5rem 1.5rem 2rem;
}
}.dlo-ft_main_in_ihi {
  margin: 0 auto;
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1340px;
}
@media(min-width: 641px) {.dlo-ft_main_in_ihi {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.dlo-ft_main_in_ihi {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.dlo-ft_col_logo_ihi {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.dlo-ft_col_logo_ihi {
  grid-column: auto;
}
}.dlo-ft_logo_ihi {
  gap: 9px;
  color: #F0FFF4;
  margin-bottom: 0.75rem;
  font-weight: 800;
  font-size: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
}.dlo-ft_logo_mark_ihi {
  border-radius: 0.25rem;
  overflow: hidden;
  height: 30px;
  width: 30px;
}.dlo-ft_logo_mark_ihi img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.dlo-ft_logo_sub_ihi {
  overflow-wrap: break-word;
  color: #445750;
  font-size: 12px;
  line-height: 1.55;
  max-width: 200px;
}.dlo-ft_col_title_ihi {
  font-size: 12px;
  margin-bottom: 0.875rem;
  font-weight: 700;
  color: #8FAF9A;
  letter-spacing: .07em;
  text-transform: uppercase;
}.dlo-ft_col_links_ihi {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.dlo-ft_col_link_ihi {
  transition: color .2s;
  color: #445750;
  overflow-wrap: break-word;
  font-size: 13px;
}.dlo-ft_col_link_ihi:hover {
  color: #C8DDD1;
}.dlo-ft_apps_ihi {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.dlo-ft_app_card_ihi {
  border-radius: 0.25rem;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.05);
  gap: 0.625rem;
  padding: 10px 12px;
  display: flex;
  align-items: center;
}.dlo-ft_app_card_ihi:hover {
  border-color: rgba(0,220,82,0.38);
}.dlo-ft_app_card_ic_ihi svg {
  height: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.375rem;
}.dlo-ft_app_card_os_ihi {
  color: #445750;
  font-weight: 600;
  font-size: 0.625rem;
}.dlo-ft_app_card_action_ihi {
  font-weight: 700;
  color: #C8DDD1;
  font-size: 0.75rem;
}.dlo-ft_bot_ihi {
  padding: 1.25rem 1rem;
}
@media(min-width: 769px) {.dlo-ft_bot_ihi {
  padding: 20px 1.5rem;
}
}.dlo-ft_bot_in_ihi {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  align-items: center;
  max-width: 83.75rem;
  flex-wrap: wrap;
}.dlo-ft_socials_ihi {
  gap: 8px;
  display: flex;
}.dlo-ft_soc_ihi {
  border-radius: 4px;
  transition: background .2s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  justify-content: center;
  width: 36px;
  color: #8FAF9A;
  align-items: center;
  height: 2.25rem;
  display: flex;
}.dlo-ft_soc_ihi svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
  width: 16px;
}.dlo-ft_soc_ihi:hover {
  background: rgba(255,255,255,0.07);
}.dlo-ft_legal_ihi {
  flex: 1;
  color: #5A7268;
  font-size: 11px;
  overflow-wrap: break-word;
  line-height: 1.6;
  min-width: 200px;
}.dlo-ft_legal_ihi strong {
  font-weight: 700;
  color: #8FAF9A;
}.dlo-ft_legal_ihi a {
  text-decoration: underline;
  color: #8FAF9A;
}.dlo-ft_age_ihi {
  border: 2px solid #5A7268;
  border-radius: 50%;
  display: flex;
  height: 32px;
  font-weight: 800;
  margin-left: auto;
  color: #5A7268;
  align-items: center;
  justify-content: center;
  width: 2rem;
  font-size: 0.688rem;
  flex-shrink: 0;
}