.svg-colored-green {
    margin-right: 0px
}

.svg-colored-green {
    filter: brightness(0) saturate(100%);
}

ol li {
    padding-bottom: 0 !important;
}

.site-content,
body {
    --background: #F0EEE7;
}

.download_cooperate__mobilelabel {
    display: none !important;
}

/* TABSY */

.tabs-track {
    height: 56px !important
}

.tabs-scope .tab-link {
    height: 40px !important;
}

.tab-link.is-active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticky-tabs {
    position: sticky;
    top: 96px;
    z-index: 40;
    display: none;
    margin: 24px auto 16px;
    padding: 0 24px;
    max-width: 1200px;
}

@media (min-width: 769px) {
    .sticky-tabs {
        display: flex;
        justify-content: center;
        margin-bottom: 0 !important;
    }
}

.tabs-track {
    list-style: none;
    margin: 0;
    padding: 8px;
    display: inline-flex;
    gap: 16px;
    align-items: center;
    border-radius: 64px;
    background: #fff;
}

.tabs-track>li {
    margin: 0;
    padding: 0;
}

.tabs-scope .tab-link {
    border: 0;
    background: transparent;
    color: #888;
    border-radius: 64px;
    cursor: pointer;
    text-decoration: unset;
    color: #000;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding: 8px 12px;
    transition: background .2s ease, color .2s ease, padding .15s ease, transform .15s ease;
    text-transform: none !important;
}

.tab-link:hover {
    transform: translateY(-1px);
}

.tab-link.is-active {
    background: #22E243;
    color: #000;
    padding: 16px 24px;
}


.anchor-section {
    min-height: 1080px
}

@media (min-width:768px) {

    .anchor-section {
        /* min-height: 100vh; */
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0b0b0b;
        text-align: center;
    }

}

.s5 {
    background: #FFFBEA;
}

.s6 {
    background: #F4FFFB;
}

.s7 {
    background: #FDF2FF;
}

