:root {

  --page-bg: hsl(132, 8%, 96%);
  --panel-bg: rgba(255, 255, 255, 0.8);
  --panel-strong: #ffffff;
  --page-text: hsl(132, 10%, 9%);
  --muted-text: hsl(132, 8%, 32%);
  --soft-line: rgba(18, 29, 21, 0.1);
  --accent: hsl(132, 83%, 58%);
  --accent-deep: hsl(132, 58%, 34%);
  --accent-soft: hsl(174, 66%, 58%);
  --warm-shadow: 0 20px 60px rgba(24, 38, 28, 0.12);
  --card-radius: var(--radius-lg, 24px);
  --pill-radius: var(--radius-full, 999px);
  --content-max: 1200px;
  --reading-max: 900px;
  --primary-color: hsl(132, 83%, 45%);
  --secondary-color: hsl(174, 66%, 45%);
  --bg-color: hsl(132, 8%, 96%);
  --text-color: hsl(132, 10%, 9%);
  --text-muted: hsl(132, 5%, 40%);
  --border-color: rgba(0, 0, 0, 0.08);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 8px 20px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.12);
  --nav-height: 80px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(244, 246, 244, 0.85);
  --font-serif: "Crimson Text", "Georgia", serif;
  --font-sans: "Inter", -apple-system, 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.c67b82_51b8.qlc1i5hay8 *{
    box-sizing: border-box;
    }
div.c67b82_51b8.qlc1i5hay8{
    scroll-behavior: smooth;
    }
div.c67b82_51b8.qlc1i5hay8{
    margin: 0;
    }
