@import url('https://fonts.googleapis.com/css2?family=Young+Serif:wght@400&family=Inter:wght@400;500&display=swap');

:root {
    --x14h9: #F347AA;
    --x15cw: #A1E840;
    --x16q1: #54BAFC;
    --x1gn: linear-gradient(90deg, var(--x14h9), var(--x15cw));
    --x3by: 'Young Serif', serif;
    --x5yc: 'Inter', sans-serif;
    --x19tx: 40px;
    --x20e2: 30px;
    --x21hu: 22px;
    --x17t3: 15px;
    --x18bx: 600;
    --x6c8: 10px;
    --x7pp: 16px;
    --x8bp: 24px;
    --x9uc: 32px;
    --x4uv: 50px;
    --x10st: inset 0 1px 3px rgba(0,0,0,0.06);
    --x11ct: inset 0 2px 6px rgba(0,0,0,0.08);
    --x12mh: inset 0 4px 12px rgba(0,0,0,0.1);
    --x13nb: inset 0 6px 20px rgba(0,0,0,0.12);
    --sc_wz5p19: 140px 0;
}
.sc_w4i8b7 {
    border-radius: 6px;
    padding: 12px 24px;
}
.sc_ld9bhr, .sc_obs8mj, .sc_wqww28, .sc_sqjgdm, .sc_ihk9y5 {
    border-width: 3px;
    border-color: #F347AA;
}

.sc_vcus67 img, .about-image img {
    transform: rotate(2deg) scale(1.02);
    transition: transform 0.5s ease;
}
.sc_vcus67:hover img, .about-image:hover img {
    transform: rotate(0deg) scale(1);
}

.row > [class*="col"]:nth-child(2) { transform: translate(6px, 14px); }
.row > [class*="col"]:nth-child(3) { transform: translate(-6px, 28px); }
.row > [class*="col"]:nth-child(4) { transform: translate(6px, 14px); }
.row > [class*="col"]:nth-child(5) { transform: translate(-6px, 28px); }
.row > [class*="col"]:nth-child(6) { transform: translate(6px, 14px); }
@media (max-width: 768px) { .row > [class*="col"] { transform: none !important; } }

.sc_aqre0b {
    display: inline-block;
    position: relative;
    padding-bottom: 14px;
}
.sc_aqre0b::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--x1gn);
    border-radius: 2px;
}
.text-center .sc_aqre0b::after {
    left: 50%;
    transform: translateX(-50%);
}

.sc_tcxpi1 {
    transition: box-shadow 0.3s;
}
.sc_tcxpi1:hover {
    box-shadow: 0 0 20px var(--x14h9), 0 0 40px rgba(var(--x14h9), 0.3);
}

.sc_v7xjek {
    background-image: radial-gradient(circle, var(--x14h9) 1px, transparent 1px);
    background-size: 24px 24px;
    background-blend-mode: overlay;
}

.sc_svc4ut { min-height: 100vh; position: relative; overflow: hidden; }
.sc_svc4ut::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background: var(--x14h9);
    opacity: 0.06;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 0;
}
.sc_vcus67 { position: relative; z-index: 1; }
.sc_vcus67 img {
    border-radius: 0 0 0 var(--x9uc);
    box-shadow: -20px 20px 60px rgba(0,0,0,0.15);
}
.sc_z94qyr { position: relative; z-index: 2; }
.sc_fd6pmb { border-left: 3px solid var(--x14h9); padding-left: 12px; background: none; border-radius: 0; }

.sc_m4ifko {
    background: var(--bg-primary);
    padding: 20px 0;
    border-bottom: none;
}
.sc_m4ifko.scrolled {
    background: var(--bg-primary);
    box-shadow: none;
    border-bottom: 1px solid var(--border-color);
    padding: 16px 0;
}
.sc_av0i0s { font-weight: 400; font-size: 20px; letter-spacing: 0; text-transform: none; }
.sc_zcak6r .nav-link { color: var(--text-muted) !important; font-size: 13px; letter-spacing: 0.5px; }
.sc_zcak6r .nav-link:hover, .sc_zcak6r .nav-link.active { color: var(--text-primary) !important; }
.sc_zcak6r .nav-link::after { display: none; }
.sc_bv4kyu { background: transparent !important; color: var(--text-primary) !important; border: 1px solid var(--text-primary) !important; border-radius: 0 !important; font-size: 12px !important; letter-spacing: 1px; text-transform: uppercase; }