.how-it-works {
    background: linear-gradient(180deg, #FFF 88.07%, #F0EEE7 100%);
}


@media (max-width: 800px) {
    .spacer-replacement {
        height: 0px;
    }

    .sticky-tabs {
        margin-top: 64px !important;
        margin-bottom: 0 !important
    }

    .breadcrumbs_wrap {
        margin-top: 24px !important;
        margin-bottom: 60px !important;
    }

    .clp_split-stores {
        display: none;
    }

    .clp_split--align-left .clp_split-content {
        display: flex;
    }

    .clp_split-media {
        order: 1;
    }

    .clp_split-media {
        order: 0;
    }

    .hero .clp_split-media {
        order: 3 !important;
    }

    .hero .clp_split-intro {
        color: var(--Shades-Dark-Side-Soft-Grey, #888);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga'off, 'clig'off;

        /* Desktop/Labels/Medium Upercase */
        font-family: Nunito;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
        /* 150% */
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .hero .clp_split-title {
        color: var(--Shades-Dark-Side-Rich-Black, #000);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga'off, 'clig'off;

        /* Mobile/Headline/H1 Bold */
        font-family: Nunito;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        /* 125% */
        margin-bottom: 24px;
    }

    .hero .clp_split-small {
        color: var(--Shades-Dark-Side-Antracite, #222);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga'off, 'clig'off;

        /* Mobile/Headline/H4 Medium */
        font-family: Nunito;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /* 140% */
        margin-bottom: 24px;
    }

    .hero .clp_btn--accent {
        height: 48px;
        color: var(--Shades-Dark-Side-Rich-Black, #000);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga'off, 'clig'off;

        /* Desktop/Links/Link2 Button */
        font-family: Nunito;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 18px;
        /* 128.571% */
        letter-spacing: 0.07px;
    }

    .hero .clp_split-cta {
        margin-bottom: 32px;
    }

    .hero .clp_split-media img {
        left: -45px;
        position: relative;
        width: calc(100% + 90px);
    }

    .hero .clp_section {
        margin-bottom: 64px;
    }

    .m-under-img {
        width: 243px;
    }

    .text_media_bullets {
        padding-top: 0 !important;
        padding-bottom: 48px !important;
    }

    .tmb__li-text {
        color: var(--Shades-Dark-Side-Rich-Black, #000) !important;
        font-family: Nunito;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: 140% !important;
    }

    .sticky-tabs {
        display: flex !important;
    }

    .zen-after {
        margin-bottom: 0 !important;
    }

    .tabs-track {
        overflow: auto;
    }

    .tabs-track li {
        flex: 0 0 auto;
        /* AUTOszerokość – nie rozciągaj, nie ściskaj */
    }

    .display-mobile-only {
        display: block;
    }

    .debit-section:after {
        top: 16% !important;
    }

    .debit-image img {
        margin-bottom: 0 !important;
    }

    .debit-content {
        gap: 64px !important;
    }

    .debit-btn {
        height: 48px;
        font-family: Nunito;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 800;
        line-height: 18px;
        letter-spacing: 0.07px;
    }

    .debit-section {
        margin-bottom: 48px !important;
    }

    .zenpro__title {
        padding-top: 0 !important;
    }

    .zenpro__text {
        margin-bottom: 48px !important;
    }

    .zenpro {
        padding-bottom: 128px !important;
    }

    .clp_section {
        margin-top: 0 !important;
    }

    .dc-compare {
        margin-top: 60px !important;
        padding-top: 0 !important;
    }

    .m-label {
        height: 43px;
    }

    .m-col p {
        width: 144px;
    }

    .dc-btn {
        height: 64px;
    }

    .zen-step__badge {
        margin-bottom: 0 !important;
    }

    .why {
        background: #F0EEE7;
        padding: 48px 16px;
        text-align: center;
    }

    .why-header {
        width: 304px;
        color: var(--Shades-Dark-Side-Rich-Black, #000);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga'off, 'clig'off;

        /* Mobile/Headline/H2 Bold */
        font-family: Nunito;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        /* 142.857% */
    }

    @media (min-width:768px) {
        .why-header {
            font-size: 40px;
        }
    }

    .why-description {
        margin-top: 32px;
        max-width: 560px;
        width: 304px;
        color: var(--Shades-Dark-Side-Antracite, #222);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga'off, 'clig'off;

        /* Mobile/Paragraph/Body1 Medium */
        font-family: Nunito;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        /* 150% */
        padding-bottom: 112px !important;
        margin-bottom: 0 !important;
    }

    .why-media {
        margin: 28px auto 0;
        max-width: 560px;
        position: absolute;
        bottom: 0;
    }

    .why-img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 16px;
        box-shadow: 0 31px 23.2px -25px #CBC7B8;
    }

    .why-section {
        padding: 0 45px;
        position: relative;
    }

    .anchor-section .clp_split-title {
        font-size: 24px !important
    }

    .badges_desktop {
        display: none;
    }

    .badges_mobile {
        display: flex;
        justify-content: center;
    }

    .anchor-section .clp_split-small {
        color: var(--Shades-Dark-Side-Antracite, #222);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga'off, 'clig'off;

        /* Mobile/Paragraph/Body1 Medium */
        font-family: Nunito;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 500 !important;
        line-height: 24px !important;
        /* 150% */
        margin-bottom: 32px !important;
    }

    .anchor-section .clp_section {
        margin-bottom: 40px !important;
    }

    #sec-ranking {
        padding-bottom: 64px !important;
    }

    #sec-dlaczego .clp_split-content {
        position: relative;
        top: -15px;
    }

    .dc-compare {
        padding-bottom: 0 !important;
    }

    .mobile-end {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .rank-name {
        margin-top: 0 !important
    }

    .rank-logo img {
        height: auto !important;
    }

    .rank-cols,
    .rank-left {
        gap: unset !important;
    }

    .rank-left {
        flex-wrap: wrap;
    }


    .zen-cards__head h2 {
        margin-top: 48px !important;
    }

    .anchor-section .clp_btn,
    .clp_btn_outline,
    .anchor-section .clp_btn--accent {
        height: 48px;
        text-align: center;
        font-family: Nunito;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 800 !important;
        line-height: 18px !important;
        /* 128.571% */
        letter-spacing: 0.07px !important;
    }

    .zen-how-to__btn {
        margin-top: 24px !important;
        width: 229px !important;
        margin-bottom: 32px !important;
        margin-left: auto;
        margin-right: auto;
        /* display:flex !important */
    }
}

.zen-step__overlay {
    width: 164px !important;
    margin: auto;
}

.badges_desktop {
    display: none;
}

@media (min-width: 430px) and (max-width: 800px) {
    .why-header {
        margin: auto;
    }

    .why-description {
        margin: auto;
        margin-top: 32px;
    }

    .why-media {
        left: 20%;
    }

    .clp_split-title {
        width: 304px !important;
        margin: auto;
    }

}


@media (min-width: 420px) and (max-width: 800px) {
    .clp_split-inner {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 24px;
    }

    .clp_split-small {
        width: 310px;
    }

    .clp_split-title {
        font-size: 32px !important;
        line-height: 40px !important;
    }


    .tmb__li {
        align-items: center !important;
        gap: 8px !important;
    }

    .clp_split-content {
        align-items: center !important;
        text-align: center !important;
        justify-content: center !important;
    }
}


@media (min-width: 1024px) and (max-width: 1024px) {
    .tmb__li {
        width: 30% !important;
    }
}

@media (min-width:800px) {
    .hero .clp_section {
        margin-bottom: 90px !important
    }

    .rank-head,
    #sec-rodzaje .zen-cards__head {
        max-width: 864px;
        margin-left: auto;
        margin-right: auto;
    }

    .spacer-replacement {
        height: 184px;
    }
}

@media (min-width:800px) and (max-width:1099px) {
    .tmb__list {
        justify-content: space-between !important;
        gap: 32px !important;
        padding: 0 60px !important;
    }
}

@media (min-width:1100px) {
    .clp_section {
        max-width: 1314px !important;
    }

    #sec-rodzaje .zen-cards__head p {
        max-width: 864px;
        margin-left: auto;
        margin-right: auto;
    }

    .how-it-works {
        background: linear-gradient(180deg, #FFF 0%, #F0EEE7 100%);
    }

    .tabs-scope .clp_section-container {
        max-width: 1314px !important;
    }

    .debit-section {
        padding-bottom: 192px !important;
        margin-bottom: 0 !important;
    }

    .debit-section:after {
        margin-top: 45px !important
    }

    .clp_split-title {
        color: var(--Shades-Dark-Side-Rich-Black, #000);
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga'off, 'clig'off;

        /* Desktop/Headline/H3 Bold */
        font-family: Nunito;
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 48px !important;
        /* 150% */
    }

    .hero .clp_split-title {
        font-size: 56px !important;
        line-height: 72px !important;
    }

    .clp_split-small {
        color: var(--Shades-Dark-Side-Rich-Black, #000);
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga'off, 'clig'off;

        /* Desktop/Paragraph/Body1 Medium */
        font-family: Nunito;
        font-size: 18px !important;
        font-style: normal;
        font-weight: 500 !important;
        line-height: 24px !important;
        /* 133.333% */
        width: 448px !important;
        margin-bottom: 48px !important;
    }


    .hero .clp_split-small {
        color: var(--Shades-Dark-Side-Rich-Black, #000);
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga'off, 'clig'off;

        /* Desktop/Headline/H4 Medium */
        font-family: Nunito;
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500 !important;
        line-height: 32px !important;
        /* 133.333% */
        width: 528px !important;
        max-width: 528px !important
    }

    /* .clp_section-container{
        max-width:1314px !important;
    } */


    .badges_mobile {
        display: none;
    }

    .text_media_bullets {
        padding-bottom: 119px;
    }

    .display-mobile-only {
        display: none;
    }

    .tmb__li {
        width: 341px;
    }

    .text_media_bullets {
        max-width: 1080px !important;
        margin: 0 auto;
    }

    .clp_section-container {
        max-width: 1314px !important;
    }

    .clp_split-stores {
        .download {
            gap: 24px !important;
        }
    }

    .hero .clp_split-intro {
        color: var(--Shades-Dark-Side-Soft-Grey, #888);
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga'off, 'clig'off;

        /* Desktop/Labels/Medium Upercase */
        font-family: Nunito;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
        /* 150% */
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .hero .clp_split-content,
    .clp_split-content {
        max-width: 528px;
    }

    .zenpro {
        padding-top: 164px !important;
    }

    #sec-dlaczego .clp_section {
        margin-top: 128px !important;
        margin-bottom: 0 !important;
    }

    .hero .clp_btn--accent {
        height: 64px;
        display: flex;
        padding: 24px 32px;
        justify-content: center;
        align-items: center;
        color: var(--Shades-Dark-Side-Rich-Black, #000);
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga'off, 'clig'off;

        /* Desktop/Links/Link1 Button */
        font-family: Nunito;
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
        /* 150% */
    }

    .hero .clp_section {
        margin-bottom: 90px;
    }

    .hero .clp_split-media img {
        width: 639px;
    }

    .hero .clp_split-cta {
        margin-bottom: 64px;
    }

    .tmb__list {
        gap: 0 !important;
    }

    .hero .clp_split-inner {
        gap: 32px !important;
    }

    .clp_split-inner {
        gap: 0 !important
    }

    .flipcard__face {
        padding: 32px !important;
    }

    .flipcard {
        max-width: 302px !important;
        min-width: 302px !important;
    }

    .zenpro__slider {
        padding-left: 64px !important;
    }

    .debit-section .container {
        padding-top: 148px !important;
    }

    #sec-definicja {
        min-height: unset !important;
    }
}

@media (min-width:1200px) {
    #connect-with-phone .clp_section-container {
        position: relative !important;
        padding-left: 112px !important;
        padding-right: 134px !important
    }

    #connect-with-phone .clp_split-content {
        width: 448px;
        max-width: 448px;
    }

    .hero .clp_section {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #zen-card-section .clp_section-container {
        padding-left: 112px !important;
        padding-right: 70px !important;
    }

    #map-section .clp_section-container {
        padding-right: 0 !important;
        padding-left: 38px !important;
    }

    #map-section .clp_split-title {
        width: 448px !important;
    }

    #private-security-feature .clp-section-container {
        padding-left: 112px !important;
        padding-right: 0px !important;
    }

    #cashback-feature .clp_section-container {
        padding-left: 112px !important;
        padding-right: 94px !important
    }

    #multi-currency-feature .clp_section-container {
        padding-left: 85px !important;
        padding-right: 0px !important
    }

    #multi-currency-feature .clp_split-small {
        max-width: 448px !important;
        min-width: 448px !important
    }

    .hero .clp_section-container {
        max-width: 1080px !important;
        margin-top: 53px;
        padding-left: 112px !important;
    }
}

.download-cta-spiral {
    display: none !important;
}

@media (min-width:800px) and (max-width:1023px) {
    .tmb__list {
        display: flex;
        flex-direction: column;
        gap: 32px !important;
        margin-top: 0;
        max-width: 304px !important;
        margin: 0 auto;
    }

    .badges_mobile {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:800px) {
    .tabs-track {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .sticky-tabs {
        padding-right: 0 !important;
    }
}

@media (max-width:1023px) {
    .tmb__li {
        width: 100% !important;
    }
}

@media (min-width:1024px) {
    .badges_mobile {
        display: none;
    }

    .crypto-lp-landing {
        padding-top: 1px;
    }

    .breadcrumbs_wrap {
        margin-top: 34px !important;
    }

    .zen-breadcrumbs {
        padding-left: 56px;
    }
}

@media (min-width:1228px) {
    .zenpro__inner {
        padding-left: 303px !important;
    }

    .zen-how-to__btn {
        width: auto !important;
    }

    .zenpro__copy {
        & .pagination_wrap {
            .swiper-pagination {
                width: auto !important;
                height: 40px !important;
            }
        }
    }

    .clp_section-container .clp_split-media-hide-mobile img {
        width: unset !important;
    }

    #zen-howto-transfer {
        padding-top: 0 !important
    }

    #sec-jak {
        min-height: unset !important;
        margin-top: 56px !important
    }

    .zen-howto__title {
        font-size: 32px !important;
        line-height: 48px !important;
    }

    .download-cta-section {
        position: relative;
    }

    .download-cta-section .download-cta-spiral {
        position: absolute;
        top: -100%;
        display: block !important;
    }

    .zen-step__badge {
        margin-bottom: 0 !important
    }

}


.zenpro-swiper {
    overflow: visible !important;
    padding: 16px 8px;
}

.zenpro-swiper .swiper-wrapper {
    overflow: visible !important;
}

.clp_btn_outline {
    display: flex;
    max-width: 256px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 64px;
    border: 1.5px solid var(--Shades-Dark-Side-Rich-Black, #000);
    color: var(--Shades-Dark-Side-Rich-Black, #000);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga'off, 'clig'off;


    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    height: 48px;
    letter-spacing: 0.07px;
}

.clp_btn_outline:hover {
    background: #000;
    color: #fff;
    transition: all 0.4s ease;
}



.debit-btn,
.clp_btn_outline,

.clp_btn,
.dc-btn,
.zen-btn {
    border: 2px solid black;
    cursor: pointer;
}

.clp_btn--accent,
.dc-btn,
.zen-btn,
.zen-how-to__btn {
    border: 2px solid #22E243 !important;
    cursor: pointer;
}

.debit-btn,
.clp_btn_outline,
.clp_btn--accent,
.clp_btn,
.dc-btn,
.zen-btn,
.zen-how-to__btn {
    &:hover {
        transition: all .3s ease-in-out;
        border: 2px solid #000 !important;
        background: #f7f7f7 !important;
        color: #222;
        text-align: center;
        font-family: Nunito;
        box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .15);
        background-image: url(https://www.zen.com/wp-content/themes/zen/images/deals-landing/patern.webp) !important;
        background-position: center !important;
        background-size: cover !important;
        background-color: white !important;
    }
}


@media(min-width:1100px) and (max-width:1910px) {
    .page-template-debit-card-multicurrency {
        .site-content {
            zoom: 0.7;

            .site-main {
                zoom: 1 !important;
            }
        }
    }

}

.page-template-debit-card-multicurrency {
    #navbar-new__bot-mobile {
        display: none;
    }

    .sticky-tabs {
        top: 10px !important
    }


    .breadcrumbs_wrap {
        zoom: 1 !important;
    }

    .clp_btn_outline {
        max-width: max-content !important;
    }


}

@media(max-width:768px) {
    .page-template-debit-card-multicurrency .site-content {
        margin-top: 80px !important
    }
}

.debit-text span {
    display: block;
    padding-top: 5px;
}

@media (min-width:768px) {
    .page-template-debit-card-multicurrency {
        .crypto_hero {
            margin-top: 50px !important
        }

        .site-content {
            margin-top: 180px !important
        }
    }

}