@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Tilt+Neon&display=swap";@font-face{font-family:Aldivaro,sans-serif;src:url(/fonts/AldivaroDemo) format("otf");font-weight:600;font-style:normal}:root{--primary: #ff0000;--secondary: #007bff;--light: #f8f9fa;--dark: #343a40;--title-font: "Aldivaro", sans-serif;--neon-font: "Tilt Neon", sans-serif;--body-font: "Roboto", sans-serif;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Roboto,sans-serif;min-height:calc(100vh - 222px);overflow-x:hidden;max-width:100vw;background:rgb(3,3,3);background:url(../../../images/noise-background-1.jpg);background-size:cover;background-repeat:no-repeat;background-attachment:fixed}@media only screen and (max-width: 768px){body{min-height:calc(100vh - 124px)}}a{font-weight:500}h1,h2,h3,h4,h5{font-family:var(--title-font);font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"XROT" 0,"YROT" 0;margin:0}.wrapper{max-width:1440px;margin:0 auto 40px;padding:0 20px;display:flex;flex-direction:column;justify-content:center;align-items:center}h1{font-family:var(--neon-font);color:#fff;font-size:3.8rem;line-height:1.1em;text-align:center;font-weight:400;margin-bottom:20px;text-shadow:0 0 10px #ff0000,0 0 20px #ff0000}@media only screen and (max-width: 640px){h1{font-size:2.4rem}}.neon{color:#fff!important;text-shadow:0 0 10px #ff0000,0 0 20px #ff0000!important}.neon.flicker{animation:flicker-red 1.5s}.flicker-red{animation:flicker-red 1.5s infinite alternate}h2{font-family:var(--neon-font);color:#fff;font-size:2rem;text-align:center;font-weight:400;line-height:1.1em;margin-bottom:20px;text-shadow:0 0 10px #ff0000,0 0 20px #ff0000}h3,h4,h5{color:#fff}h3{font-family:Roboto,sans-serif}.xl-font{font-size:5rem;line-height:1.1em}@media only screen and (max-width: 478px){.xl-font{font-size:2.2rem}}p{font-size:1.2rem;font-weight:300;color:#eee}p{font-weight:400;text-align:center}p.intro{max-width:800px;text-align:center;margin:0 auto}a{font-weight:300;line-height:1.8em;color:#eee}main{margin-top:104px;height:100%;margin-bottom:118px}@media only screen and (max-width: 768px){main{margin-top:62px}}main>.wrapper:first-child{padding-top:120px}@media only screen and (max-width: 768px){main>.wrapper:first-child{padding-top:60px}}.active{animation:flicker-red 1.5s}@media only screen and (max-width: 768px){.active{animation:unset}}@keyframes flicker{0%,18%,22%,25%,53%,57%,to{text-shadow:0 0 4px #fff,0 0 11px #fff,0 0 19px #fff,0 0 40px #0fa,0 0 80px #0fa,0 0 90px #0fa,0 0 100px #0fa,0 0 150px #0fa}20%,24%,55%{text-shadow:none}}@keyframes flicker-red{0%,18%,22%,25%,53%,57%,to{text-shadow:0 0 4px #fff,0 0 11px #fff,0 0 19px #fff,0 0 10px #ff0000,0 0 40px #ff0000,0 0 80px #ff0000,0 0 90px #ff0000}20%,24%,55%{text-shadow:none}}a.primary-btn,button.primary{text-align:center;border:1px solid #666;color:#eee;padding:12px 25px;line-height:1.4em;font-weight:500;text-decoration:none;text-transform:capitalize;display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0 auto;cursor:pointer;border-radius:100px;opacity:.9;transition:.1s all ease-in}a.primary-btn:hover,button.primary:hover{border:1px solid #fff;color:#fff;opacity:1}#outerContainer #mainContainer div.toolbar{display:none!important}#outerContainer #mainContainer #viewerContainer{top:0!important}.flex{display:flex;gap:var(--default-gap)}.column{flex-direction:column}.row{flex-direction:row}.align-center{align-items:center}.align-start{align-items:start}.justify-center{justify-content:center}.justify-start{justify-content:start}.one-by-three{display:grid;grid-template-columns:33% 66%}.light-bg{background:var(--light)}.dark-bg{background:var(--dark)}.full-height{min-height:calc(100vh - 160px)}form{margin-top:20px;max-width:800px;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;column-gap:16px;text-align:left;padding:36px 12px;border-radius:15px;border:1px solid #eee;box-shadow:0 0 5px #0003}form div.two-col{width:100%;gap:16px;display:grid;grid-template-columns:1fr 1fr}@media only screen and (max-width: 768px){form div.two-col{display:flex;flex-direction:column}}form div.two-col div{display:grid;gap:8px;grid-template-columns:1fr}form div.one-col{display:flex;flex-direction:column;justify-content:flex-start;width:100%;gap:8px;padding:8px}form div.one-col div{display:grid;gap:4px;grid-template-columns:1fr}form input{line-height:2em;font-size:1.4rem;border:unset;background-color:unset;padding:0 8px;margin-top:auto}form label{font-size:1rem;color:#eee}form input,form textarea,form select{font-size:1.2rem;border:unset;background:unset;color:#eee;border-radius:6px;border:1px solid #666}form input :focus,form textarea :focus,form select :focus{border:1px solid var(--nba-red)}form textarea{height:120px;background-color:unset;padding:0 8px;margin-top:auto}form select{line-height:2em;padding:8px 5px}form div.radio-grp{display:flex;flex-direction:column;border-radius:8px;gap:12px;padding:8px}form div.radio-grp label{font-size:1rem}form div.btn-col{display:flex;width:100%;justify-content:center;align-items:center}form div.btn-col button{width:100%;margin:0 10px;cursor:pointer;background:unset;border-radius:12px;line-height:1.6em;font-size:1.6rem;border:1px solid #666;color:#eee}form div.btn-col button:hover{border:1px solid #fff}p.confirm-form-submit{font-size:1.8rem;text-align:center;max-width:600px;margin:0 auto}header.svelte-jf81bo.svelte-jf81bo{position:fixed;left:0;width:100vw;color:#fff;background-color:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #222;padding:4px 16px;z-index:99}header.svelte-jf81bo .mob-menu.svelte-jf81bo{visibility:hidden;transform:translate(-100%);width:100vw;height:calc(100vh - 60px);background:black;z-index:1;display:none;grid-template-columns:1fr;justify-content:center;align-items:center;transition:.1s all ease-in;margin:0;padding:0;width:100%}@media only screen and (min-width: 768px){header.svelte-jf81bo .mob-menu.svelte-jf81bo{display:none;visibility:hidden}}@media only screen and (max-width: 768px){header.svelte-jf81bo .mob-menu.active.svelte-jf81bo{display:grid;visibility:visible;transform:translate(0)}}header.svelte-jf81bo .mob-menu ul.svelte-jf81bo{list-style:none;margin:0;padding:0}header.svelte-jf81bo .mob-menu ul li.svelte-jf81bo{text-align:left;border-bottom:1px solid rgba(255,255,255,.3);margin:5px 0;padding:5px 0;display:flex;flex-direction:column;gap:16px}header.svelte-jf81bo .mob-menu ul li.svelte-jf81bo:last-child{border-bottom:unset}header.svelte-jf81bo .mob-menu ul li a.svelte-jf81bo{font-family:var(--neon-font);color:#eee;text-decoration:unset;font-size:2rem;line-height:1.5em;letter-spacing:2px}header.svelte-jf81bo .wrapper.svelte-jf81bo{position:relative;z-index:999;display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0 auto;gap:100px}@media only screen and (max-width: 768px){header.svelte-jf81bo .wrapper.svelte-jf81bo{justify-content:space-between;padding:0}}header.svelte-jf81bo .logo-holder.svelte-jf81bo{margin-left:10px;margin-right:10px;display:flex;justify-content:center;align-items:center}header.svelte-jf81bo .logo-holder a.svelte-jf81bo{line-height:1em;display:flex;flex-direction:column;justify-content:center;align-items:center;text-decoration:none}@media only screen and (max-width: 640px){header.svelte-jf81bo .logo-holder a.svelte-jf81bo{align-items:center}}header.svelte-jf81bo .logo-holder a .tag-line.svelte-jf81bo{margin-top:5px;margin-bottom:5px;text-decoration:none;font-family:var(--neon-font);text-shadow:0 0 10px #ff0000,0 0 20px #ff0000;font-size:1.2rem;letter-spacing:1px;text-transform:uppercase;color:#fff}@media only screen and (max-width: 640px){header.svelte-jf81bo .logo-holder a .tag-line.svelte-jf81bo{font-size:.9rem}}header.svelte-jf81bo .logo-holder img.svelte-jf81bo{height:60px;width:auto}@media only screen and (max-width: 768px){header.svelte-jf81bo .logo-holder img.svelte-jf81bo{height:50px}}header.svelte-jf81bo .mob-menu-icon.svelte-jf81bo{cursor:pointer}header.svelte-jf81bo .mob-menu-icon button.svelte-jf81bo{background:unset;border:unset;margin:0;padding:0;width:40px;display:flex;flex-direction:column;gap:6px;overflow:visible;position:relative}header.svelte-jf81bo .mob-menu-icon button span.svelte-jf81bo{display:block;width:100%;height:3px;background:#fff;transform-origin:center;transition:.1s all ease-in;border-radius:5px}header.svelte-jf81bo .mob-menu-icon button.close-menu-icon span.svelte-jf81bo:nth-child(2){transform:scale(0)}header.svelte-jf81bo .mob-menu-icon button.close-menu-icon span.svelte-jf81bo:nth-child(1){transform:rotate(45deg) translate(30%)}header.svelte-jf81bo .mob-menu-icon button.close-menu-icon span.svelte-jf81bo:nth-child(3){transform:rotate(-45deg) translate(30%)}@media only screen and (min-width: 768px){header.svelte-jf81bo .mob-menu-icon.svelte-jf81bo{display:none;visibility:hidden}}@media only screen and (max-width: 768px){header.svelte-jf81bo .desktop-menu.svelte-jf81bo{display:none;visibility:hidden}}header.svelte-jf81bo .desktop-menu ul.svelte-jf81bo{margin:0;padding:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:64px}header.svelte-jf81bo .desktop-menu ul li.svelte-jf81bo{font-family:var(--neon-font);list-style:none;font-size:1.8rem;font-weight:400;line-height:1.1em;letter-spacing:2px;cursor:pointer;text-shadow:0 0 10px #ff0000,0 0 20px #ff0000}header.svelte-jf81bo .desktop-menu ul li.svelte-jf81bo:hover{animation:flicker-red 1.5s infinite alternate}header.svelte-jf81bo .desktop-menu ul li a.svelte-jf81bo{color:#fff;text-decoration:unset;text-transform:uppercase}div.svelte-xeq07l{position:fixed;top:0;left:0;width:100vw;height:100vh;right:0;bottom:0;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}div.svelte-ktpc5b{position:fixed;top:0;left:0;z-index:9999999}div.svelte-1b740ol.svelte-1b740ol{position:fixed;overflow-x:scroll;max-height:90vh;background:black;top:50%;left:50%;max-width:500px;width:100%;border-radius:12px;padding:50px 20px 20px;transform:translate(-50%,-50%)}@media only screen and (max-width: 640px){div.svelte-1b740ol.svelte-1b740ol{width:100vw;top:0;left:0;height:100vh;max-height:100vh;transform:translate(0)}}div.svelte-1b740ol button.svelte-1b740ol{position:absolute;top:15px;right:15px;color:#fff;display:block;cursor:pointer;background:unset;border:2px solid #fff;border-radius:35px;font-size:18px}div.svelte-172qo0s.svelte-172qo0s{text-align:center}div.svelte-172qo0s p.svelte-172qo0s{font-size:1.4rem;margin:4px;color:#fff}div.svelte-172qo0s a.button.svelte-172qo0s{display:block;color:#fff;border-radius:8px;width:80%;text-decoration:unset;margin:15px auto;background:unset;border:1px solid #fff;line-height:2em;font-size:1.5rem;height:auto;cursor:pointer}div.svelte-172qo0s a.button.svelte-172qo0s:hover{background:#fff;color:var(--nba-blue)}.bottom-footer.svelte-13gy1up.svelte-13gy1up{display:flex;justify-content:center;margin-top:10px}.bottom-footer.svelte-13gy1up p.svelte-13gy1up{text-align:center;color:#fff;font-size:1.1rem;margin:0;line-height:1.2em}.bottom-footer.svelte-13gy1up p a.svelte-13gy1up{color:#fff;text-decoration:none}.bottom-footer.svelte-13gy1up p a.svelte-13gy1up:hover{text-decoration:underline}@media only screen and (max-width: 640px){.bottom-footer.svelte-13gy1up.svelte-13gy1up{display:none}}footer.svelte-13gy1up.svelte-13gy1up{border-top:1px solid #222;background:rgba(0,0,0,.9);background-size:contain;background-repeat:repeat-x;position:fixed;width:100vw;bottom:0;left:0;padding:15px 0 5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}footer.svelte-13gy1up .wrapper.svelte-13gy1up{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0 auto;gap:100px}footer.svelte-13gy1up .sm-holder.svelte-13gy1up{display:flex;justify-content:center;align-items:center;gap:40px}footer.svelte-13gy1up .sm-holder a img.svelte-13gy1up{width:32px;height:auto;transition:.1s all linear}footer.svelte-13gy1up .sm-holder a img.svelte-13gy1up:hover{-webkit-filter:drop-shadow(0px 1px 1px #000);filter:drop-shadow(0px 1px 4px #000);transform:translateY(-3px)}footer.svelte-13gy1up ul.svelte-13gy1up{margin:0;padding:0;display:flex;flex-direction:row;align-items:center;gap:64px}@media only screen and (max-width: 768px){footer.svelte-13gy1up ul.svelte-13gy1up{display:none}}footer.svelte-13gy1up ul li.svelte-13gy1up{list-style:none;font-family:Tilt Neon,sans-serif;font-size:1.8rem;line-height:1.1em;letter-spacing:2px;cursor:pointer;transition:.1s all linear;text-shadow:0 0 10px #ff0000,0 0 20px #ff0000}footer.svelte-13gy1up ul li.svelte-13gy1up:hover{animation:flicker-red 1.5s infinite alternate}footer.svelte-13gy1up ul li a.svelte-13gy1up{color:#fff;text-decoration:unset;text-transform:uppercase}.sub-header.svelte-4btwr9.svelte-4btwr9{background-color:#c8202f;background:rgba(200,32,47,.9);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:15px 0}@media only screen and (max-width: 768px){.sub-header.svelte-4btwr9.svelte-4btwr9{display:none}}.sub-header.svelte-4btwr9 .wrapper.svelte-4btwr9{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:100px;padding:0 15px;text-align:center}@media only screen and (max-width: 768px){.sub-header.svelte-4btwr9 .wrapper.svelte-4btwr9{gap:30px}}.sub-header.svelte-4btwr9 .wrapper div.svelte-4btwr9{min-width:300px;text-align:center}@media only screen and (max-width: 640px){.sub-header.svelte-4btwr9 .wrapper div.svelte-4btwr9{min-width:100px}}.sub-header.svelte-4btwr9 .wrapper a.svelte-4btwr9{color:#fff;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;font-size:1.1rem;font-weight:400;text-decoration:unset}.sub-header.svelte-4btwr9 .wrapper a img.svelte-4btwr9{height:1.7rem;width:auto}@media only screen and (max-width: 768px){.sub-header.svelte-4btwr9 .wrapper a span.svelte-4btwr9{display:none}}.fixed-header.svelte-lv8ye9{position:fixed;top:0;left:0;width:100vw;z-index:999999}
