:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#fff}h1{font-size:3.2em;line-height:1.1}a{color:inherit;text-decoration:none}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;outline:none}button:focus-visible{outline:none}@media (prefers-color-scheme: light){:root{background-color:#fff}button{background-color:#f9f9f9}}#root{margin:0 auto;text-align:center}@media screen and (min-width: 480px){.demo-btn{position:fixed;z-index:10000;top:2.5rem;right:2.5rem;font-size:1.3rem;background-color:#1b1d23;color:#fff;transition:.1s ease all;border-radius:4rem}.demo-btn:hover{background-color:#00cfb4;transform:scale(1.02)}.demo-btn:active{transform:scale(.98)}}.highlight{color:#00cfb4}@media screen and (max-width: 480px){.demo-btn{position:fixed;z-index:10000;top:2.3rem;right:2.5rem;font-size:1.1rem;background-color:#1b1d23;color:#fff;transition:.1s ease all;border-radius:4rem}.demo-btn:hover{background-color:#00cfb4;transform:scale(1.02)}.demo-btn:active{transform:scale(.98)}}@media screen and (min-width: 480px){header{display:flex;width:100vw;align-items:center;justify-content:center;margin-bottom:4rem}header .header-content{margin-top:2rem;display:flex;justify-content:flex-start;align-items:center;width:75%}header .header-content .logo{object-fit:contain;width:7rem;height:auto}header .header-content nav ul{display:flex;list-style:none}header .header-content nav ul li{font-weight:500;font-size:1.2rem;margin-left:2rem;color:#1b1d23}header .header-content nav ul li:hover{text-decoration:underline}}@media screen and (max-width: 480px){header{display:flex;width:100vw;align-items:center;justify-content:center;margin-bottom:3rem}header .header-content{margin-top:2rem;display:flex;justify-content:flex-start;align-items:center;width:75%}header .header-content .logo{object-fit:contain;width:6rem;height:auto}header .header-content nav{display:none}}@media screen and (min-width: 480px){.demo-section{display:grid;place-items:center;text-align:left}.demo-section .title-section{display:flex;width:75%}.demo-section .title-section .left{width:60%}.demo-section .title-section h1{color:#1b1d23;margin-bottom:0;letter-spacing:-2.1px;line-height:1.1;font-size:4rem}.demo-section .title-section .right{margin-left:-6rem;margin-top:2rem;width:45%}.demo-section .title-section .right img{width:100%;height:auto}.demo-section h2{width:75%;color:#1b1d23;font-weight:500;letter-spacing:-.3px;line-height:1.3;opacity:.9}.demo-section .overview-section{margin-top:4rem;width:75%;text-align:left;color:#1b1d23;display:flex;flex-direction:column;gap:.5rem}.demo-section .overview-section .overview-title{font-weight:600;font-size:2.5rem;margin:0;letter-spacing:-1px;line-height:1.15}.demo-section .overview-section .overview-description{font-weight:400;font-size:1.3rem;margin:0;line-height:1.3}.demo-section .overview-section .cards{margin:1.5rem 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.demo-section .overview-section .cards .card{position:relative;background:#fff;border:1px solid rgb(217,222,221);border-radius:1rem;padding:1.4rem;box-shadow:0 6px 18px #0000000f;transition:.2s ease;display:flex;flex-direction:column;gap:.6rem;overflow:hidden}.demo-section .overview-section .cards .card:after{display:none}.demo-section .overview-section .cards .card:hover{transform:translateY(-4px);box-shadow:0 14px 32px #0000001f}.demo-section .overview-section .cards .card .card-title{display:flex;align-items:center;gap:.5rem;line-height:1;margin-bottom:.6rem}.demo-section .overview-section .cards .card .card-title svg{width:1.5rem;height:1.5rem;display:block}.demo-section .overview-section .cards .card h3{margin:0;font-size:1.5rem;line-height:1.2;letter-spacing:-.2px}.demo-section .overview-section .cards .card h4{margin:0;font-size:1rem;font-weight:500;line-height:1.4;letter-spacing:-.1px;color:#1b1d23;opacity:.8}.demo-section .overview-section .cards .card.sub-card{box-shadow:0 8px 24px #00cfb429}.demo-section .overview-section .cards .card.sub-card .card-title{color:#00cfb4}.demo-section .overview-section .cards .card.sub-card:hover{border-color:#00cfb4}.demo-section .overview-section .cards .card.report-card{box-shadow:0 8px 24px #ff799f29}.demo-section .overview-section .cards .card.report-card .card-title{color:#ff799f}.demo-section .overview-section .cards .card.report-card:hover{border-color:#ff799f}}@media screen and (max-width: 480px){.demo-section{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw}.demo-section .title-section{display:flex;flex-direction:column;width:90%;align-items:center;gap:2rem}.demo-section .title-section .left{width:100%}.demo-section .title-section h1{color:#1b1d23;margin-bottom:0;letter-spacing:-2.1px;line-height:1.1;font-size:2.5rem}.demo-section .title-section .right{width:100%}.demo-section .title-section .right img{width:100%;height:auto}.demo-section h2{color:#1b1d23;font-weight:500;font-size:1.3rem}.demo-section .overview-section{width:90%;margin-top:4rem;margin-bottom:2rem;text-align:justify;color:#1b1d23;display:flex;flex-direction:column;gap:.5rem}.demo-section .overview-section .overview-title{font-weight:600;font-size:2.5rem;margin:0;letter-spacing:-1px;line-height:1.15}.demo-section .overview-section .overview-description{font-weight:400;font-size:1.2rem;margin:0;line-height:1.3}.demo-section .overview-section .desktop-text{display:none}.demo-section .overview-section .cards{margin:1.5rem 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.demo-section .overview-section .cards .card{position:relative;background:#fff;border:1px solid rgb(217,222,221);border-radius:1rem;padding:1.4rem;box-shadow:0 6px 18px #0000000f;transition:.2s ease;display:flex;flex-direction:column;gap:.6rem;overflow:hidden}.demo-section .overview-section .cards .card:after{display:none}.demo-section .overview-section .cards .card:hover{transform:translateY(-4px);box-shadow:0 14px 32px #0000001f}.demo-section .overview-section .cards .card .card-title{display:flex;flex-direction:column;align-items:center;gap:1rem}.demo-section .overview-section .cards .card .card-title svg{width:2rem;height:2rem;display:block}.demo-section .overview-section .cards .card h3{margin:0;font-size:1.5rem;line-height:1.2;letter-spacing:-.2px;text-align:center}.demo-section .overview-section .cards .card h4{display:none;margin:0;font-size:1rem;font-weight:500;line-height:1.4;letter-spacing:-.1px;color:#1b1d23;opacity:.8}.demo-section .overview-section .cards .card.sub-card{box-shadow:0 8px 24px #00cfb429}.demo-section .overview-section .cards .card.sub-card .card-title{color:#00cfb4}.demo-section .overview-section .cards .card.sub-card:hover{border-color:#00cfb4}.demo-section .overview-section .cards .card.report-card{box-shadow:0 8px 24px #ff799f29}.demo-section .overview-section .cards .card.report-card .card-title{color:#ff799f}.demo-section .overview-section .cards .card.report-card:hover{border-color:#ff799f}.demo-section .main-img{margin:0;margin-top:2rem;margin-bottom:2rem;width:105%;object-fit:contain}}@media screen and (min-width: 480px){.product{width:100vw;margin-top:3rem;display:flex;flex-direction:column;align-items:center}.product .d-section{width:75%}.product .d-section .main-img{margin-top:2rem;width:90%;height:auto}.product .bullet2{position:relative;display:flex;gap:3rem;margin-top:1rem;margin-bottom:3rem;width:75%;color:#1b1d23}.product .bullet2 .infos{width:80%}.product .bullet2 .infos .details-list{margin-top:1.2rem;font-weight:400;font-size:1.2rem;opacity:.9;text-align:left;list-style:disc;padding-left:1.2rem}.product .bullet2 .infos .details-list li{margin-bottom:.4rem}.product .bullet2 .bullet2-images{width:100%;display:flex;justify-content:space-around}.product .bullet2 .bullet2-img{width:100%;position:relative;transition:.3s ease}.product .bullet2 .img-shadow{width:100%;position:relative;z-index:1;transition:.3s ease}.product .bullet2 .img-shadow:before{content:"";position:absolute;top:0;left:0;width:98%;height:95%;border-radius:1.3rem;background-color:#000;opacity:.1;z-index:-1;pointer-events:none;transform:translate(-.5rem) translateY(1rem);filter:blur(1px);transition:.3s ease}.product .bullet2 .img-shadow:hover .bullet2-img{transform:translate(.2rem) translateY(-.4rem)}.product .bullet2 .img-shadow:hover:before{transform:translate(-.6rem) translateY(1.2rem)}.product .bullet-list{position:relative;width:75%;color:#1b1d23}.product .bullet-list ul,.product .bullet-list h3,.product .bullet-list p{list-style:none;padding:0;margin:0}.product .bullet-list .informations{display:flex;align-items:center;justify-content:space-between;height:100%;margin-top:1rem}.product .bullet-list .informations .points{width:100%;text-align:left;font-weight:400;font-size:1.5rem;height:100%}.product .bullet-list .informations .points .point{background-color:#f7f7f7;transition:.3s ease;padding:1rem;margin:1rem 0;border:.1rem solid rgba(0,0,0,0);border-radius:1rem;display:flex;align-items:center;cursor:pointer}.product .bullet-list .informations .points .point .numero{font-weight:1000;font-size:3rem;margin:0 .5rem;min-width:3vw}.product .bullet-list .informations .points .point .point-content .title-point{font-weight:600;font-size:1.8rem}.product .bullet-list .informations .points .point .point-content .description{font-size:1.2rem;opacity:.8}.product .bullet-list .informations .points .point:hover{border:.1rem solid #ff799f;background-color:#f7f7f7;border-radius:1rem;transform:translate(-.5rem)}.product .bullet-list .informations .points .point:hover .numero{color:#ff799f}}@media screen and (min-width: 480px) and (min-width: 1730px){.product .bullet-list .informations .points .point{margin:2rem 0;gap:1.5rem}.product .bullet-list .informations .points .point .description{font-size:1.5rem}}@media screen and (min-width: 480px){.product .bullet-list .informations .main{max-width:40%}.product .content-title{margin-top:3rem;font-size:2rem}.product .content-description{font-size:1.4rem;font-weight:500;margin:0;padding:0;text-align:justify}.product h2{color:#1b1d23;font-weight:600;font-size:2.5rem;margin-bottom:.5rem;letter-spacing:-1px;line-height:1.1;text-align:left}.product h3{margin-top:0;color:#1b1d23;font-weight:500;font-size:1.5rem;text-align:left}.product .book-demo{display:flex;flex-direction:column;background-color:#1b1d23;width:calc(75% - 3rem);margin:6rem 0;padding:1.5rem;border-radius:2rem}.product .book-demo h3,.product .book-demo h4{margin:0;padding:0;color:#fff}.product .book-demo h4{font-size:1.3rem;font-weight:400;text-align:left;opacity:.9;line-height:1.3}.product .book-demo h3{font-weight:700;font-size:2rem;letter-spacing:-1px;margin-bottom:.5rem}.product .book-demo .top{display:flex;gap:2rem}.product .book-demo .btn{margin-top:1.4rem;width:18vw;display:flex;align-items:center;justify-content:center;border-radius:3rem;font-size:1.3rem;background-color:#ff799f;color:#fff;transition:.1s ease}.product .book-demo .btn:hover{background-color:#ffa2bc}}@media screen and (max-width: 480px){.product{width:100%;display:flex;flex-direction:column;align-items:center}.product .d-section{width:90%}.product .d-section .main-img{margin-top:2rem;width:90%;height:auto}.product .d-section h3{text-align:justify}.product .bullet2{position:relative;width:90%;color:#1b1d23}.product .bullet2 .infos .details-list{text-align:left;margin-top:1rem;font-size:1.1rem;padding-left:1.2rem}.product .bullet2 .infos .details-list li{margin-bottom:.3rem}.product .bullet2 .bullet2-images{margin:2rem 0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.product .bullet2 .bullet2-img{width:100%;position:relative;transition:.3s ease}.product .bullet2 .img-shadow{width:95%;position:relative;z-index:1;transition:.3s ease}.product .bullet2 .img-shadow:before{content:"";position:absolute;top:0;left:0;width:98%;height:95%;border-radius:1.3rem;background-color:#000;opacity:.05;z-index:-1;pointer-events:none;transform:translate(-.6rem) translateY(1rem);filter:blur(1px);transition:.3s ease}.product .bullet2 .img-shadow:hover .bullet2-img{transform:translate(.4rem) translateY(-.4rem)}.product .bullet2 .img-shadow:hover:before{transform:translate(-.8rem) translateY(1.2rem)}.product .bullet-list{position:relative;width:90%;color:#1b1d23}.product .bullet-list ul,.product .bullet-list h3,.product .bullet-list p{list-style:none;padding:0;margin:0}.product .bullet-list .informations{display:flex;align-items:center;justify-content:space-between;height:100%;margin-top:1rem}.product .bullet-list .informations .points{width:100%;text-align:left;font-weight:400;font-size:1.5rem;height:100%}.product .bullet-list .informations .points .point{background-color:#f7f7f7;transition:.1s ease;padding:1rem;margin:1rem 0;border:.2rem solid rgba(0,0,0,0);border-radius:1rem;display:flex;gap:1rem;align-items:center;cursor:pointer}.product .bullet-list .informations .points .point .numero{font-weight:1000;font-size:3rem;margin:0 .5rem}.product .bullet-list .informations .points .point .point-content .title-point{font-weight:600;font-size:1.5rem}.product .bullet-list .informations .points .point .point-content .description{font-size:1rem}.product .bullet-list .informations .points .point:hover{border:.2rem solid #00cfb4;background-color:#f7f7f7;border-radius:1rem}.product .bullet-list .informations .points .point:hover .numero{color:#00cfb4}.product .bullet-list .informations .main{max-width:40%}.product .content-title{margin-top:3rem;font-size:2rem}.product .content-description{font-size:1.1rem;font-weight:500;margin:0;margin-bottom:1rem;padding:0}.product h2{color:#1b1d23;font-weight:600;font-size:2rem;margin-bottom:.5rem;text-align:left}.product h3{margin-top:0;color:#1b1d23;font-weight:500;font-size:1.3rem;text-align:left}.product .book-demo{display:flex;flex-direction:column;align-items:center;background-color:#1b1d23;width:calc(90% - 3rem);margin:2rem;padding:1.5rem;border-radius:2rem}.product .book-demo h4{display:none}.product .book-demo h3{font-weight:700;font-size:1.8rem;color:#fff;margin:0;padding:0}.product .book-demo .top{display:flex;gap:2rem}.product .book-demo .btn{margin-top:1.2rem;color:#000;display:flex;align-items:center;justify-content:center;border-radius:1.3rem;font-size:1.3rem;background-color:#2cffe3;transition:.2s ease}.product .book-demo .btn:hover{box-shadow:0 0 .5rem .2rem #70e6c54d;transform:scale(1.01)}}@media screen and (min-width: 480px){.contact{margin-top:5rem;width:calc(75% - 4rem);display:flex;justify-content:space-around;background-color:#f7f7f7;padding:2rem;border-radius:2rem}.contact .text{display:flex;flex-direction:column}.contact h2{color:#1b1d23;font-weight:700;font-size:3.5rem;margin-bottom:0;text-align:left}.contact h3{margin-top:0;color:#1b1d23;font-weight:600;font-size:3rem;text-align:left}.contact .sendButton{color:#fff;background-color:#1b1d23;border-radius:2rem;font-size:1.2rem;padding:.7rem 2.2rem;transition:.1s ease all}.contact .sendButton:hover{background-color:#00cfb4}.contact .sendButton:active{transform:scale(.95)}.contact .confirm-message{position:fixed;z-index:100;width:20rem;height:3rem;border-radius:3rem;display:flex;justify-content:center;align-items:center;bottom:3rem;left:calc(50% - 10rem);background:#a0a3a362;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:.4s ease all;opacity:0;transform:translateY(6rem)}.contact .confirm-message h3{color:#fff;font-size:1.2rem;font-weight:600;margin:0}.contact .confirm-message.show{opacity:1;transform:translateY(0)}}@media screen and (max-width: 480px){.contact{margin:3rem;width:calc(90% - 4rem);display:flex;flex-direction:column;justify-content:space-around;background-color:#f7f7f7;padding:2rem;border-radius:2rem}.contact .text{display:flex;flex-direction:column}.contact h2{color:#1b1d23;font-weight:700;font-size:2rem;margin:0;text-align:left}.contact h3{margin-top:0;color:#1b1d23;font-weight:600;font-size:2rem;text-align:left}.contact .sendButton{color:#fff;background-color:#1b1d23;border-radius:2rem;font-size:1.2rem;padding:.7rem 2.2rem;width:100%;transition:.1s ease all}.contact .sendButton:hover{background-color:#00cfb4}.contact .sendButton:active{transform:scale(.95)}.contact .confirm-message{position:fixed;z-index:100;width:100%;height:3rem;border-radius:3rem;display:flex;justify-content:center;align-items:center;bottom:3rem;left:calc(50% - 10rem);background:#a0a3a362;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:.4s ease all;opacity:0;transform:translateY(6rem)}.contact .confirm-message h3{color:#fff;font-size:1.2rem;font-weight:600;margin:0}.contact .confirm-message.show{opacity:1;transform:translateY(0)}}@media screen and (min-width: 480px){.input-container{position:relative;width:35vw}input,textarea{width:calc(100% - 1.6rem);padding:.8rem;border:none;font-size:1rem;outline:none;resize:vertical;background-color:#fff;color:#000;margin-bottom:2rem;border-radius:.5rem}label{position:absolute;left:.8rem;top:.8rem;background:transparent;padding:0 5px;color:#1b1d23;font-size:1rem;transition:all .3s ease;pointer-events:none}input:focus+label,input:not(:placeholder-shown)+label,textarea:focus+label,textarea:not(:placeholder-shown)+label,.focused{top:0;transform:translateY(-100%);font-size:.8rem;color:#00cfb4}}@media screen and (max-width: 480px){.input-container{position:relative;width:100%}input,textarea{width:calc(100% - 1.6rem);padding:.8rem;border:none;font-size:1rem;outline:none;resize:vertical;background-color:#fff;color:#000;margin-bottom:2rem;border-radius:.5rem}label{position:absolute;left:.8rem;top:.8rem;background:transparent;padding:0 5px;color:#1b1d23;font-size:1rem;transition:all .3s ease;pointer-events:none}input:focus+label,input:not(:placeholder-shown)+label,textarea:focus+label,textarea:not(:placeholder-shown)+label,.focused{top:0;transform:translateY(-100%);font-size:.8rem;color:#00cfb4}}@media screen and (min-width: 480px){footer{position:absolute;width:100vw;left:0;background-color:#1b1d23;color:#fff;display:flex;justify-content:center;margin-top:10rem;gap:5rem}footer .infos{margin:3rem;display:flex;flex-direction:column;align-items:flex-start}footer .infos h3{margin-top:0;font-size:2rem}footer .infos p{text-align:left;margin:.1rem;font-size:1rem}footer .infos p a{text-decoration:none}footer .infos p a:hover{text-decoration:underline}}@media screen and (max-width: 480px){footer{position:absolute;width:calc(100vw - 4rem);background-color:#1b1d23;color:#fff;display:flex;margin-top:3rem;padding:2rem;gap:1.5rem}footer .infos{padding:0;margin:0;display:flex;flex-direction:column;align-items:flex-start}footer .infos h3{font-size:1.6rem;text-align:left}footer .infos p{text-align:left;margin:.1rem;font-size:.8rem}footer .infos p a{text-decoration:none}footer .infos p a:hover{text-decoration:underline}}
