:root {

  --primary-color: hsl(193, 80%, 53%);
  --secondary-color: hsl(294, 64%, 53%);
  --bg-color: hsl(193, 8%, 96%);
  --text-color: hsl(193, 10%, 11%);
  --text-muted: hsl(193, 10%, 45%);
  --border-color: hsl(193, 10%, 85%);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);
  --nav-height: 72px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s ease;
  --nav-bg: var(--bg-color);
  --wps-primary: hsl(193, 80%, 53%);
  --wps-primary-dark: hsl(193, 80%, 43%);
  --wps-secondary: hsl(294, 64%, 53%);
  --wps-bg-page: hsl(193, 8%, 96%);
  --wps-surface: #ffffff;
  --wps-text-main: hsl(193, 10%, 11%);
  --wps-text-muted: hsl(193, 10%, 40%);
  --wps-radius-xl: 32px;
  --wps-radius-lg: 24px;
  --wps-radius-md: 16px;
  --wps-radius-btn: 8px;
  --wps-shadow-soft: 0 20px 40px rgba(0, 0, 0, 0.04);
  --wps-shadow-hover: 0 30px 60px rgba(0, 0, 0, 0.08);
  --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%);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text-color);
    background: var(--bg-color);
    }
.h98484e{
    position: sticky;
    top: 0;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    z-index: 100;
    backdrop-filter: blur(8px); color: #1a1a2e;}
.v63d2c_8f{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 0 24px;
    }
.se3d0c__8f21{
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.m00e64b4_shz{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
    }
.m00e64b4_shz span{
    width: 24px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.ob074b7{
    display: flex;
    list-style: none;
    gap: 32px;
    flex: 1;
    }
.ob074b7 a{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
    }
.ob074b7 a:hover{
    color: var(--text-color);
    }
.a22486af4e{
    background: var(--primary-color);
    color: #1a1a2e;
    padding: 10px 24px;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    }
.a22486af4e:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
@media (max-width: 768px){.m00e64b4_shz{
    display: flex;
    }
.ob074b7{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    padding: 24px;
    gap: 16px;
    display: none; color: #1a1a2e;}
.ob074b7.active{
    display: flex;
    }
.a22486af4e{
    display: none;
    }}
.aa9ae_c3{
    background: linear-gradient(180deg, var(--bg-color) 0%, hsl(193, 12%, 92%) 100%);
    border-top: 1px solid var(--border-color);
    padding: 64px 0 32px;
    margin-top: 120px; color: #1a1a2e;}
.i0fb4_0477{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    }
.b68fff__7b7c{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--border-color);
    }
.g0597_3ab{
    flex: 0 0 auto;
    }
.d2f69924d6{
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
    letter-spacing: -0.02em;
    }
.xa82mkqt7md{
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
    }
.x65fd5_db{
    display: flex;
    gap: 32px;
    flex: 0 0 auto;
    }
.vc3c7__fcb1b{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.vc3c7__fcb1b:hover{
    color: var(--primary-color);
    }
.g80d1_6241{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    }
.enrv9br8cu5{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
.c2b1a__e44c{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
@media (max-width: 768px){.aa9ae_c3{
    padding: 48px 0 24px;
    margin-top: 80px;
    }
.b68fff__7b7c{
    flex-direction: column;
    gap: 32px;
    padding-bottom: 32px;
    }
.x65fd5_db{
    gap: 24px;
    }
.g80d1_6241{
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    }}
div.x1de6b3de.wffc4c8_7699.b13fb3afef{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: var(--wps-text-main);
    background-color: var(--wps-bg-page);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    }
div.x1de6b3de.wffc4c8_7699 .z6877__3b7df{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    }
div.x1de6b3de.wffc4c8_7699 h1, div.x1de6b3de.wffc4c8_7699 h2, div.x1de6b3de.wffc4c8_7699 h3{
    margin: 0;
    line-height: 1.2;
    color: var(--wps-text-main);
    }
div.x1de6b3de.wffc4c8_7699 p{
    margin: 0;
    }
div.x1de6b3de.wffc4c8_7699 .nb68b7__1465{
    min-height: 50vh;
    padding: 60px 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
div.x1de6b3de.wffc4c8_7699 .f6k7pch918g{
    width: 100%;
    max-width: 900px;
    margin-bottom: 56px;
    border-radius: var(--wps-radius-xl);
    overflow: hidden;
    box-shadow: var(--wps-shadow-soft);
    background: var(--wps-surface);
    padding: 12px;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s ease; color: #1a1a2e;}
div.x1de6b3de.wffc4c8_7699 .f6k7pch918g:hover{
    transform: perspective(1000px) rotateX(0deg);
    }
div.x1de6b3de.wffc4c8_7699 .f6k7pch918g img{
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: var(--wps-radius-md);
    }
div.x1de6b3de.wffc4c8_7699 .nb68b7__1465 h1{
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    background: linear-gradient(135deg, var(--wps-primary), var(--wps-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; color: #1a1a2e;}
div.x1de6b3de.wffc4c8_7699 .p86bfecc_z2y{
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    color: var(--wps-text-muted);
    max-width: 640px;
    margin: 0 auto 48px;
    }
div.x1de6b3de.wffc4c8_7699 .v8jqrwxaf7t{
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    }
div.x1de6b3de.wffc4c8_7699 .td8d5778b19{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 36px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: var(--wps-radius-btn);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }
div.x1de6b3de.wffc4c8_7699 .fb25058c2{
    background: linear-gradient(135deg, var(--wps-primary) 0%, var(--wps-primary-dark) 100%);
    color: #1a1a2e;
    box-shadow: 0 12px 24px rgba(33, 189, 242, 0.25);
    }
div.x1de6b3de.wffc4c8_7699 .fb25058c2:hover{
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(33, 189, 242, 0.35);
    }
div.x1de6b3de.wffc4c8_7699 .se2fd__9dd20{
    background: var(--wps-surface);
    color: var(--wps-text-main);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }
div.x1de6b3de.wffc4c8_7699 .se2fd__9dd20:hover{
    color: var(--wps-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    }
div.x1de6b3de.wffc4c8_7699 .wb05b0_b89c{
    padding: 100px 0;
    background: var(--wps-surface); color: #1a1a2e;}
div.x1de6b3de.wffc4c8_7699 .z0408d5_0fjv{
    text-align: center;
    margin-bottom: 80px;
    }
div.x1de6b3de.wffc4c8_7699 .z0408d5_0fjv h2{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
    }
div.x1de6b3de.wffc4c8_7699 .z0408d5_0fjv p{
    font-size: 1.25rem;
    color: var(--wps-text-muted);
    max-width: 600px;
    margin: 0 auto;
    }
div.x1de6b3de.wffc4c8_7699 .t9ca5b3_ftle{
    display: flex;
    flex-direction: column;
    gap: 120px;
    }
div.x1de6b3de.wffc4c8_7699 .i9f69__a92ab{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    }
div.x1de6b3de.wffc4c8_7699 .i9f69__a92ab.a938705af0 .mad1a7_f161{
    order: 2;
    }
div.x1de6b3de.wffc4c8_7699 .i9f69__a92ab.a938705af0 .l222ab_4f{
    order: 1;
    }
div.x1de6b3de.wffc4c8_7699 .l222ab_4f{position: relative;
    border-radius: var(--wps-radius-lg);
    overflow: hidden;
    box-shadow: var(--wps-shadow-soft); isolation: isolate;}
div.x1de6b3de.wffc4c8_7699 .l222ab_4f img{
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4/3;
    object-fit: cover;
    }
div.x1de6b3de.wffc4c8_7699 .mad1a7_f161 h3{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 24px;
    }
div.x1de6b3de.wffc4c8_7699 .mad1a7_f161 p{
    font-size: 1.125rem;
    color: var(--wps-text-muted);
    margin-bottom: 32px;
    }
div.x1de6b3de.wffc4c8_7699 .idc136p4v5z4{
    background: var(--wps-bg-page);
    padding: 20px;
    border-radius: var(--wps-radius-md);
    border-left: 4px solid var(--wps-secondary);
    margin-bottom: 32px;
    font-size: 0.9375rem;
    color: #1a1a2e;
    }
div.x1de6b3de.wffc4c8_7699 .idc136p4v5z4 strong{
    color: var(--wps-text-main);
    }
div.x1de6b3de.wffc4c8_7699 .h1acfc8_771f{
    display: inline-flex;
    align-items: center;
    color: var(--wps-primary);
    font-weight: 600;
    text-decoration: none;
    font-size: 1.125rem;
    }
div.x1de6b3de.wffc4c8_7699 .h1acfc8_771f svg{
    width: 20px;
    height: 20px;
    margin-left: 8px;
    transition: transform 0.2s ease;
    }
div.x1de6b3de.wffc4c8_7699 .h1acfc8_771f:hover svg{
    transform: translateX(4px);
    }
div.x1de6b3de.wffc4c8_7699 .le128b_vh{
    background: var(--wps-text-main);
    color: #ffffff;
    padding: 120px 0;
    text-align: center;
    }
div.x1de6b3de.wffc4c8_7699 .le128b_vh h2{
    color: #ffffff;
    font-size: 3rem;
    margin-bottom: 24px;
    }
div.x1de6b3de.wffc4c8_7699 .le128b_vh p{
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 48px;
    }
div.x1de6b3de.wffc4c8_7699 .u9b9__a62d{
    background: #ffffff;
    color: var(--wps-text-main);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.15);
    }
div.x1de6b3de.wffc4c8_7699 .u9b9__a62d:hover{
    background: var(--wps-bg-page);
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.2); color: #1a1a2e;}
div.x1de6b3de.wffc4c8_7699 .l3a46b91a{
    background: #111414;
    padding: 48px 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.875rem;
    }
div.x1de6b3de.wffc4c8_7699 .e15c__a674{
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    margin-left: 16px;
    }
div.x1de6b3de.wffc4c8_7699 .e15c__a674:hover{
    color: #ffffff;
    }
@media (max-width: 992px) {div.x1de6b3de.wffc4c8_7699 .i9f69__a92ab, div.x1de6b3de.wffc4c8_7699 .i9f69__a92ab.a938705af0{
    grid-template-columns: 1fr;
    gap: 48px;
    }
div.x1de6b3de.wffc4c8_7699 .i9f69__a92ab.a938705af0 .mad1a7_f161{ order: 1; }
div.x1de6b3de.wffc4c8_7699 .i9f69__a92ab.a938705af0 .l222ab_4f{ order: 2; }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.x1de6b3de img.j5944fd5453 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.x1de6b3de img.j5944fd5453.fe659eb9d9d { aspect-ratio: 16 / 9; }
div.x1de6b3de img.j5944fd5453.jee526fd906 { aspect-ratio: 16 / 10; }
div.x1de6b3de img.j5944fd5453.lc1bdf_0f6d { aspect-ratio: 4 / 3; }
div.x1de6b3de img.j5944fd5453.o2d36d980b5 { aspect-ratio: 1 / 1; }
div.x1de6b3de :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.x1de6b3de .o43d853b8 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.x1de6b3de .o43d853b8.fe659eb9d9d { aspect-ratio: 16 / 9; }
div.x1de6b3de .o43d853b8.jee526fd906 { aspect-ratio: 16 / 10; }
div.x1de6b3de .o43d853b8.lc1bdf_0f6d { aspect-ratio: 4 / 3; }
div.x1de6b3de .o43d853b8.o2d36d980b5 { aspect-ratio: 1 / 1; }
div.x1de6b3de .o43d853b8 > img.j5944fd5453,
    div.x1de6b3de .o43d853b8 > picture > img.j5944fd5453 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.x1de6b3de.wffc4c8_7699 .fb25058c2 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.x1de6b3de.wffc4c8_7699 .fb25058c2 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.x1de6b3de.wffc4c8_7699 .fb25058c2 a:not([class]):hover{opacity:0.92;}
div.x1de6b3de.wffc4c8_7699 .fb25058c2 a[class=""]:hover{opacity:0.92;}
div.x1de6b3de.wffc4c8_7699 .fb25058c2 a:not([class]):visited{color:#ffffff !important;}
div.x1de6b3de.wffc4c8_7699 .fb25058c2 a[class=""]:visited{color:#ffffff !important;}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text-color);
    background: var(--bg-color);
    }
.h98484e{
    position: sticky;
    top: 0;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    z-index: 100;
    backdrop-filter: blur(8px); color: #1a1a2e;}
.v63d2c_8f{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 0 24px;
    }
.se3d0c__8f21{
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.m00e64b4_shz{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
    }
.m00e64b4_shz span{
    width: 24px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.ob074b7{
    display: flex;
    list-style: none;
    gap: 32px;
    flex: 1;
    }
.ob074b7 a{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
    }
.ob074b7 a:hover{
    color: var(--text-color);
    }
.a22486af4e{
    background: var(--primary-color);
    color: #1a1a2e;
    padding: 10px 24px;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    }
.a22486af4e:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
@media (max-width: 768px){.m00e64b4_shz{
    display: flex;
    }
.ob074b7{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    padding: 24px;
    gap: 16px;
    display: none; color: #1a1a2e;}
.ob074b7.active{
    display: flex;
    }
.a22486af4e{
    display: none;
    }}
.aa9ae_c3{
    background: linear-gradient(180deg, var(--bg-color) 0%, hsl(193, 12%, 92%) 100%);
    border-top: 1px solid var(--border-color);
    padding: 64px 0 32px;
    margin-top: 120px; color: #1a1a2e;}
.i0fb4_0477{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    }
.b68fff__7b7c{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--border-color);
    }
.g0597_3ab{
    flex: 0 0 auto;
    }
.d2f69924d6{
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
    letter-spacing: -0.02em;
    }
.xa82mkqt7md{
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
    }
.x65fd5_db{
    display: flex;
    gap: 32px;
    flex: 0 0 auto;
    }
.vc3c7__fcb1b{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.vc3c7__fcb1b:hover{
    color: var(--primary-color);
    }
.g80d1_6241{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    }
.enrv9br8cu5{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
.c2b1a__e44c{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
@media (max-width: 768px){.aa9ae_c3{
    padding: 48px 0 24px;
    margin-top: 80px;
    }
.b68fff__7b7c{
    flex-direction: column;
    gap: 32px;
    padding-bottom: 32px;
    }
.x65fd5_db{
    gap: 24px;
    }
.g80d1_6241{
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-color);
  background: var(--bg-color);
}
.h98484e{
  position: sticky;
  top: 0;
  background: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  z-index: 100;
  backdrop-filter: blur(8px); color: #1a1a2e;}
.v63d2c_8f{
  max-width: var(--max-width);
  margin: 0 auto;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 0 24px;
}
.se3d0c__8f21{
  font-size: 24px;
  font-weight: 600;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.5px;
}
.m00e64b4_shz{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
}
.m00e64b4_shz span{
  width: 24px;
  height: 2px;
  background: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.ob074b7{
  display: flex;
  list-style: none;
  gap: 32px;
  flex: 1;
}
.ob074b7 a{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 15px;
  transition: var(--transition);
}
.ob074b7 a:hover{
  color: var(--text-color);
}
.a22486af4e{
  background: var(--primary-color);
  color: #1a1a2e;
  padding: 10px 24px;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.a22486af4e:hover{
  background: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
@media (max-width: 768px){.m00e64b4_shz{
    display: flex;
  }
.ob074b7{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    padding: 24px;
    gap: 16px;
    display: none; color: #1a1a2e;}
.ob074b7.active{
    display: flex;
  }
.a22486af4e{
    display: none;
  }}
.cd6843caf{
  background: linear-gradient(180deg, var(--bg-color) 0%, hsl(193, 12%, 92%) 100%);
  border-top: 1px solid var(--border-color);
  padding: 64px 0 32px;
  margin-top: 120px; color: #1a1a2e;}
.hbcc05_be69{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}
.ha83473f308{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border-color);
}
.bcb1243e2{
  flex: 0 0 auto;
}
.u36c57_25b9{
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.b2d483_6b28{
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}
.w6d6__9e5d{
  display: flex;
  gap: 32px;
  flex: 0 0 auto;
}
.i7464a_b525{
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.i7464a_b525:hover{
  color: var(--primary-color);
}
.z26564589{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
}
.sb0543_1203{
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}
.o87e934899c{
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}
@media (max-width: 768px){.cd6843caf{
    padding: 48px 0 24px;
    margin-top: 80px;
  }
.ha83473f308{
    flex-direction: column;
    gap: 32px;
    padding-bottom: 32px;
  }
.w6d6__9e5d{
    gap: 24px;
  }
.z26564589{
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }}
.qf9ce4b3c13{box-sizing:border-box;}
.ua2d__e01e{box-sizing:border-box;}
.j4704e572{display:block;max-width:100%;height:auto;}
.ke4617276{box-sizing:border-box;}
.i78f9285d{box-sizing:border-box;}
@media (max-width: 768px) {.g80d1_6241 { 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; }}