@import url('https://fonts.googleapis.com/css2?family=Satisfy:wght@400&family=Nunito+Sans:wght@400;500&display=swap');

:root {
    --bg-primary: #f6f6f5;
    --bg-secondary: #eaeae8;
    --bg-card: #f7f7f7;
    --bg-card-hover: #ededed;
    --text-primary: #2c2c2b;
    --text-secondary: #535351;
    --text-muted: #86857d;
    --border-color: #dcdbd9;
    --border-light: #c9c9c5;
    --footer-dark-bg: #202724;
    --q14qm: #378364;
    --q15mz: #45767b;
    --q16hh: #58697b;
    --q1ui: linear-gradient(45deg, var(--q14qm), var(--q15mz));
    --q1ui-alt: linear-gradient(45deg, var(--q15mz), var(--q16hh));
    --accent-glow: 0 4px 20px rgba(55, 131, 100, 0.25);
}

:root {
    --q14qm: #378364;
    --q15mz: #45767b;
    --q16hh: #58697b;
    --q1ui: linear-gradient(45deg, var(--q14qm), var(--q15mz));
    --q3lw: 'Satisfy', cursive;
    --q5mj: 'Nunito Sans', sans-serif;
    --q19ny: 34px;
    --q20kk: 24px;
    --q21rn: 18px;
    --q17lq: 14px;
    --q18vd: 800;
    --q6ko: 0px;
    --q7p5: 0px;
    --q8li: 0px;
    --q9go: 0px;
    --q4f7: 0px;
    --q10bh: 0 2px 8px rgba(0,0,0,0.06);
    --q11zc: 0 4px 16px rgba(0,0,0,0.08);
    --q12rz: 0 8px 32px rgba(0,0,0,0.12);
    --q13kl: 0 16px 48px rgba(0,0,0,0.16);
    --sc_g7o6us: 80px 0;
}
.sc_p6j7sz {
    border-radius: 50px;
    padding: 14px 34px;
}
.sc_vw1ot9, .sc_boluw6, .sc_fen8kg, .sc_m0o0ny, .sc_dn2df8 {
    border-width: 1px;
    border-color: #37836433;
}

.sc_h8be6g::before {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--q1ui);
    border-radius: 2px;
    margin-bottom: 18px;
}
.sc_h8be6g.text-center::before {
    margin-left: auto;
    margin-right: auto;
}

.row > [class*="col"]:nth-child(2) { transform: translate(6px, 14px); }
.row > [class*="col"]:nth-child(3) { transform: translate(-6px, 28px); }
.row > [class*="col"]:nth-child(4) { transform: translate(6px, 14px); }
.row > [class*="col"]:nth-child(5) { transform: translate(-6px, 28px); }
.row > [class*="col"]:nth-child(6) { transform: translate(6px, 14px); }
@media (max-width: 768px) { .row > [class*="col"] { transform: none !important; } }

.sc_vw1ot9, .sc_boluw6, .sc_m0o0ny, .sc_dn2df8, .sc_fen8kg {
    border-radius: 32px 6px 32px 6px;
}

.sc_o07rq4 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.sc_o07rq4::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.12);
    transition: left 0.35s ease;
    z-index: -1;
}
.sc_o07rq4:hover::before {
    left: 0;
}

