:root {

  --primary-color: #cc2900;
  --secondary-color: #e64000;
  --bg-color: #fdfaf4;
  --text-color: #1a1514;
  --text-muted: #6b5a55;
  --border-color: #1a1514;
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 2px 2px 0px var(--border-color);
  --shadow-md: 4px 4px 0px var(--border-color);
  --shadow-lg: 8px 8px 0px var(--border-color);
  --nav-height: 80px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  --btn-text: #ffffff;
  --oc-primary: var(--primary-color, hsl(165, 78%, 53%));
  --oc-secondary: var(--secondary-color, hsl(265, 62%, 53%));
  --oc-bg: var(--bg-color, hsl(165, 7%, 96%));
  --oc-text: var(--text-color, hsl(165, 10%, 10%));
  --oc-text-light: #555555;
  --oc-shadow: var(--shadow-sm, 0 4px 20px rgba(0,0,0,0.08));
  --oc-radius: var(--radius-md, 8px);
  --oc-max-width: 1200px;
  --oc-read-width: 680px;
  --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%);
}
.c1127_31, .c1127_31 *{
    box-sizing: border-box;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }
.c1127_31{
    background-color: var(--bg-color);
    border-bottom: 3px solid var(--border-color);
    position: relative;
    z-index: 1000;
    width: 100%; color: #1a1a2e;}
.i75e77a{
    display: flex;
    align-items: center;
    height: var(--nav-height);
    max-width: var(--max-width);
    margin: 0 auto;
    }
.a7b654f4dc9{
    font-size: 1.75rem;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    position: relative;
    }
.a7b654f4dc9::after{
    content: "";
    position: absolute;
    right: -12px;
    bottom: 8px;
    width: 8px;
    height: 8px;
    background-color: var(--primary-color); color: #ffffff;}
.ce84a89_sd{
    display: none;
    }
.bxafq2zox9{
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    width: 36px;
    height: 24px;
    padding: 0;
    margin-left: auto;
    }
.bxafq2zox9 span{
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.hf4d9bc8_ahdd{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start; 
    margin-left: 3.5rem;
    }
.a707__0c3{
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.x8196d91_t3b{
    color: var(--text-color);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 0.5rem 0;
    position: relative;
    transition: var(--transition);
    }
.x8196d91_t3b:hover{
    color: var(--primary-color);
    }
.x8196d91_t3b::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #ffffff;}
.x8196d91_t3b:hover::after{
    width: 100%;
    }
.w369469{
    margin-left: auto; 
    }
.h60e1844_9d7{
    background-color: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-weight: 800;
    font-size: 1.1rem;
    padding: 0.6rem 1.8rem;
    border: 3px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
.h60e1844_9d7:hover{
    background-color: var(--secondary-color);
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
    color: #1a1a2e;
    }
.h60e1844_9d7:active{
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px var(--border-color);
    }
@media (max-width: 1024px){.a7b654f4dc9 {
    margin-right: auto;
    }
.hf4d9bc8_ahdd {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 3px solid var(--border-color);
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    
    padding: 2rem 4vw;
    gap: 1.5rem;
    display: none;
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.a707__0c3 {
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
    }
.x8196d91_t3b {
    display: block;
    width: 100%;
    font-size: 1.25rem;
    }
.x8196d91_t3b::after {
    display: none; 
    }
.w369469 {
    margin-left: 0;
    width: 100%;
    margin-top: 1rem;
    }
.h60e1844_9d7 {
    width: 100%;
    }
.bxafq2zox9 {
    display: flex;
    }
.ce84a89_sd:checked ~ .hf4d9bc8_ahdd {
    display: flex;
    }
.ce84a89_sd:checked ~ .bxafq2zox9 span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
    }
.ce84a89_sd:checked ~ .bxafq2zox9 span:nth-child(2) {
    opacity: 0;
    }
.ce84a89_sd:checked ~ .bxafq2zox9 span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
    }}
.x8196d91_t3b.active{color: var(--primary-color);}
@media (min-width: 1025px){.c1127_31 #nt2cf73dba30, .c1127_31 label[for="nt2cf73dba30"]{ display: none !important; }}
@media (min-width: 1025px){.c1127_31 .hf4d9bc8_ahdd{ 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: 1025px){.c1127_31 .hf4d9bc8_ahdd{ 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: 1025px){.c1127_31 .hf4d9bc8_ahdd a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.x8196d91_t3b.active {color: var(--primary-color);}
#nt2cf73dba30:checked ~ .hf4d9bc8_ahdd { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd { 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: 1024px) {#nt2cf73dba30:checked ~ .hf4d9bc8_ahdd { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.c1127_31.ka3c99_d045 #nt2cf73dba30, .c1127_31.ka3c99_d045 label[for="nt2cf73dba30"] { display: none !important; }}
@media (min-width: 1025px) {.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd { 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: 1025px) {.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd { 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: 1025px) {.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.u17604__a5af{
    background: var(--bg-color);
    border-top: 4px solid var(--border-color);
    padding: 80px 0 40px;
    color: var(--text-color);
    font-family: system-ui, -apple-system, sans-serif;
    width: 100%;
    box-sizing: border-box;
    }
.f57slny3q{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    box-sizing: border-box;
    }
.j7dfa__9ec1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    }
.sba86b5682a{
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
.c68a6_39c{
    font-size: 48px;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    color: var(--primary-color);
    text-shadow: 4px 4px 0px var(--border-color);
    }
.h2e933__bad{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    max-width: 400px;
    color: var(--text-color);
    line-height: 1.5;
    }
.c7vx91vtlpl1{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
    width: 100%;
    }
.p527b_121a{
    font-size: 12px;
    font-weight: 800;
    padding: 6px 12px;
    border: 2px solid var(--border-color);
    background: #ffffff;
    color: var(--text-color);
    text-transform: uppercase;
    box-shadow: var(--shadow-sm);
    flex: 0 0 auto;
    }
.vbbd2c4e1a{
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    }
.vdc88__20b5e{
    display: inline-block;
    background: var(--primary-color);
    color: var(--btn-text, #ffffff);
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    border: 3px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-sizing: border-box;
    }
.vdc88__20b5e:hover{
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
    background: var(--secondary-color); color: #1a1a2e;}
.a28130_bc5{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 32px;
    border-top: 2px solid var(--border-color);
    width: 100%;
    }
.jbe5ee_ee{
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    flex: 1 1 auto;
    }
.p88c159_fd4{
    flex: 0 0 auto;
    display: flex;
    }
.t3e71b__525{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-muted);
    }
@media (max-width: 768px){.u17604__a5af{
    padding: 60px 0 30px;
    }
.f57slny3q{
    gap: 40px;
    }
.j7dfa__9ec1{
    flex-direction: column;
    gap: 32px;
    }
.sba86b5682a{
    flex: 1 1 auto;
    width: 100%;
    }
.c68a6_39c{
    font-size: 40px;
    text-shadow: 3px 3px 0px var(--border-color);
    }
.vbbd2c4e1a{
    width: 100%;
    }
.vdc88__20b5e{
    width: 100%;
    text-align: center;
    padding: 14px 24px;
    }
.a28130_bc5{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }}
div.r37c__e60d.nt6a4wz4mft{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--oc-bg);
    color: var(--oc-text);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    }
div.r37c__e60d.nt6a4wz4mft .p5c109b_lkim{
    width: 100%;
    max-width: var(--oc-max-width);
    margin: 0 auto;
    padding: 80px 40px;
    box-sizing: border-box;
    }
div.r37c__e60d.nt6a4wz4mft .h28cfb884ee{width: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    url("../images/index-hero-context-1.jpg") no-repeat center right / cover;
    position: relative;
    overflow: hidden; isolation: isolate;}
div.r37c__e60d.nt6a4wz4mft .s7d71b8ca{
    max-width: var(--oc-read-width);
    z-index: 2;
    padding-left: 40px;
    }
div.r37c__e60d.nt6a4wz4mft h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--oc-text);
    font-weight: 800;
    letter-spacing: -1px;
    }
div.r37c__e60d.nt6a4wz4mft .i422840ab9c{
    font-size: 1.5rem;
    color: var(--oc-secondary);
    margin-bottom: 20px;
    font-weight: 600;
    }
div.r37c__e60d.nt6a4wz4mft .u632b96_etd{
    font-size: 1.125rem;
    color: var(--oc-text-light);
    margin-bottom: 40px;
    max-width: 600px;
    }
div.r37c__e60d.nt6a4wz4mft .t6df8e33{
    display: flex;
    gap: 16px;
    }
div.r37c__e60d.nt6a4wz4mft .h62769a_5vq{
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    border-radius: var(--oc-radius);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    }
div.r37c__e60d.nt6a4wz4mft .o3ca2d_83{
    background-color: var(--oc-primary);
    color: #fff;
    box-shadow: 0 4px 15px rgba(26, 224, 177, 0.3);
    }
div.r37c__e60d.nt6a4wz4mft .o3ca2d_83:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 224, 177, 0.4);
    }
div.r37c__e60d.nt6a4wz4mft .t3384__e3d8{
    background-color: #fff;
    color: var(--oc-text);
    border: 2px solid var(--oc-text);
    }
div.r37c__e60d.nt6a4wz4mft .t3384__e3d8:hover{
    background-color: var(--oc-text);
    color: #fff;
    }
div.r37c__e60d.nt6a4wz4mft .u14d2dba{
    background-color: #fff; color: #1a1a2e;}
div.r37c__e60d.nt6a4wz4mft .bes0wozd3ki{
    font-size: 2rem;
    margin-bottom: 16px;
    color: var(--oc-text);
    }
div.r37c__e60d.nt6a4wz4mft .s9803a2_3f{
    font-size: 1.1rem;
    color: var(--oc-text-light);
    margin-bottom: 48px;
    max-width: var(--oc-read-width);
    }
div.r37c__e60d.nt6a4wz4mft .ada4ba9_kio{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 32px;
    }
div.r37c__e60d.nt6a4wz4mft .p83rme4px2{
    padding: 32px;
    border: 1px solid #eee;
    border-radius: var(--oc-radius);
    transition: border-color 0.3s ease;
    }
div.r37c__e60d.nt6a4wz4mft .p83rme4px2:hover{
    border-color: var(--oc-primary);
    }
div.r37c__e60d.nt6a4wz4mft .p83rme4px2 h3{
    margin-top: 0;
    color: var(--oc-primary);
    font-size: 1.25rem;
    }
div.r37c__e60d.nt6a4wz4mft .p83rme4px2 ul{
    padding-left: 20px;
    margin-bottom: 0;
    }
div.r37c__e60d.nt6a4wz4mft .p83rme4px2 li{
    margin-bottom: 12px;
    font-size: 0.95rem;
    }
div.r37c__e60d.nt6a4wz4mft .v5181_2ad{
    display: flex;
    flex-direction: column;
    gap: 60px;
    }
div.r37c__e60d.nt6a4wz4mft .a8494__7a5{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    }
div.r37c__e60d.nt6a4wz4mft .kvwh3aon h2{
    font-size: 1.75rem;
    margin-bottom: 24px;
    }
div.r37c__e60d.nt6a4wz4mft .o324f85_g1l img{
    width: 100%;
    border-radius: var(--oc-radius);
    box-shadow: var(--oc-shadow);
    object-fit: cover;
    aspect-ratio: 16 / 10;
    }
div.r37c__e60d.nt6a4wz4mft .ya86156_563{
    background-color: #1a1a1a;
    color: #fff;
    padding: 60px 40px;
    border-radius: var(--oc-radius);
    margin-top: 40px;
    }
div.r37c__e60d.nt6a4wz4mft .ya86156_563 h2{ color: var(--oc-primary); }
div.r37c__e60d.nt6a4wz4mft .sa4033_eac{
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
    }
div.r37c__e60d.nt6a4wz4mft .sa4033_eac td{
    padding: 16px 0;
    border-bottom: 1px solid #333;
    }
div.r37c__e60d.nt6a4wz4mft .u178d8__99985{
    font-weight: bold;
    width: 150px;
    color: #999;
    }
div.r37c__e60d.nt6a4wz4mft .cf5597_uyx{
    background: linear-gradient(to right, var(--oc-secondary), var(--oc-text));
    color: #1a1a2e;
    text-align: left;
    }
div.r37c__e60d.nt6a4wz4mft .t4481c0de{
    max-width: var(--oc-read-width);
    }
div.r37c__e60d.nt6a4wz4mft div.u8f4__d387{
    width: 100%;
    padding: 60px 40px;
    background-color: #f0f0f0;
    border-top: 1px solid #ddd;
    box-sizing: border-box; color: #1a1a2e;}
div.r37c__e60d.nt6a4wz4mft .r77a25_ba1d{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    max-width: var(--oc-max-width);
    margin: 0 auto;
    }
div.r37c__e60d.nt6a4wz4mft .abb416a792f h4{
    margin-bottom: 20px;
    font-size: 1rem;
    color: var(--oc-text);
    }
div.r37c__e60d.nt6a4wz4mft .abb416a792f ul{
    list-style: none;
    padding: 0;
    margin: 0;
    }
div.r37c__e60d.nt6a4wz4mft .abb416a792f li{
    margin-bottom: 12px;
    }
div.r37c__e60d.nt6a4wz4mft .abb416a792f a{
    color: var(--oc-text-light);
    text-decoration: none;
    font-size: 0.9rem;
    }
div.r37c__e60d.nt6a4wz4mft .abb416a792f a:hover{
    color: var(--oc-primary);
    }
div.r37c__e60d.nt6a4wz4mft .copyright{
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 0.85rem;
    color: #888;
    max-width: var(--oc-max-width);
    margin-left: 0;
    margin-right: auto;
    }
@media (max-width: 992px) {div.r37c__e60d.nt6a4wz4mft .a8494__7a5{ grid-template-columns: 1fr; gap: 40px; }
div.r37c__e60d.nt6a4wz4mft .h28cfb884ee{ background-position: center; }}
@media (max-width: 600px) {div.r37c__e60d.nt6a4wz4mft .p5c109b_lkim{ padding: 40px 20px; }
div.r37c__e60d.nt6a4wz4mft .s7d71b8ca{ padding-left: 0; }
div.r37c__e60d.nt6a4wz4mft .t6df8e33{ flex-direction: column; }
div.r37c__e60d.nt6a4wz4mft h1{ font-size: 2.2rem; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.r37c__e60d img.ca2f38dbc {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.r37c__e60d img.ca2f38dbc.j82383_c0c7 { aspect-ratio: 16 / 9; }
div.r37c__e60d img.ca2f38dbc.t267__2de9 { aspect-ratio: 16 / 10; }
div.r37c__e60d img.ca2f38dbc.q79d04_fb8f { aspect-ratio: 4 / 3; }
div.r37c__e60d img.ca2f38dbc.ga89f2_e170 { aspect-ratio: 1 / 1; }
div.r37c__e60d :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.r37c__e60d .xf7761ee2a5 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.r37c__e60d .xf7761ee2a5.j82383_c0c7 { aspect-ratio: 16 / 9; }
div.r37c__e60d .xf7761ee2a5.t267__2de9 { aspect-ratio: 16 / 10; }
div.r37c__e60d .xf7761ee2a5.q79d04_fb8f { aspect-ratio: 4 / 3; }
div.r37c__e60d .xf7761ee2a5.ga89f2_e170 { aspect-ratio: 1 / 1; }
div.r37c__e60d .xf7761ee2a5 > img.ca2f38dbc,
    div.r37c__e60d .xf7761ee2a5 > picture > img.ca2f38dbc {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.r37c__e60d.nt6a4wz4mft .o3ca2d_83 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.r37c__e60d.nt6a4wz4mft .o3ca2d_83 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.r37c__e60d.nt6a4wz4mft .o3ca2d_83 a:not([class]):hover{opacity:0.92;}
div.r37c__e60d.nt6a4wz4mft .o3ca2d_83 a[class=""]:hover{opacity:0.92;}
div.r37c__e60d.nt6a4wz4mft .o3ca2d_83 a:not([class]):visited{color:#ffffff !important;}
div.r37c__e60d.nt6a4wz4mft .o3ca2d_83 a[class=""]:visited{color:#ffffff !important;}
.c1127_31, .c1127_31 *{
    box-sizing: border-box;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }
.c1127_31{
    background-color: var(--bg-color);
    border-bottom: 3px solid var(--border-color);
    position: relative;
    z-index: 1000;
    width: 100%; color: #1a1a2e;}
.i75e77a{
    display: flex;
    align-items: center;
    height: var(--nav-height);
    max-width: var(--max-width);
    margin: 0 auto;
    }
.a7b654f4dc9{
    font-size: 1.75rem;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    position: relative;
    }
.a7b654f4dc9::after{
    content: "";
    position: absolute;
    right: -12px;
    bottom: 8px;
    width: 8px;
    height: 8px;
    background-color: var(--primary-color); color: #ffffff;}
.ce84a89_sd{
    display: none;
    }
.bxafq2zox9{
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    width: 36px;
    height: 24px;
    padding: 0;
    margin-left: auto;
    }
.bxafq2zox9 span{
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.hf4d9bc8_ahdd{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start; 
    margin-left: 3.5rem;
    }
.a707__0c3{
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.x8196d91_t3b{
    color: var(--text-color);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 0.5rem 0;
    position: relative;
    transition: var(--transition);
    }
.x8196d91_t3b:hover{
    color: var(--primary-color);
    }
.x8196d91_t3b::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #ffffff;}
.x8196d91_t3b:hover::after{
    width: 100%;
    }
.w369469{
    margin-left: auto; 
    }
.h60e1844_9d7{
    background-color: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-weight: 800;
    font-size: 1.1rem;
    padding: 0.6rem 1.8rem;
    border: 3px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
.h60e1844_9d7:hover{
    background-color: var(--secondary-color);
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
    color: #1a1a2e;
    }
.h60e1844_9d7:active{
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px var(--border-color);
    }
@media (max-width: 1024px){.a7b654f4dc9 {
    margin-right: auto;
    }
.hf4d9bc8_ahdd {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 3px solid var(--border-color);
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    
    padding: 2rem 4vw;
    gap: 1.5rem;
    display: none;
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.a707__0c3 {
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
    }
.x8196d91_t3b {
    display: block;
    width: 100%;
    font-size: 1.25rem;
    }
.x8196d91_t3b::after {
    display: none; 
    }
.w369469 {
    margin-left: 0;
    width: 100%;
    margin-top: 1rem;
    }
.h60e1844_9d7 {
    width: 100%;
    }
.bxafq2zox9 {
    display: flex;
    }
.ce84a89_sd:checked ~ .hf4d9bc8_ahdd {
    display: flex;
    }
.ce84a89_sd:checked ~ .bxafq2zox9 span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
    }
.ce84a89_sd:checked ~ .bxafq2zox9 span:nth-child(2) {
    opacity: 0;
    }
.ce84a89_sd:checked ~ .bxafq2zox9 span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
    }}
.x8196d91_t3b.active{color: var(--primary-color);}
@media (min-width: 1025px){.c1127_31 #nt2cf73dba30, .c1127_31 label[for="nt2cf73dba30"]{ display: none !important; }}
@media (min-width: 1025px){.c1127_31 .hf4d9bc8_ahdd{ 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: 1025px){.c1127_31 .hf4d9bc8_ahdd{ 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: 1025px){.c1127_31 .hf4d9bc8_ahdd a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.x8196d91_t3b.active{color: var(--primary-color);}
#nt2cf73dba30:checked ~ .hf4d9bc8_ahdd{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd{ 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: 1024px){#nt2cf73dba30:checked ~ .hf4d9bc8_ahdd{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.c1127_31.ka3c99_d045 #nt2cf73dba30, .c1127_31.ka3c99_d045 label[for="nt2cf73dba30"]{ display: none !important; }}
@media (min-width: 1025px){.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd{ 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: 1025px){.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd{ 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: 1025px){.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.u17604__a5af{
    background: var(--bg-color);
    border-top: 4px solid var(--border-color);
    padding: 80px 0 40px;
    color: var(--text-color);
    font-family: system-ui, -apple-system, sans-serif;
    width: 100%;
    box-sizing: border-box;
    }
.f57slny3q{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    box-sizing: border-box;
    }
.j7dfa__9ec1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    }
.sba86b5682a{
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
.c68a6_39c{
    font-size: 48px;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    color: var(--primary-color);
    text-shadow: 4px 4px 0px var(--border-color);
    }
.h2e933__bad{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    max-width: 400px;
    color: var(--text-color);
    line-height: 1.5;
    }
.c7vx91vtlpl1{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
    width: 100%;
    }
.p527b_121a{
    font-size: 12px;
    font-weight: 800;
    padding: 6px 12px;
    border: 2px solid var(--border-color);
    background: #ffffff;
    color: var(--text-color);
    text-transform: uppercase;
    box-shadow: var(--shadow-sm);
    flex: 0 0 auto;
    }
.vbbd2c4e1a{
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    }
.vdc88__20b5e{
    display: inline-block;
    background: var(--primary-color);
    color: var(--btn-text, #ffffff);
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    border: 3px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-sizing: border-box;
    }
.vdc88__20b5e:hover{
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
    background: var(--secondary-color); color: #1a1a2e;}
.a28130_bc5{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 32px;
    border-top: 2px solid var(--border-color);
    width: 100%;
    }
.jbe5ee_ee{
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    flex: 1 1 auto;
    }
.p88c159_fd4{
    flex: 0 0 auto;
    display: flex;
    }
.t3e71b__525{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-muted);
    }
@media (max-width: 768px){.u17604__a5af{
    padding: 60px 0 30px;
    }
.f57slny3q{
    gap: 40px;
    }
.j7dfa__9ec1{
    flex-direction: column;
    gap: 32px;
    }
.sba86b5682a{
    flex: 1 1 auto;
    width: 100%;
    }
.c68a6_39c{
    font-size: 40px;
    text-shadow: 3px 3px 0px var(--border-color);
    }
.vbbd2c4e1a{
    width: 100%;
    }
.vdc88__20b5e{
    width: 100%;
    text-align: center;
    padding: 14px 24px;
    }
.a28130_bc5{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }}
.c1127_31, .c1127_31 *{
  box-sizing: border-box;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.c1127_31{
  background-color: var(--bg-color);
  border-bottom: 3px solid var(--border-color);
  position: relative;
  z-index: 1000;
  width: 100%; color: #1a1a2e;}
.i75e77a{
  display: flex;
  align-items: center;
  height: var(--nav-height);
  max-width: var(--max-width);
  margin: 0 auto;
}
.a7b654f4dc9{
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.5px;
  position: relative;
}
.a7b654f4dc9::after{
  content: "";
  position: absolute;
  right: -12px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-color); color: #ffffff;}
.ce84a89_sd{
  display: none;
}
.bxafq2zox9{
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 36px;
  height: 24px;
  padding: 0;
  margin-left: auto;
}
.bxafq2zox9 span{
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.hf4d9bc8_ahdd{
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-start; 
  margin-left: 3.5rem;
}
.a707__0c3{
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.x8196d91_t3b{
  color: var(--text-color);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 0.5rem 0;
  position: relative;
  transition: var(--transition);
}
.x8196d91_t3b:hover{
  color: var(--primary-color);
}
.x8196d91_t3b::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--primary-color);
  transition: var(--transition); color: #ffffff;}
.x8196d91_t3b:hover::after{
  width: 100%;
}
.w369469{
  margin-left: auto; 
}
.h60e1844_9d7{
  background-color: var(--primary-color);
  color: var(--btn-text);
  text-decoration: none;
  font-weight: 800;
  font-size: 1.1rem;
  padding: 0.6rem 1.8rem;
  border: 3px solid var(--border-color);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.h60e1844_9d7:hover{
  background-color: var(--secondary-color);
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-lg);
  color: #1a1a2e;
}
.h60e1844_9d7:active{
  transform: translate(2px, 2px);
  box-shadow: 0px 0px 0px var(--border-color);
}
@media (max-width: 1024px){.a7b654f4dc9 {
    margin-right: auto;
  }
.hf4d9bc8_ahdd {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 3px solid var(--border-color);
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    
    padding: 2rem 4vw;
    gap: 1.5rem;
    display: none;
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.a707__0c3 {
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
  }
.x8196d91_t3b {
    display: block;
    width: 100%;
    font-size: 1.25rem;
  }
.x8196d91_t3b::after {
    display: none; 
  }
.w369469 {
    margin-left: 0;
    width: 100%;
    margin-top: 1rem;
  }
.h60e1844_9d7 {
    width: 100%;
  }
.bxafq2zox9 {
    display: flex;
  }
.ce84a89_sd:checked ~ .hf4d9bc8_ahdd {
    display: flex;
  }
.ce84a89_sd:checked ~ .bxafq2zox9 span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
.ce84a89_sd:checked ~ .bxafq2zox9 span:nth-child(2) {
    opacity: 0;
  }
.ce84a89_sd:checked ~ .bxafq2zox9 span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }}
.x8196d91_t3b.active{color: var(--primary-color);}
@media (min-width: 1025px){.c1127_31 #nt2cf73dba30, .c1127_31 label[for="nt2cf73dba30"]{ display: none !important; }}
@media (min-width: 1025px){.c1127_31 .hf4d9bc8_ahdd{ 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: 1025px){.c1127_31 .hf4d9bc8_ahdd{ 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: 1025px){.c1127_31 .hf4d9bc8_ahdd a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.x8196d91_t3b.active{color: var(--primary-color);}
#nt2cf73dba30:checked ~ .hf4d9bc8_ahdd{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd{ 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: 1024px){#nt2cf73dba30:checked ~ .hf4d9bc8_ahdd{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.c1127_31.ka3c99_d045 #nt2cf73dba30, .c1127_31.ka3c99_d045 label[for="nt2cf73dba30"]{ display: none !important; }}
@media (min-width: 1025px){.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd{ 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: 1025px){.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd{ 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: 1025px){.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.r01f__6637{
  background: var(--bg-color);
  border-top: 4px solid var(--border-color);
  padding: 80px 0 40px;
  color: var(--text-color);
  font-family: system-ui, -apple-system, sans-serif;
  width: 100%;
  box-sizing: border-box;
}
.b2a839e21e3{
  max-width: var(--max-width, 1200px);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  box-sizing: border-box;
}
.x668b4cc54a{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}
.xa44__5b4d{
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.i098__2728{
  font-size: 48px;
  font-weight: 900;
  margin: 0;
  line-height: 1;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  color: var(--primary-color);
  text-shadow: 4px 4px 0px var(--border-color);
}
.n70a__ea85{
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  max-width: 400px;
  color: var(--text-color);
  line-height: 1.5;
}
.gd8ce211a{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
  width: 100%;
}
.z83c__8d1f{
  font-size: 12px;
  font-weight: 800;
  padding: 6px 12px;
  border: 2px solid var(--border-color);
  background: #ffffff;
  color: var(--text-color);
  text-transform: uppercase;
  box-shadow: var(--shadow-sm);
  flex: 0 0 auto;
}
.b0a5__b0f6{
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
.y09b1a_5bb2{
  display: inline-block;
  background: var(--primary-color);
  color: var(--btn-text, #ffffff);
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  border: 3px solid var(--border-color);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
.y09b1a_5bb2:hover{
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-lg);
  background: var(--secondary-color); color: #1a1a2e;}
.x212bac2d{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 32px;
  border-top: 2px solid var(--border-color);
  width: 100%;
}
.y91c2b1d3{
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color);
  flex: 1 1 auto;
}
.pb857c2a8a6{
  flex: 0 0 auto;
  display: flex;
}
.pc24b2_ea20{
  font-size: 14px;
  font-weight: 700;
  color: var(--text-muted);
}
@media (max-width: 768px){.r01f__6637{
    padding: 60px 0 30px;
  }
.b2a839e21e3{
    gap: 40px;
  }
.x668b4cc54a{
    flex-direction: column;
    gap: 32px;
  }
.xa44__5b4d{
    flex: 1 1 auto;
    width: 100%;
  }
.i098__2728{
    font-size: 40px;
    text-shadow: 3px 3px 0px var(--border-color);
  }
.b0a5__b0f6{
    width: 100%;
  }
.y09b1a_5bb2{
    width: 100%;
    text-align: center;
    padding: 14px 24px;
  }
.x212bac2d{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }}
.x40d793230e{box-sizing:border-box;}
.f8cc__7839{box-sizing:border-box;}
@media (max-width: 768px) {.a28130_bc5 { 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; }}