:root{--blue:#4823dc;--white:#fffce3;--coral:#ff9c8e;--grey:#333;--dark-blue:#2601bb;--light-coral:#ffcfc8}body,html{padding:0;margin:0;background:var(--blue);position:relative;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body>div{height:100%;display:flex;flex-direction:column}body:after,body:before{content:"";background:#2601bb;width:40em;height:40em;position:fixed;bottom:0;z-index:0;transform:translateX(50%)}body:before{right:0;border-radius:50% 50% 0 0}body:after{right:40em;border-radius:50%}a{color:inherit}*,:after,:before{box-sizing:border-box}.content{padding:4.5em min(2em,3vw) 2em;margin:0 auto;display:flex;min-width:100%;flex-wrap:wrap;grid-gap:2em;gap:2em;z-index:2;position:relative}.logo-container,.spacer{flex:999 1 8em}main{flex:1 1 40em;flex-direction:column;justify-content:flex-start;position:relative;z-index:2;margin-right:auto}.primary-button,main{display:flex;align-items:center}.primary-button{color:var(--grey);background:var(--coral);padding:.75em 1.5em;border-radius:3em;border:none;outline:none;flex-grow:0;text-decoration:none;font-weight:700;grid-gap:.5em;gap:.5em;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;margin-top:1.25em;font-size:1.1em;transition:box-shadow .15s,background .15s;cursor:pointer}.primary-button:focus{box-shadow:0 0 0 .1em var(--white),0 0 0 .2em var(--coral)}.primary-button:hover{background:var(--light-coral)}input,textarea{font-size:1.2em;width:100%;border:1px solid var(--blue);padding:.5em;border-radius:.25em;background:var(--white);outline:none;transition:box-shadow .15s}input[type=checkbox]{width:auto}input:focus,textarea:focus{box-shadow:0 0 0 .1em var(--white),0 0 0 .2em var(--blue)}.footer{padding:2rem 0;width:100%;text-align:center;z-index:2;position:relative;margin-top:auto}.description,.footer a{color:var(--white)}.description{line-height:1.5;font-size:1.5em;margin:0 0 3em}.Home_code__suPER{background:#fafafa;border-radius:5px;padding:.75rem;font-size:1.1rem;font-family:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace}.Home_list__qBUOI{width:300px}.Home_grid__GxQ85{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;width:100%;max-width:65em;grid-gap:1.5em;gap:1.5em}.Home_card___LpL1{padding:1.5em;text-align:left;color:inherit;text-decoration:none;border-radius:10px;transition:color .15s ease,border-color .15s ease;background:var(--white);color:var(--blue)}.Home_card___LpL1 h2{margin:0 0 1em;font-size:1.25em}.Home_card___LpL1 p+h2{margin:1em 0}.Home_card___LpL1 p{margin:0;font-size:1.25em;line-height:1.5}.Home_logo__27_tb{height:1em;margin-left:.5rem}