@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@400;500;600;700&family=Inter:wght@400;500&display=swap');

:root {
    --j14ij: #4C33B0;
    --j15i8: #971196;
    --j16px: #124BAB;
    --j1kv: linear-gradient(120deg, var(--j14ij), var(--j15i8));
    --j3db: 'Zilla Slab', serif;
    --j5ax: 'Inter', sans-serif;
    --j19ia: 72px;
    --j20ft: 48px;
    --j21s5: 32px;
    --j17h1: 18px;
    --j18xn: 900;
    --j6ub: 14px;
    --j7o7: 20px;
    --j8mu: 28px;
    --j9yr: 40px;
    --j4zk: 50px;
    --j10ko: 0 1px 3px rgba(0,0,0,0.04);
    --j11na: 0 2px 8px rgba(0,0,0,0.06);
    --j12e0: 0 4px 16px rgba(0,0,0,0.08);
    --j13xa: 0 8px 24px rgba(0,0,0,0.1);
    --css_cux4o: 80px 0;
}
.css_mg715 {
    border-radius: 20px 4px 20px 4px;
    padding: 14px 32px;
}
.css_gp0rj, .css_sxhn4, .css_hi1cg, .css_v5727, .css_uj9id {
    border-width: 1px;
    border-color: var(--border-color);
}

.process-item {
    position: relative;
    padding-top: 60px;
}
.process-item .css_jvlak {
    font-size: 80px;
    font-weight: 900;
    opacity: 0.08;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
}

.css_rmhaj strong, .css_rmhaj em, .css_egqv7 strong {
    background: linear-gradient(transparent 60%, var(--j14ij) 60%);
    background-size: 100% 90%;
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding: 0 4px;
    -webkit-text-fill-color: initial;
}

.css_vkzka {
    position: relative;
    overflow: hidden;
    padding-right: 28px;
    transition: padding-right 0.3s;
}
.css_vkzka::after {
    content: '\2192';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.3s;
}
.css_vkzka:hover {
    padding-right: 40px;
}
.css_vkzka:hover::after {
    right: 16px;
}

.css_gp0rj, .css_sxhn4, .css_v5727, .css_uj9id, .css_hi1cg {
    border: 2px dashed var(--border-color);
    border-radius: var(--j7o7);
    box-shadow: none;
}
.css_gp0rj:hover, .css_sxhn4:hover, .css_v5727:hover, .css_uj9id:hover, .css_hi1cg:hover {
    border-color: var(--j14ij);
}

.css_ccwxi img, .about-image img {
    transform: rotate(2deg) scale(1.02);
    transition: transform 0.5s ease;
}
.css_ccwxi:hover img, .about-image:hover img {
    transform: rotate(0deg) scale(1);
}

.row > [class*="col"]:nth-child(even) { transform: translateY(24px); }
@media (max-width: 768px) { .row > [class*="col"]:nth-child(even) { transform: none; } }

.css_dsufc { min-height: 100vh; position: relative; overflow: hidden; }
.css_dsufc::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background: var(--j14ij);
    opacity: 0.06;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 0;
}
.css_ccwxi { position: relative; z-index: 1; }
.css_ccwxi img {
    border-radius: 0 0 0 var(--j9yr);
    box-shadow: -20px 20px 60px rgba(0,0,0,0.15);
}
.css_r4lz7 { position: relative; z-index: 2; }
.css_g9mfo { border-left: 3px solid var(--j14ij); padding-left: 12px; background: none; border-radius: 0; }

.css_wqk3g {
    background: var(--bg-primary);
    padding: 8px 0;
    border-bottom: 1px solid var(--border-color);
}
.css_wqk3g .css_wamxe { gap: 16px; }
.css_h7xz4 { font-size: 18px; }
.css_age88 { gap: 16px; }
.css_age88 .nav-link { font-size: 12px; padding: 4px 0; }
.css_age88 .nav-link::after { height: 1px; }
.css_mnuom { padding: 6px 16px !important; font-size: 12px !important; }
.css_wqk3g.scrolled { padding: 6px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }

.css_pgyc9 {
    background: var(--footer-dark-bg);
    color: rgba(255,255,255,0.6);
    padding-top: 100px;
    position: relative;
}
.css_pgyc9::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, transparent, var(--footer-dark-bg));
}
.css_ux96i .css_hazom::after { width: 100%; height: 1px; opacity: 0.2; background: #fff; }
.css_x1dv8 a { border-radius: var(--j6ub); }

.contact-section .css_q5mc4 {
    border: 2px solid var(--j14ij);
    padding: 40px;
    border-radius: var(--j7o7);
    position: relative;
}
.contact-section .css_q5mc4::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 30px;
    right: 30px;
    height: 4px;
    background: var(--j1kv);
    border-radius: 0 0 4px 4px;
}
.contact-section .form-control { border-radius: var(--j6ub); }

.css_h7xz4 { font-size: 24px; font-weight: 700; color: var(--j14ij) !important; }

.css_zv9vl, .card-title, .css_gu011, .css_hazom {
    position: relative;
    padding-bottom: 10px;
}
.css_zv9vl::after, .card-title::after, .css_gu011::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--j14ij);
    border-radius: 1px;
}

.css_ec8sb { width: 40px; height: 40px; gap: 6px; border: none; background: none; border-radius: 0; overflow: hidden; }
.css_ec8sb .css_ikefd { width: 24px; height: 2px; border-radius: 2px; transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.25s ease; }
.css_ec8sb:hover .css_ikefd:nth-child(2) { transform: translateX(4px); }
.css_ec8sb.active .css_ikefd:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.css_ec8sb.active .css_ikefd:nth-child(2) { opacity: 0; transform: translateX(20px); }
.css_ec8sb.active .css_ikefd:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

main > section + section::before{content:'/';display:block;text-align:center;color:var(--j14ij);opacity:0.25;font-size:28px;font-weight:300;padding:8px 0;}

.cursor-cross-h,.cursor-cross-v{position:fixed;pointer-events:none;z-index:99998;background:var(--j14ij);opacity:0.06;}.cursor-cross-h{width:100%;height:1px;left:0;}.cursor-cross-v{width:1px;height:100%;top:0;}

.progress-header{position:fixed;top:0;left:0;height:2px;z-index:100000;background:var(--j14ij);width:0;opacity:0.8;}

.css_gp0rj,.css_sxhn4,.portfolio-item{opacity:0;animation:scaleIn 0.5s ease forwards;}.row>[class*="col"]:nth-child(1)>*{animation-delay:0.05s;}.row>[class*="col"]:nth-child(2)>*{animation-delay:0.15s;}.row>[class*="col"]:nth-child(3)>*{animation-delay:0.25s;}.row>[class*="col"]:nth-child(4)>*{animation-delay:0.35s;}.row>[class*="col"]:nth-child(5)>*{animation-delay:0.45s;}.row>[class*="col"]:nth-child(6)>*{animation-delay:0.55s;}@keyframes scaleIn{from{opacity:0;transform:scale(0.85);}to{opacity:1;transform:scale(1);}}

.typewriter-cursor{display:inline-block;width:2px;height:1em;background:var(--j14ij);margin-left:4px;animation:twBlink 0.7s step-end infinite;vertical-align:text-bottom;}@keyframes twBlink{50%{opacity:0;}}

