*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0F0E13;
line-height:1.6;
font-size:15px;
text-rendering:optimizeLegibility;
font-family:"Work Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#C8C2D8;
overflow-wrap:break-word;
-webkit-font-smoothing:antialiased;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
width:0.5rem;
height:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.iil_layout-oj6{
min-height:100vh;
flex-direction:column;
display:flex;
}
.iil_main-oj6{
flex:1 1 auto;
min-width:0;
width:100%;
}
.iil_container-oj6{
margin:0 auto;
padding:0 1rem;
max-width:1400px;
width:100%;
}
@media(min-width:765px){
.iil_container-oj6{
padding:0 2rem;
}
}
@media(min-width:1099px){
.iil_container-oj6{
padding:0 56px;
}
}
.iil_eyebrow-oj6{
font-size:11px;
text-transform:uppercase;
display:inline-block;
font-weight:600;
letter-spacing:.2em;
font-family:"Work Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#10C878;
line-height:1.4;
overflow-wrap:break-word;
}
.iil_band-oj6{
background:#0C1A16;
color:#EDF8F4;
}
.iil_band-oj6 .iil_eyebrow-oj6{
color:#2EEEA0;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.iil_tb-oj6{
background:#0F0E13;
position:sticky;
z-index:50;
border-bottom:1px solid rgba(240,237,248,0.13);
top:0;
}
.iil_tb_in-oj6{
margin:0 auto;
padding:12px 16px;
gap:1rem;
width:100%;
align-items:center;
justify-content:space-between;
max-width:1400px;
display:flex;
}
@media(min-width:769px){
.iil_tb_in-oj6{
padding:16px 2rem;
}
}
@media(min-width:1101px){
.iil_tb_in-oj6{
padding:18px 56px;
}
}
.iil_tb_left-oj6{
gap:1.75rem;
display:flex;
min-width:0;
align-items:center;
}
.iil_tb_logo-oj6{
gap:11px;
display:flex;
align-items:center;
min-width:0;
}
.iil_tb_logo_mark-oj6{
flex:0 0 auto;
border-radius:8px;
height:34px;
width:2.125rem;
object-fit:cover;
}
.iil_tb_logo_txt-oj6{
min-width:0;
line-height:1;
flex-direction:column;
display:flex;
}
.iil_tb_logo_name-oj6{
overflow:hidden;
font-weight:700;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EDF8;
font-size:22px;
text-overflow:ellipsis;
letter-spacing:.02em;
white-space:nowrap;
}
.iil_tb_logo_sub-oj6{
overflow:hidden;
font-weight:600;
white-space:nowrap;
margin-top:0.25rem;
text-overflow:ellipsis;
text-transform:uppercase;
font-size:0.531rem;
letter-spacing:.32em;
color:#10C878;
}
.iil_tb_nav-oj6{
display:none;
}
@media(min-width:961px){
.iil_tb_nav-oj6{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.iil_tb_nav_item-oj6{
transition:color .22s ease,border-color .22s ease;
font-weight:600;
color:#C8C2D8;
padding-bottom:3px;
font-size:0.875rem;
border-bottom:2px solid transparent;
white-space:nowrap;
}
.iil_tb_nav_item-oj6:hover{
color:#F0EDF8;
}
.iil_tb_nav_item-oj6.iil_state_active-oj6{
border-color:#10C878;
color:#F0EDF8;
}
.iil_tb_right-oj6{
gap:0.875rem;
flex:0 0 auto;
align-items:center;
display:flex;
}
.iil_tb_search-oj6{
transition:color .22s ease;
align-items:center;
color:#C8C2D8;
display:flex;
justify-content:center;
}
.iil_tb_search-oj6:hover{
color:#10C878;
}
.iil_tb_search-oj6 svg{
height:1.125rem;
width:18px;
}
.iil_tb_lang-oj6{
text-transform:uppercase;
color:#9A93AE;
letter-spacing:.1em;
font-weight:600;
font-size:11px;
}
.iil_tb_lang-oj6:hover{
color:#F0EDF8;
}
.iil_tb_login-oj6{
color:#F0EDF8;
display:none;
font-weight:600;
font-size:0.875rem;
}
@media(min-width:769px){
.iil_tb_login-oj6{
display:inline-block;
}
}
.iil_tb_register-oj6{
transition:background-color .22s ease;
background:#10C878;
padding:0.688rem 1.375rem;
border-radius:62.438rem;
color:#060810;
font-size:0.875rem;
white-space:nowrap;
font-weight:700;
}
.iil_tb_register-oj6:hover{
background:#0DB36A;
}
.iil_mob-oj6{
background:#0F0E13;
padding-bottom:env(safe-area-inset-bottom);
z-index:60;
position:fixed;
border-top:1px solid rgba(240,237,248,0.13);
left:0;
bottom:0;
right:0;
}
@media(min-width:961px){
.iil_mob-oj6{
display:none;
}
}
.iil_mob_in-oj6{
margin:0 auto;
align-items:stretch;
display:flex;
justify-content:space-around;
max-width:560px;
}
.iil_mob_item-oj6{
flex:1 1 0;
gap:3px;
padding:9px 0.25rem;
transition:color .22s ease;
flex-direction:column;
align-items:center;
color:#9A93AE;
min-width:0;
display:flex;
}
.iil_mob_item-oj6.iil_state_active-oj6{
color:#10C878;
}
.iil_mob_ic-oj6{
justify-content:center;
display:flex;
align-items:center;
}
.iil_mob_ic-oj6 svg{
width:20px;
height:20px;
}
.iil_mob_lb-oj6{
overflow:hidden;
font-weight:600;
white-space:nowrap;
font-size:10px;
text-overflow:ellipsis;
max-width:100%;
}
@media(max-width:957px){
body{
padding-bottom:60px;
}
}
.iil_rail-oj6{
position:relative;
min-width:0;
}
.iil_rail_scroll-oj6{
gap:0.875rem;
display:flex;
padding-bottom:14px;
scrollbar-width:thin;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
}
@media(min-width:770px){
.iil_rail_scroll-oj6{
gap:18px;
}
}
.iil_gc-oj6{
flex:0 0 auto;
display:block;
width:150px;
}
@media(min-width:769px){
.iil_gc-oj6{
width:11.75rem;
}
}
.iil_gc_img-oj6{
background:#17151E;
overflow:hidden;
border-radius:0.875rem;
padding-bottom:133.33%;
position:relative;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 0.5rem 24px rgba(0,0,0,0.28);
}
.iil_gc_img-oj6 img{
inset:0;
position:absolute;
height:100%;
object-fit:cover;
width:100%;
}
.iil_gc_cover-oj6{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
pointer-events:none;
position:absolute;
}
.iil_gc_hover-oj6{
inset:0;
transition:opacity .22s ease;
background:rgba(0,0,0,0.52);
opacity:0;
display:flex;
position:absolute;
align-items:center;
justify-content:center;
}
.iil_gc-oj6:hover .iil_gc_hover-oj6{
opacity:1;
}
.iil_gc_hover_btn-oj6{
background:#10C878;
border-radius:62.438rem;
color:#060810;
height:2.875rem;
width:2.875rem;
justify-content:center;
display:flex;
align-items:center;
}
.iil_gc_hover_btn-oj6 svg{
height:1.125rem;
width:18px;
}
.iil_gc_info-oj6{
gap:2px;
display:flex;
min-width:0;
flex-direction:column;
margin-top:0.563rem;
}
.iil_gc_name-oj6{
overflow:hidden;
font-weight:700;
color:#F0EDF8;
text-overflow:ellipsis;
white-space:nowrap;
font-size:0.813rem;
}
.iil_gc_prov-oj6{
overflow:hidden;
font-size:0.688rem;
color:#9A93AE;
white-space:nowrap;
text-overflow:ellipsis;
}
.iil_gc_meta-oj6{
font-size:0.688rem;
color:#9A93AE;
}
.iil_tc-oj6{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:769px){
.iil_tc-oj6{
width:14.375rem;
}
}
.iil_tc_img-oj6{
background:#17151E;
border-radius:0.875rem;
overflow:hidden;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 0.5rem 1.5rem rgba(0,0,0,0.28);
position:relative;
padding-bottom:75%;
}
.iil_tc_img-oj6 img{
inset:0;
height:100%;
object-fit:cover;
width:100%;
position:absolute;
}
.iil_tc_info-oj6{
gap:2px;
flex-direction:column;
display:flex;
min-width:0;
margin-top:9px;
}
.iil_tc_name-oj6{
overflow:hidden;
font-size:14px;
text-overflow:ellipsis;
white-space:nowrap;
font-weight:700;
color:#F0EDF8;
}
.iil_tc_rtp-oj6{
color:#9A93AE;
font-size:0.688rem;
}
.iil_lc-oj6{
flex:0 0 auto;
width:230px;
display:block;
}
@media(min-width:768px){
.iil_lc-oj6{
width:16.75rem;
}
}
.iil_lc_img-oj6{
border-radius:14px;
overflow:hidden;
background:#17151E;
padding-bottom:62.5%;
position:relative;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 0.5rem 24px rgba(0,0,0,0.28);
}
.iil_lc_img-oj6 img{
inset:0;
position:absolute;
height:100%;
object-fit:cover;
width:100%;
}
.iil_lc_live-oj6{
gap:0.438rem;
padding:4px 9px;
background:rgba(0,0,0,0.52);
border-radius:62.438rem;
align-items:center;
position:absolute;
display:flex;
top:12px;
left:12px;
}
.iil_lc_live_dot-oj6{
animation:zm2-pulse 1.6s infinite;
background:#E83A4A;
border-radius:50%;
height:8px;
width:8px;
}
.iil_lc_seats-oj6{
font-weight:600;
text-transform:uppercase;
color:#EDF8F4;
font-size:10px;
letter-spacing:.08em;
}
.iil_lc_info-oj6{
gap:2px;
margin-top:0.563rem;
min-width:0;
display:flex;
flex-direction:column;
}
.iil_lc_name-oj6{
overflow:hidden;
font-size:0.938rem;
white-space:nowrap;
text-overflow:ellipsis;
color:#F0EDF8;
font-weight:700;
}
.iil_lc_bet-oj6{
font-size:0.688rem;
color:#9A93AE;
}
.iil_pc-oj6{
gap:0.5rem;
padding:1rem 0.875rem;
border:1px solid rgba(240,237,248,0.07);
background:#17151E;
border-radius:14px;
min-height:74px;
flex-direction:column;
justify-content:center;
align-items:center;
display:flex;
min-width:0;
}
.iil_pc_logo-oj6{
flex:0 0 auto;
max-width:100%;
width:auto;
height:1.75rem;
object-fit:contain;
}
.iil_pc_name-oj6{
overflow:hidden;
font-size:11px;
white-space:nowrap;
color:#9A93AE;
text-overflow:ellipsis;
text-align:center;
max-width:100%;
}
.iil_gc_tag-oj6{
border-radius:0.5rem;
padding:3px 8px;
left:0.625rem;
display:inline-block;
z-index:2;
letter-spacing:.06em;
top:10px;
text-transform:uppercase;
position:absolute;
font-weight:700;
font-size:10px;
}
.iil_gc_tag_hot-oj6{
background:#E83A4A;
color:#EDF8F4;
}
.iil_gc_tag_new-oj6{
background:#2EEEA0;
color:#0A0912;
}
.iil_gc_tag_jp-oj6{
background:#E8A020;
color:#0A0912;
}
.iil_gc_tag_live-oj6{
background:#E83A4A;
color:#EDF8F4;
}
.iil_sh-oj6{
min-width:0;
margin-bottom:18px;
}
.iil_sh_row-oj6{
gap:16px;
align-items:flex-end;
flex-wrap:wrap;
display:flex;
justify-content:space-between;
}
.iil_sh_row-oj6 .iil_sh_l-oj6{
gap:6px;
min-width:0;
display:flex;
flex-direction:column;
}
.iil_sh_stack-oj6{
gap:10px;
align-items:flex-start;
display:flex;
flex-direction:column;
}
.iil_sh_center-oj6{
gap:10px;
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
}
.iil_sh_h2-oj6{
font-weight:600;
overflow-wrap:break-word;
font-size:24px;
line-height:1.1;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EDF8;
}
@media(min-width:769px){
.iil_sh_h2-oj6{
font-size:1.875rem;
}
}
.iil_band-oj6 .iil_sh_h2-oj6{
color:#EDF8F4;
}
.iil_sh_eb_line-oj6{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.iil_sh_eb_line-oj6::before{
background:#10C878;
height:1px;
display:inline-block;
content:"";
width:1.75rem;
}
.iil_band-oj6 .iil_sh_eb_line-oj6::before{
background:#2EEEA0;
}
.iil_sh_eb_dot-oj6{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.iil_sh_eb_dot-oj6::before{
border-radius:50%;
background:#10C878;
content:"";
display:inline-block;
height:0.375rem;
width:6px;
}
.iil_band-oj6 .iil_sh_eb_dot-oj6::before{
background:#2EEEA0;
}
.iil_sh_link-oj6{
gap:6px;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
color:#F0EDF8;
display:inline-flex;
font-weight:600;
padding-bottom:2px;
border-bottom:1px solid #F0EDF8;
align-items:center;
font-size:0.813rem;
white-space:nowrap;
}
.iil_sh_link-oj6:hover{
border-color:#10C878;
color:#10C878;
}
.iil_sh_link-oj6 svg{
width:14px;
height:14px;
}
.iil_sh_link_chev-oj6{
border-bottom:0;
padding-bottom:0;
}
.iil_sh_link_btn-oj6{
padding:0.563rem 18px;
border-radius:999px;
background:#10C878;
border-bottom:0;
color:#060810;
}
.iil_sh_link_btn-oj6:hover{
border-color:transparent;
background:#0DB36A;
color:#060810;
}
.iil_band-oj6 .iil_sh_link-oj6{
border-color:#EDF8F4;
color:#EDF8F4;
}
.iil_band-oj6 .iil_sh_link_btn-oj6{
background:#2EEEA0;
color:#0A0912;
}
.iil_sh_rule-oj6{
background:rgba(240,237,248,0.13);
margin:-2px 0 1.125rem;
height:1px;
}
.iil_band-oj6 .iil_sh_rule-oj6{
background:rgba(180,255,220,0.13);
}
.iil_hero-oj6{
padding:2rem 0 0.5rem;
}
@media(min-width:767px){
.iil_hero-oj6{
padding:56px 0 24px;
}
}
.iil_hero_in-oj6{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:901px){
.iil_hero_in-oj6{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.iil_hero_copy-oj6{
min-width:0;
}
.iil_hero_eyebrow-oj6{
gap:0.625rem;
align-items:center;
margin-bottom:1.375rem;
display:inline-flex;
}
.iil_hero_eyebrow_line-oj6{
flex:0 0 auto;
background:#10C878;
height:1px;
display:inline-block;
width:28px;
}
.iil_hero_h1-oj6{
font-size:2.375rem;
font-weight:600;
color:#F0EDF8;
margin-bottom:1.25rem;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.04;
overflow-wrap:break-word;
letter-spacing:-.01em;
}
@media(min-width:771px){
.iil_hero_h1-oj6{
font-size:3.375rem;
}
}
@media(min-width:1099px){
.iil_hero_h1-oj6{
font-size:3.875rem;
}
}
.iil_hero_h1-oj6 em{
font-style:normal;
color:#10C878;
}
.iil_hero_sub-oj6{
font-size:1rem;
color:#7A7390;
max-width:480px;
margin-bottom:30px;
line-height:1.6;
}
@media(min-width:769px){
.iil_hero_sub-oj6{
font-size:18px;
}
}
.iil_hero_actions-oj6{
gap:14px;
display:flex;
flex-wrap:wrap;
margin-bottom:2.125rem;
align-items:center;
}
.iil_hero_cta-oj6{
border-radius:62.438rem;
padding:1rem 30px;
background:#10C878;
transition:background-color .22s ease;
gap:10px;
align-items:center;
font-size:15px;
font-weight:700;
color:#060810;
display:inline-flex;
}
.iil_hero_cta-oj6:hover{
background:#0DB36A;
}
.iil_hero_cta_ic-oj6{
display:inline-flex;
align-items:center;
}
.iil_hero_cta_ic-oj6 svg{
height:16px;
width:1rem;
}
.iil_hero_cta_alt-oj6{
transition:border-color .22s ease,color .22s ease;
border:1px solid rgba(240,237,248,0.13);
border-radius:999px;
background:transparent;
padding:0.938rem 1.625rem;
font-weight:600;
display:inline-flex;
align-items:center;
font-size:0.938rem;
color:#F0EDF8;
}
.iil_hero_cta_alt-oj6:hover{
border-color:#10C878;
color:#10C878;
}
.iil_hero_trust-oj6{
gap:1.375rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.iil_hero_trust_item-oj6{
gap:0.563rem;
display:flex;
align-items:center;
font-size:13px;
font-weight:600;
color:#C8C2D8;
}
.iil_hero_trust_ic-oj6{
display:inline-flex;
color:#10C878;
align-items:center;
}
.iil_hero_trust_ic-oj6 svg{
width:16px;
height:16px;
}
.iil_hero_promo-oj6{
background:#17151E;
overflow:hidden;
border-radius:20px;
box-shadow:0 0.5rem 1rem rgba(0,0,0,0.36), 0 32px 4.5rem rgba(0,0,0,0.50), 0 0 48px rgba(16,200,120,0.08);
min-height:300px;
position:relative;
display:flex;
}
.iil_hero_promo_bg-oj6{
inset:0;
background-position:center;
background-size:cover;
position:absolute;
}
.iil_hero_promo_bg-oj6::after{
background:linear-gradient(120deg,#0C1A16 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
position:absolute;
content:"";
}
.iil_hero_promo_glow-oj6{
border-radius:50%;
background:radial-gradient(circle,rgba(16,200,120,0.12) 0%,transparent 65%);
right:-20px;
pointer-events:none;
height:16.25rem;
top:-40px;
width:16.25rem;
position:absolute;
}
.iil_hero_promo_ct-oj6{
padding:28px;
position:relative;
z-index:2;
max-width:88%;
align-self:flex-end;
}
.iil_hero_promo_label-oj6{
letter-spacing:.25em;
margin-bottom:8px;
display:block;
font-weight:700;
color:#2EEEA0;
text-transform:uppercase;
font-size:10px;
}
.iil_hero_promo_amount-oj6{
line-height:1.05;
font-size:2rem;
color:#EDF8F4;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:770px){
.iil_hero_promo_amount-oj6{
font-size:2.5rem;
}
}
.iil_hero_promo_amount-oj6 em{
color:#2EEEA0;
font-style:normal;
}
.iil_hero_rating-oj6{
gap:10px;
background:#17151E;
padding:10px 14px;
border-radius:14px;
border:1px solid rgba(240,237,248,0.07);
max-width:min(16.25rem,62%);
right:0.875rem;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 8px 1.5rem rgba(0,0,0,0.28);
position:absolute;
display:flex;
align-items:center;
z-index:3;
top:14px;
}
.iil_hero_rating_score-oj6{
flex:0 0 auto;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-size:24px;
color:#F0EDF8;
font-weight:700;
}
.iil_hero_rating_txt-oj6{
flex:1 1 auto;
min-width:0;
}
.iil_hero_rating_stars-oj6{
gap:2px;
color:#10C878;
display:flex;
}
.iil_hero_rating_stars-oj6 svg{
height:12px;
width:0.75rem;
}
.iil_hero_rating_cap-oj6{
margin-top:3px;
color:#9A93AE;
overflow-wrap:break-word;
font-size:11px;
display:block;
line-height:1.35;
}
.iil_stat-oj6{
border-bottom:1px solid rgba(240,237,248,0.13);
border-top:1px solid rgba(240,237,248,0.13);
margin-top:16px;
}
.iil_stat_in-oj6{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:766px){
.iil_stat_in-oj6{
grid-template-columns:repeat(4,1fr);
}
}
.iil_stat_item-oj6{
padding:1.375rem 14px;
border-bottom:1px solid rgba(240,237,248,0.07);
min-width:0;
border-right:1px solid rgba(240,237,248,0.07);
}
.iil_stat_item-oj6:nth-child(2n){
border-right:0;
}
.iil_stat_item-oj6:nth-child(n+3){
border-bottom:0;
}
@media(min-width:770px){
.iil_stat_item-oj6{
border-bottom:0;
}
.iil_stat_item-oj6:nth-child(2n){
border-right:1px solid rgba(240,237,248,0.07);
}
.iil_stat_item-oj6:nth-child(4n){
border-right:0;
}
}
.iil_stat_value-oj6{
font-weight:700;
line-height:1;
font-size:1.875rem;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EDF8;
overflow-wrap:break-word;
}
@media(min-width:766px){
.iil_stat_value-oj6{
font-size:2.125rem;
}
}
.iil_stat_label-oj6{
color:#9A93AE;
margin-top:6px;
overflow-wrap:break-word;
line-height:1.4;
font-size:13px;
}
.iil_grow-oj6{
padding:1.625rem 0 10px;
}
.iil_row_seo-oj6{
margin:0.625rem 0 0;
color:#7A7390;
max-width:47.5rem;
line-height:1.65;
font-size:0.875rem;
overflow-wrap:break-word;
}
.iil_row_seo-oj6 strong{
font-weight:700;
color:#F0EDF8;
}
.iil_pr-oj6{
padding:30px 0 6px;
}
.iil_pr_card-oj6{
overflow:hidden;
border:1px solid rgba(240,237,248,0.07);
padding:1.625rem;
border-radius:20px;
background:#17151E;
flex:0 0 auto;
gap:10px;
width:17.5rem;
display:flex;
flex-direction:column;
min-height:12.5rem;
position:relative;
}
@media(min-width:765px){
.iil_pr_card-oj6{
width:300px;
}
}
.iil_pr_card_feat-oj6{
border-color:transparent;
background:linear-gradient(150deg,#0C1F18,#070C0A);
color:#EDF8F4;
}
.iil_pr_glow-oj6{
border-radius:50%;
background:radial-gradient(circle,rgba(16,200,120,0.12),transparent 70%);
pointer-events:none;
height:130px;
opacity:0;
position:absolute;
width:8.125rem;
right:-1.875rem;
top:-30px;
}
.iil_pr_card_feat-oj6 .iil_pr_glow-oj6{
opacity:1;
}
.iil_pr_label-oj6{
letter-spacing:.16em;
color:#10C878;
font-size:10px;
position:relative;
font-weight:700;
text-transform:uppercase;
}
.iil_pr_card_feat-oj6 .iil_pr_label-oj6{
color:#2EEEA0;
}
.iil_pr_amount-oj6{
color:#F0EDF8;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.625rem;
line-height:1.08;
overflow-wrap:break-word;
font-weight:600;
position:relative;
}
.iil_pr_card_feat-oj6 .iil_pr_amount-oj6{
color:#EDF8F4;
}
.iil_pr_amount-oj6 em{
color:#10C878;
font-style:normal;
}
.iil_pr_card_feat-oj6 .iil_pr_amount-oj6 em{
color:#2EEEA0;
}
.iil_pr_terms-oj6{
position:relative;
font-size:13px;
color:#9A93AE;
line-height:1.5;
}
.iil_pr_card_feat-oj6 .iil_pr_terms-oj6{
color:#88B8A4;
}
.iil_pr_cta-oj6{
margin-top:auto;
position:relative;
align-self:flex-start;
}
.iil_pr_card_feat-oj6 .iil_pr_cta-oj6{
border-radius:62.438rem;
transition:opacity .22s ease;
background:#2EEEA0;
padding:9px 1.125rem;
color:#0A0912;
font-weight:700;
font-size:13px;
}
.iil_pr_card_feat-oj6 .iil_pr_cta-oj6:hover{
opacity:.9;
}
.iil_pr_card-oj6:not(.iil_pr_card_feat-oj6) .iil_pr_cta-oj6{
transition:color .22s ease,border-color .22s ease;
font-weight:700;
border-bottom:1px solid #F0EDF8;
color:#F0EDF8;
padding-bottom:2px;
font-size:13px;
}
.iil_pr_card-oj6:not(.iil_pr_card_feat-oj6) .iil_pr_cta-oj6:hover{
border-color:#10C878;
color:#10C878;
}
.iil_gf-oj6{
padding:24px 0 6px;
}
.iil_gf_in-oj6{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.iil_gf_chip-oj6{
background:#17151E;
padding:0.625rem 1.125rem;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border-radius:62.438rem;
border:1px solid rgba(240,237,248,0.13);
color:#C8C2D8;
font-weight:600;
white-space:nowrap;
font-size:13px;
}
.iil_gf_chip-oj6:hover{
border-color:#10C878;
color:#10C878;
}
.iil_gf_chip-oj6.iil_state_active-oj6{
background:#10C878;
border-color:transparent;
color:#060810;
}
.iil_jp-oj6{
padding:1.875rem 0 0.625rem;
}
.iil_jp_grid-oj6{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:767px){
.iil_jp_grid-oj6{
grid-template-columns:1fr 1fr;
}
.iil_jp_card_mega-oj6{
grid-column:1/-1;
}
}
@media(min-width:1002px){
.iil_jp_grid-oj6{
grid-template-columns:1.4fr 1fr 1fr;
}
.iil_jp_card_mega-oj6{
grid-column:auto;
}
}
.iil_jp_card-oj6{
background:#17151E;
overflow:hidden;
border-radius:20px;
gap:0.75rem;
padding:1.625rem;
border:1px solid rgba(240,237,248,0.07);
justify-content:space-between;
flex-direction:column;
min-width:0;
display:flex;
min-height:12.5rem;
position:relative;
}
.iil_jp_card_mega-oj6{
border-color:transparent;
background:linear-gradient(135deg,#0C1F18,#070C0A);
color:#EDF8F4;
min-height:13.125rem;
}
.iil_jp_glow-oj6{
border-radius:50%;
background:radial-gradient(circle,rgba(16,200,120,0.12),transparent 70%);
width:12.5rem;
top:-40px;
position:absolute;
pointer-events:none;
height:200px;
right:-40px;
}
.iil_jp_label-oj6{
gap:0.625rem;
display:flex;
align-items:center;
letter-spacing:.16em;
position:relative;
justify-content:space-between;
text-transform:uppercase;
font-weight:700;
font-size:10px;
color:#10C878;
flex-wrap:wrap;
}
.iil_jp_card_mega-oj6 .iil_jp_label-oj6{
color:#2EEEA0;
}
.iil_jp_drop-oj6{
color:#9A93AE;
text-transform:none;
font-weight:600;
letter-spacing:.04em;
}
.iil_jp_card_mega-oj6 .iil_jp_drop-oj6{
color:#88B8A4;
}
.iil_jp_amount-oj6{
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
position:relative;
font-size:2.375rem;
line-height:1;
color:#F0EDF8;
overflow-wrap:break-word;
font-weight:700;
}
.iil_jp_card_mega-oj6 .iil_jp_amount-oj6{
animation:zm2-pulse 2.4s infinite;
color:#2EEEA0;
font-size:48px;
}
@media(min-width:769px){
.iil_jp_card_mega-oj6 .iil_jp_amount-oj6{
font-size:54px;
}
}
.iil_jp_game-oj6{
color:#9A93AE;
position:relative;
font-size:13px;
}
.iil_jp_card_mega-oj6 .iil_jp_game-oj6{
color:#88B8A4;
}
.iil_jp_cta-oj6{
position:relative;
align-self:flex-start;
}
.iil_jp_card_mega-oj6 .iil_jp_cta-oj6{
border-radius:62.438rem;
padding:0.625rem 20px;
transition:opacity .22s ease;
background:#2EEEA0;
font-size:13px;
font-weight:700;
color:#0A0912;
}
.iil_jp_card_mega-oj6 .iil_jp_cta-oj6:hover{
opacity:.9;
}
.iil_jp_card-oj6:not(.iil_jp_card_mega-oj6) .iil_jp_cta-oj6{
transition:color .22s ease,border-color .22s ease;
font-size:13px;
padding-bottom:2px;
font-weight:700;
color:#F0EDF8;
border-bottom:1px solid #F0EDF8;
}
.iil_jp_card-oj6:not(.iil_jp_card_mega-oj6) .iil_jp_cta-oj6:hover{
border-color:#10C878;
color:#10C878;
}
.iil_jp_seo-oj6{
margin:14px 0 0;
max-width:47.5rem;
line-height:1.65;
font-size:0.875rem;
overflow-wrap:break-word;
color:#7A7390;
}
.iil_jp_seo-oj6 strong{
font-weight:700;
color:#F0EDF8;
}
.iil_grow-oj6{
padding:26px 0 0.625rem;
}
.iil_row_seo-oj6{
margin:0.625rem 0 0;
color:#7A7390;
line-height:1.65;
overflow-wrap:break-word;
font-size:0.875rem;
max-width:760px;
}
.iil_row_seo-oj6 strong{
color:#F0EDF8;
font-weight:700;
}
.iil_grow-oj6{
padding:1.625rem 0 0.625rem;
}
.iil_row_seo-oj6{
margin:0.625rem 0 0;
line-height:1.65;
overflow-wrap:break-word;
font-size:0.875rem;
max-width:47.5rem;
color:#7A7390;
}
.iil_row_seo-oj6 strong{
font-weight:700;
color:#F0EDF8;
}
.iil_vip-oj6{
padding:48px 0;
}
@media(min-width:769px){
.iil_vip-oj6{
padding:64px 0;
}
}
.iil_vip_head-oj6{
gap:14px;
margin-bottom:1.875rem;
display:flex;
flex-direction:column;
}
@media(min-width:883px){
.iil_vip_head-oj6{
gap:24px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.iil_vip_eyebrow-oj6{
margin-bottom:0.75rem;
}
.iil_vip_h2-oj6{
line-height:1.05;
font-size:2rem;
color:#EDF8F4;
overflow-wrap:break-word;
font-weight:600;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:770px){
.iil_vip_h2-oj6{
font-size:2.5rem;
}
}
.iil_vip_intro-oj6{
line-height:1.6;
font-size:0.875rem;
max-width:26.25rem;
color:#88B8A4;
}
.iil_vip_grid-oj6{
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
gap:0.875rem;
display:grid;
}
.iil_vip_card-oj6{
border:1px solid rgba(180,255,220,0.13);
padding:22px 18px;
border-radius:14px;
min-width:0;
}
.iil_vip_card_feat-oj6{
border-color:#2EEEA0;
background:rgba(220,255,240,0.07);
}
.iil_vip_card_ic-oj6{
background:linear-gradient(135deg,#10C878,#2EEEA0);
border-radius:0.5rem;
margin-bottom:16px;
height:34px;
display:block;
width:2.125rem;
}
.iil_vip_name-oj6{
overflow-wrap:break-word;
font-weight:600;
font-size:20px;
margin-bottom:6px;
color:#EDF8F4;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
}
.iil_vip_perk-oj6{
color:#88B8A4;
line-height:1.5;
font-size:12.5px;
overflow-wrap:break-word;
}
.iil_gm-oj6{
padding:1.875rem 0 0.625rem;
}
.iil_gm_in-oj6{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:881px){
.iil_gm_in-oj6{
grid-template-columns:1.25fr 1fr;
}
}
.iil_gm_left-oj6{
border-radius:1.25rem;
background:#17151E;
padding:2rem;
border:1px solid rgba(240,237,248,0.07);
min-width:0;
}
.iil_gm_eyebrow-oj6{
margin-bottom:0.625rem;
}
.iil_gm_h2-oj6{
line-height:1.06;
font-weight:600;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.625rem;
overflow-wrap:break-word;
color:#F0EDF8;
margin-bottom:0.5rem;
}
@media(min-width:766px){
.iil_gm_h2-oj6{
font-size:28px;
}
}
.iil_gm_text-oj6{
margin-bottom:1.375rem;
font-size:14px;
color:#7A7390;
line-height:1.6;
max-width:30rem;
}
.iil_gm_level-oj6{
color:#10C878;
font-weight:700;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.5rem;
font-size:1.375rem;
}
.iil_gm_bar-oj6{
overflow:hidden;
background:rgba(240,237,248,0.13);
border-radius:62.438rem;
height:0.5rem;
margin-bottom:6px;
}
.iil_gm_bar_fill-oj6{
background:linear-gradient(90deg,#10C878,#2EEEA0);
border-radius:62.438rem;
height:100%;
}
.iil_gm_bar_meta-oj6{
gap:0.625rem;
font-size:0.688rem;
margin-bottom:18px;
display:flex;
color:#9A93AE;
justify-content:space-between;
}
.iil_gm_missions-oj6{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.iil_gm_mission-oj6{
border-radius:999px;
border:1px solid rgba(240,237,248,0.13);
background:#0F0E13;
padding:0.563rem 0.938rem;
gap:7px;
font-weight:600;
align-items:center;
color:#C8C2D8;
display:inline-flex;
font-size:12.5px;
}
.iil_gm_mission_ic-oj6{
color:#10C878;
display:inline-flex;
align-items:center;
}
.iil_gm_mission_ic-oj6 svg{
height:13px;
width:13px;
}
.iil_gm_right-oj6{
background:linear-gradient(150deg,#0C1F18,#070C0A);
border-radius:20px;
padding:2rem;
overflow:hidden;
flex-direction:column;
display:flex;
position:relative;
color:#EDF8F4;
}
.iil_gm_glow-oj6{
border-radius:50%;
background:radial-gradient(circle,rgba(16,200,120,0.12),transparent 70%);
right:-30px;
width:150px;
top:-30px;
pointer-events:none;
position:absolute;
height:150px;
}
.iil_gm_ref_eyebrow-oj6{
margin-bottom:0.625rem;
position:relative;
}
.iil_gm_ref_h2-oj6{
overflow-wrap:break-word;
font-weight:600;
font-size:1.625rem;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
position:relative;
line-height:1.1;
color:#EDF8F4;
margin-bottom:8px;
}
.iil_gm_ref_text-oj6{
font-size:13.5px;
margin-bottom:1.25rem;
line-height:1.55;
color:#88B8A4;
position:relative;
}
.iil_gm_ref_cta-oj6{
transition:opacity .22s ease;
border-radius:62.438rem;
padding:0.688rem 22px;
background:#2EEEA0;
font-weight:700;
position:relative;
margin-top:auto;
font-size:0.844rem;
color:#0A0912;
align-self:flex-start;
}
.iil_gm_ref_cta-oj6:hover{
opacity:.9;
}
.iil_sea-oj6{
padding:24px 0 0.625rem;
}
.iil_sea_in-oj6{
gap:22px;
padding:2.25rem;
background:linear-gradient(115deg,#0C1F18,#070C0A);
border-radius:20px;
overflow:hidden;
display:flex;
position:relative;
color:#EDF8F4;
flex-direction:column;
}
@media(min-width:821px){
.iil_sea_in-oj6{
padding:2.75rem 48px;
gap:2rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.iil_sea_glow-oj6{
border-radius:50%;
background:radial-gradient(circle,rgba(16,200,120,0.12),transparent 68%);
pointer-events:none;
transform:translateY(-50%);
position:absolute;
width:15rem;
right:60px;
height:240px;
top:50%;
}
.iil_sea_copy-oj6{
max-width:560px;
position:relative;
min-width:0;
}
.iil_sea_eyebrow-oj6{
margin-bottom:12px;
}
.iil_sea_h2-oj6{
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.04;
overflow-wrap:break-word;
margin-bottom:0.75rem;
color:#EDF8F4;
font-size:1.875rem;
}
@media(min-width:771px){
.iil_sea_h2-oj6{
font-size:2.375rem;
}
}
.iil_sea_text-oj6{
font-size:0.938rem;
line-height:1.6;
color:#88B8A4;
}
.iil_sea_cta-oj6{
padding:1rem 2rem;
transition:opacity .22s ease;
border-radius:62.438rem;
flex:0 0 auto;
background:#2EEEA0;
font-size:0.938rem;
font-weight:700;
color:#0A0912;
position:relative;
}
.iil_sea_cta-oj6:hover{
opacity:.9;
}
.iil_app-oj6{
padding:1.875rem 0 10px;
}
.iil_app_in-oj6{
padding:2rem;
border-radius:20px;
border:1px solid rgba(240,237,248,0.07);
background:#17151E;
gap:28px;
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.iil_app_in-oj6{
padding:40px 2.75rem;
gap:2.5rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.iil_app_copy-oj6{
min-width:0;
max-width:560px;
}
.iil_app_eyebrow-oj6{
margin-bottom:0.75rem;
}
.iil_app_h2-oj6{
margin-bottom:12px;
color:#F0EDF8;
font-weight:600;
overflow-wrap:break-word;
font-size:1.75rem;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
}
@media(min-width:768px){
.iil_app_h2-oj6{
font-size:34px;
}
}
.iil_app_text-oj6{
color:#7A7390;
line-height:1.6;
font-size:14px;
margin-bottom:1.375rem;
}
.iil_app_btns-oj6{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.iil_app_btn-oj6{
gap:0.625rem;
border-radius:14px;
transition:background-color .22s ease;
background:#10C878;
padding:11px 1.25rem;
display:inline-flex;
color:#060810;
align-items:center;
}
.iil_app_btn-oj6:hover{
background:#0DB36A;
}
.iil_app_btn_ic-oj6{
display:inline-flex;
align-items:center;
}
.iil_app_btn_ic-oj6 svg{
height:1.125rem;
width:18px;
}
.iil_app_btn_lb-oj6{
font-size:13.5px;
font-weight:700;
}
.iil_app_qr_wrap-oj6{
flex:0 0 auto;
gap:18px;
align-items:center;
display:flex;
}
.iil_app_qr-oj6{
flex:0 0 auto;
border-radius:14px;
width:108px;
background-image:repeating-linear-gradient(0deg,#17151E 0 5px,transparent 0.313rem 0.688rem),repeating-linear-gradient(90deg,#17151E 0 0.313rem,transparent 5px 11px);
height:108px;
background-color:#10C878;
}
.iil_app_qr_cap-oj6{
max-width:5.75rem;
font-size:0.781rem;
color:#9A93AE;
line-height:1.4;
}
.iil_rv-oj6{
padding:3rem 0;
background:#17151E;
border-bottom:1px solid rgba(240,237,248,0.07);
margin-top:24px;
border-top:1px solid rgba(240,237,248,0.07);
}
@media(min-width:771px){
.iil_rv-oj6{
padding:3.5rem 0;
}
}
.iil_rv_head-oj6{
gap:16px;
margin-bottom:1.875rem;
display:flex;
flex-direction:column;
}
@media(min-width:767px){
.iil_rv_head-oj6{
gap:20px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.iil_rv_eyebrow-oj6{
margin-bottom:10px;
}
.iil_rv_h2-oj6{
color:#F0EDF8;
overflow-wrap:break-word;
font-size:1.875rem;
font-weight:600;
line-height:1.05;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:770px){
.iil_rv_h2-oj6{
font-size:2.375rem;
}
}
.iil_rv_agg-oj6{
gap:0.75rem;
display:flex;
align-items:center;
}
.iil_rv_agg_stars-oj6{
gap:3px;
display:flex;
color:#10C878;
}
.iil_rv_agg_stars-oj6 svg{
width:1.125rem;
height:18px;
}
.iil_rv_source-oj6{
font-size:13px;
color:#7A7390;
}
.iil_rv_grid-oj6{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:759px){
.iil_rv_grid-oj6{
grid-template-columns:repeat(3,1fr);
}
}
.iil_rv_card-oj6{
border:1px solid rgba(240,237,248,0.07);
padding:26px;
border-radius:0.875rem;
background:#0F0E13;
min-width:0;
}
.iil_rv_card_stars-oj6{
gap:2px;
margin-bottom:12px;
color:#10C878;
display:flex;
}
.iil_rv_card_stars-oj6 svg{
width:14px;
height:0.875rem;
}
.iil_rv_card_body-oj6{
margin-bottom:1rem;
color:#F0EDF8;
font-weight:500;
line-height:1.45;
overflow-wrap:break-word;
font-size:1.125rem;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
}
.iil_rv_card_meta-oj6{
gap:10px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.iil_rv_card_av-oj6{
background:linear-gradient(135deg,#10C878,#2EEEA0);
flex:0 0 auto;
border-radius:50%;
width:2rem;
height:2rem;
}
.iil_rv_card_author-oj6{
color:#F0EDF8;
font-size:0.813rem;
font-weight:700;
}
.iil_rv_card_loc-oj6{
font-size:0.75rem;
color:#9A93AE;
}
.iil_wy-oj6{
padding:3rem 0;
}
@media(min-width:768px){
.iil_wy-oj6{
padding:3.5rem 0;
}
}
.iil_wy_in-oj6{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:901px){
.iil_wy_in-oj6{
gap:3rem;
grid-template-columns:.8fr 1.2fr;
}
}
.iil_wy_left-oj6{
min-width:0;
}
.iil_wy_eyebrow-oj6{
margin-bottom:14px;
}
.iil_wy_h2-oj6{
font-size:32px;
margin-bottom:16px;
color:#F0EDF8;
font-weight:600;
overflow-wrap:break-word;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
}
@media(min-width:765px){
.iil_wy_h2-oj6{
font-size:2.5rem;
}
}
.iil_wy_intro-oj6{
font-size:0.938rem;
line-height:1.6;
color:#7A7390;
}
.iil_wy_grid-oj6{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.iil_wy_grid-oj6{
grid-template-columns:1fr 1fr;
}
}
.iil_wy_card-oj6{
padding:1.625rem;
border:1px solid rgba(240,237,248,0.07);
border-radius:0.875rem;
background:#17151E;
min-width:0;
}
.iil_wy_card_ic-oj6{
color:#10C878;
margin-bottom:16px;
display:inline-flex;
justify-content:center;
align-items:center;
}
.iil_wy_card_ic-oj6 svg{
width:26px;
height:26px;
}
.iil_wy_card_h-oj6{
margin-bottom:8px;
line-height:1.15;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
color:#F0EDF8;
font-size:1.313rem;
}
.iil_wy_card_p-oj6{
overflow-wrap:break-word;
line-height:1.55;
color:#7A7390;
font-size:14px;
}
.iil_dr-oj6{
padding:2.25rem 0 0.625rem;
}
.iil_dr_in-oj6{
border-radius:0.875rem;
padding:28px 2rem;
gap:20px;
border:1px dashed rgba(240,237,248,0.13);
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.iil_dr_in-oj6{
gap:32px;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.iil_dr_h2-oj6{
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-size:24px;
overflow-wrap:break-word;
color:#F0EDF8;
line-height:1.1;
font-weight:600;
margin-bottom:0.5rem;
}
@media(min-width:769px){
.iil_dr_h2-oj6{
font-size:26px;
}
}
.iil_dr_text-oj6{
max-width:42.5rem;
line-height:1.6;
color:#7A7390;
font-size:0.875rem;
overflow-wrap:break-word;
}
.iil_dr_text-oj6 b{
font-weight:700;
color:#F0EDF8;
}
.iil_dr_cta-oj6{
flex:0 0 auto;
transition:color .22s ease;
border-bottom:1px solid #10C878;
padding-bottom:2px;
white-space:nowrap;
font-weight:700;
color:#F0EDF8;
font-size:13.5px;
}
.iil_dr_cta-oj6:hover{
color:#10C878;
}
.iil_hts-oj6{
padding:3rem 0;
}
@media(min-width:766px){
.iil_hts-oj6{
padding:62px 0;
}
}
.iil_hts_head-oj6{
gap:1.125rem;
display:flex;
flex-direction:column;
margin-bottom:2.125rem;
}
@media(min-width:769px){
.iil_hts_head-oj6{
gap:24px;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.iil_hts_eyebrow-oj6{
margin-bottom:12px;
}
.iil_hts_h2-oj6{
font-size:30px;
overflow-wrap:break-word;
color:#EDF8F4;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
font-weight:600;
}
@media(min-width:769px){
.iil_hts_h2-oj6{
font-size:2.375rem;
}
}
.iil_hts_cta-oj6{
transition:opacity .22s ease;
padding:15px 30px;
border-radius:999px;
flex:0 0 auto;
background:#2EEEA0;
font-weight:700;
color:#0A0912;
font-size:15px;
}
.iil_hts_cta-oj6:hover{
opacity:.9;
}
.iil_hts_grid-oj6{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:760px){
.iil_hts_grid-oj6{
grid-template-columns:repeat(3,1fr);
}
}
.iil_hts_step-oj6{
padding-top:22px;
border-top:1px solid rgba(180,255,220,0.13);
min-width:0;
}
.iil_hts_step_num-oj6{
font-size:44px;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:14px;
line-height:1;
font-weight:700;
color:#2EEEA0;
}
.iil_hts_step_h-oj6{
line-height:1.2;
margin-bottom:8px;
color:#EDF8F4;
font-size:1.188rem;
font-weight:700;
overflow-wrap:break-word;
}
.iil_hts_step_p-oj6{
color:#88B8A4;
font-size:14px;
line-height:1.55;
overflow-wrap:break-word;
}
.iil_prov-oj6{
padding:2.5rem 0 20px;
}
.iil_prov_eyebrow-oj6{
margin-bottom:18px;
display:block;
}
.iil_prov_grid-oj6{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:558px){
.iil_prov_grid-oj6{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:898px){
.iil_prov_grid-oj6{
grid-template-columns:repeat(6,1fr);
}
}
.iil_pmt-oj6{
padding:3rem 0 10px;
}
.iil_pmt_in-oj6{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:880px){
.iil_pmt_in-oj6{
grid-template-columns:1fr 1.1fr;
gap:48px;
}
}
.iil_pmt_left-oj6{
min-width:0;
}
.iil_pmt_eyebrow-oj6{
margin-bottom:12px;
}
.iil_pmt_h2-oj6{
color:#F0EDF8;
font-size:1.875rem;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.06;
margin-bottom:0.75rem;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:766px){
.iil_pmt_h2-oj6{
font-size:32px;
}
}
.iil_pmt_text-oj6{
margin-bottom:1.375rem;
color:#7A7390;
font-size:0.906rem;
line-height:1.6;
}
.iil_pmt_logos-oj6{
gap:10px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:483px){
.iil_pmt_logos-oj6{
grid-template-columns:repeat(4,1fr);
}
}
.iil_pmt_logo-oj6{
border-radius:8px;
overflow:hidden;
padding:0 8px;
background:#17151E;
border:1px solid rgba(240,237,248,0.07);
font-weight:700;
height:50px;
justify-content:center;
text-overflow:ellipsis;
text-align:center;
font-size:0.781rem;
white-space:nowrap;
color:#C8C2D8;
align-items:center;
display:flex;
}
.iil_pmt_table-oj6{
border-radius:14px;
overflow:hidden;
border:1px solid rgba(240,237,248,0.07);
min-width:0;
}
.iil_pmt_thead-oj6{
background:#09080C;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.iil_pmt_th-oj6{
overflow:hidden;
padding:0.813rem 0.875rem;
font-size:0.625rem;
letter-spacing:.08em;
color:#EDF8F4;
text-transform:uppercase;
font-weight:700;
text-overflow:ellipsis;
white-space:nowrap;
}
.iil_pmt_row-oj6{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(240,237,248,0.07);
}
.iil_pmt_row-oj6:nth-child(odd){
background:#17151E;
}
.iil_pmt_td-oj6{
padding:14px;
min-width:0;
color:#7A7390;
font-size:13.5px;
overflow-wrap:break-word;
}
.iil_pmt_row-oj6 .iil_pmt_td-oj6:first-child{
font-weight:700;
color:#F0EDF8;
}
.iil_pmt_row-oj6 .iil_pmt_td-oj6:last-child{
font-weight:700;
color:#22D46A;
}
.iil_ts-oj6{
padding:2.75rem 0;
}
.iil_ts_in-oj6{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:883px){
.iil_ts_in-oj6{
gap:3rem;
grid-template-columns:1.4fr 1fr;
}
}
.iil_ts_left-oj6{
min-width:0;
}
.iil_ts_h2-oj6{
color:#EDF8F4;
line-height:1.1;
overflow-wrap:break-word;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:26px;
margin-bottom:0.75rem;
}
@media(min-width:768px){
.iil_ts_h2-oj6{
font-size:1.75rem;
}
}
.iil_ts_text-oj6{
line-height:1.6;
color:#88B8A4;
max-width:32.5rem;
margin-bottom:22px;
font-size:0.906rem;
}
.iil_ts_badges-oj6{
gap:18px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.iil_ts_badge-oj6{
color:#88B8A4;
font-size:0.813rem;
font-weight:600;
}
.iil_ts_pay-oj6{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
@media(min-width:877px){
.iil_ts_pay-oj6{
justify-content:flex-end;
}
}
.iil_ts_pay_chip-oj6{
border-radius:0.875rem;
background:rgba(220,255,240,0.07);
border:1px solid rgba(180,255,220,0.13);
padding:12px 1rem;
font-weight:700;
color:#EDF8F4;
font-size:14px;
}
.iil_rc-oj6{
padding:48px 0 0.625rem;
}
.iil_rc_in-oj6{
gap:2rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.iil_rc_in-oj6{
grid-template-columns:repeat(3,1fr);
gap:2.5rem;
}
}
.iil_rc_col-oj6{
min-width:0;
}
.iil_rc_label-oj6{
text-transform:uppercase;
margin-bottom:16px;
font-weight:600;
color:#10C878;
letter-spacing:.2em;
font-size:11px;
}
.iil_rc_awards-oj6{
gap:12px;
flex-direction:column;
display:flex;
}
.iil_rc_award-oj6{
gap:12px;
align-items:center;
display:flex;
min-width:0;
}
.iil_rc_award_ic-oj6{
flex:0 0 auto;
align-items:center;
display:inline-flex;
color:#2EEEA0;
}
.iil_rc_award_ic-oj6 svg{
height:18px;
width:18px;
}
.iil_rc_award_t-oj6{
overflow-wrap:break-word;
font-weight:700;
color:#F0EDF8;
font-size:0.875rem;
}
.iil_rc_award_s-oj6{
color:#9A93AE;
overflow-wrap:break-word;
font-size:12px;
}
.iil_rc_press-oj6{
grid-template-columns:1fr 1fr;
gap:10px;
display:grid;
}
.iil_rc_press_logo-oj6{
border-radius:8px;
padding:0 8px;
overflow:hidden;
border:1px solid rgba(240,237,248,0.07);
white-space:nowrap;
font-size:0.875rem;
align-items:center;
height:3.25rem;
justify-content:center;
font-weight:700;
text-align:center;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
display:flex;
text-overflow:ellipsis;
color:#7A7390;
}
.iil_rc_partner-oj6{
background:#17151E;
border-radius:0.875rem;
border:1px solid rgba(240,237,248,0.07);
padding:1.375rem;
}
.iil_rc_partner_name-oj6{
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:6px;
font-weight:600;
font-size:1.25rem;
overflow-wrap:break-word;
color:#F0EDF8;
}
.iil_rc_partner_text-oj6{
color:#7A7390;
line-height:1.55;
overflow-wrap:break-word;
font-size:0.813rem;
}
.iil_tt-oj6{
padding:3rem 0 10px;
}
@media(min-width:766px){
.iil_tt-oj6{
padding:3.75rem 0 10px;
}
}
.iil_tt_head-oj6{
text-align:center;
margin-bottom:2.125rem;
}
.iil_tt_eyebrow-oj6{
margin-bottom:0.75rem;
}
.iil_tt_h2-oj6{
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EDF8;
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
font-size:2rem;
}
@media(min-width:770px){
.iil_tt_h2-oj6{
font-size:42px;
}
}
.iil_tt_grid-oj6{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.iil_tt_grid-oj6{
grid-template-columns:repeat(3,1fr);
}
}
.iil_tt_card-oj6{
background:#17151E;
padding:30px;
border-radius:14px;
border:1px solid rgba(240,237,248,0.07);
display:flex;
flex-direction:column;
min-width:0;
}
.iil_tt_card_ic-oj6{
align-items:center;
margin-bottom:18px;
color:#10C878;
display:inline-flex;
}
.iil_tt_card_ic-oj6 svg{
width:28px;
height:1.75rem;
}
.iil_tt_card_h-oj6{
font-size:22px;
font-weight:600;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EDF8;
margin-bottom:0.5rem;
line-height:1.15;
overflow-wrap:break-word;
}
.iil_tt_card_p-oj6{
color:#7A7390;
line-height:1.6;
margin-bottom:0.875rem;
font-size:0.875rem;
overflow-wrap:break-word;
}
.iil_tt_card_p-oj6 b{
font-weight:700;
color:#F0EDF8;
}
.iil_tt_card_link-oj6{
transition:color .22s ease;
align-self:flex-start;
font-size:0.813rem;
border-bottom:1px solid #10C878;
margin-top:auto;
font-weight:700;
padding-bottom:2px;
color:#F0EDF8;
}
.iil_tt_card_link-oj6:hover{
color:#10C878;
}
.iil_faq-oj6{
padding:48px 0;
background:#17151E;
border-bottom:1px solid rgba(240,237,248,0.07);
border-top:1px solid rgba(240,237,248,0.07);
margin-top:24px;
}
@media(min-width:769px){
.iil_faq-oj6{
padding:62px 0;
}
}
.iil_faq_head-oj6{
margin-bottom:2.125rem;
text-align:center;
}
.iil_faq_eyebrow-oj6{
margin-bottom:12px;
}
.iil_faq_h2-oj6{
overflow-wrap:break-word;
font-size:2rem;
font-weight:600;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
color:#F0EDF8;
}
@media(min-width:769px){
.iil_faq_h2-oj6{
font-size:2.375rem;
}
}
.iil_faq_list-oj6{
margin:0 auto;
gap:0.75rem;
max-width:51.25rem;
flex-direction:column;
display:flex;
}
.iil_faq_item-oj6{
border:1px solid rgba(240,237,248,0.07);
overflow:hidden;
background:#0F0E13;
border-radius:0.875rem;
}
.iil_faq_q-oj6{
gap:1.25rem;
padding:1.25rem 24px;
list-style:none;
display:flex;
justify-content:space-between;
font-weight:700;
cursor:pointer;
font-size:16px;
overflow-wrap:break-word;
color:#F0EDF8;
align-items:center;
}
.iil_faq_q-oj6::-webkit-details-marker{
display:none;
}
.iil_faq_q_ic-oj6{
flex:0 0 auto;
transition:transform .22s ease;
color:#10C878;
display:inline-flex;
align-items:center;
}
.iil_faq_q_ic-oj6 svg{
height:1.125rem;
width:1.125rem;
}
.iil_faq_item-oj6[open] .iil_faq_q_ic-oj6{
transform:rotate(180deg);
}
.iil_faq_a-oj6{
padding:0 24px 1.25rem;
color:#7A7390;
line-height:1.6;
font-size:14.5px;
overflow-wrap:break-word;
}
.iil_lh-oj6{
padding:40px 0 20px;
}
.iil_lh_in-oj6{
padding-top:34px;
border-top:1px solid rgba(240,237,248,0.13);
}
.iil_lh_eyebrow-oj6{
display:block;
margin-bottom:1.375rem;
}
.iil_lh_grid-oj6{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:600px){
.iil_lh_grid-oj6{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:957px){
.iil_lh_grid-oj6{
grid-template-columns:repeat(5,1fr);
}
}
.iil_lh_col-oj6{
min-width:0;
}
.iil_lh_col_h-oj6{
color:#F0EDF8;
overflow-wrap:break-word;
font-weight:700;
margin-bottom:0.75rem;
font-size:13px;
}
.iil_lh_links-oj6{
gap:8px;
display:flex;
flex-direction:column;
}
.iil_lh_link-oj6{
transition:color .22s ease;
font-size:13px;
color:#7A7390;
overflow-wrap:break-word;
}
.iil_lh_link-oj6:hover{
color:#10C878;
}
.iil_sg-oj6{
padding:3rem 0 10px;
}
.iil_sg_eyebrow-oj6{
display:block;
margin-bottom:0.75rem;
}
.iil_sg_h2-oj6{
overflow-wrap:break-word;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
margin-bottom:28px;
font-size:1.875rem;
font-weight:600;
color:#F0EDF8;
}
@media(min-width:769px){
.iil_sg_h2-oj6{
font-size:2.25rem;
}
}
.iil_sg_grid-oj6{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:721px){
.iil_sg_grid-oj6{
grid-template-columns:repeat(3,1fr);
}
}
.iil_sg_col-oj6{
min-width:0;
}
.iil_sg_col_h-oj6{
line-height:1.15;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
color:#F0EDF8;
font-size:22px;
margin-bottom:0.625rem;
}
.iil_sg_col_p-oj6{
overflow-wrap:break-word;
line-height:1.65;
color:#7A7390;
font-size:0.875rem;
}
.iil_el-oj6{
padding:3rem 0;
}
@media(min-width:771px){
.iil_el-oj6{
padding:3.5rem 0;
}
}
.iil_el_in-oj6{
gap:40px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:897px){
.iil_el_in-oj6{
grid-template-columns:1fr 1fr;
gap:3.5rem;
}
}
.iil_el_left-oj6{
min-width:0;
}
.iil_el_eyebrow-oj6{
margin-bottom:14px;
}
.iil_el_h2-oj6{
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:22px;
font-size:32px;
overflow-wrap:break-word;
font-weight:600;
line-height:1.08;
color:#F0EDF8;
}
@media(min-width:767px){
.iil_el_h2-oj6{
font-size:2.375rem;
}
}
.iil_el_body-oj6 p{
margin-bottom:18px;
font-size:16px;
line-height:1.7;
color:#C8C2D8;
overflow-wrap:break-word;
}
.iil_el_dropcap-oj6{
padding:0.375rem 0.75rem 0 0;
font-weight:700;
font-size:62px;
color:#10C878;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
float:left;
line-height:.8;
}
.iil_el_right-oj6{
min-width:0;
}
.iil_el_quote-oj6{
border-radius:1.25rem;
background:linear-gradient(150deg,#0C1F18,#070C0A);
padding:36px;
margin-bottom:24px;
color:#EDF8F4;
position:relative;
}
.iil_el_quote_mark-oj6{
display:inline-flex;
align-items:center;
color:#2EEEA0;
margin-bottom:0.375rem;
}
.iil_el_quote_mark-oj6 svg{
width:2.125rem;
height:2.125rem;
}
.iil_el_quote_text-oj6{
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.4;
font-weight:500;
color:#EDF8F4;
margin-bottom:22px;
font-size:22px;
}
.iil_el_quote_meta-oj6{
gap:0.75rem;
align-items:center;
display:flex;
}
.iil_el_quote_av-oj6{
border-radius:50%;
background:linear-gradient(135deg,#10C878,#2EEEA0);
flex:0 0 auto;
height:2.375rem;
width:38px;
}
.iil_el_quote_author-oj6{
color:#EDF8F4;
font-size:14px;
font-weight:700;
}
.iil_el_quote_meta_sub-oj6{
font-size:12px;
color:#88B8A4;
}
.iil_el_explain-oj6{
border:1px solid rgba(240,237,248,0.07);
border-radius:14px;
overflow:hidden;
}
.iil_el_explain_card-oj6{
padding:22px 24px;
}
.iil_el_explain_card-oj6+.iil_el_explain_card-oj6{
border-top:1px solid rgba(240,237,248,0.07);
}
.iil_el_explain_h-oj6{
line-height:1.15;
margin-bottom:0.5rem;
font-weight:600;
font-size:20px;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EDF8;
overflow-wrap:break-word;
}
.iil_el_explain_p-oj6{
font-size:0.875rem;
line-height:1.55;
overflow-wrap:break-word;
color:#7A7390;
}
.iil_gd-oj6{
padding:48px 0 0.625rem;
}
.iil_gd_head-oj6{
gap:14px;
flex-direction:column;
display:flex;
margin-bottom:24px;
}
@media(min-width:683px){
.iil_gd_head-oj6{
gap:20px;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.iil_gd_eyebrow-oj6{
margin-bottom:0.625rem;
}
.iil_gd_h2-oj6{
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.75rem;
overflow-wrap:break-word;
color:#F0EDF8;
line-height:1.05;
font-weight:600;
}
@media(min-width:770px){
.iil_gd_h2-oj6{
font-size:2.125rem;
}
}
.iil_gd_more-oj6{
transition:color .22s ease,border-color .22s ease;
flex:0 0 auto;
color:#F0EDF8;
font-weight:600;
padding-bottom:2px;
font-size:0.844rem;
border-bottom:1px solid #F0EDF8;
}
.iil_gd_more-oj6:hover{
border-color:#10C878;
color:#10C878;
}
.iil_gd_grid-oj6{
grid-template-columns:1fr;
gap:20px;
display:grid;
}
@media(min-width:721px){
.iil_gd_grid-oj6{
grid-template-columns:repeat(3,1fr);
}
}
.iil_gd_card-oj6{
border:1px solid rgba(240,237,248,0.07);
border-radius:14px;
overflow:hidden;
background:#17151E;
display:block;
min-width:0;
}
.iil_gd_card_img-oj6{
background:linear-gradient(140deg,#0C1F18,#10C878);
height:9.375rem;
}
.iil_gd_card_body-oj6{
padding:22px;
}
.iil_gd_card_cat-oj6{
font-weight:600;
font-size:10px;
text-transform:uppercase;
color:#10C878;
letter-spacing:.1em;
}
.iil_gd_card_h-oj6{
margin:8px 0 10px;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.2;
color:#F0EDF8;
font-size:1.188rem;
font-weight:600;
overflow-wrap:break-word;
}
.iil_gd_card_meta-oj6{
color:#9A93AE;
font-size:0.75rem;
overflow-wrap:break-word;
}
.iil_sb-oj6{
background:#17151E;
padding:3rem 0;
border-bottom:1px solid rgba(240,237,248,0.07);
margin-top:1.5rem;
border-top:1px solid rgba(240,237,248,0.07);
}
@media(min-width:768px){
.iil_sb-oj6{
padding:3.5rem 0;
}
}
.iil_sb_eyebrow-oj6{
display:block;
margin-bottom:0.75rem;
}
.iil_sb_h2-oj6{
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:1.625rem;
font-weight:600;
color:#F0EDF8;
line-height:1.05;
font-size:1.875rem;
overflow-wrap:break-word;
}
@media(min-width:769px){
.iil_sb_h2-oj6{
font-size:2.25rem;
}
}
.iil_sb_grid-oj6{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:562px){
.iil_sb_grid-oj6{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:960px){
.iil_sb_grid-oj6{
grid-template-columns:repeat(4,1fr);
}
}
.iil_sb_card-oj6{
border-radius:14px;
padding:24px;
background:#0F0E13;
border:1px solid rgba(240,237,248,0.07);
min-width:0;
}
.iil_sb_card_h-oj6{
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#F0EDF8;
line-height:1.15;
font-size:1.188rem;
margin-bottom:8px;
overflow-wrap:break-word;
}
.iil_sb_card_p-oj6{
font-size:13.5px;
color:#7A7390;
overflow-wrap:break-word;
line-height:1.6;
}
.iil_sb_rtp-oj6{
background:#0F0E13;
grid-template-columns:1fr;
gap:1.5rem;
border:1px solid rgba(240,237,248,0.07);
border-radius:0.875rem;
padding:1.625rem 28px;
display:grid;
margin-top:18px;
align-items:center;
}
@media(min-width:760px){
.iil_sb_rtp-oj6{
grid-template-columns:1fr 1fr;
gap:40px;
}
}
.iil_sb_rtp_h-oj6{
font-weight:600;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.5rem;
line-height:1.15;
font-size:20px;
overflow-wrap:break-word;
color:#F0EDF8;
}
.iil_sb_rtp_p-oj6{
overflow-wrap:break-word;
line-height:1.6;
font-size:0.844rem;
color:#7A7390;
}
.iil_sb_rtp_stats-oj6{
gap:1rem;
display:flex;
}
.iil_sb_stat-oj6{
padding:1.125rem;
border-radius:8px;
background:#17151E;
flex:1 1 0;
min-width:0;
text-align:center;
}
.iil_sb_stat_v-oj6{
font-weight:700;
font-size:1.625rem;
color:#22D46A;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.iil_sb_stat_l-oj6{
margin-top:0.25rem;
color:#9A93AE;
font-size:11.5px;
}
.iil_ft-oj6{
background:#09080C;
margin-top:2.5rem;
color:#88B8A4;
}
.iil_ft_in-oj6{
grid-template-columns:1fr;
gap:32px;
padding:3rem 0 1.75rem;
display:grid;
}
@media(min-width:602px){
.iil_ft_in-oj6{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:898px){
.iil_ft_in-oj6{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.iil_ft_brand-oj6{
min-width:0;
}
.iil_ft_logo-oj6{
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-size:26px;
font-weight:700;
color:#EDF8F4;
overflow-wrap:break-word;
}
.iil_ft_tagline-oj6{
line-height:1.6;
color:#88B8A4;
max-width:280px;
font-size:0.844rem;
margin-top:14px;
}
.iil_ft_contact-oj6{
transition:color .22s ease;
margin-top:12px;
max-width:17.5rem;
display:inline-block;
overflow-wrap:anywhere;
font-size:0.813rem;
color:#2EEEA0;
}
.iil_ft_contact-oj6:hover{
color:#EDF8F4;
}
.iil_ft_col-oj6{
min-width:0;
}
.iil_ft_col_h-oj6{
font-weight:700;
color:#EDF8F4;
text-transform:uppercase;
letter-spacing:.08em;
font-size:0.813rem;
margin-bottom:0.875rem;
overflow-wrap:break-word;
}
.iil_ft_col_links-oj6{
gap:10px;
flex-direction:column;
display:flex;
}
.iil_ft_link-oj6{
transition:color .22s ease;
color:#88B8A4;
overflow-wrap:break-word;
font-size:13.5px;
}
.iil_ft_link-oj6:hover{
color:#EDF8F4;
}
.iil_ft_bot-oj6{
gap:1rem;
padding:22px 0 2.5rem;
display:flex;
border-top:1px solid rgba(180,255,220,0.13);
flex-direction:column;
}
@media(min-width:771px){
.iil_ft_bot-oj6{
gap:20px;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.iil_ft_legal-oj6{
overflow-wrap:break-word;
font-size:11.5px;
line-height:1.6;
color:#524D63;
max-width:47.5rem;
}
.iil_ft_legal-oj6 b{
color:#88B8A4;
font-weight:700;
}
.iil_ft_age-oj6{
border-radius:0.5rem;
border:1.5px solid #2EEEA0;
padding:0.25rem 0.563rem;
flex:0 0 auto;
color:#2EEEA0;
font-size:13px;
font-weight:700;
}