:root {

  --primary-color: hsl(168, 76%, 42%);
  --secondary-color: hsl(319, 60%, 54%);
  --text-main: var(--content-text, hsl(220, 10%, 11%));
  --bg-soft: var(--bg-color, hsl(168, 7%, 96%));
  --max-width: 1200px;
  --read-width: 680px;
  --radius: var(--border-radius, 12px);
  --shadow: var(--box-shadow, 0 4px 20px rgba(0,0,0,0.05));
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --bg-color: hsl(168, 7%, 96%);
  --text-color: hsl(168, 10%, 10%);
  --text-muted: hsl(168, 5%, 40%);
  --border-color: hsla(168, 10%, 10%, 0.08);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.12);
  --nav-height: 72px;
  --nav-bg: rgba(245, 246, 246, 0.95);
  --font-serif: "Georgia", "Times New Roman", serif;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --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.tedb__cad9.drbuvq0sg.y86c7e0c{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-main);
    background-color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
    }
div.tedb__cad9.drbuvq0sg .p77fddaa7f2{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 40px;
    }
div.tedb__cad9.drbuvq0sg .n5a2fce9cf9{
    padding: 100px 0 60px;
    text-align: left;
    }
div.tedb__cad9.drbuvq0sg .s2c2__3801{
    max-width: var(--read-width);
    }
div.tedb__cad9.drbuvq0sg .n5a2fce9cf9 h1{
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    color: var(--text-main);
    line-height: 1.1;
    }
div.tedb__cad9.drbuvq0sg .n5a2fce9cf9 p{
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 32px;
    }
div.tedb__cad9.drbuvq0sg .ie520__07663{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    }
div.tedb__cad9.drbuvq0sg .lhq9b1e0ca{
    background: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--radius);
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(26, 188, 156, 0.3);
    transition: var(--transition);
    }
div.tedb__cad9.drbuvq0sg .lhq9b1e0ca:hover{
    transform: translateY(-2px);
    filter: brightness(1.1);
    }
div.tedb__cad9.drbuvq0sg .hae15_6c93{
    border: 2px solid #ddd;
    color: var(--text-main);
    padding: 12px 30px;
    border-radius: var(--radius);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
    }
div.tedb__cad9.drbuvq0sg .hae15_6c93:hover{
    border-color: var(--primary-color);
    color: var(--primary-color);
    }
div.tedb__cad9.drbuvq0sg .rac503_0h{
    margin: 80px 0 40px;
    display: flex;
    justify-content: flex-start; 
    border-bottom: 2px solid var(--bg-soft);
    }
div.tedb__cad9.drbuvq0sg .eb77__9459{
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 12px;
    position: relative;
    }
