@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;500;600;700;800&family=Inter:wght@400;500&display=swap');

:root {
    --d14ig: #3A0CA4;
    --d15h4: #CB4C22;
    --d16ya: #09B233;
    --d1zw: linear-gradient(90deg, var(--d14ig), var(--d15h4));
    --d3rq: 'Wix Madefor Display', sans-serif;
    --d5wb: 'Inter', sans-serif;
    --d19zi: 56px;
    --d20og: 42px;
    --d21qx: 30px;
    --d17he: 17px;
    --d18kv: 500;
    --d6xx: 18px;
    --d7e7: 24px;
    --d8rp: 32px;
    --d9m4: 44px;
    --d4tn: 50px;
    --d10kr: 0 2px 8px #3A0CA418;
    --d11qy: 0 4px 16px #3A0CA422;
    --d12qw: 0 8px 32px #3A0CA430;
    --d13fy: 0 16px 48px #3A0CA440;
    --_an3vij: 80px 0;
}
._m2ibad {
    border-radius: 10px;
    padding: 14px 28px;
}
._zb10p7w, ._r41so, ._r7ic7w8, ._hfvhu9, ._b335fe {
    border-width: 0px;
    border-color: transparent;
}

._sdzdf0i {
    position: relative;
    overflow: hidden;
    padding-right: 28px;
    transition: padding-right 0.3s;
}
._sdzdf0i::after {
    content: '\2192';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.3s;
}
._sdzdf0i:hover {
    padding-right: 40px;
}
._sdzdf0i:hover::after {
    right: 16px;
}

._byo390 {
    background:
        radial-gradient(ellipse at 20% 50%, var(--d14ig) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, var(--d15h4, var(--d14ig)) 0%, transparent 50%),
        var(--bg-secondary);
    background-blend-mode: overlay;
}
._byo390 .hero-bg { opacity: 0.06; }

._zb10p7w, ._r41so, ._hfvhu9, ._b335fe, ._r7ic7w8 {
    border-radius: 32px 6px 32px 6px;
}

._byo390 { 
    background: var(--bg-primary);
    border-bottom: 4px solid var(--text-primary);
    min-height: auto;
    padding: 140px 0 80px;
}
._skgn2 img {
    border-radius: 0;
    box-shadow: 8px 8px 0 var(--d14ig);
    border: 3px solid var(--text-primary);
}
._eezaba { font-weight: 900; text-transform: uppercase; letter-spacing: -2px; }
._m8rp4 { 
    background: var(--text-primary);
    color: var(--bg-primary) !important;
    padding: 6px 14px;
    border-radius: 0;
    font-weight: 800;
    text-transform: uppercase;
}
._xb7cnx5 { font-size: 18px; max-width: 500px; }
._vn9ey ._m2ibad { border-radius: 0; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; }

