*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0A0F14;
line-height:1.55;
color:#A8C0CC;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:break-word;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
font-size:0.938rem;
}
img{
max-width:100%;
display:block;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
input{
font-family:inherit;
}
svg{
display:block;
}
h1,h2,h3,h4{
overflow-wrap:anywhere;
}
::-webkit-scrollbar{
width:8px;
height:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(5, 12, 18, 0.72);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.jbm_shell_fvg{
grid-template-columns:15.5rem 1fr;
display:grid;
min-height:100vh;
}
.jbm_main_fvg{
min-width:0;
}
.jbm_wrap_fvg{
margin:0 auto;
max-width:1400px;
width:100%;
}
.jbm_container_fvg{
padding:0 16px;
margin:0 auto;
max-width:87.5rem;
width:100%;
}
@media(min-width:770px){
.jbm_container_fvg{
padding:0 28px;
}
}
.jbm_section_fvg{
padding:1.5rem 28px;
}
.jbm_section_pt_fvg{
padding-top:34px;
}
.jbm_band_soft_fvg{
background:#111820;
}
.jbm_eyebrow_fvg{
font-weight:600;
text-transform:uppercase;
line-height:1.4;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:break-word;
display:inline-block;
color:#00D4E0;
letter-spacing:.14em;
font-size:0.656rem;
}
.jbm_drawer_cb_fvg{
display:none;
}
.jbm_overlay_fvg{
display:none;
}
@media(max-width:1027px){
.jbm_shell_fvg{
grid-template-columns:1fr;
}
.jbm_main_fvg{
padding-bottom:78px;
}
.jbm_drawer_cb_fvg:checked~.jbm_overlay_fvg{
background:rgba(5, 12, 18, 0.72);
inset:0;
display:block;
z-index:70;
position:fixed;
}
}
@media(max-width:559px){
.jbm_section_fvg{
padding:18px 16px;
}
.jbm_section_pt_fvg{
padding-top:24px;
}
}
@keyframes zm3-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
@keyframes zm3-marquee{
0%{
transform:translateX(0)}
100%{
transform:translateX(-50%)}
}
/* ---------- sidebar ---------- */
.jbm_side_fvg{
gap:1.375rem;
padding:1.375rem 1.125rem;
background:#0C1219;
top:0;
flex-direction:column;
display:flex;
align-self:start;
border-right:1px solid #182430;
overflow-y:auto;
position:sticky;
height:100vh;
}
.jbm_brand_fvg{
gap:10px;
display:flex;
align-items:center;
}
.jbm_logo_fvg{
font-weight:700;
font-size:1.313rem;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
letter-spacing:-.02em;
color:#E8F4F8;
}
.jbm_side_cta_fvg{
padding:1rem;
background:rgba(0, 212, 224, 0.11);
border-radius:0.813rem;
border:1px solid #1F3040;
}
.jbm_side_cta_h_fvg{
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.15;
font-weight:700;
margin-bottom:6px;
color:#E8F4F8;
font-size:17px;
}
.jbm_side_cta_p_fvg{
margin-bottom:12px;
color:#A8C0CC;
line-height:1.45;
font-size:12px;
}
.jbm_nav_fvg{
gap:3px;
flex-direction:column;
display:flex;
}
.jbm_nav_label_fvg{
padding:0.375rem 10px;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
letter-spacing:.14em;
text-transform:uppercase;
font-size:0.594rem;
color:#3D5A6A;
}
.jbm_nav_item_fvg{
padding:10px;
border-radius:8px;
gap:11px;
display:flex;
font-size:0.875rem;
align-items:center;
font-weight:500;
color:#A8C0CC;
}
.jbm_nav_item_fvg svg{
height:1.063rem;
width:1.063rem;
}
.jbm_nav_item_fvg:hover{
background:rgba(0, 212, 224, 0.11);
color:#E8F4F8;
}
.jbm_nav_item_on_fvg{
background:rgba(0, 212, 224, 0.11);
color:#00D4E0;
font-weight:600;
}
.jbm_side_foot_fvg{
background:#111820;
border:1px solid #1F3040;
border-radius:0.813rem;
padding:12px;
margin-top:auto;
}
.jbm_side_foot_fvg p{
line-height:1.4;
color:#A8C0CC;
font-size:12.5px;
margin-top:4px;
}
/* ---------- topbar ---------- */
.jbm_top_fvg{
padding:14px 1.75rem;
background:#0C1219;
gap:16px;
display:flex;
align-items:center;
position:sticky;
z-index:40;
top:0;
border-bottom:1px solid #182430;
}
.jbm_top_brand_fvg{
gap:9px;
align-items:center;
display:none;
}
.jbm_search_fvg{
background:#111820;
border-radius:13px;
border:1px solid #1F3040;
flex:1;
padding:0.688rem 14px;
gap:10px;
font-size:13.5px;
align-items:center;
color:#6A8FA0;
max-width:27.5rem;
display:flex;
}
.jbm_search_fvg svg{
flex:none;
height:16px;
width:16px;
}
.jbm_top_actions_fvg{
gap:0.75rem;
display:flex;
align-items:center;
margin-left:auto;
}
.jbm_lang_fvg{
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
color:#A8C0CC;
font-size:12px;
}
.jbm_burger_fvg{
border-radius:0.5rem;
border:1px solid #1F3040;
background:#111820;
align-items:center;
color:#E8F4F8;
height:40px;
display:none;
width:2.5rem;
justify-content:center;
}
/* ---------- bottom-nav (mobile) ---------- */
.jbm_botnav_fvg{
display:none;
}
@media(max-width:1022px){
.jbm_side_fvg{
transition:transform .25s ease;
top:0;
transform:translateX(-100%);
z-index:80;
height:100vh;
left:0;
position:fixed;
width:280px;
}
.jbm_drawer_cb_fvg:checked~.jbm_shell_fvg .jbm_side_fvg{
transform:translateX(0);
}
.jbm_top_fvg{
gap:0.75rem;
padding:14px 16px;
position:static;
flex-wrap:wrap;
}
.jbm_top_brand_fvg{
display:flex;
}
.jbm_search_fvg{
display:none;
}
.jbm_burger_fvg{
display:flex;
}
.jbm_top_actions_fvg{
gap:0.625rem;
align-items:stretch;
margin-left:0;
width:100%;
}
.jbm_top_actions_fvg .jbm_lang_fvg{
display:none;
}
.jbm_top_actions_fvg .jbm_btn_fvg{
padding:11px 0.625rem;
flex:1;
text-align:center;
}
.jbm_botnav_fvg{
padding:0.5rem 6px calc(0.5rem + env(safe-area-inset-bottom));
background:#0C1219;
grid-template-columns:repeat(3,1fr);
display:grid;
left:0;
transform:translateZ(0);
bottom:0;
z-index:65;
position:fixed;
border-top:1px solid #1F3040;
right:0;
}
.jbm_bn_fvg{
padding:6px 2px 0;
gap:0.25rem;
min-width:0;
font-weight:600;
display:flex;
color:#A8C0CC;
flex-direction:column;
justify-content:flex-end;
font-size:10px;
align-items:center;
}
.jbm_bn_fvg svg{
flex:none;
height:22px;
width:22px;
}
.jbm_bn_fvg span{
overflow:hidden;
text-overflow:ellipsis;
text-align:center;
white-space:nowrap;
max-width:100%;
}
.jbm_bn_on_fvg{
color:#00D4E0;
}
.jbm_bn_center_fvg{
position:relative;
}
.jbm_bn_fab_fvg{
border-radius:50%;
background:#00D4E0;
top:-1.25rem;
position:absolute;
display:flex;
left:50%;
color:#030D10;
height:3.125rem;
box-shadow:0 0.5rem 32px rgba(0, 0, 0, 0.65), 0 2px 8px rgba(0, 212, 224, 0.18);
transform:translateX(-50%);
justify-content:center;
width:3.125rem;
align-items:center;
}
.jbm_bn_fab_fvg svg{
height:1.5rem;
width:24px;
}
.jbm_bn_center_fvg span{
color:#00D4E0;
}
}
.jbm_btn_fvg{
transition:background-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease,color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease;
border-radius:0.5rem;
gap:0.5rem;
padding:11px 1.375rem;
font-size:14px;
display:inline-flex;
font-weight:700;
align-items:center;
justify-content:center;
cursor:pointer;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.jbm_btn_pri_fvg{
background:#00D4E0;
box-shadow:0 0 18px rgba(0, 212, 224, 0.45), 0 0.25rem 12px rgba(0, 0, 0, 0.40);
color:#030D10;
}
.jbm_btn_pri_fvg:hover{
background:#00BBCC;
}
.jbm_btn_ghost_fvg{
background:rgba(0, 212, 224, 0.11);
color:#E8F4F8;
font-weight:600;
}
.jbm_btn_line_fvg{
background:transparent;
border:1px solid #2A4458;
color:#E8F4F8;
font-weight:600;
}
.jbm_btn_lg_fvg{
padding:1rem 1.875rem;
border-radius:0.813rem;
font-size:0.938rem;
}
.jbm_band_fvg .jbm_btn_line_fvg{
border-color:rgba(255, 255, 255, 0.12);
color:#E8F8FC;
}
.jbm_band_fvg .jbm_btn_ghost_fvg{
background:rgba(255, 255, 255, 0.08);
color:#E8F8FC;
}
.jbm_link_m_fvg{
gap:5px;
display:inline-flex;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
text-decoration:none;
font-size:12px;
color:#00D4E0;
align-items:center;
cursor:pointer;
}
.jbm_link_m_fvg svg{
height:14px;
width:14px;
}
.jbm_band_fvg .jbm_link_m_fvg{
color:#00E5F0;
}
.jbm_dot_fvg{
flex:none;
background:#00D4E0;
border-radius:50%;
width:7px;
height:7px;
}
.jbm_dot_live_fvg{
background:#E83040;
animation:zm3-pulse 1.4s infinite;
}
.jbm_stars_fvg{
gap:2px;
color:#00D4E0;
display:inline-flex;
}
.jbm_stars_fvg svg{
width:0.938rem;
height:0.938rem;
}
.jbm_chip_fvg{
border:1px solid #1F3040;
border-radius:0.5rem;
gap:0.375rem;
padding:0.438rem 0.75rem;
background:#111820;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
align-items:center;
display:inline-flex;
color:#A8C0CC;
font-size:0.688rem;
}
.jbm_chip_on_fvg{
background:rgba(0, 212, 224, 0.11);
border-color:transparent;
color:#00D4E0;
}
.jbm_gc_fvg{
text-decoration:none;
cursor:pointer;
color:inherit;
display:block;
min-width:0;
}
.jbm_gc_thumb_fvg{
overflow:hidden;
border:1px solid #1F3040;
border-radius:0.813rem;
background-position:center;
aspect-ratio:1;
display:block;
position:relative;
background-size:cover;
}
.jbm_gc_thumb_portrait_fvg{
aspect-ratio:3/4;
}
.jbm_gc_thumb_wide_fvg{
aspect-ratio:16/11;
}
.jbm_gc_cap_fvg{
background:linear-gradient(transparent,rgba(5, 12, 18, 0.72));
padding:9px;
right:0;
position:absolute;
left:0;
bottom:0;
}
.jbm_gc_name_fvg{
font-weight:700;
font-size:0.781rem;
display:block;
color:#E8F8FC;
}
.jbm_gc_meta_fvg{
font-size:0.688rem;
color:#7ABFCC;
}
.jbm_gc_badge_fvg{
padding:2px 6px;
border-radius:8px;
background:#00D4E0;
color:#030D10;
right:8px;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
top:8px;
font-size:8px;
position:absolute;
font-weight:700;
}
.jbm_gc_badge_hot_fvg{
background:#E83040;
color:#E8F8FC;
}
.jbm_gc_badge_live_fvg{
background:#E83040;
color:#E8F8FC;
left:0.5rem;
right:auto;
}
.jbm_gc_mult_fvg{
inset:0;
align-items:center;
justify-content:center;
font-weight:700;
position:absolute;
display:flex;
color:#00D4E0;
font-size:1.75rem;
}
.jbm_pc_fvg{
border:1px solid #1F3040;
border-radius:0.813rem;
background:#111820;
align-items:center;
color:#A8C0CC;
font-weight:700;
height:64px;
justify-content:center;
display:flex;
font-size:14px;
}
.jbm_rail_fvg{
min-width:0;
}
.jbm_rail_scroll_fvg{
gap:14px;
display:grid;
}
.jbm_rail_scroll_fvg>*{
min-width:0;
}
.jbm_g6_fvg{
grid-template-columns:repeat(6,1fr);
}
.jbm_g7_fvg{
grid-template-columns:repeat(7,1fr);
}
.jbm_g4_fvg{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1023px){
.jbm_g6_fvg,.jbm_g7_fvg{
grid-template-columns:none;
overflow-x:auto;
grid-auto-columns:120px;
scroll-snap-type:x mandatory;
grid-auto-flow:column;
padding-bottom:0.375rem;
}
.jbm_g6_fvg>*,.jbm_g7_fvg>*{
scroll-snap-align:start;
}
.jbm_g4_fvg{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:558px){
.jbm_g4_fvg{
grid-template-columns:none;
overflow-x:auto;
grid-auto-flow:column;
grid-auto-columns:9.375rem;
}
}
.jbm_panel_fvg{
background:#111820;
border:1px solid #1F3040;
border-radius:20px;
padding:1.75rem 32px;
}
.jbm_split_fvg{
gap:36px;
align-items:start;
display:grid;
}
.jbm_split_fvg>*{
min-width:0;
}
.jbm_split_a_fvg{
grid-template-columns:.85fr 1.15fr;
}
.jbm_split_b_fvg{
grid-template-columns:1fr 1.1fr;
}
.jbm_split_c_fvg{
grid-template-columns:1.1fr .9fr;
}
.jbm_pgrid_fvg{
grid-template-columns:.9fr 1.1fr;
gap:40px;
align-items:center;
display:grid;
}
.jbm_pgrid_fvg>*{
min-width:0;
}
.jbm_lead_fvg{
color:#A8C0CC;
line-height:1.65;
margin-bottom:0.875rem;
font-size:15px;
}
.jbm_feat_fvg{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.jbm_feat_fvg>*{
min-width:0;
}
.jbm_feat2_fvg{
grid-template-columns:1fr 1fr;
}
.jbm_feat_card_fvg{
padding:26px;
background:#111820;
border-radius:1.25rem;
border:1px solid #1F3040;
}
.jbm_feat_card_fvg svg{
color:#00D4E0;
height:1.625rem;
margin-bottom:16px;
width:1.625rem;
}
.jbm_feat_card_fvg h3{
font-weight:700;
margin-bottom:8px;
color:#E8F4F8;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.125rem;
}
.jbm_feat_card_fvg p{
font-size:13px;
line-height:1.6;
color:#A8C0CC;
}
.jbm_feat_card_fvg b{
color:#E8F4F8;
}
.jbm_big_fvg{
gap:1.375rem;
display:flex;
flex-wrap:wrap;
}
.jbm_big_n_fvg{
font-weight:700;
color:#00D4E0;
font-size:1.625rem;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.jbm_big_l_fvg{
font-size:12px;
color:#6A8FA0;
}
.jbm_person_fvg{
border:1px solid #1F3040;
gap:0.875rem;
background:#111820;
border-radius:0.813rem;
padding:1rem 18px;
display:flex;
align-items:center;
}
.jbm_avatar_fvg{
background:linear-gradient(135deg,#00D4E0,#0098A8);
border-radius:50%;
flex:none;
height:2.75rem;
width:2.75rem;
}
.jbm_person_name_fvg{
font-weight:700;
font-size:0.875rem;
color:#E8F4F8;
}
.jbm_person_role_fvg{
color:#6A8FA0;
font-size:12px;
}
.jbm_kv_fvg{
background:#1F3040;
gap:1px;
grid-template-columns:1fr 1fr;
border-radius:13px;
overflow:hidden;
border:1px solid #1F3040;
display:grid;
}
.jbm_kv_fvg>div{
padding:16px 18px;
background:#0A0F14;
min-width:0;
}
.jbm_kv_k_fvg{
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
font-size:0.594rem;
margin-bottom:5px;
color:#00D4E0;
text-transform:uppercase;
}
.jbm_kv_v_fvg{
font-size:13.5px;
font-weight:700;
color:#E8F4F8;
}
@media(max-width:1025px){
.jbm_split_a_fvg,.jbm_split_b_fvg,.jbm_split_c_fvg,.jbm_pgrid_fvg{
gap:1.5rem;
grid-template-columns:1fr;
}
.jbm_feat_fvg,.jbm_feat2_fvg{
grid-template-columns:1fr;
}
.jbm_kv_fvg{
grid-template-columns:1fr;
}
}
.jbm_sh_fvg{
margin-bottom:1rem;
min-width:0;
}
.jbm_sh_row_fvg{
gap:0.75rem;
justify-content:space-between;
flex-wrap:wrap;
align-items:flex-end;
display:flex;
}
.jbm_sh_row_fvg .jbm_sh_l_fvg{
gap:0.375rem;
min-width:0;
flex-direction:column;
display:flex;
}
.jbm_sh_stack_fvg{
gap:0.625rem;
display:flex;
align-items:flex-start;
flex-direction:column;
}
.jbm_sh_center_fvg{
gap:0.625rem;
text-align:center;
align-items:center;
flex-direction:column;
display:flex;
}
.jbm_sh_h2_fvg{
gap:0.563rem;
display:flex;
font-weight:700;
line-height:1.1;
color:#E8F4F8;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:20px;
overflow-wrap:break-word;
align-items:center;
}
@media(min-width:766px){
.jbm_sh_h2_fvg{
font-size:1.5rem;
}
}
.jbm_band_fvg .jbm_sh_h2_fvg{
color:#E8F8FC;
}
.jbm_eb_mono_fvg{
text-transform:none;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
letter-spacing:.08em;
}
.jbm_eb_mono_fvg::before{
content:"// ";
}
.jbm_eb_upper_fvg{
text-transform:uppercase;
letter-spacing:.14em;
}
.jbm_eb_pill_fvg{
padding:5px 11px;
border-radius:62.438rem;
background:rgba(0, 212, 224, 0.11);
text-transform:uppercase;
letter-spacing:.12em;
}
.jbm_eb_line_fvg{
gap:10px;
align-items:center;
display:inline-flex;
}
.jbm_eb_line_fvg::before{
background:#00D4E0;
content:"";
height:1px;
display:inline-block;
width:1.5rem;
}
.jbm_band_fvg .jbm_eb_line_fvg::before{
background:#00E5F0;
}
.jbm_band_fvg .jbm_eb_pill_fvg{
background:rgba(255, 255, 255, 0.08);
}
.jbm_sh_link_fvg{
transition:color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease,border-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease;
gap:6px;
align-items:center;
font-size:13px;
border-bottom:1px solid #E8F4F8;
color:#E8F4F8;
white-space:nowrap;
font-weight:600;
padding-bottom:2px;
display:inline-flex;
}
.jbm_sh_link_fvg:hover{
border-color:#00D4E0;
color:#00D4E0;
}
.jbm_sh_link_fvg svg{
height:0.875rem;
width:14px;
}
.jbm_sh_link_chev_fvg{
padding-bottom:0;
font-size:0.75rem;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
color:#00D4E0;
border-bottom:0;
}
.jbm_sh_link_btn_fvg{
padding:0.563rem 18px;
background:#00D4E0;
border-radius:62.438rem;
border-bottom:0;
color:#030D10;
}
.jbm_sh_link_btn_fvg:hover{
border-color:transparent;
background:#00BBCC;
}
.jbm_band_fvg .jbm_sh_link_fvg{
border-color:#E8F8FC;
color:#E8F8FC;
}
.jbm_band_fvg .jbm_sh_link_chev_fvg{
color:#00E5F0;
}
.jbm_sh_rule_fvg{
margin:-2px 0 1rem;
background:#1F3040;
height:1px;
}
.jbm_band_fvg .jbm_sh_rule_fvg{
background:rgba(255, 255, 255, 0.12);
}
.jbm_seo_grid3_fvg{
grid-template-columns:repeat(3,1fr);
gap:20px;
display:grid;
}
.jbm_seo_grid4_fvg{
grid-template-columns:repeat(4,1fr);
gap:0.813rem;
display:grid;
}
.jbm_seo_grid3_fvg>*,.jbm_seo_grid4_fvg>*{
min-width:0;
}
.jbm_seo_card_fvg{
background:#111820;
border:1px solid #1F3040;
border-radius:0.813rem;
padding:1.5rem;
}
.jbm_seo_card_fvg h3{
color:#E8F4F8;
font-size:1.125rem;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-bottom:0.5rem;
font-weight:700;
}
.jbm_seo_card_fvg p{
line-height:1.6;
font-size:0.813rem;
color:#A8C0CC;
}
.jbm_seo_card_sm_fvg{
padding:1.25rem;
}
.jbm_seo_card_sm_fvg h3{
font-size:1rem;
}
.jbm_seo_card_sm_fvg p{
line-height:1.55;
font-size:12.5px;
}
.jbm_seo_rtp_row_fvg{
gap:36px;
grid-template-columns:1fr 1fr;
display:grid;
margin-top:1rem;
align-items:center;
}
.jbm_rtp_fvg{
gap:0.875rem;
min-width:0;
display:flex;
}
.jbm_rtp_fvg>div{
background:#0A0F14;
border-radius:13px;
flex:1;
padding:16px;
text-align:center;
min-width:0;
}
.jbm_rtp_n_fvg{
color:#00D4E0;
white-space:nowrap;
font-weight:700;
font-size:26px;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.jbm_rtp_l_fvg{
font-size:11px;
color:#6A8FA0;
margin-top:0.25rem;
}
.jbm_cmp_fvg{
border:1px solid #1F3040;
border-radius:0.813rem;
overflow:hidden;
max-width:760px;
}
.jbm_cmp_row_fvg{
grid-template-columns:1.6fr 1fr 1fr;
font-size:13px;
display:grid;
}
.jbm_cmp_row_fvg>div{
padding:13px 0.875rem;
text-align:center;
min-width:0;
}
.jbm_cmp_row_fvg>div:first-child{
text-align:left;
color:#E8F4F8;
padding-left:22px;
font-weight:600;
}
.jbm_cmp_th_fvg{
background:#0A0F14;
font-weight:700;
font-size:0.781rem;
}
.jbm_cmp_row_fvg:not(.jbm_cmp_th_fvg){
background:#111820;
border-top:1px solid #182430;
color:#A8C0CC;
}
.jbm_cmp_zebra_fvg{
background:#0E1419;
}
.jbm_guide_fvg{
border-radius:0.813rem;
overflow:hidden;
border:1px solid #1F3040;
background:#111820;
cursor:pointer;
}
.jbm_guide_cover_fvg{
height:130px;
}
.jbm_guide_body_fvg{
padding:1.25rem;
}
.jbm_guide_body_fvg h3{
margin:7px 0 9px;
line-height:1.25;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:16px;
color:#E8F4F8;
font-weight:700;
}
.jbm_guide_meta_fvg{
font-size:0.719rem;
color:#6A8FA0;
}
.jbm_hub_fvg{
grid-template-columns:repeat(5,1fr);
gap:1.75rem;
padding-top:28px;
border-top:1px solid #182430;
display:grid;
}
.jbm_hub_fvg>*{
min-width:0;
}
.jbm_hub_fvg h4{
font-size:0.813rem;
margin-bottom:11px;
color:#E8F4F8;
font-weight:700;
}
.jbm_hub_col_fvg{
gap:0.5rem;
color:#A8C0CC;
display:flex;
flex-direction:column;
font-size:0.813rem;
}
.jbm_hub_col_fvg a{
cursor:pointer;
}
@media(max-width:1021px){
.jbm_seo_grid3_fvg{
grid-template-columns:1fr;
}
.jbm_seo_grid4_fvg{
grid-template-columns:repeat(2,1fr);
}
.jbm_seo_rtp_row_fvg{
gap:1.25rem;
grid-template-columns:1fr;
}
.jbm_hub_fvg{
gap:1.375rem;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:561px){
.jbm_hub_fvg{
grid-template-columns:1fr;
}
}
.jbm_tk_fvg{
overflow:hidden;
background:#070C10;
align-items:center;
display:flex;
border-bottom:1px solid #182430;
}
.jbm_tk_tag_fvg{
flex:none;
gap:0.5rem;
padding:11px 18px;
background:#111820;
color:#E83040;
display:flex;
text-transform:uppercase;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
font-weight:600;
font-size:10.5px;
align-items:center;
border-right:1px solid #182430;
letter-spacing:.1em;
}
.jbm_tk_rail_fvg{
overflow:hidden;
flex:1;
}
.jbm_tk_track_fvg{
padding:11px 14px;
gap:28px;
animation:zm3-marquee 26s linear infinite;
width:max-content;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
color:#A8C0CC;
white-space:nowrap;
display:flex;
font-size:0.75rem;
}
.jbm_tk_track_fvg b{
color:#00D4E0;
}
.jbm_hero_fvg{
overflow:hidden;
background:linear-gradient(120deg,#071018,#050C18);
border-radius:1.25rem;
padding:46px 3rem;
border:1px solid #1F3040;
position:relative;
color:#E8F8FC;
}
.jbm_hero_glow_fvg{
border-radius:50%;
background:radial-gradient(circle,rgba(0, 220, 230, 0.22),transparent 70%);
height:21.25rem;
width:340px;
top:-3.75rem;
position:absolute;
right:-60px;
}
.jbm_hero_in_fvg{
position:relative;
max-width:600px;
}
.jbm_hero_fvg .jbm_eyebrow_fvg{
color:#00E5F0;
}
.jbm_pill_row_fvg{
background:rgba(255, 255, 255, 0.08);
border-radius:999px;
border:1px solid rgba(255, 255, 255, 0.12);
gap:8px;
padding:6px 0.813rem;
letter-spacing:.1em;
color:#00E5F0;
align-items:center;
margin-bottom:22px;
font-size:10.5px;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
display:inline-flex;
text-transform:uppercase;
}
.jbm_hero_h1_fvg{
margin:1.125rem 0;
line-height:1.02;
font-size:3.375rem;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
letter-spacing:-.02em;
color:#E8F8FC;
overflow-wrap:break-word;
font-weight:700;
}
.jbm_hero_h1_fvg em{
font-style:normal;
color:#00E5F0;
}
.jbm_hero_sub_fvg{
margin-bottom:1.75rem;
max-width:480px;
font-size:1.063rem;
line-height:1.55;
color:#7ABFCC;
}
.jbm_hero_cta_fvg{
gap:0.875rem;
margin-bottom:26px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.jbm_hero_trust_fvg{
gap:14px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.jbm_hero_rating_txt_fvg{
color:#7ABFCC;
font-size:0.813rem;
}
@media(max-width:1025px){
.jbm_hero_fvg{
padding:32px 1.5rem;
}
.jbm_hero_h1_fvg{
font-size:2.375rem;
}
}
@media(max-width:562px){
.jbm_hero_h1_fvg{
font-size:1.875rem;
}
}
.jbm_tabs_fvg{
gap:0.563rem;
flex-wrap:wrap;
display:flex;
}
.jbm_tab_fvg{
background:#111820;
border-radius:8px;
border:1px solid #1F3040;
padding:10px 18px;
color:#A8C0CC;
cursor:pointer;
font-size:13px;
font-weight:600;
}
.jbm_tab_on_fvg{
border-color:transparent;
background:#00D4E0;
font-weight:700;
color:#030D10;
}
.jbm_stat_fvg{
gap:0.875rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.jbm_stat_fvg>*{
min-width:0;
}
.jbm_stat_item_fvg{
border-radius:13px;
background:#111820;
padding:1.125rem 1.25rem;
border:1px solid #1F3040;
}
.jbm_stat_k_fvg{
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
letter-spacing:.12em;
font-size:9.5px;
color:#6A8FA0;
text-transform:uppercase;
margin-bottom:0.438rem;
}
.jbm_stat_v_fvg{
gap:0.5rem;
min-width:0;
align-items:center;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:24px;
font-weight:700;
display:flex;
color:#E8F4F8;
overflow-wrap:anywhere;
}
.jbm_stat_v_accent_fvg{
color:#00D4E0;
}
@media(max-width:1026px){
.jbm_stat_fvg{
grid-template-columns:repeat(2,1fr);
}
}
.jbm_wlc_fvg{
overflow:hidden;
grid-template-columns:1.2fr .8fr;
border:1px solid #1F3040;
border-radius:20px;
background:linear-gradient(120deg,#071018,#050C18);
padding:36px 40px;
gap:24px;
color:#E8F8FC;
position:relative;
align-items:center;
display:grid;
}
.jbm_wlc_fvg>*{
min-width:0;
}
.jbm_wlc_fvg .jbm_eyebrow_fvg{
color:#00E5F0;
}
.jbm_wlc_glow_fvg{
border-radius:50%;
background:radial-gradient(circle,rgba(0, 220, 230, 0.22),transparent 70%);
width:16.25rem;
position:absolute;
top:-40px;
height:16.25rem;
right:-40px;
}
.jbm_wlc_in_fvg{
position:relative;
}
.jbm_wlc_h2_fvg{
margin:0.625rem 0 0.5rem;
color:#E8F8FC;
overflow-wrap:break-word;
font-size:2.125rem;
font-weight:700;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.03;
}
.jbm_wlc_h2_fvg em{
color:#00E5F0;
font-style:normal;
}
.jbm_wlc_sub_fvg{
line-height:1.55;
margin-bottom:1.125rem;
color:#7ABFCC;
max-width:420px;
font-size:0.875rem;
}
.jbm_wlc_terms_fvg{
gap:10px;
display:flex;
position:relative;
flex-direction:column;
}
.jbm_term_fvg{
gap:11px;
padding:0.813rem 15px;
background:rgba(255, 255, 255, 0.08);
border:1px solid rgba(255, 255, 255, 0.12);
border-radius:0.813rem;
display:flex;
align-items:center;
}
.jbm_term_fvg svg{
flex:none;
height:20px;
color:#00E5F0;
width:20px;
}
.jbm_term_k_fvg{
letter-spacing:.1em;
font-size:0.594rem;
color:#7ABFCC;
text-transform:uppercase;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
}
.jbm_term_v_fvg{
color:#E8F8FC;
font-size:14px;
margin-top:2px;
font-weight:700;
}
@media(max-width:1023px){
.jbm_wlc_fvg{
grid-template-columns:1fr;
}
}
@media(max-width:558px){
.jbm_wlc_h2_fvg{
font-size:1.625rem;
}
}
.jbm_jp_fvg{
gap:0.875rem;
grid-template-columns:1.5fr 1fr 1fr;
display:grid;
}
.jbm_jp_fvg>*{
min-width:0;
}
.jbm_jp_hero_fvg{
border:1px solid #1F3040;
overflow:hidden;
gap:14px;
padding:1.625rem;
border-radius:1.25rem;
background:linear-gradient(135deg,#071018,#050C18);
min-height:11.25rem;
justify-content:space-between;
display:flex;
position:relative;
flex-direction:column;
color:#E8F8FC;
}
.jbm_jp_glow_fvg{
background:radial-gradient(circle,rgba(0, 220, 230, 0.22),transparent 70%);
border-radius:50%;
position:absolute;
right:-2.5rem;
top:-40px;
height:180px;
width:11.25rem;
}
.jbm_jp_k_row_fvg{
gap:0.625rem;
position:relative;
justify-content:space-between;
display:flex;
align-items:center;
}
.jbm_jp_k_fvg{
letter-spacing:.12em;
text-transform:uppercase;
font-size:0.625rem;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
color:#6A8FA0;
}
.jbm_jp_hero_fvg .jbm_jp_k_fvg{
color:#7ABFCC;
}
.jbm_jp_amt_fvg{
line-height:1;
color:#00E5F0;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
font-size:2.625rem;
position:relative;
}
.jbm_jp_sub_fvg{
color:#7ABFCC;
font-size:12px;
margin-top:5px;
}
.jbm_jp_cell_fvg{
border:1px solid #1F3040;
padding:22px;
background:#111820;
border-radius:1.25rem;
justify-content:space-between;
display:flex;
flex-direction:column;
min-height:180px;
}
.jbm_jp_cell_fvg .jbm_jp_amt_fvg{
color:#E8F4F8;
font-size:30px;
}
.jbm_jp_cell_fvg .jbm_jp_sub_fvg{
color:#6A8FA0;
}
@media(max-width:1023px){
.jbm_jp_fvg{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.jbm_jp_amt_fvg{
font-size:2rem;
}
}
.jbm_vip_head_fvg{
gap:0.75rem;
justify-content:space-between;
display:flex;
margin-bottom:1.125rem;
flex-wrap:wrap;
align-items:flex-end;
}
.jbm_vip_intro_fvg{
font-size:13px;
max-width:26.25rem;
color:#A8C0CC;
}
.jbm_vip_fvg{
gap:12px;
grid-template-columns:repeat(5,1fr);
display:grid;
}
.jbm_vip_fvg>*{
min-width:0;
}
.jbm_tier_fvg{
background:#111820;
border-radius:0.813rem;
border:1px solid #1F3040;
padding:20px;
}
.jbm_tier_on_fvg{
background:rgba(0, 212, 224, 0.11);
border-color:#00D4E0;
}
.jbm_tier_medal_fvg{
background:linear-gradient(135deg,#00D4E0,#0098A8);
border-radius:0.5rem;
margin-bottom:14px;
height:30px;
width:1.875rem;
}
.jbm_tier_name_fvg{
font-size:15px;
font-weight:700;
color:#E8F4F8;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-bottom:5px;
}
.jbm_tier_tx_fvg{
font-size:11.5px;
color:#6A8FA0;
line-height:1.5;
}
@media(max-width:1025px){
.jbm_vip_fvg{
grid-template-columns:repeat(2,1fr);
}
}
.jbm_banner_fvg{
background:linear-gradient(115deg,#071018,#050C18);
overflow:hidden;
border:1px solid #1F3040;
border-radius:1.25rem;
gap:28px;
padding:2.25rem 2.5rem;
color:#E8F8FC;
position:relative;
align-items:center;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
}
.jbm_banner_glow_fvg{
border-radius:50%;
background:radial-gradient(circle,rgba(0, 220, 230, 0.22),transparent 68%);
top:50%;
width:200px;
height:200px;
right:5rem;
transform:translateY(-50%);
position:absolute;
}
.jbm_banner_in_fvg{
max-width:35rem;
position:relative;
}
.jbm_banner_fvg .jbm_eyebrow_fvg{
color:#00E5F0;
}
.jbm_banner_h2_fvg{
margin:0.625rem 0;
color:#E8F8FC;
line-height:1.05;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.875rem;
font-weight:700;
}
.jbm_banner_text_fvg{
font-size:14px;
line-height:1.6;
color:#7ABFCC;
}
@media(max-width:558px){
.jbm_banner_h2_fvg{
font-size:1.5rem;
}
}
.jbm_pay_logos_fvg{
grid-template-columns:repeat(4,1fr);
gap:9px;
display:grid;
}
.jbm_pay_logos_fvg>*{
min-width:0;
}
.jbm_pay_fvg{
border-radius:8px;
border:1px solid #1F3040;
height:3rem;
color:#A8C0CC;
justify-content:center;
font-weight:700;
align-items:center;
display:flex;
font-size:0.75rem;
}
.jbm_table_fvg{
border:1px solid #1F3040;
border-radius:13px;
overflow:hidden;
}
.jbm_trow_fvg{
grid-template-columns:1.3fr 1fr 1fr 1fr;
display:grid;
font-size:0.813rem;
}
.jbm_trow_fvg>div{
padding:13px 0.875rem;
min-width:0;
}
.jbm_trow_fvg>div:first-child{
color:#E8F4F8;
font-weight:700;
padding-left:1rem;
}
.jbm_trow_th_fvg{
background:#0A0F14;
font-size:9.5px;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
color:#6A8FA0;
text-transform:uppercase;
letter-spacing:.06em;
}
.jbm_trow_fvg:not(.jbm_trow_th_fvg){
background:#111820;
border-top:1px solid #182430;
color:#A8C0CC;
}
.jbm_trow_zebra_fvg{
background:#0E1419;
}
.jbm_pos_fvg{
font-weight:700;
color:#00D4E0;
}
@media(max-width:1022px){
.jbm_pay_logos_fvg{
grid-template-columns:repeat(2,1fr);
}
}
.jbm_tour_fvg{
overflow:hidden;
border:1px solid #1F3040;
border-radius:20px;
grid-template-columns:1.05fr 1fr;
display:grid;
}
.jbm_tour_fvg>*{
min-width:0;
}
.jbm_tour_l_fvg{
padding:2.125rem;
background:linear-gradient(135deg,#071018,#050C18);
overflow:hidden;
position:relative;
color:#E8F8FC;
}
.jbm_tour_h2_fvg{
margin:12px 0 10px;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
color:#E8F8FC;
font-size:1.875rem;
line-height:1.05;
}
.jbm_tour_h2_fvg em{
font-style:normal;
color:#00E5F0;
}
.jbm_tour_text_fvg{
line-height:1.6;
max-width:21.25rem;
color:#7ABFCC;
font-size:13.5px;
margin-bottom:20px;
}
.jbm_tour_meta_fvg{
gap:18px;
flex-wrap:wrap;
align-items:flex-end;
margin-bottom:20px;
display:flex;
}
.jbm_tour_cap_fvg{
color:#7ABFCC;
font-size:9.5px;
text-transform:uppercase;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
margin-bottom:5px;
}
.jbm_count_fvg{
gap:6px;
display:flex;
}
.jbm_count_fvg span{
padding:0.25rem 0.563rem;
border:1px solid rgba(255, 255, 255, 0.12);
border-radius:8px;
background:rgba(255, 255, 255, 0.08);
font-weight:700;
font-size:1.375rem;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
}
.jbm_tour_units_fvg{
color:#7ABFCC;
font-size:10px;
}
.jbm_board_fvg{
padding:1.75rem 30px;
background:#111820;
}
.jbm_board_head_fvg{
align-items:center;
display:flex;
justify-content:space-between;
margin-bottom:14px;
}
.jbm_board_title_fvg{
font-weight:700;
color:#E8F4F8;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:16px;
}
.jbm_board_upd_fvg{
text-transform:uppercase;
font-size:10px;
color:#6A8FA0;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
}
.jbm_board_list_fvg{
gap:2px;
display:flex;
flex-direction:column;
}
.jbm_board_row_fvg{
padding:0.625rem 12px;
border-radius:0.5rem;
gap:12px;
align-items:center;
display:flex;
}
.jbm_board_top1_fvg{
background:rgba(0, 212, 224, 0.11);
}
.jbm_board_rk_fvg{
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
width:1.25rem;
color:#6A8FA0;
font-weight:700;
font-size:0.875rem;
}
.jbm_board_top1_fvg .jbm_board_rk_fvg{
color:#00D4E0;
}
.jbm_board_nm_fvg{
flex:1;
min-width:0;
color:#A8C0CC;
font-size:0.844rem;
font-weight:600;
}
.jbm_board_top1_fvg .jbm_board_nm_fvg{
color:#E8F4F8;
font-weight:700;
}
.jbm_board_pt_fvg{
color:#A8C0CC;
font-size:0.781rem;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
}
@media(max-width:1024px){
.jbm_tour_fvg{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.jbm_tour_h2_fvg{
font-size:24px;
}
}
.jbm_promo_grid_fvg{
gap:1rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.jbm_promo_grid_fvg>*{
min-width:0;
}
.jbm_promo_fvg{
overflow:hidden;
border-radius:20px;
background:#111820;
border:1px solid #1F3040;
padding:1.5rem;
position:relative;
min-height:150px;
}
.jbm_promo_h_fvg{
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#E8F4F8;
margin-top:6px;
font-weight:700;
font-size:1.625rem;
line-height:1.05;
}
.jbm_promo_h_fvg em{
color:#00D4E0;
font-style:normal;
}
.jbm_promo_p_fvg{
line-height:1.5;
font-size:0.781rem;
color:#A8C0CC;
margin-top:0.5rem;
}
.jbm_promo_feat_fvg{
background:linear-gradient(135deg,#071018,#050C18);
border-color:#1F3040;
}
.jbm_promo_feat_fvg .jbm_promo_h_fvg{
color:#E8F8FC;
}
.jbm_promo_feat_fvg .jbm_promo_h_fvg em{
color:#00E5F0;
}
.jbm_promo_feat_fvg .jbm_promo_p_fvg{
color:#7ABFCC;
}
.jbm_promo_feat_fvg .jbm_eyebrow_fvg{
color:#00E5F0;
}
@media(max-width:1025px){
.jbm_promo_grid_fvg{
grid-template-columns:1fr;
}
}
.jbm_gm_fvg{
grid-template-columns:1.3fr 1fr;
gap:1rem;
display:grid;
}
.jbm_gm_fvg>*{
min-width:0;
}
.jbm_gm_panel_fvg{
border-radius:1.25rem;
border:1px solid #1F3040;
padding:1.75rem;
background:#111820;
}
.jbm_gm_h2_fvg{
margin:0.625rem 0 8px;
color:#E8F4F8;
font-size:1.5rem;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
}
.jbm_gm_text_fvg{
font-size:0.844rem;
color:#A8C0CC;
margin-bottom:20px;
max-width:440px;
line-height:1.6;
}
.jbm_gm_level_fvg{
gap:14px;
display:flex;
align-items:center;
margin-bottom:1rem;
}
.jbm_gm_lv_fvg{
color:#00D4E0;
font-size:24px;
font-weight:700;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.jbm_gm_bar_wrap_fvg{
flex:1;
min-width:0;
}
.jbm_gm_bar_meta_fvg{
justify-content:space-between;
margin-bottom:5px;
color:#6A8FA0;
font-size:0.625rem;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
display:flex;
}
.jbm_bar_fvg{
overflow:hidden;
background:#0A0F14;
border-radius:62.438rem;
height:8px;
}
.jbm_bar_fill_fvg{
border-radius:999px;
background:linear-gradient(90deg,#00D4E0,#0098A8);
display:block;
height:100%;
}
.jbm_gm_missions_fvg{
gap:0.563rem;
display:flex;
flex-wrap:wrap;
}
.jbm_gm_refer_fvg{
padding:28px;
background:linear-gradient(150deg,#071018,#050C18);
overflow:hidden;
border-radius:1.25rem;
border:1px solid #1F3040;
color:#E8F8FC;
position:relative;
flex-direction:column;
justify-content:space-between;
display:flex;
}
.jbm_gm_refer_fvg .jbm_eyebrow_fvg{
color:#00E5F0;
}
.jbm_gm_ref_h2_fvg{
margin:0.625rem 0 8px;
color:#E8F8FC;
line-height:1.1;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:24px;
font-weight:700;
}
.jbm_gm_ref_h2_fvg em{
font-style:normal;
color:#00E5F0;
}
.jbm_gm_ref_text_fvg{
font-size:0.813rem;
margin-bottom:18px;
line-height:1.55;
color:#7ABFCC;
}
@media(max-width:1025px){
.jbm_gm_fvg{
grid-template-columns:1fr;
}
}
.jbm_news_fvg{
border:1px solid #1F3040;
padding:1.625rem 2rem;
border-radius:1.25rem;
gap:1.5rem;
background:linear-gradient(135deg,#071018,#050C18);
display:flex;
align-items:center;
color:#E8F8FC;
justify-content:space-between;
flex-wrap:wrap;
}
.jbm_news_h3_fvg{
font-weight:700;
color:#E8F8FC;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-bottom:0.25rem;
font-size:1.25rem;
}
.jbm_news_text_fvg{
font-size:0.813rem;
color:#7ABFCC;
}
.jbm_news_form_fvg{
flex:1;
gap:0.625rem;
min-width:0;
display:flex;
max-width:27.5rem;
}
.jbm_news_form_fvg .jbm_input_fvg{
min-width:0;
}
@media(max-width:562px){
.jbm_news_form_fvg{
width:100%;
}
}
.jbm_input_fvg{
padding:0.813rem 1rem;
background:rgba(255, 255, 255, 0.08);
border:1px solid rgba(255, 255, 255, 0.12);
flex:1;
border-radius:0.5rem;
color:#7ABFCC;
font-size:13.5px;
}
.jbm_dw_h2_fvg{
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#E8F4F8;
margin-bottom:0.625rem;
font-size:1.625rem;
font-weight:700;
line-height:1.08;
}
.jbm_steps_v_fvg{
grid-template-columns:1fr;
gap:10px;
}
.jbm_steps_v_fvg .jbm_step_fvg{
padding:1.125rem 1.25rem;
}
@media(max-width:560px){
.jbm_dw_h2_fvg{
font-size:23px;
}
}
.jbm_steps_fvg{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.jbm_steps_fvg>*{
min-width:0;
}
.jbm_step_fvg{
border:1px solid #1F3040;
background:#111820;
border-radius:13px;
padding:1.5rem;
position:relative;
}
.jbm_step_num_fvg{
border-radius:0.5rem;
background:#00D4E0;
margin-bottom:14px;
justify-content:center;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
width:1.875rem;
font-weight:700;
align-items:center;
display:flex;
font-size:0.813rem;
height:30px;
color:#030D10;
}
.jbm_step_h_fvg{
font-size:1rem;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-bottom:7px;
color:#E8F4F8;
font-weight:700;
}
.jbm_step_p_fvg{
line-height:1.55;
color:#A8C0CC;
font-size:13px;
}
@media(max-width:1027px){
.jbm_steps_fvg{
grid-template-columns:1fr;
}
}
.jbm_supp_fvg{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.jbm_supp_fvg>*{
min-width:0;
}
.jbm_supp_card_fvg{
border-radius:0.813rem;
background:#111820;
border:1px solid #1F3040;
padding:1.5rem;
}
.jbm_supp_card_fvg svg{
height:1.5rem;
color:#00D4E0;
width:24px;
margin-bottom:14px;
}
.jbm_supp_card_fvg h3{
font-weight:700;
color:#E8F4F8;
margin-bottom:6px;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1rem;
}
.jbm_supp_card_fvg p{
color:#A8C0CC;
line-height:1.55;
font-size:13px;
}
@media(max-width:1024px){
.jbm_supp_fvg{
grid-template-columns:1fr;
}
}
.jbm_gd_head_fvg{
gap:12px;
margin-bottom:16px;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
align-items:center;
}
.jbm_op_h2_fvg{
margin:0.625rem 0 0.5rem;
line-height:1.1;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#E8F4F8;
font-weight:700;
font-size:24px;
}
.jbm_op_text_fvg{
font-size:13.5px;
color:#A8C0CC;
line-height:1.6;
}
@media(max-width:561px){
.jbm_op_h2_fvg{
font-size:22px;
}
}
.jbm_provs_fvg{
gap:0.75rem;
grid-template-columns:repeat(6,1fr);
display:grid;
margin-bottom:28px;
}
.jbm_provs_fvg>*{
min-width:0;
}
.jbm_prov_fvg{
background:#111820;
border:1px solid #1F3040;
padding:0.75rem;
border-radius:0.813rem;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
height:64px;
}
.jbm_prov_img_fvg{
object-fit:contain;
max-height:2rem;
max-width:100%;
}
.jbm_resp_fvg{
border:1px solid #1F3040;
background:#111820;
gap:1.5rem;
padding:26px;
border-radius:13px;
flex-wrap:wrap;
display:flex;
align-items:center;
justify-content:space-between;
}
.jbm_resp_in_fvg{
max-width:35rem;
}
.jbm_resp_h_fvg{
font-size:1.188rem;
color:#E8F4F8;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-bottom:0.5rem;
font-weight:700;
}
.jbm_resp_p_fvg{
line-height:1.6;
color:#A8C0CC;
font-size:0.844rem;
}
.jbm_resp_badges_fvg{
gap:0.875rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.jbm_age18_fvg{
padding:0.25rem 8px;
border:1.5px solid #E83040;
border-radius:8px;
font-weight:700;
color:#E83040;
font-size:13px;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
}
.jbm_resp_org_fvg{
color:#6A8FA0;
font-weight:600;
font-size:0.813rem;
}
@media(max-width:1026px){
.jbm_provs_fvg{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:561px){
.jbm_provs_fvg{
grid-template-columns:repeat(2,1fr);
}
}
.jbm_et_h2_fvg{
margin:0.625rem 0 0.875rem;
color:#E8F4F8;
font-weight:700;
line-height:1.08;
font-size:1.75rem;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.jbm_et_right_fvg{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.jbm_et_updated_fvg{
border-radius:13px;
background:#0A0F14;
border:1px solid #1F3040;
gap:0.625rem;
padding:14px 1.125rem;
align-items:center;
display:flex;
font-size:0.75rem;
color:#A8C0CC;
}
.jbm_et_updated_fvg svg{
flex:none;
width:15px;
height:0.938rem;
color:#00D4E0;
}
.jbm_et_updated_fvg b{
color:#E8F4F8;
}
@media(max-width:561px){
.jbm_et_h2_fvg{
font-size:24px;
}
}
.jbm_ab_h2_fvg{
margin:14px 0 1rem;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:32px;
line-height:1.08;
font-weight:700;
color:#E8F4F8;
}
.jbm_ab_body_fvg{
color:#A8C0CC;
margin-bottom:14px;
font-size:15px;
line-height:1.65;
}
.jbm_ab_chips_fvg{
gap:0.625rem;
display:flex;
margin-top:8px;
flex-wrap:wrap;
}
.jbm_faq_fvg{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.jbm_faq_item_fvg{
border:1px solid #1F3040;
border-radius:13px;
padding:18px 1.375rem;
background:#111820;
}
.jbm_faq_q_fvg{
gap:16px;
list-style:none;
cursor:pointer;
align-items:center;
justify-content:space-between;
font-size:15.5px;
display:flex;
font-weight:600;
color:#E8F4F8;
}
.jbm_faq_q_fvg::-webkit-details-marker{
display:none;
}
.jbm_faq_q_t_fvg{
gap:10px;
display:flex;
}
.jbm_faq_q_i_fvg{
font-style:normal;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
color:#00D4E0;
}
.jbm_faq_pm_fvg{
color:#00D4E0;
font-size:20px;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
}
.jbm_faq_item_fvg[open] .jbm_faq_pm_fvg{
transform:rotate(45deg);
}
.jbm_faq_a_fvg{
line-height:1.6;
font-size:0.844rem;
color:#A8C0CC;
margin-top:12px;
}
@media(max-width:562px){
.jbm_ab_h2_fvg{
font-size:1.625rem;
}
}
.jbm_dispute_fvg{
border:1px dashed #2A4458;
padding:1.625rem 30px;
border-radius:0.813rem;
gap:28px;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.jbm_dispute_in_fvg{
max-width:660px;
}
.jbm_dispute_h2_fvg{
margin-bottom:8px;
color:#E8F4F8;
font-weight:700;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.375rem;
}
.jbm_dispute_text_fvg{
color:#A8C0CC;
line-height:1.6;
font-size:13.5px;
}
.jbm_rc_fvg{
grid-template-columns:1fr 1fr 1fr;
gap:32px;
display:grid;
}
.jbm_rc_fvg>*{
min-width:0;
}
.jbm_rc_awards_fvg{
gap:11px;
flex-direction:column;
display:flex;
}
.jbm_award_fvg{
gap:0.688rem;
display:flex;
align-items:center;
}
.jbm_award_fvg svg{
flex:none;
width:1.125rem;
height:18px;
color:#FFB800;
}
.jbm_award_t_fvg{
font-weight:700;
color:#E8F4F8;
font-size:0.844rem;
}
.jbm_award_s_fvg{
color:#6A8FA0;
font-size:11.5px;
}
.jbm_rc_press_fvg{
grid-template-columns:1fr 1fr;
gap:10px;
display:grid;
}
.jbm_logo_cell_fvg{
border-radius:0.5rem;
border:1px solid #1F3040;
font-weight:700;
font-size:0.813rem;
display:flex;
height:3rem;
justify-content:center;
color:#A8C0CC;
align-items:center;
}
.jbm_rc_partner_fvg{
border-radius:13px;
background:#111820;
padding:20px;
border:1px solid #1F3040;
}
.jbm_rc_partner_name_fvg{
font-size:1.125rem;
color:#E8F4F8;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
margin-bottom:6px;
}
.jbm_rc_partner_text_fvg{
line-height:1.55;
color:#A8C0CC;
font-size:0.781rem;
}
@media(max-width:1025px){
.jbm_rc_fvg{
grid-template-columns:1fr;
gap:22px;
}
.jbm_rc_press_fvg{
grid-template-columns:repeat(4,1fr);
}
}
.jbm_footer_fvg{
padding:2.5rem 28px;
background:#070C10;
border-top:1px solid #182430;
}
.jbm_footer_grid_fvg{
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:32px;
max-width:1400px;
margin-bottom:1.75rem;
margin-left:auto;
margin-right:auto;
display:grid;
}
.jbm_footer_grid_fvg>*{
min-width:0;
}
.jbm_footer_grid_fvg h4{
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
color:#3D5A6A;
font-size:10px;
text-transform:uppercase;
letter-spacing:.12em;
margin-bottom:13px;
}
.jbm_fcol_fvg{
gap:9px;
color:#A8C0CC;
flex-direction:column;
display:flex;
font-size:13px;
}
.jbm_fcol_fvg a{
cursor:pointer;
}
.jbm_ft_about_fvg{
font-size:13px;
line-height:1.6;
max-width:16.25rem;
color:#6A8FA0;
margin-top:0.75rem;
}
.jbm_ft_contact_fvg{
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
overflow-wrap:anywhere;
margin-top:12px;
color:#00D4E0;
font-size:12.5px;
}
.jbm_footer_bottom_fvg{
gap:16px;
margin:0 auto;
padding-top:1.25rem;
max-width:1400px;
border-top:1px solid #182430;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.jbm_footer_bottom_fvg p{
font-size:0.688rem;
max-width:45rem;
line-height:1.6;
color:#3D5A6A;
}
@media(max-width:1025px){
.jbm_footer_grid_fvg{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:558px){
.jbm_footer_grid_fvg{
grid-template-columns:1fr;
}
}