@import"https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@100;300;400;900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;border:0;box-sizing:border-box}:root{--dot-size: 1px;--dot-space: 10px}body{height:100vh;width:100vw;-webkit-user-select:none;user-select:none;font-family:Raleway;overflow-y:scroll;background:linear-gradient(90deg,#d9dbe0 calc(var(--dot-space) - var(--dot-size)),transparent 1%) center/var(--dot-space) var(--dot-space),linear-gradient(#d9dbe0 calc(var(--dot-space) - var(--dot-size)),transparent 1%) center/var(--dot-space) var(--dot-space),#8f939a}*{color:#222}body{display:flex;flex-direction:column;align-items:center;overflow-x:hidden}#content{width:75vw}#plans{display:flex;justify-content:center;align-items:stretch;gap:5vw;margin-top:10vh;margin-bottom:5vh;flex-wrap:wrap}#plans #free,#plans #paid{flex:1 1 500px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-color:#212a3e;border-radius:5px;box-shadow:#0000001f 0 1px 3px,#0000003d 0 1px 2px;padding:20px}#plans #free .container,#plans #paid .container{flex:1;display:flex;flex-direction:column;justify-content:space-around;width:100%}#plans .perks li{margin-bottom:15px;font-family:Raleway}#plans .plans-title{font-weight:600;font-size:32px;padding-bottom:10px}.container{display:flex;flex-direction:column;background-color:#9ba4b5;width:100%;border-radius:5px;padding:5px 17px;box-shadow:#0000001f 0 1px 3px,#0000003d 0 1px 2px}#f,#p{display:none}#plans-link{text-decoration:none}.redirect-button{cursor:pointer;margin-top:5vh;height:7vh;width:10vw;border-radius:5px;transition:background-color 50ms ease-in-out,scale 50ms ease;font-size:18px;display:flex;align-items:center;justify-content:center;font-family:Raleway;background-color:#9ba4b5}.redirect-button:active{scale:105%;background-color:#708993}.redirect-button:hover{scale:105%}.redirect-button:has(input[type=radio]:checked){filter:brightness(1);background-color:#708993;color:#212a31;scale:105%}#info-form{background-color:#9ba4b5;border-radius:5px;box-shadow:#00000026 0 3px 3px;margin-bottom:35px;display:flex;flex-direction:column;padding:5px;position:relative}.input-label{display:flex;width:100%;justify-content:space-between;margin-bottom:5px;font-size:22px}.input-feild{width:50vw;outline:none;font-family:Raleway;font-size:16px;padding:5px;border-radius:5px;box-shadow:#0000001f 0 1px 3px,#0000003d 0 1px 2px;border:1px solid #212a3e}#consents{display:flex;flex-direction:column;width:100%;margin-top:5vh;position:relative;left:33%;gap:5px}#consents label{cursor:pointer}#consents input[type=checkbox]{transform:scale(1.5)}#register-button{height:5vh;width:15vw;background-color:#f1f6f9;font-family:Raleway;font-size:28px;transition:background-color .1s ease;margin-top:10px;align-self:center;border-radius:5px;cursor:pointer}#register-button:hover{background-color:#708993;color:#222}
