@import url('https://fonts.googleapis.com/css2?family=Teko:wght@400;500;600;700&family=Rubik:wght@400;500&display=swap');

:root {
    --p14v0: #9583CA;
    --p15ls: #C98CCF;
    --p16mj: #6888BC;
    --p1v2: linear-gradient(to bottom right, var(--p14v0), var(--p15ls));
    --p3i8: 'Teko', sans-serif;
    --p5tb: 'Rubik', sans-serif;
    --p19n8: 72px;
    --p20oe: 48px;
    --p21c5: 32px;
    --p17f1: 18px;
    --p18rg: 600;
    --p6ha: 2px;
    --p7pr: 4px;
    --p8ee: 6px;
    --p9w2: 8px;
    --p4tl: 4px;
    --p10fw: 0 2px 8px rgba(0,0,0,0.06);
    --p11bj: 0 4px 16px rgba(0,0,0,0.08);
    --p12g5: 0 8px 32px rgba(0,0,0,0.12);
    --p13d9: 0 16px 48px rgba(0,0,0,0.16);
    --nc0h: 80px 0;
}
.yl4386 {
    border-radius: 8px;
    padding: 18px 36px;
}
.jwkdm5, .qe680, .jl9k4, .yqs23s, .cxwa5 {
    border-width: 1px;
    border-color: #9583CA33;
}

.jwkdm5, .qe680, .yqs23s, .cxwa5, .jl9k4 {
    border-left: 4px solid var(--p14v0);
    border-bottom: 4px solid var(--p15ls, var(--p14v0));
    border-radius: 0;
}

.tv4o {
    position: relative;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    margin: 40px 0;
}

.jwkdm5, .qe680, .yqs23s, .cxwa5, .jl9k4 {
    position: relative;
}
.jwkdm5::after, .qe680::after {
    content: '';
    position: absolute;
    inset: 8px 8px -8px -8px;
    background: var(--p14v0);
    opacity: 0.12;
    border-radius: inherit;
    z-index: -1;
    transition: opacity 0.3s;
}
.jwkdm5:hover::after, .qe680:hover::after {
    opacity: 0.22;
}

.aegb6 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.aegb6::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;
}
.aegb6:hover::before {
    left: 0;
}

.tv4o {
    background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
}

.ig90 { padding-top: 140px; padding-bottom: 40px; background: var(--bg-primary); }
.uqol {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 11px;
    background: none;
    padding: 0;
    color: var(--text-secondary) !important;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 12px;
    margin-bottom: 32px;
    display: block;
}
.pq6dk { font-size: calc(var(--p19n8) * 1.2); line-height: 0.95; margin-bottom: 32px; }
.ag6k img {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid var(--border-color);
}
.adwrn { font-style: italic; border-left: 2px solid var(--p14v0); padding-left: 20px; }

.la90 { background: transparent; padding: 24px 0; }
.la90 .lv2j { padding-bottom: 20px; border-bottom: 1px solid rgba(0,0,0,0.06); }
.la90.scrolled { background: var(--bg-primary); padding: 12px 0; }
.la90.scrolled .lv2j { border-bottom: none; }
.bijh .nav-link::after { display: none; }
.bijh .nav-link:hover { opacity: 0.6; }
.sbommb { font-weight: 400; letter-spacing: 2px; text-transform: uppercase; font-size: 18px; }

