@import url('https://fonts.googleapis.com/css2?family=Brygada+1918:wght@400;500;600;700&family=Inter:wght@400;500&display=swap');

:root {
    --v14ai: #389788;
    --v15q9: #A546B6;
    --v16kb: #A2932B;
    --v1nk: linear-gradient(to right, var(--v14ai), var(--v15q9));
    --v3li: 'Brygada 1918', serif;
    --v5gv: 'Inter', sans-serif;
    --v19kt: 48px;
    --v20or: 36px;
    --v21bd: 26px;
    --v17h9: 16px;
    --v18yw: 500;
    --v6yx: 0px;
    --v7q2: 0px;
    --v8zm: 0px;
    --v9f0: 0px;
    --v4de: 0px;
    --v10t0: 3px 3px 0 rgba(0,0,0,0.08);
    --v11ve: 5px 5px 0 rgba(0,0,0,0.10);
    --v12e3: 8px 8px 0 rgba(0,0,0,0.12);
    --v13b3: 12px 12px 0 rgba(0,0,0,0.15);
    --ix63: 140px 0;
}
.scse {
    border-radius: 8px;
    padding: 18px 36px;
}
.jzdr, .hr3i, .rhr45u, .ue1iom, .lq12 {
    border-width: 3px;
    border-color: #389788;
}

.xn5vtv {
    position: relative;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    margin: 40px 0;
}

.jzdr, .hr3i, .ue1iom, .lq12, .rhr45u {
    transform: rotate(-1.5deg);
    transition: transform 0.4s cubic-bezier(.25,.8,.25,1);
}
.jzdr:hover, .hr3i:hover, .ue1iom:hover, .lq12:hover, .rhr45u:hover {
    transform: rotate(0deg) translateY(-4px);
}

.jzdr, .hr3i, .ue1iom, .lq12, .rhr45u {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
}

.fsgypf { position: relative; padding: 20px; }
.fsgypf::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid var(--v14ai);
    border-radius: var(--v8zm);
    transform: translate(12px, 12px);
    opacity: 0.3;
}
.fsgypf img {
    border-radius: var(--v8zm);
    position: relative;
    z-index: 1;
}
.ljdm { letter-spacing: -1px; }
.ua1x .scse:first-child { min-width: 200px; text-align: center; }

