:root {

  --faq-primary: hsl(144, 69%, 56%);
  --faq-primary-dark: hsl(144, 69%, 46%);
  --faq-secondary: hsl(255, 55%, 56%);
  --faq-text: hsl(144, 10%, 10%);
  --faq-text-light: hsl(144, 10%, 40%);
  --faq-bg: hsl(144, 6%, 96%);
  --faq-surface: #ffffff;
  --faq-border: rgba(0,0,0,0.08);
  --faq-radius: 24px;
  --faq-shadow: 0 12px 32px rgba(0,0,0,0.06);
  --primary-color: hsl(144, 69%, 36%);
  --secondary-color: hsl(255, 55%, 56%);
  --bg-color: hsl(144, 6%, 98%);
  --text-color: hsl(144, 10%, 15%);
  --text-muted: hsl(144, 8%, 40%);
  --border-color: rgba(20, 30, 24, 0.08);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 32px 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);
  --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.ae5971_5040.db43c31_dcvr{
    background-color: var(--faq-bg);
    color: var(--text-color, var(--faq-text));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    }
div.ae5971_5040.db43c31_dcvr .e23999f0b1c{
    padding: 80px 5%;
    background: var(--faq-surface);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    text-align: left;
    margin-bottom: 60px; color: #1a1a2e;}
div.ae5971_5040.db43c31_dcvr .z755b9_gq9{
    max-width: 1200px;
    margin: 0 auto;
    }
div.ae5971_5040.db43c31_dcvr .e23999f0b1c h1{
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    }
div.ae5971_5040.db43c31_dcvr .e23999f0b1c p{
    font-size: 1.25rem;
    color: var(--faq-text-light);
    max-width: 600px;
    margin-left: 0;
    }
div.ae5971_5040.db43c31_dcvr .u90a89b3{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5%;
    display: grid;
    gap: 40px;
    }
div.ae5971_5040.db43c31_dcvr .y6366_0ee{
    background: var(--faq-surface);
    border-radius: var(--faq-radius);
    padding: 40px;
    box-shadow: var(--faq-shadow); color: #1a1a2e;}
div.ae5971_5040.db43c31_dcvr .y6366_0ee h2{
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: var(--faq-primary-dark);
    text-align: left;
    border-bottom: 2px solid var(--faq-border);
    padding-bottom: 15px;
    }
div.ae5971_5040.db43c31_dcvr .accd4705{
    margin-bottom: 30px;
    }
div.ae5971_5040.db43c31_dcvr .accd4705:last-child{
    margin-bottom: 0;
    }
div.ae5971_5040.db43c31_dcvr .accd4705 h3{
    font-size: 1.2rem;
    margin-bottom: 12px;
    font-weight: 600;
    color: var(--faq-text);
    }
div.ae5971_5040.db43c31_dcvr .accd4705 p{
    color: var(--faq-text-light);
    margin-bottom: 15px;
    }
div.ae5971_5040.db43c31_dcvr .o758__a5cc{
    margin: 40px 0;
    border-radius: var(--faq-radius);
    overflow: hidden;
    box-shadow: var(--faq-shadow);
    }
div.ae5971_5040.db43c31_dcvr .o758__a5cc img{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
    }
div.ae5971_5040.db43c31_dcvr .k8c9f__ba7e{
    text-align: center;
    margin: 60px 0;
    }
div.ae5971_5040.db43c31_dcvr .phmw4lxhk{
    display: inline-block;
    padding: 16px 40px;
    background-color: var(--faq-primary);
    color: #1a1a2e;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 50px;
    box-shadow: 0 8px 24px rgba(34, 197, 94, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    }
div.ae5971_5040.db43c31_dcvr .phmw4lxhk:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(34, 197, 94, 0.4);
    }
div.ae5971_5040.db43c31_dcvr .gbaa__6e84{
    margin-top: 80px;
    padding: 40px 5%;
    text-align: center;
    color: var(--faq-text-light);
    border-top: 1px solid var(--faq-border);
    }
div.ae5971_5040.db43c31_dcvr .saf33f_h1k3{
    color: var(--faq-secondary);
    text-decoration: none;
    font-weight: 500;
    }
div.ae5971_5040.db43c31_dcvr .saf33f_h1k3:hover{
    text-decoration: underline;
    }
@media (max-width: 768px) {div.ae5971_5040.db43c31_dcvr .e23999f0b1c h1{ font-size: 2.2rem; }
div.ae5971_5040.db43c31_dcvr .y6366_0ee{ padding: 25px; }
div.ae5971_5040.db43c31_dcvr .e23999f0b1c{ text-align: left; padding: 60px 5%; }
div.ae5971_5040.db43c31_dcvr .e23999f0b1c p{ margin-left: 0; }
div.ae5971_5040.db43c31_dcvr .y6366_0ee h2{ text-align: left; }}
.c0779__b39e{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    box-shadow: var(--shadow-sm);
    border-bottom: 1px solid var(--border-color);
    z-index: 9999;
    display: flex;
    align-items: center; color: #1a1a2e;}
.te8e7fb{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    }
.g7fe1c21{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    }
.hea95e21_5y8h{
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.hea95e21_5y8h:hover{
    opacity: 0.85;
    }
.atrmdujg9{
    width: 28px;
    height: 28px;
    color: var(--primary-color);
    }
.i9dawyjql{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    }
.l1a36_61{
    display: none;
    }
.fe75d8_7y{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    cursor: pointer;
    z-index: 100;
    }
.v9ylus6znwo{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: var(--radius-sm);
    transition: var(--transition); color: #ffffff;}
.p6b6a859_f61{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-left: 2.5rem;
    }
.b738a__04eb{
    display: flex;
    align-items: center;
    gap: 0.2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.k25b90f419{
    position: relative;
    }
.f59d642{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 600;
    padding: 0.45rem 0.8rem;
    border-radius: var(--radius-md);
    transition: var(--transition);
    display: inline-block;
    }
.f59d642:hover{
    color: #ffffff;
    background-color: rgba(20, 30, 24, 0.05);
    }
.p40a22_xx1s{
    display: flex;
    align-items: center;
    margin-left: auto;
    }
.jbd3e8aa{
    background: linear-gradient(135deg, var(--primary-color), hsl(144, 69%, 30%));
    color: #1a1a2e;
    padding: 0.6rem 1.4rem;
    border-radius: var(--radius-lg);
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    }
.jbd3e8aa:hover{
    background: linear-gradient(135deg, var(--secondary-color), hsl(255, 55%, 48%));
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
    color: #1a1a2e;
    }
@media (max-width: 1024px){.b738a__04eb {
    gap: 0;
    }
.f59d642 {
    padding: 0.45rem 0.6rem;
    font-size: 0.88rem;
    }}
@media (max-width: 860px){.fe75d8_7y{
    display: flex;
    }
.p6b6a859_f61{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 4vw 2rem 4vw;
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--border-color);
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: var(--transition); color: #1a1a2e;}
#nt5a349fbe0f:checked ~ .p6b6a859_f61{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
#nt5a349fbe0f:checked ~ .fe75d8_7y .v9ylus6znwo:nth-child(1){
    transform: translateY(8px) rotate(45deg);
    }
#nt5a349fbe0f:checked ~ .fe75d8_7y .v9ylus6znwo:nth-child(2){
    opacity: 0;
    }
#nt5a349fbe0f:checked ~ .fe75d8_7y .v9ylus6znwo:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
    }
.b738a__04eb{
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 0.4rem;
    }
.k25b90f419{
    width: 100%;
    }
.f59d642{
    width: 100%;
    padding: 0.8rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 1rem;
    }
.p40a22_xx1s{
    margin-left: 0;
    margin-top: 1.5rem;
    width: 100%;
    }
.jbd3e8aa{
    width: 100%;
    padding: 0.8rem 1.4rem;
    font-size: 1rem;
    }}
.f59d642.active{color: #ffffff; background-color: rgba(20, 30, 24, 0.05);}
@media (min-width: 1025px){.c0779__b39e #nt5a349fbe0f, .c0779__b39e label[for="nt5a349fbe0f"]{ display: none !important; }}
@media (min-width: 1025px){.c0779__b39e .p6b6a859_f61{ 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){.c0779__b39e .p6b6a859_f61{ 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){.c0779__b39e .p6b6a859_f61 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.f59d642.active {color: #ffffff; background-color: rgba(20, 30, 24, 0.05);}
#nt5a349fbe0f:checked ~ .p6b6a859_f61 { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.c0779__b39e.lf14__4d3e .p6b6a859_f61 { 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) {#nt5a349fbe0f:checked ~ .p6b6a859_f61 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.c0779__b39e.lf14__4d3e #nt5a349fbe0f, .c0779__b39e.lf14__4d3e label[for="nt5a349fbe0f"] { display: none !important; }}
@media (min-width: 1025px) {.c0779__b39e.lf14__4d3e .p6b6a859_f61 { 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) {.c0779__b39e.lf14__4d3e .p6b6a859_f61 { 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) {.c0779__b39e.lf14__4d3e .p6b6a859_f61 a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.leea__08d{
    background-color: var(--bg-color, hsl(144, 6%, 98%));
    padding: 64px 24px 32px 24px;
    font-family: system-ui, -apple-system, sans-serif;
    box-sizing: border-box; color: #1a1a2e;}
.gc10cwvsx{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    }
.s5b7600a_kxc{
    background: linear-gradient(135deg, hsl(144, 25%, 92%), hsl(255, 15%, 95%));
    border-radius: var(--radius-lg, 24px);
    padding: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.04));
    margin-bottom: 48px;
    box-sizing: border-box;
    border: 1px solid var(--border-color, rgba(20, 30, 24, 0.08)); color: #1a1a2e;}
.jne9cyv5m6it{
    flex: 1 1 auto;
    box-sizing: border-box;
    }
.j367b__3ecc{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 32px;
    color: var(--text-color, hsl(144, 10%, 15%));
    margin: 0 0 12px 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 600;
    }
.cdc4c90d81{
    font-size: 18px;
    color: var(--text-muted, hsl(144, 8%, 40%));
    margin: 0;
    line-height: 1.5;
    }
.l6cf79__4480{
    flex: 0 0 auto;
    margin-left: 48px;
    box-sizing: border-box;
    }
.j09dbb0a8a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--text-color, hsl(144, 10%, 15%));
    color: #ffffff;
    padding: 16px 36px;
    border-radius: var(--radius-md, 12px);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, 0.08));
    transition: var(--transition, all 0.3s ease);
    box-sizing: border-box;
    }
.j09dbb0a8a:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 8px 32px rgba(0, 0, 0, 0.12));
    background-color: var(--primary-color, hsl(144, 69%, 36%));
    color: #1a1a2e;
    }
.p446c2e_247{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color, rgba(20, 30, 24, 0.08));
    box-sizing: border-box;
    }
.u13efe85b0{
    flex: 0 0 auto;
    box-sizing: border-box;
    }
.x5bc6a4f26{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color, hsl(144, 10%, 15%));
    letter-spacing: -0.01em;
    }
.ea002ead9{
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 24px;
    box-sizing: border-box;
    }
.yad8__9da8{
    font-size: 14px;
    color: var(--text-muted, hsl(144, 8%, 40%));
    }
.j2e6__8f3af{
    font-size: 14px;
    color: var(--text-muted, hsl(144, 8%, 40%));
    }
@media (max-width: 768px){.leea__08d{
    padding: 40px 16px 24px 16px;
    }
.s5b7600a_kxc{
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    margin-bottom: 32px;
    }
.j367b__3ecc{
    font-size: 26px;
    }
.cdc4c90d81{
    font-size: 16px;
    }
.l6cf79__4480{
    margin-left: 0;
    margin-top: 32px;
    width: 100%;
    }
.j09dbb0a8a{
    width: 100%;
    }
.p446c2e_247{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }
.ea002ead9{
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.ae5971_5040 img.rbc1387d3 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.ae5971_5040 img.rbc1387d3.x49671b96 { aspect-ratio: 16 / 9; }
div.ae5971_5040 img.rbc1387d3.fb0a__3127 { aspect-ratio: 16 / 10; }
div.ae5971_5040 img.rbc1387d3.zb7a0e_b920 { aspect-ratio: 4 / 3; }
div.ae5971_5040 img.rbc1387d3.s3e9__6c7c { aspect-ratio: 1 / 1; }
div.ae5971_5040 :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.ae5971_5040 .fb09c4_8f26 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.ae5971_5040 .fb09c4_8f26.x49671b96 { aspect-ratio: 16 / 9; }
div.ae5971_5040 .fb09c4_8f26.fb0a__3127 { aspect-ratio: 16 / 10; }
div.ae5971_5040 .fb09c4_8f26.zb7a0e_b920 { aspect-ratio: 4 / 3; }
div.ae5971_5040 .fb09c4_8f26.s3e9__6c7c { aspect-ratio: 1 / 1; }
div.ae5971_5040 .fb09c4_8f26 > img.rbc1387d3,
    div.ae5971_5040 .fb09c4_8f26 > picture > img.rbc1387d3 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.ae5971_5040.db43c31_dcvr .phmw4lxhk a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.ae5971_5040.db43c31_dcvr .phmw4lxhk a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.ae5971_5040.db43c31_dcvr .phmw4lxhk a:not([class]):hover{opacity:0.92;}
div.ae5971_5040.db43c31_dcvr .phmw4lxhk a[class=""]:hover{opacity:0.92;}
div.ae5971_5040.db43c31_dcvr .phmw4lxhk a:not([class]):visited{color:#ffffff !important;}
div.ae5971_5040.db43c31_dcvr .phmw4lxhk a[class=""]:visited{color:#ffffff !important;}
.c0779__b39e{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    box-shadow: var(--shadow-sm);
    border-bottom: 1px solid var(--border-color);
    z-index: 9999;
    display: flex;
    align-items: center; color: #1a1a2e;}
.te8e7fb{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    }
.g7fe1c21{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    }
.hea95e21_5y8h{
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.hea95e21_5y8h:hover{
    opacity: 0.85;
    }
.atrmdujg9{
    width: 28px;
    height: 28px;
    color: var(--primary-color);
    }
.i9dawyjql{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    }
.l1a36_61{
    display: none;
    }
.fe75d8_7y{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    cursor: pointer;
    z-index: 100;
    }
.v9ylus6znwo{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: var(--radius-sm);
    transition: var(--transition); color: #ffffff;}
.p6b6a859_f61{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-left: 2.5rem;
    }
.b738a__04eb{
    display: flex;
    align-items: center;
    gap: 0.2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.k25b90f419{
    position: relative;
    }
.f59d642{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 600;
    padding: 0.45rem 0.8rem;
    border-radius: var(--radius-md);
    transition: var(--transition);
    display: inline-block;
    }
.f59d642:hover{
    color: #ffffff;
    background-color: rgba(20, 30, 24, 0.05);
    }
.p40a22_xx1s{
    display: flex;
    align-items: center;
    margin-left: auto;
    }
.jbd3e8aa{
    background: linear-gradient(135deg, var(--primary-color), hsl(144, 69%, 30%));
    color: #1a1a2e;
    padding: 0.6rem 1.4rem;
    border-radius: var(--radius-lg);
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    }
.jbd3e8aa:hover{
    background: linear-gradient(135deg, var(--secondary-color), hsl(255, 55%, 48%));
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
    color: #1a1a2e;
    }
@media (max-width: 1024px){.b738a__04eb {
    gap: 0;
    }
.f59d642 {
    padding: 0.45rem 0.6rem;
    font-size: 0.88rem;
    }}
@media (max-width: 860px){.fe75d8_7y{
    display: flex;
    }
.p6b6a859_f61{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 4vw 2rem 4vw;
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--border-color);
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: var(--transition); color: #1a1a2e;}
#nt5a349fbe0f:checked ~ .p6b6a859_f61{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
#nt5a349fbe0f:checked ~ .fe75d8_7y .v9ylus6znwo:nth-child(1){
    transform: translateY(8px) rotate(45deg);
    }
#nt5a349fbe0f:checked ~ .fe75d8_7y .v9ylus6znwo:nth-child(2){
    opacity: 0;
    }
#nt5a349fbe0f:checked ~ .fe75d8_7y .v9ylus6znwo:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
    }
.b738a__04eb{
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 0.4rem;
    }
.k25b90f419{
    width: 100%;
    }
.f59d642{
    width: 100%;
    padding: 0.8rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 1rem;
    }
.p40a22_xx1s{
    margin-left: 0;
    margin-top: 1.5rem;
    width: 100%;
    }
.jbd3e8aa{
    width: 100%;
    padding: 0.8rem 1.4rem;
    font-size: 1rem;
    }}
.f59d642.active{color: #ffffff; background-color: rgba(20, 30, 24, 0.05);}
@media (min-width: 1025px){.c0779__b39e #nt5a349fbe0f, .c0779__b39e label[for="nt5a349fbe0f"]{ display: none !important; }}
@media (min-width: 1025px){.c0779__b39e .p6b6a859_f61{ 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){.c0779__b39e .p6b6a859_f61{ 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){.c0779__b39e .p6b6a859_f61 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.f59d642.active{color: #ffffff; background-color: rgba(20, 30, 24, 0.05);}
#nt5a349fbe0f:checked ~ .p6b6a859_f61{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.c0779__b39e.lf14__4d3e .p6b6a859_f61{ 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){#nt5a349fbe0f:checked ~ .p6b6a859_f61{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.c0779__b39e.lf14__4d3e #nt5a349fbe0f, .c0779__b39e.lf14__4d3e label[for="nt5a349fbe0f"]{ display: none !important; }}
@media (min-width: 1025px){.c0779__b39e.lf14__4d3e .p6b6a859_f61{ 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){.c0779__b39e.lf14__4d3e .p6b6a859_f61{ 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){.c0779__b39e.lf14__4d3e .p6b6a859_f61 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.leea__08d{
    background-color: var(--bg-color, hsl(144, 6%, 98%));
    padding: 64px 24px 32px 24px;
    font-family: system-ui, -apple-system, sans-serif;
    box-sizing: border-box; color: #1a1a2e;}
.gc10cwvsx{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    }
.s5b7600a_kxc{
    background: linear-gradient(135deg, hsl(144, 25%, 92%), hsl(255, 15%, 95%));
    border-radius: var(--radius-lg, 24px);
    padding: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.04));
    margin-bottom: 48px;
    box-sizing: border-box;
    border: 1px solid var(--border-color, rgba(20, 30, 24, 0.08)); color: #1a1a2e;}
.jne9cyv5m6it{
    flex: 1 1 auto;
    box-sizing: border-box;
    }
.j367b__3ecc{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 32px;
    color: var(--text-color, hsl(144, 10%, 15%));
    margin: 0 0 12px 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 600;
    }
.cdc4c90d81{
    font-size: 18px;
    color: var(--text-muted, hsl(144, 8%, 40%));
    margin: 0;
    line-height: 1.5;
    }
.l6cf79__4480{
    flex: 0 0 auto;
    margin-left: 48px;
    box-sizing: border-box;
    }
.j09dbb0a8a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--text-color, hsl(144, 10%, 15%));
    color: #ffffff;
    padding: 16px 36px;
    border-radius: var(--radius-md, 12px);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, 0.08));
    transition: var(--transition, all 0.3s ease);
    box-sizing: border-box;
    }
.j09dbb0a8a:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 8px 32px rgba(0, 0, 0, 0.12));
    background-color: var(--primary-color, hsl(144, 69%, 36%));
    color: #1a1a2e;
    }
.p446c2e_247{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color, rgba(20, 30, 24, 0.08));
    box-sizing: border-box;
    }
.u13efe85b0{
    flex: 0 0 auto;
    box-sizing: border-box;
    }
.x5bc6a4f26{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color, hsl(144, 10%, 15%));
    letter-spacing: -0.01em;
    }
.ea002ead9{
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 24px;
    box-sizing: border-box;
    }
.yad8__9da8{
    font-size: 14px;
    color: var(--text-muted, hsl(144, 8%, 40%));
    }
.j2e6__8f3af{
    font-size: 14px;
    color: var(--text-muted, hsl(144, 8%, 40%));
    }
@media (max-width: 768px){.leea__08d{
    padding: 40px 16px 24px 16px;
    }
.s5b7600a_kxc{
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    margin-bottom: 32px;
    }
.j367b__3ecc{
    font-size: 26px;
    }
.cdc4c90d81{
    font-size: 16px;
    }
.l6cf79__4480{
    margin-left: 0;
    margin-top: 32px;
    width: 100%;
    }
.j09dbb0a8a{
    width: 100%;
    }
.p446c2e_247{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }
.ea002ead9{
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    }}
.c0779__b39e{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  box-shadow: var(--shadow-sm);
  border-bottom: 1px solid var(--border-color);
  z-index: 9999;
  display: flex;
  align-items: center; color: #1a1a2e;}
.te8e7fb{
  width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.g7fe1c21{
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.hea95e21_5y8h{
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--text-color);
  transition: var(--transition);
}
.hea95e21_5y8h:hover{
  opacity: 0.85;
}
.atrmdujg9{
  width: 28px;
  height: 28px;
  color: var(--primary-color);
}
.i9dawyjql{
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.l1a36_61{
  display: none;
}
.fe75d8_7y{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  cursor: pointer;
  z-index: 100;
}
.v9ylus6znwo{
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  border-radius: var(--radius-sm);
  transition: var(--transition); color: #ffffff;}
.p6b6a859_f61{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin-left: 2.5rem;
}
.b738a__04eb{
  display: flex;
  align-items: center;
  gap: 0.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.k25b90f419{
  position: relative;
}
.f59d642{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.45rem 0.8rem;
  border-radius: var(--radius-md);
  transition: var(--transition);
  display: inline-block;
}
.f59d642:hover{
  color: #ffffff;
  background-color: rgba(20, 30, 24, 0.05);
}
.p40a22_xx1s{
  display: flex;
  align-items: center;
  margin-left: auto;
}
.jbd3e8aa{
  background: linear-gradient(135deg, var(--primary-color), hsl(144, 69%, 30%));
  color: #1a1a2e;
  padding: 0.6rem 1.4rem;
  border-radius: var(--radius-lg);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.jbd3e8aa:hover{
  background: linear-gradient(135deg, var(--secondary-color), hsl(255, 55%, 48%));
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
  color: #1a1a2e;
}
@media (max-width: 1024px){.b738a__04eb {
    gap: 0;
  }
.f59d642 {
    padding: 0.45rem 0.6rem;
    font-size: 0.88rem;
  }}
@media (max-width: 860px){.fe75d8_7y{
    display: flex;
  }
.p6b6a859_f61{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 4vw 2rem 4vw;
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--border-color);
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: var(--transition); color: #1a1a2e;}
#nt5a349fbe0f:checked ~ .p6b6a859_f61{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
#nt5a349fbe0f:checked ~ .fe75d8_7y .v9ylus6znwo:nth-child(1){
    transform: translateY(8px) rotate(45deg);
  }
#nt5a349fbe0f:checked ~ .fe75d8_7y .v9ylus6znwo:nth-child(2){
    opacity: 0;
  }
#nt5a349fbe0f:checked ~ .fe75d8_7y .v9ylus6znwo:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
  }
.b738a__04eb{
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 0.4rem;
  }
.k25b90f419{
    width: 100%;
  }
.f59d642{
    width: 100%;
    padding: 0.8rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 1rem;
  }
.p40a22_xx1s{
    margin-left: 0;
    margin-top: 1.5rem;
    width: 100%;
  }
.jbd3e8aa{
    width: 100%;
    padding: 0.8rem 1.4rem;
    font-size: 1rem;
  }}
.f59d642.active{color: #ffffff; background-color: rgba(20, 30, 24, 0.05);}
@media (min-width: 1025px){.c0779__b39e #nt5a349fbe0f, .c0779__b39e label[for="nt5a349fbe0f"]{ display: none !important; }}
@media (min-width: 1025px){.c0779__b39e .p6b6a859_f61{ 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){.c0779__b39e .p6b6a859_f61{ 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){.c0779__b39e .p6b6a859_f61 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.f59d642.active{color: #ffffff; background-color: rgba(20, 30, 24, 0.05);}
#nt5a349fbe0f:checked ~ .p6b6a859_f61{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.c0779__b39e.lf14__4d3e .p6b6a859_f61{ 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){#nt5a349fbe0f:checked ~ .p6b6a859_f61{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.c0779__b39e.lf14__4d3e #nt5a349fbe0f, .c0779__b39e.lf14__4d3e label[for="nt5a349fbe0f"]{ display: none !important; }}
@media (min-width: 1025px){.c0779__b39e.lf14__4d3e .p6b6a859_f61{ 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){.c0779__b39e.lf14__4d3e .p6b6a859_f61{ 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){.c0779__b39e.lf14__4d3e .p6b6a859_f61 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.xa0eec2f24c{
  background-color: var(--bg-color, hsl(144, 6%, 98%));
  padding: 64px 24px 32px 24px;
  font-family: system-ui, -apple-system, sans-serif;
  box-sizing: border-box; color: #1a1a2e;}
.za07__5850{
  max-width: var(--max-width, 1200px);
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.mcbbc2f59{
  background: linear-gradient(135deg, hsl(144, 25%, 92%), hsl(255, 15%, 95%));
  border-radius: var(--radius-lg, 24px);
  padding: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: var(--shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.04));
  margin-bottom: 48px;
  box-sizing: border-box;
  border: 1px solid var(--border-color, rgba(20, 30, 24, 0.08)); color: #1a1a2e;}
.k63e72301{
  flex: 1 1 auto;
  box-sizing: border-box;
}
.ra4f__4268{
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 32px;
  color: var(--text-color, hsl(144, 10%, 15%));
  margin: 0 0 12px 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.pfbf39fa3{
  font-size: 18px;
  color: var(--text-muted, hsl(144, 8%, 40%));
  margin: 0;
  line-height: 1.5;
}
.d2d7__546e{
  flex: 0 0 auto;
  margin-left: 48px;
  box-sizing: border-box;
}
.db6fdab85a1{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--text-color, hsl(144, 10%, 15%));
  color: #ffffff;
  padding: 16px 36px;
  border-radius: var(--radius-md, 12px);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, 0.08));
  transition: var(--transition, all 0.3s ease);
  box-sizing: border-box;
}
.db6fdab85a1:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg, 0 8px 32px rgba(0, 0, 0, 0.12));
  background-color: var(--primary-color, hsl(144, 69%, 36%));
  color: #1a1a2e;
}
.nea6ae09a{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid var(--border-color, rgba(20, 30, 24, 0.08));
  box-sizing: border-box;
}
.f150__e65d{
  flex: 0 0 auto;
  box-sizing: border-box;
}
.r674ec0f71f{
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color, hsl(144, 10%, 15%));
  letter-spacing: -0.01em;
}
.b79751_4b50{
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 24px;
  box-sizing: border-box;
}
.l6679f00f{
  font-size: 14px;
  color: var(--text-muted, hsl(144, 8%, 40%));
}
.g0fdde_cab1{
  font-size: 14px;
  color: var(--text-muted, hsl(144, 8%, 40%));
}
@media (max-width: 768px){.xa0eec2f24c{
    padding: 40px 16px 24px 16px;
  }
.mcbbc2f59{
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    margin-bottom: 32px;
  }
.ra4f__4268{
    font-size: 26px;
  }
.pfbf39fa3{
    font-size: 16px;
  }
.d2d7__546e{
    margin-left: 0;
    margin-top: 32px;
    width: 100%;
  }
.db6fdab85a1{
    width: 100%;
  }
.nea6ae09a{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
.b79751_4b50{
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
  }}
.m35c__1264{box-sizing:border-box;}
.w49f9d_0a0c{box-sizing:border-box;}
.k39e1c31f{display:block;max-width:100%;height:auto;}
.sf61__664a{box-sizing:border-box;}
@media (max-width: 768px) {.s5b7600a_kxc { 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; }
.p446c2e_247 { 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; }}