:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#fff;--foreground:#171717;--pure-background:#fff;--pure-foreground:#000;--foreground-trans:0,0%,0%;--background-trans:0,0%,100%;--container:#fff;--text-5:#0d0d0d;--text-10:#1a1a1a;--text-15:#262626;--text-20:#333;--text-25:#404040;--text-30:#4d4d4d;--text-35:#595959;--text-40:#666;--text-45:#737373;--text-50:gray;--text-55:#8c8c8c;--text-60:#999;--text-65:#a6a6a6;--text-70:#b3b3b3;--text-75:#bfbfbf;--text-80:#ccc;--text-85:#d9d9d9;--text-90:#e6e6e6;--text-95:#f2f2f2;--text-97:#f7f7f7;--red:#ff4800;--invert:invert(0%)}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root{--background:#000;--foreground:#ededed;--pure-background:#000;--pure-foreground:#fff;--foreground-trans:0,0%,100%;--background-trans:0,0%,0%;--container:#0d0d0d;--text-5:#f2f2f2;--text-10:#e6e6e6;--text-15:#d9d9d9;--text-20:#ccc;--text-25:#bfbfbf;--text-30:#b3b3b3;--text-35:#a6a6a6;--text-40:#999;--text-45:#8c8c8c;--text-50:gray;--text-55:#737373;--text-60:#666;--text-65:#595959;--text-70:#4d4d4d;--text-75:#404040;--text-80:#333;--text-85:#262626;--text-90:#1a1a1a;--text-95:#0d0d0d;--text-97:#080808;--invert:invert(100%)}}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#fff;--foreground:#171717;--pure-background:#fff;--pure-foreground:#000;--foreground-trans:0,0%,0%;--background-trans:0,0%,100%;--container:#fff;--text-5:#0d0d0d;--text-10:#1a1a1a;--text-15:#262626;--text-20:#333;--text-25:#404040;--text-30:#4d4d4d;--text-35:#595959;--text-40:#666;--text-45:#737373;--text-50:gray;--text-55:#8c8c8c;--text-60:#999;--text-65:#a6a6a6;--text-70:#b3b3b3;--text-75:#bfbfbf;--text-80:#ccc;--text-85:#d9d9d9;--text-90:#e6e6e6;--text-95:#f2f2f2;--text-97:#f7f7f7;--invert:invert(0%)}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#000;--foreground:#ededed;--pure-background:#000;--pure-foreground:#fff;--foreground-trans:0,0%,100%;--background-trans:0,0%,0%;--container:#0d0d0d;--text-5:#f2f2f2;--text-10:#e6e6e6;--text-15:#d9d9d9;--text-20:#ccc;--text-25:#bfbfbf;--text-30:#b3b3b3;--text-35:#a6a6a6;--text-40:#999;--text-45:#8c8c8c;--text-50:gray;--text-55:#737373;--text-60:#666;--text-65:#595959;--text-70:#4d4d4d;--text-75:#404040;--text-80:#333;--text-85:#262626;--text-90:#1a1a1a;--text-95:#0d0d0d;--text-97:#080808;--invert:invert(100%)}html,body{scroll-behavior:smooth;max-width:100vw}body{color:var(--foreground);background:var(--background);font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out}body,body *{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;outline:none}.main_wrapper{z-index:2;background:var(--background);border-radius:0 0 32px 32px;min-height:calc(100vh + 100px);transition:background-color .25s ease-out;position:relative;overflow:hidden}.page_content{margin-top:100px}.custom_btn{cursor:pointer;align-items:center;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;display:flex;position:relative;overflow:hidden}.ripple{background:hsla(var(--foreground-trans),.25);z-index:5;pointer-events:none;border-radius:50%;animation:.7s ripple;position:absolute;transform:scale(0)}.white>.ripple{background:rgba(255,255,255,.25)}.keyripple{background:hsla(var(--foreground-trans),.25);z-index:5;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;animation:.7s keyripple;display:flex;position:absolute;transform:scale(0)}.reverse .ripple{background:hsla(var(--background-trans),.25)}@keyframes ripple{to{opacity:0;transform:scale(2)}}@keyframes keyripple{to{opacity:0;transform:scale(2)}}.spinner{animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
.footer-module__WlMSAW__footer{min-height:350px;position:relative}.footer-module__WlMSAW__footer ul{text-decoration:none;list-style:none}.footer-module__WlMSAW__footer_content{background:var(--pure-foreground);width:100%;height:400px;color:var(--background);z-index:1;justify-content:center;align-items:stretch;transition:color .25s ease-out,background-color .25s ease-out;display:flex;position:fixed;bottom:0}.footer-module__WlMSAW__actual_content{flex-direction:column;flex:1;max-width:1400px;height:100%;padding:7rem 2rem 2rem;display:flex}.footer-module__WlMSAW__links_wrapper{flex:1}.footer-module__WlMSAW__links{justify-content:center;gap:10rem;display:flex}.footer-module__WlMSAW__links li{margin-top:.75rem}.footer-module__WlMSAW__links a{color:var(--text-60);align-items:center;font-size:15px;font-weight:350;transition:color .25s ease-out;display:flex}.footer-module__WlMSAW__links .footer-module__WlMSAW__iconwrapper{margin-right:6px}.footer-module__WlMSAW__links svg{justify-content:center;align-items:center;display:flex}.footer-module__WlMSAW__links a:hover{color:var(--pure-background)}.footer-module__WlMSAW__links a:focus-visible{color:var(--pure-background)}.footer-module__WlMSAW__bottom_bar{justify-content:space-between;align-items:center;display:flex;bottom:0}.footer-module__WlMSAW__copyright{color:var(--text-60);justify-content:center;align-items:center;font-size:14px;font-weight:350;display:flex}.footer-module__WlMSAW__flex{align-items:center;gap:1.5rem;display:flex}@media screen and (max-width:600px){.footer-module__WlMSAW__actual_content{padding:7rem 1rem 1rem}}@media screen and (max-width:550px){.footer-module__WlMSAW__bottom_bar{flex-direction:column;gap:1.5rem}.footer-module__WlMSAW__flex{order:1}.footer-module__WlMSAW__copyright{order:2}.footer-module__WlMSAW__links{justify-content:space-around;gap:2rem}}
