:root {

  --cap-bg-base: #0a0e14;
  --cap-bg-surface: #121822;
  --cap-bg-elevated: rgba(255, 255, 255, 0.03);
  --cap-text-primary: #f0f4f8;
  --cap-text-secondary: #94a3b8;
  --cap-accent-main: hsl(152, 84%, 63%);
  --cap-accent-hover: hsl(152, 84%, 55%);
  --cap-accent-alt: hsl(279, 67%, 63%);
  --cap-border-color: rgba(255, 255, 255, 0.08);
  --cap-font-heading: "Georgia", "Times New Roman", serif;
  --cap-font-body: system-ui, -apple-system, sans-serif;
  --cap-radius-md: 12px;
  --cap-radius-lg: 24px;
  --cap-shadow-btn: 0 4px 14px 0 rgba(46, 204, 113, 0.3);
  --cap-shadow-card: 0 8px 32px rgba(0, 0, 0, 0.4);
  --primary-color: hsl(152, 84%, 63%);
  --secondary-color: hsl(279, 67%, 63%);
  --bg-color: hsl(152, 8%, 97%);
  --text-color: hsl(152, 10%, 6%);
  --text-muted: hsl(152, 5%, 45%);
  --border-color: rgba(0, 0, 0, 0.08);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 100px;
  --nav-height: 76px;
  --max-width: 1200px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 12px 24px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 20px 48px rgba(0, 0, 0, 0.1);
  --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  --nav-bg: rgba(247, 248, 247, 0.85);
  --cta-text: #ffffff;
  --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.vea691229.ya3291e_hy.ldc72_7a7{
    background-color: var(--cap-bg-base);
    color: var(--cap-text-primary);
    font-family: var(--cap-font-body);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    }
div.vea691229.ya3291e_hy .a595a4d2{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5vw;
    }
div.vea691229.ya3291e_hy .fe6d5908, div.vea691229.ya3291e_hy .ld60a_792, div.vea691229.ya3291e_hy .b955a6fc085{
    font-family: var(--cap-font-heading);
    font-weight: 400;
    margin-top: 0;
    color: var(--cap-text-primary);
    }
div.vea691229.ya3291e_hy .fe6d5908{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    }
div.vea691229.ya3291e_hy .ld60a_792{
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    line-height: 1.2;
    margin-bottom: 1rem;
    }
div.vea691229.ya3291e_hy .b955a6fc085{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    }
div.vea691229.ya3291e_hy .mc2xegjzdm8{
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    color: var(--cap-text-secondary);
    max-width: 680px;
    margin-bottom: 2.5rem;
    }
div.vea691229.ya3291e_hy .jefd9d4{
    max-width: 680px; 
    }
div.vea691229.ya3291e_hy .w15c4__049a{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    }
div.vea691229.ya3291e_hy .j0fc__60d{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 1.75rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--cap-radius-md);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    }
div.vea691229.ya3291e_hy .t2fe__fd00{
    background-color: var(--cap-accent-main);
    color: #002b15; 
    box-shadow: var(--cap-shadow-btn);
    }
