*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F0FBFE;
color:#2A4D5E;
font-size:0.938rem;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
-webkit-font-smoothing:antialiased;
line-height:1.55;
text-rendering:optimizeLegibility;
overflow-wrap:break-word;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
input{
font-family:inherit;
}
svg{
display:block;
}
h1,h2,h3,h4{
overflow-wrap:anywhere;
}
::-webkit-scrollbar{
height:8px;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(7, 28, 39, 0.72);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.eppshell-c2c{
grid-template-columns:248px 1fr;
display:grid;
min-height:100vh;
}
.eppmain-c2c{
min-width:0;
}
.eppwrap-c2c{
margin:0 auto;
max-width:87.5rem;
width:100%;
}
.eppcontainer-c2c{
margin:0 auto;
padding:0 1rem;
max-width:1400px;
width:100%;
}
@media(min-width:771px){
.eppcontainer-c2c{
padding:0 28px;
}
}
.eppsection-c2c{
padding:1.5rem 1.75rem;
}
.eppsection_pt-c2c{
padding-top:2.125rem;
}
.eppband_soft-c2c{
background:#FFFFFF;
}
.eppeyebrow-c2c{
font-weight:600;
text-transform:uppercase;
letter-spacing:.14em;
color:#0099BB;
overflow-wrap:break-word;
font-size:0.656rem;
line-height:1.4;
display:inline-block;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.eppdrawer_cb-c2c{
display:none;
}
.eppoverlay-c2c{
display:none;
}
@media(max-width:1026px){
.eppshell-c2c{
grid-template-columns:1fr;
}
.eppmain-c2c{
padding-bottom:78px;
}
.eppdrawer_cb-c2c:checked~.eppoverlay-c2c{
background:rgba(7, 28, 39, 0.72);
inset:0;
position:fixed;
display:block;
z-index:70;
}
}
@media(max-width:561px){
.eppsection-c2c{
padding:18px 16px;
}
.eppsection_pt-c2c{
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 ---------- */
.eppside-c2c{
padding:1.375rem 1.125rem;
gap:22px;
background:#E2F4FA;
align-self:start;
top:0;
border-right:1px solid rgba(13, 39, 51, 0.08);
overflow-y:auto;
height:100vh;
flex-direction:column;
display:flex;
position:sticky;
}
.eppbrand-c2c{
gap:10px;
align-items:center;
display:flex;
}
.epplogo-c2c{
font-weight:700;
color:#0D2733;
font-size:1.313rem;
letter-spacing:-.02em;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.eppside_cta-c2c{
padding:1rem;
background:rgba(0, 153, 187, 0.11);
border:1px solid rgba(13, 39, 51, 0.12);
border-radius:13px;
}
.eppside_cta_h-c2c{
font-size:1.063rem;
color:#0D2733;
margin-bottom:6px;
line-height:1.15;
font-weight:700;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.eppside_cta_p-c2c{
color:#2A4D5E;
line-height:1.45;
margin-bottom:12px;
font-size:12px;
}
.eppnav-c2c{
gap:3px;
flex-direction:column;
display:flex;
}
.eppnav_label-c2c{
padding:6px 10px;
letter-spacing:.14em;
color:#7AAABB;
text-transform:uppercase;
font-size:9.5px;
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.eppnav_item-c2c{
border-radius:8px;
gap:11px;
padding:10px;
color:#2A4D5E;
font-weight:500;
font-size:0.875rem;
display:flex;
align-items:center;
}
.eppnav_item-c2c svg{
height:17px;
width:17px;
}
.eppnav_item-c2c:hover{
background:rgba(0, 153, 187, 0.11);
color:#0D2733;
}
.eppnav_item_on-c2c{
background:rgba(0, 153, 187, 0.11);
color:#0099BB;
font-weight:600;
}
.eppside_foot-c2c{
background:#FFFFFF;
border-radius:0.813rem;
border:1px solid rgba(13, 39, 51, 0.12);
padding:0.75rem;
margin-top:auto;
}
.eppside_foot-c2c p{
line-height:1.4;
color:#2A4D5E;
margin-top:4px;
font-size:0.781rem;
}
/* ---------- topbar ---------- */
.epptop-c2c{
gap:16px;
padding:14px 1.75rem;
background:#E2F4FA;
top:0;
position:sticky;
align-items:center;
display:flex;
z-index:40;
border-bottom:1px solid rgba(13, 39, 51, 0.08);
}
.epptop_brand-c2c{
gap:0.563rem;
display:none;
align-items:center;
}
.eppsearch-c2c{
padding:11px 0.875rem;
border-radius:13px;
flex:1;
background:#FFFFFF;
border:1px solid rgba(13, 39, 51, 0.12);
gap:10px;
align-items:center;
display:flex;
color:#4E7A8E;
max-width:27.5rem;
font-size:0.844rem;
}
.eppsearch-c2c svg{
flex:none;
width:16px;
height:16px;
}
.epptop_actions-c2c{
gap:12px;
display:flex;
align-items:center;
margin-left:auto;
}
.epplang-c2c{
color:#2A4D5E;
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.75rem;
}
.eppburger-c2c{
background:#FFFFFF;
border-radius:0.5rem;
border:1px solid rgba(13, 39, 51, 0.12);
width:40px;
align-items:center;
color:#0D2733;
display:none;
height:40px;
justify-content:center;
}
/* ---------- bottom-nav (mobile) ---------- */
.eppbotnav-c2c{
display:none;
}
@media(max-width:1022px){
.eppside-c2c{
transition:transform .25s ease;
width:17.5rem;
left:0;
transform:translateX(-100%);
top:0;
height:100vh;
z-index:80;
position:fixed;
}
.eppdrawer_cb-c2c:checked~.eppshell-c2c .eppside-c2c{
transform:translateX(0);
}
.epptop-c2c{
gap:0.75rem;
padding:14px 1rem;
flex-wrap:wrap;
position:static;
}
.epptop_brand-c2c{
display:flex;
}
.eppsearch-c2c{
display:none;
}
.eppburger-c2c{
display:flex;
}
.epptop_actions-c2c{
gap:0.625rem;
align-items:stretch;
margin-left:0;
width:100%;
}
.epptop_actions-c2c .epplang-c2c{
display:none;
}
.epptop_actions-c2c .eppbtn-c2c{
flex:1;
padding:0.688rem 0.625rem;
text-align:center;
}
.eppbotnav-c2c{
padding:8px 6px calc(8px + env(safe-area-inset-bottom));
background:#E2F4FA;
grid-template-columns:repeat(3,1fr);
transform:translateZ(0);
position:fixed;
right:0;
border-top:1px solid rgba(13, 39, 51, 0.12);
left:0;
z-index:65;
display:grid;
bottom:0;
}
.eppbn-c2c{
gap:0.25rem;
padding:6px 2px 0;
min-width:0;
color:#2A4D5E;
flex-direction:column;
font-weight:600;
font-size:0.625rem;
align-items:center;
justify-content:flex-end;
display:flex;
}
.eppbn-c2c svg{
flex:none;
height:22px;
width:1.375rem;
}
.eppbn-c2c span{
overflow:hidden;
white-space:nowrap;
max-width:100%;
text-align:center;
text-overflow:ellipsis;
}
.eppbn_on-c2c{
color:#0099BB;
}
.eppbn_center-c2c{
position:relative;
}
.eppbn_fab-c2c{
background:#00C8E8;
border-radius:50%;
height:50px;
align-items:center;
justify-content:center;
display:flex;
transform:translateX(-50%);
left:50%;
color:#031820;
width:50px;
position:absolute;
box-shadow:0 0.5rem 2rem rgba(0, 153, 187, 0.18), 0 2px 0.625rem rgba(13, 39, 51, 0.12);
top:-20px;
}
.eppbn_fab-c2c svg{
width:24px;
height:24px;
}
.eppbn_center-c2c span{
color:#0099BB;
}
}
.eppbtn-c2c{
gap:0.5rem;
padding:11px 1.375rem;
border-radius:8px;
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;
align-items:center;
justify-content:center;
cursor:pointer;
font-weight:700;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
display:inline-flex;
font-size:0.875rem;
}
.eppbtn_pri-c2c{
background:#00C8E8;
box-shadow:0 0.25rem 1.25rem rgba(0, 200, 232, 0.45), 0 2px 8px rgba(0, 153, 187, 0.30);
color:#031820;
}
.eppbtn_pri-c2c:hover{
background:#00AECF;
}
.eppbtn_ghost-c2c{
background:rgba(0, 153, 187, 0.11);
font-weight:600;
color:#0D2733;
}
.eppbtn_line-c2c{
border:1px solid rgba(13, 39, 51, 0.22);
background:transparent;
font-weight:600;
color:#0D2733;
}
.eppbtn_lg-c2c{
padding:1rem 30px;
border-radius:13px;
font-size:15px;
}
.eppband-c2c .eppbtn_line-c2c{
border-color:rgba(255, 255, 255, 0.13);
color:#E8F9FE;
}
.eppband-c2c .eppbtn_ghost-c2c{
background:rgba(255, 255, 255, 0.08);
color:#E8F9FE;
}
.epplink_m-c2c{
gap:0.313rem;
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
cursor:pointer;
color:#0099BB;
font-size:12px;
display:inline-flex;
align-items:center;
text-decoration:none;
}
.epplink_m-c2c svg{
height:0.875rem;
width:14px;
}
.eppband-c2c .epplink_m-c2c{
color:#00D4F5;
}
.eppdot-c2c{
border-radius:50%;
flex:none;
background:#0099BB;
width:0.438rem;
height:7px;
}
.eppdot_live-c2c{
background:#E63030;
animation:zm3-pulse 1.4s infinite;
}
.eppstars-c2c{
gap:2px;
color:#0099BB;
display:inline-flex;
}
.eppstars-c2c svg{
height:15px;
width:0.938rem;
}
.eppchip-c2c{
padding:0.438rem 0.75rem;
border:1px solid rgba(13, 39, 51, 0.12);
border-radius:0.5rem;
background:#FFFFFF;
gap:6px;
font-size:0.688rem;
color:#2A4D5E;
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
align-items:center;
display:inline-flex;
}
.eppchip_on-c2c{
background:rgba(0, 153, 187, 0.11);
border-color:transparent;
color:#0099BB;
}
.eppgc-c2c{
min-width:0;
display:block;
text-decoration:none;
cursor:pointer;
color:inherit;
}
.eppgc_thumb-c2c{
overflow:hidden;
border-radius:13px;
border:1px solid rgba(13, 39, 51, 0.12);
background-position:center;
background-size:cover;
aspect-ratio:1;
display:block;
position:relative;
}
.eppgc_thumb_portrait-c2c{
aspect-ratio:3/4;
}
.eppgc_thumb_wide-c2c{
aspect-ratio:16/11;
}
.eppgc_cap-c2c{
background:linear-gradient(transparent,rgba(7, 28, 39, 0.72));
padding:9px;
position:absolute;
bottom:0;
left:0;
right:0;
}
.eppgc_name-c2c{
font-weight:700;
display:block;
color:#E8F9FE;
font-size:0.781rem;
}
.eppgc_meta-c2c{
font-size:0.688rem;
color:#88C8DC;
}
.eppgc_badge-c2c{
background:#0099BB;
border-radius:8px;
padding:2px 6px;
right:8px;
position:absolute;
font-weight:700;
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.5rem;
color:#031820;
top:0.5rem;
}
.eppgc_badge_hot-c2c{
background:#E63030;
color:#E8F9FE;
}
.eppgc_badge_live-c2c{
background:#E63030;
right:auto;
color:#E8F9FE;
left:0.5rem;
}
.eppgc_mult-c2c{
inset:0;
font-weight:700;
display:flex;
font-size:28px;
align-items:center;
color:#0099BB;
position:absolute;
justify-content:center;
}
.epppc-c2c{
background:#FFFFFF;
border:1px solid rgba(13, 39, 51, 0.12);
border-radius:13px;
height:64px;
font-size:0.875rem;
align-items:center;
color:#2A4D5E;
justify-content:center;
font-weight:700;
display:flex;
}
.epprail-c2c{
min-width:0;
}
.epprail_scroll-c2c{
gap:0.875rem;
display:grid;
}
.epprail_scroll-c2c>*{
min-width:0;
}
.eppg6-c2c{
grid-template-columns:repeat(6,1fr);
}
.eppg7-c2c{
grid-template-columns:repeat(7,1fr);
}
.eppg4-c2c{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1022px){
.eppg6-c2c,.eppg7-c2c{
grid-template-columns:none;
scroll-snap-type:x mandatory;
padding-bottom:0.375rem;
grid-auto-flow:column;
grid-auto-columns:120px;
overflow-x:auto;
}
.eppg6-c2c>*,.eppg7-c2c>*{
scroll-snap-align:start;
}
.eppg4-c2c{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:557px){
.eppg4-c2c{
grid-template-columns:none;
grid-auto-flow:column;
overflow-x:auto;
grid-auto-columns:150px;
}
}
.epppanel-c2c{
background:#FFFFFF;
border:1px solid rgba(13, 39, 51, 0.12);
border-radius:1.25rem;
padding:1.75rem 32px;
}
.eppsplit-c2c{
gap:36px;
align-items:start;
display:grid;
}
.eppsplit-c2c>*{
min-width:0;
}
.eppsplit_a-c2c{
grid-template-columns:.85fr 1.15fr;
}
.eppsplit_b-c2c{
grid-template-columns:1fr 1.1fr;
}
.eppsplit_c-c2c{
grid-template-columns:1.1fr .9fr;
}
.epppgrid-c2c{
gap:40px;
grid-template-columns:.9fr 1.1fr;
align-items:center;
display:grid;
}
.epppgrid-c2c>*{
min-width:0;
}
.epplead-c2c{
margin-bottom:0.875rem;
line-height:1.65;
font-size:15px;
color:#2A4D5E;
}
.eppfeat-c2c{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.eppfeat-c2c>*{
min-width:0;
}
.eppfeat2-c2c{
grid-template-columns:1fr 1fr;
}
.eppfeat_card-c2c{
border:1px solid rgba(13, 39, 51, 0.12);
border-radius:20px;
background:#FFFFFF;
padding:1.625rem;
}
.eppfeat_card-c2c svg{
margin-bottom:16px;
height:26px;
width:1.625rem;
color:#0099BB;
}
.eppfeat_card-c2c h3{
font-weight:700;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:18px;
margin-bottom:0.5rem;
color:#0D2733;
}
.eppfeat_card-c2c p{
color:#2A4D5E;
font-size:0.813rem;
line-height:1.6;
}
.eppfeat_card-c2c b{
color:#0D2733;
}
.eppbig-c2c{
gap:1.375rem;
display:flex;
flex-wrap:wrap;
}
.eppbig_n-c2c{
font-weight:700;
font-size:1.625rem;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#0099BB;
}
.eppbig_l-c2c{
color:#4E7A8E;
font-size:0.75rem;
}
.eppperson-c2c{
border-radius:13px;
background:#FFFFFF;
gap:0.875rem;
border:1px solid rgba(13, 39, 51, 0.12);
padding:1rem 1.125rem;
display:flex;
align-items:center;
}
.eppavatar-c2c{
border-radius:50%;
background:linear-gradient(135deg,#00C8E8,#006F8A);
flex:none;
height:2.75rem;
width:44px;
}
.eppperson_name-c2c{
font-size:0.875rem;
font-weight:700;
color:#0D2733;
}
.eppperson_role-c2c{
color:#4E7A8E;
font-size:12px;
}
.eppkv-c2c{
background:rgba(13, 39, 51, 0.12);
border-radius:13px;
border:1px solid rgba(13, 39, 51, 0.12);
grid-template-columns:1fr 1fr;
gap:1px;
overflow:hidden;
display:grid;
}
.eppkv-c2c>div{
background:#F0FBFE;
padding:16px 18px;
min-width:0;
}
.eppkv_k-c2c{
margin-bottom:5px;
color:#0099BB;
text-transform:uppercase;
font-size:9.5px;
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.eppkv_v-c2c{
color:#0D2733;
font-size:13.5px;
font-weight:700;
}
@media(max-width:1022px){
.eppsplit_a-c2c,.eppsplit_b-c2c,.eppsplit_c-c2c,.epppgrid-c2c{
gap:1.5rem;
grid-template-columns:1fr;
}
.eppfeat-c2c,.eppfeat2-c2c{
grid-template-columns:1fr;
}
.eppkv-c2c{
grid-template-columns:1fr;
}
}
.eppsh-c2c{
min-width:0;
margin-bottom:1rem;
}
.eppsh_row-c2c{
gap:0.75rem;
justify-content:space-between;
align-items:flex-end;
flex-wrap:wrap;
display:flex;
}
.eppsh_row-c2c .eppsh_l-c2c{
gap:0.375rem;
flex-direction:column;
min-width:0;
display:flex;
}
.eppsh_stack-c2c{
gap:0.625rem;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.eppsh_center-c2c{
gap:10px;
text-align:center;
align-items:center;
flex-direction:column;
display:flex;
}
.eppsh_h2-c2c{
gap:0.563rem;
color:#0D2733;
align-items:center;
line-height:1.1;
overflow-wrap:break-word;
font-size:20px;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
display:flex;
font-weight:700;
}
@media(min-width:771px){
.eppsh_h2-c2c{
font-size:1.5rem;
}
}
.eppband-c2c .eppsh_h2-c2c{
color:#E8F9FE;
}
.eppeb_mono-c2c{
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.08em;
text-transform:none;
}
.eppeb_mono-c2c::before{
content:"// ";
}
.eppeb_upper-c2c{
letter-spacing:.14em;
text-transform:uppercase;
}
.eppeb_pill-c2c{
border-radius:62.438rem;
padding:5px 0.688rem;
background:rgba(0, 153, 187, 0.11);
letter-spacing:.12em;
text-transform:uppercase;
}
.eppeb_line-c2c{
gap:10px;
display:inline-flex;
align-items:center;
}
.eppeb_line-c2c::before{
background:#0099BB;
height:1px;
display:inline-block;
content:"";
width:24px;
}
.eppband-c2c .eppeb_line-c2c::before{
background:#00D4F5;
}
.eppband-c2c .eppeb_pill-c2c{
background:rgba(255, 255, 255, 0.08);
}
.eppsh_link-c2c{
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;
gap:0.375rem;
padding-bottom:2px;
align-items:center;
color:#0D2733;
font-size:13px;
font-weight:600;
border-bottom:1px solid #0D2733;
white-space:nowrap;
display:inline-flex;
}
.eppsh_link-c2c:hover{
border-color:#0099BB;
color:#0099BB;
}
.eppsh_link-c2c svg{
width:14px;
height:0.875rem;
}
.eppsh_link_chev-c2c{
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
border-bottom:0;
color:#0099BB;
padding-bottom:0;
font-size:12px;
}
.eppsh_link_btn-c2c{
background:#00C8E8;
border-radius:62.438rem;
padding:0.563rem 1.125rem;
color:#031820;
border-bottom:0;
}
.eppsh_link_btn-c2c:hover{
background:#00AECF;
border-color:transparent;
}
.eppband-c2c .eppsh_link-c2c{
border-color:#E8F9FE;
color:#E8F9FE;
}
.eppband-c2c .eppsh_link_chev-c2c{
color:#00D4F5;
}
.eppsh_rule-c2c{
background:rgba(13, 39, 51, 0.12);
margin:-2px 0 16px;
height:1px;
}
.eppband-c2c .eppsh_rule-c2c{
background:rgba(255, 255, 255, 0.13);
}
.eppseo_grid3-c2c{
grid-template-columns:repeat(3,1fr);
gap:1.25rem;
display:grid;
}
.eppseo_grid4-c2c{
grid-template-columns:repeat(4,1fr);
gap:13px;
display:grid;
}
.eppseo_grid3-c2c>*,.eppseo_grid4-c2c>*{
min-width:0;
}
.eppseo_card-c2c{
border:1px solid rgba(13, 39, 51, 0.12);
padding:24px;
background:#FFFFFF;
border-radius:0.813rem;
}
.eppseo_card-c2c h3{
margin-bottom:0.5rem;
font-weight:700;
color:#0D2733;
font-size:1.125rem;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.eppseo_card-c2c p{
font-size:13px;
color:#2A4D5E;
line-height:1.6;
}
.eppseo_card_sm-c2c{
padding:1.25rem;
}
.eppseo_card_sm-c2c h3{
font-size:16px;
}
.eppseo_card_sm-c2c p{
line-height:1.55;
font-size:12.5px;
}
.eppseo_rtp_row-c2c{
grid-template-columns:1fr 1fr;
gap:2.25rem;
display:grid;
margin-top:16px;
align-items:center;
}
.epprtp-c2c{
gap:14px;
min-width:0;
display:flex;
}
.epprtp-c2c>div{
border-radius:13px;
flex:1;
padding:16px;
background:#F0FBFE;
min-width:0;
text-align:center;
}
.epprtp_n-c2c{
color:#0099BB;
font-weight:700;
font-size:1.625rem;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
white-space:nowrap;
}
.epprtp_l-c2c{
color:#4E7A8E;
margin-top:0.25rem;
font-size:0.688rem;
}
.eppcmp-c2c{
overflow:hidden;
border-radius:13px;
border:1px solid rgba(13, 39, 51, 0.12);
max-width:47.5rem;
}
.eppcmp_row-c2c{
grid-template-columns:1.6fr 1fr 1fr;
font-size:13px;
display:grid;
}
.eppcmp_row-c2c>div{
padding:13px 0.875rem;
text-align:center;
min-width:0;
}
.eppcmp_row-c2c>div:first-child{
color:#0D2733;
font-weight:600;
text-align:left;
padding-left:22px;
}
.eppcmp_th-c2c{
background:#F0FBFE;
font-weight:700;
font-size:0.781rem;
}
.eppcmp_row-c2c:not(.eppcmp_th-c2c){
background:#FFFFFF;
border-top:1px solid rgba(13, 39, 51, 0.08);
color:#2A4D5E;
}
.eppcmp_zebra-c2c{
background:#E6F7FC;
}
.eppguide-c2c{
overflow:hidden;
background:#FFFFFF;
border:1px solid rgba(13, 39, 51, 0.12);
border-radius:0.813rem;
cursor:pointer;
}
.eppguide_cover-c2c{
height:8.125rem;
}
.eppguide_body-c2c{
padding:20px;
}
.eppguide_body-c2c h3{
margin:7px 0 9px;
font-size:16px;
line-height:1.25;
font-weight:700;
color:#0D2733;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.eppguide_meta-c2c{
color:#4E7A8E;
font-size:11.5px;
}
.epphub-c2c{
gap:28px;
grid-template-columns:repeat(5,1fr);
display:grid;
border-top:1px solid rgba(13, 39, 51, 0.08);
padding-top:1.75rem;
}
.epphub-c2c>*{
min-width:0;
}
.epphub-c2c h4{
font-weight:700;
font-size:13px;
margin-bottom:11px;
color:#0D2733;
}
.epphub_col-c2c{
gap:8px;
font-size:0.813rem;
flex-direction:column;
color:#2A4D5E;
display:flex;
}
.epphub_col-c2c a{
cursor:pointer;
}
@media(max-width:1021px){
.eppseo_grid3-c2c{
grid-template-columns:1fr;
}
.eppseo_grid4-c2c{
grid-template-columns:repeat(2,1fr);
}
.eppseo_rtp_row-c2c{
grid-template-columns:1fr;
gap:20px;
}
.epphub-c2c{
gap:1.375rem;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:557px){
.epphub-c2c{
grid-template-columns:1fr;
}
}
.epptk-c2c{
overflow:hidden;
background:#C8EAF5;
display:flex;
align-items:center;
border-bottom:1px solid rgba(13, 39, 51, 0.08);
}
.epptk_tag-c2c{
gap:0.5rem;
flex:none;
padding:0.688rem 1.125rem;
background:#FFFFFF;
border-right:1px solid rgba(13, 39, 51, 0.08);
font-weight:600;
font-size:0.656rem;
text-transform:uppercase;
align-items:center;
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
display:flex;
letter-spacing:.1em;
color:#E63030;
}
.epptk_rail-c2c{
overflow:hidden;
flex:1;
}
.epptk_track-c2c{
animation:zm3-marquee 26s linear infinite;
gap:28px;
padding:11px 14px;
width:max-content;
color:#2A4D5E;
font-size:12px;
white-space:nowrap;
display:flex;
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.epptk_track-c2c b{
color:#0099BB;
}
.epphero-c2c{
overflow:hidden;
background:linear-gradient(120deg,#092330,#051728);
border:1px solid rgba(13, 39, 51, 0.12);
padding:46px 48px;
border-radius:1.25rem;
position:relative;
color:#E8F9FE;
}
.epphero_glow-c2c{
border-radius:50%;
background:radial-gradient(circle,rgba(0, 210, 255, 0.22),transparent 70%);
position:absolute;
width:21.25rem;
top:-3.75rem;
height:21.25rem;
right:-60px;
}
.epphero_in-c2c{
position:relative;
max-width:600px;
}
.epphero-c2c .eppeyebrow-c2c{
color:#00D4F5;
}
.epppill_row-c2c{
padding:0.375rem 0.813rem;
border:1px solid rgba(255, 255, 255, 0.13);
border-radius:999px;
background:rgba(255, 255, 255, 0.08);
gap:0.5rem;
display:inline-flex;
letter-spacing:.1em;
text-transform:uppercase;
margin-bottom:22px;
font-size:0.656rem;
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#00D4F5;
align-items:center;
}
.epphero_h1-c2c{
margin:1.125rem 0;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.02;
overflow-wrap:break-word;
letter-spacing:-.02em;
font-size:3.375rem;
color:#E8F9FE;
font-weight:700;
}
.epphero_h1-c2c em{
color:#00D4F5;
font-style:normal;
}
.epphero_sub-c2c{
font-size:17px;
margin-bottom:1.75rem;
line-height:1.55;
max-width:30rem;
color:#88C8DC;
}
.epphero_cta-c2c{
gap:0.875rem;
align-items:center;
margin-bottom:26px;
flex-wrap:wrap;
display:flex;
}
.epphero_trust-c2c{
gap:14px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.epphero_rating_txt-c2c{
font-size:0.813rem;
color:#88C8DC;
}
@media(max-width:1024px){
.epphero-c2c{
padding:32px 24px;
}
.epphero_h1-c2c{
font-size:2.375rem;
}
}
@media(max-width:558px){
.epphero_h1-c2c{
font-size:30px;
}
}
.epptabs-c2c{
gap:9px;
display:flex;
flex-wrap:wrap;
}
.epptab-c2c{
border-radius:8px;
padding:10px 18px;
background:#FFFFFF;
border:1px solid rgba(13, 39, 51, 0.12);
color:#2A4D5E;
cursor:pointer;
font-size:0.813rem;
font-weight:600;
}
.epptab_on-c2c{
border-color:transparent;
background:#00C8E8;
color:#031820;
font-weight:700;
}
.eppstat-c2c{
grid-template-columns:repeat(4,1fr);
gap:14px;
display:grid;
}
.eppstat-c2c>*{
min-width:0;
}
.eppstat_item-c2c{
border-radius:0.813rem;
background:#FFFFFF;
padding:18px 20px;
border:1px solid rgba(13, 39, 51, 0.12);
}
.eppstat_k-c2c{
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.12em;
color:#4E7A8E;
text-transform:uppercase;
margin-bottom:7px;
font-size:0.594rem;
}
.eppstat_v-c2c{
gap:8px;
align-items:center;
overflow-wrap:anywhere;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#0D2733;
min-width:0;
font-size:24px;
font-weight:700;
display:flex;
}
.eppstat_v_accent-c2c{
color:#0099BB;
}
@media(max-width:1026px){
.eppstat-c2c{
grid-template-columns:repeat(2,1fr);
}
}
.eppwlc-c2c{
grid-template-columns:1.2fr .8fr;
background:linear-gradient(120deg,#092330,#051728);
overflow:hidden;
border-radius:1.25rem;
border:1px solid rgba(13, 39, 51, 0.12);
padding:36px 40px;
gap:24px;
display:grid;
color:#E8F9FE;
position:relative;
align-items:center;
}
.eppwlc-c2c>*{
min-width:0;
}
.eppwlc-c2c .eppeyebrow-c2c{
color:#00D4F5;
}
.eppwlc_glow-c2c{
border-radius:50%;
background:radial-gradient(circle,rgba(0, 210, 255, 0.22),transparent 70%);
right:-40px;
top:-40px;
width:16.25rem;
position:absolute;
height:260px;
}
.eppwlc_in-c2c{
position:relative;
}
.eppwlc_h2-c2c{
margin:0.625rem 0 0.5rem;
overflow-wrap:break-word;
font-weight:700;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#E8F9FE;
line-height:1.03;
font-size:34px;
}
.eppwlc_h2-c2c em{
color:#00D4F5;
font-style:normal;
}
.eppwlc_sub-c2c{
margin-bottom:1.125rem;
line-height:1.55;
color:#88C8DC;
max-width:420px;
font-size:0.875rem;
}
.eppwlc_terms-c2c{
gap:0.625rem;
display:flex;
flex-direction:column;
position:relative;
}
.eppterm-c2c{
background:rgba(255, 255, 255, 0.08);
gap:11px;
border:1px solid rgba(255, 255, 255, 0.13);
padding:0.813rem 15px;
border-radius:0.813rem;
display:flex;
align-items:center;
}
.eppterm-c2c svg{
flex:none;
color:#00D4F5;
height:1.25rem;
width:1.25rem;
}
.eppterm_k-c2c{
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
color:#88C8DC;
letter-spacing:.1em;
font-size:0.594rem;
}
.eppterm_v-c2c{
margin-top:2px;
font-weight:700;
font-size:0.875rem;
color:#E8F9FE;
}
@media(max-width:1025px){
.eppwlc-c2c{
grid-template-columns:1fr;
}
}
@media(max-width:558px){
.eppwlc_h2-c2c{
font-size:1.625rem;
}
}
.eppjp-c2c{
grid-template-columns:1.5fr 1fr 1fr;
gap:14px;
display:grid;
}
.eppjp-c2c>*{
min-width:0;
}
.eppjp_hero-c2c{
border:1px solid rgba(13, 39, 51, 0.12);
padding:26px;
background:linear-gradient(135deg,#092330,#051728);
gap:0.875rem;
border-radius:20px;
overflow:hidden;
justify-content:space-between;
color:#E8F9FE;
position:relative;
flex-direction:column;
display:flex;
min-height:11.25rem;
}
.eppjp_glow-c2c{
border-radius:50%;
background:radial-gradient(circle,rgba(0, 210, 255, 0.22),transparent 70%);
top:-40px;
width:11.25rem;
height:180px;
position:absolute;
right:-40px;
}
.eppjp_k_row-c2c{
gap:10px;
justify-content:space-between;
align-items:center;
display:flex;
position:relative;
}
.eppjp_k-c2c{
letter-spacing:.12em;
font-size:10px;
text-transform:uppercase;
color:#4E7A8E;
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.eppjp_hero-c2c .eppjp_k-c2c{
color:#88C8DC;
}
.eppjp_amt-c2c{
font-weight:700;
color:#00D4F5;
position:relative;
line-height:1;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:42px;
}
.eppjp_sub-c2c{
margin-top:5px;
color:#88C8DC;
font-size:12px;
}
.eppjp_cell-c2c{
border:1px solid rgba(13, 39, 51, 0.12);
padding:1.375rem;
background:#FFFFFF;
border-radius:20px;
min-height:11.25rem;
display:flex;
flex-direction:column;
justify-content:space-between;
}
.eppjp_cell-c2c .eppjp_amt-c2c{
font-size:1.875rem;
color:#0D2733;
}
.eppjp_cell-c2c .eppjp_sub-c2c{
color:#4E7A8E;
}
@media(max-width:1023px){
.eppjp-c2c{
grid-template-columns:1fr;
}
}
@media(max-width:563px){
.eppjp_amt-c2c{
font-size:2rem;
}
}
.eppgm-c2c{
gap:1rem;
grid-template-columns:1.3fr 1fr;
display:grid;
}
.eppgm-c2c>*{
min-width:0;
}
.eppgm_panel-c2c{
border-radius:20px;
padding:28px;
border:1px solid rgba(13, 39, 51, 0.12);
background:#FFFFFF;
}
.eppgm_h2-c2c{
margin:0.625rem 0 0.5rem;
font-size:24px;
color:#0D2733;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
}
.eppgm_text-c2c{
color:#2A4D5E;
margin-bottom:1.25rem;
line-height:1.6;
font-size:0.844rem;
max-width:27.5rem;
}
.eppgm_level-c2c{
gap:14px;
margin-bottom:16px;
align-items:center;
display:flex;
}
.eppgm_lv-c2c{
font-size:1.5rem;
color:#0099BB;
font-weight:700;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.eppgm_bar_wrap-c2c{
flex:1;
min-width:0;
}
.eppgm_bar_meta-c2c{
justify-content:space-between;
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#4E7A8E;
font-size:10px;
display:flex;
margin-bottom:0.313rem;
}
.eppbar-c2c{
border-radius:999px;
overflow:hidden;
background:#F0FBFE;
height:0.5rem;
}
.eppbar_fill-c2c{
background:linear-gradient(90deg,#00C8E8,#006F8A);
border-radius:999px;
display:block;
height:100%;
}
.eppgm_missions-c2c{
gap:9px;
flex-wrap:wrap;
display:flex;
}
.eppgm_refer-c2c{
border:1px solid rgba(13, 39, 51, 0.12);
padding:1.75rem;
background:linear-gradient(150deg,#092330,#051728);
overflow:hidden;
border-radius:20px;
display:flex;
flex-direction:column;
justify-content:space-between;
position:relative;
color:#E8F9FE;
}
.eppgm_refer-c2c .eppeyebrow-c2c{
color:#00D4F5;
}
.eppgm_ref_h2-c2c{
margin:0.625rem 0 8px;
color:#E8F9FE;
font-size:1.5rem;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
line-height:1.1;
}
.eppgm_ref_h2-c2c em{
color:#00D4F5;
font-style:normal;
}
.eppgm_ref_text-c2c{
color:#88C8DC;
margin-bottom:1.125rem;
font-size:0.813rem;
line-height:1.55;
}
@media(max-width:1023px){
.eppgm-c2c{
grid-template-columns:1fr;
}
}
.eppapp-c2c{
gap:36px;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
}
.eppapp_copy-c2c{
max-width:520px;
}
.eppapp_h2-c2c{
margin:0.75rem 0 10px;
font-weight:700;
color:#0D2733;
font-size:28px;
line-height:1.05;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.eppapp_text-c2c{
color:#2A4D5E;
margin-bottom:20px;
font-size:0.875rem;
line-height:1.6;
}
.eppapp_btns-c2c{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.eppstore-c2c{
border:1px solid rgba(13, 39, 51, 0.12);
gap:9px;
padding:11px 1.125rem;
border-radius:13px;
background:#F0FBFE;
display:inline-flex;
color:#0D2733;
font-weight:700;
font-size:13px;
align-items:center;
cursor:pointer;
}
.eppstore-c2c svg{
width:16px;
height:16px;
}
.eppapp_qr_wrap-c2c{
gap:16px;
align-items:center;
display:flex;
}
.eppqr-c2c{
gap:3px;
padding:11px;
grid-template-rows:repeat(5,1fr);
background:#F0FBFE;
grid-template-columns:repeat(5,1fr);
border-radius:13px;
border:1px solid rgba(13, 39, 51, 0.12);
height:6.75rem;
width:108px;
display:grid;
}
.eppqr-c2c i{
background:transparent;
}
.eppqr_f-c2c{
background:#0099BB;
}
.eppapp_qr_cap-c2c{
font-size:12px;
max-width:84px;
color:#4E7A8E;
line-height:1.4;
}
.eppvip_head-c2c{
gap:0.75rem;
justify-content:space-between;
flex-wrap:wrap;
margin-bottom:1.125rem;
align-items:flex-end;
display:flex;
}
.eppvip_intro-c2c{
color:#2A4D5E;
max-width:26.25rem;
font-size:13px;
}
.eppvip-c2c{
grid-template-columns:repeat(5,1fr);
gap:0.75rem;
display:grid;
}
.eppvip-c2c>*{
min-width:0;
}
.epptier-c2c{
border-radius:0.813rem;
border:1px solid rgba(13, 39, 51, 0.12);
background:#FFFFFF;
padding:20px;
}
.epptier_on-c2c{
border-color:#0099BB;
background:rgba(0, 153, 187, 0.11);
}
.epptier_medal-c2c{
border-radius:8px;
background:linear-gradient(135deg,#00C8E8,#006F8A);
width:1.875rem;
margin-bottom:0.875rem;
height:1.875rem;
}
.epptier_name-c2c{
margin-bottom:5px;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#0D2733;
font-size:15px;
font-weight:700;
}
.epptier_tx-c2c{
line-height:1.5;
font-size:11.5px;
color:#4E7A8E;
}
@media(max-width:1027px){
.eppvip-c2c{
grid-template-columns:repeat(2,1fr);
}
}
.epppromo_grid-c2c{
grid-template-columns:repeat(3,1fr);
gap:16px;
display:grid;
}
.epppromo_grid-c2c>*{
min-width:0;
}
.epppromo-c2c{
border-radius:1.25rem;
overflow:hidden;
background:#FFFFFF;
padding:1.5rem;
border:1px solid rgba(13, 39, 51, 0.12);
min-height:150px;
position:relative;
}
.epppromo_h-c2c{
color:#0D2733;
line-height:1.05;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-top:0.375rem;
font-size:26px;
font-weight:700;
}
.epppromo_h-c2c em{
font-style:normal;
color:#0099BB;
}
.epppromo_p-c2c{
margin-top:0.5rem;
color:#2A4D5E;
font-size:12.5px;
line-height:1.5;
}
.epppromo_feat-c2c{
border-color:rgba(13, 39, 51, 0.12);
background:linear-gradient(135deg,#092330,#051728);
}
.epppromo_feat-c2c .epppromo_h-c2c{
color:#E8F9FE;
}
.epppromo_feat-c2c .epppromo_h-c2c em{
color:#00D4F5;
}
.epppromo_feat-c2c .epppromo_p-c2c{
color:#88C8DC;
}
.epppromo_feat-c2c .eppeyebrow-c2c{
color:#00D4F5;
}
@media(max-width:1023px){
.epppromo_grid-c2c{
grid-template-columns:1fr;
}
}
.eppsupp-c2c{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.eppsupp-c2c>*{
min-width:0;
}
.eppsupp_card-c2c{
background:#FFFFFF;
padding:24px;
border-radius:13px;
border:1px solid rgba(13, 39, 51, 0.12);
}
.eppsupp_card-c2c svg{
margin-bottom:14px;
height:24px;
color:#0099BB;
width:1.5rem;
}
.eppsupp_card-c2c h3{
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#0D2733;
margin-bottom:0.375rem;
font-weight:700;
font-size:16px;
}
.eppsupp_card-c2c p{
color:#2A4D5E;
line-height:1.55;
font-size:0.813rem;
}
@media(max-width:1025px){
.eppsupp-c2c{
grid-template-columns:1fr;
}
}
.eppdw_h2-c2c{
font-weight:700;
margin-bottom:0.625rem;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#0D2733;
line-height:1.08;
font-size:26px;
}
.eppsteps_v-c2c{
grid-template-columns:1fr;
gap:0.625rem;
}
.eppsteps_v-c2c .eppstep-c2c{
padding:18px 20px;
}
@media(max-width:561px){
.eppdw_h2-c2c{
font-size:23px;
}
}
.eppsteps-c2c{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.eppsteps-c2c>*{
min-width:0;
}
.eppstep-c2c{
border-radius:13px;
background:#FFFFFF;
border:1px solid rgba(13, 39, 51, 0.12);
padding:1.5rem;
position:relative;
}
.eppstep_num-c2c{
border-radius:8px;
background:#00C8E8;
font-size:0.813rem;
justify-content:center;
width:1.875rem;
color:#031820;
margin-bottom:14px;
display:flex;
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-weight:700;
height:1.875rem;
align-items:center;
}
.eppstep_h-c2c{
font-weight:700;
margin-bottom:7px;
font-size:16px;
color:#0D2733;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.eppstep_p-c2c{
line-height:1.55;
font-size:0.813rem;
color:#2A4D5E;
}
@media(max-width:1024px){
.eppsteps-c2c{
grid-template-columns:1fr;
}
}
.epppay_logos-c2c{
gap:9px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.epppay_logos-c2c>*{
min-width:0;
}
.epppay-c2c{
border:1px solid rgba(13, 39, 51, 0.12);
border-radius:8px;
font-weight:700;
font-size:12px;
justify-content:center;
align-items:center;
height:3rem;
color:#2A4D5E;
display:flex;
}
.epptable-c2c{
border:1px solid rgba(13, 39, 51, 0.12);
border-radius:0.813rem;
overflow:hidden;
}
.epptrow-c2c{
grid-template-columns:1.3fr 1fr 1fr 1fr;
display:grid;
font-size:0.813rem;
}
.epptrow-c2c>div{
padding:0.813rem 14px;
min-width:0;
}
.epptrow-c2c>div:first-child{
color:#0D2733;
font-weight:700;
padding-left:1rem;
}
.epptrow_th-c2c{
background:#F0FBFE;
text-transform:uppercase;
font-size:9.5px;
letter-spacing:.06em;
color:#4E7A8E;
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.epptrow-c2c:not(.epptrow_th-c2c){
background:#FFFFFF;
border-top:1px solid rgba(13, 39, 51, 0.08);
color:#2A4D5E;
}
.epptrow_zebra-c2c{
background:#E6F7FC;
}
.epppos-c2c{
color:#0099BB;
font-weight:700;
}
@media(max-width:1025px){
.epppay_logos-c2c{
grid-template-columns:repeat(2,1fr);
}
}
.epprc-c2c{
gap:2rem;
grid-template-columns:1fr 1fr 1fr;
display:grid;
}
.epprc-c2c>*{
min-width:0;
}
.epprc_awards-c2c{
gap:0.688rem;
flex-direction:column;
display:flex;
}
.eppaward-c2c{
gap:0.688rem;
display:flex;
align-items:center;
}
.eppaward-c2c svg{
flex:none;
color:#F5B800;
width:1.125rem;
height:1.125rem;
}
.eppaward_t-c2c{
color:#0D2733;
font-weight:700;
font-size:13.5px;
}
.eppaward_s-c2c{
font-size:11.5px;
color:#4E7A8E;
}
.epprc_press-c2c{
gap:0.625rem;
grid-template-columns:1fr 1fr;
display:grid;
}
.epplogo_cell-c2c{
border:1px solid rgba(13, 39, 51, 0.12);
border-radius:8px;
justify-content:center;
height:48px;
align-items:center;
display:flex;
color:#2A4D5E;
font-weight:700;
font-size:13px;
}
.epprc_partner-c2c{
padding:20px;
background:#FFFFFF;
border-radius:0.813rem;
border:1px solid rgba(13, 39, 51, 0.12);
}
.epprc_partner_name-c2c{
font-size:18px;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-bottom:6px;
color:#0D2733;
font-weight:700;
}
.epprc_partner_text-c2c{
font-size:0.781rem;
color:#2A4D5E;
line-height:1.55;
}
@media(max-width:1024px){
.epprc-c2c{
gap:1.375rem;
grid-template-columns:1fr;
}
.epprc_press-c2c{
grid-template-columns:repeat(4,1fr);
}
}
.epprv_head-c2c{
gap:0.75rem;
margin-bottom:18px;
align-items:flex-end;
justify-content:space-between;
display:flex;
flex-wrap:wrap;
}
.epprv_agg-c2c{
gap:0.625rem;
display:flex;
align-items:center;
}
.epprv_source-c2c{
color:#4E7A8E;
font-size:0.781rem;
}
.epprv_grid-c2c{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.epprv_grid-c2c>*{
min-width:0;
}
.eppreview-c2c{
padding:24px;
border:1px solid rgba(13, 39, 51, 0.12);
border-radius:13px;
background:#FFFFFF;
}
.eppreview-c2c .eppstars-c2c{
margin-bottom:0.625rem;
}
.eppreview-c2c p{
font-weight:600;
margin-bottom:14px;
line-height:1.5;
color:#0D2733;
font-size:0.906rem;
}
.eppreview_by-c2c{
font-size:0.781rem;
color:#4E7A8E;
}
@media(max-width:1025px){
.epprv_grid-c2c{
grid-template-columns:1fr;
}
}
.eppab_h2-c2c{
margin:14px 0 16px;
font-size:32px;
line-height:1.08;
font-weight:700;
color:#0D2733;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.eppab_body-c2c{
margin-bottom:14px;
color:#2A4D5E;
line-height:1.65;
font-size:15px;
}
.eppab_chips-c2c{
gap:0.625rem;
margin-top:8px;
flex-wrap:wrap;
display:flex;
}
.eppfaq-c2c{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.eppfaq_item-c2c{
border:1px solid rgba(13, 39, 51, 0.12);
padding:18px 22px;
background:#FFFFFF;
border-radius:13px;
}
.eppfaq_q-c2c{
gap:1rem;
list-style:none;
align-items:center;
justify-content:space-between;
font-size:0.969rem;
font-weight:600;
cursor:pointer;
color:#0D2733;
display:flex;
}
.eppfaq_q-c2c::-webkit-details-marker{
display:none;
}
.eppfaq_q_t-c2c{
gap:10px;
display:flex;
}
.eppfaq_q_i-c2c{
font-style:normal;
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#0099BB;
}
.eppfaq_pm-c2c{
font-size:1.25rem;
color:#0099BB;
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.eppfaq_item-c2c[open] .eppfaq_pm-c2c{
transform:rotate(45deg);
}
.eppfaq_a-c2c{
color:#2A4D5E;
margin-top:0.75rem;
font-size:0.844rem;
line-height:1.6;
}
@media(max-width:557px){
.eppab_h2-c2c{
font-size:1.625rem;
}
}
.eppop_h2-c2c{
margin:0.625rem 0 8px;
font-weight:700;
line-height:1.1;
color:#0D2733;
font-size:1.5rem;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.eppop_text-c2c{
color:#2A4D5E;
line-height:1.6;
font-size:0.844rem;
}
@media(max-width:559px){
.eppop_h2-c2c{
font-size:1.375rem;
}
}
.eppgd_head-c2c{
gap:0.75rem;
margin-bottom:16px;
justify-content:space-between;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.eppprovs-c2c{
gap:0.75rem;
grid-template-columns:repeat(6,1fr);
margin-bottom:1.75rem;
display:grid;
}
.eppprovs-c2c>*{
min-width:0;
}
.eppprov-c2c{
background:#FFFFFF;
border-radius:13px;
padding:12px;
border:1px solid rgba(13, 39, 51, 0.12);
align-items:center;
text-decoration:none;
height:4rem;
justify-content:center;
display:flex;
}
.eppprov_img-c2c{
object-fit:contain;
max-height:32px;
max-width:100%;
}
.eppresp-c2c{
background:#FFFFFF;
border:1px solid rgba(13, 39, 51, 0.12);
padding:26px;
border-radius:13px;
gap:24px;
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
}
.eppresp_in-c2c{
max-width:35rem;
}
.eppresp_h-c2c{
color:#0D2733;
font-size:1.188rem;
font-weight:700;
margin-bottom:0.5rem;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.eppresp_p-c2c{
font-size:0.844rem;
color:#2A4D5E;
line-height:1.6;
}
.eppresp_badges-c2c{
gap:14px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.eppage18-c2c{
border-radius:8px;
padding:4px 0.5rem;
border:1.5px solid #E63030;
font-size:0.813rem;
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-weight:700;
color:#E63030;
}
.eppresp_org-c2c{
font-size:13px;
font-weight:600;
color:#4E7A8E;
}
@media(max-width:1021px){
.eppprovs-c2c{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:561px){
.eppprovs-c2c{
grid-template-columns:repeat(2,1fr);
}
}
.eppet_h2-c2c{
margin:10px 0 0.875rem;
font-size:28px;
font-family:"Syne", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.08;
color:#0D2733;
font-weight:700;
}
.eppet_right-c2c{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.eppet_updated-c2c{
padding:14px 1.125rem;
border-radius:0.813rem;
border:1px solid rgba(13, 39, 51, 0.12);
background:#F0FBFE;
gap:0.625rem;
color:#2A4D5E;
display:flex;
align-items:center;
font-size:0.75rem;
}
.eppet_updated-c2c svg{
flex:none;
color:#0099BB;
width:0.938rem;
height:0.938rem;
}
.eppet_updated-c2c b{
color:#0D2733;
}
@media(max-width:558px){
.eppet_h2-c2c{
font-size:1.5rem;
}
}
.eppfooter-c2c{
padding:2.5rem 28px;
background:#C8EAF5;
border-top:1px solid rgba(13, 39, 51, 0.08);
}
.eppfooter_grid-c2c{
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:2rem;
max-width:87.5rem;
margin-bottom:1.75rem;
margin-right:auto;
margin-left:auto;
display:grid;
}
.eppfooter_grid-c2c>*{
min-width:0;
}
.eppfooter_grid-c2c h4{
letter-spacing:.12em;
margin-bottom:0.813rem;
font-size:10px;
text-transform:uppercase;
color:#7AAABB;
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.eppfcol-c2c{
gap:0.563rem;
font-size:0.813rem;
flex-direction:column;
display:flex;
color:#2A4D5E;
}
.eppfcol-c2c a{
cursor:pointer;
}
.eppft_about-c2c{
color:#4E7A8E;
line-height:1.6;
max-width:16.25rem;
font-size:0.813rem;
margin-top:12px;
}
.eppft_contact-c2c{
overflow-wrap:anywhere;
font-family:"Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#0099BB;
margin-top:0.75rem;
font-size:12.5px;
}
.eppfooter_bottom-c2c{
gap:1rem;
margin:0 auto;
display:flex;
align-items:center;
justify-content:space-between;
padding-top:20px;
border-top:1px solid rgba(13, 39, 51, 0.08);
flex-wrap:wrap;
max-width:87.5rem;
}
.eppfooter_bottom-c2c p{
color:#7AAABB;
line-height:1.6;
font-size:11px;
max-width:45rem;
}
@media(max-width:1025px){
.eppfooter_grid-c2c{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:560px){
.eppfooter_grid-c2c{
grid-template-columns:1fr;
}
}