/*DIMA STYLE*/

#advertiser_page section#benefits,
#publisher_page section#benefits,
#retargeting_page section#benefits {
    margin-bottom: -65px;
    margin-top: 30px;
    padding-top: 120px;
    padding-bottom: 120px;
    background: linear-gradient(to bottom right, #0d3155, #022140)
}

#advertiser_page .b-custom,
#publisher_page .b-custom,
#retargeting_page .b-custom {
    padding: 10px 20px;
    text-align: center;
}

#advertiser_page div.card-body,
#publisher_page div.card-body,
#retargeting_page div.card-body {
    flex: 11 auto;
    padding: 0 1.25rem 1.25rem 1.25rem;
}

#advertiser_page section.content.multi-features .title,
#publisher_page section.content.multi-features .title,
#retargeting_page section.content.multi-features .title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

#advertiser_page section.content.multi-features .icon,
#publisher_page section.content.multi-features .icon,
#retargeting_page section.content.multi-features .icon {
    float: left;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 0;
}

#advertiser_page section.content.multi-features .description,
#publisher_page section.content.multi-features .description,
#retargeting_page section.content.multi-features .description {
    margin-top: 10px;
    color: #fff;
    opacity: 0.8;
}

#advertiser_page .card-body h2,
#publisher_page .card-body h2,
#retargeting_page .card-body h2 {
    font-size: 44px;
}

#advertiser_page .card.dark,
#publisher_page .card.dark,
#retargeting_page .card.dark {
    background: transparent;
}

#advertiser_page .card-body a,
#publisher_page .card-body a,
#retargeting_page .card-body a {
    left: 20px;
    bottom: 0;
}

.sticky-position {
    position: sticky;
    position: -webkit-sticky;
    top: 15px;
}

.card-partners-coinzilla .item .left-item {
    text-align: center;
}

.card-partners-coinzilla .item .left-item img {
    width: 70%;
    margin-bottom: 10px;
}

.card-partners-coinzilla .item .left-item span {
    display: block;
    text-transform: uppercase;
}

.card-partners-coinzilla .item .left-item a.mt-30 {
    display: block;
    margin-top: 30px;
}


.card-partners-coinzilla .item-to-scroll {
    padding-top: 0;
}

.card-partners-coinzilla .item .right-item div {
    margin-bottom: 10px;
}

.card.card-partners-coinzilla {
    box-shadow: none;
    background: transparent;
}

.card-partners-coinzilla .container-scroll .item {
    background: white;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
}

#marketplace_page a.b-custom.marketplace {
    background: transparent;
    border: 1px solid;
    font-size: 18px;
    font-family: 'Albert Sans', sans-serif;
    -webkit-font-smoothing: antialised;
    text-rendering: optimizeLegibility;
    transition: 0.6s;
    position: relative;
    overflow: hidden;
}

#marketplace_page .marketplace-carousel-init, .homepage-v2 .marketplace-carousel-init, #web3-advertising-page .marketplace-carousel-init {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

#marketplace_page .marketplace-carousel-init.slick-initialized, .homepage-v2 .marketplace-carousel-init.slick-initialized, #web3-advertising-page .marketplace-carousel-init.slick-initialized {
    visibility: visible;
    opacity: 1;
}

#marketplace_page .publishers-top-svg {
    height: 457px;
    position: absolute;
    bottom: -50px;
    right: 0;
}

#marketplace_page section.brands {
    margin: 50px 0;
}

#marketplace_page .marketplace-carousel, .homepage-v2 .marketplace-carousel, #web3-advertising-page .marketplace-carousel {
    text-align: center;
}

#marketplace_page .marketplace-carousel .item, .homepage-v2 .marketplace-carousel .item {
    background: #fff;
    border-radius: .5rem;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem;
    text-align: center;
    width: 100% !important;
    height: 120px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

#web3-advertising-page .marketplace-carousel .item {
    text-align: center;
    width: 100% !important;
    height: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

#marketplace_page .marketplace-carousel .item .top-visits, .homepage-v2 .marketplace-carousel .item .top-visits {
    position: absolute;
    background: #70beff;
    color: #fff;
    font-size: 12px;
    padding: 0 20px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 211px;
    top: -12px;
    z-index: 9 !important;
    border-radius: .5rem;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem;
    font-weight: 400;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    line-height: 2.1;
    box-shadow: 0 5px 10px 0 rgba(112, 190, 255, .25);
    -moz-box-shadow: 0 5px 10px 0 rgba(112, 190, 255, .25);
    -webkit-box-shadow: 0 5px 10px 0 rgba(112, 190, 255, .25);
    -o-box-shadow: 0 5px 10px 0 rgba(112, 190, 255, .25);
}

#marketplace_page .marketplace-carousel .item img, .homepage-v2 .marketplace-carousel .item img, #web3-advertising-page .marketplace-carousel .item img {
    display: inline-block;
    width: 65%;
    height: 100%;
}

#marketplace_page section.top-slider-spacing.top-slider-spacing {
    margin-bottom: 0;
}

#marketplace_page section.brands img, #marketplace_page section.multi-features img {
    width: 85%;
}

a.underlined:hover:after {
    width: 30%;
}

.list-privacy {
    list-style: initial;
    padding: 0 0 0 35px;
}


.team-v2 {
    margin-top: 25px;
}

.team-v2 img {
    display: block;
    border-radius: .5rem;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem;
    width: 100%;
}

.team-v2 strong {
    font-size: 18px;
}

.team-v2 .placeholder {
    font-size: 14px;
    font-weight: 500;
}

.team-v2 .font-size-small {
    font-size: 14px;
}

.no-padding {
    padding: 0;
}

article ol.list-privacy-ol {
    list-style: decimal;
    padding: 0 0 0 35px;
}

.btn.orange {
    background: #F08B3E;
    color: #fff !important;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    padding: 7px 40px;
}

.btn.orange:hover {
    background: #EF7D26;
}

@media only screen and (max-width: 1199px) {
    #advertiser_page section#benefits,
    #publisher_page section#benefits,
    #retargeting_page section#benefits {
        margin-bottom: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #advertiser_page div.card-body,
    #publisher_page div.card-body,
    #retargeting_page div.card-body {
        padding-left: 0;
    }

    #advertiser_page .card-body a,
    #publisher_page .card-body a,
    #retargeting_page .card-body a {
        left: 0;
    }
}

@media only screen and (min-width: 991px) {
    .legal-notice {
        width: 50%;
    }

    .legal-notice .information {
        padding-top: 0;
    }

    #navbarSupportedContent {
        padding-top: .275rem;
    }

    header nav.navbar {
        padding: 0;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    #advertiser_page .b-custom,
    #publisher_page .b-custom,
    #retargeting_page .b-custom {
        width: 98%;
    }

    #advertiser_page div.card-body,
    #publisher_page div.card-body,
    #retargeting_page div.card-body {
        left: 0;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    #advertiser_page a.b-custom,
    #publisher_page a.b-custom,
    #retargeting_page a.b-custom {
        width: 50%;
    }

    .card-partners-coinzilla .container-scroll .item {
        margin: 20px;
    }

    .team-designers img {
        width: 60%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #advertiser_page a.b-custom,
    #publisher_page a.b-custom,
    #retargeting_page a.b-custom {
        width: 100%;
        left: 0;
        margin: 0;
    }

    .team-designers > div {
        padding-left: 0;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    #advertiser_page .card-body h2,
    #publisher_page .card-body h2,
    #retargeting_page .card-body h2 {
        line-height: 58px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1150px) {
    #marketplace_page .publishers-top-svg {
        height: 375px;
    }

    .team-v2 .font-size-small {
        font-size: 13px;
    }
}


@media only screen and (max-width: 990px) {
    #marketplace_page .publishers-top-svg {
        display: none;
    }

    header nav.navbar a.nav-link.btn {
        margin: 9px 21px;
        width: auto;
    }

    .order-mb-1 {
        order: 1;
    }

    .order-mb-0 {
        order: 0;
    }

    #marketplace_page section.top-slider-spacing.top-slider-spacing {
        padding-bottom: 30px
    }

    #marketplace_page section.brands img, #marketplace_page section.multi-features img {
        margin-bottom: 50px;
    }

    #marketplace_page section div.text-xs-center {
        text-align: center;
    }

    .legal-notice .information {
        padding-top: 0;
    }

    .legal-notice > div > div div:last-child {
        text-align: center !important;
    }

    .left-item > div > div div:first-child {
        text-align: center;
    }

    header nav.navbar .navbar-right-coinzilla {
        position: relative;
        background-color: #022140;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .toggle-menu-mobile .navbar-right .nav-item {
        border-top: 1px solid #0e3257;
        border-bottom: none;
    }

    .contact-info-blocks > div:not(last-of-type) {
        margin-bottom: 0;
    }


    .team-v2 .font-size-small {
        font-size: 13px;
    }

    .advertisers-top-svg, .publishers-top-svg {
        justify-content: center;
        left: auto;
        right: auto;
    }
}

@media only screen and (max-width: 767px) {
    .side__menu-icon li a.active, .side__menu-icon li:hover {
        color: #536677;
    }

    .legal-notice > div > div div:last-child {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 575px) {
    #version-2 .slider-brands-to-bottom {
        height: 200px;
        max-height: 200px;
    }

    #version-2 .slider-brands-to-top {
        height: 200px;
        max-height: 200px;
    }

    #version-2 .container-slider-brands {
        min-height: 450px;
    }

}

/*
V2
*/

.homepage-v2 section.chart, section.display {
    padding-bottom: 70px;
}

.homepage-v2 section.chart .background {
    width: 786px;
    right: 0;
    bottom: 70px;
    left: auto;
}

.homepage-v2 .moon-img {
    max-width: 515px;
    width: 100%;
}

.homepage-v2 .action-formats {
    margin-top: 40px;
}

.homepage-v2 .chart .left-chart {
    z-index: 5;
}

.homepage-v2 .slider-all-brands {
    margin-top: 0;
}

.homepage-v2 .sliders .sliders-containers {
    padding-left: 63px;
}

.homepage-v2 .sliders .sliders-containers .item.dark {
    max-width: 300px;
}

.homepage-v2 .sliders .sliders-containers .row-publishers:nth-child(odd) {
    margin-left: -63px;
}

.homepage-v2 section.benefits {
    margin-top: 50px;
    margin-bottom: 70px;
}

