:root {

  --v2-primary: var(--primary-color, hsl(155, 69%, 52%));
  --v2-secondary: var(--secondary-color, hsl(284, 55%, 52%));
  --v2-text: var(--text-color, hsl(155, 10%, 12%));
  --v2-bg: var(--bg-color, hsl(155, 6%, 95%));
  --v2-card-bg: #ffffff;
  --v2-shadow: var(--shadow-sm, 0 4px 20px rgba(0,0,0,0.08));
  --max-width: min(1200px, 92vw);
  --content-width: 680px;
  --transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  --primary-color: hsl(155, 69%, 52%);
  --secondary-color: hsl(284, 55%, 40%);
  --bg-color: hsl(155, 6%, 95%);
  --text-color: hsl(155, 10%, 12%);
  --text-muted: hsl(155, 10%, 40%);
  --border-color: hsl(155, 10%, 12%);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 2px 2px 0 var(--border-color);
  --shadow-md: 4px 4px 0 var(--border-color);
  --shadow-lg: 8px 8px 0 var(--border-color);
  --nav-height: 80px;
  --nav-bg: var(--bg-color);
  --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.u3b1ad64bd8.pfz9d4cek.a4aa1b2d46{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--v2-text);
    background-color: var(--v2-bg);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.u3b1ad64bd8.pfz9d4cek .a32959da{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    }
div.u3b1ad64bd8.pfz9d4cek .l9e23329793{
    display: flex;
    min-height: 70vh;
    align-items: center;
    gap: 40px;
    padding: 80px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    }
div.u3b1ad64bd8.pfz9d4cek .h943e2__6873{
    flex: 1;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: var(--v2-shadow);
    aspect-ratio: 16/9;
    }
div.u3b1ad64bd8.pfz9d4cek .h943e2__6873 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.u3b1ad64bd8.pfz9d4cek .o63071ee212{
    flex: 1;
    max-width: var(--content-width);
    text-align: left;
    }
div.u3b1ad64bd8.pfz9d4cek .o63071ee212 h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #000;
    letter-spacing: -0.02em;
    }
div.u3b1ad64bd8.pfz9d4cek .o63071ee212 p{
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 32px;
    }
div.u3b1ad64bd8.pfz9d4cek .i3dc52__793d6{
    display: flex;
    gap: 16px;
    }
div.u3b1ad64bd8.pfz9d4cek .niklel0gc{
    background-color: var(--v2-primary);
    color: #1a1a2e;
    padding: 14px 28px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(64, 201, 142, 0.39);
    transition: var(--transition);
    }
div.u3b1ad64bd8.pfz9d4cek .niklel0gc:hover{
    transform: translateY(-2px);
    filter: brightness(1.1);
    }
div.u3b1ad64bd8.pfz9d4cek .s7fe25b_07{
    text-align: left;
    margin-bottom: 60px;
    }
