.home-banner .banner {}

.home-banner .banner__bg img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.home-banner .banner__title {
    font-size: 6rem;
    line-height: 1;
}
.home-banner .banner__text {
    top: 35rem;
}

@media screen and (max-width: 960px) {
    .home-banner .banner__text {
        top: 0;
    }
    .home-banner .banner__subtitle {
        font-size: 2rem;
    }
    .home-banner br {
        display: block;
    }
    .home-banner .banner__bg img {
        object-position: center;
    }
}

.bitcoin-payments .banner__title,
.crypto-payments .banner__title ,
.payment-gateway .banner__title {
    margin-left: 0;
}


@media screen and (max-width: 450px) {
    .bitcoin-payments .banner__text,
    .payment-gateway .banner__text {
        padding-top: 8rem;
    }
}

.products-slider {
    padding-top: 17rem;
    padding-bottom: 1rem;
    overflow-x: hidden;
}

@media screen and (max-width: 960px) {
    .products-slider {
        padding-top: 3rem;
        padding-bottom: 2rem;
        overflow-x: unset;
    }
}

.slider {
    height: 100%;
    display: flex;
    align-items: center;
}
.slider__body {
    width: 100%;
    min-height: 50rem;
    position: relative;
    box-sizing: border-box;
}
.slider__item {
    width: var(--row-width);
    min-height: inherit;

    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

    display: flex;
    align-items: stretch;
    margin: 0 var(--row-margin);

    opacity: 0;
}
.slider__item.active {
    position: relative;
    opacity: 1;
    z-index: 1;
}
.slider__item-left, .slider__item-right {
    width: 50%;
    display: block;
    padding: 0 var(--col-padding);
    box-sizing: border-box;
}

.slider__nav {
    width: calc(50% - var(--col-padding));

    position: absolute;
    bottom: 5.6rem;
    left: 0;

    display: flex;
    align-items: center;
    z-index: 1;
}

.slider__nav-pause, .slider__nav-play, .slider__nav-prev, .slider__nav-next {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--tr-quick);
    border-radius: .6rem;
}

.slider__nav-pause:hover, .slider__nav-play:hover, .slider__nav-prev:hover, .slider__nav-next:hover {
    background: var(--btn-fill-grey);
}

.slider__nav-pause, .slider__nav-play {
    margin-left: -1.1rem;
    margin-right: 2rem;
}

.slider__nav-pause.hidden, .slider__nav-play.hidden {
    display: none;
}

.slider__nav-items {
    flex: 1;

    display: flex;
    align-items: center;
}

.slider__nav-items .slider-nav-item {
    margin: 0 .25rem;
}

.slider__nav-prev {
    margin-left: 2rem;
}

.slider-nav-item {
    width: 100%;
    height: .3rem;
    position: relative;
    background: var(--clr-grey);
    overflow: hidden;
    border-radius: .3rem;
}

.slider-nav-item__fill {
    width: calc(100% + 5px);
    height: inherit;

    position: absolute;
    top: 0;
    left: 0;

    background: var(--clr-black);
    transform: translateX(-101%);

    transition-timing-function: linear;
}

.slider-nav-item__fill.filling, .slider-nav-item__fill.filled {
    transform: translateX(0);
}

.slider-nav-item__fill.filling {
    transition-duration: var(--tr);
}

