:root {

  --faq-bg: hsl(258, 7%, 97%);
  --faq-surface: #ffffff;
  --faq-text-main: hsl(258, 10%, 10%);
  --faq-text-muted: hsl(258, 10%, 40%);
  --faq-primary: hsl(258, 73%, 50%);
  --faq-secondary: hsl(343, 58%, 50%);
  --faq-border: rgba(0, 0, 0, 0.06);
  --faq-radius-lg: 16px;
  --faq-radius-md: 12px;
  --faq-shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.03);
  --faq-shadow-btn: 0 6px 16px rgba(110, 34, 220, 0.25);
  --faq-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --primary-color: hsl(258, 73%, 50%);
  --secondary-color: hsl(343, 58%, 50%);
  --bg-color: hsl(258, 7%, 97%);
  --text-color: hsl(258, 10%, 5%);
  --text-muted: hsl(258, 10%, 40%);
  --border-color: hsla(258, 10%, 5%, 0.08);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --shadow-sm: 0 4px 12px hsla(258, 73%, 50%, 0.15);
  --shadow-md: 0 8px 24px hsla(258, 73%, 50%, 0.25);
  --shadow-lg: 0 16px 40px hsla(258, 73%, 50%, 0.35);
  --nav-height: 72px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: var(--bg-color);
  --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.d021__f697.l48fdec_v9hf *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
div.d021__f697.l48fdec_v9hf{
    font-family: var(--faq-font);
    background-color: var(--faq-bg);
    color: var(--faq-text-main);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    }
div.d021__f697.l48fdec_v9hf .n83a3f_4d2a{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    }
div.d021__f697.l48fdec_v9hf .tvyq2muzxx2{
    padding: 100px 0 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
div.d021__f697.l48fdec_v9hf .tvyq2muzxx2 h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    color: var(--faq-text-main);
    line-height: 1.2;
    }
div.d021__f697.l48fdec_v9hf .tvyq2muzxx2 p{
    font-size: 1.125rem;
    color: var(--faq-text-muted);
    max-width: 680px; 
    margin-bottom: 40px;
    }
div.d021__f697.l48fdec_v9hf .i2a300__4d2{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    }
div.d021__f697.l48fdec_v9hf .k1660__436d0{
    background: linear-gradient(135deg, var(--faq-primary), var(--faq-secondary));
    color: #1a1a2e;
    box-shadow: var(--faq-shadow-btn);
    }
div.d021__f697.l48fdec_v9hf .k1660__436d0:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(110, 34, 220, 0.35);
    }
div.d021__f697.l48fdec_v9hf .wb3059_jtmn{
    padding: 60px 0;
    }
div.d021__f697.l48fdec_v9hf .zq9titzcgz{
    margin-bottom: 48px;
    max-width: 680px;
    }
div.d021__f697.l48fdec_v9hf .zq9titzcgz h2{
    font-size: 2rem;
    margin-bottom: 16px;
    color: var(--faq-text-main);
    }
div.d021__f697.l48fdec_v9hf .zq9titzcgz p{
    color: var(--faq-text-muted);
    font-size: 1.05rem;
    }
div.d021__f697.l48fdec_v9hf .d7b8__8df{
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    }
@media (min-width: 768px) {div.d021__f697.l48fdec_v9hf .d7b8__8df{
    grid-template-columns: repeat(2, 1fr);
    }}
