@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;500;600;700;800&family=Inter:wght@400;500&display=swap');

:root {
    --e14r7: #DC1B1C;
    --e15zz: #17F673;
    --e16v8: #4822E0;
    --e1lh: linear-gradient(to bottom right, var(--e14r7), var(--e15zz));
    --e3n9: 'Inconsolata', monospace;
    --e5wk: 'Inter', sans-serif;
    --e19bi: 72px;
    --e20bn: 48px;
    --e21rg: 32px;
    --e17pd: 18px;
    --e18rg: 800;
    --e6f6: 14px;
    --e7jx: 20px;
    --e8cg: 28px;
    --e9sj: 40px;
    --e4rv: 50px;
    --e10dg: 0 2px 8px rgba(0,0,0,0.06);
    --e11sz: 0 4px 16px rgba(0,0,0,0.08);
    --e12hy: 0 8px 32px rgba(0,0,0,0.12);
    --e13e5: 0 16px 48px rgba(0,0,0,0.16);
    --sc_oje1fr: 140px 0;
}
.sc_fv4vhs {
    border-radius: 20px 4px 20px 4px;
    padding: 14px 32px;
}
.sc_dizsav, .sc_il73ff, .sc_u4m26n, .sc_ya0fnp, .sc_kfuzww {
    border-width: 2px;
    border-color: var(--border-color);
}

.row > [class*="col"]:nth-child(odd) .sc_dizsav,
.row > [class*="col"]:nth-child(odd) .sc_il73ff {
    transform: translateY(-10px);
}
.row > [class*="col"]:nth-child(even) .sc_dizsav,
.row > [class*="col"]:nth-child(even) .sc_il73ff {
    transform: translateY(10px);
}

.sc_g394li strong, .sc_g394li em, .sc_ss3lqx strong {
    background: linear-gradient(transparent 60%, var(--e14r7) 60%);
    background-size: 100% 90%;
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding: 0 4px;
    -webkit-text-fill-color: initial;
}

.sc_dizsav, .sc_il73ff, .sc_ya0fnp, .sc_kfuzww, .sc_u4m26n {
    position: relative;
    overflow: hidden;
}
.sc_dizsav::after, .sc_il73ff::after, .sc_ya0fnp::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--e1lh);
}

.sc_bt5g2g {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.sc_bt5g2g::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_bt5g2g:hover::before {
    left: 0;
}

.sc_vo37wy {
    position: relative;
    margin-top: 40px;
}
.sc_vo37wy::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background: inherit;
    clip-path: ellipse(55% 100% at 50% 100%);
}

