@keyframes loadingAni{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeInBlur{0%{opacity:0;filter:blur(8px)}to{opacity:1;filter:blur(0)}}@keyframes copyFeedback{0%{transform:scale(1);background-color:rgba(0,226,144,.25)}50%{transform:scale(1.1);background-color:rgba(0,226,144,.5)}to{transform:scale(1);background-color:rgba(0,226,144,.25)}}@font-face{font-family:Montserrat;src:url(/fonts/montserrat/Montserrat-Regular.ttf);font-weight:400}@font-face{font-family:Montserrat;src:url(/fonts/montserrat/Montserrat-Medium.ttf);font-weight:500}@font-face{font-family:Montserrat;src:url(/fonts/montserrat/Montserrat-SemiBold.ttf);font-weight:600}@font-face{font-family:Montserrat;src:url(/fonts/montserrat/Montserrat-Bold.ttf);font-weight:700}@font-face{font-family:Montserrat;src:url(/fonts/montserrat/Montserrat-ExtraBold.ttf);font-weight:800}@font-face{font-family:Montserrat;src:url(/fonts/montserrat/Montserrat-Black.ttf);font-weight:900}@font-face{font-family:Tenor Sans;src:url(/fonts/tenor-sans/TenorSans-Regular.ttf);font-weight:400}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Regular.ttf);font-weight:400}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Medium.ttf);font-weight:500}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Bold.ttf);font-weight:700}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Black.ttf);font-weight:900}@font-face{font-family:Manrope;src:url(/fonts/manrope/Manrope-Light.ttf);font-weight:300}@font-face{font-family:Manrope;src:url(/fonts/manrope/Manrope-Regular.ttf);font-weight:400}@font-face{font-family:Manrope;src:url(/fonts/manrope/Manrope-Medium.ttf);font-weight:500}@font-face{font-family:Manrope;src:url(/fonts/manrope/Manrope-SemiBold.ttf);font-weight:600}@font-face{font-family:Manrope;src:url(/fonts/manrope/Manrope-Bold.ttf);font-weight:700}@font-face{font-family:Manrope;src:url(/fonts/manrope/Manrope-ExtraBold.ttf);font-weight:800}.starfield-home{justify-content:center;align-items:center;width:100%;height:40vh;position:relative;display:flex;flex-flow:row nowrap}.starfield-home.black:after{background:#1f1f1f}.starfield-home.blue:after{background:#362eff}.starfield-home:after{width:100%;height:100%;top:0;left:0;z-index:1;position:absolute;content:"";display:block;transition:all 1s cubic-bezier(.28,.44,.49,1) .1s}.starfield-home .starfield{z-index:3}.starfield-home .starfield .safezone{top:50%;width:0;height:0}.starfield-home .noise{z-index:4!important;left:0;top:0;z-index:1;background-image:url(/images/noise.gif);opacity:.05;pointer-events:none}.starfield,.starfield-home .noise{position:absolute;width:100%;height:100%}.starfield{justify-content:center;align-items:center;display:flex;flex-flow:row wrap}.starfield .star{position:absolute;border-radius:100%;animation-name:twinklingStar;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in;width:.3vh;height:.3vh}.starfield .shooting-star{position:absolute;height:1px;overflow:hidden}.starfield .shooting-star div{position:absolute;right:0;height:100%;opacity:0;background:linear-gradient(90deg,transparent,white 30%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.25) 70%,transparent);animation-name:fallingStar;animation-iteration-count:infinite;animation-direction:normal;animation-timing-function:ease-out}.starfield .safezone{position:absolute}@keyframes twinklingStar{0%{background:hsla(0,0%,100%,0)}50%{background:hsla(0,0%,100%,.5)}to{background:#fff}}@keyframes fallingStar{0%{opacity:1;right:0}20%{right:100%}to{opacity:0;right:100%}}