:root {

  --page-primary: var(--primary-color, hsl(86, 63%, 67%));
  --page-secondary: var(--secondary-color, hsl(178, 50%, 67%));
  --page-text: var(--text-color, hsl(86, 10%, 11%));
  --page-bg: var(--bg-color, hsl(86, 6%, 96%));
  --max-width: 1200px;
  --content-width: 680px;
  --radius: var(--border-radius, 8px);
  --shadow: var(--box-shadow, 0 4px 12px rgba(0,0,0,0.05));
  --primary-color: hsl(86, 63%, 45%);
  --secondary-color: hsl(178, 50%, 45%);
  --bg-color: hsl(86, 6%, 96%);
  --text-color: hsl(86, 10%, 11%);
  --text-muted: hsl(86, 5%, 40%);
  --border-color: rgba(0, 0, 0, 0.08);
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 8px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.12);
  --nav-height: 64px;
  --transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(244, 245, 243, 0.8);
  --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.rc9221_a748.mctowpgh.t236db_824{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--page-text);
    background-color: var(--page-bg);
    line-height: 1.6;
    padding-top: 40px;
    }
div.rc9221_a748.mctowpgh .jf8438_6u{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    text-align: left; 
    }
div.rc9221_a748.mctowpgh .mid3k1l46jb3{
    padding: 60px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    }
div.rc9221_a748.mctowpgh .n1c43ab8a0{
    max-width: var(--content-width);
    }
div.rc9221_a748.mctowpgh h1{
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 1.2;
    color: #000;
    }
div.rc9221_a748.mctowpgh .zfdfb45f_uw{
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 32px;
    }
div.rc9221_a748.mctowpgh .o6a084_qcwz{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    }
div.rc9221_a748.mctowpgh .k2f516_c9f{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: var(--radius);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    }
div.rc9221_a748.mctowpgh .oxo3tzu8{
    background-color: var(--page-primary);
    color: #000;
    box-shadow: 0 4px 0 rgba(0,0,0,0.1);
    }
div.rc9221_a748.mctowpgh .oxo3tzu8:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 0 rgba(0,0,0,0.1);
    }
div.rc9221_a748.mctowpgh .nbc3fc18e{
    border: 2px solid #ddd;
    color: var(--page-text);
    }
div.rc9221_a748.mctowpgh .nbc3fc18e:hover{
    background: #eee; color: #1a1a2e;}
div.rc9221_a748.mctowpgh .c8e4__f1550{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding: 80px 0;
    align-items: center;
    }
div.rc9221_a748.mctowpgh .pce843d{position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow); isolation: isolate;}
div.rc9221_a748.mctowpgh .pce843d img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 10;
    }
div.rc9221_a748.mctowpgh .i794e82_78 h2{
    font-size: 2rem;
    margin-bottom: 20px;
    position: relative;
    }
div.rc9221_a748.mctowpgh .i794e82_78 p{
    margin-bottom: 16px;
    color: #444;
    }
div.rc9221_a748.mctowpgh .z76b8b7_dee{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 40px;
    }