.ufr6l {
    background: var(--footer-dark-bg);
    color: rgba(255,255,255,0.6);
    padding-top: 100px;
    position: relative;
}
.ufr6l::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, transparent, var(--footer-dark-bg));
}
.kskd .bjiv9x::after { width: 100%; height: 1px; opacity: 0.2; background: #fff; }
.lbjfv a { border-radius: var(--p6ha); }

.contact-section .form-control {
    padding: 18px 20px;
    font-size: 16px;
    border: 2px solid var(--border-color);
    border-radius: var(--p7pr);
    transition: all 0.3s;
}
.contact-section .form-control:focus { border-color: var(--p14v0); box-shadow: 0 0 0 4px rgba(var(--p14v0), 0.08); transform: translateY(-2px); }
.contact-section .yl4386 { font-size: 16px; padding: 18px 36px; }

.sbommb { font-size: 16px; font-weight: 700; background: var(--p14v0); color: #fff !important; padding: 8px 20px; border-radius: var(--p4tl); letter-spacing: 1px; }
.sbommb:hover { color: #fff; opacity: 0.9; }

.jwkdm5 { counter-increment: card-counter; }
.me0kwo::before {
    content: counter(card-counter, decimal-leading-zero) '.';
    display: block;
    color: var(--p14v0);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 6px;
    opacity: 0.6;
}
.services-section, .features-section { counter-reset: card-counter; }

.ag6k img {
    clip-path: polygon(8% 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 8%);
}

.ad2ul0 { width: 40px; height: 40px; gap: 6px; border: none; background: none; border-radius: 0; }
.ad2ul0 .pqw5 { width: 24px; height: 2px; border-radius: 2px; transition: transform 0.5s cubic-bezier(0.34,1.56,0.64,1), opacity 0.25s ease; }
.ad2ul0.active .pqw5:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.ad2ul0.active .pqw5:nth-child(2) { opacity: 0; }
.ad2ul0.active .pqw5:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

main > section + section::before{content:'\2193';display:block;text-align:center;color:var(--p14v0);opacity:0.25;font-size:22px;padding:10px 0;}

.cursor-highlight-row{position:fixed;left:0;width:100%;height:40px;pointer-events:none;z-index:99998;background:linear-gradient(180deg,transparent,var(--p14v0),transparent);opacity:0.015;transition:top 0.08s;}

.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(--p5tb);}.scroll-nums span{cursor:pointer;transition:all 0.3s;}.scroll-nums span.active{color:var(--p14v0);opacity:1;transform:scale(1.5);}@media(max-width:768px){.scroll-nums{display:none;}}

.jwkdm5,.qe680{opacity:0;animation:slideLeft 0.6s ease forwards;}.row>[class*="col"]:nth-child(odd) .jwkdm5,.row>[class*="col"]:nth-child(odd) .qe680{animation-name:slideLeft;}.row>[class*="col"]:nth-child(even) .jwkdm5,.row>[class*="col"]:nth-child(even) .qe680{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);}}

.typewriter-cursor{display:inline-block;width:2px;height:1em;background:var(--p14v0);margin-left:4px;animation:twBlink 0.7s step-end infinite;vertical-align:text-bottom;}@keyframes twBlink{50%{opacity:0;}}

@media(prefers-reduced-motion:reduce){.jwkdm5,.qe680,.yqs23s,.cxwa5,.anv3u,.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(--p14v0);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 {
    perspective: 1200px;
}
main > section {
    transition: transform 0.8s cubic-bezier(0.22,1,0.36,1), opacity 0.7s ease;
    will-change: transform, opacity;
    backface-visibility: hidden;
}
main > section:nth-child(odd):not(.jh6o5a):not(.ihqi) {
    transform-origin: left center;
    transform: rotateY(90deg);
    opacity: 0;
}
main > section:nth-child(even):not(.jh6o5a):not(.ihqi) {
    transform-origin: right center;
    transform: rotateY(-90deg);
    opacity: 0;
}
main > section.in-view {
    transform: rotateY(0) !important;
    opacity: 1 !important;
}
.ig90 { transform: none !important; opacity: 1 !important; backface-visibility: visible !important; }
@media (max-width: 768px) {
    main { perspective: none; }
    main > section:nth-child(odd):not(.jh6o5a):not(.ihqi),
    main > section:nth-child(even):not(.jh6o5a):not(.ihqi) { transform: translateY(30px); backface-visibility: visible; }
}

.jwkdm5,.qe680,.yqs23s,.jl9k4,.cxwa5{transition:transform 0.35s ease,box-shadow 0.35s ease;}.jwkdm5:hover,.qe680:hover,.yqs23s:hover,.jl9k4:hover,.cxwa5:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,0.12) !important;}

