:root {

  --pg-feat-primary: hsl(188, 75%, 57%);
  --pg-feat-primary-hover: hsl(188, 75%, 45%);
  --pg-feat-secondary: hsl(252, 60%, 57%);
  --pg-feat-bg: hsl(188, 7%, 96%);
  --pg-feat-surface: #ffffff;
  --pg-feat-text-main: hsl(188, 10%, 11%);
  --pg-feat-text-muted: hsl(188, 10%, 40%);
  --pg-feat-border: hsl(188, 10%, 85%);
  --pg-feat-radius-lg: 24px;
  --pg-feat-radius-md: 16px;
  --pg-feat-shadow-soft: 0 8px 30px rgba(0, 0, 0, 0.04);
  --pg-feat-shadow-hover: 0 12px 40px rgba(0, 0, 0, 0.08);
  --pg-feat-max-width: 1200px;
  --pg-feat-text-width: 800px;
  --pg-feat-spacing-compact: 2rem;
  --pg-feat-spacing-section: 5rem;
  --primary-color: hsl(14, 55%, 36%);
  --secondary-color: hsl(28, 45%, 45%);
  --bg-color: hsl(30, 15%, 96%);
  --text-color: hsl(30, 12%, 15%);
  --text-muted: hsl(30, 8%, 45%);
  --border-color: hsla(30, 10%, 10%, 0.08);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 32px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 24px rgba(140, 61, 43, 0.08);
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.1);
  --nav-height: 80px;
  --max-width: 1200px;
  --transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  --nav-bg: hsla(30, 15%, 96%, 0.85);
  --font-main: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif: "Georgia", 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.kcbeee_05c7.kd68ae_vnb.a38e7d__11fb0{
    background-color: var(--pg-feat-bg);
    color: var(--pg-feat-text-main);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    padding-top: 4rem;
    padding-bottom: 2rem;
    }
div.kcbeee_05c7.kd68ae_vnb .k3c026_ca2{
    max-width: var(--pg-feat-max-width);
    margin: 0 auto;
    padding: 0 2rem;
    }
div.kcbeee_05c7.kd68ae_vnb .d683__3ed79{
    max-width: var(--pg-feat-text-width);
    margin: 0 auto;
    padding: 0 2rem;
    }
div.kcbeee_05c7.kd68ae_vnb .j06d74b34{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.kcbeee_05c7.kd68ae_vnb .ppw0dwfav5{
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    color: var(--pg-feat-text-main);
    line-height: 1.2;
    }
div.kcbeee_05c7.kd68ae_vnb .yf34a__74ae{
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--pg-feat-text-main);
    }
div.kcbeee_05c7.kd68ae_vnb .s3el0po2d2fy{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--pg-feat-text-main);
    }
div.kcbeee_05c7.kd68ae_vnb .horajim0l{
    font-size: 1.125rem;
    color: var(--pg-feat-text-muted);
    margin-bottom: 2.5rem;
    max-width: 90%;
    }
div.kcbeee_05c7.kd68ae_vnb .mprdwvwcfcmm{
    margin-bottom: 1.5rem;
    color: var(--pg-feat-text-muted);
    }
div.kcbeee_05c7.kd68ae_vnb .t7f2a823_qmfu{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--pg-feat-primary);
    color: #000000; 
    font-weight: 600;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1.125rem;
    box-shadow: 0 4px 15px rgba(50, 200, 220, 0.3);
    }
