section.modal{height:100vh;left:0;margin:0;position:fixed;top:0;width:100vw;z-index:2000}section.modal .background,section.modal .content{height:100vh;left:0;position:absolute;top:0;width:100vw}section.modal .background{background:rgba(0,0,0,.5)}section.modal .content{align-items:center;background:none;display:flex;justify-content:center;position:relative}section.modal .content .wrap{background:#f8f8f8;border-radius:4px;box-shadow:0 0 8px rgba(0,0,0,.1),0 0 32px rgba(0,0,0,.1);flex:1;margin:1rem;max-width:480px;padding:2rem 1rem 1rem;position:relative;text-align:center}section.modal .content .wrap .button{justify-content:space-around}section.modal .content .wrap .close{position:absolute;right:16px;top:16px}.loading{align-items:center;display:flex;height:100vh;justify-content:space-around;left:0;position:fixed;top:0;width:100vw;z-index:10000}.loading.bg{background:hsla(0,0%,100%,.8)}.lds-loader{display:inline-block;height:80px;position:relative;width:80px}.lds-loader div{animation:lds-loader 1.2s cubic-bezier(0,.5,.5,1) infinite;background:#b950e3;display:inline-block;left:8px;position:absolute;width:16px}.lds-loader div:first-child{animation-delay:-.24s;left:8px}.lds-loader div:nth-child(2){animation-delay:-.12s;left:32px}.lds-loader div:nth-child(3){animation-delay:0;left:56px}@keyframes lds-loader{0%{height:64px;top:8px}50%,to{height:32px;top:24px}}section.footer{align-items:center;display:flex;justify-content:center;margin:1rem 0;width:100%}section.footer>span{color:#af9dc4;display:inline-block;font-family:Poppins;font-size:14px;margin:0 1rem;text-transform:uppercase}.claim{padding-top:1rem}.claim .layout>div{margin:0 1rem}.claim .layout>div>div p span{align-items:center;display:flex;justify-content:flex-start}.claim .layout>div:first-of-type{position:relative;width:calc(100% - 2rem)}.claim .layout>div:first-of-type .background-border{align-items:center;background:linear-gradient(to right top,#3a90f4,#ffc4ff,#a06bc1);border-radius:22px;display:flex;justify-content:center;padding:16px;width:100%}.claim .layout>div:first-of-type .background{background:#fff;border-radius:16px}.claim .layout>div:first-of-type .background,.claim .layout>div:first-of-type .image{align-items:center;display:flex;justify-content:center;width:100%}.claim .layout>div:first-of-type .image img,.claim .layout>div:first-of-type .image video{border-radius:16px;display:block;object-fit:cover;width:100%}.claim h1{font-family:Merriweather,serif;overflow-wrap:break-word}.claim h1>span>span.sparkle{-webkit-text-fill-color:transparent;background:linear-gradient(to right top,#3a90f4,#ffc4ff,#a06bc1);-webkit-background-clip:text}@media (min-width:992px){h1,p{text-align:left}.claim{padding-top:10vw}.claim .layout{display:flex;justify-content:space-around}.claim .layout>div{min-width:512px}}.margin-20{height:20px;width:100%}*{box-sizing:border-box}body{background:#f8f8f8;font-family:Poppins,sans-serif;font-weight:400;margin:0!important}#root,body{min-height:100vh}#root{display:flex;flex-direction:column;height:100%;justify-content:space-between;margin:auto;max-width:1024px;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#background{animation:fadeIn 1s cubic-bezier(.39,.575,.565,1);background:radial-gradient(ellipse 20vw 40vw at 20vw -5vh,#defff5,transparent 30vw),radial-gradient(ellipse 20vw 40vw at 0 15vh,#dee9ff,transparent 30vw),radial-gradient(ellipse 20vw 40vw at 80vw 105vh,#ffdefc,transparent 30vw),radial-gradient(ellipse 20vw 40vw at 100vw 85vh,#d6eeff,transparent 30vw);background-repeat:no-repeat;background-size:100vw 100vh;filter:blur(24px);height:100vh;left:0;position:fixed;width:100vw;z-index:-1}@media (min-width:992px){h1,p{text-align:left}}p{margin:0 0 1rem}.center{text-align:center}button,input{border:none;border-radius:16px;font-family:Poppins,sans-serif;font-weight:600;height:48px;margin-bottom:1rem;outline:none;padding:8px;width:100%}button{background:#000;border-radius:16px;color:#fff;height:56px;text-transform:none}button>img{margin-right:1rem}button:disabled{background:rgba(54,56,102,.1)}button.text{text-decoration:underline}button.outline,button.text{background:none;color:#363866}button.outline{border:1px solid #000}input{border:2px solid #e9e9ea;border-radius:8px;padding-left:1rem}.profile{justify-content:space-between;margin:1rem 0}.profile,.profile>div{align-items:center;display:flex}.profile>div{justify-content:flex-start}.profile>div>div,.profile>div>img{background:#fff;border-radius:24px;height:48px;width:48px}.profile>div>div{align-items:center;display:flex;justify-content:space-around}.profile>div>div>img{width:60%}.profile>div>img,.profile>div>p{margin-right:1rem}