.homepage-v2 section.benefits .benefits-item {
    margin-bottom: 20px;
}

.homepage-v2 section.benefits .benefits-item .title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
}

.homepage-v2 section.benefits .card-benefits {
    max-width: 370px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.homepage-v2 section.benefits .card-benefits .line-bellow {
    margin: 30px 0 !important;
}

.homepage-v2 section.benefits .card-benefits h2 {
    padding-bottom: 0;
    color: #FFFFFF;
}

.homepage-v2 section.benefits .card-benefits p {
    color: #FFFFFF;
}

.homepage-v2 section.benefits .row-benefits-items > div:last-child .benefits-item {
    margin-bottom: 0;
}

.homepage-v2 section.benefits .benefits-inner {
    padding: 70px 50px;
}

.homepage-v2 .card-benefits > .row {
    height: 100%;
}

.homepage-v2 .testimonials-inner {
    max-width: 644px;
    width: 100%;
    margin: 0 auto 28px auto;
    position: relative;
}

.homepage-v2 .testimonials-inner:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    content: "";
    width: calc(100% + 10px);
    height: 70%;
    border-radius: 10px;
}

.homepage-v2 .testimonials-slider {
    margin-bottom: 62px;
    position: relative;
}

.homepage-v2 .testimonials-slider .map {
    width: auto;
    height: 460px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.homepage-v2 .testimonials-inner-as-nav-for {
    max-width: 210px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.homepage-v2 .testimonials-inner-as-nav-for .slick-slide {
    margin: 0 5px !important;
}

.homepage-v2 .testimonials-inner-as-nav-for .next,
.homepage-v2 .testimonials-inner-as-nav-for .prev {
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 35px;
}

.homepage-v2 .testimonials-inner-as-nav-for .next {
    left: auto;
    right: -45px;
}

.homepage-v2 .testimonials-inner-as-nav-for .testimonials-slider-nav {
    overflow: hidden;
}

.homepage-v2 .testimonials-inner-as-nav-for .testimonials-slider-nav .avatar {
    width: 56px;
    height: 56px;
    padding: 2px;
    border: 2px solid #D8E7F3;
    border-radius: 50%;
    margin: 0 auto;
}

.homepage-v2 .testimonials-inner-as-nav-for .testimonials-slider-nav .slick-current .avatar {
    border-color: #E47826 !important;
}

.homepage-v2 .testimonials-inner-as-nav-for .testimonials-slider-nav .slick-slide > div {
    height: auto;
    line-height: 0;
}

@media only screen and (max-width: 768px) {
    margin-bottom: 117px;
}

.homepage-v2 .testimonials-slider .slick-slide > div {
    height: 100%;
}

.homepage-v2 .testimonials-slider .slick-list {
    margin: 0 -15px;
}

.homepage-v2 .testimonials-slider .slider-item {
    height: 100%;
    padding: 28px 20px;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.homepage-v2 .testimonials-slider .slider-item .box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.homepage-v2 .testimonials-slider .slider-item .box .avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #E47826;
    padding: 2px;
}

.homepage-v2 .testimonials-slider .slider-item .box .testimonials-author {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    color: #454D77;
    font-weight: 600;
}

.homepage-v2 .testimonials-slider .slider-item .box .testimonials-author span:last-child {
    font-weight: 400;
}

.homepage-v2 .testimonials-slider .slider-item .box__content p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #536677;
    margin: 0;
}

.homepage-v2 .testimonials-slider .slider-item .box__divider {
    margin-top: 28px;
    margin-bottom: 28px;
}

.homepage-v2 .testimonials-slider .slider-item .box__footer {
    margin-top: auto;
    align-content: center;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.homepage-v2 .testimonials-slider .slider-item .box__footer .logo {
    width: auto;
    height: 35px;
}

.homepage-v2 .testimonials-slider .slick-track {
    display: flex !important;
}

.homepage-v2 .testimonials-slider .slick-slide {
    height: inherit !important;
    margin: 0 15px;
    transform: scale(0.95);
}

.homepage-v2 .testimonials-slider .slick-center {
    transform: scale(1.0);
}

.homepage-v2 .testimonials-slider-inner .slick-list {
    margin: 0 -20px;
}

.homepage-v2 .testimonials-slider-inner .slick-slide > div {
    padding: 0 20px;
}

.homepage-v2 .slick-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.homepage-v2 .slick-dots li {
    position: relative;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.homepage-v2 .slick-dots li:last-child {
    padding-right: 0;
}

.homepage-v2 .slick-dots li:before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F08B3E;
}

.homepage-v2 .slick-dots li.slick-active {
    width: 32px;
}

.homepage-v2 .slick-dots li.slick-active:before {
    width: 25px;
}

.homepage-v2 .slick-dots li button {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .homepage-v2 section.chart .background {
        width: 650px;
    }

    .homepage-v2 .action-formats {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 990px) {
    .homepage-v2 section.benefits .card-benefits .line-bellow {
        margin: 20px 0 !important;
    }

    .homepage-v2 section.benefits .benefits-inner {
        padding: 0;
    }

    .homepage-v2 section.benefits .card-benefits {
        width: 100%;
        max-width: 100%;
    }

    .homepage-v2 .sliders .sliders-containers {
        padding-left: 15px;
    }

    .homepage-v2 .sliders .sliders-containers .row-publishers:nth-child(odd) {
        margin-left: -15px;
    }

    .homepage-v2 .sliders .sliders-containers .item.dark {
        max-width: 100%;
    }

    .homepage-v2 section.chart .background {
        max-width: 315px;
        width: 100%;
        bottom: 25px;
        right: 15px;
        position: absolute;
    }

    .homepage-v2 .action-formats {
        margin-top: 15px;
    }

    .homepage-v2 .card-benefits > .row {
        height: auto;
    }

    .homepage-v2 section.benefits .benefits-inner {
        padding: 30px 20px;
    }

    .homepage-v2 section.benefits .card-benefits h2 {
        line-height: 30px;
    }

    .homepage-v2 .testimonials-slider .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    .homepage-v2 .testimonials-slider-inner .slick-list {
        margin: 0;
    }

    .homepage-v2 .testimonials-slider-inner .slick-slide > div {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .homepage-v2 .get-to-know {
        margin-top: 10px;
    }

    .homepage-v2 .section-benefits-container {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .homepage-v2 .section-benefits-container {
        margin-bottom: 0;
    }

    .homepage-v2 section.benefits .text-publisher {
        margin: 10px 0 26px 0 !important;
    }

    .homepage-v2 section.benefits .benefits-inner {
        padding: 10px;
    }

    .homepage-v2 section.slider .card {
        padding-bottom: 334px;
    }

    .homepage-v2 section.chart .background {
        max-width: 315px;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
    }

    .homepage-v2 .action-formats {
        margin-bottom: 40px;
    }

    .homepage-v2 .display .background {
        max-width: 280px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
    }
}

.download-kit {
    margin-top: 15px;
}

@media only screen and (min-width: 990px) and (max-width: 992px) {
    .homepage-v2 section.chart .background-mobile {
        width: 350px;
    }
}

.info-message-wrapper {
    background-color: rgba(255, 161, 1, .12);
    border-radius: 0.375rem;
    box-sizing: border-box;
    color: #354052;
    gap: 0.75rem;
    line-height: 1.5rem;
    min-height: 3.375rem;
    padding: 0.75rem 0.75rem;
    margin-bottom: 20px;
}

.info-message-wrapper p {
    font-size: 15px;
    margin-top: 0;
}

.info-message-wrapper p:last-child {
    margin-bottom: 0;
}

.spacing-advertise {
    padding-top: 25px;
}

@media only screen and (min-width: 576px) {
    .spacing-advertise {
        padding-top: 30px;
    }

    #marketplace_page .marketplace-carousel .slick-slide {
        margin: 0 10px;

    }

}

@media only screen and (min-width: 991px) {
    .spacing-advertise {
        padding-top: 80px;
    }
}


.left-img-header {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 2;
}

.right-img-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: none;
}

@media only screen and (min-width: 1550px) {
    .right-img-header, .left-img-header {
        display: block;
    }
}

.how-we-improve {
    padding: 65px 0 20px 0;
    text-align: center;
}

.how-we-improve h2 {
    padding-bottom: 20px;
}


.how-we-improve .items {
    padding-top: 27px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: url(../images/elements/simple-lines.svg) no-repeat center top;
}


.how-we-improve .items .item-top, .how-we-improve .items .item-down {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}


.how-we-improve .items .item {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
}


.how-we-improve .items .item h3 {
    color: #454D77;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.how-we-improve .items .item .line-bellow {
    margin: 15px 0 20px 0;
}

.how-we-improve .items .item p {
    margin: 0;
    color: #454D77;

    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.brands-wrapper .spacing-advertise {
    padding: 0;
}

.brands-wrapper .spacing-advertise img {
    padding-top: 77px;
}

.brands-wrapper {
    background: linear-gradient(180deg, #0B2E50 0%, #062646 100%);
    border-radius: 20px;
    color: white;
    padding: 45px 10px;
    flex-direction: column;
    gap: 40px;
    display: flex;
}

.brands-wrapper h2, .brands-wrapper h3 {
    color: #ffffff;
    margin-bottom: 18px;
}

.brands-wrapper p {
    margin: 0 0 18px 0;
}

.brands-wrapper .spacing-advertise {
    display: flex;
    flex-direction: column;
}

.image-v3-mobile {
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.sliders {
    padding-bottom: 70px;
}

.sliders .bg__simple_lines_left {
    padding-top: 70px;
}


.sliders .img-slider {
    padding-top: 63px;
    padding-bottom: 77px;
}


.sliders .marketplace-carousel {
    overflow: hidden;
}

.sliders .marketplace-carousel .item {
    display: flex !important;
}

.sliders .marketplace-carousel .item img {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 0;
    height: auto;
    width: 65%;
}

.sliders .slick-slide {
    margin: 0 15px;
}

/* the parent */
.sliders .slick-list {
    margin: 0 -15px;
}


.faq .faq-items {
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.faq .faq-items:before {
    content: "";
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/elements/line.png") right top repeat;
}

.faq .faq-header {
    max-width: 689px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.faq .faq-items .faq-items-wrapper {
    max-width: 789px;
    padding: 0 10px 10px 10px;
    width: 100%;
    margin: 0 auto;
    background: #f8fcfe;
}

.faq .item .item-header {
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 28px;
    padding: 12px 22px;
    cursor: pointer;
}

.faq .item .item-header h3 {
    color: #454D77;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-transform: none;
}

.faq .item .item-header .icons {
    display: flex;
    width: 18px;
    height: 18px;
    position: relative;
}

.faq .item .item-header .icons .minus, .faq .item .item-header .icons .plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq .item .item-header .icons .plus {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all .2s ease-in-out;
}


.faq .item {
    padding-bottom: 20px;
    position: relative;
}

.faq .item .item-content {
    padding-top: 19px;
    flex-direction: column;
    display: flex;
    gap: 17px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    transition: opacity .2s ease-in-out;

}

.faq .item .item-content p {
    margin: 0;
    color: #454D77;
    font-weight: 400;
}

.faq .item.active .item-header .icons .plus {
    transform: translate(-50%, -50%) rotate(0deg);
    transition: all .2s ease-in-out;
}

.faq .item.active .item-content {
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: opacity .2s ease-in-out;
}

@media only screen and (min-width: 768px) {
    .sliders .content-bellow-line {
        max-width: 65%;
    }

    .brands-wrapper .spacing-advertise {
        flex-direction: row;
        gap: 25px;
        align-items: flex-start;
    }


    .how-we-improve .items .item h3 {
        max-width: 260px;
        margin: 0 auto;
        width: 100%;
    }

    .how-we-improve .items .item {
        width: calc(calc(100% - 20px) / 2);
    }

    .how-we-improve .items .item-top, .how-we-improve .items .item-down {
        max-width: 666px;
        width: 100%;
        flex-direction: row;
    }

    .how-we-improve .items .item-down {
        order: 0;
    }

    .how-we-improve .items .item-top {
        order: 1;
        margin-left: auto;
    }

    .how-we-improve .items {
        padding-bottom: 55px;
    }

    .how-we-improve h2 {
        max-width: 587px;
        margin: 0 auto;
        padding-bottom: 0;
    }

    .how-we-improve {
        padding: 69px 0 30px 0;
    }

    .sliders .bg__simple_lines_left {
        padding-top: 23px;
    }

    .sliders {
        padding-top: 82px;
        padding-bottom: 70px;
    }

    .faq {
        padding-top: 30px;
    }

    .faq .faq-items .faq-items-wrapper {
        padding-bottom: 0;
    }

    .faq .item .item-header {
        gap: 44px;
    }

    .faq .item .item-content {
        color: #454D77;
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
    }
}

@media only screen and (min-width: 992px) {
    .faq .faq-items {
        padding-bottom: 80px;
    }

    .faq .faq-items .faq-items-wrapper {
        padding: 0 50px 20px 50px;
    }

    .brands-wrapper .spacing-advertise {
        gap: 106px;
    }

    .brands-wrapper .spacing-advertise img {
        max-width: 502px;
        padding-left: 50px;
    }

    .how-we-improve .items .item {
        width: calc(calc(100% - 40px) / 2);
    }

    .how-we-improve .items .item-top, .how-we-improve .items .item-down {
        gap: 40px;
        max-width: 890px;
    }

    .how-we-improve .items {
        padding-top: 40px;
        gap: 40px;
        padding-bottom: 50px;
    }

    .how-we-improve h2 {
        max-width: 696px;
    }

    .how-we-improve {
        padding: 48px 0 30px 0;
    }
}

.agent-page {
    min-height: calc(100vh - 260px - 78px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding-bottom: 48px;
}

.agent-page .agent-page-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    max-height: 555px;
    align-self: center;
}

.agent-page .agent-page-elements {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-top: 32px;
    height: auto;
}

.agent-page .agent-page-elements .search-agent-info {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #536677;
    padding-top: 32px;
}

.agent-page .agent-page-elements {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.agent-page .agent-page-elements .agent-page-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
}

.agent-page .agent-page-elements .agent-page-description {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
}

.agent-page .agent-page-elements .agent-page-input-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;

}

.agent-page .agent-page-elements .agent-page-input-wrapper .search-icon {
    content: '';
    position: absolute;
    width: 46px;
    height: 46px;
    bottom: 50%;
    right: 8px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(50%);
    border: none;
    transition: 0.6s;
}

.agent-page .agent-page-elements .agent-page-input-wrapper .search-icon:disabled {
    pointer-events: none;
}

.agent-page .agent-page-elements .agent-page-input-wrapper .search-agent-input {
    height: 62px;
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    padding: 0 56px 0 16px;
}

.agent-page .agent-page-elements .agent-page-input-wrapper .error {
    border: 1px solid #F00;
}

.agent-page .agent-page-elements .agent-page-input-wrapper .search-agent-input:focus {
    border: 1px solid #80BDFF;
}

.agent-page .agent-page-elements .agent-verification-wrapper .error-wrapper {
    display: none;
    color: #F00;
}

.agent-page .agent-page-elements .agent-verification-wrapper .error-wrapper.error {
    display: block;
}

.agent-page .agent-page-elements .agent-verification-wrapper .error-wrapper .error-message {
    color: #F00;
    margin: 0;
}

.agent-page .agent-page-elements .agent-verification-wrapper .agent-verification-element {
    display: none;
    flex-direction: column;
    padding: 16px;
    border-radius: 8px;
}

.agent-page .agent-page-elements .agent-verification-wrapper .agent-verification-element .agent-verification-element-error {
    border: 1px solid #F00;
}

.agent-page .agent-page-elements .agent-verification-wrapper .agent-verification-element .agent-verification-message {
    font-weight: 600;
}

.agent-page .agent-page-elements .agent-verification-wrapper .agent-verification-element .agent-verification-message .agent-verification-element-id {
    text-decoration: underline;
}

.agent-page .agent-page-elements .agent-verification-wrapper .agent-verification-element p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.agent-page .agent-page-elements .agent-verification-wrapper .agent-verification-element-verified {
    flex-direction: row;
    gap: 8px;
    color: #00A72F;
    background: #F0FFEE;
}

.agent-page .agent-page-elements .agent-verification-wrapper .agent-verification-element-not-verified {
    display: none;
    flex-direction: row;
    gap: 16px;
    color: #FF0000;
    background: #FFE0E0;
}

.agent-page .agent-page-elements .agent-verification-wrapper .agent-verification-element-show {
    display: flex;
}

.homepage-stats {
    margin-bottom: 70px;
}

.homepage-stats .box-stats {
    margin-bottom: 38px;
}

.homepage-stats .box-stats .box-stats-number {
    font-size: 48px;
    line-height: 40px;
    font-weight: 600;
    color: #536677;
    padding-bottom: 8px;
}

.homepage-stats .box-stats .box-stats-title {
    color: #536677;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.homepage-stats .box-stats .box-stats-period {
    color: #536677;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .homepage-v2 .testimonials-inner-as-nav-for .prev {
        left: -65px;
    }

    .homepage-v2 .testimonials-inner-as-nav-for .next {
        right: -65px;
    }

    .homepage-v2 .testimonials-inner {
        margin-bottom: 33px;
    }

    .homepage-v2 .testimonials-slider .slider-item {
        padding: 48px 36px;
    }

    .homepage-v2 .testimonials-slider .slider-item .box__divider {
        margin-top: 31px;
        margin-bottom: 31px;
    }

    .homepage-v2 .testimonials-inner-as-nav-for {
        max-width: 232px;

    }

    .homepage-v2 .testimonials-inner-as-nav-for .slick-slide {
        margin: 0 15px !important;
    }

    .agent-page {
        gap: 49px;
    }

    .agent-page .agent-page-elements {
        padding-top: 52px
    }

    .agent-page .agent-page-elements .agent-page-title {
        font-size: 48px;
        line-height: 56px;
        font-weight: 600;
    }

    .agent-page .agent-page-elements .agent-page-input-wrapper .search-agent-input {
        padding: 0 96px 0 16px;
    }

    .agent-page .agent-page-elements .agent-page-input-wrapper .search-icon {
        width: 80px;
    }


    .homepage-stats {
        margin-bottom: 40px;
    }

    .homepage-v2 .testimonials-slider {
        margin-bottom: 70px;
    }

}

@media only screen and (min-width: 992px) {
    .agent-page {
        min-height: calc(100vh - 259px - 79px);
        flex-direction: row;
        padding: 65px 0 170px 0;
        gap: 26px;
    }

    .agent-page .agent-page-image {
        width: 50%;
    }

}

@media only screen and (min-width: 1200px) {
    .homepage-stats {
        margin-bottom: 84px;
    }

    .homepage-v2 .testimonials-slider {
        margin-bottom: 116px;
    }
}


/*V2.1*/
.homepage-v2 .show-up-where {
    padding-top: 40px;
    padding-bottom: 28px;
}

.homepage-v2 .show-up-where-wrapper {
    text-align: center;
    position: relative;
}

.homepage-v2 .show-up-where-wrapper:before,
.homepage-v2 .show-up-where-wrapper:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 198px;
    height: 69px;
    background: url("../images/elements/line-left.svg") right top no-repeat;
    transform: rotate(180deg);
    display: none;
}

.homepage-v2 .show-up-where-wrapper:before {
    transform: rotate(0deg);
    left: auto;
    right: 0;
}

.homepage-v2 .show-up-where .text-wrapper {
    max-width: 882px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 34px;
}

.homepage-v2 .show-up-where .text-wrapper .title {
    z-index: 1;
    position: relative;
}

.homepage-v2 .show-up-where .text-wrapper p {
    margin: 0;
}

.homepage-v2 .chosen-by-over {
    padding: 0 0 62px 0;
}

.homepage-v2 .chosen-by-over-wrapper {
    display: flex;
    flex-direction: column;
    gap: 21px;
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.homepage-v2 .chosen-by-over-wrapper:before {
    content: "";
    width: 100%;
    height: 61px;
    background: url("../images/elements/line.svg") right top repeat;
    top: -28px;
    left: 0;
    position: absolute;
}

.homepage-v2 .chosen-by-over-wrapper:after {
    content: "";
    width: 100%;
    height: 61px;
    background: url("../images/elements/line.svg") right top repeat;
    bottom: -28px;
    left: 0;
    position: absolute;
}


.homepage-v2 .chosen-by-over-wrapper .chosen-by-over-title {
    max-width: 494px;
    width: 100%;
    order: 0;
}

.homepage-v2 .chosen-by-over-slider,
.homepage-v2 .brands-slider {
    display: flex;
    flex: 1;
    padding: 10px 0;
    overflow: hidden;
}

.homepage-v2 .chosen-by-over-slider .slick-slide,
.homepage-v2 .brands-slider .slick-slide {
    margin: 0 10px; /* Adaugă 10px spațiu între elemente */
}

.homepage-v2 .chosen-by-over-slider .slick-list,
.homepage-v2 .brands-slider .slick-list {
    margin: 0 -10px; /* Compensează margin-ul slide-urilor */
}


/*.homepage-v2 .chosen-by-over-slider .slick-track,*/
/*.homepage-v2 .brands-slider .slick-track {*/
/*    display: flex !important;*/
/*    gap: 20px;*/
/*}*/

.homepage-v2 .chosen-by-over-slider .item,
.homepage-v2 .brands-slider .item {
    border-radius: 10px;
    background: #FFFFFF;
    display: flex !important;
    flex-direction: column;
    padding: 30px;
    align-items: center;
    justify-content: center;
    height: 90px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.homepage-v2 .chosen-by-over-slider .item img,
.homepage-v2 .brands-slider .item img {
    max-width: 150px;
    height: auto;
    width: 100%;
}

.homepage-v2 .chosen-by-over-slider {
    order: 1;
}

.homepage-v2 .chosen-by-over-slider,
.homepage-v2 .brands-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.homepage-v2 .chosen-by-over-slider.slick-initialized,
.homepage-v2 .brands-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.homepage-v2 .brands-wrapper .spacing-advertise > div:first-child {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.homepage-v2 section.brands {
    margin: 0;
}

.homepage-v2 .display {
    padding-top: 32px;
    padding-bottom: 0;
}

.homepage-v2 .display .display-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.homepage-v2 .display .display-wrapper .homepage-set-up-your-animation {
    max-width: 270px;
    width: 100%;
    order: 1;
    margin: 0 auto;
}

.homepage-v2 .display .display-wrapper .bg__simple_lines {
    display: flex;
    flex: 1;
    flex-direction: column;
    order: 0;
    background: url(../images/elements/simple-lines.svg) left top repeat;
    background-position-x: 44px;
    padding-top: 0;
}

.homepage-v2 .publish-your-content {
    padding-top: 69px;
}

.homepage-v2 .publish-your-content .title-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.homepage-v2 .publish-your-content .title-wrapper .title-description {
    margin: 0;
    font-weight: 400;
}

.homepage-v2 .publish-your-content .publish-items {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.homepage-v2 .publish-your-content .publish-items .publish-items-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
    gap: 31px;
}

.homepage-v2 .publish-your-content .publish-items .publish-items-wrapper:before,
.homepage-v2 .publish-your-content .publish-items .publish-items-wrapper:after {
    content: "";
    background: url("../images/elements/linii-telefon.svg") left top no-repeat;
    width: 198px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.homepage-v2 .publish-your-content .publish-items .publish-items-wrapper:after {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

.homepage-v2 .publish-your-content .publish-items .publish-items-wrapper .publish-item {
    position: relative;
    border-bottom: 3px solid #D7EDF9;
    padding-bottom: 29px;
}

.homepage-v2 .publish-your-content .publish-items .publish-items-wrapper .publish-item .publish-item-content {
    padding: 14px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    margin-left: auto;
    z-index: 1;
    text-align: center;
    position: relative;
}

.homepage-v2 .publish-your-content .publish-items .publish-items-wrapper .publish-item .animation {
    width: 88px;
    height: 88px;
    margin: 0 auto 21px auto;
}

.homepage-v2 .publish-your-content .publish-items .publish-items-wrapper .publish-item:before {
    content: "";
    width: 40px;
    height: 21px;
    background: #F8FCFE;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.homepage-v2 .publish-your-content .publish-items .publish-items-wrapper .publish-item:after {
    content: "";
    width: 21px;
    height: 21px;
    background: #D7EDF9;
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.homepage-v2 .publish-your-content .publish-items .publish-items-wrapper .publish-item:nth-child(2) {
    margin-left: 0;
}

.homepage-v2 .publish-your-content .publish-items .publish-items-wrapper .publish-item:last-child:before,
.homepage-v2 .publish-your-content .publish-items .publish-items-wrapper .publish-item:last-child:after {
    display: none;
}

.homepage-v2 .publish-your-content .publish-items .publish-items-wrapper .publish-item:last-child {
    border-bottom: none;
}

.homepage-v2 .publish-your-content .publish-items .publish-item .publish-item-title {
    color: #536677;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.homepage-v2 .publish-your-content .publish-items .publish-item .publish-item-description {
    color: #536677;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

.homepage-v2 .publish-your-content .publish-your-content-with-ease-through-animation {
    max-width: 694px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.homepage-v2 .publish-your-content .explore-the-marketplace-link {
    margin-bottom: 27px;
}

.homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper {
    display: flex;
    flex-direction: column;
}

.homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .unlock-the-earning-header {
    padding: 29px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    align-items: center;
}

.homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .unlock-the-earning-header:before,
.homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .unlock-the-earning-header:after {
    content: "";
    position: absolute;
    background: url("../images/elements/line.png") left top repeat;
    top: 0;
    right: 100px;
    height: 99px;
    width: 411px;
    display: none;
}

.homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .unlock-the-earning-header:after {
    bottom: 0;
    top: auto;
}

.homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .unlock-the-earning-header .title {
    width: 100%;
}

.homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .unlock-the-earning-header .unlock-the-earning-header-description {
    display: flex;
    margin: 0;
    flex: 1;
    color: #536677;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    position: relative;
}

.homepage-v2 .unlock-the-earning-items {
    display: flex;
    flex-direction: column;
    padding: 0 0 38px 0;
    gap: 30px;
}

.homepage-v2 .unlock-the-earning-items .unlock-the-earning-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
    position: relative;
}

.homepage-v2 .unlock-the-earning-items .unlock-the-earning-item .unlock-the-earning-item-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    position: relative;
}

.homepage-v2 .unlock-the-earning-items .unlock-the-earning-item .unlock-the-earning-item-info .unlock-the-earning-item-info-title {
    color: #536677;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.homepage-v2 .unlock-the-earning-items .unlock-the-earning-item .unlock-the-earning-item-info .unlock-the-earning-item-info-description {
    color: #536677;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

.homepage-v2 .unlock-the-earning-items .unlock-the-earning-item .divider-element {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: none;
}


.homepage-v2 .unlock-the-earning-items .unlock-the-earning-item:before,
.homepage-v2 .unlock-the-earning-items .unlock-the-earning-item:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 50%;
    background: #E6EFF7;
    display: none;
}

.homepage-v2 .unlock-the-earning-items .unlock-the-earning-item:after {
    top: auto;
    bottom: 0;
}

.homepage-v2 .unlock-the-earning-items .unlock-the-earning-item:first-child:before {
    display: none;
}

.homepage-v2 .unlock-the-earning-items .unlock-the-earning-item:last-child:after {
    display: none;
}

.homepage-v2 .unlock-the-earning-items .unlock-the-earning-item .earn-more-with-high-quality-animation,
.homepage-v2 .unlock-the-earning-items .unlock-the-earning-item .full-control-over-your-ads-animation,
.homepage-v2 .unlock-the-earning-items .unlock-the-earning-item .seamless-onboarding-process-animation {
    width: 100%;
}

.homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .become-a-publisher-today {
    border-radius: 5px;
    background: #454D76;
    overflow: hidden;
    position: relative;
    margin-bottom: 38px;
}

.homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .become-a-publisher-today:before {
    content: "";
    height: 264px;
    position: absolute;
    top: -100px;
    right: 30px;
    background: url(../images/elements/circles-button.svg) center center no-repeat;
    width: 613px;
    display: none;
}

.homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .become-a-publisher-today a {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
}

.about-coinzilla-crypto-ad-network-animation {
    max-width: 400px;
    margin: 0 auto;
}


.about-coinzilla-crypto-ad-network-animation,
.crypto-ad-network-for-publishers-animation,
.crypto-advertising-advertisers-animation,
.crypto-pr-coinzilla-marketplace-animation {
    display: flex;
    width: 100%;
    justify-content: center;
    right: 0;
}


.brands-wrapper .spacing-advertise .advertise-on-top-animation {
    max-width: 255px;
    width: 100%;
    margin: 42px auto 0 auto;
}

.homepage-v2 .unlock-the-earning .in-loop-unlock-the-earning-potential-animation {
    display: none;
}

.homepage-v2 .unlock-the-earning .in-loop-unlock-the-earning-potential-animation-mobile {
}

.homepage-v2 .homepage-top-svg {
    height: auto;
    position: absolute;
    left: -200px;
    bottom: -50px;
    width: 928px;
}

.homepage-v2 .you-source-of-crypto-mobile {
    position: absolute;
    bottom: -100px;
    left: 50%;
    width: 100%;
    height: auto;
    z-index: 2;
    max-width: 300px;
    transform: translateX(-50%);
}

nav.navbar .navbar-nav .nav-item--dropdown.active .nav-link svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

nav.navbar .navbar-nav .nav-item--dropdown .nav-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem;
    cursor: pointer;
    justify-content: space-between;
}

nav.navbar .navbar-nav .nav-item--dropdown .nav-link svg {
    width: 18px;
    height: 10px;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

nav.navbar .navbar-nav .nav-item--dropdown .nav-link svg path {
    fill: white;
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer {
    background: #fff;
    width: calc(100% + 30px);
    position: absolute;
    top: 80px;
    left: 50%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 2;
    transform: translateX(-50%);
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__left, nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__right {
    width: calc(calc(100% - 24px) / 2);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__left .sub-menu-title, nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__right .sub-menu-title {
    padding-bottom: 8px;
    border-bottom: 1px solid #F08B3E;
    color: #454D77;
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
    text-transform: uppercase;
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__left .sub-menu-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__left .sub-menu-items .sub-menu-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__left .sub-menu-items .sub-menu-item__left {
    padding-top: 4.5px;
    line-height: 1;
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__left .sub-menu-items .sub-menu-item svg {
    width: 18px;
    font-size: 18px;
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__left .sub-menu-items .sub-menu-item svg path {
    fill: #C9CDD3;
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__left .sub-menu-items .sub-menu-item:hover svg path, nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__left .sub-menu-items .sub-menu-item:hover .sub-menu-item-title {
    color: #162B5A;
    fill: #162B5A;
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__left .sub-menu-items .sub-menu-item__right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__left .sub-menu-items .sub-menu-item__right .sub-menu-item-title {
    color: #454D77;
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__left .sub-menu-items .sub-menu-item__right .sub-menu-item-description {
    color: #536677;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__right .sub-menu-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__right .sub-menu-items .article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__right .sub-menu-items .article:last-child {
    border-bottom: none;
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__right .sub-menu-items .article__header {
    max-width: 208px;
    width: 100%;
    height: 103px;
}

nav.navbar .navbar-nav .nav-item .sub-menu {
    overflow: hidden;
    display: none;
    padding-top: 16.35px;
}

nav.navbar .navbar-nav .nav-item .sub-menu .sub-menu-item .nav-link {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 24px 36px 24px 33px;
}

nav.navbar .navbar-nav .nav-item .sub-menu .sub-menu-item:last-child .nav-link {
    padding-bottom: 16.35px;
}

nav.navbar .navbar-nav .nav-item .sub-menu .sub-menu-item:not(:last-child) .nav-link {
    border-bottom: none;
}

.article {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E2E7EE
}

.article, .article__header {
    display: -ms-flexbox;
    display: flex
}

.article__header {
    border-radius: 10px;
    height: 180px;
    overflow: hidden
}


.article__header .article-link {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.article__header-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.article__details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -ms-flex: 1;
    flex: 1
}

.article .article__details-category {
    border: 1px solid #C9CDD3;
    border-radius: 10px;
    padding: 8px 12px;
    display: -ms-flexbox;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    height: 30px;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .72px;
    font-weight: 600;
    color: #454D77;
    text-decoration: none;
    text-transform: uppercase
}

a.article__details-category:hover {
    border-color: #536677
}

a.article__details-title {
    display: block;
    color: #454D77;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    text-decoration: none;
    word-break: break-word
}

a.article__details-title:hover {
    color: #162B5A;
}

.article__details-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.article__details-info > div {
    position: relative;
    padding: 0 8px;
    font-size: 12px;
    color: #536677;
    font-weight: 400
}

.article__details-info > div:after {
    position: absolute;
    right: 0;
    content: "|";
    color: #536677
}

.article .article__details-info > div:first-child {
    padding-left: 0;
    width: 100%;
}

.article.case-study-menu .article__details-info > div:first-child {
    padding-left: 0;
    width: auto;
}

.article__details-info > div:first-child:after {
    display: none;
}

.article__details-info > div:last-child {
    padding-right: 0
}

.article__details-info > div:last-child:after {
    display: none
}

a.article__details-info-author-link {
    color: #536677;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize
}

a.article__details-info-author-link:hover {
    color: #162B5A
}

.article__details-info .article__details-info-date {
    padding-left: 0;
}

.background-overlay {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.40);
    z-index: -6;

    &.active {
        z-index: 2;
    }
}

header {
    z-index: 2;
    position: relative;
}

section.top-slider-spacing.top-slider-spacing {
    z-index: 0;
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__right .sub-menu-items .article.case-study-menu .article__details-category {
    cursor: initial;
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__right .sub-menu-items .article.case-study-menu .article__details-category:hover {
    border: 1px solid #c9cdd3;
}

nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__right .sub-menu-items .article.case-study-menu .article__details-info > div:first-child:after {
    display: inline-block;
    position: absolute;
    right: 0;
    content: '|';
    color: #536677;
}

@media only screen and (min-width: 576px) {
    .homepage-v2 section.slider .card {
        padding-bottom: 310px;
    }
}

@media only screen and (min-width: 768px) {
    .homepage-v2 .show-up-where-wrapper:before,
    .homepage-v2 .show-up-where-wrapper:after {
        display: block;
    }

    .homepage-v2 .show-up-where .text-wrapper {
        padding-bottom: 62px;
    }

    .homepage-v2 .show-up-where {
        padding-bottom: 52px;
    }

    .homepage-v2 .chosen-by-over-wrapper {
        padding: 50px 0;
        align-items: center;
        flex-direction: row;
        gap: 44px;
    }

    .brands-wrapper {
        padding: 45px 30px;
        gap: 50px;
    }

    .homepage-v2 .display .display-wrapper {
        flex-direction: row;
        gap: 20px;
    }

    .homepage-v2 .chosen-by-over-wrapper .chosen-by-over-title {
        order: 1;
        max-width: 296px;
    }

    .homepage-v2 .chosen-by-over-slider {
        order: 0;
    }

    .homepage-v2 .display .display-wrapper .homepage-set-up-your-animation {
        order: 0;
        margin: 98px 0 0 0;
        max-width: 342px;
    }

    .homepage-v2 .display .display-wrapper .bg__simple_lines {
        order: 1;
        background: url(../images/elements/simple-lines.svg) right top no-repeat;
        background-position-x: 100px;
        padding-top: 25px;
    }

    .homepage-v2 .display {
        padding-top: 75px;
    }

    .homepage-v2 .publish-your-content {
        padding-top: 74px;
    }

    .homepage-v2 .publish-your-content .publish-your-content-with-ease-through-animation {
        display: block;
    }

    .homepage-v2 .publish-your-content .publish-items {
        padding-top: 54px;
        padding-bottom: 32px;
    }

    .homepage-v2 .publish-your-content .publish-items .publish-items-wrapper {
        gap: 0;
    }

    .homepage-v2 .publish-your-content .publish-items .publish-items-wrapper .publish-item {
        border-bottom: none;
        padding-bottom: 0;
    }

    .homepage-v2 .publish-your-content .publish-items .publish-items-wrapper .publish-item .publish-item-content {
        padding: 14px 20px;
        text-align: left;
        max-width: 260px;
    }

    .homepage-v2 .publish-your-content .publish-items .publish-items-wrapper .publish-item .animation {
        display: none;
    }

    .homepage-v2 .publish-your-content .publish-items .publish-items-wrapper .publish-item:before,
    .homepage-v2 .publish-your-content .publish-items .publish-items-wrapper .publish-item:before {
        display: none;
    }

    .homepage-v2 .publish-your-content .title-wrapper {
        padding-bottom: 49px;
        max-width: 576px;
    }

    .homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .unlock-the-earning-header {
        flex-direction: row;
        gap: 97px;
        padding: 49px 0;
    }

    .homepage-v2 .publish-your-content .explore-the-marketplace-link {
        margin-bottom: 48px;
    }

    .homepage-v2 .unlock-the-earning .in-loop-unlock-the-earning-potential-animation {
        margin: 0 0 11.5px 0;
        display: block;
    }

    .homepage-v2 .unlock-the-earning .in-loop-unlock-the-earning-potential-animation-mobile {
        display: none;
    }

    .homepage-v2 .unlock-the-earning-items .unlock-the-earning-item {
        flex-direction: row;
        gap: 45px;
    }

    .homepage-v2 .unlock-the-earning-items {
        padding: 0 0 54px 0;
        gap: 0;
    }

    .homepage-v2 .unlock-the-earning-items .unlock-the-earning-item:before,
    .homepage-v2 .unlock-the-earning-items .unlock-the-earning-item:after {
        display: block;
    }

    .homepage-v2 .unlock-the-earning-items .unlock-the-earning-item .divider-element {
        display: block;
    }

    .homepage-v2 .unlock-the-earning-items .unlock-the-earning-item:nth-child(2) .full-control-over-your-ads-animation {
        order: 1;
    }

    .homepage-v2 .unlock-the-earning-items .unlock-the-earning-item:nth-child(2) .unlock-the-earning-item-info {
        order: 0;
    }

    .homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .become-a-publisher-today:before {
        display: block;
        transform: scale(0.5);
        right: -100px;
    }

    .homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .become-a-publisher-today {
        margin-bottom: 100px;
    }

    .homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .become-a-publisher-today a {
        padding: 27px 29px;
    }

    .brands-wrapper .spacing-advertise .advertise-on-top-animation {
        max-width: 310px;
        width: 100%;
        padding-top: 0;
    }

    .homepage-v2 .unlock-the-earning-items .unlock-the-earning-item .earn-more-with-high-quality-animation,
    .homepage-v2 .unlock-the-earning-items .unlock-the-earning-item .full-control-over-your-ads-animation,
    .homepage-v2 .unlock-the-earning-items .unlock-the-earning-item .seamless-onboarding-process-animation {
        max-width: 47%;
    }

    .homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .unlock-the-earning-header .title {
        max-width: 286px;
    }

    .homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .unlock-the-earning-header .unlock-the-earning-header-description {
        max-width: 467px;
    }

    .homepage-v2 .homepage-top-svg {
        display: block;
        width: 500px;
    }

    .homepage-v2 .you-source-of-crypto-mobile {
        display: none;
    }

    .homepage-v2 section.slider .card {
        padding-bottom: 0;
    }

    .homepage-v2 .publish-your-content .publish-items .publish-items-wrapper .publish-item:nth-child(2) .publish-item-content {
        margin-left: 0;
    }

    .homepage-v2 .publish-your-content .publish-items .publish-item .publish-item-title br {
        display: none;
    }

    .homepage-v2 .publish-your-content .publish-items .publish-items-wrapper .publish-item:after {
        display: none;
    }

    .homepage-v2 .unlock-the-earning-items .unlock-the-earning-item .divider-element {
        width: 22px;
        height: 22px;
    }
}

@media only screen and (min-width: 991px) {
    .homepage-v2 .chosen-by-over-wrapper .chosen-by-over-title {
        max-width: 494px;
    }
}

@media only screen and (min-width: 992px) {
    .homepage-v2 .homepage-top-svg {
        width: 928px;
    }

    .brands-wrapper .spacing-advertise .advertise-on-top-animation {
        max-width: 350px;
    }

    .homepage-v2 .display .display-wrapper .homepage-set-up-your-animation {
        margin: 96px 0 0 0;
        max-width: 400px;
    }

    .homepage-v2 .publish-your-content .title-wrapper {
        max-width: 686px;
    }

    .homepage-v2 .publish-your-content .publish-items {
        padding-bottom: 150px;
    }

    .homepage-v2 .publish-your-content .publish-items .publish-items-wrapper .publish-item .publish-item-content {
        max-width: 350px;
        padding: 14px 20px;
    }

    .homepage-v2 .publish-your-content .publish-items .publish-item .publish-item-title br {
        display: block;
    }

    .homepage-v2 .publish-your-content .explore-the-marketplace-link {
        margin-bottom: 72px;
    }

    .homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .unlock-the-earning-header .title {
        max-width: 490px;
    }

    .homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .unlock-the-earning-header {
        gap: 50px;
        padding: 45px 0;
    }

    .homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .become-a-publisher-today:before {
        display: block;
        transform: none;
        right: 30px;
    }

    .about-coinzilla-crypto-ad-network-animation {
        max-width: initial;
    }

    header.white--header, header.white-header-from-menu {
        background: #fff;
    }

    header {
        height: 80px;
        display: flex;
        align-items: center;
    }

    nav.navbar .navbar-nav .nav-item {
        padding: 20px 0;
    }

    nav.navbar .navbar-nav .nav-item--dropdown:hover .sub-menu-outer {
        max-height: 600px;
        padding: 32px 0;
    }

    nav.navbar .navbar-nav .nav-item--dropdown .nav-link svg path {
        fill: #454d77;
    }

    nav.navbar .navbar-nav .nav-item--dropdown .nav-link:hover svg path {
        fill: #162b5a;
    }

    nav.navbar .navbar-nav .nav-item--dropdown .nav-link .sub-menu {
        display: none;

    }

    nav.navbar .navbar-nav .nav-item--dropdown:hover .nav-link svg {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu {
        padding-top: 0;
    }

    .article__details-info {
        line-height: 29px;
    }

    nav.navbar .navbar-nav .nav-item--dropdown .nav-link svg {
        width: initial;
        height: initial;
    }
}

@media only screen and (min-width: 1200px) {
    .brands-wrapper .spacing-advertise {
        padding: 85px 58px 0 58px;
    }

    .brands-wrapper .spacing-advertise .advertise-on-top-animation {
        max-width: 502px;
    }

    .brands-wrapper {
        gap: 97px;
    }

    .homepage-v2 .display .display-wrapper .homepage-set-up-your-animation {
        margin: 56px 0 0 0;
        max-width: 570px;
    }

    .homepage-v2 .publish-your-content .publish-items .publish-items-wrapper:before,
    .homepage-v2 .publish-your-content .publish-items .publish-items-wrapper:after {
        display: block;
    }

    .homepage-v2 .publish-your-content .publish-items .publish-items-wrapper {
        padding: 0 40px;
    }

    .homepage-v2 .publish-your-content .publish-items .publish-items-wrapper .publish-item .publish-item-content {
        max-width: 415px;
        padding: 20px 40px;
    }

    .homepage-v2 .publish-your-content .publish-items {
        padding-bottom: 108px;
    }

    .homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .unlock-the-earning-header:before,
    .homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .unlock-the-earning-header:after {
        display: block;
    }

    .homepage-v2 .unlock-the-earning .unlock-the-earning-wrapper .unlock-the-earning-header {
        gap: 149px;
        padding: 78.5px 0;
    }

    .homepage-v2 .unlock-the-earning-items {
        padding: 0 29px 56px 29px;
    }

    .homepage-v2 .unlock-the-earning-items .unlock-the-earning-item .earn-more-with-high-quality-animation, .homepage-v2 .unlock-the-earning-items .unlock-the-earning-item .full-control-over-your-ads-animation, .homepage-v2 .unlock-the-earning-items .unlock-the-earning-item .seamless-onboarding-process-animation {
        max-width: 509px;
    }

    .homepage-v2 .unlock-the-earning-items .unlock-the-earning-item {
        gap: 95.5px;
    }

    .homepage-v2 .unlock-the-earning-items .unlock-the-earning-item .divider-element {
        width: 28px;
        height: 28px;
    }

    nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu {
        gap: 48px;
    }

    nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__left, nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__right {
        width: calc(calc(100% - 48px) / 2);
    }

    nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__right .sub-menu-items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__right .sub-menu-items .article {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
        border-bottom: 0;
        width: calc(calc(100% - 24px) / 2);
    }

    nav.navbar .navbar-nav .nav-item .sub-menu-outer .sub-menu__right .sub-menu-items .article__header {
        max-width: initial;
        height: 134px;
    }

    .article__header {
        height: 132px;
    }

    nav.navbar .navbar-nav .nav-item .sub-menu-outer {
        width: 100vw;
    }
}


#web3-advertising-page section.top-slider-spacing.top-slider-spacing {
    margin-bottom: 0;
    padding-top: 48px;
    padding-bottom: 48px;
}

#web3-advertising-page section.top-slider-spacing.top-slider-spacing .action {
    margin: 32px 0 48px 0;
}

#web3-advertising-page section.top-slider-spacing.top-slider-spacing .action .b-custom {
    width: max-content;
    position: relative;
}

#web3-advertising-page .marketplace-carousel .item.item-margin {
    margin: 24px 0;
}

#web3-advertising-page section.brands {
    margin-top: 0;
}

#web3-advertising-page section.brands.purple {
    margin-top: 0;
}

#web3-advertising-page section.brands.purple .bg__simple_lines {
    padding-top: 32px;
    background: none;
}

#web3-advertising-page .list-of-checks {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

#web3-advertising-page .list-of-checks .check-item-wrapper {
    position: relative;
}

#web3-advertising-page .list-of-checks .check-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    width: fit-content;
    z-index: 1;
    position: relative;

}

#web3-advertising-page .list-of-checks .check-item-wrapper:before {
    width: 37px;
    height: 100%;
    border-left: 1px solid #F08B3E;
    border-bottom: 1px solid #F08B3E;
    position: absolute;
    top: -50%;
    left: -28px;
    z-index: 0;
    content: "";
}

#web3-advertising-page .list-of-checks .check-item-wrapper:after {
    position: absolute;
    top: -46%;
    left: -37px;
    z-index: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #F08B3E;
}

#web3-advertising-page .list-of-checks .check-item-wrapper:first-child {
    margin-right: auto;
}

#web3-advertising-page .list-of-checks .check-item-wrapper:first-child:before,
#web3-advertising-page .list-of-checks .check-item-wrapper:first-child:after {
    display: none;
}

#web3-advertising-page .list-of-checks .check-item-wrapper:last-child {
    margin-left: auto;
}

#web3-advertising-page .list-of-checks .check-item span {
    color: #454D77;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

#web3-advertising-page .list-of-checks .check-item svg {
    width: 18px;
    height: 18px;
}

#web3-advertising-page .reach-convert {
    margin-top: 64px;
    padding: 64px 0;
    background: linear-gradient(93deg, #0D3155 2.58%, #022140 101.58%);
}

#web3-advertising-page .reach-convert img {
    margin-top: 32px;
}

#web3-advertising-page .reach-convert h2 {
    color: #E6EFF8;
}

#web3-advertising-page .reach-convert p {
    color: #FFFFFF;
}

#web3-advertising-page .web-projects {
    display: flex;
    flex-direction: column;
    gap: 32px
}

#web3-advertising-page .web-projects .web-project {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    text-align: left;
}

#web3-advertising-page .web-projects .web-project span {
    color: #454D77;
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
}

#web3-advertising-page .start-advertising {
    transform: translateY(70px);
    padding-top: 96px;
    padding-bottom: 128px;
    background: linear-gradient(93deg, #0D3155 2.58%, #022140 101.58%);
}

#web3-advertising-page .start-advertising .row {
    position: relative;
}

#web3-advertising-page .start-advertising .dotted-arrow,
#retargeting-page .dotted-arrow {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: none;
}