div.tedb__cad9.drbuvq0sg .eb77__9459::after{
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 60px;
    height: 2px;
    background: var(--primary-color); color: #1a1a2e;}
div.tedb__cad9.drbuvq0sg .no5gtm6m97{
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px;
    margin-bottom: 60px;
    }
div.tedb__cad9.drbuvq0sg .a8b77b__db2{
    background: var(--bg-soft);
    padding: 32px;
    border-radius: var(--radius);
    transition: var(--transition);
    border: 1px solid transparent; color: #1a1a2e;}
div.tedb__cad9.drbuvq0sg .a8b77b__db2:hover{
    background: #fff;
    border-color: var(--primary-color);
    box-shadow: var(--shadow); color: #1a1a2e;}
div.tedb__cad9.drbuvq0sg .a8b77b__db2 h3{
    font-size: 1.25rem;
    margin-bottom: 16px;
    color: var(--primary-color);
    }
div.tedb__cad9.drbuvq0sg .th0jbu5i4xl{
    background: var(--text-main);
    color: #fff;
    padding: 60px;
    border-radius: 24px;
    margin: 60px 0;
    }
div.tedb__cad9.drbuvq0sg .dc0d3e__5df{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    }
div.tedb__cad9.drbuvq0sg .h0a31_10e{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    }
div.tedb__cad9.drbuvq0sg .tbc91c__27e{
    background: rgba(255,255,255,0.15);
    padding: 4px 10px;
    border-radius: 6px;
    font-family: monospace;
    font-size: 0.9rem; color: #1a1a2e;}
div.tedb__cad9.drbuvq0sg .h8e0b2c{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin: 80px 0;
    }
div.tedb__cad9.drbuvq0sg .zd749__038bc img{
    width: 100%;
    border-radius: var(--radius);
    aspect-ratio: 16/10;
    object-fit: cover;
    box-shadow: var(--shadow);
    }
div.tedb__cad9.drbuvq0sg .ve64cb4ab4{
    max-width: 800px;
    margin: 0 0 80px 0; 
    }
div.tedb__cad9.drbuvq0sg .p84b__2298f{
    margin-bottom: 24px;
    }
div.tedb__cad9.drbuvq0sg .yf28036_781f{
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: var(--text-main);
    }
div.tedb__cad9.drbuvq0sg .o88271_y44c{
    color: #666;
    font-size: 1rem;
    }
div.tedb__cad9.drbuvq0sg .vefb60_0adb{
    margin-bottom: 20px;
    }
div.tedb__cad9.drbuvq0sg .vefb60_0adb a{
    color: #888;
    text-decoration: none;
    margin-right: 20px;
    }
div.tedb__cad9.drbuvq0sg .vefb60_0adb a:hover{
    color: var(--primary-color);
    }
@media (max-width: 992px) {div.tedb__cad9.drbuvq0sg .no5gtm6m97{ grid-template-columns: repeat(2, 1fr); }
div.tedb__cad9.drbuvq0sg .h8e0b2c{ grid-template-columns: 1fr; }
div.tedb__cad9.drbuvq0sg .dc0d3e__5df{ grid-template-columns: 1fr; }}
@media (max-width: 600px) {div.tedb__cad9.drbuvq0sg .no5gtm6m97{ grid-template-columns: 1fr; }
div.tedb__cad9.drbuvq0sg .n5a2fce9cf9 h1{ font-size: 2.5rem; }
div.tedb__cad9.drbuvq0sg .p77fddaa7f2{ padding: 0 20px; }}
div.tedb__cad9.drbuvq0sg .e1e756d_fl{box-sizing:border-box;}
.y19ab0_8g3{
    width: 100%;
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 64px;
    font-family: Georgia, "Times New Roman", "Noto Serif SC", "Songti SC", serif;
    box-sizing: border-box; color: #1a1a2e;}
.jd66b8d1880{
    width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    }
.g74689_rd{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    }
.a0cc__0e7{
    width: 100%;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: 0.5px;
    }
.b94283ad{
    width: 100%;
    max-width: 680px;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    }
.t327a__549a5{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-top: 48px;
    margin-bottom: 32px; color: #ffffff;}
.ffff21d_fg5{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    }
.vz878u7rz6x{
    width: 100%;
    margin: 0;
    font-size: 13px;
    color: var(--text-muted);
    letter-spacing: 0.2px;
    }
.u707afe9_k9f1{
    width: 100%;
    margin: 0;
    font-size: 13px;
    color: var(--text-muted);
    letter-spacing: 0.2px;
    }
@media (min-width: 768px){.ffff21d_fg5{
    flex-direction: row;
    justify-content: flex-start;
    gap: 48px;
    }
.vz878u7rz6x{
    width: auto;
    flex: 0 0 auto;
    }
.u707afe9_k9f1{
    width: auto;
    flex: 0 0 auto;
    }}
.h845__e777{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    align-items: center;
    font-family: var(--font-sans); color: #1a1a2e;}
.fd9ec5_ab0{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    
    justify-content: flex-start;
    }
.vb04__48ec1{
    font-family: var(--font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    margin-right: 48px;
    letter-spacing: -0.5px;
    }
.wee3e2_21{
    flex: 1;
    display: flex;
    align-items: center;
    }
.ac36f273_guj2{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
    }
.d3599wdiq{
    display: flex;
    align-items: center;
    }
.eeed9d_y3{
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    padding: 8px 12px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    }
.eeed9d_y3:hover{
    color: #ffffff;
    background: rgba(0, 0, 0, 0.03);
    }
.e40880725{
    margin-left: auto; 
    }
.eh3zmczr{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid rgba(0, 0, 0, 0.1);
    }
.eh3zmczr:hover{
    background: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.lfd3468_ccb, .jff2f_61{
    display: none;
    }
@media (max-width: 1024px){.vb04__48ec1 {
    margin-right: auto;
    }
.jff2f_61 {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    order: 3;
    margin-left: 16px;
    }
.pc5ce2c,
    .pc5ce2c::before,
    .pc5ce2c::after {
    width: 20px;
    height: 2px;
    background: var(--text-color);
    position: absolute;
    transition: var(--transition); color: #ffffff;}
.pc5ce2c::before { content: ""; transform: translateY(-6px); }
.pc5ce2c::after { content: ""; transform: translateY(6px); }
.wee3e2_21 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: var(--transition);
    border-bottom: 0 solid var(--border-color);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.ac36f273_guj2 {
    flex-direction: column;
    width: 100%;
    padding: 24px;
    gap: 0;
    }
.eeed9d_y3 {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
    }
.e40880725 {
    order: 2;
    margin-left: 0;
    }
.lfd3468_ccb:checked ~ .wee3e2_21 {
    max-height: 100vh;
    border-bottom-width: 1px;
    }
.lfd3468_ccb:checked ~ .jff2f_61 .pc5ce2c {
    background: transparent;
    }
.lfd3468_ccb:checked ~ .jff2f_61 .pc5ce2c::before {
    transform: rotate(45deg);
    }
.lfd3468_ccb:checked ~ .jff2f_61 .pc5ce2c::after {
    transform: rotate(-45deg);
    }}
@media (max-width: 480px){.fd9ec5_ab0{
    padding: 0 16px;
    }
.eh3zmczr{
    padding: 8px 16px;
    font-size: 13px;
    }}
.eeed9d_y3.active{color: #ffffff; background: rgba(0, 0, 0, 0.03);}
@media (min-width: 1025px){.h845__e777 #nt3a9e993a45, .h845__e777 label[for="nt3a9e993a45"]{ display: none !important; }}
@media (min-width: 1025px){.h845__e777 .wee3e2_21{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.h845__e777 .wee3e2_21{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.h845__e777 .wee3e2_21 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.eeed9d_y3.active {color: #ffffff; background: rgba(0, 0, 0, 0.03);}
#nt3a9e993a45:checked ~ .wee3e2_21 { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.h845__e777.cd60__3770 .wee3e2_21 { left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1024px) {#nt3a9e993a45:checked ~ .wee3e2_21 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.h845__e777.cd60__3770 #nt3a9e993a45, .h845__e777.cd60__3770 label[for="nt3a9e993a45"] { display: none !important; }}
@media (min-width: 1025px) {.h845__e777.cd60__3770 .wee3e2_21 { position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px) {.h845__e777.cd60__3770 .wee3e2_21 { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px) {.h845__e777.cd60__3770 .wee3e2_21 a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.tedb__cad9 img.l012__8780 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.tedb__cad9 img.l012__8780.v0e2f07d6 { aspect-ratio: 16 / 9; }
div.tedb__cad9 img.l012__8780.l048e8a9c26 { aspect-ratio: 16 / 10; }
div.tedb__cad9 img.l012__8780.lf0c4e_9fe8 { aspect-ratio: 4 / 3; }
div.tedb__cad9 img.l012__8780.k15124477 { aspect-ratio: 1 / 1; }
div.tedb__cad9 :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.tedb__cad9 .ocb3__11f5 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.tedb__cad9 .ocb3__11f5.v0e2f07d6 { aspect-ratio: 16 / 9; }
div.tedb__cad9 .ocb3__11f5.l048e8a9c26 { aspect-ratio: 16 / 10; }
div.tedb__cad9 .ocb3__11f5.lf0c4e_9fe8 { aspect-ratio: 4 / 3; }
div.tedb__cad9 .ocb3__11f5.k15124477 { aspect-ratio: 1 / 1; }
div.tedb__cad9 .ocb3__11f5 > img.l012__8780,
    div.tedb__cad9 .ocb3__11f5 > picture > img.l012__8780 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.tedb__cad9.drbuvq0sg .lhq9b1e0ca a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.tedb__cad9.drbuvq0sg .lhq9b1e0ca a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.tedb__cad9.drbuvq0sg .lhq9b1e0ca a:not([class]):hover{opacity:0.92;}
div.tedb__cad9.drbuvq0sg .lhq9b1e0ca a[class=""]:hover{opacity:0.92;}
div.tedb__cad9.drbuvq0sg .lhq9b1e0ca a:not([class]):visited{color:#ffffff !important;}
div.tedb__cad9.drbuvq0sg .lhq9b1e0ca a[class=""]:visited{color:#ffffff !important;}
.v0f29aece65 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.v0f29aece65 > :first-child,
    .v0f29aece65 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.h845__e777{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    align-items: center;
    font-family: var(--font-sans); color: #1a1a2e;}
.fd9ec5_ab0{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    
    justify-content: flex-start;
    }
.vb04__48ec1{
    font-family: var(--font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    margin-right: 48px;
    letter-spacing: -0.5px;
    }
.wee3e2_21{
    flex: 1;
    display: flex;
    align-items: center;
    }
.ac36f273_guj2{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
    }
.d3599wdiq{
    display: flex;
    align-items: center;
    }
.eeed9d_y3{
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    padding: 8px 12px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    }
.eeed9d_y3:hover{
    color: #ffffff;
    background: rgba(0, 0, 0, 0.03);
    }
.e40880725{
    margin-left: auto; 
    }
.eh3zmczr{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid rgba(0, 0, 0, 0.1);
    }
.eh3zmczr:hover{
    background: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.lfd3468_ccb, .jff2f_61{
    display: none;
    }
@media (max-width: 1024px){.vb04__48ec1 {
    margin-right: auto;
    }
.jff2f_61 {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    order: 3;
    margin-left: 16px;
    }
.pc5ce2c,
    .pc5ce2c::before,
    .pc5ce2c::after {
    width: 20px;
    height: 2px;
    background: var(--text-color);
    position: absolute;
    transition: var(--transition); color: #ffffff;}
.pc5ce2c::before { content: ""; transform: translateY(-6px); }
.pc5ce2c::after { content: ""; transform: translateY(6px); }
.wee3e2_21 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: var(--transition);
    border-bottom: 0 solid var(--border-color);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.ac36f273_guj2 {
    flex-direction: column;
    width: 100%;
    padding: 24px;
    gap: 0;
    }
.eeed9d_y3 {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
    }
.e40880725 {
    order: 2;
    margin-left: 0;
    }
.lfd3468_ccb:checked ~ .wee3e2_21 {
    max-height: 100vh;
    border-bottom-width: 1px;
    }
.lfd3468_ccb:checked ~ .jff2f_61 .pc5ce2c {
    background: transparent;
    }
.lfd3468_ccb:checked ~ .jff2f_61 .pc5ce2c::before {
    transform: rotate(45deg);
    }
.lfd3468_ccb:checked ~ .jff2f_61 .pc5ce2c::after {
    transform: rotate(-45deg);
    }}
@media (max-width: 480px){.fd9ec5_ab0{
    padding: 0 16px;
    }
.eh3zmczr{
    padding: 8px 16px;
    font-size: 13px;
    }}
.eeed9d_y3.active{color: #ffffff; background: rgba(0, 0, 0, 0.03);}
@media (min-width: 1025px){.h845__e777 #nt3a9e993a45, .h845__e777 label[for="nt3a9e993a45"]{ display: none !important; }}
@media (min-width: 1025px){.h845__e777 .wee3e2_21{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.h845__e777 .wee3e2_21{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.h845__e777 .wee3e2_21 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.eeed9d_y3.active{color: #ffffff; background: rgba(0, 0, 0, 0.03);}
#nt3a9e993a45:checked ~ .wee3e2_21{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.h845__e777.cd60__3770 .wee3e2_21{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1024px){#nt3a9e993a45:checked ~ .wee3e2_21{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.h845__e777.cd60__3770 #nt3a9e993a45, .h845__e777.cd60__3770 label[for="nt3a9e993a45"]{ display: none !important; }}
@media (min-width: 1025px){.h845__e777.cd60__3770 .wee3e2_21{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.h845__e777.cd60__3770 .wee3e2_21{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.h845__e777.cd60__3770 .wee3e2_21 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.y19ab0_8g3{
    width: 100%;
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 64px;
    font-family: Georgia, "Times New Roman", "Noto Serif SC", "Songti SC", serif;
    box-sizing: border-box; color: #1a1a2e;}
.jd66b8d1880{
    width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    }
.g74689_rd{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    }
.a0cc__0e7{
    width: 100%;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: 0.5px;
    }
.b94283ad{
    width: 100%;
    max-width: 680px;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    }
.t327a__549a5{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-top: 48px;
    margin-bottom: 32px; color: #ffffff;}
.ffff21d_fg5{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    }
.vz878u7rz6x{
    width: 100%;
    margin: 0;
    font-size: 13px;
    color: var(--text-muted);
    letter-spacing: 0.2px;
    }
.u707afe9_k9f1{
    width: 100%;
    margin: 0;
    font-size: 13px;
    color: var(--text-muted);
    letter-spacing: 0.2px;
    }
@media (min-width: 768px){.ffff21d_fg5{
    flex-direction: row;
    justify-content: flex-start;
    gap: 48px;
    }
.vz878u7rz6x{
    width: auto;
    flex: 0 0 auto;
    }
.u707afe9_k9f1{
    width: auto;
    flex: 0 0 auto;
    }}
.h845__e777{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  display: flex;
  align-items: center;
  font-family: var(--font-sans); color: #1a1a2e;}
.fd9ec5_ab0{
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  
  justify-content: flex-start;
}
.vb04__48ec1{
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  margin-right: 48px;
  letter-spacing: -0.5px;
}
.wee3e2_21{
  flex: 1;
  display: flex;
  align-items: center;
}
.ac36f273_guj2{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}
.d3599wdiq{
  display: flex;
  align-items: center;
}
.eeed9d_y3{
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: var(--radius-md);
  transition: var(--transition);
}
.eeed9d_y3:hover{
  color: #ffffff;
  background: rgba(0, 0, 0, 0.03);
}
.e40880725{
  margin-left: auto; 
}
.eh3zmczr{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: var(--primary-color);
  color: #1a1a2e; 
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.eh3zmczr:hover{
  background: var(--secondary-color);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md); color: #1a1a2e;}
.lfd3468_ccb, .jff2f_61{
  display: none;
}
@media (max-width: 1024px){.vb04__48ec1 {
    margin-right: auto;
  }
.jff2f_61 {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    order: 3;
    margin-left: 16px;
  }
.pc5ce2c,
  .pc5ce2c::before,
  .pc5ce2c::after {
    width: 20px;
    height: 2px;
    background: var(--text-color);
    position: absolute;
    transition: var(--transition); color: #ffffff;}
.pc5ce2c::before { content: ""; transform: translateY(-6px); }
.pc5ce2c::after { content: ""; transform: translateY(6px); }
.wee3e2_21 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: var(--transition);
    border-bottom: 0 solid var(--border-color);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.ac36f273_guj2 {
    flex-direction: column;
    width: 100%;
    padding: 24px;
    gap: 0;
  }
.eeed9d_y3 {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
.e40880725 {
    order: 2;
    margin-left: 0;
  }
.lfd3468_ccb:checked ~ .wee3e2_21 {
    max-height: 100vh;
    border-bottom-width: 1px;
  }
.lfd3468_ccb:checked ~ .jff2f_61 .pc5ce2c {
    background: transparent;
  }
.lfd3468_ccb:checked ~ .jff2f_61 .pc5ce2c::before {
    transform: rotate(45deg);
  }
.lfd3468_ccb:checked ~ .jff2f_61 .pc5ce2c::after {
    transform: rotate(-45deg);
  }}
@media (max-width: 480px){.fd9ec5_ab0{
    padding: 0 16px;
  }
.eh3zmczr{
    padding: 8px 16px;
    font-size: 13px;
  }}
.eeed9d_y3.active{color: #ffffff; background: rgba(0, 0, 0, 0.03);}
@media (min-width: 1025px){.h845__e777 #nt3a9e993a45, .h845__e777 label[for="nt3a9e993a45"]{ display: none !important; }}
@media (min-width: 1025px){.h845__e777 .wee3e2_21{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.h845__e777 .wee3e2_21{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.h845__e777 .wee3e2_21 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.eeed9d_y3.active{color: #ffffff; background: rgba(0, 0, 0, 0.03);}
#nt3a9e993a45:checked ~ .wee3e2_21{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.h845__e777.cd60__3770 .wee3e2_21{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1024px){#nt3a9e993a45:checked ~ .wee3e2_21{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.h845__e777.cd60__3770 #nt3a9e993a45, .h845__e777.cd60__3770 label[for="nt3a9e993a45"]{ display: none !important; }}
@media (min-width: 1025px){.h845__e777.cd60__3770 .wee3e2_21{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.h845__e777.cd60__3770 .wee3e2_21{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.h845__e777.cd60__3770 .wee3e2_21 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.q11e__a921{
  width: 100%;
  background-color: var(--bg-color);
  padding-top: 80px;
  padding-bottom: 64px;
  font-family: Georgia, "Times New Roman", "Noto Serif SC", "Songti SC", serif;
  box-sizing: border-box; color: #1a1a2e;}
.ha2e__d51e{
  width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.xcc2238cc72{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.hcc01c4aa52{
  width: 100%;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: 0.5px;
}
.wd997a_a49d{
  width: 100%;
  max-width: 680px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
}
.te4d7f410f3{
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  margin-top: 48px;
  margin-bottom: 32px; color: #ffffff;}
.f3234ab092e{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.jee6bdb8a{
  width: 100%;
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: 0.2px;
}
.i56a47dde08{
  width: 100%;
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: 0.2px;
}
@media (min-width: 768px){.f3234ab092e{
    flex-direction: row;
    justify-content: flex-start;
    gap: 48px;
  }
.jee6bdb8a{
    width: auto;
    flex: 0 0 auto;
  }
.i56a47dde08{
    width: auto;
    flex: 0 0 auto;
  }}
.oa6481cba{box-sizing:border-box;}
.he7956fcea3{box-sizing:border-box;}
.t30384346ad{box-sizing:border-box;}
@media (max-width: 768px) {div.tedb__cad9.drbuvq0sg .h0a31_10e { 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; }}