*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0e1118;
font-family:"Onest", 'Helvetica Neue', Arial, sans-serif;
-webkit-font-smoothing:antialiased;
overflow-wrap:break-word;
text-rendering:optimizeLegibility;
line-height:1.6;
font-size:15px;
color:#c8d3e8;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
width:8px;
height:8px;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.qrc_layout-cr3{
flex-direction:column;
display:flex;
min-height:100vh;
}
.qrc_main-cr3{
flex:1 1 auto;
width:100%;
min-width:0;
}
.qrc_container-cr3{
margin:0 auto;
padding:0 1rem;
width:100%;
max-width:87.5rem;
}
@media(min-width:766px){
.qrc_container-cr3{
padding:0 2rem;
}
}
@media(min-width:1098px){
.qrc_container-cr3{
padding:0 3.5rem;
}
}
.qrc_eyebrow-cr3{
font-weight:600;
font-family:"Onest", 'Helvetica Neue', Arial, sans-serif;
letter-spacing:.2em;
font-size:11px;
display:inline-block;
color:#4a9fd4;
line-height:1.4;
overflow-wrap:break-word;
text-transform:uppercase;
}
.qrc_band-cr3{
background:#111827;
color:#eef2f9;
}
.qrc_band-cr3 .qrc_eyebrow-cr3{
color:#63b3ed;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.qrc_tb-cr3{
background:#0e1118;
position:sticky;
top:0;
border-bottom:1px solid rgba(226,240,255,0.13);
z-index:50;
}
.qrc_tb_in-cr3{
padding:12px 1rem;
gap:16px;
margin:0 auto;
width:100%;
display:flex;
align-items:center;
justify-content:space-between;
max-width:1400px;
}
@media(min-width:767px){
.qrc_tb_in-cr3{
padding:1rem 32px;
}
}
@media(min-width:1101px){
.qrc_tb_in-cr3{
padding:1.125rem 56px;
}
}
.qrc_tb_left-cr3{
gap:28px;
display:flex;
min-width:0;
align-items:center;
}
.qrc_tb_logo-cr3{
gap:11px;
min-width:0;
align-items:center;
display:flex;
}
.qrc_tb_logo_mark-cr3{
flex:0 0 auto;
border-radius:0.5rem;
object-fit:cover;
width:34px;
height:34px;
}
.qrc_tb_logo_txt-cr3{
line-height:1;
min-width:0;
flex-direction:column;
display:flex;
}
.qrc_tb_logo_name-cr3{
overflow:hidden;
color:#eef2f9;
font-size:1.375rem;
letter-spacing:.02em;
font-weight:700;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
text-overflow:ellipsis;
white-space:nowrap;
}
.qrc_tb_logo_sub-cr3{
overflow:hidden;
text-overflow:ellipsis;
color:#4a9fd4;
margin-top:0.25rem;
font-size:8.5px;
font-weight:600;
text-transform:uppercase;
white-space:nowrap;
letter-spacing:.32em;
}
.qrc_tb_nav-cr3{
display:none;
}
@media(min-width:962px){
.qrc_tb_nav-cr3{
gap:28px;
display:flex;
align-items:center;
}
}
.qrc_tb_nav_item-cr3{
transition:color .22s ease,border-color .22s ease;
white-space:nowrap;
font-size:14px;
color:#c8d3e8;
border-bottom:2px solid transparent;
padding-bottom:3px;
font-weight:600;
}
.qrc_tb_nav_item-cr3:hover{
color:#eef2f9;
}
.qrc_tb_nav_item-cr3.qrc_state_active-cr3{
border-color:#4a9fd4;
color:#eef2f9;
}
.qrc_tb_right-cr3{
gap:0.875rem;
flex:0 0 auto;
display:flex;
align-items:center;
}
.qrc_tb_search-cr3{
transition:color .22s ease;
align-items:center;
display:flex;
color:#c8d3e8;
justify-content:center;
}
.qrc_tb_search-cr3:hover{
color:#4a9fd4;
}
.qrc_tb_search-cr3 svg{
height:18px;
width:18px;
}
.qrc_tb_lang-cr3{
font-size:11px;
letter-spacing:.1em;
text-transform:uppercase;
color:#8fa0bc;
font-weight:600;
}
.qrc_tb_lang-cr3:hover{
color:#eef2f9;
}
.qrc_tb_login-cr3{
color:#eef2f9;
font-size:14px;
display:none;
font-weight:600;
}
@media(min-width:765px){
.qrc_tb_login-cr3{
display:inline-block;
}
}
.qrc_tb_register-cr3{
background:#4a9fd4;
padding:11px 22px;
border-radius:62.438rem;
transition:background-color .22s ease;
font-size:14px;
font-weight:700;
color:#080c14;
white-space:nowrap;
}
.qrc_tb_register-cr3:hover{
background:#63b3ed;
}
.qrc_mob-cr3{
background:#0e1118;
left:0;
z-index:60;
border-top:1px solid rgba(226,240,255,0.13);
bottom:0;
position:fixed;
right:0;
padding-bottom:env(safe-area-inset-bottom);
}
@media(min-width:961px){
.qrc_mob-cr3{
display:none;
}
}
.qrc_mob_in-cr3{
margin:0 auto;
justify-content:space-around;
align-items:stretch;
display:flex;
max-width:560px;
}
.qrc_mob_item-cr3{
flex:1 1 0;
padding:9px 0.25rem;
gap:3px;
transition:color .22s ease;
color:#8fa0bc;
align-items:center;
flex-direction:column;
min-width:0;
display:flex;
}
.qrc_mob_item-cr3.qrc_state_active-cr3{
color:#4a9fd4;
}
.qrc_mob_ic-cr3{
display:flex;
justify-content:center;
align-items:center;
}
.qrc_mob_ic-cr3 svg{
height:1.25rem;
width:20px;
}
.qrc_mob_lb-cr3{
overflow:hidden;
font-weight:600;
font-size:10px;
text-overflow:ellipsis;
white-space:nowrap;
max-width:100%;
}
@media(max-width:960px){
body{
padding-bottom:3.75rem;
}
}
.qrc_rail-cr3{
min-width:0;
position:relative;
}
.qrc_rail_scroll-cr3{
gap:14px;
padding-bottom:14px;
display:flex;
scrollbar-width:thin;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
}
@media(min-width:769px){
.qrc_rail_scroll-cr3{
gap:18px;
}
}
.qrc_gc-cr3{
flex:0 0 auto;
display:block;
width:9.375rem;
}
@media(min-width:766px){
.qrc_gc-cr3{
width:188px;
}
}
.qrc_gc_img-cr3{
border-radius:0.875rem;
overflow:hidden;
background:#161b26;
position:relative;
padding-bottom:133.33%;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 0.5rem 1.5rem rgba(0,0,0,0.32);
}
.qrc_gc_img-cr3 img{
inset:0;
height:100%;
width:100%;
position:absolute;
object-fit:cover;
}
.qrc_gc_cover-cr3{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
pointer-events:none;
position:absolute;
}
.qrc_gc_hover-cr3{
inset:0;
background:rgba(0,0,0,0.52);
transition:opacity .22s ease;
position:absolute;
justify-content:center;
display:flex;
align-items:center;
opacity:0;
}
.qrc_gc-cr3:hover .qrc_gc_hover-cr3{
opacity:1;
}
.qrc_gc_hover_btn-cr3{
border-radius:62.438rem;
background:#4a9fd4;
height:2.875rem;
width:2.875rem;
justify-content:center;
color:#080c14;
display:flex;
align-items:center;
}
.qrc_gc_hover_btn-cr3 svg{
width:1.125rem;
height:1.125rem;
}
.qrc_gc_info-cr3{
gap:2px;
display:flex;
min-width:0;
margin-top:9px;
flex-direction:column;
}
.qrc_gc_name-cr3{
overflow:hidden;
font-size:0.813rem;
color:#eef2f9;
text-overflow:ellipsis;
font-weight:700;
white-space:nowrap;
}
.qrc_gc_prov-cr3{
overflow:hidden;
color:#8fa0bc;
text-overflow:ellipsis;
font-size:11px;
white-space:nowrap;
}
.qrc_gc_meta-cr3{
font-size:0.688rem;
color:#8fa0bc;
}
.qrc_tc-cr3{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:765px){
.qrc_tc-cr3{
width:14.375rem;
}
}
.qrc_tc_img-cr3{
background:#161b26;
border-radius:14px;
overflow:hidden;
padding-bottom:75%;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 0.5rem 24px rgba(0,0,0,0.32);
position:relative;
}
.qrc_tc_img-cr3 img{
inset:0;
position:absolute;
width:100%;
height:100%;
object-fit:cover;
}
.qrc_tc_info-cr3{
gap:2px;
flex-direction:column;
margin-top:9px;
min-width:0;
display:flex;
}
.qrc_tc_name-cr3{
overflow:hidden;
font-size:0.875rem;
white-space:nowrap;
color:#eef2f9;
font-weight:700;
text-overflow:ellipsis;
}
.qrc_tc_rtp-cr3{
color:#8fa0bc;
font-size:0.688rem;
}
.qrc_lc-cr3{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:767px){
.qrc_lc-cr3{
width:268px;
}
}
.qrc_lc_img-cr3{
background:#161b26;
border-radius:14px;
overflow:hidden;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 0.5rem 1.5rem rgba(0,0,0,0.32);
position:relative;
padding-bottom:62.5%;
}
.qrc_lc_img-cr3 img{
inset:0;
height:100%;
position:absolute;
object-fit:cover;
width:100%;
}
.qrc_lc_live-cr3{
border-radius:999px;
padding:4px 0.563rem;
gap:7px;
background:rgba(0,0,0,0.52);
top:12px;
display:flex;
left:12px;
position:absolute;
align-items:center;
}
.qrc_lc_live_dot-cr3{
background:#f87171;
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
width:0.5rem;
height:0.5rem;
}
.qrc_lc_seats-cr3{
text-transform:uppercase;
font-weight:600;
color:#eef2f9;
font-size:10px;
letter-spacing:.08em;
}
.qrc_lc_info-cr3{
gap:2px;
flex-direction:column;
display:flex;
min-width:0;
margin-top:0.563rem;
}
.qrc_lc_name-cr3{
overflow:hidden;
text-overflow:ellipsis;
font-weight:700;
font-size:0.938rem;
white-space:nowrap;
color:#eef2f9;
}
.qrc_lc_bet-cr3{
color:#8fa0bc;
font-size:0.688rem;
}
.qrc_pc-cr3{
background:#161b26;
gap:8px;
border:1px solid rgba(226,240,255,0.07);
padding:1rem 14px;
border-radius:14px;
display:flex;
min-width:0;
flex-direction:column;
min-height:74px;
justify-content:center;
align-items:center;
}
.qrc_pc_logo-cr3{
flex:0 0 auto;
width:auto;
object-fit:contain;
max-width:100%;
height:1.75rem;
}
.qrc_pc_name-cr3{
overflow:hidden;
color:#8fa0bc;
text-overflow:ellipsis;
white-space:nowrap;
text-align:center;
font-size:11px;
max-width:100%;
}
.qrc_gc_tag-cr3{
padding:3px 8px;
border-radius:8px;
display:inline-block;
font-weight:700;
z-index:2;
top:0.625rem;
position:absolute;
letter-spacing:.06em;
text-transform:uppercase;
left:0.625rem;
font-size:10px;
}
.qrc_gc_tag_hot-cr3{
background:#f87171;
color:#eef2f9;
}
.qrc_gc_tag_new-cr3{
background:#7dd3fc;
color:#080c14;
}
.qrc_gc_tag_jp-cr3{
background:#fbbf24;
color:#080c14;
}
.qrc_gc_tag_live-cr3{
background:#f87171;
color:#eef2f9;
}
.qrc_sh-cr3{
min-width:0;
margin-bottom:1.125rem;
}
.qrc_sh_row-cr3{
gap:1rem;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
align-items:flex-end;
}
.qrc_sh_row-cr3 .qrc_sh_l-cr3{
gap:6px;
flex-direction:column;
display:flex;
min-width:0;
}
.qrc_sh_stack-cr3{
gap:0.625rem;
flex-direction:column;
align-items:flex-start;
display:flex;
}
.qrc_sh_center-cr3{
gap:10px;
text-align:center;
flex-direction:column;
align-items:center;
display:flex;
}
.qrc_sh_h2-cr3{
line-height:1.1;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#eef2f9;
overflow-wrap:break-word;
font-weight:600;
font-size:1.5rem;
}
@media(min-width:771px){
.qrc_sh_h2-cr3{
font-size:1.875rem;
}
}
.qrc_band-cr3 .qrc_sh_h2-cr3{
color:#eef2f9;
}
.qrc_sh_eb_line-cr3{
gap:10px;
display:inline-flex;
align-items:center;
}
.qrc_sh_eb_line-cr3::before{
background:#4a9fd4;
display:inline-block;
height:1px;
width:28px;
content:"";
}
.qrc_band-cr3 .qrc_sh_eb_line-cr3::before{
background:#63b3ed;
}
.qrc_sh_eb_dot-cr3{
gap:8px;
display:inline-flex;
align-items:center;
}
.qrc_sh_eb_dot-cr3::before{
border-radius:50%;
background:#4a9fd4;
height:6px;
display:inline-block;
content:"";
width:6px;
}
.qrc_band-cr3 .qrc_sh_eb_dot-cr3::before{
background:#63b3ed;
}
.qrc_sh_link-cr3{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
border-bottom:1px solid #eef2f9;
color:#eef2f9;
padding-bottom:2px;
align-items:center;
display:inline-flex;
white-space:nowrap;
font-weight:600;
font-size:0.813rem;
}
.qrc_sh_link-cr3:hover{
border-color:#4a9fd4;
color:#4a9fd4;
}
.qrc_sh_link-cr3 svg{
width:0.875rem;
height:0.875rem;
}
.qrc_sh_link_chev-cr3{
padding-bottom:0;
border-bottom:0;
}
.qrc_sh_link_btn-cr3{
border-radius:62.438rem;
background:#4a9fd4;
padding:9px 18px;
color:#080c14;
border-bottom:0;
}
.qrc_sh_link_btn-cr3:hover{
border-color:transparent;
background:#63b3ed;
color:#080c14;
}
.qrc_band-cr3 .qrc_sh_link-cr3{
border-color:#eef2f9;
color:#eef2f9;
}
.qrc_band-cr3 .qrc_sh_link_btn-cr3{
background:#63b3ed;
color:#080c14;
}
.qrc_sh_rule-cr3{
background:rgba(226,240,255,0.13);
margin:-2px 0 1.125rem;
height:1px;
}
.qrc_band-cr3 .qrc_sh_rule-cr3{
background:rgba(226,240,255,0.12);
}
.qrc_hero-cr3{
padding:2rem 0 8px;
}
@media(min-width:768px){
.qrc_hero-cr3{
padding:3.5rem 0 1.5rem;
}
}
.qrc_hero_in-cr3{
gap:2rem;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:902px){
.qrc_hero_in-cr3{
gap:48px;
grid-template-columns:1.05fr .95fr;
}
}
.qrc_hero_copy-cr3{
min-width:0;
}
.qrc_hero_eyebrow-cr3{
gap:10px;
display:inline-flex;
margin-bottom:22px;
align-items:center;
}
.qrc_hero_eyebrow_line-cr3{
background:#4a9fd4;
flex:0 0 auto;
display:inline-block;
height:1px;
width:1.75rem;
}
.qrc_hero_h1-cr3{
overflow-wrap:break-word;
letter-spacing:-.01em;
color:#eef2f9;
margin-bottom:20px;
line-height:1.04;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:2.375rem;
}
@media(min-width:765px){
.qrc_hero_h1-cr3{
font-size:54px;
}
}
@media(min-width:1101px){
.qrc_hero_h1-cr3{
font-size:3.875rem;
}
}
.qrc_hero_h1-cr3 em{
color:#4a9fd4;
font-style:normal;
}
.qrc_hero_sub-cr3{
margin-bottom:30px;
line-height:1.6;
max-width:480px;
color:#6b7fa0;
font-size:16px;
}
@media(min-width:769px){
.qrc_hero_sub-cr3{
font-size:1.125rem;
}
}
.qrc_hero_actions-cr3{
gap:14px;
flex-wrap:wrap;
margin-bottom:2.125rem;
display:flex;
align-items:center;
}
.qrc_hero_cta-cr3{
padding:1rem 1.875rem;
border-radius:62.438rem;
gap:10px;
background:#4a9fd4;
transition:background-color .22s ease;
color:#080c14;
display:inline-flex;
align-items:center;
font-weight:700;
font-size:15px;
}
.qrc_hero_cta-cr3:hover{
background:#63b3ed;
}
.qrc_hero_cta_ic-cr3{
display:inline-flex;
align-items:center;
}
.qrc_hero_cta_ic-cr3 svg{
width:16px;
height:1rem;
}
.qrc_hero_cta_alt-cr3{
border-radius:62.438rem;
border:1px solid rgba(226,240,255,0.13);
padding:0.938rem 26px;
transition:border-color .22s ease,color .22s ease;
background:transparent;
align-items:center;
color:#eef2f9;
display:inline-flex;
font-weight:600;
font-size:0.938rem;
}
.qrc_hero_cta_alt-cr3:hover{
border-color:#4a9fd4;
color:#4a9fd4;
}
.qrc_hero_trust-cr3{
gap:22px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.qrc_hero_trust_item-cr3{
gap:9px;
font-size:13px;
font-weight:600;
display:flex;
color:#c8d3e8;
align-items:center;
}
.qrc_hero_trust_ic-cr3{
align-items:center;
color:#4a9fd4;
display:inline-flex;
}
.qrc_hero_trust_ic-cr3 svg{
width:16px;
height:16px;
}
.qrc_hero_promo-cr3{
overflow:hidden;
background:#161b26;
border-radius:1.25rem;
min-height:18.75rem;
box-shadow:0 0.5rem 2rem rgba(0,0,0,0.50), 0 32px 64px rgba(9,12,18,0.60), 0 0 0 1px rgba(226,240,255,0.06);
position:relative;
display:flex;
}
.qrc_hero_promo_bg-cr3{
inset:0;
background-size:cover;
background-position:center;
position:absolute;
}
.qrc_hero_promo_bg-cr3::after{
background:linear-gradient(120deg,#111827 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
position:absolute;
content:"";
}
.qrc_hero_promo_glow-cr3{
background:radial-gradient(circle,rgba(99,179,237,0.12) 0%,transparent 65%);
border-radius:50%;
right:-1.25rem;
position:absolute;
pointer-events:none;
top:-2.5rem;
height:16.25rem;
width:16.25rem;
}
.qrc_hero_promo_ct-cr3{
padding:1.75rem;
z-index:2;
position:relative;
max-width:88%;
align-self:flex-end;
}
.qrc_hero_promo_label-cr3{
font-weight:700;
letter-spacing:.25em;
display:block;
color:#63b3ed;
font-size:0.625rem;
text-transform:uppercase;
margin-bottom:8px;
}
.qrc_hero_promo_amount-cr3{
font-size:2rem;
font-weight:600;
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
color:#eef2f9;
}
@media(min-width:768px){
.qrc_hero_promo_amount-cr3{
font-size:40px;
}
}
.qrc_hero_promo_amount-cr3 em{
color:#63b3ed;
font-style:normal;
}
.qrc_hero_rating-cr3{
border-radius:14px;
border:1px solid rgba(226,240,255,0.07);
gap:0.625rem;
background:#161b26;
padding:0.625rem 14px;
z-index:3;
max-width:min(16.25rem,62%);
right:14px;
position:absolute;
display:flex;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 8px 1.5rem rgba(0,0,0,0.32);
top:0.875rem;
align-items:center;
}
.qrc_hero_rating_score-cr3{
flex:0 0 auto;
font-weight:700;
color:#eef2f9;
font-size:1.5rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
.qrc_hero_rating_txt-cr3{
flex:1 1 auto;
min-width:0;
}
.qrc_hero_rating_stars-cr3{
gap:2px;
display:flex;
color:#4a9fd4;
}
.qrc_hero_rating_stars-cr3 svg{
height:12px;
width:12px;
}
.qrc_hero_rating_cap-cr3{
overflow-wrap:break-word;
margin-top:3px;
font-size:0.688rem;
color:#8fa0bc;
display:block;
line-height:1.35;
}
.qrc_stat-cr3{
margin-top:16px;
border-bottom:1px solid rgba(226,240,255,0.13);
border-top:1px solid rgba(226,240,255,0.13);
}
.qrc_stat_in-cr3{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:767px){
.qrc_stat_in-cr3{
grid-template-columns:repeat(4,1fr);
}
}
.qrc_stat_item-cr3{
padding:22px 14px;
border-right:1px solid rgba(226,240,255,0.07);
min-width:0;
border-bottom:1px solid rgba(226,240,255,0.07);
}
.qrc_stat_item-cr3:nth-child(2n){
border-right:0;
}
.qrc_stat_item-cr3:nth-child(n+3){
border-bottom:0;
}
@media(min-width:765px){
.qrc_stat_item-cr3{
border-bottom:0;
}
.qrc_stat_item-cr3:nth-child(2n){
border-right:1px solid rgba(226,240,255,0.07);
}
.qrc_stat_item-cr3:nth-child(4n){
border-right:0;
}
}
.qrc_stat_value-cr3{
font-size:1.875rem;
line-height:1;
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#eef2f9;
font-weight:700;
}
@media(min-width:767px){
.qrc_stat_value-cr3{
font-size:34px;
}
}
.qrc_stat_label-cr3{
line-height:1.4;
font-size:13px;
overflow-wrap:break-word;
color:#8fa0bc;
margin-top:6px;
}
.qrc_pr-cr3{
padding:30px 0 0.375rem;
}
.qrc_pr_card-cr3{
border:1px solid rgba(226,240,255,0.07);
gap:0.625rem;
flex:0 0 auto;
border-radius:1.25rem;
background:#161b26;
overflow:hidden;
padding:1.625rem;
width:17.5rem;
position:relative;
flex-direction:column;
display:flex;
min-height:12.5rem;
}
@media(min-width:770px){
.qrc_pr_card-cr3{
width:300px;
}
}
.qrc_pr_card_feat-cr3{
border-color:transparent;
background:linear-gradient(150deg,#112240,#090c12);
color:#eef2f9;
}
.qrc_pr_glow-cr3{
border-radius:50%;
background:radial-gradient(circle,rgba(99,179,237,0.12),transparent 70%);
top:-30px;
right:-1.875rem;
width:130px;
height:130px;
pointer-events:none;
opacity:0;
position:absolute;
}
.qrc_pr_card_feat-cr3 .qrc_pr_glow-cr3{
opacity:1;
}
.qrc_pr_label-cr3{
letter-spacing:.16em;
position:relative;
font-weight:700;
text-transform:uppercase;
color:#4a9fd4;
font-size:0.625rem;
}
.qrc_pr_card_feat-cr3 .qrc_pr_label-cr3{
color:#63b3ed;
}
.qrc_pr_amount-cr3{
color:#eef2f9;
font-weight:600;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
position:relative;
overflow-wrap:break-word;
font-size:1.625rem;
line-height:1.08;
}
.qrc_pr_card_feat-cr3 .qrc_pr_amount-cr3{
color:#eef2f9;
}
.qrc_pr_amount-cr3 em{
color:#4a9fd4;
font-style:normal;
}
.qrc_pr_card_feat-cr3 .qrc_pr_amount-cr3 em{
color:#63b3ed;
}
.qrc_pr_terms-cr3{
position:relative;
line-height:1.5;
font-size:0.813rem;
color:#8fa0bc;
}
.qrc_pr_card_feat-cr3 .qrc_pr_terms-cr3{
color:#8fa0bc;
}
.qrc_pr_cta-cr3{
margin-top:auto;
align-self:flex-start;
position:relative;
}
.qrc_pr_card_feat-cr3 .qrc_pr_cta-cr3{
background:#63b3ed;
padding:0.563rem 18px;
transition:opacity .22s ease;
border-radius:999px;
color:#080c14;
font-size:13px;
font-weight:700;
}
.qrc_pr_card_feat-cr3 .qrc_pr_cta-cr3:hover{
opacity:.9;
}
.qrc_pr_card-cr3:not(.qrc_pr_card_feat-cr3) .qrc_pr_cta-cr3{
transition:color .22s ease,border-color .22s ease;
color:#eef2f9;
padding-bottom:2px;
font-size:0.813rem;
border-bottom:1px solid #eef2f9;
font-weight:700;
}
.qrc_pr_card-cr3:not(.qrc_pr_card_feat-cr3) .qrc_pr_cta-cr3:hover{
border-color:#4a9fd4;
color:#4a9fd4;
}
.qrc_grow-cr3{
padding:26px 0 0.625rem;
}
.qrc_row_seo-cr3{
margin:10px 0 0;
font-size:14px;
line-height:1.65;
overflow-wrap:break-word;
max-width:47.5rem;
color:#6b7fa0;
}
.qrc_row_seo-cr3 strong{
font-weight:700;
color:#eef2f9;
}
.qrc_jp-cr3{
padding:1.875rem 0 10px;
}
.qrc_jp_grid-cr3{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:770px){
.qrc_jp_grid-cr3{
grid-template-columns:1fr 1fr;
}
.qrc_jp_card_mega-cr3{
grid-column:1/-1;
}
}
@media(min-width:998px){
.qrc_jp_grid-cr3{
grid-template-columns:1.4fr 1fr 1fr;
}
.qrc_jp_card_mega-cr3{
grid-column:auto;
}
}
.qrc_jp_card-cr3{
overflow:hidden;
background:#161b26;
padding:26px;
gap:0.75rem;
border-radius:20px;
border:1px solid rgba(226,240,255,0.07);
min-height:200px;
position:relative;
justify-content:space-between;
flex-direction:column;
display:flex;
min-width:0;
}
.qrc_jp_card_mega-cr3{
border-color:transparent;
background:linear-gradient(135deg,#112240,#090c12);
color:#eef2f9;
min-height:13.125rem;
}
.qrc_jp_glow-cr3{
background:radial-gradient(circle,rgba(99,179,237,0.12),transparent 70%);
border-radius:50%;
top:-40px;
width:200px;
right:-40px;
position:absolute;
height:12.5rem;
pointer-events:none;
}
.qrc_jp_label-cr3{
gap:0.625rem;
justify-content:space-between;
flex-wrap:wrap;
letter-spacing:.16em;
font-size:0.625rem;
position:relative;
text-transform:uppercase;
font-weight:700;
color:#4a9fd4;
align-items:center;
display:flex;
}
.qrc_jp_card_mega-cr3 .qrc_jp_label-cr3{
color:#63b3ed;
}
.qrc_jp_drop-cr3{
font-weight:600;
text-transform:none;
letter-spacing:.04em;
color:#8fa0bc;
}
.qrc_jp_card_mega-cr3 .qrc_jp_drop-cr3{
color:#8fa0bc;
}
.qrc_jp_amount-cr3{
line-height:1;
font-size:38px;
font-weight:700;
position:relative;
overflow-wrap:break-word;
color:#eef2f9;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
.qrc_jp_card_mega-cr3 .qrc_jp_amount-cr3{
animation:zm2-pulse 2.4s infinite;
color:#63b3ed;
font-size:3rem;
}
@media(min-width:766px){
.qrc_jp_card_mega-cr3 .qrc_jp_amount-cr3{
font-size:3.375rem;
}
}
.qrc_jp_game-cr3{
color:#8fa0bc;
position:relative;
font-size:13px;
}
.qrc_jp_card_mega-cr3 .qrc_jp_game-cr3{
color:#8fa0bc;
}
.qrc_jp_cta-cr3{
align-self:flex-start;
position:relative;
}
.qrc_jp_card_mega-cr3 .qrc_jp_cta-cr3{
transition:opacity .22s ease;
background:#63b3ed;
border-radius:999px;
padding:0.625rem 20px;
font-weight:700;
font-size:0.813rem;
color:#080c14;
}
.qrc_jp_card_mega-cr3 .qrc_jp_cta-cr3:hover{
opacity:.9;
}
.qrc_jp_card-cr3:not(.qrc_jp_card_mega-cr3) .qrc_jp_cta-cr3{
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #eef2f9;
font-size:13px;
font-weight:700;
padding-bottom:2px;
color:#eef2f9;
}
.qrc_jp_card-cr3:not(.qrc_jp_card_mega-cr3) .qrc_jp_cta-cr3:hover{
border-color:#4a9fd4;
color:#4a9fd4;
}
.qrc_jp_seo-cr3{
margin:0.875rem 0 0;
max-width:47.5rem;
color:#6b7fa0;
font-size:14px;
line-height:1.65;
overflow-wrap:break-word;
}
.qrc_jp_seo-cr3 strong{
font-weight:700;
color:#eef2f9;
}
.qrc_grow-cr3{
padding:26px 0 10px;
}
.qrc_row_seo-cr3{
margin:0.625rem 0 0;
line-height:1.65;
max-width:47.5rem;
overflow-wrap:break-word;
font-size:0.875rem;
color:#6b7fa0;
}
.qrc_row_seo-cr3 strong{
color:#eef2f9;
font-weight:700;
}
.qrc_gf-cr3{
padding:24px 0 6px;
}
.qrc_gf_in-cr3{
gap:10px;
flex-wrap:wrap;
display:flex;
}
.qrc_gf_chip-cr3{
background:#161b26;
padding:10px 18px;
border:1px solid rgba(226,240,255,0.13);
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border-radius:62.438rem;
font-weight:600;
color:#c8d3e8;
white-space:nowrap;
font-size:0.813rem;
}
.qrc_gf_chip-cr3:hover{
border-color:#4a9fd4;
color:#4a9fd4;
}
.qrc_gf_chip-cr3.qrc_state_active-cr3{
border-color:transparent;
background:#4a9fd4;
color:#080c14;
}
.qrc_grow-cr3{
padding:26px 0 0.625rem;
}
.qrc_row_seo-cr3{
margin:10px 0 0;
color:#6b7fa0;
line-height:1.65;
overflow-wrap:break-word;
font-size:14px;
max-width:47.5rem;
}
.qrc_row_seo-cr3 strong{
color:#eef2f9;
font-weight:700;
}
.qrc_gm-cr3{
padding:30px 0 10px;
}
.qrc_gm_in-cr3{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:877px){
.qrc_gm_in-cr3{
grid-template-columns:1.25fr 1fr;
}
}
.qrc_gm_left-cr3{
border-radius:20px;
background:#161b26;
border:1px solid rgba(226,240,255,0.07);
padding:2rem;
min-width:0;
}
.qrc_gm_eyebrow-cr3{
margin-bottom:0.625rem;
}
.qrc_gm_h2-cr3{
font-size:1.625rem;
font-weight:600;
margin-bottom:0.5rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#eef2f9;
line-height:1.06;
overflow-wrap:break-word;
}
@media(min-width:769px){
.qrc_gm_h2-cr3{
font-size:28px;
}
}
.qrc_gm_text-cr3{
font-size:0.875rem;
max-width:480px;
color:#6b7fa0;
margin-bottom:1.375rem;
line-height:1.6;
}
.qrc_gm_level-cr3{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-size:22px;
font-weight:700;
color:#4a9fd4;
margin-bottom:8px;
}
.qrc_gm_bar-cr3{
overflow:hidden;
background:rgba(226,240,255,0.13);
border-radius:999px;
height:0.5rem;
margin-bottom:6px;
}
.qrc_gm_bar_fill-cr3{
border-radius:62.438rem;
background:linear-gradient(90deg,#4a9fd4,#7dd3fc);
height:100%;
}
.qrc_gm_bar_meta-cr3{
gap:10px;
display:flex;
color:#8fa0bc;
margin-bottom:18px;
justify-content:space-between;
font-size:11px;
}
.qrc_gm_missions-cr3{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.qrc_gm_mission-cr3{
background:#0e1118;
gap:7px;
border:1px solid rgba(226,240,255,0.13);
border-radius:62.438rem;
padding:9px 15px;
font-size:12.5px;
display:inline-flex;
color:#c8d3e8;
font-weight:600;
align-items:center;
}
.qrc_gm_mission_ic-cr3{
align-items:center;
color:#4a9fd4;
display:inline-flex;
}
.qrc_gm_mission_ic-cr3 svg{
height:0.813rem;
width:0.813rem;
}
.qrc_gm_right-cr3{
border-radius:20px;
padding:2rem;
overflow:hidden;
background:linear-gradient(150deg,#112240,#090c12);
flex-direction:column;
color:#eef2f9;
display:flex;
position:relative;
}
.qrc_gm_glow-cr3{
background:radial-gradient(circle,rgba(99,179,237,0.12),transparent 70%);
border-radius:50%;
width:9.375rem;
right:-30px;
pointer-events:none;
top:-1.875rem;
height:9.375rem;
position:absolute;
}
.qrc_gm_ref_eyebrow-cr3{
position:relative;
margin-bottom:10px;
}
.qrc_gm_ref_h2-cr3{
line-height:1.1;
font-size:1.625rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:8px;
position:relative;
color:#eef2f9;
overflow-wrap:break-word;
}
.qrc_gm_ref_text-cr3{
line-height:1.55;
position:relative;
color:#8fa0bc;
margin-bottom:20px;
font-size:0.844rem;
}
.qrc_gm_ref_cta-cr3{
padding:11px 22px;
border-radius:999px;
background:#63b3ed;
transition:opacity .22s ease;
margin-top:auto;
color:#080c14;
font-weight:700;
font-size:13.5px;
position:relative;
align-self:flex-start;
}
.qrc_gm_ref_cta-cr3:hover{
opacity:.9;
}
.qrc_vip-cr3{
padding:3rem 0;
}
@media(min-width:770px){
.qrc_vip-cr3{
padding:64px 0;
}
}
.qrc_vip_head-cr3{
gap:14px;
display:flex;
flex-direction:column;
margin-bottom:1.875rem;
}
@media(min-width:880px){
.qrc_vip_head-cr3{
gap:1.5rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.qrc_vip_eyebrow-cr3{
margin-bottom:12px;
}
.qrc_vip_h2-cr3{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.05;
font-size:32px;
font-weight:600;
color:#eef2f9;
}
@media(min-width:766px){
.qrc_vip_h2-cr3{
font-size:2.5rem;
}
}
.qrc_vip_intro-cr3{
line-height:1.6;
color:#8fa0bc;
max-width:420px;
font-size:14px;
}
.qrc_vip_grid-cr3{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.qrc_vip_card-cr3{
border:1px solid rgba(226,240,255,0.12);
border-radius:14px;
padding:1.375rem 18px;
min-width:0;
}
.qrc_vip_card_feat-cr3{
background:rgba(226,240,255,0.07);
border-color:#63b3ed;
}
.qrc_vip_card_ic-cr3{
border-radius:0.5rem;
background:linear-gradient(135deg,#4a9fd4,#7dd3fc);
display:block;
height:34px;
width:2.125rem;
margin-bottom:1rem;
}
.qrc_vip_name-cr3{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.25rem;
overflow-wrap:break-word;
color:#eef2f9;
font-weight:600;
margin-bottom:0.375rem;
}
.qrc_vip_perk-cr3{
line-height:1.5;
font-size:12.5px;
color:#8fa0bc;
overflow-wrap:break-word;
}
.qrc_app-cr3{
padding:1.875rem 0 10px;
}
.qrc_app_in-cr3{
background:#161b26;
border:1px solid rgba(226,240,255,0.07);
gap:28px;
border-radius:1.25rem;
padding:32px;
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.qrc_app_in-cr3{
gap:40px;
padding:40px 44px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.qrc_app_copy-cr3{
max-width:560px;
min-width:0;
}
.qrc_app_eyebrow-cr3{
margin-bottom:12px;
}
.qrc_app_h2-cr3{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.75rem;
color:#eef2f9;
line-height:1.05;
overflow-wrap:break-word;
font-size:1.75rem;
font-weight:600;
}
@media(min-width:771px){
.qrc_app_h2-cr3{
font-size:2.125rem;
}
}
.qrc_app_text-cr3{
margin-bottom:22px;
font-size:0.875rem;
color:#6b7fa0;
line-height:1.6;
}
.qrc_app_btns-cr3{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.qrc_app_btn-cr3{
transition:background-color .22s ease;
gap:0.625rem;
padding:11px 1.25rem;
border-radius:0.875rem;
background:#4a9fd4;
align-items:center;
color:#080c14;
display:inline-flex;
}
.qrc_app_btn-cr3:hover{
background:#63b3ed;
}
.qrc_app_btn_ic-cr3{
display:inline-flex;
align-items:center;
}
.qrc_app_btn_ic-cr3 svg{
width:1.125rem;
height:18px;
}
.qrc_app_btn_lb-cr3{
font-size:13.5px;
font-weight:700;
}
.qrc_app_qr_wrap-cr3{
flex:0 0 auto;
gap:18px;
display:flex;
align-items:center;
}
.qrc_app_qr-cr3{
border-radius:14px;
flex:0 0 auto;
width:108px;
background-color:#4a9fd4;
height:6.75rem;
background-image:repeating-linear-gradient(0deg,#161b26 0 0.313rem,transparent 0.313rem 0.688rem),repeating-linear-gradient(90deg,#161b26 0 5px,transparent 5px 11px);
}
.qrc_app_qr_cap-cr3{
max-width:5.75rem;
font-size:12.5px;
color:#8fa0bc;
line-height:1.4;
}
.qrc_trn-cr3{
padding:30px 0 10px;
}
.qrc_trn_in-cr3{
border-radius:1.25rem;
overflow:hidden;
grid-template-columns:1fr;
background:#161b26;
border:1px solid rgba(226,240,255,0.07);
display:grid;
}
@media(min-width:877px){
.qrc_trn_in-cr3{
grid-template-columns:1.05fr 1fr;
}
}
.qrc_trn_banner-cr3{
padding:34px;
background:linear-gradient(150deg,#112240,#090c12);
overflow:hidden;
position:relative;
color:#eef2f9;
}
.qrc_trn_glow-cr3{
border-radius:50%;
background:radial-gradient(circle,rgba(99,179,237,0.12),transparent 70%);
bottom:-40px;
height:200px;
position:absolute;
pointer-events:none;
right:-2.5rem;
width:12.5rem;
}
.qrc_trn_eyebrow-cr3{
position:relative;
margin-bottom:0.875rem;
}
.qrc_trn_h2-cr3{
line-height:1.06;
overflow-wrap:break-word;
font-weight:600;
position:relative;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.75rem;
font-size:30px;
color:#eef2f9;
}
@media(min-width:767px){
.qrc_trn_h2-cr3{
font-size:36px;
}
}
.qrc_trn_text-cr3{
max-width:26.25rem;
line-height:1.6;
position:relative;
font-size:14px;
color:#8fa0bc;
margin-bottom:22px;
}
.qrc_trn_timer-cr3{
gap:0.5rem;
flex-wrap:wrap;
align-items:center;
margin-bottom:1.5rem;
position:relative;
display:flex;
}
.qrc_trn_timer_cap-cr3{
font-size:11px;
color:#8fa0bc;
}
.qrc_trn_timer_box-cr3{
background:rgba(226,240,255,0.07);
padding:0.25rem 0.75rem;
border-radius:0.5rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#eef2f9;
font-size:24px;
font-weight:700;
}
.qrc_trn_cta-cr3{
border-radius:999px;
background:#63b3ed;
padding:13px 26px;
transition:opacity .22s ease;
position:relative;
font-weight:700;
color:#080c14;
font-size:14px;
display:inline-block;
}
.qrc_trn_cta-cr3:hover{
opacity:.9;
}
.qrc_trn_lb-cr3{
padding:1.625rem 28px;
}
.qrc_trn_lb_head-cr3{
gap:10px;
align-items:center;
justify-content:space-between;
margin-bottom:0.75rem;
display:flex;
}
.qrc_trn_lb_title-cr3{
font-size:20px;
color:#eef2f9;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
}
.qrc_trn_lb_upd-cr3{
color:#8fa0bc;
letter-spacing:.08em;
font-size:11px;
text-transform:uppercase;
}
.qrc_trn_lb_row-cr3{
border-radius:0.5rem;
padding:0.688rem 12px;
gap:14px;
display:flex;
align-items:center;
}
.qrc_trn_lb_row-cr3:nth-child(2){
background:rgba(74,159,212,0.12);
}
.qrc_trn_lb_rank-cr3{
flex:0 0 auto;
color:#4a9fd4;
font-weight:700;
font-size:1rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
width:1.375rem;
}
.qrc_trn_lb_av-cr3{
border-radius:50%;
background:linear-gradient(135deg,#4a9fd4,#7dd3fc);
flex:0 0 auto;
height:1.875rem;
width:30px;
}
.qrc_trn_lb_name-cr3{
overflow:hidden;
flex:1 1 auto;
font-size:14px;
white-space:nowrap;
min-width:0;
font-weight:600;
color:#eef2f9;
text-overflow:ellipsis;
}
.qrc_trn_lb_amount-cr3{
flex:0 0 auto;
font-size:0.813rem;
color:#eef2f9;
font-weight:700;
}
.qrc_wy-cr3{
padding:48px 0;
}
@media(min-width:769px){
.qrc_wy-cr3{
padding:56px 0;
}
}
.qrc_wy_in-cr3{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:901px){
.qrc_wy_in-cr3{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.qrc_wy_left-cr3{
min-width:0;
}
.qrc_wy_eyebrow-cr3{
margin-bottom:14px;
}
.qrc_wy_h2-cr3{
font-size:2rem;
line-height:1.05;
font-weight:600;
color:#eef2f9;
margin-bottom:1rem;
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.qrc_wy_h2-cr3{
font-size:40px;
}
}
.qrc_wy_intro-cr3{
color:#6b7fa0;
line-height:1.6;
font-size:15px;
}
.qrc_wy_grid-cr3{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:558px){
.qrc_wy_grid-cr3{
grid-template-columns:1fr 1fr;
}
}
.qrc_wy_card-cr3{
border:1px solid rgba(226,240,255,0.07);
padding:1.625rem;
border-radius:0.875rem;
background:#161b26;
min-width:0;
}
.qrc_wy_card_ic-cr3{
display:inline-flex;
color:#4a9fd4;
align-items:center;
margin-bottom:16px;
justify-content:center;
}
.qrc_wy_card_ic-cr3 svg{
width:26px;
height:1.625rem;
}
.qrc_wy_card_h-cr3{
color:#eef2f9;
line-height:1.15;
margin-bottom:8px;
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:1.313rem;
}
.qrc_wy_card_p-cr3{
line-height:1.55;
color:#6b7fa0;
font-size:14px;
overflow-wrap:break-word;
}
.qrc_dr-cr3{
padding:2.25rem 0 10px;
}
.qrc_dr_in-cr3{
padding:1.75rem 2rem;
border:1px dashed rgba(226,240,255,0.13);
gap:20px;
border-radius:14px;
display:flex;
flex-direction:column;
}
@media(min-width:765px){
.qrc_dr_in-cr3{
gap:32px;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.qrc_dr_h2-cr3{
font-weight:600;
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-size:24px;
color:#eef2f9;
margin-bottom:8px;
line-height:1.1;
}
@media(min-width:768px){
.qrc_dr_h2-cr3{
font-size:1.625rem;
}
}
.qrc_dr_text-cr3{
color:#6b7fa0;
overflow-wrap:break-word;
max-width:680px;
font-size:14px;
line-height:1.6;
}
.qrc_dr_text-cr3 b{
color:#eef2f9;
font-weight:700;
}
.qrc_dr_cta-cr3{
flex:0 0 auto;
transition:color .22s ease;
border-bottom:1px solid #4a9fd4;
color:#eef2f9;
padding-bottom:2px;
white-space:nowrap;
font-size:13.5px;
font-weight:700;
}
.qrc_dr_cta-cr3:hover{
color:#4a9fd4;
}
.qrc_ts-cr3{
padding:2.75rem 0;
}
.qrc_ts_in-cr3{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:880px){
.qrc_ts_in-cr3{
grid-template-columns:1.4fr 1fr;
gap:3rem;
}
}
.qrc_ts_left-cr3{
min-width:0;
}
.qrc_ts_h2-cr3{
color:#eef2f9;
font-weight:600;
line-height:1.1;
margin-bottom:0.75rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:26px;
}
@media(min-width:766px){
.qrc_ts_h2-cr3{
font-size:28px;
}
}
.qrc_ts_text-cr3{
font-size:14.5px;
margin-bottom:22px;
max-width:32.5rem;
color:#8fa0bc;
line-height:1.6;
}
.qrc_ts_badges-cr3{
gap:18px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.qrc_ts_badge-cr3{
font-weight:600;
color:#8fa0bc;
font-size:13px;
}
.qrc_ts_pay-cr3{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
@media(min-width:883px){
.qrc_ts_pay-cr3{
justify-content:flex-end;
}
}
.qrc_ts_pay_chip-cr3{
border-radius:0.875rem;
border:1px solid rgba(226,240,255,0.12);
padding:12px 1rem;
background:rgba(226,240,255,0.07);
color:#eef2f9;
font-weight:700;
font-size:14px;
}
.qrc_hts-cr3{
padding:48px 0;
}
@media(min-width:767px){
.qrc_hts-cr3{
padding:62px 0;
}
}
.qrc_hts_head-cr3{
gap:1.125rem;
margin-bottom:34px;
display:flex;
flex-direction:column;
}
@media(min-width:767px){
.qrc_hts_head-cr3{
gap:1.5rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.qrc_hts_eyebrow-cr3{
margin-bottom:0.75rem;
}
.qrc_hts_h2-cr3{
font-size:30px;
line-height:1.05;
font-weight:600;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#eef2f9;
}
@media(min-width:768px){
.qrc_hts_h2-cr3{
font-size:38px;
}
}
.qrc_hts_cta-cr3{
border-radius:999px;
transition:opacity .22s ease;
padding:15px 1.875rem;
background:#63b3ed;
flex:0 0 auto;
font-weight:700;
color:#080c14;
font-size:0.938rem;
}
.qrc_hts_cta-cr3:hover{
opacity:.9;
}
.qrc_hts_grid-cr3{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:761px){
.qrc_hts_grid-cr3{
grid-template-columns:repeat(3,1fr);
}
}
.qrc_hts_step-cr3{
border-top:1px solid rgba(226,240,255,0.12);
min-width:0;
padding-top:22px;
}
.qrc_hts_step_num-cr3{
color:#63b3ed;
font-size:44px;
font-weight:700;
line-height:1;
margin-bottom:0.875rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
.qrc_hts_step_h-cr3{
line-height:1.2;
font-size:19px;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-weight:700;
color:#eef2f9;
}
.qrc_hts_step_p-cr3{
color:#8fa0bc;
overflow-wrap:break-word;
font-size:14px;
line-height:1.55;
}
.qrc_rc-cr3{
padding:48px 0 10px;
}
.qrc_rc_in-cr3{
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:758px){
.qrc_rc_in-cr3{
grid-template-columns:repeat(3,1fr);
gap:40px;
}
}
.qrc_rc_col-cr3{
min-width:0;
}
.qrc_rc_label-cr3{
margin-bottom:16px;
text-transform:uppercase;
color:#4a9fd4;
font-size:0.688rem;
font-weight:600;
letter-spacing:.2em;
}
.qrc_rc_awards-cr3{
gap:12px;
display:flex;
flex-direction:column;
}
.qrc_rc_award-cr3{
gap:0.75rem;
min-width:0;
align-items:center;
display:flex;
}
.qrc_rc_award_ic-cr3{
flex:0 0 auto;
display:inline-flex;
color:#7dd3fc;
align-items:center;
}
.qrc_rc_award_ic-cr3 svg{
width:1.125rem;
height:1.125rem;
}
.qrc_rc_award_t-cr3{
overflow-wrap:break-word;
font-weight:700;
color:#eef2f9;
font-size:0.875rem;
}
.qrc_rc_award_s-cr3{
color:#8fa0bc;
overflow-wrap:break-word;
font-size:12px;
}
.qrc_rc_press-cr3{
grid-template-columns:1fr 1fr;
gap:10px;
display:grid;
}
.qrc_rc_press_logo-cr3{
overflow:hidden;
border-radius:0.5rem;
border:1px solid rgba(226,240,255,0.07);
padding:0 8px;
height:3.25rem;
text-overflow:ellipsis;
align-items:center;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
justify-content:center;
font-weight:700;
display:flex;
text-align:center;
color:#6b7fa0;
font-size:0.875rem;
white-space:nowrap;
}
.qrc_rc_partner-cr3{
background:#161b26;
border-radius:0.875rem;
padding:22px;
border:1px solid rgba(226,240,255,0.07);
}
.qrc_rc_partner_name-cr3{
font-size:1.25rem;
overflow-wrap:break-word;
font-weight:600;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#eef2f9;
margin-bottom:0.375rem;
}
.qrc_rc_partner_text-cr3{
color:#6b7fa0;
overflow-wrap:break-word;
font-size:13px;
line-height:1.55;
}
.qrc_op-cr3{
padding:2.25rem 0 0.625rem;
}
.qrc_op_in-cr3{
background:#161b26;
grid-template-columns:1fr;
gap:32px;
border:1px solid rgba(226,240,255,0.07);
padding:2rem;
border-radius:14px;
align-items:center;
display:grid;
}
@media(min-width:860px){
.qrc_op_in-cr3{
padding:34px 40px;
grid-template-columns:.9fr 1.1fr;
gap:2.75rem;
}
}
.qrc_op_left-cr3{
min-width:0;
}
.qrc_op_eyebrow-cr3{
margin-bottom:12px;
}
.qrc_op_h2-cr3{
font-size:28px;
overflow-wrap:break-word;
color:#eef2f9;
margin-bottom:0.625rem;
line-height:1.08;
font-weight:600;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.qrc_op_h2-cr3{
font-size:1.875rem;
}
}
.qrc_op_text-cr3{
color:#6b7fa0;
line-height:1.6;
font-size:14px;
}
.qrc_op_grid-cr3{
background:rgba(226,240,255,0.13);
border-radius:8px;
border:1px solid rgba(226,240,255,0.13);
grid-template-columns:1fr 1fr;
gap:1px;
overflow:hidden;
display:grid;
}
.qrc_op_field-cr3{
padding:1.125rem 1.25rem;
background:#0e1118;
min-width:0;
}
.qrc_op_field_lb-cr3{
text-transform:uppercase;
margin-bottom:0.313rem;
font-weight:600;
font-size:10px;
letter-spacing:.1em;
color:#4a9fd4;
}
.qrc_op_field_val-cr3{
overflow-wrap:break-word;
color:#eef2f9;
font-weight:700;
font-size:14px;
}
.qrc_tt-cr3{
padding:3rem 0 10px;
}
@media(min-width:769px){
.qrc_tt-cr3{
padding:60px 0 0.625rem;
}
}
.qrc_tt_head-cr3{
text-align:center;
margin-bottom:34px;
}
.qrc_tt_eyebrow-cr3{
margin-bottom:12px;
}
.qrc_tt_h2-cr3{
font-size:32px;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#eef2f9;
}
@media(min-width:768px){
.qrc_tt_h2-cr3{
font-size:42px;
}
}
.qrc_tt_grid-cr3{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:762px){
.qrc_tt_grid-cr3{
grid-template-columns:repeat(3,1fr);
}
}
.qrc_tt_card-cr3{
border:1px solid rgba(226,240,255,0.07);
background:#161b26;
padding:1.875rem;
border-radius:14px;
flex-direction:column;
display:flex;
min-width:0;
}
.qrc_tt_card_ic-cr3{
align-items:center;
color:#4a9fd4;
display:inline-flex;
margin-bottom:18px;
}
.qrc_tt_card_ic-cr3 svg{
height:1.75rem;
width:1.75rem;
}
.qrc_tt_card_h-cr3{
font-weight:600;
color:#eef2f9;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
overflow-wrap:break-word;
margin-bottom:8px;
font-size:22px;
}
.qrc_tt_card_p-cr3{
font-size:0.875rem;
color:#6b7fa0;
overflow-wrap:break-word;
margin-bottom:0.875rem;
line-height:1.6;
}
.qrc_tt_card_p-cr3 b{
color:#eef2f9;
font-weight:700;
}
.qrc_tt_card_link-cr3{
transition:color .22s ease;
border-bottom:1px solid #4a9fd4;
font-size:13px;
font-weight:700;
color:#eef2f9;
padding-bottom:2px;
align-self:flex-start;
margin-top:auto;
}
.qrc_tt_card_link-cr3:hover{
color:#4a9fd4;
}
.qrc_prov-cr3{
padding:2.5rem 0 1.25rem;
}
.qrc_prov_eyebrow-cr3{
display:block;
margin-bottom:1.125rem;
}
.qrc_prov_grid-cr3{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:559px){
.qrc_prov_grid-cr3{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:901px){
.qrc_prov_grid-cr3{
grid-template-columns:repeat(6,1fr);
}
}
.qrc_lh-cr3{
padding:2.5rem 0 20px;
}
.qrc_lh_in-cr3{
border-top:1px solid rgba(226,240,255,0.13);
padding-top:2.125rem;
}
.qrc_lh_eyebrow-cr3{
display:block;
margin-bottom:22px;
}
.qrc_lh_grid-cr3{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:597px){
.qrc_lh_grid-cr3{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:957px){
.qrc_lh_grid-cr3{
grid-template-columns:repeat(5,1fr);
}
}
.qrc_lh_col-cr3{
min-width:0;
}
.qrc_lh_col_h-cr3{
overflow-wrap:break-word;
margin-bottom:0.75rem;
font-size:0.813rem;
font-weight:700;
color:#eef2f9;
}
.qrc_lh_links-cr3{
gap:8px;
flex-direction:column;
display:flex;
}
.qrc_lh_link-cr3{
transition:color .22s ease;
color:#6b7fa0;
overflow-wrap:break-word;
font-size:13px;
}
.qrc_lh_link-cr3:hover{
color:#4a9fd4;
}
.qrc_sg-cr3{
padding:48px 0 10px;
}
.qrc_sg_eyebrow-cr3{
display:block;
margin-bottom:0.75rem;
}
.qrc_sg_h2-cr3{
overflow-wrap:break-word;
line-height:1.05;
color:#eef2f9;
margin-bottom:1.75rem;
font-size:30px;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:766px){
.qrc_sg_h2-cr3{
font-size:2.25rem;
}
}
.qrc_sg_grid-cr3{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:722px){
.qrc_sg_grid-cr3{
grid-template-columns:repeat(3,1fr);
}
}
.qrc_sg_col-cr3{
min-width:0;
}
.qrc_sg_col_h-cr3{
margin-bottom:0.625rem;
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#eef2f9;
font-size:1.375rem;
line-height:1.15;
}
.qrc_sg_col_p-cr3{
line-height:1.65;
overflow-wrap:break-word;
font-size:14px;
color:#6b7fa0;
}
.qrc_sb-cr3{
background:#161b26;
padding:48px 0;
margin-top:1.5rem;
border-top:1px solid rgba(226,240,255,0.07);
border-bottom:1px solid rgba(226,240,255,0.07);
}
@media(min-width:766px){
.qrc_sb-cr3{
padding:56px 0;
}
}
.qrc_sb_eyebrow-cr3{
margin-bottom:12px;
display:block;
}
.qrc_sb_h2-cr3{
font-size:30px;
overflow-wrap:break-word;
color:#eef2f9;
line-height:1.05;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:26px;
}
@media(min-width:770px){
.qrc_sb_h2-cr3{
font-size:2.25rem;
}
}
.qrc_sb_grid-cr3{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:559px){
.qrc_sb_grid-cr3{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:962px){
.qrc_sb_grid-cr3{
grid-template-columns:repeat(4,1fr);
}
}
.qrc_sb_card-cr3{
border-radius:0.875rem;
padding:1.5rem;
border:1px solid rgba(226,240,255,0.07);
background:#0e1118;
min-width:0;
}
.qrc_sb_card_h-cr3{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-size:19px;
color:#eef2f9;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:0.5rem;
line-height:1.15;
}
.qrc_sb_card_p-cr3{
color:#6b7fa0;
font-size:13.5px;
line-height:1.6;
overflow-wrap:break-word;
}
.qrc_sb_rtp-cr3{
border-radius:0.875rem;
grid-template-columns:1fr;
background:#0e1118;
border:1px solid rgba(226,240,255,0.07);
gap:1.5rem;
padding:1.625rem 28px;
display:grid;
margin-top:1.125rem;
align-items:center;
}
@media(min-width:761px){
.qrc_sb_rtp-cr3{
grid-template-columns:1fr 1fr;
gap:40px;
}
}
.qrc_sb_rtp_h-cr3{
overflow-wrap:break-word;
color:#eef2f9;
font-weight:600;
line-height:1.15;
font-size:1.25rem;
margin-bottom:8px;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
.qrc_sb_rtp_p-cr3{
line-height:1.6;
overflow-wrap:break-word;
font-size:0.844rem;
color:#6b7fa0;
}
.qrc_sb_rtp_stats-cr3{
gap:1rem;
display:flex;
}
.qrc_sb_stat-cr3{
background:#161b26;
flex:1 1 0;
border-radius:0.5rem;
padding:1.125rem;
min-width:0;
text-align:center;
}
.qrc_sb_stat_v-cr3{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#34d399;
font-weight:700;
overflow-wrap:break-word;
font-size:1.625rem;
}
.qrc_sb_stat_l-cr3{
color:#8fa0bc;
font-size:11.5px;
margin-top:0.25rem;
}
.qrc_faq-cr3{
background:#161b26;
padding:48px 0;
margin-top:1.5rem;
border-top:1px solid rgba(226,240,255,0.07);
border-bottom:1px solid rgba(226,240,255,0.07);
}
@media(min-width:768px){
.qrc_faq-cr3{
padding:3.875rem 0;
}
}
.qrc_faq_head-cr3{
margin-bottom:2.125rem;
text-align:center;
}
.qrc_faq_eyebrow-cr3{
margin-bottom:12px;
}
.qrc_faq_h2-cr3{
overflow-wrap:break-word;
font-weight:600;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#eef2f9;
line-height:1.05;
font-size:32px;
}
@media(min-width:770px){
.qrc_faq_h2-cr3{
font-size:2.375rem;
}
}
.qrc_faq_list-cr3{
margin:0 auto;
gap:0.75rem;
flex-direction:column;
max-width:51.25rem;
display:flex;
}
.qrc_faq_item-cr3{
background:#0e1118;
border-radius:0.875rem;
overflow:hidden;
border:1px solid rgba(226,240,255,0.07);
}
.qrc_faq_q-cr3{
gap:20px;
padding:1.25rem 1.5rem;
list-style:none;
color:#eef2f9;
align-items:center;
display:flex;
font-size:16px;
cursor:pointer;
font-weight:700;
justify-content:space-between;
overflow-wrap:break-word;
}
.qrc_faq_q-cr3::-webkit-details-marker{
display:none;
}
.qrc_faq_q_ic-cr3{
flex:0 0 auto;
transition:transform .22s ease;
display:inline-flex;
color:#4a9fd4;
align-items:center;
}
.qrc_faq_q_ic-cr3 svg{
height:18px;
width:1.125rem;
}
.qrc_faq_item-cr3[open] .qrc_faq_q_ic-cr3{
transform:rotate(180deg);
}
.qrc_faq_a-cr3{
padding:0 1.5rem 20px;
overflow-wrap:break-word;
font-size:14.5px;
color:#6b7fa0;
line-height:1.6;
}
.qrc_el-cr3{
padding:48px 0;
}
@media(min-width:766px){
.qrc_el-cr3{
padding:3.5rem 0;
}
}
.qrc_el_in-cr3{
grid-template-columns:1fr;
gap:2.5rem;
display:grid;
align-items:start;
}
@media(min-width:903px){
.qrc_el_in-cr3{
grid-template-columns:1fr 1fr;
gap:56px;
}
}
.qrc_el_left-cr3{
min-width:0;
}
.qrc_el_eyebrow-cr3{
margin-bottom:0.875rem;
}
.qrc_el_h2-cr3{
overflow-wrap:break-word;
line-height:1.08;
font-size:2rem;
margin-bottom:22px;
font-weight:600;
color:#eef2f9;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.qrc_el_h2-cr3{
font-size:2.375rem;
}
}
.qrc_el_body-cr3 p{
line-height:1.7;
color:#c8d3e8;
overflow-wrap:break-word;
font-size:1rem;
margin-bottom:18px;
}
.qrc_el_dropcap-cr3{
padding:0.375rem 12px 0 0;
color:#4a9fd4;
float:left;
font-size:62px;
line-height:.8;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
}
.qrc_el_right-cr3{
min-width:0;
}
.qrc_el_quote-cr3{
border-radius:20px;
padding:36px;
background:linear-gradient(150deg,#112240,#090c12);
margin-bottom:24px;
position:relative;
color:#eef2f9;
}
.qrc_el_quote_mark-cr3{
margin-bottom:0.375rem;
color:#63b3ed;
display:inline-flex;
align-items:center;
}
.qrc_el_quote_mark-cr3 svg{
height:34px;
width:34px;
}
.qrc_el_quote_text-cr3{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:1.375rem;
overflow-wrap:break-word;
line-height:1.4;
color:#eef2f9;
font-weight:500;
font-size:1.375rem;
}
.qrc_el_quote_meta-cr3{
gap:0.75rem;
display:flex;
align-items:center;
}
.qrc_el_quote_av-cr3{
border-radius:50%;
background:linear-gradient(135deg,#4a9fd4,#7dd3fc);
flex:0 0 auto;
height:38px;
width:38px;
}
.qrc_el_quote_author-cr3{
font-size:14px;
font-weight:700;
color:#eef2f9;
}
.qrc_el_quote_meta_sub-cr3{
font-size:0.75rem;
color:#8fa0bc;
}
.qrc_el_explain-cr3{
border:1px solid rgba(226,240,255,0.07);
overflow:hidden;
border-radius:14px;
}
.qrc_el_explain_card-cr3{
padding:22px 24px;
}
.qrc_el_explain_card-cr3+.qrc_el_explain_card-cr3{
border-top:1px solid rgba(226,240,255,0.07);
}
.qrc_el_explain_h-cr3{
margin-bottom:8px;
font-weight:600;
font-size:20px;
color:#eef2f9;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
overflow-wrap:break-word;
}
.qrc_el_explain_p-cr3{
font-size:0.875rem;
line-height:1.55;
overflow-wrap:break-word;
color:#6b7fa0;
}
.qrc_ft-cr3{
background:#090c12;
margin-top:2.5rem;
color:#8fa0bc;
}
.qrc_ft_in-cr3{
grid-template-columns:1fr;
gap:2rem;
padding:48px 0 1.75rem;
display:grid;
}
@media(min-width:599px){
.qrc_ft_in-cr3{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:902px){
.qrc_ft_in-cr3{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.qrc_ft_brand-cr3{
min-width:0;
}
.qrc_ft_logo-cr3{
font-size:1.625rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#eef2f9;
overflow-wrap:break-word;
font-weight:700;
}
.qrc_ft_tagline-cr3{
margin-top:0.875rem;
max-width:17.5rem;
line-height:1.6;
color:#8fa0bc;
font-size:0.844rem;
}
.qrc_ft_contact-cr3{
transition:color .22s ease;
display:inline-block;
max-width:280px;
color:#63b3ed;
margin-top:0.75rem;
font-size:0.813rem;
overflow-wrap:anywhere;
}
.qrc_ft_contact-cr3:hover{
color:#eef2f9;
}
.qrc_ft_col-cr3{
min-width:0;
}
.qrc_ft_col_h-cr3{
font-size:13px;
letter-spacing:.08em;
text-transform:uppercase;
font-weight:700;
margin-bottom:0.875rem;
overflow-wrap:break-word;
color:#eef2f9;
}
.qrc_ft_col_links-cr3{
gap:10px;
flex-direction:column;
display:flex;
}
.qrc_ft_link-cr3{
transition:color .22s ease;
font-size:0.844rem;
color:#8fa0bc;
overflow-wrap:break-word;
}
.qrc_ft_link-cr3:hover{
color:#eef2f9;
}
.qrc_ft_bot-cr3{
gap:1rem;
padding:22px 0 2.5rem;
display:flex;
flex-direction:column;
border-top:1px solid rgba(226,240,255,0.12);
}
@media(min-width:771px){
.qrc_ft_bot-cr3{
gap:1.25rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.qrc_ft_legal-cr3{
line-height:1.6;
font-size:11.5px;
overflow-wrap:break-word;
max-width:47.5rem;
color:#3f506e;
}
.qrc_ft_legal-cr3 b{
color:#8fa0bc;
font-weight:700;
}
.qrc_ft_age-cr3{
flex:0 0 auto;
border:1.5px solid #63b3ed;
border-radius:8px;
padding:0.25rem 0.563rem;
color:#63b3ed;
font-weight:700;
font-size:0.813rem;
}