div.rc9221_a748.mctowpgh .lxz064b25{
    background: #fff;
    padding: 32px;
    border-radius: var(--radius);
    border: 1px solid rgba(0,0,0,0.05); color: #1a1a2e;}
div.rc9221_a748.mctowpgh .lxz064b25 h3{
    font-size: 1.25rem;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    }
div.rc9221_a748.mctowpgh .lxz064b25 ul{
    list-style: none;
    padding: 0;
    }
div.rc9221_a748.mctowpgh .lxz064b25 li{
    margin-bottom: 8px;
    padding-left: 18px;
    position: relative;
    }
div.rc9221_a748.mctowpgh .lxz064b25 li::before{
    content: "→";
    position: absolute;
    left: 0;
    color: var(--page-primary);
    }
div.rc9221_a748.mctowpgh .v5ac7f83b30{
    padding: 80px 0;
    background: #f9f9f9; color: #1a1a2e;}
div.rc9221_a748.mctowpgh .mbb0__91b{
    max-width: 800px;
    }
div.rc9221_a748.mctowpgh .dzmn117g9vd{
    margin-bottom: 32px;
    }
div.rc9221_a748.mctowpgh .dzmn117g9vd h3{
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: #000;
    }
div.rc9221_a748.mctowpgh .dzmn117g9vd p{
    color: #666;
    }
div.rc9221_a748.mctowpgh .v8104fc_b95y{
    padding: 100px 0;
    background: #000;
    color: #fff;
    text-align: left;
    }
div.rc9221_a748.mctowpgh .r1948313c3c{
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
    }
div.rc9221_a748.mctowpgh .r1948313c3c a{
    color: #555;
    text-decoration: none;
    }
div.rc9221_a748.mctowpgh .r1948313c3c a:hover{
    color: var(--page-primary);
    }
@media (max-width: 768px) {div.rc9221_a748.mctowpgh .c8e4__f1550{
    grid-template-columns: 1fr;
    gap: 32px;
    }
div.rc9221_a748.mctowpgh h1{ font-size: 2rem; }}
.xb0p69l58e{
    background-color: var(--bg-color, hsl(86, 6%, 96%));
    color: var(--text-color, hsl(86, 10%, 11%));
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
    padding-top: 64px;
    padding-bottom: 32px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    width: 100%;
    }
.jcde__dfda{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    }
.nc082__4d3{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 64px;
    }
.zxprx4qnbu{
    flex: 2;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    }
.b65f__c59{
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 16px;
    color: var(--text-color, hsl(86, 10%, 11%));
    letter-spacing: -0.01em;
    }
.e1245_359{
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted, hsl(86, 5%, 40%));
    margin: 0;
    max-width: 320px;
    }
.vbd8fffe0c6{
    flex: 1;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    }
.dec0__90d96{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color, hsl(86, 10%, 11%));
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.na2d__d5d{
    font-size: 14px;
    color: var(--text-muted, hsl(86, 5%, 40%));
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition, all 0.2s ease);
    }
.na2d__d5d:hover{
    color: var(--primary-color, hsl(86, 63%, 45%));
    }
.q71bbb5_u8x3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
    flex-wrap: wrap;
    gap: 16px;
    }
.v2c5b7_effa{
    font-size: 13px;
    color: var(--text-muted, hsl(86, 5%, 40%));
    flex: 1;
    }
.lvqak96xao{
    display: flex;
    flex-direction: row;
    gap: 24px;
    }
.qd18d_cfe{
    font-size: 13px;
    color: var(--text-muted, hsl(86, 5%, 40%));
    text-decoration: none;
    transition: var(--transition, all 0.2s ease);
    }
.qd18d_cfe:hover{
    color: var(--text-color, hsl(86, 10%, 11%));
    }
@media (max-width: 768px){.nc082__4d3{
    flex-direction: column;
    gap: 40px;
    }
.zxprx4qnbu{
    min-width: 100%;
    }
.q71bbb5_u8x3{
    flex-direction: column;
    align-items: flex-start;
    }}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-color);
    background-color: var(--bg-color);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    }
