:root {

  --acc-bg: var(--page-bg, #0d1117);
  --acc-surface: var(--card-bg, #161b22);
  --acc-border: var(--border-color, #30363d);
  --acc-text-main: var(--text-primary, #c9d1d9);
  --acc-text-muted: var(--text-secondary, #8b949e);
  --acc-primary: var(--brand-primary, hsl(170, 74%, 57%));
  --acc-primary-hover: hsl(170, 74%, 47%);
  --acc-primary-text: #04261d;
  --acc-secondary: var(--brand-secondary, hsl(292, 59%, 57%));
  --acc-max-width: 900px;
  --acc-read-width: 760px;
  --acc-radius-lg: 16px;
  --acc-radius-md: 12px;
  --acc-radius-sm: 8px;
  --acc-spacing-section: 80px;
  --acc-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --primary-color: hsl(170, 74%, 57%);
  --secondary-color: hsl(292, 59%, 57%);
  --bg-color: hsl(170, 7%, 96%);
  --text-color: hsl(170, 10%, 10%);
  --text-muted: hsl(170, 10%, 45%);
  --border-color: hsla(170, 10%, 10%, 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 12px 32px rgba(0, 0, 0, 0.12);
  --nav-height: 72px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(244, 246, 245, 0.85);
  --btn-text: #ffffff;
  --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.b08e__df5d.ne249d883.n4772d4_cab9{
    background-color: var(--acc-bg);
    color: var(--acc-text-main);
    font-family: var(--acc-font-sans);
    line-height: 1.6;
    padding-top: 60px;
    padding-bottom: 80px;
    min-height: 100vh;
    
    color-scheme: dark;
    }
div.b08e__df5d.ne249d883 .nadb0e_c3{
    max-width: var(--acc-max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
div.b08e__df5d.ne249d883 .md3c2c0a59{
    max-width: var(--acc-read-width);
    width: 100%;
    }
div.b08e__df5d.ne249d883 .gbe8ffec0{
    margin-bottom: var(--acc-spacing-section);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    }
div.b08e__df5d.ne249d883 .q2kuf291jvm6{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--acc-text-main);
    }
div.b08e__df5d.ne249d883 .s2v4wd0g{
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    color: var(--acc-text-muted);
    margin-bottom: 40px;
    max-width: var(--acc-read-width);
    }
div.b08e__df5d.ne249d883 .x8d29b_cgj{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--acc-primary);
    color: var(--acc-primary-text);
    font-size: 1.125rem;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: var(--acc-radius-lg);
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(59, 212, 166, 0.2);
    }
div.b08e__df5d.ne249d883 .x8d29b_cgj:hover{
    background-color: var(--acc-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 212, 166, 0.3); color: #1a1a2e;}
div.b08e__df5d.ne249d883 .mf2pv69zf3{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--acc-text-main);
    font-size: 1rem;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: var(--acc-radius-md);
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid var(--acc-border);
    }
div.b08e__df5d.ne249d883 .mf2pv69zf3:hover{
    background-color: var(--acc-surface);
    border-color: var(--acc-text-muted); color: #ffffff;}
div.b08e__df5d.ne249d883 .p75299__2f6{
    width: 100%;
    margin-bottom: var(--acc-spacing-section);
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.b08e__df5d.ne249d883 .bf1831_ab{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--acc-text-main);
    letter-spacing: -0.02em;
    }
div.b08e__df5d.ne249d883 .m20161b_9pxq{
    font-size: 1.125rem;
    color: var(--acc-text-muted);
    margin-bottom: 40px;
    max-width: var(--acc-read-width);
    }
div.b08e__df5d.ne249d883 .xec70cf_j1lx{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: var(--acc-read-width);
    }
div.b08e__df5d.ne249d883 .k88c__5ef3{
    background-color: var(--acc-surface);
    border: 1px solid var(--acc-border);
    border-radius: var(--acc-radius-lg);
    padding: 32px;
    text-align: left; 
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: border-color 0.2s ease; color: #ffffff;}
div.b08e__df5d.ne249d883 .k88c__5ef3:hover{
    border-color: var(--acc-text-muted);
    }
div.b08e__df5d.ne249d883 .j85e7b8_luj{
    display: flex;
    align-items: center;
    gap: 16px;
    }
div.b08e__df5d.ne249d883 .y5cf2f2cc{
    width: 32px;
    height: 32px;
    fill: var(--acc-text-main);
    }
div.b08e__df5d.ne249d883 .a4fe7__0449{
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--acc-text-main);
    margin: 0;
    }
div.b08e__df5d.ne249d883 .k88c__5ef3 p{
    color: var(--acc-text-muted);
    margin: 0;
    font-size: 0.95rem;
    }
div.b08e__df5d.ne249d883 .me7948c4573{
    margin-top: 8px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    }
div.b08e__df5d.ne249d883 .cf161__ca396{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    }
div.b08e__df5d.ne249d883 .cf161__ca396 li{
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: var(--acc-text-muted);
    font-size: 0.95rem;
    }
div.b08e__df5d.ne249d883 .cf161__ca396 li::before{
    content: "•";
    position: absolute;
    left: 8px;
    color: var(--acc-primary);
    font-weight: bold;
    }
div.b08e__df5d.ne249d883 .d40fac__9e07{
    width: 100%;
    max-width: var(--acc-read-width);
    margin: 32px 0;
    border-radius: var(--acc-radius-lg);
    overflow: hidden;
    border: 1px solid var(--acc-border);
    background-color: var(--acc-surface); color: #ffffff;}
div.b08e__df5d.ne249d883 .d40fac__9e07 img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    }
div.b08e__df5d.ne249d883 .p9a4d2f4fa6{
    color: var(--acc-primary);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    }
div.b08e__df5d.ne249d883 .p9a4d2f4fa6:hover{
    border-bottom-color: var(--acc-primary);
    }
div.b08e__df5d.ne249d883 .f81614b_gf{
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: left;
    width: 100%;
    max-width: var(--acc-read-width);
    }
div.b08e__df5d.ne249d883 .x808e86{
    display: flex;
    gap: 20px;
    }
div.b08e__df5d.ne249d883 .w38225_qu{
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--acc-surface);
    border: 1px solid var(--acc-border);
    color: var(--acc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.125rem;
    }
div.b08e__df5d.ne249d883 .ma32840f_dta h4{
    margin: 0 0 8px 0;
    font-size: 1.125rem;
    color: var(--acc-text-main);
    }
div.b08e__df5d.ne249d883 .ma32840f_dta p{
    margin: 0;
    color: var(--acc-text-muted);
    font-size: 0.95rem;
    }
@media (max-width: 768px) {div.b08e__df5d.ne249d883 .q2kuf291jvm6{ font-size: 2rem; }
div.b08e__df5d.ne249d883 .bf1831_ab{ font-size: 1.5rem; }
div.b08e__df5d.ne249d883 .k88c__5ef3{ padding: 24px; }
div.b08e__df5d.ne249d883 .x808e86{ flex-direction: column; gap: 12px; }}
.r2bf3b_e95d{
    background-color: var(--bg-color);
    padding: 80px 24px 40px 24px;
    border-top: 1px solid var(--border-color);
    font-family: var(--font-sans); color: #1a1a2e;}
.kph6seogno{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
.y07d32d_a4a8{
    margin-bottom: 32px;
    width: 100%;
    }
.u7d3e06_ed10{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    }
.rcb5939{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 480px;
    margin: 0 auto;
    }
.v8wet3zs{
    margin-bottom: 64px;
    width: 100%;
    }
.v6b1950d_ebic{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #1a1a2e;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.v6b1950d_ebic:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.05);
    }
.ei4stsdb5l90{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 64px; color: #ffffff;}
.v9cce3b5{
    display: flex;
    justify-content: center;
    gap: 80px;
    width: 100%;
    margin-bottom: 80px;
    flex-wrap: wrap;
    }
.wc19c2fe_w8jr{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
    }
.aee684fa9{
    font-family: var(--font-serif);
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    }
.a71d80c031{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    }
.a71d80c031:hover{
    color: var(--primary-color);
    }
.j1kddgbc59{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
    }
.uadbca4_a2m7{
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 500;
    }
.wzj0kilqdgyt{
    font-size: 13px;
    color: hsla(170, 10%, 45%, 0.6);
    }
@media (max-width: 768px){.r2bf3b_e95d{
    padding: 60px 20px 32px 20px;
    }
.v9cce3b5{
    gap: 40px;
    flex-direction: column;
    align-items: center;
    }
.wc19c2fe_w8jr{
    align-items: center;
    width: 100%;
    }
.j1kddgbc59{
    flex-direction: column;
    gap: 12px;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: var(--font-sans);
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.n02a__98e17{
    position: sticky;
    top: 0;
    z-index: 1000;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: center; 
    width: 100%; color: #1a1a2e;}
.r762f26_4z6a{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.hyz93m2l1{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-serif);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.i675e62_ac9{
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.z0d0490_d94{
    display: flex;
    list-style: none;
    gap: 8px;
    margin: 0 20px;
    }
.zyk6hs09g68{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.925rem;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    }
.zyk6hs09g68:hover{
    color: #ffffff;
    background: hsla(170, 10%, 10%, 0.04);
    }
.ad0183d_vu3{
    display: flex;
    align-items: center;
    }
.wf5c7__f174{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    padding: 10px 22px;
    font-size: 0.925rem;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 14px -3px hsla(170, 74%, 57%, 0.4);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    }
.wf5c7__f174:hover{
    background: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px -5px hsla(292, 59%, 57%, 0.4);
    color: #1a1a2e;
    }
.wf5c7__f174:active{
    transform: translateY(0);
    }
.m88f2445c2{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.x8ec83ef{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.z0d0490_d94{
    display: none; 
    }
.m88f2445c2{
    display: flex;
    order: 2;
    }
.hyz93m2l1{
    order: 1;
    }
.ad0183d_vu3{
    display: none; 
    }}
div.b08e__df5d{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 40px 24px;
    }
.zyk6hs09g68.active{color: #ffffff; background: hsla(170, 10%, 10%, 0.04);}
.me0d8f43_37{list-style:none;}
.zyk6hs09g68.active {color: #ffffff; background: hsla(170, 10%, 10%, 0.04);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.b08e__df5d img.z56c__757c {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.b08e__df5d img.z56c__757c.a2d77fffc6a { aspect-ratio: 16 / 9; }
div.b08e__df5d img.z56c__757c.q50dcf3282f { aspect-ratio: 16 / 10; }
div.b08e__df5d img.z56c__757c.q22fa29ef1e { aspect-ratio: 4 / 3; }
div.b08e__df5d img.z56c__757c.v174__a088 { aspect-ratio: 1 / 1; }
div.b08e__df5d :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.b08e__df5d .s9d579fca86 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.b08e__df5d .s9d579fca86.a2d77fffc6a { aspect-ratio: 16 / 9; }
div.b08e__df5d .s9d579fca86.q50dcf3282f { aspect-ratio: 16 / 10; }
div.b08e__df5d .s9d579fca86.q22fa29ef1e { aspect-ratio: 4 / 3; }
div.b08e__df5d .s9d579fca86.v174__a088 { aspect-ratio: 1 / 1; }
div.b08e__df5d .s9d579fca86 > img.z56c__757c,
    div.b08e__df5d .s9d579fca86 > picture > img.z56c__757c {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.fcf8__4792 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.fcf8__4792 > :first-child,
    .fcf8__4792 > :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);
    -webkit-font-smoothing: antialiased;
    }
.n02a__98e17{
    position: sticky;
    top: 0;
    z-index: 1000;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: center; 
    width: 100%; color: #1a1a2e;}
.r762f26_4z6a{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.hyz93m2l1{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-serif);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.i675e62_ac9{
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.z0d0490_d94{
    display: flex;
    list-style: none;
    gap: 8px;
    margin: 0 20px;
    }
.zyk6hs09g68{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.925rem;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    }
.zyk6hs09g68:hover{
    color: #ffffff;
    background: hsla(170, 10%, 10%, 0.04);
    }
.ad0183d_vu3{
    display: flex;
    align-items: center;
    }
.wf5c7__f174{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    padding: 10px 22px;
    font-size: 0.925rem;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 14px -3px hsla(170, 74%, 57%, 0.4);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    }
.wf5c7__f174:hover{
    background: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px -5px hsla(292, 59%, 57%, 0.4);
    color: #1a1a2e;
    }
.wf5c7__f174:active{
    transform: translateY(0);
    }
.m88f2445c2{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.x8ec83ef{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.z0d0490_d94{
    display: none; 
    }
.m88f2445c2{
    display: flex;
    order: 2;
    }
.hyz93m2l1{
    order: 1;
    }
.ad0183d_vu3{
    display: none; 
    }}
div.b08e__df5d{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 40px 24px;
    }
.zyk6hs09g68.active{color: #ffffff; background: hsla(170, 10%, 10%, 0.04);}
.me0d8f43_37{list-style:none;}
.zyk6hs09g68.active{color: #ffffff; background: hsla(170, 10%, 10%, 0.04);}
.r2bf3b_e95d{
    background-color: var(--bg-color);
    padding: 80px 24px 40px 24px;
    border-top: 1px solid var(--border-color);
    font-family: var(--font-sans); color: #1a1a2e;}
.kph6seogno{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
.y07d32d_a4a8{
    margin-bottom: 32px;
    width: 100%;
    }
.u7d3e06_ed10{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    }
.rcb5939{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 480px;
    margin: 0 auto;
    }
.v8wet3zs{
    margin-bottom: 64px;
    width: 100%;
    }
.v6b1950d_ebic{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #1a1a2e;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.v6b1950d_ebic:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.05);
    }
.ei4stsdb5l90{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 64px; color: #ffffff;}
.v9cce3b5{
    display: flex;
    justify-content: center;
    gap: 80px;
    width: 100%;
    margin-bottom: 80px;
    flex-wrap: wrap;
    }
.wc19c2fe_w8jr{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
    }
.aee684fa9{
    font-family: var(--font-serif);
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    }
.a71d80c031{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    }
.a71d80c031:hover{
    color: var(--primary-color);
    }
.j1kddgbc59{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
    }
.uadbca4_a2m7{
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 500;
    }
.wzj0kilqdgyt{
    font-size: 13px;
    color: hsla(170, 10%, 45%, 0.6);
    }
@media (max-width: 768px){.r2bf3b_e95d{
    padding: 60px 20px 32px 20px;
    }
.v9cce3b5{
    gap: 40px;
    flex-direction: column;
    align-items: center;
    }
.wc19c2fe_w8jr{
    align-items: center;
    width: 100%;
    }
.j1kddgbc59{
    flex-direction: column;
    gap: 12px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: var(--font-sans);
  background-color: var(--bg-color);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.n02a__98e17{
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--nav-height);
  background: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: center; 
  width: 100%; color: #1a1a2e;}
.r762f26_4z6a{
  width: var(--max-width);
  height: 100%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hyz93m2l1{
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.5px;
}
.i675e62_ac9{
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  box-shadow: var(--shadow-sm); color: #1a1a2e;}
.z0d0490_d94{
  display: flex;
  list-style: none;
  gap: 8px;
  margin: 0 20px;
}
.zyk6hs09g68{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.925rem;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: var(--radius-md);
  transition: var(--transition);
}
.zyk6hs09g68:hover{
  color: #ffffff;
  background: hsla(170, 10%, 10%, 0.04);
}
.ad0183d_vu3{
  display: flex;
  align-items: center;
}
.wf5c7__f174{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #1a1a2e; 
  text-decoration: none;
  padding: 10px 22px;
  font-size: 0.925rem;
  font-weight: 600;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 14px -3px hsla(170, 74%, 57%, 0.4);
  transition: var(--transition);
  border: none;
  cursor: pointer;
}
.wf5c7__f174:hover{
  background: var(--secondary-color);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px -5px hsla(292, 59%, 57%, 0.4);
  color: #1a1a2e;
}
.wf5c7__f174:active{
  transform: translateY(0);
}
.m88f2445c2{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.x8ec83ef{
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px;
  transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.z0d0490_d94{
    display: none; 
  }
.m88f2445c2{
    display: flex;
    order: 2;
  }
.hyz93m2l1{
    order: 1;
  }
.ad0183d_vu3{
    display: none; 
  }}
div.b08e__df5d{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 40px 24px;
}
.zyk6hs09g68.active{color: #ffffff; background: hsla(170, 10%, 10%, 0.04);}
.me0d8f43_37{list-style:none;}
.zyk6hs09g68.active{color: #ffffff; background: hsla(170, 10%, 10%, 0.04);}
.cbbc53b8e{
  background-color: var(--bg-color);
  padding: 80px 24px 40px 24px;
  border-top: 1px solid var(--border-color);
  font-family: var(--font-sans); color: #1a1a2e;}
.mcc1b1fbee1{
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pf831657d{
  margin-bottom: 32px;
  width: 100%;
}
.g340487e9f0{
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.a46c0436de3{
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 480px;
  margin: 0 auto;
}
.vea3__e317{
  margin-bottom: 64px;
  width: 100%;
}
.a57c__15b2{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: #1a1a2e;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}
.a57c__15b2:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  filter: brightness(1.05);
}
.f764e4650a7{
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  margin-bottom: 64px; color: #ffffff;}
.ab50__e198{
  display: flex;
  justify-content: center;
  gap: 80px;
  width: 100%;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
.i7de95_281b{
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 120px;
}
.zd41__8ae1{
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.maef9d968{
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  margin-bottom: 12px;
  transition: var(--transition);
}
.maef9d968:hover{
  color: var(--primary-color);
}
.g711b0_1e23{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid var(--border-color);
}
.a67a4d290{
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}
.t789899ae1c{
  font-size: 13px;
  color: hsla(170, 10%, 45%, 0.6);
}
@media (max-width: 768px){.cbbc53b8e{
    padding: 60px 20px 32px 20px;
  }
.ab50__e198{
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
.i7de95_281b{
    align-items: center;
    width: 100%;
  }
.g711b0_1e23{
    flex-direction: column;
    gap: 12px;
  }}
.s2fa__c150{box-sizing:border-box;}
.b4574a3fd{box-sizing:border-box;}
.pb226fa1f{box-sizing:border-box;}
.l405b90bb59{box-sizing:border-box;}
.v1a6f770fbb{display:block;max-width:100%;height:auto;}
.g193__6441{box-sizing:border-box;}