.hero.astro-sk6owz3q {
    margin-bottom: 110px;
    padding-top: calc(40px + var(--header-nav-height))
}

@media screen and (min-width:768px) {
    .hero.astro-sk6owz3q {
        margin-bottom: 100px;
        padding-top: 329px;
        position: relative
    }
}

@media screen and (min-width:1240px) {
    .hero.astro-sk6owz3q {
        margin-bottom: 160px;
        padding-top: 295px
    }
}

.hero__title.astro-sk6owz3q {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -1.14px;
    line-height: 1.1;
    margin: 0 0 72px;
    text-align: center
}

@media screen and (min-width:768px) {
    .hero__title.astro-sk6owz3q {
        font-size: 56px;
        letter-spacing: -1.68px;
        margin: 0 auto;
        width: var(--width-cell-14)
    }
}

@media screen and (min-width:1240px) {
    .hero__title.astro-sk6owz3q {
        font-size: 70px;
        letter-spacing: -1.4px;
        width: var(--width-cell-8)
    }
}

.stats.astro-sk6owz3q {
    --gradient-text: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
    --color-gray: #828287;
    display: grid;
    grid-gap: 24px;
    grid-template: auto/repeat(2, 1fr)
}

@media screen and (min-width:768px) {
    .stats.astro-sk6owz3q {
        grid-template: auto/repeat(4, auto);
        justify-content: space-between;
        padding: 0 var(--width-cell-1);
        position: absolute;
        top: 224px;
        width: var(--width-cell-16)
    }
}

@media screen and (min-width:1240px) {
    .stats.astro-sk6owz3q {
        margin-left: var(--width-cell-1);
        padding: 0;
        top: 194px;
        width: var(--width-cell-8)
    }
}

.stat.astro-sk6owz3q {
    background: url(../img/branches.svg) no-repeat 0;
    background-size: 36px 26px;
    display: flex;
    flex-direction: column;
    padding-left: 44px
}

@media screen and (min-width:1240px) {
    .stat.astro-sk6owz3q {
        background-size: 48px 34px;
        padding-left: 60px
    }
}

.stat__name.astro-sk6owz3q {
    font-size: 14px;
    letter-spacing: .028px;
    margin-bottom: 3px
}

.stat__name.astro-sk6owz3q,
.stat__value.astro-sk6owz3q {
    font-weight: 500;
    line-height: 110%
}

.stat__value.astro-sk6owz3q {
    font-size: 16px;
    letter-spacing: .032px
}

@media screen and (min-width:1240px) {
    .stat__value.astro-sk6owz3q {
        font-size: 24px
    }
}

.cards.astro-afly5piz {
    display: grid;
    grid-template: repeat(6, 1fr)/1fr;
    grid-gap: 16px;
    margin-bottom: 120px;
    width: 100%
}

@media screen and (min-width:768px) {
    .cards.astro-afly5piz {
        grid-template: repeat(3, 1fr)/repeat(2, 1fr);
        margin-bottom: 160px
    }
}

@media screen and (min-width:1240px) {
    .cards.astro-afly5piz {
        grid-template: repeat(2, 1fr)/repeat(3, 1fr);
        grid-gap: 28px
    }
}

.card.astro-afly5piz {
    align-items: center;
    aspect-ratio: 1;
    background: #1a3543 no-repeat;
    border-radius: 34px;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 500;
    height: auto;
    justify-content: flex-end;
    letter-spacing: .054px;
    line-height: 140%;
    max-width: 100%;
    padding: 32px 24px;
    position: relative;
    text-align: center;
    width: 100%
}

@media screen and (min-width:1240px) {
    .card.astro-afly5piz {
        font-size: 19px
    }
}

.card__title.astro-afly5piz {
    color: var(--color-white)
}

.card_discount.astro-afly5piz {
    background-image: url(../img/discount.svg);
    background-position: 50%;
    background-size: contain
}

