@font-face {
    font-family: Caveat;
    src: url(../fonts/Caveat-Regular.woff2) format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-Medium.woff2) format("woff2");
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-Semibold.woff2) format("woff2");
    font-weight: 600;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Regular.woff2) format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-Bold.woff2) format("woff2");
    font-weight: 700;
    font-display: swap;
    font-style: normal
}

html {
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-size: 62.5%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth
}

body, html {
    height: 100%
}

*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

pre {
    font-family: monospace;
    font-size: 1em
}

a {
    text-decoration: none
}

img {
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

button {
    border: none;
    text-align: left;
    background-color: transparent;
    cursor: pointer
}

ol, ul {
    list-style: none
}

input {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: #fff
}

input::-webkit-search-cancel-button, input::-webkit-search-decoration, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
    display: none
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: 0
}

.focus-visible {
    outline: auto 1px
}

.ios .lock {
    position: relative
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

:root {
    --font-family: "Manrope", sans-serif;
    --font-weight: 400;
    --content-width: 117rem;
    --container-offset: 5rem;
    --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
    --transition: 0.3s;
    --clr-default-100: #fff;
    --clr-default-200: rgba(255, 255, 255, 0.64);
    --clr-default-300: rgba(59, 60, 70, 0.64);
    --clr-default-400: #034072;
    --clr-default-800: #041b28;
    --clr-default-900: #000;
    --clr-primary-200: linear-gradient(
            290.07deg,
            #36d1dc 12.84%,
            #5b86e5 100.88%
    );
    --clr-primary-300: linear-gradient(290.07deg, #36D1DC 12.84%, #5B86E5 100.88%);
    --clr-primary-400: rgba(44, 45, 46, 0.8);
    --clr-primary-500: #252631;
    --clr-primary-600: linear-gradient(225.52deg, #003a5a 0.89%, #000c3d 100%);
    --clr-primary-700: #2060EC;
    --clr-shadow-100: 0px 4px 35px 12px rgba(0, 0, 0, 0.04);
    --clr-shadow-200: 0px 5.48936px 21.9574px rgba(0, 0, 0, 0.08);
    --clr-hover-100: 1px 1px 25px rgba(54, 209, 220, 0.45)
}

body {
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-weight: var(--font-weight);
    font-size: 1.6rem;
    color: var(--clr-default-100)
}

body.lock {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    overscroll-behavior: none
}

.wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    min-width: 32rem;
    min-height: 100%
}

.wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition), visibility var(--transition)
}

.wrapper[data-overlay=true]::before {
    opacity: 1;
    visibility: visible;
    transition: opacity var(--transition), visibility var(--transition)
}

main {
    flex-grow: 1
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--container-offset);
    padding-left: var(--container-offset);
    width: 100%;
    max-width: var(--container-width)
}

.container--lines {
    position: relative
}

.container--lines::after, .container--lines::before {
    content: "";
    position: absolute;
    top: 0;
    width: .2rem;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.container--lines::before {
    left: 0;
    background-image: url(../img/ui/line-left.svg)
}

.container--lines::after {
    right: 0;
    background-image: url(../img/ui/line-right.svg)
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0)
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    color: var(--clr-default-100);
    transition: box-shadow var(--transition)
}

.button--fill {
    background-image: var(--clr-primary-200)
}

.line {
    position: absolute;
    top: 0;
    width: .2rem;
    height: 100%;
    background-color: var(--clr-default-400);
    opacity: 1;
    transition: opacity var(--transition)
}

.line::after, .line::before {
    content: "";
    position: absolute;
    background-image: var(--clr-primary-300)
}

.line::before {
    left: 50%;
    bottom: -2px;
    width: 1.2rem;
    height: .2rem;
    transform: translateX(-50%)
}

.line::after {
    bottom: -7px;
    width: .2rem;
    height: 1.2rem
}

.line--left {
    left: calc((100% - 117rem) / 2 - 5rem)
}

.line--right {
    right: calc((100% - 117rem) / 2 - 5rem)
}

.stack {
    display: flex
}