.slider-nav-item__fill.filled {
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.slider .slider-nav-item {
    height: .6rem;
    border-radius: 0;
}

.fade-in {
    animation-name: fade-in;
    animation-duration: var(--tr);
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.fade-out {
    animation-name: fade-out;
    animation-duration: var(--tr);
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 1440px) {
    .slider__item {
        --row-margin: 0;
        --col-padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .slider br {
        display: none;
    }
    .slider__item-left {
        width: calc(100% - 58rem);
    }
}

@media screen and (max-width: 960px) {
    .slider {
        width: 100%;
    }
    .slider__body {
        width: 100%;
        height: 100%;
        padding-top: 4.2rem;
        padding-bottom: 0;
    }
    .slider__item {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: center;
    }

    .slider__nav-items {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .slider__item-left,
    .slider__item-right {
        width: 100%;
    }

    .slider__nav {
        width: 100%;
        height: calc(100% - 17rem);
        top: 0;
        bottom: unset;
    }
    .slider__nav-pause, .slider__nav-play {
        display: none;
    }

    .slider__nav-prev, .slider__nav-next {
        position: absolute;
        top: 50%;

        z-index: 100;
        margin: 0;
    }

    .slider__nav-prev {
        left: 0;
    }
    .slider__nav-next {
        right: 0;
    }

    .slider .img-container {
        max-width: 64.5rem;
        width: 100%;
        margin: 0 auto;
    }
}

.product-slide {}
.product-slide__content {
    height: 41.3rem;

    display: flex;
    flex-direction: column;
    padding-bottom: 8.3rem;
    box-sizing: border-box;
}
.product-slide__title {
    margin-top: 0;
}
.product-slide__subtitle {
    margin-top: 4.7rem;
}
.product-slide__text {
    margin-top: .9rem;
    margin-bottom: 2rem;
}
.product-slide .read-more {
    display: block;
    margin-top: auto;
}
.product-slide__img {
    width: 64.5rem;
    height: 52.7rem;
    display: block;
}
.product-slide__img img {
    width: inherit;
}

.product-slide--on-ramp .product-slide__img {
    margin-top: -4.3rem;
}
.product-slide--off-ramp .product-slide__img {
    margin-top: -5.6rem;
    margin-left: -1.8rem;
}
.product-slide--terminal .product-slide__img {
    margin-top: -5.5rem;
    margin-left: 5rem;
}
.product-slide--widget .product-slide__img {
    margin-top: -5.6rem;
    margin-left: 3rem;
}
.product-slide--posapp .product-slide__img {
    margin-top: -5.6rem;
    margin-left: 3rem;
}

@media screen and (max-width: 1440px) {
    .product-slide--on-ramp .product-slide__img,
    .product-slide--off-ramp .product-slide__img,
    .product-slide--terminal .product-slide__img,
    .product-slide--widget .product-slide__img,
    .product-slide--posapp .product-slide__img {
        margin-left: 0;
    }
}

@media screen and (max-width: 960px) {
    .product-slide__content {
        height: auto;
        padding-bottom: 0;
    }
    .product-slide__title {
        margin-top: 0;
    }
    .product-slide__subtitle {
        margin-top: 0;
    }
    .product-slide__text {
        min-height: 4rem;
        margin-top: 1.6rem;
        margin-bottom: 4rem;
    }
    .read-more {
        margin-left: auto;
        margin-right: auto;
    }
    .product-slide--on-ramp .product-slide__img,
    .product-slide--off-ramp .product-slide__img,
    .product-slide--terminal .product-slide__img,
    .product-slide--widget .product-slide__img,
    .product-slide--posapp .product-slide__img {
        margin: 0 auto;
    }
    .product-slide__img {
        max-width: 100%;
        height: unset;
    }
    .product-slide__img img {
        max-width: inherit;
    }
}

@media screen and (max-width: 450px) {
    .product-slide__img {
        max-width: unset;
        width: 100%;
        height: 26rem;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }
    .product-slide__img img {
        max-width: unset;
        width: unset;
        height: 26rem;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .product-slide__text {
        min-height: 6rem;
    }
}

.home-card--row {
    flex-direction: row;
    justify-content: flex-start;
}

.home-video {
    /*height: 66rem;*/
    padding: 13.4rem 0 0;
}
.home-video__title{}
.home-video__text{
    margin-top: .6rem;
}
.home-video__player {
    width: 100%;
    /*height: 66rem;*/

    margin-top: 5.2rem;

    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media screen and (max-width: 960px) {
    .home-video {
        height: auto;
        padding: 5rem 0 0;
    }
}

.home-tech {
    height: 65.6rem;
    padding-top: 3.4rem;
}
.home-tech .container {
    height: 100%;
    position: relative;
}
.home-tech .container-content {
    position: relative;
    z-index: 1;
}
.home-tech__bg {
    min-height: inherit;
    width: calc(100% - 8rem);
    height: 100%;

    position: absolute;
    top: 0;
    left: 4rem;
}
.home-tech__bg--desk {
    display: block;
}
.home-tech__bg--mob {
    display: none;
}
.home-tech__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-tech__content {
    width: 100%;
}
.home-tech__title {
    padding-top: 11rem;
}
.home-tech__text {
    max-width: 50rem;
    margin-top: 5rem;
}
.home-tech__btn {
    margin-top: 13.6rem;
}

@media screen and (max-width: 1200px) {
    .home-tech__text br {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .home-tech__bg {
        width: calc(100% - 6rem);
        left: 3rem;
    }
    .home-tech__bg--desk {
        display: none;
    }
    .home-tech__bg--mob {
        display: block;
    }
    .home-tech__content {
        height: 100%;

        display: flex;
        flex-direction: column;

        padding: 1.6rem 0 3rem;
        box-sizing: border-box;
    }
    .home-tech__title {
        padding-top: 0;
    }
    .home-tech__text {
        max-width: unset;
        margin-top: 2.5rem;
    }
    .home-tech__btn {
        margin: auto auto 0;
        /*margin: 13.3rem auto 0;*/
    }
}
@media screen and (max-width: 450px) {
    .home-tech__bg {
        width: calc(100% - 3rem);
        left: 1.5rem;
    }
}

.home-trusted {
    padding-top: 10.3rem;
}
.home-trusted__container-row {
    --row-margin: -4rem;
    --col-padding: 4rem;
}
.home-trusted__content {
    margin-left: -2rem;
}
.home-trusted__title {
    margin-top: 11.9rem;
    line-height: 4.5rem;
}
.home-trusted__text {
    margin-top: 2rem;
}
.home-trusted__brands {
    margin-top: 7.2rem;
}
.home-trusted__brands > .row {
    --row-margin: -.5rem;
    --col-padding: .5rem;
}
.home-trusted__brand {
    width: 100%;
    height: 9rem;
    margin-left: -0.7rem;
}

.home-trusted__brand picture {
    max-width: 95%;
}
.home-trusted__brand img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 960px) {
    .home-trusted {
        padding-top: 2rem;
    }
    .home-trusted__container-row {
        --row-margin: -3rem;
        --col-padding: 3rem;

        padding-top: 6rem;
    }
    .home-trusted__content,
    .home-trusted__brand {
        margin-left: 0;
    }
    .home-trusted__title {
        margin: 0 auto 2.9rem;
    }
    .home-trusted__subtitle {
        margin-bottom: 6rem;
    }
    .home-trusted__brands {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 960px) {
    .home-trusted__container-row {
        --row-margin: -1.5rem;
        --col-padding: 1.5rem;
    }
}

.ig-slider {
    width: 100%;
    height: 60rem;
    overflow: hidden;
    position: relative;
}
.ig-slider__title {
    height: 1.9rem;
    text-align: center;
    margin-bottom: 1.2rem;
    font-size: var(--fz-text);
}
.ig-slider__prev-group, .ig-slider__next-group {
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;

    cursor: pointer;
}
.ig-slider__prev-group {
    left: 0;
}
.ig-slider__next-group {
    right: 0;
}
.ig-slider__scroll {
    width: var(--width);
    height: 57rem;

    display: flex;
    align-items: center;

    transform: translateX(var(--translateX));
    transition: var(--transition);
}
.ig-slider__group {
    width: 32rem;
    height: 57rem;

    position: relative;

    margin: 0 .75rem;

    background: var(--clr-white);
    border-radius: 1rem;
    overflow: hidden;
    transform: scale(0.93);
    opacity: 50%;
    transition: var(--transition);
}

.ig-slider__group:before,
.ig-slider__group:after {
    content: '';

    width: 100%;
    height: 8.3rem;

    position: absolute;

    left: 0;
    z-index: 5;
}

.ig-slider__group:before {
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.ig-slider__group:after {
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.ig-slider__group.active {
    transform: scale(1);
    opacity: 1;
}

.ig-slider__group.active .ig-slider-nav {
    opacity: 1;
}

.ig-slider__group.active .ig-slider__group-cover {
    z-index: -1;
    opacity: 0;
}

.ig-slider__group-item {
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    opacity: 0;
    z-index: 0;
}

.ig-slider__group-item.active {
    opacity: 1;
    z-index: 1;
}

.ig-slider__group-item video {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.ig-slider__group-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: 10;
    opacity: 1;
    transition: var(--transition);
}

.ig-slider-nav {
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 2rem 2.5rem;
    box-sizing: border-box;
    opacity: 0;
}
.ig-slider-nav__bars {
    display: flex;
}
.ig-slider-nav__title {
    margin-top: 1.3rem;
    font-size: 1.4rem;
    color: var(--clr-white);
}

.ig-slider-nav__bars .slider-nav-item {
    margin: 0 .1rem;
    background: #ffffff30;
}
.ig-slider-nav__bars .slider-nav-item__fill {
    width: 100%;
    background: var(--clr-white);
}
.ig-slider-nav__ig-logo {
    width: fit-content;
    display: block;
}
.ig-slider__slides-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.ig-slider__slides-dot {
    width: .6rem;
    height: .6rem;
    margin: 0 .2rem;
    background: var(--clr-white);
    border-radius: 50%;
    opacity: .65;
}
.ig-slider__slides-dot.active {
    opacity: 1;
}

@media screen and (max-width: 450px) {
    .ig-slider__prev-group, .ig-slider__next-group {
        display: none;
    }

    .ig-slider__group {
        margin: 0 .5rem;
        transform: scale(0.98);
    }
}

.home-partners {
    padding-top: 14.3rem;
    padding-bottom: 22rem;
}
.home-partners .container-content {
    height: auto;
}
.home-partners__title {
    max-width: 115rem;
    width: 100%;

    margin: 0 auto;
}
.home-partners__subtitle {
    margin-top: 2.2rem;
}
.home-partners__cards {
    height: 9rem;
    margin-top: 9.1rem;
}
.home-partners__card {
    width: 20.9rem;
    height: 9rem;
    margin: 0 .45rem;
}
.home-partners__card picture {
    max-width: 95%;
}
.home-partners__card img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 960px) {
    .home-partners {
        padding: 8rem 0 16rem;
    }
}

.running-line {
    --animateFrom: -0.006540000000000001rem;
    --animateTo: -196.20000000000002rem;
    --anim-duration: 30s;

    width: 100%;
    height: inherit;
    position: relative;
    overflow: hidden;
}
.running-line:before,
.running-line:after {
    content: '';

    width: 20%;
    height: 100%;

    position: absolute;
    top: 0;
    z-index: 100;

    display: block;
    background: rgb(255,255,255);
}
.running-line:before {
    left: 0;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.running-line:after {
    right: 0;
    background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.running-line__scroll {
    position: absolute;
    top: 0;
    left: 0;

    display: flex;

    animation-name: runningLine;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: var(--anim-duration);
}

@keyframes runningLine {
    0%   {
        transform: translateX(var(--animateFrom))
    }
    100% {
        transform: translateX(var(--animateTo))
    }
}

