<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.terms .section-heading,
.coming-soon .section-heading {
    font-family: myFirstFont;
    font-size: 40px;
    line-height: 42px;
    color: #1B1B1B;
    /* font-weight: bold; */
    margin-bottom: 1.5rem;
    margin-top: 0;
    text-align: center;
}

.coming-soon .sub-heading {
    font-family: myFirstFont3;
    font-size: 14px;
    line-height: 20px;
    /* color: #B3B3B3; */
    font-weight: normal;
    margin: 1rem 0 2rem 0;
}


.coming-soon .btn-404 a {
    padding: 1rem 2rem;
    font-size: 16px;
    font-weight: 400;
    font-family: myFirstFont3;
    line-height: 100%;
    color: #221849;
    width: 189px;
    height: 45px;
    border-radius: 60px;
    background-color: transparent;
    border: 2px solid;
    border-image: linear-gradient(90deg, #02FA72, #0074FF) 1;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #02FA72, #0074FF);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: auto;
    margin-right: auto;
}

.terms {
    width: 70%;
    margin: 0 auto;
}

.terms h3 {
    font-family: myFirstFont3;
    font-size: 16px;
    line-height: 20px;
    color: #717171;
    font-weight: normal;
    margin-top: 1rem;
}

.terms h3 {
    font-weight: bold;
}

.terms a {
    text-decoration: none;
    color: #717171;
    font-weight: bold;
}

.terms ul li,
.terms ol li,
.terms p {
    color: #717171;
    font-family: myFirstFont3;
    font-size: 14px;
}

.terms .card {
    opacity: 1.902;
    width: 100%;
    padding: 1rem 3rem;
    height: fit-content;
    border-radius: 20px;
    /* filter: drop-shadow(0px 6px 27px rgba(177, 199, 255, 0.33)); */
    /* background-color: rgba(255, 255, 255, 0.9019607843137255); */
    border: 0;
    position: relative;
    margin-top: -150px;
    z-index: 1;
}

.coming-soon {
    margin-top: -5rem;
}


.coming-soon .blogbanner img {
    width: 430px;
}


.coming-soon .allblogs-header {
    margin-top: -3rem;
    width: 70%;
    margin: auto;
        margin-top: -3rem;
}

.coming-soon hr,
.terms hr {
    width: 100%;
    color: #D2D6DB;
    border-width: 1px;
    margin: 32px auto;
    opacity: unset;
}

.coming-soon hr {
    width: 80%;
}

.p404 {
    margin-top: 0;
}

.p404 .blogbanner img {
    width: 745px;
}

.p404 .blogbanner {
    margin: 2rem 0;
}

@media (max-width: 991px) {

    .terms .section-heading {
        font-size: 35px;
        line-height: 38px;
    }

    .coming-soon .blogbanner img {
        width: 50%;
    }

}

@media (max-width: 768px) {
    .terms .section-heading {
        font-size: 30px;
        line-height: 30px;
    }

    .terms ul li,
    .terms ol li,
    .terms p {
        font-size: 16px;
        line-height: 22px;
    }

    .terms {
        width: 80%;
        margin: 2rem auto;
    }

    .coming-soon {
        margin-top: -3rem;
    }
.coming-soon .allblogs-header{
            margin-top: -1rem;
}
    .coming-soon .sub-heading {
        margin-bottom: 1rem;
    }

}

@media (max-width: 499px) {
    .coming-soon .allblogs-header {
        margin-top: -1rem;
    }
}

@media (max-width: 426px) {
    .terms {
        width: 90%;
        margin: 1rem auto;
    }

    .terms .section-heading {
        font-size: 25px;
        line-height: 25px;
        text-align: center;
    }

    .terms h3 {
        font-size: 14px;
        line-height: 18px;
    }

    .terms ul li,
    .terms ol li,
    .terms p {
        font-size: 11px;
        line-height: 15px;
    }

    .coming-soon hr,
    .terms hr {
        margin: 1rem auto;

    }

    .terms .card {
        padding: 0 1rem;
    }

    .coming-soon .blogbanner img {
        width: 70%;
    }

    .coming-soon .allblogs-header {
        margin-top: -2rem;
        width: 90%;
    }

    .coming-soon {
        margin-top: -1rem;
    }

    .coming-soon .blogbanner {
        margin-top: -2rem;

    }

    .p404 .blogbanner {
        margin: 2rem 0;
    }

    .coming-soon .blogbanner img {
        width: 70%;
    }

    .coming-soon .section-heading {
        font-size: 35px;
        margin-bottom: 1rem;
        line-height: 35px;

    }

    .coming-soon .btn-404 a {
        font-size: 12px;
        line-height: 15px;
        padding: 0.8rem 1rem;
    }

}

@media (max-width: 321px) {
    .coming-soon .blogbanner img {
        width: 80%;
    }

    .coming-soon .allblogs-header {
        margin-top: -1rem;
    }

    .coming-soon .blogbanner img {
        width: 80%;
    }

    .coming-soon .section-heading {
        font-size: 25px;
        line-height: 25px;
        /* margin-bottom: 0; */
    }

    .coming-soon .sub-heading {
        font-size: 12px;
        line-height: 15px;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }
}</pre></body></html>