@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";:root{--primary: #31aa52}html{scroll-behavior:smooth}body{margin:0;font-family:Roboto,sans-serif;font-optical-sizing:auto;font-style:normal;font-variation-settings:"wdth" 100}section{max-width:100vw;min-height:100vh}#homeSection{background:#fff;background:radial-gradient(circle,#fff,#d4d4d4);display:flex;flex-direction:column}#container{display:flex;flex-grow:1}#left-side{display:flex;width:40%;flex-direction:column;justify-content:center;margin-left:50px}#logo{max-width:512px;width:100%}#right-side{width:60%;overflow:hidden;position:relative}#canvas{width:100%;height:100%;display:block}@media only screen and (max-width: 600px){#container{flex-direction:column}#left-side{box-sizing:border-box;margin:0;padding:32px;width:100%;max-width:100vw}#logo{max-width:100%}#right-side{width:100%;height:100vw}}#labels{position:absolute;left:0;top:0;color:#fff}#labels>a{position:absolute;left:0;top:0;cursor:pointer;font-size:large;-webkit-user-select:none;user-select:none;background-color:var(--primary);padding:4px 8px;border-radius:2rem;transition:25ms,color .25s,background-color .25s;color:#fff;text-decoration:none;box-sizing:border-box;display:inline-block}#labels>a:hover,.hovered{color:var(--primary)!important;background-color:#fff!important}@media only screen and (max-width: 850px){#labels>a{font-size:medium}}@media only screen and (max-width: 700px){#labels>a{font-size:small}}@media only screen and (max-width: 600px){#labels>a{font-size:medium}}@media only screen and (max-width: 450px){#labels>a{font-size:small}.button{display:none}}@media only screen and (max-width: 350px){#labels>a{padding:4px}}.button{cursor:pointer;background-color:transparent;text-align:center;font-size:large;font-weight:700;color:var(--primary);transition-duration:.25s;border:2px solid var(--primary);border-radius:2rem;padding-top:16px;padding-bottom:16px;text-decoration:none}.button:hover{color:#fff;background-color:var(--primary)}.custom-shape-divider-bottom-1757181219{bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.custom-shape-divider-bottom-1757181219 svg{position:relative;display:block;width:calc(100% + 1.3px);height:22px}.custom-shape-divider-bottom-1757181219 .shape-fill{fill:#31aa52}
