html{line-height:1.15;-webkit-text-size-adjust:100%;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{margin-top:5rem}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:transparent}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:-.25em}sup{top:-.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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-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}[hidden],template{display:none}body{margin:0;background-color:#e1e9ee}a{text-decoration:none;color:inherit}html{font-size:62.5%}body{font:1.1rem helvetica,arial,sans-serif}.userCard{text-align:center;border:1px solid rgba(0,0,0,.15);padding:2rem;background-color:#fff}.userCard:hover{cursor:pointer;box-shadow:0 0 0 1px rgba(0,0,0,.15),0 4px 6px rgba(0,0,0,.2);transition:transform .2s ease-in-out,opacity .1s ease-in;transform:scale(1.1)}.userCard .userImg{width:6rem;height:6rem;border-radius:50%}.userCard .userName{color:rgba(0,0,0,.9);font-size:1.8rem}.userCard .userCompany{font-size:1.4rem;line-height:1.4rem;font-weight:400;color:rgba(0,0,0,.6)}header{position:fixed;top:0;left:0;display:flex;width:100%;justify-content:space-between;padding:1rem 3rem;background-color:#283e4a;z-index:1}header .logo{width:3.5rem;height:3.5rem}.loadingCenter,.queryErrorMessage{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%)}.queryErrorMessage{color:red;font-size:1.6rem}.contentContainer{width:100%;padding:10rem}.checkOutProfileTitle{color:rgba(0,0,0,.9);font-size:2rem;line-height:1.4;font-weight:400}.homeTitleAndButtonWrap{display:flex;flex-direction:column;margin-bottom:1rem}@media screen and (min-width:768px){.homeTitleAndButtonWrap{margin-bottom:2rem;align-items:center;flex-direction:row;justify-content:space-between}}.userContainer{display:grid;margin:0 auto;grid-template-columns:1fr}@media screen and (min-width:768px){.userContainer{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:992px){.userContainer{grid-template-columns:repeat(3,1fr)}}.createProfileButton{background-color:#0073b1;color:#fff;font-weight:600;cursor:pointer;border:none;border-radius:.2rem;padding:.1rem 1.2rem;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:167ms}.createProfileButton:hover{background-color:#004b7c}.createProfileButton h1{font-size:1.4rem}@media screen and (min-width:768px){.createProfileButton h1{font-size:1.5rem}}.joinContainer{display:flex;flex-direction:column;justify-content:center;width:100%;padding:8rem}@media screen and (min-width:768px){.joinContainer{flex-direction:row;justify-content:space-between;align-items:center}}.joinForm{display:flex;flex-direction:column;font-size:2rem;line-height:1.4;font-weight:400;margin-bottom:5rem}@media screen and (min-width:768px){.joinForm{width:90%;margin-right:5rem}}.joinForm input,.joinForm label{margin-bottom:1rem}.joinForm input{padding:.5rem}@media screen and (min-width:992px){.joinForm input{padding:1rem}}.joinForm .errorText{margin:0 0 1rem;color:red;font-size:1.4rem;font-weight:500}@media screen and (min-width:768px){.joinForm .errorText{font-size:1.5rem}}.joinImg{margin:0 auto;width:35rem;height:35rem}@media screen and (min-width:768px){.joinImg{width:55rem;height:45rem}}.joinButton{background-color:#0073b1;color:#fff;border:none;margin-top:2rem;padding:.5rem;cursor:pointer}@media screen and (min-width:992px){.joinButton{padding:1rem}}.userProfileContainer{width:100%;padding:10rem 1rem}@media screen and (min-width:768px){.userProfileContainer{padding:10rem 3rem}}.userProfileCard{overflow:hidden;position:relative;background-color:#fff;width:100%;box-shadow:0 0 0 1px rgba(0,0,0,.15),0 .2rem .3rem rgba(0,0,0,.2);border-radius:.2rem}.userProfileCard .userProfileBackground{width:100%;height:17rem}@media screen and (min-width:992px){.userProfileCard .userProfileBackground{height:20rem}}.userProfileCard .userProfilePic{position:absolute;left:2rem;top:50%;transform:translateY(-50%);width:13rem;height:13rem;border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,.15),0 .2rem .3rem rgba(0,0,0,.2)}@media screen and (min-width:992px){.userProfileCard .userProfilePic{width:15rem;height:15rem}}.userProfileInfoWrap{padding:8rem 2rem 2rem}.userProfileInfoWrap .userProfileName{font-size:2.4rem;line-height:1.33333;font-weight:400}.userProfileInfoWrap .userProfileCompany{font-size:1.8rem;line-height:1.33333;font-weight:400}
/*# sourceMappingURL=main.f84eb8a0.chunk.css.map */