.jwkdm5,.qe680{transition:background 0.4s ease,color 0.4s ease,border-color 0.4s ease,box-shadow 0.4s ease;}.jwkdm5:hover,.qe680:hover{background:var(--p14v0) !important;border-color:var(--p14v0) !important;box-shadow:0 12px 30px rgba(0,0,0,0.15) !important;}.jwkdm5:hover .me0kwo,.jwkdm5:hover .cxdpnm,.jwkdm5:hover i,.qe680:hover .card-title,.qe680:hover .card-text{color:#fff !important;}.jwkdm5:hover .edvy8{background:rgba(255,255,255,0.15) !important;color:#fff !important;}

.jwkdm5 .edvy8 i,.jwkdm5 .edvy8 svg{animation:iconPulse 3s ease-in-out infinite;}.jwkdm5:nth-child(2) .edvy8 i{animation-delay:-0.5s;}.jwkdm5:nth-child(3) .edvy8 i{animation-delay:-1s;}.jwkdm5:nth-child(4) .edvy8 i{animation-delay:-1.5s;}@keyframes iconPulse{0%,100%{transform:scale(1);}50%{transform:scale(1.15);}}

.orbit-wrap{position:relative;display:inline-block;}.orbit-dot{position:absolute;width:6px;height:6px;background:var(--p14v0);border-radius:50%;top:50%;left:50%;margin:-3px;animation:orbitSpin 8s linear infinite;opacity:0.4;pointer-events:none;}@keyframes orbitSpin{to{transform:rotate(360deg) translateX(30px) rotate(-360deg);}}

.float-shapes{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.float-cross{position:absolute;width:16px;height:16px;opacity:0.035;animation:crossFloat 20s ease-in-out infinite alternate;}.float-cross::before,.float-cross::after{content:'';position:absolute;background:var(--p14v0);border-radius:1px;}.float-cross::before{width:100%;height:2px;top:50%;transform:translateY(-50%);}.float-cross::after{width:2px;height:100%;left:50%;transform:translateX(-50%);}@keyframes crossFloat{0%{transform:rotate(0deg) translate(0,0);}100%{transform:rotate(180deg) translate(30px,-50px);}}

.shimmer-reveal{position:relative;overflow:hidden;}.shimmer-reveal::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,0.08) 50%,transparent 100%);transform:translateX(-100%);animation:shimmerLoad 1.5s ease forwards;}@keyframes shimmerLoad{to{transform:translateX(100%);}}

.highlight-text{display:inline;background:linear-gradient(var(--p14v0),var(--p14v0));background-size:0% 30%;background-position:0 90%;background-repeat:no-repeat;transition:background-size 1s ease;}.highlight-text.active{background-size:100% 30%;}

main > section:nth-child(odd):not(:first-child) { position: relative; overflow: clip; }
main > section:nth-child(odd):not(:first-child)::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.02;
    background:
        linear-gradient(135deg, var(--p14v0) 25%, transparent 25%) -20px 0,
        linear-gradient(225deg, var(--p14v0) 25%, transparent 25%) -20px 0,
        linear-gradient(315deg, var(--p14v0) 25%, transparent 25%),
        linear-gradient(45deg, var(--p14v0) 25%, transparent 25%);
    background-size: 40px 40px;
}
.ig90::before { display: none !important; }