.l5d632__6f45{
    height: var(--nav-height);
    width: 100%;
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.xc01b_e3d{
    max-width: var(--max-width);
    width: 92vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.b46eb7c{
    display: flex;
    align-items: center;
    gap: 40px;
    }
.k70a88ee_ravi{
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--text-color);
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    transition: var(--transition);
    }
.k70a88ee_ravi:hover{
    opacity: 0.8;
    }
.xj3g3ikn39ti{
    width: 24px;
    height: 24px;
    color: var(--primary-color);
    }
.u8ef1f4_es{
    display: flex;
    list-style: none;
    gap: 24px;
    align-items: center;
    }
.j3d43__c2b4{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    padding: 4px 0;
    border-bottom: 2px solid transparent;
    }
.j3d43__c2b4:hover{
    color: var(--text-color);
    }
.b64c82a_af{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.nc2098_49a{
    background-color: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    padding: 8px 18px;
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 600;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,0.1);
    }
.nc2098_49a:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.nc2098_49a:active{
    transform: translateY(0);
    }
.t709__f1e5b{
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.t709__f1e5b .w98b62a{
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px; color: #ffffff;}
@media (max-width: 992px){.u8ef1f4_es{
    display: none; 
    }
.b46eb7c{
    gap: 0;
    }
.t709__f1e5b{
    display: flex;
    }}
div.rc9221_a748{
    padding-top: 20px;
    }
.j3d43__c2b4.active{color: var(--text-color);}
.t72b8b7eb{list-style:none;}
.j3d43__c2b4.active {color: var(--text-color);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.rc9221_a748 img.uf38983fa51 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.rc9221_a748 img.uf38983fa51.g78b4a_b62f { aspect-ratio: 16 / 9; }
div.rc9221_a748 img.uf38983fa51.t3345ccea { aspect-ratio: 16 / 10; }
div.rc9221_a748 img.uf38983fa51.pe3e20cd9ff { aspect-ratio: 4 / 3; }
div.rc9221_a748 img.uf38983fa51.b212c36f5f5 { aspect-ratio: 1 / 1; }
div.rc9221_a748 :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.rc9221_a748 .w38c__1874 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.rc9221_a748 .w38c__1874.g78b4a_b62f { aspect-ratio: 16 / 9; }
div.rc9221_a748 .w38c__1874.t3345ccea { aspect-ratio: 16 / 10; }
div.rc9221_a748 .w38c__1874.pe3e20cd9ff { aspect-ratio: 4 / 3; }
div.rc9221_a748 .w38c__1874.b212c36f5f5 { aspect-ratio: 1 / 1; }
div.rc9221_a748 .w38c__1874 > img.uf38983fa51,
    div.rc9221_a748 .w38c__1874 > picture > img.uf38983fa51 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
@media (max-width: 768px) {div.rc9221_a748.mctowpgh .c8e4__f1550 { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-color);
    background-color: var(--bg-color);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    }
.l5d632__6f45{
    height: var(--nav-height);
    width: 100%;
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.xc01b_e3d{
    max-width: var(--max-width);
    width: 92vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.b46eb7c{
    display: flex;
    align-items: center;
    gap: 40px;
    }
.k70a88ee_ravi{
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--text-color);
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    transition: var(--transition);
    }
.k70a88ee_ravi:hover{
    opacity: 0.8;
    }
.xj3g3ikn39ti{
    width: 24px;
    height: 24px;
    color: var(--primary-color);
    }
.u8ef1f4_es{
    display: flex;
    list-style: none;
    gap: 24px;
    align-items: center;
    }
.j3d43__c2b4{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    padding: 4px 0;
    border-bottom: 2px solid transparent;
    }
.j3d43__c2b4:hover{
    color: var(--text-color);
    }
.b64c82a_af{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.nc2098_49a{
    background-color: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    padding: 8px 18px;
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 600;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,0.1);
    }
.nc2098_49a:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.nc2098_49a:active{
    transform: translateY(0);
    }
.t709__f1e5b{
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.t709__f1e5b .w98b62a{
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px; color: #ffffff;}
@media (max-width: 992px){.u8ef1f4_es{
    display: none; 
    }
.b46eb7c{
    gap: 0;
    }
.t709__f1e5b{
    display: flex;
    }}
div.rc9221_a748{
    padding-top: 20px;
    }
.j3d43__c2b4.active{color: var(--text-color);}
.t72b8b7eb{list-style:none;}
.j3d43__c2b4.active{color: var(--text-color);}
.xb0p69l58e{
    background-color: var(--bg-color, hsl(86, 6%, 96%));
    color: var(--text-color, hsl(86, 10%, 11%));
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
    padding-top: 64px;
    padding-bottom: 32px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    width: 100%;
    }
.jcde__dfda{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    }
.nc082__4d3{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 64px;
    }
.zxprx4qnbu{
    flex: 2;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    }
.b65f__c59{
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 16px;
    color: var(--text-color, hsl(86, 10%, 11%));
    letter-spacing: -0.01em;
    }
.e1245_359{
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted, hsl(86, 5%, 40%));
    margin: 0;
    max-width: 320px;
    }
.vbd8fffe0c6{
    flex: 1;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    }
.dec0__90d96{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color, hsl(86, 10%, 11%));
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.na2d__d5d{
    font-size: 14px;
    color: var(--text-muted, hsl(86, 5%, 40%));
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition, all 0.2s ease);
    }
.na2d__d5d:hover{
    color: var(--primary-color, hsl(86, 63%, 45%));
    }
.q71bbb5_u8x3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
    flex-wrap: wrap;
    gap: 16px;
    }
.v2c5b7_effa{
    font-size: 13px;
    color: var(--text-muted, hsl(86, 5%, 40%));
    flex: 1;
    }
.lvqak96xao{
    display: flex;
    flex-direction: row;
    gap: 24px;
    }
.qd18d_cfe{
    font-size: 13px;
    color: var(--text-muted, hsl(86, 5%, 40%));
    text-decoration: none;
    transition: var(--transition, all 0.2s ease);
    }
.qd18d_cfe:hover{
    color: var(--text-color, hsl(86, 10%, 11%));
    }
@media (max-width: 768px){.nc082__4d3{
    flex-direction: column;
    gap: 40px;
    }
.zxprx4qnbu{
    min-width: 100%;
    }
.q71bbb5_u8x3{
    flex-direction: column;
    align-items: flex-start;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--text-color);
  background-color: var(--bg-color);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.l5d632__6f45{
  height: var(--nav-height);
  width: 100%;
  background-color: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center; color: #1a1a2e;}
.xc01b_e3d{
  max-width: var(--max-width);
  width: 92vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b46eb7c{
  display: flex;
  align-items: center;
  gap: 40px;
}
.k70a88ee_ravi{
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--text-color);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  transition: var(--transition);
}
.k70a88ee_ravi:hover{
  opacity: 0.8;
}
.xj3g3ikn39ti{
  width: 24px;
  height: 24px;
  color: var(--primary-color);
}
.u8ef1f4_es{
  display: flex;
  list-style: none;
  gap: 24px;
  align-items: center;
}
.j3d43__c2b4{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  transition: var(--transition);
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}
.j3d43__c2b4:hover{
  color: var(--text-color);
}
.b64c82a_af{
  display: flex;
  align-items: center;
  gap: 16px;
}
.nc2098_49a{
  background-color: var(--primary-color);
  color: #1a1a2e; 
  text-decoration: none;
  padding: 8px 18px;
  border-radius: var(--radius-md);
  font-size: 14px;
  font-weight: 600;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,0,0,0.1);
}
.nc2098_49a:hover{
  background-color: var(--secondary-color);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md); color: #1a1a2e;}
.nc2098_49a:active{
  transform: translateY(0);
}
.t709__f1e5b{
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.t709__f1e5b .w98b62a{
  width: 20px;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px; color: #ffffff;}
@media (max-width: 992px){.u8ef1f4_es{
    display: none; 
  }
.b46eb7c{
    gap: 0;
  }
.t709__f1e5b{
    display: flex;
  }}
div.rc9221_a748{
  padding-top: 20px;
}
.j3d43__c2b4.active{color: var(--text-color);}
.t72b8b7eb{list-style:none;}
.j3d43__c2b4.active{color: var(--text-color);}
.r3d5a6bfaac{
  background-color: var(--bg-color, hsl(86, 6%, 96%));
  color: var(--text-color, hsl(86, 10%, 11%));
  border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
  padding-top: 64px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  width: 100%;
}
.ce29e51c337{
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
}
.t473f3f85{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px;
  margin-bottom: 64px;
}
.uc7b9a_921d{
  flex: 2;
  min-width: 280px;
  display: flex;
  flex-direction: column;
}
.x59beadb7{
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 16px;
  color: var(--text-color, hsl(86, 10%, 11%));
  letter-spacing: -0.01em;
}
.he46e4_f6dc{
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted, hsl(86, 5%, 40%));
  margin: 0;
  max-width: 320px;
}
.u0e4__986d{
  flex: 1;
  min-width: 140px;
  display: flex;
  flex-direction: column;
}
.i81f8c4d3{
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color, hsl(86, 10%, 11%));
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.p1d8d8e3312{
  font-size: 14px;
  color: var(--text-muted, hsl(86, 5%, 40%));
  text-decoration: none;
  margin-bottom: 12px;
  transition: var(--transition, all 0.2s ease);
}
.p1d8d8e3312:hover{
  color: var(--primary-color, hsl(86, 63%, 45%));
}
.de5d6c04e{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
  flex-wrap: wrap;
  gap: 16px;
}
.mcc131_75fc{
  font-size: 13px;
  color: var(--text-muted, hsl(86, 5%, 40%));
  flex: 1;
}
.j85bd0_0a85{
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.ca9deaa8c63{
  font-size: 13px;
  color: var(--text-muted, hsl(86, 5%, 40%));
  text-decoration: none;
  transition: var(--transition, all 0.2s ease);
}
.ca9deaa8c63:hover{
  color: var(--text-color, hsl(86, 10%, 11%));
}
@media (max-width: 768px){.t473f3f85{
    flex-direction: column;
    gap: 40px;
  }
.uc7b9a_921d{
    min-width: 100%;
  }
.de5d6c04e{
    flex-direction: column;
    align-items: flex-start;
  }}
.j53bca97334{box-sizing:border-box;}
.g10a272405b{box-sizing:border-box;}
.d52284c0b{box-sizing:border-box;}
.ye4071_42be{display:block;max-width:100%;height:auto;}
.hb02c229b83{box-sizing:border-box;}
@media (max-width: 768px) {.q71bbb5_u8x3 { 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; }
div.rc9221_a748.mctowpgh .c8e4__f1550 { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}