.sc_vw1ot9, .sc_boluw6, .sc_m0o0ny, .sc_dn2df8, .sc_fen8kg {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.sc_vw1ot9:hover, .sc_boluw6:hover, .sc_m0o0ny:hover, .sc_dn2df8:hover, .sc_fen8kg:hover {
    transform: scale(1.04);
    box-shadow: var(--q13kl);
    z-index: 2;
    position: relative;
}

.sc_izxq8d { text-align: center; padding-top: 100px; }
.sc_t2wopv {
    max-width: 900px;
    margin: 0 auto 40px;
}
.sc_t2wopv img {
    border-radius: var(--q9go);
    box-shadow: var(--q13kl);
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.sc_j4lcbu { max-width: 700px; margin: 0 auto; }
.sc_hja4g0 { justify-content: center; }
.sc_dbm3e1 { margin-bottom: 16px; }

.sc_s0jenw {
    background: transparent;
    padding: 16px 20px;
}
.sc_s0jenw .sc_zrfccq {
    background: var(--bg-card, #fff);
    border-radius: var(--q4f7);
    padding: 10px 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid var(--border-color);
}
.sc_s0jenw.scrolled { padding: 8px 20px; }
.sc_s0jenw.scrolled .sc_zrfccq { box-shadow: 0 8px 30px rgba(0,0,0,0.1); }

.sc_h5ivvh { background: var(--bg-primary); color: var(--text-secondary); padding: 60px 0; text-align: center; border-top: 1px solid var(--border-color); }
.sc_h5ivvh p, .sc_h5ivvh li, .sc_h5ivvh span,
.sc_h5ivvh .sc_xri9x9 p, .sc_h5ivvh .footer-contact li { color: var(--text-secondary); }
.sc_h5ivvh h1,.sc_h5ivvh h2,.sc_h5ivvh h3,.sc_h5ivvh h4,.sc_h5ivvh h5 { color: var(--text-primary); }
.sc_xri9x9 { text-align: center; }
.sc_xri9x9 .sc_ch2dnr::after { margin: 12px auto 0; }
.sc_ez6l23 { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; }
.sc_ez6l23 li { margin-bottom: 0; }
.sc_ez6l23 a { color: var(--text-secondary); }
.sc_fcdhfn { justify-content: center; }
.sc_fcdhfn a { background: var(--bg-secondary); border-color: var(--border-color); color: var(--text-secondary); }
.sc_eclyva { text-align: center; border-top: 1px solid var(--border-color); margin-top: 40px; }
.sc_eclyva p { color: var(--text-muted); }

.contact-section .form-control {
    background: var(--bg-secondary);
    border: none;
    border-radius: var(--q8li);
    padding: 16px 20px;
    font-size: 15px;
}
.contact-section .form-control:focus { background: var(--bg-primary); box-shadow: 0 0 0 2px var(--q14qm); }
.contact-section .sc_p6j7sz { border-radius: var(--q8li); }

.sc_n5euw1 { font-size: 16px; font-weight: 700; background: var(--q1ui); color: #fff !important; padding: 8px 22px; border-radius: var(--q4f7); letter-spacing: 0.5px; }
.sc_n5euw1:hover { opacity: 0.9; color: #fff; }

.sc_ai0s7h, .card-title {
    display: inline;
    background: linear-gradient(transparent 55%, rgba(var(--q14qm-rgb, 37,99,235), 0.12) 55%);
    padding: 0 4px;
    font-weight: 700;
}

.sc_ziij5s { width: 40px; height: 40px; gap: 6px; border: none; background: none; border-radius: 0; }
.sc_ziij5s .sc_zjzryy { width: 24px; height: 2px; border-radius: 2px; background: var(--q14qm); box-shadow: 0 0 6px var(--q14qm); transition: transform 0.35s ease, opacity 0.3s ease, box-shadow 0.3s ease; }
.sc_ziij5s:hover .sc_zjzryy { box-shadow: 0 0 12px var(--q14qm), 0 0 24px var(--q14qm); }
.sc_ziij5s.active .sc_zjzryy:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.sc_ziij5s.active .sc_zjzryy:nth-child(2) { opacity: 0; }
.sc_ziij5s.active .sc_zjzryy:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.scroll-line{position:fixed;right:16px;top:20%;height:60%;width:3px;background:var(--border-color);border-radius:2px;z-index:9990;opacity:0.4;}.scroll-line .indicator{width:100%;background:var(--q14qm);border-radius:2px;transition:height 0.1s;}@media(max-width:768px){.scroll-line{display:none;}}

.progress-top{position:fixed;top:0;left:0;height:3px;background:var(--q1ui);z-index:99999;transition:width 0.05s;width:0;}

.sc_vw1ot9,.sc_boluw6{opacity:0;animation:slideLeft 0.45s ease forwards;}.row>[class*="col"]:nth-child(odd) .sc_vw1ot9,.row>[class*="col"]:nth-child(odd) .sc_boluw6{animation-name:slideLeft;}.row>[class*="col"]:nth-child(even) .sc_vw1ot9,.row>[class*="col"]:nth-child(even) .sc_boluw6{animation-name:slideRight;}.row>[class*="col"]:nth-child(1)>*{animation-delay:0.05s;}.row>[class*="col"]:nth-child(2)>*{animation-delay:0.1s;}.row>[class*="col"]:nth-child(3)>*{animation-delay:0.15s;}.row>[class*="col"]:nth-child(4)>*{animation-delay:0.2s;}@keyframes slideLeft{from{opacity:0;transform:translateX(-25px);}to{opacity:1;transform:translateX(0);}}@keyframes slideRight{from{opacity:0;transform:translateX(25px);}to{opacity:1;transform:translateX(0);}}

@media(prefers-reduced-motion:reduce){.sc_vw1ot9,.sc_boluw6,.sc_m0o0ny,.sc_dn2df8,.sc_nvsnhz,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

.sc_vw1ot9 .sc_m2iy8t i,.sc_vw1ot9 .sc_m2iy8t svg{animation:iconPulse 3s ease-in-out infinite;}.sc_vw1ot9:nth-child(2) .sc_m2iy8t i{animation-delay:-0.5s;}.sc_vw1ot9:nth-child(3) .sc_m2iy8t i{animation-delay:-1s;}.sc_vw1ot9:nth-child(4) .sc_m2iy8t i{animation-delay:-1.5s;}@keyframes iconPulse{0%,100%{transform:scale(1);}50%{transform:scale(1.15);}}

.sc_vw1ot9,.sc_boluw6{animation:borderPulse 4s ease-in-out infinite;}.sc_vw1ot9:nth-child(odd),.sc_boluw6:nth-child(odd){animation-delay:-2s;}@keyframes borderPulse{0%,100%{border-color:var(--border-color);}50%{border-color:var(--q14qm);}}

.js-marquee-wrap{overflow:hidden;padding:20px 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);display:flex;flex-direction:column;gap:8px;}.js-mq-row{display:flex;gap:40px;white-space:nowrap;font-size:clamp(20px,3vw,38px);font-weight:var(--q18vd);text-transform:uppercase;letter-spacing:0.02em;opacity:0.12;}.js-mq-row span{flex-shrink:0;}.js-mq-row.fwd{animation:jsMarquee 30s linear infinite;}.js-mq-row.rev{animation:jsMarqueeRev 30s linear infinite;}@keyframes jsMarquee{from{transform:translateX(0);}to{transform:translateX(-50%);}}@keyframes jsMarqueeRev{from{transform:translateX(-50%);}to{transform:translateX(0);}}

main > section:nth-child(even):not(.sc_jl00vz):not(.sc_ncsd6j) { position: relative; overflow: clip; }
main > section:nth-child(even):not(.sc_jl00vz):not(.sc_ncsd6j)::before {
    content: '';
    position: absolute;
    inset: -50%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.02;
    background: repeating-conic-gradient(
        var(--q14qm) 0deg 3deg,
        transparent 3deg 15deg
    );
}
.sc_izxq8d::before { display: none !important; }

html:not(.sc_qn97ri) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .sc_zrfccq {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .sc_p7j9zo {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .sc_p7j9zo .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .sc_v18l67, .sc_qo20uo {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .sc_v18l67 .nav-link,
    .sc_qo20uo .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .sc_zd0fn8 {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .sc_n5euw1 {
        flex-shrink: 0;
    }
}

div.sc_vg1tlj:not(.sc_g7o6us) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    padding: 6px 0 !important;
    line-height: 1.5;
    overflow: hidden;
    box-sizing: border-box;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div.sc_vg1tlj:not(.sc_g7o6us) + .sc_s0jenw {
    top: 36px;
    background: var(--bg-primary, #ffffff);
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}

body:has(> div.sc_vg1tlj:not(.sc_g7o6us)) {
    padding-top: 36px;
}
div.sc_vg1tlj.sc_wisko3 {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.sc_vg1tlj.sc_wisko3 + .sc_s0jenw,
div.sc_vg1tlj:not(.sc_g7o6us) + .sc_s0jenw.scrolled {
    top: 0;
}
div.sc_vg1tlj:not(.sc_g7o6us) ~ .sc_izxq8d,
div.sc_vg1tlj:not(.sc_g7o6us) ~ main > .sc_izxq8d,
div.sc_vg1tlj:not(.sc_g7o6us) ~ section.sc_izxq8d {
    padding-top: 200px !important;
}

@media (max-width: 992px) {
    div.sc_vg1tlj:not(.sc_g7o6us) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        height: auto;
        min-height: 0;
        max-height: none;
        padding: 4px 0 !important;
        overflow: visible;
    }
    div.sc_vg1tlj:not(.sc_g7o6us) + .sc_s0jenw {
        top: 0;
    }
    
    body:has(> div.sc_vg1tlj:not(.sc_g7o6us)) {
        padding-top: 0;
    }
    div.sc_vg1tlj:not(.sc_g7o6us) ~ .sc_izxq8d,
    div.sc_vg1tlj:not(.sc_g7o6us) ~ main > .sc_izxq8d,
    div.sc_vg1tlj:not(.sc_g7o6us) ~ section.sc_izxq8d {
        padding-top: 140px !important;
    }
}

@media (max-width: 992px) {
    .sc_ziij5s {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .sc_ziij5s .sc_zjzryy {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .sc_p7j9zo {
        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_p7j9zo .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_p7j9zo .nav-link::after { display: none !important; }
    .sc_zd0fn8 { display: none !important; }
    .sc_v18l67, .sc_qo20uo { display: none !important; }
}

@media (max-width: 992px) {
    .sc_p7j9zo { top: auto !important; bottom: -100% !important; right: 0 !important; left: 0 !important; width: 100vw !important; height: auto !important; max-height: 75vh !important; background: var(--bg-card) !important; padding: 16px 32px 40px !important; border-radius: 20px 20px 0 0 !important; box-shadow: 0 -8px 40px rgba(0,0,0,0.2) !important; transition: bottom 0.4s cubic-bezier(0.4,0,0.2,1) !important; }
    .sc_p7j9zo::before { content: '' !important; display: block !important; width: 40px !important; height: 4px !important; background: var(--border-color) !important; border-radius: 2px !important; margin: 0 auto 24px !important; flex-shrink: 0 !important; }
    .sc_p7j9zo.active { bottom: 0 !important; }
    .sc_p7j9zo .nav-link { opacity: 0 !important; transform: translateY(16px) !important; transition: opacity 0.3s ease, transform 0.3s ease !important; border-bottom: 1px solid var(--border-color) !important; text-align: center !important; }
    .sc_p7j9zo.active .nav-link { opacity: 1 !important; transform: translateY(0) !important; }
    .sc_p7j9zo.active .nav-link:nth-child(1){transition-delay:.10s !important;}
    .sc_p7j9zo.active .nav-link:nth-child(2){transition-delay:.16s !important;}
    .sc_p7j9zo.active .nav-link:nth-child(3){transition-delay:.22s !important;}
    .sc_p7j9zo.active .nav-link:nth-child(4){transition-delay:.28s !important;}
    .sc_p7j9zo.active .nav-link:nth-child(5){transition-delay:.34s !important;}
    .sc_p7j9zo.active .nav-link:nth-child(6){transition-delay:.40s !important;}
    .sc_p7j9zo.active .nav-link:nth-child(7){transition-delay:.46s !important;}
    .sc_p7j9zo.active .nav-link:nth-child(8){transition-delay:.52s !important;}
}

.sc_vw1ot9,
.sc_boluw6,
.sc_m0o0ny,
.sc_dn2df8,
.sc_szns0p,
.sc_nvsnhz {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.sc_vw1ot9 *,
.sc_boluw6 *,
.sc_m0o0ny *,
.sc_dn2df8 *,
.sc_szns0p * {
    filter: none !important;
}
@supports (animation: none) {
    .sc_vw1ot9, .sc_boluw6, .sc_m0o0ny {
        animation-fill-mode: forwards !important;
    }
}
.sc_m0o0ny + .sc_m0o0ny {
    margin-top: 1.5rem;
}

.sc_izxq8d .sc_qq6ksf ~ .container,
.sc_izxq8d .sc_qq6ksf ~ .container * {
    color: #fff;
}
.sc_izxq8d .sc_qq6ksf ~ .container p,
.sc_izxq8d .sc_qq6ksf ~ .container .sc_lx039d {
    color: rgba(255,255,255,0.85);
}
.sc_izxq8d .sc_qq6ksf ~ .container .sc_p6j7sz {
    color: inherit;
}
.sc_h5ivvh[style*="background:none"] { background: none !important; }
.sc_h5ivvh[style*="background:none"]::before,
.sc_h5ivvh[style*="background:none"]::after { display: none !important; }

.swiper:not(.swiper-initialized) { overflow: hidden; }
.swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex; flex-wrap: nowrap;
}
.swiper:not(.swiper-initialized) .swiper-slide {
    flex-shrink: 0; width: 100%;
}

.flip-swiper .swiper-button-next,
.flip-swiper .swiper-button-prev {
    width: 32px; height: 32px;
    background: var(--bg-card, #fff);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.flip-swiper .swiper-button-next::after,
.flip-swiper .swiper-button-prev::after {
    font-size: 14px;
    color: var(--text-primary, #1a1a2e);
}
.flip-swiper .swiper-button-next { right: 0; }
.flip-swiper .swiper-button-prev { left: 0; }

.sc_vw1ot9, .sc_szns0p, .sc_boluw6, .sc_m0o0ny,
.sc_dn2df8, .sc_nvsnhz, .sc_fen8kg, .counter-item,
.card { overflow: hidden; }

.sc_vw1ot9 h1, .sc_vw1ot9 h2, .sc_vw1ot9 h3, .sc_vw1ot9 h4, .sc_vw1ot9 h5, .sc_vw1ot9 h6,
.sc_szns0p h1, .sc_szns0p h2, .sc_szns0p h3, .sc_szns0p h4,
.sc_boluw6 h1, .sc_boluw6 h2, .sc_boluw6 h3, .sc_boluw6 h4,
.counter-item h1, .counter-item h2, .counter-item h3, .counter-item h4,
.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.sc_vw1ot9 p, .sc_vw1ot9 span, .sc_vw1ot9 li,
.sc_szns0p p, .sc_boluw6 p, .counter-item p,
.card p, .card span, .card li {
    overflow-wrap: break-word;
    word-break: break-word;
}

.sc_i9q3qn, .sc_kizx1h, .counter-suffix {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.sc_vw1ot9 .stat-number, .sc_vw1ot9 [class*="number"],
.counter-item .stat-number {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

body {
    line-height: 1.639;
    letter-spacing: 0.0em;
}

.sc_vw1ot9, .sc_boluw6, .sc_m0o0ny, .sc_fen8kg, .sc_dn2df8 {
    padding: 29px;
}
.sc_vw1ot9, .sc_boluw6, .sc_m0o0ny, .sc_fen8kg, .sc_dn2df8 .card-body {
    padding: 22px 22px;
}
.row > [class*="col"]:nth-child(1) .sc_vw1ot9,
.row > [class*="col"]:nth-child(1) .sc_boluw6 {
    padding: 29px;
    border-radius: calc(var(--q7p5) + 3px);
}
.row > [class*="col"]:nth-child(2) .sc_vw1ot9,
.row > [class*="col"]:nth-child(2) .sc_boluw6 {
    padding: 29px;
    border-radius: calc(var(--q7p5) + -1px);
}
.row > [class*="col"]:nth-child(3) .sc_vw1ot9,
.row > [class*="col"]:nth-child(3) .sc_boluw6 {
    padding: 29px;
    border-radius: calc(var(--q7p5) + 2px);
}
.row > [class*="col"]:nth-child(4) .sc_vw1ot9,
.row > [class*="col"]:nth-child(4) .sc_boluw6 {
    padding: 32px;
    border-radius: calc(var(--q7p5) + 0px);
}
.row > [class*="col"]:nth-child(5) .sc_vw1ot9,
.row > [class*="col"]:nth-child(5) .sc_boluw6 {
    padding: 31px;
    border-radius: calc(var(--q7p5) + 1px);
}
.row > [class*="col"]:nth-child(6) .sc_vw1ot9,
.row > [class*="col"]:nth-child(6) .sc_boluw6 {
    padding: 27px;
    border-radius: calc(var(--q7p5) + 3px);
}

.sc_p6j7sz {
    padding: 14px 31px;
    font-size: 14px;
    letter-spacing: 0.136px;
    border-radius: calc(var(--q7p5) + 2px);
}
.sc_pr2saz {
    padding: 13px 29px;
    border-width: 1px;
}

main > section {
    padding-top: 99px;
    padding-bottom: 106px;
}
main > section:first-child {
    padding-top: 111px;
}
main > section:nth-child(2) {
    padding-top: 94px;
    padding-bottom: 91px;
}
main > section:nth-child(3) {
    padding-top: 102px;
    padding-bottom: 101px;
}
main > section:nth-child(5) {
    padding-top: 94px;
    padding-bottom: 92px;
}

.sc_h8be6g {
    margin-bottom: 59px;
}

.sc_vw1ot9, .sc_boluw6, .sc_m0o0ny, .sc_dn2df8 {
    box-shadow: 0px 6px 19px rgba(0,0,0,0.072);
}

.sc_izxq8d {
    padding-top: 116px;
}
.sc_qda42p {
    margin-bottom: 27px;
}
.sc_lx039d {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 1.575;
}
.sc_dbm3e1 {
    font-size: 13px;
    letter-spacing: 3.454px;
    margin-bottom: 23px;
}
.sc_hja4g0 {
    gap: 17px;
}

.sc_t2wopv img {
    border-radius: 7px;
    box-shadow: 0 8px 34px rgba(0,0,0,0.086);
}

.sc_m2iy8t {
    width: 49px;
    height: 49px;
    font-size: 21px;
    border-radius: 15px;
    margin-bottom: 18px;
}

.sc_ai0s7h, .card-title {
    font-size: 18px;
    margin-bottom: 7px;
}
.sc_tmevk3, .card-text {
    font-size: 15px;
    line-height: 1.58;
}

.sc_qarmi6 {
    margin-bottom: 17px;
    letter-spacing: 0.0px;
}
.sc_zruwza {
    font-size: 14px;
    letter-spacing: 3.006px;
    margin-bottom: 14px;
}
.sc_b57i2y {
    font-size: 16px;
    line-height: 1.684;
}

@media (min-width: 993px) {
    .sc_p7j9zo {
        gap: 31px;
    }
    .sc_p7j9zo .nav-link {
        font-size: 15px;
        padding: 6px 0;
    }
}

.sc_h5ivvh {
    padding-top: 74px;
}
.sc_xri9x9 .sc_ch2dnr {
    font-size: 18px;
    margin-bottom: 25px;
}
.sc_ez6l23 a {
    font-size: 15px;
}
.sc_ez6l23 li {
    margin-bottom: 9px;
}
.sc_fcdhfn {
    gap: 9px;
}
.sc_fcdhfn a {
    width: 39px;
    height: 39px;
}
.sc_eclyva {
    padding: 24px 0;
    margin-top: 46px;
}

.form-control {
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 15px;
}

.sc_fen8kg {
    padding: 28px;
}
.sc_fsfelk {
    font-size: 16px;
    line-height: 1.684;
    margin-bottom: 19px;
}
.sc_lxd5vy {
    width: 45px;
    height: 45px;
}
.sc_auki1n {
    font-size: 14px;
}
.sc_oqn4e2 {
    font-size: 14px;
}

.sc_dn2df8 {
    padding: 41px;
}
.sc_fc7hu6 {
    font-size: 19px;
    margin-bottom: 10px;
}
.sc_fijdfh {
    font-size: 43px;
    margin-bottom: 19px;
}
.sc_nmm9jl li {
    padding: 10px 0;
    font-size: 15px;
}

.sc_i9q3qn, .stat-number {
    font-size: 42px;
    margin-bottom: 5px;
}
.sc_kizx1h {
    font-size: 15px;
    letter-spacing: 0.486px;
}

.sc_acpkj9 img {
    border-radius: 9px;
}
.sc_apcr7r {
    font-size: 17px;
    margin-bottom: 6px;
}
.sc_ct2vlo {
    font-size: 14px;
}

.sc_fzdtv6 {
    font-size: 31px;
    margin-bottom: 15px;
}
.sc_llnjvq {
    font-size: 19px;
    margin-bottom: 7px;
}

.wow {
    animation-duration: 0.622s !important;
}
.sc_vw1ot9, .sc_boluw6, .sc_m0o0ny, .sc_fen8kg,
.sc_dn2df8, .sc_nvsnhz {
    transition-duration: 0.321s;
}

.row {
    --bs-gutter-y: 31px;
}

.sc_jl00vz {
    padding: 77px 0;
}
.sc_cs41jq {
    font-size: 39px;
    margin-bottom: 16px;
}
.sc_g7pqmo {
    font-size: 16px;
    margin-bottom: 28px;
}

.sc_m0o0ny .sc_vropj0 img {
    border-radius: 7px 7px 0 0;
}
.sc_phk4ay {
    font-size: 12px;
    margin-bottom: 11px;
    gap: 12px;
}

.sc_s0jenw {
    padding: 20px 0;
}
.sc_s0jenw.scrolled {
    padding: 14px 0;
}
.sc_n5euw1 {
    font-size: 21px;
}
.sc_zd0fn8 {
    margin-left: 15px;
}

:root {
    --_uid: 54020;
    --_gen: '7a8ef0';
    --_tag: 48142;
    --_stamp: 3.99;
    --_flag: 15107;
}
.style-tag { --_stamp: 549; box-sizing: border-box; --_ref: 'aa82' }
.render-flag { font-variant: normal }
.sr-only-fx { font-style: inherit }
.page-ref { --_stamp: 798; font-style: inherit }
.a11y-skip { visibility: inherit; vertical-align: baseline }

.sc_h5ivvh { color: var(--text-secondary) !important; }
.sc_h5ivvh h1, .sc_h5ivvh h2, .sc_h5ivvh h3,
.sc_h5ivvh h4, .sc_h5ivvh h5, .sc_h5ivvh h6,
.sc_h5ivvh .sc_ch2dnr { color: var(--text-primary) !important; }
.sc_h5ivvh p, .sc_h5ivvh li, .sc_h5ivvh span,
.sc_h5ivvh label { color: var(--text-secondary) !important; }
.sc_h5ivvh a:not(.sc_p6j7sz) { color: var(--text-secondary) !important; }
.sc_h5ivvh a:not(.sc_p6j7sz):hover { color: var(--q14qm) !important; }
.sc_h5ivvh .sc_eclyva p { color: var(--text-muted) !important; }

.sc_ncsd6j { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !important; }
.sc_ncsd6j h1, .sc_ncsd6j h2, .sc_ncsd6j h3, .sc_ncsd6j h4, .sc_ncsd6j h5, .sc_ncsd6j h6 { color: #fff !important; }
.sc_ncsd6j p, .sc_ncsd6j li, .sc_ncsd6j span:not(.badge):not(.sc_p6j7sz) { color: rgba(255,255,255,0.78) !important; }
.sc_ncsd6j a:not(.sc_p6j7sz):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_ncsd6j a:not(.sc_p6j7sz):not(.nav-link):hover { color: #fff !important; }
.sc_ncsd6j .sc_i9q3qn { color: #fff !important; }
.sc_ncsd6j .sc_kizx1h { color: rgba(255,255,255,0.7) !important; }

.bg-dark-custom { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !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 p, .bg-dark-custom li, .bg-dark-custom span:not(.badge):not(.sc_p6j7sz) { color: rgba(255,255,255,0.78) !important; }
.bg-dark-custom a:not(.sc_p6j7sz):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.sc_p6j7sz):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .sc_i9q3qn { color: #fff !important; }
.bg-dark-custom .sc_kizx1h { color: rgba(255,255,255,0.7) !important; }

.sc_jl00vz { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !important; }
.sc_jl00vz h1, .sc_jl00vz h2, .sc_jl00vz h3, .sc_jl00vz h4, .sc_jl00vz h5, .sc_jl00vz h6 { color: #fff !important; }
.sc_jl00vz p, .sc_jl00vz li, .sc_jl00vz span:not(.badge):not(.sc_p6j7sz) { color: rgba(255,255,255,0.78) !important; }
.sc_jl00vz a:not(.sc_p6j7sz):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_jl00vz a:not(.sc_p6j7sz):not(.nav-link):hover { color: #fff !important; }
.sc_jl00vz .sc_i9q3qn { color: #fff !important; }
.sc_jl00vz .sc_kizx1h { color: rgba(255,255,255,0.7) !important; }

.bg-gradient-custom { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !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 p, .bg-gradient-custom li, .bg-gradient-custom span:not(.badge):not(.sc_p6j7sz) { color: rgba(255,255,255,0.78) !important; }
.bg-gradient-custom a:not(.sc_p6j7sz):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.sc_p6j7sz):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .sc_i9q3qn { color: #fff !important; }
.bg-gradient-custom .sc_kizx1h { color: rgba(255,255,255,0.7) !important; }

.bg-accent-custom { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !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 p, .bg-accent-custom li, .bg-accent-custom span:not(.badge):not(.sc_p6j7sz) { color: rgba(255,255,255,0.78) !important; }
.bg-accent-custom a:not(.sc_p6j7sz):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.sc_p6j7sz):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .sc_i9q3qn { color: #fff !important; }
.bg-accent-custom .sc_kizx1h { color: rgba(255,255,255,0.7) !important; }

.sc_ncsd6j .bg-card, .bg-dark-custom .bg-card,
.sc_jl00vz .bg-card, .bg-gradient-custom .bg-card, .bg-accent-custom .bg-card,
.sc_ncsd6j .sc_vw1ot9, .bg-dark-custom .sc_vw1ot9,
.sc_jl00vz .sc_vw1ot9 {
    background: rgba(255,255,255,0.05) !important;
    border-color: rgba(255,255,255,0.12) !important;
}

.text-force-light, .text-force-light h1, .text-force-light h2, .text-force-light h3, .text-force-light h4, .text-force-light h5, .text-force-light h6 { color: #fff !important; }
.text-force-light p, .text-force-light span, .text-force-light a, .text-force-light li, .text-force-light label, .text-force-light td, .text-force-light small { color: rgba(255,255,255,0.8) !important; }
.text-force-light-soft { color: rgba(255,255,255,0.65) !important; }
.text-force-dark, .text-force-dark h1, .text-force-dark h2, .text-force-dark h3, .text-force-dark h4, .text-force-dark h5, .text-force-dark h6 { color: var(--text-primary) !important; }
.text-force-dark p, .text-force-dark span, .text-force-dark li { color: var(--text-secondary) !important; }

/* Fix: header nav links are white-on-white before scroll — override the transparent-hero rule */
.sc_s0jenw:not(.scrolled) .sc_n5euw1,
.sc_s0jenw:not(.scrolled) .nav-link {
    color: var(--text-primary) !important;
}
.sc_s0jenw:not(.scrolled) .nav-link:hover {
    color: var(--q14qm) !important;
    opacity: 1 !important;
}
.sc_s0jenw:not(.scrolled) .sc_pr2saz {
    color: var(--text-primary) !important;
    border-color: var(--border-color) !important;
    background: transparent !important;
}

/* Fix: dark footer div inherits light-theme text color from .sc_h5ivvh parent */
.sc_h5ivvh .sc_g7o6us { color: rgba(255,255,255,0.85) !important; }
.sc_h5ivvh .sc_g7o6us h1,
.sc_h5ivvh .sc_g7o6us h2,
.sc_h5ivvh .sc_g7o6us h3,
.sc_h5ivvh .sc_g7o6us h4,
.sc_h5ivvh .sc_g7o6us h5,
.sc_h5ivvh .sc_g7o6us h6,
.sc_h5ivvh .sc_g7o6us .sc_ch2dnr { color: #fff !important; }
.sc_h5ivvh .sc_g7o6us p,
.sc_h5ivvh .sc_g7o6us li,
.sc_h5ivvh .sc_g7o6us span:not(.badge),
.sc_h5ivvh .sc_g7o6us label { color: rgba(255,255,255,0.75) !important; }
.sc_h5ivvh .sc_g7o6us a:not(.sc_p6j7sz) { color: rgba(255,255,255,0.75) !important; }
.sc_h5ivvh .sc_g7o6us a:not(.sc_p6j7sz):hover { color: #fff !important; }
.sc_h5ivvh .sc_g7o6us .sc_eclyva p { color: rgba(255,255,255,0.5) !important; }
.sc_h5ivvh .sc_g7o6us .sc_fcdhfn a {
    background: rgba(255,255,255,0.08) !important;
    border-color: rgba(255,255,255,0.2) !important;
    color: rgba(255,255,255,0.75) !important;
}
.sc_h5ivvh .sc_g7o6us .sc_fcdhfn a:hover {
    background: rgba(255,255,255,0.18) !important;
    color: #fff !important;
}
.sc_h5ivvh .sc_g7o6us .sc_eclyva { border-color: rgba(255,255,255,0.12) !important; }

.pl-orbit{position:relative;width:44px;height:44px;animation:plSpin 1.4s linear infinite;}@keyframes plSpin{to{transform:rotate(360deg)}}.pl-orbit span{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--q14qm);}.pl-orbit span:nth-child(1){top:0;left:50%;transform:translateX(-50%);}.pl-orbit span:nth-child(2){bottom:0;left:50%;transform:translateX(-50%);background:var(--q15mz,var(--q14qm));opacity:.6;}

.ix-steps{position:relative;max-width:800px;margin:0 auto;}
.ix-steps-bar{position:absolute;top:24px;left:48px;right:48px;height:3px;background:var(--border-color);border-radius:2px;z-index:0;}
.ix-steps-progress{height:100%;width:0;background:var(--q1ui);border-radius:2px;transition:width 0.6s cubic-bezier(0.4,0,0.2,1);}
.ix-steps-row{display:flex;justify-content:space-between;position:relative;z-index:1;}
.ix-step{flex:1;text-align:center;cursor:pointer;padding:0 8px;opacity:0.45;transition:opacity 0.4s;max-width:200px;}
.ix-step.active{opacity:1;}
.ix-step-num{width:48px;height:48px;border-radius:50%;border:3px solid var(--border-color);display:flex;align-items:center;justify-content:center;margin:0 auto;font-family:var(--q3lw);font-weight:800;font-size:16px;color:var(--text-secondary);background:var(--bg-primary);transition:all 0.4s;}
.ix-step.active .ix-step-num{border-color:var(--q14qm);background:var(--q14qm);color:#fff;box-shadow:0 4px 14px rgba(0,0,0,0.15);}
@media(max-width:576px){.ix-steps-row{flex-wrap:wrap;gap:16px;}.ix-steps-bar{display:none;}}