.yjhpzm {
    background: linear-gradient(135deg, var(--footer-dark-bg) 0%, color-mix(in srgb, var(--footer-dark-bg) 80%, var(--v14ai)) 100%);
    padding: 16px 0;
}
.yjhpzm .ne8d { color: #fff; }
.yjhpzm .nav-link { color: rgba(255,255,255,0.75) !important; }
.yjhpzm .nav-link:hover, .yjhpzm .nav-link.active { color: #fff !important; }
.yjhpzm .nav-link::after { background: var(--v14ai); }
.yjhpzm .pbao { background: var(--v14ai); color: #fff; border-color: var(--v14ai); }
.yjhpzm .xzmbsr .robmu3 { background: #fff; }
.yjhpzm.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,0.15); }

.qluh { background: #1a1a2e; color: rgba(255,255,255,0.6); padding-top: 80px; }
.qluh h4,.qluh h5 { color: #fff; }
.egy4uv .auco::after { background: var(--v14ai); }
.yb4u { background: #10101c; border-top: none; margin: 60px -1000px 0; padding: 24px 1000px; }
.yb4u p { color: rgba(255,255,255,0.3); }
.nx0bho a:hover { background: var(--v14ai); border-color: var(--v14ai); }

.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 .pv003 { background: var(--bg-card, #fff); padding: 40px; border-radius: var(--v8zm); box-shadow: var(--v11ve); }

.ne8d { font-family: 'JetBrains Mono', 'Fira Code', 'Courier New', monospace; font-size: 18px; font-weight: 500; letter-spacing: -0.5px; }

.fns7, .card-title {
    background: var(--v1nk);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}
.nwoq72 {
    font-weight: 800;
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
}
.qluh .fns7, .qluh .card-title,
.yjhpzm .fns7, .yjhpzm .card-title {
    -webkit-text-fill-color: initial;
    background: none;
}

.xzmbsr { width: 42px; height: 42px; gap: 5px; border: none; background: var(--v14ai); border-radius: var(--v6yx, 6px); }
.xzmbsr .robmu3 { width: 20px; height: 2px; background: #fff; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.xzmbsr:hover { background: var(--v15q9, var(--v14ai)); }
.xzmbsr.active .robmu3:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.xzmbsr.active .robmu3:nth-child(2) { opacity: 0; }
.xzmbsr.active .robmu3:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

main > section + section::before{content:'+';display:block;text-align:center;color:var(--v14ai);opacity:0.2;font-size:24px;font-weight:300;padding:8px 0;}

.scroll-prog-v{position:fixed;right:0;top:0;width:4px;height:100vh;z-index:9990;background:var(--border-color);}.scroll-prog-v .fill{width:100%;background:var(--v1nk);transition:height 0.05s;}@media(max-width:768px){.scroll-prog-v{display:none;}}

main > section {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--bg-primary);
    box-shadow: 0 -10px 40px rgba(0,0,0,0.08);
}
main > section:nth-child(even):not(.xa9l85):not(.lvxs) { background: var(--bg-secondary, var(--bg-primary)); }
main > section:nth-child(1):not(.xa9l85):not(.lvxs) { z-index: 2; }
main > section:nth-child(2):not(.xa9l85):not(.lvxs) { z-index: 3; }
main > section:nth-child(3):not(.xa9l85):not(.lvxs) { z-index: 4; }
main > section:nth-child(4):not(.xa9l85):not(.lvxs) { z-index: 5; }
main > section:nth-child(5):not(.xa9l85):not(.lvxs) { z-index: 6; }
main > section:nth-child(6):not(.xa9l85):not(.lvxs) { z-index: 7; }
main > section:nth-child(7):not(.xa9l85):not(.lvxs) { z-index: 8; }
main > section:nth-child(8):not(.xa9l85):not(.lvxs) { z-index: 9; }
main > section:nth-child(9):not(.xa9l85):not(.lvxs) { z-index: 10; }
main > section:nth-child(10):not(.xa9l85):not(.lvxs) { z-index: 11; }
main > section:nth-child(11):not(.xa9l85):not(.lvxs) { z-index: 12; }
main > section:nth-child(12):not(.xa9l85):not(.lvxs) { z-index: 13; }
.ay0z0e { z-index: 0; position: relative; }
.qluh { position: relative; z-index: 20; }
@media (max-width: 768px) { main > section { position: relative; box-shadow: none; } }

.jzdr,.hr3i{transition:background 0.4s ease,color 0.4s ease,border-color 0.4s ease,box-shadow 0.4s ease;}.jzdr:hover,.hr3i:hover{background:var(--v14ai) !important;border-color:var(--v14ai) !important;box-shadow:0 12px 30px rgba(0,0,0,0.15) !important;}.jzdr:hover .fns7,.jzdr:hover .szujm,.jzdr:hover i,.hr3i:hover .card-title,.hr3i:hover .card-text{color:#fff !important;}.jzdr:hover .eblwd{background:rgba(255,255,255,0.15) !important;color:#fff !important;}

.jzdr,.hr3i,.ue1iom,.rhr45u,.lq12{transition:border-color 0.4s ease,box-shadow 0.4s ease;}.jzdr:hover,.hr3i:hover,.ue1iom:hover,.rhr45u:hover,.lq12:hover{border-color:var(--v14ai) !important;box-shadow:0 0 0 1px var(--v14ai),0 8px 30px rgba(0,0,0,0.08) !important;}

.spin-gradient{position:fixed;width:500px;height:500px;border-radius:50%;background:conic-gradient(from 0deg,var(--v14ai),transparent 120deg,transparent);opacity:0.025;animation:spinSlow 30s linear infinite;pointer-events:none;z-index:0;top:-150px;right:-150px;}@keyframes spinSlow{to{transform:rotate(360deg);}}@media(max-width:768px){.spin-gradient{width:300px;height:300px;}}

.nwoq72{overflow:hidden;}.nwoq72-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 .nwoq72-inner,.wow.animated .nwoq72-inner{transform:translateY(0);opacity:1;}

.tex-parallax-sec { position: relative; overflow: clip; }
.tex-parallax-sec::before {
    content: '';
    position: absolute;
    inset: -30% 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.04;
    background:
        radial-gradient(ellipse at 20% 50%, var(--v14ai) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 40%, var(--v15q9, var(--v14ai)) 0%, transparent 45%);
    will-change: transform;
}
.ay0z0e.tex-parallax-sec::before { display: none !important; }

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.025;
    background-image:
        url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='m'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.015 0.08' numOctaves='5' seed='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23m)'/%3E%3C/svg%3E");
    background-size: 512px 512px;
    mix-blend-mode: overlay;
}
.ay0z0e::before { display: none !important; }

html:not(.jw7uf) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .zl0jm {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .czx0 {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .czx0 .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .hp4d60, .nfhc {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .hp4d60 .nav-link,
    .nfhc .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .pbao {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .ne8d {
        flex-shrink: 0;
    }
}

div.xn5vtv:not(.ix63) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div.xn5vtv:not(.ix63) + .yjhpzm {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.xn5vtv.nfepfe {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.xn5vtv.nfepfe + .yjhpzm,
div.xn5vtv:not(.ix63) + .yjhpzm.scrolled {
    top: 0;
}
div.xn5vtv:not(.ix63) ~ .ay0z0e {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.xn5vtv:not(.ix63) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.xn5vtv:not(.ix63) + .yjhpzm {
        top: 0;
    }
    div.xn5vtv:not(.ix63) ~ .ay0z0e {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .xzmbsr {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .xzmbsr .robmu3 {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .czx0 {
        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;
    }
    .czx0 .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;
    }
    .czx0 .nav-link::after { display: none !important; }
    .pbao { display: none !important; }
    .hp4d60, .nfhc { display: none !important; }
}

@media (max-width: 992px) {
    .czx0 { 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; }
    .czx0.active { right: 0 !important; }
    .czx0 .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; }
    .czx0.active .nav-link { opacity: 1 !important; transform: translateX(0) !important; }
    .czx0.active .nav-link:hover { color: var(--v14ai) !important; }
    .czx0.active .nav-link:nth-child(1){transition-delay:.10s !important;}
    .czx0.active .nav-link:nth-child(2){transition-delay:.16s !important;}
    .czx0.active .nav-link:nth-child(3){transition-delay:.22s !important;}
    .czx0.active .nav-link:nth-child(4){transition-delay:.28s !important;}
    .czx0.active .nav-link:nth-child(5){transition-delay:.34s !important;}
    .czx0.active .nav-link:nth-child(6){transition-delay:.40s !important;}
    .czx0.active .nav-link:nth-child(7){transition-delay:.46s !important;}
    .czx0.active .nav-link:nth-child(8){transition-delay:.52s !important;}
}

.jzdr,
.hr3i,
.ue1iom,
.lq12,
.hbq2,
.og2gr {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.jzdr *,
.hr3i *,
.ue1iom *,
.lq12 *,
.hbq2 * {
    filter: none !important;
}
@supports (animation: none) {
    .jzdr, .hr3i, .ue1iom {
        animation-fill-mode: forwards !important;
    }
}
.ue1iom + .ue1iom {
    margin-top: 1.5rem;
}

.ay0z0e .pw6sva ~ .container,
.ay0z0e .pw6sva ~ .container * {
    color: #fff;
}
.ay0z0e .pw6sva ~ .container p,
.ay0z0e .pw6sva ~ .container .vq4lxz {
    color: rgba(255,255,255,0.85);
}
.ay0z0e .pw6sva ~ .container .scse {
    color: inherit;
}
.lvxs .koxv { color: #fff; }
.lvxs .jnqo { color: var(--v14ai); }
.lvxs .sq36 { color: rgba(255,255,255,0.55); }
.lvxs .ut2g a { color: rgba(255,255,255,0.65); }
.lvxs .ut2g a:hover { color: #fff; }
.qluh[style*="background:none"] { background: none !important; }
.qluh[style*="background:none"]::before,
.qluh[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.663;
    letter-spacing: 0.0em;
}

.jzdr, .hr3i, .ue1iom, .rhr45u, .lq12 {
    padding: 29px;
}
.jzdr, .hr3i, .ue1iom, .rhr45u, .lq12 .card-body {
    padding: 22px 21px;
}
.row > [class*="col"]:nth-child(1) .jzdr,
.row > [class*="col"]:nth-child(1) .hr3i {
    padding: 31px;
    border-radius: calc(var(--v7q2) + 1px);
}
.row > [class*="col"]:nth-child(2) .jzdr,
.row > [class*="col"]:nth-child(2) .hr3i {
    padding: 30px;
    border-radius: calc(var(--v7q2) + -2px);
}
.row > [class*="col"]:nth-child(3) .jzdr,
.row > [class*="col"]:nth-child(3) .hr3i {
    padding: 27px;
    border-radius: calc(var(--v7q2) + 0px);
}
.row > [class*="col"]:nth-child(4) .jzdr,
.row > [class*="col"]:nth-child(4) .hr3i {
    padding: 30px;
    border-radius: calc(var(--v7q2) + -1px);
}
.row > [class*="col"]:nth-child(5) .jzdr,
.row > [class*="col"]:nth-child(5) .hr3i {
    padding: 29px;
    border-radius: calc(var(--v7q2) + 3px);
}
.row > [class*="col"]:nth-child(6) .jzdr,
.row > [class*="col"]:nth-child(6) .hr3i {
    padding: 32px;
    border-radius: calc(var(--v7q2) + -1px);
}

.scse {
    padding: 14px 31px;
    font-size: 16px;
    letter-spacing: 0.218px;
    border-radius: calc(var(--v7q2) + 3px);
}
.yiuupm {
    padding: 14px 33px;
    border-width: 1px;
}

main > section {
    padding-top: 74px;
    padding-bottom: 76px;
}
main > section:first-child {
    padding-top: 80px;
}
main > section:nth-child(2) {
    padding-top: 82px;
    padding-bottom: 82px;
}
main > section:nth-child(4) {
    padding-top: 76px;
    padding-bottom: 69px;
}
main > section:nth-child(5) {
    padding-top: 71px;
    padding-bottom: 72px;
}
main > section:nth-child(6) {
    padding-top: 81px;
    padding-bottom: 70px;
}

.eviq {
    margin-bottom: 60px;
}

.jzdr, .hr3i, .ue1iom, .lq12 {
    box-shadow: 1px 3px 20px rgba(0,0,0,0.073);
}

.ay0z0e {
    padding-top: 114px;
}
.ljdm {
    margin-bottom: 20px;
}
.vq4lxz {
    margin-bottom: 36px;
    font-size: 19px;
    line-height: 1.626;
}
.koxv {
    font-size: 13px;
    letter-spacing: 2.786px;
    margin-bottom: 21px;
}
.ua1x {
    gap: 12px;
}

.fsgypf img {
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(0,0,0,0.095);
}

.eblwd {
    width: 54px;
    height: 54px;
    font-size: 21px;
    border-radius: 13px;
    margin-bottom: 15px;
}

.fns7, .card-title {
    font-size: 20px;
    margin-bottom: 13px;
}
.szujm, .card-text {
    font-size: 14px;
    line-height: 1.635;
}

.nwoq72 {
    margin-bottom: 18px;
    letter-spacing: 0.0px;
}
.jnqo {
    font-size: 12px;
    letter-spacing: 2.998px;
    margin-bottom: 11px;
}
.ne88 {
    font-size: 16px;
    line-height: 1.649;
}

@media (min-width: 993px) {
    .czx0 {
        gap: 31px;
    }
    .czx0 .nav-link {
        font-size: 15px;
        padding: 9px 0;
    }
}

.qluh {
    padding-top: 68px;
}
.egy4uv .auco {
    font-size: 18px;
    margin-bottom: 25px;
}
.ut2g a {
    font-size: 15px;
}
.ut2g li {
    margin-bottom: 11px;
}
.nx0bho {
    gap: 9px;
}
.nx0bho a {
    width: 40px;
    height: 40px;
}
.yb4u {
    padding: 20px 0;
    margin-top: 49px;
}

.form-control {
    border-radius: 6px;
    padding: 11px 17px;
    font-size: 16px;
}

.rhr45u {
    padding: 28px;
}

.uf6l-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}
.uf6l-prev,
.uf6l-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid var(--v14ai);
    background: transparent;
    color: var(--v14ai);
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
}
.uf6l-prev:hover,
.uf6l-next:hover {
    background: var(--v14ai);
    color: #fff;
}
.uf6l-prev.swiper-button-disabled,
.uf6l-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

.ovs4 {
    font-size: 18px;
    line-height: 1.656;
    margin-bottom: 18px;
}
.ukt81 {
    width: 45px;
    height: 45px;
}
.bqdi0 {
    font-size: 15px;
}
.pmtci {
    font-size: 14px;
}

.lq12 {
    padding: 33px;
}
.moalk {
    font-size: 18px;
    margin-bottom: 11px;
}
.ygy8 {
    font-size: 45px;
    margin-bottom: 18px;
}
.cd79 li {
    padding: 8px 0;
    font-size: 14px;
}

.xa1m, .stat-number {
    font-size: 45px;
    margin-bottom: 7px;
}
.pl07 {
    font-size: 14px;
    letter-spacing: 0.793px;
}

.mfqzfm img {
    border-radius: 7px;
}
.qo0qal {
    font-size: 18px;
    margin-bottom: 3px;
}
.bguoou {
    font-size: 14px;
}

.begbq {
    font-size: 31px;
    margin-bottom: 9px;
}
.sgp7r1 {
    font-size: 19px;
    margin-bottom: 6px;
}

.wow {
    animation-duration: 0.641s !important;
}
.jzdr, .hr3i, .ue1iom, .rhr45u,
.lq12, .og2gr {
    transition-duration: 0.28s;
}

.row {
    --bs-gutter-y: 29px;
}

.xa9l85 {
    padding: 91px 0;
}
.ktadz {
    font-size: 38px;
    margin-bottom: 19px;
}
.ouzazz {
    font-size: 17px;
    margin-bottom: 24px;
}

.ue1iom .prpgq img {
    border-radius: 13px 13px 0 0;
}
.zn04 {
    font-size: 12px;
    margin-bottom: 10px;
    gap: 10px;
}

.yjhpzm {
    padding: 15px 0;
}
.yjhpzm.scrolled {
    padding: 9px 0;
}
.ne8d {
    font-size: 25px;
}
.pbao {
    margin-left: 16px;
}

:root {
    --_env: 47759;
    --_gen: 43305;
}
.event-hook { --_ref: '9814'; display: inherit; font-style: inherit }
.data-layer { font-variant: normal; --_stamp: 343; box-sizing: border-box }
.frame-ref { --_ref: 'be2' }
.init-marker { box-sizing: border-box }

.lvxs h1, .lvxs h2, .lvxs h3, .lvxs h4, .lvxs h5, .lvxs h6 { color: #fff !important; }
.lvxs { color: rgba(255,255,255,0.85) !important; }
.lvxs p, .lvxs li, .lvxs span:not(.badge):not(.scse), .lvxs .tnwwq, .lvxs label, .lvxs blockquote, .lvxs figcaption, .lvxs dt, .lvxs dd, .lvxs td, .lvxs th { color: rgba(255,255,255,0.78) !important; }
.lvxs a:not(.scse):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.lvxs a:not(.scse):not(.nav-link):hover { color: #fff !important; }
.lvxs .xa1m { color: #fff !important; }
.lvxs .pl07 { 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(.scse), .bg-dark-custom .tnwwq, .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(.scse):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.scse):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .xa1m { color: #fff !important; }
.bg-dark-custom .pl07 { 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(.scse), .bg-gradient-custom .tnwwq, .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(.scse):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.scse):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .xa1m { color: #fff !important; }
.bg-gradient-custom .pl07 { 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(.scse), .bg-accent-custom .tnwwq, .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(.scse):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.scse):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .xa1m { color: #fff !important; }
.bg-accent-custom .pl07 { color: rgba(255,255,255,0.7) !important; }

.xa9l85 h1, .xa9l85 h2, .xa9l85 h3, .xa9l85 h4, .xa9l85 h5, .xa9l85 h6 { color: #fff !important; }
.xa9l85 { color: rgba(255,255,255,0.85) !important; }
.xa9l85 p, .xa9l85 li, .xa9l85 span:not(.badge):not(.scse), .xa9l85 .tnwwq, .xa9l85 label, .xa9l85 blockquote, .xa9l85 figcaption, .xa9l85 dt, .xa9l85 dd, .xa9l85 td, .xa9l85 th { color: rgba(255,255,255,0.78) !important; }
.xa9l85 a:not(.scse):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.xa9l85 a:not(.scse):not(.nav-link):hover { color: #fff !important; }
.xa9l85 .xa1m { color: #fff !important; }
.xa9l85 .pl07 { color: rgba(255,255,255,0.7) !important; }

.qluh { color: rgba(255,255,255,0.65) !important; }
.qluh h1, .qluh h2, .qluh h3,
.qluh h4, .qluh h5, .qluh h6,
.qluh .auco { color: #fff !important; }
.qluh p, .qluh li, .qluh span,
.qluh label { color: rgba(255,255,255,0.6) !important; }
.qluh a:not(.scse) { color: rgba(255,255,255,0.65) !important; }
.qluh a:not(.scse):hover { color: #fff !important; }

.ud49m1 h1, .ud49m1 h2, .ud49m1 h3, .ud49m1 h4, .ud49m1 h5, .ud49m1 h6 { color: var(--text-primary, #1a1a2e) !important; }
.ud49m1 p, .ud49m1 li, .ud49m1 span:not(.badge):not(.scse), .ud49m1 .tnwwq, .ud49m1 label, .ud49m1 blockquote, .ud49m1 figcaption, .ud49m1 dt, .ud49m1 dd, .ud49m1 td, .ud49m1 th { color: var(--text-secondary, #555) !important; }

.xn5vtv h1, .xn5vtv h2, .xn5vtv h3, .xn5vtv h4, .xn5vtv h5, .xn5vtv h6 { color: var(--text-primary, #1a1a2e) !important; }
.xn5vtv p, .xn5vtv li, .xn5vtv span:not(.badge):not(.scse), .xn5vtv .tnwwq, .xn5vtv label, .xn5vtv blockquote, .xn5vtv figcaption, .xn5vtv dt, .xn5vtv dd, .xn5vtv td, .xn5vtv th { color: var(--text-secondary, #555) !important; }
