*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0d1a0e;
font-family:"Work Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:15px;
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility;
line-height:1.55;
color:#a8bfa2;
overflow-wrap:break-word;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
input{
font-family:inherit;
}
svg{
display:block;
}
h1,h2,h3,h4{
overflow-wrap:anywhere;
}
::-webkit-scrollbar{
height:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(7, 18, 9, 0.72);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.bemshell-mbq{
grid-template-columns:248px 1fr;
display:grid;
min-height:100vh;
}
.bemmain-mbq{
min-width:0;
}
.bemwrap-mbq{
margin:0 auto;
max-width:1400px;
width:100%;
}
.bemcontainer-mbq{
margin:0 auto;
padding:0 16px;
width:100%;
max-width:1400px;
}
@media(min-width:768px){
.bemcontainer-mbq{
padding:0 1.75rem;
}
}
.bemsection-mbq{
padding:1.5rem 1.75rem;
}
.bemsection_pt-mbq{
padding-top:34px;
}
.bemband_soft-mbq{
background:#121f13;
}
.bemeyebrow-mbq{
font-size:10.5px;
line-height:1.4;
font-family:"Work Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
text-transform:uppercase;
color:#a3e635;
display:inline-block;
font-weight:600;
letter-spacing:.14em;
overflow-wrap:break-word;
}
.bemdrawer_cb-mbq{
display:none;
}
.bemoverlay-mbq{
display:none;
}
@media(max-width:1023px){
.bemshell-mbq{
grid-template-columns:1fr;
}
.bemmain-mbq{
padding-bottom:4.875rem;
}
.bemdrawer_cb-mbq:checked~.bemoverlay-mbq{
inset:0;
background:rgba(7, 18, 9, 0.72);
z-index:70;
position:fixed;
display:block;
}
}
@media(max-width:559px){
.bemsection-mbq{
padding:1.125rem 16px;
}
.bemsection_pt-mbq{
padding-top:1.5rem;
}
}
@keyframes zm3-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
@keyframes zm3-marquee{
0%{
transform:translateX(0)}
100%{
transform:translateX(-50%)}
}
/* ---------- sidebar ---------- */
.bemside-mbq{
gap:22px;
background:#0f1c10;
padding:22px 18px;
flex-direction:column;
overflow-y:auto;
border-right:1px solid #1c2e1d;
position:sticky;
height:100vh;
align-self:start;
display:flex;
top:0;
}
.bembrand-mbq{
gap:10px;
align-items:center;
display:flex;
}
.bemlogo-mbq{
font-weight:700;
color:#e8f5e2;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:21px;
letter-spacing:-.02em;
}
.bemside_cta-mbq{
padding:1rem;
border-radius:0.813rem;
background:rgba(163, 230, 53, 0.11);
border:1px solid #243826;
}
.bemside_cta_h-mbq{
margin-bottom:0.375rem;
font-weight:700;
color:#e8f5e2;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.063rem;
line-height:1.15;
}
.bemside_cta_p-mbq{
line-height:1.45;
font-size:12px;
color:#a8bfa2;
margin-bottom:0.75rem;
}
.bemnav-mbq{
gap:3px;
flex-direction:column;
display:flex;
}
.bemnav_label-mbq{
padding:0.375rem 0.625rem;
font-size:9.5px;
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
text-transform:uppercase;
color:#3e5239;
letter-spacing:.14em;
}
.bemnav_item-mbq{
border-radius:8px;
padding:0.625rem;
gap:0.688rem;
font-size:0.875rem;
display:flex;
font-weight:500;
align-items:center;
color:#a8bfa2;
}
.bemnav_item-mbq svg{
height:17px;
width:1.063rem;
}
.bemnav_item-mbq:hover{
background:rgba(163, 230, 53, 0.11);
color:#e8f5e2;
}
.bemnav_item_on-mbq{
background:rgba(163, 230, 53, 0.11);
font-weight:600;
color:#a3e635;
}
.bemside_foot-mbq{
border-radius:0.813rem;
padding:12px;
background:#121f13;
border:1px solid #243826;
margin-top:auto;
}
.bemside_foot-mbq p{
margin-top:0.25rem;
font-size:12.5px;
color:#a8bfa2;
line-height:1.4;
}
/* ---------- topbar ---------- */
.bemtop-mbq{
padding:0.875rem 1.75rem;
gap:1rem;
background:#0f1c10;
z-index:40;
align-items:center;
top:0;
position:sticky;
display:flex;
border-bottom:1px solid #1c2e1d;
}
.bemtop_brand-mbq{
gap:0.563rem;
display:none;
align-items:center;
}
.bemsearch-mbq{
padding:11px 14px;
background:#121f13;
gap:10px;
flex:1;
border:1px solid #243826;
border-radius:13px;
font-size:0.844rem;
color:#6e8a68;
max-width:440px;
align-items:center;
display:flex;
}
.bemsearch-mbq svg{
flex:none;
height:16px;
width:16px;
}
.bemtop_actions-mbq{
gap:12px;
display:flex;
margin-left:auto;
align-items:center;
}
.bemlang-mbq{
color:#a8bfa2;
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.75rem;
}
.bemburger-mbq{
border-radius:8px;
background:#121f13;
border:1px solid #243826;
justify-content:center;
color:#e8f5e2;
align-items:center;
width:2.5rem;
display:none;
height:2.5rem;
}
/* ---------- bottom-nav (mobile) ---------- */
.bembotnav-mbq{
display:none;
}
@media(max-width:1021px){
.bemside-mbq{
transition:transform .25s ease;
left:0;
transform:translateX(-100%);
position:fixed;
top:0;
height:100vh;
width:280px;
z-index:80;
}
.bemdrawer_cb-mbq:checked~.bemshell-mbq .bemside-mbq{
transform:translateX(0);
}
.bemtop-mbq{
gap:0.75rem;
padding:14px 1rem;
position:static;
flex-wrap:wrap;
}
.bemtop_brand-mbq{
display:flex;
}
.bemsearch-mbq{
display:none;
}
.bemburger-mbq{
display:flex;
}
.bemtop_actions-mbq{
gap:10px;
align-items:stretch;
margin-left:0;
width:100%;
}
.bemtop_actions-mbq .bemlang-mbq{
display:none;
}
.bemtop_actions-mbq .bembtn-mbq{
flex:1;
padding:0.688rem 0.625rem;
text-align:center;
}
.bembotnav-mbq{
padding:8px 6px calc(8px + env(safe-area-inset-bottom));
grid-template-columns:repeat(3,1fr);
background:#0f1c10;
transform:translateZ(0);
bottom:0;
display:grid;
border-top:1px solid #243826;
z-index:65;
position:fixed;
right:0;
left:0;
}
.bembn-mbq{
padding:0.375rem 2px 0;
gap:4px;
flex-direction:column;
justify-content:flex-end;
min-width:0;
align-items:center;
color:#a8bfa2;
font-weight:600;
display:flex;
font-size:10px;
}
.bembn-mbq svg{
flex:none;
width:1.375rem;
height:1.375rem;
}
.bembn-mbq span{
overflow:hidden;
text-align:center;
white-space:nowrap;
text-overflow:ellipsis;
max-width:100%;
}
.bembn_on-mbq{
color:#a3e635;
}
.bembn_center-mbq{
position:relative;
}
.bembn_fab-mbq{
border-radius:50%;
background:#a3e635;
width:3.125rem;
justify-content:center;
color:#0a1a0b;
display:flex;
box-shadow:0 0.5rem 32px rgba(0, 0, 0, 0.65), 0 2px 8px rgba(163, 230, 53, 0.18);
align-items:center;
top:-20px;
height:3.125rem;
position:absolute;
left:50%;
transform:translateX(-50%);
}
.bembn_fab-mbq svg{
height:1.5rem;
width:24px;
}
.bembn_center-mbq span{
color:#a3e635;
}
}
.bembtn-mbq{
transition:background-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease,color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
border-radius:0.5rem;
padding:0.688rem 22px;
gap:0.5rem;
justify-content:center;
font-size:14px;
display:inline-flex;
font-weight:700;
cursor:pointer;
font-family:"Work Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
align-items:center;
}
.bembtn_pri-mbq{
background:#a3e635;
color:#0a1a0b;
box-shadow:0 0 1.125rem rgba(163, 230, 53, 0.45), 0 4px 12px rgba(0, 0, 0, 0.50);
}
.bembtn_pri-mbq:hover{
background:#8fcc22;
}
.bembtn_ghost-mbq{
background:rgba(163, 230, 53, 0.11);
color:#e8f5e2;
font-weight:600;
}
.bembtn_line-mbq{
background:transparent;
border:1px solid #365438;
color:#e8f5e2;
font-weight:600;
}
.bembtn_lg-mbq{
border-radius:0.813rem;
padding:16px 1.875rem;
font-size:0.938rem;
}
.bemband-mbq .bembtn_line-mbq{
border-color:rgba(255, 255, 255, 0.12);
color:#e8f5e2;
}
.bemband-mbq .bembtn_ghost-mbq{
background:rgba(255, 255, 255, 0.08);
color:#e8f5e2;
}
.bemlink_m-mbq{
gap:5px;
font-size:12px;
color:#a3e635;
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
align-items:center;
cursor:pointer;
display:inline-flex;
text-decoration:none;
}
.bemlink_m-mbq svg{
width:0.875rem;
height:0.875rem;
}
.bemband-mbq .bemlink_m-mbq{
color:#b6f542;
}
.bemdot-mbq{
background:#a3e635;
border-radius:50%;
flex:none;
height:7px;
width:7px;
}
.bemdot_live-mbq{
animation:zm3-pulse 1.4s infinite;
background:#e53535;
}
.bemstars-mbq{
gap:2px;
color:#a3e635;
display:inline-flex;
}
.bemstars-mbq svg{
width:0.938rem;
height:0.938rem;
}
.bemchip-mbq{
border-radius:0.5rem;
border:1px solid #243826;
gap:6px;
padding:0.438rem 0.75rem;
background:#121f13;
font-size:0.688rem;
align-items:center;
display:inline-flex;
color:#a8bfa2;
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
}
.bemchip_on-mbq{
border-color:transparent;
background:rgba(163, 230, 53, 0.11);
color:#a3e635;
}
.bemgc-mbq{
display:block;
min-width:0;
cursor:pointer;
color:inherit;
text-decoration:none;
}
.bemgc_thumb-mbq{
border-radius:13px;
border:1px solid #243826;
overflow:hidden;
display:block;
position:relative;
aspect-ratio:1;
background-position:center;
background-size:cover;
}
.bemgc_thumb_portrait-mbq{
aspect-ratio:3/4;
}
.bemgc_thumb_wide-mbq{
aspect-ratio:16/11;
}
.bemgc_cap-mbq{
padding:9px;
background:linear-gradient(transparent,rgba(7, 18, 9, 0.72));
position:absolute;
right:0;
bottom:0;
left:0;
}
.bemgc_name-mbq{
font-size:12.5px;
display:block;
font-weight:700;
color:#e8f5e2;
}
.bemgc_meta-mbq{
font-size:0.688rem;
color:#8ab885;
}
.bemgc_badge-mbq{
padding:2px 6px;
background:#a3e635;
border-radius:8px;
font-size:0.5rem;
color:#0a1a0b;
position:absolute;
font-weight:700;
top:0.5rem;
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
right:8px;
}
.bemgc_badge_hot-mbq{
background:#e53535;
color:#e8f5e2;
}
.bemgc_badge_live-mbq{
background:#e53535;
color:#e8f5e2;
right:auto;
left:8px;
}
.bemgc_mult-mbq{
inset:0;
position:absolute;
color:#a3e635;
align-items:center;
display:flex;
font-size:1.75rem;
font-weight:700;
justify-content:center;
}
.bempc-mbq{
border:1px solid #243826;
background:#121f13;
border-radius:0.813rem;
height:4rem;
font-weight:700;
color:#a8bfa2;
display:flex;
align-items:center;
justify-content:center;
font-size:0.875rem;
}
.bemrail-mbq{
min-width:0;
}
.bemrail_scroll-mbq{
gap:0.875rem;
display:grid;
}
.bemrail_scroll-mbq>*{
min-width:0;
}
.bemg6-mbq{
grid-template-columns:repeat(6,1fr);
}
.bemg7-mbq{
grid-template-columns:repeat(7,1fr);
}
.bemg4-mbq{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1025px){
.bemg6-mbq,.bemg7-mbq{
grid-template-columns:none;
scroll-snap-type:x mandatory;
grid-auto-columns:7.5rem;
overflow-x:auto;
grid-auto-flow:column;
padding-bottom:6px;
}
.bemg6-mbq>*,.bemg7-mbq>*{
scroll-snap-align:start;
}
.bemg4-mbq{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:560px){
.bemg4-mbq{
grid-template-columns:none;
grid-auto-columns:9.375rem;
grid-auto-flow:column;
overflow-x:auto;
}
}
.bempanel-mbq{
border-radius:1.25rem;
background:#121f13;
border:1px solid #243826;
padding:28px 32px;
}
.bemsplit-mbq{
gap:2.25rem;
align-items:start;
display:grid;
}
.bemsplit-mbq>*{
min-width:0;
}
.bemsplit_a-mbq{
grid-template-columns:.85fr 1.15fr;
}
.bemsplit_b-mbq{
grid-template-columns:1fr 1.1fr;
}
.bemsplit_c-mbq{
grid-template-columns:1.1fr .9fr;
}
.bempgrid-mbq{
gap:40px;
grid-template-columns:.9fr 1.1fr;
align-items:center;
display:grid;
}
.bempgrid-mbq>*{
min-width:0;
}
.bemlead-mbq{
color:#a8bfa2;
margin-bottom:0.875rem;
line-height:1.65;
font-size:15px;
}
.bemfeat-mbq{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.bemfeat-mbq>*{
min-width:0;
}
.bemfeat2-mbq{
grid-template-columns:1fr 1fr;
}
.bemfeat_card-mbq{
border-radius:20px;
background:#121f13;
padding:1.625rem;
border:1px solid #243826;
}
.bemfeat_card-mbq svg{
color:#a3e635;
margin-bottom:16px;
width:1.625rem;
height:26px;
}
.bemfeat_card-mbq h3{
font-size:1.125rem;
margin-bottom:0.5rem;
color:#e8f5e2;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
}
.bemfeat_card-mbq p{
color:#a8bfa2;
line-height:1.6;
font-size:0.813rem;
}
.bemfeat_card-mbq b{
color:#e8f5e2;
}
.bembig-mbq{
gap:22px;
flex-wrap:wrap;
display:flex;
}
.bembig_n-mbq{
font-weight:700;
color:#a3e635;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:26px;
}
.bembig_l-mbq{
font-size:0.75rem;
color:#6e8a68;
}
.bemperson-mbq{
padding:16px 1.125rem;
border:1px solid #243826;
gap:0.875rem;
border-radius:0.813rem;
background:#121f13;
display:flex;
align-items:center;
}
.bemavatar-mbq{
flex:none;
border-radius:50%;
background:linear-gradient(135deg,#a3e635,#6aad1a);
height:2.75rem;
width:44px;
}
.bemperson_name-mbq{
color:#e8f5e2;
font-weight:700;
font-size:0.875rem;
}
.bemperson_role-mbq{
font-size:12px;
color:#6e8a68;
}
.bemkv-mbq{
overflow:hidden;
border-radius:0.813rem;
gap:1px;
border:1px solid #243826;
grid-template-columns:1fr 1fr;
background:#243826;
display:grid;
}
.bemkv-mbq>div{
background:#0d1a0e;
padding:16px 1.125rem;
min-width:0;
}
.bemkv_k-mbq{
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
text-transform:uppercase;
color:#a3e635;
font-size:0.594rem;
margin-bottom:5px;
}
.bemkv_v-mbq{
font-weight:700;
color:#e8f5e2;
font-size:13.5px;
}
@media(max-width:1027px){
.bemsplit_a-mbq,.bemsplit_b-mbq,.bemsplit_c-mbq,.bempgrid-mbq{
grid-template-columns:1fr;
gap:24px;
}
.bemfeat-mbq,.bemfeat2-mbq{
grid-template-columns:1fr;
}
.bemkv-mbq{
grid-template-columns:1fr;
}
}
.bemsh-mbq{
min-width:0;
margin-bottom:16px;
}
.bemsh_row-mbq{
gap:12px;
flex-wrap:wrap;
align-items:flex-end;
justify-content:space-between;
display:flex;
}
.bemsh_row-mbq .bemsh_l-mbq{
gap:0.375rem;
min-width:0;
flex-direction:column;
display:flex;
}
.bemsh_stack-mbq{
gap:0.625rem;
align-items:flex-start;
display:flex;
flex-direction:column;
}
.bemsh_center-mbq{
gap:10px;
display:flex;
align-items:center;
text-align:center;
flex-direction:column;
}
.bemsh_h2-mbq{
gap:9px;
font-size:1.25rem;
font-weight:700;
display:flex;
line-height:1.1;
color:#e8f5e2;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:break-word;
align-items:center;
}
@media(min-width:770px){
.bemsh_h2-mbq{
font-size:24px;
}
}
.bemband-mbq .bemsh_h2-mbq{
color:#e8f5e2;
}
.bemeb_mono-mbq{
text-transform:none;
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
letter-spacing:.08em;
}
.bemeb_mono-mbq::before{
content:"// ";
}
.bemeb_upper-mbq{
letter-spacing:.14em;
text-transform:uppercase;
}
.bemeb_pill-mbq{
border-radius:62.438rem;
padding:0.313rem 11px;
background:rgba(163, 230, 53, 0.11);
letter-spacing:.12em;
text-transform:uppercase;
}
.bemeb_line-mbq{
gap:10px;
display:inline-flex;
align-items:center;
}
.bemeb_line-mbq::before{
background:#a3e635;
display:inline-block;
height:1px;
content:"";
width:1.5rem;
}
.bemband-mbq .bemeb_line-mbq::before{
background:#b6f542;
}
.bemband-mbq .bemeb_pill-mbq{
background:rgba(255, 255, 255, 0.08);
}
.bemsh_link-mbq{
gap:6px;
transition:color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease,border-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
display:inline-flex;
color:#e8f5e2;
font-weight:600;
align-items:center;
padding-bottom:2px;
white-space:nowrap;
border-bottom:1px solid #e8f5e2;
font-size:0.813rem;
}
.bemsh_link-mbq:hover{
border-color:#a3e635;
color:#a3e635;
}
.bemsh_link-mbq svg{
width:14px;
height:0.875rem;
}
.bemsh_link_chev-mbq{
font-size:12px;
padding-bottom:0;
border-bottom:0;
color:#a3e635;
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
}
.bemsh_link_btn-mbq{
background:#a3e635;
padding:0.563rem 18px;
border-radius:62.438rem;
border-bottom:0;
color:#0a1a0b;
}
.bemsh_link_btn-mbq:hover{
border-color:transparent;
background:#8fcc22;
}
.bemband-mbq .bemsh_link-mbq{
border-color:#e8f5e2;
color:#e8f5e2;
}
.bemband-mbq .bemsh_link_chev-mbq{
color:#b6f542;
}
.bemsh_rule-mbq{
background:#243826;
margin:-2px 0 16px;
height:1px;
}
.bemband-mbq .bemsh_rule-mbq{
background:rgba(255, 255, 255, 0.12);
}
.bemseo_grid3-mbq{
grid-template-columns:repeat(3,1fr);
gap:20px;
display:grid;
}
.bemseo_grid4-mbq{
grid-template-columns:repeat(4,1fr);
gap:0.813rem;
display:grid;
}
.bemseo_grid3-mbq>*,.bemseo_grid4-mbq>*{
min-width:0;
}
.bemseo_card-mbq{
border-radius:13px;
border:1px solid #243826;
padding:1.5rem;
background:#121f13;
}
.bemseo_card-mbq h3{
font-size:18px;
font-weight:700;
margin-bottom:8px;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#e8f5e2;
}
.bemseo_card-mbq p{
color:#a8bfa2;
line-height:1.6;
font-size:13px;
}
.bemseo_card_sm-mbq{
padding:20px;
}
.bemseo_card_sm-mbq h3{
font-size:16px;
}
.bemseo_card_sm-mbq p{
line-height:1.55;
font-size:0.781rem;
}
.bemseo_rtp_row-mbq{
grid-template-columns:1fr 1fr;
gap:2.25rem;
align-items:center;
display:grid;
margin-top:1rem;
}
.bemrtp-mbq{
gap:0.875rem;
min-width:0;
display:flex;
}
.bemrtp-mbq>div{
background:#0d1a0e;
border-radius:0.813rem;
flex:1;
padding:1rem;
text-align:center;
min-width:0;
}
.bemrtp_n-mbq{
color:#a3e635;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:26px;
white-space:nowrap;
font-weight:700;
}
.bemrtp_l-mbq{
font-size:0.688rem;
color:#6e8a68;
margin-top:4px;
}
.bemcmp-mbq{
border-radius:0.813rem;
overflow:hidden;
border:1px solid #243826;
max-width:47.5rem;
}
.bemcmp_row-mbq{
grid-template-columns:1.6fr 1fr 1fr;
font-size:0.813rem;
display:grid;
}
.bemcmp_row-mbq>div{
padding:0.813rem 14px;
text-align:center;
min-width:0;
}
.bemcmp_row-mbq>div:first-child{
text-align:left;
padding-left:22px;
color:#e8f5e2;
font-weight:600;
}
.bemcmp_th-mbq{
background:#0d1a0e;
font-size:12.5px;
font-weight:700;
}
.bemcmp_row-mbq:not(.bemcmp_th-mbq){
background:#121f13;
color:#a8bfa2;
border-top:1px solid #1c2e1d;
}
.bemcmp_zebra-mbq{
background:#0f1b10;
}
.bemguide-mbq{
overflow:hidden;
border-radius:13px;
border:1px solid #243826;
background:#121f13;
cursor:pointer;
}
.bemguide_cover-mbq{
height:8.125rem;
}
.bemguide_body-mbq{
padding:1.25rem;
}
.bemguide_body-mbq h3{
margin:7px 0 9px;
line-height:1.25;
font-size:1rem;
color:#e8f5e2;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
}
.bemguide_meta-mbq{
font-size:11.5px;
color:#6e8a68;
}
.bemhub-mbq{
grid-template-columns:repeat(5,1fr);
gap:1.75rem;
padding-top:28px;
border-top:1px solid #1c2e1d;
display:grid;
}
.bemhub-mbq>*{
min-width:0;
}
.bemhub-mbq h4{
margin-bottom:11px;
font-weight:700;
color:#e8f5e2;
font-size:13px;
}
.bemhub_col-mbq{
gap:8px;
color:#a8bfa2;
font-size:0.813rem;
display:flex;
flex-direction:column;
}
.bemhub_col-mbq a{
cursor:pointer;
}
@media(max-width:1027px){
.bemseo_grid3-mbq{
grid-template-columns:1fr;
}
.bemseo_grid4-mbq{
grid-template-columns:repeat(2,1fr);
}
.bemseo_rtp_row-mbq{
gap:20px;
grid-template-columns:1fr;
}
.bemhub-mbq{
gap:1.375rem;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:562px){
.bemhub-mbq{
grid-template-columns:1fr;
}
}
.bemhero-mbq{
background:linear-gradient(120deg,#071209,#060e10);
padding:2.875rem 48px;
border:1px solid #243826;
border-radius:20px;
overflow:hidden;
color:#e8f5e2;
position:relative;
}
.bemhero_glow-mbq{
border-radius:50%;
background:radial-gradient(circle,rgba(163, 230, 53, 0.22),transparent 70%);
top:-3.75rem;
width:21.25rem;
position:absolute;
height:340px;
right:-3.75rem;
}
.bemhero_in-mbq{
position:relative;
max-width:600px;
}
.bemhero-mbq .bemeyebrow-mbq{
color:#b6f542;
}
.bempill_row-mbq{
border-radius:999px;
gap:0.5rem;
background:rgba(255, 255, 255, 0.08);
padding:0.375rem 13px;
border:1px solid rgba(255, 255, 255, 0.12);
color:#b6f542;
letter-spacing:.1em;
margin-bottom:1.375rem;
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
font-size:10.5px;
text-transform:uppercase;
display:inline-flex;
align-items:center;
}
.bemhero_h1-mbq{
margin:1.125rem 0;
font-size:3.375rem;
overflow-wrap:break-word;
line-height:1.02;
color:#e8f5e2;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
letter-spacing:-.02em;
font-weight:700;
}
.bemhero_h1-mbq em{
font-style:normal;
color:#b6f542;
}
.bemhero_sub-mbq{
max-width:30rem;
color:#8ab885;
line-height:1.55;
margin-bottom:28px;
font-size:1.063rem;
}
.bemhero_cta-mbq{
gap:0.875rem;
margin-bottom:1.625rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.bemhero_trust-mbq{
gap:14px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.bemhero_rating_txt-mbq{
font-size:0.813rem;
color:#8ab885;
}
@media(max-width:1021px){
.bemhero-mbq{
padding:32px 24px;
}
.bemhero_h1-mbq{
font-size:38px;
}
}
@media(max-width:563px){
.bemhero_h1-mbq{
font-size:1.875rem;
}
}
.bemtabs-mbq{
gap:9px;
display:flex;
flex-wrap:wrap;
}
.bemtab-mbq{
background:#121f13;
padding:10px 1.125rem;
border:1px solid #243826;
border-radius:0.5rem;
font-weight:600;
cursor:pointer;
color:#a8bfa2;
font-size:0.813rem;
}
.bemtab_on-mbq{
background:#a3e635;
border-color:transparent;
color:#0a1a0b;
font-weight:700;
}
.bemstat-mbq{
gap:14px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.bemstat-mbq>*{
min-width:0;
}
.bemstat_item-mbq{
border:1px solid #243826;
padding:18px 20px;
background:#121f13;
border-radius:13px;
}
.bemstat_k-mbq{
text-transform:uppercase;
font-size:0.594rem;
margin-bottom:0.438rem;
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
color:#6e8a68;
letter-spacing:.12em;
}
.bemstat_v-mbq{
gap:8px;
min-width:0;
color:#e8f5e2;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.5rem;
display:flex;
font-weight:700;
overflow-wrap:anywhere;
align-items:center;
}
.bemstat_v_accent-mbq{
color:#a3e635;
}
@media(max-width:1027px){
.bemstat-mbq{
grid-template-columns:repeat(2,1fr);
}
}
.bemwlc-mbq{
gap:1.5rem;
background:linear-gradient(120deg,#071209,#060e10);
grid-template-columns:1.2fr .8fr;
border-radius:1.25rem;
overflow:hidden;
border:1px solid #243826;
padding:36px 40px;
color:#e8f5e2;
display:grid;
align-items:center;
position:relative;
}
.bemwlc-mbq>*{
min-width:0;
}
.bemwlc-mbq .bemeyebrow-mbq{
color:#b6f542;
}
.bemwlc_glow-mbq{
border-radius:50%;
background:radial-gradient(circle,rgba(163, 230, 53, 0.22),transparent 70%);
height:260px;
width:16.25rem;
top:-40px;
right:-40px;
position:absolute;
}
.bemwlc_in-mbq{
position:relative;
}
.bemwlc_h2-mbq{
margin:10px 0 8px;
font-weight:700;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#e8f5e2;
font-size:34px;
overflow-wrap:break-word;
line-height:1.03;
}
.bemwlc_h2-mbq em{
color:#b6f542;
font-style:normal;
}
.bemwlc_sub-mbq{
color:#8ab885;
line-height:1.55;
margin-bottom:1.125rem;
max-width:26.25rem;
font-size:0.875rem;
}
.bemwlc_terms-mbq{
gap:0.625rem;
flex-direction:column;
position:relative;
display:flex;
}
.bemterm-mbq{
border:1px solid rgba(255, 255, 255, 0.12);
background:rgba(255, 255, 255, 0.08);
gap:0.688rem;
border-radius:0.813rem;
padding:13px 0.938rem;
align-items:center;
display:flex;
}
.bemterm-mbq svg{
flex:none;
height:20px;
color:#b6f542;
width:1.25rem;
}
.bemterm_k-mbq{
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
font-size:9.5px;
letter-spacing:.1em;
color:#8ab885;
text-transform:uppercase;
}
.bemterm_v-mbq{
margin-top:2px;
font-size:0.875rem;
font-weight:700;
color:#e8f5e2;
}
@media(max-width:1022px){
.bemwlc-mbq{
grid-template-columns:1fr;
}
}
@media(max-width:557px){
.bemwlc_h2-mbq{
font-size:26px;
}
}
.bemjp-mbq{
grid-template-columns:1.5fr 1fr 1fr;
gap:14px;
display:grid;
}
.bemjp-mbq>*{
min-width:0;
}
.bemjp_hero-mbq{
border-radius:1.25rem;
gap:0.875rem;
border:1px solid #243826;
overflow:hidden;
padding:1.625rem;
background:linear-gradient(135deg,#071209,#060e10);
justify-content:space-between;
position:relative;
color:#e8f5e2;
min-height:180px;
display:flex;
flex-direction:column;
}
.bemjp_glow-mbq{
border-radius:50%;
background:radial-gradient(circle,rgba(163, 230, 53, 0.22),transparent 70%);
right:-40px;
width:180px;
height:180px;
top:-2.5rem;
position:absolute;
}
.bemjp_k_row-mbq{
gap:10px;
position:relative;
align-items:center;
display:flex;
justify-content:space-between;
}
.bemjp_k-mbq{
font-size:0.625rem;
letter-spacing:.12em;
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
text-transform:uppercase;
color:#6e8a68;
}
.bemjp_hero-mbq .bemjp_k-mbq{
color:#8ab885;
}
.bemjp_amt-mbq{
font-weight:700;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1;
color:#b6f542;
font-size:42px;
position:relative;
}
.bemjp_sub-mbq{
color:#8ab885;
font-size:0.75rem;
margin-top:5px;
}
.bemjp_cell-mbq{
border-radius:20px;
border:1px solid #243826;
padding:22px;
background:#121f13;
flex-direction:column;
justify-content:space-between;
display:flex;
min-height:180px;
}
.bemjp_cell-mbq .bemjp_amt-mbq{
font-size:1.875rem;
color:#e8f5e2;
}
.bemjp_cell-mbq .bemjp_sub-mbq{
color:#6e8a68;
}
@media(max-width:1021px){
.bemjp-mbq{
grid-template-columns:1fr;
}
}
@media(max-width:563px){
.bemjp_amt-mbq{
font-size:32px;
}
}
.bempay_logos-mbq{
grid-template-columns:repeat(4,1fr);
gap:9px;
display:grid;
}
.bempay_logos-mbq>*{
min-width:0;
}
.bempay-mbq{
border-radius:8px;
border:1px solid #243826;
height:48px;
display:flex;
font-size:12px;
font-weight:700;
justify-content:center;
color:#a8bfa2;
align-items:center;
}
.bemtable-mbq{
border-radius:13px;
border:1px solid #243826;
overflow:hidden;
}
.bemtrow-mbq{
grid-template-columns:1.3fr 1fr 1fr 1fr;
font-size:0.813rem;
display:grid;
}
.bemtrow-mbq>div{
padding:0.813rem 0.875rem;
min-width:0;
}
.bemtrow-mbq>div:first-child{
padding-left:1rem;
font-weight:700;
color:#e8f5e2;
}
.bemtrow_th-mbq{
background:#0d1a0e;
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
font-size:9.5px;
color:#6e8a68;
text-transform:uppercase;
letter-spacing:.06em;
}
.bemtrow-mbq:not(.bemtrow_th-mbq){
background:#121f13;
color:#a8bfa2;
border-top:1px solid #1c2e1d;
}
.bemtrow_zebra-mbq{
background:#0f1b10;
}
.bempos-mbq{
color:#a3e635;
font-weight:700;
}
@media(max-width:1022px){
.bempay_logos-mbq{
grid-template-columns:repeat(2,1fr);
}
}
.bempromo_grid-mbq{
gap:1rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.bempromo_grid-mbq>*{
min-width:0;
}
.bempromo-mbq{
overflow:hidden;
padding:1.5rem;
border-radius:20px;
border:1px solid #243826;
background:#121f13;
min-height:150px;
position:relative;
}
.bempromo_h-mbq{
margin-top:6px;
font-size:1.625rem;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.05;
color:#e8f5e2;
font-weight:700;
}
.bempromo_h-mbq em{
font-style:normal;
color:#a3e635;
}
.bempromo_p-mbq{
color:#a8bfa2;
font-size:12.5px;
line-height:1.5;
margin-top:0.5rem;
}
.bempromo_feat-mbq{
background:linear-gradient(135deg,#071209,#060e10);
border-color:#243826;
}
.bempromo_feat-mbq .bempromo_h-mbq{
color:#e8f5e2;
}
.bempromo_feat-mbq .bempromo_h-mbq em{
color:#b6f542;
}
.bempromo_feat-mbq .bempromo_p-mbq{
color:#8ab885;
}
.bempromo_feat-mbq .bemeyebrow-mbq{
color:#b6f542;
}
@media(max-width:1026px){
.bempromo_grid-mbq{
grid-template-columns:1fr;
}
}
.bembanner-mbq{
border:1px solid #243826;
overflow:hidden;
border-radius:20px;
padding:36px 2.5rem;
gap:28px;
background:linear-gradient(115deg,#071209,#060e10);
flex-wrap:wrap;
align-items:center;
display:flex;
position:relative;
justify-content:space-between;
color:#e8f5e2;
}
.bembanner_glow-mbq{
background:radial-gradient(circle,rgba(163, 230, 53, 0.22),transparent 68%);
border-radius:50%;
top:50%;
right:5rem;
position:absolute;
height:12.5rem;
transform:translateY(-50%);
width:12.5rem;
}
.bembanner_in-mbq{
position:relative;
max-width:560px;
}
.bembanner-mbq .bemeyebrow-mbq{
color:#b6f542;
}
.bembanner_h2-mbq{
margin:10px 0;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
line-height:1.05;
font-size:1.875rem;
color:#e8f5e2;
}
.bembanner_text-mbq{
color:#8ab885;
line-height:1.6;
font-size:0.875rem;
}
@media(max-width:562px){
.bembanner_h2-mbq{
font-size:24px;
}
}
.bemgm-mbq{
gap:1rem;
grid-template-columns:1.3fr 1fr;
display:grid;
}
.bemgm-mbq>*{
min-width:0;
}
.bemgm_panel-mbq{
border:1px solid #243826;
padding:1.75rem;
border-radius:20px;
background:#121f13;
}
.bemgm_h2-mbq{
margin:10px 0 8px;
color:#e8f5e2;
font-weight:700;
font-size:1.5rem;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.bemgm_text-mbq{
line-height:1.6;
max-width:440px;
color:#a8bfa2;
font-size:0.844rem;
margin-bottom:1.25rem;
}
.bemgm_level-mbq{
gap:0.875rem;
align-items:center;
margin-bottom:1rem;
display:flex;
}
.bemgm_lv-mbq{
color:#a3e635;
font-weight:700;
font-size:24px;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.bemgm_bar_wrap-mbq{
flex:1;
min-width:0;
}
.bemgm_bar_meta-mbq{
margin-bottom:5px;
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
color:#6e8a68;
font-size:10px;
justify-content:space-between;
display:flex;
}
.bembar-mbq{
overflow:hidden;
background:#0d1a0e;
border-radius:999px;
height:8px;
}
.bembar_fill-mbq{
background:linear-gradient(90deg,#a3e635,#6aad1a);
border-radius:999px;
height:100%;
display:block;
}
.bemgm_missions-mbq{
gap:9px;
display:flex;
flex-wrap:wrap;
}
.bemgm_refer-mbq{
border-radius:1.25rem;
background:linear-gradient(150deg,#071209,#060e10);
border:1px solid #243826;
padding:1.75rem;
overflow:hidden;
position:relative;
justify-content:space-between;
color:#e8f5e2;
display:flex;
flex-direction:column;
}
.bemgm_refer-mbq .bemeyebrow-mbq{
color:#b6f542;
}
.bemgm_ref_h2-mbq{
margin:10px 0 8px;
font-weight:700;
font-size:24px;
color:#e8f5e2;
line-height:1.1;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.bemgm_ref_h2-mbq em{
color:#b6f542;
font-style:normal;
}
.bemgm_ref_text-mbq{
color:#8ab885;
line-height:1.55;
margin-bottom:1.125rem;
font-size:0.813rem;
}
@media(max-width:1023px){
.bemgm-mbq{
grid-template-columns:1fr;
}
}
.bemvip_head-mbq{
gap:0.75rem;
align-items:flex-end;
margin-bottom:18px;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
}
.bemvip_intro-mbq{
font-size:0.813rem;
color:#a8bfa2;
max-width:420px;
}
.bemvip-mbq{
gap:12px;
grid-template-columns:repeat(5,1fr);
display:grid;
}
.bemvip-mbq>*{
min-width:0;
}
.bemtier-mbq{
padding:1.25rem;
background:#121f13;
border-radius:13px;
border:1px solid #243826;
}
.bemtier_on-mbq{
border-color:#a3e635;
background:rgba(163, 230, 53, 0.11);
}
.bemtier_medal-mbq{
border-radius:0.5rem;
background:linear-gradient(135deg,#a3e635,#6aad1a);
margin-bottom:0.875rem;
width:30px;
height:1.875rem;
}
.bemtier_name-mbq{
font-weight:700;
margin-bottom:5px;
font-size:15px;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#e8f5e2;
}
.bemtier_tx-mbq{
line-height:1.5;
color:#6e8a68;
font-size:11.5px;
}
@media(max-width:1021px){
.bemvip-mbq{
grid-template-columns:repeat(2,1fr);
}
}
.bemsteps-mbq{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.bemsteps-mbq>*{
min-width:0;
}
.bemstep-mbq{
background:#121f13;
border:1px solid #243826;
padding:1.5rem;
border-radius:0.813rem;
position:relative;
}
.bemstep_num-mbq{
background:#a3e635;
border-radius:0.5rem;
display:flex;
height:1.875rem;
font-weight:700;
margin-bottom:14px;
color:#0a1a0b;
font-size:0.813rem;
width:1.875rem;
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
align-items:center;
justify-content:center;
}
.bemstep_h-mbq{
color:#e8f5e2;
font-weight:700;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:0.438rem;
font-size:1rem;
}
.bemstep_p-mbq{
line-height:1.55;
color:#a8bfa2;
font-size:0.813rem;
}
@media(max-width:1023px){
.bemsteps-mbq{
grid-template-columns:1fr;
}
}
.bemdw_h2-mbq{
font-weight:700;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#e8f5e2;
font-size:26px;
line-height:1.08;
margin-bottom:10px;
}
.bemsteps_v-mbq{
gap:10px;
grid-template-columns:1fr;
}
.bemsteps_v-mbq .bemstep-mbq{
padding:18px 20px;
}
@media(max-width:560px){
.bemdw_h2-mbq{
font-size:1.438rem;
}
}
.bemnews-mbq{
background:linear-gradient(135deg,#071209,#060e10);
gap:24px;
padding:26px 32px;
border:1px solid #243826;
border-radius:1.25rem;
color:#e8f5e2;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.bemnews_h3-mbq{
margin-bottom:0.25rem;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#e8f5e2;
font-weight:700;
font-size:1.25rem;
}
.bemnews_text-mbq{
color:#8ab885;
font-size:13px;
}
.bemnews_form-mbq{
flex:1;
gap:0.625rem;
display:flex;
max-width:27.5rem;
min-width:0;
}
.bemnews_form-mbq .beminput-mbq{
min-width:0;
}
@media(max-width:561px){
.bemnews_form-mbq{
width:100%;
}
}
.beminput-mbq{
padding:0.813rem 1rem;
border-radius:8px;
background:rgba(255, 255, 255, 0.08);
flex:1;
border:1px solid rgba(255, 255, 255, 0.12);
color:#8ab885;
font-size:0.844rem;
}
.bemsupp-mbq{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.bemsupp-mbq>*{
min-width:0;
}
.bemsupp_card-mbq{
border:1px solid #243826;
padding:24px;
border-radius:13px;
background:#121f13;
}
.bemsupp_card-mbq svg{
color:#a3e635;
margin-bottom:0.875rem;
height:1.5rem;
width:24px;
}
.bemsupp_card-mbq h3{
color:#e8f5e2;
margin-bottom:0.375rem;
font-size:16px;
font-weight:700;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.bemsupp_card-mbq p{
font-size:13px;
color:#a8bfa2;
line-height:1.55;
}
@media(max-width:1024px){
.bemsupp-mbq{
grid-template-columns:1fr;
}
}
.bemop_h2-mbq{
margin:0.625rem 0 0.5rem;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.1;
color:#e8f5e2;
font-size:24px;
font-weight:700;
}
.bemop_text-mbq{
font-size:13.5px;
color:#a8bfa2;
line-height:1.6;
}
@media(max-width:561px){
.bemop_h2-mbq{
font-size:1.375rem;
}
}
.bemprovs-mbq{
gap:0.75rem;
grid-template-columns:repeat(6,1fr);
display:grid;
margin-bottom:1.75rem;
}
.bemprovs-mbq>*{
min-width:0;
}
.bemprov-mbq{
border-radius:0.813rem;
border:1px solid #243826;
padding:12px;
background:#121f13;
display:flex;
align-items:center;
height:4rem;
text-decoration:none;
justify-content:center;
}
.bemprov_img-mbq{
object-fit:contain;
max-width:100%;
max-height:32px;
}
.bemresp-mbq{
gap:24px;
border:1px solid #243826;
padding:26px;
background:#121f13;
border-radius:0.813rem;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.bemresp_in-mbq{
max-width:35rem;
}
.bemresp_h-mbq{
font-weight:700;
color:#e8f5e2;
margin-bottom:0.5rem;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.188rem;
}
.bemresp_p-mbq{
color:#a8bfa2;
line-height:1.6;
font-size:13.5px;
}
.bemresp_badges-mbq{
gap:0.875rem;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.bemage18-mbq{
padding:4px 0.5rem;
border:1.5px solid #e53535;
border-radius:0.5rem;
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
color:#e53535;
font-size:0.813rem;
font-weight:700;
}
.bemresp_org-mbq{
font-weight:600;
font-size:0.813rem;
color:#6e8a68;
}
@media(max-width:1022px){
.bemprovs-mbq{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:559px){
.bemprovs-mbq{
grid-template-columns:repeat(2,1fr);
}
}
.bemgd_head-mbq{
gap:12px;
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
margin-bottom:16px;
}
.bemab_h2-mbq{
margin:14px 0 1rem;
font-family:"Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#e8f5e2;
line-height:1.08;
font-weight:700;
font-size:2rem;
}
.bemab_body-mbq{
font-size:15px;
line-height:1.65;
margin-bottom:14px;
color:#a8bfa2;
}
.bemab_chips-mbq{
gap:10px;
margin-top:0.5rem;
display:flex;
flex-wrap:wrap;
}
.bemfaq-mbq{
gap:10px;
flex-direction:column;
display:flex;
}
.bemfaq_item-mbq{
border-radius:0.813rem;
padding:1.125rem 22px;
background:#121f13;
border:1px solid #243826;
}
.bemfaq_q-mbq{
list-style:none;
gap:1rem;
font-size:15.5px;
color:#e8f5e2;
display:flex;
font-weight:600;
cursor:pointer;
justify-content:space-between;
align-items:center;
}
.bemfaq_q-mbq::-webkit-details-marker{
display:none;
}
.bemfaq_q_t-mbq{
gap:10px;
display:flex;
}
.bemfaq_q_i-mbq{
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
color:#a3e635;
font-style:normal;
}
.bemfaq_pm-mbq{
color:#a3e635;
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
font-size:1.25rem;
}
.bemfaq_item-mbq[open] .bemfaq_pm-mbq{
transform:rotate(45deg);
}
.bemfaq_a-mbq{
margin-top:0.75rem;
font-size:0.844rem;
color:#a8bfa2;
line-height:1.6;
}
@media(max-width:557px){
.bemab_h2-mbq{
font-size:26px;
}
}
.bemfooter-mbq{
padding:2.5rem 28px;
background:#090f09;
border-top:1px solid #1c2e1d;
}
.bemfooter_grid-mbq{
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:2rem;
margin-left:auto;
max-width:87.5rem;
margin-right:auto;
margin-bottom:1.75rem;
display:grid;
}
.bemfooter_grid-mbq>*{
min-width:0;
}
.bemfooter_grid-mbq h4{
text-transform:uppercase;
margin-bottom:0.813rem;
color:#3e5239;
font-size:0.625rem;
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
letter-spacing:.12em;
}
.bemfcol-mbq{
gap:9px;
display:flex;
flex-direction:column;
color:#a8bfa2;
font-size:0.813rem;
}
.bemfcol-mbq a{
cursor:pointer;
}
.bemft_about-mbq{
color:#6e8a68;
margin-top:12px;
max-width:16.25rem;
line-height:1.6;
font-size:13px;
}
.bemft_contact-mbq{
margin-top:12px;
font-size:0.781rem;
overflow-wrap:anywhere;
color:#a3e635;
font-family:"IBM Plex Mono", Menlo, Monaco, Consolas, monospace;
}
.bemfooter_bottom-mbq{
margin:0 auto;
gap:16px;
display:flex;
align-items:center;
max-width:87.5rem;
padding-top:20px;
flex-wrap:wrap;
border-top:1px solid #1c2e1d;
justify-content:space-between;
}
.bemfooter_bottom-mbq p{
font-size:11px;
color:#3e5239;
line-height:1.6;
max-width:45rem;
}
@media(max-width:1021px){
.bemfooter_grid-mbq{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:561px){
.bemfooter_grid-mbq{
grid-template-columns:1fr;
}
}