@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Nunito:wght@400;500&display=swap');

:root {
    --n14xy: #600AEE;
    --n15k5: #6AA509;
    --n16xz: #E20B25;
    --n1lu: linear-gradient(45deg, var(--n14xy), var(--n15k5));
    --n3hp: 'Fredoka', sans-serif;
    --n5h9: 'Nunito', sans-serif;
    --n19wf: 40px;
    --n20bu: 30px;
    --n21dk: 22px;
    --n17dy: 15px;
    --n18j8: 700;
    --n6t2: 6px;
    --n7kf: 10px;
    --n8dm: 14px;
    --n9of: 20px;
    --n4xl: 40px;
    --n10eu: 0 2px 8px rgba(0,0,0,0.06);
    --n11iz: 0 4px 16px rgba(0,0,0,0.08);
    --n12nz: 0 8px 32px rgba(0,0,0,0.12);
    --n13j4: 0 16px 48px rgba(0,0,0,0.16);
    --kz2gh: 120px 0;
}
.bpp330 {
    border-radius: 4px;
    padding: 10px 24px;
}
.ro6a, .flm92p, .ujq12d, .mpgu, .jk57b {
    border-width: 1px;
    border-color: var(--border-color);
}

.ro6a, .flm92p, .mpgu, .jk57b, .ujq12d {
    transform: rotate(-1.5deg);
    transition: transform 0.4s cubic-bezier(.25,.8,.25,1);
}
.ro6a:hover, .flm92p:hover, .mpgu:hover, .jk57b:hover, .ujq12d:hover {
    transform: rotate(0deg) translateY(-4px);
}

.qr33 {
    background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
}

.qr33 {
    position: relative;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    margin: 40px 0;
}

.ewk7 {
    display: inline-block;
    position: relative;
    padding-bottom: 14px;
}
.ewk7::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--n1lu);
    border-radius: 2px;
}
.text-center .ewk7::after {
    left: 50%;
    transform: translateX(-50%);
}