div.d021__f697.l48fdec_v9hf .mbd68283e5b{
    background: var(--faq-surface);
    padding: 32px;
    border-radius: var(--faq-radius-lg);
    box-shadow: var(--faq-shadow-sm);
    border: 1px solid var(--faq-border);
    transition: transform 0.2s; color: #1a1a2e;}
div.d021__f697.l48fdec_v9hf .mbd68283e5b:hover{
    transform: translateY(-4px);
    }
div.d021__f697.l48fdec_v9hf .mbd68283e5b h3{
    font-size: 1.25rem;
    margin-bottom: 16px;
    color: var(--faq-primary);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    }
div.d021__f697.l48fdec_v9hf .mbd68283e5b h3::before{
    content: "Q.";
    font-weight: 800;
    color: var(--faq-secondary);
    opacity: 0.8;
    }
div.d021__f697.l48fdec_v9hf .mbd68283e5b p{
    color: var(--faq-text-muted);
    margin-bottom: 12px;
    }
div.d021__f697.l48fdec_v9hf .mbd68283e5b ul{
    margin-left: 20px;
    color: var(--faq-text-muted);
    margin-bottom: 12px;
    }
div.d021__f697.l48fdec_v9hf .mbd68283e5b li{
    margin-bottom: 6px;
    }
div.d021__f697.l48fdec_v9hf .e660__5ddd{
    margin: 80px 0;
    background: var(--faq-surface);
    border-radius: var(--faq-radius-lg);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    box-shadow: var(--faq-shadow-sm);
    border: 1px solid var(--faq-border); color: #1a1a2e;}
@media (min-width: 992px) {div.d021__f697.l48fdec_v9hf .e660__5ddd{
    grid-template-columns: 1fr 1fr;
    }}
div.d021__f697.l48fdec_v9hf .kezn40et{
    position: relative;
    min-height: 300px;
    background-color: #f0f0f5; color: #1a1a2e;}
div.d021__f697.l48fdec_v9hf .kezn40et img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.d021__f697.l48fdec_v9hf .bb679e1_52{
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
div.d021__f697.l48fdec_v9hf .bb679e1_52 h2{
    font-size: 1.8rem;
    margin-bottom: 24px;
    color: var(--faq-text-main);
    }
div.d021__f697.l48fdec_v9hf .dd3f2663_ugxr{
    display: flex;
    flex-direction: column;
    gap: 20px;
    }
div.d021__f697.l48fdec_v9hf .x2adce0{
    display: flex;
    gap: 16px;
    }
div.d021__f697.l48fdec_v9hf .w8az8ier{
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: rgba(110, 34, 220, 0.1);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    }
div.d021__f697.l48fdec_v9hf .zfd936c_93li h4{
    font-size: 1.1rem;
    margin-bottom: 4px;
    }
div.d021__f697.l48fdec_v9hf .zfd936c_93li p{
    color: var(--faq-text-muted);
    font-size: 0.95rem;
    }
div.d021__f697.l48fdec_v9hf .paca8d9a76{
    padding: 60px 0 100px;
    }
div.d021__f697.l48fdec_v9hf .o5240df156{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
    }
@media (min-width: 576px) {div.d021__f697.l48fdec_v9hf .o5240df156{
    grid-template-columns: repeat(2, 1fr);
    }}
@media (min-width: 992px) {div.d021__f697.l48fdec_v9hf .o5240df156{
    grid-template-columns: repeat(4, 1fr);
    }}
div.d021__f697.l48fdec_v9hf .td48e9_4ymt{
    background: var(--faq-surface);
    padding: 24px;
    border-radius: var(--faq-radius-md);
    border: 1px solid var(--faq-border);
    text-decoration: none;
    color: #1a1a2e;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
    }
div.d021__f697.l48fdec_v9hf .td48e9_4ymt:hover{
    border-color: var(--faq-primary);
    box-shadow: var(--faq-shadow-sm);
    }
div.d021__f697.l48fdec_v9hf .td48e9_4ymt h4{
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: var(--faq-text-main);
    }
div.d021__f697.l48fdec_v9hf .td48e9_4ymt p{
    font-size: 0.9rem;
    color: var(--faq-text-muted);
    flex-grow: 1;
    }
div.d021__f697.l48fdec_v9hf .q820fa46cf4{
    text-align: left;
    padding: 60px 40px;
    background: linear-gradient(to right, rgba(110, 34, 220, 0.05), rgba(216, 27, 96, 0.05));
    border-radius: var(--faq-radius-lg);
    margin-bottom: 80px;
    border: 1px solid rgba(110, 34, 220, 0.1); color: #ffffff;}
div.d021__f697.l48fdec_v9hf .q820fa46cf4 h2{
    font-size: 2rem;
    margin-bottom: 16px;
    }
div.d021__f697.l48fdec_v9hf .q820fa46cf4 p{
    color: var(--faq-text-muted);
    margin-bottom: 32px;
    max-width: 600px;
    }
div.d021__f697.l48fdec_v9hf .r1b571_3589{
    border-top: 1px solid var(--faq-border);
    padding: 40px 0;
    text-align: left;
    color: var(--faq-text-muted);
    font-size: 0.9rem;
    }
div.d021__f697.l48fdec_v9hf .be080f1c_wy9{
    color: var(--faq-primary);
    text-decoration: underline;
    text-decoration-color: rgba(110, 34, 220, 0.3);
    text-underline-offset: 4px;
    font-weight: 500;
    transition: all 0.2s;
    }
div.d021__f697.l48fdec_v9hf .be080f1c_wy9:hover{
    text-decoration-color: var(--faq-primary);
    color: var(--faq-secondary);
    }
div.d021__f697.l48fdec_v9hf .zb27bab{box-sizing:border-box;}
.cd83__6057b{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%; color: #1a1a2e;}
.a4b358_15{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.xd9a0ff_c58{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 60px;
    align-items: flex-start;
    }
.xe78423c13{
    flex: 1;
    min-width: 280px;
    max-width: 400px;
    text-align: left;
    }
.yyod7mgdow{
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-color);
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    }
.wd847f2cb{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.xc8691_fcc{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    flex: 2;
    min-width: 300px;
    }
.of9d0b_c5t{
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    min-width: 140px;
    }
.q0c08d58d55{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    }
.i1b927_ce{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    width: fit-content;
    }
.i1b927_ce:hover{
    color: var(--primary-color);
    transform: translateX(4px);
    }
.g6cy54lbo{
    height: 1px;
    background-color: var(--border-color);
    width: 100%;
    margin-bottom: 32px; color: #ffffff;}
.ede7a1__80af7{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    }
.j58a7__d71{
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
    min-width: 200px;
    }
.ef792__bc05c{
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 500;
    }
.zfa3f1_bim{
    font-size: 14px;
    color: var(--text-muted);
    opacity: 0.6;
    }
.zcsf7vqm{
    flex: 0 0 auto;
    }
.i48c9c72{
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--btn-text);
    padding: 12px 24px;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    }
.i48c9c72:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    background-color: hsl(258, 73%, 45%); color: #ffffff;}
@media (max-width: 768px){.cd83__6057b{
    padding-top: 48px;
    padding-bottom: 32px;
    }
.xd9a0ff_c58{
    flex-direction: column;
    gap: 40px;
    }
.xe78423c13{
    max-width: 100%;
    }
.xc8691_fcc{
    gap: 32px;
    width: 100%;
    }
.ede7a1__80af7{
    flex-direction: column;
    align-items: flex-start;
    }
.j58a7__d71{
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    }}
.l9173__ef6{
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: var(--nav-height);
    background: color-mix(in srgb, var(--nav-bg) 85%, transparent);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }
.j38af62_54ny{
    display: none;
    }
.of91__bef8a{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.v48f5c6_90{
    display: flex;
    align-items: center;
    gap: 48px;
    height: 100%;
    }
.e79d40a7{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-color);
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.02em;
    transition: var(--transition);
    }
.e79d40a7:hover{
    opacity: 0.8;
    }
.w83299f6f{
    width: 32px;
    height: 32px;
    }
.s3449ff0c{
    line-height: 1;
    }
.re978d_imwp{
    display: flex;
    height: 100%;
    align-items: center;
    }
.c52efe_08{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 4px;
    }
.dc5nyido{
    display: inline-flex;
    align-items: center;
    }
.p2ef408_n6j{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    display: block;
    }
.p2ef408_n6j:hover{
    color: #ffffff;
    background-color: hsla(258, 10%, 5%, 0.05);
    }
.r5bbd18a096{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.r0bbd5_e9a6{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 24px;
    background: var(--primary-color);
    color: var(--btn-text);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    white-space: nowrap;
    }
.r0bbd5_e9a6:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px); color: #1a1a2e;}
.j191bf_cb{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    cursor: pointer;
    z-index: 1001;
    margin-left: 8px;
    }
.u37608db{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition);
    transform-origin: center; color: #ffffff;}
@media (max-width: 960px){.v48f5c6_90 {
    gap: 0;
    }
.re978d_imwp {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: auto;
    background: color-mix(in srgb, var(--nav-bg) 95%, transparent);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.06);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 16px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: var(--transition);
    align-items: flex-start;
    }
.c52efe_08 {
    flex-direction: column;
    width: 100%;
    gap: 4px;
    }
.dc5nyido {
    display: block;
    width: 100%;
    }
.p2ef408_n6j {
    padding: 14px calc((100vw - var(--max-width)) / 2);
    font-size: 15px;
    border-radius: 0;
    }
.j191bf_cb {
    display: flex;
    }
.j38af62_54ny:checked ~ .of91__bef8a .r5bbd18a096 .j191bf_cb .u37608db:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
.j38af62_54ny:checked ~ .of91__bef8a .r5bbd18a096 .j191bf_cb .u37608db:nth-child(2) {
    opacity: 0;
    }
.j38af62_54ny:checked ~ .of91__bef8a .r5bbd18a096 .j191bf_cb .u37608db:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }
.j38af62_54ny:checked ~ .of91__bef8a .v48f5c6_90 .re978d_imwp {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }}
.p2ef408_n6j.active{color: #ffffff; background-color: hsla(258, 10%, 5%, 0.05);}
@media (min-width: 961px){.l9173__ef6 #ntb7d9f606ae, .l9173__ef6 label[for="ntb7d9f606ae"]{ display: none !important; }}
@media (min-width: 961px){.l9173__ef6 .of91__bef8a{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 961px){.l9173__ef6 .of91__bef8a{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 961px){.l9173__ef6 .of91__bef8a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.p2ef408_n6j.active {color: #ffffff; background-color: hsla(258, 10%, 5%, 0.05);}
#ntb7d9f606ae:checked ~ .of91__bef8a { right: 0 !important; left: auto !important; }
@media (max-width: 960px) {.l9173__ef6.of4b22_7657 .of91__bef8a { left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 960px) {#ntb7d9f606ae:checked ~ .of91__bef8a { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 961px) {.l9173__ef6.of4b22_7657 #ntb7d9f606ae, .l9173__ef6.of4b22_7657 label[for="ntb7d9f606ae"] { display: none !important; }}
@media (min-width: 961px) {.l9173__ef6.of4b22_7657 .of91__bef8a { position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 961px) {.l9173__ef6.of4b22_7657 .of91__bef8a { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 961px) {.l9173__ef6.of4b22_7657 .of91__bef8a a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.d021__f697 img.v839__39e2 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.d021__f697 img.v839__39e2.k892a0_4e80 { aspect-ratio: 16 / 9; }
div.d021__f697 img.v839__39e2.f4c0__66ed { aspect-ratio: 16 / 10; }
div.d021__f697 img.v839__39e2.p9986a_a3ce { aspect-ratio: 4 / 3; }
div.d021__f697 img.v839__39e2.sf555fd2925 { aspect-ratio: 1 / 1; }
div.d021__f697 :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.d021__f697 .uad1de781ff {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.d021__f697 .uad1de781ff.k892a0_4e80 { aspect-ratio: 16 / 9; }
div.d021__f697 .uad1de781ff.f4c0__66ed { aspect-ratio: 16 / 10; }
div.d021__f697 .uad1de781ff.p9986a_a3ce { aspect-ratio: 4 / 3; }
div.d021__f697 .uad1de781ff.sf555fd2925 { aspect-ratio: 1 / 1; }
div.d021__f697 .uad1de781ff > img.v839__39e2,
    div.d021__f697 .uad1de781ff > picture > img.v839__39e2 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.d021__f697.l48fdec_v9hf .k1660__436d0 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.d021__f697.l48fdec_v9hf .k1660__436d0 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.d021__f697.l48fdec_v9hf .k1660__436d0 a:not([class]):hover{opacity:0.92;}
div.d021__f697.l48fdec_v9hf .k1660__436d0 a[class=""]:hover{opacity:0.92;}
div.d021__f697.l48fdec_v9hf .k1660__436d0 a:not([class]):visited{color:#ffffff !important;}
div.d021__f697.l48fdec_v9hf .k1660__436d0 a[class=""]:visited{color:#ffffff !important;}
.cdc19589a {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.cdc19589a > :first-child,
    .cdc19589a > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.l9173__ef6{
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: var(--nav-height);
    background: color-mix(in srgb, var(--nav-bg) 85%, transparent);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }
.j38af62_54ny{
    display: none;
    }
.of91__bef8a{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.v48f5c6_90{
    display: flex;
    align-items: center;
    gap: 48px;
    height: 100%;
    }
.e79d40a7{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-color);
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.02em;
    transition: var(--transition);
    }
.e79d40a7:hover{
    opacity: 0.8;
    }
.w83299f6f{
    width: 32px;
    height: 32px;
    }
.s3449ff0c{
    line-height: 1;
    }
.re978d_imwp{
    display: flex;
    height: 100%;
    align-items: center;
    }
.c52efe_08{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 4px;
    }
.dc5nyido{
    display: inline-flex;
    align-items: center;
    }
.p2ef408_n6j{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    display: block;
    }
.p2ef408_n6j:hover{
    color: #ffffff;
    background-color: hsla(258, 10%, 5%, 0.05);
    }
.r5bbd18a096{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.r0bbd5_e9a6{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 24px;
    background: var(--primary-color);
    color: var(--btn-text);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    white-space: nowrap;
    }
.r0bbd5_e9a6:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px); color: #1a1a2e;}
.j191bf_cb{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    cursor: pointer;
    z-index: 1001;
    margin-left: 8px;
    }
.u37608db{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition);
    transform-origin: center; color: #ffffff;}
@media (max-width: 960px){.v48f5c6_90 {
    gap: 0;
    }
.re978d_imwp {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: auto;
    background: color-mix(in srgb, var(--nav-bg) 95%, transparent);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.06);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 16px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: var(--transition);
    align-items: flex-start;
    }
.c52efe_08 {
    flex-direction: column;
    width: 100%;
    gap: 4px;
    }
.dc5nyido {
    display: block;
    width: 100%;
    }
.p2ef408_n6j {
    padding: 14px calc((100vw - var(--max-width)) / 2);
    font-size: 15px;
    border-radius: 0;
    }
.j191bf_cb {
    display: flex;
    }
.j38af62_54ny:checked ~ .of91__bef8a .r5bbd18a096 .j191bf_cb .u37608db:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
.j38af62_54ny:checked ~ .of91__bef8a .r5bbd18a096 .j191bf_cb .u37608db:nth-child(2) {
    opacity: 0;
    }
.j38af62_54ny:checked ~ .of91__bef8a .r5bbd18a096 .j191bf_cb .u37608db:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }
.j38af62_54ny:checked ~ .of91__bef8a .v48f5c6_90 .re978d_imwp {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }}
.p2ef408_n6j.active{color: #ffffff; background-color: hsla(258, 10%, 5%, 0.05);}
@media (min-width: 961px){.l9173__ef6 #ntb7d9f606ae, .l9173__ef6 label[for="ntb7d9f606ae"]{ display: none !important; }}
@media (min-width: 961px){.l9173__ef6 .of91__bef8a{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 961px){.l9173__ef6 .of91__bef8a{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 961px){.l9173__ef6 .of91__bef8a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.p2ef408_n6j.active{color: #ffffff; background-color: hsla(258, 10%, 5%, 0.05);}
#ntb7d9f606ae:checked ~ .of91__bef8a{ right: 0 !important; left: auto !important; }
@media (max-width: 960px){.l9173__ef6.of4b22_7657 .of91__bef8a{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 960px){#ntb7d9f606ae:checked ~ .of91__bef8a{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 961px){.l9173__ef6.of4b22_7657 #ntb7d9f606ae, .l9173__ef6.of4b22_7657 label[for="ntb7d9f606ae"]{ display: none !important; }}
@media (min-width: 961px){.l9173__ef6.of4b22_7657 .of91__bef8a{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 961px){.l9173__ef6.of4b22_7657 .of91__bef8a{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 961px){.l9173__ef6.of4b22_7657 .of91__bef8a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.cd83__6057b{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%; color: #1a1a2e;}
.a4b358_15{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.xd9a0ff_c58{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 60px;
    align-items: flex-start;
    }
.xe78423c13{
    flex: 1;
    min-width: 280px;
    max-width: 400px;
    text-align: left;
    }
.yyod7mgdow{
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-color);
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    }
.wd847f2cb{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.xc8691_fcc{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    flex: 2;
    min-width: 300px;
    }
.of9d0b_c5t{
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    min-width: 140px;
    }
.q0c08d58d55{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    }
.i1b927_ce{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    width: fit-content;
    }
.i1b927_ce:hover{
    color: var(--primary-color);
    transform: translateX(4px);
    }
.g6cy54lbo{
    height: 1px;
    background-color: var(--border-color);
    width: 100%;
    margin-bottom: 32px; color: #ffffff;}
.ede7a1__80af7{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    }
.j58a7__d71{
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
    min-width: 200px;
    }
.ef792__bc05c{
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 500;
    }
.zfa3f1_bim{
    font-size: 14px;
    color: var(--text-muted);
    opacity: 0.6;
    }
.zcsf7vqm{
    flex: 0 0 auto;
    }
.i48c9c72{
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--btn-text);
    padding: 12px 24px;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    }
.i48c9c72:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    background-color: hsl(258, 73%, 45%); color: #ffffff;}
@media (max-width: 768px){.cd83__6057b{
    padding-top: 48px;
    padding-bottom: 32px;
    }
.xd9a0ff_c58{
    flex-direction: column;
    gap: 40px;
    }
.xe78423c13{
    max-width: 100%;
    }
.xc8691_fcc{
    gap: 32px;
    width: 100%;
    }
.ede7a1__80af7{
    flex-direction: column;
    align-items: flex-start;
    }
.j58a7__d71{
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    }}
.l9173__ef6{
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: var(--nav-height);
  background: color-mix(in srgb, var(--nav-bg) 85%, transparent);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.j38af62_54ny{
  display: none;
}
.of91__bef8a{
  max-width: var(--max-width);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.v48f5c6_90{
  display: flex;
  align-items: center;
  gap: 48px;
  height: 100%;
}
.e79d40a7{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-color);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  transition: var(--transition);
}
.e79d40a7:hover{
  opacity: 0.8;
}
.w83299f6f{
  width: 32px;
  height: 32px;
}
.s3449ff0c{
  line-height: 1;
}
.re978d_imwp{
  display: flex;
  height: 100%;
  align-items: center;
}
.c52efe_08{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}
.dc5nyido{
  display: inline-flex;
  align-items: center;
}
.p2ef408_n6j{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  display: block;
}
.p2ef408_n6j:hover{
  color: #ffffff;
  background-color: hsla(258, 10%, 5%, 0.05);
}
.r5bbd18a096{
  display: flex;
  align-items: center;
  gap: 16px;
}
.r0bbd5_e9a6{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 24px;
  background: var(--primary-color);
  color: var(--btn-text);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  white-space: nowrap;
}
.r0bbd5_e9a6:hover{
  background: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px); color: #1a1a2e;}
.j191bf_cb{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  cursor: pointer;
  z-index: 1001;
  margin-left: 8px;
}
.u37608db{
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px;
  transition: var(--transition);
  transform-origin: center; color: #ffffff;}
@media (max-width: 960px){.v48f5c6_90 {
    gap: 0;
  }
.re978d_imwp {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: auto;
    background: color-mix(in srgb, var(--nav-bg) 95%, transparent);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.06);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 16px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: var(--transition);
    align-items: flex-start;
  }
.c52efe_08 {
    flex-direction: column;
    width: 100%;
    gap: 4px;
  }
.dc5nyido {
    display: block;
    width: 100%;
  }
.p2ef408_n6j {
    padding: 14px calc((100vw - var(--max-width)) / 2);
    font-size: 15px;
    border-radius: 0;
  }
.j191bf_cb {
    display: flex;
  }
.j38af62_54ny:checked ~ .of91__bef8a .r5bbd18a096 .j191bf_cb .u37608db:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
.j38af62_54ny:checked ~ .of91__bef8a .r5bbd18a096 .j191bf_cb .u37608db:nth-child(2) {
    opacity: 0;
  }
.j38af62_54ny:checked ~ .of91__bef8a .r5bbd18a096 .j191bf_cb .u37608db:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
.j38af62_54ny:checked ~ .of91__bef8a .v48f5c6_90 .re978d_imwp {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }}
.p2ef408_n6j.active{color: #ffffff; background-color: hsla(258, 10%, 5%, 0.05);}
@media (min-width: 961px){.l9173__ef6 #ntb7d9f606ae, .l9173__ef6 label[for="ntb7d9f606ae"]{ display: none !important; }}
@media (min-width: 961px){.l9173__ef6 .of91__bef8a{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 961px){.l9173__ef6 .of91__bef8a{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 961px){.l9173__ef6 .of91__bef8a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.p2ef408_n6j.active{color: #ffffff; background-color: hsla(258, 10%, 5%, 0.05);}
#ntb7d9f606ae:checked ~ .of91__bef8a{ right: 0 !important; left: auto !important; }
@media (max-width: 960px){.l9173__ef6.of4b22_7657 .of91__bef8a{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 960px){#ntb7d9f606ae:checked ~ .of91__bef8a{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 961px){.l9173__ef6.of4b22_7657 #ntb7d9f606ae, .l9173__ef6.of4b22_7657 label[for="ntb7d9f606ae"]{ display: none !important; }}
@media (min-width: 961px){.l9173__ef6.of4b22_7657 .of91__bef8a{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 961px){.l9173__ef6.of4b22_7657 .of91__bef8a{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 961px){.l9173__ef6.of4b22_7657 .of91__bef8a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.af78__ec57{
  background-color: var(--bg-color);
  border-top: 1px solid var(--border-color);
  padding-top: 80px;
  padding-bottom: 40px;
  width: 100%; color: #1a1a2e;}
.ab14__be52{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.m7681e74a00{
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 60px;
  align-items: flex-start;
}
.v07c__8d14{
  flex: 1;
  min-width: 280px;
  max-width: 400px;
  text-align: left;
}
.m68adfeb8f4{
  font-size: 24px;
  font-weight: 800;
  color: var(--primary-color);
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.t9a98fcdd86{
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}
.h1d500_9fa2{
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  flex: 2;
  min-width: 300px;
}
.g0efb8_ae29{
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  min-width: 140px;
}
.qd487f41e{
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.y0ebea_1ec0{
  font-size: 15px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
  width: fit-content;
}
.y0ebea_1ec0:hover{
  color: var(--primary-color);
  transform: translateX(4px);
}
.uf08834d8{
  height: 1px;
  background-color: var(--border-color);
  width: 100%;
  margin-bottom: 32px; color: #ffffff;}
.lce7af_c1e5{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.vbc7d2_ced9{
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  min-width: 200px;
}
.n4d494e7a{
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 500;
}
.q56cb32b5c2{
  font-size: 14px;
  color: var(--text-muted);
  opacity: 0.6;
}
.r3c8f2c29{
  flex: 0 0 auto;
}
.y4b973_d6fe{
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--btn-text);
  padding: 12px 24px;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.y4b973_d6fe:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  background-color: hsl(258, 73%, 45%); color: #ffffff;}
@media (max-width: 768px){.af78__ec57{
    padding-top: 48px;
    padding-bottom: 32px;
  }
.m7681e74a00{
    flex-direction: column;
    gap: 40px;
  }
.v07c__8d14{
    max-width: 100%;
  }
.h1d500_9fa2{
    gap: 32px;
    width: 100%;
  }
.lce7af_c1e5{
    flex-direction: column;
    align-items: flex-start;
  }
.vbc7d2_ced9{
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }}
.ff3c88_6beb{box-sizing:border-box;}
.b50a3c4b5{box-sizing:border-box;}
.a3675d_61b8{box-sizing:border-box;}
@media (max-width: 768px) {.ede7a1__80af7 { 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; }}