:root {

  --oc-primary: var(--primary-color, hsl(282, 77%, 59%));
  --oc-secondary: var(--secondary-color, hsl(357, 61%, 59%));
  --oc-text: var(--text-color, hsl(282, 10%, 12%));
  --oc-bg: var(--bg-main, hsl(282, 7%, 95%));
  --oc-card-bg: #ffffff;
  --oc-border-radius: 12px;
  --max-width: min(1200px, 92vw);
  --read-width: 800px;
  --oc-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  --primary-color: #C82819;
  --secondary-color: #E25D34;
  --bg-color: #FDFBF7;
  --text-color: #1A1514;
  --text-muted: #736764;
  --border-color: #E6DFDA;
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 8px;
  --shadow-sm: 0 1px 3px rgba(26, 21, 20, 0.06);
  --shadow-md: 0 4px 12px rgba(26, 21, 20, 0.08);
  --shadow-lg: 0 8px 24px rgba(26, 21, 20, 0.12);
  --nav-height: 64px;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #ffffff;
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
div.sad56aa7b.q7ntei2m2sw *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
div.sad56aa7b.q7ntei2m2sw{
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", serif;
    background-color: var(--oc-bg);
    color: var(--oc-text);
    line-height: 1.8;
    overflow-x: hidden;
    }
div.sad56aa7b.q7ntei2m2sw .caefc__0117{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 40px;
    }
div.sad56aa7b.q7ntei2m2sw .gf577__9fd{
    text-align: left;
    }
div.sad56aa7b.q7ntei2m2sw .t0w589vlp8b{
    padding: 100px 0 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.sad56aa7b.q7ntei2m2sw h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: var(--oc-primary);
    margin-bottom: 24px;
    line-height: 1.1;
    font-weight: 800;
    max-width: var(--read-width);
    }
div.sad56aa7b.q7ntei2m2sw .g0f159d_kvj{
    font-size: 1.25rem;
    max-width: 680px;
    color: var(--oc-text);
    opacity: 0.85;
    margin-bottom: 40px;
    }
div.sad56aa7b.q7ntei2m2sw .fc9c__f7d9{
    padding: 80px 0;
    border-top: 1px solid rgba(0,0,0,0.05);
    }
div.sad56aa7b.q7ntei2m2sw .kd5e9dbb153{
    font-size: 2rem;
    margin-bottom: 30px;
    color: var(--oc-text);
    position: relative;
    }
div.sad56aa7b.q7ntei2m2sw .onh5chv5oycn{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
    }
div.sad56aa7b.q7ntei2m2sw .q1e2f__44a07{
    background: var(--oc-card-bg);
    padding: 40px;
    border-radius: var(--oc-border-radius);
    box-shadow: var(--oc-shadow);
    transition: transform 0.3s ease; color: #1a1a2e;}
div.sad56aa7b.q7ntei2m2sw .q1e2f__44a07:hover{
    transform: translateY(-5px);
    }
div.sad56aa7b.q7ntei2m2sw .q1e2f__44a07 h3{
    margin-bottom: 15px;
    color: var(--oc-secondary);
    display: flex;
    align-items: center;
    gap: 10px;
    }
div.sad56aa7b.q7ntei2m2sw .q1e2f__44a07 ul{
    list-style: none;
    }
div.sad56aa7b.q7ntei2m2sw .q1e2f__44a07 li{
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    }
div.sad56aa7b.q7ntei2m2sw .q1e2f__44a07 li::before{
    content: "→";
    position: absolute;
    left: 0;
    color: var(--oc-primary);
    }
div.sad56aa7b.q7ntei2m2sw .y7472487b{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    }
div.sad56aa7b.q7ntei2m2sw .o1d672__bafda h2{
    margin-bottom: 20px;
    }
div.sad56aa7b.q7ntei2m2sw .l5c5a_124e{
    background: rgba(255,255,255,0.6);
    padding: 20px;
    margin-bottom: 15px;
    border-left: 4px solid var(--oc-primary);
    border-radius: 4px; color: #1a1a2e;}
div.sad56aa7b.q7ntei2m2sw .l5c5a_124e strong{
    display: block;
    color: var(--oc-primary);
    margin-bottom: 5px;
    }
div.sad56aa7b.q7ntei2m2sw .a393a7_7e{
    width: 100%;
    border-radius: var(--oc-border-radius);
    overflow: hidden;
    box-shadow: var(--oc-shadow);
    }
div.sad56aa7b.q7ntei2m2sw .a393a7_7e img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 4/3;
    }
div.sad56aa7b.q7ntei2m2sw .af3122_4f60{
    max-width: var(--read-width);
    }
div.sad56aa7b.q7ntei2m2sw .xfa0057_f76a{
    margin-bottom: 35px;
    }
div.sad56aa7b.q7ntei2m2sw .ac64__1be29{
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--oc-text);
    margin-bottom: 10px;
    display: block;
    }
div.sad56aa7b.q7ntei2m2sw .t711191_4f{
    color: rgba(0,0,0,0.7);
    padding-left: 20px;
    border-left: 2px solid #eee;
    }
div.sad56aa7b.q7ntei2m2sw .o5723461_d3{
    background: var(--oc-primary);
    color: white;
    padding: 60px;
    border-radius: var(--oc-border-radius);
    margin: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.sad56aa7b.q7ntei2m2sw .o5723461_d3 h2{
    font-size: 2rem;
    margin-bottom: 20px;
    }
div.sad56aa7b.q7ntei2m2sw .l97ea28_j09h{
    display: inline-block;
    background: #ffffff;
    color: #1a1a2e;
    padding: 16px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
div.sad56aa7b.q7ntei2m2sw .l97ea28_j09h:hover{
    background: var(--oc-secondary);
    color: #1a1a2e;
    transform: scale(1.05);
    }
div.sad56aa7b.q7ntei2m2sw .v4cc__64d4{
    margin-bottom: 20px;
    }
div.sad56aa7b.q7ntei2m2sw .v4cc__64d4 a{
    color: var(--oc-text);
    text-decoration: none;
    margin-right: 20px;
    transition: color 0.3s;
    }
div.sad56aa7b.q7ntei2m2sw .v4cc__64d4 a:hover{
    color: var(--oc-primary);
    }
@media (max-width: 768px) {div.sad56aa7b.q7ntei2m2sw .onh5chv5oycn, div.sad56aa7b.q7ntei2m2sw .y7472487b{
    grid-template-columns: 1fr;
    }
div.sad56aa7b.q7ntei2m2sw .caefc__0117{
    padding: 0 20px;
    }
div.sad56aa7b.q7ntei2m2sw .t0w589vlp8b{
    padding: 60px 0 40px;
    }}
.rok93kb0nml{
    background-color: var(--bg-color, #FDFBF7);
    border-top: 1px solid var(--border-color, #E6DFDA);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%; color: #1a1a2e;}
.l620ea_d06{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.ae0bbe8_76d8{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 60px;
    width: 100%;
    margin-bottom: 60px;
    }
.vph7xe06ci6{
    flex: 1;
    min-width: 300px;
    max-width: 680px;
    }
.ull7laidiza6{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color, #C82819);
    margin-top: 0;
    margin-bottom: 24px;
    }
.pioh4taq{
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-color, #1A1514);
    margin-bottom: 0;
    }
.g7ee1af_4e{
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.e7gx9i4s2{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-muted, #736764);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.a992f8_voe{
    display: inline-block;
    background-color: var(--primary-color, #C82819);
    color: var(--btn-text, #ffffff);
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: var(--radius-md, 4px);
    box-shadow: var(--shadow-md, 0 4px 12px rgba(26, 21, 20, 0.08));
    transition: var(--transition, all 0.25s cubic-bezier(0.4, 0, 0.2, 1));
    }
.a992f8_voe:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 8px 24px rgba(26, 21, 20, 0.12));
    background-color: var(--secondary-color, #E25D34); color: #1a1a2e;}
.xc3a50_mb{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, #E6DFDA);
    margin-bottom: 60px; color: #1a1a2e;}
.c9b7a2e4463{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 40px;
    margin-bottom: 80px;
    }
.l4952e_eo8{
    flex: 1;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.ted4e__46aa0{
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color, #1A1514);
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Georgia", serif;
    }
.xcbe63__522{
    color: var(--text-muted, #736764);
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 12px;
    transition: var(--transition, all 0.25s);
    border-bottom: 1px solid transparent;
    }
.xcbe63__522:hover{
    color: var(--primary-color, #C82819);
    border-bottom-color: var(--primary-color, #C82819);
    }
.z4ac52b{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.ke9afb0dbc{
    flex: 0 0 auto;
    }
.g75c2_9c0{
    font-size: 14px;
    color: var(--text-muted, #736764);
    }
.h18ed4aac{
    display: flex;
    gap: 24px;
    }
.la394_3e{
    font-size: 14px;
    color: var(--text-muted, #736764);
    text-decoration: none;
    transition: var(--transition, all 0.25s);
    }
.la394_3e:hover{
    color: var(--text-color, #1A1514);
    }
@media (max-width: 768px){.rok93kb0nml{
    padding-top: 60px;
    }
.ae0bbe8_76d8{
    flex-direction: column;
    gap: 40px;
    }
.c9b7a2e4463{
    gap: 32px;
    }
.z4ac52b{
    flex-direction: column;
    align-items: flex-start;
    }}
body{
    margin: 0;
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.ue18d3__b10{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.j967b61_f8e1{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.x55f89f7_wj{
    display: flex;
    align-items: center;
    height: 100%;
    }
.jc45240a_ty{
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.02em;
    margin-right: 2.5rem;
    line-height: 1;
    }
.mhwux9qd{
    height: 100%;
    display: flex;
    align-items: center;
    }
.f6556__41d3{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    height: 100%;
    }
.y902c__e5f3{
    height: 100%;
    display: flex;
    align-items: center;
    }
.hc1e089{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: var(--transition);
    padding: 0.5rem 0;
    position: relative;
    }
.hc1e089::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #ffffff;}
.hc1e089:hover{
    color: var(--text-color);
    }
.hc1e089:hover::after{
    width: 100%;
    }
.k52a__911eb{
    display: flex;
    align-items: center;
    gap: 1rem;
    }
.b9fa2b_ac{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
    height: 40px;
    background-color: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: system-ui, -apple-system, sans-serif; 
    border-radius: var(--radius-sm);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    letter-spacing: 0.02em;
    }
.b9fa2b_ac:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    color: #1a1a2e;
    transform: translateY(-1px);
    }
.kcfb__f657b{
    display: none;
    width: 40px;
    height: 40px;
    background-color: #f0e8e4;
    border-radius: var(--radius-sm);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    text-decoration: none;
    transition: var(--transition); color: #1a1a2e;}
.kcfb__f657b:hover{
    background-color: var(--border-color); color: #1a1a2e;}
.c44f9fc{
    display: block;
    width: 18px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.jc45240a_ty {
    margin-right: 0;
    }
.mhwux9qd {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid transparent;
    transition: var(--transition); color: #1a1a2e;}
.ue18d3__b10.is-open .mhwux9qd {
    height: auto;
    padding: 1rem 0;
    border-bottom-color: var(--border-color);
    box-shadow: var(--shadow-md);
    }
.f6556__41d3 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
    
    padding: 0 max(4vw, calc((100vw - var(--max-width)) / 2));
    }
.y902c__e5f3 {
    width: 100%;
    height: auto;
    }
.hc1e089 {
    display: block;
    width: 100%;
    padding: 1rem 0;
    font-size: 1.1rem;
    border-bottom: 1px solid var(--border-color);
    }
.hc1e089::after {
    display: none;
    }
.kcfb__f657b {
    display: flex;
    }}
.hc1e089.active{color: var(--text-color);}
.hc1e089.active {color: var(--text-color);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.sad56aa7b img.n299414ce {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.sad56aa7b img.n299414ce.i55d564d4 { aspect-ratio: 16 / 9; }
div.sad56aa7b img.n299414ce.kb1e__f9ca { aspect-ratio: 16 / 10; }
div.sad56aa7b img.n299414ce.pd1acf_a750 { aspect-ratio: 4 / 3; }
div.sad56aa7b img.n299414ce.hbff87863 { aspect-ratio: 1 / 1; }
div.sad56aa7b :is(div, div, div, div, ul, ol, li, figure, picture, table, form, fieldset, pre, blockquote) {
    box-sizing: border-box !important;
    min-width: 0;
    max-width: 100%;
    }
div.sad56aa7b .y8db__420a {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.sad56aa7b .y8db__420a.i55d564d4 { aspect-ratio: 16 / 9; }
div.sad56aa7b .y8db__420a.kb1e__f9ca { aspect-ratio: 16 / 10; }
div.sad56aa7b .y8db__420a.pd1acf_a750 { aspect-ratio: 4 / 3; }
div.sad56aa7b .y8db__420a.hbff87863 { aspect-ratio: 1 / 1; }
div.sad56aa7b .y8db__420a > img.n299414ce,
    div.sad56aa7b .y8db__420a > picture > img.n299414ce {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.sad56aa7b.q7ntei2m2sw .o5723461_d3 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.sad56aa7b.q7ntei2m2sw .o5723461_d3 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.sad56aa7b.q7ntei2m2sw .o5723461_d3 a:not([class]):hover{opacity:0.92;}
div.sad56aa7b.q7ntei2m2sw .o5723461_d3 a[class=""]:hover{opacity:0.92;}
div.sad56aa7b.q7ntei2m2sw .o5723461_d3 a:not([class]):visited{color:#ffffff !important;}
div.sad56aa7b.q7ntei2m2sw .o5723461_d3 a[class=""]:visited{color:#ffffff !important;}
.l69290_b657 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.l69290_b657 > :first-child,
    .l69290_b657 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
body{
    margin: 0;
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.ue18d3__b10{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.j967b61_f8e1{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.x55f89f7_wj{
    display: flex;
    align-items: center;
    height: 100%;
    }
.jc45240a_ty{
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.02em;
    margin-right: 2.5rem;
    line-height: 1;
    }
.mhwux9qd{
    height: 100%;
    display: flex;
    align-items: center;
    }
.f6556__41d3{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    height: 100%;
    }
.y902c__e5f3{
    height: 100%;
    display: flex;
    align-items: center;
    }
.hc1e089{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: var(--transition);
    padding: 0.5rem 0;
    position: relative;
    }
.hc1e089::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #ffffff;}
.hc1e089:hover{
    color: var(--text-color);
    }
.hc1e089:hover::after{
    width: 100%;
    }
.k52a__911eb{
    display: flex;
    align-items: center;
    gap: 1rem;
    }
.b9fa2b_ac{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
    height: 40px;
    background-color: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: system-ui, -apple-system, sans-serif; 
    border-radius: var(--radius-sm);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    letter-spacing: 0.02em;
    }
.b9fa2b_ac:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    color: #1a1a2e;
    transform: translateY(-1px);
    }
.kcfb__f657b{
    display: none;
    width: 40px;
    height: 40px;
    background-color: #f0e8e4;
    border-radius: var(--radius-sm);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    text-decoration: none;
    transition: var(--transition); color: #1a1a2e;}
.kcfb__f657b:hover{
    background-color: var(--border-color); color: #1a1a2e;}
.c44f9fc{
    display: block;
    width: 18px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.jc45240a_ty {
    margin-right: 0;
    }
.mhwux9qd {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid transparent;
    transition: var(--transition); color: #1a1a2e;}
.ue18d3__b10.is-open .mhwux9qd {
    height: auto;
    padding: 1rem 0;
    border-bottom-color: var(--border-color);
    box-shadow: var(--shadow-md);
    }
.f6556__41d3 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
    
    padding: 0 max(4vw, calc((100vw - var(--max-width)) / 2));
    }
.y902c__e5f3 {
    width: 100%;
    height: auto;
    }
.hc1e089 {
    display: block;
    width: 100%;
    padding: 1rem 0;
    font-size: 1.1rem;
    border-bottom: 1px solid var(--border-color);
    }
.hc1e089::after {
    display: none;
    }
.kcfb__f657b {
    display: flex;
    }}
.hc1e089.active{color: var(--text-color);}
.hc1e089.active{color: var(--text-color);}
.rok93kb0nml{
    background-color: var(--bg-color, #FDFBF7);
    border-top: 1px solid var(--border-color, #E6DFDA);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%; color: #1a1a2e;}
.l620ea_d06{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.ae0bbe8_76d8{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 60px;
    width: 100%;
    margin-bottom: 60px;
    }
.vph7xe06ci6{
    flex: 1;
    min-width: 300px;
    max-width: 680px;
    }
.ull7laidiza6{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color, #C82819);
    margin-top: 0;
    margin-bottom: 24px;
    }
.pioh4taq{
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-color, #1A1514);
    margin-bottom: 0;
    }
.g7ee1af_4e{
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.e7gx9i4s2{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-muted, #736764);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.a992f8_voe{
    display: inline-block;
    background-color: var(--primary-color, #C82819);
    color: var(--btn-text, #ffffff);
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: var(--radius-md, 4px);
    box-shadow: var(--shadow-md, 0 4px 12px rgba(26, 21, 20, 0.08));
    transition: var(--transition, all 0.25s cubic-bezier(0.4, 0, 0.2, 1));
    }
.a992f8_voe:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 8px 24px rgba(26, 21, 20, 0.12));
    background-color: var(--secondary-color, #E25D34); color: #1a1a2e;}
.xc3a50_mb{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, #E6DFDA);
    margin-bottom: 60px; color: #1a1a2e;}
.c9b7a2e4463{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 40px;
    margin-bottom: 80px;
    }
.l4952e_eo8{
    flex: 1;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.ted4e__46aa0{
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color, #1A1514);
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Georgia", serif;
    }
.xcbe63__522{
    color: var(--text-muted, #736764);
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 12px;
    transition: var(--transition, all 0.25s);
    border-bottom: 1px solid transparent;
    }
.xcbe63__522:hover{
    color: var(--primary-color, #C82819);
    border-bottom-color: var(--primary-color, #C82819);
    }
.z4ac52b{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.ke9afb0dbc{
    flex: 0 0 auto;
    }
.g75c2_9c0{
    font-size: 14px;
    color: var(--text-muted, #736764);
    }
.h18ed4aac{
    display: flex;
    gap: 24px;
    }
.la394_3e{
    font-size: 14px;
    color: var(--text-muted, #736764);
    text-decoration: none;
    transition: var(--transition, all 0.25s);
    }
.la394_3e:hover{
    color: var(--text-color, #1A1514);
    }
@media (max-width: 768px){.rok93kb0nml{
    padding-top: 60px;
    }
.ae0bbe8_76d8{
    flex-direction: column;
    gap: 40px;
    }
.c9b7a2e4463{
    gap: 32px;
    }
.z4ac52b{
    flex-direction: column;
    align-items: flex-start;
    }}
body{
  margin: 0;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  background-color: var(--bg-color);
  color: var(--text-color);
}
.ue18d3__b10{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  box-shadow: var(--shadow-sm); color: #1a1a2e;}
.j967b61_f8e1{
  max-width: var(--max-width);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.x55f89f7_wj{
  display: flex;
  align-items: center;
  height: 100%;
}
.jc45240a_ty{
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.02em;
  margin-right: 2.5rem;
  line-height: 1;
}
.mhwux9qd{
  height: 100%;
  display: flex;
  align-items: center;
}
.f6556__41d3{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  height: 100%;
}
.y902c__e5f3{
  height: 100%;
  display: flex;
  align-items: center;
}
.hc1e089{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
  padding: 0.5rem 0;
  position: relative;
}
.hc1e089::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: var(--transition); color: #ffffff;}
.hc1e089:hover{
  color: var(--text-color);
}
.hc1e089:hover::after{
  width: 100%;
}
.k52a__911eb{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.b9fa2b_ac{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  height: 40px;
  background-color: var(--primary-color);
  color: var(--btn-text);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: system-ui, -apple-system, sans-serif; 
  border-radius: var(--radius-sm);
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  letter-spacing: 0.02em;
}
.b9fa2b_ac:hover{
  background-color: var(--secondary-color);
  box-shadow: var(--shadow-md);
  color: #1a1a2e;
  transform: translateY(-1px);
}
.kcfb__f657b{
  display: none;
  width: 40px;
  height: 40px;
  background-color: #f0e8e4;
  border-radius: var(--radius-sm);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
  transition: var(--transition); color: #1a1a2e;}
.kcfb__f657b:hover{
  background-color: var(--border-color); color: #1a1a2e;}
.c44f9fc{
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.jc45240a_ty {
    margin-right: 0;
  }
.mhwux9qd {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid transparent;
    transition: var(--transition); color: #1a1a2e;}
.ue18d3__b10.is-open .mhwux9qd {
    height: auto;
    padding: 1rem 0;
    border-bottom-color: var(--border-color);
    box-shadow: var(--shadow-md);
  }
.f6556__41d3 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
    
    padding: 0 max(4vw, calc((100vw - var(--max-width)) / 2));
  }
.y902c__e5f3 {
    width: 100%;
    height: auto;
  }
.hc1e089 {
    display: block;
    width: 100%;
    padding: 1rem 0;
    font-size: 1.1rem;
    border-bottom: 1px solid var(--border-color);
  }
.hc1e089::after {
    display: none;
  }
.kcfb__f657b {
    display: flex;
  }}
.hc1e089.active{color: var(--text-color);}
.hc1e089.active{color: var(--text-color);}
.wee8af08879{
  background-color: var(--bg-color, #FDFBF7);
  border-top: 1px solid var(--border-color, #E6DFDA);
  padding-top: 80px;
  padding-bottom: 40px;
  width: 100%; color: #1a1a2e;}
.y3da3b81809{
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ne35f4_7ca6{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 60px;
  width: 100%;
  margin-bottom: 60px;
}
.o4a4__45d7{
  flex: 1;
  min-width: 300px;
  max-width: 680px;
}
.o692f1a4c{
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color, #C82819);
  margin-top: 0;
  margin-bottom: 24px;
}
.u7658fb4553{
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-color, #1A1514);
  margin-bottom: 0;
}
.sbfc46_23be{
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.n0839f36441{
  font-size: 14px;
  font-weight: 600;
  color: var(--text-muted, #736764);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.u6d1706c824{
  display: inline-block;
  background-color: var(--primary-color, #C82819);
  color: var(--btn-text, #ffffff);
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: var(--radius-md, 4px);
  box-shadow: var(--shadow-md, 0 4px 12px rgba(26, 21, 20, 0.08));
  transition: var(--transition, all 0.25s cubic-bezier(0.4, 0, 0.2, 1));
}
.u6d1706c824:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg, 0 8px 24px rgba(26, 21, 20, 0.12));
  background-color: var(--secondary-color, #E25D34); color: #1a1a2e;}
.p67a0d680{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, #E6DFDA);
  margin-bottom: 60px; color: #1a1a2e;}
.w883ef_069f{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
  margin-bottom: 80px;
}
.q0f202da314{
  flex: 1;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.d7e0606ce{
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color, #1A1514);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Georgia", serif;
}
.jb9f28c653e{
  color: var(--text-muted, #736764);
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 12px;
  transition: var(--transition, all 0.25s);
  border-bottom: 1px solid transparent;
}
.jb9f28c653e:hover{
  color: var(--primary-color, #C82819);
  border-bottom-color: var(--primary-color, #C82819);
}
.a222__c533{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.aad1__d12e{
  flex: 0 0 auto;
}
.v9085a094{
  font-size: 14px;
  color: var(--text-muted, #736764);
}
.t15749ca164{
  display: flex;
  gap: 24px;
}
.nb269d3bd{
  font-size: 14px;
  color: var(--text-muted, #736764);
  text-decoration: none;
  transition: var(--transition, all 0.25s);
}
.nb269d3bd:hover{
  color: var(--text-color, #1A1514);
}
@media (max-width: 768px){.wee8af08879{
    padding-top: 60px;
  }
.ne35f4_7ca6{
    flex-direction: column;
    gap: 40px;
  }
.w883ef_069f{
    gap: 32px;
  }
.a222__c533{
    flex-direction: column;
    align-items: flex-start;
  }}
.x8e1__dc11{box-sizing:border-box;}
.nfd653b0d{box-sizing:border-box;}
.zf0504_d42a{box-sizing:border-box;}
.s7f0c2_b960{box-sizing:border-box;}
@media (max-width: 768px) {.z4ac52b { flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 14px !important; padding: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}