@charset "UTF-8";
@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";

._container_gmza6_1 {
    background: #9bce7d
}

._transactions--item_gmza6_5 {
    padding: 10px;
    color: #330065
}

._transactions--item_gmza6_5 ._content_gmza6_9 {
    gap: 5px;
    display: flex;
    flex-direction: row
}

._transactions--item_gmza6_5 ._content_gmza6_9 ._action_gmza6_14 {
    cursor: pointer;
    color: #330065
}

._transactions--item_gmza6_5 ._content_gmza6_9 ._action_gmza6_14:hover {
    color: #fff
}

._transactions--item_gmza6_5:not(:last-child) {
    border-bottom: 1px solid #330065
}

._transactions--item_gmza6_5 a {
    color: #330065
}

._transactions--item_gmza6_5 a:hover {
    color: #fff
}

._explorer_mvf43_1 ._records--item_mvf43_1 {
    padding: 10px;
    color: #330065;
    display: flex;
    flex-direction: column
}

._explorer_mvf43_1 ._records--item_mvf43_1:not(:last-child) {
    border-bottom: 1px solid #330065
}

._panel_wnkgv_1 {
    position: fixed;
    top: 5%;
    left: 3%;
    z-index: 1111;
    background: #9bce7d;
    color: #330065;
    border-radius: 20px;
    max-height: 600px;
    overflow: scroll
}

._panel--tabs_wnkgv_12 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 15px
}

._panel--tabs--item_wnkgv_18 {
    padding: 5px;
    border: 1px solid #330065
}

._panel--tabs--item_wnkgv_18._active_wnkgv_22 {
    border: 1px solid white
}

._panel--content_wnkgv_25 {
    padding: 15px
}

._notification_1ktbx_1 {
    color: #9bce7d;
    transition: all .2s ease-in-out 0s;
    padding: 8px 21px;
    border-radius: 50px;
    font-family: Space Mono;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

._notification--details_1ktbx_11 {
    display: flex;
    flex-direction: row;
    gap: 7.5px
}

._notification_1ktbx_1._info_1ktbx_16 {
    border: 1px solid #9bce7d;
    background: #9bce7d33;
    color: #9bce7d
}

._notification_1ktbx_1._error_1ktbx_21 {
    border: 1px solid #dc689a;
    background: #dc689a;
    color: #242424
}

._notification_1ktbx_1 a {
    color: #9bce7d;
    cursor: pointer
}

._notification_1ktbx_1 a:hover {
    color: #fff
}

._notifications_2ek3p_1 {
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 11111
}

@font-face {
    font-family: Medium;
    src: url(./AdrasteaFont.woff2) format("woff2"), url(./AdrasteaFont.woff2) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none
}

button {
    outline: none
}

button:focus {
    outline: none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

::-webkit-scrollbar {
    display: none;
    width: 8px
}

html,
body {
    -ms-overflow-style: none;
    scrollbar-width: none
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #0003;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #0000004d
}

body {
    font-family: Space Mono, monospace;
    color: #e0e0e0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: #242424;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

body.uniq {
    background: #242424
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: none
}

.auto__container {
    position: relative;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 30px
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

button {
    font-family: Medium;
    cursor: pointer
}

input {
    font-family: Medium
}

.button.connect {
    position: relative;
    cursor: pointer;
    background: transparent;
    z-index: 1
}

.button.connect:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 20px;
    height: 100%;
    transform: skew(-35deg);
    border: 1px solid #9bce7d;
    background: #9bce7d;
    content: "";
    z-index: -1;
    border-right: 1px solid transparent;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s
}

.button.connect span {
    font-weight: 400;
    font-size: 12px;
    display: block;
    line-height: 1;
    padding: 20px 24px 15px;
    color: #242424;
    min-width: 220px;
    box-sizing: border-box;
    font-family: Medium;
    white-space: nowrap;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    text-transform: uppercase
}

.button.connect:hover span {
    color: #9bce7d
}

.button.connect:hover:before {
    background: #242424;
    border: 1px solid #9bce7d;
    box-shadow: 0 0 11px #9bce7d
}

.button.connect.active:before {
    background: #9bce7d33;
    border-right: 2px solid #9bce7d
}

.button.connect.active span {
    color: #9bce7d
}

h1 {
    font-family: Medium;
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    color: #e0e0e0;
    text-shadow: -1px 0 #242424, 0 1px #242424, 1px 0 #242424, 0 -1px #242424
}

h2 {
    font-family: Medium;
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
    color: #e0e0e0
}

h3 {
    font-family: Medium;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px
}

h6 {
    font-family: Medium;
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    color: #e0e0e0
}

h6.med {
    font-weight: 400;
    font-size: 15px;
    line-height: 1
}

h6.sm {
    font-family: Medium;
    font-weight: 400;
    font-size: 12px;
    line-height: 11px
}

p.sm {
    font-size: 14px;
    line-height: 21px
}

p.xsm {
    font-size: 12px;
    line-height: 17px
}

p.xsm span {
    color: #9bce7d
}

p.italic {
    font-style: italic
}

.main {
    overflow: hidden;
    min-height: calc(100vh - 100px)
}

.marquee {
    padding: 60px 0 42px;
    margin-top: 112px;
    position: relative
}

.marquee .slick-track {
    display: flex !important
}

.marquee__slider {
    background: #9bce7d
}

.marqueeItem {
    padding: 15px 12px 10px;
    font-family: Medium;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #242424
}

.marquee__line {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 1920px;
    display: flex;
    align-items: center;
    justify-content: center
}

.marquee__line img {
    width: 100%
}

.marquee__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    max-width: 630px;
    width: 100%;
    z-index: 1
}

.marquee__logo img {
    width: 100%
}

.marquee__text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    max-width: 630px;
    width: 100%;
    z-index: 1
}

.marquee__text img {
    width: 100%
}

.marquee__text h3 {
    text-align: center;
    z-index: 2;
    color: #e0e0e0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.marquee__text h3 span {
    color: #9bce7d
}

.marquee__text h3 span i {
    font-style: normal;
    font-family: Space Mono, monospace;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px
}

.marquee__text-row {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px
}

.marquee__text-row p {
    margin-right: 24px
}

.marquee__text-row p:last-child {
    margin-right: 0
}

.marquee__text-row p span {
    color: #9bce7d
}

.marquee.lev .marquee__inner {
    width: 100%;
    height: 45px;
    background: #9bce7d
}

.marquee.lev .marquee__inner-text {
    height: 100%;
    width: fit-content;
    align-items: center;
    display: flex;
    position: relative;
    animation: marquee 50s linear infinite;
    will-change: transform
}

.marquee.lev .marquee__inner-text.short {
    animation: marquee 80s linear infinite
}

.marquee.lev .marqueeItem p {
    white-space: nowrap
}

@keyframes marquee {
    to {
        transform: translate(-50%)
    }
}

.footer {
    padding: 70px 32px 60px;
    overflow: hidden
}

.footer__inner {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}

.footer__inner ul {
    display: flex
}

.footer__inner ul li {
    position: relative;
    cursor: pointer;
    z-index: 1
}

.footer__inner ul li .art {
    position: relative
}

.footer__inner ul li .art img {
    height: 100px;
    width: 100px;
    position: absolute;
    top: -75px;
    right: -30px
}

.footer__inner ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skew(-35deg);
    border: 1px solid #9bce7d;
    background: #9bce7d20;
    content: "";
    z-index: -1;
    border-right: 1px solid transparent;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s
}

.footer__inner ul li:first-child:before {
    border-radius: 20px 0 0
}

.footer__inner ul li:last-child.landing:before {
    border-right: 1px solid #9bce7d;
    border-radius: 0 0 20px
}

.footer__inner ul li:hover:before {
    background: #9bce7d
}

.footer__inner ul li:hover a {
    color: #242424
}

.footer__inner ul li a {
    font-weight: 400;
    font-size: 12px;
    display: block;
    line-height: 1;
    padding: 23px 42px 18px;
    color: #9bce7d;
    font-family: Medium;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    text-transform: uppercase
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-sizing: border-box
}

.headerMenu {
    display: none
}

.header .auto__container {
    max-width: unset;
    padding: 0
}

.header__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.header__inner-btn {
    padding: 14px 40px 14px 0;
    display: flex;
    align-items: center
}

.header__inner-logo,
.header__inner-mob {
    display: none
}

.headerB {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
    padding: 22px 0
}

.headerB .auto__container {
    max-width: 1330px
}

.headerB__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.headerB__inner:before {
    position: absolute;
    content: "";
    top: 65px;
    left: -40px;
    width: 135px;
    height: 20px;
    background: url(../images/beta/intro/headLeft.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.headerB__inner:after {
    position: absolute;
    content: "";
    top: 65px;
    right: -40px;
    width: 135px;
    height: 20px;
    background: url(../images/beta/intro/headRight.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.headerB__inner-logo {
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center
}

.headerB__inner-logo img {
    width: 100%
}

.headerB__inner button {
    padding: 10px;
    background: transparent;
    font-family: Medium;
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    text-align: center;
    cursor: pointer;
    color: #9bce7d
}

.headerB__inner button:hover {
    opacity: .6
}

.header__amount {
    width: 197px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    padding: 17px 10px 16px;
    border: 1px solid #9bce7d;
    background: transparent;
    border-radius: 50px;
    font-family: Medium;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    line-height: 1;
    color: #9bce7d;
    margin-right: 40px
}

.header__amount.active {
    background: #9bce7d33
}

.nav {
    max-width: 1380px;
    background: url(../images/shapes/header.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    left: -20px;
    flex: 1 0 0
}

.navMob {
    display: none
}

.nav__inner {
    position: relative;
    padding: 14px 14px 40px 0
}

.nav__inner .button {
    display: none
}

.nav__inner p {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 20px);
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-style: italic
}

.nav__inner p span {
    color: #9bce7d
}

.nav__inner ul {
    display: flex
}

.nav__inner ul li {
    position: relative;
    cursor: pointer;
    z-index: 1
}

.nav__inner ul li:last-child a:before {
    border-right: 1px solid #9bce7d;
    border-radius: 0 10px 10px 0
}

.nav__inner ul li a {
    font-weight: 400;
    font-size: 12px;
    display: block;
    line-height: 1;
    padding: 23px 50px 18px;
    color: #9bce7d;
    font-family: Medium;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    text-transform: uppercase
}

.nav__inner ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skew(-35deg);
    border: 1px solid #9bce7d;
    background: #9bce7d20;
    content: "";
    z-index: -1;
    border-right: 1px solid transparent;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s
}

.nav__inner ul li a:hover {
    color: #242424
}

.nav__inner ul li a:hover:before {
    background: #9bce7d
}

.nav__inner ul li a.active {
    color: #242424
}

.nav__inner ul li a.active:before {
    background: #9bce7d
}

.nav__inner .button.connect {
    display: none
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    z-index: 100
}

.modal__inner {
    margin: auto;
    border: 1px solid #9bce7d;
    border-radius: 30px;
    background: #2c2c2c;
    padding: 20px 26px 26px;
    width: 100%;
    box-sizing: border-box;
    max-width: 392px;
    position: relative
}

.modal__close {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: -30px;
    right: -30px;
    cursor: pointer
}

.modal__close:hover {
    opacity: .8
}

.modal__close svg {
    pointer-events: none;
    width: 100%;
    height: 100%
}

.modal__header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px
}

.modal__header-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal__header-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.modal__header-div {
    display: flex;
    align-items: center;
    width: 100px;
    justify-content: center;
    margin: 0 --10px
}

.modal__header-div img {
    width: 100%
}

.modal__terms {
    padding: 20px 18px;
    border-radius: 25px;
    box-sizing: border-box;
    background: #1b1b1b
}

.modal__terms p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #e0e0e0;
    padding-bottom: 15px;
    margin-bottom: 12px;
    border-bottom: 2px dashed #1b1b1b
}

.modal__terms p a {
    color: #9bce7d
}

.modal__terms .radio {
    position: relative
}

.modal__terms .radio input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer
}

.modal__terms .radio input:checked+label:before {
    background: #9bce7d
}

.modal__terms .radio label {
    padding-left: 28px;
    display: block;
    position: relative;
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #747373
}

.modal__terms .radio label:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border-radius: 50%;
    left: 0;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    border: 1px solid #9bce7d
}

.modal__select h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #9bce7d;
    margin-bottom: 14px;
    text-align: center
}

.modalItem {
    padding: 13px 16px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: #242424;
    margin-bottom: 8px
}

.modalItem:last-child {
    margin-bottom: 0
}

.modalItem__icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px
}

.modalItem__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.modalItem__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 44px)
}

.modalItem__info span {
    display: block;
    cursor: pointer;
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    text-align: right;
    color: #9bce7d
}

.modalItem__info h6 {
    font-family: Medium;
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    color: #747373;
    margin: 0 0 -4px;
    position: relative
}

.modalItem__info.active h6 {
    color: #e0e0e0
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 90px 20px 16px 16px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    background: #00000080
}

.popup__close {
    display: none
}

.popup__inner {
    margin-left: auto;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    max-width: 500px;
    padding: 30px 26px;
    border: 1px solid #9bce7d;
    background: #2c2c2c;
    max-height: 910px;
    height: 100%;
    border-radius: 30px;
    overflow-y: auto
}

.popup__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px
}

.popup__head-logo {
    display: flex;
    align-items: center
}

.popup__head-address {
    padding: 10px 20px;
    border-radius: 50px;
    background: #242424;
    font-family: Space Mono, monospace;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #9bce7d
}

.popup__head h6 {
    font-family: Medium;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #9bce7d
}

.popup__head-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
}

.popup__head-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.popupBtn {
    width: 100%;
    display: block;
    padding: 17px 14px 14px;
    font-family: Medium;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    color: #242424;
    border: 1px solid #9bce7d;
    background: #9bce7d;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    border-radius: 50px;
    margin-bottom: 20px
}

.popupBtn:hover {
    background: #9bce7d33;
    color: #fff
}

.popupInfo {
    padding: 19px 16px;
    border-radius: 20px;
    box-sizing: border-box;
    width: calc(50% - 20px);
    margin: 10px;
    background: #242424
}

.popupInfo__value {
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9bce7d;
    position: relative;
    padding-left: 12px;
    margin-bottom: 3px
}

.popupInfo__value:before {
    left: 0;
    width: 3px;
    height: 24px;
    background: #9bce7d;
    content: "";
    position: absolute
}

.popupInfo p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #747373
}

.popupInfos {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 40px
}

.popupOx {
    margin-bottom: 40px
}

.popupOx h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #9bce7d;
    margin-bottom: 30px
}

.popupOx__inner {
    background: #242424;
    border-radius: 25px;
    border: 1px solid #5d5d5d;
    padding: 20px;
    box-sizing: border-box
}

.popupOxInfo {
    display: flex;
    align-items: center;
    margin-bottom: 26px
}

.popupOxInfo__icon {
    position: relative;
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px
}

