:root {

  --primary-color: hsl(220, 83%, 61%);
  --secondary-color: hsl(340, 66%, 61%);
  --bg-color: hsl(220, 8%, 98%);
  --text-color: hsl(220, 10%, 8%);
  --text-muted: hsl(220, 10%, 45%);
  --border-color: rgba(0, 0, 0, 0.06);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 100px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 24px rgba(37, 99, 235, 0.15);
  --shadow-lg: 0 16px 32px rgba(37, 99, 235, 0.25);
  --nav-height: 72px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #ffffff;
  --ch-brand-primary: hsl(220, 83%, 55%);
  --ch-brand-primary-hover: hsl(220, 83%, 45%);
  --ch-brand-secondary: hsl(340, 66%, 61%);
  --ch-surface-bg: hsl(220, 20%, 98%);
  --ch-card-bg: #ffffff;
  --ch-text-dark: hsl(220, 15%, 15%);
  --ch-text-body: hsl(220, 10%, 35%);
  --ch-text-light: hsl(220, 10%, 55%);
  --ch-radius-xl: 32px;
  --ch-radius-lg: 24px;
  --ch-radius-md: 16px;
  --ch-radius-sm: 8px;
  --ch-shadow-soft: 0 12px 32px rgba(0, 0, 0, 0.04);
  --ch-shadow-hover: 0 20px 48px rgba(0, 0, 0, 0.08);
  --ch-shadow-cta: 0 8px 24px rgba(66, 133, 244, 0.3);
  --ch-spacing-section: 120px;
  --ch-spacing-element: 40px;
  --ch-max-width-content: 1200px;
  --ch-max-width-reading: 760px;
  --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%);
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.a9c9b1a_4d2{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; 
    
    background-color: rgba(250, 250, 252, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px); color: #1a1a2e;}
.x29f4_fd{
    width: 100%;
    max-width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.t8c8b6_7j{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--text-color);
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
    transition: var(--transition);
    }
.t8c8b6_7j:hover{
    opacity: 0.8;
    }
.ge17d7_88a5{
    width: 26px;
    height: 26px;
    color: var(--primary-color);
    }
.jb86cb53{
    line-height: 1;
    }
.o4ad465e3de{
    display: none;
    }
.k84eb2e{
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 1001;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.k84eb2e:hover{
    background-color: rgba(0, 0, 0, 0.04); color: #ffffff;}
.e4xpqf97{
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    margin: 0 auto;
    border-radius: var(--radius-sm); color: #ffffff;}
.a2mhsdsym{
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1;
    justify-content: flex-end;
    }
.xd331_1728{
    display: flex;
    list-style: none;
    gap: 4px;
    }
.xb6387_f6{
    display: flex;
    align-items: center;
    }
.t0c224f_21{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.t0c224f_21:hover{
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.04);
    }
.o1a2f49{
    display: flex;
    align-items: center;
    }
.u69ff216{
    text-decoration: none;
    background: var(--primary-color);
    color: #1a1a2e;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.01em;
    }
.u69ff216:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px); color: #1a1a2e;}
@media (max-width: 900px){.k84eb2e {
    display: flex;
    }
.a2mhsdsym {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px var(--max-width);
    gap: 24px;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: var(--transition); color: #1a1a2e;}
.xd331_1728 {
    flex-direction: column;
    width: 100%;
    gap: 4px;
    }
.xb6387_f6 {
    width: 100%;
    }
.t0c224f_21 {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border-radius: var(--radius-md);
    }
.o1a2f49 {
    width: 100%;
    padding: 0 16px;
    }
.u69ff216 {
    width: 100%;
    padding: 14px 24px;
    }
.o4ad465e3de:checked ~ .a2mhsdsym {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.o4ad465e3de:checked ~ .k84eb2e .e4xpqf97:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    }
.o4ad465e3de:checked ~ .k84eb2e .e4xpqf97:nth-child(2) {
    opacity: 0;
    }
.o4ad465e3de:checked ~ .k84eb2e .e4xpqf97:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    }}
.t0c224f_21.active{color: #ffffff; background-color: rgba(0, 0, 0, 0.04);}
@media (min-width: 901px){.a9c9b1a_4d2 #nt6f9d5681c3, .a9c9b1a_4d2 label[for="nt6f9d5681c3"]{ display: none !important; }}
@media (min-width: 901px){.a9c9b1a_4d2 .a2mhsdsym{ 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: 901px){.a9c9b1a_4d2 .a2mhsdsym{ 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: 901px){.a9c9b1a_4d2 .a2mhsdsym a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.t0c224f_21.active {color: #ffffff; background-color: rgba(0, 0, 0, 0.04);}
#nt6f9d5681c3:checked ~ .a2mhsdsym { right: 0 !important; left: auto !important; }
@media (max-width: 900px) {.a9c9b1a_4d2.u5af103a7 .a2mhsdsym { 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: 900px) {#nt6f9d5681c3:checked ~ .a2mhsdsym { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px) {.a9c9b1a_4d2.u5af103a7 #nt6f9d5681c3, .a9c9b1a_4d2.u5af103a7 label[for="nt6f9d5681c3"] { display: none !important; }}
@media (min-width: 901px) {.a9c9b1a_4d2.u5af103a7 .a2mhsdsym { 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: 901px) {.a9c9b1a_4d2.u5af103a7 .a2mhsdsym { 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: 901px) {.a9c9b1a_4d2.u5af103a7 .a2mhsdsym a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.fc8lrwj12cb{
    width: 100%;
    padding-bottom: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--bg-color);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.f273fe9_6k{
    width: var(--max-width);
    background-color: var(--text-color);
    border-radius: 32px;
    padding: 64px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    box-shadow: var(--shadow-lg); color: #ffffff;}
.vcef9d2_x302{
    width: 100%;
    font-size: 32px;
    font-weight: 600;
    color: var(--bg-color);
    text-align: center;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    }
.d9355__cb7{
    width: 100%;
    max-width: 480px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    line-height: 1.6;
    margin-bottom: 40px;
    }
.x2450c6f5{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 56px;
    }
.bb6b1db8_2t{
    width: 200px;
    height: 52px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    }
.bb6b1db8_2t:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
    filter: brightness(1.05);
    }
.d62qwlhv57lq{
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.08);
    margin-bottom: 32px; color: #1a1a2e;}
.md2a96e089{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.o6fa5111a{
    width: 100%;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    }
@media (max-width: 768px){.fc8lrwj12cb{
    padding-bottom: 24px;
    }
.f273fe9_6k{
    border-radius: 24px;
    padding: 48px 24px 24px 24px;
    }
.vcef9d2_x302{
    font-size: 24px;
    }
.d9355__cb7{
    font-size: 15px;
    margin-bottom: 32px;
    }
.x2450c6f5{
    margin-bottom: 40px;
    }
.bb6b1db8_2t{
    width: 180px;
    height: 48px;
    font-size: 15px;
    }
.d62qwlhv57lq{
    margin-bottom: 24px;
    }
.o6fa5111a{
    font-size: 12px;
    }}
div.m97dab8fd.s32e33c_qma5{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-color, var(--ch-text-dark));
    background-color: var(--bg-color, var(--ch-surface-bg));
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    padding-top: 60px; 
    }
div.m97dab8fd.s32e33c_qma5 h1, div.m97dab8fd.s32e33c_qma5 h2, div.m97dab8fd.s32e33c_qma5 h3, div.m97dab8fd.s32e33c_qma5 h4{
    margin: 0;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
    }
div.m97dab8fd.s32e33c_qma5 p{
    margin: 0;
    color: var(--ch-text-body);
    }
div.m97dab8fd.s32e33c_qma5 a{
    text-decoration: none;
    color: var(--ch-brand-primary);
    transition: color 0.2s ease;
    }
div.m97dab8fd.s32e33c_qma5 a:hover{
    color: var(--ch-brand-primary-hover);
    }
div.m97dab8fd.s32e33c_qma5 .gf862a0f{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-inline: auto;
    }
div.m97dab8fd.s32e33c_qma5 .d8d8db3e{
    min-height: 90vh;
    padding: 40px 24px var(--ch-spacing-section);
    box-sizing: border-box;
    }
div.m97dab8fd.s32e33c_qma5 .tbb0590_c48e{
    width: 100%;
    max-width: var(--ch-max-width-content);
    margin: 0 auto var(--ch-spacing-element);
    border-radius: var(--ch-radius-xl);
    overflow: hidden;
    box-shadow: var(--ch-shadow-soft);
    aspect-ratio: 21 / 9;
    background-color: var(--ch-card-bg); color: #1a1a2e;}
@media (max-width: 768px) {div.m97dab8fd.s32e33c_qma5 .tbb0590_c48e{
    aspect-ratio: 16 / 9;
    }}
div.m97dab8fd.s32e33c_qma5 .r0071a_dff6{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }
div.m97dab8fd.s32e33c_qma5 .dacf51a9a2{
    max-width: var(--ch-max-width-reading);
    }
div.m97dab8fd.s32e33c_qma5 .jhyoqbpdb8t{
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 24px;
    color: var(--ch-text-dark);
    }
div.m97dab8fd.s32e33c_qma5 .d06b__106{
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    margin-bottom: 40px;
    color: var(--ch-text-body);
    }
div.m97dab8fd.s32e33c_qma5 .r27caf__865b1{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    }
div.m97dab8fd.s32e33c_qma5 .k248fbb_34{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    }
div.m97dab8fd.s32e33c_qma5 .g5aa3__08ac0{
    background-color: var(--ch-brand-primary);
    color: #1a1a2e;
    box-shadow: var(--ch-shadow-cta);
    }
div.m97dab8fd.s32e33c_qma5 .g5aa3__08ac0:hover{
    background-color: var(--ch-brand-primary-hover);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(66, 133, 244, 0.4);
    }
div.m97dab8fd.s32e33c_qma5 .taa570__b8602{
    background-color: var(--ch-card-bg);
    color: var(--ch-text-dark);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.05);
    }
div.m97dab8fd.s32e33c_qma5 .taa570__b8602:hover{
    background-color: var(--ch-surface-bg);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.08); color: #1a1a2e;}
div.m97dab8fd.s32e33c_qma5 .rc0ec4_0a79{
    padding: var(--ch-spacing-section) 24px;
    max-width: var(--ch-max-width-content);
    margin: 0 auto;
    }
div.m97dab8fd.s32e33c_qma5 .oa6ac38_f5a{
    max-width: var(--ch-max-width-reading);
    margin-bottom: 64px;
    }
div.m97dab8fd.s32e33c_qma5 .ic508f_ca1{
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 20px;
    }
div.m97dab8fd.s32e33c_qma5 .ufqt8f6g8ot{
    font-size: 1.125rem;
    }
div.m97dab8fd.s32e33c_qma5 .s5084_4776{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    }
div.m97dab8fd.s32e33c_qma5 .ihgd3lgw{
    background-color: var(--ch-card-bg);
    padding: 40px;
    border-radius: var(--ch-radius-lg);
    box-shadow: var(--ch-shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left; 
    display: flex;
    flex-direction: column; color: #1a1a2e;}
div.m97dab8fd.s32e33c_qma5 .ihgd3lgw:hover{
    transform: translateY(-4px);
    box-shadow: var(--ch-shadow-hover);
    }
div.m97dab8fd.s32e33c_qma5 .t7fd0a__2dd7b{
    width: 56px;
    height: 56px;
    background-color: var(--ch-surface-bg);
    border-radius: var(--ch-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #1a1a2e;
    }
div.m97dab8fd.s32e33c_qma5 .t7fd0a__2dd7b svg{
    width: 28px;
    height: 28px;
    fill: currentColor;
    }
div.m97dab8fd.s32e33c_qma5 .ihgd3lgw h3{
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: var(--ch-text-dark);
    }
div.m97dab8fd.s32e33c_qma5 .ihgd3lgw p{
    flex-grow: 1;
    margin-bottom: 24px;
    }
div.m97dab8fd.s32e33c_qma5 .j475714{
    font-size: 0.875rem;
    color: var(--ch-text-light);
    padding-top: 16px;
    border-top: 1px solid rgba(0,0,0,0.05);
    font-weight: 500;
    }
div.m97dab8fd.s32e33c_qma5 .h58c5d249c{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    }
@media (max-width: 992px) {div.m97dab8fd.s32e33c_qma5 .h58c5d249c{
    grid-template-columns: 1fr;
    text-align: center;
    }
div.m97dab8fd.s32e33c_qma5 .h58c5d249c .gf862a0f{
    align-items: center;
    text-align: center;
    }
div.m97dab8fd.s32e33c_qma5 .he49738_5773{
    order: 2;
    }
div.m97dab8fd.s32e33c_qma5 .x86a__c42c{
    order: 1;
    }}
div.m97dab8fd.s32e33c_qma5 .he49738_5773{
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.m97dab8fd.s32e33c_qma5 .lb545_97c{
    list-style: none;
    padding: 0;
    margin: 32px 0 0 0;
    width: 100%;
    }
div.m97dab8fd.s32e33c_qma5 .lb545_97c li{
    position: relative;
    padding-left: 36px;
    margin-bottom: 24px;
    color: var(--ch-text-body);
    }
div.m97dab8fd.s32e33c_qma5 .lb545_97c li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-color: var(--ch-brand-primary);
    border-radius: 50%;
    opacity: 0.15; color: #1a1a2e;}
div.m97dab8fd.s32e33c_qma5 .lb545_97c li::after{
    content: "";
    position: absolute;
    left: 6px;
    top: 9px;
    width: 6px;
    height: 10px;
    border: solid var(--ch-brand-primary);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
div.m97dab8fd.s32e33c_qma5 .g8f1af_lvqs{
    width: 100%;
    border-radius: var(--ch-radius-lg);
    box-shadow: var(--ch-shadow-soft);
    object-fit: cover;
    aspect-ratio: 4/3;
    }
div.m97dab8fd.s32e33c_qma5 .a651c5__c01{
    background-color: var(--ch-text-dark);
    color: #ffffff;
    padding: var(--ch-spacing-section) 24px;
    border-radius: var(--ch-radius-xl) var(--ch-radius-xl) 0 0;
    margin-top: 64px;
    }
div.m97dab8fd.s32e33c_qma5 .a651c5__c01 .ic508f_ca1, div.m97dab8fd.s32e33c_qma5 .a651c5__c01 .ufqt8f6g8ot{
    color: #ffffff;
    }
div.m97dab8fd.s32e33c_qma5 .a651c5__c01 .ufqt8f6g8ot{
    opacity: 0.8;
    }
div.m97dab8fd.s32e33c_qma5 .i258a20_be{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    max-width: var(--ch-max-width-content);
    margin: 0 auto;
    }
div.m97dab8fd.s32e33c_qma5 .s43239f_pa{
    display: flex;
    flex-direction: column;
    padding: 32px;
    background-color: rgba(255,255,255,0.05);
    border-radius: var(--ch-radius-md);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
    color: #1a1a2e;
    }
div.m97dab8fd.s32e33c_qma5 .s43239f_pa:hover{
    background-color: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.2);
    transform: translateY(-4px); color: #1a1a2e;}
div.m97dab8fd.s32e33c_qma5 .s43239f_pa strong{
    font-size: 1.25rem;
    margin-bottom: 8px;
    }
div.m97dab8fd.s32e33c_qma5 .s43239f_pa span{
    font-size: 0.875rem;
    opacity: 0.7;
    }
div.m97dab8fd.s32e33c_qma5 .y069ed461{
    background-color: var(--ch-text-dark);
    color: rgba(255,255,255,0.6);
    text-align: center;
    padding: 40px 24px;
    font-size: 0.875rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    }
div.m97dab8fd.s32e33c_qma5 .y069ed461 p{
    color: inherit;
    }
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.m97dab8fd img.n551806e90f {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.m97dab8fd img.n551806e90f.y27827_a902 { aspect-ratio: 16 / 9; }
div.m97dab8fd img.n551806e90f.n031e7980 { aspect-ratio: 16 / 10; }
div.m97dab8fd img.n551806e90f.l08b__6497 { aspect-ratio: 4 / 3; }
div.m97dab8fd img.n551806e90f.a365__1040 { aspect-ratio: 1 / 1; }
div.m97dab8fd :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.m97dab8fd .g1efc300ad7 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.m97dab8fd .g1efc300ad7.y27827_a902 { aspect-ratio: 16 / 9; }
div.m97dab8fd .g1efc300ad7.n031e7980 { aspect-ratio: 16 / 10; }
div.m97dab8fd .g1efc300ad7.l08b__6497 { aspect-ratio: 4 / 3; }
div.m97dab8fd .g1efc300ad7.a365__1040 { aspect-ratio: 1 / 1; }
div.m97dab8fd .g1efc300ad7 > img.n551806e90f,
    div.m97dab8fd .g1efc300ad7 > picture > img.n551806e90f {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.m97dab8fd.s32e33c_qma5 .g5aa3__08ac0 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.m97dab8fd.s32e33c_qma5 .g5aa3__08ac0 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.m97dab8fd.s32e33c_qma5 .g5aa3__08ac0 a:not([class]):hover{opacity:0.92;}
div.m97dab8fd.s32e33c_qma5 .g5aa3__08ac0 a[class=""]:hover{opacity:0.92;}
div.m97dab8fd.s32e33c_qma5 .g5aa3__08ac0 a:not([class]):visited{color:#ffffff !important;}
div.m97dab8fd.s32e33c_qma5 .g5aa3__08ac0 a[class=""]:visited{color:#ffffff !important;}
div.m97dab8fd.s32e33c_qma5 .g5aa3__08ac0:hover a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.m97dab8fd.s32e33c_qma5 .g5aa3__08ac0:hover a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.m97dab8fd.s32e33c_qma5 .g5aa3__08ac0:hover a:not([class]):hover{opacity:0.92;}
div.m97dab8fd.s32e33c_qma5 .g5aa3__08ac0:hover a[class=""]:hover{opacity:0.92;}
div.m97dab8fd.s32e33c_qma5 .g5aa3__08ac0:hover a:not([class]):visited{color:#ffffff !important;}
div.m97dab8fd.s32e33c_qma5 .g5aa3__08ac0:hover a[class=""]:visited{color:#ffffff !important;}
.sead3e_c53e {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.sead3e_c53e > :first-child,
    .sead3e_c53e > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.a9c9b1a_4d2{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; 
    
    background-color: rgba(250, 250, 252, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px); color: #1a1a2e;}
.x29f4_fd{
    width: 100%;
    max-width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.t8c8b6_7j{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--text-color);
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
    transition: var(--transition);
    }
.t8c8b6_7j:hover{
    opacity: 0.8;
    }
.ge17d7_88a5{
    width: 26px;
    height: 26px;
    color: var(--primary-color);
    }
.jb86cb53{
    line-height: 1;
    }
.o4ad465e3de{
    display: none;
    }
.k84eb2e{
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 1001;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.k84eb2e:hover{
    background-color: rgba(0, 0, 0, 0.04); color: #ffffff;}
.e4xpqf97{
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    margin: 0 auto;
    border-radius: var(--radius-sm); color: #ffffff;}
.a2mhsdsym{
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1;
    justify-content: flex-end;
    }
.xd331_1728{
    display: flex;
    list-style: none;
    gap: 4px;
    }
.xb6387_f6{
    display: flex;
    align-items: center;
    }
.t0c224f_21{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.t0c224f_21:hover{
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.04);
    }
.o1a2f49{
    display: flex;
    align-items: center;
    }
.u69ff216{
    text-decoration: none;
    background: var(--primary-color);
    color: #1a1a2e;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.01em;
    }
.u69ff216:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px); color: #1a1a2e;}
@media (max-width: 900px){.k84eb2e {
    display: flex;
    }
.a2mhsdsym {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px var(--max-width);
    gap: 24px;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: var(--transition); color: #1a1a2e;}
.xd331_1728 {
    flex-direction: column;
    width: 100%;
    gap: 4px;
    }
.xb6387_f6 {
    width: 100%;
    }
.t0c224f_21 {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border-radius: var(--radius-md);
    }
.o1a2f49 {
    width: 100%;
    padding: 0 16px;
    }
.u69ff216 {
    width: 100%;
    padding: 14px 24px;
    }
.o4ad465e3de:checked ~ .a2mhsdsym {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.o4ad465e3de:checked ~ .k84eb2e .e4xpqf97:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    }
.o4ad465e3de:checked ~ .k84eb2e .e4xpqf97:nth-child(2) {
    opacity: 0;
    }
.o4ad465e3de:checked ~ .k84eb2e .e4xpqf97:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    }}
.t0c224f_21.active{color: #ffffff; background-color: rgba(0, 0, 0, 0.04);}
@media (min-width: 901px){.a9c9b1a_4d2 #nt6f9d5681c3, .a9c9b1a_4d2 label[for="nt6f9d5681c3"]{ display: none !important; }}
@media (min-width: 901px){.a9c9b1a_4d2 .a2mhsdsym{ 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: 901px){.a9c9b1a_4d2 .a2mhsdsym{ 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: 901px){.a9c9b1a_4d2 .a2mhsdsym a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.t0c224f_21.active{color: #ffffff; background-color: rgba(0, 0, 0, 0.04);}
#nt6f9d5681c3:checked ~ .a2mhsdsym{ right: 0 !important; left: auto !important; }
@media (max-width: 900px){.a9c9b1a_4d2.u5af103a7 .a2mhsdsym{ 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: 900px){#nt6f9d5681c3:checked ~ .a2mhsdsym{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px){.a9c9b1a_4d2.u5af103a7 #nt6f9d5681c3, .a9c9b1a_4d2.u5af103a7 label[for="nt6f9d5681c3"]{ display: none !important; }}
@media (min-width: 901px){.a9c9b1a_4d2.u5af103a7 .a2mhsdsym{ 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: 901px){.a9c9b1a_4d2.u5af103a7 .a2mhsdsym{ 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: 901px){.a9c9b1a_4d2.u5af103a7 .a2mhsdsym a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.fc8lrwj12cb{
    width: 100%;
    padding-bottom: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--bg-color);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.f273fe9_6k{
    width: var(--max-width);
    background-color: var(--text-color);
    border-radius: 32px;
    padding: 64px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    box-shadow: var(--shadow-lg); color: #ffffff;}
.vcef9d2_x302{
    width: 100%;
    font-size: 32px;
    font-weight: 600;
    color: var(--bg-color);
    text-align: center;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    }
.d9355__cb7{
    width: 100%;
    max-width: 480px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    line-height: 1.6;
    margin-bottom: 40px;
    }
.x2450c6f5{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 56px;
    }
.bb6b1db8_2t{
    width: 200px;
    height: 52px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    }
.bb6b1db8_2t:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
    filter: brightness(1.05);
    }
.d62qwlhv57lq{
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.08);
    margin-bottom: 32px; color: #1a1a2e;}
.md2a96e089{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.o6fa5111a{
    width: 100%;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    }
@media (max-width: 768px){.fc8lrwj12cb{
    padding-bottom: 24px;
    }
.f273fe9_6k{
    border-radius: 24px;
    padding: 48px 24px 24px 24px;
    }
.vcef9d2_x302{
    font-size: 24px;
    }
.d9355__cb7{
    font-size: 15px;
    margin-bottom: 32px;
    }
.x2450c6f5{
    margin-bottom: 40px;
    }
.bb6b1db8_2t{
    width: 180px;
    height: 48px;
    font-size: 15px;
    }
.d62qwlhv57lq{
    margin-bottom: 24px;
    }
.o6fa5111a{
    font-size: 12px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.u4eda68_hi{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  display: flex;
  justify-content: center; 

  background-color: rgba(250, 250, 252, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px); color: #1a1a2e;}
.x29f4_fd{
  width: 100%;
  max-width: var(--max-width);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.t8c8b6_7j{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text-color);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  transition: var(--transition);
}
.t8c8b6_7j:hover{
  opacity: 0.8;
}
.ge17d7_88a5{
  width: 26px;
  height: 26px;
  color: var(--primary-color);
}
.jb86cb53{
  line-height: 1;
}
.o4ad465e3de{
  display: none;
}
.k84eb2e{
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1001;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.k84eb2e:hover{
  background-color: rgba(0, 0, 0, 0.04); color: #ffffff;}
.e4xpqf97{
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition);
  margin: 0 auto;
  border-radius: var(--radius-sm); color: #ffffff;}
.a2mhsdsym{
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1;
  justify-content: flex-end;
}
.xd331_1728{
  display: flex;
  list-style: none;
  gap: 4px;
}
.xb6387_f6{
  display: flex;
  align-items: center;
}
.t0c224f_21{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.t0c224f_21:hover{
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.04);
}
.o1a2f49{
  display: flex;
  align-items: center;
}
.u69ff216{
  text-decoration: none;
  background: var(--primary-color);
  color: #1a1a2e;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 10px 24px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.01em;
}
.u69ff216:hover{
  background: var(--secondary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px); color: #1a1a2e;}
@media (max-width: 900px){.k84eb2e {
    display: flex;
  }
.a2mhsdsym {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px var(--max-width);
    gap: 24px;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: var(--transition); color: #1a1a2e;}
.xd331_1728 {
    flex-direction: column;
    width: 100%;
    gap: 4px;
  }
.xb6387_f6 {
    width: 100%;
  }
.t0c224f_21 {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border-radius: var(--radius-md);
  }
.o1a2f49 {
    width: 100%;
    padding: 0 16px;
  }
.u69ff216 {
    width: 100%;
    padding: 14px 24px;
  }
.o4ad465e3de:checked ~ .a2mhsdsym {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
.o4ad465e3de:checked ~ .k84eb2e .e4xpqf97:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.o4ad465e3de:checked ~ .k84eb2e .e4xpqf97:nth-child(2) {
    opacity: 0;
  }
.o4ad465e3de:checked ~ .k84eb2e .e4xpqf97:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }}
.t0c224f_21.active{color: #ffffff; background-color: rgba(0, 0, 0, 0.04);}
@media (min-width: 901px){.u4eda68_hi #nt6f9d5681c3, .u4eda68_hi label[for="nt6f9d5681c3"]{ display: none !important; }}
@media (min-width: 901px){.u4eda68_hi .a2mhsdsym{ 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: 901px){.u4eda68_hi .a2mhsdsym{ 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: 901px){.u4eda68_hi .a2mhsdsym a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.t0c224f_21.active{color: #ffffff; background-color: rgba(0, 0, 0, 0.04);}
#nt6f9d5681c3:checked ~ .a2mhsdsym{ right: 0 !important; left: auto !important; }
@media (max-width: 900px){.u4eda68_hi.u5af103a7 .a2mhsdsym{ 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: 900px){#nt6f9d5681c3:checked ~ .a2mhsdsym{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px){.u4eda68_hi.u5af103a7 #nt6f9d5681c3, .u4eda68_hi.u5af103a7 label[for="nt6f9d5681c3"]{ display: none !important; }}
@media (min-width: 901px){.u4eda68_hi.u5af103a7 .a2mhsdsym{ 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: 901px){.u4eda68_hi.u5af103a7 .a2mhsdsym{ 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: 901px){.u4eda68_hi.u5af103a7 .a2mhsdsym a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.mf4936f30{
  width: 100%;
  padding-bottom: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--bg-color);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.z52458c3a{
  width: var(--max-width);
  background-color: var(--text-color);
  border-radius: 32px;
  padding: 64px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  box-shadow: var(--shadow-lg); color: #ffffff;}
.s610026d648{
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  color: var(--bg-color);
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
.se3e__388c{
  width: 100%;
  max-width: 480px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}
.mb7341_a2d7{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 56px;
}
.m5c487f31{
  width: 200px;
  height: 52px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: #1a1a2e;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: var(--radius-lg);
  transition: var(--transition);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.m5c487f31:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  filter: brightness(1.05);
}
.cd14cb1f125{
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 32px; color: #1a1a2e;}
.tfb6__ce40{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.i40c9f1fa{
  width: 100%;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
@media (max-width: 768px){.mf4936f30{
    padding-bottom: 24px;
  }
.z52458c3a{
    border-radius: 24px;
    padding: 48px 24px 24px 24px;
  }
.s610026d648{
    font-size: 24px;
  }
.se3e__388c{
    font-size: 15px;
    margin-bottom: 32px;
  }
.mb7341_a2d7{
    margin-bottom: 40px;
  }
.m5c487f31{
    width: 180px;
    height: 48px;
    font-size: 15px;
  }
.cd14cb1f125{
    margin-bottom: 24px;
  }
.i40c9f1fa{
    font-size: 12px;
  }}
.l525eb34111{box-sizing:border-box;}
.i1dc__7386{box-sizing:border-box;}
.d7b9b4cde{display:block;max-width:100%;height:auto;}
.a447__ca14{box-sizing:border-box;}