*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F4F6FA;
color:#2A3045;
-webkit-font-smoothing:antialiased;
overflow-wrap:break-word;
font-size:0.938rem;
font-family:"Hanken Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.6;
text-rendering:optimizeLegibility;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
width:0.5rem;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.dkf-layout_usv{
display:flex;
flex-direction:column;
min-height:100vh;
}
.dkf-main_usv{
flex:1 1 auto;
width:100%;
min-width:0;
}
.dkf-container_usv{
padding:0 1rem;
margin:0 auto;
max-width:1400px;
width:100%;
}
@media(min-width:770px){
.dkf-container_usv{
padding:0 32px;
}
}
@media(min-width:1097px){
.dkf-container_usv{
padding:0 56px;
}
}
.dkf-eyebrow_usv{
font-size:0.688rem;
display:inline-block;
text-transform:uppercase;
font-family:"Hanken Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
letter-spacing:.2em;
line-height:1.4;
overflow-wrap:break-word;
color:#2F7EE8;
font-weight:600;
}
.dkf-band_usv{
background:#111827;
color:#EEF2FF;
}
.dkf-band_usv .dkf-eyebrow_usv{
color:#7EB8FF;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.dkf-tb_usv{
background:#F4F6FA;
border-bottom:1px solid rgba(20,30,60,0.14);
top:0;
position:sticky;
z-index:50;
}
.dkf-tb_in_usv{
margin:0 auto;
gap:1rem;
padding:12px 16px;
justify-content:space-between;
width:100%;
align-items:center;
display:flex;
max-width:1400px;
}
@media(min-width:769px){
.dkf-tb_in_usv{
padding:1rem 32px;
}
}
@media(min-width:1099px){
.dkf-tb_in_usv{
padding:18px 3.5rem;
}
}
.dkf-tb_left_usv{
gap:1.75rem;
display:flex;
min-width:0;
align-items:center;
}
.dkf-tb_logo_usv{
gap:0.688rem;
align-items:center;
min-width:0;
display:flex;
}
.dkf-tb_logo_mark_usv{
flex:0 0 auto;
border-radius:8px;
object-fit:cover;
height:2.125rem;
width:2.125rem;
}
.dkf-tb_logo_txt_usv{
display:flex;
min-width:0;
flex-direction:column;
line-height:1;
}
.dkf-tb_logo_name_usv{
overflow:hidden;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:22px;
font-weight:700;
letter-spacing:.02em;
white-space:nowrap;
text-overflow:ellipsis;
color:#0F1320;
}
.dkf-tb_logo_sub_usv{
overflow:hidden;
text-overflow:ellipsis;
font-weight:600;
letter-spacing:.32em;
color:#2F7EE8;
font-size:0.531rem;
white-space:nowrap;
margin-top:4px;
text-transform:uppercase;
}
.dkf-tb_nav_usv{
display:none;
}
@media(min-width:963px){
.dkf-tb_nav_usv{
gap:1.75rem;
display:flex;
align-items:center;
}
}
.dkf-tb_nav_item_usv{
transition:color .22s ease,border-color .22s ease;
border-bottom:2px solid transparent;
padding-bottom:3px;
font-weight:600;
white-space:nowrap;
font-size:14px;
color:#2A3045;
}
.dkf-tb_nav_item_usv:hover{
color:#0F1320;
}
.dkf-tb_nav_item_usv.dkf-state_active_usv{
border-color:#2F7EE8;
color:#0F1320;
}
.dkf-tb_right_usv{
gap:14px;
flex:0 0 auto;
align-items:center;
display:flex;
}
.dkf-tb_search_usv{
transition:color .22s ease;
display:flex;
color:#2A3045;
align-items:center;
justify-content:center;
}
.dkf-tb_search_usv:hover{
color:#2F7EE8;
}
.dkf-tb_search_usv svg{
height:1.125rem;
width:18px;
}
.dkf-tb_lang_usv{
text-transform:uppercase;
color:#5A6380;
font-weight:600;
font-size:11px;
letter-spacing:.1em;
}
.dkf-tb_lang_usv:hover{
color:#0F1320;
}
.dkf-tb_login_usv{
display:none;
color:#0F1320;
font-size:14px;
font-weight:600;
}
@media(min-width:767px){
.dkf-tb_login_usv{
display:inline-block;
}
}
.dkf-tb_register_usv{
padding:0.688rem 1.375rem;
background:#0F1320;
transition:background-color .22s ease;
border-radius:999px;
white-space:nowrap;
color:#EEF2FF;
font-weight:700;
font-size:0.875rem;
}
.dkf-tb_register_usv:hover{
background:#232B42;
}
.dkf-mob_usv{
background:#F4F6FA;
padding-bottom:env(safe-area-inset-bottom);
left:0;
border-top:1px solid rgba(20,30,60,0.14);
position:fixed;
z-index:60;
bottom:0;
right:0;
}
@media(min-width:957px){
.dkf-mob_usv{
display:none;
}
}
.dkf-mob_in_usv{
margin:0 auto;
align-items:stretch;
justify-content:space-around;
max-width:35rem;
display:flex;
}
.dkf-mob_item_usv{
gap:3px;
transition:color .22s ease;
flex:1 1 0;
padding:0.563rem 4px;
color:#5A6380;
display:flex;
min-width:0;
flex-direction:column;
align-items:center;
}
.dkf-mob_item_usv.dkf-state_active_usv{
color:#2F7EE8;
}
.dkf-mob_ic_usv{
align-items:center;
justify-content:center;
display:flex;
}
.dkf-mob_ic_usv svg{
height:20px;
width:20px;
}
.dkf-mob_lb_usv{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:10px;
font-weight:600;
max-width:100%;
}
@media(max-width:960px){
body{
padding-bottom:3.75rem;
}
}
.dkf-rail_usv{
min-width:0;
position:relative;
}
.dkf-rail_scroll_usv{
gap:0.875rem;
display:flex;
scrollbar-width:thin;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
padding-bottom:14px;
}
@media(min-width:767px){
.dkf-rail_scroll_usv{
gap:1.125rem;
}
}
.dkf-gc_usv{
flex:0 0 auto;
display:block;
width:150px;
}
@media(min-width:768px){
.dkf-gc_usv{
width:188px;
}
}
.dkf-gc_img_usv{
border-radius:14px;
overflow:hidden;
background:#FFFFFF;
position:relative;
box-shadow:0 2px 6px rgba(15,19,32,0.06), 0 8px 20px rgba(15,19,32,0.09);
padding-bottom:133.33%;
}
.dkf-gc_img_usv img{
inset:0;
position:absolute;
object-fit:cover;
width:100%;
height:100%;
}
.dkf-gc_cover_usv{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
position:absolute;
pointer-events:none;
}
.dkf-gc_hover_usv{
inset:0;
background:rgba(0,0,0,0.52);
transition:opacity .22s ease;
align-items:center;
justify-content:center;
display:flex;
opacity:0;
position:absolute;
}
.dkf-gc_usv:hover .dkf-gc_hover_usv{
opacity:1;
}
.dkf-gc_hover_btn_usv{
border-radius:62.438rem;
background:#0F1320;
width:2.875rem;
height:46px;
align-items:center;
display:flex;
color:#EEF2FF;
justify-content:center;
}
.dkf-gc_hover_btn_usv svg{
width:18px;
height:18px;
}
.dkf-gc_info_usv{
gap:2px;
margin-top:9px;
flex-direction:column;
display:flex;
min-width:0;
}
.dkf-gc_name_usv{
overflow:hidden;
text-overflow:ellipsis;
color:#0F1320;
white-space:nowrap;
font-weight:700;
font-size:13px;
}
.dkf-gc_prov_usv{
overflow:hidden;
color:#5A6380;
text-overflow:ellipsis;
white-space:nowrap;
font-size:11px;
}
.dkf-gc_meta_usv{
font-size:11px;
color:#5A6380;
}
.dkf-tc_usv{
flex:0 0 auto;
width:11.25rem;
display:block;
}
@media(min-width:768px){
.dkf-tc_usv{
width:230px;
}
}
.dkf-tc_img_usv{
overflow:hidden;
border-radius:14px;
background:#FFFFFF;
padding-bottom:75%;
box-shadow:0 2px 6px rgba(15,19,32,0.06), 0 8px 1.25rem rgba(15,19,32,0.09);
position:relative;
}
.dkf-tc_img_usv img{
inset:0;
object-fit:cover;
width:100%;
height:100%;
position:absolute;
}
.dkf-tc_info_usv{
gap:2px;
flex-direction:column;
margin-top:0.563rem;
min-width:0;
display:flex;
}
.dkf-tc_name_usv{
overflow:hidden;
color:#0F1320;
white-space:nowrap;
font-weight:700;
text-overflow:ellipsis;
font-size:0.875rem;
}
.dkf-tc_rtp_usv{
font-size:11px;
color:#5A6380;
}
.dkf-lc_usv{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:771px){
.dkf-lc_usv{
width:16.75rem;
}
}
.dkf-lc_img_usv{
border-radius:14px;
overflow:hidden;
background:#FFFFFF;
position:relative;
padding-bottom:62.5%;
box-shadow:0 2px 6px rgba(15,19,32,0.06), 0 0.5rem 20px rgba(15,19,32,0.09);
}
.dkf-lc_img_usv img{
inset:0;
object-fit:cover;
position:absolute;
height:100%;
width:100%;
}
.dkf-lc_live_usv{
border-radius:999px;
padding:0.25rem 0.563rem;
background:rgba(0,0,0,0.52);
gap:7px;
left:0.75rem;
display:flex;
top:12px;
position:absolute;
align-items:center;
}
.dkf-lc_live_dot_usv{
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
background:#E83A2F;
height:8px;
width:0.5rem;
}
.dkf-lc_seats_usv{
font-size:0.625rem;
text-transform:uppercase;
color:#EEF2FF;
letter-spacing:.08em;
font-weight:600;
}
.dkf-lc_info_usv{
gap:2px;
margin-top:9px;
display:flex;
min-width:0;
flex-direction:column;
}
.dkf-lc_name_usv{
overflow:hidden;
font-weight:700;
font-size:15px;
white-space:nowrap;
color:#0F1320;
text-overflow:ellipsis;
}
.dkf-lc_bet_usv{
color:#5A6380;
font-size:0.688rem;
}
.dkf-pc_usv{
gap:0.5rem;
border-radius:14px;
border:1px solid rgba(20,30,60,0.08);
background:#FFFFFF;
padding:1rem 0.875rem;
align-items:center;
justify-content:center;
flex-direction:column;
min-height:74px;
min-width:0;
display:flex;
}
.dkf-pc_logo_usv{
flex:0 0 auto;
width:auto;
object-fit:contain;
height:1.75rem;
max-width:100%;
}
.dkf-pc_name_usv{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
color:#5A6380;
text-align:center;
font-size:11px;
max-width:100%;
}
.dkf-gc_tag_usv{
border-radius:0.5rem;
padding:3px 8px;
font-size:10px;
left:10px;
position:absolute;
letter-spacing:.06em;
display:inline-block;
text-transform:uppercase;
z-index:2;
top:0.625rem;
font-weight:700;
}
.dkf-gc_tag_hot_usv{
background:#E83A2F;
color:#EEF2FF;
}
.dkf-gc_tag_new_usv{
background:#5BABFF;
color:#0F1320;
}
.dkf-gc_tag_jp_usv{
background:#E8A020;
color:#0F1320;
}
.dkf-gc_tag_live_usv{
background:#E83A2F;
color:#EEF2FF;
}
.dkf-sh_usv{
margin-bottom:18px;
min-width:0;
}
.dkf-sh_row_usv{
gap:1rem;
align-items:flex-end;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.dkf-sh_row_usv .dkf-sh_l_usv{
gap:0.375rem;
min-width:0;
flex-direction:column;
display:flex;
}
.dkf-sh_stack_usv{
gap:10px;
flex-direction:column;
align-items:flex-start;
display:flex;
}
.dkf-sh_center_usv{
gap:10px;
text-align:center;
display:flex;
flex-direction:column;
align-items:center;
}
.dkf-sh_h2_usv{
color:#0F1320;
font-weight:600;
font-size:24px;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.1;
overflow-wrap:break-word;
}
@media(min-width:769px){
.dkf-sh_h2_usv{
font-size:30px;
}
}
.dkf-band_usv .dkf-sh_h2_usv{
color:#EEF2FF;
}
.dkf-sh_eb_line_usv{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.dkf-sh_eb_line_usv::before{
background:#2F7EE8;
height:1px;
width:1.75rem;
display:inline-block;
content:"";
}
.dkf-band_usv .dkf-sh_eb_line_usv::before{
background:#7EB8FF;
}
.dkf-sh_eb_dot_usv{
gap:0.5rem;
display:inline-flex;
align-items:center;
}
.dkf-sh_eb_dot_usv::before{
border-radius:50%;
background:#2F7EE8;
height:0.375rem;
width:6px;
display:inline-block;
content:"";
}
.dkf-band_usv .dkf-sh_eb_dot_usv::before{
background:#7EB8FF;
}
.dkf-sh_link_usv{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
font-weight:600;
font-size:0.813rem;
padding-bottom:2px;
white-space:nowrap;
display:inline-flex;
border-bottom:1px solid #0F1320;
color:#0F1320;
align-items:center;
}
.dkf-sh_link_usv:hover{
border-color:#2F7EE8;
color:#2F7EE8;
}
.dkf-sh_link_usv svg{
width:0.875rem;
height:14px;
}
.dkf-sh_link_chev_usv{
border-bottom:0;
padding-bottom:0;
}
.dkf-sh_link_btn_usv{
padding:9px 1.125rem;
border-radius:62.438rem;
background:#0F1320;
color:#EEF2FF;
border-bottom:0;
}
.dkf-sh_link_btn_usv:hover{
border-color:transparent;
background:#232B42;
color:#EEF2FF;
}
.dkf-band_usv .dkf-sh_link_usv{
border-color:#EEF2FF;
color:#EEF2FF;
}
.dkf-band_usv .dkf-sh_link_btn_usv{
background:#7EB8FF;
color:#0F1320;
}
.dkf-sh_rule_usv{
margin:-2px 0 18px;
background:rgba(20,30,60,0.14);
height:1px;
}
.dkf-band_usv .dkf-sh_rule_usv{
background:rgba(255,255,255,0.12);
}
.dkf-hero_usv{
padding:32px 0 0.5rem;
}
@media(min-width:767px){
.dkf-hero_usv{
padding:3.5rem 0 24px;
}
}
.dkf-hero_in_usv{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:901px){
.dkf-hero_in_usv{
grid-template-columns:1.05fr .95fr;
gap:48px;
}
}
.dkf-hero_copy_usv{
min-width:0;
}
.dkf-hero_eyebrow_usv{
gap:0.625rem;
align-items:center;
display:inline-flex;
margin-bottom:22px;
}
.dkf-hero_eyebrow_line_usv{
background:#2F7EE8;
flex:0 0 auto;
display:inline-block;
width:28px;
height:1px;
}
.dkf-hero_h1_usv{
letter-spacing:-.01em;
color:#0F1320;
font-weight:600;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
margin-bottom:20px;
font-size:2.375rem;
line-height:1.04;
}
@media(min-width:770px){
.dkf-hero_h1_usv{
font-size:3.375rem;
}
}
@media(min-width:1098px){
.dkf-hero_h1_usv{
font-size:62px;
}
}
.dkf-hero_h1_usv em{
font-style:normal;
color:#2F7EE8;
}
.dkf-hero_sub_usv{
max-width:480px;
margin-bottom:30px;
line-height:1.6;
color:#7B85A0;
font-size:1rem;
}
@media(min-width:766px){
.dkf-hero_sub_usv{
font-size:1.125rem;
}
}
.dkf-hero_actions_usv{
gap:0.875rem;
margin-bottom:2.125rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.dkf-hero_cta_usv{
gap:10px;
background:#0F1320;
padding:1rem 30px;
transition:background-color .22s ease;
border-radius:999px;
display:inline-flex;
font-size:15px;
color:#EEF2FF;
font-weight:700;
align-items:center;
}
.dkf-hero_cta_usv:hover{
background:#232B42;
}
.dkf-hero_cta_ic_usv{
display:inline-flex;
align-items:center;
}
.dkf-hero_cta_ic_usv svg{
width:16px;
height:1rem;
}
.dkf-hero_cta_alt_usv{
border:1px solid rgba(20,30,60,0.14);
border-radius:62.438rem;
transition:border-color .22s ease,color .22s ease;
padding:15px 1.625rem;
background:transparent;
align-items:center;
color:#0F1320;
font-weight:600;
display:inline-flex;
font-size:15px;
}
.dkf-hero_cta_alt_usv:hover{
border-color:#2F7EE8;
color:#2F7EE8;
}
.dkf-hero_trust_usv{
gap:1.375rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.dkf-hero_trust_item_usv{
gap:9px;
font-size:13px;
font-weight:600;
align-items:center;
display:flex;
color:#2A3045;
}
.dkf-hero_trust_ic_usv{
align-items:center;
display:inline-flex;
color:#2F7EE8;
}
.dkf-hero_trust_ic_usv svg{
width:16px;
height:1rem;
}
.dkf-hero_promo_usv{
border-radius:20px;
overflow:hidden;
background:#FFFFFF;
box-shadow:0 12px 48px rgba(15,19,32,0.14), 0 3px 0.75rem rgba(15,19,32,0.08);
position:relative;
display:flex;
min-height:18.75rem;
}
.dkf-hero_promo_bg_usv{
inset:0;
position:absolute;
background-size:cover;
background-position:center;
}
.dkf-hero_promo_bg_usv::after{
background:linear-gradient(120deg,#111827 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
position:absolute;
content:"";
}
.dkf-hero_promo_glow_usv{
border-radius:50%;
background:radial-gradient(circle,rgba(79,140,255,0.18) 0%,transparent 65%);
pointer-events:none;
position:absolute;
right:-1.25rem;
top:-2.5rem;
width:16.25rem;
height:260px;
}
.dkf-hero_promo_ct_usv{
padding:1.75rem;
position:relative;
align-self:flex-end;
z-index:2;
max-width:88%;
}
.dkf-hero_promo_label_usv{
text-transform:uppercase;
color:#7EB8FF;
display:block;
font-size:0.625rem;
margin-bottom:0.5rem;
font-weight:700;
letter-spacing:.25em;
}
.dkf-hero_promo_amount_usv{
line-height:1.05;
font-size:32px;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
color:#EEF2FF;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:770px){
.dkf-hero_promo_amount_usv{
font-size:40px;
}
}
.dkf-hero_promo_amount_usv em{
color:#7EB8FF;
font-style:normal;
}
.dkf-hero_rating_usv{
padding:10px 0.875rem;
gap:0.625rem;
border-radius:0.875rem;
border:1px solid rgba(20,30,60,0.08);
background:#FFFFFF;
top:14px;
max-width:min(16.25rem,62%);
align-items:center;
position:absolute;
box-shadow:0 2px 6px rgba(15,19,32,0.06), 0 8px 20px rgba(15,19,32,0.09);
z-index:3;
display:flex;
right:14px;
}
.dkf-hero_rating_score_usv{
flex:0 0 auto;
font-weight:700;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
color:#0F1320;
font-size:1.5rem;
}
.dkf-hero_rating_txt_usv{
flex:1 1 auto;
min-width:0;
}
.dkf-hero_rating_stars_usv{
gap:2px;
color:#2F7EE8;
display:flex;
}
.dkf-hero_rating_stars_usv svg{
height:0.75rem;
width:0.75rem;
}
.dkf-hero_rating_cap_usv{
overflow-wrap:break-word;
font-size:11px;
line-height:1.35;
margin-top:3px;
display:block;
color:#5A6380;
}
.dkf-stat_usv{
border-bottom:1px solid rgba(20,30,60,0.14);
border-top:1px solid rgba(20,30,60,0.14);
margin-top:16px;
}
.dkf-stat_in_usv{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:766px){
.dkf-stat_in_usv{
grid-template-columns:repeat(4,1fr);
}
}
.dkf-stat_item_usv{
padding:22px 14px;
border-right:1px solid rgba(20,30,60,0.08);
min-width:0;
border-bottom:1px solid rgba(20,30,60,0.08);
}
.dkf-stat_item_usv:nth-child(2n){
border-right:0;
}
.dkf-stat_item_usv:nth-child(n+3){
border-bottom:0;
}
@media(min-width:769px){
.dkf-stat_item_usv{
border-bottom:0;
}
.dkf-stat_item_usv:nth-child(2n){
border-right:1px solid rgba(20,30,60,0.08);
}
.dkf-stat_item_usv:nth-child(4n){
border-right:0;
}
}
.dkf-stat_value_usv{
overflow-wrap:break-word;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:30px;
font-weight:700;
line-height:1;
color:#0F1320;
}
@media(min-width:765px){
.dkf-stat_value_usv{
font-size:34px;
}
}
.dkf-stat_label_usv{
color:#5A6380;
font-size:0.813rem;
line-height:1.4;
overflow-wrap:break-word;
margin-top:0.375rem;
}
.dkf-gf_usv{
padding:1.5rem 0 6px;
}
.dkf-gf_in_usv{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.dkf-gf_chip_usv{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
padding:10px 1.125rem;
background:#FFFFFF;
border:1px solid rgba(20,30,60,0.14);
border-radius:999px;
color:#2A3045;
font-weight:600;
font-size:0.813rem;
white-space:nowrap;
}
.dkf-gf_chip_usv:hover{
border-color:#2F7EE8;
color:#2F7EE8;
}
.dkf-gf_chip_usv.dkf-state_active_usv{
border-color:transparent;
background:#0F1320;
color:#EEF2FF;
}
.dkf-pr_usv{
padding:1.875rem 0 6px;
}
.dkf-pr_card_usv{
padding:1.625rem;
gap:10px;
flex:0 0 auto;
border:1px solid rgba(20,30,60,0.08);
overflow:hidden;
background:#FFFFFF;
border-radius:1.25rem;
flex-direction:column;
width:17.5rem;
display:flex;
position:relative;
min-height:200px;
}
@media(min-width:771px){
.dkf-pr_card_usv{
width:300px;
}
}
.dkf-pr_card_feat_usv{
background:linear-gradient(150deg,#162035,#090D14);
border-color:transparent;
color:#EEF2FF;
}
.dkf-pr_glow_usv{
background:radial-gradient(circle,rgba(79,140,255,0.18),transparent 70%);
border-radius:50%;
height:130px;
pointer-events:none;
opacity:0;
position:absolute;
width:130px;
top:-1.875rem;
right:-1.875rem;
}
.dkf-pr_card_feat_usv .dkf-pr_glow_usv{
opacity:1;
}
.dkf-pr_label_usv{
font-weight:700;
letter-spacing:.16em;
text-transform:uppercase;
color:#2F7EE8;
font-size:10px;
position:relative;
}
.dkf-pr_card_feat_usv .dkf-pr_label_usv{
color:#7EB8FF;
}
.dkf-pr_amount_usv{
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
color:#0F1320;
overflow-wrap:break-word;
position:relative;
line-height:1.08;
font-size:1.625rem;
font-weight:600;
}
.dkf-pr_card_feat_usv .dkf-pr_amount_usv{
color:#EEF2FF;
}
.dkf-pr_amount_usv em{
font-style:normal;
color:#2F7EE8;
}
.dkf-pr_card_feat_usv .dkf-pr_amount_usv em{
color:#7EB8FF;
}
.dkf-pr_terms_usv{
font-size:13px;
color:#5A6380;
line-height:1.5;
position:relative;
}
.dkf-pr_card_feat_usv .dkf-pr_terms_usv{
color:#8A9BBF;
}
.dkf-pr_cta_usv{
align-self:flex-start;
position:relative;
margin-top:auto;
}
.dkf-pr_card_feat_usv .dkf-pr_cta_usv{
background:#7EB8FF;
padding:0.563rem 1.125rem;
transition:opacity .22s ease;
border-radius:999px;
color:#0F1320;
font-weight:700;
font-size:0.813rem;
}
.dkf-pr_card_feat_usv .dkf-pr_cta_usv:hover{
opacity:.9;
}
.dkf-pr_card_usv:not(.dkf-pr_card_feat_usv) .dkf-pr_cta_usv{
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #0F1320;
font-weight:700;
padding-bottom:2px;
font-size:13px;
color:#0F1320;
}
.dkf-pr_card_usv:not(.dkf-pr_card_feat_usv) .dkf-pr_cta_usv:hover{
border-color:#2F7EE8;
color:#2F7EE8;
}
.dkf-grow_usv{
padding:26px 0 10px;
}
.dkf-row_seo_usv{
margin:10px 0 0;
color:#7B85A0;
font-size:14px;
max-width:760px;
line-height:1.65;
overflow-wrap:break-word;
}
.dkf-row_seo_usv strong{
color:#0F1320;
font-weight:700;
}
.dkf-jp_usv{
padding:1.875rem 0 10px;
}
.dkf-jp_grid_usv{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:769px){
.dkf-jp_grid_usv{
grid-template-columns:1fr 1fr;
}
.dkf-jp_card_mega_usv{
grid-column:1/-1;
}
}
@media(min-width:1003px){
.dkf-jp_grid_usv{
grid-template-columns:1.4fr 1fr 1fr;
}
.dkf-jp_card_mega_usv{
grid-column:auto;
}
}
.dkf-jp_card_usv{
border:1px solid rgba(20,30,60,0.08);
padding:1.625rem;
border-radius:20px;
gap:0.75rem;
background:#FFFFFF;
overflow:hidden;
min-height:12.5rem;
flex-direction:column;
justify-content:space-between;
position:relative;
min-width:0;
display:flex;
}
.dkf-jp_card_mega_usv{
background:linear-gradient(135deg,#162035,#090D14);
border-color:transparent;
min-height:210px;
color:#EEF2FF;
}
.dkf-jp_glow_usv{
border-radius:50%;
background:radial-gradient(circle,rgba(79,140,255,0.18),transparent 70%);
right:-40px;
height:200px;
top:-2.5rem;
width:200px;
pointer-events:none;
position:absolute;
}
.dkf-jp_label_usv{
gap:0.625rem;
flex-wrap:wrap;
justify-content:space-between;
font-size:0.625rem;
color:#2F7EE8;
display:flex;
align-items:center;
letter-spacing:.16em;
font-weight:700;
position:relative;
text-transform:uppercase;
}
.dkf-jp_card_mega_usv .dkf-jp_label_usv{
color:#7EB8FF;
}
.dkf-jp_drop_usv{
font-weight:600;
letter-spacing:.04em;
color:#5A6380;
text-transform:none;
}
.dkf-jp_card_mega_usv .dkf-jp_drop_usv{
color:#8A9BBF;
}
.dkf-jp_amount_usv{
font-weight:700;
overflow-wrap:break-word;
position:relative;
font-size:2.375rem;
color:#0F1320;
line-height:1;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
}
.dkf-jp_card_mega_usv .dkf-jp_amount_usv{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#7EB8FF;
}
@media(min-width:769px){
.dkf-jp_card_mega_usv .dkf-jp_amount_usv{
font-size:3.375rem;
}
}
.dkf-jp_game_usv{
position:relative;
font-size:13px;
color:#5A6380;
}
.dkf-jp_card_mega_usv .dkf-jp_game_usv{
color:#8A9BBF;
}
.dkf-jp_cta_usv{
align-self:flex-start;
position:relative;
}
.dkf-jp_card_mega_usv .dkf-jp_cta_usv{
transition:opacity .22s ease;
padding:10px 20px;
border-radius:999px;
background:#7EB8FF;
font-size:13px;
font-weight:700;
color:#0F1320;
}
.dkf-jp_card_mega_usv .dkf-jp_cta_usv:hover{
opacity:.9;
}
.dkf-jp_card_usv:not(.dkf-jp_card_mega_usv) .dkf-jp_cta_usv{
transition:color .22s ease,border-color .22s ease;
font-weight:700;
border-bottom:1px solid #0F1320;
padding-bottom:2px;
color:#0F1320;
font-size:13px;
}
.dkf-jp_card_usv:not(.dkf-jp_card_mega_usv) .dkf-jp_cta_usv:hover{
border-color:#2F7EE8;
color:#2F7EE8;
}
.dkf-jp_seo_usv{
margin:0.875rem 0 0;
line-height:1.65;
overflow-wrap:break-word;
max-width:760px;
font-size:14px;
color:#7B85A0;
}
.dkf-jp_seo_usv strong{
font-weight:700;
color:#0F1320;
}
.dkf-grow_usv{
padding:26px 0 0.625rem;
}
.dkf-row_seo_usv{
margin:10px 0 0;
max-width:47.5rem;
color:#7B85A0;
line-height:1.65;
font-size:14px;
overflow-wrap:break-word;
}
.dkf-row_seo_usv strong{
font-weight:700;
color:#0F1320;
}
.dkf-grow_usv{
padding:1.625rem 0 0.625rem;
}
.dkf-row_seo_usv{
margin:10px 0 0;
font-size:14px;
max-width:760px;
color:#7B85A0;
line-height:1.65;
overflow-wrap:break-word;
}
.dkf-row_seo_usv strong{
font-weight:700;
color:#0F1320;
}
.dkf-grow_usv{
padding:1.625rem 0 10px;
}
.dkf-row_seo_usv{
margin:10px 0 0;
overflow-wrap:break-word;
max-width:760px;
font-size:14px;
color:#7B85A0;
line-height:1.65;
}
.dkf-row_seo_usv strong{
color:#0F1320;
font-weight:700;
}
.dkf-vip_usv{
padding:48px 0;
}
@media(min-width:771px){
.dkf-vip_usv{
padding:4rem 0;
}
}
.dkf-vip_head_usv{
gap:0.875rem;
margin-bottom:30px;
flex-direction:column;
display:flex;
}
@media(min-width:879px){
.dkf-vip_head_usv{
gap:1.5rem;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.dkf-vip_eyebrow_usv{
margin-bottom:12px;
}
.dkf-vip_h2_usv{
line-height:1.05;
font-weight:600;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
color:#EEF2FF;
overflow-wrap:break-word;
font-size:32px;
}
@media(min-width:768px){
.dkf-vip_h2_usv{
font-size:2.5rem;
}
}
.dkf-vip_intro_usv{
font-size:14px;
line-height:1.6;
max-width:26.25rem;
color:#8A9BBF;
}
.dkf-vip_grid_usv{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.dkf-vip_card_usv{
padding:1.375rem 1.125rem;
border:1px solid rgba(255,255,255,0.12);
border-radius:14px;
min-width:0;
}
.dkf-vip_card_feat_usv{
background:rgba(255,255,255,0.07);
border-color:#7EB8FF;
}
.dkf-vip_card_ic_usv{
background:linear-gradient(135deg,#2F7EE8,#5BABFF);
border-radius:8px;
height:34px;
width:2.125rem;
display:block;
margin-bottom:16px;
}
.dkf-vip_name_usv{
color:#EEF2FF;
margin-bottom:0.375rem;
overflow-wrap:break-word;
font-weight:600;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.25rem;
}
.dkf-vip_perk_usv{
font-size:0.781rem;
overflow-wrap:break-word;
color:#8A9BBF;
line-height:1.5;
}
.dkf-gm_usv{
padding:30px 0 10px;
}
.dkf-gm_in_usv{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:879px){
.dkf-gm_in_usv{
grid-template-columns:1.25fr 1fr;
}
}
.dkf-gm_left_usv{
padding:2rem;
background:#FFFFFF;
border:1px solid rgba(20,30,60,0.08);
border-radius:1.25rem;
min-width:0;
}
.dkf-gm_eyebrow_usv{
margin-bottom:0.625rem;
}
.dkf-gm_h2_usv{
margin-bottom:0.5rem;
font-size:26px;
color:#0F1320;
font-weight:600;
line-height:1.06;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:766px){
.dkf-gm_h2_usv{
font-size:1.75rem;
}
}
.dkf-gm_text_usv{
font-size:14px;
max-width:480px;
margin-bottom:1.375rem;
color:#7B85A0;
line-height:1.6;
}
.dkf-gm_level_usv{
margin-bottom:0.5rem;
color:#2F7EE8;
font-size:22px;
font-weight:700;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
}
.dkf-gm_bar_usv{
border-radius:999px;
background:rgba(20,30,60,0.14);
overflow:hidden;
height:0.5rem;
margin-bottom:0.375rem;
}
.dkf-gm_bar_fill_usv{
background:linear-gradient(90deg,#2F7EE8,#5BABFF);
border-radius:999px;
height:100%;
}
.dkf-gm_bar_meta_usv{
gap:10px;
margin-bottom:18px;
font-size:0.688rem;
justify-content:space-between;
display:flex;
color:#5A6380;
}
.dkf-gm_missions_usv{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.dkf-gm_mission_usv{
border:1px solid rgba(20,30,60,0.14);
background:#F4F6FA;
gap:7px;
padding:9px 15px;
border-radius:62.438rem;
font-size:12.5px;
display:inline-flex;
color:#2A3045;
align-items:center;
font-weight:600;
}
.dkf-gm_mission_ic_usv{
align-items:center;
color:#2F7EE8;
display:inline-flex;
}
.dkf-gm_mission_ic_usv svg{
height:13px;
width:13px;
}
.dkf-gm_right_usv{
border-radius:1.25rem;
background:linear-gradient(150deg,#162035,#090D14);
overflow:hidden;
padding:2rem;
display:flex;
flex-direction:column;
position:relative;
color:#EEF2FF;
}
.dkf-gm_glow_usv{
background:radial-gradient(circle,rgba(79,140,255,0.18),transparent 70%);
border-radius:50%;
height:9.375rem;
right:-1.875rem;
pointer-events:none;
width:9.375rem;
position:absolute;
top:-30px;
}
.dkf-gm_ref_eyebrow_usv{
position:relative;
margin-bottom:0.625rem;
}
.dkf-gm_ref_h2_usv{
color:#EEF2FF;
position:relative;
font-size:26px;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.1;
margin-bottom:8px;
overflow-wrap:break-word;
font-weight:600;
}
.dkf-gm_ref_text_usv{
margin-bottom:1.25rem;
line-height:1.55;
color:#8A9BBF;
font-size:13.5px;
position:relative;
}
.dkf-gm_ref_cta_usv{
padding:11px 22px;
background:#7EB8FF;
transition:opacity .22s ease;
border-radius:999px;
color:#0F1320;
font-size:13.5px;
margin-top:auto;
position:relative;
align-self:flex-start;
font-weight:700;
}
.dkf-gm_ref_cta_usv:hover{
opacity:.9;
}
.dkf-trn_usv{
padding:30px 0 0.625rem;
}
.dkf-trn_in_usv{
overflow:hidden;
border-radius:1.25rem;
grid-template-columns:1fr;
border:1px solid rgba(20,30,60,0.08);
background:#FFFFFF;
display:grid;
}
@media(min-width:879px){
.dkf-trn_in_usv{
grid-template-columns:1.05fr 1fr;
}
}
.dkf-trn_banner_usv{
overflow:hidden;
background:linear-gradient(150deg,#162035,#090D14);
padding:2.125rem;
position:relative;
color:#EEF2FF;
}
.dkf-trn_glow_usv{
border-radius:50%;
background:radial-gradient(circle,rgba(79,140,255,0.18),transparent 70%);
bottom:-2.5rem;
width:12.5rem;
pointer-events:none;
height:12.5rem;
right:-40px;
position:absolute;
}
.dkf-trn_eyebrow_usv{
margin-bottom:0.875rem;
position:relative;
}
.dkf-trn_h2_usv{
overflow-wrap:break-word;
color:#EEF2FF;
position:relative;
line-height:1.06;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:12px;
font-size:30px;
font-weight:600;
}
@media(min-width:769px){
.dkf-trn_h2_usv{
font-size:2.25rem;
}
}
.dkf-trn_text_usv{
line-height:1.6;
max-width:26.25rem;
position:relative;
color:#8A9BBF;
font-size:0.875rem;
margin-bottom:1.375rem;
}
.dkf-trn_timer_usv{
gap:0.5rem;
flex-wrap:wrap;
margin-bottom:1.5rem;
align-items:center;
position:relative;
display:flex;
}
.dkf-trn_timer_cap_usv{
color:#8A9BBF;
font-size:0.688rem;
}
.dkf-trn_timer_box_usv{
background:rgba(255,255,255,0.07);
padding:0.25rem 0.75rem;
border-radius:8px;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
color:#EEF2FF;
font-size:24px;
}
.dkf-trn_cta_usv{
padding:0.813rem 1.625rem;
border-radius:62.438rem;
background:#7EB8FF;
transition:opacity .22s ease;
color:#0F1320;
font-size:0.875rem;
display:inline-block;
font-weight:700;
position:relative;
}
.dkf-trn_cta_usv:hover{
opacity:.9;
}
.dkf-trn_lb_usv{
padding:1.625rem 1.75rem;
}
.dkf-trn_lb_head_usv{
gap:10px;
display:flex;
align-items:center;
justify-content:space-between;
margin-bottom:12px;
}
.dkf-trn_lb_title_usv{
color:#0F1320;
font-weight:600;
font-size:1.25rem;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
}
.dkf-trn_lb_upd_usv{
text-transform:uppercase;
letter-spacing:.08em;
font-size:0.688rem;
color:#5A6380;
}
.dkf-trn_lb_row_usv{
padding:0.688rem 12px;
border-radius:0.5rem;
gap:0.875rem;
display:flex;
align-items:center;
}
.dkf-trn_lb_row_usv:nth-child(2){
background:rgba(47,126,232,0.10);
}
.dkf-trn_lb_rank_usv{
flex:0 0 auto;
font-weight:700;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:1rem;
color:#2F7EE8;
width:22px;
}
.dkf-trn_lb_av_usv{
border-radius:50%;
background:linear-gradient(135deg,#2F7EE8,#5BABFF);
flex:0 0 auto;
height:1.875rem;
width:1.875rem;
}
.dkf-trn_lb_name_usv{
overflow:hidden;
flex:1 1 auto;
font-size:14px;
min-width:0;
font-weight:600;
white-space:nowrap;
color:#0F1320;
text-overflow:ellipsis;
}
.dkf-trn_lb_amount_usv{
flex:0 0 auto;
color:#0F1320;
font-size:13px;
font-weight:700;
}
.dkf-app_usv{
padding:30px 0 10px;
}
.dkf-app_in_usv{
padding:32px;
background:#FFFFFF;
border:1px solid rgba(20,30,60,0.08);
gap:1.75rem;
border-radius:1.25rem;
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.dkf-app_in_usv{
gap:40px;
padding:40px 44px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.dkf-app_copy_usv{
max-width:560px;
min-width:0;
}
.dkf-app_eyebrow_usv{
margin-bottom:0.75rem;
}
.dkf-app_h2_usv{
font-size:28px;
overflow-wrap:break-word;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
color:#0F1320;
margin-bottom:12px;
line-height:1.05;
font-weight:600;
}
@media(min-width:769px){
.dkf-app_h2_usv{
font-size:34px;
}
}
.dkf-app_text_usv{
font-size:0.875rem;
color:#7B85A0;
line-height:1.6;
margin-bottom:22px;
}
.dkf-app_btns_usv{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
.dkf-app_btn_usv{
transition:background-color .22s ease;
border-radius:14px;
padding:0.688rem 1.25rem;
background:#0F1320;
gap:0.625rem;
color:#EEF2FF;
align-items:center;
display:inline-flex;
}
.dkf-app_btn_usv:hover{
background:#232B42;
}
.dkf-app_btn_ic_usv{
display:inline-flex;
align-items:center;
}
.dkf-app_btn_ic_usv svg{
width:1.125rem;
height:18px;
}
.dkf-app_btn_lb_usv{
font-weight:700;
font-size:0.844rem;
}
.dkf-app_qr_wrap_usv{
flex:0 0 auto;
gap:1.125rem;
display:flex;
align-items:center;
}
.dkf-app_qr_usv{
border-radius:0.875rem;
flex:0 0 auto;
background-color:#0F1320;
height:108px;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 5px,transparent 5px 11px),repeating-linear-gradient(90deg,#FFFFFF 0 0.313rem,transparent 5px 11px);
width:6.75rem;
}
.dkf-app_qr_cap_usv{
font-size:0.781rem;
line-height:1.4;
max-width:92px;
color:#5A6380;
}
.dkf-rc_usv{
padding:3rem 0 10px;
}
.dkf-rc_in_usv{
gap:2rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:758px){
.dkf-rc_in_usv{
gap:2.5rem;
grid-template-columns:repeat(3,1fr);
}
}
.dkf-rc_col_usv{
min-width:0;
}
.dkf-rc_label_usv{
font-size:11px;
color:#2F7EE8;
font-weight:600;
letter-spacing:.2em;
text-transform:uppercase;
margin-bottom:1rem;
}
.dkf-rc_awards_usv{
gap:12px;
display:flex;
flex-direction:column;
}
.dkf-rc_award_usv{
gap:12px;
display:flex;
min-width:0;
align-items:center;
}
.dkf-rc_award_ic_usv{
flex:0 0 auto;
color:#5BABFF;
display:inline-flex;
align-items:center;
}
.dkf-rc_award_ic_usv svg{
height:18px;
width:1.125rem;
}
.dkf-rc_award_t_usv{
font-size:0.875rem;
color:#0F1320;
font-weight:700;
overflow-wrap:break-word;
}
.dkf-rc_award_s_usv{
color:#5A6380;
font-size:0.75rem;
overflow-wrap:break-word;
}
.dkf-rc_press_usv{
gap:10px;
grid-template-columns:1fr 1fr;
display:grid;
}
.dkf-rc_press_logo_usv{
overflow:hidden;
border:1px solid rgba(20,30,60,0.08);
border-radius:0.5rem;
padding:0 8px;
font-size:0.875rem;
text-overflow:ellipsis;
height:3.25rem;
justify-content:center;
font-weight:700;
text-align:center;
display:flex;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
align-items:center;
color:#7B85A0;
white-space:nowrap;
}
.dkf-rc_partner_usv{
border:1px solid rgba(20,30,60,0.08);
padding:1.375rem;
background:#FFFFFF;
border-radius:14px;
}
.dkf-rc_partner_name_usv{
overflow-wrap:break-word;
font-size:1.25rem;
font-weight:600;
margin-bottom:6px;
color:#0F1320;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
}
.dkf-rc_partner_text_usv{
font-size:13px;
color:#7B85A0;
line-height:1.55;
overflow-wrap:break-word;
}
.dkf-hts_usv{
padding:3rem 0;
}
@media(min-width:769px){
.dkf-hts_usv{
padding:3.875rem 0;
}
}
.dkf-hts_head_usv{
gap:1.125rem;
margin-bottom:2.125rem;
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.dkf-hts_head_usv{
gap:1.5rem;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.dkf-hts_eyebrow_usv{
margin-bottom:0.75rem;
}
.dkf-hts_h2_usv{
font-size:1.875rem;
font-weight:600;
color:#EEF2FF;
overflow-wrap:break-word;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
}
@media(min-width:769px){
.dkf-hts_h2_usv{
font-size:38px;
}
}
.dkf-hts_cta_usv{
transition:opacity .22s ease;
flex:0 0 auto;
padding:0.938rem 30px;
border-radius:62.438rem;
background:#7EB8FF;
font-size:0.938rem;
color:#0F1320;
font-weight:700;
}
.dkf-hts_cta_usv:hover{
opacity:.9;
}
.dkf-hts_grid_usv{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:763px){
.dkf-hts_grid_usv{
grid-template-columns:repeat(3,1fr);
}
}
.dkf-hts_step_usv{
min-width:0;
padding-top:1.375rem;
border-top:1px solid rgba(255,255,255,0.12);
}
.dkf-hts_step_num_usv{
font-weight:700;
color:#7EB8FF;
font-size:2.75rem;
margin-bottom:14px;
line-height:1;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
}
.dkf-hts_step_h_usv{
overflow-wrap:break-word;
font-size:1.188rem;
margin-bottom:8px;
line-height:1.2;
font-weight:700;
color:#EEF2FF;
}
.dkf-hts_step_p_usv{
overflow-wrap:break-word;
font-size:14px;
color:#8A9BBF;
line-height:1.55;
}
.dkf-rv_usv{
padding:48px 0;
background:#FFFFFF;
margin-top:24px;
border-bottom:1px solid rgba(20,30,60,0.08);
border-top:1px solid rgba(20,30,60,0.08);
}
@media(min-width:765px){
.dkf-rv_usv{
padding:3.5rem 0;
}
}
.dkf-rv_head_usv{
gap:1rem;
flex-direction:column;
margin-bottom:1.875rem;
display:flex;
}
@media(min-width:769px){
.dkf-rv_head_usv{
gap:1.25rem;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.dkf-rv_eyebrow_usv{
margin-bottom:10px;
}
.dkf-rv_h2_usv{
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#0F1320;
overflow-wrap:break-word;
font-size:1.875rem;
line-height:1.05;
}
@media(min-width:765px){
.dkf-rv_h2_usv{
font-size:2.375rem;
}
}
.dkf-rv_agg_usv{
gap:12px;
display:flex;
align-items:center;
}
.dkf-rv_agg_stars_usv{
gap:3px;
display:flex;
color:#2F7EE8;
}
.dkf-rv_agg_stars_usv svg{
height:18px;
width:1.125rem;
}
.dkf-rv_source_usv{
font-size:13px;
color:#7B85A0;
}
.dkf-rv_grid_usv{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.dkf-rv_grid_usv{
grid-template-columns:repeat(3,1fr);
}
}
.dkf-rv_card_usv{
padding:1.625rem;
background:#F4F6FA;
border-radius:14px;
border:1px solid rgba(20,30,60,0.08);
min-width:0;
}
.dkf-rv_card_stars_usv{
gap:2px;
color:#2F7EE8;
display:flex;
margin-bottom:12px;
}
.dkf-rv_card_stars_usv svg{
width:0.875rem;
height:0.875rem;
}
.dkf-rv_card_body_usv{
font-size:18px;
margin-bottom:16px;
color:#0F1320;
line-height:1.45;
overflow-wrap:break-word;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-weight:500;
}
.dkf-rv_card_meta_usv{
gap:10px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.dkf-rv_card_av_usv{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#2F7EE8,#5BABFF);
width:2rem;
height:32px;
}
.dkf-rv_card_author_usv{
font-size:13px;
font-weight:700;
color:#0F1320;
}
.dkf-rv_card_loc_usv{
color:#5A6380;
font-size:12px;
}
.dkf-prov_usv{
padding:40px 0 1.25rem;
}
.dkf-prov_eyebrow_usv{
margin-bottom:1.125rem;
display:block;
}
.dkf-prov_grid_usv{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:561px){
.dkf-prov_grid_usv{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:902px){
.dkf-prov_grid_usv{
grid-template-columns:repeat(6,1fr);
}
}
.dkf-tt_usv{
padding:48px 0 0.625rem;
}
@media(min-width:769px){
.dkf-tt_usv{
padding:60px 0 10px;
}
}
.dkf-tt_head_usv{
text-align:center;
margin-bottom:34px;
}
.dkf-tt_eyebrow_usv{
margin-bottom:12px;
}
.dkf-tt_h2_usv{
font-size:32px;
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
color:#0F1320;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:765px){
.dkf-tt_h2_usv{
font-size:42px;
}
}
.dkf-tt_grid_usv{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:759px){
.dkf-tt_grid_usv{
grid-template-columns:repeat(3,1fr);
}
}
.dkf-tt_card_usv{
padding:30px;
border:1px solid rgba(20,30,60,0.08);
border-radius:0.875rem;
background:#FFFFFF;
display:flex;
min-width:0;
flex-direction:column;
}
.dkf-tt_card_ic_usv{
display:inline-flex;
color:#2F7EE8;
align-items:center;
margin-bottom:1.125rem;
}
.dkf-tt_card_ic_usv svg{
height:1.75rem;
width:1.75rem;
}
.dkf-tt_card_h_usv{
margin-bottom:0.5rem;
color:#0F1320;
overflow-wrap:break-word;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:22px;
font-weight:600;
line-height:1.15;
}
.dkf-tt_card_p_usv{
overflow-wrap:break-word;
color:#7B85A0;
font-size:14px;
margin-bottom:14px;
line-height:1.6;
}
.dkf-tt_card_p_usv b{
font-weight:700;
color:#0F1320;
}
.dkf-tt_card_link_usv{
transition:color .22s ease;
margin-top:auto;
align-self:flex-start;
padding-bottom:2px;
color:#0F1320;
font-weight:700;
border-bottom:1px solid #2F7EE8;
font-size:13px;
}
.dkf-tt_card_link_usv:hover{
color:#2F7EE8;
}
.dkf-ts_usv{
padding:44px 0;
}
.dkf-ts_in_usv{
grid-template-columns:1fr;
gap:32px;
align-items:center;
display:grid;
}
@media(min-width:881px){
.dkf-ts_in_usv{
grid-template-columns:1.4fr 1fr;
gap:48px;
}
}
.dkf-ts_left_usv{
min-width:0;
}
.dkf-ts_h2_usv{
margin-bottom:0.75rem;
font-weight:600;
line-height:1.1;
overflow-wrap:break-word;
font-size:1.625rem;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
color:#EEF2FF;
}
@media(min-width:766px){
.dkf-ts_h2_usv{
font-size:1.75rem;
}
}
.dkf-ts_text_usv{
margin-bottom:1.375rem;
font-size:14.5px;
line-height:1.6;
max-width:32.5rem;
color:#8A9BBF;
}
.dkf-ts_badges_usv{
gap:1.125rem;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.dkf-ts_badge_usv{
font-weight:600;
font-size:13px;
color:#8A9BBF;
}
.dkf-ts_pay_usv{
gap:12px;
display:flex;
flex-wrap:wrap;
}
@media(min-width:881px){
.dkf-ts_pay_usv{
justify-content:flex-end;
}
}
.dkf-ts_pay_chip_usv{
border:1px solid rgba(255,255,255,0.12);
border-radius:14px;
background:rgba(255,255,255,0.07);
padding:12px 16px;
color:#EEF2FF;
font-weight:700;
font-size:0.875rem;
}
.dkf-op_usv{
padding:2.25rem 0 10px;
}
.dkf-op_in_usv{
gap:32px;
grid-template-columns:1fr;
padding:32px;
border-radius:0.875rem;
background:#FFFFFF;
border:1px solid rgba(20,30,60,0.08);
align-items:center;
display:grid;
}
@media(min-width:859px){
.dkf-op_in_usv{
padding:2.125rem 40px;
gap:2.75rem;
grid-template-columns:.9fr 1.1fr;
}
}
.dkf-op_left_usv{
min-width:0;
}
.dkf-op_eyebrow_usv{
margin-bottom:0.75rem;
}
.dkf-op_h2_usv{
font-weight:600;
color:#0F1320;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.08;
font-size:1.75rem;
margin-bottom:10px;
}
@media(min-width:769px){
.dkf-op_h2_usv{
font-size:30px;
}
}
.dkf-op_text_usv{
line-height:1.6;
font-size:14px;
color:#7B85A0;
}
.dkf-op_grid_usv{
grid-template-columns:1fr 1fr;
border:1px solid rgba(20,30,60,0.14);
border-radius:8px;
overflow:hidden;
background:rgba(20,30,60,0.14);
gap:1px;
display:grid;
}
.dkf-op_field_usv{
background:#F4F6FA;
padding:1.125rem 20px;
min-width:0;
}
.dkf-op_field_lb_usv{
letter-spacing:.1em;
color:#2F7EE8;
font-size:0.625rem;
margin-bottom:5px;
font-weight:600;
text-transform:uppercase;
}
.dkf-op_field_val_usv{
overflow-wrap:break-word;
font-weight:700;
font-size:14px;
color:#0F1320;
}
.dkf-wy_usv{
padding:48px 0;
}
@media(min-width:771px){
.dkf-wy_usv{
padding:3.5rem 0;
}
}
.dkf-wy_in_usv{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:901px){
.dkf-wy_in_usv{
gap:48px;
grid-template-columns:.8fr 1.2fr;
}
}
.dkf-wy_left_usv{
min-width:0;
}
.dkf-wy_eyebrow_usv{
margin-bottom:14px;
}
.dkf-wy_h2_usv{
margin-bottom:1rem;
font-weight:600;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:32px;
overflow-wrap:break-word;
line-height:1.05;
color:#0F1320;
}
@media(min-width:766px){
.dkf-wy_h2_usv{
font-size:40px;
}
}
.dkf-wy_intro_usv{
line-height:1.6;
color:#7B85A0;
font-size:15px;
}
.dkf-wy_grid_usv{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:563px){
.dkf-wy_grid_usv{
grid-template-columns:1fr 1fr;
}
}
.dkf-wy_card_usv{
border:1px solid rgba(20,30,60,0.08);
padding:1.625rem;
border-radius:0.875rem;
background:#FFFFFF;
min-width:0;
}
.dkf-wy_card_ic_usv{
margin-bottom:16px;
align-items:center;
color:#2F7EE8;
justify-content:center;
display:inline-flex;
}
.dkf-wy_card_ic_usv svg{
width:26px;
height:26px;
}
.dkf-wy_card_h_usv{
color:#0F1320;
font-size:21px;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.15;
}
.dkf-wy_card_p_usv{
line-height:1.55;
color:#7B85A0;
font-size:14px;
overflow-wrap:break-word;
}
.dkf-et_usv{
padding:36px 0 0.625rem;
}
.dkf-et_in_usv{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:882px){
.dkf-et_in_usv{
gap:3rem;
grid-template-columns:1.1fr .9fr;
}
}
.dkf-et_left_usv{
min-width:0;
}
.dkf-et_eyebrow_usv{
margin-bottom:12px;
}
.dkf-et_h2_usv{
margin-bottom:0.875rem;
font-weight:600;
overflow-wrap:break-word;
color:#0F1320;
line-height:1.06;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.75rem;
}
@media(min-width:769px){
.dkf-et_h2_usv{
font-size:32px;
}
}
.dkf-et_text_usv{
line-height:1.65;
margin-bottom:22px;
color:#7B85A0;
font-size:0.938rem;
}
.dkf-et_stats_usv{
gap:24px;
display:flex;
flex-wrap:wrap;
}
.dkf-et_stat_usv{
min-width:0;
}
.dkf-et_stat_v_usv{
font-size:1.625rem;
font-weight:700;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
line-height:1;
color:#0F1320;
}
.dkf-et_stat_l_usv{
font-size:12.5px;
color:#5A6380;
margin-top:0.25rem;
}
.dkf-et_right_usv{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.dkf-et_member_usv{
border-radius:0.875rem;
border:1px solid rgba(20,30,60,0.08);
gap:1rem;
background:#FFFFFF;
padding:1.125rem 1.25rem;
min-width:0;
align-items:center;
display:flex;
}
.dkf-et_member_av_usv{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#162035,#2F7EE8);
width:3rem;
height:48px;
}
.dkf-et_member_name_usv{
font-weight:700;
overflow-wrap:break-word;
color:#0F1320;
font-size:0.938rem;
}
.dkf-et_member_role_usv{
color:#5A6380;
overflow-wrap:break-word;
font-size:0.781rem;
}
.dkf-et_updated_usv{
padding:14px 1.125rem;
background:#F4F6FA;
border:1px solid rgba(20,30,60,0.08);
gap:0.5rem;
border-radius:14px;
color:#7B85A0;
align-items:center;
display:flex;
font-size:12.5px;
}
.dkf-pmt_usv{
padding:3rem 0 0.625rem;
}
.dkf-pmt_in_usv{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:878px){
.dkf-pmt_in_usv{
grid-template-columns:1fr 1.1fr;
gap:48px;
}
}
.dkf-pmt_left_usv{
min-width:0;
}
.dkf-pmt_eyebrow_usv{
margin-bottom:12px;
}
.dkf-pmt_h2_usv{
margin-bottom:0.75rem;
font-weight:600;
color:#0F1320;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:30px;
overflow-wrap:break-word;
line-height:1.06;
}
@media(min-width:765px){
.dkf-pmt_h2_usv{
font-size:2rem;
}
}
.dkf-pmt_text_usv{
font-size:14.5px;
color:#7B85A0;
margin-bottom:1.375rem;
line-height:1.6;
}
.dkf-pmt_logos_usv{
gap:0.625rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:479px){
.dkf-pmt_logos_usv{
grid-template-columns:repeat(4,1fr);
}
}
.dkf-pmt_logo_usv{
background:#FFFFFF;
overflow:hidden;
padding:0 8px;
border-radius:0.5rem;
border:1px solid rgba(20,30,60,0.08);
align-items:center;
text-overflow:ellipsis;
white-space:nowrap;
color:#2A3045;
font-weight:700;
justify-content:center;
height:50px;
display:flex;
font-size:0.781rem;
text-align:center;
}
.dkf-pmt_table_usv{
border:1px solid rgba(20,30,60,0.08);
overflow:hidden;
border-radius:14px;
min-width:0;
}
.dkf-pmt_thead_usv{
background:#1A1E2A;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.dkf-pmt_th_usv{
padding:13px 0.875rem;
overflow:hidden;
white-space:nowrap;
letter-spacing:.08em;
font-size:0.625rem;
text-overflow:ellipsis;
text-transform:uppercase;
font-weight:700;
color:#EEF2FF;
}
.dkf-pmt_row_usv{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(20,30,60,0.08);
}
.dkf-pmt_row_usv:nth-child(odd){
background:#FFFFFF;
}
.dkf-pmt_td_usv{
padding:14px;
color:#7B85A0;
min-width:0;
overflow-wrap:break-word;
font-size:13.5px;
}
.dkf-pmt_row_usv .dkf-pmt_td_usv:first-child{
font-weight:700;
color:#0F1320;
}
.dkf-pmt_row_usv .dkf-pmt_td_usv:last-child{
color:#1FA86B;
font-weight:700;
}
.dkf-faq_usv{
background:#FFFFFF;
padding:3rem 0;
border-bottom:1px solid rgba(20,30,60,0.08);
border-top:1px solid rgba(20,30,60,0.08);
margin-top:1.5rem;
}
@media(min-width:766px){
.dkf-faq_usv{
padding:62px 0;
}
}
.dkf-faq_head_usv{
margin-bottom:34px;
text-align:center;
}
.dkf-faq_eyebrow_usv{
margin-bottom:0.75rem;
}
.dkf-faq_h2_usv{
color:#0F1320;
font-weight:600;
font-size:32px;
overflow-wrap:break-word;
line-height:1.05;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.dkf-faq_h2_usv{
font-size:2.375rem;
}
}
.dkf-faq_list_usv{
gap:12px;
margin:0 auto;
max-width:51.25rem;
flex-direction:column;
display:flex;
}
.dkf-faq_item_usv{
overflow:hidden;
background:#F4F6FA;
border:1px solid rgba(20,30,60,0.08);
border-radius:14px;
}
.dkf-faq_q_usv{
padding:1.25rem 24px;
gap:20px;
list-style:none;
cursor:pointer;
overflow-wrap:break-word;
font-weight:700;
align-items:center;
justify-content:space-between;
display:flex;
color:#0F1320;
font-size:16px;
}
.dkf-faq_q_usv::-webkit-details-marker{
display:none;
}
.dkf-faq_q_ic_usv{
flex:0 0 auto;
transition:transform .22s ease;
align-items:center;
color:#2F7EE8;
display:inline-flex;
}
.dkf-faq_q_ic_usv svg{
width:18px;
height:1.125rem;
}
.dkf-faq_item_usv[open] .dkf-faq_q_ic_usv{
transform:rotate(180deg);
}
.dkf-faq_a_usv{
padding:0 1.5rem 1.25rem;
overflow-wrap:break-word;
font-size:0.906rem;
color:#7B85A0;
line-height:1.6;
}
.dkf-sb_usv{
background:#FFFFFF;
padding:48px 0;
border-top:1px solid rgba(20,30,60,0.08);
border-bottom:1px solid rgba(20,30,60,0.08);
margin-top:24px;
}
@media(min-width:770px){
.dkf-sb_usv{
padding:56px 0;
}
}
.dkf-sb_eyebrow_usv{
display:block;
margin-bottom:0.75rem;
}
.dkf-sb_h2_usv{
line-height:1.05;
color:#0F1320;
font-weight:600;
overflow-wrap:break-word;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.875rem;
margin-bottom:26px;
}
@media(min-width:770px){
.dkf-sb_h2_usv{
font-size:2.25rem;
}
}
.dkf-sb_grid_usv{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:561px){
.dkf-sb_grid_usv{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:961px){
.dkf-sb_grid_usv{
grid-template-columns:repeat(4,1fr);
}
}
.dkf-sb_card_usv{
border:1px solid rgba(20,30,60,0.08);
background:#F4F6FA;
border-radius:0.875rem;
padding:1.5rem;
min-width:0;
}
.dkf-sb_card_h_usv{
line-height:1.15;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.5rem;
font-size:1.188rem;
color:#0F1320;
font-weight:600;
overflow-wrap:break-word;
}
.dkf-sb_card_p_usv{
font-size:13.5px;
color:#7B85A0;
overflow-wrap:break-word;
line-height:1.6;
}
.dkf-sb_rtp_usv{
grid-template-columns:1fr;
padding:1.625rem 1.75rem;
gap:1.5rem;
border-radius:14px;
background:#F4F6FA;
border:1px solid rgba(20,30,60,0.08);
display:grid;
margin-top:18px;
align-items:center;
}
@media(min-width:757px){
.dkf-sb_rtp_usv{
grid-template-columns:1fr 1fr;
gap:40px;
}
}
.dkf-sb_rtp_h_usv{
font-size:20px;
font-weight:600;
line-height:1.15;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
color:#0F1320;
}
.dkf-sb_rtp_p_usv{
color:#7B85A0;
line-height:1.6;
font-size:13.5px;
overflow-wrap:break-word;
}
.dkf-sb_rtp_stats_usv{
gap:16px;
display:flex;
}
.dkf-sb_stat_usv{
border-radius:8px;
padding:18px;
background:#FFFFFF;
flex:1 1 0;
text-align:center;
min-width:0;
}
.dkf-sb_stat_v_usv{
overflow-wrap:break-word;
font-weight:700;
color:#1FA86B;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.625rem;
}
.dkf-sb_stat_l_usv{
margin-top:4px;
color:#5A6380;
font-size:11.5px;
}
.dkf-lh_usv{
padding:2.5rem 0 1.25rem;
}
.dkf-lh_in_usv{
padding-top:34px;
border-top:1px solid rgba(20,30,60,0.14);
}
.dkf-lh_eyebrow_usv{
margin-bottom:1.375rem;
display:block;
}
.dkf-lh_grid_usv{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:603px){
.dkf-lh_grid_usv{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:961px){
.dkf-lh_grid_usv{
grid-template-columns:repeat(5,1fr);
}
}
.dkf-lh_col_usv{
min-width:0;
}
.dkf-lh_col_h_usv{
font-size:0.813rem;
overflow-wrap:break-word;
font-weight:700;
margin-bottom:0.75rem;
color:#0F1320;
}
.dkf-lh_links_usv{
gap:0.5rem;
flex-direction:column;
display:flex;
}
.dkf-lh_link_usv{
transition:color .22s ease;
overflow-wrap:break-word;
font-size:13px;
color:#7B85A0;
}
.dkf-lh_link_usv:hover{
color:#2F7EE8;
}
.dkf-sg_usv{
padding:48px 0 0.625rem;
}
.dkf-sg_eyebrow_usv{
margin-bottom:12px;
display:block;
}
.dkf-sg_h2_usv{
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:30px;
overflow-wrap:break-word;
line-height:1.05;
margin-bottom:1.75rem;
font-weight:600;
color:#0F1320;
}
@media(min-width:771px){
.dkf-sg_h2_usv{
font-size:2.25rem;
}
}
.dkf-sg_grid_usv{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:720px){
.dkf-sg_grid_usv{
grid-template-columns:repeat(3,1fr);
}
}
.dkf-sg_col_usv{
min-width:0;
}
.dkf-sg_col_h_usv{
line-height:1.15;
font-weight:600;
font-size:22px;
margin-bottom:10px;
overflow-wrap:break-word;
color:#0F1320;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
}
.dkf-sg_col_p_usv{
line-height:1.65;
font-size:14px;
color:#7B85A0;
overflow-wrap:break-word;
}
.dkf-el_usv{
padding:48px 0;
}
@media(min-width:769px){
.dkf-el_usv{
padding:56px 0;
}
}
.dkf-el_in_usv{
grid-template-columns:1fr;
gap:40px;
display:grid;
align-items:start;
}
@media(min-width:901px){
.dkf-el_in_usv{
gap:3.5rem;
grid-template-columns:1fr 1fr;
}
}
.dkf-el_left_usv{
min-width:0;
}
.dkf-el_eyebrow_usv{
margin-bottom:0.875rem;
}
.dkf-el_h2_usv{
font-size:32px;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.08;
font-weight:600;
color:#0F1320;
margin-bottom:1.375rem;
}
@media(min-width:771px){
.dkf-el_h2_usv{
font-size:38px;
}
}
.dkf-el_body_usv p{
overflow-wrap:break-word;
line-height:1.7;
margin-bottom:18px;
font-size:1rem;
color:#2A3045;
}
.dkf-el_dropcap_usv{
padding:0.375rem 12px 0 0;
color:#2F7EE8;
line-height:.8;
font-size:62px;
font-weight:700;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
float:left;
}
.dkf-el_right_usv{
min-width:0;
}
.dkf-el_quote_usv{
border-radius:1.25rem;
padding:2.25rem;
background:linear-gradient(150deg,#162035,#090D14);
position:relative;
color:#EEF2FF;
margin-bottom:1.5rem;
}
.dkf-el_quote_mark_usv{
align-items:center;
color:#7EB8FF;
display:inline-flex;
margin-bottom:6px;
}
.dkf-el_quote_mark_usv svg{
width:2.125rem;
height:2.125rem;
}
.dkf-el_quote_text_usv{
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:22px;
color:#EEF2FF;
margin-bottom:22px;
font-weight:500;
line-height:1.4;
overflow-wrap:break-word;
}
.dkf-el_quote_meta_usv{
gap:12px;
display:flex;
align-items:center;
}
.dkf-el_quote_av_usv{
background:linear-gradient(135deg,#2F7EE8,#5BABFF);
flex:0 0 auto;
border-radius:50%;
height:2.375rem;
width:2.375rem;
}
.dkf-el_quote_author_usv{
color:#EEF2FF;
font-weight:700;
font-size:14px;
}
.dkf-el_quote_meta_sub_usv{
font-size:12px;
color:#8A9BBF;
}
.dkf-el_explain_usv{
border-radius:14px;
border:1px solid rgba(20,30,60,0.08);
overflow:hidden;
}
.dkf-el_explain_card_usv{
padding:22px 1.5rem;
}
.dkf-el_explain_card_usv+.dkf-el_explain_card_usv{
border-top:1px solid rgba(20,30,60,0.08);
}
.dkf-el_explain_h_usv{
margin-bottom:0.5rem;
color:#0F1320;
overflow-wrap:break-word;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
font-weight:600;
font-size:20px;
}
.dkf-el_explain_p_usv{
overflow-wrap:break-word;
color:#7B85A0;
line-height:1.55;
font-size:14px;
}
.dkf-ft_usv{
background:#1A1E2A;
margin-top:40px;
color:#8A9BBF;
}
.dkf-ft_in_usv{
gap:32px;
grid-template-columns:1fr;
padding:48px 0 1.75rem;
display:grid;
}
@media(min-width:597px){
.dkf-ft_in_usv{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:898px){
.dkf-ft_in_usv{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.dkf-ft_brand_usv{
min-width:0;
}
.dkf-ft_logo_usv{
font-size:1.625rem;
overflow-wrap:break-word;
font-weight:700;
color:#EEF2FF;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
}
.dkf-ft_tagline_usv{
line-height:1.6;
margin-top:14px;
color:#8A9BBF;
max-width:280px;
font-size:13.5px;
}
.dkf-ft_contact_usv{
transition:color .22s ease;
font-size:0.813rem;
overflow-wrap:anywhere;
max-width:280px;
display:inline-block;
color:#7EB8FF;
margin-top:12px;
}
.dkf-ft_contact_usv:hover{
color:#EEF2FF;
}
.dkf-ft_col_usv{
min-width:0;
}
.dkf-ft_col_h_usv{
font-size:13px;
font-weight:700;
overflow-wrap:break-word;
color:#EEF2FF;
text-transform:uppercase;
margin-bottom:14px;
letter-spacing:.08em;
}
.dkf-ft_col_links_usv{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.dkf-ft_link_usv{
transition:color .22s ease;
font-size:13.5px;
color:#8A9BBF;
overflow-wrap:break-word;
}
.dkf-ft_link_usv:hover{
color:#EEF2FF;
}
.dkf-ft_bot_usv{
padding:22px 0 40px;
gap:1rem;
border-top:1px solid rgba(255,255,255,0.12);
display:flex;
flex-direction:column;
}
@media(min-width:766px){
.dkf-ft_bot_usv{
gap:20px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.dkf-ft_legal_usv{
line-height:1.6;
max-width:760px;
color:#A4ABBE;
font-size:0.719rem;
overflow-wrap:break-word;
}
.dkf-ft_legal_usv b{
color:#8A9BBF;
font-weight:700;
}
.dkf-ft_age_usv{
border:1.5px solid #7EB8FF;
flex:0 0 auto;
border-radius:8px;
padding:0.25rem 9px;
font-weight:700;
font-size:0.813rem;
color:#7EB8FF;
}