:root {

  --primary-color: hsl(62, 80%, 25%);
  --secondary-color: hsl(137, 61%, 35%);
  --bg-color: hsl(62, 7%, 96%);
  --text-color: hsl(62, 10%, 11%);
  --text-muted: hsl(62, 5%, 45%);
  --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;
  --max-width: min(1200px, 92vw);
  --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.g4d406__049c.k082c8_wa7{
    background-color: var(--primary-color);
    color: var(--text-color);
    font-family: inherit;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 60px;
    }
div.j08c62_6364.g4d406__049c .q9778_225{
    max-width: inherit;
    margin: 0 auto;
    padding: 0 24px;
    }
div.j08c62_6364.g4d406__049c .e7b316_270a{
    padding: 100px 0 80px 0;
    border-bottom: 1px solid var(--faq-border);
    margin-bottom: 60px;
    }
div.j08c62_6364.g4d406__049c .pc6b0052b20{
    max-width: inherit;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
div.j08c62_6364.g4d406__049c .e7b316_270a h1{
    font-family: inherit;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 24px 0;
    color: var(--text-color);
    letter-spacing: -0.02em;
    }
div.j08c62_6364.g4d406__049c .e7b316_270a p.t90d3a07b76{
    font-size: 1.125rem;
    color: var(--text-color);
    margin: 0 0 40px 0;
    max-width: 100%;
    }
div.j08c62_6364.g4d406__049c .n6ipu9qhb7a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--text-color);
    font-weight: 600;
    font-size: 1rem;
    padding: 16px 32px;
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(193, 204, 34, 0.4); 
    }
div.j08c62_6364.g4d406__049c .n6ipu9qhb7a:hover{
    background-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(193, 204, 34, 0.5); color: #1a1a2e;}
div.j08c62_6364.g4d406__049c .nirh77vnx{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--text-color);
    font-weight: 600;
    font-size: 1rem;
    padding: 14px 30px;
    border: 2px solid var(--faq-text-main);
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: all 0.2s ease;
    }
div.j08c62_6364.g4d406__049c .nirh77vnx:hover{
    background-color: var(--primary-color);
    color: var(--text-color);
    }
div.j08c62_6364.g4d406__049c .xb397__9dac{
    margin-bottom: 80px;
    }
div.j08c62_6364.g4d406__049c .pb579fa_2dc6{
    max-width: inherit;
    margin-bottom: 40px;
    }
div.j08c62_6364.g4d406__049c .xb397__9dac h2{
    font-family: inherit;
    font-size: 2rem;
    margin: 0 0 16px 0;
    color: var(--text-color);
    }
div.j08c62_6364.g4d406__049c .h49f91da_3b{
    color: var(--text-color);
    font-size: 1rem;
    margin: 0;
    }
div.j08c62_6364.g4d406__049c .b961ef1556{
    display: flex;
    flex-direction: column;
    gap: 24px;
    }
div.j08c62_6364.g4d406__049c .h719311efc{
    background: var(--primary-color);
    border-radius: var(--radius-md);
    padding: 32px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--faq-border);
    transition: box-shadow 0.3s ease; color: #1a1a2e;}
div.j08c62_6364.g4d406__049c .h719311efc:hover{
    box-shadow: var(--shadow-md);
    }
div.j08c62_6364.g4d406__049c .h719311efc h3{
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 16px 0;
    color: var(--text-color);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    }
div.j08c62_6364.g4d406__049c .h719311efc h3::before{
    content: "Q.";
    color: var(--text-color);
    font-family: inherit;
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 2px;
    }
div.j08c62_6364.g4d406__049c .h719311efc p{
    color: var(--text-color);
    margin: 0;
    padding-left: 36px; 
    font-size: 0.95rem;
    }
div.j08c62_6364.g4d406__049c .h719311efc p a{
    color: var(--text-color);
    text-decoration: underline;
    text-decoration-color: inherit;
    text-underline-offset: 4px;
    font-weight: 500;
    transition: color 0.2s ease;
    }
div.j08c62_6364.g4d406__049c .h719311efc p a:hover{
    color: var(--text-color);
    text-decoration-color: inherit;
    }
div.j08c62_6364.g4d406__049c .wwz5ybvfw{
    display: block;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 8px;
    margin-top: 12px;
    }
div.j08c62_6364.g4d406__049c .fe9e78f_b38{
    background: var(--primary-color);
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-top: 60px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--faq-border); color: #1a1a2e;}
div.j08c62_6364.g4d406__049c .ya3f34_77{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    }
div.j08c62_6364.g4d406__049c .rmhbfvg5ic{
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    }
div.j08c62_6364.g4d406__049c .rmhbfvg5ic h2{
    font-family: inherit;
    font-size: 1.75rem;
    margin: 0 0 16px 0;
    }
div.j08c62_6364.g4d406__049c .rmhbfvg5ic p{
    color: var(--text-color);
    margin: 0 0 32px 0;
    }
div.j08c62_6364.g4d406__049c .s9orcnf2na{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    }
div.j08c62_6364.g4d406__049c .we34a_f4e{
    position: relative;
    min-height: 300px;
    }
div.j08c62_6364.g4d406__049c .we34a_f4e img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.j08c62_6364.g4d406__049c .s5e237_b77f{
    margin-top: 100px;
    padding-top: 40px;
    border-top: 1px solid var(--faq-border);
    }
div.j08c62_6364.g4d406__049c .eb6826f0b{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
    }
div.j08c62_6364.g4d406__049c .t15432_ede8{
    font-family: inherit;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 8px;
    }
div.j08c62_6364.g4d406__049c .x4b5__cda1{
    color: var(--text-color);
    font-size: 0.9rem;
    }
div.j08c62_6364.g4d406__049c .j3a9__2c86{
    width: 100%;
    margin-top: 40px;
    color: var(--text-color);
    font-size: 0.85rem;
    }
@media (max-width: 768px) {div.j08c62_6364.g4d406__049c .e7b316_270a{
    padding: 80px 0 60px 0;
    }
div.j08c62_6364.g4d406__049c .h719311efc{
    padding: 24px;
    }
div.j08c62_6364.g4d406__049c .ya3f34_77{
    grid-template-columns: 1fr;
    }
div.j08c62_6364.g4d406__049c .we34a_f4e{
    order: -1;
    min-height: 240px;
    }
div.j08c62_6364.g4d406__049c .rmhbfvg5ic{
    padding: 32px 24px;
    }
div.j08c62_6364.g4d406__049c .s9orcnf2na{
    flex-direction: column;
    width: 100%;
    }
div.j08c62_6364.g4d406__049c .n6ipu9qhb7a, div.j08c62_6364.g4d406__049c .nirh77vnx{
    width: 100%;
    }}
.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;}