:root {

  --primary-color: #c04c26;
  --secondary-color: #923414;
  --bg-color: #fcfbf9;
  --text-color: #1a1614;
  --text-muted: #6b5c55;
  --border-color: #e6e1dc;
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: none;
  --shadow-md: none;
  --shadow-lg: none;
  --nav-height: 80px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #ffffff;
  --v2-primary: var(--primary-color, hsl(181, 72%, 57%));
  --v2-secondary: var(--secondary-color, hsl(287, 58%, 57%));
  --v2-text: var(--text-color, hsl(181, 10%, 8%));
  --v2-bg: var(--bg-color, hsl(181, 7%, 97%));
  --v2-card-bg: #ffffff;
  --v2-radius: var(--border-radius, 0px);
  --v2-gap: 1.5rem;
  --v2-max-width: 1200px;
  --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%);
}
.k58bfa6f99{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center;
    
    font-family: "Playfair Display", Georgia, "Times New Roman", serif; color: #1a1a2e;}
.s9ec38__aa9c0{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.a4b2a7cba2{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.02em;
    margin-right: 48px;
    flex-shrink: 0;
    }
.ob6c50__ceb91{
    display: none;
    }
.f18dzslisc4k{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    }
.v71d6__5ec5{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 28px;
    }
.b5276c7_954w{
    text-decoration: none;
    color: var(--text-color);
    font-size: 0.95rem;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    }
.b5276c7_954w::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.b5276c7_954w:hover{
    color: var(--primary-color);
    }
.b5276c7_954w:hover::after{
    width: 100%;
    }
.tb998b7{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 24px;
    }
.g7ec__84ef2{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 28px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: bold;
    transition: var(--transition);
    border: 1px solid var(--primary-color);
    border-radius: var(--radius-sm);
    white-space: nowrap;
    }
.g7ec__84ef2:hover{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color); color: #ffffff;}
.b7c439d_82b{
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 6px;
    }
.rec96_40{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1100px){.v71d6__5ec5 { gap: 16px; }
.a4b2a7cba2 { margin-right: 24px; }}
@media (max-width: 992px){.f18dzslisc4k {
    display: none;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    padding: 24px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); color: #1a1a2e;}
.v71d6__5ec5 {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 max(4vw, calc((100% - var(--max-width)) / 2));
    gap: 20px;
    }
.b7c439d_82b {
    display: flex;
    }
.ob6c50__ceb91:checked ~ .f18dzslisc4k {
    display: block;
    }
.ob6c50__ceb91:checked ~ .tb998b7 .b7c439d_82b .rec96_40:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
.ob6c50__ceb91:checked ~ .tb998b7 .b7c439d_82b .rec96_40:nth-child(2) {
    opacity: 0;
    }
.ob6c50__ceb91:checked ~ .tb998b7 .b7c439d_82b .rec96_40:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }}
@media (max-width: 480px){.g7ec__84ef2 {
    padding: 0 16px;
    height: 38px;
    font-size: 0.875rem;
    }}
.b5276c7_954w.active{color: var(--primary-color);}
@media (min-width: 1101px){.k58bfa6f99 #ntebd5126378, .k58bfa6f99 label[for="ntebd5126378"]{ display: none !important; }}
@media (min-width: 1101px){.k58bfa6f99 .f18dzslisc4k{ 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){.k58bfa6f99 .f18dzslisc4k{ 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){.k58bfa6f99 .f18dzslisc4k a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.b5276c7_954w.active {color: var(--primary-color);}
#ntebd5126378:checked ~ .f18dzslisc4k { right: 0 !important; left: auto !important; }
@media (max-width: 1100px) {.k58bfa6f99.nfd8__d90d .f18dzslisc4k { 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) {#ntebd5126378:checked ~ .f18dzslisc4k { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1101px) {.k58bfa6f99.nfd8__d90d #ntebd5126378, .k58bfa6f99.nfd8__d90d label[for="ntebd5126378"] { display: none !important; }}
@media (min-width: 1101px) {.k58bfa6f99.nfd8__d90d .f18dzslisc4k { 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) {.k58bfa6f99.nfd8__d90d .f18dzslisc4k { 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) {.k58bfa6f99.nfd8__d90d .f18dzslisc4k a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.n8daedfc43d{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.r621fb5a79{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    box-sizing: border-box;
    }
.d52eafe{
    font-family: "Georgia", "Times New Roman", serif; 
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 24px;
    letter-spacing: -0.01em;
    flex: 0 0 auto;
    }
.b8plek8sz4dk{
    width: 100%;
    max-width: 680px; 
    flex: 0 0 auto;
    }
.saaf0__624{
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
    margin-top: 0px;
    margin-bottom: 48px;
    text-align: left;
    }
.rw82tqrvw{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px;
    flex: 0 0 auto; color: #1a1a2e;}
.ei0mohgbw{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex: 0 0 auto;
    }
.f43db98_66{
    font-size: 13px;
    font-weight: 400;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0px;
    }
@media (max-width: 768px){.n8daedfc43d{
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 4vw;
    padding-right: 4vw;
    }
.d52eafe{
    font-size: 24px;
    }
.saaf0__624{
    font-size: 15px;
    margin-bottom: 32px;
    }}
div.q7af__8a93.g41b7eb_48b{
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--v2-text);
    background-color: var(--v2-bg);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.q7af__8a93.g41b7eb_48b .a5278eff_sr6{
    max-width: var(--v2-max-width);
    margin: 0 auto;
    padding: 0 2rem;
    }
div.q7af__8a93.g41b7eb_48b .v86b1aed{
    display: flex;
    min-height: 80vh;
    align-items: center;
    padding: 4rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    }
div.q7af__8a93.g41b7eb_48b .fm35bslf{
    flex: 1;
    max-width: 680px;
    text-align: left; 
    }
div.q7af__8a93.g41b7eb_48b .d66844_oo{
    flex: 1;
    display: flex;
    justify-content: flex-start;
    }
div.q7af__8a93.g41b7eb_48b .d66844_oo img{
    width: 100%;
    max-width: 500px;
    aspect-ratio: 4/3;
    object-fit: cover;
    filter: grayscale(0.2);
    }
div.q7af__8a93.g41b7eb_48b h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--v2-text);
    }
div.q7af__8a93.g41b7eb_48b .d39b63_4d16{
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    }
div.q7af__8a93.g41b7eb_48b .ife1a78_ebf4{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    }
div.q7af__8a93.g41b7eb_48b .gd3c17_08ee{
    padding: 1rem 2rem;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
    }
div.q7af__8a93.g41b7eb_48b .l11d81__58fec{
    background-color: var(--v2-primary);
    color: #1a1a2e;
    box-shadow: 4px 4px 0px var(--v2-text);
    }
div.q7af__8a93.g41b7eb_48b .h145f2bd_ku{
    background-color: transparent;
    border: 2px solid var(--v2-text);
    color: var(--v2-text);
    }
div.q7af__8a93.g41b7eb_48b .gd3c17_08ee:hover{
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px var(--v2-text);
    }
div.q7af__8a93.g41b7eb_48b div{
    padding: 5rem 0;
    }
div.q7af__8a93.g41b7eb_48b .sb9cbc__05cc{
    text-align: left; 
    margin-bottom: 3rem;
    }
div.q7af__8a93.g41b7eb_48b .sb9cbc__05cc h2{
    font-size: 2.5rem;
    display: inline-block;
    border-bottom: 4px solid var(--v2-secondary);
    padding-bottom: 0.5rem;
    }
div.q7af__8a93.g41b7eb_48b .x55ffb_w14{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--v2-gap);
    }
div.q7af__8a93.g41b7eb_48b .m59d7a__f482{
    background: var(--v2-card-bg);
    padding: 2rem;
    border: 1px solid rgba(0,0,0,0.05);
    transition: border-color 0.3s; color: #1a1a2e;}
div.q7af__8a93.g41b7eb_48b .m59d7a__f482:hover{
    border-color: var(--v2-primary);
    }
div.q7af__8a93.g41b7eb_48b .m59d7a__f482 h3{
    margin-bottom: 1rem;
    color: var(--v2-secondary);
    }
div.q7af__8a93.g41b7eb_48b .okxufbj7852o{
    display: flex;
    align-items: center;
    gap: 4rem;
    margin-bottom: 4rem;
    }
div.q7af__8a93.g41b7eb_48b .okxufbj7852o:nth-child(even){
    flex-direction: row-reverse;
    }
div.q7af__8a93.g41b7eb_48b .xh02nzar1uni{
    flex: 1;
    }
div.q7af__8a93.g41b7eb_48b .r2d55439860{
    flex: 1;
    }
div.q7af__8a93.g41b7eb_48b .r2d55439860 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    }
div.q7af__8a93.g41b7eb_48b .armo830bsz{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    }
div.q7af__8a93.g41b7eb_48b .t200584_l2q{
    border-left: 3px solid var(--v2-primary);
    padding-left: 1.5rem;
    }
div.q7af__8a93.g41b7eb_48b .t200584_l2q h4{
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    }
div.q7af__8a93.g41b7eb_48b div.ld2b__ba4f{
    background: var(--v2-text);
    color: #fff;
    padding: 4rem 0 2rem;
    margin-top: 5rem;
    }
div.q7af__8a93.g41b7eb_48b .z734b217fe2{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 3rem;
    }
div.q7af__8a93.g41b7eb_48b .s7b4__2640 h5{
    color: var(--v2-primary);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
div.q7af__8a93.g41b7eb_48b .s7b4__2640 ul{
    list-style: none;
    padding: 0;
    }
div.q7af__8a93.g41b7eb_48b .s7b4__2640 li{
    margin-bottom: 0.8rem;
    }
div.q7af__8a93.g41b7eb_48b .s7b4__2640 a{
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.3s;
    }
div.q7af__8a93.g41b7eb_48b .s7b4__2640 a:hover{
    color: var(--v2-primary);
    }
div.q7af__8a93.g41b7eb_48b .copyright{
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.9rem;
    opacity: 0.6;
    }
@media (max-width: 768px) {div.q7af__8a93.g41b7eb_48b .v86b1aed{ flex-direction: column; text-align: left; }
div.q7af__8a93.g41b7eb_48b .fm35bslf{ max-width: 100%; }
div.q7af__8a93.g41b7eb_48b .x55ffb_w14, div.q7af__8a93.g41b7eb_48b .armo830bsz, div.q7af__8a93.g41b7eb_48b .z734b217fe2{ grid-template-columns: 1fr; }
div.q7af__8a93.g41b7eb_48b .okxufbj7852o, div.q7af__8a93.g41b7eb_48b .okxufbj7852o:nth-child(even){ flex-direction: column; }
div.q7af__8a93.g41b7eb_48b .sb9cbc__05cc{ text-align: left; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.q7af__8a93 img.p468bbc87 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.q7af__8a93 img.p468bbc87.c255afc7efa { aspect-ratio: 16 / 9; }
div.q7af__8a93 img.p468bbc87.a1badb_6e25 { aspect-ratio: 16 / 10; }
div.q7af__8a93 img.p468bbc87.lfc1__e79c { aspect-ratio: 4 / 3; }
div.q7af__8a93 img.p468bbc87.k2ed44_e42d { aspect-ratio: 1 / 1; }
div.q7af__8a93 :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.q7af__8a93 .bee39d_e5a8 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.q7af__8a93 .bee39d_e5a8.c255afc7efa { aspect-ratio: 16 / 9; }
div.q7af__8a93 .bee39d_e5a8.a1badb_6e25 { aspect-ratio: 16 / 10; }
div.q7af__8a93 .bee39d_e5a8.lfc1__e79c { aspect-ratio: 4 / 3; }
div.q7af__8a93 .bee39d_e5a8.k2ed44_e42d { aspect-ratio: 1 / 1; }
div.q7af__8a93 .bee39d_e5a8 > img.p468bbc87,
    div.q7af__8a93 .bee39d_e5a8 > picture > img.p468bbc87 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.q7af__8a93.g41b7eb_48b .l11d81__58fec a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.q7af__8a93.g41b7eb_48b .l11d81__58fec a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.q7af__8a93.g41b7eb_48b .l11d81__58fec a:not([class]):hover{opacity:0.92;}
div.q7af__8a93.g41b7eb_48b .l11d81__58fec a[class=""]:hover{opacity:0.92;}
div.q7af__8a93.g41b7eb_48b .l11d81__58fec a:not([class]):visited{color:#ffffff !important;}
div.q7af__8a93.g41b7eb_48b .l11d81__58fec a[class=""]:visited{color:#ffffff !important;}
.c236__c070 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.c236__c070 > :first-child,
    .c236__c070 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.k58bfa6f99{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center;
    
    font-family: "Playfair Display", Georgia, "Times New Roman", serif; color: #1a1a2e;}
.s9ec38__aa9c0{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.a4b2a7cba2{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.02em;
    margin-right: 48px;
    flex-shrink: 0;
    }
.ob6c50__ceb91{
    display: none;
    }
.f18dzslisc4k{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    }
.v71d6__5ec5{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 28px;
    }
.b5276c7_954w{
    text-decoration: none;
    color: var(--text-color);
    font-size: 0.95rem;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    }
.b5276c7_954w::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.b5276c7_954w:hover{
    color: var(--primary-color);
    }
.b5276c7_954w:hover::after{
    width: 100%;
    }
.tb998b7{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 24px;
    }
.g7ec__84ef2{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 28px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: bold;
    transition: var(--transition);
    border: 1px solid var(--primary-color);
    border-radius: var(--radius-sm);
    white-space: nowrap;
    }
.g7ec__84ef2:hover{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color); color: #ffffff;}
.b7c439d_82b{
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 6px;
    }
.rec96_40{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1100px){.v71d6__5ec5 { gap: 16px; }
.a4b2a7cba2 { margin-right: 24px; }}
@media (max-width: 992px){.f18dzslisc4k {
    display: none;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    padding: 24px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); color: #1a1a2e;}
.v71d6__5ec5 {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 max(4vw, calc((100% - var(--max-width)) / 2));
    gap: 20px;
    }
.b7c439d_82b {
    display: flex;
    }
.ob6c50__ceb91:checked ~ .f18dzslisc4k {
    display: block;
    }
.ob6c50__ceb91:checked ~ .tb998b7 .b7c439d_82b .rec96_40:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
.ob6c50__ceb91:checked ~ .tb998b7 .b7c439d_82b .rec96_40:nth-child(2) {
    opacity: 0;
    }
.ob6c50__ceb91:checked ~ .tb998b7 .b7c439d_82b .rec96_40:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }}
@media (max-width: 480px){.g7ec__84ef2 {
    padding: 0 16px;
    height: 38px;
    font-size: 0.875rem;
    }}
.b5276c7_954w.active{color: var(--primary-color);}
@media (min-width: 1101px){.k58bfa6f99 #ntebd5126378, .k58bfa6f99 label[for="ntebd5126378"]{ display: none !important; }}
@media (min-width: 1101px){.k58bfa6f99 .f18dzslisc4k{ 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){.k58bfa6f99 .f18dzslisc4k{ 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){.k58bfa6f99 .f18dzslisc4k a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.b5276c7_954w.active{color: var(--primary-color);}
#ntebd5126378:checked ~ .f18dzslisc4k{ right: 0 !important; left: auto !important; }
@media (max-width: 1100px){.k58bfa6f99.nfd8__d90d .f18dzslisc4k{ 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){#ntebd5126378:checked ~ .f18dzslisc4k{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1101px){.k58bfa6f99.nfd8__d90d #ntebd5126378, .k58bfa6f99.nfd8__d90d label[for="ntebd5126378"]{ display: none !important; }}
@media (min-width: 1101px){.k58bfa6f99.nfd8__d90d .f18dzslisc4k{ 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){.k58bfa6f99.nfd8__d90d .f18dzslisc4k{ 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){.k58bfa6f99.nfd8__d90d .f18dzslisc4k a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.n8daedfc43d{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.r621fb5a79{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    box-sizing: border-box;
    }
.d52eafe{
    font-family: "Georgia", "Times New Roman", serif; 
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 24px;
    letter-spacing: -0.01em;
    flex: 0 0 auto;
    }
.b8plek8sz4dk{
    width: 100%;
    max-width: 680px; 
    flex: 0 0 auto;
    }
.saaf0__624{
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
    margin-top: 0px;
    margin-bottom: 48px;
    text-align: left;
    }
.rw82tqrvw{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px;
    flex: 0 0 auto; color: #1a1a2e;}
.ei0mohgbw{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex: 0 0 auto;
    }
.f43db98_66{
    font-size: 13px;
    font-weight: 400;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0px;
    }
@media (max-width: 768px){.n8daedfc43d{
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 4vw;
    padding-right: 4vw;
    }
.d52eafe{
    font-size: 24px;
    }
.saaf0__624{
    font-size: 15px;
    margin-bottom: 32px;
    }}
.k58bfa6f99{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  display: flex;
  justify-content: center;
  
  font-family: "Playfair Display", Georgia, "Times New Roman", serif; color: #1a1a2e;}
.s9ec38__aa9c0{
  width: var(--max-width);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.a4b2a7cba2{
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: 0.02em;
  margin-right: 48px;
  flex-shrink: 0;
}
.ob6c50__ceb91{
  display: none;
}
.f18dzslisc4k{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.v71d6__5ec5{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 28px;
}
.b5276c7_954w{
  text-decoration: none;
  color: var(--text-color);
  font-size: 0.95rem;
  transition: var(--transition);
  position: relative;
  padding: 8px 0;
}
.b5276c7_954w::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: var(--transition); color: #1a1a2e;}
.b5276c7_954w:hover{
  color: var(--primary-color);
}
.b5276c7_954w:hover::after{
  width: 100%;
}
.tb998b7{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 24px;
}
.g7ec__84ef2{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 28px;
  background-color: var(--primary-color);
  color: #1a1a2e;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: bold;
  transition: var(--transition);
  border: 1px solid var(--primary-color);
  border-radius: var(--radius-sm);
  white-space: nowrap;
}
.g7ec__84ef2:hover{
  background-color: var(--secondary-color);
  border-color: var(--secondary-color); color: #ffffff;}
.b7c439d_82b{
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 6px;
}
.rec96_40{
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
@media (max-width: 1100px){.v71d6__5ec5 { gap: 16px; }
.a4b2a7cba2 { margin-right: 24px; }}
@media (max-width: 992px){.f18dzslisc4k {
    display: none;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    padding: 24px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); color: #1a1a2e;}
.v71d6__5ec5 {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 max(4vw, calc((100% - var(--max-width)) / 2));
    gap: 20px;
  }
.b7c439d_82b {
    display: flex;
  }
.ob6c50__ceb91:checked ~ .f18dzslisc4k {
    display: block;
  }
.ob6c50__ceb91:checked ~ .tb998b7 .b7c439d_82b .rec96_40:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
.ob6c50__ceb91:checked ~ .tb998b7 .b7c439d_82b .rec96_40:nth-child(2) {
    opacity: 0;
  }
.ob6c50__ceb91:checked ~ .tb998b7 .b7c439d_82b .rec96_40:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }}
@media (max-width: 480px){.g7ec__84ef2 {
    padding: 0 16px;
    height: 38px;
    font-size: 0.875rem;
  }}
.b5276c7_954w.active{color: var(--primary-color);}
@media (min-width: 1101px){.k58bfa6f99 #ntebd5126378, .k58bfa6f99 label[for="ntebd5126378"]{ display: none !important; }}
@media (min-width: 1101px){.k58bfa6f99 .f18dzslisc4k{ 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){.k58bfa6f99 .f18dzslisc4k{ 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){.k58bfa6f99 .f18dzslisc4k a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.b5276c7_954w.active{color: var(--primary-color);}
#ntebd5126378:checked ~ .f18dzslisc4k{ right: 0 !important; left: auto !important; }
@media (max-width: 1100px){.k58bfa6f99.nfd8__d90d .f18dzslisc4k{ 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){#ntebd5126378:checked ~ .f18dzslisc4k{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1101px){.k58bfa6f99.nfd8__d90d #ntebd5126378, .k58bfa6f99.nfd8__d90d label[for="ntebd5126378"]{ display: none !important; }}
@media (min-width: 1101px){.k58bfa6f99.nfd8__d90d .f18dzslisc4k{ 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){.k58bfa6f99.nfd8__d90d .f18dzslisc4k{ 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){.k58bfa6f99.nfd8__d90d .f18dzslisc4k a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.v3f55103d{
  background-color: var(--bg-color);
  border-top: 1px solid var(--border-color);
  padding-top: 80px;
  padding-bottom: 60px;
  width: 100%;
  box-sizing: border-box; color: #1a1a2e;}
.s03a__4607{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  box-sizing: border-box;
}
.a60dcf_3bd0{
  font-family: "Georgia", "Times New Roman", serif; 
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 24px;
  letter-spacing: -0.01em;
  flex: 0 0 auto;
}
.g5ead4_c304{
  width: 100%;
  max-width: 680px; 
  flex: 0 0 auto;
}
.ade1__c535{
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-muted);
  margin-top: 0px;
  margin-bottom: 48px;
  text-align: left;
}
.wb3e76390{
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  margin-bottom: 32px;
  flex: 0 0 auto; color: #1a1a2e;}
.vc08__af60{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex: 0 0 auto;
}
.m247__c541{
  font-size: 13px;
  font-weight: 400;
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0px;
}
@media (max-width: 768px){.v3f55103d{
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 4vw;
    padding-right: 4vw;
  }
.a60dcf_3bd0{
    font-size: 24px;
  }
.ade1__c535{
    font-size: 15px;
    margin-bottom: 32px;
  }}
.f3e1__c299{box-sizing:border-box;}
.n58a381c248{box-sizing:border-box;}
@media (max-width: 768px) {div.q7af__8a93.g41b7eb_48b .okxufbj7852o:nth-child(even) { flex-direction: column !important; }}