:root {

  --primary-color: hsl(154, 85%, 59%);
  --secondary-color: hsl(287, 68%, 59%);
  --bg-color: hsl(154, 8%, 97%);
  --text-color: hsl(154, 10%, 7%);
  --text-muted: hsl(154, 10%, 40%);
  --border-color: rgba(16, 19, 18, 0.08);
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 8px;
  --shadow-sm: 0 1px 2px rgba(16, 19, 18, 0.06), 0 0 0 1px rgba(16, 19, 18, 0.04);
  --shadow-md: 0 4px 12px rgba(16, 19, 18, 0.08), 0 0 0 1px rgba(16, 19, 18, 0.04);
  --shadow-lg: 0 12px 32px rgba(16, 19, 18, 0.12), 0 0 0 1px rgba(16, 19, 18, 0.04);
  --nav-height: 64px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  --nav-bg: rgba(246, 248, 247, 0.85);
  --btn-text: #05140e;
  --page-primary: hsl(154, 85%, 59%);
  --page-secondary: hsl(287, 68%, 59%);
  --page-text: hsl(154, 10%, 7%);
  --page-bg: hsl(154, 8%, 97%);
  --page-card-bg: hsl(0, 0%, 100%);
  --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%);
}
.uc1c4a__99d8{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: saturate(180%) blur(16px);
    -webkit-backdrop-filter: saturate(180%) blur(16px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    box-sizing: border-box; color: #1a1a2e;}
.x2dff2f25f{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    }
.aqad3kim6x{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--text-color);
    }
.w6a0__17c{
    width: 20px;
    height: 20px;
    background: var(--text-color);
    border-radius: var(--radius-sm);
    position: relative; color: #ffffff;}
.w6a0__17c::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 8px 8px 0;
    border-style: solid;
    border-color: var(--bg-color) var(--bg-color) transparent transparent;
    border-bottom-left-radius: 2px;
    }
.c83d6a9a23c{
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.5px;
    }
.j879f1b83b{
    display: none;
    }
.b6bca9_h9iu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-left: 48px;
    }