#web3-advertising-page .start-advertising h2 {
    color: #E6EFF8;
}

#web3-advertising-page .start-advertising p {
    color: #FFF;
}

#web3-advertising-page .start-advertising a {
    position: relative;
}

#web3-advertising-page .ad-formats {
    padding-top: 48px;
    padding-bottom: 12px;
}

#web3-advertising-page .ad-formats .ad-formats-header {
    padding-bottom: 48px;
}

#web3-advertising-page .ad-formats .ad-formats-header p {
    max-width: 902px;
    width: 100%;
    margin: 0 auto;
}

#web3-advertising-page .ad-formats .ad-format {
    display: flex;
    flex-direction: column;
    padding: 32px 32px 25px 32px;
    border-radius: 10px;
    border: 1px solid #E2E7EE;
    margin-bottom: 30px;
}

#web3-advertising-page .ad-formats .ad-format h3 {
    color: #454D77;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    padding-bottom: 8px;
    margin: 0;
    text-transform: initial;
}

#web3-advertising-page .ad-formats .ad-format p {
    color: #536677;
    padding-bottom: 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
}

#web3-advertising-page .ad-formats .ad-format img {
    margin: 0 auto;
}

#web3-advertising-page .ad-formats .ad-format.ad-format-long {
    display: flex;
    flex-direction: column;
    gap: 24px
}