div.u3b1ad64bd8.pfz9d4cek .s7fe25b_07 h2{
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    }
div.u3b1ad64bd8.pfz9d4cek .s7fe25b_07 h2::after{
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 60px;
    height: 4px;
    background: var(--v2-secondary); color: #ffffff;}
div.u3b1ad64bd8.pfz9d4cek .h140__e28e5{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 100px;
    }
div.u3b1ad64bd8.pfz9d4cek .n299ywfpf{
    background: var(--v2-card-bg);
    padding: 32px 24px;
    border-radius: 0;
    border-left: 4px solid var(--v2-primary);
    box-shadow: var(--v2-shadow);
    transition: var(--transition); color: #1a1a2e;}
div.u3b1ad64bd8.pfz9d4cek .n299ywfpf:hover{
    transform: translateY(-8px);
    }
div.u3b1ad64bd8.pfz9d4cek .n299ywfpf svg{
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    fill: var(--v2-primary);
    }
div.u3b1ad64bd8.pfz9d4cek .n299ywfpf h3{
    font-size: 1.25rem;
    margin-bottom: 12px;
    font-weight: 700;
    }
div.u3b1ad64bd8.pfz9d4cek .n299ywfpf p{
    font-size: 0.95rem;
    color: #666;
    }
div.u3b1ad64bd8.pfz9d4cek .qnv90aoc{
    padding: 80px 0;
    }
div.u3b1ad64bd8.pfz9d4cek .m8e497a{
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
    }
div.u3b1ad64bd8.pfz9d4cek .m8e497a:nth-child(even){
    flex-direction: row-reverse;
    }
div.u3b1ad64bd8.pfz9d4cek .p631ee7_g3h{
    flex: 1;
    }
div.u3b1ad64bd8.pfz9d4cek .p631ee7_g3h h3{
    font-size: 1.75rem;
    margin-bottom: 20px;
    color: var(--v2-secondary);
    }
div.u3b1ad64bd8.pfz9d4cek .i2d188_dd{
    flex: 1.2;
    }
div.u3b1ad64bd8.pfz9d4cek .i2d188_dd img{
    width: 100%;
    border-radius: 8px;
    box-shadow: 20px 20px 0px rgba(0,0,0,0.05);
    }
div.u3b1ad64bd8.pfz9d4cek .bfe0__b1de{
    background: #fff;
    padding: 100px 0; color: #1a1a2e;}
div.u3b1ad64bd8.pfz9d4cek .c73e955b23f{
    max-width: 800px;
    margin: 0 auto;
    }
div.u3b1ad64bd8.pfz9d4cek .c55c54b9e{
    margin-bottom: 32px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    }
div.u3b1ad64bd8.pfz9d4cek .c55c54b9e h4{
    font-size: 1.15rem;
    margin-bottom: 12px;
    color: #000;
    }
div.u3b1ad64bd8.pfz9d4cek .f1e6__0869{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    }
div.u3b1ad64bd8.pfz9d4cek .ffc7f8_1d56{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    }
div.u3b1ad64bd8.pfz9d4cek .s99266127 a{
    color: #aaa;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    }
div.u3b1ad64bd8.pfz9d4cek .s99266127 a:hover{
    color: var(--v2-primary);
    }
div.u3b1ad64bd8.pfz9d4cek .copyright{
    border-top: 1px solid #222;
    padding-top: 20px;
    text-align: center;
    }
@media (max-width: 1024px) {div.u3b1ad64bd8.pfz9d4cek .h140__e28e5{ grid-template-columns: repeat(2, 1fr); }
div.u3b1ad64bd8.pfz9d4cek .l9e23329793{ flex-direction: column; text-align: left; }
div.u3b1ad64bd8.pfz9d4cek .s7fe25b_07{ text-align: left; }
div.u3b1ad64bd8.pfz9d4cek .s7fe25b_07 h2::after{ left: 0; right: auto; }}
@media (max-width: 640px) {div.u3b1ad64bd8.pfz9d4cek .h140__e28e5{ grid-template-columns: 1fr; }
div.u3b1ad64bd8.pfz9d4cek .m8e497a, div.u3b1ad64bd8.pfz9d4cek .m8e497a:nth-child(even){ flex-direction: column; }
div.u3b1ad64bd8.pfz9d4cek .f1e6__0869{ grid-template-columns: 1fr; }}
.l3324832f38{
    background-color: var(--bg-color);
    border-top: 2px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%; color: #1a1a2e;}
.k6ab3251_ato1{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.l9785f_hp{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    }
.z4c5e91b_gmq{
    flex: 0 1 680px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.wc976__d4719{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--text-color);
    margin-top: 0px;
    margin-bottom: 24px;
    letter-spacing: -1px;
    }
.h41f8f7_59{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 500px;
    margin-top: 0px;
    margin-bottom: 0px;
    }
.r793d_b1e{
    flex: 1 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    }
.gccd32e89{
    width: auto;
    }
.rc5d584{
    display: inline-block;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 16px 32px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }
.rc5d584:hover{
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
    }
.p06ffca_hmd4{
    height: 1px;
    background-color: var(--border-color);
    width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
    opacity: 0.2; color: #ffffff;}
.yca77a06{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.fc2685_932{
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    flex: 0 1 auto;
    }
.ubme6ku8ndk1{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    }
.snkosxzfy99{
    font-size: 12px;
    color: var(--text-muted);
    padding-left: 12px;
    border-left: 1px solid var(--border-color);
    }
.t36486522a{
    flex: 0 1 auto;
    }
.ze872_a9{
    font-size: 14px;
    color: var(--text-color);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: var(--transition);
    }
.ze872_a9:hover{
    border-bottom-color: var(--text-color);
    }
@media (max-width: 768px){.l3324832f38{
    padding-top: 40px;
    padding-bottom: 40px;
    }
.l9785f_hp{
    flex-direction: column;
    gap: 32px;
    }
.z4c5e91b_gmq{
    flex: 1 1 auto;
    }
.yca77a06{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }
.fc2685_932{
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    }
.snkosxzfy99{
    border-left: none;
    padding-left: 0;
    }}
.hg4qlhs6 *{
    box-sizing: border-box;
    }
.hg4qlhs6{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    font-family: "Playfair Display", "Georgia", "Times New Roman", serif; 
    z-index: 1000; color: #1a1a2e;}
.xj1b6wn16{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.u999cea{
    margin-right: 48px;
    display: flex;
    align-items: center;
    }
.vfbd8e0_mf{
    font-size: 28px;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
.wf7b8_b2b1{
    display: none;
    }
.z5a8208d_8bbj{
    display: none;
    cursor: pointer;
    width: 32px;
    height: 24px;
    position: relative;
    margin-left: auto;
    z-index: 1001;
    }
.zklikchjuc, .zklikchjuc::before, .zklikchjuc::after{
    content: "";
    display: block;
    background: var(--text-color);
    height: 3px;
    width: 100%;
    position: absolute;
    transition: var(--transition); color: #ffffff;}
.zklikchjuc{
    top: 10px;
    }
.zklikchjuc::before{
    top: -8px;
    }
.zklikchjuc::after{
    top: 8px;
    }
.wf7b8_b2b1:checked ~ .z5a8208d_8bbj .zklikchjuc{
    background: transparent;
    }
.wf7b8_b2b1:checked ~ .z5a8208d_8bbj .zklikchjuc::before{
    transform: rotate(45deg);
    top: 0;
    }
.wf7b8_b2b1:checked ~ .z5a8208d_8bbj .zklikchjuc::after{
    transform: rotate(-45deg);
    top: 0;
    }
.le25__32f{
    display: flex;
    align-items: center;
    flex-grow: 1; 
    }
.sa7c0992b{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
    }
.w8f054deb9{
    position: relative;
    }
.i17a9d7{
    color: var(--text-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 8px 0;
    transition: var(--transition);
    position: relative;
    }
.i17a9d7::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.i17a9d7:hover::after{
    width: 100%;
    }
.zb0c45_f2{
    display: none;
    }
.le8daf107b8{
    margin-left: auto;
    display: flex;
    align-items: center;
    }
.p86993e_4s40{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #000000; 
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 28px;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 1px;
    }
.p86993e_4s40:hover{
    background-color: var(--secondary-color);
    color: #ffffff; 
    box-shadow: var(--shadow-sm);
    transform: translate(2px, 2px); 
    }
@media (max-width: 992px){.u999cea {
    margin-right: 0;
    }
.z5a8208d_8bbj {
    display: block;
    }
.le25__32f {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    padding: 0 4vw;
    border-bottom: 2px solid var(--border-color);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1), padding 0.4s ease; color: #1a1a2e;}
.wf7b8_b2b1:checked ~ .le25__32f {
    max-height: 600px;
    padding: 16px 4vw 32px 4vw;
    }
.sa7c0992b {
    flex-direction: column;
    width: 100%;
    gap: 0;
    }
.w8f054deb9 {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    }
.w8f054deb9:last-child {
    border-bottom: none;
    }
.i17a9d7 {
    display: block;
    padding: 18px 0;
    font-size: 18px;
    }
.i17a9d7::after {
    display: none; 
    }
.i17a9d7:hover {
    color: var(--primary-color);
    }
.zb0c45_f2 {
    display: block;
    width: 100%;
    margin-top: 24px;
    }
.zb0c45_f2 .p86993e_4s40 {
    width: 100%;
    }
.le8daf107b8 {
    display: none; 
    }}
.i17a9d7.active{color: var(--primary-color);}
@media (min-width: 993px){.hg4qlhs6 #nt317a67b172, .hg4qlhs6 label[for="nt317a67b172"]{ display: none !important; }}
@media (min-width: 993px){.hg4qlhs6 .le25__32f{ 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){.hg4qlhs6 .le25__32f{ 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){.hg4qlhs6 .le25__32f a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.i17a9d7.active {color: var(--primary-color);}
#nt317a67b172:checked ~ .le25__32f { right: 0 !important; left: auto !important; }
@media (max-width: 992px) {.hg4qlhs6.b7fe62ae2 .le25__32f { 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) {#nt317a67b172:checked ~ .le25__32f { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px) {.hg4qlhs6.b7fe62ae2 #nt317a67b172, .hg4qlhs6.b7fe62ae2 label[for="nt317a67b172"] { display: none !important; }}
@media (min-width: 993px) {.hg4qlhs6.b7fe62ae2 .le25__32f { 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) {.hg4qlhs6.b7fe62ae2 .le25__32f { 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) {.hg4qlhs6.b7fe62ae2 .le25__32f 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.u3b1ad64bd8 img.i00ea4145 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.u3b1ad64bd8 img.i00ea4145.adb1f3691 { aspect-ratio: 16 / 9; }
div.u3b1ad64bd8 img.i00ea4145.jff5__48cc { aspect-ratio: 16 / 10; }
div.u3b1ad64bd8 img.i00ea4145.t93568742a3 { aspect-ratio: 4 / 3; }
div.u3b1ad64bd8 img.i00ea4145.fc0355_5f4d { aspect-ratio: 1 / 1; }
div.u3b1ad64bd8 :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.u3b1ad64bd8 .jb151c37d {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.u3b1ad64bd8 .jb151c37d.adb1f3691 { aspect-ratio: 16 / 9; }
div.u3b1ad64bd8 .jb151c37d.jff5__48cc { aspect-ratio: 16 / 10; }
div.u3b1ad64bd8 .jb151c37d.t93568742a3 { aspect-ratio: 4 / 3; }
div.u3b1ad64bd8 .jb151c37d.fc0355_5f4d { aspect-ratio: 1 / 1; }
div.u3b1ad64bd8 .jb151c37d > img.i00ea4145,
    div.u3b1ad64bd8 .jb151c37d > picture > img.i00ea4145 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.u3b1ad64bd8.pfz9d4cek .niklel0gc a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.u3b1ad64bd8.pfz9d4cek .niklel0gc a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.u3b1ad64bd8.pfz9d4cek .niklel0gc a:not([class]):hover{opacity:0.92;}
div.u3b1ad64bd8.pfz9d4cek .niklel0gc a[class=""]:hover{opacity:0.92;}
div.u3b1ad64bd8.pfz9d4cek .niklel0gc a:not([class]):visited{color:#ffffff !important;}
div.u3b1ad64bd8.pfz9d4cek .niklel0gc a[class=""]:visited{color:#ffffff !important;}
.t370__d874 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.t370__d874 > :first-child,
    .t370__d874 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.hg4qlhs6 *{
    box-sizing: border-box;
    }
.hg4qlhs6{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    font-family: "Playfair Display", "Georgia", "Times New Roman", serif; 
    z-index: 1000; color: #1a1a2e;}
.xj1b6wn16{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.u999cea{
    margin-right: 48px;
    display: flex;
    align-items: center;
    }
.vfbd8e0_mf{
    font-size: 28px;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
.wf7b8_b2b1{
    display: none;
    }
.z5a8208d_8bbj{
    display: none;
    cursor: pointer;
    width: 32px;
    height: 24px;
    position: relative;
    margin-left: auto;
    z-index: 1001;
    }
.zklikchjuc, .zklikchjuc::before, .zklikchjuc::after{
    content: "";
    display: block;
    background: var(--text-color);
    height: 3px;
    width: 100%;
    position: absolute;
    transition: var(--transition); color: #ffffff;}
.zklikchjuc{
    top: 10px;
    }
.zklikchjuc::before{
    top: -8px;
    }
.zklikchjuc::after{
    top: 8px;
    }
.wf7b8_b2b1:checked ~ .z5a8208d_8bbj .zklikchjuc{
    background: transparent;
    }
.wf7b8_b2b1:checked ~ .z5a8208d_8bbj .zklikchjuc::before{
    transform: rotate(45deg);
    top: 0;
    }
.wf7b8_b2b1:checked ~ .z5a8208d_8bbj .zklikchjuc::after{
    transform: rotate(-45deg);
    top: 0;
    }
.le25__32f{
    display: flex;
    align-items: center;
    flex-grow: 1; 
    }
.sa7c0992b{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
    }
.w8f054deb9{
    position: relative;
    }
.i17a9d7{
    color: var(--text-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 8px 0;
    transition: var(--transition);
    position: relative;
    }
.i17a9d7::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.i17a9d7:hover::after{
    width: 100%;
    }
.zb0c45_f2{
    display: none;
    }
.le8daf107b8{
    margin-left: auto;
    display: flex;
    align-items: center;
    }
.p86993e_4s40{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #000000; 
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 28px;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 1px;
    }
.p86993e_4s40:hover{
    background-color: var(--secondary-color);
    color: #ffffff; 
    box-shadow: var(--shadow-sm);
    transform: translate(2px, 2px); 
    }
@media (max-width: 992px){.u999cea {
    margin-right: 0;
    }
.z5a8208d_8bbj {
    display: block;
    }
.le25__32f {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    padding: 0 4vw;
    border-bottom: 2px solid var(--border-color);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1), padding 0.4s ease; color: #1a1a2e;}
.wf7b8_b2b1:checked ~ .le25__32f {
    max-height: 600px;
    padding: 16px 4vw 32px 4vw;
    }
.sa7c0992b {
    flex-direction: column;
    width: 100%;
    gap: 0;
    }
.w8f054deb9 {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    }
.w8f054deb9:last-child {
    border-bottom: none;
    }
.i17a9d7 {
    display: block;
    padding: 18px 0;
    font-size: 18px;
    }
.i17a9d7::after {
    display: none; 
    }
.i17a9d7:hover {
    color: var(--primary-color);
    }
.zb0c45_f2 {
    display: block;
    width: 100%;
    margin-top: 24px;
    }
.zb0c45_f2 .p86993e_4s40 {
    width: 100%;
    }
.le8daf107b8 {
    display: none; 
    }}
.i17a9d7.active{color: var(--primary-color);}
@media (min-width: 993px){.hg4qlhs6 #nt317a67b172, .hg4qlhs6 label[for="nt317a67b172"]{ display: none !important; }}
@media (min-width: 993px){.hg4qlhs6 .le25__32f{ 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){.hg4qlhs6 .le25__32f{ 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){.hg4qlhs6 .le25__32f a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.i17a9d7.active{color: var(--primary-color);}
#nt317a67b172:checked ~ .le25__32f{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.hg4qlhs6.b7fe62ae2 .le25__32f{ 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){#nt317a67b172:checked ~ .le25__32f{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.hg4qlhs6.b7fe62ae2 #nt317a67b172, .hg4qlhs6.b7fe62ae2 label[for="nt317a67b172"]{ display: none !important; }}
@media (min-width: 993px){.hg4qlhs6.b7fe62ae2 .le25__32f{ 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){.hg4qlhs6.b7fe62ae2 .le25__32f{ 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){.hg4qlhs6.b7fe62ae2 .le25__32f a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.l3324832f38{
    background-color: var(--bg-color);
    border-top: 2px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%; color: #1a1a2e;}
.k6ab3251_ato1{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.l9785f_hp{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    }
.z4c5e91b_gmq{
    flex: 0 1 680px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.wc976__d4719{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--text-color);
    margin-top: 0px;
    margin-bottom: 24px;
    letter-spacing: -1px;
    }
.h41f8f7_59{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 500px;
    margin-top: 0px;
    margin-bottom: 0px;
    }
.r793d_b1e{
    flex: 1 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    }
.gccd32e89{
    width: auto;
    }
.rc5d584{
    display: inline-block;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 16px 32px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }
.rc5d584:hover{
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
    }
.p06ffca_hmd4{
    height: 1px;
    background-color: var(--border-color);
    width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
    opacity: 0.2; color: #ffffff;}
.yca77a06{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.fc2685_932{
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    flex: 0 1 auto;
    }
.ubme6ku8ndk1{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    }
.snkosxzfy99{
    font-size: 12px;
    color: var(--text-muted);
    padding-left: 12px;
    border-left: 1px solid var(--border-color);
    }
.t36486522a{
    flex: 0 1 auto;
    }
.ze872_a9{
    font-size: 14px;
    color: var(--text-color);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: var(--transition);
    }
.ze872_a9:hover{
    border-bottom-color: var(--text-color);
    }
@media (max-width: 768px){.l3324832f38{
    padding-top: 40px;
    padding-bottom: 40px;
    }
.l9785f_hp{
    flex-direction: column;
    gap: 32px;
    }
.z4c5e91b_gmq{
    flex: 1 1 auto;
    }
.yca77a06{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }
.fc2685_932{
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    }
.snkosxzfy99{
    border-left: none;
    padding-left: 0;
    }}
.hg4qlhs6 *{
  box-sizing: border-box;
}
.hg4qlhs6{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 2px solid var(--border-color);
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif; 
  z-index: 1000; color: #1a1a2e;}
.xj1b6wn16{
  max-width: var(--max-width);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start; 
}
.u999cea{
  margin-right: 48px;
  display: flex;
  align-items: center;
}
.vfbd8e0_mf{
  font-size: 28px;
  font-weight: 900;
  color: var(--text-color);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wf7b8_b2b1{
  display: none;
}
.z5a8208d_8bbj{
  display: none;
  cursor: pointer;
  width: 32px;
  height: 24px;
  position: relative;
  margin-left: auto;
  z-index: 1001;
}
.zklikchjuc, .zklikchjuc::before, .zklikchjuc::after{
  content: "";
  display: block;
  background: var(--text-color);
  height: 3px;
  width: 100%;
  position: absolute;
  transition: var(--transition); color: #ffffff;}
.zklikchjuc{
  top: 10px;
}
.zklikchjuc::before{
  top: -8px;
}
.zklikchjuc::after{
  top: 8px;
}
.wf7b8_b2b1:checked ~ .z5a8208d_8bbj .zklikchjuc{
  background: transparent;
}
.wf7b8_b2b1:checked ~ .z5a8208d_8bbj .zklikchjuc::before{
  transform: rotate(45deg);
  top: 0;
}
.wf7b8_b2b1:checked ~ .z5a8208d_8bbj .zklikchjuc::after{
  transform: rotate(-45deg);
  top: 0;
}
.le25__32f{
  display: flex;
  align-items: center;
  flex-grow: 1; 
}
.sa7c0992b{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
}
.w8f054deb9{
  position: relative;
}
.i17a9d7{
  color: var(--text-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 8px 0;
  transition: var(--transition);
  position: relative;
}
.i17a9d7::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.i17a9d7:hover::after{
  width: 100%;
}
.zb0c45_f2{
  display: none;
}
.le8daf107b8{
  margin-left: auto;
  display: flex;
  align-items: center;
}
.p86993e_4s40{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: #000000; 
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 28px;
  border: 2px solid var(--border-color);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.p86993e_4s40:hover{
  background-color: var(--secondary-color);
  color: #ffffff; 
  box-shadow: var(--shadow-sm);
  transform: translate(2px, 2px); 
}
@media (max-width: 992px){.u999cea {
    margin-right: 0;
  }
.z5a8208d_8bbj {
    display: block;
  }
.le25__32f {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    padding: 0 4vw;
    border-bottom: 2px solid var(--border-color);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1), padding 0.4s ease; color: #1a1a2e;}
.wf7b8_b2b1:checked ~ .le25__32f {
    max-height: 600px;
    padding: 16px 4vw 32px 4vw;
  }
.sa7c0992b {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
.w8f054deb9 {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
.w8f054deb9:last-child {
    border-bottom: none;
  }
.i17a9d7 {
    display: block;
    padding: 18px 0;
    font-size: 18px;
  }
.i17a9d7::after {
    display: none; 
  }
.i17a9d7:hover {
    color: var(--primary-color);
  }
.zb0c45_f2 {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
.zb0c45_f2 .p86993e_4s40 {
    width: 100%;
  }
.le8daf107b8 {
    display: none; 
  }}
.i17a9d7.active{color: var(--primary-color);}
@media (min-width: 993px){.hg4qlhs6 #nt317a67b172, .hg4qlhs6 label[for="nt317a67b172"]{ display: none !important; }}
@media (min-width: 993px){.hg4qlhs6 .le25__32f{ 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){.hg4qlhs6 .le25__32f{ 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){.hg4qlhs6 .le25__32f a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.i17a9d7.active{color: var(--primary-color);}
#nt317a67b172:checked ~ .le25__32f{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.hg4qlhs6.b7fe62ae2 .le25__32f{ 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){#nt317a67b172:checked ~ .le25__32f{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.hg4qlhs6.b7fe62ae2 #nt317a67b172, .hg4qlhs6.b7fe62ae2 label[for="nt317a67b172"]{ display: none !important; }}
@media (min-width: 993px){.hg4qlhs6.b7fe62ae2 .le25__32f{ 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){.hg4qlhs6.b7fe62ae2 .le25__32f{ 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){.hg4qlhs6.b7fe62ae2 .le25__32f a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ob4a__f033{
  background-color: var(--bg-color);
  border-top: 2px solid var(--border-color);
  padding-top: 80px;
  padding-bottom: 60px;
  width: 100%; color: #1a1a2e;}
.tc98__5b9b{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.ea31769f212{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
.f6be237e18b{
  flex: 0 1 680px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.y938__f92a{
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--text-color);
  margin-top: 0px;
  margin-bottom: 24px;
  letter-spacing: -1px;
}
.x23f__63b5{
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.u5254bec3{
  flex: 1 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.lffa88df93d{
  width: auto;
}
.nfeb__d3b4{
  display: inline-block;
  background-color: var(--primary-color);
  color: #1a1a2e;
  padding: 16px 32px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid var(--border-color);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.nfeb__d3b4:hover{
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-lg);
}
.q01d701cbb0{
  height: 1px;
  background-color: var(--border-color);
  width: 100%;
  margin-top: 60px;
  margin-bottom: 30px;
  opacity: 0.2; color: #ffffff;}
.h741575b88e{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.f061551141e{
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  flex: 0 1 auto;
}
.a1a7__9ed6{
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
}
.sd71e1632{
  font-size: 12px;
  color: var(--text-muted);
  padding-left: 12px;
  border-left: 1px solid var(--border-color);
}
.sa8344d51a2{
  flex: 0 1 auto;
}
.q705650ca{
  font-size: 14px;
  color: var(--text-color);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: var(--transition);
}
.q705650ca:hover{
  border-bottom-color: var(--text-color);
}
@media (max-width: 768px){.ob4a__f033{
    padding-top: 40px;
    padding-bottom: 40px;
  }
.ea31769f212{
    flex-direction: column;
    gap: 32px;
  }
.f6be237e18b{
    flex: 1 1 auto;
  }
.h741575b88e{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
.f061551141e{
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
.sd71e1632{
    border-left: none;
    padding-left: 0;
  }}
.a79a49efb49{box-sizing:border-box;}
.r85645e4e80{box-sizing:border-box;}
.ve73932d01a{box-sizing:border-box;}
@media (max-width: 768px) {div.u3b1ad64bd8.pfz9d4cek .l9e23329793 { flex-direction: column !important; align-items: stretch !important; gap: 24px !important; padding: 48px 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
div.u3b1ad64bd8.pfz9d4cek .l9e23329793 > * { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
div.u3b1ad64bd8.pfz9d4cek .m8e497a:nth-child(even) { flex-direction: column !important; }
.yca77a06 { 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; }}