html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}dl dl,dl ol,dl ul,ol dl,ul dl{margin:0}ol ol,ol ul,ul ol,ul ul{margin:0}hr{box-sizing:content-box;color:inherit;height:0;overflow:visible}main{display:block}pre{font-family:monospace,monospace;font-size:1em}a{background-color:#fff0}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}table{border-color:inherit;text-indent:0}button,input,select{margin:0}button{overflow:visible;text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}fieldset{padding:.35em .75em .625em}input{overflow:visible}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{margin:0;overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}details{display:block}dialog{background-color:#fff;border:solid;color:#000;display:block;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}*{box-sizing:border-box}html,body{margin:0;padding:0}html{font-size:10px;font-family:"Poppins",sans-serif;scroll-behavior:smooth}@media only screen and (min-width:2560px){html{font-size:12px}}@media only screen and (min-width:3360px){html{font-size:14px}}@media only screen and (min-width:3840px){html{font-size:16px}}body{background-color:#fff;color:rgb(0 0 0 / .87);font-size:1.6rem;line-height:2.4rem;font-weight:300;position:relative}.noscroll{height:100%}h1,h2,h3,h4,h5,h6{margin:0;padding:0;color:rgb(0 0 0 / .87);font-weight:200}.side-nav{width:100%;height:100%;position:fixed;top:0;right:-100%;display:flex;justify-content:flex-end;background-color:rgb(0 0 0 / .38);overflow:hidden;transition:0.5s;z-index:100}@media only screen and (min-width:1024px){.side-nav{display:none}}.side-nav .nav-content{width:100%;height:100%;background-color:#fff}.side-nav .nav-content .header{height:5.6rem;display:flex;align-items:center;justify-content:space-between;padding:0 2.4rem}@media only screen and (min-width:600px){.side-nav .nav-content .header{height:8.8rem}}.side-nav .nav-content .mobile-menu-container{padding:.8rem 0}.side-nav .nav-content .mobile-menu-container a{height:5.6rem;width:100%;display:flex;align-items:center;padding:0 2.4rem;gap:1.6rem;font-size:1.6rem;text-decoration:none;color:rgb(0 0 0 / .87);line-height:2.4rem}.side-nav .nav-content .mobile-menu-container a:hover{background-color:#FE8;color:#FFE382}.side-nav .nav-content .mobile-menu-container .language-container a{width:100%;display:flex;padding-left:6.4rem;padding-right:2.4rem;justify-content:space-between}.side-nav .nav-content .mobile-menu-container .language-container a img{display:none;margin:.8rem}.side-nav .nav-content .mobile-menu-container .language-container a.selected-language{background-color:#FE8;color:#ED9455}.side-nav .nav-content .mobile-menu-container .language-container a.selected-language img{display:block}.side-nav.open{right:0}header{position:sticky;top:0;height:5.6rem;padding:0 2.4rem;display:flex;align-items:center;background-color:#fff;border-bottom:.1rem solid rgb(0 0 0 / .1);z-index:10}@media only screen and (min-width:600px){header{height:8.8rem}}nav{width:100%;display:flex;align-items:center;justify-content:space-between}.logo{display:block;height:3.2rem;width:auto}.logo img{height:3.2rem;width:auto}@media only screen and (min-width:600px){.logo img{height:4rem}}.menu-container{display:none;align-items:center;gap:1.6rem}@media only screen and (min-width:1024px){.menu-container{display:flex}}.menu-container a{display:flex;align-items:center;justify-content:center;gap:.8rem;padding:0 1.2rem;font-size:1.4rem;line-height:4rem;font-weight:500;color:rgb(0 0 0 / .87);-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;border-radius:.8rem}.menu-container a:hover{background-color:#FE8;color:#ED9455}.menu-container a:hover .lang-icon-hover{display:block}.menu-container a:hover .lang-icon{display:none}.menu-container a img{width:2.4rem;height:2.4rem}.menu-container a .lang-icon-hover{display:none}.menu-container .dropdown{position:relative;display:inline-block}.menu-container .dropbtn{display:flex;align-items:center;justify-content:center;gap:.8rem;font-family:"Poppins",sans-serif;padding:0 1.2rem;font-size:1.4rem;line-height:4rem;font-weight:500;color:rgb(0 0 0 / .87);-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;border-radius:.8rem;border:none;background-color:#fff0;cursor:pointer}.menu-container .dropbtn:hover{background-color:#FE8;color:#ED9455}.menu-container .dropbtn:hover .lang-icon-hover{display:block}.menu-container .dropbtn:hover .lang-icon{display:none}.menu-container .dropbtn img{width:2.4rem;height:2.4rem}.menu-container .dropbtn .lang-icon-hover{display:none}.menu-container .dropdown-content{display:none;position:absolute;right:0;background-color:#fff;border-radius:.8rem;min-width:160px;box-shadow:0 12px 24px 0 rgb(0 0 0 / .16);z-index:1;padding:.8rem 0}.menu-container .dropdown-content a{color:rgb(0 0 0 / .87);padding:.8rem 1.6rem;font-size:1.4rem;line-height:2.4rem;font-weight:400;text-decoration:none;display:block;border-radius:0}.menu-container .dropdown-content a:hover{background-color:#FE8;color:#ED9455}.menu-container .dropdown:hover .dropdown-content{display:block}.menu-icon{width:4rem;height:4rem;background-color:#fff;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer}.menu-icon:hover{background-color:#FE8}@media only screen and (min-width:1024px){.menu-icon{display:none}}main{display:flex;flex-direction:column;width:100%;align-items:center}section{width:100%;display:flex;justify-content:center;padding:4rem 2.4rem;scroll-margin-block-start:5.6rem}@media only screen and (min-width:600px){section{scroll-margin-block-start:8.8rem;padding:8rem 2.4rem}}section .content-container{z-index:1;width:100%;display:flex;flex-direction:column;gap:4rem;align-items:center}@media only screen and (min-width:600px){section .content-container{max-width:64rem;gap:8rem}}@media only screen and (min-width:1280px){section .content-container{max-width:102.4rem;gap:8rem}}section .content-container .header{width:100%;display:flex;flex-direction:column;align-items:center;gap:.8rem;width:100%}@media only screen and (min-width:600px){section .content-container .header{gap:1.6rem}}section .content-container .header .title{font-size:3.2rem;line-height:4.8rem;font-weight:200;text-align:center}@media only screen and (min-width:600px){section .content-container .header .title{font-size:4rem;line-height:5.6rem}}section .content-container .header .subtitle{font-weight:300;text-align:center;font-size:1.6rem;line-height:2.4rem;color:rgb(0 0 0 / .87)}section .content-container .header .subtitle a{text-decoration:none;color:#FFE382}@media only screen and (min-width:600px){section .content-container .header .subtitle{font-size:2rem;line-height:3.2rem}}.button{width:-moz-fit-content;width:fit-content;height:4.8rem;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:500;text-decoration:none;color:#fff;padding:0 4.8rem;border-radius:2.4rem;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#ED9455}.button:hover{background-color:#FFBB70}.small-circle,.medium-circle,.big-circle{background-color:rgb(255 255 255 / .25);border-radius:50%;position:absolute;z-index:0}.small-circle{width:4rem;height:4rem;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (min-width:600px){.small-circle{width:8rem;height:8rem}}.medium-circle.one{width:6rem;height:6rem;top:0;left:25%;transform:translate(-50%,-50%)}@media only screen and (min-width:600px){.medium-circle.one{width:12rem;height:12rem}}.medium-circle.two{width:6rem;height:6rem;bottom:0;right:25%;transform:translate(50%,50%)}@media only screen and (min-width:600px){.medium-circle.two{width:12rem;height:12rem}}.big-circle.one{width:12rem;height:12rem;bottom:0;left:0;transform:translate(-50%,50%)}@media only screen and (min-width:600px){.big-circle.one{width:24rem;height:24rem}}.big-circle.two{width:12rem;height:12rem;top:50%;right:0;transform:translate(50%,-50%)}@media only screen and (min-width:600px){.big-circle.two{width:24rem;height:24rem}}#hero{width:100%;background:#fff0;background:linear-gradient(180deg,#fff0 0%,rgb(255 210 102 / .2) 100%)}@media only screen and (min-width:1024px){#hero .content-container{flex-direction:row;gap:4rem}}#hero .column{display:flex;flex-direction:column;align-items:center;gap:1.6rem}@media only screen and (min-width:600px){#hero .column{align-items:flex-start}}#hero .title{font-size:4rem;font-weight:200;line-height:5.6rem;text-align:center;color:#ED9455}@media only screen and (min-width:600px){#hero .title{font-size:4.8rem;line-height:6.4rem;text-align:start}}#hero .subtitle{font-weight:400;text-align:center;color:#ED9455;font-size:1.6rem;line-height:2.4rem;font-weight:400}@media only screen and (min-width:600px){#hero .subtitle{font-size:2rem;line-height:3.2rem;text-align:start}}#hero .hero-image{width:100%;height:auto}@media only screen and (min-width:600px){#hero .hero-image{width:48rem}}.motivation-cta{position:relative;background-color:#FFE382;overflow:hidden}.motivation-cta .content-container{gap:1.6rem}.motivation-cta img{width:24rem;height:auto}@media only screen and (min-width:600px){.motivation-cta img{width:36rem}}.motivation-cta h5{font-size:1.6rem;font-weight:500;color:#ED9455;text-transform:uppercase}@media only screen and (min-width:600px){.motivation-cta h5{font-size:2rem;line-height:3.2rem}}ul{padding-inline-start:2.4rem;margin-block-start:0;margin-block-end:0}ul li{padding-bottom:.8rem}@media only screen and (min-width:600px){ul li{font-size:2rem;line-height:3.2rem}}.feature .content-container .header .title{font-size:2.4rem;font-weight:300;line-height:3.2rem}.feature img{width:24rem;border-radius:1.6rem}@media only screen and (min-width:600px){.feature img{width:36rem}}@media only screen and (min-width:600px){.feature:nth-child(odd) .content-container{flex-direction:row-reverse;gap:4rem}.feature:nth-child(odd) .content-container .header{align-items:flex-start}.feature:nth-child(odd) .content-container .title,.feature:nth-child(odd) .content-container .subtitle{text-align:start}.feature:nth-child(odd) .content-container .title{font-size:3.2rem;line-height:4rem}.feature:nth-child(odd) .content-container .subtitle{font-size:1.6rem;line-height:2.4rem}}@media only screen and (min-width:600px){.feature:nth-child(even) .content-container{flex-direction:row;gap:4rem}.feature:nth-child(even) .content-container .header{align-items:flex-start}.feature:nth-child(even) .content-container .title,.feature:nth-child(even) .content-container .subtitle{text-align:start}.feature:nth-child(even) .content-container .title{font-size:3.2rem;line-height:4rem}.feature:nth-child(even) .content-container .subtitle{font-size:1.6rem;line-height:2.4rem}}.feature.one{background:#fff0;background:linear-gradient(180deg,#fff0 0%,rgb(255 210 102 / .2) 100%)}.feature.one img{box-shadow:0 1.2rem 2.4rem rgb(237 148 85 / .16)}.feature.two img{box-shadow:0 1.2rem 2.4rem rgb(0 0 0 / .16)}.feature.three{background:#fff0;background:linear-gradient(0deg,#fff0 0%,rgb(255 210 102 / .2) 100%)}.feature.three img{box-shadow:0 1.2rem 2.4rem rgb(237 148 85 / .16)}.testimonials-container{display:flex;flex-direction:column;gap:1.6rem}@media only screen and (min-width:600px){.testimonials-container{gap:2.4rem}}.testimonial{display:flex;gap:1.6rem;padding:1.6rem;border-radius:1.6rem;border:.4rem solid rgb(237 148 85 / .2)}@media only screen and (min-width:600px){.testimonial{gap:2.4rem;padding:2.4rem}}.testimonial .column{display:flex;flex-direction:column;gap:1.6rem}@media only screen and (min-width:600px){.testimonial .column{gap:2.4rem}}.testimonial .avatar{width:4.8rem;height:4.8rem;border-radius:50%}@media only screen and (min-width:600px){.testimonial .avatar{width:6.4rem;height:6.4rem}}.testimonial .name{font-size:2rem;font-weight:400;line-height:2.4rem}#download{overflow:clip;position:relative;background-color:#FFE382}#download .content-container{gap:1.6rem}@media only screen and (min-width:600px){#download .content-container{gap:4rem}}#download .header{gap:0}#download .header h5{font-size:1.6rem;line-height:2.4rem;font-weight:300;text-transform:uppercase}@media only screen and (min-width:600px){#download .header h5{font-size:2rem;line-height:3.2rem}}#download .header h2{font-size:4rem;line-height:5.6rem;font-weight:200}@media only screen and (min-width:600px){#download .header h2{font-size:4.8rem;line-height:6.4rem}}#download .row{display:flex;align-items:center;gap:1.6rem}@media only screen and (min-width:600px){#download .row{gap:2.4rem}}#download .app-store-btn,#download .google-play-btn{display:block;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:0;text-decoration:none}#download .app-store-btn img,#download .google-play-btn img{height:4rem}@media only screen and (min-width:600px){#download .app-store-btn img,#download .google-play-btn img{height:5.6rem}}#download .app-store-btn img.hover,#download .google-play-btn img.hover{position:absolute;top:0;left:0;visibility:hidden}#download .app-store-btn:hover img.hover,#download .google-play-btn:hover img.hover{visibility:visible}#faq .column{width:100%;display:flex;flex-direction:column;align-items:center;gap:2.4rem}#faq .question{width:100%;display:flex;flex-direction:column;padding:2.4rem;border-radius:1.6rem;gap:2.4rem;border:.4rem solid rgb(237 148 85 / .2);cursor:pointer}#faq .question.expanded h5{font-weight:400;color:rgb(0 0 0 / .87)}#faq .row{display:flex;align-items:flex-start;gap:1.6rem}#faq .row h5{font-size:1.6rem;line-height:2.4rem;color:rgb(0 0 0 / .54);font-weight:300;flex:1}@media only screen and (min-width:600px){#faq .row h5{font-size:2rem}}#faq .row .icon{width:2.4rem;height:2.4rem;background:url(../images/expand.png) center center no-repeat;background-size:2.4rem 2.4rem}#faq .row .icon.expanded{background:url(../images/collapse.png) center center no-repeat;background-size:2.4rem 2.4rem}#faq p{display:none;margin:0;padding:0;color:rgb(0 0 0 / .54);font-weight:400}footer{width:100%;display:flex;flex-direction:column;align-items:center;padding:1.6rem 2.4rem;gap:.8rem;font-size:1.4rem;text-align:center;color:rgb(0 0 0 / .54);background-color:#FFE382}@media only screen and (min-width:600px){footer{flex-direction:row;justify-content:space-between}}footer .links{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem}@media only screen and (min-width:600px){footer .links{width:auto}}footer .links a{text-decoration:none;color:rgb(0 0 0 / .87);background-color:#FFE382}.blog{padding:4rem 0}.blog p{padding:0;margin:0}.blog section{padding:0}.blog .page-title{display:flex;flex-direction:column;align-items:center;padding:4rem 2.4rem}.blog .page-title .content-container{gap:.8rem}@media only screen and (min-width:1024px){.blog .page-title .content-container{max-width:102.4rem}}.blog .page-title h1{font-size:3.2rem;line-height:4rem;font-weight:700;text-align:center}@media only screen and (min-width:600px){.blog .page-title h1{font-size:4rem;line-height:5.6rem}}.blog .page-title p{font-size:2rem;line-height:3.2rem;color:rgb(0 0 0 / .54);text-align:center}@media only screen and (min-width:1280px){.blog .latest-article .content-container{max-width:102.4rem}}.blog .latest-article article{padding:4rem 0;width:100%!important}.blog .latest-article article .article-image{border-radius:0}@media only screen and (min-width:1920px){.blog .latest-article article .article-image{aspect-ratio:16/9}.blog .latest-article article .article-image img{aspect-ratio:16/9}}.blog .latest-article article .column{width:100%;padding:0 2.4rem}.blog .latest-article article p span{display:inline}@media only screen and (min-width:600px){.blog .latest-article article{padding:4rem 1.6rem}.blog .latest-article article .article-image{border-radius:1.6rem}.blog .latest-article article .article-image img{aspect-ratio:16/9}.blog .latest-article article .column{padding:0}}.blog .latest-article article header{height:auto;position:unset;flex-direction:column;padding:0}.blog .articles .content-container{gap:0;flex-direction:row;flex-wrap:wrap}@media only screen and (min-width:600px){.blog .articles .content-container{align-items:flex-start}}@media only screen and (min-width:1280px){.blog .articles .content-container{max-width:102.4rem}}.blog article{display:flex;flex-direction:column;align-items:center;width:100%;padding:4rem 2.4rem;gap:1.6rem}@media only screen and (min-width:600px){.blog article{width:50%;padding:4rem 1.6rem}}.blog article .article-image{position:relative;width:100%;border-radius:1.6rem;line-height:0;overflow:hidden}.blog article .article-image img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.blog article .article-image .overlay{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgb(255 227 130 / .2)}.blog article .column{width:100%;display:flex;flex-direction:column;gap:.8rem;padding:0}.blog article p{font-size:1.4rem;line-height:2rem;color:rgb(0 0 0 / .54)}.blog article p span{display:none}.blog article .article-title{font-size:2.4rem;line-height:3.2rem;font-weight:700}.blog article .article-subtitle{width:90%;font-size:1.6rem;line-height:2.4rem;color:rgb(0 0 0 / .54);font-weight:400;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.blog article .button{background-color:rgb(237 148 85 / .2);border:.1rem solid #ED9455;color:#ED9455}.blog.opened-article{padding:0}.blog.opened-article .articles{display:flex;flex-direction:column;align-items:center}.blog.opened-article>article{width:100%;padding:0 0 4rem;gap:4rem}@media only screen and (min-width:1024px){.blog.opened-article>article{padding:4rem 0}}.blog.opened-article>article header{width:100%;max-width:102.4rem;position:unset;height:auto;padding:0;flex-direction:column;border:none;z-index:unset}@media only screen and (min-width:1024px){.blog.opened-article>article header{gap:1.6rem}}.blog.opened-article>article header .content-container{gap:1.6rem}.blog.opened-article>article ul.breadcrumb{width:100%;padding-inline-end:2.4rem;display:flex}.blog.opened-article>article ul.breadcrumb li{display:flex;align-items:center;height:4rem;list-style-type:none;padding:0;color:rgb(0 0 0 / .87);font-size:1.4rem;line-height:2rem}@media only screen and (min-width:600px){.blog.opened-article>article ul.breadcrumb li{font-size:1.6rem;line-height:2.4rem}}.blog.opened-article>article ul.breadcrumb li a{display:flex;align-items:center;text-decoration:none;color:rgb(0 0 0 / .54)}.blog.opened-article>article ul.breadcrumb li a:active,.blog.opened-article>article ul.breadcrumb li a:hover{color:#ED9455}.blog.opened-article>article ul.breadcrumb li span{display:block;width:20rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media only screen and (min-width:600px){.blog.opened-article>article ul.breadcrumb li span{width:40rem}}.blog.opened-article>article ul.breadcrumb li img{margin:0 .4rem}.blog.opened-article>article .article-image{width:100%;height:auto;border-radius:0;aspect-ratio:4/3}@media only screen and (min-width:600px){.blog.opened-article>article .article-image{aspect-ratio:16/9}.blog.opened-article>article .article-image img{aspect-ratio:16/9}}@media only screen and (min-width:1024px){.blog.opened-article>article .article-image{border-radius:1.6rem}}.blog.opened-article>article .article-image img{aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.blog.opened-article>article .content-container{width:100%;max-width:64rem;display:flex;flex-direction:column;gap:4rem;padding:0;padding-top:1.6rem}@media only screen and (min-width:1024px){.blog.opened-article>article .content-container{max-width:102.4rem;align-items:flex-start;padding-top:0}}.blog.opened-article>article .content-container .article-subtitle{width:100%;font-size:2rem;line-height:3.2rem;text-overflow:unset!important;overflow:unset;white-space:unset}.blog.opened-article>article .content-container p,.blog.opened-article>article .content-container .article-title,.blog.opened-article>article .content-container .article-subtitle{padding:0 2.4rem}.blog.opened-article>article .sponsor{flex-direction:column;align-items:center;gap:2.4rem;padding:4rem 2.4rem;background-color:#FFE382}.blog.opened-article>article .sponsor h5{font-size:1.6rem;line-height:2.4rem;font-weight:400;text-transform:uppercase;color:rgb(0 0 0 / .54)}.blog.opened-article>article .sponsor .sponsor-logo{width:100%;max-width:48rem;height:auto;background-color:#fff;background-size:contain;background-position:center center;background-repeat:no-repeat;border-radius:1.6rem;overflow:hidden}.blog.opened-article>article .sponsor .sponsor-logo.horizontal{aspect-ratio:2/1}.blog.opened-article>article .sponsor .sponsor-logo.square{aspect-ratio:1/1;max-width:24rem}.blog.opened-article>article .article-text{flex-direction:column;gap:1.6rem}.blog.opened-article>article .article-text .section-title{font-size:2.4rem;line-height:3.2rem;font-weight:700;color:rgb(0 0 0 / .87);padding:0 2.4rem}.blog.opened-article>article .article-text p{font-size:2rem;line-height:3.2rem;color:rgb(0 0 0 / .87)}.blog.opened-article>article .author{width:100%;display:flex;gap:1.6rem;padding:0 2.4rem}.blog.opened-article>article .author .column{padding:0;gap:0}.blog.opened-article>article .author .author-image{width:4.8rem;height:4.8rem;border-radius:50%;line-height:0}.blog.opened-article>article .author .author-image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.blog.opened-article>article .author h4{font-size:1.6rem;line-height:2.4rem;font-weight:500;color:rgb(0 0 0 / .87)}.blog.opened-article>article .author p{padding:0}.blog.opened-article>article .credits{width:100%;display:flex;flex-direction:column;gap:0;align-items:center;padding:4rem 0;background-color:rgb(0 0 0 / .04);border-top:.1rem solid rgb(0 0 0 / .1);border-bottom:.1rem solid rgb(0 0 0 / .1)}.blog.opened-article>article .credits .content-container{align-items:flex-start;gap:.8rem}.blog.opened-article>article .credits h4,.blog.opened-article>article .credits .author,.blog.opened-article>article .credits .link{font-size:1.4rem;line-height:2rem;font-weight:400;color:rgb(0 0 0 / .54);text-transform:uppercase;padding:0 2.4rem}.blog.opened-article>article .credits .author{text-transform:none;color:rgb(0 0 0 / .87)}.blog.opened-article>article .credits .link{display:flex;align-items:start;gap:.8rem;text-transform:none;margin-bottom:.8rem}.blog.opened-article .similar-articles{font-size:2.4rem;line-height:3.2rem;font-weight:700;color:rgb(0 0 0 / .87);padding:0 2.4rem}.chore-charts .content-container{width:100%;max-width:102.4rem;margin:0 auto;display:flex;flex-direction:column;gap:4rem}.chore-charts section.hero{position:relative;overflow:hidden;width:100%;padding:4rem 2.4rem;background-color:#FFE382}@media only screen and (min-width:600px){.chore-charts section.hero{padding:8rem 2.4rem}}.chore-charts section.hero .circle{position:absolute;border-radius:50%}.chore-charts section.hero .circle-one{width:24rem;height:24rem;background-color:rgb(255 255 255 / .2);top:-4rem;left:-4rem}@media only screen and (min-width:600px){.chore-charts section.hero .circle-one{width:32rem;height:32rem;background-color:rgb(255 255 255 / .2);top:4rem;left:4rem}}.chore-charts section.hero .circle-two{width:24rem;height:24rem;background-color:rgb(237 148 85 / .2);bottom:-4rem;right:-4rem}@media only screen and (min-width:600px){.chore-charts section.hero .circle-two{width:48rem;height:48rem;background-color:rgb(237 148 85 / .2);bottom:-4rem;right:-4rem}}.chore-charts section.hero .circle-three{width:16rem;height:16rem;background-color:rgb(237 148 85 / .2);bottom:6.4rem;left:20%}.chore-charts section.hero .circle-four{width:16rem;height:16rem;background-color:rgb(255 255 255 / .2);left:40%;bottom:40%}.chore-charts section.hero .content-wrapper{display:flex;flex-direction:column;width:100%;gap:2.4rem;align-items:center}@media only screen and (min-width:600px){.chore-charts section.hero .content-wrapper{flex-direction:row;gap:4rem}}.chore-charts section.hero .column{display:flex;flex-direction:column;flex:1;width:100%;gap:2.4rem}.chore-charts section.hero h1.page-title{font-size:4rem;line-height:4.8rem;font-weight:700;color:rgb(0 0 0 / .87);text-align:center}@media only screen and (min-width:600px){.chore-charts section.hero h1.page-title{font-size:4.8rem;line-height:5.6rem;text-align:start}}.chore-charts section.hero p.subtitle{font-size:2rem;line-height:3rem;font-weight:400;color:rgb(0 0 0 / .87);margin:0;text-align:center}@media only screen and (min-width:600px){.chore-charts section.hero p.subtitle{font-size:2.4rem;line-height:3.2rem;text-align:start}}.chore-charts section.hero .hero-image{flex:1}.chore-charts section.hero .hero-image img{width:100%;height:auto}.chore-charts section.hero #hero-form{width:100%;display:flex;flex-direction:column;gap:2.4rem;padding:2.4rem;border:.2rem solid #ED9455;background-color:#fff;border-radius:2.4rem}@media only screen and (min-width:1024px){.chore-charts section.hero #hero-form{flex-direction:row;align-items:center}}.chore-charts section.hero #hero-form .wrapper{width:100%;display:flex;flex-direction:column;gap:1.6rem}@media only screen and (min-width:600px){.chore-charts section.hero #hero-form .wrapper{flex-direction:row;align-items:center}}@media only screen and (min-width:1024px){.chore-charts section.hero #hero-form .wrapper{width:50%}}.chore-charts section.hero #hero-form .wrapper input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.1rem solid rgb(0 0 0 / .1);height:5.6rem;padding:0 1.6rem;border-radius:1.6rem;background-color:#fff;width:100%;font-size:1.6rem;line-height:2.4rem;font-weight:400;color:rgb(0 0 0 / .87)}.chore-charts section.hero #hero-form .wrapper input::-moz-placeholder{font-size:1.6rem;line-height:2.4rem;font-weight:400;color:rgb(0 0 0 / .38)}.chore-charts section.hero #hero-form .wrapper input::placeholder{font-size:1.6rem;line-height:2.4rem;font-weight:400;color:rgb(0 0 0 / .38)}.chore-charts section.hero #hero-form .wrapper input:focus-visible{outline-color:#ED9455}.chore-charts section.hero #hero-form .wrapper button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;display:flex;align-items:center;justify-content:center;width:100%;height:5.6rem;border-radius:1.6rem;padding:0 1.6rem;font-size:1.6rem;line-height:2.4rem;font-weight:700;color:#fff;background-color:#ED9455;text-transform:uppercase;cursor:pointer}.chore-charts section.hero #hero-form label{width:100%;font-size:2rem;line-height:2.4rem;color:rgb(0 0 0 / .87)}@media only screen and (min-width:1024px){.chore-charts section.hero #hero-form label{width:50%}}.chore-charts section.hero #hero-form label span{font-weight:500}.chore-charts section.benefits .content-container{gap:2.4rem}@media only screen and (min-width:600px){.chore-charts section.benefits .content-container{gap:4rem}}.chore-charts section.benefits h2{font-size:3.2rem;line-height:4rem;font-weight:700;color:rgb(0 0 0 / .87);text-align:center}@media only screen and (min-width:600px){.chore-charts section.benefits h2{font-size:4rem;line-height:4.8rem}}.chore-charts section.benefits .benefits-wrapper{display:flex;flex-direction:column;gap:1.6rem}@media only screen and (min-width:600px){.chore-charts section.benefits .benefits-wrapper{flex-direction:row}}.chore-charts section.benefits .benefit{display:flex;flex-direction:column;width:100%;align-items:center;gap:1.6rem;border:.1rem solid #ED9455;border-radius:2.4rem;background-color:#fff;padding:2.4rem 1.6rem}.chore-charts section.benefits .benefit img{width:4.8rem;height:4.8rem}.chore-charts section.benefits .benefit h3{font-size:2.4rem;line-height:3.2rem;font-weight:700;text-align:center}.chore-charts section.benefits .benefit p{margin:0;font-size:2rem;line-height:1.5;color:rgb(0 0 0 / .87);text-align:center}.chore-charts section.sneakpeek{background-color:rgb(255 237 130 / .2)}.chore-charts section.sneakpeek .content-container{gap:2.4rem}@media only screen and (min-width:600px){.chore-charts section.sneakpeek .content-container{gap:4rem}}.chore-charts section.sneakpeek h2{font-size:3.2rem;line-height:4rem;font-weight:700;color:rgb(0 0 0 / .87);text-align:center}@media only screen and (min-width:600px){.chore-charts section.sneakpeek h2{font-size:4rem;line-height:4.8rem}}.chore-charts section.sneakpeek p{margin:0;font-size:2rem;line-height:1.5;color:rgb(0 0 0 / .87);text-align:center}.chore-charts section.sneakpeek img{width:100%;height:auto}.chore-charts section.what-is-kikaroo .content-container{gap:2.4rem}@media only screen and (min-width:600px){.chore-charts section.what-is-kikaroo .content-container{gap:4rem}}.chore-charts section.what-is-kikaroo h2{font-size:3.2rem;line-height:4rem;font-weight:700;color:rgb(0 0 0 / .87);text-align:center}@media only screen and (min-width:600px){.chore-charts section.what-is-kikaroo h2{font-size:4rem;line-height:4.8rem}}.chore-charts section.what-is-kikaroo p{margin:0;font-size:2rem;line-height:1.5;color:rgb(0 0 0 / .87);text-align:center}.chore-charts section.what-is-kikaroo img{width:100%;max-width:48rem;height:auto}.chore-charts section.what-is-kikaroo .store-links{width:100%;max-width:32rem;display:flex;gap:1.6rem}.chore-charts section.what-is-kikaroo .store-links a{width:100%;line-height:0;border-radius:.8rem}.chore-charts section.what-is-kikaroo .store-links a:hover{background-color:#FFE382}.chore-charts section.call-to-action{background-color:rgb(255 237 130 / .2)}.chore-charts section.call-to-action .content-container{gap:2.4rem}@media only screen and (min-width:600px){.chore-charts section.call-to-action .content-container{gap:4rem}}.chore-charts section.call-to-action h2{font-size:3.2rem;line-height:4rem;font-weight:700;color:rgb(0 0 0 / .87);text-align:center}@media only screen and (min-width:600px){.chore-charts section.call-to-action h2{font-size:4rem;line-height:4.8rem}}.chore-charts section.call-to-action p{margin:0;font-size:2rem;line-height:1.5;color:rgb(0 0 0 / .87);text-align:center}.chore-charts section.call-to-action #cta-form{width:100%;display:flex;flex-direction:column;gap:2.4rem;padding:2.4rem;border:.2rem solid #ED9455;background-color:#fff;border-radius:2.4rem}@media only screen and (min-width:1024px){.chore-charts section.call-to-action #cta-form{flex-direction:row;align-items:center}}.chore-charts section.call-to-action #cta-form .wrapper{width:100%;display:flex;flex-direction:column;gap:1.6rem}@media only screen and (min-width:600px){.chore-charts section.call-to-action #cta-form .wrapper{flex-direction:row;align-items:center}}@media only screen and (min-width:1024px){.chore-charts section.call-to-action #cta-form .wrapper{width:50%}}.chore-charts section.call-to-action #cta-form .wrapper input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.1rem solid rgb(0 0 0 / .1);height:5.6rem;padding:0 1.6rem;border-radius:1.6rem;background-color:#fff;width:100%;font-size:1.6rem;line-height:2.4rem;font-weight:400;color:rgb(0 0 0 / .87)}.chore-charts section.call-to-action #cta-form .wrapper input::-moz-placeholder{font-size:1.6rem;line-height:2.4rem;font-weight:400;color:rgb(0 0 0 / .38)}.chore-charts section.call-to-action #cta-form .wrapper input::placeholder{font-size:1.6rem;line-height:2.4rem;font-weight:400;color:rgb(0 0 0 / .38)}.chore-charts section.call-to-action #cta-form .wrapper input:focus-visible{outline-color:#ED9455}.chore-charts section.call-to-action #cta-form .wrapper button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;display:flex;align-items:center;justify-content:center;width:100%;height:5.6rem;border-radius:1.6rem;padding:0 1.6rem;font-size:1.6rem;line-height:2.4rem;font-weight:700;color:#fff;background-color:#ED9455;text-transform:uppercase;cursor:pointer}.chore-charts section.call-to-action #cta-form label{width:100%;font-size:2rem;line-height:2.4rem;color:rgb(0 0 0 / .87)}@media only screen and (min-width:1024px){.chore-charts section.call-to-action #cta-form label{width:50%}}.chore-charts section.call-to-action #cta-form label span{font-weight:500}#hero .title strong{font-weight:200}p.subtitle{margin-top:0;margin-bottom:0}section .content-container .header .title strong{font-weight:200}.motivation-cta p{font-size:1.6rem;font-weight:500;color:#ed9455;text-transform:uppercase;margin:0}#download .header h2{font-size:1.6rem;line-height:2.4rem;font-weight:300;text-transform:uppercase}#download .header h3{font-size:3rem;line-height:4rem;font-weight:200;text-align:center}#faq .question p{max-height:0;overflow:hidden;transition:max-height 0.25s ease;margin:0}#faq .question.expanded p{max-height:600px;display:inline-block}#faq .question .icon{transition:transform 0.25s ease}#faq .question.expanded .icon{transform:rotate(90deg)}#faq .row h3{font-size:1.6rem;line-height:2.4rem;color:rgb(0 0 0 / .54);font-weight:300;flex:1}@media only screen and (min-width:600px){#hero .title{font-size:4rem}.motivation-cta p{font-size:2rem;line-height:3.2rem}#download .header h2{font-size:2rem;line-height:3.2rem}#download .header h3{font-size:4.8rem;line-height:6.4rem}#faq .row h3{font-size:2rem}}.tos .content-container .section-header h2{font-size:4rem;line-height:5.6rem;font-weight:700;text-align:center}.tos .content-container .section-header .section-subtitle{font-weight:400;text-align:center;font-size:1.6rem;line-height:2.4rem;color:rgb(0 0 0 / .54)}.tos .content-container .title-description{min-width:100%}.tos .content-container .feature-title{font-size:3.2rem;line-height:4rem;text-align:left;font-weight:500}.tos .content-container .title-description ul li{font-size:1.6rem;line-height:2.4rem;font-weight:300}.all-blog-articles h2{padding:0 1.6rem;max-width:102.4rem;width:100%}main.blog{padding-bottom:0}.blog.opened-article>article{padding-bottom:0}.blog #download{padding:4rem 2.4rem}.blog.opened-article .articles{margin-top:4rem}@media only screen and (min-width:600px){.blog #download{padding:8rem 2.4rem}}footer{color:rgb(0 0 0 / .87)}.blog.opened-article>article .credits h4,.blog.opened-article>article .credits .link{color:rgb(0 0 0 / .87)}.blog.opened-article>article .credits h4{font-weight:500}.blog article .button{color:#6B2D00}.motivation-cta img{aspect-ratio:736 / 245}.feature.one img{aspect-ratio:720 / 793}.feature.two img{aspect-ratio:720 / 897}.feature.three img{aspect-ratio:720 / 1089}@media only screen and (min-width:1024px){.chore-charts section.call-to-action #cta-form,.chore-charts section.hero #hero-form{flex-wrap:wrap}.chore-charts section.call-to-action #cta-form label,.chore-charts section.hero #hero-form label{flex:1}.chore-charts section.call-to-action #cta-form .wrapper,.chore-charts section.hero #hero-form .wrapper{flex:1}}.form-msg{flex:0 0 100%;width:100%;margin-top:-2rem;display:none}.form-msg.visible{display:block}.form-msg.success{color:#1a7f37}.form-msg.error{color:#b42318}.form-msg.neutral{color:#4b5563}.tos .content-container .section-header h1{font-size:4rem;line-height:5.6rem;font-weight:700;text-align:center}