#web3-advertising-page .ad-formats .ad-format.ad-format-long .right-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

#web3-advertising-page .web-benefits {
    padding-top: 64px;
}

.web-slider {
    width: 100%;
    padding: 32px 0 0 0;
}

.web-slider-viewport {
    overflow: hidden;
    width: 100%;
}

.web-slider-track {
    display: flex;
    align-items: stretch;
    gap: 48px;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.web-slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    border: 1px solid #E2E7EE;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 32px;
}

.web-slide .header {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.web-slide .header span {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    border: 2px solid #FFA05F;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.web-slide .header h3 {
    color: #454D77;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    margin: 0;
    padding: 0;
    display: flex;
    flex: 1;
}

.web-slide .header .description {
    color: #536677;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}

#web3-advertising-page h2 {
    font-size: 32px;
    line-height: 39px;
    position: relative;
    z-index: 1;
}

#web3-advertising-page .ad-formats h2:before,
#web3-advertising-page .ad-formats h2:after {
    content: "";
    height: 70px;
    background: url("../images/web-advertising/ad-formats-stripe.svg") right top repeat;
    position: absolute;
    top: 0;
    left: -50px;
    width: 119px;
    z-index: -1;
}

#web3-advertising-page .ad-formats h2:after {
    left: auto;
    right: -50px;
}

