@font-face{font-family:Gilroy;font-weight:300;src:url(/build/fonts/Gilroy-Light.5ac18846.otf)}@font-face{font-family:Gilroy;font-weight:800;src:url(/build/fonts/Gilroy-Bold.f0feeaf3.otf)}@font-face{font-family:Poppins;font-weight:100;src:url(/build/fonts/Poppins-Thin.59ff6a72.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:200;src:url(/build/fonts/Poppins-ExtraLight.333cb30c.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:300;src:url(/build/fonts/Poppins-Light.7641a0f7.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:400;src:url(/build/fonts/Poppins-Regular.35d26b78.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:500;src:url(/build/fonts/Poppins-Medium.673ed423.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:500;src:url(/build/fonts/Poppins-SemiBold.ac8d04b6.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:700;src:url(/build/fonts/Poppins-Bold.cdb29a5d.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:800;src:url(/build/fonts/Poppins-ExtraBold.01849ee0.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:900;src:url(/build/fonts/Poppins-Black.d8b850b9.ttf) format("truetype")}*{box-sizing:border-box}body{background-color:#111;font-family:Poppins,sans-serif;font-size:16px;margin:0;padding:0}a,body{color:#f5f5f5}a{text-decoration:none}h1{font-size:4rem;font-weight:800}h1,h2{margin:0}h2{font-size:2em}p{margin:0}.nbtn{background-image:linear-gradient(45deg,#d02b3a,#ff4655);border-radius:10px;overflow:hidden;padding:15px 50px;position:relative;text-align:center;transition:all .3s ease}.nbtn:after{height:250%;transition:all 1.5s ease;width:15%}.nbtn:after,.nbtn:before{background:hsla(0,0%,96%,.5);content:"";left:-100%;position:absolute;top:-50%;transform:rotate(25deg)}.nbtn:before{height:300%;transition:all 2s ease;width:10%}.nbtn:hover{cursor:pointer;transform:scale(.98)}.nbtn:hover:after{left:200%;width:50%}.nbtn:hover:before{left:200%;width:25%}.nbtn.bordered{background:none;border:2px solid #f5f5f5}.btn{background-color:#181b29;border:none;border-radius:1.5rem;color:#f5f5f5;cursor:pointer;display:inline-block;font-size:24px;font-weight:700;padding:1rem 1.5rem;transition:.3s}.btn:hover{background-color:#ff4655}.btn.btn-secondary:hover{background-color:#764bc9}.btn.btn-disabled{background-color:#191b20;color:#808191;cursor:default}.btn.btn-active{background-color:#ff4655}.btn.btn-active:disabled{background-color:#191b20;color:#808191;cursor:not-allowed}.btn svg{display:block}.row{display:flex;justify-content:center}.row-col{align-items:center;display:flex;flex-direction:column}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.align-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.space-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.cursor-pointer{cursor:pointer}.relative{position:relative}.text-center{text-align:center}.h100vh{height:100vh}.hidden{display:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#383c45}::-webkit-scrollbar-thumb{background:#f5f5f5;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#ff4655}.use-available-width{width:-webkit-fill-available;width:-moz-available}.alert{border-radius:10px;padding:15px;text-align:center;width:100%}.alert-success{background:linear-gradient(45deg,#4caf50,#4caf50)}.alert-danger{background:linear-gradient(45deg,#d02b3a,#ff4655)}.auth-layout{align-items:center;display:flex;flex-direction:column;gap:50px;justify-content:center;min-height:100vh;overflow:hidden;padding:3.5rem 0;position:relative;width:100%}.auth-layout:before{background-image:url(/build/images/hero.7c94103a.webp);background-repeat:no-repeat;background-size:cover}.auth-layout:after,.auth-layout:before{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-3}.auth-layout:after{background-color:rgba(69,32,47,.8)}.auth-layout .logo-wrapper{align-items:center;display:flex;flex-direction:column;gap:15px;justify-content:center}.auth-layout .logo-wrapper img{width:100px}.auth-layout .logo-wrapper span{font-family:Gilroy;font-size:32px;text-transform:uppercase}.auth-layout .content{align-items:center;background:#161625;border-radius:25px;display:flex;flex-direction:column;gap:50px;justify-content:center;padding:50px 0;width:500px}.auth-layout .content h2{font-size:24px;text-align:center;width:100%}.auth-layout .content form{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;margin:auto;width:80%}.auth-layout .content form input{background:#33353b;border:none;border-radius:10px;color:#f5f5f5;font-family:Poppins,sans-serif;font-weight:400;outline:2px solid transparent;padding:20px 0 20px 25px;transition:all .3s ease;width:100%}.auth-layout .content form input:focus-visible{outline:2px solid #ff4655}.auth-layout .content form .wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:10px;justify-content:center;width:100%}.auth-layout .content form .wrapper .forgot{color:#808191;font-size:14px}.auth-layout .content form .wrapper .exists{color:#808191;font-size:14px;text-align:center;width:100%}.auth-layout .content form .wrapper .exists a{font-weight:700}.auth-layout .content form .nbtn{border:none;color:#f5f5f5;font-family:Poppins,sans-serif;font-size:14px;font-weight:700;margin-top:20px;padding:20px 0;text-transform:uppercase;width:100%}.auth-layout .content .socials{align-items:center;display:flex;flex-direction:row;gap:25px;justify-content:center;margin-top:10px}.auth-layout .content .socials img{filter:brightness(0) saturate(100%) invert(60%) sepia(11%) saturate(398%) hue-rotate(188deg) brightness(94%) contrast(90%);height:15px;width:15px}.footer-wrapper{background:#161625;width:100%}.footer-wrapper .container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:100px;justify-content:space-between;margin:auto;max-width:1550px;padding:8rem}.footer-wrapper .left{align-items:center;border-right:2px solid #808191;display:flex;flex-direction:column;gap:15px;justify-content:center;padding-right:50px}.footer-wrapper .left img{width:100px}.footer-wrapper .left span{font-family:Gilroy;font-size:32px;text-transform:uppercase}.footer-wrapper .middle{flex-direction:column;flex-grow:.5}.footer-wrapper .middle,.footer-wrapper .middle .links{align-items:center;display:flex;gap:25px;justify-content:center}.footer-wrapper .middle .links{flex-direction:row}.footer-wrapper .middle .links a{color:#808191}.footer-wrapper .middle .socials{align-items:center;display:flex;flex-direction:row;gap:50px;justify-content:center}.footer-wrapper .middle .socials img{filter:brightness(0) saturate(100%) invert(60%) sepia(11%) saturate(398%) hue-rotate(188deg) brightness(94%) contrast(90%);height:20px;width:20px}.post-footer-wrapper{background-color:#111;padding:25px 0 50px;text-align:center;width:100%}.post-footer-wrapper span{color:#808191}.error-message{background-color:#ff4655;border-radius:.2rem;color:#f5f5f5;margin-bottom:2.5rem;padding:2rem;text-align:center;width:50%}