:root {

  --help-accent: hsl(295, 62%, 61%);
  --help-secondary: hsl(358, 49%, 61%);
  --help-text: hsl(295, 10%, 9%);
  --help-bg: hsl(295, 6%, 96%);
  --help-card-bg: hsl(0, 0%, 100%);
  --help-border: hsl(295, 10%, 85%);
  --primary-color: hsl(295, 62%, 50%);
  --secondary-color: hsl(358, 65%, 55%);
  --bg-color: hsl(295, 6%, 96%);
  --text-color: hsl(295, 10%, 9%);
  --text-muted: hsl(295, 5%, 40%);
  --border-color: hsla(295, 10%, 10%, 0.1);
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 12px;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 15px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.15);
  --nav-height: 72px;
  --max-width: 1280px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(246, 244, 246, 0.95);
  --font-serif: "Georgia", "Times New Roman", serif;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 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.k4819a_4cbb.z461d5__5c28 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
div.k4819a_4cbb.z461d5__5c28{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--help-text);
    background: var(--help-bg);
    line-height: 1.6;
    }
div.k4819a_4cbb.z461d5__5c28{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    }
div.k4819a_4cbb.z461d5__5c28 .s387f3__6a3f{
    text-align: center;
    margin-bottom: 80px;
    }
div.k4819a_4cbb.z461d5__5c28 h1{
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--help-text);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    }
div.k4819a_4cbb.z461d5__5c28 .g5b64256{
    font-size: 1.1rem;
    color: hsl(295, 10%, 40%);
    max-width: 700px;
    margin: 0 auto;
    }
div.k4819a_4cbb.z461d5__5c28 .c9fb221_b88f{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 80px;
    }
div.k4819a_4cbb.z461d5__5c28 .p68d8a3a{
    background: var(--help-card-bg);
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s, box-shadow 0.2s; color: #1a1a2e;}
div.k4819a_4cbb.z461d5__5c28 .p68d8a3a:hover{
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }
div.k4819a_4cbb.z461d5__5c28 h2{
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--help-text);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    }
div.k4819a_4cbb.z461d5__5c28 .ed0de1__0efc7{
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--help-accent), var(--help-secondary));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a2e;
    font-size: 1.2rem;
    flex-shrink: 0;
    }
div.k4819a_4cbb.z461d5__5c28 h3{
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--help-text);
    margin: 24px 0 12px;
    }
div.k4819a_4cbb.z461d5__5c28 .p68d8a3a p{
    color: hsl(295, 10%, 35%);
    margin-bottom: 12px;
    line-height: 1.7;
    }
div.k4819a_4cbb.z461d5__5c28 .p68d8a3a ul{
    list-style: none;
    margin: 16px 0;
    }
div.k4819a_4cbb.z461d5__5c28 .p68d8a3a li{
    padding: 8px 0 8px 24px;
    position: relative;
    color: hsl(295, 10%, 30%);
    }
div.k4819a_4cbb.z461d5__5c28 .p68d8a3a li:before{
    content: "→";
    position: absolute;
    left: 0;
    color: var(--help-accent);
    font-weight: 600;
    }
div.k4819a_4cbb.z461d5__5c28 .p68d8a3a code{
    background: var(--help-bg);
    padding: 2px 8px;
    border-radius: 4px;
    font-family: "SF Mono", Monaco, monospace;
    font-size: 0.9em;
    color: #1a1a2e;
    }
div.k4819a_4cbb.z461d5__5c28 .p68d8a3a a{
    color: var(--help-accent);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
    }
div.k4819a_4cbb.z461d5__5c28 .p68d8a3a a:hover{
    color: var(--help-secondary);
    text-decoration: underline;
    }
div.k4819a_4cbb.z461d5__5c28 .peed9377b9{
    background: linear-gradient(135deg, var(--help-accent), var(--help-secondary));
    color: #1a1a2e;
    border-radius: 12px;
    padding: 48px;
    text-align: center;
    margin-bottom: 80px;
    }
div.k4819a_4cbb.z461d5__5c28 .peed9377b9 h2{
    color: white;
    justify-content: center;
    margin-bottom: 16px;
    }