.stack.column {
    flex-direction: column
}

.stack.column-reverse {
    flex-direction: column-reverse
}

.stack.row {
    flex-direction: row
}

.stack.row-reverse {
    flex-direction: row-reverse
}

.stack.justify-flex-start {
    justify-content: flex-start
}

.stack.justify-center {
    justify-content: center
}

.stack.justify-flex-end {
    justify-content: flex-end
}

.stack.justify-space-between {
    justify-content: space-between
}

.stack.justify-space-around {
    justify-content: space-around
}

.stack.center {
    align-items: center;
    justify-content: center
}

.stack.align-start {
    align-items: flex-start
}

.stack.align-center {
    align-items: center
}

.stack.align-end {
    align-items: flex-end
}

.stack.circle-center {
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.stack.wrap {
    flex-wrap: wrap
}

.stack.no-wrap {
    flex-wrap: nowrap
}

.stack.wrap-reverse {
    flex-wrap: wrap-reverse
}

.typography.h1 {
    font-weight: 700;
    font-size: clamp(4rem, 3.7155555556rem + .8888888889vw, 4.8rem)
}

.typography.h2 {
    font-weight: 700;
    font-size: clamp(2.2rem, 1.7022222222rem + 1.5555555556vw, 3.6rem)
}

.typography.h3 {
    font-size: 2.2rem
}

.typography.h4 {
    font-size: 1.9rem
}

.typography.h5 {
    font-size: 1.7rem
}

.typography.h6 {
    font-size: 1.6rem
}

.typography.p p {
    font-size: clamp(1.6rem, 1.3155555556rem + .8888888889vw, 2.4rem)
}

.typography.caption {
    font-size: 1.2rem
}

.typography.w-400 {
    font-weight: 400
}

.typography.w-500 {
    font-weight: 500
}

.typography.w-600 {
    font-weight: 600
}

.typography.success {
    color: var(--clr-status-success)
}

.typography.error {
    color: var(--clr-primary-600)
}

.typography.grey {
    color: var(--clr-default-600)
}

.typography.dark {
    color: var(--clr-default-800)
}

.typography.white {
    color: var(--clr-default-100)
}

.typography.uppercase {
    text-transform: uppercase
}

.typography.center {
    text-align: center
}

.typography.lh-150 {
    line-height: 150%
}

.typography .link {
    color: var(--clr-secondary-900);
    transition: color var(--transition)
}

.typography .link.focus-visible {
    outline: 0;
    color: var(--clr-secondary-400)
}


.hero {
    overflow: hidden;
    background-image: var(--clr-primary-600)
}



.hero__inner {
    padding-top: 9.5rem;
}

.hero__wrapper {
    align-items: center;
    gap: 3rem
}

.hero__image {
    position: relative;
    min-width: 21rem;
    min-height: 33rem
}

.hero__image-droid {
    position: absolute;
    left: 50%;
    top: 0;
    width: 21rem;
    height: 30rem;
    transform: translateX(-50%)
}

.hero__image-bottom {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40rem;
    height: 10rem;
    mix-blend-mode: exclusion;
    transform: translateX(-50%)
}

.hero__content {
    max-width: 66rem;
    gap: 5rem
}

.hero__content-text {
    gap: 3rem
}

.hero__title {
    position: relative;
    padding-right: 7rem
}

.hero__title::before {
    content: "";
    position: absolute;
    right: 0;
    top: -3.25rem;
    width: 6.5rem;
    height: 7rem;
    background-image: url(../img/hero/decor.svg);
    background-size: cover;
    background-repeat: no-repeat
}

.hero__description p {
    line-height: 133%;
    color: var(--clr-default-200)
}

.hero__button {
    min-height: 5.5rem;
    max-width: 24rem;
    gap: 1.2rem
}

.hero__button svg {
    width: 2.1rem;
    height: 1rem;
    fill: var(--clr-default-100)
}

.hero__slider {
    position: relative;
    min-width: 27rem;
    max-height: 60rem
}

.hero__slide {
    min-height: 14rem
}

.hero__slide-image {
    max-width: 13.5rem
}

.hero__slide--right .hero__slide-image {
    margin-left: auto
}

.whom {
    padding-top: 14rem
}

.whom__wrapper {
    gap: 4rem
}

.whom__title {
    color: var(--clr-default-800)
}

.whom__list {
    counter-reset: num;
    list-style-type: decimal-leading-zero;
    gap: 2.5rem
}

.whom__item {
    position: relative;
    overflow: hidden;
    border-radius: 2.5rem;
    box-shadow: var(--clr-shadow-100);
    padding: 3rem 3rem 3rem 25rem
}

.whom__item-text {
    margin-left: auto;
    max-width: 70rem
}

.whom__item-text p {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 133%;
    color: var(--clr-primary-500)
}

.whom__item::before {
    counter-increment: num;
    content: counter(num);
    position: absolute;
    left: 7rem;
    bottom: -8rem;
    font-weight: 800;
    font-size: 13rem;
    line-height: 150%;
    color: var(--clr-primary-700)
}

.whom__item:nth-child(-n+9):before {
    content: "0" counter(num)
}

.info {
    padding-top: 14rem
}

.info__wrapper {
    gap: 9rem
}

.info__image {
    max-width: 51rem
}

.info__content {
    max-width: 57rem;
    gap: 5rem
}

.info__text-wrapper {
    gap: 3rem
}

.info__title {
    color: var(--clr-primary-500)
}

.info__text p {
    font-weight: 500;
    line-height: 144%;
    color: var(--clr-default-300)
}

.info__button {
    min-height: 5.5rem;
    max-width: 19rem
}

.currency {
    padding-top: 10rem;
    padding-bottom: 14rem
}

.currency__wrapper {
    align-items: center;
    gap: 3rem
}

.currency__text {
    max-width: 67rem
}

.currency__text p {
    font-size: clamp(1.8rem, 1.5866666667rem + .6666666667vw, 2.4rem);
    line-height: 133%;
    color: var(--clr-default-300)
}

.currency__text p span {
    color: var(--clr-primary-500)
}

.currency__list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    max-width: 47rem;
    gap: 1.2rem
}