div.vea691229.ya3291e_hy .t2fe__fd00:hover{
    background-color: var(--cap-accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px 0 rgba(46, 204, 113, 0.4); color: #1a1a2e;}
div.vea691229.ya3291e_hy .rc4d166_gf2{
    background-color: #2d3748; 
    color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
div.vea691229.ya3291e_hy .rc4d166_gf2:hover{
    background-color: #4a5568;
    transform: translateY(-2px); color: #ffffff;}
div.vea691229.ya3291e_hy .um6ajpp51{
    color: var(--cap-accent-main);
    text-decoration: underline;
    text-decoration-color: rgba(46, 204, 113, 0.4);
    text-underline-offset: 4px;
    transition: text-decoration-color 0.2s;
    }
div.vea691229.ya3291e_hy .um6ajpp51:hover{
    text-decoration-color: var(--cap-accent-main);
    }
div.vea691229.ya3291e_hy .fqm5mq47uz{
    padding: 8rem 0 6rem;
    position: relative;
    border-bottom: 1px solid var(--cap-border-color);
    }
div.vea691229.ya3291e_hy .f2cb0e2_e46{
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    }
@media (min-width: 992px) {div.vea691229.ya3291e_hy .f2cb0e2_e46{
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    }}
div.vea691229.ya3291e_hy .z9b726_ia59{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    }
div.vea691229.ya3291e_hy .ito45tc6ova8{position: relative;
    border-radius: var(--cap-radius-lg);
    overflow: hidden;
    box-shadow: var(--cap-shadow-card);
    aspect-ratio: 4/3;
    ; isolation: isolate;}
div.vea691229.ya3291e_hy .fc803__543f{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
    }
div.vea691229.ya3291e_hy .ito45tc6ova8:hover .fc803__543f{
    transform: scale(1.05);
    }
div.vea691229.ya3291e_hy .p8db1aa{
    padding: 8rem 0;
    background-color: var(--cap-bg-surface); color: #ffffff;}
div.vea691229.ya3291e_hy .w03942ec{
    margin-bottom: 4rem;
    text-align: left; 
    }
div.vea691229.ya3291e_hy .ybf3__cfac7{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    }
div.vea691229.ya3291e_hy .m70657_vv{
    background: var(--cap-bg-elevated);
    border: 1px solid var(--cap-border-color);
    border-radius: var(--cap-radius-lg);
    padding: 2.5rem;
    transition: transform 0.3s, background-color 0.3s; color: #1a1a2e;}
div.vea691229.ya3291e_hy .m70657_vv:hover{
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.06); color: #1a1a2e;}
div.vea691229.ya3291e_hy .i66xxhlbz867{
    width: 48px;
    height: 48px;
    background: rgba(46, 204, 113, 0.1);
    color: #1a1a2e;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    }
div.vea691229.ya3291e_hy .i66xxhlbz867 svg{
    width: 24px;
    height: 24px;
    }
div.vea691229.ya3291e_hy .n23d4__e8c7{
    padding: 8rem 0;
    }
div.vea691229.ya3291e_hy .p07f0ab_406{
    display: grid;
    grid-template-columns: 1fr;
    gap: 5rem;
    margin-top: 4rem;
    }
@media (min-width: 992px) {div.vea691229.ya3291e_hy .p07f0ab_406{
    grid-template-columns: 1fr 1fr;
    align-items: center;
    }}
div.vea691229.ya3291e_hy .t6bc__fdf7a{
    border-radius: var(--cap-radius-lg);
    overflow: hidden;
    aspect-ratio: 16/10;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    border: 1px solid var(--cap-border-color);
    }
div.vea691229.ya3291e_hy .t6bc__fdf7a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.vea691229.ya3291e_hy .ibfacd_4bc7{
    list-style: none;
    padding: 0;
    margin: 0;
    }
div.vea691229.ya3291e_hy .ie9be4_x62o{
    padding-left: 2rem;
    position: relative;
    margin-bottom: 2.5rem;
    }
div.vea691229.ya3291e_hy .ie9be4_x62o::before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--cap-accent-alt); color: #1a1a2e;}
div.vea691229.ya3291e_hy .ie9be4_x62o h4{
    font-size: 1.25rem;
    margin: 0 0 0.5rem 0;
    color: var(--cap-text-primary);
    }
div.vea691229.ya3291e_hy .ie9be4_x62o p{
    color: var(--cap-text-secondary);
    margin: 0;
    }
div.vea691229.ya3291e_hy .yd426c8_zj{
    padding: 8rem 0;
    background: linear-gradient(180deg, var(--cap-bg-surface) 0%, var(--cap-bg-base) 100%);
    border-top: 1px solid var(--cap-border-color); color: #ffffff;}
div.vea691229.ya3291e_hy .d6ebc52_62a{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
    }
div.vea691229.ya3291e_hy .pc9cd98_5ba{
    display: flex;
    gap: 1.5rem;
    background: var(--cap-bg-base);
    border: 1px solid var(--cap-border-color);
    padding: 2rem;
    border-radius: var(--cap-radius-md);
    max-width: 800px; color: #ffffff;}
div.vea691229.ya3291e_hy .p00b2e9_3cr{
    font-family: var(--cap-font-heading);
    font-size: 2rem;
    color: var(--cap-accent-main);
    font-weight: bold;
    line-height: 1;
    opacity: 0.8;
    }
div.vea691229.ya3291e_hy .ma2f35_9p h4{
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
    }
div.vea691229.ya3291e_hy .ma2f35_9p p{
    color: var(--cap-text-secondary);
    margin: 0 0 1rem 0;
    }
div.vea691229.ya3291e_hy .kb1327__37ff{
    padding: 6rem 0 8rem;
    text-align: left; 
    }
div.vea691229.ya3291e_hy .h6b103_y06{background: linear-gradient(135deg, #1a2636 0%, #121822 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--cap-radius-lg);
    padding: 4rem;
    position: relative;
    overflow: hidden; isolation: isolate; color: #ffffff;}
div.vea691229.ya3291e_hy .h6b103_y06::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(46, 204, 113, 0.1) 0%, transparent 70%);
    transform: translate(30%, -30%);
    pointer-events: none; color: #1a1a2e;}
div.vea691229.ya3291e_hy .n119__0dd8{
    border-top: 1px solid var(--cap-border-color);
    padding: 3rem 0;
    text-align: left;
    color: var(--cap-text-secondary);
    font-size: 0.875rem;
    }
div.vea691229.ya3291e_hy .d909__da8b{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    }
@media (min-width: 768px) {div.vea691229.ya3291e_hy .d909__da8b{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    }}
div.vea691229.ya3291e_hy .f3fcf1_41e{box-sizing:border-box;}
.m6b8__9e60{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%; color: #1a1a2e;}
.d621f4__6d4{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    }
.n89419d{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 64px;
    width: 100%;
    }
.o718fa_f8n{
    width: 100%;
    max-width: 680px;
    margin-bottom: 32px;
    }
.ufa3__a46be{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    }
.acb0c00_85ej{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 0;
    }
.da460b19_bv9{
    width: auto;
    }
.t16f37_d5af{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 32px;
    background-color: var(--primary-color);
    color: var(--text-color);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-radius: var(--radius-md);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    }
.t16f37_d5af:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    filter: brightness(1.05);
    }
.r4f2c2_xl{
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    width: 100%;
    margin-bottom: 64px;
    }
.x96f40e{
    flex: 0 0 auto;
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.y3551ebc{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.d42dd77c{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 14px;
    transition: var(--transition);
    line-height: 1.2;
    }
.d42dd77c:hover{
    color: var(--secondary-color);
    padding-left: 4px;
    }
.if852__a0b69{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px; color: #ffffff;}
.oa19af__6b4fc{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    }
.a975c1_bbe{
    font-size: 13px;
    color: var(--text-muted);
    opacity: 0.8;
    }
@media (max-width: 768px){.d621f4__6d4 {
    padding-left: 24px;
    padding-right: 24px;
    }
.r4f2c2_xl {
    gap: 40px;
    }
.x96f40e {
    width: calc(50% - 20px);
    }
.o718fa_f8n {
    max-width: 100%;
    }}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    background-color: var(--bg-color);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.i3943d_0i5{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.t1fabaf_016c{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    
    justify-content: flex-start;
    }
.baf00a44_loe{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 48px; 
    flex-shrink: 0;
    }
.q8d3584e08{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
.r780ce15e{
    font-family: "Georgia", "Playfair Display", serif; 
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text-color);
    }
.c1c28d_0x{
    display: flex;
    list-style: none;
    gap: 32px;
    margin: 0;
    padding: 0;
    }
.awhifjq5r{
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    transition: var(--transition);
    position: relative;
    }
.awhifjq5r:hover{
    color: var(--text-color);
    }
.h8c75_3145{
    margin-left: auto; 
    display: flex;
    align-items: center;
    gap: 16px;
    }
.u2da2fd8507{
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    background: var(--primary-color); 
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid rgba(0, 0, 0, 0.05);
    }
.u2da2fd8507:hover{
    background: var(--secondary-color); 
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.zf6321ff33{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    }
.qd32db_a595{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.qd32db_a595::before, .qd32db_a595::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    left: 0; color: #ffffff;}
.qd32db_a595::before{ top: -6px; }
.qd32db_a595::after{ bottom: -6px; }
@media (max-width: 1024px){.c1c28d_0x {
    display: none; 
    }
.zf6321ff33 {
    display: block;
    }
.t1fabaf_016c {
    justify-content: space-between;
    }}
@media (max-width: 640px){.r780ce15e{
    font-size: 18px;
    }
.u2da2fd8507{
    padding: 8px 16px;
    font-size: 13px;
    }}
body{
    padding-top: var(--nav-height);
    }
.awhifjq5r.active{color: var(--text-color);}
.f56589_55{list-style:none;}
.awhifjq5r.active {color: var(--text-color);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.vea691229 img.i13047c33 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.vea691229 img.i13047c33.a0d0__25fd { aspect-ratio: 16 / 9; }
div.vea691229 img.i13047c33.z3ff__5896 { aspect-ratio: 16 / 10; }
div.vea691229 img.i13047c33.y41b__639b { aspect-ratio: 4 / 3; }
div.vea691229 img.i13047c33.u0948d401af { aspect-ratio: 1 / 1; }
div.vea691229 :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.vea691229 .a7d38a_8a57 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.vea691229 .a7d38a_8a57.a0d0__25fd { aspect-ratio: 16 / 9; }
div.vea691229 .a7d38a_8a57.z3ff__5896 { aspect-ratio: 16 / 10; }
div.vea691229 .a7d38a_8a57.y41b__639b { aspect-ratio: 4 / 3; }
div.vea691229 .a7d38a_8a57.u0948d401af { aspect-ratio: 1 / 1; }
div.vea691229 .a7d38a_8a57 > img.i13047c33,
    div.vea691229 .a7d38a_8a57 > picture > img.i13047c33 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.v0b8d626871 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.v0b8d626871 > :first-child,
    .v0b8d626871 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    background-color: var(--bg-color);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.i3943d_0i5{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.t1fabaf_016c{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    
    justify-content: flex-start;
    }
.baf00a44_loe{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 48px; 
    flex-shrink: 0;
    }
.q8d3584e08{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
.r780ce15e{
    font-family: "Georgia", "Playfair Display", serif; 
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text-color);
    }
.c1c28d_0x{
    display: flex;
    list-style: none;
    gap: 32px;
    margin: 0;
    padding: 0;
    }
.awhifjq5r{
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    transition: var(--transition);
    position: relative;
    }
.awhifjq5r:hover{
    color: var(--text-color);
    }
.h8c75_3145{
    margin-left: auto; 
    display: flex;
    align-items: center;
    gap: 16px;
    }
.u2da2fd8507{
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    background: var(--primary-color); 
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid rgba(0, 0, 0, 0.05);
    }
.u2da2fd8507:hover{
    background: var(--secondary-color); 
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.zf6321ff33{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    }
.qd32db_a595{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.qd32db_a595::before, .qd32db_a595::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    left: 0; color: #ffffff;}
.qd32db_a595::before{ top: -6px; }
.qd32db_a595::after{ bottom: -6px; }
@media (max-width: 1024px){.c1c28d_0x {
    display: none; 
    }
.zf6321ff33 {
    display: block;
    }
.t1fabaf_016c {
    justify-content: space-between;
    }}
@media (max-width: 640px){.r780ce15e{
    font-size: 18px;
    }
.u2da2fd8507{
    padding: 8px 16px;
    font-size: 13px;
    }}
body{
    padding-top: var(--nav-height);
    }
.awhifjq5r.active{color: var(--text-color);}
.f56589_55{list-style:none;}
.awhifjq5r.active{color: var(--text-color);}
.m6b8__9e60{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%; color: #1a1a2e;}
.d621f4__6d4{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    }
.n89419d{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 64px;
    width: 100%;
    }
.o718fa_f8n{
    width: 100%;
    max-width: 680px;
    margin-bottom: 32px;
    }
.ufa3__a46be{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    }
.acb0c00_85ej{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 0;
    }
.da460b19_bv9{
    width: auto;
    }
.t16f37_d5af{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 32px;
    background-color: var(--primary-color);
    color: var(--text-color);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-radius: var(--radius-md);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    }
.t16f37_d5af:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    filter: brightness(1.05);
    }
.r4f2c2_xl{
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    width: 100%;
    margin-bottom: 64px;
    }
.x96f40e{
    flex: 0 0 auto;
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.y3551ebc{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.d42dd77c{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 14px;
    transition: var(--transition);
    line-height: 1.2;
    }
.d42dd77c:hover{
    color: var(--secondary-color);
    padding-left: 4px;
    }
.if852__a0b69{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px; color: #ffffff;}
.oa19af__6b4fc{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    }
.a975c1_bbe{
    font-size: 13px;
    color: var(--text-muted);
    opacity: 0.8;
    }
@media (max-width: 768px){.d621f4__6d4 {
    padding-left: 24px;
    padding-right: 24px;
    }
.r4f2c2_xl {
    gap: 40px;
    }
.x96f40e {
    width: calc(50% - 20px);
    }
.o718fa_f8n {
    max-width: 100%;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  background-color: var(--bg-color);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.i3943d_0i5{
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center; color: #1a1a2e;}
.t1fabaf_016c{
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  
  justify-content: flex-start;
}
.baf00a44_loe{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 48px; 
  flex-shrink: 0;
}
.q8d3584e08{
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r780ce15e{
  font-family: "Georgia", "Playfair Display", serif; 
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-color);
}
.c1c28d_0x{
  display: flex;
  list-style: none;
  gap: 32px;
  margin: 0;
  padding: 0;
}
.awhifjq5r{
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  transition: var(--transition);
  position: relative;
}
.awhifjq5r:hover{
  color: var(--text-color);
}
.h8c75_3145{
  margin-left: auto; 
  display: flex;
  align-items: center;
  gap: 16px;
}
.u2da2fd8507{
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  background: var(--primary-color); 
  color: #1a1a2e; 
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.u2da2fd8507:hover{
  background: var(--secondary-color); 
  transform: translateY(-1px);
  box-shadow: var(--shadow-md); color: #1a1a2e;}
.zf6321ff33{
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.qd32db_a595{
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-color);
  position: relative; color: #ffffff;}
.qd32db_a595::before, .qd32db_a595::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--text-color);
  left: 0; color: #ffffff;}
.qd32db_a595::before{ top: -6px; }
.qd32db_a595::after{ bottom: -6px; }
@media (max-width: 1024px){.c1c28d_0x {
    display: none; 
  }
.zf6321ff33 {
    display: block;
  }
.t1fabaf_016c {
    justify-content: space-between;
  }}
@media (max-width: 640px){.r780ce15e{
    font-size: 18px;
  }
.u2da2fd8507{
    padding: 8px 16px;
    font-size: 13px;
  }}
body{
  padding-top: var(--nav-height);
}
.awhifjq5r.active{color: var(--text-color);}
.f56589_55{list-style:none;}
.awhifjq5r.active{color: var(--text-color);}
.t2c68d683{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%; color: #1a1a2e;}
.cec95a23765{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
}
.m0220414163{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 64px;
    width: 100%;
}
.j67a2c_0485{
    width: 100%;
    max-width: 680px;
    margin-bottom: 32px;
}
.iac4__40d6{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}
.m0179e16a{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 0;
}
.ycb5f1b07c0{
    width: auto;
}
.kd00d15fb{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 32px;
    background-color: var(--primary-color);
    color: var(--text-color);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-radius: var(--radius-md);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
}
.kd00d15fb:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    filter: brightness(1.05);
}
.scb9e6a8126{
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    width: 100%;
    margin-bottom: 64px;
}
.c5a15358059{
    flex: 0 0 auto;
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.i5a154_2e0b{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.x31313_5b39{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 14px;
    transition: var(--transition);
    line-height: 1.2;
}
.x31313_5b39:hover{
    color: var(--secondary-color);
    padding-left: 4px;
}
.ua8588e8dae{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px; color: #ffffff;}
.b8be__c5fa{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.t3c4__a426{
    font-size: 13px;
    color: var(--text-muted);
    opacity: 0.8;
}
@media (max-width: 768px){.cec95a23765 {
        padding-left: 24px;
        padding-right: 24px;
    }
.scb9e6a8126 {
        gap: 40px;
    }
.c5a15358059 {
        width: calc(50% - 20px);
    }
.j67a2c_0485 {
        max-width: 100%;
    }}
.g02f3974d{box-sizing:border-box;}
.yb653d_11be{box-sizing:border-box;}
.tc69__7127{box-sizing:border-box;}
.d1ff__32ab{display:block;max-width:100%;height:auto;}
.z99a__2839{box-sizing:border-box;}