:root {

  --primary-color: hsl(98, 90%, 61%);
  --secondary-color: hsl(256, 72%, 61%);
  --text-main: var(--content-text, hsl(220, 10%, 11%));
  --bg-light: var(--bg-color, hsl(98, 9%, 96%));
  --card-shadow: 0 20px 40px rgba(0,0,0,0.08);
  --border-radius: 16px;
  --max-width: min(1200px, 92vw);
  --content-width: 760px;
  --bg-color: hsl(98, 9%, 96%);
  --text-color: hsl(98, 10%, 9%);
  --text-muted: hsl(98, 5%, 45%);
  --border-color: rgba(0, 0, 0, 0.08);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.12);
  --nav-height: 64px;
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #000000;
  --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.o356__f35e.zb6114_5h{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-main);
    background-color: var(--bg-light);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.o356__f35e.zb6114_5h div{
    width: 100%;
    max-width: var(--max-width);
    padding: 80px 24px;
    box-sizing: border-box;
    }
div.o356__f35e.zb6114_5h .c1df7b_73e5{
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 120px;
    }
div.o356__f35e.zb6114_5h .eca953__df216{
    max-width: var(--content-width);
    }
div.o356__f35e.zb6114_5h h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: var(--text-main);
    }
div.o356__f35e.zb6114_5h .jia98rw2{
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 40px;
    }
div.o356__f35e.zb6114_5h .gdea1_05d{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    display: flex;
    gap: 12px;
    }
div.o356__f35e.zb6114_5h .wcac__9114b{
    background-color: var(--primary-color);
    color: #000;
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-flex;
    align-items: center;
    }
div.o356__f35e.zb6114_5h .wcac__9114b:hover{
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }
div.o356__f35e.zb6114_5h .pfh03d5ry{
    text-align: center;
    max-width: var(--content-width);
    margin: 0 auto 60px;
    }
div.o356__f35e.zb6114_5h h2{
    font-size: 2.25rem;
    margin-bottom: 16px;
    }
div.o356__f35e.zb6114_5h .h13ff208{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    margin-top: 40px;
    }
div.o356__f35e.zb6114_5h .sdb1c_2ce{
    background: #fff;
    padding: 32px;
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
    transition: translate 0.3s ease; color: #1a1a2e;}
div.o356__f35e.zb6114_5h .sdb1c_2ce:hover{
    translate: 0 -8px;
    }
div.o356__f35e.zb6114_5h .sdb1c_2ce h3{
    font-size: 1.25rem;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    }
div.o356__f35e.zb6114_5h .sdb1c_2ce ul{
    padding: 0;
    list-style: none;
    font-size: 0.95rem;
    color: #666;
    }
div.o356__f35e.zb6114_5h .sdb1c_2ce li{
    margin-bottom: 10px;
    padding-left: 1.5em;
    position: relative;
    }
div.o356__f35e.zb6114_5h .sdb1c_2ce li::before{
    content: "→";
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    }
div.o356__f35e.zb6114_5h .dca303f6{
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    }
div.o356__f35e.zb6114_5h .m31aa9d036{
    width: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--card-shadow);
    }
div.o356__f35e.zb6114_5h .m31aa9d036 img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    }
div.o356__f35e.zb6114_5h .j91030f6{
    max-width: var(--content-width);
    }