._h6i7kf {
    background: rgba(255,255,255,0.25);
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
._h6i7kf.scrolled {
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    padding: 12px 0;
}

._z0yn4k {
    background: var(--footer-dark-bg);
    color: rgba(255,255,255,0.6);
    padding-top: 100px;
    position: relative;
}
._z0yn4k::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, transparent, var(--footer-dark-bg));
}
._egern ._crk8n5t::after { width: 100%; height: 1px; opacity: 0.2; background: #fff; }
._ptm67l a { border-radius: var(--d6xx); }

.contact-section ._uo3or {
    background: var(--footer-dark-bg);
    padding: 48px;
    border-radius: var(--d8rp);
}
.contact-section ._uo3or .form-control {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.15);
    color: #fff;
    border-radius: var(--d6xx);
}
.contact-section ._uo3or .form-control::placeholder { color: rgba(255,255,255,0.4); }
.contact-section ._uo3or .form-control:focus { border-color: var(--d14ig); background: rgba(255,255,255,0.12); }
.contact-section ._uo3or ._m2ibad { background: #fff; color: var(--footer-dark-bg); border-color: #fff; }
.contact-section ._uo3or label { color: rgba(255,255,255,0.7); }

._uojgigu { font-size: 16px; font-weight: 700; border: 2px solid var(--d14ig); padding: 6px 18px; border-radius: var(--d6xx); color: var(--d14ig) !important; }

h3, h4, h5 { font-family: var(--d3rq); }
._dh5jmh7, .card-title {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
}
._kfkvt { font-style: italic; font-weight: 500; }

._fb0ptff ._xzykg img, ._xzykg img {
    border-radius: 50%;
    box-shadow: 0 8px 30px rgba(var(--d14ig-rgb, 99,102,241), 0.25);
    transition: box-shadow 0.3s ease;
}
._fb0ptff:hover ._xzykg img {
    box-shadow: 0 12px 40px rgba(var(--d14ig-rgb, 99,102,241), 0.4);
}

._zwgcq0 { width: 44px; height: 44px; gap: 5px; border: 1px solid var(--d14ig); background: none; border-radius: 0; outline: 3px solid transparent; outline-offset: 2px; transition: outline-color 0.25s ease; }
._zwgcq0 ._j925f { width: 20px; height: 1.5px; border-radius: 0; transition: transform 0.3s ease, opacity 0.3s ease; }
._zwgcq0:hover { outline-color: var(--d14ig); }
._zwgcq0.active { background: var(--d14ig); outline-color: var(--d14ig); }
._zwgcq0.active ._j925f { background: #fff; }
._zwgcq0.active ._j925f:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
._zwgcq0.active ._j925f:nth-child(2) { opacity: 0; }
._zwgcq0.active ._j925f:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

main > section + section::before{content:'\2605';display:block;text-align:center;color:var(--d14ig);opacity:0.2;font-size:14px;padding:12px 0;}

.cursor-cross-h,.cursor-cross-v{position:fixed;pointer-events:none;z-index:99998;background:var(--d14ig);opacity:0.06;}.cursor-cross-h{width:100%;height:1px;left:0;}.cursor-cross-v{width:1px;height:100%;top:0;}

.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(--d14ig);background:var(--bg-card);border:1px solid var(--border-color);border-radius:50%;z-index:9990;opacity:0.6;font-family:var(--d5wb);}@media(max-width:768px){.progress-pct{display:none;}}

._zb10p7w,._r41so{opacity:0;animation:slideLeft 0.6s ease forwards;}.row>[class*="col"]:nth-child(odd) ._zb10p7w,.row>[class*="col"]:nth-child(odd) ._r41so{animation-name:slideLeft;}.row>[class*="col"]:nth-child(even) ._zb10p7w,.row>[class*="col"]:nth-child(even) ._r41so{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(--d14ig);margin-left:4px;animation:twBlink 0.7s step-end infinite;vertical-align:text-bottom;}@keyframes twBlink{50%{opacity:0;}}

@media(prefers-reduced-motion:reduce){._zb10p7w,._r41so,._hfvhu9,._b335fe,._fb0ptff,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

.bg-deco{position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(circle,var(--d14ig) 0.8px,transparent 0.8px);background-size:32px 32px;opacity:0.025;}

._ptm67l a,.team-social a{transition:transform 0.3s cubic-bezier(0.34,1.56,0.64,1),background 0.3s,color 0.3s;}._ptm67l a:hover,.team-social a:hover{transform:translateY(-6px) scale(1.15);}

._afe2v .nav-link::after{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--d14ig);transition:width 0.3s ease,left 0.3s ease;border-radius:1px;}._afe2v .nav-link:hover::after,._afe2v .nav-link.active::after{width:100%;left:0;}

._zb10p7w,._r41so,._hfvhu9,._b335fe{position:relative;overflow:hidden;}._zb10p7w::before,._r41so::before,._hfvhu9::before,._b335fe::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;}._zb10p7w:hover::before,._r41so:hover::before,._hfvhu9:hover::before,._b335fe:hover::before{left:125%;}

._lq3z21a{animation:taglinePulse 3s ease-in-out infinite;}@keyframes taglinePulse{0%,100%{opacity:1;}50%{opacity:0.5;}}