.sc_d6curv {
    background: var(--footer-dark-bg);
    color: rgba(255,255,255,0.6);
    padding-top: 80px;
    border-top: 4px solid var(--x14h9);
}
.sc_mlabxz .sc_llj61m { text-transform: uppercase; font-size: 13px; letter-spacing: 3px; }
.sc_mlabxz .sc_llj61m::after { display: none; }
.sc_v7f5do a { text-transform: uppercase; font-size: 12px; letter-spacing: 1px; }
.sc_ewhba8 a { border-radius: 0; width: 36px; height: 36px; }

.contact-section .form-control {
    padding: 18px 20px;
    font-size: 16px;
    border: 2px solid var(--border-color);
    border-radius: var(--x7pp);
    transition: all 0.3s;
}
.contact-section .form-control:focus { border-color: var(--x14h9); box-shadow: 0 0 0 4px rgba(var(--x14h9), 0.08); transform: translateY(-2px); }
.contact-section .sc_w4i8b7 { font-size: 16px; padding: 18px 36px; }

.sc_av0i0s { font-size: 20px; font-weight: 300; letter-spacing: 3px; text-transform: lowercase; }

.sc_sfwmr5, .card-title {
    display: inline;
    background: linear-gradient(transparent 55%, rgba(var(--x14h9-rgb, 37,99,235), 0.12) 55%);
    padding: 0 4px;
    font-weight: 700;
}

.sc_vcus67 {
    position: relative;
}
.sc_vcus67::after {
    content: '';
    position: absolute;
    inset: 12px -12px -12px 12px;
    background: var(--x14h9);
    opacity: 0.15;
    border-radius: var(--x8bp);
    z-index: -1;
}

.sc_m1iqdy { width: 42px; height: 42px; gap: 5px; border: none; background: none; border-radius: 0; }
.sc_m1iqdy .sc_mm19x5 { width: 26px; height: 3px; border-radius: 3px; transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.25s ease; }
.sc_m1iqdy.active .sc_mm19x5:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.sc_m1iqdy.active .sc_mm19x5:nth-child(2) { opacity: 0; transform: scaleX(0); }
.sc_m1iqdy.active .sc_mm19x5: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(--x14h9);opacity:0.2;font-size:8px;letter-spacing:6px;padding:15px 0;}

.sc_ld9bhr,.sc_obs8mj{opacity:0;animation:rotateIn 0.7s ease forwards;}.row>[class*="col"]:nth-child(1)>*{animation-delay:0.05s;}.row>[class*="col"]:nth-child(2)>*{animation-delay:0.15s;}.row>[class*="col"]:nth-child(3)>*{animation-delay:0.25s;}.row>[class*="col"]:nth-child(4)>*{animation-delay:0.35s;}@keyframes rotateIn{from{opacity:0;transform:perspective(600px) rotateY(15deg) translateX(30px);}to{opacity:1;transform:perspective(600px) rotateY(0) translateX(0);}}

@media(prefers-reduced-motion:reduce){.sc_ld9bhr,.sc_obs8mj,.sc_sqjgdm,.sc_ihk9y5,.sc_cbs7ia,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

.bg-deco{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.bg-deco span{position:absolute;border-radius:50%;filter:blur(60px);opacity:0.03;animation:decoBlob 22s ease-in-out infinite alternate;}@keyframes decoBlob{0%{transform:translate(0,0) scale(1);}50%{transform:translate(30px,-40px) scale(1.15);}100%{transform:translate(-20px,30px) scale(0.9);}}

main {
    perspective: 1200px;
}
main > section {
    transition: transform 0.8s cubic-bezier(0.22,1,0.36,1), opacity 0.7s ease;
    will-change: transform, opacity;
    backface-visibility: hidden;
}
main > section:nth-child(odd):not(.sc_fa25zg):not(.sc_k8twu7) {
    transform-origin: left center;
    transform: rotateY(90deg);
    opacity: 0;
}
main > section:nth-child(even):not(.sc_fa25zg):not(.sc_k8twu7) {
    transform-origin: right center;
    transform: rotateY(-90deg);
    opacity: 0;
}
main > section.in-view {
    transform: rotateY(0) !important;
    opacity: 1 !important;
}
.sc_svc4ut { transform: none !important; opacity: 1 !important; backface-visibility: visible !important; }
@media (max-width: 768px) {
    main { perspective: none; }
    main > section:nth-child(odd):not(.sc_fa25zg):not(.sc_k8twu7),
    main > section:nth-child(even):not(.sc_fa25zg):not(.sc_k8twu7) { transform: translateY(30px); opacity: 0; backface-visibility: visible; }
    main > section.in-view { transform: none !important; opacity: 1 !important; }
}

.sc_w4i8b7,.sc_tcxpi1,.sc_rrc08r{position:relative;overflow:hidden;}.btn-ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,0.35);transform:scale(0);animation:rippleAnim 0.6s ease-out;pointer-events:none;}@keyframes rippleAnim{to{transform:scale(4);opacity:0;}}