.card_delivery.astro-afly5piz {
    background-image: url(../img/map.png);
    background-position: 50%;
    background-size: 107%
}

@media only screen and (resolution >=192dpi),
only screen and (resolution >=2dppx) {
    .card_delivery.astro-afly5piz {
        background-image: url(../img/map@2x.png)
    }
}

.card_onboarding.astro-afly5piz {
    background-image: url(../img/onboarding.svg);
    background-position: center 25%;
    background-size: contain
}

.card_start.astro-afly5piz {
    background-image: url(../img/start.svg)
}

.card_manager.astro-afly5piz,
.card_start.astro-afly5piz {
    background-position: 50%;
    background-size: cover
}

.card_manager.astro-afly5piz {
    background-image: url(../img/managers.png)
}

@media only screen and (resolution >=192dpi),
only screen and (resolution >=2dppx) {
    .card_manager.astro-afly5piz {
        background-image: url(../img/managers@4x.png)
    }
}

.card__image.astro-afly5piz {
    max-width: 100%;
    object-fit: cover;
    position: absolute;
    top: calc(50% - 195px);
    width: 100%
}

.card_support.astro-afly5piz .card__image.astro-afly5piz {
    height: 70%;
    top: 5%;
    width: 70%
}

.card_start.astro-afly5piz .card__image.astro-afly5piz {
    top: calc(50% - 145px)
}

.card__text.astro-afly5piz {
    height: 44px
}

@media screen and (min-width:1240px) {
    .card__text.astro-afly5piz {
        height: 46px
    }
}

.cursor.astro-afly5piz {
    left: 69%;
    position: absolute;
    top: calc(50% + 10px)
}

.partners.astro-lw7j6qs5 {
    margin-bottom: 120px
}

@media screen and (min-width:768px) {
    .partners.astro-lw7j6qs5 {
        margin-bottom: 160px
    }
}

@media screen and (min-width:1240px) {
    .partners.astro-lw7j6qs5 {
        margin-bottom: 200px
    }
}

.list.astro-lw7j6qs5 {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 0 16px;
    justify-content: space-between
}

@media screen and (min-width:768px) {
    .list.astro-lw7j6qs5 {
        gap: 0 60px;
        justify-content: center
    }
}

.item.astro-lw7j6qs5 {
    filter: invert(48%) sepia(52%) saturate(14%) hue-rotate(62deg) brightness(94%) contrast(87%)
}

@media screen and (min-width:768px) {
    .item_hardware-wallets.astro-lw7j6qs5 .item__img.astro-lw7j6qs5 {
        height: 52px;
        width: 180px
    }
}

@media screen and (min-width:1240px) {
    .item_hardware-wallets.astro-lw7j6qs5 .item__img.astro-lw7j6qs5 {
        height: 57px;
        width: 200px
    }
}

@media screen and (min-width:768px) {
    .item_coin-xs.astro-lw7j6qs5 .item__img.astro-lw7j6qs5 {
        height: 22px;
        width: 80px
    }
}

@media screen and (min-width:1240px) {
    .item_coin-xs.astro-lw7j6qs5 .item__img.astro-lw7j6qs5 {
        height: 26px;
        width: 101px
    }
}

@media screen and (min-width:768px) {
    .item_crypto-merchant.astro-lw7j6qs5 .item__img.astro-lw7j6qs5 {
        height: 23px;
        width: 105px
    }
}

@media screen and (min-width:1240px) {
    .item_crypto-merchant.astro-lw7j6qs5 .item__img.astro-lw7j6qs5 {
        height: 28px;
        width: 125px
    }
}

@media screen and (min-width:768px) {
    .item_etherbit.astro-lw7j6qs5 .item__img.astro-lw7j6qs5 {
        height: 16px;
        width: 74px
    }
}

@media screen and (min-width:1240px) {
    .item_etherbit.astro-lw7j6qs5 .item__img.astro-lw7j6qs5 {
        height: 20px;
        width: 94px
    }
}