@media(prefers-reduced-motion:reduce){.css_gp0rj,.css_sxhn4,.css_v5727,.css_uj9id,.css_hhjhm,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

.bg-deco{position:fixed;inset:0;pointer-events:none;z-index:0;opacity:0.015;background-image:linear-gradient(var(--j14ij) 1px,transparent 1px),linear-gradient(90deg,var(--j14ij) 1px,transparent 1px);background-size:60px 60px;}

.css_gp0rj,.css_sxhn4,.css_v5727,.css_hi1cg,.css_uj9id{transition:border-color 0.4s ease,box-shadow 0.4s ease;}.css_gp0rj:hover,.css_sxhn4:hover,.css_v5727:hover,.css_hi1cg:hover,.css_uj9id:hover{border-color:var(--j14ij) !important;box-shadow:0 0 0 1px var(--j14ij),0 8px 30px rgba(0,0,0,0.08) !important;}

.css_gp0rj,.css_sxhn4,.css_v5727,.css_hi1cg,.css_uj9id{transition:transform 0.4s ease,box-shadow 0.4s ease;transform-style:preserve-3d;will-change:transform;}

.float-shapes{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.float-cross{position:absolute;width:16px;height:16px;opacity:0.035;animation:crossFloat 20s ease-in-out infinite alternate;}.float-cross::before,.float-cross::after{content:'';position:absolute;background:var(--j14ij);border-radius:1px;}.float-cross::before{width:100%;height:2px;top:50%;transform:translateY(-50%);}.float-cross::after{width:2px;height:100%;left:50%;transform:translateX(-50%);}@keyframes crossFloat{0%{transform:rotate(0deg) translate(0,0);}100%{transform:rotate(180deg) translate(30px,-50px);}}

main>section:nth-child(even):not(.css_zkkvh):not(.css_o663u){background:linear-gradient(135deg,var(--bg-primary),var(--bg-secondary,var(--bg-primary)),var(--bg-primary)) !important;background-size:400% 400% !important;animation:shimmerBg 12s ease infinite !important;opacity:1 !important;}@keyframes shimmerBg{0%,100%{background-position:0% 50%;}50%{background-position:100% 50%;}}

.css_vkzka,.css_dsufc .css_mg715{background:linear-gradient(90deg,var(--j14ij),var(--j15i8,var(--j14ij)),var(--j14ij));background-size:200% 100%;animation:shimmerBtn 3s ease-in-out infinite;}@keyframes shimmerBtn{0%,100%{background-position:0% 50%;}50%{background-position:100% 50%;}}

main > section:nth-child(even):not(.css_zkkvh):not(.css_o663u) { position: relative; overflow: clip; }
main > section:nth-child(even):not(.css_zkkvh):not(.css_o663u)::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.035;
    pointer-events: none;
    z-index: 0;
    background-image:
        repeating-radial-gradient(circle at 30% 40%, transparent 0, transparent 40px, var(--j14ij) 40px, var(--j14ij) 41px, transparent 41px, transparent 80px),
        repeating-radial-gradient(circle at 70% 60%, transparent 0, transparent 35px, var(--j14ij) 35px, var(--j14ij) 36px, transparent 36px, transparent 70px),
        repeating-radial-gradient(circle at 50% 20%, transparent 0, transparent 50px, var(--j14ij) 50px, var(--j14ij) 51px, transparent 51px, transparent 100px);
}
.css_dsufc::before { display: none !important; }

main > section:nth-child(even):not(.css_zkkvh):not(.css_o663u) { position: relative; overflow: clip; }
main > section:nth-child(even):not(.css_zkkvh):not(.css_o663u)::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.03;
    background-image:
        radial-gradient(circle 1.5px at 12% 18%, var(--j14ij) 100%, transparent),
        radial-gradient(circle 1px at 28% 42%, var(--j14ij) 100%, transparent),
        radial-gradient(circle 2px at 45% 15%, var(--j14ij) 100%, transparent),
        radial-gradient(circle 1px at 62% 55%, var(--j14ij) 100%, transparent),
        radial-gradient(circle 1.5px at 78% 28%, var(--j14ij) 100%, transparent),
        radial-gradient(circle 1px at 88% 72%, var(--j14ij) 100%, transparent),
        radial-gradient(circle 2px at 22% 78%, var(--j14ij) 100%, transparent),
        radial-gradient(circle 1px at 55% 88%, var(--j14ij) 100%, transparent),
        radial-gradient(circle 1.5px at 72% 62%, var(--j14ij) 100%, transparent),
        radial-gradient(circle 1px at 35% 35%, var(--j14ij) 100%, transparent);
    background-size: 120px 120px;
}
.css_dsufc::before { display: none !important; }

