:root {

  --primary-color: hsl(169, 79%, 61%);
  --secondary-color: hsl(295, 63%, 61%);
  --bg-color: #0c0d10;
  --text-color: #f1f2f3;
  --text-muted: #838896;
  --border-color: #242731;
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 4px 4px 0px var(--secondary-color);
  --shadow-md: 6px 6px 0px var(--secondary-color);
  --shadow-lg: 8px 8px 0px var(--secondary-color);
  --nav-height: 80px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --nav-bg: var(--bg-color);
  --brand-primary: var(--primary-color, hsl(169, 79%, 61%));
  --brand-secondary: var(--secondary-color, hsl(295, 63%, 61%));
  --surface-bg: var(--bg-color, hsl(169, 7%, 96%));
  --text-main: var(--content-text, hsl(220, 10%, 11%));
  --card-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.08);
  --transition-base: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --content-page-bg: hsl(220, 7%, 96%);
  --content-surface-bg: #ffffff;
  --content-text: hsl(220, 10%, 11%);
  --content-text-muted: rgba(31, 35, 40, 0.72);
  --content-border: rgba(0, 0, 0, 0.08);
  --content-accent-text: hsl(22, 78%, 38%);
}
.o7ad3_48{
    font-family: "Noto Serif SC", "Playfair Display", "Times New Roman", serif;
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000; color: #ffffff;}
.e8e03bc6447{
    display: none;
    }
.vc3e820840e{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.q91d00_0z{
    display: flex;
    align-items: center;
    }
.oca0a_a6{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    }
.oca0a_a6::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: var(--primary-color);
    margin-right: 12px;
    box-shadow: 3px 3px 0px var(--secondary-color);
    border: 1px solid var(--text-color); color: #1a1a2e;}
.l0e7813012c{
    display: flex;
    gap: 2rem;
    align-items: center;
    }
.ukdvo9pcd{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 1px;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
    }
.ukdvo9pcd::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.ukdvo9pcd:hover{
    color: var(--text-color);
    }
.ukdvo9pcd:hover::after{
    width: 100%;
    }
.dae5af3a3d5{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    }
.ba236e1915b{
    background: var(--primary-color);
    color: #000000; 
    text-decoration: none;
    padding: 0.6rem 1.75rem;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    border: 1px solid var(--primary-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border-radius: var(--radius-sm);
    }
.ba236e1915b:hover{
    background: #ffffff;
    color: #000000;
    transform: translate(2px, 2px); 
    box-shadow: 2px 2px 0px var(--secondary-color);
    }
.eqcuqpsron{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 18px;
    cursor: pointer;
    }
.w380523c{
    width: 100%;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 992px){.l0e7813012c {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    flex-direction: column;
    padding: 2.5rem 0;
    gap: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: clip-path 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #ffffff;}
.e8e03bc6447:checked ~ .vc3e820840e .l0e7813012c {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    }
.eqcuqpsron {
    display: flex;
    }
.e8e03bc6447:checked ~ .vc3e820840e .eqcuqpsron .w380523c:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
.e8e03bc6447:checked ~ .vc3e820840e .eqcuqpsron .w380523c:nth-child(2) {
    opacity: 0;
    }
.e8e03bc6447:checked ~ .vc3e820840e .eqcuqpsron .w380523c:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }
.ba236e1915b {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    }}
@media (min-width: 993px){.o7ad3_48 #nt79b0a19093, .o7ad3_48 label[for="nt79b0a19093"]{ display: none !important; }}
@media (min-width: 993px){.o7ad3_48 .vc3e820840e{ 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: 993px){.o7ad3_48 .vc3e820840e{ 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: 993px){.o7ad3_48 .vc3e820840e a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt79b0a19093:checked ~ .vc3e820840e { right: 0 !important; left: auto !important; }
@media (max-width: 992px) {.o7ad3_48.lbb2__1348 .vc3e820840e { 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: 992px) {#nt79b0a19093:checked ~ .vc3e820840e { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px) {.o7ad3_48.lbb2__1348 #nt79b0a19093, .o7ad3_48.lbb2__1348 label[for="nt79b0a19093"] { display: none !important; }}
@media (min-width: 993px) {.o7ad3_48.lbb2__1348 .vc3e820840e { 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: 993px) {.o7ad3_48.lbb2__1348 .vc3e820840e { 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: 993px) {.o7ad3_48.lbb2__1348 .vc3e820840e a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.w563__4c7{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 120px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Serif SC", "Songti SC", "Times New Roman", serif;
    box-sizing: border-box;
    width: 100%; color: #ffffff;}
.w69bce_f1f{
    width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    }
.f952fa_df8{
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: var(--text-color);
    letter-spacing: 8px;
    margin-bottom: 24px;
    text-shadow: var(--shadow-sm);
    box-sizing: border-box;
    text-transform: uppercase;
    }
.o1d1fb01a4{
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: var(--text-muted);
    letter-spacing: 12px;
    margin-bottom: 64px;
    box-sizing: border-box;
    }
.obbbeb9f8{
    width: 64px;
    height: 6px;
    background-color: var(--primary-color);
    box-shadow: var(--shadow-sm);
    margin-bottom: 64px;
    box-sizing: border-box; color: #1a1a2e;}
.ne3341__3a980{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: var(--text-muted);
    letter-spacing: 2px;
    opacity: 0.6;
    box-sizing: border-box;
    }
@media (max-width: 768px){.w563__4c7{
    padding-top: 80px;
    padding-bottom: 40px;
    }
.f952fa_df8{
    font-size: 28px;
    letter-spacing: 4px;
    margin-bottom: 16px;
    }
.o1d1fb01a4{
    font-size: 14px;
    letter-spacing: 6px;
    margin-bottom: 48px;
    }
.obbbeb9f8{
    width: 48px;
    height: 4px;
    margin-bottom: 48px;
    }
.ne3341__3a980{
    font-size: 12px;
    letter-spacing: 1px;
    }}
div.t7bb44_33db.f5887d7{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--surface-bg);
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
    }
div.t7bb44_33db.f5887d7 .pa245d_72{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    }
div.t7bb44_33db.f5887d7 .yrk0k1b1t{
    padding: 100px 0 80px;
    text-align: center;
    radial-gradient(circle at bottom left, hsla(295, 63%, 61%, 0.05), transparent);
    }
div.t7bb44_33db.f5887d7 .rd7b632{
    max-width: 760px;
    margin: 0 auto;
    }
div.t7bb44_33db.f5887d7 h1{
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    background: linear-gradient(135deg, var(--text-main) 30%, var(--brand-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.02em; color: #1a1a2e;}
div.t7bb44_33db.f5887d7 .d01dcd_bd{
    font-size: 1.25rem;
    color: var(--text-muted);
    margin-bottom: 40px;
    text-wrap: balance;
    }
div.t7bb44_33db.f5887d7 .hya005yt9w1w{
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    }
div.t7bb44_33db.f5887d7 .tjgik29s3{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition-base);
    font-size: 1.05rem;
    }
div.t7bb44_33db.f5887d7 .ldd878_9eba{
    background-color: var(--brand-primary);
    color: #1a1a2e;
    box-shadow: 0 4px 14px 0 hsla(169, 79%, 61%, 0.39);
    }
div.t7bb44_33db.f5887d7 .ldd878_9eba:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    background-color: hsl(169, 79%, 55%); color: #1a1a2e;}
div.t7bb44_33db.f5887d7 .e5e64c1_67{
    padding: 60px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
div.t7bb44_33db.f5887d7 .p2ca04_53a5{
    text-align: center;
    margin-bottom: 48px;
    }
div.t7bb44_33db.f5887d7 .p2ca04_53a5 h2{
    font-size: 2.2rem;
    margin-bottom: 12px;
    }
div.t7bb44_33db.f5887d7 .p0063_8057{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    }
div.t7bb44_33db.f5887d7 .ifb1311c_a9si{
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: var(--card-shadow);
    transition: var(--transition-base);
    border: 1px solid rgba(0,0,0,0.03); color: #1a1a2e;}
div.t7bb44_33db.f5887d7 .ifb1311c_a9si:hover{
    transform: translateY(-5px);
    }
div.t7bb44_33db.f5887d7 .xc71a0_d0{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: var(--brand-primary);
    color: #1a1a2e;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    }
div.t7bb44_33db.f5887d7 .pc5ab4c_93{
    padding: 80px 0;
    }
div.t7bb44_33db.f5887d7 .y9643_62{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    }
@media (max-width: 992px) {div.t7bb44_33db.f5887d7 .y9643_62{ grid-template-columns: repeat(2, 1fr); }}
@media (max-width: 576px) {div.t7bb44_33db.f5887d7 .y9643_62{ grid-template-columns: 1fr; }}
div.t7bb44_33db.f5887d7 .t6442669c41{
    background: white;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.02); color: #1a1a2e;}
div.t7bb44_33db.f5887d7 .f2c4c_1d0a{
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
    }
div.t7bb44_33db.f5887d7 .idcvm1xqr2d5{
    padding: 80px 0;
    }
div.t7bb44_33db.f5887d7 .a20a512a_wc{
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 100px;
    }
div.t7bb44_33db.f5887d7 .a20a512a_wc:nth-child(even){
    flex-direction: row-reverse;
    }
div.t7bb44_33db.f5887d7 .pea32d__b2d{
    flex: 1;
    }
div.t7bb44_33db.f5887d7 .qd406f1{
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
    }
div.t7bb44_33db.f5887d7 .qd406f1 img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 10;
    display: block;
    }
@media (max-width: 768px) {div.t7bb44_33db.f5887d7 .a20a512a_wc, div.t7bb44_33db.f5887d7 .a20a512a_wc:nth-child(even){
    flex-direction: column;
    gap: 30px;
    }}
div.t7bb44_33db.f5887d7 .e200e__cf834{
    background: #111;
    color: white;
    padding: 80px 0;
    border-radius: 24px;
    margin: 40px auto;
    }
div.t7bb44_33db.f5887d7 .v1ebc5_3805{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    }
@media (max-width: 768px) {div.t7bb44_33db.f5887d7 .v1ebc5_3805{ grid-template-columns: 1fr; }}
div.t7bb44_33db.f5887d7 .q6b9dc__ff53{
    list-style: none;
    padding: 0;
    }
div.t7bb44_33db.f5887d7 .q6b9dc__ff53 li{
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    }
div.t7bb44_33db.f5887d7 .q6b9dc__ff53 li::before{
    content: "→";
    color: var(--brand-primary);
    }
div.t7bb44_33db.f5887d7 .uc64d2a7d2d{
    padding: 80px 0;
    }
div.t7bb44_33db.f5887d7 .pc1bc94_t4{
    max-width: 800px;
    margin: 0 auto;
    }
div.t7bb44_33db.f5887d7 .d2ca66_4d3{
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    }
div.t7bb44_33db.f5887d7 .d2ca66_4d3 h3{
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--text-main);
    }
div.t7bb44_33db.f5887d7 div.ic02__3ee9{
    padding: 60px 0 40px;
    background: white;
    border-top: 1px solid rgba(0,0,0,0.05);
    font-size: 0.9rem;
    color: #1a1a2e;
    }
div.t7bb44_33db.f5887d7 .w8d6955d7{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    }
@media (max-width: 768px) {div.t7bb44_33db.f5887d7 .w8d6955d7{ grid-template-columns: 1fr 1fr; }}
div.t7bb44_33db.f5887d7 .wda6b6_d45b h4{
    color: var(--text-main);
    margin-bottom: 20px;
    }
div.t7bb44_33db.f5887d7 .wda6b6_d45b ul{
    list-style: none;
    padding: 0;
    }
div.t7bb44_33db.f5887d7 .wda6b6_d45b li{
    margin-bottom: 10px;
    }
div.t7bb44_33db.f5887d7 .wda6b6_d45b a{
    color: inherit;
    text-decoration: none;
    transition: var(--transition-base);
    }
div.t7bb44_33db.f5887d7 .wda6b6_d45b a:hover{
    color: var(--brand-primary);
    }
div.t7bb44_33db.f5887d7 .copyright{
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(0,0,0,0.05);
    }
div.t7bb44_33db.f5887d7 .po8hufde7jm{
    opacity: 0.9;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    }
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.t7bb44_33db img.c7d417641 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.t7bb44_33db img.c7d417641.zda7__8534 { aspect-ratio: 16 / 9; }
div.t7bb44_33db img.c7d417641.f894__4613 { aspect-ratio: 16 / 10; }
div.t7bb44_33db img.c7d417641.o471__ff87 { aspect-ratio: 4 / 3; }
div.t7bb44_33db img.c7d417641.n4b4__082e { aspect-ratio: 1 / 1; }
div.t7bb44_33db :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.t7bb44_33db .q786912ccd1 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.t7bb44_33db .q786912ccd1.zda7__8534 { aspect-ratio: 16 / 9; }
div.t7bb44_33db .q786912ccd1.f894__4613 { aspect-ratio: 16 / 10; }
div.t7bb44_33db .q786912ccd1.o471__ff87 { aspect-ratio: 4 / 3; }
div.t7bb44_33db .q786912ccd1.n4b4__082e { aspect-ratio: 1 / 1; }
div.t7bb44_33db .q786912ccd1 > img.c7d417641,
    div.t7bb44_33db .q786912ccd1 > picture > img.c7d417641 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.t7bb44_33db .d5b4__5ca7 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 0;
    }
div.t7bb44_33db .d5b4__5ca7 > .u6731ca2d {
    width: clamp(20px, 1.35em, 30px);
    height: clamp(20px, 1.35em, 30px);
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
    }
div.t7bb44_33db.f5887d7 .ldd878_9eba a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.t7bb44_33db.f5887d7 .ldd878_9eba a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.t7bb44_33db.f5887d7 .ldd878_9eba a:not([class]):hover{opacity:0.92;}
div.t7bb44_33db.f5887d7 .ldd878_9eba a[class=""]:hover{opacity:0.92;}
div.t7bb44_33db.f5887d7 .ldd878_9eba a:not([class]):visited{color:#ffffff !important;}
div.t7bb44_33db.f5887d7 .ldd878_9eba a[class=""]:visited{color:#ffffff !important;}
div.t7bb44_33db.f5887d7 .xc71a0_d0 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.t7bb44_33db.f5887d7 .xc71a0_d0 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.t7bb44_33db.f5887d7 .xc71a0_d0 a:not([class]):hover{opacity:0.92;}
div.t7bb44_33db.f5887d7 .xc71a0_d0 a[class=""]:hover{opacity:0.92;}
div.t7bb44_33db.f5887d7 .xc71a0_d0 a:not([class]):visited{color:#ffffff !important;}
div.t7bb44_33db.f5887d7 .xc71a0_d0 a[class=""]:visited{color:#ffffff !important;}
.xa088cb4657 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.xa088cb4657 > :first-child,
    .xa088cb4657 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.o7ad3_48{
    font-family: "Noto Serif SC", "Playfair Display", "Times New Roman", serif;
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000; color: #ffffff;}
.e8e03bc6447{
    display: none;
    }
.vc3e820840e{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.q91d00_0z{
    display: flex;
    align-items: center;
    }
.oca0a_a6{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    }
.oca0a_a6::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: var(--primary-color);
    margin-right: 12px;
    box-shadow: 3px 3px 0px var(--secondary-color);
    border: 1px solid var(--text-color); color: #1a1a2e;}
.l0e7813012c{
    display: flex;
    gap: 2rem;
    align-items: center;
    }
.ukdvo9pcd{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 1px;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
    }
.ukdvo9pcd::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.ukdvo9pcd:hover{
    color: var(--text-color);
    }
.ukdvo9pcd:hover::after{
    width: 100%;
    }
.dae5af3a3d5{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    }
.ba236e1915b{
    background: var(--primary-color);
    color: #000000; 
    text-decoration: none;
    padding: 0.6rem 1.75rem;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    border: 1px solid var(--primary-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border-radius: var(--radius-sm);
    }
.ba236e1915b:hover{
    background: #ffffff;
    color: #000000;
    transform: translate(2px, 2px); 
    box-shadow: 2px 2px 0px var(--secondary-color);
    }
.eqcuqpsron{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 18px;
    cursor: pointer;
    }
.w380523c{
    width: 100%;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 992px){.l0e7813012c {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    flex-direction: column;
    padding: 2.5rem 0;
    gap: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: clip-path 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #ffffff;}
.e8e03bc6447:checked ~ .vc3e820840e .l0e7813012c {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    }
.eqcuqpsron {
    display: flex;
    }
.e8e03bc6447:checked ~ .vc3e820840e .eqcuqpsron .w380523c:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
.e8e03bc6447:checked ~ .vc3e820840e .eqcuqpsron .w380523c:nth-child(2) {
    opacity: 0;
    }
.e8e03bc6447:checked ~ .vc3e820840e .eqcuqpsron .w380523c:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }
.ba236e1915b {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    }}
@media (min-width: 993px){.o7ad3_48 #nt79b0a19093, .o7ad3_48 label[for="nt79b0a19093"]{ display: none !important; }}
@media (min-width: 993px){.o7ad3_48 .vc3e820840e{ 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: 993px){.o7ad3_48 .vc3e820840e{ 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: 993px){.o7ad3_48 .vc3e820840e a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt79b0a19093:checked ~ .vc3e820840e{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.o7ad3_48.lbb2__1348 .vc3e820840e{ 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: 992px){#nt79b0a19093:checked ~ .vc3e820840e{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.o7ad3_48.lbb2__1348 #nt79b0a19093, .o7ad3_48.lbb2__1348 label[for="nt79b0a19093"]{ display: none !important; }}
@media (min-width: 993px){.o7ad3_48.lbb2__1348 .vc3e820840e{ 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: 993px){.o7ad3_48.lbb2__1348 .vc3e820840e{ 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: 993px){.o7ad3_48.lbb2__1348 .vc3e820840e a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.w563__4c7{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 120px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Serif SC", "Songti SC", "Times New Roman", serif;
    box-sizing: border-box;
    width: 100%; color: #ffffff;}
.w69bce_f1f{
    width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    }
.f952fa_df8{
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: var(--text-color);
    letter-spacing: 8px;
    margin-bottom: 24px;
    text-shadow: var(--shadow-sm);
    box-sizing: border-box;
    text-transform: uppercase;
    }
.o1d1fb01a4{
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: var(--text-muted);
    letter-spacing: 12px;
    margin-bottom: 64px;
    box-sizing: border-box;
    }
.obbbeb9f8{
    width: 64px;
    height: 6px;
    background-color: var(--primary-color);
    box-shadow: var(--shadow-sm);
    margin-bottom: 64px;
    box-sizing: border-box; color: #1a1a2e;}
.ne3341__3a980{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: var(--text-muted);
    letter-spacing: 2px;
    opacity: 0.6;
    box-sizing: border-box;
    }
@media (max-width: 768px){.w563__4c7{
    padding-top: 80px;
    padding-bottom: 40px;
    }
.f952fa_df8{
    font-size: 28px;
    letter-spacing: 4px;
    margin-bottom: 16px;
    }
.o1d1fb01a4{
    font-size: 14px;
    letter-spacing: 6px;
    margin-bottom: 48px;
    }
.obbbeb9f8{
    width: 48px;
    height: 4px;
    margin-bottom: 48px;
    }
.ne3341__3a980{
    font-size: 12px;
    letter-spacing: 1px;
    }}
.o7ad3_48{
    font-family: "Noto Serif SC", "Playfair Display", "Times New Roman", serif;
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000; color: #ffffff;}
.e8e03bc6447{
    display: none;
}
.vc3e820840e{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.q91d00_0z{
    display: flex;
    align-items: center;
}
.oca0a_a6{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
}
.oca0a_a6::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: var(--primary-color);
    margin-right: 12px;
    box-shadow: 3px 3px 0px var(--secondary-color);
    border: 1px solid var(--text-color); color: #1a1a2e;}
.l0e7813012c{
    display: flex;
    gap: 2rem;
    align-items: center;
}
.ukdvo9pcd{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 1px;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
}
.ukdvo9pcd::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.ukdvo9pcd:hover{
    color: var(--text-color);
}
.ukdvo9pcd:hover::after{
    width: 100%;
}
.dae5af3a3d5{
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.ba236e1915b{
    background: var(--primary-color);
    color: #000000; 
    text-decoration: none;
    padding: 0.6rem 1.75rem;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    border: 1px solid var(--primary-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border-radius: var(--radius-sm);
}
.ba236e1915b:hover{
    background: #ffffff;
    color: #000000;
    transform: translate(2px, 2px); 
    box-shadow: 2px 2px 0px var(--secondary-color);
}
.eqcuqpsron{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 18px;
    cursor: pointer;
}
.w380523c{
    width: 100%;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 992px){.l0e7813012c {
        position: absolute;
        top: var(--nav-height);
        left: 0;
        width: 100%;
        background: var(--nav-bg);
        border-bottom: 2px solid var(--border-color);
        flex-direction: column;
        padding: 2.5rem 0;
        gap: 2rem;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        transition: clip-path 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #ffffff;}
.e8e03bc6447:checked ~ .vc3e820840e .l0e7813012c {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    }
.eqcuqpsron {
        display: flex;
    }
.e8e03bc6447:checked ~ .vc3e820840e .eqcuqpsron .w380523c:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
.e8e03bc6447:checked ~ .vc3e820840e .eqcuqpsron .w380523c:nth-child(2) {
        opacity: 0;
    }
.e8e03bc6447:checked ~ .vc3e820840e .eqcuqpsron .w380523c:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
.ba236e1915b {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }}
@media (min-width: 993px){.o7ad3_48 #nt79b0a19093, .o7ad3_48 label[for="nt79b0a19093"]{ display: none !important; }}
@media (min-width: 993px){.o7ad3_48 .vc3e820840e{ 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: 993px){.o7ad3_48 .vc3e820840e{ 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: 993px){.o7ad3_48 .vc3e820840e a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt79b0a19093:checked ~ .vc3e820840e{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.o7ad3_48.lbb2__1348 .vc3e820840e{ 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: 992px){#nt79b0a19093:checked ~ .vc3e820840e{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.o7ad3_48.lbb2__1348 #nt79b0a19093, .o7ad3_48.lbb2__1348 label[for="nt79b0a19093"]{ display: none !important; }}
@media (min-width: 993px){.o7ad3_48.lbb2__1348 .vc3e820840e{ 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: 993px){.o7ad3_48.lbb2__1348 .vc3e820840e{ 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: 993px){.o7ad3_48.lbb2__1348 .vc3e820840e a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.r2b9e27d9{
  background-color: var(--bg-color);
  border-top: 1px solid var(--border-color);
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif SC", "Songti SC", "Times New Roman", serif;
  box-sizing: border-box;
  width: 100%; color: #ffffff;}
.ybda563fb{
  width: var(--max-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.j913__387c{
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: var(--text-color);
  letter-spacing: 8px;
  margin-bottom: 24px;
  text-shadow: var(--shadow-sm);
  box-sizing: border-box;
  text-transform: uppercase;
}
.sbca7d_aa0e{
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: var(--text-muted);
  letter-spacing: 12px;
  margin-bottom: 64px;
  box-sizing: border-box;
}
.w41f__4769{
  width: 64px;
  height: 6px;
  background-color: var(--primary-color);
  box-shadow: var(--shadow-sm);
  margin-bottom: 64px;
  box-sizing: border-box; color: #1a1a2e;}
.qce2__9047{
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: var(--text-muted);
  letter-spacing: 2px;
  opacity: 0.6;
  box-sizing: border-box;
}
@media (max-width: 768px){.r2b9e27d9{
    padding-top: 80px;
    padding-bottom: 40px;
  }
.j913__387c{
    font-size: 28px;
    letter-spacing: 4px;
    margin-bottom: 16px;
  }
.sbca7d_aa0e{
    font-size: 14px;
    letter-spacing: 6px;
    margin-bottom: 48px;
  }
.w41f__4769{
    width: 48px;
    height: 4px;
    margin-bottom: 48px;
  }
.qce2__9047{
    font-size: 12px;
    letter-spacing: 1px;
  }}
.y7290ec6c1c{box-sizing:border-box;}
.pc8ff7_737f{display:block;max-width:100%;height:auto;}
.t7cdee_d2cf{box-sizing:border-box;}
@media (max-width: 768px) {div.t7bb44_33db.f5887d7 .a20a512a_wc:nth-child(even) { flex-direction: column !important; }}