.sc_zcak6r .nav-link::after{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--x14h9);transition:width 0.3s ease,left 0.3s ease;border-radius:1px;}.sc_zcak6r .nav-link:hover::after,.sc_zcak6r .nav-link.active::after{width:100%;left:0;}

.sc_obs8mj img,.sc_sqjgdm img,.portfolio-item img,.sc_ld9bhr img{transition:transform 0.5s cubic-bezier(0.23,1,0.32,1);}.sc_obs8mj:hover img,.sc_sqjgdm:hover img,.portfolio-item:hover img,.sc_ld9bhr:hover img{transform:scale(1.08) rotate(1.5deg);}

.sc_ld9bhr .sc_f5s7e8 i,.sc_ld9bhr .sc_f5s7e8 svg{animation:iconPulse 3s ease-in-out infinite;}.sc_ld9bhr:nth-child(2) .sc_f5s7e8 i{animation-delay:-0.5s;}.sc_ld9bhr:nth-child(3) .sc_f5s7e8 i{animation-delay:-1s;}.sc_ld9bhr:nth-child(4) .sc_f5s7e8 i{animation-delay:-1.5s;}@keyframes iconPulse{0%,100%{transform:scale(1);}50%{transform:scale(1.15);}}

.pulse-dot{display:inline-block;width:10px;height:10px;background:var(--x14h9);border-radius:50%;margin-left:10px;vertical-align:middle;animation:pulseDot 2s ease-in-out infinite;}@keyframes pulseDot{0%,100%{transform:scale(1);opacity:1;}50%{transform:scale(1.8);opacity:0.3;}}

.float-shapes{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.float-hex{position:absolute;width:60px;height:34px;background:var(--x14h9);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);}}

.sc_ld9bhr,.sc_obs8mj,.sc_ihk9y5{position:relative;overflow:hidden;border:none !important;}.sc_ld9bhr::after,.sc_obs8mj::after,.sc_ihk9y5::after{content:'';position:absolute;inset:-2px;background:conic-gradient(from var(--shimmer-angle,0deg),var(--x14h9),var(--x15cw,var(--x14h9)),transparent,var(--x14h9));border-radius:inherit;z-index:-1;animation:shimmerBorder 4s linear infinite;}.sc_ld9bhr::before,.sc_obs8mj::before,.sc_ihk9y5::before{content:'';position:absolute;inset:2px;background:var(--bg-card);border-radius:inherit;z-index:-1;}@keyframes shimmerBorder{to{--shimmer-angle:360deg;}}@property --shimmer-angle{syntax:'<angle>';initial-value:0deg;inherits:false;}

.shimmer-reveal{position:relative;overflow:hidden;}.shimmer-reveal::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,0.08) 50%,transparent 100%);transform:translateX(-100%);animation:shimmerLoad 1.5s ease forwards;}@keyframes shimmerLoad{to{transform:translateX(100%);}}

.word-reveal{display:inline;opacity:0;transition:opacity 0.4s ease;}.word-reveal.visible{opacity:1;}