html:not(.css_oddwm) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .css_wamxe {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .css_age88 {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .css_age88 .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .css_ysayp, .css_brclq {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .css_ysayp .nav-link,
    .css_brclq .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .css_mnuom {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .css_h7xz4 {
        flex-shrink: 0;
    }
}

div.css_el8wk:not(.css_cux4o) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div.css_el8wk:not(.css_cux4o) + .css_wqk3g {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.css_el8wk.css_y4nwd {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.css_el8wk.css_y4nwd + .css_wqk3g,
div.css_el8wk:not(.css_cux4o) + .css_wqk3g.scrolled {
    top: 0;
}
div.css_el8wk:not(.css_cux4o) ~ .css_dsufc {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.css_el8wk:not(.css_cux4o) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.css_el8wk:not(.css_cux4o) + .css_wqk3g {
        top: 0;
    }
    div.css_el8wk:not(.css_cux4o) ~ .css_dsufc {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .css_ec8sb {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .css_ec8sb .css_ikefd {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .css_age88 {
        display: flex !important;
        flex-direction: column !important;
        position: fixed !important;
        top: 0 !important;
        height: 100vh !important;
        height: 100dvh !important;
        z-index: 10000 !important;
        overflow-y: auto !important;
    }
    .css_age88 .nav-link {
        font-size: 18px !important;
        padding: 14px 0 !important;
        display: block !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        line-height: 1.4 !important;
        text-decoration: none !important;
    }
    .css_age88 .nav-link::after { display: none !important; }
    .css_mnuom { display: none !important; }
    .css_ysayp, .css_brclq { display: none !important; }
}

@media (max-width: 992px) {
    .css_age88 { left: -100% !important; right: auto !important; width: min(300px,80vw) !important; background: var(--bg-primary) !important; padding: 100px 28px 40px !important; box-shadow: 8px 0 40px rgba(0,0,0,0.2) !important; border-right: 2px solid var(--border-color) !important; transition: left 0.4s cubic-bezier(0.4,0,0.2,1) !important; }
    .css_age88.active { left: 0 !important; }
    .css_age88 .nav-link { opacity: 0 !important; transform: translateX(-20px) !important; transition: opacity 0.3s ease, transform 0.3s ease !important; border-bottom: 1px solid var(--border-color) !important; }
    .css_age88.active .nav-link { opacity: 1 !important; transform: translateX(0) !important; }
    .css_age88.active .nav-link:nth-child(1){transition-delay:.06s !important;}
    .css_age88.active .nav-link:nth-child(2){transition-delay:.12s !important;}
    .css_age88.active .nav-link:nth-child(3){transition-delay:.18s !important;}
    .css_age88.active .nav-link:nth-child(4){transition-delay:.24s !important;}
    .css_age88.active .nav-link:nth-child(5){transition-delay:.30s !important;}
    .css_age88.active .nav-link:nth-child(6){transition-delay:.36s !important;}
    .css_age88.active .nav-link:nth-child(7){transition-delay:.42s !important;}
    .css_age88.active .nav-link:nth-child(8){transition-delay:.48s !important;}
}

.css_gp0rj,
.css_sxhn4,
.css_v5727,
.css_uj9id,
.css_a0a5w,
.css_hhjhm {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.css_gp0rj *,
.css_sxhn4 *,
.css_v5727 *,
.css_uj9id *,
.css_a0a5w * {
    filter: none !important;
}
@supports (animation: none) {
    .css_gp0rj, .css_sxhn4, .css_v5727 {
        animation-fill-mode: forwards !important;
    }
}
.css_v5727 + .css_v5727 {
    margin-top: 1.5rem;
}

.css_dsufc .css_fs3zt ~ .container,
.css_dsufc .css_fs3zt ~ .container * {
    color: #fff;
}
.css_dsufc .css_fs3zt ~ .container p,
.css_dsufc .css_fs3zt ~ .container .css_ccdie {
    color: rgba(255,255,255,0.85);
}
.css_dsufc .css_fs3zt ~ .container .css_mg715 {
    color: inherit;
}
/* hero left column — dark text override */
.css_dsufc .css_fs3zt ~ .container .css_r4lz7,
.css_dsufc .css_fs3zt ~ .container .css_r4lz7 * {
    color: var(--text-primary) !important;
}
.css_dsufc .css_fs3zt ~ .container .css_r4lz7 .css_g9mfo {
    color: var(--j14ij) !important;
}
.css_dsufc .css_fs3zt ~ .container .css_r4lz7 p,
.css_dsufc .css_fs3zt ~ .container .css_r4lz7 .css_ccdie {
    color: var(--text-secondary) !important;
}
.css_o663u .css_g9mfo { color: #fff; }
.css_o663u .css_zewmu { color: var(--j14ij); }
.css_o663u .css_xxbgd { color: rgba(255,255,255,0.55); }
.css_o663u .css_iq604 a { color: rgba(255,255,255,0.65); }
.css_o663u .css_iq604 a:hover { color: #fff; }
.css_pgyc9[style*="background:none"] { background: none !important; }
.css_pgyc9[style*="background:none"]::before,
.css_pgyc9[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.628;
    letter-spacing: 0.0em;
}

.css_gp0rj, .css_sxhn4, .css_v5727, .css_hi1cg, .css_uj9id {
    padding: 24px;
}
.css_gp0rj, .css_sxhn4, .css_v5727, .css_hi1cg, .css_uj9id .card-body {
    padding: 27px 24px;
}
.row > [class*="col"]:nth-child(1) .css_gp0rj,
.row > [class*="col"]:nth-child(1) .css_sxhn4 {
    padding: 25px;
    border-radius: calc(var(--j7o7) + -1px);
}
.row > [class*="col"]:nth-child(2) .css_gp0rj,
.row > [class*="col"]:nth-child(2) .css_sxhn4 {
    padding: 23px;
    border-radius: calc(var(--j7o7) + -1px);
}
.row > [class*="col"]:nth-child(3) .css_gp0rj,
.row > [class*="col"]:nth-child(3) .css_sxhn4 {
    padding: 27px;
    border-radius: calc(var(--j7o7) + 2px);
}
.row > [class*="col"]:nth-child(4) .css_gp0rj,
.row > [class*="col"]:nth-child(4) .css_sxhn4 {
    padding: 22px;
    border-radius: calc(var(--j7o7) + 2px);
}
.row > [class*="col"]:nth-child(5) .css_gp0rj,
.row > [class*="col"]:nth-child(5) .css_sxhn4 {
    padding: 23px;
    border-radius: calc(var(--j7o7) + 3px);
}
.row > [class*="col"]:nth-child(6) .css_gp0rj,
.row > [class*="col"]:nth-child(6) .css_sxhn4 {
    padding: 22px;
    border-radius: calc(var(--j7o7) + 3px);
}

.css_mg715 {
    padding: 14px 24px;
    font-size: 14px;
    letter-spacing: 0.113px;
    border-radius: calc(var(--j7o7) + 1px);
}
.css_rmehh {
    padding: 14px 25px;
    border-width: 2px;
}

main > section {
    padding-top: 100px;
    padding-bottom: 106px;
}
main > section:first-child {
    padding-top: 113px;
}
main > section:nth-child(2) {
    padding-top: 102px;
    padding-bottom: 100px;
}
main > section:nth-child(3) {
    padding-top: 97px;
    padding-bottom: 105px;
}
main > section:nth-child(4) {
    padding-top: 107px;
    padding-bottom: 103px;
}

.css_cnyb9 {
    margin-bottom: 59px;
}

.css_gp0rj, .css_sxhn4, .css_v5727, .css_uj9id {
    box-shadow: 0px 4px 19px rgba(0,0,0,0.079);
}

.css_dsufc {
    padding-top: 122px;
}
.css_rmhaj {
    margin-bottom: 21px;
}
.css_ccdie {
    margin-bottom: 31px;
    font-size: 18px;
    line-height: 1.597;
}
.css_g9mfo {
    font-size: 12px;
    letter-spacing: 3.074px;
    margin-bottom: 22px;
}
.css_calph {
    gap: 13px;
}

.css_ccwxi img {
    border-radius: 7px;
    box-shadow: 0 10px 31px rgba(0,0,0,0.155);
}

.css_zolf5 {
    width: 49px;
    height: 49px;
    font-size: 21px;
    border-radius: 15px;
    margin-bottom: 17px;
}

.css_zv9vl, .card-title {
    font-size: 19px;
    margin-bottom: 8px;
}
.css_xsg2l, .card-text {
    font-size: 16px;
    line-height: 1.623;
}

.css_egqv7 {
    margin-bottom: 14px;
    letter-spacing: 0.061px;
}
.css_zewmu {
    font-size: 13px;
    letter-spacing: 2.878px;
    margin-bottom: 16px;
}
.css_c0pgk {
    font-size: 16px;
    line-height: 1.652;
}

@media (min-width: 993px) {
    .css_age88 {
        gap: 32px;
    }
    .css_age88 .nav-link {
        font-size: 15px;
        padding: 6px 0;
    }
}

.css_pgyc9 {
    padding-top: 66px;
}
.css_ux96i .css_hazom {
    font-size: 17px;
    margin-bottom: 21px;
}
.css_iq604 a {
    font-size: 15px;
}
.css_iq604 li {
    margin-bottom: 10px;
}
.css_x1dv8 {
    gap: 11px;
}
.css_x1dv8 a {
    width: 38px;
    height: 38px;
}
.css_h1fcl {
    padding: 20px 0;
    margin-top: 56px;
}

.form-control {
    border-radius: 11px;
    padding: 14px 13px;
    font-size: 15px;
}

.css_hi1cg {
    padding: 36px;
}
.css_bg6vv {
    font-size: 16px;
    line-height: 1.693;
    margin-bottom: 24px;
}
.css_ewzlt {
    width: 47px;
    height: 47px;
}
.css_q13rr {
    font-size: 15px;
}
.css_zz6o3 {
    font-size: 14px;
}

.css_uj9id {
    padding: 41px;
}
.css_i7bwk {
    font-size: 19px;
    margin-bottom: 7px;
}
.css_itme8 {
    font-size: 43px;
    margin-bottom: 20px;
}
.css_p6lf1 li {
    padding: 8px 0;
    font-size: 14px;
}

.css_uu3ew, .stat-number {
    font-size: 40px;
    margin-bottom: 7px;
}
.css_zuvx3 {
    font-size: 15px;
    letter-spacing: 0.288px;
}

.css_mwqiw img {
    border-radius: 7px;
}
.css_hzp5s {
    font-size: 17px;
    margin-bottom: 4px;
}
.css_m6dje {
    font-size: 13px;
}

.css_jvlak {
    font-size: 37px;
    margin-bottom: 15px;
}
.css_gu011 {
    font-size: 18px;
    margin-bottom: 6px;
}

.wow {
    animation-duration: 0.555s !important;
}
.css_gp0rj, .css_sxhn4, .css_v5727, .css_hi1cg,
.css_uj9id, .css_hhjhm {
    transition-duration: 0.249s;
}

.row {
    --bs-gutter-y: 24px;
}

.css_zkkvh {
    padding: 86px 0;
}
.css_wwb7e {
    font-size: 37px;
    margin-bottom: 14px;
}
.css_k0kyn {
    font-size: 17px;
    margin-bottom: 33px;
}

.css_v5727 .css_dgqtf img {
    border-radius: 11px 11px 0 0;
}
.css_h7izh {
    font-size: 14px;
    margin-bottom: 7px;
    gap: 12px;
}

.css_wqk3g {
    padding: 16px 0;
}
.css_wqk3g.scrolled {
    padding: 13px 0;
}
.css_h7xz4 {
    font-size: 21px;
}
.css_mnuom {
    margin-left: 16px;
}

:root {
    --_flag: 3.69;
    --_env: 26519;
    --_build: 5.90;
    --_ref: 42592;
    --_key: 54976;
}
.grid-debug { vertical-align: baseline; --_ref: '933d' }
.node-stub { outline: 0 solid transparent; --_stamp: 195 }

.css_o663u h1, .css_o663u h2, .css_o663u h3, .css_o663u h4, .css_o663u h5, .css_o663u h6 { color: #fff !important; }
.css_o663u { color: rgba(255,255,255,0.85) !important; }
.css_o663u p, .css_o663u li, .css_o663u span:not(.badge):not(.css_mg715), .css_o663u .css_joxhy, .css_o663u label, .css_o663u blockquote, .css_o663u figcaption, .css_o663u dt, .css_o663u dd, .css_o663u td, .css_o663u th { color: rgba(255,255,255,0.78) !important; }
.css_o663u a:not(.css_mg715):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.css_o663u a:not(.css_mg715):not(.nav-link):hover { color: #fff !important; }
.css_o663u .css_uu3ew { color: #fff !important; }
.css_o663u .css_zuvx3 { color: rgba(255,255,255,0.7) !important; }

.bg-dark-custom h1, .bg-dark-custom h2, .bg-dark-custom h3, .bg-dark-custom h4, .bg-dark-custom h5, .bg-dark-custom h6 { color: #fff !important; }
.bg-dark-custom { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom p, .bg-dark-custom li, .bg-dark-custom span:not(.badge):not(.css_mg715), .bg-dark-custom .css_joxhy, .bg-dark-custom label, .bg-dark-custom blockquote, .bg-dark-custom figcaption, .bg-dark-custom dt, .bg-dark-custom dd, .bg-dark-custom td, .bg-dark-custom th { color: rgba(255,255,255,0.78) !important; }
.bg-dark-custom a:not(.css_mg715):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.css_mg715):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .css_uu3ew { color: #fff !important; }
.bg-dark-custom .css_zuvx3 { color: rgba(255,255,255,0.7) !important; }

.bg-gradient-custom h1, .bg-gradient-custom h2, .bg-gradient-custom h3, .bg-gradient-custom h4, .bg-gradient-custom h5, .bg-gradient-custom h6 { color: #fff !important; }
.bg-gradient-custom { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom p, .bg-gradient-custom li, .bg-gradient-custom span:not(.badge):not(.css_mg715), .bg-gradient-custom .css_joxhy, .bg-gradient-custom label, .bg-gradient-custom blockquote, .bg-gradient-custom figcaption, .bg-gradient-custom dt, .bg-gradient-custom dd, .bg-gradient-custom td, .bg-gradient-custom th { color: rgba(255,255,255,0.78) !important; }
.bg-gradient-custom a:not(.css_mg715):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.css_mg715):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .css_uu3ew { color: #fff !important; }
.bg-gradient-custom .css_zuvx3 { color: rgba(255,255,255,0.7) !important; }

.bg-accent-custom h1, .bg-accent-custom h2, .bg-accent-custom h3, .bg-accent-custom h4, .bg-accent-custom h5, .bg-accent-custom h6 { color: #fff !important; }
.bg-accent-custom { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom p, .bg-accent-custom li, .bg-accent-custom span:not(.badge):not(.css_mg715), .bg-accent-custom .css_joxhy, .bg-accent-custom label, .bg-accent-custom blockquote, .bg-accent-custom figcaption, .bg-accent-custom dt, .bg-accent-custom dd, .bg-accent-custom td, .bg-accent-custom th { color: rgba(255,255,255,0.78) !important; }
.bg-accent-custom a:not(.css_mg715):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.css_mg715):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .css_uu3ew { color: #fff !important; }
.bg-accent-custom .css_zuvx3 { color: rgba(255,255,255,0.7) !important; }

.css_zkkvh h1, .css_zkkvh h2, .css_zkkvh h3, .css_zkkvh h4, .css_zkkvh h5, .css_zkkvh h6 { color: #fff !important; }
.css_zkkvh { color: rgba(255,255,255,0.85) !important; }
.css_zkkvh p, .css_zkkvh li, .css_zkkvh span:not(.badge):not(.css_mg715), .css_zkkvh .css_joxhy, .css_zkkvh label, .css_zkkvh blockquote, .css_zkkvh figcaption, .css_zkkvh dt, .css_zkkvh dd, .css_zkkvh td, .css_zkkvh th { color: rgba(255,255,255,0.78) !important; }
.css_zkkvh a:not(.css_mg715):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.css_zkkvh a:not(.css_mg715):not(.nav-link):hover { color: #fff !important; }
.css_zkkvh .css_uu3ew { color: #fff !important; }
.css_zkkvh .css_zuvx3 { color: rgba(255,255,255,0.7) !important; }

.css_pgyc9 { color: rgba(255,255,255,0.65) !important; }
.css_pgyc9 h1, .css_pgyc9 h2, .css_pgyc9 h3,
.css_pgyc9 h4, .css_pgyc9 h5, .css_pgyc9 h6,
.css_pgyc9 .css_hazom { color: #fff !important; }
.css_pgyc9 p, .css_pgyc9 li, .css_pgyc9 span,
.css_pgyc9 label { color: rgba(255,255,255,0.6) !important; }
.css_pgyc9 a:not(.css_mg715) { color: rgba(255,255,255,0.65) !important; }
.css_pgyc9 a:not(.css_mg715):hover { color: #fff !important; }

.css_posa5 h1, .css_posa5 h2, .css_posa5 h3, .css_posa5 h4, .css_posa5 h5, .css_posa5 h6 { color: var(--text-primary, #1a1a2e) !important; }
.css_posa5 p, .css_posa5 li, .css_posa5 span:not(.badge):not(.css_mg715), .css_posa5 .css_joxhy, .css_posa5 label, .css_posa5 blockquote, .css_posa5 figcaption, .css_posa5 dt, .css_posa5 dd, .css_posa5 td, .css_posa5 th { color: var(--text-secondary, #555) !important; }

.css_el8wk h1, .css_el8wk h2, .css_el8wk h3, .css_el8wk h4, .css_el8wk h5, .css_el8wk h6 { color: var(--text-primary, #1a1a2e) !important; }
.css_el8wk p, .css_el8wk li, .css_el8wk span:not(.badge):not(.css_mg715), .css_el8wk .css_joxhy, .css_el8wk label, .css_el8wk blockquote, .css_el8wk figcaption, .css_el8wk dt, .css_el8wk dd, .css_el8wk td, .css_el8wk th { color: var(--text-secondary, #555) !important; }

.pl-pulse{width:40px;height:40px;border-radius:50%;background:var(--j14ij);animation:plPulse 1.2s ease-in-out infinite;}@keyframes plPulse{0%{transform:scale(.6);opacity:.4}50%{transform:scale(1);opacity:1}100%{transform:scale(.6);opacity:.4}}

.ix-timeline{position:relative;padding:20px 0;max-width:800px;margin:0 auto;}
.ix-timeline::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--border-color);transform:translateX(-50%);}
.ix-tl-item{position:relative;margin-bottom:32px;display:flex;align-items:flex-start;opacity:0;transform:translateY(30px);transition:opacity 0.6s ease,transform 0.6s ease;}
.ix-tl-item.ix-tl-visible{opacity:1;transform:translateY(0);}
.ix-tl-left{padding-right:calc(50% + 24px);justify-content:flex-end;}
.ix-tl-right{padding-left:calc(50% + 24px);}
.ix-tl-dot{position:absolute;left:50%;top:8px;width:16px;height:16px;border-radius:50%;background:var(--j14ij);transform:translateX(-50%);z-index:1;box-shadow:0 0 0 4px var(--bg-primary);}
.ix-tl-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--j7o7,12px);padding:20px;max-width:340px;box-shadow:var(--j10ko);}
@media(max-width:768px){.ix-timeline::before{left:20px;}.ix-tl-left,.ix-tl-right{padding-left:52px;padding-right:0;justify-content:flex-start;}.ix-tl-dot{left:20px;}}

.ix-price-toggle{display:inline-flex;align-items:center;gap:12px;}
.ix-pt-label{font-size:15px;font-weight:600;color:var(--text-secondary);transition:color 0.3s;}
.ix-pt-label.ix-pt-active{color:var(--text-primary);}
.ix-pt-switch{width:52px;height:28px;border-radius:14px;background:var(--border-color);border:none;cursor:pointer;position:relative;transition:background 0.3s;padding:0;}
.ix-pt-switch.active{background:var(--j14ij);}
.ix-pt-dot{position:absolute;width:22px;height:22px;border-radius:50%;background:#fff;top:3px;left:3px;transition:transform 0.3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 1px 4px rgba(0,0,0,0.15);}
.ix-pt-switch.active .ix-pt-dot{transform:translateX(24px);}
.ix-pt-badge{font-size:12px;font-weight:700;color:var(--j14ij);background:rgba(var(--j14ij-rgb,99,102,241),0.1);padding:3px 10px;border-radius:20px;}
.ix-price{margin:20px 0;line-height:1;}
.ix-price-currency{font-size:20px;font-weight:700;vertical-align:top;margin-right:2px;}
.ix-price-value{font-size:52px;font-weight:800;font-family:var(--j3db);transition:all 0.35s cubic-bezier(0.4,0,0.2,1);}
.ix-price-value.ix-updating{transform:translateY(-8px);opacity:0;}
.ix-price-period{font-size:15px;font-weight:400;opacity:0.7;}