:root {

  --primary-color: #c84630;
  --secondary-color: #e38a5b;
  --bg-color: #1a1412;
  --text-color: #fcf5f2;
  --text-muted: #9e8d88;
  --border-color: rgba(252, 245, 242, 0.08);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 32px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 6px 16px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.5);
  --nav-height: 68px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: rgba(26, 20, 18, 0.85);
  --btn-text: #ffffff;
  --page-bg: #1a1614;
  --page-text: #e6e2db;
  --page-text-muted: #a39e98;
  --page-primary: #d35400;
  --page-primary-hover: #e67e22;
  --page-surface: #26211e;
  --page-border: #3d3530;
  --page-font-serif: "Georgia", "Times New Roman", serif;
  --page-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --page-radius: 12px;
  --page-shadow-cta: 0 12px 30px rgba(211, 84, 0, 0.35);
  --content-page-bg: hsl(220, 7%, 96%);
  --content-surface-bg: #ffffff;
  --content-text: hsl(220, 10%, 11%);
  --content-text-muted: rgba(31, 35, 40, 0.72);
  --content-border: rgba(0, 0, 0, 0.08);
  --content-accent-text: hsl(22, 78%, 38%);
}
.e04b323a714{
    font-family: Georgia, "Times New Roman", Times, serif; 
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm); color: #ffffff;}
.xd14e3f114{
    display: flex;
    align-items: center;
    height: var(--nav-height);
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    }
.n98a7_795a{
    color: var(--text-color);
    font-size: 1.4rem;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    margin-right: 2.5rem;
    letter-spacing: 0.5px;
    transition: var(--transition);
    }
.n98a7_795a:hover{
    color: var(--secondary-color);
    }
.m9b20a3_7248{
    flex-grow: 1;
    }
.w0584b12{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.25rem;
    }
