:root {

  --primary-color: #c2410c;
  --secondary-color: #9a3412;
  --text-color: #2c1a14;
  --bg-color: #fffbf7;
  --max-width: min(1200px, 92vw);
  --content-width: 680px;
  --border-radius: var(--nav-radius, 12px);
  --transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  --text-muted: #5f473e;
  --border-color: rgba(44, 26, 20, 0.1);
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 3px rgba(44, 26, 20, 0.08);
  --shadow-md: 0 4px 12px rgba(44, 26, 20, 0.12);
  --shadow-lg: 0 12px 32px rgba(44, 26, 20, 0.15);
  --nav-height: 80px;
  --nav-bg: rgba(255, 251, 247, 0.98);
  --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.ufdb387dcb1.u438a10_ca02 *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
div.ufdb387dcb1.u438a10_ca02{
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.8;
    overflow-x: hidden;
    }
div.ufdb387dcb1.u438a10_ca02 .p9a8967_b0z9{
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 5%;
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("../img/how-to-security-assurance-1.jpg");
    background-size: cover;
    background-position: center;
    color: #ffffff;
    }
div.ufdb387dcb1.u438a10_ca02 .h9670_e4a8{
    max-width: var(--content-width);
    z-index: 2;
    text-align: left; 
    }
div.ufdb387dcb1.u438a10_ca02 .h9670_e4a8 h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-align: left; 
    }
div.ufdb387dcb1.u438a10_ca02 .tr3vrpw2{
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    border-left: 4px solid var(--primary-color);
    padding-left: 1.5rem;
    }
div.ufdb387dcb1.u438a10_ca02 .z332d_fdba{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    background: var(--primary-color);
    color: var(--text-color);
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 10px;
    }
div.ufdb387dcb1.u438a10_ca02 .z332d_fdba:hover{
    transform: translateY(-5px) scale(1.05);
    background: var(--secondary-color);
    color: #fff;
    }
div.ufdb387dcb1.u438a10_ca02 .ryhqo42jtuf{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 80px 20px;
    }
div.ufdb387dcb1.u438a10_ca02 .bb0dcc0d_460{
    text-align: left; 
    margin-bottom: 60px;
    }
div.ufdb387dcb1.u438a10_ca02 .bb0dcc0d_460 h2{
    font-size: 2.5rem;
    color: var(--text-color);
    position: relative;
    display: inline-block;
    }
