@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Poppins:wght@400;500&display=swap');

:root {
    --o14yi: #D39865;
    --o15ic: #2B8DD4;
    --o16lr: #3BC92E;
    --o1nz: linear-gradient(120deg, var(--o14yi), var(--o15ic));
    --o3ti: 'Cormorant Garamond', serif;
    --o5ro: 'Poppins', sans-serif;
    --o19ig: 56px;
    --o20h2: 42px;
    --o21sy: 30px;
    --o17mh: 17px;
    --o18px: 500;
    --o6f0: 10px;
    --o7a9: 16px;
    --o8n4: 24px;
    --o9la: 32px;
    --o4ji: 50px;
    --o10io: inset 0 1px 3px rgba(0,0,0,0.06);
    --o11z0: inset 0 2px 6px rgba(0,0,0,0.08);
    --o12tg: inset 0 4px 12px rgba(0,0,0,0.1);
    --o13n4: inset 0 6px 20px rgba(0,0,0,0.12);
    --qewf: 40px 0;
}
.iuhm {
    border-radius: 50px;
    padding: 14px 34px;
}
.bfbms3, .hb4x6j, .pcr7cm, .cpigun, .fmeil {
    border-width: 2px;
    border-color: var(--border-color);
}

.umqp, .portfolio-item, .ro34v {
    overflow: hidden;
}
.umqp img, .portfolio-item img, .ro34v img {
    transition: transform 0.6s cubic-bezier(.25,.8,.25,1);
}
.umqp:hover img, .portfolio-item:hover img, .mqw9x:hover .ro34v img {
    transform: scale(1.08);
}

.bfbms3, .hb4x6j, .cpigun, .fmeil, .pcr7cm {
    border-left: 5px solid var(--o14yi);
    border-radius: 0 var(--o7a9) var(--o7a9) 0;
}

.lofdy {
    position: relative;
    margin-top: 30px;
}
.lofdy::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 60px;
    background: inherit;
    border-radius: 50% 50% 0 0;
}

.skfb40 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.skfb40::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255,255,255,0.15);
    transition: height 0.35s ease;
    z-index: -1;
}
.skfb40:hover::before {
    height: 100%;
}

.lofdy {
    background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
}

.bfbms3, .hb4x6j, .cpigun, .fmeil, .pcr7cm {
    position: relative;
}
.bfbms3::after, .hb4x6j::after {
    content: '';
    position: absolute;
    inset: 8px 8px -8px -8px;
    background: var(--o14yi);
    opacity: 0.12;
    border-radius: inherit;
    z-index: -1;
    transition: opacity 0.3s;
}
.bfbms3:hover::after, .hb4x6j:hover::after {
    opacity: 0.22;
}

.fmaayi {
    position: relative;
    padding-left: 24px;
}
.fmaayi::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--o1nz);
    border-radius: 2px;
}
.fmaayi.text-center {
    padding-left: 0;
}
.fmaayi.text-center::before {
    display: none;
}

