@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Manrope:wght@400;500&display=swap');

:root {
    --bg-primary: #110912;
    --bg-secondary: #28182a;
    --bg-card: #311a35;
    --bg-card-hover: #442649;
    --text-primary: #f8f7f8;
    --text-secondary: #baaabc;
    --text-muted: #9e8ca1;
    --border-color: #412945;
    --border-light: #5e3266;
    --footer-dark-bg: #110912;
    --d14co: #da50a5;
    --d15od: #ec7483;
    --d16v6: #e49372;
    --d1ca: linear-gradient(160deg, var(--d14co), var(--d15od));
    --d1ca-alt: linear-gradient(160deg, var(--d15od), var(--d16v6));
    --accent-glow: 0 4px 20px rgba(218, 80, 165, 0.25);
}

:root {
    --d14co: #da50a5;
    --d15od: #ec7483;
    --d16v6: #e49372;
    --d1ca: linear-gradient(160deg, var(--d14co), var(--d15od));
    --d3hp: 'Manrope', sans-serif;
    --d5km: 'Manrope', sans-serif;
    --d19yd: 72px;
    --d20hf: 48px;
    --d21dm: 32px;
    --d17g4: 18px;
    --d18c7: 600;
    --d6n7: 18px;
    --d7t8: 24px;
    --d8gh: 32px;
    --d9ze: 44px;
    --d4b6: 50px;
    --d10t7: 0 2px 8px #da50a518;
    --d11b6: 0 4px 16px #da50a522;
    --d12ic: 0 8px 32px #da50a530;
    --d13s4: 0 16px 48px #da50a540;
    --_dgk9z: 60px 0;
}
._csvnu {
    border-radius: 4px;
    padding: 10px 24px;
}
._s3gyg6y, ._b35azf, ._fj639g, ._k3j0bp, ._ddx8ha {
    border-width: 1px;
    border-color: var(--border-color);
}

._nevffu {
    background-image: radial-gradient(circle, var(--d14co) 1px, transparent 1px);
    background-size: 24px 24px;
    background-blend-mode: overlay;
}

._s3gyg6y, ._b35azf, ._k3j0bp, ._ddx8ha, ._fj639g {
    border: 2px dashed var(--border-color);
    border-radius: var(--d7t8);
    box-shadow: none;
}
._s3gyg6y:hover, ._b35azf:hover, ._k3j0bp:hover, ._ddx8ha:hover, ._fj639g:hover {
    border-color: var(--d14co);
}

main > section:nth-child(odd):not(._l44sue):not(._pov3b) { border-left: 4px solid var(--d14co); }
._wnrxol { border-left: none !important; }

