*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F0E8;
overflow-wrap:break-word;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#3A3228;
-webkit-font-smoothing:antialiased;
line-height:1.6;
text-rendering:optimizeLegibility;
font-size:15px;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
border:none;
background:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
height:0.5rem;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.orh-layout-k7s{
display:flex;
min-height:100vh;
flex-direction:column;
}
.orh-main-k7s{
flex:1 1 auto;
min-width:0;
width:100%;
}
.orh-container-k7s{
margin:0 auto;
padding:0 16px;
max-width:87.5rem;
width:100%;
}
@media(min-width:771px){
.orh-container-k7s{
padding:0 2rem;
}
}
@media(min-width:1102px){
.orh-container-k7s{
padding:0 56px;
}
}
.orh-eyebrow-k7s{
font-size:0.688rem;
text-transform:uppercase;
color:#A0732A;
letter-spacing:.2em;
overflow-wrap:break-word;
font-weight:600;
line-height:1.4;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
display:inline-block;
}
.orh-band-k7s{
background:#1E1A10;
color:#F5EDDA;
}
.orh-band-k7s .orh-eyebrow-k7s{
color:#D4A84B;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.orh-tb-k7s{
background:#F5F0E8;
position:sticky;
border-bottom:1px solid rgba(28,23,16,0.15);
z-index:50;
top:0;
}
.orh-tb_in-k7s{
margin:0 auto;
gap:1rem;
padding:12px 16px;
align-items:center;
justify-content:space-between;
width:100%;
max-width:1400px;
display:flex;
}
@media(min-width:770px){
.orh-tb_in-k7s{
padding:1rem 32px;
}
}
@media(min-width:1100px){
.orh-tb_in-k7s{
padding:18px 56px;
}
}
.orh-tb_left-k7s{
gap:1.75rem;
align-items:center;
display:flex;
min-width:0;
}
.orh-tb_logo-k7s{
gap:0.688rem;
align-items:center;
min-width:0;
display:flex;
}
.orh-tb_logo_mark-k7s{
border-radius:0.5rem;
flex:0 0 auto;
height:34px;
width:2.125rem;
object-fit:cover;
}
.orh-tb_logo_txt-k7s{
line-height:1;
min-width:0;
display:flex;
flex-direction:column;
}
.orh-tb_logo_name-k7s{
overflow:hidden;
font-weight:700;
font-size:1.375rem;
text-overflow:ellipsis;
letter-spacing:.02em;
white-space:nowrap;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#1C1710;
}
.orh-tb_logo_sub-k7s{
overflow:hidden;
text-overflow:ellipsis;
font-weight:600;
color:#A0732A;
letter-spacing:.32em;
margin-top:0.25rem;
white-space:nowrap;
font-size:0.531rem;
text-transform:uppercase;
}
.orh-tb_nav-k7s{
display:none;
}
@media(min-width:959px){
.orh-tb_nav-k7s{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.orh-tb_nav_item-k7s{
transition:color .22s ease,border-color .22s ease;
color:#3A3228;
padding-bottom:3px;
font-size:0.875rem;
font-weight:600;
border-bottom:2px solid transparent;
white-space:nowrap;
}
.orh-tb_nav_item-k7s:hover{
color:#1C1710;
}
.orh-tb_nav_item-k7s.orh-state_active-k7s{
border-color:#A0732A;
color:#1C1710;
}
.orh-tb_right-k7s{
gap:0.875rem;
flex:0 0 auto;
display:flex;
align-items:center;
}
.orh-tb_search-k7s{
transition:color .22s ease;
align-items:center;
color:#3A3228;
display:flex;
justify-content:center;
}
.orh-tb_search-k7s:hover{
color:#A0732A;
}
.orh-tb_search-k7s svg{
height:1.125rem;
width:18px;
}
.orh-tb_lang-k7s{
font-weight:600;
color:#6B5F4A;
font-size:0.688rem;
letter-spacing:.1em;
text-transform:uppercase;
}
.orh-tb_lang-k7s:hover{
color:#1C1710;
}
.orh-tb_login-k7s{
display:none;
color:#1C1710;
font-weight:600;
font-size:0.875rem;
}
@media(min-width:766px){
.orh-tb_login-k7s{
display:inline-block;
}
}
.orh-tb_register-k7s{
background:#1E1A10;
border-radius:999px;
padding:0.688rem 1.375rem;
transition:background-color .22s ease;
font-size:0.875rem;
font-weight:700;
color:#F5EDDA;
white-space:nowrap;
}
.orh-tb_register-k7s:hover{
background:#332C1A;
}
.orh-mob-k7s{
background:#F5F0E8;
border-top:1px solid rgba(28,23,16,0.15);
right:0;
left:0;
padding-bottom:env(safe-area-inset-bottom);
position:fixed;
bottom:0;
z-index:60;
}
@media(min-width:961px){
.orh-mob-k7s{
display:none;
}
}
.orh-mob_in-k7s{
margin:0 auto;
justify-content:space-around;
display:flex;
max-width:560px;
align-items:stretch;
}
.orh-mob_item-k7s{
gap:3px;
transition:color .22s ease;
flex:1 1 0;
padding:9px 4px;
flex-direction:column;
align-items:center;
color:#6B5F4A;
display:flex;
min-width:0;
}
.orh-mob_item-k7s.orh-state_active-k7s{
color:#A0732A;
}
.orh-mob_ic-k7s{
display:flex;
align-items:center;
justify-content:center;
}
.orh-mob_ic-k7s svg{
width:20px;
height:1.25rem;
}
.orh-mob_lb-k7s{
overflow:hidden;
font-size:0.625rem;
white-space:nowrap;
max-width:100%;
text-overflow:ellipsis;
font-weight:600;
}
@media(max-width:961px){
body{
padding-bottom:60px;
}
}
.orh-rail-k7s{
min-width:0;
position:relative;
}
.orh-rail_scroll-k7s{
gap:14px;
overflow-x:auto;
scrollbar-width:thin;
padding-bottom:14px;
-webkit-overflow-scrolling:touch;
display:flex;
}
@media(min-width:767px){
.orh-rail_scroll-k7s{
gap:18px;
}
}
.orh-gc-k7s{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:769px){
.orh-gc-k7s{
width:11.75rem;
}
}
.orh-gc_img-k7s{
border-radius:0.875rem;
background:#FAF7F2;
overflow:hidden;
padding-bottom:133.33%;
box-shadow:0 2px 6px rgba(28,23,16,0.07), 0 0.375rem 1.125rem rgba(28,23,16,0.09);
position:relative;
}
.orh-gc_img-k7s img{
inset:0;
height:100%;
object-fit:cover;
position:absolute;
width:100%;
}
.orh-gc_cover-k7s{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
pointer-events:none;
position:absolute;
}
.orh-gc_hover-k7s{
inset:0;
background:rgba(0,0,0,0.52);
transition:opacity .22s ease;
display:flex;
align-items:center;
position:absolute;
opacity:0;
justify-content:center;
}
.orh-gc-k7s:hover .orh-gc_hover-k7s{
opacity:1;
}
.orh-gc_hover_btn-k7s{
background:#1E1A10;
border-radius:62.438rem;
width:46px;
display:flex;
color:#F5EDDA;
height:46px;
align-items:center;
justify-content:center;
}
.orh-gc_hover_btn-k7s svg{
height:1.125rem;
width:18px;
}
.orh-gc_info-k7s{
gap:2px;
display:flex;
flex-direction:column;
margin-top:0.563rem;
min-width:0;
}
.orh-gc_name-k7s{
overflow:hidden;
color:#1C1710;
font-size:13px;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:700;
}
.orh-gc_prov-k7s{
overflow:hidden;
text-overflow:ellipsis;
color:#6B5F4A;
white-space:nowrap;
font-size:0.688rem;
}
.orh-gc_meta-k7s{
font-size:11px;
color:#6B5F4A;
}
.orh-tc-k7s{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:769px){
.orh-tc-k7s{
width:230px;
}
}
.orh-tc_img-k7s{
overflow:hidden;
border-radius:14px;
background:#FAF7F2;
box-shadow:0 2px 6px rgba(28,23,16,0.07), 0 6px 18px rgba(28,23,16,0.09);
position:relative;
padding-bottom:75%;
}
.orh-tc_img-k7s img{
inset:0;
width:100%;
height:100%;
position:absolute;
object-fit:cover;
}
.orh-tc_info-k7s{
gap:2px;
display:flex;
min-width:0;
flex-direction:column;
margin-top:0.563rem;
}
.orh-tc_name-k7s{
overflow:hidden;
font-weight:700;
white-space:nowrap;
text-overflow:ellipsis;
font-size:0.875rem;
color:#1C1710;
}
.orh-tc_rtp-k7s{
color:#6B5F4A;
font-size:11px;
}
.orh-lc-k7s{
flex:0 0 auto;
display:block;
width:14.375rem;
}
@media(min-width:765px){
.orh-lc-k7s{
width:16.75rem;
}
}
.orh-lc_img-k7s{
overflow:hidden;
border-radius:0.875rem;
background:#FAF7F2;
position:relative;
padding-bottom:62.5%;
box-shadow:0 2px 0.375rem rgba(28,23,16,0.07), 0 0.375rem 18px rgba(28,23,16,0.09);
}
.orh-lc_img-k7s img{
inset:0;
position:absolute;
height:100%;
width:100%;
object-fit:cover;
}
.orh-lc_live-k7s{
border-radius:999px;
background:rgba(0,0,0,0.52);
gap:7px;
padding:0.25rem 9px;
display:flex;
top:12px;
left:0.75rem;
align-items:center;
position:absolute;
}
.orh-lc_live_dot-k7s{
animation:zm2-pulse 1.6s infinite;
background:#B84040;
border-radius:50%;
width:0.5rem;
height:0.5rem;
}
.orh-lc_seats-k7s{
font-weight:600;
text-transform:uppercase;
font-size:10px;
color:#F5EDDA;
letter-spacing:.08em;
}
.orh-lc_info-k7s{
gap:2px;
margin-top:0.563rem;
display:flex;
min-width:0;
flex-direction:column;
}
.orh-lc_name-k7s{
overflow:hidden;
font-size:0.938rem;
white-space:nowrap;
font-weight:700;
color:#1C1710;
text-overflow:ellipsis;
}
.orh-lc_bet-k7s{
color:#6B5F4A;
font-size:11px;
}
.orh-pc-k7s{
border:1px solid rgba(28,23,16,0.08);
border-radius:0.875rem;
padding:1rem 14px;
gap:0.5rem;
background:#FAF7F2;
justify-content:center;
min-height:4.625rem;
flex-direction:column;
display:flex;
align-items:center;
min-width:0;
}
.orh-pc_logo-k7s{
flex:0 0 auto;
width:auto;
max-width:100%;
object-fit:contain;
height:1.75rem;
}
.orh-pc_name-k7s{
overflow:hidden;
text-overflow:ellipsis;
color:#6B5F4A;
font-size:11px;
max-width:100%;
white-space:nowrap;
text-align:center;
}
.orh-gc_tag-k7s{
padding:3px 8px;
border-radius:8px;
left:10px;
font-weight:700;
font-size:10px;
letter-spacing:.06em;
z-index:2;
display:inline-block;
text-transform:uppercase;
top:10px;
position:absolute;
}
.orh-gc_tag_hot-k7s{
background:#B84040;
color:#F5EDDA;
}
.orh-gc_tag_new-k7s{
background:#C99035;
color:#1C1710;
}
.orh-gc_tag_jp-k7s{
background:#C99035;
color:#1C1710;
}
.orh-gc_tag_live-k7s{
background:#B84040;
color:#F5EDDA;
}
.orh-sh-k7s{
margin-bottom:1.125rem;
min-width:0;
}
.orh-sh_row-k7s{
gap:1rem;
flex-wrap:wrap;
display:flex;
justify-content:space-between;
align-items:flex-end;
}
.orh-sh_row-k7s .orh-sh_l-k7s{
gap:6px;
display:flex;
flex-direction:column;
min-width:0;
}
.orh-sh_stack-k7s{
gap:10px;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.orh-sh_center-k7s{
gap:10px;
text-align:center;
display:flex;
align-items:center;
flex-direction:column;
}
.orh-sh_h2-k7s{
overflow-wrap:break-word;
font-size:1.5rem;
line-height:1.1;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
color:#1C1710;
}
@media(min-width:771px){
.orh-sh_h2-k7s{
font-size:1.875rem;
}
}
.orh-band-k7s .orh-sh_h2-k7s{
color:#F5EDDA;
}
.orh-sh_eb_line-k7s{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.orh-sh_eb_line-k7s::before{
background:#A0732A;
width:28px;
display:inline-block;
height:1px;
content:"";
}
.orh-band-k7s .orh-sh_eb_line-k7s::before{
background:#D4A84B;
}
.orh-sh_eb_dot-k7s{
gap:8px;
display:inline-flex;
align-items:center;
}
.orh-sh_eb_dot-k7s::before{
border-radius:50%;
background:#A0732A;
width:0.375rem;
height:6px;
display:inline-block;
content:"";
}
.orh-band-k7s .orh-sh_eb_dot-k7s::before{
background:#D4A84B;
}
.orh-sh_link-k7s{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
color:#1C1710;
font-weight:600;
display:inline-flex;
white-space:nowrap;
align-items:center;
padding-bottom:2px;
border-bottom:1px solid #1C1710;
font-size:13px;
}
.orh-sh_link-k7s:hover{
border-color:#A0732A;
color:#A0732A;
}
.orh-sh_link-k7s svg{
height:0.875rem;
width:0.875rem;
}
.orh-sh_link_chev-k7s{
padding-bottom:0;
border-bottom:0;
}
.orh-sh_link_btn-k7s{
padding:0.563rem 1.125rem;
border-radius:999px;
background:#1E1A10;
border-bottom:0;
color:#F5EDDA;
}
.orh-sh_link_btn-k7s:hover{
background:#332C1A;
border-color:transparent;
color:#F5EDDA;
}
.orh-band-k7s .orh-sh_link-k7s{
border-color:#F5EDDA;
color:#F5EDDA;
}
.orh-band-k7s .orh-sh_link_btn-k7s{
background:#D4A84B;
color:#1C1710;
}
.orh-sh_rule-k7s{
margin:-2px 0 1.125rem;
background:rgba(28,23,16,0.15);
height:1px;
}
.orh-band-k7s .orh-sh_rule-k7s{
background:rgba(255,240,200,0.13);
}
.orh-hero-k7s{
padding:2rem 0 0.5rem;
}
@media(min-width:770px){
.orh-hero-k7s{
padding:56px 0 1.5rem;
}
}
.orh-hero_in-k7s{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:900px){
.orh-hero_in-k7s{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.orh-hero_copy-k7s{
min-width:0;
}
.orh-hero_eyebrow-k7s{
gap:10px;
margin-bottom:22px;
align-items:center;
display:inline-flex;
}
.orh-hero_eyebrow_line-k7s{
flex:0 0 auto;
background:#A0732A;
height:1px;
display:inline-block;
width:28px;
}
.orh-hero_h1-k7s{
line-height:1.04;
letter-spacing:-.01em;
overflow-wrap:break-word;
font-weight:600;
font-size:38px;
color:#1C1710;
margin-bottom:1.25rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:770px){
.orh-hero_h1-k7s{
font-size:54px;
}
}
@media(min-width:1102px){
.orh-hero_h1-k7s{
font-size:62px;
}
}
.orh-hero_h1-k7s em{
color:#A0732A;
font-style:normal;
}
.orh-hero_sub-k7s{
font-size:1rem;
line-height:1.6;
margin-bottom:30px;
max-width:480px;
color:#7D7060;
}
@media(min-width:769px){
.orh-hero_sub-k7s{
font-size:18px;
}
}
.orh-hero_actions-k7s{
gap:14px;
align-items:center;
flex-wrap:wrap;
display:flex;
margin-bottom:34px;
}
.orh-hero_cta-k7s{
background:#1E1A10;
border-radius:999px;
gap:0.625rem;
transition:background-color .22s ease;
padding:16px 1.875rem;
align-items:center;
font-size:0.938rem;
display:inline-flex;
font-weight:700;
color:#F5EDDA;
}
.orh-hero_cta-k7s:hover{
background:#332C1A;
}
.orh-hero_cta_ic-k7s{
align-items:center;
display:inline-flex;
}
.orh-hero_cta_ic-k7s svg{
height:1rem;
width:16px;
}
.orh-hero_cta_alt-k7s{
border-radius:62.438rem;
background:transparent;
border:1px solid rgba(28,23,16,0.15);
transition:border-color .22s ease,color .22s ease;
padding:15px 1.625rem;
font-size:15px;
color:#1C1710;
display:inline-flex;
align-items:center;
font-weight:600;
}
.orh-hero_cta_alt-k7s:hover{
border-color:#A0732A;
color:#A0732A;
}
.orh-hero_trust-k7s{
gap:1.375rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.orh-hero_trust_item-k7s{
gap:9px;
align-items:center;
font-weight:600;
display:flex;
color:#3A3228;
font-size:13px;
}
.orh-hero_trust_ic-k7s{
align-items:center;
color:#A0732A;
display:inline-flex;
}
.orh-hero_trust_ic-k7s svg{
height:1rem;
width:16px;
}
.orh-hero_promo-k7s{
background:#FAF7F2;
overflow:hidden;
border-radius:20px;
position:relative;
display:flex;
min-height:18.75rem;
box-shadow:0 0.75rem 48px rgba(28,23,16,0.16), 0 3px 0.75rem rgba(28,23,16,0.10);
}
.orh-hero_promo_bg-k7s{
inset:0;
background-size:cover;
position:absolute;
background-position:center;
}
.orh-hero_promo_bg-k7s::after{
inset:0;
background:linear-gradient(120deg,#1E1A10 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
position:absolute;
content:"";
}
.orh-hero_promo_glow-k7s{
border-radius:50%;
background:radial-gradient(circle,rgba(180,130,60,0.18) 0%,transparent 65%);
pointer-events:none;
width:260px;
position:absolute;
right:-1.25rem;
top:-2.5rem;
height:260px;
}
.orh-hero_promo_ct-k7s{
padding:1.75rem;
position:relative;
max-width:88%;
align-self:flex-end;
z-index:2;
}
.orh-hero_promo_label-k7s{
letter-spacing:.25em;
margin-bottom:8px;
text-transform:uppercase;
font-size:0.625rem;
color:#D4A84B;
font-weight:700;
display:block;
}
.orh-hero_promo_amount-k7s{
line-height:1.05;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:32px;
color:#F5EDDA;
overflow-wrap:break-word;
}
@media(min-width:770px){
.orh-hero_promo_amount-k7s{
font-size:2.5rem;
}
}
.orh-hero_promo_amount-k7s em{
font-style:normal;
color:#D4A84B;
}
.orh-hero_rating-k7s{
padding:10px 14px;
border:1px solid rgba(28,23,16,0.08);
gap:0.625rem;
border-radius:0.875rem;
background:#FAF7F2;
box-shadow:0 2px 0.375rem rgba(28,23,16,0.07), 0 0.375rem 1.125rem rgba(28,23,16,0.09);
top:14px;
display:flex;
z-index:3;
right:0.875rem;
position:absolute;
align-items:center;
max-width:min(260px,62%);
}
.orh-hero_rating_score-k7s{
flex:0 0 auto;
font-weight:700;
color:#1C1710;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.5rem;
}
.orh-hero_rating_txt-k7s{
flex:1 1 auto;
min-width:0;
}
.orh-hero_rating_stars-k7s{
gap:2px;
color:#A0732A;
display:flex;
}
.orh-hero_rating_stars-k7s svg{
height:0.75rem;
width:0.75rem;
}
.orh-hero_rating_cap-k7s{
color:#6B5F4A;
line-height:1.35;
margin-top:3px;
display:block;
font-size:0.688rem;
overflow-wrap:break-word;
}
.orh-stat-k7s{
border-bottom:1px solid rgba(28,23,16,0.15);
border-top:1px solid rgba(28,23,16,0.15);
margin-top:1rem;
}
.orh-stat_in-k7s{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:770px){
.orh-stat_in-k7s{
grid-template-columns:repeat(4,1fr);
}
}
.orh-stat_item-k7s{
padding:22px 0.875rem;
border-right:1px solid rgba(28,23,16,0.08);
border-bottom:1px solid rgba(28,23,16,0.08);
min-width:0;
}
.orh-stat_item-k7s:nth-child(2n){
border-right:0;
}
.orh-stat_item-k7s:nth-child(n+3){
border-bottom:0;
}
@media(min-width:769px){
.orh-stat_item-k7s{
border-bottom:0;
}
.orh-stat_item-k7s:nth-child(2n){
border-right:1px solid rgba(28,23,16,0.08);
}
.orh-stat_item-k7s:nth-child(4n){
border-right:0;
}
}
.orh-stat_value-k7s{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.875rem;
font-weight:700;
line-height:1;
overflow-wrap:break-word;
color:#1C1710;
}
@media(min-width:765px){
.orh-stat_value-k7s{
font-size:34px;
}
}
.orh-stat_label-k7s{
color:#6B5F4A;
line-height:1.4;
font-size:0.813rem;
overflow-wrap:break-word;
margin-top:0.375rem;
}
.orh-gf-k7s{
padding:24px 0 6px;
}
.orh-gf_in-k7s{
gap:10px;
flex-wrap:wrap;
display:flex;
}
.orh-gf_chip-k7s{
background:#FAF7F2;
border-radius:999px;
border:1px solid rgba(28,23,16,0.15);
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
padding:10px 18px;
font-weight:600;
white-space:nowrap;
color:#3A3228;
font-size:0.813rem;
}
.orh-gf_chip-k7s:hover{
border-color:#A0732A;
color:#A0732A;
}
.orh-gf_chip-k7s.orh-state_active-k7s{
border-color:transparent;
background:#1E1A10;
color:#F5EDDA;
}
.orh-grow-k7s{
padding:26px 0 10px;
}
.orh-row_seo-k7s{
margin:10px 0 0;
max-width:760px;
overflow-wrap:break-word;
font-size:0.875rem;
color:#7D7060;
line-height:1.65;
}
.orh-row_seo-k7s strong{
color:#1C1710;
font-weight:700;
}
.orh-grow-k7s{
padding:1.625rem 0 0.625rem;
}
.orh-row_seo-k7s{
margin:10px 0 0;
color:#7D7060;
line-height:1.65;
overflow-wrap:break-word;
max-width:760px;
font-size:0.875rem;
}
.orh-row_seo-k7s strong{
color:#1C1710;
font-weight:700;
}
.orh-pr-k7s{
padding:30px 0 0.375rem;
}
.orh-pr_card-k7s{
background:#FAF7F2;
gap:10px;
padding:1.625rem;
flex:0 0 auto;
border-radius:20px;
border:1px solid rgba(28,23,16,0.08);
overflow:hidden;
display:flex;
position:relative;
min-height:12.5rem;
width:280px;
flex-direction:column;
}
@media(min-width:768px){
.orh-pr_card-k7s{
width:18.75rem;
}
}
.orh-pr_card_feat-k7s{
background:linear-gradient(150deg,#2C2410,#111009);
border-color:transparent;
color:#F5EDDA;
}
.orh-pr_glow-k7s{
border-radius:50%;
background:radial-gradient(circle,rgba(180,130,60,0.18),transparent 70%);
height:130px;
pointer-events:none;
top:-30px;
right:-30px;
position:absolute;
width:130px;
opacity:0;
}
.orh-pr_card_feat-k7s .orh-pr_glow-k7s{
opacity:1;
}
.orh-pr_label-k7s{
position:relative;
color:#A0732A;
font-weight:700;
text-transform:uppercase;
letter-spacing:.16em;
font-size:10px;
}
.orh-pr_card_feat-k7s .orh-pr_label-k7s{
color:#D4A84B;
}
.orh-pr_amount-k7s{
color:#1C1710;
overflow-wrap:break-word;
font-weight:600;
line-height:1.08;
position:relative;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.625rem;
}
.orh-pr_card_feat-k7s .orh-pr_amount-k7s{
color:#F5EDDA;
}
.orh-pr_amount-k7s em{
color:#A0732A;
font-style:normal;
}
.orh-pr_card_feat-k7s .orh-pr_amount-k7s em{
color:#D4A84B;
}
.orh-pr_terms-k7s{
line-height:1.5;
font-size:13px;
position:relative;
color:#6B5F4A;
}
.orh-pr_card_feat-k7s .orh-pr_terms-k7s{
color:#B8A88A;
}
.orh-pr_cta-k7s{
margin-top:auto;
position:relative;
align-self:flex-start;
}
.orh-pr_card_feat-k7s .orh-pr_cta-k7s{
padding:9px 1.125rem;
transition:opacity .22s ease;
border-radius:999px;
background:#D4A84B;
font-weight:700;
color:#1C1710;
font-size:0.813rem;
}
.orh-pr_card_feat-k7s .orh-pr_cta-k7s:hover{
opacity:.9;
}
.orh-pr_card-k7s:not(.orh-pr_card_feat-k7s) .orh-pr_cta-k7s{
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #1C1710;
padding-bottom:2px;
font-size:0.813rem;
color:#1C1710;
font-weight:700;
}
.orh-pr_card-k7s:not(.orh-pr_card_feat-k7s) .orh-pr_cta-k7s:hover{
border-color:#A0732A;
color:#A0732A;
}
.orh-jp-k7s{
padding:1.875rem 0 0.625rem;
}
.orh-jp_grid-k7s{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:768px){
.orh-jp_grid-k7s{
grid-template-columns:1fr 1fr;
}
.orh-jp_card_mega-k7s{
grid-column:1/-1;
}
}
@media(min-width:1003px){
.orh-jp_grid-k7s{
grid-template-columns:1.4fr 1fr 1fr;
}
.orh-jp_card_mega-k7s{
grid-column:auto;
}
}
.orh-jp_card-k7s{
border:1px solid rgba(28,23,16,0.08);
border-radius:1.25rem;
overflow:hidden;
gap:0.75rem;
background:#FAF7F2;
padding:1.625rem;
flex-direction:column;
position:relative;
min-height:200px;
display:flex;
justify-content:space-between;
min-width:0;
}
.orh-jp_card_mega-k7s{
background:linear-gradient(135deg,#2C2410,#111009);
border-color:transparent;
color:#F5EDDA;
min-height:13.125rem;
}
.orh-jp_glow-k7s{
background:radial-gradient(circle,rgba(180,130,60,0.18),transparent 70%);
border-radius:50%;
width:200px;
pointer-events:none;
right:-40px;
height:12.5rem;
position:absolute;
top:-2.5rem;
}
.orh-jp_label-k7s{
gap:0.625rem;
text-transform:uppercase;
font-weight:700;
flex-wrap:wrap;
align-items:center;
position:relative;
justify-content:space-between;
font-size:0.625rem;
color:#A0732A;
display:flex;
letter-spacing:.16em;
}
.orh-jp_card_mega-k7s .orh-jp_label-k7s{
color:#D4A84B;
}
.orh-jp_drop-k7s{
letter-spacing:.04em;
text-transform:none;
font-weight:600;
color:#6B5F4A;
}
.orh-jp_card_mega-k7s .orh-jp_drop-k7s{
color:#B8A88A;
}
.orh-jp_amount-k7s{
font-weight:700;
font-size:38px;
color:#1C1710;
overflow-wrap:break-word;
line-height:1;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
position:relative;
}
.orh-jp_card_mega-k7s .orh-jp_amount-k7s{
animation:zm2-pulse 2.4s infinite;
color:#D4A84B;
font-size:48px;
}
@media(min-width:767px){
.orh-jp_card_mega-k7s .orh-jp_amount-k7s{
font-size:3.375rem;
}
}
.orh-jp_game-k7s{
color:#6B5F4A;
font-size:13px;
position:relative;
}
.orh-jp_card_mega-k7s .orh-jp_game-k7s{
color:#B8A88A;
}
.orh-jp_cta-k7s{
position:relative;
align-self:flex-start;
}
.orh-jp_card_mega-k7s .orh-jp_cta-k7s{
transition:opacity .22s ease;
border-radius:999px;
padding:10px 1.25rem;
background:#D4A84B;
color:#1C1710;
font-weight:700;
font-size:13px;
}
.orh-jp_card_mega-k7s .orh-jp_cta-k7s:hover{
opacity:.9;
}
.orh-jp_card-k7s:not(.orh-jp_card_mega-k7s) .orh-jp_cta-k7s{
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #1C1710;
font-weight:700;
color:#1C1710;
font-size:0.813rem;
padding-bottom:2px;
}
.orh-jp_card-k7s:not(.orh-jp_card_mega-k7s) .orh-jp_cta-k7s:hover{
border-color:#A0732A;
color:#A0732A;
}
.orh-jp_seo-k7s{
margin:14px 0 0;
max-width:760px;
line-height:1.65;
overflow-wrap:break-word;
color:#7D7060;
font-size:0.875rem;
}
.orh-jp_seo-k7s strong{
font-weight:700;
color:#1C1710;
}
.orh-grow-k7s{
padding:1.625rem 0 0.625rem;
}
.orh-row_seo-k7s{
margin:10px 0 0;
overflow-wrap:break-word;
font-size:14px;
max-width:47.5rem;
color:#7D7060;
line-height:1.65;
}
.orh-row_seo-k7s strong{
color:#1C1710;
font-weight:700;
}
.orh-app-k7s{
padding:1.875rem 0 10px;
}
.orh-app_in-k7s{
border-radius:1.25rem;
border:1px solid rgba(28,23,16,0.08);
gap:1.75rem;
padding:32px;
background:#FAF7F2;
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.orh-app_in-k7s{
gap:40px;
padding:40px 2.75rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.orh-app_copy-k7s{
min-width:0;
max-width:560px;
}
.orh-app_eyebrow-k7s{
margin-bottom:0.75rem;
}
.orh-app_h2-k7s{
font-size:28px;
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
color:#1C1710;
margin-bottom:12px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:766px){
.orh-app_h2-k7s{
font-size:34px;
}
}
.orh-app_text-k7s{
line-height:1.6;
color:#7D7060;
margin-bottom:22px;
font-size:14px;
}
.orh-app_btns-k7s{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.orh-app_btn-k7s{
background:#1E1A10;
padding:11px 1.25rem;
gap:0.625rem;
border-radius:0.875rem;
transition:background-color .22s ease;
color:#F5EDDA;
display:inline-flex;
align-items:center;
}
.orh-app_btn-k7s:hover{
background:#332C1A;
}
.orh-app_btn_ic-k7s{
display:inline-flex;
align-items:center;
}
.orh-app_btn_ic-k7s svg{
width:18px;
height:1.125rem;
}
.orh-app_btn_lb-k7s{
font-weight:700;
font-size:13.5px;
}
.orh-app_qr_wrap-k7s{
gap:18px;
flex:0 0 auto;
align-items:center;
display:flex;
}
.orh-app_qr-k7s{
flex:0 0 auto;
border-radius:0.875rem;
width:6.75rem;
background-image:repeating-linear-gradient(0deg,#FAF7F2 0 5px,transparent 5px 11px),repeating-linear-gradient(90deg,#FAF7F2 0 0.313rem,transparent 5px 11px);
height:6.75rem;
background-color:#1E1A10;
}
.orh-app_qr_cap-k7s{
line-height:1.4;
color:#6B5F4A;
max-width:5.75rem;
font-size:12.5px;
}
.orh-trn-k7s{
padding:1.875rem 0 0.625rem;
}
.orh-trn_in-k7s{
border:1px solid rgba(28,23,16,0.08);
overflow:hidden;
background:#FAF7F2;
border-radius:20px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:877px){
.orh-trn_in-k7s{
grid-template-columns:1.05fr 1fr;
}
}
.orh-trn_banner-k7s{
background:linear-gradient(150deg,#2C2410,#111009);
overflow:hidden;
padding:2.125rem;
position:relative;
color:#F5EDDA;
}
.orh-trn_glow-k7s{
background:radial-gradient(circle,rgba(180,130,60,0.18),transparent 70%);
border-radius:50%;
bottom:-2.5rem;
right:-2.5rem;
width:12.5rem;
position:absolute;
pointer-events:none;
height:200px;
}
.orh-trn_eyebrow-k7s{
position:relative;
margin-bottom:0.875rem;
}
.orh-trn_h2-k7s{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#F5EDDA;
position:relative;
overflow-wrap:break-word;
line-height:1.06;
font-size:30px;
font-weight:600;
margin-bottom:0.75rem;
}
@media(min-width:771px){
.orh-trn_h2-k7s{
font-size:2.25rem;
}
}
.orh-trn_text-k7s{
line-height:1.6;
margin-bottom:1.375rem;
max-width:420px;
font-size:0.875rem;
position:relative;
color:#B8A88A;
}
.orh-trn_timer-k7s{
gap:0.5rem;
position:relative;
margin-bottom:24px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.orh-trn_timer_cap-k7s{
color:#B8A88A;
font-size:0.688rem;
}
.orh-trn_timer_box-k7s{
padding:0.25rem 0.75rem;
border-radius:0.5rem;
background:rgba(255,245,220,0.07);
color:#F5EDDA;
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.5rem;
}
.orh-trn_cta-k7s{
background:#D4A84B;
transition:opacity .22s ease;
border-radius:62.438rem;
padding:13px 1.625rem;
font-size:0.875rem;
font-weight:700;
position:relative;
color:#1C1710;
display:inline-block;
}
.orh-trn_cta-k7s:hover{
opacity:.9;
}
.orh-trn_lb-k7s{
padding:26px 28px;
}
.orh-trn_lb_head-k7s{
gap:10px;
justify-content:space-between;
margin-bottom:12px;
display:flex;
align-items:center;
}
.orh-trn_lb_title-k7s{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:20px;
color:#1C1710;
}
.orh-trn_lb_upd-k7s{
letter-spacing:.08em;
color:#6B5F4A;
font-size:11px;
text-transform:uppercase;
}
.orh-trn_lb_row-k7s{
gap:0.875rem;
padding:11px 12px;
border-radius:0.5rem;
display:flex;
align-items:center;
}
.orh-trn_lb_row-k7s:nth-child(2){
background:rgba(160,115,42,0.10);
}
.orh-trn_lb_rank-k7s{
flex:0 0 auto;
font-size:16px;
width:22px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:700;
color:#A0732A;
}
.orh-trn_lb_av-k7s{
border-radius:50%;
background:linear-gradient(135deg,#A0732A,#D4A84B);
flex:0 0 auto;
height:30px;
width:30px;
}
.orh-trn_lb_name-k7s{
overflow:hidden;
flex:1 1 auto;
font-weight:600;
text-overflow:ellipsis;
color:#1C1710;
font-size:0.875rem;
min-width:0;
white-space:nowrap;
}
.orh-trn_lb_amount-k7s{
flex:0 0 auto;
font-size:0.813rem;
color:#1C1710;
font-weight:700;
}
.orh-sea-k7s{
padding:24px 0 0.625rem;
}
.orh-sea_in-k7s{
border-radius:1.25rem;
gap:1.375rem;
overflow:hidden;
background:linear-gradient(115deg,#2C2410,#111009);
padding:2.25rem;
flex-direction:column;
display:flex;
position:relative;
color:#F5EDDA;
}
@media(min-width:821px){
.orh-sea_in-k7s{
padding:44px 48px;
gap:2rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.orh-sea_glow-k7s{
background:radial-gradient(circle,rgba(180,130,60,0.18),transparent 68%);
border-radius:50%;
height:240px;
transform:translateY(-50%);
position:absolute;
top:50%;
right:60px;
pointer-events:none;
width:240px;
}
.orh-sea_copy-k7s{
min-width:0;
max-width:560px;
position:relative;
}
.orh-sea_eyebrow-k7s{
margin-bottom:12px;
}
.orh-sea_h2-k7s{
font-weight:600;
margin-bottom:12px;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.875rem;
color:#F5EDDA;
line-height:1.04;
}
@media(min-width:769px){
.orh-sea_h2-k7s{
font-size:2.375rem;
}
}
.orh-sea_text-k7s{
font-size:0.938rem;
color:#B8A88A;
line-height:1.6;
}
.orh-sea_cta-k7s{
border-radius:62.438rem;
transition:opacity .22s ease;
padding:1rem 32px;
flex:0 0 auto;
background:#D4A84B;
font-size:0.938rem;
font-weight:700;
position:relative;
color:#1C1710;
}
.orh-sea_cta-k7s:hover{
opacity:.9;
}
.orh-vip-k7s{
padding:3rem 0;
}
@media(min-width:765px){
.orh-vip-k7s{
padding:4rem 0;
}
}
.orh-vip_head-k7s{
gap:0.875rem;
margin-bottom:1.875rem;
flex-direction:column;
display:flex;
}
@media(min-width:877px){
.orh-vip_head-k7s{
gap:24px;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.orh-vip_eyebrow-k7s{
margin-bottom:12px;
}
.orh-vip_h2-k7s{
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
color:#F5EDDA;
font-size:2rem;
font-weight:600;
}
@media(min-width:769px){
.orh-vip_h2-k7s{
font-size:2.5rem;
}
}
.orh-vip_intro-k7s{
max-width:420px;
line-height:1.6;
color:#B8A88A;
font-size:14px;
}
.orh-vip_grid-k7s{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
display:grid;
}
.orh-vip_card-k7s{
border-radius:14px;
border:1px solid rgba(255,240,200,0.13);
padding:22px 18px;
min-width:0;
}
.orh-vip_card_feat-k7s{
border-color:#D4A84B;
background:rgba(255,245,220,0.07);
}
.orh-vip_card_ic-k7s{
border-radius:0.5rem;
background:linear-gradient(135deg,#A0732A,#D4A84B);
width:2.125rem;
display:block;
height:2.125rem;
margin-bottom:1rem;
}
.orh-vip_name-k7s{
color:#F5EDDA;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.375rem;
overflow-wrap:break-word;
font-weight:600;
font-size:1.25rem;
}
.orh-vip_perk-k7s{
font-size:12.5px;
line-height:1.5;
overflow-wrap:break-word;
color:#B8A88A;
}
.orh-pmt-k7s{
padding:48px 0 10px;
}
.orh-pmt_in-k7s{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:881px){
.orh-pmt_in-k7s{
gap:48px;
grid-template-columns:1fr 1.1fr;
}
}
.orh-pmt_left-k7s{
min-width:0;
}
.orh-pmt_eyebrow-k7s{
margin-bottom:12px;
}
.orh-pmt_h2-k7s{
font-size:30px;
font-weight:600;
line-height:1.06;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#1C1710;
margin-bottom:12px;
}
@media(min-width:767px){
.orh-pmt_h2-k7s{
font-size:2rem;
}
}
.orh-pmt_text-k7s{
line-height:1.6;
color:#7D7060;
margin-bottom:1.375rem;
font-size:0.906rem;
}
.orh-pmt_logos-k7s{
grid-template-columns:repeat(2,1fr);
gap:0.625rem;
display:grid;
}
@media(min-width:479px){
.orh-pmt_logos-k7s{
grid-template-columns:repeat(4,1fr);
}
}
.orh-pmt_logo-k7s{
overflow:hidden;
padding:0 0.5rem;
background:#FAF7F2;
border:1px solid rgba(28,23,16,0.08);
border-radius:0.5rem;
text-align:center;
display:flex;
text-overflow:ellipsis;
font-size:0.781rem;
white-space:nowrap;
height:3.125rem;
font-weight:700;
color:#3A3228;
justify-content:center;
align-items:center;
}
.orh-pmt_table-k7s{
overflow:hidden;
border:1px solid rgba(28,23,16,0.08);
border-radius:14px;
min-width:0;
}
.orh-pmt_thead-k7s{
grid-template-columns:1.4fr 1fr 1fr 1fr;
background:#2A2318;
display:grid;
}
.orh-pmt_th-k7s{
overflow:hidden;
padding:13px 14px;
text-overflow:ellipsis;
white-space:nowrap;
font-size:10px;
color:#F5EDDA;
text-transform:uppercase;
font-weight:700;
letter-spacing:.08em;
}
.orh-pmt_row-k7s{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(28,23,16,0.08);
}
.orh-pmt_row-k7s:nth-child(odd){
background:#FAF7F2;
}
.orh-pmt_td-k7s{
padding:0.875rem;
color:#7D7060;
font-size:13.5px;
overflow-wrap:break-word;
min-width:0;
}
.orh-pmt_row-k7s .orh-pmt_td-k7s:first-child{
color:#1C1710;
font-weight:700;
}
.orh-pmt_row-k7s .orh-pmt_td-k7s:last-child{
font-weight:700;
color:#4A7C59;
}
.orh-rv-k7s{
padding:3rem 0;
background:#FAF7F2;
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:771px){
.orh-rv-k7s{
padding:3.5rem 0;
}
}
.orh-rv_head-k7s{
gap:16px;
display:flex;
margin-bottom:30px;
flex-direction:column;
}
@media(min-width:767px){
.orh-rv_head-k7s{
gap:1.25rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.orh-rv_eyebrow-k7s{
margin-bottom:0.625rem;
}
.orh-rv_h2-k7s{
line-height:1.05;
overflow-wrap:break-word;
color:#1C1710;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:30px;
}
@media(min-width:766px){
.orh-rv_h2-k7s{
font-size:2.375rem;
}
}
.orh-rv_agg-k7s{
gap:0.75rem;
display:flex;
align-items:center;
}
.orh-rv_agg_stars-k7s{
gap:3px;
color:#A0732A;
display:flex;
}
.orh-rv_agg_stars-k7s svg{
height:18px;
width:18px;
}
.orh-rv_source-k7s{
color:#7D7060;
font-size:13px;
}
.orh-rv_grid-k7s{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:758px){
.orh-rv_grid-k7s{
grid-template-columns:repeat(3,1fr);
}
}
.orh-rv_card-k7s{
border-radius:0.875rem;
background:#F5F0E8;
padding:1.625rem;
border:1px solid rgba(28,23,16,0.08);
min-width:0;
}
.orh-rv_card_stars-k7s{
gap:2px;
color:#A0732A;
margin-bottom:12px;
display:flex;
}
.orh-rv_card_stars-k7s svg{
width:0.875rem;
height:14px;
}
.orh-rv_card_body-k7s{
color:#1C1710;
overflow-wrap:break-word;
font-weight:500;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.45;
margin-bottom:1rem;
font-size:1.125rem;
}
.orh-rv_card_meta-k7s{
gap:10px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.orh-rv_card_av-k7s{
background:linear-gradient(135deg,#A0732A,#D4A84B);
flex:0 0 auto;
border-radius:50%;
height:2rem;
width:2rem;
}
.orh-rv_card_author-k7s{
font-size:0.813rem;
font-weight:700;
color:#1C1710;
}
.orh-rv_card_loc-k7s{
font-size:12px;
color:#6B5F4A;
}
.orh-tt-k7s{
padding:48px 0 0.625rem;
}
@media(min-width:767px){
.orh-tt-k7s{
padding:60px 0 0.625rem;
}
}
.orh-tt_head-k7s{
text-align:center;
margin-bottom:34px;
}
.orh-tt_eyebrow-k7s{
margin-bottom:0.75rem;
}
.orh-tt_h2-k7s{
overflow-wrap:break-word;
font-size:32px;
font-weight:600;
line-height:1.05;
color:#1C1710;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:765px){
.orh-tt_h2-k7s{
font-size:2.625rem;
}
}
.orh-tt_grid-k7s{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:757px){
.orh-tt_grid-k7s{
grid-template-columns:repeat(3,1fr);
}
}
.orh-tt_card-k7s{
border-radius:0.875rem;
background:#FAF7F2;
padding:30px;
border:1px solid rgba(28,23,16,0.08);
flex-direction:column;
min-width:0;
display:flex;
}
.orh-tt_card_ic-k7s{
display:inline-flex;
color:#A0732A;
margin-bottom:1.125rem;
align-items:center;
}
.orh-tt_card_ic-k7s svg{
width:28px;
height:28px;
}
.orh-tt_card_h-k7s{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.5rem;
font-size:1.375rem;
line-height:1.15;
font-weight:600;
overflow-wrap:break-word;
color:#1C1710;
}
.orh-tt_card_p-k7s{
color:#7D7060;
margin-bottom:0.875rem;
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.6;
}
.orh-tt_card_p-k7s b{
color:#1C1710;
font-weight:700;
}
.orh-tt_card_link-k7s{
transition:color .22s ease;
align-self:flex-start;
color:#1C1710;
padding-bottom:2px;
font-weight:700;
font-size:0.813rem;
margin-top:auto;
border-bottom:1px solid #A0732A;
}
.orh-tt_card_link-k7s:hover{
color:#A0732A;
}
.orh-op-k7s{
padding:2.25rem 0 10px;
}
.orh-op_in-k7s{
border:1px solid rgba(28,23,16,0.08);
padding:2rem;
border-radius:0.875rem;
gap:2rem;
grid-template-columns:1fr;
background:#FAF7F2;
align-items:center;
display:grid;
}
@media(min-width:858px){
.orh-op_in-k7s{
gap:44px;
padding:2.125rem 2.5rem;
grid-template-columns:.9fr 1.1fr;
}
}
.orh-op_left-k7s{
min-width:0;
}
.orh-op_eyebrow-k7s{
margin-bottom:12px;
}
.orh-op_h2-k7s{
color:#1C1710;
margin-bottom:0.625rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
line-height:1.08;
font-size:1.75rem;
}
@media(min-width:769px){
.orh-op_h2-k7s{
font-size:30px;
}
}
.orh-op_text-k7s{
line-height:1.6;
font-size:14px;
color:#7D7060;
}
.orh-op_grid-k7s{
background:rgba(28,23,16,0.15);
gap:1px;
overflow:hidden;
grid-template-columns:1fr 1fr;
border-radius:8px;
border:1px solid rgba(28,23,16,0.15);
display:grid;
}
.orh-op_field-k7s{
padding:18px 20px;
background:#F5F0E8;
min-width:0;
}
.orh-op_field_lb-k7s{
font-size:10px;
margin-bottom:5px;
color:#A0732A;
text-transform:uppercase;
letter-spacing:.1em;
font-weight:600;
}
.orh-op_field_val-k7s{
font-weight:700;
font-size:0.875rem;
color:#1C1710;
overflow-wrap:break-word;
}
.orh-ts-k7s{
padding:44px 0;
}
.orh-ts_in-k7s{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:881px){
.orh-ts_in-k7s{
gap:3rem;
grid-template-columns:1.4fr 1fr;
}
}
.orh-ts_left-k7s{
min-width:0;
}
.orh-ts_h2-k7s{
margin-bottom:0.75rem;
font-weight:600;
overflow-wrap:break-word;
line-height:1.1;
font-size:26px;
color:#F5EDDA;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:770px){
.orh-ts_h2-k7s{
font-size:1.75rem;
}
}
.orh-ts_text-k7s{
max-width:32.5rem;
line-height:1.6;
font-size:14.5px;
margin-bottom:22px;
color:#B8A88A;
}
.orh-ts_badges-k7s{
gap:18px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.orh-ts_badge-k7s{
color:#B8A88A;
font-weight:600;
font-size:13px;
}
.orh-ts_pay-k7s{
gap:12px;
display:flex;
flex-wrap:wrap;
}
@media(min-width:880px){
.orh-ts_pay-k7s{
justify-content:flex-end;
}
}
.orh-ts_pay_chip-k7s{
border-radius:14px;
padding:0.75rem 16px;
background:rgba(255,245,220,0.07);
border:1px solid rgba(255,240,200,0.13);
font-weight:700;
font-size:14px;
color:#F5EDDA;
}
.orh-et-k7s{
padding:2.25rem 0 0.625rem;
}
.orh-et_in-k7s{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:877px){
.orh-et_in-k7s{
gap:48px;
grid-template-columns:1.1fr .9fr;
}
}
.orh-et_left-k7s{
min-width:0;
}
.orh-et_eyebrow-k7s{
margin-bottom:0.75rem;
}
.orh-et_h2-k7s{
color:#1C1710;
overflow-wrap:break-word;
font-weight:600;
font-size:28px;
line-height:1.06;
margin-bottom:0.875rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:770px){
.orh-et_h2-k7s{
font-size:32px;
}
}
.orh-et_text-k7s{
color:#7D7060;
line-height:1.65;
margin-bottom:1.375rem;
font-size:15px;
}
.orh-et_stats-k7s{
gap:1.5rem;
flex-wrap:wrap;
display:flex;
}
.orh-et_stat-k7s{
min-width:0;
}
.orh-et_stat_v-k7s{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:26px;
line-height:1;
font-weight:700;
color:#1C1710;
}
.orh-et_stat_l-k7s{
color:#6B5F4A;
margin-top:4px;
font-size:0.781rem;
}
.orh-et_right-k7s{
gap:12px;
flex-direction:column;
display:flex;
}
.orh-et_member-k7s{
border-radius:14px;
background:#FAF7F2;
border:1px solid rgba(28,23,16,0.08);
padding:18px 20px;
gap:16px;
align-items:center;
display:flex;
min-width:0;
}
.orh-et_member_av-k7s{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#2C2410,#A0732A);
height:48px;
width:48px;
}
.orh-et_member_name-k7s{
font-size:0.938rem;
color:#1C1710;
overflow-wrap:break-word;
font-weight:700;
}
.orh-et_member_role-k7s{
overflow-wrap:break-word;
font-size:0.781rem;
color:#6B5F4A;
}
.orh-et_updated-k7s{
background:#F5F0E8;
gap:8px;
padding:14px 1.125rem;
border:1px solid rgba(28,23,16,0.08);
border-radius:14px;
color:#7D7060;
align-items:center;
font-size:0.781rem;
display:flex;
}
.orh-prov-k7s{
padding:40px 0 1.25rem;
}
.orh-prov_eyebrow-k7s{
display:block;
margin-bottom:1.125rem;
}
.orh-prov_grid-k7s{
gap:12px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:563px){
.orh-prov_grid-k7s{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:899px){
.orh-prov_grid-k7s{
grid-template-columns:repeat(6,1fr);
}
}
.orh-hts-k7s{
padding:48px 0;
}
@media(min-width:766px){
.orh-hts-k7s{
padding:3.875rem 0;
}
}
.orh-hts_head-k7s{
gap:1.125rem;
display:flex;
flex-direction:column;
margin-bottom:2.125rem;
}
@media(min-width:768px){
.orh-hts_head-k7s{
gap:24px;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.orh-hts_eyebrow-k7s{
margin-bottom:0.75rem;
}
.orh-hts_h2-k7s{
font-weight:600;
color:#F5EDDA;
overflow-wrap:break-word;
font-size:1.875rem;
line-height:1.05;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:768px){
.orh-hts_h2-k7s{
font-size:38px;
}
}
.orh-hts_cta-k7s{
transition:opacity .22s ease;
padding:0.938rem 1.875rem;
background:#D4A84B;
border-radius:999px;
flex:0 0 auto;
font-size:0.938rem;
font-weight:700;
color:#1C1710;
}
.orh-hts_cta-k7s:hover{
opacity:.9;
}
.orh-hts_grid-k7s{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:763px){
.orh-hts_grid-k7s{
grid-template-columns:repeat(3,1fr);
}
}
.orh-hts_step-k7s{
padding-top:22px;
min-width:0;
border-top:1px solid rgba(255,240,200,0.13);
}
.orh-hts_step_num-k7s{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:2.75rem;
margin-bottom:0.875rem;
line-height:1;
color:#D4A84B;
font-weight:700;
}
.orh-hts_step_h-k7s{
font-size:19px;
color:#F5EDDA;
overflow-wrap:break-word;
line-height:1.2;
margin-bottom:8px;
font-weight:700;
}
.orh-hts_step_p-k7s{
line-height:1.55;
overflow-wrap:break-word;
color:#B8A88A;
font-size:14px;
}
.orh-wy-k7s{
padding:3rem 0;
}
@media(min-width:771px){
.orh-wy-k7s{
padding:3.5rem 0;
}
}
.orh-wy_in-k7s{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:902px){
.orh-wy_in-k7s{
gap:48px;
grid-template-columns:.8fr 1.2fr;
}
}
.orh-wy_left-k7s{
min-width:0;
}
.orh-wy_eyebrow-k7s{
margin-bottom:14px;
}
.orh-wy_h2-k7s{
font-size:32px;
color:#1C1710;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:1rem;
overflow-wrap:break-word;
line-height:1.05;
font-weight:600;
}
@media(min-width:765px){
.orh-wy_h2-k7s{
font-size:2.5rem;
}
}
.orh-wy_intro-k7s{
font-size:15px;
line-height:1.6;
color:#7D7060;
}
.orh-wy_grid-k7s{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:559px){
.orh-wy_grid-k7s{
grid-template-columns:1fr 1fr;
}
}
.orh-wy_card-k7s{
padding:1.625rem;
border-radius:14px;
background:#FAF7F2;
border:1px solid rgba(28,23,16,0.08);
min-width:0;
}
.orh-wy_card_ic-k7s{
margin-bottom:16px;
color:#A0732A;
display:inline-flex;
align-items:center;
justify-content:center;
}
.orh-wy_card_ic-k7s svg{
width:1.625rem;
height:1.625rem;
}
.orh-wy_card_h-k7s{
font-size:21px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
line-height:1.15;
color:#1C1710;
margin-bottom:8px;
}
.orh-wy_card_p-k7s{
overflow-wrap:break-word;
line-height:1.55;
color:#7D7060;
font-size:0.875rem;
}
.orh-sg-k7s{
padding:3rem 0 10px;
}
.orh-sg_eyebrow-k7s{
margin-bottom:12px;
display:block;
}
.orh-sg_h2-k7s{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#1C1710;
font-weight:600;
font-size:30px;
line-height:1.05;
overflow-wrap:break-word;
margin-bottom:28px;
}
@media(min-width:769px){
.orh-sg_h2-k7s{
font-size:2.25rem;
}
}
.orh-sg_grid-k7s{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:722px){
.orh-sg_grid-k7s{
grid-template-columns:repeat(3,1fr);
}
}
.orh-sg_col-k7s{
min-width:0;
}
.orh-sg_col_h-k7s{
font-weight:600;
font-size:1.375rem;
color:#1C1710;
margin-bottom:10px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
overflow-wrap:break-word;
}
.orh-sg_col_p-k7s{
line-height:1.65;
overflow-wrap:break-word;
color:#7D7060;
font-size:14px;
}
.orh-faq-k7s{
background:#FAF7F2;
padding:48px 0;
margin-top:24px;
border-top:1px solid rgba(28,23,16,0.08);
border-bottom:1px solid rgba(28,23,16,0.08);
}
@media(min-width:765px){
.orh-faq-k7s{
padding:3.875rem 0;
}
}
.orh-faq_head-k7s{
margin-bottom:34px;
text-align:center;
}
.orh-faq_eyebrow-k7s{
margin-bottom:12px;
}
.orh-faq_h2-k7s{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:32px;
overflow-wrap:break-word;
font-weight:600;
color:#1C1710;
line-height:1.05;
}
@media(min-width:765px){
.orh-faq_h2-k7s{
font-size:2.375rem;
}
}
.orh-faq_list-k7s{
gap:12px;
margin:0 auto;
flex-direction:column;
display:flex;
max-width:51.25rem;
}
.orh-faq_item-k7s{
overflow:hidden;
border-radius:0.875rem;
background:#F5F0E8;
border:1px solid rgba(28,23,16,0.08);
}
.orh-faq_q-k7s{
gap:20px;
padding:1.25rem 1.5rem;
list-style:none;
font-weight:700;
font-size:16px;
align-items:center;
overflow-wrap:break-word;
display:flex;
cursor:pointer;
justify-content:space-between;
color:#1C1710;
}
.orh-faq_q-k7s::-webkit-details-marker{
display:none;
}
.orh-faq_q_ic-k7s{
transition:transform .22s ease;
flex:0 0 auto;
align-items:center;
display:inline-flex;
color:#A0732A;
}
.orh-faq_q_ic-k7s svg{
width:1.125rem;
height:1.125rem;
}
.orh-faq_item-k7s[open] .orh-faq_q_ic-k7s{
transform:rotate(180deg);
}
.orh-faq_a-k7s{
padding:0 1.5rem 1.25rem;
line-height:1.6;
font-size:0.906rem;
color:#7D7060;
overflow-wrap:break-word;
}
.orh-sb-k7s{
background:#FAF7F2;
padding:48px 0;
margin-top:24px;
border-bottom:1px solid rgba(28,23,16,0.08);
border-top:1px solid rgba(28,23,16,0.08);
}
@media(min-width:767px){
.orh-sb-k7s{
padding:56px 0;
}
}
.orh-sb_eyebrow-k7s{
margin-bottom:0.75rem;
display:block;
}
.orh-sb_h2-k7s{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.875rem;
margin-bottom:1.625rem;
color:#1C1710;
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:765px){
.orh-sb_h2-k7s{
font-size:2.25rem;
}
}
.orh-sb_grid-k7s{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:562px){
.orh-sb_grid-k7s{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:961px){
.orh-sb_grid-k7s{
grid-template-columns:repeat(4,1fr);
}
}
.orh-sb_card-k7s{
padding:24px;
border-radius:0.875rem;
background:#F5F0E8;
border:1px solid rgba(28,23,16,0.08);
min-width:0;
}
.orh-sb_card_h-k7s{
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.5rem;
line-height:1.15;
font-size:19px;
color:#1C1710;
font-weight:600;
}
.orh-sb_card_p-k7s{
line-height:1.6;
font-size:0.844rem;
overflow-wrap:break-word;
color:#7D7060;
}
.orh-sb_rtp-k7s{
border-radius:14px;
background:#F5F0E8;
grid-template-columns:1fr;
gap:1.5rem;
padding:1.625rem 1.75rem;
border:1px solid rgba(28,23,16,0.08);
display:grid;
align-items:center;
margin-top:18px;
}
@media(min-width:757px){
.orh-sb_rtp-k7s{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.orh-sb_rtp_h-k7s{
color:#1C1710;
overflow-wrap:break-word;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
margin-bottom:8px;
font-size:20px;
}
.orh-sb_rtp_p-k7s{
font-size:13.5px;
color:#7D7060;
line-height:1.6;
overflow-wrap:break-word;
}
.orh-sb_rtp_stats-k7s{
gap:1rem;
display:flex;
}
.orh-sb_stat-k7s{
flex:1 1 0;
padding:1.125rem;
background:#FAF7F2;
border-radius:8px;
text-align:center;
min-width:0;
}
.orh-sb_stat_v-k7s{
font-weight:700;
font-size:26px;
overflow-wrap:break-word;
color:#4A7C59;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.orh-sb_stat_l-k7s{
font-size:0.719rem;
margin-top:0.25rem;
color:#6B5F4A;
}
.orh-lh-k7s{
padding:40px 0 20px;
}
.orh-lh_in-k7s{
padding-top:2.125rem;
border-top:1px solid rgba(28,23,16,0.15);
}
.orh-lh_eyebrow-k7s{
display:block;
margin-bottom:1.375rem;
}
.orh-lh_grid-k7s{
grid-template-columns:1fr 1fr;
gap:1.75rem;
display:grid;
}
@media(min-width:597px){
.orh-lh_grid-k7s{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:961px){
.orh-lh_grid-k7s{
grid-template-columns:repeat(5,1fr);
}
}
.orh-lh_col-k7s{
min-width:0;
}
.orh-lh_col_h-k7s{
font-size:13px;
color:#1C1710;
overflow-wrap:break-word;
margin-bottom:12px;
font-weight:700;
}
.orh-lh_links-k7s{
gap:8px;
display:flex;
flex-direction:column;
}
.orh-lh_link-k7s{
transition:color .22s ease;
overflow-wrap:break-word;
color:#7D7060;
font-size:13px;
}
.orh-lh_link-k7s:hover{
color:#A0732A;
}
.orh-el-k7s{
padding:3rem 0;
}
@media(min-width:767px){
.orh-el-k7s{
padding:56px 0;
}
}
.orh-el_in-k7s{
gap:2.5rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:902px){
.orh-el_in-k7s{
gap:3.5rem;
grid-template-columns:1fr 1fr;
}
}
.orh-el_left-k7s{
min-width:0;
}
.orh-el_eyebrow-k7s{
margin-bottom:14px;
}
.orh-el_h2-k7s{
margin-bottom:1.375rem;
line-height:1.08;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
font-size:2rem;
color:#1C1710;
}
@media(min-width:770px){
.orh-el_h2-k7s{
font-size:38px;
}
}
.orh-el_body-k7s p{
line-height:1.7;
font-size:16px;
color:#3A3228;
overflow-wrap:break-word;
margin-bottom:18px;
}
.orh-el_dropcap-k7s{
padding:6px 12px 0 0;
line-height:.8;
font-size:3.875rem;
color:#A0732A;
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
float:left;
}
.orh-el_right-k7s{
min-width:0;
}
.orh-el_quote-k7s{
border-radius:1.25rem;
padding:36px;
background:linear-gradient(150deg,#2C2410,#111009);
color:#F5EDDA;
position:relative;
margin-bottom:24px;
}
.orh-el_quote_mark-k7s{
display:inline-flex;
margin-bottom:6px;
align-items:center;
color:#D4A84B;
}
.orh-el_quote_mark-k7s svg{
width:2.125rem;
height:2.125rem;
}
.orh-el_quote_text-k7s{
font-size:1.375rem;
color:#F5EDDA;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:500;
overflow-wrap:break-word;
line-height:1.4;
margin-bottom:1.375rem;
}
.orh-el_quote_meta-k7s{
gap:0.75rem;
display:flex;
align-items:center;
}
.orh-el_quote_av-k7s{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#A0732A,#D4A84B);
width:2.375rem;
height:38px;
}
.orh-el_quote_author-k7s{
color:#F5EDDA;
font-weight:700;
font-size:14px;
}
.orh-el_quote_meta_sub-k7s{
color:#B8A88A;
font-size:0.75rem;
}
.orh-el_explain-k7s{
border:1px solid rgba(28,23,16,0.08);
border-radius:0.875rem;
overflow:hidden;
}
.orh-el_explain_card-k7s{
padding:1.375rem 24px;
}
.orh-el_explain_card-k7s+.orh-el_explain_card-k7s{
border-top:1px solid rgba(28,23,16,0.08);
}
.orh-el_explain_h-k7s{
color:#1C1710;
margin-bottom:8px;
font-size:1.25rem;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
line-height:1.15;
}
.orh-el_explain_p-k7s{
font-size:0.875rem;
overflow-wrap:break-word;
line-height:1.55;
color:#7D7060;
}
.orh-ft-k7s{
background:#2A2318;
color:#B8A88A;
margin-top:40px;
}
.orh-ft_in-k7s{
padding:3rem 0 28px;
grid-template-columns:1fr;
gap:32px;
display:grid;
}
@media(min-width:601px){
.orh-ft_in-k7s{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:901px){
.orh-ft_in-k7s{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.orh-ft_brand-k7s{
min-width:0;
}
.orh-ft_logo-k7s{
font-size:1.625rem;
overflow-wrap:break-word;
color:#F5EDDA;
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.orh-ft_tagline-k7s{
max-width:280px;
font-size:13.5px;
color:#B8A88A;
margin-top:0.875rem;
line-height:1.6;
}
.orh-ft_contact-k7s{
transition:color .22s ease;
color:#D4A84B;
margin-top:12px;
max-width:280px;
display:inline-block;
font-size:13px;
overflow-wrap:anywhere;
}
.orh-ft_contact-k7s:hover{
color:#F5EDDA;
}
.orh-ft_col-k7s{
min-width:0;
}
.orh-ft_col_h-k7s{
font-size:13px;
font-weight:700;
color:#F5EDDA;
margin-bottom:0.875rem;
overflow-wrap:break-word;
text-transform:uppercase;
letter-spacing:.08em;
}
.orh-ft_col_links-k7s{
gap:10px;
display:flex;
flex-direction:column;
}
.orh-ft_link-k7s{
transition:color .22s ease;
overflow-wrap:break-word;
font-size:0.844rem;
color:#B8A88A;
}
.orh-ft_link-k7s:hover{
color:#F5EDDA;
}
.orh-ft_bot-k7s{
padding:22px 0 2.5rem;
gap:1rem;
border-top:1px solid rgba(255,240,200,0.13);
flex-direction:column;
display:flex;
}
@media(min-width:770px){
.orh-ft_bot-k7s{
gap:20px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.orh-ft_legal-k7s{
font-size:0.719rem;
max-width:47.5rem;
overflow-wrap:break-word;
color:#A89880;
line-height:1.6;
}
.orh-ft_legal-k7s b{
color:#B8A88A;
font-weight:700;
}
.orh-ft_age-k7s{
border:1.5px solid #D4A84B;
border-radius:0.5rem;
flex:0 0 auto;
padding:0.25rem 9px;
font-weight:700;
color:#D4A84B;
font-size:13px;
}