*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #080D1A;
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  color: #C2CDEA;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  text-decoration: none;
  color: inherit;
}button {
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.olp_layout-esa {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.olp_page-esa {
  min-height: 100vh;
  display: flex;
}.olp_main-esa {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media(min-width: 1082px) {.olp_main-esa {
  padding-left: 220px;
}
}
@media(max-width: 1076px) {.olp_main-esa {
  padding-bottom: 4.5rem;
}
}.olp_gc-esa {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  background: #0C1220;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  cursor: pointer;
  flex-shrink: 0;
  width: 8.75rem;
  position: relative;
}
@media(min-width: 641px) {.olp_gc-esa {
  width: 156px;
}
}
@media(min-width: 1078px) {.olp_gc-esa {
  width: 10.5rem;
}
}.olp_gc-esa:hover {
  transform: translateY(-3px);
  border-color: rgba(26, 107, 255, 0.07);
}.olp_gc_img-esa {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.olp_gc_img-esa img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.olp_gc_hover-esa {
  transition: opacity .2s;
  background: rgba(4, 6, 9, 0.72);
  inset: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: flex;
}.olp_gc-esa:hover .olp_gc_hover-esa {
  opacity: 1;
}.olp_gc_hover_btn-esa {
  background: #1A6BFF;
  border-radius: 0.375rem;
  padding: 0.5rem 16px;
  color: #EEF2FF;
  font-weight: 700;
  font-size: 0.75rem;
}.olp_gc_info-esa {
  padding: 8px 10px 0.625rem;
}.olp_gc_name-esa {
  overflow: hidden;
  font-size: 0.75rem;
  white-space: nowrap;
  max-width: 100%;
  margin-bottom: 3px;
  font-weight: 600;
  text-overflow: ellipsis;
  color: #C2CDEA;
}.olp_gc_prov-esa {
  color: #3D4D6E;
  font-size: 10px;
}.olp_gc_tag-esa {
  padding: 2px 7px;
  border-radius: 4px;
  top: 0.375rem;
  left: 0.375rem;
  position: absolute;
  z-index: 2;
  font-weight: 700;
  font-size: 0.563rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}.olp_gc_tag_hot-esa {
  background: #E52222;
  color: #fff;
}.olp_gc_tag_new-esa {
  background: #1AC96A;
  color: #080D1A;
}.olp_gc_tag_jp-esa {
  background: #F0B429;
  color: #080D1A;
}.olp_gc_tag_ex-esa {
  background: #2C44D4;
  color: #fff;
}.olp_gc_tag_live-esa {
  background: #E52222;
  color: #fff;
}.olp_gr-esa {
  padding: 2rem 1rem 0;
  background: #080D1A;
}
@media(min-width: 769px) {.olp_gr-esa {
  padding: 2.25rem 1.5rem 0;
}
}.olp_gr_in-esa {
  margin: 0 auto;
  max-width: 1320px;
}.olp_gr_head-esa {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.olp_gr_head_l-esa {
  gap: 10px;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}.olp_gr_ic-esa {
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  flex-shrink: 0;
  height: 32px;
}.olp_gr_ic-esa svg {
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.olp_gr_title-esa {
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #EEF2FF;
  font-size: 16px;
  font-weight: 700;
}
@media(min-width: 765px) {.olp_gr_title-esa {
  font-size: 1.125rem;
}
}.olp_gr_more-esa {
  transition: color .2s;
  gap: 0.313rem;
  font-size: 12px;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  font-weight: 600;
  white-space: nowrap;
  color: #5F6F96;
}.olp_gr_more-esa:hover {
  color: #1A6BFF;
}.olp_gr_more-esa svg {
  stroke-linecap: round;
  width: 0.75rem;
  stroke-linejoin: round;
  height: 0.75rem;
}.olp_gr_arrows-esa {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.olp_gr_arr-esa {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border-radius: 0.375rem;
  height: 1.875rem;
  justify-content: center;
  width: 1.875rem;
  color: #8A9ABF;
  display: flex;
  align-items: center;
}.olp_gr_arr-esa:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EEF2FF;
}.olp_gr_arr-esa svg {
  height: 13px;
  stroke-linecap: round;
  width: 13px;
  stroke-linejoin: round;
}.olp_gr_seo_h-esa {
  margin: 0 0 6px;
  color: #C2CDEA;
  max-width: 680px;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.olp_gr_seo_h-esa {
  font-size: 0.875rem;
}
}.olp_gr_seo-esa {
  max-width: 42.5rem;
  font-size: 12px;
  line-height: 1.55;
  color: #5F6F96;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
}.olp_gr_seo-esa strong {
  color: #C2CDEA;
  font-weight: 600;
}.olp_gr_scroll-esa {
  gap: 10px;
  scrollbar-width: none;
  padding-bottom: 10px;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.olp_gr_scroll-esa::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.olp_gr_scroll-esa {
  gap: 12px;
}
}.olp_tb-esa {
  background: #080D1A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  align-items: center;
  display: flex;
  position: fixed;
  left: 0;
  z-index: 80;
  right: 0;
  height: 56px;
  top: 0;
}.olp_tb_in-esa {
  gap: 0;
  padding: 0 14px;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}.olp_tb_burger-esa {
  border-radius: 10px;
  gap: 5px;
  display: flex;
  justify-content: center;
  width: 38px;
  margin-right: 0.5rem;
  align-items: center;
  flex-direction: column;
  height: 2.375rem;
  flex-shrink: 0;
}.olp_tb_burger-esa:hover {
  background: rgba(255, 255, 255, 0.05);
}.olp_tb_burger_line-esa {
  border-radius: 1px;
  background: #8A9ABF;
  display: block;
  width: 18px;
  height: 2px;
}
@media(min-width: 1081px) {.olp_tb_burger-esa {
  display: none;
}
}.olp_tb_logo-esa {
  gap: 9px;
  margin-right: 1.25rem;
  color: #EEF2FF;
  flex-shrink: 0;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  font-size: 18px;
  align-items: center;
  display: flex;
  font-weight: 800;
}.olp_tb_logo_mark-esa {
  border-radius: 0.625rem;
  overflow: hidden;
  display: flex;
  width: 2rem;
  justify-content: center;
  align-items: center;
  height: 32px;
}.olp_tb_logo_mark-esa img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.olp_tb_nav-esa {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width:640px) {.olp_tb_nav-esa {
  display: flex;
}
}.olp_tb_tab-esa {
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 10px;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 600;
  color: #8A9ABF;
}.olp_tb_tab-esa:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEF2FF;
}.olp_tb_tab-esa.olp_state_active-esa {
  background: rgba(26, 107, 255, 0.18);
  color: #EEF2FF;
}.olp_tb_right-esa {
  gap: 8px;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
}.olp_tb_login-esa {
  padding: 9px 16px;
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #C2CDEA;
  display: none;
  font-weight: 600;
  font-size: 13px;
}.olp_tb_login-esa:hover {
  border-color: rgba(26, 107, 255, 0.55);
  color: #EEF2FF;
}
@media(min-width: 482px) {.olp_tb_login-esa {
  display: block;
}
}.olp_tb_reg-esa {
  background: #1AC96A;
  border-radius: 10px;
  padding: 0.563rem 18px;
  transition: background .2s;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  color: #05090F;
}.olp_tb_reg-esa:hover {
  background: #22E276;
}.olp_sb-esa {
  transform: translateX(-100%);
  background: #101828;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  z-index: 70;
  position: fixed;
  bottom: 0;
  top: 56px;
  overflow-y: auto;
  left: 0;
  width: 220px;
}.olp_sb-esa.olp_state_open-esa {
  transform: translateX(0);
}.olp_sb-esa::-webkit-scrollbar {
  width: 0.25rem;
}.olp_sb-esa::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1078px) {.olp_sb-esa {
  transform: translateX(0);
}
}.olp_sb_auth-esa {
  padding: 0.875rem 12px 10px;
}.olp_sb_btn_reg-esa {
  padding: 0.688rem;
  transition: background .2s;
  background: #1AC96A;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #05090F;
}.olp_sb_btn_reg-esa:hover {
  background: #22E276;
}.olp_sb_btn_login-esa {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  padding: 0.625rem;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  font-size: 0.813rem;
  color: #C2CDEA;
  display: block;
  font-weight: 600;
}.olp_sb_btn_login-esa:hover {
  border-color: rgba(26, 107, 255, 0.55);
  color: #EEF2FF;
}.olp_sb_promo-esa {
  margin: 0 0.75rem 10px;
  border-radius: 0.625rem;
  border: 1px solid rgba(26, 107, 255, 0.18);
  overflow: hidden;
  padding: 12px 14px;
  background: linear-gradient(135deg,#0A1840,#101828);
  position: relative;
}.olp_sb_promo-esa::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(26, 107, 255, 0.18),transparent 70%);
  top: -20px;
  height: 80px;
  content: '';
  position: absolute;
  right: -1.25rem;
  width: 5rem;
}.olp_sb_promo_title-esa {
  font-weight: 700;
  color: #1A6BFF;
  letter-spacing: .06em;
  margin-bottom: 0.25rem;
  font-size: 0.688rem;
  text-transform: uppercase;
}.olp_sb_promo_text-esa {
  color: #EEF2FF;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: break-word;
  font-size: 12px;
}.olp_sb_promo_sub-esa {
  margin-top: 3px;
  color: #5F6F96;
  font-size: 10px;
}.olp_sb_nav-esa {
  padding: 0.375rem 0.5rem 1rem;
}.olp_sb_nav_lb-esa {
  padding: 10px 8px 6px;
  color: #3D4D6E;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.olp_sb_link-esa {
  gap: 0.625rem;
  border-radius: 6px;
  transition: background .15s,color .15s;
  padding: 9px 10px;
  cursor: pointer;
  overflow-wrap: break-word;
  color: #8A9ABF;
  align-items: center;
  font-size: 13px;
  display: flex;
  font-weight: 500;
}.olp_sb_link-esa:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEF2FF;
}.olp_sb_link-esa.olp_state_active-esa {
  background: rgba(26, 107, 255, 0.18);
  color: #EEF2FF;
}.olp_sb_ic-esa {
  border-radius: 0.375rem;
  align-items: center;
  display: flex;
  height: 30px;
  width: 1.875rem;
  justify-content: center;
  flex-shrink: 0;
}.olp_sb_ic-esa svg {
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
}.olp_sb_ic_1-esa {
  background: rgba(26, 107, 255, 0.07);
  color: #1A6BFF;
}.olp_sb_ic_2-esa {
  background: rgba(26, 201, 106, 0.15);
  color: #1AC96A;
}.olp_sb_ic_3-esa {
  background: rgba(240, 180, 41, 0.16);
  color: #F0B429;
}.olp_sb_ic_4-esa {
  background: rgba(44, 68, 212, 0.22);
  color: #2C44D4;
}.olp_sb_ic_5-esa {
  background: rgba(26, 107, 255, 0.07);
  color: #E8407A;
}.olp_sb_ic_6-esa {
  background: rgba(44, 68, 212, 0.22);
  color: #7B3FE4;
}.olp_sb_badge-esa {
  padding: 2px 7px;
  background: #F0B429;
  border-radius: 0.375rem;
  font-weight: 700;
  color: #05090F;
  font-size: 9px;
  margin-left: auto;
}.olp_sb_bot-esa {
  padding: 12px;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.olp_sb_lang-esa,.olp_sb_help-esa {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color .2s;
  padding: 0.563rem 0.375rem;
  gap: 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  color: #8A9ABF;
  font-weight: 600;
  font-size: 0.688rem;
  justify-content: center;
}.olp_sb_lang-esa:hover,.olp_sb_help-esa:hover {
  border-color: rgba(26, 107, 255, 0.55);
  color: #EEF2FF;
}.olp_sb_lang-esa svg,.olp_sb_help-esa svg {
  stroke-linejoin: round;
  height: 13px;
  stroke-linecap: round;
  width: 13px;
}.olp_sb_bd-esa {
  background: rgba(4, 6, 9, 0.72);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.olp_sb_bd-esa.olp_state_on-esa {
  display: block;
}
@media(min-width: 1078px) {.olp_sb_bd-esa {
  display: none!important;
}
}.olp_mob_nav-esa {
  background: #101828;
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  z-index: 80;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
@media(min-width: 1077px) {.olp_mob_nav-esa {
  display: none;
}
}.olp_mob_nav_item-esa {
  flex: 1;
  padding: 4px 2px;
  gap: 0.25rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  color: #3D4D6E;
  flex-direction: column;
}.olp_mob_nav_ic-esa {
  line-height: 1;
}.olp_mob_nav_ic-esa svg {
  stroke-linecap: round;
  height: 1.25rem;
  stroke-linejoin: round;
  width: 20px;
}.olp_mob_nav_lb-esa {
  color: #3D4D6E;
  font-size: 10px;
  font-weight: 600;
}.olp_mob_nav_item-esa.olp_state_active-esa {
  color: #1A6BFF;
}.olp_mob_nav_item-esa.olp_state_active-esa .olp_mob_nav_lb-esa {
  color: #1A6BFF;
}.olp_hero-esa {
  padding: 1.25rem 1rem 0;
  background: #080D1A;
}
@media(min-width: 770px) {.olp_hero-esa {
  padding: 1.5rem 1.5rem 0;
}
}.olp_hero_in-esa {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 861px) {.olp_hero_in-esa {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.olp_hero_in-esa {
  grid-template-columns: 1fr 21.25rem;
}
}.olp_hero_promo-esa {
  border-radius: 16px;
  overflow: hidden;
  background: #0C1220;
  display: flex;
  position: relative;
  align-items: stretch;
  min-height: 13.75rem;
}
@media(min-width: 769px) {.olp_hero_promo-esa {
  min-height: 17.5rem;
}
}.olp_hero_promo_bg-esa {
  inset: 0;
  background: linear-gradient(120deg,#0A1840 0%,#080D1A 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.olp_hero_promo_bg-esa::after {
  background: linear-gradient(90deg,#080D1A 0%,rgba(4, 6, 9, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.olp_hero_promo_glow-esa {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(44, 68, 212, 0.22) 0%,transparent 65%);
  height: 18.75rem;
  pointer-events: none;
  top: -40px;
  position: absolute;
  right: 3.75rem;
  width: 300px;
}.olp_hero_promo_ct-esa {
  padding: 28px 1.5rem 1.75rem 28px;
  justify-content: center;
  max-width: 480px;
  position: relative;
  z-index: 2;
  flex-direction: column;
  display: flex;
}
@media(min-width: 769px) {.olp_hero_promo_ct-esa {
  padding: 40px 2rem;
}
}.olp_hero_badge-esa {
  background: rgba(26, 107, 255, 0.18);
  padding: 0.313rem 12px;
  border: 1px solid rgba(26, 107, 255, 0.07);
  border-radius: 1.25rem;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  font-size: 0.625rem;
  margin-bottom: 0.875rem;
  color: #1A6BFF;
  letter-spacing: .08em;
}.olp_hero_h1-esa {
  margin-bottom: 10px;
  line-height: 1.15;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.625rem;
  color: #EEF2FF;
}.olp_hero_h1-esa em {
  color: #F0B429;
  font-style: normal;
}
@media(min-width: 765px) {.olp_hero_h1-esa {
  font-size: 2.25rem;
}
}.olp_hero_sub-esa {
  font-size: 13px;
  line-height: 1.55;
  color: #8A9ABF;
  margin-bottom: 20px;
}
@media(min-width: 765px) {.olp_hero_sub-esa {
  font-size: 0.875rem;
}
}.olp_hero_row-esa {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.olp_hero_cta-esa {
  padding: 13px 26px;
  background: #1AC96A;
  transition: background .2s;
  border-radius: 0.625rem;
  color: #05090F;
  box-shadow: 4px 0.25rem 0px #0A7A3C, 0 0 14px rgba(26, 201, 106, 0.40);
  font-weight: 700;
  font-size: 14px;
}.olp_hero_cta-esa:hover {
  background: #22E276;
}.olp_hero_terms-esa {
  color: #3D4D6E;
  font-size: 11px;
}.olp_hero_game-esa {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  background: #0C1220;
  overflow: hidden;
  display: flex;
  position: relative;
  flex-direction: column;
}.olp_hero_game_badge-esa {
  padding: 5px 0.625rem;
  background: rgba(240, 180, 41, 0.16);
  border-radius: 1.25rem;
  border: 1px solid rgba(240, 180, 41, 0.16);
  font-size: 10px;
  left: 0.75rem;
  top: 12px;
  position: absolute;
  color: #F0B429;
  font-weight: 700;
  z-index: 3;
  text-transform: uppercase;
  letter-spacing: .06em;
}.olp_hero_game_badge-esa svg {
  height: 0.688rem;
  margin-right: 4px;
  vertical-align: -1px;
  width: 11px;
}.olp_hero_game_img-esa {
  background: linear-gradient(135deg,#0A1840,#080D1A);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.olp_hero_game_img-esa img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.olp_hero_game_play-esa {
  background: rgba(4, 6, 9, 0.72);
  inset: 0;
  transition: opacity .2s;
  justify-content: center;
  display: flex;
  align-items: center;
  opacity: 0;
  position: absolute;
}.olp_hero_game-esa:hover .olp_hero_game_play-esa {
  opacity: 1;
}.olp_hero_game_play-esa span {
  border-radius: 50%;
  background: #1A6BFF;
  display: flex;
  height: 52px;
  justify-content: center;
  width: 52px;
  align-items: center;
}.olp_hero_game_play-esa span svg {
  height: 1.125rem;
  width: 18px;
  margin-left: 2px;
}.olp_hero_game_info-esa {
  padding: 0.875rem 1rem;
}.olp_hero_game_title-esa {
  font-weight: 700;
  color: #EEF2FF;
  margin-bottom: 0.25rem;
  font-size: 15px;
  overflow-wrap: break-word;
}.olp_hero_game_provider-esa {
  color: #5F6F96;
  font-size: 11px;
}.olp_hero_game_btn-esa {
  border-radius: 10px;
  background: #1A6BFF;
  padding: 0.688rem;
  margin: 12px 16px 16px;
  transition: background .2s;
  color: #EEF2FF;
  text-align: center;
  display: block;
  font-size: 0.813rem;
  font-weight: 700;
}.olp_hero_game-esa:hover .olp_hero_game_btn-esa {
  background: #4588FF;
}.olp_sbar-esa {
  background: #080D1A;
  padding: 1rem 1rem 0;
}
@media(min-width: 771px) {.olp_sbar-esa {
  padding: 1.125rem 1.5rem 0;
}
}.olp_sbar_in-esa {
  margin: 0 auto;
  max-width: 1320px;
}.olp_sbar_row-esa {
  gap: 10px;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}.olp_sbar_input-esa {
  gap: 10px;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 11px 1rem;
  border-radius: 0.625rem;
  background: #0C1220;
  transition: border-color .2s;
  cursor: pointer;
  align-items: center;
  display: flex;
  color: #5F6F96;
  font-size: 13px;
}.olp_sbar_input-esa:hover {
  border-color: rgba(26, 107, 255, 0.55);
}.olp_sbar_input-esa svg {
  stroke-linejoin: round;
  flex-shrink: 0;
  stroke-linecap: round;
  height: 0.938rem;
  width: 15px;
}.olp_sbar_providers-esa {
  gap: 0.5rem;
  padding: 11px 18px;
  background: #0C1220;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  border-radius: 10px;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #C2CDEA;
}.olp_sbar_providers-esa:hover {
  border-color: rgba(26, 107, 255, 0.55);
  color: #EEF2FF;
}.olp_sbar_providers-esa svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.875rem;
  height: 0.875rem;
}.olp_sbar_tabs-esa {
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 2px;
  display: flex;
  scrollbar-width: none;
}.olp_sbar_tabs-esa::-webkit-scrollbar {
  display: none;
}.olp_sbar_tab-esa {
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 7px;
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 0.875rem;
  border-radius: 1.25rem;
  font-size: 12px;
  color: #8A9ABF;
  font-weight: 600;
  flex-shrink: 0;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
}.olp_sbar_tab-esa:hover {
  border-color: rgba(26, 107, 255, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #EEF2FF;
}.olp_sbar_tab-esa.olp_state_active-esa {
  background: rgba(26, 107, 255, 0.18);
  border-color: rgba(26, 107, 255, 0.07);
  color: #EEF2FF;
}.olp_sbar_tab_ic-esa svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.875rem;
  height: 0.875rem;
}.olp_gcg-esa {
  background: #080D1A;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.olp_gcg-esa {
  padding: 2.75rem 24px 0;
}
}.olp_gcg_in-esa {
  margin: 0 auto;
  max-width: 1320px;
}.olp_gcg_head-esa {
  max-width: 45rem;
  margin-bottom: 20px;
}.olp_gcg_label-esa {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1A6BFF;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.olp_gcg_h2-esa {
  font-weight: 800;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #EEF2FF;
}
@media(min-width: 767px) {.olp_gcg_h2-esa {
  font-size: 28px;
}
}.olp_gcg_intro-esa {
  color: #5F6F96;
  line-height: 1.6;
  font-size: 0.813rem;
}.olp_gcg_grid-esa {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.olp_gcg_grid-esa {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.olp_gcg_grid-esa {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.olp_gcg_card-esa {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.25rem;
  border-radius: 16px;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  display: flex;
  min-height: 15rem;
}.olp_gcg_card-esa:hover {
  transform: translateY(-3px);
  border-color: rgba(26, 107, 255, 0.18);
}.olp_gcg_card_bg-esa {
  inset: 0;
  position: absolute;
  z-index: 0;
}.olp_gcg_card_bg-esa::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.olp_gcg_card_ic-esa {
  background: rgba(0,0,0,.45);
  border-radius: 0.375rem;
  color: #EEF2FF;
  right: 18px;
  z-index: 2;
  top: 1.125rem;
  position: absolute;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 2.5rem;
}.olp_gcg_card_ic-esa svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.25rem;
  width: 1.25rem;
}.olp_gcg_card_ct-esa {
  z-index: 1;
  position: relative;
}.olp_gcg_card_h-esa {
  color: #EEF2FF;
  line-height: 1.2;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.olp_gcg_card_h-esa {
  font-size: 20px;
}
}.olp_gcg_card_p-esa {
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.55;
}.olp_gcg_card_p-esa strong {
  color: #EEF2FF;
  font-weight: 600;
}.olp_gcg_card_cta-esa {
  gap: 4px;
  font-weight: 700;
  color: #1A6BFF;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
  display: inline-flex;
  align-items: center;
}.olp_gcg_card_cta-esa svg {
  width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
}.olp_ws-esa {
  background: #080D1A;
  padding: 2rem 16px 0;
}
@media(min-width: 767px) {.olp_ws-esa {
  padding: 36px 1.5rem 0;
}
}.olp_ws_in-esa {
  margin: 0 auto;
  max-width: 1320px;
}.olp_ws_head-esa {
  gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.875rem;
}.olp_ws_title-esa {
  gap: 0.625rem;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 1rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  display: flex;
  color: #EEF2FF;
  flex-wrap: wrap;
}.olp_ws_title_ic-esa svg {
  width: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
  color: #F0B429;
}.olp_ws_online-esa {
  gap: 0.438rem;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  display: flex;
  color: #5F6F96;
}.olp_ws_online_dot-esa {
  border-radius: 50%;
  background: #1AC96A;
  flex-shrink: 0;
  width: 0.5rem;
  box-shadow: 0 0 6px rgba(26, 201, 106, 0.15);
  height: 0.5rem;
}.olp_ws_scroll-esa {
  gap: 0.5rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
}.olp_ws_scroll-esa::-webkit-scrollbar {
  display: none;
}.olp_wc-esa {
  padding: 0.625rem 14px;
  background: #0C1220;
  border-radius: 0.625rem;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  align-items: center;
  min-width: 220px;
  flex-shrink: 0;
}.olp_wc_img-esa {
  border-radius: 6px;
  background: #101828;
  overflow: hidden;
  flex-shrink: 0;
  height: 2.25rem;
  width: 2.25rem;
}.olp_wc_img-esa img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.olp_wc_info-esa {
  min-width: 0;
}.olp_wc_game-esa {
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  font-size: 12px;
  white-space: nowrap;
  color: #C2CDEA;
}.olp_wc_player-esa {
  overflow: hidden;
  color: #3D4D6E;
  white-space: nowrap;
  font-size: 10px;
  text-overflow: ellipsis;
}.olp_wc_amount-esa {
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 0.813rem;
  margin-left: auto;
  font-weight: 700;
  color: #1AC96A;
}.olp_reg-esa {
  background: #080D1A;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.olp_reg-esa {
  padding: 44px 24px 0;
}
}.olp_reg_in-esa {
  border-radius: 1rem;
  background: #101828;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 765px) {.olp_reg_in-esa {
  padding: 40px;
}
}.olp_reg_top-esa {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.olp_reg_top-esa {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.olp_reg_label-esa {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #1A6BFF;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.olp_reg_h2-esa {
  overflow-wrap: break-word;
  color: #EEF2FF;
  line-height: 1.2;
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 767px) {.olp_reg_h2-esa {
  font-size: 28px;
}
}.olp_reg_bonus-esa {
  background: rgba(240, 180, 41, 0.16);
  padding: 10px 16px;
  gap: 0.5rem;
  border: 1px solid rgba(240, 180, 41, 0.16);
  border-radius: 0.625rem;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
}.olp_reg_bonus_amount-esa {
  color: #F0B429;
  font-weight: 800;
  font-size: 20px;
}.olp_reg_bonus_text-esa {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #8A9ABF;
}.olp_reg_cta_btn-esa {
  border-radius: 0.625rem;
  padding: 14px 2rem;
  transition: background .2s;
  background: #1AC96A;
  font-weight: 700;
  margin-bottom: 12px;
  box-shadow: 4px 0.25rem 0px #0A7A3C, 0 0 0.875rem rgba(26, 201, 106, 0.40);
  display: inline-block;
  font-size: 15px;
  color: #05090F;
}.olp_reg_cta_btn-esa:hover {
  background: #22E276;
}.olp_reg_terms-esa {
  line-height: 1.5;
  font-size: 11px;
  color: #3D4D6E;
}.olp_reg_seo-esa {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  color: #5F6F96;
  padding-top: 1.25rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
}.olp_reg_seo-esa p {
  line-height: 1.65;
  color: #5F6F96;
  margin-bottom: 0.625rem;
  font-size: 13px;
}.olp_reg_seo-esa p:last-child {
  margin-bottom: 0;
}.olp_reg_seo-esa strong {
  color: #C2CDEA;
  font-weight: 700;
}.olp_reg_seo-esa a {
  transition: color .2s;
  text-decoration: underline;
  color: #1A6BFF;
}.olp_reg_seo-esa a:hover {
  color: #4588FF;
}.olp_reg_seo-esa ul,.olp_reg_seo-esa ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.olp_reg_seo-esa ol {
  list-style: decimal;
}.olp_reg_seo-esa li {
  line-height: 1.65;
  color: #5F6F96;
  font-size: 13px;
  margin-bottom: 4px;
}.olp_reg_seo-esa table {
  border-collapse: collapse;
  margin-bottom: 0.625rem;
  width: 100%;
  display: block;
  overflow-x: auto;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.olp_reg_seo-esa table {
  display: table;
}
}.olp_reg_seo-esa th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C2CDEA;
}.olp_reg_seo-esa td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #5F6F96;
}.olp_reg_steps-esa {
  gap: 14px;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width: 858px) {.olp_reg_steps-esa {
  margin-top: 0;
}
}.olp_reg_step-esa {
  border-radius: 10px;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.olp_reg_step_num-esa {
  background: rgba(26, 107, 255, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(26, 107, 255, 0.07);
  font-size: 0.875rem;
  font-weight: 800;
  display: flex;
  width: 2.125rem;
  height: 2.125rem;
  color: #1A6BFF;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
}.olp_reg_step_title-esa {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 0.875rem;
  color: #EEF2FF;
}.olp_reg_step_text-esa {
  color: #5F6F96;
  line-height: 1.5;
  font-size: 0.75rem;
}.olp_reg_trust-esa {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
  margin-top: 1.25rem;
}.olp_reg_trust_item-esa {
  gap: 0.438rem;
  color: #5F6F96;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  display: flex;
}.olp_reg_trust_ic-esa svg {
  height: 16px;
  color: #1A6BFF;
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.olp_bon-esa {
  padding: 36px 1rem 0;
  background: #080D1A;
}
@media(min-width:768px) {.olp_bon-esa {
  padding: 44px 24px 0;
}
}.olp_bon_in-esa {
  margin: 0 auto;
  max-width: 82.5rem;
}.olp_bon_head-esa {
  margin-bottom: 20px;
}.olp_bon_label-esa {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  color: #1A6BFF;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.olp_bon_h2-esa {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #EEF2FF;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 769px) {.olp_bon_h2-esa {
  font-size: 24px;
}
}.olp_bon_seo-esa {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #5F6F96;
  font-size: 13px;
  max-width: 38.75rem;
}.olp_bon_seo-esa strong {
  font-weight: 700;
  color: #C2CDEA;
}.olp_bon_seo-esa a {
  text-decoration: underline;
  color: #1A6BFF;
}.olp_bon_grid-esa {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.olp_bon_grid-esa {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.olp_bon_grid-esa {
  grid-template-columns: repeat(5,1fr);
}
}.olp_bon_card-esa {
  border-radius: 10px;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #0C1220;
  padding: 1rem;
}.olp_bon_card-esa:hover {
  transform: translateY(-2px);
  border-color: rgba(26, 107, 255, 0.07);
}.olp_bon_card_ic-esa svg {
  height: 1.625rem;
  stroke-linecap: round;
  width: 26px;
  stroke-linejoin: round;
}.olp_bon_card_ic-esa {
  margin-bottom: 10px;
}.olp_bon_card_type-esa {
  font-size: 10px;
  color: #5F6F96;
  letter-spacing: .06em;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
}.olp_bon_card_amount-esa {
  font-size: 1.125rem;
  font-weight: 800;
  color: #F0B429;
  line-height: 1.1;
  margin-bottom: 0.375rem;
}.olp_bon_card_name-esa {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 600;
  color: #EEF2FF;
  font-size: 0.813rem;
}.olp_bon_card_detail-esa {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  padding-top: 8px;
  font-size: 11px;
  line-height: 1.5;
  color: #3D4D6E;
}.olp_prov-esa {
  background: #080D1A;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.olp_prov-esa {
  padding: 44px 1.5rem 0;
}
}.olp_prov_in-esa {
  margin: 0 auto;
  max-width: 1320px;
}.olp_prov_head-esa {
  margin-bottom: 16px;
}.olp_prov_label-esa {
  margin-bottom: 0.5rem;
  color: #1A6BFF;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
}.olp_prov_h2-esa {
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #EEF2FF;
}
@media(min-width:768px) {.olp_prov_h2-esa {
  font-size: 1.5rem;
}
}.olp_prov_seo-esa {
  overflow-wrap: break-word;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 620px;
  color: #5F6F96;
}.olp_prov_seo-esa strong {
  font-weight: 700;
  color: #C2CDEA;
}.olp_prov_seo-esa a {
  color: #1A6BFF;
  text-decoration: underline;
}.olp_prov_grid-esa {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 643px) {.olp_prov_grid-esa {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.olp_prov_grid-esa {
  grid-template-columns: repeat(8,1fr);
}
}.olp_prov_card-esa {
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s,background .2s;
  border-radius: 10px;
  padding: 14px 0.625rem;
  background: #0C1220;
  gap: 7px;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  display: flex;
}.olp_prov_card-esa:hover {
  background: #101828;
  border-color: rgba(26, 107, 255, 0.55);
}.olp_prov_logo-esa {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  overflow: hidden;
  justify-content: center;
  width: 2.75rem;
  align-items: center;
  height: 2.75rem;
  display: flex;
}.olp_prov_logo-esa img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.olp_prov_name-esa {
  overflow-wrap: break-word;
  font-weight: 600;
  color: #8A9ABF;
  text-align: center;
  font-size: 11px;
}.olp_app-esa {
  background: #080D1A;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.olp_app-esa {
  padding: 2.75rem 1.5rem 0;
}
}.olp_app_in-esa {
  margin: 0 auto;
  max-width: 82.5rem;
}.olp_app_head-esa {
  margin-bottom: 16px;
}.olp_app_label-esa {
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #1A6BFF;
  font-size: 11px;
}.olp_app_h2-esa {
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  color: #EEF2FF;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.olp_app_h2-esa {
  font-size: 1.5rem;
}
}.olp_app_sub-esa {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 37.5rem;
  color: #5F6F96;
  line-height: 1.6;
}.olp_app_sub-esa strong {
  font-weight: 700;
  color: #C2CDEA;
}.olp_app_cards-esa {
  gap: 10px;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.olp_app_cards-esa {
  grid-template-columns: repeat(3,1fr);
}
}.olp_app_card-esa {
  gap: 16px;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}.olp_app_card_ios-esa {
  background: linear-gradient(135deg,rgba(26, 107, 255, 0.18) 0%,#101828 100%);
}.olp_app_card_android-esa {
  background: linear-gradient(135deg,rgba(26, 201, 106, 0.15) 0%,#101828 100%);
}.olp_app_card_win-esa {
  background: linear-gradient(135deg,rgba(240, 180, 41, 0.16) 0%,#101828 100%);
}.olp_app_card_ic-esa svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 2.125rem;
  width: 2.125rem;
}.olp_app_card_ic-esa {
  color: #EEF2FF;
  flex-shrink: 0;
}.olp_app_card_os-esa {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #5F6F96;
  letter-spacing: .08em;
  margin-bottom: 6px;
}.olp_app_card_title-esa {
  font-weight: 700;
  font-size: 0.938rem;
  color: #EEF2FF;
  line-height: 1.2;
  margin-bottom: 6px;
  overflow-wrap: break-word;
}.olp_app_card_text-esa {
  line-height: 1.5;
  color: #5F6F96;
  font-size: 12px;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}.olp_app_card_btn-esa {
  border: 1px solid rgba(26, 107, 255, 0.55);
  transition: background .2s;
  border-radius: 0.375rem;
  padding: 10px 1.125rem;
  background: rgba(255, 255, 255, 0.12);
  gap: 7px;
  align-items: center;
  color: #EEF2FF;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
}.olp_app_card_btn-esa:hover {
  background: rgba(255, 255, 255, 0.07);
}.olp_htp-esa {
  padding: 2.25rem 1rem 0;
  background: #080D1A;
}
@media(min-width: 765px) {.olp_htp-esa {
  padding: 2.75rem 1.5rem 0;
}
}.olp_htp_in-esa {
  margin: 0 auto;
  max-width: 82.5rem;
}.olp_htp_head-esa {
  margin-bottom: 22px;
  max-width: 720px;
}.olp_htp_label-esa {
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #1A6BFF;
  font-size: 0.688rem;
}.olp_htp_h2-esa {
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 800;
  color: #EEF2FF;
}
@media(min-width: 770px) {.olp_htp_h2-esa {
  font-size: 28px;
}
}.olp_htp_intro-esa {
  font-size: 0.875rem;
  color: #5F6F96;
  line-height: 1.6;
}.olp_htp_steps-esa {
  list-style: none;
  margin: 0;
  gap: 12px;
  padding: 0;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.olp_htp_steps-esa {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.olp_htp_steps-esa {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.olp_htp_step-esa {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 20px 18px 1.125rem;
  background: #101828;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}.olp_htp_step_num-esa {
  border-radius: 50%;
  background: #1A6BFF;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  display: flex;
  color: #05090F;
  top: -12px;
  align-items: center;
  width: 28px;
  left: 20px;
  height: 1.75rem;
  font-size: 0.813rem;
  position: absolute;
}.olp_htp_step_ic-esa {
  border-radius: 6px;
  margin: 8px 0 0.75rem;
  background: rgba(26, 107, 255, 0.18);
  align-items: center;
  justify-content: center;
  color: #1A6BFF;
  width: 2.25rem;
  display: flex;
  height: 36px;
}.olp_htp_step_ic-esa svg {
  stroke-linecap: round;
  width: 18px;
  height: 18px;
  stroke-linejoin: round;
}.olp_htp_step_h-esa {
  margin-bottom: 6px;
  line-height: 1.25;
  font-size: 0.875rem;
  color: #EEF2FF;
  font-weight: 700;
  overflow-wrap: break-word;
}.olp_htp_step_p-esa {
  font-size: 0.813rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #5F6F96;
}.olp_htp_step_p-esa strong {
  font-weight: 600;
  color: #C2CDEA;
}.olp_htp_cta-esa {
  background: #1AC96A;
  border-radius: 10px;
  padding: 0.813rem 26px;
  transition: background .2s;
  color: #05090F;
  margin-top: 1.25rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
}.olp_htp_cta-esa:hover {
  background: #22E276;
}.olp_seo-esa {
  padding: 36px 1rem 0;
  background: #080D1A;
}
@media(min-width: 769px) {.olp_seo-esa {
  padding: 2.75rem 1.5rem 0;
}
}.olp_seo_in-esa {
  margin: 0 auto;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1rem;
  background: #101828;
  max-width: 1320px;
}
@media(min-width: 765px) {.olp_seo_in-esa {
  padding: 2.25rem 40px;
}
}.olp_seo_label-esa {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #1A6BFF;
  margin-bottom: 0.625rem;
}.olp_seo_h2-esa {
  font-weight: 800;
  line-height: 1.25;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 14px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #EEF2FF;
}
@media(min-width: 765px) {.olp_seo_h2-esa {
  font-size: 1.5rem;
}
}.olp_seo_body-esa {
  color: #8A9ABF;
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.75;
}.olp_seo_body-esa p {
  color: #8A9ABF;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}.olp_seo_body-esa p:last-child {
  margin-bottom: 0;
}.olp_seo_body-esa strong {
  color: #C2CDEA;
  font-weight: 700;
}.olp_seo_body-esa a {
  transition: color .2s;
  text-decoration: underline;
  color: #1A6BFF;
}.olp_seo_body-esa a:hover {
  color: #4588FF;
}.olp_seo_body-esa ul,.olp_seo_body-esa ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.olp_seo_body-esa ol {
  list-style: decimal;
}.olp_seo_body-esa li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #8A9ABF;
  line-height: 1.75;
}.olp_seo_body-esa table {
  display: block;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 12px;
  border-collapse: collapse;
  font-size: 0.813rem;
}
@media(min-width:768px) {.olp_seo_body-esa table {
  display: table;
}
}.olp_seo_body-esa th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #C2CDEA;
}.olp_seo_body-esa td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8A9ABF;
}.olp_seo_cols-esa {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.olp_seo_cols-esa {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.olp_seo_cols-esa {
  grid-template-columns: repeat(3,1fr);
}
}.olp_seo_col_h-esa {
  font-weight: 700;
  color: #C2CDEA;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
}.olp_seo_col_p-esa {
  font-size: 13px;
  line-height: 1.65;
  color: #5F6F96;
  overflow-wrap: break-word;
}.olp_seo_stats-esa {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.olp_seo_stat-esa {
  border: 1px solid rgba(26, 107, 255, 0.18);
  padding: 14px 16px;
  border-radius: 10px;
  flex: 1;
  background: rgba(26, 107, 255, 0.07);
  min-width: 140px;
}.olp_seo_stat_val-esa {
  font-weight: 800;
  color: #1A6BFF;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}.olp_seo_stat_lb-esa {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #5F6F96;
}.olp_rv-esa {
  background: #080D1A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.olp_rv-esa {
  padding: 2.75rem 1.5rem 0;
}
}.olp_rv_in-esa {
  margin: 0 auto;
  max-width: 1320px;
}.olp_rv_head-esa {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.olp_rv_label-esa {
  margin-bottom: 8px;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1A6BFF;
  letter-spacing: .08em;
}.olp_rv_h2-esa {
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #EEF2FF;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 22px;
}
@media(min-width:768px) {.olp_rv_h2-esa {
  font-size: 28px;
}
}.olp_rv_stats-esa {
  gap: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  color: #5F6F96;
}.olp_rv_stats_score-esa {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.olp_rv_stats_score_val-esa {
  font-size: 22px;
  color: #F0B429;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
}.olp_rv_stats_score_max-esa {
  font-size: 13px;
  color: #3D4D6E;
}.olp_rv_stats_badge-esa {
  gap: 4px;
  align-items: center;
  display: flex;
}.olp_rv_stats_badge-esa svg {
  width: 0.875rem;
  height: 14px;
  color: #F0B429;
}.olp_rv_grid-esa {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.olp_rv_grid-esa {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.olp_rv_grid-esa {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.olp_rv_card-esa {
  border-radius: 10px;
  background: #101828;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  flex-direction: column;
}.olp_rv_card_stars-esa {
  gap: 2px;
  display: flex;
  color: #F0B429;
  margin-bottom: 0.625rem;
}.olp_rv_card_stars-esa svg {
  height: 0.875rem;
  width: 0.875rem;
}.olp_rv_card_h-esa {
  line-height: 1.3;
  font-weight: 700;
  font-size: 14px;
  color: #EEF2FF;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}.olp_rv_card_body-esa {
  flex: 1;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #5F6F96;
  margin-bottom: 14px;
}.olp_rv_card_body-esa strong {
  font-weight: 600;
  color: #C2CDEA;
}.olp_rv_card_meta-esa {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  padding-top: 0.75rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}.olp_rv_card_author-esa {
  color: #C2CDEA;
  font-size: 0.75rem;
  font-weight: 600;
}.olp_rv_card_date-esa {
  color: #3D4D6E;
  font-size: 0.688rem;
}.olp_faq-esa {
  background: #080D1A;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.olp_faq-esa {
  padding: 2.75rem 1.5rem 0;
}
}.olp_faq_in-esa {
  margin: 0 auto;
  max-width: 82.5rem;
}.olp_faq_head-esa {
  margin-bottom: 20px;
}.olp_faq_label-esa {
  font-weight: 700;
  font-size: 11px;
  color: #1A6BFF;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.olp_faq_h2-esa {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #EEF2FF;
}
@media(min-width: 771px) {.olp_faq_h2-esa {
  font-size: 1.5rem;
}
}.olp_faq_list-esa {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.olp_faq_item-esa {
  border-radius: 0.625rem;
  overflow: hidden;
  background: #101828;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.olp_faq_q-esa {
  gap: 12px;
  transition: color .2s;
  padding: 1rem 20px;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #C2CDEA;
  overflow-wrap: break-word;
}.olp_faq_q-esa:hover {
  color: #EEF2FF;
}.olp_faq_q_ic-esa {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  width: 24px;
  color: #1A6BFF;
  font-size: 16px;
  display: flex;
}.olp_faq_item-esa.olp_state_open-esa .olp_faq_q_ic-esa {
  transform: rotate(45deg);
}.olp_faq_a-esa {
  padding: 0 20px 16px;
  line-height: 1.7;
  display: none;
  color: #5F6F96;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.olp_faq_item-esa.olp_state_open-esa .olp_faq_a-esa {
  display: block;
}.olp_faq_a-esa strong {
  color: #C2CDEA;
  font-weight: 700;
}.olp_faq_a-esa a {
  text-decoration: underline;
  color: #1A6BFF;
}.olp_faq_a-esa ul,.olp_faq_a-esa ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.olp_faq_a-esa ol {
  list-style: decimal;
}.olp_faq_a-esa li {
  line-height: 1.6;
  margin-bottom: 4px;
}.olp_faq_a-esa table {
  margin: 0.5rem 0;
  display: block;
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 767px) {.olp_faq_a-esa table {
  display: table;
}
}.olp_faq_a-esa th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C2CDEA;
  font-weight: 700;
  text-align: left;
}.olp_faq_a-esa td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #5F6F96;
}.olp_seo-esa {
  padding: 36px 16px 0;
  background: #080D1A;
}
@media(min-width: 771px) {.olp_seo-esa {
  padding: 2.75rem 1.5rem 0;
}
}.olp_seo_in-esa {
  background: #101828;
  margin: 0 auto;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.olp_seo_in-esa {
  padding: 36px 2.5rem;
}
}.olp_seo_label-esa {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #1A6BFF;
  letter-spacing: .08em;
}.olp_seo_h2-esa {
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.25;
  font-weight: 800;
  font-size: 20px;
  color: #EEF2FF;
  margin-bottom: 0.875rem;
}
@media(min-width: 767px) {.olp_seo_h2-esa {
  font-size: 1.5rem;
}
}.olp_seo_body-esa {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8A9ABF;
}.olp_seo_body-esa p {
  color: #8A9ABF;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.75;
}.olp_seo_body-esa p:last-child {
  margin-bottom: 0;
}.olp_seo_body-esa strong {
  color: #C2CDEA;
  font-weight: 700;
}.olp_seo_body-esa a {
  transition: color .2s;
  color: #1A6BFF;
  text-decoration: underline;
}.olp_seo_body-esa a:hover {
  color: #4588FF;
}.olp_seo_body-esa ul,.olp_seo_body-esa ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.olp_seo_body-esa ol {
  list-style: decimal;
}.olp_seo_body-esa li {
  line-height: 1.75;
  color: #8A9ABF;
  font-size: 14px;
  margin-bottom: 0.375rem;
}.olp_seo_body-esa table {
  font-size: 0.813rem;
  border-collapse: collapse;
  width: 100%;
  display: block;
  margin-bottom: 12px;
  overflow-x: auto;
}
@media(min-width: 771px) {.olp_seo_body-esa table {
  display: table;
}
}.olp_seo_body-esa th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C2CDEA;
  font-weight: 700;
}.olp_seo_body-esa td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #8A9ABF;
}.olp_seo_cols-esa {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width:640px) {.olp_seo_cols-esa {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.olp_seo_cols-esa {
  grid-template-columns: repeat(3,1fr);
}
}.olp_seo_col_h-esa {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  color: #C2CDEA;
  margin-bottom: 7px;
}.olp_seo_col_p-esa {
  line-height: 1.65;
  font-size: 13px;
  color: #5F6F96;
  overflow-wrap: break-word;
}.olp_seo_stats-esa {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.olp_seo_stat-esa {
  background: rgba(26, 107, 255, 0.07);
  padding: 0.875rem 1rem;
  flex: 1;
  border-radius: 0.625rem;
  border: 1px solid rgba(26, 107, 255, 0.18);
  min-width: 140px;
}.olp_seo_stat_val-esa {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #1A6BFF;
  font-weight: 800;
  font-size: 1.25rem;
}.olp_seo_stat_lb-esa {
  font-size: 11px;
  color: #5F6F96;
  overflow-wrap: break-word;
}.olp_seo-esa {
  background: #080D1A;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.olp_seo-esa {
  padding: 2.75rem 24px 0;
}
}.olp_seo_in-esa {
  padding: 28px 1.5rem;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #101828;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.olp_seo_in-esa {
  padding: 2.25rem 2.5rem;
}
}.olp_seo_label-esa {
  margin-bottom: 10px;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #1A6BFF;
  font-weight: 700;
  text-transform: uppercase;
}.olp_seo_h2-esa {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-size: 20px;
  line-height: 1.25;
  color: #EEF2FF;
}
@media(min-width: 765px) {.olp_seo_h2-esa {
  font-size: 1.5rem;
}
}.olp_seo_body-esa {
  overflow-wrap: break-word;
  color: #8A9ABF;
  line-height: 1.75;
  font-size: 0.875rem;
}.olp_seo_body-esa p {
  font-size: 14px;
  line-height: 1.75;
  color: #8A9ABF;
  margin-bottom: 0.75rem;
}.olp_seo_body-esa p:last-child {
  margin-bottom: 0;
}.olp_seo_body-esa strong {
  font-weight: 700;
  color: #C2CDEA;
}.olp_seo_body-esa a {
  transition: color .2s;
  text-decoration: underline;
  color: #1A6BFF;
}.olp_seo_body-esa a:hover {
  color: #4588FF;
}.olp_seo_body-esa ul,.olp_seo_body-esa ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.olp_seo_body-esa ol {
  list-style: decimal;
}.olp_seo_body-esa li {
  color: #8A9ABF;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.75;
}.olp_seo_body-esa table {
  display: block;
  font-size: 13px;
  margin-bottom: 0.75rem;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 767px) {.olp_seo_body-esa table {
  display: table;
}
}.olp_seo_body-esa th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  color: #C2CDEA;
  text-align: left;
}.olp_seo_body-esa td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8A9ABF;
}.olp_seo_cols-esa {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.olp_seo_cols-esa {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.olp_seo_cols-esa {
  grid-template-columns: repeat(3,1fr);
}
}.olp_seo_col_h-esa {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 7px;
  color: #C2CDEA;
}.olp_seo_col_p-esa {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #5F6F96;
}.olp_seo_stats-esa {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.olp_seo_stat-esa {
  background: rgba(26, 107, 255, 0.07);
  padding: 0.875rem 16px;
  border-radius: 0.625rem;
  border: 1px solid rgba(26, 107, 255, 0.18);
  flex: 1;
  min-width: 8.75rem;
}.olp_seo_stat_val-esa {
  color: #1A6BFF;
  margin-bottom: 0.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}.olp_seo_stat_lb-esa {
  color: #5F6F96;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.olp_ft-esa {
  background: #040609;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.olp_ft_support-esa {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 766px) {.olp_ft_support-esa {
  padding: 1.75rem 24px;
}
}.olp_ft_support_in-esa {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 82.5rem;
}.olp_ft_support_main-esa {
  gap: 1rem;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 220px;
  flex-wrap: wrap;
}.olp_ft_support_ic-esa {
  flex-shrink: 0;
  color: #1A6BFF;
}.olp_ft_support_ic-esa svg {
  height: 30px;
  stroke-linejoin: round;
  width: 1.875rem;
  stroke-linecap: round;
}.olp_ft_support_text_title-esa {
  overflow-wrap: break-word;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #EEF2FF;
}.olp_ft_support_text_sub-esa {
  font-size: 12px;
  color: #5F6F96;
  overflow-wrap: break-word;
}.olp_ft_support_btn-esa {
  transition: background .2s;
  border-radius: 10px;
  background: #1A6BFF;
  padding: 11px 1.375rem;
  white-space: nowrap;
  flex-shrink: 0;
  color: #EEF2FF;
  font-size: 13px;
  font-weight: 700;
}.olp_ft_support_btn-esa:hover {
  background: #4588FF;
}.olp_ft_support_contacts-esa {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.olp_ft_support_contact-esa {
  color: #3D4D6E;
  line-height: 1.4;
  font-size: 0.75rem;
}.olp_ft_support_contact-esa strong {
  display: block;
  margin-bottom: 2px;
  color: #8A9ABF;
  font-size: 0.688rem;
  font-weight: 600;
}.olp_ft_main-esa {
  padding: 32px 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.olp_ft_main-esa {
  padding: 2.5rem 24px 2rem;
}
}.olp_ft_main_in-esa {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 643px) {.olp_ft_main_in-esa {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.olp_ft_main_in-esa {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.olp_ft_col_logo-esa {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.olp_ft_col_logo-esa {
  grid-column: auto;
}
}.olp_ft_logo-esa {
  gap: 9px;
  font-weight: 800;
  color: #EEF2FF;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 16px;
  display: flex;
}.olp_ft_logo_mark-esa {
  overflow: hidden;
  border-radius: 6px;
  height: 1.875rem;
  width: 30px;
}.olp_ft_logo_mark-esa img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.olp_ft_logo_sub-esa {
  line-height: 1.55;
  overflow-wrap: break-word;
  max-width: 200px;
  color: #3D4D6E;
  font-size: 12px;
}.olp_ft_col_title-esa {
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #8A9ABF;
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
  font-weight: 700;
}.olp_ft_col_links-esa {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.olp_ft_col_link-esa {
  transition: color .2s;
  color: #3D4D6E;
  overflow-wrap: break-word;
  font-size: 13px;
}.olp_ft_col_link-esa:hover {
  color: #C2CDEA;
}.olp_ft_apps-esa {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.olp_ft_app_card-esa {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.625rem 0.75rem;
  gap: 0.625rem;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.olp_ft_app_card-esa:hover {
  border-color: rgba(26, 107, 255, 0.55);
}.olp_ft_app_card_ic-esa svg {
  width: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 22px;
}.olp_ft_app_card_os-esa {
  font-weight: 600;
  font-size: 10px;
  color: #3D4D6E;
}.olp_ft_app_card_action-esa {
  color: #C2CDEA;
  font-weight: 700;
  font-size: 12px;
}.olp_ft_bot-esa {
  padding: 1.25rem 16px;
}
@media(min-width:768px) {.olp_ft_bot-esa {
  padding: 20px 24px;
}
}.olp_ft_bot_in-esa {
  gap: 16px;
  margin: 0 auto;
  max-width: 82.5rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.olp_ft_socials-esa {
  gap: 8px;
  display: flex;
}.olp_ft_soc-esa {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: background .2s;
  display: flex;
  justify-content: center;
  color: #8A9ABF;
  width: 36px;
  height: 2.25rem;
  align-items: center;
}.olp_ft_soc-esa svg {
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
  height: 16px;
}.olp_ft_soc-esa:hover {
  background: rgba(255, 255, 255, 0.07);
}.olp_ft_legal-esa {
  flex: 1;
  min-width: 200px;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7A8BAE;
}.olp_ft_legal-esa strong {
  font-weight: 700;
  color: #8A9ABF;
}.olp_ft_legal-esa a {
  color: #8A9ABF;
  text-decoration: underline;
}.olp_ft_age-esa {
  border-radius: 50%;
  border: 2px solid #7A8BAE;
  align-items: center;
  justify-content: center;
  color: #7A8BAE;
  flex-shrink: 0;
  font-weight: 800;
  font-size: 11px;
  display: flex;
  height: 32px;
  margin-left: auto;
  width: 2rem;
}