div.ufdb387dcb1.u438a10_ca02 .bb0dcc0d_460 h2::after{
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 60px;
    height: 4px;
    background: var(--secondary-color); color: #ffffff;}
div.ufdb387dcb1.u438a10_ca02 .rvkisfot684{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 40px;
    margin-bottom: 60px;
    }
div.ufdb387dcb1.u438a10_ca02 .uda19__57a6{
    background: #ffffff;
    padding: 40px;
    border-radius: var(--border-radius);
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.05); color: #1a1a2e;}
div.ufdb387dcb1.u438a10_ca02 .uda19__57a6:hover{
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    }
div.ufdb387dcb1.u438a10_ca02 .uda19__57a6 h3{
    margin-bottom: 1.5rem;
    color: var(--secondary-color);
    font-size: 1.5rem;
    }
div.ufdb387dcb1.u438a10_ca02 .uda19__57a6 ul{
    list-style: none;
    }
div.ufdb387dcb1.u438a10_ca02 .uda19__57a6 ul li{
    margin-bottom: 1rem;
    position: relative;
    padding-left: 25px;
    }
div.ufdb387dcb1.u438a10_ca02 .uda19__57a6 ul li::before{
    content: "→";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    }
div.ufdb387dcb1.u438a10_ca02 .k0e9ce5{
    background: #fff;
    padding: 80px 0; color: #1a1a2e;}
div.ufdb387dcb1.u438a10_ca02 .ea7e6b_p4d{
    max-width: var(--content-width);
    margin: 0 auto 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    }
div.ufdb387dcb1.u438a10_ca02 .m2280d76_5yv{
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--text-color);
    display: block;
    }
div.ufdb387dcb1.u438a10_ca02 .ra314da_5f4{
    color: #555;
    }
div.ufdb387dcb1.u438a10_ca02 .i3ad__f30f{
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    }
div.ufdb387dcb1.u438a10_ca02 .xaffe8e_970 h4{
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    }
div.ufdb387dcb1.u438a10_ca02 .rfe319558 a{
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    transition: var(--transition);
    }
div.ufdb387dcb1.u438a10_ca02 .rfe319558 a:hover{
    color: var(--primary-color);
    }
div.ufdb387dcb1.u438a10_ca02 .copyright{
    text-align: center;
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.9rem;
    }
div.ufdb387dcb1.u438a10_ca02 .k499ea_cd{
    color: var(--secondary-color);
    text-decoration: underline;
    font-weight: 600;
    }
@media (max-width: 768px) {div.ufdb387dcb1.u438a10_ca02 .rvkisfot684{
    grid-template-columns: 1fr;
    }
div.ufdb387dcb1.u438a10_ca02 .h9670_e4a8 h1{
    text-align: left;
    }
div.ufdb387dcb1.u438a10_ca02 .bb0dcc0d_460{
    text-align: left;
    }
div.ufdb387dcb1.u438a10_ca02 .bb0dcc0d_460 h2::after{
    right: auto;
    left: 0;
    }}
.iccc18_14{
    background: var(--bg-color, #fffbf7);
    padding: 120px 0 60px;
    font-family: "Georgia", "Times New Roman", serif;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid var(--border-color, rgba(44, 26, 20, 0.1)); color: #1a1a2e;}
.g259ebc_op{
    width: var(--max-width, min(1200px, 92vw));
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    box-sizing: border-box;
    }
.xaffe8e_970{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    max-width: 680px;
    box-sizing: border-box;
    }
.sysl6o857ewy{
    width: 100%;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--primary-color, #c2410c);
    margin: 0;
    letter-spacing: 1px;
    }
.de5451a{
    width: 100%;
    font-size: 20px;
    line-height: 1.6;
    color: var(--text-color, #2c1a14);
    margin: 0;
    }
.u6ae11_ccao{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    border-top: 1px solid var(--border-color, rgba(44, 26, 20, 0.1));
    box-sizing: border-box;
    }
.ib6783a{
    flex: 1;
    font-size: 14px;
    color: var(--text-muted, #5f473e);
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.5;
    }
@media (max-width: 768px){.iccc18_14{
    padding: 80px 0 40px;
    }
.g259ebc_op{
    gap: 40px;
    }
.xaffe8e_970{
    gap: 16px;
    }
.sysl6o857ewy{
    font-size: 36px;
    }
.de5451a{
    font-size: 18px;
    }
.u6ae11_ccao{
    padding-top: 32px;
    }}
.b19865c_6400{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 1000;
    display: flex;
    align-items: center;
    font-family: "Playfair Display", "Georgia", "Times New Roman", "Noto Serif SC", serif; color: #1a1a2e;}
.i4bbb1_9b2d{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    }
.ec0de6__f37e{
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.5px;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    transition: var(--transition);
    }
.ec0de6__f37e:hover{
    color: var(--primary-color);
    }
.y0d9mpyqkc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-left: 60px;
    }
.jbxtqyqo0{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 28px;
    }
.w632b76_rhk{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    }
.w632b76_rhk:hover{
    color: var(--text-color);
    }
.w632b76_rhk::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.w632b76_rhk:hover::after{
    width: 100%;
    }
.y881544_53{
    display: flex;
    align-items: center;
    }
.r70bd284f{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    height: 46px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    font-family: system-ui, -apple-system, sans-serif; 
    letter-spacing: 0.5px;
    }
.r70bd284f:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px); color: #ffffff;}
.g5487469024{
    display: none;
    }
.cb8wsyf8bkys{
    display: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    }
.h7d9ee__512d4, .h7d9ee__512d4::before, .h7d9ee__512d4::after{
    display: block;
    width: 26px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    position: relative; color: #ffffff;}
.h7d9ee__512d4::before{
    content: "";
    position: absolute;
    top: -8px;
    }
.h7d9ee__512d4::after{
    content: "";
    position: absolute;
    bottom: -8px;
    }
@media (max-width: 1100px){.y0d9mpyqkc {
    margin-left: 32px;
    }
.jbxtqyqo0 {
    gap: 16px;
    }}
@media (max-width: 900px){.cb8wsyf8bkys{
    display: block;
    }
.y0d9mpyqkc{
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--nav-height));
    background-color: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 32px 4vw;
    box-sizing: border-box;
    margin: 0;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    pointer-events: none; color: #1a1a2e;}
.g5487469024:checked ~ .y0d9mpyqkc{
    clip-path: inset(0 0 0 0);
    opacity: 1;
    pointer-events: auto;
    }
.g5487469024:checked ~ .cb8wsyf8bkys .h7d9ee__512d4{
    background-color: transparent;
    }
.g5487469024:checked ~ .cb8wsyf8bkys .h7d9ee__512d4::before{
    transform: rotate(45deg);
    top: 0;
    }
.g5487469024:checked ~ .cb8wsyf8bkys .h7d9ee__512d4::after{
    transform: rotate(-45deg);
    bottom: 0;
    }
.jbxtqyqo0{
    flex-direction: column;
    width: 100%;
    gap: 0;
    }
.jbxtqyqo0 li{
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    }
.w632b76_rhk{
    display: block;
    padding: 20px 0;
    font-size: 18px;
    color: var(--text-color);
    }
.w632b76_rhk::after{
    display: none;
    }
.y881544_53{
    width: 100%;
    margin-top: 40px;
    }
.r70bd284f{
    width: 100%;
    height: 56px;
    font-size: 16px;
    }}
.w632b76_rhk.active{color: var(--text-color);}
@media (min-width: 1101px){.b19865c_6400 #ntd3afba7b85, .b19865c_6400 label[for="ntd3afba7b85"]{ display: none !important; }}
@media (min-width: 1101px){.b19865c_6400 .y0d9mpyqkc{ 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){.b19865c_6400 .y0d9mpyqkc{ 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){.b19865c_6400 .y0d9mpyqkc a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.w632b76_rhk.active {color: var(--text-color);}
#ntd3afba7b85:checked ~ .y0d9mpyqkc { right: 0 !important; left: auto !important; }
@media (max-width: 1100px) {.b19865c_6400.o5926104430 .y0d9mpyqkc { 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) {#ntd3afba7b85:checked ~ .y0d9mpyqkc { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1101px) {.b19865c_6400.o5926104430 #ntd3afba7b85, .b19865c_6400.o5926104430 label[for="ntd3afba7b85"] { display: none !important; }}
@media (min-width: 1101px) {.b19865c_6400.o5926104430 .y0d9mpyqkc { 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) {.b19865c_6400.o5926104430 .y0d9mpyqkc { 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) {.b19865c_6400.o5926104430 .y0d9mpyqkc 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.ufdb387dcb1 img.r9e2ae20730 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.ufdb387dcb1 img.r9e2ae20730.k4f3c6b3b { aspect-ratio: 16 / 9; }
div.ufdb387dcb1 img.r9e2ae20730.n6dc26f1f { aspect-ratio: 16 / 10; }
div.ufdb387dcb1 img.r9e2ae20730.g40085_91b2 { aspect-ratio: 4 / 3; }
div.ufdb387dcb1 img.r9e2ae20730.f83b8a3f6 { aspect-ratio: 1 / 1; }
div.ufdb387dcb1 :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.ufdb387dcb1 .ua4b00f1e46 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.ufdb387dcb1 .ua4b00f1e46.k4f3c6b3b { aspect-ratio: 16 / 9; }
div.ufdb387dcb1 .ua4b00f1e46.n6dc26f1f { aspect-ratio: 16 / 10; }
div.ufdb387dcb1 .ua4b00f1e46.g40085_91b2 { aspect-ratio: 4 / 3; }
div.ufdb387dcb1 .ua4b00f1e46.f83b8a3f6 { aspect-ratio: 1 / 1; }
div.ufdb387dcb1 .ua4b00f1e46 > img.r9e2ae20730,
    div.ufdb387dcb1 .ua4b00f1e46 > picture > img.r9e2ae20730 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.b19865c_6400{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 1000;
    display: flex;
    align-items: center;
    font-family: "Playfair Display", "Georgia", "Times New Roman", "Noto Serif SC", serif; color: #1a1a2e;}
.i4bbb1_9b2d{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    }
.ec0de6__f37e{
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.5px;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    transition: var(--transition);
    }
.ec0de6__f37e:hover{
    color: var(--primary-color);
    }
.y0d9mpyqkc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-left: 60px;
    }
.jbxtqyqo0{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 28px;
    }
.w632b76_rhk{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    }
.w632b76_rhk:hover{
    color: var(--text-color);
    }
.w632b76_rhk::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.w632b76_rhk:hover::after{
    width: 100%;
    }
.y881544_53{
    display: flex;
    align-items: center;
    }
.r70bd284f{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    height: 46px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    font-family: system-ui, -apple-system, sans-serif; 
    letter-spacing: 0.5px;
    }
.r70bd284f:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px); color: #ffffff;}
.g5487469024{
    display: none;
    }
.cb8wsyf8bkys{
    display: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    }
.h7d9ee__512d4, .h7d9ee__512d4::before, .h7d9ee__512d4::after{
    display: block;
    width: 26px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    position: relative; color: #ffffff;}
.h7d9ee__512d4::before{
    content: "";
    position: absolute;
    top: -8px;
    }
.h7d9ee__512d4::after{
    content: "";
    position: absolute;
    bottom: -8px;
    }
@media (max-width: 1100px){.y0d9mpyqkc {
    margin-left: 32px;
    }
.jbxtqyqo0 {
    gap: 16px;
    }}
@media (max-width: 900px){.cb8wsyf8bkys{
    display: block;
    }
.y0d9mpyqkc{
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--nav-height));
    background-color: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 32px 4vw;
    box-sizing: border-box;
    margin: 0;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    pointer-events: none; color: #1a1a2e;}
.g5487469024:checked ~ .y0d9mpyqkc{
    clip-path: inset(0 0 0 0);
    opacity: 1;
    pointer-events: auto;
    }
.g5487469024:checked ~ .cb8wsyf8bkys .h7d9ee__512d4{
    background-color: transparent;
    }
.g5487469024:checked ~ .cb8wsyf8bkys .h7d9ee__512d4::before{
    transform: rotate(45deg);
    top: 0;
    }
.g5487469024:checked ~ .cb8wsyf8bkys .h7d9ee__512d4::after{
    transform: rotate(-45deg);
    bottom: 0;
    }
.jbxtqyqo0{
    flex-direction: column;
    width: 100%;
    gap: 0;
    }
.jbxtqyqo0 li{
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    }
.w632b76_rhk{
    display: block;
    padding: 20px 0;
    font-size: 18px;
    color: var(--text-color);
    }
.w632b76_rhk::after{
    display: none;
    }
.y881544_53{
    width: 100%;
    margin-top: 40px;
    }
.r70bd284f{
    width: 100%;
    height: 56px;
    font-size: 16px;
    }}
.w632b76_rhk.active{color: var(--text-color);}
@media (min-width: 1101px){.b19865c_6400 #ntd3afba7b85, .b19865c_6400 label[for="ntd3afba7b85"]{ display: none !important; }}
@media (min-width: 1101px){.b19865c_6400 .y0d9mpyqkc{ 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){.b19865c_6400 .y0d9mpyqkc{ 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){.b19865c_6400 .y0d9mpyqkc a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.w632b76_rhk.active{color: var(--text-color);}
#ntd3afba7b85:checked ~ .y0d9mpyqkc{ right: 0 !important; left: auto !important; }
@media (max-width: 1100px){.b19865c_6400.o5926104430 .y0d9mpyqkc{ 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){#ntd3afba7b85:checked ~ .y0d9mpyqkc{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1101px){.b19865c_6400.o5926104430 #ntd3afba7b85, .b19865c_6400.o5926104430 label[for="ntd3afba7b85"]{ display: none !important; }}
@media (min-width: 1101px){.b19865c_6400.o5926104430 .y0d9mpyqkc{ 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){.b19865c_6400.o5926104430 .y0d9mpyqkc{ 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){.b19865c_6400.o5926104430 .y0d9mpyqkc a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.iccc18_14{
    background: var(--bg-color, #fffbf7);
    padding: 120px 0 60px;
    font-family: "Georgia", "Times New Roman", serif;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid var(--border-color, rgba(44, 26, 20, 0.1)); color: #1a1a2e;}
.g259ebc_op{
    width: var(--max-width, min(1200px, 92vw));
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    box-sizing: border-box;
    }
.xaffe8e_970{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    max-width: 680px;
    box-sizing: border-box;
    }
.sysl6o857ewy{
    width: 100%;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--primary-color, #c2410c);
    margin: 0;
    letter-spacing: 1px;
    }
.de5451a{
    width: 100%;
    font-size: 20px;
    line-height: 1.6;
    color: var(--text-color, #2c1a14);
    margin: 0;
    }
.u6ae11_ccao{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    border-top: 1px solid var(--border-color, rgba(44, 26, 20, 0.1));
    box-sizing: border-box;
    }
.ib6783a{
    flex: 1;
    font-size: 14px;
    color: var(--text-muted, #5f473e);
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.5;
    }
@media (max-width: 768px){.iccc18_14{
    padding: 80px 0 40px;
    }
.g259ebc_op{
    gap: 40px;
    }
.xaffe8e_970{
    gap: 16px;
    }
.sysl6o857ewy{
    font-size: 36px;
    }
.de5451a{
    font-size: 18px;
    }
.u6ae11_ccao{
    padding-top: 32px;
    }}
.b19865c_6400{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 1000;
  display: flex;
  align-items: center;
  font-family: "Playfair Display", "Georgia", "Times New Roman", "Noto Serif SC", serif; color: #1a1a2e;}
.i4bbb1_9b2d{
  width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.ec0de6__f37e{
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  transition: var(--transition);
}
.ec0de6__f37e:hover{
  color: var(--primary-color);
}
.y0d9mpyqkc{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin-left: 60px;
}
.jbxtqyqo0{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 28px;
}
.w632b76_rhk{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
  padding: 8px 0;
}
.w632b76_rhk:hover{
  color: var(--text-color);
}
.w632b76_rhk::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: var(--transition); color: #1a1a2e;}
.w632b76_rhk:hover::after{
  width: 100%;
}
.y881544_53{
  display: flex;
  align-items: center;
}
.r70bd284f{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  height: 46px;
  background-color: var(--primary-color);
  color: #1a1a2e;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  font-family: system-ui, -apple-system, sans-serif; 
  letter-spacing: 0.5px;
}
.r70bd284f:hover{
  background-color: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px); color: #ffffff;}
.g5487469024{
  display: none;
}
.cb8wsyf8bkys{
  display: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}
.h7d9ee__512d4, .h7d9ee__512d4::before, .h7d9ee__512d4::after{
  display: block;
  width: 26px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition);
  position: relative; color: #ffffff;}
.h7d9ee__512d4::before{
  content: "";
  position: absolute;
  top: -8px;
}
.h7d9ee__512d4::after{
  content: "";
  position: absolute;
  bottom: -8px;
}
@media (max-width: 1100px){.y0d9mpyqkc {
    margin-left: 32px;
  }
.jbxtqyqo0 {
    gap: 16px;
  }}
@media (max-width: 900px){.cb8wsyf8bkys{
    display: block;
  }
.y0d9mpyqkc{
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--nav-height));
    background-color: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 32px 4vw;
    box-sizing: border-box;
    margin: 0;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    pointer-events: none; color: #1a1a2e;}
.g5487469024:checked ~ .y0d9mpyqkc{
    clip-path: inset(0 0 0 0);
    opacity: 1;
    pointer-events: auto;
  }
.g5487469024:checked ~ .cb8wsyf8bkys .h7d9ee__512d4{
    background-color: transparent;
  }
.g5487469024:checked ~ .cb8wsyf8bkys .h7d9ee__512d4::before{
    transform: rotate(45deg);
    top: 0;
  }
.g5487469024:checked ~ .cb8wsyf8bkys .h7d9ee__512d4::after{
    transform: rotate(-45deg);
    bottom: 0;
  }
.jbxtqyqo0{
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
.jbxtqyqo0 li{
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }
.w632b76_rhk{
    display: block;
    padding: 20px 0;
    font-size: 18px;
    color: var(--text-color);
  }
.w632b76_rhk::after{
    display: none;
  }
.y881544_53{
    width: 100%;
    margin-top: 40px;
  }
.r70bd284f{
    width: 100%;
    height: 56px;
    font-size: 16px;
  }}
.w632b76_rhk.active{color: var(--text-color);}
@media (min-width: 1101px){.b19865c_6400 #ntd3afba7b85, .b19865c_6400 label[for="ntd3afba7b85"]{ display: none !important; }}
@media (min-width: 1101px){.b19865c_6400 .y0d9mpyqkc{ 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){.b19865c_6400 .y0d9mpyqkc{ 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){.b19865c_6400 .y0d9mpyqkc a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.w632b76_rhk.active{color: var(--text-color);}
#ntd3afba7b85:checked ~ .y0d9mpyqkc{ right: 0 !important; left: auto !important; }
@media (max-width: 1100px){.b19865c_6400.o5926104430 .y0d9mpyqkc{ 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){#ntd3afba7b85:checked ~ .y0d9mpyqkc{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1101px){.b19865c_6400.o5926104430 #ntd3afba7b85, .b19865c_6400.o5926104430 label[for="ntd3afba7b85"]{ display: none !important; }}
@media (min-width: 1101px){.b19865c_6400.o5926104430 .y0d9mpyqkc{ 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){.b19865c_6400.o5926104430 .y0d9mpyqkc{ 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){.b19865c_6400.o5926104430 .y0d9mpyqkc a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ec25__5107{
    background: var(--bg-color, #fffbf7);
    padding: 120px 0 60px;
    font-family: "Georgia", "Times New Roman", serif;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid var(--border-color, rgba(44, 26, 20, 0.1)); color: #1a1a2e;}
.re66b1b2d86{
    width: var(--max-width, min(1200px, 92vw));
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    box-sizing: border-box;
}
.m74f544fb{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    max-width: 680px;
    box-sizing: border-box;
}
.o0292678838{
    width: 100%;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--primary-color, #c2410c);
    margin: 0;
    letter-spacing: 1px;
}
.m67612_8124{
    width: 100%;
    font-size: 20px;
    line-height: 1.6;
    color: var(--text-color, #2c1a14);
    margin: 0;
}
.h1e74e7b09e{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    border-top: 1px solid var(--border-color, rgba(44, 26, 20, 0.1));
    box-sizing: border-box;
}
.m683__50bd{
    flex: 1;
    font-size: 14px;
    color: var(--text-muted, #5f473e);
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.5;
}
@media (max-width: 768px){.ec25__5107{
        padding: 80px 0 40px;
    }
.re66b1b2d86{
        gap: 40px;
    }
.m74f544fb{
        gap: 16px;
    }
.o0292678838{
        font-size: 36px;
    }
.m67612_8124{
        font-size: 18px;
    }
.h1e74e7b09e{
        padding-top: 32px;
    }}
.hb9710_0fd6{box-sizing:border-box;}
.hc7e0af3b{box-sizing:border-box;}
.g966ea737{box-sizing:border-box;}
@media (max-width: 768px) {div.ufdb387dcb1.u438a10_ca02 .z332d_fdba { right: 16px !important; left: auto !important; bottom: 16px !important; max-width: calc(100vw - 32px) !important; width: auto !important; padding: 12px 18px !important; font-size: 0.95rem !important; border-radius: 18px !important; }}