:root {

  --f-primary: var(--primary-color, hsl(228, 72%, 54%));
  --f-secondary: var(--secondary-color, hsl(322, 57%, 54%));
  --f-text: var(--text-color, hsl(228, 10%, 10%));
  --f-text-muted: #555555;
  --f-bg: var(--bg-color, hsl(228, 7%, 96%));
  --f-white: #ffffff;
  --f-max-width: 1200px;
  --f-reading-width: 680px;
  --f-radius: var(--border-radius, 8px);
  --f-shadow: var(--box-shadow, 0 4px 20px rgba(0,0,0,0.08));
  --primary-color: hsl(228, 72%, 54%);
  --secondary-color: hsl(322, 57%, 54%);
  --bg-color: hsl(228, 7%, 96%);
  --text-color: hsl(228, 10%, 10%);
  --text-muted: hsl(228, 10%, 40%);
  --border-color: rgba(23, 24, 26, 0.15);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 2px 2px 0px var(--text-color);
  --shadow-md: 4px 4px 0px var(--text-color);
  --shadow-lg: 8px 8px 0px var(--text-color);
  --nav-height: 72px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #ffffff;
  --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.r5dad847d.x6b48d2b71.sf6e78_1lj{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--f-text);
    background-color: var(--f-bg);
    line-height: 1.6;
    padding-top: 40px;
    }
div.r5dad847d.x6b48d2b71 .u3rhpo7pc{
    max-width: var(--f-max-width);
    margin: 0 auto;
    padding: 0 24px;
    }
