:root {

  --zf-primary: hsl(245, 92%, 59%);
  --zf-secondary: hsl(301, 73%, 59%);
  --zf-accent: hsl(25, 100%, 50%);
  --zf-text: var(--text-color, hsl(245, 10%, 7%));
  --zf-bg: var(--bg-color, hsl(245, 9%, 97%));
  --zf-card-bg: #ffffff;
  --zf-max-width: 1200px;
  --zf-read-width: 900px;
  --zf-shadow: 0 12px 30px rgba(0,0,0,0.08);
  --zf-radius: var(--border-radius, 8px);
  --primary-color: #F04C24;
  --secondary-color: #C83512;
  --bg-color: #FDF9F5;
  --text-color: #1A1412;
  --text-muted: #665651;
  --border-color: #1A1412;
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 3px 3px 0px var(--border-color);
  --shadow-md: 5px 5px 0px var(--border-color);
  --shadow-lg: 8px 8px 0px var(--border-color);
  --nav-height: 80px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: var(--bg-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.m146__f15c.n4f2432e_a3.f296__e18{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--zf-text);
    background-color: var(--zf-bg);
    line-height: 1.6;
    overflow-x: hidden;
    padding-bottom: 0;
    }
div.m146__f15c.n4f2432e_a3 .rd719c_8f24{
    max-width: var(--zf-max-width);
    margin: 0 auto;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
div.m146__f15c.n4f2432e_a3 .ccikwe5io{
    width: 100%;
    margin-bottom: 50px;
    }
div.m146__f15c.n4f2432e_a3 .ccikwe5io h2{
    font-size: 2.5rem;
    color: var(--zf-primary);
    text-align: left; 
    border-bottom: 4px solid var(--zf-accent);
    display: block;
    padding-bottom: 10px;
    }
div.m146__f15c.n4f2432e_a3 .fkzlro8us0lv{
    padding-top: 120px;
    padding-bottom: 60px;
    max-width: var(--zf-max-width);
    margin: 0 auto;
    padding-left: 40px;
    }
div.m146__f15c.n4f2432e_a3 .fkzlro8us0lv h1{
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 24px;
    max-width: var(--zf-read-width);
    font-weight: 800;
    color: var(--zf-primary);
    text-align: left; 
    }
div.m146__f15c.n4f2432e_a3 .r7ab95f6_r75m{
    font-size: 1.25rem;
    max-width: 680px; 
    margin-bottom: 40px;
    color: #555;
    }
div.m146__f15c.n4f2432e_a3 .zc28__0e902{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    }
div.m146__f15c.n4f2432e_a3 .vffd__815f{
    background: var(--zf-card-bg);
    padding: 32px;
    border-radius: var(--zf-radius);
    box-shadow: var(--zf-shadow);
    transition: transform 0.3s ease, border-color 0.3s ease;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between; color: #1a1a2e;}
div.m146__f15c.n4f2432e_a3 .vffd__815f:hover{
    transform: translateY(-8px);
    border-color: var(--zf-accent);
    }
div.m146__f15c.n4f2432e_a3 .yb29__e38d{
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    fill: var(--zf-primary);
    }
div.m146__f15c.n4f2432e_a3 .vbcb5fb1_wrg0{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
    }
div.m146__f15c.n4f2432e_a3 .ajtlpzsgp5s{
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 24px;
    }
div.m146__f15c.n4f2432e_a3 .xc4a03b{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: var(--zf-primary);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    border-radius: var(--zf-radius);
    box-shadow: 0 4px 15px rgba(67, 56, 202, 0.4);
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    }
div.m146__f15c.n4f2432e_a3 .xc4a03b:hover{
    background: var(--zf-secondary);
    box-shadow: 0 6px 20px rgba(67, 56, 202, 0.6);
    transform: scale(1.02); color: #1a1a2e;}
div.m146__f15c.n4f2432e_a3 .xc4a03b.wfc07_cb13{
    background: var(--zf-accent);
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.4); color: #1a1a2e;}
div.m146__f15c.n4f2432e_a3 .t42505c1{
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
    width: 100%;
    }
div.m146__f15c.n4f2432e_a3 .t42505c1.r9084b_v1k{
    flex-direction: row-reverse;
    }
div.m146__f15c.n4f2432e_a3 .eomxfltd{
    flex: 1;
    }
div.m146__f15c.n4f2432e_a3 .j4621b_v64{
    flex: 1;
    border-radius: var(--zf-radius);
    overflow: hidden;
    box-shadow: var(--zf-shadow);
    }
div.m146__f15c.n4f2432e_a3 .j4621b_v64 img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/10;
    }
div.m146__f15c.n4f2432e_a3 .c0613b_c7a2{
    counter-reset: step-counter;
    list-style: none;
    padding: 0;
    width: 100%;
    }
div.m146__f15c.n4f2432e_a3 .udceb__cf7f{
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding: 24px;
    background: #fdfdfd;
    border-left: 4px solid var(--zf-primary); color: #1a1a2e;}
div.m146__f15c.n4f2432e_a3 .udceb__cf7f::before{
    counter-increment: step-counter;
    content: counter(step-counter);
    font-weight: 900;
    font-size: 2rem;
    color: var(--zf-accent);
    opacity: 0.3;
    }
div.m146__f15c.n4f2432e_a3 .q018__8035{
    background: #1a1a1a;
    color: #ffffff;
    padding: 60px 40px;
    margin-top: 80px;
    }
div.m146__f15c.n4f2432e_a3 .a6ebbbc29{
    max-width: var(--zf-max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    }
div.m146__f15c.n4f2432e_a3 .od14__be0d h3{
    color: #fff;
    margin-bottom: 20px;
    }
div.m146__f15c.n4f2432e_a3 .w176ed6de10 a{
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
    }
div.m146__f15c.n4f2432e_a3 .w176ed6de10 a:hover{
    color: var(--zf-accent);
    }
@media (max-width: 1024px) {div.m146__f15c.n4f2432e_a3 .zc28__0e902{ grid-template-columns: repeat(2, 1fr); }
div.m146__f15c.n4f2432e_a3 .a6ebbbc29{ grid-template-columns: 1fr 1fr; }}
@media (max-width: 640px) {div.m146__f15c.n4f2432e_a3 .zc28__0e902{ grid-template-columns: 1fr; }
div.m146__f15c.n4f2432e_a3 .t42505c1, div.m146__f15c.n4f2432e_a3 .t42505c1.r9084b_v1k{ flex-direction: column; }
div.m146__f15c.n4f2432e_a3 .fkzlro8us0lv h1{ font-size: 2.2rem; }}
div.m146__f15c.n4f2432e_a3 .ie7f__e9c0{box-sizing:border-box;}
.k426e2_n1r{
    background-color: var(--bg-color, #FDF9F5);
    border-top: 4px solid var(--border-color, #1A1412);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%; color: #1a1a2e;}
.wa66d7e9d8{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    }
.e5dc53f9f5{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 60px;
    align-items: flex-start;
    }
.neo8wew2a{
    flex: 1;
    min-width: 300px;
    max-width: 480px;
    text-align: left;
    }
.r8557f7634f{
    font-size: 32px;
    font-weight: 900;
    color: var(--primary-color, #F04C24);
    margin-bottom: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    }
.m0e9__3cb{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted, #665651);
    margin-bottom: 32px;
    max-width: 400px;
    }
.rb641a3ae9{
    display: flex;
    justify-content: flex-start;
    }
.v70c__66ee5{
    background-color: var(--primary-color, #F04C24);
    color: #1a1a2e;
    padding: 14px 28px;
    font-weight: 800;
    text-decoration: none;
    border: 2px solid var(--border-color, #1A1412);
    box-shadow: var(--shadow-md, 5px 5px 0px #1A1412);
    transition: var(--transition, all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1));
    display: inline-block;
    }
.v70c__66ee5:hover{
    transform: translate(-2px, -2px);
    box-shadow: 7px 7px 0px var(--border-color, #1A1412);
    background-color: var(--secondary-color, #C83512); color: #1a1a2e;}
.s4w41r29{
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
    }
.o57170_da5{
    display: flex;
    flex-direction: column;
    min-width: 120px;
    }
.n74a99dc_qxm{
    font-size: 18px;
    font-weight: 800;
    color: var(--text-color, #1A1412);
    margin-bottom: 24px;
    position: relative;
    }
.dxy350re{
    font-size: 15px;
    color: var(--text-muted, #665651);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition, all 0.25s);
    font-weight: 500;
    width: fit-content;
    }
.dxy350re:hover{
    color: var(--primary-color, #F04C24);
    padding-left: 4px;
    }
.gc41ab0_3d{
    border-top: 2px solid var(--border-color, #1A1412);
    padding-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    }
.ab70__ea3b{
    font-size: 14px;
    color: var(--text-muted, #665651);
    font-weight: 500;
    }
.a99ec_99{
    font-size: 12px;
    font-weight: 700;
    color: var(--text-color, #1A1412);
    background-color: #E8F5E9;
    padding: 4px 12px;
    border: 1px solid var(--border-color, #1A1412);
    display: inline-block;
    }
@media (max-width: 768px){.k426e2_n1r{
    padding-top: 60px;
    }
.e5dc53f9f5{
    flex-direction: column;
    gap: 40px;
    }
.neo8wew2a{
    max-width: 100%;
    min-width: unset;
    }
.s4w41r29{
    gap: 40px;
    width: 100%;
    }
.o57170_da5{
    flex: 1;
    min-width: 40%;
    }
.gc41ab0_3d{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }}
body{
    margin: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--bg-color); color: #1a1a2e;}
*{
    box-sizing: border-box;
    }
.l57d65767ef{
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color); color: #1a1a2e;}
.b0a84__673{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--nav-height);
    max-width: var(--max-width);
    margin: 0 auto;
    }
.w76d18a6{
    font-size: 24px;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 1px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    position: relative;
    }
.w76d18a6::before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: var(--primary-color);
    margin-right: 12px;
    border: 2px solid var(--text-color);
    box-shadow: 2px 2px 0px var(--text-color); color: #1a1a2e;}
.b100__8b00{
    display: none;
    }
.tdf4410c5cb{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 22px;
    cursor: pointer;
    z-index: 1001;
    }
.i347lau8{
    display: block;
    height: 3px;
    width: 100%;
    background-color: var(--text-color);
    border-radius: var(--radius-sm);
    transition: var(--transition); color: #ffffff;}
.w34cf_19{
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-left: 48px;
    }
.b2d56__79da{
    display: flex;
    align-items: center;
    width: 100%;
    }
.obdd4_d8{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
    }
.f7553485_9ok{
    position: relative;
    }
.cd9288_e2{
    color: var(--text-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    transition: var(--transition);
    display: inline-block;
    position: relative;
    }
.cd9288_e2::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.cd9288_e2:hover{
    color: var(--primary-color);
    }
.cd9288_e2:hover::after{
    width: 100%;
    }
.xae562_9l{
    display: flex;
    align-items: center;
    margin-left: auto;
    }
.ee1e__1351{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 32px;
    border: 2px solid var(--text-color);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.ee1e__1351:hover{
    background-color: var(--secondary-color);
    color: #ffffff;
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-md);
    }
.ee1e__1351:active{
    transform: translate(1px, 1px);
    box-shadow: 1px 1px 0px var(--text-color);
    }
@media (max-width: 992px){.b0a84__673 {
    padding: 0 20px;
    }
.tdf4410c5cb {
    display: flex;
    }
.w34cf_19 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    margin-left: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-bottom: 0px solid var(--border-color); color: #1a1a2e;}
.b100__8b00:checked ~ .w34cf_19 {
    max-height: 600px;
    border-bottom: 2px solid var(--border-color);
    }
.b2d56__79da {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 20px 32px 20px;
    }
.b100__8b00:checked ~ .tdf4410c5cb .i347lau8:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg);
    }
.b100__8b00:checked ~ .tdf4410c5cb .i347lau8:nth-child(2) {
    opacity: 0;
    }
.b100__8b00:checked ~ .tdf4410c5cb .i347lau8:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
    }
.obdd4_d8 {
    flex-direction: column;
    gap: 0;
    }
.f7553485_9ok {
    border-bottom: 1px solid rgba(0,0,0,0.06);
    }
.f7553485_9ok:last-child {
    border-bottom: none;
    }
.cd9288_e2 {
    display: block;
    padding: 18px 0;
    width: 100%;
    }
.cd9288_e2::after {
    display: none;
    }
.xae562_9l {
    margin-top: 32px;
    margin-left: 0;
    width: 100%;
    }
.ee1e__1351 {
    width: 100%;
    padding: 16px;
    font-size: 18px;
    }}
.cd9288_e2.active{color: var(--primary-color);}
@media (min-width: 993px){.l57d65767ef #ntb75716f9b3, .l57d65767ef label[for="ntb75716f9b3"]{ display: none !important; }}
@media (min-width: 993px){.l57d65767ef .w34cf_19{ 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: 993px){.l57d65767ef .w34cf_19{ 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: 993px){.l57d65767ef .w34cf_19 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.cd9288_e2.active {color: var(--primary-color);}
#ntb75716f9b3:checked ~ .w34cf_19 { right: 0 !important; left: auto !important; }
@media (max-width: 992px) {.l57d65767ef.e05efc48f .w34cf_19 { 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: 992px) {#ntb75716f9b3:checked ~ .w34cf_19 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px) {.l57d65767ef.e05efc48f #ntb75716f9b3, .l57d65767ef.e05efc48f label[for="ntb75716f9b3"] { display: none !important; }}
@media (min-width: 993px) {.l57d65767ef.e05efc48f .w34cf_19 { 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: 993px) {.l57d65767ef.e05efc48f .w34cf_19 { 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: 993px) {.l57d65767ef.e05efc48f .w34cf_19 a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.m146__f15c img.i5398b353 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.m146__f15c img.i5398b353.y28bac_473c { aspect-ratio: 16 / 9; }
div.m146__f15c img.i5398b353.nefccb_2f3d { aspect-ratio: 16 / 10; }
div.m146__f15c img.i5398b353.yf2d__29b2 { aspect-ratio: 4 / 3; }
div.m146__f15c img.i5398b353.i500__d7c8 { aspect-ratio: 1 / 1; }
div.m146__f15c :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.m146__f15c .t0002d_db99 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.m146__f15c .t0002d_db99.y28bac_473c { aspect-ratio: 16 / 9; }
div.m146__f15c .t0002d_db99.nefccb_2f3d { aspect-ratio: 16 / 10; }
div.m146__f15c .t0002d_db99.yf2d__29b2 { aspect-ratio: 4 / 3; }
div.m146__f15c .t0002d_db99.i500__d7c8 { aspect-ratio: 1 / 1; }
div.m146__f15c .t0002d_db99 > img.i5398b353,
    div.m146__f15c .t0002d_db99 > picture > img.i5398b353 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.m146__f15c.n4f2432e_a3 .xc4a03b a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.m146__f15c.n4f2432e_a3 .xc4a03b a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.m146__f15c.n4f2432e_a3 .xc4a03b a:not([class]):hover{opacity:0.92;}
div.m146__f15c.n4f2432e_a3 .xc4a03b a[class=""]:hover{opacity:0.92;}
div.m146__f15c.n4f2432e_a3 .xc4a03b a:not([class]):visited{color:#ffffff !important;}
div.m146__f15c.n4f2432e_a3 .xc4a03b a[class=""]:visited{color:#ffffff !important;}
body{
    margin: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--bg-color); color: #1a1a2e;}
*{
    box-sizing: border-box;
    }
.l57d65767ef{
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color); color: #1a1a2e;}
.b0a84__673{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--nav-height);
    max-width: var(--max-width);
    margin: 0 auto;
    }
.w76d18a6{
    font-size: 24px;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 1px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    position: relative;
    }
.w76d18a6::before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: var(--primary-color);
    margin-right: 12px;
    border: 2px solid var(--text-color);
    box-shadow: 2px 2px 0px var(--text-color); color: #1a1a2e;}
.b100__8b00{
    display: none;
    }
.tdf4410c5cb{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 22px;
    cursor: pointer;
    z-index: 1001;
    }
.i347lau8{
    display: block;
    height: 3px;
    width: 100%;
    background-color: var(--text-color);
    border-radius: var(--radius-sm);
    transition: var(--transition); color: #ffffff;}
.w34cf_19{
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-left: 48px;
    }
.b2d56__79da{
    display: flex;
    align-items: center;
    width: 100%;
    }
.obdd4_d8{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
    }
.f7553485_9ok{
    position: relative;
    }
.cd9288_e2{
    color: var(--text-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    transition: var(--transition);
    display: inline-block;
    position: relative;
    }
.cd9288_e2::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.cd9288_e2:hover{
    color: var(--primary-color);
    }
.cd9288_e2:hover::after{
    width: 100%;
    }
.xae562_9l{
    display: flex;
    align-items: center;
    margin-left: auto;
    }
.ee1e__1351{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 32px;
    border: 2px solid var(--text-color);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.ee1e__1351:hover{
    background-color: var(--secondary-color);
    color: #ffffff;
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-md);
    }
.ee1e__1351:active{
    transform: translate(1px, 1px);
    box-shadow: 1px 1px 0px var(--text-color);
    }
@media (max-width: 992px){.b0a84__673 {
    padding: 0 20px;
    }
.tdf4410c5cb {
    display: flex;
    }
.w34cf_19 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    margin-left: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-bottom: 0px solid var(--border-color); color: #1a1a2e;}
.b100__8b00:checked ~ .w34cf_19 {
    max-height: 600px;
    border-bottom: 2px solid var(--border-color);
    }
.b2d56__79da {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 20px 32px 20px;
    }
.b100__8b00:checked ~ .tdf4410c5cb .i347lau8:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg);
    }
.b100__8b00:checked ~ .tdf4410c5cb .i347lau8:nth-child(2) {
    opacity: 0;
    }
.b100__8b00:checked ~ .tdf4410c5cb .i347lau8:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
    }
.obdd4_d8 {
    flex-direction: column;
    gap: 0;
    }
.f7553485_9ok {
    border-bottom: 1px solid rgba(0,0,0,0.06);
    }
.f7553485_9ok:last-child {
    border-bottom: none;
    }
.cd9288_e2 {
    display: block;
    padding: 18px 0;
    width: 100%;
    }
.cd9288_e2::after {
    display: none;
    }
.xae562_9l {
    margin-top: 32px;
    margin-left: 0;
    width: 100%;
    }
.ee1e__1351 {
    width: 100%;
    padding: 16px;
    font-size: 18px;
    }}
.cd9288_e2.active{color: var(--primary-color);}
@media (min-width: 993px){.l57d65767ef #ntb75716f9b3, .l57d65767ef label[for="ntb75716f9b3"]{ display: none !important; }}
@media (min-width: 993px){.l57d65767ef .w34cf_19{ 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: 993px){.l57d65767ef .w34cf_19{ 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: 993px){.l57d65767ef .w34cf_19 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.cd9288_e2.active{color: var(--primary-color);}
#ntb75716f9b3:checked ~ .w34cf_19{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.l57d65767ef.e05efc48f .w34cf_19{ 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: 992px){#ntb75716f9b3:checked ~ .w34cf_19{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.l57d65767ef.e05efc48f #ntb75716f9b3, .l57d65767ef.e05efc48f label[for="ntb75716f9b3"]{ display: none !important; }}
@media (min-width: 993px){.l57d65767ef.e05efc48f .w34cf_19{ 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: 993px){.l57d65767ef.e05efc48f .w34cf_19{ 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: 993px){.l57d65767ef.e05efc48f .w34cf_19 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.k426e2_n1r{
    background-color: var(--bg-color, #FDF9F5);
    border-top: 4px solid var(--border-color, #1A1412);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%; color: #1a1a2e;}
.wa66d7e9d8{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    }
.e5dc53f9f5{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 60px;
    align-items: flex-start;
    }
.neo8wew2a{
    flex: 1;
    min-width: 300px;
    max-width: 480px;
    text-align: left;
    }
.r8557f7634f{
    font-size: 32px;
    font-weight: 900;
    color: var(--primary-color, #F04C24);
    margin-bottom: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    }
.m0e9__3cb{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted, #665651);
    margin-bottom: 32px;
    max-width: 400px;
    }
.rb641a3ae9{
    display: flex;
    justify-content: flex-start;
    }
.v70c__66ee5{
    background-color: var(--primary-color, #F04C24);
    color: #1a1a2e;
    padding: 14px 28px;
    font-weight: 800;
    text-decoration: none;
    border: 2px solid var(--border-color, #1A1412);
    box-shadow: var(--shadow-md, 5px 5px 0px #1A1412);
    transition: var(--transition, all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1));
    display: inline-block;
    }
.v70c__66ee5:hover{
    transform: translate(-2px, -2px);
    box-shadow: 7px 7px 0px var(--border-color, #1A1412);
    background-color: var(--secondary-color, #C83512); color: #1a1a2e;}
.s4w41r29{
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
    }
.o57170_da5{
    display: flex;
    flex-direction: column;
    min-width: 120px;
    }
.n74a99dc_qxm{
    font-size: 18px;
    font-weight: 800;
    color: var(--text-color, #1A1412);
    margin-bottom: 24px;
    position: relative;
    }
.dxy350re{
    font-size: 15px;
    color: var(--text-muted, #665651);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition, all 0.25s);
    font-weight: 500;
    width: fit-content;
    }
.dxy350re:hover{
    color: var(--primary-color, #F04C24);
    padding-left: 4px;
    }
.gc41ab0_3d{
    border-top: 2px solid var(--border-color, #1A1412);
    padding-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    }
.ab70__ea3b{
    font-size: 14px;
    color: var(--text-muted, #665651);
    font-weight: 500;
    }
.a99ec_99{
    font-size: 12px;
    font-weight: 700;
    color: var(--text-color, #1A1412);
    background-color: #E8F5E9;
    padding: 4px 12px;
    border: 1px solid var(--border-color, #1A1412);
    display: inline-block;
    }
@media (max-width: 768px){.k426e2_n1r{
    padding-top: 60px;
    }
.e5dc53f9f5{
    flex-direction: column;
    gap: 40px;
    }
.neo8wew2a{
    max-width: 100%;
    min-width: unset;
    }
.s4w41r29{
    gap: 40px;
    width: 100%;
    }
.o57170_da5{
    flex: 1;
    min-width: 40%;
    }
.gc41ab0_3d{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }}
body{
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: var(--bg-color); color: #1a1a2e;}
*{
  box-sizing: border-box;
}
.l57d65767ef{
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: var(--nav-bg);
  border-bottom: 2px solid var(--border-color); color: #1a1a2e;}
.b0a84__673{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-height);
  max-width: var(--max-width);
  margin: 0 auto;
}
.w76d18a6{
  font-size: 24px;
  font-weight: 900;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: 1px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
}
.w76d18a6::before{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: var(--primary-color);
  margin-right: 12px;
  border: 2px solid var(--text-color);
  box-shadow: 2px 2px 0px var(--text-color); color: #1a1a2e;}
.b100__8b00{
  display: none;
}
.tdf4410c5cb{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 22px;
  cursor: pointer;
  z-index: 1001;
}
.i347lau8{
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--text-color);
  border-radius: var(--radius-sm);
  transition: var(--transition); color: #ffffff;}
.w34cf_19{
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-left: 48px;
}
.b2d56__79da{
  display: flex;
  align-items: center;
  width: 100%;
}
.obdd4_d8{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
}
.f7553485_9ok{
  position: relative;
}
.cd9288_e2{
  color: var(--text-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 0;
  transition: var(--transition);
  display: inline-block;
  position: relative;
}
.cd9288_e2::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--primary-color);
  transition: var(--transition); color: #1a1a2e;}
.cd9288_e2:hover{
  color: var(--primary-color);
}
.cd9288_e2:hover::after{
  width: 100%;
}
.xae562_9l{
  display: flex;
  align-items: center;
  margin-left: auto;
}
.ee1e__1351{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: #1a1a2e;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 32px;
  border: 2px solid var(--text-color);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  white-space: nowrap;
}
.ee1e__1351:hover{
  background-color: var(--secondary-color);
  color: #ffffff;
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-md);
}
.ee1e__1351:active{
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0px var(--text-color);
}
@media (max-width: 992px){.b0a84__673 {
    padding: 0 20px;
  }
.tdf4410c5cb {
    display: flex;
  }
.w34cf_19 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    margin-left: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-bottom: 0px solid var(--border-color); color: #1a1a2e;}
.b100__8b00:checked ~ .w34cf_19 {
    max-height: 600px;
    border-bottom: 2px solid var(--border-color);
  }
.b2d56__79da {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 20px 32px 20px;
  }
.b100__8b00:checked ~ .tdf4410c5cb .i347lau8:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg);
  }
.b100__8b00:checked ~ .tdf4410c5cb .i347lau8:nth-child(2) {
    opacity: 0;
  }
.b100__8b00:checked ~ .tdf4410c5cb .i347lau8:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
  }
.obdd4_d8 {
    flex-direction: column;
    gap: 0;
  }
.f7553485_9ok {
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
.f7553485_9ok:last-child {
    border-bottom: none;
  }
.cd9288_e2 {
    display: block;
    padding: 18px 0;
    width: 100%;
  }
.cd9288_e2::after {
    display: none;
  }
.xae562_9l {
    margin-top: 32px;
    margin-left: 0;
    width: 100%;
  }
.ee1e__1351 {
    width: 100%;
    padding: 16px;
    font-size: 18px;
  }}
.cd9288_e2.active{color: var(--primary-color);}
@media (min-width: 993px){.l57d65767ef #ntb75716f9b3, .l57d65767ef label[for="ntb75716f9b3"]{ display: none !important; }}
@media (min-width: 993px){.l57d65767ef .w34cf_19{ 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: 993px){.l57d65767ef .w34cf_19{ 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: 993px){.l57d65767ef .w34cf_19 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.cd9288_e2.active{color: var(--primary-color);}
#ntb75716f9b3:checked ~ .w34cf_19{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.l57d65767ef.e05efc48f .w34cf_19{ 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: 992px){#ntb75716f9b3:checked ~ .w34cf_19{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.l57d65767ef.e05efc48f #ntb75716f9b3, .l57d65767ef.e05efc48f label[for="ntb75716f9b3"]{ display: none !important; }}
@media (min-width: 993px){.l57d65767ef.e05efc48f .w34cf_19{ 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: 993px){.l57d65767ef.e05efc48f .w34cf_19{ 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: 993px){.l57d65767ef.e05efc48f .w34cf_19 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.o618218574a{
    background-color: var(--bg-color, #FDF9F5);
    border-top: 4px solid var(--border-color, #1A1412);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%; color: #1a1a2e;}
.j57d9973995{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
}
.ye675a630{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 60px;
    align-items: flex-start;
}
.ecb7cd6246d{
    flex: 1;
    min-width: 300px;
    max-width: 480px;
    text-align: left;
}
.m757__fc1f{
    font-size: 32px;
    font-weight: 900;
    color: var(--primary-color, #F04C24);
    margin-bottom: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.kec2c7496{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted, #665651);
    margin-bottom: 32px;
    max-width: 400px;
}
.j91f13_f4c7{
    display: flex;
    justify-content: flex-start;
}
.z5d1e26c0{
    background-color: var(--primary-color, #F04C24);
    color: #1a1a2e;
    padding: 14px 28px;
    font-weight: 800;
    text-decoration: none;
    border: 2px solid var(--border-color, #1A1412);
    box-shadow: var(--shadow-md, 5px 5px 0px #1A1412);
    transition: var(--transition, all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1));
    display: inline-block;
}
.z5d1e26c0:hover{
    transform: translate(-2px, -2px);
    box-shadow: 7px 7px 0px var(--border-color, #1A1412);
    background-color: var(--secondary-color, #C83512); color: #1a1a2e;}
.qe65__0b2c{
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
}
.od15__9b86{
    display: flex;
    flex-direction: column;
    min-width: 120px;
}
.ede7384782d{
    font-size: 18px;
    font-weight: 800;
    color: var(--text-color, #1A1412);
    margin-bottom: 24px;
    position: relative;
}
.ja901bc47{
    font-size: 15px;
    color: var(--text-muted, #665651);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition, all 0.25s);
    font-weight: 500;
    width: fit-content;
}
.ja901bc47:hover{
    color: var(--primary-color, #F04C24);
    padding-left: 4px;
}
.e3d6__4d2e{
    border-top: 2px solid var(--border-color, #1A1412);
    padding-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}
.mf94eb049f8{
    font-size: 14px;
    color: var(--text-muted, #665651);
    font-weight: 500;
}
.y1175d_f0c2{
    font-size: 12px;
    font-weight: 700;
    color: var(--text-color, #1A1412);
    background-color: #E8F5E9;
    padding: 4px 12px;
    border: 1px solid var(--border-color, #1A1412);
    display: inline-block;
}
@media (max-width: 768px){.o618218574a{
        padding-top: 60px;
    }
.ye675a630{
        flex-direction: column;
        gap: 40px;
    }
.ecb7cd6246d{
        max-width: 100%;
        min-width: unset;
    }
.qe65__0b2c{
        gap: 40px;
        width: 100%;
    }
.od15__9b86{
        flex: 1;
        min-width: 40%;
    }
.e3d6__4d2e{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }}
.mabc74_97e4{box-sizing:border-box;}
.u4c7__52cd{box-sizing:border-box;}
.tf7e__a95b{box-sizing:border-box;}
@media (max-width: 768px) {div.m146__f15c.n4f2432e_a3 .t42505c1.r9084b_v1k { flex-direction: column !important; }}