:root {

  --mac-primary: var(--primary-color, hsl(86, 66%, 61%));
  --mac-secondary: var(--secondary-color, hsl(173, 53%, 61%));
  --mac-text: var(--text-color, hsl(86, 10%, 8%));
  --mac-bg: var(--bg-color, hsl(86, 6%, 96%));
  --mac-card-bg: #ffffff;
  --mac-radius: var(--border-radius, 12px);
  --mac-shadow: var(--shadow-sm, 0 4px 12px rgba(0,0,0,0.05));
  --content-width: 1200px;
  --text-width: 680px;
  --primary-color: hsl(25, 100%, 50%);
  --secondary-color: hsl(15, 100%, 45%);
  --bg-color: hsl(24, 10%, 4%);
  --text-color: hsl(25, 20%, 96%);
  --text-muted: hsl(25, 10%, 60%);
  --border-color: hsla(25, 100%, 50%, 0.15);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 8px 20px rgba(0, 0, 0, 0.6);
  --shadow-lg: 0 12px 32px rgba(255, 68, 0, 0.15);
  --nav-height: 80px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: hsla(24, 10%, 6%, 0.85);
  --glass-border: hsla(0, 0%, 100%, 0.08);
  --content-page-bg: hsl(220, 7%, 96%);
  --content-surface-bg: #ffffff;
  --content-text: hsl(220, 10%, 11%);
  --content-text-muted: rgba(31, 35, 40, 0.72);
  --content-border: rgba(0, 0, 0, 0.08);
  --content-accent-text: hsl(22, 78%, 38%);
}
div.n982__7d30.j03ba0a6_uk{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--mac-text);
    background-color: var(--mac-bg);
    line-height: 1.6;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    max-width: var(--content-width);
    margin: 0 auto;
    }
div.n982__7d30.j03ba0a6_uk .tdc0205f0{ display: none; }
div.n982__7d30.j03ba0a6_uk h1{
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--mac-text);
    max-width: var(--text-width);
    letter-spacing: -0.02em;
    }
div.n982__7d30.j03ba0a6_uk h2{
    font-size: 1.8rem;
    margin: 3rem 0 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--mac-primary);
    display: inline-block;
    }
div.n982__7d30.j03ba0a6_uk h3{
    font-size: 1.3rem;
    margin: 1.5rem 0 1rem;
    color: #222;
    }
div.n982__7d30.j03ba0a6_uk p{
    max-width: var(--text-width);
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
    color: #444;
    }
div.n982__7d30.j03ba0a6_uk .e3a82__a10{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
    margin: 2rem 0;
    }