div.r5dad847d.x6b48d2b71 .po23qqip{
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.r5dad847d.x6b48d2b71 .k3739__291{
    max-width: var(--f-reading-width);
    margin-bottom: 60px;
    }
div.r5dad847d.x6b48d2b71 h1{
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.1;
    color: var(--f-text);
    }
div.r5dad847d.x6b48d2b71 .fca821a_adc1{
    font-size: 1.25rem;
    color: var(--f-text-muted);
    margin-bottom: 32px;
    }
div.r5dad847d.x6b48d2b71 .m297fe89{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    }
div.r5dad847d.x6b48d2b71 .l4d136__42c0{
    background-color: var(--f-primary);
    color: white;
    padding: 14px 32px;
    border-radius: var(--f-radius);
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(67, 97, 238, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    }
div.r5dad847d.x6b48d2b71 .l4d136__42c0:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(67, 97, 238, 0.4);
    }
div.r5dad847d.x6b48d2b71 .oa62c476_7g{
    background-color: var(--f-white);
    color: #1a1a2e;
    border: 2px solid var(--f-primary);
    padding: 12px 30px;
    border-radius: var(--f-radius);
    text-decoration: none;
    font-weight: 600;
    }
div.r5dad847d.x6b48d2b71 .c5z1lmu42sf1{
    padding: 80px 0;
    }
div.r5dad847d.x6b48d2b71 .qv6dcmr8{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    }
div.r5dad847d.x6b48d2b71 .b18557_f3e .qv6dcmr8{
    direction: rtl;
    }
div.r5dad847d.x6b48d2b71 .b18557_f3e .vfo97yyd1w{
    direction: ltr;
    }
div.r5dad847d.x6b48d2b71 .c4059_f850{
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: var(--f-radius);
    overflow: hidden;
    box-shadow: var(--f-shadow);
    }
div.r5dad847d.x6b48d2b71 .c4059_f850 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.r5dad847d.x6b48d2b71 .e9c6fb__892{
    color: var(--f-primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    margin-bottom: 12px;
    display: block;
    }
div.r5dad847d.x6b48d2b71 h2{
    font-size: 2.2rem;
    margin-bottom: 24px;
    line-height: 1.2;
    }
div.r5dad847d.x6b48d2b71 .h0b489b576{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
    }
div.r5dad847d.x6b48d2b71 .t42b677_2nz{
    background: var(--f-white);
    padding: 32px;
    border-radius: var(--f-radius);
    transition: border-color 0.3s;
    border: 1px solid transparent;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03); color: #1a1a2e;}
div.r5dad847d.x6b48d2b71 .t42b677_2nz:hover{
    border-color: var(--f-primary);
    }
div.r5dad847d.x6b48d2b71 .t42b677_2nz h3{
    font-size: 1.25rem;
    margin: 16px 0 12px;
    }
div.r5dad847d.x6b48d2b71 .t42b677_2nz p{
    font-size: 0.95rem;
    color: var(--f-text-muted);
    }
div.r5dad847d.x6b48d2b71 .vaf53_38{
    max-width: var(--f-reading-width);
    margin: 60px 0;
    }
div.r5dad847d.x6b48d2b71 .h6562ad9f1{
    margin-bottom: 32px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    }
div.r5dad847d.x6b48d2b71 .eb6f4_f97{
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: var(--f-text);
    display: block;
    }
div.r5dad847d.x6b48d2b71 .l35bd1_pv{
    color: var(--f-text-muted);
    font-size: 1rem;
    }
div.r5dad847d.x6b48d2b71 .o39d11_71ff{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    }
div.r5dad847d.x6b48d2b71 .pfdb4b4a0 h4{
    font-size: 1.5rem;
    margin-bottom: 16px;
    }
div.r5dad847d.x6b48d2b71 .qc4c__d793 h5{
    margin-bottom: 20px;
    color: #888;
    }
div.r5dad847d.x6b48d2b71 .qc4c__d793 ul{
    list-style: none;
    padding: 0;
    }
div.r5dad847d.x6b48d2b71 .qc4c__d793 li{
    margin-bottom: 12px;
    }
div.r5dad847d.x6b48d2b71 .qc4c__d793 a{
    color: #ccc;
    text-decoration: none;
    transition: color 0.2s;
    }
div.r5dad847d.x6b48d2b71 .qc4c__d793 a:hover{
    color: var(--f-primary);
    }
div.r5dad847d.x6b48d2b71 .rc79__cc6c{
    border-top: 1px solid #333;
    padding-top: 20px;
    font-size: 0.85rem;
    color: #666;
    }
@media (max-width: 992px) {div.r5dad847d.x6b48d2b71 .qv6dcmr8{ grid-template-columns: 1fr; gap: 40px; }
div.r5dad847d.x6b48d2b71 .b18557_f3e .qv6dcmr8{ direction: ltr; }
div.r5dad847d.x6b48d2b71 .h0b489b576{ grid-template-columns: repeat(2, 1fr); }
div.r5dad847d.x6b48d2b71 h1{ font-size: 2.5rem; }}
@media (max-width: 600px) {div.r5dad847d.x6b48d2b71 .h0b489b576{ grid-template-columns: 1fr; }
div.r5dad847d.x6b48d2b71 .o39d11_71ff{ grid-template-columns: 1fr; }}
.n07de469_484{
    width: 100%;
    background-color: var(--bg-color);
    color: var(--text-color);
    border-top: 2px solid var(--text-color);
    padding-top: 64px;
    padding-bottom: 32px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    }
.tea368ea{
    width: 100%;
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    }
.ayyvaxg6sh8q{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 64px;
    box-sizing: border-box;
    width: 100%;
    }
.f9ef12_ee{
    flex: 2 1 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    }
.sf94e7__12a9{
    flex: 1 1 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    }
.o3a17_5f{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    color: var(--text-color);
    width: 100%;
    box-sizing: border-box;
    }
.be03d899d{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 24px;
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
    }
.c5ec148_b04{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--btn-text);
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-sm);
    border-radius: var(--radius-sm);
    transition: var(--transition);
    width: fit-content;
    box-sizing: border-box;
    }
.c5ec148_b04:hover{
    box-shadow: var(--shadow-md);
    transform: translate(-2px, -2px);
    }
.i543__03ca{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-color);
    width: 100%;
    box-sizing: border-box;
    }
.o886d0d406{
    font-size: 14px;
    line-height: 2.2;
    color: var(--text-muted);
    width: 100%;
    box-sizing: border-box;
    }
.e145__33a3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
    width: 100%;
    box-sizing: border-box;
    }
.c90a310005f{
    font-size: 14px;
    color: var(--text-muted);
    width: auto;
    box-sizing: border-box;
    }
.n162a5_40cc{
    font-size: 14px;
    color: var(--text-muted);
    width: auto;
    box-sizing: border-box;
    }