.fc3cd2e731{
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.oe5453c{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    display: flex;
    align-items: center;
    }
.oe5453c:hover{
    color: #ffffff;
    background: rgba(16, 19, 18, 0.04);
    }
.oe5453c.active{
    color: var(--text-color);
    font-weight: 600;
    }
.y8263__a746a{
    background: linear-gradient(135deg, hsl(287, 68%, 65%), var(--secondary-color));
    color: #1a1a2e;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: var(--radius-sm);
    margin-left: 6px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: var(--shadow-sm);
    }
.j95261__65a{
    display: flex;
    align-items: center;
    gap: 12px;
    }
.nluyfc0yov{
    color: var(--text-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.nluyfc0yov:hover{
    background: rgba(16, 19, 18, 0.04); color: #ffffff;}
.ycbxqczk7jzd{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    height: 36px;
    padding: 0 20px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    
    box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1),
    var(--shadow-sm);
    border: 1px solid rgba(0, 0, 0, 0.1);
    }
.ycbxqczk7jzd:hover{
    background: hsl(154, 85%, 52%);
    transform: translateY(-1px);
    box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1),
    var(--shadow-md); color: #1a1a2e;}
.if748_4d7{
    display: none;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.if748_4d7:hover{
    background: rgba(16, 19, 18, 0.04); color: #ffffff;}
.e9b1ae__cbd{
    position: relative;
    width: 18px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.e9b1ae__cbd::before, .e9b1ae__cbd::after{
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.e9b1ae__cbd::before{ top: -6px; }
.e9b1ae__cbd::after{ top: 6px; }
@media (max-width: 900px){.if748_4d7 {
    display: flex;
    }
.b6bca9_h9iu {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: var(--transition); color: #1a1a2e;}
.j879f1b83b:checked ~ .b6bca9_h9iu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.j879f1b83b:checked ~ .if748_4d7 .e9b1ae__cbd {
    background-color: transparent;
    }
.j879f1b83b:checked ~ .if748_4d7 .e9b1ae__cbd::before {
    transform: translateY(6px) rotate(45deg);
    }
.j879f1b83b:checked ~ .if748_4d7 .e9b1ae__cbd::after {
    transform: translateY(-6px) rotate(-45deg);
    }
.fc3cd2e731 {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px;
    gap: 8px;
    border-bottom: 1px solid var(--border-color);
    }
.oe5453c {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    box-sizing: border-box;
    }
.j95261__65a {
    padding: 24px;
    flex-direction: column;
    gap: 16px;
    }
.nluyfc0yov, .ycbxqczk7jzd {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    }}
@media (min-width: 901px){.uc1c4a__99d8 #nte007c04147, .uc1c4a__99d8 label[for="nte007c04147"]{ display: none !important; }}
@media (min-width: 901px){.uc1c4a__99d8 .b6bca9_h9iu{ 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){.uc1c4a__99d8 .b6bca9_h9iu{ 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){.uc1c4a__99d8 .b6bca9_h9iu a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.oe5453c.active {color: #ffffff; background: rgba(16, 19, 18, 0.04);}
#nte007c04147:checked ~ .b6bca9_h9iu { right: 0 !important; left: auto !important; }
@media (max-width: 900px) {.uc1c4a__99d8.oc98__653d .b6bca9_h9iu { 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) {#nte007c04147:checked ~ .b6bca9_h9iu { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px) {.uc1c4a__99d8.oc98__653d #nte007c04147, .uc1c4a__99d8.oc98__653d label[for="nte007c04147"] { display: none !important; }}
@media (min-width: 901px) {.uc1c4a__99d8.oc98__653d .b6bca9_h9iu { 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) {.uc1c4a__99d8.oc98__653d .b6bca9_h9iu { 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) {.uc1c4a__99d8.oc98__653d .b6bca9_h9iu a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.azz78es1ac{
    width: 100%;
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-color);
    box-sizing: border-box;
    }
.qbgbv5nl{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 80px 0 32px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    }
.uf264bbe{flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 48px;
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    box-sizing: border-box; isolation: isolate; color: #1a1a2e;}
.cta-bg-decorator{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    background-image:
    linear-gradient(var(--border-color) 1px, transparent 1px),
    linear-gradient(90deg, var(--border-color) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.8;
    z-index: 1;
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
    mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
    }
.g1ffce__8e4{
    flex: 1;
    width: 60%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    }
.ox8newbp51{
    flex: 0 0 auto;
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    color: var(--text-color);
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
    }
.cta-desc{
    flex: 0 0 auto;
    width: 100%;
    font-size: 16px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.6;
    }
.cta-action{
    flex: 0 0 auto;
    width: 200px;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
    }
.ff5137_47{
    flex: 0 0 auto;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background-color: var(--primary-color);
    color: var(--btn-text);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.05);
    }
.ff5137_47:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    background-color: var(--secondary-color);
    color: #1a1a2e;
    }
.y0cd68_lct7{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 64px;
    box-sizing: border-box;
    }
.md667__3b57b{
    flex: 2;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    }
.ofa47789{
    flex: 0 0 auto;
    width: 100%;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1px;
    color: var(--text-color);
    margin: 0 0 16px 0;
    }
.e4txjnt73g3o{
    flex: 0 0 auto;
    width: 100%;
    font-size: 14px;
    color: var(--text-muted);
    margin: 0 0 24px 0;
    line-height: 1.6;
    max-width: 80%;
    }
.m00b72b03dc{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    gap: 12px;
    }
.heb182__f8b{
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    color: #1a1a2e;
    text-decoration: none;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 600;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    }
.heb182__f8b:hover{
    color: var(--text-color);
    border-color: var(--text-muted);
    transform: translateY(-1px);
    }
.xf5c0__8f878{
    flex: 1;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    }
.u65ed__8c3a{
    flex: 0 0 auto;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color);
    margin: 0 0 24px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }
.d66qxypg{
    flex: 0 0 auto;
    width: 100%;
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    margin: 0 0 16px 0;
    transition: var(--transition);
    }
.d66qxypg:hover{
    color: var(--text-color);
    }
.me10a__6ba{
    flex: 0 0 auto;
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin: 0 0 32px 0; color: #ffffff;}
.b2fd752{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    }
.estiok6vae6{
    flex: 1;
    min-width: 200px;
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
.v68435e_4b9{
    flex: 1;
    min-width: 200px;
    display: flex;
    gap: 24px;
    justify-content: flex-end;
    flex-wrap: wrap;
    }
.lf4fd1d_4a{
    flex: 0 0 auto;
    font-size: 13px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.lf4fd1d_4a:hover{
    color: var(--text-color);
    }
@media (max-width: 768px){.uf264bbe{
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    margin-bottom: 48px;
    }
.cta-bg-decorator{
    width: 100%;
    height: 60%;
    top: auto;
    bottom: 0;
    -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    }
.g1ffce__8e4{
    width: 100%;
    margin-bottom: 32px;
    }
.cta-action{
    width: 100%;
    justify-content: flex-start;
    }
.y0cd68_lct7{
    gap: 40px 24px;
    margin-bottom: 48px;
    }
.md667__3b57b{
    flex: 100%;
    }
.e4txjnt73g3o{
    max-width: 100%;
    }
.xf5c0__8f878{
    flex: 40%;
    }
.b2fd752{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    }
.v68435e_4b9{
    width: 100%;
    justify-content: flex-start;
    }}
div.q5d718b53.u74b7e_bvw *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
div.q5d718b53.u74b7e_bvw{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--page-text);
    background: var(--page-bg);
    line-height: 1.6;
    }
div.q5d718b53.u74b7e_bvw .pjwe08ftollr{
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px;
    align-items: center;
    }
div.q5d718b53.u74b7e_bvw .eegrz36rj8 h1{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: var(--page-text);
    }
div.q5d718b53.u74b7e_bvw .eegrz36rj8 p{
    font-size: 18px;
    color: hsl(154, 10%, 35%);
    margin-bottom: 32px;
    }
div.q5d718b53.u74b7e_bvw .wd3japhzlm{
    display: inline-block;
    padding: 16px 40px;
    background: linear-gradient(135deg, var(--page-primary), hsl(154, 85%, 50%));
    color: var(--page-text);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 16px hsla(154, 85%, 59%, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    }
div.q5d718b53.u74b7e_bvw .wd3japhzlm:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 24px hsla(154, 85%, 59%, 0.4);
    }
div.q5d718b53.u74b7e_bvw .l5ae9a__4d8{position: relative;
    aspect-ratio: 16/10;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px hsla(154, 10%, 7%, 0.1); isolation: isolate;}
div.q5d718b53.u74b7e_bvw .l5ae9a__4d8 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.q5d718b53.u74b7e_bvw .re54de__b87d{
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px;
    }
div.q5d718b53.u74b7e_bvw .re54de__b87d h2{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: var(--page-text);
    }
div.q5d718b53.u74b7e_bvw .n64c15ea6f{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    }
div.q5d718b53.u74b7e_bvw .ef3f97_41{
    background: var(--page-card-bg);
    border-radius: 8px;
    padding: 32px 24px;
    box-shadow: 0 2px 8px hsla(154, 10%, 7%, 0.06);
    transition: transform 0.2s, box-shadow 0.2s; color: #1a1a2e;}
div.q5d718b53.u74b7e_bvw .ef3f97_41:hover{
    transform: translateY(-4px);
    box-shadow: 0 8px 24px hsla(154, 10%, 7%, 0.12);
    }
div.q5d718b53.u74b7e_bvw .ricans37q9{
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    }
div.q5d718b53.u74b7e_bvw .ef3f97_41 h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--page-text);
    }
div.q5d718b53.u74b7e_bvw .ef3f97_41 p{
    font-size: 15px;
    color: hsl(154, 10%, 40%);
    line-height: 1.5;
    }
div.q5d718b53.u74b7e_bvw .woz7xlyhkswu{
    background: linear-gradient(135deg, hsl(287, 68%, 96%), hsl(154, 85%, 96%));
    padding: 80px 40px;
    margin: 80px 0; color: #1a1a2e;}
div.q5d718b53.u74b7e_bvw .lfccgxmibic7{
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 60px;
    align-items: center;
    }
div.q5d718b53.u74b7e_bvw .mm03j864gf h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    color: var(--page-text);
    }
div.q5d718b53.u74b7e_bvw .mm03j864gf p{
    font-size: 17px;
    color: hsl(154, 10%, 35%);
    margin-bottom: 16px;
    }
div.q5d718b53.u74b7e_bvw .a5b7a__20b85{
    display: inline-block;
    margin-top: 16px;
    color: var(--page-secondary);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    }
div.q5d718b53.u74b7e_bvw .a5b7a__20b85:hover{
    text-decoration: underline;
    }
div.q5d718b53.u74b7e_bvw .hd688a5_ju{
    aspect-ratio: 4/3;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px hsla(154, 10%, 7%, 0.1);
    }
div.q5d718b53.u74b7e_bvw .hd688a5_ju img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.q5d718b53.u74b7e_bvw .i64612242{
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    text-align: center;
    }
div.q5d718b53.u74b7e_bvw .i64612242 h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 48px;
    color: var(--page-text);
    }
div.q5d718b53.u74b7e_bvw .b902__93c{
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
    }
div.q5d718b53.u74b7e_bvw .fxl3qfgz{
    text-align: center;
    }
div.q5d718b53.u74b7e_bvw .yf3eed_e9{
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    background: var(--page-card-bg);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 2px 8px hsla(154, 10%, 7%, 0.06); color: #1a1a2e;}
div.q5d718b53.u74b7e_bvw .fxl3qfgz p{
    font-size: 16px;
    font-weight: 500;
    color: var(--page-text);
    }
div.q5d718b53.u74b7e_bvw div.c9ea3b_a08f{
    background: hsl(154, 10%, 12%);
    color: hsl(154, 8%, 85%);
    padding: 48px 40px 32px;
    margin-top: 80px;
    }
div.q5d718b53.u74b7e_bvw .m52c__d0fd{
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 32px;
    }
div.q5d718b53.u74b7e_bvw .kd1f0e99713 h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--page-primary);
    }
div.q5d718b53.u74b7e_bvw .kd1f0e99713 p{
    font-size: 14px;
    line-height: 1.6;
    color: hsl(154, 8%, 75%);
    }
div.q5d718b53.u74b7e_bvw .fd22__4213 h4{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    color: hsl(154, 8%, 95%);
    }
div.q5d718b53.u74b7e_bvw .fd22__4213 ul{
    list-style: none;
    }
div.q5d718b53.u74b7e_bvw .fd22__4213 li{
    margin-bottom: 8px;
    }
div.q5d718b53.u74b7e_bvw .fd22__4213 a{
    color: hsl(154, 8%, 75%);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
    }
div.q5d718b53.u74b7e_bvw .fd22__4213 a:hover{
    color: var(--page-primary);
    }
div.q5d718b53.u74b7e_bvw .b2fd752{
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid hsl(154, 8%, 20%);
    text-align: center;
    font-size: 14px;
    color: hsl(154, 8%, 65%);
    }
@media (max-width: 1200px) {div.q5d718b53.u74b7e_bvw .pjwe08ftollr{
    grid-template-columns: 1fr;
    gap: 40px;
    }
div.q5d718b53.u74b7e_bvw .n64c15ea6f{
    grid-template-columns: repeat(2, 1fr);
    }
div.q5d718b53.u74b7e_bvw .lfccgxmibic7{
    grid-template-columns: 1fr;
    }
div.q5d718b53.u74b7e_bvw .m52c__d0fd{
    grid-template-columns: 1fr 1fr;
    }}
@media (max-width: 768px) {div.q5d718b53.u74b7e_bvw .eegrz36rj8 h1{
    font-size: 36px;
    }
div.q5d718b53.u74b7e_bvw .n64c15ea6f{
    grid-template-columns: 1fr;
    }
div.q5d718b53.u74b7e_bvw .m52c__d0fd{
    grid-template-columns: 1fr;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.q5d718b53 img.uf78d2_72f6 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.q5d718b53 img.uf78d2_72f6.q15622_048a { aspect-ratio: 16 / 9; }
div.q5d718b53 img.uf78d2_72f6.t893__809f { aspect-ratio: 16 / 10; }
div.q5d718b53 img.uf78d2_72f6.a11822154 { aspect-ratio: 4 / 3; }
div.q5d718b53 img.uf78d2_72f6.g7f2a5e3cc5 { aspect-ratio: 1 / 1; }
div.q5d718b53 :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.q5d718b53 .b114a78b4 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.q5d718b53 .b114a78b4.q15622_048a { aspect-ratio: 16 / 9; }
div.q5d718b53 .b114a78b4.t893__809f { aspect-ratio: 16 / 10; }
div.q5d718b53 .b114a78b4.a11822154 { aspect-ratio: 4 / 3; }
div.q5d718b53 .b114a78b4.g7f2a5e3cc5 { aspect-ratio: 1 / 1; }
div.q5d718b53 .b114a78b4 > img.uf78d2_72f6,
    div.q5d718b53 .b114a78b4 > picture > img.uf78d2_72f6 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.q5d718b53 .t716b475234 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 0;
    }
div.q5d718b53 .t716b475234 > .q614c11a3e9 {
    width: clamp(20px, 1.35em, 30px);
    height: clamp(20px, 1.35em, 30px);
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
    }
.tec0__2e5a {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.tec0__2e5a > :first-child,
    .tec0__2e5a > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.uc1c4a__99d8{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: saturate(180%) blur(16px);
    -webkit-backdrop-filter: saturate(180%) blur(16px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    box-sizing: border-box; color: #1a1a2e;}
.x2dff2f25f{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    }
.aqad3kim6x{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--text-color);
    }
.w6a0__17c{
    width: 20px;
    height: 20px;
    background: var(--text-color);
    border-radius: var(--radius-sm);
    position: relative; color: #ffffff;}
.w6a0__17c::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 8px 8px 0;
    border-style: solid;
    border-color: var(--bg-color) var(--bg-color) transparent transparent;
    border-bottom-left-radius: 2px;
    }
.c83d6a9a23c{
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.5px;
    }
.j879f1b83b{
    display: none;
    }
.b6bca9_h9iu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-left: 48px;
    }
.fc3cd2e731{
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.oe5453c{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    display: flex;
    align-items: center;
    }
.oe5453c:hover{
    color: #ffffff;
    background: rgba(16, 19, 18, 0.04);
    }
.oe5453c.active{
    color: var(--text-color);
    font-weight: 600;
    }
.y8263__a746a{
    background: linear-gradient(135deg, hsl(287, 68%, 65%), var(--secondary-color));
    color: #1a1a2e;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: var(--radius-sm);
    margin-left: 6px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: var(--shadow-sm);
    }
.j95261__65a{
    display: flex;
    align-items: center;
    gap: 12px;
    }
.nluyfc0yov{
    color: var(--text-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.nluyfc0yov:hover{
    background: rgba(16, 19, 18, 0.04); color: #ffffff;}
.ycbxqczk7jzd{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    height: 36px;
    padding: 0 20px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    
    box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1),
    var(--shadow-sm);
    border: 1px solid rgba(0, 0, 0, 0.1);
    }
.ycbxqczk7jzd:hover{
    background: hsl(154, 85%, 52%);
    transform: translateY(-1px);
    box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1),
    var(--shadow-md); color: #1a1a2e;}
.if748_4d7{
    display: none;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.if748_4d7:hover{
    background: rgba(16, 19, 18, 0.04); color: #ffffff;}
.e9b1ae__cbd{
    position: relative;
    width: 18px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.e9b1ae__cbd::before, .e9b1ae__cbd::after{
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.e9b1ae__cbd::before{ top: -6px; }
.e9b1ae__cbd::after{ top: 6px; }
@media (max-width: 900px){.if748_4d7 {
    display: flex;
    }
.b6bca9_h9iu {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: var(--transition); color: #1a1a2e;}
.j879f1b83b:checked ~ .b6bca9_h9iu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.j879f1b83b:checked ~ .if748_4d7 .e9b1ae__cbd {
    background-color: transparent;
    }
.j879f1b83b:checked ~ .if748_4d7 .e9b1ae__cbd::before {
    transform: translateY(6px) rotate(45deg);
    }
.j879f1b83b:checked ~ .if748_4d7 .e9b1ae__cbd::after {
    transform: translateY(-6px) rotate(-45deg);
    }
.fc3cd2e731 {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px;
    gap: 8px;
    border-bottom: 1px solid var(--border-color);
    }
.oe5453c {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    box-sizing: border-box;
    }
.j95261__65a {
    padding: 24px;
    flex-direction: column;
    gap: 16px;
    }
.nluyfc0yov, .ycbxqczk7jzd {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    }}
@media (min-width: 901px){.uc1c4a__99d8 #nte007c04147, .uc1c4a__99d8 label[for="nte007c04147"]{ display: none !important; }}
@media (min-width: 901px){.uc1c4a__99d8 .b6bca9_h9iu{ 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){.uc1c4a__99d8 .b6bca9_h9iu{ 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){.uc1c4a__99d8 .b6bca9_h9iu a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.oe5453c.active{color: #ffffff; background: rgba(16, 19, 18, 0.04);}
#nte007c04147:checked ~ .b6bca9_h9iu{ right: 0 !important; left: auto !important; }
@media (max-width: 900px){.uc1c4a__99d8.oc98__653d .b6bca9_h9iu{ 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){#nte007c04147:checked ~ .b6bca9_h9iu{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px){.uc1c4a__99d8.oc98__653d #nte007c04147, .uc1c4a__99d8.oc98__653d label[for="nte007c04147"]{ display: none !important; }}
@media (min-width: 901px){.uc1c4a__99d8.oc98__653d .b6bca9_h9iu{ 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){.uc1c4a__99d8.oc98__653d .b6bca9_h9iu{ 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){.uc1c4a__99d8.oc98__653d .b6bca9_h9iu a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.azz78es1ac{
    width: 100%;
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-color);
    box-sizing: border-box;
    }
.qbgbv5nl{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 80px 0 32px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    }
.uf264bbe{flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 48px;
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    box-sizing: border-box; isolation: isolate; color: #1a1a2e;}
.cta-bg-decorator{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    background-image:
    linear-gradient(var(--border-color) 1px, transparent 1px),
    linear-gradient(90deg, var(--border-color) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.8;
    z-index: 1;
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
    mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
    }
.g1ffce__8e4{
    flex: 1;
    width: 60%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    }
.ox8newbp51{
    flex: 0 0 auto;
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    color: var(--text-color);
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
    }
.cta-desc{
    flex: 0 0 auto;
    width: 100%;
    font-size: 16px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.6;
    }
.cta-action{
    flex: 0 0 auto;
    width: 200px;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
    }
.ff5137_47{
    flex: 0 0 auto;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background-color: var(--primary-color);
    color: var(--btn-text);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.05);
    }
.ff5137_47:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    background-color: var(--secondary-color);
    color: #1a1a2e;
    }
.y0cd68_lct7{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 64px;
    box-sizing: border-box;
    }
.md667__3b57b{
    flex: 2;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    }
.ofa47789{
    flex: 0 0 auto;
    width: 100%;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1px;
    color: var(--text-color);
    margin: 0 0 16px 0;
    }
.e4txjnt73g3o{
    flex: 0 0 auto;
    width: 100%;
    font-size: 14px;
    color: var(--text-muted);
    margin: 0 0 24px 0;
    line-height: 1.6;
    max-width: 80%;
    }
.m00b72b03dc{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    gap: 12px;
    }
.heb182__f8b{
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    color: #1a1a2e;
    text-decoration: none;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 600;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    }
.heb182__f8b:hover{
    color: var(--text-color);
    border-color: var(--text-muted);
    transform: translateY(-1px);
    }
.xf5c0__8f878{
    flex: 1;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    }
.u65ed__8c3a{
    flex: 0 0 auto;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color);
    margin: 0 0 24px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }
.d66qxypg{
    flex: 0 0 auto;
    width: 100%;
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    margin: 0 0 16px 0;
    transition: var(--transition);
    }
.d66qxypg:hover{
    color: var(--text-color);
    }
.me10a__6ba{
    flex: 0 0 auto;
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin: 0 0 32px 0; color: #ffffff;}
.b2fd752{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    }
.estiok6vae6{
    flex: 1;
    min-width: 200px;
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
.v68435e_4b9{
    flex: 1;
    min-width: 200px;
    display: flex;
    gap: 24px;
    justify-content: flex-end;
    flex-wrap: wrap;
    }
.lf4fd1d_4a{
    flex: 0 0 auto;
    font-size: 13px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.lf4fd1d_4a:hover{
    color: var(--text-color);
    }
@media (max-width: 768px){.uf264bbe{
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    margin-bottom: 48px;
    }
.cta-bg-decorator{
    width: 100%;
    height: 60%;
    top: auto;
    bottom: 0;
    -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    }
.g1ffce__8e4{
    width: 100%;
    margin-bottom: 32px;
    }
.cta-action{
    width: 100%;
    justify-content: flex-start;
    }
.y0cd68_lct7{
    gap: 40px 24px;
    margin-bottom: 48px;
    }
.md667__3b57b{
    flex: 100%;
    }
.e4txjnt73g3o{
    max-width: 100%;
    }
.xf5c0__8f878{
    flex: 40%;
    }
.b2fd752{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    }
.v68435e_4b9{
    width: 100%;
    justify-content: flex-start;
    }}
.uc1c4a__99d8{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  box-sizing: border-box; color: #1a1a2e;}
.x2dff2f25f{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--max-width);
  height: 100%;
  margin: 0 auto;
}
.aqad3kim6x{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text-color);
}
.w6a0__17c{
  width: 20px;
  height: 20px;
  background: var(--text-color);
  border-radius: var(--radius-sm);
  position: relative; color: #ffffff;}
.w6a0__17c::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 8px 8px 0;
  border-style: solid;
  border-color: var(--bg-color) var(--bg-color) transparent transparent;
  border-bottom-left-radius: 2px;
}
.c83d6a9a23c{
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.j879f1b83b{
  display: none;
}
.b6bca9_h9iu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin-left: 48px;
}
.fc3cd2e731{
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.oe5453c{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  display: flex;
  align-items: center;
}
.oe5453c:hover{
  color: #ffffff;
  background: rgba(16, 19, 18, 0.04);
}
.oe5453c.active{
  color: var(--text-color);
  font-weight: 600;
}
.y8263__a746a{
  background: linear-gradient(135deg, hsl(287, 68%, 65%), var(--secondary-color));
  color: #1a1a2e;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: var(--radius-sm);
  margin-left: 6px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: var(--shadow-sm);
}
.j95261__65a{
  display: flex;
  align-items: center;
  gap: 12px;
}
.nluyfc0yov{
  color: var(--text-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.nluyfc0yov:hover{
  background: rgba(16, 19, 18, 0.04); color: #ffffff;}
.ycbxqczk7jzd{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: var(--btn-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  height: 36px;
  padding: 0 20px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1),
    var(--shadow-sm);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ycbxqczk7jzd:hover{
  background: hsl(154, 85%, 52%);
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1),
    var(--shadow-md); color: #1a1a2e;}
.if748_4d7{
  display: none;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.if748_4d7:hover{
  background: rgba(16, 19, 18, 0.04); color: #ffffff;}
.e9b1ae__cbd{
  position: relative;
  width: 18px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.e9b1ae__cbd::before, .e9b1ae__cbd::after{
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.e9b1ae__cbd::before{ top: -6px; }
.e9b1ae__cbd::after{ top: 6px; }
@media (max-width: 900px){.if748_4d7 {
    display: flex;
  }
.b6bca9_h9iu {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: var(--transition); color: #1a1a2e;}
.j879f1b83b:checked ~ .b6bca9_h9iu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
.j879f1b83b:checked ~ .if748_4d7 .e9b1ae__cbd {
    background-color: transparent;
  }
.j879f1b83b:checked ~ .if748_4d7 .e9b1ae__cbd::before {
    transform: translateY(6px) rotate(45deg);
  }
.j879f1b83b:checked ~ .if748_4d7 .e9b1ae__cbd::after {
    transform: translateY(-6px) rotate(-45deg);
  }
.fc3cd2e731 {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px;
    gap: 8px;
    border-bottom: 1px solid var(--border-color);
  }
.oe5453c {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    box-sizing: border-box;
  }
.j95261__65a {
    padding: 24px;
    flex-direction: column;
    gap: 16px;
  }
.nluyfc0yov, .ycbxqczk7jzd {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }}
@media (min-width: 901px){.uc1c4a__99d8 #nte007c04147, .uc1c4a__99d8 label[for="nte007c04147"]{ display: none !important; }}
@media (min-width: 901px){.uc1c4a__99d8 .b6bca9_h9iu{ 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){.uc1c4a__99d8 .b6bca9_h9iu{ 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){.uc1c4a__99d8 .b6bca9_h9iu a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.oe5453c.active{color: #ffffff; background: rgba(16, 19, 18, 0.04);}
#nte007c04147:checked ~ .b6bca9_h9iu{ right: 0 !important; left: auto !important; }
@media (max-width: 900px){.uc1c4a__99d8.oc98__653d .b6bca9_h9iu{ 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){#nte007c04147:checked ~ .b6bca9_h9iu{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px){.uc1c4a__99d8.oc98__653d #nte007c04147, .uc1c4a__99d8.oc98__653d label[for="nte007c04147"]{ display: none !important; }}
@media (min-width: 901px){.uc1c4a__99d8.oc98__653d .b6bca9_h9iu{ 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){.uc1c4a__99d8.oc98__653d .b6bca9_h9iu{ 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){.uc1c4a__99d8.oc98__653d .b6bca9_h9iu a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.u19c__3a58{
  width: 100%;
  background-color: var(--bg-color);
  border-top: 1px solid var(--border-color);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text-color);
  box-sizing: border-box;
}
.p2d432_158e{
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 80px 0 32px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.gb262e4a177{flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  box-sizing: border-box; isolation: isolate; color: #1a1a2e;}
.cta-bg-decorator{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  background-image:
    linear-gradient(var(--border-color) 1px, transparent 1px),
    linear-gradient(90deg, var(--border-color) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.8;
  z-index: 1;
  -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
  mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
}
.kcb3__4ab6{
  flex: 1;
  width: 60%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.fdfc__f7eb{
  flex: 0 0 auto;
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  color: var(--text-color);
  margin: 0 0 12px 0;
  letter-spacing: -0.5px;
}
.cta-desc{
  flex: 0 0 auto;
  width: 100%;
  font-size: 16px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6;
}
.cta-action{
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}
.c8da__0fc1{
  flex: 0 0 auto;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background-color: var(--primary-color);
  color: var(--btn-text);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.c8da__0fc1:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  background-color: var(--secondary-color);
  color: #1a1a2e;
}
.eecc__c845{
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin-bottom: 64px;
  box-sizing: border-box;
}
.a9df__3126{
  flex: 2;
  min-width: 260px;
  display: flex;
  flex-direction: column;
}
.hfd187_af78{
  flex: 0 0 auto;
  width: 100%;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--text-color);
  margin: 0 0 16px 0;
}
.v6c154c5f13{
  flex: 0 0 auto;
  width: 100%;
  font-size: 14px;
  color: var(--text-muted);
  margin: 0 0 24px 0;
  line-height: 1.6;
  max-width: 80%;
}
.k648d79f0fa{
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  gap: 12px;
}
.pd8a68_72dd{
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  color: #1a1a2e;
  text-decoration: none;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 600;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.pd8a68_72dd:hover{
  color: var(--text-color);
  border-color: var(--text-muted);
  transform: translateY(-1px);
}
.j8f566_1d56{
  flex: 1;
  min-width: 140px;
  display: flex;
  flex-direction: column;
}
.jd21632c3{
  flex: 0 0 auto;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-color);
  margin: 0 0 24px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ca51__2263{
  flex: 0 0 auto;
  width: 100%;
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  margin: 0 0 16px 0;
  transition: var(--transition);
}
.ca51__2263:hover{
  color: var(--text-color);
}
.m1c0__4eb4{
  flex: 0 0 auto;
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  margin: 0 0 32px 0; color: #ffffff;}
.n10b23bdb03{
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.g2027f7b9{
  flex: 1;
  min-width: 200px;
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}
.la008bc182a{
  flex: 1;
  min-width: 200px;
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.r162a4_c926{
  flex: 0 0 auto;
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.r162a4_c926:hover{
  color: var(--text-color);
}
@media (max-width: 768px){.gb262e4a177{
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    margin-bottom: 48px;
  }
.cta-bg-decorator{
    width: 100%;
    height: 60%;
    top: auto;
    bottom: 0;
    -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
  }
.kcb3__4ab6{
    width: 100%;
    margin-bottom: 32px;
  }
.cta-action{
    width: 100%;
    justify-content: flex-start;
  }
.eecc__c845{
    gap: 40px 24px;
    margin-bottom: 48px;
  }
.a9df__3126{
    flex: 100%;
  }
.v6c154c5f13{
    max-width: 100%;
  }
.j8f566_1d56{
    flex: 40%;
  }
.n10b23bdb03{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
.la008bc182a{
    width: 100%;
    justify-content: flex-start;
  }}
.dae454_3f7d{box-sizing:border-box;}
.ue3014fe0{box-sizing:border-box;}
.va23__6251{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {.uf264bbe { 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; }
.b2fd752 { 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; }
div.q5d718b53.u74b7e_bvw .pjwe08ftollr { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}