:root{--color-text: #28001e;--color-bg: #f1eeec;--color-accent: #ff4a2e;--color-accent-dark: #b5371e;--color-accent-soft: #ffc8bd;--color-green: #c8f7c5;--color-blue: #aae4f4;--color-muted: #6b6b6b;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading: "Acumin Pro Extra Condensed", "Barlow Condensed", sans-serif;--line-height-title: 1.2;--line-height-body: 1.5}body{background-color:var(--color-bg);color:var(--color-text)}:root{--bg: var(--color-bg);--text: var(--color-text);--muted: var(--color-muted);--primary: var(--color-accent);--border: var(--color-accent-soft)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:var(--line-height-body)}.container{width:min(1120px,92vw);margin-inline:auto}.site-header{border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--color-bg);z-index:40}.site-nav{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:.85rem 0}.site-brand{color:var(--text);text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center}.site-brand img{height:2rem;width:auto;display:block}.site-nav-links{flex:1}.site-nav-list{display:flex;gap:.7rem;list-style:none;margin:0;padding:0;justify-content:center;flex-wrap:wrap}.site-nav-list a{color:var(--color-text);text-decoration:none;padding:.35rem .55rem;border-radius:.45rem;text-transform:uppercase;letter-spacing:.04em;font-size:.8rem}.site-nav-list a:hover,.site-nav-list a[aria-current=page]{color:var(--color-text);background:var(--color-accent-soft)}.site-search-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-text);text-decoration:none;padding:.35rem .55rem;border-radius:.45rem;text-transform:uppercase;letter-spacing:.04em;font-size:.8rem}.site-search-link:hover,.site-search-link[aria-current=page]{color:var(--color-text);background:var(--color-accent-soft)}.site-search-icon{display:inline-flex}.site-search-link .site-search-icon svg{display:block}.site-cta{background:var(--primary);color:var(--color-bg);padding:.55rem .9rem;border-radius:.5rem;text-decoration:none;white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;font-size:.8rem}.site-cta:hover{background:var(--color-accent-dark)}@media (max-width: 960px){.site-nav{flex-wrap:wrap}.site-nav-links{order:3;flex-basis:100%}.site-nav-list{justify-content:flex-start}}.hero{padding:4rem 0 2.5rem}h1,h2,h3{line-height:var(--line-height-title);text-transform:uppercase;letter-spacing:.04em;font-weight:700}a{color:var(--primary)}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.card{border:1px solid var(--border);border-radius:.75rem;background:var(--color-blue);padding:1rem}.site-footer{border-top:1px solid var(--border);margin-top:3rem;padding:2rem 0;color:var(--muted);background:var(--color-green)}.breadcrumbs ol{list-style:none;display:flex;gap:.5rem;padding:0;color:var(--muted)}.breadcrumbs li:not(:last-child):after{content:"/";margin-left:.5rem}main .container{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}main .row{display:flex;flex-wrap:wrap;margin:0 -.75rem}main .row>*{padding:0 .75rem;box-sizing:border-box;flex-shrink:0;width:100%}main .col{flex:1 0 0%}main .g-16{gap:1rem}main .g-32,main .gy-32{row-gap:2rem}main .gx-64{column-gap:4rem}@media (min-width: 992px){main .col-lg-2{flex:0 0 auto;width:16.6667%}main .col-lg-3{flex:0 0 auto;width:25%}main .col-lg-4{flex:0 0 auto;width:33.3333%}main .col-lg-5{flex:0 0 auto;width:41.6667%}main .col-lg-6{flex:0 0 auto;width:50%}main .col-lg-7{flex:0 0 auto;width:58.3333%}main .col-lg-8{flex:0 0 auto;width:66.6667%}main .col-lg-12{flex:0 0 auto;width:100%}main .offset-lg-1{margin-left:8.3333%}}main .align-items-center{align-items:center}main .align-items-start{align-items:start}main .justify-content-center{justify-content:center}main .justify-content-between{justify-content:space-between}main .text-center{text-align:center}main .d-flex{display:flex}main .flex-wrap{flex-wrap:wrap}main .flex-column{flex-direction:column}main .gap-16{gap:1rem}main .gap-8{gap:.5rem}.py-56{padding-top:3.5rem;padding-bottom:3.5rem}.py-48{padding-top:3rem;padding-bottom:3rem}.my-56{margin-top:3.5rem;margin-bottom:3.5rem}.mt-8{margin-top:.5rem}.mt-16{margin-top:1rem}.mt-24{margin-top:1.5rem}.mt-32{margin-top:2rem}.mb-8{margin-bottom:.5rem}.mb-16{margin-bottom:1rem}.mb-32{margin-bottom:2rem}.p-24{padding:1.5rem}.p-32{padding:2rem}.px-16{padding-left:1rem;padding-right:1rem}.py-16{padding-top:1rem;padding-bottom:1rem}@media (min-width: 992px){.py-lg-96{padding-top:6rem;padding-bottom:6rem}.pt-lg-96{padding-top:6rem}.pb-lg-96{padding-bottom:6rem}.my-lg-96{margin-top:6rem;margin-bottom:6rem}.mt-lg-96{margin-top:6rem}.mb-lg-96{margin-bottom:6rem}.mb-lg-64{margin-bottom:4rem}.mt-lg-32{margin-top:2rem}.p-lg-64{padding:4rem}}.rounded-2{border-radius:.5rem}.rounded-3{border-radius:.75rem}.rounded-4{border-radius:1rem}.overflow-hidden{overflow:hidden}.position-relative{position:relative}.w-100{width:100%}.h-100{height:100%}.object-fit-cover{object-fit:cover}.object-fit-contain{object-fit:contain}.h-1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.h-1-1{font-size:clamp(2rem,4vw,3.25rem);font-weight:700;line-height:1.15}.h-2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.2}.h-2-1{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.25}.h-3{font-size:1.25rem;font-weight:700;line-height:1.3}.h-3-1{font-size:1.125rem;font-weight:600;line-height:1.35}.h-4{font-size:1rem;font-weight:400;line-height:1.6}.h-120{font-size:clamp(3rem,6vw,5rem);font-weight:700;line-height:1.05}.t-2{font-size:1.125rem;line-height:1.6}.t-3{font-size:.875rem}.t-4{font-size:.8125rem}.fw-bold,.fw-700{font-weight:700}.fw-800{font-weight:800}.fw-500{font-weight:500}.fw-300{font-weight:300}.text-uppercase{text-transform:uppercase}.text-black{color:var(--color-text)}.c-purple{color:var(--color-accent)}.bc-surface-secondary,.bc-surface-blue-muted,.bc-surface-brand-mint,.bc-surface-mint-muted,.bc-surface-purple-muted,.bc-white,.bc-purple,.bc-purple-tint-8{background:transparent}.sol-anchor-card img,.sol-challenge-card img,.sol-feature-item img,.sol-showcase-row .title-wrap img,.sol-top-feature-card .feature-icon{filter:brightness(0) saturate(100%) invert(33%) sepia(92%) saturate(3000%) hue-rotate(349deg) brightness(101%) contrast(101%);margin-bottom:1.75rem}.btn-blue,a.btn-blue{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-accent);color:#fff!important;border:1px solid var(--color-accent);border-radius:9999px;padding:.75rem 1.5rem;font-weight:600;font-size:.9375rem;text-decoration:none;transition:background .2s,border-color .2s;cursor:pointer;white-space:nowrap}.btn-blue:hover,a.btn-blue:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark)}.btn,a.btn{display:inline-flex;align-items:center;gap:.5rem;border:1px solid currentColor;border-radius:9999px;padding:.6rem 1.25rem;font-weight:600;font-size:.9375rem;text-decoration:none;transition:all .2s;cursor:pointer;color:var(--color-text)}.btn:hover,a.btn:hover{background:var(--color-accent-soft)}.tag{display:inline-block;font-size:.8125rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;color:var(--color-accent)}.sol-hero{padding:3.5rem 0;position:relative;overflow:hidden}@media (min-width: 992px){.sol-hero{padding:5rem 0}}.sol-hero-grid{display:flex;flex-direction:column;gap:2rem;align-items:center}@media (min-width: 992px){.sol-hero-grid{flex-direction:row;gap:3rem}.sol-hero-text,.sol-hero-media{flex:1 1 0;min-width:0}}.sol-hero img.hero-media{width:100%;height:auto;border-radius:.75rem;object-fit:cover}.sol-hero .actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.sol-stats{padding:3.5rem 0}@media (min-width: 992px){.sol-stats{padding:6rem 0}}.sol-stats .stat-value{font-size:clamp(2.25rem,5vw,3rem);font-weight:700;color:var(--color-accent);display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.sol-stats .stat-arrow{font-size:clamp(1.5rem,3vw,2rem)}.sol-stats .stat-label{font-size:1.5rem;font-weight:800}.sol-logos{padding:3rem 0}.sol-logos .logos-label{text-transform:uppercase;text-align:center;display:block;margin-bottom:2rem;font-size:.875rem}.logos-marquee{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}.sol-logos .logos-track{display:flex;align-items:center;gap:2.5rem;width:max-content;animation:marquee 30s linear infinite}.sol-logos .logos-track:hover{animation-play-state:paused}.sol-logos .logos-track img{width:110px;flex-shrink:0;object-fit:contain}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.sol-anchor-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;padding:3.5rem 0}@media (min-width: 992px){.sol-anchor-nav{padding:6rem 0}}.sol-anchor-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;border-radius:.75rem;padding:2rem 1rem;text-decoration:none;color:var(--color-text);transition:box-shadow .2s;width:calc(50% - .5rem);max-width:180px}@media (min-width: 992px){.sol-anchor-card{width:auto;min-width:140px;flex:0 0 auto}}.sol-anchor-card:hover{box-shadow:0 4px 20px #00000014}.sol-anchor-card img{width:36px;height:36px;object-fit:contain;flex-shrink:0;margin:0!important}.sol-anchor-card span{font-size:.9375rem;font-weight:600}.sol-feature-block{padding:3.5rem 0}@media (min-width: 992px){.sol-feature-block{padding:6rem 0}}.sol-feature-block .block-header{text-align:center;max-width:720px;margin:0 auto 3rem}.sol-feature-block .block-header .text{margin-top:1rem;color:var(--color-muted)}.sol-tabs{display:flex;flex-direction:column;gap:.75rem}.sol-tab-btn{display:block;width:100%;text-align:left;background:transparent;border:none;padding:1rem;border-radius:.5rem;cursor:pointer;border-left:3px solid transparent;transition:all .2s}.sol-tab-btn:hover,.sol-tab-btn.active{background:var(--color-accent-soft);border-left-color:var(--color-accent)}.sol-tab-btn h3{font-size:1.0625rem;font-weight:600;margin:0}.sol-tab-btn .desc{font-size:.875rem;color:var(--color-muted);margin-top:.35rem}.sol-tab-panels img{width:100%;max-height:500px;object-fit:contain;border-radius:.75rem}.sol-tab-panel{display:none}.sol-tab-panel.active{display:block}.sol-before-after{padding:6rem 0}.sol-ba-table{display:grid;grid-template-columns:1fr 1fr}.sol-ba-header{font-weight:700;font-size:1.125rem;padding:1rem;border-bottom:1px solid #ddd}.sol-ba-cell{padding:1rem;border-bottom:1px solid #eee;font-size:.9375rem;line-height:1.5}.sol-ba-cell.after{display:flex;align-items:flex-start;gap:.75rem}.sol-ba-check{width:21px;height:21px;border-radius:50%;background:var(--color-accent);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.7rem;margin-top:.15rem}.sol-process{padding:3.5rem 0}@media (min-width: 992px){.sol-process{padding:6rem 0}}.sol-step-btn{display:flex;align-items:flex-start;gap:1rem;width:100%;text-align:left;background:transparent;border:none;padding:1.25rem 0;cursor:pointer;border-bottom:1px solid #eee;transition:all .2s}.sol-step-btn:hover,.sol-step-btn.active{background:#00000005}.sol-step-number{width:48px;height:48px;border-radius:.5rem;background:var(--color-accent-soft);font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sol-step-btn h4{font-size:1.0625rem;font-weight:700;margin:0 0 .25rem}.sol-step-btn .desc{font-size:.875rem;color:var(--color-muted)}.sol-step-image{border-radius:.75rem;padding:4rem}.sol-step-image img{width:100%;border-radius:.75rem}.sol-whatelse{padding:3.5rem 0}@media (min-width: 992px){.sol-whatelse{padding:6rem 0}}.sol-whatelse-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 992px){.sol-whatelse-grid{grid-template-columns:1fr 1fr}}.sol-whatelse-item h4{font-size:1.0625rem;font-weight:700;margin:0 0 .5rem}.sol-whatelse-item .desc{font-size:.9375rem;color:var(--color-muted);line-height:1.6}.sol-challenges{padding:3.5rem 0}@media (min-width: 992px){.sol-challenges{padding:6rem 0}}.sol-challenge-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media (min-width: 992px){.sol-challenge-grid{grid-template-columns:repeat(3,1fr)}}.sol-challenge-card{padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column}.sol-challenge-card img{width:32px;height:32px;object-fit:contain;margin-bottom:1.5rem}.sol-challenge-card h4{font-size:1.0625rem;font-weight:700;margin:0 0 .5rem}.sol-challenge-card .desc{font-size:.9375rem;color:var(--color-muted);line-height:1.6}.sol-benefits-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media (min-width: 992px){.sol-benefits-grid{grid-template-columns:1fr 1fr}}.sol-benefit-item h4{font-size:1.0625rem;font-weight:700;margin:0 0 .5rem}.sol-benefit-item .desc{font-size:.9375rem;color:var(--color-muted);line-height:1.6}.sol-video{padding:3.5rem 0;overflow:hidden}@media (min-width: 992px){.sol-video{padding:6rem 0}}.sol-video-thumb{position:relative;border-radius:.75rem;overflow:hidden;display:flex;align-items:center;justify-content:center;aspect-ratio:16/9;background-size:cover;background-position:center;text-decoration:none}.sol-video-play{width:64px;height:64px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--color-accent);transition:transform .2s}.sol-video-thumb:hover .sol-video-play{transform:scale(1.1)}.sol-cta-banner{padding:3.5rem 0;text-align:center;background-size:cover;background-position:center;position:relative}@media (min-width: 992px){.sol-cta-banner{padding:6rem 0}}.sol-cta-banner .cta-inner{position:relative;z-index:1;max-width:600px;margin:0 auto}.sol-posts{padding:3.5rem 0}@media (min-width: 992px){.sol-posts{padding:6rem 0}}.sol-posts-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media (min-width: 992px){.sol-posts-grid{grid-template-columns:repeat(3,1fr)}}.sol-post-card{border-radius:.75rem;overflow:hidden;text-decoration:none;color:var(--color-text);box-shadow:0 2px 12px #0000000a;transition:box-shadow .2s;display:flex;flex-direction:column}.sol-post-card:hover{box-shadow:0 4px 20px #00000014}.sol-post-card img{width:100%;height:260px;object-fit:cover}.sol-post-card .card-body{padding:1rem 1rem 1.5rem;flex:1;display:flex;flex-direction:column}.sol-post-card .card-tag{font-size:.75rem;text-transform:uppercase;color:var(--color-accent);margin-bottom:.5rem}.sol-post-card .card-title{font-size:1.0625rem;font-weight:700;margin:0 0 .75rem}.sol-post-card .card-excerpt{font-size:.875rem;color:var(--color-muted);line-height:1.5;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sol-post-card .card-link{font-size:.8125rem;font-weight:600;color:var(--color-accent);margin-top:1rem}.sol-features{padding:3.5rem 0}@media (min-width: 992px){.sol-features{padding:6rem 0}}.sol-features-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:1rem}@media (min-width: 992px){.sol-features-grid{grid-template-columns:repeat(3,1fr)}}.sol-feature-item{display:flex;flex-direction:column;gap:1.25rem}.sol-feature-item img{width:33px;height:33px;object-fit:contain;flex-shrink:0;margin:0!important}.sol-feature-item h4{font-size:1.25rem;font-weight:700;margin:0 0 .5rem}.sol-feature-item .desc{font-size:.9375rem;color:var(--color-muted);line-height:1.6;font-weight:300}.sol-bottom-cta{padding-top:3.5rem}@media (min-width: 992px){.sol-bottom-cta{padding-top:6rem;margin-top:6rem}}.sol-bottom-cta .cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:2rem}.sol-bottom-cta .cta-row>*{flex:1;min-width:280px}.sol-bottom-cta .cta-img{width:100%;margin-top:2rem}.sol-bottom-cta .cta-img img{width:100%;border-radius:0}.sol-showcase{padding:3.5rem 0}@media (min-width: 992px){.sol-showcase{padding:6rem 0}}.sol-showcase-row{display:flex;flex-wrap:wrap;align-items:center;gap:2rem 4rem;padding:3rem 0}.sol-showcase-row .showcase-text,.sol-showcase-row .showcase-img{flex:1;min-width:280px}.sol-showcase-row .showcase-img img{width:100%;border-radius:.75rem}.sol-showcase-row .title-wrap{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.5rem}.sol-showcase-row .title-wrap img{width:26px;height:26px;object-fit:contain;flex-shrink:0}.sol-top-features{padding:3.5rem 0}@media (min-width: 992px){.sol-top-features{padding:5rem 0}}.sol-top-features-header{text-align:center;max-width:700px;margin:0 auto 3rem}.sol-top-features-header .t-2{margin-top:1rem}.sol-top-features-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.sol-top-features-grid{grid-template-columns:1fr 1fr}}.sol-top-feature-card{padding:1.5rem;border-radius:.75rem;transition:background-color .15s ease}.sol-top-feature-card:hover{background-color:#28001e08}.sol-top-feature-card .feature-icon{width:32px;height:32px;object-fit:contain;margin-bottom:1.5rem}.sol-top-feature-card h4{font-size:1.125rem;font-weight:700;margin:0 0 .5rem;color:var(--color-text)}.sol-top-feature-card p{font-size:.9375rem;line-height:1.6;color:var(--color-muted);margin:0}.sol-top-feature-card .feature-link{display:inline-block;margin-top:1rem;font-size:.875rem;font-weight:600;color:var(--color-accent);text-decoration:none}.sol-top-feature-card .feature-link:hover{text-decoration:underline}.sol-testimonials{padding:3.5rem 0}@media (min-width: 992px){.sol-testimonials{padding:6rem 0}}.sol-testimonials .test-inner{border-radius:1rem;padding:3rem 2rem}.sol-testimonial-slide{display:none;flex-wrap:wrap;align-items:center;gap:2rem}.sol-testimonial-slide.active{display:flex}.sol-testimonial-slide .person-img{width:180px;height:220px;border-radius:.75rem;object-fit:cover;flex-shrink:0}.sol-testimonial-slide .quote-body{flex:1;min-width:280px}.sol-testimonial-slide blockquote{margin:0;font-size:1rem;line-height:1.7;font-style:italic}.sol-testimonial-slide .person-meta{margin-top:1.5rem}.sol-testimonial-slide .person-name{font-weight:700}.sol-testimonial-slide .person-role{font-size:.875rem;color:var(--color-muted)}.sol-testimonial-slide .company-logo{height:24px;margin-top:.75rem}.sol-testimonial-nav{display:flex;gap:.5rem;margin-top:1.5rem;justify-content:center}.sol-testimonial-dot{width:10px;height:10px;border-radius:50%;background:#ccc;border:none;cursor:pointer;padding:0}.sol-testimonial-dot.active{background:var(--color-accent)}.sol-dual-cta{padding:3.5rem 0}@media (min-width: 992px){.sol-dual-cta{padding:6rem 0}}.sol-dual-cta .dual-inner{border:4px solid #e1f8f3;border-radius:.75rem;padding:2rem;display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}@media (min-width: 992px){.sol-dual-cta .dual-inner{padding:4rem}}.sol-dual-cta .cta-col{flex:1;min-width:220px;max-width:320px}.sol-dual-cta .cta-col h4{font-size:1.125rem;font-weight:700;margin:0 0 .5rem}.sol-dual-cta .cta-col p{font-size:.9375rem;color:var(--color-muted);margin:0 0 1rem}.sol-index-hero{padding:3.5rem 0;border-radius:0 0 2.5rem 2.5rem}@media (min-width: 992px){.sol-index-hero{padding:6rem 0}}.sol-index-hero img.hero-img{width:100%;border-radius:.75rem;margin-top:2rem}.sol-index-hero .product-cards{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.sol-index-hero .product-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;border-radius:.75rem;border:1px solid #c5cfe6;text-decoration:none;color:var(--color-text);transition:all .2s;width:calc(50% - .5rem);max-width:200px}@media (min-width: 992px){.sol-index-hero .product-card{width:auto;min-width:160px}}.sol-index-hero .product-card:hover{box-shadow:0 4px 20px #00000014}.sol-index-hero .product-card img{width:40px;height:40px;object-fit:contain;margin-bottom:1.5rem}.sol-index-hero .product-card span{font-size:.9375rem;font-weight:600}.sol-revolution-cta{padding-top:3.5rem}@media (min-width: 992px){.sol-revolution-cta{padding-top:6rem}}.sol-revolution-cta .rev-row{display:flex;flex-wrap:wrap;gap:2rem}.sol-revolution-cta .rev-text{flex:0 0 auto;width:100%}@media (min-width: 992px){.sol-revolution-cta .rev-text{width:33.3333%}}.sol-revolution-cta .rev-img{flex:1;display:none}@media (min-width: 992px){.sol-revolution-cta .rev-img{display:block}}.sol-revolution-cta .rev-img img{width:100%}footer.bc-white{background-color:var(--color-bg)!important;border-top:1px solid rgba(40,0,30,.08)}footer .nav-footer-logo img{height:28px!important;width:auto!important}footer .menu>li>a,footer .menu-item-has-children>a{font-size:.875rem;font-weight:700;color:var(--color-text)!important;text-transform:uppercase;letter-spacing:.03em;pointer-events:none}footer .sub-menu li a{font-size:.8125rem;color:var(--color-muted)!important;text-decoration:none;transition:color .15s ease}footer .sub-menu li a:hover{color:var(--color-accent)!important}footer .label.c-blue{font-size:.875rem;font-weight:700;color:var(--color-text)!important;text-transform:uppercase;letter-spacing:.03em}footer .label.c-blue+.menu .sub-menu li a{font-size:.8125rem;color:var(--color-muted)!important}.copyrights.bc-dark{background-color:var(--color-bg)!important;border-top:1px solid rgba(40,0,30,.08)}.copyrights,.copyrights .klant,.copyrights .legalmenu a{color:var(--color-muted)!important;font-size:.75rem}.copyrights a:hover,.copyrights .legalmenu a:hover{color:var(--color-accent)!important}.copyrights .copyrights-bottom{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;justify-content:center}.copyrights .legalmenu .menu{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1rem 1.5rem}.copyrights .legalmenu .menu-item{display:inline-block}.copyrights .ftr-icons-row .ftr-icons{display:flex;align-items:center;gap:1rem}.copyrights .row-social .social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#28001e14;margin:0 .25rem;transition:background .15s ease}.copyrights .row-social .social a:hover{background:var(--color-accent-soft)}.copyrights .row-social .social i{color:var(--color-text)!important}footer .grid a img.icon{height:36px;width:auto}.copyrights .ftr-icons svg{height:16px;width:auto}.copyrights .ftr-icons .st0{fill:var(--color-muted)}.copyrights .ftr-icons .opa{opacity:.7;transition:opacity .15s ease}.copyrights .ftr-icons .opa:hover{opacity:1}
