:root {

  --skill-primary-color: #D34324;
  --skill-secondary-color: #A65D37;
  --skill-bg-color: #FDFBF7;
  --skill-surface-color: #FFFFFF;
  --skill-text-main: #2A2624;
  --skill-text-muted: #5E5652;
  --skill-border-color: #EAE3D9;
  --skill-font-serif: "Noto Serif SC", "Songti SC", "Times New Roman", serif;
  --skill-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --skill-content-max-width: 1200px;
  --skill-reading-max-width: 680px;
  --skill-edge-padding: clamp(1.5rem, 5vw, 4rem);
  --skill-radius: 4px;
  --skill-shadow-btn: 0 4px 12px rgba(211, 67, 36, 0.25);
  --skill-shadow-card: 0 8px 24px rgba(42, 38, 36, 0.04);
  --primary-color: hsl(12, 85%, 50%);
  --secondary-color: hsl(35, 90%, 45%);
  --bg-color: hsl(30, 25%, 98%);
  --text-color: hsl(12, 20%, 12%);
  --text-muted: hsl(12, 10%, 45%);
  --border-color: hsla(12, 20%, 12%, 0.15);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 2px 2px 0px rgba(0, 0, 0, 0.08);
  --shadow-md: 4px 4px 0px rgba(230, 74, 25, 0.2);
  --shadow-lg: 8px 8px 0px rgba(0, 0, 0, 0.1);
  --nav-height: 80px;
  --max-width: 1200px;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: var(--bg-color);
  --nav-text: var(--text-color);
  --cta-text: #ffffff;
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
div.oabeb5afc.i9e0554f0.ud97d9_m8{
    background-color: var(--skill-bg-color);
    color: var(--skill-text-main);
    font-family: var(--skill-font-sans);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    }
div.oabeb5afc.i9e0554f0.ud97d9_m8 h1, div.oabeb5afc.i9e0554f0.ud97d9_m8 h2, div.oabeb5afc.i9e0554f0.ud97d9_m8 h3{
    font-family: var(--skill-font-serif);
    color: var(--skill-text-main);
    margin-top: 0;
    font-weight: 700;
    text-align: left; 
    }
div.oabeb5afc.i9e0554f0.ud97d9_m8 p{
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: left;
    }
div.oabeb5afc.i9e0554f0.ud97d9_m8 a{
    color: var(--skill-primary-color);
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 500;
    }
div.oabeb5afc.i9e0554f0.ud97d9_m8 a:hover{
    color: var(--skill-secondary-color);
    text-decoration: underline;
    }
div.oabeb5afc.i9e0554f0 .je4nbd88gzt{
    max-width: var(--skill-content-max-width);
    margin: 0 auto;
    padding: 0 var(--skill-edge-padding);
    box-sizing: border-box;
    }
div.oabeb5afc.i9e0554f0 .j34bbc_9w{
    max-width: var(--skill-reading-max-width);
    }
div.oabeb5afc.i9e0554f0 .dskb3th0p{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--skill-primary-color);
    color: #1a1a2e;
    padding: 0.875rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: var(--skill-radius);
    text-decoration: none !important;
    box-shadow: var(--skill-shadow-btn);
    transition: transform 0.2s ease, background-color 0.2s ease;
    border: none;
    cursor: pointer;
    }
