<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}


nav {
    background-color: #061740;
    /* height: 70px; */
    color: rgb(255, 255, 255);
}

    nav a.nav-link {
        padding: 5px 23px !important;
    }

    nav li.nav-item {
        font-weight: 600;
        border-right: 1px solid white;
        height: 15px;
        display: flex;
        align-items: center;
    }

.main-logo {
    width: 170px;
    margin-top: -12px;
}

@media (min-width: 767px) {
    .fs-2 {
        font-size: 2.7rem !important;
    }
}

@media (max-width:767px) {

    a.pro-link {
        font-size: 1.3rem !important;
        color: #11225f;
        background: #ffffff;
        padding: 8px 20px !important;
        border-radius: 30px;
        border: 2px solid white;
        font-weight: 700;
    }

    .sub-title {
        font-size: 1.1rem !important;
    }

    .ecover-img img, .fb-img img, .google-img img {
        max-width: 300px;
        aspect-ratio: inherit !important;
    }

    .email-list {
        font-size: 1.2rem !important;
        list-style: none;
        padding: 0px;
        margin: 0px;
        gap: 15px;
    }

        .email-list li span:nth-child(1) {
            display: inline-block;
            width: 30px !important;
        }

    .ecover-img {
        text-align: center;
        margin-bottom: 0px !important;
        padding: 10px 10px;
    }

    .action-con .nav-link {
        background-color: #102779 !important;
        color: white !important;
        font-size: 1.1rem !important;
    }
}

@media (max-width:425px) {
    a.pro-link {
        font-size: 1.3rem !important;
        color: #11225f;
        background: #ffffff;
        padding: 8px 10px !important;
        border-radius: 30px;
        border: 2px solid white;
        font-weight: 700;
    }

        a.pro-link img {
            width: 20px !important;
        }
}

@media (max-width: 992px) {
    nav li.nav-item {
        height: auto;
        border-right: none;
    }

    nav a.nav-link {
        padding: 5px !important;
    }
}

.heading {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 1.8rem;
    /* max-width: 700px; */
    text-align: center;
    color: #000000;
    /* margin: 0px auto; */
}

.sec-space {
    margin: 0px 0px;
    padding: 2rem 0px 2rem 0px;
}

.email-list {
    font-size: 1.7rem;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    
    .email-list li {
        border-radius: 4px;
        /* background: #233d97; */
        color: black;
        font-weight: 500;
        width: 100%;
        border-bottom: 1px solid #777777;
    }

        .email-list li:hover {
            background: white;
            outline: 1px solid #233d97;
            color: #233d97 !important;
            font-weight: 500;
        }

            .email-list li:hover a {
                color: #233d97 !important;
                margin: 0px;
            }

        .email-list li span {
            display: inline-block;
            margin-right: 10px;
        }

a.pro-link {
    font-size: 2.2rem;
    background: #fe7600;
    color: white;
    padding: 10px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}

.email-list li a {
    display: block;
    text-decoration: none;
    padding: 15px 15px;
    color: black !important;
    /* text-align: center; */
    /* padding-left: 0%; */
}

    .email-list li a:hover {
        text-decoration: underline;
    }

.bg-gradient {
    background: rgb(21, 51, 154);
    background: -moz-linear-gradient(180deg, rgba(21, 51, 154, 1) 0%, rgba(15, 29, 80, 1) 100%) !important;
    background: -webkit-linear-gradient(180deg, rgba(21, 51, 154, 1) 0%, rgba(15, 29, 80, 1) 100%) !important;
    background: linear-gradient(180deg, rgba(21, 51, 154, 1) 0%, rgba(15, 29, 80, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15339a",endColorstr="#0f1d50",GradientType=1) !important;
}

footer {
    background-color: #030e26;
    color: white;
}

.footer-link {
    max-width: 380px;
    text-align: center;
}

footer a {
    text-decoration: none;
    color: white !important;
}

footer h2 {
    margin-bottom: 14px;
    font-weight: 600;
}

footer ul {
    margin: 0px;
    padding: 0px;
    color: white;
    list-style: none;
}

    footer ul li {
        margin: 5px 0px;
    }

        footer ul li a {
            color: white;
            text-decoration: none;
            margin: 10px 0px;
            font-size: 1.1rem;
            font-weight: 500;
        }

.footer-logo img {
    width: 200px;
}

.ecover-img img {
    aspect-ratio: 3/2;
    object-fit: contain;
}

.google-img img, .fb-img img {
    aspect-ratio: 3/3;
    object-fit: contain;
}

.ecover-text {
    font-weight: 500;
}

.ecover-img, .google-img, .fb-img {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 10px;
}

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

li.header-row {
    display: block;
    text-decoration: none;
    padding: 15px 15px;
    color: black !important;
}

.action-con .nav-link {
    background-color: #139ed5 !important;
    color: white !important;
    font-size: 1.3rem;
}

.action-con {
    background: transparent;
}

.divider {
    position: relative;
    margin-top: 90px;
    height: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 2px;
    background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

.div-arrow-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -6px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background-color: white;
    border-bottom: 1px solid rgb(48,49,51);
    border-right: 1px solid rgb(48,49,51);
}

.wrapper {
    padding-bottom: 90px;
}

.horizontal-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .horizontal-menu li {
        display: inline-block;
        margin-right: 20px;
    }

footer ul li {
    margin: 5px 0px;
}

.videobox {
    position: relative;
    margin: 0 0 30px;
}

.responsive-video {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    border-radius: 22px;
    border: #9e9e9e solid 3px;
}

    .responsive-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
</pre></body></html>