:root {

  --primary-color: hsl(170, 78%, 62%);
  --secondary-color: hsl(232, 62%, 62%);
  --bg-color: hsl(230, 15%, 8%);
  --text-color: hsl(0, 0%, 100%);
  --text-muted: hsl(230, 10%, 65%);
  --border-color: rgba(255, 255, 255, 0.08);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.6);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.8);
  --nav-height: 72px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --nav-bg: rgba(18, 19, 23, 0.85);
  --btn-text: #050505;
  --hub-bg: hsl(170, 10%, 6%);
  --hub-surface: hsl(170, 10%, 10%);
  --hub-surface-hover: hsl(170, 10%, 14%);
  --hub-primary: hsl(170, 78%, 62%);
  --hub-primary-glow: hsla(170, 78%, 62%, 0.3);
  --hub-secondary: hsl(232, 62%, 62%);
  --hub-text-main: hsl(170, 7%, 95%);
  --hub-text-muted: hsl(170, 5%, 65%);
  --hub-border: hsla(170, 7%, 95%, 0.1);
  --hub-radius: 12px;
  --hub-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --content-page-bg: hsl(220, 7%, 96%);
  --content-surface-bg: #ffffff;
  --content-text: hsl(220, 10%, 11%);
  --content-text-muted: rgba(31, 35, 40, 0.72);
  --content-border: rgba(0, 0, 0, 0.08);
  --content-accent-text: hsl(22, 78%, 38%);
}
body{
    margin: 0;
    background-color: var(--bg-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #ffffff;}
.o259941{
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px); color: #ffffff;}
.o259941::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-color), transparent); color: #1a1a2e;}
.fk1n97t7mlvo{
    display: none;
    }
.tb27c2a3d67{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    }
.ra0abd_c4a{
    display: flex;
    align-items: center;
    gap: 48px;
    }