._zb10p7w,._r41so{animation:borderPulse 4s ease-in-out infinite;}._zb10p7w:nth-child(odd),._r41so:nth-child(odd){animation-delay:-2s;}@keyframes borderPulse{0%,100%{border-color:var(--border-color);}50%{border-color:var(--d14ig);}}

.float-shapes{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.float-line{position:absolute;width:120px;height:1px;background:linear-gradient(90deg,transparent,var(--d14ig),transparent);opacity:0.06;animation:lineDrift 18s ease-in-out infinite alternate;transform-origin:center;}@keyframes lineDrift{0%{transform:translateX(0) rotate(30deg);}100%{transform:translateX(80px) rotate(-30deg);}}

html:not(._b2p2qq) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    ._cgmhg {
        flex-wrap: nowrap;
        overflow: visible;
    }
    ._afe2v {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    ._afe2v .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    ._q8st8xl, ._yskwslp {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    ._q8st8xl .nav-link,
    ._yskwslp .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    ._xdwg472 {
        flex-shrink: 0;
        white-space: nowrap;
    }
    ._uojgigu {
        flex-shrink: 0;
    }
}

div._rl9kc7x:not(._an3vij) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div._rl9kc7x:not(._an3vij) + ._h6i7kf {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div._rl9kc7x._kv85p9 {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div._rl9kc7x._kv85p9 + ._h6i7kf,
div._rl9kc7x:not(._an3vij) + ._h6i7kf.scrolled {
    top: 0;
}
div._rl9kc7x:not(._an3vij) ~ ._byo390 {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div._rl9kc7x:not(._an3vij) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div._rl9kc7x:not(._an3vij) + ._h6i7kf {
        top: 0;
    }
    div._rl9kc7x:not(._an3vij) ~ ._byo390 {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    ._zwgcq0 {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    ._zwgcq0 ._j925f {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    ._afe2v {
        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;
    }
    ._afe2v .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;
    }
    ._afe2v .nav-link::after { display: none !important; }
    ._xdwg472 { display: none !important; }
    ._q8st8xl, ._yskwslp { display: none !important; }
}

@media (max-width: 992px) {
    ._afe2v { 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; }
    ._afe2v.active { left: 0 !important; }
    ._afe2v .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; }
    ._afe2v.active .nav-link { opacity: 1 !important; transform: translateX(0) !important; }
    ._afe2v.active .nav-link:nth-child(1){transition-delay:.06s !important;}
    ._afe2v.active .nav-link:nth-child(2){transition-delay:.12s !important;}
    ._afe2v.active .nav-link:nth-child(3){transition-delay:.18s !important;}
    ._afe2v.active .nav-link:nth-child(4){transition-delay:.24s !important;}
    ._afe2v.active .nav-link:nth-child(5){transition-delay:.30s !important;}
    ._afe2v.active .nav-link:nth-child(6){transition-delay:.36s !important;}
    ._afe2v.active .nav-link:nth-child(7){transition-delay:.42s !important;}
    ._afe2v.active .nav-link:nth-child(8){transition-delay:.48s !important;}
}

._zb10p7w,
._r41so,
._hfvhu9,
._b335fe,
._dgg037,
._fb0ptff {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
._zb10p7w *,
._r41so *,
._hfvhu9 *,
._b335fe *,
._dgg037 * {
    filter: none !important;
}
@supports (animation: none) {
    ._zb10p7w, ._r41so, ._hfvhu9 {
        animation-fill-mode: forwards !important;
    }
}
._hfvhu9 + ._hfvhu9 {
    margin-top: 1.5rem;
}

._byo390 ._zpt94tr ~ .container,
._byo390 ._zpt94tr ~ .container * {
    color: #fff;
}
._byo390 ._zpt94tr ~ .container p,
._byo390 ._zpt94tr ~ .container ._xb7cnx5 {
    color: rgba(255,255,255,0.85);
}
._byo390 ._zpt94tr ~ .container ._m2ibad {
    color: inherit;
}
._k3g47d ._m8rp4 { color: #fff; }
._k3g47d ._lq3z21a { color: var(--d14ig); }
._k3g47d ._t3149u7 { color: rgba(255,255,255,0.55); }
._k3g47d ._qns2wf a { color: rgba(255,255,255,0.65); }
._k3g47d ._qns2wf a:hover { color: #fff; }
._z0yn4k[style*="background:none"] { background: none !important; }
._z0yn4k[style*="background:none"]::before,
._z0yn4k[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.611;
    letter-spacing: 0.012em;
}

._zb10p7w, ._r41so, ._hfvhu9, ._r7ic7w8, ._b335fe {
    padding: 24px;
}
._zb10p7w, ._r41so, ._hfvhu9, ._r7ic7w8, ._b335fe .card-body {
    padding: 27px 16px;
}
.row > [class*="col"]:nth-child(1) ._zb10p7w,
.row > [class*="col"]:nth-child(1) ._r41so {
    padding: 27px;
    border-radius: calc(var(--d7e7) + 0px);
}
.row > [class*="col"]:nth-child(2) ._zb10p7w,
.row > [class*="col"]:nth-child(2) ._r41so {
    padding: 26px;
    border-radius: calc(var(--d7e7) + 0px);
}
.row > [class*="col"]:nth-child(3) ._zb10p7w,
.row > [class*="col"]:nth-child(3) ._r41so {
    padding: 23px;
    border-radius: calc(var(--d7e7) + -2px);
}
.row > [class*="col"]:nth-child(4) ._zb10p7w,
.row > [class*="col"]:nth-child(4) ._r41so {
    padding: 25px;
    border-radius: calc(var(--d7e7) + 2px);
}
.row > [class*="col"]:nth-child(5) ._zb10p7w,
.row > [class*="col"]:nth-child(5) ._r41so {
    padding: 24px;
    border-radius: calc(var(--d7e7) + 0px);
}
.row > [class*="col"]:nth-child(6) ._zb10p7w,
.row > [class*="col"]:nth-child(6) ._r41so {
    padding: 21px;
    border-radius: calc(var(--d7e7) + -2px);
}

._m2ibad {
    padding: 16px 28px;
    font-size: 16px;
    letter-spacing: 0.333px;
    border-radius: calc(var(--d7e7) + 3px);
}
._zkiegp9 {
    padding: 16px 29px;
    border-width: 1px;
}

main > section {
    padding-top: 84px;
    padding-bottom: 86px;
}
main > section:first-child {
    padding-top: 97px;
}
main > section:nth-child(2) {
    padding-top: 79px;
    padding-bottom: 82px;
}
main > section:nth-child(6) {
    padding-top: 76px;
    padding-bottom: 80px;
}

._rnl4z {
    margin-bottom: 45px;
}

._zb10p7w, ._r41so, ._hfvhu9, ._b335fe {
    box-shadow: 1px 3px 17px rgba(0,0,0,0.073);
}

._byo390 {
    padding-top: 100px;
}
._eezaba {
    margin-bottom: 28px;
}
._xb7cnx5 {
    margin-bottom: 32px;
    font-size: 19px;
    line-height: 1.631;
}
._m8rp4 {
    font-size: 11px;
    letter-spacing: 3.647px;
    margin-bottom: 18px;
}
._vn9ey {
    gap: 17px;
}

._skgn2 img {
    border-radius: 12px;
    box-shadow: 0 10px 46px rgba(0,0,0,0.12);
}

._m36shs {
    width: 47px;
    height: 47px;
    font-size: 21px;
    border-radius: 14px;
    margin-bottom: 18px;
}

._dh5jmh7, .card-title {
    font-size: 18px;
    margin-bottom: 10px;
}
._vbcdsf, .card-text {
    font-size: 14px;
    line-height: 1.586;
}

._ix40gw {
    margin-bottom: 16px;
    letter-spacing: 0.0px;
}
._lq3z21a {
    font-size: 12px;
    letter-spacing: 3.258px;
    margin-bottom: 17px;
}
._tzt1x {
    font-size: 17px;
    line-height: 1.689;
}

@media (min-width: 993px) {
    ._afe2v {
        gap: 27px;
    }
    ._afe2v .nav-link {
        font-size: 15px;
        padding: 8px 0;
    }
}

._z0yn4k {
    padding-top: 80px;
}
._egern ._crk8n5t {
    font-size: 17px;
    margin-bottom: 18px;
}
._qns2wf a {
    font-size: 13px;
}
._qns2wf li {
    margin-bottom: 8px;
}
._ptm67l {
    gap: 11px;
}
._ptm67l a {
    width: 38px;
    height: 38px;
}
._qz2giaa {
    padding: 21px 0;
    margin-top: 48px;
}

.form-control {
    border-radius: 9px;
    padding: 15px 17px;
    font-size: 15px;
}

._r7ic7w8 {
    padding: 31px;
}
._zvmwj46 {
    font-size: 17px;
    line-height: 1.634;
    margin-bottom: 21px;
}
._smcqryo {
    width: 46px;
    height: 46px;
}
._xxm5qp3 {
    font-size: 15px;
}
._n58qflo {
    font-size: 13px;
}

._b335fe {
    padding: 32px;
}
._ubdcq2 {
    font-size: 22px;
    margin-bottom: 10px;
}
._drgf6t {
    font-size: 43px;
    margin-bottom: 20px;
}
._qjax5h li {
    padding: 8px 0;
    font-size: 13px;
}

._txmiz, .stat-number {
    font-size: 42px;
    margin-bottom: 3px;
}
._y1bdm {
    font-size: 13px;
    letter-spacing: 0.285px;
}

._xzykg img {
    border-radius: 8px;
}
._w89p3i {
    font-size: 17px;
    margin-bottom: 6px;
}
._g6yxh {
    font-size: 14px;
}

._nqteeg {
    font-size: 27px;
    margin-bottom: 15px;
}
._kfkvt {
    font-size: 17px;
    margin-bottom: 10px;
}

.wow {
    animation-duration: 0.594s !important;
}
._zb10p7w, ._r41so, ._hfvhu9, ._r7ic7w8,
._b335fe, ._fb0ptff {
    transition-duration: 0.279s;
}

.row {
    --bs-gutter-y: 26px;
}

._li5mw {
    padding: 79px 0;
}
._di20oz {
    font-size: 36px;
    margin-bottom: 14px;
}
._c7d0f {
    font-size: 16px;
    margin-bottom: 28px;
}

._hfvhu9 ._nola1 img {
    border-radius: 6px 6px 0 0;
}
._b1s46a {
    font-size: 12px;
    margin-bottom: 5px;
    gap: 11px;
}

._h6i7kf {
    padding: 15px 0;
}
._h6i7kf.scrolled {
    padding: 13px 0;
}
._uojgigu {
    font-size: 25px;
}
._xdwg472 {
    margin-left: 13px;
}

:root {
    --_hash: 8.46;
    --_env: 32795;
    --_key: 54508;
    --_uid: 94130;
}
.scope-tag { --_ref: 'e0dd'; visibility: inherit; --_stamp: 842 }
.ui-ghost { vertical-align: baseline }
.view-anchor { vertical-align: baseline }

._k3g47d h1, ._k3g47d h2, ._k3g47d h3, ._k3g47d h4, ._k3g47d h5, ._k3g47d h6 { color: #fff !important; }
._k3g47d { color: rgba(255,255,255,0.85) !important; }
._k3g47d p, ._k3g47d li, ._k3g47d span:not(.badge):not(._m2ibad), ._k3g47d ._k65r4x, ._k3g47d label, ._k3g47d blockquote, ._k3g47d figcaption, ._k3g47d dt, ._k3g47d dd, ._k3g47d td, ._k3g47d th { color: rgba(255,255,255,0.78) !important; }
._k3g47d a:not(._m2ibad):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
._k3g47d a:not(._m2ibad):not(.nav-link):hover { color: #fff !important; }
._k3g47d ._txmiz { color: #fff !important; }
._k3g47d ._y1bdm { 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(._m2ibad), .bg-dark-custom ._k65r4x, .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(._m2ibad):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(._m2ibad):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom ._txmiz { color: #fff !important; }
.bg-dark-custom ._y1bdm { 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(._m2ibad), .bg-gradient-custom ._k65r4x, .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(._m2ibad):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(._m2ibad):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom ._txmiz { color: #fff !important; }
.bg-gradient-custom ._y1bdm { 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(._m2ibad), .bg-accent-custom ._k65r4x, .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(._m2ibad):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(._m2ibad):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom ._txmiz { color: #fff !important; }
.bg-accent-custom ._y1bdm { color: rgba(255,255,255,0.7) !important; }

._li5mw h1, ._li5mw h2, ._li5mw h3, ._li5mw h4, ._li5mw h5, ._li5mw h6 { color: #fff !important; }
._li5mw { color: rgba(255,255,255,0.85) !important; }
._li5mw p, ._li5mw li, ._li5mw span:not(.badge):not(._m2ibad), ._li5mw ._k65r4x, ._li5mw label, ._li5mw blockquote, ._li5mw figcaption, ._li5mw dt, ._li5mw dd, ._li5mw td, ._li5mw th { color: rgba(255,255,255,0.78) !important; }
._li5mw a:not(._m2ibad):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
._li5mw a:not(._m2ibad):not(.nav-link):hover { color: #fff !important; }
._li5mw ._txmiz { color: #fff !important; }
._li5mw ._y1bdm { color: rgba(255,255,255,0.7) !important; }

._z0yn4k { color: rgba(255,255,255,0.65) !important; }
._z0yn4k h1, ._z0yn4k h2, ._z0yn4k h3,
._z0yn4k h4, ._z0yn4k h5, ._z0yn4k h6,
._z0yn4k ._crk8n5t { color: #fff !important; }
._z0yn4k p, ._z0yn4k li, ._z0yn4k span,
._z0yn4k label { color: rgba(255,255,255,0.6) !important; }
._z0yn4k a:not(._m2ibad) { color: rgba(255,255,255,0.65) !important; }
._z0yn4k a:not(._m2ibad):hover { color: #fff !important; }

._g7z1due h1, ._g7z1due h2, ._g7z1due h3, ._g7z1due h4, ._g7z1due h5, ._g7z1due h6 { color: var(--text-primary, #1a1a2e) !important; }
._g7z1due p, ._g7z1due li, ._g7z1due span:not(.badge):not(._m2ibad), ._g7z1due ._k65r4x, ._g7z1due label, ._g7z1due blockquote, ._g7z1due figcaption, ._g7z1due dt, ._g7z1due dd, ._g7z1due td, ._g7z1due th { color: var(--text-secondary, #555) !important; }

._rl9kc7x h1, ._rl9kc7x h2, ._rl9kc7x h3, ._rl9kc7x h4, ._rl9kc7x h5, ._rl9kc7x h6 { color: var(--text-primary, #1a1a2e) !important; }
._rl9kc7x p, ._rl9kc7x li, ._rl9kc7x span:not(.badge):not(._m2ibad), ._rl9kc7x ._k65r4x, ._rl9kc7x label, ._rl9kc7x blockquote, ._rl9kc7x figcaption, ._rl9kc7x dt, ._rl9kc7x dd, ._rl9kc7x td, ._rl9kc7x th { color: var(--text-secondary, #555) !important; }
#case-studies .portfolio-overlay h3,
#case-studies .portfolio-overlay h4,
#case-studies .portfolio-overlay .portfolio-title { color: #fff !important; }
#case-studies .portfolio-overlay span { color: #fff !important; }

.pl-progress{width:160px;height:3px;background:rgba(var(--d14ig-rgb,99,102,241),.15);border-radius:2px;overflow:hidden;}.pl-progress-bar{width:40%;height:100%;background:var(--d14ig);border-radius:2px;animation:plProgress 1.2s ease-in-out infinite;}@keyframes plProgress{0%{width:0;margin-left:0}50%{width:60%}100%{width:0;margin-left:100%}}