*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F0FAFA;
-webkit-font-smoothing:antialiased;
line-height:1.55;
overflow-wrap:break-word;
color:#2A4F57;
font-family:"Nunito Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
text-rendering:optimizeLegibility;
font-size:15px;
}
img{
display:block;
max-width:100%;
}
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:8px;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(6, 24, 30, 0.72);
}
::-webkit-scrollbar-track{
background:transparent;
}
.ctdshell-chc{
grid-template-columns:248px 1fr;
display:grid;
min-height:100vh;
}
.ctdmain-chc{
min-width:0;
}
.ctdwrap-chc{
margin:0 auto;
max-width:87.5rem;
width:100%;
}
.ctdcontainer-chc{
margin:0 auto;
padding:0 16px;
width:100%;
max-width:87.5rem;
}
@media(min-width:769px){
.ctdcontainer-chc{
padding:0 28px;
}
}
.ctdsection-chc{
padding:1.5rem 1.75rem;
}
.ctdsection_pt-chc{
padding-top:2.125rem;
}
.ctdband_soft-chc{
background:#FFFFFF;
}
.ctdeyebrow-chc{
display:inline-block;
font-family:"Nunito Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
letter-spacing:.14em;
text-transform:uppercase;
color:#0097A7;
font-weight:600;
line-height:1.4;
font-size:10.5px;
overflow-wrap:break-word;
}
.ctddrawer_cb-chc{
display:none;
}
.ctdoverlay-chc{
display:none;
}
@media(max-width:1021px){
.ctdshell-chc{
grid-template-columns:1fr;
}
.ctdmain-chc{
padding-bottom:78px;
}
.ctddrawer_cb-chc:checked~.ctdoverlay-chc{
inset:0;
background:rgba(6, 24, 30, 0.72);
z-index:70;
display:block;
position:fixed;
}
}
@media(max-width:559px){
.ctdsection-chc{
padding:18px 1rem;
}
.ctdsection_pt-chc{
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 ---------- */
.ctdside-chc{
background:#E2F2F5;
gap:22px;
padding:1.375rem 1.125rem;
flex-direction:column;
overflow-y:auto;
top:0;
display:flex;
align-self:start;
border-right:1px solid rgba(13, 43, 48, 0.08);
height:100vh;
position:sticky;
}
.ctdbrand-chc{
gap:0.625rem;
display:flex;
align-items:center;
}
.ctdlogo-chc{
font-weight:700;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
letter-spacing:-.02em;
color:#0D2B30;
font-size:1.313rem;
}
.ctdside_cta-chc{
border-radius:0.75rem;
padding:1rem;
background:rgba(0, 151, 167, 0.11);
border:1px solid rgba(13, 43, 48, 0.12);
}
.ctdside_cta_h-chc{
font-weight:700;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
margin-bottom:6px;
color:#0D2B30;
font-size:17px;
line-height:1.15;
}
.ctdside_cta_p-chc{
color:#2A4F57;
font-size:12px;
line-height:1.45;
margin-bottom:12px;
}
.ctdnav-chc{
gap:3px;
flex-direction:column;
display:flex;
}
.ctdnav_label-chc{
padding:6px 0.625rem;
text-transform:uppercase;
font-size:9.5px;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
letter-spacing:.14em;
color:#85A8B0;
}
.ctdnav_item-chc{
padding:10px;
gap:11px;
border-radius:0.5rem;
font-size:14px;
align-items:center;
display:flex;
font-weight:500;
color:#2A4F57;
}
.ctdnav_item-chc svg{
height:1.063rem;
width:1.063rem;
}
.ctdnav_item-chc:hover{
background:rgba(0, 151, 167, 0.11);
color:#0D2B30;
}
.ctdnav_item_on-chc{
background:rgba(0, 151, 167, 0.11);
color:#0097A7;
font-weight:600;
}
.ctdside_foot-chc{
border:1px solid rgba(13, 43, 48, 0.12);
background:#FFFFFF;
border-radius:12px;
padding:12px;
margin-top:auto;
}
.ctdside_foot-chc p{
line-height:1.4;
margin-top:0.25rem;
font-size:0.781rem;
color:#2A4F57;
}
/* ---------- topbar ---------- */
.ctdtop-chc{
padding:14px 1.75rem;
gap:1rem;
background:#E2F2F5;
border-bottom:1px solid rgba(13, 43, 48, 0.08);
position:sticky;
align-items:center;
z-index:40;
display:flex;
top:0;
}
.ctdtop_brand-chc{
gap:9px;
display:none;
align-items:center;
}
.ctdsearch-chc{
flex:1;
padding:11px 14px;
border:1px solid rgba(13, 43, 48, 0.12);
gap:0.625rem;
background:#FFFFFF;
border-radius:0.75rem;
font-size:0.844rem;
max-width:27.5rem;
color:#537A84;
align-items:center;
display:flex;
}
.ctdsearch-chc svg{
flex:none;
width:1rem;
height:1rem;
}
.ctdtop_actions-chc{
gap:0.75rem;
align-items:center;
display:flex;
margin-left:auto;
}
.ctdlang-chc{
font-size:12px;
color:#2A4F57;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
}
.ctdburger-chc{
border:1px solid rgba(13, 43, 48, 0.12);
background:#FFFFFF;
border-radius:8px;
height:2.5rem;
width:2.5rem;
display:none;
color:#0D2B30;
justify-content:center;
align-items:center;
}
/* ---------- bottom-nav (mobile) ---------- */
.ctdbotnav-chc{
display:none;
}
@media(max-width:1024px){
.ctdside-chc{
transition:transform .25s ease;
z-index:80;
width:280px;
transform:translateX(-100%);
top:0;
left:0;
position:fixed;
height:100vh;
}
.ctddrawer_cb-chc:checked~.ctdshell-chc .ctdside-chc{
transform:translateX(0);
}
.ctdtop-chc{
gap:0.75rem;
padding:14px 1rem;
flex-wrap:wrap;
position:static;
}
.ctdtop_brand-chc{
display:flex;
}
.ctdsearch-chc{
display:none;
}
.ctdburger-chc{
display:flex;
}
.ctdtop_actions-chc{
gap:0.625rem;
width:100%;
align-items:stretch;
margin-left:0;
}
.ctdtop_actions-chc .ctdlang-chc{
display:none;
}
.ctdtop_actions-chc .ctdbtn-chc{
padding:11px 0.625rem;
flex:1;
text-align:center;
}
.ctdbotnav-chc{
padding:0.5rem 0.375rem calc(0.5rem + env(safe-area-inset-bottom));
grid-template-columns:repeat(3,1fr);
background:#E2F2F5;
right:0;
border-top:1px solid rgba(13, 43, 48, 0.12);
transform:translateZ(0);
bottom:0;
display:grid;
position:fixed;
left:0;
z-index:65;
}
.ctdbn-chc{
padding:0.375rem 2px 0;
gap:0.25rem;
flex-direction:column;
justify-content:flex-end;
font-weight:600;
align-items:center;
color:#2A4F57;
font-size:0.625rem;
display:flex;
min-width:0;
}
.ctdbn-chc svg{
flex:none;
height:1.375rem;
width:1.375rem;
}
.ctdbn-chc span{
overflow:hidden;
text-align:center;
white-space:nowrap;
text-overflow:ellipsis;
max-width:100%;
}
.ctdbn_on-chc{
color:#0097A7;
}
.ctdbn_center-chc{
position:relative;
}
.ctdbn_fab-chc{
border-radius:50%;
background:#00C8DC;
color:#062026;
height:50px;
display:flex;
align-items:center;
box-shadow:0 0.5rem 2rem rgba(13, 43, 48, 0.14), 0 2px 0.5rem rgba(13, 43, 48, 0.10);
transform:translateX(-50%);
position:absolute;
left:50%;
width:50px;
justify-content:center;
top:-1.25rem;
}
.ctdbn_fab-chc svg{
height:1.5rem;
width:1.5rem;
}
.ctdbn_center-chc span{
color:#0097A7;
}
}
.ctdbtn-chc{
border-radius:0.5rem;
gap:0.5rem;
transition:background-color 0.2s ease,color 0.2s ease;
padding:0.688rem 22px;
align-items:center;
font-size:14px;
justify-content:center;
font-family:"Nunito Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
cursor:pointer;
font-weight:700;
display:inline-flex;
}
.ctdbtn_pri-chc{
background:#00C8DC;
color:#062026;
box-shadow:0 4px 1.125rem rgba(0, 200, 220, 0.38), 0 2px 6px rgba(0, 200, 220, 0.22);
}
.ctdbtn_pri-chc:hover{
background:#00B0C4;
}
.ctdbtn_ghost-chc{
background:rgba(0, 151, 167, 0.11);
color:#0D2B30;
font-weight:600;
}
.ctdbtn_line-chc{
background:transparent;
border:1px solid rgba(13, 43, 48, 0.22);
font-weight:600;
color:#0D2B30;
}
.ctdbtn_lg-chc{
padding:1rem 1.875rem;
border-radius:0.75rem;
font-size:15px;
}
.ctdband-chc .ctdbtn_line-chc{
border-color:rgba(255, 255, 255, 0.13);
color:#E8F9FB;
}
.ctdband-chc .ctdbtn_ghost-chc{
background:rgba(255, 255, 255, 0.08);
color:#E8F9FB;
}
.ctdlink_m-chc{
gap:0.313rem;
font-size:12px;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
color:#0097A7;
align-items:center;
cursor:pointer;
text-decoration:none;
display:inline-flex;
}
.ctdlink_m-chc svg{
height:0.875rem;
width:0.875rem;
}
.ctdband-chc .ctdlink_m-chc{
color:#2FE0EE;
}
.ctddot-chc{
border-radius:50%;
background:#0097A7;
flex:none;
height:7px;
width:0.438rem;
}
.ctddot_live-chc{
animation:zm3-pulse 1.4s infinite;
background:#E03040;
}
.ctdstars-chc{
gap:2px;
display:inline-flex;
color:#0097A7;
}
.ctdstars-chc svg{
height:0.938rem;
width:0.938rem;
}
.ctdchip-chc{
padding:7px 12px;
border:1px solid rgba(13, 43, 48, 0.12);
border-radius:0.5rem;
gap:6px;
background:#FFFFFF;
font-size:0.688rem;
display:inline-flex;
color:#2A4F57;
align-items:center;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
}
.ctdchip_on-chc{
background:rgba(0, 151, 167, 0.11);
border-color:transparent;
color:#0097A7;
}
.ctdgc-chc{
cursor:pointer;
min-width:0;
text-decoration:none;
display:block;
color:inherit;
}
.ctdgc_thumb-chc{
border:1px solid rgba(13, 43, 48, 0.12);
border-radius:0.75rem;
overflow:hidden;
background-size:cover;
background-position:center;
display:block;
position:relative;
aspect-ratio:1;
}
.ctdgc_thumb_portrait-chc{
aspect-ratio:3/4;
}
.ctdgc_thumb_wide-chc{
aspect-ratio:16/11;
}
.ctdgc_cap-chc{
padding:0.563rem;
background:linear-gradient(transparent,rgba(6, 24, 30, 0.72));
position:absolute;
bottom:0;
left:0;
right:0;
}
.ctdgc_name-chc{
font-weight:700;
color:#E8F9FB;
font-size:12.5px;
display:block;
}
.ctdgc_meta-chc{
font-size:0.688rem;
color:#8DCDD8;
}
.ctdgc_badge-chc{
padding:2px 6px;
background:#0097A7;
border-radius:8px;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
top:0.5rem;
position:absolute;
right:8px;
color:#062026;
font-weight:700;
font-size:8px;
}
.ctdgc_badge_hot-chc{
background:#E03040;
color:#E8F9FB;
}
.ctdgc_badge_live-chc{
background:#E03040;
right:auto;
color:#E8F9FB;
left:8px;
}
.ctdgc_mult-chc{
inset:0;
display:flex;
font-size:28px;
justify-content:center;
position:absolute;
font-weight:700;
align-items:center;
color:#0097A7;
}
.ctdpc-chc{
background:#FFFFFF;
border:1px solid rgba(13, 43, 48, 0.12);
border-radius:12px;
justify-content:center;
font-size:14px;
color:#2A4F57;
display:flex;
align-items:center;
font-weight:700;
height:4rem;
}
.ctdrail-chc{
min-width:0;
}
.ctdrail_scroll-chc{
gap:0.875rem;
display:grid;
}
.ctdrail_scroll-chc>*{
min-width:0;
}
.ctdg6-chc{
grid-template-columns:repeat(6,1fr);
}
.ctdg7-chc{
grid-template-columns:repeat(7,1fr);
}
.ctdg4-chc{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1027px){
.ctdg6-chc,.ctdg7-chc{
grid-template-columns:none;
grid-auto-flow:column;
overflow-x:auto;
scroll-snap-type:x mandatory;
padding-bottom:6px;
grid-auto-columns:120px;
}
.ctdg6-chc>*,.ctdg7-chc>*{
scroll-snap-align:start;
}
.ctdg4-chc{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:562px){
.ctdg4-chc{
grid-template-columns:none;
grid-auto-columns:9.375rem;
overflow-x:auto;
grid-auto-flow:column;
}
}
.ctdpanel-chc{
border:1px solid rgba(13, 43, 48, 0.12);
padding:1.75rem 2rem;
background:#FFFFFF;
border-radius:1.25rem;
}
.ctdsplit-chc{
gap:2.25rem;
display:grid;
align-items:start;
}
.ctdsplit-chc>*{
min-width:0;
}
.ctdsplit_a-chc{
grid-template-columns:.85fr 1.15fr;
}
.ctdsplit_b-chc{
grid-template-columns:1fr 1.1fr;
}
.ctdsplit_c-chc{
grid-template-columns:1.1fr .9fr;
}
.ctdpgrid-chc{
grid-template-columns:.9fr 1.1fr;
gap:40px;
display:grid;
align-items:center;
}
.ctdpgrid-chc>*{
min-width:0;
}
.ctdlead-chc{
color:#2A4F57;
line-height:1.65;
font-size:15px;
margin-bottom:14px;
}
.ctdfeat-chc{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.ctdfeat-chc>*{
min-width:0;
}
.ctdfeat2-chc{
grid-template-columns:1fr 1fr;
}
.ctdfeat_card-chc{
border:1px solid rgba(13, 43, 48, 0.12);
background:#FFFFFF;
padding:26px;
border-radius:20px;
}
.ctdfeat_card-chc svg{
width:26px;
height:26px;
color:#0097A7;
margin-bottom:16px;
}
.ctdfeat_card-chc h3{
margin-bottom:8px;
font-weight:700;
font-size:18px;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
color:#0D2B30;
}
.ctdfeat_card-chc p{
line-height:1.6;
font-size:0.813rem;
color:#2A4F57;
}
.ctdfeat_card-chc b{
color:#0D2B30;
}
.ctdbig-chc{
gap:22px;
flex-wrap:wrap;
display:flex;
}
.ctdbig_n-chc{
font-size:26px;
font-weight:700;
color:#0097A7;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
}
.ctdbig_l-chc{
color:#537A84;
font-size:12px;
}
.ctdperson-chc{
background:#FFFFFF;
border:1px solid rgba(13, 43, 48, 0.12);
padding:16px 1.125rem;
gap:0.875rem;
border-radius:0.75rem;
align-items:center;
display:flex;
}
.ctdavatar-chc{
background:linear-gradient(135deg,#00C8DC,#006B78);
flex:none;
border-radius:50%;
height:44px;
width:2.75rem;
}
.ctdperson_name-chc{
color:#0D2B30;
font-size:14px;
font-weight:700;
}
.ctdperson_role-chc{
font-size:0.75rem;
color:#537A84;
}
.ctdkv-chc{
grid-template-columns:1fr 1fr;
gap:1px;
background:rgba(13, 43, 48, 0.12);
border:1px solid rgba(13, 43, 48, 0.12);
border-radius:0.75rem;
overflow:hidden;
display:grid;
}
.ctdkv-chc>div{
padding:16px 1.125rem;
background:#F0FAFA;
min-width:0;
}
.ctdkv_k-chc{
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
color:#0097A7;
margin-bottom:5px;
text-transform:uppercase;
font-size:0.594rem;
}
.ctdkv_v-chc{
color:#0D2B30;
font-size:13.5px;
font-weight:700;
}
@media(max-width:1025px){
.ctdsplit_a-chc,.ctdsplit_b-chc,.ctdsplit_c-chc,.ctdpgrid-chc{
grid-template-columns:1fr;
gap:24px;
}
.ctdfeat-chc,.ctdfeat2-chc{
grid-template-columns:1fr;
}
.ctdkv-chc{
grid-template-columns:1fr;
}
}
.ctdsh-chc{
min-width:0;
margin-bottom:16px;
}
.ctdsh_row-chc{
gap:12px;
align-items:flex-end;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.ctdsh_row-chc .ctdsh_l-chc{
gap:0.375rem;
display:flex;
min-width:0;
flex-direction:column;
}
.ctdsh_stack-chc{
gap:0.625rem;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.ctdsh_center-chc{
gap:10px;
text-align:center;
align-items:center;
flex-direction:column;
display:flex;
}
.ctdsh_h2-chc{
gap:0.563rem;
overflow-wrap:break-word;
line-height:1.1;
font-size:1.25rem;
align-items:center;
color:#0D2B30;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
display:flex;
font-weight:700;
}
@media(min-width:770px){
.ctdsh_h2-chc{
font-size:24px;
}
}
.ctdband-chc .ctdsh_h2-chc{
color:#E8F9FB;
}
.ctdeb_mono-chc{
text-transform:none;
letter-spacing:.08em;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
}
.ctdeb_mono-chc::before{
content:"// ";
}
.ctdeb_upper-chc{
text-transform:uppercase;
letter-spacing:.14em;
}
.ctdeb_pill-chc{
background:rgba(0, 151, 167, 0.11);
border-radius:62.438rem;
padding:0.313rem 0.688rem;
text-transform:uppercase;
letter-spacing:.12em;
}
.ctdeb_line-chc{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.ctdeb_line-chc::before{
background:#0097A7;
content:"";
display:inline-block;
width:24px;
height:1px;
}
.ctdband-chc .ctdeb_line-chc::before{
background:#2FE0EE;
}
.ctdband-chc .ctdeb_pill-chc{
background:rgba(255, 255, 255, 0.08);
}
.ctdsh_link-chc{
gap:0.375rem;
transition:color 0.2s ease,border-color 0.2s ease;
color:#0D2B30;
white-space:nowrap;
border-bottom:1px solid #0D2B30;
font-weight:600;
display:inline-flex;
padding-bottom:2px;
font-size:0.813rem;
align-items:center;
}
.ctdsh_link-chc:hover{
border-color:#0097A7;
color:#0097A7;
}
.ctdsh_link-chc svg{
width:14px;
height:0.875rem;
}
.ctdsh_link_chev-chc{
color:#0097A7;
padding-bottom:0;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.75rem;
border-bottom:0;
}
.ctdsh_link_btn-chc{
padding:0.563rem 1.125rem;
border-radius:62.438rem;
background:#00C8DC;
border-bottom:0;
color:#062026;
}
.ctdsh_link_btn-chc:hover{
border-color:transparent;
background:#00B0C4;
}
.ctdband-chc .ctdsh_link-chc{
border-color:#E8F9FB;
color:#E8F9FB;
}
.ctdband-chc .ctdsh_link_chev-chc{
color:#2FE0EE;
}
.ctdsh_rule-chc{
background:rgba(13, 43, 48, 0.12);
margin:-2px 0 1rem;
height:1px;
}
.ctdband-chc .ctdsh_rule-chc{
background:rgba(255, 255, 255, 0.13);
}
.ctdseo_grid3-chc{
gap:1.25rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.ctdseo_grid4-chc{
gap:13px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.ctdseo_grid3-chc>*,.ctdseo_grid4-chc>*{
min-width:0;
}
.ctdseo_card-chc{
background:#FFFFFF;
border-radius:0.75rem;
padding:1.5rem;
border:1px solid rgba(13, 43, 48, 0.12);
}
.ctdseo_card-chc h3{
color:#0D2B30;
margin-bottom:8px;
font-size:18px;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
}
.ctdseo_card-chc p{
color:#2A4F57;
line-height:1.6;
font-size:13px;
}
.ctdseo_card_sm-chc{
padding:20px;
}
.ctdseo_card_sm-chc h3{
font-size:16px;
}
.ctdseo_card_sm-chc p{
line-height:1.55;
font-size:0.781rem;
}
.ctdseo_rtp_row-chc{
grid-template-columns:1fr 1fr;
gap:2.25rem;
align-items:center;
margin-top:16px;
display:grid;
}
.ctdrtp-chc{
gap:0.875rem;
display:flex;
min-width:0;
}
.ctdrtp-chc>div{
border-radius:12px;
padding:1rem;
background:#F0FAFA;
flex:1;
min-width:0;
text-align:center;
}
.ctdrtp_n-chc{
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
color:#0097A7;
white-space:nowrap;
font-weight:700;
font-size:26px;
}
.ctdrtp_l-chc{
font-size:0.688rem;
color:#537A84;
margin-top:0.25rem;
}
.ctdcmp-chc{
border:1px solid rgba(13, 43, 48, 0.12);
overflow:hidden;
border-radius:0.75rem;
max-width:47.5rem;
}
.ctdcmp_row-chc{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
font-size:0.813rem;
}
.ctdcmp_row-chc>div{
padding:0.813rem 14px;
min-width:0;
text-align:center;
}
.ctdcmp_row-chc>div:first-child{
text-align:left;
padding-left:22px;
color:#0D2B30;
font-weight:600;
}
.ctdcmp_th-chc{
background:#F0FAFA;
font-size:0.781rem;
font-weight:700;
}
.ctdcmp_row-chc:not(.ctdcmp_th-chc){
background:#FFFFFF;
color:#2A4F57;
border-top:1px solid rgba(13, 43, 48, 0.08);
}
.ctdcmp_zebra-chc{
background:#E8F5F7;
}
.ctdguide-chc{
overflow:hidden;
border-radius:12px;
border:1px solid rgba(13, 43, 48, 0.12);
background:#FFFFFF;
cursor:pointer;
}
.ctdguide_cover-chc{
height:8.125rem;
}
.ctdguide_body-chc{
padding:20px;
}
.ctdguide_body-chc h3{
margin:0.438rem 0 9px;
color:#0D2B30;
line-height:1.25;
font-weight:700;
font-size:16px;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
}
.ctdguide_meta-chc{
color:#537A84;
font-size:11.5px;
}
.ctdhub-chc{
gap:1.75rem;
grid-template-columns:repeat(5,1fr);
border-top:1px solid rgba(13, 43, 48, 0.08);
display:grid;
padding-top:28px;
}
.ctdhub-chc>*{
min-width:0;
}
.ctdhub-chc h4{
margin-bottom:11px;
font-size:13px;
color:#0D2B30;
font-weight:700;
}
.ctdhub_col-chc{
gap:8px;
font-size:0.813rem;
flex-direction:column;
display:flex;
color:#2A4F57;
}
.ctdhub_col-chc a{
cursor:pointer;
}
@media(max-width:1025px){
.ctdseo_grid3-chc{
grid-template-columns:1fr;
}
.ctdseo_grid4-chc{
grid-template-columns:repeat(2,1fr);
}
.ctdseo_rtp_row-chc{
grid-template-columns:1fr;
gap:1.25rem;
}
.ctdhub-chc{
gap:1.375rem;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:559px){
.ctdhub-chc{
grid-template-columns:1fr;
}
}
.ctdtk-chc{
background:#0D2B30;
overflow:hidden;
border-bottom:1px solid rgba(13, 43, 48, 0.08);
align-items:center;
display:flex;
}
.ctdtk_tag-chc{
flex:none;
background:#FFFFFF;
padding:11px 18px;
gap:0.5rem;
text-transform:uppercase;
letter-spacing:.1em;
font-weight:600;
border-right:1px solid rgba(13, 43, 48, 0.08);
align-items:center;
font-size:10.5px;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
color:#E03040;
display:flex;
}
.ctdtk_rail-chc{
overflow:hidden;
flex:1;
}
.ctdtk_track-chc{
animation:zm3-marquee 26s linear infinite;
gap:28px;
padding:11px 0.875rem;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.75rem;
width:max-content;
white-space:nowrap;
display:flex;
color:#2A4F57;
}
.ctdtk_track-chc b{
color:#0097A7;
}
.ctdhero-chc{
padding:2.875rem 3rem;
border-radius:20px;
border:1px solid rgba(13, 43, 48, 0.12);
background:linear-gradient(120deg,#0A2228,#0C1E2E);
overflow:hidden;
color:#E8F9FB;
position:relative;
}
.ctdhero_glow-chc{
border-radius:50%;
background:radial-gradient(circle,rgba(0, 210, 220, 0.22),transparent 70%);
top:-60px;
height:21.25rem;
width:21.25rem;
position:absolute;
right:-60px;
}
.ctdhero_in-chc{
max-width:600px;
position:relative;
}
.ctdhero-chc .ctdeyebrow-chc{
color:#2FE0EE;
}
.ctdpill_row-chc{
border-radius:999px;
padding:0.375rem 13px;
border:1px solid rgba(255, 255, 255, 0.13);
gap:0.5rem;
background:rgba(255, 255, 255, 0.08);
text-transform:uppercase;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.656rem;
align-items:center;
color:#2FE0EE;
margin-bottom:1.375rem;
display:inline-flex;
letter-spacing:.1em;
}
.ctdhero_h1-chc{
margin:1.125rem 0;
color:#E8F9FB;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-size:3.375rem;
letter-spacing:-.02em;
line-height:1.02;
font-weight:700;
overflow-wrap:break-word;
}
.ctdhero_h1-chc em{
color:#2FE0EE;
font-style:normal;
}
.ctdhero_sub-chc{
font-size:17px;
margin-bottom:1.75rem;
color:#8DCDD8;
max-width:480px;
line-height:1.55;
}
.ctdhero_cta-chc{
gap:14px;
display:flex;
flex-wrap:wrap;
align-items:center;
margin-bottom:26px;
}
.ctdhero_trust-chc{
gap:0.875rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.ctdhero_rating_txt-chc{
font-size:13px;
color:#8DCDD8;
}
@media(max-width:1026px){
.ctdhero-chc{
padding:2rem 24px;
}
.ctdhero_h1-chc{
font-size:2.375rem;
}
}
@media(max-width:561px){
.ctdhero_h1-chc{
font-size:1.875rem;
}
}
.ctdtabs-chc{
gap:0.563rem;
display:flex;
flex-wrap:wrap;
}
.ctdtab-chc{
background:#FFFFFF;
border:1px solid rgba(13, 43, 48, 0.12);
border-radius:8px;
padding:0.625rem 18px;
font-size:13px;
font-weight:600;
cursor:pointer;
color:#2A4F57;
}
.ctdtab_on-chc{
background:#00C8DC;
border-color:transparent;
font-weight:700;
color:#062026;
}
.ctdstat-chc{
gap:14px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.ctdstat-chc>*{
min-width:0;
}
.ctdstat_item-chc{
padding:18px 20px;
background:#FFFFFF;
border-radius:0.75rem;
border:1px solid rgba(13, 43, 48, 0.12);
}
.ctdstat_k-chc{
color:#537A84;
letter-spacing:.12em;
font-size:0.594rem;
margin-bottom:0.438rem;
text-transform:uppercase;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
}
.ctdstat_v-chc{
gap:8px;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
min-width:0;
color:#0D2B30;
display:flex;
font-size:1.5rem;
align-items:center;
overflow-wrap:anywhere;
font-weight:700;
}
.ctdstat_v_accent-chc{
color:#0097A7;
}
@media(max-width:1027px){
.ctdstat-chc{
grid-template-columns:repeat(2,1fr);
}
}
.ctdwlc-chc{
background:linear-gradient(120deg,#0A2228,#0C1E2E);
overflow:hidden;
grid-template-columns:1.2fr .8fr;
padding:2.25rem 2.5rem;
gap:24px;
border-radius:20px;
border:1px solid rgba(13, 43, 48, 0.12);
position:relative;
color:#E8F9FB;
display:grid;
align-items:center;
}
.ctdwlc-chc>*{
min-width:0;
}
.ctdwlc-chc .ctdeyebrow-chc{
color:#2FE0EE;
}
.ctdwlc_glow-chc{
background:radial-gradient(circle,rgba(0, 210, 220, 0.22),transparent 70%);
border-radius:50%;
right:-2.5rem;
width:260px;
height:16.25rem;
position:absolute;
top:-40px;
}
.ctdwlc_in-chc{
position:relative;
}
.ctdwlc_h2-chc{
margin:0.625rem 0 0.5rem;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
color:#E8F9FB;
overflow-wrap:break-word;
line-height:1.03;
font-size:2.125rem;
}
.ctdwlc_h2-chc em{
color:#2FE0EE;
font-style:normal;
}
.ctdwlc_sub-chc{
max-width:420px;
margin-bottom:18px;
color:#8DCDD8;
font-size:14px;
line-height:1.55;
}
.ctdwlc_terms-chc{
gap:0.625rem;
flex-direction:column;
display:flex;
position:relative;
}
.ctdterm-chc{
border-radius:0.75rem;
border:1px solid rgba(255, 255, 255, 0.13);
padding:13px 15px;
background:rgba(255, 255, 255, 0.08);
gap:11px;
align-items:center;
display:flex;
}
.ctdterm-chc svg{
flex:none;
color:#2FE0EE;
width:20px;
height:1.25rem;
}
.ctdterm_k-chc{
text-transform:uppercase;
color:#8DCDD8;
letter-spacing:.1em;
font-size:9.5px;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
}
.ctdterm_v-chc{
color:#E8F9FB;
margin-top:2px;
font-weight:700;
font-size:0.875rem;
}
@media(max-width:1023px){
.ctdwlc-chc{
grid-template-columns:1fr;
}
}
@media(max-width:557px){
.ctdwlc_h2-chc{
font-size:1.625rem;
}
}
.ctdjp-chc{
gap:14px;
grid-template-columns:1.5fr 1fr 1fr;
display:grid;
}
.ctdjp-chc>*{
min-width:0;
}
.ctdjp_hero-chc{
border:1px solid rgba(13, 43, 48, 0.12);
padding:1.625rem;
overflow:hidden;
border-radius:20px;
background:linear-gradient(135deg,#0A2228,#0C1E2E);
gap:0.875rem;
flex-direction:column;
min-height:180px;
display:flex;
position:relative;
justify-content:space-between;
color:#E8F9FB;
}
.ctdjp_glow-chc{
border-radius:50%;
background:radial-gradient(circle,rgba(0, 210, 220, 0.22),transparent 70%);
top:-2.5rem;
position:absolute;
height:180px;
right:-2.5rem;
width:180px;
}
.ctdjp_k_row-chc{
gap:10px;
display:flex;
position:relative;
align-items:center;
justify-content:space-between;
}
.ctdjp_k-chc{
color:#537A84;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
text-transform:uppercase;
letter-spacing:.12em;
font-size:0.625rem;
}
.ctdjp_hero-chc .ctdjp_k-chc{
color:#8DCDD8;
}
.ctdjp_amt-chc{
font-weight:700;
position:relative;
line-height:1;
color:#2FE0EE;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-size:2.625rem;
}
.ctdjp_sub-chc{
color:#8DCDD8;
margin-top:0.313rem;
font-size:0.75rem;
}
.ctdjp_cell-chc{
border-radius:20px;
padding:1.375rem;
background:#FFFFFF;
border:1px solid rgba(13, 43, 48, 0.12);
justify-content:space-between;
flex-direction:column;
min-height:180px;
display:flex;
}
.ctdjp_cell-chc .ctdjp_amt-chc{
font-size:30px;
color:#0D2B30;
}
.ctdjp_cell-chc .ctdjp_sub-chc{
color:#537A84;
}
@media(max-width:1021px){
.ctdjp-chc{
grid-template-columns:1fr;
}
}
@media(max-width:557px){
.ctdjp_amt-chc{
font-size:32px;
}
}
.ctdvip_head-chc{
gap:0.75rem;
margin-bottom:18px;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
align-items:flex-end;
}
.ctdvip_intro-chc{
color:#2A4F57;
font-size:13px;
max-width:420px;
}
.ctdvip-chc{
gap:12px;
grid-template-columns:repeat(5,1fr);
display:grid;
}
.ctdvip-chc>*{
min-width:0;
}
.ctdtier-chc{
background:#FFFFFF;
padding:20px;
border-radius:12px;
border:1px solid rgba(13, 43, 48, 0.12);
}
.ctdtier_on-chc{
background:rgba(0, 151, 167, 0.11);
border-color:#0097A7;
}
.ctdtier_medal-chc{
border-radius:0.5rem;
background:linear-gradient(135deg,#00C8DC,#006B78);
margin-bottom:0.875rem;
height:1.875rem;
width:1.875rem;
}
.ctdtier_name-chc{
font-size:15px;
color:#0D2B30;
margin-bottom:0.313rem;
font-weight:700;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
}
.ctdtier_tx-chc{
line-height:1.5;
font-size:11.5px;
color:#537A84;
}
@media(max-width:1027px){
.ctdvip-chc{
grid-template-columns:repeat(2,1fr);
}
}
.ctdapp-chc{
gap:2.25rem;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
align-items:center;
}
.ctdapp_copy-chc{
max-width:520px;
}
.ctdapp_h2-chc{
margin:12px 0 10px;
font-size:1.75rem;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
line-height:1.05;
color:#0D2B30;
}
.ctdapp_text-chc{
color:#2A4F57;
margin-bottom:1.25rem;
font-size:14px;
line-height:1.6;
}
.ctdapp_btns-chc{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.ctdstore-chc{
padding:0.688rem 1.125rem;
border-radius:0.75rem;
gap:9px;
background:#F0FAFA;
border:1px solid rgba(13, 43, 48, 0.12);
font-weight:700;
display:inline-flex;
cursor:pointer;
align-items:center;
color:#0D2B30;
font-size:0.813rem;
}
.ctdstore-chc svg{
height:1rem;
width:16px;
}
.ctdapp_qr_wrap-chc{
gap:16px;
align-items:center;
display:flex;
}
.ctdqr-chc{
gap:3px;
background:#F0FAFA;
grid-template-columns:repeat(5,1fr);
grid-template-rows:repeat(5,1fr);
padding:11px;
border-radius:0.75rem;
border:1px solid rgba(13, 43, 48, 0.12);
display:grid;
width:108px;
height:108px;
}
.ctdqr-chc i{
background:transparent;
}
.ctdqr_f-chc{
background:#0097A7;
}
.ctdapp_qr_cap-chc{
line-height:1.4;
max-width:84px;
color:#537A84;
font-size:0.75rem;
}
.ctdsteps-chc{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.ctdsteps-chc>*{
min-width:0;
}
.ctdstep-chc{
border:1px solid rgba(13, 43, 48, 0.12);
border-radius:0.75rem;
background:#FFFFFF;
padding:1.5rem;
position:relative;
}
.ctdstep_num-chc{
border-radius:8px;
background:#00C8DC;
display:flex;
width:30px;
justify-content:center;
color:#062026;
margin-bottom:0.875rem;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
height:30px;
font-weight:700;
font-size:13px;
align-items:center;
}
.ctdstep_h-chc{
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-size:1rem;
font-weight:700;
margin-bottom:0.438rem;
color:#0D2B30;
}
.ctdstep_p-chc{
font-size:13px;
line-height:1.55;
color:#2A4F57;
}
@media(max-width:1026px){
.ctdsteps-chc{
grid-template-columns:1fr;
}
}
.ctdpromo_grid-chc{
grid-template-columns:repeat(3,1fr);
gap:1rem;
display:grid;
}
.ctdpromo_grid-chc>*{
min-width:0;
}
.ctdpromo-chc{
overflow:hidden;
padding:1.5rem;
background:#FFFFFF;
border-radius:1.25rem;
border:1px solid rgba(13, 43, 48, 0.12);
min-height:150px;
position:relative;
}
.ctdpromo_h-chc{
color:#0D2B30;
font-weight:700;
margin-top:6px;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-size:1.625rem;
line-height:1.05;
}
.ctdpromo_h-chc em{
color:#0097A7;
font-style:normal;
}
.ctdpromo_p-chc{
color:#2A4F57;
margin-top:8px;
line-height:1.5;
font-size:0.781rem;
}
.ctdpromo_feat-chc{
background:linear-gradient(135deg,#0A2228,#0C1E2E);
border-color:rgba(13, 43, 48, 0.12);
}
.ctdpromo_feat-chc .ctdpromo_h-chc{
color:#E8F9FB;
}
.ctdpromo_feat-chc .ctdpromo_h-chc em{
color:#2FE0EE;
}
.ctdpromo_feat-chc .ctdpromo_p-chc{
color:#8DCDD8;
}
.ctdpromo_feat-chc .ctdeyebrow-chc{
color:#2FE0EE;
}
@media(max-width:1021px){
.ctdpromo_grid-chc{
grid-template-columns:1fr;
}
}
.ctdpay_logos-chc{
grid-template-columns:repeat(4,1fr);
gap:0.563rem;
display:grid;
}
.ctdpay_logos-chc>*{
min-width:0;
}
.ctdpay-chc{
border:1px solid rgba(13, 43, 48, 0.12);
border-radius:8px;
align-items:center;
color:#2A4F57;
height:48px;
font-weight:700;
justify-content:center;
display:flex;
font-size:12px;
}
.ctdtable-chc{
border:1px solid rgba(13, 43, 48, 0.12);
overflow:hidden;
border-radius:12px;
}
.ctdtrow-chc{
grid-template-columns:1.3fr 1fr 1fr 1fr;
display:grid;
font-size:13px;
}
.ctdtrow-chc>div{
padding:0.813rem 14px;
min-width:0;
}
.ctdtrow-chc>div:first-child{
padding-left:1rem;
font-weight:700;
color:#0D2B30;
}
.ctdtrow_th-chc{
background:#F0FAFA;
color:#537A84;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
font-size:9.5px;
letter-spacing:.06em;
text-transform:uppercase;
}
.ctdtrow-chc:not(.ctdtrow_th-chc){
background:#FFFFFF;
color:#2A4F57;
border-top:1px solid rgba(13, 43, 48, 0.08);
}
.ctdtrow_zebra-chc{
background:#E8F5F7;
}
.ctdpos-chc{
font-weight:700;
color:#0097A7;
}
@media(max-width:1025px){
.ctdpay_logos-chc{
grid-template-columns:repeat(2,1fr);
}
}
.ctddw_h2-chc{
margin-bottom:0.625rem;
color:#0D2B30;
font-weight:700;
font-size:26px;
line-height:1.08;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
}
.ctdsteps_v-chc{
gap:0.625rem;
grid-template-columns:1fr;
}
.ctdsteps_v-chc .ctdstep-chc{
padding:18px 20px;
}
@media(max-width:559px){
.ctddw_h2-chc{
font-size:23px;
}
}
.ctdbanner-chc{
background:linear-gradient(115deg,#0A2228,#0C1E2E);
border-radius:1.25rem;
padding:36px 40px;
overflow:hidden;
gap:28px;
border:1px solid rgba(13, 43, 48, 0.12);
align-items:center;
justify-content:space-between;
color:#E8F9FB;
display:flex;
flex-wrap:wrap;
position:relative;
}
.ctdbanner_glow-chc{
border-radius:50%;
background:radial-gradient(circle,rgba(0, 210, 220, 0.22),transparent 68%);
right:5rem;
width:200px;
position:absolute;
transform:translateY(-50%);
height:200px;
top:50%;
}
.ctdbanner_in-chc{
max-width:560px;
position:relative;
}
.ctdbanner-chc .ctdeyebrow-chc{
color:#2FE0EE;
}
.ctdbanner_h2-chc{
margin:10px 0;
line-height:1.05;
font-size:30px;
font-weight:700;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
color:#E8F9FB;
}
.ctdbanner_text-chc{
line-height:1.6;
color:#8DCDD8;
font-size:14px;
}
@media(max-width:560px){
.ctdbanner_h2-chc{
font-size:1.5rem;
}
}
.ctdtour-chc{
overflow:hidden;
border-radius:20px;
grid-template-columns:1.05fr 1fr;
border:1px solid rgba(13, 43, 48, 0.12);
display:grid;
}
.ctdtour-chc>*{
min-width:0;
}
.ctdtour_l-chc{
overflow:hidden;
background:linear-gradient(135deg,#0A2228,#0C1E2E);
padding:2.125rem;
position:relative;
color:#E8F9FB;
}
.ctdtour_h2-chc{
margin:12px 0 10px;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-size:1.875rem;
font-weight:700;
line-height:1.05;
color:#E8F9FB;
}
.ctdtour_h2-chc em{
color:#2FE0EE;
font-style:normal;
}
.ctdtour_text-chc{
color:#8DCDD8;
margin-bottom:20px;
max-width:340px;
font-size:13.5px;
line-height:1.6;
}
.ctdtour_meta-chc{
gap:1.125rem;
align-items:flex-end;
flex-wrap:wrap;
display:flex;
margin-bottom:1.25rem;
}
.ctdtour_cap-chc{
text-transform:uppercase;
font-size:9.5px;
margin-bottom:5px;
color:#8DCDD8;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
}
.ctdcount-chc{
gap:6px;
display:flex;
}
.ctdcount-chc span{
padding:0.25rem 0.563rem;
border-radius:8px;
background:rgba(255, 255, 255, 0.08);
border:1px solid rgba(255, 255, 255, 0.13);
font-size:22px;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
font-weight:700;
}
.ctdtour_units-chc{
color:#8DCDD8;
font-size:10px;
}
.ctdboard-chc{
padding:28px 30px;
background:#FFFFFF;
}
.ctdboard_head-chc{
justify-content:space-between;
margin-bottom:0.875rem;
align-items:center;
display:flex;
}
.ctdboard_title-chc{
font-size:16px;
font-weight:700;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
color:#0D2B30;
}
.ctdboard_upd-chc{
font-size:10px;
text-transform:uppercase;
color:#537A84;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
}
.ctdboard_list-chc{
gap:2px;
display:flex;
flex-direction:column;
}
.ctdboard_row-chc{
border-radius:0.5rem;
gap:0.75rem;
padding:10px 12px;
display:flex;
align-items:center;
}
.ctdboard_top1-chc{
background:rgba(0, 151, 167, 0.11);
}
.ctdboard_rk-chc{
font-size:14px;
font-weight:700;
width:20px;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
color:#537A84;
}
.ctdboard_top1-chc .ctdboard_rk-chc{
color:#0097A7;
}
.ctdboard_nm-chc{
flex:1;
font-size:0.844rem;
font-weight:600;
color:#2A4F57;
min-width:0;
}
.ctdboard_top1-chc .ctdboard_nm-chc{
color:#0D2B30;
font-weight:700;
}
.ctdboard_pt-chc{
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
font-size:12.5px;
color:#2A4F57;
}
@media(max-width:1024px){
.ctdtour-chc{
grid-template-columns:1fr;
}
}
@media(max-width:562px){
.ctdtour_h2-chc{
font-size:1.5rem;
}
}
.ctdsupp-chc{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.ctdsupp-chc>*{
min-width:0;
}
.ctdsupp_card-chc{
border-radius:12px;
background:#FFFFFF;
padding:24px;
border:1px solid rgba(13, 43, 48, 0.12);
}
.ctdsupp_card-chc svg{
margin-bottom:14px;
width:24px;
height:24px;
color:#0097A7;
}
.ctdsupp_card-chc h3{
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
margin-bottom:6px;
color:#0D2B30;
font-size:1rem;
font-weight:700;
}
.ctdsupp_card-chc p{
font-size:13px;
color:#2A4F57;
line-height:1.55;
}
@media(max-width:1022px){
.ctdsupp-chc{
grid-template-columns:1fr;
}
}
.ctdab_h2-chc{
margin:14px 0 16px;
font-weight:700;
line-height:1.08;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
color:#0D2B30;
font-size:2rem;
}
.ctdab_body-chc{
color:#2A4F57;
line-height:1.65;
margin-bottom:14px;
font-size:15px;
}
.ctdab_chips-chc{
gap:10px;
flex-wrap:wrap;
margin-top:8px;
display:flex;
}
.ctdfaq-chc{
gap:10px;
flex-direction:column;
display:flex;
}
.ctdfaq_item-chc{
padding:1.125rem 22px;
border:1px solid rgba(13, 43, 48, 0.12);
border-radius:12px;
background:#FFFFFF;
}
.ctdfaq_q-chc{
list-style:none;
gap:16px;
cursor:pointer;
display:flex;
align-items:center;
justify-content:space-between;
font-size:0.969rem;
font-weight:600;
color:#0D2B30;
}
.ctdfaq_q-chc::-webkit-details-marker{
display:none;
}
.ctdfaq_q_t-chc{
gap:0.625rem;
display:flex;
}
.ctdfaq_q_i-chc{
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
color:#0097A7;
font-style:normal;
}
.ctdfaq_pm-chc{
font-size:1.25rem;
color:#0097A7;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
}
.ctdfaq_item-chc[open] .ctdfaq_pm-chc{
transform:rotate(45deg);
}
.ctdfaq_a-chc{
color:#2A4F57;
font-size:13.5px;
line-height:1.6;
margin-top:0.75rem;
}
@media(max-width:563px){
.ctdab_h2-chc{
font-size:1.625rem;
}
}
.ctdop_h2-chc{
margin:0.625rem 0 8px;
color:#0D2B30;
font-weight:700;
font-size:1.5rem;
line-height:1.1;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
}
.ctdop_text-chc{
color:#2A4F57;
font-size:13.5px;
line-height:1.6;
}
@media(max-width:561px){
.ctdop_h2-chc{
font-size:22px;
}
}
.ctdrv_head-chc{
gap:0.75rem;
margin-bottom:18px;
display:flex;
align-items:flex-end;
flex-wrap:wrap;
justify-content:space-between;
}
.ctdrv_agg-chc{
gap:10px;
display:flex;
align-items:center;
}
.ctdrv_source-chc{
font-size:0.781rem;
color:#537A84;
}
.ctdrv_grid-chc{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.ctdrv_grid-chc>*{
min-width:0;
}
.ctdreview-chc{
background:#FFFFFF;
border:1px solid rgba(13, 43, 48, 0.12);
padding:24px;
border-radius:0.75rem;
}
.ctdreview-chc .ctdstars-chc{
margin-bottom:0.625rem;
}
.ctdreview-chc p{
font-weight:600;
margin-bottom:14px;
font-size:14.5px;
line-height:1.5;
color:#0D2B30;
}
.ctdreview_by-chc{
color:#537A84;
font-size:0.781rem;
}
@media(max-width:1027px){
.ctdrv_grid-chc{
grid-template-columns:1fr;
}
}
.ctddispute-chc{
padding:26px 1.875rem;
gap:1.75rem;
border-radius:0.75rem;
border:1px dashed rgba(13, 43, 48, 0.22);
align-items:center;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.ctddispute_in-chc{
max-width:660px;
}
.ctddispute_h2-chc{
color:#0D2B30;
font-weight:700;
margin-bottom:8px;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-size:22px;
}
.ctddispute_text-chc{
line-height:1.6;
color:#2A4F57;
font-size:0.844rem;
}
.ctdet_h2-chc{
margin:10px 0 14px;
line-height:1.08;
color:#0D2B30;
font-weight:700;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-size:28px;
}
.ctdet_right-chc{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.ctdet_updated-chc{
gap:10px;
padding:0.875rem 1.125rem;
background:#F0FAFA;
border:1px solid rgba(13, 43, 48, 0.12);
border-radius:12px;
align-items:center;
font-size:12px;
display:flex;
color:#2A4F57;
}
.ctdet_updated-chc svg{
flex:none;
height:0.938rem;
width:0.938rem;
color:#0097A7;
}
.ctdet_updated-chc b{
color:#0D2B30;
}
@media(max-width:558px){
.ctdet_h2-chc{
font-size:24px;
}
}
.ctdprovs-chc{
grid-template-columns:repeat(6,1fr);
gap:12px;
display:grid;
margin-bottom:28px;
}
.ctdprovs-chc>*{
min-width:0;
}
.ctdprov-chc{
padding:0.75rem;
border:1px solid rgba(13, 43, 48, 0.12);
background:#FFFFFF;
border-radius:12px;
text-decoration:none;
display:flex;
justify-content:center;
align-items:center;
height:4rem;
}
.ctdprov_img-chc{
object-fit:contain;
max-width:100%;
max-height:2rem;
}
.ctdresp-chc{
border-radius:12px;
border:1px solid rgba(13, 43, 48, 0.12);
gap:24px;
padding:1.625rem;
background:#FFFFFF;
align-items:center;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.ctdresp_in-chc{
max-width:560px;
}
.ctdresp_h-chc{
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
color:#0D2B30;
font-weight:700;
margin-bottom:0.5rem;
font-size:19px;
}
.ctdresp_p-chc{
color:#2A4F57;
line-height:1.6;
font-size:13.5px;
}
.ctdresp_badges-chc{
gap:14px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.ctdage18-chc{
padding:0.25rem 8px;
border:1.5px solid #E03040;
border-radius:8px;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.813rem;
font-weight:700;
color:#E03040;
}
.ctdresp_org-chc{
font-weight:600;
font-size:0.813rem;
color:#537A84;
}
@media(max-width:1027px){
.ctdprovs-chc{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:561px){
.ctdprovs-chc{
grid-template-columns:repeat(2,1fr);
}
}
.ctdrc-chc{
gap:2rem;
grid-template-columns:1fr 1fr 1fr;
display:grid;
}
.ctdrc-chc>*{
min-width:0;
}
.ctdrc_awards-chc{
gap:0.688rem;
display:flex;
flex-direction:column;
}
.ctdaward-chc{
gap:11px;
align-items:center;
display:flex;
}
.ctdaward-chc svg{
flex:none;
color:#F5B800;
width:1.125rem;
height:18px;
}
.ctdaward_t-chc{
font-weight:700;
color:#0D2B30;
font-size:0.844rem;
}
.ctdaward_s-chc{
font-size:0.719rem;
color:#537A84;
}
.ctdrc_press-chc{
grid-template-columns:1fr 1fr;
gap:0.625rem;
display:grid;
}
.ctdlogo_cell-chc{
border:1px solid rgba(13, 43, 48, 0.12);
border-radius:0.5rem;
align-items:center;
justify-content:center;
display:flex;
height:48px;
font-size:13px;
font-weight:700;
color:#2A4F57;
}
.ctdrc_partner-chc{
border-radius:0.75rem;
border:1px solid rgba(13, 43, 48, 0.12);
padding:1.25rem;
background:#FFFFFF;
}
.ctdrc_partner_name-chc{
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
margin-bottom:6px;
font-size:1.125rem;
color:#0D2B30;
}
.ctdrc_partner_text-chc{
font-size:12.5px;
color:#2A4F57;
line-height:1.55;
}
@media(max-width:1027px){
.ctdrc-chc{
grid-template-columns:1fr;
gap:1.375rem;
}
.ctdrc_press-chc{
grid-template-columns:repeat(4,1fr);
}
}
.ctdfooter-chc{
padding:2.5rem 1.75rem;
background:#0D2B30;
border-top:1px solid rgba(13, 43, 48, 0.08);
}
.ctdfooter_grid-chc{
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:32px;
margin-left:auto;
margin-right:auto;
display:grid;
max-width:87.5rem;
margin-bottom:1.75rem;
}
.ctdfooter_grid-chc>*{
min-width:0;
}
.ctdfooter_grid-chc h4{
color:#85A8B0;
text-transform:uppercase;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
letter-spacing:.12em;
margin-bottom:13px;
font-size:0.625rem;
}
.ctdfcol-chc{
gap:9px;
font-size:13px;
display:flex;
color:#2A4F57;
flex-direction:column;
}
.ctdfcol-chc a{
cursor:pointer;
}
.ctdft_about-chc{
color:#537A84;
margin-top:0.75rem;
max-width:260px;
line-height:1.6;
font-size:13px;
}
.ctdft_contact-chc{
overflow-wrap:anywhere;
color:#0097A7;
font-size:0.781rem;
font-family:"Spline Sans Mono", Menlo, Monaco, Consolas, monospace;
margin-top:0.75rem;
}
.ctdfooter_bottom-chc{
margin:0 auto;
gap:1rem;
display:flex;
align-items:center;
border-top:1px solid rgba(13, 43, 48, 0.08);
max-width:87.5rem;
flex-wrap:wrap;
justify-content:space-between;
padding-top:20px;
}
.ctdfooter_bottom-chc p{
max-width:45rem;
color:#85A8B0;
font-size:11px;
line-height:1.6;
}
@media(max-width:1025px){
.ctdfooter_grid-chc{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:561px){
.ctdfooter_grid-chc{
grid-template-columns:1fr;
}
}