.sc_nt1uai { min-height: 100vh; padding-top: 140px; padding-bottom: 120px; }
.sc_cpmhce img {
    border-radius: var(--e8cg);
    box-shadow: var(--e13e5);
}
.sc_v3mfiz {
    background: var(--bg-card, #fff);
    padding: 40px 36px;
    border-radius: var(--e8cg);
    box-shadow: var(--e12hy);
    margin-top: -24px;
    position: relative;
    z-index: 5;
    border: 1px solid var(--border-color);
}
.sc_v8qbzf { background: var(--e14r7); color: #fff !important; padding: 6px 16px; border-radius: var(--e6f6); font-size: 11px; }

.sc_elqo5u {
    background: transparent;
    padding: 12px 16px;
}
.sc_elqo5u .sc_w123ls {
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(12px) saturate(140%);
    -webkit-backdrop-filter: blur(12px) saturate(140%);
    border-radius: var(--e8cg);
    padding: 12px 24px;
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 4px 30px rgba(0,0,0,0.05);
}
.sc_elqo5u.scrolled { padding: 8px 16px; }
.sc_elqo5u.scrolled .sc_w123ls {
    background: rgba(255,255,255,0.9);
    box-shadow: 0 8px 40px rgba(0,0,0,0.08);
}
.sc_j5vitu .nav-link { font-size: 13px; font-weight: 500; }

.sc_vo37wy { background: var(--bg-primary); color: var(--text-secondary); padding: 60px 0; text-align: center; border-top: 1px solid var(--border-color); }
.sc_vo37wy p, .sc_vo37wy li, .sc_vo37wy span,
.sc_vo37wy .sc_izg5e3 p, .sc_vo37wy .footer-contact li { color: var(--text-secondary); }
.sc_vo37wy h1,.sc_vo37wy h2,.sc_vo37wy h3,.sc_vo37wy h4,.sc_vo37wy h5 { color: var(--text-primary); }
.sc_izg5e3 { text-align: center; }
.sc_izg5e3 .sc_qqgw5o::after { margin: 12px auto 0; }
.sc_slptv0 { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; }
.sc_slptv0 li { margin-bottom: 0; }
.sc_slptv0 a { color: var(--text-secondary); }
.sc_qptuv3 { justify-content: center; }
.sc_qptuv3 a { background: var(--bg-secondary); border-color: var(--border-color); color: var(--text-secondary); }
.sc_j8e0pk { text-align: center; border-top: 1px solid var(--border-color); margin-top: 40px; }
.sc_j8e0pk p { color: var(--text-muted); }

.contact-section .sc_yniz4a {
    border: 2px solid var(--e14r7);
    padding: 40px;
    border-radius: var(--e7jx);
    position: relative;
}
.contact-section .sc_yniz4a::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 30px;
    right: 30px;
    height: 4px;
    background: var(--e1lh);
    border-radius: 0 0 4px 4px;
}
.contact-section .form-control { border-radius: var(--e6f6); }

.sc_wn0m0u { font-size: 24px; font-weight: 800; background: var(--e1lh); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.sc_ghveeo, .card-title { font-size: 22px; font-weight: 800; line-height: 1.2; }
.sc_wnyimc { font-size: 20px; font-weight: 700; }
h4 { font-size: 20px; font-weight: 700; }
h5 { font-size: 16px; font-weight: 600; }

.sc_k5obnd .sc_t87nbv img, .sc_t87nbv img {
    border-radius: 50%;
    box-shadow: 0 8px 30px rgba(var(--e14r7-rgb, 99,102,241), 0.25);
    transition: box-shadow 0.3s ease;
}
.sc_k5obnd:hover .sc_t87nbv img {
    box-shadow: 0 12px 40px rgba(var(--e14r7-rgb, 99,102,241), 0.4);
}

section:not(.sc_nt1uai) .col-lg-6 img, section:not(.sc_nt1uai) .col-lg-5 img, .about-section img, section img.rounded {
    outline: 2px solid var(--e14r7);
    outline-offset: 8px;
    border-radius: var(--e7jx);
}

.sc_a4hd2t { width: 44px; height: 44px; gap: 5px; border: 2px solid var(--text-primary); background: none; border-radius: 0; }
.sc_a4hd2t .sc_iu2dhg { width: 20px; height: 2px; border-radius: 0; transition: transform 0.3s ease, opacity 0.3s ease; }
.sc_a4hd2t.active { border-color: var(--e14r7); }
.sc_a4hd2t.active .sc_iu2dhg:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sc_a4hd2t.active .sc_iu2dhg:nth-child(2) { opacity: 0; }
.sc_a4hd2t.active .sc_iu2dhg:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.scroll-nums{position:fixed;right:16px;top:50%;transform:translateY(-50%);z-index:9990;display:flex;flex-direction:column;gap:16px;font-size:11px;font-weight:700;opacity:0.3;font-family:var(--e5wk);}.scroll-nums span{cursor:pointer;transition:all 0.3s;}.scroll-nums span.active{color:var(--e14r7);opacity:1;transform:scale(1.5);}@media(max-width:768px){.scroll-nums{display:none;}}

.progress-pct{position:fixed;bottom:20px;left:20px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:var(--e14r7);background:var(--bg-card);border:1px solid var(--border-color);border-radius:50%;z-index:9990;opacity:0.6;font-family:var(--e5wk);}@media(max-width:768px){.progress-pct{display:none;}}

.sc_dizsav,.sc_il73ff,.sc_ya0fnp{opacity:0;animation:blurIn 0.6s ease forwards;}.row>[class*="col"]:nth-child(1)>*{animation-delay:0.08s;}.row>[class*="col"]:nth-child(2)>*{animation-delay:0.18s;}.row>[class*="col"]:nth-child(3)>*{animation-delay:0.28s;}.row>[class*="col"]:nth-child(4)>*{animation-delay:0.38s;}@keyframes blurIn{from{opacity:0;filter:blur(4px);transform:translateY(12px);}to{opacity:1;filter:blur(0);transform:translateY(0);}}

.typewriter-cursor{display:inline-block;width:2px;height:1em;background:var(--e14r7);margin-left:4px;animation:twBlink 0.7s step-end infinite;vertical-align:text-bottom;}@keyframes twBlink{50%{opacity:0;}}

@media(prefers-reduced-motion:reduce){.sc_dizsav,.sc_il73ff,.sc_ya0fnp,.sc_kfuzww,.sc_k5obnd,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

.bg-deco{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.bg-deco i{position:absolute;width:3px;height:3px;background:var(--e14r7);border-radius:50%;opacity:0;animation:decoSparkle 4s ease-in-out infinite;}@keyframes decoSparkle{0%,100%{opacity:0;transform:scale(0);}50%{opacity:0.06;transform:scale(1);}}

main > section {
    transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94), opacity 0.6s ease;
    will-change: transform, opacity;
}
main > section.exit-right {
    transform: translateX(100vw);
    opacity: 0;
}
main > section.enter-left {
    transform: translateX(-100vw);
    opacity: 0;
}
main > section.in-view {
    transform: translateX(0);
    opacity: 1;
}
.sc_nt1uai { transform: none !important; opacity: 1 !important; }
@media (max-width: 768px) {
    main > section.exit-right { transform: translateX(60vw); }
    main > section.enter-left { transform: translateX(-60vw); }
}

.sc_dizsav,.sc_il73ff,.sc_ya0fnp,.sc_kfuzww{position:relative;overflow:hidden;}.sc_dizsav::before,.sc_il73ff::before,.sc_ya0fnp::before,.sc_kfuzww::before{content:'';position:absolute;top:-50%;left:-75%;width:50%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.12),transparent);transform:skewX(-15deg);transition:left 0.6s ease;pointer-events:none;z-index:10;}.sc_dizsav:hover::before,.sc_il73ff:hover::before,.sc_ya0fnp:hover::before,.sc_kfuzww:hover::before{left:125%;}

.sc_dizsav,.sc_il73ff{transition:background 0.4s ease,color 0.4s ease,border-color 0.4s ease,box-shadow 0.4s ease;}.sc_dizsav:hover,.sc_il73ff:hover{background:var(--e14r7) !important;border-color:var(--e14r7) !important;box-shadow:0 12px 30px rgba(0,0,0,0.15) !important;}.sc_dizsav:hover .sc_ghveeo,.sc_dizsav:hover .sc_fhhajw,.sc_dizsav:hover i,.sc_il73ff:hover .card-title,.sc_il73ff:hover .card-text{color:#fff !important;}.sc_dizsav:hover .sc_gq1m04{background:rgba(255,255,255,0.15) !important;color:#fff !important;}

.float-shapes{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.float-hex{position:absolute;width:60px;height:34px;background:var(--e14r7);opacity:0.025;animation:floatHex 22s ease-in-out infinite alternate;clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);}@keyframes floatHex{0%{transform:translateY(0) rotate(0deg);}100%{transform:translateY(-80px) rotate(60deg);}}

.sc_ss3lqx{overflow:hidden;}.sc_ss3lqx-inner{display:inline-block;transform:translateY(100%);opacity:0;transition:transform 0.8s cubic-bezier(0.16,1,0.3,1),opacity 0.8s ease;}.in-view .sc_ss3lqx-inner,.wow.animated .sc_ss3lqx-inner{transform:translateY(0);opacity:1;}

.ix-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 980px;
    margin: 0 auto;
}
.ix-cd-item {
    min-width: 150px;
    padding: 18px 16px 14px;
    border-radius: var(--e7jx);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    text-align: center;
}
.ix-cd-num {
    display: block;
    font-family: var(--e3n9);
    font-size: clamp(36px, 5.4vw, 56px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 8px 24px rgba(0,0,0,0.22);
}
.ix-cd-label {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
}
.ix-cd-sep {
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    margin: 0 2px;
    color: rgba(255,255,255,0.35);
    transform: translateY(-6px);
}
.ix-cd-num.ix-cd-tick {
    animation: ixCdTick 0.28s ease;
}
@keyframes ixCdTick {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-3px) scale(1.06); color: var(--e14r7); }
    100% { transform: translateY(0) scale(1); }
}