html:not(.sc_qov3ue) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .sc_sd2rut {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .sc_zcak6r {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .sc_zcak6r .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .sc_h49c28, .sc_zyykcp {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .sc_h49c28 .nav-link,
    .sc_zyykcp .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .sc_bv4kyu {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .sc_av0i0s {
        flex-shrink: 0;
    }
}

div.sc_v7xjek:not(.sc_wz5p19) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div.sc_v7xjek:not(.sc_wz5p19) + .sc_m4ifko {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.sc_v7xjek.sc_hbfdv4 {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.sc_v7xjek.sc_hbfdv4 + .sc_m4ifko,
div.sc_v7xjek:not(.sc_wz5p19) + .sc_m4ifko.scrolled {
    top: 0;
}
div.sc_v7xjek:not(.sc_wz5p19) ~ .sc_svc4ut {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.sc_v7xjek:not(.sc_wz5p19) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.sc_v7xjek:not(.sc_wz5p19) + .sc_m4ifko {
        top: 0;
    }
    div.sc_v7xjek:not(.sc_wz5p19) ~ .sc_svc4ut {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .sc_m1iqdy {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .sc_m1iqdy .sc_mm19x5 {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .sc_zcak6r {
        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;
    }
    .sc_zcak6r .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;
    }
    .sc_zcak6r .nav-link::after { display: none !important; }
    .sc_bv4kyu { display: none !important; }
    .sc_h49c28, .sc_zyykcp { display: none !important; }
}

@media (max-width: 992px) {
    .sc_zcak6r { right: -100vw !important; left: auto !important; width: 100vw !important; height: 100vh !important; height: 100dvh !important; background: var(--bg-primary) !important; padding: 0 !important; align-items: center !important; justify-content: center !important; gap: 0 !important; box-shadow: none !important; transition: right 0.45s cubic-bezier(0.4,0,0.2,1) !important; }
    .sc_zcak6r.active { right: 0 !important; }
    .sc_zcak6r .nav-link { font-size: 28px !important; font-weight: 700 !important; padding: 12px 24px !important; text-align: center !important; border-bottom: none !important; width: auto !important; opacity: 0 !important; transform: translateY(16px) !important; transition: opacity 0.4s ease, transform 0.4s ease !important; }
    .sc_zcak6r.active .nav-link { opacity: 1 !important; transform: translateY(0) !important; }
    .sc_zcak6r.active .nav-link:nth-child(1){transition-delay:.15s !important;}
    .sc_zcak6r.active .nav-link:nth-child(2){transition-delay:.22s !important;}
    .sc_zcak6r.active .nav-link:nth-child(3){transition-delay:.29s !important;}
    .sc_zcak6r.active .nav-link:nth-child(4){transition-delay:.36s !important;}
    .sc_zcak6r.active .nav-link:nth-child(5){transition-delay:.43s !important;}
    .sc_zcak6r.active .nav-link:nth-child(6){transition-delay:.50s !important;}
    .sc_zcak6r.active .nav-link:nth-child(7){transition-delay:.57s !important;}
    .sc_zcak6r.active .nav-link:nth-child(8){transition-delay:.64s !important;}
}

.sc_ld9bhr,
.sc_obs8mj,
.sc_sqjgdm,
.sc_ihk9y5,
.sc_zaymwk,
.sc_cbs7ia {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.sc_ld9bhr *,
.sc_obs8mj *,
.sc_sqjgdm *,
.sc_ihk9y5 *,
.sc_zaymwk * {
    filter: none !important;
}
@supports (animation: none) {
    .sc_ld9bhr, .sc_obs8mj, .sc_sqjgdm {
        animation-fill-mode: forwards !important;
    }
}
.sc_sqjgdm + .sc_sqjgdm {
    margin-top: 1.5rem;
}

.sc_svc4ut .sc_im2ikt ~ .container,
.sc_svc4ut .sc_im2ikt ~ .container * {
    color: #fff;
}
.sc_svc4ut .sc_im2ikt ~ .container p,
.sc_svc4ut .sc_im2ikt ~ .container .sc_gdjeqp {
    color: rgba(255,255,255,0.85);
}
.sc_svc4ut .sc_im2ikt ~ .container .sc_w4i8b7 {
    color: inherit;
}
.sc_k8twu7 .sc_fd6pmb { color: #fff; }
.sc_k8twu7 .sc_wa44jg { color: var(--x14h9); }
.sc_k8twu7 .sc_ai4rdp { color: rgba(255,255,255,0.55); }
.sc_k8twu7 .sc_v7f5do a { color: rgba(255,255,255,0.65); }
.sc_k8twu7 .sc_v7f5do a:hover { color: #fff; }
.sc_d6curv[style*="background:none"] { background: none !important; }
.sc_d6curv[style*="background:none"]::before,
.sc_d6curv[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.657;
    letter-spacing: 0.0em;
}

.sc_ld9bhr, .sc_obs8mj, .sc_sqjgdm, .sc_wqww28, .sc_ihk9y5 {
    padding: 26px;
}
.sc_ld9bhr, .sc_obs8mj, .sc_sqjgdm, .sc_wqww28, .sc_ihk9y5 .card-body {
    padding: 25px 16px;
}
.row > [class*="col"]:nth-child(1) .sc_ld9bhr,
.row > [class*="col"]:nth-child(1) .sc_obs8mj {
    padding: 24px;
    border-radius: calc(var(--x7pp) + 3px);
}
.row > [class*="col"]:nth-child(2) .sc_ld9bhr,
.row > [class*="col"]:nth-child(2) .sc_obs8mj {
    padding: 26px;
    border-radius: calc(var(--x7pp) + 0px);
}
.row > [class*="col"]:nth-child(3) .sc_ld9bhr,
.row > [class*="col"]:nth-child(3) .sc_obs8mj {
    padding: 23px;
    border-radius: calc(var(--x7pp) + 2px);
}
.row > [class*="col"]:nth-child(4) .sc_ld9bhr,
.row > [class*="col"]:nth-child(4) .sc_obs8mj {
    padding: 28px;
    border-radius: calc(var(--x7pp) + -1px);
}
.row > [class*="col"]:nth-child(5) .sc_ld9bhr,
.row > [class*="col"]:nth-child(5) .sc_obs8mj {
    padding: 26px;
    border-radius: calc(var(--x7pp) + 2px);
}
.row > [class*="col"]:nth-child(6) .sc_ld9bhr,
.row > [class*="col"]:nth-child(6) .sc_obs8mj {
    padding: 29px;
    border-radius: calc(var(--x7pp) + -1px);
}

.sc_w4i8b7 {
    padding: 12px 32px;
    font-size: 16px;
    letter-spacing: 0.403px;
    border-radius: calc(var(--x7pp) + 3px);
}
.sc_rrc08r {
    padding: 12px 34px;
    border-width: 1px;
}

main > section {
    padding-top: 89px;
    padding-bottom: 85px;
}
main > section:first-child {
    padding-top: 94px;
}
main > section:nth-child(2) {
    padding-top: 85px;
    padding-bottom: 83px;
}
main > section:nth-child(6) {
    padding-top: 95px;
    padding-bottom: 83px;
}

.sc_rpwp23 {
    margin-bottom: 50px;
}

.sc_ld9bhr, .sc_obs8mj, .sc_sqjgdm, .sc_ihk9y5 {
    box-shadow: 2px 5px 14px rgba(0,0,0,0.069);
}

.sc_svc4ut {
    padding-top: 107px;
}
.sc_efjfex {
    margin-bottom: 27px;
}
.sc_gdjeqp {
    margin-bottom: 31px;
    font-size: 16px;
    line-height: 1.557;
}
.sc_fd6pmb {
    font-size: 13px;
    letter-spacing: 2.837px;
    margin-bottom: 23px;
}
.sc_mt98jh {
    gap: 11px;
}

.sc_vcus67 img {
    border-radius: 13px;
    box-shadow: 0 8px 31px rgba(0,0,0,0.152);
}

.sc_f5s7e8 {
    width: 52px;
    height: 52px;
    font-size: 21px;
    border-radius: 11px;
    margin-bottom: 16px;
}

.sc_sfwmr5, .card-title {
    font-size: 19px;
    margin-bottom: 10px;
}
.sc_v912n8, .card-text {
    font-size: 16px;
    line-height: 1.612;
}

.sc_aqre0b {
    margin-bottom: 17px;
    letter-spacing: 0.0px;
}
.sc_wa44jg {
    font-size: 14px;
    letter-spacing: 2.603px;
    margin-bottom: 14px;
}
.sc_fkhctv {
    font-size: 18px;
    line-height: 1.69;
}

@media (min-width: 993px) {
    .sc_zcak6r {
        gap: 26px;
    }
    .sc_zcak6r .nav-link {
        font-size: 13px;
        padding: 9px 0;
    }
}

.sc_d6curv {
    padding-top: 71px;
}
.sc_mlabxz .sc_llj61m {
    font-size: 16px;
    margin-bottom: 21px;
}
.sc_v7f5do a {
    font-size: 14px;
}
.sc_v7f5do li {
    margin-bottom: 8px;
}
.sc_ewhba8 {
    gap: 11px;
}
.sc_ewhba8 a {
    width: 38px;
    height: 38px;
}
.sc_fu6x4u {
    padding: 19px 0;
    margin-top: 47px;
}

.form-control {
    border-radius: 7px;
    padding: 14px 17px;
    font-size: 15px;
}

.sc_wqww28 {
    padding: 35px;
}
.sc_y888kv {
    font-size: 18px;
    line-height: 1.682;
    margin-bottom: 18px;
}
.sc_u2n1lo {
    width: 52px;
    height: 52px;
}
.sc_yl1gkv {
    font-size: 15px;
}
.sc_r9ssii {
    font-size: 13px;
}

.sc_ihk9y5 {
    padding: 38px;
}
.sc_jj25sd {
    font-size: 21px;
    margin-bottom: 10px;
}
.sc_ion67x {
    font-size: 48px;
    margin-bottom: 22px;
}
.sc_zkgmaw li {
    padding: 10px 0;
    font-size: 15px;
}

.sc_vrjv4m, .stat-number {
    font-size: 43px;
    margin-bottom: 7px;
}
.sc_pgplum {
    font-size: 15px;
    letter-spacing: 0.684px;
}

.sc_rb9nb0 img {
    border-radius: 14px;
}
.sc_naqad1 {
    font-size: 18px;
    margin-bottom: 4px;
}
.sc_gyz2tb {
    font-size: 13px;
}

.sc_ajyet5 {
    font-size: 34px;
    margin-bottom: 9px;
}
.sc_lcg6m8 {
    font-size: 17px;
    margin-bottom: 9px;
}

.wow {
    animation-duration: 0.685s !important;
}
.sc_ld9bhr, .sc_obs8mj, .sc_sqjgdm, .sc_wqww28,
.sc_ihk9y5, .sc_cbs7ia {
    transition-duration: 0.335s;
}

.row {
    --bs-gutter-y: 32px;
}

.sc_fa25zg {
    padding: 85px 0;
}
.sc_lm5hux {
    font-size: 34px;
    margin-bottom: 18px;
}
.sc_mfemvu {
    font-size: 17px;
    margin-bottom: 23px;
}

.sc_sqjgdm .sc_xaardf img {
    border-radius: 14px 14px 0 0;
}
.sc_mfrro5 {
    font-size: 14px;
    margin-bottom: 10px;
    gap: 10px;
}

.sc_m4ifko {
    padding: 18px 0;
}
.sc_m4ifko.scrolled {
    padding: 12px 0;
}
.sc_av0i0s {
    font-size: 22px;
}
.sc_bv4kyu {
    margin-left: 18px;
}

:root {
    --_gen: 8.5;
    --_hash: '7e4f000';
    --_build: 99343;
    --_tag: '661ad2aa';
}
.bind-ref { --_ref: '84'; pointer-events: auto }
.vis-helper { font-variant: normal; content: ''; visibility: inherit }
.build-stamp { unicode-bidi: normal }
.scope-tag { font-style: inherit; --_ref: '0872' }

.sc_k8twu7 h1, .sc_k8twu7 h2, .sc_k8twu7 h3, .sc_k8twu7 h4, .sc_k8twu7 h5, .sc_k8twu7 h6 { color: #fff !important; }
.sc_k8twu7 { color: rgba(255,255,255,0.85) !important; }
.sc_k8twu7 p, .sc_k8twu7 li, .sc_k8twu7 span:not(.badge):not(.sc_w4i8b7), .sc_k8twu7 .sc_eyfiz4, .sc_k8twu7 label, .sc_k8twu7 blockquote, .sc_k8twu7 figcaption, .sc_k8twu7 dt, .sc_k8twu7 dd, .sc_k8twu7 td, .sc_k8twu7 th { color: rgba(255,255,255,0.78) !important; }
.sc_k8twu7 a:not(.sc_w4i8b7):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_k8twu7 a:not(.sc_w4i8b7):not(.nav-link):hover { color: #fff !important; }
.sc_k8twu7 .sc_vrjv4m { color: #fff !important; }
.sc_k8twu7 .sc_pgplum { 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(.sc_w4i8b7), .bg-dark-custom .sc_eyfiz4, .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(.sc_w4i8b7):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.sc_w4i8b7):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .sc_vrjv4m { color: #fff !important; }
.bg-dark-custom .sc_pgplum { 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(.sc_w4i8b7), .bg-gradient-custom .sc_eyfiz4, .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(.sc_w4i8b7):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.sc_w4i8b7):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .sc_vrjv4m { color: #fff !important; }
.bg-gradient-custom .sc_pgplum { 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(.sc_w4i8b7), .bg-accent-custom .sc_eyfiz4, .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(.sc_w4i8b7):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.sc_w4i8b7):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .sc_vrjv4m { color: #fff !important; }
.bg-accent-custom .sc_pgplum { color: rgba(255,255,255,0.7) !important; }

.sc_fa25zg h1, .sc_fa25zg h2, .sc_fa25zg h3, .sc_fa25zg h4, .sc_fa25zg h5, .sc_fa25zg h6 { color: #fff !important; }
.sc_fa25zg { color: rgba(255,255,255,0.85) !important; }
.sc_fa25zg p, .sc_fa25zg li, .sc_fa25zg span:not(.badge):not(.sc_w4i8b7), .sc_fa25zg .sc_eyfiz4, .sc_fa25zg label, .sc_fa25zg blockquote, .sc_fa25zg figcaption, .sc_fa25zg dt, .sc_fa25zg dd, .sc_fa25zg td, .sc_fa25zg th { color: rgba(255,255,255,0.78) !important; }
.sc_fa25zg a:not(.sc_w4i8b7):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_fa25zg a:not(.sc_w4i8b7):not(.nav-link):hover { color: #fff !important; }
.sc_fa25zg .sc_vrjv4m { color: #fff !important; }
.sc_fa25zg .sc_pgplum { color: rgba(255,255,255,0.7) !important; }

.sc_d6curv { color: rgba(255,255,255,0.65) !important; }
.sc_d6curv h1, .sc_d6curv h2, .sc_d6curv h3,
.sc_d6curv h4, .sc_d6curv h5, .sc_d6curv h6,
.sc_d6curv .sc_llj61m { color: #fff !important; }
.sc_d6curv p, .sc_d6curv li, .sc_d6curv span,
.sc_d6curv label { color: rgba(255,255,255,0.6) !important; }
.sc_d6curv a:not(.sc_w4i8b7) { color: rgba(255,255,255,0.65) !important; }
.sc_d6curv a:not(.sc_w4i8b7):hover { color: #fff !important; }

.sc_fsoo7i h1, .sc_fsoo7i h2, .sc_fsoo7i h3, .sc_fsoo7i h4, .sc_fsoo7i h5, .sc_fsoo7i h6 { color: var(--text-primary, #1a1a2e) !important; }
.sc_fsoo7i p, .sc_fsoo7i li, .sc_fsoo7i span:not(.badge):not(.sc_w4i8b7), .sc_fsoo7i .sc_eyfiz4, .sc_fsoo7i label, .sc_fsoo7i blockquote, .sc_fsoo7i figcaption, .sc_fsoo7i dt, .sc_fsoo7i dd, .sc_fsoo7i td, .sc_fsoo7i th { color: var(--text-secondary, #555) !important; }

.sc_v7xjek h1, .sc_v7xjek h2, .sc_v7xjek h3, .sc_v7xjek h4, .sc_v7xjek h5, .sc_v7xjek h6 { color: var(--text-primary, #1a1a2e) !important; }
.sc_v7xjek p, .sc_v7xjek li, .sc_v7xjek span:not(.badge):not(.sc_w4i8b7), .sc_v7xjek .sc_eyfiz4, .sc_v7xjek label, .sc_v7xjek blockquote, .sc_v7xjek figcaption, .sc_v7xjek dt, .sc_v7xjek dd, .sc_v7xjek td, .sc_v7xjek th { color: var(--text-secondary, #555) !important; }

.pl-bars{display:flex;align-items:center;gap:4px;height:36px;}.pl-bars span{width:4px;background:var(--x14h9);border-radius:2px;animation:plBar 1s ease-in-out infinite;}.pl-bars span:nth-child(1){height:12px;animation-delay:-.4s}.pl-bars span:nth-child(2){height:20px;animation-delay:-.3s}.pl-bars span:nth-child(3){height:28px;animation-delay:-.2s}.pl-bars span:nth-child(4){height:20px;animation-delay:-.1s}.pl-bars span:nth-child(5){height:12px}@keyframes plBar{0%,100%{transform:scaleY(.4);opacity:.5}50%{transform:scaleY(1);opacity:1}}