:root {

  --primary-color: hsl(62, 80%, 25%);
  --secondary-color: hsl(137, 61%, 35%);
  --text-main: var(--content-text, hsl(220, 10%, 11%));
  --text-muted: hsl(62, 5%, 45%);
  --bg-light: hsl(62, 7%, 96%);
  --white: #ffffff;
  --max-width: min(1200px, 92vw);
  --radius: 8px;
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  --bg-color: hsl(62, 7%, 96%);
  --text-color: hsl(62, 10%, 11%);
  --border-color: rgba(0, 0, 0, 0.08);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.12);
  --nav-height: 72px;
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #ffffff;
  --font-serif: "Playfair Display", "Noto Serif SC", "Songti SC", Georgia, serif;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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.j08c62_6364.wc2b4dd{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-main, #111);
    background-color: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.j08c62_6364.wc2b4dd .x4360ec66f1{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 40px;
    text-align: left;
    }
div.j08c62_6364.wc2b4dd .tf5b47a2d87{
    padding: 100px 0 80px;
    background-color: var(--bg-light);
    min-height: 60vh;
    display: flex;
    align-items: center; color: #1a1a2e;}
div.j08c62_6364.wc2b4dd .y9chf57rwp8r{
    max-width: 680px; 
    }
div.j08c62_6364.wc2b4dd .tf5b47a2d87 h1{
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    }
div.j08c62_6364.wc2b4dd .tf5b47a2d87 p{
    font-size: 1.25rem;
    color: var(--text-muted);
    margin-bottom: 40px;
    }
div.j08c62_6364.wc2b4dd .idde5836_xk{
    display: flex;
    gap: 16px;
    }
div.j08c62_6364.wc2b4dd .hccee55_70{
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    border-radius: var(--radius);
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    }
div.j08c62_6364.wc2b4dd .n88ed950_vb7{
    background-color: var(--primary-color);
    color: var(--text-main);
    box-shadow: 0 4px 15px rgba(230, 217, 51, 0.4);
    }
div.j08c62_6364.wc2b4dd .n88ed950_vb7:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 217, 51, 0.5);
    }
div.j08c62_6364.wc2b4dd .d9c5b1e_2dd8{
    padding: 80px 0;
    }
div.j08c62_6364.wc2b4dd .n7cad_fce{
    font-size: 2rem;
    margin-bottom: 16px;
    font-weight: 700;
    }
div.j08c62_6364.wc2b4dd .k2565e_mq{
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 48px;
    max-width: 680px;
    }
div.j08c62_6364.wc2b4dd .ywhae6zbg3r{
    display: grid;
    grid-template-columns: 1fr; 
    gap: 24px;
    }
div.j08c62_6364.wc2b4dd .aedb72c2466{
    padding: 32px;
    border: 1px solid #eeeeee;
    border-radius: var(--radius);
    transition: border-color 0.3s;
    }
div.j08c62_6364.wc2b4dd .aedb72c2466:hover{
    border-color: var(--secondary-color);
    }
div.j08c62_6364.wc2b4dd .vaf3__3cac{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
    }
div.j08c62_6364.wc2b4dd .ab127ba9ce{
    padding: 4px 12px;
    background: var(--bg-light);
    border-radius: 4px;
    font-size: 0.9rem;
    font-family: monospace;
    font-weight: 600; color: #1a1a2e;}
div.j08c62_6364.wc2b4dd .eb4d40d_wtb{
    margin: 40px 0;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    }
div.j08c62_6364.wc2b4dd .eb4d40d_wtb img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/9;
    }
div.j08c62_6364.wc2b4dd .hye820gkk55{
    margin-top: 40px;
    }
div.j08c62_6364.wc2b4dd .b0937_b8{
    margin-bottom: 32px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 24px;
    }
div.j08c62_6364.wc2b4dd .b0937_b8 h3{
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: var(--text-main);
    }
div.j08c62_6364.wc2b4dd .b0937_b8 p{
    color: var(--text-muted);
    }
