:root {

  --primary-color: #C44122;
  --secondary-color: #8E2B12;
  --text-main: var(--content-text, hsl(220, 10%, 11%));
  --bg-light: var(--bg-color, hsl(175, 6%, 96%));
  --card-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  --border-radius: var(--radius-md, 12px);
  --max-width: min(1200px, 92vw);
  --reading-width: 760px;
  --bg-color: #FAF8F5;
  --text-color: #2D2421;
  --text-muted: #6B5C57;
  --border-color: rgba(45, 36, 33, 0.08);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(45, 36, 33, 0.04);
  --shadow-md: 0 8px 24px rgba(45, 36, 33, 0.08);
  --shadow-lg: 0 16px 32px rgba(45, 36, 33, 0.12);
  --nav-height: 76px;
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 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.aed441_0e5a.oe95f76_8f{
    font-family: "Georgia", "Times New Roman", serif;
    color: var(--text-main);
    background-color: var(--bg-light);
    line-height: 1.6;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.aed441_0e5a.oe95f76_8f div{
    width: 100%;
    max-width: var(--max-width);
    padding: 80px 24px;
    box-sizing: border-box;
    }
div.aed441_0e5a.oe95f76_8f .ea89888_fa{
    max-width: var(--reading-width);
    margin: 0 auto;
    text-align: center;
    }
div.aed441_0e5a.oe95f76_8f h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin-bottom: 24px;
    line-height: 1.2;
    color: var(--text-main);
    }
div.aed441_0e5a.oe95f76_8f h2{
    font-size: 2rem;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
    }
div.aed441_0e5a.oe95f76_8f h2::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--primary-color); color: #1a1a2e;}
div.aed441_0e5a.oe95f76_8f p{
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: hsl(175, 10%, 25%);
    }
