/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*{box-sizing:border-box;margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin:0}button{border:none;outline:none;background:none}img,video{width:100%;height:auto}ul,li{list-style:none}input,textarea,select,button{border:none;outline:none}:root{--font-color: #202124;--background-color: #f8f4c0;--primary-color: #21c68f;--primary-color-hover: #2deaab;--dark-color: #202124;--gray-color: #9aa0a6}html{font-size:16px}body{font-family:"Ubuntu",sans-serif;font-weight:400;font-optical-sizing:auto;font-style:normal;font-variation-settings:"wdth" 100;color:var(--font-color);line-height:1.4;letter-spacing:.025rem;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--background-color)}body.noscroll{overflow:hidden}button,a{display:inline-flex;align-items:center;text-decoration:none;outline:none;cursor:pointer;transition:all .3s ease}a{color:var(--color-accent)}a:hover{color:var(--color-accent-hover)}.button{padding:.75rem 1.5rem;border:none;border-radius:.5rem;background:var(--primary-color);color:#fff;font-size:1rem;font-weight:600;width:-moz-max-content;width:max-content}.button:hover{background:var(--primary-color-hover)}.container{display:flex;flex-direction:column;position:relative;width:100%;margin:0 auto;padding:0 1.5rem;max-width:90rem}#app{min-height:100vh;display:flex;flex-direction:column}#header{position:sticky;top:0;width:100%;z-index:3;padding:1rem 0;background:var(--dark-color)}#header .container{flex-direction:row;justify-content:space-between;align-items:center}@media only screen and (max-width: 768px){#header .container{flex-direction:column}}#header .right{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem}@media only screen and (max-width: 580px){#header .right{margin-top:1rem;gap:1rem}}.logo{font-size:1rem;font-weight:700;color:#fff;display:flex;flex-direction:column;align-items:flex-start}.logo:hover{color:var(--primary-color)}.logo span{font-size:.675rem;line-height:1;font-weight:400;color:var(--gray-color)}#site-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem}#site-nav a{color:#fff;font-weight:500}#site-nav a:hover{color:var(--primary-color)}@media only screen and (max-width: 580px){#site-nav{gap:1rem}}.social-links{display:flex;gap:.5rem}.social-links a{height:2.5rem;color:#fff;background:rgba(0,0,0,.5);padding:.5rem;border-radius:.5rem}.social-links a:hover{color:var(--primary-color)}.social-links a img{height:100%;width:auto}#content{z-index:1;flex:1}#footer{z-index:2;background:var(--dark-color);color:#fff;padding:1.5rem 0;font-size:.875rem;margin-top:4rem}#footer .container{display:flex;justify-content:center;align-items:center}#breadcrumbs{font-size:.875rem;margin:1rem 0;width:100%;margin:0 auto 1rem;font-weight:400}#breadcrumbs ul{display:flex;gap:.5rem;justify-content:center;align-items:center;list-style:none;padding:0;margin:0}#breadcrumbs ul li:not(:last-child)::after{content:"•";margin-left:.5rem;color:var(--font-color)}#breadcrumbs a{color:var(--primary-color)}#breadcrumbs a:hover{text-decoration:underline}.page-title{text-align:center;font-weight:600;margin:2rem 0}.page-title h1{font-size:2rem}.page-title p{font-size:1rem;color:var(--gray-color);margin-top:.5rem;font-weight:400}.page-content.center{text-align:center;align-items:center;justify-content:center}.page-content.center .container{align-items:center}.page-content{display:flex;flex-direction:column;max-width:64rem;margin:0 auto;font-size:1.125rem;line-height:1.6;min-height:30vh}.page-content p{margin-bottom:1rem}.page-content h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem}.page-content ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1.5rem}.page-content ul li{margin-bottom:.5rem}.banner{width:100%;border-radius:.75rem;margin:1rem auto 2rem}.get{font-size:1.25rem;font-weight:500;margin:2rem 0}.store-buttons{display:flex;gap:1rem;justify-content:center;align-items:center}.store-buttons a img{height:3.75rem;width:auto}