:root{--color-white:#fdfdfd;--color-gray:#dbdbdb;--color-black:#343434;--color-magenta:#e31952;--color-purple-lightest:#f1ebf9;--color-purple:#7835c3}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;scroll-behavior:smooth}::selection{background-color:var(--color-magenta);color:var(--color-white)}body{overflow-x:hidden}.button{display:inline-block;height:fit-content;width:fit-content;padding:8px 10px;border-radius:8px;border:1px solid var(--color-purple);background-color:var(--color-purple);color:var(--color-white);cursor:pointer;transition:all ease .1s}.button:hover{color:var(--color-white);transform:scale(1.02)}.button:active{transform:scale(.98)}.alt{background-color:var(--color-white);color:var(--color-purple);border:1px solid var(--color-purple)}.alt:hover{background-color:var(--color-purple)}.hero{background-size:cover;background-position:center;overflow:hidden;display:flex;flex-direction:column;gap:10px;position:relative;padding-bottom:30px}.hero-container{height:fit-content;display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;z-index:1}.hero-info{padding:40px;flex:1;transform:translateX(-100%);position:relative;z-index:2}.hero-info p{color:var(--color-black);font-size:24px;line-height:28px}.hero-info p strong{color:var(--color-magenta);font-size:36px}.image-container{position:relative;max-width:750px;width:100%;height:100%;display:flex;align-items:center;flex:1;transform:translateX(100%)}.master-hand{position:relative;height:fit-content;width:100%;margin-top:30%}.hand{width:100%;position:absolute;bottom:0;right:0}.finger{width:100%;position:relative;bottom:-6px;right:1px}.planet{width:50%;right:43%;bottom:44%;position:absolute}.rotate{animation:rotate 30s linear 0s infinite normal both}.buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px;padding:20px;opacity:0;transition:opacity ease .2s;position:relative;z-index:2}.products{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:20px;position:absolute;right:60px;bottom:38%;width:110px;background-color:rgba(255,255,255,.3);backdrop-filter:blur(5px);border:1px solid var(--color-white);border-radius:8px;opacity:0;transition:opacity ease .2s;z-index:2}.products div{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.products p{font-size:14px;text-align:center}.products img{width:40px}.mancha{position:absolute;z-index:1}.mancha-1{height:800px;top:-282px;right:-216px}.mancha-2{height:800px;bottom:-282px;left:-216px}.mancha-3{height:800px;top:-515px;left:-216px;z-index:-1}.leafs{height:100%;width:100%;position:absolute;top:0;left:0;z-index:1;opacity:0;transition:opacity ease .2s}.leaf{position:absolute;filter:blur(2px)}.leaf_1{height:40px;top:32%;left:10%;animation:l1 15s ease-in-out 0s infinite alternate both}.leaf_2{height:100px;top:72%;left:30%;rotate:80deg;animation:l2 15s ease-in-out 0s infinite alternate both}.leaf_3{height:40px;top:50%;left:44%;animation:l3 15s ease-in-out 0s infinite alternate both}.leaf_4{height:60px;top:68%;right:36%;rotate:80deg;animation:l4 15s ease-in-out 0s infinite alternate both}.leaf_5{height:80px;top:72%;right:24%;rotate:234deg;animation:l5 15s ease-in-out 0s infinite alternate both}.leaf_6{height:70px;top:20%;right:14%;rotate:55deg;animation:l6 15s ease-in-out 0s infinite alternate both}.leaf_7{height:70px;top:108%;right:11%;animation:l7 15s ease-in-out 0s infinite alternate both}.leaf_8{height:25px;top:45%;right:4%;animation:l8 15s ease-in-out 0s infinite alternate both}@keyframes l1{to{transform:translate(108px,-59px) rotate(40deg)}}@keyframes l2{to{transform:translate(0,-121px) rotate(-86deg)}}@keyframes l3{to{transform:translate(165px,-16px) rotate(171deg)}}@keyframes l4{to{transform:translate(26px,-35px) rotate(-20deg)}}@keyframes l5{to{transform:translate(-70px,-50px) rotate(-70deg)}}@keyframes l6{to{transform:translate(170px,-63px) rotate(105deg)}}@keyframes l7{to{transform:translate(125px,-63px) rotate(-20deg)}}@keyframes l8{to{transform:translate(38px,158px) rotate(156deg)}}#how{padding:20px;position:relative;overflow:hidden}.card{margin:auto;max-width:1230px;height:640px;background:linear-gradient(112.78deg,#2bb5ff 8.01%,#6e3acf 93.04%);border-radius:32px;color:var(--color-white);overflow:hidden;display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative}.card h2{font-size:36px;font-weight:700}.card h3{font-size:30px;font-weight:700}.card p{font-size:18px}.carrousel{position:relative;width:250px;display:flex;justify-content:center;align-items:center}.carrousel .circle{height:500px;width:500px;border:5px solid var(--color-white);border-radius:50%;position:absolute;right:0}.carrousel .page{font-size:100px;font-weight:700;position:absolute;left:10px}.carrousel .dot{height:100px;width:100px;border:2px solid var(--color-white);border-radius:50%;position:absolute;overflow:hidden;cursor:pointer;transition:all ease .2s}.carrousel .dot img{width:100%;height:100%;object-fit:cover}.carrousel .zero{top:-242px;right:45px}.carrousel .one{top:-50px;right:-40px}.carrousel .two{top:148px;right:45px}.carrousel .tree{top:190px;right:205px}.carrousel .four{top:-50px;right:205px}.carrousel .five{top:-295px;right:205px}.carrousel .active{transform:scale(1.8)}.play{cursor:pointer;position:absolute;right:30px;bottom:30px;z-index:2}.play>img{height:30px;width:30px;object-fit:contain}.play_button{display:none}.content{padding:20px;width:fit-content;height:fit-content;margin-left:100px}.content>div{display:flex;flex-direction:column;gap:10px;animation:appear .6s ease 0s 1 normal both;min-height:338px}.item{display:flex;flex-direction:row;align-items:flex-start;gap:10px}.item img{margin-top:8px;height:16px;aspect-ratio:1/1}.leaf_card{filter:blur(1px);position:relative;height:80px;top:-54%;left:-16%;z-index:2}@keyframes leaf_card{25%{transform:translate(-854%,428%) rotate(57deg) scale(2)}50%{transform:translate(107%,693%) rotate(0) scale(1.8)}75%{transform:translate(-860%,819%) rotate(33deg) scale(1.2)}100%{transform:translate(-426%,950%) rotate(0) scale(1)}}.cert-title{padding:30px 20px}.cert-title h2{text-align:center;color:var(--color-magenta);font-size:36px;font-weight:700}.cert-title p{text-align:center;color:var(--color-black)}#who{display:flex;flex-direction:column;gap:30px;justify-content:center;align-items:center;position:relative;margin:30px}.cert{height:140px;width:540px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:20px;border-radius:200px;margin-left:400px;position:relative}.cert img{width:100px;height:100px;object-fit:cover}.cert .data{width:100%;flex-direction:column;gap:5px;justify-content:center;align-items:center;text-align:center;display:flex;opacity:0;transition:opacity ease .5s;transition-delay:.5s}.cert .data .alt{background:0 0}.cert .data .alt:hover{background:var(--color-purple)}.cert .data h3{font-size:18px;font-weight:700}.cert .data p{font-size:14px}.cert .data-2{width:380px;font-size:14px;position:absolute;opacity:0;transition:opacity ease .5s}.cert .data-2{left:-70%}.reverse .data-2{left:inherit;right:-70%}.cert-bg{background-color:var(--color-purple-lightest);height:140px;width:140px;border-radius:200px;position:absolute;z-index:-1;transform:translateX(-200px);transition:all ease .2s}.reverse{flex-direction:row-reverse;margin-left:0;margin-right:400px}.reverse>.cert-bg{transform:translateX(200px)}.line{background-color:var(--color-purple-lightest);position:absolute;width:6px;height:100%;z-index:-1}.cert-active>.data{opacity:1}.cert-active-2>.data-2{opacity:1}.cert-active-2 .button{opacity:0!important;height:0!important}.cert-active>.cert-bg{width:540px;transform:translate(0)}.cert-active-2>.cert-bg{width:950px;transform:translate(206px)}.reverse+.cert-active-2>.cert-bg{transform:translate(-206px)}.bubble{position:absolute;z-index:-2;filter:blur(2px)}.bubble_1{height:300px;top:20%;right:0;animation:bubble_1 5s ease-in-out 0s infinite alternate both}.bubble_2{height:300px;top:60%;left:0;animation:bubble_2 6s ease-in-out 0s infinite alternate both}.decorator{height:16px;background:#e31952;background:linear-gradient(58deg,#e31952,#7835c3)}.hide{display:none!important;opacity:0}@keyframes rotate{0%{transform:rotate(0)}50%{transform:rotate(180deg)}100%{transform:rotate(360deg)}}@keyframes appear{from{opacity:0}to{opacity:1}}@keyframes animatedItem1{to{transform:translateX(0)}}@keyframes bubble_1{to{transform:rotate(-10deg) translateY(20%)}}@keyframes bubble_2{to{transform:rotate(45deg) translateY(-20%) translateX(10%)}}.FA_tin{display:none!important}@media screen and (width >= 1600px){.hero-info{padding:80px 180px}}@media screen and (width < 900px){.hero{background-position:top left}.hero-container{flex-direction:column}.hero-info{padding:10px;padding-top:40px}.hero-info p{font-size:18px;line-height:auto}.hero-info p strong{font-size:18px;font-size:auto}.products{right:16px;bottom:35%}.buttons{flex-direction:column}.buttons .button{width:100%;text-align:center}.leaf_1{top:11%}.leaf_2{top:91%;left:-4%}.leaf_3{top:40%;left:10%}.leaf_5{top:44%;left:0}.leaf_6{top:50%;right:26%}.leaf_7{top:92%;right:52%}.leaf_8{top:20%;right:11%}#how{padding:10px}.card{height:max-content;flex-direction:column}.card .content{margin:0;margin-top:150px;margin-bottom:60px}.carrousel{transform:rotate(90deg) translate(40px,0) scaleX(.5) scaleY(-.5)}.carrousel img{transform:rotate(-90deg)}.carrousel .page{transform:rotate(90deg) translate(0,-64px) scaleX(1) scaleY(-1)}#who{margin:10px;padding-bottom:20px}.cert,.reverse{flex-direction:column;justify-content:space-between;margin:0;width:100%;height:290px}.cert-active{margin:0}.cert-bg{transform:translate(0,-20px)}.cert .data{z-index:2}.cert .data-2{left:0;right:0;bottom:10%;width:100%;padding:20px;z-index:1;text-align:center;transition-delay:.5s}.reverse .cert-bg{transform:translate(0,-20px)}.cert-active>.cert-bg{height:300px;width:100%;transform:translate(0,-20px)}.cert-active-2>.cert-bg{height:300px;width:100%;transform:translate(0,-20px)!important}.cert-active-2>.data{opacity:0}}