.popupOxInfo__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.popupOxInfo__icon-data {
    position: absolute;
    top: calc(50% + 5px);
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9bce7d
}

.popupOxInfo__icon-data svg {
    width: 8px;
    height: 8px;
    margin-top: 2px
}

.popupOxInfo__gen {
    width: calc(100% - 120px)
}

.popupOxInfo__gen-hat {
    margin-bottom: 10px
}

.popupOxInfo__gen-hat p.bold {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #e0e0e0
}

.popupOxInfo__gen-hat p.sm {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #9bce7d
}

.popupOxInfo__gen-value {
    position: relative;
    width: 100%;
    height: 11px;
    box-sizing: border-box;
    border: 1px solid #9bce7d;
    margin-bottom: 4px;
    border-radius: 2px;
    overflow: hidden
}

.popupOxInfo__gen-value span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #9bce7d
}

.popupOxInfo__gen-more {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.popupOxInfo__gen-more p.sm {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #747373
}

.popupOxInfo__gen-more p.sm.uniq {
    color: #9bce7d;
    text-transform: uppercase
}

.popupOxRef {
    padding-bottom: 24px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #1b1b1b
}

.popupOxRef__inner {
    background: #1b1b1b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px 10px 54px;
    border-radius: 20px;
    margin-bottom: 4px
}

.popupOxRef__inner button {
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #242424;
    padding: 9px 29px;
    border-radius: 20px;
    background: #9bce7d;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s
}

.popupOxRef__inner button:hover {
    opacity: .8
}

.popupOxRef__value {
    position: relative;
    font-family: Space Mono, monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #e0e0e0;
    display: flex;
    align-items: center;
    cursor: pointer
}

.popupOxRef__value svg {
    width: 16px;
    height: 16px;
    color: #9bce7d;
    margin-left: 5px
}

.popupOxRef__more {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.popupOxRef__more p.sm {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #747373
}

.popupOxRef__more p.sm span {
    color: #9bce7d
}

.popupOxDesc p {
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #747373
}

.popupOxDesc p button {
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    background: transparent;
    cursor: pointer;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    color: #9bce7d
}

.popupOxDesc p button:hover {
    opacity: .8
}

.popupStrat {
    display: flex;
    align-items: center;
    border: 1px solid #5d5d5d;
    border-radius: 25px;
    padding: 36px 16px;
    background: #242424;
    margin-bottom: 20px
}

.popupStrats__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px
}

.popupStrats__head h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #9bce7d
}

.popupStrats__head span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #5d5d5d;
    display: flex;
    padding: 5px 12px;
    border: 1px solid #5d5d5d;
    border-radius: 50px
}

.popupStrats__head span.uniq {
    color: #9bce7d;
    border: 1px solid #9bce7d
}

.popupStrat:last-child {
    margin-bottom: 0
}

.popupStrat__icon {
    border: 1px solid #9bce7d;
    border-radius: 50%;
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 24px
}

.popupStrat__icon.gray img {
    filter: grayscale(100%)
}

.popupStrat__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover
}

.popupStrat__info {
    width: calc(100% - 120px)
}

.popupStrat__info-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px
}

.popupStrat__info-head h6 {
    font-family: Medium;
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    position: relative;
    margin-bottom: -4px;
    color: #e0e0e0
}

.popupStrat__info-head p {
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #747373;
    text-transform: uppercase
}

.popupStrat__info-progress-hat {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.popupStrat__info-progress-hat p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #9bce7d
}

.popupStrat__info-progress-hat button {
    background: transparent;
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9bce7d
}

.popupStrat__info-progress-hat button svg {
    width: 100%;
    height: 100%
}

.popupStrat__info-progress-value {
    position: relative;
    width: 100%;
    border: 1px solid #9bce7d;
    border-radius: 2px;
    overflow: hidden;
    height: 11px;
    margin-bottom: 10px
}

.popupStrat__info-progress-value span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    background: #9bce7d
}

.popupStrat__info-more {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.popupStrat__info-more span {
    display: block;
    padding: 6px 10px;
    border-radius: 10px;
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #9bce7d;
    box-sizing: border-box;
    width: 105px;
    background: #9bce7d33
}

.popupStrat__info-more a {
    width: calc(100% - 120px);
    display: block;
    padding: 6px 10px;
    border-radius: 10px;
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #242424;
    box-sizing: border-box;
    background: #9bce7d;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s
}

.popupStrat__info-more a:hover {
    opacity: .8
}

.intro__video {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-mask-image: url(../images/intro/black.png);
    mask-image: url(../images/intro/black.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    mask-repeat: no-repeat
}

.intro__video-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-mask-image: url(../images/intro/before.png);
    mask-image: url(../images/intro/before.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    pointer-events: none
}

.intro__content-box:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    -webkit-mask-image: url(../images/intro/frame.png);
    mask-image: url(../images/intro/frame.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    z-index: -1
}

.intro__content-box:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/intro/frameBorder.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.strategy__head-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/shapes/stratHead.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}

.strategyItem:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 98px;
    height: 100%;
    background: url(../images/shapes/leftBrak.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.strategyItem:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 98px;
    height: 100%;
    background: url(../images/shapes/rightBrack.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.roger__inner:before {
    position: absolute;
    content: "";
    bottom: 40px;
    left: 0;
    width: 240px;
    height: 240px;
    background: url(../images/shapes/frameLeft.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%
}

.roger__inner:after {
    position: absolute;
    content: "";
    bottom: 40px;
    right: 0;
    width: 240px;
    height: 240px;
    background: url(../images/shapes/frameRight.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%
}

.rogerText:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/shapes/systemFrame.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}

.vaultHead {
    position: relative;
    padding: 40px 0;
    top: -1px
}

.vaultHead:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    min-width: 1920px;
    height: 50%;
    background: url(../images/vault/headLine.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.vaultHead__inner {
    max-width: 967px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.vaultHead__title {
    position: relative
}

.vaultHead__title h6 {
    text-align: right;
    padding: 0 16px
}

.vaultHead__title h6 span {
    color: #9bce7d
}

.vaultHead__title img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 200px
}

.vaultHead__info h6 {
    margin-bottom: 4px
}

.vaultHead__info p span {
    color: #9bce7d
}

.vaultStrat {
    padding: 125px 0
}

.vaultStrat__inner {
    display: flex;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    justify-content: space-between
}

.vaultStrat__inner-circle {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%
}

.vaultStrat__inner-circle>div {
    width: 100%;
    height: 100%
}

.vaultStratItem {
    width: calc(50% - 15px);
    position: relative;
    box-sizing: border-box;
    max-width: 450px
}

.vaultStratItem:nth-child(3) .vaultStratItem__title h6 {
    order: 2
}

.vaultStratItem:nth-child(3) .vaultStratItem__info p {
    text-align: right
}

.vaultStratItem__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3px
}

.vaultStratItem__title img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    box-shadow: 0 0 8px #9bce7d70
}

.vaultStratItem__info {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.vaultStratItem__info p {
    width: 50%
}

.vaultStratItem__info p span {
    color: #9bce7d
}

.vaultStratItem__range {
    flex: 1 0 0;
    margin: 0 14px;
    position: relative;
    height: 11px;
    border: 1px solid #9bce7d;
    box-sizing: border-box
}

.vaultStratItem__range-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #9bce7d
}

.vaultStratItem__progress {
    display: flex;
    align-items: center
}

.vaultStratItem__progress p {
    white-space: nowrap
}

.vaultStratItem__progress p span {
    color: #9bce7d
}

.vaultStratItem__inner {
    max-width: 450px;
    margin: 0 auto
}

.vaultTable {
    border: 1px solid #9bce7d;
    padding: 3px 0
}

.vaultTable__outer {
    max-width: 1200px;
    margin: 0 auto
}

.vaultTable__outer:last-child {
    margin-bottom: 60px
}

.vaultTable__row {
    display: flex
}

.vaultTable__head .vaultTable__col {
    padding: 0 16px 16px 34px
}

.vaultTable__head .vaultTable__col p {
    color: #fff;
    padding-left: 26px;
    position: relative
}

.vaultTable__head .vaultTable__col p:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 2px;
    height: 100%;
    background: #9bce7d;
    content: ""
}

.vaultTable__col {
    width: 16.6%;
    padding: 16px 16px 16px 34px
}

.vaultTable__col span {
    display: none
}

.vaultTable__col p {
    color: #9bce7d
}

.vaultTable__col p.uniq {
    position: relative
}

.vaultTable__col p.uniq:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: -34px;
    height: 2px;
    width: 18px;
    background: #9bce7d
}

.vaultTable__col p.uniq:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-radius: 50%;
    left: -16px;
    height: 6px;
    width: 6px;
    background: #9bce7d
}

.vaultTable__foot {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 556px
}

.vaultTable__foot button {
    width: 50%;
    position: relative;
    display: block;
    padding: 24px 12px;
    box-sizing: border-box;
    background: transparent;
    color: #9bce7d
}

.vaultTable__foot button:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vaultTable__foot button:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 108%;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    height: 132%;
    opacity: 0
}

.vaultTable__foot button:hover {
    color: #242424
}

.vaultTable__foot button:hover:after {
    opacity: 1
}

.vaultTable__foot button span {
    position: relative;
    z-index: 1
}

.vaultTable__foot button.vaultTable__foot-left {
    margin-right: -1px;
    padding-right: 54px;
    text-align: right
}

