:root {

  --hlp-bg: var(--page-background-color, #f8f6f7);
  --hlp-surface: #ffffff;
  --hlp-text-main: var(--text-color, #231c1f);
  --hlp-text-muted: #5c4f55;
  --hlp-primary: hsl(333, 77%, 55%);
  --hlp-primary-hover: hsl(333, 77%, 45%);
  --hlp-secondary: hsl(99, 61%, 55%);
  --hlp-border: rgba(0, 0, 0, 0.08);
  --hlp-max-width: 1200px;
  --hlp-text-width: 680px;
  --hlp-radius: 12px;
  --hlp-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --hlp-font-serif: Georgia, "Times New Roman", serif;
  --hlp-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  --hlp-shadow-float: 0 12px 40px rgba(212, 32, 116, 0.15);
  --primary-color: hsl(14, 75%, 55%);
  --secondary-color: hsl(35, 30%, 45%);
  --bg-color: hsl(333, 7%, 96%);
  --text-color: hsl(333, 10%, 12%);
  --text-muted: hsl(333, 5%, 45%);
  --border-color: rgba(0, 0, 0, 0.08);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 4px rgba(0,0,0,0.02);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.05);
  --shadow-lg: 0 12px 30px rgba(0,0,0,0.08);
  --nav-height: 80px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(245, 244, 244, 0.85);
  --serif-font: "Playfair Display", "Lora", serif;
  --sans-font: "Inter", -apple-system, system-ui, sans-serif;
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
div.h113f4_e37c.udf1c015fc.g6c088c_f4b *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
div.h113f4_e37c.udf1c015fc.g6c088c_f4b{
    background-color: var(--hlp-bg);
    color: var(--hlp-text-main);
    font-family: var(--hlp-font-sans);
    line-height: 1.6;
    padding-top: 60px;
    padding-bottom: 100px;
    
    }
div.h113f4_e37c.udf1c015fc .md78b2_06b0{
    max-width: var(--hlp-max-width);
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.h113f4_e37c.udf1c015fc .n1a198a95{
    font-family: var(--hlp-font-serif);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--hlp-text-main);
    margin-bottom: 24px;
    line-height: 1.1;
    max-width: var(--hlp-text-width);
    letter-spacing: -0.02em;
    }
div.h113f4_e37c.udf1c015fc .tfb7ba_887b{
    font-size: 1.125rem;
    color: var(--hlp-text-muted);
    max-width: var(--hlp-text-width);
    margin-bottom: 50px;
    }
div.h113f4_e37c.udf1c015fc .kc23051_8d{
    font-family: var(--hlp-font-serif);
    font-size: 2rem;
    font-weight: 600;
    margin: 60px 0 24px 0;
    color: var(--hlp-text-main);
    max-width: var(--hlp-text-width);
    }
div.h113f4_e37c.udf1c015fc .rd9ec5aa553{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--hlp-text-main);
    }
div.h113f4_e37c.udf1c015fc .ze8beaa_8l{
    margin-bottom: 16px;
    color: var(--hlp-text-muted);
    max-width: var(--hlp-text-width);
    }
div.h113f4_e37c.udf1c015fc .o32bfaf_ri{
    color: var(--hlp-primary);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    }
div.h113f4_e37c.udf1c015fc .o32bfaf_ri:hover{
    border-bottom-color: var(--hlp-primary);
    }
div.h113f4_e37c.udf1c015fc .x2wfejqe0v{
    background: var(--hlp-surface);
    border-left: 4px solid var(--hlp-primary);
    padding: 32px;
    border-radius: 0 var(--hlp-radius) var(--hlp-radius) 0;
    box-shadow: var(--hlp-shadow);
    max-width: var(--hlp-text-width);
    width: 100%;
    margin-bottom: 40px; color: #1a1a2e;}
div.h113f4_e37c.udf1c015fc .ne91f4_giaj{
    list-style: none;
    margin-top: 16px;
    }
div.h113f4_e37c.udf1c015fc .ne91f4_giaj li{
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: var(--hlp-text-muted);
    }
div.h113f4_e37c.udf1c015fc .ne91f4_giaj li::before{
    content: "→";
    position: absolute;
    left: 0;
    color: var(--hlp-primary);
    font-weight: bold;
    }
div.h113f4_e37c.udf1c015fc .ji62ne47ax25{
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    margin-bottom: 60px;
    }
@media (min-width: 900px) {div.h113f4_e37c.udf1c015fc .ji62ne47ax25{
    flex-direction: row;
    align-items: flex-start;
    }}
div.h113f4_e37c.udf1c015fc .dn5u49ijr{
    flex: 1;
    max-width: var(--hlp-text-width);
    }
div.h113f4_e37c.udf1c015fc .d5def2c_bf{
    margin-bottom: 32px;
    }
div.h113f4_e37c.udf1c015fc .iyyqk4cxb{
    display: inline-block;
    background: var(--hlp-text-main);
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 0.85rem;
    margin-right: 8px;
    font-weight: bold;
    }
div.h113f4_e37c.udf1c015fc .y1e8e0a98d{
    flex: 1;
    max-width: 500px;
    border-radius: var(--hlp-radius);
    overflow: hidden;
    box-shadow: var(--hlp-shadow);
    background: var(--hlp-surface);
    padding: 8px; color: #1a1a2e;}
div.h113f4_e37c.udf1c015fc .y1e8e0a98d img{
    width: 100%;
    height: auto;
    border-radius: calc(var(--hlp-radius) - 4px);
    display: block;
    object-fit: cover;
    }
div.h113f4_e37c.udf1c015fc .jovn94qyzc{
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    margin-bottom: 60px;
    }
@media (min-width: 768px) {div.h113f4_e37c.udf1c015fc .jovn94qyzc{
    grid-template-columns: repeat(2, 1fr);
    }}
@media (min-width: 1024px) {div.h113f4_e37c.udf1c015fc .jovn94qyzc{
    grid-template-columns: repeat(3, 1fr);
    }}
div.h113f4_e37c.udf1c015fc .fafe3__49b{
    background: var(--hlp-surface);
    padding: 28px;
    border-radius: var(--hlp-radius);
    border: 1px solid var(--hlp-border);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column; color: #1a1a2e;}
div.h113f4_e37c.udf1c015fc .fafe3__49b:hover{
    transform: translateY(-2px);
    box-shadow: var(--hlp-shadow);
    }
div.h113f4_e37c.udf1c015fc .e288aedd3{
    font-weight: 600;
    color: var(--hlp-text-main);
    margin-bottom: 12px;
    font-size: 1.1rem;
    line-height: 1.4;
    }
div.h113f4_e37c.udf1c015fc .e3870_38{
    color: var(--hlp-text-muted);
    font-size: 0.95rem;
    }
div.h113f4_e37c.udf1c015fc .wedc82473{
    display: inline-block;
    background-color: var(--hlp-primary);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: 6px; 
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    margin-top: 20px;
    transition: background-color 0.2s ease, transform 0.1s ease;
    border: none;
    cursor: pointer;
    }
div.h113f4_e37c.udf1c015fc .wedc82473:hover{
    background-color: var(--hlp-primary-hover);
    transform: translateY(-1px); color: #ffffff;}
.hf71320f35e{
    background-color: var(--bg-color, hsl(333, 7%, 96%));
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%; color: #1a1a2e;}
.l4b9577_igm{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    }
.dca0__1ed84{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 48px;
    }
.ce9003_0j53{
    width: 680px;
    text-align: left;
    }
.l270b7e07e4{
    display: block;
    font-family: var(--serif-font, "Playfair Display", serif);
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color, hsl(14, 75%, 55%));
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    }
.uee439_8t7{
    font-family: var(--sans-font, sans-serif);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted, hsl(333, 5%, 45%));
    margin: 0;
    }
.a203f1f_3az0{
    width: 200px;
    display: flex;
    justify-content: flex-end;
    }
.x207c01_kc{
    display: inline-block;
    background-color: var(--primary-color, hsl(14, 75%, 55%));
    color: #1a1a2e;
    padding: 12px 28px;
    border-radius: var(--radius-md, 10px);
    font-family: var(--sans-font, sans-serif);
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-md, 0 4px 12px rgba(0,0,0,0.05));
    transition: var(--transition, all 0.3s ease);
    text-align: center;
    }
.x207c01_kc:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(214, 69, 36, 0.25);
    filter: brightness(1.1);
    }
.q5f7b_861{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(0, 0, 0, 0.08));
    margin-bottom: 40px; color: #ffffff;}
.zm7n2vl4j0{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.o461c_de{
    display: flex;
    align-items: center;
    gap: 24px;
    width: 50%;
    }
.r000a6234{
    font-family: var(--sans-font, sans-serif);
    font-size: 14px;
    color: var(--text-muted, hsl(333, 5%, 45%));
    }
.l91fa62b_t3c5{
    font-family: var(--sans-font, sans-serif);
    font-size: 12px;
    color: var(--secondary-color, hsl(35, 30%, 45%));
    background-color: rgba(0, 0, 0, 0.03);
    padding: 4px 12px;
    border-radius: 20px;
    }
.q7fb766e8{
    display: flex;
    gap: 32px;
    justify-content: flex-end;
    width: 50%;
    }
.hf89fb_wx{
    font-family: var(--sans-font, sans-serif);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color, hsl(333, 10%, 12%));
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.hf89fb_wx:hover{
    color: var(--primary-color, hsl(14, 75%, 55%));
    }
@media (max-width: 768px){.dca0__1ed84{
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    }
.ce9003_0j53{
    width: 100%;
    }
.a203f1f_3az0{
    width: 100%;
    justify-content: flex-start;
    }
.zm7n2vl4j0{
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 32px;
    }
.q7fb766e8{
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
    }
.o461c_de{
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color); color: #1a1a2e;}
.l350a0_5496{
    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;
    justify-content: center; color: #1a1a2e;}
.d998daa{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.vf57a8dcb{
    display: flex;
    align-items: center;
    flex: 1;
    }
.uda2a9__716f6{
    font-family: var(--serif-font);
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 48px;
    letter-spacing: -0.5px;
    }
.aba573a{
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 10px var(--primary-color); color: #1a1a2e;}
.q7af688fa07{
    display: flex;
    list-style: none;
    gap: 28px;
    align-items: center;
    }
.fafe256{
    text-decoration: none;
    color: var(--text-muted);
    font-family: var(--sans-font);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.fafe256:hover{
    color: var(--primary-color);
    }
.ne1439_ffp{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto; 
    }
.f620e1_0c5{
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-family: var(--sans-font);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(220, 80, 50, 0.25);
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1);
    }
.f620e1_0c5:hover{
    background: hsl(14, 80%, 48%); 
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(220, 80, 50, 0.35); color: #1a1a2e;}
.ydac19b364{
    transition: transform 0.3s ease;
    }
.f620e1_0c5:hover .ydac19b364{
    transform: translateX(3px);
    }
.u22fbd5358{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.k4826883_pb2p{
    width: 22px;
    height: 2px;
    background: var(--text-color);
    border-radius: 2px; color: #ffffff;}
@media (max-width: 1024px){.q7af688fa07 {
    display: none; 
    }
.u22fbd5358 {
    display: flex;
    }
.uda2a9__716f6 {
    margin-right: 0;
    }}
body{
    padding-top: var(--nav-height); 
    }
.fafe256.active{color: var(--primary-color);}
.bedee2b_d94{list-style:none;}
.fafe256.active {color: var(--primary-color);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.h113f4_e37c img.ka2c54_7b58 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.h113f4_e37c img.ka2c54_7b58.e5ab__8108 { aspect-ratio: 16 / 9; }
div.h113f4_e37c img.ka2c54_7b58.p9b744083 { aspect-ratio: 16 / 10; }
div.h113f4_e37c img.ka2c54_7b58.i7ec6f012ff { aspect-ratio: 4 / 3; }
div.h113f4_e37c img.ka2c54_7b58.afed0617087 { aspect-ratio: 1 / 1; }
div.h113f4_e37c :is(div, section, article, aside, ul, ol, li, figure, picture, table, form, fieldset, pre, blockquote) {
    box-sizing: border-box !important;
    min-width: 0;
    max-width: 100%;
    }
div.h113f4_e37c .mfe746bf5d0 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.h113f4_e37c .mfe746bf5d0.e5ab__8108 { aspect-ratio: 16 / 9; }
div.h113f4_e37c .mfe746bf5d0.p9b744083 { aspect-ratio: 16 / 10; }
div.h113f4_e37c .mfe746bf5d0.i7ec6f012ff { aspect-ratio: 4 / 3; }
div.h113f4_e37c .mfe746bf5d0.afed0617087 { aspect-ratio: 1 / 1; }
div.h113f4_e37c .mfe746bf5d0 > img.ka2c54_7b58,
    div.h113f4_e37c .mfe746bf5d0 > picture > img.ka2c54_7b58 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.h113f4_e37c.udf1c015fc .wedc82473 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.h113f4_e37c.udf1c015fc .wedc82473 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.h113f4_e37c.udf1c015fc .wedc82473 a:not([class]):hover{opacity:0.92;}
div.h113f4_e37c.udf1c015fc .wedc82473 a[class=""]:hover{opacity:0.92;}
div.h113f4_e37c.udf1c015fc .wedc82473 a:not([class]):visited{color:#ffffff !important;}
div.h113f4_e37c.udf1c015fc .wedc82473 a[class=""]:visited{color:#ffffff !important;}
.ib4e6ad93 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.ib4e6ad93 > :first-child,
    .ib4e6ad93 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color); color: #1a1a2e;}
.l350a0_5496{
    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;
    justify-content: center; color: #1a1a2e;}
.d998daa{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.vf57a8dcb{
    display: flex;
    align-items: center;
    flex: 1;
    }
.uda2a9__716f6{
    font-family: var(--serif-font);
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 48px;
    letter-spacing: -0.5px;
    }
.aba573a{
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 10px var(--primary-color); color: #1a1a2e;}
.q7af688fa07{
    display: flex;
    list-style: none;
    gap: 28px;
    align-items: center;
    }
.fafe256{
    text-decoration: none;
    color: var(--text-muted);
    font-family: var(--sans-font);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.fafe256:hover{
    color: var(--primary-color);
    }
.ne1439_ffp{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto; 
    }
.f620e1_0c5{
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-family: var(--sans-font);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(220, 80, 50, 0.25);
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1);
    }
.f620e1_0c5:hover{
    background: hsl(14, 80%, 48%); 
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(220, 80, 50, 0.35); color: #1a1a2e;}
.ydac19b364{
    transition: transform 0.3s ease;
    }
.f620e1_0c5:hover .ydac19b364{
    transform: translateX(3px);
    }
.u22fbd5358{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.k4826883_pb2p{
    width: 22px;
    height: 2px;
    background: var(--text-color);
    border-radius: 2px; color: #ffffff;}
@media (max-width: 1024px){.q7af688fa07 {
    display: none; 
    }
.u22fbd5358 {
    display: flex;
    }
.uda2a9__716f6 {
    margin-right: 0;
    }}
body{
    padding-top: var(--nav-height); 
    }
.fafe256.active{color: var(--primary-color);}
.bedee2b_d94{list-style:none;}
.fafe256.active{color: var(--primary-color);}
.hf71320f35e{
    background-color: var(--bg-color, hsl(333, 7%, 96%));
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%; color: #1a1a2e;}
.l4b9577_igm{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    }
.dca0__1ed84{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 48px;
    }
.ce9003_0j53{
    width: 680px;
    text-align: left;
    }
.l270b7e07e4{
    display: block;
    font-family: var(--serif-font, "Playfair Display", serif);
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color, hsl(14, 75%, 55%));
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    }
.uee439_8t7{
    font-family: var(--sans-font, sans-serif);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted, hsl(333, 5%, 45%));
    margin: 0;
    }
.a203f1f_3az0{
    width: 200px;
    display: flex;
    justify-content: flex-end;
    }
.x207c01_kc{
    display: inline-block;
    background-color: var(--primary-color, hsl(14, 75%, 55%));
    color: #1a1a2e;
    padding: 12px 28px;
    border-radius: var(--radius-md, 10px);
    font-family: var(--sans-font, sans-serif);
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-md, 0 4px 12px rgba(0,0,0,0.05));
    transition: var(--transition, all 0.3s ease);
    text-align: center;
    }
.x207c01_kc:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(214, 69, 36, 0.25);
    filter: brightness(1.1);
    }
.q5f7b_861{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(0, 0, 0, 0.08));
    margin-bottom: 40px; color: #ffffff;}
.zm7n2vl4j0{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.o461c_de{
    display: flex;
    align-items: center;
    gap: 24px;
    width: 50%;
    }
.r000a6234{
    font-family: var(--sans-font, sans-serif);
    font-size: 14px;
    color: var(--text-muted, hsl(333, 5%, 45%));
    }
.l91fa62b_t3c5{
    font-family: var(--sans-font, sans-serif);
    font-size: 12px;
    color: var(--secondary-color, hsl(35, 30%, 45%));
    background-color: rgba(0, 0, 0, 0.03);
    padding: 4px 12px;
    border-radius: 20px;
    }
.q7fb766e8{
    display: flex;
    gap: 32px;
    justify-content: flex-end;
    width: 50%;
    }
.hf89fb_wx{
    font-family: var(--sans-font, sans-serif);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color, hsl(333, 10%, 12%));
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.hf89fb_wx:hover{
    color: var(--primary-color, hsl(14, 75%, 55%));
    }
@media (max-width: 768px){.dca0__1ed84{
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    }
.ce9003_0j53{
    width: 100%;
    }
.a203f1f_3az0{
    width: 100%;
    justify-content: flex-start;
    }
.zm7n2vl4j0{
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 32px;
    }
.q7fb766e8{
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
    }
.o461c_de{
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  background-color: var(--bg-color); color: #1a1a2e;}
.l350a0_5496{
  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;
  justify-content: center; color: #1a1a2e;}
.d998daa{
  width: var(--max-width);
  height: 100%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start; 
}
.vf57a8dcb{
  display: flex;
  align-items: center;
  flex: 1;
}
.uda2a9__716f6{
  font-family: var(--serif-font);
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 48px;
  letter-spacing: -0.5px;
}
.aba573a{
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: 0 0 10px var(--primary-color); color: #1a1a2e;}
.q7af688fa07{
  display: flex;
  list-style: none;
  gap: 28px;
  align-items: center;
}
.fafe256{
  text-decoration: none;
  color: var(--text-muted);
  font-family: var(--sans-font);
  font-size: 14px;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
}
.fafe256:hover{
  color: var(--primary-color);
}
.ne1439_ffp{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto; 
}
.f620e1_0c5{
  background: var(--primary-color);
  color: #1a1a2e; 
  text-decoration: none;
  font-family: var(--sans-font);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(220, 80, 50, 0.25);
  transition: var(--transition);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.f620e1_0c5:hover{
  background: hsl(14, 80%, 48%); 
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(220, 80, 50, 0.35); color: #1a1a2e;}
.ydac19b364{
  transition: transform 0.3s ease;
}
.f620e1_0c5:hover .ydac19b364{
  transform: translateX(3px);
}
.u22fbd5358{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.k4826883_pb2p{
  width: 22px;
  height: 2px;
  background: var(--text-color);
  border-radius: 2px; color: #ffffff;}
@media (max-width: 1024px){.q7af688fa07 {
    display: none; 
  }
.u22fbd5358 {
    display: flex;
  }
.uda2a9__716f6 {
    margin-right: 0;
  }}
body{
  padding-top: var(--nav-height); 
}
.fafe256.active{color: var(--primary-color);}
.bedee2b_d94{list-style:none;}
.fafe256.active{color: var(--primary-color);}
.oa7f10_18fa{
  background-color: var(--bg-color, hsl(333, 7%, 96%));
  border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
  padding-top: 80px;
  padding-bottom: 60px;
  width: 100%; color: #1a1a2e;}
.b65f5f_f162{
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
}
.t8a103_7717{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 48px;
}
.d777ac43b5c{
  width: 680px;
  text-align: left;
}
.kbe4fddd0{
  display: block;
  font-family: var(--serif-font, "Playfair Display", serif);
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color, hsl(14, 75%, 55%));
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.p46382_f5dc{
  font-family: var(--sans-font, sans-serif);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted, hsl(333, 5%, 45%));
  margin: 0;
}
.hb713b08525{
  width: 200px;
  display: flex;
  justify-content: flex-end;
}
.y2e33c292{
  display: inline-block;
  background-color: var(--primary-color, hsl(14, 75%, 55%));
  color: #1a1a2e;
  padding: 12px 28px;
  border-radius: var(--radius-md, 10px);
  font-family: var(--sans-font, sans-serif);
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--shadow-md, 0 4px 12px rgba(0,0,0,0.05));
  transition: var(--transition, all 0.3s ease);
  text-align: center;
}
.y2e33c292:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(214, 69, 36, 0.25);
  filter: brightness(1.1);
}
.p211bd_c578{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, rgba(0, 0, 0, 0.08));
  margin-bottom: 40px; color: #ffffff;}
.o4d828_cf10{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.n09970_cb87{
  display: flex;
  align-items: center;
  gap: 24px;
  width: 50%;
}
.u003bb16414{
  font-family: var(--sans-font, sans-serif);
  font-size: 14px;
  color: var(--text-muted, hsl(333, 5%, 45%));
}
.me44989a557{
  font-family: var(--sans-font, sans-serif);
  font-size: 12px;
  color: var(--secondary-color, hsl(35, 30%, 45%));
  background-color: rgba(0, 0, 0, 0.03);
  padding: 4px 12px;
  border-radius: 20px;
}
.taed43_bf11{
  display: flex;
  gap: 32px;
  justify-content: flex-end;
  width: 50%;
}
.q66c6399e{
  font-family: var(--sans-font, sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color, hsl(333, 10%, 12%));
  text-decoration: none;
  transition: var(--transition, all 0.3s ease);
}
.q66c6399e:hover{
  color: var(--primary-color, hsl(14, 75%, 55%));
}
@media (max-width: 768px){.t8a103_7717{
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
.d777ac43b5c{
    width: 100%;
  }
.hb713b08525{
    width: 100%;
    justify-content: flex-start;
  }
.o4d828_cf10{
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 32px;
  }
.taed43_bf11{
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
  }
.n09970_cb87{
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }}
.g16d5334ffa{box-sizing:border-box;}
.w569c2d98{box-sizing:border-box;}
.ec63cb92f{box-sizing:border-box;}
.l06c2b539ec{box-sizing:border-box;}
@media (max-width: 768px) {.zm7n2vl4j0 { 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; }}