.yfd3203_314{
    font-size: 1.25rem;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: -0.03em;
    white-space: nowrap;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; color: #1a1a2e;}
.we15c9_4j{
    display: flex;
    align-items: center;
    }
.rd38bg4k6f7{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
    }
.x33thu9p0{
    margin: 0;
    padding: 0;
    }
.nf22a4_90c{
    position: relative;
    display: block;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 8px 0;
    transition: var(--transition);
    }
.nf22a4_90c:hover{
    color: var(--text-color);
    }
.nf22a4_90c::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.nf22a4_90c:hover::before{
    width: 100%;
    }
.g0a20efc_v7qh{
    display: flex;
    align-items: center;
    gap: 20px;
    }
.j8ad237828{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 28px;
    background: var(--primary-color);
    color: var(--btn-text);
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: var(--radius-sm);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: var(--transition);
    box-shadow: 0 0 0 1px transparent;
    }
.j8ad237828:hover{
    background: hsl(170, 78%, 75%); 
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(64, 224, 208, 0.3); color: #1a1a2e;}
.sb5b45e{
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    }
.o7c8de0f4ac{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1200px){.ra0abd_c4a { gap: 32px; }
.rd38bg4k6f7 { gap: 20px; }}
@media (max-width: 992px){.sb5b45e{
    display: flex;
    }
.we15c9_4j{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color); 
    border-bottom: 1px solid var(--border-color);
    padding: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: clip-path 0.4s cubic-bezier(0.16, 1, 0.3, 1); color: #ffffff;}
.fk1n97t7mlvo:checked ~ .tb27c2a3d67 .ra0abd_c4a .we15c9_4j{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
.fk1n97t7mlvo:checked ~ .tb27c2a3d67 .g0a20efc_v7qh .sb5b45e .o7c8de0f4ac:nth-child(1){
    transform: translateY(7px) rotate(45deg);
    }
.fk1n97t7mlvo:checked ~ .tb27c2a3d67 .g0a20efc_v7qh .sb5b45e .o7c8de0f4ac:nth-child(2){
    opacity: 0;
    }
.fk1n97t7mlvo:checked ~ .tb27c2a3d67 .g0a20efc_v7qh .sb5b45e .o7c8de0f4ac:nth-child(3){
    transform: translateY(-7px) rotate(-45deg);
    }
.rd38bg4k6f7{
    flex-direction: column;
    padding: 16px 24px;
    gap: 0;
    }
.x33thu9p0{
    width: 100%;
    }
.nf22a4_90c{
    width: 100%;
    padding: 16px 0;
    font-size: 1rem;
    border-bottom: 1px solid var(--border-color);
    }
.x33thu9p0:last-child .nf22a4_90c{
    border-bottom: none;
    }}
.nf22a4_90c.active{color: var(--text-color);}
@media (min-width: 1201px){.o259941 #nteaf6c6350c, .o259941 label[for="nteaf6c6350c"]{ display: none !important; }}
@media (min-width: 1201px){.o259941 .tb27c2a3d67{ 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: 1201px){.o259941 .tb27c2a3d67{ 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: 1201px){.o259941 .tb27c2a3d67 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.nf22a4_90c.active {color: var(--text-color);}
#nteaf6c6350c:checked ~ .tb27c2a3d67 { right: 0 !important; left: auto !important; }
@media (max-width: 1200px) {.o259941.v0632b_fca3 .tb27c2a3d67 { 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: 1200px) {#nteaf6c6350c:checked ~ .tb27c2a3d67 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1201px) {.o259941.v0632b_fca3 #nteaf6c6350c, .o259941.v0632b_fca3 label[for="nteaf6c6350c"] { display: none !important; }}
@media (min-width: 1201px) {.o259941.v0632b_fca3 .tb27c2a3d67 { 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: 1201px) {.o259941.v0632b_fca3 .tb27c2a3d67 { 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: 1201px) {.o259941.v0632b_fca3 .tb27c2a3d67 a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.d1e6a98d{
    background-color: var(--bg-color, hsl(230, 15%, 8%));
    padding-top: 120px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box; color: #ffffff;}
.i9e59f_mb4k{
    width: 100%;
    max-width: var(--max-width, 1200px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    }
.c57a428_02{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 80px;
    box-sizing: border-box;
    gap: 32px;
    }
.pncffu07mg{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 56px;
    font-weight: 800;
    color: var(--text-color, hsl(0, 0%, 100%));
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 680px;
    box-sizing: border-box;
    }
.aec6__0d1f{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 20px;
    color: var(--text-muted, hsl(230, 10%, 65%));
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 680px;
    box-sizing: border-box;
    }
.o5e66__be4{
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color, hsl(170, 78%, 62%)), var(--secondary-color, hsl(232, 62%, 62%)));
    color: var(--btn-text, #050505);
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 48px;
    padding-right: 48px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.16, 1, 0.3, 1));
    border-radius: var(--radius-sm, 0px);
    flex: 0 0 auto;
    width: max-content;
    box-sizing: border-box;
    }
.o5e66__be4:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, 0.6));
    filter: brightness(1.1);
    }
.gbh5dm774{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.08));
    margin-top: 0;
    margin-bottom: 32px;
    flex: 0 0 1px;
    box-sizing: border-box; color: #1a1a2e;}
.b8020c77uz5{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 24px;
    box-sizing: border-box;
    }
.ke188bb_37ae{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    color: var(--text-muted, hsl(230, 10%, 65%));
    flex: 1 1 auto;
    width: auto;
    box-sizing: border-box;
    }
.z4b24d4_e04a{
    display: flex;
    flex-direction: row;
    gap: 32px;
    flex: 0 0 auto;
    width: auto;
    box-sizing: border-box;
    }
.kdb0ff__c4e{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    color: var(--text-muted, hsl(230, 10%, 65%));
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.16, 1, 0.3, 1));
    flex: 0 0 auto;
    width: auto;
    box-sizing: border-box;
    }
.kdb0ff__c4e:hover{
    color: var(--text-color, hsl(0, 0%, 100%));
    }
@media (max-width: 768px){.d1e6a98d{
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    }
.c57a428_02{
    margin-bottom: 64px;
    gap: 24px;
    }
.pncffu07mg{
    font-size: 40px;
    }
.aec6__0d1f{
    font-size: 18px;
    }
.o5e66__be4{
    width: 100%;
    }
.b8020c77uz5{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
.z4b24d4_e04a{
    flex-direction: column;
    gap: 16px;
    width: 100%;
    }}
div.g7e97c77d.r6f681_b5g7.lgtdz29d1gya{
    background-color: var(--hub-bg);
    color: var(--hub-text-main);
    font-family: var(--hub-font);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.g7e97c77d.r6f681_b5g7 .t9aa3a_df6p{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    }
div.g7e97c77d.r6f681_b5g7 .bec3da3_ovq{
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.g7e97c77d.r6f681_b5g7 .bde9cb0c_k7wz{
    position: relative;
    padding: 8rem 0 6rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    border-bottom: 1px solid var(--hub-border);
    }
div.g7e97c77d.r6f681_b5g7 .ec1ce0e9b98{
    max-width: 680px;
    z-index: 2;
    }
div.g7e97c77d.r6f681_b5g7 .naeb39_093{
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--hub-border);
    border-radius: 20px;
    font-size: 0.875rem;
    color: #1a1a2e;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
    }
div.g7e97c77d.r6f681_b5g7 .bde9cb0c_k7wz h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin: 0 0 1.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--hub-text-main) 0%, var(--hub-text-muted) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; color: #1a1a2e;}
div.g7e97c77d.r6f681_b5g7 .bde9cb0c_k7wz p.pe717_d5e7{
    font-size: 1.125rem;
    color: var(--hub-text-muted);
    margin: 0 0 2.5rem;
    max-width: 90%;
    }
div.g7e97c77d.r6f681_b5g7 .lkdg3xvi7{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--hub-bg);
    background: linear-gradient(135deg, var(--hub-primary), var(--hub-secondary));
    border-radius: var(--hub-radius);
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px var(--hub-primary-glow);
    border: none;
    }
div.g7e97c77d.r6f681_b5g7 .lkdg3xvi7:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 32px var(--hub-primary-glow);
    filter: brightness(1.1);
    }
div.g7e97c77d.r6f681_b5g7 .p076y4b1jft{position: relative;
    border-radius: var(--hub-radius);
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 24px 64px rgba(0,0,0,0.4); isolation: isolate;}
div.g7e97c77d.r6f681_b5g7 .p076y4b1jft img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
    }
div.g7e97c77d.r6f681_b5g7 .p076y4b1jft:hover img{
    transform: scale(1.03);
    }
div.g7e97c77d.r6f681_b5g7 .g51272_4d0{
    padding: 8rem 0;
    position: relative;
    }
div.g7e97c77d.r6f681_b5g7 .g51272_4d0::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 2rem;
    right: 2rem;
    height: 1px;
    background: var(--hub-border); color: #1a1a2e;}
div.g7e97c77d.r6f681_b5g7 .g51272_4d0:last-of-type::after{
    display: none;
    }
div.g7e97c77d.r6f681_b5g7 .j6be69__35e42{
    max-width: 680px;
    margin-bottom: 4rem;
    }
div.g7e97c77d.r6f681_b5g7 .j6be69__35e42 h2{
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: var(--hub-text-main);
    }
div.g7e97c77d.r6f681_b5g7 .j6be69__35e42 p{
    color: var(--hub-text-muted);
    font-size: 1.125rem;
    }
div.g7e97c77d.r6f681_b5g7 .g886__444{
    display: flex;
    flex-direction: column;
    gap: 3rem;
    }
div.g7e97c77d.r6f681_b5g7 .xf2987_477a{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    background: var(--hub-surface);
    border: 1px solid var(--hub-border);
    border-radius: var(--hub-radius);
    padding: 3rem;
    transition: background 0.3s ease; color: #ffffff;}
div.g7e97c77d.r6f681_b5g7 .xf2987_477a:hover{
    background: var(--hub-surface-hover); color: #ffffff;}
div.g7e97c77d.r6f681_b5g7 .j29f7d7{
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
div.g7e97c77d.r6f681_b5g7 .xf2987_477a h3{
    font-size: 1.5rem;
    margin: 0 0 1rem;
    color: var(--hub-text-main);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    }
div.g7e97c77d.r6f681_b5g7 .xf2987_477a h3::before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: var(--hub-primary);
    border-radius: 50%; color: #1a1a2e;}
div.g7e97c77d.r6f681_b5g7 .xf2987_477a p{
    color: var(--hub-text-muted);
    margin: 0 0 1.5rem;
    }
div.g7e97c77d.r6f681_b5g7 .s8908ff9_ps6g{
    border-radius: calc(var(--hub-radius) - 4px);
    overflow: hidden;
    background: #000;
    aspect-ratio: 16/9; color: #ffffff;}
div.g7e97c77d.r6f681_b5g7 .s8908ff9_ps6g img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    }
div.g7e97c77d.r6f681_b5g7 .ob0d9ab_sz{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    }
div.g7e97c77d.r6f681_b5g7 .sb9drl1yj{
    padding: 2rem;
    background: rgba(255, 255, 255, 0.02);
    border-left: 4px solid var(--hub-secondary);
    border-radius: 0 var(--hub-radius) var(--hub-radius) 0; color: #1a1a2e;}
div.g7e97c77d.r6f681_b5g7 .sb9drl1yj h4{
    font-size: 1.25rem;
    margin: 0 0 0.75rem;
    }
div.g7e97c77d.r6f681_b5g7 .sb9drl1yj p{
    color: var(--hub-text-muted);
    margin: 0;
    font-size: 0.95rem;
    }
div.g7e97c77d.r6f681_b5g7 .d49e__93c{
    display: inline-flex;
    align-items: center;
    color: var(--hub-primary);
    text-decoration: none;
    font-weight: 500;
    margin-top: 1rem;
    transition: color 0.2s ease;
    }
div.g7e97c77d.r6f681_b5g7 .d49e__93c:hover{
    color: var(--hub-text-main);
    }
div.g7e97c77d.r6f681_b5g7 .d49e__93c::after{
    content: "→";
    margin-left: 0.5rem;
    transition: transform 0.2s ease;
    }
div.g7e97c77d.r6f681_b5g7 .d49e__93c:hover::after{
    transform: translateX(4px);
    }
div.g7e97c77d.r6f681_b5g7 .m3e636__9d05{
    counter-reset: hub-step;
    border-left: 2px solid var(--hub-border);
    margin-left: 1rem;
    padding-left: 2rem;
    }
div.g7e97c77d.r6f681_b5g7 .wcff56757{
    position: relative;
    margin-bottom: 3rem;
    }
div.g7e97c77d.r6f681_b5g7 .wcff56757:last-child{
    margin-bottom: 0;
    }
div.g7e97c77d.r6f681_b5g7 .wcff56757::before{
    counter-increment: hub-step;
    content: counter(hub-step);
    position: absolute;
    left: -3rem;
    top: 0;
    width: 2rem;
    height: 2rem;
    background: var(--hub-bg);
    border: 2px solid var(--hub-primary);
    color: var(--hub-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.875rem;
    }
div.g7e97c77d.r6f681_b5g7 .wcff56757 h4{
    margin: 0 0 0.5rem;
    font-size: 1.125rem;
    }
div.g7e97c77d.r6f681_b5g7 .wcff56757 p{
    color: var(--hub-text-muted);
    margin: 0;
    }
div.g7e97c77d.r6f681_b5g7 .ofaece85d98{
    padding: 4rem 0;
    text-align: left;
    color: var(--hub-text-muted);
    font-size: 0.875rem;
    }
div.g7e97c77d.r6f681_b5g7 .ofaece85d98 p{
    margin: 0.5rem 0;
    }
@media (max-width: 992px) {div.g7e97c77d.r6f681_b5g7 .bde9cb0c_k7wz{
    grid-template-columns: 1fr;
    padding: 6rem 0 4rem;
    text-align: left;
    }
div.g7e97c77d.r6f681_b5g7 .xf2987_477a{
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
    }
div.g7e97c77d.r6f681_b5g7 .xf2987_477a:nth-child(even) .s8908ff9_ps6g{
    order: -1;
    }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.g7e97c77d img.fb9ca1d6695 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.g7e97c77d img.fb9ca1d6695.nd393a3c249 { aspect-ratio: 16 / 9; }
div.g7e97c77d img.fb9ca1d6695.q01505_5c9d { aspect-ratio: 16 / 10; }
div.g7e97c77d img.fb9ca1d6695.qdd6__cda0 { aspect-ratio: 4 / 3; }
div.g7e97c77d img.fb9ca1d6695.pf7a__fd92 { aspect-ratio: 1 / 1; }
div.g7e97c77d :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.g7e97c77d .oede__abb4 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.g7e97c77d .oede__abb4.nd393a3c249 { aspect-ratio: 16 / 9; }
div.g7e97c77d .oede__abb4.q01505_5c9d { aspect-ratio: 16 / 10; }
div.g7e97c77d .oede__abb4.qdd6__cda0 { aspect-ratio: 4 / 3; }
div.g7e97c77d .oede__abb4.pf7a__fd92 { aspect-ratio: 1 / 1; }
div.g7e97c77d .oede__abb4 > img.fb9ca1d6695,
    div.g7e97c77d .oede__abb4 > picture > img.fb9ca1d6695 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.e24f445b0 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.e24f445b0 > :first-child,
    .e24f445b0 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
body{
    margin: 0;
    background-color: var(--bg-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #ffffff;}
.o259941{
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px); color: #ffffff;}
.o259941::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-color), transparent); color: #1a1a2e;}
.fk1n97t7mlvo{
    display: none;
    }
.tb27c2a3d67{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    }
.ra0abd_c4a{
    display: flex;
    align-items: center;
    gap: 48px;
    }
.yfd3203_314{
    font-size: 1.25rem;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: -0.03em;
    white-space: nowrap;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; color: #1a1a2e;}
.we15c9_4j{
    display: flex;
    align-items: center;
    }
.rd38bg4k6f7{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
    }
.x33thu9p0{
    margin: 0;
    padding: 0;
    }
.nf22a4_90c{
    position: relative;
    display: block;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 8px 0;
    transition: var(--transition);
    }
.nf22a4_90c:hover{
    color: var(--text-color);
    }
.nf22a4_90c::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.nf22a4_90c:hover::before{
    width: 100%;
    }
.g0a20efc_v7qh{
    display: flex;
    align-items: center;
    gap: 20px;
    }
.j8ad237828{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 28px;
    background: var(--primary-color);
    color: var(--btn-text);
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: var(--radius-sm);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: var(--transition);
    box-shadow: 0 0 0 1px transparent;
    }
.j8ad237828:hover{
    background: hsl(170, 78%, 75%); 
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(64, 224, 208, 0.3); color: #1a1a2e;}
.sb5b45e{
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    }
.o7c8de0f4ac{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1200px){.ra0abd_c4a { gap: 32px; }
.rd38bg4k6f7 { gap: 20px; }}
@media (max-width: 992px){.sb5b45e{
    display: flex;
    }
.we15c9_4j{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color); 
    border-bottom: 1px solid var(--border-color);
    padding: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: clip-path 0.4s cubic-bezier(0.16, 1, 0.3, 1); color: #ffffff;}
.fk1n97t7mlvo:checked ~ .tb27c2a3d67 .ra0abd_c4a .we15c9_4j{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
.fk1n97t7mlvo:checked ~ .tb27c2a3d67 .g0a20efc_v7qh .sb5b45e .o7c8de0f4ac:nth-child(1){
    transform: translateY(7px) rotate(45deg);
    }
.fk1n97t7mlvo:checked ~ .tb27c2a3d67 .g0a20efc_v7qh .sb5b45e .o7c8de0f4ac:nth-child(2){
    opacity: 0;
    }
.fk1n97t7mlvo:checked ~ .tb27c2a3d67 .g0a20efc_v7qh .sb5b45e .o7c8de0f4ac:nth-child(3){
    transform: translateY(-7px) rotate(-45deg);
    }
.rd38bg4k6f7{
    flex-direction: column;
    padding: 16px 24px;
    gap: 0;
    }
.x33thu9p0{
    width: 100%;
    }
.nf22a4_90c{
    width: 100%;
    padding: 16px 0;
    font-size: 1rem;
    border-bottom: 1px solid var(--border-color);
    }
.x33thu9p0:last-child .nf22a4_90c{
    border-bottom: none;
    }}
.nf22a4_90c.active{color: var(--text-color);}
@media (min-width: 1201px){.o259941 #nteaf6c6350c, .o259941 label[for="nteaf6c6350c"]{ display: none !important; }}
@media (min-width: 1201px){.o259941 .tb27c2a3d67{ 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: 1201px){.o259941 .tb27c2a3d67{ 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: 1201px){.o259941 .tb27c2a3d67 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.nf22a4_90c.active{color: var(--text-color);}
#nteaf6c6350c:checked ~ .tb27c2a3d67{ right: 0 !important; left: auto !important; }
@media (max-width: 1200px){.o259941.v0632b_fca3 .tb27c2a3d67{ 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: 1200px){#nteaf6c6350c:checked ~ .tb27c2a3d67{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1201px){.o259941.v0632b_fca3 #nteaf6c6350c, .o259941.v0632b_fca3 label[for="nteaf6c6350c"]{ display: none !important; }}
@media (min-width: 1201px){.o259941.v0632b_fca3 .tb27c2a3d67{ 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: 1201px){.o259941.v0632b_fca3 .tb27c2a3d67{ 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: 1201px){.o259941.v0632b_fca3 .tb27c2a3d67 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.d1e6a98d{
    background-color: var(--bg-color, hsl(230, 15%, 8%));
    padding-top: 120px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box; color: #ffffff;}
.i9e59f_mb4k{
    width: 100%;
    max-width: var(--max-width, 1200px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    }
.c57a428_02{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 80px;
    box-sizing: border-box;
    gap: 32px;
    }
.pncffu07mg{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 56px;
    font-weight: 800;
    color: var(--text-color, hsl(0, 0%, 100%));
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 680px;
    box-sizing: border-box;
    }
.aec6__0d1f{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 20px;
    color: var(--text-muted, hsl(230, 10%, 65%));
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 680px;
    box-sizing: border-box;
    }
.o5e66__be4{
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color, hsl(170, 78%, 62%)), var(--secondary-color, hsl(232, 62%, 62%)));
    color: var(--btn-text, #050505);
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 48px;
    padding-right: 48px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.16, 1, 0.3, 1));
    border-radius: var(--radius-sm, 0px);
    flex: 0 0 auto;
    width: max-content;
    box-sizing: border-box;
    }
.o5e66__be4:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, 0.6));
    filter: brightness(1.1);
    }
.gbh5dm774{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.08));
    margin-top: 0;
    margin-bottom: 32px;
    flex: 0 0 1px;
    box-sizing: border-box; color: #1a1a2e;}
.b8020c77uz5{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 24px;
    box-sizing: border-box;
    }
.ke188bb_37ae{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    color: var(--text-muted, hsl(230, 10%, 65%));
    flex: 1 1 auto;
    width: auto;
    box-sizing: border-box;
    }
.z4b24d4_e04a{
    display: flex;
    flex-direction: row;
    gap: 32px;
    flex: 0 0 auto;
    width: auto;
    box-sizing: border-box;
    }
.kdb0ff__c4e{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    color: var(--text-muted, hsl(230, 10%, 65%));
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.16, 1, 0.3, 1));
    flex: 0 0 auto;
    width: auto;
    box-sizing: border-box;
    }
.kdb0ff__c4e:hover{
    color: var(--text-color, hsl(0, 0%, 100%));
    }
@media (max-width: 768px){.d1e6a98d{
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    }
.c57a428_02{
    margin-bottom: 64px;
    gap: 24px;
    }
.pncffu07mg{
    font-size: 40px;
    }
.aec6__0d1f{
    font-size: 18px;
    }
.o5e66__be4{
    width: 100%;
    }
.b8020c77uz5{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
.z4b24d4_e04a{
    flex-direction: column;
    gap: 16px;
    width: 100%;
    }}
body{
  margin: 0;
  background-color: var(--bg-color);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #ffffff;}
.o259941{
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px); color: #ffffff;}
.o259941::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-color), transparent); color: #1a1a2e;}
.fk1n97t7mlvo{
  display: none;
}
.tb27c2a3d67{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--max-width);
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.ra0abd_c4a{
  display: flex;
  align-items: center;
  gap: 48px;
}
.yfd3203_314{
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -0.03em;
  white-space: nowrap;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; color: #1a1a2e;}
.we15c9_4j{
  display: flex;
  align-items: center;
}
.rd38bg4k6f7{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
}
.x33thu9p0{
  margin: 0;
  padding: 0;
}
.nf22a4_90c{
  position: relative;
  display: block;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 8px 0;
  transition: var(--transition);
}
.nf22a4_90c:hover{
  color: var(--text-color);
}
.nf22a4_90c::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: var(--transition); color: #1a1a2e;}
.nf22a4_90c:hover::before{
  width: 100%;
}
.g0a20efc_v7qh{
  display: flex;
  align-items: center;
  gap: 20px;
}
.j8ad237828{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 28px;
  background: var(--primary-color);
  color: var(--btn-text);
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: var(--radius-sm);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: var(--transition);
  box-shadow: 0 0 0 1px transparent;
}
.j8ad237828:hover{
  background: hsl(170, 78%, 75%); 
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(64, 224, 208, 0.3); color: #1a1a2e;}
.sb5b45e{
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.o7c8de0f4ac{
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1200px){.ra0abd_c4a { gap: 32px; }
.rd38bg4k6f7 { gap: 20px; }}
@media (max-width: 992px){.sb5b45e{
    display: flex;
  }
.we15c9_4j{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color); 
    border-bottom: 1px solid var(--border-color);
    padding: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: clip-path 0.4s cubic-bezier(0.16, 1, 0.3, 1); color: #ffffff;}
.fk1n97t7mlvo:checked ~ .tb27c2a3d67 .ra0abd_c4a .we15c9_4j{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
.fk1n97t7mlvo:checked ~ .tb27c2a3d67 .g0a20efc_v7qh .sb5b45e .o7c8de0f4ac:nth-child(1){
    transform: translateY(7px) rotate(45deg);
  }
.fk1n97t7mlvo:checked ~ .tb27c2a3d67 .g0a20efc_v7qh .sb5b45e .o7c8de0f4ac:nth-child(2){
    opacity: 0;
  }
.fk1n97t7mlvo:checked ~ .tb27c2a3d67 .g0a20efc_v7qh .sb5b45e .o7c8de0f4ac:nth-child(3){
    transform: translateY(-7px) rotate(-45deg);
  }
.rd38bg4k6f7{
    flex-direction: column;
    padding: 16px 24px;
    gap: 0;
  }
.x33thu9p0{
    width: 100%;
  }
.nf22a4_90c{
    width: 100%;
    padding: 16px 0;
    font-size: 1rem;
    border-bottom: 1px solid var(--border-color);
  }
.x33thu9p0:last-child .nf22a4_90c{
    border-bottom: none;
  }}
.nf22a4_90c.active{color: var(--text-color);}
@media (min-width: 1201px){.o259941 #nteaf6c6350c, .o259941 label[for="nteaf6c6350c"]{ display: none !important; }}
@media (min-width: 1201px){.o259941 .tb27c2a3d67{ 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: 1201px){.o259941 .tb27c2a3d67{ 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: 1201px){.o259941 .tb27c2a3d67 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.nf22a4_90c.active{color: var(--text-color);}
#nteaf6c6350c:checked ~ .tb27c2a3d67{ right: 0 !important; left: auto !important; }
@media (max-width: 1200px){.o259941.v0632b_fca3 .tb27c2a3d67{ 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: 1200px){#nteaf6c6350c:checked ~ .tb27c2a3d67{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1201px){.o259941.v0632b_fca3 #nteaf6c6350c, .o259941.v0632b_fca3 label[for="nteaf6c6350c"]{ display: none !important; }}
@media (min-width: 1201px){.o259941.v0632b_fca3 .tb27c2a3d67{ 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: 1201px){.o259941.v0632b_fca3 .tb27c2a3d67{ 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: 1201px){.o259941.v0632b_fca3 .tb27c2a3d67 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.v72b73853{
  background-color: var(--bg-color, hsl(230, 15%, 8%));
  padding-top: 120px;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box; color: #ffffff;}
.b6d6d0_3168{
  width: 100%;
  max-width: var(--max-width, 1200px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}
.ab94__c131{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 80px;
  box-sizing: border-box;
  gap: 32px;
}
.n31461e30{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: var(--text-color, hsl(0, 0%, 100%));
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 680px;
  box-sizing: border-box;
}
.ce16bc_8a6c{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 20px;
  color: var(--text-muted, hsl(230, 10%, 65%));
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 680px;
  box-sizing: border-box;
}
.xcf0691389f{
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-color, hsl(170, 78%, 62%)), var(--secondary-color, hsl(232, 62%, 62%)));
  color: var(--btn-text, #050505);
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 48px;
  padding-right: 48px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition, all 0.3s cubic-bezier(0.16, 1, 0.3, 1));
  border-radius: var(--radius-sm, 0px);
  flex: 0 0 auto;
  width: max-content;
  box-sizing: border-box;
}
.xcf0691389f:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, 0.6));
  filter: brightness(1.1);
}
.rf13a987fea{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, rgba(255, 255, 255, 0.08));
  margin-top: 0;
  margin-bottom: 32px;
  flex: 0 0 1px;
  box-sizing: border-box; color: #1a1a2e;}
.za533f_9a79{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 24px;
  box-sizing: border-box;
}
.ra205a75286{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: var(--text-muted, hsl(230, 10%, 65%));
  flex: 1 1 auto;
  width: auto;
  box-sizing: border-box;
}
.d5efc1_c049{
  display: flex;
  flex-direction: row;
  gap: 32px;
  flex: 0 0 auto;
  width: auto;
  box-sizing: border-box;
}
.g64ead_67f1{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: var(--text-muted, hsl(230, 10%, 65%));
  text-decoration: none;
  transition: var(--transition, all 0.3s cubic-bezier(0.16, 1, 0.3, 1));
  flex: 0 0 auto;
  width: auto;
  box-sizing: border-box;
}
.g64ead_67f1:hover{
  color: var(--text-color, hsl(0, 0%, 100%));
}
@media (max-width: 768px){.v72b73853{
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
.ab94__c131{
    margin-bottom: 64px;
    gap: 24px;
  }
.n31461e30{
    font-size: 40px;
  }
.ce16bc_8a6c{
    font-size: 18px;
  }
.xcf0691389f{
    width: 100%;
  }
.za533f_9a79{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
.d5efc1_c049{
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }}
.od02__b1c4{box-sizing:border-box;}
.wdaa__6069{box-sizing:border-box;}
.ybdf10_5bdf{display:block;max-width:100%;height:auto;}
.i9f621_ad13{box-sizing:border-box;}
@media (max-width: 768px) {.b8020c77uz5 { 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; }}