:root {

  --primary-color: hsl(14, 88%, 56%);
  --secondary-color: hsl(32, 95%, 50%);
  --bg-color: hsl(24, 20%, 97%);
  --text-color: hsl(24, 15%, 12%);
  --text-muted: hsl(24, 10%, 45%);
  --border-color: hsla(24, 15%, 15%, 0.08);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 20px rgba(180, 70, 40, 0.08);
  --shadow-lg: 0 16px 36px rgba(0, 0, 0, 0.08);
  --nav-height: 76px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(250, 249, 247, 0.85);
  --btn-text: #ffffff;
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
div.oebf30f5a.ifd101e297.k537f3915{
    --dl-brand: var(--primary-color, hsl(154, 74%, 52%));
    --dl-brand-hover: hsl(154, 74%, 45%);
    --dl-accent: var(--secondary-color, hsl(246, 59%, 52%));
    --dl-text-main: var(--text-color, hsl(154, 10%, 9%));
    --dl-text-muted: hsl(154, 5%, 40%);
    --dl-bg-page: var(--background-color, hsl(154, 7%, 96%));
    --dl-bg-card: #ffffff;
    --dl-bg-alt: hsl(154, 10%, 92%);
    --dl-border-color: hsl(154, 10%, 88%);
    --dl-container-w: 1200px;
    --dl-read-w: 680px;
    --dl-radius: 8px;
    --dl-radius-lg: 16px;
    --dl-shadow-btn: 0 4px 12px rgba(25, 178, 109, 0.2);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #1a1a2e;
    background-color: var(--primary-color);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 4rem;
    }
div.oebf30f5a.ifd101e297.k537f3915 *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
div.oebf30f5a.ifd101e297.k537f3915 h1, div.oebf30f5a.ifd101e297.k537f3915 h2, div.oebf30f5a.ifd101e297.k537f3915 h3{
    color: var(--text-color);
    font-weight: 600;
    line-height: 1.3;
    }
div.oebf30f5a.ifd101e297.k537f3915 a{
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.2s ease;
    }
div.oebf30f5a.ifd101e297.k537f3915 a:hover{
    color: var(--text-color);
    text-decoration: underline;
    }
div.oebf30f5a.ifd101e297.k537f3915 p{
    margin-bottom: 1rem;
    color: var(--text-color);
    }
div.oebf30f5a.ifd101e297.k537f3915 ul{
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    color: var(--text-color);
    }
div.oebf30f5a.ifd101e297.k537f3915 li{
    margin-bottom: 0.5rem;
    }
div.oebf30f5a.ifd101e297 .o49001eca4c{
    max-width: inherit;
    margin: 0 auto;
    padding: 0 2rem;
    
    text-align: left;
    }
div.oebf30f5a.ifd101e297 .a16e6ca11ae{
    max-width: inherit;
    }
div.oebf30f5a.ifd101e297 .b3868784dfe{
    padding: 4rem 0 3rem;
    border-bottom: 1px solid var(--dl-border-color);
    margin-bottom: 3rem;
    }
div.oebf30f5a.ifd101e297 .b3868784dfe h1{
    font-size: 2.5rem;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    }
div.oebf30f5a.ifd101e297 .b3868784dfe .dx7ap49z{
    font-size: 1.125rem;
    margin-bottom: 2rem;
    }
div.oebf30f5a.ifd101e297 .g4180_21{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2rem;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--radius-md);
    text-decoration: none !important;
    box-shadow: var(--shadow-md);
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    }
div.oebf30f5a.ifd101e297 .g4180_21:hover{
    background-color: var(--primary-color);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(25, 178, 109, 0.3); color: #1a1a2e;}
div.oebf30f5a.ifd101e297 .n115bd__26180{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2rem;
    background-color: transparent;
    color: var(--text-color) !important;
    font-size: 1rem;
    font-weight: 500;
    border: 1px solid var(--dl-border-color);
    border-radius: var(--radius-md);
    text-decoration: none !important;
    transition: all 0.2s ease;
    }
div.oebf30f5a.ifd101e297 .n115bd__26180:hover{
    background-color: var(--primary-color);
    border-color: var(--border-color); color: #1a1a2e;}
div.oebf30f5a.ifd101e297 .u9uzijq9gy{
    margin-bottom: 4rem; 
    }
div.oebf30f5a.ifd101e297 .d82afef9{
    max-width: inherit;
    margin-bottom: 2rem;
    }
div.oebf30f5a.ifd101e297 .d82afef9 h2{
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
    }
div.oebf30f5a.ifd101e297 .m78de7_cab1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    }
div.oebf30f5a.ifd101e297 .fxmou5cujbtp{
    background-color: var(--primary-color);
    border: 1px solid var(--dl-border-color);
    border-radius: var(--radius-md);
    padding: 2rem;
    transition: border-color 0.2s ease; color: #1a1a2e;}
div.oebf30f5a.ifd101e297 .fxmou5cujbtp:hover{
    border-color: var(--border-color);
    }
div.oebf30f5a.ifd101e297 .fxmou5cujbtp h3{
    font-size: 1.25rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    }
div.oebf30f5a.ifd101e297 .n3s25uiz63{
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    background-color: var(--primary-color);
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--dl-border-color); color: #1a1a2e;}
div.oebf30f5a.ifd101e297 .b70ac6_a5 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    display: block;
    }
div.oebf30f5a.ifd101e297 .h82488520{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
div.oebf30f5a.ifd101e297 .z5892a0_igcg{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
    }
div.oebf30f5a.ifd101e297 .r6eb__15223{
    list-style: none;
    padding: 0;
    counter-reset: dl-step;
    }
div.oebf30f5a.ifd101e297 .r6eb__15223 li{
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
    }
div.oebf30f5a.ifd101e297 .r6eb__15223 li::before{
    counter-increment: dl-step;
    content: counter(dl-step);
    position: absolute;
    left: 0;
    top: 0;
    width: 1.75rem;
    height: 1.75rem;
    background-color: var(--primary-color);
    color: #1a1a2e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 600;
    }
div.oebf30f5a.ifd101e297 .e2e2__2e4c{
    margin-top: 5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--dl-border-color);
    font-size: 0.875rem;
    color: var(--text-color);
    }
@media (max-width: 768px) {div.oebf30f5a.ifd101e297 .b3868784dfe{
    padding: 3rem 0 2rem;
    }
div.oebf30f5a.ifd101e297 .b3868784dfe h1{
    font-size: 2rem;
    }
div.oebf30f5a.ifd101e297 .m78de7_cab1{
    grid-template-columns: 1fr;
    }
div.oebf30f5a.ifd101e297 .n3s25uiz63{
    gap: 0;
    }
div.oebf30f5a.ifd101e297 .z5892a0_igcg{
    flex-direction: column;
    }
div.oebf30f5a.ifd101e297 .g4180_21, div.oebf30f5a.ifd101e297 .n115bd__26180{
    width: 100%;
    }}
.mxzju4pa2{
    background-color: var(--bg-color, hsl(24, 20%, 97%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color, hsla(24, 15%, 15%, 0.08));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.dyzex8my7we{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    }
.p442b0_lk9{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
    flex-wrap: wrap;
    }
.t631799_ac{
    flex: 0 0 320px;
    max-width: 320px;
    text-align: left;
    }
.zwdc5vlf{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    }
.ve2e2e9b{
    width: 28px;
    height: 28px;
    color: var(--primary-color, hsl(14, 88%, 56%));
    }
.n044322{
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color, hsl(24, 15%, 12%));
    letter-spacing: -0.02em;
    }
.rukwownm{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted, hsl(24, 10%, 45%));
    margin-bottom: 32px;
    }
.vd97bc3{
    display: flex;
    justify-content: flex-start;
    }
.l82511343f4{
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background-color: var(--primary-color, hsl(14, 88%, 56%));
    color: #1a1a2e;
    text-decoration: none;
    border-radius: var(--radius-md, 10px);
    font-size: 15px;
    font-weight: 600;
    box-shadow: var(--shadow-md, 0 8px 20px rgba(180, 70, 40, 0.08));
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    }
.l82511343f4:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(180, 70, 40, 0.15);
    background-color: hsl(14, 88%, 52%); color: #1a1a2e;}
.geup4gcnrbz7{
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    min-width: 400px;
    }
.t0badf_3f{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: auto;
    }
.c5e10ebb22{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color, hsl(24, 15%, 12%));
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.h15f4__95a2b{
    font-size: 14px;
    color: var(--text-muted, hsl(24, 10%, 45%));
    text-decoration: none;
    transition: color 0.2s ease;
    }
.h15f4__95a2b:hover{
    color: var(--primary-color, hsl(14, 88%, 56%));
    }
.a997f__0a03c{
    height: 1px;
    background-color: var(--border-color, hsla(24, 15%, 15%, 0.08));
    margin-top: 60px;
    margin-bottom: 32px;
    width: 100%; color: #ffffff;}
.tf65ceb{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.e8987b_k9v8{
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 1 auto;
    }
.sdjmrxl41{
    font-size: 13px;
    color: var(--text-muted, hsl(24, 10%, 45%));
    }
.v01492_xu{
    color: var(--border-color, hsla(24, 15%, 15%, 0.08));
    }
.k0b597_606{
    display: flex;
    gap: 24px;
    flex: 0 1 auto;
    }
.uzpiymihcl{
    font-size: 13px;
    color: var(--text-muted, hsl(24, 10%, 45%));
    text-decoration: none;
    }
.uzpiymihcl:hover{
    text-decoration: underline;
    }
@media (max-width: 768px){.p442b0_lk9{
    flex-direction: column;
    gap: 48px;
    }
.t631799_ac{
    flex: 1 1 100%;
    max-width: 100%;
    }
.geup4gcnrbz7{
    grid-template-columns: repeat(2, 1fr);
    min-width: 100%;
    }
.tf65ceb{
    flex-direction: column;
    align-items: flex-start;
    }
.dyzex8my7we{
    padding-left: 24px;
    padding-right: 24px;
    }}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-color);
    background-color: var(--bg-color);
    -webkit-font-smoothing: antialiased;
    }
.jaf0058cc4d{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.p47bb0f9d0{
    width: 100%;
    max-width: var(--max-width);
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    }
.vc0tdvm67{
    display: flex;
    align-items: center;
    gap: 40px; 
    }
.ee0684_a59{
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: var(--transition);
    }
.ocfc7c10{
    width: 32px;
    height: 32px;
    background: var(--primary-color);
    color: #1a1a2e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border-radius: var(--radius-sm);
    font-size: 20px;
    }
.habaf__f5ab1{
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.cf3dbf__8c9{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.r6477ab3{
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    cursor: pointer;
    }
.r6477ab3:hover{
    color: #ffffff;
    background: rgba(0, 0, 0, 0.04);
    }
.d89f4_c821{
    position: relative;
    }
.k593f25_qgf{
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    background: #ffffff;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--transition); color: #1a1a2e;}
.d89f4_c821:hover .k593f25_qgf{
    opacity: 1;
    visibility: visible;
    transform: translateY(4px);
    }
.o3b3b_9dc{
    display: block;
    padding: 10px 12px;
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.o3b3b_9dc:hover{
    background: var(--bg-color);
    color: #1a1a2e;
    }
.fe618d_9g{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.zi8xttn4m2kw{
    background: var(--primary-color);
    color: #1a1a2e; 
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
    }
.zi8xttn4m2kw:hover{
    background: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.u821__c55a{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.u821__c55a .e7a1ee__7d04{
    width: 22px;
    height: 2px;
    background: var(--text-color);
    border-radius: 2px; color: #ffffff;}
@media (max-width: 992px){.cf3dbf__8c9 {
    display: none;
    }
.u821__c55a {
    display: flex;
    }
.p47bb0f9d0 {
    max-width: 100%;
    }}
.mobile-drawer{
    display: none; 
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 24px;
    border-bottom: 1px solid var(--border-color);
    z-index: 999; color: #1a1a2e;}
.e4f0b6a2e{
    display: flex;
    flex-direction: column;
    gap: 20px;
    }
.e4f0b6a2e a{
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    font-size: 16px;
    }
.mobile-cta{
    background: var(--primary-color);
    color: #1a1a2e;
    padding: 12px;
    text-align: center;
    border-radius: var(--radius-md);
    }
.o3b3b_9dc.active{background: var(--bg-color); color: #1a1a2e;}
.r6477ab3.active{color: #ffffff; background: rgba(0, 0, 0, 0.04);}
.o3b3b_9dc.active {background: var(--bg-color); color: #1a1a2e;}
.r6477ab3.active {color: #ffffff; background: rgba(0, 0, 0, 0.04);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.oebf30f5a img.gb2f993b0f6 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.oebf30f5a img.gb2f993b0f6.n419__636d { aspect-ratio: 16 / 9; }
div.oebf30f5a img.gb2f993b0f6.w97c__7a70 { aspect-ratio: 16 / 10; }
div.oebf30f5a img.gb2f993b0f6.g2bb__d36e { aspect-ratio: 4 / 3; }
div.oebf30f5a img.gb2f993b0f6.n3dabf534 { aspect-ratio: 1 / 1; }
div.oebf30f5a :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.oebf30f5a .yce4__5f2a {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.oebf30f5a .yce4__5f2a.n419__636d { aspect-ratio: 16 / 9; }
div.oebf30f5a .yce4__5f2a.w97c__7a70 { aspect-ratio: 16 / 10; }
div.oebf30f5a .yce4__5f2a.g2bb__d36e { aspect-ratio: 4 / 3; }
div.oebf30f5a .yce4__5f2a.n3dabf534 { aspect-ratio: 1 / 1; }
div.oebf30f5a .yce4__5f2a > img.gb2f993b0f6,
    div.oebf30f5a .yce4__5f2a > picture > img.gb2f993b0f6 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.e2b63db94 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.e2b63db94 > :first-child,
    .e2b63db94 > :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;
    color: var(--text-color);
    background-color: var(--bg-color);
    -webkit-font-smoothing: antialiased;
    }
.jaf0058cc4d{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.p47bb0f9d0{
    width: 100%;
    max-width: var(--max-width);
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    }
.vc0tdvm67{
    display: flex;
    align-items: center;
    gap: 40px; 
    }
.ee0684_a59{
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: var(--transition);
    }
.ocfc7c10{
    width: 32px;
    height: 32px;
    background: var(--primary-color);
    color: #1a1a2e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border-radius: var(--radius-sm);
    font-size: 20px;
    }
.habaf__f5ab1{
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.cf3dbf__8c9{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.r6477ab3{
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    cursor: pointer;
    }
.r6477ab3:hover{
    color: #ffffff;
    background: rgba(0, 0, 0, 0.04);
    }
.d89f4_c821{
    position: relative;
    }
.k593f25_qgf{
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    background: #ffffff;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--transition); color: #1a1a2e;}
.d89f4_c821:hover .k593f25_qgf{
    opacity: 1;
    visibility: visible;
    transform: translateY(4px);
    }
.o3b3b_9dc{
    display: block;
    padding: 10px 12px;
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.o3b3b_9dc:hover{
    background: var(--bg-color);
    color: #1a1a2e;
    }
.fe618d_9g{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.zi8xttn4m2kw{
    background: var(--primary-color);
    color: #1a1a2e; 
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
    }
.zi8xttn4m2kw:hover{
    background: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.u821__c55a{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.u821__c55a .e7a1ee__7d04{
    width: 22px;
    height: 2px;
    background: var(--text-color);
    border-radius: 2px; color: #ffffff;}
@media (max-width: 992px){.cf3dbf__8c9 {
    display: none;
    }
.u821__c55a {
    display: flex;
    }
.p47bb0f9d0 {
    max-width: 100%;
    }}
.mobile-drawer{
    display: none; 
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 24px;
    border-bottom: 1px solid var(--border-color);
    z-index: 999; color: #1a1a2e;}
.e4f0b6a2e{
    display: flex;
    flex-direction: column;
    gap: 20px;
    }
.e4f0b6a2e a{
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    font-size: 16px;
    }
.mobile-cta{
    background: var(--primary-color);
    color: #1a1a2e;
    padding: 12px;
    text-align: center;
    border-radius: var(--radius-md);
    }
.o3b3b_9dc.active{background: var(--bg-color); color: #1a1a2e;}
.r6477ab3.active{color: #ffffff; background: rgba(0, 0, 0, 0.04);}
.o3b3b_9dc.active{background: var(--bg-color); color: #1a1a2e;}
.r6477ab3.active{color: #ffffff; background: rgba(0, 0, 0, 0.04);}
.mxzju4pa2{
    background-color: var(--bg-color, hsl(24, 20%, 97%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color, hsla(24, 15%, 15%, 0.08));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.dyzex8my7we{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    }
.p442b0_lk9{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
    flex-wrap: wrap;
    }
.t631799_ac{
    flex: 0 0 320px;
    max-width: 320px;
    text-align: left;
    }
.zwdc5vlf{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    }
.ve2e2e9b{
    width: 28px;
    height: 28px;
    color: var(--primary-color, hsl(14, 88%, 56%));
    }
.n044322{
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color, hsl(24, 15%, 12%));
    letter-spacing: -0.02em;
    }
.rukwownm{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted, hsl(24, 10%, 45%));
    margin-bottom: 32px;
    }
.vd97bc3{
    display: flex;
    justify-content: flex-start;
    }
.l82511343f4{
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background-color: var(--primary-color, hsl(14, 88%, 56%));
    color: #1a1a2e;
    text-decoration: none;
    border-radius: var(--radius-md, 10px);
    font-size: 15px;
    font-weight: 600;
    box-shadow: var(--shadow-md, 0 8px 20px rgba(180, 70, 40, 0.08));
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    }
.l82511343f4:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(180, 70, 40, 0.15);
    background-color: hsl(14, 88%, 52%); color: #1a1a2e;}
.geup4gcnrbz7{
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    min-width: 400px;
    }
.t0badf_3f{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: auto;
    }
.c5e10ebb22{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color, hsl(24, 15%, 12%));
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.h15f4__95a2b{
    font-size: 14px;
    color: var(--text-muted, hsl(24, 10%, 45%));
    text-decoration: none;
    transition: color 0.2s ease;
    }
.h15f4__95a2b:hover{
    color: var(--primary-color, hsl(14, 88%, 56%));
    }
.a997f__0a03c{
    height: 1px;
    background-color: var(--border-color, hsla(24, 15%, 15%, 0.08));
    margin-top: 60px;
    margin-bottom: 32px;
    width: 100%; color: #ffffff;}
.tf65ceb{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.e8987b_k9v8{
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 1 auto;
    }
.sdjmrxl41{
    font-size: 13px;
    color: var(--text-muted, hsl(24, 10%, 45%));
    }
.v01492_xu{
    color: var(--border-color, hsla(24, 15%, 15%, 0.08));
    }
.k0b597_606{
    display: flex;
    gap: 24px;
    flex: 0 1 auto;
    }
.uzpiymihcl{
    font-size: 13px;
    color: var(--text-muted, hsl(24, 10%, 45%));
    text-decoration: none;
    }
.uzpiymihcl:hover{
    text-decoration: underline;
    }
@media (max-width: 768px){.p442b0_lk9{
    flex-direction: column;
    gap: 48px;
    }
.t631799_ac{
    flex: 1 1 100%;
    max-width: 100%;
    }
.geup4gcnrbz7{
    grid-template-columns: repeat(2, 1fr);
    min-width: 100%;
    }
.tf65ceb{
    flex-direction: column;
    align-items: flex-start;
    }
.dyzex8my7we{
    padding-left: 24px;
    padding-right: 24px;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text-color);
  background-color: var(--bg-color);
  -webkit-font-smoothing: antialiased;
}
.jaf0058cc4d{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  display: flex;
  justify-content: center; color: #1a1a2e;}
.p47bb0f9d0{
  width: 100%;
  max-width: var(--max-width);
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between; 
}
.vc0tdvm67{
  display: flex;
  align-items: center;
  gap: 40px; 
}
.ee0684_a59{
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: var(--transition);
}
.ocfc7c10{
  width: 32px;
  height: 32px;
  background: var(--primary-color);
  color: #1a1a2e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  border-radius: var(--radius-sm);
  font-size: 20px;
}
.habaf__f5ab1{
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: -0.5px;
}
.cf3dbf__8c9{
  display: flex;
  list-style: none;
  gap: 8px;
}
.r6477ab3{
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  cursor: pointer;
}
.r6477ab3:hover{
  color: #ffffff;
  background: rgba(0, 0, 0, 0.04);
}
.d89f4_c821{
  position: relative;
}
.k593f25_qgf{
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-lg);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition); color: #1a1a2e;}
.d89f4_c821:hover .k593f25_qgf{
  opacity: 1;
  visibility: visible;
  transform: translateY(4px);
}
.o3b3b_9dc{
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.o3b3b_9dc:hover{
  background: var(--bg-color);
  color: #1a1a2e;
}
.fe618d_9g{
  display: flex;
  align-items: center;
  gap: 16px;
}
.zi8xttn4m2kw{
  background: var(--primary-color);
  color: #1a1a2e; 
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  border: none;
}
.zi8xttn4m2kw:hover{
  background: var(--secondary-color);
  transform: translateY(-1px);
  box-shadow: var(--shadow-lg); color: #1a1a2e;}
.u821__c55a{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.u821__c55a .e7a1ee__7d04{
  width: 22px;
  height: 2px;
  background: var(--text-color);
  border-radius: 2px; color: #ffffff;}
@media (max-width: 992px){.cf3dbf__8c9 {
    display: none;
  }
.u821__c55a {
    display: flex;
  }
.p47bb0f9d0 {
    max-width: 100%;
  }}
.mobile-drawer{
  display: none; 
  position: fixed;
  top: var(--nav-height);
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 24px;
  border-bottom: 1px solid var(--border-color);
  z-index: 999; color: #1a1a2e;}
.e4f0b6a2e{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.e4f0b6a2e a{
  text-decoration: none;
  color: var(--text-color);
  font-weight: 500;
  font-size: 16px;
}
.mobile-cta{
  background: var(--primary-color);
  color: #1a1a2e;
  padding: 12px;
  text-align: center;
  border-radius: var(--radius-md);
}
.o3b3b_9dc.active{background: var(--bg-color); color: #1a1a2e;}
.r6477ab3.active{color: #ffffff; background: rgba(0, 0, 0, 0.04);}
.o3b3b_9dc.active{background: var(--bg-color); color: #1a1a2e;}
.r6477ab3.active{color: #ffffff; background: rgba(0, 0, 0, 0.04);}
.ad7c__0c86{
  background-color: var(--bg-color, hsl(24, 20%, 97%));
  padding-top: 80px;
  padding-bottom: 40px;
  border-top: 1px solid var(--border-color, hsla(24, 15%, 15%, 0.08));
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.ca48__a2a8{
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.ib0060_2feb{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
  flex-wrap: wrap;
}
.x30e5d19359{
  flex: 0 0 320px;
  max-width: 320px;
  text-align: left;
}
.d3196d3a5{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.b2f0ef085e8{
  width: 28px;
  height: 28px;
  color: var(--primary-color, hsl(14, 88%, 56%));
}
.o70189ef1{
  font-size: 22px;
  font-weight: 700;
  color: var(--text-color, hsl(24, 15%, 12%));
  letter-spacing: -0.02em;
}
.c8a03c5db{
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted, hsl(24, 10%, 45%));
  margin-bottom: 32px;
}
.a00239_3cf5{
  display: flex;
  justify-content: flex-start;
}
.a38582_6b17{
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background-color: var(--primary-color, hsl(14, 88%, 56%));
  color: #1a1a2e;
  text-decoration: none;
  border-radius: var(--radius-md, 10px);
  font-size: 15px;
  font-weight: 600;
  box-shadow: var(--shadow-md, 0 8px 20px rgba(180, 70, 40, 0.08));
  transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
}
.a38582_6b17:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(180, 70, 40, 0.15);
  background-color: hsl(14, 88%, 52%); color: #1a1a2e;}
.e586__49b6{
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  min-width: 400px;
}
.n536b1d4cf4{
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: auto;
}
.h31195aed78{
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color, hsl(24, 15%, 12%));
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.i7bffa_c7b7{
  font-size: 14px;
  color: var(--text-muted, hsl(24, 10%, 45%));
  text-decoration: none;
  transition: color 0.2s ease;
}
.i7bffa_c7b7:hover{
  color: var(--primary-color, hsl(14, 88%, 56%));
}
.n117b9c7e69{
  height: 1px;
  background-color: var(--border-color, hsla(24, 15%, 15%, 0.08));
  margin-top: 60px;
  margin-bottom: 32px;
  width: 100%; color: #ffffff;}
.gb86d62984e{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.ye247b831bf{
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 1 auto;
}
.f0284ea5b{
  font-size: 13px;
  color: var(--text-muted, hsl(24, 10%, 45%));
}
.q4d9__ca67{
  color: var(--border-color, hsla(24, 15%, 15%, 0.08));
}
.sf3158ef3{
  display: flex;
  gap: 24px;
  flex: 0 1 auto;
}
.s78373_88b7{
  font-size: 13px;
  color: var(--text-muted, hsl(24, 10%, 45%));
  text-decoration: none;
}
.s78373_88b7:hover{
  text-decoration: underline;
}
@media (max-width: 768px){.ib0060_2feb{
    flex-direction: column;
    gap: 48px;
  }
.x30e5d19359{
    flex: 1 1 100%;
    max-width: 100%;
  }
.e586__49b6{
    grid-template-columns: repeat(2, 1fr);
    min-width: 100%;
  }
.gb86d62984e{
    flex-direction: column;
    align-items: flex-start;
  }
.ca48__a2a8{
    padding-left: 24px;
    padding-right: 24px;
  }}
.v434d6c3f{box-sizing:border-box;}
.ub5c__d41c{box-sizing:border-box;}
.be0199953{box-sizing:border-box;}
.m6d93e37f29{box-sizing:border-box;}
.jaf0__baf9{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {.tf65ceb { 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; }}