*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F0E8;
overflow-wrap:break-word;
font-family:"Nunito Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#3A3224;
line-height:1.6;
font-size:0.938rem;
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.50);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.idc_layouthay{
min-height:100vh;
flex-direction:column;
display:flex;
}
.idc_mainhay{
flex:1 1 auto;
width:100%;
min-width:0;
}
.idc_containerhay{
padding:0 16px;
margin:0 auto;
max-width:1400px;
width:100%;
}
@media(min-width:770px){
.idc_containerhay{
padding:0 32px;
}
}
@media(min-width:1099px){
.idc_containerhay{
padding:0 56px;
}
}
.idc_eyebrowhay{
font-weight:600;
display:inline-block;
color:#A0712A;
overflow-wrap:break-word;
line-height:1.4;
text-transform:uppercase;
letter-spacing:.2em;
font-family:"Nunito Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:11px;
}
.idc_bandhay{
background:#1E1A10;
color:#F5EDD8;
}
.idc_bandhay .idc_eyebrowhay{
color:#D4A054;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.idc_tbhay{
background:#F5F0E8;
border-bottom:1px solid rgba(28,23,16,0.15);
z-index:50;
position:sticky;
top:0;
}
.idc_tb_inhay{
padding:12px 16px;
gap:16px;
margin:0 auto;
align-items:center;
width:100%;
max-width:87.5rem;
justify-content:space-between;
display:flex;
}
@media(min-width:769px){
.idc_tb_inhay{
padding:16px 2rem;
}
}
@media(min-width:1101px){
.idc_tb_inhay{
padding:18px 56px;
}
}
.idc_tb_lefthay{
gap:28px;
align-items:center;
min-width:0;
display:flex;
}
.idc_tb_logohay{
gap:11px;
display:flex;
align-items:center;
min-width:0;
}
.idc_tb_logo_markhay{
flex:0 0 auto;
border-radius:8px;
height:34px;
width:34px;
object-fit:cover;
}
.idc_tb_logo_txthay{
min-width:0;
line-height:1;
display:flex;
flex-direction:column;
}
.idc_tb_logo_namehay{
overflow:hidden;
font-weight:700;
text-overflow:ellipsis;
font-size:22px;
letter-spacing:.02em;
color:#1C1710;
white-space:nowrap;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
.idc_tb_logo_subhay{
overflow:hidden;
letter-spacing:.32em;
margin-top:4px;
text-transform:uppercase;
white-space:nowrap;
font-weight:600;
color:#A0712A;
text-overflow:ellipsis;
font-size:8.5px;
}
.idc_tb_navhay{
display:none;
}
@media(min-width:957px){
.idc_tb_navhay{
gap:28px;
display:flex;
align-items:center;
}
}
.idc_tb_nav_itemhay{
transition:color .22s ease,border-color .22s ease;
border-bottom:2px solid transparent;
padding-bottom:3px;
color:#3A3224;
font-size:14px;
font-weight:600;
white-space:nowrap;
}
.idc_tb_nav_itemhay:hover{
color:#1C1710;
}
.idc_tb_nav_itemhay.idc_state_activehay{
border-color:#A0712A;
color:#1C1710;
}
.idc_tb_righthay{
gap:0.875rem;
flex:0 0 auto;
display:flex;
align-items:center;
}
.idc_tb_searchhay{
transition:color .22s ease;
display:flex;
color:#3A3224;
justify-content:center;
align-items:center;
}
.idc_tb_searchhay:hover{
color:#A0712A;
}
.idc_tb_searchhay svg{
width:18px;
height:18px;
}
.idc_tb_langhay{
text-transform:uppercase;
font-size:0.688rem;
color:#6B5E47;
font-weight:600;
letter-spacing:.1em;
}
.idc_tb_langhay:hover{
color:#1C1710;
}
.idc_tb_loginhay{
font-size:14px;
font-weight:600;
color:#1C1710;
display:none;
}
@media(min-width:766px){
.idc_tb_loginhay{
display:inline-block;
}
}
.idc_tb_registerhay{
background:#1C1710;
border-radius:999px;
padding:0.688rem 22px;
transition:background-color .22s ease;
color:#F5EDD8;
font-size:0.875rem;
font-weight:700;
white-space:nowrap;
}
.idc_tb_registerhay:hover{
background:#332C1E;
}
.idc_mobhay{
background:#F5F0E8;
z-index:60;
border-top:1px solid rgba(28,23,16,0.15);
right:0;
left:0;
bottom:0;
position:fixed;
padding-bottom:env(safe-area-inset-bottom);
}
@media(min-width:961px){
.idc_mobhay{
display:none;
}
}
.idc_mob_inhay{
margin:0 auto;
align-items:stretch;
display:flex;
justify-content:space-around;
max-width:560px;
}
.idc_mob_itemhay{
flex:1 1 0;
gap:3px;
transition:color .22s ease;
padding:0.563rem 0.25rem;
flex-direction:column;
color:#6B5E47;
min-width:0;
align-items:center;
display:flex;
}
.idc_mob_itemhay.idc_state_activehay{
color:#A0712A;
}
.idc_mob_ichay{
display:flex;
align-items:center;
justify-content:center;
}
.idc_mob_ichay svg{
width:1.25rem;
height:1.25rem;
}
.idc_mob_lbhay{
overflow:hidden;
font-size:10px;
font-weight:600;
text-overflow:ellipsis;
max-width:100%;
white-space:nowrap;
}
@media(max-width:959px){
body{
padding-bottom:3.75rem;
}
}
.idc_railhay{
min-width:0;
position:relative;
}
.idc_rail_scrollhay{
gap:14px;
scrollbar-width:thin;
-webkit-overflow-scrolling:touch;
display:flex;
overflow-x:auto;
padding-bottom:0.875rem;
}
@media(min-width:769px){
.idc_rail_scrollhay{
gap:18px;
}
}
.idc_gchay{
flex:0 0 auto;
display:block;
width:9.375rem;
}
@media(min-width:766px){
.idc_gchay{
width:188px;
}
}
.idc_gc_imghay{
border-radius:0.875rem;
background:#FDFAF4;
overflow:hidden;
box-shadow:0 2px 0.375rem rgba(28,23,16,0.07), 0 0.375rem 18px rgba(28,23,16,0.09);
position:relative;
padding-bottom:133.33%;
}
.idc_gc_imghay img{
inset:0;
position:absolute;
object-fit:cover;
height:100%;
width:100%;
}
.idc_gc_coverhay{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.50));
position:absolute;
pointer-events:none;
}
.idc_gc_hoverhay{
transition:opacity .22s ease;
background:rgba(0,0,0,0.50);
inset:0;
display:flex;
justify-content:center;
position:absolute;
opacity:0;
align-items:center;
}
.idc_gchay:hover .idc_gc_hoverhay{
opacity:1;
}
.idc_gc_hover_btnhay{
background:#1C1710;
border-radius:62.438rem;
display:flex;
align-items:center;
height:2.875rem;
justify-content:center;
color:#F5EDD8;
width:46px;
}
.idc_gc_hover_btnhay svg{
width:18px;
height:18px;
}
.idc_gc_infohay{
gap:2px;
flex-direction:column;
min-width:0;
margin-top:0.563rem;
display:flex;
}
.idc_gc_namehay{
overflow:hidden;
font-weight:700;
font-size:0.813rem;
color:#1C1710;
white-space:nowrap;
text-overflow:ellipsis;
}
.idc_gc_provhay{
overflow:hidden;
font-size:11px;
text-overflow:ellipsis;
white-space:nowrap;
color:#6B5E47;
}
.idc_gc_metahay{
font-size:11px;
color:#6B5E47;
}
.idc_tchay{
flex:0 0 auto;
width:11.25rem;
display:block;
}
@media(min-width:770px){
.idc_tchay{
width:14.375rem;
}
}
.idc_tc_imghay{
border-radius:0.875rem;
overflow:hidden;
background:#FDFAF4;
padding-bottom:75%;
position:relative;
box-shadow:0 2px 6px rgba(28,23,16,0.07), 0 6px 18px rgba(28,23,16,0.09);
}
.idc_tc_imghay img{
inset:0;
height:100%;
object-fit:cover;
width:100%;
position:absolute;
}
.idc_tc_infohay{
gap:2px;
margin-top:9px;
min-width:0;
display:flex;
flex-direction:column;
}
.idc_tc_namehay{
overflow:hidden;
color:#1C1710;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:700;
font-size:14px;
}
.idc_tc_rtphay{
font-size:11px;
color:#6B5E47;
}
.idc_lchay{
flex:0 0 auto;
width:230px;
display:block;
}
@media(min-width:769px){
.idc_lchay{
width:16.75rem;
}
}
.idc_lc_imghay{
overflow:hidden;
border-radius:0.875rem;
background:#FDFAF4;
position:relative;
padding-bottom:62.5%;
box-shadow:0 2px 0.375rem rgba(28,23,16,0.07), 0 6px 18px rgba(28,23,16,0.09);
}
.idc_lc_imghay img{
inset:0;
width:100%;
position:absolute;
height:100%;
object-fit:cover;
}
.idc_lc_livehay{
background:rgba(0,0,0,0.50);
border-radius:62.438rem;
padding:0.25rem 0.563rem;
gap:7px;
display:flex;
align-items:center;
top:12px;
position:absolute;
left:12px;
}
.idc_lc_live_dothay{
animation:zm2-pulse 1.6s infinite;
background:#B94040;
border-radius:50%;
height:8px;
width:0.5rem;
}
.idc_lc_seatshay{
color:#F5EDD8;
font-size:10px;
font-weight:600;
letter-spacing:.08em;
text-transform:uppercase;
}
.idc_lc_infohay{
gap:2px;
flex-direction:column;
min-width:0;
margin-top:0.563rem;
display:flex;
}
.idc_lc_namehay{
overflow:hidden;
font-weight:700;
font-size:0.938rem;
text-overflow:ellipsis;
color:#1C1710;
white-space:nowrap;
}
.idc_lc_bethay{
color:#6B5E47;
font-size:11px;
}
.idc_pchay{
border-radius:0.875rem;
gap:0.5rem;
padding:1rem 14px;
background:#FDFAF4;
border:1px solid rgba(28,23,16,0.08);
justify-content:center;
flex-direction:column;
align-items:center;
min-width:0;
min-height:4.625rem;
display:flex;
}
.idc_pc_logohay{
flex:0 0 auto;
max-width:100%;
height:1.75rem;
width:auto;
object-fit:contain;
}
.idc_pc_namehay{
overflow:hidden;
white-space:nowrap;
max-width:100%;
text-align:center;
text-overflow:ellipsis;
color:#6B5E47;
font-size:0.688rem;
}
.idc_gc_taghay{
padding:3px 8px;
border-radius:0.5rem;
display:inline-block;
text-transform:uppercase;
z-index:2;
top:10px;
font-weight:700;
left:0.625rem;
position:absolute;
letter-spacing:.06em;
font-size:0.625rem;
}
.idc_gc_tag_hothay{
background:#B94040;
color:#F5EDD8;
}
.idc_gc_tag_newhay{
background:#C98E3E;
color:#1C1710;
}
.idc_gc_tag_jphay{
background:#C98E3E;
color:#1C1710;
}
.idc_gc_tag_livehay{
background:#B94040;
color:#F5EDD8;
}
.idc_shhay{
margin-bottom:1.125rem;
min-width:0;
}
.idc_sh_rowhay{
gap:16px;
flex-wrap:wrap;
display:flex;
justify-content:space-between;
align-items:flex-end;
}
.idc_sh_rowhay .idc_sh_lhay{
gap:6px;
flex-direction:column;
min-width:0;
display:flex;
}
.idc_sh_stackhay{
gap:0.625rem;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.idc_sh_centerhay{
gap:0.625rem;
display:flex;
align-items:center;
text-align:center;
flex-direction:column;
}
.idc_sh_h2hay{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.1;
color:#1C1710;
font-weight:600;
font-size:24px;
}
@media(min-width:768px){
.idc_sh_h2hay{
font-size:30px;
}
}
.idc_bandhay .idc_sh_h2hay{
color:#F5EDD8;
}
.idc_sh_eb_linehay{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.idc_sh_eb_linehay::before{
background:#A0712A;
content:"";
height:1px;
display:inline-block;
width:1.75rem;
}
.idc_bandhay .idc_sh_eb_linehay::before{
background:#D4A054;
}
.idc_sh_eb_dothay{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.idc_sh_eb_dothay::before{
border-radius:50%;
background:#A0712A;
height:0.375rem;
width:6px;
content:"";
display:inline-block;
}
.idc_bandhay .idc_sh_eb_dothay::before{
background:#D4A054;
}
.idc_sh_linkhay{
gap:0.375rem;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
align-items:center;
color:#1C1710;
padding-bottom:2px;
display:inline-flex;
font-weight:600;
font-size:0.813rem;
white-space:nowrap;
border-bottom:1px solid #1C1710;
}
.idc_sh_linkhay:hover{
border-color:#A0712A;
color:#A0712A;
}
.idc_sh_linkhay svg{
width:14px;
height:14px;
}
.idc_sh_link_chevhay{
border-bottom:0;
padding-bottom:0;
}
.idc_sh_link_btnhay{
background:#1C1710;
padding:9px 1.125rem;
border-radius:999px;
color:#F5EDD8;
border-bottom:0;
}
.idc_sh_link_btnhay:hover{
background:#332C1E;
border-color:transparent;
color:#F5EDD8;
}
.idc_bandhay .idc_sh_linkhay{
border-color:#F5EDD8;
color:#F5EDD8;
}
.idc_bandhay .idc_sh_link_btnhay{
background:#D4A054;
color:#1C1710;
}
.idc_sh_rulehay{
margin:-2px 0 1.125rem;
background:rgba(28,23,16,0.15);
height:1px;
}
.idc_bandhay .idc_sh_rulehay{
background:rgba(255,245,220,0.13);
}
.idc_herohay{
padding:2rem 0 0.5rem;
}
@media(min-width:771px){
.idc_herohay{
padding:56px 0 24px;
}
}
.idc_hero_inhay{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:900px){
.idc_hero_inhay{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.idc_hero_copyhay{
min-width:0;
}
.idc_hero_eyebrowhay{
gap:10px;
display:inline-flex;
align-items:center;
margin-bottom:1.375rem;
}
.idc_hero_eyebrow_linehay{
background:#A0712A;
flex:0 0 auto;
height:1px;
width:28px;
display:inline-block;
}
.idc_hero_h1hay{
font-size:2.375rem;
font-weight:600;
overflow-wrap:break-word;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#1C1710;
line-height:1.04;
letter-spacing:-.01em;
margin-bottom:1.25rem;
}
@media(min-width:769px){
.idc_hero_h1hay{
font-size:3.375rem;
}
}
@media(min-width:1102px){
.idc_hero_h1hay{
font-size:62px;
}
}
.idc_hero_h1hay em{
font-style:normal;
color:#A0712A;
}
.idc_hero_subhay{
line-height:1.6;
max-width:30rem;
margin-bottom:30px;
font-size:1rem;
color:#8C7D65;
}
@media(min-width:766px){
.idc_hero_subhay{
font-size:18px;
}
}
.idc_hero_actionshay{
gap:14px;
flex-wrap:wrap;
margin-bottom:2.125rem;
display:flex;
align-items:center;
}
.idc_hero_ctahay{
background:#1C1710;
transition:background-color .22s ease;
padding:16px 30px;
border-radius:999px;
gap:0.625rem;
font-weight:700;
font-size:0.938rem;
align-items:center;
display:inline-flex;
color:#F5EDD8;
}
.idc_hero_ctahay:hover{
background:#332C1E;
}
.idc_hero_cta_ichay{
align-items:center;
display:inline-flex;
}
.idc_hero_cta_ichay svg{
height:1rem;
width:16px;
}
.idc_hero_cta_althay{
border-radius:999px;
border:1px solid rgba(28,23,16,0.15);
padding:15px 26px;
background:transparent;
transition:border-color .22s ease,color .22s ease;
display:inline-flex;
color:#1C1710;
font-weight:600;
align-items:center;
font-size:0.938rem;
}
.idc_hero_cta_althay:hover{
border-color:#A0712A;
color:#A0712A;
}
.idc_hero_trusthay{
gap:1.375rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.idc_hero_trust_itemhay{
gap:0.563rem;
display:flex;
font-weight:600;
color:#3A3224;
font-size:0.813rem;
align-items:center;
}
.idc_hero_trust_ichay{
color:#A0712A;
align-items:center;
display:inline-flex;
}
.idc_hero_trust_ichay svg{
height:16px;
width:1rem;
}
.idc_hero_promohay{
background:#FDFAF4;
overflow:hidden;
border-radius:1.25rem;
position:relative;
display:flex;
box-shadow:0 12px 3rem rgba(28,23,16,0.16), 0 3px 10px rgba(28,23,16,0.10);
min-height:300px;
}
.idc_hero_promo_bghay{
inset:0;
background-position:center;
background-size:cover;
position:absolute;
}
.idc_hero_promo_bghay::after{
inset:0;
background:linear-gradient(120deg,#1E1A10 0%,rgba(0,0,0,0.50) 55%,transparent 100%);
position:absolute;
content:"";
}
.idc_hero_promo_glowhay{
background:radial-gradient(circle,rgba(167,120,60,0.18) 0%,transparent 65%);
border-radius:50%;
pointer-events:none;
position:absolute;
width:260px;
right:-1.25rem;
height:260px;
top:-40px;
}
.idc_hero_promo_cthay{
padding:28px;
max-width:88%;
z-index:2;
align-self:flex-end;
position:relative;
}
.idc_hero_promo_labelhay{
letter-spacing:.25em;
color:#D4A054;
font-size:10px;
display:block;
margin-bottom:8px;
text-transform:uppercase;
font-weight:700;
}
.idc_hero_promo_amounthay{
color:#F5EDD8;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
font-size:32px;
}
@media(min-width:769px){
.idc_hero_promo_amounthay{
font-size:40px;
}
}
.idc_hero_promo_amounthay em{
font-style:normal;
color:#D4A054;
}
.idc_hero_ratinghay{
padding:0.625rem 0.875rem;
gap:10px;
background:#FDFAF4;
border:1px solid rgba(28,23,16,0.08);
border-radius:14px;
top:14px;
display:flex;
z-index:3;
align-items:center;
box-shadow:0 2px 6px rgba(28,23,16,0.07), 0 6px 1.125rem rgba(28,23,16,0.09);
max-width:min(260px,62%);
position:absolute;
right:14px;
}
.idc_hero_rating_scorehay{
flex:0 0 auto;
font-weight:700;
font-size:1.5rem;
color:#1C1710;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
.idc_hero_rating_txthay{
flex:1 1 auto;
min-width:0;
}
.idc_hero_rating_starshay{
gap:2px;
display:flex;
color:#A0712A;
}
.idc_hero_rating_starshay svg{
height:12px;
width:0.75rem;
}
.idc_hero_rating_caphay{
line-height:1.35;
color:#6B5E47;
overflow-wrap:break-word;
display:block;
margin-top:3px;
font-size:11px;
}
.idc_stathay{
margin-top:1rem;
border-bottom:1px solid rgba(28,23,16,0.15);
border-top:1px solid rgba(28,23,16,0.15);
}
.idc_stat_inhay{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:767px){
.idc_stat_inhay{
grid-template-columns:repeat(4,1fr);
}
}
.idc_stat_itemhay{
padding:22px 0.875rem;
border-right:1px solid rgba(28,23,16,0.08);
min-width:0;
border-bottom:1px solid rgba(28,23,16,0.08);
}
.idc_stat_itemhay:nth-child(2n){
border-right:0;
}
.idc_stat_itemhay:nth-child(n+3){
border-bottom:0;
}
@media(min-width:769px){
.idc_stat_itemhay{
border-bottom:0;
}
.idc_stat_itemhay:nth-child(2n){
border-right:1px solid rgba(28,23,16,0.08);
}
.idc_stat_itemhay:nth-child(4n){
border-right:0;
}
}
.idc_stat_valuehay{
overflow-wrap:break-word;
font-weight:700;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#1C1710;
font-size:30px;
line-height:1;
}
@media(min-width:770px){
.idc_stat_valuehay{
font-size:34px;
}
}
.idc_stat_labelhay{
font-size:13px;
color:#6B5E47;
overflow-wrap:break-word;
line-height:1.4;
margin-top:0.375rem;
}
.idc_growhay{
padding:26px 0 0.625rem;
}
.idc_row_seohay{
margin:10px 0 0;
line-height:1.65;
max-width:47.5rem;
font-size:14px;
color:#8C7D65;
overflow-wrap:break-word;
}
.idc_row_seohay strong{
color:#1C1710;
font-weight:700;
}
.idc_growhay{
padding:26px 0 0.625rem;
}
.idc_row_seohay{
margin:10px 0 0;
font-size:14px;
max-width:760px;
color:#8C7D65;
overflow-wrap:break-word;
line-height:1.65;
}
.idc_row_seohay strong{
font-weight:700;
color:#1C1710;
}
.idc_growhay{
padding:1.625rem 0 0.625rem;
}
.idc_row_seohay{
margin:0.625rem 0 0;
max-width:760px;
font-size:0.875rem;
color:#8C7D65;
overflow-wrap:break-word;
line-height:1.65;
}
.idc_row_seohay strong{
color:#1C1710;
font-weight:700;
}
.idc_gfhay{
padding:24px 0 6px;
}
.idc_gf_inhay{
gap:10px;
flex-wrap:wrap;
display:flex;
}
.idc_gf_chiphay{
border-radius:62.438rem;
background:#FDFAF4;
border:1px solid rgba(28,23,16,0.15);
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
padding:10px 1.125rem;
font-weight:600;
color:#3A3224;
white-space:nowrap;
font-size:13px;
}
.idc_gf_chiphay:hover{
border-color:#A0712A;
color:#A0712A;
}
.idc_gf_chiphay.idc_state_activehay{
border-color:transparent;
background:#1C1710;
color:#F5EDD8;
}
.idc_jphay{
padding:1.875rem 0 10px;
}
.idc_jp_gridhay{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:768px){
.idc_jp_gridhay{
grid-template-columns:1fr 1fr;
}
.idc_jp_card_megahay{
grid-column:1/-1;
}
}
@media(min-width:997px){
.idc_jp_gridhay{
grid-template-columns:1.4fr 1fr 1fr;
}
.idc_jp_card_megahay{
grid-column:auto;
}
}
.idc_jp_cardhay{
overflow:hidden;
border:1px solid rgba(28,23,16,0.08);
padding:1.625rem;
gap:0.75rem;
border-radius:20px;
background:#FDFAF4;
display:flex;
flex-direction:column;
position:relative;
min-width:0;
min-height:12.5rem;
justify-content:space-between;
}
.idc_jp_card_megahay{
background:linear-gradient(135deg,#2C2410,#100E08);
border-color:transparent;
color:#F5EDD8;
min-height:210px;
}
.idc_jp_glowhay{
background:radial-gradient(circle,rgba(167,120,60,0.18),transparent 70%);
border-radius:50%;
width:200px;
height:12.5rem;
pointer-events:none;
right:-40px;
position:absolute;
top:-2.5rem;
}
.idc_jp_labelhay{
gap:10px;
letter-spacing:.16em;
position:relative;
color:#A0712A;
text-transform:uppercase;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
font-size:10px;
display:flex;
font-weight:700;
}
.idc_jp_card_megahay .idc_jp_labelhay{
color:#D4A054;
}
.idc_jp_drophay{
text-transform:none;
font-weight:600;
letter-spacing:.04em;
color:#6B5E47;
}
.idc_jp_card_megahay .idc_jp_drophay{
color:#B8A882;
}
.idc_jp_amounthay{
overflow-wrap:break-word;
line-height:1;
position:relative;
font-size:38px;
color:#1C1710;
font-weight:700;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
.idc_jp_card_megahay .idc_jp_amounthay{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#D4A054;
}
@media(min-width:769px){
.idc_jp_card_megahay .idc_jp_amounthay{
font-size:3.375rem;
}
}
.idc_jp_gamehay{
position:relative;
color:#6B5E47;
font-size:0.813rem;
}
.idc_jp_card_megahay .idc_jp_gamehay{
color:#B8A882;
}
.idc_jp_ctahay{
align-self:flex-start;
position:relative;
}
.idc_jp_card_megahay .idc_jp_ctahay{
transition:opacity .22s ease;
background:#D4A054;
padding:0.625rem 20px;
border-radius:62.438rem;
font-weight:700;
font-size:0.813rem;
color:#1C1710;
}
.idc_jp_card_megahay .idc_jp_ctahay:hover{
opacity:.9;
}
.idc_jp_cardhay:not(.idc_jp_card_megahay) .idc_jp_ctahay{
transition:color .22s ease,border-color .22s ease;
color:#1C1710;
font-weight:700;
padding-bottom:2px;
border-bottom:1px solid #1C1710;
font-size:0.813rem;
}
.idc_jp_cardhay:not(.idc_jp_card_megahay) .idc_jp_ctahay:hover{
border-color:#A0712A;
color:#A0712A;
}
.idc_jp_seohay{
margin:14px 0 0;
color:#8C7D65;
overflow-wrap:break-word;
font-size:14px;
line-height:1.65;
max-width:47.5rem;
}
.idc_jp_seohay strong{
font-weight:700;
color:#1C1710;
}
.idc_prhay{
padding:30px 0 0.375rem;
}
.idc_pr_cardhay{
gap:0.625rem;
padding:1.625rem;
border:1px solid rgba(28,23,16,0.08);
overflow:hidden;
border-radius:20px;
flex:0 0 auto;
background:#FDFAF4;
min-height:12.5rem;
position:relative;
flex-direction:column;
display:flex;
width:280px;
}
@media(min-width:765px){
.idc_pr_cardhay{
width:18.75rem;
}
}
.idc_pr_card_feathay{
background:linear-gradient(150deg,#2C2410,#100E08);
border-color:transparent;
color:#F5EDD8;
}
.idc_pr_glowhay{
background:radial-gradient(circle,rgba(167,120,60,0.18),transparent 70%);
border-radius:50%;
pointer-events:none;
opacity:0;
top:-1.875rem;
position:absolute;
height:8.125rem;
right:-1.875rem;
width:130px;
}
.idc_pr_card_feathay .idc_pr_glowhay{
opacity:1;
}
.idc_pr_labelhay{
letter-spacing:.16em;
color:#A0712A;
font-weight:700;
font-size:10px;
position:relative;
text-transform:uppercase;
}
.idc_pr_card_feathay .idc_pr_labelhay{
color:#D4A054;
}
.idc_pr_amounthay{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
line-height:1.08;
font-size:26px;
color:#1C1710;
position:relative;
}
.idc_pr_card_feathay .idc_pr_amounthay{
color:#F5EDD8;
}
.idc_pr_amounthay em{
font-style:normal;
color:#A0712A;
}
.idc_pr_card_feathay .idc_pr_amounthay em{
color:#D4A054;
}
.idc_pr_termshay{
font-size:0.813rem;
position:relative;
color:#6B5E47;
line-height:1.5;
}
.idc_pr_card_feathay .idc_pr_termshay{
color:#B8A882;
}
.idc_pr_ctahay{
align-self:flex-start;
position:relative;
margin-top:auto;
}
.idc_pr_card_feathay .idc_pr_ctahay{
transition:opacity .22s ease;
background:#D4A054;
padding:9px 18px;
border-radius:999px;
color:#1C1710;
font-size:0.813rem;
font-weight:700;
}
.idc_pr_card_feathay .idc_pr_ctahay:hover{
opacity:.9;
}
.idc_pr_cardhay:not(.idc_pr_card_feathay) .idc_pr_ctahay{
transition:color .22s ease,border-color .22s ease;
font-size:0.813rem;
padding-bottom:2px;
font-weight:700;
color:#1C1710;
border-bottom:1px solid #1C1710;
}
.idc_pr_cardhay:not(.idc_pr_card_feathay) .idc_pr_ctahay:hover{
border-color:#A0712A;
color:#A0712A;
}
.idc_trnhay{
padding:30px 0 0.625rem;
}
.idc_trn_inhay{
background:#FDFAF4;
border-radius:20px;
border:1px solid rgba(28,23,16,0.08);
grid-template-columns:1fr;
overflow:hidden;
display:grid;
}
@media(min-width:878px){
.idc_trn_inhay{
grid-template-columns:1.05fr 1fr;
}
}
.idc_trn_bannerhay{
background:linear-gradient(150deg,#2C2410,#100E08);
padding:34px;
overflow:hidden;
color:#F5EDD8;
position:relative;
}
.idc_trn_glowhay{
border-radius:50%;
background:radial-gradient(circle,rgba(167,120,60,0.18),transparent 70%);
position:absolute;
height:200px;
bottom:-40px;
right:-2.5rem;
pointer-events:none;
width:12.5rem;
}
.idc_trn_eyebrowhay{
position:relative;
margin-bottom:0.875rem;
}
.idc_trn_h2hay{
overflow-wrap:break-word;
font-weight:600;
color:#F5EDD8;
font-size:30px;
position:relative;
line-height:1.06;
margin-bottom:0.75rem;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.idc_trn_h2hay{
font-size:36px;
}
}
.idc_trn_texthay{
font-size:0.875rem;
position:relative;
margin-bottom:22px;
color:#B8A882;
max-width:420px;
line-height:1.6;
}
.idc_trn_timerhay{
gap:0.5rem;
align-items:center;
display:flex;
flex-wrap:wrap;
position:relative;
margin-bottom:24px;
}
.idc_trn_timer_caphay{
font-size:0.688rem;
color:#B8A882;
}
.idc_trn_timer_boxhay{
border-radius:0.5rem;
background:rgba(255,245,220,0.07);
padding:0.25rem 12px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#F5EDD8;
font-size:1.5rem;
font-weight:700;
}
.idc_trn_ctahay{
padding:0.813rem 26px;
border-radius:62.438rem;
transition:opacity .22s ease;
background:#D4A054;
font-size:0.875rem;
position:relative;
display:inline-block;
font-weight:700;
color:#1C1710;
}
.idc_trn_ctahay:hover{
opacity:.9;
}
.idc_trn_lbhay{
padding:1.625rem 28px;
}
.idc_trn_lb_headhay{
gap:0.625rem;
justify-content:space-between;
align-items:center;
margin-bottom:0.75rem;
display:flex;
}
.idc_trn_lb_titlehay{
color:#1C1710;
font-size:20px;
font-weight:600;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
.idc_trn_lb_updhay{
font-size:0.688rem;
letter-spacing:.08em;
color:#6B5E47;
text-transform:uppercase;
}
.idc_trn_lb_rowhay{
padding:0.688rem 0.75rem;
border-radius:8px;
gap:0.875rem;
display:flex;
align-items:center;
}
.idc_trn_lb_rowhay:nth-child(2){
background:rgba(160,113,42,0.10);
}
.idc_trn_lb_rankhay{
flex:0 0 auto;
font-size:16px;
color:#A0712A;
width:1.375rem;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
}
.idc_trn_lb_avhay{
background:linear-gradient(135deg,#A0712A,#D9A84E);
border-radius:50%;
flex:0 0 auto;
height:1.875rem;
width:1.875rem;
}
.idc_trn_lb_namehay{
overflow:hidden;
flex:1 1 auto;
color:#1C1710;
min-width:0;
text-overflow:ellipsis;
font-size:0.875rem;
font-weight:600;
white-space:nowrap;
}
.idc_trn_lb_amounthay{
flex:0 0 auto;
font-weight:700;
font-size:13px;
color:#1C1710;
}
.idc_viphay{
padding:3rem 0;
}
@media(min-width:770px){
.idc_viphay{
padding:64px 0;
}
}
.idc_vip_headhay{
gap:14px;
flex-direction:column;
margin-bottom:1.875rem;
display:flex;
}
@media(min-width:879px){
.idc_vip_headhay{
gap:24px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.idc_vip_eyebrowhay{
margin-bottom:0.75rem;
}
.idc_vip_h2hay{
line-height:1.05;
font-size:32px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#F5EDD8;
overflow-wrap:break-word;
}
@media(min-width:770px){
.idc_vip_h2hay{
font-size:40px;
}
}
.idc_vip_introhay{
font-size:14px;
line-height:1.6;
color:#B8A882;
max-width:26.25rem;
}
.idc_vip_gridhay{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.idc_vip_cardhay{
border:1px solid rgba(255,245,220,0.13);
border-radius:14px;
padding:1.375rem 18px;
min-width:0;
}
.idc_vip_card_feathay{
background:rgba(255,245,220,0.07);
border-color:#D4A054;
}
.idc_vip_card_ichay{
background:linear-gradient(135deg,#A0712A,#D9A84E);
border-radius:8px;
width:2.125rem;
margin-bottom:16px;
height:2.125rem;
display:block;
}
.idc_vip_namehay{
color:#F5EDD8;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:1.25rem;
margin-bottom:0.375rem;
overflow-wrap:break-word;
}
.idc_vip_perkhay{
font-size:12.5px;
color:#B8A882;
line-height:1.5;
overflow-wrap:break-word;
}
.idc_apphay{
padding:30px 0 0.625rem;
}
.idc_app_inhay{
padding:2rem;
border-radius:20px;
border:1px solid rgba(28,23,16,0.08);
gap:28px;
background:#FDFAF4;
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.idc_app_inhay{
gap:40px;
padding:40px 44px;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.idc_app_copyhay{
max-width:560px;
min-width:0;
}
.idc_app_eyebrowhay{
margin-bottom:12px;
}
.idc_app_h2hay{
font-size:28px;
overflow-wrap:break-word;
margin-bottom:0.75rem;
color:#1C1710;
line-height:1.05;
font-weight:600;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:765px){
.idc_app_h2hay{
font-size:2.125rem;
}
}
.idc_app_texthay{
font-size:0.875rem;
margin-bottom:1.375rem;
line-height:1.6;
color:#8C7D65;
}
.idc_app_btnshay{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
.idc_app_btnhay{
border-radius:14px;
gap:10px;
background:#1C1710;
padding:0.688rem 1.25rem;
transition:background-color .22s ease;
align-items:center;
color:#F5EDD8;
display:inline-flex;
}
.idc_app_btnhay:hover{
background:#332C1E;
}
.idc_app_btn_ichay{
display:inline-flex;
align-items:center;
}
.idc_app_btn_ichay svg{
width:1.125rem;
height:1.125rem;
}
.idc_app_btn_lbhay{
font-size:0.844rem;
font-weight:700;
}
.idc_app_qr_wraphay{
flex:0 0 auto;
gap:1.125rem;
display:flex;
align-items:center;
}
.idc_app_qrhay{
border-radius:14px;
flex:0 0 auto;
background-image:repeating-linear-gradient(0deg,#FDFAF4 0 5px,transparent 5px 0.688rem),repeating-linear-gradient(90deg,#FDFAF4 0 0.313rem,transparent 0.313rem 0.688rem);
height:6.75rem;
width:6.75rem;
background-color:#1C1710;
}
.idc_app_qr_caphay{
max-width:92px;
font-size:0.781rem;
color:#6B5E47;
line-height:1.4;
}
.idc_nlhay{
padding:24px 0 0.625rem;
}
.idc_nl_inhay{
gap:22px;
border-radius:1.25rem;
padding:30px 32px;
background:#251F12;
color:#F5EDD8;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.idc_nl_inhay{
gap:1.75rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.idc_nl_text_wraphay{
min-width:0;
}
.idc_nl_h3hay{
color:#F5EDD8;
font-size:22px;
font-weight:600;
overflow-wrap:break-word;
line-height:1.1;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.313rem;
}
@media(min-width:766px){
.idc_nl_h3hay{
font-size:1.5rem;
}
}
.idc_nl_texthay{
color:#B8A882;
line-height:1.5;
font-size:13.5px;
}
.idc_nl_formhay{
gap:10px;
flex:1 1 auto;
max-width:460px;
display:flex;
min-width:0;
}
.idc_nl_inputhay{
padding:13px 16px;
border:1px solid rgba(255,245,220,0.13);
overflow:hidden;
flex:1 1 auto;
background:rgba(255,245,220,0.07);
border-radius:14px;
text-overflow:ellipsis;
display:flex;
white-space:nowrap;
font-size:0.875rem;
align-items:center;
color:#B8A882;
min-width:0;
}
.idc_nl_btnhay{
background:#D4A054;
transition:opacity .22s ease;
flex:0 0 auto;
border-radius:0.875rem;
padding:13px 24px;
color:#1C1710;
font-weight:700;
white-space:nowrap;
font-size:14px;
}
.idc_nl_btnhay:hover{
opacity:.9;
}
.idc_seahay{
padding:1.5rem 0 0.625rem;
}
.idc_sea_inhay{
overflow:hidden;
gap:1.375rem;
padding:2.25rem;
background:linear-gradient(115deg,#2C2410,#100E08);
border-radius:1.25rem;
position:relative;
display:flex;
flex-direction:column;
color:#F5EDD8;
}
@media(min-width:817px){
.idc_sea_inhay{
gap:32px;
padding:44px 3rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.idc_sea_glowhay{
background:radial-gradient(circle,rgba(167,120,60,0.18),transparent 68%);
border-radius:50%;
right:60px;
width:15rem;
pointer-events:none;
height:15rem;
top:50%;
position:absolute;
transform:translateY(-50%);
}
.idc_sea_copyhay{
position:relative;
min-width:0;
max-width:560px;
}
.idc_sea_eyebrowhay{
margin-bottom:12px;
}
.idc_sea_h2hay{
font-size:30px;
line-height:1.04;
color:#F5EDD8;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.75rem;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:768px){
.idc_sea_h2hay{
font-size:2.375rem;
}
}
.idc_sea_texthay{
font-size:0.938rem;
line-height:1.6;
color:#B8A882;
}
.idc_sea_ctahay{
transition:opacity .22s ease;
padding:16px 32px;
border-radius:999px;
background:#D4A054;
flex:0 0 auto;
color:#1C1710;
font-weight:700;
position:relative;
font-size:0.938rem;
}
.idc_sea_ctahay:hover{
opacity:.9;
}
.idc_htshay{
padding:48px 0;
}
@media(min-width:769px){
.idc_htshay{
padding:62px 0;
}
}
.idc_hts_headhay{
gap:18px;
display:flex;
margin-bottom:34px;
flex-direction:column;
}
@media(min-width:769px){
.idc_hts_headhay{
gap:24px;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.idc_hts_eyebrowhay{
margin-bottom:12px;
}
.idc_hts_h2hay{
font-size:30px;
font-weight:600;
color:#F5EDD8;
line-height:1.05;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:766px){
.idc_hts_h2hay{
font-size:38px;
}
}
.idc_hts_ctahay{
background:#D4A054;
border-radius:62.438rem;
flex:0 0 auto;
padding:0.938rem 30px;
transition:opacity .22s ease;
font-weight:700;
color:#1C1710;
font-size:0.938rem;
}
.idc_hts_ctahay:hover{
opacity:.9;
}
.idc_hts_gridhay{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:760px){
.idc_hts_gridhay{
grid-template-columns:repeat(3,1fr);
}
}
.idc_hts_stephay{
border-top:1px solid rgba(255,245,220,0.13);
min-width:0;
padding-top:1.375rem;
}
.idc_hts_step_numhay{
font-weight:700;
line-height:1;
margin-bottom:14px;
font-size:2.75rem;
color:#D4A054;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
.idc_hts_step_hhay{
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-weight:700;
font-size:1.188rem;
line-height:1.2;
color:#F5EDD8;
}
.idc_hts_step_phay{
line-height:1.55;
overflow-wrap:break-word;
color:#B8A882;
font-size:14px;
}
.idc_drhay{
padding:2.25rem 0 10px;
}
.idc_dr_inhay{
gap:1.25rem;
border-radius:0.875rem;
padding:1.75rem 2rem;
border:1px dashed rgba(28,23,16,0.15);
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.idc_dr_inhay{
gap:2rem;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.idc_dr_h2hay{
overflow-wrap:break-word;
font-size:1.5rem;
margin-bottom:8px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.1;
color:#1C1710;
}
@media(min-width:769px){
.idc_dr_h2hay{
font-size:1.625rem;
}
}
.idc_dr_texthay{
overflow-wrap:break-word;
max-width:42.5rem;
font-size:0.875rem;
color:#8C7D65;
line-height:1.6;
}
.idc_dr_texthay b{
font-weight:700;
color:#1C1710;
}
.idc_dr_ctahay{
flex:0 0 auto;
transition:color .22s ease;
white-space:nowrap;
color:#1C1710;
font-size:0.844rem;
font-weight:700;
border-bottom:1px solid #A0712A;
padding-bottom:2px;
}
.idc_dr_ctahay:hover{
color:#A0712A;
}
.idc_tshay{
padding:2.75rem 0;
}
.idc_ts_inhay{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:883px){
.idc_ts_inhay{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.idc_ts_lefthay{
min-width:0;
}
.idc_ts_h2hay{
margin-bottom:12px;
overflow-wrap:break-word;
font-size:26px;
line-height:1.1;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#F5EDD8;
}
@media(min-width:769px){
.idc_ts_h2hay{
font-size:28px;
}
}
.idc_ts_texthay{
line-height:1.6;
max-width:520px;
font-size:14.5px;
color:#B8A882;
margin-bottom:22px;
}
.idc_ts_badgeshay{
gap:18px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.idc_ts_badgehay{
font-weight:600;
color:#B8A882;
font-size:13px;
}
.idc_ts_payhay{
gap:12px;
flex-wrap:wrap;
display:flex;
}
@media(min-width:879px){
.idc_ts_payhay{
justify-content:flex-end;
}
}
.idc_ts_pay_chiphay{
border:1px solid rgba(255,245,220,0.13);
border-radius:0.875rem;
padding:0.75rem 1rem;
background:rgba(255,245,220,0.07);
font-size:14px;
color:#F5EDD8;
font-weight:700;
}
.idc_wyhay{
padding:3rem 0;
}
@media(min-width:767px){
.idc_wyhay{
padding:3.5rem 0;
}
}
.idc_wy_inhay{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:start;
}
@media(min-width:898px){
.idc_wy_inhay{
gap:48px;
grid-template-columns:.8fr 1.2fr;
}
}
.idc_wy_lefthay{
min-width:0;
}
.idc_wy_eyebrowhay{
margin-bottom:14px;
}
.idc_wy_h2hay{
overflow-wrap:break-word;
font-size:32px;
color:#1C1710;
line-height:1.05;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:1rem;
font-weight:600;
}
@media(min-width:769px){
.idc_wy_h2hay{
font-size:2.5rem;
}
}
.idc_wy_introhay{
font-size:15px;
line-height:1.6;
color:#8C7D65;
}
.idc_wy_gridhay{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:559px){
.idc_wy_gridhay{
grid-template-columns:1fr 1fr;
}
}
.idc_wy_cardhay{
padding:1.625rem;
border:1px solid rgba(28,23,16,0.08);
background:#FDFAF4;
border-radius:14px;
min-width:0;
}
.idc_wy_card_ichay{
margin-bottom:16px;
display:inline-flex;
color:#A0712A;
justify-content:center;
align-items:center;
}
.idc_wy_card_ichay svg{
width:1.625rem;
height:1.625rem;
}
.idc_wy_card_hhay{
font-weight:600;
font-size:1.313rem;
color:#1C1710;
line-height:1.15;
margin-bottom:8px;
overflow-wrap:break-word;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
.idc_wy_card_phay{
font-size:0.875rem;
overflow-wrap:break-word;
line-height:1.55;
color:#8C7D65;
}
.idc_ophay{
padding:36px 0 10px;
}
.idc_op_inhay{
gap:2rem;
border:1px solid rgba(28,23,16,0.08);
background:#FDFAF4;
border-radius:0.875rem;
grid-template-columns:1fr;
padding:32px;
align-items:center;
display:grid;
}
@media(min-width:858px){
.idc_op_inhay{
grid-template-columns:.9fr 1.1fr;
padding:34px 40px;
gap:2.75rem;
}
}
.idc_op_lefthay{
min-width:0;
}
.idc_op_eyebrowhay{
margin-bottom:12px;
}
.idc_op_h2hay{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-size:28px;
color:#1C1710;
overflow-wrap:break-word;
line-height:1.08;
margin-bottom:0.625rem;
font-weight:600;
}
@media(min-width:765px){
.idc_op_h2hay{
font-size:1.875rem;
}
}
.idc_op_texthay{
font-size:0.875rem;
line-height:1.6;
color:#8C7D65;
}
.idc_op_gridhay{
background:rgba(28,23,16,0.15);
border-radius:8px;
border:1px solid rgba(28,23,16,0.15);
overflow:hidden;
gap:1px;
grid-template-columns:1fr 1fr;
display:grid;
}
.idc_op_fieldhay{
background:#F5F0E8;
padding:18px 1.25rem;
min-width:0;
}
.idc_op_field_lbhay{
font-size:0.625rem;
color:#A0712A;
font-weight:600;
text-transform:uppercase;
letter-spacing:.1em;
margin-bottom:0.313rem;
}
.idc_op_field_valhay{
font-size:14px;
overflow-wrap:break-word;
color:#1C1710;
font-weight:700;
}
.idc_provhay{
padding:2.5rem 0 1.25rem;
}
.idc_prov_eyebrowhay{
margin-bottom:1.125rem;
display:block;
}
.idc_prov_gridhay{
gap:12px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:558px){
.idc_prov_gridhay{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:897px){
.idc_prov_gridhay{
grid-template-columns:repeat(6,1fr);
}
}
.idc_rvhay{
padding:48px 0;
background:#FDFAF4;
border-bottom:1px solid rgba(28,23,16,0.08);
border-top:1px solid rgba(28,23,16,0.08);
margin-top:24px;
}
@media(min-width:769px){
.idc_rvhay{
padding:56px 0;
}
}
.idc_rv_headhay{
gap:1rem;
display:flex;
margin-bottom:1.875rem;
flex-direction:column;
}
@media(min-width:770px){
.idc_rv_headhay{
gap:20px;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.idc_rv_eyebrowhay{
margin-bottom:0.625rem;
}
.idc_rv_h2hay{
line-height:1.05;
font-weight:600;
color:#1C1710;
font-size:30px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:766px){
.idc_rv_h2hay{
font-size:2.375rem;
}
}
.idc_rv_agghay{
gap:12px;
align-items:center;
display:flex;
}
.idc_rv_agg_starshay{
gap:3px;
display:flex;
color:#A0712A;
}
.idc_rv_agg_starshay svg{
width:18px;
height:18px;
}
.idc_rv_sourcehay{
font-size:13px;
color:#8C7D65;
}
.idc_rv_gridhay{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:761px){
.idc_rv_gridhay{
grid-template-columns:repeat(3,1fr);
}
}
.idc_rv_cardhay{
padding:26px;
border-radius:14px;
background:#F5F0E8;
border:1px solid rgba(28,23,16,0.08);
min-width:0;
}
.idc_rv_card_starshay{
gap:2px;
display:flex;
color:#A0712A;
margin-bottom:0.75rem;
}
.idc_rv_card_starshay svg{
width:0.875rem;
height:14px;
}
.idc_rv_card_bodyhay{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:1rem;
color:#1C1710;
font-size:1.125rem;
overflow-wrap:break-word;
line-height:1.45;
font-weight:500;
}
.idc_rv_card_metahay{
gap:10px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.idc_rv_card_avhay{
background:linear-gradient(135deg,#A0712A,#D9A84E);
flex:0 0 auto;
border-radius:50%;
width:32px;
height:32px;
}
.idc_rv_card_authorhay{
font-size:0.813rem;
color:#1C1710;
font-weight:700;
}
.idc_rv_card_lochay{
color:#6B5E47;
font-size:0.75rem;
}
.idc_ethay{
padding:2.25rem 0 10px;
}
.idc_et_inhay{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:883px){
.idc_et_inhay{
grid-template-columns:1.1fr .9fr;
gap:3rem;
}
}
.idc_et_lefthay{
min-width:0;
}
.idc_et_eyebrowhay{
margin-bottom:12px;
}
.idc_et_h2hay{
line-height:1.06;
margin-bottom:0.875rem;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
color:#1C1710;
font-size:28px;
}
@media(min-width:769px){
.idc_et_h2hay{
font-size:2rem;
}
}
.idc_et_texthay{
color:#8C7D65;
margin-bottom:22px;
line-height:1.65;
font-size:15px;
}
.idc_et_statshay{
gap:24px;
flex-wrap:wrap;
display:flex;
}
.idc_et_stathay{
min-width:0;
}
.idc_et_stat_vhay{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#1C1710;
font-size:26px;
font-weight:700;
line-height:1;
}
.idc_et_stat_lhay{
font-size:12.5px;
margin-top:0.25rem;
color:#6B5E47;
}
.idc_et_righthay{
gap:12px;
display:flex;
flex-direction:column;
}
.idc_et_memberhay{
padding:18px 20px;
border-radius:0.875rem;
gap:1rem;
background:#FDFAF4;
border:1px solid rgba(28,23,16,0.08);
display:flex;
min-width:0;
align-items:center;
}
.idc_et_member_avhay{
flex:0 0 auto;
background:linear-gradient(135deg,#2C2410,#A0712A);
border-radius:50%;
width:3rem;
height:3rem;
}
.idc_et_member_namehay{
overflow-wrap:break-word;
color:#1C1710;
font-weight:700;
font-size:15px;
}
.idc_et_member_rolehay{
font-size:12.5px;
color:#6B5E47;
overflow-wrap:break-word;
}
.idc_et_updatedhay{
background:#F5F0E8;
border-radius:0.875rem;
border:1px solid rgba(28,23,16,0.08);
gap:0.5rem;
padding:14px 18px;
color:#8C7D65;
display:flex;
align-items:center;
font-size:0.781rem;
}
.idc_rchay{
padding:3rem 0 0.625rem;
}
.idc_rc_inhay{
grid-template-columns:1fr;
gap:2rem;
display:grid;
}
@media(min-width:757px){
.idc_rc_inhay{
grid-template-columns:repeat(3,1fr);
gap:2.5rem;
}
}
.idc_rc_colhay{
min-width:0;
}
.idc_rc_labelhay{
font-weight:600;
color:#A0712A;
text-transform:uppercase;
letter-spacing:.2em;
font-size:11px;
margin-bottom:16px;
}
.idc_rc_awardshay{
gap:12px;
display:flex;
flex-direction:column;
}
.idc_rc_awardhay{
gap:0.75rem;
display:flex;
align-items:center;
min-width:0;
}
.idc_rc_award_ichay{
flex:0 0 auto;
color:#C98E3E;
display:inline-flex;
align-items:center;
}
.idc_rc_award_ichay svg{
width:18px;
height:1.125rem;
}
.idc_rc_award_thay{
font-size:14px;
color:#1C1710;
font-weight:700;
overflow-wrap:break-word;
}
.idc_rc_award_shay{
overflow-wrap:break-word;
font-size:0.75rem;
color:#6B5E47;
}
.idc_rc_presshay{
grid-template-columns:1fr 1fr;
gap:0.625rem;
display:grid;
}
.idc_rc_press_logohay{
border-radius:8px;
padding:0 8px;
border:1px solid rgba(28,23,16,0.08);
overflow:hidden;
color:#8C7D65;
text-overflow:ellipsis;
white-space:nowrap;
text-align:center;
height:3.25rem;
display:flex;
font-weight:700;
align-items:center;
justify-content:center;
font-size:0.875rem;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
.idc_rc_partnerhay{
border-radius:14px;
border:1px solid rgba(28,23,16,0.08);
background:#FDFAF4;
padding:22px;
}
.idc_rc_partner_namehay{
font-size:1.25rem;
overflow-wrap:break-word;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#1C1710;
margin-bottom:0.375rem;
}
.idc_rc_partner_texthay{
color:#8C7D65;
overflow-wrap:break-word;
font-size:13px;
line-height:1.55;
}
.idc_tthay{
padding:48px 0 10px;
}
@media(min-width:766px){
.idc_tthay{
padding:3.75rem 0 10px;
}
}
.idc_tt_headhay{
margin-bottom:2.125rem;
text-align:center;
}
.idc_tt_eyebrowhay{
margin-bottom:0.75rem;
}
.idc_tt_h2hay{
color:#1C1710;
line-height:1.05;
font-weight:600;
font-size:32px;
overflow-wrap:break-word;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:768px){
.idc_tt_h2hay{
font-size:2.625rem;
}
}
.idc_tt_gridhay{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:758px){
.idc_tt_gridhay{
grid-template-columns:repeat(3,1fr);
}
}
.idc_tt_cardhay{
padding:1.875rem;
border:1px solid rgba(28,23,16,0.08);
border-radius:0.875rem;
background:#FDFAF4;
flex-direction:column;
display:flex;
min-width:0;
}
.idc_tt_card_ichay{
color:#A0712A;
margin-bottom:1.125rem;
display:inline-flex;
align-items:center;
}
.idc_tt_card_ichay svg{
width:1.75rem;
height:1.75rem;
}
.idc_tt_card_hhay{
margin-bottom:0.5rem;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-size:22px;
line-height:1.15;
overflow-wrap:break-word;
color:#1C1710;
font-weight:600;
}
.idc_tt_card_phay{
margin-bottom:14px;
overflow-wrap:break-word;
font-size:0.875rem;
color:#8C7D65;
line-height:1.6;
}
.idc_tt_card_phay b{
color:#1C1710;
font-weight:700;
}
.idc_tt_card_linkhay{
transition:color .22s ease;
padding-bottom:2px;
font-weight:700;
border-bottom:1px solid #A0712A;
align-self:flex-start;
margin-top:auto;
font-size:0.813rem;
color:#1C1710;
}
.idc_tt_card_linkhay:hover{
color:#A0712A;
}
.idc_schay{
padding:3rem 0 10px;
}
.idc_sc_headhay{
text-align:center;
margin-bottom:1.75rem;
}
.idc_sc_eyebrowhay{
margin-bottom:0.75rem;
}
.idc_sc_h2hay{
overflow-wrap:break-word;
color:#1C1710;
line-height:1.05;
font-weight:600;
font-size:1.875rem;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.idc_sc_h2hay{
font-size:36px;
}
}
.idc_sc_tablehay{
border:1px solid rgba(28,23,16,0.08);
margin:0 auto;
overflow:hidden;
border-radius:0.875rem;
max-width:56.25rem;
}
.idc_sc_theadhay{
background:#2A2318;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.idc_sc_thhay{
padding:15px 18px;
text-align:center;
overflow-wrap:break-word;
font-weight:700;
color:#B8A882;
font-size:0.813rem;
}
.idc_sc_thhay:first-child{
text-align:left;
}
.idc_sc_th_ushay{
color:#D4A054;
}
.idc_sc_rowhay{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(28,23,16,0.08);
}
.idc_sc_rowhay:nth-child(even){
background:#FDFAF4;
}
.idc_sc_tdhay{
padding:15px 18px;
font-size:0.875rem;
overflow-wrap:break-word;
min-width:0;
text-align:center;
color:#6B5E47;
}
.idc_sc_tdhay:first-child{
font-weight:600;
text-align:left;
color:#3A3224;
}
.idc_sc_td_ushay{
color:#4A7C59;
font-weight:700;
}
.idc_lhhay{
padding:2.5rem 0 20px;
}
.idc_lh_inhay{
border-top:1px solid rgba(28,23,16,0.15);
padding-top:2.125rem;
}
.idc_lh_eyebrowhay{
margin-bottom:22px;
display:block;
}
.idc_lh_gridhay{
grid-template-columns:1fr 1fr;
gap:28px;
display:grid;
}
@media(min-width:601px){
.idc_lh_gridhay{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:961px){
.idc_lh_gridhay{
grid-template-columns:repeat(5,1fr);
}
}
.idc_lh_colhay{
min-width:0;
}
.idc_lh_col_hhay{
font-weight:700;
margin-bottom:0.75rem;
font-size:13px;
color:#1C1710;
overflow-wrap:break-word;
}
.idc_lh_linkshay{
gap:8px;
display:flex;
flex-direction:column;
}
.idc_lh_linkhay{
transition:color .22s ease;
color:#8C7D65;
overflow-wrap:break-word;
font-size:13px;
}
.idc_lh_linkhay:hover{
color:#A0712A;
}
.idc_faqhay{
padding:48px 0;
background:#FDFAF4;
margin-top:1.5rem;
border-bottom:1px solid rgba(28,23,16,0.08);
border-top:1px solid rgba(28,23,16,0.08);
}
@media(min-width:769px){
.idc_faqhay{
padding:62px 0;
}
}
.idc_faq_headhay{
text-align:center;
margin-bottom:2.125rem;
}
.idc_faq_eyebrowhay{
margin-bottom:0.75rem;
}
.idc_faq_h2hay{
font-size:32px;
line-height:1.05;
color:#1C1710;
font-weight:600;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:771px){
.idc_faq_h2hay{
font-size:38px;
}
}
.idc_faq_listhay{
gap:0.75rem;
margin:0 auto;
max-width:51.25rem;
flex-direction:column;
display:flex;
}
.idc_faq_itemhay{
background:#F5F0E8;
border:1px solid rgba(28,23,16,0.08);
overflow:hidden;
border-radius:0.875rem;
}
.idc_faq_qhay{
list-style:none;
gap:1.25rem;
padding:1.25rem 24px;
align-items:center;
color:#1C1710;
font-size:16px;
cursor:pointer;
font-weight:700;
overflow-wrap:break-word;
justify-content:space-between;
display:flex;
}
.idc_faq_qhay::-webkit-details-marker{
display:none;
}
.idc_faq_q_ichay{
transition:transform .22s ease;
flex:0 0 auto;
display:inline-flex;
align-items:center;
color:#A0712A;
}
.idc_faq_q_ichay svg{
width:18px;
height:18px;
}
.idc_faq_itemhay[open] .idc_faq_q_ichay{
transform:rotate(180deg);
}
.idc_faq_ahay{
padding:0 1.5rem 20px;
font-size:0.906rem;
color:#8C7D65;
overflow-wrap:break-word;
line-height:1.6;
}
.idc_sghay{
padding:48px 0 10px;
}
.idc_sg_eyebrowhay{
margin-bottom:12px;
display:block;
}
.idc_sg_h2hay{
color:#1C1710;
margin-bottom:28px;
line-height:1.05;
font-size:1.875rem;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:765px){
.idc_sg_h2hay{
font-size:36px;
}
}
.idc_sg_gridhay{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:721px){
.idc_sg_gridhay{
grid-template-columns:repeat(3,1fr);
}
}
.idc_sg_colhay{
min-width:0;
}
.idc_sg_col_hhay{
color:#1C1710;
overflow-wrap:break-word;
margin-bottom:10px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
font-size:1.375rem;
font-weight:600;
}
.idc_sg_col_phay{
overflow-wrap:break-word;
font-size:14px;
line-height:1.65;
color:#8C7D65;
}
.idc_sbhay{
background:#FDFAF4;
padding:3rem 0;
border-bottom:1px solid rgba(28,23,16,0.08);
border-top:1px solid rgba(28,23,16,0.08);
margin-top:1.5rem;
}
@media(min-width:765px){
.idc_sbhay{
padding:56px 0;
}
}
.idc_sb_eyebrowhay{
display:block;
margin-bottom:0.75rem;
}
.idc_sb_h2hay{
margin-bottom:1.625rem;
color:#1C1710;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:1.875rem;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:767px){
.idc_sb_h2hay{
font-size:36px;
}
}
.idc_sb_gridhay{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.idc_sb_gridhay{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:960px){
.idc_sb_gridhay{
grid-template-columns:repeat(4,1fr);
}
}
.idc_sb_cardhay{
border:1px solid rgba(28,23,16,0.08);
border-radius:0.875rem;
padding:24px;
background:#F5F0E8;
min-width:0;
}
.idc_sb_card_hhay{
overflow-wrap:break-word;
font-size:19px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:8px;
line-height:1.15;
color:#1C1710;
font-weight:600;
}
.idc_sb_card_phay{
color:#8C7D65;
overflow-wrap:break-word;
font-size:0.844rem;
line-height:1.6;
}
.idc_sb_rtphay{
padding:1.625rem 1.75rem;
border:1px solid rgba(28,23,16,0.08);
border-radius:14px;
background:#F5F0E8;
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
margin-top:18px;
align-items:center;
}
@media(min-width:761px){
.idc_sb_rtphay{
grid-template-columns:1fr 1fr;
gap:2.5rem;
}
}
.idc_sb_rtp_hhay{
font-weight:600;
line-height:1.15;
font-size:20px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.5rem;
color:#1C1710;
overflow-wrap:break-word;
}
.idc_sb_rtp_phay{
font-size:0.844rem;
color:#8C7D65;
line-height:1.6;
overflow-wrap:break-word;
}
.idc_sb_rtp_statshay{
gap:16px;
display:flex;
}
.idc_sb_stathay{
background:#FDFAF4;
flex:1 1 0;
padding:18px;
border-radius:8px;
text-align:center;
min-width:0;
}
.idc_sb_stat_vhay{
overflow-wrap:break-word;
font-weight:700;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-size:26px;
color:#4A7C59;
}
.idc_sb_stat_lhay{
color:#6B5E47;
font-size:0.719rem;
margin-top:0.25rem;
}
.idc_elhay{
padding:3rem 0;
}
@media(min-width:769px){
.idc_elhay{
padding:56px 0;
}
}
.idc_el_inhay{
grid-template-columns:1fr;
gap:40px;
display:grid;
align-items:start;
}
@media(min-width:898px){
.idc_el_inhay{
gap:56px;
grid-template-columns:1fr 1fr;
}
}
.idc_el_lefthay{
min-width:0;
}
.idc_el_eyebrowhay{
margin-bottom:0.875rem;
}
.idc_el_h2hay{
margin-bottom:22px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-size:32px;
color:#1C1710;
overflow-wrap:break-word;
font-weight:600;
line-height:1.08;
}
@media(min-width:769px){
.idc_el_h2hay{
font-size:38px;
}
}
.idc_el_bodyhay p{
margin-bottom:1.125rem;
font-size:16px;
overflow-wrap:break-word;
line-height:1.7;
color:#3A3224;
}
.idc_el_dropcaphay{
padding:0.375rem 12px 0 0;
font-size:62px;
font-weight:700;
float:left;
color:#A0712A;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:.8;
}
.idc_el_righthay{
min-width:0;
}
.idc_el_quotehay{
padding:2.25rem;
border-radius:1.25rem;
background:linear-gradient(150deg,#2C2410,#100E08);
color:#F5EDD8;
position:relative;
margin-bottom:24px;
}
.idc_el_quote_markhay{
align-items:center;
margin-bottom:6px;
color:#D4A054;
display:inline-flex;
}
.idc_el_quote_markhay svg{
width:2.125rem;
height:2.125rem;
}
.idc_el_quote_texthay{
font-size:22px;
overflow-wrap:break-word;
font-weight:500;
margin-bottom:22px;
line-height:1.4;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#F5EDD8;
}
.idc_el_quote_metahay{
gap:12px;
display:flex;
align-items:center;
}
.idc_el_quote_avhay{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#A0712A,#D9A84E);
width:38px;
height:38px;
}
.idc_el_quote_authorhay{
font-size:14px;
color:#F5EDD8;
font-weight:700;
}
.idc_el_quote_meta_subhay{
color:#B8A882;
font-size:0.75rem;
}
.idc_el_explainhay{
border:1px solid rgba(28,23,16,0.08);
overflow:hidden;
border-radius:14px;
}
.idc_el_explain_cardhay{
padding:1.375rem 1.5rem;
}
.idc_el_explain_cardhay+.idc_el_explain_cardhay{
border-top:1px solid rgba(28,23,16,0.08);
}
.idc_el_explain_hhay{
color:#1C1710;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
overflow-wrap:break-word;
font-weight:600;
font-size:20px;
margin-bottom:0.5rem;
}
.idc_el_explain_phay{
overflow-wrap:break-word;
color:#8C7D65;
line-height:1.55;
font-size:14px;
}
.idc_fthay{
background:#2A2318;
color:#B8A882;
margin-top:40px;
}
.idc_ft_inhay{
padding:48px 0 1.75rem;
gap:2rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:599px){
.idc_ft_inhay{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:902px){
.idc_ft_inhay{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.idc_ft_brandhay{
min-width:0;
}
.idc_ft_logohay{
font-size:26px;
font-weight:700;
color:#F5EDD8;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.idc_ft_taglinehay{
max-width:280px;
color:#B8A882;
line-height:1.6;
font-size:13.5px;
margin-top:0.875rem;
}
.idc_ft_contacthay{
transition:color .22s ease;
display:inline-block;
margin-top:12px;
overflow-wrap:anywhere;
font-size:13px;
color:#D4A054;
max-width:17.5rem;
}
.idc_ft_contacthay:hover{
color:#F5EDD8;
}
.idc_ft_colhay{
min-width:0;
}
.idc_ft_col_hhay{
text-transform:uppercase;
font-size:0.813rem;
letter-spacing:.08em;
margin-bottom:14px;
overflow-wrap:break-word;
font-weight:700;
color:#F5EDD8;
}
.idc_ft_col_linkshay{
gap:10px;
flex-direction:column;
display:flex;
}
.idc_ft_linkhay{
transition:color .22s ease;
color:#B8A882;
font-size:0.844rem;
overflow-wrap:break-word;
}
.idc_ft_linkhay:hover{
color:#F5EDD8;
}
.idc_ft_bothay{
gap:16px;
padding:22px 0 40px;
border-top:1px solid rgba(255,245,220,0.13);
display:flex;
flex-direction:column;
}
@media(min-width:770px){
.idc_ft_bothay{
gap:20px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.idc_ft_legalhay{
overflow-wrap:break-word;
color:#B5A691;
font-size:0.719rem;
max-width:47.5rem;
line-height:1.6;
}
.idc_ft_legalhay b{
color:#B8A882;
font-weight:700;
}
.idc_ft_agehay{
border:1.5px solid #D4A054;
padding:4px 0.563rem;
flex:0 0 auto;
border-radius:0.5rem;
color:#D4A054;
font-weight:700;
font-size:0.813rem;
}