@media screen and (min-width:768px) {
    .item_phoenix.astro-lw7j6qs5 .item__img.astro-lw7j6qs5 {
        height: 46px;
        width: 96px
    }
}

@media screen and (min-width:1240px) {
    .item_phoenix.astro-lw7j6qs5 .item__img.astro-lw7j6qs5 {
        height: 55px;
        width: 116px
    }
}

.title.astro-lw7j6qs5 {
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .057px;
    line-height: 120%;
    margin-bottom: 32px;
    text-align: center
}

@media screen and (min-width:768px) {
    .title.astro-lw7j6qs5 {
        margin-bottom: 20px
    }
}

.resellers-form {
    display: grid;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width:768px) {
    .resellers-form {
        align-items: flex-start;
        align-self: flex-start;
        grid-template: auto 128px auto/var(--width-cell-6) var(--width-cell-10);
        justify-content: flex-start;
        padding: 0 var(--page-padding-inline-base)
    }
}

@media screen and (min-width:1240px) {
    .resellers-form {
        grid-template: auto 140px auto/var(--width-cell-2) var(--width-cell-8);
        padding: 0 var(--page-padding-inline)
    }
}

.resellers-form__container {
    padding: 0 var(--page-padding-inline-base)
}

@media screen and (min-width:768px) {
    .resellers-form__container {
        padding: 0
    }
}

.resellers-form__search {
    margin-bottom: 40px;
    position: relative
}

@media screen and (min-width:768px) {
    .resellers-form__search {
        grid-area: 2/1;
        margin: 44px 32px 34px 0
    }
}

@media screen and (min-width:1240px) {
    .resellers-form__search {
        margin-top: 56px
    }
}

.resellers-form__search-input {
    background: #1c1c1d url(/svg/icons/search.svg) no-repeat 20px;
    border: 1px solid transparent;
    border-radius: 14px;
    box-sizing: border-box;
    color: var(--color-white);
    font-size: 16px;
    letter-spacing: .08px;
    line-height: 120%;
    outline: none;
    padding: 14.5px 16px;
    text-indent: 33px;
    width: 100%
}