._wnrxol::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: var(--d14co);
    opacity: 0.08;
    top: -100px;
    right: -100px;
    filter: blur(80px);
}
._wnrxol::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: var(--d15od, var(--d14co));
    opacity: 0.06;
    bottom: -50px;
    left: -50px;
    filter: blur(60px);
    z-index: 0;
}
._aczvm9b img {
    border-radius: var(--d9ze);
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}
._yhcw7 { position: relative; z-index: 2; }
._mrcxg81 { background: linear-gradient(135deg, var(--d14co), var(--d15od, var(--d14co))); color: #fff !important; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: 700; padding: 0; }

._p38ft { background: transparent; padding: 20px 0; }
._p38ft ._f31ctg {
    background: var(--bg-card, #fff);
    border-radius: var(--d7t8);
    padding: 12px 28px;
    border: 1px solid var(--border-color);
    max-width: 1000px;
    margin: 0 auto;
}
._p38ft.scrolled { padding: 10px 0; }
._p38ft.scrolled ._f31ctg { box-shadow: var(--d11b6); }
._rj2yp { gap: 24px; }

._yt3ez { background: var(--bg-secondary); color: var(--text-secondary); padding-top: 80px; }
._yt3ez p, ._yt3ez li, ._yt3ez span,
._yt3ez ._atvxnel p, ._yt3ez .footer-contact li { color: var(--text-secondary); }
._yt3ez h1,._yt3ez h2,._yt3ez h3,._yt3ez h4,._yt3ez h5 { color: var(--text-primary); }
._atvxnel ._l8wb5u { color: var(--text-primary); }
._atvxnel ._l8wb5u::after { background: var(--d14co); }
._fwatq a { color: var(--text-secondary); }
._fwatq a:hover { color: var(--d14co); }
.footer-contact li { color: var(--text-secondary); }
.footer-contact li i { color: var(--d14co); }
._acnxwgy a { background: var(--bg-primary); border-color: var(--border-color); color: var(--text-secondary); }
._acnxwgy a:hover { background: var(--d14co); color: #fff; border-color: var(--d14co); }
._bd74eh0 { border-top: 1px solid var(--border-color); }
._bd74eh0 p { color: var(--text-muted); }

.contact-section ._kbb7kt7 {
    background: var(--footer-dark-bg);
    padding: 48px;
    border-radius: var(--d8gh);
}
.contact-section ._kbb7kt7 .form-control {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.15);
    color: #fff;
    border-radius: var(--d6n7);
}
.contact-section ._kbb7kt7 .form-control::placeholder { color: rgba(255,255,255,0.4); }
.contact-section ._kbb7kt7 .form-control:focus { border-color: var(--d14co); background: rgba(255,255,255,0.12); }
.contact-section ._kbb7kt7 ._csvnu { background: #fff; color: var(--footer-dark-bg); border-color: #fff; }
.contact-section ._kbb7kt7 label { color: rgba(255,255,255,0.7); }

._xbd3v { font-size: 16px; font-weight: 700; background: var(--d1ca); color: #fff !important; padding: 8px 22px; border-radius: var(--d4b6); letter-spacing: 0.5px; }
._xbd3v:hover { opacity: 0.9; color: #fff; }

h3, h4, h5 { font-family: var(--d3hp); }
._hov90d, .card-title {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
}
._tfbnmlb { font-style: italic; font-weight: 500; }

._i50quvo {
    padding: 3px;
    background: var(--d1ca);
    border-radius: 50%;
    display: inline-block;
}
._n9c9q1b ._i50quvo img, ._i50quvo img {
    border-radius: 50%;
    display: block;
}

section:not(._wnrxol) .col-lg-6 img, section:not(._wnrxol) .col-lg-5 img {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

._wo7zx2 { width: 40px; height: 40px; gap: 6px; border: none; background: none; border-radius: 0; }
._wo7zx2 ._b1v0ue { width: 24px; height: 2px; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
._wo7zx2.active ._b1v0ue:nth-child(1) { transform: translateY(8px) rotate(45deg); }
._wo7zx2.active ._b1v0ue:nth-child(2) { opacity: 0; }
._wo7zx2.active ._b1v0ue:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.bg-deco{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.bg-deco span{position:absolute;border:1px solid var(--d14co);opacity:0.03;animation:decoSquare 20s ease-in-out infinite alternate;transform:rotate(45deg);}@keyframes decoSquare{0%{transform:rotate(45deg) translateY(0);}100%{transform:rotate(65deg) translateY(-50px);}}

main > section {
    opacity: 0;
    transform: scale(0.94);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.16,1,0.3,1);
}
main > section.in-view {
    opacity: 1;
    transform: scale(1);
}
._wnrxol { opacity: 1 !important; transform: none !important; }

._s3gyg6y,._b35azf,._k3j0bp,._fj639g,._ddx8ha{transition:transform 0.4s ease,box-shadow 0.4s ease;transform-style:preserve-3d;will-change:transform;}

._acnxwgy a,.team-social a{transition:transform 0.3s cubic-bezier(0.34,1.56,0.64,1),background 0.3s,color 0.3s;}._acnxwgy a:hover,.team-social a:hover{transform:translateY(-6px) scale(1.15);}

._s3gyg6y,._b35azf{animation:borderPulse 4s ease-in-out infinite;}._s3gyg6y:nth-child(odd),._b35azf:nth-child(odd){animation-delay:-2s;}@keyframes borderPulse{0%,100%{border-color:var(--border-color);}50%{border-color:var(--d14co);}}

html:not(._laecn) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    ._f31ctg {
        flex-wrap: nowrap;
        overflow: visible;
    }
    ._rj2yp {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    ._rj2yp .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    ._yzhh19y, ._w2yonzh {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    ._yzhh19y .nav-link,
    ._w2yonzh .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    ._auarrcb {
        flex-shrink: 0;
        white-space: nowrap;
    }
    ._xbd3v {
        flex-shrink: 0;
    }
}

div._nevffu:not(._dgk9z) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    padding: 6px 0 !important;
    line-height: 1.5;
    overflow: hidden;
    box-sizing: border-box;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div._nevffu:not(._dgk9z) + ._p38ft {
    top: 36px;
    background: var(--bg-primary, #ffffff);
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}

body:has(> div._nevffu:not(._dgk9z)) {
    padding-top: 36px;
}
div._nevffu._hvsyn2 {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div._nevffu._hvsyn2 + ._p38ft,
div._nevffu:not(._dgk9z) + ._p38ft.scrolled {
    top: 0;
}
div._nevffu:not(._dgk9z) ~ ._wnrxol,
div._nevffu:not(._dgk9z) ~ main > ._wnrxol,
div._nevffu:not(._dgk9z) ~ section._wnrxol {
    padding-top: 200px !important;
}

@media (max-width: 992px) {
    div._nevffu:not(._dgk9z) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        height: auto;
        min-height: 0;
        max-height: none;
        padding: 4px 0 !important;
        overflow: visible;
    }
    div._nevffu:not(._dgk9z) + ._p38ft {
        top: 0;
    }
    
    body:has(> div._nevffu:not(._dgk9z)) {
        padding-top: 0;
    }
    div._nevffu:not(._dgk9z) ~ ._wnrxol,
    div._nevffu:not(._dgk9z) ~ main > ._wnrxol,
    div._nevffu:not(._dgk9z) ~ section._wnrxol {
        padding-top: 140px !important;
    }
}

@media (max-width: 992px) {
    ._wo7zx2 {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    ._wo7zx2 ._b1v0ue {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    ._rj2yp {
        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;
    }
    ._rj2yp .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;
    }
    ._rj2yp .nav-link::after { display: none !important; }
    ._auarrcb { display: none !important; }
    ._yzhh19y, ._w2yonzh { display: none !important; }
}

@media (max-width: 992px) {
    ._rj2yp { right: -100% !important; left: auto !important; width: min(300px,80vw) !important; background: var(--d14co) !important; padding: 100px 32px 40px !important; box-shadow: -8px 0 40px rgba(0,0,0,0.3) !important; border-left: none !important; transition: right 0.4s cubic-bezier(0.4,0,0.2,1) !important; }
    ._rj2yp.active { right: 0 !important; }
    ._rj2yp .nav-link { color: #fff !important; font-weight: 600 !important; border-bottom: 1px solid rgba(255,255,255,0.2) !important; opacity: 0 !important; transform: translateX(20px) !important; transition: opacity 0.35s ease, transform 0.35s ease !important; }
    ._rj2yp.active .nav-link { opacity: 1 !important; transform: translateX(0) !important; }
    ._rj2yp.active .nav-link:hover { color: rgba(255,255,255,0.75) !important; }
    ._rj2yp.active .nav-link:nth-child(1){transition-delay:.06s !important;}
    ._rj2yp.active .nav-link:nth-child(2){transition-delay:.12s !important;}
    ._rj2yp.active .nav-link:nth-child(3){transition-delay:.18s !important;}
    ._rj2yp.active .nav-link:nth-child(4){transition-delay:.24s !important;}
    ._rj2yp.active .nav-link:nth-child(5){transition-delay:.30s !important;}
    ._rj2yp.active .nav-link:nth-child(6){transition-delay:.36s !important;}
    ._rj2yp.active .nav-link:nth-child(7){transition-delay:.42s !important;}
    ._rj2yp.active .nav-link:nth-child(8){transition-delay:.48s !important;}
}

._s3gyg6y,
._b35azf,
._k3j0bp,
._ddx8ha,
._pfy9l7,
._n9c9q1b {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
._s3gyg6y *,
._b35azf *,
._k3j0bp *,
._ddx8ha *,
._pfy9l7 * {
    filter: none !important;
}
@supports (animation: none) {
    ._s3gyg6y, ._b35azf, ._k3j0bp {
        animation-fill-mode: forwards !important;
    }
}
._k3j0bp + ._k3j0bp {
    margin-top: 1.5rem;
}

._wnrxol ._mbylwf3 ~ .container,
._wnrxol ._mbylwf3 ~ .container * {
    color: #fff;
}
._wnrxol ._mbylwf3 ~ .container p,
._wnrxol ._mbylwf3 ~ .container ._bbsvl {
    color: rgba(255,255,255,0.85);
}
._wnrxol ._mbylwf3 ~ .container ._csvnu {
    color: inherit;
}
._yt3ez[style*="background:none"] { background: none !important; }
._yt3ez[style*="background:none"]::before,
._yt3ez[style*="background:none"]::after { display: none !important; }

.swiper:not(.swiper-initialized) { overflow: hidden; }
.swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex; flex-wrap: nowrap;
}
.swiper:not(.swiper-initialized) .swiper-slide {
    flex-shrink: 0; width: 100%;
}

.flip-swiper .swiper-button-next,
.flip-swiper .swiper-button-prev {
    width: 32px; height: 32px;
    background: var(--bg-card, #fff);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.flip-swiper .swiper-button-next::after,
.flip-swiper .swiper-button-prev::after {
    font-size: 14px;
    color: var(--text-primary, #1a1a2e);
}
.flip-swiper .swiper-button-next { right: 0; }
.flip-swiper .swiper-button-prev { left: 0; }

._s3gyg6y, ._pfy9l7, ._b35azf, ._k3j0bp,
._ddx8ha, ._n9c9q1b, ._fj639g, .counter-item,
.card { overflow: hidden; }

._s3gyg6y h1, ._s3gyg6y h2, ._s3gyg6y h3, ._s3gyg6y h4, ._s3gyg6y h5, ._s3gyg6y h6,
._pfy9l7 h1, ._pfy9l7 h2, ._pfy9l7 h3, ._pfy9l7 h4,
._b35azf h1, ._b35azf h2, ._b35azf h3, ._b35azf h4,
.counter-item h1, .counter-item h2, .counter-item h3, .counter-item h4,
.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

._s3gyg6y p, ._s3gyg6y span, ._s3gyg6y li,
._pfy9l7 p, ._b35azf p, .counter-item p,
.card p, .card span, .card li {
    overflow-wrap: break-word;
    word-break: break-word;
}

._e1vmq5e, ._u076k, .counter-suffix {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

._s3gyg6y .stat-number, ._s3gyg6y [class*="number"],
.counter-item .stat-number {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

body {
    line-height: 1.632;
    letter-spacing: 0.013em;
}

._s3gyg6y, ._b35azf, ._k3j0bp, ._fj639g, ._ddx8ha {
    padding: 31px;
}
._s3gyg6y, ._b35azf, ._k3j0bp, ._fj639g, ._ddx8ha .card-body {
    padding: 25px 18px;
}
.row > [class*="col"]:nth-child(1) ._s3gyg6y,
.row > [class*="col"]:nth-child(1) ._b35azf {
    padding: 31px;
    border-radius: calc(var(--d7t8) + 2px);
}
.row > [class*="col"]:nth-child(2) ._s3gyg6y,
.row > [class*="col"]:nth-child(2) ._b35azf {
    padding: 33px;
    border-radius: calc(var(--d7t8) + 3px);
}
.row > [class*="col"]:nth-child(3) ._s3gyg6y,
.row > [class*="col"]:nth-child(3) ._b35azf {
    padding: 30px;
    border-radius: calc(var(--d7t8) + 2px);
}
.row > [class*="col"]:nth-child(4) ._s3gyg6y,
.row > [class*="col"]:nth-child(4) ._b35azf {
    padding: 32px;
    border-radius: calc(var(--d7t8) + -1px);
}
.row > [class*="col"]:nth-child(5) ._s3gyg6y,
.row > [class*="col"]:nth-child(5) ._b35azf {
    padding: 34px;
    border-radius: calc(var(--d7t8) + 0px);
}
.row > [class*="col"]:nth-child(6) ._s3gyg6y,
.row > [class*="col"]:nth-child(6) ._b35azf {
    padding: 34px;
    border-radius: calc(var(--d7t8) + 1px);
}

._csvnu {
    padding: 16px 27px;
    font-size: 16px;
    letter-spacing: 0.322px;
    border-radius: calc(var(--d7t8) + -2px);
}
._u2b9jb {
    padding: 16px 26px;
    border-width: 1px;
}

main > section {
    padding-top: 92px;
    padding-bottom: 99px;
}
main > section:first-child {
    padding-top: 96px;
}
main > section:nth-child(5) {
    padding-top: 93px;
    padding-bottom: 86px;
}

._ya8l5 {
    margin-bottom: 52px;
}

._s3gyg6y, ._b35azf, ._k3j0bp, ._ddx8ha {
    box-shadow: 1px 4px 14px rgba(0,0,0,0.063);
}

._wnrxol {
    padding-top: 100px;
}
._z1h2x {
    margin-bottom: 24px;
}
._bbsvl {
    margin-bottom: 34px;
    font-size: 17px;
    line-height: 1.605;
}
._mrcxg81 {
    font-size: 12px;
    letter-spacing: 3.679px;
    margin-bottom: 18px;
}
._us1wl {
    gap: 17px;
}

._aczvm9b img {
    border-radius: 16px;
    box-shadow: 0 17px 28px rgba(0,0,0,0.122);
}

._bmqf1a {
    width: 49px;
    height: 49px;
    font-size: 21px;
    border-radius: 15px;
    margin-bottom: 20px;
}

._hov90d, .card-title {
    font-size: 20px;
    margin-bottom: 8px;
}
._oijzp, .card-text {
    font-size: 15px;
    line-height: 1.575;
}

._ejw8b {
    margin-bottom: 14px;
    letter-spacing: 0.019px;
}
._faqty {
    font-size: 13px;
    letter-spacing: 3.577px;
    margin-bottom: 16px;
}
._zft9d8i {
    font-size: 16px;
    line-height: 1.663;
}

@media (min-width: 993px) {
    ._rj2yp {
        gap: 34px;
    }
    ._rj2yp .nav-link {
        font-size: 13px;
        padding: 7px 0;
    }
}

._yt3ez {
    padding-top: 69px;
}
._atvxnel ._l8wb5u {
    font-size: 16px;
    margin-bottom: 19px;
}
._fwatq a {
    font-size: 14px;
}
._fwatq li {
    margin-bottom: 8px;
}
._acnxwgy {
    gap: 11px;
}
._acnxwgy a {
    width: 39px;
    height: 39px;
}
._bd74eh0 {
    padding: 24px 0;
    margin-top: 54px;
}

.form-control {
    border-radius: 7px;
    padding: 11px 13px;
    font-size: 16px;
}

._fj639g {
    padding: 34px;
}
._vkr9fw {
    font-size: 17px;
    line-height: 1.631;
    margin-bottom: 16px;
}
._tg052q8 {
    width: 49px;
    height: 49px;
}
._u000p {
    font-size: 16px;
}
._jz2qh {
    font-size: 13px;
}

._ddx8ha {
    padding: 33px;
}
._d8flk3 {
    font-size: 18px;
    margin-bottom: 11px;
}
._pqvm7m {
    font-size: 46px;
    margin-bottom: 22px;
}
._qohyxlw li {
    padding: 12px 0;
    font-size: 13px;
}

._e1vmq5e, .stat-number {
    font-size: 38px;
    margin-bottom: 7px;
}
._u076k {
    font-size: 13px;
    letter-spacing: 0.368px;
}

._i50quvo img {
    border-radius: 8px;
}
._dr50f {
    font-size: 18px;
    margin-bottom: 3px;
}
._bezaadj {
    font-size: 14px;
}

._xtx7a {
    font-size: 33px;
    margin-bottom: 15px;
}
._tfbnmlb {
    font-size: 19px;
    margin-bottom: 7px;
}

.wow {
    animation-duration: 0.481s !important;
}
._s3gyg6y, ._b35azf, ._k3j0bp, ._fj639g,
._ddx8ha, ._n9c9q1b {
    transition-duration: 0.249s;
}

.row {
    --bs-gutter-y: 27px;
}

._l44sue {
    padding: 81px 0;
}
._nasfq8 {
    font-size: 38px;
    margin-bottom: 12px;
}
._nxgp3r {
    font-size: 18px;
    margin-bottom: 33px;
}

._k3j0bp ._d16nm img {
    border-radius: 14px 14px 0 0;
}
._zxyzf {
    font-size: 12px;
    margin-bottom: 11px;
    gap: 14px;
}

._p38ft {
    padding: 20px 0;
}
._p38ft.scrolled {
    padding: 18px 0;
}
._xbd3v {
    font-size: 25px;
}
._auarrcb {
    margin-left: 13px;
}

:root {
    --_tag: 'f9e7e';
    --_seed: '7a3f8';
    --_flag: 9.88;
}
.render-flag { outline: 0 solid transparent; pointer-events: auto; font-variant: normal }
.ctx-mark { font-style: inherit }
.build-stamp { display: inherit }

._yt3ez { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.65) !important; }
._yt3ez h1, ._yt3ez h2, ._yt3ez h3,
._yt3ez h4, ._yt3ez h5, ._yt3ez h6,
._yt3ez ._l8wb5u { color: #fff !important; }
._yt3ez p, ._yt3ez li, ._yt3ez span,
._yt3ez label { color: rgba(255,255,255,0.6) !important; }
._yt3ez a:not(._csvnu) { color: rgba(255,255,255,0.65) !important; }
._yt3ez a:not(._csvnu):hover { color: #fff !important; }

._pov3b { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !important; }
._pov3b h1, ._pov3b h2, ._pov3b h3, ._pov3b h4, ._pov3b h5, ._pov3b h6 { color: #fff !important; }
._pov3b p, ._pov3b li, ._pov3b span:not(.badge):not(._csvnu) { color: rgba(255,255,255,0.78) !important; }
._pov3b a:not(._csvnu):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
._pov3b a:not(._csvnu):not(.nav-link):hover { color: #fff !important; }
._pov3b ._e1vmq5e { color: #fff !important; }
._pov3b ._u076k { color: rgba(255,255,255,0.7) !important; }

.bg-dark-custom { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !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 p, .bg-dark-custom li, .bg-dark-custom span:not(.badge):not(._csvnu) { color: rgba(255,255,255,0.78) !important; }
.bg-dark-custom a:not(._csvnu):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(._csvnu):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom ._e1vmq5e { color: #fff !important; }
.bg-dark-custom ._u076k { color: rgba(255,255,255,0.7) !important; }

._l44sue { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !important; }
._l44sue h1, ._l44sue h2, ._l44sue h3, ._l44sue h4, ._l44sue h5, ._l44sue h6 { color: #fff !important; }
._l44sue p, ._l44sue li, ._l44sue span:not(.badge):not(._csvnu) { color: rgba(255,255,255,0.78) !important; }
._l44sue a:not(._csvnu):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
._l44sue a:not(._csvnu):not(.nav-link):hover { color: #fff !important; }
._l44sue ._e1vmq5e { color: #fff !important; }
._l44sue ._u076k { color: rgba(255,255,255,0.7) !important; }

.bg-gradient-custom { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !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 p, .bg-gradient-custom li, .bg-gradient-custom span:not(.badge):not(._csvnu) { color: rgba(255,255,255,0.78) !important; }
.bg-gradient-custom a:not(._csvnu):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(._csvnu):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom ._e1vmq5e { color: #fff !important; }
.bg-gradient-custom ._u076k { color: rgba(255,255,255,0.7) !important; }

.bg-accent-custom { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !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 p, .bg-accent-custom li, .bg-accent-custom span:not(.badge):not(._csvnu) { color: rgba(255,255,255,0.78) !important; }
.bg-accent-custom a:not(._csvnu):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(._csvnu):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom ._e1vmq5e { color: #fff !important; }
.bg-accent-custom ._u076k { color: rgba(255,255,255,0.7) !important; }

._pov3b .bg-card, .bg-dark-custom .bg-card,
._l44sue .bg-card, .bg-gradient-custom .bg-card, .bg-accent-custom .bg-card,
._pov3b ._s3gyg6y, .bg-dark-custom ._s3gyg6y,
._l44sue ._s3gyg6y {
    background: rgba(255,255,255,0.05) !important;
    border-color: rgba(255,255,255,0.12) !important;
}

.text-force-light, .text-force-light h1, .text-force-light h2, .text-force-light h3, .text-force-light h4, .text-force-light h5, .text-force-light h6 { color: #fff !important; }
.text-force-light p, .text-force-light span, .text-force-light a, .text-force-light li, .text-force-light label, .text-force-light td, .text-force-light small { color: rgba(255,255,255,0.8) !important; }
.text-force-light-soft { color: rgba(255,255,255,0.65) !important; }
.text-force-dark, .text-force-dark h1, .text-force-dark h2, .text-force-dark h3, .text-force-dark h4, .text-force-dark h5, .text-force-dark h6 { color: var(--text-primary) !important; }
.text-force-dark p, .text-force-dark span, .text-force-dark li { color: var(--text-secondary) !important; }

.pl-orbit{position:relative;width:44px;height:44px;animation:plSpin 1.4s linear infinite;}@keyframes plSpin{to{transform:rotate(360deg)}}.pl-orbit span{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--d14co);}.pl-orbit span:nth-child(1){top:0;left:50%;transform:translateX(-50%);}.pl-orbit span:nth-child(2){bottom:0;left:50%;transform:translateX(-50%);background:var(--d15od,var(--d14co));opacity:.6;}