div.oabeb5afc.i9e0554f0 .dskb3th0p:hover{
    background-color: #BE3A1E;
    transform: translateY(-2px); color: #1a1a2e;}
div.oabeb5afc.i9e0554f0 .w76b2c13_jye{
    padding: 6rem 0 4rem;
    border-bottom: 1px solid var(--skill-border-color);
    background: linear-gradient(135deg, var(--skill-bg-color) 0%, #F5F0E6 100%); color: #1a1a2e;}
div.oabeb5afc.i9e0554f0 .i18b8fd3{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    }
div.oabeb5afc.i9e0554f0 .t7881_f5cb{
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
div.oabeb5afc.i9e0554f0 .t7881_f5cb h1{
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    }
div.oabeb5afc.i9e0554f0 .t7881_f5cb .fc6798_e9f{
    font-size: 1.25rem;
    color: var(--skill-text-muted);
    margin-bottom: 2.5rem;
    max-width: var(--skill-reading-max-width);
    }
div.oabeb5afc.i9e0554f0 .o275e_d9e2 img{
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: var(--skill-radius);
    box-shadow: var(--skill-shadow-card);
    }
div.oabeb5afc.i9e0554f0 .y15bc__f0327{
    padding: 5rem 0;
    background-color: var(--skill-surface-color); color: #1a1a2e;}
div.oabeb5afc.i9e0554f0 .s36jfkif0h6{
    margin-bottom: 3rem;
    max-width: var(--skill-reading-max-width);
    }
div.oabeb5afc.i9e0554f0 .s36jfkif0h6 h2{
    font-size: 2.25rem;
    margin-bottom: 1rem;
    }
div.oabeb5afc.i9e0554f0 .h0bd5c6c5{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 800px;
    }
div.oabeb5afc.i9e0554f0 .f2c7af__09977{
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 2rem;
    padding: 1.5rem;
    background-color: var(--skill-bg-color);
    border-left: 4px solid var(--skill-secondary-color);
    border-radius: 0 var(--skill-radius) var(--skill-radius) 0; color: #1a1a2e;}
div.oabeb5afc.i9e0554f0 .zc9a29b_8b5{
    font-family: var(--skill-font-sans);
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--skill-primary-color);
    display: flex;
    align-items: center;
    }
div.oabeb5afc.i9e0554f0 .zc9a29b_8b5 kbd{
    background-color: #FFFFFF;
    border: 1px solid var(--skill-border-color);
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    font-family: monospace;
    font-size: 0.9em;
    box-shadow: 0 2px 0 var(--skill-border-color); color: #1a1a2e;}
div.oabeb5afc.i9e0554f0 .q420a_cbb1 h3{
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-family: var(--skill-font-sans);
    }
div.oabeb5afc.i9e0554f0 .q420a_cbb1 p{
    margin-bottom: 0;
    color: var(--skill-text-muted);
    font-size: 0.95rem;
    }
div.oabeb5afc.i9e0554f0 .t543e1_337{
    padding: 5rem 0;
    }
div.oabeb5afc.i9e0554f0 .oca0c6_ue{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 6rem;
    }
div.oabeb5afc.i9e0554f0 .oca0c6_ue:last-child{
    margin-bottom: 0;
    }
div.oabeb5afc.i9e0554f0 .oca0c6_ue.dzvmi6dvcaf{
    grid-template-columns: 1fr 1fr;
    }
div.oabeb5afc.i9e0554f0 .oca0c6_ue.dzvmi6dvcaf .zadaee25b{
    grid-column: 2;
    grid-row: 1;
    }
div.oabeb5afc.i9e0554f0 .oca0c6_ue.dzvmi6dvcaf .bf36623_9bgf{
    grid-column: 1;
    grid-row: 1;
    }
div.oabeb5afc.i9e0554f0 .zadaee25b h2{
    font-size: 2rem;
    margin-bottom: 1.25rem;
    }
div.oabeb5afc.i9e0554f0 .zadaee25b p{
    color: var(--skill-text-muted);
    font-size: 1.05rem;
    }
div.oabeb5afc.i9e0554f0 .zadaee25b ul{
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--skill-text-muted);
    }
div.oabeb5afc.i9e0554f0 .zadaee25b li{
    margin-bottom: 0.75rem;
    }
div.oabeb5afc.i9e0554f0 .bf36623_9bgf img{
    width: 100%;
    border-radius: var(--skill-radius);
    box-shadow: var(--skill-shadow-card);
    aspect-ratio: 4/3;
    object-fit: cover;
    }
div.oabeb5afc.i9e0554f0 .lej92m16{
    padding: 5rem 0;
    background-color: var(--skill-surface-color);
    border-top: 1px solid var(--skill-border-color); color: #1a1a2e;}
div.oabeb5afc.i9e0554f0 .g03229_73a8{
    max-width: 800px;
    }
div.oabeb5afc.i9e0554f0 .h22dc45a{
    border-bottom: 1px solid var(--skill-border-color);
    padding: 1.5rem 0;
    }
div.oabeb5afc.i9e0554f0 .h22dc45a:first-of-type{
    border-top: 1px solid var(--skill-border-color);
    }
div.oabeb5afc.i9e0554f0 .vdcb7_7339{
    font-family: var(--skill-font-serif);
    font-size: 1.25rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--skill-text-main);
    }
div.oabeb5afc.i9e0554f0 .vdcb7_7339::after{
    content: "+";
    font-size: 1.5rem;
    color: var(--skill-primary-color);
    transition: transform 0.2s ease;
    }
div.oabeb5afc.i9e0554f0 details[open] .vdcb7_7339::after{
    transform: rotate(45deg);
    }
div.oabeb5afc.i9e0554f0 .kb9b88e_d6a0{
    margin-top: 1rem;
    color: var(--skill-text-muted);
    line-height: 1.7;
    }
div.oabeb5afc.i9e0554f0 .cqlq0ct8fh{
    padding: 6rem 0;
    text-align: left;
    background: linear-gradient(to right, var(--skill-text-main), #4A433F);
    color: var(--skill-surface-color);
    }
div.oabeb5afc.i9e0554f0 .cqlq0ct8fh h2{
    color: var(--skill-surface-color);
    }
div.oabeb5afc.i9e0554f0 .cqlq0ct8fh p{
    color: #D6D0CC;
    }
div.oabeb5afc.i9e0554f0 .cqlq0ct8fh .dskb3th0p{
    background-color: var(--skill-surface-color);
    color: var(--skill-text-main) !important;
    box-shadow: none;
    }
div.oabeb5afc.i9e0554f0 .cqlq0ct8fh .dskb3th0p:hover{
    background-color: #F0EBE1; color: #1a1a2e;}
div.oabeb5afc.i9e0554f0 .a30d63_6b56{
    padding: 2rem 0;
    text-align: left;
    font-size: 0.875rem;
    color: #1a1a2e;
    border-top: 1px solid var(--skill-border-color);
    background-color: var(--skill-bg-color);
    }
@media (max-width: 900px) {div.oabeb5afc.i9e0554f0 .i18b8fd3, div.oabeb5afc.i9e0554f0 .oca0c6_ue, div.oabeb5afc.i9e0554f0 .oca0c6_ue.dzvmi6dvcaf{
    grid-template-columns: 1fr;
    gap: 2.5rem;
    }
div.oabeb5afc.i9e0554f0 .oca0c6_ue.dzvmi6dvcaf .zadaee25b, div.oabeb5afc.i9e0554f0 .oca0c6_ue.dzvmi6dvcaf .bf36623_9bgf{
    grid-column: 1;
    grid-row: auto;
    }
div.oabeb5afc.i9e0554f0 .f2c7af__09977{
    grid-template-columns: 1fr;
    gap: 0.5rem;
    }}
.lcd50c_2f{
    background-color: var(--bg-color);
    border-top: 4px solid var(--primary-color);
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-top: 60px;
    padding-bottom: 40px; color: #1a1a2e;}
.rc87cba5b{
    width: 100%;
    max-width: var(--max-width);
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.pf7vhvw3{
    width: 100%;
    max-width: 680px;
    margin-bottom: 48px;
    text-align: left;
    }
.nwpy1ui19t1{
    font-family: "Georgia", serif;
    font-size: 28px;
    font-weight: 900;
    color: var(--primary-color);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    }
.hf78df9{
    font-family: "Georgia", serif;
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-color);
    margin-bottom: 24px;
    }
.af4e3357_e76{
    width: auto;
    display: flex;
    justify-content: flex-start;
    }
.ya2b75_6f{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: inline-block;
    border: 1px solid var(--primary-color);
    }
.ya2b75_6f:hover{
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px rgba(230, 74, 25, 0.3);
    }
.h92a195_f1{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 60px;
    margin-bottom: 40px;
    }
.ne7a5_926{
    flex: 0 0 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.ubb0065_a0{
    font-family: "Georgia", serif;
    font-size: 16px;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
.ea847b_a667{
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.a65ff0_wh{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
    border-bottom: 1px solid transparent;
    width: fit-content;
    }
.a65ff0_wh:hover{
    color: var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
    }
.kcd6x7bx5eb{
    color: var(--text-muted);
    font-size: 14px;
    margin-top: 8px;
    }
.r869c4a_b3e4{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 30px; color: #ffffff;}
.cea80e5719{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    }
.c8d5754_f9{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    }
.c6c7__7db4{
    font-size: 12px;
    color: var(--text-muted);
    }
@media (max-width: 768px){.rc87cba5b{
    padding-left: 20px;
    padding-right: 20px;
    }
.h92a195_f1{
    gap: 30px;
    }
.ne7a5_926{
    flex: 0 0 calc(50% - 15px);
    }
.pf7vhvw3{
    max-width: 100%;
    }}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: "Georgia", "Source Serif Pro", serif; 
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.mkpr9y1rdn{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 3px solid var(--text-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.web5cmyeb{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.ba7dcc_d0{
    margin-right: 48px; 
    flex-shrink: 0;
    }
.n46c9__27d7f{
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    }
.mr6j10spqgp8{
    background-color: var(--primary-color);
    color: #1a1a2e;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    border: 2px solid var(--text-color);
    }
.pe378_255{
    font-size: 22px;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.q85bbda{
    flex-grow: 1;
    }
.ade3d588477{
    display: flex;
    list-style: none;
    gap: 24px;
    align-items: center;
    }
.o4b591__648e7{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 600;
    transition: var(--transition);
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    }
.o4b591__648e7:hover{
    color: var(--primary-color);
    }
.o4b591__648e7.active{
    color: var(--text-color);
    border-bottom-color: var(--primary-color);
    }
.x001c26_d0{
    display: flex;
    align-items: center;
    margin-left: auto; 
    }
.a3d09bcbd{
    background-color: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    text-transform: uppercase;
    white-space: nowrap;
    }
.a3d09bcbd:hover{
    background-color: var(--secondary-color);
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.a3d09bcbd:active{
    transform: translate(0, 0);
    box-shadow: none;
    }
.fc74d4_lb{
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    margin-left: 20px;
    }
.qdece4b_r9m{
    width: 28px;
    height: 3px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.ade3d588477 {
    gap: 12px;
    }
.o4b591__648e7 {
    font-size: 14px;
    }}
@media (max-width: 868px){.web5cmyeb{
    padding: 0 20px;
    }
.fc74d4_lb{
    display: flex;
    }
.q85bbda{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 2px solid var(--text-color);
    padding: 20px;
    display: none; color: #1a1a2e;}
.ade3d588477{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
.pe378_255{
    font-size: 18px;
    }
.x001c26_d0{
    margin-left: auto;
    }}
.wb8370_06a3{
    flex-shrink: 0;
    }
.o4b591__648e7.active {color: var(--primary-color);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.oabeb5afc img.jad9db62b59 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.oabeb5afc img.jad9db62b59.sa6b63_41f6 { aspect-ratio: 16 / 9; }
div.oabeb5afc img.jad9db62b59.fba7__8195 { aspect-ratio: 16 / 10; }
div.oabeb5afc img.jad9db62b59.cf21f9e5a77 { aspect-ratio: 4 / 3; }
div.oabeb5afc img.jad9db62b59.k7d279_1a3f { aspect-ratio: 1 / 1; }
div.oabeb5afc :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.oabeb5afc .nf3857e770a {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.oabeb5afc .nf3857e770a.sa6b63_41f6 { aspect-ratio: 16 / 9; }
div.oabeb5afc .nf3857e770a.fba7__8195 { aspect-ratio: 16 / 10; }
div.oabeb5afc .nf3857e770a.cf21f9e5a77 { aspect-ratio: 4 / 3; }
div.oabeb5afc .nf3857e770a.k7d279_1a3f { aspect-ratio: 1 / 1; }
div.oabeb5afc .nf3857e770a > img.jad9db62b59,
    div.oabeb5afc .nf3857e770a > picture > img.jad9db62b59 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.oabeb5afc.i9e0554f0 .dskb3th0p a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.oabeb5afc.i9e0554f0 .dskb3th0p a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.oabeb5afc.i9e0554f0 .dskb3th0p a:not([class]):hover{opacity:0.92;}
div.oabeb5afc.i9e0554f0 .dskb3th0p a[class=""]:hover{opacity:0.92;}
div.oabeb5afc.i9e0554f0 .dskb3th0p a:not([class]):visited{color:#ffffff !important;}
div.oabeb5afc.i9e0554f0 .dskb3th0p a[class=""]:visited{color:#ffffff !important;}
.b7d15436b {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.b7d15436b > :first-child,
    .b7d15436b > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: "Georgia", "Source Serif Pro", serif; 
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.mkpr9y1rdn{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 3px solid var(--text-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.web5cmyeb{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.ba7dcc_d0{
    margin-right: 48px; 
    flex-shrink: 0;
    }
.n46c9__27d7f{
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    }
.mr6j10spqgp8{
    background-color: var(--primary-color);
    color: #1a1a2e;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    border: 2px solid var(--text-color);
    }
.pe378_255{
    font-size: 22px;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.q85bbda{
    flex-grow: 1;
    }
.ade3d588477{
    display: flex;
    list-style: none;
    gap: 24px;
    align-items: center;
    }
.o4b591__648e7{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 600;
    transition: var(--transition);
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    }
.o4b591__648e7:hover{
    color: var(--primary-color);
    }
.o4b591__648e7.active{
    color: var(--text-color);
    border-bottom-color: var(--primary-color);
    }
.x001c26_d0{
    display: flex;
    align-items: center;
    margin-left: auto; 
    }
.a3d09bcbd{
    background-color: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    text-transform: uppercase;
    white-space: nowrap;
    }
.a3d09bcbd:hover{
    background-color: var(--secondary-color);
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.a3d09bcbd:active{
    transform: translate(0, 0);
    box-shadow: none;
    }
.fc74d4_lb{
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    margin-left: 20px;
    }
.qdece4b_r9m{
    width: 28px;
    height: 3px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.ade3d588477 {
    gap: 12px;
    }
.o4b591__648e7 {
    font-size: 14px;
    }}
@media (max-width: 868px){.web5cmyeb{
    padding: 0 20px;
    }
.fc74d4_lb{
    display: flex;
    }
.q85bbda{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 2px solid var(--text-color);
    padding: 20px;
    display: none; color: #1a1a2e;}
.ade3d588477{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
.pe378_255{
    font-size: 18px;
    }
.x001c26_d0{
    margin-left: auto;
    }}
.wb8370_06a3{
    flex-shrink: 0;
    }
.o4b591__648e7.active{color: var(--primary-color);}
.lcd50c_2f{
    background-color: var(--bg-color);
    border-top: 4px solid var(--primary-color);
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-top: 60px;
    padding-bottom: 40px; color: #1a1a2e;}
.rc87cba5b{
    width: 100%;
    max-width: var(--max-width);
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.pf7vhvw3{
    width: 100%;
    max-width: 680px;
    margin-bottom: 48px;
    text-align: left;
    }
.nwpy1ui19t1{
    font-family: "Georgia", serif;
    font-size: 28px;
    font-weight: 900;
    color: var(--primary-color);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    }
.hf78df9{
    font-family: "Georgia", serif;
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-color);
    margin-bottom: 24px;
    }
.af4e3357_e76{
    width: auto;
    display: flex;
    justify-content: flex-start;
    }
.ya2b75_6f{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: inline-block;
    border: 1px solid var(--primary-color);
    }
.ya2b75_6f:hover{
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px rgba(230, 74, 25, 0.3);
    }
.h92a195_f1{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 60px;
    margin-bottom: 40px;
    }
.ne7a5_926{
    flex: 0 0 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.ubb0065_a0{
    font-family: "Georgia", serif;
    font-size: 16px;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
.ea847b_a667{
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.a65ff0_wh{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
    border-bottom: 1px solid transparent;
    width: fit-content;
    }
.a65ff0_wh:hover{
    color: var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
    }
.kcd6x7bx5eb{
    color: var(--text-muted);
    font-size: 14px;
    margin-top: 8px;
    }
.r869c4a_b3e4{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 30px; color: #ffffff;}
.cea80e5719{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    }
.c8d5754_f9{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    }
.c6c7__7db4{
    font-size: 12px;
    color: var(--text-muted);
    }
@media (max-width: 768px){.rc87cba5b{
    padding-left: 20px;
    padding-right: 20px;
    }
.h92a195_f1{
    gap: 30px;
    }
.ne7a5_926{
    flex: 0 0 calc(50% - 15px);
    }
.pf7vhvw3{
    max-width: 100%;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: "Georgia", "Source Serif Pro", serif; 
  background-color: var(--bg-color);
  color: var(--text-color);
}
.mkpr9y1rdn{
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 3px solid var(--text-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center; color: #1a1a2e;}
.web5cmyeb{
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start; 
}
.ba7dcc_d0{
  margin-right: 48px; 
  flex-shrink: 0;
}
.n46c9__27d7f{
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
}
.mr6j10spqgp8{
  background-color: var(--primary-color);
  color: #1a1a2e;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  border: 2px solid var(--text-color);
}
.pe378_255{
  font-size: 22px;
  font-weight: 800;
  color: var(--text-color);
  letter-spacing: -0.5px;
}
.q85bbda{
  flex-grow: 1;
}
.ade3d588477{
  display: flex;
  list-style: none;
  gap: 24px;
  align-items: center;
}
.o4b591__648e7{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 600;
  transition: var(--transition);
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}
.o4b591__648e7:hover{
  color: var(--primary-color);
}
.o4b591__648e7.active{
  color: var(--text-color);
  border-bottom-color: var(--primary-color);
}
.x001c26_d0{
  display: flex;
  align-items: center;
  margin-left: auto; 
}
.a3d09bcbd{
  background-color: var(--primary-color);
  color: #1a1a2e;
  text-decoration: none;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid var(--text-color);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  text-transform: uppercase;
  white-space: nowrap;
}
.a3d09bcbd:hover{
  background-color: var(--secondary-color);
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-md); color: #1a1a2e;}
.a3d09bcbd:active{
  transform: translate(0, 0);
  box-shadow: none;
}
.fc74d4_lb{
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  margin-left: 20px;
}
.qdece4b_r9m{
  width: 28px;
  height: 3px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.ade3d588477 {
    gap: 12px;
  }
.o4b591__648e7 {
    font-size: 14px;
  }}
@media (max-width: 868px){.web5cmyeb{
    padding: 0 20px;
  }
.fc74d4_lb{
    display: flex;
  }
.q85bbda{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 2px solid var(--text-color);
    padding: 20px;
    display: none; color: #1a1a2e;}
.ade3d588477{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
.pe378_255{
    font-size: 18px;
  }
.x001c26_d0{
    margin-left: auto;
  }}
.wb8370_06a3{
  flex-shrink: 0;
}
.o4b591__648e7.active{color: var(--primary-color);}
.gc9a4d3c5{
  background-color: var(--bg-color);
  border-top: 4px solid var(--primary-color);
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-top: 60px;
  padding-bottom: 40px; color: #1a1a2e;}
.yab4c5_f0b7{
  width: 100%;
  max-width: var(--max-width);
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cae031_0f41{
  width: 100%;
  max-width: 680px;
  margin-bottom: 48px;
  text-align: left;
}
.p28aa5cc7a1{
  font-family: "Georgia", serif;
  font-size: 28px;
  font-weight: 900;
  color: var(--primary-color);
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.s53164_7c0c{
  font-family: "Georgia", serif;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-color);
  margin-bottom: 24px;
}
.d602f9_0a9d{
  width: auto;
  display: flex;
  justify-content: flex-start;
}
.k314fd_93f1{
  background-color: var(--primary-color);
  color: #1a1a2e;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  display: inline-block;
  border: 1px solid var(--primary-color);
}
.k314fd_93f1:hover{
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0px rgba(230, 74, 25, 0.3);
}
.vf21__0aef{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 60px;
  margin-bottom: 40px;
}
.wec200_b9b1{
  flex: 0 0 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.be85b4378{
  font-family: "Georgia", serif;
  font-size: 16px;
  font-weight: 800;
  color: var(--text-color);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.oe0fae84c9f{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.l44c15866{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  transition: var(--transition);
  border-bottom: 1px solid transparent;
  width: fit-content;
}
.l44c15866:hover{
  color: var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
}
.t0707d69f{
  color: var(--text-muted);
  font-size: 14px;
  margin-top: 8px;
}
.mf47ba928{
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  margin-bottom: 30px; color: #ffffff;}
.o47d__cbeb{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
.r6d137af3{
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color);
}
.n8ad263a730{
  font-size: 12px;
  color: var(--text-muted);
}
@media (max-width: 768px){.yab4c5_f0b7{
    padding-left: 20px;
    padding-right: 20px;
  }
.vf21__0aef{
    gap: 30px;
  }
.wec200_b9b1{
    flex: 0 0 calc(50% - 15px);
  }
.cae031_0f41{
    max-width: 100%;
  }}
.scf038_b11a{box-sizing:border-box;}
.ca4de3026df{box-sizing:border-box;}
.bc3a14_be24{box-sizing:border-box;}
.a9d155572{display:block;max-width:100%;height:auto;}
.vb8259_14cb{box-sizing:border-box;}
@media (max-width: 768px) {div.oabeb5afc.i9e0554f0 .vdcb7_7339 { 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; }}