.y6680dc_za4{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.5rem 0.85rem;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.y6680dc_za4:hover{
    color: #1a1a2e;
    background-color: rgba(252, 245, 242, 0.06);
    }
.g3de09e_vh{
    display: flex;
    align-items: center;
    margin-left: auto;
    }
.p7da3f6_a8{
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-family: system-ui, -apple-system, sans-serif; 
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.6rem 1.4rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.p7da3f6_a8:hover{
    background: var(--secondary-color);
    color: var(--bg-color); 
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
    }
.p5db8b8704f{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    cursor: pointer;
    margin-left: 1.25rem;
    z-index: 10;
    }
.cbzhukge536z{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 992px){.m9b20a3_7248 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease, visibility 0.4s; color: #ffffff;}
.w0584b12 {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0;
    gap: 0;
    }
.y6680dc_za4 {
    width: 100%;
    padding: 1rem var(--max-width); 
    box-sizing: border-box;
    border-radius: 0;
    font-size: 1.05rem;
    border-left: 3px solid transparent;
    }
.y6680dc_za4:hover {
    background-color: rgba(252, 245, 242, 0.04);
    border-left-color: var(--primary-color);
    padding-left: calc(var(--max-width) + 4px); color: #1a1a2e;}
.p5db8b8704f {
    display: flex;
    }
.g53083972b:checked ~ .m9b20a3_7248 {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    }
.g53083972b:checked ~ .g3de09e_vh .p5db8b8704f .cbzhukge536z:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
.g53083972b:checked ~ .g3de09e_vh .p5db8b8704f .cbzhukge536z:nth-child(2) {
    opacity: 0;
    }
.g53083972b:checked ~ .g3de09e_vh .p5db8b8704f .cbzhukge536z:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }}
.y6680dc_za4.active{color: #1a1a2e; background-color: rgba(252, 245, 242, 0.06);}
@media (min-width: 993px){.e04b323a714 #nt97adb39304, .e04b323a714 label[for="nt97adb39304"]{ display: none !important; }}
@media (min-width: 993px){.e04b323a714 .m9b20a3_7248{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.e04b323a714 .m9b20a3_7248{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.e04b323a714 .m9b20a3_7248 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.y6680dc_za4.active {color: #1a1a2e; background-color: rgba(252, 245, 242, 0.06);}
#nt97adb39304:checked ~ .m9b20a3_7248 { right: 0 !important; left: auto !important; }
@media (max-width: 992px) {.e04b323a714.o20fa7_47e0 .m9b20a3_7248 { left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 992px) {#nt97adb39304:checked ~ .m9b20a3_7248 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px) {.e04b323a714.o20fa7_47e0 #nt97adb39304, .e04b323a714.o20fa7_47e0 label[for="nt97adb39304"] { display: none !important; }}
@media (min-width: 993px) {.e04b323a714.o20fa7_47e0 .m9b20a3_7248 { position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px) {.e04b323a714.o20fa7_47e0 .m9b20a3_7248 { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px) {.e04b323a714.o20fa7_47e0 .m9b20a3_7248 a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ad4v9ctjlf3{
    width: 100%;
    background-color: var(--bg-color);
    color: var(--text-color);
    padding-top: 100px;
    padding-bottom: 48px;
    font-family: "Georgia", "Times New Roman", serif;
    border-top: 1px solid var(--border-color);
    box-sizing: border-box;
    }
.h735a58a_44{
    width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 88px;
    box-sizing: border-box;
    }
.rvkpvrel2vi6{width: 100%;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: var(--radius-lg);
    padding: 64px 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    box-shadow: var(--shadow-lg);
    box-sizing: border-box;
    position: relative;
    overflow: hidden; isolation: isolate; color: #1a1a2e;}
.v7d727_cvz{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 2;
    }
.b825c38_b5{
    font-size: 38px;
    line-height: 1.25;
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    }
.f174b_cd7f{
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    max-width: 540px;
    }
.z4cb5de{
    width: auto;
    display: flex;
    flex-shrink: 0;
    margin-left: 56px;
    z-index: 2;
    }
.u57c89e_bm{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 52px;
    background-color: var(--bg-color);
    color: var(--text-color);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    font-family: system-ui, -apple-system, sans-serif;
    letter-spacing: 1px;
    }
.u57c89e_bm:hover{
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    background-color: var(--text-color);
    color: var(--bg-color);
    }
.u57a__adbf9{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 80px;
    justify-content: flex-start;
    box-sizing: border-box;
    }
.ifcao1ru{
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 28px;
    box-sizing: border-box;
    }
.w477d23c_7ai{
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 1.5px;
    font-family: system-ui, -apple-system, sans-serif;
    }
.pe5d4ad_82eb{
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-muted);
    margin: 0;
    max-width: 440px;
    }
.p51bab__ad0{
    width: 55%;
    display: flex;
    flex-direction: row;
    gap: 64px;
    box-sizing: border-box;
    }
.b0e62_7454{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    }
.c8dff701c{
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color);
    margin: 0;
    margin-bottom: 8px;
    }
.y03711f75d{
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.5;
    transition: var(--transition);
    cursor: default;
    }
.y03711f75d:hover{
    color: var(--secondary-color);
    }
.ld3a22cff4d{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 36px;
    border-top: 1px solid var(--border-color);
    box-sizing: border-box;
    }
.n928904b{
    width: auto;
    font-size: 14px;
    color: var(--text-muted);
    font-family: system-ui, -apple-system, sans-serif;
    }
.m65bd2d7b9c{
    width: auto;
    font-size: 14px;
    color: var(--text-muted);
    font-family: system-ui, -apple-system, sans-serif;
    }
@media (max-width: 992px){.rvkpvrel2vi6{
    padding: 48px 40px;
    }
.b825c38_b5{
    font-size: 32px;
    }
.u57a__adbf9{
    flex-direction: column;
    gap: 56px;
    }
.ifcao1ru{
    width: 100%;
    }
.p51bab__ad0{
    width: 100%;
    }}
@media (max-width: 768px){.ad4v9ctjlf3{
    padding-top: 64px;
    padding-bottom: 32px;
    }
.h735a58a_44{
    gap: 64px;
    }
.rvkpvrel2vi6{
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 24px;
    }
.v7d727_cvz{
    margin-bottom: 36px;
    }
.z4cb5de{
    margin-left: 0;
    width: 100%;
    }
.u57c89e_bm{
    width: 100%;
    box-sizing: border-box;
    }
.p51bab__ad0{
    flex-direction: column;
    gap: 48px;
    }
.ld3a22cff4d{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }}
div.dbd6__4e8d.ge4be5b7_v1{
    background-color: var(--page-bg);
    color: var(--page-text);
    font-family: var(--page-font-sans);
    line-height: 1.8;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    }
div.dbd6__4e8d.ge4be5b7_v1 a{
    color: var(--page-primary);
    text-decoration: none;
    border-bottom: 1px dashed var(--page-primary);
    transition: color 0.3s ease, border-color 0.3s ease;
    }
div.dbd6__4e8d.ge4be5b7_v1 a:hover{
    color: var(--page-primary-hover);
    border-bottom-style: solid;
    }
div.dbd6__4e8d.ge4be5b7_v1 .fd5b49__f2ad{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5vw;
    }
div.dbd6__4e8d.ge4be5b7_v1 h1, div.dbd6__4e8d.ge4be5b7_v1 h2, div.dbd6__4e8d.ge4be5b7_v1 h3{
    font-family: var(--page-font-serif);
    font-weight: normal;
    margin-top: 0;
    color: #ffffff;
    }
div.dbd6__4e8d.ge4be5b7_v1 h2{
    font-size: 2.25rem;
    border-bottom: 1px solid var(--page-border);
    padding-bottom: 0.75rem;
    margin-bottom: 2rem;
    
    text-align: left;
    color: var(--page-primary);
    }
div.dbd6__4e8d.ge4be5b7_v1 h3{
    font-size: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    text-align: left;
    }
div.dbd6__4e8d.ge4be5b7_v1 .e1ba2e8d717{
    min-height: 80vh; 
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--page-border);
    padding: 6rem 0;
    background: radial-gradient(circle at top right, #2a1f1a 0%, var(--page-bg) 60%); color: #ffffff;}
div.dbd6__4e8d.ge4be5b7_v1 .gd4d08__7cf6{
    max-width: 680px; 
    text-align: left; 
    }
div.dbd6__4e8d.ge4be5b7_v1 .gd4d08__7cf6 h1{
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    }
div.dbd6__4e8d.ge4be5b7_v1 .gd4d08__7cf6 p{
    font-size: 1.25rem;
    color: var(--page-text-muted);
    margin-bottom: 3rem;
    line-height: 1.6;
    }
div.dbd6__4e8d.ge4be5b7_v1 .c18c03_464u{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--page-primary);
    color: #1a1a2e;
    padding: 1.125rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    border: none;
    border-radius: var(--page-radius);
    box-shadow: var(--page-shadow-cta);
    text-decoration: none !important;
    transition: transform 0.2s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.2s ease, background-color 0.2s ease;
    }
div.dbd6__4e8d.ge4be5b7_v1 .c18c03_464u:hover{
    background-color: var(--page-primary-hover);
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(211, 84, 0, 0.5); color: #1a1a2e;}
div.dbd6__4e8d.ge4be5b7_v1 .gy362konfr{
    padding: 6rem 0;
    }
div.dbd6__4e8d.ge4be5b7_v1 .tca0__122{
    background-color: var(--page-surface);
    border: 1px solid var(--page-border);
    border-radius: var(--page-radius);
    padding: 3.5rem;
    margin-bottom: 3rem;
    
    text-align: left; color: #ffffff;}
div.dbd6__4e8d.ge4be5b7_v1 .tca0__122 p{
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    }
div.dbd6__4e8d.ge4be5b7_v1 .p610a8__13c18{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 2rem;
    }
div.dbd6__4e8d.ge4be5b7_v1 .p610a8__13c18 li{
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 1.25rem;
    color: var(--page-text);
    }
div.dbd6__4e8d.ge4be5b7_v1 .p610a8__13c18 li::before{
    content: "■";
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--page-primary);
    font-size: 0.8em;
    }
div.dbd6__4e8d.ge4be5b7_v1 .rec31a__26710{
    margin: 2.5rem 0;
    border-radius: var(--page-radius);
    overflow: hidden;
    border: 1px solid var(--page-border);
    background-color: #000; color: #ffffff;}
div.dbd6__4e8d.ge4be5b7_v1 .rec31a__26710 img{
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    }
div.dbd6__4e8d.ge4be5b7_v1 .rec31a__26710 img:hover{
    opacity: 1;
    }
div.dbd6__4e8d.ge4be5b7_v1 .qf80__1f86{
    background-color: #12100e;
    padding: 4rem 0;
    text-align: left;
    border-top: 1px solid var(--page-border);
    color: var(--page-text-muted);
    font-size: 0.9rem;
    }
@media (max-width: 768px) {div.dbd6__4e8d.ge4be5b7_v1 .gd4d08__7cf6 h1{ font-size: 2.5rem; }
div.dbd6__4e8d.ge4be5b7_v1 .e1ba2e8d717{ min-height: 60vh; padding: 4rem 0; }
div.dbd6__4e8d.ge4be5b7_v1 .tca0__122{ padding: 2rem; }
div.dbd6__4e8d.ge4be5b7_v1 h2{ text-align: left; font-size: 1.75rem; }
div.dbd6__4e8d.ge4be5b7_v1 .c18c03_464u{ width: 100%; text-align: center; box-sizing: border-box; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.dbd6__4e8d img.y463c0_c996 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.dbd6__4e8d img.y463c0_c996.ja4f__a175 { aspect-ratio: 16 / 9; }
div.dbd6__4e8d img.y463c0_c996.iedb__da63 { aspect-ratio: 16 / 10; }
div.dbd6__4e8d img.y463c0_c996.l6783a6a3 { aspect-ratio: 4 / 3; }
div.dbd6__4e8d img.y463c0_c996.u780f5891 { aspect-ratio: 1 / 1; }
div.dbd6__4e8d :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.dbd6__4e8d .g011__7eb0 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.dbd6__4e8d .g011__7eb0.ja4f__a175 { aspect-ratio: 16 / 9; }
div.dbd6__4e8d .g011__7eb0.iedb__da63 { aspect-ratio: 16 / 10; }
div.dbd6__4e8d .g011__7eb0.l6783a6a3 { aspect-ratio: 4 / 3; }
div.dbd6__4e8d .g011__7eb0.u780f5891 { aspect-ratio: 1 / 1; }
div.dbd6__4e8d .g011__7eb0 > img.y463c0_c996,
    div.dbd6__4e8d .g011__7eb0 > picture > img.y463c0_c996 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.dbd6__4e8d.ge4be5b7_v1 .c18c03_464u a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.dbd6__4e8d.ge4be5b7_v1 .c18c03_464u a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.dbd6__4e8d.ge4be5b7_v1 .c18c03_464u a:not([class]):hover{opacity:0.92;}
div.dbd6__4e8d.ge4be5b7_v1 .c18c03_464u a[class=""]:hover{opacity:0.92;}
div.dbd6__4e8d.ge4be5b7_v1 .c18c03_464u a:not([class]):visited{color:#ffffff !important;}
div.dbd6__4e8d.ge4be5b7_v1 .c18c03_464u a[class=""]:visited{color:#ffffff !important;}
.c55e8dcef55 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.c55e8dcef55 > :first-child,
    .c55e8dcef55 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.e04b323a714{
    font-family: Georgia, "Times New Roman", Times, serif; 
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm); color: #ffffff;}
.xd14e3f114{
    display: flex;
    align-items: center;
    height: var(--nav-height);
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    }
.n98a7_795a{
    color: var(--text-color);
    font-size: 1.4rem;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    margin-right: 2.5rem;
    letter-spacing: 0.5px;
    transition: var(--transition);
    }
.n98a7_795a:hover{
    color: var(--secondary-color);
    }
.m9b20a3_7248{
    flex-grow: 1;
    }
.w0584b12{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.25rem;
    }
.y6680dc_za4{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.5rem 0.85rem;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.y6680dc_za4:hover{
    color: #1a1a2e;
    background-color: rgba(252, 245, 242, 0.06);
    }
.g3de09e_vh{
    display: flex;
    align-items: center;
    margin-left: auto;
    }
.p7da3f6_a8{
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-family: system-ui, -apple-system, sans-serif; 
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.6rem 1.4rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.p7da3f6_a8:hover{
    background: var(--secondary-color);
    color: var(--bg-color); 
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
    }
.p5db8b8704f{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    cursor: pointer;
    margin-left: 1.25rem;
    z-index: 10;
    }
.cbzhukge536z{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 992px){.m9b20a3_7248 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease, visibility 0.4s; color: #ffffff;}
.w0584b12 {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0;
    gap: 0;
    }
.y6680dc_za4 {
    width: 100%;
    padding: 1rem var(--max-width); 
    box-sizing: border-box;
    border-radius: 0;
    font-size: 1.05rem;
    border-left: 3px solid transparent;
    }
.y6680dc_za4:hover {
    background-color: rgba(252, 245, 242, 0.04);
    border-left-color: var(--primary-color);
    padding-left: calc(var(--max-width) + 4px); color: #1a1a2e;}
.p5db8b8704f {
    display: flex;
    }
.g53083972b:checked ~ .m9b20a3_7248 {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    }
.g53083972b:checked ~ .g3de09e_vh .p5db8b8704f .cbzhukge536z:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
.g53083972b:checked ~ .g3de09e_vh .p5db8b8704f .cbzhukge536z:nth-child(2) {
    opacity: 0;
    }
.g53083972b:checked ~ .g3de09e_vh .p5db8b8704f .cbzhukge536z:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }}
.y6680dc_za4.active{color: #1a1a2e; background-color: rgba(252, 245, 242, 0.06);}
@media (min-width: 993px){.e04b323a714 #nt97adb39304, .e04b323a714 label[for="nt97adb39304"]{ display: none !important; }}
@media (min-width: 993px){.e04b323a714 .m9b20a3_7248{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.e04b323a714 .m9b20a3_7248{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.e04b323a714 .m9b20a3_7248 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.y6680dc_za4.active{color: #1a1a2e; background-color: rgba(252, 245, 242, 0.06);}
#nt97adb39304:checked ~ .m9b20a3_7248{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.e04b323a714.o20fa7_47e0 .m9b20a3_7248{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 992px){#nt97adb39304:checked ~ .m9b20a3_7248{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.e04b323a714.o20fa7_47e0 #nt97adb39304, .e04b323a714.o20fa7_47e0 label[for="nt97adb39304"]{ display: none !important; }}
@media (min-width: 993px){.e04b323a714.o20fa7_47e0 .m9b20a3_7248{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.e04b323a714.o20fa7_47e0 .m9b20a3_7248{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.e04b323a714.o20fa7_47e0 .m9b20a3_7248 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ad4v9ctjlf3{
    width: 100%;
    background-color: var(--bg-color);
    color: var(--text-color);
    padding-top: 100px;
    padding-bottom: 48px;
    font-family: "Georgia", "Times New Roman", serif;
    border-top: 1px solid var(--border-color);
    box-sizing: border-box;
    }
.h735a58a_44{
    width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 88px;
    box-sizing: border-box;
    }
.rvkpvrel2vi6{width: 100%;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: var(--radius-lg);
    padding: 64px 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    box-shadow: var(--shadow-lg);
    box-sizing: border-box;
    position: relative;
    overflow: hidden; isolation: isolate; color: #1a1a2e;}
.v7d727_cvz{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 2;
    }
.b825c38_b5{
    font-size: 38px;
    line-height: 1.25;
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    }
.f174b_cd7f{
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    max-width: 540px;
    }
.z4cb5de{
    width: auto;
    display: flex;
    flex-shrink: 0;
    margin-left: 56px;
    z-index: 2;
    }
.u57c89e_bm{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 52px;
    background-color: var(--bg-color);
    color: var(--text-color);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    font-family: system-ui, -apple-system, sans-serif;
    letter-spacing: 1px;
    }
.u57c89e_bm:hover{
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    background-color: var(--text-color);
    color: var(--bg-color);
    }
.u57a__adbf9{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 80px;
    justify-content: flex-start;
    box-sizing: border-box;
    }
.ifcao1ru{
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 28px;
    box-sizing: border-box;
    }
.w477d23c_7ai{
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 1.5px;
    font-family: system-ui, -apple-system, sans-serif;
    }
.pe5d4ad_82eb{
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-muted);
    margin: 0;
    max-width: 440px;
    }
.p51bab__ad0{
    width: 55%;
    display: flex;
    flex-direction: row;
    gap: 64px;
    box-sizing: border-box;
    }
.b0e62_7454{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    }
.c8dff701c{
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color);
    margin: 0;
    margin-bottom: 8px;
    }
.y03711f75d{
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.5;
    transition: var(--transition);
    cursor: default;
    }
.y03711f75d:hover{
    color: var(--secondary-color);
    }
.ld3a22cff4d{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 36px;
    border-top: 1px solid var(--border-color);
    box-sizing: border-box;
    }
.n928904b{
    width: auto;
    font-size: 14px;
    color: var(--text-muted);
    font-family: system-ui, -apple-system, sans-serif;
    }
.m65bd2d7b9c{
    width: auto;
    font-size: 14px;
    color: var(--text-muted);
    font-family: system-ui, -apple-system, sans-serif;
    }
@media (max-width: 992px){.rvkpvrel2vi6{
    padding: 48px 40px;
    }
.b825c38_b5{
    font-size: 32px;
    }
.u57a__adbf9{
    flex-direction: column;
    gap: 56px;
    }
.ifcao1ru{
    width: 100%;
    }
.p51bab__ad0{
    width: 100%;
    }}
@media (max-width: 768px){.ad4v9ctjlf3{
    padding-top: 64px;
    padding-bottom: 32px;
    }
.h735a58a_44{
    gap: 64px;
    }
.rvkpvrel2vi6{
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 24px;
    }
.v7d727_cvz{
    margin-bottom: 36px;
    }
.z4cb5de{
    margin-left: 0;
    width: 100%;
    }
.u57c89e_bm{
    width: 100%;
    box-sizing: border-box;
    }
.p51bab__ad0{
    flex-direction: column;
    gap: 48px;
    }
.ld3a22cff4d{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }}
.e04b323a714{
  font-family: Georgia, "Times New Roman", Times, serif; 
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm); color: #ffffff;}
.xd14e3f114{
  display: flex;
  align-items: center;
  height: var(--nav-height);
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
}
.n98a7_795a{
  color: var(--text-color);
  font-size: 1.4rem;
  font-weight: 700;
  font-style: italic;
  text-decoration: none;
  margin-right: 2.5rem;
  letter-spacing: 0.5px;
  transition: var(--transition);
}
.n98a7_795a:hover{
  color: var(--secondary-color);
}
.m9b20a3_7248{
  flex-grow: 1;
}
.w0584b12{
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.25rem;
}
.y6680dc_za4{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.y6680dc_za4:hover{
  color: #1a1a2e;
  background-color: rgba(252, 245, 242, 0.06);
}
.g3de09e_vh{
  display: flex;
  align-items: center;
  margin-left: auto;
}
.p7da3f6_a8{
  background: var(--primary-color);
  color: #1a1a2e;
  text-decoration: none;
  font-family: system-ui, -apple-system, sans-serif; 
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.6rem 1.4rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  white-space: nowrap;
}
.p7da3f6_a8:hover{
  background: var(--secondary-color);
  color: var(--bg-color); 
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}
.p5db8b8704f{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  cursor: pointer;
  margin-left: 1.25rem;
  z-index: 10;
}
.cbzhukge536z{
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px;
  transition: var(--transition); color: #1a1a2e;}
@media (max-width: 992px){.m9b20a3_7248 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);

    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease, visibility 0.4s; color: #ffffff;}
.w0584b12 {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0;
    gap: 0;
  }
.y6680dc_za4 {
    width: 100%;
    padding: 1rem var(--max-width); 
    box-sizing: border-box;
    border-radius: 0;
    font-size: 1.05rem;
    border-left: 3px solid transparent;
  }
.y6680dc_za4:hover {
    background-color: rgba(252, 245, 242, 0.04);
    border-left-color: var(--primary-color);
    padding-left: calc(var(--max-width) + 4px); color: #1a1a2e;}
.p5db8b8704f {
    display: flex;
  }
.g53083972b:checked ~ .m9b20a3_7248 {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }
.g53083972b:checked ~ .g3de09e_vh .p5db8b8704f .cbzhukge536z:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
.g53083972b:checked ~ .g3de09e_vh .p5db8b8704f .cbzhukge536z:nth-child(2) {
    opacity: 0;
  }
.g53083972b:checked ~ .g3de09e_vh .p5db8b8704f .cbzhukge536z:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }}
.y6680dc_za4.active{color: #1a1a2e; background-color: rgba(252, 245, 242, 0.06);}
@media (min-width: 993px){.e04b323a714 #nt97adb39304, .e04b323a714 label[for="nt97adb39304"]{ display: none !important; }}
@media (min-width: 993px){.e04b323a714 .m9b20a3_7248{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.e04b323a714 .m9b20a3_7248{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.e04b323a714 .m9b20a3_7248 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.y6680dc_za4.active{color: #1a1a2e; background-color: rgba(252, 245, 242, 0.06);}
#nt97adb39304:checked ~ .m9b20a3_7248{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.e04b323a714.o20fa7_47e0 .m9b20a3_7248{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 992px){#nt97adb39304:checked ~ .m9b20a3_7248{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.e04b323a714.o20fa7_47e0 #nt97adb39304, .e04b323a714.o20fa7_47e0 label[for="nt97adb39304"]{ display: none !important; }}
@media (min-width: 993px){.e04b323a714.o20fa7_47e0 .m9b20a3_7248{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.e04b323a714.o20fa7_47e0 .m9b20a3_7248{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.e04b323a714.o20fa7_47e0 .m9b20a3_7248 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.aeda413b4{
  width: 100%;
  background-color: var(--bg-color);
  color: var(--text-color);
  padding-top: 100px;
  padding-bottom: 48px;
  font-family: "Georgia", "Times New Roman", serif;
  border-top: 1px solid var(--border-color);
  box-sizing: border-box;
}
.f329e26ec{
  width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 88px;
  box-sizing: border-box;
}
.p3fe0d_29f0{width: 100%;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: var(--radius-lg);
  padding: 64px 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  box-shadow: var(--shadow-lg);
  box-sizing: border-box;
  position: relative;
  overflow: hidden; isolation: isolate; color: #1a1a2e;}
.a6a98e_8966{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
}
.d009__81d9{
  font-size: 38px;
  line-height: 1.25;
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.s54a__d88c{
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  max-width: 540px;
}
.kc428e843f1{
  width: auto;
  display: flex;
  flex-shrink: 0;
  margin-left: 56px;
  z-index: 2;
}
.n21d2e15b{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 52px;
  background-color: var(--bg-color);
  color: var(--text-color);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: var(--transition);
  box-shadow: var(--shadow-md);
  font-family: system-ui, -apple-system, sans-serif;
  letter-spacing: 1px;
}
.n21d2e15b:hover{
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  background-color: var(--text-color);
  color: var(--bg-color);
}
.n323__1b2b{
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 80px;
  justify-content: flex-start;
  box-sizing: border-box;
}
.ca53ae223{
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  box-sizing: border-box;
}
.c84b__10b5{
  font-size: 34px;
  font-weight: 700;
  color: var(--primary-color);
  letter-spacing: 1.5px;
  font-family: system-ui, -apple-system, sans-serif;
}
.dcede646d{
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-muted);
  margin: 0;
  max-width: 440px;
}
.yefb__74ca{
  width: 55%;
  display: flex;
  flex-direction: row;
  gap: 64px;
  box-sizing: border-box;
}
.a331df41f56{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}
.k5c055_80bc{
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color);
  margin: 0;
  margin-bottom: 8px;
}
.s640__8a4b{
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.5;
  transition: var(--transition);
  cursor: default;
}
.s640__8a4b:hover{
  color: var(--secondary-color);
}
.zc9b8a_8f7b{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  border-top: 1px solid var(--border-color);
  box-sizing: border-box;
}
.d05e35571d9{
  width: auto;
  font-size: 14px;
  color: var(--text-muted);
  font-family: system-ui, -apple-system, sans-serif;
}
.o2922d_0b4d{
  width: auto;
  font-size: 14px;
  color: var(--text-muted);
  font-family: system-ui, -apple-system, sans-serif;
}
@media (max-width: 992px){.p3fe0d_29f0{
    padding: 48px 40px;
  }
.d009__81d9{
    font-size: 32px;
  }
.n323__1b2b{
    flex-direction: column;
    gap: 56px;
  }
.ca53ae223{
    width: 100%;
  }
.yefb__74ca{
    width: 100%;
  }}
@media (max-width: 768px){.aeda413b4{
    padding-top: 64px;
    padding-bottom: 32px;
  }
.f329e26ec{
    gap: 64px;
  }
.p3fe0d_29f0{
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 24px;
  }
.a6a98e_8966{
    margin-bottom: 36px;
  }
.kc428e843f1{
    margin-left: 0;
    width: 100%;
  }
.n21d2e15b{
    width: 100%;
    box-sizing: border-box;
  }
.yefb__74ca{
    flex-direction: column;
    gap: 48px;
  }
.zc9b8a_8f7b{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }}
.tbeb0042b05{box-sizing:border-box;}
.c8b67a06d13{box-sizing:border-box;}
.w9e882_b8b0{box-sizing:border-box;}
.cdc2b5e7b{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {.ld3a22cff4d { 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; }}