.vaultTable__foot button.vaultTable__foot-left:before {
    background: url(../images/vault/btnL.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.vaultTable__foot button.vaultTable__foot-left:after {
    background: url(../images/vault/btnLA.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.vaultTable__foot button.vaultTable__foot-right {
    margin-left: -1px;
    padding-left: 54px;
    text-align: left
}

.vaultTable__foot button.vaultTable__foot-right:before {
    background: url(../images/vault/btnR.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.vaultTable__foot button.vaultTable__foot-right:after {
    background: url(../images/vault/btnRA.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.farmHead {
    position: relative;
    padding: 0 0 40px;
    top: -1px
}

.farmHead:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    min-width: 1920px;
    height: 50%;
    background: url(../images/farm/headLine.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.farmHead__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative
}

.farmHead__logo {
    width: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -95px
}

.farmHead__logo img {
    width: 100%
}

.farmHead__value {
    width: 390px;
    height: 213px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -100px;
    position: relative
}

.farmHead__value:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    -webkit-mask-image: url(../images/farm/frame.png);
    mask-image: url(../images/farm/frame.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    mask-repeat: no-repeat
}

.farmHead__value:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/farm/frameBorder.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.farmHead__value h6 {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    margin-bottom: 10px
}

.farmHead__value-circ {
    width: 18px;
    height: 18px;
    margin-right: 24px
}

.farmHead__value-circ>div {
    width: 100%;
    height: 100%
}

.farmHead__value p {
    padding-left: 42px
}

.farmHead__value p span {
    color: #9bce7d
}

.beta {
    overflow: hidden;
    position: relative
}

.betaIntro {
    padding-top: 50px
}

.betaIntro__main {
    position: absolute;
    top: 50px;
    left: calc(50% + 10px);
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.betaIntro__main img {
    width: 100%
}

.betaIntro__main-left {
    position: absolute;
    bottom: 40px;
    right: calc(50% + 170px);
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.betaIntro__main-left img {
    width: 100%
}

.betaIntro__main-right {
    position: absolute;
    bottom: 40px;
    left: calc(50% + 150px);
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.betaIntro__main-right img {
    width: 100%
}

.betaIntro__mide-left {
    position: absolute;
    content: "";
    top: 22%;
    right: calc(50% + 500px);
    width: 120px;
    height: 100px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.betaIntro__mide-left img {
    width: 100%
}

.betaIntro__mide-right {
    position: absolute;
    content: "";
    top: 22%;
    left: calc(50% + 500px);
    width: 120px;
    height: 100px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.betaIntro__mide-right img {
    width: 100%
}

.betaIntro__mid-circ {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center
}

.betaIntro__mid-circ.left-circ-1 {
    top: calc(100% + 20px);
    left: -2px
}

.betaIntro__mid-circ.left-circ-2 {
    top: calc(100% + 60px);
    left: -8px
}

.betaIntro__mid-circ.right-circ-1 {
    top: calc(100% + 20px);
    right: -2px
}

.betaIntro__mid-circ.right-circ-2 {
    top: calc(100% + 60px);
    right: -8px
}

.betaIntro__mid-left {
    position: absolute;
    top: -15px;
    right: calc(50% + 370px);
    transform: rotate(2deg);
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.betaIntro__mid-left img {
    width: 100%
}

.betaIntro__mid-right {
    position: absolute;
    top: -15px;
    left: calc(50% + 370px);
    transform: rotate(-3deg);
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.betaIntro__mid-right img {
    width: 100%
}

.betaIntro h1 {
    text-align: center;
    margin-bottom: 42px;
    position: relative;
    z-index: 2
}

.betaIntro .betaConnect {
    padding: 22px 14px 17px;
    width: 100%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    max-width: 356px;
    border-radius: 0 0 50px 50px;
    background: #9bce7d;
    margin: 0 auto;
    font-family: Medium;
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    display: block;
    text-align: center;
    color: #242424;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    border: 1px solid #9bce7d
}

.betaIntro .betaConnect:hover {
    background: #9bce7d33;
    color: #9bce7d
}

.betaIntro__inner {
    max-width: 1940px;
    position: relative;
    padding: 200px 0 120px;
    margin: 0 auto
}

.betaIntro__video {
    width: 1940px;
    height: calc(100% - 2px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-mask-image: url(../images/beta/intro/videoShape.png);
    mask-image: url(../images/beta/intro/videoShape.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    mask-repeat: no-repeat
}

.betaIntro__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover
}

.betaIntro__video video::-webkit-media-controls {
    display: none
}

.betaIntro__video-outer {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 1940px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-mask-image: url(../images/beta/intro/videoShape.png);
    mask-image: url(../images/beta/intro/videoShape.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    pointer-events: none
}

.betaIntro__video-outer:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9bce7d;
    z-index: -1
}

.betaAbout {
    margin-top: -90px
}

.betaAbout__head {
    margin: 0 auto 100px;
    text-align: center;
    padding: 90px 0 24px;
    max-width: 940px;
    width: 100%;
    z-index: 1;
    position: relative
}

.betaAbout__head:before {
    background: url(../images/beta/aboutHead.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    content: "";
    top: 0;
    width: 940px;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: -1;
    height: 100%
}

.betaAbout__head-icon {
    margin: 0 auto 40px;
    width: 280px;
    position: relative;
    display: flex
}

.betaAbout__inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1024px;
    box-sizing: border-box;
    justify-content: center
}

.betaAboutItem {
    width: 33.3%;
    position: relative;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 30px 0
}

.betaAboutItem h6 {
    margin-bottom: 10px;
    color: #9bce7d
}

.betaAboutItem:nth-child(1),
.betaAboutItem:nth-child(3) {
    position: relative;
    top: -100px
}

.betaAboutItem:nth-child(1):before,
.betaAboutItem:nth-child(3):before {
    position: absolute;
    top: 0;
    right: 100%;
    content: "";
    width: 450px;
    height: 160px;
    background: url(../images/beta/aboutRight.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.betaAboutItem:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.betaAboutItem:nth-child(2):before {
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    content: "";
    width: 6px;
    height: 130px;
    background: url(../images/beta/aboutMiddle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.betaAboutItem:nth-child(3) {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

.betaAboutItem:nth-child(3):before {
    background: url(../images/beta/aboutLeft.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 100%;
    right: unset
}

.betaAboutItem:nth-child(4),
.betaAboutItem:nth-child(5) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%
}

.betaAboutItem:nth-child(4):before,
.betaAboutItem:nth-child(5):before {
    position: absolute;
    bottom: 130%;
    left: 52%;
    content: "";
    width: 200px;
    height: 268px;
    background: url(../images/beta/aboutMidLeft.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.betaAboutItem:nth-child(5):before {
    position: absolute;
    bottom: 130%;
    right: 52%;
    left: unset;
    content: "";
    width: 200px;
    height: 268px;
    transform: rotateY(180deg);
    background: url(../images/beta/aboutMidLeft.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.betaAboutItem__inner {
    max-width: 234px
}

.betaAboutItem:nth-child(2) {
    position: relative
}

.passport {
    padding: 100px 0
}

.passport .auto__container {
    max-width: 1160px
}

.passport__title {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 30px
}

.passport__title h2 {
    padding: 0 80px;
    position: relative
}

.passport__title h2:before {
    position: absolute;
    content: "";
    left: -20%;
    top: 100%;
    width: 298px;
    height: 40px;
    background: url(../images/beta/passport/titleTop.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.passport__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.passport__inner:before {
    position: absolute;
    content: "";
    left: 60%;
    top: 100%;
    width: 298px;
    height: 40px;
    background: url(../images/beta/passport/titleBot.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.passportSocial {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    font-family: Medium;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #b1b1b1;
    width: 100%;
    max-width: 360px;
    margin-bottom: 28px;
    position: relative;
    padding-left: 23px;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s
}

.passportSocials {
    width: calc(50% - 30px);
    padding-right: 50px;
    box-sizing: border-box
}

.passportSocial:hover {
    color: #9bce7d
}

.passportSocial:hover i {
    background: #9bce7d;
    color: #242424
}

.passportSocial:before {
    position: absolute;
    content: "";
    background: #9bce7d;
    border-radius: 5px 0 0 5px;
    top: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 27px
}

.passportSocial span {
    position: relative;
    bottom: -2px
}

.passportSocial:last-child {
    margin-bottom: 0
}

.passportSocial i {
    width: 40px;
    height: 40px;
    display: flex;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #b1b1b1;
    position: relative
}

.passportSocial i:before {
    position: absolute;
    left: calc(100% + 32px);
    top: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #9bce7d
}

.passportSocial i svg {
    width: 22px;
    height: 22px;
    color: #242424
}

.passportSocial i:after {
    position: absolute;
    left: calc(100% + 32px);
    top: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: "";
    width: 240px;
    height: 2px;
    background: #9bce7d
}

.passportSocial.active {
    color: #9bce7d
}

.passportSocial.active i {
    background: #9bce7d;
    color: #242424
}

.passportCard {
    width: calc(50% - 30px);
    position: relative
}

.passportCard span {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 10%;
    font-size: 58px;
    font-family: Medium;
    line-height: 1.1;
    color: #e0e0e0
}

.passportCard__image {
    display: flex;
    align-items: center;
    justify-content: center
}

.passportCard__image img {
    width: 100%
}

.passportCard__image .mobile {
    display: none
}

.position {
    padding: 100px 0
}

.position .auto__container {
    max-width: 1200px
}

.position h2 {
    margin-bottom: 20px;
    text-align: center
}

.position__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.position__inner:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    height: 90%;
    background: url(../images/beta/positionStroke.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%
}

.positionMid {
    width: 394px
}

.positionMid .posButton {
    padding: 23px 10px;
    width: 100%;
    box-sizing: border-box;
    background: #9bce7d;
    font-family: Medium;
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    text-align: center;
    color: #242424;
    border-radius: 50px 50px 0 0
}

.positionMid__item {
    border: 1px solid #9bce7d;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    margin-bottom: 22px
}

.positionMid__item-head {
    display: flex;
    border-bottom: 1px solid #9bce7d
}

.positionMid__item-head h6.sm {
    width: 50%;
    box-sizing: border-box;
    padding: 29px 14px 24px;
    text-align: center;
    color: #fff;
    background: #9bce7d33
}

.positionMid__item-head h6.sm:nth-child(1) {
    border-right: 1px solid #9bce7d
}

.positionMid__item-row {
    display: flex;
    border-bottom: 1px solid #9bce7d
}

.positionMid__item-row:last-child {
    border-bottom: unset
}

.positionMid__item-row h6.sm {
    padding: 25px 10px;
    color: #9bce7d;
    text-align: center;
    box-sizing: border-box;
    width: 50%
}

.positionMid__item-row h6.sm:nth-child(1) {
    border-right: 1px solid #9bce7d
}

.positionMid__input {
    border-bottom: 1px solid #9bce7d;
    position: relative
}

.positionMid__input span {
    position: absolute;
    top: 50%;
    left: 18px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.positionMid__input span svg {
    width: 100%;
    height: 100%
}

.positionMid__input button {
    width: 100px;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Medium;
    font-weight: 400;
    font-size: 25px;
    line-height: 22px;
    color: #9bce7d
}

.positionMid__input input {
    padding: 23px 100px 18px 66px;
    box-sizing: border-box;
    background: transparent;
    font-family: Medium;
    font-weight: 400;
    font-size: 25px;
    line-height: 22px;
    width: 100%;
    color: #9bce7d
}

.positionMid__input input::placeholder {
    color: #9bce7d;
    opacity: 1
}

.positionItem {
    position: relative;
    box-sizing: border-box;
    padding: 30px
}

.positionItem:nth-child(3) {
    text-align: right
}

.positionItem:nth-child(3) .positionItem__title h6 {
    order: 2
}

.positionItem:nth-child(3) .positionItem__info p {
    text-align: right
}

.positionItem h6,
.positionItem__info {
    margin-bottom: 14px
}

.positionItem__info p span {
    color: #9bce7d;
    margin-left: 20px;
    display: inline-block
}

.positionItem__range {
    position: relative;
    height: 11px;
    border: 1px solid #9bce7d;
    box-sizing: border-box;
    max-width: 240px;
    width: 100%;
    margin: 3px 0
}

.positionItem__range-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #9bce7d
}

.positionItem__progress p {
    white-space: nowrap
}

.positionItem__progress p span {
    color: #9bce7d
}

.positionItem__inner {
    max-width: 250px
}

.reward {
    padding: 100px 0
}

.rewardOver {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9bce7d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #242424b3;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 2
}

.rewardOver h2 {
    text-align: center;
    display: inline-block;
    max-width: 432px;
    color: #9bce7d
}

.rewardOver svg {
    width: 22px;
    height: 42px;
    margin: 0 20px
}

.reward .auto__container {
    max-width: 1200px
}

.reward__head {
    display: flex;
    box-sizing: border-box
}

.reward__head button {
    width: 33.3%;
    cursor: pointer
}

.rewardBtn {
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    line-height: 22px;
    text-align: center;
    position: relative;
    background: transparent;
    padding: 20px 10px;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    box-sizing: border-box;
    border-bottom: 1px solid #9bce7d
}

.rewardBtn:hover,
.rewardBtn.active {
    color: #9bce7d
}

.rewardBtn.active:before {
    opacity: 1
}

.rewardBtn:before {
    position: absolute;
    bottom: 0;
    content: "";
    opacity: 0;
    width: 110px;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    height: 100%
}

.rewardBtn:nth-child(1):before {
    left: 100%;
    background: url(../images/beta/activeTab.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom
}

.rewardBtn:nth-child(2):before {
    right: 89.5%;
    width: 80px;
    background: url(../images/beta/activeTab2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom
}

.rewardConnect {
    position: relative;
    background: transparent;
    z-index: 1;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    color: #242424
}

.rewardConnect:hover {
    opacity: .8
}

.rewardConnect:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
    content: "";
    z-index: -1;
    background: #9bce7d;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s
}

.rewardInfo {
    padding: 30px 50px;
    display: flex;
    align-items: center
}

.rewardInfo__title {
    width: 25%;
    box-sizing: border-box;
    padding: 0 18px;
    position: relative
}

.rewardInfo__title h6.sm {
    margin-bottom: -2%
}

.rewardInfo__title:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    content: "";
    width: 3px;
    height: 24px;
    background: #9bce7d
}

.rewardInfo__title:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    content: "";
    width: 3px;
    height: 24px;
    background: #9bce7d
}

.rewardInfo__content {
    width: 75%;
    box-sizing: border-box;
    padding-left: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.rewardInfo__content button {
    padding: 8px 21px;
    border: 1px solid #9bce7d;
    border-radius: 50px;
    background: transparent;
    font-family: Space Mono;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9bce7d
}

.rewardInfo__content-info {
    display: flex;
    align-items: center
}

.rewardInfo__content-info p {
    margin-right: 28px
}

.rewardInfo__content-info p:last-child {
    margin-right: 0
}

.rewardInfo__content-info p span {
    color: #9bce7d;
    margin-left: 20px;
    display: inline-block
}

.rewardInfo__content-range {
    position: relative;
    height: 11px;
    border: 1px solid #9bce7d;
    box-sizing: border-box;
    width: 240px;
    margin: 0 14px
}

.rewardInfo__content-range-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #9bce7d
}

.rewardInfo__content-progress {
    display: flex;
    align-items: center
}

.rewardInfo__content-progress p {
    white-space: nowrap
}

.rewardInfo__content-progress p span {
    color: #9bce7d
}

.rewardLimit {
    padding: 10px 0;
    border-top: 1px solid #9bce7d
}

.rewardLimit span {
    width: 50%;
    margin-left: auto;
    display: block;
    padding-left: 50px;
    box-sizing: border-box
}

.rewardTable {
    border: 1px solid #9bce7d;
    display: flex;
    margin-bottom: 38px
}

.rewardTable__note {
    display: flex;
    align-items: center;
    width: 50%;
    border-right: 1px solid #9bce7d;
    padding-left: 50px;
    box-sizing: border-box;
    background: #9bce7d33
}

.rewardTable__note p {
    font-family: Space Mono;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9bce7d;
    max-width: 500px
}

.rewardTable__info {
    display: flex;
    align-items: center;
    width: 50%;
    border-right: 1px solid #9bce7d;
    padding-left: 50px;
    box-sizing: border-box
}

.rewardTable__info p {
    text-align: center;
    width: 50%;
    padding: 0 18px;
    box-sizing: border-box
}

.rewardTable__info p.uniq,
.rewardTable__info p.positive {
    color: #9bce7d
}

.rewardTable__info p.negative {
    color: #dc689a
}

.rewardTable__info h6 {
    box-sizing: border-box;
    padding: 0 18px;
    position: relative;
    width: 50%
}

.rewardTable__info h6 span {
    display: block;
    margin-bottom: -1.4%
}

.rewardTable__info h6.uniq {
    color: #9bce7d
}

.rewardTable__info h6:before {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    content: "";
    width: 3px;
    height: 24px;
    background: #9bce7d
}

.rewardTable__info h6:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    content: "";
    width: 3px;
    height: 24px;
    background: #9bce7d
}

.rewardTable__item {
    display: flex;
    border-bottom: 1px solid #9bce7d
}

.rewardTable__item:last-child {
    border-bottom: unset
}

.rewardTable__item input {
    font-family: Medium;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    padding: 4px 0 2px;
    color: #9bce7d;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    box-sizing: border-box;
    width: calc(100% - 60px);
    background: transparent
}

.rewardTable__item input.error {
    color: #dc689a
}

.rewardTable__item input::placeholder {
    color: #9bce7d
}

.rewardTable__item h6.sm.uniq {
    color: #9bce7d
}

.rewardTable__items {
    width: 50%
}

.rewardTable__item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 50px;
    box-sizing: border-box;
    width: calc(100% - 197px)
}

.rewardTable__item-row h6 {
    white-space: nowrap
}

.rewardTable__item button {
    width: 197px;
    border-left: 1px solid #9bce7d;
    background: #9bce7d33;
    color: #9bce7d;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s
}

.rewardTable__item button span {
    position: relative;
    bottom: -2px
}

.rewardTable__item button:hover {
    color: #242424;
    background: #9bce7d
}

.rewardTable__claim {
    width: 50%
}

.rewardTable__claim button {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 14px 20px;
    text-align: center;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    background: #9bce7d;
    color: #242424;
    border-left: 1px solid #9bce7d
}

.rewardTable__claim button:hover {
    background: #9bce7d33;
    color: #9bce7d
}

.rewardTable__claim button.negative {
    color: #dc689a
}

.pos {
    border: 1px solid #9bce7d;
    padding: 8px 50px;
    margin-bottom: 35px
}

.pos__outer {
    padding-bottom: 100px
}

.pos__inner {
    max-width: 1200px;
    margin: 0 auto
}

.pos:last-child {
    margin-bottom: 0
}

.posSpace {
    height: 12px
}

.posTitle {
    font-family: Medium;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    color: #9bce7d;
    padding: 20px 10px;
    border-bottom: 1px solid #5d5d5d;
    margin-bottom: 12px;
    position: relative
}

.posTitle br {
    display: none
}

.posTitle.btnn {
    border-bottom: unset;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    padding: 0
}

.posTitle span {
    display: inline-block;
    position: relative;
    padding: 20px 0 20px 10px
}

.posTitle span:before {
    position: absolute;
    bottom: 0;
    left: -12px;
    width: 0;
    height: 3px;
    background: #9bce7d;
    content: "";
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s
}

.posTitle.active span:before {
    width: calc(100% + 12px)
}

.posGroup {
    cursor: pointer;
    margin-bottom: 12px
}

.posGroup:last-child {
    margin-bottom: 0
}

.pos__row {
    display: flex;
    justify-content: space-between
}

.pos__row.dropPos {
    overflow: hidden
}

.pos__col {
    width: calc(50% - 10px)
}

.pos__total {
    border-top: 1px solid #5d5d5d;
    padding-top: 14px
}

.pos__total .posItem p span {
    transform: translate(0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    top: 0
}

.posItem {
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

.posItem p {
    font-family: Space Mono;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #e0e0e0;
    padding: 0 10px 0 24px;
    width: 50%;
    box-sizing: border-box;
    position: relative
}

.posItem p.uniq {
    color: #9bce7d
}

.posItem p span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 3px;
    height: 24px;
    background: #9bce7d
}

.posItem p span.hidden {
    display: none
}

.posItem p span.negative {
    left: -12px;
    width: 24px;
    height: 3px
}

.posItem.long p {
    width: calc(100% - 110px)
}

.posItem.long p:last-child {
    width: 110px
}

.hero {
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
    padding: 300px 0 250px;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero__inner {
    width: 100%;
    max-width: 1024px;
    box-sizing: border-box;
    text-align: center;
    padding: 0 25px
}

.hero__inner h1 {
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    color: #9bce7d;
    margin-bottom: 30px
}

.hero__inner h1:last-child {
    margin-bottom: 0
}

.hero__inner h1 span {
    color: #9bce7d
}

.hero__inner h1 span.blue {
    color: #51bfd6
}

.hero__inner a {
    padding: 17px 90px 14px;
    display: inline-block;
    margin-top: 46px;
    font-family: Medium;
    font-weight: 400;
    font-size: 15px;
    line-height: 13px;
    text-align: center;
    color: #242424;
    border-radius: 50px;
    background: #51bfd6;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s
}

.hero__inner a:hover {
    opacity: .8
}

.heroTop {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 1920px;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.heroTop__icon {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -40px;
    width: 96px;
    height: 96px;
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #242424;
    box-shadow: 0 0 19px #9bce7d4d;
    border-radius: 200px
}

.heroTop__icon img {
    width: 100%;
    height: 100%
}

.heroTop__lottie {
    width: 100%;
    height: 100%;
    transform: rotate(180deg)
}

.heroBot {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 30px;
    width: 1920px;
    display: flex;
    align-items: center;
    justify-content: center
}

.heroBot__lottie {
    width: 100%;
    height: 100%
}

.intro {
    padding-top: 112px;
    position: relative
}

.intro:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.intro__lottie {
    position: absolute;
    top: 20px;
    right: -20px;
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center
}

.intro__lottie>div {
    width: 100%
}

.intro__video {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-mask-image: url(../images/intro/black.png);
    mask-image: url(../images/intro/black.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    mask-repeat: no-repeat
}

.intro__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover
}

.intro__video video::-webkit-media-controls {
    display: none
}

.intro__video-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-mask-image: url(../images/intro/before.png);
    mask-image: url(../images/intro/before.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    pointer-events: none
}

.intro__video-outer:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9bce7d;
    z-index: -1
}

.intro__inner {
    padding: 100px 0 395px
}

.intro__content {
    max-width: 614px
}

.intro__content-logo {
    margin: 0 36px 14px;
    display: flex;
    align-items: center;
    width: 143px;
    justify-content: center
}

.intro__content-logo img {
    width: 100%
}

.intro__content-box {
    padding: 70px;
    position: relative;
    margin-left: -80px;
    box-sizing: border-box;
    z-index: 1
}

.intro__content-box .dum {
    position: absolute;
    left: 100%;
    bottom: 40px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.intro__content-box .dum img {
    width: 100%
}

.intro__content-box:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    -webkit-mask-image: url(../images/intro/frame.png);
    mask-image: url(../images/intro/frame.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    z-index: -1
}

.intro__content-box:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/intro/frameBorder.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.intro__content-box h1 {
    margin-bottom: 20px
}

.intro__content-box p {
    margin-bottom: 16px;
    padding-left: 30px
}

.intro__content-box p:last-child {
    margin-bottom: 0
}

.intro__content-box .button {
    display: none
}

.strategy {
    padding: 100px 0 50px
}

.strategy__head {
    margin-left: 98px;
    margin-bottom: 10px;
    position: relative;
    padding: 20px 106px;
    box-sizing: border-box;
    max-width: 840px
}

.strategy__head-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/shapes/stratHead.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}

.strategy__inner {
    display: flex;
    position: relative
}

.strategy__inner-circle {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 23px
}

.strategy__inner-circle>div {
    width: 100%;
    height: 100%
}

.strategyItem {
    width: 50%;
    padding: 80px 100px;
    position: relative;
    box-sizing: border-box
}

.strategyItem:nth-child(3) .strategyItem__title h6 {
    order: 2
}

.strategyItem:nth-child(3) .strategyItem__info p {
    text-align: right
}

.strategyItem__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3px
}

.strategyItem__title img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    box-shadow: 0 0 8px #9bce7d70
}

.strategyItem__info {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.strategyItem__info p {
    width: 50%
}

.strategyItem__info p span {
    color: #9bce7d
}

.strategyItem__range {
    flex: 1 0 0;
    margin: 0 14px;
    position: relative;
    height: 11px;
    border: 1px solid #9bce7d;
    box-sizing: border-box
}

.strategyItem__range-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #9bce7d
}

.strategyItem__progress {
    display: flex;
    align-items: center
}

.strategyItem__progress p {
    white-space: nowrap
}

.strategyItem__progress p span {
    color: #9bce7d
}

.strategyItem__inner {
    max-width: 450px;
    margin: 0 auto
}

.strategyItem:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 98px;
    height: 100%;
    background: url(../images/shapes/leftBrak.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.strategyItem:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 98px;
    height: 100%;
    background: url(../images/shapes/rightBrack.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.split {
    padding: 50px 0;
    position: relative
}

.split__lottie {
    width: 1920px;
    position: relative;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.split__icon {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin: 0 auto 45px;
    box-shadow: 0 0 19px #9bce7d4d;
    border-radius: 50%
}

.split__icon img {
    width: 100%
}

.roger {
    padding-bottom: 230px
}

.roger__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1320px;
    margin: 0 auto;
    align-items: center;
    position: relative;
    padding: 0 70px;
    box-sizing: border-box;
    z-index: 1
}

.roger__inner:before {
    position: absolute;
    content: "";
    bottom: 40px;
    left: 0;
    width: 240px;
    height: 240px;
    background: url(../images/shapes/frameLeft.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%
}

.roger__inner:after {
    position: absolute;
    content: "";
    bottom: 40px;
    right: 0;
    width: 240px;
    height: 240px;
    background: url(../images/shapes/frameRight.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%
}

.roger__inner-logo {
    position: absolute;
    content: "";
    width: 110%;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 50px;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: blur(12px)
}

.roger__inner-logo img {
    width: 100%
}

.roger__inner-col {
    max-width: 393px;
    width: calc(33.3% - 10px)
}

.rogerMessage {
    max-width: 240px;
    width: 100%;
    margin: 0 auto 24px
}

.rogerVoice {
    max-width: 240px;
    width: 100%;
    margin: 0 auto
}

.rogerText {
    margin: 0 auto;
    padding: 46px 60px 68px;
    box-sizing: border-box;
    position: relative
}

.rogerText__ready {
    position: absolute;
    bottom: -20%;
    right: 16%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%
}

.rogerText__ready img {
    width: 100%
}

.rogerText:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/shapes/systemFrame.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}

.rogerText p {
    position: relative
}

.rogerText p:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 30px;
    background: #9bce7d;
    left: -15px;
    top: 5px
}

.rogerText p span {
    color: #9bce7d;
    display: block
}

.roger__mob {
    display: none
}

.rogerRoger {
    position: relative
}

.rogerRoger img.rogerCat {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%
}

.feature {
    padding: 50px 0 100px
}

.feature__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto
}

.featureItem {
    width: calc(50% - 15px);
    max-width: 506px
}

.featureItem__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 344px;
    position: relative
}

.featureItem__image img {
    width: 100%
}

.featureItem__image img.grass {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%
}

.featureItem__image img.dataT {
    position: absolute;
    top: 12%;
    left: 41%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 90%
}

.featureItem__content {
    padding: 0 124px 0 22px;
    position: relative
}

.featureItem__content-icon {
    width: 104px;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 22px
}

.featureItem__content-icon img {
    height: 100%;
    max-width: 100%
}

.featureItem__content h6 {
    padding: 22px 0 16px
}

.featureItem__content p {
    color: #d9d9d9;
    max-width: 300px
}

.feature__mob {
    display: none
}

.partner {
    padding: 0 0 100px;
    background: #242424;
    position: relative
}

.partner__title {
    margin: 0 auto 50px;
    background: #242424;
    box-shadow: 0 0 4px #9bce7d;
    border: 1px solid #9bce7d;
    max-width: 480px;
    padding: 20px 20px 16px;
    border-radius: 50px;
    box-sizing: border-box;
    position: relative;
    font-family: Medium;
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    color: #9bce7d
}

.partner__title-circ {
    width: 30px;
    height: 30px;
    border: 1px solid #9bce7d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #242424;
    box-shadow: 0 0 4px #9bce7d;
    position: absolute;
    bottom: calc(100% - 6px);
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.partner__title-circ span {
    display: block;
    width: 20px;
    height: 20px
}

.partner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 916px;
    margin: 0 auto;
    width: 100%
}

.partnerItem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(16.6% - 5px);
    max-width: 162px;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s
}

.partnerItem:hover {
    opacity: .7
}

.partnerItem:first-child {
    max-width: 90px
}

.partnerItem:nth-child(4) {
    max-width: 90px
}

.partnerItem:nth-child(3) {
    max-width: 112px
}

.partnerItem__image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.partnerItem__image img {
    width: 100%
}

.neon {
    position: relative
}

.neon__lottie {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 1920px
}

.boost {
    margin-top: 112px;
    padding: 100px 0;
    position: relative
}

.boost .auto__container {
    max-width: 1000px
}

.boostNote {
    background: #9bce7d;
    border-radius: 30px;
    padding: 38px 30px 38px 55px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 28px
}

.boostNote button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    margin-top: -8px;
    background: transparent
}

.boostNote button svg {
    width: 100%;
    height: 100%;
    pointer-events: none
}

.boostNote__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 40px);
    max-width: 800px
}

.boostNote__content {
    width: calc(100% - 140px);
    max-width: 618px;
    color: #242424
}

.boostNote__content h6 {
    font-size: 16px;
    color: #242424;
    line-height: 1;
    margin-bottom: 16px
}

.boostNote__icon {
    width: 127px;
    height: 127px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.boostNote__icon img {
    width: 108px;
    height: 108px;
    object-fit: contain
}

.boostNote__icon img.more {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 127px;
    height: 127px;
    animation: 4s linear rotating infinite;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

@keyframes rotating {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.boost__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px
}

.boost__head h3 {
    color: #9bce7d
}

.boost__head a:hover {
    opacity: .5
}

.boostTable {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 45px;
    border-radius: 30px;
    border: 1px solid #9bce7d;
    margin-bottom: 28px
}

.boostTable__th {
    position: relative
}

.boostTable .tool {
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -20px;
    z-index: 1
}

.boostTable .tool:hover .tool__text {
    visibility: visible
}

.boostTable .tool__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px
}

.boostTable .tool__icon svg {
    width: 100%;
    height: 100%
}

.boostTable .tool__text {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 200px;
    z-index: 1;
    padding-top: 16px;
    visibility: hidden;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s
}

.boostTable .tool__text-inner {
    background: #242424;
    border-radius: 10px;
    border: 1px solid #9bce7d;
    padding: 15px;
    position: relative;
    font-weight: 400;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    color: #9bce7d
}

.boostTable .tool__text-inner:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-top: 1px solid #9bce7d;
    border-left: 1px solid #9bce7d;
    top: -9px;
    background: #242424;
    left: 50%;
    transform: translate(-50%) rotate(45deg)
}

.boostTable table {
    width: 100%;
    border-collapse: collapse
}

.boostTable table tr {
    display: flex
}

.boostTable table td,
.boostTable table th {
    padding: 19px 20px;
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #5d5d5d;
    line-height: 21px;
    cursor: pointer;
    text-align: right;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    display: block;
    width: 16.4%
}

.boostTable table td:nth-child(1),
.boostTable table th:nth-child(1) {
    width: 18%
}

.boostTable table td:nth-child(1),
.boostTable table th:nth-child(1) {
    text-align: left
}

.boostTable table th {
    color: #e0e0e0
}

.boostTable table td {
    color: #9bce7d
}

.boostTable table tr:hover td {
    background: #9bce7d0d
}

.boostTable.uniq table th:nth-child(2),
.boostTable.uniq table td:nth-child(2) {
    text-align: right
}

.boostTable p.med span {
    display: none
}

.boostTable p.med small {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    color: #747373
}

.boostTable__info {
    display: flex;
    align-items: center;
    font-family: Medium;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #9bce7d
}

.boostTable__info img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 14px
}

.boostTable__info span {
    display: block;
    margin-bottom: -4px
}

.boostInfo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px
}

.boostInfo__item {
    width: calc(33.3% - 18px);
    border: 1px solid #9bce7d;
    border-radius: 30px;
    padding: 28px 40px;
    box-sizing: border-box;
    color: #9bce7d
}

.boostInfo__item p {
    text-transform: uppercase;
    margin-bottom: 12px
}

.boostInfo__item h6 {
    color: #9bce7d;
    font-size: 16px
}

.faq {
    padding: 30px 24px;
    border-radius: 30px;
    border: 1px solid #9bce7d
}

.faq h3 {
    padding: 0 18px 20px;
    color: #9bce7d
}

.faqItem {
    color: #9bce7d;
    padding: 20px 18px;
    border-top: 1px solid #5d5d5d;
    cursor: pointer
}

.faqItem__head {
    position: relative;
    padding-right: 30px;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s
}

.faqItem__head.active {
    padding-bottom: 10px
}

.faqItem__head.active svg {
    transform: translateY(-50%) rotate(180deg)
}

.faqItem__head svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 18px;
    width: 10px;
    height: 10px;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s
}

.faqItem__body {
    overflow: hidden
}

.leverage {
    padding-bottom: 100px
}

.leverageHead {
    display: flex;
    justify-content: space-between;
    max-width: 1024px;
    margin: 0 auto 20px;
    padding: 30px 0;
    align-items: flex-end
}

.leverageHead__title {
    text-align: center;
    width: 54%;
    padding: 0 10px;
    box-sizing: border-box;
    border-right: 1px solid #5d5d5d;
    border-left: 1px solid #5d5d5d
}

.leverageHead__title h5 {
    color: #e0e0e0
}

.leverageHead__title h6 {
    color: #9bce7d
}

.leverageHead p {
    color: #e0e0e0;
    width: 23%
}

.leverageHead p:last-child {
    text-align: right
}

.leverageHead p span {
    color: #9bce7d
}

.leverageConnect {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    font-family: Medium;
    font-weight: 400;
    font-size: 15px;
    line-height: 13px;
    color: #242424;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: #9bce7d
}

.leverageConnect span {
    display: inline-block;
    text-align: left
}

.leverageConnect svg {
    width: 34px;
    height: 34px;
    margin-bottom: 49px
}

.leverageConnect.uniq {
    margin-top: 65px
}

.leverageContent {
    position: relative;
    padding: 40px 0 28px;
    margin: 40px 0 0
}

.leverageContent__mob {
    display: none
}

.leverageContent__foot {
    margin-bottom: 15px
}

.leverageContent__foot:last-child {
    margin-bottom: 0
}

.leverageContent__foot-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    gap: 15px
}

.leverageContent__foot button {
    box-sizing: border-box;
    border: 1px solid #9bce7d;
    padding: 5px 22px 6px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    background: transparent;
    color: #9bce7d;
    font-family: Space Mono, monospace
}

.leverageContent__foot button.active {
    color: #e0e0e0;
    border: 1px solid #e0e0e0
}

.leverageContent__line {
    position: absolute;
    top: 0;
    width: 1920px;
    left: 50%;
    transform: translate(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.leverageContent__line:before {
    position: absolute;
    bottom: 0;
    height: 2px;
    right: calc(50% + 960px);
    content: "";
    width: 100%;
    background: #607951
}

.leverageContent__line:after {
    position: absolute;
    bottom: 0;
    height: 2px;
    left: calc(50% + 960px);
    content: "";
    width: 100%;
    background: #607951
}

.leverageContent__line img {
    width: 100%
}

.leverageContent__body {
    max-width: 780px;
    margin: 0 auto 15px;
    border: 1px solid #9bce7d;
    border-radius: 30px;
    padding: 15px 24px;
    box-sizing: border-box
}

.leverageContent__body:last-child {
    margin-bottom: 0
}

.leverageContent__body.uniq {
    background: #9bce7d
}

.leverageContent__body.uniq p {
    color: #242424
}

.leverageContent__body.uniq .leverageContent__body-inner {
    min-height: 200px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column
}

.leverageContent__body h6 {
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 16px
}

.leverageContent__body p {
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9bce7d
}

.leverageContent__body button {
    font-family: Space Mono, monospace;
    border: 1px solid #9bce7d;
    border-radius: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #9bce7d;
    padding: 5px 12px 6px;
    box-sizing: border-box;
    background: transparent;
    display: inline-block;
    margin-top: 10px
}

.leverageContent__body-inner {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 50px
}

.leverageContent__body-inner::-webkit-scrollbar {
    display: block;
    width: 8px
}

.leverageContent__body-inner::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 6px;
    border: 1px solid #5d5d5d
}

.leverageContent__body-inner::-webkit-scrollbar-thumb {
    background: #3b3b3b;
    border-radius: 10px
}

.leverageContent__body-inner::-webkit-scrollbar-thumb:hover {
    background: #3b3b3b80
}

.leverageFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 780px;
    margin: 0 auto 28px;
    position: relative;
    z-index: 2;
    box-sizing: border-box
}

.leverageFlex__col.w-50 {
    width: calc(50% - 30px)
}

.leverageFlex__col.w-100 {
    margin-top: 28px;
    width: 100%
}

.leverageFlex__col.w-re {
    width: 60px
}

.leverageFlex__col.mb {
    margin-bottom: 28px
}

.leverageInfo {
    max-width: 780px;
    margin: 0 auto;
    border: 1px solid #9bce7d;
    border-radius: 30px;
    padding: 34px 30px;
    box-sizing: border-box;
    position: relative
}

.leverageInfo__head {
    margin-bottom: 8px
}

.leverageInfo__head h6 {
    font-size: 12px;
    line-height: 14px;
    color: #9bce7d
}

.leverageInfo__item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #5d5d5d
}

.leverageInfo__item h6 {
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #e0e0e0;
    width: calc(50% - 15px)
}

.leverageInfo__item p {
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    width: calc(50% - 15px);
    color: #9bce7d
}

.leverageInfo__body {
    margin-bottom: 20px
}

.leverageInfo__body-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #5d5d5d
}

.leverageInfo__body-col .leverageInfo__item {
    border-bottom: unset
}

.leverageInfo__body-col .leverageInfo__item h6,
.leverageInfo__body-col .leverageInfo__item p {
    width: unset
}

.leverageInfo__body-col.w-50 {
    width: calc(50% - 10px)
}

.leverageInfo__body-col.w-43 {
    width: calc(43% - 10px)
}

.leverageInfo__foot {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.leverageInfo__foot-title {
    width: calc(50% - 15px);
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #9bce7d
}

.leverageInfo__foot-total {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.leverageInfo__foot-total h6 {
    font-weight: 400;
    font-size: 15px;
    line-height: 13px;
    color: #9bce7d
}

.leverageInfo__foot-total span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 36px;
    border-radius: 50px;
    cursor: pointer;
    background: #9bce7d
}

.leverageInfo__foot-total span svg {
    width: 17px;
    height: 17px
}

.leverageInfo__cat {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    max-width: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.leverageInfo__cat img {
    width: 100%
}

.leverageForm {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.leverageForm.uniq {
    margin-top: 65px
}

.leverageForm.uniq .leverageForm__inner {
    margin-bottom: 8px
}

.leverageForm__tool {
    padding: 0 40px
}

.leverageForm__tool p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: static;
    font-size: 10px;
    color: #9bce7d;
    line-height: 14px
}

.leverageForm .tool {
    margin-left: 5px
}

.leverageForm .tool .notification_text {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 22px);
    z-index: 1;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s
}

.leverageForm .tool .notification_text-inner {
    background: #242424;
    border-radius: 30px;
    border: 1px solid #9bce7d;
    padding: 15px 25px;
    position: relative;
    text-align: left;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    box-sizing: border-box;
    color: #9bce7d;
    background: #3c463c
}

.leverageForm .tool:hover .tool__text {
    visibility: visible;
    opacity: 1
}

.leverageForm .tool__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    cursor: pointer;
    height: 10px
}

.leverageForm .tool__icon svg {
    width: 100%;
    height: 100%
}

.leverageForm .tool__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 22px);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s
}

.leverageForm .tool__text-inner {
    background: #242424;
    border-radius: 30px;
    border: 1px solid #9bce7d;
    padding: 15px 25px;
    position: relative;
    text-align: left;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    box-sizing: border-box;
    color: #9bce7d;
    background: #3c463c
}

.leverageForm__load {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 16px 30px;
    box-sizing: border-box;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: #9bce7d
}

.leverageForm__load.uniq {
    height: calc(100% - 22px)
}

.leverageForm__load h6 {
    font-family: Medium;
    font-weight: 400;
    font-size: 15px;
    line-height: 13px;
    color: #242424
}

.leverageForm__load h6 small {
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 16px;
    line-height: 100.6%;
    color: #242424;
    display: block;
    margin-top: 8px
}

.leverageForm__load img {
    width: 42px;
    height: 42px;
    animation: 4s linear rotation infinite
}

.leverageForm__inner {
    border: 1px solid #9bce7d;
    border-radius: 30px;
    padding: 28px;
    margin-bottom: 16px
}

.leverageForm .select {
    margin-bottom: 13px
}

.leverageForm__action {
    display: flex;
    justify-content: space-between
}

.leverageForm__action button {
    width: calc(60% - 5px);
    border: 1px solid #9bce7d;
    border-radius: 50px;
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #e0e0e0;
    display: block;
    padding: 2px 4px 4px;
    background: transparent;
    color: #9bce7d;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s
}

.leverageForm__action button.bordered {
    border: 1px solid #e0e0e0;
    color: #e0e0e0
}

.leverageForm__action button.bordered:hover {
    background: transparent;
    color: #e0e0e0
}

.leverageForm__action button:hover {
    background: #9bce7d;
    color: #242424
}

.leverageForm__action button:last-child {
    width: calc(40% - 5px);
    font-family: Medium;
    background: #9bce7d;
    padding: 12px 10px 8px;
    font-weight: 400;
    font-size: 10px;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    line-height: 9px;
    color: #242424
}

.leverageForm__action button:last-child.w-100 {
    width: 100%
}

.leverageForm__action button:last-child:hover {
    background: transparent;
    color: #9bce7d
}

.leverageSubmit {
    font-family: Medium;
    background: #9bce7d;
    color: #242424;
    border: 1px solid #9bce7d;
    font-weight: 400;
    font-size: 15px;
    line-height: 13px;
    padding: 17px 15px 14px;
    border-radius: 50px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    text-align: center;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    box-sizing: border-box
}

.leverageSubmit.blue {
    border: 1px solid #51bfd6;
    background: #51bfd6
}

.leverageSubmit.blue:hover {
    background: transparent;
    color: #51bfd6
}

.leverageSubmit:disabled {
    opacity: .4;
    pointer-events: none
}

.leverageSubmit:hover {
    background: transparent;
    color: #9bce7d
}

.leverageInput {
    position: relative
}

.leverageInput.with {
    margin-bottom: 30px
}

.leverageInput .tip {
    position: absolute;
    top: calc(100% + 3px);
    left: 38px;
    font-weight: 400;
    font-size: 10px;
    width: calc(100% - 64px);
    line-height: 15px;
    color: #9bce7d;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.leverageInput .tip.end {
    justify-content: flex-end
}

.leverageInput .tip span {
    color: #747373
}

.leverageInput.green input {
    color: #9bce7d
}

.leverageInput input {
    border: 1px solid #9bce7d;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    background: transparent;
    padding: 16px 100px 12px 38px;
    border-radius: 30px;
    color: #e0e0e0;
    box-sizing: border-box;
    width: 100%
}

.leverageInput input::placeholder {
    opacity: 1;
    color: #e0e0e0
}

.leverageInput__btns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 18px;
    display: flex;
    color: #444;
    align-items: center
}

.leverageInput__btns span {
    display: inline-block
}

.leverageInput__btns button {
    background: transparent;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #9bce7d;
    font-family: Space Mono, monospace;
    padding: 10px 8px;
    cursor: pointer
}

.leverageQuote {
    text-align: center;
    width: 100%;
    padding: 8px;
    border-radius: 50px;
    border: 1px solid #9bce7d;
    color: #9bce7d;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    box-sizing: border-box;
    font-family: Space Mono, monospace
}

.leverageAbout button.active {
    border: 1px solid #e0e0e0;
    color: #e0e0e0
}

.leverageAbout p {
    font-size: 14px;
    line-height: 24px
}

.leverageAbout a:hover {
    opacity: .5
}

.leveragePos {
    display: flex;
    max-width: 780px;
    margin: 0 auto 28px;
    justify-content: space-between
}

.leveragePos .leverageForm {
    margin: 0;
    width: 360px;
    height: unset
}

.leveragePos .leverageForm__inner {
    margin: 0
}

.leveragePos__image {
    width: calc(50% - 208px);
    display: flex;
    height: unset;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    border-radius: 30px;
    height: 166px;
    border: 1px solid #9bce7d;
    overflow: hidden
}

.leveragePos__image img {
    width: 100%
}

.leveragePos__more {
    position: relative;
    width: calc(50% - 208px);
    border: 1px solid #9bce7d;
    padding: 42px 16px 42px 34px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    flex-direction: column;
    border-radius: 30px
}

.leveragePos__more .refresh {
    cursor: pointer;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 20px;
    top: -15px
}

.leveragePos__more h6 {
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    color: #9bce7d;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 38px;
    max-width: 140px
}

.leveragePos__more h6:last-child {
    margin-bottom: 0
}

.leveragePos__more h6 small {
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #5d5d5d;
    display: block;
    width: 100%
}

.leveragePos__more .tool {
    position: relative;
    margin-left: 16px;
    cursor: pointer;
    z-index: 2
}

.leveragePos__more .tool:hover .tool__text {
    visibility: visible;
    opacity: 1
}

.leveragePos__more .tool__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px
}

.leveragePos__more .tool__icon svg {
    width: 100%;
    height: 100%
}

.leveragePos__more .tool__text {
    position: absolute;
    bottom: -30px;
    left: 100%;
    width: 214px;
    z-index: 1;
    padding-left: 16px;
    visibility: hidden;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    opacity: 0
}

.leveragePos__more .tool__text-inner {
    background: #242424;
    border-radius: 10px;
    border: 1px solid #9bce7d;
    padding: 15px;
    position: relative;
    font-weight: 400;
    text-align: left;
    font-family: Space Mono, monospace;
    font-size: 12px;
    line-height: 18px;
    color: #9bce7d
}

.leveragePos__more .tool__text-inner:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #9bce7d;
    border-left: 1px solid #9bce7d;
    left: -6px;
    background: #242424;
    bottom: 30px;
    transform: rotate(45deg)
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.possRefresh {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 10px;
    width: 100%;
    line-height: 15px;
    text-align: center;
    color: #9bce7d;
    padding: 24px 0
}

.possRefresh.active img {
    transform: rotate(360deg)
}

.possRefresh img {
    width: 17px;
    margin-top: 3px;
    transition: .5s ease-in-out
}

.possInput {
    position: relative;
    margin-bottom: 20px
}

.possInput input {
    border: 1px solid #9bce7d;
    border-radius: 30px;
    box-sizing: border-box;
    background: transparent;
    width: 100%;
    padding: 45px 100px 40px 110px;
    font-family: Medium;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    text-align: right;
    color: #e0e0e0
}

.possInput span {
    font-family: Medium;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #e0e0e0;
    position: absolute;
    top: calc(50% + 3px);
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 25px;
    text-align: left;
    width: 75px;
    padding-left: 5px;
    box-sizing: border-box
}

.possInput button {
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 16px;
    color: #9bce7d;
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 28px;
    text-transform: uppercase;
    background: transparent
}

.possAction {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.possAction button {
    cursor: pointer;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s
}

.possAction button:hover {
    opacity: .8
}

.possAction button.w-55 {
    width: calc(55% - 6px)
}

.possAction button.w-45 {
    width: calc(45% - 6px)
}

.possAction button.w-50 {
    width: calc(50% - 6px)
}

.possAction .bordered {
    font-family: Space Mono, monospace;
    font-weight: 400;
    display: block;
    font-size: 14px;
    line-height: 21px;
    box-sizing: border-box;
    text-align: center;
    color: #9bce7d;
    padding: 3px 4px 5px;
    border-radius: 40px;
    border: 1px solid #9bce7d;
    background: transparent
}

.possAction .bordered.active {
    border: 1px solid #e0e0e0;
    color: #e0e0e0
}

.possAction .light {
    font-family: Medium;
    font-weight: 400;
    font-size: 10px;
    line-height: 9px;
    background: #9bce7d;
    border-radius: 50px;
    box-sizing: border-box;
    padding: 12px 10px 8px;
    border: 1px solid #9bce7d;
    color: #242424
}

.possAction .light.closed {
    background: transparent;
    color: #9bce7d
}

.select {
    position: relative;
    cursor: pointer
}

.select__selected {
    text-align: center;
    width: 100%;
    padding: 8px;
    border-radius: 50px;
    border: 1px solid #9bce7d;
    color: #9bce7d;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    transition: .2s ease-in-out;
    font-family: Space Mono, monospace;
    box-sizing: border-box;
    text-transform: uppercase
}

.select__selected svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 22px;
    width: 12px;
    height: 12px;
    color: #9bce7d
}

.select__options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid transparent;
    box-sizing: border-box;
    background: #242424;
    border-top: unset;
    border-radius: 0 0 30px 30px;
    max-height: 0;
    pointer-events: none;
    transition: .4s max-height ease-in-out;
    opacity: 0;
    overflow: hidden
}

.select__options-item {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400
}

.select__options-item:hover {
    background: #0003
}

.select.active .select__selected {
    border-radius: 28px 28px 0 0
}

.select.active .select__options {
    border: 1px solid #9bce7d;
    max-height: 200px;
    border-top: 1px solid transparent;
    opacity: 1;
    pointer-events: unset;
    overflow-y: auto
}

.prog {
    display: flex;
    justify-content: space-between;
    max-width: 780px;
    margin: 0 auto
}

.progCol {
    width: calc(50% - 30px);
    padding: 28px 30px;
    box-sizing: border-box;
    border: 1px solid #9bce7d;
    border-radius: 20px
}

.progItem {
    border: 1px solid #9bce7d;
    border-radius: 20px;
    width: 100%;
    position: relative;
    background: transparent;
    overflow: hidden;
    height: 58px;
    margin-bottom: 26px
}

.progItem:last-child {
    margin-bottom: 0;
    box-sizing: border-box
}

.progItem__inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #9bce7d;
    border-radius: 0 20px 20px 0
}

.progItem span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9bce7d;
    right: 20px
}

.progItem p.sm {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #242424;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute
}

.leverageForm__inner h6 {
    color: #9bce7d;
    font-weight: 700;
    text-transform: uppercase
}

.leverageForm__inner p {
    color: #9bce7d
}

@media (max-width: 1640px) {
    .header__amount {
        margin-right: 32px
    }

    .nav {
        max-width: 1024px
    }

    .nav__inner {
        padding: 8px 8px 40px 0
    }

    .nav__inner ul li a {
        padding: 20px 40px 16px
    }

    .button.connect span {
        padding: 16px 16px 12px;
        min-width: 180px
    }

    .marquee {
        margin-top: 98px
    }

    .intro__lottie {
        top: -7%
    }

    .intro__content {
        margin-left: 80px
    }

    .intro__inner {
        padding: 20px 0 240px
    }

    .strategy {
        padding: 50px 0 0
    }

    .split {
        padding: 20px 0
    }

    .split__lottie {
        bottom: 20px
    }

    .split__icon {
        width: 84px;
        height: 84px
    }

    .boost {
        margin-top: 98px;
        padding: 80px 0
    }
}

@media (max-width: 1430px) {
    .nav {
        max-width: 840px
    }

    .nav__inner p.xsm {
        font-size: 8px;
        line-height: 13px
    }

    .nav__inner ul li a {
        padding: 18px 28px 14px
    }

    .footer {
        padding: 75px 0 40px
    }

    .footer__inner ul li a {
        padding: 16px 36px
    }

    .marquee {
        padding-top: 40px
    }

    .marquee__text {
        max-width: 540px
    }

    .marquee__text h3 {
        font-size: 18px
    }

    .farmHead__logo {
        margin-right: -30px;
        width: 450px
    }
}

@media (max-width: 1340px) {
    h1 {
        font-size: 35px
    }

    .nav__inner ul li a {
        padding: 18px 20px 14px
    }

    .intro__lottie {
        width: 940px
    }

    .intro__content {
        max-width: 540px
    }

    .intro__content-logo {
        margin: 0 65px 10px
    }

    .strategyItem {
        padding: 80px
    }

    .roger {
        padding-bottom: 180px
    }

    .roger__inner {
        padding: 0
    }

    .roger__inner:before {
        left: -80px;
        bottom: 0
    }

    .roger__inner:after {
        bottom: 0;
        right: -80px
    }

    .rogerText {
        padding: 42px 40px 68px
    }

    .partner__title {
        font-size: 20px
    }

    .hero__inner {
        max-width: 1024px
    }

    .passport__title {
        padding: 0 50px;
        margin-bottom: 50px
    }

    .passportCard span {
        font-size: 42px
    }

    .rewardInfo {
        padding: 30px 25px
    }

    .rewardBtn {
        font-size: 20px;
        line-height: 22px
    }

    .rewardTable__note,
    .rewardTable__info {
        padding-left: 25px
    }

    .rewardTable__info h6 {
        font-size: 14px;
        line-height: 16px
    }

    .rewardTable__item-row {
        padding: 20px 30px
    }

    .pos {
        padding: 8px 25px
    }
}

@media (max-width: 1180px) {
    .nav {
        position: absolute;
        top: calc(100% - 22px);
        left: -100%;
        width: 240px;
        opacity: 0;
        background: transparent;
        transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        z-index: 1
    }

    .nav.active {
        left: 0;
        opacity: 1
    }

    .nav__inner {
        padding: 0;
        border: 1px solid #9bce7d;
        border-left: unset;
        border-radius: 0 8px 0 0;
        -webkit-backdrop-filter: blur(7.5px);
        backdrop-filter: blur(7.5px);
        background: #2c2c2c;
        position: relative;
        overflow: hidden
    }

    .nav__inner p.xsm {
        display: none
    }

    .nav__inner ul {
        flex-direction: column
    }

    .nav__inner ul li {
        width: 100%
    }

    .nav__inner ul li a {
        padding: 15px 20px
    }

    .nav__inner ul li a:before {
        display: none
    }

    .nav__inner ul li a:hover,
    .nav__inner ul li a.active {
        color: #fff
    }

    .nav__inner .button.connect {
        display: block;
        width: 100%;
        border: unset;
        background: transparent
    }

    .nav__inner .button.connect:before {
        display: none
    }

    .nav__inner .button.connect.active {
        background: #9bce7d80
    }

    .nav__inner .button.connect.active span {
        color: #fff
    }

    .nav__inner .button.connect span {
        padding: 15px 20px;
        width: 100%;
        text-align: left;
        pointer-events: none
    }

    .navMob {
        padding: 15px 20px;
        display: block;
        color: #fff
    }

    .headerMenu {
        display: block;
        position: relative;
        width: 240px;
        z-index: 1;
        padding: 22px 0;
        box-sizing: border-box
    }

    .headerMenu:before {
        position: absolute;
        content: "";
        z-index: -1;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        background: url(../images/shapes/menu.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center
    }

    .headerMenu__btn {
        position: relative;
        cursor: pointer;
        background: transparent;
        z-index: 1;
        margin-left: -15px
    }

    .headerMenu__btn:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: skew(-35deg);
        border: 1px solid #9bce7d;
        background: #9bce7d20;
        content: "";
        z-index: -1;
        border-radius: 0 10px 10px 0;
        transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s
    }

    .headerMenu__btn span {
        font-weight: 400;
        font-size: 12px;
        display: block;
        line-height: 1;
        padding: 17px 36px 13px;
        color: #9bce7d;
        font-family: Medium;
        transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        text-transform: uppercase
    }

    .header__inner {
        align-items: center
    }

    .header__inner-mob {
        display: flex;
        align-items: center
    }

    .header__inner-wall {
        box-sizing: border-box;
        display: block;
        text-align: center;
        padding: 17px 24px 16px;
        border: 1px solid #9bce7d;
        background: transparent;
        border-radius: 50px;
        font-family: Medium;
        font-weight: 400;
        font-size: 12px;
        cursor: pointer;
        line-height: 1;
        color: #9bce7d
    }

    .header__inner-wall.active {
        background: #9bce7d33
    }

    .header__inner-logo {
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 20px
    }

    .header__inner-logo img {
        width: 100%
    }

    .header__inner-btn {
        display: none
    }

    .footer {
        padding: 14px 0 40px
    }

    .footer .auto__container {
        padding: 0
    }

    .footer__inner {
        flex-direction: column
    }

    .footer__inner ul {
        flex-wrap: wrap
    }

    .footer__inner ul li {
        width: 33.3%
    }

    .footer__inner ul li .art {
        display: none
    }

    .footer__inner ul li:before {
        background: #9bce7d20
    }

    .footer__inner ul li:nth-child(1):before {
        border-left: 0px solid transparent;
        border-bottom: 1px solid transparent
    }

    .footer__inner ul li:nth-child(2):before {
        border-bottom: 1px solid transparent
    }

    .footer__inner ul li:nth-child(3):before {
        border-bottom: 1px solid transparent
    }

    .footer__inner ul li:nth-child(4):before {
        border-left: 0px solid transparent
    }

    .footer__inner ul li:before {
        transform: skew(0);
        border-radius: 0 !important
    }

    .footer__inner ul li a {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 19px 10px 15px
    }

    .footer__inner .button {
        width: 33.3%;
        margin: 1px auto 0;
        min-width: 300px
    }

    .footer__inner .button span {
        padding: 19px 10px 15px
    }

    .footer__inner .button span {
        color: #9bce7d
    }

    .footer__inner .button:before {
        transform: skew(0) !important;
        background: url(../images/shapes/connectBtnF.png) !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
        border: unset !important;
        box-shadow: unset !important
    }

    .popup {
        padding-top: 88px
    }

    .neon__lottie {
        display: none
    }

    .intro {
        padding-top: 88px
    }

    .roger {
        position: relative;
        padding-bottom: 120px
    }

    .roger__inner {
        flex-wrap: wrap;
        padding: 0 80px
    }

    .roger__inner-col {
        width: calc(50% - 10px)
    }

    .roger__inner-col:nth-child(2) {
        width: 100%;
        max-width: unset;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .roger__mob {
        position: absolute;
        display: block;
        width: 1440px;
        right: -200px;
        bottom: 20px
    }

    .feature {
        padding-top: 20px
    }

    .vaultStrat {
        padding: 100px 0
    }

    .farmHead {
        margin: 40px 0 0;
        padding-bottom: 0
    }

    .farmHead__logo {
        width: 320px
    }

    .leveragePos__more .refresh {
        top: 25px;
        right: 22px
    }

    .leveragePos__more .refresh span {
        display: none
    }

    .leveragePos__more .tool__text {
        top: 100%;
        left: unset;
        right: -31px;
        padding-top: 16px
    }

    .leveragePos__more .tool__text-inner {
        border-radius: 4px
    }

    .leveragePos__more .tool__text-inner:before {
        top: -6px;
        right: 31px;
        left: unset;
        bottom: unset;
        transform: rotate(135deg)
    }

    .passport {
        padding: 80px 0
    }

    .passportCard {
        width: calc(50% - 10px)
    }

    .passportCard span {
        font-size: 32px;
        line-height: 34px
    }

    .passportSocial {
        font-size: 14px;
        line-height: 16px
    }

    .passportSocials {
        width: calc(50% - 10px)
    }

    .passport__title h2 {
        font-size: 20px
    }

    .passport__title h2:before {
        top: 50%
    }

    .posTitle,
    .posTitle span {
        padding-left: 24px
    }

    .pos__row {
        flex-direction: column
    }

    .pos__col {
        width: 100%
    }

    .posItem p {
        width: calc(100% - 260px) !important
    }

    .posItem p span.hidden {
        display: inline-block
    }

    .posItem p:last-child {
        width: 260px !important
    }

    .boost {
        margin-top: 88px;
        padding: 60px 0
    }

    .boostTable table td,
    .boostTable table th {
        padding-left: 0
    }

    .boostInfo__item {
        width: calc(33.3% - 10px);
        padding: 20px
    }
}

@media (max-width: 1024px) {
    .strategy__head {
        margin-left: -70px
    }

    .strategy__inner {
        flex-direction: column
    }

    .strategy__inner-circle {
        top: -55px;
        left: 0;
        transform: translate(0);
        -moz-ransform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }

    .strategyItem {
        width: 100%
    }

    .strategyItem:nth-child(3) .strategyItem__title h6 {
        order: 0
    }

    .strategyItem:nth-child(3) .strategyItem__info p {
        text-align: left
    }

    .strategyItem__inner {
        max-width: 650px
    }

    .partner__title {
        font-size: 18px
    }

    .roger__inner {
        padding: 0
    }

    .vaultStrat {
        padding: 52px 0
    }

    .vaultStrat__inner {
        flex-direction: column
    }

    .vaultStrat__inner-circle {
        display: none
    }

    .vaultStratItem {
        width: 100%;
        margin-bottom: 56px;
        max-width: unset
    }

    .vaultStratItem:last-child {
        margin-bottom: 0
    }

    .vaultStratItem:nth-child(3) .vaultStratItem__title h6 {
        order: 0
    }

    .vaultStratItem:nth-child(3) .vaultStratItem__info p {
        text-align: left
    }

    .vaultStratItem__inner {
        max-width: 650px;
        margin: 0 auto
    }

    .betaAbout__inner {
        max-width: 700px
    }

    .betaAboutItem {
        font-size: 12px;
        line-height: 14px;
        margin: 15px 0
    }

    .betaAboutItem h6 {
        font-size: 12px;
        line-height: 14px
    }

    .betaAboutItem:nth-child(1) {
        top: -50px
    }

    .betaAboutItem:nth-child(3) {
        top: -50px
    }

    .betaAboutItem:nth-child(4):before {
        left: 60%
    }

    .betaAboutItem:nth-child(5):before {
        right: 60%
    }

    .reward {
        padding: 80px 0
    }

    .rewardInfo {
        flex-direction: column;
        padding: 25px 0
    }

    .rewardInfo__title {
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }

    .rewardInfo__title:before {
        display: none
    }

    .rewardInfo__title:after {
        display: none
    }

    .rewardInfo__content {
        width: 100%;
        padding: 0
    }

    .rewardBtn {
        font-size: 14px;
        line-height: 16px
    }

    .rewardLimit span {
        margin: 0;
        width: 100%;
        text-align: center
    }

    .rewardTable {
        flex-direction: column;
        border: unset;
        margin: 0
    }

    .rewardTable__note {
        padding: 24px 21px;
        border: 1px solid #9bce7d;
        margin-bottom: 25px;
        box-sizing: border-box;
        width: 100%
    }

    .rewardTable__note p {
        max-width: unset
    }

    .rewardTable__items {
        margin-bottom: 20px;
        width: 100%;
        border: 1px solid #9bce7d
    }

    .rewardTable__info {
        border: 1px solid #9bce7d;
        width: 100%;
        padding: 24px 30px;
        margin-bottom: 20px
    }

    .rewardTable__claim {
        width: 100%
    }

    .pos {
        padding: 8px 30px
    }
}

@media (max-width: 840px) {
    .roger__inner-col {
        width: 100%;
        max-width: unset
    }

    .rogerRoger {
        max-width: 440px;
        margin: 0 auto 40px
    }

    .rogerText {
        max-width: 440px
    }

    .feature {
        position: relative
    }

    .feature__inner {
        flex-direction: column
    }

    .featureItem {
        width: 100%;
        max-width: unset
    }

    .featureItem__image {
        min-height: unset;
        margin-bottom: 42px !important
    }

    .featureItem__image img.dataT {
        bottom: -10%;
        top: unset;
        width: 100%;
        left: 50%
    }

    .featureItem__content {
        padding: 0 114px 0 0
    }

    .featureItem__content h6 {
        font-size: 16px
    }

    .featureItem__content-icon {
        right: 0
    }

    .feature__mob {
        position: relative;
        display: block;
        width: 1440px;
        left: -200px;
        bottom: 0;
        padding: 20px 0
    }

    .vaultHead {
        padding: 30px 0;
        border-bottom: 1px solid #9bce7d;
        margin-bottom: 30px
    }

    .vaultHead__inner {
        flex-wrap: wrap
    }

    .vaultHead__title {
        padding: 5px 0 16px;
        margin-bottom: 32px;
        width: 100%
    }

    .vaultHead__title h6 {
        font-size: 16px;
        text-align: left;
        padding: 0
    }

    .vaultHead__title img {
        left: 0;
        right: unset
    }

    .vaultHead__info h6 {
        font-size: 16px
    }

    .vaultTable {
        border: unset
    }

    .vaultTable__head {
        display: none
    }

    .vaultTable__row {
        flex-wrap: wrap;
        border: 1px solid #9bce7d;
        margin-bottom: 30px
    }

    .vaultTable__col {
        width: 100%;
        box-sizing: border-box;
        padding: 8px 8px 8px 34px;
        width: 50%
    }

    .vaultTable__col span {
        display: block;
        color: #fff;
        padding-left: 26px;
        position: relative;
        margin-bottom: 15px
    }

    .vaultTable__col span:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -moz-ransform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0;
        width: 2px;
        height: 100%;
        background: #9bce7d;
        content: ""
    }

    .farmHead {
        padding-bottom: 20px;
        border-bottom: 1px solid #9bce7d;
        margin-bottom: 20px
    }

    .farmHead__logo {
        display: none
    }

    .farmHead:before {
        display: none
    }

    .farmHead__value {
        margin: -80px auto 0
    }

    .marquee {
        margin-top: 88px;
        padding: 0
    }

    .marquee__logo {
        display: none
    }

    .marquee__text {
        transform: translate(0);
        -moz-ransform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        display: block;
        padding: 20px 26px 24px;
        border-bottom: 1px solid #9bce7d;
        width: 100%;
        max-width: unset;
        box-sizing: border-box;
        position: static
    }

    .marquee__text img {
        display: none
    }

    .marquee__text h3 {
        position: static;
        transform: translate(0);
        -moz-ransform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }

    .marquee__text-row {
        position: static;
        margin: 0 auto;
        transform: translate(0)
    }

    .marquee.lev {
        padding: 0
    }

    .marquee.lev .marquee__line {
        display: none
    }

    .marqueeItem {
        padding: 12px 8px 6px
    }

    .marquee__text h3 {
        font-size: 18px;
        text-align: left;
        line-height: 1
    }

    .marquee__text-row {
        margin: 0;
        justify-content: flex-start
    }

    .passport {
        padding: 50px 0
    }

    .passport__inner {
        flex-direction: column
    }

    .passportSocials {
        order: 1;
        width: 100%;
        margin-bottom: 45px
    }

    .passportCard {
        order: 2;
        width: 100%
    }

    .passportCard span {
        font-size: 45px;
        line-height: 46px
    }

    .passport__title {
        justify-content: flex-start;
        align-items: flex-start
    }

    .passport__title h2 {
        padding: 0 50px;
        font-size: 16px;
        line-height: 18px
    }

    .passport__title h2:before {
        left: -40%
    }

    .reward {
        padding: 50px 0
    }

    .reward__head {
        flex-wrap: wrap
    }

    .rewardBtn {
        width: 50% !important
    }

    .rewardBtn:hover {
        color: #fff
    }

    .rewardBtn.active {
        color: #9bce7d
    }

    .rewardBtn:nth-child(2):before {
        border-right: unset
    }

    .rewardConnect {
        width: 100% !important;
        order: -1;
        padding: 24px 12px;
        margin-bottom: 20px
    }

    .rewardInfo__content {
        flex-direction: column;
        align-items: flex-start
    }

    .rewardInfo__content-text {
        margin-bottom: 20px
    }

    .rewardInfo__content-text:last-child {
        margin-bottom: 0
    }

    .betaIntro {
        padding-top: 97px
    }

    .betaAbout__head {
        margin-bottom: 40px
    }

    .betaAboutItem {
        top: 0 !important;
        text-align: left !important;
        max-width: unset;
        width: 100% !important;
        display: block !important
    }

    .betaAboutItem:before {
        display: none !important
    }

    .betaAboutItem:after {
        position: absolute;
        top: 0;
        left: 60%;
        content: "";
        width: 450px;
        transform: rotateY(180deg);
        height: 160px;
        background: url(../images/beta/aboutRight.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center
    }

    .betaAboutItem__inner h6 {
        font-size: 18px;
        line-height: 20px
    }

    .betaAboutItem__inner p {
        font-size: 14px;
        line-height: 16px
    }

    .betaAbout__inner {
        flex-direction: column
    }

    .headerB {
        padding: 19px 0 29px
    }

    .headerB .auto__container {
        padding: 0 19px
    }

    .headerB__inner button {
        display: none
    }

    .headerB__inner:before {
        display: none
    }

    .headerB__inner:after {
        top: 50%
    }

    .pos__col.negative .posItem {
        flex-wrap: unset;
        justify-content: space-between
    }

    .pos__col.negative .posItem p {
        width: unset !important;
        padding-left: 33px;
        padding-right: 0 !important
    }

    .pos__col.negative .posItem p:last-child {
        padding-left: 10px
    }

    .pos__col.negative .posItem p span.negative {
        left: 0
    }

    .pos__col.pUniq {
        margin-bottom: 30px
    }

    .pos__col.pUniq .posItem {
        flex-wrap: unset;
        justify-content: space-between
    }

    .pos__col.pUniq .posItem p {
        width: unset !important;
        padding-left: 0;
        padding-right: 0 !important
    }

    .pos__col.pUniq .posItem p:last-child {
        padding-left: 10px;
        text-align: right
    }

    .pos__col.pUniq .posItem p span.negative {
        left: 0
    }

    .pos__col.pRe {
        margin-bottom: 30px
    }

    .pos__col.pRe .posItem p:first-child {
        padding-left: 0;
        margin-bottom: 14px
    }

    .pos__col.pRe .posItem p:last-child span {
        display: inline-block !important
    }

    .posTitle,
    .posTitle span {
        padding-left: 0
    }

    .posTitle span:before {
        left: 0
    }

    .posTitle.active span:before {
        width: 100%
    }

    .posTitle br {
        display: block
    }

    .posItem {
        flex-wrap: wrap
    }

    .posItem p {
        width: 100% !important;
        margin-bottom: 2px
    }

    .posItem p:last-child {
        margin-bottom: 0
    }

    .posItem p:last-child span {
        display: none !important
    }

    .posItem.remM p {
        padding-left: 0 !important
    }

    .posItem.remM p span {
        display: none !important
    }

    .leveragePos {
        flex-direction: column;
        justify-content: center
    }

    .leveragePos__image {
        display: none
    }

    .leveragePos .leverageForm {
        width: 100%;
        max-width: 360px;
        margin: 0 auto 28px
    }

    .leveragePos__more {
        width: 100%;
        margin: 0 auto;
        max-width: 360px;
        justify-content: space-between;
        flex-direction: row;
        padding: 34px 30px
    }

    .leveragePos__more h6 {
        width: unset;
        max-width: unset;
        margin: 0
    }

    .leveragePos__more h6 small {
        display: inline-block;
        width: unset;
        margin-left: 10px;
        margin-top: -2px
    }

    .leverageHead {
        flex-wrap: wrap;
        max-width: 540px
    }

    .leverageHead__title {
        width: 100%;
        order: -1;
        border: unset;
        padding: 0;
        margin-bottom: 20px
    }

    .leverageHead p {
        width: 50%;
        font-size: 16px;
        line-height: 24px;
        box-sizing: border-box
    }

    .leverageHead p:first-child {
        border-right: 1px solid #5d5d5d
    }

    .leverageContent__mob {
        display: block;
        position: relative;
        z-index: 1
    }

    .leverageContent__mob .select.active .select__options {
        border: 1px solid #fff;
        border-top: 1px solid transparent
    }

    .leverageContent__mob .select.active .select__selected {
        border-bottom: 1px solid transparent
    }

    .leverageContent__mob .select__selected {
        text-transform: capitalize;
        color: #fff;
        position: relative;
        text-align: left;
        transition: .1s linear;
        border: 1px solid #fff;
        padding: 14px 36px
    }

    .leverageContent__mob .select__selected svg {
        color: #fff
    }

    .leverageContent__mob .select__options {
        background: #242424;
        border: 1px solid #fff;
        position: static
    }

    .leverageContent__mob .select__options-item {
        text-transform: capitalize;
        color: #9bce7d;
        text-align: left;
        padding: 10px 36px
    }

    .leverageContent__body {
        padding-right: 14px
    }

    .leverageContent__body-inner {
        padding-right: 10px
    }

    .leverageContent__foot-btns {
        display: none
    }

    .leverageFlex__col.w-100 {
        margin-bottom: 25px;
        order: 2;
        margin-top: 0
    }

    .leverageFlex__col.w-50 {
        width: 100%;
        margin-bottom: 25px
    }

    .leverageFlex__col.w-50:nth-child(1) {
        order: 1
    }

    .leverageFlex__col.w-50:nth-child(3) {
        order: 3;
        margin-bottom: 0
    }

    .leverageFlex__col.w-re {
        display: none;
        order: 4
    }

    .leverageInfo__item {
        flex-direction: column
    }

    .leverageInfo__item h6,
    .leverageInfo__item p {
        width: 100%
    }

    .leverageInfo__foot {
        flex-direction: column;
        width: 100%;
        align-items: flex-start
    }

    .leverageInfo__foot-title {
        width: 100%;
        margin-bottom: 23px
    }

    .leverageInfo__foot-total {
        width: 100%
    }

    .leverageInfo__foot-total h6 {
        margin-bottom: 25px
    }

    .leverageForm.uniq {
        margin-top: 28px
    }

    .progCol {
        width: calc(50% - 10px);
        padding: 16px
    }

    .progItem p.sm {
        left: 12px
    }

    .boostNote {
        padding: 26px
    }

    .boostTable .tool {
        z-index: 2;
        left: 100px;
        right: unset
    }

    .boostTable table thead {
        display: none
    }

    .boostTable table tr {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0;
        border-bottom: 1px solid #5d5d5d
    }

    .boostTable table tr:hover td {
        background: transparent
    }

    .boostTable table td,
    .boostTable table th {
        display: block;
        padding: 10px;
        box-sizing: border-box;
        width: 50%;
        text-align: left !important;
        border: unset
    }

    .boostTable table td p.med span,
    .boostTable table th p.med span {
        display: flex;
        position: relative;
        color: #fff
    }

    .boostTable table td p.med small,
    .boostTable table th p.med small {
        display: inline-block !important;
        margin-left: 7px;
        position: static
    }

    .boostTable table td:nth-child(1),
    .boostTable table th:nth-child(1) {
        width: 100%
    }

    .boostInfo {
        flex-direction: column
    }

    .boostInfo__item {
        width: 100%;
        box-sizing: border-box;
        padding: 28px 44px;
        margin-bottom: 15px
    }

    .boostInfo__item:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 700px) {
    .strategy__head {
        margin-bottom: 0
    }

    .strategy__inner-circle {
        top: -40px
    }

    .strategy h2,
    .strategy h6 {
        font-size: 16px
    }

    .strategyItem {
        padding: 25px 0
    }

    .strategyItem:before {
        display: none
    }

    .strategyItem:after {
        display: none
    }

    .roger__inner-col {
        margin-bottom: 32px
    }

    .roger__inner-col:nth-child(2) {
        flex-direction: column;
        align-items: stretch
    }

    .rogerMessage {
        margin: 0 0 30px -30px
    }

    .rogerVoice {
        margin: 0 0 0 auto
    }

    .rogerText {
        padding: 46px 60px 68px 65px
    }

    .rogerText p {
        max-width: 270px
    }

    .rogerText__ready {
        bottom: -25%
    }

    .partner {
        padding: 0 0 60px
    }

    .partner__title {
        max-width: 340px;
        font-size: 16px;
        margin-bottom: 24px
    }

    .partner__inner {
        flex-wrap: wrap;
        max-width: 340px
    }

    .partnerItem {
        width: calc(33.3% - 10px)
    }

    .vaultHead__title h6 {
        font-size: 14px
    }

    .vaultHead__info {
        width: calc(50% - 5px);
        margin-bottom: 32px
    }

    .vaultHead__info h6 {
        font-size: 14px
    }

    .vaultHead__info:last-child {
        margin-bottom: 0
    }

    .vaultStrat h6 {
        font-size: 16px
    }

    .rewardInfo__content-info {
        flex-direction: column;
        align-items: flex-start
    }

    .rewardInfo__content-info p {
        margin: 0
    }

    .prog {
        flex-direction: column
    }

    .progCol {
        width: 100%;
        margin-bottom: 25px
    }

    .progCol:last-child {
        margin-bottom: 0
    }

    .boost .auto__container {
        padding: 0 15px
    }

    .boostNote {
        padding: 26px 24px;
        position: relative
    }

    .boostNote button {
        position: absolute;
        margin: 0;
        top: 17px;
        right: 24px
    }

    .boostNote__inner {
        width: 100%
    }

    .boostNote__icon {
        display: none
    }

    .boostNote__content {
        width: 100%;
        max-width: unset
    }

    .boostNote__content h6 {
        font-size: 14px;
        letter-spacing: unset
    }

    .boostTable {
        padding: 10px 25px 20px
    }

    .boostTable table td,
    .boostTable table th {
        padding-left: 0
    }

    .faq {
        padding: 38px 24px
    }

    .faq h3 {
        padding-left: 0
    }

    .faqItem {
        padding: 20px 0
    }

    .faqItem__head.active svg {
        transform: translateY(0) rotate(180deg)
    }

    .faqItem__head svg {
        top: 6px;
        transform: translateY(0)
    }
}

@media (max-width: 540px) {
    .heroBot {
        display: none;
    }

    .roger__inner-logo {
        display: none;
    }

    .rogerMessage {
        display: none;
    }

    .rogerVoice {
        display: none;
    }

    .heroTop {
        display: none;
    }

    .heroTop__icon {
        display: none;
    }

    .hero {
        padding: 44px 0
    }



    .auto__container {
        padding: 0 25px
    }

    .popup {
        padding: 0;
        top: unset;
        bottom: 0
    }

    .popup__inner {
        border-radius: 40px 40px 0 0;
        border: unset;
        border-top: 1px solid #9bce7d;
        margin: 0;
        width: 100%;
        max-height: calc(100% - 120px);
        max-width: unset;
        overflow-y: unset;
        padding: 50px 0 16px;
        position: absolute;
        bottom: 0;
        overflow: hidden;
        left: 0
    }

    .popup__body {
        height: 100%;
        overflow-y: auto;
        width: 100%
    }

    .popup__head {
        padding: 0 16px
    }

    .popupInfos {
        padding: 0;
        box-sizing: border-box;
        margin: 0 0 40px
    }

    .popup__close {
        position: absolute;
        top: -45px;
        left: 50%;
        transform: translate(-50%);
        -moz-ransform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        color: #fff;
        height: 90px
    }

    .popup__close:before {
        position: absolute;
        content: "";
        width: 90px;
        height: 7px;
        bottom: 25px;
        background: #9bce7d66;
        border-radius: 10px
    }

    .popup__close svg {
        width: 100%;
        height: 100%;
        pointer-events: none
    }

    .popupStrat {
        margin: 0 0 16px;
        width: 100%;
        border-radius: 20px;
        box-sizing: border-box;
        border: unset
    }

    .popupStrat__icon {
        width: 70px;
        height: 70px;
        margin-right: 10px
    }

    .popupStrat__info {
        width: calc(100% - 80px)
    }

    .popupStrat__info-head {
        flex-direction: column;
        align-items: flex-start
    }

    .popupStrats__head,
    .popupOx h6 {
        padding: 0 16px
    }

    .popupOxRef__more {
        flex-direction: column;
        align-items: flex-start
    }

    .popupOx__inner {
        border-radius: 0;
        box-sizing: border-box;
        width: 100%;
        border: unset
    }

    .popupOxInfo__icon {
        width: 70px;
        height: 70px;
        margin-right: 10px
    }

    .popupOxInfo__gen {
        width: calc(100% - 80px)
    }

    .header__inner-logo {
        margin: 0 15px
    }

    .header__inner-wall {
        padding: 17px 20px 14px
    }

    .modal__inner {
        position: static
    }

    .modal__close {
        top: 15px;
        right: 15px
    }

    .footer {
        padding: 14px 0 40px
    }

    .footer__inner ul li .art {
        display: none
    }

    .footer__inner ul li a {
        font-size: 10px;
        padding-left: 4px;
        padding-right: 4px
    }

    .footer__inner .button span {
        font-size: 10px
    }

    h1 {
        font-size: 25px
    }

    body {
        font-size: 14px;
        line-height: 21px
    }

    .intro__inner {
        padding: 218px 0 0
    }

    .intro .auto__container {
        padding: 0 9px
    }

    .intro__content-logo {
        display: none
    }

    .intro__content-box {
        margin-bottom: 44px;
        padding: 40px;
        margin-right: 14px
    }

    .intro__content-box .dum {
        top: 60px;
        bottom: unset;
        width: 13px
    }

    .intro__content-box p {
        padding-left: 20px
    }

    .intro__content-box .button {
        position: absolute;
        display: block;
        text-align: center;
        width: 80%;
        top: calc(100% - 1px);
        left: 50%;
        margin-left: 14px;
        transform: translate(-50%);
        -moz-ransform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .intro__content-box .button:before {
        transform: skew(0);
        background: url(../images/shapes/connectBtnGree.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border: unset
    }

    .intro__content-box .button:hover span {
        color: #242424
    }

    .intro__content-box .button:hover:before {
        background: url(../images/shapes/connectBtnGree.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        transform: skew(0);
        border: unset;
        box-shadow: unset
    }

    .intro__lottie {
        right: unset;
        left: -40%;
        top: -10%;
        width: 800px
    }

    .intro__lottie>div {
        width: 100%
    }

    .strategy__inner-circle {
        top: -36px
    }

    .strategy h2 {
        font-size: 14px
    }

    .strategy h6 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .strategy__head {
        margin-left: 0;
        padding: 16px 30px
    }

    .strategy__head-line {
        width: 500px;
        left: -50px;
        top: unset;
        bottom: 0;
        height: 32px
    }

    .strategyItem__range {
        margin: 0 14px 0 0
    }

    .strategyItem__progress {
        flex-wrap: wrap
    }

    .strategyItem__progress p:nth-child(1) {
        width: 100%
    }

    .strategyItem__title img {
        position: absolute;
        top: 25px;
        right: 0
    }

    .strategyItem__info {
        flex-direction: column
    }

    .strategyItem__info p {
        width: 100%
    }

    .split__icon {
        width: 84px;
        height: 84px
    }

    .roger .auto__container {
        padding: 0
    }

    .rogerMessage {
        margin-left: 0
    }

    .rogerVoice {
        margin-right: 30px
    }

    .rogerText {
        margin-bottom: 70px
    }

    .roger__inner:before {
        top: -70px;
        bottom: 0
    }

    .roger__inner:after {
        bottom: 370px
    }

    .partner__title {
        font-size: 14px;
        max-width: 290px;
        padding: 14px 24px 10px
    }

    .featureItem__image {
        margin: 0 -25px;
        width: calc(100% + 50px)
    }

    .featureItem__content h6 {
        font-size: 14px
    }



    .hero__inner h1 {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 21px
    }

    .hero__inner a {
        margin-top: 30px
    }

    .heroTop {
        top: -20px
    }

    .heroTop__icon {
        width: 84px;
        height: 84px;
        bottom: -34px
    }

    .vaultStrat h6 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .vaultStratItem__range {
        margin: 0 14px 0 0
    }

    .vaultStratItem__progress {
        flex-wrap: wrap
    }

    .vaultStratItem__progress p:nth-child(1) {
        width: 100%
    }

    .vaultStratItem__title img {
        position: absolute;
        top: 25px;
        right: 0
    }

    .vaultStratItem__info {
        flex-direction: column
    }

    .vaultStratItem__info p,
    .vaultTable__col {
        width: 100%
    }

    .vaultTable__foot {
        margin: 0 -100px;
        width: calc(100% + 200px);
        max-width: unset
    }

    .vaultTable__foot button {
        font-size: 12px
    }

    .farmHead__value {
        width: 100%;
        margin: -60px 0 0 -25px
    }

    .passport {
        padding: 35px 0
    }

    .passport__inner:before {
        display: none
    }

    .passportCard {
        margin: 0 -25px;
        width: calc(100% + 50px)
    }

    .passportCard span {
        left: 44px;
        top: 50%
    }

    .passportCard__image img {
        display: none
    }

    .passportCard__image .mobile {
        display: inline-block
    }

    .passport__title h2 {
        padding: 0;
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 16px
    }

    .passport__title h2:before {
        width: 210px;
        left: -50%
    }

    .reward {
        padding: 35px 0
    }

    .rewardOver {
        padding: 90px 0;
        align-items: flex-start;
        box-sizing: border-box
    }

    .rewardOver h2 {
        max-width: 184px;
        font-size: 14px;
        line-height: 15px
    }

    .rewardOver svg {
        position: relative;
        top: -60px
    }

    .rewardBtn:nth-child(1) {
        padding-left: 0;
        text-align: left
    }

    .rewardBtn:nth-child(2) {
        text-align: right;
        padding-right: 0
    }

    .rewardLimit span {
        padding-left: 0
    }

    .rewardTable__item {
        flex-direction: column
    }

    .rewardTable__item-row {
        width: 100%;
        padding: 25px 30px
    }

    .rewardTable__item button {
        padding: 24px 12px;
        width: 100%;
        border-left: unset;
        border-top: 1px solid #9bce7d;
        font-size: 12px;
        line-height: 14px
    }

    .rewardTable__info {
        flex-direction: column;
        align-items: flex-start
    }

    .rewardTable__info h6 {
        text-align: left;
        width: 100%;
        margin-bottom: 20px
    }

    .rewardTable__info h6:after {
        display: none
    }

    .rewardTable__info p {
        text-align: left;
        width: 100%
    }

    .rewardTable__info p:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -moz-ransform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0;
        content: "";
        width: 3px;
        height: 24px;
        background: #9bce7d
    }

    .rewardInfo__content-range {
        margin: 0 14px 0 0
    }

    .rewardInfo__content-progress {
        flex-wrap: wrap
    }

    .rewardInfo__content-progress p:nth-child(1) {
        width: 100%
    }

    .rewardInfo__content button {
        width: 100%
    }

    .rewardConnect {
        width: calc(100% + 50px) !important;
        box-sizing: border-box;
        margin: 0 -25px 20px
    }

    .betaIntro__inner {
        padding: 200px 18px 176px
    }

    .betaIntro h1 {
        font-size: 42px;
        line-height: 44px
    }

    .betaAbout {
        margin-top: -100px
    }

    .betaAbout__head {
        padding-bottom: 50px
    }

    .betaAbout__head h2 {
        font-size: 14px;
        line-height: 16px
    }

    .betaAboutItem {
        padding: 0
    }

    .betaAboutItem:after {
        left: 65%
    }

    .leverageHead {
        margin: 0
    }

    .leverageHead__title {
        text-align: left
    }

    .leverageHead__title h3,
    .leverageHead__title h6.sm {
        font-size: 18px;
        line-height: 1
    }

    .leverageInfo__body-row {
        flex-direction: column
    }

    .leverageInfo__body-col {
        width: 100% !important
    }

    .leverageInfo__foot-total {
        flex-direction: column;
        align-items: flex-start
    }

    .boost {
        margin-top: 88px;
        padding: 32px 0
    }

    .boost__head {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 5px
    }

    .boost__head h3 {
        font-size: 18px;
        margin-bottom: 5px
    }

    .boost__head a:hover {
        opacity: .5
    }

    .boostTable .tool__text {
        left: -30px;
        width: 180px
    }

    .boostTable .tool__text-inner:before {
        left: 70%
    }

    .marquee__text-row {
        margin-top: 10px;
        justify-content: space-between
    }

    .marquee__text-row p {
        width: calc(45% - 5px)
    }

    .marquee__text-row p:first-child {
        border-right: 1px solid #5d5d5d
    }

    .marquee__text-row p:last-child {
        width: calc(55% - 5px);
        text-align: right
    }
}

@media (max-width: 385px) {
    .betaIntro h1 {
        font-size: 32px;
        line-height: 34px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.flex {
    display: flex
}

.jc-c {
    justify-content: center
}

.wallet-adapter-modal-button-close {
    z-index: 1000;
    background: #242424
}

.wallet-adapter-modal-button-close svg {
    fill: #9bce7d !important
}

.wallet-adapter-modal-button-close:hover {
    background: #9bce7d
}

.wallet-adapter-modal-button-close:hover svg {
    fill: #242424 !important
}

.wallet-adapter-modal-wrapper {
    background: #242424 !important
}

.wallet-adapter-modal-wrapper * {
    color: #9bce7d !important
}

.possRefresh {
    background: transparent;
    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;
    font-family: Space Mono, monospace;
    font-weight: 400;
    font-size: 10px;
    width: 100%;
    line-height: 15px;
    text-align: center;
    color: #9bce7d;
    padding: 24px 0
}

.possRefresh.active img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.possRefresh img {
    width: 17px;
    margin-top: 3px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.wallet-adapter-button {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: DM Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    border-radius: 4px
}

.wallet-adapter-button-trigger {
    background-color: #512da8
}

.wallet-adapter-button:not([disabled]):focus-visible {
    outline-color: #fff
}

.wallet-adapter-button:not([disabled]):hover {
    background-color: #1a1f2e
}

.wallet-adapter-button[disabled] {
    background: #404144;
    color: #999;
    cursor: not-allowed
}

.wallet-adapter-button-end-icon,
.wallet-adapter-button-start-icon,
.wallet-adapter-button-end-icon img,
.wallet-adapter-button-start-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px
}

.wallet-adapter-button-end-icon {
    margin-left: 12px
}

.wallet-adapter-button-start-icon {
    margin-right: 12px
}

.wallet-adapter-collapse {
    width: 100%
}

.wallet-adapter-dropdown {
    position: relative;
    display: inline-block
}

.wallet-adapter-dropdown-list {
    position: absolute;
    z-index: 99;
    display: grid;
    grid-template-rows: 1fr;
    grid-row-gap: 10px;
    padding: 10px;
    top: 100%;
    right: 0;
    margin: 0;
    list-style: none;
    background: #2c2d30;
    border-radius: 10px;
    box-shadow: 0 8px 20px #0009;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
    font-family: DM Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif
}

.wallet-adapter-dropdown-list-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px)
}

.wallet-adapter-dropdown-list-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    height: 37px;
    color: #fff
}

.wallet-adapter-dropdown-list-item:not([disabled]):hover {
    background-color: #1a1f2e
}

.wallet-adapter-modal-collapse-button svg {
    align-self: center;
    fill: #999
}

.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg {
    transform: rotate(180deg);
    transition: transform ease-in .15s
}

.wallet-adapter-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity linear .15s;
    background: #00000080;
    z-index: 1040;
    overflow-y: auto
}

.wallet-adapter-modal.wallet-adapter-modal-fade-in {
    opacity: 1
}

.wallet-adapter-modal-button-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 12px;
    cursor: pointer;
    background: #1a1f2e;
    border: none;
    border-radius: 50%
}

.wallet-adapter-modal-button-close:focus-visible {
    outline-color: #fff
}

.wallet-adapter-modal-button-close svg {
    fill: #777;
    transition: fill .2s ease 0s
}

.wallet-adapter-modal-button-close:hover svg {
    fill: #fff
}

.wallet-adapter-modal-overlay {
    background: #00000080;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.wallet-adapter-modal-container {
    display: flex;
    margin: 3rem;
    min-height: calc(100vh - 6rem);
    align-items: center;
    justify-content: center
}

@media (max-width: 480px) {
    .wallet-adapter-modal-container {
        margin: 1rem;
        min-height: calc(100vh - 2rem)
    }
}

.wallet-adapter-modal-wrapper {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1050;
    max-width: 400px;
    border-radius: 10px;
    background: #10141f;
    box-shadow: 0 8px 20px #0009;
    font-family: DM Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    flex: 1
}

.wallet-adapter-modal-wrapper .wallet-adapter-button {
    width: 100%
}

.wallet-adapter-modal-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    padding: 64px 48px 48px;
    text-align: center;
    color: #fff
}

@media (max-width: 374px) {
    .wallet-adapter-modal-title {
        font-size: 18px
    }
}

.wallet-adapter-modal-list {
    margin: 0 0 12px;
    padding: 0;
    width: 100%;
    list-style: none
}

.wallet-adapter-modal-list .wallet-adapter-button {
    font-weight: 400;
    border-radius: 0;
    font-size: 18px
}

.wallet-adapter-modal-list .wallet-adapter-button-end-icon,
.wallet-adapter-modal-list .wallet-adapter-button-start-icon,
.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,
.wallet-adapter-modal-list .wallet-adapter-button-start-icon img {
    width: 28px;
    height: 28px
}

.wallet-adapter-modal-list .wallet-adapter-button span {
    margin-left: auto;
    font-size: 14px;
    opacity: .6
}

.wallet-adapter-modal-list-more {
    cursor: pointer;
    border: none;
    padding: 12px 24px 24px 12px;
    align-self: flex-end;
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #fff
}

.wallet-adapter-modal-list-more svg {
    transition: all .1s ease;
    fill: #fff;
    margin-left: .5rem
}

.wallet-adapter-modal-list-more-icon-rotate {
    transform: rotate(180deg)
}

.wallet-adapter-modal-middle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px 24px;
    box-sizing: border-box
}

.wallet-adapter-modal-middle-button {
    display: block;
    cursor: pointer;
    margin-top: 48px;
    width: 100%;
    background-color: #512da8;
    padding: 12px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    color: #fff
}