@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;600;700;800&family=Roboto:wght@400;500&display=swap');

:root {
    --g14rh: #B64737;
    --g15lu: #7DCF4C;
    --g16nt: #398892;
    --g1iw: linear-gradient(180deg, var(--g14rh), var(--g15lu));
    --g3te: 'Roboto Condensed', sans-serif;
    --g5fp: 'Roboto', sans-serif;
    --g19ae: 40px;
    --g20ks: 30px;
    --g21ns: 22px;
    --g17v7: 15px;
    --g18yf: 900;
    --g6d5: 18px;
    --g7mn: 24px;
    --g8op: 32px;
    --g9ol: 44px;
    --g4m5: 50px;
    --g10cu: 0 2px 8px rgba(0,0,0,0.06);
    --g11u8: 0 4px 16px rgba(0,0,0,0.08);
    --g12dl: 0 8px 32px rgba(0,0,0,0.12);
    --g13hw: 0 16px 48px rgba(0,0,0,0.16);
    --sc_a7f50j: 40px 0;
}
.sc_jld80n {
    border-radius: 6px;
    padding: 12px 24px;
}
.sc_dez71o, .sc_r7u8vs, .sc_mhfvsf, .sc_ubvo98, .sc_bmz7h6 {
    border-width: 1px;
    border-color: var(--border-color);
}

.sc_kvmnwm {
    background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
}

.row > [class*="col"]:nth-child(odd) .sc_dez71o,
.row > [class*="col"]:nth-child(odd) .sc_r7u8vs {
    transform: translateY(-10px);
}
.row > [class*="col"]:nth-child(even) .sc_dez71o,
.row > [class*="col"]:nth-child(even) .sc_r7u8vs {
    transform: translateY(10px);
}

.row > [class*="col"]:nth-child(odd) { transform: scale(1.03); z-index: 1; }
.row > [class*="col"]:nth-child(even) { transform: scale(0.97); }
.row > [class*="col"]:hover { transform: scale(1.05) !important; z-index: 2; }
@media (max-width: 768px) { .row > [class*="col"] { transform: none !important; } }

.sc_kzu26i img, .about-image img, .portfolio-item img, .sc_or4a5t img {
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}
.sc_kzu26i:hover img, .about-image:hover img,
.portfolio-item:hover img, .sc_rouc3q:hover .sc_or4a5t img {
    filter: grayscale(0%);
}

.sc_chybdk, .sc_lntzgd {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 700;
}

.sc_iv9a8t {
    position: relative;
    overflow: hidden;
    padding-right: 28px;
    transition: padding-right 0.3s;
}
.sc_iv9a8t::after {
    content: '\2192';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.3s;
}
.sc_iv9a8t:hover {
    padding-right: 40px;
}
.sc_iv9a8t:hover::after {
    right: 16px;
}

.sc_vo7qor {
    position: relative;
    padding-left: 24px;
}
.sc_vo7qor::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--g1iw);
    border-radius: 2px;
}
.sc_vo7qor.text-center {
    padding-left: 0;
}
.sc_vo7qor.text-center::before {
    display: none;
}

