:root {

  --sogou-bg: var(--content-page-bg, hsl(220, 7%, 96%));
  --sogou-surface: hsl(133, 10%, 14%);
  --sogou-surface-alt: hsl(133, 8%, 20%);
  --sogou-text: var(--content-text, hsl(220, 10%, 11%));
  --sogou-text-muted: var(--content-text-muted, rgba(31, 35, 40, 0.72));
  --sogou-primary: hsl(133, 76%, 60%);
  --sogou-secondary: hsl(218, 61%, 60%);
  --sogou-accent: hsl(28, 80%, 60%);
  --sogou-font-serif: "Playfair Display", "Noto Serif SC", STZhongsong, serif;
  --sogou-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --sogou-spacing: 2rem;
  --sogou-radius: 16px;
  --primary-color: #b84d22;
  --secondary-color: #8c3816;
  --bg-color: #1c1816;
  --text-color: #e8e3df;
  --text-muted: #968c86;
  --border-color: rgba(255, 255, 255, 0.08);
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 8px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.5);
  --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.6);
  --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.8);
  --nav-height: 64px;
  --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;
  --content-page-bg: hsl(220, 7%, 96%);
  --content-surface-bg: #ffffff;
  --content-text: hsl(220, 10%, 11%);
  --content-text-muted: rgba(31, 35, 40, 0.72);
  --content-border: rgba(0, 0, 0, 0.08);
  --content-accent-text: hsl(22, 78%, 38%);
}
div.a4037fd44.kn0k2s4zvf.h97m2mcr9wa{
    background-color: var(--sogou-bg);
    color: var(--sogou-text);
    font-family: var(--sogou-font-sans);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.a4037fd44.kn0k2s4zvf.h97m2mcr9wa h1, div.a4037fd44.kn0k2s4zvf.h97m2mcr9wa h2, div.a4037fd44.kn0k2s4zvf.h97m2mcr9wa h3{
    font-family: var(--sogou-font-serif);
    margin-bottom: 1rem;
    font-weight: 700;
    }
div.a4037fd44.kn0k2s4zvf.h97m2mcr9wa p{
    margin-bottom: 1.5rem;
    color: var(--sogou-text-muted);
    }
div.a4037fd44.kn0k2s4zvf.h97m2mcr9wa a{
    color: var(--sogou-primary);
    text-decoration: none;
    transition: color 0.3s ease;
    }
div.a4037fd44.kn0k2s4zvf.h97m2mcr9wa a:hover{
    color: var(--sogou-text);
    }
div.a4037fd44.kn0k2s4zvf .c1d439d_8252{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 5%;
    }
div.a4037fd44.kn0k2s4zvf .q3fdbf8_ce{
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 80px; 
    position: relative;
    border-bottom: 1px solid var(--sogou-surface-alt);
    }
div.a4037fd44.kn0k2s4zvf .p1e273__838a{
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    align-items: center;
    width: 100%;
    }
div.a4037fd44.kn0k2s4zvf .ye360de487{position: relative;
    border-radius: var(--sogou-radius);
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.6); isolation: isolate;}
div.a4037fd44.kn0k2s4zvf .ye360de487 img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 4/3;
    transform: scale(1.02);
    transition: transform 0.5s ease;
    }
div.a4037fd44.kn0k2s4zvf .ye360de487:hover img{
    transform: scale(1);
    }
div.a4037fd44.kn0k2s4zvf .cb123a78_0jo{
    text-align: left; 
    }
div.a4037fd44.kn0k2s4zvf .cb123a78_0jo h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    color: var(--sogou-text);
    margin-bottom: 1.5rem;
    }
div.a4037fd44.kn0k2s4zvf .cb123a78_0jo .q97ab0e6_u8ni{
    font-size: 1.125rem;
    max-width: 600px;
    margin-left: 0;
    }
div.a4037fd44.kn0k2s4zvf .a69c__d50{
    display: flex;
    gap: 1.5rem;
    justify-content: flex-start;
    margin-top: 2.5rem;
    flex-wrap: wrap;
    }
div.a4037fd44.kn0k2s4zvf .xf6dc_42f8{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    border: none;
    }
div.a4037fd44.kn0k2s4zvf .cdd8ef42d9{
    background: linear-gradient(135deg, var(--sogou-primary), hsl(133, 76%, 50%));
    color: #1a1a2e;
    box-shadow: 0 8px 24px rgba(86, 227, 109, 0.25);
    }
div.a4037fd44.kn0k2s4zvf .cdd8ef42d9:hover{
    box-shadow: 0 12px 32px rgba(86, 227, 109, 0.4);
    transform: translateY(-2px);
    color: var(--sogou-bg);
    }
