:root {

  --eff-bg-color: var(--bg-color, #121417);
  --eff-surface-color: var(--surface-color, #1e2126);
  --eff-text-primary: var(--text-color, #e6e8eb);
  --eff-text-secondary: var(--text-muted, #9aa0a6);
  --eff-accent-primary: var(--primary-color, hsl(169, 79%, 40%));
  --eff-accent-hover: hsl(169, 79%, 35%);
  --eff-accent-alt: hsl(295, 63%, 55%);
  --eff-accent-alt-hover: hsl(295, 63%, 48%);
  --eff-container-max: 1200px;
  --eff-read-max: 760px;
  --eff-radius: var(--border-radius, 8px);
  --eff-radius-lg: 16px;
  --eff-font-serif: "Noto Serif SC", "Songti SC", "Times New Roman", serif;
  --eff-font-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --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);
  --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%);
}
div.t7bb44_33db.zdmv5t70i0.ae2e955{
    background-color: var(--eff-bg-color);
    color: var(--eff-text-primary);
    font-family: var(--eff-font-serif);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    }
div.t7bb44_33db.zdmv5t70i0 .qbb8d4_0801{
    max-width: var(--eff-container-max);
    margin: 0 auto;
    padding: 0 2rem;
    }
div.t7bb44_33db.zdmv5t70i0 .fcz06ssud{
    max-width: var(--eff-read-max);
    margin: 0 auto;
    }
div.t7bb44_33db.zdmv5t70i0 .q3b52__1f3{
    padding: 8rem 0 5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    }
div.t7bb44_33db.zdmv5t70i0 .ua02e_79{
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.t7bb44_33db.zdmv5t70i0 .q3b52__1f3 h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--eff-text-primary);
    line-height: 1.2;
    letter-spacing: 0.02em;
    }
div.t7bb44_33db.zdmv5t70i0 .q3b52__1f3 p{
    font-size: 1.125rem;
    color: var(--eff-text-secondary);
    margin-bottom: 2.5rem;
    font-family: var(--eff-font-sans);
    }
div.t7bb44_33db.zdmv5t70i0 .zaf25__146{
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    }
div.t7bb44_33db.zdmv5t70i0 .l25ad_949{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2.5rem;
    border-radius: var(--eff-radius);
    font-family: var(--eff-font-sans);
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    }
div.t7bb44_33db.zdmv5t70i0 .l702804_415m{
    background-color: var(--eff-accent-primary);
    color: #1a1a2e;
    }
div.t7bb44_33db.zdmv5t70i0 .l702804_415m:hover{
    background-color: var(--eff-accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(20, 184, 166, 0.3); color: #1a1a2e;}
div.t7bb44_33db.zdmv5t70i0 .g494d1__e0cb{
    background-color: var(--eff-surface-color);
    color: var(--eff-text-primary);
    border: 1px solid rgba(255,255,255,0.1);
    }
div.t7bb44_33db.zdmv5t70i0 .g494d1__e0cb:hover{
    background-color: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.2);
    transform: translateY(-2px); color: #1a1a2e;}
div.t7bb44_33db.zdmv5t70i0.ae2e955 a:not(.eff-btn){
    color: var(--eff-accent-primary);
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(20, 184, 166, 0.4);
    transition: box-shadow 0.2s ease, color 0.2s ease;
    }
div.t7bb44_33db.zdmv5t70i0.ae2e955 a:not(.eff-btn):hover{
    box-shadow: inset 0 -2px 0 var(--eff-accent-primary);
    color: var(--eff-accent-hover);
    }
div.t7bb44_33db.zdmv5t70i0 .dse02g5iz5{
    text-align: center;
    margin-bottom: 4rem;
    }
div.t7bb44_33db.zdmv5t70i0 .dse02g5iz5 h2{
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
    font-weight: 600;
    }
div.t7bb44_33db.zdmv5t70i0 .dse02g5iz5 p{
    color: var(--eff-text-secondary);
    font-size: 1.1rem;
    font-family: var(--eff-font-sans);
    }
div.t7bb44_33db.zdmv5t70i0 .p7e2f48c_t3{
    padding: 6rem 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, transparent 100%); color: #1a1a2e;}
div.t7bb44_33db.zdmv5t70i0 .r7f77e__be5e{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    }
div.t7bb44_33db.zdmv5t70i0 .lc624e1381{
    background-color: var(--eff-surface-color);
    padding: 2.5rem 1.75rem;
    border-radius: var(--eff-radius-lg);
    border: 1px solid rgba(255,255,255,0.04);
    transition: transform 0.3s ease, border-color 0.3s ease;
    text-align: left; color: #ffffff;}
div.t7bb44_33db.zdmv5t70i0 .lc624e1381:hover{
    transform: translateY(-4px);
    border-color: rgba(255,255,255,0.12);
    }
div.t7bb44_33db.zdmv5t70i0 .lc624e1381 h3{
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--eff-text-primary);
    }
div.t7bb44_33db.zdmv5t70i0 .lc624e1381 p{
    font-size: 0.95rem;
    color: var(--eff-text-secondary);
    font-family: var(--eff-font-sans);
    margin: 0;
    }
div.t7bb44_33db.zdmv5t70i0 .r6fs0318t3t{
    padding: 6rem 0;
    }
div.t7bb44_33db.zdmv5t70i0 .bc4749_chb{
    display: flex;
    align-items: center;
    gap: 4rem;
    }
div.t7bb44_33db.zdmv5t70i0 .c1e2d__03f4e{
    flex: 1;
    }
div.t7bb44_33db.zdmv5t70i0 .c1e2d__03f4e h2{
    font-size: 2rem;
    margin-bottom: 1.5rem;
    }
div.t7bb44_33db.zdmv5t70i0 .c1e2d__03f4e p{
    margin-bottom: 1.25rem;
    color: var(--eff-text-secondary);
    font-size: 1.05rem;
    font-family: var(--eff-font-sans);
    }
div.t7bb44_33db.zdmv5t70i0 .v5d5__a37e5{
    flex: 1;
    position: relative;
    }
div.t7bb44_33db.zdmv5t70i0 .v5d5__a37e5 img{
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: var(--eff-radius-lg);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.05);
    }
div.t7bb44_33db.zdmv5t70i0 .w19b2bd_ff{
    padding: 6rem 0;
    background-color: rgba(0,0,0,0.2); color: #ffffff;}
div.t7bb44_33db.zdmv5t70i0 .q4bd4_51{
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    }
div.t7bb44_33db.zdmv5t70i0 .w30fe__3b3{
    background-color: var(--eff-surface-color);
    padding: 1.75rem 2rem;
    border-radius: var(--eff-radius);
    border-left: 4px solid var(--eff-accent-alt);
    transition: background-color 0.2s ease; color: #ffffff;}
div.t7bb44_33db.zdmv5t70i0 .w30fe__3b3:hover{
    background-color: rgba(255,255,255,0.03); color: #1a1a2e;}
div.t7bb44_33db.zdmv5t70i0 .w30fe__3b3 h3{
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
    font-family: var(--eff-font-sans);
    font-weight: 600;
    }
div.t7bb44_33db.zdmv5t70i0 .w30fe__3b3 p{
    color: var(--eff-text-secondary);
    font-size: 0.95rem;
    font-family: var(--eff-font-sans);
    margin: 0;
    }
div.t7bb44_33db.zdmv5t70i0 .ya02cdb89 h2{
    font-size: 2rem;
    margin-bottom: 1rem;
    }
div.t7bb44_33db.zdmv5t70i0 .ya02cdb89 p{
    color: var(--eff-text-secondary);
    margin-bottom: 2.5rem;
    font-family: var(--eff-font-sans);
    }
div.t7bb44_33db.zdmv5t70i0 .eff-copyright{
    margin-top: 5rem;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.2);
    font-family: var(--eff-font-sans);
    }
@media (max-width: 1024px) {div.t7bb44_33db.zdmv5t70i0 .r7f77e__be5e{
    grid-template-columns: repeat(2, 1fr);
    }
div.t7bb44_33db.zdmv5t70i0 .bc4749_chb{
    gap: 3rem;
    }}
@media (max-width: 768px) {div.t7bb44_33db.zdmv5t70i0 .q3b52__1f3{
    padding: 6rem 0 4rem;
    }
div.t7bb44_33db.zdmv5t70i0 .bc4749_chb{
    flex-direction: column;
    }
div.t7bb44_33db.zdmv5t70i0 .r7f77e__be5e{
    grid-template-columns: 1fr;
    }
div.t7bb44_33db.zdmv5t70i0 .zaf25__146{
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    }
div.t7bb44_33db.zdmv5t70i0 .w30fe__3b3{
    padding: 1.5rem;
    }}
.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; }}
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.zdmv5t70i0 .l702804_415m a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.t7bb44_33db.zdmv5t70i0 .l702804_415m a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.t7bb44_33db.zdmv5t70i0 .l702804_415m a:not([class]):hover{opacity:0.92;}
div.t7bb44_33db.zdmv5t70i0 .l702804_415m a[class=""]:hover{opacity:0.92;}
div.t7bb44_33db.zdmv5t70i0 .l702804_415m a:not([class]):visited{color:#ffffff !important;}
div.t7bb44_33db.zdmv5t70i0 .l702804_415m 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;}
.ic02__3ee9{box-sizing:border-box;}
.t7cdee_d2cf{box-sizing:border-box;}