div.j08c62_6364.wc2b4dd .x27a__270{
    background-color: var(--text-main);
    color: var(--white);
    padding: 60px 0;
    margin-top: 80px;
    }
div.j08c62_6364.wc2b4dd .x27a__270 h2{
    color: var(--primary-color);
    margin-bottom: 20px;
    }
div.j08c62_6364.wc2b4dd .k56bf3bcf9b{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    }
div.j08c62_6364.wc2b4dd .daa48318d1c h4{
    color: var(--text-main);
    margin-bottom: 8px;
    }
div.j08c62_6364.wc2b4dd .vbc2978ab a{
    color: var(--text-muted);
    text-decoration: none;
    margin-left: 24px;
    }
div.j08c62_6364.wc2b4dd .vbc2978ab a:hover{
    color: var(--secondary-color);
    }
@media (max-width: 768px) {div.j08c62_6364.wc2b4dd .tf5b47a2d87 h1{ font-size: 2.5rem; }
div.j08c62_6364.wc2b4dd .x4360ec66f1{ padding: 0 24px; }
div.j08c62_6364.wc2b4dd .k56bf3bcf9b{ flex-direction: column; gap: 32px; }
div.j08c62_6364.wc2b4dd .vbc2978ab a{ margin-left: 0; margin-right: 24px; }}
.xa94a__df001{
    background-color: var(--bg-color, hsl(62, 7%, 96%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.c92jvn1jqm2{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    }
.x409d9_bryn{
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    }
.xe03om2iwl9{
    width: 100%;
    font-family: var(--font-serif, "Playfair Display", "Noto Serif SC", serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color, hsl(62, 10%, 11%));
    margin-bottom: 16px;
    box-sizing: border-box;
    }
.f1325a605{
    width: 100%;
    max-width: 480px;
    font-family: var(--font-sans, sans-serif);
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted, hsl(62, 5%, 45%));
    box-sizing: border-box;
    }
.s98fc35_75b{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(0, 0, 0, 0.08));
    margin-top: 64px;
    margin-bottom: 32px;
    box-sizing: border-box; color: #ffffff;}
.jpz8xk7bu59{
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    }
.vrjj0vx55t{
    flex: 1;
    font-family: var(--font-sans, sans-serif);
    font-size: 14px;
    color: var(--text-muted, hsl(62, 5%, 45%));
    text-align: left;
    box-sizing: border-box;
    }
@media (max-width: 768px){.xa94a__df001{
    padding-top: 48px;
    padding-bottom: 32px;
    }
.xe03om2iwl9{
    font-size: 24px;
    margin-bottom: 12px;
    }
.f1325a605{
    font-size: 14px;
    }
.s98fc35_75b{
    margin-top: 40px;
    margin-bottom: 24px;
    }
.vrjj0vx55t{
    font-size: 13px;
    }}
.h60ddb__05ae6{
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    }
.hee24f_du{
    width: var(--max-width);
    height: var(--nav-height);
    background: var(--nav-bg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    position: relative;
    box-sizing: border-box; color: #1a1a2e;}
.r4479_737e{
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.02em;
    flex-shrink: 0;
    }
.h95bf0e61{
    display: none;
    }
.z0380__4354{
    display: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    }
.tcf77cfa94, .tcf77cfa94::before, .tcf77cfa94::after{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    position: absolute;
    border-radius: var(--radius-sm); color: #ffffff;}
.tcf77cfa94::before{
    content: "";
    top: -8px;
    left: 0;
    }
.tcf77cfa94::after{
    content: "";
    bottom: -8px;
    left: 0;
    }
.lc9a__44991{
    display: flex;
    align-items: center;
    gap: 32px;
    flex-grow: 1;
    justify-content: flex-end;
    }
.ded9c4ef{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
    }
.q4gm2qg3x{
    display: block;
    }
.oniyczz93wz{
    font-family: var(--font-sans);
    font-size: 0.95rem;
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    }
.oniyczz93wz:hover{
    color: var(--text-color);
    }
.oniyczz93wz::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition);
    border-radius: var(--radius-sm); color: #1a1a2e;}
.oniyczz93wz:hover::after{
    width: 100%;
    }
.x0b7c21c_1l1{
    display: flex;
    align-items: center;
    margin-left: 16px;
    }
.o96eee3f9{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 44px;
    background: var(--primary-color);
    color: #1a1a2e;
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(107, 115, 13, 0.3);
    border: 1px solid transparent;
    }
.o96eee3f9:hover{
    background: var(--secondary-color);
    box-shadow: 0 6px 16px rgba(35, 143, 70, 0.4);
    transform: translateY(-2px);
    color: #1a1a2e;
    }
@media (max-width: 1024px){.lc9a__44991 { gap: 16px; }
.ded9c4ef { gap: 16px; }
.x0b7c21c_1l1 { margin-left: 8px; }}
@media (max-width: 900px){.z0380__4354{
    display: flex;
    }
.lc9a__44991{
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    box-sizing: border-box; color: #1a1a2e;}
.h95bf0e61:checked ~ .lc9a__44991{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.h95bf0e61:checked ~ .z0380__4354 .tcf77cfa94{
    background-color: transparent;
    }
.h95bf0e61:checked ~ .z0380__4354 .tcf77cfa94::before{
    transform: rotate(45deg);
    top: 0;
    }
.h95bf0e61:checked ~ .z0380__4354 .tcf77cfa94::after{
    transform: rotate(-45deg);
    bottom: 0;
    }
.ded9c4ef{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    }
.q4gm2qg3x{
    width: 100%;
    }
.oniyczz93wz{
    display: block;
    width: 100%;
    font-size: 1.05rem;
    padding: 8px 0;
    }
.x0b7c21c_1l1{
    width: 100%;
    margin-left: 0;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
    }
.o96eee3f9{
    width: 100%;
    }}
.oniyczz93wz.active{color: var(--text-color);}
@media (min-width: 1025px){.h60ddb__05ae6 #nt1fdd8f653e, .h60ddb__05ae6 label[for="nt1fdd8f653e"]{ display: none !important; }}
@media (min-width: 1025px){.h60ddb__05ae6 .lc9a__44991{ 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){.h60ddb__05ae6 .lc9a__44991{ 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){.h60ddb__05ae6 .lc9a__44991 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.oniyczz93wz.active {color: var(--text-color);}
#nt1fdd8f653e:checked ~ .lc9a__44991 { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.h60ddb__05ae6.i14c75_26ee .lc9a__44991 { 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) {#nt1fdd8f653e:checked ~ .lc9a__44991 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.h60ddb__05ae6.i14c75_26ee #nt1fdd8f653e, .h60ddb__05ae6.i14c75_26ee label[for="nt1fdd8f653e"] { display: none !important; }}
@media (min-width: 1025px) {.h60ddb__05ae6.i14c75_26ee .lc9a__44991 { 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) {.h60ddb__05ae6.i14c75_26ee .lc9a__44991 { 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) {.h60ddb__05ae6.i14c75_26ee .lc9a__44991 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.j08c62_6364 img.m073__f16b {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.j08c62_6364 img.m073__f16b.j77187bb1 { aspect-ratio: 16 / 9; }
div.j08c62_6364 img.m073__f16b.xe6103288 { aspect-ratio: 16 / 10; }
div.j08c62_6364 img.m073__f16b.r2e3__dead { aspect-ratio: 4 / 3; }
div.j08c62_6364 img.m073__f16b.b0aa__1e84 { aspect-ratio: 1 / 1; }
div.j08c62_6364 :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.j08c62_6364 .gec0491f6 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.j08c62_6364 .gec0491f6.j77187bb1 { aspect-ratio: 16 / 9; }
div.j08c62_6364 .gec0491f6.xe6103288 { aspect-ratio: 16 / 10; }
div.j08c62_6364 .gec0491f6.r2e3__dead { aspect-ratio: 4 / 3; }
div.j08c62_6364 .gec0491f6.b0aa__1e84 { aspect-ratio: 1 / 1; }
div.j08c62_6364 .gec0491f6 > img.m073__f16b,
    div.j08c62_6364 .gec0491f6 > picture > img.m073__f16b {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.x7b1__492c {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.x7b1__492c > :first-child,
    .x7b1__492c > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.h60ddb__05ae6{
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    }
.hee24f_du{
    width: var(--max-width);
    height: var(--nav-height);
    background: var(--nav-bg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    position: relative;
    box-sizing: border-box; color: #1a1a2e;}
.r4479_737e{
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.02em;
    flex-shrink: 0;
    }
.h95bf0e61{
    display: none;
    }
.z0380__4354{
    display: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    }
.tcf77cfa94, .tcf77cfa94::before, .tcf77cfa94::after{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    position: absolute;
    border-radius: var(--radius-sm); color: #ffffff;}
.tcf77cfa94::before{
    content: "";
    top: -8px;
    left: 0;
    }
.tcf77cfa94::after{
    content: "";
    bottom: -8px;
    left: 0;
    }
.lc9a__44991{
    display: flex;
    align-items: center;
    gap: 32px;
    flex-grow: 1;
    justify-content: flex-end;
    }
.ded9c4ef{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
    }
.q4gm2qg3x{
    display: block;
    }
.oniyczz93wz{
    font-family: var(--font-sans);
    font-size: 0.95rem;
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    }
.oniyczz93wz:hover{
    color: var(--text-color);
    }
.oniyczz93wz::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition);
    border-radius: var(--radius-sm); color: #1a1a2e;}
.oniyczz93wz:hover::after{
    width: 100%;
    }
.x0b7c21c_1l1{
    display: flex;
    align-items: center;
    margin-left: 16px;
    }
.o96eee3f9{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 44px;
    background: var(--primary-color);
    color: #1a1a2e;
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(107, 115, 13, 0.3);
    border: 1px solid transparent;
    }
.o96eee3f9:hover{
    background: var(--secondary-color);
    box-shadow: 0 6px 16px rgba(35, 143, 70, 0.4);
    transform: translateY(-2px);
    color: #1a1a2e;
    }
@media (max-width: 1024px){.lc9a__44991 { gap: 16px; }
.ded9c4ef { gap: 16px; }
.x0b7c21c_1l1 { margin-left: 8px; }}
@media (max-width: 900px){.z0380__4354{
    display: flex;
    }
.lc9a__44991{
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    box-sizing: border-box; color: #1a1a2e;}
.h95bf0e61:checked ~ .lc9a__44991{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.h95bf0e61:checked ~ .z0380__4354 .tcf77cfa94{
    background-color: transparent;
    }
.h95bf0e61:checked ~ .z0380__4354 .tcf77cfa94::before{
    transform: rotate(45deg);
    top: 0;
    }
.h95bf0e61:checked ~ .z0380__4354 .tcf77cfa94::after{
    transform: rotate(-45deg);
    bottom: 0;
    }
.ded9c4ef{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    }
.q4gm2qg3x{
    width: 100%;
    }
.oniyczz93wz{
    display: block;
    width: 100%;
    font-size: 1.05rem;
    padding: 8px 0;
    }
.x0b7c21c_1l1{
    width: 100%;
    margin-left: 0;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
    }
.o96eee3f9{
    width: 100%;
    }}
.oniyczz93wz.active{color: var(--text-color);}
@media (min-width: 1025px){.h60ddb__05ae6 #nt1fdd8f653e, .h60ddb__05ae6 label[for="nt1fdd8f653e"]{ display: none !important; }}
@media (min-width: 1025px){.h60ddb__05ae6 .lc9a__44991{ 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){.h60ddb__05ae6 .lc9a__44991{ 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){.h60ddb__05ae6 .lc9a__44991 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.oniyczz93wz.active{color: var(--text-color);}
#nt1fdd8f653e:checked ~ .lc9a__44991{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.h60ddb__05ae6.i14c75_26ee .lc9a__44991{ 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){#nt1fdd8f653e:checked ~ .lc9a__44991{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.h60ddb__05ae6.i14c75_26ee #nt1fdd8f653e, .h60ddb__05ae6.i14c75_26ee label[for="nt1fdd8f653e"]{ display: none !important; }}
@media (min-width: 1025px){.h60ddb__05ae6.i14c75_26ee .lc9a__44991{ 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){.h60ddb__05ae6.i14c75_26ee .lc9a__44991{ 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){.h60ddb__05ae6.i14c75_26ee .lc9a__44991 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.xa94a__df001{
    background-color: var(--bg-color, hsl(62, 7%, 96%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.c92jvn1jqm2{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    }
.x409d9_bryn{
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    }
.xe03om2iwl9{
    width: 100%;
    font-family: var(--font-serif, "Playfair Display", "Noto Serif SC", serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color, hsl(62, 10%, 11%));
    margin-bottom: 16px;
    box-sizing: border-box;
    }
.f1325a605{
    width: 100%;
    max-width: 480px;
    font-family: var(--font-sans, sans-serif);
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted, hsl(62, 5%, 45%));
    box-sizing: border-box;
    }
.s98fc35_75b{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(0, 0, 0, 0.08));
    margin-top: 64px;
    margin-bottom: 32px;
    box-sizing: border-box; color: #ffffff;}
.jpz8xk7bu59{
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    }
.vrjj0vx55t{
    flex: 1;
    font-family: var(--font-sans, sans-serif);
    font-size: 14px;
    color: var(--text-muted, hsl(62, 5%, 45%));
    text-align: left;
    box-sizing: border-box;
    }
@media (max-width: 768px){.xa94a__df001{
    padding-top: 48px;
    padding-bottom: 32px;
    }
.xe03om2iwl9{
    font-size: 24px;
    margin-bottom: 12px;
    }
.f1325a605{
    font-size: 14px;
    }
.s98fc35_75b{
    margin-top: 40px;
    margin-bottom: 24px;
    }
.vrjj0vx55t{
    font-size: 13px;
    }}
.h60ddb__05ae6{
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.hee24f_du{
  width: var(--max-width);
  height: var(--nav-height);
  background: var(--nav-bg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  position: relative;
  box-sizing: border-box; color: #1a1a2e;}
.r4479_737e{
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.h95bf0e61{
  display: none;
}
.z0380__4354{
  display: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tcf77cfa94, .tcf77cfa94::before, .tcf77cfa94::after{
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition);
  position: absolute;
  border-radius: var(--radius-sm); color: #ffffff;}
.tcf77cfa94::before{
  content: "";
  top: -8px;
  left: 0;
}
.tcf77cfa94::after{
  content: "";
  bottom: -8px;
  left: 0;
}
.lc9a__44991{
  display: flex;
  align-items: center;
  gap: 32px;
  flex-grow: 1;
  justify-content: flex-end;
}
.ded9c4ef{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}
.q4gm2qg3x{
  display: block;
}
.oniyczz93wz{
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
  padding: 8px 0;
}
.oniyczz93wz:hover{
  color: var(--text-color);
}
.oniyczz93wz::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: var(--transition);
  border-radius: var(--radius-sm); color: #1a1a2e;}
.oniyczz93wz:hover::after{
  width: 100%;
}
.x0b7c21c_1l1{
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.o96eee3f9{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  height: 44px;
  background: var(--primary-color);
  color: #1a1a2e;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: var(--transition);
  box-shadow: 0 4px 12px rgba(107, 115, 13, 0.3);
  border: 1px solid transparent;
}
.o96eee3f9:hover{
  background: var(--secondary-color);
  box-shadow: 0 6px 16px rgba(35, 143, 70, 0.4);
  transform: translateY(-2px);
  color: #1a1a2e;
}
@media (max-width: 1024px){.lc9a__44991 { gap: 16px; }
.ded9c4ef { gap: 16px; }
.x0b7c21c_1l1 { margin-left: 8px; }}
@media (max-width: 900px){.z0380__4354{
    display: flex;
  }
.lc9a__44991{
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    box-sizing: border-box; color: #1a1a2e;}
.h95bf0e61:checked ~ .lc9a__44991{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
.h95bf0e61:checked ~ .z0380__4354 .tcf77cfa94{
    background-color: transparent;
  }
.h95bf0e61:checked ~ .z0380__4354 .tcf77cfa94::before{
    transform: rotate(45deg);
    top: 0;
  }
.h95bf0e61:checked ~ .z0380__4354 .tcf77cfa94::after{
    transform: rotate(-45deg);
    bottom: 0;
  }
.ded9c4ef{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
.q4gm2qg3x{
    width: 100%;
  }
.oniyczz93wz{
    display: block;
    width: 100%;
    font-size: 1.05rem;
    padding: 8px 0;
  }
.x0b7c21c_1l1{
    width: 100%;
    margin-left: 0;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
  }
.o96eee3f9{
    width: 100%;
  }}
.oniyczz93wz.active{color: var(--text-color);}
@media (min-width: 1025px){.h60ddb__05ae6 #nt1fdd8f653e, .h60ddb__05ae6 label[for="nt1fdd8f653e"]{ display: none !important; }}
@media (min-width: 1025px){.h60ddb__05ae6 .lc9a__44991{ 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){.h60ddb__05ae6 .lc9a__44991{ 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){.h60ddb__05ae6 .lc9a__44991 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.oniyczz93wz.active{color: var(--text-color);}
#nt1fdd8f653e:checked ~ .lc9a__44991{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.h60ddb__05ae6.i14c75_26ee .lc9a__44991{ 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){#nt1fdd8f653e:checked ~ .lc9a__44991{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.h60ddb__05ae6.i14c75_26ee #nt1fdd8f653e, .h60ddb__05ae6.i14c75_26ee label[for="nt1fdd8f653e"]{ display: none !important; }}
@media (min-width: 1025px){.h60ddb__05ae6.i14c75_26ee .lc9a__44991{ 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){.h60ddb__05ae6.i14c75_26ee .lc9a__44991{ 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){.h60ddb__05ae6.i14c75_26ee .lc9a__44991 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.d7a95d582f0{
  background-color: var(--bg-color, hsl(62, 7%, 96%));
  padding-top: 80px;
  padding-bottom: 40px;
  border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box; color: #1a1a2e;}
.e230bf_c005{
  width: var(--max-width, min(1200px, 92vw));
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.u89b__1026{
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.b175__0c60{
  width: 100%;
  font-family: var(--font-serif, "Playfair Display", "Noto Serif SC", serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color, hsl(62, 10%, 11%));
  margin-bottom: 16px;
  box-sizing: border-box;
}
.mfc1__ad28{
  width: 100%;
  max-width: 480px;
  font-family: var(--font-sans, sans-serif);
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted, hsl(62, 5%, 45%));
  box-sizing: border-box;
}
.ra0efb_2664{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, rgba(0, 0, 0, 0.08));
  margin-top: 64px;
  margin-bottom: 32px;
  box-sizing: border-box; color: #ffffff;}
.a73158da2{
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
}
.ba0d7d_addd{
  flex: 1;
  font-family: var(--font-sans, sans-serif);
  font-size: 14px;
  color: var(--text-muted, hsl(62, 5%, 45%));
  text-align: left;
  box-sizing: border-box;
}
@media (max-width: 768px){.d7a95d582f0{
    padding-top: 48px;
    padding-bottom: 32px;
  }
.b175__0c60{
    font-size: 24px;
    margin-bottom: 12px;
  }
.mfc1__ad28{
    font-size: 14px;
  }
.ra0efb_2664{
    margin-top: 40px;
    margin-bottom: 24px;
  }
.ba0d7d_addd{
    font-size: 13px;
  }}
.tf9f3d65a{box-sizing:border-box;}
.y503d9_67ff{box-sizing:border-box;}
.zaad0b061{box-sizing:border-box;}