.sc_gucmdm::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: var(--g14rh);
    opacity: 0.08;
    top: -100px;
    right: -100px;
    filter: blur(80px);
}
.sc_gucmdm::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: var(--g15lu, var(--g14rh));
    opacity: 0.06;
    bottom: -50px;
    left: -50px;
    filter: blur(60px);
    z-index: 0;
}
.sc_kzu26i img {
    border-radius: var(--g9ol);
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}
.sc_u8rj17 { position: relative; z-index: 2; }
.sc_lntzgd { background: linear-gradient(135deg, var(--g14rh), var(--g15lu, var(--g14rh))); color: #fff !important; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: 700; padding: 0; }

.sc_wsx9vb {
    background: var(--bg-primary);
    padding: 16px 0;
    border-bottom: 1px solid var(--border-color);
    position: fixed;
}
.sc_wsx9vb.scrolled {
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    backdrop-filter: none;
}

.sc_nbsous { background: var(--bg-primary); color: var(--text-secondary); padding: 60px 0; text-align: center; border-top: 1px solid var(--border-color); }
.sc_nbsous p, .sc_nbsous li, .sc_nbsous span,
.sc_nbsous .sc_fvbald p, .sc_nbsous .footer-contact li { color: #fff !important; }

/* Force all footer text to white */
footer.sc_nbsous,
footer.sc_nbsous p,
footer.sc_nbsous span,
footer.sc_nbsous a,
footer.sc_nbsous li,
footer.sc_nbsous h1,
footer.sc_nbsous h2,
footer.sc_nbsous h3,
footer.sc_nbsous h4,
footer.sc_nbsous h5,
footer.sc_nbsous h6,
footer.sc_nbsous .text-force-light-muted,
footer.sc_nbsous .text-force-light-soft { color: #fff !important; }
.sc_nbsous h1,.sc_nbsous h2,.sc_nbsous h3,.sc_nbsous h4,.sc_nbsous h5 { color: var(--text-primary); }
.sc_fvbald { text-align: center; }
.sc_fvbald .sc_wz50ta::after { margin: 12px auto 0; }
.sc_o0pr47 { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; }
.sc_o0pr47 li { margin-bottom: 0; }
.sc_o0pr47 a { color: var(--text-secondary); }
.sc_n4y6rk { justify-content: center; }
.sc_n4y6rk a { background: var(--bg-secondary); border-color: var(--border-color); color: var(--text-secondary); }
.sc_nzuni2 { text-align: center; border-top: 1px solid var(--border-color); margin-top: 40px; }
.sc_nzuni2 p { color: var(--text-muted); }

.contact-section { position: relative; }
.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: var(--bg-secondary);
    z-index: 0;
}
.contact-section .container { position: relative; z-index: 1; }
.contact-section .sc_mmw3pb { background: var(--bg-card, #fff); padding: 40px; border-radius: var(--g8op); box-shadow: var(--g11u8); }

.sc_x2chbv { font-size: 24px; font-weight: 900; letter-spacing: -0.5px; }

.sc_m3ew59, .card-title, .sc_cz1c0b {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 700;
}
h5 { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; font-weight: 600; }

.sc_kzu26i {
    position: relative;
}
.sc_kzu26i::after {
    content: '';
    position: absolute;
    inset: 12px -12px -12px 12px;
    background: var(--g14rh);
    opacity: 0.15;
    border-radius: var(--g8op);
    z-index: -1;
}

.sc_a91q1r { width: 40px; height: 40px; gap: 6px; border: none; background: none; border-radius: 0; }
.sc_a91q1r .sc_bl2ils { width: 24px; height: 2px; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease, border-radius 0.3s ease; }
.sc_a91q1r .sc_bl2ils:nth-child(2) { width: 6px; height: 6px; border-radius: 50%; background: var(--g14rh); }
.sc_a91q1r.active .sc_bl2ils:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.sc_a91q1r.active .sc_bl2ils:nth-child(2) { opacity: 0; }
.sc_a91q1r.active .sc_bl2ils:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.sc_dez71o,.sc_r7u8vs{opacity:0;animation:slideLeft 0.6s ease forwards;}.row>[class*="col"]:nth-child(odd) .sc_dez71o,.row>[class*="col"]:nth-child(odd) .sc_r7u8vs{animation-name:slideLeft;}.row>[class*="col"]:nth-child(even) .sc_dez71o,.row>[class*="col"]:nth-child(even) .sc_r7u8vs{animation-name:slideRight;}.row>[class*="col"]:nth-child(1)>*{animation-delay:0.1s;}.row>[class*="col"]:nth-child(2)>*{animation-delay:0.2s;}.row>[class*="col"]:nth-child(3)>*{animation-delay:0.3s;}.row>[class*="col"]:nth-child(4)>*{animation-delay:0.4s;}@keyframes slideLeft{from{opacity:0;transform:translateX(-40px);}to{opacity:1;transform:translateX(0);}}@keyframes slideRight{from{opacity:0;transform:translateX(40px);}to{opacity:1;transform:translateX(0);}}

@media(prefers-reduced-motion:reduce){.sc_dez71o,.sc_r7u8vs,.sc_ubvo98,.sc_bmz7h6,.sc_rouc3q,.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(--g14rh) 1px,transparent 1px),linear-gradient(90deg,var(--g14rh) 1px,transparent 1px);background-size:60px 60px;}

main {
    perspective: 1500px;
}
main > section {
    transition: transform 0.9s cubic-bezier(0.22,1,0.36,1), opacity 0.8s ease;
    transform-origin: center top;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform, opacity;
}
main > section.flip-away {
    transform: rotateX(-60deg);
    opacity: 0;
}
main > section.flip-pending {
    transform: rotateX(60deg);
    opacity: 0;
}
main > section.in-view {
    transform: rotateX(0);
    opacity: 1;
}
.sc_gucmdm { transform: none !important; opacity: 1 !important; backface-visibility: visible !important; }
@media (max-width: 768px) {
    main { perspective: none; }
    main > section { backface-visibility: visible; }
    main > section.flip-away,
    main > section.flip-pending { transform: translateY(30px); }
}

.sc_dez71o,.sc_r7u8vs,.sc_ubvo98,.sc_mhfvsf,.sc_bmz7h6{transition:transform 0.4s ease,box-shadow 0.4s ease;transform-style:preserve-3d;will-change:transform;}

.sc_dez71o,.sc_r7u8vs,.sc_ubvo98,.sc_mhfvsf,.sc_bmz7h6{transition:border-color 0.4s ease,box-shadow 0.4s ease;}.sc_dez71o:hover,.sc_r7u8vs:hover,.sc_ubvo98:hover,.sc_mhfvsf:hover,.sc_bmz7h6:hover{border-color:var(--g14rh) !important;box-shadow:0 0 0 1px var(--g14rh),0 8px 30px rgba(0,0,0,0.08) !important;}

.pulse-dot{display:inline-block;width:10px;height:10px;background:var(--g14rh);border-radius:50%;margin-left:10px;vertical-align:middle;animation:pulseDot 2s ease-in-out infinite;}@keyframes pulseDot{0%,100%{transform:scale(1);opacity:1;}50%{transform:scale(1.8);opacity:0.3;}}

.nav-badge{position:relative;}.nav-badge::after{content:'';position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:#ef4444;border-radius:50%;animation:badgePing 1.5s cubic-bezier(0,0,0.2,1) infinite;}@keyframes badgePing{75%,100%{transform:scale(2);opacity:0;}}

.sc_dez71o,.sc_r7u8vs{background:rgba(var(--bg-card-rgb,255,255,255),0.75) !important;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,0.18) !important;}.sc_dez71o:hover,.sc_r7u8vs:hover{border-color:rgba(var(--g14rh-rgb,99,102,241),0.4) !important;background:rgba(var(--bg-card-rgb,255,255,255),0.88) !important;}

.sc_dez71o,.sc_r7u8vs,.sc_bmz7h6{position:relative;overflow:hidden;border:none !important;}.sc_dez71o::after,.sc_r7u8vs::after,.sc_bmz7h6::after{content:'';position:absolute;inset:-2px;background:conic-gradient(from var(--shimmer-angle,0deg),var(--g14rh),var(--g15lu,var(--g14rh)),transparent,var(--g14rh));border-radius:inherit;z-index:-1;animation:shimmerBorder 4s linear infinite;}.sc_dez71o::before,.sc_r7u8vs::before,.sc_bmz7h6::before{content:'';position:absolute;inset:2px;background:var(--bg-card);border-radius:inherit;z-index:-1;}@keyframes shimmerBorder{to{--shimmer-angle:360deg;}}@property --shimmer-angle{syntax:'<angle>';initial-value:0deg;inherits:false;}

.sc_u6t1e3{transition:background-position 0.6s ease;background:linear-gradient(90deg,var(--text-primary) 50%,var(--g14rh) 50%);background-size:200% 100%;background-position:0% 0;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.sc_u6t1e3:hover{background-position:100% 0;}

main > section:nth-child(even):not(.sc_bm7kgg):not(.sc_rhw0d3) { position: relative; overflow: clip; }
main > section:nth-child(even):not(.sc_bm7kgg):not(.sc_rhw0d3)::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.02;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'%3E%3Cpath d='M28 66L0 50L0 16L28 0L56 16L56 50L28 66L28 100' fill='none' stroke='currentColor' stroke-width='1'/%3E%3Cpath d='M28 0L28 34L0 50L0 84L28 100L56 84L56 50L28 34' fill='none' stroke='currentColor' stroke-width='1'/%3E%3C/svg%3E");
    background-size: 56px 100px;
    filter: opacity(1);
}
.sc_gucmdm::before { display: none !important; }

html:not(.sc_cl1wgf) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .sc_j4wm80 {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .sc_szpll2 {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .sc_szpll2 .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .sc_a3i7at, .sc_fbknho {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .sc_a3i7at .nav-link,
    .sc_fbknho .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .sc_wf2q31 {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .sc_x2chbv {
        flex-shrink: 0;
    }
}

div.sc_kvmnwm:not(.sc_a7f50j) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div.sc_kvmnwm:not(.sc_a7f50j) + .sc_wsx9vb {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.sc_kvmnwm.sc_ivpppc {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.sc_kvmnwm.sc_ivpppc + .sc_wsx9vb,
div.sc_kvmnwm:not(.sc_a7f50j) + .sc_wsx9vb.scrolled {
    top: 0;
}
div.sc_kvmnwm:not(.sc_a7f50j) ~ .sc_gucmdm {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.sc_kvmnwm:not(.sc_a7f50j) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.sc_kvmnwm:not(.sc_a7f50j) + .sc_wsx9vb {
        top: 0;
    }
    div.sc_kvmnwm:not(.sc_a7f50j) ~ .sc_gucmdm {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .sc_a91q1r {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .sc_a91q1r .sc_bl2ils {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .sc_szpll2 {
        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;
    }
    .sc_szpll2 .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;
    }
    .sc_szpll2 .nav-link::after { display: none !important; }
    .sc_wf2q31 { display: none !important; }
    .sc_a3i7at, .sc_fbknho { display: none !important; }
}

@media (max-width: 992px) {
    .sc_szpll2 { 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; }
    .sc_szpll2.active { left: 0 !important; }
    .sc_szpll2 .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; }
    .sc_szpll2.active .nav-link { opacity: 1 !important; transform: translateX(0) !important; }
    .sc_szpll2.active .nav-link:nth-child(1){transition-delay:.06s !important;}
    .sc_szpll2.active .nav-link:nth-child(2){transition-delay:.12s !important;}
    .sc_szpll2.active .nav-link:nth-child(3){transition-delay:.18s !important;}
    .sc_szpll2.active .nav-link:nth-child(4){transition-delay:.24s !important;}
    .sc_szpll2.active .nav-link:nth-child(5){transition-delay:.30s !important;}
    .sc_szpll2.active .nav-link:nth-child(6){transition-delay:.36s !important;}
    .sc_szpll2.active .nav-link:nth-child(7){transition-delay:.42s !important;}
    .sc_szpll2.active .nav-link:nth-child(8){transition-delay:.48s !important;}
}

.sc_dez71o,
.sc_r7u8vs,
.sc_ubvo98,
.sc_bmz7h6,
.sc_tp9991,
.sc_rouc3q {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.sc_dez71o *,
.sc_r7u8vs *,
.sc_ubvo98 *,
.sc_bmz7h6 *,
.sc_tp9991 * {
    filter: none !important;
}
@supports (animation: none) {
    .sc_dez71o, .sc_r7u8vs, .sc_ubvo98 {
        animation-fill-mode: forwards !important;
    }
}
.sc_ubvo98 + .sc_ubvo98 {
    margin-top: 1.5rem;
}

.sc_gucmdm .sc_f62l0a ~ .container,
.sc_gucmdm .sc_f62l0a ~ .container * {
    color: #fff;
}
.sc_gucmdm .sc_f62l0a ~ .container p,
.sc_gucmdm .sc_f62l0a ~ .container .sc_pyd9u6 {
    color: rgba(255,255,255,0.85);
}
.sc_gucmdm .sc_f62l0a ~ .container .sc_jld80n {
    color: inherit;
}
.sc_rhw0d3 .sc_lntzgd { color: #fff; }
.sc_rhw0d3 .sc_chybdk { color: var(--g14rh); }
.sc_rhw0d3 .sc_c1xvo7 { color: rgba(255,255,255,0.55); }
.sc_rhw0d3 .sc_o0pr47 a { color: rgba(255,255,255,0.65); }
.sc_rhw0d3 .sc_o0pr47 a:hover { color: #fff; }
.sc_nbsous[style*="background:none"] { background: none !important; }
.sc_nbsous[style*="background:none"]::before,
.sc_nbsous[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.689;
    letter-spacing: 0.014em;
}

.sc_dez71o, .sc_r7u8vs, .sc_ubvo98, .sc_mhfvsf, .sc_bmz7h6 {
    padding: 29px;
}
.sc_dez71o, .sc_r7u8vs, .sc_ubvo98, .sc_mhfvsf, .sc_bmz7h6 .card-body {
    padding: 24px 18px;
}
.row > [class*="col"]:nth-child(1) .sc_dez71o,
.row > [class*="col"]:nth-child(1) .sc_r7u8vs {
    padding: 32px;
    border-radius: calc(var(--g7mn) + 0px);
}
.row > [class*="col"]:nth-child(2) .sc_dez71o,
.row > [class*="col"]:nth-child(2) .sc_r7u8vs {
    padding: 28px;
    border-radius: calc(var(--g7mn) + -1px);
}
.row > [class*="col"]:nth-child(3) .sc_dez71o,
.row > [class*="col"]:nth-child(3) .sc_r7u8vs {
    padding: 26px;
    border-radius: calc(var(--g7mn) + -1px);
}
.row > [class*="col"]:nth-child(4) .sc_dez71o,
.row > [class*="col"]:nth-child(4) .sc_r7u8vs {
    padding: 26px;
    border-radius: calc(var(--g7mn) + 1px);
}
.row > [class*="col"]:nth-child(5) .sc_dez71o,
.row > [class*="col"]:nth-child(5) .sc_r7u8vs {
    padding: 27px;
    border-radius: calc(var(--g7mn) + 1px);
}
.row > [class*="col"]:nth-child(6) .sc_dez71o,
.row > [class*="col"]:nth-child(6) .sc_r7u8vs {
    padding: 28px;
    border-radius: calc(var(--g7mn) + 1px);
}

.sc_jld80n {
    padding: 16px 24px;
    font-size: 15px;
    letter-spacing: 0.335px;
    border-radius: calc(var(--g7mn) + 2px);
}
.sc_c3d40w {
    padding: 17px 23px;
    border-width: 1px;
}

main > section {
    padding-top: 92px;
    padding-bottom: 90px;
}
main > section:first-child {
    padding-top: 101px;
}
main > section:nth-child(4) {
    padding-top: 88px;
    padding-bottom: 84px;
}
main > section:nth-child(5) {
    padding-top: 88px;
    padding-bottom: 84px;
}
main > section:nth-child(6) {
    padding-top: 88px;
    padding-bottom: 86px;
}

.sc_vo7qor {
    margin-bottom: 48px;
}

.sc_dez71o, .sc_r7u8vs, .sc_ubvo98, .sc_bmz7h6 {
    box-shadow: 0px 4px 18px rgba(0,0,0,0.056);
}

.sc_gucmdm {
    padding-top: 112px;
}
.sc_dbgy38 {
    margin-bottom: 28px;
}
.sc_pyd9u6 {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.589;
}
.sc_lntzgd {
    font-size: 13px;
    letter-spacing: 3.532px;
    margin-bottom: 18px;
}
.sc_pe0m1c {
    gap: 16px;
}

.sc_kzu26i img {
    border-radius: 15px;
    box-shadow: 0 17px 34px rgba(0,0,0,0.144);
}

.sc_tq627k {
    width: 55px;
    height: 55px;
    font-size: 24px;
    border-radius: 12px;
    margin-bottom: 21px;
}

.sc_m3ew59, .card-title {
    font-size: 20px;
    margin-bottom: 9px;
}
.sc_abvc2j, .card-text {
    font-size: 16px;
    line-height: 1.553;
}

.sc_u6t1e3 {
    margin-bottom: 17px;
    letter-spacing: 0.0px;
}
.sc_chybdk {
    font-size: 14px;
    letter-spacing: 2.398px;
    margin-bottom: 12px;
}
.sc_hd237d {
    font-size: 16px;
    line-height: 1.67;
}

@media (min-width: 993px) {
    .sc_szpll2 {
        gap: 29px;
    }
    .sc_szpll2 .nav-link {
        font-size: 15px;
        padding: 10px 0;
    }
}

.sc_nbsous {
    padding-top: 70px;
}
.sc_fvbald .sc_wz50ta {
    font-size: 17px;
    margin-bottom: 25px;
}
.sc_o0pr47 a {
    font-size: 14px;
}
.sc_o0pr47 li {
    margin-bottom: 12px;
}
.sc_n4y6rk {
    gap: 8px;
}
.sc_n4y6rk a {
    width: 39px;
    height: 39px;
}
.sc_nzuni2 {
    padding: 21px 0;
    margin-top: 47px;
}

.form-control {
    border-radius: 9px;
    padding: 15px 16px;
    font-size: 15px;
}

.sc_mhfvsf {
    padding: 29px;
}
.sc_u1mnkt {
    font-size: 18px;
    line-height: 1.631;
    margin-bottom: 17px;
}
.sc_p5jkd7 {
    width: 47px;
    height: 47px;
}
.sc_yxb987 {
    font-size: 14px;
}
.sc_vruvcr {
    font-size: 13px;
}

.sc_bmz7h6 {
    padding: 31px;
}
.sc_u830we {
    font-size: 18px;
    margin-bottom: 9px;
}
.sc_e3fjy2 {
    font-size: 43px;
    margin-bottom: 16px;
}
.sc_hne6uf li {
    padding: 12px 0;
    font-size: 13px;
}

.sc_r91u48, .stat-number {
    font-size: 38px;
    margin-bottom: 6px;
}
.sc_tifh0k {
    font-size: 13px;
    letter-spacing: 0.445px;
}

.sc_or4a5t img {
    border-radius: 16px;
}
.sc_ydev3t {
    font-size: 19px;
    margin-bottom: 2px;
}
.sc_mcan8x {
    font-size: 12px;
}

.sc_afjcmw {
    font-size: 31px;
    margin-bottom: 9px;
}
.sc_cz1c0b {
    font-size: 17px;
    margin-bottom: 8px;
}

.wow {
    animation-duration: 0.541s !important;
}
.sc_dez71o, .sc_r7u8vs, .sc_ubvo98, .sc_mhfvsf,
.sc_bmz7h6, .sc_rouc3q {
    transition-duration: 0.263s;
}

.row {
    --bs-gutter-y: 32px;
}

.sc_bm7kgg {
    padding: 88px 0;
}
.sc_mu9kco {
    font-size: 35px;
    margin-bottom: 18px;
}
.sc_xdwh58 {
    font-size: 16px;
    margin-bottom: 25px;
}

.sc_ubvo98 .sc_u8yibd img {
    border-radius: 10px 10px 0 0;
}
.sc_thdbq6 {
    font-size: 13px;
    margin-bottom: 8px;
    gap: 13px;
}

.sc_wsx9vb {
    padding: 16px 0;
}
.sc_wsx9vb.scrolled {
    padding: 11px 0;
}
.sc_x2chbv {
    font-size: 22px;
}
.sc_wf2q31 {
    margin-left: 14px;
}

:root {
    --_ref: 6.44;
    --_gen: 'fd7fd';
}
.frame-ref { display: inherit; font-style: inherit }
.ui-ghost { display: inherit }
.scope-tag { --_stamp: 985 }
.data-layer { box-sizing: border-box; font-variant: normal }

.sc_rhw0d3 h1, .sc_rhw0d3 h2, .sc_rhw0d3 h3, .sc_rhw0d3 h4, .sc_rhw0d3 h5, .sc_rhw0d3 h6 { color: #fff !important; }
.sc_rhw0d3 { color: rgba(255,255,255,0.85) !important; }
.sc_rhw0d3 p, .sc_rhw0d3 li, .sc_rhw0d3 span:not(.badge):not(.sc_jld80n), .sc_rhw0d3 .sc_q4a90l, .sc_rhw0d3 label, .sc_rhw0d3 blockquote, .sc_rhw0d3 figcaption, .sc_rhw0d3 dt, .sc_rhw0d3 dd, .sc_rhw0d3 td, .sc_rhw0d3 th { color: rgba(255,255,255,0.78) !important; }
.sc_rhw0d3 a:not(.sc_jld80n):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_rhw0d3 a:not(.sc_jld80n):not(.nav-link):hover { color: #fff !important; }
.sc_rhw0d3 .sc_r91u48 { color: #fff !important; }
.sc_rhw0d3 .sc_tifh0k { 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(.sc_jld80n), .bg-dark-custom .sc_q4a90l, .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(.sc_jld80n):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.sc_jld80n):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .sc_r91u48 { color: #fff !important; }
.bg-dark-custom .sc_tifh0k { 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(.sc_jld80n), .bg-gradient-custom .sc_q4a90l, .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(.sc_jld80n):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.sc_jld80n):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .sc_r91u48 { color: #fff !important; }
.bg-gradient-custom .sc_tifh0k { 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(.sc_jld80n), .bg-accent-custom .sc_q4a90l, .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(.sc_jld80n):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.sc_jld80n):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .sc_r91u48 { color: #fff !important; }
.bg-accent-custom .sc_tifh0k { color: rgba(255,255,255,0.7) !important; }

.sc_bm7kgg h1, .sc_bm7kgg h2, .sc_bm7kgg h3, .sc_bm7kgg h4, .sc_bm7kgg h5, .sc_bm7kgg h6 { color: #fff !important; }
.sc_bm7kgg { color: rgba(255,255,255,0.85) !important; }
.sc_bm7kgg p, .sc_bm7kgg li, .sc_bm7kgg span:not(.badge):not(.sc_jld80n), .sc_bm7kgg .sc_q4a90l, .sc_bm7kgg label, .sc_bm7kgg blockquote, .sc_bm7kgg figcaption, .sc_bm7kgg dt, .sc_bm7kgg dd, .sc_bm7kgg td, .sc_bm7kgg th { color: rgba(255,255,255,0.78) !important; }
.sc_bm7kgg a:not(.sc_jld80n):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_bm7kgg a:not(.sc_jld80n):not(.nav-link):hover { color: #fff !important; }
.sc_bm7kgg .sc_r91u48 { color: #fff !important; }
.sc_bm7kgg .sc_tifh0k { color: rgba(255,255,255,0.7) !important; }

.sc_nbsous { color: var(--text-secondary, #555) !important; }
.sc_nbsous h1, .sc_nbsous h2, .sc_nbsous h3,
.sc_nbsous h4, .sc_nbsous h5, .sc_nbsous h6,
.sc_nbsous .sc_wz50ta { color: var(--text-primary, #1a1a2e) !important; }
.sc_nbsous p, .sc_nbsous li, .sc_nbsous span,
.sc_nbsous label { color: var(--text-secondary, #555) !important; }
.sc_nbsous a:not(.sc_jld80n) { color: var(--text-secondary, #555) !important; }
.sc_nbsous a:not(.sc_jld80n):hover { color: var(--g14rh) !important; }
.sc_nbsous .sc_nzuni2 p { color: var(--text-muted, #888) !important; }

.sc_j6p5g3 h1, .sc_j6p5g3 h2, .sc_j6p5g3 h3, .sc_j6p5g3 h4, .sc_j6p5g3 h5, .sc_j6p5g3 h6 { color: var(--text-primary, #1a1a2e) !important; }
.sc_j6p5g3 p, .sc_j6p5g3 li, .sc_j6p5g3 span:not(.badge):not(.sc_jld80n), .sc_j6p5g3 .sc_q4a90l, .sc_j6p5g3 label, .sc_j6p5g3 blockquote, .sc_j6p5g3 figcaption, .sc_j6p5g3 dt, .sc_j6p5g3 dd, .sc_j6p5g3 td, .sc_j6p5g3 th { color: var(--text-secondary, #555) !important; }

.sc_kvmnwm h1, .sc_kvmnwm h2, .sc_kvmnwm h3, .sc_kvmnwm h4, .sc_kvmnwm h5, .sc_kvmnwm h6 { color: var(--text-primary, #1a1a2e) !important; }
.sc_kvmnwm p, .sc_kvmnwm li, .sc_kvmnwm span:not(.badge):not(.sc_jld80n), .sc_kvmnwm .sc_q4a90l, .sc_kvmnwm label, .sc_kvmnwm blockquote, .sc_kvmnwm figcaption, .sc_kvmnwm dt, .sc_kvmnwm dd, .sc_kvmnwm td, .sc_kvmnwm th { color: var(--text-secondary, #555) !important; }

/* ── Our Journey / Milestones Timeline ──────────────────────────────────── */
.ix-timeline {
    position: relative;
    padding: 10px 0;
}
.ix-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background: linear-gradient(to bottom, transparent, var(--g14rh) 10%, var(--g14rh) 90%, transparent);
    opacity: 0.35;
}
.ix-tl-item {
    position: relative;
    display: flex;
    width: 50%;
    padding-bottom: 48px;
}
.ix-tl-left {
    left: 0;
    padding-right: 52px;
    justify-content: flex-end;
}
.ix-tl-right {
    left: 50%;
    padding-left: 52px;
    justify-content: flex-start;
}
.ix-tl-dot {
    position: absolute;
    top: 16px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--g14rh);
    border: 3px solid var(--bg-primary, #fff);
    box-shadow: 0 0 0 2px var(--g14rh);
    z-index: 1;
}
.ix-tl-left .ix-tl-dot  { right: -7px; }
.ix-tl-right .ix-tl-dot { left: -7px; }
.ix-tl-card {
    background: var(--bg-card, #fff);
    border: 1px solid var(--border-color, rgba(0,0,0,.08));
    border-radius: var(--g8op, 12px);
    padding: 20px 24px;
    max-width: 380px;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.ix-tl-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.12);
    transform: translateY(-3px);
}
@media (max-width: 768px) {
    .ix-timeline::before { left: 18px; }
    .ix-tl-item,
    .ix-tl-left,
    .ix-tl-right {
        width: 100%;
        left: 0;
        padding-left: 50px;
        padding-right: 0;
        justify-content: flex-start;
    }
    .ix-tl-left .ix-tl-dot,
    .ix-tl-right .ix-tl-dot { left: 11px; right: auto; }
    .ix-tl-card { max-width: 100%; }
}
