:root {

  --wps-accent: var(--primary-color, hsl(40, 73%, 56%));
  --wps-secondary: var(--secondary-color, hsl(168, 58%, 56%));
  --wps-bg: var(--background-color, hsl(40, 7%, 95%));
  --wps-text: var(--text-color, hsl(40, 10%, 12%));
  --wps-card-bg: #ffffff;
  --wps-radius: var(--border-radius-lg, 16px);
  --wps-shadow: var(--box-shadow-sm, 0 4px 20px rgba(0,0,0,0.05));
  --primary-color: hsl(230, 85%, 60%);
  --secondary-color: hsl(260, 70%, 60%);
  --bg-color: hsl(230, 25%, 8%);
  --text-color: hsl(210, 20%, 98%);
  --text-muted: hsl(210, 15%, 70%);
  --border-color: rgba(255, 255, 255, 0.08);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 8px 20px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.6);
  --nav-height: 72px;
  --max-width: 1280px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(13, 17, 23, 0.95);
  --accent-gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  --font-serif: "Georgia", "Times New Roman", serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --content-page-bg: hsl(220, 7%, 96%);
  --content-surface-bg: #ffffff;
  --content-text: hsl(220, 10%, 11%);
  --content-text-muted: rgba(31, 35, 40, 0.72);
  --content-border: rgba(0, 0, 0, 0.08);
  --content-accent-text: hsl(22, 78%, 38%);
}
div.kb3dc7e8fd6.s0717f6c_eemk .l278ea40_m58a{
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #1a1a2e;
    background-color: var(--wps-bg);
    }