@media (max-width: 768px){.ayyvaxg6sh8q{
    flex-direction: column;
    gap: 40px;
    }
.f9ef12_ee{
    flex: 1 1 100%;
    }
.sf94e7__12a9{
    flex: 1 1 100%;
    }
.e145__33a3{
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    }}
.xd036ce_91a{
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--text-color);
    height: var(--nav-height);
    font-family: "Playfair Display", "Noto Serif SC", Georgia, "Times New Roman", serif; color: #1a1a2e;}
.l90a6b12{
    display: none;
    }
.t487d__f629{
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    }
.x7hb36pzhi{
    display: flex;
    align-items: center;
    height: 100%;
    }
.n05f9c0_32{
    font-size: 28px;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    margin-right: 48px;
    letter-spacing: -0.5px;
    font-style: italic;
    }
.qze9eegjr{
    display: flex;
    align-items: center;
    gap: 24px;
    height: 100%;
    }
.pf8cf6caef{
    color: var(--text-color);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    transition: var(--transition);
    height: 100%;
    display: flex;
    align-items: center;
    }
.pf8cf6caef::before{
    content: "";
    position: absolute;
    bottom: 22px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.pf8cf6caef:hover{
    color: var(--text-color);
    }
.pf8cf6caef:hover::before{
    width: 100%;
    }
.v3b961a_729e{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.kbe58_ba{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 42px;
    background: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-md);
    border-radius: var(--radius-sm);
    transition: var(--transition);
    text-transform: uppercase;
    font-family: sans-serif; 
    }
.kbe58_ba:hover{
    background: var(--secondary-color);
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px var(--text-color); color: #1a1a2e;}
.kbe58_ba:active{
    transform: translate(2px, 2px);
    box-shadow: var(--shadow-sm);
    }
.hff7d_8b{
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    margin-left: 8px;
    }
.fe5432440{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    transform-origin: center; color: #ffffff;}
@media (max-width: 1100px){.qze9eegjr {
    display: none;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--text-color);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0;
    height: auto; color: #1a1a2e;}
.pf8cf6caef {
    width: 100%;
    height: 64px;
    padding: 0 var(--max-width);
    border-top: 1px solid var(--border-color);
    box-sizing: border-box;
    }
.pf8cf6caef::before {
    display: none;
    }
.hff7d_8b {
    display: flex;
    }
.l90a6b12:checked ~ .t487d__f629 .x7hb36pzhi .qze9eegjr {
    display: flex;
    }
.l90a6b12:checked ~ .t487d__f629 .v3b961a_729e .hff7d_8b .fe5432440:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
.l90a6b12:checked ~ .t487d__f629 .v3b961a_729e .hff7d_8b .fe5432440:nth-child(2) {
    opacity: 0;
    }
.l90a6b12:checked ~ .t487d__f629 .v3b961a_729e .hff7d_8b .fe5432440:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }}
@media (min-width: 1101px){.xd036ce_91a #nt89db5d10b1, .xd036ce_91a label[for="nt89db5d10b1"]{ display: none !important; }}
@media (min-width: 1101px){.xd036ce_91a .t487d__f629{ 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: 1101px){.xd036ce_91a .t487d__f629{ 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: 1101px){.xd036ce_91a .t487d__f629 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt89db5d10b1:checked ~ .t487d__f629 { right: 0 !important; left: auto !important; }
@media (max-width: 1100px) {.xd036ce_91a.ua5d__3c25 .t487d__f629 { 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: 1100px) {#nt89db5d10b1:checked ~ .t487d__f629 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1101px) {.xd036ce_91a.ua5d__3c25 #nt89db5d10b1, .xd036ce_91a.ua5d__3c25 label[for="nt89db5d10b1"] { display: none !important; }}
@media (min-width: 1101px) {.xd036ce_91a.ua5d__3c25 .t487d__f629 { 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: 1101px) {.xd036ce_91a.ua5d__3c25 .t487d__f629 { 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: 1101px) {.xd036ce_91a.ua5d__3c25 .t487d__f629 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.r5dad847d img.w30cc3_e226 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.r5dad847d img.w30cc3_e226.ua87__ebe4 { aspect-ratio: 16 / 9; }
div.r5dad847d img.w30cc3_e226.p718__1dcf { aspect-ratio: 16 / 10; }
div.r5dad847d img.w30cc3_e226.fc0f69_0261 { aspect-ratio: 4 / 3; }
div.r5dad847d img.w30cc3_e226.a35614a1f { aspect-ratio: 1 / 1; }
div.r5dad847d :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.r5dad847d .r385581a9 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.r5dad847d .r385581a9.ua87__ebe4 { aspect-ratio: 16 / 9; }
div.r5dad847d .r385581a9.p718__1dcf { aspect-ratio: 16 / 10; }
div.r5dad847d .r385581a9.fc0f69_0261 { aspect-ratio: 4 / 3; }
div.r5dad847d .r385581a9.a35614a1f { aspect-ratio: 1 / 1; }
div.r5dad847d .r385581a9 > img.w30cc3_e226,
    div.r5dad847d .r385581a9 > picture > img.w30cc3_e226 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.r5dad847d .f4ad88279 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 0;
    }
div.r5dad847d .f4ad88279 > .d018b6_0e98 {
    width: clamp(20px, 1.35em, 30px);
    height: clamp(20px, 1.35em, 30px);
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
    }
div.r5dad847d.x6b48d2b71 .l4d136__42c0 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.r5dad847d.x6b48d2b71 .l4d136__42c0 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.r5dad847d.x6b48d2b71 .l4d136__42c0 a:not([class]):hover{opacity:0.92;}
div.r5dad847d.x6b48d2b71 .l4d136__42c0 a[class=""]:hover{opacity:0.92;}
div.r5dad847d.x6b48d2b71 .l4d136__42c0 a:not([class]):visited{color:#ffffff !important;}
div.r5dad847d.x6b48d2b71 .l4d136__42c0 a[class=""]:visited{color:#ffffff !important;}
.xd036ce_91a{
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--text-color);
    height: var(--nav-height);
    font-family: "Playfair Display", "Noto Serif SC", Georgia, "Times New Roman", serif; color: #1a1a2e;}
.l90a6b12{
    display: none;
    }
.t487d__f629{
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    }
.x7hb36pzhi{
    display: flex;
    align-items: center;
    height: 100%;
    }
.n05f9c0_32{
    font-size: 28px;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    margin-right: 48px;
    letter-spacing: -0.5px;
    font-style: italic;
    }
.qze9eegjr{
    display: flex;
    align-items: center;
    gap: 24px;
    height: 100%;
    }
.pf8cf6caef{
    color: var(--text-color);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    transition: var(--transition);
    height: 100%;
    display: flex;
    align-items: center;
    }
.pf8cf6caef::before{
    content: "";
    position: absolute;
    bottom: 22px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.pf8cf6caef:hover{
    color: var(--text-color);
    }
.pf8cf6caef:hover::before{
    width: 100%;
    }
.v3b961a_729e{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.kbe58_ba{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 42px;
    background: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-md);
    border-radius: var(--radius-sm);
    transition: var(--transition);
    text-transform: uppercase;
    font-family: sans-serif; 
    }
.kbe58_ba:hover{
    background: var(--secondary-color);
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px var(--text-color); color: #1a1a2e;}
.kbe58_ba:active{
    transform: translate(2px, 2px);
    box-shadow: var(--shadow-sm);
    }
.hff7d_8b{
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    margin-left: 8px;
    }
.fe5432440{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    transform-origin: center; color: #ffffff;}
@media (max-width: 1100px){.qze9eegjr {
    display: none;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--text-color);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0;
    height: auto; color: #1a1a2e;}
.pf8cf6caef {
    width: 100%;
    height: 64px;
    padding: 0 var(--max-width);
    border-top: 1px solid var(--border-color);
    box-sizing: border-box;
    }
.pf8cf6caef::before {
    display: none;
    }
.hff7d_8b {
    display: flex;
    }
.l90a6b12:checked ~ .t487d__f629 .x7hb36pzhi .qze9eegjr {
    display: flex;
    }
.l90a6b12:checked ~ .t487d__f629 .v3b961a_729e .hff7d_8b .fe5432440:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
.l90a6b12:checked ~ .t487d__f629 .v3b961a_729e .hff7d_8b .fe5432440:nth-child(2) {
    opacity: 0;
    }
.l90a6b12:checked ~ .t487d__f629 .v3b961a_729e .hff7d_8b .fe5432440:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }}
@media (min-width: 1101px){.xd036ce_91a #nt89db5d10b1, .xd036ce_91a label[for="nt89db5d10b1"]{ display: none !important; }}
@media (min-width: 1101px){.xd036ce_91a .t487d__f629{ 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: 1101px){.xd036ce_91a .t487d__f629{ 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: 1101px){.xd036ce_91a .t487d__f629 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt89db5d10b1:checked ~ .t487d__f629{ right: 0 !important; left: auto !important; }
@media (max-width: 1100px){.xd036ce_91a.ua5d__3c25 .t487d__f629{ 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: 1100px){#nt89db5d10b1:checked ~ .t487d__f629{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1101px){.xd036ce_91a.ua5d__3c25 #nt89db5d10b1, .xd036ce_91a.ua5d__3c25 label[for="nt89db5d10b1"]{ display: none !important; }}
@media (min-width: 1101px){.xd036ce_91a.ua5d__3c25 .t487d__f629{ 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: 1101px){.xd036ce_91a.ua5d__3c25 .t487d__f629{ 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: 1101px){.xd036ce_91a.ua5d__3c25 .t487d__f629 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.n07de469_484{
    width: 100%;
    background-color: var(--bg-color);
    color: var(--text-color);
    border-top: 2px solid var(--text-color);
    padding-top: 64px;
    padding-bottom: 32px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    }
.tea368ea{
    width: 100%;
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    }
.ayyvaxg6sh8q{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 64px;
    box-sizing: border-box;
    width: 100%;
    }
.f9ef12_ee{
    flex: 2 1 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    }
.sf94e7__12a9{
    flex: 1 1 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    }
.o3a17_5f{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    color: var(--text-color);
    width: 100%;
    box-sizing: border-box;
    }
.be03d899d{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 24px;
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
    }
.c5ec148_b04{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--btn-text);
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-sm);
    border-radius: var(--radius-sm);
    transition: var(--transition);
    width: fit-content;
    box-sizing: border-box;
    }
.c5ec148_b04:hover{
    box-shadow: var(--shadow-md);
    transform: translate(-2px, -2px);
    }
.i543__03ca{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-color);
    width: 100%;
    box-sizing: border-box;
    }
.o886d0d406{
    font-size: 14px;
    line-height: 2.2;
    color: var(--text-muted);
    width: 100%;
    box-sizing: border-box;
    }
.e145__33a3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
    width: 100%;
    box-sizing: border-box;
    }
.c90a310005f{
    font-size: 14px;
    color: var(--text-muted);
    width: auto;
    box-sizing: border-box;
    }
.n162a5_40cc{
    font-size: 14px;
    color: var(--text-muted);
    width: auto;
    box-sizing: border-box;
    }
@media (max-width: 768px){.ayyvaxg6sh8q{
    flex-direction: column;
    gap: 40px;
    }
.f9ef12_ee{
    flex: 1 1 100%;
    }
.sf94e7__12a9{
    flex: 1 1 100%;
    }
.e145__33a3{
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    }}
.da815f_he{
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--text-color);
    height: var(--nav-height);
    font-family: "Playfair Display", "Noto Serif SC", Georgia, "Times New Roman", serif; color: #1a1a2e;}
.l90a6b12{
    display: none;
}
.t487d__f629{
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.x7hb36pzhi{
    display: flex;
    align-items: center;
    height: 100%;
}
.n05f9c0_32{
    font-size: 28px;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    margin-right: 48px;
    letter-spacing: -0.5px;
    font-style: italic;
}
.qze9eegjr{
    display: flex;
    align-items: center;
    gap: 24px;
    height: 100%;
}
.pf8cf6caef{
    color: var(--text-color);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    transition: var(--transition);
    height: 100%;
    display: flex;
    align-items: center;
}
.pf8cf6caef::before{
    content: "";
    position: absolute;
    bottom: 22px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.pf8cf6caef:hover{
    color: var(--text-color);
}
.pf8cf6caef:hover::before{
    width: 100%;
}
.v3b961a_729e{
    display: flex;
    align-items: center;
    gap: 16px;
}
.kbe58_ba{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 42px;
    background: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-md);
    border-radius: var(--radius-sm);
    transition: var(--transition);
    text-transform: uppercase;
    font-family: sans-serif; 
}
.kbe58_ba:hover{
    background: var(--secondary-color);
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px var(--text-color); color: #1a1a2e;}
.kbe58_ba:active{
    transform: translate(2px, 2px);
    box-shadow: var(--shadow-sm);
}
.hff7d_8b{
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    margin-left: 8px;
}
.fe5432440{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    transform-origin: center; color: #ffffff;}
@media (max-width: 1100px){.qze9eegjr {
        display: none;
        position: absolute;
        top: var(--nav-height);
        left: 0;
        width: 100%;
        background-color: var(--nav-bg);
        border-bottom: 2px solid var(--text-color);
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 0;
        height: auto; color: #1a1a2e;}
.pf8cf6caef {
        width: 100%;
        height: 64px;
        padding: 0 var(--max-width);
        border-top: 1px solid var(--border-color);
        box-sizing: border-box;
    }
.pf8cf6caef::before {
        display: none;
    }
.hff7d_8b {
        display: flex;
    }
.l90a6b12:checked ~ .t487d__f629 .x7hb36pzhi .qze9eegjr {
        display: flex;
    }
.l90a6b12:checked ~ .t487d__f629 .v3b961a_729e .hff7d_8b .fe5432440:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
.l90a6b12:checked ~ .t487d__f629 .v3b961a_729e .hff7d_8b .fe5432440:nth-child(2) {
        opacity: 0;
    }
.l90a6b12:checked ~ .t487d__f629 .v3b961a_729e .hff7d_8b .fe5432440:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }}
@media (min-width: 1101px){.da815f_he #nt89db5d10b1, .da815f_he label[for="nt89db5d10b1"]{ display: none !important; }}
@media (min-width: 1101px){.da815f_he .t487d__f629{ 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: 1101px){.da815f_he .t487d__f629{ 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: 1101px){.da815f_he .t487d__f629 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt89db5d10b1:checked ~ .t487d__f629{ right: 0 !important; left: auto !important; }
@media (max-width: 1100px){.da815f_he.ua5d__3c25 .t487d__f629{ 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: 1100px){#nt89db5d10b1:checked ~ .t487d__f629{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1101px){.da815f_he.ua5d__3c25 #nt89db5d10b1, .da815f_he.ua5d__3c25 label[for="nt89db5d10b1"]{ display: none !important; }}
@media (min-width: 1101px){.da815f_he.ua5d__3c25 .t487d__f629{ 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: 1101px){.da815f_he.ua5d__3c25 .t487d__f629{ 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: 1101px){.da815f_he.ua5d__3c25 .t487d__f629 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.u4cc35_934c{
    width: 100%;
    background-color: var(--bg-color);
    color: var(--text-color);
    border-top: 2px solid var(--text-color);
    padding-top: 64px;
    padding-bottom: 32px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}
.z6a11f609{
    width: 100%;
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.v5c2__434a{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 64px;
    box-sizing: border-box;
    width: 100%;
}
.l78899_7830{
    flex: 2 1 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}
.ta7240_8f5a{
    flex: 1 1 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}
.c477e169a14{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    color: var(--text-color);
    width: 100%;
    box-sizing: border-box;
}
.ccaf3fec8{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 24px;
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
}
.xb7fe8eb1{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--btn-text);
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-sm);
    border-radius: var(--radius-sm);
    transition: var(--transition);
    width: fit-content;
    box-sizing: border-box;
}
.xb7fe8eb1:hover{
    box-shadow: var(--shadow-md);
    transform: translate(-2px, -2px);
}
.f2e0__db0a{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-color);
    width: 100%;
    box-sizing: border-box;
}
.v5e3__b8ff{
    font-size: 14px;
    line-height: 2.2;
    color: var(--text-muted);
    width: 100%;
    box-sizing: border-box;
}
.e145__33a3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
    width: 100%;
    box-sizing: border-box;
}
.c90a310005f{
    font-size: 14px;
    color: var(--text-muted);
    width: auto;
    box-sizing: border-box;
}
.n162a5_40cc{
    font-size: 14px;
    color: var(--text-muted);
    width: auto;
    box-sizing: border-box;
}
@media (max-width: 768px){.v5c2__434a{
        flex-direction: column;
        gap: 40px;
    }
.l78899_7830{
        flex: 1 1 100%;
    }
.ta7240_8f5a{
        flex: 1 1 100%;
    }
.e145__33a3{
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }}
.hcf7287acdb{box-sizing:border-box;}
.gc8f50062ff{box-sizing:border-box;}
.kc630998e97{box-sizing:border-box;}
.d90d95f80{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {.e145__33a3 { 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; }}