div.o356__f35e.zb6114_5h .oe99d_4d{
    background: #fff;
    padding: 40px;
    border-radius: var(--border-radius);
    border-left: 6px solid var(--secondary-color); color: #1a1a2e;}
div.o356__f35e.zb6114_5h .k90d13605{
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    }
div.o356__f35e.zb6114_5h .k90d13605:last-child{
    border-bottom: none;
    }
div.o356__f35e.zb6114_5h .k90d13605 h4{
    margin-bottom: 8px;
    color: var(--text-main);
    }
div.o356__f35e.zb6114_5h .q3a9__e5f4{
    margin-bottom: 24px;
    }
div.o356__f35e.zb6114_5h .q3a9__e5f4 a{
    color: #aaa;
    margin: 0 15px;
    text-decoration: none;
    font-size: 0.9rem;
    }
div.o356__f35e.zb6114_5h .q3a9__e5f4 a:hover{
    color: var(--primary-color);
    }
div.o356__f35e.zb6114_5h .copyright{
    font-size: 0.8rem;
    opacity: 0.6;
    }
@media (max-width: 768px) {div.o356__f35e.zb6114_5h .c1df7b_73e5{ padding-top: 80px; }
div.o356__f35e.zb6114_5h .gdea1_05d{ right: 20px; bottom: 20px; }
div.o356__f35e.zb6114_5h .wcac__9114b{ padding: 12px 24px; font-size: 0.9rem; }}
div.o356__f35e.zb6114_5h .rd71f30c_5ku{box-sizing:border-box;}
.v8910r0l8hz2{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.g6517272eb9{
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    opacity: 0.85;
    flex-shrink: 0; color: #1a1a2e;}
.v9590_795f{
    width: 100%;
    max-width: var(--max-width);
    padding-top: 80px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.yc21b0c_h2{
    width: 100%;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 56px;
    }
.ye36e_75{
    font-size: 28px;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
    width: 100%;
    }
.l935b_e1{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    }
.lb57788137{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px;
    flex-shrink: 0; color: #ffffff;}
.mcd60_66{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    }
.n458wcx4{
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    font-family: system-ui, -apple-system, sans-serif;
    }
.duutrsxxk4xe{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    }
.j451e_242{
    font-size: 13px;
    color: var(--text-muted);
    flex-shrink: 0;
    font-family: system-ui, -apple-system, sans-serif;
    }
.t538bf0_8cee{
    font-size: 13px;
    color: var(--text-muted);
    flex-shrink: 0;
    }
@media (min-width: 768px){.mcd60_66{
    flex-direction: row;
    justify-content: space-between;
    }
.n458wcx4{
    width: auto;
    flex: 0 0 auto;
    text-align: left;
    }
.duutrsxxk4xe{
    width: auto;
    flex: 0 0 auto;
    }}
body{
    margin: 0;
    font-family: "Georgia", "Times New Roman", Times, serif; 
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.lcce5c1_ef{
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: rgba(245, 246, 244, 0.9); 
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    height: var(--nav-height);
    display: flex;
    align-items: center; color: #1a1a2e;}
.l9fbbc7{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    }
.de3ff42{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.02em;
    white-space: nowrap;
    flex-shrink: 0;
    }
.nhpf8tbviaet{
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-grow: 1;
    justify-content: flex-end;
    }
.mrtgxk98s{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1.5rem;
    }
.y66aa3_3822{
    color: var(--text-color);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--transition);
    opacity: 0.8;
    }
.y66aa3_3822:hover{
    opacity: 1;
    color: var(--secondary-color);
    }
.fjlu2fvunzz{
    flex-shrink: 0;
    }
.v02cd08{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 1.25rem;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    font-family: system-ui, -apple-system, sans-serif; 
    }
.v02cd08:hover{
    background-color: var(--secondary-color);
    color: #1a1a2e;
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
    }
.n242a9bf5b{
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 101;
    }
.unodzvxf, .unodzvxf::before, .unodzvxf::after{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    position: relative;
    transition: var(--transition); color: #ffffff;}
.unodzvxf::before, .unodzvxf::after{
    content: "";
    position: absolute;
    left: 0;
    }
.unodzvxf::before{ top: -6px; }
.unodzvxf::after{ top: 6px; }
@media (max-width: 900px){.n242a9bf5b {
    display: block;
    }
.nhpf8tbviaet {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background-color: var(--bg-color);
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--border-color);
    transform: translateY(-150%);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    justify-content: center;
    align-items: center; color: #1a1a2e;}
.w46c82866 .nhpf8tbviaet {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    }
.w46c82866 .unodzvxf {
    background-color: transparent;
    }
.w46c82866 .unodzvxf::before {
    transform: rotate(45deg);
    top: 0;
    }
.w46c82866 .unodzvxf::after {
    transform: rotate(-45deg);
    top: 0;
    }
.mrtgxk98s {
    flex-direction: column;
    align-items: center;
    width: 100%;
    }
.y66aa3_3822 {
    font-size: 1.1rem;
    display: block;
    padding: 0.5rem 0;
    }
.v02cd08 {
    width: 100%;
    padding: 0.75rem 2rem;
    }}
.y66aa3_3822.active{opacity: 1; color: var(--secondary-color);}
.y66aa3_3822.active {opacity: 1; color: var(--secondary-color);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.o356__f35e img.s261bf_0aaa {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.o356__f35e img.s261bf_0aaa.o3877c_2e10 { aspect-ratio: 16 / 9; }
div.o356__f35e img.s261bf_0aaa.d5512fc3196 { aspect-ratio: 16 / 10; }
div.o356__f35e img.s261bf_0aaa.b64d__3194 { aspect-ratio: 4 / 3; }
div.o356__f35e img.s261bf_0aaa.x32d__c113 { aspect-ratio: 1 / 1; }
div.o356__f35e :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.o356__f35e .c375__95da {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.o356__f35e .c375__95da.o3877c_2e10 { aspect-ratio: 16 / 9; }
div.o356__f35e .c375__95da.d5512fc3196 { aspect-ratio: 16 / 10; }
div.o356__f35e .c375__95da.b64d__3194 { aspect-ratio: 4 / 3; }
div.o356__f35e .c375__95da.x32d__c113 { aspect-ratio: 1 / 1; }
div.o356__f35e .c375__95da > img.s261bf_0aaa,
    div.o356__f35e .c375__95da > picture > img.s261bf_0aaa {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
body{
    margin: 0;
    font-family: "Georgia", "Times New Roman", Times, serif; 
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.lcce5c1_ef{
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: rgba(245, 246, 244, 0.9); 
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    height: var(--nav-height);
    display: flex;
    align-items: center; color: #1a1a2e;}
.l9fbbc7{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    }
.de3ff42{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.02em;
    white-space: nowrap;
    flex-shrink: 0;
    }
.nhpf8tbviaet{
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-grow: 1;
    justify-content: flex-end;
    }
.mrtgxk98s{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1.5rem;
    }
.y66aa3_3822{
    color: var(--text-color);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--transition);
    opacity: 0.8;
    }
.y66aa3_3822:hover{
    opacity: 1;
    color: var(--secondary-color);
    }
.fjlu2fvunzz{
    flex-shrink: 0;
    }
.v02cd08{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 1.25rem;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    font-family: system-ui, -apple-system, sans-serif; 
    }
.v02cd08:hover{
    background-color: var(--secondary-color);
    color: #1a1a2e;
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
    }
.n242a9bf5b{
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 101;
    }
.unodzvxf, .unodzvxf::before, .unodzvxf::after{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    position: relative;
    transition: var(--transition); color: #ffffff;}
.unodzvxf::before, .unodzvxf::after{
    content: "";
    position: absolute;
    left: 0;
    }
.unodzvxf::before{ top: -6px; }
.unodzvxf::after{ top: 6px; }
@media (max-width: 900px){.n242a9bf5b {
    display: block;
    }
.nhpf8tbviaet {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background-color: var(--bg-color);
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--border-color);
    transform: translateY(-150%);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    justify-content: center;
    align-items: center; color: #1a1a2e;}
.w46c82866 .nhpf8tbviaet {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    }
.w46c82866 .unodzvxf {
    background-color: transparent;
    }
.w46c82866 .unodzvxf::before {
    transform: rotate(45deg);
    top: 0;
    }
.w46c82866 .unodzvxf::after {
    transform: rotate(-45deg);
    top: 0;
    }
.mrtgxk98s {
    flex-direction: column;
    align-items: center;
    width: 100%;
    }
.y66aa3_3822 {
    font-size: 1.1rem;
    display: block;
    padding: 0.5rem 0;
    }
.v02cd08 {
    width: 100%;
    padding: 0.75rem 2rem;
    }}
.y66aa3_3822.active{opacity: 1; color: var(--secondary-color);}
.y66aa3_3822.active{opacity: 1; color: var(--secondary-color);}
.v8910r0l8hz2{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.g6517272eb9{
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    opacity: 0.85;
    flex-shrink: 0; color: #1a1a2e;}
.v9590_795f{
    width: 100%;
    max-width: var(--max-width);
    padding-top: 80px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.yc21b0c_h2{
    width: 100%;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 56px;
    }
.ye36e_75{
    font-size: 28px;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
    width: 100%;
    }
.l935b_e1{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    }
.lb57788137{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px;
    flex-shrink: 0; color: #ffffff;}
.mcd60_66{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    }
.n458wcx4{
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    font-family: system-ui, -apple-system, sans-serif;
    }
.duutrsxxk4xe{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    }
.j451e_242{
    font-size: 13px;
    color: var(--text-muted);
    flex-shrink: 0;
    font-family: system-ui, -apple-system, sans-serif;
    }
.t538bf0_8cee{
    font-size: 13px;
    color: var(--text-muted);
    flex-shrink: 0;
    }
@media (min-width: 768px){.mcd60_66{
    flex-direction: row;
    justify-content: space-between;
    }
.n458wcx4{
    width: auto;
    flex: 0 0 auto;
    text-align: left;
    }
.duutrsxxk4xe{
    width: auto;
    flex: 0 0 auto;
    }}
body{
  margin: 0;
  font-family: "Georgia", "Times New Roman", Times, serif; 
  background-color: var(--bg-color);
  color: var(--text-color);
}
.lcce5c1_ef{
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(245, 246, 244, 0.9); 
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  height: var(--nav-height);
  display: flex;
  align-items: center; color: #1a1a2e;}
.l9fbbc7{
  width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.de3ff42{
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.02em;
  white-space: nowrap;
  flex-shrink: 0;
}
.nhpf8tbviaet{
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-grow: 1;
  justify-content: flex-end;
}
.mrtgxk98s{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.5rem;
}
.y66aa3_3822{
  color: var(--text-color);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: var(--transition);
  opacity: 0.8;
}
.y66aa3_3822:hover{
  opacity: 1;
  color: var(--secondary-color);
}
.fjlu2fvunzz{
  flex-shrink: 0;
}
.v02cd08{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: var(--btn-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 1.25rem;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  font-family: system-ui, -apple-system, sans-serif; 
}
.v02cd08:hover{
  background-color: var(--secondary-color);
  color: #1a1a2e;
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}
.n242a9bf5b{
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 101;
}
.unodzvxf, .unodzvxf::before, .unodzvxf::after{
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  position: relative;
  transition: var(--transition); color: #ffffff;}
.unodzvxf::before, .unodzvxf::after{
  content: "";
  position: absolute;
  left: 0;
}
.unodzvxf::before{ top: -6px; }
.unodzvxf::after{ top: 6px; }
@media (max-width: 900px){.n242a9bf5b {
    display: block;
  }
.nhpf8tbviaet {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background-color: var(--bg-color);
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--border-color);
    transform: translateY(-150%);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    justify-content: center;
    align-items: center; color: #1a1a2e;}
.w46c82866 .nhpf8tbviaet {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
.w46c82866 .unodzvxf {
    background-color: transparent;
  }
.w46c82866 .unodzvxf::before {
    transform: rotate(45deg);
    top: 0;
  }
.w46c82866 .unodzvxf::after {
    transform: rotate(-45deg);
    top: 0;
  }
.mrtgxk98s {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
.y66aa3_3822 {
    font-size: 1.1rem;
    display: block;
    padding: 0.5rem 0;
  }
.v02cd08 {
    width: 100%;
    padding: 0.75rem 2rem;
  }}
.y66aa3_3822.active{opacity: 1; color: var(--secondary-color);}
.y66aa3_3822.active{opacity: 1; color: var(--secondary-color);}
.q61a1475f{
  background-color: var(--bg-color);
  border-top: 1px solid var(--border-color);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box; color: #1a1a2e;}
.q31d45_9590{
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  opacity: 0.85;
  flex-shrink: 0; color: #1a1a2e;}
.zf29b579b{
  width: 100%;
  max-width: var(--max-width);
  padding-top: 80px;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ue621a0ff37{
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 56px;
}
.sc70ea_be03{
  font-size: 28px;
  font-weight: 600;
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
  width: 100%;
}
.a71eaea7c{
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.h743__fe92{
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  margin-bottom: 32px;
  flex-shrink: 0; color: #ffffff;}
.p2c1b5056{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.a2beab_bfa5{
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-family: system-ui, -apple-system, sans-serif;
}
.l578ff_2f45{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.yf0a__4c70{
  font-size: 13px;
  color: var(--text-muted);
  flex-shrink: 0;
  font-family: system-ui, -apple-system, sans-serif;
}
.n90b79043e0{
  font-size: 13px;
  color: var(--text-muted);
  flex-shrink: 0;
}
@media (min-width: 768px){.p2c1b5056{
    flex-direction: row;
    justify-content: space-between;
  }
.a2beab_bfa5{
    width: auto;
    flex: 0 0 auto;
    text-align: left;
  }
.l578ff_2f45{
    width: auto;
    flex: 0 0 auto;
  }}
.b9f9034b3{box-sizing:border-box;}
.d87433814e6{box-sizing:border-box;}
.jb61389ea87{box-sizing:border-box;}
.j245cf6e1{display:block;max-width:100%;height:auto;}
.o3e208_4833{box-sizing:border-box;}