.page-layout-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:50px}.page-layout-header__logo{width:200px;height:24px}.page-layout-header__account{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.page-layout-header__account-text{margin-left:10px}@media(max-width:768px){.page-layout-header__account-text{display:none}}.page-layout{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:35px 50px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:calc(100vh - 70px);text-align:center;font-size:18px;color:#fff}.page-layout__title{margin-bottom:30px;margin-left:auto;margin-right:auto;max-width:670px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;font-size:34px;font-weight:700}.page-layout__content,.page-layout__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center}.page-layout__content{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center}@media(max-width:768px){.page-layout{padding:20px 10px}}.user-details .base-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.user-details__input-label{display:block;margin-bottom:8px;text-align:left;font-weight:400;font-size:16px}.user-details__input-icon{pointer-events:none}.user-details__button{background:none;border:0}.user-details__input{border-radius:8px}.user-details__input--success span.base-input__field{border:1px solid #00fff6}.user-details__input--error span.base-input__field{border:1px solid #ff6740}.user-details__input--error span.base-input__field input{color:#ff6740}.user-details__input--default .user-details__input-icon{pointer-events:auto}.user-details__error{text-align:left;margin-top:8px;color:#ff6740}.user-details__section{margin-bottom:24px}.user-details__section .base-input--is-disabled span.base-input__field,.user-details__section span.base-input__field{width:100%;background:#525356;padding:20px 8px}@media(max-width:767px){.user-details__section .base-icon.base-input__icon-right{right:1rem;bottom:5px}}.user-details__account-creation{text-align:left;font-size:14px;color:#6d6e71}.user-social-logins{font-size:14px;color:#b6b7b8}.user-social-logins__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.user-social-logins__list .base-icon--has-background.base-icon__wrap{padding:12px}.user-social-logins__list .base-icon.inactive svg{-webkit-filter:opacity(.2);filter:opacity(.2)}.user-social-logins__list .base-icon.inactive .base-icon__label{color:#6d6e71}.user-social-logins__list .base-icon.apple.inactive svg{-webkit-filter:contrast(.5);filter:contrast(.5)}.user-social-logins__list .base-icon__label{color:#fff;text-transform:capitalize}.user-subscription{font-size:14px}.user-subscription__title{color:#b6b7b8}.user-subscription__content{margin-top:1.5rem;text-align:left}.user-subscription__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;margin-bottom:10px}.user-subscription__item-value{color:#6d6e71}.user-subscription__item-value span{color:#ff6740}.user-subscription__item-active{color:#55f222}.user-subscription__item-inactive{color:#ff6740}.user-subscription__delete{display:block;margin-bottom:1rem}.user-subscription__actions{margin-top:1.5rem}.user-subscription__link{display:block;color:#b6b7b8;cursor:pointer}.user-subscription__link:hover{color:#fbfbfb}.user-subscription__unsubscribed{margin-bottom:1rem}.base-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#ddd;cursor:pointer;font-family:ReplicaLLTT,Yu Gothic UI,Malgun Gothic,Microsoft YaHei,Microsoft JhengHei,arial;-webkit-transition:color .4s cubic-bezier(.17,.67,.35,.99);transition:color .4s cubic-bezier(.17,.67,.35,.99)}.base-toggle__label{height:17px;font-family:ReplicaLLTT,Yu Gothic UI,Malgun Gothic,Microsoft YaHei,Microsoft JhengHei,arial,sans-serif;font-weight:400}.base-toggle:hover{color:#fbfbfb}.base-toggle__checkbox{height:0;position:absolute;width:0;cursor:pointer;opacity:0;pointer-events:none}.base-toggle__checkbox:checked~.base-toggle__checkmark{background-color:#00fff6}.base-toggle--danger .base-toggle__checkbox:checked~.base-toggle__checkmark{background-color:#ff6740}.base-toggle__checkbox:checked~.base-toggle__checkmark:after{left:42px;-webkit-transform:translateX(-100%) translateX(-2px) translateY(-50%);transform:translateX(-100%) translateX(-2px) translateY(-50%);background-color:#00fff6;border:2px solid #1e2023}.base-toggle--small .base-toggle__checkbox:checked~.base-toggle__checkmark:after{left:24px;-webkit-transform:translateX(-100%) translateX(-3px) translateY(-50%);transform:translateX(-100%) translateX(-3px) translateY(-50%)}.base-toggle--danger .base-toggle__checkbox:checked~.base-toggle__checkmark:after{background-color:#ff6740}.base-toggle__checkmark{width:44px;height:20px;position:relative;background-color:#333;border-radius:10px;-webkit-transition:background .4s cubic-bezier(.17,.67,.35,.99);transition:background .4s cubic-bezier(.17,.67,.35,.99)}.base-toggle--small .base-toggle__checkmark{width:24px;height:12px}.base-toggle--dark .base-toggle__checkmark{background-color:#1e2023}.base-toggle__checkmark+*{margin-left:10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:78%}.base-toggle__checkmark:after{left:4px;position:absolute;top:50%;width:12px;height:12px;background-color:#fbfbfb;border:2px solid #1e2023;border-radius:50%;content:"";-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);-webkit-transition:left .2s linear,-webkit-transform .2s linear;transition:left .2s linear,-webkit-transform .2s linear;transition:left .2s linear,transform .2s linear;transition:left .2s linear,transform .2s linear,-webkit-transform .2s linear}.base-toggle--small .base-toggle__checkmark:after{left:3px;height:8px;width:8px}.data-collection h2{color:#b6b7b8;text-align:left;text-transform:uppercase;font-size:1rem}.data-collection .base-toggle__checkmark{-ms-flex-negative:0;flex-shrink:0}.data-collection .base-toggle__label{font-size:.875rem;white-space:unset;text-align:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:unset;max-width:unset}.data-collection__toggle{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.data-collection__description{text-align:left;color:#6d6e71;font-size:.875rem;margin-top:1rem}.modal{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0;width:100%;height:100vh;z-index:1;background:rgba(0,0,0,.5)}.BetaProgram{margin-top:46px}.BetaProgram__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.BetaProgram__bottom{color:#6d6e71;margin-top:32px;text-align:left}.BetaProgram__title{font-size:20px}.BetaProgram__toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.BetaProgram__label{margin-right:1rem;color:#525356}.BetaProgram__label--active{color:#00fff6}@-webkit-keyframes dual-ring-0c760e86{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dual-ring-0c760e86{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.backward-enter-active[data-v-0c760e86],.backward-leave-active[data-v-0c760e86],.forward-enter-active[data-v-0c760e86],.forward-leave-active[data-v-0c760e86]{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.forward-enter[data-v-0c760e86],.forward-leave-to[data-v-0c760e86]{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}.backward-enter[data-v-0c760e86],.backward-leave-to[data-v-0c760e86]{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}.fade-enter-active[data-v-0c760e86],.fade-leave-active[data-v-0c760e86]{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.fade-enter[data-v-0c760e86],.fade-leave-to[data-v-0c760e86]{opacity:0}@-webkit-keyframes download-point-0c760e86{0%{top:0;opacity:0}50%{opacity:1}65%{opacity:1}to{top:100%;opacity:0}}@keyframes download-point-0c760e86{0%{top:0;opacity:0}50%{opacity:1}65%{opacity:1}to{top:100%;opacity:0}}@-webkit-keyframes change-sticker-0c760e86{0%{opacity:1}to{opacity:0}}@keyframes change-sticker-0c760e86{0%{opacity:1}to{opacity:0}}.view-container[data-v-0c760e86]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.view-container .error[data-v-0c760e86]{width:370px;text-align:center;color:red;margin-bottom:10px}.view-container .verify-text[data-v-0c760e86]{width:370px;text-align:center;color:#adff2f;margin-bottom:10px}.view-container .button[data-v-0c760e86]{width:370px;min-height:56px;border-radius:4px;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer;font-size:18px;color:#fff;border:none;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.view-container .button[data-v-0c760e86]:hover{opacity:1}.view-container .button.login[data-v-0c760e86]{background:-webkit-gradient(linear,left top,right top,from(#0bf),to(#00e3ff));background:linear-gradient(90deg,#0bf,#00e3ff);margin-bottom:25px}.view-container .button.login.disabled[data-v-0c760e86]{background:#046;pointer-events:none}.view-container .recover-section[data-v-0c760e86]{height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.view-container .recover-section p[data-v-0c760e86]{width:370px;color:#797979;font-size:16px;font-weight:400;text-align:center;margin:0}.view-container .or-section[data-v-0c760e86]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;margin-bottom:20px}.view-container .or-section span[data-v-0c760e86]{height:20px;width:63px;color:#505050;font-weight:500;font-size:18px;line-height:22px;text-align:center}.view-container .or-section hr[data-v-0c760e86]{width:167px;border:1px solid #505050}.simple-link[data-v-0c760e86]{position:relative;color:#00fff6;cursor:pointer}.simple-link[data-v-0c760e86]:hover{color:#00fff6}.simple-link[data-v-0c760e86]:hover:before{width:100%}.simple-link[data-v-0c760e86]:before{bottom:-2px;height:1px;left:50%;position:absolute;width:0;background:#00fff6;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:width .4s cubic-bezier(.08,1.48,.69,1.14);transition:width .4s cubic-bezier(.08,1.48,.69,1.14)}.modal-content[data-v-0c760e86]{text-align:center;width:450px;padding:24px;border-radius:4px;background-color:#282a2d}.modal-content .modal-title[data-v-0c760e86]{font-size:1rem;margin:16px 0 8px}.modal-content .modal-text[data-v-0c760e86]{font-size:14px;color:#b6b7b8;margin-bottom:24px}.modal-content .modal-buttons[data-v-0c760e86]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.modal-content .modal-buttons button[data-v-0c760e86]{font-size:14px;border-radius:4px;border:none;height:32px;-webkit-box-flex:1;-ms-flex:1;flex:1;cursor:pointer;background-color:#ff6740}.modal-content .modal-buttons button[data-v-0c760e86]:hover{-webkit-filter:brightness(.9);filter:brightness(.9)}.modal-content .modal-buttons button[data-v-0c760e86]:disabled{cursor:default;opacity:.5;color:#000}.modal-content .modal-buttons button[data-v-0c760e86]:disabled:hover{-webkit-filter:brightness(1);filter:brightness(1)}.modal-content .modal-buttons button[data-v-0c760e86]:first-child{margin-right:24px;background-color:#8c8d8f}@-webkit-keyframes dual-ring-16cfb92c{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dual-ring-16cfb92c{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.backward-enter-active[data-v-16cfb92c],.backward-leave-active[data-v-16cfb92c],.forward-enter-active[data-v-16cfb92c],.forward-leave-active[data-v-16cfb92c]{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.forward-enter[data-v-16cfb92c],.forward-leave-to[data-v-16cfb92c]{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}.backward-enter[data-v-16cfb92c],.backward-leave-to[data-v-16cfb92c]{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}.fade-enter-active[data-v-16cfb92c],.fade-leave-active[data-v-16cfb92c]{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.fade-enter[data-v-16cfb92c],.fade-leave-to[data-v-16cfb92c]{opacity:0}@-webkit-keyframes download-point-16cfb92c{0%{top:0;opacity:0}50%{opacity:1}65%{opacity:1}to{top:100%;opacity:0}}@keyframes download-point-16cfb92c{0%{top:0;opacity:0}50%{opacity:1}65%{opacity:1}to{top:100%;opacity:0}}@-webkit-keyframes change-sticker-16cfb92c{0%{opacity:1}to{opacity:0}}@keyframes change-sticker-16cfb92c{0%{opacity:1}to{opacity:0}}.view-container[data-v-16cfb92c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.view-container .error[data-v-16cfb92c]{width:370px;text-align:center;color:red;margin-bottom:10px}.view-container .verify-text[data-v-16cfb92c]{width:370px;text-align:center;color:#adff2f;margin-bottom:10px}.view-container .button[data-v-16cfb92c]{width:370px;min-height:56px;border-radius:4px;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer;font-size:18px;color:#fff;border:none;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.view-container .button[data-v-16cfb92c]:hover{opacity:1}.view-container .button.login[data-v-16cfb92c]{background:-webkit-gradient(linear,left top,right top,from(#0bf),to(#00e3ff));background:linear-gradient(90deg,#0bf,#00e3ff);margin-bottom:25px}.view-container .button.login.disabled[data-v-16cfb92c]{background:#046;pointer-events:none}.view-container .recover-section[data-v-16cfb92c]{height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.view-container .recover-section p[data-v-16cfb92c]{width:370px;color:#797979;font-size:16px;font-weight:400;text-align:center;margin:0}.view-container .or-section[data-v-16cfb92c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;margin-bottom:20px}.view-container .or-section span[data-v-16cfb92c]{height:20px;width:63px;color:#505050;font-weight:500;font-size:18px;line-height:22px;text-align:center}.view-container .or-section hr[data-v-16cfb92c]{width:167px;border:1px solid #505050}.simple-link[data-v-16cfb92c]{position:relative;color:#00fff6;cursor:pointer}.simple-link[data-v-16cfb92c]:hover{color:#00fff6}.simple-link[data-v-16cfb92c]:hover:before{width:100%}.simple-link[data-v-16cfb92c]:before{bottom:-2px;height:1px;left:50%;position:absolute;width:0;background:#00fff6;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:width .4s cubic-bezier(.08,1.48,.69,1.14);transition:width .4s cubic-bezier(.08,1.48,.69,1.14)}.modal-content[data-v-16cfb92c]{text-align:center;width:450px;padding:24px;border-radius:4px;background-color:#282a2d}.modal-content .modal-title[data-v-16cfb92c]{font-size:1rem;margin:16px 0 8px}.modal-content .modal-text[data-v-16cfb92c]{font-size:14px;color:#b6b7b8;margin-bottom:24px}.modal-content .modal-buttons[data-v-16cfb92c]{display:block}.modal-content .modal-buttons__accept[data-v-16cfb92c]{display:inline-block;font-size:14px;border-radius:4px;border:none;line-height:32px;padding:0 32px;background-color:#ff6740;color:#000}.modal-content .modal-buttons__accept[data-v-16cfb92c]:hover{-webkit-filter:brightness(.9);filter:brightness(.9)}@-webkit-keyframes dual-ring-06aea820{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dual-ring-06aea820{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.backward-enter-active[data-v-06aea820],.backward-leave-active[data-v-06aea820],.forward-enter-active[data-v-06aea820],.forward-leave-active[data-v-06aea820]{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.forward-enter[data-v-06aea820],.forward-leave-to[data-v-06aea820]{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}.backward-enter[data-v-06aea820],.backward-leave-to[data-v-06aea820]{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}.fade-enter-active[data-v-06aea820],.fade-leave-active[data-v-06aea820]{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.fade-enter[data-v-06aea820],.fade-leave-to[data-v-06aea820]{opacity:0}@-webkit-keyframes download-point-06aea820{0%{top:0;opacity:0}50%{opacity:1}65%{opacity:1}to{top:100%;opacity:0}}@keyframes download-point-06aea820{0%{top:0;opacity:0}50%{opacity:1}65%{opacity:1}to{top:100%;opacity:0}}@-webkit-keyframes change-sticker-06aea820{0%{opacity:1}to{opacity:0}}@keyframes change-sticker-06aea820{0%{opacity:1}to{opacity:0}}.view-container[data-v-06aea820]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.view-container .error[data-v-06aea820]{width:370px;text-align:center;color:red;margin-bottom:10px}.view-container .verify-text[data-v-06aea820]{width:370px;text-align:center;color:#adff2f;margin-bottom:10px}.view-container .button[data-v-06aea820]{width:370px;min-height:56px;border-radius:4px;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer;font-size:18px;color:#fff;border:none;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.view-container .button[data-v-06aea820]:hover{opacity:1}.view-container .button.login[data-v-06aea820]{background:-webkit-gradient(linear,left top,right top,from(#0bf),to(#00e3ff));background:linear-gradient(90deg,#0bf,#00e3ff);margin-bottom:25px}.view-container .button.login.disabled[data-v-06aea820]{background:#046;pointer-events:none}.view-container .recover-section[data-v-06aea820]{height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.view-container .recover-section p[data-v-06aea820]{width:370px;color:#797979;font-size:16px;font-weight:400;text-align:center;margin:0}.view-container .or-section[data-v-06aea820]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;margin-bottom:20px}.view-container .or-section span[data-v-06aea820]{height:20px;width:63px;color:#505050;font-weight:500;font-size:18px;line-height:22px;text-align:center}.view-container .or-section hr[data-v-06aea820]{width:167px;border:1px solid #505050}.simple-link[data-v-06aea820]{position:relative;color:#00fff6;cursor:pointer}.simple-link[data-v-06aea820]:hover{color:#00fff6}.simple-link[data-v-06aea820]:hover:before{width:100%}.simple-link[data-v-06aea820]:before{bottom:-2px;height:1px;left:50%;position:absolute;width:0;background:#00fff6;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:width .4s cubic-bezier(.08,1.48,.69,1.14);transition:width .4s cubic-bezier(.08,1.48,.69,1.14)}.modal-content[data-v-06aea820]{text-align:center;width:450px;padding:24px;border-radius:4px;background-color:#282a2d}.modal-content .modal-title[data-v-06aea820]{font-size:1rem;margin:16px 0 8px}.modal-content .modal-text[data-v-06aea820]{font-size:14px;color:#b6b7b8;margin-bottom:24px}.modal-content .modal-buttons[data-v-06aea820]{display:block}.modal-content .modal-buttons button[data-v-06aea820]{font-size:14px;border-radius:4px;border:none;height:32px;padding:0 32px;cursor:pointer;background-color:#ff6740}.modal-content .modal-buttons button[data-v-06aea820]:hover{-webkit-filter:brightness(.9);filter:brightness(.9)}.terms-footer{width:100%;margin-top:auto;text-align:center;font-size:12px}.delete-account{text-align:center;width:550px;padding:1.5rem 2rem 3rem;border-radius:.25rem;z-index:2;background-color:#282a2d}.delete-account__title{font-size:1.5rem;margin:1rem 0 1.5rem}.delete-account__description{font-size:1rem}.delete-account__description span{font-weight:900}.delete-account__check{margin-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;gap:1rem}.delete-account__check .base-check-box__check-mark.base-check-box__check-mark--big{width:2rem;height:2rem;border:1px solid #fff;background:#525356}.delete-account__check .base-check-box__check-mark.base-check-box__check-mark--big img{width:1rem;height:1rem}.delete-account__check .base-check-box__check-mark.base-check-box__check-mark--checked{border:none;background:#00fff6}.delete-account__actions{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.delete-account__button{font-size:14px;border-radius:4px;border:none;padding:.5rem 1rem;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;cursor:pointer}.delete-account__button--disabled{cursor:not-allowed}.delete-account__accept{background-color:#ff6740}@-webkit-keyframes dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.backward-enter-active,.backward-leave-active,.forward-enter-active,.forward-leave-active{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.forward-enter,.forward-leave-to{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}.backward-enter,.backward-leave-to{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}.fade-enter-active,.fade-leave-active{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.fade-enter,.fade-leave-to{opacity:0}@-webkit-keyframes download-point{0%{top:0;opacity:0}50%{opacity:1}65%{opacity:1}to{top:100%;opacity:0}}@keyframes download-point{0%{top:0;opacity:0}50%{opacity:1}65%{opacity:1}to{top:100%;opacity:0}}@-webkit-keyframes change-sticker{0%{opacity:1}to{opacity:0}}@keyframes change-sticker{0%{opacity:1}to{opacity:0}}.view-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.view-container .error{width:370px;text-align:center;color:red;margin-bottom:10px}.view-container .verify-text{width:370px;text-align:center;color:#adff2f;margin-bottom:10px}.view-container .button{width:370px;min-height:56px;border-radius:4px;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer;font-size:18px;color:#fff;border:none;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.view-container .button:hover{opacity:1}.view-container .button.login{background:-webkit-gradient(linear,left top,right top,from(#0bf),to(#00e3ff));background:linear-gradient(90deg,#0bf,#00e3ff);margin-bottom:25px}.view-container .button.login.disabled{background:#046;pointer-events:none}.view-container .recover-section{height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.view-container .recover-section p{width:370px;color:#797979;font-size:16px;font-weight:400;text-align:center;margin:0}.view-container .or-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;margin-bottom:20px}.view-container .or-section span{height:20px;width:63px;color:#505050;font-weight:500;font-size:18px;line-height:22px;text-align:center}.view-container .or-section hr{width:167px;border:1px solid #505050}.simple-link{position:relative;cursor:pointer}.simple-link,.simple-link:hover{color:#00fff6}.simple-link:hover:before{width:100%}.simple-link:before{bottom:-2px;height:1px;left:50%;position:absolute;width:0;background:#00fff6;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:width .4s cubic-bezier(.08,1.48,.69,1.14);transition:width .4s cubic-bezier(.08,1.48,.69,1.14)}@font-face{font-family:ReplicaLLTT;src:url(../../../../../src/submodules/base/assets/fonts/ReplicaLLTT-Regular.05ea7123.ttf);font-weight:400;font-style:normal}@font-face{font-family:ReplicaLLTT;src:url(../../../../../src/submodules/base/assets/fonts/ReplicaLLTT-Bold.c5ef9e91.ttf);font-weight:500;font-style:normal}.user-account{color:#fbfbfb;font-size:14px}.user-account__content hr{margin:30px 0;border-color:#979797}.user-account__logo{position:absolute;top:3.5rem;left:1rem}.user-account__logo img{width:200px}@media(min-width:767px){.user-account__logo{left:5rem}}.user-account__delete{margin-top:2rem;text-align:left}.user-account__section-title,.user-account__title{font-size:20px;font-weight:700}.user-account__section-title{margin-bottom:32px;text-align:left;color:#d9d9d9}.user-account__user-id{text-align:center;margin-top:16px;color:#d9d9d9}.user-account__blocks{margin-bottom:30px;padding-bottom:60px;border-bottom:1px solid #343639}.user-account__block,.user-account__blocks{display:-webkit-box;display:-ms-flexbox;display:flex}.user-account__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:30px;padding:42px 32px;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:449px;background-color:#121315;border-radius:10px}.user-account__block:last-child{margin-right:0}.user-account__security,.user-account__social{margin-top:40px}.user-account__footer-delimiter{margin-bottom:30px;color:#343639}.user-account__download-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0 auto 35px;padding:6px 16px;display:block;min-width:152px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:14px;color:#00fff6;font-weight:400;border:2px solid #00fff6;border-radius:5px;background:transparent;cursor:pointer}.user-account__download-button:hover{background-color:#00fff6;color:#000;-webkit-filter:brightness(80%);filter:brightness(80%)}@media(max-width:767px){.user-account__blocks{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-account__block{width:100%;margin-right:0;margin-bottom:20px}.user-account__block:last-child{margin-bottom:0}}