@media (max-width: 992px) {
    .ix-cd-item {
        min-width: 130px;
        padding: 16px 12px 12px;
    }
}

@media (max-width: 576px) {
    .ix-countdown {
        gap: 10px;
    }
    .ix-cd-item {
        min-width: calc(50% - 10px);
    }
    .ix-cd-sep {
        display: none;
    }
}

html:not(.sc_xtsyor) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .sc_w123ls {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .sc_j5vitu {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .sc_j5vitu .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .sc_qfuj78, .sc_zvky1c {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .sc_qfuj78 .nav-link,
    .sc_zvky1c .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .sc_po2tn8 {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .sc_wn0m0u {
        flex-shrink: 0;
    }
}

div.sc_sjhf4g:not(.sc_oje1fr) {
    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_sjhf4g:not(.sc_oje1fr) + .sc_elqo5u {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.sc_sjhf4g.sc_sq3mfq {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.sc_sjhf4g.sc_sq3mfq + .sc_elqo5u,
div.sc_sjhf4g:not(.sc_oje1fr) + .sc_elqo5u.scrolled {
    top: 0;
}
div.sc_sjhf4g:not(.sc_oje1fr) ~ .sc_nt1uai {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.sc_sjhf4g:not(.sc_oje1fr) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.sc_sjhf4g:not(.sc_oje1fr) + .sc_elqo5u {
        top: 0;
    }
    div.sc_sjhf4g:not(.sc_oje1fr) ~ .sc_nt1uai {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .sc_a4hd2t {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .sc_a4hd2t .sc_iu2dhg {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .sc_j5vitu {
        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_j5vitu .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_j5vitu .nav-link::after { display: none !important; }
    .sc_po2tn8 { display: none !important; }
    .sc_qfuj78, .sc_zvky1c { display: none !important; }
}

@media (max-width: 992px) {
    .sc_j5vitu { right: -100% !important; left: auto !important; width: min(320px,85vw) !important; background: rgba(var(--bg-card-rgb,255,255,255),0.65) !important; backdrop-filter: blur(20px) !important; -webkit-backdrop-filter: blur(20px) !important; border-left: 1px solid rgba(255,255,255,0.2) !important; padding: 100px 32px 40px !important; box-shadow: -4px 0 30px rgba(0,0,0,0.15) !important; transition: right 0.4s cubic-bezier(0.4,0,0.2,1) !important; }
    .sc_j5vitu.active { right: 0 !important; }
    .sc_j5vitu .nav-link { opacity: 0 !important; transform: translateX(16px) scale(0.96) !important; transition: opacity 0.35s ease, transform 0.35s ease !important; border-bottom: 1px solid rgba(255,255,255,0.15) !important; }
    .sc_j5vitu.active .nav-link { opacity: 1 !important; transform: translateX(0) scale(1) !important; }
    .sc_j5vitu.active .nav-link:nth-child(1){transition-delay:.08s !important;}
    .sc_j5vitu.active .nav-link:nth-child(2){transition-delay:.14s !important;}
    .sc_j5vitu.active .nav-link:nth-child(3){transition-delay:.20s !important;}
    .sc_j5vitu.active .nav-link:nth-child(4){transition-delay:.26s !important;}
    .sc_j5vitu.active .nav-link:nth-child(5){transition-delay:.32s !important;}
    .sc_j5vitu.active .nav-link:nth-child(6){transition-delay:.38s !important;}
    .sc_j5vitu.active .nav-link:nth-child(7){transition-delay:.44s !important;}
    .sc_j5vitu.active .nav-link:nth-child(8){transition-delay:.50s !important;}
}

.sc_dizsav,
.sc_il73ff,
.sc_ya0fnp,
.sc_kfuzww,
.sc_fcu9m3,
.sc_k5obnd {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.sc_dizsav *,
.sc_il73ff *,
.sc_ya0fnp *,
.sc_kfuzww *,
.sc_fcu9m3 * {
    filter: none !important;
}
@supports (animation: none) {
    .sc_dizsav, .sc_il73ff, .sc_ya0fnp {
        animation-fill-mode: forwards !important;
    }
}
.sc_ya0fnp + .sc_ya0fnp {
    margin-top: 1.5rem;
}

.sc_nt1uai .sc_o3o0k4 ~ .container,
.sc_nt1uai .sc_o3o0k4 ~ .container * {
    color: #fff;
}
.sc_nt1uai .sc_o3o0k4 ~ .container p,
.sc_nt1uai .sc_o3o0k4 ~ .container .sc_pb2flg {
    color: rgba(255,255,255,0.85);
}
.sc_nt1uai .sc_o3o0k4 ~ .container .sc_fv4vhs {
    color: inherit;
}
.sc_h7h9gl .sc_v8qbzf { color: #fff; }
.sc_h7h9gl .sc_ell30q { color: var(--e14r7); }
.sc_h7h9gl .sc_otjilz { color: rgba(255,255,255,0.55); }
.sc_h7h9gl .sc_slptv0 a { color: rgba(255,255,255,0.65); }
.sc_h7h9gl .sc_slptv0 a:hover { color: #fff; }
.sc_vo37wy[style*="background:none"] { background: none !important; }
.sc_vo37wy[style*="background:none"]::before,
.sc_vo37wy[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.619;
    letter-spacing: 0.013em;
}

.sc_dizsav, .sc_il73ff, .sc_ya0fnp, .sc_u4m26n, .sc_kfuzww {
    padding: 27px;
}
.sc_dizsav, .sc_il73ff, .sc_ya0fnp, .sc_u4m26n, .sc_kfuzww .card-body {
    padding: 26px 23px;
}
.row > [class*="col"]:nth-child(1) .sc_dizsav,
.row > [class*="col"]:nth-child(1) .sc_il73ff {
    padding: 27px;
    border-radius: calc(var(--e7jx) + 3px);
}
.row > [class*="col"]:nth-child(2) .sc_dizsav,
.row > [class*="col"]:nth-child(2) .sc_il73ff {
    padding: 29px;
    border-radius: calc(var(--e7jx) + 3px);
}
.row > [class*="col"]:nth-child(3) .sc_dizsav,
.row > [class*="col"]:nth-child(3) .sc_il73ff {
    padding: 24px;
    border-radius: calc(var(--e7jx) + 1px);
}
.row > [class*="col"]:nth-child(4) .sc_dizsav,
.row > [class*="col"]:nth-child(4) .sc_il73ff {
    padding: 27px;
    border-radius: calc(var(--e7jx) + -2px);
}
.row > [class*="col"]:nth-child(5) .sc_dizsav,
.row > [class*="col"]:nth-child(5) .sc_il73ff {
    padding: 26px;
    border-radius: calc(var(--e7jx) + 3px);
}
.row > [class*="col"]:nth-child(6) .sc_dizsav,
.row > [class*="col"]:nth-child(6) .sc_il73ff {
    padding: 24px;
    border-radius: calc(var(--e7jx) + 1px);
}

.sc_fv4vhs {
    padding: 15px 32px;
    font-size: 14px;
    letter-spacing: 0.335px;
    border-radius: calc(var(--e7jx) + -1px);
}
.sc_pfkelb {
    padding: 14px 33px;
    border-width: 1px;
}

main > section {
    padding-top: 93px;
    padding-bottom: 96px;
}
main > section:first-child {
    padding-top: 107px;
}
main > section:nth-child(5) {
    padding-top: 86px;
    padding-bottom: 87px;
}
main > section:nth-child(6) {
    padding-top: 91px;
    padding-bottom: 100px;
}

.sc_x4lllf {
    margin-bottom: 49px;
}

.sc_dizsav, .sc_il73ff, .sc_ya0fnp, .sc_kfuzww {
    box-shadow: 1px 5px 17px rgba(0,0,0,0.062);
}

.sc_nt1uai {
    padding-top: 98px;
}
.sc_g394li {
    margin-bottom: 24px;
}
.sc_pb2flg {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.61;
}
.sc_v8qbzf {
    font-size: 13px;
    letter-spacing: 2.518px;
    margin-bottom: 23px;
}
.sc_y3onqn {
    gap: 15px;
}

.sc_cpmhce img {
    border-radius: 8px;
    box-shadow: 0 8px 34px rgba(0,0,0,0.154);
}

.sc_gq1m04 {
    width: 51px;
    height: 51px;
    font-size: 21px;
    border-radius: 14px;
    margin-bottom: 16px;
}

.sc_ghveeo, .card-title {
    font-size: 20px;
    margin-bottom: 8px;
}
.sc_fhhajw, .card-text {
    font-size: 16px;
    line-height: 1.596;
}

.sc_ss3lqx {
    margin-bottom: 16px;
    letter-spacing: 0.025px;
}
.sc_ell30q {
    font-size: 13px;
    letter-spacing: 2.355px;
    margin-bottom: 15px;
}
.sc_joy1gh {
    font-size: 16px;
    line-height: 1.609;
}

@media (min-width: 993px) {
    .sc_j5vitu {
        gap: 28px;
    }
    .sc_j5vitu .nav-link {
        font-size: 15px;
        padding: 10px 0;
    }
}

.sc_vo37wy {
    padding-top: 67px;
}
.sc_izg5e3 .sc_qqgw5o {
    font-size: 16px;
    margin-bottom: 19px;
}
.sc_slptv0 a {
    font-size: 14px;
}
.sc_slptv0 li {
    margin-bottom: 8px;
}
.sc_qptuv3 {
    gap: 12px;
}
.sc_qptuv3 a {
    width: 40px;
    height: 40px;
}
.sc_j8e0pk {
    padding: 23px 0;
    margin-top: 49px;
}

.form-control {
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 15px;
}

.sc_u4m26n {
    padding: 34px;
}
.sc_o2lfhs {
    font-size: 18px;
    line-height: 1.672;
    margin-bottom: 16px;
}
.sc_r3f5th {
    width: 44px;
    height: 44px;
}
.sc_hpdzr3 {
    font-size: 16px;
}
.sc_hxjwvz {
    font-size: 13px;
}

.sc_kfuzww {
    padding: 35px;
}
.sc_e75k7g {
    font-size: 18px;
    margin-bottom: 8px;
}
.sc_il9wqa {
    font-size: 46px;
    margin-bottom: 23px;
}
.sc_agm617 li {
    padding: 8px 0;
    font-size: 13px;
}

.sc_jgav3k, .stat-number {
    font-size: 47px;
    margin-bottom: 8px;
}
.sc_hk7k5j {
    font-size: 13px;
    letter-spacing: 0.676px;
}

.sc_t87nbv img {
    border-radius: 13px;
}
.sc_wnrdtf {
    font-size: 19px;
    margin-bottom: 3px;
}
.sc_hd3e2j {
    font-size: 13px;
}

.sc_qidy24 {
    font-size: 35px;
    margin-bottom: 14px;
}
.sc_wnyimc {
    font-size: 19px;
    margin-bottom: 10px;
}

.wow {
    animation-duration: 0.495s !important;
}
.sc_dizsav, .sc_il73ff, .sc_ya0fnp, .sc_u4m26n,
.sc_kfuzww, .sc_k5obnd {
    transition-duration: 0.36s;
}

.row {
    --bs-gutter-y: 24px;
}

.sc_h7ju1y {
    padding: 76px 0;
}
.sc_tjx1qy {
    font-size: 36px;
    margin-bottom: 13px;
}
.sc_ajqacc {
    font-size: 18px;
    margin-bottom: 32px;
}

.sc_ya0fnp .sc_wrd4tc img {
    border-radius: 7px 7px 0 0;
}
.sc_ygr8fr {
    font-size: 13px;
    margin-bottom: 7px;
    gap: 10px;
}

.sc_elqo5u {
    padding: 19px 0;
}
.sc_elqo5u.scrolled {
    padding: 17px 0;
}
.sc_wn0m0u {
    font-size: 23px;
}
.sc_po2tn8 {
    margin-left: 16px;
}

:root {
    --_run: 8.6;
    --_ref: 14970;
    --_gen: 53009;
    --_stamp: 48887;
    --_key: 8.75;
}
.view-anchor { unicode-bidi: normal; --_stamp: 208 }
.data-layer { vertical-align: baseline; font-style: inherit; outline: 0 solid transparent }

.sc_h7h9gl h1, .sc_h7h9gl h2, .sc_h7h9gl h3, .sc_h7h9gl h4, .sc_h7h9gl h5, .sc_h7h9gl h6 { color: #fff !important; }
.sc_h7h9gl { color: rgba(255,255,255,0.85) !important; }
.sc_h7h9gl p, .sc_h7h9gl li, .sc_h7h9gl span:not(.badge):not(.sc_fv4vhs), .sc_h7h9gl .sc_vqtzdc, .sc_h7h9gl label, .sc_h7h9gl blockquote, .sc_h7h9gl figcaption, .sc_h7h9gl dt, .sc_h7h9gl dd, .sc_h7h9gl td, .sc_h7h9gl th { color: rgba(255,255,255,0.78) !important; }
.sc_h7h9gl a:not(.sc_fv4vhs):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_h7h9gl a:not(.sc_fv4vhs):not(.nav-link):hover { color: #fff !important; }
.sc_h7h9gl .sc_jgav3k { color: #fff !important; }
.sc_h7h9gl .sc_hk7k5j { 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_fv4vhs), .bg-dark-custom .sc_vqtzdc, .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_fv4vhs):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.sc_fv4vhs):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .sc_jgav3k { color: #fff !important; }
.bg-dark-custom .sc_hk7k5j { 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_fv4vhs), .bg-gradient-custom .sc_vqtzdc, .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_fv4vhs):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.sc_fv4vhs):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .sc_jgav3k { color: #fff !important; }
.bg-gradient-custom .sc_hk7k5j { 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_fv4vhs), .bg-accent-custom .sc_vqtzdc, .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_fv4vhs):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.sc_fv4vhs):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .sc_jgav3k { color: #fff !important; }
.bg-accent-custom .sc_hk7k5j { color: rgba(255,255,255,0.7) !important; }

.sc_h7ju1y h1, .sc_h7ju1y h2, .sc_h7ju1y h3, .sc_h7ju1y h4, .sc_h7ju1y h5, .sc_h7ju1y h6 { color: #fff !important; }
.sc_h7ju1y { color: rgba(255,255,255,0.85) !important; }
.sc_h7ju1y p, .sc_h7ju1y li, .sc_h7ju1y span:not(.badge):not(.sc_fv4vhs), .sc_h7ju1y .sc_vqtzdc, .sc_h7ju1y label, .sc_h7ju1y blockquote, .sc_h7ju1y figcaption, .sc_h7ju1y dt, .sc_h7ju1y dd, .sc_h7ju1y td, .sc_h7ju1y th { color: rgba(255,255,255,0.78) !important; }
.sc_h7ju1y a:not(.sc_fv4vhs):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_h7ju1y a:not(.sc_fv4vhs):not(.nav-link):hover { color: #fff !important; }
.sc_h7ju1y .sc_jgav3k { color: #fff !important; }
.sc_h7ju1y .sc_hk7k5j { color: rgba(255,255,255,0.7) !important; }

.sc_vo37wy { color: var(--text-secondary, #555) !important; }
.sc_vo37wy h1, .sc_vo37wy h2, .sc_vo37wy h3,
.sc_vo37wy h4, .sc_vo37wy h5, .sc_vo37wy h6,
.sc_vo37wy .sc_qqgw5o { color: var(--text-primary, #1a1a2e) !important; }
.sc_vo37wy p, .sc_vo37wy li, .sc_vo37wy span,
.sc_vo37wy label { color: var(--text-secondary, #555) !important; }
.sc_vo37wy a:not(.sc_fv4vhs) { color: var(--text-secondary, #555) !important; }
.sc_vo37wy a:not(.sc_fv4vhs):hover { color: var(--e14r7) !important; }
.sc_vo37wy .sc_j8e0pk p { color: var(--text-muted, #888) !important; }

.sc_kvbb40 h1, .sc_kvbb40 h2, .sc_kvbb40 h3, .sc_kvbb40 h4, .sc_kvbb40 h5, .sc_kvbb40 h6 { color: var(--text-primary, #1a1a2e) !important; }
.sc_kvbb40 p, .sc_kvbb40 li, .sc_kvbb40 span:not(.badge):not(.sc_fv4vhs), .sc_kvbb40 .sc_vqtzdc, .sc_kvbb40 label, .sc_kvbb40 blockquote, .sc_kvbb40 figcaption, .sc_kvbb40 dt, .sc_kvbb40 dd, .sc_kvbb40 td, .sc_kvbb40 th { color: var(--text-secondary, #555) !important; }

.sc_sjhf4g h1, .sc_sjhf4g h2, .sc_sjhf4g h3, .sc_sjhf4g h4, .sc_sjhf4g h5, .sc_sjhf4g h6 { color: var(--text-primary, #1a1a2e) !important; }
.sc_sjhf4g p, .sc_sjhf4g li, .sc_sjhf4g span:not(.badge):not(.sc_fv4vhs), .sc_sjhf4g .sc_vqtzdc, .sc_sjhf4g label, .sc_sjhf4g blockquote, .sc_sjhf4g figcaption, .sc_sjhf4g dt, .sc_sjhf4g dd, .sc_sjhf4g td, .sc_sjhf4g th { color: var(--text-secondary, #555) !important; }
