:root {

  --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;
  --brand-primary: hsl(152, 84%, 63%);
  --brand-secondary: hsl(279, 67%, 63%);
  --surface-bg: hsl(152, 8%, 97%);
  --text-main: var(--content-text, hsl(220, 10%, 11%));
  --container-max: 1200px;
  --content-max: 680px;
  --shadow-soft: 0 10px 30px rgba(0,0,0,0.05);
  --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%);
}
*{
    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%;
    }}
div.vea691229.y4q919e7uuk9{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--surface-bg, #f8f9fa);
    color: var(--text-main, #1a1a1a);
    line-height: 1.6;
    overflow-x: hidden;
    text-align: left; 
    }
div.vea691229.y4q919e7uuk9 .yk9l40fh97s{
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 80px 24px;
    }
div.vea691229.y4q919e7uuk9 .z8pu3tnp1{
    position: relative;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    }
div.vea691229.y4q919e7uuk9 .cpq4nh8jit{
    width: 100%;
    border-radius: var(--radius-lg);
    overflow: hidden;
    aspect-ratio: 16/7;
    box-shadow: var(--shadow-soft);
    }
div.vea691229.y4q919e7uuk9 .cpq4nh8jit img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.vea691229.y4q919e7uuk9 .p312d4c_4dcx{
    max-width: var(--content-max);
    }
div.vea691229.y4q919e7uuk9 h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text-main);
    }
div.vea691229.y4q919e7uuk9 .ypjum6pqid{
    font-size: 1.25rem;
    color: var(--text-muted);
    margin-bottom: 40px;
    max-width: 600px;
    }
div.vea691229.y4q919e7uuk9 .i5dd4_ff{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    }
div.vea691229.y4q919e7uuk9 .aw36vftept{
    background: var(--brand-primary);
    color: #000;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    }
div.vea691229.y4q919e7uuk9 .aw36vftept:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }
div.vea691229.y4q919e7uuk9 .qc1873__8664{
    background: #fff;
    color: var(--text-main);
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #ddd;
    transition: var(--transition);
    }
div.vea691229.y4q919e7uuk9 .qc1873__8664:hover{
    background: #f1f3f4; color: #1a1a2e;}
div.vea691229.y4q919e7uuk9 .c323b5__103{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 60px;
    }
div.vea691229.y4q919e7uuk9 .btarnpaaddxi{
    background: #fff;
    padding: 40px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(0,0,0,0.05);
    transition: var(--transition); color: #1a1a2e;}
div.vea691229.y4q919e7uuk9 .btarnpaaddxi:hover{
    box-shadow: var(--shadow-soft);
    }
div.vea691229.y4q919e7uuk9 .btarnpaaddxi h3{
    margin-bottom: 16px;
    font-size: 1.5rem;
    }
div.vea691229.y4q919e7uuk9 .da53c_86f{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 100px 0;
    }
div.vea691229.y4q919e7uuk9 .z14ad2_ed{
    max-width: 540px;
    }
div.vea691229.y4q919e7uuk9 .z14ad2_ed h2{
    font-size: 2.2rem;
    margin-bottom: 24px;
    }
div.vea691229.y4q919e7uuk9 .z14ad2_ed p{
    margin-bottom: 20px;
    color: var(--text-muted);
    font-size: 1.1rem;
    }
div.vea691229.y4q919e7uuk9 .odcb4b__b92d1{
    counter-reset: step-counter;
    list-style: none;
    padding: 0;
    }
div.vea691229.y4q919e7uuk9 .s6eccc3a{
    counter-increment: step-counter;
    position: relative;
    padding-left: 60px;
    margin-bottom: 32px;
    }
div.vea691229.y4q919e7uuk9 .s6eccc3a::before{
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: var(--brand-secondary);
    color: #1a1a2e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    }
div.vea691229.y4q919e7uuk9 div.yb653d_11be{
    border-top: 1px solid #e0e0e0;
    padding: 60px 24px;
    background: #fff; color: #1a1a2e;}
div.vea691229.y4q919e7uuk9 .fc30fdac6cb{
    max-width: var(--container-max);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    }
div.vea691229.y4q919e7uuk9 .mec3d4_d8fa{
    max-width: 300px;
    }
div.vea691229.y4q919e7uuk9 .p1cba90e8{
    display: flex;
    gap: 60px;
    }
div.vea691229.y4q919e7uuk9 .p1cba90e8 ul{
    list-style: none;
    padding: 0;
    }
div.vea691229.y4q919e7uuk9 .p1cba90e8 h4{
    margin-bottom: 20px;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: var(--text-muted);
    }
div.vea691229.y4q919e7uuk9 .p1cba90e8 li{
    margin-bottom: 12px;
    }
div.vea691229.y4q919e7uuk9 .p1cba90e8 a{
    text-decoration: none;
    color: var(--text-main);
    font-size: 0.95rem;
    }
div.vea691229.y4q919e7uuk9 .copyright{
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 0.85rem;
    color: #9aa0a6;
    }
@media (max-width: 968px) {div.vea691229.y4q919e7uuk9 .c323b5__103, div.vea691229.y4q919e7uuk9 .da53c_86f{
    grid-template-columns: 1fr;
    }
div.vea691229.y4q919e7uuk9 .p1cba90e8{
    gap: 30px;
    }}
div.vea691229.y4q919e7uuk9 .d8cf2d_vh{box-sizing:border-box;}
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;}
.tc69__7127{box-sizing:border-box;}
.d1ff__32ab{display:block;max-width:100%;height:auto;}
.z99a__2839{box-sizing:border-box;}
@media (max-width: 768px) {div.vea691229.y4q919e7uuk9 .da53c_86f { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}