div.aed441_0e5a.oe95f76_8f .e241c74164{
    padding-top: 120px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, #fff 0%, var(--bg-light) 100%); color: #1a1a2e;}
div.aed441_0e5a.oe95f76_8f .fxb12i0necl{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    margin-top: 40px;
    }
div.aed441_0e5a.oe95f76_8f .f17b7fada1{
    background: #ffffff;
    padding: 40px;
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
    border: 1px solid rgba(0,0,0,0.03);
    transition: transform 0.3s ease; color: #1a1a2e;}
div.aed441_0e5a.oe95f76_8f .f17b7fada1:hover{
    transform: translateY(-5px);
    }
div.aed441_0e5a.oe95f76_8f .f17b7fada1 h3{
    color: var(--secondary-color);
    font-size: 1.5rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    }
div.aed441_0e5a.oe95f76_8f .qdb59d0bed{
    list-style: none;
    padding: 0;
    text-align: left;
    }
div.aed441_0e5a.oe95f76_8f .qdb59d0bed li{
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
    display: flex;
    justify-content: space-between;
    }
div.aed441_0e5a.oe95f76_8f .qdb59d0bed li:last-child{
    border-bottom: none;
    }
div.aed441_0e5a.oe95f76_8f .p5az3nkx{
    background: var(--primary-color);
    color: #1a1a2e;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-family: sans-serif;
    }
div.aed441_0e5a.oe95f76_8f .hed448__aca{
    background-color: #fff;
    border-radius: var(--border-radius);
    padding: 60px;
    margin-top: 40px;
    text-align: left;
    border-left: 6px solid var(--secondary-color); color: #1a1a2e;}
div.aed441_0e5a.oe95f76_8f .p6p0q6uog6k0{
    margin: 40px 0;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--card-shadow);
    }
div.aed441_0e5a.oe95f76_8f .p6p0q6uog6k0 img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 7;
    }
div.aed441_0e5a.oe95f76_8f .ecc122__f5b{
    background: hsl(239, 49%, 98%);
    padding: 60px 24px; color: #1a1a2e;}
div.aed441_0e5a.oe95f76_8f .s66857_9rdp{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
    text-align: left;
    }
div.aed441_0e5a.oe95f76_8f .uca75af2{
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.5rem;
    }
div.aed441_0e5a.oe95f76_8f .i11e722_c837{
    margin-top: 50px;
    }
div.aed441_0e5a.oe95f76_8f .j961f__9707{
    display: inline-block;
    padding: 18px 45px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(100, 200, 190, 0.3);
    transition: all 0.3s ease;
    font-size: 1.1rem;
    }
div.aed441_0e5a.oe95f76_8f .j961f__9707:hover{
    background-color: var(--secondary-color);
    transform: scale(1.05);
    box-shadow: 0 15px 25px rgba(90, 100, 200, 0.3); color: #ffffff;}
div.aed441_0e5a.oe95f76_8f .j8e0c1_x6{
    margin-bottom: 30px;
    }
div.aed441_0e5a.oe95f76_8f .j8e0c1_x6 a{
    color: #ccc;
    text-decoration: none;
    margin: 0 15px;
    font-size: 0.9rem;
    }
div.aed441_0e5a.oe95f76_8f .j8e0c1_x6 a:hover{
    color: var(--primary-color);
    }
@media (max-width: 768px) {div.aed441_0e5a.oe95f76_8f .fxb12i0necl{
    grid-template-columns: 1fr;
    }
div.aed441_0e5a.oe95f76_8f .f17b7fada1{
    padding: 25px;
    }
div.aed441_0e5a.oe95f76_8f .hed448__aca{
    padding: 30px;
    }}
.a550f7a_uh{
    background-color: var(--bg-color, #fcf9f5);
    padding-top: 80px;
    padding-bottom: 40px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--border-color, rgba(43, 28, 24, 0.08));
    font-family: Georgia, "Times New Roman", Times, serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.e6i3gzg7una{
    width: 100%;
    max-width: var(--max-width, 1200px);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 24px;
    }
.z5z8ldyw{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin-bottom: 56px;
    }
.k91df_fc{
    flex: none;
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-color, #b33916);
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    text-align: center;
    }
.y9c2__97ae8{
    flex: none;
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted, #6b554d);
    text-align: center;
    }
.dc5e453_b66{
    flex: none;
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(43, 28, 24, 0.08));
    margin-bottom: 32px; color: #ffffff;}
.bdc18_4b{
    flex: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.wwlfsmif{
    flex: 1;
    font-size: 14px;
    color: var(--text-muted, #6b554d);
    text-align: left;
    line-height: 1.5;
    }
.j8e0c1_x6{
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: flex-end;
    align-items: center;
    }
.sbdd90fb_mkx{
    flex: none;
    font-size: 14px;
    color: var(--text-color, #2b1c18);
    text-decoration-line: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1));
    font-weight: 500;
    }
.sbdd90fb_mkx:hover{
    color: var(--primary-color, #b33916);
    text-decoration-line: underline;
    text-underline-offset: 4px;
    }
@media (max-width: 768px){.bdc18_4b{
    flex-direction: column;
    gap: 24px;
    }
.wwlfsmif{
    text-align: center;
    flex: none;
    width: 100%;
    order: 2;
    }
.j8e0c1_x6{
    justify-content: center;
    flex: none;
    width: 100%;
    order: 1;
    }}
.e893ixn650{
    font-family: "Georgia", "Times New Roman", serif;
    background-color: var(--nav-bg);
    box-shadow: var(--shadow-sm);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%; color: #1a1a2e;}
.l6d0c2_1a1{
    height: var(--nav-height);
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.kb6f4be_7351{
    display: flex;
    align-items: center;
    }
.f3c6e76_bc{
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    font-style: italic;
    transition: var(--transition);
    }
.f3c6e76_bc:hover{
    color: var(--secondary-color);
    }
.y553e58{
    display: none;
    }
.u56bb2_7b6{
    display: none;
    }
.hdv1ahqnt{
    display: flex;
    align-items: center;
    flex: 1;
    }
.f15e3__8d025{
    display: flex;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    gap: 6px;
    }
.q562237_cki{
    display: block;
    }
.jd1304723{
    color: var(--text-color);
    text-decoration: none;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    display: inline-block;
    }
.jd1304723:hover{
    color: #ffffff;
    background-color: var(--border-color);
    }
.u76869b7e9{
    margin-left: auto;
    }
.tzchkrqo0{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #1a1a2e;
    padding: 0 28px;
    height: 44px;
    border-radius: var(--radius-lg);
    font-size: 16px;
    font-family: system-ui, -apple-system, sans-serif; 
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 1px solid transparent;
    }
.tzchkrqo0:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px); color: #ffffff;}
@media (max-width: 860px){.u56bb2_7b6 {
    display: block;
    z-index: 1001;
    }
.wc7a89c7c {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    cursor: pointer;
    }
.uow1tpd587rl {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    border-radius: var(--radius-sm);
    transform-origin: left center; color: #ffffff;}
.y553e58:checked ~ .u56bb2_7b6 .uow1tpd587rl:nth-child(1) {
    transform: rotate(41deg);
    }
.y553e58:checked ~ .u56bb2_7b6 .uow1tpd587rl:nth-child(2) {
    opacity: 0;
    }
.y553e58:checked ~ .u56bb2_7b6 .uow1tpd587rl:nth-child(3) {
    transform: rotate(-41deg);
    }
.hdv1ahqnt {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    flex-direction: column;
    align-items: center;
    padding: 24px 0 40px 0;
    gap: 32px;
    box-shadow: var(--shadow-lg);
    border-bottom: 1px solid var(--border-color);
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1); color: #1a1a2e;}
.y553e58:checked ~ .hdv1ahqnt {
    clip-path: inset(0 0 0 0);
    }
.f15e3__8d025 {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    }
.jd1304723 {
    font-size: 18px;
    padding: 12px 32px;
    width: 100%;
    text-align: center;
    }
.u76869b7e9 {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    }
.tzchkrqo0 {
    width: calc(100% - 64px);
    max-width: 340px;
    height: 52px;
    font-size: 17px;
    }}
.jd1304723.active{color: #ffffff; background-color: var(--border-color);}
@media (min-width: 861px){.e893ixn650 #nte1b79c2ef8, .e893ixn650 label[for="nte1b79c2ef8"]{ display: none !important; }}
@media (min-width: 861px){.e893ixn650 .hdv1ahqnt{ 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: 861px){.e893ixn650 .hdv1ahqnt{ 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: 861px){.e893ixn650 .hdv1ahqnt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.jd1304723.active {color: #ffffff; background-color: var(--border-color);}
#nte1b79c2ef8:checked ~ .hdv1ahqnt { right: 0 !important; left: auto !important; }
@media (max-width: 860px) {.e893ixn650.j496fb98a19 .hdv1ahqnt { 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: 860px) {#nte1b79c2ef8:checked ~ .hdv1ahqnt { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 861px) {.e893ixn650.j496fb98a19 #nte1b79c2ef8, .e893ixn650.j496fb98a19 label[for="nte1b79c2ef8"] { display: none !important; }}
@media (min-width: 861px) {.e893ixn650.j496fb98a19 .hdv1ahqnt { 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: 861px) {.e893ixn650.j496fb98a19 .hdv1ahqnt { 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: 861px) {.e893ixn650.j496fb98a19 .hdv1ahqnt 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.aed441_0e5a img.ea6d09779ff {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.aed441_0e5a img.ea6d09779ff.w852eb_03b0 { aspect-ratio: 16 / 9; }
div.aed441_0e5a img.ea6d09779ff.s37034_6cc3 { aspect-ratio: 16 / 10; }
div.aed441_0e5a img.ea6d09779ff.hefcb56a1 { aspect-ratio: 4 / 3; }
div.aed441_0e5a img.ea6d09779ff.q35f__d5a4 { aspect-ratio: 1 / 1; }
div.aed441_0e5a :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.aed441_0e5a .uae7__40ab {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.aed441_0e5a .uae7__40ab.w852eb_03b0 { aspect-ratio: 16 / 9; }
div.aed441_0e5a .uae7__40ab.s37034_6cc3 { aspect-ratio: 16 / 10; }
div.aed441_0e5a .uae7__40ab.hefcb56a1 { aspect-ratio: 4 / 3; }
div.aed441_0e5a .uae7__40ab.q35f__d5a4 { aspect-ratio: 1 / 1; }
div.aed441_0e5a .uae7__40ab > img.ea6d09779ff,
    div.aed441_0e5a .uae7__40ab > picture > img.ea6d09779ff {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.aed441_0e5a.oe95f76_8f .p5az3nkx a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.aed441_0e5a.oe95f76_8f .p5az3nkx a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.aed441_0e5a.oe95f76_8f .p5az3nkx a:not([class]):hover{opacity:0.92;}
div.aed441_0e5a.oe95f76_8f .p5az3nkx a[class=""]:hover{opacity:0.92;}
div.aed441_0e5a.oe95f76_8f .p5az3nkx a:not([class]):visited{color:#ffffff !important;}
div.aed441_0e5a.oe95f76_8f .p5az3nkx a[class=""]:visited{color:#ffffff !important;}
div.aed441_0e5a.oe95f76_8f .j961f__9707 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.aed441_0e5a.oe95f76_8f .j961f__9707 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.aed441_0e5a.oe95f76_8f .j961f__9707 a:not([class]):hover{opacity:0.92;}
div.aed441_0e5a.oe95f76_8f .j961f__9707 a[class=""]:hover{opacity:0.92;}
div.aed441_0e5a.oe95f76_8f .j961f__9707 a:not([class]):visited{color:#ffffff !important;}
div.aed441_0e5a.oe95f76_8f .j961f__9707 a[class=""]:visited{color:#ffffff !important;}
.y23e8ec7b {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.y23e8ec7b > :first-child,
    .y23e8ec7b > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.e893ixn650{
    font-family: "Georgia", "Times New Roman", serif;
    background-color: var(--nav-bg);
    box-shadow: var(--shadow-sm);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%; color: #1a1a2e;}
.l6d0c2_1a1{
    height: var(--nav-height);
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.kb6f4be_7351{
    display: flex;
    align-items: center;
    }
.f3c6e76_bc{
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    font-style: italic;
    transition: var(--transition);
    }
.f3c6e76_bc:hover{
    color: var(--secondary-color);
    }
.y553e58{
    display: none;
    }
.u56bb2_7b6{
    display: none;
    }
.hdv1ahqnt{
    display: flex;
    align-items: center;
    flex: 1;
    }
.f15e3__8d025{
    display: flex;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    gap: 6px;
    }
.q562237_cki{
    display: block;
    }
.jd1304723{
    color: var(--text-color);
    text-decoration: none;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    display: inline-block;
    }
.jd1304723:hover{
    color: #ffffff;
    background-color: var(--border-color);
    }
.u76869b7e9{
    margin-left: auto;
    }
.tzchkrqo0{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #1a1a2e;
    padding: 0 28px;
    height: 44px;
    border-radius: var(--radius-lg);
    font-size: 16px;
    font-family: system-ui, -apple-system, sans-serif; 
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 1px solid transparent;
    }
.tzchkrqo0:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px); color: #ffffff;}
@media (max-width: 860px){.u56bb2_7b6 {
    display: block;
    z-index: 1001;
    }
.wc7a89c7c {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    cursor: pointer;
    }
.uow1tpd587rl {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    border-radius: var(--radius-sm);
    transform-origin: left center; color: #ffffff;}
.y553e58:checked ~ .u56bb2_7b6 .uow1tpd587rl:nth-child(1) {
    transform: rotate(41deg);
    }
.y553e58:checked ~ .u56bb2_7b6 .uow1tpd587rl:nth-child(2) {
    opacity: 0;
    }
.y553e58:checked ~ .u56bb2_7b6 .uow1tpd587rl:nth-child(3) {
    transform: rotate(-41deg);
    }
.hdv1ahqnt {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    flex-direction: column;
    align-items: center;
    padding: 24px 0 40px 0;
    gap: 32px;
    box-shadow: var(--shadow-lg);
    border-bottom: 1px solid var(--border-color);
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1); color: #1a1a2e;}
.y553e58:checked ~ .hdv1ahqnt {
    clip-path: inset(0 0 0 0);
    }
.f15e3__8d025 {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    }
.jd1304723 {
    font-size: 18px;
    padding: 12px 32px;
    width: 100%;
    text-align: center;
    }
.u76869b7e9 {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    }
.tzchkrqo0 {
    width: calc(100% - 64px);
    max-width: 340px;
    height: 52px;
    font-size: 17px;
    }}
.jd1304723.active{color: #ffffff; background-color: var(--border-color);}
@media (min-width: 861px){.e893ixn650 #nte1b79c2ef8, .e893ixn650 label[for="nte1b79c2ef8"]{ display: none !important; }}
@media (min-width: 861px){.e893ixn650 .hdv1ahqnt{ 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: 861px){.e893ixn650 .hdv1ahqnt{ 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: 861px){.e893ixn650 .hdv1ahqnt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.jd1304723.active{color: #ffffff; background-color: var(--border-color);}
#nte1b79c2ef8:checked ~ .hdv1ahqnt{ right: 0 !important; left: auto !important; }
@media (max-width: 860px){.e893ixn650.j496fb98a19 .hdv1ahqnt{ 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: 860px){#nte1b79c2ef8:checked ~ .hdv1ahqnt{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 861px){.e893ixn650.j496fb98a19 #nte1b79c2ef8, .e893ixn650.j496fb98a19 label[for="nte1b79c2ef8"]{ display: none !important; }}
@media (min-width: 861px){.e893ixn650.j496fb98a19 .hdv1ahqnt{ 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: 861px){.e893ixn650.j496fb98a19 .hdv1ahqnt{ 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: 861px){.e893ixn650.j496fb98a19 .hdv1ahqnt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.a550f7a_uh{
    background-color: var(--bg-color, #fcf9f5);
    padding-top: 80px;
    padding-bottom: 40px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--border-color, rgba(43, 28, 24, 0.08));
    font-family: Georgia, "Times New Roman", Times, serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.e6i3gzg7una{
    width: 100%;
    max-width: var(--max-width, 1200px);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 24px;
    }
.z5z8ldyw{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin-bottom: 56px;
    }
.k91df_fc{
    flex: none;
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-color, #b33916);
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    text-align: center;
    }
.y9c2__97ae8{
    flex: none;
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted, #6b554d);
    text-align: center;
    }
.dc5e453_b66{
    flex: none;
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(43, 28, 24, 0.08));
    margin-bottom: 32px; color: #ffffff;}
.bdc18_4b{
    flex: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.wwlfsmif{
    flex: 1;
    font-size: 14px;
    color: var(--text-muted, #6b554d);
    text-align: left;
    line-height: 1.5;
    }
.j8e0c1_x6{
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: flex-end;
    align-items: center;
    }
.sbdd90fb_mkx{
    flex: none;
    font-size: 14px;
    color: var(--text-color, #2b1c18);
    text-decoration-line: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1));
    font-weight: 500;
    }
.sbdd90fb_mkx:hover{
    color: var(--primary-color, #b33916);
    text-decoration-line: underline;
    text-underline-offset: 4px;
    }
@media (max-width: 768px){.bdc18_4b{
    flex-direction: column;
    gap: 24px;
    }
.wwlfsmif{
    text-align: center;
    flex: none;
    width: 100%;
    order: 2;
    }
.j8e0c1_x6{
    justify-content: center;
    flex: none;
    width: 100%;
    order: 1;
    }}
.e893ixn650{
  font-family: "Georgia", "Times New Roman", serif;
  background-color: var(--nav-bg);
  box-shadow: var(--shadow-sm);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%; color: #1a1a2e;}
.l6d0c2_1a1{
  height: var(--nav-height);
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kb6f4be_7351{
  display: flex;
  align-items: center;
}
.f3c6e76_bc{
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
  letter-spacing: -0.5px;
  font-style: italic;
  transition: var(--transition);
}
.f3c6e76_bc:hover{
  color: var(--secondary-color);
}
.y553e58{
  display: none;
}
.u56bb2_7b6{
  display: none;
}
.hdv1ahqnt{
  display: flex;
  align-items: center;
  flex: 1;
}
.f15e3__8d025{
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  gap: 6px;
}
.q562237_cki{
  display: block;
}
.jd1304723{
  color: var(--text-color);
  text-decoration: none;
  padding: 8px 16px;
  font-size: 16px;
  border-radius: var(--radius-md);
  transition: var(--transition);
  display: inline-block;
}
.jd1304723:hover{
  color: #ffffff;
  background-color: var(--border-color);
}
.u76869b7e9{
  margin-left: auto;
}
.tzchkrqo0{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #1a1a2e;
  padding: 0 28px;
  height: 44px;
  border-radius: var(--radius-lg);
  font-size: 16px;
  font-family: system-ui, -apple-system, sans-serif; 
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  border: 1px solid transparent;
}
.tzchkrqo0:hover{
  background: var(--secondary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px); color: #ffffff;}
@media (max-width: 860px){.u56bb2_7b6 {
    display: block;
    z-index: 1001;
  }
.wc7a89c7c {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    cursor: pointer;
  }
.uow1tpd587rl {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    border-radius: var(--radius-sm);
    transform-origin: left center; color: #ffffff;}
.y553e58:checked ~ .u56bb2_7b6 .uow1tpd587rl:nth-child(1) {
    transform: rotate(41deg);
  }
.y553e58:checked ~ .u56bb2_7b6 .uow1tpd587rl:nth-child(2) {
    opacity: 0;
  }
.y553e58:checked ~ .u56bb2_7b6 .uow1tpd587rl:nth-child(3) {
    transform: rotate(-41deg);
  }
.hdv1ahqnt {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    flex-direction: column;
    align-items: center;
    padding: 24px 0 40px 0;
    gap: 32px;
    box-shadow: var(--shadow-lg);
    border-bottom: 1px solid var(--border-color);
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1); color: #1a1a2e;}
.y553e58:checked ~ .hdv1ahqnt {
    clip-path: inset(0 0 0 0);
  }
.f15e3__8d025 {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
.jd1304723 {
    font-size: 18px;
    padding: 12px 32px;
    width: 100%;
    text-align: center;
  }
.u76869b7e9 {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
.tzchkrqo0 {
    width: calc(100% - 64px);
    max-width: 340px;
    height: 52px;
    font-size: 17px;
  }}
.jd1304723.active{color: #ffffff; background-color: var(--border-color);}
@media (min-width: 861px){.e893ixn650 #nte1b79c2ef8, .e893ixn650 label[for="nte1b79c2ef8"]{ display: none !important; }}
@media (min-width: 861px){.e893ixn650 .hdv1ahqnt{ 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: 861px){.e893ixn650 .hdv1ahqnt{ 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: 861px){.e893ixn650 .hdv1ahqnt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.jd1304723.active{color: #ffffff; background-color: var(--border-color);}
#nte1b79c2ef8:checked ~ .hdv1ahqnt{ right: 0 !important; left: auto !important; }
@media (max-width: 860px){.e893ixn650.j496fb98a19 .hdv1ahqnt{ 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: 860px){#nte1b79c2ef8:checked ~ .hdv1ahqnt{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 861px){.e893ixn650.j496fb98a19 #nte1b79c2ef8, .e893ixn650.j496fb98a19 label[for="nte1b79c2ef8"]{ display: none !important; }}
@media (min-width: 861px){.e893ixn650.j496fb98a19 .hdv1ahqnt{ 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: 861px){.e893ixn650.j496fb98a19 .hdv1ahqnt{ 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: 861px){.e893ixn650.j496fb98a19 .hdv1ahqnt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.j999d72993e{
  background-color: var(--bg-color, #fcf9f5);
  padding-top: 80px;
  padding-bottom: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--border-color, rgba(43, 28, 24, 0.08));
  font-family: Georgia, "Times New Roman", Times, serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box; color: #1a1a2e;}
.b5a44f86b{
  width: 100%;
  max-width: var(--max-width, 1200px);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 24px;
}
.f591__0816{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 56px;
}
.y4bb1d_4dd7{
  flex: none;
  font-size: 36px;
  font-weight: 700;
  color: var(--primary-color, #b33916);
  margin-bottom: 20px;
  letter-spacing: 1.5px;
  text-align: center;
}
.ud3982aec{
  flex: none;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-muted, #6b554d);
  text-align: center;
}
.sd2206c4a{
  flex: none;
  width: 100%;
  height: 1px;
  background-color: var(--border-color, rgba(43, 28, 24, 0.08));
  margin-bottom: 32px; color: #ffffff;}
.jb9f9a_c6ce{
  flex: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.bb0d1ff9b05{
  flex: 1;
  font-size: 14px;
  color: var(--text-muted, #6b554d);
  text-align: left;
  line-height: 1.5;
}
.d585__e6c1{
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: flex-end;
  align-items: center;
}
.g05d__dbdd{
  flex: none;
  font-size: 14px;
  color: var(--text-color, #2b1c18);
  text-decoration-line: none;
  transition: var(--transition, all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1));
  font-weight: 500;
}
.g05d__dbdd:hover{
  color: var(--primary-color, #b33916);
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
@media (max-width: 768px){.jb9f9a_c6ce{
    flex-direction: column;
    gap: 24px;
  }
.bb0d1ff9b05{
    text-align: center;
    flex: none;
    width: 100%;
    order: 2;
  }
.d585__e6c1{
    justify-content: center;
    flex: none;
    width: 100%;
    order: 1;
  }}
.ec214b_fa1d{box-sizing:border-box;}
.y5c6e5_37d1{box-sizing:border-box;}
.ga5dd7e253e{box-sizing:border-box;}
.c8df744d5{box-sizing:border-box;}
@media (max-width: 768px) {.bdc18_4b { 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; }}