div.kcbeee_05c7.kd68ae_vnb .t7f2a823_qmfu:hover{
    background-color: var(--pg-feat-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(50, 200, 220, 0.4); color: #1a1a2e;}
div.kcbeee_05c7.kd68ae_vnb .r124ac60_r5yi{
    color: var(--pg-feat-secondary);
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    transition: color 0.2s ease;
    }
div.kcbeee_05c7.kd68ae_vnb .r124ac60_r5yi:hover{
    color: var(--pg-feat-text-main);
    }
div.kcbeee_05c7.kd68ae_vnb .b3108d__42d{
    padding-bottom: var(--pg-feat-spacing-section);
    }
div.kcbeee_05c7.kd68ae_vnb .k8186__13d{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    text-align: left; 
    }
div.kcbeee_05c7.kd68ae_vnb .oec85__3c8{
    background: var(--pg-feat-surface);
    padding: 2.5rem;
    border-radius: var(--pg-feat-radius-lg);
    box-shadow: var(--pg-feat-shadow-soft);
    border: 1px solid var(--pg-feat-border);
    transition: transform 0.3s ease, box-shadow 0.3s ease; color: #1a1a2e;}
div.kcbeee_05c7.kd68ae_vnb .oec85__3c8:hover{
    transform: translateY(-5px);
    box-shadow: var(--pg-feat-shadow-hover);
    }
div.kcbeee_05c7.kd68ae_vnb .s56bb_8c0{
    width: 48px;
    height: 48px;
    background-color: var(--pg-feat-bg);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #1a1a2e;
    }
div.kcbeee_05c7.kd68ae_vnb .z11168b6{
    padding: var(--pg-feat-spacing-section) 0;
    background: var(--pg-feat-surface);
    border-radius: var(--pg-feat-radius-lg);
    margin: var(--pg-feat-spacing-section) auto;
    box-shadow: var(--pg-feat-shadow-soft);
    overflow: hidden; color: #1a1a2e;}
div.kcbeee_05c7.kd68ae_vnb .gf64935e2{
    padding: 3rem;
    }
div.kcbeee_05c7.kd68ae_vnb .zb6deb2_o6r{
    border-radius: var(--pg-feat-radius-md);
    overflow: hidden;
    margin-top: 2rem;
    background-color: var(--pg-feat-bg); color: #1a1a2e;}
div.kcbeee_05c7.kd68ae_vnb .ucafowwa{
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
    }
div.kcbeee_05c7.kd68ae_vnb .n9ab422{
    padding: var(--pg-feat-spacing-section) 0;
    }
div.kcbeee_05c7.kd68ae_vnb .hbfddd__30c6{
    margin-top: 3rem;
    text-align: left; 
    }
div.kcbeee_05c7.kd68ae_vnb .mf57ebaf6{
    background: var(--pg-feat-surface);
    border-radius: var(--pg-feat-radius-md);
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
    border: 1px solid var(--pg-feat-border); color: #1a1a2e;}
div.kcbeee_05c7.kd68ae_vnb .he82d2149a{
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--pg-feat-text-main);
    margin-bottom: 0.5rem;
    }
div.kcbeee_05c7.kd68ae_vnb .t875065ab0a{
    color: var(--pg-feat-text-muted);
    font-size: 1rem;
    margin: 0;
    }
div.kcbeee_05c7.kd68ae_vnb .oec9305_6852{
    padding: 4rem 0;
    margin-top: 2rem;
    background: linear-gradient(135deg, var(--pg-feat-surface) 0%, var(--pg-feat-bg) 100%);
    border-top: 1px solid var(--pg-feat-border); color: #1a1a2e;}
div.kcbeee_05c7.kd68ae_vnb .rdfbde92f{
    text-align: center;
    padding: 2rem 0;
    color: var(--pg-feat-text-muted);
    font-size: 0.875rem;
    border-top: 1px solid var(--pg-feat-border);
    }
@media (min-width: 992px) {div.kcbeee_05c7.kd68ae_vnb .u777dba_797{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
    }
div.kcbeee_05c7.kd68ae_vnb .zb6deb2_o6r{
    margin-top: 0;
    height: 100%;
    }
div.kcbeee_05c7.kd68ae_vnb .ucafowwa{
    aspect-ratio: 4/3;
    }
div.kcbeee_05c7.kd68ae_vnb .gf64935e2{
    text-align: left;
    }}
.x51b55b_4d6{
    background-color: var(--bg-color, hsl(30, 15%, 96%));
    padding-top: 100px;
    padding-bottom: 60px;
    width: 100%;
    border-top: 1px solid var(--border-color, hsla(30, 10%, 10%, 0.08)); color: #1a1a2e;}
.x158288_bp{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    }
.tg2bl3dy8joj{
    text-align: center;
    margin-bottom: 48px;
    width: 100%;
    }
.n8811__6b3{
    font-family: var(--font-serif, "Georgia", serif);
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-color, hsl(14, 55%, 36%));
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    }
.b089e6_0c{
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-muted, hsl(30, 8%, 45%));
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    }
.aj4z98qzq{
    margin-bottom: 64px;
    width: 100%;
    display: flex;
    justify-content: center;
    }
.w8fad_0562{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color, hsl(14, 55%, 36%));
    color: #ffffff;
    padding: 16px 48px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-lg, 32px);
    box-shadow: var(--shadow-md, 0 8px 24px rgba(140, 61, 43, 0.15));
    transition: var(--transition, all 0.4s cubic-bezier(0.23, 1, 0.32, 1));
    width: auto;
    }
.w8fad_0562:hover{
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg, 0 16px 40px rgba(0, 0, 0, 0.1));
    background-color: var(--secondary-color, hsl(28, 45%, 45%)); color: #1a1a2e;}
.z98f__c0f{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-bottom: 48px;
    width: 100%;
    }
.c2d0cf_m4cj{
    color: var(--text-color, hsl(30, 12%, 15%));
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition, all 0.4s cubic-bezier(0.23, 1, 0.32, 1));
    border-bottom: 1px solid transparent;
    }
.c2d0cf_m4cj:hover{
    color: var(--primary-color, hsl(14, 55%, 36%));
    border-bottom-color: var(--primary-color, hsl(14, 55%, 36%));
    }
.m173__bf89{
    color: var(--text-muted, hsl(30, 8%, 45%));
    font-size: 15px;
    }
.sdb106ae4{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, hsla(30, 10%, 10%, 0.08));
    margin-bottom: 40px; color: #ffffff;}
.mcb7aa2bb{
    text-align: center;
    width: 100%;
    }
.rb86b9fd4{
    font-size: 14px;
    color: var(--text-muted, hsl(30, 8%, 45%));
    letter-spacing: 0.05em;
    }
@media (max-width: 768px){.x51b55b_4d6{
    padding-top: 60px;
    padding-bottom: 40px;
    }
.n8811__6b3{
    font-size: 32px;
    }
.b089e6_0c{
    font-size: 16px;
    }
.z98f__c0f{
    flex-direction: column;
    align-items: center;
    gap: 16px;
    }
.w8fad_0562{
    width: 100%;
    max-width: 300px;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: var(--font-main);
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.n5ff3__4ae7{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.la30d4_e49e{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.mc99__3c7d{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    flex-shrink: 0;
    }
.sd4334_46b{
    display: flex;
    align-items: center;
    gap: 32px;
    }
.w206310_b9d5{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.peec4_073c{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.peec4_073c:hover{
    color: var(--primary-color);
    background-color: rgba(0, 0, 0, 0.03);
    }
.c90b43712{
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--secondary-color);
    }
.pddcbfc5_4smr{
    width: 6px;
    height: 6px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px var(--secondary-color); color: #1a1a2e;}
.jf7d5e74{
    display: inline-block;
    background-color: var(--primary-color);
    color: #ffffff; 
    text-decoration: none;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid transparent;
    }
.jf7d5e74:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.vebmjgar{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    }
.j36da4__c9a{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.j36da4__c9a::before, .j36da4__c9a::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    left: 0; color: #ffffff;}
.j36da4__c9a::before{ top: -6px; }
.j36da4__c9a::after{ bottom: -6px; }
@media (max-width: 1024px){.w206310_b9d5 {
    gap: 2px;
    }
.peec4_073c {
    padding: 8px 10px;
    font-size: 13px;
    }}
@media (max-width: 860px){.vebmjgar{
    display: block;
    }
.sd4334_46b{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 24px;
    gap: 24px;
    box-shadow: var(--shadow-lg);
    display: none; 
    border-top: 1px solid var(--border-color); color: #1a1a2e;}
.sd4334_46b.active{
    display: flex;
    }
.w206310_b9d5{
    flex-direction: column;
    width: 100%;
    text-align: center;
    }
.peec4_073c{
    display: block;
    font-size: 16px;
    padding: 12px;
    }
.u8f96e89c{
    width: 100%;
    text-align: center;
    }
.jf7d5e74{
    width: 80%;
    max-width: 300px;
    }}
.c90b43712.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.peec4_073c.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.mz407yfe{list-style:none;}
.c90b43712.active {color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.peec4_073c.active {color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.kcbeee_05c7 img.lbaeef8ce {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.kcbeee_05c7 img.lbaeef8ce.f060__85be { aspect-ratio: 16 / 9; }
div.kcbeee_05c7 img.lbaeef8ce.f316__e90c { aspect-ratio: 16 / 10; }
div.kcbeee_05c7 img.lbaeef8ce.va08__0c42 { aspect-ratio: 4 / 3; }
div.kcbeee_05c7 img.lbaeef8ce.wbbf766bc97 { aspect-ratio: 1 / 1; }
div.kcbeee_05c7 :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.kcbeee_05c7 .q557aa_c594 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.kcbeee_05c7 .q557aa_c594.f060__85be { aspect-ratio: 16 / 9; }
div.kcbeee_05c7 .q557aa_c594.f316__e90c { aspect-ratio: 16 / 10; }
div.kcbeee_05c7 .q557aa_c594.va08__0c42 { aspect-ratio: 4 / 3; }
div.kcbeee_05c7 .q557aa_c594.wbbf766bc97 { aspect-ratio: 1 / 1; }
div.kcbeee_05c7 .q557aa_c594 > img.lbaeef8ce,
    div.kcbeee_05c7 .q557aa_c594 > picture > img.lbaeef8ce {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.mef710_e6d2 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.mef710_e6d2 > :first-child,
    .mef710_e6d2 > :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-main);
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.n5ff3__4ae7{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.la30d4_e49e{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.mc99__3c7d{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    flex-shrink: 0;
    }
.sd4334_46b{
    display: flex;
    align-items: center;
    gap: 32px;
    }
.w206310_b9d5{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.peec4_073c{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.peec4_073c:hover{
    color: var(--primary-color);
    background-color: rgba(0, 0, 0, 0.03);
    }
.c90b43712{
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--secondary-color);
    }
.pddcbfc5_4smr{
    width: 6px;
    height: 6px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px var(--secondary-color); color: #1a1a2e;}
.jf7d5e74{
    display: inline-block;
    background-color: var(--primary-color);
    color: #ffffff; 
    text-decoration: none;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid transparent;
    }
.jf7d5e74:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.vebmjgar{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    }
.j36da4__c9a{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.j36da4__c9a::before, .j36da4__c9a::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    left: 0; color: #ffffff;}
.j36da4__c9a::before{ top: -6px; }
.j36da4__c9a::after{ bottom: -6px; }
@media (max-width: 1024px){.w206310_b9d5 {
    gap: 2px;
    }
.peec4_073c {
    padding: 8px 10px;
    font-size: 13px;
    }}
@media (max-width: 860px){.vebmjgar{
    display: block;
    }
.sd4334_46b{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 24px;
    gap: 24px;
    box-shadow: var(--shadow-lg);
    display: none; 
    border-top: 1px solid var(--border-color); color: #1a1a2e;}
.sd4334_46b.active{
    display: flex;
    }
.w206310_b9d5{
    flex-direction: column;
    width: 100%;
    text-align: center;
    }
.peec4_073c{
    display: block;
    font-size: 16px;
    padding: 12px;
    }
.u8f96e89c{
    width: 100%;
    text-align: center;
    }
.jf7d5e74{
    width: 80%;
    max-width: 300px;
    }}
.c90b43712.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.peec4_073c.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.mz407yfe{list-style:none;}
.c90b43712.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.peec4_073c.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.x51b55b_4d6{
    background-color: var(--bg-color, hsl(30, 15%, 96%));
    padding-top: 100px;
    padding-bottom: 60px;
    width: 100%;
    border-top: 1px solid var(--border-color, hsla(30, 10%, 10%, 0.08)); color: #1a1a2e;}
.x158288_bp{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    }
.tg2bl3dy8joj{
    text-align: center;
    margin-bottom: 48px;
    width: 100%;
    }
.n8811__6b3{
    font-family: var(--font-serif, "Georgia", serif);
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-color, hsl(14, 55%, 36%));
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    }
.b089e6_0c{
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-muted, hsl(30, 8%, 45%));
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    }
.aj4z98qzq{
    margin-bottom: 64px;
    width: 100%;
    display: flex;
    justify-content: center;
    }
.w8fad_0562{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color, hsl(14, 55%, 36%));
    color: #ffffff;
    padding: 16px 48px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-lg, 32px);
    box-shadow: var(--shadow-md, 0 8px 24px rgba(140, 61, 43, 0.15));
    transition: var(--transition, all 0.4s cubic-bezier(0.23, 1, 0.32, 1));
    width: auto;
    }
.w8fad_0562:hover{
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg, 0 16px 40px rgba(0, 0, 0, 0.1));
    background-color: var(--secondary-color, hsl(28, 45%, 45%)); color: #1a1a2e;}
.z98f__c0f{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-bottom: 48px;
    width: 100%;
    }
.c2d0cf_m4cj{
    color: var(--text-color, hsl(30, 12%, 15%));
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition, all 0.4s cubic-bezier(0.23, 1, 0.32, 1));
    border-bottom: 1px solid transparent;
    }
.c2d0cf_m4cj:hover{
    color: var(--primary-color, hsl(14, 55%, 36%));
    border-bottom-color: var(--primary-color, hsl(14, 55%, 36%));
    }
.m173__bf89{
    color: var(--text-muted, hsl(30, 8%, 45%));
    font-size: 15px;
    }
.sdb106ae4{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, hsla(30, 10%, 10%, 0.08));
    margin-bottom: 40px; color: #ffffff;}
.mcb7aa2bb{
    text-align: center;
    width: 100%;
    }
.rb86b9fd4{
    font-size: 14px;
    color: var(--text-muted, hsl(30, 8%, 45%));
    letter-spacing: 0.05em;
    }
@media (max-width: 768px){.x51b55b_4d6{
    padding-top: 60px;
    padding-bottom: 40px;
    }
.n8811__6b3{
    font-size: 32px;
    }
.b089e6_0c{
    font-size: 16px;
    }
.z98f__c0f{
    flex-direction: column;
    align-items: center;
    gap: 16px;
    }
.w8fad_0562{
    width: 100%;
    max-width: 300px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: var(--font-main);
  background-color: var(--bg-color);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.n5ff3__4ae7{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  display: flex;
  justify-content: center; color: #1a1a2e;}
.la30d4_e49e{
  width: var(--max-width);
  height: 100%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mc99__3c7d{
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
  letter-spacing: -0.5px;
  flex-shrink: 0;
}
.sd4334_46b{
  display: flex;
  align-items: center;
  gap: 32px;
}
.w206310_b9d5{
  display: flex;
  list-style: none;
  gap: 8px;
}
.peec4_073c{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.peec4_073c:hover{
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0.03);
}
.c90b43712{
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--secondary-color);
}
.pddcbfc5_4smr{
  width: 6px;
  height: 6px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 8px var(--secondary-color); color: #1a1a2e;}
.jf7d5e74{
  display: inline-block;
  background-color: var(--primary-color);
  color: #ffffff; 
  text-decoration: none;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid transparent;
}
.jf7d5e74:hover{
  background-color: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
.vebmjgar{
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.j36da4__c9a{
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-color);
  position: relative; color: #ffffff;}
.j36da4__c9a::before, .j36da4__c9a::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--text-color);
  left: 0; color: #ffffff;}
.j36da4__c9a::before{ top: -6px; }
.j36da4__c9a::after{ bottom: -6px; }
@media (max-width: 1024px){.w206310_b9d5 {
    gap: 2px;
  }
.peec4_073c {
    padding: 8px 10px;
    font-size: 13px;
  }}
@media (max-width: 860px){.vebmjgar{
    display: block;
  }
.sd4334_46b{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 24px;
    gap: 24px;
    box-shadow: var(--shadow-lg);
    display: none; 
    border-top: 1px solid var(--border-color); color: #1a1a2e;}
.sd4334_46b.active{
    display: flex;
  }
.w206310_b9d5{
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
.peec4_073c{
    display: block;
    font-size: 16px;
    padding: 12px;
  }
.u8f96e89c{
    width: 100%;
    text-align: center;
  }
.jf7d5e74{
    width: 80%;
    max-width: 300px;
  }}
.c90b43712.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.peec4_073c.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.mz407yfe{list-style:none;}
.c90b43712.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.peec4_073c.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.a8b684_023e{
  background-color: var(--bg-color, hsl(30, 15%, 96%));
  padding-top: 100px;
  padding-bottom: 60px;
  width: 100%;
  border-top: 1px solid var(--border-color, hsla(30, 10%, 10%, 0.08)); color: #1a1a2e;}
.e43073_33ee{
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}
.occ1a2_6f19{
  text-align: center;
  margin-bottom: 48px;
  width: 100%;
}
.na36b6b22{
  font-family: var(--font-serif, "Georgia", serif);
  font-size: 42px;
  font-weight: 700;
  color: var(--primary-color, hsl(14, 55%, 36%));
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.e140c5_a432{
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-muted, hsl(30, 8%, 45%));
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.sff2cafd7{
  margin-bottom: 64px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.d334a3db2{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color, hsl(14, 55%, 36%));
  color: #ffffff;
  padding: 16px 48px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-lg, 32px);
  box-shadow: var(--shadow-md, 0 8px 24px rgba(140, 61, 43, 0.15));
  transition: var(--transition, all 0.4s cubic-bezier(0.23, 1, 0.32, 1));
  width: auto;
}
.d334a3db2:hover{
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg, 0 16px 40px rgba(0, 0, 0, 0.1));
  background-color: var(--secondary-color, hsl(28, 45%, 45%)); color: #1a1a2e;}
.z96a2c_ca88{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-bottom: 48px;
  width: 100%;
}
.x2d32af5b{
  color: var(--text-color, hsl(30, 12%, 15%));
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: var(--transition, all 0.4s cubic-bezier(0.23, 1, 0.32, 1));
  border-bottom: 1px solid transparent;
}
.x2d32af5b:hover{
  color: var(--primary-color, hsl(14, 55%, 36%));
  border-bottom-color: var(--primary-color, hsl(14, 55%, 36%));
}
.o041974a6ce{
  color: var(--text-muted, hsl(30, 8%, 45%));
  font-size: 15px;
}
.n347476f5ec{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, hsla(30, 10%, 10%, 0.08));
  margin-bottom: 40px; color: #ffffff;}
.xbf9204f0a9{
  text-align: center;
  width: 100%;
}
.if811c9be{
  font-size: 14px;
  color: var(--text-muted, hsl(30, 8%, 45%));
  letter-spacing: 0.05em;
}
@media (max-width: 768px){.a8b684_023e{
    padding-top: 60px;
    padding-bottom: 40px;
  }
.na36b6b22{
    font-size: 32px;
  }
.e140c5_a432{
    font-size: 16px;
  }
.z96a2c_ca88{
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
.d334a3db2{
    width: 100%;
    max-width: 300px;
  }}
.y9e0b323a82{box-sizing:border-box;}
.s37c83_c7bd{box-sizing:border-box;}
.p7daeafc8{box-sizing:border-box;}
.i896b0b70e0{box-sizing:border-box;}
.mb1d43ae6ff{display:block;max-width:100%;height:auto;}
.i16622fd600{box-sizing:border-box;}