@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{font-family:Rubik,sans-serif!important}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{position:relative;background:linear-gradient(180deg,#0b0b0b,#1b1b1b);background-attachment:fixed}body:before{content:"";position:fixed;inset:0;background-image:url(/backgroundLogo.svg);background-repeat:no-repeat;background-position:-20vw 50%;background-size:auto 125vh;opacity:.23;pointer-events:none}@media (max-width:1024px){body:before{background-position:-40vw 50%;background-size:auto 125vh}}@media (max-width:768px){body:before{background-position:-55vw 50%;background-size:auto 120vh}}@media (max-width:500px){body:before{background-position:-90vw 50%;background-size:auto 120vh}}@media (max-width:400px){body:before{background-position:-90vw 50%;background-size:auto 100vh}}@media (min-width:1200px){body:before{background-position:-18vw 50%;background-size:auto 140vh}}@media (min-width:1600px){body:before{background-position:-18vw 50%;background-size:auto 160vh}}@media (orientation:portrait){body:before{background-position:-40vw 50%;background-size:auto 110vh}}@media (orientation:portrait) and (min-width:768px){body:before{background-position:-50vw 50%;background-size:auto 120vh}}.container{height:100vh;width:100%}.loading{position:absolute;height:2rem;width:2rem;border:5px solid #ffc800;border-top-color:transparent;border-radius:50%;animation:spin .7s linear infinite;bottom:50%;right:calc(50% - 1rem)}@keyframes spin{to{transform:rotate(1turn)}}