:root {

  --f-primary: var(--primary-color, hsl(256, 78%, 59%));
  --f-secondary: var(--secondary-color, hsl(353, 63%, 59%));
  --f-text: var(--text-color, hsl(256, 10%, 13%));
  --f-bg: var(--bg-color, hsl(256, 7%, 95%));
  --f-white: #ffffff;
  --f-gray: #666666;
  --f-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --f-shadow: 0 10px 30px rgba(0,0,0,0.08);
  --primary-color: hsl(256, 78%, 59%);
  --secondary-color: hsl(353, 63%, 59%);
  --bg-color: hsl(256, 7%, 95%);
  --text-color: hsl(256, 10%, 13%);
  --text-muted: hsl(256, 5%, 45%);
  --border-color: hsl(256, 10%, 13%);
  --radius-sm: 0px;
  --radius-md: 2px;
  --radius-lg: 4px;
  --shadow-sm: 2px 2px 0px rgba(0, 0, 0, 1);
  --shadow-md: 4px 4px 0px rgba(0, 0, 0, 1);
  --shadow-lg: 8px 8px 0px var(--primary-color);
  --nav-height: 80px;
  --max-width: min(1280px, 94vw);
  --transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  --nav-bg: #ffffff;
  --nav-link-hover: var(--primary-color);
  --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.nac75e_22d2.ye920bb_d20 .d6fabc8{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--f-text);
    background-color: var(--f-bg);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.nac75e_22d2.ye920bb_d20 .nd4f4d2{
    display: flex;
    align-items: center;
    min-height: 70vh;
    padding: 80px 5%;
    background: linear-gradient(135deg, #fff 0%, var(--f-bg) 100%);
    position: relative; color: #1a1a2e;}
div.nac75e_22d2.ye920bb_d20 .ge7e59b_5105{
    flex: 1;
    max-width: 600px;
    z-index: 2;
    }
div.nac75e_22d2.ye920bb_d20 .u0a78a_fu{
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    }
div.nac75e_22d2.ye920bb_d20 .u0a78a_fu img{
    width: 110%;
    border-radius: 12px;
    box-shadow: var(--f-shadow);
    object-fit: cover;
    aspect-ratio: 16/10;
    }
div.nac75e_22d2.ye920bb_d20 .nd4f4d2 h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 800;
    color: var(--f-text);
    }
div.nac75e_22d2.ye920bb_d20 .nd4f4d2 p{
    font-size: 1.25rem;
    color: var(--f-gray);
    margin-bottom: 32px;
    }
div.nac75e_22d2.ye920bb_d20 .kb1e1c8{
    padding: 100px 5%;
    display: flex;
    align-items: center;
    gap: 60px;
    }
div.nac75e_22d2.ye920bb_d20 .kb1e1c8:nth-child(even){
    flex-direction: row-reverse;
    background-color: var(--f-white); color: #1a1a2e;}
div.nac75e_22d2.ye920bb_d20 .ucea9a90{
    flex: 1;
    }
div.nac75e_22d2.ye920bb_d20 .oad6757_4cdc{
    flex: 1;
    }
div.nac75e_22d2.ye920bb_d20 .oad6757_4cdc img{
    width: 100%;
    border-radius: 16px;
    box-shadow: var(--f-shadow);
    }
div.nac75e_22d2.ye920bb_d20 .pfd58__7347{
    display: inline-block;
    padding: 4px 12px;
    background: var(--f-primary);
    color: #1a1a2e;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 16px;
    }
div.nac75e_22d2.ye920bb_d20 .kb1e1c8 h2{
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    }
div.nac75e_22d2.ye920bb_d20 .y74a501_6a5{
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 5%;
    }
div.nac75e_22d2.ye920bb_d20 .qc9d8a_ae9{
    background: var(--f-white);
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    transition: var(--f-transition);
    border: 1px solid rgba(0,0,0,0.05); color: #1a1a2e;}
div.nac75e_22d2.ye920bb_d20 .qc9d8a_ae9:hover{
    transform: translateY(-5px);
    box-shadow: var(--f-shadow);
    }
div.nac75e_22d2.ye920bb_d20 .azcqtvx2m{
    width: 64px;
    height: 64px;
    background: var(--f-bg);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; color: #1a1a2e;}
div.nac75e_22d2.ye920bb_d20 .azcqtvx2m svg{
    width: 32px;
    height: 32px;
    fill: var(--f-primary);
    }
div.nac75e_22d2.ye920bb_d20 .h171d78_yvq{
    display: flex;
    gap: 16px;
    margin-top: 20px;
    }
div.nac75e_22d2.ye920bb_d20 .ge223257d{
    background-color: var(--f-primary);
    color: #1a1a2e;
    padding: 16px 36px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: var(--f-transition);
    box-shadow: 0 4px 15px rgba(108, 63, 201, 0.3);
    border: none;
    }
div.nac75e_22d2.ye920bb_d20 .ge223257d:hover{
    filter: brightness(1.1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(108, 63, 201, 0.4);
    }
div.nac75e_22d2.ye920bb_d20 .rd17d7b494{
    background-color: var(--f-white);
    color: #1a1a2e;
    padding: 16px 36px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: var(--f-transition);
    border: 2px solid var(--f-primary);
    }
div.nac75e_22d2.ye920bb_d20 .yurq1fioj7kp{
    padding: 80px 5%;
    text-align: center;
    background: var(--f-text);
    color: var(--f-white);
    }
div.nac75e_22d2.ye920bb_d20 .vd4354e_y1d{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 50px auto 0;
    }
div.nac75e_22d2.ye920bb_d20 .ae7f0d__f7b4 h4{
    color: var(--f-secondary);
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    }
div.nac75e_22d2.ye920bb_d20 .ae7f0d__f7b4 p{
    font-size: 1.2rem;
    font-weight: 600;
    }
div.nac75e_22d2.ye920bb_d20 .f4f4a6_cf32{
    padding: 80px 5% 40px;
    background: var(--f-white);
    border-top: 1px solid rgba(0,0,0,0.05); color: #1a1a2e;}
div.nac75e_22d2.ye920bb_d20 .od0651_87d8{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    }
div.nac75e_22d2.ye920bb_d20 .q7843ff2572 h3{
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: var(--f-primary);
    }
div.nac75e_22d2.ye920bb_d20 .s10f__06f9 h5{
    margin-bottom: 20px;
    font-weight: 700;
    }
div.nac75e_22d2.ye920bb_d20 .s10f__06f9 ul{
    list-style: none;
    padding: 0;
    }
div.nac75e_22d2.ye920bb_d20 .s10f__06f9 li{
    margin-bottom: 12px;
    }
div.nac75e_22d2.ye920bb_d20 .s10f__06f9 a{
    color: var(--f-gray);
    text-decoration: none;
    transition: var(--f-transition);
    }
div.nac75e_22d2.ye920bb_d20 .s10f__06f9 a:hover{
    color: var(--f-primary);
    }
div.nac75e_22d2.ye920bb_d20 .q89415_03fc{
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(0,0,0,0.05);
    text-align: center;
    color: var(--f-gray);
    font-size: 0.9rem;
    }
@media (max-width: 968px) {div.nac75e_22d2.ye920bb_d20 .nd4f4d2, div.nac75e_22d2.ye920bb_d20 .kb1e1c8{
    flex-direction: column !important;
    text-align: center;
    }
div.nac75e_22d2.ye920bb_d20 .ge7e59b_5105, div.nac75e_22d2.ye920bb_d20 .ucea9a90{
    max-width: 100%;
    }
div.nac75e_22d2.ye920bb_d20 .h171d78_yvq{
    justify-content: center;
    }
div.nac75e_22d2.ye920bb_d20 .od0651_87d8{
    grid-template-columns: 1fr 1fr;
    }
div.nac75e_22d2.ye920bb_d20 .qc9d8a_ae9{
    flex-direction: column;
    align-items: center;
    text-align: center;
    }}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.q825a6_g8c7{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000; color: #1a1a2e;}
.bcce26317{
    max-width: var(--max-width);
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.zqqfc0bn3{
    font-family: "Georgia", serif;
    font-size: 2rem;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -1px;
    transition: var(--transition);
    }
.zqqfc0bn3:hover{
    color: var(--primary-color);
    }
.ce9b__034{
    display: flex;
    list-style: none;
    gap: 2rem;
    }
.f637de28d1c{
    text-decoration: none;
    color: var(--text-color);
    font-size: 0.95rem;
    font-weight: 600;
    transition: var(--transition);
    position: relative;
    }
.f637de28d1c:hover{
    color: var(--nav-link-hover);
    }
.f637de28d1c::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: var(--transition); color: #1a1a2e;}
.f637de28d1c:hover::after{
    width: 100%;
    }
.ec1a__618{
    background: var(--primary-color);
    color: #1a1a2e; 
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }
.ec1a__618:hover{
    background: var(--secondary-color);
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.ec1a__618:active{
    transform: translate(0, 0);
    box-shadow: none;
    }
.v9572__19ef{
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.v9572__19ef .fg697eo8jd{
    width: 24px;
    height: 3px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.ce9b__034 {
    display: none; 
    }
.v9572__19ef {
    display: flex;
    margin-left: 1.5rem;
    }
.bcfa49_c3 {
    display: flex;
    align-items: center;
    }}
@media (max-width: 480px){.zqqfc0bn3{
    font-size: 1.5rem;
    }
.ec1a__618{
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
    }}
.f637de28d1c.active{color: var(--nav-link-hover);}
.p7fea9_9c5{box-sizing:border-box;}
.p4b86a09{list-style:none;}
.f637de28d1c.active {color: var(--nav-link-hover);}
.gd6d09511{
    background-color: var(--bg-color);
    border-top: 2px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%; color: #1a1a2e;}
.eb7fd36a4{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.f2f27912090{
    background-color: #ffffff;
    border: 2px solid var(--border-color);
    padding: 60px 40px;
    margin-bottom: 80px;
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative; color: #1a1a2e;}
.g781__b01{
    font-family: serif;
    font-size: 42px;
    font-weight: 800;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.1;
    }
.h259__620{
    font-size: 18px;
    color: var(--text-muted);
    margin-bottom: 32px;
    max-width: 600px;
    }
.f7e1eef_tv4x{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    }
.q71b433_b6f6{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 16px 32px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border-radius: var(--radius-sm);
    display: inline-block;
    }
.q71b433_b6f6:hover{
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0px var(--border-color);
    }
.bd0d1_364e{
    background-color: #ffffff;
    color: var(--text-color);
    padding: 16px 32px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid var(--border-color);
    transition: var(--transition);
    border-radius: var(--radius-sm);
    display: inline-block;
    }
.bd0d1_364e:hover{
    background-color: var(--text-color);
    color: #ffffff;
    }
.l88ac_fe94{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
    }
.wb637fa_2xgx{
    flex: 1;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    }
.hc3hl1lz{
    flex: 2;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    }
.k33d5_22{
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--text-color);
    }
.n0065_c1cb{
    text-decoration: none;
    color: var(--text-muted);
    margin-bottom: 12px;
    font-size: 15px;
    transition: var(--transition);
    width: fit-content;
    }
.n0065_c1cb:hover{
    color: var(--primary-color);
    padding-left: 4px;
    }
.yc1c0d6f{
    font-family: serif;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 16px;
    color: var(--text-color);
    }
.ea5bd9c{
    color: var(--text-muted);
    line-height: 1.6;
    max-width: 320px;
    font-size: 14px;
    }
.u0d88_ce8{
    height: 2px;
    background-color: var(--border-color);
    width: 100%;
    margin-bottom: 32px; color: #ffffff;}
.icc5193_jf{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.oid8jvvu{
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 500;
    }
.b176947{
    display: flex;
    gap: 24px;
    }
.h957bc_7896{
    font-size: 13px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.h957bc_7896:hover{
    color: var(--text-color);
    text-decoration: underline;
    }
@media (max-width: 768px){.f2f27912090{
    padding: 40px 24px;
    }
.g781__b01{
    font-size: 32px;
    }
.l88ac_fe94{
    flex-direction: column;
    gap: 48px;
    }
.icc5193_jf{
    flex-direction: column;
    align-items: flex-start;
    }
.hc3hl1lz{
    order: -1;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.nac75e_22d2 img.gc331816b4a {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.nac75e_22d2 img.gc331816b4a.hee692adb { aspect-ratio: 16 / 9; }
div.nac75e_22d2 img.gc331816b4a.i4a4a242287 { aspect-ratio: 16 / 10; }
div.nac75e_22d2 img.gc331816b4a.ce6332cf718 { aspect-ratio: 4 / 3; }
div.nac75e_22d2 img.gc331816b4a.y5ec__faef { aspect-ratio: 1 / 1; }
div.nac75e_22d2 :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.nac75e_22d2 .t02d52_b45b {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.nac75e_22d2 .t02d52_b45b.hee692adb { aspect-ratio: 16 / 9; }
div.nac75e_22d2 .t02d52_b45b.i4a4a242287 { aspect-ratio: 16 / 10; }
div.nac75e_22d2 .t02d52_b45b.ce6332cf718 { aspect-ratio: 4 / 3; }
div.nac75e_22d2 .t02d52_b45b.y5ec__faef { aspect-ratio: 1 / 1; }
div.nac75e_22d2 .t02d52_b45b > img.gc331816b4a,
    div.nac75e_22d2 .t02d52_b45b > picture > img.gc331816b4a {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.nac75e_22d2.ye920bb_d20 .pfd58__7347 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.nac75e_22d2.ye920bb_d20 .pfd58__7347 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.nac75e_22d2.ye920bb_d20 .pfd58__7347 a:not([class]):hover{opacity:0.92;}
div.nac75e_22d2.ye920bb_d20 .pfd58__7347 a[class=""]:hover{opacity:0.92;}
div.nac75e_22d2.ye920bb_d20 .pfd58__7347 a:not([class]):visited{color:#ffffff !important;}
div.nac75e_22d2.ye920bb_d20 .pfd58__7347 a[class=""]:visited{color:#ffffff !important;}
div.nac75e_22d2.ye920bb_d20 .ge223257d a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.nac75e_22d2.ye920bb_d20 .ge223257d a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.nac75e_22d2.ye920bb_d20 .ge223257d a:not([class]):hover{opacity:0.92;}
div.nac75e_22d2.ye920bb_d20 .ge223257d a[class=""]:hover{opacity:0.92;}
div.nac75e_22d2.ye920bb_d20 .ge223257d a:not([class]):visited{color:#ffffff !important;}
div.nac75e_22d2.ye920bb_d20 .ge223257d a[class=""]:visited{color:#ffffff !important;}
.v297__227c {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.v297__227c > :first-child,
    .v297__227c > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.q825a6_g8c7{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000; color: #1a1a2e;}
.bcce26317{
    max-width: var(--max-width);
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.zqqfc0bn3{
    font-family: "Georgia", serif;
    font-size: 2rem;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -1px;
    transition: var(--transition);
    }
.zqqfc0bn3:hover{
    color: var(--primary-color);
    }
.ce9b__034{
    display: flex;
    list-style: none;
    gap: 2rem;
    }
.f637de28d1c{
    text-decoration: none;
    color: var(--text-color);
    font-size: 0.95rem;
    font-weight: 600;
    transition: var(--transition);
    position: relative;
    }
.f637de28d1c:hover{
    color: var(--nav-link-hover);
    }
.f637de28d1c::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: var(--transition); color: #1a1a2e;}
.f637de28d1c:hover::after{
    width: 100%;
    }
.ec1a__618{
    background: var(--primary-color);
    color: #1a1a2e; 
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }
.ec1a__618:hover{
    background: var(--secondary-color);
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.ec1a__618:active{
    transform: translate(0, 0);
    box-shadow: none;
    }
.v9572__19ef{
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.v9572__19ef .fg697eo8jd{
    width: 24px;
    height: 3px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.ce9b__034 {
    display: none; 
    }
.v9572__19ef {
    display: flex;
    margin-left: 1.5rem;
    }
.bcfa49_c3 {
    display: flex;
    align-items: center;
    }}
@media (max-width: 480px){.zqqfc0bn3{
    font-size: 1.5rem;
    }
.ec1a__618{
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
    }}
.f637de28d1c.active{color: var(--nav-link-hover);}
.p7fea9_9c5{box-sizing:border-box;}
.p4b86a09{list-style:none;}
.f637de28d1c.active{color: var(--nav-link-hover);}
.gd6d09511{
    background-color: var(--bg-color);
    border-top: 2px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%; color: #1a1a2e;}
.eb7fd36a4{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.f2f27912090{
    background-color: #ffffff;
    border: 2px solid var(--border-color);
    padding: 60px 40px;
    margin-bottom: 80px;
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative; color: #1a1a2e;}
.g781__b01{
    font-family: serif;
    font-size: 42px;
    font-weight: 800;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.1;
    }
.h259__620{
    font-size: 18px;
    color: var(--text-muted);
    margin-bottom: 32px;
    max-width: 600px;
    }
.f7e1eef_tv4x{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    }
.q71b433_b6f6{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 16px 32px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border-radius: var(--radius-sm);
    display: inline-block;
    }
.q71b433_b6f6:hover{
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0px var(--border-color);
    }
.bd0d1_364e{
    background-color: #ffffff;
    color: var(--text-color);
    padding: 16px 32px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid var(--border-color);
    transition: var(--transition);
    border-radius: var(--radius-sm);
    display: inline-block;
    }
.bd0d1_364e:hover{
    background-color: var(--text-color);
    color: #ffffff;
    }
.l88ac_fe94{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
    }
.wb637fa_2xgx{
    flex: 1;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    }
.hc3hl1lz{
    flex: 2;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    }
.k33d5_22{
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--text-color);
    }
.n0065_c1cb{
    text-decoration: none;
    color: var(--text-muted);
    margin-bottom: 12px;
    font-size: 15px;
    transition: var(--transition);
    width: fit-content;
    }
.n0065_c1cb:hover{
    color: var(--primary-color);
    padding-left: 4px;
    }
.yc1c0d6f{
    font-family: serif;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 16px;
    color: var(--text-color);
    }
.ea5bd9c{
    color: var(--text-muted);
    line-height: 1.6;
    max-width: 320px;
    font-size: 14px;
    }
.u0d88_ce8{
    height: 2px;
    background-color: var(--border-color);
    width: 100%;
    margin-bottom: 32px; color: #ffffff;}
.icc5193_jf{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.oid8jvvu{
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 500;
    }
.b176947{
    display: flex;
    gap: 24px;
    }
.h957bc_7896{
    font-size: 13px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.h957bc_7896:hover{
    color: var(--text-color);
    text-decoration: underline;
    }
@media (max-width: 768px){.f2f27912090{
    padding: 40px 24px;
    }
.g781__b01{
    font-size: 32px;
    }
.l88ac_fe94{
    flex-direction: column;
    gap: 48px;
    }
.icc5193_jf{
    flex-direction: column;
    align-items: flex-start;
    }
.hc3hl1lz{
    order: -1;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
}
.q825a6_g8c7{
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  border-bottom: 2px solid var(--border-color);
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000; color: #1a1a2e;}
.bcce26317{
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zqqfc0bn3{
  font-family: "Georgia", serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -1px;
  transition: var(--transition);
}
.zqqfc0bn3:hover{
  color: var(--primary-color);
}
.ce9b__034{
  display: flex;
  list-style: none;
  gap: 2rem;
}
.f637de28d1c{
  text-decoration: none;
  color: var(--text-color);
  font-size: 0.95rem;
  font-weight: 600;
  transition: var(--transition);
  position: relative;
}
.f637de28d1c:hover{
  color: var(--nav-link-hover);
}
.f637de28d1c::after{
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--secondary-color);
  transition: var(--transition); color: #1a1a2e;}
.f637de28d1c:hover::after{
  width: 100%;
}
.ec1a__618{
  background: var(--primary-color);
  color: #1a1a2e; 
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  border: 2px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ec1a__618:hover{
  background: var(--secondary-color);
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-md); color: #1a1a2e;}
.ec1a__618:active{
  transform: translate(0, 0);
  box-shadow: none;
}
.v9572__19ef{
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.v9572__19ef .fg697eo8jd{
  width: 24px;
  height: 3px;
  background: var(--text-color);
  transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.ce9b__034 {
    display: none; 
  }
.v9572__19ef {
    display: flex;
    margin-left: 1.5rem;
  }
.bcfa49_c3 {
    display: flex;
    align-items: center;
  }}
@media (max-width: 480px){.zqqfc0bn3{
    font-size: 1.5rem;
  }
.ec1a__618{
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
  }}
.f637de28d1c.active{color: var(--nav-link-hover);}
.p7fea9_9c5{box-sizing:border-box;}
.p4b86a09{list-style:none;}
.f637de28d1c.active{color: var(--nav-link-hover);}
.i2e4625c61d{
  background-color: var(--bg-color);
  border-top: 2px solid var(--border-color);
  padding-top: 80px;
  padding-bottom: 40px;
  width: 100%; color: #1a1a2e;}
.fffb__e8c9{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.ta1e7fd1a17{
  background-color: #ffffff;
  border: 2px solid var(--border-color);
  padding: 60px 40px;
  margin-bottom: 80px;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative; color: #1a1a2e;}
.e34348fd140{
  font-family: serif;
  font-size: 42px;
  font-weight: 800;
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.1;
}
.n48943_0352{
  font-size: 18px;
  color: var(--text-muted);
  margin-bottom: 32px;
  max-width: 600px;
}
.b9e4e2d64{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.k80fe9_eb23{
  background-color: var(--primary-color);
  color: #1a1a2e;
  padding: 16px 32px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border-radius: var(--radius-sm);
  display: inline-block;
}
.k80fe9_eb23:hover{
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0px var(--border-color);
}
.sf4e9b4fb{
  background-color: #ffffff;
  color: var(--text-color);
  padding: 16px 32px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid var(--border-color);
  transition: var(--transition);
  border-radius: var(--radius-sm);
  display: inline-block;
}
.sf4e9b4fb:hover{
  background-color: var(--text-color);
  color: #ffffff;
}
.ueb448_6e95{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}
.fe63c393bd1{
  flex: 1;
  min-width: 160px;
  display: flex;
  flex-direction: column;
}
.o307d82c8{
  flex: 2;
  min-width: 280px;
  display: flex;
  flex-direction: column;
}
.b9c94c_1f4d{
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--text-color);
}
.j3fedb162{
  text-decoration: none;
  color: var(--text-muted);
  margin-bottom: 12px;
  font-size: 15px;
  transition: var(--transition);
  width: fit-content;
}
.j3fedb162:hover{
  color: var(--primary-color);
  padding-left: 4px;
}
.c0f29a_4249{
  font-family: serif;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 16px;
  color: var(--text-color);
}
.n4f8__d124{
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 320px;
  font-size: 14px;
}
.q3f1__8f7e{
  height: 2px;
  background-color: var(--border-color);
  width: 100%;
  margin-bottom: 32px; color: #ffffff;}
.v6d32fd5c{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.ea7e55fa8{
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 500;
}
.w6b7c1_b04b{
  display: flex;
  gap: 24px;
}
.i190687bc7a{
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.i190687bc7a:hover{
  color: var(--text-color);
  text-decoration: underline;
}
@media (max-width: 768px){.ta1e7fd1a17{
    padding: 40px 24px;
  }
.e34348fd140{
    font-size: 32px;
  }
.ueb448_6e95{
    flex-direction: column;
    gap: 48px;
  }
.v6d32fd5c{
    flex-direction: column;
    align-items: flex-start;
  }
.o307d82c8{
    order: -1;
  }}
.i4614f4bf{box-sizing:border-box;}
.fa46__9af9{display:block;max-width:100%;height:auto;}
.w2fa236135e{box-sizing:border-box;}
.l2ec8c_46ec{box-sizing:border-box;}
.lfdc__05c2{box-sizing:border-box;}
.scbe135c5db{box-sizing:border-box;}
@media (max-width: 768px) {div.nac75e_22d2.ye920bb_d20 .kb1e1c8 { flex-direction: column !important; align-items: stretch !important; gap: 24px !important; padding: 48px 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
div.nac75e_22d2.ye920bb_d20 .kb1e1c8 > * { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
div.nac75e_22d2.ye920bb_d20 .kb1e1c8:nth-child(even) { flex-direction: column !important; }
.icc5193_jf { 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; }}