:root {

  --p-theme: var(--primary-color, hsl(168, 76%, 54%));
  --p-accent: var(--secondary-color, hsl(319, 60%, 54%));
  --p-text: var(--text-color, hsl(168, 10%, 10%));
  --p-bg: var(--bg-color, hsl(168, 7%, 96%));
  --p-white: #ffffff;
  --p-gray: #ececec;
  --max-width: 1200px;
  --read-width: 680px;
  --radius-lg: 24px;
  --shadow: var(--box-shadow, 0 10px 30px rgba(0,0,0,0.05));
  --font-serif: "Georgia", "Times New Roman", serif;
  --primary-color: hsl(168, 76%, 42%);
  --secondary-color: hsl(319, 60%, 54%);
  --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;
  --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;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(245, 246, 246, 0.95);
  --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.mcb6f948{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--p-text);
    background-color: var(--p-bg);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.tedb__cad9.mcb6f948 .jhamgbihuo64{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 40px;
    }
div.tedb__cad9.mcb6f948 .doh8mdcgzvo{
    text-align: left;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--p-gray);
    padding-bottom: 20px;
    }
div.tedb__cad9.mcb6f948 h1, div.tedb__cad9.mcb6f948 h2, div.tedb__cad9.mcb6f948 h3{
    font-family: var(--font-serif);
    font-weight: 700;
    }
div.tedb__cad9.mcb6f948 .zf69738_7ciw{
    padding: 100px 0 60px;
    max-width: var(--read-width);
    }
div.tedb__cad9.mcb6f948 h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--p-text);
    }
div.tedb__cad9.mcb6f948 .bfdb264bb58{
    font-size: 1.25rem;
    color: rgba(0,0,0,0.7);
    margin-bottom: 32px;
    }
div.tedb__cad9.mcb6f948 .t8gfsh1kaci{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 60px 0;
    }
div.tedb__cad9.mcb6f948 .d3etcb0lj{
    background: var(--p-white);
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
    border: 1px solid rgba(0,0,0,0.03); color: #1a1a2e;}
div.tedb__cad9.mcb6f948 .d3etcb0lj:hover{
    transform: translateY(-5px);
    }
div.tedb__cad9.mcb6f948 .d3etcb0lj h3{
    font-size: 1.5rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    }
div.tedb__cad9.mcb6f948 .d3etcb0lj ul{
    list-style: none;
    padding: 0;
    }
div.tedb__cad9.mcb6f948 .d3etcb0lj li{
    padding: 8px 0;
    border-bottom: 1px dashed var(--p-gray);
    font-size: 0.95rem;
    }
div.tedb__cad9.mcb6f948 .vdf8d99_992e{
    padding: 80px 0;
    display: flex;
    align-items: center;
    gap: 60px;
    }
div.tedb__cad9.mcb6f948 .lc441d_nq{
    flex: 1;
    max-width: 500px;
    }
div.tedb__cad9.mcb6f948 .v8d5e1_81{
    flex: 1.2;
    position: relative;
    }
div.tedb__cad9.mcb6f948 .v8d5e1_81 img{
    width: 100%;
    border-radius: var(--radius-lg);
    object-fit: cover;
    aspect-ratio: 16/10;
    box-shadow: var(--shadow);
    }
div.tedb__cad9.mcb6f948 .he77a211f6{
    background: #1a1a1a;
    color: #eee;
    padding: 60px;
    border-radius: var(--radius-lg);
    margin: 40px 0;
    }
div.tedb__cad9.mcb6f948 .he77a211f6 h2{
    color: var(--p-theme);
    text-align: left;
    border: none;
    }
div.tedb__cad9.mcb6f948 .oe70ffde9c0{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 30px;
    }
div.tedb__cad9.mcb6f948 .mbc1837b_y5{
    padding: 80px 0;
    max-width: var(--read-width);
    }
div.tedb__cad9.mcb6f948 .bde685_1x{
    margin-bottom: 32px;
    }
div.tedb__cad9.mcb6f948 .bde685_1x h4{
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: var(--p-text);
    }
div.tedb__cad9.mcb6f948 .bde685_1x p{
    color: rgba(0,0,0,0.65);
    }
div.tedb__cad9.mcb6f948 .cfbeda446{
    display: flex;
    gap: 20px;
    margin-top: 40px;
    }
div.tedb__cad9.mcb6f948 .def2b11_p3{
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    }
div.tedb__cad9.mcb6f948 .ct7rzjbtl1{
    background: var(--p-theme);
    color: #1a1a2e;
    box-shadow: 0 4px 15px rgba(20, 184, 166, 0.3);
    }
div.tedb__cad9.mcb6f948 .ct7rzjbtl1:hover{
    filter: brightness(1.1);
    transform: scale(1.02);
    }
div.tedb__cad9.mcb6f948 .l8858a_zn0i{
    background: var(--p-accent);
    color: #1a1a2e;
    }
div.tedb__cad9.mcb6f948 .vefb60_0adb{
    margin-bottom: 20px;
    }
div.tedb__cad9.mcb6f948 .vefb60_0adb a{
    color: #666;
    text-decoration: none;
    margin-right: 20px;
    }
@media (max-width: 992px) {div.tedb__cad9.mcb6f948 .t8gfsh1kaci{ grid-template-columns: 1fr; }
div.tedb__cad9.mcb6f948 .vdf8d99_992e{ flex-direction: column; }
div.tedb__cad9.mcb6f948 .oe70ffde9c0{ grid-template-columns: 1fr; }
div.tedb__cad9.mcb6f948 .doh8mdcgzvo{ text-align: left; }}
.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;
    }
.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.mcb6f948 .vdf8d99_992e { flex-direction: column !important; align-items: stretch !important; gap: 24px !important; padding: 48px 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
div.tedb__cad9.mcb6f948 .vdf8d99_992e > * { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }}