@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;700&family=Manrope:wght@200;300;400;500;700&display=swap");:root{--primarydark:#3d4057;--primaryfuschia:#ff287d;--primaryturq:#19f7dd;--backgroundtransparentdark:rgba(61,64,87,.094);--backgroundtransparentlight:rgba(255,253,253,.226)}html{background-image:url(/backgroundgradient.jpg);background-size:100% 100%;animation:backgroundGradientAnimation 20s ease infinite;min-height:100vh;scroll-behavior:smooth!important}body{background-color:transparent}a{color:inherit;text-decoration:none}textarea{overflow:hidden}*{box-sizing:border-box}.hidden{display:none!important}.pageWrapper{min-height:90vh;position:relative;z-index:100!important;background-color:rgba(255,253,253,.466);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:2rem 8rem;padding:2rem;border-radius:20px;border:1.5px solid hsla(0,0%,100%,.479);box-shadow:0 10px 10px rgba(0,0,0,.096)}@media only screen and (max-width:990px){span{max-width:20rem}.pageWrapper{margin:2rem 3rem}.container{padding:0}input:focus:not(#findSpecificProfileInput),textarea:focus:not(#postBlockCreateCommentTextarea){width:20rem!important}}@media only screen and (max-width:574px){.pageWrapper{margin:2rem 1rem}}@media only screen and (max-width:500px){.pageWrapper{margin:2rem .75rem;padding:1rem .5rem}.container{padding:0}input:focus:not(#findSpecificProfileInput),textarea:focus:not(#postBlockCreateCommentTextarea){width:17rem!important}}.logoWrapper{position:relative;width:165px;height:auto;z-index:99999!important}a,h1,h2,h3,h4,h5,label{font-family:Manrope,sans-serif;color:var(--primarydark)}h1{margin-bottom:5rem}@media only screen and (max-width:762px){h1{max-width:20rem}}input,p,textarea{font-family:Jost,sans-serif;color:var(--primarydark)}.globalButtonStyling{border:none;height:50px;padding-left:2rem;padding-right:2rem;border-radius:30px;box-shadow:inset 0 0 15px rgba(55,84,170,0),inset 0 0 20px hsla(0,0%,100%,0),7px 7px 15px rgba(55,84,170,.15),-7px -7px 20px rgba(255,253,253,.699),inset 0 0 4px hsla(0,0%,100%,.2)}.buttonPrimary{color:#fff;background:linear-gradient(90deg,#0aa497,#19f7dd)}.buttonPrimary,.buttonPrimary:hover{border:2px solid #00e2c8;transition:all 1s}.buttonPrimary:hover{color:var(--primarydark);background:linear-gradient(180deg,#0aa497,#19f7dd)}.buttonSecondary{color:#fff;background:linear-gradient(90deg,#232532,#62668a)}.buttonSecondary,.buttonSecondary:hover{border:2px solid #3d4057;transition:all 1s}.buttonSecondary:hover{color:var(--primaryturq);background:linear-gradient(180deg,#232532,#62668a)}.buttonDanger{color:#fff;background:linear-gradient(90deg,#9e0a45,#ff1774)}.buttonDanger,.buttonDanger:hover{border:2px solid #cc0052;transition:all 1s}.buttonDanger:hover{color:var(--primarydark);background:linear-gradient(180deg,#9e0a45,#ff1774)}@keyframes backgroundGradientAnimation{0%{background-position:0 0;background-size:100% 100%}25%{background-position:100% 0;background-size:130% 130%}50%{background-position:100% 100%;background-size:115% 115%}75%{background-position:0 100%;background-size:130% 130%}to{background-position:0 0;background-size:100% 100%}}