div.kb3dc7e8fd6.s0717f6c_eemk .c4736f2_05{
    position: sticky;
    top: 100px;
    height: fit-content;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .c4736f2_05 h3{
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: var(--wps-text);
    font-weight: 700;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .na74__e7df{
    list-style: none;
    padding: 0;
    margin: 0;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .t3bbe1__713{
    margin-bottom: 8px;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .rdyxszey4{
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: var(--wps-text);
    border-radius: var(--wps-radius);
    transition: all 0.3s ease;
    font-size: 0.95rem;
    opacity: 0.8;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .rdyxszey4:hover{
    background: var(--wps-card-bg);
    color: #1a1a2e;
    opacity: 1;
    transform: translateX(5px);
    }
div.kb3dc7e8fd6.s0717f6c_eemk .rdyxszey4.active{
    background: var(--wps-accent);
    color: #1a1a2e;
    opacity: 1;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .mh0l7gvhectl{
    min-width: 0;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .w578__d590{
    margin-bottom: 48px;
    text-align: left;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .w578__d590 h1{
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .w578__d590 p{
    font-size: 1.15rem;
    line-height: 1.6;
    opacity: 0.7;
    max-width: 700px;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .c992aa51{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .pg81aurh2ga{
    background: var(--wps-card-bg);
    border-radius: var(--wps-radius);
    padding: 32px;
    box-shadow: var(--wps-shadow);
    border: 1px solid rgba(0,0,0,0.03);
    transition: transform 0.3s ease; color: #1a1a2e;}
div.kb3dc7e8fd6.s0717f6c_eemk .pg81aurh2ga:hover{
    transform: translateY(-5px);
    }
div.kb3dc7e8fd6.s0717f6c_eemk .pg81aurh2ga h2{
    font-size: 1.4rem;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .pg81aurh2ga p{
    line-height: 1.7;
    font-size: 0.95rem;
    opacity: 0.8;
    margin-bottom: 20px;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .t503772_tl{
    margin: 0;
    padding: 0;
    list-style: none;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .t503772_tl li{
    padding: 8px 0;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    display: flex;
    justify-content: space-between;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .t503772_tl li span:first-child{
    font-weight: 500;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .i7e748b{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background: var(--wps-accent);
    color: #1a1a2e;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(212, 167, 44, 0.3);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .i7e748b:hover{
    filter: brightness(1.1);
    box-shadow: 0 6px 20px rgba(212, 167, 44, 0.4);
    transform: scale(1.02);
    }
div.kb3dc7e8fd6.s0717f6c_eemk .n20bf2c_2ws{
    background: var(--wps-secondary);
    box-shadow: 0 4px 15px rgba(60, 179, 152, 0.3); color: #1a1a2e;}
div.kb3dc7e8fd6.s0717f6c_eemk .x323466fe54{margin: 60px 0;
    border-radius: var(--wps-radius);
    overflow: hidden;
    position: relative;
    aspect-ratio: 16 / 7; isolation: isolate;}
div.kb3dc7e8fd6.s0717f6c_eemk .x323466fe54 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .y0f69e_31d{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .e27228_03fb{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .he49814df h4{
    font-size: 1.2rem;
    margin-bottom: 15px;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .ucd392_3bd7{
    font-size: 0.85rem;
    opacity: 0.6;
    margin-top: 20px;
    }
@media (max-width: 992px) {div.kb3dc7e8fd6.s0717f6c_eemk .l278ea40_m58a{
    grid-template-columns: 1fr;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .c4736f2_05{
    display: none;
    }
div.kb3dc7e8fd6.s0717f6c_eemk .c992aa51{
    grid-template-columns: 1fr;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    }
.h21a__4a1fc{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center; color: #ffffff;}
.b5c154__c132f{
    width: var(--max-width);
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    }
.xe21f0_idv{
    display: flex;
    align-items: center;
    }
.dfbe__d968{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: var(--text-color);
    text-decoration: none;
    transition: var(--transition);
    }
.dfbe__d968:hover{
    opacity: 0.8;
    }
.ma7274c{
    display: flex;
    list-style: none;
    gap: 8px;
    align-items: center;
    flex: 1;
    }
.t3bbe1__713{
    position: relative;
    }
.rdyxszey4{
    padding: 8px 16px;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.rdyxszey4:hover{
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.05);
    }
.q818391e1ac{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.jttpd03v3tj{
    color: var(--text-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    border: 1px solid var(--border-color);
    background: transparent;
    }
.jttpd03v3tj:hover{
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--text-muted); color: #1a1a2e;}
.aa3fc__79a{
    background: var(--accent-gradient);
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: var(--radius-lg); 
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    white-space: nowrap;
    }
.aa3fc__79a:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
    }
.aa3fc__79a:active{
    transform: translateY(0);
    }
.paf4af__465a{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.paf4af__465a .l75052d1d6f{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px; color: #1a1a2e;}
@media (max-width: 1024px){.ma7274c {
    display: none; 
    }
.b5c154__c132f {
    gap: 12px;
    }}
@media (max-width: 640px){.jttpd03v3tj{
    display: none; 
    }
.paf4af__465a{
    display: flex;
    }
.dfbe__d968{
    font-size: 24px;
    }
.aa3fc__79a{
    padding: 8px 16px;
    font-size: 13px;
    }}
.rdyxszey4.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.rdyxszey4.active {color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.ljanbhiejntd{position: relative;
    width: 100%;
    background: var(--bg-color);
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 20px 40px;
    box-sizing: border-box;
    z-index: 10;
    border-top: 1px solid var(--border-color); isolation: isolate; color: #ffffff;}
.m96ba_05{
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: var(--primary-color);
    top: -150px;
    left: -100px;
    filter: blur(120px);
    opacity: 0.15;
    z-index: -1; color: #1a1a2e;}
.z3bc92__907{
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: var(--secondary-color);
    bottom: 0;
    right: -50px;
    filter: blur(100px);
    opacity: 0.15;
    z-index: -1; color: #1a1a2e;}
.rrwjnze4t9ue{
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.nc9039f{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
    }
.a56c7b_sg8{
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 36px;
    }
.i29085_4p{
    width: 100%;
    font-family: var(--font-serif);
    font-size: 40px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 16px 0;
    letter-spacing: 1px;
    }
.ya0baff_bf06{
    width: 100%;
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.d24f5e744d{
    width: 100%;
    display: flex;
    justify-content: center;
    }
.k42313_9v{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 200px;
    height: 52px;
    padding: 0 32px;
    border-radius: var(--radius-md);
    background: var(--accent-gradient);
    color: #1a1a2e;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    box-sizing: border-box;
    }
.k42313_9v:hover{
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
    filter: brightness(1.1);
    }
.b7457__62344{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px;
    gap: 16px;
    }
.k7383b_83ce{
    width: auto;
    font-family: var(--font-sans);
    font-size: 13px;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    }
.iduvwi00if{
    width: auto;
    font-family: var(--font-sans);
    font-size: 12px;
    color: var(--border-color);
    }
.hdbe0f47147{
    width: 100%;
    height: 1px;
    background: var(--border-color);
    margin-bottom: 32px; color: #1a1a2e;}
.n486fe_c977{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    }
.umn1f45rh{
    width: auto;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    }
.h4f5__a64{
    width: auto;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.5;
    }
.r6a6a15{
    width: auto;
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    }
.r79f162758{
    width: auto;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.r79f162758:hover{
    color: var(--text-color);
    }
.be6gpgi4p{
    width: auto;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    opacity: 0.5;
    }
@media (max-width: 768px){.ljanbhiejntd{
    padding: 60px 16px 32px;
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
    }
.i29085_4p{
    font-size: 32px;
    }
.nc9039f{
    margin-bottom: 40px;
    }
.n486fe_c977{
    flex-direction: column;
    justify-content: center;
    text-align: center;
    }
.umn1f45rh{
    justify-content: center;
    }
.r6a6a15{
    justify-content: center;
    }
.b7457__62344{
    gap: 10px;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.kb3dc7e8fd6 img.l0b22fbd5 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.kb3dc7e8fd6 img.l0b22fbd5.oa9fdae2a { aspect-ratio: 16 / 9; }
div.kb3dc7e8fd6 img.l0b22fbd5.t75a50f0515 { aspect-ratio: 16 / 10; }
div.kb3dc7e8fd6 img.l0b22fbd5.mc4af44fe { aspect-ratio: 4 / 3; }
div.kb3dc7e8fd6 img.l0b22fbd5.nc774685dad { aspect-ratio: 1 / 1; }
div.kb3dc7e8fd6 :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.kb3dc7e8fd6 .afcfc3_2939 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.kb3dc7e8fd6 .afcfc3_2939.oa9fdae2a { aspect-ratio: 16 / 9; }
div.kb3dc7e8fd6 .afcfc3_2939.t75a50f0515 { aspect-ratio: 16 / 10; }
div.kb3dc7e8fd6 .afcfc3_2939.mc4af44fe { aspect-ratio: 4 / 3; }
div.kb3dc7e8fd6 .afcfc3_2939.nc774685dad { aspect-ratio: 1 / 1; }
div.kb3dc7e8fd6 .afcfc3_2939 > img.l0b22fbd5,
    div.kb3dc7e8fd6 .afcfc3_2939 > picture > img.l0b22fbd5 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
@media (max-width: 768px) {div.kb3dc7e8fd6.s0717f6c_eemk .l278ea40_m58a { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    }
.h21a__4a1fc{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center; color: #ffffff;}
.b5c154__c132f{
    width: var(--max-width);
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    }
.xe21f0_idv{
    display: flex;
    align-items: center;
    }
.dfbe__d968{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: var(--text-color);
    text-decoration: none;
    transition: var(--transition);
    }
.dfbe__d968:hover{
    opacity: 0.8;
    }
.ma7274c{
    display: flex;
    list-style: none;
    gap: 8px;
    align-items: center;
    flex: 1;
    }
.t3bbe1__713{
    position: relative;
    }
.rdyxszey4{
    padding: 8px 16px;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.rdyxszey4:hover{
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.05);
    }
.q818391e1ac{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.jttpd03v3tj{
    color: var(--text-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    border: 1px solid var(--border-color);
    background: transparent;
    }
.jttpd03v3tj:hover{
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--text-muted); color: #1a1a2e;}
.aa3fc__79a{
    background: var(--accent-gradient);
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: var(--radius-lg); 
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    white-space: nowrap;
    }
.aa3fc__79a:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
    }
.aa3fc__79a:active{
    transform: translateY(0);
    }
.paf4af__465a{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.paf4af__465a .l75052d1d6f{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px; color: #1a1a2e;}
@media (max-width: 1024px){.ma7274c {
    display: none; 
    }
.b5c154__c132f {
    gap: 12px;
    }}
@media (max-width: 640px){.jttpd03v3tj{
    display: none; 
    }
.paf4af__465a{
    display: flex;
    }
.dfbe__d968{
    font-size: 24px;
    }
.aa3fc__79a{
    padding: 8px 16px;
    font-size: 13px;
    }}
.rdyxszey4.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.rdyxszey4.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.ljanbhiejntd{position: relative;
    width: 100%;
    background: var(--bg-color);
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 20px 40px;
    box-sizing: border-box;
    z-index: 10;
    border-top: 1px solid var(--border-color); isolation: isolate; color: #ffffff;}
.m96ba_05{
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: var(--primary-color);
    top: -150px;
    left: -100px;
    filter: blur(120px);
    opacity: 0.15;
    z-index: -1; color: #1a1a2e;}
.z3bc92__907{
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: var(--secondary-color);
    bottom: 0;
    right: -50px;
    filter: blur(100px);
    opacity: 0.15;
    z-index: -1; color: #1a1a2e;}
.rrwjnze4t9ue{
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.nc9039f{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
    }
.a56c7b_sg8{
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 36px;
    }
.i29085_4p{
    width: 100%;
    font-family: var(--font-serif);
    font-size: 40px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 16px 0;
    letter-spacing: 1px;
    }
.ya0baff_bf06{
    width: 100%;
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.d24f5e744d{
    width: 100%;
    display: flex;
    justify-content: center;
    }
.k42313_9v{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 200px;
    height: 52px;
    padding: 0 32px;
    border-radius: var(--radius-md);
    background: var(--accent-gradient);
    color: #1a1a2e;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    box-sizing: border-box;
    }
.k42313_9v:hover{
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
    filter: brightness(1.1);
    }
.b7457__62344{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px;
    gap: 16px;
    }
.k7383b_83ce{
    width: auto;
    font-family: var(--font-sans);
    font-size: 13px;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    }
.iduvwi00if{
    width: auto;
    font-family: var(--font-sans);
    font-size: 12px;
    color: var(--border-color);
    }
.hdbe0f47147{
    width: 100%;
    height: 1px;
    background: var(--border-color);
    margin-bottom: 32px; color: #1a1a2e;}
.n486fe_c977{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    }
.umn1f45rh{
    width: auto;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    }
.h4f5__a64{
    width: auto;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.5;
    }
.r6a6a15{
    width: auto;
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    }
.r79f162758{
    width: auto;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.r79f162758:hover{
    color: var(--text-color);
    }
.be6gpgi4p{
    width: auto;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    opacity: 0.5;
    }
@media (max-width: 768px){.ljanbhiejntd{
    padding: 60px 16px 32px;
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
    }
.i29085_4p{
    font-size: 32px;
    }
.nc9039f{
    margin-bottom: 40px;
    }
.n486fe_c977{
    flex-direction: column;
    justify-content: center;
    text-align: center;
    }
.umn1f45rh{
    justify-content: center;
    }
.r6a6a15{
    justify-content: center;
    }
.b7457__62344{
    gap: 10px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}
.h21a__4a1fc{
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(12px);
  display: flex;
  justify-content: center; color: #ffffff;}
.b5c154__c132f{
  width: var(--max-width);
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.xe21f0_idv{
  display: flex;
  align-items: center;
}
.dfbe__d968{
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--text-color);
  text-decoration: none;
  transition: var(--transition);
}
.dfbe__d968:hover{
  opacity: 0.8;
}
.ma7274c{
  display: flex;
  list-style: none;
  gap: 8px;
  align-items: center;
  flex: 1;
}
.t3bbe1__713{
  position: relative;
}
.rdyxszey4{
  padding: 8px 16px;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.rdyxszey4:hover{
  color: #1a1a2e;
  background: rgba(255, 255, 255, 0.05);
}
.q818391e1ac{
  display: flex;
  align-items: center;
  gap: 16px;
}
.jttpd03v3tj{
  color: var(--text-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: var(--radius-md);
  transition: var(--transition);
  border: 1px solid var(--border-color);
  background: transparent;
}
.jttpd03v3tj:hover{
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--text-muted); color: #1a1a2e;}
.aa3fc__79a{
  background: var(--accent-gradient);
  color: #1a1a2e; 
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: var(--radius-lg); 
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.aa3fc__79a:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  filter: brightness(1.1);
}
.aa3fc__79a:active{
  transform: translateY(0);
}
.paf4af__465a{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.paf4af__465a .l75052d1d6f{
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px; color: #1a1a2e;}
@media (max-width: 1024px){.ma7274c {
    display: none; 
  }
.b5c154__c132f {
    gap: 12px;
  }}
@media (max-width: 640px){.jttpd03v3tj{
    display: none; 
  }
.paf4af__465a{
    display: flex;
  }
.dfbe__d968{
    font-size: 24px;
  }
.aa3fc__79a{
    padding: 8px 16px;
    font-size: 13px;
  }}
.rdyxszey4.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.rdyxszey4.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.wffd37259{position: relative;
  width: 100%;
  background: var(--bg-color);
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 20px 40px;
  box-sizing: border-box;
  z-index: 10;
  border-top: 1px solid var(--border-color); isolation: isolate; color: #ffffff;}
.gb8692_01f0{
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: var(--primary-color);
  top: -150px;
  left: -100px;
  filter: blur(120px);
  opacity: 0.15;
  z-index: -1; color: #1a1a2e;}
.u91806e7640{
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: var(--secondary-color);
  bottom: 0;
  right: -50px;
  filter: blur(100px);
  opacity: 0.15;
  z-index: -1; color: #1a1a2e;}
.tc4206478fd{
  width: 100%;
  max-width: var(--max-width);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.o61425_c8a9{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}
.cbcd14_e696{
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 36px;
}
.y8a51d_adfc{
  width: 100%;
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 700;
  color: var(--text-color);
  margin: 0 0 16px 0;
  letter-spacing: 1px;
}
.l6f257_04de{
  width: 100%;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}
.k2d4bb6c3b7{
  width: 100%;
  display: flex;
  justify-content: center;
}
.y64fa9_696e{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 200px;
  height: 52px;
  padding: 0 32px;
  border-radius: var(--radius-md);
  background: var(--accent-gradient);
  color: #1a1a2e;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  box-sizing: border-box;
}
.y64fa9_696e:hover{
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
  filter: brightness(1.1);
}
.def19019aa1{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
  gap: 16px;
}
.rd73__aa1b{
  width: auto;
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: 0.5px;
}
.maf1e5_440d{
  width: auto;
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--border-color);
}
.d1275d460{
  width: 100%;
  height: 1px;
  background: var(--border-color);
  margin-bottom: 32px; color: #1a1a2e;}
.dedfb1_6a8d{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.c4c320a7740{
  width: auto;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.rb86ca4b0d4{
  width: auto;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
}
.b36455cc9{
  width: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.w393__a360{
  width: auto;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.w393__a360:hover{
  color: var(--text-color);
}
.ze4258_9353{
  width: auto;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--text-muted);
  opacity: 0.5;
}
@media (max-width: 768px){.wffd37259{
    padding: 60px 16px 32px;
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
  }
.y8a51d_adfc{
    font-size: 32px;
  }
.o61425_c8a9{
    margin-bottom: 40px;
  }
.dedfb1_6a8d{
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
.c4c320a7740{
    justify-content: center;
  }
.b36455cc9{
    justify-content: center;
  }
.def19019aa1{
    gap: 10px;
  }}
.kb3758c9f{box-sizing:border-box;}
.zf1393c59{box-sizing:border-box;}
.j988__05e6{box-sizing:border-box;}
.t5a005_5c61{box-sizing:border-box;}
.xdfdd9_07ee{display:block;max-width:100%;height:auto;}
.d5e9a1f21b9{box-sizing:border-box;}
@media (max-width: 768px) {.n486fe_c977 { 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; }
div.kb3dc7e8fd6.s0717f6c_eemk .l278ea40_m58a { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}