:root {

  --primary-color: #d14900;
  --secondary-color: #a33900;
  --bg-color: #1a1411;
  --text-color: #f7ede2;
  --text-muted: #a39487;
  --border-color: #3b2d24;
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 2px 2px 0px var(--primary-color);
  --shadow-md: 4px 4px 0px var(--primary-color);
  --shadow-lg: 6px 6px 0px var(--primary-color);
  --nav-height: 80px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --nav-bg: var(--bg-color);
  --font-serif: "Playfair Display", "Georgia", "Times New Roman", "Noto Serif SC", "Songti SC", serif;
  --home-bg-color: #171210;
  --home-surface-color: #241a15;
  --home-text-primary: #f5ebe6;
  --home-text-secondary: #c4b0a5;
  --home-accent-main: #da4f25;
  --home-accent-dark: #8b2b10;
  --home-border-color: #4a3127;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --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%);
}
.x22bc__398{
    position: relative;
    width: 100%;
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    z-index: 999; color: #ffffff;}
.e0dfcb79{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.pe82a_ebd{
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    letter-spacing: 0.05em;
    text-shadow: 1px 1px 0px var(--secondary-color);
    white-space: nowrap;
    }
.pd39__387f2{
    flex: 1;
    display: flex;
    justify-content: center;
    height: 100%;
    }
.dwx53q6r9wp{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    }
.ba04b1_6e75{
    border-left: 1px solid var(--border-color);
    height: 100%;
    }
.ba04b1_6e75:last-child{
    border-right: 1px solid var(--border-color);
    }
.a9632e_c9{
    height: var(--nav-height);
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    color: var(--text-color);
    text-decoration: none;
    font-size: 0.95rem;
    font-family: var(--font-serif);
    font-weight: 500;
    position: relative;
    transition: var(--transition);
    letter-spacing: 0.02em;
    }
.a9632e_c9::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--primary-color);
    opacity: 0.05;
    transition: var(--transition);
    z-index: 0; color: #1a1a2e;}
.a9632e_c9:hover::before, .a9632e_c9.active::before{
    height: 100%;
    opacity: 0.1;
    }
.a9632e_c9 span{
    position: relative;
    z-index: 1;
    }
.a9632e_c9::after{
    content: "";
    position: absolute;
    bottom: -2px; 
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    z-index: 2; color: #1a1a2e;}
.a9632e_c9:hover::after, .a9632e_c9.active::after{
    transform: scaleX(1);
    }
.fq4yik39lxbh{
    display: flex;
    align-items: center;
    }
.e634d6__ef1d{
    font-family: var(--font-serif);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    height: 3rem;
    background: var(--primary-color);
    color: #1a1a2e;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border: 1px solid #ff7530; 
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    position: relative;
    letter-spacing: 0.05em;
    white-space: nowrap;
    }
.e634d6__ef1d:hover{
    background: var(--secondary-color);
    border-color: var(--primary-color);
    box-shadow: 2px 2px 0px var(--secondary-color); 
    transform: translate(2px, 2px); color: #ffffff;}
.g8mzh1fhvd{
    display: none;
    }
.j2ie6bw8h466{
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    flex-direction: column;
    gap: 6px;
    margin-left: 1.5rem;
    }
.u350__c8e{
    width: 28px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1150px){.a9632e_c9 {
    padding: 0 1rem; 
    }}
@media (max-width: 960px){.pd39__387f2{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); 
    transition: clip-path 0.4s ease-in-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6); color: #ffffff;}
.g8mzh1fhvd:checked ~ .pd39__387f2{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
.g8mzh1fhvd:checked ~ .fq4yik39lxbh .j2ie6bw8h466 .u350__c8e:nth-child(1){
    transform: translateY(8px) rotate(45deg);
    }
.g8mzh1fhvd:checked ~ .fq4yik39lxbh .j2ie6bw8h466 .u350__c8e:nth-child(2){
    opacity: 0;
    }
.g8mzh1fhvd:checked ~ .fq4yik39lxbh .j2ie6bw8h466 .u350__c8e:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
    }
.dwx53q6r9wp{
    flex-direction: column;
    height: auto;
    }
.ba04b1_6e75{
    border-left: none;
    border-bottom: 1px solid var(--border-color);
    height: auto;
    width: 100%;
    }
.ba04b1_6e75:last-child{
    border-right: none;
    border-bottom: none;
    }
.a9632e_c9{
    height: 60px;
    justify-content: center; 
    }
.a9632e_c9::after{
    display: none; 
    }
.j2ie6bw8h466{
    display: flex;
    }}
@media (max-width: 480px){.pe82a_ebd{
    font-size: 1.25rem;
    }
.e634d6__ef1d{
    padding: 0 1.2rem;
    height: 2.5rem;
    font-size: 0.9rem;
    }
.j2ie6bw8h466{
    margin-left: 0.8rem;
    }}
@media (min-width: 1151px){.x22bc__398 #nt17b19760cc, .x22bc__398 label[for="nt17b19760cc"]{ display: none !important; }}
@media (min-width: 1151px){.x22bc__398 .pd39__387f2{ 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: 1151px){.x22bc__398 .pd39__387f2{ 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: 1151px){.x22bc__398 .pd39__387f2 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt17b19760cc:checked ~ .pd39__387f2 { right: 0 !important; left: auto !important; }
@media (max-width: 1150px) {.x22bc__398.jbd93f_92e1 .pd39__387f2 { 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: 1150px) {#nt17b19760cc:checked ~ .pd39__387f2 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1151px) {.x22bc__398.jbd93f_92e1 #nt17b19760cc, .x22bc__398.jbd93f_92e1 label[for="nt17b19760cc"] { display: none !important; }}
@media (min-width: 1151px) {.x22bc__398.jbd93f_92e1 .pd39__387f2 { 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: 1151px) {.x22bc__398.jbd93f_92e1 .pd39__387f2 { 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: 1151px) {.x22bc__398.jbd93f_92e1 .pd39__387f2 a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.dd25d_777{
    width: 100%;
    background: var(--bg-color);
    padding: 80px 0 60px 0;
    border-top: 4px solid var(--primary-color);
    box-sizing: border-box;
    display: block; color: #ffffff;}
.ufe153e_643{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    }
.s6ol0crn{
    flex: 0 0 auto;
    width: 100%;
    max-width: 600px;
    margin: 0 0 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
    }
.ta32122{
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    background: var(--bg-color);
    border: 2px solid var(--primary-color);
    box-shadow: 4px 4px 0px var(--primary-color);
    box-sizing: border-box; color: #ffffff;}
.r796d3c54{
    flex: 1 1 auto;
    width: auto;
    height: 2px;
    background: var(--border-color);
    box-sizing: border-box; color: #ffffff;}
.y38989c3e{
    flex: 0 0 auto;
    width: 100%;
    max-width: 860px;
    border: 3px solid var(--primary-color);
    padding: 16px;
    box-shadow: 8px 8px 0px var(--primary-color);
    background: var(--bg-color);
    position: relative;
    margin: 0 0 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box; color: #ffffff;}
.k8669472535{
    position: absolute;
    top: -8px;
    left: -8px;
    width: 14px;
    height: 14px;
    background: var(--bg-color);
    border: 2px solid var(--primary-color);
    box-sizing: border-box;
    z-index: 2; color: #ffffff;}
.fe23fa_7xn{
    position: absolute;
    top: -8px;
    right: -8px;
    width: 14px;
    height: 14px;
    background: var(--bg-color);
    border: 2px solid var(--primary-color);
    box-sizing: border-box;
    z-index: 2; color: #ffffff;}
.j4335__f85d8{
    position: absolute;
    bottom: -8px;
    left: -8px;
    width: 14px;
    height: 14px;
    background: var(--bg-color);
    border: 2px solid var(--primary-color);
    box-sizing: border-box;
    z-index: 2; color: #ffffff;}
.m32e663_16{
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 14px;
    height: 14px;
    background: var(--bg-color);
    border: 2px solid var(--primary-color);
    box-sizing: border-box;
    z-index: 2; color: #ffffff;}
.d5ae54c_9d3{
    flex: 0 0 auto;
    width: 100%;
    border: 1px solid var(--border-color);
    padding: 70px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    }
.bf3edf1f{
    flex: 0 0 auto;
    width: 100%;
    font-family: var(--font-serif);
    font-size: 46px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 20px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    }
.cbd4bdb0{
    flex: 0 0 auto;
    width: 100%;
    max-width: 640px;
    font-family: var(--font-serif);
    font-size: 18px;
    color: var(--text-muted);
    margin: 0 0 40px 0;
    line-height: 1.8;
    text-align: center;
    box-sizing: border-box;
    }
.na044590de{
    flex: 0 0 auto;
    width: max-content;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 48px;
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 18px;
    border: 2px solid var(--text-color);
    box-shadow: 6px 6px 0px var(--text-color);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 2px;
    box-sizing: border-box;
    }
.na044590de:hover{
    transform: translate(3px, 3px);
    box-shadow: 3px 3px 0px var(--text-color);
    background: var(--secondary-color); color: #ffffff;}
.xd01a4e_fc{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    gap: 14px;
    box-sizing: border-box;
    }
.i4hx4dwrhw{
    flex: 0 0 auto;
    width: 100%;
    font-family: var(--font-serif);
    font-size: 16px;
    color: var(--text-color);
    margin: 0;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    }
.pe54cc3_73d0{
    flex: 0 0 auto;
    width: 100%;
    max-width: 680px;
    font-family: var(--font-serif);
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    text-align: center;
    line-height: 1.6;
    box-sizing: border-box;
    }
@media (max-width: 768px){.dd25d_777{
    padding: 60px 16px 40px 16px;
    }
.s6ol0crn{
    margin: 0 0 40px 0;
    gap: 12px;
    }
.y38989c3e{
    padding: 12px;
    margin: 0 0 50px 0;
    box-shadow: 6px 6px 0px var(--primary-color);
    }
.d5ae54c_9d3{
    padding: 40px 20px;
    }
.bf3edf1f{
    font-size: 32px;
    }
.cbd4bdb0{
    font-size: 16px;
    margin: 0 0 32px 0;
    }
.na044590de{
    padding: 14px 32px;
    font-size: 16px;
    box-shadow: 4px 4px 0px var(--text-color);
    }
.na044590de:hover{
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px var(--text-color);
    }}
div.cb6c__929a.l0a5ec_2n{
    background-color: var(--home-bg-color, #171210);
    color: var(--home-text-primary, #f5ebe6);
    font-family: var(--font-sans, sans-serif);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    }
div.cb6c__929a.l0a5ec_2n h1, div.cb6c__929a.l0a5ec_2n h2, div.cb6c__929a.l0a5ec_2n h3{
    font-family: var(--font-serif, serif);
    text-align: center;
    margin: 0;
    font-weight: 700;
    color: var(--home-text-primary, #f5ebe6);
    }
div.cb6c__929a.l0a5ec_2n .c956__bb8ad{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 8rem 2rem 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid var(--home-border-color, #4a3127);
    }
div.cb6c__929a.l0a5ec_2n .m1d3e1_lw47{
    max-width: 760px;
    }
div.cb6c__929a.l0a5ec_2n .rp1kq1qiwow{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
    }
div.cb6c__929a.l0a5ec_2n .yfgs6k7o31z{
    font-size: 1.125rem;
    color: var(--home-text-secondary, #c4b0a5);
    margin-bottom: 3rem;
    }
div.cb6c__929a.l0a5ec_2n .o44e743_f6e{
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    }
div.cb6c__929a.l0a5ec_2n .i5710380_fi, div.cb6c__929a.l0a5ec_2n .l8874482{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    }
div.cb6c__929a.l0a5ec_2n .i5710380_fi{
    background-color: var(--home-accent-main, #da4f25);
    color: #1a1a2e;
    border: 1px solid var(--home-accent-dark, #8b2b10);
    box-shadow: 6px 6px 0 var(--home-accent-dark, #8b2b10);
    }
div.cb6c__929a.l0a5ec_2n .i5710380_fi:hover{
    transform: translate(2px, 2px);
    box-shadow: 4px 4px 0 var(--home-accent-dark, #8b2b10);
    background-color: #e85d34; color: #1a1a2e;}
div.cb6c__929a.l0a5ec_2n .l8874482{
    background-color: transparent;
    color: var(--home-accent-main, #da4f25);
    border: 1px solid var(--home-accent-main, #da4f25);
    box-shadow: 6px 6px 0 var(--home-accent-main, #da4f25);
    }
div.cb6c__929a.l0a5ec_2n .l8874482:hover{
    transform: translate(2px, 2px);
    box-shadow: 4px 4px 0 var(--home-accent-main, #da4f25);
    background-color: rgba(218, 79, 37, 0.1); color: #1a1a2e;}
div.cb6c__929a.l0a5ec_2n .aecfdb4692d{
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 2rem;
    }
div.cb6c__929a.l0a5ec_2n .tcxlp4vhcm{
    max-width: 760px;
    margin: 0 auto 4rem;
    text-align: center;
    }
div.cb6c__929a.l0a5ec_2n .gddfca5493{
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
    }
div.cb6c__929a.l0a5ec_2n .p4bfd9__78b2{
    color: var(--home-text-secondary, #c4b0a5);
    font-size: 1.05rem;
    }
div.cb6c__929a.l0a5ec_2n .e489d3c5_58{
    display: flex;
    flex-direction: column;
    gap: 4rem;
    }
div.cb6c__929a.l0a5ec_2n .pb8a62cc_dn{
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    }
@media (min-width: 900px) {div.cb6c__929a.l0a5ec_2n .pb8a62cc_dn{
    flex-direction: row;
    justify-content: space-between;
    }
div.cb6c__929a.l0a5ec_2n .pb8a62cc_dn:nth-child(even){
    flex-direction: row-reverse;
    }
div.cb6c__929a.l0a5ec_2n .xa8c247, div.cb6c__929a.l0a5ec_2n .gad66__497b{
    flex: 1;
    max-width: 48%;
    }
div.cb6c__929a.l0a5ec_2n .xa8c247{
    text-align: left;
    }
div.cb6c__929a.l0a5ec_2n .xa8c247 h3{
    text-align: left;
    }}
div.cb6c__929a.l0a5ec_2n .xa8c247 h3{
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    color: var(--home-accent-main, #da4f25);
    }
div.cb6c__929a.l0a5ec_2n .xa8c247 p{
    margin-bottom: 1.5rem;
    color: var(--home-text-secondary, #c4b0a5);
    }
div.cb6c__929a.l0a5ec_2n .i8c67eeb{
    background-color: var(--home-surface-color, #241a15);
    border: 2px solid var(--home-border-color, #4a3127);
    padding: 0.75rem;
    box-shadow: 12px 12px 0 var(--home-border-color, #4a3127); color: #ffffff;}
div.cb6c__929a.l0a5ec_2n .i8c67eeb img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/10;
    }
div.cb6c__929a.l0a5ec_2n .c6ed__10a{
    background-color: var(--home-surface-color, #241a15);
    border: 2px solid var(--home-border-color, #4a3127);
    padding: 4rem 3rem;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 12px 12px 0 var(--home-border-color, #4a3127); color: #ffffff;}
div.cb6c__929a.l0a5ec_2n .c6ed__10a h3{
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    color: var(--home-accent-main, #da4f25);
    }
div.cb6c__929a.l0a5ec_2n .c6ed__10a p{
    color: var(--home-text-secondary, #c4b0a5);
    margin-bottom: 1.5rem;
    text-align: justify;
    }
div.cb6c__929a.l0a5ec_2n a.r6c36a_qyn{
    color: var(--home-accent-main, #da4f25);
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    transition: color 0.2s;
    }
div.cb6c__929a.l0a5ec_2n a.r6c36a_qyn:hover{
    color: var(--home-text-primary, #f5ebe6);
    }
div.cb6c__929a.l0a5ec_2n .q9f3850{
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
    }
@media (min-width: 768px) {div.cb6c__929a.l0a5ec_2n .q9f3850{
    grid-template-columns: 1fr 1fr;
    }}
div.cb6c__929a.l0a5ec_2n .e7a18f_f6{
    border: 1px solid var(--home-border-color, #4a3127);
    padding: 2.5rem;
    text-align: center;
    transition: background-color 0.3s;
    }
div.cb6c__929a.l0a5ec_2n .e7a18f_f6:hover{
    background-color: var(--home-surface-color, #241a15); color: #ffffff;}
div.cb6c__929a.l0a5ec_2n .e7a18f_f6 h3{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    }
div.cb6c__929a.l0a5ec_2n .e7a18f_f6 p{
    color: var(--home-text-secondary, #c4b0a5);
    margin-bottom: 2rem;
    font-size: 0.95rem;
    }
div.cb6c__929a.l0a5ec_2n .ldf1e8582{
    text-align: center;
    padding: 4rem 2rem;
    border-top: 1px solid var(--home-border-color, #4a3127);
    margin-top: 2rem;
    background-color: var(--home-surface-color, #241a15); color: #ffffff;}
div.cb6c__929a.l0a5ec_2n .ldf1e8582 p{
    font-family: var(--font-serif, serif);
    color: var(--home-text-secondary, #c4b0a5);
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    }
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.cb6c__929a img.pe25__35da {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.cb6c__929a img.pe25__35da.h875b1_aaaf { aspect-ratio: 16 / 9; }
div.cb6c__929a img.pe25__35da.ndb81d_16fe { aspect-ratio: 16 / 10; }
div.cb6c__929a img.pe25__35da.f5e1e4a8415 { aspect-ratio: 4 / 3; }
div.cb6c__929a img.pe25__35da.b697__4472 { aspect-ratio: 1 / 1; }
div.cb6c__929a :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.cb6c__929a .o0d39a_225f {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.cb6c__929a .o0d39a_225f.h875b1_aaaf { aspect-ratio: 16 / 9; }
div.cb6c__929a .o0d39a_225f.ndb81d_16fe { aspect-ratio: 16 / 10; }
div.cb6c__929a .o0d39a_225f.f5e1e4a8415 { aspect-ratio: 4 / 3; }
div.cb6c__929a .o0d39a_225f.b697__4472 { aspect-ratio: 1 / 1; }
div.cb6c__929a .o0d39a_225f > img.pe25__35da,
    div.cb6c__929a .o0d39a_225f > picture > img.pe25__35da {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.i57785f1eec {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.i57785f1eec > :first-child,
    .i57785f1eec > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.x22bc__398{
    position: relative;
    width: 100%;
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    z-index: 999; color: #ffffff;}
.e0dfcb79{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.pe82a_ebd{
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    letter-spacing: 0.05em;
    text-shadow: 1px 1px 0px var(--secondary-color);
    white-space: nowrap;
    }
.pd39__387f2{
    flex: 1;
    display: flex;
    justify-content: center;
    height: 100%;
    }
.dwx53q6r9wp{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    }
.ba04b1_6e75{
    border-left: 1px solid var(--border-color);
    height: 100%;
    }
.ba04b1_6e75:last-child{
    border-right: 1px solid var(--border-color);
    }
.a9632e_c9{
    height: var(--nav-height);
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    color: var(--text-color);
    text-decoration: none;
    font-size: 0.95rem;
    font-family: var(--font-serif);
    font-weight: 500;
    position: relative;
    transition: var(--transition);
    letter-spacing: 0.02em;
    }
.a9632e_c9::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--primary-color);
    opacity: 0.05;
    transition: var(--transition);
    z-index: 0; color: #1a1a2e;}
.a9632e_c9:hover::before, .a9632e_c9.active::before{
    height: 100%;
    opacity: 0.1;
    }
.a9632e_c9 span{
    position: relative;
    z-index: 1;
    }
.a9632e_c9::after{
    content: "";
    position: absolute;
    bottom: -2px; 
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    z-index: 2; color: #1a1a2e;}
.a9632e_c9:hover::after, .a9632e_c9.active::after{
    transform: scaleX(1);
    }
.fq4yik39lxbh{
    display: flex;
    align-items: center;
    }
.e634d6__ef1d{
    font-family: var(--font-serif);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    height: 3rem;
    background: var(--primary-color);
    color: #1a1a2e;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border: 1px solid #ff7530; 
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    position: relative;
    letter-spacing: 0.05em;
    white-space: nowrap;
    }
.e634d6__ef1d:hover{
    background: var(--secondary-color);
    border-color: var(--primary-color);
    box-shadow: 2px 2px 0px var(--secondary-color); 
    transform: translate(2px, 2px); color: #ffffff;}
.g8mzh1fhvd{
    display: none;
    }
.j2ie6bw8h466{
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    flex-direction: column;
    gap: 6px;
    margin-left: 1.5rem;
    }
.u350__c8e{
    width: 28px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1150px){.a9632e_c9 {
    padding: 0 1rem; 
    }}
@media (max-width: 960px){.pd39__387f2{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); 
    transition: clip-path 0.4s ease-in-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6); color: #ffffff;}
.g8mzh1fhvd:checked ~ .pd39__387f2{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
.g8mzh1fhvd:checked ~ .fq4yik39lxbh .j2ie6bw8h466 .u350__c8e:nth-child(1){
    transform: translateY(8px) rotate(45deg);
    }
.g8mzh1fhvd:checked ~ .fq4yik39lxbh .j2ie6bw8h466 .u350__c8e:nth-child(2){
    opacity: 0;
    }
.g8mzh1fhvd:checked ~ .fq4yik39lxbh .j2ie6bw8h466 .u350__c8e:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
    }
.dwx53q6r9wp{
    flex-direction: column;
    height: auto;
    }
.ba04b1_6e75{
    border-left: none;
    border-bottom: 1px solid var(--border-color);
    height: auto;
    width: 100%;
    }
.ba04b1_6e75:last-child{
    border-right: none;
    border-bottom: none;
    }
.a9632e_c9{
    height: 60px;
    justify-content: center; 
    }
.a9632e_c9::after{
    display: none; 
    }
.j2ie6bw8h466{
    display: flex;
    }}
@media (max-width: 480px){.pe82a_ebd{
    font-size: 1.25rem;
    }
.e634d6__ef1d{
    padding: 0 1.2rem;
    height: 2.5rem;
    font-size: 0.9rem;
    }
.j2ie6bw8h466{
    margin-left: 0.8rem;
    }}
@media (min-width: 1151px){.x22bc__398 #nt17b19760cc, .x22bc__398 label[for="nt17b19760cc"]{ display: none !important; }}
@media (min-width: 1151px){.x22bc__398 .pd39__387f2{ 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: 1151px){.x22bc__398 .pd39__387f2{ 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: 1151px){.x22bc__398 .pd39__387f2 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt17b19760cc:checked ~ .pd39__387f2{ right: 0 !important; left: auto !important; }
@media (max-width: 1150px){.x22bc__398.jbd93f_92e1 .pd39__387f2{ 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: 1150px){#nt17b19760cc:checked ~ .pd39__387f2{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1151px){.x22bc__398.jbd93f_92e1 #nt17b19760cc, .x22bc__398.jbd93f_92e1 label[for="nt17b19760cc"]{ display: none !important; }}
@media (min-width: 1151px){.x22bc__398.jbd93f_92e1 .pd39__387f2{ 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: 1151px){.x22bc__398.jbd93f_92e1 .pd39__387f2{ 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: 1151px){.x22bc__398.jbd93f_92e1 .pd39__387f2 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.dd25d_777{
    width: 100%;
    background: var(--bg-color);
    padding: 80px 0 60px 0;
    border-top: 4px solid var(--primary-color);
    box-sizing: border-box;
    display: block; color: #ffffff;}
.ufe153e_643{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    }
.s6ol0crn{
    flex: 0 0 auto;
    width: 100%;
    max-width: 600px;
    margin: 0 0 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
    }
.ta32122{
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    background: var(--bg-color);
    border: 2px solid var(--primary-color);
    box-shadow: 4px 4px 0px var(--primary-color);
    box-sizing: border-box; color: #ffffff;}
.r796d3c54{
    flex: 1 1 auto;
    width: auto;
    height: 2px;
    background: var(--border-color);
    box-sizing: border-box; color: #ffffff;}
.y38989c3e{
    flex: 0 0 auto;
    width: 100%;
    max-width: 860px;
    border: 3px solid var(--primary-color);
    padding: 16px;
    box-shadow: 8px 8px 0px var(--primary-color);
    background: var(--bg-color);
    position: relative;
    margin: 0 0 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box; color: #ffffff;}
.k8669472535{
    position: absolute;
    top: -8px;
    left: -8px;
    width: 14px;
    height: 14px;
    background: var(--bg-color);
    border: 2px solid var(--primary-color);
    box-sizing: border-box;
    z-index: 2; color: #ffffff;}
.fe23fa_7xn{
    position: absolute;
    top: -8px;
    right: -8px;
    width: 14px;
    height: 14px;
    background: var(--bg-color);
    border: 2px solid var(--primary-color);
    box-sizing: border-box;
    z-index: 2; color: #ffffff;}
.j4335__f85d8{
    position: absolute;
    bottom: -8px;
    left: -8px;
    width: 14px;
    height: 14px;
    background: var(--bg-color);
    border: 2px solid var(--primary-color);
    box-sizing: border-box;
    z-index: 2; color: #ffffff;}
.m32e663_16{
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 14px;
    height: 14px;
    background: var(--bg-color);
    border: 2px solid var(--primary-color);
    box-sizing: border-box;
    z-index: 2; color: #ffffff;}
.d5ae54c_9d3{
    flex: 0 0 auto;
    width: 100%;
    border: 1px solid var(--border-color);
    padding: 70px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    }
.bf3edf1f{
    flex: 0 0 auto;
    width: 100%;
    font-family: var(--font-serif);
    font-size: 46px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 20px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    }
.cbd4bdb0{
    flex: 0 0 auto;
    width: 100%;
    max-width: 640px;
    font-family: var(--font-serif);
    font-size: 18px;
    color: var(--text-muted);
    margin: 0 0 40px 0;
    line-height: 1.8;
    text-align: center;
    box-sizing: border-box;
    }
.na044590de{
    flex: 0 0 auto;
    width: max-content;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 48px;
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 18px;
    border: 2px solid var(--text-color);
    box-shadow: 6px 6px 0px var(--text-color);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 2px;
    box-sizing: border-box;
    }
.na044590de:hover{
    transform: translate(3px, 3px);
    box-shadow: 3px 3px 0px var(--text-color);
    background: var(--secondary-color); color: #ffffff;}
.xd01a4e_fc{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    gap: 14px;
    box-sizing: border-box;
    }
.i4hx4dwrhw{
    flex: 0 0 auto;
    width: 100%;
    font-family: var(--font-serif);
    font-size: 16px;
    color: var(--text-color);
    margin: 0;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    }
.pe54cc3_73d0{
    flex: 0 0 auto;
    width: 100%;
    max-width: 680px;
    font-family: var(--font-serif);
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    text-align: center;
    line-height: 1.6;
    box-sizing: border-box;
    }
@media (max-width: 768px){.dd25d_777{
    padding: 60px 16px 40px 16px;
    }
.s6ol0crn{
    margin: 0 0 40px 0;
    gap: 12px;
    }
.y38989c3e{
    padding: 12px;
    margin: 0 0 50px 0;
    box-shadow: 6px 6px 0px var(--primary-color);
    }
.d5ae54c_9d3{
    padding: 40px 20px;
    }
.bf3edf1f{
    font-size: 32px;
    }
.cbd4bdb0{
    font-size: 16px;
    margin: 0 0 32px 0;
    }
.na044590de{
    padding: 14px 32px;
    font-size: 16px;
    box-shadow: 4px 4px 0px var(--text-color);
    }
.na044590de:hover{
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px var(--text-color);
    }}
.x22bc__398{
  position: relative;
  width: 100%;
  background: var(--nav-bg);
  border-bottom: 2px solid var(--border-color);
  z-index: 999; color: #ffffff;}
.e0dfcb79{
  max-width: var(--max-width);
  margin: 0 auto;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pe82a_ebd{
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 0px var(--secondary-color);
  white-space: nowrap;
}
.pd39__387f2{
  flex: 1;
  display: flex;
  justify-content: center;
  height: 100%;
}
.dwx53q6r9wp{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.ba04b1_6e75{
  border-left: 1px solid var(--border-color);
  height: 100%;
}
.ba04b1_6e75:last-child{
  border-right: 1px solid var(--border-color);
}
.a9632e_c9{
  height: var(--nav-height);
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  color: var(--text-color);
  text-decoration: none;
  font-size: 0.95rem;
  font-family: var(--font-serif);
  font-weight: 500;
  position: relative;
  transition: var(--transition);
  letter-spacing: 0.02em;
}
.a9632e_c9::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--primary-color);
  opacity: 0.05;
  transition: var(--transition);
  z-index: 0; color: #1a1a2e;}
.a9632e_c9:hover::before, .a9632e_c9.active::before{
  height: 100%;
  opacity: 0.1;
}
.a9632e_c9 span{
  position: relative;
  z-index: 1;
}
.a9632e_c9::after{
  content: "";
  position: absolute;
  bottom: -2px; 
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary-color);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  z-index: 2; color: #1a1a2e;}
.a9632e_c9:hover::after, .a9632e_c9.active::after{
  transform: scaleX(1);
}
.fq4yik39lxbh{
  display: flex;
  align-items: center;
}
.e634d6__ef1d{
  font-family: var(--font-serif);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  height: 3rem;
  background: var(--primary-color);
  color: #1a1a2e;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid #ff7530; 
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  position: relative;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.e634d6__ef1d:hover{
  background: var(--secondary-color);
  border-color: var(--primary-color);
  box-shadow: 2px 2px 0px var(--secondary-color); 
  transform: translate(2px, 2px); color: #ffffff;}
.g8mzh1fhvd{
  display: none;
}
.j2ie6bw8h466{
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  flex-direction: column;
  gap: 6px;
  margin-left: 1.5rem;
}
.u350__c8e{
  width: 28px;
  height: 2px;
  background: var(--text-color);
  transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1150px){.a9632e_c9 {
    padding: 0 1rem; 
  }}
@media (max-width: 960px){.pd39__387f2{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); 
    transition: clip-path 0.4s ease-in-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6); color: #ffffff;}
.g8mzh1fhvd:checked ~ .pd39__387f2{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
.g8mzh1fhvd:checked ~ .fq4yik39lxbh .j2ie6bw8h466 .u350__c8e:nth-child(1){
    transform: translateY(8px) rotate(45deg);
  }
.g8mzh1fhvd:checked ~ .fq4yik39lxbh .j2ie6bw8h466 .u350__c8e:nth-child(2){
    opacity: 0;
  }
.g8mzh1fhvd:checked ~ .fq4yik39lxbh .j2ie6bw8h466 .u350__c8e:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
  }
.dwx53q6r9wp{
    flex-direction: column;
    height: auto;
  }
.ba04b1_6e75{
    border-left: none;
    border-bottom: 1px solid var(--border-color);
    height: auto;
    width: 100%;
  }
.ba04b1_6e75:last-child{
    border-right: none;
    border-bottom: none;
  }
.a9632e_c9{
    height: 60px;
    justify-content: center; 
  }
.a9632e_c9::after{
    display: none; 
  }
.j2ie6bw8h466{
    display: flex;
  }}
@media (max-width: 480px){.pe82a_ebd{
    font-size: 1.25rem;
  }
.e634d6__ef1d{
    padding: 0 1.2rem;
    height: 2.5rem;
    font-size: 0.9rem;
  }
.j2ie6bw8h466{
    margin-left: 0.8rem;
  }}
@media (min-width: 1151px){.x22bc__398 #nt17b19760cc, .x22bc__398 label[for="nt17b19760cc"]{ display: none !important; }}
@media (min-width: 1151px){.x22bc__398 .pd39__387f2{ 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: 1151px){.x22bc__398 .pd39__387f2{ 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: 1151px){.x22bc__398 .pd39__387f2 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt17b19760cc:checked ~ .pd39__387f2{ right: 0 !important; left: auto !important; }
@media (max-width: 1150px){.x22bc__398.jbd93f_92e1 .pd39__387f2{ 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: 1150px){#nt17b19760cc:checked ~ .pd39__387f2{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1151px){.x22bc__398.jbd93f_92e1 #nt17b19760cc, .x22bc__398.jbd93f_92e1 label[for="nt17b19760cc"]{ display: none !important; }}
@media (min-width: 1151px){.x22bc__398.jbd93f_92e1 .pd39__387f2{ 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: 1151px){.x22bc__398.jbd93f_92e1 .pd39__387f2{ 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: 1151px){.x22bc__398.jbd93f_92e1 .pd39__387f2 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.se3d__48f6{
    width: 100%;
    background: var(--bg-color);
    padding: 80px 0 60px 0;
    border-top: 4px solid var(--primary-color);
    box-sizing: border-box;
    display: block; color: #ffffff;}
.l936c9_7c54{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
.na56a6d88{
    flex: 0 0 auto;
    width: 100%;
    max-width: 600px;
    margin: 0 0 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
}
.ebb686_719b{
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    background: var(--bg-color);
    border: 2px solid var(--primary-color);
    box-shadow: 4px 4px 0px var(--primary-color);
    box-sizing: border-box; color: #ffffff;}
.k246850b0c0{
    flex: 1 1 auto;
    width: auto;
    height: 2px;
    background: var(--border-color);
    box-sizing: border-box; color: #ffffff;}
.g00a6f_ae57{
    flex: 0 0 auto;
    width: 100%;
    max-width: 860px;
    border: 3px solid var(--primary-color);
    padding: 16px;
    box-shadow: 8px 8px 0px var(--primary-color);
    background: var(--bg-color);
    position: relative;
    margin: 0 0 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box; color: #ffffff;}
.q59f1e_c72e{
    position: absolute;
    top: -8px;
    left: -8px;
    width: 14px;
    height: 14px;
    background: var(--bg-color);
    border: 2px solid var(--primary-color);
    box-sizing: border-box;
    z-index: 2; color: #ffffff;}
.cac9eacf6de{
    position: absolute;
    top: -8px;
    right: -8px;
    width: 14px;
    height: 14px;
    background: var(--bg-color);
    border: 2px solid var(--primary-color);
    box-sizing: border-box;
    z-index: 2; color: #ffffff;}
.nb7a__4295{
    position: absolute;
    bottom: -8px;
    left: -8px;
    width: 14px;
    height: 14px;
    background: var(--bg-color);
    border: 2px solid var(--primary-color);
    box-sizing: border-box;
    z-index: 2; color: #ffffff;}
.y6616315e71{
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 14px;
    height: 14px;
    background: var(--bg-color);
    border: 2px solid var(--primary-color);
    box-sizing: border-box;
    z-index: 2; color: #ffffff;}
.k9b493_fe71{
    flex: 0 0 auto;
    width: 100%;
    border: 1px solid var(--border-color);
    padding: 70px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
.n673__745b{
    flex: 0 0 auto;
    width: 100%;
    font-family: var(--font-serif);
    font-size: 46px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 20px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
}
.r0b1__ba6b{
    flex: 0 0 auto;
    width: 100%;
    max-width: 640px;
    font-family: var(--font-serif);
    font-size: 18px;
    color: var(--text-muted);
    margin: 0 0 40px 0;
    line-height: 1.8;
    text-align: center;
    box-sizing: border-box;
}
.k1ebfd8aa{
    flex: 0 0 auto;
    width: max-content;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 48px;
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 18px;
    border: 2px solid var(--text-color);
    box-shadow: 6px 6px 0px var(--text-color);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 2px;
    box-sizing: border-box;
}
.k1ebfd8aa:hover{
    transform: translate(3px, 3px);
    box-shadow: 3px 3px 0px var(--text-color);
    background: var(--secondary-color); color: #ffffff;}
.x4fdfa020b5{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    gap: 14px;
    box-sizing: border-box;
}
.w2f9aa51a9f{
    flex: 0 0 auto;
    width: 100%;
    font-family: var(--font-serif);
    font-size: 16px;
    color: var(--text-color);
    margin: 0;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
}
.md90cd22c13{
    flex: 0 0 auto;
    width: 100%;
    max-width: 680px;
    font-family: var(--font-serif);
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    text-align: center;
    line-height: 1.6;
    box-sizing: border-box;
}
@media (max-width: 768px){.se3d__48f6{
        padding: 60px 16px 40px 16px;
    }
.na56a6d88{
        margin: 0 0 40px 0;
        gap: 12px;
    }
.g00a6f_ae57{
        padding: 12px;
        margin: 0 0 50px 0;
        box-shadow: 6px 6px 0px var(--primary-color);
    }
.k9b493_fe71{
        padding: 40px 20px;
    }
.n673__745b{
        font-size: 32px;
    }
.r0b1__ba6b{
        font-size: 16px;
        margin: 0 0 32px 0;
    }
.k1ebfd8aa{
        padding: 14px 32px;
        font-size: 16px;
        box-shadow: 4px 4px 0px var(--text-color);
    }
.k1ebfd8aa:hover{
        transform: translate(2px, 2px);
        box-shadow: 2px 2px 0px var(--text-color);
    }}
.efc7f5_4d03{box-sizing:border-box;}
.x3c3__b99e{box-sizing:border-box;}
.l967__8692{box-sizing:border-box;}
.v669__2f96{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {div.cb6c__929a.l0a5ec_2n .pb8a62cc_dn:nth-child(even) { flex-direction: column !important; }}