#web3-advertising-page section.multi-features {
    padding-bottom: 0;
}
#web3-advertising-page section.multi-features .bg__simple_lines_left-projects p{
    padding-bottom: 48px;
    margin-bottom: 0;
}

#retargeting-page section.top-slider-spacing.top-slider-spacing {
    padding-top: 48px;
    padding-bottom: 48px;
}

#retargeting-page section.top-slider-spacing.top-slider-spacing p {
    color: #536677;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 32px;
}

#retargeting-page section.top-slider-spacing.top-slider-spacing .shine {
    margin: 0;
}

#retargeting-page section.top-slider-spacing.top-slider-spacing .btn-request {
    height: 48px;
    border-radius: 10px;
    border: 1px solid #454D77;
    display: flex;
    flex-direction: row;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: transparent;
    margin-top: 16px;
    margin-bottom: 48px;
}

#retargeting-page section.top-slider-spacing.top-slider-spacing .btn-request:hover {
    color: #162B5A;
}

#retargeting-page section.top-slider-spacing.top-slider-spacing .b-custom {
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
}

#retargeting-page .brands.purple {
    padding-top: 48px;
    padding-bottom: 26px;
}

#retargeting-page .brands.purple .bg__simple_lines {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 48px;
}

#retargeting-page .brands.purple .bg__simple_lines h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
}

