*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F3FA;
line-height:1.55;
font-family:"Mulish", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#3D3157;
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility;
font-size:0.938rem;
overflow-wrap:break-word;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
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:0.5rem;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(18, 10, 38, 0.72);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.whr_shellett{
grid-template-columns:15.5rem 1fr;
min-height:100vh;
display:grid;
}
.whr_mainett{
min-width:0;
}
.whr_wrapett{
margin:0 auto;
width:100%;
max-width:1400px;
}
.whr_containerett{
padding:0 1rem;
margin:0 auto;
width:100%;
max-width:1400px;
}
@media(min-width:769px){
.whr_containerett{
padding:0 28px;
}
}
.whr_sectionett{
padding:24px 1.75rem;
}
.whr_section_ptett{
padding-top:2.125rem;
}
.whr_band_softett{
background:#FFFFFF;
}
.whr_eyebrowett{
font-family:"Mulish", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:10.5px;
display:inline-block;
line-height:1.4;
color:#6D28D9;
letter-spacing:.14em;
text-transform:uppercase;
overflow-wrap:break-word;
font-weight:600;
}
.whr_drawer_cbett{
display:none;
}
.whr_overlayett{
display:none;
}
@media(max-width:1025px){
.whr_shellett{
grid-template-columns:1fr;
}
.whr_mainett{
padding-bottom:4.875rem;
}
.whr_drawer_cbett:checked~.whr_overlayett{
inset:0;
background:rgba(18, 10, 38, 0.72);
display:block;
position:fixed;
z-index:70;
}
}
@media(max-width:563px){
.whr_sectionett{
padding:1.125rem 1rem;
}
.whr_section_ptett{
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 ---------- */
.whr_sideett{
background:#EEE9F8;
padding:1.375rem 18px;
gap:1.375rem;
height:100vh;
align-self:start;
display:flex;
flex-direction:column;
border-right:1px solid rgba(28, 21, 48, 0.08);
top:0;
position:sticky;
overflow-y:auto;
}
.whr_brandett{
gap:10px;
align-items:center;
display:flex;
}
.whr_logoett{
letter-spacing:-.02em;
color:#1C1530;
font-weight:700;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:21px;
}
.whr_side_ctaett{
border:1px solid rgba(28, 21, 48, 0.12);
border-radius:12px;
padding:16px;
background:rgba(109, 40, 217, 0.10);
}
.whr_side_cta_hett{
margin-bottom:0.375rem;
line-height:1.15;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
font-size:1.063rem;
color:#1C1530;
}
.whr_side_cta_pett{
font-size:0.75rem;
margin-bottom:0.75rem;
color:#3D3157;
line-height:1.45;
}
.whr_navett{
gap:3px;
display:flex;
flex-direction:column;
}
.whr_nav_labelett{
padding:6px 0.625rem;
color:#A899C8;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.594rem;
letter-spacing:.14em;
text-transform:uppercase;
}
.whr_nav_itemett{
border-radius:0.5rem;
padding:10px;
gap:11px;
display:flex;
font-size:14px;
align-items:center;
color:#3D3157;
font-weight:500;
}
.whr_nav_itemett svg{
height:1.063rem;
width:17px;
}
.whr_nav_itemett:hover{
background:rgba(109, 40, 217, 0.10);
color:#1C1530;
}
.whr_nav_item_onett{
background:rgba(109, 40, 217, 0.10);
font-weight:600;
color:#6D28D9;
}
.whr_side_footett{
background:#FFFFFF;
padding:12px;
border-radius:0.75rem;
border:1px solid rgba(28, 21, 48, 0.12);
margin-top:auto;
}
.whr_side_footett p{
margin-top:4px;
color:#3D3157;
font-size:0.781rem;
line-height:1.4;
}
/* ---------- topbar ---------- */
.whr_topett{
gap:16px;
background:#EEE9F8;
padding:14px 1.75rem;
display:flex;
z-index:40;
border-bottom:1px solid rgba(28, 21, 48, 0.08);
position:sticky;
align-items:center;
top:0;
}
.whr_top_brandett{
gap:9px;
align-items:center;
display:none;
}
.whr_searchett{
border-radius:12px;
background:#FFFFFF;
gap:10px;
padding:0.688rem 0.875rem;
flex:1;
border:1px solid rgba(28, 21, 48, 0.12);
font-size:0.844rem;
color:#7065A0;
max-width:27.5rem;
display:flex;
align-items:center;
}
.whr_searchett svg{
flex:none;
height:16px;
width:16px;
}
.whr_top_actionsett{
gap:12px;
align-items:center;
margin-left:auto;
display:flex;
}
.whr_langett{
font-size:0.75rem;
color:#3D3157;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
}
.whr_burgerett{
border:1px solid rgba(28, 21, 48, 0.12);
background:#FFFFFF;
border-radius:8px;
align-items:center;
width:40px;
color:#1C1530;
height:40px;
justify-content:center;
display:none;
}
/* ---------- bottom-nav (mobile) ---------- */
.whr_botnavett{
display:none;
}
@media(max-width:1025px){
.whr_sideett{
transition:transform .25s ease;
top:0;
position:fixed;
transform:translateX(-100%);
height:100vh;
width:280px;
z-index:80;
left:0;
}
.whr_drawer_cbett:checked~.whr_shellett .whr_sideett{
transform:translateX(0);
}
.whr_topett{
padding:0.875rem 16px;
gap:12px;
flex-wrap:wrap;
position:static;
}
.whr_top_brandett{
display:flex;
}
.whr_searchett{
display:none;
}
.whr_burgerett{
display:flex;
}
.whr_top_actionsett{
gap:0.625rem;
width:100%;
align-items:stretch;
margin-left:0;
}
.whr_top_actionsett .whr_langett{
display:none;
}
.whr_top_actionsett .whr_btnett{
flex:1;
padding:0.688rem 0.625rem;
text-align:center;
}
.whr_botnavett{
background:#EEE9F8;
padding:8px 6px calc(8px + env(safe-area-inset-bottom));
grid-template-columns:repeat(3,1fr);
right:0;
left:0;
bottom:0;
border-top:1px solid rgba(28, 21, 48, 0.12);
display:grid;
z-index:65;
position:fixed;
transform:translateZ(0);
}
.whr_bnett{
padding:6px 2px 0;
gap:0.25rem;
min-width:0;
display:flex;
font-size:10px;
font-weight:600;
color:#3D3157;
flex-direction:column;
align-items:center;
justify-content:flex-end;
}
.whr_bnett svg{
flex:none;
width:1.375rem;
height:1.375rem;
}
.whr_bnett span{
overflow:hidden;
text-align:center;
max-width:100%;
text-overflow:ellipsis;
white-space:nowrap;
}
.whr_bn_onett{
color:#6D28D9;
}
.whr_bn_centerett{
position:relative;
}
.whr_bn_fabett{
background:#7C3AED;
border-radius:50%;
width:3.125rem;
left:50%;
display:flex;
align-items:center;
transform:translateX(-50%);
color:#FFFFFF;
position:absolute;
box-shadow:0 0.5rem 32px rgba(28, 21, 48, 0.14), 0 2px 0.5rem rgba(28, 21, 48, 0.10);
height:3.125rem;
justify-content:center;
top:-1.25rem;
}
.whr_bn_fabett svg{
height:1.5rem;
width:24px;
}
.whr_bn_centerett span{
color:#6D28D9;
}
}
.whr_btnett{
transition:background-color 0.2s ease,color 0.2s ease;
gap:0.5rem;
padding:11px 1.375rem;
border-radius:0.5rem;
cursor:pointer;
align-items:center;
font-size:0.875rem;
font-weight:700;
font-family:"Mulish", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
display:inline-flex;
justify-content:center;
}
.whr_btn_priett{
background:#7C3AED;
box-shadow:0 4px 18px rgba(124, 58, 237, 0.40), 0 1px 0.25rem rgba(124, 58, 237, 0.24);
color:#FFFFFF;
}
.whr_btn_priett:hover{
background:#6D28D9;
}
.whr_btn_ghostett{
background:rgba(109, 40, 217, 0.10);
font-weight:600;
color:#1C1530;
}
.whr_btn_lineett{
border:1px solid rgba(28, 21, 48, 0.22);
background:transparent;
font-weight:600;
color:#1C1530;
}
.whr_btn_lgett{
padding:1rem 30px;
border-radius:0.75rem;
font-size:0.938rem;
}
.whr_bandett .whr_btn_lineett{
border-color:rgba(255, 255, 255, 0.12);
color:#F5F1FF;
}
.whr_bandett .whr_btn_ghostett{
background:rgba(255, 255, 255, 0.08);
color:#F5F1FF;
}
.whr_link_mett{
gap:5px;
font-size:0.75rem;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
cursor:pointer;
display:inline-flex;
align-items:center;
text-decoration:none;
color:#6D28D9;
}
.whr_link_mett svg{
width:14px;
height:0.875rem;
}
.whr_bandett .whr_link_mett{
color:#C4A8FF;
}
.whr_dotett{
flex:none;
border-radius:50%;
background:#6D28D9;
width:0.438rem;
height:0.438rem;
}
.whr_dot_liveett{
background:#DC2626;
animation:zm3-pulse 1.4s infinite;
}
.whr_starsett{
gap:2px;
color:#6D28D9;
display:inline-flex;
}
.whr_starsett svg{
height:0.938rem;
width:15px;
}
.whr_chipett{
border:1px solid rgba(28, 21, 48, 0.12);
gap:0.375rem;
background:#FFFFFF;
padding:7px 12px;
border-radius:0.5rem;
display:inline-flex;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
color:#3D3157;
font-size:11px;
align-items:center;
}
.whr_chip_onett{
background:rgba(109, 40, 217, 0.10);
border-color:transparent;
color:#6D28D9;
}
.whr_gcett{
min-width:0;
cursor:pointer;
color:inherit;
text-decoration:none;
display:block;
}
.whr_gc_thumbett{
border:1px solid rgba(28, 21, 48, 0.12);
border-radius:0.75rem;
overflow:hidden;
aspect-ratio:1;
position:relative;
display:block;
background-size:cover;
background-position:center;
}
.whr_gc_thumb_portraitett{
aspect-ratio:3/4;
}
.whr_gc_thumb_wideett{
aspect-ratio:16/11;
}
.whr_gc_capett{
background:linear-gradient(transparent,rgba(18, 10, 38, 0.72));
padding:0.563rem;
bottom:0;
position:absolute;
left:0;
right:0;
}
.whr_gc_nameett{
display:block;
font-size:0.781rem;
color:#F5F1FF;
font-weight:700;
}
.whr_gc_metaett{
font-size:0.688rem;
color:#B9AEE0;
}
.whr_gc_badgeett{
border-radius:8px;
padding:2px 0.375rem;
background:#6D28D9;
top:8px;
color:#FFFFFF;
position:absolute;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
font-weight:700;
font-size:0.5rem;
right:8px;
}
.whr_gc_badge_hotett{
background:#DC2626;
color:#F5F1FF;
}
.whr_gc_badge_liveett{
background:#DC2626;
color:#F5F1FF;
right:auto;
left:8px;
}
.whr_gc_multett{
inset:0;
font-size:28px;
position:absolute;
color:#6D28D9;
justify-content:center;
display:flex;
align-items:center;
font-weight:700;
}
.whr_pcett{
border:1px solid rgba(28, 21, 48, 0.12);
border-radius:12px;
background:#FFFFFF;
height:64px;
display:flex;
align-items:center;
justify-content:center;
font-size:0.875rem;
font-weight:700;
color:#3D3157;
}
.whr_railett{
min-width:0;
}
.whr_rail_scrollett{
gap:14px;
display:grid;
}
.whr_rail_scrollett>*{
min-width:0;
}
.whr_g6ett{
grid-template-columns:repeat(6,1fr);
}
.whr_g7ett{
grid-template-columns:repeat(7,1fr);
}
.whr_g4ett{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1025px){
.whr_g6ett,.whr_g7ett{
grid-template-columns:none;
scroll-snap-type:x mandatory;
grid-auto-columns:7.5rem;
grid-auto-flow:column;
overflow-x:auto;
padding-bottom:6px;
}
.whr_g6ett>*,.whr_g7ett>*{
scroll-snap-align:start;
}
.whr_g4ett{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:563px){
.whr_g4ett{
grid-template-columns:none;
grid-auto-columns:150px;
overflow-x:auto;
grid-auto-flow:column;
}
}
.whr_panelett{
padding:28px 2rem;
border-radius:20px;
background:#FFFFFF;
border:1px solid rgba(28, 21, 48, 0.12);
}
.whr_splitett{
gap:2.25rem;
display:grid;
align-items:start;
}
.whr_splitett>*{
min-width:0;
}
.whr_split_aett{
grid-template-columns:.85fr 1.15fr;
}
.whr_split_bett{
grid-template-columns:1fr 1.1fr;
}
.whr_split_cett{
grid-template-columns:1.1fr .9fr;
}
.whr_pgridett{
gap:2.5rem;
grid-template-columns:.9fr 1.1fr;
align-items:center;
display:grid;
}
.whr_pgridett>*{
min-width:0;
}
.whr_leadett{
line-height:1.65;
color:#3D3157;
font-size:15px;
margin-bottom:0.875rem;
}
.whr_featett{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.whr_featett>*{
min-width:0;
}
.whr_feat2ett{
grid-template-columns:1fr 1fr;
}
.whr_feat_cardett{
border:1px solid rgba(28, 21, 48, 0.12);
padding:1.625rem;
border-radius:1.25rem;
background:#FFFFFF;
}
.whr_feat_cardett svg{
margin-bottom:16px;
color:#6D28D9;
width:26px;
height:26px;
}
.whr_feat_cardett h3{
font-weight:700;
color:#1C1530;
margin-bottom:0.5rem;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.125rem;
}
.whr_feat_cardett p{
line-height:1.6;
color:#3D3157;
font-size:13px;
}
.whr_feat_cardett b{
color:#1C1530;
}
.whr_bigett{
gap:1.375rem;
display:flex;
flex-wrap:wrap;
}
.whr_big_nett{
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
font-size:26px;
color:#6D28D9;
}
.whr_big_lett{
color:#7065A0;
font-size:0.75rem;
}
.whr_personett{
border-radius:12px;
padding:1rem 1.125rem;
background:#FFFFFF;
border:1px solid rgba(28, 21, 48, 0.12);
gap:14px;
align-items:center;
display:flex;
}
.whr_avatarett{
background:linear-gradient(135deg,#7C3AED,#4C1D95);
border-radius:50%;
flex:none;
width:2.75rem;
height:44px;
}
.whr_person_nameett{
font-size:0.875rem;
font-weight:700;
color:#1C1530;
}
.whr_person_roleett{
font-size:12px;
color:#7065A0;
}
.whr_kvett{
border:1px solid rgba(28, 21, 48, 0.12);
grid-template-columns:1fr 1fr;
overflow:hidden;
border-radius:0.75rem;
gap:1px;
background:rgba(28, 21, 48, 0.12);
display:grid;
}
.whr_kvett>div{
background:#F5F3FA;
padding:16px 1.125rem;
min-width:0;
}
.whr_kv_kett{
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
margin-bottom:0.313rem;
color:#6D28D9;
font-size:0.594rem;
text-transform:uppercase;
}
.whr_kv_vett{
color:#1C1530;
font-weight:700;
font-size:0.844rem;
}
@media(max-width:1023px){
.whr_split_aett,.whr_split_bett,.whr_split_cett,.whr_pgridett{
grid-template-columns:1fr;
gap:1.5rem;
}
.whr_featett,.whr_feat2ett{
grid-template-columns:1fr;
}
.whr_kvett{
grid-template-columns:1fr;
}
}
.whr_shett{
margin-bottom:16px;
min-width:0;
}
.whr_sh_rowett{
gap:0.75rem;
flex-wrap:wrap;
align-items:flex-end;
justify-content:space-between;
display:flex;
}
.whr_sh_rowett .whr_sh_lett{
gap:6px;
flex-direction:column;
min-width:0;
display:flex;
}
.whr_sh_stackett{
gap:0.625rem;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.whr_sh_centerett{
gap:0.625rem;
display:flex;
align-items:center;
flex-direction:column;
text-align:center;
}
.whr_sh_h2ett{
gap:0.563rem;
font-weight:700;
display:flex;
align-items:center;
overflow-wrap:break-word;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.25rem;
color:#1C1530;
line-height:1.1;
}
@media(min-width:770px){
.whr_sh_h2ett{
font-size:24px;
}
}
.whr_bandett .whr_sh_h2ett{
color:#F5F1FF;
}
.whr_eb_monoett{
text-transform:none;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
letter-spacing:.08em;
}
.whr_eb_monoett::before{
content:"// ";
}
.whr_eb_upperett{
letter-spacing:.14em;
text-transform:uppercase;
}
.whr_eb_pillett{
padding:0.313rem 11px;
background:rgba(109, 40, 217, 0.10);
border-radius:62.438rem;
text-transform:uppercase;
letter-spacing:.12em;
}
.whr_eb_lineett{
gap:10px;
align-items:center;
display:inline-flex;
}
.whr_eb_lineett::before{
background:#6D28D9;
height:1px;
display:inline-block;
width:24px;
content:"";
}
.whr_bandett .whr_eb_lineett::before{
background:#C4A8FF;
}
.whr_bandett .whr_eb_pillett{
background:rgba(255, 255, 255, 0.08);
}
.whr_sh_linkett{
gap:0.375rem;
transition:color 0.2s ease,border-color 0.2s ease;
white-space:nowrap;
display:inline-flex;
align-items:center;
border-bottom:1px solid #1C1530;
font-size:13px;
padding-bottom:2px;
color:#1C1530;
font-weight:600;
}
.whr_sh_linkett:hover{
border-color:#6D28D9;
color:#6D28D9;
}
.whr_sh_linkett svg{
width:0.875rem;
height:14px;
}
.whr_sh_link_chevett{
color:#6D28D9;
border-bottom:0;
font-size:0.75rem;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
padding-bottom:0;
}
.whr_sh_link_btnett{
border-radius:62.438rem;
padding:9px 18px;
background:#7C3AED;
color:#FFFFFF;
border-bottom:0;
}
.whr_sh_link_btnett:hover{
background:#6D28D9;
border-color:transparent;
}
.whr_bandett .whr_sh_linkett{
border-color:#F5F1FF;
color:#F5F1FF;
}
.whr_bandett .whr_sh_link_chevett{
color:#C4A8FF;
}
.whr_sh_ruleett{
background:rgba(28, 21, 48, 0.12);
margin:-2px 0 1rem;
height:1px;
}
.whr_bandett .whr_sh_ruleett{
background:rgba(255, 255, 255, 0.12);
}
.whr_seo_grid3ett{
gap:20px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.whr_seo_grid4ett{
gap:13px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.whr_seo_grid3ett>*,.whr_seo_grid4ett>*{
min-width:0;
}
.whr_seo_cardett{
background:#FFFFFF;
border:1px solid rgba(28, 21, 48, 0.12);
padding:24px;
border-radius:12px;
}
.whr_seo_cardett h3{
margin-bottom:0.5rem;
font-size:1.125rem;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
color:#1C1530;
}
.whr_seo_cardett p{
color:#3D3157;
line-height:1.6;
font-size:0.813rem;
}
.whr_seo_card_smett{
padding:20px;
}
.whr_seo_card_smett h3{
font-size:16px;
}
.whr_seo_card_smett p{
line-height:1.55;
font-size:12.5px;
}
.whr_seo_rtp_rowett{
grid-template-columns:1fr 1fr;
gap:2.25rem;
display:grid;
align-items:center;
margin-top:16px;
}
.whr_rtpett{
gap:0.875rem;
display:flex;
min-width:0;
}
.whr_rtpett>div{
border-radius:12px;
background:#F5F3FA;
padding:16px;
flex:1;
text-align:center;
min-width:0;
}
.whr_rtp_nett{
color:#6D28D9;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
font-size:26px;
white-space:nowrap;
}
.whr_rtp_lett{
font-size:0.688rem;
margin-top:4px;
color:#7065A0;
}
.whr_cmpett{
border-radius:12px;
border:1px solid rgba(28, 21, 48, 0.12);
overflow:hidden;
max-width:47.5rem;
}
.whr_cmp_rowett{
grid-template-columns:1.6fr 1fr 1fr;
font-size:0.813rem;
display:grid;
}
.whr_cmp_rowett>div{
padding:0.813rem 0.875rem;
text-align:center;
min-width:0;
}
.whr_cmp_rowett>div:first-child{
color:#1C1530;
padding-left:22px;
text-align:left;
font-weight:600;
}
.whr_cmp_thett{
background:#F5F3FA;
font-size:0.781rem;
font-weight:700;
}
.whr_cmp_rowett:not(.whr_cmp_thett){
background:#FFFFFF;
border-top:1px solid rgba(28, 21, 48, 0.08);
color:#3D3157;
}
.whr_cmp_zebraett{
background:#EDE9F5;
}
.whr_guideett{
border-radius:12px;
overflow:hidden;
background:#FFFFFF;
border:1px solid rgba(28, 21, 48, 0.12);
cursor:pointer;
}
.whr_guide_coverett{
height:8.125rem;
}
.whr_guide_bodyett{
padding:1.25rem;
}
.whr_guide_bodyett h3{
margin:0.438rem 0 0.563rem;
line-height:1.25;
font-size:16px;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#1C1530;
font-weight:700;
}
.whr_guide_metaett{
color:#7065A0;
font-size:0.719rem;
}
.whr_hubett{
gap:1.75rem;
grid-template-columns:repeat(5,1fr);
padding-top:28px;
display:grid;
border-top:1px solid rgba(28, 21, 48, 0.08);
}
.whr_hubett>*{
min-width:0;
}
.whr_hubett h4{
font-size:13px;
font-weight:700;
color:#1C1530;
margin-bottom:11px;
}
.whr_hub_colett{
gap:0.5rem;
flex-direction:column;
color:#3D3157;
display:flex;
font-size:0.813rem;
}
.whr_hub_colett a{
cursor:pointer;
}
@media(max-width:1025px){
.whr_seo_grid3ett{
grid-template-columns:1fr;
}
.whr_seo_grid4ett{
grid-template-columns:repeat(2,1fr);
}
.whr_seo_rtp_rowett{
gap:1.25rem;
grid-template-columns:1fr;
}
.whr_hubett{
gap:22px;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:559px){
.whr_hubett{
grid-template-columns:1fr;
}
}
.whr_heroett{
padding:46px 48px;
border-radius:20px;
background:linear-gradient(120deg,#1A1229,#0F0C24);
overflow:hidden;
border:1px solid rgba(28, 21, 48, 0.12);
color:#F5F1FF;
position:relative;
}
.whr_hero_glowett{
background:radial-gradient(circle,rgba(139, 92, 246, 0.22),transparent 70%);
border-radius:50%;
right:-60px;
position:absolute;
height:21.25rem;
width:340px;
top:-3.75rem;
}
.whr_hero_inett{
max-width:600px;
position:relative;
}
.whr_heroett .whr_eyebrowett{
color:#C4A8FF;
}
.whr_pill_rowett{
gap:0.5rem;
border-radius:999px;
border:1px solid rgba(255, 255, 255, 0.12);
padding:0.375rem 13px;
background:rgba(255, 255, 255, 0.08);
align-items:center;
letter-spacing:.1em;
display:inline-flex;
color:#C4A8FF;
margin-bottom:1.375rem;
font-size:0.656rem;
text-transform:uppercase;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
}
.whr_hero_h1ett{
margin:18px 0;
color:#F5F1FF;
font-weight:700;
letter-spacing:-.02em;
font-size:3.375rem;
line-height:1.02;
overflow-wrap:break-word;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.whr_hero_h1ett em{
color:#C4A8FF;
font-style:normal;
}
.whr_hero_subett{
font-size:1.063rem;
color:#B9AEE0;
margin-bottom:28px;
line-height:1.55;
max-width:480px;
}
.whr_hero_ctaett{
gap:0.875rem;
margin-bottom:26px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.whr_hero_trustett{
gap:0.875rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.whr_hero_rating_txtett{
font-size:13px;
color:#B9AEE0;
}
@media(max-width:1026px){
.whr_heroett{
padding:2rem 24px;
}
.whr_hero_h1ett{
font-size:2.375rem;
}
}
@media(max-width:561px){
.whr_hero_h1ett{
font-size:30px;
}
}
.whr_statett{
gap:0.875rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.whr_statett>*{
min-width:0;
}
.whr_stat_itemett{
border:1px solid rgba(28, 21, 48, 0.12);
border-radius:0.75rem;
background:#FFFFFF;
padding:1.125rem 1.25rem;
}
.whr_stat_kett{
text-transform:uppercase;
letter-spacing:.12em;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
font-size:9.5px;
color:#7065A0;
margin-bottom:7px;
}
.whr_stat_vett{
gap:8px;
font-weight:700;
color:#1C1530;
font-size:1.5rem;
min-width:0;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
align-items:center;
display:flex;
overflow-wrap:anywhere;
}
.whr_stat_v_accentett{
color:#6D28D9;
}
@media(max-width:1027px){
.whr_statett{
grid-template-columns:repeat(2,1fr);
}
}
.whr_wlcett{
border-radius:20px;
padding:36px 2.5rem;
border:1px solid rgba(28, 21, 48, 0.12);
gap:1.5rem;
overflow:hidden;
grid-template-columns:1.2fr .8fr;
background:linear-gradient(120deg,#1A1229,#0F0C24);
position:relative;
display:grid;
align-items:center;
color:#F5F1FF;
}
.whr_wlcett>*{
min-width:0;
}
.whr_wlcett .whr_eyebrowett{
color:#C4A8FF;
}
.whr_wlc_glowett{
background:radial-gradient(circle,rgba(139, 92, 246, 0.22),transparent 70%);
border-radius:50%;
position:absolute;
width:260px;
height:16.25rem;
top:-2.5rem;
right:-40px;
}
.whr_wlc_inett{
position:relative;
}
.whr_wlc_h2ett{
margin:0.625rem 0 0.5rem;
font-weight:700;
overflow-wrap:break-word;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F5F1FF;
line-height:1.03;
font-size:2.125rem;
}
.whr_wlc_h2ett em{
color:#C4A8FF;
font-style:normal;
}
.whr_wlc_subett{
margin-bottom:1.125rem;
max-width:26.25rem;
color:#B9AEE0;
line-height:1.55;
font-size:0.875rem;
}
.whr_wlc_termsett{
gap:10px;
display:flex;
position:relative;
flex-direction:column;
}
.whr_termett{
border-radius:0.75rem;
background:rgba(255, 255, 255, 0.08);
gap:0.688rem;
padding:13px 0.938rem;
border:1px solid rgba(255, 255, 255, 0.12);
display:flex;
align-items:center;
}
.whr_termett svg{
flex:none;
color:#C4A8FF;
width:20px;
height:1.25rem;
}
.whr_term_kett{
letter-spacing:.1em;
color:#B9AEE0;
text-transform:uppercase;
font-size:9.5px;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
}
.whr_term_vett{
margin-top:2px;
font-size:0.875rem;
font-weight:700;
color:#F5F1FF;
}
@media(max-width:1025px){
.whr_wlcett{
grid-template-columns:1fr;
}
}
@media(max-width:558px){
.whr_wlc_h2ett{
font-size:1.625rem;
}
}
.whr_jpett{
gap:14px;
grid-template-columns:1.5fr 1fr 1fr;
display:grid;
}
.whr_jpett>*{
min-width:0;
}
.whr_jp_heroett{
gap:14px;
background:linear-gradient(135deg,#1A1229,#0F0C24);
border-radius:20px;
padding:26px;
border:1px solid rgba(28, 21, 48, 0.12);
overflow:hidden;
color:#F5F1FF;
min-height:180px;
justify-content:space-between;
position:relative;
flex-direction:column;
display:flex;
}
.whr_jp_glowett{
background:radial-gradient(circle,rgba(139, 92, 246, 0.22),transparent 70%);
border-radius:50%;
right:-2.5rem;
top:-40px;
position:absolute;
width:180px;
height:11.25rem;
}
.whr_jp_k_rowett{
gap:0.625rem;
display:flex;
justify-content:space-between;
align-items:center;
position:relative;
}
.whr_jp_kett{
text-transform:uppercase;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
font-size:10px;
letter-spacing:.12em;
color:#7065A0;
}
.whr_jp_heroett .whr_jp_kett{
color:#B9AEE0;
}
.whr_jp_amtett{
line-height:1;
font-size:2.625rem;
position:relative;
color:#C4A8FF;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
}
.whr_jp_subett{
font-size:0.75rem;
color:#B9AEE0;
margin-top:5px;
}
.whr_jp_cellett{
padding:22px;
background:#FFFFFF;
border:1px solid rgba(28, 21, 48, 0.12);
border-radius:1.25rem;
display:flex;
min-height:180px;
justify-content:space-between;
flex-direction:column;
}
.whr_jp_cellett .whr_jp_amtett{
color:#1C1530;
font-size:30px;
}
.whr_jp_cellett .whr_jp_subett{
color:#7065A0;
}
@media(max-width:1027px){
.whr_jpett{
grid-template-columns:1fr;
}
}
@media(max-width:560px){
.whr_jp_amtett{
font-size:32px;
}
}
.whr_appett{
gap:2.25rem;
align-items:center;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.whr_app_copyett{
max-width:32.5rem;
}
.whr_app_h2ett{
margin:0.75rem 0 10px;
line-height:1.05;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.75rem;
color:#1C1530;
font-weight:700;
}
.whr_app_textett{
line-height:1.6;
color:#3D3157;
font-size:14px;
margin-bottom:1.25rem;
}
.whr_app_btnsett{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.whr_storeett{
padding:11px 1.125rem;
gap:0.563rem;
border:1px solid rgba(28, 21, 48, 0.12);
background:#F5F3FA;
border-radius:12px;
font-weight:700;
display:inline-flex;
color:#1C1530;
align-items:center;
font-size:0.813rem;
cursor:pointer;
}
.whr_storeett svg{
height:1rem;
width:1rem;
}
.whr_app_qr_wrapett{
gap:1rem;
display:flex;
align-items:center;
}
.whr_qrett{
gap:3px;
background:#F5F3FA;
border-radius:0.75rem;
border:1px solid rgba(28, 21, 48, 0.12);
grid-template-columns:repeat(5,1fr);
grid-template-rows:repeat(5,1fr);
padding:0.688rem;
display:grid;
width:6.75rem;
height:108px;
}
.whr_qrett i{
background:transparent;
}
.whr_qr_fett{
background:#6D28D9;
}
.whr_app_qr_capett{
line-height:1.4;
color:#7065A0;
font-size:12px;
max-width:5.25rem;
}
.whr_newsett{
padding:26px 2rem;
gap:24px;
border:1px solid rgba(28, 21, 48, 0.12);
background:linear-gradient(135deg,#1A1229,#0F0C24);
border-radius:20px;
align-items:center;
flex-wrap:wrap;
color:#F5F1FF;
justify-content:space-between;
display:flex;
}
.whr_news_h3ett{
font-weight:700;
margin-bottom:0.25rem;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:20px;
color:#F5F1FF;
}
.whr_news_textett{
color:#B9AEE0;
font-size:0.813rem;
}
.whr_news_formett{
gap:10px;
flex:1;
display:flex;
max-width:440px;
min-width:0;
}
.whr_news_formett .whr_inputett{
min-width:0;
}
@media(max-width:560px){
.whr_news_formett{
width:100%;
}
}
.whr_inputett{
border-radius:8px;
border:1px solid rgba(255, 255, 255, 0.12);
flex:1;
padding:13px 16px;
background:rgba(255, 255, 255, 0.08);
color:#B9AEE0;
font-size:0.844rem;
}
.whr_stepsett{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.whr_stepsett>*{
min-width:0;
}
.whr_stepett{
background:#FFFFFF;
border:1px solid rgba(28, 21, 48, 0.12);
border-radius:0.75rem;
padding:24px;
position:relative;
}
.whr_step_numett{
background:#7C3AED;
border-radius:0.5rem;
height:30px;
margin-bottom:0.875rem;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
justify-content:center;
align-items:center;
font-size:13px;
width:1.875rem;
color:#FFFFFF;
font-weight:700;
display:flex;
}
.whr_step_hett{
font-size:1rem;
font-weight:700;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-bottom:7px;
color:#1C1530;
}
.whr_step_pett{
line-height:1.55;
color:#3D3157;
font-size:0.813rem;
}
@media(max-width:1023px){
.whr_stepsett{
grid-template-columns:1fr;
}
}
.whr_dw_h2ett{
margin-bottom:0.625rem;
font-size:26px;
color:#1C1530;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.08;
font-weight:700;
}
.whr_steps_vett{
grid-template-columns:1fr;
gap:0.625rem;
}
.whr_steps_vett .whr_stepett{
padding:18px 1.25rem;
}
@media(max-width:558px){
.whr_dw_h2ett{
font-size:23px;
}
}
.whr_promo_gridett{
grid-template-columns:repeat(3,1fr);
gap:16px;
display:grid;
}
.whr_promo_gridett>*{
min-width:0;
}
.whr_promoett{
border:1px solid rgba(28, 21, 48, 0.12);
padding:24px;
border-radius:20px;
background:#FFFFFF;
overflow:hidden;
position:relative;
min-height:9.375rem;
}
.whr_promo_hett{
font-weight:700;
margin-top:6px;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.05;
font-size:26px;
color:#1C1530;
}
.whr_promo_hett em{
color:#6D28D9;
font-style:normal;
}
.whr_promo_pett{
line-height:1.5;
color:#3D3157;
font-size:12.5px;
margin-top:0.5rem;
}
.whr_promo_featett{
border-color:rgba(28, 21, 48, 0.12);
background:linear-gradient(135deg,#1A1229,#0F0C24);
}
.whr_promo_featett .whr_promo_hett{
color:#F5F1FF;
}
.whr_promo_featett .whr_promo_hett em{
color:#C4A8FF;
}
.whr_promo_featett .whr_promo_pett{
color:#B9AEE0;
}
.whr_promo_featett .whr_eyebrowett{
color:#C4A8FF;
}
@media(max-width:1025px){
.whr_promo_gridett{
grid-template-columns:1fr;
}
}
.whr_bannerett{
border:1px solid rgba(28, 21, 48, 0.12);
padding:36px 40px;
border-radius:20px;
gap:1.75rem;
overflow:hidden;
background:linear-gradient(115deg,#1A1229,#0F0C24);
display:flex;
justify-content:space-between;
align-items:center;
color:#F5F1FF;
flex-wrap:wrap;
position:relative;
}
.whr_banner_glowett{
border-radius:50%;
background:radial-gradient(circle,rgba(139, 92, 246, 0.22),transparent 68%);
width:12.5rem;
top:50%;
position:absolute;
right:5rem;
transform:translateY(-50%);
height:12.5rem;
}
.whr_banner_inett{
max-width:35rem;
position:relative;
}
.whr_bannerett .whr_eyebrowett{
color:#C4A8FF;
}
.whr_banner_h2ett{
margin:0.625rem 0;
color:#F5F1FF;
line-height:1.05;
font-weight:700;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.875rem;
}
.whr_banner_textett{
color:#B9AEE0;
line-height:1.6;
font-size:0.875rem;
}
@media(max-width:561px){
.whr_banner_h2ett{
font-size:1.5rem;
}
}
.whr_suppett{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.whr_suppett>*{
min-width:0;
}
.whr_supp_cardett{
border:1px solid rgba(28, 21, 48, 0.12);
padding:24px;
border-radius:0.75rem;
background:#FFFFFF;
}
.whr_supp_cardett svg{
height:1.5rem;
color:#6D28D9;
width:1.5rem;
margin-bottom:0.875rem;
}
.whr_supp_cardett h3{
font-size:1rem;
color:#1C1530;
margin-bottom:6px;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
}
.whr_supp_cardett p{
color:#3D3157;
line-height:1.55;
font-size:0.813rem;
}
@media(max-width:1027px){
.whr_suppett{
grid-template-columns:1fr;
}
}
.whr_pay_logosett{
grid-template-columns:repeat(4,1fr);
gap:0.563rem;
display:grid;
}
.whr_pay_logosett>*{
min-width:0;
}
.whr_payett{
border-radius:0.5rem;
border:1px solid rgba(28, 21, 48, 0.12);
font-weight:700;
color:#3D3157;
font-size:12px;
display:flex;
justify-content:center;
height:48px;
align-items:center;
}
.whr_tableett{
overflow:hidden;
border:1px solid rgba(28, 21, 48, 0.12);
border-radius:12px;
}
.whr_trowett{
grid-template-columns:1.3fr 1fr 1fr 1fr;
display:grid;
font-size:13px;
}
.whr_trowett>div{
padding:0.813rem 14px;
min-width:0;
}
.whr_trowett>div:first-child{
font-weight:700;
color:#1C1530;
padding-left:16px;
}
.whr_trow_thett{
background:#F5F3FA;
letter-spacing:.06em;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
text-transform:uppercase;
color:#7065A0;
font-size:0.594rem;
}
.whr_trowett:not(.whr_trow_thett){
background:#FFFFFF;
color:#3D3157;
border-top:1px solid rgba(28, 21, 48, 0.08);
}
.whr_trow_zebraett{
background:#EDE9F5;
}
.whr_posett{
font-weight:700;
color:#6D28D9;
}
@media(max-width:1026px){
.whr_pay_logosett{
grid-template-columns:repeat(2,1fr);
}
}
.whr_vip_headett{
gap:0.75rem;
align-items:flex-end;
display:flex;
margin-bottom:1.125rem;
justify-content:space-between;
flex-wrap:wrap;
}
.whr_vip_introett{
max-width:420px;
font-size:0.813rem;
color:#3D3157;
}
.whr_vipett{
gap:12px;
grid-template-columns:repeat(5,1fr);
display:grid;
}
.whr_vipett>*{
min-width:0;
}
.whr_tierett{
border-radius:0.75rem;
background:#FFFFFF;
padding:20px;
border:1px solid rgba(28, 21, 48, 0.12);
}
.whr_tier_onett{
border-color:#6D28D9;
background:rgba(109, 40, 217, 0.10);
}
.whr_tier_medalett{
border-radius:8px;
background:linear-gradient(135deg,#7C3AED,#4C1D95);
height:1.875rem;
width:1.875rem;
margin-bottom:0.875rem;
}
.whr_tier_nameett{
font-size:0.938rem;
margin-bottom:5px;
color:#1C1530;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
}
.whr_tier_txett{
line-height:1.5;
color:#7065A0;
font-size:11.5px;
}
@media(max-width:1025px){
.whr_vipett{
grid-template-columns:repeat(2,1fr);
}
}
.whr_provsett{
grid-template-columns:repeat(6,1fr);
gap:12px;
display:grid;
margin-bottom:28px;
}
.whr_provsett>*{
min-width:0;
}
.whr_provett{
background:#FFFFFF;
border-radius:0.75rem;
border:1px solid rgba(28, 21, 48, 0.12);
padding:12px;
display:flex;
height:64px;
align-items:center;
text-decoration:none;
justify-content:center;
}
.whr_prov_imgett{
max-width:100%;
object-fit:contain;
max-height:2rem;
}
.whr_respett{
background:#FFFFFF;
gap:1.5rem;
padding:1.625rem;
border:1px solid rgba(28, 21, 48, 0.12);
border-radius:12px;
align-items:center;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
}
.whr_resp_inett{
max-width:560px;
}
.whr_resp_hett{
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#1C1530;
font-weight:700;
font-size:19px;
margin-bottom:0.5rem;
}
.whr_resp_pett{
line-height:1.6;
font-size:13.5px;
color:#3D3157;
}
.whr_resp_badgesett{
gap:0.875rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.whr_age18ett{
border:1.5px solid #DC2626;
padding:4px 8px;
border-radius:0.5rem;
font-size:13px;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
color:#DC2626;
font-weight:700;
}
.whr_resp_orgett{
color:#7065A0;
font-weight:600;
font-size:13px;
}
@media(max-width:1026px){
.whr_provsett{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:561px){
.whr_provsett{
grid-template-columns:repeat(2,1fr);
}
}
.whr_ab_h2ett{
margin:14px 0 1rem;
font-size:2rem;
font-weight:700;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.08;
color:#1C1530;
}
.whr_ab_bodyett{
margin-bottom:0.875rem;
line-height:1.65;
font-size:0.938rem;
color:#3D3157;
}
.whr_ab_chipsett{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
margin-top:8px;
}
.whr_faqett{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.whr_faq_itemett{
border:1px solid rgba(28, 21, 48, 0.12);
border-radius:0.75rem;
background:#FFFFFF;
padding:18px 1.375rem;
}
.whr_faq_qett{
list-style:none;
gap:16px;
align-items:center;
display:flex;
color:#1C1530;
cursor:pointer;
justify-content:space-between;
font-size:15.5px;
font-weight:600;
}
.whr_faq_qett::-webkit-details-marker{
display:none;
}
.whr_faq_q_tett{
gap:10px;
display:flex;
}
.whr_faq_q_iett{
font-style:normal;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
color:#6D28D9;
}
.whr_faq_pmett{
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
font-size:20px;
color:#6D28D9;
}
.whr_faq_itemett[open] .whr_faq_pmett{
transform:rotate(45deg);
}
.whr_faq_aett{
line-height:1.6;
font-size:0.844rem;
color:#3D3157;
margin-top:0.75rem;
}
@media(max-width:561px){
.whr_ab_h2ett{
font-size:26px;
}
}
.whr_rv_headett{
gap:0.75rem;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
margin-bottom:1.125rem;
align-items:flex-end;
}
.whr_rv_aggett{
gap:10px;
align-items:center;
display:flex;
}
.whr_rv_sourceett{
color:#7065A0;
font-size:0.781rem;
}
.whr_rv_gridett{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.whr_rv_gridett>*{
min-width:0;
}
.whr_reviewett{
border:1px solid rgba(28, 21, 48, 0.12);
padding:1.5rem;
background:#FFFFFF;
border-radius:0.75rem;
}
.whr_reviewett .whr_starsett{
margin-bottom:10px;
}
.whr_reviewett p{
font-size:14.5px;
line-height:1.5;
color:#1C1530;
margin-bottom:0.875rem;
font-weight:600;
}
.whr_review_byett{
color:#7065A0;
font-size:12.5px;
}
@media(max-width:1021px){
.whr_rv_gridett{
grid-template-columns:1fr;
}
}
.whr_op_h2ett{
margin:0.625rem 0 0.5rem;
color:#1C1530;
font-weight:700;
line-height:1.1;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:24px;
}
.whr_op_textett{
font-size:13.5px;
color:#3D3157;
line-height:1.6;
}
@media(max-width:561px){
.whr_op_h2ett{
font-size:1.375rem;
}
}
.whr_et_h2ett{
margin:10px 0 14px;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
line-height:1.08;
color:#1C1530;
font-size:1.75rem;
}
.whr_et_rightett{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.whr_et_updatedett{
padding:14px 18px;
gap:0.625rem;
background:#F5F3FA;
border:1px solid rgba(28, 21, 48, 0.12);
border-radius:0.75rem;
align-items:center;
color:#3D3157;
font-size:12px;
display:flex;
}
.whr_et_updatedett svg{
flex:none;
width:0.938rem;
color:#6D28D9;
height:15px;
}
.whr_et_updatedett b{
color:#1C1530;
}
@media(max-width:563px){
.whr_et_h2ett{
font-size:24px;
}
}
.whr_footerett{
padding:2.5rem 1.75rem;
background:#1A1229;
border-top:1px solid rgba(28, 21, 48, 0.08);
}
.whr_footer_gridett{
gap:2rem;
grid-template-columns:1.4fr 1fr 1fr 1fr;
margin-bottom:28px;
margin-left:auto;
max-width:87.5rem;
display:grid;
margin-right:auto;
}
.whr_footer_gridett>*{
min-width:0;
}
.whr_footer_gridett h4{
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
color:#A899C8;
letter-spacing:.12em;
text-transform:uppercase;
margin-bottom:13px;
font-size:0.625rem;
}
.whr_fcolett{
gap:9px;
font-size:13px;
flex-direction:column;
display:flex;
color:#3D3157;
}
.whr_fcolett a{
cursor:pointer;
}
.whr_ft_aboutett{
line-height:1.6;
max-width:260px;
font-size:13px;
margin-top:0.75rem;
color:#7065A0;
}
.whr_ft_contactett{
font-size:12.5px;
color:#6D28D9;
overflow-wrap:anywhere;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
margin-top:0.75rem;
}
.whr_footer_bottomett{
gap:16px;
margin:0 auto;
flex-wrap:wrap;
padding-top:1.25rem;
justify-content:space-between;
align-items:center;
display:flex;
border-top:1px solid rgba(28, 21, 48, 0.08);
max-width:1400px;
}
.whr_footer_bottomett p{
max-width:720px;
font-size:11px;
line-height:1.6;
color:#A899C8;
}
@media(max-width:1025px){
.whr_footer_gridett{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:562px){
.whr_footer_gridett{
grid-template-columns:1fr;
}
}