div.a4037fd44.kn0k2s4zvf .f7d9bc_r9{
    background: var(--sogou-surface-alt);
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    }
div.a4037fd44.kn0k2s4zvf .f7d9bc_r9:hover{
    background: var(--sogou-secondary);
    color: #1a1a2e;
    transform: translateY(-2px);
    }
div.a4037fd44.kn0k2s4zvf .vbgvkrpb1r{
    padding: 8rem 0;
    background: linear-gradient(to bottom, var(--sogou-bg), var(--sogou-surface)); color: #1a1a2e;}
div.a4037fd44.kn0k2s4zvf .s55a9969f{
    text-align: left;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: 0;
    }
div.a4037fd44.kn0k2s4zvf .s55a9969f h2{
    font-size: 2.5rem;
    color: var(--sogou-text);
    }
div.a4037fd44.kn0k2s4zvf .s6a508__133b{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    }
div.a4037fd44.kn0k2s4zvf .ad455_79{
    background: var(--sogou-surface-alt);
    border-radius: var(--sogou-radius);
    padding: 2.5rem;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease; color: #ffffff;}
div.a4037fd44.kn0k2s4zvf .ad455_79:hover{
    transform: translateY(-8px);
    border-color: var(--sogou-primary);
    }
div.a4037fd44.kn0k2s4zvf .n3cf811e633{
    width: 64px;
    height: 64px;
    background: var(--sogou-surface);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem; color: #ffffff;}
div.a4037fd44.kn0k2s4zvf .n3cf811e633 svg{
    width: 32px;
    height: 32px;
    fill: var(--sogou-primary);
    }
div.a4037fd44.kn0k2s4zvf .ad455_79 h3{
    font-size: 1.5rem;
    font-family: var(--sogou-font-sans);
    }
div.a4037fd44.kn0k2s4zvf .m05bad_9ab9{
    font-size: 0.875rem;
    color: var(--sogou-primary);
    margin-top: 1.5rem;
    display: block;
    font-weight: 600;
    }
div.a4037fd44.kn0k2s4zvf .kzc3qttm{
    padding: 8rem 0;
    background-color: var(--sogou-bg); color: #1a1a2e;}
div.a4037fd44.kn0k2s4zvf .qbcf1c_dd6y{
    display: flex;
    align-items: center;
    gap: 5rem;
    margin-bottom: 8rem;
    }
div.a4037fd44.kn0k2s4zvf .qbcf1c_dd6y.szvm6q6vmaa{
    flex-direction: row-reverse;
    }
div.a4037fd44.kn0k2s4zvf .f2z75hda{
    flex: 1;
    border-radius: var(--sogou-radius);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    }
div.a4037fd44.kn0k2s4zvf .f2z75hda img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    }
div.a4037fd44.kn0k2s4zvf .drzh53vd{
    flex: 1;
    text-align: left;
    }
div.a4037fd44.kn0k2s4zvf .qbcf1c_dd6y.szvm6q6vmaa .drzh53vd{
    text-align: left;
    }
div.a4037fd44.kn0k2s4zvf .drzh53vd h2{
    font-size: 2.5rem;
    }
div.a4037fd44.kn0k2s4zvf .k4e425b_5af{
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    }
div.a4037fd44.kn0k2s4zvf .k4e425b_5af li{
    position: relative;
    padding-right: 2rem;
    margin-bottom: 1rem;
    color: var(--sogou-text-muted);
    }
div.a4037fd44.kn0k2s4zvf .qbcf1c_dd6y.szvm6q6vmaa .k4e425b_5af li{
    padding-right: 0;
    padding-left: 2rem;
    }
div.a4037fd44.kn0k2s4zvf .k4e425b_5af li::before{
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--sogou-primary); color: #1a1a2e;}
div.a4037fd44.kn0k2s4zvf .qbcf1c_dd6y.szvm6q6vmaa .k4e425b_5af li::before{
    right: auto;
    left: 0;
    }
div.a4037fd44.kn0k2s4zvf .ph3d7ue3ttr{
    padding: 8rem 0;
    background: url("../img/skins-ime-brand-visual-3.jpg") center/cover no-spacing;
    position: relative;
    text-align: center;
    }
div.a4037fd44.kn0k2s4zvf .ph3d7ue3ttr::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, var(--sogou-bg) 0%, rgba(17,17,17,0.8) 100%); color: #1a1a2e;}
div.a4037fd44.kn0k2s4zvf .g5cbd23a46{
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    }
div.a4037fd44.kn0k2s4zvf .g5cbd23a46 h2{
    font-size: 3rem;
    }
div.a4037fd44.kn0k2s4zvf .e250__fcbe{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    }
div.a4037fd44.kn0k2s4zvf .e250__fcbe a{
    color: var(--sogou-text-muted);
    font-size: 0.95rem;
    }
div.a4037fd44.kn0k2s4zvf .copyright{
    color: hsl(133, 5%, 40%);
    font-size: 0.875rem;
    }
@media (max-width: 1024px) {div.a4037fd44.kn0k2s4zvf .p1e273__838a{ grid-template-columns: 1fr; gap: 3rem; }
div.a4037fd44.kn0k2s4zvf .ye360de487{ order: 1; }
div.a4037fd44.kn0k2s4zvf .cb123a78_0jo{ order: 2; text-align: left; }
div.a4037fd44.kn0k2s4zvf .a69c__d50{ justify-content: flex-start; }
div.a4037fd44.kn0k2s4zvf .s6a508__133b{ grid-template-columns: repeat(2, 1fr); }
div.a4037fd44.kn0k2s4zvf .qbcf1c_dd6y, div.a4037fd44.kn0k2s4zvf .qbcf1c_dd6y.szvm6q6vmaa{ flex-direction: column; gap: 3rem; }
div.a4037fd44.kn0k2s4zvf .drzh53vd, div.a4037fd44.kn0k2s4zvf .qbcf1c_dd6y.szvm6q6vmaa .drzh53vd{ text-align: left; }
div.a4037fd44.kn0k2s4zvf .k4e425b_5af li, div.a4037fd44.kn0k2s4zvf .qbcf1c_dd6y.szvm6q6vmaa .k4e425b_5af li{ padding-left: 2rem; padding-right: 0; }
div.a4037fd44.kn0k2s4zvf .k4e425b_5af li::before, div.a4037fd44.kn0k2s4zvf .qbcf1c_dd6y.szvm6q6vmaa .k4e425b_5af li::before{ left: 0; right: auto; }}
@media (max-width: 768px) {div.a4037fd44.kn0k2s4zvf .s6a508__133b{ grid-template-columns: 1fr; }
div.a4037fd44.kn0k2s4zvf .cb123a78_0jo h1{ font-size: 2.25rem; }}
.s6e040_rb8{
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm), 0 4px 12px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 0;
    z-index: 1000;
    font-family: "Playfair Display", "Georgia", "Noto Serif SC", "Songti SC", serif;
    color: var(--text-color);
    }
.n1dfbf79_ybi1{
    display: flex;
    align-items: center;
    height: var(--nav-height);
    width: var(--max-width);
    margin: 0 auto;
    }
.gpyndazg6z7{
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 200px;
    }
.neb2397{
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: 1px;
    border-left: 3px solid var(--primary-color);
    padding-left: 12px;
    line-height: 1.1;
    }
.baa958_2nv{
    display: none;
    }
.n9006a2{
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    padding: 4px;
    margin-left: auto;
    }
.uc3376a_a244{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    border-radius: var(--radius-sm); color: #1a1a2e;}
.w339dbc_raw3{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.ptujbmly{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    gap: 28px;
    }
.g564960b{
    position: relative;
    display: flex;
    align-items: center;
    }
.go5s8se5rdoz{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: var(--transition);
    padding: 6px 0;
    display: block;
    }
.go5s8se5rdoz:hover{
    color: var(--text-color);
    }
.go5s8se5rdoz::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease; color: #1a1a2e;}
.go5s8se5rdoz:hover::after{
    transform: scaleX(1);
    transform-origin: left;
    }
.xedfbd40fef{
    width: 200px;
    display: flex;
    justify-content: flex-end;
    }
.kj0hs6sgt7wn{
    text-decoration: none;
    background: linear-gradient(180deg, #cf5a2a 0%, var(--primary-color) 100%);
    color: #1a1a2e;
    padding: 8px 22px;
    border-radius: var(--radius-sm);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    transition: var(--transition);
    box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 1px solid var(--secondary-color);
    }
.kj0hs6sgt7wn:hover{
    background: linear-gradient(180deg, #df6432 0%, #cf5a2a 100%);
    box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateY(-1px); color: #1a1a2e;}
.kj0hs6sgt7wn:active{
    transform: translateY(1px);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
    }
@media (max-width: 960px){.gpyndazg6z7 {
    width: auto;
    }
.xedfbd40fef {
    width: auto;
    }
.ptujbmly {
    gap: 16px;
    }}
@media (max-width: 768px){.n1dfbf79_ybi1 {
    justify-content: flex-start;
    }
.n9006a2 {
    display: flex;
    }
.w339dbc_raw3 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    flex-direction: column;
    align-items: stretch;
    box-shadow: var(--shadow-lg);
    border-bottom: 1px solid var(--border-color);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1); color: #ffffff;}
.baa958_2nv:checked ~ .w339dbc_raw3 {
    max-height: 500px;
    }
.ptujbmly {
    flex-direction: column;
    margin: 0;
    gap: 0;
    border-top: 1px solid var(--border-color);
    }
.g564960b {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    }
.go5s8se5rdoz {
    padding: 16px 24px;
    font-size: 0.95rem;
    }
.go5s8se5rdoz::after {
    display: none;
    }
.xedfbd40fef {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    justify-content: flex-start;
    }
.kj0hs6sgt7wn {
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 0.9rem;
    }
.baa958_2nv:checked ~ .n9006a2 .uc3376a_a244:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    }
.baa958_2nv:checked ~ .n9006a2 .uc3376a_a244:nth-child(2) {
    opacity: 0;
    }
.baa958_2nv:checked ~ .n9006a2 .uc3376a_a244:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    }}
.go5s8se5rdoz.active{color: var(--text-color);}
@media (min-width: 961px){.s6e040_rb8 #ntc024161740, .s6e040_rb8 label[for="ntc024161740"]{ display: none !important; }}
@media (min-width: 961px){.s6e040_rb8 .w339dbc_raw3{ 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: 961px){.s6e040_rb8 .w339dbc_raw3{ 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: 961px){.s6e040_rb8 .w339dbc_raw3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.go5s8se5rdoz.active {color: var(--text-color);}
#ntc024161740:checked ~ .w339dbc_raw3 { right: 0 !important; left: auto !important; }
@media (max-width: 960px) {.s6e040_rb8.g7266031085 .w339dbc_raw3 { 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: 960px) {#ntc024161740:checked ~ .w339dbc_raw3 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 961px) {.s6e040_rb8.g7266031085 #ntc024161740, .s6e040_rb8.g7266031085 label[for="ntc024161740"] { display: none !important; }}
@media (min-width: 961px) {.s6e040_rb8.g7266031085 .w339dbc_raw3 { 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: 961px) {.s6e040_rb8.g7266031085 .w339dbc_raw3 { 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: 961px) {.s6e040_rb8.g7266031085 .w339dbc_raw3 a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.iyajqu2c72ev{
    background-color: var(--bg-color, #1c1816);
    border-top: 4px solid var(--primary-color, #b84d22);
    padding: 64px 0 32px 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    box-sizing: border-box;
    width: 100%; color: #ffffff;}
.f3b6239_7e{
    max-width: var(--max-width, min(1200px, 92vw));
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    }
.q0983a_cx{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 40px 48px;
    margin: 0 0 64px 0;
    background: linear-gradient(145deg, #2a221f 0%, var(--bg-color, #1c1816) 100%);
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    border-radius: var(--radius-lg, 8px);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05), var(--shadow-md, 0 4px 8px rgba(0, 0, 0, 0.6));
    width: 100%;
    box-sizing: border-box; color: #ffffff;}
.nef4be95_o7{
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 280px;
    }
.fcdcf__817{
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color, #e8e3df);
    margin: 0 0 12px 0;
    width: 100%;
    letter-spacing: 0.5px;
    }
.n5q7tf0auicb{
    font-size: 15px;
    color: var(--text-muted, #968c86);
    margin: 0;
    width: 100%;
    line-height: 1.6;
    }
.k10e53be{
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    }
.gm54lhr86{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 36px;
    background-color: var(--primary-color, #b84d22);
    color: #1a1a2e;
    text-decoration: none;
    font-family: system-ui, -apple-system, sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: var(--radius-md, 4px);
    box-shadow: var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, 0.5));
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    width: fit-content;
    letter-spacing: 1px;
    }
.gm54lhr86:hover{
    background-color: var(--secondary-color, #8c3816);
    box-shadow: var(--shadow-lg, 0 12px 24px rgba(0, 0, 0, 0.8));
    transform: translateY(-2px); color: #ffffff;}
.yd5jwx6ek3aw{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
    margin: 0 0 48px 0;
    width: 100%;
    }
.z36e40d_04e{
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 150px;
    }
.jf5b__2bed{
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color, #e8e3df);
    margin: 0 0 20px 0;
    width: 100%;
    letter-spacing: 0.5px;
    }
.ybe0824d_qxl2{
    text-decoration: none;
    color: var(--text-muted, #968c86);
    font-size: 14px;
    line-height: 2.2;
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    width: fit-content;
    }
.ybe0824d_qxl2:hover{
    color: var(--primary-color, #b84d22);
    }
.b74357193{
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.08));
    margin: 0 0 24px 0;
    width: 100%; color: #1a1a2e;}
.u452a815_ff0{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    }
.y2908e89d67{
    margin: 0;
    font-size: 13px;
    color: var(--text-muted, #968c86);
    flex: 1;
    min-width: 200px;
    }
.y3abafb8_4f8c{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex: 1;
    justify-content: flex-end;
    min-width: 200px;
    }
.k284b3_g8{
    font-size: 13px;
    color: var(--text-muted, #968c86);
    flex: 0 0 auto;
    }
@media (max-width: 768px){.q0983a_cx{
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    margin: 0 0 40px 0;
    }
.nef4be95_o7{
    min-width: 100%;
    flex: 0 0 auto;
    }
.k10e53be{
    width: 100%;
    flex: 0 0 auto;
    margin-top: 8px;
    }
.yd5jwx6ek3aw{
    gap: 32px 16px;
    }
.z36e40d_04e{
    flex: 1 1 40%;
    min-width: 140px;
    }
.u452a815_ff0{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
.y3abafb8_4f8c{
    justify-content: flex-start;
    flex: 0 0 auto;
    width: 100%;
    }
.y2908e89d67{
    flex: 0 0 auto;
    width: 100%;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.a4037fd44 img.f1284a_db24 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.a4037fd44 img.f1284a_db24.cf7d53247 { aspect-ratio: 16 / 9; }
div.a4037fd44 img.f1284a_db24.e8ae__94a6 { aspect-ratio: 16 / 10; }
div.a4037fd44 img.f1284a_db24.z02926ae5ae { aspect-ratio: 4 / 3; }
div.a4037fd44 img.f1284a_db24.l292d6e5bfc { aspect-ratio: 1 / 1; }
div.a4037fd44 :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.a4037fd44 .t8133d6e1c9 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.a4037fd44 .t8133d6e1c9.cf7d53247 { aspect-ratio: 16 / 9; }
div.a4037fd44 .t8133d6e1c9.e8ae__94a6 { aspect-ratio: 16 / 10; }
div.a4037fd44 .t8133d6e1c9.z02926ae5ae { aspect-ratio: 4 / 3; }
div.a4037fd44 .t8133d6e1c9.l292d6e5bfc { aspect-ratio: 1 / 1; }
div.a4037fd44 .t8133d6e1c9 > img.f1284a_db24,
    div.a4037fd44 .t8133d6e1c9 > picture > img.f1284a_db24 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.c269d7e66 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.c269d7e66 > :first-child,
    .c269d7e66 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.s6e040_rb8{
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm), 0 4px 12px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 0;
    z-index: 1000;
    font-family: "Playfair Display", "Georgia", "Noto Serif SC", "Songti SC", serif;
    color: var(--text-color);
    }
.n1dfbf79_ybi1{
    display: flex;
    align-items: center;
    height: var(--nav-height);
    width: var(--max-width);
    margin: 0 auto;
    }
.gpyndazg6z7{
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 200px;
    }
.neb2397{
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: 1px;
    border-left: 3px solid var(--primary-color);
    padding-left: 12px;
    line-height: 1.1;
    }
.baa958_2nv{
    display: none;
    }
.n9006a2{
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    padding: 4px;
    margin-left: auto;
    }
.uc3376a_a244{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    border-radius: var(--radius-sm); color: #1a1a2e;}
.w339dbc_raw3{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.ptujbmly{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    gap: 28px;
    }
.g564960b{
    position: relative;
    display: flex;
    align-items: center;
    }
.go5s8se5rdoz{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: var(--transition);
    padding: 6px 0;
    display: block;
    }
.go5s8se5rdoz:hover{
    color: var(--text-color);
    }
.go5s8se5rdoz::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease; color: #1a1a2e;}
.go5s8se5rdoz:hover::after{
    transform: scaleX(1);
    transform-origin: left;
    }
.xedfbd40fef{
    width: 200px;
    display: flex;
    justify-content: flex-end;
    }
.kj0hs6sgt7wn{
    text-decoration: none;
    background: linear-gradient(180deg, #cf5a2a 0%, var(--primary-color) 100%);
    color: #1a1a2e;
    padding: 8px 22px;
    border-radius: var(--radius-sm);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    transition: var(--transition);
    box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 1px solid var(--secondary-color);
    }
.kj0hs6sgt7wn:hover{
    background: linear-gradient(180deg, #df6432 0%, #cf5a2a 100%);
    box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateY(-1px); color: #1a1a2e;}
.kj0hs6sgt7wn:active{
    transform: translateY(1px);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
    }
@media (max-width: 960px){.gpyndazg6z7 {
    width: auto;
    }
.xedfbd40fef {
    width: auto;
    }
.ptujbmly {
    gap: 16px;
    }}
@media (max-width: 768px){.n1dfbf79_ybi1 {
    justify-content: flex-start;
    }
.n9006a2 {
    display: flex;
    }
.w339dbc_raw3 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    flex-direction: column;
    align-items: stretch;
    box-shadow: var(--shadow-lg);
    border-bottom: 1px solid var(--border-color);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1); color: #ffffff;}
.baa958_2nv:checked ~ .w339dbc_raw3 {
    max-height: 500px;
    }
.ptujbmly {
    flex-direction: column;
    margin: 0;
    gap: 0;
    border-top: 1px solid var(--border-color);
    }
.g564960b {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    }
.go5s8se5rdoz {
    padding: 16px 24px;
    font-size: 0.95rem;
    }
.go5s8se5rdoz::after {
    display: none;
    }
.xedfbd40fef {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    justify-content: flex-start;
    }
.kj0hs6sgt7wn {
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 0.9rem;
    }
.baa958_2nv:checked ~ .n9006a2 .uc3376a_a244:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    }
.baa958_2nv:checked ~ .n9006a2 .uc3376a_a244:nth-child(2) {
    opacity: 0;
    }
.baa958_2nv:checked ~ .n9006a2 .uc3376a_a244:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    }}
.go5s8se5rdoz.active{color: var(--text-color);}
@media (min-width: 961px){.s6e040_rb8 #ntc024161740, .s6e040_rb8 label[for="ntc024161740"]{ display: none !important; }}
@media (min-width: 961px){.s6e040_rb8 .w339dbc_raw3{ 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: 961px){.s6e040_rb8 .w339dbc_raw3{ 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: 961px){.s6e040_rb8 .w339dbc_raw3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.go5s8se5rdoz.active{color: var(--text-color);}
#ntc024161740:checked ~ .w339dbc_raw3{ right: 0 !important; left: auto !important; }
@media (max-width: 960px){.s6e040_rb8.g7266031085 .w339dbc_raw3{ 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: 960px){#ntc024161740:checked ~ .w339dbc_raw3{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 961px){.s6e040_rb8.g7266031085 #ntc024161740, .s6e040_rb8.g7266031085 label[for="ntc024161740"]{ display: none !important; }}
@media (min-width: 961px){.s6e040_rb8.g7266031085 .w339dbc_raw3{ 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: 961px){.s6e040_rb8.g7266031085 .w339dbc_raw3{ 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: 961px){.s6e040_rb8.g7266031085 .w339dbc_raw3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.iyajqu2c72ev{
    background-color: var(--bg-color, #1c1816);
    border-top: 4px solid var(--primary-color, #b84d22);
    padding: 64px 0 32px 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    box-sizing: border-box;
    width: 100%; color: #ffffff;}
.f3b6239_7e{
    max-width: var(--max-width, min(1200px, 92vw));
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    }
.q0983a_cx{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 40px 48px;
    margin: 0 0 64px 0;
    background: linear-gradient(145deg, #2a221f 0%, var(--bg-color, #1c1816) 100%);
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    border-radius: var(--radius-lg, 8px);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05), var(--shadow-md, 0 4px 8px rgba(0, 0, 0, 0.6));
    width: 100%;
    box-sizing: border-box; color: #ffffff;}
.nef4be95_o7{
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 280px;
    }
.fcdcf__817{
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color, #e8e3df);
    margin: 0 0 12px 0;
    width: 100%;
    letter-spacing: 0.5px;
    }
.n5q7tf0auicb{
    font-size: 15px;
    color: var(--text-muted, #968c86);
    margin: 0;
    width: 100%;
    line-height: 1.6;
    }
.k10e53be{
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    }
.gm54lhr86{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 36px;
    background-color: var(--primary-color, #b84d22);
    color: #1a1a2e;
    text-decoration: none;
    font-family: system-ui, -apple-system, sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: var(--radius-md, 4px);
    box-shadow: var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, 0.5));
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    width: fit-content;
    letter-spacing: 1px;
    }
.gm54lhr86:hover{
    background-color: var(--secondary-color, #8c3816);
    box-shadow: var(--shadow-lg, 0 12px 24px rgba(0, 0, 0, 0.8));
    transform: translateY(-2px); color: #ffffff;}
.yd5jwx6ek3aw{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
    margin: 0 0 48px 0;
    width: 100%;
    }
.z36e40d_04e{
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 150px;
    }
.jf5b__2bed{
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color, #e8e3df);
    margin: 0 0 20px 0;
    width: 100%;
    letter-spacing: 0.5px;
    }
.ybe0824d_qxl2{
    text-decoration: none;
    color: var(--text-muted, #968c86);
    font-size: 14px;
    line-height: 2.2;
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    width: fit-content;
    }
.ybe0824d_qxl2:hover{
    color: var(--primary-color, #b84d22);
    }
.b74357193{
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.08));
    margin: 0 0 24px 0;
    width: 100%; color: #1a1a2e;}
.u452a815_ff0{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    }
.y2908e89d67{
    margin: 0;
    font-size: 13px;
    color: var(--text-muted, #968c86);
    flex: 1;
    min-width: 200px;
    }
.y3abafb8_4f8c{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex: 1;
    justify-content: flex-end;
    min-width: 200px;
    }
.k284b3_g8{
    font-size: 13px;
    color: var(--text-muted, #968c86);
    flex: 0 0 auto;
    }
@media (max-width: 768px){.q0983a_cx{
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    margin: 0 0 40px 0;
    }
.nef4be95_o7{
    min-width: 100%;
    flex: 0 0 auto;
    }
.k10e53be{
    width: 100%;
    flex: 0 0 auto;
    margin-top: 8px;
    }
.yd5jwx6ek3aw{
    gap: 32px 16px;
    }
.z36e40d_04e{
    flex: 1 1 40%;
    min-width: 140px;
    }
.u452a815_ff0{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
.y3abafb8_4f8c{
    justify-content: flex-start;
    flex: 0 0 auto;
    width: 100%;
    }
.y2908e89d67{
    flex: 0 0 auto;
    width: 100%;
    }}
.s6e040_rb8{
  background: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm), 0 4px 12px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  z-index: 1000;
  font-family: "Playfair Display", "Georgia", "Noto Serif SC", "Songti SC", serif;
  color: var(--text-color);
}
.n1dfbf79_ybi1{
  display: flex;
  align-items: center;
  height: var(--nav-height);
  width: var(--max-width);
  margin: 0 auto;
}
.gpyndazg6z7{
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 200px;
}
.neb2397{
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: 1px;
  border-left: 3px solid var(--primary-color);
  padding-left: 12px;
  line-height: 1.1;
}
.baa958_2nv{
  display: none;
}
.n9006a2{
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  padding: 4px;
  margin-left: auto;
}
.uc3376a_a244{
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition);
  border-radius: var(--radius-sm); color: #1a1a2e;}
.w339dbc_raw3{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ptujbmly{
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: 28px;
}
.g564960b{
  position: relative;
  display: flex;
  align-items: center;
}
.go5s8se5rdoz{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: var(--transition);
  padding: 6px 0;
  display: block;
}
.go5s8se5rdoz:hover{
  color: var(--text-color);
}
.go5s8se5rdoz::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease; color: #1a1a2e;}
.go5s8se5rdoz:hover::after{
  transform: scaleX(1);
  transform-origin: left;
}
.xedfbd40fef{
  width: 200px;
  display: flex;
  justify-content: flex-end;
}
.kj0hs6sgt7wn{
  text-decoration: none;
  background: linear-gradient(180deg, #cf5a2a 0%, var(--primary-color) 100%);
  color: #1a1a2e;
  padding: 8px 22px;
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  transition: var(--transition);
  box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 1px solid var(--secondary-color);
}
.kj0hs6sgt7wn:hover{
  background: linear-gradient(180deg, #df6432 0%, #cf5a2a 100%);
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: translateY(-1px); color: #1a1a2e;}
.kj0hs6sgt7wn:active{
  transform: translateY(1px);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 960px){.gpyndazg6z7 {
    width: auto;
  }
.xedfbd40fef {
    width: auto;
  }
.ptujbmly {
    gap: 16px;
  }}
@media (max-width: 768px){.n1dfbf79_ybi1 {
    justify-content: flex-start;
  }
.n9006a2 {
    display: flex;
  }
.w339dbc_raw3 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    flex-direction: column;
    align-items: stretch;
    box-shadow: var(--shadow-lg);
    border-bottom: 1px solid var(--border-color);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1); color: #ffffff;}
.baa958_2nv:checked ~ .w339dbc_raw3 {
    max-height: 500px;
  }
.ptujbmly {
    flex-direction: column;
    margin: 0;
    gap: 0;
    border-top: 1px solid var(--border-color);
  }
.g564960b {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }
.go5s8se5rdoz {
    padding: 16px 24px;
    font-size: 0.95rem;
  }
.go5s8se5rdoz::after {
    display: none;
  }
.xedfbd40fef {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    justify-content: flex-start;
  }
.kj0hs6sgt7wn {
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 0.9rem;
  }
.baa958_2nv:checked ~ .n9006a2 .uc3376a_a244:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.baa958_2nv:checked ~ .n9006a2 .uc3376a_a244:nth-child(2) {
    opacity: 0;
  }
.baa958_2nv:checked ~ .n9006a2 .uc3376a_a244:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }}
.go5s8se5rdoz.active{color: var(--text-color);}
@media (min-width: 961px){.s6e040_rb8 #ntc024161740, .s6e040_rb8 label[for="ntc024161740"]{ display: none !important; }}
@media (min-width: 961px){.s6e040_rb8 .w339dbc_raw3{ 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: 961px){.s6e040_rb8 .w339dbc_raw3{ 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: 961px){.s6e040_rb8 .w339dbc_raw3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.go5s8se5rdoz.active{color: var(--text-color);}
#ntc024161740:checked ~ .w339dbc_raw3{ right: 0 !important; left: auto !important; }
@media (max-width: 960px){.s6e040_rb8.g7266031085 .w339dbc_raw3{ 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: 960px){#ntc024161740:checked ~ .w339dbc_raw3{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 961px){.s6e040_rb8.g7266031085 #ntc024161740, .s6e040_rb8.g7266031085 label[for="ntc024161740"]{ display: none !important; }}
@media (min-width: 961px){.s6e040_rb8.g7266031085 .w339dbc_raw3{ 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: 961px){.s6e040_rb8.g7266031085 .w339dbc_raw3{ 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: 961px){.s6e040_rb8.g7266031085 .w339dbc_raw3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ne80__ce87{
  background-color: var(--bg-color, #1c1816);
  border-top: 4px solid var(--primary-color, #b84d22);
  padding: 64px 0 32px 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  box-sizing: border-box;
  width: 100%; color: #ffffff;}
.tb94__7eb3{
  max-width: var(--max-width, min(1200px, 92vw));
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.n0ca__9f4c{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 40px 48px;
  margin: 0 0 64px 0;
  background: linear-gradient(145deg, #2a221f 0%, var(--bg-color, #1c1816) 100%);
  border: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
  border-radius: var(--radius-lg, 8px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05), var(--shadow-md, 0 4px 8px rgba(0, 0, 0, 0.6));
  width: 100%;
  box-sizing: border-box; color: #ffffff;}
.q309cb_2c74{
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 280px;
}
.w95150e21{
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color, #e8e3df);
  margin: 0 0 12px 0;
  width: 100%;
  letter-spacing: 0.5px;
}
.ob9d__b05a{
  font-size: 15px;
  color: var(--text-muted, #968c86);
  margin: 0;
  width: 100%;
  line-height: 1.6;
}
.pf6a__8c2e{
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.daaf__b78d{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  background-color: var(--primary-color, #b84d22);
  color: #1a1a2e;
  text-decoration: none;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 16px;
  border-radius: var(--radius-md, 4px);
  box-shadow: var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, 0.5));
  transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
  width: fit-content;
  letter-spacing: 1px;
}
.daaf__b78d:hover{
  background-color: var(--secondary-color, #8c3816);
  box-shadow: var(--shadow-lg, 0 12px 24px rgba(0, 0, 0, 0.8));
  transform: translateY(-2px); color: #ffffff;}
.l819f03d9c5{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  margin: 0 0 48px 0;
  width: 100%;
}
.zc67b733628{
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 150px;
}
.ke1a56_9bf0{
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color, #e8e3df);
  margin: 0 0 20px 0;
  width: 100%;
  letter-spacing: 0.5px;
}
.g8fd__12c0{
  text-decoration: none;
  color: var(--text-muted, #968c86);
  font-size: 14px;
  line-height: 2.2;
  transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
  width: fit-content;
}
.g8fd__12c0:hover{
  color: var(--primary-color, #b84d22);
}
.m4c333133{
  height: 1px;
  background-color: var(--border-color, rgba(255, 255, 255, 0.08));
  margin: 0 0 24px 0;
  width: 100%; color: #1a1a2e;}
.za4e1d0452e{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
.ycaf__2844{
  margin: 0;
  font-size: 13px;
  color: var(--text-muted, #968c86);
  flex: 1;
  min-width: 200px;
}
.p93e__88ee{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  min-width: 200px;
}
.h6c052_0689{
  font-size: 13px;
  color: var(--text-muted, #968c86);
  flex: 0 0 auto;
}
@media (max-width: 768px){.n0ca__9f4c{
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    margin: 0 0 40px 0;
  }
.q309cb_2c74{
    min-width: 100%;
    flex: 0 0 auto;
  }
.pf6a__8c2e{
    width: 100%;
    flex: 0 0 auto;
    margin-top: 8px;
  }
.l819f03d9c5{
    gap: 32px 16px;
  }
.zc67b733628{
    flex: 1 1 40%;
    min-width: 140px;
  }
.za4e1d0452e{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
.p93e__88ee{
    justify-content: flex-start;
    flex: 0 0 auto;
    width: 100%;
  }
.ycaf__2844{
    flex: 0 0 auto;
    width: 100%;
  }}
.laeb4154d39{box-sizing:border-box;}
.j06530261{box-sizing:border-box;}
.s6e2810c28d{display:block;max-width:100%;height:auto;}
.pf52__818b{box-sizing:border-box;}
@media (max-width: 768px) {div.a4037fd44.kn0k2s4zvf .qbcf1c_dd6y.szvm6q6vmaa { flex-direction: column !important; }
.q0983a_cx { 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; }
.u452a815_ff0 { 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; }}