*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F2F4F7;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
line-height:1.6;
font-family:"Figtree", 'Helvetica Neue', Arial, sans-serif;
font-size:15px;
overflow-wrap:break-word;
color:#232A38;
}
img{
max-width:100%;
display:block;
}
a{
color:inherit;
text-decoration:none;
}
button{
border:none;
background:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
height:0.5rem;
width:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(0, 0, 0, 0.52);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.dst-layout-3pi{
min-height:100vh;
display:flex;
flex-direction:column;
}
.dst-main-3pi{
flex:1 1 auto;
min-width:0;
width:100%;
}
.dst-container-3pi{
margin:0 auto;
padding:0 1rem;
max-width:1400px;
width:100%;
}
@media(min-width:766px){
.dst-container-3pi{
padding:0 32px;
}
}
@media(min-width:1098px){
.dst-container-3pi{
padding:0 3.5rem;
}
}
.dst-eyebrow-3pi{
line-height:1.4;
font-family:"Figtree", 'Helvetica Neue', Arial, sans-serif;
font-size:0.688rem;
display:inline-block;
text-transform:uppercase;
overflow-wrap:break-word;
letter-spacing:.2em;
color:#3A6FE8;
font-weight:600;
}
.dst-band-3pi{
background:#0F1420;
color:#EDF0FA;
}
.dst-band-3pi .dst-eyebrow-3pi{
color:#7EB0FF;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.dst-tb-3pi{
background:#F2F4F7;
top:0;
z-index:50;
position:sticky;
border-bottom:1px solid rgba(18, 24, 48, 0.14);
}
.dst-tb_in-3pi{
padding:0.75rem 1rem;
margin:0 auto;
gap:1rem;
max-width:1400px;
justify-content:space-between;
width:100%;
display:flex;
align-items:center;
}
@media(min-width:768px){
.dst-tb_in-3pi{
padding:1rem 2rem;
}
}
@media(min-width:1099px){
.dst-tb_in-3pi{
padding:1.125rem 56px;
}
}
.dst-tb_left-3pi{
gap:28px;
align-items:center;
min-width:0;
display:flex;
}
.dst-tb_logo-3pi{
gap:11px;
min-width:0;
align-items:center;
display:flex;
}
.dst-tb_logo_mark-3pi{
border-radius:0.5rem;
flex:0 0 auto;
height:34px;
object-fit:cover;
width:2.125rem;
}
.dst-tb_logo_txt-3pi{
line-height:1;
min-width:0;
display:flex;
flex-direction:column;
}
.dst-tb_logo_name-3pi{
overflow:hidden;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:22px;
letter-spacing:.02em;
color:#0D1117;
font-weight:700;
white-space:nowrap;
text-overflow:ellipsis;
}
.dst-tb_logo_sub-3pi{
overflow:hidden;
text-transform:uppercase;
margin-top:0.25rem;
color:#3A6FE8;
white-space:nowrap;
font-size:8.5px;
letter-spacing:.32em;
text-overflow:ellipsis;
font-weight:600;
}
.dst-tb_nav-3pi{
display:none;
}
@media(min-width:958px){
.dst-tb_nav-3pi{
gap:28px;
display:flex;
align-items:center;
}
}
.dst-tb_nav_item-3pi{
transition:color .2s ease,border-color .2s ease;
font-weight:600;
font-size:0.875rem;
color:#232A38;
padding-bottom:3px;
white-space:nowrap;
border-bottom:2px solid transparent;
}
.dst-tb_nav_item-3pi:hover{
color:#0D1117;
}
.dst-tb_nav_item-3pi.dst-state_active-3pi{
border-color:#3A6FE8;
color:#0D1117;
}
.dst-tb_right-3pi{
flex:0 0 auto;
gap:14px;
display:flex;
align-items:center;
}
.dst-tb_search-3pi{
transition:color .2s ease;
align-items:center;
display:flex;
color:#232A38;
justify-content:center;
}
.dst-tb_search-3pi:hover{
color:#3A6FE8;
}
.dst-tb_search-3pi svg{
height:18px;
width:1.125rem;
}
.dst-tb_lang-3pi{
text-transform:uppercase;
letter-spacing:.1em;
font-size:11px;
font-weight:600;
color:#4B556B;
}
.dst-tb_lang-3pi:hover{
color:#0D1117;
}
.dst-tb_login-3pi{
font-size:0.875rem;
font-weight:600;
color:#0D1117;
display:none;
}
@media(min-width:771px){
.dst-tb_login-3pi{
display:inline-block;
}
}
.dst-tb_register-3pi{
padding:0.688rem 1.375rem;
border-radius:999px;
background:#0D1117;
transition:background-color .2s ease;
font-size:0.875rem;
color:#EDF0FA;
font-weight:700;
white-space:nowrap;
}
.dst-tb_register-3pi:hover{
background:#1E2840;
}
.dst-mob-3pi{
background:#F2F4F7;
border-top:1px solid rgba(18, 24, 48, 0.14);
z-index:60;
left:0;
bottom:0;
position:fixed;
right:0;
padding-bottom:env(safe-area-inset-bottom);
}
@media(min-width:959px){
.dst-mob-3pi{
display:none;
}
}
.dst-mob_in-3pi{
margin:0 auto;
max-width:35rem;
display:flex;
align-items:stretch;
justify-content:space-around;
}
.dst-mob_item-3pi{
transition:color .2s ease;
gap:3px;
padding:0.563rem 0.25rem;
flex:1 1 0;
flex-direction:column;
align-items:center;
min-width:0;
display:flex;
color:#4B556B;
}
.dst-mob_item-3pi.dst-state_active-3pi{
color:#3A6FE8;
}
.dst-mob_ic-3pi{
align-items:center;
justify-content:center;
display:flex;
}
.dst-mob_ic-3pi svg{
height:20px;
width:20px;
}
.dst-mob_lb-3pi{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
font-size:0.625rem;
font-weight:600;
max-width:100%;
}
@media(max-width:956px){
body{
padding-bottom:60px;
}
}
.dst-rail-3pi{
min-width:0;
position:relative;
}
.dst-rail_scroll-3pi{
gap:0.875rem;
padding-bottom:14px;
overflow-x:auto;
scrollbar-width:thin;
display:flex;
-webkit-overflow-scrolling:touch;
}
@media(min-width:768px){
.dst-rail_scroll-3pi{
gap:18px;
}
}
.dst-gc-3pi{
flex:0 0 auto;
display:block;
width:9.375rem;
}
@media(min-width:771px){
.dst-gc-3pi{
width:188px;
}
}
.dst-gc_img-3pi{
background:#FFFFFF;
border-radius:14px;
overflow:hidden;
position:relative;
padding-bottom:133.33%;
box-shadow:0 2px 6px rgba(13, 17, 35, 0.07), 0 8px 1.25rem rgba(13, 17, 35, 0.06);
}
.dst-gc_img-3pi img{
inset:0;
object-fit:cover;
width:100%;
height:100%;
position:absolute;
}
.dst-gc_cover-3pi{
background:linear-gradient(160deg,transparent 55%,rgba(0, 0, 0, 0.52));
inset:0;
position:absolute;
pointer-events:none;
}
.dst-gc_hover-3pi{
transition:opacity .2s ease;
inset:0;
background:rgba(0, 0, 0, 0.52);
position:absolute;
display:flex;
opacity:0;
justify-content:center;
align-items:center;
}
.dst-gc-3pi:hover .dst-gc_hover-3pi{
opacity:1;
}
.dst-gc_hover_btn-3pi{
background:#0D1117;
border-radius:62.438rem;
height:2.875rem;
width:2.875rem;
align-items:center;
color:#EDF0FA;
justify-content:center;
display:flex;
}
.dst-gc_hover_btn-3pi svg{
width:18px;
height:1.125rem;
}
.dst-gc_info-3pi{
gap:2px;
margin-top:9px;
flex-direction:column;
min-width:0;
display:flex;
}
.dst-gc_name-3pi{
overflow:hidden;
white-space:nowrap;
color:#0D1117;
font-size:0.813rem;
font-weight:700;
text-overflow:ellipsis;
}
.dst-gc_prov-3pi{
overflow:hidden;
text-overflow:ellipsis;
color:#4B556B;
font-size:11px;
white-space:nowrap;
}
.dst-gc_meta-3pi{
font-size:0.688rem;
color:#4B556B;
}
.dst-tc-3pi{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:770px){
.dst-tc-3pi{
width:230px;
}
}
.dst-tc_img-3pi{
overflow:hidden;
border-radius:0.875rem;
background:#FFFFFF;
padding-bottom:75%;
position:relative;
box-shadow:0 2px 0.375rem rgba(13, 17, 35, 0.07), 0 0.5rem 20px rgba(13, 17, 35, 0.06);
}
.dst-tc_img-3pi img{
inset:0;
width:100%;
position:absolute;
object-fit:cover;
height:100%;
}
.dst-tc_info-3pi{
gap:2px;
min-width:0;
flex-direction:column;
margin-top:0.563rem;
display:flex;
}
.dst-tc_name-3pi{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-weight:700;
color:#0D1117;
font-size:14px;
}
.dst-tc_rtp-3pi{
font-size:0.688rem;
color:#4B556B;
}
.dst-lc-3pi{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:770px){
.dst-lc-3pi{
width:268px;
}
}
.dst-lc_img-3pi{
background:#FFFFFF;
border-radius:0.875rem;
overflow:hidden;
position:relative;
box-shadow:0 2px 6px rgba(13, 17, 35, 0.07), 0 8px 20px rgba(13, 17, 35, 0.06);
padding-bottom:62.5%;
}
.dst-lc_img-3pi img{
inset:0;
height:100%;
object-fit:cover;
position:absolute;
width:100%;
}
.dst-lc_live-3pi{
padding:4px 9px;
gap:7px;
background:rgba(0, 0, 0, 0.52);
border-radius:999px;
align-items:center;
display:flex;
left:0.75rem;
top:0.75rem;
position:absolute;
}
.dst-lc_live_dot-3pi{
background:#E03A3A;
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
width:0.5rem;
height:0.5rem;
}
.dst-lc_seats-3pi{
font-size:0.625rem;
font-weight:600;
color:#EDF0FA;
letter-spacing:.08em;
text-transform:uppercase;
}
.dst-lc_info-3pi{
gap:2px;
flex-direction:column;
min-width:0;
display:flex;
margin-top:0.563rem;
}
.dst-lc_name-3pi{
overflow:hidden;
font-size:15px;
white-space:nowrap;
color:#0D1117;
text-overflow:ellipsis;
font-weight:700;
}
.dst-lc_bet-3pi{
font-size:11px;
color:#4B556B;
}
.dst-pc-3pi{
padding:1rem 14px;
gap:8px;
border-radius:14px;
border:1px solid rgba(18, 24, 48, 0.08);
background:#FFFFFF;
justify-content:center;
flex-direction:column;
display:flex;
min-height:4.625rem;
min-width:0;
align-items:center;
}
.dst-pc_logo-3pi{
flex:0 0 auto;
object-fit:contain;
height:28px;
width:auto;
max-width:100%;
}
.dst-pc_name-3pi{
overflow:hidden;
color:#4B556B;
font-size:0.688rem;
max-width:100%;
white-space:nowrap;
text-align:center;
text-overflow:ellipsis;
}
.dst-gc_tag-3pi{
padding:3px 8px;
border-radius:8px;
font-weight:700;
font-size:0.625rem;
text-transform:uppercase;
display:inline-block;
left:0.625rem;
top:10px;
position:absolute;
letter-spacing:.06em;
z-index:2;
}
.dst-gc_tag_hot-3pi{
background:#E03A3A;
color:#EDF0FA;
}
.dst-gc_tag_new-3pi{
background:#6A9FFF;
color:#0D1117;
}
.dst-gc_tag_jp-3pi{
background:#E8A020;
color:#0D1117;
}
.dst-gc_tag_live-3pi{
background:#E03A3A;
color:#EDF0FA;
}
.dst-sh-3pi{
margin-bottom:18px;
min-width:0;
}
.dst-sh_row-3pi{
gap:1rem;
justify-content:space-between;
flex-wrap:wrap;
align-items:flex-end;
display:flex;
}
.dst-sh_row-3pi .dst-sh_l-3pi{
gap:6px;
min-width:0;
display:flex;
flex-direction:column;
}
.dst-sh_stack-3pi{
gap:10px;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.dst-sh_center-3pi{
gap:10px;
text-align:center;
flex-direction:column;
align-items:center;
display:flex;
}
.dst-sh_h2-3pi{
line-height:1.1;
font-size:1.5rem;
color:#0D1117;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
@media(min-width:769px){
.dst-sh_h2-3pi{
font-size:1.875rem;
}
}
.dst-band-3pi .dst-sh_h2-3pi{
color:#EDF0FA;
}
.dst-sh_eb_line-3pi{
gap:10px;
align-items:center;
display:inline-flex;
}
.dst-sh_eb_line-3pi::before{
background:#3A6FE8;
content:"";
width:28px;
height:1px;
display:inline-block;
}
.dst-band-3pi .dst-sh_eb_line-3pi::before{
background:#7EB0FF;
}
.dst-sh_eb_dot-3pi{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.dst-sh_eb_dot-3pi::before{
background:#3A6FE8;
border-radius:50%;
content:"";
height:6px;
display:inline-block;
width:0.375rem;
}
.dst-band-3pi .dst-sh_eb_dot-3pi::before{
background:#7EB0FF;
}
.dst-sh_link-3pi{
gap:0.375rem;
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
color:#0D1117;
white-space:nowrap;
padding-bottom:2px;
align-items:center;
font-weight:600;
font-size:13px;
border-bottom:1px solid #0D1117;
display:inline-flex;
}
.dst-sh_link-3pi:hover{
border-color:#3A6FE8;
color:#3A6FE8;
}
.dst-sh_link-3pi svg{
width:14px;
height:14px;
}
.dst-sh_link_chev-3pi{
padding-bottom:0;
border-bottom:0;
}
.dst-sh_link_btn-3pi{
background:#0D1117;
padding:0.563rem 1.125rem;
border-radius:62.438rem;
border-bottom:0;
color:#EDF0FA;
}
.dst-sh_link_btn-3pi:hover{
background:#1E2840;
border-color:transparent;
color:#EDF0FA;
}
.dst-band-3pi .dst-sh_link-3pi{
border-color:#EDF0FA;
color:#EDF0FA;
}
.dst-band-3pi .dst-sh_link_btn-3pi{
background:#7EB0FF;
color:#0D1117;
}
.dst-sh_rule-3pi{
margin:-2px 0 18px;
background:rgba(18, 24, 48, 0.14);
height:1px;
}
.dst-band-3pi .dst-sh_rule-3pi{
background:rgba(180, 200, 255, 0.14);
}
.dst-hero-3pi{
padding:32px 0 8px;
}
@media(min-width:768px){
.dst-hero-3pi{
padding:3.5rem 0 24px;
}
}
.dst-hero_in-3pi{
grid-template-columns:1fr;
gap:32px;
align-items:center;
display:grid;
}
@media(min-width:899px){
.dst-hero_in-3pi{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.dst-hero_copy-3pi{
min-width:0;
}
.dst-hero_eyebrow-3pi{
gap:0.625rem;
margin-bottom:1.375rem;
align-items:center;
display:inline-flex;
}
.dst-hero_eyebrow_line-3pi{
flex:0 0 auto;
background:#3A6FE8;
height:1px;
width:1.75rem;
display:inline-block;
}
.dst-hero_h1-3pi{
color:#0D1117;
overflow-wrap:break-word;
line-height:1.04;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
letter-spacing:-.01em;
font-size:38px;
margin-bottom:1.25rem;
font-weight:600;
}
@media(min-width:768px){
.dst-hero_h1-3pi{
font-size:54px;
}
}
@media(min-width:1100px){
.dst-hero_h1-3pi{
font-size:62px;
}
}
.dst-hero_h1-3pi em{
font-style:normal;
color:#3A6FE8;
}
.dst-hero_sub-3pi{
font-size:16px;
margin-bottom:30px;
color:#6B7590;
max-width:30rem;
line-height:1.6;
}
@media(min-width:768px){
.dst-hero_sub-3pi{
font-size:1.125rem;
}
}
.dst-hero_actions-3pi{
gap:0.875rem;
flex-wrap:wrap;
margin-bottom:34px;
display:flex;
align-items:center;
}
.dst-hero_cta-3pi{
padding:1rem 30px;
border-radius:999px;
background:#0D1117;
gap:10px;
transition:background-color .2s ease;
display:inline-flex;
align-items:center;
font-weight:700;
font-size:15px;
color:#EDF0FA;
}
.dst-hero_cta-3pi:hover{
background:#1E2840;
}
.dst-hero_cta_ic-3pi{
display:inline-flex;
align-items:center;
}
.dst-hero_cta_ic-3pi svg{
width:1rem;
height:16px;
}
.dst-hero_cta_alt-3pi{
border-radius:62.438rem;
padding:0.938rem 26px;
background:transparent;
transition:border-color .2s ease,color .2s ease;
border:1px solid rgba(18, 24, 48, 0.14);
font-size:0.938rem;
align-items:center;
color:#0D1117;
display:inline-flex;
font-weight:600;
}
.dst-hero_cta_alt-3pi:hover{
border-color:#3A6FE8;
color:#3A6FE8;
}
.dst-hero_trust-3pi{
gap:22px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.dst-hero_trust_item-3pi{
gap:9px;
font-size:0.813rem;
color:#232A38;
display:flex;
align-items:center;
font-weight:600;
}
.dst-hero_trust_ic-3pi{
display:inline-flex;
align-items:center;
color:#3A6FE8;
}
.dst-hero_trust_ic-3pi svg{
width:1rem;
height:16px;
}
.dst-hero_promo-3pi{
overflow:hidden;
border-radius:20px;
background:#FFFFFF;
box-shadow:0 12px 3rem rgba(13, 17, 35, 0.16), 0 3px 0.625rem rgba(13, 17, 35, 0.08);
display:flex;
position:relative;
min-height:18.75rem;
}
.dst-hero_promo_bg-3pi{
inset:0;
position:absolute;
background-position:center;
background-size:cover;
}
.dst-hero_promo_bg-3pi::after{
background:linear-gradient(120deg,#0F1420 0%,rgba(0, 0, 0, 0.52) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.dst-hero_promo_glow-3pi{
background:radial-gradient(circle,rgba(82, 130, 255, 0.18) 0%,transparent 65%);
border-radius:50%;
position:absolute;
height:260px;
width:260px;
right:-20px;
pointer-events:none;
top:-40px;
}
.dst-hero_promo_ct-3pi{
padding:28px;
position:relative;
z-index:2;
max-width:88%;
align-self:flex-end;
}
.dst-hero_promo_label-3pi{
margin-bottom:8px;
color:#7EB0FF;
text-transform:uppercase;
display:block;
font-weight:700;
font-size:0.625rem;
letter-spacing:.25em;
}
.dst-hero_promo_amount-3pi{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#EDF0FA;
font-size:32px;
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:768px){
.dst-hero_promo_amount-3pi{
font-size:40px;
}
}
.dst-hero_promo_amount-3pi em{
color:#7EB0FF;
font-style:normal;
}
.dst-hero_rating-3pi{
background:#FFFFFF;
gap:0.625rem;
border:1px solid rgba(18, 24, 48, 0.08);
padding:0.625rem 0.875rem;
border-radius:14px;
box-shadow:0 2px 6px rgba(13, 17, 35, 0.07), 0 0.5rem 20px rgba(13, 17, 35, 0.06);
max-width:min(16.25rem,62%);
top:14px;
position:absolute;
align-items:center;
right:14px;
display:flex;
z-index:3;
}
.dst-hero_rating_score-3pi{
flex:0 0 auto;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:700;
font-size:24px;
color:#0D1117;
}
.dst-hero_rating_txt-3pi{
flex:1 1 auto;
min-width:0;
}
.dst-hero_rating_stars-3pi{
gap:2px;
display:flex;
color:#3A6FE8;
}
.dst-hero_rating_stars-3pi svg{
height:0.75rem;
width:0.75rem;
}
.dst-hero_rating_cap-3pi{
color:#4B556B;
line-height:1.35;
margin-top:3px;
font-size:0.688rem;
display:block;
overflow-wrap:break-word;
}
.dst-stat-3pi{
border-bottom:1px solid rgba(18, 24, 48, 0.14);
margin-top:16px;
border-top:1px solid rgba(18, 24, 48, 0.14);
}
.dst-stat_in-3pi{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:768px){
.dst-stat_in-3pi{
grid-template-columns:repeat(4,1fr);
}
}
.dst-stat_item-3pi{
padding:1.375rem 0.875rem;
border-right:1px solid rgba(18, 24, 48, 0.08);
min-width:0;
border-bottom:1px solid rgba(18, 24, 48, 0.08);
}
.dst-stat_item-3pi:nth-child(2n){
border-right:0;
}
.dst-stat_item-3pi:nth-child(n+3){
border-bottom:0;
}
@media(min-width:771px){
.dst-stat_item-3pi{
border-bottom:0;
}
.dst-stat_item-3pi:nth-child(2n){
border-right:1px solid rgba(18, 24, 48, 0.08);
}
.dst-stat_item-3pi:nth-child(4n){
border-right:0;
}
}
.dst-stat_value-3pi{
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1;
color:#0D1117;
font-size:1.875rem;
overflow-wrap:break-word;
}
@media(min-width:767px){
.dst-stat_value-3pi{
font-size:34px;
}
}
.dst-stat_label-3pi{
line-height:1.4;
color:#4B556B;
font-size:0.813rem;
margin-top:0.375rem;
overflow-wrap:break-word;
}
.dst-pr-3pi{
padding:30px 0 6px;
}
.dst-pr_card-3pi{
border:1px solid rgba(18, 24, 48, 0.08);
overflow:hidden;
gap:10px;
padding:1.625rem;
background:#FFFFFF;
flex:0 0 auto;
border-radius:1.25rem;
display:flex;
position:relative;
width:280px;
min-height:12.5rem;
flex-direction:column;
}
@media(min-width:769px){
.dst-pr_card-3pi{
width:300px;
}
}
.dst-pr_card_feat-3pi{
border-color:transparent;
background:linear-gradient(150deg,#131B30,#090D16);
color:#EDF0FA;
}
.dst-pr_glow-3pi{
background:radial-gradient(circle,rgba(82, 130, 255, 0.18),transparent 70%);
border-radius:50%;
height:130px;
width:130px;
top:-1.875rem;
pointer-events:none;
position:absolute;
right:-30px;
opacity:0;
}
.dst-pr_card_feat-3pi .dst-pr_glow-3pi{
opacity:1;
}
.dst-pr_label-3pi{
letter-spacing:.16em;
position:relative;
text-transform:uppercase;
font-size:0.625rem;
color:#3A6FE8;
font-weight:700;
}
.dst-pr_card_feat-3pi .dst-pr_label-3pi{
color:#7EB0FF;
}
.dst-pr_amount-3pi{
color:#0D1117;
overflow-wrap:break-word;
font-weight:600;
font-size:26px;
position:relative;
line-height:1.08;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.dst-pr_card_feat-3pi .dst-pr_amount-3pi{
color:#EDF0FA;
}
.dst-pr_amount-3pi em{
color:#3A6FE8;
font-style:normal;
}
.dst-pr_card_feat-3pi .dst-pr_amount-3pi em{
color:#7EB0FF;
}
.dst-pr_terms-3pi{
line-height:1.5;
position:relative;
color:#4B556B;
font-size:0.813rem;
}
.dst-pr_card_feat-3pi .dst-pr_terms-3pi{
color:#8A97C0;
}
.dst-pr_cta-3pi{
align-self:flex-start;
margin-top:auto;
position:relative;
}
.dst-pr_card_feat-3pi .dst-pr_cta-3pi{
padding:9px 18px;
background:#7EB0FF;
transition:opacity .2s ease;
border-radius:999px;
font-size:13px;
font-weight:700;
color:#0D1117;
}
.dst-pr_card_feat-3pi .dst-pr_cta-3pi:hover{
opacity:.9;
}
.dst-pr_card-3pi:not(.dst-pr_card_feat-3pi) .dst-pr_cta-3pi{
transition:color .2s ease,border-color .2s ease;
color:#0D1117;
padding-bottom:2px;
border-bottom:1px solid #0D1117;
font-weight:700;
font-size:0.813rem;
}
.dst-pr_card-3pi:not(.dst-pr_card_feat-3pi) .dst-pr_cta-3pi:hover{
border-color:#3A6FE8;
color:#3A6FE8;
}
.dst-grow-3pi{
padding:26px 0 0.625rem;
}
.dst-row_seo-3pi{
margin:0.625rem 0 0;
line-height:1.65;
max-width:47.5rem;
overflow-wrap:break-word;
font-size:14px;
color:#6B7590;
}
.dst-row_seo-3pi strong{
color:#0D1117;
font-weight:700;
}
.dst-grow-3pi{
padding:1.625rem 0 0.625rem;
}
.dst-row_seo-3pi{
margin:10px 0 0;
line-height:1.65;
max-width:47.5rem;
color:#6B7590;
font-size:14px;
overflow-wrap:break-word;
}
.dst-row_seo-3pi strong{
color:#0D1117;
font-weight:700;
}
.dst-grow-3pi{
padding:1.625rem 0 0.625rem;
}
.dst-row_seo-3pi{
margin:0.625rem 0 0;
max-width:47.5rem;
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.65;
color:#6B7590;
}
.dst-row_seo-3pi strong{
color:#0D1117;
font-weight:700;
}
.dst-jp-3pi{
padding:1.875rem 0 10px;
}
.dst-jp_grid-3pi{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:769px){
.dst-jp_grid-3pi{
grid-template-columns:1fr 1fr;
}
.dst-jp_card_mega-3pi{
grid-column:1/-1;
}
}
@media(min-width:1000px){
.dst-jp_grid-3pi{
grid-template-columns:1.4fr 1fr 1fr;
}
.dst-jp_card_mega-3pi{
grid-column:auto;
}
}
.dst-jp_card-3pi{
overflow:hidden;
gap:0.75rem;
border-radius:20px;
padding:1.625rem;
border:1px solid rgba(18, 24, 48, 0.08);
background:#FFFFFF;
flex-direction:column;
position:relative;
justify-content:space-between;
min-height:12.5rem;
min-width:0;
display:flex;
}
.dst-jp_card_mega-3pi{
background:linear-gradient(135deg,#131B30,#090D16);
border-color:transparent;
color:#EDF0FA;
min-height:210px;
}
.dst-jp_glow-3pi{
background:radial-gradient(circle,rgba(82, 130, 255, 0.18),transparent 70%);
border-radius:50%;
width:200px;
position:absolute;
pointer-events:none;
height:12.5rem;
right:-40px;
top:-40px;
}
.dst-jp_label-3pi{
gap:10px;
justify-content:space-between;
position:relative;
font-size:10px;
font-weight:700;
letter-spacing:.16em;
text-transform:uppercase;
flex-wrap:wrap;
color:#3A6FE8;
align-items:center;
display:flex;
}
.dst-jp_card_mega-3pi .dst-jp_label-3pi{
color:#7EB0FF;
}
.dst-jp_drop-3pi{
letter-spacing:.04em;
color:#4B556B;
text-transform:none;
font-weight:600;
}
.dst-jp_card_mega-3pi .dst-jp_drop-3pi{
color:#8A97C0;
}
.dst-jp_amount-3pi{
position:relative;
overflow-wrap:break-word;
font-size:38px;
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1;
color:#0D1117;
}
.dst-jp_card_mega-3pi .dst-jp_amount-3pi{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#7EB0FF;
}
@media(min-width:765px){
.dst-jp_card_mega-3pi .dst-jp_amount-3pi{
font-size:54px;
}
}
.dst-jp_game-3pi{
color:#4B556B;
font-size:0.813rem;
position:relative;
}
.dst-jp_card_mega-3pi .dst-jp_game-3pi{
color:#8A97C0;
}
.dst-jp_cta-3pi{
align-self:flex-start;
position:relative;
}
.dst-jp_card_mega-3pi .dst-jp_cta-3pi{
transition:opacity .2s ease;
background:#7EB0FF;
padding:10px 20px;
border-radius:999px;
font-weight:700;
font-size:0.813rem;
color:#0D1117;
}
.dst-jp_card_mega-3pi .dst-jp_cta-3pi:hover{
opacity:.9;
}
.dst-jp_card-3pi:not(.dst-jp_card_mega-3pi) .dst-jp_cta-3pi{
transition:color .2s ease,border-color .2s ease;
padding-bottom:2px;
font-weight:700;
border-bottom:1px solid #0D1117;
color:#0D1117;
font-size:13px;
}
.dst-jp_card-3pi:not(.dst-jp_card_mega-3pi) .dst-jp_cta-3pi:hover{
border-color:#3A6FE8;
color:#3A6FE8;
}
.dst-jp_seo-3pi{
margin:14px 0 0;
line-height:1.65;
max-width:47.5rem;
overflow-wrap:break-word;
font-size:14px;
color:#6B7590;
}
.dst-jp_seo-3pi strong{
color:#0D1117;
font-weight:700;
}
.dst-grow-3pi{
padding:1.625rem 0 0.625rem;
}
.dst-row_seo-3pi{
margin:0.625rem 0 0;
max-width:760px;
color:#6B7590;
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.65;
}
.dst-row_seo-3pi strong{
color:#0D1117;
font-weight:700;
}
.dst-app-3pi{
padding:30px 0 0.625rem;
}
.dst-app_in-3pi{
gap:1.75rem;
border-radius:20px;
background:#FFFFFF;
border:1px solid rgba(18, 24, 48, 0.08);
padding:2rem;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.dst-app_in-3pi{
gap:2.5rem;
padding:2.5rem 44px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.dst-app_copy-3pi{
min-width:0;
max-width:35rem;
}
.dst-app_eyebrow-3pi{
margin-bottom:12px;
}
.dst-app_h2-3pi{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:28px;
color:#0D1117;
line-height:1.05;
overflow-wrap:break-word;
margin-bottom:0.75rem;
}
@media(min-width:771px){
.dst-app_h2-3pi{
font-size:34px;
}
}
.dst-app_text-3pi{
margin-bottom:1.375rem;
line-height:1.6;
color:#6B7590;
font-size:0.875rem;
}
.dst-app_btns-3pi{
gap:12px;
flex-wrap:wrap;
display:flex;
}
.dst-app_btn-3pi{
background:#0D1117;
gap:10px;
padding:11px 20px;
border-radius:0.875rem;
transition:background-color .2s ease;
display:inline-flex;
color:#EDF0FA;
align-items:center;
}
.dst-app_btn-3pi:hover{
background:#1E2840;
}
.dst-app_btn_ic-3pi{
display:inline-flex;
align-items:center;
}
.dst-app_btn_ic-3pi svg{
width:1.125rem;
height:1.125rem;
}
.dst-app_btn_lb-3pi{
font-size:13.5px;
font-weight:700;
}
.dst-app_qr_wrap-3pi{
gap:18px;
flex:0 0 auto;
display:flex;
align-items:center;
}
.dst-app_qr-3pi{
flex:0 0 auto;
border-radius:0.875rem;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 0.313rem,transparent 0.313rem 0.688rem),repeating-linear-gradient(90deg,#FFFFFF 0 0.313rem,transparent 5px 0.688rem);
background-color:#0D1117;
height:6.75rem;
width:6.75rem;
}
.dst-app_qr_cap-3pi{
line-height:1.4;
font-size:12.5px;
max-width:92px;
color:#4B556B;
}
.dst-vip-3pi{
padding:48px 0;
}
@media(min-width:765px){
.dst-vip-3pi{
padding:4rem 0;
}
}
.dst-vip_head-3pi{
gap:14px;
flex-direction:column;
margin-bottom:1.875rem;
display:flex;
}
@media(min-width:879px){
.dst-vip_head-3pi{
gap:24px;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.dst-vip_eyebrow-3pi{
margin-bottom:0.75rem;
}
.dst-vip_h2-3pi{
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:2rem;
color:#EDF0FA;
}
@media(min-width:769px){
.dst-vip_h2-3pi{
font-size:40px;
}
}
.dst-vip_intro-3pi{
line-height:1.6;
font-size:0.875rem;
color:#8A97C0;
max-width:26.25rem;
}
.dst-vip_grid-3pi{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:0.875rem;
display:grid;
}
.dst-vip_card-3pi{
border:1px solid rgba(180, 200, 255, 0.14);
padding:22px 18px;
border-radius:14px;
min-width:0;
}
.dst-vip_card_feat-3pi{
background:rgba(220, 228, 255, 0.08);
border-color:#7EB0FF;
}
.dst-vip_card_ic-3pi{
border-radius:0.5rem;
background:linear-gradient(135deg,#3A6FE8,#6A9FFF);
width:34px;
height:2.125rem;
display:block;
margin-bottom:16px;
}
.dst-vip_name-3pi{
font-weight:600;
color:#EDF0FA;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
margin-bottom:0.375rem;
font-size:1.25rem;
}
.dst-vip_perk-3pi{
color:#8A97C0;
font-size:0.781rem;
line-height:1.5;
overflow-wrap:break-word;
}
.dst-trn-3pi{
padding:30px 0 10px;
}
.dst-trn_in-3pi{
border-radius:1.25rem;
background:#FFFFFF;
overflow:hidden;
border:1px solid rgba(18, 24, 48, 0.08);
grid-template-columns:1fr;
display:grid;
}
@media(min-width:881px){
.dst-trn_in-3pi{
grid-template-columns:1.05fr 1fr;
}
}
.dst-trn_banner-3pi{
padding:2.125rem;
background:linear-gradient(150deg,#131B30,#090D16);
overflow:hidden;
color:#EDF0FA;
position:relative;
}
.dst-trn_glow-3pi{
border-radius:50%;
background:radial-gradient(circle,rgba(82, 130, 255, 0.18),transparent 70%);
pointer-events:none;
height:200px;
right:-40px;
position:absolute;
bottom:-2.5rem;
width:12.5rem;
}
.dst-trn_eyebrow-3pi{
margin-bottom:14px;
position:relative;
}
.dst-trn_h2-3pi{
position:relative;
color:#EDF0FA;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.06;
font-size:1.875rem;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:0.75rem;
}
@media(min-width:768px){
.dst-trn_h2-3pi{
font-size:2.25rem;
}
}
.dst-trn_text-3pi{
max-width:26.25rem;
font-size:0.875rem;
line-height:1.6;
position:relative;
color:#8A97C0;
margin-bottom:22px;
}
.dst-trn_timer-3pi{
gap:0.5rem;
flex-wrap:wrap;
align-items:center;
position:relative;
display:flex;
margin-bottom:1.5rem;
}
.dst-trn_timer_cap-3pi{
font-size:11px;
color:#8A97C0;
}
.dst-trn_timer_box-3pi{
border-radius:8px;
background:rgba(220, 228, 255, 0.08);
padding:4px 0.75rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.5rem;
color:#EDF0FA;
font-weight:700;
}
.dst-trn_cta-3pi{
background:#7EB0FF;
border-radius:62.438rem;
transition:opacity .2s ease;
padding:0.813rem 1.625rem;
display:inline-block;
position:relative;
color:#0D1117;
font-size:14px;
font-weight:700;
}
.dst-trn_cta-3pi:hover{
opacity:.9;
}
.dst-trn_lb-3pi{
padding:26px 1.75rem;
}
.dst-trn_lb_head-3pi{
gap:0.625rem;
margin-bottom:0.75rem;
align-items:center;
justify-content:space-between;
display:flex;
}
.dst-trn_lb_title-3pi{
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#0D1117;
font-size:1.25rem;
}
.dst-trn_lb_upd-3pi{
font-size:11px;
letter-spacing:.08em;
color:#4B556B;
text-transform:uppercase;
}
.dst-trn_lb_row-3pi{
border-radius:8px;
gap:14px;
padding:0.688rem 12px;
align-items:center;
display:flex;
}
.dst-trn_lb_row-3pi:nth-child(2){
background:rgba(58, 111, 232, 0.10);
}
.dst-trn_lb_rank-3pi{
flex:0 0 auto;
color:#3A6FE8;
width:22px;
font-size:16px;
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.dst-trn_lb_av-3pi{
background:linear-gradient(135deg,#3A6FE8,#6A9FFF);
border-radius:50%;
flex:0 0 auto;
width:30px;
height:30px;
}
.dst-trn_lb_name-3pi{
overflow:hidden;
flex:1 1 auto;
color:#0D1117;
font-weight:600;
white-space:nowrap;
min-width:0;
text-overflow:ellipsis;
font-size:14px;
}
.dst-trn_lb_amount-3pi{
flex:0 0 auto;
font-size:13px;
font-weight:700;
color:#0D1117;
}
.dst-sea-3pi{
padding:24px 0 0.625rem;
}
.dst-sea_in-3pi{
overflow:hidden;
gap:1.375rem;
background:linear-gradient(115deg,#131B30,#090D16);
padding:36px;
border-radius:1.25rem;
flex-direction:column;
position:relative;
display:flex;
color:#EDF0FA;
}
@media(min-width:822px){
.dst-sea_in-3pi{
gap:32px;
padding:44px 3rem;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.dst-sea_glow-3pi{
border-radius:50%;
background:radial-gradient(circle,rgba(82, 130, 255, 0.18),transparent 68%);
height:240px;
position:absolute;
width:15rem;
right:3.75rem;
top:50%;
pointer-events:none;
transform:translateY(-50%);
}
.dst-sea_copy-3pi{
max-width:560px;
min-width:0;
position:relative;
}
.dst-sea_eyebrow-3pi{
margin-bottom:12px;
}
.dst-sea_h2-3pi{
line-height:1.04;
color:#EDF0FA;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:12px;
font-size:30px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:768px){
.dst-sea_h2-3pi{
font-size:38px;
}
}
.dst-sea_text-3pi{
font-size:15px;
line-height:1.6;
color:#8A97C0;
}
.dst-sea_cta-3pi{
transition:opacity .2s ease;
padding:16px 2rem;
border-radius:999px;
background:#7EB0FF;
flex:0 0 auto;
font-size:0.938rem;
position:relative;
font-weight:700;
color:#0D1117;
}
.dst-sea_cta-3pi:hover{
opacity:.9;
}
.dst-wy-3pi{
padding:3rem 0;
}
@media(min-width:767px){
.dst-wy-3pi{
padding:56px 0;
}
}
.dst-wy_in-3pi{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:899px){
.dst-wy_in-3pi{
gap:3rem;
grid-template-columns:.8fr 1.2fr;
}
}
.dst-wy_left-3pi{
min-width:0;
}
.dst-wy_eyebrow-3pi{
margin-bottom:14px;
}
.dst-wy_h2-3pi{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:1rem;
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
color:#0D1117;
font-size:32px;
}
@media(min-width:769px){
.dst-wy_h2-3pi{
font-size:2.5rem;
}
}
.dst-wy_intro-3pi{
line-height:1.6;
font-size:0.938rem;
color:#6B7590;
}
.dst-wy_grid-3pi{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:557px){
.dst-wy_grid-3pi{
grid-template-columns:1fr 1fr;
}
}
.dst-wy_card-3pi{
border-radius:0.875rem;
background:#FFFFFF;
border:1px solid rgba(18, 24, 48, 0.08);
padding:1.625rem;
min-width:0;
}
.dst-wy_card_ic-3pi{
color:#3A6FE8;
justify-content:center;
margin-bottom:1rem;
align-items:center;
display:inline-flex;
}
.dst-wy_card_ic-3pi svg{
width:1.625rem;
height:26px;
}
.dst-wy_card_h-3pi{
line-height:1.15;
overflow-wrap:break-word;
margin-bottom:8px;
font-weight:600;
color:#0D1117;
font-size:1.313rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.dst-wy_card_p-3pi{
line-height:1.55;
overflow-wrap:break-word;
font-size:14px;
color:#6B7590;
}
.dst-rv-3pi{
padding:48px 0;
background:#FFFFFF;
margin-top:24px;
border-top:1px solid rgba(18, 24, 48, 0.08);
border-bottom:1px solid rgba(18, 24, 48, 0.08);
}
@media(min-width:769px){
.dst-rv-3pi{
padding:56px 0;
}
}
.dst-rv_head-3pi{
gap:16px;
flex-direction:column;
margin-bottom:30px;
display:flex;
}
@media(min-width:767px){
.dst-rv_head-3pi{
gap:20px;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.dst-rv_eyebrow-3pi{
margin-bottom:10px;
}
.dst-rv_h2-3pi{
font-size:1.875rem;
font-weight:600;
color:#0D1117;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:769px){
.dst-rv_h2-3pi{
font-size:38px;
}
}
.dst-rv_agg-3pi{
gap:0.75rem;
align-items:center;
display:flex;
}
.dst-rv_agg_stars-3pi{
gap:3px;
color:#3A6FE8;
display:flex;
}
.dst-rv_agg_stars-3pi svg{
height:18px;
width:18px;
}
.dst-rv_source-3pi{
font-size:0.813rem;
color:#6B7590;
}
.dst-rv_grid-3pi{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:763px){
.dst-rv_grid-3pi{
grid-template-columns:repeat(3,1fr);
}
}
.dst-rv_card-3pi{
border:1px solid rgba(18, 24, 48, 0.08);
padding:26px;
background:#F2F4F7;
border-radius:0.875rem;
min-width:0;
}
.dst-rv_card_stars-3pi{
gap:2px;
margin-bottom:0.75rem;
color:#3A6FE8;
display:flex;
}
.dst-rv_card_stars-3pi svg{
width:0.875rem;
height:0.875rem;
}
.dst-rv_card_body-3pi{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.45;
overflow-wrap:break-word;
color:#0D1117;
margin-bottom:16px;
font-weight:500;
font-size:1.125rem;
}
.dst-rv_card_meta-3pi{
gap:0.625rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.dst-rv_card_av-3pi{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#3A6FE8,#6A9FFF);
width:32px;
height:2rem;
}
.dst-rv_card_author-3pi{
color:#0D1117;
font-weight:700;
font-size:0.813rem;
}
.dst-rv_card_loc-3pi{
font-size:12px;
color:#4B556B;
}
.dst-rc-3pi{
padding:48px 0 10px;
}
.dst-rc_in-3pi{
gap:2rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:757px){
.dst-rc_in-3pi{
grid-template-columns:repeat(3,1fr);
gap:40px;
}
}
.dst-rc_col-3pi{
min-width:0;
}
.dst-rc_label-3pi{
font-size:0.688rem;
text-transform:uppercase;
font-weight:600;
color:#3A6FE8;
margin-bottom:1rem;
letter-spacing:.2em;
}
.dst-rc_awards-3pi{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.dst-rc_award-3pi{
gap:0.75rem;
display:flex;
align-items:center;
min-width:0;
}
.dst-rc_award_ic-3pi{
flex:0 0 auto;
align-items:center;
display:inline-flex;
color:#6A9FFF;
}
.dst-rc_award_ic-3pi svg{
height:1.125rem;
width:1.125rem;
}
.dst-rc_award_t-3pi{
color:#0D1117;
overflow-wrap:break-word;
font-size:14px;
font-weight:700;
}
.dst-rc_award_s-3pi{
overflow-wrap:break-word;
font-size:12px;
color:#4B556B;
}
.dst-rc_press-3pi{
grid-template-columns:1fr 1fr;
gap:10px;
display:grid;
}
.dst-rc_press_logo-3pi{
border:1px solid rgba(18, 24, 48, 0.08);
overflow:hidden;
padding:0 8px;
border-radius:8px;
text-align:center;
white-space:nowrap;
color:#6B7590;
font-size:0.875rem;
align-items:center;
height:3.25rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
justify-content:center;
font-weight:700;
display:flex;
text-overflow:ellipsis;
}
.dst-rc_partner-3pi{
background:#FFFFFF;
border:1px solid rgba(18, 24, 48, 0.08);
border-radius:14px;
padding:1.375rem;
}
.dst-rc_partner_name-3pi{
overflow-wrap:break-word;
color:#0D1117;
font-weight:600;
margin-bottom:6px;
font-size:20px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.dst-rc_partner_text-3pi{
line-height:1.55;
color:#6B7590;
overflow-wrap:break-word;
font-size:0.813rem;
}
.dst-ts-3pi{
padding:44px 0;
}
.dst-ts_in-3pi{
grid-template-columns:1fr;
gap:32px;
align-items:center;
display:grid;
}
@media(min-width:882px){
.dst-ts_in-3pi{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.dst-ts_left-3pi{
min-width:0;
}
.dst-ts_h2-3pi{
line-height:1.1;
overflow-wrap:break-word;
margin-bottom:12px;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#EDF0FA;
font-size:1.625rem;
}
@media(min-width:770px){
.dst-ts_h2-3pi{
font-size:1.75rem;
}
}
.dst-ts_text-3pi{
max-width:32.5rem;
margin-bottom:22px;
color:#8A97C0;
font-size:14.5px;
line-height:1.6;
}
.dst-ts_badges-3pi{
gap:18px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.dst-ts_badge-3pi{
color:#8A97C0;
font-size:0.813rem;
font-weight:600;
}
.dst-ts_pay-3pi{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
@media(min-width:881px){
.dst-ts_pay-3pi{
justify-content:flex-end;
}
}
.dst-ts_pay_chip-3pi{
padding:12px 16px;
border-radius:14px;
border:1px solid rgba(180, 200, 255, 0.14);
background:rgba(220, 228, 255, 0.08);
font-weight:700;
font-size:14px;
color:#EDF0FA;
}
.dst-prov-3pi{
padding:40px 0 1.25rem;
}
.dst-prov_eyebrow-3pi{
margin-bottom:1.125rem;
display:block;
}
.dst-prov_grid-3pi{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:561px){
.dst-prov_grid-3pi{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:902px){
.dst-prov_grid-3pi{
grid-template-columns:repeat(6,1fr);
}
}
.dst-hts-3pi{
padding:48px 0;
}
@media(min-width:768px){
.dst-hts-3pi{
padding:62px 0;
}
}
.dst-hts_head-3pi{
gap:18px;
display:flex;
flex-direction:column;
margin-bottom:2.125rem;
}
@media(min-width:771px){
.dst-hts_head-3pi{
gap:24px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.dst-hts_eyebrow-3pi{
margin-bottom:12px;
}
.dst-hts_h2-3pi{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:1.875rem;
font-weight:600;
line-height:1.05;
color:#EDF0FA;
}
@media(min-width:765px){
.dst-hts_h2-3pi{
font-size:2.375rem;
}
}
.dst-hts_cta-3pi{
background:#7EB0FF;
padding:0.938rem 1.875rem;
flex:0 0 auto;
transition:opacity .2s ease;
border-radius:999px;
font-size:15px;
color:#0D1117;
font-weight:700;
}
.dst-hts_cta-3pi:hover{
opacity:.9;
}
.dst-hts_grid-3pi{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:761px){
.dst-hts_grid-3pi{
grid-template-columns:repeat(3,1fr);
}
}
.dst-hts_step-3pi{
border-top:1px solid rgba(180, 200, 255, 0.14);
padding-top:22px;
min-width:0;
}
.dst-hts_step_num-3pi{
font-size:44px;
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#7EB0FF;
margin-bottom:0.875rem;
line-height:1;
}
.dst-hts_step_h-3pi{
margin-bottom:8px;
font-size:19px;
color:#EDF0FA;
font-weight:700;
overflow-wrap:break-word;
line-height:1.2;
}
.dst-hts_step_p-3pi{
overflow-wrap:break-word;
line-height:1.55;
color:#8A97C0;
font-size:14px;
}
.dst-tt-3pi{
padding:3rem 0 10px;
}
@media(min-width:765px){
.dst-tt-3pi{
padding:3.75rem 0 10px;
}
}
.dst-tt_head-3pi{
text-align:center;
margin-bottom:34px;
}
.dst-tt_eyebrow-3pi{
margin-bottom:0.75rem;
}
.dst-tt_h2-3pi{
font-weight:600;
overflow-wrap:break-word;
color:#0D1117;
font-size:2rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
}
@media(min-width:765px){
.dst-tt_h2-3pi{
font-size:42px;
}
}
.dst-tt_grid-3pi{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.dst-tt_grid-3pi{
grid-template-columns:repeat(3,1fr);
}
}
.dst-tt_card-3pi{
background:#FFFFFF;
padding:30px;
border:1px solid rgba(18, 24, 48, 0.08);
border-radius:0.875rem;
display:flex;
flex-direction:column;
min-width:0;
}
.dst-tt_card_ic-3pi{
align-items:center;
margin-bottom:1.125rem;
color:#3A6FE8;
display:inline-flex;
}
.dst-tt_card_ic-3pi svg{
height:28px;
width:28px;
}
.dst-tt_card_h-3pi{
overflow-wrap:break-word;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:22px;
color:#0D1117;
line-height:1.15;
margin-bottom:8px;
}
.dst-tt_card_p-3pi{
color:#6B7590;
overflow-wrap:break-word;
font-size:0.875rem;
margin-bottom:0.875rem;
line-height:1.6;
}
.dst-tt_card_p-3pi b{
font-weight:700;
color:#0D1117;
}
.dst-tt_card_link-3pi{
transition:color .2s ease;
align-self:flex-start;
color:#0D1117;
margin-top:auto;
font-size:13px;
padding-bottom:2px;
font-weight:700;
border-bottom:1px solid #3A6FE8;
}
.dst-tt_card_link-3pi:hover{
color:#3A6FE8;
}
.dst-sc-3pi{
padding:48px 0 0.625rem;
}
.dst-sc_head-3pi{
text-align:center;
margin-bottom:1.75rem;
}
.dst-sc_eyebrow-3pi{
margin-bottom:0.75rem;
}
.dst-sc_h2-3pi{
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:30px;
overflow-wrap:break-word;
color:#0D1117;
line-height:1.05;
}
@media(min-width:771px){
.dst-sc_h2-3pi{
font-size:36px;
}
}
.dst-sc_table-3pi{
margin:0 auto;
border-radius:14px;
overflow:hidden;
border:1px solid rgba(18, 24, 48, 0.08);
max-width:900px;
}
.dst-sc_thead-3pi{
background:#1A1E2A;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.dst-sc_th-3pi{
padding:15px 18px;
overflow-wrap:break-word;
font-weight:700;
color:#8A97C0;
font-size:13px;
text-align:center;
}
.dst-sc_th-3pi:first-child{
text-align:left;
}
.dst-sc_th_us-3pi{
color:#7EB0FF;
}
.dst-sc_row-3pi{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(18, 24, 48, 0.08);
}
.dst-sc_row-3pi:nth-child(even){
background:#FFFFFF;
}
.dst-sc_td-3pi{
padding:15px 1.125rem;
text-align:center;
font-size:14px;
color:#4B556B;
overflow-wrap:break-word;
min-width:0;
}
.dst-sc_td-3pi:first-child{
color:#232A38;
font-weight:600;
text-align:left;
}
.dst-sc_td_us-3pi{
color:#1FAD72;
font-weight:700;
}
.dst-gd-3pi{
padding:3rem 0 0.625rem;
}
.dst-gd_head-3pi{
gap:0.875rem;
flex-direction:column;
margin-bottom:24px;
display:flex;
}
@media(min-width:679px){
.dst-gd_head-3pi{
gap:20px;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.dst-gd_eyebrow-3pi{
margin-bottom:10px;
}
.dst-gd_h2-3pi{
font-weight:600;
color:#0D1117;
font-size:28px;
line-height:1.05;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:771px){
.dst-gd_h2-3pi{
font-size:2.125rem;
}
}
.dst-gd_more-3pi{
flex:0 0 auto;
transition:color .2s ease,border-color .2s ease;
padding-bottom:2px;
color:#0D1117;
border-bottom:1px solid #0D1117;
font-size:13.5px;
font-weight:600;
}
.dst-gd_more-3pi:hover{
border-color:#3A6FE8;
color:#3A6FE8;
}
.dst-gd_grid-3pi{
gap:20px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:717px){
.dst-gd_grid-3pi{
grid-template-columns:repeat(3,1fr);
}
}
.dst-gd_card-3pi{
overflow:hidden;
border:1px solid rgba(18, 24, 48, 0.08);
background:#FFFFFF;
border-radius:14px;
min-width:0;
display:block;
}
.dst-gd_card_img-3pi{
background:linear-gradient(140deg,#131B30,#3A6FE8);
height:9.375rem;
}
.dst-gd_card_body-3pi{
padding:22px;
}
.dst-gd_card_cat-3pi{
text-transform:uppercase;
font-weight:600;
color:#3A6FE8;
letter-spacing:.1em;
font-size:10px;
}
.dst-gd_card_h-3pi{
margin:8px 0 10px;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#0D1117;
overflow-wrap:break-word;
font-size:19px;
line-height:1.2;
}
.dst-gd_card_meta-3pi{
font-size:12px;
overflow-wrap:break-word;
color:#4B556B;
}
.dst-faq-3pi{
padding:48px 0;
background:#FFFFFF;
margin-top:24px;
border-top:1px solid rgba(18, 24, 48, 0.08);
border-bottom:1px solid rgba(18, 24, 48, 0.08);
}
@media(min-width:769px){
.dst-faq-3pi{
padding:62px 0;
}
}
.dst-faq_head-3pi{
margin-bottom:34px;
text-align:center;
}
.dst-faq_eyebrow-3pi{
margin-bottom:0.75rem;
}
.dst-faq_h2-3pi{
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#0D1117;
line-height:1.05;
font-size:32px;
overflow-wrap:break-word;
}
@media(min-width:771px){
.dst-faq_h2-3pi{
font-size:2.375rem;
}
}
.dst-faq_list-3pi{
margin:0 auto;
gap:0.75rem;
display:flex;
max-width:820px;
flex-direction:column;
}
.dst-faq_item-3pi{
border:1px solid rgba(18, 24, 48, 0.08);
border-radius:14px;
overflow:hidden;
background:#F2F4F7;
}
.dst-faq_q-3pi{
list-style:none;
gap:1.25rem;
padding:20px 24px;
justify-content:space-between;
align-items:center;
display:flex;
color:#0D1117;
overflow-wrap:break-word;
cursor:pointer;
font-size:1rem;
font-weight:700;
}
.dst-faq_q-3pi::-webkit-details-marker{
display:none;
}
.dst-faq_q_ic-3pi{
transition:transform .2s ease;
flex:0 0 auto;
align-items:center;
color:#3A6FE8;
display:inline-flex;
}
.dst-faq_q_ic-3pi svg{
width:18px;
height:1.125rem;
}
.dst-faq_item-3pi[open] .dst-faq_q_ic-3pi{
transform:rotate(180deg);
}
.dst-faq_a-3pi{
padding:0 24px 1.25rem;
line-height:1.6;
font-size:14.5px;
overflow-wrap:break-word;
color:#6B7590;
}
.dst-sb-3pi{
background:#FFFFFF;
padding:3rem 0;
border-bottom:1px solid rgba(18, 24, 48, 0.08);
border-top:1px solid rgba(18, 24, 48, 0.08);
margin-top:1.5rem;
}
@media(min-width:769px){
.dst-sb-3pi{
padding:3.5rem 0;
}
}
.dst-sb_eyebrow-3pi{
margin-bottom:0.75rem;
display:block;
}
.dst-sb_h2-3pi{
font-size:30px;
color:#0D1117;
overflow-wrap:break-word;
line-height:1.05;
font-weight:600;
margin-bottom:1.625rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.dst-sb_h2-3pi{
font-size:36px;
}
}
.dst-sb_grid-3pi{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:561px){
.dst-sb_grid-3pi{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:963px){
.dst-sb_grid-3pi{
grid-template-columns:repeat(4,1fr);
}
}
.dst-sb_card-3pi{
border-radius:14px;
background:#F2F4F7;
padding:24px;
border:1px solid rgba(18, 24, 48, 0.08);
min-width:0;
}
.dst-sb_card_h-3pi{
color:#0D1117;
line-height:1.15;
margin-bottom:0.5rem;
overflow-wrap:break-word;
font-weight:600;
font-size:1.188rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.dst-sb_card_p-3pi{
font-size:0.844rem;
overflow-wrap:break-word;
line-height:1.6;
color:#6B7590;
}
.dst-sb_rtp-3pi{
border-radius:0.875rem;
grid-template-columns:1fr;
padding:1.625rem 1.75rem;
gap:1.5rem;
border:1px solid rgba(18, 24, 48, 0.08);
background:#F2F4F7;
align-items:center;
margin-top:1.125rem;
display:grid;
}
@media(min-width:758px){
.dst-sb_rtp-3pi{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.dst-sb_rtp_h-3pi{
font-size:1.25rem;
margin-bottom:0.5rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
color:#0D1117;
overflow-wrap:break-word;
font-weight:600;
}
.dst-sb_rtp_p-3pi{
line-height:1.6;
color:#6B7590;
font-size:13.5px;
overflow-wrap:break-word;
}
.dst-sb_rtp_stats-3pi{
gap:1rem;
display:flex;
}
.dst-sb_stat-3pi{
flex:1 1 0;
background:#FFFFFF;
padding:1.125rem;
border-radius:8px;
min-width:0;
text-align:center;
}
.dst-sb_stat_v-3pi{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#1FAD72;
font-size:1.625rem;
font-weight:700;
}
.dst-sb_stat_l-3pi{
margin-top:4px;
color:#4B556B;
font-size:11.5px;
}
.dst-lh-3pi{
padding:2.5rem 0 1.25rem;
}
.dst-lh_in-3pi{
border-top:1px solid rgba(18, 24, 48, 0.14);
padding-top:34px;
}
.dst-lh_eyebrow-3pi{
margin-bottom:1.375rem;
display:block;
}
.dst-lh_grid-3pi{
grid-template-columns:1fr 1fr;
gap:28px;
display:grid;
}
@media(min-width:602px){
.dst-lh_grid-3pi{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:957px){
.dst-lh_grid-3pi{
grid-template-columns:repeat(5,1fr);
}
}
.dst-lh_col-3pi{
min-width:0;
}
.dst-lh_col_h-3pi{
font-size:13px;
overflow-wrap:break-word;
margin-bottom:12px;
font-weight:700;
color:#0D1117;
}
.dst-lh_links-3pi{
gap:8px;
display:flex;
flex-direction:column;
}
.dst-lh_link-3pi{
transition:color .2s ease;
font-size:13px;
color:#6B7590;
overflow-wrap:break-word;
}
.dst-lh_link-3pi:hover{
color:#3A6FE8;
}
.dst-sg-3pi{
padding:3rem 0 10px;
}
.dst-sg_eyebrow-3pi{
display:block;
margin-bottom:12px;
}
.dst-sg_h2-3pi{
margin-bottom:28px;
overflow-wrap:break-word;
font-weight:600;
font-size:30px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#0D1117;
line-height:1.05;
}
@media(min-width:767px){
.dst-sg_h2-3pi{
font-size:2.25rem;
}
}
.dst-sg_grid-3pi{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:720px){
.dst-sg_grid-3pi{
grid-template-columns:repeat(3,1fr);
}
}
.dst-sg_col-3pi{
min-width:0;
}
.dst-sg_col_h-3pi{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#0D1117;
font-size:22px;
overflow-wrap:break-word;
margin-bottom:10px;
font-weight:600;
line-height:1.15;
}
.dst-sg_col_p-3pi{
color:#6B7590;
font-size:0.875rem;
line-height:1.65;
overflow-wrap:break-word;
}
.dst-el-3pi{
padding:48px 0;
}
@media(min-width:771px){
.dst-el-3pi{
padding:56px 0;
}
}
.dst-el_in-3pi{
grid-template-columns:1fr;
gap:40px;
align-items:start;
display:grid;
}
@media(min-width:897px){
.dst-el_in-3pi{
grid-template-columns:1fr 1fr;
gap:56px;
}
}
.dst-el_left-3pi{
min-width:0;
}
.dst-el_eyebrow-3pi{
margin-bottom:14px;
}
.dst-el_h2-3pi{
font-size:2rem;
margin-bottom:22px;
font-weight:600;
color:#0D1117;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.08;
overflow-wrap:break-word;
}
@media(min-width:767px){
.dst-el_h2-3pi{
font-size:38px;
}
}
.dst-el_body-3pi p{
line-height:1.7;
margin-bottom:1.125rem;
overflow-wrap:break-word;
font-size:16px;
color:#232A38;
}
.dst-el_dropcap-3pi{
padding:0.375rem 12px 0 0;
float:left;
color:#3A6FE8;
line-height:.8;
font-size:62px;
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.dst-el_right-3pi{
min-width:0;
}
.dst-el_quote-3pi{
background:linear-gradient(150deg,#131B30,#090D16);
padding:36px;
border-radius:1.25rem;
position:relative;
margin-bottom:1.5rem;
color:#EDF0FA;
}
.dst-el_quote_mark-3pi{
align-items:center;
color:#7EB0FF;
display:inline-flex;
margin-bottom:6px;
}
.dst-el_quote_mark-3pi svg{
width:34px;
height:2.125rem;
}
.dst-el_quote_text-3pi{
margin-bottom:22px;
line-height:1.4;
overflow-wrap:break-word;
font-weight:500;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#EDF0FA;
font-size:1.375rem;
}
.dst-el_quote_meta-3pi{
gap:12px;
align-items:center;
display:flex;
}
.dst-el_quote_av-3pi{
background:linear-gradient(135deg,#3A6FE8,#6A9FFF);
flex:0 0 auto;
border-radius:50%;
width:2.375rem;
height:2.375rem;
}
.dst-el_quote_author-3pi{
color:#EDF0FA;
font-size:0.875rem;
font-weight:700;
}
.dst-el_quote_meta_sub-3pi{
font-size:12px;
color:#8A97C0;
}
.dst-el_explain-3pi{
overflow:hidden;
border-radius:14px;
border:1px solid rgba(18, 24, 48, 0.08);
}
.dst-el_explain_card-3pi{
padding:22px 24px;
}
.dst-el_explain_card-3pi+.dst-el_explain_card-3pi{
border-top:1px solid rgba(18, 24, 48, 0.08);
}
.dst-el_explain_h-3pi{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
line-height:1.15;
margin-bottom:8px;
color:#0D1117;
font-size:1.25rem;
}
.dst-el_explain_p-3pi{
font-size:0.875rem;
color:#6B7590;
overflow-wrap:break-word;
line-height:1.55;
}
.dst-ft-3pi{
background:#1A1E2A;
margin-top:2.5rem;
color:#8A97C0;
}
.dst-ft_in-3pi{
padding:48px 0 28px;
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:602px){
.dst-ft_in-3pi{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:903px){
.dst-ft_in-3pi{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.dst-ft_brand-3pi{
min-width:0;
}
.dst-ft_logo-3pi{
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.625rem;
color:#EDF0FA;
overflow-wrap:break-word;
}
.dst-ft_tagline-3pi{
max-width:17.5rem;
margin-top:14px;
line-height:1.6;
color:#8A97C0;
font-size:13.5px;
}
.dst-ft_contact-3pi{
transition:color .2s ease;
max-width:280px;
color:#7EB0FF;
overflow-wrap:anywhere;
display:inline-block;
font-size:13px;
margin-top:12px;
}
.dst-ft_contact-3pi:hover{
color:#EDF0FA;
}
.dst-ft_col-3pi{
min-width:0;
}
.dst-ft_col_h-3pi{
letter-spacing:.08em;
overflow-wrap:break-word;
color:#EDF0FA;
margin-bottom:14px;
text-transform:uppercase;
font-size:13px;
font-weight:700;
}
.dst-ft_col_links-3pi{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.dst-ft_link-3pi{
transition:color .2s ease;
font-size:13.5px;
color:#8A97C0;
overflow-wrap:break-word;
}
.dst-ft_link-3pi:hover{
color:#EDF0FA;
}
.dst-ft_bot-3pi{
gap:1rem;
padding:22px 0 40px;
display:flex;
flex-direction:column;
border-top:1px solid rgba(180, 200, 255, 0.14);
}
@media(min-width:770px){
.dst-ft_bot-3pi{
gap:1.25rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.dst-ft_legal-3pi{
max-width:47.5rem;
color:#9AA3B8;
overflow-wrap:break-word;
line-height:1.6;
font-size:0.719rem;
}
.dst-ft_legal-3pi b{
font-weight:700;
color:#8A97C0;
}
.dst-ft_age-3pi{
flex:0 0 auto;
border-radius:8px;
padding:0.25rem 9px;
border:1.5px solid #7EB0FF;
font-size:13px;
font-weight:700;
color:#7EB0FF;
}