*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F2EE;
text-rendering:optimizeLegibility;
font-family:"Rubik", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:break-word;
color:#2E2B27;
font-size:15px;
-webkit-font-smoothing:antialiased;
line-height:1.6;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:8px;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.iub_layout_edo{
flex-direction:column;
min-height:100vh;
display:flex;
}
.iub_main_edo{
flex:1 1 auto;
width:100%;
min-width:0;
}
.iub_container_edo{
padding:0 1rem;
margin:0 auto;
max-width:87.5rem;
width:100%;
}
@media(min-width:766px){
.iub_container_edo{
padding:0 32px;
}
}
@media(min-width:1099px){
.iub_container_edo{
padding:0 56px;
}
}
.iub_eyebrow_edo{
text-transform:uppercase;
letter-spacing:.2em;
font-family:"Rubik", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.4;
font-size:0.688rem;
display:inline-block;
font-weight:600;
overflow-wrap:break-word;
color:#0D9E62;
}
.iub_band_edo{
background:#141B1A;
color:#F0EDE8;
}
.iub_band_edo .iub_eyebrow_edo{
color:#34E896;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.iub_tb_edo{
background:#F5F2EE;
z-index:50;
top:0;
position:sticky;
border-bottom:1px solid rgba(20,18,16,0.15);
}
.iub_tb_in_edo{
gap:1rem;
margin:0 auto;
padding:12px 16px;
justify-content:space-between;
width:100%;
align-items:center;
display:flex;
max-width:87.5rem;
}
@media(min-width:769px){
.iub_tb_in_edo{
padding:1rem 32px;
}
}
@media(min-width:1097px){
.iub_tb_in_edo{
padding:1.125rem 3.5rem;
}
}
.iub_tb_left_edo{
gap:1.75rem;
align-items:center;
display:flex;
min-width:0;
}
.iub_tb_logo_edo{
gap:0.688rem;
min-width:0;
align-items:center;
display:flex;
}
.iub_tb_logo_mark_edo{
flex:0 0 auto;
border-radius:8px;
width:2.125rem;
height:2.125rem;
object-fit:cover;
}
.iub_tb_logo_txt_edo{
display:flex;
line-height:1;
min-width:0;
flex-direction:column;
}
.iub_tb_logo_name_edo{
overflow:hidden;
letter-spacing:.02em;
font-size:22px;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
text-overflow:ellipsis;
font-weight:700;
color:#141210;
white-space:nowrap;
}
.iub_tb_logo_sub_edo{
overflow:hidden;
font-weight:600;
text-transform:uppercase;
letter-spacing:.32em;
white-space:nowrap;
color:#0D9E62;
margin-top:4px;
font-size:8.5px;
text-overflow:ellipsis;
}
.iub_tb_nav_edo{
display:none;
}
@media(min-width:961px){
.iub_tb_nav_edo{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.iub_tb_nav_item_edo{
transition:color .22s ease,border-color .22s ease;
padding-bottom:3px;
font-size:0.875rem;
white-space:nowrap;
font-weight:600;
color:#2E2B27;
border-bottom:2px solid transparent;
}
.iub_tb_nav_item_edo:hover{
color:#141210;
}
.iub_tb_nav_item_edo.iub_state_active_edo{
border-color:#0D9E62;
color:#141210;
}
.iub_tb_right_edo{
flex:0 0 auto;
gap:0.875rem;
align-items:center;
display:flex;
}
.iub_tb_search_edo{
transition:color .22s ease;
justify-content:center;
display:flex;
align-items:center;
color:#2E2B27;
}
.iub_tb_search_edo:hover{
color:#0D9E62;
}
.iub_tb_search_edo svg{
height:18px;
width:18px;
}
.iub_tb_lang_edo{
letter-spacing:.1em;
font-size:11px;
color:#5C5751;
font-weight:600;
text-transform:uppercase;
}
.iub_tb_lang_edo:hover{
color:#141210;
}
.iub_tb_login_edo{
display:none;
font-weight:600;
font-size:14px;
color:#141210;
}
@media(min-width:770px){
.iub_tb_login_edo{
display:inline-block;
}
}
.iub_tb_register_edo{
background:#141210;
transition:background-color .22s ease;
padding:11px 1.375rem;
border-radius:62.438rem;
font-weight:700;
color:#F0EDE8;
font-size:14px;
white-space:nowrap;
}
.iub_tb_register_edo:hover{
background:#2E2B27;
}
.iub_mob_edo{
background:#F5F2EE;
border-top:1px solid rgba(20,18,16,0.15);
padding-bottom:env(safe-area-inset-bottom);
z-index:60;
right:0;
position:fixed;
bottom:0;
left:0;
}
@media(min-width:958px){
.iub_mob_edo{
display:none;
}
}
.iub_mob_in_edo{
margin:0 auto;
justify-content:space-around;
display:flex;
max-width:35rem;
align-items:stretch;
}
.iub_mob_item_edo{
transition:color .22s ease;
padding:9px 0.25rem;
gap:3px;
flex:1 1 0;
min-width:0;
flex-direction:column;
align-items:center;
display:flex;
color:#5C5751;
}
.iub_mob_item_edo.iub_state_active_edo{
color:#0D9E62;
}
.iub_mob_ic_edo{
justify-content:center;
align-items:center;
display:flex;
}
.iub_mob_ic_edo svg{
width:20px;
height:20px;
}
.iub_mob_lb_edo{
overflow:hidden;
white-space:nowrap;
max-width:100%;
font-weight:600;
text-overflow:ellipsis;
font-size:10px;
}
@media(max-width:957px){
body{
padding-bottom:3.75rem;
}
}
.iub_rail_edo{
min-width:0;
position:relative;
}
.iub_rail_scroll_edo{
gap:0.875rem;
overflow-x:auto;
display:flex;
scrollbar-width:thin;
padding-bottom:14px;
-webkit-overflow-scrolling:touch;
}
@media(min-width:769px){
.iub_rail_scroll_edo{
gap:18px;
}
}
.iub_gc_edo{
flex:0 0 auto;
width:150px;
display:block;
}
@media(min-width:769px){
.iub_gc_edo{
width:188px;
}
}
.iub_gc_img_edo{
background:#FDFCFA;
overflow:hidden;
border-radius:0.875rem;
position:relative;
box-shadow:0 2px 0.375rem rgba(20,18,16,0.07), 0 0.5rem 1.25rem rgba(20,18,16,0.09);
padding-bottom:133.33%;
}
.iub_gc_img_edo img{
inset:0;
height:100%;
object-fit:cover;
position:absolute;
width:100%;
}
.iub_gc_cover_edo{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
position:absolute;
pointer-events:none;
}
.iub_gc_hover_edo{
background:rgba(0,0,0,0.52);
inset:0;
transition:opacity .22s ease;
position:absolute;
justify-content:center;
opacity:0;
display:flex;
align-items:center;
}
.iub_gc_edo:hover .iub_gc_hover_edo{
opacity:1;
}
.iub_gc_hover_btn_edo{
border-radius:999px;
background:#141210;
display:flex;
color:#F0EDE8;
height:2.875rem;
justify-content:center;
width:2.875rem;
align-items:center;
}
.iub_gc_hover_btn_edo svg{
width:1.125rem;
height:1.125rem;
}
.iub_gc_info_edo{
gap:2px;
margin-top:0.563rem;
display:flex;
flex-direction:column;
min-width:0;
}
.iub_gc_name_edo{
overflow:hidden;
white-space:nowrap;
font-size:0.813rem;
color:#141210;
font-weight:700;
text-overflow:ellipsis;
}
.iub_gc_prov_edo{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
font-size:0.688rem;
color:#5C5751;
}
.iub_gc_meta_edo{
color:#5C5751;
font-size:11px;
}
.iub_tc_edo{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:769px){
.iub_tc_edo{
width:230px;
}
}
.iub_tc_img_edo{
background:#FDFCFA;
overflow:hidden;
border-radius:0.875rem;
position:relative;
padding-bottom:75%;
box-shadow:0 2px 6px rgba(20,18,16,0.07), 0 8px 1.25rem rgba(20,18,16,0.09);
}
.iub_tc_img_edo img{
inset:0;
width:100%;
object-fit:cover;
position:absolute;
height:100%;
}
.iub_tc_info_edo{
gap:2px;
margin-top:9px;
display:flex;
flex-direction:column;
min-width:0;
}
.iub_tc_name_edo{
overflow:hidden;
font-size:14px;
font-weight:700;
text-overflow:ellipsis;
white-space:nowrap;
color:#141210;
}
.iub_tc_rtp_edo{
font-size:11px;
color:#5C5751;
}
.iub_lc_edo{
flex:0 0 auto;
width:230px;
display:block;
}
@media(min-width:771px){
.iub_lc_edo{
width:268px;
}
}
.iub_lc_img_edo{
background:#FDFCFA;
border-radius:14px;
overflow:hidden;
position:relative;
box-shadow:0 2px 6px rgba(20,18,16,0.07), 0 0.5rem 20px rgba(20,18,16,0.09);
padding-bottom:62.5%;
}
.iub_lc_img_edo img{
inset:0;
width:100%;
position:absolute;
object-fit:cover;
height:100%;
}
.iub_lc_live_edo{
background:rgba(0,0,0,0.52);
border-radius:999px;
gap:7px;
padding:4px 9px;
align-items:center;
position:absolute;
left:0.75rem;
display:flex;
top:0.75rem;
}
.iub_lc_live_dot_edo{
background:#D63F3F;
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
width:0.5rem;
height:8px;
}
.iub_lc_seats_edo{
letter-spacing:.08em;
text-transform:uppercase;
font-size:0.625rem;
color:#F0EDE8;
font-weight:600;
}
.iub_lc_info_edo{
gap:2px;
flex-direction:column;
display:flex;
margin-top:9px;
min-width:0;
}
.iub_lc_name_edo{
overflow:hidden;
color:#141210;
font-weight:700;
font-size:15px;
text-overflow:ellipsis;
white-space:nowrap;
}
.iub_lc_bet_edo{
font-size:11px;
color:#5C5751;
}
.iub_pc_edo{
padding:16px 14px;
gap:8px;
border-radius:0.875rem;
background:#FDFCFA;
border:1px solid rgba(20,18,16,0.08);
justify-content:center;
min-width:0;
flex-direction:column;
min-height:4.625rem;
display:flex;
align-items:center;
}
.iub_pc_logo_edo{
flex:0 0 auto;
object-fit:contain;
max-width:100%;
width:auto;
height:1.75rem;
}
.iub_pc_name_edo{
overflow:hidden;
text-overflow:ellipsis;
font-size:0.688rem;
white-space:nowrap;
color:#5C5751;
max-width:100%;
text-align:center;
}
.iub_gc_tag_edo{
border-radius:0.5rem;
padding:3px 0.5rem;
position:absolute;
z-index:2;
font-size:0.625rem;
letter-spacing:.06em;
top:0.625rem;
text-transform:uppercase;
left:10px;
display:inline-block;
font-weight:700;
}
.iub_gc_tag_hot_edo{
background:#D63F3F;
color:#F0EDE8;
}
.iub_gc_tag_new_edo{
background:#2DD17E;
color:#0D1210;
}
.iub_gc_tag_jp_edo{
background:#D4922A;
color:#0D1210;
}
.iub_gc_tag_live_edo{
background:#D63F3F;
color:#F0EDE8;
}
.iub_sh_edo{
margin-bottom:18px;
min-width:0;
}
.iub_sh_row_edo{
gap:1rem;
align-items:flex-end;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
}
.iub_sh_row_edo .iub_sh_l_edo{
gap:6px;
display:flex;
flex-direction:column;
min-width:0;
}
.iub_sh_stack_edo{
gap:10px;
display:flex;
align-items:flex-start;
flex-direction:column;
}
.iub_sh_center_edo{
gap:10px;
align-items:center;
flex-direction:column;
text-align:center;
display:flex;
}
.iub_sh_h2_edo{
font-weight:600;
font-size:1.5rem;
line-height:1.1;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#141210;
}
@media(min-width:770px){
.iub_sh_h2_edo{
font-size:1.875rem;
}
}
.iub_band_edo .iub_sh_h2_edo{
color:#F0EDE8;
}
.iub_sh_eb_line_edo{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.iub_sh_eb_line_edo::before{
background:#0D9E62;
width:28px;
content:"";
height:1px;
display:inline-block;
}
.iub_band_edo .iub_sh_eb_line_edo::before{
background:#34E896;
}
.iub_sh_eb_dot_edo{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.iub_sh_eb_dot_edo::before{
background:#0D9E62;
border-radius:50%;
display:inline-block;
width:0.375rem;
height:0.375rem;
content:"";
}
.iub_band_edo .iub_sh_eb_dot_edo::before{
background:#34E896;
}
.iub_sh_link_edo{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:6px;
align-items:center;
border-bottom:1px solid #141210;
color:#141210;
font-size:0.813rem;
display:inline-flex;
font-weight:600;
padding-bottom:2px;
white-space:nowrap;
}
.iub_sh_link_edo:hover{
border-color:#0D9E62;
color:#0D9E62;
}
.iub_sh_link_edo svg{
height:0.875rem;
width:0.875rem;
}
.iub_sh_link_chev_edo{
border-bottom:0;
padding-bottom:0;
}
.iub_sh_link_btn_edo{
border-radius:62.438rem;
padding:9px 1.125rem;
background:#141210;
color:#F0EDE8;
border-bottom:0;
}
.iub_sh_link_btn_edo:hover{
background:#2E2B27;
border-color:transparent;
color:#F0EDE8;
}
.iub_band_edo .iub_sh_link_edo{
border-color:#F0EDE8;
color:#F0EDE8;
}
.iub_band_edo .iub_sh_link_btn_edo{
background:#34E896;
color:#0D1210;
}
.iub_sh_rule_edo{
margin:-2px 0 18px;
background:rgba(20,18,16,0.15);
height:1px;
}
.iub_band_edo .iub_sh_rule_edo{
background:rgba(255,255,255,0.12);
}
.iub_hero_edo{
padding:32px 0 0.5rem;
}
@media(min-width:769px){
.iub_hero_edo{
padding:3.5rem 0 1.5rem;
}
}
.iub_hero_in_edo{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:898px){
.iub_hero_in_edo{
grid-template-columns:1.05fr .95fr;
gap:48px;
}
}
.iub_hero_copy_edo{
min-width:0;
}
.iub_hero_eyebrow_edo{
gap:10px;
align-items:center;
margin-bottom:22px;
display:inline-flex;
}
.iub_hero_eyebrow_line_edo{
background:#0D9E62;
flex:0 0 auto;
width:1.75rem;
height:1px;
display:inline-block;
}
.iub_hero_h1_edo{
color:#141210;
font-weight:600;
overflow-wrap:break-word;
letter-spacing:-.01em;
margin-bottom:20px;
font-size:38px;
line-height:1.04;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:768px){
.iub_hero_h1_edo{
font-size:3.375rem;
}
}
@media(min-width:1101px){
.iub_hero_h1_edo{
font-size:3.875rem;
}
}
.iub_hero_h1_edo em{
font-style:normal;
color:#0D9E62;
}
.iub_hero_sub_edo{
color:#7A7470;
max-width:480px;
line-height:1.6;
font-size:1rem;
margin-bottom:1.875rem;
}
@media(min-width:769px){
.iub_hero_sub_edo{
font-size:1.125rem;
}
}
.iub_hero_actions_edo{
gap:0.875rem;
display:flex;
margin-bottom:2.125rem;
flex-wrap:wrap;
align-items:center;
}
.iub_hero_cta_edo{
gap:0.625rem;
background:#141210;
border-radius:62.438rem;
padding:16px 30px;
transition:background-color .22s ease;
color:#F0EDE8;
font-weight:700;
font-size:0.938rem;
align-items:center;
display:inline-flex;
}
.iub_hero_cta_edo:hover{
background:#2E2B27;
}
.iub_hero_cta_ic_edo{
align-items:center;
display:inline-flex;
}
.iub_hero_cta_ic_edo svg{
height:1rem;
width:1rem;
}
.iub_hero_cta_alt_edo{
transition:border-color .22s ease,color .22s ease;
padding:15px 1.625rem;
background:transparent;
border-radius:62.438rem;
border:1px solid rgba(20,18,16,0.15);
display:inline-flex;
color:#141210;
font-weight:600;
font-size:0.938rem;
align-items:center;
}
.iub_hero_cta_alt_edo:hover{
border-color:#0D9E62;
color:#0D9E62;
}
.iub_hero_trust_edo{
gap:1.375rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.iub_hero_trust_item_edo{
gap:9px;
font-size:13px;
align-items:center;
font-weight:600;
display:flex;
color:#2E2B27;
}
.iub_hero_trust_ic_edo{
align-items:center;
display:inline-flex;
color:#0D9E62;
}
.iub_hero_trust_ic_edo svg{
height:16px;
width:1rem;
}
.iub_hero_promo_edo{
overflow:hidden;
border-radius:20px;
background:#FDFCFA;
position:relative;
display:flex;
min-height:300px;
box-shadow:0 12px 48px rgba(20,18,16,0.14), 0 3px 10px rgba(20,18,16,0.08);
}
.iub_hero_promo_bg_edo{
inset:0;
background-position:center;
background-size:cover;
position:absolute;
}
.iub_hero_promo_bg_edo::after{
inset:0;
background:linear-gradient(120deg,#141B1A 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
position:absolute;
content:"";
}
.iub_hero_promo_glow_edo{
background:radial-gradient(circle,rgba(16,185,100,0.18) 0%,transparent 65%);
border-radius:50%;
top:-40px;
width:16.25rem;
position:absolute;
pointer-events:none;
right:-20px;
height:260px;
}
.iub_hero_promo_ct_edo{
padding:28px;
max-width:88%;
z-index:2;
position:relative;
align-self:flex-end;
}
.iub_hero_promo_label_edo{
display:block;
color:#34E896;
margin-bottom:0.5rem;
text-transform:uppercase;
font-size:0.625rem;
letter-spacing:.25em;
font-weight:700;
}
.iub_hero_promo_amount_edo{
font-size:32px;
line-height:1.05;
overflow-wrap:break-word;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EDE8;
font-weight:600;
}
@media(min-width:769px){
.iub_hero_promo_amount_edo{
font-size:2.5rem;
}
}
.iub_hero_promo_amount_edo em{
color:#34E896;
font-style:normal;
}
.iub_hero_rating_edo{
border-radius:14px;
padding:0.625rem 0.875rem;
gap:10px;
background:#FDFCFA;
border:1px solid rgba(20,18,16,0.08);
box-shadow:0 2px 6px rgba(20,18,16,0.07), 0 0.5rem 1.25rem rgba(20,18,16,0.09);
max-width:min(16.25rem,62%);
z-index:3;
top:0.875rem;
position:absolute;
align-items:center;
display:flex;
right:0.875rem;
}
.iub_hero_rating_score_edo{
flex:0 0 auto;
font-size:1.5rem;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
color:#141210;
}
.iub_hero_rating_txt_edo{
flex:1 1 auto;
min-width:0;
}
.iub_hero_rating_stars_edo{
gap:2px;
display:flex;
color:#0D9E62;
}
.iub_hero_rating_stars_edo svg{
width:12px;
height:0.75rem;
}
.iub_hero_rating_cap_edo{
margin-top:3px;
overflow-wrap:break-word;
color:#5C5751;
line-height:1.35;
font-size:11px;
display:block;
}
.iub_stat_edo{
border-bottom:1px solid rgba(20,18,16,0.15);
margin-top:1rem;
border-top:1px solid rgba(20,18,16,0.15);
}
.iub_stat_in_edo{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:770px){
.iub_stat_in_edo{
grid-template-columns:repeat(4,1fr);
}
}
.iub_stat_item_edo{
padding:1.375rem 14px;
min-width:0;
border-bottom:1px solid rgba(20,18,16,0.08);
border-right:1px solid rgba(20,18,16,0.08);
}
.iub_stat_item_edo:nth-child(2n){
border-right:0;
}
.iub_stat_item_edo:nth-child(n+3){
border-bottom:0;
}
@media(min-width:765px){
.iub_stat_item_edo{
border-bottom:0;
}
.iub_stat_item_edo:nth-child(2n){
border-right:1px solid rgba(20,18,16,0.08);
}
.iub_stat_item_edo:nth-child(4n){
border-right:0;
}
}
.iub_stat_value_edo{
line-height:1;
color:#141210;
font-weight:700;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-size:30px;
overflow-wrap:break-word;
}
@media(min-width:769px){
.iub_stat_value_edo{
font-size:34px;
}
}
.iub_stat_label_edo{
margin-top:0.375rem;
line-height:1.4;
overflow-wrap:break-word;
font-size:13px;
color:#5C5751;
}
.iub_pr_edo{
padding:30px 0 6px;
}
.iub_pr_card_edo{
padding:26px;
flex:0 0 auto;
gap:0.625rem;
border:1px solid rgba(20,18,16,0.08);
overflow:hidden;
border-radius:1.25rem;
background:#FDFCFA;
display:flex;
width:280px;
min-height:200px;
flex-direction:column;
position:relative;
}
@media(min-width:769px){
.iub_pr_card_edo{
width:18.75rem;
}
}
.iub_pr_card_feat_edo{
background:linear-gradient(150deg,#162420,#0A0F0E);
border-color:transparent;
color:#F0EDE8;
}
.iub_pr_glow_edo{
background:radial-gradient(circle,rgba(16,185,100,0.18),transparent 70%);
border-radius:50%;
height:8.125rem;
pointer-events:none;
width:130px;
position:absolute;
right:-30px;
opacity:0;
top:-30px;
}
.iub_pr_card_feat_edo .iub_pr_glow_edo{
opacity:1;
}
.iub_pr_label_edo{
position:relative;
font-weight:700;
font-size:0.625rem;
color:#0D9E62;
letter-spacing:.16em;
text-transform:uppercase;
}
.iub_pr_card_feat_edo .iub_pr_label_edo{
color:#34E896;
}
.iub_pr_amount_edo{
color:#141210;
position:relative;
overflow-wrap:break-word;
line-height:1.08;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.625rem;
font-weight:600;
}
.iub_pr_card_feat_edo .iub_pr_amount_edo{
color:#F0EDE8;
}
.iub_pr_amount_edo em{
font-style:normal;
color:#0D9E62;
}
.iub_pr_card_feat_edo .iub_pr_amount_edo em{
color:#34E896;
}
.iub_pr_terms_edo{
color:#5C5751;
line-height:1.5;
position:relative;
font-size:0.813rem;
}
.iub_pr_card_feat_edo .iub_pr_terms_edo{
color:#A8B8B0;
}
.iub_pr_cta_edo{
margin-top:auto;
position:relative;
align-self:flex-start;
}
.iub_pr_card_feat_edo .iub_pr_cta_edo{
transition:opacity .22s ease;
background:#34E896;
padding:0.563rem 18px;
border-radius:999px;
color:#0D1210;
font-weight:700;
font-size:13px;
}
.iub_pr_card_feat_edo .iub_pr_cta_edo:hover{
opacity:.9;
}
.iub_pr_card_edo:not(.iub_pr_card_feat_edo) .iub_pr_cta_edo{
transition:color .22s ease,border-color .22s ease;
padding-bottom:2px;
font-weight:700;
border-bottom:1px solid #141210;
font-size:0.813rem;
color:#141210;
}
.iub_pr_card_edo:not(.iub_pr_card_feat_edo) .iub_pr_cta_edo:hover{
border-color:#0D9E62;
color:#0D9E62;
}
.iub_grow_edo{
padding:26px 0 10px;
}
.iub_row_seo_edo{
margin:10px 0 0;
font-size:0.875rem;
color:#7A7470;
overflow-wrap:break-word;
line-height:1.65;
max-width:760px;
}
.iub_row_seo_edo strong{
color:#141210;
font-weight:700;
}
.iub_grow_edo{
padding:26px 0 10px;
}
.iub_row_seo_edo{
margin:0.625rem 0 0;
overflow-wrap:break-word;
font-size:14px;
max-width:47.5rem;
line-height:1.65;
color:#7A7470;
}
.iub_row_seo_edo strong{
color:#141210;
font-weight:700;
}
.iub_gf_edo{
padding:1.5rem 0 6px;
}
.iub_gf_in_edo{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.iub_gf_chip_edo{
border:1px solid rgba(20,18,16,0.15);
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
background:#FDFCFA;
border-radius:62.438rem;
padding:0.625rem 18px;
white-space:nowrap;
font-size:13px;
color:#2E2B27;
font-weight:600;
}
.iub_gf_chip_edo:hover{
border-color:#0D9E62;
color:#0D9E62;
}
.iub_gf_chip_edo.iub_state_active_edo{
background:#141210;
border-color:transparent;
color:#F0EDE8;
}
.iub_jp_edo{
padding:30px 0 10px;
}
.iub_jp_grid_edo{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:769px){
.iub_jp_grid_edo{
grid-template-columns:1fr 1fr;
}
.iub_jp_card_mega_edo{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.iub_jp_grid_edo{
grid-template-columns:1.4fr 1fr 1fr;
}
.iub_jp_card_mega_edo{
grid-column:auto;
}
}
.iub_jp_card_edo{
overflow:hidden;
border:1px solid rgba(20,18,16,0.08);
background:#FDFCFA;
border-radius:1.25rem;
gap:12px;
padding:1.625rem;
position:relative;
flex-direction:column;
min-width:0;
justify-content:space-between;
min-height:12.5rem;
display:flex;
}
.iub_jp_card_mega_edo{
background:linear-gradient(135deg,#162420,#0A0F0E);
border-color:transparent;
color:#F0EDE8;
min-height:13.125rem;
}
.iub_jp_glow_edo{
background:radial-gradient(circle,rgba(16,185,100,0.18),transparent 70%);
border-radius:50%;
top:-40px;
position:absolute;
height:200px;
right:-2.5rem;
pointer-events:none;
width:12.5rem;
}
.iub_jp_label_edo{
gap:10px;
text-transform:uppercase;
display:flex;
font-size:10px;
justify-content:space-between;
color:#0D9E62;
position:relative;
font-weight:700;
letter-spacing:.16em;
align-items:center;
flex-wrap:wrap;
}
.iub_jp_card_mega_edo .iub_jp_label_edo{
color:#34E896;
}
.iub_jp_drop_edo{
text-transform:none;
color:#5C5751;
font-weight:600;
letter-spacing:.04em;
}
.iub_jp_card_mega_edo .iub_jp_drop_edo{
color:#A8B8B0;
}
.iub_jp_amount_edo{
font-size:2.375rem;
position:relative;
overflow-wrap:break-word;
color:#141210;
line-height:1;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
}
.iub_jp_card_mega_edo .iub_jp_amount_edo{
animation:zm2-pulse 2.4s infinite;
font-size:48px;
color:#34E896;
}
@media(min-width:771px){
.iub_jp_card_mega_edo .iub_jp_amount_edo{
font-size:54px;
}
}
.iub_jp_game_edo{
color:#5C5751;
position:relative;
font-size:13px;
}
.iub_jp_card_mega_edo .iub_jp_game_edo{
color:#A8B8B0;
}
.iub_jp_cta_edo{
align-self:flex-start;
position:relative;
}
.iub_jp_card_mega_edo .iub_jp_cta_edo{
border-radius:62.438rem;
transition:opacity .22s ease;
padding:0.625rem 1.25rem;
background:#34E896;
font-weight:700;
font-size:0.813rem;
color:#0D1210;
}
.iub_jp_card_mega_edo .iub_jp_cta_edo:hover{
opacity:.9;
}
.iub_jp_card_edo:not(.iub_jp_card_mega_edo) .iub_jp_cta_edo{
transition:color .22s ease,border-color .22s ease;
font-size:0.813rem;
padding-bottom:2px;
font-weight:700;
border-bottom:1px solid #141210;
color:#141210;
}
.iub_jp_card_edo:not(.iub_jp_card_mega_edo) .iub_jp_cta_edo:hover{
border-color:#0D9E62;
color:#0D9E62;
}
.iub_jp_seo_edo{
margin:0.875rem 0 0;
overflow-wrap:break-word;
max-width:760px;
line-height:1.65;
color:#7A7470;
font-size:14px;
}
.iub_jp_seo_edo strong{
color:#141210;
font-weight:700;
}
.iub_grow_edo{
padding:26px 0 0.625rem;
}
.iub_row_seo_edo{
margin:0.625rem 0 0;
color:#7A7470;
line-height:1.65;
font-size:14px;
max-width:760px;
overflow-wrap:break-word;
}
.iub_row_seo_edo strong{
color:#141210;
font-weight:700;
}
.iub_grow_edo{
padding:26px 0 10px;
}
.iub_row_seo_edo{
margin:10px 0 0;
max-width:47.5rem;
font-size:0.875rem;
line-height:1.65;
color:#7A7470;
overflow-wrap:break-word;
}
.iub_row_seo_edo strong{
font-weight:700;
color:#141210;
}
.iub_vip_edo{
padding:3rem 0;
}
@media(min-width:765px){
.iub_vip_edo{
padding:4rem 0;
}
}
.iub_vip_head_edo{
gap:0.875rem;
flex-direction:column;
display:flex;
margin-bottom:30px;
}
@media(min-width:883px){
.iub_vip_head_edo{
gap:24px;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.iub_vip_eyebrow_edo{
margin-bottom:12px;
}
.iub_vip_h2_edo{
line-height:1.05;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:2rem;
font-weight:600;
color:#F0EDE8;
}
@media(min-width:770px){
.iub_vip_h2_edo{
font-size:40px;
}
}
.iub_vip_intro_edo{
color:#A8B8B0;
font-size:0.875rem;
max-width:26.25rem;
line-height:1.6;
}
.iub_vip_grid_edo{
gap:14px;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.iub_vip_card_edo{
padding:22px 18px;
border-radius:0.875rem;
border:1px solid rgba(255,255,255,0.12);
min-width:0;
}
.iub_vip_card_feat_edo{
background:rgba(255,255,255,0.07);
border-color:#34E896;
}
.iub_vip_card_ic_edo{
background:linear-gradient(135deg,#0D9E62,#34E896);
border-radius:0.5rem;
margin-bottom:16px;
width:34px;
height:34px;
display:block;
}
.iub_vip_name_edo{
color:#F0EDE8;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
margin-bottom:0.375rem;
font-weight:600;
font-size:1.25rem;
}
.iub_vip_perk_edo{
overflow-wrap:break-word;
color:#A8B8B0;
font-size:0.781rem;
line-height:1.5;
}
.iub_app_edo{
padding:30px 0 0.625rem;
}
.iub_app_in_edo{
border-radius:1.25rem;
padding:2rem;
border:1px solid rgba(20,18,16,0.08);
gap:28px;
background:#FDFCFA;
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.iub_app_in_edo{
gap:2.5rem;
padding:2.5rem 2.75rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.iub_app_copy_edo{
max-width:560px;
min-width:0;
}
.iub_app_eyebrow_edo{
margin-bottom:12px;
}
.iub_app_h2_edo{
color:#141210;
font-size:28px;
margin-bottom:12px;
line-height:1.05;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:769px){
.iub_app_h2_edo{
font-size:2.125rem;
}
}
.iub_app_text_edo{
line-height:1.6;
color:#7A7470;
margin-bottom:1.375rem;
font-size:0.875rem;
}
.iub_app_btns_edo{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.iub_app_btn_edo{
gap:0.625rem;
background:#141210;
transition:background-color .22s ease;
border-radius:14px;
padding:0.688rem 20px;
color:#F0EDE8;
display:inline-flex;
align-items:center;
}
.iub_app_btn_edo:hover{
background:#2E2B27;
}
.iub_app_btn_ic_edo{
align-items:center;
display:inline-flex;
}
.iub_app_btn_ic_edo svg{
height:1.125rem;
width:18px;
}
.iub_app_btn_lb_edo{
font-size:0.844rem;
font-weight:700;
}
.iub_app_qr_wrap_edo{
flex:0 0 auto;
gap:18px;
align-items:center;
display:flex;
}
.iub_app_qr_edo{
border-radius:14px;
flex:0 0 auto;
width:6.75rem;
height:6.75rem;
background-color:#141210;
background-image:repeating-linear-gradient(0deg,#FDFCFA 0 0.313rem,transparent 5px 0.688rem),repeating-linear-gradient(90deg,#FDFCFA 0 0.313rem,transparent 5px 11px);
}
.iub_app_qr_cap_edo{
line-height:1.4;
max-width:5.75rem;
color:#5C5751;
font-size:12.5px;
}
.iub_wy_edo{
padding:48px 0;
}
@media(min-width:771px){
.iub_wy_edo{
padding:56px 0;
}
}
.iub_wy_in_edo{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:899px){
.iub_wy_in_edo{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.iub_wy_left_edo{
min-width:0;
}
.iub_wy_eyebrow_edo{
margin-bottom:14px;
}
.iub_wy_h2_edo{
margin-bottom:1rem;
font-size:2rem;
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
color:#141210;
}
@media(min-width:770px){
.iub_wy_h2_edo{
font-size:2.5rem;
}
}
.iub_wy_intro_edo{
line-height:1.6;
font-size:15px;
color:#7A7470;
}
.iub_wy_grid_edo{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:557px){
.iub_wy_grid_edo{
grid-template-columns:1fr 1fr;
}
}
.iub_wy_card_edo{
border:1px solid rgba(20,18,16,0.08);
border-radius:14px;
padding:26px;
background:#FDFCFA;
min-width:0;
}
.iub_wy_card_ic_edo{
color:#0D9E62;
display:inline-flex;
justify-content:center;
align-items:center;
margin-bottom:1rem;
}
.iub_wy_card_ic_edo svg{
width:26px;
height:1.625rem;
}
.iub_wy_card_h_edo{
line-height:1.15;
color:#141210;
font-size:1.313rem;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.5rem;
font-weight:600;
overflow-wrap:break-word;
}
.iub_wy_card_p_edo{
color:#7A7470;
line-height:1.55;
overflow-wrap:break-word;
font-size:0.875rem;
}
.iub_tt_edo{
padding:48px 0 0.625rem;
}
@media(min-width:770px){
.iub_tt_edo{
padding:60px 0 10px;
}
}
.iub_tt_head_edo{
margin-bottom:34px;
text-align:center;
}
.iub_tt_eyebrow_edo{
margin-bottom:12px;
}
.iub_tt_h2_edo{
font-size:32px;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
color:#141210;
}
@media(min-width:768px){
.iub_tt_h2_edo{
font-size:2.625rem;
}
}
.iub_tt_grid_edo{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.iub_tt_grid_edo{
grid-template-columns:repeat(3,1fr);
}
}
.iub_tt_card_edo{
border-radius:14px;
padding:30px;
background:#FDFCFA;
border:1px solid rgba(20,18,16,0.08);
flex-direction:column;
min-width:0;
display:flex;
}
.iub_tt_card_ic_edo{
display:inline-flex;
color:#0D9E62;
margin-bottom:18px;
align-items:center;
}
.iub_tt_card_ic_edo svg{
height:1.75rem;
width:1.75rem;
}
.iub_tt_card_h_edo{
overflow-wrap:break-word;
line-height:1.15;
font-size:1.375rem;
margin-bottom:8px;
color:#141210;
font-weight:600;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
}
.iub_tt_card_p_edo{
color:#7A7470;
margin-bottom:0.875rem;
overflow-wrap:break-word;
line-height:1.6;
font-size:14px;
}
.iub_tt_card_p_edo b{
color:#141210;
font-weight:700;
}
.iub_tt_card_link_edo{
transition:color .22s ease;
align-self:flex-start;
font-size:0.813rem;
padding-bottom:2px;
border-bottom:1px solid #0D9E62;
margin-top:auto;
font-weight:700;
color:#141210;
}
.iub_tt_card_link_edo:hover{
color:#0D9E62;
}
.iub_op_edo{
padding:2.25rem 0 0.625rem;
}
.iub_op_in_edo{
gap:2rem;
border-radius:0.875rem;
background:#FDFCFA;
padding:2rem;
grid-template-columns:1fr;
border:1px solid rgba(20,18,16,0.08);
display:grid;
align-items:center;
}
@media(min-width:859px){
.iub_op_in_edo{
grid-template-columns:.9fr 1.1fr;
gap:44px;
padding:34px 40px;
}
}
.iub_op_left_edo{
min-width:0;
}
.iub_op_eyebrow_edo{
margin-bottom:0.75rem;
}
.iub_op_h2_edo{
font-weight:600;
font-size:28px;
margin-bottom:0.625rem;
line-height:1.08;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#141210;
}
@media(min-width:768px){
.iub_op_h2_edo{
font-size:30px;
}
}
.iub_op_text_edo{
line-height:1.6;
color:#7A7470;
font-size:14px;
}
.iub_op_grid_edo{
border-radius:0.5rem;
border:1px solid rgba(20,18,16,0.15);
grid-template-columns:1fr 1fr;
overflow:hidden;
gap:1px;
background:rgba(20,18,16,0.15);
display:grid;
}
.iub_op_field_edo{
background:#F5F2EE;
padding:18px 1.25rem;
min-width:0;
}
.iub_op_field_lb_edo{
font-weight:600;
text-transform:uppercase;
font-size:0.625rem;
color:#0D9E62;
margin-bottom:0.313rem;
letter-spacing:.1em;
}
.iub_op_field_val_edo{
font-size:0.875rem;
overflow-wrap:break-word;
font-weight:700;
color:#141210;
}
.iub_et_edo{
padding:36px 0 0.625rem;
}
.iub_et_in_edo{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:879px){
.iub_et_in_edo{
grid-template-columns:1.1fr .9fr;
gap:48px;
}
}
.iub_et_left_edo{
min-width:0;
}
.iub_et_eyebrow_edo{
margin-bottom:0.75rem;
}
.iub_et_h2_edo{
line-height:1.06;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
margin-bottom:14px;
font-weight:600;
color:#141210;
font-size:1.75rem;
}
@media(min-width:767px){
.iub_et_h2_edo{
font-size:32px;
}
}
.iub_et_text_edo{
line-height:1.65;
font-size:0.938rem;
margin-bottom:22px;
color:#7A7470;
}
.iub_et_stats_edo{
gap:24px;
flex-wrap:wrap;
display:flex;
}
.iub_et_stat_edo{
min-width:0;
}
.iub_et_stat_v_edo{
line-height:1;
font-weight:700;
color:#141210;
font-size:26px;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
}
.iub_et_stat_l_edo{
color:#5C5751;
font-size:0.781rem;
margin-top:4px;
}
.iub_et_right_edo{
gap:12px;
display:flex;
flex-direction:column;
}
.iub_et_member_edo{
background:#FDFCFA;
border:1px solid rgba(20,18,16,0.08);
gap:1rem;
padding:18px 1.25rem;
border-radius:14px;
min-width:0;
align-items:center;
display:flex;
}
.iub_et_member_av_edo{
border-radius:50%;
background:linear-gradient(135deg,#162420,#0D9E62);
flex:0 0 auto;
width:3rem;
height:48px;
}
.iub_et_member_name_edo{
overflow-wrap:break-word;
font-weight:700;
color:#141210;
font-size:0.938rem;
}
.iub_et_member_role_edo{
font-size:0.781rem;
color:#5C5751;
overflow-wrap:break-word;
}
.iub_et_updated_edo{
background:#F5F2EE;
gap:8px;
padding:14px 18px;
border-radius:14px;
border:1px solid rgba(20,18,16,0.08);
align-items:center;
color:#7A7470;
display:flex;
font-size:12.5px;
}
.iub_prov_edo{
padding:40px 0 1.25rem;
}
.iub_prov_eyebrow_edo{
margin-bottom:1.125rem;
display:block;
}
.iub_prov_grid_edo{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:562px){
.iub_prov_grid_edo{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:901px){
.iub_prov_grid_edo{
grid-template-columns:repeat(6,1fr);
}
}
.iub_pmt_edo{
padding:48px 0 0.625rem;
}
.iub_pmt_in_edo{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:878px){
.iub_pmt_in_edo{
grid-template-columns:1fr 1.1fr;
gap:48px;
}
}
.iub_pmt_left_edo{
min-width:0;
}
.iub_pmt_eyebrow_edo{
margin-bottom:12px;
}
.iub_pmt_h2_edo{
color:#141210;
line-height:1.06;
font-weight:600;
font-size:30px;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.75rem;
overflow-wrap:break-word;
}
@media(min-width:768px){
.iub_pmt_h2_edo{
font-size:2rem;
}
}
.iub_pmt_text_edo{
margin-bottom:1.375rem;
color:#7A7470;
line-height:1.6;
font-size:0.906rem;
}
.iub_pmt_logos_edo{
gap:0.625rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:477px){
.iub_pmt_logos_edo{
grid-template-columns:repeat(4,1fr);
}
}
.iub_pmt_logo_edo{
border-radius:0.5rem;
overflow:hidden;
padding:0 8px;
border:1px solid rgba(20,18,16,0.08);
background:#FDFCFA;
align-items:center;
font-weight:700;
font-size:12.5px;
text-align:center;
text-overflow:ellipsis;
justify-content:center;
white-space:nowrap;
height:50px;
display:flex;
color:#2E2B27;
}
.iub_pmt_table_edo{
border:1px solid rgba(20,18,16,0.08);
border-radius:14px;
overflow:hidden;
min-width:0;
}
.iub_pmt_thead_edo{
background:#1C1A18;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.iub_pmt_th_edo{
padding:0.813rem 14px;
overflow:hidden;
font-weight:700;
font-size:0.625rem;
text-transform:uppercase;
white-space:nowrap;
color:#F0EDE8;
text-overflow:ellipsis;
letter-spacing:.08em;
}
.iub_pmt_row_edo{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(20,18,16,0.08);
}
.iub_pmt_row_edo:nth-child(odd){
background:#FDFCFA;
}
.iub_pmt_td_edo{
padding:14px;
min-width:0;
color:#7A7470;
overflow-wrap:break-word;
font-size:13.5px;
}
.iub_pmt_row_edo .iub_pmt_td_edo:first-child{
font-weight:700;
color:#141210;
}
.iub_pmt_row_edo .iub_pmt_td_edo:last-child{
color:#0D9E62;
font-weight:700;
}
.iub_ts_edo{
padding:2.75rem 0;
}
.iub_ts_in_edo{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:878px){
.iub_ts_in_edo{
grid-template-columns:1.4fr 1fr;
gap:3rem;
}
}
.iub_ts_left_edo{
min-width:0;
}
.iub_ts_h2_edo{
line-height:1.1;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.75rem;
color:#F0EDE8;
font-weight:600;
font-size:26px;
overflow-wrap:break-word;
}
@media(min-width:770px){
.iub_ts_h2_edo{
font-size:1.75rem;
}
}
.iub_ts_text_edo{
line-height:1.6;
margin-bottom:22px;
max-width:520px;
font-size:14.5px;
color:#A8B8B0;
}
.iub_ts_badges_edo{
gap:18px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.iub_ts_badge_edo{
font-size:13px;
font-weight:600;
color:#A8B8B0;
}
.iub_ts_pay_edo{
gap:12px;
display:flex;
flex-wrap:wrap;
}
@media(min-width:879px){
.iub_ts_pay_edo{
justify-content:flex-end;
}
}
.iub_ts_pay_chip_edo{
padding:0.75rem 1rem;
border:1px solid rgba(255,255,255,0.12);
border-radius:0.875rem;
background:rgba(255,255,255,0.07);
color:#F0EDE8;
font-size:14px;
font-weight:700;
}
.iub_hts_edo{
padding:3rem 0;
}
@media(min-width:767px){
.iub_hts_edo{
padding:62px 0;
}
}
.iub_hts_head_edo{
gap:18px;
flex-direction:column;
display:flex;
margin-bottom:34px;
}
@media(min-width:767px){
.iub_hts_head_edo{
gap:24px;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.iub_hts_eyebrow_edo{
margin-bottom:0.75rem;
}
.iub_hts_h2_edo{
color:#F0EDE8;
font-weight:600;
line-height:1.05;
font-size:30px;
overflow-wrap:break-word;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.iub_hts_h2_edo{
font-size:2.375rem;
}
}
.iub_hts_cta_edo{
flex:0 0 auto;
padding:15px 1.875rem;
transition:opacity .22s ease;
background:#34E896;
border-radius:999px;
font-weight:700;
font-size:15px;
color:#0D1210;
}
.iub_hts_cta_edo:hover{
opacity:.9;
}
.iub_hts_grid_edo{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:762px){
.iub_hts_grid_edo{
grid-template-columns:repeat(3,1fr);
}
}
.iub_hts_step_edo{
min-width:0;
border-top:1px solid rgba(255,255,255,0.12);
padding-top:1.375rem;
}
.iub_hts_step_num_edo{
margin-bottom:14px;
color:#34E896;
font-size:2.75rem;
font-weight:700;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
line-height:1;
}
.iub_hts_step_h_edo{
font-weight:700;
line-height:1.2;
margin-bottom:0.5rem;
font-size:19px;
color:#F0EDE8;
overflow-wrap:break-word;
}
.iub_hts_step_p_edo{
overflow-wrap:break-word;
color:#A8B8B0;
font-size:0.875rem;
line-height:1.55;
}
.iub_faq_edo{
padding:48px 0;
background:#FDFCFA;
margin-top:1.5rem;
border-bottom:1px solid rgba(20,18,16,0.08);
border-top:1px solid rgba(20,18,16,0.08);
}
@media(min-width:769px){
.iub_faq_edo{
padding:62px 0;
}
}
.iub_faq_head_edo{
text-align:center;
margin-bottom:2.125rem;
}
.iub_faq_eyebrow_edo{
margin-bottom:0.75rem;
}
.iub_faq_h2_edo{
color:#141210;
overflow-wrap:break-word;
font-weight:600;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-size:2rem;
line-height:1.05;
}
@media(min-width:769px){
.iub_faq_h2_edo{
font-size:2.375rem;
}
}
.iub_faq_list_edo{
gap:0.75rem;
margin:0 auto;
display:flex;
flex-direction:column;
max-width:820px;
}
.iub_faq_item_edo{
background:#F5F2EE;
border-radius:14px;
border:1px solid rgba(20,18,16,0.08);
overflow:hidden;
}
.iub_faq_q_edo{
padding:20px 24px;
gap:20px;
list-style:none;
color:#141210;
justify-content:space-between;
font-size:16px;
overflow-wrap:break-word;
cursor:pointer;
font-weight:700;
align-items:center;
display:flex;
}
.iub_faq_q_edo::-webkit-details-marker{
display:none;
}
.iub_faq_q_ic_edo{
flex:0 0 auto;
transition:transform .22s ease;
align-items:center;
color:#0D9E62;
display:inline-flex;
}
.iub_faq_q_ic_edo svg{
height:1.125rem;
width:18px;
}
.iub_faq_item_edo[open] .iub_faq_q_ic_edo{
transform:rotate(180deg);
}
.iub_faq_a_edo{
padding:0 1.5rem 20px;
font-size:0.906rem;
overflow-wrap:break-word;
color:#7A7470;
line-height:1.6;
}
.iub_el_edo{
padding:3rem 0;
}
@media(min-width:766px){
.iub_el_edo{
padding:3.5rem 0;
}
}
.iub_el_in_edo{
gap:40px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:900px){
.iub_el_in_edo{
gap:56px;
grid-template-columns:1fr 1fr;
}
}
.iub_el_left_edo{
min-width:0;
}
.iub_el_eyebrow_edo{
margin-bottom:14px;
}
.iub_el_h2_edo{
line-height:1.08;
color:#141210;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
font-size:2rem;
margin-bottom:1.375rem;
}
@media(min-width:769px){
.iub_el_h2_edo{
font-size:38px;
}
}
.iub_el_body_edo p{
overflow-wrap:break-word;
font-size:1rem;
line-height:1.7;
margin-bottom:18px;
color:#2E2B27;
}
.iub_el_dropcap_edo{
padding:0.375rem 12px 0 0;
float:left;
color:#0D9E62;
font-weight:700;
line-height:.8;
font-size:62px;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
}
.iub_el_right_edo{
min-width:0;
}
.iub_el_quote_edo{
background:linear-gradient(150deg,#162420,#0A0F0E);
border-radius:1.25rem;
padding:36px;
color:#F0EDE8;
margin-bottom:24px;
position:relative;
}
.iub_el_quote_mark_edo{
margin-bottom:0.375rem;
display:inline-flex;
color:#34E896;
align-items:center;
}
.iub_el_quote_mark_edo svg{
height:34px;
width:34px;
}
.iub_el_quote_text_edo{
font-weight:500;
font-size:22px;
overflow-wrap:break-word;
margin-bottom:22px;
color:#F0EDE8;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.4;
}
.iub_el_quote_meta_edo{
gap:0.75rem;
align-items:center;
display:flex;
}
.iub_el_quote_av_edo{
background:linear-gradient(135deg,#0D9E62,#34E896);
flex:0 0 auto;
border-radius:50%;
width:38px;
height:38px;
}
.iub_el_quote_author_edo{
font-weight:700;
color:#F0EDE8;
font-size:0.875rem;
}
.iub_el_quote_meta_sub_edo{
color:#A8B8B0;
font-size:12px;
}
.iub_el_explain_edo{
overflow:hidden;
border-radius:0.875rem;
border:1px solid rgba(20,18,16,0.08);
}
.iub_el_explain_card_edo{
padding:1.375rem 24px;
}
.iub_el_explain_card_edo+.iub_el_explain_card_edo{
border-top:1px solid rgba(20,18,16,0.08);
}
.iub_el_explain_h_edo{
margin-bottom:8px;
overflow-wrap:break-word;
color:#141210;
line-height:1.15;
font-weight:600;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.25rem;
}
.iub_el_explain_p_edo{
color:#7A7470;
line-height:1.55;
overflow-wrap:break-word;
font-size:14px;
}
.iub_sg_edo{
padding:3rem 0 0.625rem;
}
.iub_sg_eyebrow_edo{
display:block;
margin-bottom:0.75rem;
}
.iub_sg_h2_edo{
overflow-wrap:break-word;
font-size:1.875rem;
font-weight:600;
line-height:1.05;
margin-bottom:1.75rem;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
color:#141210;
}
@media(min-width:771px){
.iub_sg_h2_edo{
font-size:2.25rem;
}
}
.iub_sg_grid_edo{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:720px){
.iub_sg_grid_edo{
grid-template-columns:repeat(3,1fr);
}
}
.iub_sg_col_edo{
min-width:0;
}
.iub_sg_col_h_edo{
overflow-wrap:break-word;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
margin-bottom:0.625rem;
font-weight:600;
font-size:22px;
color:#141210;
}
.iub_sg_col_p_edo{
color:#7A7470;
line-height:1.65;
font-size:14px;
overflow-wrap:break-word;
}
.iub_lh_edo{
padding:2.5rem 0 20px;
}
.iub_lh_in_edo{
padding-top:34px;
border-top:1px solid rgba(20,18,16,0.15);
}
.iub_lh_eyebrow_edo{
display:block;
margin-bottom:22px;
}
.iub_lh_grid_edo{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:603px){
.iub_lh_grid_edo{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:961px){
.iub_lh_grid_edo{
grid-template-columns:repeat(5,1fr);
}
}
.iub_lh_col_edo{
min-width:0;
}
.iub_lh_col_h_edo{
color:#141210;
font-size:13px;
font-weight:700;
margin-bottom:12px;
overflow-wrap:break-word;
}
.iub_lh_links_edo{
gap:8px;
display:flex;
flex-direction:column;
}
.iub_lh_link_edo{
transition:color .22s ease;
color:#7A7470;
font-size:13px;
overflow-wrap:break-word;
}
.iub_lh_link_edo:hover{
color:#0D9E62;
}
.iub_sb_edo{
background:#FDFCFA;
padding:3rem 0;
border-top:1px solid rgba(20,18,16,0.08);
border-bottom:1px solid rgba(20,18,16,0.08);
margin-top:1.5rem;
}
@media(min-width:766px){
.iub_sb_edo{
padding:56px 0;
}
}
.iub_sb_eyebrow_edo{
display:block;
margin-bottom:12px;
}
.iub_sb_h2_edo{
font-size:1.875rem;
color:#141210;
line-height:1.05;
overflow-wrap:break-word;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:26px;
font-weight:600;
}
@media(min-width:767px){
.iub_sb_h2_edo{
font-size:2.25rem;
}
}
.iub_sb_grid_edo{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:557px){
.iub_sb_grid_edo{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:961px){
.iub_sb_grid_edo{
grid-template-columns:repeat(4,1fr);
}
}
.iub_sb_card_edo{
padding:1.5rem;
border-radius:14px;
border:1px solid rgba(20,18,16,0.08);
background:#F5F2EE;
min-width:0;
}
.iub_sb_card_h_edo{
color:#141210;
overflow-wrap:break-word;
font-size:1.188rem;
font-weight:600;
margin-bottom:8px;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
}
.iub_sb_card_p_edo{
color:#7A7470;
font-size:0.844rem;
overflow-wrap:break-word;
line-height:1.6;
}
.iub_sb_rtp_edo{
background:#F5F2EE;
grid-template-columns:1fr;
border-radius:0.875rem;
border:1px solid rgba(20,18,16,0.08);
gap:24px;
padding:1.625rem 1.75rem;
display:grid;
align-items:center;
margin-top:18px;
}
@media(min-width:758px){
.iub_sb_rtp_edo{
grid-template-columns:1fr 1fr;
gap:2.5rem;
}
}
.iub_sb_rtp_h_edo{
margin-bottom:8px;
font-size:20px;
line-height:1.15;
font-weight:600;
overflow-wrap:break-word;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
color:#141210;
}
.iub_sb_rtp_p_edo{
overflow-wrap:break-word;
color:#7A7470;
font-size:0.844rem;
line-height:1.6;
}
.iub_sb_rtp_stats_edo{
gap:1rem;
display:flex;
}
.iub_sb_stat_edo{
background:#FDFCFA;
flex:1 1 0;
padding:18px;
border-radius:8px;
text-align:center;
min-width:0;
}
.iub_sb_stat_v_edo{
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-size:26px;
color:#0D9E62;
overflow-wrap:break-word;
font-weight:700;
}
.iub_sb_stat_l_edo{
font-size:11.5px;
margin-top:0.25rem;
color:#5C5751;
}
.iub_ft_edo{
background:#1C1A18;
margin-top:2.5rem;
color:#A8B8B0;
}
.iub_ft_in_edo{
padding:3rem 0 1.75rem;
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:602px){
.iub_ft_in_edo{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:897px){
.iub_ft_in_edo{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.iub_ft_brand_edo{
min-width:0;
}
.iub_ft_logo_edo{
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-size:26px;
color:#F0EDE8;
font-weight:700;
overflow-wrap:break-word;
}
.iub_ft_tagline_edo{
font-size:0.844rem;
color:#A8B8B0;
max-width:17.5rem;
line-height:1.6;
margin-top:0.875rem;
}
.iub_ft_contact_edo{
transition:color .22s ease;
color:#34E896;
display:inline-block;
max-width:17.5rem;
font-size:0.813rem;
overflow-wrap:anywhere;
margin-top:0.75rem;
}
.iub_ft_contact_edo:hover{
color:#F0EDE8;
}
.iub_ft_col_edo{
min-width:0;
}
.iub_ft_col_h_edo{
letter-spacing:.08em;
font-size:0.813rem;
font-weight:700;
overflow-wrap:break-word;
margin-bottom:14px;
text-transform:uppercase;
color:#F0EDE8;
}
.iub_ft_col_links_edo{
gap:10px;
display:flex;
flex-direction:column;
}
.iub_ft_link_edo{
transition:color .22s ease;
color:#A8B8B0;
font-size:13.5px;
overflow-wrap:break-word;
}
.iub_ft_link_edo:hover{
color:#F0EDE8;
}
.iub_ft_bot_edo{
gap:1rem;
padding:1.375rem 0 40px;
border-top:1px solid rgba(255,255,255,0.12);
flex-direction:column;
display:flex;
}
@media(min-width:765px){
.iub_ft_bot_edo{
gap:1.25rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.iub_ft_legal_edo{
overflow-wrap:break-word;
font-size:11.5px;
color:#A89F96;
line-height:1.6;
max-width:760px;
}
.iub_ft_legal_edo b{
font-weight:700;
color:#A8B8B0;
}
.iub_ft_age_edo{
border:1.5px solid #34E896;
padding:0.25rem 0.563rem;
flex:0 0 auto;
border-radius:0.5rem;
color:#34E896;
font-size:13px;
font-weight:700;
}