<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sub-title {
    background: linear-gradient(90deg, #B3EB50 -12.27%, #21A897 97.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: x-large;
}

.footer-homepage {
    background: linear-gradient(90deg, #B3EB50 -12.27%, #21A897 97.57%);
}

.btn-footer {
    border-radius: 65px;
    border: 1px solid #FFF;
    background: #FFF;
    color: #A0E35A;
    text-align: justify;
    font-family: Arial !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    width: 202.31px;
    height: 36.065px;
    flex-shrink: 0;
    text-align: center;
}

.footer-border {
    border-bottom: 2px solid #FFF;
    margin-top: -2px;
    margin-left: 20px;
    width: 80%;
}

.footer-dot-icon {
    width: 10px;
    height: 10px;
    background: white;
    display: inline-flex;
    margin-bottom: 5px;
}

.description-text-color {
    color: #818181 !important;
}

li&gt;a {
    font-size: 20px;
}

.logo {
    width: 50px;
    height: 50px;
}

.social-share {
    width: 28px;
    height: 31px;
}

.title-font {
    font-size: 70px
}

.img-title {
    width: 170px;
    height: 185px;
}

.img-content {
    width: 110px;
    height: 90px;
}

@media only screen and (max-width: 767px) {
    .title-font {
        font-size: 40px
    }

    .img-content {
        width: 75px;
        height: 70px;
    }

    .img-title {
        width: 80px;
        height: 80px;
    }

    .logo {
        width: 50px;
        height: 43px;
    }

    .header-color {
        background-color: #10253F;
    }
}

.fw-600 {
    font-weight: 600;
}

.w-button:hover {
    color: #fff !important;
    background-color: rgba(16, 37, 63, .66) !important;
}

.w-button {
    text-decoration: none;
    font-size: 17px;
}</pre></body></html>