:root {

  --page-bg: #121314;
  --page-surface: #1e1f22;
  --page-surface-hover: #26282b;
  --page-border: #33363a;
  --page-primary: hsl(67, 74%, 59%);
  --page-primary-hover: hsl(67, 74%, 49%);
  --page-secondary: hsl(116, 59%, 59%);
  --page-text-h: #ffffff;
  --page-text-body: #c1c5ce;
  --page-text-muted: #888d96;
  --page-text-inverse: #0d0e0f;
  --page-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --page-font-serif: "Georgia", "Times New Roman", serif;
  --page-container-max: 1200px;
  --page-read-max: 680px;
  --page-radius-lg: 12px;
  --page-radius-sm: 6px;
  --page-space-xl: 80px;
  --page-space-lg: 60px;
  --page-space-md: 48px;
  --page-space-sm: 24px;
  --primary-color: #4f46e5;
  --secondary-color: #38bdf8;
  --bg-color: #0b1120;
  --text-color: #f8fafc;
  --text-muted: #94a3b8;
  --border-color: rgba(255, 255, 255, 0.08);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.5);
  --nav-height: 80px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: rgba(11, 17, 32, 0.85);
  --btn-text: #ffffff;
  --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%);
}
div.g09c__d615.v250077_25{
    background-color: var(--page-bg);
    color: var(--page-text-body);
    font-family: var(--page-font-sans);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    padding-bottom: var(--page-space-xl);
    }
div.g09c__d615.v250077_25 .saz6bfrpho{
    max-width: var(--page-container-max);
    margin: 0 auto;
    padding: 0 5vw;
    }
div.g09c__d615.v250077_25 .a1a31ebe5{
    max-width: var(--page-read-max);
    margin-left: 0; 
    }
div.g09c__d615.v250077_25 h1, div.g09c__d615.v250077_25 h2, div.g09c__d615.v250077_25 h3, div.g09c__d615.v250077_25 h4{
    color: var(--page-text-h);
    font-family: var(--page-font-serif);
    font-weight: 500;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1em;
    }
div.g09c__d615.v250077_25 h1{ font-size: clamp(2.5rem, 5vw, 4rem); letter-spacing: -0.02em; margin-bottom: 0.5em; }
div.g09c__d615.v250077_25 h2{ font-size: clamp(2rem, 3vw, 2.5rem); margin-bottom: 0.8em; }
div.g09c__d615.v250077_25 h3{ font-size: 1.5rem; }
div.g09c__d615.v250077_25 p{ margin-top: 0; margin-bottom: 1.5em; }
div.g09c__d615.v250077_25 p:last-child{ margin-bottom: 0; }
div.g09c__d615.v250077_25 .x26ee_d43{
    font-size: 1.25rem;
    color: var(--page-text-body);
    margin-bottom: 2em;
    }
div.g09c__d615.v250077_25 a.t889cbrn{
    color: var(--page-primary);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    }
div.g09c__d615.v250077_25 a.t889cbrn:hover{
    border-bottom-color: var(--page-primary);
    }
div.g09c__d615.v250077_25 .uf6edafd{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-top: 2rem;
    }
div.g09c__d615.v250077_25 .g90178b{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--page-primary);
    color: var(--page-text-inverse);
    font-weight: 600;
    font-size: 1.1rem;
    padding: 16px 32px;
    border-radius: var(--page-radius-sm);
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(186, 224, 78, 0.2);
    }