#retargeting-page .ready-to-retarget {
    background: #0a2c4f;
}

#retargeting-page .slider-crypto-wrapper {
    background: linear-gradient(140deg, #0D3155 0.26%, #022140 99.74%);
    padding-top: 48px;
    padding-bottom: 32px;
}

#retargeting-page .slider-crypto-wrapper .title {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
}

#retargeting-page .slider-crypto-wrapper .line-bellow {
    margin: 24px auto 0 auto;
    display: flex;
    text-align: center;

}

#retargeting-page .slider-crypto-wrapper .slider-crypto {
    padding-top: 48px;
}

#retargeting-page .slider-crypto-wrapper .slider-crypto .item {
    display: flex !important;
    flex-direction: row;
    gap: 16px;
    padding: 0 32px 0 0;
}

#retargeting-page .slider-crypto-wrapper .slider-crypto .item .number {
    background: linear-gradient(180deg, rgba(240, 139, 62, 0.30) 0%, rgba(255, 255, 255, 0.00) 107.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 100px;
    font-weight: 300;
    line-height: normal;
}

#retargeting-page .slider-crypto-wrapper .slider-crypto .item .title {
    color: #F08B3E;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding-bottom: 8px;
}

#retargeting-page .slider-crypto-wrapper .slider-crypto .item .icon-wrapper {
    display: none;
}