div.k4819a_4cbb.z461d5__5c28 .peed9377b9 p{
    font-size: 1.1rem;
    opacity: 0.95;
    margin-bottom: 24px;
    }
div.k4819a_4cbb.z461d5__5c28 .ucd2edf_tj{
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    margin-top: 8px; color: #1a1a2e;}
div.k4819a_4cbb.z461d5__5c28 .hcbda5_04r4{
    text-align: center;
    padding: 60px 20px;
    background: var(--help-card-bg);
    border-radius: 12px;
    margin-bottom: 60px; color: #1a1a2e;}
div.k4819a_4cbb.z461d5__5c28 .hcbda5_04r4 h2{
    justify-content: center;
    margin-bottom: 24px;
    }
div.k4819a_4cbb.z461d5__5c28 .hcbda5_04r4 p{
    color: hsl(295, 10%, 40%);
    font-size: 1.1rem;
    margin-bottom: 32px;
    }
div.k4819a_4cbb.z461d5__5c28 .adnd49hq8y{
    display: inline-block;
    background: linear-gradient(135deg, var(--help-accent), var(--help-secondary));
    color: #1a1a2e;
    padding: 16px 48px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 4px 16px rgba(295, 62%, 61%, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    }
div.k4819a_4cbb.z461d5__5c28 .adnd49hq8y:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(295, 62%, 61%, 0.4);
    }
@media (max-width: 768px) {div.k4819a_4cbb.z461d5__5c28 h1{
    font-size: 2rem;
    }
div.k4819a_4cbb.z461d5__5c28 .c9fb221_b88f{
    grid-template-columns: 1fr;
    gap: 24px;
    }
div.k4819a_4cbb.z461d5__5c28 .p68d8a3a{
    padding: 24px;
    }
div.k4819a_4cbb.z461d5__5c28 .peed9377b9{
    padding: 32px 24px;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: var(--font-sans);
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.qee6250b5a1{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.n5a33fc{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    }
.i8125__45d68{
    font-family: var(--font-serif);
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: var(--text-color);
    text-decoration: none;
    flex-shrink: 0;
    }
.p76a101e_6e{
    flex-grow: 1;
    }
.t08dc3__274{
    display: flex;
    list-style: none;
    gap: 4px;
    justify-content: flex-start;
    }
.o612bec18d{
    text-decoration: none;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.o612bec18d:hover{
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--primary-color);
    }
.hb34d29_4c{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.tpweqcv43vaf{
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: none;
    display: inline-block;
    }
.tpweqcv43vaf:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.tpweqcv43vaf:active{
    transform: translateY(0);
    }
.jc78569dc{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.jc78569dc .qlevbjnrst{
    width: 22px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.u109a08_hc{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    max-height: 0;
    overflow: hidden;
    transition: var(--transition); color: #1a1a2e;}
.hc4d424_43f3{
    list-style: none;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.n99padktt{
    text-decoration: none;
    color: var(--text-color);
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 8px 0;
    }
.rc016f_e23{
    color: var(--primary-color);
    font-weight: 700;
    border-top: 1px solid var(--border-color);
    padding-top: 16px;
    margin-top: 8px;
    }
@media (max-width: 1024px){.p76a101e_6e {
    display: none;
    }
.jc78569dc {
    display: flex;
    }
.qee6250b5a1.is-open .u109a08_hc {
    max-height: 500px;
    box-shadow: var(--shadow-lg);
    }
.qee6250b5a1.is-open .qlevbjnrst:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    }
.qee6250b5a1.is-open .qlevbjnrst:nth-child(2) {
    transform: translateY(-7px) rotate(-45deg);
    }}
@media (max-width: 480px){.n5a33fc{
    padding: 0 16px;
    }
.tpweqcv43vaf{
    display: none; 
    }
.i8125__45d68{
    font-size: 26px;
    }}
.rc016f_e23.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.n99padktt.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.o612bec18d.active{background-color: rgba(0, 0, 0, 0.05); color: var(--primary-color);}
.jd34de__232{list-style:none;}
.n99padktt.active {color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.o612bec18d.active {background-color: rgba(0, 0, 0, 0.05); color: var(--primary-color);}
.rc016f_e23.active {color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.ad52a0d909{
    background-color: var(--bg-color, hsl(295, 6%, 96%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color, hsla(295, 10%, 10%, 0.1)); color: #1a1a2e;}
.k91550__d14{
    max-width: var(--max-width, 1280px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    }
.kqu24r1hu3zu{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
    }
.f938bbc_a779{
    flex: 0 0 60%;
    }
.f7e7ec_372{
    display: block;
    font-family: var(--font-serif, "Georgia", serif);
    font-size: 32px;
    font-weight: 700;
    color: var(--text-color, hsl(295, 10%, 9%));
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    }
.fb11581_ax{
    font-family: var(--font-sans, sans-serif);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted, hsl(295, 5%, 40%));
    margin: 0;
    max-width: 480px;
    }
.fqvxu2q6t{
    flex: 0 0 auto;
    }
.a3517__019d0{
    display: inline-block;
    background-color: var(--primary-color, hsl(295, 62%, 50%));
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--radius-md, 6px);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    box-shadow: var(--shadow-md, 0 4px 15px rgba(0, 0, 0, 0.1));
    transition: var(--transition, all 0.3s ease);
    }
.a3517__019d0:hover{
    transform: translateY(-2px);
    filter: brightness(1.1);
    box-shadow: var(--shadow-lg, 0 10px 30px rgba(0, 0, 0, 0.15));
    }
.m81d92_c1{
    height: 1px;
    background-color: var(--border-color, hsla(295, 10%, 10%, 0.1));
    margin-bottom: 60px;
    width: 100%; color: #ffffff;}
.i5ddb__f633{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
    }
.ncf736f_4i{
    flex: 1;
    min-width: 200px;
    }
.qwzr3765qp{
    font-family: var(--font-serif, "Georgia", serif);
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color, hsl(295, 10%, 9%));
    margin-top: 0;
    margin-bottom: 24px;
    }
.oaf5c9e8_9j{
    list-style: none;
    padding: 0;
    margin: 0;
    }
.vfa2__8bb70{
    margin-bottom: 12px;
    }
.e4704fc_pyg3{
    color: var(--text-muted, hsl(295, 5%, 40%));
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition, all 0.3s ease);
    }
.e4704fc_pyg3:hover{
    color: var(--primary-color, hsl(295, 62%, 50%));
    }
.cf7c3d_6b89{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color, hsla(295, 10%, 10%, 0.1));
    }
.a21eb_9f7{
    flex: 0 0 auto;
    font-size: 13px;
    color: var(--text-muted, hsl(295, 5%, 40%));
    }
.a50c__12c17{
    flex: 0 0 auto;
    display: flex;
    gap: 24px;
    }
.kqydr0ru{
    font-size: 13px;
    color: var(--text-muted, hsl(295, 5%, 40%));
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.kqydr0ru:hover{
    color: var(--text-color, hsl(295, 10%, 9%));
    }
@media (max-width: 768px){.ad52a0d909{
    padding-top: 60px;
    }
.kqu24r1hu3zu{
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    }
.f938bbc_a779{
    flex: 0 0 100%;
    }
.ncf736f_4i{
    flex: 0 0 50%;
    margin-bottom: 40px;
    }
.cf7c3d_6b89{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.k4819a_4cbb img.ne569d_fe04 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.k4819a_4cbb img.ne569d_fe04.x6b4aa_4906 { aspect-ratio: 16 / 9; }
div.k4819a_4cbb img.ne569d_fe04.a121__839c { aspect-ratio: 16 / 10; }
div.k4819a_4cbb img.ne569d_fe04.vb26b295b9f { aspect-ratio: 4 / 3; }
div.k4819a_4cbb img.ne569d_fe04.e2cd3d179 { aspect-ratio: 1 / 1; }
div.k4819a_4cbb :is(div, section, article, aside, ul, ol, li, figure, picture, table, form, fieldset, pre, blockquote) {
    box-sizing: border-box !important;
    min-width: 0;
    max-width: 100%;
    }
div.k4819a_4cbb .s6c1__e4bc {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.k4819a_4cbb .s6c1__e4bc.x6b4aa_4906 { aspect-ratio: 16 / 9; }
div.k4819a_4cbb .s6c1__e4bc.a121__839c { aspect-ratio: 16 / 10; }
div.k4819a_4cbb .s6c1__e4bc.vb26b295b9f { aspect-ratio: 4 / 3; }
div.k4819a_4cbb .s6c1__e4bc.e2cd3d179 { aspect-ratio: 1 / 1; }
div.k4819a_4cbb .s6c1__e4bc > img.ne569d_fe04,
    div.k4819a_4cbb .s6c1__e4bc > picture > img.ne569d_fe04 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.z3ab__cc1f {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.z3ab__cc1f > :first-child,
    .z3ab__cc1f > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: var(--font-sans);
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.qee6250b5a1{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.n5a33fc{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    }
.i8125__45d68{
    font-family: var(--font-serif);
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: var(--text-color);
    text-decoration: none;
    flex-shrink: 0;
    }
.p76a101e_6e{
    flex-grow: 1;
    }
.t08dc3__274{
    display: flex;
    list-style: none;
    gap: 4px;
    justify-content: flex-start;
    }
.o612bec18d{
    text-decoration: none;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.o612bec18d:hover{
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--primary-color);
    }
.hb34d29_4c{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.tpweqcv43vaf{
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: none;
    display: inline-block;
    }
.tpweqcv43vaf:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.tpweqcv43vaf:active{
    transform: translateY(0);
    }
.jc78569dc{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.jc78569dc .qlevbjnrst{
    width: 22px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.u109a08_hc{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    max-height: 0;
    overflow: hidden;
    transition: var(--transition); color: #1a1a2e;}
.hc4d424_43f3{
    list-style: none;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.n99padktt{
    text-decoration: none;
    color: var(--text-color);
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 8px 0;
    }
.rc016f_e23{
    color: var(--primary-color);
    font-weight: 700;
    border-top: 1px solid var(--border-color);
    padding-top: 16px;
    margin-top: 8px;
    }
@media (max-width: 1024px){.p76a101e_6e {
    display: none;
    }
.jc78569dc {
    display: flex;
    }
.qee6250b5a1.is-open .u109a08_hc {
    max-height: 500px;
    box-shadow: var(--shadow-lg);
    }
.qee6250b5a1.is-open .qlevbjnrst:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    }
.qee6250b5a1.is-open .qlevbjnrst:nth-child(2) {
    transform: translateY(-7px) rotate(-45deg);
    }}
@media (max-width: 480px){.n5a33fc{
    padding: 0 16px;
    }
.tpweqcv43vaf{
    display: none; 
    }
.i8125__45d68{
    font-size: 26px;
    }}
.rc016f_e23.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.n99padktt.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.o612bec18d.active{background-color: rgba(0, 0, 0, 0.05); color: var(--primary-color);}
.jd34de__232{list-style:none;}
.n99padktt.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.o612bec18d.active{background-color: rgba(0, 0, 0, 0.05); color: var(--primary-color);}
.rc016f_e23.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.ad52a0d909{
    background-color: var(--bg-color, hsl(295, 6%, 96%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color, hsla(295, 10%, 10%, 0.1)); color: #1a1a2e;}
.k91550__d14{
    max-width: var(--max-width, 1280px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    }
.kqu24r1hu3zu{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
    }
.f938bbc_a779{
    flex: 0 0 60%;
    }
.f7e7ec_372{
    display: block;
    font-family: var(--font-serif, "Georgia", serif);
    font-size: 32px;
    font-weight: 700;
    color: var(--text-color, hsl(295, 10%, 9%));
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    }
.fb11581_ax{
    font-family: var(--font-sans, sans-serif);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted, hsl(295, 5%, 40%));
    margin: 0;
    max-width: 480px;
    }
.fqvxu2q6t{
    flex: 0 0 auto;
    }
.a3517__019d0{
    display: inline-block;
    background-color: var(--primary-color, hsl(295, 62%, 50%));
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--radius-md, 6px);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    box-shadow: var(--shadow-md, 0 4px 15px rgba(0, 0, 0, 0.1));
    transition: var(--transition, all 0.3s ease);
    }
.a3517__019d0:hover{
    transform: translateY(-2px);
    filter: brightness(1.1);
    box-shadow: var(--shadow-lg, 0 10px 30px rgba(0, 0, 0, 0.15));
    }
.m81d92_c1{
    height: 1px;
    background-color: var(--border-color, hsla(295, 10%, 10%, 0.1));
    margin-bottom: 60px;
    width: 100%; color: #ffffff;}
.i5ddb__f633{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
    }
.ncf736f_4i{
    flex: 1;
    min-width: 200px;
    }
.qwzr3765qp{
    font-family: var(--font-serif, "Georgia", serif);
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color, hsl(295, 10%, 9%));
    margin-top: 0;
    margin-bottom: 24px;
    }
.oaf5c9e8_9j{
    list-style: none;
    padding: 0;
    margin: 0;
    }
.vfa2__8bb70{
    margin-bottom: 12px;
    }
.e4704fc_pyg3{
    color: var(--text-muted, hsl(295, 5%, 40%));
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition, all 0.3s ease);
    }
.e4704fc_pyg3:hover{
    color: var(--primary-color, hsl(295, 62%, 50%));
    }
.cf7c3d_6b89{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color, hsla(295, 10%, 10%, 0.1));
    }
.a21eb_9f7{
    flex: 0 0 auto;
    font-size: 13px;
    color: var(--text-muted, hsl(295, 5%, 40%));
    }
.a50c__12c17{
    flex: 0 0 auto;
    display: flex;
    gap: 24px;
    }
.kqydr0ru{
    font-size: 13px;
    color: var(--text-muted, hsl(295, 5%, 40%));
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.kqydr0ru:hover{
    color: var(--text-color, hsl(295, 10%, 9%));
    }
@media (max-width: 768px){.ad52a0d909{
    padding-top: 60px;
    }
.kqu24r1hu3zu{
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    }
.f938bbc_a779{
    flex: 0 0 100%;
    }
.ncf736f_4i{
    flex: 0 0 50%;
    margin-bottom: 40px;
    }
.cf7c3d_6b89{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: var(--font-sans);
  background-color: var(--bg-color);
  color: var(--text-color);
}
.qee6250b5a1{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  display: flex;
  align-items: center; color: #1a1a2e;}
.n5a33fc{
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.i8125__45d68{
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: var(--text-color);
  text-decoration: none;
  flex-shrink: 0;
}
.p76a101e_6e{
  flex-grow: 1;
}
.t08dc3__274{
  display: flex;
  list-style: none;
  gap: 4px;
  justify-content: flex-start;
}
.o612bec18d{
  text-decoration: none;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  white-space: nowrap;
}
.o612bec18d:hover{
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--primary-color);
}
.hb34d29_4c{
  display: flex;
  align-items: center;
  gap: 16px;
}
.tpweqcv43vaf{
  background: var(--primary-color);
  color: #1a1a2e; 
  text-decoration: none;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: none;
  display: inline-block;
}
.tpweqcv43vaf:hover{
  background: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
.tpweqcv43vaf:active{
  transform: translateY(0);
}
.jc78569dc{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.jc78569dc .qlevbjnrst{
  width: 22px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.u109a08_hc{
  position: absolute;
  top: var(--nav-height);
  left: 0;
  width: 100%;
  background: var(--bg-color);
  border-bottom: 1px solid var(--border-color);
  max-height: 0;
  overflow: hidden;
  transition: var(--transition); color: #1a1a2e;}
.hc4d424_43f3{
  list-style: none;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.n99padktt{
  text-decoration: none;
  color: var(--text-color);
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 8px 0;
}
.rc016f_e23{
  color: var(--primary-color);
  font-weight: 700;
  border-top: 1px solid var(--border-color);
  padding-top: 16px;
  margin-top: 8px;
}
@media (max-width: 1024px){.p76a101e_6e {
    display: none;
  }
.jc78569dc {
    display: flex;
  }
.qee6250b5a1.is-open .u109a08_hc {
    max-height: 500px;
    box-shadow: var(--shadow-lg);
  }
.qee6250b5a1.is-open .qlevbjnrst:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.qee6250b5a1.is-open .qlevbjnrst:nth-child(2) {
    transform: translateY(-7px) rotate(-45deg);
  }}
@media (max-width: 480px){.n5a33fc{
    padding: 0 16px;
  }
.tpweqcv43vaf{
    display: none; 
  }
.i8125__45d68{
    font-size: 26px;
  }}
.rc016f_e23.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.n99padktt.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.o612bec18d.active{background-color: rgba(0, 0, 0, 0.05); color: var(--primary-color);}
.jd34de__232{list-style:none;}
.n99padktt.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.o612bec18d.active{background-color: rgba(0, 0, 0, 0.05); color: var(--primary-color);}
.rc016f_e23.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.sa096b27b66{
  background-color: var(--bg-color, hsl(295, 6%, 96%));
  padding-top: 80px;
  padding-bottom: 40px;
  border-top: 1px solid var(--border-color, hsla(295, 10%, 10%, 0.1)); color: #1a1a2e;}
.wd0019_14d8{
  max-width: var(--max-width, 1280px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.be773339390{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
}
.n2822d741{
  flex: 0 0 60%;
}
.u2dcb9_8b59{
  display: block;
  font-family: var(--font-serif, "Georgia", serif);
  font-size: 32px;
  font-weight: 700;
  color: var(--text-color, hsl(295, 10%, 9%));
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.l060__0410{
  font-family: var(--font-sans, sans-serif);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted, hsl(295, 5%, 40%));
  margin: 0;
  max-width: 480px;
}
.l14623_d31d{
  flex: 0 0 auto;
}
.o29fda_8d3a{
  display: inline-block;
  background-color: var(--primary-color, hsl(295, 62%, 50%));
  color: #1a1a2e;
  padding: 14px 32px;
  border-radius: var(--radius-md, 6px);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  box-shadow: var(--shadow-md, 0 4px 15px rgba(0, 0, 0, 0.1));
  transition: var(--transition, all 0.3s ease);
}
.o29fda_8d3a:hover{
  transform: translateY(-2px);
  filter: brightness(1.1);
  box-shadow: var(--shadow-lg, 0 10px 30px rgba(0, 0, 0, 0.15));
}
.p795b083e35{
  height: 1px;
  background-color: var(--border-color, hsla(295, 10%, 10%, 0.1));
  margin-bottom: 60px;
  width: 100%; color: #ffffff;}
.cca3ff_bdb2{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.de5fd1812{
  flex: 1;
  min-width: 200px;
}
.t1e99674b4d{
  font-family: var(--font-serif, "Georgia", serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color, hsl(295, 10%, 9%));
  margin-top: 0;
  margin-bottom: 24px;
}
.e522__532e{
  list-style: none;
  padding: 0;
  margin: 0;
}
.qd14__d780{
  margin-bottom: 12px;
}
.qc98__b382{
  color: var(--text-muted, hsl(295, 5%, 40%));
  text-decoration: none;
  font-size: 14px;
  transition: var(--transition, all 0.3s ease);
}
.qc98__b382:hover{
  color: var(--primary-color, hsl(295, 62%, 50%));
}
.h8909d577{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid var(--border-color, hsla(295, 10%, 10%, 0.1));
}
.v964__302c{
  flex: 0 0 auto;
  font-size: 13px;
  color: var(--text-muted, hsl(295, 5%, 40%));
}
.w6f74e8a816{
  flex: 0 0 auto;
  display: flex;
  gap: 24px;
}
.dcc9__747b{
  font-size: 13px;
  color: var(--text-muted, hsl(295, 5%, 40%));
  text-decoration: none;
  transition: var(--transition, all 0.3s ease);
}
.dcc9__747b:hover{
  color: var(--text-color, hsl(295, 10%, 9%));
}
@media (max-width: 768px){.sa096b27b66{
    padding-top: 60px;
  }
.be773339390{
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
.n2822d741{
    flex: 0 0 100%;
  }
.de5fd1812{
    flex: 0 0 50%;
    margin-bottom: 40px;
  }
.h8909d577{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }}
.t258ef33b53{box-sizing:border-box;}
.jcd6__0336{box-sizing:border-box;}
.v31cbb_d558{box-sizing:border-box;}
.ceba5211616{display:block;max-width:100%;height:auto;}
.f568c2_42ca{box-sizing:border-box;}
.f5a95cc7a{box-sizing:border-box;}
@media (max-width: 768px) {.cf7c3d_6b89 { 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; }}