*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0E0810;
color:#C4AED4;
overflow-wrap:break-word;
-webkit-font-smoothing:antialiased;
font-family:"Work Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
text-rendering:optimizeLegibility;
font-size:15px;
line-height:1.55;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
input{
font-family:inherit;
}
svg{
display:block;
}
h1,h2,h3,h4{
overflow-wrap:anywhere;
}
::-webkit-scrollbar{
height:0.5rem;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(8, 4, 12, 0.74);
}
::-webkit-scrollbar-track{
background:transparent;
}
.ftv_shell-ene{
grid-template-columns:15.5rem 1fr;
display:grid;
min-height:100vh;
}
.ftv_main-ene{
min-width:0;
}
.ftv_wrap-ene{
margin:0 auto;
max-width:1400px;
width:100%;
}
.ftv_container-ene{
margin:0 auto;
padding:0 16px;
width:100%;
max-width:1400px;
}
@media(min-width:767px){
.ftv_container-ene{
padding:0 28px;
}
}
.ftv_section-ene{
padding:24px 1.75rem;
}
.ftv_section_pt-ene{
padding-top:34px;
}
.ftv_band_soft-ene{
background:#150D18;
}
.ftv_eyebrow-ene{
display:inline-block;
font-family:"Work Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
letter-spacing:.14em;
font-weight:600;
font-size:0.656rem;
text-transform:uppercase;
overflow-wrap:break-word;
color:#E020B0;
line-height:1.4;
}
.ftv_drawer_cb-ene{
display:none;
}
.ftv_overlay-ene{
display:none;
}
@media(max-width:1023px){
.ftv_shell-ene{
grid-template-columns:1fr;
}
.ftv_main-ene{
padding-bottom:78px;
}
.ftv_drawer_cb-ene:checked~.ftv_overlay-ene{
background:rgba(8, 4, 12, 0.74);
inset:0;
position:fixed;
z-index:70;
display:block;
}
}
@media(max-width:557px){
.ftv_section-ene{
padding:1.125rem 1rem;
}
.ftv_section_pt-ene{
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 ---------- */
.ftv_side-ene{
padding:22px 1.125rem;
gap:22px;
background:#110C14;
flex-direction:column;
height:100vh;
top:0;
position:sticky;
overflow-y:auto;
border-right:1px solid #261530;
display:flex;
align-self:start;
}
.ftv_brand-ene{
gap:10px;
display:flex;
align-items:center;
}
.ftv_logo-ene{
letter-spacing:-.02em;
color:#F2E8F8;
font-weight:700;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:21px;
}
.ftv_side_cta-ene{
border-radius:0.813rem;
padding:1rem;
background:rgba(224, 32, 176, 0.11);
border:1px solid #341B42;
}
.ftv_side_cta_h-ene{
font-weight:700;
margin-bottom:6px;
line-height:1.15;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:17px;
color:#F2E8F8;
}
.ftv_side_cta_p-ene{
line-height:1.45;
margin-bottom:12px;
font-size:12px;
color:#C4AED4;
}
.ftv_nav-ene{
gap:3px;
display:flex;
flex-direction:column;
}
.ftv_nav_label-ene{
padding:0.375rem 0.625rem;
text-transform:uppercase;
letter-spacing:.14em;
font-size:9.5px;
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#5A4468;
}
.ftv_nav_item-ene{
padding:0.625rem;
border-radius:8px;
gap:11px;
font-size:14px;
display:flex;
color:#C4AED4;
align-items:center;
font-weight:500;
}
.ftv_nav_item-ene svg{
width:17px;
height:1.063rem;
}
.ftv_nav_item-ene:hover{
background:rgba(224, 32, 176, 0.11);
color:#F2E8F8;
}
.ftv_nav_item_on-ene{
background:rgba(224, 32, 176, 0.11);
color:#E020B0;
font-weight:600;
}
.ftv_side_foot-ene{
padding:0.75rem;
border-radius:0.813rem;
border:1px solid #341B42;
background:#150D18;
margin-top:auto;
}
.ftv_side_foot-ene p{
color:#C4AED4;
line-height:1.4;
margin-top:0.25rem;
font-size:0.781rem;
}
/* ---------- topbar ---------- */
.ftv_top-ene{
gap:16px;
padding:14px 1.75rem;
background:#110C14;
position:sticky;
top:0;
z-index:40;
border-bottom:1px solid #261530;
align-items:center;
display:flex;
}
.ftv_top_brand-ene{
gap:9px;
display:none;
align-items:center;
}
.ftv_search-ene{
padding:0.688rem 0.875rem;
background:#150D18;
gap:0.625rem;
flex:1;
border-radius:0.813rem;
border:1px solid #341B42;
color:#8A6FA0;
font-size:0.844rem;
max-width:440px;
align-items:center;
display:flex;
}
.ftv_search-ene svg{
flex:none;
width:16px;
height:16px;
}
.ftv_top_actions-ene{
gap:0.75rem;
display:flex;
align-items:center;
margin-left:auto;
}
.ftv_lang-ene{
font-size:12px;
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#C4AED4;
}
.ftv_burger-ene{
border:1px solid #341B42;
background:#150D18;
border-radius:0.5rem;
color:#F2E8F8;
display:none;
justify-content:center;
align-items:center;
width:40px;
height:2.5rem;
}
/* ---------- bottom-nav (mobile) ---------- */
.ftv_botnav-ene{
display:none;
}
@media(max-width:1024px){
.ftv_side-ene{
transition:transform .25s ease;
top:0;
z-index:80;
position:fixed;
left:0;
height:100vh;
transform:translateX(-100%);
width:17.5rem;
}
.ftv_drawer_cb-ene:checked~.ftv_shell-ene .ftv_side-ene{
transform:translateX(0);
}
.ftv_top-ene{
gap:12px;
padding:0.875rem 1rem;
flex-wrap:wrap;
position:static;
}
.ftv_top_brand-ene{
display:flex;
}
.ftv_search-ene{
display:none;
}
.ftv_burger-ene{
display:flex;
}
.ftv_top_actions-ene{
gap:0.625rem;
align-items:stretch;
margin-left:0;
width:100%;
}
.ftv_top_actions-ene .ftv_lang-ene{
display:none;
}
.ftv_top_actions-ene .ftv_btn-ene{
padding:0.688rem 0.625rem;
flex:1;
text-align:center;
}
.ftv_botnav-ene{
grid-template-columns:repeat(3,1fr);
background:#110C14;
padding:8px 0.375rem calc(8px + env(safe-area-inset-bottom));
bottom:0;
transform:translateZ(0);
border-top:1px solid #341B42;
left:0;
display:grid;
position:fixed;
right:0;
z-index:65;
}
.ftv_bn-ene{
gap:0.25rem;
padding:0.375rem 2px 0;
color:#C4AED4;
flex-direction:column;
min-width:0;
display:flex;
font-weight:600;
justify-content:flex-end;
align-items:center;
font-size:0.625rem;
}
.ftv_bn-ene svg{
flex:none;
height:22px;
width:1.375rem;
}
.ftv_bn-ene span{
overflow:hidden;
white-space:nowrap;
text-align:center;
max-width:100%;
text-overflow:ellipsis;
}
.ftv_bn_on-ene{
color:#E020B0;
}
.ftv_bn_center-ene{
position:relative;
}
.ftv_bn_fab-ene{
background:#F030C8;
border-radius:50%;
height:50px;
left:50%;
width:50px;
box-shadow:0 8px 2.5rem rgba(8, 4, 12, 0.72), 0 2px 0.75rem rgba(220, 30, 160, 0.18);
align-items:center;
transform:translateX(-50%);
display:flex;
top:-1.25rem;
color:#0E0810;
justify-content:center;
position:absolute;
}
.ftv_bn_fab-ene svg{
height:24px;
width:1.5rem;
}
.ftv_bn_center-ene span{
color:#E020B0;
}
}
.ftv_btn-ene{
gap:8px;
transition:background-color 0.2s ease,color 0.2s ease;
border-radius:8px;
padding:11px 1.375rem;
cursor:pointer;
display:inline-flex;
font-size:0.875rem;
align-items:center;
font-family:"Work Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
justify-content:center;
}
.ftv_btn_pri-ene{
background:#F030C8;
box-shadow:0 0.25rem 1.5rem rgba(240, 48, 200, 0.45), 0 2px 0.5rem rgba(240, 48, 200, 0.25);
color:#0E0810;
}
.ftv_btn_pri-ene:hover{
background:#C820A8;
}
.ftv_btn_ghost-ene{
background:rgba(224, 32, 176, 0.11);
color:#F2E8F8;
font-weight:600;
}
.ftv_btn_line-ene{
background:transparent;
border:1px solid #4E2860;
color:#F2E8F8;
font-weight:600;
}
.ftv_btn_lg-ene{
border-radius:13px;
padding:16px 30px;
font-size:0.938rem;
}
.ftv_band-ene .ftv_btn_line-ene{
border-color:rgba(255, 255, 255, 0.12);
color:#F2E8F8;
}
.ftv_band-ene .ftv_btn_ghost-ene{
background:rgba(255, 255, 255, 0.07);
color:#F2E8F8;
}
.ftv_link_m-ene{
gap:0.313rem;
cursor:pointer;
align-items:center;
text-decoration:none;
display:inline-flex;
font-size:0.75rem;
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#E020B0;
}
.ftv_link_m-ene svg{
height:14px;
width:14px;
}
.ftv_band-ene .ftv_link_m-ene{
color:#F030C0;
}
.ftv_dot-ene{
border-radius:50%;
flex:none;
background:#E020B0;
height:0.438rem;
width:7px;
}
.ftv_dot_live-ene{
background:#E83030;
animation:zm3-pulse 1.4s infinite;
}
.ftv_stars-ene{
gap:2px;
display:inline-flex;
color:#E020B0;
}
.ftv_stars-ene svg{
height:15px;
width:0.938rem;
}
.ftv_chip-ene{
background:#150D18;
gap:6px;
border-radius:8px;
padding:7px 12px;
border:1px solid #341B42;
display:inline-flex;
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:11px;
color:#C4AED4;
align-items:center;
}
.ftv_chip_on-ene{
border-color:transparent;
background:rgba(224, 32, 176, 0.11);
color:#E020B0;
}
.ftv_gc-ene{
min-width:0;
text-decoration:none;
cursor:pointer;
display:block;
color:inherit;
}
.ftv_gc_thumb-ene{
border-radius:13px;
border:1px solid #341B42;
overflow:hidden;
background-size:cover;
display:block;
aspect-ratio:1;
position:relative;
background-position:center;
}
.ftv_gc_thumb_portrait-ene{
aspect-ratio:3/4;
}
.ftv_gc_thumb_wide-ene{
aspect-ratio:16/11;
}
.ftv_gc_cap-ene{
padding:9px;
background:linear-gradient(transparent,rgba(8, 4, 12, 0.74));
right:0;
position:absolute;
bottom:0;
left:0;
}
.ftv_gc_name-ene{
font-size:12.5px;
display:block;
font-weight:700;
color:#F2E8F8;
}
.ftv_gc_meta-ene{
color:#B89ACC;
font-size:0.688rem;
}
.ftv_gc_badge-ene{
border-radius:8px;
padding:2px 0.375rem;
background:#E020B0;
top:8px;
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:8px;
font-weight:700;
position:absolute;
right:8px;
color:#0E0810;
}
.ftv_gc_badge_hot-ene{
background:#E83030;
color:#F2E8F8;
}
.ftv_gc_badge_live-ene{
background:#E83030;
left:0.5rem;
right:auto;
color:#F2E8F8;
}
.ftv_gc_mult-ene{
inset:0;
font-size:28px;
color:#E020B0;
justify-content:center;
display:flex;
font-weight:700;
align-items:center;
position:absolute;
}
.ftv_pc-ene{
border-radius:13px;
background:#150D18;
border:1px solid #341B42;
font-size:14px;
justify-content:center;
height:64px;
align-items:center;
font-weight:700;
display:flex;
color:#C4AED4;
}
.ftv_rail-ene{
min-width:0;
}
.ftv_rail_scroll-ene{
gap:0.875rem;
display:grid;
}
.ftv_rail_scroll-ene>*{
min-width:0;
}
.ftv_g6-ene{
grid-template-columns:repeat(6,1fr);
}
.ftv_g7-ene{
grid-template-columns:repeat(7,1fr);
}
.ftv_g4-ene{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1022px){
.ftv_g6-ene,.ftv_g7-ene{
grid-template-columns:none;
grid-auto-columns:120px;
overflow-x:auto;
grid-auto-flow:column;
scroll-snap-type:x mandatory;
padding-bottom:0.375rem;
}
.ftv_g6-ene>*,.ftv_g7-ene>*{
scroll-snap-align:start;
}
.ftv_g4-ene{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:561px){
.ftv_g4-ene{
grid-template-columns:none;
grid-auto-flow:column;
grid-auto-columns:9.375rem;
overflow-x:auto;
}
}
.ftv_panel-ene{
border:1px solid #341B42;
border-radius:1.25rem;
background:#150D18;
padding:1.75rem 2rem;
}
.ftv_split-ene{
gap:2.25rem;
align-items:start;
display:grid;
}
.ftv_split-ene>*{
min-width:0;
}
.ftv_split_a-ene{
grid-template-columns:.85fr 1.15fr;
}
.ftv_split_b-ene{
grid-template-columns:1fr 1.1fr;
}
.ftv_split_c-ene{
grid-template-columns:1.1fr .9fr;
}
.ftv_pgrid-ene{
grid-template-columns:.9fr 1.1fr;
gap:40px;
align-items:center;
display:grid;
}
.ftv_pgrid-ene>*{
min-width:0;
}
.ftv_lead-ene{
color:#C4AED4;
margin-bottom:0.875rem;
line-height:1.65;
font-size:0.938rem;
}
.ftv_feat-ene{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.ftv_feat-ene>*{
min-width:0;
}
.ftv_feat2-ene{
grid-template-columns:1fr 1fr;
}
.ftv_feat_card-ene{
border:1px solid #341B42;
padding:26px;
background:#150D18;
border-radius:20px;
}
.ftv_feat_card-ene svg{
width:26px;
height:1.625rem;
margin-bottom:1rem;
color:#E020B0;
}
.ftv_feat_card-ene h3{
font-size:1.125rem;
color:#F2E8F8;
margin-bottom:8px;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
}
.ftv_feat_card-ene p{
line-height:1.6;
font-size:13px;
color:#C4AED4;
}
.ftv_feat_card-ene b{
color:#F2E8F8;
}
.ftv_big-ene{
gap:22px;
display:flex;
flex-wrap:wrap;
}
.ftv_big_n-ene{
font-size:1.625rem;
font-weight:700;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#E020B0;
}
.ftv_big_l-ene{
color:#8A6FA0;
font-size:0.75rem;
}
.ftv_person-ene{
gap:14px;
border:1px solid #341B42;
border-radius:0.813rem;
background:#150D18;
padding:1rem 1.125rem;
align-items:center;
display:flex;
}
.ftv_avatar-ene{
border-radius:50%;
background:linear-gradient(135deg,#F030C8,#9A0F78);
flex:none;
width:44px;
height:44px;
}
.ftv_person_name-ene{
color:#F2E8F8;
font-size:0.875rem;
font-weight:700;
}
.ftv_person_role-ene{
color:#8A6FA0;
font-size:12px;
}
.ftv_kv-ene{
grid-template-columns:1fr 1fr;
overflow:hidden;
background:#341B42;
border-radius:13px;
border:1px solid #341B42;
gap:1px;
display:grid;
}
.ftv_kv-ene>div{
padding:1rem 1.125rem;
background:#0E0810;
min-width:0;
}
.ftv_kv_k-ene{
font-size:0.594rem;
text-transform:uppercase;
margin-bottom:0.313rem;
color:#E020B0;
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.ftv_kv_v-ene{
color:#F2E8F8;
font-size:13.5px;
font-weight:700;
}
@media(max-width:1023px){
.ftv_split_a-ene,.ftv_split_b-ene,.ftv_split_c-ene,.ftv_pgrid-ene{
grid-template-columns:1fr;
gap:1.5rem;
}
.ftv_feat-ene,.ftv_feat2-ene{
grid-template-columns:1fr;
}
.ftv_kv-ene{
grid-template-columns:1fr;
}
}
.ftv_sh-ene{
margin-bottom:1rem;
min-width:0;
}
.ftv_sh_row-ene{
gap:12px;
display:flex;
align-items:flex-end;
justify-content:space-between;
flex-wrap:wrap;
}
.ftv_sh_row-ene .ftv_sh_l-ene{
gap:6px;
min-width:0;
flex-direction:column;
display:flex;
}
.ftv_sh_stack-ene{
gap:0.625rem;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.ftv_sh_center-ene{
gap:10px;
display:flex;
text-align:center;
align-items:center;
flex-direction:column;
}
.ftv_sh_h2-ene{
gap:9px;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:20px;
overflow-wrap:break-word;
color:#F2E8F8;
font-weight:700;
display:flex;
line-height:1.1;
align-items:center;
}
@media(min-width:765px){
.ftv_sh_h2-ene{
font-size:1.5rem;
}
}
.ftv_band-ene .ftv_sh_h2-ene{
color:#F2E8F8;
}
.ftv_eb_mono-ene{
text-transform:none;
letter-spacing:.08em;
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.ftv_eb_mono-ene::before{
content:"// ";
}
.ftv_eb_upper-ene{
letter-spacing:.14em;
text-transform:uppercase;
}
.ftv_eb_pill-ene{
border-radius:62.438rem;
background:rgba(224, 32, 176, 0.11);
padding:5px 11px;
text-transform:uppercase;
letter-spacing:.12em;
}
.ftv_eb_line-ene{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.ftv_eb_line-ene::before{
background:#E020B0;
content:"";
width:1.5rem;
display:inline-block;
height:1px;
}
.ftv_band-ene .ftv_eb_line-ene::before{
background:#F030C0;
}
.ftv_band-ene .ftv_eb_pill-ene{
background:rgba(255, 255, 255, 0.07);
}
.ftv_sh_link-ene{
gap:6px;
transition:color 0.2s ease,border-color 0.2s ease;
font-weight:600;
padding-bottom:2px;
color:#F2E8F8;
align-items:center;
white-space:nowrap;
font-size:0.813rem;
border-bottom:1px solid #F2E8F8;
display:inline-flex;
}
.ftv_sh_link-ene:hover{
border-color:#E020B0;
color:#E020B0;
}
.ftv_sh_link-ene svg{
height:0.875rem;
width:14px;
}
.ftv_sh_link_chev-ene{
padding-bottom:0;
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#E020B0;
font-size:12px;
border-bottom:0;
}
.ftv_sh_link_btn-ene{
padding:9px 1.125rem;
background:#F030C8;
border-radius:999px;
color:#0E0810;
border-bottom:0;
}
.ftv_sh_link_btn-ene:hover{
background:#C820A8;
border-color:transparent;
}
.ftv_band-ene .ftv_sh_link-ene{
border-color:#F2E8F8;
color:#F2E8F8;
}
.ftv_band-ene .ftv_sh_link_chev-ene{
color:#F030C0;
}
.ftv_sh_rule-ene{
background:#341B42;
margin:-2px 0 1rem;
height:1px;
}
.ftv_band-ene .ftv_sh_rule-ene{
background:rgba(255, 255, 255, 0.12);
}
.ftv_seo_grid3-ene{
grid-template-columns:repeat(3,1fr);
gap:1.25rem;
display:grid;
}
.ftv_seo_grid4-ene{
grid-template-columns:repeat(4,1fr);
gap:13px;
display:grid;
}
.ftv_seo_grid3-ene>*,.ftv_seo_grid4-ene>*{
min-width:0;
}
.ftv_seo_card-ene{
border-radius:13px;
border:1px solid #341B42;
background:#150D18;
padding:24px;
}
.ftv_seo_card-ene h3{
color:#F2E8F8;
margin-bottom:0.5rem;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
font-size:1.125rem;
}
.ftv_seo_card-ene p{
line-height:1.6;
font-size:0.813rem;
color:#C4AED4;
}
.ftv_seo_card_sm-ene{
padding:1.25rem;
}
.ftv_seo_card_sm-ene h3{
font-size:1rem;
}
.ftv_seo_card_sm-ene p{
line-height:1.55;
font-size:0.781rem;
}
.ftv_seo_rtp_row-ene{
gap:36px;
grid-template-columns:1fr 1fr;
display:grid;
margin-top:16px;
align-items:center;
}
.ftv_rtp-ene{
gap:14px;
min-width:0;
display:flex;
}
.ftv_rtp-ene>div{
padding:1rem;
background:#0E0810;
border-radius:13px;
flex:1;
min-width:0;
text-align:center;
}
.ftv_rtp_n-ene{
white-space:nowrap;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:26px;
color:#E020B0;
font-weight:700;
}
.ftv_rtp_l-ene{
color:#8A6FA0;
font-size:0.688rem;
margin-top:4px;
}
.ftv_cmp-ene{
border-radius:0.813rem;
border:1px solid #341B42;
overflow:hidden;
max-width:760px;
}
.ftv_cmp_row-ene{
grid-template-columns:1.6fr 1fr 1fr;
font-size:0.813rem;
display:grid;
}
.ftv_cmp_row-ene>div{
padding:13px 14px;
min-width:0;
text-align:center;
}
.ftv_cmp_row-ene>div:first-child{
padding-left:22px;
font-weight:600;
color:#F2E8F8;
text-align:left;
}
.ftv_cmp_th-ene{
background:#0E0810;
font-weight:700;
font-size:12.5px;
}
.ftv_cmp_row-ene:not(.ftv_cmp_th-ene){
background:#150D18;
border-top:1px solid #261530;
color:#C4AED4;
}
.ftv_cmp_zebra-ene{
background:#1A1020;
}
.ftv_guide-ene{
border:1px solid #341B42;
background:#150D18;
border-radius:13px;
overflow:hidden;
cursor:pointer;
}
.ftv_guide_cover-ene{
height:8.125rem;
}
.ftv_guide_body-ene{
padding:20px;
}
.ftv_guide_body-ene h3{
margin:0.438rem 0 9px;
font-weight:700;
color:#F2E8F8;
font-size:16px;
line-height:1.25;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.ftv_guide_meta-ene{
color:#8A6FA0;
font-size:0.719rem;
}
.ftv_hub-ene{
gap:1.75rem;
grid-template-columns:repeat(5,1fr);
border-top:1px solid #261530;
display:grid;
padding-top:28px;
}
.ftv_hub-ene>*{
min-width:0;
}
.ftv_hub-ene h4{
color:#F2E8F8;
font-size:0.813rem;
margin-bottom:0.688rem;
font-weight:700;
}
.ftv_hub_col-ene{
gap:8px;
font-size:13px;
display:flex;
color:#C4AED4;
flex-direction:column;
}
.ftv_hub_col-ene a{
cursor:pointer;
}
@media(max-width:1025px){
.ftv_seo_grid3-ene{
grid-template-columns:1fr;
}
.ftv_seo_grid4-ene{
grid-template-columns:repeat(2,1fr);
}
.ftv_seo_rtp_row-ene{
grid-template-columns:1fr;
gap:1.25rem;
}
.ftv_hub-ene{
grid-template-columns:repeat(2,1fr);
gap:22px;
}
}
@media(max-width:562px){
.ftv_hub-ene{
grid-template-columns:1fr;
}
}
.ftv_tk-ene{
background:#080508;
overflow:hidden;
border-bottom:1px solid #261530;
display:flex;
align-items:center;
}
.ftv_tk_tag-ene{
background:#150D18;
padding:11px 18px;
gap:0.5rem;
flex:none;
align-items:center;
border-right:1px solid #261530;
color:#E83030;
text-transform:uppercase;
display:flex;
font-weight:600;
font-size:0.656rem;
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.1em;
}
.ftv_tk_rail-ene{
flex:1;
overflow:hidden;
}
.ftv_tk_track-ene{
animation:zm3-marquee 26s linear infinite;
padding:11px 14px;
gap:28px;
width:max-content;
display:flex;
color:#C4AED4;
font-size:0.75rem;
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
white-space:nowrap;
}
.ftv_tk_track-ene b{
color:#E020B0;
}
.ftv_hero-ene{
border-radius:20px;
overflow:hidden;
padding:46px 48px;
background:linear-gradient(120deg,#130A1A,#0A0A18);
border:1px solid #341B42;
color:#F2E8F8;
position:relative;
}
.ftv_hero_glow-ene{
background:radial-gradient(circle,rgba(220, 30, 160, 0.22),transparent 70%);
border-radius:50%;
top:-3.75rem;
width:21.25rem;
position:absolute;
height:340px;
right:-3.75rem;
}
.ftv_hero_in-ene{
position:relative;
max-width:600px;
}
.ftv_hero-ene .ftv_eyebrow-ene{
color:#F030C0;
}
.ftv_pill_row-ene{
border-radius:62.438rem;
background:rgba(255, 255, 255, 0.07);
border:1px solid rgba(255, 255, 255, 0.12);
gap:8px;
padding:6px 0.813rem;
text-transform:uppercase;
font-size:10.5px;
color:#F030C0;
display:inline-flex;
letter-spacing:.1em;
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
margin-bottom:22px;
align-items:center;
}
.ftv_hero_h1-ene{
margin:18px 0;
color:#F2E8F8;
line-height:1.02;
font-weight:700;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
letter-spacing:-.02em;
overflow-wrap:break-word;
font-size:54px;
}
.ftv_hero_h1-ene em{
font-style:normal;
color:#F030C0;
}
.ftv_hero_sub-ene{
margin-bottom:28px;
font-size:17px;
color:#B89ACC;
max-width:480px;
line-height:1.55;
}
.ftv_hero_cta-ene{
gap:0.875rem;
margin-bottom:1.625rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.ftv_hero_trust-ene{
gap:14px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.ftv_hero_rating_txt-ene{
color:#B89ACC;
font-size:0.813rem;
}
@media(max-width:1022px){
.ftv_hero-ene{
padding:2rem 24px;
}
.ftv_hero_h1-ene{
font-size:2.375rem;
}
}
@media(max-width:560px){
.ftv_hero_h1-ene{
font-size:1.875rem;
}
}
.ftv_tabs-ene{
gap:0.563rem;
display:flex;
flex-wrap:wrap;
}
.ftv_tab-ene{
background:#150D18;
border:1px solid #341B42;
padding:10px 18px;
border-radius:0.5rem;
font-size:0.813rem;
font-weight:600;
color:#C4AED4;
cursor:pointer;
}
.ftv_tab_on-ene{
border-color:transparent;
background:#F030C8;
font-weight:700;
color:#0E0810;
}
.ftv_stat-ene{
gap:0.875rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.ftv_stat-ene>*{
min-width:0;
}
.ftv_stat_item-ene{
border:1px solid #341B42;
border-radius:13px;
padding:18px 1.25rem;
background:#150D18;
}
.ftv_stat_k-ene{
color:#8A6FA0;
margin-bottom:0.438rem;
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.12em;
font-size:0.594rem;
text-transform:uppercase;
}
.ftv_stat_v-ene{
gap:0.5rem;
align-items:center;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
display:flex;
font-size:1.5rem;
min-width:0;
font-weight:700;
overflow-wrap:anywhere;
color:#F2E8F8;
}
.ftv_stat_v_accent-ene{
color:#E020B0;
}
@media(max-width:1023px){
.ftv_stat-ene{
grid-template-columns:repeat(2,1fr);
}
}
.ftv_wlc-ene{
grid-template-columns:1.2fr .8fr;
background:linear-gradient(120deg,#130A1A,#0A0A18);
border:1px solid #341B42;
overflow:hidden;
padding:36px 2.5rem;
border-radius:1.25rem;
gap:1.5rem;
display:grid;
color:#F2E8F8;
align-items:center;
position:relative;
}
.ftv_wlc-ene>*{
min-width:0;
}
.ftv_wlc-ene .ftv_eyebrow-ene{
color:#F030C0;
}
.ftv_wlc_glow-ene{
border-radius:50%;
background:radial-gradient(circle,rgba(220, 30, 160, 0.22),transparent 70%);
height:260px;
top:-2.5rem;
position:absolute;
width:16.25rem;
right:-40px;
}
.ftv_wlc_in-ene{
position:relative;
}
.ftv_wlc_h2-ene{
margin:0.625rem 0 0.5rem;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
overflow-wrap:break-word;
font-size:2.125rem;
font-weight:700;
color:#F2E8F8;
line-height:1.03;
}
.ftv_wlc_h2-ene em{
color:#F030C0;
font-style:normal;
}
.ftv_wlc_sub-ene{
color:#B89ACC;
font-size:14px;
max-width:420px;
margin-bottom:18px;
line-height:1.55;
}
.ftv_wlc_terms-ene{
gap:0.625rem;
position:relative;
flex-direction:column;
display:flex;
}
.ftv_term-ene{
padding:0.813rem 0.938rem;
border-radius:13px;
background:rgba(255, 255, 255, 0.07);
gap:0.688rem;
border:1px solid rgba(255, 255, 255, 0.12);
display:flex;
align-items:center;
}
.ftv_term-ene svg{
flex:none;
width:20px;
height:20px;
color:#F030C0;
}
.ftv_term_k-ene{
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#B89ACC;
font-size:0.594rem;
letter-spacing:.1em;
text-transform:uppercase;
}
.ftv_term_v-ene{
font-size:14px;
margin-top:2px;
color:#F2E8F8;
font-weight:700;
}
@media(max-width:1023px){
.ftv_wlc-ene{
grid-template-columns:1fr;
}
}
@media(max-width:560px){
.ftv_wlc_h2-ene{
font-size:26px;
}
}
.ftv_jp-ene{
grid-template-columns:1.5fr 1fr 1fr;
gap:14px;
display:grid;
}
.ftv_jp-ene>*{
min-width:0;
}
.ftv_jp_hero-ene{
gap:0.875rem;
border-radius:1.25rem;
background:linear-gradient(135deg,#130A1A,#0A0A18);
padding:1.625rem;
border:1px solid #341B42;
overflow:hidden;
flex-direction:column;
min-height:180px;
justify-content:space-between;
color:#F2E8F8;
display:flex;
position:relative;
}
.ftv_jp_glow-ene{
border-radius:50%;
background:radial-gradient(circle,rgba(220, 30, 160, 0.22),transparent 70%);
right:-40px;
top:-2.5rem;
position:absolute;
width:11.25rem;
height:11.25rem;
}
.ftv_jp_k_row-ene{
gap:10px;
display:flex;
position:relative;
align-items:center;
justify-content:space-between;
}
.ftv_jp_k-ene{
color:#8A6FA0;
text-transform:uppercase;
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.12em;
font-size:0.625rem;
}
.ftv_jp_hero-ene .ftv_jp_k-ene{
color:#B89ACC;
}
.ftv_jp_amt-ene{
color:#F030C0;
line-height:1;
font-weight:700;
position:relative;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:42px;
}
.ftv_jp_sub-ene{
color:#B89ACC;
font-size:12px;
margin-top:5px;
}
.ftv_jp_cell-ene{
border:1px solid #341B42;
padding:22px;
background:#150D18;
border-radius:1.25rem;
flex-direction:column;
display:flex;
justify-content:space-between;
min-height:180px;
}
.ftv_jp_cell-ene .ftv_jp_amt-ene{
font-size:1.875rem;
color:#F2E8F8;
}
.ftv_jp_cell-ene .ftv_jp_sub-ene{
color:#8A6FA0;
}
@media(max-width:1025px){
.ftv_jp-ene{
grid-template-columns:1fr;
}
}
@media(max-width:557px){
.ftv_jp_amt-ene{
font-size:2rem;
}
}
.ftv_dw_h2-ene{
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.625rem;
margin-bottom:10px;
line-height:1.08;
font-weight:700;
color:#F2E8F8;
}
.ftv_steps_v-ene{
grid-template-columns:1fr;
gap:10px;
}
.ftv_steps_v-ene .ftv_step-ene{
padding:1.125rem 20px;
}
@media(max-width:562px){
.ftv_dw_h2-ene{
font-size:1.438rem;
}
}
.ftv_pay_logos-ene{
gap:9px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.ftv_pay_logos-ene>*{
min-width:0;
}
.ftv_pay-ene{
border:1px solid #341B42;
border-radius:8px;
font-size:12px;
align-items:center;
height:48px;
font-weight:700;
color:#C4AED4;
display:flex;
justify-content:center;
}
.ftv_table-ene{
border-radius:13px;
border:1px solid #341B42;
overflow:hidden;
}
.ftv_trow-ene{
grid-template-columns:1.3fr 1fr 1fr 1fr;
display:grid;
font-size:13px;
}
.ftv_trow-ene>div{
padding:0.813rem 0.875rem;
min-width:0;
}
.ftv_trow-ene>div:first-child{
font-weight:700;
color:#F2E8F8;
padding-left:16px;
}
.ftv_trow_th-ene{
background:#0E0810;
font-size:9.5px;
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:uppercase;
color:#8A6FA0;
letter-spacing:.06em;
}
.ftv_trow-ene:not(.ftv_trow_th-ene){
background:#150D18;
color:#C4AED4;
border-top:1px solid #261530;
}
.ftv_trow_zebra-ene{
background:#1A1020;
}
.ftv_pos-ene{
color:#E020B0;
font-weight:700;
}
@media(max-width:1024px){
.ftv_pay_logos-ene{
grid-template-columns:repeat(2,1fr);
}
}
.ftv_steps-ene{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.ftv_steps-ene>*{
min-width:0;
}
.ftv_step-ene{
border-radius:13px;
border:1px solid #341B42;
background:#150D18;
padding:1.5rem;
position:relative;
}
.ftv_step_num-ene{
border-radius:8px;
background:#F030C8;
justify-content:center;
height:30px;
font-size:0.813rem;
width:30px;
color:#0E0810;
align-items:center;
display:flex;
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
margin-bottom:0.875rem;
font-weight:700;
}
.ftv_step_h-ene{
font-size:1rem;
margin-bottom:7px;
color:#F2E8F8;
font-weight:700;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.ftv_step_p-ene{
font-size:13px;
color:#C4AED4;
line-height:1.55;
}
@media(max-width:1023px){
.ftv_steps-ene{
grid-template-columns:1fr;
}
}
.ftv_supp-ene{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.ftv_supp-ene>*{
min-width:0;
}
.ftv_supp_card-ene{
background:#150D18;
border-radius:0.813rem;
padding:1.5rem;
border:1px solid #341B42;
}
.ftv_supp_card-ene svg{
margin-bottom:0.875rem;
height:24px;
color:#E020B0;
width:24px;
}
.ftv_supp_card-ene h3{
color:#F2E8F8;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
margin-bottom:6px;
font-size:16px;
}
.ftv_supp_card-ene p{
font-size:0.813rem;
color:#C4AED4;
line-height:1.55;
}
@media(max-width:1021px){
.ftv_supp-ene{
grid-template-columns:1fr;
}
}
.ftv_vip_head-ene{
gap:0.75rem;
display:flex;
margin-bottom:18px;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-end;
}
.ftv_vip_intro-ene{
font-size:13px;
max-width:26.25rem;
color:#C4AED4;
}
.ftv_vip-ene{
grid-template-columns:repeat(5,1fr);
gap:0.75rem;
display:grid;
}
.ftv_vip-ene>*{
min-width:0;
}
.ftv_tier-ene{
padding:20px;
border:1px solid #341B42;
border-radius:0.813rem;
background:#150D18;
}
.ftv_tier_on-ene{
background:rgba(224, 32, 176, 0.11);
border-color:#E020B0;
}
.ftv_tier_medal-ene{
border-radius:8px;
background:linear-gradient(135deg,#F030C8,#9A0F78);
height:1.875rem;
margin-bottom:0.875rem;
width:1.875rem;
}
.ftv_tier_name-ene{
margin-bottom:5px;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:15px;
color:#F2E8F8;
font-weight:700;
}
.ftv_tier_tx-ene{
font-size:11.5px;
color:#8A6FA0;
line-height:1.5;
}
@media(max-width:1024px){
.ftv_vip-ene{
grid-template-columns:repeat(2,1fr);
}
}
.ftv_promo_grid-ene{
gap:16px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.ftv_promo_grid-ene>*{
min-width:0;
}
.ftv_promo-ene{
background:#150D18;
border-radius:20px;
padding:1.5rem;
border:1px solid #341B42;
overflow:hidden;
position:relative;
min-height:9.375rem;
}
.ftv_promo_h-ene{
color:#F2E8F8;
margin-top:6px;
line-height:1.05;
font-weight:700;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.625rem;
}
.ftv_promo_h-ene em{
font-style:normal;
color:#E020B0;
}
.ftv_promo_p-ene{
font-size:0.781rem;
margin-top:0.5rem;
line-height:1.5;
color:#C4AED4;
}
.ftv_promo_feat-ene{
border-color:#341B42;
background:linear-gradient(135deg,#130A1A,#0A0A18);
}
.ftv_promo_feat-ene .ftv_promo_h-ene{
color:#F2E8F8;
}
.ftv_promo_feat-ene .ftv_promo_h-ene em{
color:#F030C0;
}
.ftv_promo_feat-ene .ftv_promo_p-ene{
color:#B89ACC;
}
.ftv_promo_feat-ene .ftv_eyebrow-ene{
color:#F030C0;
}
@media(max-width:1026px){
.ftv_promo_grid-ene{
grid-template-columns:1fr;
}
}
.ftv_rc-ene{
gap:2rem;
grid-template-columns:1fr 1fr 1fr;
display:grid;
}
.ftv_rc-ene>*{
min-width:0;
}
.ftv_rc_awards-ene{
gap:11px;
flex-direction:column;
display:flex;
}
.ftv_award-ene{
gap:0.688rem;
display:flex;
align-items:center;
}
.ftv_award-ene svg{
flex:none;
height:18px;
color:#F0B830;
width:1.125rem;
}
.ftv_award_t-ene{
color:#F2E8F8;
font-size:13.5px;
font-weight:700;
}
.ftv_award_s-ene{
color:#8A6FA0;
font-size:0.719rem;
}
.ftv_rc_press-ene{
gap:0.625rem;
grid-template-columns:1fr 1fr;
display:grid;
}
.ftv_logo_cell-ene{
border-radius:8px;
border:1px solid #341B42;
align-items:center;
color:#C4AED4;
font-weight:700;
font-size:13px;
height:48px;
display:flex;
justify-content:center;
}
.ftv_rc_partner-ene{
padding:1.25rem;
background:#150D18;
border:1px solid #341B42;
border-radius:13px;
}
.ftv_rc_partner_name-ene{
margin-bottom:0.375rem;
color:#F2E8F8;
font-size:1.125rem;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
}
.ftv_rc_partner_text-ene{
line-height:1.55;
font-size:0.781rem;
color:#C4AED4;
}
@media(max-width:1027px){
.ftv_rc-ene{
grid-template-columns:1fr;
gap:1.375rem;
}
.ftv_rc_press-ene{
grid-template-columns:repeat(4,1fr);
}
}
.ftv_dispute-ene{
border:1px dashed #4E2860;
gap:28px;
border-radius:0.813rem;
padding:26px 1.875rem;
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
}
.ftv_dispute_in-ene{
max-width:41.25rem;
}
.ftv_dispute_h2-ene{
color:#F2E8F8;
font-size:1.375rem;
font-weight:700;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-bottom:8px;
}
.ftv_dispute_text-ene{
font-size:13.5px;
color:#C4AED4;
line-height:1.6;
}
.ftv_ab_h2-ene{
margin:0.875rem 0 16px;
line-height:1.08;
color:#F2E8F8;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
font-size:32px;
}
.ftv_ab_body-ene{
margin-bottom:0.875rem;
line-height:1.65;
font-size:15px;
color:#C4AED4;
}
.ftv_ab_chips-ene{
gap:0.625rem;
margin-top:0.5rem;
flex-wrap:wrap;
display:flex;
}
.ftv_faq-ene{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.ftv_faq_item-ene{
border-radius:0.813rem;
background:#150D18;
padding:18px 22px;
border:1px solid #341B42;
}
.ftv_faq_q-ene{
gap:1rem;
list-style:none;
align-items:center;
color:#F2E8F8;
justify-content:space-between;
font-weight:600;
cursor:pointer;
font-size:15.5px;
display:flex;
}
.ftv_faq_q-ene::-webkit-details-marker{
display:none;
}
.ftv_faq_q_t-ene{
gap:0.625rem;
display:flex;
}
.ftv_faq_q_i-ene{
font-style:normal;
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#E020B0;
}
.ftv_faq_pm-ene{
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#E020B0;
font-size:20px;
}
.ftv_faq_item-ene[open] .ftv_faq_pm-ene{
transform:rotate(45deg);
}
.ftv_faq_a-ene{
font-size:13.5px;
color:#C4AED4;
margin-top:12px;
line-height:1.6;
}
@media(max-width:559px){
.ftv_ab_h2-ene{
font-size:26px;
}
}
.ftv_provs-ene{
grid-template-columns:repeat(6,1fr);
gap:12px;
margin-bottom:28px;
display:grid;
}
.ftv_provs-ene>*{
min-width:0;
}
.ftv_prov-ene{
border:1px solid #341B42;
padding:12px;
background:#150D18;
border-radius:0.813rem;
text-decoration:none;
align-items:center;
display:flex;
justify-content:center;
height:64px;
}
.ftv_prov_img-ene{
max-width:100%;
object-fit:contain;
max-height:2rem;
}
.ftv_resp-ene{
padding:26px;
border-radius:13px;
gap:1.5rem;
background:#150D18;
border:1px solid #341B42;
align-items:center;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.ftv_resp_in-ene{
max-width:35rem;
}
.ftv_resp_h-ene{
color:#F2E8F8;
margin-bottom:8px;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.188rem;
font-weight:700;
}
.ftv_resp_p-ene{
font-size:13.5px;
line-height:1.6;
color:#C4AED4;
}
.ftv_resp_badges-ene{
gap:0.875rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.ftv_age18-ene{
border:1.5px solid #E83030;
padding:0.25rem 8px;
border-radius:0.5rem;
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:0.813rem;
color:#E83030;
font-weight:700;
}
.ftv_resp_org-ene{
font-size:0.813rem;
color:#8A6FA0;
font-weight:600;
}
@media(max-width:1021px){
.ftv_provs-ene{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:558px){
.ftv_provs-ene{
grid-template-columns:repeat(2,1fr);
}
}
.ftv_op_h2-ene{
margin:10px 0 0.5rem;
font-size:1.5rem;
color:#F2E8F8;
line-height:1.1;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
}
.ftv_op_text-ene{
color:#C4AED4;
font-size:0.844rem;
line-height:1.6;
}
@media(max-width:560px){
.ftv_op_h2-ene{
font-size:22px;
}
}
.ftv_et_h2-ene{
margin:0.625rem 0 0.875rem;
color:#F2E8F8;
line-height:1.08;
font-size:1.75rem;
font-family:"Unbounded", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
}
.ftv_et_right-ene{
gap:10px;
flex-direction:column;
display:flex;
}
.ftv_et_updated-ene{
padding:0.875rem 18px;
border-radius:13px;
border:1px solid #341B42;
background:#0E0810;
gap:10px;
color:#C4AED4;
align-items:center;
font-size:0.75rem;
display:flex;
}
.ftv_et_updated-ene svg{
flex:none;
width:15px;
color:#E020B0;
height:15px;
}
.ftv_et_updated-ene b{
color:#F2E8F8;
}
@media(max-width:561px){
.ftv_et_h2-ene{
font-size:1.5rem;
}
}
.ftv_footer-ene{
background:#080508;
padding:40px 28px;
border-top:1px solid #261530;
}
.ftv_footer_grid-ene{
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:2rem;
max-width:1400px;
margin-left:auto;
display:grid;
margin-bottom:28px;
margin-right:auto;
}
.ftv_footer_grid-ene>*{
min-width:0;
}
.ftv_footer_grid-ene h4{
margin-bottom:13px;
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:uppercase;
letter-spacing:.12em;
font-size:0.625rem;
color:#5A4468;
}
.ftv_fcol-ene{
gap:0.563rem;
font-size:0.813rem;
flex-direction:column;
color:#C4AED4;
display:flex;
}
.ftv_fcol-ene a{
cursor:pointer;
}
.ftv_ft_about-ene{
line-height:1.6;
margin-top:0.75rem;
max-width:16.25rem;
color:#8A6FA0;
font-size:0.813rem;
}
.ftv_ft_contact-ene{
color:#E020B0;
font-size:12.5px;
overflow-wrap:anywhere;
margin-top:12px;
font-family:"Spline Sans Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.ftv_footer_bottom-ene{
gap:1rem;
margin:0 auto;
flex-wrap:wrap;
border-top:1px solid #261530;
display:flex;
align-items:center;
justify-content:space-between;
padding-top:1.25rem;
max-width:87.5rem;
}
.ftv_footer_bottom-ene p{
max-width:45rem;
color:#5A4468;
font-size:0.688rem;
line-height:1.6;
}
@media(max-width:1023px){
.ftv_footer_grid-ene{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:557px){
.ftv_footer_grid-ene{
grid-template-columns:1fr;
}
}