#retargeting-page .slider-crypto-wrapper .slider-crypto .item p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
}


#web3-advertising-page section.top-slider-spacing.top-slider-spacing .action .b-custom {
    height: 48px;
    display: inline-block;
    width: 100%;
}

.slider-crypto-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.slider-crypto-nav button {
    background: transparent;
    border: 1px solid #F08B3E;
    border-radius: 10px;
    padding: 0 15px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.slider-crypto-nav svg {
    width: 24px;
    height: 24px;
}

/* custom dots */
.slider-crypto-dots .slick-dots {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 6px;
}

.slider-crypto-dots .slick-dots li {
    line-height: 1;
}

.slider-crypto-dots .custom-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5D4E4B;
    display: inline-block;
    transition: background 0.2s ease;
    cursor: pointer;
}

.slider-crypto-dots li.slick-active .custom-dot {
    background: #F08B3E;
}

#retargeting-page .how-we-make-work {
    padding: 48px 0 64px 0;
}

#retargeting-page .how-we-make-work .title {
    color: #454D77;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
}

#retargeting-page .how-we-make-work .line-bellow {
    margin: 24px auto;
    display: flex;
}

#retargeting-page .how-we-make-work .description {
    color: #536677;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    margin: 0 0 48px 0;
}

#retargeting-page .how-we-make-work .items {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

#retargeting-page .how-we-make-work .items .item {
    display: flex;
    flex-direction: column;
    gap: 16px
}

#retargeting-page .how-we-make-work .items .item .image-box {
    margin-bottom: 16px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px;
}

#retargeting-page .how-we-make-work .items .item .item-title {
    color: #454D77;
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
    text-transform: none;
}

#retargeting-page .how-we-make-work .items .item p {
    margin: 0;
    color: #536677;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}

#retargeting-page .ready-to-retarget {
    padding: 64px 0 128px 0;
    margin-bottom: -70px;
}

#retargeting-page .ready-to-retarget .title {
    color: #E6EFF8;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
}

#retargeting-page .ready-to-retarget .line-bellow {
    display: flex;
    margin: 24px auto;
}

#retargeting-page .ready-to-retarget p {
    margin: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    padding-bottom: 32px;
}

#retargeting-page .ready-to-retarget .actions {
    display: flex;
    flex-direction: column;
    gap: 16px
}

#retargeting-page .ready-to-retarget .actions a {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: center;
}

#retargeting-page .ready-to-retarget .actions .btn-more-info {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    border: 1px solid #FFF;
    height: 48px;
    border-radius: 10px;
    padding: 11px 24px;
}

#retargeting-page .ready-to-retarget .actions .btn-more-info:hover {
    border-color: #454D77;
}


#retargeting-page .slider-crypto-wrapper .slider-crypto-nav .slider-crypto-prev svg {
    transform: rotate(90deg);
}

#retargeting-page .slider-crypto-wrapper .slider-crypto-nav .slider-crypto-next svg {
    transform: rotate(-90deg);
}
@media only screen and (max-width: 575px) {
    #retargeting-page .title-page {
        font-size: 32px;
        line-height: 39px;
    }
    #web3-advertising-page .title-page {
        font-size: 32px;
        line-height: 39px;
    }
}

@media only screen and (min-width: 480px) {
    #web3-advertising-page section.top-slider-spacing.top-slider-spacing .action .b-custom{
        width: auto;
    }
    #web3-advertising-page section.brands.purple .bg__simple_lines {
        padding-bottom: 64px;
    }

    #web3-advertising-page .list-of-checks .check-item span {
        font-size: 20px;
        font-weight: 600;
        line-height: 34px;
    }

    #web3-advertising-page .list-of-checks .check-item svg {
        width: 30px;
        height: 32px;
    }

    #web3-advertising-page .list-of-checks .check-item {
        gap: 16px;
        padding: 12px 24px;
    }

    #web3-advertising-page .list-of-checks {
        gap: 32px;
    }

    #web3-advertising-page .web-benefits {
        padding-top: 80px;
    }

    #web3-advertising-page .web-benefits .web-benefits-header {
        padding-bottom: 16px;
    }

    #web3-advertising-page .ad-formats {
        padding-top: 85px;
        padding-bottom: 32px;
    }

    #web3-advertising-page .web-projects .web-project {
        flex-direction: row;
        align-items: flex-start;
    }

    #retargeting-page section.top-slider-spacing.top-slider-spacing .action {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
        margin-bottom: 48px;
    }

    #retargeting-page section.top-slider-spacing.top-slider-spacing .action a {
        width: max-content;
        margin: 0 !important;
        position: relative;
    }

    #retargeting-page .brands.purple {
        padding-top: 64px;
    }

    #retargeting-page .brands.purple .bg__simple_lines {
        margin-bottom: 0;
    }

    #retargeting-page .brands.purple img {
        max-width: 468px;
        width: 100%;
        margin: 0 auto;
        display: flex;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto .item .number {
        font-size: 148px;
        font-weight: 300;
        line-height: 1;
        width: 88px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto .item .description-wrapper {
        display: flex;
        flex-direction: column;
        max-width: 528px;
        width: 100%;
        flex: 1;
    }

    #retargeting-page .how-we-make-work {
        padding-top: 68px;
        padding-bottom: 80px;
    }

    #retargeting-page .how-we-make-work .description {
        margin-bottom: 67px;
    }

    #retargeting-page .how-we-make-work .title {
        position: relative;
        z-index: 1;
    }

    #retargeting-page .how-we-make-work .title:before,
    #retargeting-page .how-we-make-work .title:after {
        content: "";
        background: url("../images/web-advertising/how-we-make-work.svg") top left repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 67px;
        z-index: -1;
    }

    #retargeting-page .how-we-make-work .title:after {
        left: auto;
        right: 0;
    }

    #retargeting-page .ready-to-retarget .actions {
        flex-direction: row;
        justify-content: center;
    }

    #retargeting-page .ready-to-retarget .actions a {
        width: initial;
    }

    #retargeting-page .ready-to-retarget {
        padding-bottom: 80px;
        margin-bottom: -70px;
    }

    #web3-advertising-page .list-of-checks .check-item-wrapper:after {
        top: -61%;
    }
}

