@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";
html{color:#fff;background-color:#141313;font-family:Inter,sans-serif;font-size:18px}body{flex-direction:column;justify-content:space-between;gap:48px;min-height:100vh;margin-top:0;margin-bottom:0;display:flex;overflow:auto}*{box-sizing:border-box;appearance:none}:focus{outline:none}a{font-weight:400;font-size:inherit;color:#c84785;text-decoration:none}a:hover,a:active{text-decoration:underline}header.page-header{justify-content:flex-start;align-items:center;gap:16px;padding-top:48px;display:flex}header.page-header a{justify-content:center;align-items:center;width:48px;height:48px;text-decoration:none;display:flex}header.page-header a:hover,header.page-header a:active{text-decoration:none}header.page-header a div.site-logo{width:inherit;height:inherit;justify-content:center;align-items:center;display:flex}header.page-header a div.site-logo svg{width:inherit;height:inherit}header.page-header div.site-title{font-size:32px;font-weight:700;display:block}main.page-content{gap:48px;display:grid}div.page-title{font-size:72px;font-weight:800;display:block}div.page-text{display:block}footer.page-footer{flex-wrap:wrap;place-content:center flex-start;align-items:center;gap:4px 12px;min-height:80px;padding-top:12px;padding-bottom:12px;font-size:14px;display:flex}div.footer-item{display:block}@media only screen and (max-width:400px){body{margin-left:24px;margin-right:24px}header.page-header{gap:10px;padding-top:24px}header.page-header a{width:36px;height:36px}header.page-header div.site-title{font-size:24px}div.page-title{font-size:64px}}@media only screen and (min-width:400px) and (max-width:600px){body{margin-left:48px;margin-right:48px}}@media only screen and (min-width:600px){body{margin-left:6%;margin-right:6%}}@media only screen and (min-width:768px){body{margin-left:12%;margin-right:12%}}@media only screen and (min-width:992px){body{margin-left:18%;margin-right:18%}}@media only screen and (min-width:1200px){body{margin-left:22%;margin-right:22%}}@media only screen and (min-width:1356px){body{margin-left:24%;margin-right:24%}}
