<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*This needs bootstrap*/
/* ----- Montserrat Font (match @font-face names) ----- */
.font-montserrat-regular {
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: 400;
}

.font-montserrat-medium {
    font-family: 'Montserrat Medium', sans-serif;
    font-weight: 400;
}

.font-montserrat-bold {
    font-family: 'Montserrat Bold', sans-serif;
    font-weight: 400;
}

/* ----- New Spirit Font (match @font-face names) ----- */
.font-newspirit-regular {
    font-family: 'New Spirit Regular', serif;
    font-weight: 400;
}

.font-newspirit-medium {
    font-family: 'New Spirit Medium', serif;
    font-weight: 400;
}

.font-newspirit-light {
    font-family: 'New Spirit Light', serif;
    font-weight: 400;
}

.font-newspirit-bold {
    font-family: 'New Spirit Bold', serif;
    font-weight: 400;
}

/**Custome Container**/
.custom-container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

/* Responsive max-widths */
@media (min-width: 576px) {
    .custom-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .custom-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .custom-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .custom-container {
        max-width: 1320px;
    }
}

.content {
    overflow: hidden !important;
    padding-top: 140px;
}

/**How to use it css**/

.number-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    font-size: 48px;
    border-radius: 50%;
    line-height: 52px;
    flex-shrink: 0;
}

.text-light-purple {
    color: #E0A2DB;
}

.text-salmon {
    color: #ffa08e;
}

.text-bright-blue {
    color: #183EFF;
}

.text-white {
    color: #FFFFFF;
}

.text-dark-navy {
    color: #181F2E;
}

.bg-dark-navy {
    background-color: #181F2E;
}

.bg-salmon {
    background-color: #ffa08e;
}

.bg-deep-navy {
    background-color: #27354E;
}

.text-deep-navy {
    color: #27354E;
}


.f-48 {
    font-size: 48px;
    line-height: 48px;
}

.f-36 {
    font-size: 36px;
    line-height: 36px;
}

.f-30 {
    font-size: 30px;
    line-height: 30px;
}

.f-28 {
    font-size: 28px;
    line-height: 28px;
}

.f-24 {
    font-size: 24px;
    line-height: 24px;
}

.f-20 {
    font-size: 20px;
    line-height: 20px;
}

.f-18 {
    font-size: 18px;
    line-height: 24px;
}

.f-16 {
    font-size: 16px;
    line-height: 16px;
}

.f-12 {
    font-size: 12px;
    line-height: 12px;
}

.white-divider {
    border-top: 1px solid #FFFFFF;
}

.content-border-radius {
    border-radius: 20px;
}

.h-100 {
    height: 100%;
}

.mh-100 {
    min-height: 100%;
}

.content-label {
    font-size: 48px;
    line-height: 48px;
}

.content-desc {
    font-size: 24px;
    line-height: 36px;
}

.section-heading {
    padding: 20px 0px 20px 0px;
}

.content-text {
    padding: 0px 30px 0px 30px;
}

.top-sec-btn .btn-green {
    font-family: 'Montserrat Regular';
    font-size: 18px;
    font-weight: 400;
}

.sub-text {
    font-family: 'Montserrat regular';
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.quote-block {
    position: relative;
    line-height: 1.6;
    font-size: 16px;
}

.quote {
    position: absolute;
    font-family: 'New spirit bold';
    font-size: 52px;
    line-height: 1;
    color: #E0A2DB;
    /* or any color you like */
}

.quote-start {
    top: 0;
    left: 0;
    transform: translate(-100%, -30%);
}

.quote-end {
    bottom: 0;
    transform: translate(0%, 35%);
}

.faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding: 10px;
    border-bottom: 1px solid grey;
    cursor: pointer;
}


.faq-icon {
    font-size: 24px;
}

.faq-header p {
    margin: 0;
    flex-grow: 1;
    text-align: left;
    font-size: 20px;
    font-family: 'New Spirit Regular';
    font-weight: bold;
}


.faq-body {
    display: none;
    padding: 10px;
    border-bottom: 1px solid grey;
    text-align: left;
}

.faq-body p {
    font-size: 16px;
    font-family: 'Montserrat Regular';
}

.faq-element.activate .faq-body {
    display: block;
}

.faq-element.activate .faq-icon::after {
    content: "-";
}

.faq-icon::after {
    content: "+";
}

.purple-radial-rectangle {
    width: 80%;
}

.hiw-mobile-padding-2 {
    padding-top: 2.8rem;
}

.hiw-mobile-padding-3 {
    padding-top: 2.2rem;
}

.hiw-mobile-padding-4 {
    padding-top: 2rem;
}

.mobile-testimonial-img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    font-style: italic;
    object-fit: cover;
}

.pb-6 {
    padding-bottom: 3rem !important;
}

.pt-6 {
    padding-top: 3rem !important;
}

.stats-head {
    font-size: 48px;
    line-height: 48px;
    font-family: 'New spirit regular';
    color: #E0A2DB;
}

.stats-sub-text {
    font-size: 20px;
    line-height: 20px;
    font-family: 'Montserrat regular';
    color: #ffffff;
}

.hero-img {
    transform: scale(1.0);
}

.hero-title{
    font-size: 48px;
    line-height: 48px;
    font-family: 'New spirit regular';
    color: #ffffff;
}

.hiw-img-width{
    width: 60% !important;
}

.mini-icons{
    height: 100px !important;
}

.desktop-testimonial-img{
    height: 250px;
}

@media (min-width: 1200px) {
    .hero-img {
        transform: scale(0.75);
    }
}


@media (max-width: 1400px) {
    .purple-radial-rectangle {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .purple-radial-rectangle {
        width: 70%;
    }

    .stats {
        background-color: #27354E;
        border-radius: 20px
    }

    .number-circle {
        font-size: 36px;
        line-height: 36px;
        height: 48px;
        width: 48px;
    }

    .stats-head {
        font-size: 36px;
        line-height: 36px;
    }

    .stats-sub-text {
        font-size: 16px;
        line-height: 16px;
    }

    .hero-title{
        font-size: 36px;
        line-height: 36px;
    }
}


@media (max-width: 767px) {
    .faq-header p {
        font-size: 16px;
    }

    .purple-radial-rectangle {
        width: 100%;
    }

    .content {
        padding-top: 80px;
    }

    .head-million{
        font-size: 16px;
        line-height: 16px;
    }
    .mini-icons{
        height: 80px !important;
    }
}

@media (min-width: 390px) {
    .hiw-mobile-padding-4 {
        padding-top: 2.3rem;
    }
}

@media (min-width: 398px) {
    .hiw-mobile-padding-4 {
        padding-top: 3rem;
    }
}

@media (min-width: 437px) {
    .hiw-mobile-padding-3 {
        padding-top: 3.5rem;
    }
}

@media (min-width: 437px) {
    .hiw-mobile-padding-2 {
        padding-top: 3.7rem;
    }

    .hiw-mobile-padding-3 {
        padding-top: 4rem;
    }
}</pre></body></html>