.zx4pp { padding-top: 140px; padding-bottom: 40px; background: var(--bg-dark); }
.ap8zo {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 11px;
    background: rgba(6,180,83,0.12);
    padding: 7px 18px;
    color: var(--o15ic) !important;
    border: 1px solid rgba(6,180,83,0.2);
    border-bottom: 1px solid rgba(6,180,83,0.2);
    padding-bottom: 7px;
    margin-bottom: 22px;
    display: inline-block;
    border-radius: 50px;
}
.nta1 { font-size: calc(var(--o19ig) * 1.2); line-height: 0.95; margin-bottom: 32px; color: #fff; }
.etl2 img {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid var(--border-color);
}
.lryw0 { font-style: italic; border-left: 2px solid var(--o14yi); padding-left: 20px; color: rgba(255,255,255,0.75); }

.tf71g { background: var(--bg-primary); padding: 18px 0; border-bottom: 2px solid var(--text-primary); }
.jhhtg .nav-link { font-weight: 600; text-transform: uppercase; font-size: 12px; letter-spacing: 1.5px; }
.jhhtg .nav-link::after { height: 3px; background: var(--o14yi); bottom: -4px; border-radius: 0; }
.tf71g.scrolled { background: var(--bg-primary); box-shadow: none; border-bottom-color: var(--o14yi); }

.ic5hls { background: var(--footer-dark-bg); color: rgba(255,255,255,0.6); padding-top: 80px; }
.rno51b .di7bgg::after { width: 40px; height: 2px; background: var(--o14yi); }
.rbffd a { border-radius: 50%; }
.jel1h3 { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; margin-top: 60px; }

.contact-section { position: relative; }
.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: var(--bg-secondary);
    z-index: 0;
}
.contact-section .container { position: relative; z-index: 1; }
.contact-section .uog5 { background: var(--bg-card, #fff); padding: 40px; border-radius: var(--o8n4); box-shadow: var(--o11z0); }

.xcry { font-size: 22px; font-weight: 700; position: relative; padding-bottom: 6px; }
.xcry::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: var(--o1nz); border-radius: 2px; }

.bfbms3 { counter-increment: card-counter; }
.nucpvd::before {
    content: counter(card-counter, decimal-leading-zero) '.';
    display: block;
    color: var(--o14yi);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 6px;
    opacity: 0.6;
}
.services-section, .features-section { counter-reset: card-counter; }

.hb4x6j img, .bfbms3 img {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    aspect-ratio: 1/1;
    object-fit: cover;
    max-width: 180px;
    margin: 0 auto;
    display: block;
}

.ykmo { width: 46px; height: 46px; gap: 5px; border: 3px solid var(--text-primary); background: none; border-radius: 0; }
.ykmo .ky5l42 { width: 22px; height: 3px; border-radius: 0; transition: transform 0.25s ease, opacity 0.2s ease; }
.ykmo.active { background: var(--text-primary); }
.ykmo.active .ky5l42 { background: var(--bg-primary, #fff); }
.ykmo.active .ky5l42:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.ykmo.active .ky5l42:nth-child(2) { opacity: 0; }
.ykmo.active .ky5l42:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

main > section + section::before{content:'/';display:block;text-align:center;color:var(--o14yi);opacity:0.25;font-size:28px;font-weight:300;padding:8px 0;}

.scroll-dots{position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:9990;display:flex;flex-direction:column;gap:12px;}.scroll-dots .dot{width:10px;height:10px;border-radius:50%;border:2px solid var(--o14yi);opacity:0.4;cursor:pointer;transition:all 0.3s;}.scroll-dots .dot.active{background:var(--o14yi);opacity:1;transform:scale(1.3);}@media(max-width:768px){.scroll-dots{display:none;}}

.progress-circle{position:fixed;bottom:80px;right:20px;width:44px;height:44px;z-index:9990;opacity:0.6;}.progress-circle svg{transform:rotate(-90deg);}.progress-circle .bg{fill:none;stroke:var(--border-color);stroke-width:3;}.progress-circle .fill{fill:none;stroke:var(--o14yi);stroke-width:3;stroke-linecap:round;transition:stroke-dashoffset 0.1s;}@media(max-width:768px){.progress-circle{display:none;}}

.bfbms3,.hb4x6j{opacity:0;animation:slideLeft 0.6s ease forwards;}.row>[class*="col"]:nth-child(odd) .bfbms3,.row>[class*="col"]:nth-child(odd) .hb4x6j{animation-name:slideLeft;}.row>[class*="col"]:nth-child(even) .bfbms3,.row>[class*="col"]:nth-child(even) .hb4x6j{animation-name:slideRight;}.row>[class*="col"]:nth-child(1)>*{animation-delay:0.1s;}.row>[class*="col"]:nth-child(2)>*{animation-delay:0.2s;}.row>[class*="col"]:nth-child(3)>*{animation-delay:0.3s;}.row>[class*="col"]:nth-child(4)>*{animation-delay:0.4s;}@keyframes slideLeft{from{opacity:0;transform:translateX(-40px);}to{opacity:1;transform:translateX(0);}}@keyframes slideRight{from{opacity:0;transform:translateX(40px);}to{opacity:1;transform:translateX(0);}}

@media(prefers-reduced-motion:reduce){.bfbms3,.hb4x6j,.cpigun,.fmeil,.mqw9x,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

main > section {
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.9s cubic-bezier(0.16,1,0.3,1);
}
main > section.in-view {
    clip-path: inset(0 0 0 0);
}
.zx4pp { clip-path: none !important; }
@media (max-width: 768px) {
    main > section { clip-path: none !important; transition: opacity 0.5s; opacity: 0; }
    main > section.in-view { opacity: 1; }
}

.bfbms3,.hb4x6j{transition:background 0.4s ease,color 0.4s ease,border-color 0.4s ease,box-shadow 0.4s ease;}.bfbms3:hover,.hb4x6j:hover{background:var(--o14yi) !important;border-color:var(--o14yi) !important;box-shadow:0 12px 30px rgba(0,0,0,0.15) !important;}.bfbms3:hover .nucpvd,.bfbms3:hover .ajpv,.bfbms3:hover i,.hb4x6j:hover .card-title,.hb4x6j:hover .card-text{color:#fff !important;}.bfbms3:hover .jg0a7{background:rgba(255,255,255,0.15) !important;color:#fff !important;}

.rbffd a,.team-social a{transition:transform 0.3s cubic-bezier(0.34,1.56,0.64,1),background 0.3s,color 0.3s;}.rbffd a:hover,.team-social a:hover{transform:translateY(-6px) scale(1.15);}

main>section:nth-child(even):not(.zeu38):not(.duolf){background:linear-gradient(135deg,var(--bg-primary),var(--bg-secondary,var(--bg-primary)),var(--bg-primary)) !important;background-size:400% 400% !important;animation:shimmerBg 12s ease infinite !important;opacity:1 !important;}@keyframes shimmerBg{0%,100%{background-position:0% 50%;}50%{background-position:100% 50%;}}

.bfbms3,.hb4x6j{background:rgba(var(--bg-card-rgb,255,255,255),0.75) !important;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,0.18) !important;}.bfbms3:hover,.hb4x6j:hover{border-color:rgba(var(--o14yi-rgb,99,102,241),0.4) !important;background:rgba(var(--bg-card-rgb,255,255,255),0.88) !important;}

.js-marquee-v{position:fixed;left:0;top:0;width:30px;height:100vh;overflow:hidden;z-index:9989;opacity:0.06;pointer-events:none;writing-mode:vertical-rl;text-orientation:mixed;}.js-marquee-v-inner{display:flex;gap:20px;white-space:nowrap;animation:jsMarqueeV 20s linear infinite;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:3px;}@keyframes jsMarqueeV{from{transform:translateY(0);}to{transform:translateY(-50%);}}@media(max-width:992px){.js-marquee-v{display:none;}}

.hero-geo-frame{position:absolute;inset:30px;border:1px solid var(--o14yi);opacity:0.07;pointer-events:none;z-index:0;border-radius:var(--o8n4,16px);}
.hero-geo-corner{position:absolute;width:50px;height:50px;border:2px solid var(--o14yi);opacity:0.1;pointer-events:none;z-index:0;}
.hero-geo-corner.tl{top:20px;left:20px;border-right:none;border-bottom:none;border-radius:6px 0 0 0;}
.hero-geo-corner.br{bottom:20px;right:20px;border-left:none;border-top:none;border-radius:0 0 6px 0;}
@media(max-width:768px){.hero-geo-frame,.hero-geo-corner{display:none;}}

html:not(.zyen) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .tvtu7 {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .jhhtg {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .jhhtg .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .kkp9l, .lqv0 {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .kkp9l .nav-link,
    .lqv0 .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .zpqn {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .xcry {
        flex-shrink: 0;
    }
}

div.lofdy:not(.qewf) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div.lofdy:not(.qewf) + .tf71g {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.lofdy.rxdbo {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.lofdy.rxdbo + .tf71g,
div.lofdy:not(.qewf) + .tf71g.scrolled {
    top: 0;
}
div.lofdy:not(.qewf) ~ .zx4pp {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.lofdy:not(.qewf) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.lofdy:not(.qewf) + .tf71g {
        top: 0;
    }
    div.lofdy:not(.qewf) ~ .zx4pp {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .ykmo {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .ykmo .ky5l42 {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .jhhtg {
        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;
    }
    .jhhtg .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;
    }
    .jhhtg .nav-link::after { display: none !important; }
    .zpqn { display: none !important; }
    .kkp9l, .lqv0 { display: none !important; }
}

@media (max-width: 992px) {
    .jhhtg { right: -100% !important; left: auto !important; width: min(320px,85vw) !important; background: var(--bg-secondary) !important; padding: 100px 36px 40px !important; box-shadow: -4px 0 30px rgba(0,0,0,0.15) !important; border-left: none !important; counter-reset: nav-item !important; transition: right 0.4s cubic-bezier(0.4,0,0.2,1) !important; }
    .jhhtg.active { right: 0 !important; }
    .jhhtg .nav-link { display: flex !important; align-items: center !important; gap: 14px !important; border-bottom: 1px solid var(--border-color) !important; counter-increment: nav-item !important; opacity: 0 !important; transform: translateX(20px) !important; transition: opacity 0.35s ease, transform 0.35s ease !important; }
    .jhhtg .nav-link::before { content: counter(nav-item, decimal-leading-zero) !important; font-size: 11px !important; font-weight: 700 !important; color: var(--o14yi) !important; letter-spacing: 1px !important; flex-shrink: 0 !important; width: 22px !important; display: inline !important; }
    .jhhtg.active .nav-link { opacity: 1 !important; transform: translateX(0) !important; }
    .jhhtg.active .nav-link:nth-child(1){transition-delay:.06s !important;}
    .jhhtg.active .nav-link:nth-child(2){transition-delay:.12s !important;}
    .jhhtg.active .nav-link:nth-child(3){transition-delay:.18s !important;}
    .jhhtg.active .nav-link:nth-child(4){transition-delay:.24s !important;}
    .jhhtg.active .nav-link:nth-child(5){transition-delay:.30s !important;}
    .jhhtg.active .nav-link:nth-child(6){transition-delay:.36s !important;}
    .jhhtg.active .nav-link:nth-child(7){transition-delay:.42s !important;}
    .jhhtg.active .nav-link:nth-child(8){transition-delay:.48s !important;}
}

.bfbms3,
.hb4x6j,
.cpigun,
.fmeil,
.xfwv,
.mqw9x {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.bfbms3 *,
.hb4x6j *,
.cpigun *,
.fmeil *,
.xfwv * {
    filter: none !important;
}
@supports (animation: none) {
    .bfbms3, .hb4x6j, .cpigun {
        animation-fill-mode: forwards !important;
    }
}
.cpigun + .cpigun {
    margin-top: 1.5rem;
}

.zx4pp .facz ~ .container,
.zx4pp .facz ~ .container * {
    color: #fff;
}
.zx4pp .facz ~ .container p,
.zx4pp .facz ~ .container .lryw0 {
    color: rgba(255,255,255,0.85);
}
.zx4pp .facz ~ .container .iuhm {
    color: inherit;
}
.duolf .ap8zo { color: #fff; }
.duolf .chwmjb { color: var(--o14yi); }
.duolf .lot2mv { color: rgba(255,255,255,0.55); }
.duolf .zzytdc a { color: rgba(255,255,255,0.65); }
.duolf .zzytdc a:hover { color: #fff; }
.ic5hls[style*="background:none"] { background: none !important; }
.ic5hls[style*="background:none"]::before,
.ic5hls[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.637;
    letter-spacing: 0.0em;
}

.bfbms3, .hb4x6j, .cpigun, .pcr7cm, .fmeil {
    padding: 25px;
}
.bfbms3, .hb4x6j, .cpigun, .pcr7cm, .fmeil .card-body {
    padding: 24px 22px;
}
.row > [class*="col"]:nth-child(1) .bfbms3,
.row > [class*="col"]:nth-child(1) .hb4x6j {
    padding: 22px;
    border-radius: calc(var(--o7a9) + 0px);
}
.row > [class*="col"]:nth-child(2) .bfbms3,
.row > [class*="col"]:nth-child(2) .hb4x6j {
    padding: 27px;
    border-radius: calc(var(--o7a9) + 2px);
}
.row > [class*="col"]:nth-child(3) .bfbms3,
.row > [class*="col"]:nth-child(3) .hb4x6j {
    padding: 23px;
    border-radius: calc(var(--o7a9) + 1px);
}
.row > [class*="col"]:nth-child(4) .bfbms3,
.row > [class*="col"]:nth-child(4) .hb4x6j {
    padding: 24px;
    border-radius: calc(var(--o7a9) + 3px);
}
.row > [class*="col"]:nth-child(5) .bfbms3,
.row > [class*="col"]:nth-child(5) .hb4x6j {
    padding: 25px;
    border-radius: calc(var(--o7a9) + -2px);
}
.row > [class*="col"]:nth-child(6) .bfbms3,
.row > [class*="col"]:nth-child(6) .hb4x6j {
    padding: 26px;
    border-radius: calc(var(--o7a9) + -1px);
}

.iuhm {
    padding: 14px 28px;
    font-size: 16px;
    letter-spacing: 0.125px;
    border-radius: calc(var(--o7a9) + 2px);
}
.tsgyq {
    padding: 14px 30px;
    border-width: 1px;
}

main > section {
    padding-top: 79px;
    padding-bottom: 71px;
}
main > section:first-child {
    padding-top: 87px;
}
main > section:nth-child(2) {
    padding-top: 86px;
    padding-bottom: 78px;
}
main > section:nth-child(3) {
    padding-top: 87px;
    padding-bottom: 80px;
}
main > section:nth-child(5) {
    padding-top: 77px;
    padding-bottom: 83px;
}

.fmaayi {
    margin-bottom: 59px;
}

.bfbms3, .hb4x6j, .cpigun, .fmeil {
    box-shadow: 0px 5px 12px rgba(0,0,0,0.053);
}

.zx4pp {
    padding-top: 122px;
}
.nta1 {
    margin-bottom: 22px;
}
.lryw0 {
    margin-bottom: 41px;
    font-size: 19px;
    line-height: 1.592;
}
.ap8zo {
    font-size: 11px;
    letter-spacing: 3.694px;
    margin-bottom: 23px;
}
.hij8j {
    gap: 15px;
}

.etl2 img {
    border-radius: 15px;
    box-shadow: 0 14px 42px rgba(0,0,0,0.09);
}

.jg0a7 {
    width: 50px;
    height: 50px;
    font-size: 21px;
    border-radius: 14px;
    margin-bottom: 17px;
}

.nucpvd, .card-title {
    font-size: 20px;
    margin-bottom: 11px;
}
.ajpv, .card-text {
    font-size: 15px;
    line-height: 1.56;
}

.xsa2m5 {
    margin-bottom: 14px;
    letter-spacing: 0.0px;
}
.chwmjb {
    font-size: 13px;
    letter-spacing: 2.83px;
    margin-bottom: 14px;
}
.jygio {
    font-size: 17px;
    line-height: 1.602;
}

@media (min-width: 993px) {
    .jhhtg {
        gap: 29px;
    }
    .jhhtg .nav-link {
        font-size: 14px;
        padding: 6px 0;
    }
}

.ic5hls {
    padding-top: 75px;
}
.rno51b .di7bgg {
    font-size: 18px;
    margin-bottom: 19px;
}
.zzytdc a {
    font-size: 15px;
}
.zzytdc li {
    margin-bottom: 9px;
}
.rbffd {
    gap: 11px;
}
.rbffd a {
    width: 37px;
    height: 37px;
}
.jel1h3 {
    padding: 22px 0;
    margin-top: 51px;
}

.form-control {
    border-radius: 5px;
    padding: 12px 14px;
    font-size: 16px;
}

.pcr7cm {
    padding: 37px;
}
.cz2e {
    font-size: 18px;
    line-height: 1.624;
    margin-bottom: 19px;
}
.hpahdk {
    width: 49px;
    height: 49px;
}
.rp1rs {
    font-size: 15px;
}
.vgwu {
    font-size: 13px;
}

.fmeil {
    padding: 35px;
}
.kxzf2 {
    font-size: 21px;
    margin-bottom: 9px;
}
.xjum {
    font-size: 46px;
    margin-bottom: 20px;
}
.zlmk li {
    padding: 10px 0;
    font-size: 14px;
}

.wvq2, .stat-number {
    font-size: 45px;
    margin-bottom: 8px;
}
.tj6gle {
    font-size: 13px;
    letter-spacing: 0.584px;
}

.ro34v img {
    border-radius: 17px;
}
.fz14ya {
    font-size: 19px;
    margin-bottom: 4px;
}
.vhm89 {
    font-size: 12px;
}

.zx3t9 {
    font-size: 27px;
    margin-bottom: 10px;
}
.crqf {
    font-size: 19px;
    margin-bottom: 9px;
}

.wow {
    animation-duration: 0.676s !important;
}
.bfbms3, .hb4x6j, .cpigun, .pcr7cm,
.fmeil, .mqw9x {
    transition-duration: 0.326s;
}

.row {
    --bs-gutter-y: 27px;
}

.zeu38 {
    padding: 72px 0;
}
.lejhe {
    font-size: 38px;
    margin-bottom: 16px;
}
.wf99 {
    font-size: 18px;
    margin-bottom: 29px;
}

.cpigun .umqp img {
    border-radius: 7px 7px 0 0;
}
.hov0i {
    font-size: 14px;
    margin-bottom: 9px;
    gap: 10px;
}

.tf71g {
    padding: 16px 0;
}
.tf71g.scrolled {
    padding: 12px 0;
}
.xcry {
    font-size: 24px;
}
.zpqn {
    margin-left: 19px;
}

:root {
    --_build: '898def1';
    --_tag: 'c81b77b';
    --_seed: 5.47;
    --_env: 6064;
}
.bind-ref { unicode-bidi: normal; pointer-events: auto }
.view-anchor { box-sizing: border-box }
.page-ref { display: inherit }
.scope-tag { box-sizing: border-box }

.duolf h1, .duolf h2, .duolf h3, .duolf h4, .duolf h5, .duolf h6 { color: #fff !important; }
.duolf { color: rgba(255,255,255,0.85) !important; }
.duolf p, .duolf li, .duolf span:not(.badge):not(.iuhm), .duolf .qsmo, .duolf label, .duolf blockquote, .duolf figcaption, .duolf dt, .duolf dd, .duolf td, .duolf th { color: rgba(255,255,255,0.78) !important; }
.duolf a:not(.iuhm):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.duolf a:not(.iuhm):not(.nav-link):hover { color: #fff !important; }
.duolf .wvq2 { color: #fff !important; }
.duolf .tj6gle { 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(.iuhm), .bg-dark-custom .qsmo, .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(.iuhm):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.iuhm):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .wvq2 { color: #fff !important; }
.bg-dark-custom .tj6gle { 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(.iuhm), .bg-gradient-custom .qsmo, .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(.iuhm):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.iuhm):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .wvq2 { color: #fff !important; }
.bg-gradient-custom .tj6gle { 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(.iuhm), .bg-accent-custom .qsmo, .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(.iuhm):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.iuhm):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .wvq2 { color: #fff !important; }
.bg-accent-custom .tj6gle { color: rgba(255,255,255,0.7) !important; }

.zeu38 h1, .zeu38 h2, .zeu38 h3, .zeu38 h4, .zeu38 h5, .zeu38 h6 { color: #fff !important; }
.zeu38 { color: rgba(255,255,255,0.85) !important; }
.zeu38 p, .zeu38 li, .zeu38 span:not(.badge):not(.iuhm), .zeu38 .qsmo, .zeu38 label, .zeu38 blockquote, .zeu38 figcaption, .zeu38 dt, .zeu38 dd, .zeu38 td, .zeu38 th { color: rgba(255,255,255,0.78) !important; }
.zeu38 a:not(.iuhm):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.zeu38 a:not(.iuhm):not(.nav-link):hover { color: #fff !important; }
.zeu38 .wvq2 { color: #fff !important; }
.zeu38 .tj6gle { color: rgba(255,255,255,0.7) !important; }

.ic5hls { color: rgba(255,255,255,0.65) !important; }
.ic5hls h1, .ic5hls h2, .ic5hls h3,
.ic5hls h4, .ic5hls h5, .ic5hls h6,
.ic5hls .di7bgg { color: #fff !important; }
.ic5hls p, .ic5hls li, .ic5hls span,
.ic5hls label { color: rgba(255,255,255,0.6) !important; }
.ic5hls a:not(.iuhm) { color: rgba(255,255,255,0.65) !important; }
.ic5hls a:not(.iuhm):hover { color: #fff !important; }

/* Светлая правая часть футера */
.ic5hls [style*="background:var(--bg-secondary)"] { color: var(--text-secondary) !important; }
.ic5hls [style*="background:var(--bg-secondary)"] h1,
.ic5hls [style*="background:var(--bg-secondary)"] h2,
.ic5hls [style*="background:var(--bg-secondary)"] h3,
.ic5hls [style*="background:var(--bg-secondary)"] h4,
.ic5hls [style*="background:var(--bg-secondary)"] h5,
.ic5hls [style*="background:var(--bg-secondary)"] h6,
.ic5hls [style*="background:var(--bg-secondary)"] .di7bgg { color: var(--text-primary) !important; }
.ic5hls [style*="background:var(--bg-secondary)"] p,
.ic5hls [style*="background:var(--bg-secondary)"] li,
.ic5hls [style*="background:var(--bg-secondary)"] span,
.ic5hls [style*="background:var(--bg-secondary)"] label { color: var(--text-secondary) !important; }
.ic5hls [style*="background:var(--bg-secondary)"] a:not(.iuhm) { color: var(--text-secondary) !important; }
.ic5hls [style*="background:var(--bg-secondary)"] a:not(.iuhm):hover { color: var(--o14yi) !important; }
/* Нижняя полоса */
.jel1h3 a { color: var(--text-secondary) !important; }
.jel1h3 a:hover { color: var(--o14yi) !important; }

.emcd7 h1, .emcd7 h2, .emcd7 h3, .emcd7 h4, .emcd7 h5, .emcd7 h6 { color: var(--text-primary, #1a1a2e) !important; }
.emcd7 p, .emcd7 li, .emcd7 span:not(.badge):not(.iuhm), .emcd7 .qsmo, .emcd7 label, .emcd7 blockquote, .emcd7 figcaption, .emcd7 dt, .emcd7 dd, .emcd7 td, .emcd7 th { color: var(--text-secondary, #555) !important; }

.lofdy h1, .lofdy h2, .lofdy h3, .lofdy h4, .lofdy h5, .lofdy h6 { color: var(--text-primary, #1a1a2e) !important; }
.lofdy p, .lofdy li, .lofdy span:not(.badge):not(.iuhm), .lofdy .qsmo, .lofdy label, .lofdy blockquote, .lofdy figcaption, .lofdy dt, .lofdy dd, .lofdy td, .lofdy th { color: var(--text-secondary, #555) !important; }

.pl-pulse{width:40px;height:40px;border-radius:50%;background:var(--o14yi);animation:plPulse 1.2s ease-in-out infinite;}@keyframes plPulse{0%{transform:scale(.6);opacity:.4}50%{transform:scale(1);opacity:1}100%{transform:scale(.6);opacity:.4}}

.ix-filter-nav{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;margin-bottom:32px;}
.ix-filter-btn{padding:8px 20px;border:2px solid var(--border-color);background:none;border-radius:var(--o4ji,50px);cursor:pointer;font-size:14px;font-weight:600;color:var(--text-secondary);transition:all 0.3s;}
.ix-filter-btn.active,.ix-filter-btn:hover{background:var(--o14yi);color:#fff;border-color:var(--o14yi);}
.ix-filter-item{transition:opacity 0.4s ease,transform 0.4s ease;}
.ix-filter-item.ix-hidden{opacity:0;transform:scale(0.85);pointer-events:none;position:absolute;visibility:hidden;}