div.c67b82_51b8.qlc1i5hay8{
    color: var(--text-color, var(--page-text, #1a1a1a));
    background:
    radial-gradient(circle at top left, rgba(78, 238, 110, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(82, 220, 202, 0.18), transparent 26%),
    linear-gradient(180deg, #f7fbf7 0%, var(--page-bg, #f2f5f2) 100%);
    font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
    min-height: 100vh;
    }
div.c67b82_51b8.qlc1i5hay8 a{
    color: var(--accent-deep, #216b38);
    text-decoration: none;
    }
div.c67b82_51b8.qlc1i5hay8 a:hover{
    text-decoration: underline;
    }
div.c67b82_51b8.qlc1i5hay8 img{
    display: block;
    max-width: 100%;
    }
div.c67b82_51b8.qlc1i5hay8 .o6ba3d__91d53{
    width: min(calc(100% - 32px), var(--content-max, 1200px));
    margin: 0 auto;
    }
div.c67b82_51b8.qlc1i5hay8 .o0a49b1_icoc{
    padding: 44px 0 28px;
    }
div.c67b82_51b8.qlc1i5hay8 .ha24708_f04{
    position: relative;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 22px;
    align-items: stretch;
    }
div.c67b82_51b8.qlc1i5hay8 .o22ee9d2, div.c67b82_51b8.qlc1i5hay8 .zyjkyfp37uud{
    border-radius: var(--card-radius, 24px);
    overflow: hidden;
    box-shadow: var(--warm-shadow, 0 20px 60px rgba(24, 38, 28, 0.12));
    }
div.c67b82_51b8.qlc1i5hay8 .o22ee9d2{
    padding: 42px 38px 34px;
    background:
    linear-gradient(145deg, rgba(255,255,255,0.94), rgba(242, 251, 245, 0.88)),
    #ffffff;
    border: 1px solid var(--soft-line, rgba(18,29,21,0.1));
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; color: #1a1a2e;}
div.c67b82_51b8.qlc1i5hay8 .wfsuolszh9z3{
    display: inline-flex;
    align-self: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: var(--pill-radius, 999px);
    background: rgba(47, 180, 96, 0.1);
    color: #1a1a2e;
    font-size: 13px;
    letter-spacing: 0.08em;
    }
div.c67b82_51b8.qlc1i5hay8 h1{
    margin: 18px 0 14px;
    font-size: clamp(2.3rem, 5.4vw, 4.4rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--page-text, #161616);
    }
div.c67b82_51b8.qlc1i5hay8 .o22ee9d2 p{
    width: min(100%, 760px);
    margin: 0 auto;
    font-size: 1.02rem;
    line-height: 1.9;
    color: var(--muted-text, #4f5b54);
    }
div.c67b82_51b8.qlc1i5hay8 .ec1fc_2a{
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    }
div.c67b82_51b8.qlc1i5hay8 .ec1fc_2a a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: var(--pill-radius, 999px);
    font-size: 0.97rem;
    font-weight: 700;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
    }
div.c67b82_51b8.qlc1i5hay8 .ec1fc_2a a:hover{
    transform: translateY(-2px);
    text-decoration: none;
    }
div.c67b82_51b8.qlc1i5hay8 .p89004__8da{
    background: linear-gradient(135deg, var(--accent, #49ea68), var(--accent-soft, #59d6c4));
    color: #0e1a12;
    box-shadow: 0 14px 32px rgba(64, 201, 105, 0.28);
    }
div.c67b82_51b8.qlc1i5hay8 .a9b19_4e{
    background: #18231c;
    color: #f6fbf7;
    box-shadow: 0 10px 26px rgba(24, 35, 28, 0.16);
    }
div.c67b82_51b8.qlc1i5hay8 .ada2bb__b70e{
    margin-top: 18px;
    color: var(--muted-text, #4f5b54);
    font-size: 0.92rem;
    }
div.c67b82_51b8.qlc1i5hay8 .zyjkyfp37uud{
    position: relative;
    min-height: 100%;
    background: #12211a; color: #ffffff;}
div.c67b82_51b8.qlc1i5hay8 .zyjkyfp37uud img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 5 / 4;
    filter: saturate(0.95) contrast(1.02);
    }
div.c67b82_51b8.qlc1i5hay8 .p5xek2665n3{
    position: absolute;
    inset: auto 18px 18px 18px;
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(15, 23, 18, 0.18), rgba(15, 23, 18, 0.82));
    color: #eef7f0;
    backdrop-filter: blur(8px);
    }
div.c67b82_51b8.qlc1i5hay8 .p5xek2665n3 strong{
    display: block;
    margin-bottom: 8px;
    font-size: 1.05rem;
    }
div.c67b82_51b8.qlc1i5hay8 .p5xek2665n3 span{
    display: block;
    font-size: 0.92rem;
    line-height: 1.7;
    color: rgba(238, 247, 240, 0.88);
    }
div.c67b82_51b8.qlc1i5hay8 .yfdf7__4eefc{
    padding: 18px 0 10px;
    }
div.c67b82_51b8.qlc1i5hay8 .pa9e5ee_wr{
    width: min(100%, var(--reading-max, 900px));
    margin: 0 auto 22px;
    text-align: center;
    }
div.c67b82_51b8.qlc1i5hay8 .pa9e5ee_wr h2{
    margin: 0 0 10px;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    line-height: 1.16;
    letter-spacing: -0.02em;
    }
div.c67b82_51b8.qlc1i5hay8 .pa9e5ee_wr p{
    margin: 0 auto;
    color: var(--muted-text, #4f5b54);
    line-height: 1.85;
    font-size: 1rem;
    }
div.c67b82_51b8.qlc1i5hay8 .a4e67__6f68{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    }
div.c67b82_51b8.qlc1i5hay8 .y35651a{
    background: var(--panel-bg, rgba(255,255,255,0.8));
    border: 1px solid var(--soft-line, rgba(18,29,21,0.1));
    border-radius: var(--card-radius, 24px);
    padding: 24px;
    box-shadow: var(--shadow-md, 0 12px 32px rgba(0,0,0,0.08));
    position: relative; color: #1a1a2e;}
div.c67b82_51b8.qlc1i5hay8 .y35651a::before{
    content: "";
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-block;
    background: linear-gradient(135deg, rgba(73, 234, 104, 0.24), rgba(89, 214, 196, 0.24));
    margin-bottom: 14px; color: #1a1a2e;}
div.c67b82_51b8.qlc1i5hay8 .y35651a h3{
    margin: 0 0 10px;
    font-size: 1.2rem;
    }
div.c67b82_51b8.qlc1i5hay8 .y35651a p, div.c67b82_51b8.qlc1i5hay8 .y35651a li{
    color: var(--muted-text, #4f5b54);
    line-height: 1.78;
    font-size: 0.97rem;
    }
div.c67b82_51b8.qlc1i5hay8 .y35651a ul{
    margin: 12px 0 0;
    padding-left: 18px;
    }
div.c67b82_51b8.qlc1i5hay8 .ab91c_7e82{
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 20px;
    }
div.c67b82_51b8.qlc1i5hay8 .kxm20bnhdq17, div.c67b82_51b8.qlc1i5hay8 .nac90e4f43, div.c67b82_51b8.qlc1i5hay8 .ubac749c_csz, div.c67b82_51b8.qlc1i5hay8 .i7ffcc_q6m{
    border-radius: var(--card-radius, 24px);
    overflow: hidden;
    border: 1px solid var(--soft-line, rgba(18,29,21,0.1));
    background: var(--panel-strong, #ffffff);
    box-shadow: var(--warm-shadow, 0 20px 60px rgba(24, 38, 28, 0.12)); color: #1a1a2e;}
div.c67b82_51b8.qlc1i5hay8 .kxm20bnhdq17{
    padding: 28px;
    }
div.c67b82_51b8.qlc1i5hay8 .s1090d__9972{
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(18, 29, 21, 0.08);
    }
div.c67b82_51b8.qlc1i5hay8 .s1090d__9972:last-child{
    border-bottom: none;
    }
div.c67b82_51b8.qlc1i5hay8 .s1090d__9972 strong{
    font-size: 1rem;
    color: var(--page-text, #161616);
    }
div.c67b82_51b8.qlc1i5hay8 .s1090d__9972 div{
    color: var(--muted-text, #4f5b54);
    line-height: 1.82;
    }
div.c67b82_51b8.qlc1i5hay8 .nac90e4f43{
    display: grid;
    grid-template-rows: auto 1fr;
    }
div.c67b82_51b8.qlc1i5hay8 .nac90e4f43 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    }
div.c67b82_51b8.qlc1i5hay8 .nac90e4f43 .be11fca_rj64{
    padding: 24px;
    }
div.c67b82_51b8.qlc1i5hay8 .be11fca_rj64 h3{
    margin: 0 0 10px;
    font-size: 1.22rem;
    }
div.c67b82_51b8.qlc1i5hay8 .be11fca_rj64 p{
    margin: 0 0 12px;
    color: var(--muted-text, #4f5b54);
    line-height: 1.82;
    }
div.c67b82_51b8.qlc1i5hay8 .rblzdygxvd8{
    display: grid;
    gap: 10px;
    margin-top: 12px;
    }
div.c67b82_51b8.qlc1i5hay8 .rblzdygxvd8 span{
    display: block;
    padding: 12px 14px;
    border-radius: 16px;
    background: #f4f8f4;
    color: #1a1a2e;
    font-size: 0.94rem;
    }
div.c67b82_51b8.qlc1i5hay8 .f1890__a2f4e{
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 20px;
    align-items: stretch;
    }
div.c67b82_51b8.qlc1i5hay8 .ubac749c_csz{
    padding: 28px;
    background:
    linear-gradient(180deg, rgba(73, 234, 104, 0.08), rgba(255,255,255,0.95)),
    #ffffff; color: #1a1a2e;}
div.c67b82_51b8.qlc1i5hay8 .ubac749c_csz h2{
    margin: 0 0 12px;
    font-size: clamp(1.7rem, 2.8vw, 2.35rem);
    }
div.c67b82_51b8.qlc1i5hay8 .ubac749c_csz p{
    margin: 0 0 16px;
    color: var(--muted-text, #4f5b54);
    line-height: 1.85;
    }
div.c67b82_51b8.qlc1i5hay8 .sbd84882d{
    display: grid;
    gap: 12px;
    margin-top: 16px;
    }
div.c67b82_51b8.qlc1i5hay8 .wa53321eeae{
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: start;
    padding: 14px;
    border-radius: 18px;
    background: rgba(244, 248, 244, 0.96); color: #1a1a2e;}
div.c67b82_51b8.qlc1i5hay8 .p20c159wb{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #18231c;
    color: #f7fbf8;
    display: grid;
    place-items: center;
    font-weight: 700;
    }
div.c67b82_51b8.qlc1i5hay8 .wa53321eeae strong{
    display: block;
    margin-bottom: 4px;
    }
div.c67b82_51b8.qlc1i5hay8 .wa53321eeae span{
    color: var(--muted-text, #4f5b54);
    line-height: 1.75;
    font-size: 0.95rem;
    }
div.c67b82_51b8.qlc1i5hay8 .c12587d4_b7{position: relative;
    min-height: 100%;
    border-radius: var(--card-radius, 24px);
    overflow: hidden;
    box-shadow: var(--warm-shadow, 0 20px 60px rgba(24, 38, 28, 0.12)); isolation: isolate;}
div.c67b82_51b8.qlc1i5hay8 .c12587d4_b7 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 5;
    }
div.c67b82_51b8.qlc1i5hay8 .c12587d4_b7 .uba1462_36a0{
    position: absolute;
    inset: auto 18px 18px 18px;
    display: grid;
    gap: 10px;
    }
div.c67b82_51b8.qlc1i5hay8 .uba1462_36a0 span{
    width: fit-content;
    max-width: 100%;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.88);
    color: #1b241e;
    font-size: 0.92rem;
    backdrop-filter: blur(8px);
    }
div.c67b82_51b8.qlc1i5hay8 .i7ffcc_q6m{
    margin-top: 26px;
    padding: 28px;
    text-align: center;
    background:
    radial-gradient(circle at top, rgba(89, 214, 196, 0.16), transparent 38%),
    linear-gradient(180deg, #ffffff, #f5faf6); color: #1a1a2e;}
div.c67b82_51b8.qlc1i5hay8 .i7ffcc_q6m h2{
    margin: 0 0 10px;
    font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    }
div.c67b82_51b8.qlc1i5hay8 .i7ffcc_q6m p{
    width: min(100%, var(--reading-max, 900px));
    margin: 0 auto;
    line-height: 1.85;
    color: var(--muted-text, #4f5b54);
    }
div.c67b82_51b8.qlc1i5hay8 .i7ffcc_q6m .ob9763f_68{
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    }
div.c67b82_51b8.qlc1i5hay8 .ob9763f_68 a{
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: var(--pill-radius, 999px);
    font-weight: 700;
    }
div.c67b82_51b8.qlc1i5hay8 .ob9763f_68 .u7007f_h9p{
    background: #18231c;
    color: #f8fbf8;
    box-shadow: 0 12px 24px rgba(24, 35, 28, 0.14);
    }
div.c67b82_51b8.qlc1i5hay8 .ob9763f_68 .v82d1ca{
    background: linear-gradient(135deg, var(--accent, #49ea68), #b7f7c3);
    color: #112016;
    }
div.c67b82_51b8.qlc1i5hay8 .daf6__0e8b{
    padding: 30px 0 40px;
    }
div.c67b82_51b8.qlc1i5hay8 .qa6a2f_bbb9{
    width: min(calc(100% - 32px), var(--content-max, 1200px));
    margin: 0 auto;
    padding: 22px 24px;
    border-top: 1px solid rgba(18, 29, 21, 0.1);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: center;
    color: var(--muted-text, #4f5b54);
    font-size: 0.94rem;
    }
div.c67b82_51b8.qlc1i5hay8 .qa6a2f_bbb9 strong{
    color: var(--page-text, #161616);
    }
div.c67b82_51b8.qlc1i5hay8 .v040a486451{
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-start;
    }
div.c67b82_51b8.qlc1i5hay8 .v040a486451 a{
    color: var(--accent-deep, #216b38);
    }
@media (max-width: 980px) {div.c67b82_51b8.qlc1i5hay8 .ha24708_f04, div.c67b82_51b8.qlc1i5hay8 .ab91c_7e82, div.c67b82_51b8.qlc1i5hay8 .f1890__a2f4e, div.c67b82_51b8.qlc1i5hay8 .a4e67__6f68, div.c67b82_51b8.qlc1i5hay8 .qa6a2f_bbb9{
    grid-template-columns: 1fr;
    }
div.c67b82_51b8.qlc1i5hay8 .o22ee9d2{
    padding: 34px 24px 30px;
    }
div.c67b82_51b8.qlc1i5hay8 .s1090d__9972{
    grid-template-columns: 1fr;
    gap: 8px;
    }
div.c67b82_51b8.qlc1i5hay8 .v040a486451{
    justify-content: flex-start;
    }}
@media (max-width: 640px) {div.c67b82_51b8.qlc1i5hay8 .o6ba3d__91d53, div.c67b82_51b8.qlc1i5hay8 .qa6a2f_bbb9{
    width: min(calc(100% - 20px), var(--content-max, 1200px));
    }
div.c67b82_51b8.qlc1i5hay8 .o0a49b1_icoc{
    padding-top: 28px;
    }
div.c67b82_51b8.qlc1i5hay8 h1{
    font-size: 2.15rem;
    }
div.c67b82_51b8.qlc1i5hay8 .y35651a, div.c67b82_51b8.qlc1i5hay8 .kxm20bnhdq17, div.c67b82_51b8.qlc1i5hay8 .ubac749c_csz, div.c67b82_51b8.qlc1i5hay8 .be11fca_rj64, div.c67b82_51b8.qlc1i5hay8 .i7ffcc_q6m{
    padding: 20px;
    }
div.c67b82_51b8.qlc1i5hay8 .ec1fc_2a, div.c67b82_51b8.qlc1i5hay8 .ob9763f_68{
    flex-direction: column;
    }
div.c67b82_51b8.qlc1i5hay8 .ec1fc_2a a, div.c67b82_51b8.qlc1i5hay8 .ob9763f_68 a{
    width: 100%;
    }}
.zmo86tnb{
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color);
    width: 100%; color: #1a1a2e;}
.v22b899_8cab{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    }
.k18d4_8b5{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
    }
.p1a4325{
    font-family: var(--font-serif);
    font-size: 32px;
    color: var(--text-color);
    margin-bottom: 16px;
    font-weight: 700;
    letter-spacing: -0.02em;
    }
.mdef__92d5{
    font-family: var(--font-sans);
    font-size: 18px;
    color: var(--text-muted);
    margin-bottom: 32px;
    line-height: 1.6;
    }
.ybe70_4a2{
    display: flex;
    justify-content: center;
    width: 100%;
    }
.l87b9c1{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 36px;
    border-radius: var(--radius-lg);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 14px rgba(61, 242, 111, 0.3);
    display: inline-block;
    }
.l87b9c1:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(61, 242, 111, 0.4);
    filter: brightness(1.05);
    }
.lgy5e6ub2{
    height: 1px;
    background-color: var(--border-color);
    width: 100%;
    margin-bottom: 64px; color: #ffffff;}
.dpyvqo6xu7n{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 64px;
    }
.j8a1d6__1c9c{
    flex: 1;
    min-width: 200px;
    }
.fcb6e85cb4{
    font-family: var(--font-serif);
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 20px;
    }
.dddfe__69f5b{
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-muted);
    max-width: 280px;
    }
.y68823ed_7fbe{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
    }
.c1e9d5c_1b9{
    list-style: none;
    padding: 0;
    margin: 0;
    }
.t3067e3d37f{
    margin-bottom: 12px;
    }
.roa9xr1fk{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
    }
.roa9xr1fk:hover{
    color: var(--primary-color);
    }
.gc82d7__ad101{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
    }
.rc7c09__6bcd{
    font-size: 13px;
    color: var(--text-muted);
    }
.x1dd0c4_46c{
    display: flex;
    gap: 24px;
    }
.oa81531d62{
    font-size: 13px;
    color: var(--text-muted);
    }
@media (max-width: 768px){.p1a4325 {
    font-size: 28px;
    }
.dpyvqo6xu7n {
    flex-direction: column;
    gap: 48px;
    }
.j8a1d6__1c9c {
    width: 100%;
    text-align: center;
    }
.dddfe__69f5b {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    }
.gc82d7__ad101 {
    flex-direction: column;
    gap: 16px;
    text-align: center;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: var(--font-sans);
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.5;
    }
.p92829_8v{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.b84a__484a{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.oa9fa5_805e{
    text-decoration: none;
    display: flex;
    align-items: center;
    z-index: 1001;
    }
.smdie3s0fj{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
    transition: var(--transition);
    }
.smdie3s0fj:hover{
    color: var(--primary-color);
    }
.s5466b5_e9{
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1;
    justify-content: flex-end;
    }
.jytrr1jm{
    list-style: none;
    display: flex;
    gap: 8px;
    }
.b37f37c6_h4zu{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.b37f37c6_h4zu:hover{
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.04);
    }
.tyr520mk{
    margin-left: 16px;
    }
.cd2o36kwhmrb{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 2px solid transparent;
    }
.cd2o36kwhmrb:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.cd2o36kwhmrb:active{
    transform: translateY(0);
    }
.c639__28a0d{
    display: none;
    }
.zvf68br25{
    display: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    }
.ib42bd_4fb{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative;
    transition: var(--transition); color: #ffffff;}
.ib42bd_4fb::before, .ib42bd_4fb::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.ib42bd_4fb::before{ top: -8px; }
.ib42bd_4fb::after{ bottom: -8px; }
@media (max-width: 1024px){.jytrr1jm {
    gap: 4px;
    }
.b37f37c6_h4zu {
    padding: 8px;
    font-size: 13px;
    }}
@media (max-width: 900px){.zvf68br25{
    display: block;
    }
.s5466b5_e9{
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #ffffff;
    flex-direction: column;
    padding: calc(var(--nav-height) + 40px) 24px 40px;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px; color: #1a1a2e;}
.jytrr1jm{
    flex-direction: column;
    width: 100%;
    gap: 16px;
    }
.b37f37c6_h4zu{
    font-size: 18px;
    display: block;
    width: 100%;
    }
.tyr520mk{
    margin-left: 0;
    width: 100%;
    }
.cd2o36kwhmrb{
    width: 100%;
    }
.c639__28a0d:checked ~ .s5466b5_e9{
    right: 0;
    }
.c639__28a0d:checked ~ .zvf68br25 .ib42bd_4fb{
    background: transparent;
    }
.c639__28a0d:checked ~ .zvf68br25 .ib42bd_4fb::before{
    transform: rotate(45deg);
    top: 0;
    }
.c639__28a0d:checked ~ .zvf68br25 .ib42bd_4fb::after{
    transform: rotate(-45deg);
    bottom: 0;
    }}
.r924__2d4e{
    height: var(--nav-height);
    width: 100%;
    }
.b37f37c6_h4zu.active{color: #ffffff; background-color: rgba(0, 0, 0, 0.04);}
#nt83e0ee4772:checked ~ .s5466b5_e9{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.p92829_8v .s5466b5_e9{ 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){#nt83e0ee4772:checked ~ .s5466b5_e9{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.p92829_8v #nt83e0ee4772, .p92829_8v label[for="nt83e0ee4772"]{ display: none !important; }}
@media (min-width: 1025px){.p92829_8v .s5466b5_e9{ 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){.p92829_8v .s5466b5_e9{ 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){.p92829_8v .s5466b5_e9 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.vd0c__599cc{list-style:none;}
.b37f37c6_h4zu.active {color: #ffffff; background-color: rgba(0, 0, 0, 0.04);}
#nt83e0ee4772:checked ~ .s5466b5_e9 { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.p92829_8v.k14675_9817 .s5466b5_e9 { 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) {#nt83e0ee4772:checked ~ .s5466b5_e9 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.p92829_8v.k14675_9817 #nt83e0ee4772, .p92829_8v.k14675_9817 label[for="nt83e0ee4772"] { display: none !important; }}
@media (min-width: 1025px) {.p92829_8v.k14675_9817 .s5466b5_e9 { 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) {.p92829_8v.k14675_9817 .s5466b5_e9 { 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) {.p92829_8v.k14675_9817 .s5466b5_e9 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.c67b82_51b8 img.ob7dbdd9c1b {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.c67b82_51b8 img.ob7dbdd9c1b.j17e00f1152 { aspect-ratio: 16 / 9; }
div.c67b82_51b8 img.ob7dbdd9c1b.h2df42b9d { aspect-ratio: 16 / 10; }
div.c67b82_51b8 img.ob7dbdd9c1b.f4dd__496d { aspect-ratio: 4 / 3; }
div.c67b82_51b8 img.ob7dbdd9c1b.s939d2_065d { aspect-ratio: 1 / 1; }
div.c67b82_51b8 :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.c67b82_51b8 .u284bd73b73 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.c67b82_51b8 .u284bd73b73.j17e00f1152 { aspect-ratio: 16 / 9; }
div.c67b82_51b8 .u284bd73b73.h2df42b9d { aspect-ratio: 16 / 10; }
div.c67b82_51b8 .u284bd73b73.f4dd__496d { aspect-ratio: 4 / 3; }
div.c67b82_51b8 .u284bd73b73.s939d2_065d { aspect-ratio: 1 / 1; }
div.c67b82_51b8 .u284bd73b73 > img.ob7dbdd9c1b,
    div.c67b82_51b8 .u284bd73b73 > picture > img.ob7dbdd9c1b {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.f752__aa33 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.f752__aa33 > :first-child,
    .f752__aa33 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: var(--font-sans);
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.5;
    }
.p92829_8v{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.b84a__484a{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.oa9fa5_805e{
    text-decoration: none;
    display: flex;
    align-items: center;
    z-index: 1001;
    }
.smdie3s0fj{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
    transition: var(--transition);
    }
.smdie3s0fj:hover{
    color: var(--primary-color);
    }
.s5466b5_e9{
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1;
    justify-content: flex-end;
    }
.jytrr1jm{
    list-style: none;
    display: flex;
    gap: 8px;
    }
.b37f37c6_h4zu{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.b37f37c6_h4zu:hover{
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.04);
    }
.tyr520mk{
    margin-left: 16px;
    }
.cd2o36kwhmrb{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 2px solid transparent;
    }
.cd2o36kwhmrb:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.cd2o36kwhmrb:active{
    transform: translateY(0);
    }
.c639__28a0d{
    display: none;
    }
.zvf68br25{
    display: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    }
.ib42bd_4fb{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative;
    transition: var(--transition); color: #ffffff;}
.ib42bd_4fb::before, .ib42bd_4fb::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.ib42bd_4fb::before{ top: -8px; }
.ib42bd_4fb::after{ bottom: -8px; }
@media (max-width: 1024px){.jytrr1jm {
    gap: 4px;
    }
.b37f37c6_h4zu {
    padding: 8px;
    font-size: 13px;
    }}
@media (max-width: 900px){.zvf68br25{
    display: block;
    }
.s5466b5_e9{
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #ffffff;
    flex-direction: column;
    padding: calc(var(--nav-height) + 40px) 24px 40px;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px; color: #1a1a2e;}
.jytrr1jm{
    flex-direction: column;
    width: 100%;
    gap: 16px;
    }
.b37f37c6_h4zu{
    font-size: 18px;
    display: block;
    width: 100%;
    }
.tyr520mk{
    margin-left: 0;
    width: 100%;
    }
.cd2o36kwhmrb{
    width: 100%;
    }
.c639__28a0d:checked ~ .s5466b5_e9{
    right: 0;
    }
.c639__28a0d:checked ~ .zvf68br25 .ib42bd_4fb{
    background: transparent;
    }
.c639__28a0d:checked ~ .zvf68br25 .ib42bd_4fb::before{
    transform: rotate(45deg);
    top: 0;
    }
.c639__28a0d:checked ~ .zvf68br25 .ib42bd_4fb::after{
    transform: rotate(-45deg);
    bottom: 0;
    }}
.r924__2d4e{
    height: var(--nav-height);
    width: 100%;
    }
.b37f37c6_h4zu.active{color: #ffffff; background-color: rgba(0, 0, 0, 0.04);}
#nt83e0ee4772:checked ~ .s5466b5_e9{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.p92829_8v .s5466b5_e9{ 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){#nt83e0ee4772:checked ~ .s5466b5_e9{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.p92829_8v #nt83e0ee4772, .p92829_8v label[for="nt83e0ee4772"]{ display: none !important; }}
@media (min-width: 1025px){.p92829_8v .s5466b5_e9{ 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){.p92829_8v .s5466b5_e9{ 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){.p92829_8v .s5466b5_e9 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.vd0c__599cc{list-style:none;}
.b37f37c6_h4zu.active{color: #ffffff; background-color: rgba(0, 0, 0, 0.04);}
#nt83e0ee4772:checked ~ .s5466b5_e9{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.p92829_8v.k14675_9817 .s5466b5_e9{ 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){#nt83e0ee4772:checked ~ .s5466b5_e9{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.p92829_8v.k14675_9817 #nt83e0ee4772, .p92829_8v.k14675_9817 label[for="nt83e0ee4772"]{ display: none !important; }}
@media (min-width: 1025px){.p92829_8v.k14675_9817 .s5466b5_e9{ 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){.p92829_8v.k14675_9817 .s5466b5_e9{ 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){.p92829_8v.k14675_9817 .s5466b5_e9 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.zmo86tnb{
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color);
    width: 100%; color: #1a1a2e;}
.v22b899_8cab{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    }
.k18d4_8b5{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
    }
.p1a4325{
    font-family: var(--font-serif);
    font-size: 32px;
    color: var(--text-color);
    margin-bottom: 16px;
    font-weight: 700;
    letter-spacing: -0.02em;
    }
.mdef__92d5{
    font-family: var(--font-sans);
    font-size: 18px;
    color: var(--text-muted);
    margin-bottom: 32px;
    line-height: 1.6;
    }
.ybe70_4a2{
    display: flex;
    justify-content: center;
    width: 100%;
    }
.l87b9c1{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 36px;
    border-radius: var(--radius-lg);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 14px rgba(61, 242, 111, 0.3);
    display: inline-block;
    }
.l87b9c1:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(61, 242, 111, 0.4);
    filter: brightness(1.05);
    }
.lgy5e6ub2{
    height: 1px;
    background-color: var(--border-color);
    width: 100%;
    margin-bottom: 64px; color: #ffffff;}
.dpyvqo6xu7n{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 64px;
    }
.j8a1d6__1c9c{
    flex: 1;
    min-width: 200px;
    }
.fcb6e85cb4{
    font-family: var(--font-serif);
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 20px;
    }
.dddfe__69f5b{
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-muted);
    max-width: 280px;
    }
.y68823ed_7fbe{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
    }
.c1e9d5c_1b9{
    list-style: none;
    padding: 0;
    margin: 0;
    }
.t3067e3d37f{
    margin-bottom: 12px;
    }
.roa9xr1fk{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
    }
.roa9xr1fk:hover{
    color: var(--primary-color);
    }
.gc82d7__ad101{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
    }
.rc7c09__6bcd{
    font-size: 13px;
    color: var(--text-muted);
    }
.x1dd0c4_46c{
    display: flex;
    gap: 24px;
    }
.oa81531d62{
    font-size: 13px;
    color: var(--text-muted);
    }
@media (max-width: 768px){.p1a4325 {
    font-size: 28px;
    }
.dpyvqo6xu7n {
    flex-direction: column;
    gap: 48px;
    }
.j8a1d6__1c9c {
    width: 100%;
    text-align: center;
    }
.dddfe__69f5b {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    }
.gc82d7__ad101 {
    flex-direction: column;
    gap: 16px;
    text-align: center;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: var(--font-sans);
  background-color: var(--bg-color);
  color: var(--text-color);
  line-height: 1.5;
}
.p92829_8v{
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center; color: #1a1a2e;}
.b84a__484a{
  width: var(--max-width);
  height: 100%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.oa9fa5_805e{
  text-decoration: none;
  display: flex;
  align-items: center;
  z-index: 1001;
}
.smdie3s0fj{
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 800;
  color: var(--text-color);
  letter-spacing: -0.5px;
  transition: var(--transition);
}
.smdie3s0fj:hover{
  color: var(--primary-color);
}
.s5466b5_e9{
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1;
  justify-content: flex-end;
}
.jytrr1jm{
  list-style: none;
  display: flex;
  gap: 8px;
}
.b37f37c6_h4zu{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.b37f37c6_h4zu:hover{
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.04);
}
.tyr520mk{
  margin-left: 16px;
}
.cd2o36kwhmrb{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: var(--primary-color);
  color: #1a1a2e; 
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 2px solid transparent;
}
.cd2o36kwhmrb:hover{
  background-color: var(--secondary-color);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md); color: #1a1a2e;}
.cd2o36kwhmrb:active{
  transform: translateY(0);
}
.c639__28a0d{
  display: none;
}
.zvf68br25{
  display: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}
.ib42bd_4fb{
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-color);
  position: relative;
  transition: var(--transition); color: #ffffff;}
.ib42bd_4fb::before, .ib42bd_4fb::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.ib42bd_4fb::before{ top: -8px; }
.ib42bd_4fb::after{ bottom: -8px; }
@media (max-width: 1024px){.jytrr1jm {
    gap: 4px;
  }
.b37f37c6_h4zu {
    padding: 8px;
    font-size: 13px;
  }}
@media (max-width: 900px){.zvf68br25{
    display: block;
  }
.s5466b5_e9{
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #ffffff;
    flex-direction: column;
    padding: calc(var(--nav-height) + 40px) 24px 40px;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px; color: #1a1a2e;}
.jytrr1jm{
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }
.b37f37c6_h4zu{
    font-size: 18px;
    display: block;
    width: 100%;
  }
.tyr520mk{
    margin-left: 0;
    width: 100%;
  }
.cd2o36kwhmrb{
    width: 100%;
  }
.c639__28a0d:checked ~ .s5466b5_e9{
    right: 0;
  }
.c639__28a0d:checked ~ .zvf68br25 .ib42bd_4fb{
    background: transparent;
  }
.c639__28a0d:checked ~ .zvf68br25 .ib42bd_4fb::before{
    transform: rotate(45deg);
    top: 0;
  }
.c639__28a0d:checked ~ .zvf68br25 .ib42bd_4fb::after{
    transform: rotate(-45deg);
    bottom: 0;
  }}
.r924__2d4e{
  height: var(--nav-height);
  width: 100%;
}
.b37f37c6_h4zu.active{color: #ffffff; background-color: rgba(0, 0, 0, 0.04);}
#nt83e0ee4772:checked ~ .s5466b5_e9{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.p92829_8v .s5466b5_e9{ 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){#nt83e0ee4772:checked ~ .s5466b5_e9{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.p92829_8v #nt83e0ee4772, .p92829_8v label[for="nt83e0ee4772"]{ display: none !important; }}
@media (min-width: 1025px){.p92829_8v .s5466b5_e9{ 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){.p92829_8v .s5466b5_e9{ 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){.p92829_8v .s5466b5_e9 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.vd0c__599cc{list-style:none;}
.b37f37c6_h4zu.active{color: #ffffff; background-color: rgba(0, 0, 0, 0.04);}
#nt83e0ee4772:checked ~ .s5466b5_e9{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.p92829_8v.k14675_9817 .s5466b5_e9{ 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){#nt83e0ee4772:checked ~ .s5466b5_e9{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.p92829_8v.k14675_9817 #nt83e0ee4772, .p92829_8v.k14675_9817 label[for="nt83e0ee4772"]{ display: none !important; }}
@media (min-width: 1025px){.p92829_8v.k14675_9817 .s5466b5_e9{ 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){.p92829_8v.k14675_9817 .s5466b5_e9{ 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){.p92829_8v.k14675_9817 .s5466b5_e9 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.jc8cd3_2040{
  background-color: var(--bg-color);
  padding-top: 80px;
  padding-bottom: 40px;
  border-top: 1px solid var(--border-color);
  width: 100%; color: #1a1a2e;}
.b253cc3960f{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.s267fa_8298{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}
.x75cfe77a33{
  font-family: var(--font-serif);
  font-size: 32px;
  color: var(--text-color);
  margin-bottom: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.j0501c_2918{
  font-family: var(--font-sans);
  font-size: 18px;
  color: var(--text-muted);
  margin-bottom: 32px;
  line-height: 1.6;
}
.m26eb6_669d{
  display: flex;
  justify-content: center;
  width: 100%;
}
.x983__d30c{
  background-color: var(--primary-color);
  color: #1a1a2e;
  padding: 14px 36px;
  border-radius: var(--radius-lg);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 4px 14px rgba(61, 242, 111, 0.3);
  display: inline-block;
}
.x983__d30c:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(61, 242, 111, 0.4);
  filter: brightness(1.05);
}
.g24e6c_dfdb{
  height: 1px;
  background-color: var(--border-color);
  width: 100%;
  margin-bottom: 64px; color: #ffffff;}
.y53ab0_bcee{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 64px;
}
.z5d7d1869{
  flex: 1;
  min-width: 200px;
}
.t426__7c5d{
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 800;
  color: var(--text-color);
  margin-bottom: 20px;
}
.c0f714591e2{
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-muted);
  max-width: 280px;
}
.s69741f5a{
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
.f6d448b71cc{
  list-style: none;
  padding: 0;
  margin: 0;
}
.kbb4__db3e{
  margin-bottom: 12px;
}
.b73b__5e91{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  transition: var(--transition);
}
.b73b__5e91:hover{
  color: var(--primary-color);
}
.bf3607_3aa8{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid var(--border-color);
}
.l860a287d{
  font-size: 13px;
  color: var(--text-muted);
}
.qbfbbc_7beb{
  display: flex;
  gap: 24px;
}
.p07ee41f6{
  font-size: 13px;
  color: var(--text-muted);
}
@media (max-width: 768px){.x75cfe77a33 {
    font-size: 28px;
  }
.y53ab0_bcee {
    flex-direction: column;
    gap: 48px;
  }
.z5d7d1869 {
    width: 100%;
    text-align: center;
  }
.c0f714591e2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
.bf3607_3aa8 {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }}
.sb10f4cd3e1{box-sizing:border-box;}
.ycf04cc2e{box-sizing:border-box;}
.pdfc3449f{display:block;max-width:100%;height:auto;}
.pd359828e{box-sizing:border-box;}
@media (max-width: 768px) {.gc82d7__ad101 { flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 14px !important; padding: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}