@media only screen and (min-width: 576px) {
    #web3-advertising-page .big-text {
        font-size: 54px;
        line-height: 64.8px;
    }

    #web3-advertising-page .list-of-checks .check-item span {
        font-size: 24px;
        font-weight: 600;
        line-height: 38px;
    }

    #web3-advertising-page .list-of-checks .check-item svg {
        width: 40px;
        height: 32px;
    }

    #web3-advertising-page .list-of-checks .check-item {
        gap: 32px;
        padding: 24px 32px;
    }

    #web3-advertising-page .reach-convert {
        margin-top: 80px;
        padding: 64px 0;
    }

    #web3-advertising-page .list-of-checks .check-item-wrapper:before {
        left: -37px;
    }

    #web3-advertising-page .list-of-checks .check-item-wrapper:after {
        top: -41%;
        left: -46px;
    }

    #web3-advertising-page .web-benefits {
        padding-top: 80px;
    }

    #web3-advertising-page .ad-formats {
        padding-top: 85px;
    }

    #web3-advertising-page .ad-formats .ad-formats-header {
        padding-bottom: 64px;
    }

    #web3-advertising-page section.brands.purple .bg__simple_lines {
        padding-top: 48px;
    }

    #web3-advertising-page h2 {
        font-size: 48px;
        font-weight: 600;
        line-height: 58px;
    }

    #web3-advertising-page footer {
        padding-top: 0;
    }

    #retargeting-page section.top-slider-spacing.top-slider-spacing .big-text {
        font-size: 54px;
        font-weight: 600;
        line-height: 64.8px;
    }

    #retargeting-page section.top-slider-spacing.top-slider-spacing .retargeting-image {
        max-width: 468px;
        width: 100%;
        margin: 0 auto;
    }

    #retargeting-page .brands.purple .bg__simple_lines h2 {
        font-size: 48px;
        font-weight: 600;
        line-height: 58px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-inner > .title {
        font-size: 48px;
        font-weight: 600;
        line-height: 58px;
        transform: translateY(-30px);
        position: relative;
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-inner .bullet {
        content: "";
        position: absolute;
        top: -4px;
        left: 32px;
        background: #F08B3E;
        border-radius: 50%;
        width: 10px;
        height: 10px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-inner .bullet-right {
        left: auto;
        right: 32px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-inner {
        border-radius: 10px;
        border: 1px solid #F08B3E;
        border-top: none;
        margin: 0 17px;
        position: relative;
        padding-bottom: 96px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-inner:before,
    #retargeting-page .slider-crypto-wrapper .slider-crypto-inner:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 32px;
        height: 10px;
        border-top: 1px solid #F08B3E;
        border-radius: 10px 0 0 0;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-inner:after {
        left: auto;
        right: 0;
        border-radius: 0 10px 0 0;
    }

    #retargeting-page .slider-crypto-wrapper {
        padding-top: 93px;
        padding-bottom: 64px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-dots {
        position: absolute;
        top: 0;
        right: -20px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-dots li {
        line-height: 0;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-dots .slick-dots {
        flex-direction: column;
        gap: 6px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-nav {
        position: absolute;
        bottom: -1px;
        left: -1px;
        border-radius: 0 10px 0 10px;
        border: 1px solid #F08B3E;
        margin: 0;
        padding: 16px 12px;
        gap: 8px;
        width: 104px;
        height: 48px;
        justify-content: space-between;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto {
        padding-top: 48px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-nav button {
        border: none;
        padding: 0;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-nav .slider-crypto-prev svg {
        transform: rotate(180deg);
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-nav .slider-crypto-next svg {
        transform: rotate(0);
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto .item {
        padding: 0 18px 0 5px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto .item .icon-wrapper {
        display: block;
        margin-left: 8px;
        margin-top: auto;
        margin-bottom: auto;
    }

    #retargeting-page .slider-crypto-wrapper .line-bellow {
        margin: 0 auto;
    }

    #retargeting-page .how-we-make-work .title {
        font-size: 48px;
        font-weight: 600;
        line-height: 58px;
    }

    #retargeting-page .how-we-make-work .title:before,
    #retargeting-page .how-we-make-work .title:after {
        width: 200px;
    }

    #retargeting-page .ready-to-retarget .title {
        font-size: 48px;
        font-weight: 600;
        line-height: 58px;
    }

    #retargeting-page .ready-to-retarget {
        padding-top: 96px;
        margin-bottom: -115px;
        padding-bottom: 128px;
    }

}

@media only screen and (min-width: 768px) {
    #web3-advertising-page section.top-slider-spacing.top-slider-spacing {
        padding-top: 0;
    }

    #web3-advertising-page section.brands.purple {
        margin-top: 64px;
    }

    #web3-advertising-page section.brands.purple .bg__simple_lines {
        padding-top: 48px;
        background: url("../images/web-advertising/trusted-lines.svg") right top repeat;
    }

    #web3-advertising-page .list-of-checks {
        padding-top: 68px;
    }

    #web3-advertising-page .reach-convert {
        margin-top: 94px;
        padding: 96px 0;
    }

    #web3-advertising-page .web-benefits {
        padding-top: 128px;
    }

    .web-slider {
        padding: 64px 0 0 0;
    }

    #web3-advertising-page .ad-formats {
        padding-top: 128px;
        padding-bottom: 48px;
    }

    #web3-advertising-page .start-advertising .dotted-arrow {
        display: block;
    }

    #web3-advertising-page .ad-formats h2:before,
    #web3-advertising-page .ad-formats h2:after {
        left: 0;
    }

    #web3-advertising-page .ad-formats h2:after {
        left: auto;
        right: 0;
    }

    #web3-advertising-page .ad-formats .row > .col-md-6 {
        padding-bottom: 30px;
    }

    #web3-advertising-page .ad-formats .ad-format {
        height: 100%;
        margin-bottom: 0;
    }

    #web3-advertising-page .ad-formats .ad-format img {
        margin-top: auto;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto .item {
        padding: 0 32px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-inner:before, #retargeting-page .slider-crypto-wrapper .slider-crypto-inner:after {
        width: 102px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto {
        padding-top: 64px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-inner {
        padding-bottom: 112px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-inner .bullet {
        left: 102px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-inner .bullet.bullet-right {
        left: auto;
        right: 102px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto .item .icon-wrapper {
        margin-left: auto;
    }

    #retargeting-page .how-we-make-work {
        padding-top: 84px;
    }

    #retargeting-page .how-we-make-work .description {
        margin-bottom: 64px;
    }

    #web3-advertising-page .reach-convert img {
        max-width: 505px;
        width: 100%;
    }

    #web3-advertising-page .ad-formats .ad-format.ad-format-long .right-content {
        flex-direction: row;
    }
}

@media only screen and (min-width: 992px) {
    #web3-advertising-page .ad-formats .ad-format.ad-format-long .right-content {
        margin-left: auto;
    }

    #web3-advertising-page .ad-formats .ad-format.ad-format-long {
        flex-direction: row;
        align-items: flex-start;
        gap: 48px
    }

    #web3-advertising-page section.top-slider-spacing.top-slider-spacing {
        padding-top: 64px;
        padding-bottom: 0;
    }

    #web3-advertising-page section.top-slider-spacing.top-slider-spacing .action .b-custom {
        position: relative;
    }

    #web3-advertising-page .ad-formats h2:before,
    #web3-advertising-page .ad-formats h2:after {
        width: 200px;
    }

    #web3-advertising-page section.multi-features {
        padding-top: 80px;
        padding-bottom: 96px;
    }

    #retargeting-page section.top-slider-spacing.top-slider-spacing {
        padding-top: 64px;
        padding-bottom: 90px;
        margin-bottom: 0;
    }

    #retargeting-page section.top-slider-spacing.top-slider-spacing .action {
        margin-bottom: 0;
    }

    #retargeting-page section.top-slider-spacing.top-slider-spacing .retargeting-image {
        max-width: 525px;
        margin: 0 0 0 auto;
        display: flex;
    }

    #retargeting-page .brands.purple .bg__simple_lines {
        background: url(../images/elements/simple-lines.svg) right top no-repeat;
        background-position-x: 62px;
        padding-top: 70px;
    }

    #retargeting-page .brands.purple {
        padding-top: 128px;
        margin-top: 0;
        padding-bottom: 128px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-inner {
        margin: 0 49px;
        padding-bottom: 144px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-inner:before, #retargeting-page .slider-crypto-wrapper .slider-crypto-inner:after {
        width: 128px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto .item .icon-wrapper {
        margin-right: 24px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto .item {
        padding: 0 32px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-inner .bullet {
        left: 126px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-inner .bullet.bullet-right {
        left: auto;
        right: 126px;
    }

    #retargeting-page .how-we-make-work {
        padding-top: 132px;
        padding-bottom: 128px;
    }

    #retargeting-page .how-we-make-work .items {
        gap: 0;
    }

    #retargeting-page .how-we-make-work .items .item {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding-bottom: 32px;
        position: relative;
    }

    #retargeting-page .how-we-make-work .items .item:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        transform: translate(-50%, -50%);
        background: #E6EFF7;
        width: 1px;
    }

    #retargeting-page .how-we-make-work .items .item:first-child:before {
        top: auto;
        height: 50%;
        transform: translateX(50%);
        bottom: 0;
    }

    #retargeting-page .how-we-make-work .items .item:last-child:before {
        top: 0;
        height: 50%;
        transform: translateX(50%);
    }

    #retargeting-page .how-we-make-work .items .item:after {
        content: url("../images/web-advertising/bullet.svg");
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: 1px solid #E6EFF7;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #retargeting-page .how-we-make-work .items .item:last-child {
        padding-bottom: 0;
    }

    #retargeting-page .how-we-make-work .items .item:nth-child(even) {
        flex-direction: row-reverse;
    }

    #retargeting-page .how-we-make-work .items .item .image-box {
        margin: 0;
    }

    #retargeting-page .how-we-make-work .items .item > div {
        max-width: 448px;
        width: 100%;
    }

    #retargeting-page .how-we-make-work .title:before, #retargeting-page .how-we-make-work .title:after {
        width: 280px;
    }

    #retargeting-page .ready-to-retarget {
        margin-bottom: -60px;
    }

    #retargeting-page section.top-slider-spacing.top-slider-spacing p {
        font-size: 18px;
        font-weight: 400;
        line-height: 29px;
    }

    #retargeting-page .how-we-make-work .items .item .item-title {
        padding-bottom: 16px;
    }

    #web3-advertising-page .list-of-checks .check-item-wrapper:before {
        left: -15px;
    }

    #web3-advertising-page .list-of-checks .check-item-wrapper:after {
        left: -25px;
    }
    #web3-advertising-page section.multi-features .bg__simple_lines_left-projects p{
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    #web3-advertising-page .bg__simple_lines_left-projects {
        background-position-y: -200px;
    }

    #web3-advertising-page section.top-slider-spacing.top-slider-spacing .action {
        margin-bottom: 64px;
    }

    #web3-advertising-page section.brands.purple {
        overflow: hidden;
    }

    #web3-advertising-page .list-of-checks {
        max-width: 545px;
        width: 100%;
    }

    #web3-advertising-page section.brands.purple .bg__simple_lines {
        max-width: 583px;
        margin-left: auto;
    }

    #retargeting-page .brands.purple img {
        max-width: 524px;
    }

    #retargeting-page .brands.purple .bg__simple_lines {
        padding-top: 99px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-inner > .title {
        max-width: 768px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto .item {
        padding: 0 48px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto .item .icon-wrapper {
        margin-right: 80px;
    }

    #retargeting-page .how-we-make-work .items .item > div {
        max-width: 546px;
        width: 100%;
    }

    #retargeting-page .how-we-make-work .title:before, #retargeting-page .how-we-make-work .title:after {
        width: 380px;
    }

    #retargeting-page .slider-crypto-wrapper {
        padding-bottom: 0;
        padding-top: 0;
        background: transparent;
    }

    #retargeting-page .slider-crypto-wrapper .slider-background {
        background: linear-gradient(140deg, #0D3155 0.26%, #022140 99.74%);
        padding: 93px 64px 64px 64px;
        border-radius: 10px;
    }

    #retargeting-page .slider-crypto-wrapper .slider-crypto-inner {
        margin: 0;
    }

    #retargeting-page .dotted-arrow {
        display: block;
    }
}