.cases-logos{--gap-size:90px}.cases-logos h2{margin-bottom:2rem;text-align:center}.cases-logos_wrapper{display:flex;gap:var(--gap-size);overflow:hidden;position:relative}.cases-logos_wrapper:first-of-type{margin-bottom:1rem}.cases-logos_wrapper:has(.stop-scrolling){justify-content:center}.cases-logos_items-holder{display:flex;flex:0 0 auto;gap:5rem;width:100%}.cases-logos_column{align-items:center;display:flex;flex-shrink:0;gap:var(--gap-size);position:relative}.cases-logos_column .logo{height:60px;max-width:150px;opacity:0;width:100%}.cases-logos_column .logo img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.cases-logos_column .button-logo-skeleton{background:#fff;border-radius:4px;display:block;height:40px;width:100px}.cases-logos .scrolling-left{animation:scroll 80s linear infinite}.cases-logos .scrolling-right{animation:scroll 80s linear infinite reverse}.cases-logos .stop-scrolling{animation:none!important}.fade-in{animation:fadeIn .3s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scroll{to{transform:translateX(-50%)}}.rs-color{--prod-color-700:var(--energia-700);--prod-color-600:var(--energia-500);--prod-color-200:var(--energia-200);--prod-color-100:var(--energia-100)}.adm-color{--prod-color-700:var(--papaia-700);--prod-color-600:var(--papaia-500);--prod-color-200:var(--papaia-200);--prod-color-100:var(--papaia-100)}.edc-color{--prod-color-700:var(--bandeira-700);--prod-color-600:var(--bandeira-500);--prod-color-200:var(--bandeira-200);--prod-color-100:var(--bandeira-100)}.ce-color{--prod-color-700:var(--magenta-700);--prod-color-600:var(--magenta-500);--prod-color-200:var(--magenta-200);--prod-color-100:var(--magenta-100)}.pd-color{--prod-color-700:var(--turquesa-700);--prod-color-600:var(--turquesa-500);--prod-color-200:var(--turquesa-200);--prod-color-100:var(--turquesa-100)}.features-accordion h2{text-align:left}.features-accordion .container{display:flex;flex-direction:column-reverse;gap:2rem}.features-accordion__desktop-image picture{height:100%;max-height:400px;width:100%}.features-accordion__desktop-image img{border-radius:6px;box-shadow:var(--shadow-1);height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s ease-in-out;width:100%}.features-accordion__header img{width:min(100%,130px)}.features-accordion__accordion{width:100%}.features-accordion__accordion .accordion__title{color:var(--neutral-600);margin-bottom:0;transition:.3s}.features-accordion__accordion .accordion__panel{color:var(--primary-1000)}.features-accordion__accordion .accordion__panel a{background:linear-gradient(90deg,var(--gradient-full));-webkit-background-clip:text;background-clip:text;background-size:200% 100%;display:inline-block;margin-bottom:24px;text-decoration:none;transition:.3s ease;-webkit-text-fill-color:transparent}.features-accordion__accordion .accordion__panel a:focus-visible,.features-accordion__accordion .accordion__panel a:hover{filter:var(--product-filter-hover-color)!important}.features-accordion__accordion .accordion__panel img{width:100%}.features-accordion__accordion .accordion__container--expanded{padding-bottom:8px}.features-accordion__accordion .accordion__container--expanded .accordion__title{color:var(--primary-1000);margin-bottom:0}.features-accordion__accordion .accordion__container--expanded .accordion__panel a{animation:featuresAnimatedGradient 3s ease forwards;margin-top:auto}.features-accordion__accordion .accordion__container--expanded:after{animation:featuresAnimatedGradient 3s ease forwards}@keyframes featuresAnimatedGradient{0%{background-position:0 0}10%{filter:none}to{background-position:100% 0;filter:var(--product-color-filter)}}.products-tabs{position:relative;z-index:3}.products-tabs .container:has(.tab-button.rs-color.active){--blurred-color:var(--energia-500)}.products-tabs .container:has(.tab-button.adm-color.active){--blurred-color:var(--papaia-500)}.products-tabs .container:has(.tab-button.edc-color.active){--blurred-color:var(--bandeira-500)}.products-tabs .container:has(.tab-button.ce-color.active){--blurred-color:var(--magenta-500)}.products-tabs .container:has(.tab-button.pd-color.active){--blurred-color:var(--turquesa-500)}.products-tabs .container.blurred-ball:before{bottom:100px;box-shadow:0 0 150px 150px var(--blurred-color,var(--secondary-300))}.products-tabs .tabsicons{height:150px;left:0;position:absolute;top:0;translate:-25% 50%;width:150px;z-index:-1}.products-tabs .tabsicons img{height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .3s ease-in-out;width:100%}.products-tabs .tabsicons img.active{opacity:1}.products-tabs .tabslist{display:flex;gap:2rem;justify-content:start;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}.products-tabs .tabslist::-webkit-scrollbar-track{background-color:#e6e6e6;border-radius:6px}.products-tabs .tabslist::-webkit-scrollbar{background-color:#5c9eff;height:4px;width:3px}.products-tabs .tabslist::-webkit-scrollbar-thumb{background-color:#5c9eff;border-radius:6px}.products-tabs .tabslist .tab-button{all:unset;border-bottom:2px solid transparent;color:var(--text-color);cursor:pointer;font-size:1rem;line-height:1.1;padding-bottom:20px;scroll-snap-align:start;text-align:center;text-wrap:balance;transition:all .3s ease-in-out;width:130px}.products-tabs .tabslist .tab-button.active,.products-tabs .tabslist .tab-button:focus-visible,.products-tabs .tabslist .tab-button:hover{border-bottom-color:currentColor;color:var(--prod-color-700)}.products-tabs .tabslist .tab-button.active{font-weight:600}.products-tabs .tabslist .tab-button:focus-visible{outline:2px dashed currentColor;outline-offset:2px}.products-tabs .tabspanels{min-height:440px;position:relative}.products-tabs .tabspanels .tabpanel{background:var(--neutral-0);box-shadow:var(--shadow-1);display:flex;flex-direction:column;left:0;margin-top:24px;opacity:0;position:absolute;top:0;visibility:hidden}.products-tabs .tabspanels .tabpanel.active{opacity:1;visibility:visible}.products-tabs .tabspanels .tabpanel.active .tabpanel__image,.products-tabs .tabspanels .tabpanel.active .tabpanel__text{opacity:1}.products-tabs .tabspanels .tabpanel__logo{align-items:center;background:var(--prod-color-700);border-radius:0 0 6px 6px;display:flex;justify-content:center;margin-bottom:4px;padding:20px 12px 12px;width:-moz-fit-content;width:fit-content}.products-tabs .tabspanels .tabpanel__logo img{height:30px;width:30px}.products-tabs .tabspanels .tabpanel__image,.products-tabs .tabspanels .tabpanel__text{opacity:0;transition:all .3s ease-in-out}.products-tabs .tabspanels .tabpanel__text{display:flex;flex-direction:column;gap:1rem;padding:0 1rem 1rem}.products-tabs .tabspanels .tabpanel__text h3{font-size:1rem}.products-tabs .tabspanels .tabpanel__text a{display:flex;margin-bottom:20px}.products-tabs .tabspanels .tabpanel__text a svg{height:1rem;width:1rem}.products-tabs .tabspanels .tabpanel__image{position:relative}.products-tabs .tabspanels .tabpanel__image img,.products-tabs .tabspanels .tabpanel__image video{border-radius:0 10px 10px 0;height:100%;min-height:250px;-o-object-fit:cover;object-fit:cover;width:100%}.products-tabs .tabspanels .tabpanel__image .tabpanel__tooltip{background:var(--secondary-100);border-radius:4px;bottom:1rem;box-shadow:var(--shadow-1);color:var(--primary-1000);font-size:12px;max-width:300px;padding:10px;position:absolute;right:1rem;text-wrap:balance}.products-tabs .tabstooltips{background:var(--prod-color-100);border-radius:10px 10px 0 0;bottom:0;box-shadow:var(--shadow-1);display:grid;grid-template-rows:40px auto;height:180px;left:50%;max-height:40px;overflow:clip;position:fixed;transition:all .3s ease-in-out;translate:-50% 0;width:200px;z-index:1}.products-tabs .tabstooltips strong{color:var(--prod-color-700)}.products-tabs .tabstooltips.open{max-height:180px;translate:-50% 0}.products-tabs .tabstooltips .tooltip-btn{align-items:center;background:var(--prod-color-200);border:0;border-radius:10px 10px 0 0;color:var(--prod-color-700);display:inline-flex;gap:4px;justify-content:center;position:relative;text-align:center}.products-tabs .tabstooltips .tooltip-btn:before{background:var(--prod-color-700);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:.3s ease-in-out;width:100%;z-index:-1}.products-tabs .tabstooltips .tooltip-btn:hover:before{opacity:.2}.products-tabs .tabstooltips .tooltip-btn svg{height:20px;width:20px}.products-tabs .tabstooltips__wrapper{position:relative}.products-tabs .tabstooltips .tabtooltip{font-size:14px;height:100%;left:0;opacity:0;padding:1rem;position:absolute;top:0;transition:all .3s ease-in-out;visibility:hidden;width:100%}.products-tabs .tabstooltips .tabtooltip.active{opacity:1;visibility:visible}@media(min-width:80em){.products-tabs .container.blurred-ball:before{bottom:0;right:50px;scale:.7}.products-tabs .tabslist{justify-content:center;overflow-x:initial;padding-bottom:0}.products-tabs .tabsicons{height:250px;translate:-25% -20%;width:250px}.products-tabs .tabspanels .tabpanel{display:grid;grid-template-columns:auto 552px;grid-template-rows:440px;height:440px}.products-tabs .tabspanels .tabpanel__logo{margin-bottom:1rem;padding:2rem 1rem 1rem}.products-tabs .tabspanels .tabpanel__logo img{height:42px;width:42px}.products-tabs .tabspanels .tabpanel__text{padding:0 2rem 2rem}.products-tabs .tabspanels .tabpanel__text h3{flex-grow:1;font-size:24px}.products-tabs .tabspanels .tabpanel__image{height:100%}.products-tabs .tabstooltips{border-radius:10px 0 0 10px;bottom:unset;display:grid;grid-template-columns:60px auto;grid-template-rows:1fr;height:219px;left:unset;max-height:unset;opacity:1!important;position:absolute;right:0;top:50%;translate:calc(100% - 60px) -20px;width:235px}.products-tabs .tabstooltips.open{max-height:unset;translate:0 -20px}.products-tabs .tabstooltips .tooltip-btn{border-radius:0 10px 10px 0;rotate:180deg;writing-mode:vertical-lr}.products-tabs .tabstooltips .tabtooltip{display:flex;flex-direction:column;font-size:1rem;justify-content:center;transition:all 1s ease-in-out}}.cases-cards__titles{display:flex;flex-direction:column;gap:1rem}.cases-cards__titles a{align-items:center;color:var(--secondary-600);display:flex;gap:4px}.cases-cards__titles a svg{height:20px;margin:0;width:20px}.cases-cards.cases-cards--centered h2,.cases-cards.cases-cards--centered p.text-1{text-align:center}.cases-cards .container{position:relative;z-index:1}.cases-cards .case-card{background:var(--neutral-0);border-radius:.5rem;box-shadow:0 4px 8px 0 rgba(6,28,57,.149),0 1px 1px 1px rgba(6,28,57,.149);display:grid;gap:1rem;grid-template-rows:50px auto;min-height:380px;overflow:unset;padding:20px 19px;position:relative;text-decoration:none;transition:all .3s ease-in-out;width:100%}.cases-cards .case-card__header{align-items:center;display:flex;justify-content:space-between}.cases-cards .case-card__header img{filter:grayscale(100%);height:36px;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left;width:min(130px,100%)}.cases-cards .case-card__tags{display:flex;flex-direction:column;gap:8px;margin-bottom:1rem;z-index:1}.cases-cards .case-card__product{background:var(--prod-color-200);color:var(--prod-color-700);padding:8px}.cases-cards .case-card__product,.cases-cards .case-card__sector{border-radius:40px;cursor:pointer;font-size:14px;margin:0;width:-moz-fit-content;width:fit-content}.cases-cards .case-card__sector{background:var(--neutral-100);color:var(--neutral-800);padding:8px 12px}.cases-cards .case-card:hover{background:var(--prod-color-100);box-shadow:none}.cases-cards .case-card:hover span.link--animated img,.cases-cards .case-card:hover span.link--animated svg{transform:translateX(4px)}.cases-cards .case-card:hover span.link--animated:before{width:100%}.cases-cards .case-card:hover:before{background:var(--prod-color-100)}.cases-cards .case-card:before{background-color:var(--prod-color-600);border-radius:10px;content:"";height:calc(100% + 2px);left:-1px;position:absolute;top:-1px;transition:all .3s ease-in-out;width:calc(100% + 2px);z-index:-1}.cases-cards .case-card__text{color:var(--neutral-800);display:flex;flex-direction:column;padding:0;position:relative}.cases-cards .case-card__text h3{color:var(--primary-1000)}.cases-cards .case-card__text p{color:var(--neutral-800)}.cases-cards .case-card__text p:not(.big-number){flex-grow:1;height:100%;padding-bottom:2rem}.cases-cards .case-card__text span.link{color:var(--secondary-600);z-index:1}.cases-cards .case-card__text span.link svg{height:16px}.cases-cards .case-card__text:before{background:var(--prod-outline-bg);background-position:0 0;background-size:180px 180px;bottom:-20px;content:"";filter:var(--prod-filter);height:150px;opacity:0;position:absolute;right:-20px;width:140px;z-index:0}.cases-cards .case-card__big-numbers{display:flex;flex-direction:column;flex-grow:1}.cases-cards .case-card__big-numbers p{color:var(--text-color);line-height:1.1}.cases-cards .case-card__big-numbers p.big-number{color:var(--title-color);font-size:52px;font-weight:700;margin-bottom:4px}.cases-cards .section-btns{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem}.cases-cards .section-btns a{max-width:306px;width:100%}.cases-cards .carousel{display:flex;flex-direction:column-reverse;gap:1rem;margin-top:2rem}.cases-cards .carousel__container{overflow:visible}.cases-cards .carousel__controls{grid-row:2/3;max-width:48em}.cases-cards .carousel__controls button svg{color:var(--secondary-600);filter:unset}.cases-cards .carousel__controls button:hover svg{color:var(--secondary-800)}.cases-cards .carousel__controls button:active svg{color:var(--secondary-300)}.cases-cards .carousel__items{flex-wrap:nowrap;transition:all .6s ease-in-out}.cases-cards .carousel__item{display:flex;flex-wrap:wrap;gap:1rem 2rem;justify-content:flex-start}.cases-cards .carousel__bullets input:before{background:var(--primary-1000);border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;transition:all .6s ease-in-out;width:100%}.cases-cards .carousel__bullets input:checked:before{background-color:var(--secondary-600)}@media(min-width:40em){.cases-cards .carousel__controls{max-width:unset}.cases-cards .carousel__item{justify-content:center}}@media(min-width:80em){.cases-cards:not(.cases-cards--centered) h2{position:relative;width:calc(100% - 150px);z-index:2}.cases-cards .carousel{flex-direction:column;gap:2rem}.cases-cards .carousel__controls{align-self:end;height:2rem;justify-content:end;margin-top:-4rem;max-width:unset;width:-moz-fit-content;width:fit-content;z-index:1}}.text-cta .container{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;text-align:center}.text-cta.blurred-ball:before{z-index:-2}.text-cta.text-cta--ball{position:relative;z-index:0!important}@media(max-width:79.9999em){.text-cta.text-cta--ball{padding-top:250px!important}}.text-cta.text-cta--ball .cta-ball__wrapper{height:400px;left:0;position:absolute;top:0;width:100%;z-index:-2}.text-cta.text-cta--ball .cta-ball__wrapper:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDEiIGhlaWdodD0iNDAxIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNDAxIDQwMSI+PGNpcmNsZSBjeD0iMjAwLjUiIGN5PSIyMDAuNSIgcj0iMTk5LjUiIHN0cm9rZT0iI0U4RjFGRiIgc3Ryb2tlLWRhc2hhcnJheT0iMy4xMSAzLjExIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48Y2lyY2xlIGN4PSIyMDAuNjY3IiBjeT0iMjAwLjY2NyIgcj0iMTY4LjY2NyIgc3Ryb2tlPSIjQ0NFMEZGIiBzdHJva2UtZGFzaGFycmF5PSIzLjExIDMuMTEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxjaXJjbGUgY3g9IjIwMC42ODUiIGN5PSIyMDAuNjg1IiByPSIxNDAuNjg1IiBzdHJva2U9IiNDQ0UwRkYiIHN0cm9rZS1kYXNoYXJyYXk9IjMuMTEgMy4xMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PGNpcmNsZSBjeD0iMjAwLjMxNSIgY3k9IjIwMC4zMTUiIHI9IjExMi4zMTUiIHN0cm9rZT0iI0NDRTBGRiIgc3Ryb2tlLWRhc2hhcnJheT0iMy4xMSAzLjExIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");background-position:50%;background-repeat:no-repeat;content:"";height:100%;left:0;position:absolute;top:-60px;width:100%}.text-cta.text-cta--ball .cta-ball__wrapper .cta-ball{animation-duration:4s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:rainbow-arrow;animation-timing-function:linear;background:linear-gradient(235deg,#d64ade 5%,#ef7e31 13%,#ffc300 20%,#eb7363 40%,#a1cc61 50%,#66e0db 60%,#d64ade 80%,#ef7e31 90%,#ffc300);background-size:400% 400%;border-radius:50%;height:140px;left:calc(50vw - 80px);position:relative;top:70px;width:140px}.text-cta.text-cta--ball .cta-ball__wrapper .cta-ball:before{aspect-ratio:1/1;background:conic-gradient(from -90deg,var(--gradient-full-solar));border-radius:50%;content:"";filter:blur(16px);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.text-cta.text-cta--ball .cta-ball__wrapper .cta-ball:after{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxNyIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIyIDE3Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNS4zMDIgNi4xNTVoNi44MDJsLTExLjIzIDEwLjRIOC40bDcuMjM5LTYuNTZ2Ni41Nmg1LjQ0MlYuOTQ0SDUuMzAzeiIvPjwvc3ZnPg==");background-repeat:no-repeat;background-size:contain;content:"";height:60px;left:50%;position:absolute;top:50%;translate:-50% -50%;width:80px;z-index:1}.text-cta a.btn{margin-top:20px}.text-cta .content-btns{display:flex;flex-direction:column;gap:0;justify-content:center}@media(min-width:80em){.text-cta .container{padding:0 256px}.text-cta.text-cta--ball .cta-ball__wrapper{bottom:-20%;left:unset;right:0;top:unset;width:400px}.text-cta.text-cta--ball .cta-ball__wrapper:before{top:0}.text-cta.text-cta--ball .cta-ball__wrapper .cta-ball{left:130px;top:130px}.text-cta .content-btns{flex-direction:row;gap:20px}}.contents{container:contents/inline-size}.contents .contents__wrapper.contents--centered h2,.contents .contents__wrapper.contents--centered p.text-1{text-align:center}.contents .container{position:relative;z-index:1}.contents__titles{display:flex;flex-direction:column;gap:1rem}.contents .content-card{background:var(--neutral-0);border-radius:8px;box-shadow:var(--shadow-1);display:grid;gap:1rem;grid-template-rows:200px auto;text-decoration:none;transition:.3s ease-in-out;width:min(100%,355px)}.contents .content-card:hover{background:var(--secondary-100);box-shadow:none}.contents .content-card:hover span.link--animated img,.contents .content-card:hover span.link--animated svg{transform:translateX(4px)}.contents .content-card:hover span.link--animated:before{width:100%}.contents .content-card img{border-radius:8px 8px 0 0;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.contents .content-card__text{color:var(--neutral-800);display:flex;flex-direction:column;gap:20px;padding:0 1rem 1rem}.contents .content-card__text h3{color:var(--primary-1000)}.contents .content-card__text p{color:var(--neutral-800);flex-grow:1;font-size:.875rem}.contents .content-card__text span.link{color:var(--secondary-600)}.contents .content-card__text span.link svg{height:16px}.contents .content-card__tag{align-items:center;background-color:var(--product-color-700);border-radius:2rem;color:var(--neutral-0);display:flex;flex-direction:row;font-size:14px;gap:4px;justify-content:center;margin-top:-2rem;padding:4px 12px!important;text-decoration:none;width:-moz-fit-content;width:fit-content}.contents .content-card__tag:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE3IDE2Ij48cGF0aCBmaWxsPSIjRkZGMUU4IiBkPSJNOC40ODIgMTQuMjRjLS40MiAwLS44MS0uMTg1LTEuMDctLjUxbC0xLjYzOS0yLjAyN0g0LjE3OUEyLjA3NiAyLjA3NiAwIDAgMSAyLjEwOCA5LjYzVjMuNTY5YzAtMS4xNDEuOTMtMi4wNzIgMi4wNzEtMi4wNzJoOC42MDZjMS4xNDEgMCAyLjA3Mi45MyAyLjA3MiAyLjA3MlY5LjYzYzAgMS4xNDEtLjkzIDIuMDcyLTIuMDcyIDIuMDcyaC0xLjU5NEw5LjU1MyAxMy43M2MtLjI2MS4zMjUtLjY1LjUxLTEuMDcuNTFNNC4xOCAyLjc2NWEuNzk3Ljc5NyAwIDAgMC0uNzk2Ljc5N3Y2LjA2M2MwIC40NC4zNTcuNzk2Ljc5Ni43OTZoMS45Yy4xOTEgMCAuMzc2LjA5LjQ5Ny4yMzZsMS44MyAyLjI3Yy4wMzguMDUuMTE0LjA1LjE2IDBsMS44MjktMi4yN2EuNjUuNjUgMCAwIDEgLjQ5Ny0uMjM2aDEuOWMuNDQgMCAuNzk2LS4zNTcuNzk2LS43OTZWMy41NjJhLjc5Ny43OTcgMCAwIDAtLjc5Ny0uNzk3SDQuMTgiLz48cGF0aCBmaWxsPSIjRkZGMUU4IiBkPSJtOC40ODIgMy41NjMgMS4yNjkgMi4zMiAyLjMyIDEuMjY4LTIuMzIgMS4yNjMtMS4yNjkgMi4zMi0xLjI2OC0yLjMyLTIuMzItMS4yNjMgMi4zMi0xLjI2OHoiLz48L3N2Zz4=");content:"";display:inline-block;height:15px;width:15px}.contents.contents--bordered .content-card{background:linear-gradient(250deg,var(--neutral-0),var(--neutral-0));gap:1rem;grid-template-rows:33px auto;min-height:210px;overflow:unset;padding:1rem;position:relative;text-decoration:none;transition:all .3s ease-in-out}.contents.contents--bordered .content-card:hover{box-shadow:var(--shadow-2)}.contents.contents--bordered .content-card:hover .link.link--animated{background:-webkit-linear-gradient(180deg,#ef7e31 -.17%,#eb7363 26.35%,#a1cc61 49.56%,#66e0db 73.32%,#d64ade 98.26%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.contents.contents--bordered .content-card:hover .link.link--animated:before{background:-webkit-linear-gradient(180deg,#ef7e31 -.17%,#eb7363 26.35%,#a1cc61 49.56%,#66e0db 73.32%,#d64ade 98.26%);width:100%}.contents.contents--bordered .content-card:hover .link.link--animated svg{color:#ef7e31;transform:translateX(4px)}.contents.contents--bordered .content-card:hover:before{background:linear-gradient(270deg,#ef7e31 -.17%,#eb7363 26.35%,#a1cc61 49.56%,#66e0db 73.32%,#d64ade 98.26%);border-radius:18px;height:calc(100% + 4px);left:-2px;top:-2px;width:calc(100% + 4px)}.contents.contents--bordered .content-card:hover .content-card__text{background:unset}.contents.contents--bordered .content-card:before{background-color:var(--secondary-600);border-radius:17px;content:"";height:calc(100% + 2px);left:-1px;position:absolute;top:-1px;transition:all .3s ease-in-out;width:calc(100% + 2px);z-index:-1}.contents.contents--bordered .content-card img{height:100%;max-height:70px;-o-object-fit:contain;object-fit:contain;width:auto}.contents.contents--bordered .content-card__text{color:var(--neutral-800);display:flex;flex-direction:column;gap:20px;padding:0}.contents.contents--bordered .content-card__text p{flex-grow:1;font-size:.875rem}.contents.contents--bordered .content-card__link{align-items:center;color:var(--secondary-600);display:flex;gap:4px;position:relative;transition:all .6s ease-in-out;width:-moz-fit-content;width:fit-content}.contents.contents--bordered .content-card__link:before{background-color:currentColor;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:all .3s ease-in-out;width:0}.contents.contents--bordered .content-card__link svg{height:16px;margin:0;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease-in-out;width:1rem}.contents .section-btns{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem}.contents .section-btns a{max-width:306px;width:100%}.contents .carousel{display:flex;flex-direction:column-reverse;gap:1rem;margin-top:2rem}.contents .carousel__container{overflow:visible}.contents .carousel__controls{grid-row:2/3;max-width:48em}.contents .carousel__controls button svg{color:var(--secondary-600);filter:unset}.contents .carousel__controls button:hover svg{color:var(--secondary-800)}.contents .carousel__controls button:active svg{color:var(--secondary-300)}.contents .carousel__items{flex-wrap:nowrap;transition:all .6s ease-in-out}.contents .carousel__item{display:flex;flex-wrap:wrap;gap:1rem 2rem;justify-content:flex-start}.contents .carousel__bullets input:before{background:var(--primary-1000);border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;transition:all .6s ease-in-out;width:100%}.contents .carousel__bullets input:checked:before{background-color:var(--secondary-600)}@container contents (min-width: 800px){@media(min-width:40em){.contents .carousel__controls{max-width:unset}.contents .carousel__item{justify-content:center}}@media(min-width:80em){.contents .contents__wrapper:not(.contents--centered) h2{position:relative;width:calc(100% - 150px);z-index:2}.contents .carousel{flex-direction:column;gap:2rem}.contents .carousel__controls{align-self:end;height:2rem;justify-content:end;margin-top:-4rem;max-width:unset;width:-moz-fit-content;width:fit-content;z-index:1}}}.products-ia{image-rendering:smooth}.products-ia.cursor-left{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' fill='none' viewBox='0 0 60 60'%3E%3Cpath stroke='%231666DB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.6' d='m37.61 14.314-15.53 15.53 15.53 15.53'/%3E%3C/svg%3E") 30 30,auto}.products-ia.cursor-left:active{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' fill='none' viewBox='0 0 60 60'%3E%3Cpath stroke='%23003D97' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.6' d='m37.61 14.314-15.53 15.53 15.53 15.53'/%3E%3C/svg%3E") 30 30,auto}.products-ia.cursor-right{cursor:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFZSURBVHgB7dkxSsRQFIXhm+gCLByxzBT2uoTZgVuwcBAbl6CzAysRK3fgElyC0w8yKQUtprFRk5jDwHTCILn3nuJ8EMJLEfjJS3F5ZiIiIiIiIlsozMHBdPHSv3qvLHcmb/fj2oiUNrDR5fK4v/VXV7Vt83x4sayMyODB73fjeWt2s17xRbtsadifLq7LTXhRs2xvt2BgjHYNBrZo92Bgig4JBpbosGBgiA4Nhuzo8GDIjE4JhqzotGDIiE4Nhujo9GCIjKYIhqjowael//p4OJp1ZrfrVT9lNT9P5oAmGCNkYcXp5kFhtTnYNQKIxdyML4t1Z938++vzzByk/8N/xE5Wjycrc5AaHB0LacEZsZASnBUL4cGZsRAanB0LYcEMsRASzBIL7sFMseAazBYLbsGMseASzBoLLtMSayw4HZdyxoLLlh6dv15Z0VR97IwpVkREREREZGu/jtBTDjr2iqEAAAAASUVORK5CYII=") 30 30,auto}.products-ia.cursor-right:active{cursor:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFfSURBVHgB7dk9SsRQFIbh7yYjjJ0rkCxhShERZwGCW0ijuArHHdgNugkLF6CFiJ1TWgZsLKcXJt7jTWFhMUjOT/E9VW6akzc/xSUAERERERHRFhI0HC/f0GMPX5jj9bJDIBXGdng3y7GzfNRgB484WDYIZPzgl/MV+moxrMJF67zS4uj2CmmzGFZdlNdbL1gEjNYNFsGi9YNFoGibYBEk2i5YBIi2DRbO0fbBwjHaJ1g4RfsFC4do32BhHO0fLAyjYwQLo+jxd0v/9Xxxne//zbBqMOnvoSBO8EneQqb+7NeZDgomiEBiN3nf3OcnKxJWqHdbKPD/hv+KraZzPLVrKPANNo4tI7w4xJYxHpxiyyhrjrFlnCXn2DLSSoDYMtZCkNgyWlug2DJeU7DYcglaAsaWy9AQNFbo7JaCxgqt36XNz3GwWFFjbB8Pn9g/XSOld9TTNlIsERERERHR1r4BmwTdVArF4+sAAAAASUVORK5CYII=") 30 30,auto}.products-ia.play-animation .prod-cards li:after{animation-duration:20s;animation-iteration-count:infinite;animation-name:timer;animation-timing-function:linear}.products-ia[data-active=rs] .prod-cards li .card-extra-info,.products-ia[data-active=rs] .prod-cards li .card-extra-info span{opacity:1}.products-ia[data-active=rs] .prod-cards li:first-of-type{opacity:1;visibility:visible}.products-ia[data-active=rs] .dashed-ball{rotate:-20deg}.products-ia[data-active=adm] .prod-cards li .card-extra-info,.products-ia[data-active=adm] .prod-cards li .card-extra-info span{opacity:1}.products-ia[data-active=adm] .prod-cards li:nth-of-type(2){opacity:1;visibility:visible}.products-ia[data-active=adm] .dashed-balls .dashed-ball:first-of-type{rotate:30deg}.products-ia[data-active=adm] .dashed-balls .dashed-ball:nth-of-type(2){rotate:-180deg!important}.products-ia[data-active=adm] .dashed-balls .dashed-ball:nth-of-type(3){rotate:15deg}.products-ia[data-active=edc] .prod-cards li .card-extra-info,.products-ia[data-active=edc] .prod-cards li .card-extra-info span{opacity:1}.products-ia[data-active=edc] .prod-cards li:nth-of-type(3){opacity:1;visibility:visible}.products-ia[data-active=edc] .dashed-balls .dashed-ball:first-of-type{rotate:45deg}.products-ia[data-active=edc] .dashed-balls .dashed-ball:nth-of-type(2){rotate:-1turn!important}.products-ia[data-active=edc] .dashed-balls .dashed-ball:nth-of-type(3){rotate:30deg}.products-ia[data-active=ce] .prod-cards li .card-extra-info,.products-ia[data-active=ce] .prod-cards li .card-extra-info span{opacity:1}.products-ia[data-active=ce] .prod-cards li:nth-of-type(4){opacity:1;visibility:visible}.products-ia[data-active=ce] .dashed-balls .dashed-ball:first-of-type{rotate:60deg}.products-ia[data-active=ce] .dashed-balls .dashed-ball:nth-of-type(2){rotate:-540deg!important}.products-ia[data-active=ce] .dashed-balls .dashed-ball:nth-of-type(3){rotate:45deg}.products-ia[data-active=pd] .prod-cards li .card-extra-info,.products-ia[data-active=pd] .prod-cards li .card-extra-info span{opacity:1}.products-ia[data-active=pd] .prod-cards li:nth-of-type(5){opacity:1;visibility:visible}.products-ia[data-active=pd] .dashed-balls .dashed-ball:first-of-type{rotate:75deg}.products-ia[data-active=pd] .dashed-balls .dashed-ball:nth-of-type(2){rotate:-2turn!important}.products-ia[data-active=pd] .dashed-balls .dashed-ball:nth-of-type(3){rotate:60deg}.products-ia>.container{position:relative}.products-ia__ball-wrapper{left:0;width:100%}.products-ia__ball-content{height:480px;position:relative}.products-ia__titles{align-items:center;display:flex;flex-direction:column;gap:20px;text-align:center}.products-ia__titles img.logo{width:100px}.products-ia .centered-balls{height:300px;left:50%;position:absolute;top:110px;translate:-50% 0;z-index:-1}.products-ia .centered-balls .dashed-balls{height:255px;left:0;position:absolute;rotate:27deg;top:0;width:255px;z-index:-2}@media(min-width:21.25em){.products-ia .centered-balls .dashed-balls{rotate:20deg}}@media(min-width:25.625em){.products-ia .centered-balls .dashed-balls{rotate:16deg}}@media(min-width:26.875em){.products-ia .centered-balls .dashed-balls{rotate:10deg}}@media(min-width:28em){.products-ia .centered-balls .dashed-balls{rotate:10deg}}.products-ia .centered-balls .dashed-balls .dashed-ball{background-repeat:no-repeat;background-size:contain;height:360px;left:-20%;position:absolute;rotate:25deg;top:-18%;transition:1s ease-in-out;width:360px;z-index:-1}.products-ia .centered-balls .dashed-balls .dashed-ball:nth-of-type(2){height:470px;left:-42%;rotate:0deg;top:-39%;width:470px}.products-ia .centered-balls .dashed-balls .dashed-ball:nth-of-type(3){height:780px;left:-103%;top:-100%;width:780px}.products-ia .centered-balls .dashed-balls .dashed-ball svg{height:100%;width:100%}.products-ia .centered-balls .animated-balls{height:255px;scale:.9}.products-ia .centered-balls .animated-balls__wrapper{animation:none}.products-ia .centered-balls .animated-balls__wrapper:before{content:none}.products-ia .centered-balls .animated-balls .ball{background:none!important;color:var(--prod-color-700)!important;opacity:.7}.products-ia .centered-balls .animated-balls .ball:before{color:var(--prod-color-700)!important;height:100%}.products-ia .prod-icons{align-items:center;display:flex;gap:215px;height:100px;list-style-type:none;margin:0;padding:0;position:absolute;top:190px;transition:.3s ease-in-out;width:100%;z-index:8}.products-ia .prod-icons:before{background:linear-gradient(90deg,#fff,transparent);left:0;translate:-100% 0}.products-ia .prod-icons:after,.products-ia .prod-icons:before{content:"";height:100%;position:absolute;top:0;width:100px;z-index:1}.products-ia .prod-icons:after{background:linear-gradient(-90deg,#fff,transparent);right:0;translate:100% 0}.products-ia .prod-icons button{all:unset;align-items:center;background:var(--neutral-100);border-radius:10px;display:flex;height:100px;justify-content:center;width:100px}.products-ia .prod-icons button img{height:38px;width:38px}.products-ia .prod-icons li{position:absolute;top:0;transition:all .3s ease-in-out}.products-ia .prod-icons li[data-order="1"]{left:50%;translate:-50% 0}.products-ia .prod-icons li[data-order="2"]{left:72%;translate:10% 0}.products-ia .prod-icons li[data-order="3"]{left:100%;translate:0 0}.products-ia .prod-icons li[data-order="4"]{left:0;translate:-100% 0}.products-ia .prod-icons li[data-order="5"]{left:10%;translate:100% 0}@media(max-width:79.93em){.products-ia .prod-icons{display:none}}.products-ia .prod-cards{height:100%;list-style:none;margin:0;padding:0;position:relative;width:100%}.products-ia .prod-cards:before{content:"";height:216px;z-index:8}.products-ia .prod-cards li,.products-ia .prod-cards:before{background:var(--neutral-0);border-radius:12px;left:50%;padding:2rem;position:absolute;top:50%;transition:.3s ease-in-out;translate:-50% -50%;width:min(376px,100%)}.products-ia .prod-cards li{box-shadow:var(--shadow-1);display:flex;flex-direction:column;opacity:0;visibility:hidden;z-index:10}.products-ia .prod-cards li:after{background:var(--prod-color-700);border-radius:0 0 0 10px;bottom:0;content:"";height:4px;left:4px;position:absolute;width:calc(100% - 8px)}.products-ia .prod-cards li .logo{align-items:center;color:var(--prod-color-700);display:inline-flex;font-family:var(--title-font-family);gap:8px;margin-bottom:8px;text-decoration:none}.products-ia .prod-cards li .logo img{height:38px;-o-object-fit:contain;object-fit:contain;width:38px}.products-ia .prod-cards li .card-extra-info{display:flex;flex-direction:column;height:158%;justify-content:space-between;left:10%;opacity:0;position:absolute;top:-27%;transition:all .3s ease-in-out;width:80%;z-index:-1}@media(min-width:28em){.products-ia .prod-cards li .card-extra-info{height:150%;top:-25%}}.products-ia .prod-cards li .card-extra-info span{color:var(--prod-color-700);opacity:0;transition:all .6s cubic-bezier(0,1,.13,.97) .8s}.products-ia .prod-cards li .card-extra-info span:last-of-type{align-self:flex-end;text-align:end}.products-ia .prod-buttons{align-items:center;display:flex;gap:8px;justify-content:center;width:100%}.products-ia .prod-buttons button{border:none;cursor:pointer;font-size:0;padding:0}.products-ia .prod-buttons button svg{color:var(--secondary-600)}.products-ia .prod-buttons button:hover svg{color:var(--secondary-800)}@media(min-width:80em){.products-ia__ball-wrapper{height:650px}.products-ia .prod-buttons{display:none}.products-ia .prod-cards li .card-extra-info{height:340px;left:-220px;top:-55px;width:820px}.products-ia .prod-cards li .card-extra-info span{position:absolute;text-align:end;width:230px}.products-ia .prod-cards li .card-extra-info span:first-of-type{left:250px;scale:1.4;top:0}.products-ia .prod-cards li .card-extra-info span:last-of-type{bottom:0;left:300px;scale:1.4;text-align:start}.products-ia[data-active=rs] .prod-icons li:first-of-type{order:3}.products-ia[data-active=rs] .prod-cards li:first-of-type{opacity:1;visibility:visible}.products-ia[data-active=rs] .prod-cards li .card-extra-info span:first-of-type{left:0;scale:1;top:0}.products-ia[data-active=rs] .prod-cards li .card-extra-info span:last-of-type{bottom:0;left:590px;scale:1}.products-ia[data-active=adm] .prod-cards li:nth-of-type(2){opacity:1;visibility:visible}.products-ia[data-active=adm] .prod-cards li .card-extra-info span:first-of-type{left:280px;scale:1;top:-40px}.products-ia[data-active=adm] .prod-cards li .card-extra-info span:last-of-type{bottom:-60px;left:305px;scale:1}.products-ia[data-active=adm] .dashed-balls .dashed-ball:first-of-type{rotate:30deg}.products-ia[data-active=adm] .dashed-balls .dashed-ball:nth-of-type(2){rotate:-100deg!important}.products-ia[data-active=adm] .dashed-balls .dashed-ball:nth-of-type(3){rotate:15deg}.products-ia[data-active=edc] .prod-cards li:nth-of-type(3){opacity:1;visibility:visible}.products-ia[data-active=edc] .prod-cards li .card-extra-info span:first-of-type{left:0;scale:1;top:0}.products-ia[data-active=edc] .prod-cards li .card-extra-info span:last-of-type{bottom:0;left:590px;scale:1}.products-ia[data-active=edc] .dashed-balls .dashed-ball:first-of-type{rotate:45deg}.products-ia[data-active=edc] .dashed-balls .dashed-ball:nth-of-type(2){rotate:-180deg!important}.products-ia[data-active=edc] .dashed-balls .dashed-ball:nth-of-type(3){rotate:30deg}.products-ia[data-active=ce] .prod-cards li:nth-of-type(4){opacity:1;visibility:visible}.products-ia[data-active=ce] .prod-cards li .card-extra-info span:first-of-type{left:280px;scale:1;top:-40px}.products-ia[data-active=ce] .prod-cards li .card-extra-info span:last-of-type{bottom:-60px;left:305px;scale:1}.products-ia[data-active=ce] .dashed-balls .dashed-ball:first-of-type{rotate:60deg}.products-ia[data-active=ce] .dashed-balls .dashed-ball:nth-of-type(2){rotate:-100deg!important}.products-ia[data-active=ce] .dashed-balls .dashed-ball:nth-of-type(3){rotate:45deg}.products-ia[data-active=pd] .prod-cards li:nth-of-type(5){opacity:1;visibility:visible}.products-ia[data-active=pd] .prod-cards li .card-extra-info span:first-of-type{left:0;scale:1;top:0}.products-ia[data-active=pd] .prod-cards li .card-extra-info span:last-of-type{bottom:0;left:590px;scale:1}.products-ia[data-active=pd] .dashed-balls .dashed-ball:first-of-type{rotate:75deg}.products-ia[data-active=pd] .dashed-balls .dashed-ball:nth-of-type(2){rotate:-180deg!important}.products-ia[data-active=pd] .dashed-balls .dashed-ball:nth-of-type(3){rotate:60deg}}.products-ia+.text-cta .btn{color:var(--primary-1000)}.products-ia+.text-cta .btn:after{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIxIDIyIj48cGF0aCBzdHJva2U9IiMxNjY2REIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xNC44NDggMTEuOTAxYy00LjggMC02Ljk1Ny0zLjkxNC02Ljk1Ny04LjczNyAwIDQuODIzLTIuMTU2IDguNzM3LTYuOTU2IDguNzM3IDQuOCAwIDYuOTU2IDMuOTE0IDYuOTU2IDguNzM3IDAtNC44MjMgMi4xNTctOC43MzcgNi45NTctOC43MzdNMjAuMDY1IDYuMjIyYy0yLjcgMC0zLjkxMy0yLjE1My0zLjkxMy00LjgwNiAwIDIuNjUzLTEuMjEzIDQuODA2LTMuOTEzIDQuODA2IDIuNyAwIDMuOTEzIDIuMTUzIDMuOTEzIDQuODA1IDAtMi42NTIgMS4yMTMtNC44MDUgMy45MTMtNC44MDUiLz48L3N2Zz4=");background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:19px;width:19px}@keyframes timer{0%{border-radius:0 0 0 10px;max-width:0}80%{border-radius:0 0 0 10px;max-width:80%}to{border-radius:0 0 10px 10px;max-width:100%}}.product-theme .accordion__panel a{color:var(--product-secondary-color)}.product-theme .accordion__panel a:focus-visible,.product-theme .accordion__panel a:hover{color:var(--product-primary-color)}.product-theme .accordion__container--expanded{border-color:var(--product-secondary-color)!important}.product-theme .accordion__container--expanded button svg{color:var(--product-primary-color)}@media(min-width:80em){.features-accordion .container{display:flex;flex-direction:row;gap:2rem;justify-content:space-between}.features-accordion__text{width:50%}.features-accordion__accordion{position:relative;width:100%}.features-accordion__accordion .accordion__panel a{margin-bottom:0;margin-top:auto}.features-accordion__accordion .accordion__panel img{display:none}.features-accordion__desktop-image{align-items:center;display:flex;width:calc(50% - 20px)}.features-accordion__desktop-image picture{max-height:100%;width:100%}.accordion__container--expanded .accordion__panel{display:flex;flex-direction:column}}.materials-carousel .carousel{position:relative}.materials-carousel .carousel__controls{height:-moz-fit-content;height:fit-content;left:0;position:absolute;top:0;transition:all .3s ease-in-out;width:-moz-fit-content;width:fit-content}.materials-carousel .material{display:grid;gap:70px;grid-template-rows:auto auto}.materials-carousel .material__info{display:flex;flex-direction:column;gap:8px;height:-moz-fit-content;height:fit-content}.materials-carousel .material__info img{border-radius:6px;box-shadow:var(--shadow-1);height:100%;margin-bottom:12px;max-height:150px;max-width:450px;-o-object-fit:cover;object-fit:cover;width:100%}.materials-carousel .material__info p{color:var(--neutral-800)}.materials-carousel .material__form-wrapper{background:var(--neutral-0);border-radius:8px;padding:1rem}.materials-carousel .material__form-wrapper h3{margin-bottom:1rem;text-align:center}@media(min-width:80em){.materials-carousel .material{gap:80px;grid-template-columns:auto 450px;grid-template-rows:1fr}.materials-carousel .material__info img{max-height:267px;-o-object-position:left;object-position:left}.materials-carousel .material__form-wrapper{padding:2rem}}