div.g09c__d615.v250077_25 .g90178b:hover{
    background-color: var(--page-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(186, 224, 78, 0.3); color: #1a1a2e;}
div.g09c__d615.v250077_25 .h92cb874{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--page-text-h);
    font-weight: 500;
    padding: 14px 28px;
    border: 1px solid var(--page-border);
    border-radius: var(--page-radius-sm);
    text-decoration: none;
    transition: all 0.2s ease;
    }
div.g09c__d615.v250077_25 .h92cb874:hover{
    background-color: var(--page-surface);
    border-color: var(--page-text-muted); color: #ffffff;}
div.g09c__d615.v250077_25 .ldca__95d{
    font-size: 0.9rem;
    color: var(--page-text-muted);
    display: block;
    margin-top: 12px;
    }
div.g09c__d615.v250077_25 .h58f__67f80{
    padding-top: var(--page-space-lg);
    position: relative;
    }
div.g09c__d615.v250077_25 .k5d33__e410{
    padding-top: var(--page-space-xl);
    padding-bottom: var(--page-space-md);
    }
div.g09c__d615.v250077_25 .fd588962_ss8{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: var(--page-space-md);
    max-width: var(--page-container-max);
    }
div.g09c__d615.v250077_25 .j185c0a59c{
    background-color: var(--page-surface);
    border-left: 4px solid var(--page-primary);
    padding: 40px;
    border-radius: 0 var(--page-radius-lg) var(--page-radius-lg) 0;
    transition: background-color 0.2s ease; color: #ffffff;}
div.g09c__d615.v250077_25 .j185c0a59c:hover{
    background-color: var(--page-surface-hover); color: #ffffff;}
div.g09c__d615.v250077_25 .j185c0a59c.c00e__5aea{
    border-left-color: var(--page-secondary);
    }
div.g09c__d615.v250077_25 .j185c0a59c.jc4e9e_5d7{
    border-left-color: var(--page-border);
    }
div.g09c__d615.v250077_25 .e65d9uzyj{
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 16px;
    }
div.g09c__d615.v250077_25 .e65d9uzyj h3{ margin-bottom: 0; }
div.g09c__d615.v250077_25 .la2b2637_8gn{
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 100px;
    background-color: rgba(186, 224, 78, 0.1);
    color: #1a1a2e;
    }
div.g09c__d615.v250077_25 .gd7s4c4b9{
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
    margin-bottom: 2em;
    }
div.g09c__d615.v250077_25 .gd7s4c4b9 li{
    position: relative;
    padding-left: 48px;
    margin-bottom: 24px;
    }
div.g09c__d615.v250077_25 .gd7s4c4b9 li::before{
    content: counter(step-counter);
    counter-increment: step-counter;
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--page-border);
    color: var(--page-text-h);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: var(--page-font-sans);
    }
div.g09c__d615.v250077_25 .b855e__35115{
    margin: var(--page-space-md) 0;
    border-radius: var(--page-radius-lg);
    overflow: hidden;
    background-color: var(--page-surface);
    border: 1px solid var(--page-border); color: #ffffff;}
div.g09c__d615.v250077_25 .b855e__35115 img{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 7;
    object-fit: cover;
    }
div.g09c__d615.v250077_25 .djdpcz4me{
    padding: 16px 24px;
    font-size: 0.9rem;
    color: var(--page-text-muted);
    border-top: 1px solid var(--page-border);
    }
div.g09c__d615.v250077_25 .e8sqy1prrlme{
    height: 1px;
    background-color: var(--page-border);
    margin: var(--page-space-xl) 0 0 0;
    width: 100%; color: #ffffff;}
div.g09c__d615.v250077_25 .kb1d2c_c85b{
    padding-top: var(--page-space-md);
    color: var(--page-text-muted);
    font-size: 0.9rem;
    }
@media (max-width: 768px) {div.g09c__d615.v250077_25 .j185c0a59c{ padding: 24px; }
div.g09c__d615.v250077_25 .uf6edafd{ flex-direction: column; align-items: flex-start; }
div.g09c__d615.v250077_25 .g90178b, div.g09c__d615.v250077_25 .h92cb874{ width: 100%; }
div.g09c__d615.v250077_25 .b855e__35115 img{ aspect-ratio: 16 / 9; }}
.r44c__e4f{
    background-color: var(--bg-color, #0b1120);
    padding-top: 100px;
    padding-bottom: 60px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--border-color, rgba(255, 255, 255, 0.08));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #ffffff;}
.o976896_5e9{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    }
.hdb70gha6hk0{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 64px;
    }
.qcba6f__7d23d{
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 520px;
    align-items: flex-start;
    }
.rnzeeep42mzl{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 36px;
    font-weight: 700;
    color: var(--text-color, #f8fafc);
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    }
.te41a32b9f{
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-muted, #94a3b8);
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    }
.qc9269f6_0e{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    }
.ba284__2e5b3{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
    background-image: linear-gradient(135deg, var(--primary-color, #4f46e5) 0%, var(--secondary-color, #38bdf8) 100%);
    color: var(--btn-text, #ffffff);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-lg, 24px);
    box-shadow: var(--shadow-md, 0 8px 24px rgba(0, 0, 0, 0.4));
    transition: var(--transition, all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1));
    }
.ba284__2e5b3:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 16px 40px rgba(0, 0, 0, 0.5));
    }
.pf1bc__ca3{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.08));
    margin-bottom: 40px; color: #1a1a2e;}
.vmgepzwn4j8{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.gbpxu1tr7w19{
    font-size: 14px;
    color: var(--text-muted, #94a3b8);
    margin-top: 0;
    margin-bottom: 0;
    flex: 0 0 auto;
    }
.eqxyjq4k{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 auto;
    }
.vy51xiib{
    font-size: 14px;
    color: var(--text-muted, #94a3b8);
    }
.pkmvf3fpsl{
    font-size: 14px;
    color: var(--border-color, rgba(255, 255, 255, 0.08));
    margin-left: 12px;
    margin-right: 12px;
    }
@media (max-width: 768px){.r44c__e4f{
    padding-top: 60px;
    padding-bottom: 40px;
    }
.hdb70gha6hk0{
    flex-direction: column;
    margin-bottom: 48px;
    }
.qcba6f__7d23d{
    max-width: 100%;
    margin-bottom: 40px;
    }
.qc9269f6_0e{
    align-items: flex-start;
    width: 100%;
    }
.vmgepzwn4j8{
    flex-direction: column;
    align-items: flex-start;
    }
.gbpxu1tr7w19{
    margin-bottom: 24px;
    }
.eqxyjq4k{
    flex-wrap: wrap;
    row-gap: 8px;
    }}
body{
    margin: 0;
    font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.u20d__ddfa0{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #ffffff;}
.jdecd7_930{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.jd7f5f54_b8c1{
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.05em;
    margin-right: 3rem; 
    flex-shrink: 0;
    transition: var(--transition);
    }
.jd7f5f54_b8c1:hover{
    color: var(--secondary-color);
    }
.c9d8bad_b3{
    display: none;
    }
.g0e903e6a{
    display: flex;
    align-items: center;
    height: 100%;
    }
.s2fe3eb366{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem; 
    }
.m75a__799e{
    display: flex;
    align-items: center;
    }
.eca119_7023{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 1.05rem;
    font-family: system-ui, -apple-system, sans-serif; 
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
    }
.eca119_7023:hover{
    color: var(--text-color);
    }
.eca119_7023::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--secondary-color);
    transition: var(--transition);
    border-radius: var(--radius-sm); color: #1a1a2e;}
.eca119_7023:hover::after{
    width: 100%;
    }
.p8fb0__833{
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    }
.vzmqq5puco8{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-family: system-ui, -apple-system, sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-lg); 
    box-shadow: var(--shadow-sm);    
    transition: var(--transition);
    border: 1px solid transparent;
    }
.vzmqq5puco8:hover{
    background: #4338ca; 
    box-shadow: var(--shadow-md); 
    transform: translateY(-2px); color: #ffffff;}
.vzmqq5puco8:active{
    transform: translateY(0);
    }
.gozact9v{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    cursor: pointer;
    z-index: 1001;
    }
.ibefa__8d35{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: var(--radius-sm);
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 992px){.gozact9v {
    display: flex;
    }
.jd7f5f54_b8c1 {
    margin-right: 0;
    }
.g0e903e6a {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: 0;
    background: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    overflow: hidden;
    transition: var(--transition);
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    opacity: 0;
    visibility: hidden; color: #ffffff;}
.s2fe3eb366 {
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 1rem var(--max-width);
    box-sizing: border-box;
    }
.m75a__799e {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    }
.eca119_7023 {
    display: block;
    width: 100%;
    padding: 1.25rem 0;
    font-size: 1.15rem;
    }
.eca119_7023::after {
    display: none; 
    }
.c9d8bad_b3:checked ~ .g0e903e6a {
    height: calc(100vh - var(--nav-height));
    padding-top: 1rem;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    }
.c9d8bad_b3:checked ~ .p8fb0__833 .gozact9v .r42f33__09ef3 {
    transform: translateY(8px) rotate(45deg);
    }
.c9d8bad_b3:checked ~ .p8fb0__833 .gozact9v .c9930__a040e {
    opacity: 0;
    }
.c9d8bad_b3:checked ~ .p8fb0__833 .gozact9v .bab18_e7 {
    transform: translateY(-8px) rotate(-45deg);
    }
.vzmqq5puco8 {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    }}
.eca119_7023.active{color: var(--text-color);}
@media (min-width: 993px){.u20d__ddfa0 #nt780d566a96, .u20d__ddfa0 label[for="nt780d566a96"]{ display: none !important; }}
@media (min-width: 993px){.u20d__ddfa0 .g0e903e6a{ 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){.u20d__ddfa0 .g0e903e6a{ 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){.u20d__ddfa0 .g0e903e6a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.eca119_7023.active {color: var(--text-color);}
#nt780d566a96:checked ~ .g0e903e6a { right: 0 !important; left: auto !important; }
@media (max-width: 992px) {.u20d__ddfa0.o997__0a0e .g0e903e6a { 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) {#nt780d566a96:checked ~ .g0e903e6a { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px) {.u20d__ddfa0.o997__0a0e #nt780d566a96, .u20d__ddfa0.o997__0a0e label[for="nt780d566a96"] { display: none !important; }}
@media (min-width: 993px) {.u20d__ddfa0.o997__0a0e .g0e903e6a { 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) {.u20d__ddfa0.o997__0a0e .g0e903e6a { 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) {.u20d__ddfa0.o997__0a0e .g0e903e6a a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.g09c__d615 img.mf594f833 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.g09c__d615 img.mf594f833.w02974330 { aspect-ratio: 16 / 9; }
div.g09c__d615 img.mf594f833.q23b__d03c { aspect-ratio: 16 / 10; }
div.g09c__d615 img.mf594f833.b4f6d8e6473 { aspect-ratio: 4 / 3; }
div.g09c__d615 img.mf594f833.p5b6f4_ba05 { aspect-ratio: 1 / 1; }
div.g09c__d615 :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.g09c__d615 .m4389896e45 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.g09c__d615 .m4389896e45.w02974330 { aspect-ratio: 16 / 9; }
div.g09c__d615 .m4389896e45.q23b__d03c { aspect-ratio: 16 / 10; }
div.g09c__d615 .m4389896e45.b4f6d8e6473 { aspect-ratio: 4 / 3; }
div.g09c__d615 .m4389896e45.p5b6f4_ba05 { aspect-ratio: 1 / 1; }
div.g09c__d615 .m4389896e45 > img.mf594f833,
    div.g09c__d615 .m4389896e45 > picture > img.mf594f833 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.p733__ca6e {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.p733__ca6e > :first-child,
    .p733__ca6e > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
body{
    margin: 0;
    font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.u20d__ddfa0{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #ffffff;}
.jdecd7_930{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.jd7f5f54_b8c1{
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.05em;
    margin-right: 3rem; 
    flex-shrink: 0;
    transition: var(--transition);
    }
.jd7f5f54_b8c1:hover{
    color: var(--secondary-color);
    }
.c9d8bad_b3{
    display: none;
    }
.g0e903e6a{
    display: flex;
    align-items: center;
    height: 100%;
    }
.s2fe3eb366{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem; 
    }
.m75a__799e{
    display: flex;
    align-items: center;
    }
.eca119_7023{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 1.05rem;
    font-family: system-ui, -apple-system, sans-serif; 
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
    }
.eca119_7023:hover{
    color: var(--text-color);
    }
.eca119_7023::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--secondary-color);
    transition: var(--transition);
    border-radius: var(--radius-sm); color: #1a1a2e;}
.eca119_7023:hover::after{
    width: 100%;
    }
.p8fb0__833{
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    }
.vzmqq5puco8{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-family: system-ui, -apple-system, sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-lg); 
    box-shadow: var(--shadow-sm);    
    transition: var(--transition);
    border: 1px solid transparent;
    }
.vzmqq5puco8:hover{
    background: #4338ca; 
    box-shadow: var(--shadow-md); 
    transform: translateY(-2px); color: #ffffff;}
.vzmqq5puco8:active{
    transform: translateY(0);
    }
.gozact9v{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    cursor: pointer;
    z-index: 1001;
    }
.ibefa__8d35{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: var(--radius-sm);
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 992px){.gozact9v {
    display: flex;
    }
.jd7f5f54_b8c1 {
    margin-right: 0;
    }
.g0e903e6a {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: 0;
    background: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    overflow: hidden;
    transition: var(--transition);
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    opacity: 0;
    visibility: hidden; color: #ffffff;}
.s2fe3eb366 {
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 1rem var(--max-width);
    box-sizing: border-box;
    }
.m75a__799e {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    }
.eca119_7023 {
    display: block;
    width: 100%;
    padding: 1.25rem 0;
    font-size: 1.15rem;
    }
.eca119_7023::after {
    display: none; 
    }
.c9d8bad_b3:checked ~ .g0e903e6a {
    height: calc(100vh - var(--nav-height));
    padding-top: 1rem;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    }
.c9d8bad_b3:checked ~ .p8fb0__833 .gozact9v .r42f33__09ef3 {
    transform: translateY(8px) rotate(45deg);
    }
.c9d8bad_b3:checked ~ .p8fb0__833 .gozact9v .c9930__a040e {
    opacity: 0;
    }
.c9d8bad_b3:checked ~ .p8fb0__833 .gozact9v .bab18_e7 {
    transform: translateY(-8px) rotate(-45deg);
    }
.vzmqq5puco8 {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    }}
.eca119_7023.active{color: var(--text-color);}
@media (min-width: 993px){.u20d__ddfa0 #nt780d566a96, .u20d__ddfa0 label[for="nt780d566a96"]{ display: none !important; }}
@media (min-width: 993px){.u20d__ddfa0 .g0e903e6a{ 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){.u20d__ddfa0 .g0e903e6a{ 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){.u20d__ddfa0 .g0e903e6a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.eca119_7023.active{color: var(--text-color);}
#nt780d566a96:checked ~ .g0e903e6a{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.u20d__ddfa0.o997__0a0e .g0e903e6a{ 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){#nt780d566a96:checked ~ .g0e903e6a{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.u20d__ddfa0.o997__0a0e #nt780d566a96, .u20d__ddfa0.o997__0a0e label[for="nt780d566a96"]{ display: none !important; }}
@media (min-width: 993px){.u20d__ddfa0.o997__0a0e .g0e903e6a{ 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){.u20d__ddfa0.o997__0a0e .g0e903e6a{ 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){.u20d__ddfa0.o997__0a0e .g0e903e6a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.r44c__e4f{
    background-color: var(--bg-color, #0b1120);
    padding-top: 100px;
    padding-bottom: 60px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--border-color, rgba(255, 255, 255, 0.08));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #ffffff;}
.o976896_5e9{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    }
.hdb70gha6hk0{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 64px;
    }
.qcba6f__7d23d{
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 520px;
    align-items: flex-start;
    }
.rnzeeep42mzl{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 36px;
    font-weight: 700;
    color: var(--text-color, #f8fafc);
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    }
.te41a32b9f{
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-muted, #94a3b8);
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    }
.qc9269f6_0e{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    }
.ba284__2e5b3{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
    background-image: linear-gradient(135deg, var(--primary-color, #4f46e5) 0%, var(--secondary-color, #38bdf8) 100%);
    color: var(--btn-text, #ffffff);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-lg, 24px);
    box-shadow: var(--shadow-md, 0 8px 24px rgba(0, 0, 0, 0.4));
    transition: var(--transition, all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1));
    }
.ba284__2e5b3:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 16px 40px rgba(0, 0, 0, 0.5));
    }
.pf1bc__ca3{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.08));
    margin-bottom: 40px; color: #1a1a2e;}
.vmgepzwn4j8{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.gbpxu1tr7w19{
    font-size: 14px;
    color: var(--text-muted, #94a3b8);
    margin-top: 0;
    margin-bottom: 0;
    flex: 0 0 auto;
    }
.eqxyjq4k{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 auto;
    }
.vy51xiib{
    font-size: 14px;
    color: var(--text-muted, #94a3b8);
    }
.pkmvf3fpsl{
    font-size: 14px;
    color: var(--border-color, rgba(255, 255, 255, 0.08));
    margin-left: 12px;
    margin-right: 12px;
    }
@media (max-width: 768px){.r44c__e4f{
    padding-top: 60px;
    padding-bottom: 40px;
    }
.hdb70gha6hk0{
    flex-direction: column;
    margin-bottom: 48px;
    }
.qcba6f__7d23d{
    max-width: 100%;
    margin-bottom: 40px;
    }
.qc9269f6_0e{
    align-items: flex-start;
    width: 100%;
    }
.vmgepzwn4j8{
    flex-direction: column;
    align-items: flex-start;
    }
.gbpxu1tr7w19{
    margin-bottom: 24px;
    }
.eqxyjq4k{
    flex-wrap: wrap;
    row-gap: 8px;
    }}
body{
    margin: 0;
    font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
}
.u20d__ddfa0{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #ffffff;}
.jdecd7_930{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
}
.jd7f5f54_b8c1{
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.05em;
    margin-right: 3rem; 
    flex-shrink: 0;
    transition: var(--transition);
}
.jd7f5f54_b8c1:hover{
    color: var(--secondary-color);
}
.c9d8bad_b3{
    display: none;
}
.g0e903e6a{
    display: flex;
    align-items: center;
    height: 100%;
}
.s2fe3eb366{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem; 
}
.m75a__799e{
    display: flex;
    align-items: center;
}
.eca119_7023{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 1.05rem;
    font-family: system-ui, -apple-system, sans-serif; 
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
}
.eca119_7023:hover{
    color: var(--text-color);
}
.eca119_7023::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--secondary-color);
    transition: var(--transition);
    border-radius: var(--radius-sm); color: #1a1a2e;}
.eca119_7023:hover::after{
    width: 100%;
}
.p8fb0__833{
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.vzmqq5puco8{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-family: system-ui, -apple-system, sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-lg); 
    box-shadow: var(--shadow-sm);    
    transition: var(--transition);
    border: 1px solid transparent;
}
.vzmqq5puco8:hover{
    background: #4338ca; 
    box-shadow: var(--shadow-md); 
    transform: translateY(-2px); color: #ffffff;}
.vzmqq5puco8:active{
    transform: translateY(0);
}
.gozact9v{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    cursor: pointer;
    z-index: 1001;
}
.ibefa__8d35{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: var(--radius-sm);
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 992px){.gozact9v {
        display: flex;
    }
.jd7f5f54_b8c1 {
        margin-right: 0;
    }
.g0e903e6a {
        position: fixed;
        top: var(--nav-height);
        left: 0;
        width: 100%;
        height: 0;
        background: var(--bg-color);
        border-bottom: 1px solid var(--border-color);
        overflow: hidden;
        transition: var(--transition);
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        opacity: 0;
        visibility: hidden; color: #ffffff;}
.s2fe3eb366 {
        flex-direction: column;
        width: 100%;
        gap: 0;
        padding: 1rem var(--max-width);
        box-sizing: border-box;
    }
.m75a__799e {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    }
.eca119_7023 {
        display: block;
        width: 100%;
        padding: 1.25rem 0;
        font-size: 1.15rem;
    }
.eca119_7023::after {
        display: none; 
    }
.c9d8bad_b3:checked ~ .g0e903e6a {
        height: calc(100vh - var(--nav-height));
        padding-top: 1rem;
        opacity: 1;
        visibility: visible;
        overflow-y: auto;
    }
.c9d8bad_b3:checked ~ .p8fb0__833 .gozact9v .r42f33__09ef3 {
        transform: translateY(8px) rotate(45deg);
    }
.c9d8bad_b3:checked ~ .p8fb0__833 .gozact9v .c9930__a040e {
        opacity: 0;
    }
.c9d8bad_b3:checked ~ .p8fb0__833 .gozact9v .bab18_e7 {
        transform: translateY(-8px) rotate(-45deg);
    }
.vzmqq5puco8 {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }}
.eca119_7023.active{color: var(--text-color);}
@media (min-width: 993px){.u20d__ddfa0 #nt780d566a96, .u20d__ddfa0 label[for="nt780d566a96"]{ display: none !important; }}
@media (min-width: 993px){.u20d__ddfa0 .g0e903e6a{ 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){.u20d__ddfa0 .g0e903e6a{ 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){.u20d__ddfa0 .g0e903e6a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.eca119_7023.active{color: var(--text-color);}
#nt780d566a96:checked ~ .g0e903e6a{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.u20d__ddfa0.o997__0a0e .g0e903e6a{ 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){#nt780d566a96:checked ~ .g0e903e6a{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.u20d__ddfa0.o997__0a0e #nt780d566a96, .u20d__ddfa0.o997__0a0e label[for="nt780d566a96"]{ display: none !important; }}
@media (min-width: 993px){.u20d__ddfa0.o997__0a0e .g0e903e6a{ 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){.u20d__ddfa0.o997__0a0e .g0e903e6a{ 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){.u20d__ddfa0.o997__0a0e .g0e903e6a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.pa658d5ce{
  background-color: var(--bg-color, #0b1120);
  padding-top: 100px;
  padding-bottom: 60px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--border-color, rgba(255, 255, 255, 0.08));
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #ffffff;}
.sd67d73f0bf{
  width: var(--max-width, min(1200px, 92vw));
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.a4c9e85a9{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 64px;
}
.p854__e2ea{
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 520px;
  align-items: flex-start;
}
.t42cdb_057b{
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--text-color, #f8fafc);
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.e010__d094{
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-muted, #94a3b8);
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.w5441e587{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
}
.of4b1d_eefd{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  background-image: linear-gradient(135deg, var(--primary-color, #4f46e5) 0%, var(--secondary-color, #38bdf8) 100%);
  color: var(--btn-text, #ffffff);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-lg, 24px);
  box-shadow: var(--shadow-md, 0 8px 24px rgba(0, 0, 0, 0.4));
  transition: var(--transition, all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1));
}
.of4b1d_eefd:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg, 0 16px 40px rgba(0, 0, 0, 0.5));
}
.la7adec4a8c{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, rgba(255, 255, 255, 0.08));
  margin-bottom: 40px; color: #1a1a2e;}
.d5acfd34d{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.j6cf47e0d{
  font-size: 14px;
  color: var(--text-muted, #94a3b8);
  margin-top: 0;
  margin-bottom: 0;
  flex: 0 0 auto;
}
.g6cdf465c37{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 auto;
}
.p8446f_cd39{
  font-size: 14px;
  color: var(--text-muted, #94a3b8);
}
.qbbd__f083{
  font-size: 14px;
  color: var(--border-color, rgba(255, 255, 255, 0.08));
  margin-left: 12px;
  margin-right: 12px;
}
@media (max-width: 768px){.pa658d5ce{
    padding-top: 60px;
    padding-bottom: 40px;
  }
.a4c9e85a9{
    flex-direction: column;
    margin-bottom: 48px;
  }
.p854__e2ea{
    max-width: 100%;
    margin-bottom: 40px;
  }
.w5441e587{
    align-items: flex-start;
    width: 100%;
  }
.d5acfd34d{
    flex-direction: column;
    align-items: flex-start;
  }
.j6cf47e0d{
    margin-bottom: 24px;
  }
.g6cdf465c37{
    flex-wrap: wrap;
    row-gap: 8px;
  }}
.g8a07d2065f{box-sizing:border-box;}
.u521c9_3644{box-sizing:border-box;}
.h20577_e58d{box-sizing:border-box;}
@media (max-width: 768px) {.vmgepzwn4j8 { 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; }}