body,html{line-height:1.8;overflow-x:clip}section{position:relative;z-index:2}.blurred-ball:before{opacity:.6}.blurred-ball.blurred-ball--bottomright:before{bottom:20%;right:20%}.blurred-ball.blurred-ball--bottomleft:before{bottom:20%;left:20%}.text-panel{border-radius:8px;display:flex;font-size:.875rem;gap:8px;padding:1rem;position:relative;width:100%}.text-panel .icon{flex-shrink:0;height:20px;margin:2px 0 0;width:20px}.text-panel.theme-blue{background:var(--secondary-100)}.text-panel.theme-blue .icon,.text-panel.theme-neutral .icon{color:var(--secondary-600)!important}.text-panel.theme-neutral{background:var(--neutral-100)}.text-panel.theme-yellow{background:var(--feedback-notice-100)}.text-panel.theme-yellow a{color:var(--neutral-800)}.text-panel.theme-yellow .icon{color:var(--feedback-notice-700)!important}span.logo-ia{background:url(https://3299491.fs1.hubspotusercontent-na1.net/hubfs/3299491/raw_assets/public/0-base/assets/files/images/logos/logo_ia.svg) no-repeat;display:inline-block;height:30px;margin-bottom:-8px;width:114px}.text-panel.theme-medium-blue{background:var(--secondary-600)}.text-panel.theme-medium-blue .icon{color:var(--neutral-0)}main p{width:100%}.gupy-animate{animation-play-state:paused;opacity:0;pointer-events:none}.gupy-animate--run{animation-play-state:running;pointer-events:all}@media (min-width:80em){.gupy-animate.gupy-animate--mb-only{opacity:1!important;pointer-events:all!important}.gupy-animate.gupy-animate--mb-only.gupy-animate--run{animation-play-state:paused!important}}@media (max-width:80em){.gupy-animate.gupy-animate--desktop-only{opacity:1!important;pointer-events:all!important}.gupy-animate.gupy-animate--desktop-only.gupy-animate--run{animation-play-state:paused!important}}.fadeIn{animation-duration:.3s;animation-fill-mode:forwards;animation-name:fadeIn;animation-timing-function:ease-in-out}.slideUp{animation-duration:.3s;animation-fill-mode:forwards;animation-name:slideUp;animation-timing-function:ease-in-out}.slideDown{animation-duration:.3s;animation-fill-mode:forwards;animation-name:slideDown;animation-timing-function:ease-in-out}.slideRight{animation-duration:.3s;animation-fill-mode:forwards;animation-name:slideRight;animation-timing-function:ease-in-out}.slideLeft{animation-duration:.3s;animation-fill-mode:forwards;animation-name:slideLeft;animation-timing-function:ease-in-out}.gradientText{animation:animatedGradient 2s ease-in-out infinite alternate!important;background:linear-gradient(90deg,var(--gradient-full));-webkit-background-clip:text;background-size:200% 100%;-webkit-text-fill-color:transparent;opacity:1!important}.gradientBackground{animation:fadeIn .3s ease-in-out forwards,animatedGradient 4s ease-in-out infinite alternate!important;background:linear-gradient(90deg,var(--gradient-full));background-size:200% 100%}@keyframes slideUp{0%{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-50%)}to{opacity:1;transform:translateY(0)}}@keyframes slideRight{0%{opacity:0;transform:translateX(-50%)}to{opacity:1;transform:translateX(0)}}@keyframes slideLeft{0%{opacity:0;transform:translateX(50%)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes animatedGradient{0%{background-position:0 0}to{background-position:100% 0}}@keyframes upAndDown{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}@media (prefers-reduced-motion){.fadeIn,.slideLeft,.slideRight{animation-duration:0s;animation-name:fadeIn}@keyframes slideUp{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0}to{opacity:1}}@keyframes slideRight{0%{opacity:0}to{opacity:1}}@keyframes slideLeft{0%{opacity:0}to{opacity:1}}}.accordion{list-style:none;margin:0;padding:0}.accordion__container{position:relative}.accordion__container:after{background-color:var(--neutral-400);bottom:0;content:"";height:1px;left:0;position:absolute;transition:.3s ease;width:100%}.accordion__container h3{color:var(--text-color)}.accordion--transition .accordion__container h3{transition:.5s ease}.accordion__container button{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-weight:inherit;margin:0;padding:32px 0;width:100%}.accordion--transition .accordion__container button{transition:padding .5s ease}.accordion__container button span{padding-right:16px;text-align:left;width:100%}.accordion__container button .icon{margin:0;transform:scale(1.2);transition:.25s ease}.accordion__container button[aria-expanded=true] .icon{transform:scale(1.2) rotate(180deg)}.accordion__container--expanded h3{color:var(--title-color)}.accordion__container--expanded h3 button{cursor:default;padding:32px 0 16px}.accordion__container--expanded .accordion__panel{max-height:1000px;opacity:1}.accordion--height-auto .accordion__container--expanded .accordion__panel{height:auto}.accordion__container--expanded:after{animation:accordionAnimatedGradient 3s ease forwards;background:linear-gradient(90deg,var(--gradient-full))}.accordion__container:not(.accordion__container.accordion__container--expanded):hover .icon,.accordion__container:not(.accordion__container.accordion__container--expanded):hover h3{color:var(--secondary-600)}.accordion__container:not(.accordion__container.accordion__container--expanded):hover:after{background-color:var(--secondary-600)}.accordion__panel{max-height:0;opacity:0;overflow:hidden}.accordion--transition .accordion__panel{transition:.5s ease}.accordion__panel p{padding-bottom:16px}@media (min-width:80em){.accordion__panel{height:0;max-height:unset!important}.accordion__container--expanded .accordion__panel{max-height:unset!important;opacity:1}}.height-test{height:unset!important;max-height:unset!important;transform:unset!important}@keyframes accordionAnimatedGradient{0%{background-position:0 0;background-size:200%}50%{background-position:100% 0;background-size:200%}to{background-size:100%}}.carousel{--slides-to-show:1;--slide-gap:20px;direction:ltr;width:100%}.carousel.end .carousel__button--next,.carousel.start .carousel__button--prev{cursor:not-allowed}.carousel.end .carousel__button--next svg,.carousel.start .carousel__button--prev svg{color:var(--neutral-400)!important}.carousel.static .carousel__controls{display:none!important}.carousel.dragging .carousel__items{cursor:grabbing}.carousel__container{overflow:hidden;position:relative}.carousel__items{display:flex;gap:var(--slide-gap);touch-action:pan-y;will-change:transform;--slide-width:calc((100% - (var(--slides-to-show) - 1)*var(--slide-gap))/var(--slides-to-show));list-style:none;margin:0;padding:0}.carousel__item{flex-shrink:0;opacity:0;transition:.3s ease-in-out;visibility:hidden;width:var(--slide-width)}.carousel__item:focus-visible{outline:2px solid #fff}.carousel__item.active{opacity:1;visibility:visible}@media (max-width:80em){.carousel__item.visible+.carousel__item{opacity:1!important}}.carousel__controls{align-items:center;display:flex!important;gap:1rem;justify-content:center}.carousel__controls button{border:none;cursor:pointer;font-size:0;padding:0}.carousel__controls button.carousel__button--next,.carousel__controls button.carousel__button--prev{background-color:transparent}.carousel__controls button svg{color:var(--secondary-600);display:block;transition:.3s}.carousel__controls button:focus-visible svg,.carousel__controls button:hover svg{color:var(--secondary-800)!important}.carousel__controls button:active svg{color:var(--primary-1000)!important}.carousel__bullets{display:flex!important;gap:.5rem}.carousel__bullets button{border-radius:50%;display:inline-block;height:8px;margin:0;padding:0;position:relative;transition:.3s;width:8px}.carousel__bullets button:not(.active){background-color:var(--neutral-400)!important}.carousel__bullets button:not(.active):hover{background-color:var(--secondary-600)!important}.carousel__bullets button.active{background-color:var(--primary-1000)!important}.two-columns{container-type:inline-size;position:relative;width:100%}.two-columns.contents--centered{text-align:center}.two-columns.contents--centered .btn{margin:auto}.two-columns .container{display:flex;flex-direction:column;gap:24px}.two-columns .two-columns_text-fields{display:flex;flex-direction:column;gap:20px}.two-columns__image{animation-name:fadeIn;height:auto;position:relative;width:100%}.two-columns__image:has(video) button{background:none;border:0;cursor:pointer;height:60px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:60px;z-index:1}.two-columns__image img,.two-columns__image video{border-radius:8px;object-fit:cover;position:relative;width:100%;z-index:1}.two-columns__image video{aspect-ratio:16/9}.two-columns__text{align-items:center;animation-name:fadeIn;display:flex;flex-direction:column;width:100%}.two-columns__text .btn.btn--primary{background-color:var(--product-secondary-color,var(--btn-bg-color))}.two-columns__text .btn.btn--primary:focus-visible,.two-columns__text .btn.btn--primary:hover{background-color:var(--product-primary-color,var(--secondary-800))}.two-columns__image,.two-columns__text{animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:ease-in-out;z-index:1}.two-columns h2 span{color:var(--product-secondary-color,var(--secondary-600))}.two-columns.theme-neutral,.two-columns.theme-primary-lighter{--text-color:var(--primary-1000)!important;--link-color:var(--primary-1000)!important}.two-columns.two-columns--btn-inline .btn{background:none;color:var(--link-color);font-size:1rem;font-weight:700;min-width:unset!important;padding:initial;position:relative}.two-columns.two-columns--btn-inline .btn:before{background-color:currentColor;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:all .3s ease-in-out;width:0}.two-columns.two-columns--btn-inline .btn:focus-visible,.two-columns.two-columns--btn-inline .btn:hover{background:none}.two-columns.two-columns--btn-inline .btn:focus-visible:before,.two-columns.two-columns--btn-inline .btn:hover:before{width:100%}.two-columns .faq .accordion__container button{padding:20px 0!important}@container (min-width: 700px){@media (min-width:80em){.two-columns{text-align:left}.two-columns:before{height:100%;right:0;width:680px}.two-columns .container{align-items:flex-start;flex-direction:row;gap:70px}.two-columns__image,.two-columns__video{animation-name:slideRight;margin-bottom:0;padding:0;width:500px}.two-columns__image img{height:500px}.two-columns__text{align-items:flex-start;animation-name:slideLeft;flex-grow:1;margin-left:auto;width:528px}.two-columns.two-columns--reverse .container{flex-direction:row-reverse}.two-columns.two-columns--reverse .two-columns__text{animation-name:slideRight}.two-columns.two-columns--reverse .two-columns__image{animation-name:slideLeft}.two-columns.two-columns--reverse .two-columns__image img img{padding:0 1rem 0 0}}}.faq{width:100%}.faq.faq--text-centered h2{text-align:center}.faq.faq--item-box .accordion__container{background-color:var(--secondary-100);border-radius:16px;margin-bottom:14px}.faq.faq--item-box .accordion__container:after{content:none}.faq.faq--item-box .accordion__container:not(.accordion__container--expanded):hover{background-color:var(--secondary-200)}.faq.faq--item-box .accordion__container:not(.accordion__container--expanded):hover h3{color:var(--secondary-800)}.faq.faq--item-box .accordion__container:not(.accordion__container--expanded):hover button .icon{color:var(--secondary-800)!important}.faq.faq--item-box .accordion__container h3{align-items:center;color:var(--title-color);display:flex;font-size:1rem;margin-bottom:0;position:relative}.faq.faq--item-box .accordion__container button{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-weight:inherit;margin:0;padding:1rem 2rem;width:100%}.faq.faq--item-box .accordion__container button span{padding-right:16px;text-align:left;width:100%}.faq.faq--item-box .accordion__container button .icon{color:var(--secondary-600);margin:0;transform:scale(1.2)}.faq.faq--item-box .accordion__container button[aria-expanded=true] .icon{transform:scale(1.2) rotate(180deg)}.faq.faq--item-box .accordion__container--expanded{max-height:1000px;padding-bottom:1rem}.accordion__container .accordion__panel{max-height:0!important}.accordion__container--expanded .accordion__panel{max-height:1000px!important}.faq.faq--item-box .accordion__container--expanded h3{margin-bottom:1rem;padding-bottom:1rem}.faq.faq--item-box .accordion__container--expanded h3 button{cursor:default;padding-bottom:0}.faq.faq--item-box .accordion__container--expanded h3:after{background-color:var(--secondary-600);bottom:0;content:"";height:1px;left:2rem;position:absolute;width:calc(100% - 4rem)}.faq.faq--item-box .accordion__container--expanded .accordion__panel{max-height:1000px;opacity:1}.faq.faq--item-box .accordion__container--expanded:after{animation:accordionAnimatedGradient 3s ease forwards;background:linear-gradient(90deg,var(--gradient-full))}.faq.faq--item-box .accordion__panel{max-height:0;opacity:0;overflow:hidden;padding:0 2rem}.faq .accordion__panel-fields{display:flex;flex-direction:column;gap:10px}.faq[class*=theme-primary-dark].faq--item-box .accordion__container{background-color:var(--secondary-800)}.faq[class*=theme-primary-dark].faq--item-box .accordion__container button .icon{color:var(--neutral-0)!important}.faq[class*=theme-primary-dark].faq--item-box .accordion__container:not(.accordion__container--expanded):hover{background-color:var(--secondary-600)}.faq[class*=theme-primary-dark].faq--item-box .accordion__container:not(.accordion__container--expanded):hover h3{color:var(--title-color)}.two-columns .accordion__panel ul:not(.browser-default) li{list-style-type:none;position:relative}.two-columns .accordion__panel ul.donts li:before,.two-columns .accordion__panel ul.dos li:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIxIDIxIj48cGF0aCBmaWxsPSIjMDA4MTYyIiBkPSJNOC43MjkgMTMuMjI4YS44My44MyAwIDAgMS0uNTkzLS4yNWwtMi4wNTMtMi4xMiAxLjE5NC0xLjE2IDEuNDY4IDEuNTEgNC4wMjMtNC4wMjIgMS4xNzYgMS4xNzctNC42MjMgNC42MjNhLjgzLjgzIDAgMCAxLS41OTIuMjQyIi8+PHBhdGggZmlsbD0iIzAwODE2MiIgZD0iTTEwLjAxNCAxOC40MjdjLTQuNTk4IDAtOC4zNDUtMy43NDctOC4zNDUtOC4zNDVzMy43NDctOC4zNDUgOC4zNDUtOC4zNDUgOC4zNDUgMy43NDcgOC4zNDUgOC4zNDUtMy43NDcgOC4zNDUtOC4zNDUgOC4zNDVtMC0xNS4wMjFhNi42ODUgNi42ODUgMCAwIDAtNi42NzYgNi42NzYgNi42ODUgNi42ODUgMCAwIDAgNi42NzYgNi42NzYgNi42ODUgNi42ODUgMCAwIDAgNi42NzYtNi42NzYgNi42ODUgNi42ODUgMCAwIDAtNi42NzYtNi42NzYiLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;content:"";height:20px;left:-28px;position:absolute;top:2px;width:20px}.two-columns .accordion__panel ul.donts li:before{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBmaWxsPSIjYjIxMzA0IiBkPSJtNS45MjYgNS4wMDItLjkxMy45MTQgNC41NjcgNC41NjYuOTEzLS45MTN6Ii8+PHBhdGggZmlsbD0iI2IyMTMwNCIgZD0iTTkuNTc0IDUuMDA5IDUuMDA3IDkuNTc2bC45MTMuOTEzIDQuNTY3LTQuNTY3eiIvPjxwYXRoIGZpbGw9IiNiMjEzMDQiIGQ9Ik03Ljc1IDE0LjIwOGMtMy41NTkgMC02LjQ1OC0yLjktNi40NTgtNi40NThzMi45LTYuNDU4IDYuNDU4LTYuNDU4IDYuNDU4IDIuOSA2LjQ1OCA2LjQ1OC0yLjkgNi40NTgtNi40NTggNi40NThtMC0xMS42MjVBNS4xNzQgNS4xNzQgMCAwIDAgMi41ODMgNy43NWE1LjE3MyA1LjE3MyAwIDAgMCA1LjE2NyA1LjE2NiA1LjE3MyA1LjE3MyAwIDAgMCA1LjE2Ny01LjE2NkE1LjE3MyA1LjE3MyAwIDAgMCA3Ljc1IDIuNTgzIi8+PC9zdmc+");background-position:50%;background-repeat:no-repeat}@container (min-width: 800px){@media (min-width:80em){.faq__items ul li{-webkit-column-break-inside:avoid}.faq__items ul li.prevent-break{column-break-before:always;-moz-column-break-before:column;break-before:column}}}.text-video-cta .container{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;text-align:center}.text-video-cta .text-video-cta_video-wrapper{position:relative}.text-video-cta .text-video-cta_video-wrapper:not(.played):before{border-color:transparent transparent transparent #fff;border-style:solid;border-width:32.5px 0 32.5px 56.3px;box-shadow:var(--shadow-1);content:"";height:0;left:50%;position:absolute;top:50%;transform:rotate(0deg);translate:-50% -50%;width:0}.text-video-cta video{border-radius:8px;max-width:812px;width:100%}.text-video-cta.blurred-ball:before{z-index:-2}.text-video-cta.text-video-cta--ball{position:relative;z-index:0!important}@media (max-width:79.9999em){.text-video-cta.text-video-cta--ball{padding-top:250px!important}}.text-video-cta.text-video-cta--ball .cta-ball__wrapper{height:400px;left:0;position:absolute;top:0;width:100%;z-index:-2}.text-video-cta.text-video-cta--ball .cta-ball__wrapper:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDEiIGhlaWdodD0iNDAxIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNDAxIDQwMSI+PGNpcmNsZSBjeD0iMjAwLjUiIGN5PSIyMDAuNSIgcj0iMTk5LjUiIHN0cm9rZT0iI2U4ZjFmZiIgc3Ryb2tlLWRhc2hhcnJheT0iMy4xMSAzLjExIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48Y2lyY2xlIGN4PSIyMDAuNjY3IiBjeT0iMjAwLjY2NyIgcj0iMTY4LjY2NyIgc3Ryb2tlPSIjY2NlMGZmIiBzdHJva2UtZGFzaGFycmF5PSIzLjExIDMuMTEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxjaXJjbGUgY3g9IjIwMC42ODUiIGN5PSIyMDAuNjg1IiByPSIxNDAuNjg1IiBzdHJva2U9IiNjY2UwZmYiIHN0cm9rZS1kYXNoYXJyYXk9IjMuMTEgMy4xMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PGNpcmNsZSBjeD0iMjAwLjMxNSIgY3k9IjIwMC4zMTUiIHI9IjExMi4zMTUiIHN0cm9rZT0iI2NjZTBmZiIgc3Ryb2tlLWRhc2hhcnJheT0iMy4xMSAzLjExIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");background-position:50%;background-repeat:no-repeat;content:"";height:100%;left:0;position:absolute;top:-60px;width:100%}.text-video-cta.text-video-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-video-cta.text-video-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-video-cta.text-video-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-video-cta a.btn{margin-top:20px}.text-video-cta .content-btns{display:flex;flex-direction:column;gap:0;justify-content:center}@media (min-width:80em){.text-video-cta .container{padding:0 234px}.text-video-cta.text-video-cta--ball .cta-ball__wrapper{bottom:-20%;left:unset;right:0;top:unset;width:400px}.text-video-cta.text-video-cta--ball .cta-ball__wrapper:before{top:0}.text-video-cta.text-video-cta--ball .cta-ball__wrapper .cta-ball{left:130px;top:130px}.text-video-cta .content-btns{flex-direction:row;gap:20px}}.simple-text{padding:32px 0}.simple-text .container{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:center}.simple-text ul:not(.browser-default) li{list-style-type:none;padding-bottom:12px;position:relative}.simple-text ul:not(.browser-default) li:before{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIxIDIxIj48cGF0aCBmaWxsPSIjMDA4MTYyIiBkPSJNOC43MjkgMTMuMjI4YS44My44MyAwIDAgMS0uNTkzLS4yNWwtMi4wNTMtMi4xMiAxLjE5NC0xLjE2IDEuNDY4IDEuNTEgNC4wMjMtNC4wMjIgMS4xNzYgMS4xNzctNC42MjMgNC42MjNhLjgzLjgzIDAgMCAxLS41OTIuMjQyIi8+PHBhdGggZmlsbD0iIzAwODE2MiIgZD0iTTEwLjAxNCAxOC40MjdjLTQuNTk4IDAtOC4zNDUtMy43NDctOC4zNDUtOC4zNDVzMy43NDctOC4zNDUgOC4zNDUtOC4zNDUgOC4zNDUgMy43NDcgOC4zNDUgOC4zNDUtMy43NDcgOC4zNDUtOC4zNDUgOC4zNDVtMC0xNS4wMjFhNi42ODUgNi42ODUgMCAwIDAtNi42NzYgNi42NzYgNi42ODUgNi42ODUgMCAwIDAgNi42NzYgNi42NzYgNi42ODUgNi42ODUgMCAwIDAgNi42NzYtNi42NzYgNi42ODUgNi42ODUgMCAwIDAtNi42NzYtNi42NzYiLz48L3N2Zz4=");background-position:50%;background-repeat:no-repeat;content:"";height:20px;left:-28px;position:absolute;top:2px;width:20px}.simple-text h1{text-wrap:pretty}.simple-text h1,.simple-text h2,.simple-text h3,.simple-text h4,.simple-text h5,.simple-text h6{width:100%}.simple-text h1 span{color:var(--product-color-600);font-weight:700}.simple-text a.btn{margin-top:20px}.simple-text .content-btns{display:flex;flex-direction:column;gap:0;justify-content:center}.simple-text table{border:0!important;border-radius:8px;hyphens:auto;min-width:700px;outline:1px solid var(--product-color-200);outline-offset:-1px;overflow:clip;overflow-x:auto;width:100%}.simple-text table:has(thead) thead,.simple-text table:not(:has(thead)) tr:first-of-type{background:var(--product-color-200);color:var(--neutral-1000);font-weight:700}.simple-text table tr{background:var(--product-color-100);border-bottom:1px solid var(--product-color-200)}.simple-text table tr:nth-of-type(odd){background:#fff}.simple-text table td,.simple-text table th{line-height:1.4;padding:.25rem!important;text-align:center}.simple-text table td:not(:last-of-type){border-right:1px solid var(--product-color-200)}@media (min-width:80em){.simple-text .content-btns{flex-direction:row;gap:20px}.simple-text table td,.simple-text table th{padding:1rem!important;text-align:center}}body,html{scroll-behavior:smooth;scroll-margin-top:200px;scroll-padding-top:200px}main:has(.page-index.fixed) .simple-hero{margin-bottom:2rem}.page-index{font-size:14px;padding-top:2rem;width:100%}.page-index.fixed{left:50%;padding-top:1rem;position:fixed;top:110px;translate:-50% 0;z-index:11}.page-index.open .page-index__wrapper{max-height:500px}.page-index.open .page-index__wrapper button:before{opacity:1}.page-index.open .page-index__wrapper button svg{rotate:180deg}.page-index__wrapper{background:#fff;border-radius:8px;box-shadow:0 8px 16px 0 rgba(6,28,57,.078),0 2px 2px 2px rgba(6,28,57,.012);height:-moz-fit-content;height:fit-content;max-height:52px;overflow:clip;overflow-clip-margin:2px;position:relative;transition:all .3s ease-in-out}.page-index__wrapper:before{background:linear-gradient(45deg,var(--gradient-full-solar));content:"";height:calc(100% + 4px);left:-2px;position:absolute;top:-2px;width:calc(100% + 4px);z-index:-1}.page-index__wrapper button{align-items:center;display:inline-flex;font-size:14px;gap:8px;height:52px;justify-content:space-between;line-height:52px;padding:0 16px;position:relative;width:100%}.page-index__wrapper button:focus-visible{background:var(--primary-100);outline:2px dashed #000;outline-offset:-2px}.page-index__wrapper button svg{color:var(--secondary-600);transition:all .3s ease-in-out}.page-index__wrapper button:before{background:var(--neutral-300);bottom:0;content:"";height:1px;left:1rem;opacity:0;position:absolute;transition:all .3s ease-in-out;width:calc(100% - 2rem)}.page-index__wrapper ul{display:flex;flex-direction:column;list-style-type:none;margin:0;padding:1rem 0}.page-index__wrapper ul li a{color:var(--text-color);cursor:pointer;display:block;-webkit-hyphens:auto;hyphens:auto;padding:4px 1rem;text-decoration:none;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.page-index__wrapper ul li a:hover{background:var(--primary-100)}.page-index__wrapper ul li.current a{color:var(--title-color)}@media(min-width:80em){.page-index .container{padding:0}.page-index__wrapper{background:var(--neutral-100);border-radius:50px;box-shadow:0 4px 8px 0 rgba(6,28,57,.149),0 4px 4px 0 rgba(6,28,57,.102);max-height:56px}.page-index__wrapper:before{content:unset}.page-index__wrapper button{display:none}.page-index__wrapper ul{display:grid;grid-template-columns:repeat(10,1fr);grid-template-rows:1fr;height:56px;padding:0;width:100%}.page-index__wrapper ul li a{align-items:center;border-radius:50px;display:inline-flex;height:100%;justify-content:center;line-height:1;padding:0;position:relative;text-align:center;text-wrap-style:balance}.page-index__wrapper ul li a:hover{background:var(--neutral-300)}.page-index__wrapper ul li.current{background-color:transparent}.page-index__wrapper ul li.current a{z-index:1}.page-index__wrapper ul li.current a:before{background:#fff;border-radius:50px;content:"";height:calc(100% - 2px);left:1px;position:absolute;top:1px;width:calc(100% - 2px);z-index:-1}.page-index__wrapper ul li.current a:after{background:linear-gradient(45deg,var(--gradient-full-solar));border-radius:50px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-2}}.product-features-tabs--mobile .gradient-text.gradient-outline{background-color:var(--neutral-0);color:var(--neutral-1000);margin:auto;max-width:400px;text-align:center;width:100%}.product-features-tabs--mobile .gradient-text.gradient-outline:before{left:-2px!important;top:-2px!important;z-index:0}.product-features-tabs--mobile .pre-title{margin-top:-19px}.product-features-tabs .container{position:relative}.product-features-tabs .container h2{text-align:center}.product-features-tabs .container.blurred-ball:before{bottom:100px;box-shadow:0 0 150px 150px var(--blurred-color,var(--secondary-300))}.product-features-tabs .tabswrapper{position:relative;width:100%}.product-features-tabs .tabslist{border-radius:40px;display:flex;gap:2rem;justify-content:start;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}.product-features-tabs .tabslist::-webkit-scrollbar-track{background-color:#e6e6e6;border-radius:6px}.product-features-tabs .tabslist::-webkit-scrollbar{background-color:#c9c9c9;height:4px;width:3px}.product-features-tabs .tabslist::-webkit-scrollbar-thumb{background-color:#c9c9c9;border-radius:6px}.product-features-tabs .tab-button{all:unset;align-items:center;border-radius:40px;color:var(--primary-1000);cursor:pointer;display:flex;flex-grow:1;font-size:.875rem;font-weight:500;height:56px;justify-content:center;line-height:1.1;padding:0 1rem;scroll-snap-align:start;text-align:center;text-wrap:balance;transition:all .3s ease-in-out}.product-features-tabs .tab-button.active{position:relative}.product-features-tabs .tab-button.active:after{background-color:var(--neutral-0);border-radius:inherit;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.product-features-tabs .tab-button.active:before{background:linear-gradient(270deg,var(--gradient-full));border-radius:inherit;content:"";height:calc(100% + 4px);left:-2px;position:absolute;top:-2px;width:calc(100% + 4px);z-index:-2}@media(-webkit-device-pixel-ratio:1.25){.product-features-tabs .tab-button.active:before{height:calc(100% + 3px);left:-2px;top:-1px}}@media(-webkit-device-pixel-ratio:1.5){.product-features-tabs .tab-button.active:before{height:calc(100% + 4px);left:-2px;top:-2px}}.product-features-tabs .tab-button:focus-visible,.product-features-tabs .tab-button:hover{background-color:var(--secondary-100);color:var(--secondary-800)}.product-features-tabs .tab-button:focus-visible:not(.active),.product-features-tabs .tab-button:hover:not(.active){background-color:var(--neutral-200)}.product-features-tabs .tab-button:focus-visible{outline:2px dashed currentColor;outline-offset:2px}.product-features-tabs .tabspanels{background-color:var(--neutral-0);border-radius:12px;box-shadow:var(--shadow-1);position:relative;width:100%}.product-features-tabs .tabspanels .tabpanel{background:var(--neutral-0);display:grid;transition:all .3s ease-in-out;width:100%}.product-features-tabs .tabspanels .tabpanel__tag{align-items:center;color:var(--product-color-700);display:inline-flex;font-weight:500;gap:4px}.product-features-tabs .tabspanels .tabpanel__logo{align-items:center;background:var(--product-tab-color);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}.product-features-tabs .tabspanels .tabpanel__logo img{height:30px;width:30px}.product-features-tabs .tabspanels .tabpanel__text{display:flex;flex-direction:column;font-size:.875rem;gap:.5rem;padding:0 1rem 1rem}.product-features-tabs .tabspanels .tabpanel__text .tab-button{height:-moz-fit-content;height:fit-content;justify-content:center;max-width:100%;padding:8px 0;text-align:center;translate:0 -50%;z-index:1}.product-features-tabs .tabspanels .tabpanel__text .tab-button:hover{background-color:#fff}.product-features-tabs .tabspanels .tabpanel__text h3{font-size:1rem}.product-features-tabs .tabspanels .tabpanel__text h4{font-size:1rem;font-weight:500;margin-bottom:8px}.product-features-tabs .tabspanels .tabpanel__text li li,.product-features-tabs .tabspanels .tabpanel__text p{font-size:14px}.product-features-tabs .tabspanels .tabpanel__text a{display:flex;margin-bottom:20px}.product-features-tabs .tabspanels .tabpanel__text a svg{height:1rem;width:1rem}.product-features-tabs .tabspanels .tabpanel__text ul:not(.browser-default){display:flex;flex-direction:column;gap:12px}.product-features-tabs .tabspanels .tabpanel__text ul:not(.browser-default):first-of-type>li{list-style-type:none;position:relative}.product-features-tabs .tabspanels .tabpanel__text ul:not(.browser-default):first-of-type>li:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIxIDIxIj48cGF0aCBmaWxsPSIjMDA4MTYyIiBkPSJNOC43MjkgMTMuMjI4YS44My44MyAwIDAgMS0uNTkzLS4yNWwtMi4wNTMtMi4xMiAxLjE5NC0xLjE2IDEuNDY4IDEuNTEgNC4wMjMtNC4wMjIgMS4xNzYgMS4xNzctNC42MjMgNC42MjNhLjgzLjgzIDAgMCAxLS41OTIuMjQyIi8+PHBhdGggZmlsbD0iIzAwODE2MiIgZD0iTTEwLjAxNCAxOC40MjdjLTQuNTk4IDAtOC4zNDUtMy43NDctOC4zNDUtOC4zNDVzMy43NDctOC4zNDUgOC4zNDUtOC4zNDUgOC4zNDUgMy43NDcgOC4zNDUgOC4zNDUtMy43NDcgOC4zNDUtOC4zNDUgOC4zNDVtMC0xNS4wMjFhNi42ODUgNi42ODUgMCAwIDAtNi42NzYgNi42NzYgNi42ODUgNi42ODUgMCAwIDAgNi42NzYgNi42NzYgNi42ODUgNi42ODUgMCAwIDAgNi42NzYtNi42NzYgNi42ODUgNi42ODUgMCAwIDAtNi42NzYtNi42NzYiLz48L3N2Zz4=");content:"";height:20px;left:-28px;position:absolute;top:0;width:20px}.product-features-tabs .tabspanels .tabpanel__image{border-radius:12px 12px 0 0;overflow:hidden;position:relative}.product-features-tabs .tabspanels .tabpanel__image img{height:100%;min-height:250px;-o-object-fit:cover;object-fit:cover;width:100%}.product-features-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}.product-features-tabs .tabspanels .carousel__controls{padding-bottom:1rem}@media(min-width:80em){.product-features-tabs .container.blurred-ball:before{bottom:0;right:50px;scale:.7}.product-features-tabs .tabslist{background:#f7f7f7;justify-content:space-between;left:32px;overflow-x:initial;padding-bottom:0;position:absolute;right:2rem;top:2rem;z-index:2}.product-features-tabs .tabsicons{height:250px;translate:0 -25%;width:250px}.product-features-tabs .tabspanels .tabpanel{display:flex;gap:2rem;opacity:0;position:absolute;visibility:hidden}.product-features-tabs .tabspanels .tabpanel.active{opacity:1;visibility:visible;z-index:1}.product-features-tabs .tabspanels .tabpanel__logo{margin-bottom:1rem;padding:2rem 1rem 1rem}.product-features-tabs .tabspanels .tabpanel__logo img{height:42px;width:42px}.product-features-tabs .tabspanels .tabpanel__text{padding:110px 2rem 2rem;width:100%}.product-features-tabs .tabspanels .tabpanel__text h3{font-size:20px}.product-features-tabs .tabspanels .tabpanel__text ul:not(.browser-default){gap:20px;padding-left:26px}.product-features-tabs .tabspanels .tabpanel__image{border-radius:12px 0 0 12px;height:100%}}.product-features-tabs .supertabspanels{position:relative;width:100%}.product-features-tabs .supertabspanel{display:flex;gap:2rem;opacity:0;position:absolute;transition:.3s ease-in-out;visibility:hidden;width:100%}.product-features-tabs .supertabspanel.active{opacity:1;visibility:visible}.product-features-tabs{position:relative}.product-features-tabs .carousel__item .tabpanel{display:flex;flex-direction:column;gap:15px}.supertabslist{display:inline-flex;justify-content:space-between;margin-bottom:1rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory;scrollbar-color:#5c9eff #e6e6e6;scrollbar-width:auto;width:100%}.supertabslist::-webkit-scrollbar{width:6px}.supertabslist::-webkit-scrollbar-track{background:#e6e6e6}.supertabslist::-webkit-scrollbar-thumb{background-color:#5c9eff;border:1px solid #fff;border-radius:10px}button.supertab-button{color:var(--active-panel-color,var(--neutral-600));cursor:pointer;font-family:var(--title-font-family);font-size:1rem;min-width:180px;padding:0 8px 20px;position:relative;text-align:center;text-wrap-style:pretty;transition:.3s ease-in-out}button.supertab-button.active{font-weight:700}button.supertab-button:before{background:var(--active-panel-color,#c9c9c980);bottom:0;content:"";height:2px;left:0;position:absolute;transition:.3s ease-in-out;width:100%;z-index:1}.product-features-tabs .supertab-button.theme-blue:hover,.product-features-tabs:has(.theme-blue.active) .supertab-button.active{--active-panel-color:var(--secondary-600)}.product-features-tabs .supertab-button.theme-rs:hover,.product-features-tabs:has(.theme-rs.active) .supertab-button.active{--active-panel-color:var(--energia-600)}.product-features-tabs .supertab-button.theme-edc:hover,.product-features-tabs:has(.theme-edc.active) .supertab-button.active{--active-panel-color:var(--bandeira-600)}.product-features-tabs .supertab-button.theme-adm:hover,.product-features-tabs:has(.theme-adm.active) .supertab-button.active{--active-panel-color:var(--papaia-600)}.product-features-tabs .supertab-button.theme-ce:hover,.product-features-tabs:has(.theme-ce.active) .supertab-button.active{--active-panel-color:var(--magenta-600)}.product-features-tabs .supertab-button.theme-pd:hover,.product-features-tabs:has(.theme-pd.active) .supertab-button.active{--active-panel-color:var(--turquesa-600)}@media (max-width:79.9375rem){.product-features-tabs .supertabspanel{background:var(--neutral-0);border-radius:12px;box-shadow:var(--shadow-1);padding:.5rem 1rem}.product-features-tabs .supertabswrapper,.product-features-tabs .tabspanels{margin-top:2rem;min-height:440px;padding:2rem 0;position:relative}.product-features-tabs .supertabswrapper:before{background:var(--secondary-100);content:"";height:100%;left:-50vw;position:absolute;top:0;width:200vw;z-index:0}.product-features-tabs .tabpanel__title-tab{margin-left:2px}.product-features-tabs:has(.theme-blue.active) .supertabswrapper:before{background:var(--secondary-100)}.product-features-tabs:has(.theme-rs.active) .supertabswrapper:before{background:var(--energia-100)}.product-features-tabs:has(.theme-edc.active) .supertabswrapper:before{background:var(--bandeira-100)}.product-features-tabs:has(.theme-adm.active) .supertabswrapper:before{background:var(--papaia-100)}.product-features-tabs:has(.theme-ce.active) .supertabswrapper:before{background:var(--magenta-100)}.product-features-tabs:has(.theme-pd.active) .supertabswrapper:before{background:var(--turquesa-100)}}@media (min-width:80rem){.product-features-tabs .supertabswrapper{border-radius:12px;padding:2rem}.product-features-tabs .supertabslist{overflow-x:clip}button.supertab-button{min-width:unset}.product-features-tabs:has(.theme-blue.active) .supertabswrapper{background:var(--secondary-100)}.product-features-tabs:has(.theme-rs.active) .supertabswrapper{background:var(--energia-100)}.product-features-tabs:has(.theme-edc.active) .supertabswrapper{background:var(--bandeira-100)}.product-features-tabs:has(.theme-adm.active) .supertabswrapper{background:var(--papaia-100)}.product-features-tabs:has(.theme-ce.active) .supertabswrapper{background:var(--magenta-100)}.product-features-tabs:has(.theme-pd.active) .supertabswrapper{background:var(--turquesa-100)}}.product-features-tabs.blurred-ball.blurred-ball--bottomright:before{bottom:25%;right:25%}.product-features-tabs .content-btn{display:flex;justify-content:center;margin:50px}.product-features-tabs .features-titles{align-items:center;display:flex;flex-direction:column;gap:20px}.product-features-tabs .tabpanel__title-tab{align-self:center;border-radius:50px;display:inline-flex;justify-self:center;margin-top:1rem;padding:8px 1rem;position:relative;width:fit-content;z-index:1}.product-features-tabs .tabpanel__title-tab:before{background:linear-gradient(270deg,var(--gradient-full));border-radius:inherit;content:"";height:calc(100% + 4px);left:0;position:absolute;top:-2px;width:100%;z-index:-2}.product-features-tabs .tabpanel__title-tab:after{background-color:var(--neutral-0);border-radius:inherit;content:"";height:100%;left:2px;position:absolute;top:0;width:calc(100% - 4px);z-index:-1}.cards-col{background:var(--product-color-100,var(--energia-100))}.cards-col__container{display:grid;gap:2rem;grid-template-rows:1fr 1fr;padding:2rem 0}.cards-col .card-wrapper{display:flex;flex-direction:column;gap:2rem}.cards-col .card-wrapper h2{text-align:center}.cards-col .card-wrapper .card{background:var(--neutral-0);display:flex;flex-direction:column;flex-grow:1;font-size:.875rem;gap:8px;padding:1rem}.cards-col .card-wrapper .card strong{color:var(--title-color)}@media(min-width:80em){.cards-col__container{gap:1rem;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:4rem 0}.cards-col .card-wrapper{display:grid;grid-template-rows:auto 250px}.cards-col .card-wrapper .card{padding:54px 2rem}}.cards-carousel{z-index:2!important}.cards-carousel .container p{margin:auto;max-width:654px}.cards-carousel .carousel__container{overflow:clip;overflow-clip-margin:380px;position:relative}.cards-carousel .carousel__controls button svg{color:var(--secondary-600)}.cards-carousel__tooltip{background:var(--neutral-0);box-shadow:var(--shadow-1);color:var(--primary-1000);display:flex;flex-direction:column;gap:8px;height:100%;padding:2rem 1rem;position:relative;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cards-carousel__tooltip h3{align-items:center;color:var(--secondary-600);display:inline-flex;font-family:var(--font-family);font-weight:600;gap:8px;position:relative}.cards-carousel__tooltip h3 span{font-size:14px}.cards-carousel__tooltip h3:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIxIDIxIj48cGF0aCBmaWxsPSIjMDA4MTYyIiBkPSJNOC43MjkgMTMuMjI4YS44My44MyAwIDAgMS0uNTkzLS4yNWwtMi4wNTMtMi4xMiAxLjE5NC0xLjE2IDEuNDY4IDEuNTEgNC4wMjMtNC4wMjIgMS4xNzYgMS4xNzctNC42MjMgNC42MjNhLjgzLjgzIDAgMCAxLS41OTIuMjQyIi8+PHBhdGggZmlsbD0iIzAwODE2MiIgZD0iTTEwLjAxNCAxOC40MjdjLTQuNTk4IDAtOC4zNDUtMy43NDctOC4zNDUtOC4zNDVzMy43NDctOC4zNDUgOC4zNDUtOC4zNDUgOC4zNDUgMy43NDcgOC4zNDUgOC4zNDUtMy43NDcgOC4zNDUtOC4zNDUgOC4zNDVtMC0xNS4wMjFhNi42ODUgNi42ODUgMCAwIDAtNi42NzYgNi42NzYgNi42ODUgNi42ODUgMCAwIDAgNi42NzYgNi42NzYgNi42ODUgNi42ODUgMCAwIDAgNi42NzYtNi42NzYgNi42ODUgNi42ODUgMCAwIDAtNi42NzYtNi42NzYiLz48L3N2Zz4=);content:"";display:block;flex:none;height:20px;width:20px}.cards-carousel__tooltip h3 img,.cards-carousel__tooltip h3:before{filter:brightness(0) saturate(100%) invert(23%) sepia(95%) saturate(2092%) hue-rotate(208deg) brightness(99%) contrast(88%)}.cards-carousel__tooltip h3 img{height:20px!important;width:20px!important}.cards-carousel__tooltip p{color:var(--text-color);font-size:14px;padding-left:24px}.cards-carousel__tooltip .cards-carousel__hovertip-wrapper{display:inline-flex;height:20px;justify-content:end;margin-top:-8px;position:relative;width:100%}.cards-carousel__tooltip .cards-carousel__hovertip-wrapper .icon{background:none;border:0;border-radius:50%;height:20px;margin:0;padding:0;text-align:right;width:20px}.cards-carousel__tooltip .cards-carousel__hovertip-wrapper:hover .text-content{opacity:1;visibility:visible}.cards-carousel__tooltip .cards-carousel__hovertip-wrapper:has(.icon:focus-visible) .text-content{opacity:1;visibility:visible}.cards-carousel__tooltip .cards-carousel__hovertip-wrapper .text-content{background:var(--secondary-100);border-radius:8px 0 8px 8px;color:var(--neutral-1000);font-size:14px;opacity:0;padding:1rem;position:absolute;right:0;top:22px;transition:all .3s ease-in-out;visibility:hidden;width:100%}.cards-carousel a.cards-carousel__tooltip{color:var(--secondary-600)}@media(min-width:80em){.cards-carousel .carousel{grid-column:1/3;margin-top:0;order:3}.cards-carousel .carousel__items{justify-content:flex-start;rotate:0deg}.cards-carousel .carousel__item{max-width:360px;rotate:0deg}.cards-carousel__tooltip{padding:2rem}.cards-carousel__tooltip h3 span{font-size:1rem}.cards-carousel__tooltip .cards-carousel__hovertip-wrapper{height:0}}.cards-carousel .carousel__item.active+li:not(.active){opacity:1!important;visibility:visible!important}.cards-carousel .cards-carousel__tooltip p{margin:unset}.card-carousel-footer{align-items:center;display:flex;flex-direction:column}.simple-text table:has(thead) thead,.simple-text table:not(:has(thead)) tr:first-of-type{background:none;color:var(--neutral-0)}.simple-text table td:not(:last-of-type),.simple-text table tr{border-color:var(--secondary-600)}.simple-text table{outline-color:var(--secondary-600)}.simple-text table tr:not(:last-of-type){border-bottom:1px solid var(--secondary-600)!important}.simple-text table:has(thead) thead td,.simple-text table:not(:has(thead)) tr:first-of-type td{background:var(--secondary-600)}.simple-text table:has(thead) thead td:first-of-type,.simple-text table:not(:has(thead)) tr:first-of-type td:first-of-type{border-radius:8px 0 0 0}.simple-text table:has(thead) thead td:last-of-type,.simple-text table:not(:has(thead)) tr:first-of-type td:last-of-type{border-radius:0 8px 0 0}