.blog{padding-top:0}.blog .header{width:100%;padding:140px 0 30px;position:relative;min-height:400px}.blog .header .section-title{font-size:60px;font-weight:700;color:#0c111a;margin-bottom:10px;line-height:70px}@media(max-width:768px){.blog .header .section-title{font-size:40px;line-height:50px}}.blog .header .container{display:flex;justify-content:space-between;position:relative;gap:50px;z-index:10;height:100%}@media(max-width:768px){.blog .header .container{flex-direction:column;gap:10px}}.blog .header .graphic{top:0;left:0;z-index:1;width:100%;height:100%;position:absolute;object-fit:cover;opacity:.5}@media(max-width:768px){.blog .header{padding-top:120px}.blog .header img{display:none}}.blog .articles{display:flex;gap:0;flex-wrap:wrap}.blog .articles .articlePreview{flex-grow:1;min-width:350px;border-radius:10px;margin-bottom:20px;padding:10px;transition:.2s;text-decoration:none}@media(min-width:1300px){.blog .articles .articlePreview{max-width:calc(50% - 20px)}}.blog .articles .articlePreview .meta{margin-top:20px}.blog .articles .articlePreview .meta .title{font-size:25px;font-weight:500;color:#0c111a;margin-bottom:10px;line-height:30px}.blog .articles .articlePreview .meta .description{font-size:15px;color:gray;margin-bottom:0}.blog .articles .articlePreview .meta .tags{margin-top:10px;display:flex;gap:5px;flex-wrap:wrap}.blog .articles .articlePreview .meta .tags .tag{font-size:13px;color:gray;margin-bottom:0;background-color:#f5f8ff;padding:5px 10px;border-radius:2px}.blog .articles .articlePreview .headerImageWrapper{width:100%;height:280px;border-radius:5px;overflow:hidden;position:relative}.blog .articles .articlePreview .headerImageWrapper .headerImage{width:100%;height:100%;object-fit:cover;border-radius:5px}.blog .articles .articlePreview .headerImageWrapper .headerImageOverlay{position:absolute;bottom:0;left:0;width:100%;height:60px;padding:10px;background-color:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:space-between;align-items:center}.blog .articles .articlePreview .headerImageWrapper .headerImageOverlay .author{font-size:16px;color:#fff;font-weight:500;margin-bottom:0}.blog .articles .articlePreview .headerImageWrapper .headerImageOverlay .date{font-size:13px;color:#fff;margin-bottom:0}.blog .articles .articlePreview .headerImageWrapper .headerImageOverlay .category{font-size:16px;color:#fff;margin-bottom:0;font-weight:500}.blog .articles .articlePreview .footer{display:flex;align-items:center;gap:10px;font-weight:600;margin-top:10px}.blog .articles .articlePreview:hover{transform:scale(1.02);background-color:rgba(187,187,187,.15)}.blogArticle .body{display:grid;grid-template-columns:300px 1fr;grid-gap:40px;gap:40px;align-items:start;margin-top:40px}@media(max-width:768px){.blogArticle .body{grid-template-columns:1fr}}.blogArticle .shareBar{margin-top:40px}.blogArticle .shareBar .divider{width:100%;height:1px;background:#cfcfcf;margin-bottom:16px}.blogArticle .shareBar .row{display:flex;align-items:center;justify-content:space-between;gap:16px}.blogArticle .shareBar .label{color:#333;font-weight:500}.blogArticle .shareBar .actions{display:flex;align-items:center;gap:12px}.blogArticle .shareBar .copy{all:unset;cursor:pointer;background:#101010;color:#fff;padding:10px 16px;border-radius:999px;font-size:14px}.blogArticle .shareBar .icon{all:unset;cursor:pointer;width:40px;height:40px;border-radius:50%;background:#101010;position:relative;display:flex;align-items:center;justify-content:center}.blogArticle .shareBar .icon img{width:20px;height:20px}.blogArticle .toc{position:sticky;top:100px;align-self:start;max-height:calc(100vh - 120px);overflow:auto;padding-right:10px}.blogArticle .toc .tocTitle{font-size:14px;text-transform:uppercase;color:gray;margin-bottom:10px}.blogArticle .toc ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.blogArticle .toc li{line-height:1.2}.blogArticle .toc li.level-2 a{font-size:14px;font-weight:500;color:#000;text-decoration:none}.blogArticle .toc li.level-3 a{font-size:13px;color:#444;padding-left:12px;text-decoration:none}.blogArticle .toc li.active a{color:#0c111a}@media(max-width:768px){.blogArticle .toc{display:none}}.blogArticle .header{display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:50px;padding-bottom:50px;border-bottom:1px solid #000;min-height:300px}.blogArticle .header .headerContent{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;flex:1 1;margin-top:50px}.blogArticle .header .headerImage{width:50%;object-fit:cover;height:auto;border-radius:5px;align-self:stretch;max-height:500px}.blogArticle .header .headerImageAlt{color:gray;font-size:13px;margin-bottom:20px;text-align:right}.blogArticle .header .articleTitle{font-size:35px;font-weight:600;line-height:40px;color:#0c111a;margin-top:5px}.blogArticle .header .author{display:flex;flex-direction:row;align-items:center;gap:10px;margin-top:40px}.blogArticle .header .author .authorImage{width:60px;height:60px;border-radius:50%}.blogArticle .header .author .authorInfo{display:flex;flex-direction:column}.blogArticle .header .author .authorInfo .authorName{font-size:18px;font-weight:500}.blogArticle .header .author .authorInfo .authorRole{font-size:14px;color:gray}@media(max-width:768px){.blogArticle .header{flex-direction:column-reverse;gap:0}.blogArticle .header .headerImage{width:100%;max-height:300px}}.blogArticle .content{display:flex;flex-direction:column}.blogArticle .content p{font-size:18px}.blogArticle .content section{padding:20px 0;scroll-margin-top:110px}.blogArticle .content section .sectionTitle{font-size:25px;font-weight:500;color:#0c111a;margin-bottom:10px}.blogArticle .content section h3{font-size:20px;font-weight:500;color:#0c111a;margin-bottom:10px}.blogArticle .content section strong{font-weight:500}.blogArticle .content section .imageSection{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:50px}.blogArticle .content section .imageSection img{border-radius:10px;max-width:40%;max-height:350px}@media(max-width:768px){.blogArticle .content section .imageSection{flex-direction:column;gap:30px}.blogArticle .content section .imageSection img{max-width:100%;max-height:300px}}.blogArticle .content section .multiImageSection{display:flex;flex-direction:column;gap:50px}.blogArticle .content section .multiImageSection .images{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;gap:25px}.blogArticle .content section .multiImageSection .images img{border-radius:10px;max-width:30%;object-fit:cover;height:300px}@media(max-width:768px){.blogArticle .content section .multiImageSection .images{flex-direction:column;gap:10px}.blogArticle .content section .multiImageSection .images img{max-width:100%;width:100%;max-height:300px}}.blogArticle .content section ul{margin:10px 0;list-style-type:disc;padding-left:25px}.blogArticle .content section ul li{margin-bottom:5px}.blogArticle .articleFaq{margin-top:20px}.blogArticle .articleFaq .section-title{font-size:25px;font-weight:500;color:#0c111a;margin-bottom:10px}.blogArticle .articleFaq .Items{margin-top:20px;display:flex;justify-content:center;flex-direction:column;align-items:center}.blogArticle .articleFaq .Items .faqContainer{width:100%;cursor:pointer;padding:15px;background:#f5f5f5;border-radius:10px;margin-bottom:10px;transition:background .3s ease}.blogArticle .articleFaq .Items .faqContainer:hover{background:#ececec}.blogArticle .articleFaq .Items .faqContainer .faqHeader,.blogArticle .articleFaq .Items .faqContainer .faqHeader h3{display:flex;align-items:center;justify-content:space-between}.blogArticle .articleFaq .Items .faqContainer .faqHeader h3{margin:0;font-size:18px;font-weight:600}.blogArticle .articleFaq .Items .faqContainer .faqHeader img{width:28px;height:28px;transition:transform .3s ease;transform:rotate(0deg);opacity:.4}.blogArticle .articleFaq .Items .faqContainer .faqBody{max-height:0;overflow:hidden;opacity:0;border-radius:0 0 8px 8px;pointer-events:none;padding:0 1rem;transition:max-height .3s ease,opacity .3s ease,padding .3s ease}.blogArticle .articleFaq .Items .faqContainer.open .faqBody{max-height:500px;opacity:1;pointer-events:auto;padding:1rem 1rem 0}.blogArticle .articleFaq .Items .faqContainer.open img{transform:rotate(180deg)}.blogArticle .articleFaq .Items .faqContainer .faqBody ul{margin:.5em 0 .5em 1.2em;padding-left:1.2em;list-style-type:disc}.blogArticle .articleFaq .Items .faqContainer .faqBody li{margin-bottom:.3em}@media(max-width:768px){.blogArticle{padding-top:100px}}.landing header{position:absolute;background:linear-gradient(103.19deg,#ffffff 7.64%,#ffffff 89.04%);width:100%;height:900px;top:0;left:0;z-index:-1}.landing header .container{display:flex;gap:50px;height:100%;justify-content:space-between;align-items:center}.landing header .leftCol{display:flex;flex-direction:column;justify-content:center;gap:20px;min-width:50%;max-width:60%}.landing header h1{font-size:60px;font-weight:600;color:#fff;line-height:110%}.landing header h1 .gradient{background:-webkit-linear-gradient(45deg,#b8caff,hsl(216deg,100%,92%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media(max-width:768px){.landing header h1{font-size:40px;line-height:50px}}.landing header h2{font-size:20px;font-weight:400;color:rgba(255,255,255,.9294117647);opacity:.8;line-height:130%}@media(max-width:768px){.landing header h2{font-size:16px;line-height:25px}}.landing header .btns{display:flex;gap:15px}.landing header .btns .ctaBTN{display:flex;align-items:center;justify-content:center;width:200px;height:60px;background-color:#fff;border-radius:50px;text-decoration:none;color:#000;font-size:20px;font-weight:600;cursor:pointer;transition:.2s;margin-top:20px;border:2px solid #fff;transition:.3s ease-in-out}.landing header .btns .ctaBTN:hover{background-color:rgba(255,255,255,.7)}.landing header .btns .ctaBTN.secondary{background-color:rgba(0,0,0,0);color:#fff}.landing header .btns .ctaBTN.secondary:hover{background-color:rgba(255,255,255,.3)}@media(max-width:768px){.landing header .btns{position:absolute;bottom:50px;margin-bottom:env(safe-area-inset-bottom);gap:10px;width:calc(100% - 35px)}.landing header .btns .ctaBTN{height:50px;font-size:16px}}.landing header .trusted{position:absolute;bottom:20px;max-width:100vw;overflow:hidden;display:flex;flex-direction:column;margin-top:200px;color:#fff;align-items:start}.landing header .trusted h3{font-size:20px;font-weight:500}.landing header .trusted .logos{display:flex;gap:40px;max-width:100vw;justify-content:start;align-items:start;overflow:hidden}.landing header .trusted .logos .logo svg path{fill:#fff}@media(max-width:768px){.landing header .trusted{position:relative;margin-top:100px}.landing header .trusted h3{font-size:16px}.landing header .trusted .logos{gap:20px;flex-wrap:wrap}}.landing header .video{position:absolute;right:0;top:0;width:100%;height:100%;overflow:hidden;z-index:-1;background-color:#000}.landing header .video video{width:100%;height:100%;opacity:.5;object-fit:cover}@media(max-width:768px){.landing header{padding-top:150px;height:100%;box-sizing:border-box}.landing header .leftCol{min-width:100%;max-width:100%}.landing header .container{justify-content:start;align-items:start}}.landing .kpis{margin-top:900px;padding:70px 0;display:flex;flex-wrap:wrap;grid-template-columns:repeat(3,1fr);gap:30px;flex-direction:row}@media(max-width:768px){.landing .kpis{margin-top:100vh}}.landing .kpis .kpi{display:flex;flex-grow:1;min-width:200px;gap:30px;align-items:center;justify-content:start;border-radius:10px;padding:20px 50px 20px 20px;background-color:#f5f5f5}.landing .kpis .kpi .iconbar h3{display:none}.landing .kpis .kpi .icon{width:50px;height:50px;background-color:#0c111a;border-radius:50%;display:flex;align-items:center;justify-content:center}.landing .kpis .kpi .icon img{width:35px;height:35px;fill:#fff}.landing .kpis .kpi .text h3{font-size:20px;font-weight:600;color:#000;line-height:100%}.landing .kpis .kpi .text h4{font-size:16px;font-weight:400;color:rgba(0,0,0,.6392156863);line-height:120%;margin-top:10px}@media(max-width:768px){.landing .kpis{grid-template-columns:repeat(2,1fr);gap:10px;padding:40px 0}.landing .kpis .kpi{align-items:start;justify-content:center;flex-direction:column;gap:10px;padding:20px 10px}.landing .kpis .kpi .icon{width:40px;height:40px}.landing .kpis .kpi .icon img{width:25px;height:25px;fill:#fff}.landing .kpis .kpi .iconbar{display:flex;align-items:center;gap:10px}.landing .kpis .kpi .iconbar h3{display:block;font-size:20px;font-weight:600;color:#000;line-height:100%}.landing .kpis .kpi .text h3{display:none}.landing .kpis .kpi .text h4{font-size:14px;margin-top:5px}}.landing .quote .builder{margin-top:20px;min-height:60vh}.landing .quote .builder .progress{display:flex;gap:20px;align-items:center;justify-content:center;margin-top:40px;padding-bottom:20px;transition:all .2s ease-in-out}.landing .quote .builder .progress .step{display:flex;gap:10px;align-items:center;border-radius:10px;padding:10px 30px;cursor:pointer}.landing .quote .builder .progress .step .dot{width:10px;height:10px;border-radius:50%;background-color:#0e66d8}.landing .quote .builder .progress .step.active{background:-webkit-linear-gradient(45deg,#b8caff,hsl(216deg,100%,92%))}@media(max-width:768px){.landing .quote .builder .progress .step p{display:none}}.landing .quote .builder .progress .line{width:100px;height:2px;background-color:#0e66d8;background:-webkit-linear-gradient(45deg,#b8caff,hsl(216deg,100%,92%));transition:.2s ease-in-out}.landing .quote .builder .iconBar{display:flex;gap:20px;align-items:center;cursor:pointer;padding:20px;border-radius:10px;background-color:#f5f5f5;border:2px solid #f5f5f5;transition:.2s ease-in-out}.landing .quote .builder .iconBar .icon{width:50px;height:50px;background-color:#0c111a;border-radius:50%;display:flex;align-items:center;justify-content:center}.landing .quote .builder .iconBar .icon img{width:30px;height:30px;filter:brightness(0) invert(1)}.landing .quote .builder .iconBar .text .title{font-size:20px;font-weight:600;color:#000;line-height:100%}.landing .quote .builder .iconBar .text .titleRow{display:flex;gap:10px;align-items:center}.landing .quote .builder .iconBar .text .titleRow .badge{padding:5px 10px;border-radius:5px;background-color:#0c111a;background:-webkit-linear-gradient(45deg,#b8caff,hsl(216deg,100%,92%));color:#0c111a;font-size:12px;font-weight:600}.landing .quote .builder .iconBar .text .desc{font-size:16px;font-weight:400;color:rgba(0,0,0,.6392156863);line-height:120%;margin-top:10px}.landing .quote .builder .iconBar:hover:is(.clickable){border-color:#0c111a}@media(max-width:768px){.landing .quote .builder .iconBar{gap:10px;padding:15px 10px}.landing .quote .builder .iconBar .icon{width:40px;height:40px}.landing .quote .builder .iconBar .icon img{width:20px;height:20px;filter:brightness(0) invert(1)}.landing .quote .builder .iconBar .text{width:calc(100% - 50px)}.landing .quote .builder .iconBar .text .title{font-size:16px}.landing .quote .builder .iconBar .text .desc{font-size:14px}.landing .quote .builder .iconBar .text .titleRow .badge{padding:4px 10px;font-size:10px}}.landing .quote .builder .step1,.landing .quote .builder .step2{display:flex;flex-direction:column;gap:20px;margin-top:20px}@media(max-width:768px){.landing .quote .builder .step1,.landing .quote .builder .step2{gap:10px}}.landing .quote .builder .step3 .overview{margin-top:20px}.landing .quote .builder .step3 button{padding:20px;width:100%;margin-top:20px;border-radius:10px;background-color:#0c111a;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:.2s ease-in-out;border:2px solid}.landing .quote .builder .step3 button:hover{background-color:#fff;color:#000}.landing .quote .builder .step3 .kpis{all:unset;margin-top:20px;display:flex;flex-wrap:wrap;grid-template-columns:repeat(4,1fr);gap:20px}.landing .quote .builder .step3 .kpis .kpi{display:flex;flex-wrap:wrap;gap:30px;flex-grow:1;flex-shrink:0;flex-basis:calc(50% - 10px)}.landing .quote .builder .step3 .kpis .kpi.price p span{opacity:.4}.landing .quote .builder .step3 .kpis .kpi.price p span.active{opacity:1}.landing .quote .builder .step3 .kpis .kpi.price p span.active.p1,.landing .quote .builder .step3 .kpis .kpi.price p span.active.p2,.landing .quote .builder .step3 .kpis .kpi.price p span.active.p3{color:green}.landing .quote .builder .step3 .kpis .kpi.price p span.active.p4{color:orange}.landing .quote .builder .step3 .kpis .kpi.price p span.active.p5{color:red}.landing .quote .builder .step3 .kpis .kpi.complexity p.low{color:green}.landing .quote .builder .step3 .kpis .kpi.complexity p.medium{color:orange}.landing .quote .builder .step3 .kpis .kpi.complexity p.high{color:red}@media(max-width:768px){.landing .quote .builder .step3 .kpis{grid-template-columns:repeat(2,1fr);gap:10px}.landing .quote .builder .step3 .kpis .kpi{flex-direction:column;gap:0;align-items:start}.landing .quote .builder .step3 .kpis .kpi p{font-size:14px}.landing .quote .builder .step3 .kpis .kpi h3{font-size:16px}}.landing .quote .builder .step3 .description,.landing .quote .builder .step3 .references{margin-top:20px}.landing .quote .builder .step3 .references .link{color:blue;text-decoration:underline}.landing .quote .builder .step4 .form{margin-top:10px;display:flex;flex-direction:column;gap:20px}.landing .quote .builder .step4 .form .row{display:flex;width:100%;gap:20px;justify-content:space-between}.landing .quote .builder .step4 .form .inp{width:100%;display:flex;flex-direction:column;gap:10px}.landing .quote .builder .step4 .form input,.landing .quote .builder .step4 .form textarea{width:100%;padding:20px;border-radius:10px;border:2px solid #f5f5f5;background-color:#f5f5f5;color:#000;font-size:16px;font-weight:400;transition:.2s ease-in-out;font-family:Work Sans,sans-serif;resize:vertical}.landing .quote .builder .step4 .form input:focus,.landing .quote .builder .step4 .form textarea:focus{border-color:#0c111a;outline:none}.landing .quote .builder .step4 .form select{width:100%;padding:20px;border-radius:10px;border:2px solid #f5f5f5;background-color:#f5f5f5;color:#000;font-size:16px;font-weight:400;transition:.2s ease-in-out}.landing .quote .builder .step4 .form select:focus{border-color:#0c111a;outline:none}.landing .quote .builder .step4 .form button{padding:20px;margin-top:10px;border-radius:10px;background-color:#0c111a;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:.2s ease-in-out;border:2px solid}.landing .quote .builder .step4 .form button:hover{background-color:#fff;color:#000}@media(max-width:768px){.landing .quote .builder .step4 .form .row{flex-direction:column;gap:10px}.landing .quote .builder .step4 .form input,.landing .quote .builder .step4 .form textarea{padding:10px;width:100%;font-size:14px}.landing .quote .builder .step4 .form label{font-size:14px}.landing .quote .builder .step4 .form .inp{gap:5px}.landing .quote .builder .step4 .form select{padding:10px;font-size:14px}}.landing .consultation{margin-bottom:100px;margin-top:70px}.landing .consultation .content{margin-top:20px;display:flex;gap:50px}.landing .consultation .content .col{width:50%}.landing .consultation .content .col .scheduletitle{margin-top:20px;padding-bottom:10px}.landing .consultation .content .col .icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center}.landing .consultation .content .col .icon img{width:30px;height:30px;filter:brightness(0)}.landing .consultation .content .col button{all:unset;margin-top:20px;height:50px;width:calc(100% - 45px);text-align:center;padding:0 20px;border-radius:10px;background-color:#0c111a;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:.2s ease-in-out;border:2px solid rgba(0,0,0,0)}.landing .consultation .content .col button:hover{background-color:#fff;border-color:#0c111a;color:#000}.landing .consultation .content .col .iconInput{display:flex;gap:20px;align-items:center;margin-top:20px}.landing .consultation .content .col .iconInput input{width:100%;padding:10px 20px;height:50px;border-radius:10px;border:2px solid #f5f5f5;background-color:#f5f5f5;color:#000;font-size:16px;font-weight:400;transition:.2s ease-in-out}.landing .consultation .content .col .iconInput input:focus{border-color:#0c111a;outline:none}.landing .consultation .content .col .dateSelect{display:flex;gap:20px;margin-top:10px}.landing .consultation .content .col .dateSelect .options{box-sizing:border-box;width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.landing .consultation .content .col .dateSelect .options .option{padding:10px 20px;border-radius:10px;background-color:#f5f5f5;color:#000;font-size:16px;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s ease-in-out}.landing .consultation .content .col .dateSelect .options .option.active,.landing .consultation .content .col .dateSelect .options .option:hover{background-color:#0c111a;color:#fff}@media(max-width:768px){.landing .consultation .content .col{width:100%}.landing .consultation .content .col .iconInput{margin-top:10px;gap:10px}.landing .consultation .content .col .iconInput input{padding:10px;font-size:14px;height:unset}.landing .consultation .content .col .icon{width:40px;height:40px}.landing .consultation .content .col .icon img{width:20px;height:20px;filter:brightness(0)}.landing .consultation .content .col .dateSelect{gap:10px}.landing .consultation .content .col .dateSelect .options{gap:5px}.landing .consultation .content .col .dateSelect .options .option{padding:5px 10px;font-size:14px}.landing .consultation .content .col button{box-sizing:border-box;margin-left:0;width:100%}}.landing .consultation .content .image{width:50%}.landing .consultation .content .image img{width:100%;height:100%;border-radius:10px;object-fit:cover}.landing .consultation .content .image .imgCaption{opacity:.5;font-size:small;text-align:right}.landing .consultation .content .image .imgCaption a{text-decoration:underline}@media(max-width:768px){.landing .consultation .content{flex-direction:column-reverse;gap:20px}.landing .consultation .content .col{width:100%}.landing .consultation .content .image{width:100%;height:200px;margin-bottom:20px}}.landing .faq{margin-bottom:90px}.landing .faq .Items{margin-top:20px;display:flex;justify-content:center;flex-direction:column;align-items:center}.landing .faq .Items .faqContainer{width:100%;cursor:pointer;padding:20px;background:#f5f5f5;border-radius:10px;margin-bottom:10px;transition:background .3s ease}.landing .faq .Items .faqContainer:hover{background:#ececec}.landing .faq .Items .faqContainer .faqHeader,.landing .faq .Items .faqContainer .faqHeader h3{display:flex;align-items:center;justify-content:space-between}.landing .faq .Items .faqContainer .faqHeader h3{margin:0;font-size:1.15rem;font-weight:600}.landing .faq .Items .faqContainer .faqHeader img{width:28px;height:28px;transition:transform .3s ease;transform:rotate(0deg);opacity:.4}.landing .faq .Items .faqContainer .faqBody{max-height:0;overflow:hidden;opacity:0;border-radius:0 0 8px 8px;pointer-events:none;padding:0 1rem;transition:max-height .3s ease,opacity .3s ease,padding .3s ease}.landing .faq .Items .faqContainer.open .faqBody{max-height:500px;opacity:1;pointer-events:auto;padding:1rem 1rem 0}.landing .faq .Items .faqContainer.open img{transform:rotate(180deg)}.landing .faq .Items .faqContainer .faqBody ul{margin:.5em 0 .5em 1.2em;padding-left:1.2em;list-style-type:disc}.landing .faq .Items .faqContainer .faqBody li{margin-bottom:.3em}.landing .team{margin-bottom:90px}.landing .team .gallery{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:30px}.landing .team .gallery .item{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:10px}.landing .team .gallery .item .portrait{width:270px;height:270px;border-radius:10px;overflow:hidden;margin:0 auto 15px}.landing .team .gallery .item .portrait img{width:100%;height:100%;object-fit:cover}.landing .team .gallery .item .name{font-size:20px;font-weight:600;color:#000;line-height:100%;margin-bottom:5px}.landing .team .gallery .item .role{font-size:16px;font-weight:400;color:rgba(0,0,0,.6392156863);line-height:120%}@media(max-width:768px){.landing .team .gallery{gap:10px}.landing .team .gallery .item .portrait{width:160px;height:160px}.landing .team .gallery .item .name{font-size:15px}.landing .team .gallery .item .role{font-size:14px}}.landing .info-section{padding:70px 0;background-color:#fff}.landing .info-section .section-content{display:flex;flex-direction:column;gap:100px}@media(max-width:768px){.landing .info-section .section-content{flex-direction:column;gap:10px}}.landing .info-section .bar{display:flex;gap:50px;align-items:center}.landing .info-section .bar .textCol{width:50%}.landing .info-section .bar .textCol h3{font-size:35px;font-weight:600;color:#fff;line-height:110%}.landing .info-section .bar .textCol h3 .gradient{background:-webkit-linear-gradient(45deg,#021220,#ffffff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.landing .info-section .bar .textCol h4{font-size:16px;font-weight:400;-webkit-hyphens:auto;hyphens:auto;color:rgba(255,255,255,.6392156863);line-height:120%;margin-top:20px}.landing .info-section .bar .quoteCol{background-color:#161616;padding:40px 40px 20px;border-radius:10px;width:50%;color:#fff}.landing .info-section .bar .quoteCol .author{display:flex;align-items:center;gap:15px;margin-top:20px}.landing .info-section .bar .quoteCol .author img{width:60px;height:60px;border-radius:50%;object-fit:cover}.landing .info-section .bar .quoteCol .author .text h5{font-size:16px;font-weight:600}.landing .info-section .bar .quoteCol .author .text h6{font-size:14px;font-weight:400;color:rgba(255,255,255,.6392156863)}@media(max-width:768px){.landing .info-section{margin-top:680px}}.landing .cta-section{padding:100px;margin-top:50px;display:flex;flex-direction:column;background-color:#fff;gap:50px;align-items:center}.landing .cta-section h3{font-size:40px;font-weight:600;color:#000;line-height:110%}.landing .cta-section a{display:flex;align-items:center;justify-content:center;width:200px;height:60px;background-color:#000f5c;border-radius:50px;text-decoration:none;color:#fff;font-size:20px;font-weight:600;cursor:pointer;transition:.2s}.landing .cta-section a:hover{background-color:red}.landing.shopify header .shopify-partners p{color:#fff;font-weight:700;margin-top:10px;margin-bottom:5px}.landing.shopify header .shopify-partners img{width:200px;height:auto;opacity:.9}.landing.shopify header .container h1 .gradient{background:-webkit-linear-gradient(45deg,#6dc426,#e6ffb7);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.landing.shopify header video{opacity:.4}@media(max-width:768px){.landing.shopify header{padding-top:150px;height:100%;box-sizing:border-box}.landing.shopify header .leftCol{min-width:100%;max-width:100%}.landing.shopify header .container{justify-content:start;align-items:start}}.landing.shopify .quote .builder .progress .step .dot{background-color:#214602}.landing.shopify .quote .builder .progress .line,.landing.shopify .quote .builder .progress .step.active{background:-webkit-linear-gradient(45deg,#6dc426,#e6ffb7)}.landing.shopify .quote .builder .progress .line{width:100px;height:2px;transition:.2s ease-in-out}.landing.shopify .section-title .gradient{background:-webkit-linear-gradient(45deg,#6dc426,#c0f955);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.landing.shopify .testemonial{margin-top:70px}.landing.shopify .testemonial .box{background-color:#f5f5f5;border-radius:10px;padding:20px;margin:20px 0;display:flex;align-items:flex-end}.landing.shopify .testemonial .box .review{font-size:18px;line-height:1.5}.landing.shopify .testemonial .box .author{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.landing.shopify .testemonial .box .author img{width:100px;height:auto;margin-bottom:10px}.landing.shopify .testemonial .box .author p{font-size:16px;font-weight:700;color:#0c111a;text-align:right}@media(max-width:768px){.landing.shopify .testemonial .box{flex-direction:column;align-items:center}.landing.shopify .testemonial .box .author{align-items:center;text-align:center;margin-top:30px}.landing.shopify .testemonial .box .author img{margin-bottom:0}}.blogHighlights{padding-bottom:60px}.blogHighlights .section-title{margin-bottom:20px}.blogHighlights .blog{display:block}.law h1{font-size:35px}.law h1,.law h2{margin-bottom:10px;font-weight:600}.law h2{margin-top:20px;font-size:30px}.law h3{margin-top:30px;font-size:25px}.law h3,.law h4{margin-bottom:10px;font-weight:600}.law h4{margin-top:25px;font-size:20px}.law h5{margin-top:20px;margin-bottom:10px;font-size:18px;font-weight:600}.law ul{padding-left:20px;list-style:disc}.law p{text-align:justify;-webkit-hyphens:auto;hyphens:auto}@import"https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap";html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{display:none;-webkit-appearance:none;width:0;height:0}body{font-family:Work Sans,sans-serif;font-size:16px;line-height:1.5;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media(max-width:768px){.container{padding:0 10px;max-width:calc(100% - 20px)}}.page{width:100%;padding-top:120px}a{color:#0c111a;text-decoration:none}.section-title{font-size:35px;font-weight:600;color:#0c111a;line-height:110%}.section-title .gradient{background:-webkit-linear-gradient(45deg,#86a5ff,hsl(215deg,96%,54%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.section-description{color:#333;margin-top:20px}nav.navbar{position:fixed;width:100%;top:0;z-index:10;padding-top:30px;transition:.2s;overflow:visible}nav.navbar .container{display:flex;justify-content:start}@media(max-width:1300px){nav.navbar .container{flex-direction:column}}nav.navbar .logo{display:flex;align-items:center;text-decoration:none}nav.navbar .logo img{width:200px;height:45px}nav.navbar .logo svg{width:250px;height:80px;margin-right:20px}nav.navbar .logo svg path{fill:#fff}nav.navbar .logo h1{font-size:35px;font-weight:700;color:#fff;transition:.2s}nav.navbar .logo h1 .colored{color:#dde4ff}@media(max-width:768px){nav.navbar .logo h1{font-size:25px}nav.navbar .logo img{width:150px;height:60px;margin-right:10px}}nav.navbar .static{display:flex;align-items:center;justify-content:space-between}@media(max-width:1300px){nav.navbar .static{width:100%}}nav.navbar ul.links{display:flex;align-items:center;list-style:none;margin-left:20px;transition:.2s}nav.navbar ul.links li a{margin-right:20px;color:#fff;text-decoration:none;font-size:18px;font-weight:600;transition:.5s;padding:30px 10px}nav.navbar ul.links li a.active{font-style:oblique;color:#fff}nav.navbar ul.links li a:hover{text-decoration:underline}@media(max-width:1300px){nav.navbar ul.links{display:flex;overflow:hidden;flex-direction:column;align-items:flex-start;margin-left:0;padding:0;height:0;opacity:0}nav.navbar ul.links li{border-bottom:.5px solid gray;width:100%;display:flex}nav.navbar ul.links li a{margin:0;width:100%;padding:15px 0;text-align:center}nav.navbar ul.links li:last-child{border-bottom:none}nav.navbar ul.links li:first-child a{padding-top:10px}nav.navbar ul.links li a:hover{text-decoration:none}nav.navbar ul.links.expanded{padding:20px 0;height:auto;opacity:1}}nav.navbar .burgerMenu{all:unset;display:none;transition:.2s}nav.navbar .burgerMenu svg{width:30px;height:30px;stroke:#fff}@media(max-width:1300px){nav.navbar .burgerMenu{display:block;cursor:pointer}}nav.navbar .burgerMenu:hover{transform:scale(1.1)}nav.navbar.scrolled{background-color:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px 0}nav.navbar.scrolled .logo h1{color:#6b6b6b}nav.navbar.scrolled .logo .colored{color:#22355b}nav.navbar.scrolled .logo svg path{fill:#22355b}nav.navbar.scrolled ul.links li a{color:#22355b}nav.navbar.scrolled .burgerMenu svg{stroke:#0c111a}nav.navbar.scrolled .shadow{z-index:-1;position:absolute;bottom:-10px;left:-20px;width:calc(100% + 40px);height:10px;background:-webkit-linear-gradient(45deg,#b8caff,hsl(216deg,100%,92%));filter:blur(10px);-webkit-mask:linear-gradient(0deg,transparent 0,black);mask:linear-gradient(0deg,transparent 0,black)}footer.footer{background-color:#000;color:#fff;padding:40px 20px}footer.footer .container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:20px}footer.footer .footer-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}footer.footer .footer-top .footer-logo{flex:1 1;display:flex;justify-content:flex-start}footer.footer .footer-top .footer-logo img{width:150px}footer.footer .footer-top .footer-links{flex:1 1;display:flex;justify-content:center;gap:20px;min-width:200px}@media screen and (max-width:768px){footer.footer .footer-top .footer-links{flex-direction:column;align-items:flex-start;gap:10px}}footer.footer .footer-top .footer-links a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s}footer.footer .footer-top .footer-links a:hover{color:#ccc}footer.footer .footer-top .footer-icons{flex:1 1;display:flex;justify-content:flex-end;gap:15px}footer.footer .footer-top .footer-icons .icon img{width:25px;height:25px;transition:transform .3s}footer.footer .footer-top .footer-icons .icon img:hover{transform:scale(1.1);filter:invert(29%) sepia(94%) saturate(1642%) hue-rotate(182deg) brightness(96%) contrast(101%)}footer.footer .footer-bottom{text-align:center;font-size:14px;color:#ccc}.pro-bono-programm .container{max-width:1200px;margin:0 auto;padding:0 20px}.pro-bono-programm .hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(0deg,#f5f8ff,#c2d4ff);position:relative;overflow:hidden}.pro-bono-programm .hero .container{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;z-index:2;position:relative}.pro-bono-programm .hero .hero-content h1{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:24px;line-height:1.2}@media(max-width:768px){.pro-bono-programm .hero .hero-content h1{font-size:2.5rem}}.pro-bono-programm .hero .hero-content .subheadline{font-size:1.25rem;color:rgba(255,255,255,.9);margin-bottom:40px;line-height:1.6}.pro-bono-programm .hero .hero-content .cta-buttons{display:flex;gap:16px;flex-wrap:wrap}.pro-bono-programm .hero .hero-content .cta-buttons .btn-primary{background:#fff;color:#0c111a;border:2px solid #fff;padding:16px 32px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.pro-bono-programm .hero .hero-content .cta-buttons .btn-primary:hover{background:rgba(0,0,0,0);color:#fff;transform:translateY(-2px)}.pro-bono-programm .hero .hero-content .cta-buttons .btn-secondary{background:rgba(0,0,0,0);color:#fff;border:2px solid #fff;padding:14px 30px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.pro-bono-programm .hero .hero-content .cta-buttons .btn-secondary:hover{background:#fff;color:#0c111a;transform:translateY(-2px)}.pro-bono-programm .hero .hero-visual{width:100%;height:100%}.pro-bono-programm .hero .hero-visual img{width:100%;height:100%;object-fit:cover}.pro-bono-programm .commitment{padding:100px 0;background:linear-gradient(135deg,#f8f9ff,#e8f0ff)}.pro-bono-programm .commitment .commitment-content{max-width:800px;margin:0 auto;text-align:center}.pro-bono-programm .commitment .commitment-content .commitment-text{font-size:1.25rem;line-height:1.8;color:#333;margin-bottom:60px}.pro-bono-programm .commitment .commitment-content .commitment-chips{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.pro-bono-programm .commitment .commitment-content .commitment-chips .chip{background:linear-gradient(135deg,#86a5ff,hsl(215deg,96%,54%));border:2px solid rgba(0,0,0,0);border-radius:50px;padding:16px 24px;display:flex;align-items:center;gap:12px;font-weight:600;color:#fff;transition:all .3s ease}.pro-bono-programm .commitment .commitment-content .commitment-chips .chip:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(134,165,255,.3);background:linear-gradient(135deg,hsl(215deg,96%,54%),#86a5ff)}.pro-bono-programm .commitment .commitment-content .commitment-chips .chip .icon{font-size:1.5rem}.pro-bono-programm .what-we-do{padding:100px 0;background:#f5f5f5}.pro-bono-programm .what-we-do h2{text-align:center;font-size:2.5rem;font-weight:700;color:#0c111a;margin-bottom:60px}.pro-bono-programm .what-we-do h2 .gradient{background:-webkit-linear-gradient(45deg,#86a5ff,hsl(215deg,96%,54%));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.pro-bono-programm .what-we-do .cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:30px;gap:30px}.pro-bono-programm .what-we-do .cards-grid .card{background:#fff;padding:40px 30px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;border:1px solid #f0f0f0;text-align:center;position:relative;overflow:hidden}.pro-bono-programm .what-we-do .cards-grid .card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#86a5ff,hsl(215deg,96%,54%));transform:scaleX(0);transition:transform .3s ease}.pro-bono-programm .what-we-do .cards-grid .card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.12);border-color:#0c111a}.pro-bono-programm .what-we-do .cards-grid .card:hover:before{transform:scaleX(1)}.pro-bono-programm .what-we-do .cards-grid .card h3{font-size:1.5rem;font-weight:600;color:#0c111a;margin-bottom:16px}.pro-bono-programm .what-we-do .cards-grid .card p{color:#666;line-height:1.6}.pro-bono-programm .why-we-do-it{padding:100px 0;background:linear-gradient(135deg,whitesmoke,#e8f0ff)}.pro-bono-programm .why-we-do-it .why-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.pro-bono-programm .why-we-do-it .why-content .text-content h2{font-size:2.5rem;font-weight:700;color:#0c111a;margin-bottom:24px}.pro-bono-programm .why-we-do-it .why-content .text-content h2 .gradient{background:-webkit-linear-gradient(45deg,#86a5ff,hsl(215deg,96%,54%));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.pro-bono-programm .why-we-do-it .why-content .text-content p{font-size:1.125rem;line-height:1.7;color:#555}.pro-bono-programm .why-we-do-it .why-content .chart-container{display:flex;justify-content:center}.pro-bono-programm .why-we-do-it .why-content .chart-container .donut-chart{position:relative;display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#f8f9ff,#e8f0ff);padding:40px;border-radius:20px;box-shadow:0 8px 25px rgba(134,165,255,.1)}.pro-bono-programm .why-we-do-it .why-content .chart-container .donut-chart .chart-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.pro-bono-programm .why-we-do-it .why-content .chart-container .donut-chart .chart-label .percentage{display:block;font-size:2rem;font-weight:700;color:#0c111a}.pro-bono-programm .why-we-do-it .why-content .chart-container .donut-chart .chart-label .label{display:block;font-size:.875rem;color:#666;margin-top:4px}.pro-bono-programm .partner-logos{padding:80px 0;background:linear-gradient(135deg,#ffffff,#f8f9ff)}.pro-bono-programm .partner-logos h2{text-align:center;font-size:2.5rem;font-weight:700;color:#0c111a;margin-bottom:60px}.pro-bono-programm .partner-logos h2 .gradient{background:-webkit-linear-gradient(45deg,#86a5ff,hsl(215deg,96%,54%));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.pro-bono-programm .partner-logos .logos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:30px;gap:30px;align-items:center}.pro-bono-programm .partner-logos .logos-grid .logo-placeholder{background:linear-gradient(135deg,#f8f9ff,#e8f0ff);border:2px solid rgba(0,0,0,0);border-radius:12px;padding:30px 20px;text-align:center;font-weight:600;color:#0c111a;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.pro-bono-programm .partner-logos .logos-grid .logo-placeholder:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#86a5ff,hsl(215deg,96%,54%));opacity:0;transition:opacity .3s ease;z-index:1}.pro-bono-programm .partner-logos .logos-grid .logo-placeholder span{position:relative;z-index:2}.pro-bono-programm .partner-logos .logos-grid .logo-placeholder:hover{border-color:rgba(0,0,0,0);color:#fff;transform:translateY(-4px);box-shadow:0 8px 25px rgba(134,165,255,.3)}.pro-bono-programm .partner-logos .logos-grid .logo-placeholder:hover:before{opacity:1}.pro-bono-programm .apply-cta{padding:100px 0;background:linear-gradient(135deg,rgb(12,17,26),black);color:#fff;text-align:center}.pro-bono-programm .apply-cta .cta-content{max-width:600px;margin:0 auto}.pro-bono-programm .apply-cta .cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:24px;line-height:1.2}.pro-bono-programm .apply-cta .cta-content h2 .gradient{background:-webkit-linear-gradient(45deg,#86a5ff,#ffffff);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.pro-bono-programm .apply-cta .cta-content p{font-size:1.125rem;line-height:1.6;margin-bottom:40px;opacity:.9}.pro-bono-programm .apply-cta .cta-content .btn-primary{background:linear-gradient(135deg,#86a5ff,hsl(215deg,96%,54%));color:#fff;border:2px solid rgba(0,0,0,0);padding:18px 36px;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease}.pro-bono-programm .apply-cta .cta-content .btn-primary:hover{background:linear-gradient(135deg,hsl(215deg,96%,54%),#86a5ff);transform:translateY(-2px);box-shadow:0 8px 25px rgba(134,165,255,.4)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media(max-width:1300px){.pro-bono-programm .hero .container{grid-template-columns:1fr;gap:40px;text-align:center}.pro-bono-programm .hero .hero-content h1{font-size:2.5rem}.pro-bono-programm .hero .hero-visual{height:300px}.pro-bono-programm .commitment .commitment-chips{flex-direction:column;align-items:center}.pro-bono-programm .impact-stories .stories-grid,.pro-bono-programm .what-we-do .cards-grid{grid-template-columns:1fr}.pro-bono-programm .why-we-do-it .why-content{grid-template-columns:1fr;gap:40px;text-align:center}.pro-bono-programm .partner-logos .logos-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media(max-width:768px){.pro-bono-programm .hero .hero-content h1{font-size:2rem}.pro-bono-programm .hero .hero-content .subheadline{font-size:1.125rem}.pro-bono-programm .hero .hero-content .cta-buttons{flex-direction:column;align-items:center}.pro-bono-programm .commitment{padding:60px 0}.pro-bono-programm .commitment .commitment-text{font-size:1.125rem}.pro-bono-programm .apply-cta,.pro-bono-programm .impact-stories,.pro-bono-programm .what-we-do,.pro-bono-programm .why-we-do-it{padding:60px 0}.pro-bono-programm .apply-cta h2,.pro-bono-programm .impact-stories h2,.pro-bono-programm .what-we-do h2,.pro-bono-programm .why-we-do-it h2{font-size:2rem}.pro-bono-programm .story-card{padding:30px 20px}.pro-bono-programm .donut-chart svg{width:150px;height:150px}}