html:not(.vfpu) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .lv2j {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .bijh {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .bijh .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .fhcvc8, .ysy76 {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .fhcvc8 .nav-link,
    .ysy76 .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .vvsyf {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .sbommb {
        flex-shrink: 0;
    }
}

div.tv4o:not(.nc0h) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div.tv4o:not(.nc0h) + .la90 {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.tv4o.vpldq {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.tv4o.vpldq + .la90,
div.tv4o:not(.nc0h) + .la90.scrolled {
    top: 0;
}
div.tv4o:not(.nc0h) ~ .ig90 {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.tv4o:not(.nc0h) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.tv4o:not(.nc0h) + .la90 {
        top: 0;
    }
    div.tv4o:not(.nc0h) ~ .ig90 {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .ad2ul0 {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .ad2ul0 .pqw5 {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .bijh {
        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;
    }
    .bijh .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;
    }
    .bijh .nav-link::after { display: none !important; }
    .vvsyf { display: none !important; }
    .fhcvc8, .ysy76 { display: none !important; }
}

@media (max-width: 992px) {
    .bijh { right: -100% !important; left: auto !important; width: min(320px,85vw) !important; background: #0a0a0a !important; padding: 100px 32px 40px !important; box-shadow: -4px 0 60px rgba(0,0,0,0.6) !important; border-left: 1px solid rgba(255,255,255,0.06) !important; transition: right 0.45s cubic-bezier(0.4,0,0.2,1) !important; }
    .bijh.active { right: 0 !important; }
    .bijh .nav-link { color: rgba(255,255,255,0.8) !important; text-transform: uppercase !important; font-size: 13px !important; letter-spacing: 2px !important; border-bottom: 1px solid rgba(255,255,255,0.07) !important; opacity: 0 !important; transform: translateX(30px) !important; transition: opacity 0.4s ease, transform 0.4s ease, color 0.2s !important; }
    .bijh.active .nav-link { opacity: 1 !important; transform: translateX(0) !important; }
    .bijh.active .nav-link:hover { color: var(--p14v0) !important; }
    .bijh.active .nav-link:nth-child(1){transition-delay:.10s !important;}
    .bijh.active .nav-link:nth-child(2){transition-delay:.16s !important;}
    .bijh.active .nav-link:nth-child(3){transition-delay:.22s !important;}
    .bijh.active .nav-link:nth-child(4){transition-delay:.28s !important;}
    .bijh.active .nav-link:nth-child(5){transition-delay:.34s !important;}
    .bijh.active .nav-link:nth-child(6){transition-delay:.40s !important;}
    .bijh.active .nav-link:nth-child(7){transition-delay:.46s !important;}
    .bijh.active .nav-link:nth-child(8){transition-delay:.52s !important;}
}

.jwkdm5,
.qe680,
.yqs23s,
.cxwa5,
.cjsx,
.anv3u {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.jwkdm5 *,
.qe680 *,
.yqs23s *,
.cxwa5 *,
.cjsx * {
    filter: none !important;
}
@supports (animation: none) {
    .jwkdm5, .qe680, .yqs23s {
        animation-fill-mode: forwards !important;
    }
}
.yqs23s + .yqs23s {
    margin-top: 1.5rem;
}

.ig90 .amx0re ~ .container,
.ig90 .amx0re ~ .container * {
    color: #fff;
}
.ig90 .amx0re ~ .container p,
.ig90 .amx0re ~ .container .adwrn {
    color: rgba(255,255,255,0.85);
}
.ig90 .amx0re ~ .container .yl4386 {
    color: inherit;
}
.ihqi .uqol { color: #fff; }
.ihqi .kq89sw { color: var(--p14v0); }
.ihqi .afit { color: rgba(255,255,255,0.55); }
.ihqi .vr9x a { color: rgba(255,255,255,0.65); }
.ihqi .vr9x a:hover { color: #fff; }
.ufr6l[style*="background:none"] { background: none !important; }
.ufr6l[style*="background:none"]::before,
.ufr6l[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.657;
    letter-spacing: 0.001em;
}

.jwkdm5, .qe680, .yqs23s, .jl9k4, .cxwa5 {
    padding: 25px;
}
.jwkdm5, .qe680, .yqs23s, .jl9k4, .cxwa5 .card-body {
    padding: 26px 21px;
}
.row > [class*="col"]:nth-child(1) .jwkdm5,
.row > [class*="col"]:nth-child(1) .qe680 {
    padding: 28px;
    border-radius: calc(var(--p7pr) + 0px);
}
.row > [class*="col"]:nth-child(2) .jwkdm5,
.row > [class*="col"]:nth-child(2) .qe680 {
    padding: 23px;
    border-radius: calc(var(--p7pr) + -2px);
}
.row > [class*="col"]:nth-child(3) .jwkdm5,
.row > [class*="col"]:nth-child(3) .qe680 {
    padding: 23px;
    border-radius: calc(var(--p7pr) + 0px);
}
.row > [class*="col"]:nth-child(4) .jwkdm5,
.row > [class*="col"]:nth-child(4) .qe680 {
    padding: 24px;
    border-radius: calc(var(--p7pr) + 3px);
}
.row > [class*="col"]:nth-child(5) .jwkdm5,
.row > [class*="col"]:nth-child(5) .qe680 {
    padding: 28px;
    border-radius: calc(var(--p7pr) + -1px);
}
.row > [class*="col"]:nth-child(6) .jwkdm5,
.row > [class*="col"]:nth-child(6) .qe680 {
    padding: 25px;
    border-radius: calc(var(--p7pr) + 3px);
}

.yl4386 {
    padding: 12px 25px;
    font-size: 15px;
    letter-spacing: 0.413px;
    border-radius: calc(var(--p7pr) + 1px);
}
.rdy14 {
    padding: 12px 23px;
    border-width: 1px;
}

main > section {
    padding-top: 72px;
    padding-bottom: 72px;
}
main > section:first-child {
    padding-top: 88px;
}
main > section:nth-child(3) {
    padding-top: 74px;
    padding-bottom: 64px;
}
main > section:nth-child(4) {
    padding-top: 67px;
    padding-bottom: 65px;
}

.weo0x {
    margin-bottom: 47px;
}

.jwkdm5, .qe680, .yqs23s, .cxwa5 {
    box-shadow: 2px 4px 16px rgba(0,0,0,0.068);
}

.ig90 {
    padding-top: 121px;
}
.pq6dk {
    margin-bottom: 28px;
}
.adwrn {
    margin-bottom: 42px;
    font-size: 19px;
    line-height: 1.615;
}
.uqol {
    font-size: 13px;
    letter-spacing: 3.7px;
    margin-bottom: 26px;
}
.xl05nd {
    gap: 11px;
}

.ag6k img {
    border-radius: 9px;
    box-shadow: 0 14px 33px rgba(0,0,0,0.155);
}

.edvy8 {
    width: 51px;
    height: 51px;
    font-size: 20px;
    border-radius: 9px;
    margin-bottom: 15px;
}

.me0kwo, .card-title {
    font-size: 19px;
    margin-bottom: 9px;
}
.cxdpnm, .card-text {
    font-size: 14px;
    line-height: 1.586;
}

.gk2m {
    margin-bottom: 14px;
    letter-spacing: 0.0px;
}
.kq89sw {
    font-size: 14px;
    letter-spacing: 3.389px;
    margin-bottom: 11px;
}
.zcfc {
    font-size: 18px;
    line-height: 1.699;
}

@media (min-width: 993px) {
    .bijh {
        gap: 27px;
    }
    .bijh .nav-link {
        font-size: 14px;
        padding: 9px 0;
    }
}

.ufr6l {
    padding-top: 74px;
}
.kskd .bjiv9x {
    font-size: 16px;
    margin-bottom: 26px;
}
.vr9x a {
    font-size: 13px;
}
.vr9x li {
    margin-bottom: 11px;
}
.lbjfv {
    gap: 8px;
}
.lbjfv a {
    width: 37px;
    height: 37px;
}
.cm5dk3 {
    padding: 23px 0;
    margin-top: 51px;
}

.form-control {
    border-radius: 11px;
    padding: 14px 19px;
    font-size: 16px;
}

.jl9k4 {
    padding: 30px;
}
.rjja {
    font-size: 18px;
    line-height: 1.641;
    margin-bottom: 20px;
}
.pw3o0 {
    width: 50px;
    height: 50px;
}
.pvzqvx {
    font-size: 14px;
}
.glro {
    font-size: 12px;
}

.cxwa5 {
    padding: 38px;
}
.nsnjo {
    font-size: 21px;
    margin-bottom: 10px;
}
.myw35 {
    font-size: 46px;
    margin-bottom: 20px;
}
.gf4s1e li {
    padding: 10px 0;
    font-size: 14px;
}

.rkdb, .stat-number {
    font-size: 43px;
    margin-bottom: 6px;
}
.lzjc8u {
    font-size: 13px;
    letter-spacing: 0.332px;
}

.xr653 img {
    border-radius: 9px;
}
.pchhvg {
    font-size: 17px;
    margin-bottom: 3px;
}
.ljity {
    font-size: 14px;
}

.rkve {
    font-size: 29px;
    margin-bottom: 13px;
}
.ir1k8 {
    font-size: 19px;
    margin-bottom: 8px;
}

.wow {
    animation-duration: 0.514s !important;
}
.jwkdm5, .qe680, .yqs23s, .jl9k4,
.cxwa5, .anv3u {
    transition-duration: 0.269s;
}

.row {
    --bs-gutter-y: 27px;
}

.jh6o5a {
    padding: 77px 0;
}
.vhd30 {
    font-size: 37px;
    margin-bottom: 13px;
}
.ca9e {
    font-size: 17px;
    margin-bottom: 24px;
}

.yqs23s .jisq img {
    border-radius: 7px 7px 0 0;
}
.dks97h {
    font-size: 12px;
    margin-bottom: 5px;
    gap: 9px;
}

.la90 {
    padding: 17px 0;
}
.la90.scrolled {
    padding: 14px 0;
}
.sbommb {
    font-size: 25px;
}
.vvsyf {
    margin-left: 18px;
}

:root {
    --_seed: 59753;
    --_hash: 'ab93e72';
    --_uid: 9.16;
    --_run: 32263;
    --_stamp: 71654;
}
.vis-helper { outline: 0 solid transparent; content: '' }
.state-flag { display: inherit; font-style: inherit }
.style-tag { content: ''; outline: 0 solid transparent; display: inherit }
.grid-debug { vertical-align: baseline }

.ihqi h1, .ihqi h2, .ihqi h3, .ihqi h4, .ihqi h5, .ihqi h6 { color: #fff !important; }
.ihqi { color: rgba(255,255,255,0.85) !important; }
.ihqi p, .ihqi li, .ihqi span:not(.badge):not(.yl4386), .ihqi .rei721, .ihqi label, .ihqi blockquote, .ihqi figcaption, .ihqi dt, .ihqi dd, .ihqi td, .ihqi th { color: rgba(255,255,255,0.78) !important; }
.ihqi a:not(.yl4386):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.ihqi a:not(.yl4386):not(.nav-link):hover { color: #fff !important; }
.ihqi .rkdb { color: #fff !important; }
.ihqi .lzjc8u { 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(.yl4386), .bg-dark-custom .rei721, .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(.yl4386):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.yl4386):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .rkdb { color: #fff !important; }
.bg-dark-custom .lzjc8u { 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(.yl4386), .bg-gradient-custom .rei721, .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(.yl4386):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.yl4386):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .rkdb { color: #fff !important; }
.bg-gradient-custom .lzjc8u { 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(.yl4386), .bg-accent-custom .rei721, .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(.yl4386):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.yl4386):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .rkdb { color: #fff !important; }
.bg-accent-custom .lzjc8u { color: rgba(255,255,255,0.7) !important; }

.jh6o5a h1, .jh6o5a h2, .jh6o5a h3, .jh6o5a h4, .jh6o5a h5, .jh6o5a h6 { color: #fff !important; }
.jh6o5a { color: rgba(255,255,255,0.85) !important; }
.jh6o5a p, .jh6o5a li, .jh6o5a span:not(.badge):not(.yl4386), .jh6o5a .rei721, .jh6o5a label, .jh6o5a blockquote, .jh6o5a figcaption, .jh6o5a dt, .jh6o5a dd, .jh6o5a td, .jh6o5a th { color: rgba(255,255,255,0.78) !important; }
.jh6o5a a:not(.yl4386):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.jh6o5a a:not(.yl4386):not(.nav-link):hover { color: #fff !important; }
.jh6o5a .rkdb { color: #fff !important; }
.jh6o5a .lzjc8u { color: rgba(255,255,255,0.7) !important; }

.ufr6l { color: rgba(255,255,255,0.65) !important; }
.ufr6l h1, .ufr6l h2, .ufr6l h3,
.ufr6l h4, .ufr6l h5, .ufr6l h6,
.ufr6l .bjiv9x { color: #fff !important; }
.ufr6l p, .ufr6l li, .ufr6l span,
.ufr6l label { color: rgba(255,255,255,0.6) !important; }
.ufr6l a:not(.yl4386) { color: rgba(255,255,255,0.65) !important; }
.ufr6l a:not(.yl4386):hover { color: #fff !important; }

.ugppk h1, .ugppk h2, .ugppk h3, .ugppk h4, .ugppk h5, .ugppk h6 { color: var(--text-primary, #1a1a2e) !important; }
.ugppk p, .ugppk li, .ugppk span:not(.badge):not(.yl4386), .ugppk .rei721, .ugppk label, .ugppk blockquote, .ugppk figcaption, .ugppk dt, .ugppk dd, .ugppk td, .ugppk th { color: var(--text-secondary, #555) !important; }

.tv4o h1, .tv4o h2, .tv4o h3, .tv4o h4, .tv4o h5, .tv4o h6 { color: var(--text-primary, #1a1a2e) !important; }
.tv4o p, .tv4o li, .tv4o span:not(.badge):not(.yl4386), .tv4o .rei721, .tv4o label, .tv4o blockquote, .tv4o figcaption, .tv4o dt, .tv4o dd, .tv4o td, .tv4o th { color: var(--text-secondary, #555) !important; }