@media (max-width: 768px) {div.n982__7d30.j03ba0a6_uk .e3a82__a10{ grid-template-columns: 1fr; }
div.n982__7d30.j03ba0a6_uk h1{ font-size: 2.2rem; }}
div.n982__7d30.j03ba0a6_uk .bb279970dd8{
    background: var(--mac-card-bg);
    padding: 24px;
    border-radius: var(--mac-radius);
    box-shadow: var(--mac-shadow);
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.2s ease; color: #1a1a2e;}
div.n982__7d30.j03ba0a6_uk .bb279970dd8:hover{
    transform: translateY(-4px);
    }
div.n982__7d30.j03ba0a6_uk .icmitz7egxv{
    list-style: none;
    padding: 0;
    max-width: var(--text-width);
    }
div.n982__7d30.j03ba0a6_uk .icmitz7egxv li{
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
    }
div.n982__7d30.j03ba0a6_uk .icmitz7egxv li::before{
    content: "→";
    position: absolute;
    left: 0;
    color: var(--mac-primary);
    font-weight: bold;
    }
div.n982__7d30.j03ba0a6_uk .hg8f90cj{
    width: 100%;
    margin: 2rem 0;
    border-radius: var(--mac-radius);
    overflow: hidden;
    box-shadow: var(--mac-shadow);
    }
div.n982__7d30.j03ba0a6_uk .hg8f90cj img{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    }
div.n982__7d30.j03ba0a6_uk .d2c4f971{
    display: inline-block;
    background: var(--mac-primary);
    color: #000;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 2rem 0;
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    border: none;
    }
div.n982__7d30.j03ba0a6_uk .d2c4f971:hover{
    filter: brightness(1.05);
    transform: scale(1.02);
    box-shadow: 0 12px 24px -5px rgba(0,0,0,0.2);
    }
div.n982__7d30.j03ba0a6_uk .td3e1da_b4{
    color: var(--mac-secondary);
    text-decoration: underline;
    font-weight: 600;
    }
.j9da__aac{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%; color: #ffffff;}
.v6c374185{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    }
.z07fn2zkyp1{
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 60px;
    max-width: 400px;
    }
.hb340501b{
    font-size: 28px;
    font-weight: 900;
    color: var(--primary-color);
    letter-spacing: -1px;
    margin-bottom: 24px;
    text-shadow: var(--shadow-sm);
    }
.y6a0a__91a4{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.gn75ssw0pv{
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    }
.f996d__f508{
    flex: 0 0 200px;
    width: 200px;
    }
.ea701f3_335d{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-color);
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 24px;
    }
.cbfe__264e5{
    display: block;
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    }
.cbfe__264e5:hover{
    color: var(--primary-color);
    transform: translateX(4px);
    }
.d84ba2__39ac{
    font-size: 15px;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 12px;
    }
.u4e88e_inaf{
    max-width: var(--max-width);
    height: 1px;
    background-color: var(--border-color);
    margin: 60px auto 40px auto;
    width: calc(100% - 80px); color: #1a1a2e;}
.gb8a10f07{
    width: 100%;
    }
.h9a5de0{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.sb3c38cfc61{
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 500;
    }
.p9e7d4c56{
    font-size: 13px;
    color: var(--secondary-color);
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.8;
    }
@media (max-width: 768px){.j9da__aac{
    padding-top: 60px;
    }
.v6c374185{
    padding-left: 24px;
    padding-right: 24px;
    }
.z07fn2zkyp1{
    margin-bottom: 40px;
    }
.f996d__f508{
    flex: 0 0 100%;
    width: 100%;
    }
.gn75ssw0pv{
    gap: 32px;
    }
.h9a5de0{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-left: 24px;
    }}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    background-color: var(--bg-color);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.k57c141f11{
    height: var(--nav-height);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--glass-border);
    display: flex;
    align-items: center; color: #ffffff;}
.tb66c5__f75e{
    max-width: var(--max-width);
    width: 92vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.l2d39c5c{
    display: flex;
    align-items: center;
    gap: 48px;
    }
.wf292_def8{
    font-size: 28px;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    transition: var(--transition);
    }
.fnybcgciiej0{
    color: var(--primary-color);
    margin-right: 2px;
    text-shadow: 0 0 20px hsla(25, 100%, 50%, 0.4);
    }
.wf292_def8:hover{
    transform: translateY(-1px);
    }
.r6fea0b_89{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.v8a50__518{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    position: relative;
    }
.v8a50__518:hover{
    color: #1a1a2e;
    background-color: hsla(0, 0%, 100%, 0.05);
    }
.h681__6259{
    display: flex;
    align-items: center;
    gap: 20px;
    }
.cf4a5a911{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1);
    white-space: nowrap;
    }
.cf4a5a911:hover{
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 15px 30px rgba(255, 68, 0, 0.3);
    filter: brightness(1.1);
    }
.cf4a5a911:active{
    transform: translateY(0) scale(0.98);
    }
.s2322bb871f{
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.s2322bb871f .xff2705d4b{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1024px){.r6fea0b_89 {
    display: none; 
    }
.l2d39c5c {
    gap: 20px;
    }}
@media (max-width: 640px){.pfd7__8a87{
    --nav-height: 72px;
    }
.wf292_def8{
    font-size: 24px;
    }
.cf4a5a911{
    padding: 10px 20px;
    font-size: 14px;
    }
.wf292_def8{
    margin-right: auto;
    }}
body{
    padding-top: var(--nav-height);
    }
.v8a50__518.active{color: #1a1a2e; background-color: hsla(0, 0%, 100%, 0.05);}
.eyb54ibfc5{list-style:none;}
.v8a50__518.active {color: #1a1a2e; background-color: hsla(0, 0%, 100%, 0.05);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.n982__7d30 img.r84afe_eca8 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.n982__7d30 img.r84afe_eca8.y757__0564 { aspect-ratio: 16 / 9; }
div.n982__7d30 img.r84afe_eca8.f67a099b9 { aspect-ratio: 16 / 10; }
div.n982__7d30 img.r84afe_eca8.fe0606c1a { aspect-ratio: 4 / 3; }
div.n982__7d30 img.r84afe_eca8.i8e1__c1c7 { aspect-ratio: 1 / 1; }
div.n982__7d30 :is(div, section, article, aside, ul, ol, li, figure, picture, table, form, fieldset, pre, blockquote) {
    box-sizing: border-box !important;
    min-width: 0;
    max-width: 100%;
    }
div.n982__7d30 .r82255824bd {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.n982__7d30 .r82255824bd.y757__0564 { aspect-ratio: 16 / 9; }
div.n982__7d30 .r82255824bd.f67a099b9 { aspect-ratio: 16 / 10; }
div.n982__7d30 .r82255824bd.fe0606c1a { aspect-ratio: 4 / 3; }
div.n982__7d30 .r82255824bd.i8e1__c1c7 { aspect-ratio: 1 / 1; }
div.n982__7d30 .r82255824bd > img.r84afe_eca8,
    div.n982__7d30 .r82255824bd > picture > img.r84afe_eca8 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    background-color: var(--bg-color);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.k57c141f11{
    height: var(--nav-height);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--glass-border);
    display: flex;
    align-items: center; color: #ffffff;}
.tb66c5__f75e{
    max-width: var(--max-width);
    width: 92vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.l2d39c5c{
    display: flex;
    align-items: center;
    gap: 48px;
    }
.wf292_def8{
    font-size: 28px;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    transition: var(--transition);
    }
.fnybcgciiej0{
    color: var(--primary-color);
    margin-right: 2px;
    text-shadow: 0 0 20px hsla(25, 100%, 50%, 0.4);
    }
.wf292_def8:hover{
    transform: translateY(-1px);
    }
.r6fea0b_89{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.v8a50__518{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    position: relative;
    }
.v8a50__518:hover{
    color: #1a1a2e;
    background-color: hsla(0, 0%, 100%, 0.05);
    }
.h681__6259{
    display: flex;
    align-items: center;
    gap: 20px;
    }
.cf4a5a911{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1);
    white-space: nowrap;
    }
.cf4a5a911:hover{
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 15px 30px rgba(255, 68, 0, 0.3);
    filter: brightness(1.1);
    }
.cf4a5a911:active{
    transform: translateY(0) scale(0.98);
    }
.s2322bb871f{
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.s2322bb871f .xff2705d4b{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1024px){.r6fea0b_89 {
    display: none; 
    }
.l2d39c5c {
    gap: 20px;
    }}
@media (max-width: 640px){.pfd7__8a87{
    --nav-height: 72px;
    }
.wf292_def8{
    font-size: 24px;
    }
.cf4a5a911{
    padding: 10px 20px;
    font-size: 14px;
    }
.wf292_def8{
    margin-right: auto;
    }}
body{
    padding-top: var(--nav-height);
    }
.v8a50__518.active{color: #1a1a2e; background-color: hsla(0, 0%, 100%, 0.05);}
.eyb54ibfc5{list-style:none;}
.v8a50__518.active{color: #1a1a2e; background-color: hsla(0, 0%, 100%, 0.05);}
.j9da__aac{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%; color: #ffffff;}
.v6c374185{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    }
.z07fn2zkyp1{
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 60px;
    max-width: 400px;
    }
.hb340501b{
    font-size: 28px;
    font-weight: 900;
    color: var(--primary-color);
    letter-spacing: -1px;
    margin-bottom: 24px;
    text-shadow: var(--shadow-sm);
    }
.y6a0a__91a4{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.gn75ssw0pv{
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    }
.f996d__f508{
    flex: 0 0 200px;
    width: 200px;
    }
.ea701f3_335d{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-color);
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 24px;
    }
.cbfe__264e5{
    display: block;
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    }
.cbfe__264e5:hover{
    color: var(--primary-color);
    transform: translateX(4px);
    }
.d84ba2__39ac{
    font-size: 15px;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 12px;
    }
.u4e88e_inaf{
    max-width: var(--max-width);
    height: 1px;
    background-color: var(--border-color);
    margin: 60px auto 40px auto;
    width: calc(100% - 80px); color: #1a1a2e;}
.gb8a10f07{
    width: 100%;
    }
.h9a5de0{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.sb3c38cfc61{
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 500;
    }
.p9e7d4c56{
    font-size: 13px;
    color: var(--secondary-color);
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.8;
    }
@media (max-width: 768px){.j9da__aac{
    padding-top: 60px;
    }
.v6c374185{
    padding-left: 24px;
    padding-right: 24px;
    }
.z07fn2zkyp1{
    margin-bottom: 40px;
    }
.f996d__f508{
    flex: 0 0 100%;
    width: 100%;
    }
.gn75ssw0pv{
    gap: 32px;
    }
.h9a5de0{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-left: 24px;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  background-color: var(--bg-color);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.k57c141f11{
  height: var(--nav-height);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--glass-border);
  display: flex;
  align-items: center; color: #ffffff;}
.tb66c5__f75e{
  max-width: var(--max-width);
  width: 92vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l2d39c5c{
  display: flex;
  align-items: center;
  gap: 48px;
}
.wf292_def8{
  font-size: 28px;
  font-weight: 800;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  transition: var(--transition);
}
.fnybcgciiej0{
  color: var(--primary-color);
  margin-right: 2px;
  text-shadow: 0 0 20px hsla(25, 100%, 50%, 0.4);
}
.wf292_def8:hover{
  transform: translateY(-1px);
}
.r6fea0b_89{
  display: flex;
  list-style: none;
  gap: 8px;
}
.v8a50__518{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  position: relative;
}
.v8a50__518:hover{
  color: #1a1a2e;
  background-color: hsla(0, 0%, 100%, 0.05);
}
.h681__6259{
  display: flex;
  align-items: center;
  gap: 20px;
}
.cf4a5a911{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: #1a1a2e;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 28px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
  border: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
}
.cf4a5a911:hover{
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 15px 30px rgba(255, 68, 0, 0.3);
  filter: brightness(1.1);
}
.cf4a5a911:active{
  transform: translateY(0) scale(0.98);
}
.s2322bb871f{
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.s2322bb871f .xff2705d4b{
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px;
  transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1024px){.r6fea0b_89 {
    display: none; 
  }
.l2d39c5c {
    gap: 20px;
  }}
@media (max-width: 640px){.pfd7__8a87{
    --nav-height: 72px;
  }
.wf292_def8{
    font-size: 24px;
  }
.cf4a5a911{
    padding: 10px 20px;
    font-size: 14px;
  }
.wf292_def8{
    margin-right: auto;
  }}
body{
  padding-top: var(--nav-height);
}
.v8a50__518.active{color: #1a1a2e; background-color: hsla(0, 0%, 100%, 0.05);}
.eyb54ibfc5{list-style:none;}
.v8a50__518.active{color: #1a1a2e; background-color: hsla(0, 0%, 100%, 0.05);}
.z229__1522{
  background-color: var(--bg-color);
  border-top: 1px solid var(--border-color);
  padding-top: 80px;
  padding-bottom: 40px;
  width: 100%; color: #ffffff;}
.k81bd53142a{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.de9c__e6ea{
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 60px;
  max-width: 400px;
}
.bace__19f8{
  font-size: 28px;
  font-weight: 900;
  color: var(--primary-color);
  letter-spacing: -1px;
  margin-bottom: 24px;
  text-shadow: var(--shadow-sm);
}
.rff5d8075{
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}
.d51273_edb0{
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}
.x284511aab2{
  flex: 0 0 200px;
  width: 200px;
}
.mbfe482f1{
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-color);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 24px;
}
.t13b0527150{
  display: block;
  font-size: 15px;
  color: var(--text-muted);
  text-decoration: none;
  margin-bottom: 12px;
  transition: var(--transition);
}
.t13b0527150:hover{
  color: var(--primary-color);
  transform: translateX(4px);
}
.s05d__3845{
  font-size: 15px;
  color: var(--text-muted);
  margin-top: 0;
  margin-bottom: 12px;
}
.f3be86f65{
  max-width: var(--max-width);
  height: 1px;
  background-color: var(--border-color);
  margin: 60px auto 40px auto;
  width: calc(100% - 80px); color: #1a1a2e;}
.t990e3d97{
  width: 100%;
}
.z12396ae711{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.v716e45db{
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}
.s6611d7d108{
  font-size: 13px;
  color: var(--secondary-color);
  font-weight: 600;
  letter-spacing: 0.5px;
  opacity: 0.8;
}
@media (max-width: 768px){.z229__1522{
    padding-top: 60px;
  }
.k81bd53142a{
    padding-left: 24px;
    padding-right: 24px;
  }
.de9c__e6ea{
    margin-bottom: 40px;
  }
.x284511aab2{
    flex: 0 0 100%;
    width: 100%;
  }
.d51273_edb0{
    gap: 32px;
  }
.z12396ae711{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-left: 24px;
  }}
.z87255b84{box-sizing:border-box;}
.l0fe__a659{box-sizing:border-box;}
.idc11cef8{box-sizing:border-box;}
.n48beabd7ed{box-sizing:border-box;}
@media (max-width: 768px) {.h9a5de0 { 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; }}