.rviwof { text-align: center; padding-top: 100px; }
.quea {
    max-width: 900px;
    margin: 0 auto 40px;
}
.quea img {
    border-radius: var(--n9of);
    box-shadow: var(--n13j4);
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.ms782 { max-width: 700px; margin: 0 auto; }
.rnmbz { justify-content: center; }
.kwdiq { margin-bottom: 16px; }

.ks4ha { background: var(--bg-primary); padding: 0; }
.ks4ha .pp903 { padding: 16px 0; }
.ze8j1w {
    background: var(--n14xy) !important;
    color: #fff !important;
    padding: 12px 28px !important;
    border-radius: var(--n6t2) !important;
    margin-left: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.ks4ha.scrolled { box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.jw3dhq { gap: 28px; }
.jw3dhq .nav-link { font-size: 14px; }

.zljk {
    background: rgba(10,10,20,0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: rgba(255,255,255,0.5);
    padding-top: 80px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.zljk h4,.zljk h5 { color: #fff; }
.wvdw .otm0vt::after { background: var(--n14xy); width: 30px; }
.cw50v8 a { border-color: rgba(255,255,255,0.1); backdrop-filter: blur(10px); }
.cw50v8 a:hover { background: var(--n14xy); border-color: var(--n14xy); }
.adtsi { border-top: 1px solid rgba(255,255,255,0.05); }

.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 .wvz49 { background: var(--bg-card, #fff); padding: 40px; border-radius: var(--n8dm); box-shadow: var(--n11iz); }

.rvom { font-size: 16px; font-weight: 700; border: 2px solid var(--n14xy); padding: 6px 18px; border-radius: var(--n6t2); color: var(--n14xy) !important; }

h3, h4, h5 { font-family: var(--n3hp); }
.bctm, .card-title {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
}
.kqm28p { font-style: italic; font-weight: 500; }

.quea {
    transform: rotate(-3deg);
    transition: transform 0.4s ease;
}
.quea:hover {
    transform: rotate(0deg);
}
.quea img {
    border-radius: var(--n7kf);
    box-shadow: 12px 12px 0 var(--n14xy);
}

.pyn2 { width: 42px; height: 42px; gap: 5px; border: none; background: none; border-radius: 0; }
.pyn2 .sytr { width: 26px; height: 3px; border-radius: 3px; transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.25s ease; }
.pyn2.active .sytr:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.pyn2.active .sytr:nth-child(2) { opacity: 0; transform: scaleX(0); }
.pyn2.active .sytr:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

main > section + section::before{content:'';display:flex;justify-content:center;gap:8px;padding:15px 0;}main > section + section::before{content:'\25AA  \25AA  \25AA  \25AA  \25AA';text-align:center;display:block;color:var(--n14xy);opacity:0.2;font-size:8px;letter-spacing:6px;padding:15px 0;}

.cursor-dot{position:fixed;width:8px;height:8px;background:var(--n14xy);border-radius:50%;pointer-events:none;z-index:99999;transition:transform 0.15s ease;mix-blend-mode:difference;}.cursor-dot.hover{transform:scale(3);}

.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(--n5h9);}.scroll-nums span{cursor:pointer;transition:all 0.3s;}.scroll-nums span.active{color:var(--n14xy);opacity:1;transform:scale(1.5);}@media(max-width:768px){.scroll-nums{display:none;}}

.progress-header{position:fixed;top:0;left:0;height:2px;z-index:100000;background:var(--n14xy);width:0;opacity:0.8;}

.ro6a,.flm92p{opacity:0;animation:slideLeft 0.6s ease forwards;}.row>[class*="col"]:nth-child(odd) .ro6a,.row>[class*="col"]:nth-child(odd) .flm92p{animation-name:slideLeft;}.row>[class*="col"]:nth-child(even) .ro6a,.row>[class*="col"]:nth-child(even) .flm92p{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){.ro6a,.flm92p,.mpgu,.jk57b,.ea1omi,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

main > section {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
main > section.in-view {
    opacity: 1;
    transform: translateY(0);
}
.rviwof { opacity: 1 !important; transform: none !important; }

.jw3dhq .nav-link::after{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--n14xy);transition:width 0.3s ease,left 0.3s ease;border-radius:1px;}.jw3dhq .nav-link:hover::after,.jw3dhq .nav-link.active::after{width:100%;left:0;}

.flm92p img,.mpgu img,.portfolio-item img,.ro6a img{transition:transform 0.5s cubic-bezier(0.23,1,0.32,1);}.flm92p:hover img,.mpgu:hover img,.portfolio-item:hover img,.ro6a:hover img{transform:scale(1.08) rotate(1.5deg);}

.ro6a .iexka4 i,.ro6a .iexka4 svg{animation:iconPulse 3s ease-in-out infinite;}.ro6a:nth-child(2) .iexka4 i{animation-delay:-0.5s;}.ro6a:nth-child(3) .iexka4 i{animation-delay:-1s;}.ro6a:nth-child(4) .iexka4 i{animation-delay:-1.5s;}@keyframes iconPulse{0%,100%{transform:scale(1);}50%{transform:scale(1.15);}}

.scroll-hint{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;opacity:0.5;animation:scrollHintBounce 2s ease-in-out infinite;z-index:10;}.scroll-hint span{display:block;width:24px;height:24px;border-right:2px solid var(--text-primary);border-bottom:2px solid var(--text-primary);transform:rotate(45deg);}@keyframes scrollHintBounce{0%,100%{transform:translateX(-50%) translateY(0);opacity:0.5;}50%{transform:translateX(-50%) translateY(12px);opacity:1;}}

.spin-gradient{position:fixed;width:500px;height:500px;border-radius:50%;background:conic-gradient(from 0deg,var(--n14xy),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;}}

.float-shapes{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.float-hex{position:absolute;width:60px;height:34px;background:var(--n14xy);opacity:0.025;animation:floatHex 22s ease-in-out infinite alternate;clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);}@keyframes floatHex{0%{transform:translateY(0) rotate(0deg);}100%{transform:translateY(-80px) rotate(60deg);}}

main>section:nth-child(even):not(.soy6q5):not(.csjn){background:linear-gradient(135deg,var(--bg-primary),var(--bg-secondary,var(--bg-primary)),var(--bg-primary));background-size:400% 400%;animation:shimmerBg 12s ease infinite;}@keyframes shimmerBg{0%,100%{background-position:0% 50%;}50%{background-position:100% 50%;}}

.gymt,.rviwof .bpp330{background:linear-gradient(90deg,var(--n14xy),var(--n15k5,var(--n14xy)),var(--n14xy));background-size:200% 100%;animation:shimmerBtn 3s ease-in-out infinite;}@keyframes shimmerBtn{0%,100%{background-position:0% 50%;}50%{background-position:100% 50%;}}

html:not(.hbkd) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .pp903 {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .jw3dhq {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .jw3dhq .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .qsfl51, .lappjl {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .qsfl51 .nav-link,
    .lappjl .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .ze8j1w {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .rvom {
        flex-shrink: 0;
    }
}

div.qr33:not(.kz2gh) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div.qr33:not(.kz2gh) + .ks4ha {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.qr33.bv0v {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.qr33.bv0v + .ks4ha,
div.qr33:not(.kz2gh) + .ks4ha.scrolled {
    top: 0;
}
div.qr33:not(.kz2gh) ~ .rviwof {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.qr33:not(.kz2gh) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.qr33:not(.kz2gh) + .ks4ha {
        top: 0;
    }
    div.qr33:not(.kz2gh) ~ .rviwof {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .pyn2 {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .pyn2 .sytr {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .jw3dhq {
        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;
    }
    .jw3dhq .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;
    }
    .jw3dhq .nav-link::after { display: none !important; }
    .ze8j1w { display: none !important; }
    .qsfl51, .lappjl { display: none !important; }
}

@media (max-width: 992px) {
    .jw3dhq { right: 0 !important; left: auto !important; width: min(300px,85vw) !important; background: var(--bg-card) !important; padding: 100px 28px 40px !important; box-shadow: -4px 0 30px rgba(0,0,0,0.15) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; transform: scale(0.97) !important; transition: opacity 0.3s ease, visibility 0.3s, transform 0.3s ease !important; }
    .jw3dhq.active { opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; transform: scale(1) !important; }
    .jw3dhq .nav-link { opacity: 0 !important; transform: translateY(10px) !important; transition: opacity 0.3s ease, transform 0.3s ease !important; border-bottom: 1px solid var(--border-color) !important; }
    .jw3dhq.active .nav-link { opacity: 1 !important; transform: translateY(0) !important; }
    .jw3dhq.active .nav-link:nth-child(1){transition-delay:.15s !important;}
    .jw3dhq.active .nav-link:nth-child(2){transition-delay:.20s !important;}
    .jw3dhq.active .nav-link:nth-child(3){transition-delay:.25s !important;}
    .jw3dhq.active .nav-link:nth-child(4){transition-delay:.30s !important;}
    .jw3dhq.active .nav-link:nth-child(5){transition-delay:.35s !important;}
    .jw3dhq.active .nav-link:nth-child(6){transition-delay:.40s !important;}
    .jw3dhq.active .nav-link:nth-child(7){transition-delay:.45s !important;}
    .jw3dhq.active .nav-link:nth-child(8){transition-delay:.50s !important;}
}

.ro6a,
.flm92p,
.mpgu,
.jk57b,
.ica33d,
.ea1omi {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.ro6a *,
.flm92p *,
.mpgu *,
.jk57b *,
.ica33d * {
    filter: none !important;
}
@supports (animation: none) {
    .ro6a, .flm92p, .mpgu {
        animation-fill-mode: forwards !important;
    }
}
.mpgu + .mpgu {
    margin-top: 1.5rem;
}

.rviwof .ptd15 ~ .container,
.rviwof .ptd15 ~ .container * {
    color: #fff;
}
.rviwof .ptd15 ~ .container p,
.rviwof .ptd15 ~ .container .eit9 {
    color: rgba(255,255,255,0.85);
}
.rviwof .ptd15 ~ .container .bpp330 {
    color: inherit;
}
.csjn .kwdiq { color: #fff; }
.csjn .gkee { color: var(--n14xy); }
.csjn .dzqz { color: rgba(255,255,255,0.55); }
.csjn .zousbw a { color: rgba(255,255,255,0.65); }
.csjn .zousbw a:hover { color: #fff; }
.zljk[style*="background:none"] { background: none !important; }
.zljk[style*="background:none"]::before,
.zljk[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.67;
    letter-spacing: 0.0em;
}

.ro6a, .flm92p, .mpgu, .ujq12d, .jk57b {
    padding: 27px;
}
.ro6a, .flm92p, .mpgu, .ujq12d, .jk57b .card-body {
    padding: 21px 18px;
}
.row > [class*="col"]:nth-child(1) .ro6a,
.row > [class*="col"]:nth-child(1) .flm92p {
    padding: 30px;
    border-radius: calc(var(--n7kf) + 0px);
}
.row > [class*="col"]:nth-child(2) .ro6a,
.row > [class*="col"]:nth-child(2) .flm92p {
    padding: 25px;
    border-radius: calc(var(--n7kf) + 2px);
}
.row > [class*="col"]:nth-child(3) .ro6a,
.row > [class*="col"]:nth-child(3) .flm92p {
    padding: 26px;
    border-radius: calc(var(--n7kf) + 3px);
}
.row > [class*="col"]:nth-child(4) .ro6a,
.row > [class*="col"]:nth-child(4) .flm92p {
    padding: 26px;
    border-radius: calc(var(--n7kf) + 3px);
}
.row > [class*="col"]:nth-child(5) .ro6a,
.row > [class*="col"]:nth-child(5) .flm92p {
    padding: 25px;
    border-radius: calc(var(--n7kf) + 2px);
}
.row > [class*="col"]:nth-child(6) .ro6a,
.row > [class*="col"]:nth-child(6) .flm92p {
    padding: 25px;
    border-radius: calc(var(--n7kf) + 3px);
}

.bpp330 {
    padding: 16px 32px;
    font-size: 16px;
    letter-spacing: 0.444px;
    border-radius: calc(var(--n7kf) + 3px);
}
.tbgy {
    padding: 15px 34px;
    border-width: 1px;
}

main > section {
    padding-top: 93px;
    padding-bottom: 87px;
}
main > section:first-child {
    padding-top: 101px;
}
main > section:nth-child(2) {
    padding-top: 87px;
    padding-bottom: 91px;
}
main > section:nth-child(3) {
    padding-top: 93px;
    padding-bottom: 95px;
}

.vr6x {
    margin-bottom: 50px;
}

.ro6a, .flm92p, .mpgu, .jk57b {
    box-shadow: 1px 6px 20px rgba(0,0,0,0.055);
}

.rviwof {
    padding-top: 110px;
}
.vc1xa {
    margin-bottom: 27px;
}
.eit9 {
    margin-bottom: 42px;
    font-size: 19px;
    line-height: 1.643;
}
.kwdiq {
    font-size: 11px;
    letter-spacing: 3.79px;
    margin-bottom: 21px;
}
.rnmbz {
    gap: 14px;
}

.quea img {
    border-radius: 16px;
    box-shadow: 0 11px 40px rgba(0,0,0,0.159);
}

.iexka4 {
    width: 57px;
    height: 57px;
    font-size: 23px;
    border-radius: 15px;
    margin-bottom: 16px;
}

.bctm, .card-title {
    font-size: 19px;
    margin-bottom: 8px;
}
.uk99p, .card-text {
    font-size: 15px;
    line-height: 1.627;
}

.ewk7 {
    margin-bottom: 13px;
    letter-spacing: 0.0px;
}
.gkee {
    font-size: 13px;
    letter-spacing: 3.396px;
    margin-bottom: 11px;
}
.vg4h3 {
    font-size: 17px;
    line-height: 1.673;
}

@media (min-width: 993px) {
    .jw3dhq {
        gap: 30px;
    }
    .jw3dhq .nav-link {
        font-size: 15px;
        padding: 9px 0;
    }
}

.zljk {
    padding-top: 67px;
}
.wvdw .otm0vt {
    font-size: 18px;
    margin-bottom: 18px;
}
.zousbw a {
    font-size: 15px;
}
.zousbw li {
    margin-bottom: 12px;
}
.cw50v8 {
    gap: 9px;
}
.cw50v8 a {
    width: 41px;
    height: 41px;
}
.adtsi {
    padding: 18px 0;
    margin-top: 51px;
}

.form-control {
    border-radius: 7px;
    padding: 15px 19px;
    font-size: 15px;
}

.ujq12d {
    padding: 29px;
}
.jrkq5w {
    font-size: 16px;
    line-height: 1.633;
    margin-bottom: 18px;
}
.vpqer {
    width: 44px;
    height: 44px;
}
.ajzk3 {
    font-size: 14px;
}
.pto2 {
    font-size: 13px;
}

.jk57b {
    padding: 41px;
}
.nfpj {
    font-size: 21px;
    margin-bottom: 10px;
}
.mjsq1m {
    font-size: 42px;
    margin-bottom: 23px;
}
.vzcj9f li {
    padding: 11px 0;
    font-size: 15px;
}

.pocy6e, .stat-number {
    font-size: 37px;
    margin-bottom: 5px;
}
.uspdm {
    font-size: 14px;
    letter-spacing: 0.789px;
}

.dmyizf img {
    border-radius: 10px;
}
.zn2kq {
    font-size: 18px;
    margin-bottom: 2px;
}
.euu7ts {
    font-size: 13px;
}

.tdrmq0 {
    font-size: 35px;
    margin-bottom: 15px;
}
.kqm28p {
    font-size: 18px;
    margin-bottom: 8px;
}

.wow {
    animation-duration: 0.639s !important;
}
.ro6a, .flm92p, .mpgu, .ujq12d,
.jk57b, .ea1omi {
    transition-duration: 0.308s;
}

.row {
    --bs-gutter-y: 28px;
}

.soy6q5 {
    padding: 86px 0;
}
.wtr3x {
    font-size: 36px;
    margin-bottom: 13px;
}
.vssqf {
    font-size: 18px;
    margin-bottom: 30px;
}

.mpgu .nd8nn img {
    border-radius: 10px 10px 0 0;
}
.cb5yzi {
    font-size: 12px;
    margin-bottom: 5px;
    gap: 11px;
}

.ks4ha {
    padding: 15px 0;
}
.ks4ha.scrolled {
    padding: 11px 0;
}
.rvom {
    font-size: 23px;
}
.ze8j1w {
    margin-left: 14px;
}

:root {
    --_ver: 9.11;
    --_stamp: 9.17;
    --_run: '40876';
}
.ctx-mark { content: ''; pointer-events: auto }
.node-stub { visibility: inherit; unicode-bidi: normal; outline: 0 solid transparent }

.csjn h1, .csjn h2, .csjn h3, .csjn h4, .csjn h5, .csjn h6 { color: #fff !important; }
.csjn { color: rgba(255,255,255,0.85) !important; }
.csjn p, .csjn li, .csjn span:not(.badge):not(.bpp330), .csjn .bb2wg3, .csjn label, .csjn blockquote, .csjn figcaption, .csjn dt, .csjn dd, .csjn td, .csjn th { color: rgba(255,255,255,0.78) !important; }
.csjn a:not(.bpp330):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.csjn a:not(.bpp330):not(.nav-link):hover { color: #fff !important; }
.csjn .pocy6e { color: #fff !important; }
.csjn .uspdm { 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(.bpp330), .bg-dark-custom .bb2wg3, .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(.bpp330):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.bpp330):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .pocy6e { color: #fff !important; }
.bg-dark-custom .uspdm { 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(.bpp330), .bg-gradient-custom .bb2wg3, .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(.bpp330):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.bpp330):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .pocy6e { color: #fff !important; }
.bg-gradient-custom .uspdm { 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(.bpp330), .bg-accent-custom .bb2wg3, .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(.bpp330):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.bpp330):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .pocy6e { color: #fff !important; }
.bg-accent-custom .uspdm { color: rgba(255,255,255,0.7) !important; }

.soy6q5 h1, .soy6q5 h2, .soy6q5 h3, .soy6q5 h4, .soy6q5 h5, .soy6q5 h6 { color: #fff !important; }
.soy6q5 { color: rgba(255,255,255,0.85) !important; }
.soy6q5 p, .soy6q5 li, .soy6q5 span:not(.badge):not(.bpp330), .soy6q5 .bb2wg3, .soy6q5 label, .soy6q5 blockquote, .soy6q5 figcaption, .soy6q5 dt, .soy6q5 dd, .soy6q5 td, .soy6q5 th { color: rgba(255,255,255,0.78) !important; }
.soy6q5 a:not(.bpp330):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.soy6q5 a:not(.bpp330):not(.nav-link):hover { color: #fff !important; }
.soy6q5 .pocy6e { color: #fff !important; }
.soy6q5 .uspdm { color: rgba(255,255,255,0.7) !important; }

.zljk { color: rgba(255,255,255,0.65) !important; }
.zljk h1, .zljk h2, .zljk h3,
.zljk h4, .zljk h5, .zljk h6,
.zljk .otm0vt { color: #fff !important; }
.zljk p, .zljk li, .zljk span,
.zljk label { color: rgba(255,255,255,0.6) !important; }
.zljk a:not(.bpp330) { color: rgba(255,255,255,0.65) !important; }
.zljk a:not(.bpp330):hover { color: #fff !important; }

.ms6ki h1, .ms6ki h2, .ms6ki h3, .ms6ki h4, .ms6ki h5, .ms6ki h6 { color: var(--text-primary, #1a1a2e) !important; }
.ms6ki p, .ms6ki li, .ms6ki span:not(.badge):not(.bpp330), .ms6ki .bb2wg3, .ms6ki label, .ms6ki blockquote, .ms6ki figcaption, .ms6ki dt, .ms6ki dd, .ms6ki td, .ms6ki th { color: var(--text-secondary, #555) !important; }

.qr33 h1, .qr33 h2, .qr33 h3, .qr33 h4, .qr33 h5, .qr33 h6 { color: var(--text-primary, #1a1a2e) !important; }
.qr33 p, .qr33 li, .qr33 span:not(.badge):not(.bpp330), .qr33 .bb2wg3, .qr33 label, .qr33 blockquote, .qr33 figcaption, .qr33 dt, .qr33 dd, .qr33 td, .qr33 th { color: var(--text-secondary, #555) !important; }
