.sf-hidden{display:none!important}
.textSeo {
    margin-top: 40px;
}
.textSeo p {
    line-height: 1.4;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 25px;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
div.splide__track > span {
    display: none
}
@media (max-width: 767px) {
    .textSeo {
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}
@media (max-width: 575px) {
    .slot:nth-child(n+9) {
        display: none!important
    }
}
/* ===== Ez Cash SEO tables & lists ===== */
.ez-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    margin:24px 0;
    font-size:15px;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 6px 24px rgba(53,123,246,.12);
    opacity:0;
    transform:translateY(18px);
    animation:ez-fade-up .6s ease forwards;
}
.ez-table thead th{
    background:linear-gradient(135deg,#357bf6,#218cf9);
    color:#fff;
    text-align:left;
    padding:14px 18px;
    font-weight:600;
    letter-spacing:.3px;
}
.ez-table tbody td{
    padding:13px 18px;
    background:rgba(var(--bg-main),1);
    color:rgba(var(--text-main),1);
    border-bottom:1px solid rgba(var(--border-main),1);
}
.ez-table tbody tr{
    opacity:0;
    transform:translateX(-14px);
    animation:ez-row-in .5s ease forwards;
}
.ez-table tbody tr:nth-child(1){animation-delay:.10s}
.ez-table tbody tr:nth-child(2){animation-delay:.20s}
.ez-table tbody tr:nth-child(3){animation-delay:.30s}
.ez-table tbody tr:nth-child(4){animation-delay:.40s}
.ez-table tbody tr:nth-child(5){animation-delay:.50s}
.ez-table tbody tr:last-child td{border-bottom:none}
.ez-table tbody tr:hover td{
    background:rgba(53,123,246,.10);
    transition:background .25s ease;
}

@keyframes ez-fade-up{
    to{opacity:1;transform:translateY(0)}
}
@keyframes ez-row-in{
    to{opacity:1;transform:translateX(0)}
}

.ez-list{
    list-style:none;
    margin:24px 0;
    padding:0;
    counter-reset:ez-counter;
}
.ez-list li{
    position:relative;
    padding:14px 18px 14px 58px;
    margin-bottom:12px;
    background:rgba(var(--bg-light),1);
    color:rgba(var(--text-main),1);
    border-radius:12px;
    line-height:1.45;
    opacity:0;
    transform:translateX(-20px);
    animation:ez-row-in .55s ease forwards;
    transition:transform .25s ease,box-shadow .25s ease;
}
.ez-list li:hover{
    transform:translateX(4px);
    box-shadow:0 4px 18px rgba(53,123,246,.18);
}
.ez-list.ez-ordered li::before{
    counter-increment:ez-counter;
    content:counter(ez-counter);
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    width:30px;height:30px;
    display:flex;align-items:center;justify-content:center;
    background:linear-gradient(135deg,#357bf6,#218cf9);
    color:#fff;font-weight:700;
    border-radius:50%;
    box-shadow:0 3px 10px rgba(53,123,246,.4);
}
.ez-list.ez-check li::before{
    content:"";
    position:absolute;
    left:20px;
    top:50%;
    margin-top:-8px;
    width:16px;height:16px;
    background:#357bf6;
    -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6L9 17l-5-5'/></svg>") center/contain no-repeat;
    mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='black' stroke-width='3' d='M20 6L9 17l-5-5'/></svg>") center/contain no-repeat;
}
.ez-list li:nth-child(1){animation-delay:.10s}
.ez-list li:nth-child(2){animation-delay:.18s}
.ez-list li:nth-child(3){animation-delay:.26s}
.ez-list li:nth-child(4){animation-delay:.34s}
.ez-list li:nth-child(5){animation-delay:.42s}
.ez-list li:nth-child(6){animation-delay:.50s}

@media (max-width:575px){
    .ez-table{font-size:13px}
    .ez-table thead th,.ez-table tbody td{padding:10px 12px}
    .ez-list li{padding-left:52px}
}