.currency__item {
    border-radius: 50%;
    width: 12.5rem;
    height: 12.5rem;
    box-shadow: var(--clr-shadow-200)
}

.currency__item span {
    display: block;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--clr-primary-400)
}

.currency__item--crypto {
    border-radius: 12.5rem;
    width: 19rem;
    background-image: var(--clr-primary-300)
}

.currency__item--crypto span {
    color: var(--clr-default-100)
}

.connection {
    position: relative;
    padding-top: 14rem;
    padding-bottom: 10rem;
    background-image: var(--clr-primary-600)
}

.connection::before {
    content: "";
    position: absolute;
    right: calc((100% - 117rem) / 2 - 5rem);
    bottom: 7rem;
    z-index: 1;
    width: .2rem;
    height: 16rem;
    background: linear-gradient(284.96deg, #5b86e5 21.08%, #034072 103.32%)
}

.connection__wrapper {
    align-items: center;
    justify-content: space-evenly;
    gap: 8rem
}

.connection__content {
    max-width: 54rem;
    gap: 2.5rem
}

.connection__title {
    font-weight: 700;
    font-size: clamp(2rem, .8622222222rem + 3.5555555556vw, 5.2rem);
    line-height: 119%;
    letter-spacing: -.009em
}

.connection__text p {
    font-size: clamp(1.6rem, 1.5288888889rem + .2222222222vw, 1.8rem);
    line-height: 160%
}

.connection__button {
    min-height: 5.5rem;
    max-width: 19rem
}

.connection__image {
    max-width: 35rem
}


@media (max-width: 62em) {




    .hero {
        padding-top: 15rem !important
    }

    .hero__wrapper {
        flex-direction: column
    }

    .hero__image {
        order: 2
    }

    .hero__content {
        order: 1;
        max-width: initial
    }

    .hero__slider {
        order: 3;
        margin-left: -1.5rem;
        max-width: calc(100% + 3rem)
    }

    .hero__slide-image {
        margin-right: auto;
        margin-left: auto
    }

    .whom {
        padding-top: 10rem
    }

    .whom__item-text p {
        font-size: 1.8rem
    }

    .whom__item::before {
        left: 4rem
    }

    .info {
        padding-top: 10rem
    }

    .info__wrapper {
        gap: 5rem
    }

    .info__content {
        max-width: 50rem
    }

    .currency {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .currency__wrapper {
        flex-direction: column
    }

    .currency__text {
        max-width: initial
    }

    .connection {
        padding-top: 10rem
    }

    .connection__wrapper {
        gap: 4rem
    }

    .connection__content {
        max-width: 45rem
    }
}

@media (max-width: 79.375em) {
    .container--lines::after, .container--lines::before {
        display: none
    }
}

@media (max-width: 73.75em) {
    .footer::before {
        display: none
    }

    .footer__wrapper {
        padding-top: 5rem;
        padding-bottom: 5rem;
        gap: 4rem
    }

    .footer__list {
        gap: 3rem 5rem
    }
}

@media (max-width: 68.75em) {
    .header__wrapper, .menu__list {
        gap: 1.5rem
    }

    .currency {
        padding-top: 8rem;
        padding-bottom: 10rem
    }
}

@media (max-width: 67.5em) {
    .hero {
        padding-top: 10rem
    }
}

@media (max-width: 47.9375em) {
    .footer__top {
        flex-direction: column;
        gap: 5rem
    }

    .hero__content-text {
        gap: 1.5rem
    }

    .hero__content {
        gap: 3rem
    }

    .whom {
        padding-top: 6rem
    }

    .whom__wrapper {
        gap: 2.5rem
    }

    .whom__list {
        gap: 2rem
    }

    .whom__item-text p {
        font-weight: 500
    }

    .whom__item-text {
        max-width: 50rem
    }

    .whom__item {
        padding-top: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 1.5rem
    }

    .info {
        padding-top: 6rem
    }

    .info__wrapper {
        flex-direction: column-reverse;
        gap: 3rem
    }

    .info__image {
        max-width: 35rem
    }

    .info__content {
        max-width: initial;
        gap: 3rem
    }

    .info__text-wrapper {
        gap: 1.5rem
    }

    .currency__list {
        max-width: 39rem
    }

    .currency__item {
        width: 10rem;
        height: 10rem
    }

    .currency__item--crypto {
        width: 16rem
    }

    .connection {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .connection__wrapper {
        flex-direction: column;
        gap: 2.5rem
    }

    .connection__content {
        max-width: initial
    }

    .connection__image {
        max-width: 25rem
    }
}

@media (max-width: 35.9375em) {
    .button {
        min-width: 100%
    }

    .menu {
        padding-left: 2rem
    }

    .header {
        min-height: 7rem
    }

    .header__button {
        display: none
    }

    .footer__top {
        gap: 3rem
    }

    .footer__list {
        grid-template-columns:1fr;
        gap: 2rem
    }

    .hero {
        padding-top: 12rem !important
    }

    .whom__item-text p {
        font-size: 1.6rem
    }

    .whom__item::before {
        left: 0;
        bottom: -4rem;
        font-size: 6rem
    }

    .whom__item {
        padding-left: 9rem
    }

    .currency {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .currency__list {
        max-width: 32rem
    }

    .currency__item span {
        font-size: 2rem
    }

    .currency__item {
        width: 7rem;
        height: 7rem
    }

    .currency__item--crypto {
        width: 13rem
    }

    .currency__item--crypto span {
        font-size: 1.8rem
    }
}

@media (max-width: 23.4375em) {
    .footer__policy {
        flex-direction: column;
        align-items: initial;
        gap: 1rem
    }
}

@media (hover) {
    .button--fill:hover {
        box-shadow: var(--clr-hover-100);
        transition: box-shadow var(--transition)
    }

    .typography .link:hover {
        color: var(--clr-secondary-400)
    }
}