.elementor-200 .elementor-element.elementor-element-6860ee9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d5156d6 *//* =========================================
EMERE MARKETPLACE ACCESS
========================================= */

.emere-marketplace-access{
    padding:110px 20px;
    background:#F5F7FA;
}

.emere-marketplace-access-container{
    max-width:1240px;
    margin:0 auto;
}

/* TOP */

.emere-marketplace-access-top{
    text-align:center;
    margin-bottom:60px;
}

.emere-marketplace-access-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 18px;
    border-radius:999px;
    background:#FFFFFF;
    border:1px solid rgba(214,163,84,0.22);
    color:#D6A354;
    font-size:12px;
    font-weight:700;
    letter-spacing:.12em;
    margin-bottom:20px;
}

.emere-marketplace-access-top h2{
    margin:0 0 18px;
    color:#111315;
    font-size:56px;
    line-height:1.08;
    font-weight:800;
    letter-spacing:-0.03em;
}

.emere-marketplace-access-top p{
    max-width:680px;
    margin:0 auto;
    color:#667085;
    font-size:18px;
    line-height:1.8;
}

/* GRID */

.emere-marketplace-access-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:28px;
}

/* CARD */

.emere-marketplace-access-card{
    display:flex;
    align-items:center;
    gap:32px;
    padding:34px;
    border-radius:30px;
    background:#FFFFFF;
    border:1px solid rgba(17,19,21,0.06);
    text-decoration:none;
    transition:all .35s ease;
}

.emere-marketplace-access-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(17,19,21,0.06);
}

/* IMAGE */

.emere-marketplace-access-preview{
    flex-shrink:0;
    width:170px;
    height:170px;
    border-radius:24px;
    overflow:hidden;
    background:#F8FAFC;
}

.emere-marketplace-access-preview img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .5s ease;
}

.emere-marketplace-access-card:hover img{
    transform:scale(1.03);
}

/* CONTENT */

.emere-marketplace-access-content{
    flex:1;
}

.emere-marketplace-access-mini{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 14px;
    border-radius:999px;
    background:#F8FAFC;
    color:#667085;
    font-size:12px;
    font-weight:700;
    margin-bottom:18px;
}

.emere-marketplace-access-content h3{
    margin:0 0 14px;
    color:#111315;
    font-size:34px;
    line-height:1.15;
    font-weight:800;
    letter-spacing:-0.03em;
}

.emere-marketplace-access-content p{
    margin:0;
    color:#667085;
    font-size:16px;
    line-height:1.8;
}

/* BUTTON */

.emere-marketplace-access-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:28px;
    height:52px;
    padding:0 24px;
    border-radius:14px;
    background:#111315;
    color:#FFFFFF;
    font-size:15px;
    font-weight:700;
    transition:all .3s ease;
}

.emere-marketplace-access-card:hover .emere-marketplace-access-button{
    background:#D6A354;
    color:#111315;
}

/* RESPONSIVE */

@media(max-width:1100px){

    .emere-marketplace-access-grid{
        grid-template-columns:1fr;
    }

}

@media(max-width:767px){

    .emere-marketplace-access{
        padding:80px 16px;
    }

    .emere-marketplace-access-top{
        margin-bottom:40px;
    }

    .emere-marketplace-access-top h2{
        font-size:36px;
    }

    .emere-marketplace-access-top p{
        font-size:16px;
        line-height:1.7;
    }

    .emere-marketplace-access-card{
        flex-direction:column;
        align-items:flex-start;
        padding:24px;
        border-radius:24px;
        gap:24px;
    }

    .emere-marketplace-access-preview{
        width:100%;
        height:220px;
        border-radius:20px;
    }

    .emere-marketplace-access-content h3{
        font-size:28px;
    }

    .emere-marketplace-access-content p{
        font-size:15px;
        line-height:1.7;
    }

    .emere-marketplace-access-button{
        width:100%;
    }

}/* End custom CSS */