.resellers-form__search-input::placeholder {
    color: var(--color-gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .08px;
    line-height: 120%
}

.resellers-form__search-input:focus {
    background: linear-gradient(92deg, #262627 48.92%, #16161700 98.7%), #1c1c1d, url(/svg/icons/search.svg) no-repeat 20px;
    border: 1px solid #656565;
    border-radius: 14px
}

.resellers-form__search-clear {
    background: #6c6c70;
    border: 0;
    border-radius: 50%;
    bottom: 12px;
    height: 24px;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    top: calc(50% - 12px);
    width: 24px
}

.resellers-form__search-clear:after,
.resellers-form__search-clear:before {
    background: #1c1c1d;
    content: "";
    height: 2px;
    position: absolute;
    right: 5px;
    top: 11px;
    transform: rotate(45deg);
    width: 14px
}

.resellers-form__search-clear:after {
    transform: rotate(-45deg)
}

.resellers-form__regions.scrollable {
    display: flex;
    flex-flow: row nowrap;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 32px
}

@media screen and (min-width:768px) {
    .resellers-form__regions.scrollable {
        margin-bottom: 44px
    }
}

@media screen and (min-width:1240px) {
    .resellers-form__regions.scrollable {
        margin-bottom: 56px
    }
}

.resellers-form__regions-wrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.resellers-form__regions-wrapper:after,
.resellers-form__regions-wrapper:before {
    content: "";
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 55px;
    z-index: 1
}

@media (prefers-reduced-motion:reduce) {

    .resellers-form__regions-wrapper:after,
    .resellers-form__regions-wrapper:before {
        animation: none;
        transition: none
    }
}

@media (prefers-reduced-motion:no-preference) {

    .resellers-form__regions-wrapper:after,
    .resellers-form__regions-wrapper:before {
        transition: opacity .25s ease-in-out
    }
}

@media screen and (min-width:768px) {

    .resellers-form__regions-wrapper:after,
    .resellers-form__regions-wrapper:before {
        content: none
    }
}

.resellers-form__regions-wrapper:after {
    background: linear-gradient(-90deg, #010101cc, #01010100);
    right: 0
}

.resellers-form__regions-wrapper:before {
    background: linear-gradient(90deg, #010101cc, #01010100);
    left: 0
}

.resellers-form__regions-wrapper.resellers-form__regions-wrapper_end:after,
.resellers-form__regions-wrapper.resellers-form__regions-wrapper_start:before {
    opacity: 0
}

.resellers-form__regions-wrapper .scrollable-wrapper {
    left: 0;
    position: relative;
    width: 100%
}

@media screen and (min-width:768px) {
    .resellers-form__regions-wrapper .scrollable-wrapper {
        position: relative
    }

    .resellers-form__regions-wrapper .scrollable-wrapper:before {
        background: linear-gradient(270deg, #58585800 -14.4%, #585858 54.78%, #58585800 114.55%);
        bottom: 0;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        width: 100%
    }
}

.resellers-form__regions-wrapper .scrollable {
    padding: 0 var(--page-padding-inline-base)
}

@media screen and (min-width:768px) {
    .resellers-form__regions-wrapper .scrollable {
        padding: 0
    }

    .resellers-form__regions-wrapper {
        grid-column: span 2
    }
}

.resellers-form__region {
    align-items: center;
    background-color: transparent;
    border: none;
    color: #444445;
    display: flex;
    flex-direction: column;
    height: 55px;
    padding: 0
}

.resellers-form__region-text {
    filter: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .042px;
    line-height: 120%;
    opacity: 1;
    white-space: nowrap
}

@media screen and (min-width:768px) {
    .resellers-form__region-text {
        font-size: 16px
    }
}

@media screen and (min-width:1240px) {
    .resellers-form__region-text {
        font-size: 19px;
        letter-spacing: .057px
    }
}

.resellers-form__region-image {
    filter: invert(26%) sepia(7%) saturate(65%) hue-rotate(201deg) brightness(89%) contrast(87%);
    opacity: .3
}

@media screen and (min-width:768px) {
    .resellers-form__region-image {
        height: 44px;
        width: 44px
    }
}

.resellers-form__region_active .resellers-form__region-text {
    color: var(--color-gray-light)
}

.resellers-form__region_active .resellers-form__region-image {
    filter: invert(66%) sepia(0) saturate(60%) hue-rotate(29deg) brightness(109%) contrast(74%);
    opacity: 1
}

@media screen and (min-width:768px) {
    .resellers-form__countries {
        display: grid;
        grid-area: 3/1;
        grid-gap: 16px
    }
}

.resellers-form__results {
    padding-top: 44px
}

@media screen and (min-width:768px) {
    .resellers-form__results {
        display: grid;
        gap: var(--width-cell-1);
        grid-area: 2/2/4/3;
        grid-template: auto/repeat(1, 1fr);
        padding-left: var(--width-cell-1);
        position: relative
    }

    .resellers-form__results:before {
        background: linear-gradient(180deg, #343434, #58585800);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        width: 1px
    }
}

@media screen and (min-width:1240px) {
    .resellers-form__results {
        gap: 56px;
        grid-template: auto/repeat(3, 1fr);
        padding-left: 56px;
        padding-top: 56px
    }
}

.resellers-form__country {
    display: flex;
    flex-direction: column;
    position: relative
}

.resellers-form__country:before {
    background: linear-gradient(270deg, #58585800 -14.4%, #585858 54.78%, #58585800 114.55%);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%
}

@media screen and (min-width:768px) {
    .resellers-form__country:before {
        content: none
    }
}

@media screen and (min-width:768px) {
    .resellers-form__country_active .resellers-form__country-button {
        color: var(--color-white)
    }
}

.resellers-form__country-button {
    align-items: center;
    background: transparent;
    color: var(--color-gray);
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 64px;
    justify-content: flex-start;
    letter-spacing: .057px;
    line-height: 120%;
    position: relative;
    width: 100%
}

.resellers-form__country-button:after {
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    content: "";
    height: 15px;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    width: 9px
}

@media (prefers-reduced-motion:reduce) {
    .resellers-form__country-button:after {
        animation: none;
        transition: none
    }
}

@media (prefers-reduced-motion:no-preference) {
    .resellers-form__country-button:after {
        transition: transform .2s ease-in-out
    }
}

@media screen and (min-width:768px) {
    .resellers-form__country-button {
        height: auto
    }

    .resellers-form__country-button:after {
        content: none
    }
}

@media screen and (min-width:1240px) {
    .resellers-form__country-button {
        font-size: 19px
    }
}

.resellers-form__country-flag {
    margin-right: 16px
}

.resellers-form__reseller {
    display: flex;
    flex-direction: column
}

.resellers-form__list {
    max-height: 0;
    overflow: hidden
}

@media (prefers-reduced-motion:reduce) {
    .resellers-form__list {
        animation: none;
        transition: none
    }
}

@media (prefers-reduced-motion:no-preference) {
    .resellers-form__list {
        transition: max-height .2s ease-in-out
    }
}

.resellers-form__country-toggle {
    display: none
}

.resellers-form__country-toggle:checked~.resellers-form__list {
    max-height: 2000px
}

.resellers-form__country-toggle:checked~.resellers-form__country-button:after {
    transform: rotate(90deg)
}

.resellers-form__item {
    margin-bottom: 40px;
    max-width: 100%;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .resellers-form__item {
        margin-bottom: 0
    }
}

.resellers-form__item-name {
    align-items: center;
    color: var(--color-white);
    display: flex;
    flex-direction: row;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .054px;
    line-height: 120%;
    margin-bottom: 12px
}

@media screen and (min-width:768px) {
    .resellers-form__item-name {
        font-size: 20px
    }
}

@media screen and (min-width:1240px) {
    .resellers-form__item-name {
        font-size: 21px
    }
}

.resellers-form__item-link {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .048px;
    line-height: 120%;
    text-decoration-line: underline;
    white-space: nowrap
}

.resellers-form__item-link:before {
    content: url(/img/partnership/link.png);
    height: 16px;
    margin-right: 8px;
    width: 16px
}

.resellers-form__item-address,
.resellers-form__item-email,
.resellers-form__item-link,
.resellers-form__item-phone {
    margin-bottom: 6px
}

.resellers-form__item-phones {
    display: flex;
    flex-direction: column
}

.resellers-form__item-img {
    align-self: flex-start;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 1px
}

@media screen and (min-width:768px) {
    .resellers-form__item-img {
        margin-top: 2px
    }
}

@media screen and (min-width:1240px) {
    .resellers-form__item-img {
        margin-top: 3px
    }
}

.resellers-form__results_empty {
    white-space: nowrap
}

.resellers-form__results_empty button {
    background: transparent;
    border: 0;
    color: var(--color-white);
    display: inline;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: underline
}

.resellers.astro-dtmra4fb {
    margin-bottom: 120px
}

.title.astro-dtmra4fb {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -.76px;
    line-height: 105%;
    margin-bottom: 40px;
    text-align: center
}

@media screen and (min-width:768px) {
    .title.astro-dtmra4fb {
        font-size: 56px;
        letter-spacing: -1.12px
    }
}

.form.astro-dtmra4fb {
    max-width: 100%;
    width: 100%
}

.form.astro-zybhydkt {
    background: #131313;
    border-radius: 34px;
    margin-bottom: 16px;
    max-width: 100%;
    padding: 64px 24px
}

@media screen and (min-width:768px) {
    .form.astro-zybhydkt {
        padding: 80px 0
    }
}

@media screen and (min-width:1240px) {
    .form.astro-zybhydkt {
        margin-bottom: 28px;
        padding: 80px var(--width-cell-1)
    }

    .head.astro-zybhydkt {
        margin: 0 auto;
        width: var(--width-cell-5)
    }
}

.title.astro-zybhydkt {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -.42px;
    line-height: 120%;
    margin-bottom: 24px;
    text-align: center
}

@media screen and (min-width:768px) {
    .title.astro-zybhydkt {
        font-size: 32px;
        letter-spacing: -.48px;
        margin: 0 auto 32px;
        width: var(--width-cell-12)
    }
}

@media screen and (min-width:1240px) {
    .title.astro-zybhydkt {
        font-size: 42px;
        letter-spacing: -.63px;
        margin: 0 0 44px;
        width: 100%
    }
}

.caption.astro-zybhydkt {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .054px;
    line-height: 120%;
    margin-bottom: 22px;
    text-align: center
}

@media screen and (min-width:768px) {
    .caption.astro-zybhydkt {
        font-size: 20px;
        letter-spacing: .06px;
        margin: 0 auto 45px;
        width: var(--width-cell-10)
    }
}

@media screen and (min-width:1240px) {
    .caption.astro-zybhydkt {
        font-size: 21px;
        letter-spacing: .063px;
        width: 100%
    }

    .form-container.astro-zybhydkt {
        margin: 0 auto;
        width: var(--width-cell-5)
    }

    .compact.astro-zybhydkt.form {
        display: grid;
        grid-gap: var(--width-cell-1);
        grid-template: auto/var(--width-cell-3) var(--width-cell-4)
    }

    .compact.astro-zybhydkt .head.astro-zybhydkt {
        padding-top: 52px;
        width: 100%
    }

    .compact.astro-zybhydkt .caption.astro-zybhydkt,
    .compact.astro-zybhydkt .title.astro-zybhydkt {
        text-align: left
    }

    .compact.astro-zybhydkt .form-container.astro-zybhydkt {
        width: 100%
    }
}

:root {
    --gradient-head-text: linear-gradient(90deg, #343437, #000)
}

.partnership.astro-tkwurw5a {
    background-image: url(/img/partnership/bg.jpg);
    background-position: center 227px;
    background-repeat: no-repeat;
    background-size: auto 683px
}

@media only screen and (resolution >=192dpi),
only screen and (resolution >=2dppx) {
    .partnership.astro-tkwurw5a {
        background-image: url(/img/partnership/bg@2x.jpg);
        margin-bottom: 160px
    }
}

@media screen and (min-width:768px) {
    .partnership.astro-tkwurw5a {
        --page-padding-inline: var(--page-padding-inline-base);
        background-image: url(/img/partnership/bg-tablet.jpg);
        background-position: top;
        background-size: auto 1090px
    }
}

@media only screen and (min-width:768px) and (resolution >=192dpi),
only screen and (min-width:768px) and (resolution >=2dppx) {
    .partnership.astro-tkwurw5a {
        background-image: url(/img/partnership/bg-tablet@2x.jpg)
    }
}

@media screen and (min-width:1240px) {
    .partnership.astro-tkwurw5a {
        --page-padding-inline: calc(var(--page-padding-inline-base) + var(--width-cell-1));
        background-image: url(/img/partnership/bg-desktop.jpg);
        background-size: auto 1140px;
        margin: 0 auto 160px;
        max-width: var(--page-max-width)
    }
}

@media only screen and (min-width:1240px) and (resolution >=192dpi),
only screen and (min-width:1240px) and (resolution >=2dppx) {
    .partnership.astro-tkwurw5a {
        background-image: url(/img/partnership/bg-desktop@2x.jpg)
    }
}